.currency-block-wrapper {
    display: flex;
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    padding-left: 7px;
    margin-bottom: 1px;
    gap: 20px;
}

.currency-block {
    display: flex;
    white-space: nowrap;
    animation: slide 20s linear infinite;
    gap: 20px;
}

@media screen and (max-width: 1200px) {
    @keyframes slide {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-102.7%);
        }
    }
}

.currency-info {
    display: flex;
    align-items: center;
    gap: 13px;

}

.currency-rate {
    font-size: 16px;
}

.currency-name {
    color: #14509c;
    font-size: 20px;
    font-weight: 900;

}

.currency-name_dop {
    display: inline-block;
    margin-bottom: 4px;
    color: grey;
    opacity: 0.6;
    font-size: 16px;
    font-weight: normal;
}

.positive {
    color: #9B2220;
    font-size: 16px;
    font-weight: 900
}

.negative {
    color: #38c470;
    font-size: 16px;
    font-weight: 900
}

.difference {
    position: relative;

}

.arrow {
    position: absolute;
    top: 0;
    left: -15px;
}

.positive .arrow {
    color: #9B2220;
}

.negative .arrow {

    color: #38c470;
}





/* TEAM WRAPPER */

.team-section {
    max-width: 1120px;
    margin: 0 auto;
}

.team-title {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    font-size: 64px;
    color: #335B4C;
}

.team-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    margin-top: 100px;

}

.team-member {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-bottom: 20px;
    gap: 10px;

}

.team-icon {
    position: relative;
    /* Устанавливает блок в качестве отсчета для позиционирования изображения */
    width: 100%;
    /* Укажите нужную ширину */
    height: 300px;
    /* Укажите нужную высоту */
    overflow: hidden;
    /* Скрывает части изображения, которые выходят за границы блока */
    border: 1px solid #ffffff;
    border-radius: 10px;
}

.team-icon .team-iconPH {
    position: absolute;
    /* Позиционирует изображение относительно родительского блока */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Сохраняет пропорции изображения, заполняя блок и обрезая лишнее */

}


.member-name {
    font-size: 20px;
    font-weight: 900;
    color: #335B4C;
    padding-left: 10px;
}

.member-job {
    font-size: 16px;
    font-weight: 900;
    color: #64b99a;
    padding-left: 10px;
}

@media screen and (max-width: 1280px) {
    .currency-block {
        /* gap: 38px; */
    }
}

@media screen and (max-width: 992px) {

    .team-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;

    }


}

@media screen and (max-width: 768px) {
    .team-wrapper {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }


}

@media screen and (max-width: 400px) {
    .team-wrapper {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }
}



/* Отзывы */


*:after,
*:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
}



.rev-title,
.video-title {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    font-size: 32px;
    color: #335B4C;
    text-align: center;
}

.reviews {
    height: 622px;
}

.testim {

    width: 100%;
    margin-top: 280px;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
}

.testim .wrap {
    border-radius: 20px;
    background-color: rgb(238, 238, 238);
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    color: #5ea88d;

    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #335B4C;
}


.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #335B4C;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #335B4C;
    border-color: #335B4C;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont>div.inactive {
    opacity: 1;
}


.testim .cont>div.active {
    position: relative;
    opacity: 1;
}


.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #335B4C;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: black;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #335B4C;
        box-shadow: 0px 0px 10px 5px #335B4C;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #335B4C;
        box-shadow: 0px 0px 0px 0px #335B4C;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #335B4C;
        box-shadow: 0px 0px 10px 5px #335B4C;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #335B4C;
        box-shadow: 0px 0px 0px 0px #335B4C;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #335B4C;
        box-shadow: 0px 0px 10px 5px #335B4C;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #335B4C;
        box-shadow: 0px 0px 0px 0px #335B4C;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #335B4C;
        box-shadow: 0px 0px 10px 5px #335B4C;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #335B4C;
        box-shadow: 0px 0px 0px 0px #335B4C
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #335B4C;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #335B4C;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }

}



/* VIDEO */


.hidden-block {
    display: none;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
}



.expandButton {
    padding: 8px 20px;
    background: white;
    color: #335B4C;
    border-radius: 8px;
    display: flex;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.02em;
    border: 1px solid #335B4C;
    cursor: pointer;
    margin: 0 auto;
}


.expandButton:hover {
    background: #335B4C;
    color: white;
}

.wrap_video_item {
    /* display: none; */
    flex: 0 0 50%;
    padding-right: 15px;
    padding-left: 15px;
    height: auto;
    margin-top: 45px;
    margin-bottom: 45px;
}

.wrap_video_item:nth-child(-n+2) {
    display: block;
}

.btn-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
    gap: 20px;
}


.btn-show {
    padding: 8px 20px;
    background: #335B4C;
    color: white;
    border-radius: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.02em;
    border: 1px solid #335B4C;
    cursor: pointer;
}

.btn-show:hover {
    background: white;
    color: #335B4C;
}

.btn-show:focus {
    background: white;
    color: #335B4C;
}


video {
    width: 100%;
    height: auto;
}



.wrap_video_item h3 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    height: 75px;
    font-family: inherit;
}


@media screen and (max-width: 992px) {
    .wrap_video_item {
        flex: 0 0 100%;
    }


}



/* counter */

/* counter */

.features__list {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-around;

    border-radius: 8px;
    padding: 11px 0;
    margin-top: 50px;
    margin-bottom: 50px;
}

.features__item-value {
    font-weight: 500;
    font-size: 32px;
}

.features__item-text {
    color: #4d5a65;
    font-size: 15px;
    line-height: 1.2;
    margin-top: 16px;
}



.features__item:last-child {

    padding-right: 20px;
}

.features__item {
    padding: 21px;
    flex: 1;
    background-color: f3f3f3;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.features__item_green .features__item-value {
    color: #379D60;
    white-space: nowrap;
}

.features__item_yellow .features__item-value {
    color: #ff914d;
}

.features__item_blue .features__item-value {
    color: #4875AF;
}

.features__item_red {
    color: #D15A7E;
}

@media screen and (max-width: 1199px) {
    .features__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        flex-wrap: wrap;
        align-items: stretch;
        padding: 0;
        border-right: none;
        border-bottom: none;
    }
}

@media screen and (max-width: 1199px) {
    .features__item {
        width: 100%;
        min-width: initial;
        border-bottom: 1px solid #e9eff5;
        border-right: 1px solid #e9eff5;
    }

}

@media screen and (max-width: 767px) {
    .features__item:not(:last-child) {
        padding-right: 14px;
    }

}

@media screen and (max-width: 767px) {
    .features__item-value {
        order: 2;
        font-size: 16px;
        margin-top: auto;
    }

}

@media screen and (max-width: 767px) {
    .features__item-text {
        font-weight: 500;
        font-size: 13px;
        color: #112e49;
        margin-top: 0;
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 767px) {
    .features__item_yellow {
        order: 3;
    }
}

@media screen and (max-width: 767px) {
    .features__item {
        display: flex;
        flex-direction: column;
        padding: 16px 14px;
    }
}

@media screen and (max-width: 767px) {
    .features__item_red {
        order: 2;
    }
}

.any_project_btn {
    padding: 10px 20px;
    background: #335B4C;
    color: white;
    border-radius: 8px;
    display: flex;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.02em;
    border: 1px solid #335B4C;
    cursor: pointer;
    margin: 0 auto;
    margin-bottom: 16px;
}

.any_project_btn:hover {
    background: rgb(240, 255, 234);
    color: #335B4C;
}


.sate {
    padding: 3px 8px;
    font-size: 13px;
    line-height: 1.4;
    color: #fff;
    border-radius: 8px;
    background: #379D60;
    width: fit-content;
    margin-left: 23px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.security {
    padding: 3px 8px;
    font-size: 13px;
    line-height: 1.4;
    color: #fff;
    border-radius: 8px;
    background: #ff914d;
    width: fit-content;
    margin-left: 23px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.state_box {
    display: flex;
}

.any_project_buy-tag span {
    display: flex;
    font-size: 13px;
    line-height: 1.4;
    color: #38c470;
    padding: 4px 12px 5px;
    border: 1px solid #e9eff5;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    margin-bottom: 10px;
    margin-right: 20px;
}

.any_project_buy-tag {
    display: flex;
    flex-wrap: wrap;
}

.video_item img {
    width: 100%;
}

.video_item img:hover {
    cursor: pointer;
}

.footer_ur_info p {
    font-size: 12px;
}


.commissions .tabs {
    margin-bottom: 20px;
}

.commissions .tab-button {
    padding: 10px 20px;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    cursor: pointer;
    margin-right: 5px;
    font-size: 16px;
}

.commissions .tab-button.active {
    background-color: var(--green);
}

.commissions .tab-content .tab-pane {
    display: none;
}

.commissions .tab-content .tab-pane.active {
    display: block;
}

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

.emitent .xzag h1 {
    margin-bottom: 0;
}

.emitent .xzag a.sign_btn {
    font-size: 16px;
    padding: 5px 10px;
    margin-left: 0;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .emitent .xzag {
        flex-direction: column;
        align-items: baseline;
        justify-content: flex-start;
    }

    .emitent .xzag a.sign_btn {
        margin-top: 15px;
    }


}
.title-partner{
    font-size: 1.17em;
}