/*top slider - begin*/

/*top slider - end*/

/*block - begin*/
.block-bg {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 45%;
    height: 100%;
    background: linear-gradient(to right, #f5f5f5, transparent);
}

@media(min-width: 992px) and (max-width: 1800px) {
    .block-bg {
        display: block;
    }
}

.minh-1000 {
    min-height: 1000px;
}

@media(max-width: 1600px) {
    .minh-1000 {
        min-height: auto;
    }
}

.text {
    width: 100%;
    max-width: 560px;
}

@media(max-width: 1800px) {
    .text {
        max-width: 500px;
    }
}

@media(max-width: 1600px) {
    .text {
        max-width: 490px;
    }
}

@media(max-width: 1260px) {
    .text {
        max-width: 45%;
    }
}

@media(max-width: 991px) {
    .text {
        max-width: 100%;
    }
}

.maxw-320 {
    width: 100%;
    max-width: 320px;
}

@media(max-width: 1600px) {
    .maxw-320 {
        max-width: 100%;
    }
}

.text-pad2 {
    padding: 70px 0 180px 0;
}

@media(max-width: 1600px) {
    .text-pad2 {
        padding: 40px 0 120px 0;
    }
}

@media(max-width: 1500px) {
    .text-pad2 {
        padding-bottom: 0;
    }
}

@media(max-width: 1260px) {
    .text-pad2 {
        padding: 0;
    }
}

.list-pl {
    padding-left: 400px;
}
/*1700*/
@media(max-width: 1800px) {
    .list-pl {
        padding-left: 350px;
    }
}

@media(max-width: 1600px) {
     .list-pl {
        padding-left: 330px;
    }
}

@media(max-width: 1500px) {
    .list-pl {
        padding-left: 0;
    }
}

.block-imgs {
    position: absolute;
    z-index: 2;
    top: 100px;
}
/*
@media(max-width: 1800px) {
    .block-imgs {
        max-width: 400px;
        top: 0;
    }
    .img-empty {
        display: none;
    }
}*/

@media(max-width: 1500px) {
    .block-imgs {
        position: relative;
        padding-top: 20px;
    }
    .img-empty {
        display: none;
    }
}

.w385 {
    width: 400px;
}

.w385 .image-block {
    width: 100%;
    height: 288px;
}
/*1700*/
@media(max-width: 1800px) {
    .block-imgs {
        max-width: 700px;
        top: 157px;
    }
    .w385 {
        width: 350px;
    }
    .w385 .image-block {
        height: 230px;
    }
}

@media(max-width: 1700px) {
    .block-imgs {
        top: 118px;
    }
}

@media(max-width: 1600px) {
    .w385 {
        width: 330px;
    }
    .block-imgs {
        max-width: 660px;
        top: 89px;
    }
}

@media(max-width: 1500px) {
    .block-imgs {
        max-width: 100%;
        top: 0;
    }
    .w385 {
        width: 50%;
    }
}

@media(max-width: 1300px) {
    .w385:last-child {
        width: 100%;
    }
}

@media(max-width: 1100px) {
    .w385 .image-block {
        height: 200px;
    }
}

@media(max-width: 530px) {
    .w385 {
        width: 100%;
    }
    .w385 .image-block {
        height: 220px;
    }
}
/*block - begin*/

/*soluitions - begin*/
.office-text {
    padding-right: 20%;
}

@media(max-width: 1370px) {
    .office-text {
        padding-right: 17%;
    }
}

@media(max-width: 991px) {
    .office-text {
        padding-right: 0;
    }
}

.numbers-block {
    position: relative;
    z-index: 5;
}

.numbers-block {
    background-color: #f5f5f5;
    border-radius: 15px;
    box-shadow: 0 0 5px rgba(0,0,0,0.13);
    margin-top: 21px;
    overflow: hidden;
    transition: .4s
}

@media(max-width: 600px) {
    .numbers-block {
        box-shadow: 0 0 8px rgba(0,0,0,0.22);
    }
}

.numbers-block-image {
    width: 50%;
    height: 180px;
    position: relative;
    overflow: hidden;
    transition: .4s;
}

@media(max-width: 1260px) {
    .numbers-block-image {
        width: 40%;
    }
}

@media(max-width: 600px) {
    .numbers-block-image {
        width: 100%;
    }
}

.numbers-block:hover .image {
    transform: scale(1.15);
    transition: .4s;
}

.side-triagle {
    position: absolute;
    z-index: 3;
    height: 100%;
    right: -2px;
    top: 0;
}

@media(max-width: 600px) {
    .side-triagle {
        display: none;
    }
}

.numbers-block-text {
    width: 10%;
    flex: 1 1;
    padding-left: 55px;
    padding-right: 20px;
}

@media(max-width: 1700px) {
    .numbers-block-text {
        padding-left: 25px;
    }
}

@media(max-width: 600px) {
    .numbers-block-text {
        text-align: center;
        padding: 20px 15px;
    }
}

.number {
    font-family: 'Helveticaneuecyr-Bold';
    font-size: 50px;
    line-height: 1;
    color: #f37239;
    transition: .3s;
}

@media(max-width: 1700px) {
    .number {
        font-size: 48px;
    }
}

@media(max-width: 767px) {
    .number {
        font-size: 43px;
    }
}

.numbers-block:hover .number {
    color: #d23939;
    transition: .3s;
}

.numbers-block-text h5 {
    text-align: left;
    margin-top: 5px;
}

@media(max-width: 600px) {
    .numbers-block-text h5 {
        text-align: center;
    }
}

.office-circle {
    position: absolute;
    z-index: 5;
    right: 70px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 380px;
    height: 380px;
    background-color: #f37239;
    border-radius: 50%;
}

@media(max-width: 1710px) {
    .office-circle {
        right: auto;
        left: 72%;
        transform: translateX(-50%);
    }
}

@media(max-width: 1360px) {
    .office-circle {
        right: 50px;
        left: auto;
        transform: none;
    }
}

@media(max-width: 1260px) {
    .office-circle {
        width: 345px;
        height: 345px;
    }
}

@media(max-width: 991px) {
    .office-circle {
        width: 207px;
        height: 207px;
        right: 15px;
        top: -15px;
    }
}

.office-circle br {
    display: block;
}

.office-circle p {
    color: #fff;
}

.circle-title {
    font-family: 'Helveticaneuecyr-Bold';
    font-size: 55px;
    line-height: 1;
}

.circle-sub {
    font-size: 20px;
    font-style: italic;
    text-transform: uppercase;
    margin-top: 3px;
    padding-left: 80px;
}

@media(max-width: 1260px) {
    .circle-title {
        font-size: 52px;
    }
    .circle-sub {
        font-size: 18px;
    }
}

@media(max-width: 991px) {
    .circle-title {
        font-size: 30px;
    }
    .circle-sub {
        font-size: 15px;
        padding-left: 20px;
    }
}

.forest-image {
    position: absolute;
    top: 20%;
    right: 30px;
    width: 58%;
    height: 760px;
}

@media(max-width: 1360px) {
    .forest-image {
        width: 48%;
        height: 65%;
        top: 15%;
    }
}

@media(max-width: 991px) {
    .forest-image-block {
        position: relative;
        margin-bottom: 20px;
    }
    .forest-image {
        position: relative;
        top: auto;
        width: 100%;
        height: 350px;
        right: auto;
    }
}

.forest-image .image {
    border-radius: 20px;
}

.calc-col {
    padding-left: 80px;
    padding-right: 40px;
}

@media(max-width: 1710px) {
    .calc-col {
        padding-left: 0;
        padding-right: 20px;
    }
}

@media(max-width: 1710px) {
    .calc-col {
        padding-right: 15px;
    }
}

@media(max-width: 991px) {
    .calc-col {
        padding-right: 0;
    }
}

.calculator {
    position: relative;
    z-index: 5;
    border-radius: 20px;
    padding: 40px;
}

@media(max-width: 1500px) {
    .calculator {
        padding: 30px;
    }
}

@media(min-width: 992px) and (max-width: 1260px), (max-width: 767px) {
    .calculator {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.corner {
    position: absolute;
    z-index: 3;
    bottom: 0;
    right: 0;
}

@media(max-width: 1370px) {
    .corner {
        max-height: 55px;
    }
}

.calculator-text-block {
    padding: 34px 0;
}

.calculator-title {
    background-color: #fff;
    border-radius: 50px;
    padding: 20px;
}

@media(max-width: 1370px) {
    .calculator-title {
        border-radius: 15px;
    }
}

.calculator-text {
    width: 10%;
    flex: 1 1;
    padding-right: 20px;
}

@media(min-width: 992px) and (max-width: 1370px), (max-width: 767px) {
    .calculator-text-block {
        padding: 25px 0;
    }
    .calculator-text {
        width: 100%;
        flex: none;
        text-align: center;
        padding-right: 0;
    }
}

.calculator-text h3 {
    text-align: left;
}

@media(min-width: 992px) and (max-width: 1370px), (max-width: 767px) {
    .calculator-text h3 {
        text-align: center;
    }
}


@media(min-width: 992px) and (max-width: 1260px) {
    .calculator h3 {
        font-size: 27px;
    }
    .calculator h4 {
        font-size: 28px;
    }
}

.forest-icon {
    width: 250px;
}

@media(max-width: 1600px) {
    .forest-icon {
        width: 140px;
    }
}

@media(min-width: 992px) and (max-width: 1370px), (max-width: 767px) {
    .forest-icon {
        width: 100%;
        order: -1;
        margin-bottom: 20px;
    }
    .forest-icon img {
        max-height: 80px;
        margin: 0 auto;
    }
}

.forest-icon img {
    opacity: 0.5;
    margin: 0 auto;
}

.calc-btn-block {
    border-top: 3px solid rgba(255,255,255,0.5);
    padding-top: 40px;
    padding-right: 85px;
}

@media(max-width: 1370px) {
    .calc-btn-block {
        padding-right: 50px;
    }
}

@media(min-width: 992px) and (max-width: 1370px), (max-width: 767px) {
    .calc-btn-block {
        padding-right: 0;
    }
}

.calc-btn-block h6 {
    letter-spacing: 2.3px;
}
/*solutions - end*/

/*in the media - begin*/
.image .image-logo {
    position: relative;
    z-index: 3;
    max-height: 32%;
    max-width: 60%;
    margin-left: 1%;
}

@media(max-width: 1260px) {
    .image .image-logo {
        margin-left: 0;
    }
}

.image .photo-right {
    position: absolute;
    z-index: 2;
    height: 100%;
    max-width: none;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width: 1520px) {
    .photo-right {
      right: -60px;
    }
}

@media(max-width: 1260px) {
    .d-none-1260 {
        display: none;
    }
    .photo-right {
        right: auto;
        left: 50%;
        transform: translateX(-50%) translateY(-50%) !important;
    }
}

.item-logo {
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.9);
    padding: 20px 25px 20px 40px;
}

.item-logo img {
    max-height: 100%;
}

.item-logo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 0; 
    height: 116px;
    border-top: 116px solid rgba(255,255,255,0.9);
    border-right: 25px solid transparent;
}

@media(max-width: 1700px) {
    .item-logo {
        height: 90px;
        padding-left: 30px;
        padding-right: 15px;
    }
    .logo-tribune img {
        max-width: 225px;
    }
    .item-logo:before {
        height: 90px;
        border-top-width: 90px;
    }
}

@media(max-width: 1260px) {
    .item-logo {
        height: 70px;
        padding-left: 20px;
    }
    .item-logo:before {
        height: 70px;
        border-top-width: 70px;
    }
}

@media(max-width: 767px) {
    .item-logo {
        width: 100%;
    }
    .item-logo:before {
        display: none;
    }
    .high-items .image-block {
        display: flex;
        flex-wrap: wrap;
        box-shadow: 0 0 7px rgba(0,0,0,0.25);
    }
    .high-items .item-logo, .high-items .item-note-block,
    .high-items .image {
        position: relative;
    }
    .high-items .item-logo {
        order: -1;
    }
    .high-items .item-note-block .btn-block {
        position: absolute;
        top: auto;
        bottom: 100%;
    }
}
/*in the media - end*/

/*logotypes - begin*/
.logotypes {
    padding-left: 35px;
    margin-top: -25px;
}

.logotypes img {
    max-height: 155px;
    margin-right: 35px;
    margin-top: 25px;
}

@media(max-width: 1800px) {
    .logotypes {
        padding-left: 20px;
    }
    .logotypes img {
        max-height: 120px;
        margin-right: 20px;
    }
}

@media(max-width: 1520px) {
    .logotypes img {
        max-height: 100px;
    }
}
/*logotype - end*/