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

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

/**
 * 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 */
    outline: none;
    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: "MetaPro-Book";
    font-display: swap;
    src: url("../fonts/MetaPro-Book.woff") format("woff"), url("../fonts/MetaPro-Book.woff2") format("woff2");
}

@font-face {
    font-family: "MetaPro-Bold";
    font-display: swap;
    src: url("../fonts/MetaPro-Bold.woff") format("woff"), url("../fonts/MetaPro-Bold.woff2") format("woff2");
}

@font-face {
    font-family: "MetaPro-BoldIta";
    font-display: swap;
    src: url("../fonts/MetaPro-BoldIta.woff") format("woff"), url("../fonts/MetaPro-BoldIta.woff2") format("woff2");
}

@font-face {
    font-family: "MetaPro-Norm";
    font-display: swap;
    src: url("../fonts/MetaPro-Norm.woff") format("woff"), url("../fonts/MetaPro-Norm.woff2") format("woff2");
}

@font-face {
    font-family: 'FbScorpion-Black';
    src: url('../fonts/FbScorpion-Black.eot');
    src: local('☺'), url('../fonts/FbScorpion-Black.woff') format('woff'), url('../fonts/FbScorpion-Black.ttf') format('truetype'), url('../fonts/FbScorpion-Black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: black;
    background: #FFF;
    font-family: 'Rubik', sans-serif;
    width: 100%;
    height: 100%;
    font-size: 2rem;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1560px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1560px;
    }
}

section.top {
    padding: 10px 0px;
    background: white;
}

section.top a {
    color: black;
    font-size: 1.5vw;
    letter-spacing: -1px;
    position: relative;
}

section.top a:after {
    position: absolute;
    content: "";
    width: 0%;
    bottom: 0px;
    border-bottom: 3px solid #d71e24;
    left: 0px;
    transition: .5s
}

section.top a:hover {
    text-decoration: none;
}

section.top a:hover:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0px;
    border-bottom: 3px solid #d71e24;
    left: 0px;
}

section.top a.active:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0px;
    border-bottom: 3px solid #d71e24;
    left: 0px;
}

section.top a.logo {
    display: block;
    transition: 1s;
}

section.top a.logo:hover:after {
    display: none;
}

section.top nav {
    display: flex;
    justify-content: space-evenly;
}

section.top nav li {
    list-style: none;
}

section.header {
    background-image: url(../images/back1_2.png), url(../images/back1.jpg);
    background-repeat: no-repeat;
    background-size: 900px, cover;
    background-position: 50% 40%, center;
    padding-top: 17vw;
    padding-bottom: 3.7vw;
    position: relative;
    margin-top: 4.8vw;
}
body.thanks {
    height: 100%;
}
.thanks section.top {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
}
.thanks section.header {
    background-image: url(../images/back1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 0vw;
    padding-bottom: 0vw;
    position: relative;
    margin-top: 0vw;
    height: 100%;
    position: absolute;
    left: 0px;
    width: 100%;
    z-index: 0;
    display: flex;
    align-items: center;
}

section.header h1 {
    font-size: 8vw;
    font-weight: bold;
    color: white;    
    line-height: 1;text-shadow: 4px 4px 6px rgb(0, 0, 0, 0.85);
}
section.header h1 img{
	width: 37vw;
	filter: drop-shadow(4px 4px 6px rgb(0, 0, 0, 0.85));
}
.thanks section.header h1 {
    text-align: center;
}
section.header h2 {
    font-size: 2.8vw;
    color: white;
    line-height: 1;text-shadow: 4px 4px 6px rgb(0, 0, 0, 0.85);
}

.thanks section.header h2  {
    text-align: center;
}
section.header lottie-player {
    position: absolute;
    bottom: 0vw;
    right: 2vw;
    width: 41vw;
    height: 35vw;
    pointer-events: none;
    z-index: 2000;
}

section.about {
    padding-top: 9.5vw;
    background: url(../images/back2_1.svg), url(../images/back2_2.svg), white;
    background-position: -35% 50%, 130% 180%, center;
    background-repeat: no-repeat;
    padding-bottom: 17vw;
    background-size: 800px, 800px, 100%;
    position: relative;
    z-index: 3000;
}

.about .block_title {
    border-right: 2px solid black;
    padding-right: 1.7vw;
}

section.about h2 {
    font-size: 8vw;
    letter-spacing: -2px;
    line-height: 0.6;
    margin-bottom: 3vw;
}

.about p {
    font-size: 1.6vw;
    font-weight: 100;
    letter-spacing: -0.8px;
    line-height: 1.4;
}

.about .img_2_1 {
    margin-top: 2vw;
    max-width: 100%;
    width: 33vw;
}
.about .img_2_1 img {
    max-width: 100%
}
.about .img_2_2 {
    position: absolute;
    top: 21vw;
    left: 9vw;
    width: 24vw;
}
.about .img_2_2 img {
    max-width: 100%;
}
.about video {
    position: absolute;
    bottom: 7vw;
    left: 16vw;
    width: 37vw;
    height: auto;
}

.tag {
    background: url(../images/back3.jpg) no-repeat;
    background-size: cover;
    padding-top: 20vw;
    padding-bottom: 18vw;
    background-attachment: fixed;
}

.tag h2 {
    font-size: 15vw;
    color: white;
    text-align: center;
    line-height: 1
}
.tag img {
	width: 72vw;
}
.benefits_bg {
    background-image:url(../images/back4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.benefits {
    background-image: url(../images/back4_2.png);
    background-size: 58%;
    background-repeat: no-repeat;
    background-position: right bottom 23%;
    padding-top: 4.7vw;
    padding-bottom: 5vw;
}

.benefits h2 {
    font-size: 8vw;
    line-height: 1.15;
    letter-spacing: -5px;
}

.benefits .block_title {
    position: relative;
    padding-right: 1.7vw;
}
.benefits .block_title:after {
    height: 75%;
    width: 2px;
    background: black;
    content: "";
    right: 0px;
    top: 54%;
    transform: translateY(-50%);
    position: absolute;
}

.benefits .items {
    display: flex;
    margin-top: 2.6vw;
    flex-wrap: wrap;
}

.benefits .items .item {
    margin-bottom: 0vw;
    width: 100%;
}

.benefits .items .item_title {
    display: flex;
    align-items: center;
}

.benefits .items .item_title lottie-player {
    width: 4.3vw;
    margin-left: 6%;
}

.benefits .items .item_title h3 {
    width: 75%;
    text-align: right;
    font-size: 2.6vw;
    line-height: 1.1;
}

.benefits .items .item_text p {
    font-size: 1.2vw;
    font-weight: 300;
    text-align: right;
    letter-spacing: -0.4px;
    line-height: 1.3;
    margin-bottom: 1.5vw;
}

.location {
    padding-top: 4vw;
    padding-bottom: 3vw;
}

.location h2 {
    font-size: 8vw;
    letter-spacing: -3px;
}

.location .block_title {
    position: relative;
    padding-right: 1.3vw;
}
.location .block_title:after {
    height: 81%;
    top: 51%;
    transform: translateY(-50%);
    width: 2px;
    background: black;
    right: 0px;
    content: "";
    position: absolute;
}
.location .block_title p {
    font-weight: 300;
    font-size: 1.17vw;
    letter-spacing: -0.26px;
    padding-left: 8vw;
}

.location .block_title .item {
    position: relative;
    padding-right: 3.4vw;
    letter-spacing: -0.5px;
    font-size: 1.67vw;
    margin-bottom: 2.5vw;
}

.location .block_title .item lottie-player {
    position: absolute;
    width: 2.8vw;
    height: 2.8vw;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.map lottie-player {
    width: 100%;
    height: auto;
}

.gallery {
    overflow-x: hidden;
}

.gallery .swiper-slide img {
    max-width: 100%;
}

.green {
    background: url(../images/back_green.png) no-repeat;
    background-size: 40vw;
    background-position: 18% 70%;
    padding-top: 11vw;
    padding-bottom: 12vw;
}

.green h2 {
    font-size: 7.8vw;
    letter-spacing: -3px;
    line-height: 0.8;
}

.green .block_title {
    padding-right: 1.4vw;
    position: relative;
}
.green .block_title:after {
    content: "";
    width: 2px;
    right: 0px;
    height: 90%;
    top: 50%;
    transform: translateY(-50%);
    background: black;
    position: absolute;
}
.green h3 {
    font-size: 2.2vw;
    margin-top: 1vw;
}

.green .items {
    margin-top: 1vw;
}

.green .items .item {
    padding-right: 2.5vw;
    position: relative;
}

.green .items .item img {
    width: 1.4vw;
    right: 0px;
    position: absolute;
}

.footer {
    padding-top: 3vw;
    background: url(../images/back_footer.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 35vw;
    position: relative;
}

.footer h2 {
    color: white;
    font-size: 5.3vw;
    letter-spacing: -4px;
    margin-bottom: 0px;
    color: #d71e24;
}

.footer h2 span {
    color: white;
    font-size: 6vw;
    letter-spacing: -2px;
}

.footer h3 {
    text-align: center;
    color: white;
    font-size: 3.3vw;
    letter-spacing: -0.6px;
    font-weight: 400;
    line-height: 1;
}

.footer form {
    padding: 1vw 2.8vw;
    text-align: center;
}

.footer form .inputs {
    justify-content: space-between;
}

.footer form .inputs input {
    width: 24%;
    display: inline-block;
    border: unset;
    padding: 0.4vw 0.5vw;
    font-size: 1.2vw;
    font-weight: 300;
    margin-bottom: 1vw;
    height: 45px;
}

.footer form label {
    font-size: 1vw;
}

.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-left: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-color: white;
}

.custom-checkbox:checked+label::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #b3d7ff;
}

.custom-checkbox:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.custom-checkbox:focus:not(:checked)+label::before {
    border-color: #80bdff;
}

.custom-checkbox:disabled+label::before {
    background-color: #e9ecef;
}
.footer {
    overflow-x: hidden;
}
.footer form input[type="submit"] {
    border: unset;
    margin: auto;
    display: inline-block;
    margin-top: 1.5vw;
    padding: 0.4vw 1.6vw;
    border-radius: 35px;
    color: white;
    background: #24201f;
    transition: 1s;
}

.footer form input[type="submit"]:hover {
    background: #4e4745;
}

.thanks .header a {
    border: unset;
    margin: auto;
    display: inline-block;
    margin-top: 1.5vw;
    padding: 0.4vw 1.6vw;
    border-radius: 35px;
    color: white;
    background: #24201f;
    transition: 1s;
}

.thanks .header a:hover {
    background: #4e4745;
}
input::placeholder {
    color: #acacac;
}

.hauser {
    position: fixed;
    bottom: 2vw;
    width: .5vw;
    left: .5vw;
    z-index: 3001;
}
.article {
    padding-top: 6vw;
}
.article h2 {
    font-size: 2.5vw;
    letter-spacing: -3px;
}
.article .subtitle {
    font-size: 1.75vw;
    letter-spacing: -1.5px;
    line-height: 1.3;
    text-align: justify;
}
.article .titles {
    padding: 0vw 4vw 4vw;
}
.article h3 {
    font-size: 2.35vw;
    letter-spacing: -3px;
}
.article .subtitle_mini {
    font-size: 1.35vw;
    letter-spacing: -1.4px;
    line-height: 1.4;
    text-align: justify;
}
.article .row.align-items-center {
    padding: 1vw 5vw 3vw;
}
.article img {
    max-width: 100%;
}
@media (max-width: 1100px) {
    .green .block_title:after {
        height: 100%;
    }
    .footer form .inputs input {
        width: 48%;
        font-size: 2vw;
    }
    .footer form label {
        font-size: 2vw;
    }
    .footer {
        padding-bottom: 50vw;
        background-position: center;
    }

    .hauser {
        position: fixed;
        bottom: 2vw;
        width: 1.5vw;
        left: .5vw;
        z-index: 3001;
    }

    .green .items .item img {
        width: 2.2vw;
    }

    .green .items .item {
        padding-right: 4.2vw;
        font-size: 2.5vw;
    }

    section.header {
        margin-top: 6.8vw;
        background-size: 65vw, cover;
    }

    section.about {
        background-position: -35% -50%, 130% 180%, center;
        background-size: 40vw, 40vw, 100%;
    }

    .about .img_2_2 {
        top: 13vw;
        left: 5vw;
    }

    .green {
        background-position: 0% 65%;
    }

    .location .block_title p {
        font-size: 1.5vw;
    }

    .about p {
        font-size: 1.8vw;
    }
}

@media (max-width: 960px) {
    .location .block_title p {
        font-size: 1.8vw;
    }

    section.header {
        margin-top: 8.5vw;
    }

    .benefits_bg {
        background-size: cover;
        background-repeat: no-repeat;
        background-position:center;
    }
    .benefits {
        padding-top: 6.7vw;
        padding-bottom: 38vw;
        background-size: 91%;
        background-repeat: no-repeat;
        background-position: right -10% bottom 4%;
    }

    .benefits .block_title {
        padding-right: 3.5vw;
    }

    .benefits h2 {
        font-size: 9vw;
    }

    .benefits .items .item {
        padding-right: 3vw;
    }

    .benefits .items .item {
        width: 50%;
    }

    .benefits .items .item_title lottie-player {
        width: 9vw;
        margin-left: 2%;
        height: 13vw;
    }

    .benefits .items .item_title h3 {
        font-size: 4.2vw;
    }

    .benefits .items .item {
        margin-bottom: 8vw;
    }

    .benefits .items .item_text p {
        font-size: 3vw;
    }

    .footer h2 span {
        font-size: 10vw;
    }

    .footer h2 {
        font-size: 8vw;
    }

    .footer {
        padding-top: 7vw;
        padding-bottom: 75vw;
        background-position: center;
    }

    .footer h3 {
        font-size: 4.7vw;
    }

    .footer form .inputs {
        display: block;
    }

    .footer form .inputs input {
        width: 48%;
        padding: 0.5vw 2vw 0.8vw;
    }

    .footer form input[type="submit"] {
        border-radius: 0px;
    }
    .thanks .header a {
        border-radius: 0px;
    }
    .article h2 {
        font-size: 2.8vw;
        letter-spacing: -1px;
    }

    .article .subtitle {
        font-size: 2vw;
        letter-spacing: -1px;
        line-height: 1.3;
    }

    .article h3 {
        font-size: 2.35vw;
        letter-spacing: -1px;
    }

    .article .subtitle_mini {
        font-size: 1.5vw;
        letter-spacing: -1px;
        line-height: 1.4;
    }
}

@media (max-width: 767px) {
    .location .block_title:after {
        height: 100%;
    }
    .benefits .block_title:after {
        height: 85%;
        top: 52%;
    }
    section.about h2 {
        margin-bottom: 6vw;
    }
    .footer {
        padding-bottom: 120vw;
    }
    .footer form .inputs input {
        font-size: 5vw;
        height: 35px;
    }
    .footer h3 {
        font-size: 5.7vw;
    }
    .footer h2 span {
        font-size: 12vw;
    }
    .footer h2 {
        font-size: 10vw;
    }
    .article h2 {
        font-size: 3.8vw;
        letter-spacing: -1px;
    }
    .article h2 br {
        display: none;
    }
    .article .subtitle {
        font-size: 3.2vw;
        letter-spacing: 0px;
        line-height: 1.3;
    }

    .article h3 {
        font-size: 4.35vw;
        margin-top: 2vw;
    }

    .article .subtitle_mini {
        font-size: 2.9vw;
        letter-spacing: 0px;
        line-height: 1.4;
    }
    .footer form input[type="submit"]{

    font-size: 5vw;
    padding: 2vw 3.6vw;
    }
    .thanks .header a{

    font-size: 5vw;
    padding: 1vw 3.6vw;
    }
    .footer form label {
        font-size: 4vw;
    }

    .hauser {
        position: fixed;
        bottom: 10vw;
        width: 2.5vw;
        left: .5vw;
        z-index: 3001;
    }

    .benefits h2 {
        font-size: 15vw;
        line-height: 1;
        max-width: 50%;
    }

    .benefits .items .item_title h3 {
        font-size: 4.6vw;
    }

    section.header lottie-player {
        position: absolute;
        bottom: 0vw;
        right: -6vw;
        width: 70vw;
        height: 60vw;
    }

    section.top {
        padding: 10px 0px;
        position: relative;
    }

    section.header {
        padding-top: 26vw;
        margin-top: 0px;
        background-size: 70vw, cover;
        background-image: url(../images/back1_2_mob.png), url(../images/back1.jpg);
    }

    section.header h1 {
        font-size: 10vw;
        margin-bottom: 0px;
    }

    section.header h2 {
        font-size: 4.8vw;
        margin-bottom: 0px;
    }

    section.about h2 {
        font-size: 15vw;
    }

    .about p {
        font-size: 3.5vw;
    }
    .benefits_bg {
        background-position: right;
    }

    .about .block_title {
        border-right: 1px solid black;
    }

    section.about {
        padding-bottom: 48vw;
        background-position: -35% 50%, left 400% bottom -100%, center;
        background-repeat: no-repeat;
        background-size: 0px, 320px, 100%;
    }

    .slider .slider__inner {
        height: 50vw;
    }

    .slider .slider__inner .slider__item-selected {
        width: 100vw;
    }

    .about .img_2_2 {
        position: absolute;
        top: 59vw;
        left: 5vw;
        width: 35vw;
    }

    .about .img_2_1 {
        margin-top: 0vw;
        width: 50vw;
    }

    .about video {
        width: 52vw;
        bottom: 10vw;
    }


    .location .block_title {
        padding-right: 3.3vw;
    }

    .location h2 {
        font-size: 16vw;
        margin-bottom: 0px;
    }

    .location .block_title p {
        font-weight: 300;
        font-size: 3vw;
        line-height: 1.2;
        letter-spacing: -0.2px;
    }

    .location .block_title p br {
        display: none;
    }

    .location .block_title .item {
        padding-right: 5.4vw;
        font-size: 2.67vw;
        letter-spacing: 0px;
        margin-bottom: 4.5vw;
    }

    .location .block_title .item lottie-player {
        width: 4.3vw;
        height: 4.3vw;
    }

    .green .block_title {
        padding-right: 2.5vw;
    }

    .green h2 {
        font-size: 15.5vw;
    }

    .green h3 {
        font-size: 3.8vw;
    }

    .green .items .item {
        font-size: 3.4vw;
        padding-right: 4.5vw;
    }

    .green .items .item img {
        width: 3vw;
    }

    .green {
        padding-bottom: 57vw;
        background-position: 65% 85%;
        background-size: 90vw;
    }

    section.top a.logo {
        width: 70% !important;
        margin-right: auto;
    }
}

.slider {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.slider .slider__inner {
    display: flex;
    position: relative;
    align-items: center;
    max-width: 750px;
    height: 40vw;
    margin: 0 auto;
}

.slider .slider__inner .slider__item {
    position: absolute;
    height: auto;
    width: 40vw;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
    pointer-events: none;
    user-select: none;
}

.slider .slider__inner .slider__item-trigger-next {
    left: 15%;
    transform: translateX(-65%);
}

.slider .slider__inner .slider__item-trigger-previous {
    left: 85%;
    transform: translateX(-65%);
}

.slider .slider__inner .slider__item-selected {
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
    height: 300px;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 60vw;
    z-index: 2;
    height: auto;
}

.slider .slider__inner .slider__item-previous,
.slider .slider__inner .slider__item-next {
    height: auto;
    opacity: 1;
    width: 50vw;
    z-index: 1;
}

.slider .slider__inner .slider__item-last,
.slider .slider__inner .slider__item-first {
    opacity: .4;
    z-index: 0;
}

.slider .slider__inner .slider__item-previous {
    left: 30%;
    transform: translateX(-65%);
}

.slider .slider__inner .slider__item-previous:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.slider .slider__inner .slider__item-next {
    left: 70%;
    transform: translateX(-35%);
}

.slider .slider__inner .slider__item-next:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.slider .slider__inner .slider__item-first {
    left: 15%;
    transform: translateX(-85%);
}

.slider .slider__inner .slider__item-last {
    left: 85%;
    transform: translateX(-15%);
}

.slider .slider__inner .slider__item-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider .slider__inner .slider__item-img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    left: 0px;
}

.slider .slider__inner .slider__item-datas {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: .5rem 0;
    background-color: rgba(255, 255, 255, 0.75);
    text-align: center;
    font-family: 'Arial';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slider .slider__controls {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 750px) {
    .slider .slider__controls {
        display: none;
    }
}

.slider .slider__controls-previous,
.slider .slider__controls-next {
    border: 0;
    cursor: pointer;
    font-size: 50px;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.75);
    padding: 0;
}

.slider .slider__controls-previous:focus,
.slider .slider__controls-next:focus {
    outline: none;
}

.animated-item {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    opacity: 0;
}

.active-animated {
    opacity: 1;
}

.active-animated {

    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

@media (max-width: 767px) {
    .slider .slider__inner .slider__item-selected {
        width: 100vw;
    }
}

section.header h2 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

section.header lottie-player {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.tag {
    position: relative;
}
.tag:after {
    content: "התמונה להמחשבה בלבד | Viewpoint";
    position: absolute;
    bottom: 3%;
    right: 10%;
    font-size: 11px;
    color: white;
}
@media (max-width: 1100px) {
    .tag:after {
        font-size: 8px;
        right: 15%;
    }
}
@media (max-width: 767px) {
    .tag:after {
        font-size: 8px;
        right: 10%;
    }
}
.img_2_1:after {
    content: "התמונה להמחשבה בלבד | Viewpoint";
    position: absolute;
    bottom: 1%;
    right: 3%;
    font-size: 11px;
    color: white;
}
@media (max-width: 1100px) {
    .img_2_1:after {
        font-size: 8px;
        right: 3%;
    }
}
@media (max-width: 767px) {
    .img_2_1:after {
        font-size: 8px;
        right: 5%;
    }
}
.img_2_2:after {
    content: "התמונה להמחשבה בלבד | Viewpoint";
    position: absolute;
    top: 3%;
    left: 3%;
    font-size: 6px;
    color: white;
}
@media (max-width: 1100px) {
    .img_2_2:after {
        font-size: 6px;
        left: 3%;
    }
}
@media (max-width: 767px) {
    .img_2_2:after {
        font-size: 6px;
        left: 5%;
    }
}
.footer .cloud-left {
    position: absolute;
    width: 20vw;
    top: 10%;
    right: 100%;
    animation: 72s linear infinite cloud5_d;
    opacity: 0.4;
    pointer-events: none;
    z-index: 2;
}

@keyframes cloud5_d {
    from {
        right: 100%;
    }

    50% {
        right: -25vw;
    }

    to {
        right: 100%
    }
}

#button {
    display: inline-block;
    background-color: #d61e24;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "^";
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 1;
    color: #fff;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -20%);
}

#button:hover {
    cursor: pointer;
    background-color: #333;
    text-decoration: none;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}
a.toform {
    position: fixed;
    left: 0px;
    top: 35%;
    background: #004056;
    font-size: 2vw;
    line-height: 1;
    color: white;
    text-align: center;
    padding: 0.4vw 3vw 1.2vw;
    font-weight: bold;
    border-radius: 0 3vw 3vw 0;
    z-index: 5000;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
}
a.toform:after {
    content: "<<";
    position: absolute;
    left: 10%;
    top: 25%;
    transform: rotate(90deg);
    display: block;
    font-weight: 400;
}
a.toform.show {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 767px) {
    a.toform {
    position: fixed;
    left: 0px;
    top: 19%;
    background: #004056;
    font-size: 4vw;
    line-height: 1;
    color: white;
    text-align: center;
    padding: 1.4vw 7vw 2.2vw;
    font-weight: bold;
    border-radius: 0 3vw 3vw 0;
    z-index: 5000;
    }
}