.lto {
    background-color: #fff;
}

.lto_page {
    background-color: #f7f7f7;
}

.lto h2,
.lto .h2 {
    margin: 0 0 55px 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
}


.slick-arrow {
    width: 60px;
    height: 60px;
    padding: 0;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    line-height: 0;
}

.slick-arrow::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-style: solid;
    border-color: #5872b0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.ltoClients .slick-arrow {
    top: 41%;
}

.slick-prev {
    left: -50px;
}

.slick-prev::before {
    border-width: 0 0 10px 10px;
    margin-left: 5px;
}

.slick-next {
    right: -50px;
}

.slick-next::before {
    border-width: 10px 10px 0 0;
    margin-left: -5px;
}

.slick-slider_visible-items .slick-slide {
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.slick-slider_visible-items .slick-list {
    overflow: visible;
}

.slick-slider_visible-items .slick-slide.slick-active {
    opacity: 1;
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 30px 0 -10px 0;
    list-style: none;
}

.slick-dots li {
    margin: 10px;
    line-height: 0;
}

.slick-dots button {
    width: 10px;
    height: 10px;
    background-color: #ededed;
    padding: 0;
    border: none;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.slick-dots .slick-active button {
    background-color: #2e4f9c;
}


.ltoSctTop__banner {
    background-image: url(/local/templates/shablon/lto_images/bannerBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px 0 0 0;
}

.ltoSctTop__banner_3dprint {
    background-image: url(/local/templates/shablon/lto_images/3dpechat_2.jpg);
}

.ltoSctTop__banner_3dscanner {
    background-image: url(/local/templates/shablon/lto_images/3dscan_2.jpg);
}

.ltoSctTop__banner_3dmodel {
    background-image: url(/local/templates/shablon/images/landings/modelirovanie/3dmodel_2.jpg);
}

.ltoSctTop__banner_3dprintfdm {
    background-image: url(/local/templates/shablon/images/landings/fdm/3dprintfdm2.png);
}

.ltoSctTop__banner_3dprintsls {
    background-image: url(/local/templates/shablon/images/landings/sls/3dprintsls2.jpg);
}

.ltoSctTop__bannerCnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ltoAnounce {
    color: #fff;
}

.ltoAnounce h1,
.ltoAnounce .h1 {
    margin-bottom: 24px;
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 77px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.ltoAnounce__txt {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF
}

.ltoAnounce__txt p:last-child {
    margin-bottom: 0;
}

.ltoBenefits {
    margin-top: 60px;
    text-align: center;
    max-width: 650px;
}

.ltoBenefits__ico {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}

.ltoBenefits__txt {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
}

.ltoFormCalcBack {
    width: 100%;
    max-width: 470px;
    background-color: rgba(255, 255, 255, 0.35);
    padding: 50px;
    margin-top: -50px;
    color: #fff;
}

.ltoFormCalcBack__title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 50px;
    text-align: center;
}

.ltoFormCalcBack__field + .ltoFormCalcBack__field {
    margin-top: 25px;
}

.ltoFormCalcBack__fieldGroup + .ltoFormCalcBack__field {
    margin-top: 25px;
}

.ltoFormCalcBack__field.ltoFormCalcBack__field_file {
    margin: 10px 0 15px 0;
}


.form__textarea {
    min-height: 60px;
}

.input__file + .label-file {
    line-height: 27px;
}

.forms__button.forms__button_fullwidth {
    width: 100%;
    max-width: none;
}

.input__file-button.input__file-button_white {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
}

.input__file-button.input__file-button_white:hover {
    color: #2c4e9e;
}

.input__file-button.input__file-button_white:before {
    background-image: url("/local/templates/shablon/lto_icons/clip.png");
    background-size: contain;
    vertical-align: middle;
    position: static;
    top: auto;
}

.input__file-button.input__file-button_white:hover:before {
    background-image: url(/images/paperclip.svg);
    background-size: auto auto;
}


.ltoSctTop__btmBlck {
    background-color: #f7f7f7;
    padding: 70px 0;
}

.ltoSctTop__benefitsBlock_whiteBG {
    background-color: #fff;
    padding: 70px 0 0;
    margin-bottom: 70px;
}

.ltoPeculs {
    text-align: center;
}

.ltoPecul__ico {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin-bottom: 25px;
}


.ltoPecul__txt {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
}


.ltoSctMidA {
    padding: 80px 0 35px 0;
    overflow: hidden;
}

.ltoClients {
    margin: 0 -15px -30px -15px;
}

.ltoClients__slide {
    padding: 0 15px;
}

.ltoClients__item {
    padding-bottom: 57.5%;
    border: 1px solid #ededed;
    position: relative;
    margin-bottom: 30px;
}

.ltoClients__item img {
    width: auto;
    height: auto;
    max-width: 75%;
    max-height: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.ltoSctMidB {
    padding: 35px 0;
}

.ltoProjects {
    margin: 0 -15px 60px -15px;
}

.ltoProjects .slick-dots {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
}

.ltoProjects__item {
    padding: 0 15px;
}

.ltoProjects__cnt {
    height: 505px;
    position: relative;
}

.ltoProjects__cnt > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ltoProjects__overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 160px;
    background-color: rgba(44, 78, 158, 0.5);
    padding: 20px 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow-y: hidden;
}

.ltoProjects__overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(44, 78, 158, 0) 0%, rgba(44, 78, 158, 0) 50%, rgba(44, 78, 158, 0.5) 80%, rgba(44, 78, 158, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(44, 78, 158, 0) 0%, rgba(44, 78, 158, 0) 50%, rgba(44, 78, 158, 0.5) 80%, rgba(44, 78, 158, 1) 100%);
    background: linear-gradient(to bottom, rgba(44, 78, 158, 0) 0%, rgba(44, 78, 158, 0) 50%, rgba(44, 78, 158, 0.5) 80%, rgba(44, 78, 158, 1) 100%)
}

/*.ltoProjects__txtbox::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: -moz-linear-gradient(top, rgba(44, 78, 158, 0) 0%, rgba(44, 78, 158, 0) 80%, rgba(44, 78, 158, 0.5) 90%, rgba(44, 78, 158, 1) 100%);*/
/*    background: -webkit-linear-gradient(top, rgba(44, 78, 158, 0) 0%, rgba(44, 78, 158, 0) 80%, rgba(44, 78, 158, 0.5) 90%, rgba(44, 78, 158, 1) 100%);*/
/*    background: linear-gradient(to bottom, rgba(44, 78, 158, 0) 0%, rgba(44, 78, 158, 0) 80%, rgba(44, 78, 158, 0.5) 90%, rgba(44, 78, 158, 1) 100%)*/
/*}*/


.ltoProjects__overlay:hover::after {
    content: "";
    background: unset;
}

.ltoProjects__cnt:hover .ltoProjects__overlay {
    height: 100%;
    padding: 40px;
}

.ltoProjects__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ltoProjects__cnt:hover .ltoProjects__title {
    margin-bottom: 5px;
}

.ltoProjects__txt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 16px;
    line-height: 21px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ltoProjects__cnt:hover .ltoProjects__txt {
    padding-bottom: 10px;
    border-bottom: 1px solid #a0b1d5;
    margin-bottom: 5px;
}

.ltoProjects__collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}

.ltoProjects__cnt:hover .ltoProjects__collapse {
    opacity: 1;
}

.ltoProjects__txtbox {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.ltoProjects__subTitle {
    margin: 15px 0 5px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #9cbaff;
}

.ltoProjects__value {
    font-size: 16px;
    line-height: 21px;
}

.ltoProjects__gallery {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-top: 5px;
    border-top: 1px solid #a0b1d5;
    z-index: 1;
}

.ltoProjects__lnk {
    text-decoration: underline;
    color: #fff;
}

.ltoProjects__lnk:hover {
    color: rgb(244, 71, 79);
}

.ltoProjects__lnk img {
    display: none !important;
}

.ltoProjects__hid {
    display: none;
}


.ltoSctMidC {
    padding: 25px 0 0 0;
}

.chess .row {
    margin: 0;
}

.chess .row > div {
    padding: 0;
}

.chess__cell {
    height: 100%;
    min-height: 410px;
    position: relative;
    overflow: hidden;
}

.chess .row:nth-child(odd) > div:nth-child(even) .chess__cell,
.chess .row:nth-child(even) > div:nth-child(odd) .chess__cell {
    padding: 90px;
    background-color: #f7f7f7;
}

.chess .row:nth-child(even) > div:nth-child(odd) .chess__cell {
    padding-left: 40%;
}

.chess img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    -webkit-transition: 0.75s;
    -o-transition: 0.75s;
    transition: 0.75s;
}

.chess .row:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.chess__title {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
    line-height: 27px;
}

.chess__txt ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.chess__txt li {
    padding-left: 25px;
    position: relative;
}

.chess__txt li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 10px;
    left: 0;
}

.ltoSctMidC__btmBlck {
    background-color: #e0f3fa;
    padding: 85px 0;
}

.ltoSctMidC__btmBlck .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ltoSctMidC__btmBlck .h2 {
    margin-bottom: 0;
    text-align: left;
    line-height: 28px;
}


.ltoSctMidD {
    padding: 70px 0 70px 0;
}

.ltoAdvantages {
    text-align: center;
}

.ltoAdvantages .row {
    margin-bottom: -30px;
}

.ltoAdvantages .row > div {
    margin-bottom: 30px;
}

.ltoAdvantages__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    min-height: 340px;
    padding: 30px;
    border: 1px solid #ededed;
}

.ltoAdvantages__ico {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 120px;
    margin-bottom: 25px;
}


.ltoSctMidE {
    background-color: #f7f7f7;
    padding: 80px 0;
}

.ltoVideo .slick-arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
    height: auto;
    top: auto;
    bottom: 15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-decoration: underline;
    font-size: 14px;
    line-height: 16px;
    color: #f4474f;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.ltoVideo .slick-arrow:hover {
    color: #2c4e9e;
}

.ltoVideo .slick-prev::before,
.ltoVideo .slick-next::after {
    border: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.ltoVideo .slick-next::after {
    content: "";
}

.ltoVideo .slick-next::before {
    display: none;
}

.ltoVideo .slick-prev {
    left: 0;
}

.ltoVideo .slick-next {
    right: auto;
    left: 220px;
}

.ltoVideo .slick-prev::before {
    background-image: url(/local/templates/shablon/lto_icons/arrowPrev.png);
    margin: 0 5px 0 0;
}

.ltoVideo .slick-next::after {
    background-image: url(/local/templates/shablon/lto_icons/arrowNext.png);
    margin: 0 0 0 5px;
}


.ltoSctMidF {
    background-color: #f7f7f7;
    padding: 80px 0 80px 0;
}

.ltoTeam__item {
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    color: #fff;
    margin-bottom: 20px;
}

.ltoTeam__item img {
    display: block;
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.ltoTeam__item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.ltoTeam__txtbox {
    width: 100%;
    padding: 24px 22px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(44, 78, 158, 0.21) 35%, rgba(44, 78, 158, 0.33) 100%)
}

.ltoTeam__name {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 24px;
}

.ltoTeam__post {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
}


.ltoSctBtm {
    background-color: #e0f3fa;
    padding: 55px 0;
}


.lto .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 70px;
}

.lto .fancybox-show-thumbs .fancybox-thumbs {
    width: 100%;
    background: transparent;
    top: auto;
    bottom: 0;
    padding: 0 0 34px 0;
}

.lto .fancybox-thumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lto .fancybox-thumbs__list a {
    float: none;
    margin: 10px;
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
}

.lto .fancybox-thumbs__list a:before {
    border: 1px solid #fff;
}

.lto .fancybox-thumbs__list a.fancybox-thumbs-active {
    -webkit-filter: sepia(0);
    filter: sepia(0);
}

.ltoBenefitsBlock {
    margin-bottom: 100px;
}


/*.product-item-info-container {*/
/*    margin-bottom: 60px;*/
/*    background: #fff;*/
/*}*/

/*.product-item-info-container.textSizeBig {*/
/*    min-height: 425px;*/
/*    padding: 20px;*/
/*    position: relative;*/
/*}*/

.product-item-info-container.textSizeSmall {
    min-height: 505px;
    padding: 10px 20px;
    position: relative;
}

.product-container {
    margin-bottom: 100px;
}

.product-item-properties {
    display: block;
    overflow: hidden;
    margin: 30px 0 0;
    color: #a5a5a5;
    font-size: 12px;
}

.product-item-properties dt {
    float: left;
    clear: both;
    font-weight: normal;
}

.product-item-properties dd {
    float: right;
    margin-bottom: 3px;
    margin-left: 5px;
    color: #000;
}

.product-info {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #787676;
    text-align: left;
    padding: 10px;
}

.product__imageBlock {
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
    padding: 30px;
    height: 326px;
}

.product-image {
    /*object-fit: contain;*/
    height: 100%;
    max-width: 100%;
}

.product-header {
    text-align: center;
    margin: 15px 0;
}

.ltoBenefitsBlock .row {
    background: #fff;
    padding-top: 35px;
    padding-bottom: 25px;
}

.ltoBenefitsBlock img {
    margin-bottom: 10px;
}

.ltoOurClients .ltoClients__item {
    background-color: #fff;
}

.formWide__wrapper {
    width: 100%;
    background: #2C4E9E;
}

.formWide__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0 50px;
}

.form__inputBlock {
    width: 300px;
    background: #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;
}

.formWide__container button {
    width: 300px;
}

.ltoAdvantagesBlock .ltoAdvantages {
    text-align: left;
}

.ltoAdvantagesBlock {
    margin-bottom: 100px;
}

.ltoAdvantagesBlock .ltoAdvantages__item {
    min-height: unset;
    justify-content: start;
    background: #fff;
}

.ltoAdvantagesBlock .ltoAdvantages__cnt {
    display: flex;
    align-items: center;
}

.ltoAdvantagesBlock .ltoAdvantages__ico {
    margin: 0 20px 0 0;
}

/*.big_form .forms {*/
/*    padding-top: 0;*/
/*}*/
.benefitsBlock {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    justify-content: space-between;
    align-items: start;
}

.benefitsBlock.mb {
    margin-bottom: 60px;
}

.benefitsBlock .benefitsBlock__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    text-align: center;
    padding: 15px;
}

.benefitsBlock .benefitsBlock__item img {
    margin-bottom: 20px;
    height: 117px;
}

.benefitsBlock .benefitsBlock__item p {
    font-family: 'Roboto';
    font-style: normal;
    color: #000000;
    font-weight: bold;
    font-size: 17px;
    line-height: 27px;
}

.processBlock {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    justify-content: space-between;
    align-items: start;
    background: #fff;
    margin-bottom: 60px;
}

.processBlock .processBlock__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    text-align: center;
    padding: 15px;
}

.processBlock .processBlock__item img {
    margin-bottom: 20px;
    height: 117px;
}

.processBlock .processBlock__item p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
}

.ltoProcess {
    margin-bottom: 120px;
}

.applyingBlock .applyingBlockHeader {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 1;
    color: #000000;
    margin: 10px 0 0 10px;
    align-self: baseline;
}

.applyingBlock .applyingBlockText {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
    margin: 10px 0 0 10px;
}

.ltoApplying {
    margin-bottom: 100px;
}

.ltoOurTeam {
    margin-bottom: 50px;
}

@media (max-height: 575px) {
    .ltoTeam__item {
        width: 80%;
        margin: auto;
        text-align: center;
    }

    .lto .fancybox-show-thumbs .fancybox-thumbs {
        padding-bottom: 6px;
    }
}

@media (min-width: 480px) and (max-width: 991px) {
    .col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 1920px) {
    .lto__header {
        background-size: contain;
        background-position: center 46px;
    }
}

@media (max-width: 1919px) {
    .lto__header {
        background-size: cover;
        background-position: center 46px;
    }
}

@media (max-width: 1399px) {
    .ltoProjects__overlay {
        height: 175px;
    }

    .ltoProjects__cnt:hover .ltoProjects__overlay {
        padding: 20px 30px;
    }

    .lto .fancybox-show-thumbs .fancybox-inner {
        bottom: 60px;
    }

    .lto .fancybox-thumbs__list a {
        /*width: 120px;*/
        /*height: 120px;*/
    }


}

@media (max-width: 1199px) {
    .ltoFormCalcBack {
        max-width: 350px;
        padding: 35px 25px 25px 25px;
    }

    .ltoFormCalcBack__title {
        margin-bottom: 35px;
    }

    .lto .fancybox-show-thumbs .fancybox-inner {
        bottom: 50px;
    }

    .lto .fancybox-thumbs__list a {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 991px) {
    .benefitsBlock .benefitsBlock__item {
        width: 30%;
    }

    .ltoSctTop__banner {
        padding-bottom: 75px;
    }

    .ltoAnounce {
        max-width: none;
    }

    .ltoBenefits {
        margin-top: 40px;
    }

    .ltoSctTop__bannerCnt {
        display: block;
    }

    .ltoFormCalcBack {
        max-width: none;
        padding-top: 25px;
        margin-top: 75px;
    }

    .ltoFormCalcBack__title {
        margin-bottom: 25px;
    }

    .ltoFormCalcBack__fieldGroup {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: center;
        margin: 0 -10px;
    }

    .ltoFormCalcBack__field:nth-child(1),
    .ltoFormCalcBack__field:nth-child(2) {
        margin-bottom: 20px;
    }

    .ltoFormCalcBack__field + .ltoFormCalcBack__field:not(.ltoFormCalcBack__field_file) {
        margin-top: 0;
    }

    .ltoFormCalcBack__fieldGroup .ltoFormCalcBack__field {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        padding: 0 10px;
    }

    .ltoPeculs .row {
        margin-bottom: -40px;
    }

    .ltoPeculs .row > div {
        margin-bottom: 40px;
    }

    .ltoVideo {
        padding-bottom: 40px;
    }

    .ltoVideo .slick-arrow {
        bottom: 0;
    }

    .ltoVideo .slick-next {
        left: 160px;
    }

    .ltoSctMidA {
        padding-top: 60px;
    }

    .ltoSctMidD {
        padding-bottom: 70px;
    }

    .ltoSctMidE {
        padding: 60px 0;
    }

    .ltoSctMidF {
        padding: 60px 0 60px 0;
    }

    .ltoTeam .row {
        margin-bottom: -30px;
    }

    .ltoTeam .row > div {
        margin-bottom: 30px;
    }

    .lto .fancybox-show-thumbs .fancybox-inner {
        bottom: 40px;
    }

    .lto .fancybox-thumbs__list a {
        width: 80px;
        height: 80px;
    }

    .ltoHeader, .big_form h3 {
        margin: 40px 0 !important;
    }
}

@media (max-width: 767px) {
    .ltoFormCalcBack__fieldGroup {
        display: block;
    }

    .ltoFormCalcBack__fieldGroup .ltoFormCalcBack__field {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: auto;
        padding: 0 10px;
    }

    .ltoFormCalcBack__field + .ltoFormCalcBack__field:not(.ltoFormCalcBack__field_file) {
        margin-top: 20px;
    }

    .ltoSctMidC__btmBlck {
        padding: 55px 0;
    }

    .ltoSctMidC__btmBlck .container {
        display: block;
        text-align: center;
    }

    .ltoSctMidC__btmBlck .h2 {
        margin-bottom: 30px;
        text-align: center;
    }

    .chess__cell {
        min-height: 300px;
    }

    .chess .row:nth-child(odd) > div:nth-child(even) .chess__cell,
    .chess .row:nth-child(even) > div:nth-child(odd) .chess__cell {
        padding: 30px;
    }

    .ltoAdvantages__item {
        min-height: auto;
    }

    .ltoVideo .row > div + div {
        margin-top: 30px;
    }

    .lto .fancybox-show-thumbs .fancybox-inner {
        bottom: 30px;
    }

    .lto .fancybox-thumbs__list a {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 575px) {
    .benefitsBlock .benefitsBlock__item {
        width: 100%;
    }

    .lto h2 {
        margin-bottom: 35px;
    }

    .ltoAnounce h1,
    .ltoAnounce .h1 {
        font-size: 42px;
        line-height: 50px;
    }

    .chess .row:nth-child(even) > div:nth-child(even) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .chess .row:nth-child(even) > div:nth-child(odd) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .chess__cell {
        min-height: auto;
    }

    .chess img {
        position: static;
    }

    .ltoSctMidC__btmBlck .h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .ltoHeader, .big_form h3 {
        margin: 20px 0 !important;
    }
}

@media (max-width: 479px) {
    .ltoAnounce h1,
    .ltoAnounce .h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .ltoBenefits__txt {
        font-size: 15px;
        line-height: 20px;
    }

    .ltoBenefits__ico {
        width: 70px;
        height: 70px;
    }

    .ltoBenefits__ico img {
        max-width: 100%;
        max-height: 100%;
    }

    .lto .fancybox-show-thumbs .fancybox-inner {
        bottom: 20px;
    }

    .lto .fancybox-thumbs__list a {
        width: 40px;
        height: 40px;
        margin: 5px;
    }
}

@media (max-width: 399px) {
    .lto h2 {
        font-size: 24px;
        line-height: 36px;
    }

    .ltoSctTop__banner {
        padding-bottom: 50px;
    }

    .ltoAnounce h1,
    .ltoAnounce .h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .ltoBenefits__txt {
        font-size: 12px;
        line-height: 18px;
    }

    .ltoBenefits__ico {
        width: 50px;
        height: 50px;
    }

    .ltoBenefits__ico img {
        max-width: 100%;
        max-height: 100%;
    }

    .ltoFormCalcBack {
        margin-top: 50px;
    }

    .ltoClients {
        margin: 0 -10px -20px -10px;
    }

    .ltoClients__slide {
        padding: 0 10px;
    }

    .ltoClients__item {
        margin-bottom: 20px;
    }

    .slick-dots {
        margin-top: 20px;
    }

    .ltoProjects__overlay {
        height: 200px;
    }

    .ltoProjects__subTitle {
        margin: 10px 0 0 0;
    }

    .ltoSctMidE {
        padding-bottom: 0;
    }

    .ltoVideo .slick-arrow {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        font-size: 0;
        line-height: 0;
    }

    .ltoVideo .slick-arrow {
        left: 50%;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .ltoVideo .slick-next {
        left: 50%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .ltoVideo .slick-prev::before {
        margin-right: 0;
        -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
        transform: scale(1.25);
    }

    .ltoVideo .slick-next::after {
        margin-left: 0;
        -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
        transform: scale(1.25);
    }
}