

/* Start:/local/templates/roadtohome/css/reset.css?17119690457076*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* End */


/* Start:/local/templates/roadtohome/libs/swiper/swiper.min.css?171196904619778*/
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
/* End */


/* Start:/local/templates/roadtohome/libs/selectric/selectric.min.css?17119690463189*/
.selectric-wrapper{position:relative;cursor:pointer}.selectric-responsive{width:100%}.selectric{border:1px solid #ddd;border-radius:0;background:#f8f8f8;position:relative;overflow:hidden}.selectric .label{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0 38px 0 10px;font-size:12px;line-height:38px;color:#444;height:38px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.selectric .button{display:block;position:absolute;right:0;top:0;width:38px;height:38px;line-height:38px;background-color:#f8f8f8;color:#bbb;text-align:center;font:0/0 a}.selectric .button:after{content:" ";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:0;height:0;border:4px solid transparent;border-top-color:#bbb;border-bottom:none}.selectric-focus .selectric{border-color:#aaa}.selectric-hover .selectric{border-color:#c4c4c4}.selectric-hover .selectric .button{color:#a2a2a2}.selectric-hover .selectric .button:after{border-top-color:#a2a2a2}.selectric-open{z-index:9999}.selectric-open .selectric{border-color:#c4c4c4}.selectric-open .selectric-items{display:block}.selectric-disabled{opacity:.5;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.selectric-hide-select{position:relative;overflow:hidden;width:0;height:0}.selectric-hide-select select{position:absolute;left:-100%}.selectric-hide-select.selectric-is-native{position:absolute;width:100%;height:100%;z-index:10}.selectric-hide-select.selectric-is-native select{position:absolute;top:0;left:0;right:0;height:100%;width:100%;border:none;z-index:1;box-sizing:border-box;opacity:0}.selectric-input{position:absolute!important;top:0!important;left:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;margin:0!important;padding:0!important;width:1px!important;height:1px!important;outline:0!important;border:none!important;background:0 0!important}.selectric-temp-show{position:absolute!important;visibility:hidden!important;display:block!important}.selectric-items{display:none;position:absolute;top:100%;left:0;background:#f8f8f8;border:1px solid #c4c4c4;z-index:-1;box-shadow:0 0 10px -6px}.selectric-items .selectric-scroll{height:100%;overflow:auto}.selectric-above .selectric-items{top:auto;bottom:100%}.selectric-items li,.selectric-items ul{list-style:none;padding:0;margin:0;font-size:12px;line-height:20px;min-height:20px}.selectric-items li{display:block;padding:10px;color:#666;cursor:pointer}.selectric-items li.selected{background:#e0e0e0;color:#444}.selectric-items li.highlighted{background:#d0d0d0;color:#444}.selectric-items li:hover{background:#d5d5d5;color:#444}.selectric-items .disabled{opacity:.5;cursor:default!important;background:0 0!important;color:#666!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.selectric-items .selectric-group .selectric-group-label{font-weight:700;padding-left:10px;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:0 0;color:#444}.selectric-items .selectric-group.disabled li{opacity:1}.selectric-items .selectric-group li{padding-left:25px}
/* End */


/* Start:/local/templates/roadtohome/libs/air-datepicker/css/datepicker.min.css?171196904612257*/
.datepicker--cells{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4EB5E6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4EB5E6}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#FF9A19;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .datepicker--content,.datepicker--body,.datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s .3s;transition:opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;z-index:100}.datepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.datepicker--content{box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#f0f0f0}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 10px / 2)}.datepicker--body.active{display:block}.datepicker--nav{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action,.datepicker--nav-title{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--buttons,.datepicker--time{border-top:1px solid #efefef;padding:4px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:-webkit-flex;display:-ms-flexbox;display:flex}.datepicker--button{color:#4EB5E6;cursor:pointer;border-radius:4px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-webkit-flex:0 1 138px;-ms-flex:0 1 138px;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-webkit-flex:0 1 153px;-ms-flex:0 1 153px;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:'';background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:0 0;cursor:pointer;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:0}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s;margin-top:-6px}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-fill-lower{background:0 0}.datepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:'';background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}
/* End */


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


/* Start:/local/templates/roadtohome/css/styles.css?1711969045522799*/
/* ------------------------------------------- FONTS ------------------------------------------- */
@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/roadtohome/css/../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/roadtohome/css/../fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/roadtohome/css/../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("/local/templates/roadtohome/css/../fonts/Montserrat/Montserrat-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

/* --------------------------------------- COMMON STYLES --------------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
header,
footer {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

body {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.header,
.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

.site-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.page-head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

.page-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  max-width: 100%;
}

picture,
img {
  display: block;
  max-width: 100%;
  position: static;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1024px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1280px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1440px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1600px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1234px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1460px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1680px;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

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

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 768px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1024px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1280px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1440px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1600px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes from-left {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes from-left {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes from-right {
  0% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes from-right {
  0% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes from-top {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes from-top {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes from-bottom {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes from-bottom {
  0% {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
}

@media (min-width: 1024px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}

@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
}

@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
}

@media (max-width: 767.98px) {
  .mobile-hidden {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .tablet-hidden {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .desktop-hidden {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .mobile-visible {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .tablet-visible {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .tablet-visible {
    display: none !important;
  }
}

@media (max-width: 1279.98px) {
  .desktop-visible {
    display: none !important;
  }
}

.container,
.container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .container,
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl, .col-xxl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .container,
  .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl, .col-xxl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 767.98px) {
  .container,
  .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl, .col-xxl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.buttons-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px -30px;
}

.buttons-line > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 100%;
  margin: 0 15px 30px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .buttons-line {
    margin: 0 -10px -20px;
  }
  .buttons-line > * {
    margin: 0 10px 20px;
  }
}

@media (max-width: 767.98px) {
  .buttons-line {
    margin: 0 -10px -20px;
  }
  .buttons-line > * {
    margin: 0 10px 20px;
  }
}

section {
  position: relative;
  margin-bottom: 120px;
}

@media (max-width: 1599.98px) {
  section {
    margin-bottom: 80px;
  }
}

.section__head-block {
  margin-bottom: 60px;
}

.section__nav {
  margin-top: 40px;
}

.section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.section__head > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 40px;
}

.section__head .section__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}

.section__head .section__title:not(:only-child) {
  padding-right: 40px;
}

.section__head .section__nav {
  margin-top: 0 !important;
  margin-bottom: 40px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .section__head .section__title:not(:only-child) {
    padding-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .section__head .section__title:not(:only-child) {
    padding-right: 24px;
  }
}

@media (max-width: 767.98px) {
  .section__head .section__title:not(:only-child) {
    padding-right: 0;
  }
}

.section__title {
  margin-bottom: 40px;
}

@media (min-width: 1280px) {
  .section__head-block .section__title {
    margin-bottom: 0;
  }
  .section__head-block .section__desc:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .section__head-block {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .section__head-block {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .section__head-block {
    margin-bottom: 40px;
  }
  .section__title {
    margin-bottom: 30px;
  }
  .section__head {
    display: block;
  }
  .section__head > * {
    margin-bottom: 30px;
  }
  .section__head .section__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
    min-width: 0;
  }
  .section__head .section__title:not(:last-child) {
    margin-bottom: 5px;
  }
  .section__head .section__title:not(:only-child) {
    padding-right: 0;
  }
  .section__title .section__title-sub {
    display: block;
    margin-top: 10px;
  }
}

.items-list {
  margin-bottom: -40px;
}

@media (max-width: 767.98px) {
  .items-list {
    margin-bottom: -30px;
  }
}

.list-item {
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .list-item {
    margin-bottom: 30px;
  }
}

.align-items-height {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-items-height .col, .align-items-height .col-auto, .align-items-height .col-1, .align-items-height .col-2, .align-items-height .col-3, .align-items-height .col-4, .align-items-height .col-5, .align-items-height .col-6, .align-items-height .col-7, .align-items-height .col-8, .align-items-height .col-9, .align-items-height .col-10, .align-items-height .col-11, .align-items-height .col-12, .align-items-height .col-sm, .align-items-height .col-sm-auto, .align-items-height .col-sm-1, .align-items-height .col-sm-2, .align-items-height .col-sm-3, .align-items-height .col-sm-4, .align-items-height .col-sm-5, .align-items-height .col-sm-6, .align-items-height .col-sm-7, .align-items-height .col-sm-8, .align-items-height .col-sm-9, .align-items-height .col-sm-10, .align-items-height .col-sm-11, .align-items-height .col-sm-12, .align-items-height .col-md, .align-items-height .col-md-auto, .align-items-height .col-md-1, .align-items-height .col-md-2, .align-items-height .col-md-3, .align-items-height .col-md-4, .align-items-height .col-md-5, .align-items-height .col-md-6, .align-items-height .col-md-7, .align-items-height .col-md-8, .align-items-height .col-md-9, .align-items-height .col-md-10, .align-items-height .col-md-11, .align-items-height .col-md-12, .align-items-height .col-lg, .align-items-height .col-lg-auto, .align-items-height .col-lg-1, .align-items-height .col-lg-2, .align-items-height .col-lg-3, .align-items-height .col-lg-4, .align-items-height .col-lg-5, .align-items-height .col-lg-6, .align-items-height .col-lg-7, .align-items-height .col-lg-8, .align-items-height .col-lg-9, .align-items-height .col-lg-10, .align-items-height .col-lg-11, .align-items-height .col-lg-12, .align-items-height .col-xl, .align-items-height .col-xl-auto, .align-items-height .col-xl-1, .align-items-height .col-xl-2, .align-items-height .col-xl-3, .align-items-height .col-xl-4, .align-items-height .col-xl-5, .align-items-height .col-xl-6, .align-items-height .col-xl-7, .align-items-height .col-xl-8, .align-items-height .col-xl-9, .align-items-height .col-xl-10, .align-items-height .col-xl-11, .align-items-height .col-xl-12, .align-items-height .col-xxl, .align-items-height .col-xxl-auto, .align-items-height .col-xxl-1, .align-items-height .col-xxl-2, .align-items-height .col-xxl-3, .align-items-height .col-xxl-4, .align-items-height .col-xxl-5, .align-items-height .col-xxl-6, .align-items-height .col-xxl-7, .align-items-height .col-xxl-8, .align-items-height .col-xxl-9, .align-items-height .col-xxl-10, .align-items-height .col-xxl-11, .align-items-height .col-xxl-12,
.align-items-height .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.align-items-height .col > *, .align-items-height .col-auto > *, .align-items-height .col-1 > *, .align-items-height .col-2 > *, .align-items-height .col-3 > *, .align-items-height .col-4 > *, .align-items-height .col-5 > *, .align-items-height .col-6 > *, .align-items-height .col-7 > *, .align-items-height .col-8 > *, .align-items-height .col-9 > *, .align-items-height .col-10 > *, .align-items-height .col-11 > *, .align-items-height .col-12 > *, .align-items-height .col-sm > *, .align-items-height .col-sm-auto > *, .align-items-height .col-sm-1 > *, .align-items-height .col-sm-2 > *, .align-items-height .col-sm-3 > *, .align-items-height .col-sm-4 > *, .align-items-height .col-sm-5 > *, .align-items-height .col-sm-6 > *, .align-items-height .col-sm-7 > *, .align-items-height .col-sm-8 > *, .align-items-height .col-sm-9 > *, .align-items-height .col-sm-10 > *, .align-items-height .col-sm-11 > *, .align-items-height .col-sm-12 > *, .align-items-height .col-md > *, .align-items-height .col-md-auto > *, .align-items-height .col-md-1 > *, .align-items-height .col-md-2 > *, .align-items-height .col-md-3 > *, .align-items-height .col-md-4 > *, .align-items-height .col-md-5 > *, .align-items-height .col-md-6 > *, .align-items-height .col-md-7 > *, .align-items-height .col-md-8 > *, .align-items-height .col-md-9 > *, .align-items-height .col-md-10 > *, .align-items-height .col-md-11 > *, .align-items-height .col-md-12 > *, .align-items-height .col-lg > *, .align-items-height .col-lg-auto > *, .align-items-height .col-lg-1 > *, .align-items-height .col-lg-2 > *, .align-items-height .col-lg-3 > *, .align-items-height .col-lg-4 > *, .align-items-height .col-lg-5 > *, .align-items-height .col-lg-6 > *, .align-items-height .col-lg-7 > *, .align-items-height .col-lg-8 > *, .align-items-height .col-lg-9 > *, .align-items-height .col-lg-10 > *, .align-items-height .col-lg-11 > *, .align-items-height .col-lg-12 > *, .align-items-height .col-xl > *, .align-items-height .col-xl-auto > *, .align-items-height .col-xl-1 > *, .align-items-height .col-xl-2 > *, .align-items-height .col-xl-3 > *, .align-items-height .col-xl-4 > *, .align-items-height .col-xl-5 > *, .align-items-height .col-xl-6 > *, .align-items-height .col-xl-7 > *, .align-items-height .col-xl-8 > *, .align-items-height .col-xl-9 > *, .align-items-height .col-xl-10 > *, .align-items-height .col-xl-11 > *, .align-items-height .col-xl-12 > *, .align-items-height .col-xxl > *, .align-items-height .col-xxl-auto > *, .align-items-height .col-xxl-1 > *, .align-items-height .col-xxl-2 > *, .align-items-height .col-xxl-3 > *, .align-items-height .col-xxl-4 > *, .align-items-height .col-xxl-5 > *, .align-items-height .col-xxl-6 > *, .align-items-height .col-xxl-7 > *, .align-items-height .col-xxl-8 > *, .align-items-height .col-xxl-9 > *, .align-items-height .col-xxl-10 > *, .align-items-height .col-xxl-11 > *, .align-items-height .col-xxl-12 > *,
.align-items-height .swiper-slide > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

blockquote {
  display: block;
}

blockquote p {
  font-style: italic;
}

.label {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  padding: 0 10px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  background: #f8f8f8;
  border-radius: 0;
  display: inline-block;
  vertical-align: top;
}

.label.brown {
  color: #fff;
}

.label.purple {
  color: #fff;
}

.label.xs {
  line-height: 20px;
  font-size: 10px;
}

@media (min-width: 1280px) {
  .label.xl {
    font-size: 30px;
    line-height: 54px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .label.xl {
    font-size: 16px;
    line-height: 32px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 1279.98px) {
  .label.xs {
    line-height: 14px;
    font-size: 8px;
  }
}

.block-with-activity-controls:not(.active) .deactivation-control {
  display: none;
}

.block-with-activity-controls.active .activation-control {
  display: none;
}

.inline-counter {
  color: #9d9d9c;
  font-weight: 300;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.page-head {
  margin-bottom: 80px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .page-head {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .page-head {
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .page-head {
    margin-bottom: 40px;
  }
}

.page-title {
  color: #ff5400;
}

@media (max-width: 767.98px) {
  .page-title {
    font-size: 36px;
    margin-bottom: 1.1em;
  }
}

.page-head .page-title:last-child {
  margin-bottom: 0;
}

@media (min-width: 1280px) {
  body.fancybox-active {
    padding-right: 17px;
  }
  body.fancybox-active .news-detail-share.fixed {
    margin-right: 17px;
  }
}

/* ------------------------------------- COMPONENTS STYLES ------------------------------------- */
/* TYPOGRAPHY */
html {
  font-size: 16px;
}

body {
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
}

@media (max-width: 1599.98px) {
  body {
    font-size: 14px;
  }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: inherit;
  text-align: left;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Montserrat";
  line-height: 1.2;
}

h1, .h1 {
  font-size: 90px;
  line-height: 1;
  margin-bottom: 0.66667em;
  margin-left: -0.1em;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  h1, .h1 {
    font-size: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  h1, .h1 {
    font-size: 60px;
  }
}

@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 28px;
    margin-bottom: 1em;
  }
}

h2, .h2 {
  font-size: 60px;
  margin-bottom: 0.5em;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  h2, .h2 {
    font-size: 46px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  h2, .h2 {
    font-size: 46px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 46px;
    margin-bottom: 10px;
  }
}

h3, .h3 {
  font-size: 46px;
  margin-bottom: 40px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  h3, .h3 {
    font-size: 32px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  h3, .h3 {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  h3, .h3 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

h4, .h4 {
  font-size: 32px;
  line-height: 1.1875;
  margin-bottom: 40px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  h4, .h4 {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  h4, .h4 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  h4, .h4 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 24px;
  }
}

h5, .h5 {
  font-size: 28px;
  line-height: 1.21429;
  margin-bottom: 30px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  h5, .h5 {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  h5, .h5 {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media (max-width: 767.98px) {
  h5, .h5 {
    font-size: 20px;
    line-height: 1.2;
  }
}

h6, .h6 {
  font-size: 20px;
  line-height: inherit;
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 1599.98px) {
  h6, .h6 {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  h6, .h6 {
    font-size: 16px;
  }
}

b {
  font-weight: 700;
}

i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

sub {
  vertical-align: sub;
  font-size: 0.6em;
}

sup {
  vertical-align: super;
  font-size: 0.6em;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

p {
  margin: 0 0 1em;
}

.text-regular {
  font-weight: 400;
}

.text-medium {
  font-weight: 500;
}

.text-bold {
  font-weight: 700;
}

.text-color-black {
  color: #000 !important;
}

.text-color-white {
  color: #fff !important;
}

.text-color-green-dark {
  color: #10af72 !important;
}

.text-color-green {
  color: #15e595 !important;
}

.text-color-green-light {
  color: #59f0b6 !important;
}

.text-color-blue-dark {
  color: #1965a9 !important;
}

.text-color-blue {
  color: #2184dc !important;
}

.text-color-blue-light {
  color: #64b3eb !important;
}

.text-color-orange {
  color: #ff5400 !important;
}

.text-color-orange-light {
  color: #ff7b3b !important;
}

.text-color-orange-lightest {
  color: #ffa376 !important;
}

.text-color-yellow-dark {
  color: #ffd636 !important;
}

.text-color-yellow {
  color: #ffe271 !important;
}

.text-color-yellow-light {
  color: #ffeeac !important;
}

.text-color-gray-dark {
  color: #3c3c3b !important;
}

.text-color-gray {
  color: #9d9d9c !important;
}

.text-color-gray-light {
  color: #e3e3e3 !important;
}

.text-color-gray-lightest {
  color: #f8f8f8 !important;
}

.text-size-lg {
  font-size: 20px;
}

@media (min-width: 768px) and (max-width: 1599.98px) {
  .text-size-lg {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .text-size-lg {
    font-size: 16px;
  }
}

.text-size-sm {
  font-size: 14px;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* LINKS */
a {
  outline: none !important;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}

a, a:focus {
  color: #ff5400;
  text-decoration: none;
}

a:hover {
  color: #ff5400;
  text-decoration: none;
}

a[disabled], a:disabled, a.disabled {
  cursor: default;
}

a .icon {
  display: inline-block;
  vertical-align: top;
  height: 1.5em;
  width: 1.25em;
  fill: currentColor;
  margin-left: 6px;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
  position: relative;
}

a .icon.icon-first {
  margin-left: 0;
  margin-right: 10px;
}

a u {
  text-decoration: none;
  position: relative;
}

a u:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  bottom: -0.25em;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
}

a:hover u:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* BUTTONS */
button {
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: none;
  padding: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-style: inherit;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  display: inline-block;
  line-height: inherit;
}

button, button:focus {
  color: #ff5400;
  text-decoration: none;
}

button:hover {
  color: #ff5400;
  text-decoration: none;
}

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

button .icon {
  display: inline-block;
  vertical-align: top;
  height: 1.5em;
  width: 1.25em;
  fill: currentColor;
  margin-left: 6px;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

button .icon.icon-first {
  margin-left: 0;
  margin-right: 10px;
}

button u {
  text-decoration: none;
  position: relative;
}

button u:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  bottom: -0.25em;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
}

button:hover u:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.btn {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid transparent;
  font-weight: 500;
  font-family: "Montserrat";
  outline: none !important;
  height: 48px;
  padding: 11px 19px;
  border-radius: 24px;
  text-align: center;
  color: #fff;
  background-color: #ff5400;
}

.btn.disabled, .btn:disabled, .btn[disabled] {
  background-color: #f8f8f8;
  cursor: default;
  color: #bcbcbc;
}

.btn.disabled .icon, .btn:disabled .icon, .btn[disabled] .icon {
  fill: #bcbcbc;
}

a.btn,
button.btn,
label.btn {
  cursor: pointer;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

a.btn, a.btn:focus,
button.btn,
button.btn:focus,
label.btn,
label.btn:focus {
  -webkit-box-shadow: 0 0 0 0 #ff5400;
          box-shadow: 0 0 0 0 #ff5400;
  border-color: transparent;
  color: #fff;
  background-color: #ff5400;
  text-decoration: none;
}

a.btn .icon, a.btn:focus .icon,
button.btn .icon,
button.btn:focus .icon,
label.btn .icon,
label.btn:focus .icon {
  fill: #ffe271;
}

a.btn:hover,
button.btn:hover,
label.btn:hover {
  -webkit-box-shadow: 0 0 0 3px #ff5400;
          box-shadow: 0 0 0 3px #ff5400;
  text-decoration: none;
  border-color: transparent;
  color: #fff;
  background-color: #ff5400;
}

a.btn:hover .icon,
button.btn:hover .icon,
label.btn:hover .icon {
  fill: #ffe271;
}

a.btn.disabled, a.btn.disabled:focus, a.btn:disabled, a.btn:disabled:focus, a.btn[disabled], a.btn[disabled]:focus,
button.btn.disabled,
button.btn.disabled:focus,
button.btn:disabled,
button.btn:disabled:focus,
button.btn[disabled],
button.btn[disabled]:focus,
label.btn.disabled,
label.btn.disabled:focus,
label.btn:disabled,
label.btn:disabled:focus,
label.btn[disabled],
label.btn[disabled]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #bcbcbc;
  background-color: #f8f8f8;
}

a.btn.disabled .icon, a.btn.disabled:focus .icon, a.btn:disabled .icon, a.btn:disabled:focus .icon, a.btn[disabled] .icon, a.btn[disabled]:focus .icon,
button.btn.disabled .icon,
button.btn.disabled:focus .icon,
button.btn:disabled .icon,
button.btn:disabled:focus .icon,
button.btn[disabled] .icon,
button.btn[disabled]:focus .icon,
label.btn.disabled .icon,
label.btn.disabled:focus .icon,
label.btn:disabled .icon,
label.btn:disabled:focus .icon,
label.btn[disabled] .icon,
label.btn[disabled]:focus .icon {
  fill: #bcbcbc;
}

a.btn.disabled:hover, a.btn:disabled:hover, a.btn[disabled]:hover,
button.btn.disabled:hover,
button.btn:disabled:hover,
button.btn[disabled]:hover,
label.btn.disabled:hover,
label.btn:disabled:hover,
label.btn[disabled]:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #bcbcbc;
  background-color: #f8f8f8;
}

a.btn.disabled:hover .icon, a.btn:disabled:hover .icon, a.btn[disabled]:hover .icon,
button.btn.disabled:hover .icon,
button.btn:disabled:hover .icon,
button.btn[disabled]:hover .icon,
label.btn.disabled:hover .icon,
label.btn:disabled:hover .icon,
label.btn[disabled]:hover .icon {
  fill: #bcbcbc;
}

@media (max-width: 1599.98px) {
  .btn {
    font-size: 14px;
    line-height: 21px;
    height: 42px;
    padding: 9.5px 19px;
    border-radius: 21px;
  }
}

.btn.btn-xs {
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  padding: 2px 9px;
}

@media (max-width: 1599.98px) {
  .btn.btn-xs {
    height: 26px;
    padding: 1.5px 9px;
  }
}

.btn.btn-white {
  color: #ff5400;
  background-color: #fff;
  border-color: transparent;
}

.btn.btn-white.disabled, .btn.btn-white:disabled, .btn.btn-white[disabled] {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  background-color: #ff7b3b;
}

.btn.btn-white.disabled .icon, .btn.btn-white:disabled .icon, .btn.btn-white[disabled] .icon {
  fill: rgba(255, 255, 255, 0.5);
}

a.btn.btn-white, a.btn.btn-white:focus,
button.btn.btn-white,
button.btn.btn-white:focus,
label.btn.btn-white,
label.btn.btn-white:focus {
  -webkit-box-shadow: 0 0 0 0 #fff;
          box-shadow: 0 0 0 0 #fff;
  color: #ff5400;
  background-color: #fff;
  border-color: transparent;
}

a.btn.btn-white:hover,
button.btn.btn-white:hover,
label.btn.btn-white:hover {
  -webkit-box-shadow: 0 0 0 3px #fff;
          box-shadow: 0 0 0 3px #fff;
  color: #ff5400;
  background-color: #fff;
  border-color: transparent;
}

a.btn.btn-white.disabled, a.btn.btn-white.disabled:focus, a.btn.btn-white:disabled, a.btn.btn-white:disabled:focus, a.btn.btn-white[disabled], a.btn.btn-white[disabled]:focus,
button.btn.btn-white.disabled,
button.btn.btn-white.disabled:focus,
button.btn.btn-white:disabled,
button.btn.btn-white:disabled:focus,
button.btn.btn-white[disabled],
button.btn.btn-white[disabled]:focus,
label.btn.btn-white.disabled,
label.btn.btn-white.disabled:focus,
label.btn.btn-white:disabled,
label.btn.btn-white:disabled:focus,
label.btn.btn-white[disabled],
label.btn.btn-white[disabled]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  background-color: #ff7b3b;
}

a.btn.btn-white.disabled .icon, a.btn.btn-white.disabled:focus .icon, a.btn.btn-white:disabled .icon, a.btn.btn-white:disabled:focus .icon, a.btn.btn-white[disabled] .icon, a.btn.btn-white[disabled]:focus .icon,
button.btn.btn-white.disabled .icon,
button.btn.btn-white.disabled:focus .icon,
button.btn.btn-white:disabled .icon,
button.btn.btn-white:disabled:focus .icon,
button.btn.btn-white[disabled] .icon,
button.btn.btn-white[disabled]:focus .icon,
label.btn.btn-white.disabled .icon,
label.btn.btn-white.disabled:focus .icon,
label.btn.btn-white:disabled .icon,
label.btn.btn-white:disabled:focus .icon,
label.btn.btn-white[disabled] .icon,
label.btn.btn-white[disabled]:focus .icon {
  fill: rgba(255, 255, 255, 0.5);
}

a.btn.btn-white.disabled:hover, a.btn.btn-white:disabled:hover, a.btn.btn-white[disabled]:hover,
button.btn.btn-white.disabled:hover,
button.btn.btn-white:disabled:hover,
button.btn.btn-white[disabled]:hover,
label.btn.btn-white.disabled:hover,
label.btn.btn-white:disabled:hover,
label.btn.btn-white[disabled]:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  background-color: #ff7b3b;
}

a.btn.btn-white.disabled:hover .icon, a.btn.btn-white:disabled:hover .icon, a.btn.btn-white[disabled]:hover .icon,
button.btn.btn-white.disabled:hover .icon,
button.btn.btn-white:disabled:hover .icon,
button.btn.btn-white[disabled]:hover .icon,
label.btn.btn-white.disabled:hover .icon,
label.btn.btn-white:disabled:hover .icon,
label.btn.btn-white[disabled]:hover .icon {
  fill: rgba(255, 255, 255, 0.5);
}

.btn.btn-orange-light {
  border-color: transparent;
  color: #fff;
  background-color: #ff7b3b;
}

.btn.btn-orange-light.disabled, .btn.btn-orange-light:disabled, .btn.btn-orange-light[disabled] {
  background-color: #f8f8f8;
  cursor: default;
  color: #bcbcbc;
}

.btn.btn-orange-light.disabled .icon, .btn.btn-orange-light:disabled .icon, .btn.btn-orange-light[disabled] .icon {
  fill: #bcbcbc;
}

a.btn.btn-orange-light, a.btn.btn-orange-light:focus,
button.btn.btn-orange-light,
button.btn.btn-orange-light:focus,
label.btn.btn-orange-light,
label.btn.btn-orange-light:focus {
  -webkit-box-shadow: 0 0 0 0 #ff7b3b;
          box-shadow: 0 0 0 0 #ff7b3b;
  border-color: transparent;
  color: #fff;
  background-color: #ff7b3b;
}

a.btn.btn-orange-light .icon, a.btn.btn-orange-light:focus .icon,
button.btn.btn-orange-light .icon,
button.btn.btn-orange-light:focus .icon,
label.btn.btn-orange-light .icon,
label.btn.btn-orange-light:focus .icon {
  fill: #fff;
}

a.btn.btn-orange-light:hover,
button.btn.btn-orange-light:hover,
label.btn.btn-orange-light:hover {
  -webkit-box-shadow: 0 0 0 3px #ff7b3b;
          box-shadow: 0 0 0 3px #ff7b3b;
  border-color: transparent;
  color: #fff;
  background-color: #ff7b3b;
}

a.btn.btn-orange-light:hover .icon,
button.btn.btn-orange-light:hover .icon,
label.btn.btn-orange-light:hover .icon {
  fill: #fff;
}

a.btn.btn-orange-light.disabled, a.btn.btn-orange-light.disabled:focus, a.btn.btn-orange-light:disabled, a.btn.btn-orange-light:disabled:focus, a.btn.btn-orange-light[disabled], a.btn.btn-orange-light[disabled]:focus,
button.btn.btn-orange-light.disabled,
button.btn.btn-orange-light.disabled:focus,
button.btn.btn-orange-light:disabled,
button.btn.btn-orange-light:disabled:focus,
button.btn.btn-orange-light[disabled],
button.btn.btn-orange-light[disabled]:focus,
label.btn.btn-orange-light.disabled,
label.btn.btn-orange-light.disabled:focus,
label.btn.btn-orange-light:disabled,
label.btn.btn-orange-light:disabled:focus,
label.btn.btn-orange-light[disabled],
label.btn.btn-orange-light[disabled]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #bcbcbc;
  background-color: #f8f8f8;
}

a.btn.btn-orange-light.disabled .icon, a.btn.btn-orange-light.disabled:focus .icon, a.btn.btn-orange-light:disabled .icon, a.btn.btn-orange-light:disabled:focus .icon, a.btn.btn-orange-light[disabled] .icon, a.btn.btn-orange-light[disabled]:focus .icon,
button.btn.btn-orange-light.disabled .icon,
button.btn.btn-orange-light.disabled:focus .icon,
button.btn.btn-orange-light:disabled .icon,
button.btn.btn-orange-light:disabled:focus .icon,
button.btn.btn-orange-light[disabled] .icon,
button.btn.btn-orange-light[disabled]:focus .icon,
label.btn.btn-orange-light.disabled .icon,
label.btn.btn-orange-light.disabled:focus .icon,
label.btn.btn-orange-light:disabled .icon,
label.btn.btn-orange-light:disabled:focus .icon,
label.btn.btn-orange-light[disabled] .icon,
label.btn.btn-orange-light[disabled]:focus .icon {
  fill: #bcbcbc;
}

a.btn.btn-orange-light.disabled:hover, a.btn.btn-orange-light:disabled:hover, a.btn.btn-orange-light[disabled]:hover,
button.btn.btn-orange-light.disabled:hover,
button.btn.btn-orange-light:disabled:hover,
button.btn.btn-orange-light[disabled]:hover,
label.btn.btn-orange-light.disabled:hover,
label.btn.btn-orange-light:disabled:hover,
label.btn.btn-orange-light[disabled]:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #bcbcbc;
  background-color: #f8f8f8;
}

a.btn.btn-orange-light.disabled:hover .icon, a.btn.btn-orange-light:disabled:hover .icon, a.btn.btn-orange-light[disabled]:hover .icon,
button.btn.btn-orange-light.disabled:hover .icon,
button.btn.btn-orange-light:disabled:hover .icon,
button.btn.btn-orange-light[disabled]:hover .icon,
label.btn.btn-orange-light.disabled:hover .icon,
label.btn.btn-orange-light:disabled:hover .icon,
label.btn.btn-orange-light[disabled]:hover .icon {
  fill: #bcbcbc;
}

.btn.btn-transparent {
  border-color: #e3e3e3;
  color: #111111;
  background-color: transparent;
}

.btn.btn-transparent.disabled, .btn.btn-transparent:disabled, .btn.btn-transparent[disabled] {
  background-color: transparent;
  border-color: #bcbcbc;
  cursor: default;
  color: #bcbcbc;
}

.btn.btn-transparent.disabled .icon, .btn.btn-transparent:disabled .icon, .btn.btn-transparent[disabled] .icon {
  fill: #bcbcbc;
}

a.btn.btn-transparent, a.btn.btn-transparent:focus,
button.btn.btn-transparent,
button.btn.btn-transparent:focus,
label.btn.btn-transparent,
label.btn.btn-transparent:focus {
  -webkit-box-shadow: 0 0 0 0 #ff5400;
          box-shadow: 0 0 0 0 #ff5400;
  border-color: #e3e3e3;
  color: #111111;
  background-color: transparent;
}

a.btn.btn-transparent:hover,
button.btn.btn-transparent:hover,
label.btn.btn-transparent:hover {
  -webkit-box-shadow: 0 0 0 3px #ff5400;
          box-shadow: 0 0 0 3px #ff5400;
  border-color: #ff5400;
  color: #fff;
  background-color: #ff5400;
}

a.btn.btn-transparent.disabled, a.btn.btn-transparent.disabled:focus, a.btn.btn-transparent:disabled, a.btn.btn-transparent:disabled:focus, a.btn.btn-transparent[disabled], a.btn.btn-transparent[disabled]:focus,
button.btn.btn-transparent.disabled,
button.btn.btn-transparent.disabled:focus,
button.btn.btn-transparent:disabled,
button.btn.btn-transparent:disabled:focus,
button.btn.btn-transparent[disabled],
button.btn.btn-transparent[disabled]:focus,
label.btn.btn-transparent.disabled,
label.btn.btn-transparent.disabled:focus,
label.btn.btn-transparent:disabled,
label.btn.btn-transparent:disabled:focus,
label.btn.btn-transparent[disabled],
label.btn.btn-transparent[disabled]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border-color: #bcbcbc;
  cursor: default;
  color: #bcbcbc;
}

a.btn.btn-transparent.disabled .icon, a.btn.btn-transparent.disabled:focus .icon, a.btn.btn-transparent:disabled .icon, a.btn.btn-transparent:disabled:focus .icon, a.btn.btn-transparent[disabled] .icon, a.btn.btn-transparent[disabled]:focus .icon,
button.btn.btn-transparent.disabled .icon,
button.btn.btn-transparent.disabled:focus .icon,
button.btn.btn-transparent:disabled .icon,
button.btn.btn-transparent:disabled:focus .icon,
button.btn.btn-transparent[disabled] .icon,
button.btn.btn-transparent[disabled]:focus .icon,
label.btn.btn-transparent.disabled .icon,
label.btn.btn-transparent.disabled:focus .icon,
label.btn.btn-transparent:disabled .icon,
label.btn.btn-transparent:disabled:focus .icon,
label.btn.btn-transparent[disabled] .icon,
label.btn.btn-transparent[disabled]:focus .icon {
  fill: #bcbcbc;
}

a.btn.btn-transparent.disabled:hover, a.btn.btn-transparent:disabled:hover, a.btn.btn-transparent[disabled]:hover,
button.btn.btn-transparent.disabled:hover,
button.btn.btn-transparent:disabled:hover,
button.btn.btn-transparent[disabled]:hover,
label.btn.btn-transparent.disabled:hover,
label.btn.btn-transparent:disabled:hover,
label.btn.btn-transparent[disabled]:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border-color: #bcbcbc;
  cursor: default;
  color: #bcbcbc;
}

a.btn.btn-transparent.disabled:hover .icon, a.btn.btn-transparent:disabled:hover .icon, a.btn.btn-transparent[disabled]:hover .icon,
button.btn.btn-transparent.disabled:hover .icon,
button.btn.btn-transparent:disabled:hover .icon,
button.btn.btn-transparent[disabled]:hover .icon,
label.btn.btn-transparent.disabled:hover .icon,
label.btn.btn-transparent:disabled:hover .icon,
label.btn.btn-transparent[disabled]:hover .icon {
  fill: #bcbcbc;
}

.btn.btn-no-borders {
  border-color: transparent;
  color: #111111;
  background-color: transparent;
}

.btn.btn-no-borders .icon {
  fill: #ff5400;
}

.btn.btn-no-borders.disabled, .btn.btn-no-borders:disabled, .btn.btn-no-borders[disabled] {
  background-color: transparent;
  border-color: transparent;
  cursor: default;
  color: #bcbcbc;
}

.btn.btn-no-borders.disabled .icon, .btn.btn-no-borders:disabled .icon, .btn.btn-no-borders[disabled] .icon {
  fill: #bcbcbc;
}

a.btn.btn-no-borders, a.btn.btn-no-borders:focus,
button.btn.btn-no-borders,
button.btn.btn-no-borders:focus,
label.btn.btn-no-borders,
label.btn.btn-no-borders:focus {
  -webkit-box-shadow: 0 0 0 0 #ff5400;
          box-shadow: 0 0 0 0 #ff5400;
  border-color: transparent;
  color: #111111;
  background-color: transparent;
}

a.btn.btn-no-borders .icon, a.btn.btn-no-borders:focus .icon,
button.btn.btn-no-borders .icon,
button.btn.btn-no-borders:focus .icon,
label.btn.btn-no-borders .icon,
label.btn.btn-no-borders:focus .icon {
  fill: #ff5400;
}

a.btn.btn-no-borders:hover,
button.btn.btn-no-borders:hover,
label.btn.btn-no-borders:hover {
  -webkit-box-shadow: 0 0 0 3px #ff5400;
          box-shadow: 0 0 0 3px #ff5400;
  border-color: #ff5400;
  color: #fff;
  background-color: #ff5400;
}

a.btn.btn-no-borders:hover .icon,
button.btn.btn-no-borders:hover .icon,
label.btn.btn-no-borders:hover .icon {
  fill: #ffe271;
}

a.btn.btn-no-borders.disabled, a.btn.btn-no-borders.disabled:focus, a.btn.btn-no-borders:disabled, a.btn.btn-no-borders:disabled:focus, a.btn.btn-no-borders[disabled], a.btn.btn-no-borders[disabled]:focus,
button.btn.btn-no-borders.disabled,
button.btn.btn-no-borders.disabled:focus,
button.btn.btn-no-borders:disabled,
button.btn.btn-no-borders:disabled:focus,
button.btn.btn-no-borders[disabled],
button.btn.btn-no-borders[disabled]:focus,
label.btn.btn-no-borders.disabled,
label.btn.btn-no-borders.disabled:focus,
label.btn.btn-no-borders:disabled,
label.btn.btn-no-borders:disabled:focus,
label.btn.btn-no-borders[disabled],
label.btn.btn-no-borders[disabled]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border-color: transparent;
  cursor: default;
  color: #bcbcbc;
}

a.btn.btn-no-borders.disabled .icon, a.btn.btn-no-borders.disabled:focus .icon, a.btn.btn-no-borders:disabled .icon, a.btn.btn-no-borders:disabled:focus .icon, a.btn.btn-no-borders[disabled] .icon, a.btn.btn-no-borders[disabled]:focus .icon,
button.btn.btn-no-borders.disabled .icon,
button.btn.btn-no-borders.disabled:focus .icon,
button.btn.btn-no-borders:disabled .icon,
button.btn.btn-no-borders:disabled:focus .icon,
button.btn.btn-no-borders[disabled] .icon,
button.btn.btn-no-borders[disabled]:focus .icon,
label.btn.btn-no-borders.disabled .icon,
label.btn.btn-no-borders.disabled:focus .icon,
label.btn.btn-no-borders:disabled .icon,
label.btn.btn-no-borders:disabled:focus .icon,
label.btn.btn-no-borders[disabled] .icon,
label.btn.btn-no-borders[disabled]:focus .icon {
  fill: #bcbcbc;
}

a.btn.btn-no-borders.disabled:hover, a.btn.btn-no-borders:disabled:hover, a.btn.btn-no-borders[disabled]:hover,
button.btn.btn-no-borders.disabled:hover,
button.btn.btn-no-borders:disabled:hover,
button.btn.btn-no-borders[disabled]:hover,
label.btn.btn-no-borders.disabled:hover,
label.btn.btn-no-borders:disabled:hover,
label.btn.btn-no-borders[disabled]:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border-color: transparent;
  cursor: default;
  color: #bcbcbc;
}

a.btn.btn-no-borders.disabled:hover .icon, a.btn.btn-no-borders:disabled:hover .icon, a.btn.btn-no-borders[disabled]:hover .icon,
button.btn.btn-no-borders.disabled:hover .icon,
button.btn.btn-no-borders:disabled:hover .icon,
button.btn.btn-no-borders[disabled]:hover .icon,
label.btn.btn-no-borders.disabled:hover .icon,
label.btn.btn-no-borders:disabled:hover .icon,
label.btn.btn-no-borders[disabled]:hover .icon {
  fill: #bcbcbc;
}

/* LISTS */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li,
ol li {
  margin: 0 0 1em;
  padding: 0;
  position: relative;
}

ul li {
  padding-left: 1em;
}

ul li:before {
  content: "";
  position: absolute;
  background: #ff5400;
  width: 8px;
  height: 8px;
  top: 0.75em;
  margin: -4px 0 0;
  border-radius: 50%;
  left: 0;
}

@media (max-width: 1599.98px) {
  ul li:before {
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
}

ol {
  counter-reset: itemsCounter;
}

ol li {
  counter-increment: itemsCounter;
  padding-left: 2.5em;
}

ol li:before {
  content: counter(itemsCounter);
  font-size: 1.4em;
  line-height: inherit;
  position: absolute;
  left: 0;
  top: -0.25em;
  color: #9d9d9c;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
}

ol li:nth-child(-n+9):before {
  content: "0" counter(itemsCounter);
}

ol ol {
  counter-reset: subItemsCounter;
}

ol ol li {
  counter-increment: subItemsCounter;
  padding-left: 35px;
}

ol ol li:before {
  content: counter(itemsCounter) "." counter(subItemsCounter) ".";
}

ul.soc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px -24px;
}

ul.soc-list > li {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 12px 24px;
}

ul.soc-list > li:before {
  display: none;
}

ul.soc-list > li > a {
  display: block;
}

ul.soc-list > li > a > .icon {
  width: 32px;
  display: block;
  margin: 0;
}

@media (max-width: 1279.98px) {
  ul.soc-list {
    margin: 0 -8px -16px;
  }
  ul.soc-list > li {
    margin: 0 8px 16px;
  }
}

/* TABLES */
.table-container {
  overflow: hidden;
  max-width: 100%;
  position: relative;
}

.table-container .table-scroller {
  width: 100%;
  overflow: auto;
}

.table-container .table-scroller table {
  width: auto;
  min-width: 100%;
}

@media (max-width: 767.98px) {
  .table-container {
    margin-right: -24px;
    margin-left: -24px;
    max-width: calc(100% + 48px);
  }
  .table-container .table-scroller {
    padding-right: 24px;
    padding-left: 24px;
  }
}

/* FORMS */
.site-form {
  font-size: inherit;
  line-height: inherit;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-control {
  line-height: 24px;
  font-size: 16px;
  font-family: inherit;
  font-style: inherit;
  height: 48px;
  padding: 11px 19px;
  border: 1px solid #e3e3e3;
  display: block;
  width: 100%;
  border-radius: 24px;
  color: #111111;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background: #fff;
  text-align: left;
}

.form-control::-webkit-input-placeholder {
  color: #3C3C3B;
}

.form-control::-moz-placeholder {
  color: #3C3C3B;
}

.form-control:-moz-placeholder {
  color: #3C3C3B;
}

.form-control:-ms-input-placeholder {
  color: #3C3C3B;
}

.form-control:hover {
  border-color: #ff5400;
}

.form-control:focus {
  outline: none;
  border-color: #ff5400;
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-control:focus::-moz-placeholder {
  color: transparent;
}

.form-control:focus:-moz-placeholder {
  color: transparent;
}

.form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.form-control.disabled,
.form-control:disabled,
.form-control[disabled] {
  border-color: #e3e3e3;
  color: #e3e3e3;
  cursor: default;
}

.form-control.disabled::-webkit-input-placeholder,
.form-control:disabled::-webkit-input-placeholder,
.form-control[disabled]::-webkit-input-placeholder {
  color: #e3e3e3;
}

.form-control.disabled::-moz-placeholder,
.form-control:disabled::-moz-placeholder,
.form-control[disabled]::-moz-placeholder {
  color: #e3e3e3;
}

.form-control.disabled:-moz-placeholder,
.form-control:disabled:-moz-placeholder,
.form-control[disabled]:-moz-placeholder {
  color: #e3e3e3;
}

.form-control.disabled:-ms-input-placeholder,
.form-control:disabled:-ms-input-placeholder,
.form-control[disabled]:-ms-input-placeholder {
  color: #e3e3e3;
}

textarea.form-control {
  resize: none;
  height: 210px;
}

@media (max-width: 1599.98px) {
  .form-control {
    font-size: 14px;
    height: 42px;
    padding: 8px 19px;
    border-radius: 21px;
  }
}

.custom-checkbox,
.custom-radio {
  display: none;
}

label.custom-checkbox-label,
label.custom-radio-label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}

label.custom-checkbox-label:before, label.custom-checkbox-label:after,
label.custom-radio-label:before,
label.custom-radio-label:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(1em*24/16/2);
  margin-top: -8px;
  left: 0;
}

label.custom-checkbox-label:before,
label.custom-radio-label:before {
  border: 1px solid #e3e3e3;
  background: #fff;
}

label.custom-checkbox-label:after,
label.custom-radio-label:after {
  opacity: 0;
}

label.custom-checkbox-label:before, label.custom-checkbox-label:after {
  border-radius: 3px;
}

label.custom-checkbox-label:after {
  background-color: #ff5400;
  background-image: url(/local/templates/roadtohome/css/../images/icon-check-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px auto;
}

label.custom-radio-label:before, label.custom-radio-label:after {
  border-radius: 50%;
}

label.custom-radio-label:after {
  background-color: #ff5400;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  left: 3px;
}

.custom-checkbox:checked + .custom-checkbox-label:after,
.custom-radio:checked + .custom-radio-label:after {
  opacity: 1;
}

.custom-radio:checked + .custom-radio-label:before {
  border-color: #ff5400;
}

select.form-control {
  -webkit-appearance: none;
  padding-right: 60px;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-image: url(/local/templates/roadtohome/css/../images/drop-light-orange-bottom.svg);
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

select.form-control:focus {
  background-image: url(/local/templates/roadtohome/css/../images/drop-light-orange-top.svg);
}

select.form-control.placeholder-active {
  color: #9d9d9c;
}

select.form-control option {
  color: #000;
}

select.form-control option.placeholder-option {
  display: none;
}

select.form-control.placeholder-active {
  color: #3C3C3B;
}

select.form-control::-ms-expand {
  display: none;
}

select.form-control.disabled,
select.form-control:disabled,
select.form-control[disabled] {
  cursor: default;
  background-image: url(/local/templates/roadtohome/css/../images/drop-light-gray-light-bottom.svg) !important;
  opacity: 1;
  color: #e3e3e3 !important;
}

select.form-control[disabled] option {
  color: inherit !important;
}

select.form-control[multiple] option {
  line-height: 20px !important;
}

select.form-control[multiple]:not(:focus) option:nth-child(n+2) {
  display: none;
}

select.form-control[multiple]:not(:focus) option[selected] {
  display: block !important;
  background: transparent !important;
  height: 20px;
  padding: 2px 0;
}

select.form-control[multiple]:not(:focus) option.placeholder-option {
  color: #000;
}

select.form-control[multiple]:not(:focus) option[selected][disabled] {
  pointer-events: none;
}

select.form-control[multiple]:focus {
  height: 140px;
  overflow: auto;
}

.selectric-wrapper {
  position: relative;
  font-size: inherit;
  line-height: 24px;
  font-weight: 500;
  font-family: inherit;
  font-style: inherit;
  display: block;
  width: 100%;
  color: #111111;
}

.selectric-wrapper select {
  display: none;
}

.selectric-wrapper .selectric {
  font-size: inherit;
  line-height: 24px;
  font-family: inherit;
  font-style: inherit;
  height: 48px;
  padding: 11px 60px 11px 19px;
  border: 1px solid #e3e3e3;
  display: block;
  width: 100%;
  border-radius: 24px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #fff;
  text-align: left;
  cursor: pointer;
  background-image: url(/local/templates/roadtohome/css/../images/drop-light-orange-bottom.svg);
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  font-weight: inherit;
  color: inherit;
  position: relative;
  text-transform: none;
}

.selectric-wrapper:hover .selectric {
  border-color: #ff5400;
}

.selectric-wrapper .selectric .label {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  font-style: inherit;
  font-family: inherit;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  background: transparent;
  margin: 0;
  height: 100%;
  text-align: inherit;
  text-transform: none;
  padding: 0;
}

.selectric-wrapper .selectric .label.placeholder-active {
  color: #3C3C3B;
}

.selectric-wrapper .selectric .button {
  display: none;
}

.selectric-wrapper .selectric-items {
  background: #fff;
  border: 1px solid #ff5400;
  border-radius: 24px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0 0 8px 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  overflow: hidden;
}

.selectric-wrapper .selectric-items .selectric-scroll {
  max-height: 200px;
}

.selectric-wrapper .selectric-items ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: inherit;
  line-height: inherit;
}

.selectric-wrapper .selectric-items ul li {
  margin: 0;
  padding: 8px 19px;
  white-space: nowrap;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  background-color: transparent;
  text-align: left;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.selectric-wrapper .selectric-items ul li:hover {
  background-color: transparent;
  color: #ff5400;
}

.selectric-wrapper .selectric-items ul li.selected {
  background-color: transparent;
  color: #ff5400;
}

.selectric-wrapper .selectric-items ul li.selected:hover {
  background-color: transparent;
  color: #ff5400;
}

.selectric-wrapper .selectric-items ul li:before {
  display: none;
}

.selectric-wrapper .selectric-items ul li.placeholder-option {
  display: none;
}

.selectric-wrapper.selectric-select-multiple .selectric-items ul li {
  padding-left: 47px;
}

.selectric-wrapper.selectric-select-multiple .selectric-items ul li:hover {
  background-color: transparent;
  color: #ff5400;
}

.selectric-wrapper.selectric-select-multiple .selectric-items ul li:before, .selectric-wrapper.selectric-select-multiple .selectric-items ul li:after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  left: 19px;
  display: block;
  border-radius: 3px;
}

.selectric-wrapper.selectric-select-multiple .selectric-items ul li:before {
  border: 1px solid #e3e3e3;
  background: #fff;
}

.selectric-wrapper.selectric-select-multiple .selectric-items ul li:after {
  opacity: 0;
  background-color: #ff5400;
  background-image: url(/local/templates/roadtohome/css/../images/icon-check-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px auto;
}

.selectric-wrapper.selectric-select-multiple .selectric-items ul li.selected {
  background-color: transparent;
  color: inherit;
}

.selectric-wrapper.selectric-select-multiple .selectric-items ul li.selected:after {
  opacity: 1;
}

.selectric-wrapper.selectric-select-multiple .selectric-items ul li.selected:hover {
  background-color: transparent;
  color: #ff5400;
}

.selectric-wrapper.selectric-open .selectric {
  background-image: url(/local/templates/roadtohome/css/../images/drop-light-orange-top.svg);
  border-color: #ff5400;
}

.selectric-wrapper.selectric-open.selectric-below .selectric {
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.selectric-wrapper.selectric-open.selectric-below .selectric-items {
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.selectric-wrapper.selectric-open.selectric-above .selectric {
  border-top: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.selectric-wrapper.selectric-open.selectric-above .selectric-items {
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.selectric-wrapper.selectric-disabled {
  opacity: 1;
}

.selectric-wrapper.selectric-disabled .selectric {
  cursor: default;
  background-image: url(/local/templates/roadtohome/css/../images/drop-light-gray-light-bottom.svg) !important;
}

.selectric-wrapper.selectric-disabled .selectric .label {
  color: #e3e3e3 !important;
}

@media (max-width: 1599.98px) {
  .selectric-wrapper .selectric {
    height: 42px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 21px;
  }
}

.form-control-icon {
  fill: #ff5400;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.form-control-icon.left {
  left: 22px;
}

.form-control-icon.right {
  right: 22px;
}

.form-control-icon.left ~ .form-control {
  padding-left: 55px;
}

.form-control-icon.right ~ .form-control {
  padding-right: 55px;
}

.form-control-btn {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  border-radius: 16px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

.form-control-btn, .form-control-btn:focus {
  color: #ff5400;
  background-color: transparent;
}

.form-control-btn:hover {
  color: #fff;
  background-color: #ff5400;
}

.form-control-btn .icon {
  position: absolute;
  margin: -7px 0 0 -7px;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.form-control-btn.hidden {
  display: none;
}

.form-control-btn.left {
  left: 8px;
}

.form-control-btn.right {
  right: 8px;
}

.form-control-btn.left ~ .form-control {
  padding-left: 55px;
}

.form-control-btn.right ~ .form-control {
  padding-right: 55px;
}

@media (max-width: 1599.98px) {
  .form-control-btn.left {
    left: 5px;
  }
  .form-control-btn.right {
    right: 5px;
  }
}

.search-form .form-control::-webkit-input-placeholder {
  color: #9d9d9c;
}

.search-form .form-control::-moz-placeholder {
  color: #9d9d9c;
}

.search-form .form-control:-moz-placeholder {
  color: #9d9d9c;
}

.search-form .form-control:-ms-input-placeholder {
  color: #9d9d9c;
}

.search-form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.search-form .form-control:focus::-moz-placeholder {
  color: transparent;
}

.search-form .form-control:focus:-moz-placeholder {
  color: transparent;
}

.search-form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

/* FANCYBOX, MODALS */
.fancybox-bg {
  background: #383630;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.6;
}

.fancybox-toolbar {
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 767.98px) {
  .fancybox-navigation {
    display: none;
  }
}

.fancybox-is-modal .fancybox-navigation,
.fancybox-is-modal .fancybox-toolbar,
.fancybox-is-modal .fancybox-infobar {
  display: none !important;
}

.fancybox-navigation .fancybox-button {
  width: 60px;
  height: 60px;
  padding: 17px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  position: absolute;
  display: block;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s !important;
  -o-transition: color 0.3s, border-color 0.3s, background-color 0.3s !important;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s !important;
  top: 50%;
}

.fancybox-navigation .fancybox-button, .fancybox-navigation .fancybox-button:focus {
  color: #fff;
}

.fancybox-navigation .fancybox-button:hover {
  color: #ff5400;
  border-color: #fff;
  background-color: #fff;
}

.fancybox-navigation .fancybox-button .icon {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: currentColor;
  position: static;
  margin: 0;
}

.fancybox-navigation .fancybox-button-prev, .fancybox-navigation .fancybox-button-next {
  left: auto;
  right: auto;
  top: 50%;
  bottom: auto;
  margin: -30px 0 0;
}

.fancybox-navigation .fancybox-button-prev {
  left: 20px;
  padding-left: 15px;
  padding-right: 19px;
}

.fancybox-navigation .fancybox-button-prev .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fancybox-navigation .fancybox-button-next {
  right: 20px;
  padding-left: 19px;
  padding-right: 15px;
}

.fancybox-navigation .fancybox-button-disabled {
  opacity: 0.3;
}

.fancybox-navigation .fancybox-button-disabled:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .fancybox-navigation .fancybox-button {
    width: 48px;
    height: 48px;
    padding: 15px;
    margin-top: -24px;
  }
  .fancybox-navigation .fancybox-button-prev {
    padding-left: 13px;
    padding-right: 17px;
    left: 24px;
  }
  .fancybox-navigation .fancybox-button-next {
    padding-left: 17px;
    padding-right: 13px;
    right: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .fancybox-navigation .fancybox-button {
    width: 48px;
    height: 48px;
    padding: 15px;
    margin-top: -24px;
  }
  .fancybox-navigation .fancybox-button-prev {
    padding-left: 13px;
    padding-right: 17px;
    left: 24px;
  }
  .fancybox-navigation .fancybox-button-next {
    padding-left: 17px;
    padding-right: 13px;
    right: 24px;
  }
}

.fancybox-button-close {
  width: 60px;
  height: 60px;
  padding: 17px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  position: absolute;
  display: block;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  top: 20px;
  right: 20px;
}

.fancybox-button-close, .fancybox-button-close:focus {
  color: #fff;
}

.fancybox-button-close:hover {
  color: #ff5400;
}

.fancybox-button-close .icon {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: currentColor;
  position: static;
  margin: 0;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .fancybox-button-close {
    width: 48px;
    height: 48px;
    padding: 15px;
    top: 24px;
    right: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .fancybox-button-close {
    width: 48px;
    height: 48px;
    padding: 15px;
    top: 24px;
    right: 24px;
  }
}

@media (max-width: 767.98px) {
  .fancybox-button-close {
    width: 42px;
    height: 42px;
    padding: 13px;
    top: 16px;
    right: 16px;
  }
}

.fancybox-slide {
  padding: 60px 100px;
  overflow: auto;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .fancybox-slide {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .fancybox-slide {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .fancybox-is-modal .fancybox-slide {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 767.98px) {
  .fancybox-is-modal .fancybox-slide {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.fancybox-container:not(.fancybox-can-swipe) .fancybox-navigation .fancybox-button {
  display: none;
}

.modal {
  display: none;
  padding: 60px;
  border-radius: 30px;
  background: #fff;
  overflow: visible;
  width: 100%;
  max-width: 645px;
}

.modal button.modal-close {
  width: 48px;
  height: 48px;
  max-width: 48px;
  border: none;
  border-radius: 50%;
  position: absolute;
  top: -48px;
  right: -48px;
  z-index: 3;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  padding: 12px;
}

.modal button.modal-close, .modal button.modal-close:focus {
  background-color: #fff;
  color: #ff5400;
}

.modal button.modal-close:hover {
  color: #fff;
  background-color: #ff5400;
}

.modal button.modal-close .icon {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  fill: currentColor;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .modal {
    padding: 30px;
    border-radius: 20px;
  }
  .modal button.modal-close {
    width: 42px;
    height: 42px;
    top: -42px;
    right: -42px;
    padding: 11px;
    max-width: 42px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .modal {
    padding: 30px;
    border-radius: 20px;
  }
  .modal button.modal-close {
    width: 42px;
    height: 42px;
    top: -42px;
    right: -42px;
    padding: 11px;
    max-width: 42px;
  }
}

@media (max-width: 767.98px) {
  .modal {
    padding: 20px;
    border-radius: 16px;
    max-width: 400px;
  }
  .modal button.modal-close {
    width: 42px;
    height: 42px;
    top: -52px;
    right: 0;
    padding: 11px;
    max-width: 42px;
  }
}

/* SLIDERS */
.swiper-container {
  z-index: auto;
}

.swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  z-index: auto;
}

.swiper-slide {
  height: auto;
  z-index: auto;
}

.swiper-nav {
  display: block;
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  z-index: auto;
}

.swiper-button {
  width: 48px;
  height: 48px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  z-index: auto;
  padding: 15px;
}

.swiper-button, .swiper-button:focus {
  color: #ff5400;
  background: #fff;
}

.swiper-button:hover {
  color: #fff;
  background: #ff5400;
  border-color: #ff5400;
}

.swiper-button.prev,
.swiper-button.next {
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}

.swiper-button.prev {
  margin-right: 10px;
  padding-left: 13px;
  padding-right: 17px;
}

.swiper-button.prev .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button.next {
  padding-left: 17px;
  padding-right: 13px;
}

.swiper-button.swiper-button-disabled {
  cursor: default;
}

.swiper-button.swiper-button-disabled, .swiper-button.swiper-button-disabled:focus {
  color: #e3e3e3;
  background: #fff;
}

.swiper-button.swiper-button-disabled:hover {
  color: #e3e3e3;
  background: #fff;
  border-color: #e3e3e3;
}

.swiper-button .icon {
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  fill: currentColor;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .swiper-button {
    width: 42px;
    height: 42px;
    padding: 13px;
  }
  .swiper-button.prev {
    padding-left: 11px;
    padding-right: 15px;
  }
  .swiper-button.next {
    padding-left: 15px;
    padding-right: 11px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .swiper-button {
    width: 42px;
    height: 42px;
    padding: 13px;
  }
  .swiper-button.prev {
    padding-left: 11px;
    padding-right: 15px;
  }
  .swiper-button.next {
    padding-left: 15px;
    padding-right: 11px;
  }
}

@media (max-width: 767.98px) {
  .swiper-button {
    width: 42px;
    height: 42px;
    padding: 13px;
  }
  .swiper-button.prev {
    padding-left: 11px;
    padding-right: 15px;
  }
  .swiper-button.next {
    padding-left: 15px;
    padding-right: 11px;
  }
}

.swiper-nav.lg .swiper-button {
  width: 60px;
  height: 60px;
  padding: 17px;
}

.swiper-nav.lg .swiper-button.prev {
  padding-left: 15px;
  padding-right: 19px;
}

.swiper-nav.lg .swiper-button.next {
  padding-left: 19px;
  padding-right: 15px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .swiper-nav.lg .swiper-button {
    width: 48px;
    height: 48px;
    padding: 15px;
  }
  .swiper-nav.lg .swiper-button.prev {
    padding-left: 13px;
    padding-right: 17px;
  }
  .swiper-nav.lg .swiper-button.next {
    padding-left: 17px;
    padding-right: 13px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .swiper-nav.lg .swiper-button {
    width: 48px;
    height: 48px;
    padding: 15px;
  }
  .swiper-nav.lg .swiper-button.prev {
    padding-left: 13px;
    padding-right: 17px;
  }
  .swiper-nav.lg .swiper-button.next {
    padding-left: 17px;
    padding-right: 13px;
  }
}

@media (max-width: 767.98px) {
  .swiper-nav.lg .swiper-button {
    width: 42px;
    height: 42px;
    padding: 15px;
  }
  .swiper-nav.lg .swiper-button.prev {
    padding-left: 13px;
    padding-right: 17px;
  }
  .swiper-nav.lg .swiper-button.next {
    padding-left: 17px;
    padding-right: 13px;
  }
}

.swiper-pagination {
  text-align: center;
  font-size: 0;
  line-height: 0;
  position: static;
  z-index: auto;
  margin: 40px -5px -10px;
}

.swiper-pagination > .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #e3e3e3;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 10px;
  position: relative;
  opacity: 1;
  cursor: pointer;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  z-index: auto;
}

.swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff5400;
}

/* LAZY LOAD */
[data-lazy-bg]:not(.lazyloaded):before {
  content: "" !important;
  width: 64px !important;
  height: 64px !important;
  max-width: 64px !important;
  max-height: 64px !important;
  min-width: 64px !important;
  min-height: 64px !important;
  background-image: url(/local/templates/roadtohome/css/../images/loader.svg) !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-animation: rotation 2s linear infinite !important;
          animation: rotation 2s linear infinite !important;
  background-color: transparent !important;
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  margin-top: -25px !important;
  margin-left: -25px !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

[data-lazy-bg]:not(.lazyloaded):after {
  display: none !important;
}

img[loading="lazy"][src*="loader.svg"],
source[data-srcset][src*="loader.svg"] {
  width: 64px !important;
  height: 64px !important;
  max-width: 64px !important;
  max-height: 64px !important;
  min-width: 64px !important;
  min-height: 64px !important;
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  top: 50% !important;
  left: 50% !important;
  margin-top: -25px !important;
  margin-left: -25px !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  -webkit-animation: rotation 2s linear infinite !important;
          animation: rotation 2s linear infinite !important;
}

[data-lazy-bg].lazyloaded,
img[loading="lazy"]:not([src*="loader.svg"]),
source[data-srcset]:not([src*="loader.svg"]) {
  -webkit-animation: fade-in 1s;
          animation: fade-in 1s;
}

/* HEADER */
.header {
  padding: 45px 0 30px;
  margin-bottom: 35px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0);
}

body.header-scrolled .header {
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.25);
}

body {
  padding-top: 158px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .header {
    padding-top: 37px;
    margin-bottom: 25px;
  }
  body {
    padding-top: 136px;
  }
}

@media (max-width: 1599.98px) {
  .header__item--menu {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .header {
    padding-top: 25px;
    padding-bottom: 10px;
    margin-bottom: 48px;
  }
  body {
    padding-top: 134px;
  }
}

@media (max-width: 767.98px) {
  .header {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 37px;
  }
  body {
    padding-top: 110px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.header__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 40px;
}

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

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .header__item {
    margin-right: 30px;
  }
}

.header__item--logo {
  margin-right: 4.375%;
}

.header__logo {
  width: 190px;
  display: block;
}

.header__logo picture,
.header__logo img {
  width: 100%;
}

.header__logo img {
  margin-top: -18px;
}

.header__logo img[loading="lazy"][src*="loader.svg"] {
  position: relative;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .header__item--logo {
    margin-right: 70px;
  }
}

@media (max-width: 1279.98px) {
  .header__item--logo {
    margin-right: auto;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .header__logo {
    width: 170px;
  }
  .header__logo img {
    margin-top: -5px;
  }
}

@media (max-width: 767.98px) {
  .header__item--logo {
    margin-right: auto;
  }
  .header__logo {
    width: 136px;
  }
  .header__logo img {
    margin-top: -2px;
  }
}

.header__item--partner-logo {
  margin-right: auto;
}

.header__partner-logo {
  width: 140px;
  display: block;
}

.header__partner-logo picture,
.header__partner-logo img {
  width: 100%;
}

.header__partner-logo img {
  margin-top: -16px;
}

.header__partner-logo img[loading="lazy"][src*="loader.svg"] {
  position: relative;
}

@media (max-width: 1279.98px) {
  .header__item--partner-logo {
    display: none;
  }
}

.header__item--menu {
  margin-right: 5.625%;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.header__menu > li {
  margin: 0 40px 0 0;
  padding: 0;
  position: relative;
}

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

.header__menu > li:before {
  display: none;
}

.header__menu > li > a, .header__menu > li > a:focus {
  color: #000;
}

.header__menu > li > a:hover {
  color: #000;
}

.header__menu > li > a .icon {
  width: 5px;
  margin-left: 5px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.header__menu > li > a:only-child .icon {
  display: none;
}

.header__menu .submenu {
  position: absolute;
  left: -20px;
  top: 100%;
  padding-top: 10px;
  z-index: 100;
  display: none;
  width: 400px;
}

.header__menu .submenu > ul {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  position: relative;
}

.header__menu .submenu > ul:before {
  content: '';
  border: 10px solid transparent;
  border-bottom-color: #fff;
  border-top: none;
  position: absolute;
  left: 40px;
  top: -10px;
}

.header__menu .submenu > ul > li {
  padding: 0;
}

.header__menu .submenu > ul > li:last-child {
  margin-bottom: 0;
}

.header__menu .submenu > ul > li:before {
  display: none;
}

.header__menu .submenu > ul > li > a, .header__menu .submenu > ul > li > a:focus {
  color: #000;
}

.header__menu .submenu > ul > li > a:hover {
  color: #000;
}

.header__menu > li.open > .submenu {
  display: block;
  -webkit-animation: submenuAppearance;
          animation: submenuAppearance;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}

.header__menu > li.open > .submenu > ul > li {
  opacity: 0;
  -webkit-animation: submenuItemAppearance;
          animation: submenuItemAppearance;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.header__menu > li.open > .submenu > ul > li:nth-child(1) {
  -webkit-animation-delay: 0.325s;
          animation-delay: 0.325s;
}

.header__menu > li.open > .submenu > ul > li:nth-child(2) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.header__menu > li.open > .submenu > ul > li:nth-child(3) {
  -webkit-animation-delay: 0.375s;
          animation-delay: 0.375s;
}

.header__menu > li.open > .submenu > ul > li:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.header__menu > li.open > .submenu > ul > li:nth-child(5) {
  -webkit-animation-delay: 0.425s;
          animation-delay: 0.425s;
}

.header__menu > li.open > .submenu > ul > li:nth-child(6) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.header__menu > li.open > .submenu > ul > li:nth-child(7) {
  -webkit-animation-delay: 0.475s;
          animation-delay: 0.475s;
}

.header__menu > li.open > .submenu > ul > li:nth-child(8) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.header__menu > li.open > .submenu > ul > li:nth-child(9) {
  -webkit-animation-delay: 0.525s;
          animation-delay: 0.525s;
}

.header__menu > li.open > .submenu > ul > li:nth-child(10) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}

.header__menu > li.open > .submenu > ul > li:nth-child(11) {
  -webkit-animation-delay: 0.575s;
          animation-delay: 0.575s;
}

.header__menu > li.open > .submenu > ul > li:nth-child(12) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.header__menu > li.open > .submenu > ul > li:nth-child(13) {
  -webkit-animation-delay: 0.625s;
          animation-delay: 0.625s;
}

.header__menu > li.open > .submenu > ul > li:nth-child(14) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}

.header__menu > li.open > .submenu > ul > li:nth-child(15) {
  -webkit-animation-delay: 0.675s;
          animation-delay: 0.675s;
}

.header__menu > li.open > .submenu > ul > li:nth-child(16) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.header__menu > li.open > .submenu > ul > li:nth-child(17) {
  -webkit-animation-delay: 0.725s;
          animation-delay: 0.725s;
}

.header__menu > li.open > .submenu > ul > li:nth-child(18) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.header__menu > li.open > .submenu > ul > li:nth-child(19) {
  -webkit-animation-delay: 0.775s;
          animation-delay: 0.775s;
}

.header__menu > li.open > .submenu > ul > li:nth-child(20) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.header__menu > li.open > a .icon {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.header__item--search-toggler {
  margin-right: 24px;
}

.header__search-toggler {
  display: block;
}

.header__search-toggler, .header__search-toggler:focus {
  color: #000;
}

.header__search-toggler:hover {
  color: #ff5400;
}

.header__search-toggler .icon {
  display: block;
  margin: 0;
  width: 1.5em;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .header__item--search-toggler {
    margin-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .header__item--search-toggler {
    margin-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .header__item--search-toggler {
    margin-right: 20px;
  }
}

.header__item--help-me,
.header__item--i-help {
  margin-right: 20px;
}

@media (max-width: 1279.98px) {
  .header__item--help-me,
  .header__item--i-help {
    display: none;
  }
}

.header__menu-toggler {
  display: block;
}

.header__menu-toggler, .header__menu-toggler:focus {
  color: #000;
}

.header__menu-toggler:hover {
  color: #ff5400;
}

.header__menu-toggler .icon {
  display: block;
  margin: 0;
  width: 1.5em;
}

.header__menu-toggler.active .icon-hamburger {
  display: none;
}

.header__menu-toggler:not(.active) .icon-close {
  display: none;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .header__item--menu-toggler {
    margin-right: 45px;
  }
}

.new-site-panel {
  background-color: #ff5400;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}

.new-site-panel a {
  display: inline-block;
  vertical-align: top;
}

.new-site-panel a, .new-site-panel a:focus {
  color: #fff;
}

.new-site-panel a:hover {
  color: #ffe271;
}

@media (max-width: 767.98px) {
  .new-site-panel {
    text-align: left;
  }
}

@-webkit-keyframes submenuAppearance {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes submenuAppearance {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes submenuItemAppearance {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes submenuItemAppearance {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.header__menu-toggler.fixed {
  display: none;
}

@media (max-width: 1279.98px) {
  .header__menu-toggler.fixed {
    position: fixed;
    top: 24px;
    right: 24px;
    width: 42px;
    height: 42px;
    padding: 10px;
    border-radius: 50%;
    z-index: 10;
  }
  .header__menu-toggler.fixed, .header__menu-toggler.fixed:focus {
    -webkit-box-shadow: 0 0 0 0 #ff5400;
            box-shadow: 0 0 0 0 #ff5400;
    color: #111111;
    background-color: #fff;
  }
  .header__menu-toggler.fixed .icon, .header__menu-toggler.fixed:focus .icon {
    fill: #ff5400;
  }
  .header__menu-toggler.fixed:hover {
    -webkit-box-shadow: 0 0 0 3px #ff5400;
            box-shadow: 0 0 0 3px #ff5400;
    color: #fff;
    background-color: #ff5400;
  }
  .header__menu-toggler.fixed:hover .icon {
    fill: #ffe271;
  }
  .header__menu-toggler.fixed:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: inherit;
    -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.25);
    content: '';
    z-index: -1;
  }
  .header__menu-toggler.fixed .icon {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
  }
}

/* FOOTER */
.footer {
  background: #ff5400;
  color: #fff;
  padding: 60px 0 0;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 1599.98px) {
  .footer__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .footer {
    padding-top: 55px;
  }
}

@media (max-width: 767.98px) {
  .footer__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 40px;
}

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

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .footer__item {
    margin-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .footer__item {
    margin-right: 24px;
  }
}

@media (max-width: 767.98px) {
  .footer__item {
    margin-right: 16px;
  }
}

.footer a {
  -webkit-transition: color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}

.footer a, .footer a:focus {
  color: inherit;
}

.footer a:hover {
  color: inherit;
}

.footer__top {
  margin-bottom: 60px;
}

.footer__middle {
  margin-bottom: 60px;
}

.footer__middle .footer__inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -40px;
}

.footer__middle .footer__item {
  margin-bottom: 40px;
}

.footer__bottom {
  padding: 19px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .footer__top {
    margin-bottom: 50px;
  }
  .footer__middle {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .footer__top {
    margin-bottom: 40px;
  }
  .footer__middle .footer__inner {
    margin-bottom: -70px;
  }
  .footer__middle .footer__item {
    margin-bottom: 70px;
  }
}

@media (max-width: 767.98px) {
  .footer__top {
    margin-bottom: 50px;
  }
  .footer__middle {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .footer__top .footer__inner {
    margin-bottom: -40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__top .footer__item {
    margin-bottom: 40px;
  }
  .footer__middle .footer__inner {
    margin-bottom: -40px;
  }
  .footer__middle .footer__item {
    margin-bottom: 40px;
  }
}

.footer__logo {
  width: 320px;
  display: block;
  border-bottom: none !important;
}

.footer__logo picture,
.footer__logo img {
  width: 100%;
}

.footer__logo img[loading="lazy"][src*="loader.svg"] {
  position: relative;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .footer__logo {
    width: 288px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .footer__logo {
    width: 182px;
  }
}

@media (max-width: 767.98px) {
  .footer__item--logo {
    margin-right: 0;
  }
  .footer__logo {
    width: 206px;
  }
}

.footer__partner-logo {
  width: 236px;
  display: block;
  border-bottom: none !important;
  margin-right: -16px;
}

.footer__partner-logo picture,
.footer__partner-logo img {
  width: 100%;
}

.footer__partner-logo img[loading="lazy"][src*="loader.svg"] {
  position: relative;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .footer__partner-logo {
    width: 213px;
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .footer__partner-logo {
    width: 136px;
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {
  .footer__partner-logo {
    width: 152px;
    margin-right: 0;
  }
}

.footer__item--menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.footer__menu > li {
  margin: 0 40px 0 0;
  padding: 0;
}

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

.footer__menu > li:before {
  display: none;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .footer__item--menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .footer__item--menu {
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding-right: 24px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer__menu {
    display: block;
  }
  .footer__menu > li {
    margin: 0 0 10px;
  }
  .footer__menu > li:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .footer__item--menu {
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__menu {
    display: block;
  }
  .footer__menu > li {
    margin: 0 0 10px;
  }
  .footer__menu > li:last-child {
    margin-bottom: 0;
  }
}

.footer__item--contacts {
  text-align: right;
}

.footer__contacts {
  margin-bottom: -0.5em;
}

.footer__contacts > li {
  padding-left: 0;
  margin: 0 0 0.5em;
}

.footer__contacts > li:before {
  display: none;
}

.footer__item--contacts .footer-contact-value {
  display: inline-block;
  max-width: 100%;
}

@media (min-width: 1600px) {
  .footer__item.footer__item--contacts {
    margin-right: 0;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .footer__item--contacts {
    text-align: left;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .footer__item--contacts {
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
  }
  .footer__contacts .footer-contact-value {
    display: block;
    margin-top: 5px;
  }
  .footer__contacts > li {
    margin-bottom: 20px;
  }
  .footer__contacts > li:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .footer__middle .footer__item--contacts {
    margin-bottom: 60px;
  }
  .footer__item--contacts {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    text-align: left;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-right: 0;
  }
  .footer__contacts .footer-contact-value {
    display: block;
    margin-top: 5px;
  }
  .footer__contacts > li {
    margin-bottom: 20px;
  }
  .footer__contacts > li:last-child {
    margin-bottom: 0;
  }
}

.footer__item--soc {
  -ms-flex-item-align: center;
      align-self: center;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .footer__item--soc {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .footer__item--soc {
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding-right: 0;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media (max-width: 767.98px) {
  .footer__item--soc {
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.footer__item--help {
  -ms-flex-item-align: center;
      align-self: center;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .footer__item--help {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .footer__item--help {
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding-right: 24px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (max-width: 767.98px) {
  .footer__item--help {
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.footer__bottom .footer__inner {
  margin-bottom: -20px;
}

.footer__bottom .footer__item {
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .footer__bottom .footer__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.footer__item--data-policy {
  margin-right: auto;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .footer__item--data-policy {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

.footer__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__soc .title,
.footer__soc .soc-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
}

.footer__soc .title {
  margin-right: 24px;
}

.footer__soc .soc-list a {
  border-bottom: none !important;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .footer__soc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .footer__soc {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer__soc .title {
    margin-bottom: 0;
    margin-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    min-width: 0;
    max-width: 180px;
  }
  .footer__soc .soc-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

@media (max-width: 767.98px) {
  .footer__soc {
    display: block;
  }
  .footer__soc .title,
  .footer__soc .soc-list {
    max-width: none;
  }
  .footer__soc .title {
    margin: 0 0 10px;
  }
}

.footer .footer__btn-help {
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: color 0.3s, border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.footer .footer__btn-help .icon, .footer .footer__btn-help:focus .icon {
  fill: currentColor;
}

.footer .footer__btn-help:hover .icon {
  fill: currentColor;
}

/* MAIN MENU */
.main-menu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 122px;
  padding-top: 36px;
  background: #fff;
  z-index: 100;
  color: inherit;
  display: none;
  overflow: auto;
  padding-bottom: 60px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .main-menu {
    top: 110px;
    padding-top: 26px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .main-menu {
    top: 85px;
    padding-top: 49px;
  }
}

@media (max-width: 767.98px) {
  .main-menu {
    padding-bottom: 40px;
    top: 72px;
    padding-top: 38px;
  }
}

.main-menu.active {
  display: block;
  -webkit-animation: fade-in 0.3s;
          animation: fade-in 0.3s;
}

body.main-menu-active {
  overflow: hidden;
}

@media (min-width: 1280px) {
  body.main-menu-active,
  body.main-menu-active .header {
    padding-right: 17px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .main-menu .header__item--menu-toggler {
    display: block;
    margin-left: 30px;
  }
}

.main-menu__list a, .main-menu__list a:focus {
  color: #000;
}

.main-menu__list a:hover {
  color: #000;
}

.main-menu__list li {
  padding: 0;
  margin-bottom: 12px;
}

.main-menu__list li:before {
  display: none;
}

@media (max-width: 1599.98px) {
  .main-menu__list li {
    margin-bottom: 6px;
  }
}

.main-menu__wrapper {
  margin-bottom: -60px;
}

.main-menu__block {
  margin-bottom: 60px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .main-menu__wrapper {
    margin-bottom: -40px;
  }
  .main-menu__block {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .main-menu__wrapper {
    margin-bottom: -40px;
  }
  .main-menu__block {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .main-menu__wrapper {
    margin-bottom: -30px;
  }
  .main-menu__block {
    margin-bottom: 30px;
  }
}

.main-menu__contacts p {
  margin-bottom: 12px;
}

.main-menu__contacts p .title {
  display: block;
  margin-bottom: 5px;
}

.main-menu__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-menu__soc .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 20px;
  max-width: 100%;
}

.main-menu__soc .soc-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 -8px -16px;
}

.main-menu__soc .soc-list li {
  margin: 0 8px 16px;
}

.main-menu__soc .soc-list a {
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid;
  border-radius: 50%;
  position: relative;
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
}

.main-menu__soc .soc-list a, .main-menu__soc .soc-list a:focus {
  color: #ff5400;
  background-color: transparent;
  border-color: #e3e3e3;
}

.main-menu__soc .soc-list a:hover {
  color: #fff;
  background-color: #ff5400;
  border-color: #ff5400;
}

.main-menu__soc .soc-list a .icon {
  width: 22px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -11px;
  fill: currentColor;
}

@media (max-width: 1599.98px) {
  .main-menu__soc .soc-list a {
    width: 42px;
    height: 42px;
  }
  .main-menu__soc .soc-list {
    margin: 0 -5px -10px;
  }
  .main-menu__soc .soc-list li {
    margin: 0 5px 10px;
  }
}

@media (max-width: 1599.98px) and (max-width: 1599.98px) {
  .main-menu__contacts pi {
    margin-bottom: 6px;
  }
}

.main-menu__help .buttons-line {
  -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;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .main-menu__help .buttons-line {
    margin-bottom: -40px;
  }
  .main-menu__help .buttons-line > * {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .main-menu__help .buttons-line {
    margin-bottom: -30px;
  }
  .main-menu__help .buttons-line > * {
    margin-bottom: 30px;
  }
  .main-menu__help .buttons-line .btn {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}

/* BREADCRUMBS */
.breadcrumb {
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb li {
  padding-left: 0;
  padding-right: 30px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 0.5em;
  max-width: 100%;
}

.breadcrumb li:before {
  display: none;
}

.breadcrumb li:after {
  content: '/';
  color: #e3e3e3;
  position: absolute;
  width: 30px;
  bottom: 0;
  right: 0;
  text-align: center;
}

.breadcrumb li:last-child:after {
  display: none;
}

.breadcrumb a, .breadcrumb a:focus {
  color: #3c3c3b;
}

.breadcrumb a:hover {
  color: #3c3c3b;
}

.breadcrumb li:last-child a, .breadcrumb li:last-child a:focus {
  color: #ff5400;
}

.breadcrumb li:last-child a:hover {
  color: #ff5400;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .breadcrumb {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .breadcrumb {
    font-size: 16px;
    margin-bottom: 58px;
  }
}

@media (max-width: 767.98px) {
  .breadcrumb {
    display: none;
  }
}

/* MAIN DIGIT ITEM */
.main-digits-item__title {
  color: #ff5400;
}

.main-digits-item__text {
  padding-right: 70px;
}

@media (min-width: 1600px) {
  .main-digits-item__title {
    margin-bottom: 0.3em;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .main-digits-item__text {
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .main-digits-item__text {
    padding-right: 0;
  }
}

.main-digits-item__logo {
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
  max-width: 100%;
}

.main-digits-item__logo img {
  max-width: 250px;
  max-height: 70px;
}

@media (max-width: 767.98px) {
  .main-digits-item__logo {
    margin-top: 20px;
  }
}

/* MAIN NEWS ITEM */
.main-news-item {
  background-color: #f8f8f8;
  padding: 40px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
}

.main-news-item, .main-news-item:focus {
  color: #000;
}

.main-news-item:hover {
  color: #000;
  background-color: #ffe271;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .main-news-item {
    padding: 30px 30px 50px;
    border-radius: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .main-news-item {
    padding: 20px;
    border-radius: 20px;
  }
}

@media (max-width: 767.98px) {
  .main-news-item {
    padding: 16px;
    border-radius: 16px;
  }
}

.main-news-item__image {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  padding-top: 70%;
  display: block;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  z-index: 1;
}

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

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .main-news-item__image {
    border-radius: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .main-news-item__image {
    margin-bottom: 20px;
    border-radius: 20px;
  }
}

@media (max-width: 767.98px) {
  .main-news-item__image {
    border-radius: 16px;
  }
}

.main-news-item__category {
  margin-bottom: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .main-news-item__category {
    margin-bottom: 16px;
  }
}

.main-news-item__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  max-height: calc(1em * 1.5 * 2);
  overflow: hidden;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@supports (display: -webkit-box) and (-webkit-line-clamp: 2) and (-webkit-box-orient: vertical) {
  .main-news-item__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}

.main-news-item__title a, .main-news-item__title a:focus {
  color: #000;
}

.main-news-item__title a:hover {
  color: #ff5400;
}

.main-news-item__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1em;
  position: relative;
  z-index: 1;
}

.main-news-item__text:last-child {
  margin-bottom: 0;
}

.main-news-item__image ~ .main-news-item__text {
  max-height: calc(1em * 1.5 * 2);
  overflow: hidden;
  overflow: hidden;
}

@supports (display: -webkit-box) and (-webkit-line-clamp: 2) and (-webkit-box-orient: vertical) {
  .main-news-item__image ~ .main-news-item__text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}

.main-news-item__decor {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: inherit;
}

.main-news-item__decor img,
.main-news-item__decor svg {
  width: 100%;
}

.main-news-item__decor img[loading="lazy"][src*="loader.svg"] {
  position: relative;
}

.main-news-item__date {
  font-weight: 700;
  color: #9d9d9c;
  position: relative;
  z-index: 1;
}

.main-news-item.simple {
  background: transparent;
  padding: 0;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.main-news-item.simple, .main-news-item.simple:focus {
  color: #000;
}

.main-news-item.simple:hover {
  color: #ff5400;
  background-color: transparent;
}

.main-news-item.simple .main-news-item__title {
  max-height: calc(1em * 1.5 * 3);
  overflow: hidden;
}

@supports (display: -webkit-box) and (-webkit-line-clamp: 3) and (-webkit-box-orient: vertical) {
  .main-news-item.simple .main-news-item__title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .main-news-item.simple .main-news-item__title {
    margin-bottom: 10px;
  }
}

@media (max-width: 1279.98px) {
  .main-news-item.simple .main-news-item__date {
    margin-top: auto;
  }
}

@media (max-width: 767.98px) {
  .main-news-item.simple .main-news-item__title {
    max-height: calc(1em * 1.5 * 4);
    overflow: hidden;
  }
  @supports (display: -webkit-box) and (-webkit-line-clamp: 4) and (-webkit-box-orient: vertical) {
    .main-news-item.simple .main-news-item__title {
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
    }
  }
}

/* MAIN PROGRAMS ITEM */
.main-programs-item {
  padding: 60px;
  background: #f8f8f8;
  border-radius: 30px;
  position: relative;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .main-programs-item {
    padding: 40px;
    border-radius: 20px;
  }
}

@media (max-width: 1279.98px) {
  .main-programs-item {
    padding: 0;
    position: relative;
    overflow: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .main-programs-item {
    border-radius: 20px;
  }
}

@media (max-width: 767.98px) {
  .main-programs-item {
    border-radius: 16px;
  }
}

.main-programs-item__toggler {
  padding-left: 10px;
  padding-right: 10px;
  width: 48px;
}

.main-programs-item__toggler .icon {
  margin: 2px 0 -2px 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  fill: currentColor !important;
}

.main-programs-item.active .main-programs-item__toggler .icon {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (max-width: 1599.98px) {
  .main-programs-item__toggler {
    width: 42px;
  }
}

@media (min-width: 1280px) {
  .main-programs-item__toggler {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .main-programs-item__head {
    padding: 30px 90px 50px 20px;
    position: relative;
  }
  .main-programs-item__title {
    margin: 0;
  }
  .main-programs-item__toggler {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

@media (max-width: 767.98px) {
  .main-programs-item__head {
    padding: 16px 80px 30px 16px;
    position: relative;
  }
  .main-programs-item__title {
    margin: 0;
  }
  .main-programs-item__toggler {
    position: absolute;
    top: 16px;
    right: 16px;
  }
}

.main-programs-item__tags {
  margin-bottom: 40px;
}

.main-programs-item__tags .buttons-line {
  margin: 0 -8px -16px;
}

.main-programs-item__tags .buttons-line > * {
  margin: 0 8px 16px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .main-programs-item__tags {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .main-programs-item__tags {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .main-programs-item__tags {
    margin-bottom: 20px;
  }
}

.main-programs-item__text {
  margin-bottom: 40px;
}

.main-programs-item__text::-webkit-scrollbar {
  width: 4px;
  background: #e3e3e3;
  border-radius: 2px;
}

.main-programs-item__text::-webkit-scrollbar-thumb {
  background: #9d9d9c;
  border-radius: 2px;
}

.main-programs-item__text p,
.main-programs-item__text ul {
  margin-bottom: 2em;
}

.main-programs-item__text p:last-child,
.main-programs-item__text ul:last-child {
  margin-bottom: 0;
}

.main-programs-item__text ul li {
  margin-bottom: 1em;
}

.main-programs-item__text ul li:last-child {
  margin-bottom: 0;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .main-programs-item__text {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .main-programs-item__text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .main-programs-item__text {
    margin-bottom: 20px;
  }
}

.main-programs-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 1279.98px) {
  .main-programs-item:not(.active) .main-programs-item__content {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .main-programs-item__content {
    padding: 0 20px 30px;
  }
}

@media (max-width: 767.98px) {
  .main-programs-item__content {
    padding: 0 16px 30px;
  }
}

.main-programs-item__tags,
.main-programs-item__text,
.main-programs-item__buttons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  width: 100%;
}

.main-programs-item__decor {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 80%;
  width: 66.66667%;
}

.main-programs-item__decor img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 1279.98px) {
  .main-programs-item__decor {
    position: static;
    height: auto;
    width: 100%;
  }
  .main-programs-item__decor img {
    position: relative;
    max-width: 100%;
    max-height: none;
  }
}

.main-programs-item__head,
.main-programs-item__content,
.main-programs-item__image {
  position: relative;
  z-index: 1;
}

.main-programs-item__image {
  position: relative;
  padding-top: 72.5%;
}

.main-programs-item__image img {
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .main-programs-item__image img {
    border-radius: 20px;
  }
}

@media (min-width: 1280px) {
  .main-programs-item__text {
    max-height: 300px;
    overflow: auto;
    padding-right: 15px;
  }
  .main-programs-item__content-wrapper:not(:only-child) .main-programs-item__content .main-programs-item__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-height: 0;
    max-height: none;
  }
}

@media (max-width: 1279.98px) {
  .main-programs-item__image img {
    border-radius: 0;
  }
}

.main-programs-item.bg-orange {
  background-color: #ff5400;
  color: #fff;
}

.main-programs-item.bg-orange .main-programs-item__text ul li:before {
  background: #ffe271;
}

.main-programs-item.bg-orange .main-programs-item__text::-webkit-scrollbar {
  background: rgba(255, 163, 118, 0.2);
}

.main-programs-item.bg-orange .main-programs-item__text::-webkit-scrollbar-thumb {
  background: #ffa376;
}

/* MAIN STORIES ITEM */
.main-stories-item {
  background: #f8f8f8;
  border-radius: 30px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  position: relative;
}

.main-stories-item, .main-stories-item:focus {
  color: #000;
}

.main-stories-item:hover {
  color: #000;
  background-color: #ffe271;
}

.main-stories-item__image,
.main-stories-item__info,
.main-stories-item__link-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

.main-stories-item:before {
  content: '';
  position: absolute;
  display: block;
  width: 46px;
  height: 36px;
  left: 40px;
  top: -12px;
  background-image: url(/local/templates/roadtohome/css/../images/main-stories-decor.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .main-stories-item {
    padding: 20px;
    border-radius: 20px;
  }
  .main-stories-item:before {
    width: 36px;
    height: 28px;
    left: 20px;
    top: -20px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .main-stories-item {
    padding: 20px;
    border-radius: 20px;
  }
  .main-stories-item:before {
    width: 36px;
    height: 28px;
    left: 20px;
    top: -20px;
  }
}

@media (max-width: 767.98px) {
  .main-stories-item {
    padding: 16px;
    border-radius: 16px;
  }
  .main-stories-item:before {
    top: -25px;
  }
}

.main-stories-item__image {
  position: relative;
  padding-top: 78.43137%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  border-radius: 30px;
  margin-bottom: 24px;
  overflow: hidden;
}

.main-stories-item__image:before, .main-stories-item__image:after {
  position: absolute;
  content: '';
}

.main-stories-item__image:before {
  background: rgba(255, 255, 255, 0.75);
  left: -40px;
  top: -40px;
  width: calc(100% + 80px);
  height: calc(100% + 80px);
}

@supports ((-webkit-filter: blur(10px)) or (filter: blur(10px))) {
  .main-stories-item__image:before {
    background: inherit;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
}

.main-stories-item__image:after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  background-size: contain;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .main-stories-item__image {
    border-radius: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .main-stories-item__image {
    border-radius: 16px;
  }
}

@media (max-width: 767.98px) {
  .main-stories-item__image {
    border-radius: 16px;
  }
}

.main-stories-item__text {
  overflow: hidden;
  margin-bottom: 1.5em;
  max-height: calc(1em * 1.5 * 15);
  overflow: hidden;
}

@supports (display: -webkit-box) and (-webkit-line-clamp: 15) and (-webkit-box-orient: vertical) {
  .main-stories-item__text {
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}

.main-stories-item__text:last-child {
  margin-bottom: 0;
}

.main-stories-item__image ~ .main-stories-item__text {
  max-height: calc(1em * 1.5 * 8);
  overflow: hidden;
}

@supports (display: -webkit-box) and (-webkit-line-clamp: 8) and (-webkit-box-orient: vertical) {
  .main-stories-item__image ~ .main-stories-item__text {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}

.main-stories-item__info {
  color: #9d9d9c;
  font-weight: 700;
  margin-top: auto;
}

.main-stories-item__link-block {
  margin-top: auto;
}

/* MAIN HELP ITEM */
.main-help-item {
  padding: 50px;
  border-radius: 30px;
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .main-help-item {
    padding: 30px;
    border-radius: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .main-help-item {
    padding: 30px;
    border-radius: 20px;
  }
}

@media (max-width: 767.98px) {
  .main-help-item {
    padding: 16px 16px 18px;
    border-radius: 16px;
  }
}

.main-help-item__content,
.main-help-item__nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.main-help-item__content {
  margin-bottom: 30px;
}

.main-help-item__content:last-child {
  margin-bottom: 0;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .main-help-item__content {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .main-help-item__content {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .main-help-item__content {
    margin-bottom: 20px;
  }
}

.main-help-item__nav {
  margin-bottom: auto;
}

.main-help-item__nav:last-child {
  margin-top: auto;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .main-help-item__nav .buttons-line .btn {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.main-help-item__list li {
  padding: 0;
}

.main-help-item__list li:before {
  display: none;
}

.main-help-item__list a, .main-help-item__list a:focus {
  color: #000;
}

.main-help-item__list a .icon, .main-help-item__list a:focus .icon {
  fill: #ff5400;
}

.main-help-item__list a:hover {
  color: #000;
}

.main-help-item__list a:hover .icon {
  fill: #ff5400;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .main-help-item__list {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .main-help-item__list {
    font-size: 16px;
  }
}

.main-help-item.bg-orange {
  background-color: #ff5400;
  color: #fff;
}

.main-help-item__decor-bottom {
  margin: -40px -50px -50px;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: calc(100% + 50px*2);
  width: calc(100% + 50px*2);
}

.main-help-item__decor-bottom svg {
  display: block;
}

.main-help-item__decor-bottom .main-help-decor-bg {
  width: 100%;
  height: auto;
  position: static;
}

.main-help-item__decor-bottom .main-help-decor-element {
  width: 65px;
  height: 36px;
  position: absolute;
  margin-left: -32px;
  margin-top: -18px;
  top: 75%;
  left: 26%;
  -webkit-transition: top 1s, left 1s;
  -o-transition: top 1s, left 1s;
  transition: top 1s, left 1s;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .main-help-item__decor-bottom {
    margin: 0 -30px -30px;
    max-width: calc(100% + 30px*2);
    width: calc(100% + 30px*2);
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .main-help-item__decor-bottom {
    margin: 0 -30px -30px;
    max-width: calc(100% + 30px*2);
    width: calc(100% + 30px*2);
  }
  .main-help-item__decor-bottom .main-help-decor-element {
    width: 50px;
    height: 28px;
    margin-left: -25px;
    margin-top: -14px;
  }
}

@media (max-width: 767.98px) {
  .main-help-item__decor-bottom {
    display: none;
  }
}

.main-help-item .form-group {
  margin-bottom: 10px;
}

.main-help-item.bg-orange .form-control {
  background: #ff7b3b;
  border-color: transparent;
  color: #fff;
  text-align: center;
}

.main-help-item.bg-orange .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}

.main-help-item.bg-orange .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}

.main-help-item.bg-orange .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}

.main-help-item.bg-orange .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}

.main-help-item.bg-orange .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.main-help-item.bg-orange .form-control:focus::-moz-placeholder {
  color: transparent;
}

.main-help-item.bg-orange .form-control:focus:-moz-placeholder {
  color: transparent;
}

.main-help-item.bg-orange .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.main-help-item.bg-orange .form-control.transparent {
  border-color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
}

.main-help-item.bg-orange .form-control.transparent:focus {
  border-color: #fff;
}

.main-help-item.bg-orange .form-control.filled {
  background: #fff;
  border-color: transparent;
  color: #ff5400;
  text-align: center;
}

.main-help-item.bg-orange .form-control.filled::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}

.main-help-item.bg-orange .form-control.filled::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}

.main-help-item.bg-orange .form-control.filled:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}

.main-help-item.bg-orange .form-control.filled:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}

.main-help-item.bg-orange .form-control.filled:focus::-webkit-input-placeholder {
  color: transparent;
}

.main-help-item.bg-orange .form-control.filled:focus::-moz-placeholder {
  color: transparent;
}

.main-help-item.bg-orange .form-control.filled:focus:-moz-placeholder {
  color: transparent;
}

.main-help-item.bg-orange .form-control.filled:focus:-ms-input-placeholder {
  color: transparent;
}

.main-help-item.bg-orange .custom-checkbox-label:before {
  border-color: #fff;
  background-color: transparent;
}

.main-help-item.bg-orange .custom-checkbox-label:after {
  background-image: url(/local/templates/roadtohome/css/../images/icon-check-orange.svg);
  background-color: #fff;
}

.main-help-item .sum-line {
  margin: 0 -5px -10px;
}

.main-help-item .sum-line > * {
  margin: 0 5px 10px;
}

.main-help-item .periodicity-line {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  border-radius: 24px;
}

.main-help-item .periodicity-line > * {
  margin: 0;
}

.main-help-item .sum-line .form-control {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 170px;
}

.main-help-item.bg-orange .periodicity-line {
  background: #ff7b3b;
}

.main-help-item.bg-orange .custom-radio:checked + .label-like-btn {
  border-color: transparent;
  color: #ff5400;
  background-color: #fff;
}

.main-help-item.bg-orange .custom-radio:checked + .label-like-btn .icon {
  fill: #ff5400;
}

/* MAIN VOLUNTEERS ITEM */
.main-volunteers-item {
  background-color: #f8f8f8;
  padding: 30px 30px 25px;
  border-radius: 30px;
}

.main-volunteers-item__image {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  padding-top: 80%;
  display: block;
  margin-bottom: 24px;
}

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

.main-volunteers-item__info {
  font-weight: 700;
  color: #9d9d9c;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .main-volunteers-item {
    padding: 20px;
    border-radius: 20px;
  }
  .main-volunteers-item__image {
    margin-bottom: 20px;
    border-radius: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .main-volunteers-item {
    padding: 20px;
    border-radius: 20px;
  }
  .main-volunteers-item__image {
    margin-bottom: 20px;
    border-radius: 20px;
  }
}

@media (max-width: 767.98px) {
  .main-volunteers-item {
    padding: 16px;
    border-radius: 16px;
  }
  .main-volunteers-item__image {
    margin-bottom: 10px;
    border-radius: 16px;
  }
}

/* MAIN PARTNERS ITEM */
.main-partners-item {
  border-radius: 30px;
  background: #f8f8f8;
  padding: 60px 100px 40px 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.main-partners-item:before {
  content: '';
  position: absolute;
  display: block;
  width: 46px;
  height: 36px;
  left: 40px;
  top: -12px;
  background-image: url(/local/templates/roadtohome/css/../images/main-stories-decor.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.main-partners-item__text,
.main-partners-item__person {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  width: 100%;
}

.main-partners-item__text {
  font-style: italic;
  margin-bottom: 30px;
  min-height: calc(1em * 1.5 * 6);
}

.main-partners-item__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: auto;
}

.main-partners-item__person-photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 152px;
  margin-right: 20px;
}

.main-partners-item__person-photo picture,
.main-partners-item__person-photo img {
  display: block;
  width: 100%;
}

.main-partners-item__person-photo picture {
  padding-top: 83%;
  position: relative;
}

.main-partners-item__person-photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.main-partners-item__person-info {
  font-weight: 700;
  color: #9d9d9c;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .main-partners-item {
    padding: 30px;
    border-radius: 20px;
  }
  .main-partners-item:before {
    width: 36px;
    height: 28px;
    left: 30px;
    top: -12px;
  }
  .main-partners-item__person-photo {
    width: 130px;
  }
  .main-partners-item__person-photo img {
    border-radius: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .main-partners-item {
    padding: 16px;
    border-radius: 20px;
  }
  .main-partners-item:before {
    width: 36px;
    height: 28px;
    left: 20px;
    top: -20px;
  }
  .main-partners-item__person-photo {
    width: 130px;
  }
  .main-partners-item__person-photo img {
    border-radius: 20px;
  }
  .main-partners-item__text {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .main-partners-item {
    padding: 16px;
    border-radius: 16px;
  }
  .main-partners-item:before {
    width: 36px;
    height: 28px;
    left: 16px;
    top: -16px;
  }
  .main-partners-item__person {
    display: block;
  }
  .main-partners-item__person-photo {
    width: 130px;
    margin-bottom: 20px;
  }
  .main-partners-item__person-photo img {
    border-radius: 16px;
  }
  .main-partners-item__text {
    font-size: 18px;
    min-height: 0;
  }
}

/* MAIN CHILDREN ITEM */
.main-children-item {
  background: #f8f8f8;
  border-radius: 30px;
  padding: 30px;
  display: block;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.main-children-item, .main-children-item:focus {
  color: #000;
}

.main-children-item:hover {
  color: #000;
  background-color: #ffe271;
}

.main-children-item__photo {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  padding-top: 80%;
  display: block;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

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

.main-children-item__name {
  margin-bottom: 0;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .main-children-item {
    padding: 20px;
    border-radius: 20px;
  }
  .main-children-item__photo {
    margin-bottom: 20px;
    border-radius: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .main-children-item {
    padding: 20px;
    border-radius: 20px;
  }
  .main-children-item__photo {
    margin-bottom: 20px;
    border-radius: 20px;
  }
}

@media (max-width: 767.98px) {
  .main-children-item {
    padding: 16px;
    border-radius: 16px;
  }
  .main-children-item__photo {
    border-radius: 16px;
    margin-bottom: 10px;
  }
}

/* CHILDREN ITEM */
.children-item {
  background: #f8f8f8;
  border-radius: 30px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  overflow: hidden;
}

.children-item:before,
.children-item:after {
  content: '';
  position: absolute;
  top: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.children-item:before {
  background-image: url(/local/templates/roadtohome/css/../images/children-item-hover-before.png);
  left: 0;
  width: 144px;
  height: 135px;
}

.children-item:after {
  background-image: url(/local/templates/roadtohome/css/../images/children-item-hover-after.png);
  right: 0;
  z-index: 2;
  width: 111px;
  height: 266px;
}

.children-item:hover:before,
.children-item:hover:after {
  opacity: 1;
}

.children-item__photo {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  padding-top: 90%;
  display: block;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

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

.children-item:hover .children-item__photo {
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.children-item__name {
  margin-bottom: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

.children-item__age {
  margin-bottom: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  color: #9d9d9c;
}

.children-item__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
}

.children-item__buttons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin-top: auto;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .children-item {
    border-radius: 20px;
    padding: 20px;
    font-size: 16px;
  }
  .children-item__photo {
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .children-item__name {
    margin-bottom: 0;
  }
  .children-item__age {
    margin-bottom: 15px;
  }
  .children-item__text {
    margin-bottom: 30px;
  }
  .children-item:before {
    width: 108px;
    height: 101px;
  }
  .children-item:after {
    width: 80px;
    height: 192px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .children-item {
    border-radius: 20px;
    padding: 20px;
    font-size: 16px;
  }
  .children-item__photo {
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .children-item__name {
    margin-bottom: 0;
  }
  .children-item__age {
    margin-bottom: 15px;
  }
  .children-item__text {
    margin-bottom: 30px;
  }
  .children-item:before {
    width: 108px;
    height: 101px;
  }
  .children-item:after {
    width: 100px;
    height: 240px;
  }
}

@media (max-width: 767.98px) {
  .children-item {
    border-radius: 16px;
    padding: 16px;
    font-size: 14px;
  }
  .children-item__photo {
    border-radius: 16px;
    margin-bottom: 16px;
  }
  .children-item__name {
    margin-bottom: 0;
  }
  .children-item__age {
    margin-bottom: 10px;
  }
  .children-item__text {
    margin-bottom: 20px;
  }
  .children-item__buttons .btn {
    display: block;
    width: 100%;
  }
  .children-item:before {
    width: 108px;
    height: 101px;
  }
  .children-item:after {
    width: 100px;
    height: 240px;
  }
}

/* SIMPLE ACTION ITEM */
.simple-action-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: #ff5400;
  border-radius: 30px;
  padding: 30px;
  color: #fff;
}

.simple-action-item__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin-bottom: 5em;
}

.simple-action-item__buttons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin-top: auto;
}

.simple-action-item__btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.simple-action-item__btn span {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
  text-align: left;
}

.simple-action-item__btn .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .simple-action-item {
    padding: 20px;
    border-radius: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .simple-action-item {
    padding: 20px;
    border-radius: 20px;
  }
}

@media (max-width: 767.98px) {
  .simple-action-item {
    padding: 16px;
    border-radius: 16px;
  }
}

/* PAGINATION */
.pagination-block {
  margin-top: 80px;
}

.pagination-btn-more {
  display: block;
  width: 100%;
  font-weight: 500;
  margin-bottom: 20px;
}

.pagination-btn-more:last-child {
  margin-bottom: 0;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 80px 0 0;
  font-size: 20px;
  line-height: 48px;
}

.pagination-block .pagination {
  margin-top: 0;
}

.pagination li {
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
}

.pagination li:before {
  display: none;
}

.pagination a {
  display: block;
  min-width: 48px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.pagination a u:before {
  display: none;
}

.pagination a, .pagination a:focus {
  color: #9d9d9c;
}

.pagination a:hover {
  color: #000;
}

.pagination li.active a, .pagination li.active a:focus {
  color: #ff5400;
}

.pagination li.active a:hover {
  color: #ff5400;
}

.pagination li.prev,
.pagination li.next {
  font-size: 16px;
}

.pagination li.prev a,
.pagination li.next a {
  padding-left: 18px;
  padding-right: 18px;
}

.pagination li.prev.disabled a,
.pagination li.next.disabled a {
  pointer-events: none;
}

.pagination li.prev.disabled a, .pagination li.prev.disabled a:focus,
.pagination li.next.disabled a,
.pagination li.next.disabled a:focus {
  color: #e3e3e3;
}

.pagination li.prev.disabled a:hover,
.pagination li.next.disabled a:hover {
  color: #e3e3e3;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .pagination-block {
    margin-top: 60px;
  }
  .pagination-btn-more {
    margin-bottom: 20px;
  }
  .pagination {
    margin-top: 60px;
    font-size: 18px;
    line-height: 42px;
  }
  .pagination a {
    min-width: 42px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .pagination li.prev,
  .pagination li.next {
    font-size: 14px;
  }
  .pagination li.prev a,
  .pagination li.next a {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .pagination-block {
    margin-top: 60px;
  }
  .pagination-btn-more {
    margin-bottom: 20px;
  }
  .pagination {
    margin-top: 60px;
    font-size: 18px;
    line-height: 42px;
  }
  .pagination a {
    min-width: 42px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .pagination li.prev,
  .pagination li.next {
    font-size: 16px;
  }
  .pagination li.prev a,
  .pagination li.next a {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (max-width: 767.98px) {
  .pagination-block {
    margin-top: 60px;
  }
  .pagination-btn-more {
    margin-bottom: 20px;
  }
  .pagination {
    margin-top: 60px;
    font-size: 16px;
    line-height: 30px;
  }
  .pagination a {
    min-width: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .pagination li.prev,
  .pagination li.next {
    font-size: 14px;
  }
  .pagination li.prev a,
  .pagination li.next a {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* REPORTS ITEM */
.reports-item {
  padding: 80px 0;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .reports-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .reports-item {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .reports-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.reports-item__title {
  margin-bottom: 0.8em;
  padding-right: 10%;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .reports-item__title {
    padding-right: 25%;
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .reports-item__title {
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .reports-item__title {
    padding-right: 0;
    margin-bottom: 10px;
  }
}

.reports-item__info {
  font-size: 14px;
  font-weight: 700;
  color: #9d9d9c;
  margin-bottom: 30px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .reports-item__info {
    font-weight: 500;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .reports-item__info {
    margin-bottom: 20px;
    font-weight: 500;
  }
}

@media (max-width: 767.98px) {
  .reports-item__info {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .reports-item__buttons {
    margin-bottom: 20px;
  }
  .reports-item__buttons .buttons-line {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 767.98px) {
  .reports-item__buttons {
    margin-bottom: 20px;
  }
}

.reports-item__link {
  line-height: 48px;
  position: relative;
}

.reports-item__link:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -24px;
  right: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.reports-item__link .icon {
  padding: 12px 14px;
  width: 48px;
  height: 48px;
  margin-left: 15px;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
  position: relative;
}

.reports-item__link, .reports-item__link:focus {
  color: #000;
}

.reports-item__link .icon, .reports-item__link:focus .icon {
  fill: #ff5400;
}

.reports-item__link:hover {
  color: #ff5400;
}

.reports-item__link:hover:before {
  border-color: #ff5400;
}

.reports-item__link:hover .icon {
  fill: #ff5400;
  border-color: #ff5400;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .reports-item__link {
    line-height: 42px;
  }
  .reports-item__link:before {
    width: 42px;
    height: 42px;
    margin-top: -21px;
  }
  .reports-item__link .icon {
    padding: 9px 11px;
    width: 42px;
    height: 42px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .reports-item__link {
    line-height: 42px;
  }
  .reports-item__link:before {
    width: 42px;
    height: 42px;
    margin-top: -21px;
  }
  .reports-item__link .icon {
    padding: 9px 11px;
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 767.98px) {
  .reports-item__link {
    line-height: 42px;
  }
  .reports-item__link:before {
    width: 42px;
    height: 42px;
    margin-top: -21px;
  }
  .reports-item__link .icon {
    padding: 9px 11px;
    width: 42px;
    height: 42px;
  }
}

.reports-item__card-image picture,
.reports-item__card-image img {
  width: 100%;
}

.reports-item__card-image img {
  border-radius: 30px;
}

.reports-item__card-image img[loading="lazy"][src*="loader.svg"] {
  position: relative;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .reports-item__card-image img {
    border-radius: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .reports-item__card-image img {
    border-radius: 20px;
  }
}

@media (max-width: 767.98px) {
  .reports-item__card-image img {
    border-radius: 16px;
  }
}

/* SITE ACCORDEON */
.site-accordeon__item-head {
  position: relative;
  padding: 45px 90px 45px 0;
  border-top: 1px solid #e3e3e3;
  cursor: pointer;
}

.site-accordeon__item:last-child,
.site-accordeon__item.active .site-accordeon__item-head {
  border-bottom: 1px solid #e3e3e3;
}

.site-accordeon__item-title {
  margin-bottom: 0;
  max-width: 100%;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.site-accordeon__item-head:hover .site-accordeon__item-title {
  color: #ff5400;
}

.site-accordeon__item-icon {
  width: 48px;
  height: 48px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  padding: 13px 10px 13px 16px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -24px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  fill: #ff5400;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.site-accordeon__item-head:hover .site-accordeon__item-icon {
  border-color: #ff5400;
}

.site-accordeon__item.active .site-accordeon__item-icon {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  padding-right: 12px;
  padding-left: 14px;
}

.site-accordeon__item-body {
  padding-top: 40px;
  padding-bottom: 40px;
}

.site-accordeon__item:not(.active) .site-accordeon__item-body {
  display: none;
}

@media (max-width: 1599.98px) {
  .site-accordeon__item-head {
    padding-right: 82px;
  }
  .site-accordeon__item-icon {
    width: 42px;
    height: 42px;
    padding: 10px 8px 10px 12px;
    margin-top: -21px;
  }
  .site-accordeon__item.active .site-accordeon__item-icon {
    padding-right: 9px;
    padding-left: 11px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .site-accordeon__item-head {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .site-accordeon__item-head {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .site-accordeon__item-head {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .site-accordeon__item-body {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* DOCUMENT ITEM */
.document-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.document-item__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  fill: #ff5400;
}

.document-item__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  margin-right: auto;
  max-width: 1140px;
  padding-right: 40px;
}

.document-item__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 18px;
  color: #9d9d9c;
  line-height: 1.5;
  margin-top: calc((48px - 1em * 1.5)/2);
}

.btn.document-item__link {
  padding: 11px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.btn.document-item__link .icon, .btn.document-item__link:focus .icon {
  fill: #ff5400;
}

.btn.document-item__link:hover .icon {
  color: #fff;
}

.document-item__link .icon {
  margin: 0;
  width: 24px;
  height: 24px;
}

@media (max-width: 1599.98px) {
  .btn.document-item__link {
    padding: 8px;
    width: 42px;
    height: 42px;
  }
}

@media (min-width: 768px) and (max-width: 1599.98px) {
  .document-item__info {
    margin-top: calc((42px - 1em * 1.5)/2);
  }
  .document-item__icon {
    margin-top: -1px;
  }
}

@media (max-width: 767.98px) {
  .document-item {
    display: block;
    position: relative;
    padding-left: 30px;
    padding-right: 82px;
  }
  .document-item__icon {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
  }
  .document-item__title {
    padding-right: 0;
    margin-bottom: 5px;
  }
  .document-item__info {
    margin: 0;
  }
  .document-item__link {
    position: absolute;
    right: 0;
    top: 0;
  }
}

/* NAV TABS */
.nav-tabs-container {
  margin-bottom: 65px;
  overflow: auto;
}

.nav-tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.nav-tabs li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
  margin: 0 60px 0 0;
}

.nav-tabs li:before {
  display: none;
}

.nav-tabs a {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
  position: relative;
  padding-bottom: 13px;
  overflow: hidden;
}

.nav-tabs a .icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 11px;
  margin: 0;
  width: 801px;
  fill: none !important;
  stroke-width: 5px;
  stroke: #ff5400;
  opacity: 0;
  -webkit-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s;
}

.nav-tabs a, .nav-tabs a:focus {
  color: #000;
}

.nav-tabs a:hover {
  color: #ff5400;
}

.nav-tabs a.active {
  font-weight: 700;
}

.nav-tabs a.active, .nav-tabs a.active:focus {
  color: #ff5400;
}

.nav-tabs a.active .icon {
  opacity: 1;
}

.nav-tabs a.active {
  font-weight: 700;
}

.nav-tabs a.active, .nav-tabs a.active:focus {
  color: #ff5400;
}

.nav-tabs a.active .icon {
  opacity: 1;
}

.nav-tabs a[data-scroll-to]:hover {
  font-weight: 700;
}

.nav-tabs a[data-scroll-to]:hover, .nav-tabs a[data-scroll-to]:hover:focus {
  color: #ff5400;
}

.nav-tabs a[data-scroll-to]:hover .icon {
  opacity: 1;
}

@supports (stroke-dasharray: 0, 806) {
  .nav-tabs a .icon {
    opacity: 1;
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 806;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .nav-tabs a.active .icon {
    stroke-dasharray: 806, 0;
  }
  .nav-tabs a.active:hover .icon {
    -webkit-animation: tab-animation-activate 3s linear;
            animation: tab-animation-activate 3s linear;
  }
  .nav-tabs a[data-scroll-to]:hover .icon {
    -webkit-animation: tab-animation-activate 3s linear;
            animation: tab-animation-activate 3s linear;
  }
}

@-webkit-keyframes tab-animation-activate {
  0% {
    stroke-dasharray: 0, 806;
  }
  100% {
    stroke-dasharray: 806, 0;
  }
}

@keyframes tab-animation-activate {
  0% {
    stroke-dasharray: 0, 806;
  }
  100% {
    stroke-dasharray: 806, 0;
  }
}

@-webkit-keyframes tab-animation-deactivate {
  0% {
    stroke-dasharray: 0, 0, 806;
  }
  100% {
    stroke-dasharray: 0, 806, 0;
  }
}

@keyframes tab-animation-deactivate {
  0% {
    stroke-dasharray: 0, 0, 806;
  }
  100% {
    stroke-dasharray: 0, 806, 0;
  }
}

.tab-container {
  margin: 0;
  padding: 0;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
  -webkit-animation: fade-in 0.3s;
          animation: fade-in 0.3s;
}

.nav-tabs-container.js-swiper-initialized {
  overflow: hidden;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .nav-tabs-container {
    margin-bottom: 35px;
  }
  .nav-tabs li {
    margin-right: 36px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .nav-tabs-container {
    margin-bottom: 35px;
  }
  .nav-tabs li {
    margin-right: 40px;
  }
}

@media (max-width: 768px) {
  .nav-tabs-container {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 767.98px) {
  .nav-tabs-container {
    margin-bottom: 30px;
  }
  .nav-tabs li {
    margin-right: 40px;
  }
}

/* PROJECTS ITEM */
.projects-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 40px 0;
  border-bottom: 1px solid #e3e3e3;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .projects-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 1279.98px) {
  .projects-item {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .projects-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.projects-item__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  padding-right: 40px;
}

.projects-item__title a, .projects-item__title a:focus {
  color: #000;
}

.projects-item__title a:hover {
  color: #ff5400;
}

@media (min-width: 1280px) {
  .projects-item__title {
    margin-bottom: 0;
  }
}

@media (max-width: 1279.98px) {
  .projects-item__title {
    padding-right: 0;
    max-width: none;
    width: auto;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .projects-item__title {
    font-size: 32px;
    margin-bottom: 0.7em;
  }
}

.projects-item__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 38.4375%;
  max-width: 38.4375%;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.projects-item__text,
.projects-item__tags,
.projects-item__logos {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

.projects-item__text {
  margin-bottom: 20px;
}

.projects-item__text:last-child {
  margin-bottom: 0;
}

.projects-item__tags {
  margin-bottom: 30px;
}

.projects-item__tags:last-child {
  margin-bottom: 0;
}

.projects-item__tags .buttons-line {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -5px -10px;
}

.projects-item__tags .buttons-line > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: calc(100% - 10px);
  margin: 0 5px 10px;
}

.projects-item__tags .buttons-line .btn.tag {
  font-size: 14px;
  padding: 3px 12px;
  height: 32px;
  border-radius: 16px;
}

.projects-item__logos {
  margin-top: auto;
}

.projects-item__logos .buttons-line {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.projects-item__logos .buttons-line > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 150px;
  max-height: 50px;
}

@media (min-width: 1600px) {
  .projects-item__text {
    max-height: calc(1.5em * 8);
    overflow: hidden;
  }
  @supports (display: -webkit-box) and (-webkit-line-clamp: 8) and (-webkit-box-orient: vertical) {
    .projects-item__text {
      display: -webkit-box;
      -webkit-line-clamp: 8;
      -webkit-box-orient: vertical;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
    }
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .projects-item__content {
    width: 40.03407%;
    max-width: 40.03407%;
    padding-right: 60px;
  }
  .projects-item__text {
    max-height: calc(1.5em * 5);
    overflow: hidden;
  }
  @supports (display: -webkit-box) and (-webkit-line-clamp: 5) and (-webkit-box-orient: vertical) {
    .projects-item__text {
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
    }
  }
}

@media (max-width: 1279.98px) {
  .projects-item__content {
    padding-right: 0;
    max-width: none;
    width: auto;
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .projects-item__content {
    margin-bottom: 40px;
  }
  .projects-item__content:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .projects-item__tags .buttons-line .btn.tag {
    font-size: 12px;
    padding: 0px 5px;
    height: 26px;
    border-radius: 13px;
  }
  .projects-item__content {
    margin-bottom: 30px;
  }
  .projects-item__content:last-child {
    margin-bottom: 0;
  }
  .projects-item__tags {
    margin-bottom: 20px;
  }
  .projects-item__logos .buttons-line > * {
    max-width: 110px;
    max-height: 40px;
  }
}

.projects-item__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 34.125%;
  max-width: 34.125%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.projects-item__image picture {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  padding-top: 65.93407%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.projects-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.projects-item__image:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .projects-item__image picture {
    border-radius: 20px;
  }
}

@media (max-width: 1279.98px) {
  .projects-item__image {
    padding-right: 0;
    max-width: none;
    width: auto;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .projects-item__image picture {
    border-radius: 20px;
  }
}

@media (max-width: 767.98px) {
  .projects-item__image picture {
    border-radius: 16px;
  }
}

/* NEWS ITEM */
.news-item {
  display: block;
}

.news-item, .news-item:focus {
  color: #000;
}

.news-item:hover {
  color: #ff5400;
}

.news-item__image {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  padding-top: 70.58824%;
  display: block;
  margin-bottom: 20px;
  z-index: 1;
}

.news-item__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.news-item:hover .news-item__image img {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .news-item__image {
    border-radius: 20px;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .news-item__image {
    border-radius: 20px;
  }
}

@media (max-width: 767.98px) {
  .news-item__image {
    border-radius: 16px;
    margin-bottom: 15px;
  }
}

.news-item__title {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  overflow: hidden;
}

@supports (display: -webkit-box) and (-webkit-line-clamp: 4) and (-webkit-box-orient: vertical) {
  .news-item__title {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}

.news-item__title a {
  color: inherit;
}

@media (min-width: 1600px) {
  .news-item__title {
    max-height: calc(1em * (34/28) * 4);
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .news-item__title {
    max-height: calc(1em * (24/20) * 4);
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .news-item__title {
    max-height: calc(1em * (24/20) * 4);
  }
}

@media (max-width: 767.98px) {
  .news-item__title {
    max-height: calc(1em * (24/20) * 4);
  }
}

.news-item__date,
.news-item__category {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.news-item__date {
  color: #9d9d9c;
  padding-right: 1em;
}

.news-item__category {
  color: #000;
}

.news-item.news-item-media .news-item__image {
  background-color: #f8f8f8;
}

.news-item.news-item-media .news-item__image picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.news-item.news-item-media .news-item__image img {
  position: static;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.news-item.news-item-media.bg-orange .news-item__image {
  background-color: #ff5400;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .news-item.news-item-media .news-item__image picture {
    padding: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .news-item.news-item-media .news-item__image picture {
    padding: 30px;
  }
}

@media (max-width: 767.98px) {
  .news-item.news-item-media .news-item__image picture {
    padding: 20px;
  }
}

.news-item-2 {
  padding: 40px;
  border-radius: 30px;
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.news-item-2 .news-item__info {
  margin-bottom: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

.news-item-2 .news-item__title {
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
}

.news-item-2__pattern {
  margin: auto -40px -30px -40px;
  max-width: calc(100% + 80px);
}

.news-item-2__pattern img {
  width: 100%;
}

.news-item-2.bg-orange {
  background-color: #ff5400;
  color: #fff;
}

.news-item-2.bg-orange .news-item__date {
  color: rgba(255, 255, 255, 0.6);
}

.news-item-2.bg-orange .news-item__category {
  color: #fff;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .news-item-2 {
    padding: 30px;
    border-radius: 20px;
  }
  .news-item-2__pattern {
    margin: auto -30px -20px -30px;
    max-width: calc(100% + 60px);
  }
  .news-item-2 .news-item__info {
    margin-bottom: 10px;
  }
  .news-item-2 .news-item__title {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .news-item-2 {
    padding: 30px;
    border-radius: 20px;
  }
  .news-item-2__pattern {
    margin: auto -30px -20px -30px;
    max-width: calc(100% + 60px);
  }
  .news-item-2 .news-item__info {
    margin-bottom: 10px;
  }
  .news-item-2 .news-item__title {
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .news-item-2 {
    padding: 20px 16px;
    border-radius: 16px;
  }
  .news-item-2__pattern {
    margin: auto -16px -10px -16px;
    max-width: calc(100% + 32px);
  }
  .news-item-2 .news-item__info {
    margin-bottom: 10px;
  }
  .news-item-2 .news-item__title {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.news-item .news-item__play {
  width: 64px;
  height: 64px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  border-radius: 50%;
  color: #ffe271;
  background-color: #fff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  z-index: 2;
}

.news-item:hover .news-item__play {
  color: #fff;
  background-color: #ff5400;
}

.news-item .news-item__play .icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -8px;
  position: absolute;
}

.news-item:not(.news-item-video) .news-item__play {
  display: none;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .news-item .news-item__play {
    width: 42px;
    height: 42px;
    right: 20px;
    bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .news-item .news-item__play {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .news-item .news-item__play {
    width: 50px;
    height: 50px;
    right: 16px;
    bottom: 26px;
  }
}

/* PERSON ITEM */
.person-item {
  display: block;
}

.person-item__photo {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  padding-top: 118.91892%;
  display: block;
  margin-bottom: 20px;
  z-index: 1;
}

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

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .person-item__photo {
    border-radius: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .person-item__photo {
    border-radius: 20px;
  }
}

@media (max-width: 767.98px) {
  .person-item__photo {
    border-radius: 16px;
  }
}

.person-item__name {
  margin-bottom: 5px;
}

.person-item__info {
  margin-bottom: 20px;
  color: #9d9d9c;
}

.person-item__phone {
  margin-bottom: 5px;
}

.person-item__link {
  margin-top: 22px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .person-item__info {
    margin-bottom: 15px;
  }
  .person-item__link {
    margin-top: 17px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .person-item__info {
    margin-bottom: 10px;
  }
  .person-item__link {
    margin-top: 10px;
  }
}

@media (max-width: 767.98px) {
  .person-item__info {
    margin-bottom: 14px;
  }
  .person-item__link {
    margin-top: 12px;
  }
}

/* PROJECTS DETAIL WHO ITEM */
.projects-detail-who-item__image-block {
  position: relative;
}

.projects-detail-who-item__image {
  position: relative;
  padding-top: 75%;
  border-radius: 30px;
  overflow: hidden;
}

.projects-detail-who-item__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.projects-detail-who-item__pattern {
  position: absolute;
  top: 80px;
  width: 290px;
  left: -160px;
  z-index: 1;
}

.projects-detail-who-item__pattern img {
  width: 100%;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .projects-detail-who-item__image {
    border-radius: 20px;
  }
  .projects-detail-who-item__pattern {
    width: 190px;
    left: -90px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .projects-detail-who-item__image {
    border-radius: 20px;
  }
  .projects-detail-who-item__pattern {
    width: 230px;
    left: auto;
    right: 45px;
    top: -110px;
  }
}

@media (max-width: 767.98px) {
  .projects-detail-who-item__image {
    border-radius: 16px;
  }
  .projects-detail-who-item__pattern {
    width: 120px;
    left: auto;
    right: 20px;
    top: -70px;
  }
}

.projects-detail-who-item__content {
  padding-right: 120px;
}

.projects-detail-who-item__list li {
  padding-left: 0;
}

.projects-detail-who-item__list li:before {
  display: none;
}

.projects-detail-who-item__list a, .projects-detail-who-item__list a:focus {
  color: inherit;
}

.projects-detail-who-item__list a:hover {
  color: inherit;
}

.projects-detail-who-item__list a .icon {
  fill: #ff5400;
}

.projects-detail-who-item__list a .icon {
  width: 0.5em;
}

.projects-detail-who-item__content .buttons-line {
  margin-top: 40px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .projects-detail-who-item__content {
    padding-right: 35px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .projects-detail-who-item__content {
    padding-right: 0;
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .projects-detail-who-item__content {
    padding-right: 0;
    margin-bottom: 80px;
  }
  .projects-detail-who-item__content .buttons-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

/* DATEPICKER */
.datepicker {
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #ff5400;
  border-radius: 24px;
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.25);
  z-index: 300;
  margin-top: 5px;
}

.datepicker .datepicker--pointer {
  display: none;
}

.datepicker .datepicker--nav-action {
  background: transparent;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.datepicker .datepicker--nav-action svg {
  margin-top: -2px;
}

.datepicker .datepicker--nav-action svg path {
  stroke: #9d9d9c;
  -webkit-transition: stroke 0.3s;
  -o-transition: stroke 0.3s;
  transition: stroke 0.3s;
}

.datepicker .datepicker--nav-action:hover {
  background-color: #ff5400;
}

.datepicker .datepicker--nav-action:hover svg path {
  stroke: #fff;
}

.datepicker .datepicker--nav-title i {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: #9d9d9c;
}

.datepicker .datepicker--day-name {
  font-weight: 500;
  color: #ff5400;
}

.datepicker .datepicker--cell {
  background: transparent;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.datepicker .datepicker--cell:hover {
  background-color: #f8f8f8;
}

.datepicker .datepicker--cell-day {
  border-radius: 50%;
}

.datepicker .datepicker--cell-day.-other-month-, .datepicker .datepicker--cell-year.-other-decade- {
  color: #e3e3e3;
}

.datepicker .datepicker--cell.-current- {
  background: transparent;
  color: #ff5400;
}

.datepicker .datepicker--cell.-current-:hover {
  background: #f8f8f8;
  color: #ff5400;
}

.datepicker .datepicker--cell.-selected-,
.datepicker .datepicker--cell.-selected-.-current-,
.datepicker .datepicker--cell.-in-range- {
  background: #ff5400;
  color: #fff;
}

.datepicker .datepicker--cell.-selected-:hover,
.datepicker .datepicker--cell.-selected-.-current-:hover,
.datepicker .datepicker--cell.-in-range-:hover {
  background: #ff5400;
  color: #fff;
}

@media (max-width: 1599.98px) {
  .datepicker {
    border-radius: 21px;
  }
}

/* --------------------------------------- PAGES STYLES ---------------------------------------- */
/* MAIN PAGE */
.main-page {
  padding-top: 25px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .main-page {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .main-page {
    padding-top: 0;
    margin-top: -44px;
  }
}

@media (max-width: 767.98px) {
  .main-page {
    padding-top: 0;
    margin-top: -27px;
  }
}

.main-first .container {
  position: relative;
}

.main-first .section__head-block {
  display: block;
  position: relative;
  padding: 45px 500px 0 0;
  margin-bottom: 80px;
}

.main-first .section__title {
  margin: 0 0 0.66667em;
  color: #ff5400;
}

.main-first .main-first__pattern {
  position: absolute;
  right: 0;
  top: 0;
  width: 479px;
}

.main-first .section__desc {
  max-width: 1000px;
}

.main-first .main-first__image picture,
.main-first .main-first__image img {
  width: 100%;
}

.main-first .main-first__image img {
  border-radius: 40px;
}

.main-first .main-first__image img[loading="lazy"][src*="loader.svg"] {
  position: relative;
}

.main-first .section__nav .buttons-line .btn.btn-share {
  padding-left: 10px;
  padding-right: 10px;
  width: 48px;
}

.main-first .section__nav .buttons-line .btn.btn-share .icon {
  margin: 0;
}

.main-first__share-block {
  display: none;
}

.main-first__share-block.active {
  display: block;
}

.main-first__share-block {
  text-align: right;
}

.main-first__share-block ul.ya-share2__list {
  margin: 0 -15px -30px;
}

.main-first__share-block ul.ya-share2__list > li.ya-share2__item {
  margin: 0 15px 30px;
  padding: 0;
}

.main-first__share-block ul.ya-share2__list > li.ya-share2__item:last-child {
  margin-right: 15px;
}

.main-first__share-block ul.ya-share2__list > li.ya-share2__item:before {
  display: none;
}

.main-first__share-block ul.ya-share2__list > li.ya-share2__item .ya-share2__badge {
  background-color: #ff5400;
  -webkit-box-shadow: 0 0 0 0 #ff5400;
          box-shadow: 0 0 0 0 #ff5400;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.main-first__share-block ul.ya-share2__list > li.ya-share2__item a.ya-share2__link:hover .ya-share2__badge {
  -webkit-box-shadow: 0 0 0 3px #ff5400;
          box-shadow: 0 0 0 3px #ff5400;
}

.main-first__share-block ul.ya-share2__list > li.ya-share2__item {
  opacity: 0;
}

.main-first__share-block.active ul.ya-share2__list > li.ya-share2__item {
  -webkit-animation: shareItemAppearance;
          animation: shareItemAppearance;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.main-first__share-block.active ul.ya-share2__list > li.ya-share2__item:nth-child(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

.main-first__share-block.active ul.ya-share2__list > li.ya-share2__item:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.main-first__share-block.active ul.ya-share2__list > li.ya-share2__item:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.main-first__share-block.active ul.ya-share2__list > li.ya-share2__item:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.main-first__share-block.active ul.ya-share2__list > li.ya-share2__item:nth-child(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.main-first__share-block.active ul.ya-share2__list > li.ya-share2__item:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.main-first__share-block.active ul.ya-share2__list > li.ya-share2__item:nth-child(7) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.main-first__share-block.active ul.ya-share2__list > li.ya-share2__item:nth-child(8) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.main-first__share-block.active ul.ya-share2__list > li.ya-share2__item:nth-child(9) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.main-first__share-block.active ul.ya-share2__list > li.ya-share2__item:nth-child(10) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.main-first__share-block.active ul.ya-share2__list > li.ya-share2__item:nth-child(11) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}

.main-first__share-block.active ul.ya-share2__list > li.ya-share2__item:nth-child(12) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.main-first__share-block.active ul.ya-share2__list > li.ya-share2__item:nth-child(13) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}

.main-first__share-block.active ul.ya-share2__list > li.ya-share2__item:nth-child(14) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.main-first__share-block.active ul.ya-share2__list > li.ya-share2__item:nth-child(15) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.main-first__share-block.active ul.ya-share2__list > li.ya-share2__item:nth-child(16) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.main-first__share-block.active ul.ya-share2__list > li.ya-share2__item:nth-child(17) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}

.main-first__share-block.active ul.ya-share2__list > li.ya-share2__item:nth-child(18) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.main-first__share-block.active ul.ya-share2__list > li.ya-share2__item:nth-child(19) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}

.main-first__share-block.active ul.ya-share2__list > li.ya-share2__item:nth-child(20) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes shareItemAppearance {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes shareItemAppearance {
  from {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .main-first .section__head-block {
    padding: 0 400px 0 0;
    margin-bottom: 60px;
  }
  .main-first .main-first__pattern {
    width: 370px;
  }
  .main-first .main-first__image img {
    border-radius: 30px;
  }
  .main-first__share-block {
    margin-bottom: 30px;
  }
}

@media (max-width: 1599.98px) {
  .main-first .section__nav .buttons-line .btn.btn-share {
    width: 42px;
  }
  .main-first__share-block ul.ya-share2__list .ya-share2__badge .ya-share2__icon {
    width: 42px;
    height: 42px;
  }
  .main-first__share-block ul.ya-share2__list .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
    background-size: 36px 36px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .main-first {
    margin-bottom: 60px;
  }
  .main-first .container {
    position: relative;
  }
  .main-first .section__head-block {
    padding: 125px 0 0 0;
    margin-bottom: 40px;
  }
  .main-first .main-first__pattern {
    width: auto;
    height: 100px;
  }
  .main-first .main-first__pattern img {
    max-height: 100%;
  }
  .main-first .main-first__image {
    position: relative;
  }
  .main-first .main-first__image img {
    border-radius: 30px;
  }
  .main-first .section__nav {
    position: absolute;
    left: 48px;
    right: 48px;
    bottom: 60px;
    margin-top: 0;
    z-index: 1;
  }
  .main-first .section__nav .buttons-line {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .main-first__share-block {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    margin-bottom: 20px;
  }
  .main-first__share-block ul.ya-share2__list {
    margin: 0 -10px -20px;
  }
  .main-first__share-block ul.ya-share2__list > li.ya-share2__item {
    margin: 0 10px 20px;
  }
  .main-first__share-block ul.ya-share2__list > li.ya-share2__item:last-child {
    margin-right: 10px;
  }
}

@media (max-width: 768px) {
  .main-first .main-first__image {
    margin-right: -24px;
    margin-left: -24px;
  }
  .main-first .main-first__image img {
    border-radius: 0;
  }
}

@media (width: 768px) {
  .main-first .section__nav {
    left: 24px;
    right: 24px;
  }
}

@media (max-width: 767.98px) {
  .main-first .section__head-block {
    padding: 100px 0 0 0;
    margin-bottom: 40px;
  }
  .main-first .section__title {
    margin-bottom: 30px;
  }
  .main-first .main-first__pattern {
    width: auto;
    height: 90px;
  }
  .main-first .main-first__pattern img {
    max-height: 100%;
  }
  .main-first .main-first__image {
    position: relative;
  }
  .main-first .section__nav {
    margin-bottom: 40px;
  }
  .main-first .section__nav .buttons-line {
    margin: 0 -7px -14px;
  }
  .main-first .section__nav .buttons-line > * {
    margin: 0 7px 14px;
  }
  .main-first .section__nav .buttons-line .btn {
    padding-left: 7px;
    padding-right: 7px;
  }
  .main-first__share-block {
    position: static;
    margin-top: 10px;
  }
  .main-first__share-block ul.ya-share2__list {
    margin: 0 -7px -14px;
    text-align: center;
    display: block;
  }
  .main-first__share-block ul.ya-share2__list > li.ya-share2__item {
    margin: 0 7px 14px;
  }
  .main-first__share-block ul.ya-share2__list > li.ya-share2__item:last-child {
    margin-right: 7px;
  }
  .main-first .section__nav a.btn.btn-help-me {
    padding: 0;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0;
    height: auto !important;
  }
  .main-first .section__nav a.btn.btn-help-me, .main-first .section__nav a.btn.btn-help-me:focus {
    color: #ff5400;
  }
  .main-first .section__nav a.btn.btn-help-me:hover {
    color: #000;
  }
}

.main-news-slider {
  position: relative;
}

.main-news-slider .items-list,
.main-news-slider .list-item {
  margin-bottom: 0;
}

.main-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.main-news-list .items-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 1280px) {
  .main-news-slider .swiper-nav {
    position: static;
  }
  .main-news-slider .swiper-button {
    position: absolute;
    top: 50%;
    margin-top: -24px;
  }
  .main-news-slider .swiper-button.prev {
    left: -24px;
    margin-right: 0;
  }
  .main-news-slider .swiper-button.next {
    right: -24px;
    margin-left: 0;
  }
  .main-news-list .swiper-container {
    margin-bottom: -30px;
    overflow: visible;
  }
  .main-news-list .list-item {
    margin-bottom: 30px;
  }
  .main-news-list .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: none;
    width: auto;
  }
  .main-news-list .swiper-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-right: 0 !important;
  }
}

@media (min-width: 1600px) {
  .main-news-list .swiper-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
  .main-news-list .swiper-slide {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .main-news-slider .swiper-button {
    margin-top: -21px;
  }
  .main-news-slider .swiper-button.prev {
    left: -21px;
  }
  .main-news-slider .swiper-button.next {
    right: -21px;
  }
  .main-news-list .section__nav {
    margin-top: 30px;
  }
  .main-news-list .swiper-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .main-news-list .swiper-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1279.98px) {
  .main-news-slider {
    margin-bottom: 40px;
  }
  .main-news-list .swiper-container {
    margin-bottom: 0;
  }
  .main-news-list .list-item {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .main-news-slider .swiper-container {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .main-news-slider .swiper-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 272px !important;
    max-width: 272px !important;
  }
  .main-news-list .swiper-container {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
    width: auto;
    max-width: none;
  }
  .main-news-list .swiper-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 272px !important;
    max-width: 272px !important;
  }
}

@media (min-width: 1280px) {
  .main-programs .items-list.programs-list {
    margin-bottom: -60px;
  }
  .main-programs .items-list.programs-list .list-item {
    margin-bottom: 60px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .main-programs .items-list.programs-list {
    margin-bottom: -40px;
  }
  .main-programs .items-list.programs-list .list-item {
    margin-bottom: 40px;
  }
}

.main-stories-slider .section__head {
  margin-bottom: 20px;
}

.main-stories-slider .section__nav {
  margin-top: 60px;
}

.main-stories-slider .items-list,
.main-stories-slider .items-list .list-item {
  margin-bottom: 0;
}

.main-stories-slider .swiper-container {
  padding: 40px 0;
  margin: -40px 0;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .main-stories-slider .section__head {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .main-stories-slider .section__head {
    margin-bottom: 60px;
  }
  .main-stories-slider .swiper-container {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .main-stories-slider .swiper-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 272px !important;
    max-width: 272px !important;
  }
}

.main-volunteers .main-volunteers__image {
  margin-bottom: 60px;
}

.main-volunteers .main-volunteers__image picture,
.main-volunteers .main-volunteers__image img {
  width: 100%;
}

.main-volunteers .main-volunteers__image img {
  border-radius: 40px;
}

.main-volunteers .main-volunteers__image img[loading="lazy"][src*="loader.svg"] {
  position: relative;
}

.main-volunteers-slider {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}

.main-volunteers-slider .container {
  position: relative;
}

.main-volunteers-slider .swiper-button {
  position: absolute;
  top: 50%;
  margin: -30px 0 0;
}

.main-volunteers-slider .swiper-button.prev {
  left: -50px;
}

.main-volunteers-slider .swiper-button.next {
  right: -50px;
}

.main-volunteers-slider .items-list,
.main-volunteers-slider .items-list .list-item {
  margin-bottom: 0;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .main-volunteers .main-volunteers__image img {
    border-radius: 20px;
  }
  .main-volunteers-slider {
    padding-left: 18px;
    padding-right: 18px;
  }
  .main-volunteers-slider .swiper-button.prev {
    left: -18px;
  }
  .main-volunteers-slider .swiper-button.next {
    right: -18px;
  }
}

@media (max-width: 1279.98px) {
  .main-volunteers-slider {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .main-volunteers .main-volunteers__image img {
    border-radius: 30px;
  }
  .main-volunteers-slider {
    position: relative;
    overflow: hidden;
  }
  .main-volunteers-slider .swiper-container {
    overflow: visible;
  }
  .main-volunteers-slider .swiper-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 256px !important;
    max-width: 256px !important;
  }
}

@media (max-width: 767.98px) {
  .main-volunteers .section__head-block {
    margin-bottom: 60px;
  }
  .main-volunteers .main-volunteers__image {
    margin-left: -24px;
    margin-right: -24px;
  }
  .main-volunteers .main-volunteers__image img {
    border-radius: 0;
  }
  .main-volunteers-slider .swiper-container {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .main-volunteers-slider .swiper-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 272px !important;
    max-width: 272px !important;
  }
}

.main-partners__logos-block {
  margin-bottom: 80px;
  padding: 20px 0;
}

.main-partners-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}

.main-partners-logo picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  padding-right: 55px;
}

.main-partners-logo img {
  max-width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  -o-transition: filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.main-partners-logo img[loading="lazy"][src*="loader.svg"] {
  position: relative;
}

.main-partners-logo img:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.main-partners-slider {
  overflow: hidden;
  padding: 40px 0;
  margin: -40px 0;
}

.main-partners-slider .swiper-container {
  overflow: visible;
}

.main-partners-slider .items-list,
.main-partners-slider .items-list .list-item {
  margin-bottom: 0;
}

.main-partners__logos-block {
  overflow: hidden;
}

.main-partners__logos-block .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition-timing-function: linear !important;
       -o-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

@media (min-width: 1280px) {
  .main-partners-slider .swiper-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66% !important;
    max-width: 66%;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .main-partners__logos-block {
    margin-bottom: 50px;
  }
  .main-partners-logo picture {
    padding-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .main-partners-logo picture {
    padding-right: 20px;
  }
  .main-partners-slider .swiper-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(75% - 15px) !important;
    max-width: calc(75% - 15px);
  }
}

@media (max-width: 768px) {
  .main-partners__logos-block {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 767.98px) {
  .main-partners-logo picture {
    padding-right: 20px;
  }
  .main-partners__logos-block {
    margin-bottom: 50px;
  }
}

.main-children-slider .section__head {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main-children-slider .section__head .section__head-first {
  padding-right: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.main-children-slider .section__head .section__title {
  padding-right: 0;
  margin-bottom: 5px;
}

.main-children-slider .items-list,
.main-children-slider .items-list .list-item {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .main-children-slider .swiper-container {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .main-children-slider .swiper-slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 272px !important;
    max-width: 272px !important;
  }
}

.main-share-block {
  border-radius: 20px;
  background: #f8f8f8;
}

.main-share-block__title {
  color: #ff5400;
  margin-bottom: 30px;
}

.main-share-block__nav {
  margin-top: 30px;
}

.main-share-block__content {
  padding: 50px 20px 50px 50px;
}

.main-share-block__decor {
  padding: 20px 50px 20px 20px;
}

.main-share-block__soc-list:not(.active) {
  display: none;
}

.main-share-block__soc-list ul.ya-share2__list {
  margin: 0 -15px -30px;
}

.main-share-block__soc-list ul.ya-share2__list > li.ya-share2__item {
  margin: 0 15px 30px;
  padding: 0;
}

.main-share-block__soc-list ul.ya-share2__list > li.ya-share2__item:last-child {
  margin-right: 15px;
}

.main-share-block__soc-list ul.ya-share2__list > li.ya-share2__item:before {
  display: none;
}

.main-share-block__soc-list ul.ya-share2__list > li.ya-share2__item .ya-share2__badge {
  background-color: #ff5400;
  -webkit-box-shadow: 0 0 0 0 #ff5400;
          box-shadow: 0 0 0 0 #ff5400;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.main-share-block__soc-list ul.ya-share2__list > li.ya-share2__item a.ya-share2__link:hover .ya-share2__badge {
  -webkit-box-shadow: 0 0 0 3px #ff5400;
          box-shadow: 0 0 0 3px #ff5400;
}

.main-share-block__soc-list ul.ya-share2__list > li.ya-share2__item {
  opacity: 0;
}

.main-share-block__soc-list.active ul.ya-share2__list > li.ya-share2__item {
  -webkit-animation: shareItemAppearance;
          animation: shareItemAppearance;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.main-share-block__soc-list.active ul.ya-share2__list > li.ya-share2__item:nth-child(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

.main-share-block__soc-list.active ul.ya-share2__list > li.ya-share2__item:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.main-share-block__soc-list.active ul.ya-share2__list > li.ya-share2__item:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.main-share-block__soc-list.active ul.ya-share2__list > li.ya-share2__item:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.main-share-block__soc-list.active ul.ya-share2__list > li.ya-share2__item:nth-child(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.main-share-block__soc-list.active ul.ya-share2__list > li.ya-share2__item:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.main-share-block__soc-list.active ul.ya-share2__list > li.ya-share2__item:nth-child(7) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.main-share-block__soc-list.active ul.ya-share2__list > li.ya-share2__item:nth-child(8) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.main-share-block__soc-list.active ul.ya-share2__list > li.ya-share2__item:nth-child(9) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.main-share-block__soc-list.active ul.ya-share2__list > li.ya-share2__item:nth-child(10) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.main-share-block__soc-list.active ul.ya-share2__list > li.ya-share2__item:nth-child(11) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}

.main-share-block__soc-list.active ul.ya-share2__list > li.ya-share2__item:nth-child(12) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.main-share-block__soc-list.active ul.ya-share2__list > li.ya-share2__item:nth-child(13) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}

.main-share-block__soc-list.active ul.ya-share2__list > li.ya-share2__item:nth-child(14) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.main-share-block__soc-list.active ul.ya-share2__list > li.ya-share2__item:nth-child(15) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.main-share-block__soc-list.active ul.ya-share2__list > li.ya-share2__item:nth-child(16) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.main-share-block__soc-list.active ul.ya-share2__list > li.ya-share2__item:nth-child(17) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}

.main-share-block__soc-list.active ul.ya-share2__list > li.ya-share2__item:nth-child(18) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.main-share-block__soc-list.active ul.ya-share2__list > li.ya-share2__item:nth-child(19) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}

.main-share-block__soc-list.active ul.ya-share2__list > li.ya-share2__item:nth-child(20) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .main-share-block__content {
    padding: 40px 20px 40px 40px;
  }
  .main-share-block__decor {
    padding-right: 40px;
  }
}

@media (max-width: 1599.98px) {
  .main-share-block__soc-list ul.ya-share2__list .ya-share2__badge .ya-share2__icon {
    width: 42px;
    height: 42px;
  }
  .main-share-block__soc-list ul.ya-share2__list .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
    background-size: 36px 36px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .main-share-block__content {
    padding: 20px 0 20px 20px;
  }
  .main-share-block__title {
    margin-bottom: 20px;
  }
  .main-share-block__nav {
    margin-top: 20px;
  }
  .main-share-block__decor {
    padding: 10px;
    margin-left: -20px;
  }
  .main-share-block__soc-list ul.ya-share2__list {
    margin: 0 -10px -20px;
  }
  .main-share-block__soc-list ul.ya-share2__list > li.ya-share2__item {
    margin: 0 10px 20px;
  }
  .main-share-block__soc-list ul.ya-share2__list > li.ya-share2__item:last-child {
    margin-right: 10px;
  }
}

@media (max-width: 767.98px) {
  .main-share-block {
    border-radius: 16px;
  }
  .main-share-block__content {
    padding: 16px;
  }
  .main-share-block__title {
    margin-bottom: 20px;
  }
  .main-share-block__nav {
    margin-top: 20px;
  }
  .main-share-block__nav .buttons-line .btn,
  .main-share-block__nav .main-share-block__soc-list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .main-share-block__soc-list ul.ya-share2__list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-align: center;
  }
  .main-share-block__soc-list ul.ya-share2__list {
    margin: 0 -10px -20px;
    display: block;
  }
  .main-share-block__soc-list ul.ya-share2__list > li.ya-share2__item {
    margin: 0 10px 20px;
  }
  .main-share-block__soc-list ul.ya-share2__list > li.ya-share2__item:last-child {
    margin-right: 10px;
  }
}

/* CHILDREN PAGE */
@media (min-width: 1600px) {
  .items-list.children-list {
    margin-bottom: -80px;
  }
  .items-list.children-list .list-item {
    margin-bottom: 80px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .items-list.children-list {
    margin-bottom: -60px;
  }
  .items-list.children-list .list-item {
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .items-list.children-list {
    margin-bottom: -40px;
  }
  .items-list.children-list .list-item {
    margin-bottom: 40px;
  }
}

/* CHILD CARD */
.child-card-page {
  margin-top: -28px;
  margin-bottom: 22px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .child-card-page {
    margin-top: -15px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .child-card-page {
    margin-top: -15px;
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .child-card-page {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .child-card-page .page-head {
    display: none;
  }
}

@media (min-width: 1600px) {
  .child-card-first {
    margin-bottom: 134px;
  }
}

.child-card-main {
  border-radius: 30px;
  padding: 60px;
  background-color: #f8f8f8;
  position: relative;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .child-card-main {
    border-radius: 20px;
    padding: 40px 40px 80px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .child-card-main {
    border-radius: 20px;
    padding: 30px 30px 205px;
  }
}

@media (max-width: 767.98px) {
  .child-card-main {
    border-radius: 16px;
    padding: 16px 16px 150px;
  }
}

.child-card-main__photo {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  margin-right: 30px;
}

.child-card-main__photo picture,
.child-card-main__photo img {
  width: 100%;
}

.child-card-main__photo img[loading="lazy"][src*="loader.svg"] {
  position: relative;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .child-card-main__photo {
    border-radius: 20px;
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .child-card-main__photo {
    border-radius: 20px;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .child-card-main__photo {
    border-radius: 16px;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.child-card-main__image {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 467px;
  max-height: 200px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .child-card-main__image {
    max-width: 390px;
    max-height: 165px;
  }
}

@media (max-width: 767.98px) {
  .child-card-main__image {
    max-width: 220px;
    max-height: 95px;
  }
}

.child-card-main__info {
  position: relative;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .child-card-main__info {
    margin-left: 10px;
  }
}

.child-card-main__info .page-title {
  margin-bottom: 10px;
}

.child-card-main__info p {
  margin-bottom: 1.6em;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .child-card-main__info p {
    margin-bottom: 1.3em;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .child-card-main__info p {
    margin-bottom: 1.2em;
  }
}

@media (max-width: 767.98px) {
  .child-card-main__info p {
    margin-bottom: 1.4em;
  }
}

@media (max-width: 1023.98px) {
  .child-card-main__info .buttons-line {
    -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;
  }
}

@media (min-width: 1600px) {
  .child-card-contacts .section__title {
    margin-bottom: 55px;
  }
}

.child-card-contacts .section__content {
  margin-right: 18%;
  margin-bottom: 55px;
}

@media (max-width: 1599.98px) {
  .child-card-contacts .section__content {
    margin-right: 0;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .child-card-contacts .section__content {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .child-card-contacts .section__content {
    margin-bottom: 80px;
  }
}

.child-card-contacts__promo {
  border-radius: 30px;
  padding: 40px;
  background-color: #ffeeac;
  max-width: 712px;
  position: relative;
}

.child-card-contacts__promo .icon {
  position: absolute;
  fill: #ff5400;
  width: 25px;
  height: 38px;
  top: -12px;
  left: 40px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .child-card-contacts__promo {
    border-radius: 20px;
    padding: 30px;
    max-width: 570px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .child-card-contacts__promo {
    border-radius: 20px;
    padding: 30px;
    max-width: 720px;
  }
}

@media (max-width: 767.98px) {
  .child-card-contacts__promo {
    border-radius: 16px;
    padding: 40px 16px;
    max-width: none;
  }
}

/* PUBLIC REPORTS */
@media (max-width: 767.98px) {
  .public-reports-page {
    margin-top: -30px;
  }
}

.items-list.reports-list {
  margin-bottom: 0;
}

.items-list.reports-list .list-item {
  margin-bottom: 0;
}

.reports-list .reports-item {
  border-bottom: 1px solid #e3e3e3;
}

.reports-list .reports-item:first-child {
  border-top: 1px solid #e3e3e3;
}

.reports-list .reports-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 767.98px) {
  .public-reports-page .pagination-block {
    margin-top: 30px;
  }
}

/* REPORT DETAIL */
@media (min-width: 1600px) {
  .report-detail-section:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .report-detail-section:not(:last-child) {
    margin-bottom: 55px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .report-detail-section:not(:last-child) {
    margin-bottom: 50px;
  }
}

@media (max-width: 767.98px) {
  .report-detail-section:not(:last-child) {
    margin-bottom: 70px;
  }
}

.report-detail-section .section__title b {
  display: inline;
  font-weight: 600;
}

@media (min-width: 1600px) {
  .report-detail-section .section__title {
    margin-bottom: 35px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .report-detail-section .section__title b {
    font-size: 40px;
  }
  .report-detail-section .section__title {
    margin-bottom: 35px;
  }
}

@media (max-width: 767.98px) {
  .report-detail-section .section__title b {
    font-size: 26px;
  }
  .report-detail-section .section__title {
    margin-bottom: 40px;
  }
}

@media (min-width: 1280px) {
  .report-detail-section .table-container {
    margin-right: 10%;
  }
}

.report-detail-table {
  line-height: 1.5;
  font-size: 20px;
}

.report-detail-table td {
  padding: 20px;
  text-align: left;
  vertical-align: top;
  color: #000;
  border: none;
}

.report-detail-table td:first-child {
  padding-left: 0;
}

.report-detail-table thead td {
  font-size: 16px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  color: #9d9d9c;
  vertical-align: middle;
}

.report-detail-table tfoot td {
  padding-top: 28px;
  padding-bottom: 28px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  font-weight: 700;
}

.report-detail-table tbody td:first-child {
  padding-right: 0;
  width: 1px;
}

.report-detail-table tbody tr:first-child td {
  padding-top: 30px;
}

.report-detail-table-color {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-top: calc((1.5em - 24px)/2);
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .report-detail-table {
    font-size: 18px;
  }
  .report-detail-table-color {
    width: 20px;
    height: 20px;
    margin-top: calc((1.5em - 20px)/2);
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .report-detail-table {
    font-size: 18px;
  }
  .report-detail-table-color {
    width: 20px;
    height: 20px;
    margin-top: calc((1.5em - 20px)/2);
  }
  .report-detail-table td {
    padding: 15px;
  }
  .report-detail-table tbody tr:first-child td {
    padding-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .report-detail-table {
    font-size: 16px;
  }
  .report-detail-table-color {
    width: 20px;
    height: 20px;
    margin-top: calc((1.5em - 20px)/2);
  }
  .report-detail-table td {
    padding: 15px 10px;
    vertical-align: middle;
  }
  .report-detail-table tbody tr:first-child td {
    padding-top: 20px;
  }
  .report-detail-table tbody td:first-child {
    padding-right: 5px;
    vertical-align: top;
  }
  .report-detail-table thead td {
    font-size: 14px;
  }
}

.report-detail-chart {
  width: 100%;
  position: relative;
  margin-top: 100px;
}

.report-detail-chart .google-visualization-tooltip {
  padding: 16px 20px;
  background-color: #fff;
  font-size: 16px;
  -webkit-box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 16px 16px 16px 0;
  width: 220px;
  pointer-events: none;
  margin-top: -16px;
}

.report-detail-chart .google-visualization-tooltip:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -16px;
  border: 16px solid transparent;
  border-left-color: #fff;
}

.report-detail-chart .google-visualization-tooltip.left {
  border-radius: 16px 16px 0 16px;
}

.report-detail-chart .google-visualization-tooltip.left:before {
  right: 0;
  left: auto;
  border-left-color: transparent;
  border-right-color: #fff;
}

.report-detail-chart .google-visualization-tooltip.bottom {
  border-radius: 0 16px 16px 16px;
}

.report-detail-chart .google-visualization-tooltip.bottom:before {
  left: 0;
  right: auto;
  border-left-color: #fff;
  border-right-color: transparent;
  top: -16px;
  bottom: auto;
}

.report-detail-chart .google-visualization-tooltip.left.bottom {
  border-radius: 16px 0 16px 16px;
}

.report-detail-chart .google-visualization-tooltip.left.bottom:before {
  left: auto;
  right: 0;
  border-left-color: transparent;
  border-right-color: #fff;
  top: -16px;
  bottom: auto;
}

.report-detail-chart svg g path {
  stroke-width: 2 !important;
  stroke: #ffffff !important;
}

.report-detail-chart div[dir] {
  max-width: 100%;
  padding-top: 100%;
  position: relative;
  height: auto !important;
}

.report-detail-chart svg {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media (max-width: 1439.98px) {
  .report-detail-chart .google-visualization-tooltip {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .report-detail-chart {
    margin: 40px auto 0;
    width: 440px;
  }
}

@media (max-width: 767.98px) {
  .report-detail-chart {
    margin: 40px auto 0;
    width: 330px;
    max-width: 100%;
  }
}

/* FINANCIAL REPORTS */
.financial-reports-page .page-head .section__head-block {
  display: block;
  position: relative;
  padding-right: 500px;
  margin-bottom: 0;
}

.financial-reports-page .page-head .section__head-pattern {
  position: absolute;
  right: 0;
  top: 0;
  width: 479px;
  z-index: 1;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .financial-reports-page .page-head .section__head-block {
    padding-right: 400px;
  }
  .financial-reports-page .page-head .section__head-pattern {
    width: 280px;
    top: 50px;
  }
}

@media (max-width: 1279.98px) {
  .financial-reports-page .page-head .section__head-block {
    padding-right: 0;
  }
  .financial-reports-page .page-head .section__head-pattern {
    display: none;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .documents-list {
    margin-bottom: -30px;
  }
  .documents-list .list-item {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .documents-list {
    margin-bottom: -30px;
  }
  .documents-list .list-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .documents-list {
    margin-bottom: -20px;
  }
  .documents-list .list-item {
    margin-bottom: 20px;
  }
}

.reports-card {
  padding: 40px 25px 40px 40px;
  background: #f8f8f8;
  border-radius: 30px;
}

.reports-card__title {
  margin-bottom: 30px;
}

.reports-card__year {
  color: #ff5400;
}

@media (min-width: 768px) {
  .reports-card__year {
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .reports-card {
    padding: 30px 20px;
    border-radius: 20px;
  }
  .reports-card__title {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .reports-card {
    padding: 20px 30px;
    border-radius: 20px;
  }
  .reports-card__title {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .reports-card {
    padding: 16px;
    border-radius: 16px;
  }
  .reports-card__title {
    margin-bottom: 16px;
  }
  .reports-card__year {
    margin-bottom: 80px;
  }
}

/* PROJECTS PAGE */
.projects-page {
  margin-top: -40px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .projects-page {
    margin-top: -18px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .projects-page {
    margin-top: -18px;
  }
}

@media (max-width: 767.98px) {
  .projects-page {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .projects-main {
    margin-bottom: 50px;
  }
}

.projects-controls {
  margin-bottom: 60px;
}

.projects-filter__toggler.active .txt-show,
.projects-filter__toggler:not(.active) .txt-hide {
  display: none;
}

@media (max-width: 767.98px) {
  .projects-filter__toggler {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}

.projects-controls .search-form {
  display: block;
  position: relative;
}

.projects-controls .search-form .form-control {
  padding-right: 130px;
}

.projects-controls .search-form__submit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 20px;
  line-height: 24px;
}

.projects-controls .search-form__submit, .projects-controls .search-form__submit:focus {
  color: #000;
}

.projects-controls .search-form__submit:hover {
  color: #ff5400;
}

.projects-controls .search-form__submit .icon {
  fill: #ff5400;
  margin-left: 0;
  margin-right: 18px;
}

@media (max-width: 1599.98px) {
  .projects-controls .search-form__submit {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

@media (max-width: 767.98px) {
  .projects-controls .search-form__submit span {
    display: none;
  }
  .projects-controls .search-form__submit .icon {
    margin: 0;
  }
  .projects-controls .search-form .form-control {
    padding-right: 60px;
  }
}

.projects-filter {
  margin-top: 30px;
  margin-bottom: -30px;
}

.projects-filter:not(.active) {
  display: none;
}

.projects-filter .form-group {
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .projects-filter {
    margin-top: 20px;
    margin-bottom: -20px;
  }
  .projects-filter .form-group {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .projects-filter {
    margin-top: 20px;
    margin-bottom: -20px;
  }
  .projects-filter .form-group {
    margin-bottom: 20px;
  }
}

.items-list.projects-list {
  margin-bottom: 0;
}

.items-list.projects-list .list-item {
  margin-bottom: 0;
}

.projects-list .projects-item:first-child {
  border-top: 1px solid #e3e3e3;
}

.projects-page .projects-list .projects-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

@media (min-width: 1600px) {
  .projects-page .pagination-block {
    margin-top: 160px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .projects-page .pagination-block {
    margin-top: 135px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .projects-page .pagination-block {
    margin-top: 130px;
  }
}

.projects-subscribe-form {
  margin-bottom: -20px;
}

.projects-subscribe-form .row {
  margin-left: -5px;
  margin-right: -5px;
}

.projects-subscribe-form .row > [class^="col"] {
  padding-left: 5px;
  padding-right: 5px;
}

.projects-subscribe .section__image img {
  margin-left: auto;
}

@media (max-width: 1279.98px) {
  .projects-subscribe .section__image picture,
  .projects-subscribe .section__image img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .projects-subscribe .section__image {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .projects-subscribe .section__title {
    font-size: 20px;
    margin-bottom: 1em;
  }
  .projects-subscribe-form {
    margin-bottom: -10px;
  }
  .projects-subscribe-form .form-group {
    margin-bottom: 10px;
  }
  .projects-subscribe-form .btn-submit {
    display: block;
    width: 100%;
  }
  .projects-subscribe .section__image {
    margin-top: 30px;
  }
}

/* PROJECTS DETAIL PAGE */
@media (min-width: 1600px) {
  .projects-detail-page .page-head {
    margin-bottom: 50px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .projects-detail-page .page-head {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .projects-detail-page .page-head {
    margin-bottom: 50px;
  }
}

@media (max-width: 767.98px) {
  .projects-detail-page .page-head {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .projects-detail-page .page-title {
    margin-bottom: 30px;
  }
}

.projects-detail-main .page-title {
  margin-right: 140px;
}

.projects-detail-main .section__content {
  margin-bottom: 60px;
}

.projects-detail-main .section__desc {
  max-width: 75%;
  margin-bottom: 60px;
}

.projects-detail-main .buttons-line {
  margin: 0 -5px -10px;
}

.projects-detail-main .buttons-line > * {
  margin: 0 5px 10px;
}

.projects-detail-main .section__image {
  margin-bottom: 60px;
  position: relative;
}

.projects-detail-main__image {
  position: relative;
  padding-top: 84.13686%;
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
}

.projects-detail-main__image img {
  position: absolute;
  width: 100%;
  height: 150%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.projects-detail-main__pattern {
  position: absolute;
  top: 60px;
  width: 270px;
  left: -135px;
  z-index: 1;
}

.projects-detail-main__pattern img {
  width: 100%;
}

.projects-detail-main .nav-tabs-container:last-child {
  margin-bottom: 0;
}

@media (min-width: 1600px) {
  .projects-detail-main {
    margin-bottom: 75px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .projects-detail-main {
    margin-bottom: 56px;
  }
  .projects-detail-main__image {
    border-radius: 20px;
  }
  .projects-detail-main__pattern {
    top: 10px;
    width: 192px;
    left: -100px;
  }
  .projects-detail-main .section__desc {
    margin-bottom: 40px;
  }
  .projects-detail-main .page-title {
    margin-right: 100px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .projects-detail-main {
    margin-bottom: 54px;
  }
  .projects-detail-main__image {
    border-radius: 20px;
  }
  .projects-detail-main .section__desc {
    max-width: 90%;
    margin-bottom: 40px;
  }
  .projects-detail-main .section__content {
    margin-bottom: 80px;
  }
  .projects-detail-main__pattern {
    top: -60px;
    width: 234px;
    left: auto;
    right: 40px;
  }
  .projects-detail-main .section__image {
    margin-bottom: 45px;
  }
  .projects-detail-main .page-title {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .projects-detail-main__image {
    border-radius: 0;
    margin-left: -24px;
    margin-right: -24px;
    max-width: calc(100% + 48px);
  }
}

@media (max-width: 767.98px) {
  .projects-detail-main {
    margin-bottom: 54px;
  }
  .projects-detail-main .section__desc {
    max-width: none;
    margin-bottom: 30px;
  }
  .projects-detail-main .buttons-line {
    margin: 0 -10px -20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .projects-detail-main .buttons-line > * {
    margin: 0 10px 20px;
  }
  .projects-detail-main .section__content {
    margin-bottom: 80px;
  }
  .projects-detail-main__pattern {
    top: -160px;
    width: 172px;
    left: auto;
    right: 0;
  }
  .projects-detail-main .section__image {
    margin-bottom: 40px;
  }
  .projects-detail-main .page-title {
    margin-right: 0;
  }
}

.projects-detail-main.full-width .projects-detail-main__image {
  padding-top: 46.25%;
}

@media (min-width: 1280px) {
  .projects-detail-main.full-width .page-title {
    margin-right: 0;
  }
}

@media (min-width: 1600px) {
  .projects-detail-main.full-width .section__desc {
    margin-bottom: 40px;
  }
  .projects-detail-main.full-width .section__content {
    margin-bottom: 80px;
  }
  .projects-detail-main.full-width .projects-detail-main__pattern {
    top: -60px;
    left: auto;
    right: 140px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .projects-detail-main.full-width .page-title {
    margin-bottom: 30px;
  }
  .projects-detail-main.full-width .section__desc {
    max-width: 80%;
    margin-bottom: 30px;
  }
  .projects-detail-main.full-width .section__content {
    margin-bottom: 60px;
  }
  .projects-detail-main.full-width .projects-detail-main__pattern {
    top: -50px;
    left: auto;
    right: 80px;
  }
}

.projects-detail-hidden-nav {
  opacity: 0;
  -webkit-transition: opacity 0.3s, z-index 0s 0.3s;
  -o-transition: opacity 0.3s, z-index 0s 0.3s;
  transition: opacity 0.3s, z-index 0s 0.3s;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -100;
  margin-bottom: 40px;
}

.projects-detail-hidden-nav.visible {
  opacity: 1;
  z-index: 50;
  -webkit-transition: opacity 0.3s, z-index 0s 0s;
  -o-transition: opacity 0.3s, z-index 0s 0s;
  transition: opacity 0.3s, z-index 0s 0s;
}

.projects-detail-hidden-nav .btn {
  position: relative;
}

.projects-detail-hidden-nav .btn.btn-white, .projects-detail-hidden-nav .btn.btn-white:focus {
  color: #000;
}

.projects-detail-hidden-nav .btn.btn-white .icon, .projects-detail-hidden-nav .btn.btn-white:focus .icon {
  fill: #ff5400;
}

.projects-detail-hidden-nav .btn.btn-white:hover {
  color: #000;
}

.projects-detail-hidden-nav .btn.btn-white:hover .icon {
  fill: #ff5400;
}

.projects-detail-hidden-nav .btn.btn-share {
  padding-left: 13px;
  padding-right: 13px;
  width: 48px;
}

.projects-detail-hidden-nav .btn.btn-share .icon {
  margin: 0;
  fill: #fff;
}

.projects-detail-hidden-nav .btn:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.25);
  content: '';
  z-index: -1;
}

.projects-detail-hidden-nav .buttons-line {
  margin: 0 -10px -20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.projects-detail-hidden-nav .buttons-line > * {
  margin: 0 10px 20px;
}

.projects-detail-share {
  margin-top: 20px;
  text-align: right;
}

.projects-detail-share:not(.active) {
  display: none;
}

.projects-detail-share ul.ya-share2__list {
  margin: 0 -10px -20px;
}

.projects-detail-share ul.ya-share2__list > li.ya-share2__item {
  margin: 0 10px 20px;
  padding: 0;
}

.projects-detail-share ul.ya-share2__list > li.ya-share2__item:last-child {
  margin-right: 10px;
}

.projects-detail-share ul.ya-share2__list > li.ya-share2__item:before {
  display: none;
}

.projects-detail-share ul.ya-share2__list > li.ya-share2__item .ya-share2__badge {
  background-color: #ff5400;
  -webkit-box-shadow: 0 0 0 0 #ff5400;
          box-shadow: 0 0 0 0 #ff5400;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  overflow: visible;
}

.projects-detail-share ul.ya-share2__list > li.ya-share2__item .ya-share2__badge:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.25);
  content: '';
  z-index: -1;
}

.projects-detail-share ul.ya-share2__list > li.ya-share2__item a.ya-share2__link:hover .ya-share2__badge {
  -webkit-box-shadow: 0 0 0 3px #ff5400;
          box-shadow: 0 0 0 3px #ff5400;
}

.projects-detail-share ul.ya-share2__list > li.ya-share2__item {
  opacity: 0;
}

.projects-detail-share.active ul.ya-share2__list > li.ya-share2__item {
  -webkit-animation: shareItemAppearanceInverse;
          animation: shareItemAppearanceInverse;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.projects-detail-share.active ul.ya-share2__list > li.ya-share2__item:nth-child(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

.projects-detail-share.active ul.ya-share2__list > li.ya-share2__item:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.projects-detail-share.active ul.ya-share2__list > li.ya-share2__item:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.projects-detail-share.active ul.ya-share2__list > li.ya-share2__item:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.projects-detail-share.active ul.ya-share2__list > li.ya-share2__item:nth-child(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.projects-detail-share.active ul.ya-share2__list > li.ya-share2__item:nth-child(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.projects-detail-share.active ul.ya-share2__list > li.ya-share2__item:nth-child(7) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.projects-detail-share.active ul.ya-share2__list > li.ya-share2__item:nth-child(8) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.projects-detail-share.active ul.ya-share2__list > li.ya-share2__item:nth-child(9) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.projects-detail-share.active ul.ya-share2__list > li.ya-share2__item:nth-child(10) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.projects-detail-share.active ul.ya-share2__list > li.ya-share2__item:nth-child(11) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}

.projects-detail-share.active ul.ya-share2__list > li.ya-share2__item:nth-child(12) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.projects-detail-share.active ul.ya-share2__list > li.ya-share2__item:nth-child(13) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}

.projects-detail-share.active ul.ya-share2__list > li.ya-share2__item:nth-child(14) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.projects-detail-share.active ul.ya-share2__list > li.ya-share2__item:nth-child(15) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.projects-detail-share.active ul.ya-share2__list > li.ya-share2__item:nth-child(16) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.projects-detail-share.active ul.ya-share2__list > li.ya-share2__item:nth-child(17) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}

.projects-detail-share.active ul.ya-share2__list > li.ya-share2__item:nth-child(18) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.projects-detail-share.active ul.ya-share2__list > li.ya-share2__item:nth-child(19) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}

.projects-detail-share.active ul.ya-share2__list > li.ya-share2__item:nth-child(20) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes shareItemAppearanceInverse {
  from {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes shareItemAppearanceInverse {
  from {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media (max-width: 1599.98px) {
  .projects-detail-hidden-nav .btn.btn-share {
    padding-left: 10px;
    padding-right: 10px;
    width: 42px;
  }
  .projects-detail-share ul.ya-share2__list .ya-share2__badge .ya-share2__icon {
    width: 42px;
    height: 42px;
  }
  .projects-detail-share ul.ya-share2__list .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
    background-size: 36px 36px;
  }
}

@media (max-width: 767.98px) {
  .projects-detail-hidden-nav {
    margin-bottom: 24px;
  }
  .projects-detail-hidden-nav .buttons-line {
    margin: 0 -5px -10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .projects-detail-hidden-nav .buttons-line > * {
    margin: 0 5px 10px;
  }
  .projects-detail-hidden-nav .btn.btn-page-nav.xs-collapsed {
    padding-left: 10px;
    padding-right: 10px;
    width: 42px;
  }
  .projects-detail-hidden-nav .btn.btn-page-nav.xs-collapsed span {
    display: none;
  }
  .projects-detail-hidden-nav .btn.btn-page-nav.xs-collapsed .icon {
    margin: 0;
  }
  .projects-detail-hidden-nav .btn.btn-page-nav:not(.xs-collapsed) {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 280px;
  }
  .projects-detail-hidden-nav .btn.btn-help {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 230px;
  }
  .projects-detail-share {
    margin-top: 10px;
    text-align: center;
  }
  .projects-detail-share ul.ya-share2__list {
    margin: 0 -5px -10px;
  }
  .projects-detail-share ul.ya-share2__list > li.ya-share2__item {
    margin: 0 5px 10px;
  }
  .projects-detail-share ul.ya-share2__list > li.ya-share2__item:last-child {
    margin-right: 5px;
  }
}

.projects-detail-about .section__desc:not(.active) .section__desc-default-hidden {
  display: none;
}

.projects-detail-about .section__desc-toggler:not(.active) .txt-hide,
.projects-detail-about .section__desc-toggler.active .txt-show {
  display: none;
}

@media (min-width: 1600px) {
  .projects-detail-about {
    margin-bottom: 80px;
  }
  .projects-detail-about .section__head {
    margin-bottom: 34px;
  }
  .projects-detail-about .section__desc-inner {
    max-width: 1320px;
    margin-bottom: 20px;
  }
  .projects-detail-about .section__desc .section__desc-default-hidden {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .projects-detail-about {
    margin-bottom: 62px;
  }
  .projects-detail-about .section__head {
    margin-bottom: -4px;
  }
  .projects-detail-about .section__desc-inner {
    max-width: 960px;
    margin-bottom: 20px;
  }
  .projects-detail-about .section__desc .section__desc-default-hidden {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .projects-detail-about {
    margin-bottom: 62px;
  }
  .projects-detail-about .section__head {
    margin-bottom: -4px;
  }
  .projects-detail-about .section__desc-inner {
    max-width: none;
    margin-bottom: 20px;
  }
  .projects-detail-about .section__desc .section__desc-default-hidden {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .projects-detail-about {
    margin-bottom: 62px;
  }
  .projects-detail-about .section__head {
    margin-bottom: 38px;
  }
  .projects-detail-about .section__desc-inner {
    max-width: none;
    margin-bottom: 20px;
  }
  .projects-detail-about .section__desc .section__desc-default-hidden {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.projects-detail-for ol li {
  margin-bottom: 1.7em;
}

.projects-detail-for ol li:last-child {
  margin-bottom: 0;
}

@media (min-width: 1600px) {
  .projects-detail-documents .section__title,
  .projects-detail-for .section__title {
    margin-bottom: 60px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .projects-detail-for {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .projects-detail-for {
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .projects-detail-for {
    margin-bottom: 60px;
  }
  .projects-detail-documents .section__title,
  .projects-detail-for .section__title {
    margin-bottom: 40px;
  }
}

.projects-detail-documents:not(.active) .documents-list .document-item:nth-child(n+3) {
  display: none;
}

.projects-detail-documents .documents-list {
  margin-bottom: 0;
}

.projects-detail-documents .documents-list .list-item {
  margin-bottom: 30px;
}

.projects-detail-documents .section__nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 60px;
}

.projects-detail-documents .section__nav > .projects-detail-documents-toggler {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.projects-detail-documents.active .projects-detail-documents-toggler .txt-show,
.projects-detail-documents:not(.active) .projects-detail-documents-toggler .txt-hide {
  display: none;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .projects-detail-documents .section__nav {
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .projects-detail-documents .section__nav {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .projects-detail-documents .section__nav {
    margin-top: 40px;
  }
}

.projects-detail-digits .main-digits-item__title {
  line-height: 1;
  font-weight: 600;
  margin-bottom: 30px;
}

@media (min-width: 1600px) {
  .projects-detail-digits .main-digits-item__title {
    font-size: 100px;
  }
  .projects-detail-digits .section__title {
    margin-bottom: 75px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .projects-detail-digits .main-digits-item__title {
    font-size: 80px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .projects-detail-digits .main-digits-item__title {
    font-size: 60px;
    margin-bottom: 15px;
  }
  .projects-detail-digits .items-list {
    margin-bottom: -30px;
  }
  .projects-detail-digits .items-list .list-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .projects-detail-digits .main-digits-item__title {
    margin-bottom: 10px;
  }
  .projects-detail-digits .section__title {
    margin-bottom: 55px;
  }
}

.projects-detail-help .main-help-item {
  padding-right: 55%;
}

.projects-detail-help .main-help-item .form-control {
  text-align: left;
}

.projects-detail-help .main-help-item .form-control::-webkit-input-placeholder {
  text-align: left;
}

.projects-detail-help .main-help-item .form-control::-moz-placeholder {
  text-align: left;
}

.projects-detail-help .main-help-item .form-control:-moz-placeholder {
  text-align: left;
}

.projects-detail-help .main-help-item .form-control:-ms-input-placeholder {
  text-align: left;
}

.projects-detail-help .main-help-item .form-control.form-control-sum {
  padding-right: 80px;
  background-image: url(/local/templates/roadtohome/css/../images/icon-rub-white.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 30px) center;
  background-size: 12px auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}

.projects-detail-help .main-help-item .form-control.form-control-sum::-webkit-input-placeholder {
  text-align: left;
}

.projects-detail-help .main-help-item .form-control.form-control-sum::-moz-placeholder {
  text-align: left;
}

.projects-detail-help .main-help-item .form-control.form-control-sum:-moz-placeholder {
  text-align: left;
}

.projects-detail-help .main-help-item .form-control.form-control-sum:-ms-input-placeholder {
  text-align: left;
}

.projects-detail-help .main-help-item .form-control.form-control-sum.filled {
  background-image: url(/local/templates/roadtohome/css/../images/icon-rub-orange.svg);
}

.projects-detail-help .main-help-item__decor-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.projects-detail-help .main-help-item__decor-bottom svg {
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 966px;
  height: 403px;
}

.projects-detail-help .main-help-item__decor-bottom .projects-detail-help-decor__bird {
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  -o-transition: transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear;
}

@supports (stroke-dasharray: 0, 982) {
  .projects-detail-help .main-help-item__decor-bottom .projects-detail-help-decor__ground {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 982;
    -webkit-transition: stroke-dasharray 2s linear;
    -o-transition: stroke-dasharray 2s linear;
    transition: stroke-dasharray 2s linear;
  }
  .projects-detail-help .main-help-item__decor-bottom.achieved .projects-detail-help-decor__ground {
    stroke-dasharray: 982, 0;
  }
  .projects-detail-help .main-help-item__decor-bottom .projects-detail-help-decor__trees {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 175;
    -webkit-transition: stroke-dasharray 1s 2s linear;
    -o-transition: stroke-dasharray 1s 2s linear;
    transition: stroke-dasharray 1s 2s linear;
  }
  .projects-detail-help .main-help-item__decor-bottom.achieved .projects-detail-help-decor__trees {
    stroke-dasharray: 175, 0;
  }
  .projects-detail-help .main-help-item__decor-bottom .projects-detail-help-decor__home {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 220;
    -webkit-transition: stroke-dasharray 1s 2s linear;
    -o-transition: stroke-dasharray 1s 2s linear;
    transition: stroke-dasharray 1s 2s linear;
  }
  .projects-detail-help .main-help-item__decor-bottom.achieved .projects-detail-help-decor__home {
    stroke-dasharray: 220, 0;
  }
  .projects-detail-help .main-help-item__decor-bottom .projects-detail-help-decor__roof {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 200;
    -webkit-transition: stroke-dasharray 1s 2s linear;
    -o-transition: stroke-dasharray 1s 2s linear;
    transition: stroke-dasharray 1s 2s linear;
  }
  .projects-detail-help .main-help-item__decor-bottom.achieved .projects-detail-help-decor__roof {
    stroke-dasharray: 200, 0;
  }
  .projects-detail-help .main-help-item__decor-bottom .projects-detail-help-decor__bird {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 102;
    -webkit-transition: stroke-dasharray 1s 2s linear, -webkit-transform 1s linear;
    transition: stroke-dasharray 1s 2s linear, -webkit-transform 1s linear;
    -o-transition: stroke-dasharray 1s 2s linear, transform 1s linear;
    transition: stroke-dasharray 1s 2s linear, transform 1s linear;
    transition: stroke-dasharray 1s 2s linear, transform 1s linear, -webkit-transform 1s linear;
  }
  .projects-detail-help .main-help-item__decor-bottom.achieved .projects-detail-help-decor__bird {
    stroke-dasharray: 102, 0;
  }
}

@-webkit-keyframes projects-detail-bird-animation {
  0% {
    stroke-dasharray: 0, 102;
  }
  100% {
    stroke-dasharray: 102, 0;
  }
}

@keyframes projects-detail-bird-animation {
  0% {
    stroke-dasharray: 0, 102;
  }
  100% {
    stroke-dasharray: 102, 0;
  }
}

.projects-detail-help .main-help-item__content {
  margin-bottom: 0;
}

@media (min-width: 1600px) {
  .projects-detail-help .main-help-item {
    padding-bottom: 70px;
  }
  .projects-detail-help .main-help-item .label-like-btn {
    padding-left: 30px;
    padding-right: 30px;
  }
  .projects-detail-help .main-help-item .form-group {
    margin-bottom: 30px;
  }
  .projects-detail-help .main-help-item .form-control {
    max-width: 350px;
  }
  .projects-detail-help .main-help-item__content {
    max-width: 600px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .projects-detail-help .main-help-item {
    padding: 40px 55% 40px 40px;
  }
  .projects-detail-help .main-help-item__title {
    margin-bottom: 26px;
  }
  .projects-detail-help .main-help-item .form-group {
    margin-bottom: 20px;
  }
  .projects-detail-help .main-help-item .form-personal-agreement {
    padding-top: 10px;
  }
  .projects-detail-help .main-help-item__decor-bottom svg {
    right: -15px;
    width: 630px;
    height: 294px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .projects-detail-help .main-help-item {
    padding: 40px 30px 300px 30px;
  }
  .projects-detail-help .main-help-item__title {
    margin-bottom: 24px;
  }
  .projects-detail-help .main-help-item .form-group {
    margin-bottom: 20px;
  }
  .projects-detail-help .main-help-item .form-personal-agreement {
    padding-top: 10px;
  }
  .projects-detail-help .main-help-item__decor-bottom {
    width: 100%;
    height: 265px;
  }
  .projects-detail-help .main-help-item__decor-bottom svg {
    right: 0;
    width: 670px;
    height: 265px;
  }
  .projects-detail-help .main-help-item .form-control {
    max-width: 320px;
  }
  .projects-detail-help .main-help-item .label-like-btn {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (max-width: 767.98px) {
  .projects-detail-help .main-help-item {
    padding: 34px 20px 185px 20px;
  }
  .projects-detail-help .main-help-item__title {
    margin-bottom: 36px;
  }
  .projects-detail-help .main-help-item .periodicity-line {
    width: 100%;
  }
  .projects-detail-help .main-help-item .periodicity-line > * {
    width: 50%;
  }
  .projects-detail-help .main-help-item .sum-line {
    margin: 0 -5px -20px;
  }
  .projects-detail-help .main-help-item .sum-line > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    margin: 0 5px 20px;
  }
  .projects-detail-help .main-help-item .sum-line > .form-control.form-control-sum {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 10px);
            flex: 0 0 calc(100% - 10px);
    width: calc(100% - 10px);
  }
  .projects-detail-help .main-help-item .form-group {
    margin-bottom: 20px;
  }
  .projects-detail-help .main-help-item__decor-bottom {
    width: 100%;
    height: 150px;
    display: block;
  }
  .projects-detail-help .main-help-item__decor-bottom svg {
    right: -10px;
    width: 320px;
    height: 150px;
  }
  .projects-detail-help .main-help-item .buttons-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .projects-detail-help .main-help-item .buttons-line.sum-line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .projects-detail-help .main-help-item .label-like-btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.projects-detail-how-we-help p {
  margin-bottom: 3em;
}

.projects-detail-how-we-help ul li {
  margin-bottom: 1.5em;
}

.projects-detail-how-we-help ul li:last-child {
  margin-bottom: 0;
}

.projects-detail-how-we-help .section__nav {
  margin-top: 60px;
}

@media (min-width: 1600px) {
  .projects-detail-how-we-help .section__title {
    margin-bottom: 54px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .projects-detail-how-we-help .section__title {
    margin-bottom: 60px;
  }
  .projects-detail-how-we-help p {
    margin-bottom: 2.5em;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .projects-detail-how-we-help ul {
    margin-bottom: 1.5em;
  }
  .projects-detail-how-we-help .section__nav {
    margin-top: 10px;
  }
  .projects-detail-how-we-help p {
    margin-bottom: 2.5em;
  }
}

@media (max-width: 767.98px) {
  .projects-detail-how-we-help .section__title {
    margin-bottom: 40px;
  }
  .projects-detail-how-we-help ul,
  .projects-detail-how-we-help ul li {
    margin-bottom: 1.25em;
  }
  .projects-detail-how-we-help .section__nav {
    margin-top: 20px;
  }
  .projects-detail-how-we-help .section__nav .buttons-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .projects-detail-how-we-help p {
    margin-bottom: 2em;
  }
}

.projects-detail-gallery-slider {
  border-radius: 30px;
  background-color: #ff5400;
  padding: 60px;
  color: #fff;
}

.projects-detail-gallery-slider .swiper-button, .projects-detail-gallery-slider .swiper-button:focus {
  border-color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
  color: #ffe271;
}

.projects-detail-gallery-slider .swiper-button:hover {
  border-color: #fff;
  background-color: #fff;
  color: #ff5400;
}

.projects-detail-gallery-slider .swiper-button.swiper-button-disabled {
  opacity: 0.5;
}

.projects-detail-gallery-slider .swiper-button.swiper-button-disabled:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
  color: #ffe271;
}

.projects-detail-gallery-slider .swiper-container {
  margin-left: -60px;
  margin-right: -60px;
  padding-left: 60px;
  padding-right: 60px;
}

.projects-detail-gallery-slider .swiper-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.projects-detail-gallery-slider .items-list {
  margin-bottom: 0;
}

.projects-detail-gallery-slider .items-list .list-item {
  margin-bottom: 0;
}

.projects-detail-gallery-item {
  display: block;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.projects-detail-gallery-item picture {
  padding-top: 65.30612%;
  position: relative;
  display: block;
}

.projects-detail-gallery-item.video:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(42.92%, rgba(56, 54, 48, 0)), color-stop(99.83%, rgba(56, 54, 48, 0.4)));
  background: -o-linear-gradient(top, rgba(56, 54, 48, 0) 42.92%, rgba(56, 54, 48, 0.4) 99.83%);
  background: linear-gradient(180deg, rgba(56, 54, 48, 0) 42.92%, rgba(56, 54, 48, 0.4) 99.83%);
}

.projects-detail-gallery-item .projects-detail-gallery-item__play {
  width: 64px;
  height: 64px;
  position: absolute;
  right: 40px;
  bottom: 40px;
  border-radius: 50%;
  color: #ffe271;
  background-color: #ff5400;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  z-index: 2;
}

.projects-detail-gallery-item:hover .projects-detail-gallery-item__play {
  color: #ff5400;
  background-color: #fff;
}

.projects-detail-gallery-item img {
  -webkit-transition: right 0.3s, -webkit-transform 0.3s;
  transition: right 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, right 0.3s;
  transition: transform 0.3s, right 0.3s;
  transition: transform 0.3s, right 0.3s, -webkit-transform 0.3s;
  width: 200%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  max-width: none;
}

.projects-detail-gallery-item .projects-detail-gallery-item__play .icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -8px;
  position: absolute;
}

.projects-detail-gallery-item:not(.video) .projects-detail-gallery-item__play {
  display: none;
}

@media (min-width: 768px) {
  .projects-detail-gallery-slider .section__head .swiper-nav:not(.lg) {
    display: none !important;
  }
}

@media (min-width: 1600px) {
  .projects-detail-gallery-slider .section__head {
    margin-bottom: 40px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .projects-detail-gallery-slider {
    border-radius: 20px;
    padding: 40px;
  }
  .projects-detail-gallery-slider .swiper-container {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .projects-detail-gallery-slider .section__head {
    margin-bottom: 20px;
  }
  .projects-detail-gallery-item {
    border-radius: 20px;
  }
  .projects-detail-gallery-item .projects-detail-gallery-item__play {
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .projects-detail-gallery {
    margin-bottom: 90px;
  }
  .projects-detail-gallery-slider {
    border-radius: 20px;
    padding: 40px;
  }
  .projects-detail-gallery-slider .swiper-container {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .projects-detail-gallery-slider .section__head {
    margin-bottom: 20px;
  }
  .projects-detail-gallery-item {
    border-radius: 20px;
  }
  .projects-detail-gallery-item .projects-detail-gallery-item__play {
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .projects-detail-gallery {
    margin-bottom: 74px;
  }
  .projects-detail-gallery-slider {
    border-radius: 16px;
    padding: 30px 16px;
  }
  .projects-detail-gallery-slider .swiper-container {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .projects-detail-gallery-slider .section__head {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .projects-detail-gallery-slider .section__head .section__title {
    margin-bottom: 40px;
  }
  .projects-detail-gallery-item {
    border-radius: 16px;
  }
  .projects-detail-gallery-item .projects-detail-gallery-item__play {
    width: 42px;
    height: 42px;
    right: 20px;
    bottom: 20px;
  }
  .projects-detail-gallery-item .projects-detail-gallery-item__play .icon {
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -6px;
  }
  .projects-detail-gallery-slider .section__head .swiper-nav.lg {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .projects-detail-news-slider .swiper-container {
    overflow: visible;
  }
  .projects-detail-news-slider .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: none;
    width: auto;
  }
  .projects-detail-news-slider .swiper-slide {
    margin-right: 0 !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
  }
  .projects-detail-news-slider .section__head .section__nav {
    display: none;
  }
  .projects-detail-news-slider .items-list {
    margin-bottom: -60px;
  }
  .projects-detail-news-slider .items-list .list-item {
    margin-bottom: 60px;
  }
}

@media (min-width: 1600px) {
  .projects-detail-news-slider .section__head {
    margin-bottom: 15px;
  }
  .projects-detail-news .section__nav {
    margin-top: 60px;
  }
  .projects-detail-news-slider .swiper-wrapper {
    margin-right: -20px;
    margin-left: -20px;
  }
  .projects-detail-news-slider .swiper-slide {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .projects-detail-news-slider .swiper-wrapper {
    margin-right: -15px;
    margin-left: -15px;
  }
  .projects-detail-news-slider .swiper-slide {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1279.98px) {
  .projects-detail-news-slider .items-list {
    margin-bottom: 0;
  }
  .projects-detail-news-slider .items-list .list-item {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .projects-detail-news-slider .section__head .section__nav {
    display: none;
  }
  .projects-detail-news-slider .section__head {
    margin-bottom: 40px;
  }
  .projects-detail-news-slider .swiper-container {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .projects-detail-news-slider .swiper-slide {
    width: 260px !important;
  }
}

@media (min-width: 1600px) {
  .projects-detail-media .section__nav {
    margin-top: 60px;
  }
}

@media (min-width: 1600px) {
  .projects-detail-page .main-partners .section__title {
    margin-bottom: 55px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .projects-detail-page .main-partners {
    margin-bottom: 90px;
  }
  .projects-detail-page .main-partners .section__title {
    margin-bottom: 55px;
  }
}

@media (max-width: 767.98px) {
  .projects-detail-page .main-partners .section__title {
    margin-bottom: 50px;
  }
}

.projects-detail-team .section__head .swiper-nav-disabled {
  display: none;
}

@media (min-width: 768px) {
  .projects-detail-team-slider .section__head .swiper-nav:not(.lg) {
    display: none !important;
  }
}

@media (min-width: 1600px) {
  .projects-detail-team .section__head {
    margin-bottom: 15px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .projects-detail-team .section__head {
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .projects-detail-team .section__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -4px;
  }
  .projects-detail-team .section__head .section__title {
    margin-bottom: 40px;
  }
  .projects-detail-team-slider .swiper-slide {
    width: 224px !important;
  }
  .projects-detail-team-slider .swiper-container {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .projects-detail-team-slider .section__head .swiper-nav.lg {
    display: none !important;
  }
}

.site-callback-form {
  padding: 60px;
  background-color: #f8f8f8;
  border-radius: 30px;
  position: relative;
}

.site-callback__pattern {
  position: absolute;
  width: calc(50% - 20px);
  height: calc(100% - 60px - 55px*3);
  left: 0;
  bottom: 0;
}

.site-callback__pattern img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (min-width: 1600px) {
  .projects-detail-page .site-callback {
    margin-bottom: 105px;
  }
  .site-callback-form .form-group {
    margin-bottom: 30px;
  }
  .site-callback-form .form-personal-agreement {
    padding-top: 18px;
    padding-bottom: 16px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .site-callback-form {
    padding: 40px;
    border-radius: 20px;
  }
  .site-callback-form .form-personal-agreement {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .site-callback__pattern {
    width: calc(33% - 15px);
    height: calc(100% - 40px - 40px*3);
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .site-callback-form {
    padding: 40px;
    border-radius: 20px;
  }
  .site-callback-form .form-personal-agreement {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .site-callback-form .section__title {
    margin-bottom: 30px;
  }
  .site-callback__pattern {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .site-callback-form {
    padding: 30px 16px;
    border-radius: 16px;
  }
  .site-callback__pattern {
    display: none;
  }
  .site-callback-form .buttons-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .site-callback-form .section__title {
    margin-bottom: 30px;
  }
  .projects-detail-page .site-callback {
    margin-bottom: 90px;
  }
}

@media (min-width: 1600px) {
  .projects-detail-projects .section__title {
    margin-bottom: 60px;
  }
  .projects-detail-projects .section__nav {
    margin-top: 60px;
  }
}

@media (max-width: 767.98px) {
  .projects-detail-projects .section__nav .buttons-line {
    -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;
  }
  .projects-detail-projects .section__nav .buttons-line .btn {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}

.projects-detail-who .items-list {
  margin-bottom: 0;
}

.projects-detail-who .items-list .list-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 1600px) {
  .projects-detail-who .section__title {
    margin-bottom: 60px;
  }
  .projects-detail-who .items-list .list-item {
    margin-bottom: 60px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .projects-detail-who .section__title {
    margin-bottom: 60px;
  }
  .projects-detail-who .items-list .list-item {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .projects-detail-who .section__title {
    margin-bottom: 60px;
  }
  .projects-detail-who .items-list .list-item {
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .projects-detail-who .section__title {
    margin-bottom: 60px;
  }
  .projects-detail-who .items-list .list-item {
    margin-bottom: 60px;
  }
}

@media (min-width: 1600px) {
  .program-detail-page .main-digits-item__title {
    font-size: 120px;
  }
}

.hidden-page-nav-wrapper {
  position: relative;
}

.hidden-page-nav-popup {
  background-color: #fff;
  border-radius: 30px;
  bottom: 100%;
  margin-bottom: 30px;
  padding: 50px;
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  right: 0;
  width: 390px;
}

.hidden-page-nav-popup:not(.active) {
  display: none;
}

.hidden-page-nav-popup .nav-tabs {
  display: block;
}

.hidden-page-nav-popup .nav-tabs li {
  display: block;
  margin-right: 0 !important;
  margin-bottom: 19px;
}

.hidden-page-nav-popup .nav-tabs li:last-child {
  margin-bottom: 0;
}

.btn-page-nav.close-popup:not(.active) {
  display: none;
}

.btn-page-nav.open-popup.active {
  display: none;
}

.btn-page-nav.close-popup.xs-collapsed {
  width: 48px;
  padding-left: 5px;
  padding-right: 5px;
}

.btn-page-nav.close-popup.xs-collapsed .icon {
  margin: 0 auto;
  display: block;
}

.btn-page-nav.close-popup.xs-collapsed span {
  display: none;
}

@media (min-width: 768px) {
  .btn-page-nav.close-popup:not(.xs-collapsed) {
    width: 42px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .btn-page-nav.close-popup:not(.xs-collapsed) .icon {
    margin: 0 auto;
    display: block;
  }
  .btn-page-nav.close-popup:not(.xs-collapsed) span {
    display: none;
  }
}

@media (min-width: 1600px) {
  .btn-page-nav.close-popup:not(.xs-collapsed) {
    width: 48px;
  }
}

@media (max-width: 1599.98px) {
  .btn-page-nav.close-popup.xs-collapsed {
    width: 42px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .hidden-page-nav-popup {
    padding: 40px;
    border-radius: 20px;
    width: 370px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .hidden-page-nav-popup {
    padding: 30px;
    border-radius: 20px;
    width: 270px;
    margin-bottom: 20px;
  }
  .hidden-page-nav-popup .nav-tabs li {
    margin-bottom: 9px;
  }
}

@media (max-width: 768px) {
  .hidden-page-nav-popup {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {
  .hidden-page-nav-popup {
    padding: 20px;
    border-radius: 16px;
    width: calc(100vw - 24px*2);
    max-width: 334px;
    right: auto;
    left: 0;
    margin-bottom: 16px;
  }
  .hidden-page-nav-popup .nav-tabs li {
    margin-bottom: 5px;
  }
  .hidden-page-nav-wrapper.mobile-grow-1 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 280px;
  }
  .hidden-page-nav-wrapper.mobile-grow-1 > .btn:not(.xs-collapsed) {
    width: 100%;
  }
}

/* BECOME PARTNER PAGE */
.become-partner-page {
  margin-top: -30px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .become-partner-page {
    margin-top: -7px;
  }
}

@media (max-width: 767.98px) {
  .become-partner-page {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .become-partner-page .page-head {
    display: none;
  }
}

.become-partner-first .page-title {
  padding-right: calc(15% + 20px);
  margin-bottom: 60px;
}

.become-partner-first .section__inner {
  position: relative;
  padding-right: calc(50% + 20px);
}

.become-partner-first .section__desc {
  margin-bottom: 40px;
}

.become-partner-first__pattern {
  position: absolute;
  right: 0;
  width: 390px;
  bottom: 0;
}

.become-partner-first__pattern img {
  width: 100%;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .become-partner-first .page-title {
    padding-right: calc(15% + 15px);
    margin-bottom: 40px;
  }
  .become-partner-first__pattern {
    right: 90px;
    width: 310px;
  }
  .become-partner-first .section__inner {
    padding-right: calc(50% + 15px);
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .become-partner-first .page-title {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .become-partner-first .section__inner {
    padding-right: calc(27% + 12px);
  }
  .become-partner-first__pattern {
    width: 220px;
  }
}

@media (max-width: 767.98px) {
  .become-partner-first .page-title {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .become-partner-first .section__inner {
    padding-right: 0;
    padding-bottom: 150px;
  }
  .become-partner-first .section__nav .buttons-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .become-partner-first__pattern {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    width: auto;
    height: 115px;
  }
  .become-partner-first__pattern img {
    width: auto;
    height: 100%;
  }
}

.become-partner-how-to-help ol li {
  margin-bottom: 1.2em;
}

.become-partner-how-to-help .section__inner {
  position: relative;
  padding-right: calc(50% + 20px);
}

@media (min-width: 1600px) {
  .become-partner-how-to-help .section__title {
    margin-bottom: 60px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .become-partner-how-to-help .section__title {
    margin-bottom: 60px;
  }
  .become-partner-how-to-help .section__inner {
    padding-right: calc(25% + 15px);
  }
  .become-partner-how-to-help ol li {
    margin-bottom: 1.7em;
  }
  .become-partner-how-to-help .section__nav {
    margin-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .become-partner-how-to-help .section__inner {
    padding-right: 0;
  }
  .become-partner-how-to-help ol li {
    margin-bottom: 1.7em;
  }
}

@media (max-width: 767.98px) {
  .become-partner-how-to-help .section__inner {
    padding-right: 0;
  }
  .become-partner-how-to-help ol li {
    margin-bottom: 1.9em;
  }
}

.become-partner-invest .section__inner {
  position: relative;
  padding-right: calc(50% + 20px);
}

@media (min-width: 1600px) {
  .become-partner-invest .section__title {
    margin-bottom: 60px;
    padding-right: calc(25% + 20px);
    line-height: 1;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .become-partner-invest .section__inner {
    padding-right: calc(50% + 15px);
  }
  .become-partner-invest .section__title {
    margin-bottom: 60px;
    padding-right: calc(25% + 15px);
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .become-partner-invest .section__inner {
    padding-right: 0;
  }
  .become-partner-invest ul li {
    margin-bottom: 2.2em;
  }
}

@media (max-width: 767.98px) {
  .become-partner-invest .section__inner {
    padding-right: 0;
  }
  .become-partner-invest ol li {
    margin-bottom: 1.9em;
  }
}

@media (max-width: 767.98px) {
  .become-partner-partners .section__head-block .section__nav .btn {
    width: 100%;
  }
}

.become-partner-tax-incentives .section__inner {
  border-radius: 30px;
  padding: 60px calc(33% + 20px) 60px 60px;
  color: #fff;
  background-color: #ff5400;
}

@media (min-width: 1600px) {
  .become-partner-tax-incentives .section__title {
    line-height: 1;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .become-partner-tax-incentives .section__inner {
    border-radius: 20px;
    padding: 50px calc(9% + 15px) 50px 50px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .become-partner-tax-incentives .section__inner {
    border-radius: 20px;
    padding: 30px;
  }
  .become-partner-tax-incentives .section__title {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .become-partner-tax-incentives .section__inner {
    border-radius: 16px;
    padding: 30px 20px;
  }
}

.become-partner-call-us .section__desc p {
  margin-bottom: 10px;
}

.become-partner-call-us .section__desc p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1600px) {
  .become-partner-call-us .section__title {
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .become-partner-call-us .section__title {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .become-partner-call-us .section__title {
    padding-right: calc(50% + 12px);
  }
}

/* TARGETED ASSISTANCE PAGE */
.targeted-assistance-page {
  margin-top: -30px;
}

@media (min-width: 0px) and (max-width: 375px) {
  .targeted-assistance-page {
    margin-top: 32px;
  }
}

@media (min-width: 0px) and (max-width: 1023px) {
  .targeted-assistance-page .targeted-assistance-main__wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .targeted-assistance-page .targeted-assistance-main__img {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .targeted-assistance-page .targeted-assistance-how-help__wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .targeted-assistance-page .targeted-assistance-you-help__wrapper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.targeted-assistance-main {
  margin-bottom: 0;
}

@media (min-width: 376px) and (max-width: 768px) {
  .targeted-assistance-main {
    margin-top: 18px;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .targeted-assistance-main {
    margin-top: 10px;
  }
}

.targeted-assistance-main__title {
  line-height: 46px;
  margin-bottom: 23px;
}

@media (min-width: 0px) and (max-width: 375px) {
  .targeted-assistance-main__title {
    line-height: 32px;
    margin-bottom: 12px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .targeted-assistance-main__title {
    line-height: 32px;
    margin-bottom: 17px;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .targeted-assistance-main__title {
    line-height: 32px;
    margin-bottom: 18px;
  }
}

.targeted-assistance-main__info {
  margin-bottom: 158px;
}

@media (min-width: 0px) and (max-width: 375px) {
  .targeted-assistance-main__info {
    margin-bottom: 47px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .targeted-assistance-main__info {
    margin-bottom: 57px;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .targeted-assistance-main__info {
    margin-bottom: 77px;
  }
}

.targeted-assistance-main .sub-title {
  margin-bottom: 40px;
}

@media (min-width: 0px) and (max-width: 375px) {
  .targeted-assistance-main .sub-title {
    margin-bottom: 21px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .targeted-assistance-main .sub-title {
    margin-bottom: 30px;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .targeted-assistance-main .sub-title {
    margin-bottom: 30px;
  }
}

.targeted-assistance-main__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 0px) and (max-width: 375px) {
  .targeted-assistance-main__tags {
    margin-bottom: 28px;
  }
}

.targeted-assistance-main__tags span {
  color: white;
  display: inline-block;
  font-size: 12px;
  background-color: #FF5400;
  padding: 5px 12px 7px;
  border-radius: 30px;
}

.targeted-assistance-main__desc {
  font-size: 20px;
  margin-bottom: 40px;
}

@media (min-width: 0px) and (max-width: 375px) {
  .targeted-assistance-main__desc {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 91px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .targeted-assistance-main__desc {
    font-size: 18px;
    line-height: 27px;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .targeted-assistance-main__desc {
    font-size: 18px;
    line-height: 27px;
  }
}

.kurator-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.kurator-card__image {
  max-width: 163px;
  overflow: hidden;
  border-radius: 20px;
}

.kurator-card__desc {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 0;
}

@media (min-width: 0px) and (max-width: 375px) {
  .kurator-card__desc {
    width: 50%;
  }
}

.kurator-card__name {
  font-size: 20px;
  line-height: 30px;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .kurator-card__name {
    font-size: 18px;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .kurator-card__name {
    font-size: 16px;
  }
}

.kurator-card__job {
  font-size: 16px;
  line-height: 24px;
  color: #9D9D9C;
}

@media (min-width: 0px) and (max-width: 375px) {
  .kurator-card__job {
    font-size: 14px;
  }
}

.kurator-card__phone {
  line-height: 30px;
  font-size: 20px;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .kurator-card__phone {
    font-size: 18px;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .kurator-card__phone {
    font-size: 16px;
  }
}

.kurator-card__question {
  font-size: 16px;
  line-height: 16px;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .kurator-card__question {
    font-size: 14px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .kurator-card__question {
    font-size: 16px;
  }
}

@media (min-width: 0px) and (max-width: 375px) {
  .kurator-card__question {
    font-size: 14px;
  }
}

.targeted-assistance-how-help__btn-line {
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-left: auto;
}

@media (min-width: 0px) and (max-width: 700px) {
  .targeted-assistance-how-help__btn-line {
    margin-left: inherit;
    margin-bottom: 20px;
  }
}

.targeted-assistance-how-help__btn-line .icon-success {
  fill: #ff5400;
  width: 20px;
  height: 20px;
}

@media (min-width: 376px) and (max-width: 768px) {
  .targeted-assistance-how-help {
    margin-bottom: 59px;
  }
}

@media (min-width: 0px) and (max-width: 1280px) {
  .targeted-assistance-how-help h3 {
    font-size: 20px;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .targeted-assistance-how-help h4 {
    margin-bottom: 20px;
  }
}

.targeted-assistance-how-help__title {
  font-size: 46px;
  margin-bottom: 36px;
}

@media (min-width: 0px) and (max-width: 1280px) {
  .targeted-assistance-how-help__title {
    font-size: 32px;
    margin-bottom: 27px;
  }
}

.targeted-assistance-how-help__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 0px) and (max-width: 375px) {
  .targeted-assistance-how-help__category {
    margin-bottom: 47px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .targeted-assistance-how-help__category {
    gap: 25px;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .targeted-assistance-how-help__category {
    gap: 25px;
  }
}

.targeted-assistance-how-help__category-item {
  color: #E3E3E3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .targeted-assistance-how-help__category-item {
    gap: 10px;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .targeted-assistance-how-help__category-item {
    gap: 10px;
  }
}

.targeted-assistance-how-help__category-item .icon {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.targeted-assistance-how-help__category-item .icon.icon-bedclothes {
  width: 45px;
  margin-left: 0;
  padding-left: 14px;
}

@media (min-width: 376px) and (max-width: 768px) {
  .targeted-assistance-how-help__category-item .icon.icon-bedclothes {
    padding: 5px 10px;
    width: 40px;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .targeted-assistance-how-help__category-item .icon.icon-bedclothes {
    padding: 5px 10px;
    width: 40px;
  }
}

.targeted-assistance-how-help__category-item span {
  color: #000000;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  font-size: 20px;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .targeted-assistance-how-help__category-item span {
    font-size: 18px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .targeted-assistance-how-help__category-item span {
    font-size: 18px;
  }
}

@media (min-width: 0px) and (max-width: 375px) {
  .targeted-assistance-how-help__category-item span {
    font-size: 16px;
  }
}

.targeted-assistance-how-help__category-item--active {
  color: #FF5400;
}

.targeted-assistance-how-help__category-item--active span {
  color: #FF5400;
  font-weight: 700;
}

.targeted-assistance-how-help__category-item--active .icon {
  fill: #FF5400;
}

.targeted-assistance-how-help__category-item--active .icon--square-stroke {
  border: 4px solid #FF5400;
}

.targeted-assistance-how-help__category-item:hover {
  color: #FF5400;
}

.targeted-assistance-how-help__category-item:hover span {
  color: #FF5400;
}

.targeted-assistance-how-help__category-item:hover .icon {
  fill: #FF5400;
}

.targeted-assistance-how-help__category-item:hover .icon--square-stroke {
  border: 4px solid #FF5400;
}

.targeted-assistance-how-help__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  margin-bottom: 0;
}

@media (min-width: 0px) and (max-width: 375px) {
  .targeted-assistance-how-help__list {
    margin-bottom: 40px;
  }
}

.targeted-assistance-how-help__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F8F8F8;
  border-radius: 30px;
  padding: 29px 40px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

@media (min-width: 0px) and (max-width: 375px) {
  .targeted-assistance-how-help__item {
    padding: 24px 15px;
  }
}

@media (min-width: 0px) and (max-width: 700px) {
  .targeted-assistance-how-help__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .targeted-assistance-how-help__item {
    padding: 20px 30px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .targeted-assistance-how-help__item {
    padding: 20px 30px;
  }
}

.targeted-assistance-how-help__item .name {
  font-size: 20px;
}

@media (min-width: 0px) and (max-width: 700px) {
  .targeted-assistance-how-help__item .name {
    margin-bottom: 10px;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .targeted-assistance-how-help__item .name {
    font-size: 18px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .targeted-assistance-how-help__item .name {
    font-size: 18px;
  }
}

@media (min-width: 0px) and (max-width: 375px) {
  .targeted-assistance-how-help__item .name {
    font-size: 16px;
  }
}

.targeted-assistance-how-help__item .desc {
  font-size: 16px;
  color: #FF5400;
}

@media (min-width: 0px) and (max-width: 700px) {
  .targeted-assistance-how-help__item .desc {
    margin-bottom: 45px;
  }
}

@media (min-width: 0px) and (max-width: 375px) {
  .targeted-assistance-how-help__item .desc {
    font-size: 14px;
  }
}

.targeted-assistance-how-help__item button {
  margin-left: auto;
}

.targeted-assistance-how-help__item button:hover {
  border: 1px solid #FF5400 !important;
}

@media (min-width: 0px) and (max-width: 700px) {
  .targeted-assistance-how-help__item button {
    margin-left: 0;
    width: 100%;
    border: 1px solid #E3E3E3 !important;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .targeted-assistance-how-help__item button {
    font-size: 14px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .targeted-assistance-how-help__item button {
    font-size: 16px;
  }
}

@media (min-width: 0px) and (max-width: 375px) {
  .targeted-assistance-how-help__item button {
    font-size: 14px;
  }
}

.targeted-assistance-how-help__item button .icon-success {
  margin-right: 10px;
  margin-left: 0;
}

.banner-double-quotes {
  position: relative;
  margin: 90px 0 0 12px;
  max-width: 724px;
  border-radius: 20px;
  padding: 39px;
  font-size: 20px;
  background-color: #FFEEAC;
  -webkit-transform: matrix(1, -0.09, 0.09, 1, 0, 0);
      -ms-transform: matrix(1, -0.09, 0.09, 1, 0, 0);
          transform: matrix(1, -0.09, 0.09, 1, 0, 0);
}

.banner-double-quotes p {
  margin: 0;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .banner-double-quotes {
    font-size: 18px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .banner-double-quotes {
    font-size: 18px;
  }
}

@media (min-width: 0px) and (max-width: 375px) {
  .banner-double-quotes {
    font-size: 16px;
  }
}

.banner-double-quotes .icon-double-quotes {
  top: -83px;
  width: 46px;
  position: absolute;
  fill: #FF5400;
  left: 33px;
}

.icon--square-stroke {
  border: 4px solid #E3E3E3;
  border-radius: 20px;
  font-size: 35px;
  padding: 10px 14px 10px 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media (min-width: 0px) and (max-width: 375px) {
  .icon--square-stroke {
    font-size: 28px;
    padding: 5px 11px 5px 5px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .icon--square-stroke {
    font-size: 28px;
    padding: 5px 11px 5px 5px;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .icon--square-stroke {
    font-size: 28px;
    padding: 5px 11px 5px 5px;
  }
}

.targeted-assistance-you-help {
  margin-top: 8px;
  margin-bottom: 40px;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .targeted-assistance-you-help {
    margin-top: 0;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .targeted-assistance-you-help h3 {
    margin-bottom: 28px;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .targeted-assistance-you-help h3 {
    margin-bottom: 20px;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .targeted-assistance-you-help__wrapper {
    padding: 20px;
    position: fixed;
    -webkit-box-shadow: 0px -20px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px -20px 20px rgba(0, 0, 0, 0.1);
    background-color: white;
    border-radius: 20px 20px 0 0;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 196px;
  }
}

.targeted-assistance-you-help h3 {
  font-size: 32px;
}

@media (min-width: 0px) and (max-width: 1280px) {
  .targeted-assistance-you-help h3 {
    font-size: 20px;
  }
}

.targeted-assistance-you-help__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  padding: 40px 0;
  margin-bottom: 40px;
  gap: 15px;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .targeted-assistance-you-help__list {
    padding: 28px 0;
    margin-bottom: 30px;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .targeted-assistance-you-help__list {
    border: none;
    padding: 0;
    margin-bottom: 20px;
  }
}

.targeted-assistance-you-help__item {
  position: relative;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  background-color: #F8F8F8;
  font-size: 16px;
  padding: 12px 50px 12px 18px;
  border-radius: 30px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

@media (min-width: 0px) and (max-width: 1280px) {
  .targeted-assistance-you-help__item {
    font-size: 14px;
  }
}

.targeted-assistance-you-help__item:hover {
  background-color: #FF5400;
  color: #ffffff;
}

.targeted-assistance-you-help__item:after {
  background-color: #FFFFFF;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  content: url("/local/templates/roadtohome/css/../images/close.svg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
}

.modal.modal-book {
  background-image: url(/local/templates/roadtohome/css/../images/modal-book-decor.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  padding: 60px;
  max-width: 724px;
  border-radius: 30px;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .modal.modal-book {
    padding: 30px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .modal.modal-book {
    padding: 30px;
  }
}

@media (min-width: 0px) and (max-width: 375px) {
  .modal.modal-book {
    padding: 20px;
  }
}

.modal.modal-book h3 {
  font-size: 32px;
  color: #FF5400;
  margin-bottom: 0;
  line-height: 38px;
}

@media (min-width: 0px) and (max-width: 1280px) {
  .modal.modal-book h3 {
    font-size: 20px;
    line-height: 24px;
  }
}

.modal.modal-book p {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 40px;
}

@media (min-width: 0px) and (max-width: 1280px) {
  .modal.modal-book p {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 0px) and (max-width: 1280px) {
  .modal.modal-book form {
    font-size: 14px;
  }
}

.modal.modal-book form div.input-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}

.modal.modal-book form div.input-block input {
  display: block;
  border-radius: 30px;
  border: 1px solid #BCBCBC;
  padding: 17px 24px 17px 24px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .modal.modal-book form div.input-block input {
    padding: 14px 24px 14px 24px;
  }
}

.modal.modal-book form div.input-block input:-moz-placeholder {
  color: #000000;
}

.modal.modal-book form div.input-block input::-webkit-input-placeholder {
  color: #000000;
}

.modal.modal-book form .agreement {
  margin-bottom: 30px;
}

.modal.modal-book form .agreement input {
  display: inline;
  margin-right: 12px;
}

.modal.modal-book button {
  margin-bottom: 50px;
}

@media (min-width: 0px) and (max-width: 425px) {
  .modal.modal-book button {
    margin-bottom: 60px;
    width: 100%;
  }
}

@media (min-width: 426px) and (max-width: 767px) {
  .modal.modal-book button {
    width: 100%;
    margin-bottom: 100px;
  }
}

.targeted-assistance-close-gap {
  display: none;
  margin-top: 22px;
  gap: 18px;
}

.targeted-assistance-close-info {
  display: none;
  border-radius: 30px;
  background-color: #FFEEAC;
  margin-top: 129px;
  padding: 40px 40px 1px 40px;
}

.targeted-assistance-close-info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
}

.targeted-assistance-close-info__title {
  font-size: 32px;
  line-height: 39px;
  color: #FF5400;
}

.targeted-assistance-close-info__img {
  width: 220px;
}

.targeted-assistance-close-info__list {
  list-style-type: none;
}

.targeted-assistance-close-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 26px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  padding-left: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(56, 54, 48, 0.1);
}

.targeted-assistance-close-info__item:last-child {
  border-bottom: none;
}

.targeted-assistance-close-info__item:before {
  display: none;
}

.icon-tick {
  width: 35px;
  height: 25px;
}

.targeted-assistance-page.close-block .targeted-assistance-close-info {
  display: block;
}

.targeted-assistance-page.close-block .targeted-assistance-close-gap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.targeted-assistance-page.close-block .targeted-assistance-main__img picture {
  display: none;
}

.targeted-assistance-page.close-block .targeted-assistance-you-help__wrapper {
  display: none;
}

.text-expand-content {
  height: 150px;
  overflow: hidden;
}

@media (min-width: 0px) and (max-width: 1280px) {
  .text-expand-content {
    height: 138px;
  }
}

.text-expand-content.open {
  height: auto !important;
}

.targeted-assistance__status-img {
  background-color: #ff5400;
  border-radius: 30px;
  position: relative;
  padding-top: 86.95652%;
  overflow: hidden;
}

.targeted-assistance__status-img .text {
  color: #fff;
  font-weight: 500;
  font-style: italic;
  position: absolute;
  left: 40px;
  top: 40px;
}

.targeted-assistance__status-img .image {
  position: absolute;
  width: 100%;
  left: 0;
}

.targeted-assistance__status-img .image.cart-bear {
  bottom: 0;
  height: 73.63636%;
}

.targeted-assistance__status-img .image.box-heart {
  bottom: 8%;
  height: 63%;
}

.targeted-assistance__status-img .image.box-wash {
  bottom: 8%;
  height: 64%;
}

.targeted-assistance__status-img .image.box-toys {
  bottom: 9%;
  height: 73%;
}

.targeted-assistance__status-img .image.heart {
  bottom: 15%;
  height: 52%;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .targeted-assistance__status-img {
    border-radius: 20px;
  }
  .targeted-assistance__status-img .text {
    left: 30px;
    top: 36px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .targeted-assistance__status-img {
    border-radius: 20px;
  }
  .targeted-assistance__status-img .text {
    left: 30px;
    top: 30px;
  }
}

@media (max-width: 767.98px) {
  .targeted-assistance__status-img {
    border-radius: 16px;
  }
  .targeted-assistance__status-img .text {
    left: 16px;
    top: 16px;
  }
}

@supports (stroke-dasharray: 0, 1400) {
  .targeted-assistance__status-img .cart-bear__ground {
    stroke-dasharray: 0, 557;
    -webkit-transition: stroke-dasharray 1s linear;
    -o-transition: stroke-dasharray 1s linear;
    transition: stroke-dasharray 1s linear;
  }
  .targeted-assistance__status-img.achieved .cart-bear__ground {
    stroke-dasharray: 557, 0;
  }
  .targeted-assistance__status-img .cart-bear__home {
    stroke-dasharray: 0, 316;
    -webkit-transition: stroke-dasharray 1s 1s linear;
    -o-transition: stroke-dasharray 1s 1s linear;
    transition: stroke-dasharray 1s 1s linear;
  }
  .targeted-assistance__status-img.achieved .cart-bear__home {
    stroke-dasharray: 316, 0;
  }
  .targeted-assistance__status-img .cart-bear__no-stroke {
    opacity: 0;
    -webkit-transition: opacity 1s 1s linear;
    -o-transition: opacity 1s 1s linear;
    transition: opacity 1s 1s linear;
  }
  .targeted-assistance__status-img.achieved .cart-bear__no-stroke {
    opacity: 1;
  }
  .targeted-assistance__status-img .box-heart__box {
    stroke-dasharray: 0, 746;
    -webkit-transition: stroke-dasharray 1s linear;
    -o-transition: stroke-dasharray 1s linear;
    transition: stroke-dasharray 1s linear;
  }
  .targeted-assistance__status-img.achieved .box-heart__box {
    stroke-dasharray: 746, 0;
  }
  .targeted-assistance__status-img .box-heart__button {
    stroke-dasharray: 0, 393;
    -webkit-transition: stroke-dasharray 1s 1s linear;
    -o-transition: stroke-dasharray 1s 1s linear;
    transition: stroke-dasharray 1s 1s linear;
  }
  .targeted-assistance__status-img.achieved .box-heart__button {
    stroke-dasharray: 393, 0;
  }
  .targeted-assistance__status-img .box-heart__heart {
    stroke-dasharray: 0, 425;
    -webkit-transition: stroke-dasharray 1s 1s linear;
    -o-transition: stroke-dasharray 1s 1s linear;
    transition: stroke-dasharray 1s 1s linear;
  }
  .targeted-assistance__status-img.achieved .box-heart__heart {
    stroke-dasharray: 425, 0;
  }
  .targeted-assistance__status-img .box-heart__text {
    opacity: 0;
    -webkit-transition: opacity 1s 2s linear;
    -o-transition: opacity 1s 2s linear;
    transition: opacity 1s 2s linear;
  }
  .targeted-assistance__status-img.achieved .box-heart__text {
    opacity: 1;
  }
  .targeted-assistance__status-img .box-wash__box {
    stroke-dasharray: 0, 455;
    -webkit-transition: stroke-dasharray 1s linear;
    -o-transition: stroke-dasharray 1s linear;
    transition: stroke-dasharray 1s linear;
  }
  .targeted-assistance__status-img.achieved .box-wash__box {
    stroke-dasharray: 455, 0;
  }
  .targeted-assistance__status-img .box-wash__button {
    stroke-dasharray: 0, 336;
    -webkit-transition: stroke-dasharray 1s 1s linear;
    -o-transition: stroke-dasharray 1s 1s linear;
    transition: stroke-dasharray 1s 1s linear;
  }
  .targeted-assistance__status-img.achieved .box-wash__button {
    stroke-dasharray: 336, 0;
  }
  .targeted-assistance__status-img .box-wash__wash {
    stroke-dasharray: 0, 307;
    -webkit-transition: stroke-dasharray 1s 1s linear;
    -o-transition: stroke-dasharray 1s 1s linear;
    transition: stroke-dasharray 1s 1s linear;
  }
  .targeted-assistance__status-img.achieved .box-wash__wash {
    stroke-dasharray: 307, 0;
  }
  .targeted-assistance__status-img .box-wash__wash-circle-big {
    stroke-dasharray: 0, 225;
    -webkit-transition: stroke-dasharray 1s 1s linear;
    -o-transition: stroke-dasharray 1s 1s linear;
    transition: stroke-dasharray 1s 1s linear;
  }
  .targeted-assistance__status-img.achieved .box-wash__wash-circle-big {
    stroke-dasharray: 225, 0;
  }
  .targeted-assistance__status-img .box-wash__wash-circle-small {
    stroke-dasharray: 0, 132;
    -webkit-transition: stroke-dasharray 1s 1s linear;
    -o-transition: stroke-dasharray 1s 1s linear;
    transition: stroke-dasharray 1s 1s linear;
  }
  .targeted-assistance__status-img.achieved .box-wash__wash-circle-small {
    stroke-dasharray: 132, 0;
  }
  .targeted-assistance__status-img .box-wash__text {
    opacity: 0;
    -webkit-transition: opacity 1s 2s linear;
    -o-transition: opacity 1s 2s linear;
    transition: opacity 1s 2s linear;
  }
  .targeted-assistance__status-img.achieved .box-wash__text {
    opacity: 1;
  }
  .targeted-assistance__status-img .box-toys__box {
    stroke-dasharray: 0, 560;
    -webkit-transition: stroke-dasharray 1s linear;
    -o-transition: stroke-dasharray 1s linear;
    transition: stroke-dasharray 1s linear;
  }
  .targeted-assistance__status-img.achieved .box-toys__box {
    stroke-dasharray: 560, 0;
  }
  .targeted-assistance__status-img .box-toys__text {
    opacity: 0;
    -webkit-transition: opacity 1s 2s linear;
    -o-transition: opacity 1s 2s linear;
    transition: opacity 1s 2s linear;
  }
  .targeted-assistance__status-img.achieved .box-toys__text {
    opacity: 1;
  }
  .targeted-assistance__status-img .box-toys__button {
    stroke-dasharray: 0, 444;
    -webkit-transition: stroke-dasharray 1s 1s linear;
    -o-transition: stroke-dasharray 1s 1s linear;
    transition: stroke-dasharray 1s 1s linear;
  }
  .targeted-assistance__status-img.achieved .box-toys__button {
    stroke-dasharray: 444, 0;
  }
  .targeted-assistance__status-img .box-toys__heart {
    stroke-dasharray: 0, 163;
    -webkit-transition: stroke-dasharray 1s 1s linear;
    -o-transition: stroke-dasharray 1s 1s linear;
    transition: stroke-dasharray 1s 1s linear;
  }
  .targeted-assistance__status-img.achieved .box-toys__heart {
    stroke-dasharray: 163, 0;
  }
  .targeted-assistance__status-img .box-toys__t-shirt {
    stroke-dasharray: 0, 321;
    -webkit-transition: stroke-dasharray 1s 1s linear;
    -o-transition: stroke-dasharray 1s 1s linear;
    transition: stroke-dasharray 1s 1s linear;
  }
  .targeted-assistance__status-img.achieved .box-toys__t-shirt {
    stroke-dasharray: 321, 0;
  }
  .targeted-assistance__status-img .box-toys__bear__head {
    -webkit-transition: stroke-dasharray 1s 1s linear;
    -o-transition: stroke-dasharray 1s 1s linear;
    transition: stroke-dasharray 1s 1s linear;
    stroke-dasharray: 0, 186;
  }
  .targeted-assistance__status-img.achieved .box-toys__bear__head {
    stroke-dasharray: 186, 0;
  }
  .targeted-assistance__status-img .box-toys__bear__ear {
    -webkit-transition: stroke-dasharray 1s 1s linear;
    -o-transition: stroke-dasharray 1s 1s linear;
    transition: stroke-dasharray 1s 1s linear;
    stroke-dasharray: 0, 49;
  }
  .targeted-assistance__status-img.achieved .box-toys__bear__ear {
    stroke-dasharray: 49, 0;
  }
  .targeted-assistance__status-img .box-toys__bear__muzzle {
    -webkit-transition: stroke-dasharray 1s 1s linear;
    -o-transition: stroke-dasharray 1s 1s linear;
    transition: stroke-dasharray 1s 1s linear;
    stroke-dasharray: 0, 61;
  }
  .targeted-assistance__status-img.achieved .box-toys__bear__muzzle {
    stroke-dasharray: 61, 0;
  }
  .targeted-assistance__status-img .box-toys__bear__shoulder {
    -webkit-transition: stroke-dasharray 1s 1s linear;
    -o-transition: stroke-dasharray 1s 1s linear;
    transition: stroke-dasharray 1s 1s linear;
    stroke-dasharray: 0, 55;
  }
  .targeted-assistance__status-img.achieved .box-toys__bear__shoulder {
    stroke-dasharray: 55, 0;
  }
  .targeted-assistance__status-img .box-toys__cap__bottom {
    -webkit-transition: stroke-dasharray 1s 1s linear;
    -o-transition: stroke-dasharray 1s 1s linear;
    transition: stroke-dasharray 1s 1s linear;
    stroke-dasharray: 0, 182;
  }
  .targeted-assistance__status-img.achieved .box-toys__cap__bottom {
    stroke-dasharray: 182, 0;
  }
  .targeted-assistance__status-img .box-toys__cap__middle {
    -webkit-transition: stroke-dasharray 1s 1s linear;
    -o-transition: stroke-dasharray 1s 1s linear;
    transition: stroke-dasharray 1s 1s linear;
    stroke-dasharray: 0, 110;
  }
  .targeted-assistance__status-img.achieved .box-toys__cap__middle {
    stroke-dasharray: 110, 0;
  }
  .targeted-assistance__status-img .box-toys__cap__top {
    -webkit-transition: stroke-dasharray 1s 1s linear;
    -o-transition: stroke-dasharray 1s 1s linear;
    transition: stroke-dasharray 1s 1s linear;
    stroke-dasharray: 0, 68;
  }
  .targeted-assistance__status-img.achieved .box-toys__cap__top {
    stroke-dasharray: 68, 0;
  }
  .targeted-assistance__status-img .heart {
    stroke-dasharray: 0, 790;
    -webkit-transition: stroke-dasharray 1s linear;
    -o-transition: stroke-dasharray 1s linear;
    transition: stroke-dasharray 1s linear;
  }
  .targeted-assistance__status-img.achieved .heart {
    stroke-dasharray: 790, 0;
  }
}

/* NEWS PAGE */
@media (min-width: 768px) {
  .news-page {
    margin-top: -20px;
  }
}

.news-tags {
  margin-bottom: 60px;
  max-width: 80%;
}

.news-tags .tags-list {
  margin: 0 -5px -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-tags .tags-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  padding: 0 5px;
  margin-bottom: 15px;
}

.news-tags .tags-list li:before {
  display: none;
}

.news-tags .tag {
  font-weight: 500;
  padding: 2px 16px;
  height: 30px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .news-tags .tag {
    padding-left: 11px;
    padding-right: 11px;
  }
  .news-tags {
    margin-bottom: 40px;
    max-width: none;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .news-tags .tag {
    padding-left: 9px;
    padding-right: 9px;
  }
  .news-tags {
    margin-bottom: 40px;
    max-width: none;
  }
}

@media (max-width: 767.98px) {
  .news-tags .tag {
    padding: 0px 9px;
    height: 26px;
    font-size: 12px;
  }
  .news-tags .tags-list {
    margin-bottom: -10px;
  }
  .news-tags .tags-list li {
    margin-bottom: 10px;
  }
  .news-tags {
    margin-bottom: 40px;
    max-width: none;
  }
}

.media-categories {
  margin-bottom: 45px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .media-categories {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .media-categories {
    margin-bottom: 25px;
  }
}

@media (max-width: 767.98px) {
  .media-categories {
    margin-bottom: 35px;
  }
}

.news-controls {
  margin-bottom: 60px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .news-controls {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .news-controls {
    margin-bottom: 40px;
  }
}

.news-filter__toggler.active .txt-show,
.news-filter__toggler:not(.active) .txt-hide {
  display: none;
}

@media (max-width: 767.98px) {
  .news-filter__toggler {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}

.news-controls .search-form {
  display: block;
  position: relative;
}

.news-controls .search-form .form-control {
  padding-right: 130px;
}

.news-controls .search-form__submit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 20px;
  line-height: 24px;
}

.news-controls .search-form__submit, .news-controls .search-form__submit:focus {
  color: #000;
}

.news-controls .search-form__submit:hover {
  color: #ff5400;
}

.news-controls .search-form__submit .icon {
  fill: #ff5400;
  margin-left: 0;
  margin-right: 18px;
}

@media (max-width: 1599.98px) {
  .news-controls .search-form__submit {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

@media (max-width: 767.98px) {
  .news-controls .search-form__submit span {
    display: none;
  }
  .news-controls .search-form__submit .icon {
    margin: 0;
  }
  .news-controls .search-form .form-control {
    padding-right: 60px;
  }
}

.news-filter {
  margin-top: 30px;
  margin-bottom: -30px;
}

.news-filter:not(.active) {
  display: none;
}

.news-filter-mobile-buttons:not(.active) {
  display: none;
}

.news-filter .form-group {
  margin-bottom: 30px;
}

.news-filter__btn-reset {
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
}

.news-filter-chips {
  background-color: #f8f8f8;
  color: #000;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.news-filter-chips:hover {
  background-color: #ff5400;
  color: #fff;
}

button.news-filter-chips__remove {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  color: #ff5400;
  margin: -4px -12px -4px 10px;
  padding: 10px;
}

button.news-filter-chips__remove .icon {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  fill: #ff5400;
}

.news-filter__bottom {
  margin-top: 30px;
}

@media (max-width: 1599.98px) {
  button.news-filter-chips__remove {
    width: 28px;
    height: 28px;
    margin: -3.5px -12px -5.5px 10px;
    padding: 8px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .news-filter {
    margin-top: 20px;
    margin-bottom: -20px;
  }
  .news-filter .form-group {
    margin-bottom: 20px;
  }
  .news-filter__bottom {
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .news-filter {
    margin-top: 0;
    margin-bottom: 0;
  }
  .news-filter .form-group {
    margin-bottom: 20px;
  }
  .news-filter-mobile-buttons {
    margin-top: 20px;
  }
  .news-filter-mobile-buttons .buttons-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .news-filter__bottom {
    margin-top: 20px;
  }
  .news-filter__btn-reset {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 20px);
            flex: 0 0 calc(100% - 20px);
    width: calc(100% - 20px);
  }
}

@media (min-width: 1600px) {
  .items-list.news-list {
    margin-bottom: -60px;
  }
  .items-list.news-list .list-item {
    margin-bottom: 60px;
  }
}

@media (min-width: 1600px) {
  .news-main .pagination-block {
    margin-top: 60px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .news-main .pagination-block {
    margin-top: 40px;
  }
}

.news-help .main-help-item__content {
  padding-right: calc(40% + 20px);
  margin-bottom: -40px;
}

.news-help .main-help-item__content .form-group {
  margin-bottom: 40px;
}

.news-help .main-help-item__decor-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 450px;
  height: 290px;
  overflow: hidden;
}

.news-help .main-help-item__decor-bottom svg {
  position: absolute;
  top: 0;
  width: 952px;
  height: 332px;
  left: -350px;
}

.news-help .main-help-item .form-control {
  text-align: left;
}

.news-help .main-help-item .form-control::-webkit-input-placeholder {
  text-align: left;
}

.news-help .main-help-item .form-control::-moz-placeholder {
  text-align: left;
}

.news-help .main-help-item .form-control:-moz-placeholder {
  text-align: left;
}

.news-help .main-help-item .form-control:-ms-input-placeholder {
  text-align: left;
}

.news-help .main-help-item .form-control.form-control-sum {
  padding-right: 80px;
  background-image: url(/local/templates/roadtohome/css/../images/icon-rub-white.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 30px) center;
  background-size: 12px auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
  max-width: 300px;
}

.news-help .main-help-item .form-control.form-control-sum::-webkit-input-placeholder {
  text-align: left;
}

.news-help .main-help-item .form-control.form-control-sum::-moz-placeholder {
  text-align: left;
}

.news-help .main-help-item .form-control.form-control-sum:-moz-placeholder {
  text-align: left;
}

.news-help .main-help-item .form-control.form-control-sum:-ms-input-placeholder {
  text-align: left;
}

.news-help .main-help-item .form-control.form-control-sum.filled {
  background-image: url(/local/templates/roadtohome/css/../images/icon-rub-orange.svg);
}

.news-help .main-help-item .sum-line {
  margin: 0 -5px -20px;
}

.news-help .main-help-item .sum-line > * {
  margin: 0 5px 20px;
}

.news-help .main-help-item .submit-line {
  margin: 0 -10px -30px;
}

.news-help .main-help-item .submit-line > * {
  margin: 0 10px 30px;
}

@supports (stroke-dasharray: 0, 1564) {
  .news-help .main-help-item__decor-bottom .news-help-pattern__heart {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 1564;
    -webkit-transition: stroke-dasharray 2s;
    -o-transition: stroke-dasharray 2s;
    transition: stroke-dasharray 2s;
  }
  .news-help .main-help-item__decor-bottom.achieved .news-help-pattern__heart {
    stroke-dasharray: 1564, 0;
  }
}

@media (min-width: 1600px) {
  .news-help .main-help-item .main-help-item__title {
    margin-bottom: 36px;
  }
  .news-help .main-help-item .label-like-btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .news-help .main-help-item {
    padding: 40px;
  }
  .news-help .main-help-item .main-help-item__title {
    margin-bottom: 30px;
  }
  .news-help .main-help-item__content {
    padding-right: calc(40% + 15px);
    margin-bottom: -30px;
  }
  .news-help .main-help-item__content .form-group {
    margin-bottom: 30px;
  }
  .news-help .main-help-item .label-like-btn {
    padding-left: 30px;
    padding-right: 30px;
  }
  .news-help .main-help-item__decor-bottom {
    width: 365px;
    height: 225px;
  }
  .news-help .main-help-item__decor-bottom svg {
    width: 707px;
    height: 272px;
    left: -275px;
  }
  .news-help .main-help-item .form-control.form-control-sum {
    max-width: 280px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .news-help .main-help-item .main-help-item__title {
    margin-bottom: 24px;
    padding-right: calc(15% + 12px);
  }
  .news-help .main-help-item__content {
    padding-right: 0;
    margin-bottom: -30px;
  }
  .news-help .main-help-item__content .form-group {
    margin-bottom: 30px;
    max-width: 300px;
  }
  .news-help .main-help-item .label-like-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(33.33333% - 10px);
    padding-left: 5px;
    padding-right: 5px;
  }
  .news-help .main-help-item__decor-bottom {
    width: 300px;
    height: 230px;
  }
  .news-help .main-help-item__decor-bottom svg {
    width: 750px;
    height: 289px;
    left: -310px;
  }
}

@media (max-width: 767.98px) {
  .news-help .main-help-item__content {
    padding-right: 0;
    margin-bottom: -40px;
  }
  .news-help .main-help-item__content .form-group {
    margin-bottom: 40px;
  }
  .news-help .main-help-item .main-help-item__title {
    margin-bottom: 30px;
  }
  .news-help .main-help-item .label-like-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(33.33333% - 10px);
  }
  .news-help .main-help-item .buttons-line.submit-line {
    -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;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .news-help .main-help-item .buttons-line.submit-line .btn {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  .news-help .main-help-item {
    padding-bottom: 200px;
  }
  .news-help .main-help-item__decor-bottom {
    width: 235px;
    height: 155px;
    display: block;
  }
  .news-help .main-help-item__decor-bottom svg {
    width: 462px;
    height: 178px;
    left: -150px;
  }
  .news-help .main-help-item .submit-line {
    margin: 0 -10px -20px;
  }
  .news-help .main-help-item .submit-line > * {
    margin: 0 10px 20px;
  }
}

/* NEWS DETAIL PAGE */
@media (min-width: 1600px) {
  .news-detail-page {
    margin-top: -40px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .news-detail-page {
    margin-top: -20px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .news-detail-page {
    margin-top: -16px;
  }
}

@media (min-width: 1600px) {
  .news-detail-first {
    margin-bottom: 80px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .news-detail-first {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .news-detail-first {
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .news-detail-first {
    margin-bottom: 40px;
  }
}

.news-detail-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.news-detail-info,
.news-detail-tags {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .news-detail-info-block {
    margin-bottom: 30px;
  }
  .news-detail-info,
  .news-detail-tags {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .news-detail-info-block {
    margin-bottom: 35px;
    display: block;
  }
  .news-detail-info,
  .news-detail-tags {
    margin-bottom: 24px;
  }
}

@media (max-width: 767.98px) {
  .news-detail-info-block {
    margin-bottom: 40px;
    display: block;
  }
  .news-detail-info,
  .news-detail-tags {
    margin-bottom: 10px;
  }
}

.news-detail-info {
  padding-right: 40px;
}

.news-detail-date,
.news-detail-category {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.news-detail-date {
  color: #9d9d9c;
  padding-right: 1em;
}

.news-detail-category {
  color: #000;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .news-detail-info {
    padding-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .news-detail-info {
    padding-right: 0;
  }
}

.news-detail-tags .tags-list {
  margin: 0 -5px -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-detail-tags .tags-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  padding: 0 5px;
  margin-bottom: 15px;
}

.news-detail-tags .tags-list li:before {
  display: none;
}

.news-detail-tags .tag {
  font-weight: 500;
  padding: 2px 16px;
  height: 30px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .news-detail-tags .tag {
    padding-left: 11px;
    padding-right: 11px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .news-detail-tags .tag {
    padding-left: 9px;
    padding-right: 9px;
  }
}

@media (max-width: 767.98px) {
  .news-detail-tags .tag {
    padding: 0px 9px;
    height: 26px;
    font-size: 12px;
  }
  .news-detail-tags .tags-list {
    margin-bottom: -10px;
  }
  .news-detail-tags .tags-list li {
    margin-bottom: 10px;
  }
}

.news-detail-image {
  border-radius: 30px;
  overflow: hidden;
}

.news-detail-image img[loading="lazy"][src*="loader.svg"] {
  position: relative;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .news-detail-image {
    border-radius: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .news-detail-image {
    border-radius: 20px;
  }
}

@media (max-width: 768px) {
  .news-detail-image {
    border-radius: 0;
    margin-left: -24px;
    margin-right: -24px;
  }
}

.news-detail-content .section__content {
  position: relative;
}

@media (min-width: 1600px) {
  .news-detail-content {
    margin-bottom: 140px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .news-detail-content {
    margin-bottom: 160px;
  }
}

@media (max-width: 767.98px) {
  .news-detail-content {
    margin-bottom: 40px;
  }
}

.news-detail-text {
  margin-bottom: 80px;
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

.news-detail-text p {
  margin-bottom: 1.2em;
}

.news-detail-text ul {
  margin-bottom: 1.8em;
}

@media (min-width: 1600px) {
  .news-detail-text p.news-detail-annotation {
    margin-bottom: 60px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .news-detail-text p.news-detail-annotation {
    margin-bottom: 40px;
  }
  .news-detail-text {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .news-detail-text p.news-detail-annotation {
    margin-bottom: 40px;
  }
  .news-detail-text {
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .news-detail-text {
    margin-bottom: 40px;
    max-width: none;
  }
}

.news-detail-gallery {
  margin-bottom: 80px;
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
}

.news-detail-gallery__main-slider {
  margin-bottom: 20px;
  position: relative;
}

.news-detail-gallery__main-slider__item {
  display: block;
  position: relative;
  padding-top: 60.66351%;
  border-radius: 30px;
  overflow: hidden;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.news-detail-gallery__main-slider__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-detail-gallery__main-slider .swiper-button {
  position: absolute;
  top: 50%;
  margin-top: -30px;
}

.news-detail-gallery__main-slider .swiper-button, .news-detail-gallery__main-slider .swiper-button:focus {
  color: #ff5400;
  border-color: #e3e3e3;
  background-color: transparent;
}

.news-detail-gallery__main-slider .swiper-button:hover {
  color: #ff5400;
  border-color: #fff;
  background-color: #fff;
}

.news-detail-gallery__main-slider .swiper-button.swiper-button-disabled, .news-detail-gallery__main-slider .swiper-button.swiper-button-disabled:focus {
  color: #e3e3e3;
  border-color: #e3e3e3;
  background-color: transparent;
}

.news-detail-gallery__main-slider .swiper-button.swiper-button-disabled:hover {
  color: #e3e3e3;
  border-color: #e3e3e3;
  background-color: transparent;
}

.news-detail-gallery__main-slider .swiper-button.prev {
  left: 40px;
}

.news-detail-gallery__main-slider .swiper-button.next {
  right: 40px;
}

.news-detail-gallery__nav-slider {
  position: relative;
}

.news-detail-gallery__nav-slider__item {
  display: block;
  position: relative;
  padding-top: 60.83333%;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}

.news-detail-gallery__nav-slider__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .news-detail-gallery {
    max-width: 900px;
    margin-bottom: 60px;
  }
  .news-detail-gallery__main-slider__item {
    border-radius: 20px;
  }
  .news-detail-gallery__main-slider .swiper-button {
    margin-top: -24px;
  }
  .news-detail-gallery__nav-slider__item {
    border-radius: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .news-detail-gallery {
    max-width: 900px;
    margin-bottom: 60px;
  }
  .news-detail-gallery__main-slider__item {
    border-radius: 20px;
  }
  .news-detail-gallery__main-slider .swiper-button {
    margin-top: -24px;
  }
  .news-detail-gallery__nav-slider__item {
    border-radius: 16px;
  }
}

@media (max-width: 767.98px) {
  .news-detail-gallery {
    max-width: none;
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .news-detail-gallery:first-child {
    margin-top: 0;
  }
  .news-detail-gallery__main-slider {
    margin-bottom: 10px;
  }
  .news-detail-gallery__main-slider__item {
    border-radius: 16px;
  }
  .news-detail-gallery__nav-slider .swiper-slide {
    width: 120px !important;
  }
  .news-detail-gallery__nav-slider__item {
    border-radius: 10px;
  }
  .news-detail-gallery__nav-slider .swiper-container {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.news-detail-video {
  margin-bottom: 80px;
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
}

.news-detail-video-item {
  display: block;
  border-radius: 30px;
  padding-top: 60.66351%;
  overflow: hidden;
  position: relative;
}

.news-detail-video-item:before,
.news-detail-video-item:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 1;
}

.news-detail-video-item:before {
  background: #000000;
  opacity: 0.2;
}

.news-detail-video-item:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.4;
}

.news-detail-video-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.news-detail-video-item__play {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -32px;
  margin-left: -32px;
  border-radius: 50%;
  color: #ffe271;
  background-color: #ff5400;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  z-index: 2;
}

.news-detail-video-item__play .icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -8px;
  position: absolute;
}

.news-detail-video-item__title {
  line-height: 1.2;
  color: #fff;
  left: 40px;
  top: 40px;
  right: 40px;
  max-height: calc(1em * 1.2 * 4);
  position: absolute;
  z-index: 2;
  overflow: hidden;
}

@supports (display: -webkit-box) and (-webkit-line-clamp: 4) and (-webkit-box-orient: vertical) {
  .news-detail-video-item__title {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}

.news-detail-video-item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.news-detail-video-item:hover .news-detail-video-item__play {
  background-color: #fff;
  color: #ff5400;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .news-detail-video-item__play {
    width: 56px;
    height: 56px;
    margin-top: -28px;
    margin-left: -28px;
  }
  .news-detail-video-item {
    border-radius: 20px;
  }
  .news-detail-video {
    max-width: 900px;
    margin-bottom: 60px;
  }
  .news-detail-video-item__title {
    left: 36px;
    top: 30px;
    right: 36px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .news-detail-video-item__play {
    width: 56px;
    height: 56px;
    margin-top: -28px;
    margin-left: -28px;
  }
  .news-detail-video-item {
    border-radius: 20px;
  }
  .news-detail-video {
    max-width: 900px;
    margin-bottom: 60px;
  }
  .news-detail-video-item__title {
    left: 30px;
    top: 20px;
    right: 30px;
  }
}

@media (max-width: 767.98px) {
  .news-detail-video-item__play {
    width: 42px;
    height: 42px;
    margin-top: -21px;
    margin-left: -21px;
  }
  .news-detail-video-item {
    border-radius: 16px;
    padding-top: 79.5107%;
  }
  .news-detail-video {
    max-width: none;
    margin-bottom: 40px;
  }
  .news-detail-video-item__title {
    left: 16px;
    top: 16px;
    right: 16px;
    max-height: calc(1em * 1.2 * 3);
    overflow: hidden;
    font-size: 20px;
  }
  @supports (display: -webkit-box) and (-webkit-line-clamp: 3) and (-webkit-box-orient: vertical) {
    .news-detail-video-item__title {
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
    }
  }
}

.news-detail-text-blockquote {
  margin-bottom: 80px;
  max-width: 1055px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px;
  border-radius: 30px;
  position: relative;
  background: #ffeeac;
}

.news-detail-text-blockquote p {
  margin-bottom: 2.7em;
}

.news-detail-text-blockquote cite {
  color: #9d9d9c;
}

.news-detail-text-blockquote:before {
  content: '';
  position: absolute;
  display: block;
  width: 46px;
  height: 36px;
  left: 40px;
  top: -12px;
  background-image: url(/local/templates/roadtohome/css/../images/main-stories-decor.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 1600px) {
  .news-detail-text-blockquote:not(:first-child) {
    margin-top: 120px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .news-detail-text-blockquote {
    max-width: 810px;
    margin-bottom: 60px;
    padding: 40px;
    border-radius: 20px;
  }
  .news-detail-text-blockquote p {
    margin-bottom: 40px;
  }
  .news-detail-text-blockquote:not(:first-child) {
    margin-top: 100px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .news-detail-text-blockquote {
    max-width: 810px;
    margin-bottom: 60px;
    padding: 40px;
    border-radius: 20px;
  }
  .news-detail-text-blockquote p {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .news-detail-text-blockquote {
    margin-bottom: 40px;
    max-width: none;
    padding: 30px 20px;
    border-radius: 16px;
  }
  .news-detail-text-blockquote p {
    margin-bottom: 30px;
  }
}

.news-detail-footer {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
}

.news-detail-footer p {
  margin-bottom: 15px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .news-detail-footer {
    max-width: 810px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .news-detail-footer {
    max-width: 810px;
  }
}

@media (max-width: 767.98px) {
  .news-detail-footer {
    max-width: none;
  }
}

@media (min-width: 1600px) {
  .news-detail-other .section__head {
    margin-bottom: 20px;
  }
  .news-detail-other {
    margin-bottom: 150px;
  }
  .news-detail-other .section__nav {
    margin-top: 60px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .news-detail-other .section__head {
    margin-bottom: 10px;
  }
  .news-detail-other .section__nav {
    margin-top: 60px;
  }
}

@media (max-width: 767.98px) {
  .news-detail-other .section__head .swiper-nav {
    display: none !important;
  }
}

.news-slider .items-list {
  margin-bottom: 0;
}

.news-slider .items-list .list-item {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .news-slider .swiper-container {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .news-slider .swiper-slide {
    width: 260px !important;
  }
}

@media (min-width: 1600px) {
  .news-detail-projects .section__title {
    margin-bottom: 60px;
  }
  .news-detail-projects .section__nav {
    margin-top: 60px;
  }
  .news-detail-projects {
    margin-bottom: 160px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .news-detail-projects .section__title {
    margin-bottom: 60px;
  }
  .news-detail-projects .section__nav {
    margin-top: 60px;
  }
}

@media (min-width: 1600px) {
  .news-detail-media .section__head {
    margin-bottom: 20px;
  }
  .news-detail-media .section__nav {
    margin-top: 60px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .news-detail-media .section__head {
    margin-bottom: 10px;
  }
  .news-detail-media .section__nav {
    margin-top: 60px;
  }
}

@media (max-width: 767.98px) {
  .news-detail-media .section__head .swiper-nav {
    display: none !important;
  }
}

.news-detail-share .section__title {
  margin-bottom: 20px;
}

.news-detail-share ul.ya-share2__list {
  margin: 0 -5px -10px;
}

.news-detail-share ul.ya-share2__list > li.ya-share2__item {
  margin: 0 5px 10px;
  padding: 0;
}

.news-detail-share ul.ya-share2__list > li.ya-share2__item:last-child {
  margin-right: 5px;
}

.news-detail-share ul.ya-share2__list > li.ya-share2__item:before {
  display: none;
}

.news-detail-share ul.ya-share2__list > li.ya-share2__item .ya-share2__badge {
  background-color: #ff5400;
  -webkit-box-shadow: 0 0 0 0 #ff5400;
          box-shadow: 0 0 0 0 #ff5400;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.news-detail-share ul.ya-share2__list > li.ya-share2__item a.ya-share2__link:hover .ya-share2__badge {
  -webkit-box-shadow: 0 0 0 3px #ff5400;
          box-shadow: 0 0 0 3px #ff5400;
}

@media (min-width: 1280px) {
  .news-detail-share {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
  }
  .news-detail-share.fixed {
    padding-top: 30px;
  }
  .news-detail-share ul.ya-share2__list > li.ya-share2__item {
    display: block;
  }
}

@media (max-width: 1599.98px) {
  .news-detail-share ul.ya-share2__list .ya-share2__badge .ya-share2__icon {
    width: 42px;
    height: 42px;
  }
  .news-detail-share ul.ya-share2__list .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
    background-size: 36px 36px;
  }
}

@media (max-width: 1279.98px) {
  .news-detail-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: static !important;
  }
  .news-detail-share .section__title,
  .news-detail-share .ya-share2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
  }
  .news-detail-share .section__title {
    padding-right: 20px;
  }
  .news-detail-share .ya-share2 {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .news-detail-share {
    margin-bottom: 20px;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767.98px) {
  .news-detail-share {
    margin-bottom: 12px;
  }
}

.news-detail-hidden-nav {
  opacity: 0;
  -webkit-transition: opacity 0.3s, z-index 0s 0.3s;
  -o-transition: opacity 0.3s, z-index 0s 0.3s;
  transition: opacity 0.3s, z-index 0s 0.3s;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -100;
  margin-bottom: 40px;
}

.news-detail-hidden-nav.visible {
  opacity: 1;
  z-index: 50;
  -webkit-transition: opacity 0.3s, z-index 0s 0s;
  -o-transition: opacity 0.3s, z-index 0s 0s;
  transition: opacity 0.3s, z-index 0s 0s;
}

.news-detail-hidden-nav .btn {
  position: relative;
}

.news-detail-hidden-nav .btn.btn-share {
  padding-left: 13px;
  padding-right: 13px;
  width: 48px;
}

.news-detail-hidden-nav .btn.btn-share .icon {
  margin: 0;
  fill: #fff;
}

.news-detail-hidden-nav .btn:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.25);
  content: '';
  z-index: -1;
}

.news-detail-hidden-nav .buttons-line {
  margin: 0 -10px -20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.news-detail-hidden-nav .buttons-line > * {
  margin: 0 10px 20px;
}

@media (min-width: 1280px) {
  .news-detail-hidden-nav {
    display: none !important;
  }
}

@media (max-width: 1599.98px) {
  .news-detail-hidden-nav .btn.btn-share {
    padding-left: 10px;
    padding-right: 10px;
    width: 42px;
  }
}

@media (max-width: 767.98px) {
  .news-detail-hidden-nav {
    margin-bottom: 24px;
  }
  .news-detail-hidden-nav .buttons-line {
    margin: 0 -5px -10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news-detail-hidden-nav .buttons-line > * {
    margin: 0 5px 10px;
  }
  .news-detail-hidden-nav .btn.btn-help {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 280px;
  }
}

/* EVENTS ITEM */
.events-item {
  position: relative;
  padding-left: 260px;
  display: block;
}

.events-item__date-time,
.events-item__content,
.events-item__image {
  border-radius: 30px;
}

.events-item__date-time {
  background: #ff5400;
  width: 260px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 50px;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #fff;
  text-align: center;
}

.events-item__day {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  font-size: 120px;
  line-height: 1;
  margin-bottom: 5px;
  color: #ffe271;
}

.events-item__month {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  margin-bottom: 55px;
}

.events-item__time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
}

.events-item__content {
  border: 1px solid #e3e3e3;
  padding: 40px 40px 40px 60px;
  position: relative;
  z-index: 1;
  background: #fff;
}

.events-item__image {
  position: relative;
  overflow: hidden;
  padding-top: 73.17073%;
  display: block;
}

.events-item__image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.events-item__image:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.events-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.events-item .events-item__title {
  line-height: 1.1875;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  max-height: calc(1em * (38/32) * 3);
  overflow: hidden;
}

@supports (display: -webkit-box) and (-webkit-line-clamp: 3) and (-webkit-box-orient: vertical) {
  .events-item .events-item__title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}

.events-item__title a, .events-item__title a:focus {
  color: inherit;
}

.events-item__title a:hover {
  color: #ff5400;
}

.events-item__tags {
  margin-bottom: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

.events-item__tags .buttons-line {
  margin: 0 -5px -10px;
}

.events-item__tags .buttons-line > * {
  margin: 0 5px 10px;
}

.events-item__tags .tag {
  font-size: 14px;
  height: 32px;
  padding: 3px 11px;
  border-radius: 16px;
}

.events-item__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  max-height: calc(1em * 1.5 * 3);
  overflow: hidden;
}

@supports (display: -webkit-box) and (-webkit-line-clamp: 3) and (-webkit-box-orient: vertical) {
  .events-item__text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}

.events-item__reg-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin-top: auto;
}

.events-item__link-more {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .events-item__date-time,
  .events-item__content,
  .events-item__image {
    border-radius: 20px;
  }
  .events-item__content {
    padding: 30px 30px 30px 40px;
  }
  .events-item__date-time {
    bottom: -25px;
  }
  .events-item__day {
    font-size: 100px;
  }
  .events-item__month {
    margin-bottom: 120px;
  }
}

@media (max-width: 1279.98px) {
  .events-item {
    padding-left: 0;
  }
  .events-item__date-time {
    position: static;
    width: 100%;
    -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .events-item__date-time,
  .events-item__content,
  .events-item__image {
    border-radius: 20px;
  }
  .events-item__content {
    padding: 30px;
  }
  .events-item__day {
    font-size: 80px;
  }
  .events-item__month {
    margin-bottom: 30px;
  }
  .events-item__info {
    margin-bottom: 40px;
  }
  .events-item__reg-btn {
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .events-item__date-time,
  .events-item__content,
  .events-item__image {
    border-radius: 16px;
  }
  .events-item__content {
    padding: 16px;
  }
  .events-item__day {
    font-size: 60px;
  }
  .events-item__month {
    margin-bottom: 30px;
  }
  .events-item__info {
    margin-bottom: 40px;
  }
  .events-item__reg-btn {
    margin-top: 20px;
  }
  .events-item__reg-btn .btn {
    width: 100%;
  }
}

/* FOR PARENTS PAGE */
.for-parents-page .page-head .section__head-block {
  display: block;
  position: relative;
  margin-bottom: 0;
}

.for-parents-page .page-head .section__head-pattern {
  position: absolute;
  right: 0;
  top: 20px;
  width: 400px;
  z-index: 1;
}

.for-parents-page .page-head .page-title {
  padding-right: 440px;
}

.for-parents-page .page-head .section__desc {
  padding-right: 300px;
  margin-bottom: 0;
}

@media (min-width: 1600px) {
  .for-parents-page .page-head {
    margin-bottom: 60px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .for-parents-page .page-head .page-title {
    padding-right: 270px;
  }
  .for-parents-page .page-head .section__head-pattern {
    width: 240px;
    top: -15px;
  }
  .for-parents-page .page-head {
    margin-bottom: 40px;
  }
}

@media (max-width: 1599.98px) {
  .for-parents-page .page-head .section__desc {
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .for-parents-page .page-head .page-title {
    padding-right: 240px;
  }
  .for-parents-page .page-head .section__head-pattern {
    width: 200px;
    top: -30px;
  }
  .for-parents-page .page-head {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .for-parents-page .page-head .section__head-pattern {
    display: none;
  }
  .for-parents-page .page-head .page-title {
    padding-right: 0;
  }
}

.for-parents-we-do ul,
.for-parents-we-do ul li:last-child {
  margin-bottom: 0;
}

@media (min-width: 1600px) {
  .for-parents-we-do {
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .for-parents-we-do {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .for-parents-we-do__left {
    margin-bottom: 40px;
  }
  .for-parents-we-do {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .for-parents-we-do__left {
    margin-bottom: 40px;
  }
  .for-parents-we-do {
    margin-bottom: 60px;
  }
}

.for-parents-gallery {
  background-image: url(/local/templates/roadtohome/css/../images/for-parents-gallery-pattern.png);
  background-size: 1920px auto;
  background-position: center;
  background-repeat: no-repeat;
}

.for-parents-gallery .section__nav {
  margin-left: auto;
}

.for-parents-gallery-item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

@media (min-width: 768px) {
  .for-parents-gallery .swiper-nav:not(.lg) {
    display: none !important;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .for-parents-gallery-item {
    border-radius: 20px;
  }
  .for-parents-gallery .section__head {
    margin-bottom: -10px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .for-parents-gallery-item {
    border-radius: 20px;
  }
  .for-parents-gallery .section__head {
    margin-bottom: -20px;
  }
}

@media (max-width: 767.98px) {
  .for-parents-gallery .swiper-nav.lg {
    display: none !important;
  }
  .for-parents-gallery-item {
    border-radius: 16px;
  }
  .for-parents-gallery .section__head {
    margin-bottom: -20px;
  }
  .for-parents-gallery .section__nav .swiper-nav {
    text-align: right;
  }
  .for-parents-gallery .swiper-slide {
    width: 300px !important;
  }
  .for-parents-gallery .swiper-container {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .for-parents-gallery {
    margin-bottom: 80px;
  }
}

.for-parents-events .events-list {
  margin-bottom: 0;
}

.for-parents-events .events-list .list-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 1600px) {
  .for-parents-events .section__title {
    margin-bottom: 60px;
  }
  .for-parents-events .events-list .list-item {
    margin-bottom: 60px;
  }
  .for-parents-events .section__nav {
    margin-top: 60px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .for-parents-events .events-list .list-item {
    margin-bottom: 85px;
  }
  .for-parents-events .section__nav {
    margin-top: 80px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .for-parents-events .events-list .list-item {
    margin-bottom: 60px;
  }
  .for-parents-events .section__nav {
    margin-top: 60px;
  }
  .for-parents-events .section__title {
    margin-bottom: 60px;
  }
}

.modal-event-registration {
  padding-bottom: 106px;
  background-image: url(/local/templates/roadtohome/css/../images/modal-event-registration-decor.png);
  background-size: 100% auto;
  background-position: 0 calc(100% - 20px);
  background-repeat: no-repeat;
}

.modal-event-registration .form-personal-agreement {
  padding-top: 30px;
  padding-bottom: 10px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .modal-event-registration .modal-title {
    margin-bottom: 30px;
  }
  .modal-event-registration .form-personal-agreement {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .modal-event-registration .modal-title {
    margin-bottom: 30px;
  }
  .modal-event-registration .form-personal-agreement {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .modal-event-registration .modal-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .modal-event-registration .form-personal-agreement {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.for-parents-media .section__head-block .section__desc p:last-child {
  margin-bottom: 0;
}

.for-parents-media .section-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 40px;
}

.for-parents-media .section-tags .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  padding-right: 40px;
}

.for-parents-media .section-tags .tags-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: 100%;
  min-width: 0;
  overflow: auto;
  padding: 3px;
}

.for-parents-media .section-tags .buttons-line {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.for-parents-media .section-tags .buttons-line > * {
  margin: 0;
}

.for-parents-media .section-tags .tag {
  white-space: nowrap;
  font-size: 14px;
  height: 32px;
  padding: 5px 11px 1px 11px;
  border-radius: 16px;
}

.for-parents-media .news-slider .section__head .section__nav {
  margin-left: auto;
}

.for-parents-media .section-tags .tags-container.js-swiper-initialized {
  overflow: hidden;
}

@media (min-width: 1600px) {
  .for-parents-media .section__head-block {
    margin-bottom: 45px;
  }
  .for-parents-media .section__nav {
    margin-top: 60px;
  }
  .for-parents-media .news-slider .section__head {
    margin-bottom: -10px;
  }
}

@media (min-width: 1280px) {
  .for-parents-media .section__title {
    margin-bottom: 0;
  }
  .for-parents-media .section-tags .title {
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .for-parents-media .news-slider .section__head {
    margin-bottom: -10px;
  }
  .for-parents-media .section__nav {
    margin-top: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .for-parents-media .news-slider .section__head {
    margin-bottom: -20px;
  }
  .for-parents-media .section__title {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .for-parents-media .section-tags {
    display: block;
  }
  .for-parents-media .section-tags .title {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .for-parents-media .section-tags .tags-container {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
    max-width: none;
  }
  .for-parents-media .section-tags .tag {
    font-size: 12px;
    height: 26px;
    padding: 0 11px;
    border-radius: 13px;
  }
  .for-parents-media .news-slider .section__head {
    margin-bottom: -20px;
  }
  .for-parents-media .news-slider .section__head .swiper-nav {
    text-align: right;
  }
}

@media (min-width: 1600px) {
  .for-parents-projects .section__head {
    margin-bottom: 60px;
  }
  .for-parents-projects .section__nav {
    margin-top: 60px;
  }
}

@media (max-width: 767.98px) {
  .for-parents-projects .section__nav .btn {
    width: 100%;
  }
}

/* REVIEWS ITEM */
.reviews-item {
  border-radius: 30px;
  background: #ffeeac;
  padding: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.reviews-item:before {
  content: '';
  position: absolute;
  display: block;
  width: 46px;
  height: 36px;
  left: 40px;
  top: -12px;
  background-image: url(/local/templates/roadtohome/css/../images/main-stories-decor.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.reviews-item__text,
.reviews-item__text-toggler,
.reviews-item__person {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  width: 100%;
}

.reviews-item__text {
  font-style: italic;
  margin-bottom: 10px;
}

.reviews-item:not(.active) .reviews-item__text {
  max-height: calc(1em * 1.5 * 2);
  overflow: hidden;
}

@supports (display: -webkit-box) and (-webkit-line-clamp: 2) and (-webkit-box-orient: vertical) {
  .reviews-item:not(.active) .reviews-item__text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}

.reviews-item__text-toggler {
  margin-bottom: 40px;
}

.reviews-item.active .reviews-item__text-toggler a.txt-show {
  display: none;
}

.reviews-item:not(.active) .reviews-item__text-toggler a.txt-hide {
  display: none;
}

.reviews-item__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: auto;
}

.reviews-item__person-photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 152px;
  margin-right: 20px;
}

.reviews-item__person-photo picture,
.reviews-item__person-photo img {
  display: block;
  width: 100%;
}

.reviews-item__person-photo picture {
  padding-top: 83%;
  position: relative;
}

.reviews-item__person-photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.reviews-item__person-info {
  color: #9d9d9c;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .reviews-item {
    padding: 40px;
    border-radius: 20px;
  }
  .reviews-item__person-photo img {
    border-radius: 20px;
  }
  .reviews-item__text-toggler {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .reviews-item {
    padding: 30px;
    border-radius: 20px;
  }
  .reviews-item__person-photo img {
    border-radius: 20px;
  }
  .reviews-item__text {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .reviews-item {
    padding: 30px 20px;
    border-radius: 16px;
  }
  .reviews-item__text {
    font-size: 16px;
  }
  .reviews-item__text-toggler {
    margin-bottom: 24px;
  }
  .reviews-item__person {
    display: block;
  }
  .reviews-item__person-photo {
    width: 130px;
    margin-bottom: 20px;
  }
  .reviews-item__person-photo img {
    border-radius: 16px;
  }
  .reviews-item__text {
    font-size: 18px;
    min-height: 0;
  }
}

/* VOLUNTEERISM PAGE */
@media (min-width: 768px) {
  .volunteerism-page {
    margin-top: -20px;
  }
}

@media (max-width: 767.98px) {
  .volunteerism-page {
    margin-top: -10px;
  }
}

.volunteerism-page .page-desc .section__content {
  margin-bottom: -20px;
}

.volunteerism-page .page-desc .section__content p,
.volunteerism-page .page-desc .section__content ul {
  margin-bottom: 20px;
}

@media (min-width: 1600px) {
  .volunteerism-page .page-desc {
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .volunteerism-page .page-desc .section__content {
    margin-bottom: -30px;
  }
  .volunteerism-page .page-desc .section__content p,
  .volunteerism-page .page-desc .section__content ul {
    margin-bottom: 30px;
  }
  .volunteerism-page .page-desc .section__nav {
    margin-top: 30px;
  }
  .volunteerism-page .page-desc .section__nav .btn {
    width: 100%;
  }
}

.volunteerism-gallery .section__content {
  position: relative;
}

.volunteerism-gallery__left {
  margin-top: 34%;
}

.volunteerism-gallery__right {
  margin-top: 25%;
}

.volunteerism-gallery__pattern {
  position: absolute;
  width: 18%;
  left: 28.5%;
  top: 0;
}

.volunteerism-gallery__pattern img {
  position: relative;
  width: 100%;
}

.volunteerism-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  display: block;
}

.volunteerism-gallery-item picture {
  width: 100%;
}

.volunteerism-gallery-item img {
  width: 50%;
}

.volunteerism-gallery-item img[loading="lazy"][src*="loader.svg"] {
  position: relative;
}

.volunteerism-gallery-item .image-parallax {
  position: absolute;
  width: 100%;
  height: 200%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .volunteerism-gallery-item {
    border-radius: 20px;
  }
  .volunteerism-gallery .items-list {
    margin-bottom: -30px;
  }
  .volunteerism-gallery .items-list .list-item {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .volunteerism-gallery-item {
    border-radius: 20px;
  }
  .volunteerism-gallery__left {
    margin-top: 45%;
  }
  .volunteerism-gallery__right {
    margin-top: 37%;
  }
  .volunteerism-gallery .items-list {
    margin-bottom: -24px;
  }
  .volunteerism-gallery .items-list .list-item {
    margin-bottom: 24px;
  }
  .volunteerism-gallery__pattern {
    width: 23%;
    left: 14%;
  }
}

@media (max-width: 767.98px) {
  .volunteerism-gallery-item {
    border-radius: 16px;
  }
  .volunteerism-gallery .items-list {
    margin-bottom: -16px;
  }
  .volunteerism-gallery .items-list .list-item {
    margin-bottom: 16px;
  }
  .volunteerism-gallery__left {
    margin-top: 112px;
  }
  .volunteerism-gallery__right {
    margin-top: 100px;
  }
  .volunteerism-gallery__pattern {
    left: 3%;
    width: 115px;
  }
}

.volunteerism-how-to .items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.volunteerism-how-to .items-list .list-item {
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.volunteerism-how-to .items-list .list-item:before {
  padding-left: inherit;
}

.volunteerism-how-to__pattern {
  width: 100%;
  margin-top: 30px;
}

.volunteerism-how-to__pattern img {
  width: 100%;
}

@media (min-width: 1280px) {
  .volunteerism-how-to .items-list .list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 1600px) {
  .volunteerism-how-to .section__title {
    margin-bottom: 74px;
  }
  .volunteerism-how-to {
    margin-bottom: 140px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .volunteerism-how-to .items-list .list-item {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
  }
  .volunteerism-how-to .items-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .volunteerism-how-to .items-list .list-item {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 40px;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 50px;
  }
  .volunteerism-how-to .items-list {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -50px;
  }
}

@media (max-width: 767.98px) {
  .volunteerism-how-to .items-list .list-item {
    padding-left: 2.5em;
    padding-right: 0;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 0;
  }
  .volunteerism-how-to .items-list {
    margin-left: 0;
    margin-right: 0;
  }
  .volunteerism-how-to .items-list .list-item:before {
    padding-left: 0;
  }
}

.volunteerism-duties .items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
}

.volunteerism-duties .items-list .list-item {
  padding-left: calc(20px + 1em);
  padding-right: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.volunteerism-duties .items-list .list-item:before {
  left: 20px;
}

@media (min-width: 1280px) {
  .volunteerism-duties .items-list .list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1600px) {
  .volunteerism-duties {
    margin-bottom: 80px;
  }
  .volunteerism-duties .section__title {
    max-width: 955px;
    margin-bottom: 60px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .volunteerism-duties .items-list .list-item {
    padding-left: calc(15px + 1em);
    padding-right: 15px;
  }
  .volunteerism-duties .items-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .volunteerism-duties .items-list .list-item:before {
    left: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .volunteerism-duties .items-list .list-item {
    padding-left: calc(12px + 1em);
    padding-right: 12px;
  }
  .volunteerism-duties .items-list {
    margin-left: -12px;
    margin-right: -12px;
  }
  .volunteerism-duties .items-list .list-item:before {
    left: 12px;
  }
}

@media (max-width: 767.98px) {
  .volunteerism-duties .items-list .list-item {
    padding-left: calc(8px + 1em);
    padding-right: 8px;
  }
  .volunteerism-duties .items-list {
    margin-left: -8px;
    margin-right: -8px;
  }
  .volunteerism-duties .items-list .list-item:before {
    left: 8px;
  }
}

.volunteerism-page .for-parents-gallery {
  margin-bottom: 64px;
}

.volunteerism-reviews {
  background-image: url(/local/templates/roadtohome/css/../images/reviews-slider-pattern.png);
  background-size: 1920px auto;
  background-position: center;
  background-repeat: no-repeat;
}

.reviews-slider .swiper-container {
  padding-top: 30px;
  margin-top: -20px;
  padding-bottom: 30px;
  margin-bottom: -30px;
}

.reviews-slider .items-list {
  margin-bottom: 0;
}

.reviews-slider .items-list .list-item {
  margin-bottom: 0;
}

@media (min-width: 1600px) {
  .volunteerism-reviews {
    margin-bottom: 80px;
  }
  .reviews-slider .section__head {
    margin-bottom: 70px;
  }
  .reviews-slider .swiper-slide:nth-child(2n) {
    padding-top: 170px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .reviews-slider .section__head {
    margin-bottom: 20px;
  }
  .reviews-slider .swiper-slide:nth-child(2n) {
    padding-top: 170px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .volunteerism-reviews {
    margin-bottom: 60px;
  }
  .reviews-slider .swiper-slide {
    width: 572px !important;
  }
}

@media (max-width: 768px) {
  .reviews-slider .swiper-container {
    padding-left: 24px;
    margin-left: -24px;
    padding-right: 24px;
    margin-right: -24px;
  }
}

@media (max-width: 767.98px) {
  .volunteerism-reviews .section__head .section__nav {
    text-align: right;
  }
  .volunteerism-reviews .section__head .section__title:not(:last-child) {
    margin-bottom: 16px;
  }
  .volunteerism-reviews {
    margin-bottom: 60px;
  }
}

.volunteerism-faq .site-accordeon__item.active .site-accordeon__item-head {
  border-bottom: 0;
}

@media (min-width: 1600px) {
  .volunteerism-faq .section__title {
    margin-bottom: 60px;
  }
}

/* ABOUT PAGE */
@media (min-width: 768px) {
  .about-page {
    margin-top: -20px;
  }
}

.about-first {
  position: relative;
}

.about-first__pattern {
  position: absolute;
  right: 0;
  width: calc(50% + 40px);
  height: 100%;
  top: -12px;
  overflow: hidden;
}

.about-first__pattern img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
}

.about-first__pattern svg {
  position: absolute;
  width: 1026px;
  right: -15px;
  top: 0;
  height: 490px;
  display: block;
}

@supports (stroke-dasharray: 0, 1400) {
  .about-first__pattern .about-first__ground {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 1070;
    -webkit-transition: stroke-dasharray 2s;
    -o-transition: stroke-dasharray 2s;
    transition: stroke-dasharray 2s;
  }
  .about-first__pattern.achieved .about-first__ground {
    stroke-dasharray: 1070, 0;
  }
  .about-first__pattern .about-first__trees {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 150;
    -webkit-transition: stroke-dasharray 1s;
    -o-transition: stroke-dasharray 1s;
    transition: stroke-dasharray 1s;
    -webkit-transition-delay: 2s;
         -o-transition-delay: 2s;
            transition-delay: 2s;
  }
  .about-first__pattern.achieved .about-first__trees {
    stroke-dasharray: 150, 0;
  }
  .about-first__pattern .about-first__home {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    -webkit-transition-delay: 2s;
         -o-transition-delay: 2s;
            transition-delay: 2s;
  }
  .about-first__pattern.achieved .about-first__home {
    opacity: 1;
  }
}

.about-first .section__content {
  padding-right: calc(50% - 40px);
  position: relative;
  z-index: 1;
}

.about-first .btn-play-video {
  padding-right: 62px;
  position: relative;
}

.about-first .btn-play-video:before {
  content: '';
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #ff5400;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -24px;
}

.about-first .btn-play-video .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin: -10px 0 0 0;
  right: 12px;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

.about-first .btn-play-video, .about-first .btn-play-video:focus {
  color: inherit;
}

.about-first .btn-play-video .icon, .about-first .btn-play-video:focus .icon {
  fill: #ffe271;
}

.about-first .btn-play-video:hover {
  color: #ff5400;
}

.about-first .btn-play-video:hover .icon {
  fill: #fff;
}

@media (min-width: 1600px) {
  .about-first .section__content p,
  .about-first .section__content ul {
    margin-bottom: 30px;
  }
  .about-first .section__nav {
    margin-top: 60px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .about-first {
    margin-bottom: 130px;
  }
  .about-first__pattern {
    width: calc(50% - 15px);
    top: 0;
  }
  .about-first__pattern svg {
    width: 790px;
    right: -110px;
    height: 377px;
  }
  .about-first .section__content {
    padding-right: calc(50% - 15px);
  }
}

@media (max-width: 1599.98px) {
  .about-first .btn-play-video {
    padding-right: 56px;
  }
  .about-first .btn-play-video:before {
    width: 42px;
    height: 42px;
    margin-top: -21px;
  }
  .about-first .btn-play-video .icon {
    margin-right: -3px;
  }
}

@media (max-width: 1279.98px) {
  .about-first .section__content {
    padding-right: 0;
    margin-bottom: 80px;
  }
  .about-first__pattern {
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about-first__pattern {
    width: 100%;
    height: auto;
    top: 0;
    padding-top: 47.75828%;
  }
  .about-first__pattern svg {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 767.98px) {
  .about-first .section__content p,
  .about-first .section__content ul {
    margin-bottom: 20px;
  }
  .about-first .section__nav {
    margin-top: 30px;
  }
  .about-first .section__nav .buttons-line {
    -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;
    margin-bottom: -30px;
  }
  .about-first .section__nav .buttons-line > * {
    margin-bottom: 30px;
  }
  .about-first .section__nav .buttons-line .btn {
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
  .about-first__pattern {
    width: 100%;
    height: 305px;
    top: 0;
  }
  .about-first__pattern svg {
    width: 638px;
    height: 305px;
    right: -65px;
  }
}

.about-digits .main-digits-item__title {
  line-height: 1;
  font-weight: 600;
}

@media (min-width: 1600px) {
  .about-digits .main-digits-item__title {
    font-size: 120px;
    margin-bottom: 30px;
  }
  .about-digits .items-list {
    margin-bottom: -60px;
  }
  .about-digits .items-list .list-item {
    margin-bottom: 60px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .about-digits .main-digits-item__title {
    font-size: 80px;
    margin-bottom: 20px;
  }
  .about-digits .items-list {
    margin-bottom: -40px;
  }
  .about-digits .items-list .list-item {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about-digits .main-digits-item__title {
    font-size: 60px;
    margin-bottom: 15px;
  }
  .about-digits .items-list {
    margin-bottom: -30px;
  }
  .about-digits .items-list .list-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .about-digits .main-digits-item__title {
    font-size: 46px;
    margin-bottom: 10px;
  }
  .about-digits .items-list {
    margin-bottom: -30px;
  }
  .about-digits .items-list .list-item {
    margin-bottom: 30px;
  }
}

@media (min-width: 1600px) {
  .about-what-we-do .section__title {
    margin-bottom: 76px;
  }
  .about-what-we-do .section__content {
    margin-bottom: -30px;
  }
  .about-what-we-do .section__content p,
  .about-what-we-do .section__content ul,
  .about-what-we-do .section__content ol {
    margin-bottom: 30px;
  }
  .about-what-we-do .section__content ol li,
  .about-what-we-do .section__content ul li {
    margin-bottom: 20px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .about-what-we-do .section__title {
    margin-bottom: 57px;
  }
  .about-what-we-do .section__content {
    margin-bottom: -30px;
  }
  .about-what-we-do .section__content p,
  .about-what-we-do .section__content ul,
  .about-what-we-do .section__content ol {
    margin-bottom: 30px;
  }
  .about-what-we-do .section__content ol li,
  .about-what-we-do .section__content ul li {
    margin-bottom: 17px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about-what-we-do .section__title {
    margin-bottom: 54px;
  }
  .about-what-we-do .section__desc {
    margin-bottom: 60px;
  }
  .about-what-we-do .section__content {
    margin-bottom: -30px;
  }
  .about-what-we-do .section__content p,
  .about-what-we-do .section__content ul,
  .about-what-we-do .section__content ol {
    margin-bottom: 30px;
  }
  .about-what-we-do .section__content ol li,
  .about-what-we-do .section__content ul li {
    margin-bottom: 17px;
  }
}

@media (max-width: 767.98px) {
  .about-what-we-do .section__title {
    margin-bottom: 54px;
  }
  .about-what-we-do .section__desc {
    margin-bottom: 45px;
  }
  .about-what-we-do .section__content {
    margin-bottom: -20px;
  }
  .about-what-we-do .section__content p,
  .about-what-we-do .section__content ul,
  .about-what-we-do .section__content ol {
    margin-bottom: 20px;
  }
  .about-what-we-do .section__content ol li,
  .about-what-we-do .section__content ul li {
    margin-bottom: 15px;
  }
}

.about-history-slider {
  border-radius: 30px;
  background-color: #ff5400;
  color: #fff;
  padding: 60px 60px 160px;
  position: relative;
  overflow: hidden;
}

.about-history-slider .section__title,
.about-history-slider .section__head .swiper-button {
  position: relative;
  z-index: 2;
}

.about-history-slider__pattern {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 140px;
}

.about-history-slider__pattern img {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.about-history-slider .swiper-button, .about-history-slider .swiper-button:focus {
  color: #ffe271;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.2);
}

.about-history-slider .swiper-button:hover {
  color: #ff5400;
  background-color: #fff;
  border-color: #fff;
}

.about-history-slider .swiper-button.swiper-button-disabled, .about-history-slider .swiper-button.swiper-button-disabled:focus {
  color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.2);
}

.about-history-slider .swiper-button.swiper-button-disabled:hover {
  color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.2);
}

.about-history-slider .swiper-container {
  margin-top: -100px;
  padding-top: 70px;
  padding-left: 420px;
  padding-right: 420px;
}

.about-history-slider .swiper-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.about-history-slider .swiper-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.about-history-item {
  text-align: center;
  position: relative;
}

.about-history-item__year {
  line-height: 1;
  color: #ffe271;
  margin-left: 0;
  margin-bottom: 20px;
  text-align: inherit;
}

.about-history-item__year span {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.about-history-item__year span:before {
  content: '';
  width: 88px;
  height: 48px;
  background-image: url(/local/templates/roadtohome/css/../images/history-slider-year-bird.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: -40px;
  top: -62px;
  position: absolute;
}

.about-history-slider .swiper-slide:not(.swiper-slide-active) .about-history-item__year {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: rgba(255, 226, 113, 0.3);
}

.about-history-slider .swiper-slide:not(.swiper-slide-active) .about-history-item__year span:before {
  display: none;
}

.about-history-item__text {
  text-align: inherit;
  margin-bottom: 0;
}

.about-history-slider .swiper-slide:not(.swiper-slide-active) .about-history-item__text {
  display: none;
}

@media (min-width: 1600px) {
  .about-history-slider .section__head {
    margin-bottom: -20px;
  }
  .about-history-slider .swiper-slide {
    width: 420px !important;
  }
  .about-history-slider .swiper-slide.swiper-slide-active {
    width: 640px !important;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .about-history-slider {
    padding: 40px 40px 160px;
    border-radius: 20px;
  }
  .about-history-slider .section__head {
    margin-bottom: 35px;
  }
  .about-history-item__year span:before {
    width: 70px;
    height: 40px;
    right: -50px;
    top: -50px;
  }
  .about-history-slider .swiper-container {
    padding-left: 282px;
    padding-right: 282px;
  }
  .about-history-slider .swiper-slide {
    padding-left: 15px;
    padding-right: 15px;
    width: 282px !important;
  }
}

@media (min-width: 1280px) and (max-width: 1439.98px) {
  .about-history-slider .swiper-slide.swiper-slide-active {
    width: 500px !important;
  }
}

@media (min-width: 1440px) and (max-width: 1599.98px) {
  .about-history-slider .swiper-slide.swiper-slide-active {
    width: 727px !important;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about-history-slider {
    padding: 30px 30px 150px;
    border-radius: 20px;
  }
  .about-history-slider .section__head {
    margin-bottom: 60px;
  }
  .about-history-item__year span:before {
    width: 70px;
    height: 40px;
    right: -50px;
    top: -50px;
  }
  .about-history-slider .swiper-container {
    padding-left: 160px;
    padding-right: 160px;
  }
  .about-history-slider .swiper-slide {
    padding-left: 12px;
    padding-right: 12px;
    width: 160px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .about-history-slider .swiper-slide.swiper-slide-active {
    width: 340px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .about-history-slider .swiper-slide.swiper-slide-active {
    width: 596px !important;
  }
}

@media (max-width: 767.98px) {
  .about-history-slider {
    padding: 30px 20px 140px;
    border-radius: 16px;
  }
  .about-history-slider .section__head {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-history-slider .section__head .section__title {
    margin-bottom: 40px;
  }
  .about-history-item__year {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .about-history-item__year span:before {
    width: 40px;
    height: 25px;
    right: -40px;
    top: -20px;
  }
  .about-history-item__text {
    font-size: 16px;
  }
  .about-history-slider .swiper-container {
    padding-left: 0;
    padding-right: 0;
  }
  .about-history-slider .swiper-slide {
    padding-left: 0;
    padding-right: 0;
  }
}

.about-open .section__content {
  border-radius: 30px;
  background-color: #ff5400;
  color: #fff;
  padding: 60px;
}

.about-open .section__head-block {
  position: relative;
}

.about-open .section__head-block .section__title {
  margin-bottom: 0;
}

.about-open__pattern {
  position: absolute;
  right: 40px;
  top: 60px;
  width: 280px;
}

.about-open__pattern img {
  width: 100%;
}

.about-open .section__desc a, .about-open .section__desc a:focus {
  color: #fff;
}

.about-open .section__desc a:hover {
  color: #fff;
}

.about-open .section__desc a .icon {
  fill: #ffe271;
}

.about-open .section__desc {
  margin-bottom: -30px;
}

.about-open .section__desc p,
.about-open .section__desc ul {
  margin-bottom: 30px;
}

.about-open .about-open-list {
  line-height: 1.21429;
}

.about-open .about-open-list li {
  padding-left: 0;
  margin-bottom: 30px;
}

.about-open .about-open-list li:before {
  display: none;
}

.about-open .about-open-list li .icon {
  height: 1.21429em;
  width: 0.75em;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .about-open .section__content {
    border-radius: 20px;
    padding: 50px;
  }
  .about-open__pattern {
    right: 23px;
    top: 33px;
    width: 208px;
  }
  .about-open .section__desc {
    margin-bottom: -20px;
  }
  .about-open .section__desc p,
  .about-open .section__desc ul {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .about-open .section__content {
    border-radius: 20px;
    padding: 30px;
  }
  .about-open__pattern {
    right: 25px;
    top: 95px;
    width: 195px;
  }
  .about-open .section__desc {
    margin-bottom: -20px;
  }
  .about-open .section__desc p,
  .about-open .section__desc ul {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .about-open .section__content {
    border-radius: 16px;
    padding: 30px 20px;
  }
  .about-open .section__head-block {
    margin-bottom: 24px;
  }
  .about-open__pattern {
    position: relative;
    right: 0;
    top: 0;
    width: 120px;
    margin-bottom: 30px;
  }
  .about-open .section__desc {
    margin-bottom: -20px;
  }
  .about-open .section__desc p,
  .about-open .section__desc ul {
    margin-bottom: 20px;
  }
}

/* HOW HELP PAGE */
@media (min-width: 0px) and (max-width: 375px) {
  .how-help-page .main-share {
    margin-bottom: 150px;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .how-help-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .how-help-page .pay {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .how-help-page .reviews {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .how-help-page .other-help {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .how-help-page .main-share {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.how-help__title {
  margin-top: -4px;
  margin-bottom: 55px;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .how-help__title {
    margin-top: -13px;
    margin-bottom: 34px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .how-help__title {
    margin-top: 74px;
  }
}

@media (min-width: 0px) and (max-width: 375px) {
  .how-help__title {
    line-height: 32px;
    font-size: 32px;
    margin-top: -26px;
    margin-bottom: 27px;
  }
}

.pay {
  margin-bottom: 101px;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .pay {
    margin-bottom: 95px;
  }
}

.pay__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}

@media (min-width: 0px) and (max-width: 375px) {
  .pay__tabs {
    gap: 4px;
    margin-bottom: 28px;
  }
}

.pay__item {
  cursor: pointer;
  padding: 13px 30px;
  line-height: 16px;
  background-color: #F8F8F8;
  border-radius: 25px;
  border: 3px solid transparent;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .pay__item {
    padding-left: 23px;
    padding-right: 31px;
  }
}

.pay__active {
  color: #FF5400;
  border-color: #FF5400;
  background-color: #ffffff;
}

.pay__sbp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 30px 9px 36px;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .pay__sbp {
    padding: 9px 30px 9px 26px;
  }
}

.pay__sbp picture {
  margin-right: 19px;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .pay__sbp picture {
    margin-right: 9px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .pay__sbp picture {
    margin-right: 14px;
  }
}

.pay-card {
  padding: 60px;
  background: #F8F8F8;
  border-radius: 20px;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .pay-card {
    padding: 36px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .pay-card {
    padding: 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 0px) and (max-width: 375px) {
  .pay-card {
    padding: 28px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.pay-card.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pay-card form {
  gap: 40px;
}

@media (min-width: 376px) and (max-width: 768px) {
  .pay-card form {
    width: 100%;
  }
}

.pay-card .amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-bottom: 40px;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .pay-card .amount {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    row-gap: 17px;
    margin-bottom: 37px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .pay-card .amount {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 19px;
  }
}

@media (min-width: 0px) and (max-width: 375px) {
  .pay-card .amount {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
    row-gap: 16px;
  }
}

.pay-card .amount button {
  white-space: nowrap;
  padding: 10px 32px 8px 32px;
  background-color: #FFFFFF;
  border-radius: 25px;
  color: #000000;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .pay-card .amount button {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 11px 19px 8px 26px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .pay-card .amount button {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 11px 19px 8px 26px;
  }
}

@media (min-width: 0px) and (max-width: 375px) {
  .pay-card .amount button {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 10px 11px 9px 15px;
  }
}

.pay-card .amount .active {
  color: #FF5400;
  font-weight: 700;
  border: 3px solid #FF5400;
}

.pay-card .amount input {
  padding: 15px 30px;
  border: none;
  border-radius: 25px;
  width: 297px;
  position: relative;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .pay-card .amount input {
    width: 100%;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .pay-card .amount input {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
  }
}

@media (min-width: 0px) and (max-width: 375px) {
  .pay-card .amount input {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
  }
}

.pay-card .kind {
  margin-bottom: 32px;
}

.pay-card .kind label {
  margin-right: 15px;
}

.pay-card .kind input {
  margin-right: 10px;
  margin-bottom: 40px;
}

@media (min-width: 0px) and (max-width: 375px) {
  .pay-card .kind {
    margin-bottom: 10px;
  }
}

.pay-card .purpose {
  margin-bottom: 20px;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .pay-card .purpose {
    margin-bottom: 17px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .pay-card .purpose {
    margin-bottom: 15px;
  }
}

@media (min-width: 0px) and (max-width: 375px) {
  .pay-card .purpose {
    margin-bottom: 15px;
  }
}

.pay-card .purpose select {
  line-height: 100%;
  border-radius: 25px;
  padding: 15px 30px;
  width: 100%;
  border: none;
}

.pay-card .purpose .selectric-wrapper.selectric-open .selectric {
  border-color: #ff5400;
}

.pay-card .purpose .selectric-wrapper .selectric {
  border-color: transparent;
}

.pay-card .purpose .selectric-wrapper .selectric .label.placeholder-active {
  color: #111111;
}

.pay-card .customer {
  margin-bottom: 20px;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .pay-card .customer {
    margin-bottom: 17px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .pay-card .customer {
    margin-bottom: 18px;
  }
}

.pay-card .customer input {
  padding: 14px 30px 14px 26px;
  border-radius: 25px;
  width: 100%;
  border: none;
}

.pay-card .customer input::-webkit-input-placeholder {
  color: #3C3C3B;
}

.pay-card .customer input::-moz-placeholder {
  color: #3C3C3B;
}

.pay-card .customer input::-ms-input-placeholder {
  color: #3C3C3B;
}

.pay-card .customer input::placeholder {
  color: #3C3C3B;
}

.pay-card .message {
  margin-bottom: 50px;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .pay-card .message {
    margin-bottom: 52px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .pay-card .message {
    margin-bottom: 43px;
  }
}

@media (min-width: 0px) and (max-width: 375px) {
  .pay-card .message {
    margin-bottom: 40px;
  }
}

.pay-card .message input {
  padding: 14px 30px 14px 26px;
  border-radius: 25px;
  width: 100%;
  border: none;
}

.pay-card .message input::-webkit-input-placeholder {
  color: #3C3C3B;
}

.pay-card .message input::-moz-placeholder {
  color: #3C3C3B;
}

.pay-card .message input::-ms-input-placeholder {
  color: #3C3C3B;
}

.pay-card .message input::placeholder {
  color: #3C3C3B;
}

.pay-card .agreement {
  margin-bottom: 17px;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .pay-card .agreement {
    margin-bottom: 45px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .pay-card .agreement {
    margin-bottom: 20px;
  }
}

@media (min-width: 0px) and (max-width: 375px) {
  .pay-card .agreement {
    margin-bottom: 25px;
  }
}

.pay-card .bottom-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .pay-card .bottom-line {
    gap: 17px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .pay-card .bottom-line {
    gap: 19px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -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;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .pay-card .bottom-line button {
    width: 100%;
  }
}

.pay-card .bottom-line a {
  color: #000000;
}

.pay-card .image {
  margin-top: -16px;
  padding-right: 25px;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .pay-card .image {
    width: 46%;
    margin-top: 83px;
    padding-right: 0;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .pay-card .image {
    padding-right: 0;
    width: 75%;
    margin: 65px auto 0 auto;
  }
}

@media (min-width: 0px) and (max-width: 375px) {
  .pay-card .image {
    padding-right: 0;
    margin-top: 66px;
  }
}

.pay-sbp {
  display: none;
}

@media (min-width: 0px) and (max-width: 768px) {
  .pay-sbp .image picture {
    width: 70%;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .pay-sbp .wrapper {
    margin-bottom: 60px;
  }
}

.pay-sbp.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pay-sbp .title {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 40px;
  margin-top: 20px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .pay-sbp .title {
    font-size: 18px;
  }
}

.pay-sbp .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
  margin-bottom: 39px;
}

.pay-sbp .steps .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 150%;
  padding-left: 0;
}

@media (min-width: 0px) and (max-width: 768px) {
  .pay-sbp .steps .step {
    font-size: 18px;
  }
}

.pay-sbp .steps .step:before {
  display: none;
}

.pay-sbp .steps .step span {
  font-size: 28px;
  color: #BCBCBC;
  line-height: 120%;
  margin-right: 20px;
}

.pay-sbp .description {
  font-size: 20px;
  line-height: 150%;
}

.pay-sbp .description p {
  width: 75%;
  margin-bottom: 7px;
}

@media (min-width: 0px) and (max-width: 768px) {
  .pay-sbp .description p {
    width: 100%;
    font-size: 18px;
    line-height: 27px;
  }
}

.pay-sbp .description button {
  font-size: 16px;
}

.pay-sbp .description button .icon-arrow {
  margin-left: 17px;
  padding-top: 4px;
}

.pay-bank {
  display: none;
}

.pay-bank.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pay-bank .download {
  font-size: 16px;
  line-height: 16px;
}

.pay-bank .download a {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pay-bank .download .icon-download-big {
  margin-left: 15px;
  color: #FF5400;
  padding: 10px;
  border: 1px solid #DEDEDE;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.pay-bank .info {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 60px;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .pay-bank .info {
    font-size: 18px;
    line-height: 27px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .pay-bank .info {
    font-size: 18px;
  }
}

@media (min-width: 0px) and (max-width: 375px) {
  .pay-bank .info {
    font-size: 16px;
    line-height: 24px;
  }
}

.pay-bank .description {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 13px;
}

.pay-bank button .icon-arrow {
  margin-left: 17px;
}

.pay-bank .table-header {
  font-size: 32px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 39px;
  border-bottom: 1px solid #DEDEDE;
}

.pay-bank .table-header .title {
  font-size: 32px;
}

@media (min-width: 0px) and (max-width: 375px) {
  .pay-bank .table-header .title {
    font-size: 20px;
  }
}

.pay-bank .table-header .download {
  font-size: 16px;
}

@media (min-width: 0px) and (max-width: 375px) {
  .pay-bank .table-header .download {
    font-size: 14px;
  }
}

.pay-bank .table {
  margin-bottom: 60px;
}

.pay-bank .line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #DEDEDE;
  padding: 20px 0;
}

@media (min-width: 0px) and (max-width: 550px) {
  .pay-bank .line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.pay-bank .line .name {
  width: 32.2%;
  color: #9D9D9C;
  font-size: 20px;
  line-height: 150%;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .pay-bank .line .name {
    font-size: 18px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .pay-bank .line .name {
    font-size: 18px;
  }
}

@media (min-width: 0px) and (max-width: 550px) {
  .pay-bank .line .name {
    font-size: 16px;
    width: 90%;
    margin-bottom: 10px;
  }
}

.pay-bank .line .value {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 20px;
  width: 60%;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .pay-bank .line .value {
    font-size: 18px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .pay-bank .line .value {
    font-size: 18px;
    padding-left: 20px;
  }
}

@media (min-width: 0px) and (max-width: 550px) {
  .pay-bank .line .value {
    padding-left: 0;
    font-size: 16px;
  }
}

.pay-bank .line .copy-item-class {
  width: 1%;
}

@media (min-width: 0px) and (max-width: 550px) {
  .pay-bank .line .copy-item-class {
    position: absolute;
    right: 7px;
  }
}

.pay-bank .line .copy-item-class .icon-copy {
  width: 14px;
  fill: transparent;
  height: 17px;
}

.reviews {
  margin-bottom: 136px;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .reviews {
    margin-bottom: 77px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .reviews {
    margin-bottom: 58px;
  }
}

.reviews__item {
  border: 5px solid #F8F8F8;
  border-radius: 25px 25px 25px 0;
  padding: 22px 55px 23px 35px;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .reviews__item {
    padding: 22px 37px 23px 13px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .reviews__item {
    padding: 22px 7px 23px 13px;
  }
}

.reviews__amout {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #FF5400;
}

.reviews__name {
  margin-top: 3px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}

.reviews__text {
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}

.reviews__date {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #9D9D9C;
}

.reviews__title {
  margin-bottom: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reviews__text {
  margin-bottom: 7px;
}

.reviews .swiper-how-help-reviews {
  height: 100%;
  max-height: 100vw;
  min-height: 0;
  min-width: 0;
  max-width: 100vw;
  width: 100%;
  margin-left: -24px;
  padding-left: 24px;
  margin-right: -24px;
  padding-right: 24px;
  overflow: hidden;
}

.reviews__head {
  position: relative;
}

.reviews__head h3 {
  color: #FF5400;
  margin-bottom: 63px;
  font-size: 46px;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .reviews__head h3 {
    font-size: 32px;
    margin-bottom: 51px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .reviews__head h3 {
    font-size: 32px;
    width: 66%;
    line-height: 100%;
    margin-bottom: 45px;
  }
}

@media (min-width: 0px) and (max-width: 375px) {
  .reviews__head h3 {
    margin-bottom: 45px;
    font-size: 32px;
    line-height: 100%;
  }
}

.reviews__head .arrows {
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .reviews__head .arrows {
    margin-top: -12px;
  }
}

@media (min-width: 0px) and (max-width: 640px) {
  .reviews__head .arrows {
    position: relative;
    margin-top: -27px;
    margin-bottom: 40px;
    text-align: right;
  }
}

.reviews__head .arrows button {
  width: 60px;
  height: 60px;
  padding: 16px;
  border: 1px solid #E3E3E3;
  border-radius: 50%;
}

.reviews__head .arrows button .icon {
  font-size: 14px;
}

.reviews__head .arrows button .icon-arrow-right {
  margin-left: 5px;
}

.reviews__head .arrows .arrow-left-btn {
  margin-right: 5px;
}

.reviews__head .arrows .arrow-left-btn .icon-arrow-left {
  margin-left: 0;
}

.other-help {
  margin-bottom: 142px;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .other-help__box {
    display: none;
  }
}

.other-help__title {
  margin-bottom: 56px;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .other-help__title {
    margin-bottom: 36px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .other-help__title {
    margin-bottom: 41px;
  }
}

.other-help__wrapper {
  position: relative;
}

.other-help__tick-fly {
  position: absolute;
  top: 70px;
  left: -95px;
  z-index: 1;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .other-help__tick-fly {
    top: 71px;
    left: -70px;
    width: 102px;
  }
}

.other-help__tick-fly:nth-child(2) {
  top: 157px;
  left: -36px;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .other-help__tick-fly:nth-child(2) {
    top: 133px;
    left: -25px;
  }
}

.other-help__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .other-help__list {
    gap: 23px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .other-help__list {
    gap: 23px;
  }
}

.other-help__item {
  position: relative;
  color: #000000;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 28px;
  line-height: 120%;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .other-help__item {
    font-size: 20px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .other-help__item {
    font-size: 20px;
  }
}

@media (min-width: 0px) and (max-width: 375px) {
  .other-help__item {
    font-size: 20px;
    max-width: 272px;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .other-help__item .icon {
    margin-left: 8px;
    font-size: 14px;
    margin-top: 0;
  }
}

.other-help__item .icon-arrow-stroke {
  width: 12px;
  height: 30px;
  color: #FF5400;
}

.other-help--active {
  color: #FF5400;
}

@media (min-width: 0px) and (max-width: 375px) {
  .other-help--active {
    color: black;
  }
}

.other-help--active:after {
  overflow: hidden;
  width: calc(100% - 25px);
  top: 20px;
  left: 0;
  position: absolute;
  content: url("/local/templates/roadtohome/css/../images/orange-line.svg");
}

@media (min-width: 0px) and (max-width: 375px) {
  .other-help--active:after {
    display: none;
  }
}

.other-help__image {
  min-height: 480px;
}

.other-help__image img {
  border-radius: 25px;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
  position: absolute;
  opacity: 0;
}

.other-help__image img.active {
  opacity: 1;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .other-help__image img {
    margin-top: 20px;
  }
}

.input-custom-radio {
  display: none;
}

.input-custom-radio:checked + .input-custom-radio-label:after {
  content: 'asdasd';
  display: block;
}

.input-custom-radio-label:before {
  content: url("/local/templates/roadtohome/css/../images/radio-default.svg");
}

.modal-tax h3 {
  color: #FF5400;
  font-size: 46px;
  line-height: 46px;
  margin-bottom: 30px;
}

.modal-tax__info {
  font-size: 20px;
  line-height: 150%;
}

.modal-tax .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
  margin-bottom: 39px;
}

.modal-tax .steps .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 20px;
  line-height: 150%;
  padding-left: 0;
}

.modal-tax .steps .step:before {
  display: none;
}

.modal-tax .steps .step span {
  font-size: 28px;
  color: #BCBCBC;
  line-height: 120%;
  margin-right: 20px;
}

.modal-tax__bottom-info {
  font-size: 20px;
  line-height: 150%;
}

.modal-tax__bottom-line {
  font-size: 20px;
  line-height: 150%;
}

/* PARTNERS PAGE */
.partners__description {
  margin-top: -20px;
  margin-bottom: 80px;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .partners__description {
    margin-top: -23px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .partners__description {
    margin-top: -30px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .partners__description {
    margin-top: 33px;
  }
}

.partners__description p {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 30px;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .partners__description p {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .partners__description p {
    font-size: 18px;
    line-height: 27px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .partners__description p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 28px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .partners__description button {
    width: 100%;
  }
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .partners__description {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .partners__description {
    margin-bottom: 57px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .partners__description {
    margin-bottom: 60px;
  }
}

.partners__box {
  border-radius: 30px;
  background-color: #F8F8F8;
  padding: 30px 40px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  min-height: 380px;
  cursor: pointer;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .partners__box {
    min-height: 300px;
    padding: 15px 19px 0px;
    border-radius: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .partners__box {
    min-height: 292px;
    border-radius: 20px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .partners__box {
    min-height: 118px;
    padding: 16px;
    border-radius: 16px;
  }
}

.partners__box:hover .partners__link {
  visibility: visible;
  opacity: 1;
}

.partners__logo {
  margin-bottom: 20px;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .partners__logo {
    margin-bottom: 10px;
  }
}

.partners__title {
  text-align: center;
  font-size: 20px;
  line-height: 150%;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .partners__title {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .partners__title {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .partners__title {
    font-size: 16px;
    line-height: 150%;
  }
}

.partners__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 66px;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .partners__list {
    margin-bottom: 52px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .partners__list {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 40px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .partners__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.partners__link {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  visibility: hidden;
  opacity: 0;
  margin-top: auto;
  color: #FF5400;
  font-size: 16px;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .partners__link {
    margin-top: 10px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .partners__link {
    display: none;
  }
}

.banner-heart {
  overflow: hidden;
  position: relative;
  color: #ffffff;
  padding: 46px 50px;
  background-color: #FF5400;
  border-radius: 30px;
  margin-bottom: 80px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .banner-heart {
    padding: 40px 30px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .banner-heart {
    padding: 16px;
  }
}

.banner-heart__title {
  width: 80%;
  position: relative;
  z-index: 1;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 40px;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .banner-heart__title {
    font-size: 20px;
    line-height: 120%;
    width: 60%;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .banner-heart__title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .banner-heart__title {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 30px;
  }
}

.banner-heart__bottom-line {
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 150%;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .banner-heart__bottom-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .banner-heart__bottom-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.banner-heart__link {
  color: #ffffff;
  margin-right: 40px;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .banner-heart__link {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .banner-heart__link {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .banner-heart__link {
    font-size: 16px;
    line-height: 150%;
    margin-right: 0;
    width: 90%;
    margin-bottom: 15px;
    position: relative;
  }
}

.banner-heart__link:hover {
  color: #ffffff;
}

.banner-heart__link .icon {
  margin-left: 5px;
  color: #FFE271;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .banner-heart__link .icon {
    font-size: 18px;
    margin-top: 0px;
    margin-left: 14px;
  }
}

.banner-heart__decor {
  position: absolute;
  top: 64px;
  right: -1px;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .banner-heart__decor {
    top: 94px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .banner-heart__decor {
    top: 119px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .banner-heart__decor {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-right: -16px;
    margin-bottom: -16px;
    margin-top: 25px;
  }
}

/* TEAM PAGE */
.team-page {
  margin-top: 35px;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .team-page {
    margin-top: -7px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .team-page {
    margin-top: -34px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .team-page {
    margin-top: 126px;
  }
}

.team__birds {
  position: absolute;
  top: 36%;
  right: 8%;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .team__birds picture {
    width: 65%;
  }
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .team__birds {
    top: 40%;
    right: -6%;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .team__birds {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .team__birds {
    display: none;
  }
}

.employees {
  margin-bottom: 0;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .employees {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .employees {
    margin-bottom: 0;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .employees {
    margin-bottom: 0;
  }
}

.employee-card-title {
  margin-bottom: 56px;
}

.employee-card-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 245px;
     -moz-column-gap: 245px;
          column-gap: 245px;
  row-gap: 60px;
  margin-bottom: 142px;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .employee-card-list {
    -webkit-column-gap: 219px;
       -moz-column-gap: 219px;
            column-gap: 219px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .employee-card-list {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 170px;
       -moz-column-gap: 170px;
            column-gap: 170px;
    margin-bottom: 135px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .employee-card-list {
    grid-template-columns: 1fr;
    row-gap: 38px;
  }
}

.employee-card__img {
  border-radius: 30px;
  background: #F8F8F8;
  margin-bottom: 28px;
  overflow: hidden;
  position: relative;
  padding-top: 118.91892%;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .employee-card__img {
    margin-bottom: 21px;
    border-radius: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .employee-card__img {
    margin-bottom: 10px;
    border-radius: 20px;
  }
}

@media (max-width: 767.98px) {
  .employee-card__img {
    margin-bottom: 20px;
    border-radius: 16px;
  }
}

.employee-card__img img {
  position: absolute;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.employee-card__title {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 11px;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .employee-card__title {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .employee-card__title {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 9px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .employee-card__title {
    font-size: 16px;
    line-height: 150%;
  }
}

.employee-card__desc {
  font-size: 16px;
  line-height: 150%;
  color: #9D9D9C;
  margin-bottom: 17px;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .employee-card__desc {
    font-size: 16px;
    line-height: 150%;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .employee-card__desc {
    font-size: 16px;
    line-height: 150%;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .employee-card__desc {
    font-size: 14px;
    line-height: 150%;
  }
}

.employee-card__phone {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 150%;
}

@media (min-width: 0px) and (max-width: 767px) {
  .employee-card__link {
    font-size: 14px;
    line-height: 150%;
  }
}

.modal-team {
  overflow: hidden;
  max-width: 1327px;
  padding: 60px;
}

.modal-team button.modal-close {
  top: 5px;
  right: 10px;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .modal-team {
    padding: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .modal-team {
    padding: 30px 40px 10px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .modal-team {
    padding: 30px;
  }
}

.modal-team__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media (min-width: 0px) and (max-width: 1023px) {
  .modal-team__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.modal-team__decor {
  position: absolute;
}

.modal-team__img-wrapper {
  max-width: 470px;
  border-radius: 20px;
  margin: auto;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .modal-team__img-wrapper {
    max-width: 328px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .modal-team__img-wrapper {
    position: relative;
    margin: auto;
  }
}

.modal-team__img-wrapper:before {
  content: url(/local/templates/roadtohome/css/../images/decor-modal-line-up.svg);
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .modal-team__img-wrapper:before {
    left: -135px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .modal-team__img-wrapper:before {
    left: -104px;
    top: -100px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .modal-team__img-wrapper:before {
    content: url(/local/templates/roadtohome/css/../images/decor-modal-arc-left.svg);
    left: -90px;
    z-index: 0;
    top: -30px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .modal-team__img-wrapper:before {
    content: url(/local/templates/roadtohome/css/../images/decor-modal-arc-left.svg);
    left: -125px;
    top: 0;
    z-index: 1;
  }
}

.modal-team__img-wrapper:after {
  bottom: -7px;
  left: 0;
  position: absolute;
  content: url(/local/templates/roadtohome/css/../images/decor-modal-line-down.svg);
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .modal-team__img-wrapper:after {
    bottom: -80px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .modal-team__img-wrapper:after {
    bottom: -100px;
    left: -40px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .modal-team__img-wrapper:after {
    content: url(/local/templates/roadtohome/css/../images/decor-modal-arc-right.svg);
    right: -90px;
    left: auto;
    top: -30px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .modal-team__img-wrapper:after {
    content: url(/local/templates/roadtohome/css/../images/decor-modal-arc-right.svg);
    right: -165px;
    bottom: auto;
    top: 0;
    left: auto;
    z-index: 2;
  }
}

.modal-team__main-image {
  z-index: 1;
  position: relative;
  max-width: 470px;
  background-color: #F8F8F8;
  border-radius: 20px;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .modal-team__main-image {
    max-width: 328px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .modal-team__main-image {
    max-width: 290px;
    margin: auto;
  }
}

@media (min-width: 769px) and (max-width: 1023px) {
  .modal-team__main-image {
    max-width: 430px;
  }
}

.modal-team__main-image img {
  width: 100%;
}

.modal-team__image {
  min-width: 470px;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .modal-team__image {
    min-width: 328px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .modal-team__image {
    min-width: 310px;
  }
}

@media (min-width: 769px) and (max-width: 1023px) {
  .modal-team__image {
    height: 550px;
    position: relative;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .modal-team__image {
    min-width: auto;
    margin: auto;
  }
}

.modal-team__title {
  font-size: 46px;
  line-height: 100%;
  margin-bottom: 20px;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .modal-team__title {
    font-size: 32px;
    line-height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .modal-team__title {
    font-size: 32px;
    line-height: 100%;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .modal-team__title {
    font-size: 32px;
  }
}

.modal-team__job {
  font-size: 20px;
  line-height: 150%;
  color: #9D9D9C;
  margin-bottom: 40px;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .modal-team__job {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .modal-team__job {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .modal-team__job {
    font-size: 16px;
    line-height: 24px;
  }
}

.modal-team__phone {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 5px;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .modal-team__phone {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .modal-team__phone {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .modal-team__phone {
    font-size: 16px;
    line-height: 24px;
  }
}

.modal-team__email {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 40px;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .modal-team__email {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .modal-team__email {
    font-size: 18px;
    line-height: 150%;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .modal-team__email {
    font-size: 16px;
    line-height: 24px;
  }
}

.modal-team__info {
  height: 260px;
  overflow: auto;
  font-size: 20px;
  line-height: 150%;
}

.modal-team__info::-webkit-scrollbar {
  width: 4px;
}

.modal-team__info::-webkit-scrollbar-thumb {
  background: #FF5400;
  border-radius: 5px;
}

.modal-team__info::-webkit-scrollbar-track {
  background: #E3E3E3;
}

.modal-team__info::-webkit-scrollbar-thumb:hover {
  background: #cc4300;
}

.modal-team__info {
  scrollbar-face-color: #FF5400;
  scrollbar-track-color: #E3E3E3;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .modal-team__info {
    font-size: 18px;
    line-height: 150%;
    height: 171px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .modal-team__info {
    font-size: 18px;
    line-height: 150%;
    height: 130px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .modal-team__info {
    font-size: 16px;
    line-height: 24px;
  }
}

/* CONTACTS PAGE */
.contacts-page .page-head .section__content {
  display: block;
  position: relative;
  padding-right: 500px;
}

.contacts-head__pattern {
  position: absolute;
  right: 0;
  top: 30px;
  width: 400px;
}

@media (min-width: 1600px) {
  .contacts-page .page-head {
    margin-bottom: 60px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .contacts-page .page-head .section__content {
    padding-right: 300px;
  }
  .contacts-head__pattern {
    top: 55px;
    width: 275px;
  }
  .contacts-page .breadcrumb {
    margin-bottom: 47px;
  }
}

@media (max-width: 1279.98px) {
  .contacts-page .page-head .section__content {
    padding-right: 0;
  }
  .contacts-head__pattern {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .contacts-page .page-head {
    margin-bottom: 50px;
  }
}

.contacts-main .section__content p {
  margin-bottom: 25px;
}

.contacts-main .section__content a {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  word-break: break-word;
}

@media (min-width: 1600px) {
  .contacts-main {
    margin-bottom: 80px;
  }
  .contacts-main .section__title {
    margin-bottom: 60px;
  }
  .contacts-main .section__nav {
    margin-top: 60px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .contacts-main {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .contacts-main {
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .contacts-main .section__title {
    font-size: 30px;
  }
  .contacts-main .section__nav {
    margin-top: 30px;
  }
  .contacts-main {
    margin-bottom: 60px;
  }
  .contacts-main .section__content p .title {
    display: block;
  }
}

.contacts-map {
  position: relative;
  border-radius: 30px;
  height: 640px;
  overflow: hidden;
  background-color: #f8f8f8;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .contacts-map {
    border-radius: 20px;
    height: 480px;
  }
  .contacts-map-block {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .contacts-map {
    border-radius: 20px;
    height: 480px;
  }
  .contacts-map-block {
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .contacts-map-block {
    margin-bottom: 60px;
  }
  .contacts-map {
    border-radius: 0;
    height: 480px;
    margin-left: -24px;
    margin-right: -24px;
  }
}

.contacts-map-pointer {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ff5400;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  padding: 10px 11px 12px 11px;
  margin-top: -21px;
  margin-left: -21px;
}

.contacts-map-pointer .icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: #ffe271;
}

.contacts-map-balloon {
  background: #fff;
  padding: 24px 40px 24px 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  width: 500px;
  left: -250px;
  bottom: 0;
  margin-bottom: 33px;
  position: absolute;
}

.contacts-map-balloon:before {
  content: '';
  border: 8px solid transparent;
  border-top-width: 12px;
  border-top-color: #fff;
  border-bottom-width: 0;
  left: 50%;
  margin-left: -8px;
  bottom: -12px;
  position: absolute;
}

.contacts-map-balloon__title {
  margin-bottom: 10px;
}

.contacts-map-balloon__content {
  margin-bottom: -10px;
}

.contacts-map-balloon__content p {
  margin-bottom: 10px;
}

.contacts-map-balloon__close {
  width: 24px;
  height: 24px;
  padding: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.contacts-map-balloon__close, .contacts-map-balloon__close:focus {
  color: #000;
}

.contacts-map-balloon__close:hover {
  color: #ff5400;
}

.contacts-map-balloon__close .icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .contacts-map-balloon {
    width: 450px;
    left: -225px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .contacts-map-balloon {
    width: 450px;
    left: -225px;
  }
}

@media (max-width: 767.98px) {
  .contacts-map-balloon {
    width: 300px;
    left: -150px;
    border-radius: 16px;
  }
}

.contacts-requisites__download {
  line-height: 48px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.contacts-requisites__download:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.contacts-requisites__download .icon {
  padding: 12px 14px;
  width: 48px;
  height: 48px;
  margin-left: 15px;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
  position: relative;
}

.contacts-requisites__download, .contacts-requisites__download:focus {
  color: #000;
}

.contacts-requisites__download .icon, .contacts-requisites__download:focus .icon {
  fill: #ff5400;
}

.contacts-requisites__download:hover {
  color: #ff5400;
}

.contacts-requisites__download:hover:before {
  border-color: #ff5400;
}

.contacts-requisites__download:hover .icon {
  fill: #ff5400;
  border-color: #ff5400;
}

.contacts-requisites .section__content {
  padding-right: 25%;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .contacts-requisites__download {
    line-height: 42px;
  }
  .contacts-requisites__download:before {
    width: 42px;
  }
  .contacts-requisites__download .icon {
    padding: 9px 11px;
    width: 42px;
    height: 42px;
  }
  .contacts-requisites .section__content {
    padding-right: 300px;
  }
}

@media (max-width: 1279.98px) {
  .contacts-requisites .section__content {
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .contacts-requisites__download {
    line-height: 42px;
  }
  .contacts-requisites__download:before {
    width: 42px;
  }
  .contacts-requisites__download .icon {
    padding: 9px 11px;
    width: 42px;
    height: 42px;
  }
  .contacts-requisites .section__head {
    margin-bottom: -15px;
  }
}

@media (max-width: 767.98px) {
  .contacts-requisites__download {
    line-height: 42px;
  }
  .contacts-requisites__download:before {
    width: 42px;
  }
  .contacts-requisites__download .icon {
    padding: 9px 11px;
    width: 42px;
    height: 42px;
  }
  .contacts-requisites .section__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: -15px;
  }
  .contacts-requisites .section__head .section__title {
    margin-bottom: 40px;
  }
}

.items-list.requisites-list {
  margin-bottom: 0;
}

.items-list.requisites-list .list-item {
  margin-bottom: 0;
}

.requisites-item {
  border-bottom: 1px solid #e3e3e3;
  padding: 20px 20px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}

.requisites-list .requisites-item:first-child {
  border-top: 1px solid #e3e3e3;
}

.requisites-item__name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333%;
  max-width: 33.33333%;
  padding-right: 40px;
  color: #9d9d9c;
}

.requisites-item__value {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.66667%;
  max-width: 66.66667%;
  padding-right: 40px;
}

.requisites-item__copy {
  position: absolute;
  width: 24px;
  height: 24px;
  padding: 2px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  top: 20px;
  right: 0;
}

.requisites-item__copy, .requisites-item__copy:focus {
  color: #e3e3e3;
}

.requisites-item__copy:hover {
  color: #ff5400;
}

.requisites-item__copy .icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
  margin: 0;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .requisites-item__name,
  .requisites-item__value {
    padding-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .requisites-item__name,
  .requisites-item__value {
    padding-right: 24px;
  }
}

@media (max-width: 767.98px) {
  .requisites-item {
    display: block;
  }
  .requisites-item__name,
  .requisites-item__value {
    padding-right: 16px;
    width: 100%;
    max-width: none;
  }
  .requisites-item__name {
    margin-bottom: 10px;
  }
}

@media (min-width: 1600px) {
  .contacts-managers .section__title {
    margin-bottom: 60px;
  }
  .contacts-managers .pagination-block {
    margin-top: 40px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .contacts-managers .pagination-block {
    margin-top: 80px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .contacts-managers .pagination-block {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .contacts-managers .section__title {
    margin-bottom: 36px;
  }
}

.managers-filter {
  margin-bottom: 40px;
}

.managers-filter__tags .btn:not(.selected), .managers-filter__tags .btn:not(.selected):focus {
  background-color: #f8f8f8;
  color: #000;
  border-color: #f8f8f8;
}

@media (min-width: 1600px) {
  .managers-filter__tags .buttons-line {
    margin: 0 -8px -22px;
  }
  .managers-filter__tags .buttons-line > * {
    margin: 0 8px 22px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .managers-filter {
    margin-bottom: 20px;
  }
  .managers-filter__tags .buttons-line {
    margin: 0 -7px -15px;
  }
  .managers-filter__tags .buttons-line > * {
    margin: 0 7px 15px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .managers-filter {
    margin-bottom: 20px;
  }
  .managers-filter .managers-filter__tags {
    margin-bottom: 40px;
  }
  .managers-filter__tags .buttons-line {
    margin: 0 -7px -15px;
  }
  .managers-filter__tags .buttons-line > * {
    margin: 0 7px 15px;
  }
}

@media (max-width: 767.98px) {
  .managers-filter {
    margin-bottom: 20px;
  }
}

.items-list.managers-list {
  margin-bottom: 0;
}

.items-list.managers-list .list-item {
  margin-bottom: 0;
}

.managers-item {
  padding: 40px 0;
  border-bottom: 1px solid #e3e3e3;
}

.managers-list .managers-item:first-child {
  border-top: 1px solid #e3e3e3;
}

.managers-item__photo {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  padding-top: 118.91892%;
}

.managers-item__photo:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -o-linear-gradient(135deg, black 0%, rgba(0, 0, 0, 0) 50%);
  background-image: linear-gradient(-45deg, black 0%, rgba(0, 0, 0, 0) 50%);
  opacity: 0.25;
}

.managers-item__photo img {
  position: absolute;
  left: 50%;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.managers-item__name {
  margin-bottom: 5px;
}

.managers-item__info {
  margin-bottom: 0;
  color: #9d9d9c;
}

.managers-item__text {
  margin-top: 30px;
}

.managers-item__address {
  margin-top: 30px;
}

.managers-item__contacts {
  margin-bottom: -5px;
}

.managers-item__contacts-item {
  padding-bottom: 5px;
}

.managers-item__contacts-item a {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  word-break: break-word;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .managers-item {
    font-size: 16px;
  }
  .managers-item__photo {
    border-radius: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .managers-item {
    font-size: 16px;
  }
  .managers-item__photo {
    border-radius: 20px;
  }
  .managers-item__content {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .managers-item__photo {
    border-radius: 16px;
    margin-bottom: 20px;
  }
  .managers-item__text {
    margin-top: 20px;
  }
  .managers-item__address {
    margin-top: 20px;
  }
  .managers-item {
    font-size: 16px;
  }
  .managers-item__content {
    margin-bottom: 20px;
  }
}

/* SPECIALISTS PAGE */
.specialists-page .page-head .section__content {
  display: block;
  position: relative;
}

.specialists-page .pagination-block {
  margin-top: -50px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .specialists-page .page-head .section__content {
    padding-right: 400px;
  }
}

/* TARGET HELP PAGE */
.target-help-page .page-head .section__image-block {
  position: relative;
}

.target-help-page .page-head .section__image {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  padding-top: 129.72973%;
}

.target-help-page .page-head .section__image img {
  width: 100%;
  position: absolute;
  height: 200%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.target-help-page .page-head .section__pattern {
  width: 326px;
  position: absolute;
  top: 25px;
  left: -230px;
}

.target-help-page .page-head .section__pattern img {
  width: 100%;
  position: relative;
}

.target-help-page .page-head .section__content {
  padding-right: 200px;
  margin-bottom: -40px;
}

.target-help-page .page-head .section__info {
  color: #9d9d9c;
  margin-bottom: 40px;
}

.target-help-page .page-head .section__desc {
  margin-bottom: 40px;
}

@media (min-width: 1600px) {
  .target-help-page .page-head .page-title {
    margin-bottom: 40px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .target-help-page .page-head .breadcrumb {
    margin-bottom: 60px;
  }
  .target-help-page .page-head .page-title {
    margin-bottom: 30px;
  }
  .target-help-page .page-head .section__content {
    padding-right: 120px;
    margin-bottom: -30px;
  }
  .target-help-page .page-head .section__info {
    margin-bottom: 30px;
  }
  .target-help-page .page-head .section__desc {
    margin-bottom: 30px;
  }
  .target-help-page .page-head .section__image-block {
    padding-left: 20px;
  }
  .target-help-page .page-head .section__pattern {
    width: 290px;
    top: 0;
    left: -130px;
  }
}

@media (max-width: 1279.98px) {
  .target-help-page .page-head .section__content {
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .target-help-page .page-head .page-title {
    margin-bottom: 30px;
  }
  .target-help-page .page-head .section__content {
    margin-bottom: -30px;
  }
  .target-help-page .page-head .section__info {
    margin-bottom: 30px;
  }
  .target-help-page .page-head .section__desc {
    margin-bottom: 30px;
  }
  .target-help-page .page-head {
    margin-bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  .target-help-page .page-head .page-title {
    margin-bottom: 30px;
  }
  .target-help-page .page-head .section__content {
    margin-bottom: -30px;
  }
  .target-help-page .page-head .section__info {
    margin-bottom: 30px;
  }
  .target-help-page .page-head .section__desc {
    margin-bottom: 30px;
  }
  .target-help-page .page-head {
    margin-bottom: 60px;
  }
}

.target-help-controls {
  margin-bottom: 60px;
}

.target-help-filter__toggler.active .txt-show,
.target-help-filter__toggler:not(.active) .txt-hide {
  display: none;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .target-help-controls {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .target-help-controls {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .target-help-filter__toggler {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .target-help-controls {
    margin-bottom: 30px;
  }
}

.target-help-controls .nav-tabs-container {
  margin-bottom: 0;
}

.target-help-controls ul.nav-tabs {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.target-help-controls ul.nav-tabs li:last-child {
  margin-right: 0 !important;
}

@media (max-width: 767.98px) {
  .target-help-controls ul.nav-tabs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.target-help-filter {
  margin-top: 30px;
  margin-bottom: -30px;
}

.target-help-filter:not(.active) {
  display: none;
}

.target-help-filter .form-group {
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .target-help-filter {
    margin-top: 20px;
    margin-bottom: -20px;
  }
  .target-help-filter .form-group {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .target-help-filter {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .target-help-filter .form-group {
    margin-bottom: 20px;
  }
}

.items-list.target-help-list {
  margin-bottom: 0;
}

.items-list.target-help-list .list-item {
  margin-bottom: 20px;
}

.items-list.target-help-list .list-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .items-list.target-help-list .list-item {
    margin-bottom: 16px;
  }
}

@media (min-width: 1600px) {
  .target-help-items .pagination-block {
    margin-top: 60px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .target-help-items .pagination-block {
    margin-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .target-help-items .pagination-block {
    margin-top: 80px;
  }
}

@media (max-width: 767.98px) {
  .target-help-items .pagination-block {
    margin-top: 40px;
  }
}

.target-help-item {
  background-color: #f8f8f8;
  border-radius: 30px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.target-help-item__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  width: 46%;
  max-width: 46%;
  padding-right: 40px;
}

.target-help-item__title {
  margin-bottom: 10px;
}

.target-help-item__date {
  color: #9d9d9c;
}

.target-help-item__icons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31%;
          flex: 0 0 31%;
  width: 31%;
  max-width: 31%;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.target-help-item__icons-title {
  font-weight: 700;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 40px;
}

.target-help-item__icons-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 -10px -20px;
}

.target-help-item__icons-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 10px;
  margin-bottom: 20px;
}

.target-help-item__icons-list li:before {
  display: none;
}

.target-help-item__icon {
  width: 78px;
  height: 78px;
  border: 4px solid #ff5400;
  border-radius: 20px;
  position: relative;
  color: #ff5400;
}

.target-help-item__icon .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 46px;
  margin-top: -18px;
  margin-left: -23px;
  fill: currentColor;
}

.target-help-item__icon .icon.icon-plus {
  height: 24px;
  width: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

.target-help-item__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14%;
          flex: 0 0 14%;
  width: 14%;
  max-width: 14%;
  padding-right: 40px;
}

.target-help-item__btn-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9%;
          flex: 0 0 9%;
  width: 9%;
  max-width: 9%;
  text-align: right;
}

.target-help-item__btn-block .btn {
  width: 100%;
  display: block;
}

@media (max-width: 1599.98px) {
  .target-help-item__icon {
    width: 60px;
    height: 60px;
    border-width: 3px;
    border-radius: 15px;
  }
  .target-help-item__icon .icon {
    height: 26px;
    width: 36px;
    margin-top: -13px;
    margin-left: -18px;
  }
  .target-help-item__icon .icon.icon-plus {
    height: 18px;
    width: 18px;
    margin-top: -9px;
    margin-left: -9px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .target-help-item {
    border-radius: 20px;
    padding: 30px;
  }
  .target-help-item__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
    padding-right: 30px;
  }
  .target-help-item__icons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38%;
            flex: 0 0 38%;
    width: 38%;
    max-width: 38%;
    padding-right: 30px;
  }
  .target-help-item__icons-title {
    padding-right: 30px;
  }
  .target-help-item__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17%;
            flex: 0 0 17%;
    width: 17%;
    max-width: 17%;
    padding-right: 30px;
  }
  .target-help-item__btn-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.66667%;
            flex: 0 0 11.66667%;
    width: 11.66667%;
    max-width: 11.66667%;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .target-help-item {
    border-radius: 20px;
    padding: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .target-help-item__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    width: 65%;
    max-width: 65%;
    padding-right: 24px;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .target-help-item__icons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    width: 65%;
    max-width: 65%;
    padding-right: 24px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .target-help-item__icons-title {
    padding-right: 24px;
  }
  .target-help-item__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    width: 35%;
    max-width: 35%;
    padding-right: 0;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: right;
  }
  .target-help-item__btn-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    width: 35%;
    max-width: 35%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .target-help-item__btn-block .btn {
    display: inline-block;
    width: auto;
  }
}

@media (max-width: 767.98px) {
  .target-help-item {
    border-radius: 16px;
    padding: 16px;
  }
  .target-help-item__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .target-help-item__icons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
    display: block;
  }
  .target-help-item__icons-title {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .target-help-item__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .target-help-item__btn-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}

.target-help-item__message-complete {
  position: relative;
  padding-left: 53px;
  font-weight: 700;
}

.target-help-item__message-complete .icon {
  position: absolute;
  left: 0;
  width: 33px;
  height: 1.5em;
  fill: #ff5400;
}

.target-help-item.complete .target-help-item__icons-title {
  color: #e3e3e3;
}

.target-help-item.complete .target-help-item__icon {
  color: #e3e3e3;
  border-color: #e3e3e3;
}

@media (max-width: 767.98px) {
  .target-help-item.complete .target-help-item__info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
    max-width: 100%;
    padding-right: 16px;
    margin-bottom: 0;
  }
  .target-help-item.complete .target-help-item__btn-block {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
    max-width: 100%;
  }
}

@media (width: 768px) {
  .target-help-page .target-help-controls .nav-tabs-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

/* QUIZ PAGE */
#modal-quiz.open {
  display: block;
}

#modal-quiz {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
  z-index: 101;
  padding: 60px 160px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  #modal-quiz {
    padding: 53px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  #modal-quiz {
    padding: 20px 24px;
  }
}

.modal-quiz__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 200px;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .modal-quiz__header {
    margin-bottom: 128px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .modal-quiz__header {
    margin-bottom: 128px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .modal-quiz__header {
    margin-bottom: 100px;
  }
}

.modal-quiz__footer {
  position: absolute;
  bottom: 60px;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .modal-quiz__footer {
    bottom: 53px;
  }
}

.modal-quiz__content {
  text-align: center;
}

.modal-quiz__content textarea {
  resize: none;
  padding: 13px 24px;
  border: 1px solid #BCBCBC;
  border-radius: 24px;
  min-height: 140px;
  min-width: 503px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .modal-quiz__content textarea {
    min-width: 100%;
  }
}

.modal-quiz__text {
  font-size: 90px;
  line-height: 100%;
  color: #FF5400;
  margin-bottom: 80px;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .modal-quiz__text {
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .modal-quiz__text {
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 60px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .modal-quiz__text {
    font-size: 36px;
    margin-bottom: 40px;
  }
}

.modal-quiz__timeline {
  text-align: center;
}

@media (min-width: 0px) and (max-width: 767px) {
  .modal-quiz__timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.modal-quiz__variants-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}

.modal-quiz__variants-line button {
  color: #000000;
  font-size: 16px;
  line-height: 100%;
  padding: 14px 18px;
  background: #F8F8F8;
  border-radius: 30px;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .modal-quiz__variants-line button {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .modal-quiz__variants-line button {
    font-size: 16px;
  }
}

.modal-quiz__variants-line button.quiz__selected {
  color: #ffffff;
  background-color: #FF5400;
}

.modal-quiz__bird {
  margin-bottom: 54px;
  margin-left: 20px;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .modal-quiz__bird {
    margin-bottom: 30px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .modal-quiz__bird {
    width: 50px;
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.modal-quiz__paginator {
  font-size: 20px;
  line-height: 150%;
  color: #9D9D9C;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .modal-quiz__paginator {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .modal-quiz__paginator {
    font-size: 18px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .modal-quiz__paginator {
    font-size: 16px;
  }
}

.modal-quiz__paginator span {
  padding: 4px 13px;
  line-height: 150%;
  border-radius: 10px;
  margin: 0 10px;
}

.modal-quiz__current-page {
  color: #FFE271;
  background: #FF5400;
}

.modal-quiz__all-page {
  color: #9D9D9C;
  background: #F8F8F8;
}

#quizPrev {
  margin-right: 16px;
}

@media (min-width: 0px) and (max-width: 767px) {
  #quizPrev {
    display: block;
    width: 100%;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  #quizNext {
    display: block;
    width: 100%;
  }
}

.quiz-loginform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.quiz-loginform input {
  font-size: 16px;
  line-height: 100%;
  padding: 13px 24px;
  border: 1px solid #BCBCBC;
  border-radius: 30px;
  margin-bottom: 20px;
}

.quiz-loginform label {
  margin-top: 30px;
}

.modal-quiz__decor {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 819px;
  height: 297px;
  overflow: hidden;
}

.modal-quiz__decor .quiz-decor {
  display: block;
  position: absolute;
  width: 819px;
  height: 297px;
  right: 0;
  bottom: 0;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .modal-quiz__decor {
    width: 520px;
    height: 188px;
  }
  .modal-quiz__decor .quiz-decor {
    width: 560px;
    height: 203px;
    right: -15px;
    bottom: -15px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .modal-quiz__decor {
    width: 425px;
    height: 180px;
  }
  .modal-quiz__decor .quiz-decor {
    width: 600px;
    height: 218px;
    right: -110px;
    bottom: -38px;
  }
}

@media (max-width: 767.98px) {
  .modal-quiz__decor {
    width: 205px;
    height: 92px;
  }
  .modal-quiz__decor .quiz-decor {
    width: 260px;
    height: 94px;
    right: -45px;
    bottom: -5px;
  }
}

@supports (stroke-dasharray: 0, 1400) {
  .modal-quiz__decor .quiz-decor__ground {
    stroke-dasharray: 0, 875;
  }
  #modal-quiz.open .quiz-decor__ground {
    -webkit-animation: draw-quiz-decor-ground 1s linear;
            animation: draw-quiz-decor-ground 1s linear;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .quiz-decor__home {
    opacity: 0;
  }
  #modal-quiz.open .quiz-decor__home {
    -webkit-animation: fade-in 1s 1s linear;
            animation: fade-in 1s 1s linear;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

@-webkit-keyframes draw-quiz-decor-ground {
  0% {
    stroke-dasharray: 0, 875;
  }
  100% {
    stroke-dasharray: 875, 0;
  }
}

@keyframes draw-quiz-decor-ground {
  0% {
    stroke-dasharray: 0, 875;
  }
  100% {
    stroke-dasharray: 875, 0;
  }
}

/* SEARCH PAGE */
.search-page .pagination-block {
  margin-top: 0;
  margin-bottom: 60px;
}

.search-result {
  margin-bottom: 0;
}

.search-line {
  position: relative;
  margin-bottom: 45px;
}

@media (max-width: 1599.98px) {
  .search-line {
    margin-bottom: 40px;
  }
}

.search-line__input {
  height: 64px;
  border-radius: 32px;
  font-size: 20px;
  line-height: 24px;
  padding: 19px 24px;
  padding-right: 150px;
  border: 1px solid #E3E3E3;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.search-line__input:hover {
  border-color: #ff5400;
}

.search-line__input:focus {
  outline: none;
  border-color: #ff5400;
}

.search-line__input:focus::-webkit-input-placeholder {
  color: transparent;
}

.search-line__input:focus::-moz-placeholder {
  color: transparent;
}

.search-line__input:focus:-moz-placeholder {
  color: transparent;
}

.search-line__input:focus:-ms-input-placeholder {
  color: transparent;
}

@media (max-width: 1599.98px) {
  .search-line__input {
    font-size: 18px;
    height: 56px;
    padding: 15px 20px;
    padding-right: 150px;
  }
}

@media (max-width: 767.98px) {
  .search-line__input {
    font-size: 16px;
  }
}

.search-line__loupe {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #FF5400;
  color: #FFE271;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.search-line__loupe:hover {
  color: #fff;
}

.search-line__loupe .icon-loupe {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

@media (max-width: 1599.98px) {
  .search-line__loupe {
    right: 7px;
    top: 7px;
    width: 42px;
    height: 42px;
  }
  .search-line__loupe .icon-loupe {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
  }
}

.search-line__close {
  position: absolute;
  right: 64px;
  top: 8px;
  width: 48px;
  height: 48px;
  background-color: transparent;
  color: #ff5400;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.search-line__close:hover {
  color: #ffe271;
}

.search-line__close .icon-close {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

@media (max-width: 1599.98px) {
  .search-line__close {
    right: 56px;
    top: 7px;
    width: 42px;
    height: 42px;
  }
  .search-line__close .icon-close {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
  }
}

.search-line__popular {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .search-line__popular {
    -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;
  }
}

.search-popular__title {
  font-size: 32px;
  line-height: 120%;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .search-popular__title {
    font-size: 18px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .search-popular__title {
    font-size: 18px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .search-popular__title {
    font-size: 16px;
  }
}

.search-popular__tags {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search-popular__tags a {
  cursor: pointer;
  border: 1px solid #E3E3E3;
  border-radius: 25px;
  padding: 5px 12px;
  font-size: 14px;
  line-height: 150%;
}

.search-popular__tags .active {
  color: #FFFFFF;
  background: #FF5400;
}

.search-result__image {
  background: #F8F8F8;
  border-radius: 30px;
  padding: 40px;
  display: block;
}

.search-result__image img {
  margin: auto;
}

.search-result__title {
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 30px;
  color: #000000;
  display: inline-block;
}

@media (min-width: 0px) and (max-width: 1599px) {
  .search-result__title {
    font-size: 20px;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .search-result__title {
    margin-bottom: 15px;
  }
}

.search-result__text {
  font-size: 16px;
  line-height: 150%;
}

@media (min-width: 0px) and (max-width: 768px) {
  .search-result__text {
    margin-bottom: 15px;
  }
}

.search-result__text span {
  color: #FF5400;
}

.search-result__date-type-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  margin-bottom: 20px;
}

.search-result__date {
  line-height: 150%;
  color: #9D9D9C;
}

.search-result__header {
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 60px;
}

@media (min-width: 0px) and (max-width: 1599px) {
  .search-result__header {
    font-size: 20px;
  }
}

.search-result__query {
  color: #FF5400;
  margin-left: 5px;
  margin-right: 20px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .search-result__query {
    display: block;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.search-result__count {
  color: #9D9D9C;
  font-size: 16px;
  line-height: 150%;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  .search-result__count {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .search-result__count {
    font-size: 16px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .search-result__count {
    font-size: 14px;
  }
}

.search-result__item {
  padding: 60px 0;
  border-top: 1px solid #E3E3E3;
}

#search-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 90;
  padding: 158px 0 120px;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  #search-modal {
    padding-top: 136px;
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  #search-modal {
    padding-top: 134px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  #search-modal {
    padding-top: 110px;
    padding-bottom: 40px;
  }
}

#search-modal.open {
  display: block;
}

#search-modal h1 {
  color: #FF5400;
}

@media (min-width: 1280px) and (max-width: 1599px) {
  #search-modal h1 {
    margin-bottom: 60px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  #search-modal h1 {
    margin-bottom: 60px;
  }
}

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

/* PAGE 404 */
.page-404 {
  position: relative;
}

.page-404__pattern {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 65%;
  overflow: hidden;
}

.page-404__pattern svg {
  position: absolute;
  right: -65px;
  bottom: -60px;
  width: 1322px;
  height: 600px;
}

@supports (stroke-dasharray: 0, 1400) {
  .page-404__pattern .page-404__ground {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 1400;
    -webkit-transition: stroke-dasharray 2s;
    -o-transition: stroke-dasharray 2s;
    transition: stroke-dasharray 2s;
  }
  .page-404__pattern.achieved .page-404__ground {
    stroke-dasharray: 1400, 0;
  }
  .page-404__pattern .page-404__trees {
    stroke-dashoffset: 0;
    stroke-dasharray: 0, 250;
    -webkit-transition: stroke-dasharray 1s;
    -o-transition: stroke-dasharray 1s;
    transition: stroke-dasharray 1s;
    -webkit-transition-delay: 2s;
         -o-transition-delay: 2s;
            transition-delay: 2s;
  }
  .page-404__pattern.achieved .page-404__trees {
    stroke-dasharray: 250, 0;
  }
  .page-404__pattern .page-404__home {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    -webkit-transition-delay: 2s;
         -o-transition-delay: 2s;
            transition-delay: 2s;
  }
  .page-404__pattern.achieved .page-404__home {
    opacity: 1;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .page-404__pattern {
    width: 75%;
  }
  .page-404__pattern svg {
    right: -137px;
    width: 1100px;
    height: 500px;
  }
}

@media (max-width: 1279.98px) {
  .page-404__pattern {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .page-404__pattern {
    height: 335px;
  }
  .page-404__pattern svg {
    right: -65px;
    bottom: -92px;
    width: 920px;
    height: 435px;
  }
}

@media (max-width: 767.98px) {
  .page-404__pattern {
    height: 160px;
  }
  .page-404__pattern svg {
    right: -75px;
    bottom: -80px;
    width: 540px;
    height: 240px;
  }
}

.page-404__main {
  position: relative;
}

@media (min-width: 1600px) {
  .page-404__main {
    margin-bottom: 225px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .page-404__main {
    margin-bottom: 370px;
  }
}

@media (max-width: 767.98px) {
  .page-404__main {
    margin-bottom: 200px;
  }
}

.page-404__main .page-head {
  max-width: 960px;
  margin-bottom: 30px;
}

.page-404__main .section__desc {
  max-width: 600px;
  margin-bottom: 20px;
}

.page-404__main .section__nav {
  margin-top: 20px;
}

.page-404 .btn.page-404__main-btn .icon, .page-404 .btn.page-404__main-btn:focus .icon {
  fill: #ff5400;
}

.page-404 .btn.page-404__main-btn:hover .icon {
  fill: #ffe271;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .page-404__main .page-head {
    max-width: 750px;
    margin-bottom: 44px;
  }
  .page-404__main .section__desc {
    max-width: 500px;
    margin-bottom: 30px;
  }
  .page-404__main .section__nav {
    margin-top: 40px;
  }
}

@media (max-width: 1279.98px) {
  .page-404__main .page-head,
  .page-404__main .section__desc {
    max-width: none;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .page-404__main .page-head {
    margin-bottom: 44px;
  }
  .page-404__main .section__desc {
    margin-bottom: 30px;
  }
  .page-404__main .section__nav {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  .page-404__main .page-head {
    margin-bottom: 40px;
  }
  .page-404__main .section__desc {
    margin-bottom: 30px;
  }
  .page-404__main .section__nav {
    margin-top: 40px;
  }
}

/* AWARDS PAGE */
@media (min-width: 1600px) {
  .awards-page {
    margin-top: -24px;
  }
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .awards-page {
    margin-top: -5px;
  }
}

.items-list.awards-list {
  margin-bottom: -60px;
}

.items-list.awards-list .list-item {
  margin-bottom: 60px;
}

@media (max-width: 1279.98px) {
  .items-list.awards-list {
    margin-bottom: -40px;
  }
  .items-list.awards-list .list-item {
    margin-bottom: 40px;
  }
}

.awards-main .items-list.awards-list {
  margin-bottom: 0;
}

.awards-main .pagination-block {
  margin-top: 0;
}

@media (min-width: 1280px) {
  .awards-main {
    margin-bottom: 60px;
  }
  .awards-main .section__title {
    margin-bottom: 60px;
  }
}

@media (max-width: 1279.98px) {
  .awards-main {
    margin-bottom: 40px;
  }
  .awards-main .section__title {
    margin-bottom: 40px;
  }
}

.awards-item {
  background-color: #f8f8f8;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  padding: 32px;
  overflow: hidden;
}

.awards-item__title,
.awards-item__text,
.awards-item__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

.awards-item__title {
  color: #000;
  margin-bottom: 20px;
}

.awards-item__text {
  color: #9d9d9c;
  margin-bottom: 50px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.awards-item__text:last-child {
  margin-bottom: 0;
}

.awards-item__icon {
  height: 120px;
}

.awards-item__icon img {
  height: 100%;
  width: auto;
}

.awards-item__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -100;
  -webkit-transition: z-index 0s 0.3s, opacity 0.3s;
  -o-transition: z-index 0s 0.3s, opacity 0.3s;
  transition: z-index 0s 0.3s, opacity 0.3s;
  background: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 48px 32px;
}

.awards-item:hover .awards-item__cover {
  opacity: 1;
  z-index: 1;
  -webkit-transition: z-index 0s, opacity 0.3s;
  -o-transition: z-index 0s, opacity 0.3s;
  transition: z-index 0s, opacity 0.3s;
}

.awards-item__image,
.awards-item__block-more {
  width: 100%;
  max-width: 100%;
}

.awards-item__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-height: 0;
}

.awards-item__image img {
  max-width: 100%;
  max-height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.awards-item__block-more {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
}

@media (min-width: 1280px) and (max-width: 1599.98px) {
  .awards-item {
    border-radius: 20px;
    padding: 20px;
  }
  .awards-item__title {
    margin-bottom: 15px;
  }
  .awards-item__text {
    margin-bottom: 30px;
  }
  .awards-item__icon {
    height: 70px;
  }
  .awards-item__cover {
    padding: 30px 20px;
  }
  .awards-item__image {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .awards-item {
    border-radius: 20px;
    padding: 20px;
  }
  .awards-item__title {
    margin-bottom: 15px;
  }
  .awards-item__text {
    margin-bottom: 20px;
  }
  .awards-item__icon {
    height: 70px;
  }
  .awards-item__cover {
    padding: 30px 20px;
  }
  .awards-item__image {
    margin-bottom: 15px;
  }
}

@media (max-width: 767.98px) {
  .awards-item {
    border-radius: 16px;
    padding: 20px;
  }
  .awards-item__title {
    margin-bottom: 15px;
  }
  .awards-item__text {
    margin-bottom: 30px;
  }
  .awards-item__icon {
    height: 70px;
  }
  .awards-item__cover {
    padding: 30px 20px;
  }
  .awards-item__image {
    margin-bottom: 15px;
  }
}

/* DEV */

/* End */


/* Start:/local/templates/roadtohome/css/cookies.css?1711969045879*/
.agree_cookie {
    border-top: 1px solid #ececec;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    font-size: 14px;
    display:none;
}

.agree_cookie .agree_cookie_text {
    color: #999;
}
.agree_cookie .agree_cookie_button {
    background-color: #ff5400;
    border-color: #ff5400;
    border: 1px solid #ff5400;
    color: #fff;
    padding: 5px 20px;
    cursor:pointer;
}
.agree_cookie .agree_cookie_button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ff5400;
    border: 1px solid #ff5400;
    background: transparent;
}
.agree_cookie .agree_cookie_container {
    background-color:white;
    display: flex;
    padding: 20px;
    position: relative;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    width: 100%;
}
.agree_cookie_text {
    margin: 0 20px;
    line-height: 1.4;
}
/* End */


/* Start:/local/templates/roadtohome/css/fix.css?1711969045344*/
/* SCROLLING FOR iOS */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	@media {
		.fancybox-slide {
			overflow: scroll;
			-webkit-overflow-scrolling: touch;
		}
	}
}
@media not all and (min-resolution:.001dpcm) {
	@media {
		.fancybox-slide {
			overflow: scroll;
			-webkit-overflow-scrolling: touch;
		}
	}
}
/* End */


/* Start:/local/templates/roadtohome/css/custom.css?17895433088194*/
#captcha-container{
	margin-top: 20px;
}
.pagenav-list__link_active{
    color:#000 !important;
}
.projects-detail-gallery-slider .projects-detail-gallery-item {
    max-height: 480px;
}

.ajax-form-pay .msg,
.ajax-form-pay .main_error,
.ajax-form-pay .error,
.ajax-form .msg,
.ajax-form .main_error,
.ajax-form .error{
    color:red;
    margin-top: 5px;
    font-size: 12px;
}
.ajax-form-pay .msg,
.ajax-form .msg{
    color: green;
}

.site-form.main-help-item.bg-orange.ajax-form-pay > .main_error {
	color: #fff;
	margin-top: 15px;
	font-size: 14px;
}


/* ����� 8/9 �������� ��� �������� �������� */
.partners-mob-hide {display:block;}
.partners-desk-hide {display:none;}
@media (max-width: 1024.02px) {
	.partners-mob-hide {display:none;}
	.partners-desk-hide {display:block;}
}

.projects-detail-about .section__desc.active .section__desc-inner {
	margin-bottom: 0;
}
.projects-detail-about .section__desc.active .section__desc-default-hidden {
	margin-top: 0;
}
@media (min-width: 1280px) and (max-width: 1599.98px) {
	.projects-detail-about .section__desc .section__desc-default-hidden {
		max-width: 960px;
	}
}
@media (min-width: 1600px) {
	.projects-detail-about .section__desc .section__desc-default-hidden {
		max-width: 1320px;
	}
}

.partners__box, .partners__box:focus {
	color: inherit;
}

.partners__box:hover {
	color: inherit;
}

.projects-detail-gallery .projects-detail-gallery-item picture {
	padding-top: 0;
}

.projects-detail-gallery .projects-detail-gallery-item img {
	position: static;
	height: auto;
	width: 100%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.projects-detail-gallery .projects-detail-gallery-item:hover img {
	-webkit-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	transform: scale(1.15, 1.15);
}

.new-site-panel {
	left: 0;
	top: 0;
	z-index: 101;
	width: 100%;
	position: fixed;
	height: 45px;
}
.new-site-panel .container {
	height: 100%;
}
.new-site-panel__inner {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.new-site-panel__text {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	max-width: 100%;
	min-width: 0;
}
.new-site-panel ~ .header {
	top: 45px;
}
.new-site-panel ~ .site-content {
	padding-top: 45px;
}
@media (max-width: 767.98px) {
	.new-site-panel {
		height: 84px;
	}
	.new-site-panel ~ .header {
		top: 84px;
	}
	.new-site-panel ~ .site-content {
		padding-top: 84px;
	}
}

.reviews .swiper-how-help-reviews {
	height: auto;
}
/*.swiper-how-help-reviews .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.swiper-how-help-reviews .swiper-slide .reviews__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
}*/
.reviews__title {
	display: block;
}
.projects-item__logos .buttons-line > picture {
	max-width: none;
	max-height: none;
}
.projects-item__logos .buttons-line > picture > img {
	max-width: 150px;
	max-height: 100px;
}
@media (max-width: 767.98px) {
	.projects-item__logos .buttons-line > picture {
		max-width: none;
		max-height: none;
	}
	.projects-item__logos .buttons-line > picture > img {
		max-width: 110px;
		max-height: 40px;
	}
}

@media (max-width: 767.98px) {
	.main-page {
		margin-top: -20px;
	}
}
@media (min-width: 768px) and (max-width: 1279.98px) {
	.main-page {
		margin-top: -38px;
	}
}
.projects-detail-about .section__desc.active .section__desc-inner p:last-child {
	margin-bottom: 0;
}

.projects-detail-page ~ .main-partners .main-partners-logo img,
.projects-detail-page .main-partners .main-partners-logo img {
	-webkit-filter: none;
	filter: none;
}

/* FUNDRAISING */
.fundraising {
	margin-top: 80px;
	margin-bottom: 80px;
}
.fundraising__row {
	margin-bottom: 20px;
}
.fundraising__col.right {
	text-align: right;
}
.fundraising__key {
	color: #9d9d9c;
	margin-bottom: 20px;
}
.fundraising__value {
	margin-bottom: 0;
	text-align: inherit;
}
.fundraising__progressbar {
	height: 14px;
	border-radius: 7px;
	position: relative;
	overflow: hidden;
	background: rgba(255, 84, 0, 0.2);
	margin-bottom: 40px;
}
.fundraising__progressbar span {
	position: absolute;
	left: 0;
	height: 100%;
	border-radius: inherit;
	background: #ff5400;
}
.fundraising__buttons {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.news-detail-page .fundraising__inner {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1279.98px) {
	.fundraising {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.fundraising__key {
		margin-bottom: 16px;
	}
	.fundraising__progressbar {
		margin-bottom: 30px;
	}
}
@media (max-width: 767.98px) {
	.fundraising {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.fundraising__key {
		margin-bottom: 10px;
	}
	.fundraising__progressbar {
		height: 10px;
		border-radius: 5px;
		margin-bottom: 24px;
	}
	.fundraising__buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.modal #captcha-container {
	height: 102px;
}

.pagination-block .container .container {
	padding-left: 0;
	padding-right: 0;
}

/* 28.12.2023 */
.main-partners .container .container {
	padding-left: 0;
	padding-right: 0;
}
.main-partners {
	padding-left: 50px;
	padding-right: 50px;
}
.main-partners-slider {
	position: relative;
	overflow: visible;
}
.main-partners-slider .swiper-container {
	overflow: hidden;
	padding-top: 40px;
	margin-top: -40px;
}
.main-partners-slider .swiper-button {
	position: absolute;
	top: 50%;
	margin: -30px 0 0;
}
.main-partners-slider .swiper-button.prev {
	left: -90px;
}
.main-partners-slider .swiper-button.next {
	right: -90px;
}
@media (min-width: 1280px) and (max-width: 1599.98px) {
	.main-partners {
		padding-left: 18px;
		padding-right: 18px;
	}
	.main-partners-slider .swiper-button.prev {
		left: -48px;
	}
	.main-partners-slider .swiper-button.next {
		right: -48px;
	}
}
@media (max-width: 1279.98px) {
	.main-partners {
		padding-left: 0;
		padding-right: 0;
	}
}

.header__item--logo {
	width: 190px;
}

/*----------------------------------------------------- */
/* /conferences/ */
/*----------------------------------------------------- */
.conference-block__list.v1 {display: flex;margin: 0;flex-direction: row;flex-wrap: nowrap;overflow: auto hidden;max-width: 100%;width: 100%;}
.conference-block__list.v1 .conference-block__item {max-width: 260px;width: 260px;min-width: 260px;flex: auto;}
.conference-block__list.v1 .conference-block__item-header {min-height: 158px;}

.honor-board .projects-categories {
	display:none !important;
}

/* FUNDRAISING: счётчик сбора средств под платёжной формой акции */
.projects-detail-fundraising .fundraising {
	margin-top: 0;
	margin-bottom: 0;
}
.projects-detail-fundraising .fundraising__inner {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}
.projects-detail-help + .projects-detail-fundraising {
	margin-top: -60px;
}
@media (max-width: 1599.98px) {
	.projects-detail-help + .projects-detail-fundraising {
		margin-top: -40px;
	}
}
/* End */


/* Start:/local/templates/roadtohome/template_styles.css?171196904637*/
.map-columns li div{
	display:none;
}
/* End */
/* /local/templates/roadtohome/css/reset.css?17119690457076 */
/* /local/templates/roadtohome/libs/swiper/swiper.min.css?171196904619778 */
/* /local/templates/roadtohome/libs/selectric/selectric.min.css?17119690463189 */
/* /local/templates/roadtohome/libs/air-datepicker/css/datepicker.min.css?171196904612257 */
/* /local/templates/roadtohome/libs/fancybox/jquery.fancybox.min.css?171196904612795 */
/* /local/templates/roadtohome/css/styles.css?1711969045522799 */
/* /local/templates/roadtohome/css/cookies.css?1711969045879 */
/* /local/templates/roadtohome/css/fix.css?1711969045344 */
/* /local/templates/roadtohome/css/custom.css?17895433088194 */
/* /local/templates/roadtohome/template_styles.css?171196904637 */
