.models-top-block-wrap{
    padding-top: 87px;
    margin-bottom: 144px;
    background: #141414;
    overflow: hidden;
}
.models-top-block-bottom .models-top-block-wrap{
    padding: 0;
}
.models-top-list-wrap{
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: start;
    width: 1728px;
    max-height: fit-content;
    padding: 0;
}
.models-top-block-bottom .models-top-list-wrap {
    padding: 0;
}
.models-top-list-item{
    display: flex;
    flex-direction: column;
}
.models-top-list-item .img{
    position: relative;
    background: url("../img/models-top-list-item-bg.jpg") no-repeat center;
    width: 268px;
    height: 268px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.models-top-list-item .img:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 40px;
    background: url("../img/models-top-list-item-img-before-bg-1.png") no-repeat center left;
    width: 190px;
    height: 51px;
}
.models-top-list-item-2 .img:before{
    background: url("../img/models-top-list-item-img-before-bg-2.png") no-repeat center left;
}
.models-top-list-item-3 .img:before{
    background: url("../img/models-top-list-item-img-before-bg-3.png") no-repeat center left;
}
.models-top-list-item-4 .img:before{
    background: url("../img/models-top-list-item-img-before-bg-4.png") no-repeat center left;
}
.models-top-list-item-5 .img:before{
    background: url("../img/models-top-list-item-img-before-bg-5.png") no-repeat center left;
}
.models-top-list-item-6 .img:before{
    background: url("../img/models-top-list-item-img-before-bg-6.png") no-repeat center left;
}
.models-top-list-item .title{
    margin-bottom: 15px;
    font-family: Mulish;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}
.models-top-list-item .more-info {
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #757575;
}
.models-top-list-item .more-info span {
    color: #fff;
}
.models-top-list-item .text-replace{
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #757575;
}
.modal-models-top{
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Unbounded;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    background: linear-gradient(94.62deg, #FF741F 2.04%, #EC5100 49.92%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-typing{
    display: inline-block;
}
#typed-strings-1,#typed-strings-2,#typed-strings-3,#typed-strings-4,#typed-strings-5,#typed-strings-6{
    display: none;
}

#modal-generate-model .modal-content {
    border-radius: 32px;
    background: #1F1F1F;
    padding: 60px 80px 25px;
    color: #fff;
    position: relative;
}
#modal-generate-model .modal-content .close {
    background: #262626;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: absolute;
    right: 40px;
    top: 40px;
}
#modal-generate-model .modal-content .title{
    font-family: Unbounded;
    font-weight: 500;
    font-size: 35px;
    line-height: 64px;
    text-transform: uppercase;
    margin: 0;
}
.model-name{
    display: inline-block;
}
#modal-generate-model .info-wrap {
    display: flex;
    justify-content: space-between;
}
#modal-generate-model .text {
    margin-bottom: 20px;
    font-family: Mulish;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-top: 30px;
}
#modal-generate-model .text span {
    display: block;
    position: relative;
    width: fit-content;
}
#modal-generate-model .text span:before {
    position: absolute;
    content: '';
    top: calc(50% - 4px);
    right: -18px;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: #0CC045;
}
#modal-generate-model .form-wrap {
    max-width: 328px;
}
#modal-generate-model .left-img-wrap{
    width: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#modal-generate-model .left-img-wrap img{
    width: 100%;
}
#modal-generate-model .consalt-form{
    flex-direction: column;
}
#modal-generate-model .wpcf7-form-control-wrap,#modal-generate-model  .consalt-form .form-input-wrap, #modal-generate-model  .consalt-form .wpcf7-form-control{
    width: 100%;
}
.slick-slide{
    margin-right: 24px !important;
}
.slick-disabled {
    opacity: 0.6;
}
.slick-prev {
    top: 0;
    left: 1154px;
}
.slick-next {
    top: 0;
    left: 1222px;
}
.more-btn{
    display: none !important;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    gap: 12px;
    width: 100%;
    height: 46px;
    border: 1px solid #EC5100;
    background: transparent;
    border-radius: 100px;
    font-family: Unbounded;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-top: -20px;
}
.more-btn:hover{
    color: #fff;
}
.see-more-active{
    margin-top: 20px;
}
.see-more-active svg {
    transform: rotate(189deg);
}
#modal-generate-model .consalt-form .form_b:hover {
    background: transparent;
    color: #FFF;
}
#modal-generate-model .form_b:after {
    background: url(../image/Rectangle_40430_w.svg) 50% no-repeat;
    background-size: contain;
}
#modal-generate-model .consalt-form input{
    height: 46px;
    border-color: #5C5C5C;
}
@media (max-width: 1730px){
    .models-top-block-wrap{
        padding: 0;
    }
    .models-top-list-wrap, .models-top-block-bottom .models-top-list-wrap {
        padding-top: 87px;
    }

}
@media (max-width: 1439px) {
    #modal-generate-model .wpcf7-form-control-wrap{
       max-width: 100%;
    }
    .models-top-block-wrap{
        padding-top: 40px;
        margin-bottom: 72px;
    }
    .models-top-block-bottom .models-top-block-wrap {
        padding-top: 0;
        margin-bottom: 48px;
    }
    .models-top-list-wrap {
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 25px 20px;
        padding: 0;
    }
    .models-top-block-bottom .models-top-list-wrap {
        padding-top: 0;
    }
    .models-top-list-item .img{
        width: 220px;
        height: 216px;
        margin-bottom: 15px;
    }
    .models-top-list-item .title{
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .models-top-list-item .more-info{
        margin-bottom: 5px;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }
    .models-top-list-item .text-replace{
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }
    .models-top-list-item .img-model{
        width: 100%;
    }
    .models-top-list-item .img:before{
        height: 44px;
        bottom: 30px;
    }
    .modal-models-top{
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }
    .modal-models-top svg{
        width: 10px;
        height: 10px;
    }
    .models-top-list-item .more-info{
        margin-bottom: 0;
    }
    #modal-generate-model .modal-content {
        padding: 40px;
        width: 611px;
    }
    #modal-generate-model .modal-content .title{
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
    }
    #modal-generate-model .modal-content .close{
        top: 20px;
        right: 20px;
    }
    #modal-generate-model .form-wrap{
        max-width: 271px;
    }
    #modal-generate-model .text{
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        margin: 30px 0 20px;
    }
    #modal-generate-model .left-img-wrap {
        width: 240px;
        height: 240px;
    }
    #modal-generate-model .consalt-form .form_b{
        margin-top: 10px !important;
    }
    #modal-generate-model .form_b:after{
        width: 12px;
        height: 12px;
    }
    #modal-generate-model .modal-dialog {
        max-width: 611px;
    }
}
@media (max-width: 760px) {
    .models-top-block-wrap{
        padding-top: 20px;
    }
    .models-top-list-wrap {
        gap: 20px 10px;
    }
    .models-top-list-item .img {
        width: 100%;
        height: 165px;
        margin-bottom: 10px;
    }
    .models-top-list-item .img-model{
        width: 100%;
    }
    .models-top-list-item .more-info{
        font-weight: 400;
        font-size: 11px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .st-wrap{
        width: calc(50% - 5px);
        overflow: hidden;
    }
    .models-top-list-item .text-replace {
        font-family: Mulish;
        font-weight: 400;
        font-size: 11px;
        line-height: 16px;
        margin-bottom: 15px;
    }
    .modal-models-top{
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
    }
    .text-typing{
        /*display: block;*/
    }
    .models-top-list-item .img:before {
        height: 33px;
        bottom: 20px;
    }
    .models-top-list-item .img:before {
        background-size: 60%;
    }
    .models-top-list-item-1 .img-model,.models-top-list-item-3   .img-model{
        width: 100%;
    }
    .models-top-list-item-5, .models-top-list-item-6{
        display: none;
        opacity: 0;
        transition: 0.3s;
    }
    .models-top-list-item-active{
        display: block;
        opacity: 1;
    }
    .more-btn{
        display: flex !important;
    }
    #modal-generate-model .modal-content {
        padding: 40px 10px;
        width: 100%;
        border-radius: 24px;
    }
    #modal-generate-model .modal-content .title{
        font-weight: 400;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: -20px;
    }
    #modal-generate-model .info-wrap{
        flex-direction: column;
    }
    #modal-generate-model .left-img-wrap{
        width: 300px;
        height: 240px;
        margin: 0;
        order: 1;
    }
    #modal-generate-model .modal-content .close{
        display: none;
    }
    #modal-generate-model .text{
        font-family: Mulish;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 20px;
    }
    #modal-generate-model .text span:before{
        width: 6px;
        height: 6px;
        top: calc(50% - 3px);
    }
    #modal-generate-model .form-wrap{
        max-width: 100%;
        order: 2;
        margin-top: -20px;
    }
    .see-more-active {
        margin: 0;
    }
}