.ltoAnounce {
    max-width: unset;
    display: flex;
    flex-direction: column;
}

.ltoBenefits {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    /*align-items: center;*/
    /*height: 100%;*/
    margin: 0;
    padding-right: 60px;
}

.ltoDescription {
    padding: 40px 60px 0 0;
}

.ltoProducts__description {
    margin-bottom: 50px;
    max-width: 1000px;
}

.ltoAnounce h1,
.ltoAnounce .h1 {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 77px;
    color: #FFFFFF;
}

.ltoAnounce .ltoAnounce__txt {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF
}

.ltoAnounce .ltoBenefits__txt {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
}

.ltoFormCalcBack > div:not(.ltoFormCalcBack__title) {
    min-height: 370px;
}

.ltoFormCalcBack .ltoFormCalcBack__title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.ltoFormCalcBack .form__input,
.ltoFormCalcBack .form__textarea {
    padding: 22px 32px;
    border-radius: 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #787676;
}

.ltoFormCalcBack__field.ltoFormCalcBack__field_file {
    margin: 20px 0;
}

.ltoHeader,
.ltoSubHeader {
    font-family: 'Exo 2';
    text-align: center;
    margin: 50px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.ltoSubHeader__withP {
    margin: 50px 0 20px;
}

.ltoTextBox {
    background: #fff;
    padding: 40px;
}

.ltoTextBox.ltoTextBox__p80 {
    padding: 40px 80px;
}

.accordion-flush .accordion-item {
    margin-bottom: 20px;
}

.accordion-flush .accordion-item .accordion-button {
    margin: 0;
}

.ltoTextBox .ltoText {
    font-family: 'Roboto';
    font-style: normal;
    font-size: 20px;
    line-height: 1.6;
    color: #000000;
}

.ltoAboutTech {
    margin-bottom: 96px;
}

.product-container > .row > .textSizeBig {
    padding: 0 50px;
}

.product-item-info-container.textSizeBig {
    min-height: 240px;
    padding: 20px 40px;
}

.product-item-info-container.textSizeSmall {
    min-height: 280px;
    padding: 10px 20px;
}

.product-item-info-container {
    margin-bottom: 30px;
    background: #fff;
}

.textSizeBig .product-item-header {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    color: #000000;
}

.textSizeSmall .product-item-header {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
    color: #000000;
    text-align: center;
}

.benefitsItem {
    padding: 0 20px;
}

.benefitsItem img {
    min-height: 114px;
}

.oneItem .product-item-header {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    color: #232A32;
    text-align: start;
}

.oneItem .product-item-info-container {
    padding: 20px 15px;
}

.oneItem .product-button {
    width: 100%;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.ltoAdvantagesBlock .ltoAdvantages__ico img {
    height: 80px;
    width: 80px;
    object-fit: contain;
}

.product-button {
    height: 61px;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border: 2px solid #f74b4b;
    background-color: #f74b4b;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    border-radius: 10px;
}

.product-button:hover {
    background: #fff;
}

.productButton {
    text-align: center;
    margin-top: 15px;
}

.property {
    list-style: none;
}

.property .property__name {
    text-align: right;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #787676;
}

.property .property__value {
    text-align: left;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
}

.accordionBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.accordionBottom__download {
    display: flex;
    justify-content: end;
    align-items: end;
}

.accordionBottom__download a:first-child {
    margin-right: 10px;
}

.applyingBlock__col:nth-child(2n) {
    display: flex;
    align-items: center;
}

.applyingBlock {
    display: flex;
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
    height: 90%;
}

.ltoWorks {
    margin-bottom: 120px;
}

.ltoMaterials {
    margin-bottom: 70px;
}

.ltoSctMidE.ltoVideoBlock {
    padding: 0;
    margin-bottom: 70px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -25px;
}

.text-transform-none {
    text-transform: none !important;
}

.ltoSctTop__banner_3dprintfdm h1,
.ltoSctTop__banner_3dprintfdm .h1,
.ltoSctTop__banner_3dprintsls h1,
.ltoSctTop__banner_3dprintsls .h1 {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
}

@media (max-width: 1399px) {
    .ltoAnounce h1,
    .ltoAnounce .h1 {
        font-size: 42px;
        line-height: 50px;
    }

    .ltoAnounce .ltoAnounce__txt {
        font-family: 'Exo 2', sans-serif;
        font-size: 18px;
        line-height: 27px;
    }

    .ltoAnounce .ltoBenefits__txt {
        font-size: 14px;
    }

    .product-item-info-container.textSizeBig {
        min-height: 306px;
    }

    .product-item-info-container.textSizeSmall {
        min-height: 270px;
    }

    .slick-next {
        right: -38px;
    }

    .slick-prev {
        left: -38px;
    }

    .textSizeBig .product-item-header {
        font-size: 33px;
    }

    .textSizeSmall .product-item-header {
        font-size: 29px;
    }

    .formWide__container > * {
        margin: 0 auto 20px;
    }

    .applyingBlock .applyingBlockHeader {
        font-size: 24px;
    }
}

@media (max-width: 1199px) {
    .ltoAnounce h1,
    .ltoAnounce .h1 {
        font-size: 42px;
        line-height: 50px;
    }

    .product-item-info-container.textSizeBig {
        min-height: 356px;
    }

    .product-item-info-container.textSizeSmall {
        min-height: 220px;
    }

    .textSizeSmall {
        margin-bottom: 30px;
    }

    .benefitsItem {
        padding: 0;
    }

    .slick-next {
        right: -30px;
    }

    .slick-prev {
        left: -30px;
    }

    .swiper-pagination {
        margin-bottom: 5px !important;
    }

    .textSizeBig .product-item-header {
        font-size: 30px;
    }

    .textSizeSmall .product-item-header {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .ltoBenefits {
        padding: 0;
    }

    .ltoDescription {
        padding: 30px 0 0 0;
    }

    .ltoBenefitsBlock .ltoSubHeader,
    .ltoOurClients .ltoSubHeader,
    .ltoProducts .ltoSubHeader,
    .formWide .ltoSubHeader {
        margin-bottom: 40px;
    }

    .ltoAboutTech {
        padding-bottom: 40px;
    }

    .product-image {
        height: unset;
        margin: 10px 0;
    }

    .ltoSctMidE.ltoVideoBlock {
        margin-bottom: 30px;
    }

    .ltoHeader {
        font-size: 32px !important;
    }

    .processBlock .processBlock__item {
        width: 30%;
    }

    .textSizeSmall {
        margin-bottom: 30px;
    }

    .product-item-info-container.textSizeBig {
        min-height: unset;
    }

    .product-item-info-container.textSizeSmall {
        min-height: unset;
    }

    .product-button {
        margin: 30px auto;
    }

    .ltoAboutTech {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .product-container .text-center {
        margin-bottom: 30px;
    }

    .product-item-info-container {
        height: unset;
        margin-bottom: 20px;
    }

    .ltoHeader {
        font-size: 26px !important;
    }

    .ltoTeam-wrapper .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: -10px;
    }

    .ltoTeam-wrapper .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: -10px;
    }

    .ltoMaterials .accordion-item .accordion-button {
        font-size: 20px;
    }

    .ltoMaterials .accordion-body .detailText {
        font-size: 20px;
    }

    .ltoMaterials {
        margin-bottom: 40px;
    }

    .ltoHeader, .big_form h3 {
        line-height: 1 !important;
    }

    .product-button {
        width: 240px;
    }
}

@media (max-width: 575px) {
    .accordionBottom {
        justify-content: center;
    }

    .ltoAnounce h1,
    .ltoAnounce .h1 {
        font-size: 42px;
        line-height: 50px;
    }

    .ltoTextBox .ltoText {
        font-size: 14px;
    }

    .ltoTextBox {
        padding: 15px 0;
    }

    .product-container > .row > .textSizeBig {
        padding: 0;
    }

    .property .property__name,
    .property .property__value {
        text-align: left;
        padding-left: 10px;
    }

    .product-container {
        margin-bottom: 20px;
    }

    .ltoMaterials {
        margin-bottom: 20px;
    }

    .ltoAdvantagesBlock {
        margin-bottom: 20px;
    }

    .ltoSctMidE.ltoVideoBlock {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .ltoHeader, .big_form h3 {
        font-size: 24px !important;
    }

    .ltoBenefitsBlock .ltoSubHeader, .ltoOurClients .ltoSubHeader, .ltoProducts .ltoSubHeader, .formWide .ltoSubHeader {
        margin-bottom: 20px;
    }

    .ltoSubHeader {
        font-size: 24px;
    }

    .ltoHeader, .big_form h3 {
        line-height: 1 !important;
    }

    .processBlock .processBlock__item {
        width: 100%;
    }

    .applyingBlock__col {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }

    .applyingBlock__col:nth-child(2n) {
        display: none;
    }

    .ltoAdvantagesBlock .ltoAdvantages__cnt {
        flex-wrap: wrap;
        justify-content: center;
    }

    .product-item-info-container.textSizeBig {
        padding: 15px 0;
    }
}

@media (max-width: 479px) {
    .ltoAnounce h1,
    .ltoAnounce .h1 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 360px) {
    .ltoAnounce h1,
    .ltoAnounce .h1 {
        font-size: 26px;
        line-height: 30px;
    }
}