.home-block {
    max-width: 1440px;
}
.home-new .s-home-header {
    min-height: 100vh;
    height: auto;
    overflow: hidden;
    background: #000;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    background-image: url(../png/company_bg.png);
    background-position: top right;
    margin-top: 70px;
    
}
.s-home-header-bg{
    padding:246px 0 200px; 
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vw;
}

.page-breadcrumbs section.s-breadcrumbs {
    margin-top: 15px;
}
span.subtitle {
    styleName: Subheader;
    font-family: Roboto;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.025em;
    text-align: left;
    padding: 60px 0 2px;
    display: block;
    color: rgba(8, 202, 218, 1);
}
.company-description {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0.015em;
    color: #FFFFFF;
    max-width: 710px;
    padding: 40px 0 80px;
}
.company-description p {
    padding-bottom: 36px;
}
button.company-button{
    min-width: 222px;
}
button.company-button:hover {
    min-width: 228px;
}


section.company-main-content {
    max-width: 1440px;
    margin: 60px auto;
}
.company-row {
    display: grid;
    grid-template-columns: 465px 1fr;
    grid-gap: 145px;
    padding: 60px 0;
    justify-content: center;
    align-items: center;
}
.company-row:nth-child(even){
    direction : rtl;
}
.company-content{
    direction: ltr;
}
.company-content ul {
    padding-top: 4px;
}
.company-content li {
    padding-bottom: 15px;
    display: block;
}
.company-content li:before {
    display: inline-block;
    content: "— ";
    color: #08CADA;
    padding-right: 10px;
}
.company-content p{
    padding: 18px 0;

}
.company-content-title {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 119.54%;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #121212;
    padding-bottom: 42px;
    padding-top: 18px;
}
.company-content-desc
{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    /* or 36px */

    letter-spacing: 0.015em;
}
.company-sub-desc {
    display: grid;
    grid-template-columns: 104px 1fr;
    padding: 22px 0;
}
.company-desc {
    margin-top: -4px;
}

.company-description-bottom {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.015em;
    color: #121212;
    padding: 60px 120px 40px;
}
button.x-btn.x-btn-new-blue-stroke.x-btn-w-md:hover {
    min-width: 230px;
}
button.x-btn.x-btn-new-blue-stroke.x-btn-w-md {
    min-width: 222px;
    margin: 0;
    display: block;
}
.company-main-content button.x-btn.x-btn-new-blue-stroke.x-btn-w-md {
    margin: auto;
}

section.facts.company, section.partbers.company, section.team.company  {
    max-width: 1440px;
    margin: auto;
    padding-top: 120px;
}
section.location-map.company{
    padding-top: 120px;
}

section.facts.company h2, section.partbers.company h2, section.team.company h2{
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 0.025em;
}

section.location-map.company img {
    width: 100%;
}
.location-map.company .mobile{
    display: none;
}
.facts-1-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    max-width: 1200px;
    margin: auto;
    padding-top: 32px;
    gap: 90px;
}
.one-fact-title{
    font-family: Anton;
    font-size: 64px;
    font-weight: 400;
    line-height: 77px;
    letter-spacing: 0.025em;
    text-align: left;

    color: rgba(8, 202, 218, 1);
}
.one-fact-text {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.015em;
    text-align: left;
    padding-top: 10px;
}

.facts-2-wrap {
    display: flex;
    justify-content: center;
    gap: 46px;
    margin-top: 48px;
    align-items: center;
}

.facts-2-wrap .one-fact {
    display: grid;
    grid-template-columns: 96px 300px;
    gap: 30px;
    align-items: center;
}
.facts-2-wrap .one-fact a{
    color: #00FFC6;
}

.facts-2-wrap .one-fact a:hover{
    text-decoration: underline;
}
.facts-2-wrap .one-fact:first-child {

    grid-template-columns: 110px 170px;
}
.facts-2-wrap .one-fact img {
    width: 96px;
}
.facts-2-wrap .one-fact:first-child img {
    width: 110px;
}
.one-fact-text-2 {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.015em;
    text-align: left;
}

.partner-wrap {
    display: flex;
    gap: 20px 86px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
}
.one-partner img {
    width: 170px;
}

.one-partner {
    flex-grow: 0;
}
.team-bottom-description{

    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.015em;
    text-align: center;
    padding-top: 50px;
}
.team-bottom-description h3{
    color: rgba(8, 202, 218, 1);
    margin-bottom: 20px;
}
.team-bottom-description button.x-btn.x-btn-new-blue-stroke.x-btn-w-md,
.team-bottom-description .x-btn.x-btn-new-blue-stroke.x-btn-w-md {
    margin: 40px auto;
}
section.team.company h2 {
    justify-content: start;
}
.home-new section.team .s-headline {
        padding: 0 0 46px;
}

.team-description {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.015em;
    text-align: left;
}

.team-wrap .one-team:nth-child(1){
    grid-area: team1;
}
.team-wrap .one-team:nth-child(2){
    grid-area: team2;
}
.team-wrap .one-team:nth-child(3){
    grid-area: team3;
}
.team-wrap .one-team:nth-child(4){
    grid-area: team4;
}
.team-wrap .one-team:nth-child(5){
    grid-area: team5;
}
.team-wrap {
    display: grid;
    gap: 20px;
    grid-template-areas:"team1 team1 team1 team2 team2 team2" "team3 team3 team4 team4 team5 team5";
    margin-top: 60px;
}
.one-team {
    position: relative;
}
.one-team .info{
    position: absolute;
    bottom: 0;
    height: 150px;
    width: 100%;
    display: block;
    background: rgba(36, 39, 46, 1);
    padding: 28px 40px;
}
.one-team .info .more, .one-team .info .less{
    display: none;
}
.one-team img{
    width: 100%;
    margin-bottom: 149px ;
}
.one-team .info .name{
    display: block;
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0.025em;
    text-align: left;
    color: rgba(8, 202, 218, 1);
}
.one-team .info .position{
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.015em;
    text-align: left;
    color: rgba(255, 255, 255, 50%);
}
.one-team .info .description{
    display: none;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.015em;
    text-align: left;
    color: #fff;
    padding-top: 20px;
}
.one-team:hover .info{
    height: auto;
}
.one-team:hover .info .description{
    display: block;
}
.company-content-desc ul{
        margin-bottom: 10px;
}
.company-content-desc li{
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 20px;
}
.company-content-desc li:before{
    content: '';
    width: 20px;
    height: 20px;

    margin-top: 5px;
    background: url('data:image/svg+xml,<svg  xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><rect x="1" y="1" width="18" height="18" stroke="%2308CADA" stroke-width="2"/><path d="M6 9.07715L9.2381 12.7038L14 7.37048" stroke="%2308CADA" stroke-width="2"/></svg>');/* Use translate(X, Y) to position the SVG up, down, left, and right */
        background-position: bottom;
    background-repeat: no-repeat;
}
.company-content-desc li::marker{
    font-size: 1.5em;
    line-height: 0.1em;
}
.company-main-content .company-img{
    min-height: 1000px;
} 
.company-main-content .company-row:first-child .company-img{
    min-height: 800px;
} 
@media(max-width: 1919px){
    .home-block {
        max-width: 956px;
    }
    .home-new .s-home-header {
        min-height: auto;
    }
    .s-home-header-bg {
        background-position: left;
        padding: 176px 0 16px;
        min-height: auto;
    }

    span.subtitle {
        font-size: 24px;
        padding: 40px 0 0px;
    }


    .s-home-header-bg .company-description {
        font-size: 16px;
        letter-spacing: 0;
        max-width: 460px;
        padding-top: 16px;
    }
    .s-home-header-bg .company-description p {
        padding-bottom: 26px;
    }

    section.facts.company h2, section.partbers.company h2, section.team.company h2 {
        font-size: 32px;
    }
    section.facts.company{
        max-width: 710px;
    }
    .home-new .s-headline {
        padding: 0 0px 10px;
    }
    .facts-1-wrap {
        gap: 36px;
    }
    .one-fact-title {
        font-size: 48px;
        line-height: 64px;
    }
    .one-fact-text {
        font-size: 16px;
        line-height: 22px;
    }
    .facts-2-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .facts-2-wrap .one-fact{
        grid-template-columns: 62px 1fr;
    }
    .facts-2-wrap .one-fact:first-child {
        grid-template-columns: 78px 116px;
    }

    .one-fact-text-2 {
        font-size: 16px;
        line-height: 24px;
    }
    .facts-2-wrap .one-fact img {
        width: 64px;
    }
    .one-partner img {
        width: 130px;
    }
    .partner-wrap {
        gap: 20px 62px;
        max-width: 956px;
        margin-top: 30px;
    }
    .team-bottom-description {
        font-size: 18px;
        line-height: 150%;
        padding-top: 54px;
    }
    .team-bottom-description h3 {
        margin-bottom: 12px;
        font-size: 24px;
        letter-spacing: 0;
    }

    section.team.company {
        padding-top: 80px;
        max-width: 956px;
    }
    .team-description {
        font-size: 16px;
        line-height: 150%;
        letter-spacing: -0.03em;
    }
    .home-new section.team .s-headline {
        padding: 0 0 24px;
    }
    .team-wrap {
        margin-top: 40px;
    }
    .one-team img {
        margin-bottom: 99px;
    }

    .one-team .info {
        height: 100px;
        padding: 16px 30px;
    }
    .one-team .info .name {
        padding-bottom: 0px;
        font-size: 24px;
    }
    .one-team .info .position {
        font-size: 18px;
        font-weight: 400;
    }

    .one-team .info .description {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.015em;
        padding-top: 10px;
        padding-bottom: 5px;
    }



    .company-main-content .company-row .company-img {
        min-height: 700px;
    }
    .company-main-content .company-row:first-child .company-img {
        min-height: 600px;
    }
    .company-description {
        font-size: 16px;
        letter-spacing: 0;
        max-width: 600px;
    }
    section.company-main-content {
        max-width: 956px;
        margin: 60px auto 20px;
    }
    .company-row {
        grid-template-columns: 345px 1fr;
        grid-gap: 70px;
        padding: 20px 0 60px;
    }
    .company-content-title {
        font-size: 32px;
        padding-bottom: 26px;
        padding-top: 0;
    }
    .company-content-desc {
        font-size: 16px;
        letter-spacing: 0;
    }
    .company-content p {
        padding: 12px 0;
    }
    .company-content ul {
        padding-top: 8px;
    }
    .company-sub-desc {
        grid-gap: 22px;
        grid-template-columns: 50px 1fr;
        padding: 16px 0;
    }
    .company-desc {
        margin-top: 0px;
    }
    .s-home-benefits-inner, .technologies-inner {
        max-width: 1200px;
    }
    .s-home-benefits.company h2 {
        font-size: 32px;
    }

    .company-description-bottom {
        font-size: 16px;
        letter-spacing: 0em;
        padding: 20px 120px 40px;
    }
}

@media(max-width: 1439px){
    .s-breadcrumbs {
        margin: 0px 0 0;
    }
    .link-block {
        padding-top: 24px;
    }
    .home-new .s-home-header {
        margin-top: 52px;
	padding: 105px 0 90px;
    }
    .home-block {
        max-width: 860px;
        padding-top: 0;
        text-align: left;
    }
    .s-home-header-bg {
        background-position: left;
        padding: 60px 0 0px;
    }
    .s-home-header h1 {
        font-size: 48px;
    }

    section.facts.company, section.partbers.company, section.team.company {
        padding-top: 80px;
    }
    section.facts.company {
        max-width: 684px;
    }
    .facts-1-wrap {
        gap: 28px;
        padding-top: 10px;
    }
    .facts-2-wrap {
        gap: 12px;
    }
    section.location-map.company {
        padding-top: 80px;
    }
    .partner-wrap {
        gap: 20px 50px;
        max-width: 956px;
        margin-top: 14px;
    }
    .team-bottom-description {
        padding-top: 32px;
    }
    section.team.company {
        padding-top: 40px;
        max-width: 856px;
    }

    .one-team .info .more, .one-team.active .info .less {
        display: block;
        color: #01cbe0;
        position: absolute;
        bottom: 20px;
        right: 30px;
        cursor: pointer;
    }
    .one-team.active .info .more {
        display: none;
    }
    .one-team.active .info {
        height: 100%;
    }
    .one-team:hover .info .description{
        display: none;
    }
    .one-team.active .description, .one-team.active:hover .info .description{
        display: block;
    }
    .one-team .info {
        padding: 16px 26px 16px 26px;
        letter-spacing: 0;
    }
    .one-team .info .name {
        letter-spacing: 0;
    }
    .company-description {
        font-size: 16px;
        letter-spacing: 0;
        max-width: 500px;
        padding: 36px 0 36px;
    }
    .home-new .s-home-header .x-btn {
        margin: 24px 0;
    }
    section.company-main-content {
        max-width: 856px;
    }
    .company-content-desc li:last-child {
        padding-bottom: 0;
    }
    .company-row {
        grid-template-columns: 290px 1fr;
        grid-gap: 54px;
    }
    
    .company-description-bottom {
        padding: 20px 80px 40px;
    }


}


@media(max-width: 1023px){
    .home-new .s-home-header {
        background-position: left;
    }
    .home-block, section.company-main-content, .s-home-benefits-inner, .technologies-inner {
        max-width: calc(100% - 30px);
        margin: auto;
    }
    .home-new .s-home-header {
        background-size: cover;
    }
    .home-new .s-headline h1, .home-new .s-headline h2 {
        padding: 0;
    }
    .s-home-header-bg {
        padding: 60px 0 68px;
    }
    .home-new .s-home-header .x-btn {
        width: 100%;
    }
    .link-block {
        padding-top: 24px;
        text-align: center;
        justify-content: center;
        row-gap: 34px;
    }
    .company-description {
        padding: 29px 2px 34px 0;
    }
    .s-home-header h1 {
        font-size: 32px;
    }


    section.team.company {
        padding-top: 40px;
        max-width: 856px;
        max-width: calc(100% - 30px);
    }
    .one-team .info .name {
        font-size: 18px;
    }
    .one-team .info .position {
        font-size: 16px;
    }

    section.company-main-content {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .company-img {
        background-size: cover;
    }
    
    .one-partner {
        flex-grow: 0;
        width: 14%;
    }
    .company-content-title {
        padding-bottom: 20px;
    }
    .one-team .info .description {
        font-size: 14px;
        line-height: 21px;
    }
    .company-main-content .company-row:first-child .company-img {
        min-height: 500px;
    }
    .company-icon {
        margin: auto;
        width: 50px;
    }
    .company-sub-desc {
        grid-gap: 10px;
    }
    .s-home-benefits.company h2 {
        padding: 0;
    }
   
    .home-new .s-home-header{
        min-height: auto;
    }   
    .company-description-bottom {
        padding: 0 0 30px 0;
    }
    section.technologies.company {
        padding: 30px 0 100px;
    }
    section.technologies.company .s-headline {
        padding: 0 15px 15px;
    }
}

@media(max-width: 768px){
    .home-new .s-home-header {
        background-image: url(../png/company_bg_mobile.png);
        background-position: center;
    }
    .s-home-header-bg {
        padding: 60px 0 110px;
    }
    span.subtitle {
        font-size: 24px;
        padding: 24px 0 0px;
        letter-spacing: 0;
    }
    section.facts.company, section.partbers.company, section.team.company {
        padding-top: 60px;
        max-width: calc(100% - 30px);
    }
    section.facts.company {
        max-width: calc(100% - 30px);
    }
    .facts-1-wrap {
        grid-template-columns: 1fr 1fr;
        padding-top: 4px;

    }
    .facts-2-wrap {
        grid-template-columns: 1fr;
    }
    section.facts.company h2, section.partbers.company h2, section.team.company h2 {
        font-size: 32px;
        justify-content: left;
        margin-bottom: 10px;
        text-align: left;
    	margin-left: 0;
    }
    .facts-2-wrap {
        gap: 44px;
        margin-top: 40px;
    }
    .facts-2-wrap .one-fact:first-child {
        grid-template-columns: 78px 116px;
        gap: 16px;
    }
    section.location-map.company .desktop {
        display: none;
    }
    section.location-map.company .mobile {
        display: block;
    }

    .partner-wrap {
        gap: 8px 5%;
        max-width: 956px;
        margin-top: 14px;
    }
    .one-partner {
        flex-grow: 0;
        width: 30%;
    }
    section.location-map.company {
        padding-top: 60px;
    }
    section.partbers.company, section.team.company {
        padding-top: 40px;
    }
    .team-bottom-description {
        padding-top: 15px;
    }
    .team-bottom-description button.x-btn.x-btn-new-blue-stroke.x-btn-w-md,.team-bottom-description .x-btn.x-btn-new-blue-stroke.x-btn-w-md {
        margin: 32px auto  40px;
    }

    .one-team .info .name {
        font-size: 24px;
    }
    .one-team .info .position {
        font-size: 18px;
    }
    .one-team .info .description {
        font-size: 16px;
        line-height: 150%;
    }
    .team-wrap {
        display: grid;
        gap: 10px;
        grid-template-areas: "team1" "team2" "team3" "team4" "team5";
        margin-top: 60px;
        margin-bottom: 20px;
    }
    .one-team:nth-child(1) img,.one-team:nth-child(2) img {
        width: 707px;
        height: 224px;
        max-width: 707px;
    }
    .one-team {
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .one-team .info {
        padding: 16px 20px 16px 20px;
        letter-spacing: 0;
    }

    .company-main-content .company-row .company-img, .company-main-content .company-row:first-child .company-img {
        height: 180px;
        display: block;
        min-height: 180px;
    }

    section.company-main-content {
        padding-top: 20px;
        padding-bottom: 30px;
    }


    .company-row {
        grid-template-columns: 1fr;
        grid-gap: 30px;
        padding: 20px 0 25px;
    }
    .company-img {
        min-height: 164px;
        height: 164px;
        background-position: 0px 30%;

    }
    .company-img.full {
        min-height: 120vw;
        background-position: center;
        min-width: 100%;
        max-width: 100%;
        margin: auto;

    }
    .company-sub-desc {
        grid-gap: 22px;
        grid-template-columns: 1fr;
        padding: 16px 0;
    }
    .company-content {
        text-align: left;
        
    }

    .company-description-bottom {
        text-align: left;
    }
    button.x-btn.x-btn-new-blue-stroke.x-btn-w-md {
        min-width: 100%;
    }

}
