/*! 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 {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
    text-decoration: none;
}


/**
 * 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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * 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"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding 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;
}

@font-face {
    font-family: 'Mulish';
    src: url("../fonts/Mulish-Black/Mulish-Black.woff2") format("woff2"), url("../fonts/Mulish-Black/Mulish-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url("../fonts/Mulish-ExtraBold/Mulish-ExtraBold.woff2") format("woff2"), url("../fonts/Mulish-ExtraBold/Mulish-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url("../fonts/Mulish-Bold/Mulish-Bold.woff2") format("woff2"), url("../fonts/Mulish-Bold/Mulish-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url("../fonts/Mulish-Medium/Mulish-Medium.woff2") format("woff2"), url("../fonts/Mulish-Medium/Mulish-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url("../fonts/Mulish-Regular/Mulish-Regular.woff2") format("woff2"), url("../fonts/Mulish-Regular/Mulish-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mulish';
    src: url("../fonts/Mulish-SemiBold/Mulish-SemiBold.woff2") format("woff2"), url("../fonts/Mulish-SemiBold/Mulish-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Mulish', sans-serif;
}

body.no-scroll {
    overflow: hidden;
}

body::-webkit-scrollbar {
    width: 12px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #7ba1c3;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #85BF2D;
    -webkit-box-shadow: inset 0 0 6px #4d9ad866;
    -webkit-transition: .3s background-color linear;
    -o-transition: .3s background-color linear;
    transition: .3s background-color linear;
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #416E1C;
}

.r {
    font-weight: 70;
}

.header-nav .nav-item__link:hover {
    color: #85BF2D;
}

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

.text {
    line-height: 1.67;
    letter-spacing: 0.1px;
}

.text {
    font-size: 14px;
}

@media screen and (min-width: 320px) {
    .text {
        font-size: calc(14px + 4 * ((100vw - 320px) / 1600));
    }
}

@media screen and (min-width: 1920px) {
    .text {
        font-size: 18px;
    }
}

.text span {
    font-weight: 800;
    color: #85BF2D;
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-request {
    width: 175px;
    height: 47px;
    border-radius: 30px;
    background-color: #85BF2D;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: .3s background-color linear;
    -o-transition: .3s background-color linear;
    transition: .3s background-color linear;
}

.btn-request:hover {
    background-color: #416E1C;
    cursor: pointer;
    color: #ffffff;
}

.btn-request-white {
    background-color: #ffffff;
    color: #85BF2D;
}

.partners__title {
    font-size: 28px;
    font-weight: 800;
    color: #373F41;
    margin-bottom: 45px;
    text-transform: uppercase;
}

.partners-slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


/* .partners-item__img + .partners-item__img {
  margin-left: 50px;
} */

.partners-item__img {
    /* height: 36px; */
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.partners-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
    flex-direction: column;
    padding-bottom: 10px;
}

.copyright__text {
    font-size: 12px;
    color: #1B1B1B;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    text-align: center;
}

.swiper-scrollbar_green {
    width: 320px !important;
    border-radius: 10px !important;
    background-color: rgba(133, 191, 45, 0.3);
    position: relative !important;
    margin: 45px auto auto auto;
    height: 4px !important;
}

.swiper-scrollbar_green .swiper-scrollbar-drag {
    height: 6px;
    background-color: #85BF2D;
    border-radius: 10px;
    top: -1px;
}

.tabs-content__item {
    display: none;
}

.tabs-content__item.active {
    display: block;
    -webkit-animation: appearance 1.5s linear;
    animation: appearance 1.5s linear;
}

.back2top {
    position: fixed;
    bottom: 30px;
    width: 53px;
    height: 53px;
    right: 15px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 20px #ECECEC;
    box-shadow: 0px 4px 20px #ECECEC;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.back2top:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 4px 40px #ececec;
    box-shadow: 0px 4px 40px #ececec;
}

.back2top.active {
    opacity: 1;
    z-index: 99;
}

.back2top svg {
    width: 24px;
    height: 13px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.popup.active {
    z-index: 99999;
    opacity: 1;
}

.popup-container {
    max-width: 600px;
    width: 100%;
    padding: 10px;
    background-color: #ffffff;
    position: relative;
}

.popup-container__img {
    max-height: 90vh;
}

.popup-container__img img {
    width: 100%;
    height: 100%;
    max-height: 500px;
    -o-object-fit: contain;
    object-fit: contain;
}

.popup-close {
    position: absolute;
    right: -35px;
    top: 15px;
    width: 30px;
    height: 20px;
}

.popup-close:hover {
    cursor: pointer;
}

.popup-close__item {
    position: absolute;
    width: 100%;
    height: 2px;
    display: block;
    background-color: #000000;
}

.popup-close__item:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup-close__item:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.social-item__link {
    display: block;
    -webkit-transition: .8s all linear;
    -o-transition: .8s all linear;
    transition: .8s all linear;
}

.social-item__link:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#map {
    height: 100%;
}

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

@keyframes appearance {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.header {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #ffffff;
}

.header svg {
    width: 30px;
    height: 30px;
}

.header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-logo__img {
    max-width: 173px;
    height: 56px;
    -o-object-fit: contain;
    object-fit: contain;
}

.header-logo__text {
    color: #6B6B6B;
    font-size: 14px;
    line-height: 18px;
    max-width: 155px;
    text-align: center;
    margin-left: 24px;
}

.header-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/* .header-social__item + .header-social__item {
  margin-left: 28px;
} */

.header-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-contacts__item+.header-contacts__item {
    margin-left: 50px;
}

.header-nav {
    display: none;
    width: 100%;
    margin-left: 60px;
}

.header-nav .nav-list {
    background-color: transparent;
    padding: 0;
}

.header-nav .nav-item__link {
    color: #000000;
    font-size: 14px;
}

.contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    font-size: 18px;
    line-height: 18px;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.contact-item:hover {
    -webkit-text-decoration-color: #1B1B1B;
    text-decoration-color: #1B1B1B;
}

.contact-item_phone {
    font-weight: 800;
    color: #1B1B1B;
    letter-spacing: 0.2px;
}

.contact-item svg {
    margin-right: 7px;
}

.main-nav {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    z-index: 99;
}

.main-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    margin: 0;
    list-style: none;
    height: 86px;
    background-color: rgba(133, 191, 45, 0.6);
    border-radius: 0px 0px 0px 35px;
}

.nav-item__link {
    letter-spacing: 0.2px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    position: relative;
}

.nav-item__link::before {
    content: '';
    position: absolute;
    height: 4px;
    width: 1px;
    opacity: 0;
    background-color: #ffffff;
    display: block;
    left: 0;
    bottom: -32px;
    -webkit-transition: .3s width linear;
    -o-transition: .3s width linear;
    transition: .3s width linear;
}

.nav-item__link:hover::before {
    width: 100%;
    opacity: 1;
}

.burger {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 20px;
    width: 35px;
    position: relative;
}

.burger.active {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.burger.active .burger__item {
    position: absolute;
}

.burger.active .burger__item:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.burger.active .burger__item:nth-child(2) {
    opacity: 0;
}

.burger.active .burger__item:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.burger__item {
    width: 100%;
    background-color: #85BF2D;
    height: 2px;
    border-radius: 5px;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
}

.section__title {
    color: #1B1B1B;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.section__title {
    font-size: 24px;
}

@media screen and (min-width: 320px) {
    .section__title {
        font-size: calc(24px + 11 * ((100vw - 320px) / 1600));
    }
}

@media screen and (min-width: 1920px) {
    .section__title {
        font-size: 35px;
    }
}

.footer {
    position: relative;
    height: 500px;
    background-color: #85BF2D;
    margin-top: 60px;
}

.footer::before {
    content: '';
    position: absolute;
    bottom: -25px;
    right: 0;
    width: 340px;
    height: 300px;
    display: block;
    background: url("../img/osn/footer.png") center center no-repeat;
    background-size: contain;
}

.footer .container {
    height: 100%;
}

.footer-grid {
    position: absolute;
    left: 0;
    top: 0;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    width: 50%;
    height: 100%;
    z-index: 5;
}

.footer__wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: relative;
    z-index: 3;
    height: 100%;
}

.footer__form {
    grid-column-start: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    padding: 0 15px;
}

.footer-input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-input-wrapper .footer-input:nth-child(1) input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.footer-input-wrapper .footer-input:nth-child(2) input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 1px solid rgba(107, 107, 107, 0.2);
}

.footer-form__title {
    font-weight: 800;
    font-size: 24px;
    letter-spacing: .2px;
    text-transform: uppercase;
    color: #ffffff;
}

.footer-form__wrapper {
    margin-top: 55px;
}

.footer-form__agreenment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}

.footer-form__text {
    font-size: 14px;
    color: #ffffff;
    margin-left: 5px;
}

.footer-form__text a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
}

.footer-form__input {
    background: #FFFFFF;
    border-radius: 25px;
    width: 100%;
    height: 45px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 20px;
    font-size: 16px;
    border: 2px solid transparent;
    -webkit-transition: 0.3s border-color linear;
    -o-transition: 0.3s border-color linear;
    transition: 0.3s border-color linear;
}

.footer-form__input::-webkit-input-placeholder {
    color: #6B6B6B;
    -webkit-transition: 0.3s opacity linear;
    -o-transition: 0.3s opacity linear;
    transition: 0.3s opacity linear;
}

.footer-form__input::-moz-placeholder {
    color: #6B6B6B;
    -webkit-transition: 0.3s opacity linear;
    -o-transition: 0.3s opacity linear;
    transition: 0.3s opacity linear;
}

.footer-form__input:-ms-input-placeholder {
    color: #6B6B6B;
    -webkit-transition: 0.3s opacity linear;
    -o-transition: 0.3s opacity linear;
    transition: 0.3s opacity linear;
}

.footer-form__input::-ms-input-placeholder {
    color: #6B6B6B;
    -webkit-transition: 0.3s opacity linear;
    -o-transition: 0.3s opacity linear;
    transition: 0.3s opacity linear;
}

.footer-form__input::placeholder {
    color: #6B6B6B;
    -webkit-transition: 0.3s opacity linear;
    -o-transition: 0.3s opacity linear;
    transition: 0.3s opacity linear;
}

.footer-form__input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.footer-form__input:focus::-moz-placeholder {
    opacity: 0;
}

.footer-form__input:focus:-ms-input-placeholder {
    opacity: 0;
}

.footer-form__input:focus::-ms-input-placeholder {
    opacity: 0;
}

.footer-form__input:focus::placeholder {
    opacity: 0;
}

.footer-form__block+.footer-form__block {
    margin-top: 18px;
}

.footer-form__submit input {
    width: 175px;
    height: 50px;
    background: #FFFFFF;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #85BF2D;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.footer-form__submit input:hover {
    background-color: #416E1C;
    cursor: pointer;
    color: #ffffff;
}

.google-map {
    width: 100%;
    height: 100%;
}

.checkbox input {
    border-radius: 5px;
    outline: none;
    border: none;
}

.section-gallery {
    position: relative;
    padding-bottom: 100px;
}

.section-gallery::before {
    content: '';
    position: absolute;
    height: 200px;
    width: 250px;
    right: 0;
    top: 50px;
    display: block;
    background: url("../img/osn/gallery-img-1.png") center center no-repeat;
    background-size: contain;
}

.section-gallery__title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 95px;
}

.section-gallery__title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    height: 100%;
    display: block;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 35px #F3F3F3;
    box-shadow: 0px 0px 35px #F3F3F3;
    border-radius: 0 0 35px 0;
    z-index: 1;
}

.section-gallery__title .section__title {
    position: relative;
    z-index: 2;
    text-align: center;
}

.section-gallery__slider {
    margin-top: 120px;
}

.gallery-slider__item {
    position: relative;
    width: 568px !important;
}

.gallery-slider__item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 5;
    opacity: 1;
    -webkit-transition: .3s opacity linear;
    -o-transition: .3s opacity linear;
    transition: .3s opacity linear;
}

.gallery-slider__item.swiper-slide-active::before {
    opacity: 0;
}

.gallery-slider__img {
    width: 568px;
    height: 720px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gallery-slider__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery-slider__text {
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px 35px 0px 0px;
    background-color: #85BF2D;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .1px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    text-transform: uppercase;
}

.slider-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 32px auto auto auto;
}

.slider-progress {
    position: relative !important;
    width: 320px !important;
    border-radius: 10px !important;
    background-color: rgba(133, 191, 45, 0.3) !important;
    height: 4px !important;
}

.slider-progress .swiper-pagination-progressbar-fill {
    height: 6px !important;
    top: -1px !important;
    border-radius: 10px !important;
    background-color: #85BF2D !important;
}

.slider-slides-count {
    margin: 0 28px;
    font-weight: 700;
    font-size: 18px;
    color: #1B1B1B;
}

.slider-arrow {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #85BF2D;
    position: absolute;
    top: 50%;
    margin-top: -31px;
    z-index: 6;
}

.slider-arrow:hover {
    cursor: pointer;
}

.slider-arrow svg {
    width: 26px;
    height: 26px;
}

.slider-arrow-next {
    right: -31px;
}

.slider-arrow-next svg {
    -webkit-transform: rotate(90deg) translateY(-2px);
    -ms-transform: rotate(90deg) translateY(-2px);
    transform: rotate(90deg) translateY(-2px);
}

.slider-arrow-prev {
    left: -31px;
}

.slider-arrow-prev svg {
    -webkit-transform: rotate(-90deg) translateY(-2px);
    -ms-transform: rotate(-90deg) translateY(-2px);
    transform: rotate(-90deg) translateY(-2px);
}

.hidden-text.active .hidden-text__content {
    max-height: 100%;
}

.hidden-text.active .hidden-text__content::before {
    background-color: transparent;
}


/* .hidden-text__content {
    max-height: 550px;
    overflow: hidden;
    position: relative;
} */


/* .hidden-text__content::before {
    content: '';
    width: 100%;
    height: 30px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 0, 36, 0)), to(white));
    background: -o-linear-gradient(top, rgba(2, 0, 36, 0) 0%, white 100%);
    background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, white 100%);
    -webkit-transition: .3s background-color linear;
    -o-transition: .3s background-color linear;
    transition: .3s background-color linear;
} */

.hidden-text__btn {
    color: #85BF2D;
    font-weight: 800;
    text-decoration: none;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hidden-text__btn {
    font-size: 16px;
}

.hidden-text__content .text:first-child {
    margin: 0;
}

@media screen and (min-width: 320px) {
    .hidden-text__btn {
        font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
    }
}

@media screen and (min-width: 1920px) {
    .hidden-text__btn {
        font-size: 20px;
    }
}

.hidden-text__btn.active svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hidden-text__btn svg {
    -webkit-transition: 0.3s -webkit-transform linear;
    transition: 0.3s -webkit-transform linear;
    -o-transition: 0.3s transform linear;
    transition: 0.3s transform linear;
    transition: 0.3s transform linear, 0.3s -webkit-transform linear;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    fill: #85BF2D;
}

.email-validate.error {
    border: 2px solid darkred;
}

.section-hero {
    height: calc(100vh - 100px);
    min-height: 500px;
    position: relative;
}

.section-hero__content {
    z-index: 5;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.hero-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hero-slider__img {
    width: 100%;
    height: 100%;
}

.hero-slider__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero-slider__progress {
    height: 120px !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
    border-radius: 10px !important;
    position: relative !important;
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}

.hero-slider__progress .swiper-pagination-progressbar-fill {
    background: #FFFFFF !important;
    border-radius: 10px !important;
    width: 6px !important;
    left: -1px !important;
}

.hero-slider__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hero-slider__controls {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 15px;
}

.hero-slider__controls-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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;
    height: 100%;
    width: 33px;
    margin-left: auto;
}

.hero-slider__navigation {
    margin-top: 30px;
}

.hero-slider__navigation-prev,
.hero-slider__navigation-next {
    width: 33px;
    height: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #D87D1A;
    border-radius: 50%;
    -webkit-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

t {
    font-weight: 70;
}

.hero-slider__navigation-prev:hover,
.hero-slider__navigation-next:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    cursor: pointer;
}

.hero-slider__navigation-next {
    margin-top: 15px;
}

.hero-slider__navigation-next svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hero-slider__navigation svg {
    height: 8px;
    fill: #ffffff;
}

.hero-slider__content {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.hero-slider__title {
    color: #FFf;
    font-weight: 800;
    margin: 0;
}

.hero-slider__title {
    font-size: 24px;
}

@media screen and (min-width: 320px) {
    .hero-slider__title {
        font-size: calc(24px + 21 * ((100vw - 320px) / 1600));
    }
}

@media screen and (min-width: 1920px) {
    .hero-slider__title {
        font-size: 45px;
    }
}

.hero-slider__desc {
    margin: 30px 0;
    color: #ffffff;
}

.hero-slider__desc {
    font-size: 16px;
}

@media screen and (min-width: 320px) {
    .hero-slider__desc {
        font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
    }
}

@media screen and (min-width: 1920px) {
    .hero-slider__desc {
        font-size: 18px;
    }
}

.hero-slider__slides-count {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #ffffff;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 17px 0;
}

.section-about {
    padding: 86px 0 141px 0;
    position: relative;
}

.section-about::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 300px;
    width: 300px;
    display: block;
    background: url("../img/osn/about-img.png") center center no-repeat;
    background-size: contain;
}

.section-about::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 300px;
    width: 300px;
    display: block;
    background: url("../img/osn/about-img-2.png") center center no-repeat;
    background-size: contain;
}

.section-about__title {
    font-weight: 800;
    padding: 30px 80px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #FFFFFF;
    -webkit-box-shadow: 25px 0px 35px #F3F3F3;
    box-shadow: 25px 0px 35px #F3F3F3;
    border-radius: 0px 0px 35px 0px;
    margin: 0px auto 55px;
}

.section-about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
}

.section-about__block+.section-about__block {
    margin-left: 40px;
}

.section-about__img {
    width: 540px;
}

.section-about__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-business {
    position: relative;
}

.section-business-activity {
    position: relative;
    background: url("../img/osn/business-activity.jpg") center center no-repeat;
    background-size: cover;
    padding: 100px 0 70px 0;
}

.section-business__title {
    position: absolute;
    z-index: 3;
    right: 0;
    height: 96px;
    width: 100%;
    top: -48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-business__title::before {
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    width: 70%;
    height: 100%;
    display: block;
    background: #FFFFFF;
    -webkit-box-shadow: 0px -20px 35px #F3F3F3;
    box-shadow: 0px -20px 35px #F3F3F3;
    border-radius: 0px 0px 0px 35px;
}

.section-business__title span {
    display: block;
    position: relative;
    z-index: 2;
}

.section-business__background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.section-business__background-item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
}

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

.section-business__content {
    z-index: 2;
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    padding: 95px 0;
}

.section-business__wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 80px;
}

.business-item__title {
    font-weight: 800;
    text-align: center;
    line-height: 1.07;
    letter-spacing: 0.1px;
    color: #ffffff;
    margin-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.business-item__title svg {
    margin-right: 20px;
    width: 32px;
    height: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.business-list {
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: business-counter;
}

.business-list__item+.business-list__item {
    margin-top: 33px;
}

.business-list__item {
    line-height: 1.67;
    color: #ffffff;
    letter-spacing: 0.1px;
    counter-increment: business-counter;
}

.business-list__item {
    font-size: 16px;
}

@media screen and (min-width: 320px) {
    .business-list__item {
        font-size: calc(16px + 4 * ((100vw - 320px) / 1600));
    }
}

@media screen and (min-width: 1920px) {
    .business-list__item {
        font-size: 20px;
    }
}

.business-list__item::before {
    content: counter(business-counter) ". ";
    font-weight: 800;
}

.business-list_green .business-list__item::before {
    color: #85BF2D;
}

.business-list_orange .business-list__item::before {
    color: #D87D1A;
}

.activity-box {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    row-gap: 50px;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.activity-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: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.activity-item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
}

.activity-item:nth-child(2) {
    grid-column-start: 3;
    grid-column-end: 5;
}

.activity-item:nth-child(3) {
    grid-column-start: 5;
    grid-column-end: 7;
}

.activity-item:nth-child(4) {
    grid-column-start: 2;
    grid-column-end: 4;
}

.activity-item:nth-child(5) {
    grid-column-start: 4;
    grid-column-end: 6;
}

.activity-item__icon {
    width: 70px;
    height: 70px;
}

.activity-item__icon svg {
    width: 100%;
    height: 100%;
}

.activity-item__title {
    color: #85BF2D;
    font-weight: 600;
    letter-spacing: .1px;
    margin: 24px 0 15px 0;
    text-align: center;
}

.activity-item__title {
    font-size: 24px;
}

.header-social__item.social-item {
    margin-left: 10px
}

@media screen and (min-width: 320px) {
    .activity-item__title {
        font-size: calc(24px + 11 * ((100vw - 320px) / 1600));
    }
}

@media screen and (min-width: 1920px) {
    .activity-item__title {
        font-size: 35px;
    }
}

.activity-item__title span {
    font-weight: 900;
}

.activity-item__text {
    font-weight: 700;
    letter-spacing: .2px;
    color: #ffffff;
    margin: 0;
    text-align: center;
}

.activity-item__text {
    font-size: 16px;
}

.container.v2 {
    margin-top: 50px;
}

@media screen and (min-width: 320px) {
    .activity-item__text {
        font-size: calc(16px + 6 * ((100vw - 320px) / 1600));
    }
}

@media screen and (min-width: 1920px) {
    .activity-item__text {
        font-size: 22px;
    }
}

.section-what {
    padding: 84px 0 120px 0;
    position: relative;
}

.section-what::before {
    content: '';
    width: 260px;
    height: 220px;
    display: block;
    background: url("../img/osn/what-img-1.png") center center no-repeat;
    background-size: cover;
    right: 0;
    top: 0;
    position: absolute;
}

.section-what__title {
    text-align: center;
}

.what-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
    row-gap: 50px;
    margin-top: 86px;
}

.what-item {
    padding: 76px 24px 63px 24px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 35px #EAEAEA;
    box-shadow: 0px 0px 35px #EAEAEA;
    border-radius: 0px 0px 0px 35px;
    position: relative;
}

.what-item__img {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -25px;
    left: 24px;
}

.what-item__img svg {
    width: 100%;
    height: 100%;
}

.what-item__title {
    font-weight: 700;
    color: #1B1B1B;
    margin: 0;
    letter-spacing: .1px;
}

.what-item__title {
    font-size: 16px;
}

.social-item__link img {
    width: 30px;
    height: 30px;
}

.header-wrapper__block {
    display: flex;
}

@media screen and (min-width: 320px) {
    .what-item__title {
        font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
    }
}

@media screen and (min-width: 1920px) {
    .what-item__title {
        font-size: 18px;
    }
}

.what-item__text {
    color: #6B6B6B;
    line-height: 30px;
    letter-spacing: .2px;
    margin: 20px 0 0 0;
}

.what-item__text {
    font-size: 16px;
}

#section-gallery.section-gallery .section-gallery__title::before {
    background: #85bf2d;
}

#section-gallery.section-gallery .section__title {
    color: #fff;
}

@media screen and (min-width: 320px) {
    .what-item__text {
        font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
    }
}

@media screen and (min-width: 1920px) {
    .what-item__text {
        font-size: 18px;
    }
}

.section-documentation {
    position: relative;
    background: #FFFAF2;
}

.section-documentation__title {
    position: absolute;
    z-index: 3;
    color: #ffffff;
    left: 0;
    height: 96px;
    width: 100%;
    top: -48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-documentation__title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    height: 100%;
    display: block;
    -webkit-box-shadow: 0px 0px 35px #F3F3F3;
    box-shadow: 0px 0px 35px #F3F3F3;
    border-radius: 0px 0px 35px 0px;
    background: #85BF2D;
    z-index: 1;
}

.section-documentation__title span {
    display: block;
    position: relative;
    z-index: 2;
}

.section-documentation__wrapper {
    padding: 113px 0 57px 0;
}

.section-documentation__desc {
    margin: 0;
    color: #1B1B1B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    letter-spacing: .5px;
}

.section-documentation__desc svg {
    width: 23px;
    height: 23px;
    margin-right: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.section-documentation__slider {
    margin-top: 45px;
}

.document-item {
    position: relative;
    width: 400px !important;
    height: 580px !important;
}

.document-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    background: rgba(225, 225, 225, 0.3);
}

.document-item.swiper-slide-active::before {
    opacity: 0;
}

.document-item.swiper-slide-active .document-item__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.document-item__desc {
    width: 100%;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 45px;
    background: #85BF2D;
    -webkit-box-shadow: 0px 0px 35px #F3F3F3;
    box-shadow: 0px 0px 35px #F3F3F3;
    border-radius: 0px 35px 0px 0px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: .1px;
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
}

.document-item__img {
    width: 100%;
    height: 100%;
}

.document-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.section-survey {
    position: relative;
}

.section-survey::before {
    content: '';
    width: 330px;
    height: 230px;
    display: block;
    position: absolute;
    right: 0;
    top: -115px;
    background: url("../img/osn/survey.png") center center no-repeat;
    background-size: cover;
}

.section-survey__wrapper {
    padding: 105px 0 35px 0;
}

.section-survey__title {
    margin-bottom: 45px;
    height: 96px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.section-survey__title::before {
    content: '';
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 60%;
    left: 0;
    top: 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 35px #F3F3F3;
    box-shadow: 0px 0px 35px #F3F3F3;
    border-radius: 0 0 35px 0;
}

.section-survey__title .section__title {
    position: relative;
    z-index: 2;
}

.section-survey__content {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -webkit-column-gap: 106px;
    -moz-column-gap: 106px;
    column-gap: 106px;
    row-gap: 30px;
}

.section-survey__item:nth-child(1) {
    grid-column-end: 3;
    grid-column-start: 1;
}

.section-survey__item:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-survey__desc {
    color: #6B6B6B;
    line-height: 1.67;
    letter-spacing: .1px;
}

.section-survey__desc {
    font-size: 16px;
}


/* .swal2-styled.swal2-confirm {
  background-color: #4caf50 !important;
} */

.contacts-item__text1 {
    margin-left: 35px;
}

@media screen and (min-width: 320px) {
    .section-survey__desc {
        font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
    }
}

@media screen and (min-width: 1920px) {
    .section-survey__desc {
        font-size: 18px;
    }
}

.section-survey__desc p {
    margin: 0;
}

.section-survey__btn {
    margin-top: 44px;
}

.section-survey__img {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.section-survey__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.section-survey__img:nth-child(2) {
    margin-top: 100px;
}

.section-product {
    position: relative;
    padding: 35px 0 64px 0;
}

.section-product::before {
    content: '';
    position: absolute;
    left: 0;
    top: -80px;
    height: 160px;
    width: 220px;
    display: block;
    background: url("../img/osn/product-img-1.png") center center no-repeat;
    background-size: contain;
}

.section-product__title {
    text-align: center;
}

.product-tabs {
    margin-top: 62px;
}

.product-tabs__content {
    margin-top: 7px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
}

.product-nav {
    border-radius: 35px 0px 0px 0px;
    overflow: hidden;
}

.product-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 24px;
    height: 108px;
    background-color: #85BF2D;
    text-decoration: none;
    color: #ffffff;
    font-weight: 70;
    letter-spacing: .3px;
}

.product-nav__link {
    font-size: 18px;
}

@media screen and (min-width: 320px) {
    .product-nav__link {
        font-size: calc(18px + 6 * ((100vw - 320px) / 1600));
    }
}

@media screen and (min-width: 1920px) {
    .product-nav__link {
        font-size: 24px;
    }
}

.product-nav__link svg {
    height: 25px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 18px;
    margin-right: 17px;
}

.product-nav__link.active {
    background-color: #D87D1A;
}

.product-item {
    position: relative;
    height: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 38px;
}

.product-item_green {
    background-color: #85BF2D;
    border-radius: 0px 0px 35px 0px;
}

.product-item .product-item__info {
    padding: 0 20px;
}

.product-item:hover .product-item__info {
    opacity: 1;
}

.product-item:hover>.product-item__title {
    opacity: 0;
}

.product-item__img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: 1;
}

.product-item__img::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.product-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-item__img_clear::before {
    display: none;
}

.product-item__title {
    font-weight: 800;
    letter-spacing: .3px;
    color: #ffffff;
    position: relative;
    z-index: 2;
    margin: 0;
    -webkit-transition: .3s opacity linear;
    -o-transition: .3s opacity linear;
    transition: .3s opacity linear;
}

.product-item__title {
    font-size: 18px;
}

@media screen and (min-width: 320px) {
    .product-item__title {
        font-size: calc(18px + 10 * ((100vw - 320px) / 1600));
    }
}

@media screen and (min-width: 1920px) {
    .product-item__title {
        font-size: 28px;
    }
}

.product-item__info {
    position: absolute;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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;
    width: 100%;
    height: 100%;
    background-color: rgba(216, 125, 26, 0.95);
    opacity: 0;
    -webkit-transition: .3s opacity linear;
    -o-transition: .3s opacity linear;
    transition: .3s opacity linear;
}

.product-item__text {
    margin-top: 35px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.67;
}

.product-item__text {
    font-size: 16px;
}

@media screen and (min-width: 320px) {
    .product-item__text {
        font-size: calc(16px + 2 * ((100vw - 320px) / 1600));
    }
}

@media screen and (min-width: 1920px) {
    .product-item__text {
        font-size: 18px;
    }
}

.product-item__text_small {
    font-weight: 400;
    line-height: 25px;
}

.product-item__text p {
    margin: 0;
}

.product-item__content p {
    margin: 0;
}

.product-item__content .product-item__text {
    margin: 25px 0 30px 0;
}

.product-item__icon {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 120px;
    height: 120px;
    opacity: .3;
}

.product-item__icon svg {
    width: 100%;
    height: 100%;
}

.section-contact {
    position: relative;
}

.section-contact::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 300px;
    width: 120px;
    display: block;
    background: url("../img/osn/contact-img.png") center center no-repeat;
    background-size: contain;
}

.section-contact__title {
    position: relative;
}

.section-contact__title::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 70%;
    background-color: #85BF2D;
    border-radius: 0px 0px 35px 0px;
    z-index: 1;
}

.section-contact__title .section__title {
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 2;
    height: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-contact__content {
    padding: 65px 0;
    display: grid;
    grid-template-columns: 340px auto 320px;
    -webkit-column-gap: 110px;
    -moz-column-gap: 110px;
    column-gap: 110px;
    row-gap: 50px;
}

.contacts-item__title {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 28px;
    line-height: 24px;
    letter-spacing: .1px;
    color: #373F41;
}

.contacts-item__title+.contacts-item__content {
    margin-top: 67px;
}

.contacts-item__text {
    font-size: 16px;
    color: #6B6B6B;
    line-height: 28px;
    margin: 0;
}

.contacts-item__text span {
    font-weight: 800;
}

.contacts-item__text+.contacts-item__text {
    margin-top: 23px;
}

.contacts-item img {
    max-height: 344px;
}

svg.icon.icon-hidden-arrow.active {
    transform: rotate(180deg);
}

@media screen and (min-width: 476px) {
    .section-business::before {
        content: '';
        position: absolute;
        width: 2px;
        height: 100%;
        display: block;
        background-color: #ffffff;
        left: calc(50% - 1px);
        top: 0;
        z-index: 5;
    }
}

@media screen and (max-width: 1024px) {
    .nav-item__link {
        font-size: 16px;
    }
    .header-logo__text {
        display: none;
    }
    .section-business__title::before,
    .section-documentation__title::before,
    .section-contact__title::before {
        width: 100%;
        border-radius: 0;
    }
}

@media screen and (max-width: 1400px) {
    .slider-arrow-next {
        right: 5px;
    }
    .slider-arrow-prev {
        left: 5px;
    }
}

@media screen and (max-width: 991px) {
    .section-about {
        padding-top: 0;
    }
    .section-about__block+.section-about__block {
        margin-left: 0;
        margin-bottom: 30px;
    }
    .section-about__title {
        width: 100%;
        border-radius: 0;
        text-align: center;
    }
    .section-about__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .section-about__img {
        width: 100%;
        max-height: 300px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .section-survey__content {
        grid-template-columns: 1fr;
    }
    .section-survey__item:nth-child(2) {
        grid-row-start: 1;
    }
    .section-survey__img {
        max-height: 150px;
    }
    .section-survey__img:nth-child(2) {
        margin-top: 0;
    }
    .section-contact__content {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .what-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media screen and (min-width: 769px) {
    .sticky {
        -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
    }
    .sticky .header-logo__text {
        display: none;
    }
    .sticky .header-wrapper__block {
        display: none;
    }
    .sticky .header-nav {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .section-about::before {
        display: none;
    }
    .header.sticky .header-nav {
        display: none;
    }
    .section__title {
        text-align: center;
    }
    .popup-close {
        right: 0px;
        top: 15px;
    }
    
    .header-contacts__item:nth-child(1) {
        display: none;
    }
    .section-about__title {
        margin-bottom: 25px;
    }
    .section-survey::before {
        width: 100px;
        height: 100px;
        top: -50px;
    }
    .nav-item__link::before {
        display: none;
    }
    .main-nav {
        position: fixed;
        left: unset;
        width: auto;
        opacity: 0;
        z-index: -1;
        -webkit-transition: .3s all linear;
        -o-transition: .3s all linear;
        transition: .3s all linear;
        right: 0;
    }
    .main-nav.active {
        opacity: 1;
        z-index: 9999;
    }
    .main-nav .container {
        padding: 0;
    }
    .main-nav__list {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px;
    }
    .nav-list__item+.nav-list__item {
        margin-top: 15px;
    }
    .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footer {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .footer::before {
        right: 0;
        top: 50px;
    }
    .footer-grid {
        position: relative;
        grid-template-columns: 1fr;
        width: 100%;
    }
    .footer__form {
        padding: 15px;
        grid-column-start: 1;
    }
    .google-map {
        height: 300px;
    }
    .slider-arrow {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
    .slider-arrow svg {
        width: 15px;
        height: 15px;
    }
    .header-wrapper__block.v2 {
        position: absolute;
        top: 30px;
        left: 40%;
       
    }
    .header .btn-request {
        display: none;
    }
    .header-contacts__item+.header-contacts__item {
        margin-left: 0;
    }
    .header svg,
    .social-item__link img {
        width: 20px;
        height: 20px;
    }
    .header-contacts {
        margin-top: -35px;
    }
}

@media screen and (max-width: 475px) {
    .document-item {
        width: 100% !important;
        height: 100% !important;
    }
    .gallery-slider {
        margin-top: 30px;
    }
    .gallery-slider__item,
    .gallery-slider__img {
        width: 100% !important;
    }
    .gallery-slider__item {
        width: 100% !important;
        height: 400px;
    }
    .gallery-slider__img {
        height: 400px;
    }
    .footer__wrapper {
        grid-template-columns: 1fr;
    }
    .header-logo__img {
        max-width: 104px;
    }
    
    
    .contact-item {
        font-size: 14px;
    }
    .what-grid {
        grid-template-columns: 1fr;
    }
    .what-item {
        padding: 76px 15px 30px 15px;
    }
    .activity-box {
        grid-template-columns: 1fr;
    }
    .activity-item:nth-child(1),
    .activity-item:nth-child(2),
    .activity-item:nth-child(3),
    .activity-item:nth-child(4),
    .activity-item:nth-child(5) {
        grid-column-start: 1;
        grid-column-end: 2;
    }
    .product-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .section-product::before {
        width: 100px;
    }
    .section-contact__content {
        grid-template-columns: minmax(0, 1fr);
    }
    .section-business__wrapper {
        grid-template-columns: minmax(0, 1fr);
    }
    .section-business__background {
        grid-template-columns: minmax(0, 1fr);
    }
    .section-what::before {
        width: 100px;
        height: 100px;
    }
    .contacts-item__title+.contacts-item__content {
        margin-top: 30px;
    }
    .contacts-item__text+.contacts-item__text {
        margin-top: 15px;
    }
    .product-item {
        height: 220px;
    }
    .product-item__content .product-item__text {
        margin: 10px 0;
    }
    .product-item__text {
        margin-top: 15px;
    }
    .product-nav {
        border-bottom-right-radius: 35px;
    }
    .section-survey__title::before,
    .section-gallery__title::before {
        width: 100%;
    }
}