:root {
    --blue: #0075bf;
    --black: #181822;
    --dark-blue: #1a3a5b;
    --white: #fbfbfb;
    --opacity-blue: #79a0d5;
    --gray: #dedede;
    --dark-green: #1a3a5b
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

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

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

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

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a {
    display: block;
    text-decoration: none
}

a:focus {
    outline: thin dotted
}

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

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

figure,
form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

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

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

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

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

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

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

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

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

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

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

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

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

img {
    vertical-align: middle
}

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

textarea {
    resize: vertical
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

html {
    box-sizing: border-box;
    font-size: .5208333333vw
}

@media (max-width:1024px) {
    html {
        font-size: .9765625vw
    }
}

@media (max-width:500px) {
    html {
        font-size: 2.6666666667vw
    }
}

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

body {
    font-family: Roboto;
    font-style: normal;
    line-height: normal;
    scroll-behavior: smooth;
    background: #f9f9f9
}

.border-button {
    border-radius: 2.5rem;
    border: .1rem solid var(--blue);
    padding: 1rem;
    color: var(--black);
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem;
    text-transform: uppercase;
    background: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .2s linear;
    width: -webkit-fit-content;
    width: fit-content;
    position: relative;
    overflow: hidden
}

.border-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--opacity-blue);
    opacity: .3;
    border-radius: 3rem;
    transition: all 1s ease;
    z-index: 0
}

.border-button:hover:before {
    width: 100%
}

.blue-button {
    color: var(--white);
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 2rem;
    text-transform: uppercase;
    border-radius: 5rem;
    background: var(--blue);
    border: none;
    padding: 1rem;
    position: relative;
    overflow: hidden
}

.blue-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: hsla(0, 0%, 100%, .329);
    border-radius: 3rem;
    transition: all 1s ease;
    z-index: 0
}

.blue-button:hover:before {
    width: 100%
}

.page-padding {
    padding-left: 8rem;
    padding-right: 8rem
}

@media (max-width:1024px) {
    .page-padding {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

@media (max-width:500px) {
    .page-padding {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.page-margin {
    margin-left: 8rem;
    margin-right: 8rem
}

@media (max-width:1024px) {
    .page-margin {
        margin-left: 3rem;
        margin-right: 3rem
    }
}

@media (max-width:500px) {
    .page-margin {
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }
}

.arrow-button {
    color: var(--black);
    font-family: Roboto;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 2rem;
    text-transform: uppercase;
    border-radius: 5rem;
    border: .1rem solid var(--blue);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    padding: 2rem 3rem;
    width: -webkit-fit-content;
    width: fit-content;
    position: relative;
    overflow: hidden
}

.arrow-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--opacity-blue);
    opacity: .3;
    border-radius: 3rem;
    transition: all 1s ease;
    z-index: 0
}

.arrow-button:hover:before {
    width: 100%
}

.arrow-button svg {
    width: 5rem;
    height: 5rem;
    fill: var(--black)
}

@media (max-width:500px) {
    .arrow-button {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 2.5rem;
        letter-spacing: 0;
        padding: 1rem 2rem
    }

    .arrow-button svg {
        width: 3rem;
        height: 3rem
    }
}

.mt-5 {
    margin-top: 5rem
}

@media (max-width:1024px) {
    .mt-5 {
        margin-top: 3rem
    }
}

.mt-7 {
    margin-top: 7rem
}

@media (max-width:1024px) {
    .mt-7 {
        margin-top: 5rem
    }
}

.mt-10 {
    margin-top: 10rem
}

@media (max-width:1024px) {
    .mt-10 {
        margin-top: 7rem
    }
}

@media (max-width:500px) {
    .mt-10 {
        margin-top: 6rem
    }
}

.mt-15 {
    margin-top: 15rem
}

@media (max-width:1024px) {
    .mt-15 {
        margin-top: 10rem
    }
}

@media (max-width:500px) {
    .mt-15 {
        margin-top: 6rem
    }
}

.mt-17 {
    margin-top: 17rem
}

@media (max-width:1024px) {
    .mt-17 {
        margin-top: 10rem
    }
}

@media (max-width:500px) {
    .mt-17 {
        margin-top: 6rem
    }
}

.mt-20 {
    margin-top: 20rem
}

@media (max-width:1024px) {
    .mt-20 {
        margin-top: 10rem
    }
}

@media (max-width:500px) {
    .mt-20 {
        margin-top: 6rem
    }
}

.mt-25 {
    margin-top: 25rem
}

@media (max-width:1024px) {
    .mt-25 {
        margin-top: 10rem
    }
}

@media (max-width:500px) {
    .mt-25 {
        margin-top: 6rem
    }
}

.page {
    padding-top: 10.8rem;
}

header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    transition: all .2s linear;
    position: fixed;
    top: 0;
    z-index: 111;
    background: var(--white);
    width: 100%
}

header .border-button {
    background: var(--blue);
    color: var(--white);
    transition: all .3s linear
}

header .border-button:hover {
    background: var(--white);
    color: var(--black)
}

@media (max-width:1024px) {
    header .border-button {
        display: none
    }
}

header>ul {
    display: -ms-flexbox;
    display: flex;
    gap: 4.8rem
}

@media (max-width:1024px) {
    header>ul {
        display: none
    }
}

header>ul li {
    color: var(--black);
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem;
    text-transform: uppercase;
    position: relative
}

header>ul li:hover ul {
    display: block
}

header>ul li>a {
    background-image: linear-gradient(90deg, var(--blue), var(--blue) 50%, var(--black) 0);
    background-size: 200% 100%;
    background-position: 100%;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .3s ease-in-out
}

header>ul li a:hover {
    background-position: 0
}

header>ul li ul {
    position: absolute;
    width: 41.3rem;
    border-radius: 5rem;
    background: var(--black);
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    display: none
}

header>ul li ul li {
    border-bottom: .1rem solid var(--gray)
}

header>ul li ul li:last-child {
    border-bottom: 0
}

header>ul li ul li a {
    padding: 1rem 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: var(--white);
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.5rem;
    text-transform: uppercase;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.6rem
}

header>ul li ul li a svg {
    width: 2.5rem;
    height: 2.5rem;
    fill: var(--white);
    stroke: var(--white)
}

header>ul li ul li a {
    background-image: linear-gradient(90deg, var(--blue), var(--blue) 50%, var(--white) 0);
    background-size: 200% 100%;
    background-position: 100%;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .3s ease-in-out
}

header>ul li ul li a:hover {
    background-position: 0
}

.header-logo {
    width: 18rem;
    height: 6.4rem
}

.header-logo svg {
    width: 100%;
    height: 100%
}

.burger-button {
    display: none;
    border: none;
    background: none;
    width: 4.6rem;
    height: 4.6rem
}

@media (max-width:1024px) {
    .burger-button {
        display: block
    }
}

.burger-button svg,
.burger-modal {
    width: 100%;
    height: 100%
}

.burger-modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    overflow: auto;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: opacity .3s ease
}

.burger-modal .close {
    color: var(--black);
    float: right;
    font-size: 4.5rem;
    font-weight: 700;
    cursor: pointer;
    line-height: 100%
}

.burger-modal .close:focus,
.burger-modal .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.burger-modal.open {
    opacity: 1
}

.burger-modal-content {
    background-color: var(--white);
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    opacity: 0;
    padding-top: 3rem;
    padding-bottom: 2rem;
    transition: transform .3s ease, opacity .3s ease
}

.burger-modal-content>ul {
    width: 60%
}

@media (max-width:500px) {
    .burger-modal-content>ul {
    	display: flex;
    	flex-direction: column;
    	gap: 5rem;
    	margin-top: 6rem;
    	
	}
	
	.burger-modal-content button {
		margin-top: 11rem;
	}
}

.burger-modal-content>ul li a {
    transition: .4s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: var(--black);
    font-size: 3rem;
    font-weight: 400;
    line-height: 3.2rem;
    text-transform: uppercase
}

.burger-modal-content>ul li a svg {
    width: 2.5rem;
    height: 2.5rem
}

.burger-modal-content>ul li ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out
}

.burger-modal-content>ul li ul li {
    padding-left: 1rem
}

.burger-modal-content>ul li ul a {
    color: var(--black);
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 3.2rem
}

.burger-modal.open .burger-modal-content {
    transform: translateX(0);
    opacity: 1
}

.header-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 3rem
}

.header-buttons a:last-child,
.header-buttons button:last-child {
    background: none;
    border: none;
    width: 2.7rem;
    height: 2.7rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.header-buttons a:last-child div,
.header-buttons button:last-child div {
    position: absolute;
    width: 1.8rem;
    height: 1.8rem;
    background: var(--blue);
    top: -.5rem;
    right: -.5rem;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6rem;
    letter-spacing: 0;
    text-align: left
}

.connect-modal,
.header-buttons a:last-child img,
.header-buttons button:last-child img {
    width: 100%;
    height: 100%
}

.connect-modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    overflow: auto;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: opacity .3s ease
}

.connect-modal.open {
    opacity: 1
}

.connect-modal-content {
    margin: 15% auto;
    width: 52%;
    transform: translateY(-50px);
    opacity: 0;
    transition: transform .3s ease, opacity .3s ease;
    padding: 8rem 10rem 4rem;
    border-radius: 5rem;
    background: #e8edf5;
    position: relative
}

@media (max-width:1024px) {
    .connect-modal-content {
        width: 90%
    }
}

@media (max-width:500px) {
    .connect-modal-content {
        padding: 2rem;
        border-radius: 2rem
    }
}

.connect-modal-content .close {
    position: absolute;
    top: 4rem;
    right: 4rem;
    background: none;
    border: none;
    width: 3.4rem;
    height: 3.4rem
}

@media (max-width:500px) {
    .connect-modal-content .close {
        width: 2rem;
        height: 2rem;
        top: 2rem;
        right: 2rem
    }
}

.connect-modal-content .close svg {
    width: 100%;
    height: 100%
}

.connect-modal-content h2 {
    color: var(--black);
    font-family: BOWLER;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 2.6rem;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase
}

@media (max-width:500px) {
    .connect-modal-content h2 {
        font-size: 1.6rem;
        line-height: 1.8rem
    }
}

.connect-modal-content form {
    margin-top: 2rem
}

.connect-modal-content form .connect-form__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem
}

.connect-modal-content form .connect-form__content p {
    color: var(--black);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6rem;
    letter-spacing: 0;
    text-align: left
}

.connect-modal-content form .connect-form__content input,
.connect-modal-content form .connect-form__content textarea {
    color: var(--black);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7rem;
    letter-spacing: 0;
    text-align: left;
    border-radius: 1rem;
    background: var(--white);
    resize: none;
    padding: 1.2rem 1.5rem;
    border: none;
    outline: none;
    margin-top: .5rem;
    width: 100%
}

.connect-modal-content form .connect-form__content input::-webkit-input-placeholder,
.connect-modal-content form .connect-form__content textarea::-webkit-input-placeholder {
    opacity: .2
}

.connect-modal-content form .connect-form__content input:-ms-input-placeholder,
.connect-modal-content form .connect-form__content input::-ms-input-placeholder,
.connect-modal-content form .connect-form__content textarea:-ms-input-placeholder,
.connect-modal-content form .connect-form__content textarea::-ms-input-placeholder {
    opacity: .2
}

.connect-modal-content form .connect-form__content input::placeholder,
.connect-modal-content form .connect-form__content textarea::placeholder {
    opacity: .2
}

.connect-modal-content form .connect-form__content textarea {
    min-height: 10rem
}

.connect-modal-content form .connect-form__content div {
    width: 48.6%
}

@media (max-width:500px) {
    .connect-modal-content form .connect-form__content div {
        width: 100%
    }
}

.connect-modal-content form .connect-form__content .textarea-wrapper {
    width: 100%
}

.connect-form__button {
    margin-top: 4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:500px) {
    .connect-form__button {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2rem
    }
}

.connect-form__button p {
    color: var(--black);
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.4rem;
    letter-spacing: 0;
    text-align: left;
    width: 60%
}

@media (max-width:500px) {
    .connect-form__button p {
        width: 100%
    }
}

.connect-form__button p a {
    color: var(--blue);
    display: inline
}

.connect-modal.open .connect-modal-content {
    transform: translateY(0);
    opacity: 1
}

.thanks-modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: opacity .3s ease
}

.thanks-modal.open {
    opacity: 1
}

.thanks-modal-content {
    border-radius: 5rem;
    background: #fbfbfb;
    margin: 15% auto;
    width: 42%;
    transform: translateY(-50px);
    opacity: 0;
    transition: transform .3s ease, opacity .3s ease;
    padding: 10rem 10rem 4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1024px) {
    .thanks-modal-content {
        width: 90%
    }
}

@media (max-width:500px) {
    .thanks-modal-content {
        padding: 2rem;
        border-radius: 2rem
    }
}

.thanks-modal-content h2 {
    color: #1a3a5b;
    font-family: BOWLER;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 3.2rem;
    letter-spacing: 5%;
    text-align: center;
    text-transform: uppercase
}

@media (max-width:500px) {
    .thanks-modal-content h2 {
        font-size: 1.8rem;
        line-height: 2rem
    }
}

.thanks-modal-content p {
    color: #1a3a5b;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 5%;
    text-align: center;
    text-transform: uppercase;
    margin-top: 4rem
}

@media (max-width:500px) {
    .thanks-modal-content p {
        font-size: 1.6rem
    }
}

.thanks-modal-content .blue-button {
    margin-top: 5.5rem;
    padding: 2rem
}

@media (max-width:500px) {
    .thanks-modal-content .blue-button {
        margin-top: 2rem
    }
}

.thanks-modal.open .thanks-modal-content {
    transform: translateY(0);
    opacity: 1
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: a 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes a {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

footer {
    background: var(--dark-blue)
}

@media (max-width:500px) {
    footer {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer-content {
    display: -ms-flexbox;
    display: flex;
    padding-top: 4.5rem;
    padding-bottom: 2.4rem
}

@media (max-width:500px) {
    .footer-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

.footer-content ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    width: 25rem
}

@media (max-width:500px) {
    .footer-content ul {
        width: 100%
    }
}

.footer-content ul:first-of-type {
    margin-left: 10rem
}

@media (max-width:1024px) {
    .footer-content ul:first-of-type {
        margin-left: 3rem
    }
}

@media (max-width:500px) {
    .footer-content ul:first-of-type {
        margin-left: 0;
        margin-top: 4rem
    }
}

.footer-content ul li {
    color: var(--white);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.4rem
}

.footer-content ul li a {
    text-decoration: none;
    color: var(--white);
    background-image: linear-gradient(90deg, var(--blue), var(--blue) 50%, var(--white) 0);
    background-size: 200% 100%;
    background-position: 100%;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .3s ease-in-out
}

.footer-content ul li a:hover {
    background-position: 0
}

.footer-content ul li:first-child {
    color: var(--white);
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.3rem
}

.footer-content ul li:nth-child(2) {
    margin-top: 1.3rem
}

.location-container {
    margin-left: 5rem;
    width: 28rem
}

@media (max-width:1024px) {
    .location-container {
        margin-left: 3rem
    }
}

@media (max-width:500px) {
    .location-container {
        margin-left: 0
    }
}

.location-container ul {
    margin-left: 0 !important
}

.location-container ul:last-of-type {
    width: unset !important;
    margin-top: 4.6rem
}

@media (max-width:500px) {
    .location-container ul:last-of-type {
        margin-top: 2rem;
        gap: 0
    }
}

.location-container ul:last-of-type li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.3rem;
    color: var(--white);
    font-family: Roboto;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.2rem
}

.location-container ul:last-of-type li a svg {
    width: 3.6rem;
    height: 3.6rem;
    fill: var(--white)
}

.location-container ul:last-of-type li a {
    background-image: linear-gradient(90deg, var(--blue), var(--blue) 50%, var(--white) 0);
    background-size: 200% 100%;
    background-position: 100%;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .3s ease-in-out
}

.location-container ul:last-of-type li a:hover {
    background-position: 0
}

.footer-content__logo {
    width: 35rem
}

@media (max-width:500px) {
    .footer-content__logo {
        width: 16.2rem;
        height: 5.6rem
    }
}

.footer-content__logo svg {
    width: 100%;
    height: 100%;
    fill: var(--white)
}

.footer-content__map {
    width: 70rem;
    height: 31rem;
    margin-left: 3.5rem;
    filter: grayscale(1)
}

@media (max-width:500px) {
    .footer-content__map {
        margin-top: 3rem;
        width: 100%;
        margin-left: 0
    }
}

.footer-content__map iframe {
    width: 100%;
    height: 100%
}

.other-information {
    padding-top: 2.8rem;
    padding-bottom: 4rem;
    border-top: .2rem solid var(--white);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:500px) {
    .other-information {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.other-information a,
.other-information p {
    color: var(--white);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    opacity: .5
}

.title-block {
    margin-top: 8rem;
    overflow: hidden
}

@media (max-width:500px) {
    .title-block {
        margin-top: 4rem
    }
}

.title-block .cursor {
    display: inline-block;
    width: .1rem;
    height: 5rem;
    background-color: #000;
    animation: b 1s infinite;
    margin-left: .2rem
}

@keyframes b {

    0%,
    to {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

.title-block h1 {
    color: var(--black);
    font-family: BOWLER;
    font-size: 6.4rem;
    font-weight: 400;
    line-height: 7rem;
    text-transform: uppercase;
    white-space: nowrap
}

@media (max-width:1024px) {
    .title-block h1 {
        font-size: 5.4rem;
        line-height: 6rem;
        white-space: normal;
    }
}

@media (max-width:500px) {
    .title-block h1 {
        font-size: 3.2rem;
        line-height: 3.2rem
    }
}

.title-block .title-block__swiper {
    margin-top: 3.7rem
}

.title-block .title-block__swiper .title-block__swiper-scrollbar {
    width: 100%;
    height: .5rem;
    background: var(--gray);
    margin-top: 6rem
}

@media (max-width:500px) {
    .title-block .title-block__swiper .title-block__swiper-scrollbar {
        margin-top: 1.8rem
    }
}

.title-block .title-block__swiper .title-block__swiper-scrollbar .swiper-scrollbar-drag {
    background: var(--blue)
}

.title-block .title-block__swiper .swiper-slide:nth-child(1), .title-block .title-block__swiper .swiper-slide:nth-child(2), .title-block .title-block__swiper .swiper-slide:nth-child(3) {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
    will-change: transform, opacity;
    opacity: 0;
}
@media (max-width:1024px) {
	.title-block .title-block__swiper .swiper-slide:nth-child(1), .title-block .title-block__swiper .swiper-slide:nth-child(2), .title-block .title-block__swiper .swiper-slide:nth-child(3) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    will-change: transform, opacity;
    opacity: 1;
}
}

.title-block .title-block__swiper .swiper-slide div {
    padding: 5.8rem 5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    border-radius: 5rem;
    border: .1rem solid var(--blue);
    min-height: 15rem;
}

@media (max-width:500px) {
    .title-block .title-block__swiper .swiper-slide div {
        padding: 2rem 3rem;
        border-radius: 1.5rem
    }
}

.title-block .title-block__swiper .swiper-slide div h2 {
    font-family: BOWLER;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 3.6rem;
    letter-spacing: .18rem;
    text-transform: uppercase;
    color: var(--blue);
    white-space: nowrap
}

@media (max-width:500px) {
    .title-block .title-block__swiper .swiper-slide div h2 {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 2.4rem;
        white-space: wrap
    }
}

.title-block .title-block__swiper .swiper-slide div h2 span {
    color: var(--dark-blue)
}

.title-block .title-block__swiper .swiper-slide div p {
    color: var(--4, #181822);
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.2rem
}

@media (max-width:500px) {
    .title-block .title-block__swiper .swiper-slide div p {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2rem
    }
}

.title-block__inner {
    display: -ms-flexbox;
    display: flex;
    gap: 1rem
}

@media (max-width:500px) {
    .title-block__inner {
        gap: 2.3rem;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.title-block__inner h2 {
    color: var(--black);
    font-family: BOWLER;
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 5.8rem;
    text-transform: uppercase;
    margin-top: 1rem
}

@media (max-width:1024px) {
    .title-block__inner h2 {
        font-size: 3.8rem;
        line-height: 3.8rem
    }
}

@media (max-width:500px) {
    .title-block__inner h2 {
        font-size: 2.8rem;
        font-weight: 400;
        line-height: 2.8rem
    }
}

.title-block__inner-img {
    width: 52.6rem;
    border-radius: 5rem;
    overflow: hidden
}

@media (max-width:500px) {
    .title-block__inner-img {
        width: 100%;
        border-radius: 1.5rem;
        height: 15.8rem
    }
}

.title-block__inner-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.ticker {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 1.8rem;
    overflow: hidden;
    padding: 3.4rem 0;
    background: var(--blue);
    margin-top: 9rem
}

@media (max-width:500px) {
    .ticker {
        margin-top: 4rem;
        padding: 2rem 0
    }
}

.ticker p {
    color: var(--white);
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.4rem
}

.ticker-content {
    gap: 1.8rem;
    white-space: nowrap;
    will-change: transform
}

.products h2,
.ticker-content {
    display: -ms-flexbox;
    display: flex
}

.products li {
	will-change: transform, opacity;
}

.products {
	margin-top: 8rem;
}

@media (max-width:500px) {
    .products {
        margin-top: 4rem;
    }
}

.products h2 {
    color: var(--black);
    font-family: BOWLER;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4.8rem;
    letter-spacing: .48rem;
    text-transform: uppercase;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:1024px) {
    .products h2 {
        font-size: 7.6rem;
        line-height: 7.6rem
    }
}

@media (max-width:500px) {
    .products h2 {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 2.8rem;
        letter-spacing: 0
    }
}

.products > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 5rem
}

@media (max-width:1024px) {
    .products > ul {
        gap: 1rem
    }
}

@media (max-width:500px) {
    .products ul {
        margin-top: 2.2rem;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.4rem
    }
}

.products ul li>button {
    padding: 1.5rem 4rem;
    font-size: 2rem;
    line-height: 2rem;
    border-radius: 5rem;
    border: .2rem solid var(--blue)
}

.products ul li a.border-button {
    padding: 1.5rem 4rem;
    border: .2rem solid var(--blue);
    border-radius: 5rem;
}

@media (max-width:1024px) {
    .products ul li>button {
        font-size: 2.6rem;
        line-height: 2.6rem;
        padding: 2rem 1rem
    }
    
    .products ul li a.border-button {
    	font-size: 2.6rem;
        line-height: 2.6rem;
        padding: 2rem 1rem
    }
}

@media (max-width:500px) {
    .products ul li>button {
        font-size: 1.4rem;
        line-height: 2.5rem;
        padding: .8rem 1.4rem
    }
    
    .products ul li a.border-button {
    	font-size: 1.4rem;
        line-height: 2.5rem;
        padding: .8rem 1.4rem
    }
}

.products ul li>div {
    display: none
}

.chip {
    display: -ms-flexbox;
    display: flex;
    margin-top: 5rem;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1024px) {
    .chip {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 3rem
    }
}

.chip-img {
    border-radius: 5rem;
    overflow: hidden;
    width: 72.2rem;
    height: 53rem
}

@media (max-width:1024px) {
    .chip-img {
        width: 100%;
        height: 100%
    }
}

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

.chip-content {
    width: 80.4rem
}

@media (max-width:1024px) {
    .chip-content {
        width: 100%
    }
}

.chip-content h2 {
    color: var(--dark-blue);
    font-family: BOWLER;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: .02rem;
    text-transform: uppercase
}

.chip-content ul {
    margin-top: 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.chip-content ul li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.2rem 0;
    background-image: linear-gradient(90deg, var(--blue), var(--blue) 50%, var(--black) 0);
    background-size: 200% 100%;
    background-position: 100%;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .3s ease-in-out
}

.chip-content ul li a:hover {
    background-position: 0
}

.chip-content ul li:not(:first-child) {
    border-top: .1rem solid var(--gray)
}

.chip-content ul li svg {
    width: 3rem;
    height: 2.4rem;
    fill: #79a0d5;
    stroke: #79a0d5
}

.chip-content ul li p {
    color: var(--black);
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem
}

.more {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    column-gap: 2rem
}

@media (max-width:500px) {
    .more {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, auto)
    }
}

.more .more-text {
    grid-area: 1/1/2/3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (max-width:500px) {
    .more .more-text {
        grid-area: 2/1/3/3;
        margin-top: 2rem
    }
}

.more .more-text>p {
    margin-top: 1.5rem;
    color: var(--black);
    text-align: right;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.2rem;
    grid-area: 2/1/3/3;
    width: 70%
}

@media (max-width:500px) {
    .more .more-text>p {
        width: 100%;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2rem
    }
}

.more h2 {
    color: var(--black);
    font-family: BOWLER;
    font-size: 4rem;
    font-weight: 400;
    line-height: 4rem;
    letter-spacing: .032rem;
    text-transform: uppercase;
    text-align: end;
    width: 60%
}

@media (max-width:1024px) {
    .more h2 {
        font-size: 5.4rem;
        line-height: 6.2rem
    }
}

@media (max-width:500px) {
    .more h2 {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 2.8rem;
        width: 100%
    }
}

.more h2 span {
    color: var(--blue)
}

.more form {
    width: 85.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    grid-area: 2/2/3/3;
    margin-top: 3rem
}

@media (max-width:1024px) {
    .more form {
        width: 100%
    }
}

@media (max-width:500px) {
    .more form {
        grid-area: 3/1/4/3;
        margin-top: 2rem
    }
}

.more form input,
.more form textarea {
    color: var(--black);
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 2.8rem;
    border-radius: 2.5rem;
    border: .1rem solid var(--dark-blue);
    background: var(--white);
    padding: 3.6rem 4.1rem;
    resize: none;
    outline: none
}

@media (max-width:500px) {

    .more form input,
    .more form textarea {
        border-radius: 2rem;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2rem;
        padding: 2rem 1rem
    }
}

.more form input::-webkit-input-placeholder,
.more form textarea::-webkit-input-placeholder {
    opacity: .5
}

.more form input:-ms-input-placeholder,
.more form input::-ms-input-placeholder,
.more form textarea:-ms-input-placeholder,
.more form textarea::-ms-input-placeholder {
    opacity: .5
}

.more form input::placeholder,
.more form textarea::placeholder {
    opacity: .5
}

.more form textarea {
    height: 23.2rem
}

@media (max-width:500px) {
    .more form textarea {
        height: 14rem
    }
}

.more-inner__img {
    border-radius: 5rem;
    overflow: hidden;
    grid-area: 2/1/3/2;
    margin-top: 3rem;
    max-height: 60.3rem
}

@media (max-width:1024px) {
    .more-inner__img {
        width: 100%;
        margin-top: 4rem
    }
}

@media (max-width:500px) {
    .more-inner__img {
        grid-area: 1/1/2/3;
        margin-top: 0;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        border-radius: 1.5rem
    }
}

.more-inner__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.more-inner__form-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 3.2rem
}

@media (max-width:500px) {
    .more-inner__form-button {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem
    }
}

.more-inner__form-button button {
    width: 50%;
    height: 10rem
}

@media (max-width:500px) {
    .more-inner__form-button button {
        width: 100%;
        height: 6.5rem;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 2.5rem
    }
}

.more-inner__form-button p {
    width: 50%;
    color: var(--black);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6rem
}

@media (max-width:500px) {
    .more-inner__form-button p {
        width: 100%;
        font-size: 1rem;
        font-weight: 400;
        line-height: 135%
    }
}

.more-inner__form-button p a {
    display: inline;
    color: var(--blue);
    text-decoration: underline
}

.video-container {
    border-radius: 5rem;
    position: relative
}

@media (max-width:1024px) {
    .video-container {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

@media (max-width:500px) {
    .video-container {
        margin-top: 2rem;
        padding-top: 0;
        padding-bottom: 0
    }
}

.video-container video {
    width: 100%;
    height: 67rem;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2.5rem
}

@media (max-width:1024px) {
    .video-container video {
        height: 100%;
        border-radius: 5rem
    }
}

@media (max-width:500px) {
    .video-container video {
        border-radius: 2.5rem;
        height: 30rem
    }
}

.video-container button {
    width: 12rem;
    height: 12rem;
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width:1024px) {
    .video-container button {
        width: 20rem;
        height: 20rem
    }
}

@media (max-width:500px) {
    .video-container button {
        width: 8rem;
        height: 8rem
    }
}

.video-container button svg {
    width: 100%;
    height: 100%
}

.press-center {
    overflow: hidden
}

.press-center .arrow-button {
    margin-top: 9rem;
    margin-left: auto
}

@media (max-width:1024px) {
    .press-center .arrow-button {
        margin-top: 3rem;
        width: 100%
    }
}

.press-center h2 {
    font-family: BOWLER;
    color: var(--black);
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 4.8rem;
    letter-spacing: .48rem;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:1024px) {
    .press-center h2 {
        font-size: 7.6rem;
        line-height: 7.6rem
    }
}

@media (max-width:500px) {
    .press-center h2 {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 2.8rem;
        letter-spacing: 0
    }
}

.press-center ul {
    margin-top: 5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5rem
}

@media (max-width:500px) {
    .press-center ul {
        margin-top: 3rem;
        gap: 3rem
    }
}

.press-center ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 39.4rem;
    height: fit-content
}

@media (max-width:1024px) {
    .press-center ul li {
        width: 100%;
        height: 100%
    }
}

/*.press-center ul li:first-of-type {
    width: 84.3rem;
    height: 70rem
}

.press-center ul li:first-of-type a {
    width: 100%;
    height: 97%
}

.press-center ul li:first-of-type a .press-center__content-wrapper {
    width: 100%;
    height: 100%
}

.press-center ul li:first-of-type a .press-center__img {
    height: 56rem;
}

@media (max-width:1024px) {
    .press-center ul li:first-of-type a .press-center__img {
    	height: 100%;
	}
}


@media (max-width:1024px) {
    .press-center ul li:first-of-type {
        width: 100%;
        height: 100%
    }
}

.press-center ul li:not(:first-of-type) .press-center__img {
    width: 40.3rem;
    height: 41.4rem
}

@media (max-width:1024px) {
    .press-center ul li:not(:first-of-type) .press-center__img {
        width: 100%;
        height: 100%
    }
}*/

.press-center ul li .press-center__img {
    width: 40.3rem;
    height: 41.4rem
}

@media (max-width:1024px) {
    .press-center ul li .press-center__img {
        width: 100%;
        height: 100%
    }
}

.press-center__img {
    border-radius: 2.5rem;
    overflow: hidden
}

@media (max-width:500px) {
    .press-center__img {
        border-radius: 1.5rem
    }
}

.press-center__content-wrapper p:first-of-type {
    color: var(--black);
    font-family: Roboto;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 2.4rem;
    margin-top: 2rem
}

@media (max-width:500px) {
    .press-center__content-wrapper p:first-of-type {
        margin-top: 1.5rem
    }
}

.press-center__content-wrapper p:last-of-type {
    color: var(--black);
    font-family: Roboto;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    opacity: .85;
    margin-top: 1rem
}

.press-center__content-comment-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:500px) {
    .press-center__content-comment-wrapper {
        margin-top: 1.7rem
    }
}

.press-center__content-comment {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.3rem
}

.press-center__content-comment div {
    display: -ms-flexbox;
    display: flex;
    gap: .3rem;
    -ms-flex-align: center;
    align-items: center
}

.press-center__content-comment div p {
    color: var(--gray);
    font-family: Roboto;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem
}

.press-center__content-comment svg {
    width: 2.5rem;
    height: 2.5rem
}

.press-center__content-date p {
    color: var(--gray);
    font-family: Roboto;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem
}

.press-center__img {
    width: 100%
    overflow: hidden;
    border: 0.1rem solid var(--blue);
}

.press-center__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.manufacturers-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 4rem
}

@media (max-width:1024px) {
    .manufacturers-title {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2rem;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.manufacturers-title h2 {
    color: var(--black);
    font-family: BOWLER;
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 4.8rem;
    letter-spacing: .48rem;
    text-transform: uppercase
}

@media (max-width:1024px) {
    .manufacturers-title h2 {
        font-size: 6.6rem;
        line-height: 6.6rem
    }
}

@media (max-width:500px) {
    .manufacturers-title h2 {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 2.8rem;
        letter-spacing: 0
    }
}

@media (max-width:500px) {
    .manufacturers-title .arrow-button {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 2.5rem;
        letter-spacing: 0;
        padding: 1.3rem 3rem
    }
}

@media (max-width:500px) {
    .manufacturers-title .arrow-button svg {
        width: 3rem;
        height: 3rem
    }
}

.manufacturers p {
    margin-top: 5rem;
    margin-left: auto;
    width: 130rem;
    color: var(--black);
    text-align: right;
    font-family: Roboto;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem
}

@media (max-width:1024px) {
    .manufacturers p {
        width: 100%
    }
}

@media (max-width:500px) {
    .manufacturers p {
        margin-top: 2rem;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2rem;
        letter-spacing: 0
    }
}

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

@media (max-width:1024px) {
    .partners {
        -ms-flex-pack: space-between;
        justify-content: space-between;
        gap: 3rem
    }
}

@media (max-width:500px) {
    .partners {
        margin-top: 1rem;
        gap: 2rem
    }
}

.partners li {
    width: -webkit-fit-content;
    width: fit-content;
    max-width: 40rem
}

@media (max-width:500px) {
    .partners li {
        width: 15rem
    }
}

.partners li a {
	width: 30rem;
}

@media (max-width:1024px) {
    .partners li a {
        width: 18rem
    }
}

@media (max-width:500px) {
    .partners li a {
        width: 100%
    }
}

.partners li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.letters {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.2rem;
    font-weight: 600
}

@media (max-width:1024px) {
    .letters {
    	        -ms-flex-align: start;
        align-items: flex-start;
        gap: 2rem
    }
}

@media (max-width:500px) {
    .letters {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 1.6rem
    }
}

.letters a {
    color: var(--blue)
}

.about-us-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 2rem;
    overflow: hidden
}

@media (max-width:1024px) {
    .about-us-content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2rem
    }
}

.about-us-content .about-us__video-container {
    position: relative;
    border-radius: 2.5rem;
    overflow: hidden;
    grid-area: 1/1/3/2
}

.about-us-content .about-us__video-container video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about-us-content .about-us__video-container button {
    width: 15rem;
    height: 15rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    transition: all .2s linear
}

.about-us-content .about-us__video-container button:hover {
    scale: 1.1
}

@media (max-width:500px) {
    .about-us-content .about-us__video-container button {
        width: 9rem;
        height: 9rem
    }
}

.about-us-content .about-us__video-container button svg {
    width: 100%;
    height: 100%
}

.about-us-content__text {
    grid-area: 2/2/3/3;
    overflow: hidden
}

.about-us-content__title {
    -ms-flex-pack: end;
    justify-content: end;
    gap: 4rem;
    grid-area: 1/2/2/3
}

.about-us-content__title,
.about-us-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.about-us-info {
    gap: 5rem
}

@media (max-width:500px) {
    .about-us-info {
        gap: 1rem;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.about-us-info__img {
    width: 28rem;
    border-radius: 5rem;
    overflow: hidden
}

@media (max-width:1024px) {
    .about-us-info__img {
        width: 100%
    }
}

@media (max-width:500px) {
    .about-us-info__img {
        width: 70rem
    }
}

.about-us-info__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about-us-info__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem
}

@media (max-width:500px) {
    .about-us-info__text {
        gap: 2rem
    }
}

.about-us-info__text p {
    color: var(--black);
    font-family: Roboto;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4rem
}

@media (max-width:500px) {
    .about-us-info__text p {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2rem;
        letter-spacing: 0
    }
}

.about-us-content h2 {
    color: var(--black);
    font-family: BOWLER;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4.8rem;
    letter-spacing: .48rem;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:500px) {
    .about-us-content h2 {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 2.8rem;
        letter-spacing: 0
    }
}

.about-us-content ul {
    margin-top: 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    column-gap: 2rem;
    row-gap: 3rem
}

@media (max-width:500px) {
    .about-us-content ul {
        margin-top: 1rem
    }
}

.about-us-content ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    width: 41.4rem
}

@media (max-width:1024px) {
    .about-us-content ul li {
        width: 46.4rem
    }
}

@media (max-width:500px) {
    .about-us-content ul li {
        width: 100%;
        gap: 1rem
    }
}

.about-us-content ul li h3 {
    color: var(--black);
    font-family: BOWLER;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem;
    letter-spacing: .18rem;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem
}

@media (max-width:500px) {
    .about-us-content ul li h3 {
        font-size: 2rem;
        font-weight: 400;
        line-height: 2.5rem;
        letter-spacing: 0;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.about-us-content ul li h3 span {
    color: var(--blue)
}

.about-us-content ul li p {
    color: var(--black);
    text-align: center;
    font-family: Roboto;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem
}

@media (max-width:500px) {
    .about-us-content ul li p {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2rem;
        letter-spacing: 0
    }
}

.about-us-content__buttons {
    margin-top: 3rem;
    display: -ms-flexbox;
    display: flex;
    gap: 7.7rem
}

@media (max-width:500px) {
    .about-us-content__buttons {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 3rem
    }
}

.about-us-content__buttons .arrow-button {
    width: 85.5rem;
    color: var(--black);
    text-align: center;
    font-family: BOWLER;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4.2rem;
    letter-spacing: .18rem;
    text-transform: uppercase;
    height: 12rem;
    gap: 2rem
}

@media (max-width:500px) {
    .about-us-content__buttons .arrow-button {
        width: 100%;
        font-size: 2rem;
        font-weight: 400;
        line-height: 2.5rem;
        letter-spacing: 0;
        border-radius: 3rem;
        height: 6.4rem;
        border-radius: 2rem
    }

    .about-us-content__buttons .arrow-button svg {
        width: 4rem;
        height: 4rem
    }
}

.about-us-content__buttons .arrow-button svg {
    fill: var(--blue);
    width: 10rem;
    height: 10rem
}

@media (max-width:500px) {
    .about-us-content__buttons .arrow-button svg {
        width: 4rem;
        height: 4rem
    }
}

.about-us-content__buttons-img {
    border-radius: 5rem;
    overflow: hidden;
    width: 85.5rem;
    height: 12rem
}

@media (max-width:500px) {
    .about-us-content__buttons-img {
        width: 100%;
        border-radius: 3rem
    }
}

.about-us-content__buttons-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about-us__description p {
    color: var(--black);
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 4.8rem
}

@media (max-width:500px) {
    .about-us__description p {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2rem;
        letter-spacing: 0
    }
}

.about-us__description p span {
    color: var(--blue);
    display: inline
}

.about-us__choose-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
    -ms-flex-align: end;
    align-items: end
}

@media (max-width:500px) {
    .about-us__choose-title {
        gap: 2rem
    }
}

.about-us__choose-title h2 {
    color: var(--black);
    text-align: right;
    font-family: BOWLER;
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 4.8rem;
    letter-spacing: .32rem;
    text-transform: uppercase
}

@media (max-width:500px) {
    .about-us__choose-title h2 {
        font-size: 2.8rem;
        font-weight: 400;
        line-height: 2.8rem;
        letter-spacing: 0
    }
}

.about-us__choose-title h2 span {
    color: var(--blue)
}

.about-us__choose-title p {
    color: var(--black);
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 3.6rem;
    text-align: right;
    width: 65%
}

@media (max-width:500px) {
    .about-us__choose-title p {
        width: 100%;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.8rem;
        letter-spacing: 0
    }
}

.about-us__choose-title p span {
    color: var(--opacity-blue)
}

.about-us__choose-content {
    margin-top: 6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1024px) {
    .about-us__choose-content {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2rem
    }
}

@media (max-width:500px) {
    .about-us__choose-content {
        margin-top: 2rem
    }
}

.about-us__choose-content ul {
    width: 67%
}

@media (max-width:1024px) {
    .about-us__choose-content ul {
        width: 100%
    }
}

.about-us__choose-content ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.about-us__choose-content ul li p:first-child {
    color: var(--dark-blue);
    font-family: BOWLER;
    font-size: 3rem;
    font-weight: 400;
    line-height: 3.8rem;
    letter-spacing: .15rem;
    text-transform: uppercase;
    width: 30%
}

@media (max-width:500px) {
    .about-us__choose-content ul li p:first-child {
        font-size: 1.1rem;
        font-weight: 400;
        line-height: 2rem;
        letter-spacing: 0
    }
}

.about-us__choose-content ul li p:last-child {
    color: var(--black);
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.2rem;
    width: 60%
}

@media (max-width:500px) {
    .about-us__choose-content ul li p:last-child {
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.8rem;
        letter-spacing: 0
    }
}

.about-us__choose-content ul li:first-child {
    border-bottom: .1rem solid var(--gray);
    padding-bottom: 3rem
}

@media (max-width:500px) {
    .about-us__choose-content ul li:first-child {
        padding-bottom: 1rem
    }
}

.about-us__choose-content ul li:not(:first-child) {
    padding: 3rem 0;
    border-bottom: .1rem solid var(--gray)
}

@media (max-width:500px) {
    .about-us__choose-content ul li:not(:first-child) {
        padding: 2rem 0 1rem
    }
}

.about-us__choose-content-img {
    width: 21%;
    border-radius: 5rem;
    overflow: hidden
}

@media (max-width:1024px) {
    .about-us__choose-content-img {
        width: 100%;
        height: 40rem
    }
}

@media (max-width:500px) {
    .about-us__choose-content-img {
        border-radius: 1.5rem;
        height: 22.6rem
    }
}

.about-us__choose-content-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about-us__projects ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5rem;
    margin-top: 6rem
}

@media (max-width:500px) {
    .about-us__projects ul {
        gap: 2rem;
        margin-top: 4rem
    }
}

.about-us__projects ul li {
    width: 54.4rem
}

@media (max-width:1024px) {
    .about-us__projects ul li {
        width: 45.7rem
    }
}

@media (max-width:500px) {
    .about-us__projects ul li {
        width: 16.1rem
    }
}

.about-us__projects ul li div {
    width: 100%;
    border-radius: 2.5rem;
    overflow: hidden
}

@media (max-width:500px) {
    .about-us__projects ul li div {
        height: 12.4rem;
        border-radius: 2rem
    }
}

.about-us__projects ul li div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about-us__projects ul li p {
    margin-top: 1rem;
    color: var(--black);
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 2.4rem;
    text-align: center
}

@media (max-width:500px) {
    .about-us__projects ul li p {
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 2.4rem;
        letter-spacing: 0
    }
}

.about-us__partners h2 {
    color: var(--black);
    font-family: BOWLER;
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 4.8rem;
    letter-spacing: .32rem;
    text-transform: uppercase;
    text-align: right
}

@media (max-width:500px) {
    .about-us__partners h2 {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 2.8rem;
        letter-spacing: 0
    }
}

.about-us__partners p {
    margin-top: 3rem;
    color: var(--black);
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 3.6rem
}

@media (max-width:500px) {
    .about-us__partners p {
        margin-top: 2rem;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2rem;
        letter-spacing: 0
    }
}

.about-us__partners p span {
    display: inline;
    color: var(--blue)
}

.about-us__partners .partners {
    margin-top: 13.5rem;
    gap: 8rem 12rem;
}

@media (max-width:500px) {
    .about-us__partners .partners {
        margin-top: 3rem;
        gap: 1rem
    }

    .about-us__partners .partners li {
        width: 9rem
    }
}

.about-us__team {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, auto)
}

@media (max-width:1024px) {
    .about-us__team {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, auto)
    }
}

.about-us__team .arrow-button {
    grid-area: 1/3/2/4;
    margin-left: auto;
    font-size: 2.4rem;
    line-height: 2.4rem
}

@media (max-width:1024px) {
    .about-us__team .arrow-button {
        grid-area: 5/1/6/2;
        margin-left: unset;
        margin-top: 2rem
    }
}

@media (max-width:500px) {
    .about-us__team .arrow-button {
        margin-top: 3rem
    }
}

.about-us__team p:last-of-type {
    color: var(--black);
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.2rem;
    margin-top: 3rem;
    grid-area: 3/2/4/4;
    text-align: right
}

@media (max-width:1024px) {
    .about-us__team p:last-of-type {
        grid-area: 3/1/4/2
    }
}

@media (max-width:500px) {
    .about-us__team p:last-of-type {
        margin-top: 2rem;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2rem;
        letter-spacing: 0;
        text-align: left
    }
}

.about-us__team h2 {
    color: var(--black);
    text-align: right;
    font-family: BOWLER;
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 4.8rem;
    letter-spacing: .32rem;
    text-transform: uppercase;
    grid-area: 1/2/2/4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: end;
    margin-right: 26rem;
    pointer-events: none;
    gap: 1rem;
}

@media (max-width:1024px) {
    .about-us__team h2 {
        grid-area: 1/1/2/2;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-right: 0
    }
}

@media (max-width:500px) {
    .about-us__team h2 {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 2.8rem;
        letter-spacing: 0;
        display: -ms-flexbox;
        display: flex;
        gap: 1rem
    }
}

.about-us__team h2 span {
    color: var(--blue)
}

.about-us__team p:first-of-type {
    margin-top: 3rem;
    color: var(--black);
    text-align: right;
    font-size: 3.4rem;
    font-weight: 400;
    line-height: 3.4rem;
    grid-area: 2/2/3/4
}

@media (max-width:1024px) {
    .about-us__team p:first-of-type {
        grid-area: 2/1/3/2
    }
}

@media (max-width:500px) {
    .about-us__team p:first-of-type {
        margin-top: 2rem;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2rem;
        letter-spacing: 0
    }
}

.about-us__team p:first-of-type span {
    color: var(--opacity-blue)
}

.about-us__team-img {
    width: 100%;
    border-radius: 2.5rem;
    overflow: hidden;
    margin-top: 6.5rem;
    grid-area: 4/1/5/4
}

@media (max-width:1024px) {
    .about-us__team-img {
        grid-area: 4/1/5/2
    }
}

@media (max-width:500px) {
    .about-us__team-img {
        margin-top: 3rem;
        height: 32.6rem
    }
}

.about-us__team-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.questions {
    display: -ms-flexbox;
    display: flex;
    gap: 5rem
}

@media (max-width:1024px) {
    .questions {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 5rem
    }
}

@media (max-width:500px) {
    .questions {
        gap: 1.6rem;
        padding: 0
    }
}

.questions form {
    border-radius: 5rem;
    background: rgba(119, 158, 212, .15);
    padding: 5.4rem 3.2rem 5.8rem;
    width: 85.5rem
}

@media (max-width:1024px) {
    .questions form {
        width: 100%;
        padding: 3rem
    }
}

@media (max-width:500px) {
    .questions form {
        width: 100%;
        padding: 0;
        padding: 1.5rem;
        border-radius: 1.5rem
    }
}

.questions form h2 {
    color: var(--black);
    font-family: BOWLER;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem
}

@media (max-width:500px) {
    .questions form h2 {
        font-size: 2rem;
        font-weight: 400;
        line-height: 2.5rem;
        letter-spacing: 0
    }
}

.questions__hr {
    border-radius: 5rem;
    background: rgba(119, 158, 212, .15);
    padding: 5.4rem 3.2rem 5.8rem;
    width: 85.5rem
}

@media (max-width:1024px) {
    .questions__hr {
        width: 100%;
        padding: 3rem;
        border-radius: 1.5rem
    }
}

.questions__hr h2 {
    color: var(--black);
    font-family: BOWLER;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem;
    width: 80%
}

@media (max-width:500px) {
    .questions__hr h2 {
        font-size: 2rem;
        font-weight: 400;
        line-height: 2.5rem;
        letter-spacing: 0
    }
}

.questions__hr .questions__hr-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    margin-top: 5rem
}

@media (max-width:500px) {
    .questions__hr .questions__hr-links {
        margin-top: 2rem;
        gap: 1rem
    }
}

.questions__hr .questions__hr-links div {
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -ms-flex-align: center;
    align-items: center
}

.questions__hr .questions__hr-links a {
    color: var(--black);
    font-size: 2.3rem;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0;
    text-align: left
}

@media (max-width:500px) {
    .questions__hr .questions__hr-links a {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 120%
    }
}

.questions__hr .questions__hr-links svg {
    width: 4rem;
    height: 4rem;
    fill: var(--blue)
}

@media (max-width:500px) {
    .questions__hr .questions__hr-links svg {
        width: 2rem;
        height: 2rem
    }
}

.questions__hr-name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem
}

@media (max-width:500px) {
    .questions__hr-name {
        gap: 1rem;
        margin-top: 1rem
    }
}

.questions__hr-name p {
    color: var(--black);
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0;
    text-align: left
}

@media (max-width:500px) {
    .questions__hr-name p {
        font-size: 1.8rem;
        line-height: 120%
    }
}

.questions__hr-name p:last-of-type {
    font-size: 2rem
}

@media (max-width:500px) {
    .questions__hr-name p:last-of-type {
        font-size: 1.6rem;
        line-height: 120%
    }
}

.questions-inp-container {
    margin-top: 2rem;
    display: -ms-flexbox;
    display: flex;
    gap: 2.3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:500px) {
    .questions-inp-container {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem
    }
}

.questions-inp-container div {
    width: 37.7rem
}

@media (max-width:1024px) {
    .questions-inp-container div {
        width: 100%
    }
}

.questions-inp-container div input,
.questions-inp-container div p {
    color: var(--black);
    font-family: Roboto;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem
}

.questions-inp-container div input {
    width: 100%;
    border-radius: 1rem;
    background: var(--white);
    outline: none;
    padding: 1.2rem 1.5rem;
    border: none;
    margin-top: .6rem
}

.questions-inp-container div input::-webkit-input-placeholder {
    opacity: .2
}

.questions-inp-container div input:-ms-input-placeholder,
.questions-inp-container div input::-ms-input-placeholder {
    opacity: .2
}

.questions-inp-container div input::placeholder {
    opacity: .2
}

.file-upload-label {
    width: 100%;
    border-radius: 1rem;
    background: var(--white);
    outline: none;
    padding: 1.2rem 1.5rem;
    border: none;
    margin-top: .6rem;
    color: var(--black);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    font-family: Roboto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.file-upload-label span {
    opacity: .2
}

.file-upload-label svg {
    width: 1.6rem;
    height: 1.6rem;
    stroke: var(--gray);
    fill: transparent
}

.questions-comment {
    margin-top: 2rem
}

@media (max-width:500px) {
    .questions-comment {
        margin-top: 1rem
    }
}

.questions-comment p {
    font-family: Roboto
}

.questions-comment p,
.questions-comment textarea {
    color: var(--black);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem
}

.questions-comment textarea {
    border-radius: 1rem;
    margin-top: .6rem;
    resize: none;
    width: 100%;
    height: 10rem;
    outline: none;
    border: none;
    padding: 1.5rem
}

.questions-comment textarea::-webkit-input-placeholder {
    opacity: .2
}

.questions-comment textarea:-ms-input-placeholder,
.questions-comment textarea::-ms-input-placeholder {
    opacity: .2
}

.questions-comment textarea::placeholder {
    opacity: .2
}

.questions-buttons-container {
    margin-top: 5rem;
    display: -ms-flexbox;
    display: flex;
    gap: 2.2rem
}

@media (max-width:500px) {
    .questions-buttons-container {
        margin-top: 2rem;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.questions-buttons-container .blue-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 31.6rem
}

@media (max-width:500px) {
    .questions-buttons-container .blue-button {
        width: 100%;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 2.5rem;
        letter-spacing: 0
    }
}

.questions-policy p {
    color: var(--black);
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7rem
}

@media (max-width:500px) {
    .questions-policy p {
        font-size: 1.3rem;
        font-weight: 400;
        line-height: 1.7rem
    }
}

.questions-policy a {
    opacity: .8;
    color: var(--blue);
    text-decoration: underline
}

.questions-img {
    width: 49%;
    border-radius: 5rem;
    overflow: hidden
}

@media (max-width:1024px) {
    .questions-img {

        width: 100%;
    }
}

@media (max-width:500px) {
    .questions-img {
        border-radius: 1.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

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

.universal-title-block {
    position: relative;
    border-radius: 5rem;
    overflow: hidden;
    height: 60rem
}

@media (max-width:500px) {
    .universal-title-block {
        height: 28rem;
        border-radius: 1.5rem
    }
}

.universal-title-block.--white h1 {
    color: var(--white);
    text-align: right;
}

.universal-title-block img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover 
}

.universal-title-block h1 {
    position: absolute;
    right: 12rem;
    bottom: 3.8rem;
    z-index: 11;
    width: -webkit-fit-content;
    width: fit-content;
    color: var(--black);
    font-family: BOWLER;
    font-size: 9.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 9.6rem;
    letter-spacing: .48rem;
    text-transform: uppercase
}

@media (max-width:1024px) {
    .universal-title-block h1 {
        right: 3rem;
        font-size: 7.6rem;
        letter-spacing: 0;
        text-align: end
    }
}

@media (max-width:500px) {
    .universal-title-block h1 {
        font-size: 2.8rem;
        line-height: 3.2rem
    }
}

.connect {
    padding-top: 5.6rem;
    border-top: .1rem solid var(--gray);
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1024px) {
    .connect {
        -ms-flex-direction: column;
        flex-direction: column;
        border-top: 0;
        padding-top: 0
    }
}

.connect form {
    width: 50%;
    padding-left: 4.8rem;
    border-left: .1rem solid var(--gray)
}

@media (max-width:1024px) {
    .connect form {
        width: 100%;
        padding-left: 0;
        border-left: 0;
        margin-top: 6rem
    }
}

.connect form h2 {
    color: var(--black);
    font-family: BOWLER;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 5.6rem;
    letter-spacing: .24rem;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem
}

@media (max-width:1024px) {
    .connect form h2 {
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 1rem
    }
}

@media (max-width:500px) {
    .connect form h2 {
        font-size: 2.5rem;
        line-height: 2.8rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.connect form h2 span {
    color: var(--blue)
}

.connect form .textarea-container {
    margin-top: 3.7rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem
}

@media (max-width:500px) {
    .connect form .textarea-container {
        margin-top: 2rem
    }
}

.connect form .textarea-container label {
    color: var(--black);
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.4rem
}

@media (max-width:500px) {
    .connect form .textarea-container label {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2.4rem;
        letter-spacing: 0
    }
}

.connect form textarea {
    border-radius: 2rem;
    border: .1rem solid var(--black);
    background: var(--white);
    width: 100%;
    outline: none;
    padding: 2rem 1.2rem;
    resize: none;
    color: var(--black);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.4rem
}

@media (max-width:500px) {
    .connect form textarea {
        padding: 1rem 1.2rem;
        min-height: 12rem
    }
}

.connect form textarea::-webkit-input-placeholder {
    opacity: 1
}

.connect form textarea:-ms-input-placeholder,
.connect form textarea::-ms-input-placeholder {
    opacity: 1
}

.connect form textarea::placeholder {
    opacity: 1
}

.connect form .button-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4rem
}

@media (max-width:500px) {
    .connect form .button-container {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem;
        margin-top: 2rem
    }
}

.connect form .button-container .blue-button {
    width: 43rem;
    color: var(--white);
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    text-transform: uppercase;
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media (max-width:500px) {
    .connect form .button-container .blue-button {
        width: 100%;
        font-size: 1.8rem;
        padding: 2rem 1rem
    }
}

.connect form .button-container p {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.7rem;
    width: 36.2rem
}

@media (max-width:500px) {
    .connect form .button-container p {
        width: 100%;
        font-size: 1rem
    }
}

.connect form .button-container p a {
    text-decoration: underline;
    color: var(--blue);
    display: inline
}

.connect-content {
    width: 50%;
    padding-right: 3rem
}

@media (max-width:1024px) {
    .connect-content {
        width: 100%
    }
}

@media (max-width:500px) {
    .connect-content {
        padding-right: 0
    }
}

.connect-content__location {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem
}

.connect-content__location svg {
    width: 4.8rem;
    height: 4.8rem
}

@media (max-width:500px) {
    .connect-content__location svg {
        width: 11.8rem;
        height: 4.8rem
    }
}

.connect-content__location p {
    color: var(--black);
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem
}

@media (max-width:500px) {
    .connect-content__location p {
        font-size: 1.6rem;
        line-height: 2rem
    }
}

.connect-content__position {
    margin-top: 8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1024px) {
    .connect-content__position {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 1rem
    }
}

.time-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.5rem;
    max-width: 50rem;
}

@media (max-width:1024px) {
    .time-container {
        margin-top: 2rem
    }
}

@media (max-width:500px) {
    .time-container {
        gap: 2rem
    }
}

.time-container div {
    display: -ms-flexbox;
    display: flex;
    gap: 2.4rem
}

.time-container div p:first-child {
    color: var(--black);
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.4rem
}

@media (max-width:1024px) {
    .time-container div p:first-child {
        width: 20%
    }
}

@media (max-width:500px) {
    .time-container div p:first-child {
        font-size: 1.6rem;
        line-height: 2rem;
        width: 32%
    }
}

.time-container div p:last-child {
    color: var(--black);
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem
}

@media (max-width:500px) {
    .time-container div p:last-child {
        font-size: 1.4rem;
        line-height: 1.8rem
    }
}

.connect-content__contacts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem
}

.connect-content__contacts a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    color: var(--black);
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem
}

@media (max-width:500px) {
    .connect-content__contacts a {
        font-size: 1.6rem;
        line-height: 2rem
    }
}

.connect-content__contacts a svg {
    width: 4.8rem;
    height: 4.8rem;
    fill: var(--blue)
}

@media (max-width:500px) {
    .connect-content__contacts a svg {
        width: 3.8rem;
        height: 3.8rem
    }
}

.connect-content__contacts a {
    background-image: linear-gradient(90deg, var(--blue), var(--blue) 50%, var(--black) 0);
    background-size: 200% 100%;
    background-position: 100%;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .3s ease-in-out
}

.connect-content__contacts a:hover {
    background-position: 0
}

.connect-form__inp {
    margin-top: 7rem;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem
}

@media (max-width:500px) {
    .connect-form__inp {
        margin-top: 2rem;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2rem
    }
}

.connect-form__inp div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .6rem;
    width: 100%
}

.connect-form__inp div label {
    color: var(--black);
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.4rem
}

@media (max-width:500px) {
    .connect-form__inp div label {
        font-size: 1.6rem
    }
}

.connect-form__inp div input {
    border-radius: 2rem;
    border: .1rem solid var(--black);
    background: var(--white);
    width: 100%;
    outline: none;
    padding: 2rem 1.5rem;
    color: var(--black);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.4rem
}

@media (max-width:500px) {
    .connect-form__inp div input {
        padding: 1.5rem 1.2rem
    }
}

.connect-form__inp div input::-webkit-input-placeholder {
    opacity: 1
}

.connect-form__inp div input:-ms-input-placeholder,
.connect-form__inp div input::-ms-input-placeholder {
    opacity: 1
}

.connect-form__inp div input::placeholder {
    opacity: 1
}

.road {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5rem
}

@media (max-width:500px) {
    .road {
        gap: 4rem
    }
}

.road>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem
}

@media (max-width:500px) {
    .road>div {
        gap: 2rem
    }
}

.road>div h2 {
    display: -ms-flexbox;
    display: flex;
    gap: 1.1rem;
    -ms-flex-align: center;
    align-items: center;
    color: var(--black);
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.6rem
}

@media (max-width:500px) {
    .road>div h2 {
        font-size: 2rem;
        font-weight: 600;
        line-height: 2rem
    }
}

.road>div h2 svg {
    width: 4.8rem;
    height: 4.8rem
}

.road>div div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    width: 75%
}

@media (max-width:500px) {
    .road>div div {
        width: 100%;
        gap: 1rem
    }
}

.road>div div p {
    color: var(--black);
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem
}

@media (max-width:500px) {
    .road>div div p {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2rem
    }
}

.road__map-container {
    margin-top: 9rem;
    width: 100%
}

@media (max-width:500px) {
    .road__map-container {
        margin-top: 5rem;
        padding: 0
    }
}

.road__map-container iframe {
    width: 100%;
    height: 70rem;
    max-height: 100vh;
}

@media (max-width:1024px) {
    .road__map-container iframe {
        height: 60rem
    }
}

@media (max-width:500px) {
    .road__map-container iframe {
        height: 32.2rem
    }
}

.news-links {
    display: -ms-flexbox;
    display: flex;
    gap: 3.3rem
}

@media (max-width:1024px) {
    .news-links {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1.5rem
    }
}

.news-links a {
    padding: 1.2rem 4.2rem;
    color: var(--black);
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    border-radius: 10rem;
    border: .1rem solid var(--opacity-blue);
    position: relative;
    overflow: hidden
}

.news-links a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--opacity-blue);
    opacity: .3;
    border-radius: 3rem;
    transition: all 1s ease;
    z-index: 0
}

.news-links a:hover:before {
    width: 100%
}

@media (max-width:500px) {
    .news-links a {
        padding: 1.2rem 1.5rem;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2rem;
        letter-spacing: 0;
        gap: 1rem
    }
}

.news-links a svg {
    width: 3.2rem;
    height: 3.2rem;
    fill: var(--opacity-blue)
}

@media (max-width:500px) {
    .news-links a svg {
        width: 2rem;
        height: 2rem
    }
}

.breadcrumbs {
    color: var(--black);
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4rem;
}

@media (max-width:1024px) {
    .breadcrumbs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        overflow-x: scroll
    }
}

@media (max-width:500px) {
    .breadcrumbs {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2rem;
        letter-spacing: 0;
        gap: .5rem;
        margin-top: 1.5rem
    }
}

.breadcrumbs svg {
    width: 2.4rem;
    height: 2.4rem
}

.breadcrumbs a {
    color: var(--black);
    text-decoration: none;
    background-image: linear-gradient(90deg, var(--blue), var(--blue) 50%, var(--black) 0);
    background-size: 200% 100%;
    background-position: 100%;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .3s ease-in-out;
    text-wrap: nowrap;
}

.breadcrumbs a:hover {
    background-position: 0
}

.breadcrumbs p {
    color: rgba(24, 24, 34, .25)
}

.table {
    color: var(--black);
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem;
}

.table.rows {
	margin-top: 2rem !important;
}

.table-wrapper h2 {
    color: var(--black);
    font-family: BOWLER;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 3.2rem;
    letter-spacing: 5%;
    text-align: left;
    text-transform: uppercase
}

@media (max-width:500px) {
    .table-wrapper h2 {
        font-size: 2rem;
        line-height: 110%
    }
}

.table {
    margin-top: 5rem
}

@media (max-width:1024px) {
    .table {
        overflow-x: scroll
    }

    .table::-webkit-scrollbar {
        height: .3rem
    }
}

@media (max-width:500px) {
    .table {
        margin-top: 4.5rem
    }
}

.table::-webkit-scrollbar {
    height: .5rem
}

.table::-webkit-scrollbar-track {
    background: rgba(23, 23, 33, .2)
}

.table::-webkit-scrollbar-thumb {
    background: var(--blue)
}

.table .table-first {
    color: var(--black);
    font-family: BOWLER;
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: .1rem;
    text-transform: uppercase
}

@media (max-width:500px) {
    .table .table-first {
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1.6rem;
        letter-spacing: 0
    }
}

.table .table-first ul {
    background: rgba(121, 160, 213, .5)
}

.table li ul {
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1024px) {
    .table li ul {
        width: -webkit-fit-content;
        width: fit-content
    }
}

.table li ul li {
    padding: 1.5rem;
    color: var(--black);
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem
}

@media (max-width:1024px) {
    .table li ul li {
        font-size: 1.9rem
    }
}

@media (max-width:500px) {
    .table li ul li {
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.8rem;
        letter-spacing: 0
    }
}

.table li ul li button.--added {
    color: var(--blue)
}

.table li ul li input {
    width: 8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: .1rem solid var(--opacity-blue);
    padding: 1rem;
    color: var(--black);
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem;
    outline: none;
    text-align: center
}

@media (max-width:500px) {
    .table li ul li input {
        width: 5rem;
        padding: .5rem;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2rem;
        letter-spacing: 0
    }
}

.table li ul li input::-webkit-inner-spin-button,
.table li ul li input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.table li ul li button {
    background: none;
    border: none
}

.table li ul li:first-child {
    width: 30rem
}

@media (max-width:1024px) {
    .table li ul li:first-child {
        width: 23rem
    }
}

@media (max-width:500px) {
    .table li ul li:first-child {
        width: 16rem
    }
}

.table li ul li:nth-child(2) {
    width: 33rem
}

@media (max-width:1024px) {
    .table li ul li:nth-child(2) {
        width: 24rem
    }
}

@media (max-width:500px) {
    .table li ul li:nth-child(2) {
        width: 15rem
    }
}

.table li ul li:nth-child(3) {
    width: 47rem
}

@media (max-width:1024px) {
    .table li ul li:nth-child(3) {
        width: 28rem
    }
}

@media (max-width:500px) {
    .table li ul li:nth-child(3) {
        width: 21rem
    }
}

.table li ul li:nth-child(4) {
    width: 32rem
}

@media (max-width:1024px) {
    .table li ul li:nth-child(4) {
        width: 19rem
    }
}

@media (max-width:500px) {
    .table li ul li:nth-child(4) {
        width: 12rem
    }
}

.table li ul li:nth-child(5) {
    width: 33rem
}

@media (max-width:1024px) {
    .table li ul li:nth-child(5) {
        width: 20rem
    }
}

@media (max-width:500px) {
    .table li ul li:nth-child(5) {
        width: 17rem
    }
}

.calendar-button__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 8.5rem
}

@media (max-width:1024px) {
    .calendar-button__container {
        display: none
    }
}

.calendar-button__container a {
    border: none;
    border-radius: 50%;
    width: 25.4rem;
    height: 25.4rem;
    background: var(--opacity-blue);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.calendar-button__container a svg {
    width: 12rem;
    height: 12rem;
    fill: transparent
}

.basket-title ul {
    background: rgba(121, 160, 213, .5)
}

.basket-title li {
    color: var(--black);
    text-align: center;
    font-family: BOWLER;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: .1rem;
    text-transform: uppercase
}

@media (max-width:500px) {
    .basket-title li {
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1.6rem;
        letter-spacing: 0
    }
}

.basket-table {
    padding-bottom: 4rem;
    border-bottom: .2rem solid var(--gray)
}

.basket-table li ul li:first-child {
    width: 34rem
}

@media (max-width:1024px) {
    .basket-table li ul li:first-child {
        width: 23rem
    }
}

@media (max-width:500px) {
    .basket-table li ul li:first-child {
        width: 16rem
    }
}

.basket-table li ul li:nth-child(2) {
    width: 49rem
}

@media (max-width:1024px) {
    .basket-table li ul li:nth-child(2) {
        width: 24rem
    }
}

@media (max-width:500px) {
    .basket-table li ul li:nth-child(2) {
        width: 15rem
    }
}

.basket-table li ul li:nth-child(3) {
    width: 46.5rem
}

@media (max-width:1024px) {
    .basket-table li ul li:nth-child(3) {
        width: 28rem
    }
}

@media (max-width:500px) {
    .basket-table li ul li:nth-child(3) {
        width: 21rem
    }
}

.basket-table li ul li:nth-child(4) {
    width: 46rem
}

@media (max-width:1024px) {
    .basket-table li ul li:nth-child(4) {
        width: 19rem
    }
}

@media (max-width:500px) {
    .basket-table li ul li:nth-child(4) {
        width: 13rem
    }
}

.basket-table li ul li:nth-child(5) {
    width: 10rem
}

.basket-table li ul li:nth-child(5) button {
    width: 3rem;
    height: 3rem
}

@media (max-width:500px) {
    .basket-table li ul li:nth-child(5) button {
        width: 2rem;
        height: 2rem
    }
}

.basket-table li ul li:nth-child(5) button img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:1024px) {
    .basket-table li ul li:nth-child(5) {
        width: 10rem
    }
}

@media (max-width:500px) {
    .basket-table li ul li:nth-child(5) {
        width: 6rem
    }
}

.news-pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem
}

.news-pagination li {
    color: var(--black);
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem
}

.news-pagination li a {
    color: var(--black)
}

.news-pagination li.--active,
.news-pagination li.--active a {
    color: var(--opacity-blue)
}

.search-content {
    width: 45rem;
    padding: .8rem;
    border: .1rem solid var(--blue);
    background: var(--white);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 1rem
}

@media (max-width:500px) {
    .search-content {
        width: 100%
    }
}

.search-content button {
    width: 2.8rem;
    height: 2.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    border: none
}

.search-content button svg {
    width: 100%;
    height: 100%;
    fill: var(--gray)
}

.search-content input {
    width: 100%;
    height: 100%;
    color: var(--black);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem;
    border: none;
    outline: none
}

@media (max-width:500px) {
    .search-content input {
        width: 100%;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.4rem;
        letter-spacing: 0
    }
}

.search-content input::-webkit-input-placeholder {
    color: var(--gray)
}

.search-content input:-ms-input-placeholder,
.search-content input::-ms-input-placeholder {
    color: var(--gray)
}

.search-content input::placeholder {
    color: var(--gray)
}

.search-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:500px) {
    .search-container {
        width: 100%
    }
}

.products-variants__container-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
    width: 57rem;
    margin-top: 6rem;
    padding-right: 5rem;
    top: 0;
    height: 100%
}

@media (max-width:1024px) {
    .products-variants__container-left {
        padding-right: 0
    }
}

@media (max-width:500px) {
    .products-variants__container-left {
        width: 100%;
        margin-top: 3rem
    }
}

.products-variants__container-left li h2 {
    color: var(--black);
    font-family: BOWLER;
    font-size: 6.4rem;
    font-weight: 400;
    line-height: 9.6rem;
    letter-spacing: .32rem;
    text-transform: uppercase
}

@media (max-width:500px) {
    .products-variants__container-left li h2 {
        display: none
    }
}

.products-variants__container-left li a {
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem 0
}

.products-variants__container-left li a div {
    width: 4.2rem;
    height: 4.2rem
}

@media (max-width:500px) {
    .products-variants__container-left li a div {
    	width: 3rem;
    	height: 3rem
	}
}

.products-variants__container-left li a div img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.products-variants__container-left li a span {
    color: var(--black);
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem;
    position: relative;
    max-width: 41rem;
    position: relative;
}


@media (max-width:1024px) {
    .products-variants__container-left li a span {
    	max-width: unset;
	}
}

.products-variants__container-left li.--active a {
    background: var(--opacity-blue)
}

.products-variants__container-left li.--active a span {
    color: var(--white)
}

.products-variants__container-right {
    padding-left: 15rem;
    width: 73%;
    border-left: .1rem solid var(--gray);
    margin-top: 6.5rem
}

@media (max-width:1024px) {
    .products-variants__container-right {
        display: none
    }
}

.products-variants__container {
    display: -ms-flexbox;
    display: flex
}

.products-variants__container-right-inner div:first-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem
}

.products-variants__container-right-inner div:first-child div {
    width: 6rem;
    height: 6rem;
    -ms-flex-align: center;
    align-items: center
}

.products-variants__container-right-inner div:first-child div img {
    width: 100%;
    height: 100%
}

.products-variants__container-right-inner div:first-child h2 {
    color: var(--black);
    font-size: 4rem;
    font-weight: 400;
    line-height: 3.2rem
}

.products-variants__container-right-inner div:last-child {
    column-count: 2;
    column-gap: 12rem;
    gap: 12rem;
    margin-top: 4rem
}

.products-variants__container-right-inner div:last-child ul {
    margin-top: 12rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
    gap: .5rem;
    width: 40rem
}

.products-variants__container-right-inner div:last-child ul:first-child {
    margin-top: 0
}

.products-variants__container-right-inner div:last-child ul li {
    color: var(--dark-green);
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.4rem
}

.products-variants__container-right-inner div:last-child ul li a {
    color: var(--dark-green);
    background-image: linear-gradient(90deg, var(--blue), var(--blue) 50%, var(--black) 0);
    background-size: 200% 100%;
    background-position: 100%;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .3s ease-in-out
}

.products-variants__container-right-inner div:last-child ul li a:hover {
    background-position: 0
}

.products-variants__container-right-inner div:last-child ul li:first-child {
    color: var(--black);
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.2rem
}

.products-variants__container-right-inner div:last-child ul li:nth-child(2) {
    margin-top: .5rem
}

.products__panel,
.products__sub-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out
}

.products__panel {
    padding-left: 6.7rem
}

@media (max-width:500px) {
    .products__panel {
        padding-left: 1.7rem
    }
}

.products__accordion {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    border: none;
    background: none
}

.products__accordion svg {
    width: 1.8rem;
    height: 1.8rem;
}

.products__accordion div {
    width: 5rem;
    height: 4rem
}

.products__accordion div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.products__accordion span {
    color: var(--black);
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.2rem
}

@media (max-width:500px) {
    .products__accordion span {
        font-size: 2rem;
        font-weight: 400;
        line-height: 2rem;
        letter-spacing: 0;
        text-align: start
    }
}

.products__sub-accordion {
    text-align: left;
    color: var(--black);
    font-size: 2rem;
    font-weight: 400;
    line-height: 3.2rem;
    background: none;
    border: none
}

@media (max-width:500px) {
    .products__sub-accordion {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 2.4rem;
        letter-spacing: 0;
        text-align: start
    }
}

.products__sub-accordion svg {
    width: 1.8rem;
    height: 1.8rem
}

@media (max-width:500px) {
    .products__sub-accordion svg {
        width: 1.2rem;
        height: 1.2rem
    }
}

.products__sub-panel {
    padding-left: 2.5rem
}

@media (max-width:500px) {
    .products__sub-panel {
        padding-left: 1rem
    }
}

.products__sub-panel a {
    color: var(--dark-blue);
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 2.4rem
}

@media (max-width:500px) {
    .products__sub-panel a {
        font-size: 1.6rem;
        font-weight: 300;
        line-height: 2.4rem;
        letter-spacing: 0
    }
}

.products__sub-panel a {
    background-image: linear-gradient(90deg, var(--blue), var(--blue) 50%, var(--black) 0);
    background-size: 200% 100%;
    background-position: 100%;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all .3s ease-in-out
}

.products__sub-panel a:hover {
    background-position: 0
}

@media (max-width:500px) {
    .addition-to-watch {
        padding-bottom: 2rem
    }
}

.addition-to-watch h2 {
    color: var(--black);
    text-align: right;
    font-family: BOWLER;
    font-size: 6.4rem;
    font-weight: 400;
    line-height: 6.4rem;
    letter-spacing: .32rem;
    text-transform: uppercase
}

@media (max-width:500px) {
    .addition-to-watch h2 {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 2.4rem;
        letter-spacing: 0
    }
}

.addition-to-watch-swiper {
    margin-top: 8rem
}

@media (max-width:500px) {
    .addition-to-watch-swiper {
        margin-top: 3rem
    }
}

.swiper-slide__container-img {
    border-radius: 2.5rem;
    overflow: hidden;
    border: 0.1rem solid var(--blue);
    height: 41.4rem;
}

@media (max-width:500px) {
    .swiper-slide__container-img {
    	height: 100%;
	}
}

.swiper-slide__container-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide__container p {
    margin-top: 3rem;
    color: var(--black);
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 2.4rem
}

@media (max-width:500px) {
    .swiper-slide__container p {
        margin-top: 2rem;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.6rem;
        letter-spacing: 0
    }
}

.basket-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.basket-price {
    margin-top: 3rem;
    width: -webkit-fit-content;
    width: fit-content;
    margin-left: auto
}

.basket-price p {
    color: var(--black);
    text-align: center;
    font-family: BOWLER;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 3.6rem;
    letter-spacing: .16rem;
    text-transform: uppercase
}

.basket-price .blue-button {
    width: 34rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    margin-right: 4rem;
    margin-top: 4.5rem
}

.create-order__form {
    width: 73rem
}

@media (max-width:500px) {
    .create-order__form {
        border-top: .1rem solid rgba(24, 24, 34, .25);
        padding-top: 2rem
    }
}

.create-order__form .form-contacts__input-container {
    margin-top: 2.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3rem
}

@media (max-width:500px) {
    .create-order__form .form-contacts__input-container {
        gap: 1.5rem
    }
}

.create-order__form .form-contacts__input-container input,
.create-order__form .form-contacts__input-container textarea {
    width: 35rem
}

.create-order__form h2 {
    color: var(--black);
    font-family: BOWLER;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem;
    letter-spacing: .16rem;
    text-transform: uppercase
}

@media (max-width:500px) {
    .create-order__form h2 {
        font-size: 2rem;
        font-weight: 400;
        line-height: 2.2rem;
        letter-spacing: 0;
        text-align: right
    }
}

.create-order__form p {
    color: var(--black);
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.2rem
}

@media (max-width:500px) {
    .create-order__form p {
        font-size: 2rem;
        font-weight: 600;
        line-height: 2.2rem;
        letter-spacing: 0
    }
}

.create-order__form input,
.create-order__form textarea {
    padding: 2.3rem 1.6rem;
    color: var(--black);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6rem;
    border-radius: .7rem;
    border: .1rem solid var(--gray);
    outline: none;
    background: transparent;
    resize: none
}

.create-order__form input::placeholder {
	color: var(--black);
	opacity: 1;
}

@media (max-width:500px) {

    .create-order__form input,
    .create-order__form textarea {
        padding: 1.5rem 1.6rem;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.8rem;
        letter-spacing: 0
    }
}

.create-order__form input::-webkit-input-placeholder,
.create-order__form textarea::-webkit-input-placeholder {
    color: var(--gray)
}

.create-order__form input:-ms-input-placeholder,
.create-order__form input::-ms-input-placeholder,
.create-order__form textarea:-ms-input-placeholder,
.create-order__form textarea::-ms-input-placeholder {
    color: var(--gray)
}

.create-order__form input::placeholder,
.create-order__form textarea::placeholder {
    color: var(--gray)
}

.create-order {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8.6rem;
    padding-bottom: 3rem;
    border-bottom: .1rem solid rgba(24, 24, 34, .25)
}

@media (max-width:1024px) {
    .create-order {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 3rem
    }
}

@media (max-width:500px) {
    .create-order {
        margin-top: 4rem
    }
}

.create-order h2 {
    color: var(--black);
    font-family: BOWLER;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem;
    letter-spacing: .16rem;
    text-transform: uppercase
}

@media (max-width:500px) {
    .create-order h2 {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 2.8rem;
        letter-spacing: 0
    }
}

.create-order p {
    color: var(--black);
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.2rem
}

@media (max-width:500px) {
    .create-order p {
        font-size: 2rem;
        font-weight: 600;
        line-height: 120%
    }
}

.create-order form {
    width: 73rem
}

@media (max-width:1024px) {
    .create-order form {
        width: 100%
    }
}

.order-list {
    width: 71.1rem
}

@media (max-width:1024px) {
    .order-list {
        width: 100%
    }
}

.form-contacts {
    margin-top: 5rem
}

.form-delivery {
    margin-top: 6rem
}

.form-delivery__tabs-btns {
    display: -ms-flexbox;
    display: flex;
    gap: 5rem
}

.form-delivery__tabs-btn {
    cursor: pointer
}

.form-delivery__tabs-btn p {
    color: var(--gray)
}

.form-delivery__tabs-btn.--active p {
    color: var(--black)
}

.form-delivery__tabs-btn>div {
    display: none
}

.form-delivery__content {
    margin-top: 2.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3rem
}

.form-delivery__content input {
    width: 16rem
}

.form-delivery__content .street {
    width: 54rem
}

.form-date {
    margin-top: 6rem
}

.send-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5rem;
    gap: 3.6rem
}

@media (max-width:500px) {
    .send-button {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem;
        margin-top: 4rem
    }
}

.send-button .blue-button {
    width: 34rem;
    padding: 2rem
}

@media (max-width:500px) {
    .send-button .blue-button {
        width: 100%;
        padding: 1.5rem;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2rem;
        letter-spacing: 0
    }
}

.send-button p {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.7rem;
    letter-spacing: 0;
    text-align: left;
    color: var(--black)
}

.send-button p a {
    color: var(--blue);
    text-decoration: underline
}

.order-list>ul {
    margin-top: 5rem
}

@media (max-width:500px) {
    .order-list>ul {
        margin-top: 2rem
    }
}

.order-list>ul li ul {
    display: -ms-flexbox;
    display: flex
}

.order-list>ul li ul li {
    color: var(--black);
    font-family: Roboto;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.2rem;
    text-align: center;
    padding: 1rem
}

@media (max-width:500px) {
    .order-list>ul li ul li {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 110%;
        letter-spacing: 0
    }
}

.order-list>ul li ul li:first-child {
    width: 30rem
}

@media (max-width:500px) {
    .order-list>ul li ul li:first-child {
        width: 100%
    }
}

.order-list>ul li ul li:last-child {
    width: 40rem
}

@media (max-width:500px) {
    .order-list>ul li ul li:last-child {
        width: 100%
    }
}

.order-list>ul li:first-child ul li {
    color: var(--black);
    text-align: center;
    font-family: BOWLER;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: .01rem;
    text-transform: uppercase
}

.total-price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 6.3rem;
    gap: 1.3rem
}

.total-price p {
    color: var(--black);
    font-family: BOWLER;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 3.6rem;
    letter-spacing: .16rem;
    text-transform: uppercase
}

.piece-of-news {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:500px) {
    .piece-of-news {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.piece-of-news__left {
    width: 100rem
}

@media (max-width:500px) {
    .piece-of-news__left {
        width: 100%
    }
}

.piece-of-news__right {
    /* width: 55rem; */
    width: 40.3rem;
    position: sticky;
    top: 4rem;
    height: 100%
}

@media (max-width:500px) {
    .piece-of-news__right {
        width: 100%
    }
}

.piece-of-news__text {
    margin-top: 7rem;
}
.piece-of-news__text a {
	display: inline;
}

    
 
@media (max-width:1024px) {
    .piece-of-news__text {
        margin-top: 3.4rem
    }
    
    
.piece-of-news__text strong img {
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    }
}

.piece-of-news__text h1 {
    color: var(--black);
    font-family: BOWLER;
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 5.6rem;
    letter-spacing: .24rem;
    text-transform: uppercase
}

@media (max-width:500px) {
    .piece-of-news__text h1 {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 2.8rem;
        letter-spacing: 0
    }
}

.piece-of-news__text h1 span {
    color: var(--blue)
}

.piece-of-news__text h3 {
    color: var(--black);
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 4rem;
    margin-top: 2rem
}

@media (max-width:500px) {
    .piece-of-news__text h3 {
        font-size: 2rem;
        font-weight: 600;
        line-height: 2rem;
        letter-spacing: 0
    }
}

.piece-of-news__text p {
    margin-top: 5.5rem;
    color: var(--black);
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.2rem;
    opacity: .85
}

@media (max-width:500px) {
    .piece-of-news__text p {
        margin-top: 2rem;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2rem;
        letter-spacing: 0
    }
}

.piece-of-news__text-description {
    margin-top: 5.5rem
}

@media (max-width:500px) {
    .piece-of-news__text-description {
        margin-top: 4rem
    }
}

.piece-of-news__text-description h2 {
    color: var(--black);
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 4rem
}

@media (max-width:500px) {
.piece-of-news__text-description h2 {
        font-size: 2rem;
        font-weight: 600;
        line-height: 2rem;
        letter-spacing: 0
    }
}

.piece-of-news__text-description h3 {
    color: var(--black);
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 4rem
}

@media (max-width:500px) {
    .piece-of-news__text-description h3 {
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 2rem;
        letter-spacing: 0
    }
}

.piece-of-news__text-description p {
    margin-top: 2.5rem
}

@media (max-width:500px) {
    .piece-of-news__text-description p {
        margin-top: 1.5rem
    }
}

.piece-of-news__text-description p span {
    font-weight: 500
}

.piece-of-news__text-description p a {
    display: inline;
    color: var(--opacity-blue);
    text-decoration: underline
}

.piece-of-news__text-advantages {
    margin-top: 5.5rem
}

@media (max-width:500px) {
    .piece-of-news__text-advantages {
        margin-top: 2rem
    }
}

.piece-of-news__text-advantages h3 {
    margin-top: 0
}

.piece-of-news__text-advantages ol {
    margin-top: 2.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem
}

@media (max-width:500px) {
    .piece-of-news__text-advantages ol {
        gap: 2rem
    }
}

.piece-of-news__text-advantages ol li {
    color: var(--black);
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.2rem;
    opacity: .85;
    list-style: number;
    margin-left: 2.5rem
}

@media (max-width:500px) {
    .piece-of-news__text-advantages ol li {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2rem;
        letter-spacing: 0
    }
}

.piece-of-news__text-settings {
    margin-top: 5.5rem
}

@media (max-width:500px) {
    .piece-of-news__text-settings {
        margin-top: 2rem
    }
}

.piece-of-news__text-settings h3 {
    margin-top: 0
}

.piece-of-news__text-settings ul {
    margin-top: 2.5rem
}

.piece-of-news__text-settings ul li {
    color: var(--black);
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.2rem;
    opacity: .85;
    list-style: disc;
    margin-left: 2.5rem
}

@media (max-width:500px) {
    .piece-of-news__text-settings ul li {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2rem;
        letter-spacing: 0
    }
}

.piece-of-news__variants-of-use {
    margin-top: 5.5rem
}

.piece-of-news__variants-of-use h3 {
    margin-top: 0
}

.piece-of-news__variants-of-use p {
    margin-top: 2.5rem
}

@media (max-width:500px) {
    .piece-of-news__right {
        margin-top: 6rem
    }
}

.piece-of-news__right h2 {
    color: var(--black);
    text-align: right;
    font-family: BOWLER;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 3.6rem;
    letter-spacing: .18rem;
    text-transform: uppercase
}

@media (max-width:500px) {
    .piece-of-news__right h2 {
        font-size: 2.8rem;
        font-weight: 400;
        line-height: 2.8rem;
        letter-spacing: 0
    }
}

.piece-of-news__right ul {
    margin-top: 6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8rem
}

@media (max-width:1024px) {
    .piece-of-news__right ul {
        gap: 2.5rem;
        margin-top: 2rem
    }
}

.piece-of-news__right p {
    margin-top: 2.7rem;
    color: var(--black);
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 2.4rem
}

@media (max-width:500px) {
    .piece-of-news__right p {
        margin-top: 1.2rem;
        font-size: 2rem;
        font-weight: 600;
        line-height: 2rem;
        letter-spacing: 0
    }
}

.piece-of-news__right .border-button {
    padding: 2rem;
    width: 100%;
    margin-top: 5rem
}

.piece-of-news__right-img {
    width: 100%;
    border: 0.1rem solid var(--blue);
    border-radius: 2.5rem;
    overflow: hidden;
    height: 44.1rem;
}

@media (max-width:500px) {
    .piece-of-news__right-img {
        height: 16rem
    }
}

.piece-of-news__right-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:500px) {
    .piece-of-news__right-img img {
        border-radius: 2.5rem
    }
}

.about-us__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1024px) {
    .about-us__title {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.about-us__title h2 {
    width: 79rem;
    color: var(--black);
    font-family: BOWLER;
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 4.8rem;
    letter-spacing: .24rem;
    text-transform: uppercase
}

@media (max-width:1024px) {
    .about-us__title h2 {
        width: 100%;
        text-align: end
    }
}

@media (max-width:500px) {
    .about-us__title h2 {
        font-size: 2rem;
        font-weight: 400;
        line-height: 2.5rem;
        letter-spacing: 0
    }
}

.about-us__title p {
    width: 85.5rem;
    color: var(--black);
    text-align: right;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.2rem
}

@media (max-width:1024px) {
    .about-us__title p {
        width: 100%
    }
}

@media (max-width:500px) {
    .about-us__title p {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2rem;
        letter-spacing: 0
    }
}

.about-us__advantages {
    border-top: .1rem solid var(--gray);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1024px) {
    .about-us__advantages {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: unset;
        justify-content: unset
    }
}

.about-us__advantages li {
    width: 40.5rem
}

@media (max-width:1024px) {
    .about-us__advantages li {
        width: 50%
    }

    .about-us__advantages li:nth-child(2n) div {
        border: none;
        padding-left: 2rem
    }

    .about-us__advantages li:nth-child(odd) div {
        padding-right: 2rem
    }
}

.about-us__advantages li div {
    border-right: .1rem solid var(--gray);
    padding-top: 10rem
}

@media (max-width:500px) {
    .about-us__advantages li div {
        padding-top: 2.65rem
    }
}

.about-us__advantages li div h2 {
    font-family: BOWLER;
    color: var(--dark-blue);
    font-size: 7rem;
    font-weight: 400;
    line-height: 7rem;
    text-transform: uppercase
}

@media (max-width:500px) {
    .about-us__advantages li div h2 {
        font-size: 2.8rem;
        font-weight: 400;
        line-height: 2.8rem;
        letter-spacing: 0
    }
}

.about-us__advantages li div p:first-of-type {
    color: var(--black);
    font-family: BOWLER;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 4rem;
    letter-spacing: .16rem;
    text-transform: uppercase
}

@media (max-width:500px) {
    .about-us__advantages li div p:first-of-type {
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 2.5rem;
        letter-spacing: 0
    }
}

.about-us__advantages li div p:last-of-type {
    color: var(--black);
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.8rem;
    margin-top: 3.5rem
}

@media (max-width:500px) {
    .about-us__advantages li div p:last-of-type {
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.8rem;
        letter-spacing: 0;
        margin-top: 1.4rem
    }
}

.about-us__advantages li:last-child div {
    border-right: none
}

.world-img {
    width: 100%
}

@media (max-width:500px) {
    .world-img {
        height: 8.4rem
    }
}

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

@media (max-width:500px) {
    .world-img img {
        border-radius: 5rem
    }
}

.manufacturers-partners ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem
}

.manufacturers-partners ul li {
    position: relative;
    border-radius: 3rem;
    border: .1rem solid var(--gray);
    overflow: hidden;
    width: 41.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 20rem;
    padding: 2rem;
    background-color: #FFFFFF;
    transition: border-color .3s;
    height: 23.2rem;
}

@media (hover: hover) and (pointer: fine) {
    .manufacturers-partners ul li:hover {
        border-color: var(--blue);
    }
}

.manufacturers-partners ul li a {
    width: 100%;
    height: 100%;
}

@media (max-width:1024px) {
    .manufacturers-partners ul li {
        width: 47rem
    }
}

@media (max-width:500px) {
    .manufacturers-partners ul li {
        width: 16.2rem;
        border-radius: 1rem;
         min-height: 10rem;
    }
}

.manufacturers-partners ul li img {
    width: 100%;
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.manufacturers-partners ul li svg {
    position: absolute;
    width: 5.4rem;
    height: 5.4rem;
    bottom: 2rem;
    right: 2rem
}

@media (max-width:500px) {
    .manufacturers-partners ul li svg {
        width: 2rem;
        height: 2rem;
        bottom: 1rem;
        right: 1rem
    }
}

.manufacturers-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 3rem
}

@media (max-width:500px) {
    .manufacturers-text {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.manufacturers-text__left {
    width: 30%;
    border-radius: 5rem;
    overflow: hidden
}

@media (max-width:500px) {
    .manufacturers-text__left {
        width: 100%
    }
}

.manufacturers-text__left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.manufacturers-text__right {
    width: 70%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: end
}

@media (max-width:500px) {
    .manufacturers-text__right {
        width: 100%
    }
}

.manufacturers-text__right h2 {
    color: var(--black);
    text-align: right;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    text-transform: uppercase
}

.manufacturers-text__right h2 span {
    color: var(--blue)
}

@media (max-width:500px) {
    .manufacturers-text__right h2 {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 135%;
        letter-spacing: 0
    }
}

.manufacturers-text__right div {
    width: 80%;
    margin-top: 5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem
}

@media (max-width:500px) {
    .manufacturers-text__right div {
        width: 100%;
        margin-top: 2rem
    }
}

.manufacturers-text__right div p {
    color: var(--black);
    text-align: right;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.2rem
}

@media (max-width:500px) {
    .manufacturers-text__right div p {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 135%;
        letter-spacing: 0
    }
}

.specification-container h2 {
    color: var(--black);
    font-family: BOWLER;
    font-size: 4rem;
    font-weight: 400;
    line-height: 5.6rem;
    letter-spacing: .02rem;
    text-transform: uppercase
}

@media (max-width:500px) {
    .specification-container h2 {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0
    }
}

.specification-container>div {
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    margin-top: 5rem;
    flex-wrap: wrap;
}

@media (max-width:1024px) {
    .specification-container>div {
        -ms-flex-direction: column;
        
    }
}

@media (max-width:500px) {
    .specification-container>div {
        margin-top: 3rem;
        flex-direction: column
    }
}

.specification-container>div a {
    border-radius: 5rem;
    background: #accbee;
    padding: 2rem 2rem 2rem 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 5rem;
    width: 56.6rem;
    position: relative;
    overflow: hidden
}

.specification-container>div a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: hsla(0, 0%, 100%, .329);
    border-radius: 3rem;
    transition: all 1s ease;
    z-index: 0
}

.specification-container>div a:hover:before {
    width: 100%
}

@media (max-width:1024px) {
    .specification-container>div a {
        width: 47rem;
    }
}

@media (max-width:500px) {
    .specification-container>div a {
        gap: 1rem;
        padding: 1.8rem 1rem;
        border-radius: 3rem;
        width: 100%;
    }
}

.specification-container>div a .file-ico {
    width: 7.4rem;
    height: 9.8rem
}

@media (max-width:500px) {
    .specification-container>div a .file-ico {
        width: 4.5rem;
        height: 6rem
    }
}

.specification-container__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .5rem;
    width: 50rem
}

@media (max-width:500px) {
    .specification-container__text {
        width: 100%
    }
}

.specification-container__text p:first-child {
    color: var(--black);
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 3.2rem
}

@media (max-width:500px) {
    .specification-container__text p:first-child {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0
    }
}

.specification-container__text p:last-child {
    color: var(--black);
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.2rem
}

@media (max-width:500px) {
    .specification-container__text p:last-child {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0
    }
}

.specification-container__arrows {
    width: 5rem;
    height: 5rem;
    position: absolute;
    bottom: 2rem;
    right: 2rem
}

@media (max-width:500px) {
    .specification-container__arrows {
        width: 3.8rem;
        height: 3.8rem;
        bottom: 1rem;
        right: 1rem
    }
}

.quality-standards__about {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5rem
}

@media (max-width:1024px) {
    .quality-standards__about {
        margin-top: 2rem;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2rem
    }
}

.quality-standards__about-left {
    width: 72rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem
}

@media (max-width:1024px) {
    .quality-standards__about-left {
        width: 100%
    }
}

.quality-standards__about-left div {
    /* padding-top: 10rem; */
    border-radius: 5rem;
    overflow: hidden
}

@media (max-width:1024px) {
    .quality-standards__about-left div {
        padding-top: 3rem
    }
}

@media (max-width:500px) {
    .quality-standards__about-left div {
        border-radius: 3rem
    }
}

.quality-standards__about-left div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5rem
}

@media (max-width:500px) {
    .quality-standards__about-left div img {
        border-radius: 3rem
    }
}

.quality-standards__about-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    width: 87rem;
    
    color: var(--black);
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.2rem;
}

.quality-standards__about-left + .quality-standards__about-right {
	    margin-top: -13rem;
}

.quality-standards__about-right ul {
    list-style: disc;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (max-width:1024px) {
    .quality-standards__about-right {
        width: 100%;
        margin-top: 0;
    }
    .quality-standards__about-left + .quality-standards__about-right {
	    margin-top: 0;
}
}

@media (max-width:500px) {
    .quality-standards__about-right {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 100%;
    }
}

.quality-standards__about-right h2 {
    color: var(--black);
    font-family: BOWLER;
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 5.6rem;
    letter-spacing: .24rem;
    text-transform: uppercase
}

@media (max-width:500px) {
    .quality-standards__about-right h2 {
        font-size: 2.6rem;
        font-weight: 400;
        line-height: 2.9rem;
        letter-spacing: 0
    }
}

.quality-standards__about-right p {
    color: var(--black);
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.2rem
}

@media (max-width:500px) {
    .quality-standards__about-right p {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0
    }
}

.quality-standards__about-right p:first-of-type {
    margin-top: 2.5rem
}

@media (max-width:500px) {
    .quality-standards__about-right p:first-of-type {
        margin-top: 0
    }
}

.quality-standards__products h2 {
    color: var(--dark-green);
    text-align: right;
    font-family: BOWLER;
    font-size: 4rem;
    font-weight: 400;
    line-height: 4.8rem;
    letter-spacing: .02rem;
    text-transform: uppercase
}

@media (max-width:500px) {
    .quality-standards__products h2 {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0
    }
}

.quality-standards__products ul {
    margin-top: 6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.2rem
}

@media (max-width:500px) {
    .quality-standards__products ul {
        margin-top: 3rem;
        gap: 1rem
    }
}

.quality-standards__products ul li {
    border-radius: 4rem;
    border: .1rem solid var(--blue);
    padding: 2.2rem 2.4rem;
    color: var(--black);
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    position: relative;
    overflow: hidden
}

@media (max-width:500px) {
    .quality-standards__products ul li {
        padding: 1rem;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2.4rem;
        letter-spacing: 0
    }
}

.quality-standards__variants-of-use {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1024px) {
    .quality-standards__variants-of-use {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 3rem
    }
}

.quality-standards__variants-of-use-img {
    width: 87rem;
    overflow: hidden;
    border-radius: 5rem
}

@media (max-width:1024px) {
    .quality-standards__variants-of-use-img {
        width: 100%
    }
}

.quality-standards__variants-of-use-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.quality-standards__variants-of-use-text {
    width: 60rem
}

@media (max-width:1024px) {
    .quality-standards__variants-of-use-text {
        width: 100%
    }
}

.quality-standards__variants-of-use-text h2 {
    color: var(--black);
    font-family: BOWLER;
    font-size: 4rem;
    font-weight: 400;
    line-height: 5.6rem;
    letter-spacing: .2rem;
    text-transform: uppercase
}

@media (max-width:500px) {
    .quality-standards__variants-of-use-text h2 {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0
    }
}

.quality-standards__variants-of-use-text ul {
    padding-left: 9rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
    margin-top: 5rem
}

@media (max-width:500px) {
    .quality-standards__variants-of-use-text ul {
        margin-top: 3rem;
        padding-left: 6rem;
        gap: 2rem
    }
}

.quality-standards__variants-of-use-text ul li {
    color: var(--black);
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 3.4rem;
    position: relative
}

@media (max-width:500px) {
    .quality-standards__variants-of-use-text ul li {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 2.4rem;
        letter-spacing: 0
    }
}

.quality-standards__variants-of-use-text ul li:before {
    content: "";
    position: absolute;
    width: 3.6rem;
    height: .2rem;
    background: #0075bf;
    top: 50%;
    transform: translateY(-50%);
    left: -9rem
}

@media (max-width:500px) {
    .quality-standards__variants-of-use-text ul li:before {
        left: -6rem
    }
}

.quality-standards__products-variants h2 {
    color: var(--black);
    font-family: BOWLER;
    font-size: 4rem;
    font-weight: 400;
    line-height: 5.6rem;
    letter-spacing: .2rem;
    text-transform: uppercase
}

@media (max-width:500px) {
    .quality-standards__products-variants h2 {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0
    }
}

.quality-standards__products-variants-swiper {
    margin-top: 6rem;
    width: 100%;
    position: relative
}

@media (max-width:500px) {
    .quality-standards__products-variants-swiper {
        margin-top: 3rem
    }
}

.quality-standards__products-variants-swiper .swiper-slide>div {
    position: relative;
    padding: 9rem 1.5rem 1.7rem 2rem;
    overflow: hidden;
    border-radius: 3rem
}

@media (max-width:500px) {
    .quality-standards__products-variants-swiper .swiper-slide>div {
        padding: 5rem 1.2rem 2rem
    }
}

.quality-standards__products-variants-swiper .swiper-slide>div>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    filter: brightness(0.7);
}

.quality-standards__products-variants-swiper .swiper-slide>div div {
    background: var(--white);
    width: 7.6rem;
    height: 7.6rem;
    border-radius: 50%;
    padding: 1.2rem;
    overflow: hidden
}

@media (max-width:500px) {
    .quality-standards__products-variants-swiper .swiper-slide>div div {
        width: 4rem;
        height: 4rem
    }
}

.quality-standards__products-variants-swiper .swiper-slide>div div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.quality-standards__products-variants-swiper .swiper-slide>div p {
    margin-top: 2rem;
    color: var(--white);
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 135%
}

@media (max-width:500px) {
    .quality-standards__products-variants-swiper .swiper-slide>div p {
        font-size: 1.8rem;
        font-weight: 600;
        line-height: 100%;
        letter-spacing: 0
    }
}

.quality-standards__swiper-scrollbar {
    width: 100%;
    height: .5rem;
    background: var(--gray);
    margin-top: 6rem
}

@media (max-width:500px) {
    .quality-standards__swiper-scrollbar {
        margin-top: 4rem
    }
}

.quality-standards__swiper-scrollbar .swiper-scrollbar-drag {
    background: var(--blue)
}

.quality-standards__swiper-button-next,
.quality-standards__swiper-button-prev {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: var(--white);
    overflow: hidden
}

.quality-standards__swiper-button-next svg,
.quality-standards__swiper-button-prev svg {
    width: 100%;
    height: 100%
}

.quality-standards__swiper-button-prev {
    rotate: 180deg
}

.quality-standards__swiper-button-next.swiper-button-disabled,
.quality-standards__swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    pointer-events: none
}

.quality-standards__products-variants-swiper-arrows {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 32%;
    z-index: 1;
    width: 100%;
    padding: 0 1rem
}

@media (max-width:1024px) {
    .quality-standards__products-variants-swiper-arrows {
        display: none
    }
}

.quality-standards__navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: start
}

.quality-standards__navigation .search-container {
    padding: 0
}

@media (max-width:1024px) {
    .quality-standards__navigation {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 2rem
    }
}

.quality-standards__navigation-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    width: 57rem
}

@media (max-width:1024px) {
    .quality-standards__navigation-links {
        width: 60%
    }
}

@media (max-width:500px) {
    .quality-standards__navigation-links {
        width: 100%
    }
}

.quality-standards__navigation-links .partners-links {
    border-radius: 8rem;
    border: .1rem solid var(--blue);
    padding: 2rem 6rem;
    display: flex;
    justify-content: center
}

.quality-standards__navigation-links .partners-links img {
    width: 40%;
    height: 100%;
    object-fit: cover
}

.quality-standards__navigation-links .arrow-button {
    width: 100%
}

@media (max-width:500px) {
    .quality-standards__navigation-links .arrow-button {
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.4rem;
        letter-spacing: 0
    }
}

.quality-standatds-second__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: start
}

@media (max-width:500px) {
    .quality-standatds-second__info {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2rem
    }
}

.quality-standatds-second__info div {
    width: 72rem;
    border-radius: 8rem;
    overflow: hidden
}

@media (max-width:500px) {
    .quality-standatds-second__info div {
        width: 100%
    }
}

.quality-standatds-second__info div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.quality-standatds-second__info ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    color: var(--black);
    text-align: right;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.2rem;
    width: 86rem;
    list-style: inside;
}

.quality-standatds-second__info article p {
	font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.2rem;
    width: 86rem;
}

@media (max-width:500px) {
    .quality-standatds-second__info ul {
        width: 100%;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.9rem;
        letter-spacing: 0
    }
    
    .quality-standatds-second__info article p {
	width: 100%;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.9rem;
        letter-spacing: 0
	}
}


.quality-standatds-second__info ul a {
    color: var(--black);
    text-decoration: underline;
    display: inline
}

.quality-standatds-second__info-list {
    position: relative
}

.quality-standatds-second__info-list img {
    position: absolute;
    top: 37rem;
    width: 92%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:1024px) {
    .quality-standatds-second__info-list img {
        display: none
    }
}

.quality-standatds-second__info-list ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.quality-standatds-second__info-list ul li {
    width: 64rem
}

@media (max-width:1024px) {
    .quality-standatds-second__info-list ul li {
        width: 100%
    }
}

.quality-standatds-second__info-list ul li h2 {
    color: var(--black);
    font-family: BOWLER;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 145%;
    letter-spacing: .2rem;
    text-transform: uppercase
}

@media (max-width:500px) {
    .quality-standatds-second__info-list ul li h2 {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 145%;
        letter-spacing: 0
    }
}

.quality-standatds-second__info-list ul li h2 span {
    color: var(--blue)
}

.quality-standatds-second__info-list ul li p {
    color: var(--black);
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.2rem
}

@media (max-width:500px) {
    .quality-standatds-second__info-list ul li p {
        margin-top: 2rem;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 135%;
        letter-spacing: 0
    }
}

.quality-standatds-second__info-list ul li:nth-child(2) h2,
.quality-standatds-second__info-list ul li:nth-child(2) p,
.quality-standatds-second__info-list ul li:nth-child(4) h2,
.quality-standatds-second__info-list ul li:nth-child(4) p {
    text-align: end
}

.quality-standatds-second__info-list ul li:nth-child(2) {
    margin-top: 3rem
}

@media (max-width:500px) {
    .quality-standatds-second__info-list ul li:nth-child(2) {
        margin-top: 5rem
    }
}

.quality-standatds-second__info-list ul li:nth-child(3) {
    margin-top: 4rem
}

@media (max-width:500px) {
    .quality-standatds-second__info-list ul li:nth-child(3) {
        margin-top: 5rem
    }
}

.quality-standatds-second__info-list ul li:nth-child(4) {
    margin-top: 8rem
}

@media (max-width:500px) {
    .quality-standatds-second__info-list ul li:nth-child(4) {
        margin-top: 5rem
    }
}

.error-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.error-content h1 {
    color: var(--dark-blue);
    font-family: BOWLER;
    font-size: 20rem;
    font-weight: 400;
    line-height: 20rem;
    letter-spacing: 1rem;
    text-transform: uppercase;
    text-align: center
}

@media (max-width:500px) {
    .error-content h1 {
        font-size: 10rem;
        font-weight: 400;
        line-height: 10rem;
        letter-spacing: 5%
    }
}

.error-content p:first-of-type {
    color: var(--black);
    font-size: 4rem;
    font-weight: 400;
    line-height: 4rem;
    text-align: center
}

@media (max-width:500px) {
    .error-content p:first-of-type {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 4rem;
        letter-spacing: 0
    }
}

.error-content p:last-of-type {
    color: var(--black);
    text-align: center;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.2rem;
    width: 85rem;
    margin-top: 3rem
}

@media (max-width:500px) {
    .error-content p:last-of-type {
        width: 100%;
        margin-top: 1rem;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.8rem;
        letter-spacing: 0
    }
}

.error-content .blue-button {
    width: 49rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4rem 0;
    margin-top: 8.5rem
}

@media (max-width:500px) {
    .error-content .blue-button {
        width: 70%;
        margin-top: 3rem;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.8rem;
        letter-spacing: 0;
        padding: 2rem 0
    }
}

.career__vacancies-info .swiper-slide>div {
    padding: 3rem;
    background: #accbee;
    border-radius: 5rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    height: 100%
}

@media (max-width:500px) {
    .career__vacancies-info .swiper-slide>div {
        padding: 1.6rem
    }
}

.career__vacancies-info .swiper-slide>div>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    z-index: 0;
    pointer-events: none;
    left: 0;
    top: 0
}

.career__vacancies-info .blue-button {
    width: 100%;
    margin-top: 8rem;
    padding: 3rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1
}

@media (max-width:500px) {
    .career__vacancies-info .blue-button {
        font-size: 2rem;
        font-weight: 400;
        line-height: 2rem;
        padding: 2rem 0;
        margin-top: 4rem
    }
}

.career__vacancies-info-scrollbar {
    width: 100%;
    height: .5rem;
    background: var(--gray);
    margin-top: 6rem;
    display: block !important
}

@media (max-width:500px) {
    .career__vacancies-info-scrollbar {
        margin-top: 1.8rem
    }
}

.career__vacancies-info-scrollbar .swiper-scrollbar-drag {
    background: var(--blue)
}

.career__vacancies-info-img {
    width: 33rem;
    border-radius: 3rem;
    overflow: hidden
}

.career__vacancies-info-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width:500px) {
    .career__vacancies-info-img {
        width: 20rem
    }
}

.career__vacancies-info-text {
    margin-top: 5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem
}

@media (max-width:500px) {
    .career__vacancies-info-text {
        margin-top: 3rem
    }
}

.career__vacancies-info-text h2 {
    color: var(--black);
    text-align: right;
    font-family: BOWLER;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: .18rem;
    text-transform: uppercase
}

@media (max-width:500px) {
    .career__vacancies-info-text h2 {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 2.4rem;
        letter-spacing: 5%
    }
}

.career__vacancies-info-text p {
    color: var(--black);
    text-align: right;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.2rem;
    min-height: 30rem
}

@media (max-width:500px) {
    .career__vacancies-info-text p {
        min-height: 15rem;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2rem;
        letter-spacing: 0
    }
}

.career__opened-vacancies>h2 {
    color: var(--black);
    font-family: BOWLER;
    font-size: 4.8rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: .24rem;
    text-transform: uppercase
}

@media (max-width:500px) {
    .career__opened-vacancies>h2 {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 160%;
        letter-spacing: 0
    }
}

.career__opened-vacancies ul {
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    margin-top: 5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:500px) {
    .career__opened-vacancies ul {
        margin-top: 4rem
    }
}

.career__opened-vacancies li {
    width: 32.5%
}

@media (max-width:1024px) {
    .career__opened-vacancies li {
        width: 48.5%
    }
}

@media (max-width:500px) {
    .career__opened-vacancies li {
        width: 100%
    }
}

.career__opened-vacancies li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 1.7rem;
    padding: 2rem 3rem;
    border-radius: 3rem;
    background: var(--white);
    box-shadow: .2rem .4rem 1rem 0 rgba(0, 0, 0, .15);
    position: relative;
    overflow: hidden
}

.career__opened-vacancies li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: var(--opacity-blue);
    opacity: .3;
    border-radius: 3rem;
    transition: all 1s ease;
    z-index: 0
}

.career__opened-vacancies li a:hover:before {
    width: 100%
}

@media (max-width:500px) {
    .career__opened-vacancies li a {
        padding: 1rem 2rem
    }
}

.career__opened-vacancies-img {
    display: -ms-flexbox;
    display: flex;
    gap: 13rem
}

@media (max-width:500px) {
    .career__opened-vacancies-img {
        gap: 1rem;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.career__opened-vacancies-img img {
    width: 33rem;
    border-radius: 3rem;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:1024px) {
    .career__opened-vacancies-img img {
        width: 100%
    }
}

@media (max-width:500px) {
    .career__opened-vacancies-img img {
        width: 80%
    }
}

.career__opened-vacancies-img svg {
    width: 5rem;
    height: 5rem
}

@media (max-width:500px) {
    .career__opened-vacancies-img svg {
        width: 3rem;
        height: 3rem
    }
}

.career__opened-vacancies-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: end;
    gap: 1rem
}

.career__opened-vacancies-text h2 {
    color: var(--black);
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 3.2rem;
    width: -webkit-fit-content;
    width: fit-content
}

@media (max-width:500px) {
    .career__opened-vacancies-text h2 {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 2.4rem;
        letter-spacing: 0
    }
}

.career__opened-vacancies-text p {
    color: var(--black);
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.2rem;
    width: -webkit-fit-content;
    width: fit-content
}

@media (max-width:500px) {
    .career__opened-vacancies-text p {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.6rem;
        letter-spacing: 0
    }
}

.career__perspective h2 {
    color: var(--black);
    text-align: right;
    font-family: BOWLER;
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 4.8rem;
    letter-spacing: .24rem;
    text-transform: uppercase
}

@media (max-width:500px) {
    .career__perspective h2 {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 0
    }
}

.career__perspective ul {
    margin-top: 10rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    column-gap: 2.3rem;
    row-gap: 5rem
}

@media (max-width:500px) {
    .career__perspective ul {
        margin-top: 5rem
    }
}

.career__perspective ul li {
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    width: 85.7rem
}

@media (max-width:1024px) {
    .career__perspective ul li {
        width: 100%
    }
}

@media (max-width:500px) {
    .career__perspective ul li {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2rem
    }
}

.career__perspective ul li>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5rem
}

.career__perspective ul li p {
    color: var(--black);
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 160%;
    width: 66rem;
    background: var(--white)
}

@media (max-width:1024px) {
    .career__perspective ul li p {
        width: 100%
    }
}

@media (max-width:500px) {
    .career__perspective ul li p {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2rem;
        letter-spacing: 0
    }
}

.career__perspective ul li:first-child,
.career__perspective ul li:nth-child(2),
.career__perspective ul li:nth-child(3),
.career__perspective ul li:nth-child(4),
.career__perspective ul li:nth-child(5) {
    position: absolute;
    display: none
}

@media (max-width:1024px) {

    .career__perspective ul li:first-child,
    .career__perspective ul li:nth-child(2),
    .career__perspective ul li:nth-child(3),
    .career__perspective ul li:nth-child(4),
    .career__perspective ul li:nth-child(5) {
        display: none
    }
}

.career__perspective ul li:nth-child(10) {
    margin-top: 13rem
}

@media (max-width:1024px) {
    .career__perspective ul li:nth-child(10) {
        margin-top: 0;
        -ms-flex-order: 11;
        order: 11
    }
}

.career__perspective ul li:nth-child(11) {
    margin-top: 13rem
}

@media (max-width:1024px) {
    .career__perspective ul li:nth-child(11) {
        margin-top: 0;
        -ms-flex-order: 10;
        order: 10
    }
}

.career__perspective ul li:first-child,
.career__perspective ul li:nth-child(2) {
    background: #accbee;
    width: .2rem;
    height: 28.5rem;
    z-index: -1
}

.career__perspective ul li:nth-child(3),
.career__perspective ul li:nth-child(4),
.career__perspective ul li:nth-child(5) {
    background: #accbee;
    height: .2rem;
    width: 74rem;
    z-index: -1
}

.career__perspective ul li:first-child {
    top: 16rem;
    left: 97rem
}

.career__perspective ul li:nth-child(2) {
    top: 61rem;
    left: 9rem
}

.career__perspective ul li:nth-child(4) {
    top: 9rem;
    left: 16rem
}

.career__perspective ul li:nth-child(3) {
    top: 45%;
    left: 10%
}

.career__perspective ul li:nth-child(6) {
    top: 53rem;
    left: 16rem
}

.career__perspective ul li:nth-child(5) {
    bottom: 16%;
    left: 12%
}

.career__perspective-ico {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 17.8rem;
    height: 17.8rem;
    background: #accbee;
    border-radius: 50%;
    overflow: hidden;
    padding: 3.7rem
}

@media (max-width:500px) {
    .career__perspective-ico {
        width: 10rem;
        height: 10rem;
        padding: 2rem
    }
}

.career__perspective-ico img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.career__perspective-img {
    margin-top: 5rem;
    border-radius: 5rem;
    overflow: hidden
}

@media (max-width:500px) {
    .career__perspective-img {
        margin-top: 2rem;
        height: 9rem
    }
}

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

.career-offers {
    background: var(--blue);
    padding-top: 4.3rem;
    padding-bottom: 6.3rem;
    border-radius: 5rem;
    overflow: hidden
}

@media (max-width:500px) {
    .career-offers {
        padding: 1.8rem;
        border-radius: 3rem
    }
}

.career-offers ul {
    margin-top: 13.7rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem
}

@media (max-width:500px) {
    .career-offers ul {
        margin-top: 3rem;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 3rem
    }
}

.career-offers ul li {
    width: 41.8rem
}

@media (max-width:500px) {
    .career-offers ul li {
        width: 100%
    }
}

.career-offers ul li div {
    background: var(--black);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    color: var(--white);
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 100%
}

.career-offers ul li div svg {
    width: 60%;
    height: 100%
}

@media (max-width:500px) {
    .career-offers ul li div {
        width: 3rem;
        height: 3rem;
        font-size: 3rem
    }
}

.career-offers ul li h3 {
    color: var(--white);
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 3.2rem;
    margin-top: 1rem
}

@media (max-width:500px) {
    .career-offers ul li h3 {
        font-size: 2rem;
        font-weight: 500;
        line-height: 2rem;
        letter-spacing: 0
    }
}

.career-offers ul li p {
    margin-top: 2rem;
    color: var(--white);
    font-size: 2.4rem;
    font-weight: 400;
    line-height: normal
}

@media (max-width:500px) {
    .career-offers ul li p {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 110%;
        letter-spacing: 0
    }
}

.career-offers__title {
    display: -ms-flexbox;
    display: flex;
    gap: 5.4rem
}

@media (max-width:500px) {
    .career-offers__title {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 2rem
    }
}

.career-offers__title h2 {
    color: var(--white);
    font-family: BOWLER;
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 9.6rem;
    letter-spacing: .24rem;
    text-transform: uppercase;
    width: 48%
}

@media (max-width:500px) {
    .career-offers__title h2 {
        width: 100%;
        font-size: 2rem;
        font-weight: 400;
        line-height: 135%;
        letter-spacing: 0
    }
}

.career-offers__title div {
    overflow: hidden;
    border-radius: 5rem;
    width: 70%
}

@media (max-width:500px) {
    .career-offers__title div {
        width: 100%;
        height: 6.4rem
    }
}

.career-offers__title div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.career-tabs_mobile {
    display: none
}

@media (max-width:500px) {
    .career-tabs_mobile {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2rem
    }
}

.career-tabs_mobile div {
    padding: 2.3rem .8rem 2rem 1.3rem;
    border-radius: 3rem
}

.career-tabs_mobile div:first-child {
    border: .1rem solid var(--blue)
}

.career-tabs_mobile div:last-child {
    border: none;
    background: #accbee
}

.career-tabs_mobile div h3 {
    color: var(--black);
    font-family: BOWLER;
    font-size: 2rem;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase
}

.career-tabs_mobile div svg {
    width: 2rem;
    height: 1.4rem
}

.career-tabs_mobile div ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.4rem;
    margin-top: 1.5rem
}

.career-tabs_mobile div ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem
}

.career-tabs_mobile div ul p {
    color: var(--black);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0;
    text-align: left;
    width: 100%
}

@media (max-width:500px) {
    .career-tabs {
        display: none
    }
}

.career-tabs__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.career-tabs__buttons button {
    color: var(--black);
    font-family: BOWLER;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: normal;
    letter-spacing: .16rem;
    text-transform: uppercase;
    background: none;
    border: none;
    padding: 3rem 4.4rem
}

.career-tabs__buttons .career-tabs__button-wrapper:first-of-type button {
    margin-bottom: -1rem;
    background: var(--white);
    border-top: .2rem solid var(--opacity-blue);
    border-right: .2rem solid var(--opacity-blue);
    border-left: .2rem solid var(--opacity-blue);
    border-radius: 5rem 5rem 0 0
}

.career-tabs__buttons .career-tabs__button-wrapper:first-of-type button.background {
    border: none
}

.career-tabs__buttons .career-tabs__button-wrapper:last-of-type button.background {
    border-radius: 5rem 5rem 0 0;
    background: #e8edf5;
    box-shadow: 1rem 0 .5rem -.5rem rgba(0, 0, 0, .25)
}

.career-tabs__button-content {
    display: none
}

.career-tabs__helper {
    border: .2rem solid var(--opacity-blue);
    border-radius: 0 5rem 5rem 5rem;
    padding: 6rem 4.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem
}

.career-tabs__helper.background {
    border-radius: 5rem 0 5rem 5rem;
    background: #e8edf5;
    border: none;
    box-shadow: .2rem .6rem 1rem 0 rgba(0, 0, 0, .25)
}

.career-tabs__helper div {
    border-radius: 3rem;
    overflow: hidden;
    width: 72rem
}

.career-tabs__helper div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.career-tabs__helper ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    width: 76rem
}

.career-tabs__helper ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.4rem;
    color: var(--black);
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 3.2rem
}

.career-tabs__helper ul li p {
    width: 86%
}

.career-tabs__helper ul li svg {
    width: 8rem;
    height: 3rem
}

.scope {
    background: var(--blue);
    border-radius: 5rem;
    padding: 6rem 7.7rem 8rem
}

@media (max-width:1024px) {
    .scope {
        padding: 3rem 3rem 3rem 11rem
    }
}

@media (max-width:500px) {
    .scope {
        padding: 1.5rem
    }
}

.scope h2 {
    color: var(--white);
    font-family: BOWLER;
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 5rem;
    letter-spacing: 5%;
    text-transform: uppercase;
    text-align: center
}

@media (max-width:500px) {
    .scope h2 {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 2.8rem
    }
}

.scope-content {
    margin-top: 5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7rem;
    position: relative
}

@media (max-width:500px) {
    .scope-content {
        padding-left: 2rem
    }
}

.scope-content li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.scope-content li h3 {
    color: var(--white);
    font-family: BOWLER;
    font-size: 15rem;
    font-weight: 400;
    line-height: 20rem;
    letter-spacing: 5%;
    text-align: center;
    text-transform: uppercase;
    opacity: .6
}

@media (max-width:1024px) {
    .scope-content li h3 {
        display: none
    }
}

.scope-content li>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    width: 75%
}

@media (max-width:1024px) {
    .scope-content li>div {
        width: 100%
    }
}

@media (max-width:500px) {
    .scope-content li>div {
        gap: 1rem
    }
}

.scope-content li>div h4 {
    color: var(--white);
    font-family: BOWLER;
    font-size: 4rem;
    font-weight: 400;
    line-height: 4rem;
    letter-spacing: 5%;
    text-align: left;
    text-transform: uppercase
}

@media (max-width:500px) {
    .scope-content li>div h4 {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 2.8rem
    }
}

.scope-content li>div div {
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem
}

@media (max-width:500px) {
    .scope-content li>div div {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem
    }
}

.scope-content li>div div p {
    color: var(--white);
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0;
    text-align: left;
    opacity: .6;
    width: 100%
}

@media (max-width:500px) {
    .scope-content li>div div p {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1.8rem
    }
}

.scope-content li>div div .scope-content__img {
    width: 100%;
    border-radius: 5rem;
    overflow: hidden
}

@media (max-width:500px) {
    .scope-content li>div div .scope-content__img {
        border-radius: 1.5rem
    }
}

.scope-content li>div div .scope-content__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.scope-line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 2.2rem;
    left: 30rem;
    top: 1rem
}

@media (max-width:1024px) {
    .scope-line {
        left: -7rem
    }
}

@media (max-width:500px) {
    .scope-line {
        left: -1rem;
        top: .5rem
    }
}

.scope-line div {
    width: 1.6rem !important;
    height: 1.6rem;
    background: var(--white);
    border-radius: 50%;
    transition: transform .3s ease
}

@media (max-width:500px) {
    .scope-line div {
        width: 1.2rem !important;
        height: 1.2rem
    }
}

.scope-line div.--active {
    transform: scale(3)
}

@media (max-width:500px) {
    .scope-line div.--active {
        transform: scale(1.6)
    }
}

.scope-line span {
    display: block;
    width: .2rem;
    height: 30.7rem;
    background: var(--white)
}

@media (max-width:1024px) {
    .scope-line span {
        height: 40rem
    }
}

@media (max-width:500px) {
    .scope-line span {
        height: 33.4rem
    }
}

.scope-line span:last-of-type {
    height: 23rem
}

@media (max-width:500px) {
    .scope-line span:nth-of-type(3) {
        height: 30rem
    }
}

@media (max-width:500px) {
    .scope-line span:nth-of-type(4) {
        height: 29.5rem
    }
}

.letters-wrap {
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    .letters-wrap {
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 2rem;
    }
}

.products-variants__container-left .catalog-nav__item {
	display: inline;
}




.products-variants__container-left .products__accordion  {
	display: inline;
}

.products-variants__container-left li a div {
	display: inline-block;
}

.products-variants__container-left li a {
	display: inline;
}

.products-variants__container-left li a span {
	vertical-align: middle;
	margin-left: 1rem;
}

@media (max-width: 500px) {
    .products-variants__container-left li a span {
		margin-left: 0.5rem;
	}
}


.catalog-nav__btn {
	vertical-align: middle;
}

.catalog-nav__subitem {
	display: flex;
}

.piece-of-news__variants-of-use table tbody p{margin-top:unset!important;}