@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 400
}

body {
    color: #000;
    background-color: #fff;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (min-width: 768.98px) {
    body {
        font-size: 16px
    }
}

@media (max-width: 766.98px) {
    body {
        font-size: 14px
    }
}

.paralax {
    min-height: 100vh;
    transform-style: inherit
}

h1, h2, h3, h4, h5, h6 {
    margin: 0
}

h3 {
    font-size: 24px;
    line-height: 30px
}

.container, .container-full, .container-header, .footer-container, .container-breadcrumbs {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.container {
    max-width: 1585px;
    padding-left: 120px;
    padding-right: 120px
}
.footer-container {
    max-width: 1920px;
    padding: 80px 65px;
}
.container-breadcrumbs {
    padding: 30px 120px;
    max-width: 1920px;
}
.container-full {
    max-width: 1920px;
    position: relative;
    padding-left: 70px;
    padding-right: 70px;
    overflow: hidden
}
.container-header {
    max-width: 1920px;
    padding: 14px 64px;
    display: flex;
    align-items: center;
}
.hamburger-menu {
    display: none!important;
}
.default-button {
    background: none;
    border-radius: 100px;
    padding: 14px 24px;
    border: none;
    position: relative;
    margin: 1px;
    background: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.default-button {
    border-radius: 100px;
    border: 1px solid #3C4353
}
.default-button span {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #3C4353;
}
.header-button {
    transition: 0.3s;
}
#menu__toggle {
    opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
    visibility: visible;
    left: 0;
}
.hamburger-menu {
    display: flex;
    align-items: center;
    margin-left: 45px;
}
.menu__btn {
    display: flex;
    align-items: center;
    width: 39px;
    position: relative;
    height: 39px;
    cursor: pointer;
    z-index: 1;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;

    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #000000;

    transition-duration: .25s;
}
.menu__btn > span::before {
    content: '';
    top: -12px;
}
.menu__btn > span::after {
    content: '';
    top: 12px;
}
#myHeader {
    background: #ffffff;
}
.menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;

    width: 400px;
    height: 100%;

    margin: 0;
    padding: 80px 0;

    list-style: none;

    background-color: #ECEFF1;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
    z-index: 500000;
    transition-duration: 0s;
}

.menu__item {
    display: block;
    padding: 12px 24px;

    color: #333;

    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;

    text-decoration: none;

    transition-duration: .25s;
}
.menu__item:hover {
    background-color: #CFD8DC;
}
.body-head {
    height: 730px;
    overflow: hidden;
    position: relative;
}
.body-head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.back-img {
    height: 730px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    display: flex;
}
.back-img video {
    width: 100%;
    object-fit: cover;
}
.body-head .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.body-content {
    display: flex;
    flex-flow: column;
    align-items: center;
    max-width: 768px;
    text-align: center;
}
.body-title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 24px;
    margin-top: 0;
}
.body-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 80px;
}
.blue-default {
    background: linear-gradient(180deg, #02247A 6%, #033C8E 36.71%, #0554A3 94%);
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 235px;
    transition: 0.3s;
    border: none!important;
    text-decoration: none;
    padding: 14px 48px!important;
}
.about {
    padding-top: 115px;
    padding-bottom: 115px;
}
.about-inner {
    display: flex;
    flex-wrap: nowrap;
}
.about_content {
    flex: 0 50%;
}
.about_content.text {
    padding-right: 100px;
}
.text-title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 60px;
    max-width: 490px;
    margin-top: 0;
    color: #3C4353;
}
.text-title span {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 60px;
    background: linear-gradient(270deg, #0486E3 9.06%, #02277D 91.02%),
    linear-gradient(0deg, #061237, #061237);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-feature-settings: 'ss01' on, 'ss03' on, 'cv03' on, 'cv04' on, 'cv06' on, 'cv09' on;
    color: #3C4353;
    margin-bottom: 24px;
}
.sub_bold {
    font-weight: 700;
}
.about .text-title {
    margin-bottom: 24px;
}
.about_content.img {
    display: flex;
    justify-content: flex-end;
}
.about_content.img img {
    max-height: 825px;
}
.about_content img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.achievements {
    padding-top: 100px;
    padding-bottom: 75px;
}
.achievements_inner {
    display: flex;
    flex-wrap: nowrap;
    flex-flow: column;
    align-items: center;
}
.achievements_content.text {
    flex: 0 45%;
    display: flex;
    flex-flow: column;
}
.achievements_content.tabs {
    flex: 0 55%;
}
.achievements .text-title {
    margin-bottom: 55px;
}
.achievements_tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 42px;
    grid-row-gap: 34px;
}
.tab {
    padding: 31px 17px;
    display: flex;
    flex-flow: column;
    text-align: center;
    align-items: center;
    box-shadow: 0px 50px 100px -20px rgba(50, 50, 93, 0.07), 0px 30px 60px -30px rgba(0, 0, 0, 0.05), inset 0px 1px 1px rgba(255, 255, 255, 0.05);
    border-radius: 5px;
}
.tab img {
    width: 64px;
    margin-bottom: 14px;
}
.tab_text {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #4F4F4F;
    max-width: 260px;
}
.tab_title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #4F4F4F;
    margin-bottom: 11px;
}
.last_news .container-full {
    max-width: 1585px;
}
.a_gradient {
    background: linear-gradient(180deg, #02247A 6%, #033C8E 36.71%, #0554A3 94%),
    linear-gradient(0deg, #4F4F4F, #4F4F4F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: underline;
    text-decoration-color: #0554A3;
}
.last_news {
    padding: 95px 0;
    background: linear-gradient(180deg, #02247A 6%, #033C8E 36.71%, #0554A3 94%);
}
.last_news_inner {
    background: #ffffff;
    border-radius: 10px;
    padding: 45px 80px 61px 80px;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.news_t {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    font-feature-settings: 'ss01' on, 'ss03' on, 'cv03' on, 'cv04' on, 'cv06' on, 'cv09' on;
    color: #7C7C7C;
}
.last_news_title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 60px;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on, 'ss03' on, 'cv03' on, 'cv04' on, 'cv06' on, 'cv09' on, 'case' on, 'cpsp' on;
    color: #3C4353;
    margin-top: 8px;
    margin-bottom: 50px;
}
.span_gradient {
    background: linear-gradient(270deg, #0486E3 9.06%, #02277D 91.02%),
    linear-gradient(0deg, #3C4353, #3C4353);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.last_news_title span {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 60px;
}
.last_news_section {
    display: grid;
    grid-column-gap: 32px;
    grid-template-columns: repeat(3,1fr);
}
.news_block {
    display: flex;
    flex-flow: column;
}
.img_news {
    margin-bottom: 32px;
}
.img_news img:not(.my_fish) {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}
.news_title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on, 'ss03' on, 'cv03' on, 'cv04' on, 'cv06' on, 'cv09' on, 'case' on, 'cpsp' on;
    color: #3C4353;
    margin-bottom: 8px;
}
.news_desc {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.18px;
    font-feature-settings: 'ss01' on, 'ss03' on, 'cv03' on, 'cv04' on, 'cv06' on, 'cv09' on;
    color: #5C5C5C;
}
.more_info {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    background: linear-gradient(270deg, #0486E3 9.06%, #02277D 91.02%),
    linear-gradient(0deg, #3C4353, #3C4353);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: auto;
    transition: 0.3s;
}
.faq {
    padding-top: 120px;
    padding-bottom: 150px;
}
.faq_t {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    font-feature-settings: 'ss01' on, 'ss03' on, 'cv03' on, 'cv04' on, 'cv06' on, 'cv09' on;
    color: #3C4353;
}
.faq_inner {
    display: flex;
    align-items: center;
    flex-flow: column;
}
.faq .last_news_title {
    margin-top: 16px;
    margin-bottom: 48px;
}
.faq_list {
    max-width: 780px;
}
.accordion .accordion-item {
    border-bottom: 1px solid #E7EAEE;
    padding: 32px;
}
/*.accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #03b5d2;
}*/
.accordion-item.active {
    background: #F6F7F9;
    box-shadow: 0px 50px 100px -20px rgba(50, 50, 93, 0.07), 0px 30px 60px -30px rgba(0, 0, 0, 0.05), inset 0px 1px 1px rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    border-bottom: none;
}
.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    padding-right: 40px;
    outline: none;
}
.accordion-content {
    padding-top: 32px;
    display: none;
}
.accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: #03b5d2;
}
.accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}
.accordion-title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on, 'ss03' on, 'cv03' on, 'cv04' on, 'cv06' on, 'cv09' on, 'case' on, 'cpsp' on;
    color: #3C4353;
}
.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
}
.accordion button .icon::before {
    content:"";
    border: solid #1C2436;
    border-width: 0 2px 2px 0;
    display: none;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.accordion button .icon::after {
    content:"";
    border: solid #1C2436;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.accordion button[aria-expanded=true] {
    color: #03b5d2;
}
.accordion button[aria-expanded=true] .icon::before {
    display: inline-block;
}
.accordion button[aria-expanded=true] .icon::after {
    display: none;
}
.accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    display: block;
}
.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #3C4353;
}
.footer-inner {
    padding: 0 100px;
}
.top-footer {
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 30px;
}
.footer-menu {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
    margin-left: auto;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.footer-menu li {
    padding: 0;
    flex: 0 auto;
    padding-left: 24px;
    float: right;
    color: #ffffff;
}
.footer-menu li a {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    color: #ffffff;
    text-decoration: none;
}
.social_icons img {
    width: 24px;
    height: 24px;
}
.bottom-footer {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}
.copyright {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: #ffffff;
    text-decoration: none;
}
/*
.blue-default:hover {
    transition: 0.3s;
    background: #ffffff;
    color: #080808;
}
.header-button:hover {
    background: #0554A3;
    transition: 0.3s;
}
.header-button:hover span {
    background: transparent;
    color: #ffffff;
    -webkit-text-fill-color: unset;
}*/

.breadcrumb {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    text-decoration: none;
}
.current_bread {
    background: linear-gradient(270deg, #0486E3 9.06%, #02277D 91.02%), linear-gradient(0deg, #3C4353, #3C4353);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}
.fish .last_news_title {
    margin-top: 30px;
    margin-bottom: 20px;
}
.fish_subtitle {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #3C4353;
    max-width: 786px;
    margin: 0 auto;
    margin-bottom: 100px;
}
.fishes_inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}
.fish_block {
    background: #FFFFFF;
    box-shadow: 0px 50px 100px -20px rgba(50, 50, 93, 0.07), 0px 30px 60px -30px rgba(0, 0, 0, 0.05), inset 0px 1px 1px rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 84px 38px 26px 38px;
}
.fish_name {
    margin-top: 27px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
.info_title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 60px;
    font-feature-settings: 'pnum' on, 'lnum' on, 'ss03' on, 'cv03' on, 'cv04' on, 'cv06' on, 'cv09' on, 'case' on, 'cpsp' on;
    margin-bottom: 29px;
    margin-top: 0;
}
.info_title span {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 60px;
    font-feature-settings: 'pnum' on, 'lnum' on, 'ss03' on, 'cv03' on, 'cv04' on, 'cv06' on, 'cv09' on, 'case' on, 'cpsp' on;
    background: linear-gradient(270deg, #0486E3 9.06%, #02277D 91.02%), linear-gradient(0deg, #3C4353, #3C4353);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.info_inner {
    display: flex;
    flex-wrap: nowrap;
}
.info_content.text {
    flex: 0 47%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding-top: 65px;
    padding-bottom: 65px;
}
.info_content.img {
    flex: 0 53%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info_p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'ss01' on, 'ss03' on, 'cv03' on, 'cv04' on, 'cv06' on, 'cv09' on;
    color: #3C4353;
    padding-right: 75px;
}
.buy-button {
    max-width: 155px;
    margin-top: 45px;
}
.info_content.img img {
    width: 100%;
    height: 90%;
    object-fit: cover;
    border-radius: 10px;
}
.fish_info {
    padding-top: 70px;
    padding-bottom: 30px;
}
.fish_info.reverse .info_inner {
    flex-flow: row-reverse;
}
.fish_info.reverse {
    padding-top: 30px;
}
.fish_info.reverse .info_content.text {
    margin-left: 75px;
}
hr {
    width: 85%;
    color: #E7EAEE;
    background: #E7EAEE;
    height: 1px!important;
    border: none;
    margin-bottom: 29px;
}
.fish_info.reverse .info_title {
    max-width: 450px;
}
.not_first {
    padding-top: 30px;
}
.info_title.prod {
    max-width: 455px;
    color: #3C4353;
    margin-top: 0;
}

.not_first .info_p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.09px;
    font-feature-settings: 'ss01' on, 'ss03' on, 'cv03' on, 'cv04' on, 'cv06' on, 'cv09' on;
    color: #3C4353;
}
.new_p:not(:first-child) {
    padding-top: 30px;
}
footer {
    background: linear-gradient(270deg, #0486E3 9.06%, #02277D 91.02%);
}
.tournaments h1 {
    margin-top: 0;
    margin-bottom: 15px;
}
.tournaments .fish_subtitle {
    margin-bottom: 70px;
}
.tournament {
    position: relative;
}
.img_tournament img {
    width: 100%;
    max-height: 620px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    filter: brightness(0.7);
}
.tournament_info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.tournament_title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 38px;
    line-height: 56px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 8px;
}
.tournament_subtitle {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #D2D2D7;
    max-width: 450px;
}
.tournament_date {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.04em;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 32px;
    margin-bottom: 48px;
}
.history {
    position: relative;
    margin-top: 70px;
    margin-bottom: 70px;
}
.fish_back {
    position: absolute;
    right: 40px;
    border-radius: 20px;
    min-width: 415px;
    display: flex;
    justify-content: flex-end;
    top: 0;
    z-index: -1;
    height: 102%;
    align-items: baseline;
}
.fish_svg {
    margin-top: -15px;
    width: 303px;
    position: absolute;
    top: 28%;
    right: -55px;
    overflow: hidden;
}
.fish_svg_2 {
    margin-top: -15px;
    width: 303px;
    position: absolute;
    top: 72%;
    right: -55px;
    overflow: hidden;
}
.fish_svg_3 {
    margin-top: -15px;
    width: 303px;
    position: absolute;
    top: 95%;
    left: -55px;
    overflow: hidden;
}
.history {
    overflow: hidden;
}
.fish_end {
    position: absolute;
    bottom: 8px;
    left: 0;
}
.history_inner {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 50px;
    flex-flow: column;
    gap: 30px;
}
.history_content.left {
    flex: 0 50%;
    padding-right: 50px;
}
.history_content.right {
    display: grid;
    grid-template-columns: 48% auto 48%;
}
.history_title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 60px;
    font-feature-settings: 'pnum' on, 'lnum' on, 'ss03' on, 'cv03' on, 'cv04' on, 'cv06' on, 'cv09' on, 'case' on, 'cpsp' on;
    max-width: 448px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #3C4353;
}
.history_title span {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 60px;
    font-feature-settings: 'pnum' on, 'lnum' on, 'ss03' on, 'cv03' on, 'cv04' on, 'cv06' on, 'cv09' on, 'case' on, 'cpsp' on;
    background: linear-gradient(270deg, #0486E3 9.06%, #02277D 91.02%), linear-gradient(0deg, #3C4353, #3C4353);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.history_subtitle {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    font-feature-settings: 'ss01' on, 'ss03' on, 'cv03' on, 'cv04' on, 'cv06' on, 'cv09' on;
    color: #3C4353;
    max-width: 840px;
}
.history_block {
    padding: 32px;
    border: 1px solid #E7EAEE;
    border-radius: 12px;
    z-index: 10;
    background: #ffffff;
    width: 92%;
    height: 144px;
    overflow: hidden;
}
.block_title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.015em;
    font-feature-settings: 'pnum' on, 'lnum' on, 'ss03' on, 'cv03' on, 'cv04' on, 'cv06' on, 'cv09' on, 'case' on, 'cpsp' on;
    background: linear-gradient(270deg, #0486E3 9.06%, #02277D 91.02%), linear-gradient(0deg, #3C4353, #3C4353);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 210px;
}
.block_info {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-feature-settings: 'ss01' on, 'ss03' on, 'cv03' on, 'cv04' on, 'cv06' on, 'cv09' on;
    color: #586174;
    margin-top: 8px;
}
.history_line {
    flex: 0 1%;
    padding-top: 70px;
    padding-right: 24px;
}
.blocks {
    flex: 0 99%;
}
.history_block {
    margin-bottom: 32px;
}
.history_line_2 {
    margin-top: -21px;
}
.history_line_3 {
    margin-top: -20px;
}
.geography_title span{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 60px;
    font-feature-settings: 'pnum' on, 'lnum' on, 'ss03' on, 'cv03' on, 'cv04' on, 'cv06' on, 'cv09' on, 'case' on, 'cpsp' on;
    background: linear-gradient(270deg, #0486E3 9.06%, #02277D 91.02%), linear-gradient(0deg, #3C4353, #3C4353);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.geography_title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    color: #3C4353;
    line-height: 60px;
    font-feature-settings: 'pnum' on, 'lnum' on, 'ss03' on, 'cv03' on, 'cv04' on, 'cv06' on, 'cv09' on, 'case' on, 'cpsp' on;
    margin-top: 0;
    margin-bottom: 32px;
    max-width: 480px;
    text-align: center;
}
.geography_subtitle {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    font-feature-settings: 'ss01' on, 'ss03' on, 'cv03' on, 'cv04' on, 'cv06' on, 'cv09' on;
    color: #3C4353;
    max-width: 970px;
    margin-bottom: 32px;
}
.geography_inner {
    display: flex;
    flex-flow: column;
    align-items: center;
}
#map {
    height: 540px;
    border-radius: 10px;
}
.geography {
    margin-bottom: 82px;
    padding-top: 180px;
}
.mission_title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 120%;
    text-align: center;
    color: #3C4353;
    margin-top: 0;
    margin-bottom: 24px;
}
.mission_title span {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 120%;
    text-align: center;
    background: linear-gradient(270deg, #0486E3 9.06%, #02277D 91.02%), linear-gradient(0deg, #3C4353, #3C4353);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mission_subtitle {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    max-width: 768px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.mission_bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 810px;
    border-radius: 10px;
    object-position: top;
}
.mission {
    padding-bottom: 112px;
}
.values {
    background: linear-gradient(270deg, #0486E3 9.06%, #02277D 91.02%);
    padding: 82px 0;
}
.our_values {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 80px;
}
.values_inner {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.values_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 48px;
}
.value {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
}
.value_text {
    margin-top: 25px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    max-width: 340px;
}
.middle_value {
    max-width: 630px;
}
.culture {
    padding-top: 82px;
    padding-bottom: 35px;
}
.culture .mission_title {
    margin-bottom: 34px;
}
.info_inner.reverse {
    flex-flow: row-reverse;
}
.info_inner.reverse .info_content.text {
    padding-left: 75px;
}
.culture .info_inner {
    padding-bottom: 60px;
    padding-top: 60px;
}
.culture_ul li::marker {
    font-size: 12px;
    list-style-position: inside;
}
.culture_ul {
    list-style: none;
    gap: 20px;
    display: flex;
    flex-flow: column;
    max-width: 580px;
}
.culture .info_title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    color: #3C4353;
    max-width: 500px;
    margin-bottom: 40px;
}
.culture .info_title span {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
}
.culture .info_p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'ss01' on, 'ss03' on, 'cv03' on, 'cv04' on, 'cv06' on, 'cv09' on;
    color: #3C4353;

}
.culture .info_content.text {
    flex: 0 48%;
}
.culture .info_content.img {
    flex: 0 52%;
}
.info_inner:not(.reverse) .info_content.text {
    padding-right: 75px;
}
.info_inner.reverse:last-child {
    padding-bottom: 0;
}
.img_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 32px;
    max-height: 752px;
}
.left_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    max-height: 752px;
}
.right_img {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
}
.right_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    max-height: 358px;
}
.pc_menu {
    display: flex;
    list-style: none;
    gap: 18px;
    align-items: center;
    margin-left: auto;
}
header .default-button {
    min-width: 250px;
}
.language_dropdown.hidden {
    display: none;
}
.language_value {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    background: linear-gradient(270deg, #0486E3 9.06%, #02277D 91.02%), linear-gradient(0deg, #3C4353, #3C4353);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.language_value img {
    margin-top: -2px;
}
.language {
    padding-left: 43px;
    padding-right: 43px;
    cursor: pointer;
    position: relative;
}
.language_dropdown {
    position: absolute;
    top: 25px;
}
.language img {
    transition: 0.2s;
}
.language.reverse img {
    transform: rotate(180deg);
    transition: 0.2s;
}
.pc_menu li a {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    /* or 129% */

    text-align: center;
    display: flex;
    color: #000000;
}
.img_sub {
    display: flex;
    align-items: center;
    padding-left: 30px;
}
.img_sub img {
    width: 49px;
    height: 41px;
    margin-right: 45px;
}
.img_sphere {
    position: relative;
    max-width: 350px;
}
.history_sphere {
    margin-top: 100px;
    margin-left: -22px;
    height: 120px;
}
.block_title {
    position: absolute;
    max-width: 80px;
    text-align: center;
    right: 12px;
    top: 30px;
    font-size: 14px;
    line-height: 18px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.not_margin {
    margin-top: 48px;
    display: flex;
    justify-content: flex-end;
    margin-right: 8px;
}
.not_margin img {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/
}
.not_margin .block_title {
    right: unset;
    top: unset;
    bottom: 35px;
    left: 18px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.next_margin {
    margin-top: -5px;
}
.next_not {
    margin-top: -5px;
}
.right_blocks .block_info {
    max-width: 280px;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 105px;
}
.left_blocks .block_info {
    max-width: 280px;
    font-size: 14px;
    position: absolute;
    right: -45px;
    top: 100px;
    margin-top: 0;
    padding-right: 25px;
}
.history_sphere {
    position: relative;
}
.year_title {
    font-weight: 700;
    font-size: 30px;
    line-height: 24px;
}
.footer_column {
    display: flex;
    flex-flow: column;
    width: 155px;
    margin-left: 80px;
    gap: 12px;
}
.footer_column a {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FEFEFE;
    text-decoration: none;
}
.bold_contact {
    font-weight: 700!important;
    font-size: 16px!important;
}
.contacts_column {
    margin-left: auto;
}
.mission_btitle {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 120%;
    /* or 53px */
    text-align: center;
    color: #3C4353;
    margin-bottom: 0;
    margin-top: 35px;
}
.mission_bsubtitle {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 120%;
    text-align: center;
    background: linear-gradient(270deg, #0486E3 9.06%, #02277D 91.02%), linear-gradient(0deg, #3C4353, #3C4353);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
.personal_head .body-title {
    max-width: 425px;
    font-weight: 400;
}
.personal_head .container-breadcrumbs {
    position: absolute;
    left: 0;
    top: 29px;
}
.personal_head .breadcrumb {
    color: #ffffff;
}
.personal_head .current_bread {
    color: #ffffff;
    -webkit-text-fill-color: unset;
    background: unset;
    text-decoration: none;
    font-weight: 700;
}
.work {
    padding-top: 180px;
    padding-bottom: 112px;
}
.work_h1 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 120%;
    /* or 53px */
    text-align: left;
    color: #3C4353;
    margin-bottom: 0;
    margin-top: 0;
}
.work_span {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 120%;
    text-align: left;
    background: linear-gradient(270deg, #0486E3 9.06%, #02277D 91.02%), linear-gradient(0deg, #3C4353, #3C4353);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
.first_work {
    display: grid;
    grid-template-columns: auto 25% 25%;
    gap: 42px;
    margin-bottom: 34px;
}
.work_text {
    text-align: left;
}
.second_work {
    display: grid;
    grid-template-columns: auto 25% 25% 25%;
    gap: 42px;
}
.job_title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 120%;
    /* or 53px */
    text-align: center;
    color: #3C4353;
    margin-bottom: 0;
    margin-top: 0;
}
.job_subtitle {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 120%;
    text-align: left;
    background: linear-gradient(270deg, #0486E3 9.06%, #02277D 91.02%), linear-gradient(0deg, #3C4353, #3C4353);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
.job {
    padding-top: 112px;
    padding-bottom: 112px;
}
.case img {
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
}
.job_case {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 64px;
}
.case {
    position: relative;
    cursor: pointer;
}
.job_text {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translate(-50%, 0);
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
}
.popup_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 11;
}
.popup {
    width: 100%;
    max-width: 896px;
    background: #ffffff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 64px;
    border-radius: 10px;
    display: none;
    max-height: 95%;
    overflow-y: auto;
    z-index: 12;
}
.popup::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.popup::-webkit-scrollbar-thumb
{
    background: linear-gradient(270deg, #0486E3 9.06%, #02277D 91.02%);
}
.resume_title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    color: #3C4353;
}
.popup_inner {
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.resume_form {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin-top: 80px;
    gap: 24px;
}
.resume_form label {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #3C4353;
}
.resume_form input {
    display: block;
    width: 100%;
    margin-top: 8px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 12px;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #3C4353;
}
.resume_form textarea {
    display: block;
    width: 100%;
    margin-top: 8px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 12px;
    outline: none;
    height: 241px;
    resize: none;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #3C4353;
}
.resume_form input:disabled {
    background: #F2F2F2;
}
.resume_form .file_label {
    position: relative;
}
.file_label img {
    width: 18px;
    position: absolute;
    right: 12px;
    top: 48px;
    cursor: pointer;
}
#upload-photo {
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.popup_button {
    margin: 0 auto;
    margin-top: 16px;
    width: 170px;
    background: linear-gradient(270deg, #0486E3 9.06%, #02277D 91.02%);
    border: none;
    border-radius: 100px;
    padding: 16px 0;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}
.contacts_head {
    background: linear-gradient(270deg, #0486E3 9.06%, #02277D 91.02%);
}
.contacts_head .breadcrumb{
    color: #ffffff;
}
.contacts_head .current_bread {
    color: #ffffff;
    -webkit-text-fill-color: unset;
    background: unset;
    text-decoration: none;
    font-weight: 700;
}
.contacts_head .container-breadcrumbs {
    padding-top: 60px;
    padding-bottom: 80px;
}
.contacts_title {
    margin-top: 4px;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
}
.contacts_page {
    padding-top: 64px;
    padding-bottom: 112px;
}
.contacts_inner {
    display: grid;
    grid-template-columns: 41% auto;
    grid-gap: 80px;
}
.text_contacts {
    display: flex;
    flex-flow: column;
    gap: 20px;
    margin-bottom: 36px;
}
.span_contacts {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #3C4353;
}
.contacts_info {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-row-gap: 24px;
}
.contacts_info img {
    width: 24px;
    margin-right: 16px;
}
.contacts_info_text {
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    padding-right: 30px;
    text-decoration: none;
}
.contacts_form_title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    color: #3C4353;
}
.contacts_form {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin-top: 80px;
    gap: 24px;
}
.contacts_form label {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #3C4353;
}
.contacts_form input {
    display: block;
    width: 100%;
    margin-top: 8px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 12px;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #3C4353;
}
.contacts_form textarea {
    display: block;
    width: 100%;
    margin-top: 8px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 12px;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #3C4353;
    resize: vertical;
    height: 180px;
}
.contacts_form input:disabled {
    background: #F2F2F2;
}
.contacts_form .file_label {
    position: relative;
}
.check_label {
    display: flex!important;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
    font-family: 'Roboto', sans-serif!important;
    font-style: normal;
    font-weight: 400!important;
    font-size: 14px!important;
    line-height: 150%!important;
    color: #000000!important;
}
.check_label input {
    width: 16px;
    margin-top: 0;
}
.thanks_text {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 36px;
}
.thanks_text img {
    width: 68px;
}
.thanks_text_span {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #000000;
}
.thanks_text button {
    margin-top: 0;
}
.products_h1 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 120%;
    /* or 53px */
    text-align: left;
    color: #3C4353;
    margin-bottom: 0;
    margin-top: 0;
}
.products_span {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 120%;
    text-align: left;
    background: linear-gradient(270deg, #0486E3 9.06%, #02277D 91.02%), linear-gradient(0deg, #3C4353, #3C4353);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
.products_section {
    padding: 64px 0;
}
.products_inner {
    display: flex;
    flex-flow: column;
    gap: 24px;
}
.products_text {
    max-width: 1136px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
.bold_text {
    font-weight: 700;
}
.products_list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 48px;
    padding-top: 176px;
    padding-bottom: 64px;
}
.product_in {
    display: flex;
    flex-flow: column;
}
.product_in img {
    border-radius: 5px;
    height: 272px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.product_in_title {
    margin-top: 32px;
    margin-bottom: 16px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-transform: uppercase;
    color: #3C4353;
}
.product_in_sub {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #3C4353;
}
.cookie_h1 {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 120%;
    /* or 53px */
    text-align: left;
    color: #3C4353;
    margin-bottom: 24px;
    margin-top: 0;
}
.cookie_span {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 120%;
    text-align: left;
    background: linear-gradient(270deg, #0486E3 9.06%, #02277D 91.02%), linear-gradient(0deg, #3C4353, #3C4353);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
.cookie {
    padding: 64px 0;
}
.cookie_inner {
    display: flex;
    flex-flow: column;
}
.cookie_text {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    max-width: 1136px;
}
.cookie_text.bold {
    font-weight: 700;
    margin-bottom: 20px;
}
.cookie_text a {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
.margin_text {
    margin-top: 20px;
}
.cookie_ul {
    list-style-position: inside;
    padding-left: 10px;
    padding-bottom: 20px;
}
.cookie_ul li {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    max-width: 1136px;
}
.cookie_ul li::marker {
    font-size: 10px;
}
.cookie_img {
    margin-top: 20px;
    width: 100%;
    max-width: 885px;
    margin-bottom: 20px;
}
.about_content.text {
    padding-left: 55px;
}
.mob_logo {
    display: none;
}
.hide_pc {
    display: none;
}
.tab_circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(270deg, #0486E3 9.06%, #02277D 91.02%);
    margin-bottom: 14px;
    transition: 0.2s;
}
.tab_circle img {
    width: 48px;
    margin: 0;
}
.tab {
    transition: 0.2s;
}
.tab:hover {
    transition: 0.2s;
    background: linear-gradient(270deg, #0486E3 9.06%, #02277D 91.02%);
}
.tab_title, .tab_text {
    transition: 0.2s;
}
.tab:hover .tab_title, .tab:hover .tab_text {
    transition: 0.2s;
    color: #ffffff;
}
.tab:hover .tab_circle {
    background: #ffffff;
}
.tab:hover .tab_circle img{
    filter: invert(32%) sepia(50%) saturate(2672%) hue-rotate(185deg) brightness(102%) contrast(97%);
}
header .default-button {
    transition: 0.2s;
}
header .default-button:hover {
    transition: 0.2s;
    border: none;
    color: #ffffff;
    background: linear-gradient(270deg, #0486E3 9.06%, #02277D 91.02%);
}
header .default-button:hover span {
    color: #ffffff;
    transition: 0.2s;
}
.blue-default,.popup_button {
    transition: 0.2s;
}
.popup_button {
    background: linear-gradient(180deg, #02247A 6%, #033C8E 36.71%, #0554A3 94%);
}
.blue-default:hover{
    transition: 0.2s;
    background: linear-gradient(270deg, #0486E3 9.06%, #02277D 91.02%);
}
.popup_button:hover {
    transition: 0.2s;
    background: linear-gradient(270deg, #0486E3 9.06%, #02277D 91.02%);
}
.active_li {
    background: linear-gradient(270deg, #0486E3 9.06%, #02277D 91.02%), linear-gradient(0deg, #3C4353, #3C4353);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.marker_p {
    padding-top: 18px;
    padding-bottom: 18px;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #3C4353;
}
.marker_p:not(:last-child) {
    border-bottom: 1px solid #3C43531A;
}
.marker_p a {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 19px;
    color: #3C4353;
}

.gm-style .gm-style-iw-c {
    padding: 18px 22px;
    min-width: 252px;
    width: 252px;
}
.back-img img {
    position: absolute;
    left: 0;
    top: 0;
}
#jobs .popup_inner {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 24px;
}
.img_job {
    border-radius: 10px;
    object-fit: cover;
    height: 200px;
}
.img_job img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.img_news {
    position: relative;
}
.my_fish {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 72px;
    z-index: 1;
    border-radius: 5px;
}
.value_s {
    display: none;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
.mobile_right {
    display: none!important;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .body-head {
    margin-top: 115px;
}
.sticky + .breadcrumbs {
    margin-top: 115px;
}
.sticky + .contacts_head {
    margin-top: 115px;
}
.sticky + .cookie {
    margin-top: 115px;
}

@media (max-width: 1619px) {
    .about_content.img img {
        max-height: unset;
        height: 100%;
    }
}
@media (max-width: 1440px) {
    .container {
        padding-left: 64px;
        padding-right: 64px;
    }
}
@media (max-width: 1319px) {
    .language {
        padding-left: 21px;
        padding-right: 21px;
    }
    .container-header {
        padding: 14px 20px;
    }
    .pc_menu li a {
        font-size: 13px;
    }
}

@media (max-width: 1099px) {
    .pc_menu {
        display: none;
    }
    .history_content.right {
        display: none;
    }
    .mobile_right {
        display: grid!important;
    }
    .mob_sphere img{
        height: auto!important;
    }
    .mob_left .block_info {
        max-width: unset;
    }
    .mob_left .history_sphere {
        margin-top: 50px;
        height: auto;
    }
    .not_mt {
        margin-top: 24px!important;
    }
    .sticky + .body-head {
        margin-top: 94px;
    }
    .sticky + .breadcrumbs {
        margin-top: 94px;
    }
    .sticky + .contacts_head {
        margin-top: 94px;
    }
    .sticky + .cookie {
        margin-top: 94px;
    }
    .value_s {
        display: block;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 120%;
        text-align: center;
        text-transform: uppercase;
        color: #FEFEFE;
    }
    .back-img {
        height: auto;
        position: relative;
        width: 100%;
        left: initial;
        top: initial;
        display: flex;
      /*top: -50%;*/
    }
    .hamburger-menu {
        display: flex!important;
        margin-left: auto;
    }
    header .default-button {
        display: none;
    }
    .pc_language {
        display: none;
    }
    .mob_logo {
        display: block;
    }
    .logo {
        z-index: 100;
    }
    .pc_logo {
        display: none;
    }
    .menu__box {
        width: 100%;
        z-index: 99;
        background: #ffffff;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        gap: 24px;
        text-align: center;
        padding: 0 20px;
    }
    .menu__box li a {
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 22px;
        line-height: 28px;
        /* or 117% */
        text-align: center;
        color: #000000;
        text-decoration: none;
    }
    .menu__btn {
        z-index: 100;
    }
    .about-inner {
        flex-flow: column;
        gap: 74px;
    }
    .about_content.img img {
        height: 345px;
    }
    .about_content.text {
        padding: 0;
    }
    .img_sub {
        padding-left: 0;
    }
    .body-title {
        font-size: 48px;
        line-height: 120%;
    }
    .body-head {
        height: initial;
    }
    .body-subtitle {
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 40px;
    }
    .about {
        padding-top: 72px;
        padding-bottom: 72px;
    }
    .text-title {
        font-size: 36px;
        line-height: 40px;
    }
    .text-title span {
        font-size: 36px;
        line-height: 40px;
    }
    .img_sub img {
        margin-right: 34px;
    }
    #jobs .popup_inner {
        grid-template-columns: 1fr;
    }
    .achievements {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .achievements_tabs {
        grid-template-columns: 1fr;
        grid-row-gap: 42px;
    }
    .achievements .text-title {
        margin-bottom: 40px;
    }
    .tab {
        padding-bottom: 33px;
    }
    .last_news {
        padding: 64px 0;
    }
    .last_news_section {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .container-full {
        padding-left: 20px;
        padding-right: 20px;
    }
    .last_news_title {
        font-size: 40px;
        line-height: 54px;
        margin-bottom: 24px;
        margin-top: 0;
    }
    .last_news_title span {
        font-size: 40px;
        line-height: 54px;
    }
    .last_news_inner {
        padding: 43px 15px;
    }
    .history .container-breadcrumbs {
        padding: 0 20px;
    }
    .history {
        margin-top: 64px;
        margin-bottom: 64px;
    }
    .history_inner {
        padding-top: 0;
        gap: 0;
    }
    .history_title {
        font-size: 36px;
        line-height: 40px;
    }
    .history_title span {
        font-size: 36px;
        line-height: 40px;
    }
    .center_line {
        display: none;
    }
    .left_blocks .img_sphere {
        max-width: 125px;
        overflow: hidden;
    }
    .left_blocks .img_sphere img {
        object-fit: cover;
        object-position: right;
        width: 125px;
        height: 115px;
    }
    .left_blocks .history_sphere {
        justify-content: flex-start;
        margin-left: 0;
        display: grid;
        grid-template-columns: 125px auto;
        align-items: center;
    }
    .left_blocks .block_info {
        position: relative;
        top: unset;
        right: unset;
        padding-right: unset;
        padding-left: 30px;
    }
    .history_content.right {
        grid-template-columns: 1fr;
    }
    .right_blocks {
        position: absolute;
        padding-right: 20px;
    }
    .right_blocks .img_sphere {
        max-width: 125px;
        overflow: hidden;
    }
    .right_blocks .img_sphere img {
        object-fit: cover;
        object-position: right;
        width: 125px;
        height: 115px;
    }
    .not_margin img {
        transform: unset;
    }
    .right_blocks .history_sphere {
        justify-content: flex-start;
        margin-left: 0;
        display: grid;
        grid-template-columns: 125px auto;
        align-items: center;
    }
    .right_blocks .block_info {
        position: relative;
        top: unset;
        right: unset;
        padding-right: unset;
        padding-left: 30px;
    }
    .block_title {
        right: 18px;
        top: 28px;
    }
    .not_margin .block_title {
        left: 27px;
    }
    .right_blocks .block_info {
        margin-top: 0;
    }
    .fish_svg, .fish_svg_2, .fish_svg_3 {
        display: none;
    }
    .right_blocks .block_info {
        max-width: 100%;
        padding-right: 20px;
    }
    .left_block .block_info {
        max-width: 350px;
    }
    .geography .container-breadcrumbs {
        padding: 0 20px;
    }
    .geography {
        padding: 64px 0;
    }
    .geography_title {
        font-size: 36px;
        line-height: 40px;
    }
    .geography_title span {
        font-size: 36px;
        line-height: 40px;
    }
    .faq {
        padding: 64px 0;
    }
    .accordion button .icon {
        top: 50%;
        right: 0;
        transform: translate(0,-50%);
    }
    .top-footer {
        flex-flow: column;
        align-items: center;
        gap: 12px;
        position: relative;
    }
    .footer-container {
        padding: 20px 24px;
    }
    .footer-inner {
        padding: 0;
    }
    .footer_column {
        margin-left: 0;
        align-self: baseline;
    }
    .contacts_column {
        position: absolute;
        right: 0;
        top: 102px;
    }
    .logo_footer {
        margin-bottom: 24px;
    }
    .hide_mob {
        display: none;
    }
    .hide_pc {
        display: block;
        text-align: left;
    }
    .copyright {
        max-width: 260px;
    }
    .hamburger-menu .default-button {
        display: flex;
    }
    .breadcrumbs {
        display: none;
    }
    .mission {
        padding: 64px 0;
    }
    .mission_title {
        font-size: 36px;
        line-height: 120%;
    }
    .mission_title span {
        font-size: 36px;
        line-height: 120%;
    }
    .mission .container-breadcrumbs {
        padding: 0 20px;
    }
    .mission_subtitle {
        padding-bottom: 40px;
    }
    .values .container-breadcrumbs {
        padding: 0 20px;
    }
    .values {
        padding: 64px 0;
    }
    .our_values {
        font-size: 36px;
    }
    .values_grid {
        grid-template-columns: 1fr;
    }
    .value:first-child {
        order: 1;
    }
    .value:last-child {
        order: 2;
    }
    .value_text {
        text-align: left!important;
        margin-right: auto;
        max-width: unset;
    }
    .middle_value:first-child {
        margin-top: 25px!important;
    }
    .info_inner:not(.reverse) .info_content.text {
        padding: 0;
    }
    .culture {
        padding: 64px 0;
    }
    .culture .container-breadcrumbs {
        padding: 0 20px;
    }
    .culture .info_inner {
        flex-flow: column-reverse;
        gap: 74px;
    }
    .info_inner.reverse .info_content.text {
        padding: 0;
    }
    .info_inner.reverse {
        flex-flow: column-reverse;
    }
    .info_inner .info_content.text {
        padding: 0;
    }
    .culture .mission_title {
        margin-bottom: 144px;
    }
    .culture .info_title {
        margin-bottom: 32px;
    }
    .reverse_mob {
        flex-flow: column-reverse!important;
    }
    .mission_btitle {
        margin-top: 68px;
        font-size: 36px;
        line-height: 120%;
    }
    .mission_bsubtitle {
        font-size: 36px;
        line-height: 120%;
    }
    .value img {
        width: 100%;
    }
    .culture .info_p {
        padding-right: 0;
    }
    .products_list {
        grid-template-columns: 1fr;
        padding-top: 128px;
        padding-bottom: 0;
    }
    .personal_head .container-breadcrumbs {
        display: none;
    }
    .body-head {
        height: initial;
    }
    .personal_head .body-title {
        font-size: 36px;
        line-height: 120%;
    }
    .work {
        padding: 64px 0;
    }
    .first_work {
        grid-template-columns: 1fr;
        text-align: center;
        margin-bottom: 0;
    }
    .work_text {
        text-align: center;
    }
    .work_h1 {
        text-align: center;
        font-size: 36px;
        line-height: 49px;
    }
    .work_span {
        font-size: 36px;
        line-height: 49px;
    }
    .work .tab {
        max-width: 288px;
        margin: 0 auto;
    }
    .second_work {
        grid-template-columns: 1fr;
    }
    .job {
        padding: 64px 0;
    }
    .job_title {
        font-size: 36px;
        line-height: 49px;
    }
    .job_subtitle {
        font-size: 36px;
        line-height: 49px;
    }
    .job_case {
        grid-template-columns: 1fr;
    }
    .case img {
        height: 377px;
    }
    .job_text {
        width: 100%;
        padding: 0 20px;
    }
    .contacts_page {
        padding: 64px 0;
    }
    .contacts_inner {
        grid-template-columns: 1fr;
    }
    .contacts_head .breadcrumbs {
        display: flex;
    }
    .contacts_head .breadcrumb, .contacts_head .current_bread {
        display: none;
    }
    .contacts_title {
        margin-top: 0;
        font-size: 40px;
        line-height: 120%;
    }
    .contacts_form_title {
        font-size: 32px;
        line-height: 120%;
    }
    .contacts_page .popup_button {
        margin-left: 0;
    }
    .popup {
        max-width: 95%;
        padding: 46px 22px;
        max-height: 90%;
    }
    .thanks_text_span {
        font-size: 16px;
        line-height: 24px;
    }
    .popup {
        max-width: 90%;
        overflow-y: auto;
    }
    .popup::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    .popup {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    .resume_title {
        font-size: 24px;
    }
    .mob_ul {
        display: flex;
        list-style-type: none;
        gap: 21px;
        position: absolute;
        bottom: 45px;
        left: 50%;
        transform: translate(-50%,0);
    }
    .mob_ul li:first-child {
        border-right: 1px solid #bebebe;
        padding-right: 21px;
    }
    .mob_ul li {
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        background: linear-gradient(180deg, #343434 0%, #000000 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        cursor: pointer;
    }
    .mob_ul .mob_active {
        background: linear-gradient(270deg, #0486E3 9.06%, #02277D 91.02%), linear-gradient(0deg, #3C4353, #3C4353);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    header.not-active {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 99;
    }
}
@media (max-width: 576px) {
    .mission_bg {
        max-height: 300px;
        height: 300px;
    }
    .img_job {
        height: 150px;
    }
}
