/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');*/

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/open-sans.regular.ttf");
}

* {
    padding: 0;
    margin: 0;
    line-height: 120%;
    font-family: "Open Sans";
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 18px;
    font-style: normal;
    box-sizing: border-box;
}

strong, b {
    font-weight: 600;
}

i {
    font-style: italic;
}

html, body {
  
}

@media (max-width:1024px) {
    * {
        font-size: 16px;
    }
}

.container {
    max-width: 1240px;
    padding: 0 15px;
    margin: 0 auto;
}

.header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__menu ul {
    display: inline-block;
}

.header__menu ul li {
    display: inline-block;
    list-style: none;
    margin-right: 60px;
}

.header__menu ul li a {
    font-family: "Open Sans";
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    color: #000;

    text-decoration: none;
    display: inline-block;

    transition: 0.3s all;
}

p a {
    color: #248783;
}

.header__menu ul li.current_page_item a,
.header__menu ul li a:hover {
    color: #248783;
    transition: 0.3s all;
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header__contact {
    display: inline-block;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    padding: 11px 24px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 30px;
    color: #000;
    transition: 0.3s all;
    text-decoration: none;

    margin-left: 20px;
}

.header__contact:hover {
    background: #248783;
    border: 1px solid #248783;
    color: #fff;
    transition: 0.3s all;
}

.header__langs {
    position: relative;
}

.header__langs .header_lang_a {
    cursor: pointer;

    display: inline-block;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    padding: 11px 41px 11px 24px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 30px;
    color: #000;
    transition: 0.3s all;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}

.header__langs .header_lang_a:after {
    background-image: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.66666 1.12685L4.99999 4.46018L8.33332 1.12685" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    top: 14px;
    right: 16px;
}

.header__langs ul li.active a,
.header__langs ul li a:hover,
.header__langs .header_lang_a:hover {
    background: #248783;
    border: 1px solid #248783;
    color: #fff;
    transition: 0.3s all;
}

.header__langs ul li.active {
    display: none;
}

.header__langs ul {
    display: inline-block;
    position: absolute;
    top: 58px;
    left: 0px;
    transition: 0.3s all;
    display: none;
}

.header__langs .header_lang_a.active + ul {
    transition: 0.3s all;
    display: block;
}

.header__langs ul li {
    display: inline-block;
    margin-bottom: 10px;
    list-style: none;
}

.header__langs ul li a {
    cursor: pointer;

    display: inline-block;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    padding: 11px 32px 11px 33px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 30px;
    color: #000;
    transition: 0.3s all;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}

.main_header {
    position: sticky;
    top: 0;
    width: 100%;
    background: #fff;
    padding-top: 40px;
    z-index: 100;
}

header.main_header.darkHeader {
    padding: 10px 0;
}

header.main_header.darkHeader svg {
    width: 130px;
}

.main__footer {
    background: linear-gradient(180deg, #248682 0%, #091012 100%);
    padding-top: 103px;
}

.footer__inner {
    display: flex;
    justify-content: space-between;
}

.footer-title {
    font-weight: 600;
    font-size: 34px;
    line-height: 150%;
    margin-bottom: 23px;
    color: #fff;
}

.footer__inner-col-text {
    width: 45%;
}

.footer__inner-col-text p{
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
}

.footer-link {
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color:#fff;
    text-decoration: none;

    margin-bottom: 20px;
}

.footer-link.email {
    text-decoration: underline;
    margin-top: 30px;
}

.footer-link svg {
    margin-right: 20px;
}

.footer-policy {
    margin-top: 80px;
}

.footer-policy a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.footer-policy a:hover {
    text-decoration: underline;
}

.footer-divider {
    background: #3C3C3C;
    width: 100%;
    height: 1px;
    margin: 60px 0 30px;
}

.footer__menu-line {
    margin-top: 180px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__menu-line ul {
    display: inline-block;
}

.footer__menu-line ul li {
    display: inline-block;
    list-style: none;
    margin-right: 60px;
}

.footer__menu-line ul li a {
    font-family: "Open Sans";
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    color: #fff;

    text-decoration: none;
    display: inline-block;

    transition: 0.3s all;
}


.footer__menu-line ul li.current_page_item a,
.footer__menu-line ul li a:hover {
    color: #fff;
    transition: 0.3s all;
    text-decoration: underline;
}

.footer__socials a {
    display: inline-block;
    margin-left: 20px;
}

.footer__socials a svg{
    transform: rotate(0deg);
    transition: 0.3s all;
}

.footer__socials a:hover svg{
    transform: rotate(15deg);
    transition: 0.3s all;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #6D6D6D;
    font-size: 16px;
    padding-bottom: 43px;

}

.footer-bottom img {
    width: 73px;
    height: 78px;
}

.footer__inner-col-forms {
    width: 47%;
}

.footer__inner-col-forms input:not([type="submit"]) {
    width: 100%;
    outline: none;
    padding: 16px 20px;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    background: transparent;
    color: #fff;
}

.footer__inner-col-forms input:not([type="submit"])::placeholder {
    color: #A5C5C4;
}

.footer__inner-col-forms input[type="submit"] {
    display: inline-block;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    padding: 15px 30px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    transition: 0.3s all;
    text-decoration: none;
    margin-top: 20px;
    cursor: pointer;
}

.footer__inner-col-forms input[type="submit"]:hover {
    color: #248682 ;
    transition: 0.3s all;
    cursor: pointer;
    background: #fff;
}

.tab { display: none; }
.tab.active { display: block; }

.footer__inner-col-forms ul {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.footer__inner-col-forms ul li {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF99;
    display: inline-block;
    margin-right: 40px;
    transition: 0.3s all;
    cursor: pointer;
}

.footer__inner-col-forms ul li.active {
    color: #FFFFFF;
    text-decoration: underline;
    transition: 0.3s all;
}

.main-title {
    font-weight: 600;
    font-size: 68px;
    line-height: 120%;
    margin-bottom: 46px;
}

.hero__inner  {
    padding-top: 100px;
}

.hero__inner .mobile-image {
    display: none;
}

.main-btn-st {
    display: inline-block;

    line-height: 150%;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    text-align: center;
    padding: 15px 30px;
    background: linear-gradient(90deg, #090F11 0%, #248783 100%);
    border: none;
    border-radius: 30px;
    color: #fff;
    transition: 0.3s all;
    text-decoration: none;
}

.main-btn-st:hover {
    background: linear-gradient(270deg, #248783 0%, #248783 100%);
    transition: 0.3s all;
}

.hero__text {
    max-width: 440px;
    margin-bottom: 30px;
}

.hero__inner .image {
    position: relative;
    margin-top: -155px;
    width: 100%;
    height: auto;
    z-index: -1;
}

.partners__inner {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.main-title__h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    width: 100%;
    padding: 140px 0 36px;
}

.partners__inner img {
    margin: 0 15px;
}

.about__inner {
    padding-top: 140px;
}

.about__inner .row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.about__inner .row .about-col {
    width: 48%;
}

.about__inner .row .about-col img {
    width: 100%;
    border-radius: 10px;
}

.main-title__h2 {
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 30px;
}

.about__inner p {
    margin-bottom: 35px;
}

.about-mob {
    display: none;
}

.about__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 60px 0 90px;
}

.about__info-item {
    background: #F3F4F6;
    border-radius: 10px;
    width: 23%;
    padding: 29px 0;
    text-align: center;
}

.about__info-item .num {
    font-weight: 600;
    font-size: 56px;
}

.about__info-item .text {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}

.sales__block {
    background: #F3F4F6;
    padding: 100px 0;
}





.tabs-wrapper {
    display: flex;
}


.tab-list {
    width: 50%;
}

.tab-item {
    padding: 30px 30px 30px 0;
    cursor: pointer;
    background: transparent;
    border-bottom: 1px solid #E1E1E1;
    position: relative;
}

.tab-item:before {
    content: '';
    display: block;
    background-color: #fff;
    top: 0;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    border-bottom: 1px solid #fff;
    transition: all 0.3s ease;
}

.tab-item.active {
    border-bottom: 1px solid #fff;
}

.tab-item:hover:before,
.tab-item.active:before {
    width: 100%;
    left: -100%;
    transition: all 0.3s ease;
}

.tab-item:hover {
    background: #fff;
    border-bottom-color: #fff;
}

.tab-item h3 {
    margin: 0 0 30px;
    font-size: 24px;
    font-weight: 600;
}


.tab-item .text {
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.tab-item .text p {
    font-size: 18px;
    margin-bottom: 18px;
}

.tab-item:not(.active) .text {
    max-height: 60px;
    color: #666;
}

.btn-tabs {
    display: flex;
    align-items: center;
    color: #248783;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}

.btn-tabs svg {
    margin-left: 10px;
    transition: 0.3s all;
}

.btn-tabs:hover svg {
    margin-left: 20px;
    transition: 0.3s all;
}

.tab-item.active {
    background-color: #fff;
}

.tab-item.active .text {
    max-height: 1000px;
}

.sales__block .main-title__h2 {
    margin-bottom: 60px;
}

.tab-image {
    width: 50%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.tab-image img {
    width: 100%;
    transition: opacity 0.4s ease;
    display: block;
    height: 100%;
    object-position: center center;
    object-fit: cover;
}

.tab-item:not(.active) .text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
}


.tab-item.active .text {
    display: block;
    color: #333;
}

.blog__inner h2 {
    margin: 180px 0 67px;
}

.blog__items {
    display: flex;
    justify-content: space-between;
}

.blog__item {
    width: 24%;
    overflow: hidden;
    border-radius: 10px;
    background: #F3F4F6;
    display: flex;
    flex-direction: column;
}

.blog__item .img-block {
    position: relative;
    height: 200px;
}

.blog__item .item-inner {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.cat-block {
    font-size: 16px;
    margin-bottom: 10px;
}

.item-inner h5 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 15px;
}

.item-inner p {
    font-size: 16px;
    margin-bottom: 30px;
}

.item-inner .btn-tabs {
    font-size: 18px;
    margin-top: auto;
}

.img-block img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog__btn {
    text-align: center;
    padding: 60px 0 180px;
}


.hero__about {
    height: 775px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-top: 40px;
}

.hero__about:after {
    position: absolute;
    display: block;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39%, #000000 100%);
}

.hero__about .container {
    position: relative;
    width: 100%;
    padding-bottom: 60px;
    z-index: 1;
}

.hero__about img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.hero__about h1 {
    font-size: 40px;
    max-width: 640px;
    font-weight: 600;
    color: #fff;
}

.about__text p {
    font-size: 24px;
    margin: 90px 0 50px;
    position: relative;
    background: #248581;
    background: linear-gradient(165.83deg, #0A1315, #248581);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.core__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 120px;
}

.core__inner .item {
    width: 30%;
    margin-bottom: 60px;
    border-bottom: 1px solid #DADADA
}

.core__inner .item .title {
    font-weight: 600;
    font-size: 24px;
    margin: 30px 0 10px;
}

.core__inner .item .text {
    margin-bottom: 20px;
}

.strategic__block {
    background: #D8E9E9;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-position: 20% 29%;
}

.strategic__inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.strategic__inner .s-main-title {
    width: 45%;
    font-weight: 600;
    font-size: 34px;
    line-height: 120%;
}

.strategic__inner .items {
    width: 40%;
}

.strategic__inner .items .item {
    background: #FFFFFF99;
    border-radius: 10px;
    padding: 25px;
    margin-top: 15px;
}

.strategic__inner .items .item .title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 12px;
}

.strategic__inner .items .item .text {
    text-align: left;
}

.team__inner {
    padding: 120px 0 140px;
}

.team__inner h2 {
    text-align: center;
}

.team__inner .team__text {
    color: #333333;
    font-size: 18px;
    max-width: 910px;
    margin: 0 auto 68px;
    text-align: center;
}

.team__categories {
    text-align: center;
}
.team__categories a {
    display: inline-block;
    font-size: 16px;
    padding: 10px 25px;
    border: 1px solid #000;
    border-radius: 30px;
    margin: 0 8px 8px;
    color: #000;
    text-decoration: none;
    background-color: #fff;
}


.team__categories a.active,
.team__categories a:hover {
    background: #000;
    color: #fff;
}

.current_role {
    font-weight: 600;
    font-size: 24px;
    margin: 80px 0 30px;
}

.roles__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 колонки */
    gap: 20px;
}

.team__item {
    box-sizing: border-box;
    background: #F3F4F6;
    padding: 30px 15px 55px 15px;
    position: relative;
    cursor: pointer;
    transform: translate(0px, 0px);
    transition: transform 0.3s ease-in-out;
}

.team__item:hover {
    transform: translate(0px, -10px);
    transition: transform 0.3s ease-in-out;
    z-index: 50;
}

.team__item .image {
    width: 175px;
    height: 175px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 37px;
}

.team__item .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: top center;
}

.team__item .name {
    font-size: 24px;
    font-weight: 600;
}

.team__item .role {
    font-size: 18px;
    font-weight: 300;
}

.team__item .email {
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 14px;
    margin-top: 25px;
    text-decoration: none;
    width: 100%;
    bottom: 15px;
    position: absolute;
}

.team__item .email span {
    display: inline-block;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    min-width: 0;
    font-size: 14px;
}

.team__item .email:hover {
    color: #248682;
}

.team__item .email svg {
    margin-right: 3px;
    margin-top: -3px;
}

.team__item .description {
    box-shadow: 0px 6px 14.5px 0px #00000021;
    border-radius: 10px;
    background: #fff;
    padding: 15px;
    position: absolute;
    width: calc(100% + 40px);
    left: calc(50%);
    transform: translateX(-50%);
    top: 30px;
    display: none;
    z-index: 1;
}

.roles__items{
    position: relative;
    min-height: 100px; 
}

.careers-html, .roles__items, .blog__main {
    position: relative;
}

.careers-html.loading::after,
.blog__main.loading::after,
.roles__items.loading::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.7) url('https://i.gifer.com/ZZ5H.gif') center/50px no-repeat;
    z-index: 10;
}

.hero__careers h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}

.hero__careers-inner {
    display: grid;
    grid-template-columns: 60% 35%;
    gap: 5%;
    align-items: flex-start;
    margin: 120px 0 185px;
}

.careers__items {

}

.slider-section {
    width: 100%;
    overflow: hidden;
    padding-left: 20px;
}

.swiper {
    overflow: visible;
}

.swiper-slide {
    background: #eee;
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
}

.swiper-button-prev,
.swiper-button-next {
    color: #000;
}

.slider__top {
    display: grid;
    grid-template-columns: 40% 20%;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 80px;
}

.swiper-slide {
    background: none;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}

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

.col2 .slider-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border:1px solid #000;
    position: relative;
    left: auto;
    right: auto;
    top:auto;

    margin: 0 0 0 10px;
    opacity: 0.3;
    transition: opacity 0.3s ease;

    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 12H5' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 17L19 12' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 7L19 12' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center center;
}

.col2 .slider-btn.swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 17L5 12' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 7L5 12' stroke='%23000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.col2 .slider-btn:hover {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.slider__top .col2 {
    display: flex;
    justify-content: flex-end;
}

.col2 .slider-btn:before, .col2 .slider-btn:after {
    display: none;
}


.faqs__inner h2{
    text-align: center;
    margin: 180px 0 60px;
}

.faqs__inner {
    padding-bottom: 180px;
}

.faqs__inner .question {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    padding: 30px 50px 30px 0;
    border-bottom: 1px solid #00000026;
    cursor:pointer;
    position: relative;
}

.faqs__inner .question:before{
    content: "";
    width: 2px;
    height: 20px;
    background: #090F11;
    display: block;
    position: absolute;
    top:50%;
    transform: translateY(-50%) rotate(0deg);
    right: 9px;
}

.faqs__inner .question:after{
    content: "";
    width: 20px;
    height: 2px;
    background: #090F11;
    display: block;
    position: absolute;
    top:50%;
    transform: translateY(-50%) rotate(0deg);
    right: 0px;
    transition: transform 0.3s ease;
}

.faqs__inner .question.active:before {
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
}

.faqs__inner .question.active:after {
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
}

.faqs__inner .question:hover {
    color: #248682;
}

.faqs__inner .answer {
    background: #F3F4F6;
    padding: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
}

.faqs__inner .answer.active {
    display: block !important;
}

.feedback__wrapper {
    /*display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);*/
    gap: 20px;
    column-count: 3;
}

.feedback__inner {
    padding-top: 80px;
}

.feedback__inner h2 {
    text-align: center;
    margin-bottom: 60px;
}

.feedback__item {
    background: #F3F4F6;
    border-radius: 10px;
    padding: 35px;
    break-inside: avoid;
    margin-bottom: 20px;
}

.feedback__top {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.feedback__top .image {
    width: 57px;
    height: 57px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px;
}

.feedback__top .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-position: top center;
    object-fit: cover;
}

.feedback__top .name {
    font-size: 22px;
    font-weight: 600;
}

.feedback__top .role {
    color: #000;
    font-size: 18px;
}

.feedback__bottom {
    color: #000;
    font-size: 18px;
}

/*
.item1 {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.item2 {
    grid-column: 2;
    grid-row: 1;
}

.item3 {
    grid-column: 2;
    grid-row: 2;
}

.item4 {
    grid-column: 3;
    grid-row: 1 / span 2;
}
*/
.blog__wrapper .hero__careers-inner{
    margin: 100px 0 40px;
}

.blog__wrapper .hero__careers-inner h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    max-width: 700px;
}

div#blog {
    text-align: left;
    margin-bottom: 30px;
}

.blog__main .blog__item {
    width: 100%;
}

.blog__main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 160px;
}

.blog__item.full-blog-item {
    grid-column: 1 / 4;
    margin-bottom: 40px;
}

.blog__main .blog__item:not(.full-blog-item) .item-inner h5{
    font-size: 20px;
}

.blog__main .blog__item:not(.full-blog-item) .item-inner .btn-tabs {
    font-size: 16px;
}

.blog__item.full-blog-item .img-block {
    height: 450px;
}


.hero__careers.hero__partners .hero__careers-inner {
    margin-bottom: 40px;
}

.hero__careers.hero__partners img {
    width: 100%;
}

.partners__wrapper .main-title__h2 {
    margin: 180px 0 60px;
}

.partners__item {
    display: grid;
    grid-template-columns: 35% 50%;
    align-items: flex-start;
    margin-bottom: 80px;
}

.partners__item .p-img img {
    max-width: 100%;
}

.partners__item .name {
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 20px;
}

.partners__item .text {
    margin-bottom: 30px;
}

.partners__item a {
    color: #248783;
}

.testimonials-slider.slider__top {
    align-items: center;
}

.slider-inner {
    text-align: left;
    background: #F6F7F9;
    border-radius: 10px;
    padding: 25px 20px;


    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#testimonials .swiper-slide {
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.test_bottom {
    display: grid;
    grid-template-columns: 50px auto;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.test_bottom .image {
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 50%;
    background-color: #fff;
    display: grid;
    align-items: center;
    justify-content: center;
}

.test_bottom .image img {
    width: 35px;
    height: auto;
}

#testimonials.swiper {
    margin-bottom: 180px;
}

.slider-t {
    margin-left: calc((100vw - 1300px) / 2);
    overflow: hidden !important;
}

.page-main-styles {
    margin: 80px auto 180px;
}

.page-main-styles p strong {
    font-weight: 700;
}
.page-main-styles p,
.page-main-styles li {
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 20px;
}

.page-main-styles h4.wp-block-heading {
    font-weight: 700;
}

.page-main-styles li {
    margin-bottom: 0;
}

.page-main-styles ul {
    margin-bottom: 20px;
    margin-left: 25px;
}

.page-main-styles ul ul {
    margin-bottom: 0;
}

ul.wp-block-list li {
    list-style: disc;
}

ul.wp-block-list li {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

ul.wp-block-list li:before {
    content: '';
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3334 5.95837L8.25008 16.0417L3.66675 11.4584' stroke='%23248783' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    left: 0px;
    top: 3px;
    background-repeat: no-repeat;
}

ul.wp-block-list.class-green {
    color: #248682;
}

figure.wp-block-image img {
    border-radius: 10px;
}

ul.wp-block-list.class-green li {
    font-weight: 400 !important;
}

ul.wp-block-list.two-cols {
    display: grid;
    grid-template-columns: 50% 50%;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
}

.menu-btn {
    width: 30px;
    height: 22px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.menu-btn span {
    display: block;
    height: 3px;
    background: #333;
    border-radius: 2px;
    transition: 0.3s ease;
}

.menu-btn.open span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.menu-btn.open span:nth-child(2) {
    opacity: 0;
}

.menu-btn.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

div#careers2 {
    text-align: left;
}

.c_title {
    font-weight: 600;
    font-size: 30px;
    display: grid;
    justify-content: space-between;
    grid-template-columns: 70% 30%;
    align-items: center;
}

.c_title a {
    display: inline-block;
    border: 1px solid #248783;
    font-weight: 600;
    font-size: 18px;
    color: #248783;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 30px;
    margin: 0 0 0 auto;
}

.c_title a:hover {
    background: #248783;
    color: #fff;
}

.team__categories .tags-item {
    display: inline-block;
    font-size: 16px;
    padding: 10px 25px;
    border: 1px solid #000;
    border-radius: 30px;
    margin: 0 8px 8px 0;
    color: #000;
    text-decoration: none;
}
.career__item {
    border-bottom: 1px solid #CECECE;
}

.career__item .team__categories {
    text-align: left;
    margin: 30px 0;
}

.career__item {
    margin-top: 20px;
}

.excerpt {
    color: #404040;
}

.career__item ul li {
    color: #404040;
    list-style: none;
    margin-bottom: 29px;
    padding-left: 30px;
    position: relative;
}

.career__item ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3334 5.95837L8.25008 16.0417L3.66675 11.4584' stroke='%23248783' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    left: 0px;
    top: 3px;
    background-repeat: no-repeat;
}

.sub-title {
    color: #404040;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
}


.c_cols {
    display: grid;
    grid-template-columns: 45% 45%;
    gap: 10%;
    margin-bottom: 40px;
}

.c_cols img {
    display: block;
    margin-bottom: 30px;
}

.main-text p {
    margin-bottom: 30px;
}

.main-text.cols2 ul {
    column-count: 2;
    column-gap: 125px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.wpcf7-response-output {
    background: #46b450;
    color: #fff;
}

.main-text.cols2 ul li {
    break-inside: avoid;
}

.btn-more {
    color: #248783;
    font-weight: 600;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 30px;
}

.btn-more:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99992 16.3334V4.66675' stroke='%23248783' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.1667 12.1667L10 16.3334' stroke='%23248783' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.83325 12.1667L9.99992 16.3334' stroke='%23248783' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.c_title {
    padding-bottom: 20px;
}

.career__item.active .careers__item-inner {
    display: block !important;
}

.btn-more.active:after {
    transform: rotate(180deg);
}


.post-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 130%;
    margin-bottom: 30px;
}

.post-image img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    height: auto;
}

.single-wrapper h2 {
    font-weight: 600;
    font-size: 34px;
    line-height: 150%;
    margin-bottom: 30px;
}

.single-wrapper p {
    line-height: 150%;
    margin-bottom: 40px;
}

figure.wp-block-image.size-large {
    padding-top: 20px;
}

figure.wp-block-image.size-large img{
    width: 100%;
}

figcaption.wp-element-caption {
    font-size: 16px;
    border-left: 2px solid;
    margin-top: 15px;
    padding: 3px 6px;
    margin-bottom: 80px;
}

.single-wrapper {
    padding-bottom: 160px;
}

.single-wrapper blockquote {
    padding-left: 24px;
    border-left: 2px solid;
}

.single-wrapper blockquote p{
   font-size: 24px;
    font-style: italic;
}

.post-details {
    margin: 38px 0 104px;
    display: grid;
    grid-template-columns: 150px 150px;
}

.post-details div > div {
    margin-bottom: 8px;
}

.post__category {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.post__category div {
    font-size: 18px;
    background: #F6F7F9;
    padding: 4px 8px;
    border-radius: 10px;
    margin: 0 15px 15px 0;
}

.single__posts a {
    display: inline-flex;
    align-items: center;
    margin: 55px 0 65px;
    color: #000;
    text-decoration: none;
}

.single__posts a:before {
    content: '';
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3L5 8L10 13' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    width: 16px;
    height: 16px;
    background-position: center center;
    margin-right: 8px;
}

.single__posts a:hover {
    text-decoration: underline;
}

.mobile-header-top {
    display: none;
}

.partners__image img {
    position: absolute;
    object-position: center center;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.partners__image {
    height: 775px;
    overflow: hidden;
    position: relative;
}

.hero__careers-inner .text {
    color: #333333;
    line-height: 30px;
}

.to-down {
    position: absolute;
    bottom: 80px;
    z-index: 7;
    right: calc((100vw - 1300px) / 2);
}

.to-down:hover {
    animation: up-down-up 0.4s ease;
    animation-iteration-count: infinite;
}

div#careers .swiper-slide {
    height: 100% !important;
    min-height: 290px;
    border-bottom: 10px;
}

div#careers .swiper-wrapper {
    display: flex;
    align-items: flex-start;
}

div#careers .swiper-slide img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center center;
    top: 0;
    left: 0;
}

.team__category {
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

.team__dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 100;
}

.team__categories a.has-sub {
    padding-right: 50px;
}

.team__categories a.has-sub:after {
    content: "▼";
    font-size: 12px;
    position: absolute;
    right: 33px;
    top: 44%;
    transform: translateY(-50%);
    pointer-events: none;
}

.team__category:hover .team__dropdown {
    display: block;
}


span.file-input {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    background: transparent;
    color: #fff;
    position: relative;
    padding: 16px 20px;
    color: #A5C5C4;
}

span.file-input > span.wpcf7-form-control-wrap {
    position: absolute;
    left: 0;
    top: 0;
}

span.file-name {
    position: absolute;
    right: 20px;
    color: #fff;
    top: 19px;
}

.wpcf7 input[type="file"] {
    cursor: pointer;
    opacity: 0;
    margin: 0 !important;
}

.text {
    text-align: justify;
}

.feedback__bottom,
p {
    text-align: justify;
}

.hero__partners .text {
    margin-bottom: 30px;
    max-width: 600px;
}

.hero__careers .hero__careers-inner {
    margin-bottom: 20px;
}

.hero__careers .text {
    margin-bottom: 30px;
}

.core__inner .text {
    text-align: left;
}

.core__inner {
    margin-top: 40px;
}


.full-blog-item .img-block img {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: none;
}

.blog__item.full-blog-item .img-block {
    height: 450px;
    overflow: hidden;
}

@keyframes up-down-up {
    0%   { transform: translateY(0); }
    30%  { transform: translateY(-5px); }
    60%  { transform: translateY(5px); }
    100% { transform: translateY(0); }
}

@media (max-width: 1500px) {
    .strategic__block {
        background-position: 4% 29%;
    }
}

@media (max-width: 1200px) {

    .to-down {
        right: 25px;
    }

    .strategic__block {
        background-position: 0% 29%;
        background-size: 530px;
    }

    .roles__items {
        grid-template-columns: repeat(3, 1fr);
    }

    .feedback__wrapper {
        gap: 20px;
        column-count: 2;
    }
}

@media (max-width: 1024px) {
    .hero__inner img.image {
        margin-top: -100px;
    }

    .partners__image {
        height: auto;
    }

    .hero__careers.hero__partners img {
        position: relative;
        height: auto;
    }

}

@media (max-width: 800px) {

    .menu-btn {
        display: flex;
    }

    .hero__inner {
        padding-top: 60px;
    }

    .main-title {
        font-size: 26px;
        line-height: 120%;
        margin-bottom: 20px;
    }

    .hero__inner img {
        display: none;
    }

    .hero__inner img.mobile-image {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .hero__text {
        max-width: 100%;
    }

    .main-btn-st {
        width: 100%;
        padding: 15px 0;
        font-size: 16px;
    }

    .main-title__h3 {
        padding: 60px 0 20px;
    }

    .about__inner {
        padding-top: 60px;
    }

    .main-title__h2 {
        font-size: 20px;
        margin-top: 30px;
    }

    .about__inner .row {
        flex-wrap: wrap;

    }

    .about__inner .row .about-col {
        width: 100%;
    }

    .about__info {
        flex-wrap: wrap;
        padding-bottom: 40px;
    }

    .about__info-item {
        width: 48%;
        margin-bottom: 20px;
    }

    .about__info-item .num {
        font-size: 32px;
    }

    .about__info-item .text {
        font-size: 14px;
    }

    .tabs-wrapper {
        flex-wrap: wrap;
    }

    .tab-list, .tab-image {
        width: 100%;
    }

    .tab-item h3 {
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 15px;
    }

    .btn-tabs,
    .tab-item .text p {
        font-size: 16px;
    }

    .blog__inner h2 {
        margin: 60px 0 20px;
    }

    .blog__items {
        flex-wrap: wrap;
    }

    .blog__item .img-block {
        height: 120px;
    }

    .blog__item {
        width: 48%;
        margin-bottom: 20px;
    }

    .item-inner h5 {
        font-size: 16px;
    }

    .item-inner p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .cat-block,
    .item-inner .btn-tabs {
        font-size: 12px;
    }

    .blog__btn {
        padding: 20px 0 80px;
    }

    .footer__inner {
        flex-wrap: wrap;
    }

    .footer__inner-col-forms,
    .footer__inner-col-text {
        width: 100%;
    }

    .main__footer {
        padding-top: 60px;
    }

    .wpcf7-form-control-wrap {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .footer__menu-line {
        margin-top: 40px;
    }

    .footer__inner-col-forms input[type="submit"] {
        width: 100%;
    }

    .footer__inner-col-text p {
        margin: 15px 0;
        font-size: 16px;
    }

    .footer-bottom {
        display: grid;
        grid-template-columns: 20% 60%;
    }

    .header__wrapper {
        display: flex;
        margin-top: 20px;
    }

    .header__wrapper img {
        width: 150px;
    }

    .header__inner {
        position: fixed;
        width: 100vw;
        height: 100vh;
        z-index: 5;
        background: #fff;
        top: 0;
        left: -100vw;
        display: grid;
        padding: 15px;
        justify-content: flex-start;
        align-items: baseline;
        grid-template-columns: 100%;
        transition: left 0.3s linear;
    }

    .mobile-header-top {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .header__inner.active {
        left: 0;
        transition: left 0.3s linear;
    }

    .header__menu ul {
        display: grid;

    }

    .header__menu ul li a {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .header__langs {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .header__contact {
        margin: 0;
        width: 100%;
    }

    .hero__about {
        height: 450px;
        margin-top: 50px;
    }

    .hero__about h1 {
        font-size: 26px;
    }

    .about__text p {
        font-size: 20px;
        margin: 50px 0;
    }

    .core__block h2.main-title__h2 {
        text-align: center;
        margin-bottom: 30px;
    }

    .core__inner .item {
        width: 48%;
        margin-bottom: 30px;
    }

    .core__inner {
        padding-bottom: 80px;
    }

    .strategic__inner .s-main-title {
        display: none;
    }

    .strategic__inner .items {
        width: 100%;
    }

    .strategic__block {
        padding: 250px 0 40px;
        background-position: 20px -20px;
        background-size: 530px;
    }

    .strategic__inner .items .item .title {
        font-size: 20px;
    }

    .strategic__inner .items .item .text {
        font-size: 16px;
    }

    .team__inner {
        padding: 80px 0 40px;
    }

    .team__inner .team__text {
        margin: 0 auto 40px;
    }

    .roles__items {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

    .team__item {
        padding: 15px 15px 40px 15px;
    }

    .team__item .email {
        font-size: 10px;
    }

    .team__item .email svg {
        width: 13px;
        margin-right: 5px;
    }

    .team__item .name {
        font-size: 14px;
    }

    .team__item .role {
        font-size: 12px;
    }

    .team__item .image {
        margin: 20px auto;
    }

    .current_role {
        margin: 20px 0;
    }

    .hero__careers-inner {
        grid-template-columns: 100%;
        margin: 100px 0 50px;
    }

    .hero__careers h1 {
        font-size: 26px;
    }

    .feedback__inner {
        padding-top: 50px;
    }

    .feedback__inner h2 {
        margin-bottom: 20px;
    }

    .feedback__wrapper {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .feedback__wrapper .item1,
    .feedback__wrapper .item2,
    .feedback__wrapper .item3,
    .feedback__wrapper .item4 {
        grid-column: auto;
        grid-row: auto;
    }

    .faqs__inner h2 {
        margin: 80px 0 20px;
    }

    .faqs__inner .question {
        font-size: 18px;
        padding: 20px 30px 20px 0;
    }

    .faqs__inner .answer {
        font-size: 16px;
    }

    .faqs__inner {
        padding-bottom: 80px;
    }

    .feedback__bottom {
        font-size: 16px;
    }

    .slider__top {
        grid-template-columns: 1fr;
        margin-top: 60px;
    }

    .slider__top .col2 {
        justify-content: flex-start;
        margin-top: 20px;
    }

    .footer-title {
        font-size: 20px;
    }

    .footer__menu-line ul li {
        margin-right: 0;
        width: 49%;
    }

    .core__inner .item .title {
        font-weight: 600;
        font-size: 20px;
        margin: 20px 0 10px;
    }

    .team__categories a {
        margin: 0 2px 8px;
    }

    .c_title {
        font-weight: 600;
        font-size: 30px;
        justify-content: flex-start;
        grid-template-columns: 1fr;
        align-items: center;
    }

    .blog__wrapper .hero__careers-inner {
        margin: 50px 0 40px;
    }

    .blog__wrapper .hero__careers-inner h1 {
        font-size: 24px;
    }

    .blog__item.full-blog-item .img-block {
        height: auto;
    }

    .img-block img {
        position: relative;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .blog__main {
        margin-bottom: 50px;
        grid-template-columns: 1fr;
    }

    .blog__item.full-blog-item {
        grid-column: 1;
        margin-bottom: 40px;
    }

    .blog__item .img-block {
        height: auto;
    }

    .blog__main .blog__item:not(.full-blog-item) .item-inner h5 {
        font-size: 16px;
    }

    .hero__careers-inner {
        grid-template-columns: 100%;
        margin: 50px 0;
    }

    .partners__wrapper .main-title__h2 {
        margin: 80px 0 60px;
        text-align: center;
    }

    .partners__item {
        grid-template-columns: 100%;
        margin-bottom: 30px;
    }

    .testimonials-slider.slider__top {
        padding-top: 50px;
    }

    ul.wp-block-list.two-cols {
        grid-template-columns: 100%;
    }

    .page-main-styles {
        margin: 80px auto;
    }

    .footer-bottom img {
        width: 40px;
        height: auto;
    }

    .header__inner.active {
        flex-direction: column;
        display: flex;
    }

    .header__menu {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .header__langs {
        position: absolute;
        top: 125px;
        right: 15px;
    }
}

@media (max-width: 640px) {
    .feedback__wrapper {
        gap: 20px;
        column-count: 1;
    }
}

@media (max-width: 480px) {
    .blog__main {
        display: block;
    }

    .roles__items {
        grid-template-columns: 1fr;
    }

    .team__item .email {
        font-size: 15px;
    }

    .core__inner .item {
        width: 100%;
    }

    .c_title {
        font-size: 20px;
        justify-content: flex-start;
        grid-template-columns: 1fr;
    }

    .c_title a {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .c_cols {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-bottom: 20px;
    }

    .main-text.cols2 ul {
        column-count: 1;
    }

    #testimonials.swiper {
        margin-bottom: 60px;
    }

    .slider-t {
        margin: 0;
        padding: 0 15px;
    }

    .blog__main {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        margin-bottom: 60px;
    }

    .post-details {
        margin: 20px 0;
    }

    .single-wrapper h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .single-wrapper {
        padding-bottom: 40px;
    }
}