.COMPANY_TEXT>div {
    background: url("/include/fon_steps.jpg") 50% 50% no-repeat;
    background-size: cover;
}
.is-wrapper-lg {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    position: relative
}

.is-wrapper-lg_white {
    background-color: #ffffff
}

.is-wrapper-md {
    margin: 0 auto;
    width: 100%;
    max-width: 1096px;
    position: relative
}

.is-wrapper-sm {
    margin: 0 auto;
    width: 100%;
    max-width: 1076px;
    position: relative
}

@media screen and (max-width: 745px) {
    .yt-iframe {
        width: 100%;
        height: 415px
    }
}

.is-button {
    display: inline-block;
    min-width: 194px;
    height: 60px;
    background-image: -o-linear-gradient(#19b6cc 0%, #138d9f 100%);
    background-image: linear-gradient(#19b6cc 0%, #138d9f 100%);
    border-radius: 4px;
    text-align: center;
    font-size: 0;
    box-sizing: border-box
}

.is-button__text {
    width: calc(100% - 1px);
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 17px;
    font-family: Montserrat, Arial, sans-serif;
    line-height: 1;
    margin-bottom: 3px
}

.is-button:before {
    content: '';
    width: 1px;
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.usage-block-wrapper {
    position: relative
}

.usage-block-wrapper:before {
    content: '';
    width: 50%;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%
}

.usage-block {
    max-width: 1204px;
    height: auto;
    margin: 0 auto;

    box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding-top: 0;
}

@media screen and (max-width: 745px) {
    .usage-block {
        height: auto;
        padding: 60px 10px 60px 10px;
    }
	.usage-block .btn {
		white-space: normal;
	}
}

.usage-title {
    font-family: Montserrat, Arial, sans-serif;
    color: #ffffff;
    font-size: 39px;
    font-weight: 900;
    letter-spacing: -0.3px;
    line-height: 1;
    margin-bottom: 10px;
    padding-top: 0;
    position: relative
}
.usage-subtitle {
    font-family: Montserrat, Arial, sans-serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.3px;
    line-height: 1;
    margin-bottom: 60px;
    position: relative
}

@media screen and (max-width: 745px) {
    .usage-title {
        font-size: 30px;
        line-height: 34px
    }
}

.usage-steps {
    width: calc(100% + 33px);
    display: -ms-flexbox;
    display: flex;
    counter-reset: counter;
    margin-bottom: 30px
}

@media screen and (max-width: 745px) {
    .usage-steps {
        width: 100%;
        display: block;
        margin-bottom: 60px
    }
}

.usage-steps__item {
    width: calc(100% / 3);
    position: relative;
    padding-right: 20px;
    box-sizing: border-box
}

@media screen and (max-width: 745px) {
    .usage-steps__item {
        width: 100%;
        padding: 0
    }

    .usage-steps__item+.usage-steps__item {
        margin-top: 20px
    }
}

.usage-steps__item:before {
    display: block;
    counter-increment: counter;
    content: "0" counter(counter);
    font-family: Montserrat, Arial, sans-serif;
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -0.3px;
    line-height: 44px;
    margin-bottom: 15px
}

.usage-steps__item:after {
    content: '';
    height: 0;
    border: 1px solid #ffffff;
    position: absolute;
    right: 26px;
    left: 80px;
    top: 21px
}

@media screen and (max-width: 745px) {
    .usage-steps__item:after {
        content: none
    }
}

/*
.usage-steps__item:last-child {
    width: 235px;
    padding-right: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: -35px
}

@media screen and (max-width: 745px) {
    .usage-steps__item:last-child {
        width:100%;
        margin-top: 60px
    }
}

.usage-steps__item:last-child:before {
    content: none
}


.usage-steps__item:last-child .usage-steps__text {
    padding-top: 25px;
    position: relative
}

.usage-steps__item:last-child .usage-steps__text:before {
    content: '';
    width: 34px;
    height: 29px;
    position: absolute;
    top: 0;
    left: -25px;
    background: url("img/rent/icon_rays.svg") 0 0 no-repeat
}
*/
.usage-steps__item:last-child:after {
    content: none
}

.usage-steps__text {
    font-family: Montserrat, Arial, sans-serif;
    color: #ffffff;
    font-size: 22px;
    line-height: 24px
}

.toggler-text {
    display: none
}

.toggler-button__text {
    font-family: Montserrat, Arial, sans-serif;
    color: #19b6cc;
    font-size: 14px;
    line-height: 1;
    padding: 10px 10px;
    text-align: center;
    cursor: pointer
}

.toggler-button__text_show {
    display: block
}

.toggler-button__text_hide {
    display: none
}

.is-toggler.is-shown .toggler-button__text_show {
    display: none
}

.is-toggler.is-shown .toggler-button__text_hide {
    display: block
}
.mobilemenu__item .logo a {
    display: flex;
    align-items: center;
    width: 90%;
    height: 100%;
}