@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
    webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

html {
    font-size: 7px;
    box-sizing: border-box;
    max-width: 1920px;
    margin: 0 auto;
}

body {
    font-family: "Montserrat", sans-serif;
    position: relative;
    overflow-x: hidden;
}

body #intro-section {
    background: #2c3625 url("../img/intro__bg.jpg");
}

body #advantages-section .img1 {
    background-image: url("../img/advantages/img1.jpg");
}

body #advantages-section .img2 {
    background-image: url("../img/advantages/img2.jpg");
}

body #advantages-section .img3 {
    background-image: url("../img/advantages/img3.jpg");
}

body #advantages-section .img4 {
    background-image: url("../img/advantages/img4.jpg");
}

body #services-section .img1 {
    background-position: left bottom !important ;
    background-image: url("../img/services/img1.jpg");
}

body #services-section .img2 {
    background-image: url("../img/services/img2.jpg");
}

body #services-section .img3 {
    background-image: url("../img/services/img3.jpg");
}

body #services-section .img4 {
    background-image: url("../img/services/img4.jpg");
}

body #services-section .img5 {
    background-image: url("../img/services/img5.jpg");
}

body #services-section .img6 {
    background-image: url("../img/services/img6.jpg");
}

body #services-section .img7 {
    background-image: url("../img/services/img7.jpg");
}

body #scheme-section .scheme2 {
    background-image: url("../img/scheme/img2.jpg");
}

body #scheme-section .scheme4 {
    background-image: url("../img/scheme/img4.jpg");
}

body #scheme-section .scheme6 {
    background-image: url("../img/scheme/img6.jpg");
}

body #scheme-section .scheme8 {
    background-image: url("../img/scheme/img8.jpg");
}

body #scheme-section .scheme10 {
    background-image: url("../img/scheme/img10.jpg");
}

body #scheme-section .scheme7 {
    background-image: url("../img/scheme/img7.jpg");
}

body #scheme-section .scheme9 {
    background-image: url("../img/scheme/img9.jpg");
}

body #scheme-section .scheme3 {
    background-image: url("../img/scheme/img3.jpg");
}

body #about-section {
    background: #2a2929 url("../img/about/about__bg.jpg") no-repeat;
}

body #trigger-section {
    background: #323939 url("../img/trigger/trigger__bg.jpg") no-repeat;
}

.webp body #services-section .img1 {
    background-image: url("../img/services/img1.webp");
    background-position: left bottom !important;
}

.webp body #services-section .img2 {
    background-image: url("../img/services/img2.webp");
}

.webp body #services-section .img3 {
    background-image: url("../img/services/img3.webp");
    background-position: right bottom !important;
}

.webp body #services-section .img4 {
    background-image: url("../img/services/img4.webp");
}

.webp body #services-section .img5 {
    background-image: url("../img/services/img5.webp");
    background-position: left bottom !important;
}

.webp body #services-section .img6 {
    background-image: url("../img/services/img6.webp");
    background-position: right bottom !important;
}

.webp body #services-section .img7 {
    background-image: url("../img/services/img7.webp");
}

.webp body #scheme-section .scheme2 {
    background-image: url("../img/scheme/img2.webp");
}

.webp body #scheme-section .scheme4 {
    background-image: url("../img/scheme/img4.webp");
}

.webp body #scheme-section .scheme6 {
    background-image: url("../img/scheme/img6.webp");
}

.webp body #scheme-section .scheme8 {
    background-image: url("../img/scheme/img8.webp");
}

.webp body #scheme-section .scheme10 {
    background-image: url("../img/scheme/img10.webp");
}

.webp body #scheme-section .scheme7 {
    background-image: url("../img/scheme/img7.webp");
}

.webp body #scheme-section .scheme9 {
    background-image: url("../img/scheme/img9.webp");
}

.webp body #scheme-section .scheme3 {
    background-image: url("../img/scheme/img3.webp");
}

.webp body #about-section {
    background: #2a2929 url("../img/about/about__bg.webp") no-repeat;
}

.webp body #trigger-section {
    background: #323939 url("../img/trigger/trigger__bg.webp") no-repeat;
}

html body #scheme-section .scheme2,
html body #scheme-section .scheme4,
html body #scheme-section .scheme6,
html body #scheme-section .scheme8,
html body #scheme-section .scheme10 {
    background-color: #1c1c1a;
}

b,
strong {
    font-weight: 700;
}

img {
    max-width: 100%;
}

a,
button,
.text {
    outline: none;
    border: 0;
    cursor: pointer;
    background: none;
    -webkit-transition: 220ms;
    transition: 220ms;
    text-decoration: none;
}

.blick-btn {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.blick-btn:after {
    opacity: 0;
    content: "";
    display: block;
    width: 25px;
    height: 350px;
    margin-left: 60px;
    background: #fff;
    position: absolute;
    left: -120px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.blick-btn:after {
    opacity: 1;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideme {
    0% {
        left: -60px;
        margin-left: 0px;
    }
    30% {
        left: 110%;
        margin-left: 80px;
    }
    100% {
        left: 110%;
        margin-left: 80px;
    }
}

@keyframes slideme {
    0% {
        left: -60px;
        margin-left: 0px;
    }
    30% {
        left: 110%;
        margin-left: 80px;
    }
    100% {
        left: 110%;
        margin-left: 80px;
    }
}

/* Bootstrap 4 */
.container {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

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

@media (min-width: 768px) {
    html {
        font-size: 7px;
    }
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 6.5px;
    }
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 8px;
    }
    .container {
        max-width: 1100px;
    }
}

@media (min-width: 1400px) {
    html {
        font-size: 10px;
    }
    .container {
        max-width: 1350px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

@media screen and (max-width: 767px) {
    .hidden-xs {
        display: none;
    }
}

.hidden-lg {
    display: none;
}
@media screen and (max-width: 767px) {
    .hidden-lg {
        display: block;
    }
}

.green {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #00a820;
    margin-right: 0.7rem;
}

.t-title {
    font-size: 5.7rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 7rem;
}
@media screen and (max-width: 575px) {
    .t-title {
        font-size: 5rem;
    }
}
@media (max-width: 360px) {
    .t-title {
        font-size: 4.5rem;
    }
}
.t-title.white {
    color: #fff;
}

@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 104, 59, 0.5);
    }
    100% {
        box-shadow: 0 0 0 3rem rgba(0, 104, 59, 0);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 104, 59, 0.5);
    }
    100% {
        box-shadow: 0 0 0 3rem rgba(0, 104, 59, 0);
    }
}

.animate-btn {
    -webkit-animation: ripple 1.5s linear infinite;
    animation: ripple 1.5s linear infinite;
}

.t-btn {
    color: #fff;
    border-radius: 50px;
    padding: 2.2rem 4.5rem;
    font-weight: 600;
    font-size: 2.1rem;
    letter-spacing: 0.5px;
    text-align: center;
    display: inline-block;
    position: relative;
    box-shadow: 0px 0px 20px 9px rgba(0, 104, 59, 0.72);
    cursor: pointer;
}
.t-btn__text {
    position: relative;
    z-index: 3;
}
.t-btn__background {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, right top, left top, from(#00d77a), to(#04a15d));
    background: linear-gradient(-90deg, #00d77a 0%, #04a15d 100%);
    border-radius: 50px;
    -webkit-transition: 320ms;
    transition: 320ms;
}
.t-btn:hover .t-btn__background {
    background: -webkit-gradient(linear, left bottom, left top, from(#00d77a), to(#04a15d));
    background: linear-gradient(0deg, #00d77a 0%, #04a15d 100%);
}
.t-btn__overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: -0.5rem;
    background-color: #045e38;
    right: 0;
    z-index: 1;
    border-radius: 5rem;
}

.w100 {
    width: 100%;
}

img.lg-object.lg-image {
    max-height: 80%;
}

picture img,
picture source {
    max-height: 100%;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0;
    }
}

.circle {
    width: 40rem;
    height: 40rem;
    border-radius: 100%;
    position: absolute;
    left: 63%;
    top: -1%;
    z-index: 3;
}
@media (max-width: 1600px) and (min-width: 1400px) {
    .circle {
        left: 56%;
        top: 17%;
    }
}
@media (max-width: 1300px) and (min-width: 1000px) {
    .circle {
        top: 15%;
        left: 57%;
    }
}
@media (max-width: 575px) {
    .circle {
        display: none;
    }
}

.circle:before,
.circle:after {
    content: "";
    position: absolute;
    border: 2px solid rgba(4, 165, 95, 0.3);
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border-radius: 50%;
    -webkit-animation: pulse 5s linear infinite;
    animation: pulse 5s linear infinite;
    opacity: 0;
    z-index: -1;
}

.circle:after {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}
.slick-prev:before {
    content: "←";
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    content: "→";
}
[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

#header,
#footer {
    margin-bottom: 9rem;
}
#header .header__container,
#footer .header__container {
    padding: 3rem 15px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
@media (max-width: 500px) {
    #header .header__container,
    #footer .header__container {
        justify-content: space-around;
        flex-wrap: wrap;
    }
}
@media (max-width: 400px) {
    #header .header__container,
    #footer .header__container {
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
}
#header .header__logo,
#footer .header__logo {
    width: 16rem;
    /*margin-right: 23rem;*/
}
@media (max-width: 991px) {
    #header .header__logo,
    #footer .header__logo {
        margin-right: 5%;
    }
}
@media screen and (max-width: 575px) {
    #header .header__logo,
    #footer .header__logo {
        width: 15rem;
        -webkit-box-ordinal-group: 1;
        order: 0;
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    #header .header__email,
    #footer .header__email {
        display: none;
    }
}

  #header .header__email,
  #footer .header__email {
    padding: 1rem 3rem;
  }
#header .header__email a,
#footer .header__email a {
    font-weight: 500;
    font-size: 1.8rem;
    color: #fff;
}
#header .header__email a.black,
#footer .header__email a.black {
    font-weight: 700;
    color: #000;
}
#header .header__email:hover,
#footer .header__email:hover {
    text-decoration: underline;
}
#header .header__messenger,
#footer .header__messenger {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    /*margin-left: auto;*/
}
@media screen and (max-width: 500px) {
    #header .header__messenger,
    #footer .header__messenger {
        -webkit-box-ordinal-group: 3;
        order: 2;
        margin: 3rem auto 0;
    }
}
#header .header__messenger-text,
#footer .header__messenger-text {
    font-size: 1.5rem;
    margin-right: 1.3rem;
}
@media screen and (max-width: 575px) {
    #header .header__messenger-text,
    #footer .header__messenger-text {
        font-size: 1.7rem;
    }
}
#header .header__messenger-link,
#footer .header__messenger-link {
    margin: 0 0.7rem;
    -webkit-transition: 220ms;
    transition: 220ms;
    width: 2.7rem;
}
#header .header__messenger-link:hover,
#footer .header__messenger-link:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
#header .header__phone,
#footer .header__phone {
    text-align: right;
    /*margin-left: 4rem;*/
}
@media screen and (max-width: 575px) {
    #header .header__phone,
    #footer .header__phone {
        -webkit-box-ordinal-group: 2;
        order: 1;
        margin: 0;
    }
}
#header .header__phone-link,
#footer .header__phone-link {
    color: #fff;
    font-size: 2.7rem;
    font-weight: 600;
    display: block;
    margin-bottom: 0.6rem;
}
#header .header__phone-link.black,
#footer .header__phone-link.black {
    color: #000;
}
#header .header__phone-text,
#footer .header__phone-text {
    font-size: 1.5rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    cursor: pointer;
    -webkit-transition: 220ms;
    transition: 220ms;
}
#header .header__phone-text:hover,
#footer .header__phone-text:hover {
    text-decoration: underline;
}
#header .t-btn,
#footer .t-btn {
    margin: 0 !important;
    margin-left: 50px !important;
    padding: 1.6rem 4.5rem !important;
}

#footer {
    margin: 0;
    padding: 5rem 0 6rem;
    color: #000;
}
#footer .header__phone-link {
    margin-bottom: 0.3rem;
}
#footer .header__logo-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
#footer .header__logo {
    margin-right: 3rem;
}
#footer .header__logo-description {
    text-align: left;
    font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
    #footer .header__logo-description {
        display: none;
    }
}
#footer .header__messenger {
    margin-left: 0;
}
@media screen and (max-width: 575px) {
    #footer .header__messenger {
        margin-left: auto;
    }
}

.modal .trigger__form-title {
    font-size: 3rem;
}

@media screen and (max-width: 767px) {
    #footer .header__email {
        display: block !important;
        -webkit-box-ordinal-group: 5;
        order: 4;
        width: 100%;
        flex-shrink: 0;
        text-align: center;
        margin-top: 30px;
    }
    #footer .header__email a {
        font-size: 16px;
    }
}

#intro-section {
    color: #fff;
    padding-bottom: 7rem;
    background-position: center !important;
    background-size: cover !important;
}
@media (max-width: 991px) {
    #intro-section {
        overflow: hidden;
    }
}
@media screen and (max-width: 575px) {
    #intro-section {
        text-align: center;
    }
}
#intro-section .container {
    position: relative;
}
#intro-section .intro__img {
    position: absolute;
    z-index: 4;
    width: 70%;
    right: -12rem;
    bottom: -13rem;
}
@media (max-width: 1600px) and (min-width: 1400px) {
    #intro-section .intro__img {
        width: 60%;
        right: 0rem;
        bottom: -11rem;
    }
}
@media (max-width: 1300px) and (min-width: 1000px) {
    #intro-section .intro__img {
        width: 62%;
        right: -1rem;
        bottom: -14rem;
    }
}
@media (max-width: 991px) {
    #intro-section .intro__img {
        width: 77%;
        right: -31rem;
        bottom: -7rem;
    }
}
@media (max-width: 767px) {
    #intro-section .intro__img {
        width: 87%;
        right: -40rem;
        bottom: -2rem;
    }
}
@media (max-width: 575px) {
    #intro-section .intro__img {
        display: none;
    }
}
#intro-section .t-title {
    text-align: left;
    font-size: 6.5rem;
    margin: 0;
}
@media screen and (max-width: 575px) {
    #intro-section .t-title {
        text-align: center;
    }
}
#intro-section .intro__subtitle {
    font-size: 4rem;
    margin: 2rem 0 4rem;
}
@media screen and (max-width: 575px) {
    #intro-section .intro__subtitle {
        font-size: 3.5rem;
    }
}
#intro-section .intro__description {
    font-size: 1.6rem;
    line-height: 2rem;
}
@media screen and (max-width: 575px) {
    #intro-section .intro__description {
        font-size: 1.8rem;
    }
}
#intro-section .t-btn {
    margin: 2.5rem 0 4.5rem;
}
@media screen and (max-width: 575px) {
    #intro-section .t-btn {
        margin: 4rem 0;
    }
}

#advantages-section {
    padding: 15rem 0 11rem;
    text-align: center;
}
#advantages-section .d-flex {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    #advantages-section .d-flex {
        width: 80%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 575px) {
    #advantages-section .d-flex {
        width: 100%;
    }
}
#advantages-section .advantages__item {
    width: 24%;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0px 5px 30px 0px rgba(10, 45, 0, 0.07);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
@media (max-width: 991px) {
    #advantages-section .advantages__item {
        width: 48%;
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    #advantages-section .advantages__item {
        width: 260px;
        margin: 0 auto 30px;
    }
}
#advantages-section .advantages__item-img {
    height: 24rem;
    background-color: #00d479;
    flex-shrink: 0;
    border-radius: 5px 5px 0 0;
    background-position: center;
    background-size: cover;
}
#advantages-section .advantages__item-content {
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: center;
    padding: 0 2.5rem 2.5rem;
    position: relative;
}
#advantages-section .advantages__item-content::before {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 5px;
    right: 5px;
    top: 0;
    border: 1px solid #20da8a;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}
#advantages-section .advantages__item-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 2.5rem 0 1.5rem;
}
#advantages-section .advantages__item-subtitle {
    font-size: 1.8rem;
}

#services-section {
    background: #f1f1f1;
    padding: 11rem 0;
}
@media screen and (max-width: 767px) {
    #services-section .t-title br {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    #services-section .container {
        padding: 0;
    }
}
#services-section .services__box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    #services-section .services__box {
        flex-wrap: wrap;
    }
}
#services-section .services__box-left {
    width: 37rem;
    flex-shrink: 0;
    margin-right: 8px;
}
@media screen and (max-width: 767px) {
    #services-section .services__box-left {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: start;
        justify-content: flex-start;
        width: 100%;
        overflow-x: scroll;
        margin-bottom: 20px;
    }
}
#services-section .services__box-left .box-left__item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    border-radius: 5px;
    background: #fff;
    height: 9rem;
    margin-bottom: 8px;
    font-size: 2rem;
    padding: 2rem 4rem;
    padding-right: 0;
    border: 1px solid #fff;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    #services-section .services__box-left .box-left__item {
        border-radius: 30px;
        padding: 2rem 3rem;
        font-size: 17px;
        height: 7rem;
        margin-right: 15px;
        white-space: nowrap;
    }
    #services-section .services__box-left .box-left__item:first-child {
        margin-left: 15px;
    }
}
#services-section .services__box-left .box-left__item:hover {
    border-color: #03b367;
}
#services-section .services__box-left .box-left__item:last-child {
    margin-bottom: 0;
}
#services-section .services__box-left .box-left__item.active {
    color: #fff;
    background: #00d579;
}
#services-section .services__box-right {
    background: #fff;
    border-radius: 5px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    #services-section .services__box-right {
        margin: 0 15px;
    }
}
#services-section .services__box-right .box-right__item {
    height: 100%;
    padding: 5.5rem 0 0;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
@media screen and (max-width: 767px) {
    #services-section .services__box-right .box-right__item {
        height: auto;
    }
}
#services-section .services__box-right .box-right__item:first-child {
    display: block;
}
#services-section .services__box-right .box-right__item.active {
    display: -webkit-box;
    display: flex;
}
#services-section .services__box-right .box-right__item .right__item-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    padding: 0 5.5rem;
}
@media screen and (max-width: 767px) {
    #services-section .services__box-right .box-right__item .right__item-title {
        padding: 0 2.5rem;
    }
}
#services-section .services__box-right .box-right__item .right__item-text {
    font-size: 1.7rem;
    line-height: 2.5rem;
    padding: 0 5.5rem;
}
@media screen and (max-width: 767px) {
    #services-section .services__box-right .box-right__item .right__item-text {
        padding: 0 2.5rem;
        margin-bottom: 30px;
        font-size: 1.9rem;
        line-height: 2.7rem;
    }
}
#services-section .services__box-right .box-right__item .right__item-text li {
    margin-bottom: 1rem;
}
#services-section .services__box-right .box-right__item .right__item-background {
    height: 30rem;
    -webkit-box-flex: 1;
    flex-grow: 1;
    background-position: center bottom;
    background-repeat: no-repeat !important;
    background-size: auto 100%;
}
#services-section .services__box-right .box-right__item .right__item-background.img5 {
    height: 35rem;
}
@media screen and (max-width: 767px) {
    #services-section .services__box-right .box-right__item .right__item-background {
        height: 150px;
    }
}

#scheme-section {
    padding: 15rem 0;
}
#scheme-section .scheme__box {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}
@media screen and (max-width: 767px) {
    #scheme-section .scheme__box {
        margin: 0;
    }
}
#scheme-section .scheme__item {
    border-radius: 5px;
    background-color: #03b367;
    margin: 7px;
    height: 29rem;
    position: relative;
    padding: 4rem 5rem;
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    align-items: flex-start;
    background-size: cover;
    background-position: right bottom;
}
#scheme-section .scheme__item-title {
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 1.6rem;
}
#scheme-section .scheme__item-subtitle {
    font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
    #scheme-section .scheme__item-subtitle {
        font-size: 2.4rem;
    }
}
#scheme-section .scheme__item-counter {
    font-size: 16rem;
    color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    right: -1rem;
    line-height: 0.7;
    font-weight: 900;
    font-family: "Roboto Slab", serif;
}
@media (max-width: 360px) {
    #scheme-section .scheme__item-counter {
        font-size: 13rem;
    }
}
#scheme-section .scheme__item .t-btn {
    margin-top: 2.5rem;
}
#scheme-section .scheme__item.scheme1,
#scheme-section .scheme__item.scheme5,
#scheme-section .scheme__item.scheme9 {
    width: 43rem;
    flex-shrink: 0;
}
#scheme-section .scheme__item.scheme4,
#scheme-section .scheme__item.scheme8 {
    width: 65rem;
}
@media (max-width: 991px) {
    #scheme-section .scheme__item.scheme4,
    #scheme-section .scheme__item.scheme8 {
        width: 40%;
    }
}
#scheme-section .scheme__item.scheme2,
#scheme-section .scheme__item.scheme3,
#scheme-section .scheme__item.scheme6,
#scheme-section .scheme__item.scheme7,
#scheme-section .scheme__item.scheme10 {
    -webkit-box-flex: 1;
    flex-grow: 1;
}
#scheme-section .scheme__item.scheme2 .scheme__item-title,
#scheme-section .scheme__item.scheme4 .scheme__item-title,
#scheme-section .scheme__item.scheme6 .scheme__item-title,
#scheme-section .scheme__item.scheme8 .scheme__item-title {
    color: #03b367;
}
#scheme-section .scheme__item.scheme3 .scheme__item-counter,
#scheme-section .scheme__item.scheme9 .scheme__item-counter {
    right: auto;
    left: 5rem;
}
@media (max-width: 991px) {
    #scheme-section .scheme__item.scheme3,
    #scheme-section .scheme__item.scheme9 {
        width: 40%;
    }
}
#scheme-section .scheme__item.scheme10 {
    -webkit-box-pack: center;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    #scheme-section .scheme__item.scheme10 .scheme__item-subtitle {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    #scheme-section .scheme__item {
        width: 100% !important;
        margin: 0 0 10px;
        background-position: left center;
        height: 22rem;
        padding: 4rem 4rem;
    }
}
@media (max-width: 360px) {
    #scheme-section .scheme__item {
        padding: 3rem 3rem;
    }
}
@media screen and (max-width: 767px) {
    #scheme-section .scheme1 {
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
    #scheme-section .scheme2 {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
    #scheme-section .scheme3 {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }
    #scheme-section .scheme4 {
        -webkit-box-ordinal-group: 4;
        order: 3;
    }
    #scheme-section .scheme5 {
        -webkit-box-ordinal-group: 5;
        order: 4;
    }
    #scheme-section .scheme6 {
        -webkit-box-ordinal-group: 6;
        order: 5;
    }
    #scheme-section .scheme7 {
        -webkit-box-ordinal-group: 7;
        order: 6;
    }
    #scheme-section .scheme8 {
        -webkit-box-ordinal-group: 8;
        order: 7;
    }
    #scheme-section .scheme9 {
        -webkit-box-ordinal-group: 9;
        order: 8;
    }
    #scheme-section .scheme10 {
        -webkit-box-ordinal-group: 10;
        order: 9;
    }
}

#specialization-section {
    padding-bottom: 15rem;
}
#specialization-section .specialization-box__green {
    width: 100%;
    border-radius: 10px;
    background-color: #03b367;
    padding: 5rem 5.5rem;
    font-size: 1.7rem;
    line-height: 2.4rem;
    color: #fff;
}
@media screen and (max-width: 767px) {
    #specialization-section .specialization-box__green {
        padding: 3rem 4rem;
        font-size: 2.4rem;
        line-height: 3.2rem;
    }
}
@media screen and (max-width: 575px) {
    #specialization-section .specialization-box__green {
        display: none;
    }
}
#specialization-section .specialization-box {
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch;
}
@media screen and (max-width: 767px) {
    #specialization-section .specialization-box {
        flex-wrap: wrap;
        margin-top: 15px;
    }
}
#specialization-section .specialization-box .specialization-box__white {
    width: 33%;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 5px 30px 0px rgba(10, 45, 0, 0.1);
    position: relative;
    padding: 4.5rem 5rem;
}
@media screen and (max-width: 767px) {
    #specialization-section .specialization-box .specialization-box__white {
        padding: 3rem 4rem;
        width: 100%;
        margin: 0 auto 15px;
    }
}
#specialization-section .specialization-box .specialization-box__white .box__white-title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
#specialization-section .specialization-box .specialization-box__white .box__white-subtitle {
    font-size: 1.8rem;
    line-height: 2.5rem;
}
#specialization-section .specialization-box .specialization-box__white::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #2abe7e;
    border-radius: 5px;
}

#documents-section {
    padding: 13rem 0 13rem;
    background: -webkit-gradient(linear, right top, left top, from(#00d77a), to(#04a15d));
    background: linear-gradient(-90deg, #00d77a 0%, #04a15d 100%);
}
#documents-section .t-title {
    margin-bottom: 5rem;
}
#documents-section .container {
    position: relative;
}
#documents-section .documents__slider {
    max-width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
#documents-section .documents__slider .documents__slide {
    outline: none;
}
.slick-list,
.slick-track {
    width: 100%;
}
#documents-section .documents__slider .documents__item {
    height: 34rem;
    display: block;
}
#documents-section .documents__slider .documents__item img {
    margin: 0 auto;
    -webkit-transition: 220ms;
    transition: 220ms;
}
#documents-section .documents__slider .documents__item img:hover {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
@media (max-width: 600px) {
    #documents-section .documents__slider .documents__item {
        height: 48rem;
    }
    #documents-section .documents__slider {
        padding-right: 5%;
        max-width: 80%;
    }
}
#documents-section .left,
#documents-section .right {
    cursor: pointer;
    z-index: 4;
}
#documents-section .left .img-svg,
#documents-section .right .img-svg {
    width: 3.5rem;
}
#documents-section .left .img-svg path,
#documents-section .right .img-svg path {
    fill: #fff;
}
@media (min-width: 767px) {
    #documents-section .left .img-svg:hover path,
    #documents-section .right .img-svg:hover path {
        fill: #000;
    }
}
#documents-section .left {
    position: absolute;
    top: 50%;
    left: 7%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#documents-section .right {
    position: absolute;
    top: 50%;
    right: 5.3%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.slick-dots {
    bottom: -4.5rem;
}
.slick-dots li {
    margin: 0 4px;
}
.slick-dots li button {
    border-radius: 50%;
    padding: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #fff;
}
.slick-dots li.slick-active button {
    position: relative;
}
.slick-dots li.slick-active button::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    width: auto;
    height: auto;
    background: #fff;
    border-radius: 50%;
}

#faq-section {
    padding: 13rem 0;
    background: #f1f1f1;
}
#faq-section .faq__item {
    margin-bottom: 0.8rem;
    background: #fff;
    padding-bottom: 1rem;
    border-radius: 3px;
    overflow: hidden;
}
#faq-section .faq__item .faq__item-question {
    padding: 3rem 4rem 2rem;
    position: relative;
    cursor: pointer;
}
#faq-section .faq__item .faq__item-question .item-question__arrow,
#faq-section .faq__item .faq__item-question .item-question__close {
    position: absolute;
    right: 4rem;
    top: 60%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    cursor: pointer;
}
#faq-section .faq__item .faq__item-question .item-question__arrow .img-svg,
#faq-section .faq__item .faq__item-question .item-question__close .img-svg {
    width: 2.2rem;
}
@media (min-width: 767px) {
    #faq-section .faq__item .faq__item-question .item-question__arrow .img-svg:hover path,
    #faq-section .faq__item .faq__item-question .item-question__close .img-svg:hover path {
        fill: #04a15d;
    }
}
#faq-section .faq__item .faq__item-question .item-question__arrow .img-svg path {
    fill: #969696;
}
#faq-section .faq__item .faq__item-question .item-question__close {
    display: none;
}
#faq-section .faq__item .faq__item-question .item-question__close .img-svg {
    width: 2.2rem;
}
#faq-section .faq__item .faq__item-question .item-question__close .img-svg:hover path {
    fill: #000;
}
#faq-section .faq__item .faq__item-question .item-question__name {
    font-size: 2.4rem;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    #faq-section .faq__item .faq__item-question .item-question__name {
        max-width: 85%;
    }
}
#faq-section .faq__item.active .faq__item-question .item-question__arrow {
    display: none;
}
#faq-section .faq__item.active .faq__item-question .item-question__close {
    display: block;
}
#faq-section .faq__item .faq__item-answer {
    display: none;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #3c3c3c;
    padding: 0 4rem 1.5rem;
}

#about-section {
    background-size: cover !important;
    background-position: center;
    padding-top: 3rem;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 575px) {
    #about-section {
        padding-top: 4rem;
    }
}
#about-section .about__box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    align-items: flex-end;
}
@media screen and (max-width: 575px) {
    #about-section .about__box {
        flex-wrap: wrap;
    }
}
#about-section .about__box-left {
    flex-shrink: 0;
    width: 63rem;
}
@media (max-width: 991px) {
    #about-section .about__box-left {
        margin-left: -8%;
    }
}
@media (max-width: 767px) {
    #about-section .about__box-left {
        margin-left: -15%;
    }
}
@media screen and (max-width: 575px) {
    #about-section .about__box-left {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
#about-section .about__box-right {
    margin-left: -4%;
    padding-bottom: 10rem;
}
@media screen and (max-width: 575px) {
    #about-section .about__box-right {
        margin-left: 0;
        padding-bottom: 0;
        -webkit-box-ordinal-group: 1;
        order: 0;
    }
}
#about-section .about__box-right .t-title {
    text-align: left;
    margin: 5rem 0 6rem;
}
@media screen and (max-width: 575px) {
    #about-section .about__box-right .t-title {
        text-align: center;
    }
}
#about-section .about__box-right .box-right__quote {
    margin-left: -7rem;
    font-size: 2.1rem;
    font-weight: 600;
    padding: 3.5rem 2rem;
    padding-left: 9rem;
    background: url("../img/about/quote.png") no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
@media (max-width: 991px) {
    #about-section .about__box-right .box-right__quote {
        margin-bottom: 3rem;
    }
}
@media (max-width: 767px) {
    #about-section .about__box-right .box-right__quote {
        display: none;
    }
}
#about-section .about__box-right .box-right__subtitle {
    margin: 4.5rem 0 3rem;
    font-size: 2rem;
    line-height: 2.8rem;
    color: #fff;
}
@media (max-width: 991px) {
    #about-section .about__box-right .box-right__subtitle {
        display: none;
    }
}
@media (max-width: 767px) {
    #about-section .about__box-right .box-right__subtitle {
        display: block;
    }
    #about-section .about__box-right .box-right__subtitle br {
        display: none;
    }
}
#about-section .about__box-right .box-right__numbers {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
@media (max-width: 767px) {
    #about-section .about__box-right .box-right__numbers {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    #about-section .about__box-right .box-right__numbers {
        display: -webkit-box;
        display: flex;
        margin: 1rem 0 4rem;
    }
    #about-section .about__box-right .box-right__numbers br {
        display: none;
    }
}
#about-section .about__box-right .box-right__numbers .numbers-item {
    margin-right: 5rem;
}
#about-section .about__box-right .box-right__numbers .numbers-item:last-child {
    margin-right: 0;
}
#about-section .about__box-right .box-right__numbers .numbers-item__title {
    font-weight: 700;
    color: #03b367;
    font-size: 4rem;
}
#about-section .about__box-right .box-right__numbers .numbers-item__subtitle {
    font-size: 2.8rem;
    color: #03b367;
    font-weight: 700;
}
#about-section .about__box-right .box-right__numbers .numbers-item__text {
    font-size: 1.8rem;
    color: #fff;
    margin-top: 5px;
}

#trigger-section {
    padding: 14rem 0;
    position: relative;
    background-size: cover;
    background-position: right bottom;
}
#trigger-section .trigger__machine {
    position: absolute;
    left: 0;
    bottom: -1.5rem;
    height: 108%;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    #trigger-section .trigger__machine {
        left: auto;
        right: 0;
        max-width: none;
    }
}
#trigger-section .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
@media screen and (max-width: 767px) {
    #trigger-section .container {
        -webkit-box-pack: center;
        justify-content: center;
    }
}

.trigger__form {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 5px;
    background-color: white;
    padding: 6rem 7rem;
    text-align: center;
    max-width: 47rem;
}
@media screen and (max-width: 575px) {
    .trigger__form {
        padding: 6rem 4rem;
        width: 100%;
        max-width: 100%;
    }
}
.trigger__form-title {
    font-size: 3.6rem;
    font-weight: 700;
}
.trigger__form-subtitle {
    font-size: 1.9rem;
    margin-top: 0.7rem;
}
.trigger__form-messenger {
    margin: 3.5rem 0 2rem;
}
.trigger__form-messenger .form-messenger__title {
    font-size: 1.5rem;
}
@media screen and (max-width: 575px) {
    .trigger__form-messenger .form-messenger__title {
        font-size: 1.8rem;
        line-height: 1.3;
    }
}
.trigger__form-messenger .form-messenger__box {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 1.3rem;
}
.trigger__form-messenger .form-messenger__item input {
    display: none;
}
.trigger__form-messenger .form-messenger__item input:checked + .messenger__item-bg {
    background: #02bb6b;
    border-color: #02bb6b;
}
.trigger__form-messenger .form-messenger__item input:checked + .messenger__item-bg .img-svg path {
    fill: #fff;
}
.trigger__form-messenger .form-messenger__item .messenger__item-bg {
    border-radius: 5px;
    overflow: hidden;
    background-color: #f0f0f0;
    width: 50px;
    height: 30px;
    margin: 0 0.4rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-transition: 220ms;
    transition: 220ms;
    border: 1px solid #f0f0f0;
    cursor: pointer;
}
.trigger__form-messenger .form-messenger__item .messenger__item-bg .img-svg {
    width: 40%;
}
.trigger__form-messenger .form-messenger__item .messenger__item-bg:hover {
    border-color: #02bb6b;
}
.trigger__form .trigger__form-input {
    position: relative;
    margin-bottom: 1.5rem;
}
.trigger__form .trigger__form-input .form-input__name {
    position: absolute;
    color: #969696;
    font-size: 1.4rem;
    left: 12px;
    top: -0.9rem;
    background: #fff;
    padding: 2px;
}
.trigger__form .trigger__form-input input {
    font-size: 1.8rem;
    padding: 3rem 2.5rem;
    outline: none;
    width: 100%;
    border-width: 1px;
    border-color: #969696;
    border-style: solid;
    border-radius: 5px;
    height: 6rem;
    color: #000;
}
@media screen and (max-width: 575px) {
    .trigger__form .trigger__form-input input {
        font-size: 3rem;
	    padding: 4rem 2.5rem;
    }
}
.trigger__form .trigger__form-input input::-webkit-input-placeholder {
    color: #969696;
}
.trigger__form .trigger__form-input input::-moz-placeholder {
    color: #969696;
}
.trigger__form .trigger__form-input input:-ms-input-placeholder {
    color: #969696;
}
.trigger__form .trigger__form-input input::-ms-input-placeholder {
    color: #969696;
}
.trigger__form .trigger__form-input input::placeholder {
    color: #969696;
}
.trigger__form .trigger__form-input input:hover,
.trigger__form .trigger__form-input input:focus {
    border-color: #02bd6c;
}
.trigger__form .t-btn {
    margin: 0.5rem 0 1.8rem;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    box-shadow: none;
    color: #fff;
    font-size: 1.8rem;
}
@media screen and (max-width: 575px) {
    .trigger__form .trigger__form-input .form-input__name {
        font-size: 1.8rem;
    }
    .trigger__form-title {
    	font-size: 4rem;
    }
    .trigger__form-subtitle {
    	font-size: 2.4rem;
    }
    .trigger__form .t-btn {
    	font-size: 2.3rem;
    }
}
.trigger__form-privacy {
    color: #969696;
    font-size: 1.6rem;
}
.trigger__form-privacy a {
    color: #02ba6a;
    text-decoration: underline;
}

@media screen and (max-width: 575px) {
    .modal .trigger__form {
        width: 100%;
        padding: 5rem 3rem;
        max-width: 100%;
    }
}

.overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0, 0, 0, 0.85);
}

.modal {
    display: none;
    z-index: 100;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 575px) {
    .modal {
        max-width: 95%;
    }
}
@media (max-width: 370px) {
    .modal {
        max-width: 85%;
    }
}

.modal__close {
    position: absolute;
    right: 2.5rem;
    top: 2.5rem;
    z-index: 7;
    cursor: pointer;
    -webkit-transition: 220ms;
    transition: 220ms;
}
.modal__close:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.modal__close .img-svg {
    width: 2rem;
    height: 2rem;
}
.modal__close .img-svg path {
    stroke: #000;
}

.thanks {
    border-radius: 16px;
    max-width: 50rem;
    text-align: center;
    padding: 5rem 6rem;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .thanks {
        padding: 7rem 2rem;
        max-width: 300px;
        width: 100%;
    }
}

.thanks .modal__title {
    text-transform: none;
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

@media screen and (max-width: 575px) {
    .thanks .modal__title {
        font-size: 3.5rem;
        line-height: 4rem;
    }
}

@media (max-width: 1400px) and (min-width: 1024px) {
    .thanks .modal__title {
        font-size: 4rem;
        line-height: 4.5rem;
    }
}

.thanks .modal__subtitle {
    font-size: 2.3rem;
    line-height: 3rem;
}

@media screen and (max-width: 767px) {
    .thanks {
        max-width: 45rem;
    }
}

.thanks .modal__form-control {
    margin-top: 2rem;
}
