.TopLine {
    -webkit-backface-visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(1, 1, 27);
    width: 100%;
    color: rgb(255, 255, 255);
    z-index: 100;
    transition: background-color 0.6s ease 0s, height 0.6s ease 0s;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0.1em 0.4em 0;
}
.TopLine.transparent {
    box-shadow: none;
    background-color: transparent;
}
.TopLine .Container {
    margin: 0 55px;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    max-width: 100%;
    position: relative;
}
.TopLine .Logo__Image {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 221px;
    outline: none;
    margin-left: 0;
}
.TopLine .Logo__Image a {
    display: flex;
    color: rgb(255, 255, 255);
}
.Logo__Image img {
    height: auto;
}
.TopLine__Nav {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: center;
}
.TopLine__NavItemMega {
    display: flex;
    justify-content: center;
    font-family: Muli, sans-serif;
    padding: 0;
    margin: 0 0.6em;
    line-height: 4.063em;
    font-weight: 600;
    cursor: pointer;
    font-size: 1em;
    box-sizing: border-box;
    transition: color 0.3s ease 0s;
}
.menu-title {
    height: 100%;
    position: relative;
}
.TopLine__NavItemMega:hover .menu-title.mega-menu .Navig {
    color: rgb(56, 205, 241);
    font-weight: bold;
}
.Navig {
    text-decoration: unset;
    font-weight: 600;
    font-size: 1em;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    transition: color 0.3s ease 0s, font-weight 0.3s ease 0s;
}
.menu-title.mega-menu > .fa {
    margin-left: 0.4em;
    transition-property: color, transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    line-height: 0.9;
    transform: rotateX(0deg);
}
.TopLine__NavItemMega:hover .menu-title.mega-menu > .fa {
    color: rgb(56, 205, 241);
    transform: rotateX(-180deg);
}
.TopLine__NavItemMega:hover .TopLine__SubNavMega,
.TopLine__NavItemMega:hover .TopLine__SubNav  {
    transform: scale(1, 1);
    opacity: 1;
}
.TopLine__NavItemMega--border .menu-title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: transparent;
    border-radius: 2.5px;
    transition: background-color 0.3s ease 0s;
}
.TopLine__NavItemMega--border:hover .menu-title::after {
    background: rgb(56, 205, 241);
}
.TopLine__SubNavMega {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    border-radius: 4px;
    background: rgb(255, 255, 255);
    transform-origin: left top;
    transform: scale(0, 0);
    opacity: 0;
    transition: opacity 0.3s ease 0s, transform 0.2s ease 0s;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0.188em 0.938em 0;
    padding: 40px 40px 0;
    cursor: default;
}
.TopLine__SubNavMegaContent {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}
.TopLine__MenuContent {
    display: block;
    grid-column-end: span 9;
}
.TopLine__MenuContentItem {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}
.TopLine__MenuContentItem {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}
.TopLine__SubNavItemMega {
    line-height: 1;
    grid-column-end: span 4;
    margin-bottom: 30px;
}
.TopLine__SubNavItemMega .menu-item-wrapper-block {
    margin-bottom: 20px;
}
.TopLine__SubNavItemMega .TopLine__SubNavItemMegaText {
    display: block;
    text-decoration: none;
    overflow-wrap: normal;
    font-family: 'Muli', sans-serif;
    font-size: 1.13em;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 10px;
    color: #505256;
    transition: color 0.3s ease 0s;
}
.menu-item-wrapper-block > .TopLine__SubNavItemMegaText:hover {
    color: rgb(56, 205, 241);
}
div.key-item {
    position: relative;
}
div.key-item:last-child {
    margin-bottom: 0;
}
.TopLine__Circle {
    position: absolute;
    top: 6px;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: rgb(119, 125, 126);
}
.TopLine__KeyTitle {
    display: block;
    margin-bottom: 6px;
    font-family: Muli, sans-serif;
    font-size: 0.75em;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    padding-left: 13px;
    font-weight: 300;
    color: rgb(119, 125, 126);
}
.TopLine__Bullet {
    position: absolute;
    top: 5px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: rgb(56, 205, 241);
}
a.bullet-item {
    display: block;
    text-decoration: none;
    overflow-wrap: normal;
    font-size: 1em;
    font-family: Muli, sans-serif;
    font-weight: 500;
    margin-bottom: 13px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(80, 82, 86);
    transition: color 0.3s ease 0s;
}
.TopLine__KeyTitle a.bullet-item {
    font-weight: 300;
}
.TopLine__ButtonMore {
    display: block;
    background: transparent;
    margin: 28px auto auto;
    font-family: Muli, sans-serif;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.TopLine__ButtonMore a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgb(56, 205, 241);
    border-radius: 50%;
    width: 66px;
    height: 66px;
    text-decoration: none;
}
.TopLine__TextButton {
    font-family: Muli, sans-serif;
    font-size: 1em;
    font-weight: 800;
    text-transform: uppercase;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: rgb(255, 255, 255);
}
.TopLine__ContactUsBtn {
    font-family: 'Muli', sans-serif;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1em;
    height: 2.4em;
    color: rgb(255, 255, 255);
    font-weight: bold;
    border-radius: 0.25em;
    border: 0.125em solid rgb(56, 205, 241);
    background: rgb(56, 205, 241);
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    margin: 0;
    opacity: 1;
    position: relative;
    text-transform: uppercase;
    font-size: 1em;
    text-decoration: unset;
}
.TopLine__NavItem {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-family: Muli, sans-serif;
    position: relative;
    padding: 0;
    margin: 0 0.6em;
    line-height: 4.063em;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: normal;
    cursor: pointer;
    box-sizing: border-box;
    transition: color 0.3s ease 0s;
}
.TopLine__NavItem a {
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-weight: 600;
    transition: color 0.3s ease 0s;
}
.TopLine__NavItem:hover .Navig {
    color: rgb(56, 205, 241);
    font-weight: bold;
}
.TopLine__ArticleInMega {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    align-items: flex-start;
    justify-content: flex-start;
    grid-column-end: span 3;
    padding-left: 40px;
    margin-bottom: 46px;
    border-left: 1px solid rgba(151, 151, 151, 0.2);
}
.TopLine__ArticleInMega img.TopLine__Image {
    z-index: 1;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    min-height: 165px;
    margin-bottom: 22px;
    max-height: unset;
}
.TopLine__ArticleInMega .TopLine__ArticleData {
    display: block;
    margin-bottom: 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.63em;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(38, 174, 207);
}
.TopLine__ArticleInMega .TopLine__ArticleTitle {
    display: block;
    margin-bottom: 5px;
    font-size: 0.94em;
    line-height: normal;
}
.TopLine__ArticleInMega .TopLine__ArticleTitle a {
    font-family: Muli, sans-serif;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-decoration: unset;
    color: rgb(56, 59, 60);
}
.TopLine__ArticleInMega .TopLine__ArticleDesc {
    display: block;
    margin-bottom: 0;
    font-family: Muli, sans-serif;
    font-size: 0.81em;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: rgb(149, 157, 158);
}
.TopLine__BurgerMenu {
    display: none;
}
.TopLine__SubNav {
    transform: scale(0, 0);
    opacity: 0;
    padding: 24px 0;
    position: absolute;
    top: 100%;
    border-radius: 0.313em;
    /*min-width: 100%;*/
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0 0.188em 0.938em 0;
    border: 1px solid rgb(215, 215, 215);
    transform-origin: left top;
    transition: opacity 0.3s ease 0s, transform 0.2s ease 0s;
}
.TopLine__NavItem:hover .TopLine__SubNav {
    transform: scale(1, 1);
    opacity: 1;
}
.TopLine__SubNavItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    line-height: 1;
    padding: 0 24px;
    margin-bottom: 24px;
}
.TopLine__SubNavItem svg {
    margin-left: 24px;
    min-width: 8px;
}
.TopLine__SubNavItem svg path {
    transition: stroke .3s ease;
}
.TopLine__SubNavItem:last-child {
    margin-bottom: 0;
}
.TopLine__SubNavItem .text-item {
    display: block;
    font-family: 'Mulish', sans-serif;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    text-transform: none;
    color: #000;
    transition: color 0.3s ease 0s;
}
.TopLine__SubNavItem:hover svg path {
    stroke: #38CDF1
}
.TopLine__SubNavItem:hover .text-item {
    color: #38CDF1;
}
.TopLine__NavItem:hover .menu-title.mega-menu > .fa {
    color: rgb(56, 205, 241);
    transform: rotateX(-180deg);
}
.TopLine__SubNavItem:last-child {
    border: none;
}
.left-sidebar {
    display: none;
}
.TopLine__SubNav::after {
    position: absolute;
    content: "";
    top: -6px;
    left: 7px;
    right: 7px;
    height: 5px;
    background: rgb(56, 205, 241);
    border-radius: 2.5px;
}
.button-mobile-contact-us {
    display: none;
}
.TopLine__SubNavItem .TopLine__SubNavItem--block {
    position: absolute;
    left: 100%;
    top: -25px;
    transform: scale(0, 0);
    opacity: 0;
    padding: 24px;
    background: #F8F8F8;
    border-radius: 0 15px 15px 0;
    transition: opacity .3s ease;
}
.TopLine__SubNavItem .TopLine__SubNavItem--block::after {
    position: absolute;
    content: "";
    top: -5px;
    left: 0;
    right: 7px;
    height: 5px;
    background: rgb(56, 205, 241);
    border-top-right-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
}
.TopLine__SubNavItem.has-menu:hover .TopLine__SubNavItem--block {
    opacity: 1;
    transform: scale(1, 1);
}
.TopLine__SubNavItem .TopLine__SubNavItem--second {
    display: block;
    font-family: 'Mulish', sans-serif;
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
    color: #000000;
    text-transform: unset;
    transition: color .3s ease;
}
.TopLine__SubNavItem a.TopLine__SubNavItem--second {
    cursor: pointer;
}
.TopLine__SubNavItem .TopLine__SubNavItem--second:hover {
    color: #38CDF1;
}
.TopLine__SubNavItem .TopLine__SubNavItem--second:last-child {
    margin-bottom: 0;
}
.TopLine__SubNav.first {
    border-top-right-radius: unset;
}
.TopLine__SubNav.last {
    border-bottom-right-radius: unset;
}
.TopLine__SubNav.first::after {
    right: 0;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}

footer {
    background-color: #01011B;
    width: 100%;
    display: block;
    padding: 89px 52px 55px;
}
footer .footer__grid,
footer .footer__menu,
footer .footer__right {
    display: grid;
    grid-column-gap: 50px;
}
footer .footer__grid {
    grid-template-columns: minmax(123px, 170px) 2fr minmax(400px, 2.4fr);
    padding-left: 38px;
    padding-right: 38px;
}
footer .footer__menu {
    grid-template-columns: 1.1fr 0.9fr;
}
footer .footer__right {
    grid-template-columns: repeat(2, minmax(200px, 1.2fr));
}
footer .footer__big-title {
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 12px;
}
footer .footer__text {
    font-family: 'Muli', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.285;

    color: #B4B4B4;
}
footer .footer__text * {
    font-size: inherit;
}
footer .footer__country-title + .footer__country-title {
    margin-top: 25px;
}
footer .footer__contact + .footer__contact {
    margin-top: 24px;
}
footer .footer__contact a {
    color: #B4B4B4;
    transition: color .3s ease;
}
footer .footer__follow {
    margin-top: 43px;
}
footer .footer__follow a + a {
    margin-left: 21px;
}
footer .footer__reserved {
    padding: 27px 38px 0;
    margin-top: 88px;
    border-top: 1px solid #41BEDC;

    font-family: 'Muli', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 1.266;

    color: #707074;
}
footer .footer__menu-wrapper .footer__text a {
    color: #B4B4B4;
}
footer .footer__menu-wrapper .footer__text + .footer__text {
    margin-top: 10px;
}

#cookies {
    display: none;
}
#cookies.shown {
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5em;
    flex-wrap: nowrap;
    justify-content: space-between;
    z-index: 9999;
    -webkit-backface-visibility: hidden;
    position: fixed;
    flex-direction: row;
    padding: 1em 1.8em;
    width: 100%;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 37, 54);
    left: 0;
    right: 0;
    bottom: 0;
}
#cookies .cookies-content a:active,
#cookies .cookies-content a:hover,
#cookies .cookies-content a:visited {
    opacity: 1;
}
#cookies .cookies-content a {
    display: inline-block;
    text-decoration: underline;
    transition: opacity .3s ease;
    cursor: pointer;
    opacity: .8;
    color: rgb(255, 255, 255);
}
#cookies .cookies-content {
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    font-family: 'Open Sans', sans-serif;
}
#cookies .cookies-accept-right .button:hover,
#cookies .cookies-accept-right .button:focus {
    background-color: rgb(94, 243, 255);
}
#cookies .cookies-content > * {
    display: inline;
}
#cookies .cookies-accept-right {
    display: flex;
    align-items: center;
    align-content: space-between;
    margin-left: 50px;
}
#cookies .cookies-accept-right .button {
    display: block;
    font-family: 'Open Sans', sans-serif;
    padding: .4em .8em;
    font-size: .9em;
    line-height: 1.5em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    color: rgb(0, 0, 0);
    border-color: transparent;
    background-color: rgb(56, 205, 241);
    transition: all .3s ease;
    cursor: pointer;
}

@media screen and (min-width: 1440px) {
    .TopLine__SubNavItemMega .TopLine__SubNavItemMegaText,
    .menu-item .label {
        font-size: 21.8768px;
    }
    .Navig,
    .TopLine__TextButton,
    .TopLine__ContactUsBtn {
        font-size: 1.1em;
    }
    .TopLine__ArticleInMega .TopLine__ArticleTitle {
        font-size: 18.1984px;
    }
    .TopLine__ArticleInMega .TopLine__ArticleDesc {
        font-size: 15.6816px;
    }
    .TopLine__ArticleInMega .TopLine__ArticleData {
        font-size: 12.1968px;
    }
    a.bullet-item {
        font-size: 18.48px
    }
    .TopLine__Bullet {
        top: 9px;
    }
    .TopLine__SubNavItem .text-item {
        font-size: 17.6px;
    }
    footer .footer__text {
        font-size: 1.06rem;
    }
    footer .footer__reserved {
        font-size: 1.125em;
    }
}

@media screen and (min-width: 1900px) {
    .Logo__Image svg, .Logo__Image img {
        width: 221px;
    }
    footer .footer__text {
        font-size: 1.125rem;
    }
    footer .footer__reserved {
        font-size: 1.1875em;
    }
}

@media (min-width: 2000px) {
    .Navig,
    .TopLine__ContactUsBtn {
        font-size: 1.4em;
    }
    .TopLine__Bullet {
        top: 11px;
    }
    .TopLine__SubNavItemMega .TopLine__SubNavItemMegaText,
    .menu-item .label {
        font-size: 30.3744px;
    }
    .TopLine__ButtonMore a {
        width: 104px;
        height: 104px;
    }
    .TopLine__TextButton {
        font-size: 1.3em;
    }
    .TopLine__ArticleInMega .TopLine__ArticleTitle {
        font-size: 27.3728px;
    }
    .TopLine__ArticleInMega .TopLine__ArticleDesc {
        font-size: 23.5872px;
    }
    .TopLine__ArticleInMega .TopLine__ArticleData {
        font-size: 18.3456px;
    }
    a.bullet-item {
        font-size: 21.84px;
    }
    .TopLine__SubNavItem .text-item {
        font-size: 20.8px;
    }
}

@media (max-width: 1440px) and (min-width: 968px) {
    .TopLine .Container {
        margin: 0 45px;
    }
    .Logo__Image svg, .Logo__Image img {
        width: 185px;
    }
}

@media screen and (max-width: 1280px){
    .TopLine__NavItemMega,
    .TopLine__NavItem {
        margin: 0 4px;
    }
    .TopLine__ArticleInMega {
        padding-left: 30px;
    }
    .TopLine .Logo__Image {
        width: unset;
    }
    .Logo__Image img, .Logo__Image svg {
        width: 150px;
    }
    .menu-title.mega-menu>.fa {
        margin-left: 2px;
    }
    .Navig {
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    .TopLine .Logo__Image {
        width: 145px;
    }
    .Logo__Image svg, .Logo__Image img {
        width: 135px;
    }
    footer .footer__right,
    footer .footer__menu,
    footer .footer__grid {
        column-gap: 30px;
    }
    footer .footer__grid {
        grid-template-columns: 150px 2fr 2.1fr;
    }
    footer .footer__right {
        grid-template-columns: 1.1fr 200px;
    }
}

@media (max-width: 1080px) {
    .TopLine__Nav {
        display: none;
    }
    .TopLine__ContactUsBtn {
        display: none;
    }
    .TopLine .Container {
        padding: 17px 0;
    }
    .TopLine__BurgerMenu {
        display: block;
        position: relative;
        width: 27px;
        transition: top 0.4s ease 0s;
        cursor: pointer;
        z-index: 6 !important;
    }
    .TopLine__BurgerMenu .line {
        display: block;
        margin-top: 5px;
        outline: none!important;
        margin-bottom: 6px;
        width: 100%;
        border-radius: 33px;
        height: 2px;
        background: rgb(215, 216, 228);
    }
    .TopLine__BurgerMenu .line:first-child {
        margin-top: 0;
    }
    .TopLine__BurgerMenu .line:last-child {
        margin-bottom: 0;
    }
    .left-sidebar {
        display: block;
        -webkit-backface-visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(246, 246, 246);
        box-sizing: border-box;
        padding: 20px;
        overflow-y: auto;
        z-index: 9999;
        transform: translateY(-100%);
        transition-property: transform;
        transition-duration: 0.5s;
    }
    .left-sidebar.opened {
        transform: translateY(0px);
    }
    .sidebar-top-line {
        position: relative;
        cursor: pointer;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .menu-item .label {
        display: flex;
        width: 100%;
        -webkit-box-align: center;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        position: relative;
        padding: 10px 0 10px;
        font-family: 'Muli', sans-serif;
        font-size: 16px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 20.08px;
        letter-spacing: normal;
        text-transform: uppercase;
    }
    .menu-item .label,
    .menu-item .label a {
        color: rgb(65, 70, 71);
        transition: color .3s ease, padding .3s ease;
    }
    .menu-item.opened .label,
    .menu-item.opened .arrow .fa,
    .menu-item.opened .label a,
    .second-menu__item.opened .second-menu__label, 
    .second-menu__item.opened .second-menu__label a,
    .second-menu__item.opened .second-menu__label .fa {
        color: rgb(56, 205, 241);
    }
    .menu-item.opened:has(> ul) .label {
        padding-top: 15px;
        padding-bottom: 5px;
    }
    .menu-item:not(:has(> ul)) a {
        width: 100%;
    }

    .menu-block {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    ul.menu-block li::before {
        content: unset;
        display: none;
    }
    .menu-block li {
        display: block;
    }
    .menu-block li:last-child {
        border-bottom: none
    }

    .menu-item {
        border-bottom: 0.2px solid rgb(215, 216, 228);
    }
    .menu-item .label a.first-label {
        text-decoration: unset;
        outline: none;
        box-shadow: none!important;
    }

    .label .arrow,
    .second-menu__label .second-arrow {
        transition: all .3s ease;
    }
    .label .arrow.rotated, 
    .second-menu__label .second-arrow--rotate {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    .menu-item .second-menu {
        display: none;
    }
    .menu-item .second-menu {
        padding: 10px 20px;
        overflow: hidden;
        box-sizing: border-box;
    }

    .second-menu__item {
        display: block;
        width: 100%;
        font-family: 'Muli', sans-serif;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 20.08px;
        letter-spacing: normal;
        color: rgb(65, 70, 71);
        cursor: pointer;
    }
    .second-menu__item + .second-menu__item {    
        padding-top: 10px;
    }
    .second-menu__item a {
        display: block;
        width: fit-content;
        text-decoration: none;
        color: rgb(65, 70, 71);
    }
    
    .second-menu__label {
        display: flex;
        width: 100%;
        -webkit-box-align: center;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        position: relative;
    }

    .third-menu {
        display: none;
    }

    .second-menu__item .third-menu {
        padding: 10px 30px 0;
    }
    .second-menu__item .third-menu__item + .third-menu__item {
        padding-top: 10px;
    }

    .button-mobile-contact-us {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #38cdf1;
        -webkit-backface-visibility: hidden;
        position: fixed;
        top: 200px;
        right: 0;
        cursor: pointer;
        transform: rotate(90deg);
        transform-origin: right top;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
        font-family: 'Muli', sans-serif;
        font-size: 12px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #f3f3f3;
        z-index: 1000;
        text-decoration: none;
        text-transform: uppercase;
        padding: 8px 12px;
        overflow: hidden;
        white-space: nowrap;
    }
    .button-mobile-contact-us > span {
        display: inline-block;
        transform: rotate(180deg);
        max-width: 300px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    footer {
        padding: 65px 41px 39px;
    }
    footer .footer__right,
    footer .footer__menu {
        grid-template-columns: 100%;
        column-gap: 0;
        row-gap: 21px;
    }
    footer .footer__grid {
        grid-template-columns: 135px 2fr 2.1fr;
        column-gap: 20px;
    }
    footer .footer__reserved {
        margin-top: 54px;
        padding-top: 24px;
    }
    footer .footer__country-title + .footer__country-title {
        margin-top: 18px;
    }
}

@media (max-width: 968px) {
    .TopLine .Container {
        margin: 0 35px;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .TopLine .Container {
        margin: 0 15px;
    }
    header .Logo__Image svg,
    header .Logo__Image img {
        width: 221px;
        height: unset;
    }
    .button-mobile-contact-us {
        top: 185px;
    }
    footer .nav-block {
        margin: 0 20px;
    }
}

@media (max-width: 767px) {
    footer .footer__big-title {
        font-size: 18px;
        line-height: 23px;
    }
    #cookies.shown {
        flex-direction: column;
    }
    #cookies .cookies-accept-right {
        margin: 16px 0 0 0;
    }
}
@media (max-width: 700px) {
    footer .footer__grid {
        grid-template-columns: 100%;
        column-gap: 0;
        text-align: center;
    }
    footer .footer__reserved {
        text-align: center;
    }
    footer .footer__logo {
        margin-bottom: 61px;
    }
    footer .footer__menu {
        margin-bottom: 21px;
    }
    footer .footer__menu .footer__big-title {
        margin-bottom: 0;
    }
    footer .footer__menu .footer__menu-wrapper {
        padding-top: 12px;
    }
    footer .footer__menu-wrapper {
        display: none;
    }
    footer .footer__offices {
        max-width: 184px;
        margin-left: auto;
        margin-right: auto;
    }
    footer .footer__contact-wrapper {
        margin-top: 13px;
    }
    footer .footer__follow {
        margin-top: 63px;
    }
}
@media (max-width: 576px) {
    header .Logo__Image svg,
    header .Logo__Image img {
        width: 120px;
        height: unset;
    }
    .button-mobile-contact-us {
        top: 165px;
    }
    .menu-item .label {
        font-size: 1em;
    }
    .sidebar-top-line .Logo__Image {
        width: 120px;
    }
    .sidebar-top-line .Logo__Image svg {
        max-width: 100%;
    }
}