.page{
    display: flex;
    width: 100%;
    flex-direction: row;
    max-width: 1240px;
    margin: 0 auto;
    overflow: hidden;
    flex-wrap: wrap;
}
.page .title{
    font-family: 'Conv_FiraGO-Book';
    color: #141719;
    font-size: 24px;
    margin-top: 0px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.page .text{
    color: #555f62;
    font-size: 16px !important;
    margin-bottom: 40px;
    display: block !important;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
.page .text img{

}
section .block .twoblock .two{
    align-self: flex-start;
}
section .block .list .blocks{
    flex-wrap: wrap;
}
section .block .list .blocks .cube{
    flex: 0 0 calc(33.333% - 20px);
    width: calc(100% - 30px);
    position: relative;
    cursor: pointer;
}
section .block .list .blocks .cube:hover{
    background: #ededed;
}
section .block .list .blocks .cube .icon-bg{
    width: 48px;
    height: 48px;
    margin-top: 20px;
}
section .block .list .blocks .cube .icon-bg icon{
    margin-top: 8px;
    margin-left: 8px;
}
section .block .list .blocks .cube .icon-bg img{
    width: 30px;
    margin-top: 9px;
    margin-left: 9px;
}
section .block .list .blocks .cube h3{
    margin-top: 10px;
}
section .block .list .blocks .cube p{
    margin-top: -10px;
    margin-bottom: 17px;
}
.details_button{
    background: transparent;
    color: #130F26 !important;
    border: 1px solid #555f62;
    font-weight: 500;
    font-size: 16px !important;
    text-align: center;
    line-height: 16px;
    text-transform: uppercase;
    padding: 16px 24px;
    border-radius: 8px;
    width: 156px;
    font-family: 'Conv_FiraGO-Book' !important;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    float: right;
}
section .block .twoblock ul li{
    color: #555f62;
    font-size: 16px;
    list-style: none;
    margin-bottom: 15px;
}
.twoblockR{
    margin-top: 90px !important;
    margin-bottom: 10px;
}
section .block .twoblock ul{
    padding-left: 0px;
}
section .block .twoblock .first p{
    margin-bottom: 10px;
}
section .block .twoblock .first{
    padding-right: 60px;
}
section .block li span{
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #137cb5;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    margin-top: 0px;
    margin-right: 10px;
}
section .block li:last-child{
    margin-bottom: 0px !important;
}
.buttons{
    position: relative;
    float: right;
    display: block;
    text-align: right;
    width: 100%;
    margin-top: -5
}
.buttons a{
    background: transparent !important;
    color: #130F26 !important;
    border: 1px solid #555f62 !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    text-align: center !important;
    line-height: 16px !important;
    text-transform: uppercase !important;
    padding: 16px 24px !important;
    border-radius: 8px !important;
    width: 280px !important;
    font-family: 'Conv_FiraGO-Book' !important;
    display: block !important;
    margin: 0 auto !important;
    margin-top: 40px !important;
    float: right !important;
    margin-left: 20px !important;
}
.mTop50{
    margin-top: -50px;
}
.services{
    background: #ededed;
    display: flex;
    flex-wrap: wrap;
    border-radius: 15px;
    flex: 0 0 100%;
    width: 100%;
    gap: 30px;
    padding: 30px;
    position: relative;
    margin-top: -3px;
}
.services .service{
    flex: 0 0 calc(33.333% - 20px);
    width: calc(100% - 30px);
    position: relative;
    background: #fff;
    border-radius: 15px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
}
.services .service .service_image{
    height: 64px;
    width: 64px;
    overflow: hidden;
}
.services .service .service_image img{
    height: 64px;
    transition: transform 0.5s ease, opacity 0.5s ease
}
.services .service .service_name{
    font-size: 13px;
    margin-left: 10px;
    line-height: 66px;
    color: #141719;
    font-family: 'Conv_FiraGO-Book';
    overflow: hidden;
    height: 64px;
    max-width: 70%;
}
.services .service .service_currency{
    position: absolute;
    right: 20px;
    color: #555f62;
    font-size: 12px;
    top: 25px;
}
.cube i{
    position: absolute;
    right: 20px;
    top: 30px;
}
.services i{
    position: absolute;
    top: -50px;
    font-size: 92px;
    color: #ededed;
    left: calc(15% - 30px);
}
.services .service:hover .service_image img{
    transform: scale(1.2);
}
.contact{
    flex-direction: column;
}
.contact h2{
    font-size: 24px;
    margin-bottom: 30px;
}
.contact .contact_form{
    width: 100%;
    padding-bottom: 30px;
}
section .block .list h2{
    margin-bottom: 30px;
}
#has_mp{
    display: none;
}
p{
    line-height: 25px;
}
section .block .aboutTwo ul.brands{
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-end;
    padding-top: 20px;
}
section .block .aboutTwo ul.brands li{
    margin-right: -15px;
    list-style: none;
}
section .block .aboutTwo ul.brands li a{

}
section .block .aboutTwo ul.brands li a img{
    width: 80%;
}
section .block .aboutTwo ul.brands li a img.pImg{
    width: 98px;
}
div.aboutblock{
    display: flex;
    flex-direction: row;
}
div.aboutblock img{
    width: 287px;
    margin-right: 30px;
}
div.aboutblock p{
    color: #555f62;
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 25px;
}
div.aboutblock h3{
    color: #141719;
    font-size: 24px;
    margin-top: 0px;
}
.aboutImage{
    margin-bottom: 70px;
}
.aboutP{
    margin-top: 50px !important;
}
.aboutF{
    width: 90% !important;
    padding-right: !important;
}
.aboutTwo{
    flex-direction: column;
}
.aboutDownload{
    color: #555f62 !important;
    margin-top: 0px;
    font-size: 20px !important;
    text-align: center;
    padding-left: 60px;
}
.aboutasblock{
    margin-top: 50px;
}
.aboutasblock img{
    width: 100% !important;
    margin-right: 0px !important;
    margin-bottom: 30px !important;
}
.aboutTextBlock{
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
}
.aboutTwoCustom{
    float: right;
    margin-left: 50px;
}
.mB10{
    margin-bottom: 10px !important;
}
.btn-list{
    display: flex;
    justify-content: flex-end;
}
.btn-list a{
    margin-left: 15px;
}
.teams{
    display: flex;
    flex-direction: column;
}
.teams h3{
    color: #141719;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 40px;
}
.teams .team-list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.teams .team-list .team{
    flex: 0 0 calc(25% - 25px);
}
.teams .team:nth-child(4n+2),
.teams .team:nth-child(4n+3),.teams .team:nth-child(4n+4) {
    margin-left: 33px;
}
.teams .team:nth-child(4n){
    margin-right: 0px !important;
}
.teams .team-list .team img{
    width: 100%;
}
.teams .team-list .team .team-image{
    overflow: hidden;
    height: 370px;
    border-radius: 5px;
    position: relative;
    opacity: 1;
    visibility: inherit;
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
}
.teams .team-list .team .team-image img{
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
}
.teams .team-list .team .team-image::after{
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.teams .team-list .team .team-image:hover::after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.teams .team-list .team h4{
    font-size: 16px;
    color: #141719;
    font-family: 'Conv_FiraGO-Book';
    text-align: center;
}
.teams .team-list .team h6{
    color: #555f62;
    font-size: 13px;
    font-family: 'Conv_FiraGO-Book';
    text-align: center;
    margin-top: -10px;
    font-weight: 500;
}
.teams .team-list .team a{
    display: none;
    position: absolute;
    background: transparent;
    color: #130F26;
    border: 1px solid #555f62;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    text-transform: uppercase;
    padding: 16px 24px;
    gap: 4px;
    font-family: Conv_FiraGO-Book;
    border-radius: 8px;
    z-index: 9;
    top: calc(50% - 25px);
    background: #f9fafa;
    left: calc(50% - 77px);
}
.teams .team-list .team:hover a{
    display: block;
}
.about-statistic-block{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
.about-statistic-block h3{
    color: #141719;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 40px;
}
.about-statistic-list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.about-statistic-list .about-statistic{
    flex: 0 0 calc(33% - 13px);
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    position: relative;
    padding-left: 30px;
}
.about-statistic-list .about-statistic:nth-child(3n+2){
    margin-left: 25px;
    margin-right: 25px;
}
.about-statistic-list .about-statistic .title{
    font-size: 16px;
    color: #141719;
    font-family: 'Conv_FiraGO-Book';
    text-align: left;
    margin-bottom: 20px;
}
.about-statistic-list .about-statistic .description{
    display: flex;
    flex-direction: row;
}
.about-statistic-list .about-statistic .number{
    font-size: 30px;
    color: #141719;
    font-family: 'Conv_FiraGO-Book';
    text-align: left;
    font-weight: bold;
}
.about-statistic-list .about-statistic .value{
    margin-top: 13px;
    margin-left: 7px;
    color: #555f62;
    font-size: 15px;
    font-family: 'Conv_FiraGO-Book';
}
.about-statistic-list .about-statistic::after{
    content: "";
    position: absolute;
    right: 0;
    top: 62%;
    transform: translateY(-65%);
    height: 85%;
    width: 1px;
    background-color: #555f62;
}
.about-statistic-list .about-statistic:first-child::before{
    content: "";
    position: absolute;
    left: 0;
    top: 62%;
    transform: translateY(-65%);
    height: 85%;
    width: 1px;
    background-color: #555f62;
}
.about-statistic-list .about-statistic:nth-child(4n)::before{
    content: "";
    position: absolute;
    left: 0;
    top: 62%;
    transform: translateY(-65%);
    height: 85%;
    width: 1px;
    background-color: #555f62;
}
.teams{
    margin-top: 30px;
}
@media (max-width: 1200px) {

    .teams .team-list .team {
        flex: 0 0 calc(33% - 19px);
    }
    .about-statistic-list .about-statistic{
        flex: 0 0 calc(50% - 25px);
    }
    .about-statistic-list .about-statistic:nth-child(3n+2){
        margin-left: 0px;
        margin-right: 0px;
    }
    .about-statistic-list .about-statistic:nth-child(3n)::before{
        content: "";
        position: absolute;
        left: 0;
        top: 62%;
        transform: translateY(-65%);
        height: 85%;
        width: 1px;
        background-color: #555f62;
    }
    .teams .team:nth-child(4n+2), .teams .team:nth-child(4n+3), .teams .team:nth-child(4n+4){
        margin-left: 0px;
    }
    #team_2,#team_3,#team_5,#team_6,#team_8{
        margin-left: 33px;
    }
    #about-statistic_5::before{
        content: "";
        position: absolute;
        left: 0;
        top: 62%;
        transform: translateY(-65%);
        height: 85%;
        width: 1px;
        background-color: #555f62;
    }
}
@media (max-width: 930px) {
    .teams .team-list .team {
        flex: 0 0 calc(33% - 20px);
    }
    #about-statistic_4::before,#about-statistic_6::before{
        visibility: hidden;
    }
}
@media (max-width: 800px) {
    #about-statistic_4::before,#about-statistic_6::before{
        visibility: visible;
    }
    #team_2, #team_3, #team_5, #team_6, #team_8 {
        margin-left: 0px;
    }
    #team_2,#team_4,#team_6,#team_8{
        margin-left: 33px;
    }
    #logoAboutTitle{
        margin-top: 30px;
    }
    .teams .team-list .team {
        flex: 0 0 calc(50% - 18px);
    }
    .about-statistic-list .about-statistic{
        flex: 0 0 100%;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    #about-statistic_4::before{
        content: "";
        position: absolute;
        left: 0;
        top: 62%;
        transform: translateY(-65%);
        height: 85%;
        width: 1px;
        background-color: #555f62;
    }
    .about-statistic-list .about-statistic::before{
        content: "";
        position: absolute;
        left: 0;
        top: 62%;
        transform: translateY(-65%);
        height: 85%;
        width: 1px;
        background-color: #555f62;
    }
    .about-statistic-list .about-statistic::after{
        content: "";
        position: absolute;
        right: 0;
        top: 62%;
        transform: translateY(-65%);
        height: 85%;
        width: 1px;
        background-color: #555f62;
    }
    .clearingButtons a{
        width: 100% !important;
    }
    .clearingCube{
        width: 100% !important;
    }
    .services .service{
        flex: 0 0 calc(50% - 20px);
    }
    .clearingBlockMargin{
        margin-top: 0px !important;
    }
    .clearingBlockMargin2{
        margin-top: 30px !important;
    }
}
@media (max-width: 600px) {
    .teams .team-list .team .team-image{
        height: auto;
    }
    .teams .team-list .team {
        flex: 0 0 100%;
    }
    .teams .team{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .btn-list a{
        margin-left: 15px;
        margin-right: 15px;
    }
    .btn-list a:first-child{
        margin-left: 0px;
    }
    .btn-list a:last-child{
        margin-right: 0px;
    }
    .services{
        padding:10px;
    }
    .services .service{
        flex: 0 0 100%;
    }
    .aboutImage{
        max-width: 100%;
        margin-bottom: 0px;
    }
    .aboutasblock{
        margin-top: 30px;
    }
}
