* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    position: relative
}

#main {
    margin: 0;
    padding: 0
}

body {
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%
}

a,
body,
p {
    color: var(--color_darker_blue);
    font-family: var(--fonts_OpenSans_Regular);
    font-size: 17px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px
}

a {
    color: var(--color_green);
    transition: all .5s ease
}

a,
a:hover {
    text-decoration: none
}

a:hover {
    color: var(--color_darker_blue)
}

body p {
    margin: 0 0 28px
}

body p:last-child {
    margin: 0
}

b,
strong {
    font-family: var(--fonts_OpenSans_Bold)
}

img,
svg {
    max-width: 100%
}

.container {
    --bs-gutter-x: 48px
}

.site_container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 22px;
    padding-right: 22px;
    width: 100%
}

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

@media (min-width:992px) {
    .site_container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .site_container {
        max-width: 1160px
    }
}

@media (min-width:1440px) {
    .site_container {
        max-width: 1184px
    }

    .site_container.site_container_big {
        max-width: 1372px
    }
}

@media (max-width:767px) {
    .site_container {
        max-width: 768px
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px
}

.h1,
h1 {
    font-family: var(--fonts_OpenSans_Light);
    font-size: 104px;
    letter-spacing: -.05em;
    line-height: 127.45px
}

.btn,
.h1,
h1 {
    font-weight: 400
}

.btn {
    background-color: var(--color_btn_gradient);
    cursor: pointer;
    font-style: normal;
    padding: 0;
    transition: all .5s ease
}

.selectric-wrapper .selectric {
    background-color: var(--color_dark_gray_op_30);
    border: none;
    border-radius: 2px;
    display: flex;
    padding: 4px 60px 4px 29px
}

.selectric-wrapper .selectric .label,
.selectric-wrapper .selectric .selectric-items>* {
    border: none;
    color: var(--color_black) !important;
    font-family: var(--fonts_OpenSans_Regular);
    font-size: 12px !important;
    height: inherit !important;
    line-height: 3.5em !important
}

.selectric-wrapper .selectric::-moz-placeholder {
    color: var(--color_black)
}

.selectric-wrapper .selectric::placeholder {
    color: var(--color_black)
}

.selectric-wrapper .selectric:focus {
    border-color: var(--color_darker_blue);
    box-shadow: none
}

.selectric-wrapper .selectric .label {
    margin: 0
}

.selectric-wrapper .selectric .button {
    background-color: transparent;
    cursor: pointer;
    height: 100%;
    margin: 0;
    padding-left: 21px;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    width: 33px
}

.selectric-wrapper .selectric .button:before {
    background-color: var(--color_light_gray_2);
    content: "";
    cursor: auto;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px
}

.selectric-wrapper .selectric .button:after {
    background-image: url(../../images/arrow__down.svg);
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    border: none;
    cursor: auto;
    height: 10px;
    left: auto;
    margin: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s ease;
    width: 12px
}

.selectric-wrapper .selectric-scroll ul {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: var(--color_light_gray_op_70);
    border: none;
    border-radius: 2px
}

.selectric-wrapper .selectric-scroll ul li {
    border: none;
    border-radius: 2px;
    color: var(--color_black);
    font-family: var(--fonts_OpenSans_Regular);
    font-size: 12px;
    line-height: 3.5em;
    padding: 4px 29px;
    position: relative
}

.selectric-wrapper .selectric-scroll ul li:before {
    background: linear-gradient(180deg, var(--color_dark_blue), var(--color_deep_teal));
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all .5s ease;
    width: 100%
}

.selectric-wrapper.selectric-open .selectric .button:after {
    transform: translateY(-50%) rotate(180deg)
}

.selectric-wrapper.selectric-open .selectric-items .selectric-scroll ul li.highlighted,
.selectric-wrapper.selectric-open .selectric-items .selectric-scroll ul li.selected,
.selectric-wrapper.selectric-open .selectric-items .selectric-scroll ul li:hover {
    background: transparent
}

.selectric-wrapper.selectric-open .selectric-items .selectric-scroll ul li.highlighted:before,
.selectric-wrapper.selectric-open .selectric-items .selectric-scroll ul li.selected:before,
.selectric-wrapper.selectric-open .selectric-items .selectric-scroll ul li:hover:before {
    background: linear-gradient(180deg, var(--color_dark_blue), var(--color_deep_teal));
    opacity: .2
}

@media (max-width:991px) {
    .selectric-wrapper .selectric {
        padding-left: 15px
    }

    .selectric-wrapper .selectric .label,
    .selectric-wrapper .selectric .selectric-items>* {
        line-height: 2.5em !important
    }

    .selectric-wrapper .selectric-scroll ul li {
        line-height: 2.5em
    }
}

/*# sourceMappingURL=global.css.map */