.mobile-only {
    display: none;
}

@media screen and (max-width: 780px) {
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }
}

.rub {
    /*	font-family: 'Noto Sans', 'PT Sans', sans-serif;*/
    font-family: arial, 'Noto Sans', 'PT Sans', sans-serif;
}

.button-yellow {
    color: #fff;
    background: #f36f21;
    border: 1px solid #f36f21;
    padding: 0;
    width: 260px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    text-transform: uppercase;
}

.button-yellow:hover {
    -webkit-box-shadow: 0 4px 20px -6px #f36f21;
    box-shadow: 0 4px 20px -6px #f36f21
}

.clients-technology-main__list.container {
    max-width: 1604px;
}

.clients-technology-main__list.container .click-title-main-rubric {
    width: 265px;
    font-size: 24px;
}

@media screen and (max-width: 1400px) {
    .clients-technology-main__list.container .click-title-main-rubric {
        font-size: 22px;
    }
}

@media screen and (max-width: 1266px) {
    .clients-technology-main__list.container .click-title-main-rubric {
        font-size: 18px;
        padding-left: 0;
        padding-right: 0;
    }
}

.clients-technology-main__list.container .click-title-main-rubric .subtitle {
    font-size: 22px;
    margin-top: 32px;
}

@media screen and (max-width: 1400px) {
    .clients-technology-main__list.container .click-title-main-rubric .subtitle {
        font-size: 20px;
    }
}

@media screen and (max-width: 1266px) {
    .clients-technology-main__list.container .click-title-main-rubric .subtitle {
        font-size: 16px;
        margin-top: 20px;
    }
}

.click-title-main-rubric.clients-videonablyudenie:before {
    background: url(../images/ico-clients-videonablyudenie.svg) no-repeat 50% 50%;
    background-size: 52px 51px;
}

.videonablyudenie-top {
    padding: 50px 50% 85px 60px;
    position: relative;
    margin-bottom: 54px;
    background: #F0FBFF;
}

@media screen and (max-width: 1266px) {
    .videonablyudenie-top {
        padding: 50px 50% 50px 60px;
    }
}

@media screen and (max-width: 780px) {
    .videonablyudenie-top {
        padding: 0 20px;
        margin-bottom: 32px;
        background: none !important;
    }
}

.videonablyudenie-slider {
    max-width: 42%;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 780px) {
    .videonablyudenie-slider {
        display: none;
    }
}

.videonablyudenie-slider:before {
    content: '';
    display: block;
    background: url(../images/videonablyudenie-slider-border.svg) no-repeat 0 0;
    position: absolute;
    z-index: 2;
    width: 104px;
    height: 100%;
    bottom: 0;
    left: 0;
}

@media screen and (max-width: 780px) {
    .videonablyudenie-slider:before {
        display: none;
    }
}

.videonablyudenie-slider .owl-carousel,
.videonablyudenie-slider .owl-carousel .owl-stage-outer,
.videonablyudenie-slider .owl-carousel .owl-stage,
.videonablyudenie-slider .owl-carousel .owl-item {
    height: 100%;
}

.videonablyudenie-slider__item {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
}

.videonablyudenie-slider__item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 167, 225, .5);
}

.videonablyudenie-top__pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: auto 100%;
}

@media screen and (max-width: 1266px) {
    .videonablyudenie-top__pic {
        background-position: 140% 0;
        background-size: auto 100%;
    }
}

@media screen and (max-width: 780px) {
    .videonablyudenie-top__pic {
        background: none !important;
    }
}

@media screen and (max-width: 780px) {
    .videonablyudenie-top__btn {
        display: flex;
        justify-content: center;
    }
}

.videonablyudenie__pic-m {
    display: none;
    margin-bottom: 32px;
}

@media screen and (max-width: 780px) {
    .videonablyudenie__pic-m {
        display: block;
    }
}

.videonablyudenie__pic-m img {
    width: 100%;
    display: block;
}

.videonablyudenie-top:before {
    content: '';
    display: block;
    background: url(../images/videonablyudenie-pic.png) no-repeat 0 0;
    background-size: contain;
    width: 350px;
    max-width: 30%;
    right: 24%;
    height: 345px;
    position: absolute;
    top: -65px;
    z-index: 3;
}

@media screen and (max-width: 1266px) {
    .videonablyudenie-top:before {
        right: 20%;
    }
}

@media screen and (max-width: 780px) {
    .videonablyudenie-top:before {
        display: none;
    }
}

.videonablyudenie-top__title {
    font-size: 30px;
    line-height: 1;
    color: #00A7E1;
    margin-bottom: 32px;
}

@media screen and (max-width: 780px) {
    .videonablyudenie-top__title {
        font-size: 20px;
        text-align: center;
        margin-bottom: 0;
    }
}

.videonablyudenie-top__text {
    max-width: 520px;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 64px;
}

@media screen and (max-width: 1266px) {
    .videonablyudenie-top__text {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 780px) {
    .videonablyudenie-top__text {
        font-size: 14px;
        max-width: 100%;
    }
}

.section {
    margin-top: 60px;
}

@media screen and (max-width: 780px) {
    .section {
        margin-top: 0;
        padding: 0 20px;
    }
}

.section__item {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 60px;
}

@media screen and (max-width: 780px) {
    .section__item {
        margin-bottom: 32px;
        font-size: 14px;
    }
}

@media screen and (max-width: 780px) {
    .section__item:last-child {
        font-size: 14px;
    }
}

.section__title {
    font-size: 30px;
    line-height: 1.4;
    color: #00A7E1;
    margin-bottom: 32px;
}

@media screen and (max-width: 780px) {
    .section__title {
        font-size: 20px;
        text-align: center;
    }
}

.solution-wrapper {
    background: url(../images/solution-bg.png) no-repeat 0 0;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
}

@media screen and (max-width: 1266px) {
    .solution-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 780px) {
    .solution-wrapper {
        padding-top: 0px;
        padding-bottom: 0px;
        background: none;
    }
}

.solution {
    display: flex;
}

@media screen and (max-width: 780px) {
    .solution {
        display: block;
    }
}

.solution__item {
    padding: 60px;
    background: #fff;
    width: 67%;
}

@media screen and (max-width: 1266px) {
    .solution__item {
        padding: 40px 50px;
        width: 50% !important;
    }
}

@media screen and (max-width: 780px) {
    .solution__item {
        padding: 32px 20px;
        width: 100% !important;
        font-size: 14px;
    }
}

.solution__item:first-child {
    background: rgba(0, 167, 225, 0.8);
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    width: 33%;
}

@media screen and (max-width: 780px) {
    .solution__item:first-child {
        background: #00A7E1 url(../images/solution-bg-m.png) no-repeat 0 0;
        background-size: cover;
        font-size: 14px;
    }
}

.solution__item:before {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
}

.solution__item:first-child:before {
    background: url(../images/bulb-wh.svg) no-repeat 0 0;
    background-size: contain;
}

.solution__item:last-child:before {
    background: url(../images/bulb.png) no-repeat 0 0;
    background-size: contain;
}

.solution__item__title {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 32px;
    font-weight: 400;
}

@media screen and (max-width: 780px) {
    .solution__item__title {
        font-size: 20px;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
}

.solution__item:last-child .solution__item__title {
    color: #00A7E1;
}

.solution__item .button-yellow {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.custom-list li {
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 780px) {
    .custom-list li {
        font-size: 14px;
    }
}

.custom-list li:before {
    content: '';
    display: block;
    background: url(../images/custom-list-ico.png) no-repeat 0 0;
    background-size: contain;
    width: 20px;
    min-width: 20px;
    height: 24px;
    margin-right: 32px;
}

@media screen and (max-width: 780px) {
    .custom-list li:before {
        margin-right: 20px;
    }
}

.application-slider-wrapper {
    background: #F0FBFF;
    padding: 60px 0;
    overflow: hidden;
}

@media screen and (max-width: 780px) {
    .application-slider-wrapper {
        padding: 0;
    }
}

.application-slider {
    overflow: visible;
    position: relative;
}

.application-slider .owl-stage-outer {
    width: 100%;
    margin: 0 auto;
}

.application-slider .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.application-slider .owl-nav > div {
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.application-slider .owl-prev,
.application-slider .owl-next {
    background: url(../images/next-arr.png) no-repeat 0 50%;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -31px;
    z-index: 1;
    display: block;
    width: 27px;
    height: 62px;
    color: transparent;
    cursor: pointer;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

@media screen and (max-width: 1330px) {
    .application-slider .owl-prev,
    .application-slider .owl-next {
        width: 20px;
    }
}

.application-slider .owl-prev {
    left: -60px;
    transform: rotate(-180deg);
}

@media screen and (max-width: 1330px) {
    .application-slider .owl-prev {
        left: 10px;
    }
}

.application-slider .owl-next {
    right: -60px;
}

@media screen and (max-width: 1330px) {
    .application-slider .owl-next {
        right: 10px;
    }
}

.application-slider .owl-prev:hover,
.application-slider .owl-next:hover {
    opacity: .7;
}

.application-slider__inner {
    display: flex;
    background: #fff;
}

@media screen and (max-width: 780px) {
    .application-slider__inner {
        display: block;
    }
}

.application-slider__inner__item {
    padding: 60px;
    width: 100%;
}

@media screen and (max-width: 1266px) {
    .application-slider__inner__item {
        padding: 40px 50px;
    }
}

@media screen and (max-width: 780px) {
    .application-slider__inner__item {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.application-slider__inner__item:last-child {
    padding-left: 0;
}

@media screen and (max-width: 780px) {
    .application-slider__inner__item:last-child {
        padding-left: 20px;
    }
}

.application-slider__inner__title {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
}

.application-slider__inner__title:before {
    background: url(../images/ico-badge.png) no-repeat 0 0;
    background-size: contain;
    content: '';
    display: block;
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin-right: 30px;
}

.application-slider__inner .custom-list {
    margin-left: 30px;
}

@media screen and (max-width: 1266px) {
    .application-slider__inner .custom-list {
        margin-left: 0;
    }
}

.application-slider__pic {
    margin-bottom: 60px;
}

@media screen and (max-width: 1266px) {
    .application-slider__pic {
        margin-bottom: 32px;
    }
}

.application-slider__pic img {
    max-width: 100%;
}

.application-slider__inner .button-yellow {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.application-slider__btn {
    display: flex;
    justify-content: center;
}

.application-list {
    background: #fff;
}

.application-list__item {
    padding: 32px 20px;
}

.application-list__item:first-child {
    background: #F0FBFF;
}

.application-list__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 32px;
    text-align: center;
}

.application-list__title:before {
    background: url(../images/ico-badge.png) no-repeat 0 0;
    background-size: contain;
    content: '';
    display: block;
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin: 0 auto 32px;
}

.application-list .custom-list {
    margin-left: 0px;
}

.application-list .custom-list li:last-child {
    margin-bottom: 0;
}

.application-list__pic {
    margin-bottom: 32px;
}

.application-list__pic img {
    max-width: 100%;
}

.application-list .button-yellow {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.application-list__btn {
    display: flex;
    justify-content: center;
}


.your-opportunities-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media screen and (max-width: 780px) {
    .your-opportunities-wrapper {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

.your-opportunities {
    display: flex;
}

@media screen and (max-width: 780px) {
    .your-opportunities {
        display: block;
    }
}

.your-opportunities__item {
    width: 33.3%;
    padding: 60px;
}

@media screen and (max-width: 1266px) {
    .your-opportunities__item {
        padding: 32px 22px;
    }
}

@media screen and (max-width: 780px) {
    .your-opportunities__item {
        width: 100%;
    }
}

.your-opportunities__item:first-child {
    background: url(../images/your-opportunities-bg.png) no-repeat 50% 50%;
    background-size: cover;
}

.your-opportunities__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.3;
    color: #00A7E1;
    max-width: 300px;
}

@media screen and (max-width: 1266px) {
    .your-opportunities__title {
        font-size: 26px;
    }
}

@media screen and (max-width: 780px) {
    .your-opportunities__title {
        font-size: 20px;
        text-align: center;
        max-width: 100%;
    }
}

.your-opportunities__title:before {
    background: url(../images/ico-puzzle.png) no-repeat 0 0;
    background-size: contain;
    content: '';
    display: block;
    width: 128px;
    min-width: 128px;
    height: 128px;
    margin-bottom: 32px;
}

@media screen and (max-width: 1266px) {
    .your-opportunities__title:before {
        width: 80px;
        min-width: 80px;
        height: 80px;
    }
}

@media screen and (max-width: 780px) {
    .your-opportunities__title:before {
        margin-left: auto;
        margin-right: auto;
    }
}

.your-opportunities__list__item {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
}

@media screen and (max-width: 780px) {
    .your-opportunities__list__item {
        font-size: 14px;
    }
}

.your-opportunities__list__item:last-child {
    margin-bottom: 0;
}

.your-opportunities__list__item img {
    display: block;
    margin-right: 30px;
    min-width: 33px;
}

.your-opportunities__item--1 {
    background: #ABE7FC;
}

.your-opportunities__item--2 {
    background: #00A7E1;
}

.your-opportunities__item--pic {
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@keyframes moveright {
    from {
        right: -250px;
    }
    to {
        right: 0;
    }
}

@keyframes moveleft {
    from {
        left: -250px;
    }
    to {
        left: 0;
    }
}

.your-opportunities__item--pic img {
    display: block;
    position: relative;
    max-width: 100%;
}

.your-opportunities__item--pic img.on {
    animation-delay: 2s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

.your-opportunities__item--pic--1 {
    background: #ABE7FC;
}

.your-opportunities__item--pic--1 img.on {
    animation: moveright .7s;
}

.your-opportunities__item--pic--2 {
    background: #00A7E1;
}

.your-opportunities__item--pic--2 img.on {
    animation: moveleft .7s;
}

@media screen and (max-width: 780px) {
    .how-to-connect {
        padding: 0 20px;
    }
}

.how-to-connect__btn {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

.how-to-connect__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.3;
    color: #00A7E1;
    margin-bottom: 32px;
}

.number-list {
    display: flex;
    align-items: baseline;
    margin-bottom: 85px;
}

@media screen and (max-width: 780px) {
    .number-list {
        display: block;
        margin-bottom: 32px;
    }
}

.number-list__number {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 80px;
    width: 80px;
    height: 80px;
    border: 2px solid #F36F21;
    border-radius: 40px;
    font-style: italic;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    color: #F36F21;
    margin-bottom: 32px;
    margin-right: 20px;
}

@media screen and (max-width: 780px) {
    .number-list__number {
        margin-bottom: 0;
    }
}

.number-list__item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
}

@media screen and (max-width: 780px) {
    .number-list__item {
        flex-wrap: inherit;
        font-size: 14px;
        align-items: center;
        justify-content: flex-start;
    }
}

.number-list__arrow {
    background: url(../images/arrow-blue.png) no-repeat 0 0;
    background-size: contain;
    content: '';
    display: block;
    width: 126px;
    min-width: 13%;
    height: 19px;
    margin: 0 -10px;
}

@media screen and (max-width: 1266px) {
    .number-list__arrow {
        margin: 0 -15px;
    }
}

@media screen and (max-width: 780px) {
    .number-list__arrow {
        background: url(../images/arrow-blue-d.png) no-repeat 0 0;
        background-size: contain;
        content: '';
        display: block;
        width: 9px;
        margin: 10px 0 10px 35px;
        min-width: 9px;
        height: 60px;
    }
}

.how-to-connect__list {
    display: flex;
    justify-content: space-between;
}

.number-list-v {
    margin-bottom: 85px;
}

@media screen and (max-width: 780px) {
    .number-list-v {
        padding: 0 20px;
        margin-bottom: 35px;
    }
}

.number-list-v__item {
    display: flex;
    margin-bottom: 32px;
}

.number-list-v__item:last-child {
    margin-bottom: 0;
}

.number-list-v__number {
    font-style: italic;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    color: #00A7E1;
    margin-right: 30px;
}

.number-list-v__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #00A7E1;
}

@media screen and (max-width: 780px) {
    .number-list-v__title {
        font-size: 14px;
    }
}

.number-list-v__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
}

@media screen and (max-width: 780px) {
    .number-list-v__text {
        font-size: 14px;
    }
}

.videonablyudenie-tariffs {
    display: flex;
    margin-bottom: 60px;
}

@media screen and (max-width: 780px) {
    .videonablyudenie-tariffs {
        display: block;
        padding: 0 20px;
        margin-bottom: 32px;
    }
}

.videonablyudenie-tariffs__item {
    border: 1px solid #D9D9D9;
    width: 100%;
    margin-left: 60px;
    padding-top: 70px;
    position: relative;
}

@media screen and (max-width: 1266px) {
    .videonablyudenie-tariffs__item {
        margin-left: 30px;
    }
}

@media screen and (max-width: 780px) {
    .videonablyudenie-tariffs__item {
        margin-left: 0;
        margin-bottom: 32px;
    }
}

.videonablyudenie-tariffs__item:first-child {
    margin-left: 0;
}

.videonablyudenie-tariffs__title {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 32px;
    height: 39px;
    background: #00A7E1;
    border-radius: 0px 0px 0px 10px;
    margin-bottom: 32px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
}

.videonablyudenie-tariffs__list {
    padding: 0 20px;
}

.videonablyudenie-tariffs__list__item {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    display: flex;
    margin-bottom: 32px;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 780px) {
    .videonablyudenie-tariffs__list__item {
        font-size: 14px;
    }
}

.videonablyudenie-tariffs__list__item .rub {
    font-weight: bold;
}

.videonablyudenie-tariffs__list__item div:last-child {
    font-size: 24px;
    line-height: 1.4;
    color: #000000;
    white-space: nowrap;
    font-family: 'OpenSans-Bold';
    margin-left: 10px;
}

.videonablyudenie-tariffs__box {
    padding: 0 40px 32px;
}

@media screen and (max-width: 1266px) {
    .videonablyudenie-tariffs__box {
        padding: 0 20px 20px;
    }
}

@media screen and (max-width: 780px) {
    .videonablyudenie-tariffs__box {
        padding: 0 40px 32px;
    }
}

.videonablyudenie-tariffs__price-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
    text-align: center;
    margin-bottom: 32px;
}

.videonablyudenie-tariffs__price {
    font-weight: 600;
    font-size: 64px;
    line-height: 87px;
    text-align: center;
    color: #00A7E1;
    margin-bottom: 32px;
}

.videonablyudenie-tariffs__price .rub {
    font-weight: normal;
}

.videonablyudenie-tariffs__box .button-yellow {
    width: 100%;
    font-weight: 600;
}

.quipment {
    display: flex;
    margin-bottom: 60px;
    overflow: hidden;
}

@media screen and (max-width: 780px) {
    .quipment {
        display: block;
        margin-bottom: 32px;
    }
}

.quipment__item {
    width: 100%;
    margin-left: 36px;
    border: 1px solid #D9D9D9;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 780px) {
    .quipment__item {
        border: 0;
        margin-left: 0;
        background: #F0FBFF;
        margin-bottom: 32px;
    }
}

.quipment__item:first-child {
    margin-left: 0;
}

.quipment__item__pic {
    margin-bottom: 32px;
}

.quipment__item__pic img {
    max-width: 100%;
    display: block;
}

.quipment__item__body {
    padding: 30px;
}

.quipment__item__title {
    margin-bottom: 32px;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.3;
    color: #00A7E1;
}

@media screen and (max-width: 780px) {
    .quipment__item__title {
        margin-bottom: 10px;
        font-size: 20px;
        text-align: center;
    }
}

.quipment__item__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
}

@media screen and (max-width: 780px) {
    .quipment__item__text {
        font-size: 14px;
    }
}

.quipment__item__price {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: #00A7E1;
    width: calc(100% + 2px);
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: -1px;
}

.quipment__item__price .rub {
    font-weight: normal;
}

.quipment-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    margin-bottom: 60px;
}

.quipment-btn .section__title {
    margin-bottom: 16px;
}

.file-download {
    display: inline-block;
    color: #F36F21;
    padding-left: 22px;
    background-image: url("../images/file-download--bg.svg");
    background-repeat: no-repeat;
    background-position: left top;
}

.quipment__item__text + .file-download {
    margin-top: 7px;
}

@media screen and (max-width: 780px) {
    .quipment-btn {
        margin-bottom: 0;
        flex-direction: column;
    }
}

.mobile-application-wrapper {
    background: #F0FBFF;
    margin-top: 90px;
}

@media screen and (max-width: 780px) {
    .mobile-application-wrapper {
        margin-top: 20px;
    }
}

.mobile-application {
    display: flex;
}

@media screen and (max-width: 780px) {
    .mobile-application {
        display: block;
        padding: 0 20px;
    }
}

.mobile-application__pic {
    margin-right: 120px;
    max-width: 38%;
    width: 100%;
}

@media screen and (max-width: 1266px) {
    .mobile-application__pic {
        margin-right: 60px;
        max-width: 100%;
    }
}

@media screen and (max-width: 780px) {
    .mobile-application__pic {
        margin-left: auto;
        margin-right: auto;
    }
}

.mobile-application__pic img {
    display: block;
    top: -60px;
    position: relative;
    max-width: 100%;
}

@media screen and (max-width: 780px) {
    .mobile-application__pic img {
        top: -20px;
        margin-left: auto;
        margin-right: auto;
    }
}

.mobile-application__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    padding-top: 80px;
    padding-bottom: 222px;
    width: 100%;
}

@media screen and (max-width: 780px) {
    .mobile-application__text {
        padding-top: 32px;
        padding-bottom: 32px;
        font-size: 14px;
    }
}

.connection-diagram {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.connection-diagram__figure {
    text-align: center;
}

.connection-diagram__img {

}

/* arrow */
.connection-diagram__arrow,
.connection-diagram__arrows {
    min-height: 60px;
    position: relative;
    z-index: 1;
    top: 10px;
}

.connection-diagram__arrow .connection-diagram__img {
    transform: rotate(90deg);
    max-width: 46%;
}

.connection-diagram__arrows .connection-diagram__img {
    transform: rotate(87deg);
    max-width: 46%;
}

/* images */
.connection-diagram .connection-diagram__figure:nth-child(1) {

}

.connection-diagram .connection-diagram__figure:nth-child(1) .connection-diagram__img {
    max-width: 103px;
}

.connection-diagram .connection-diagram__figure:nth-child(3) {

}

.connection-diagram .connection-diagram__figure:nth-child(3) .connection-diagram__img {
    max-width: 121px;
}

.connection-diagram__box .connection-diagram__figure:nth-child(1) {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 140px;
}

.connection-diagram__box .connection-diagram__figure:nth-child(1) .connection-diagram__img {
    max-width: 117px;
    margin: auto;
}

.connection-diagram__box .connection-diagram__figure:nth-child(1) .connection-diagram__figcaption {
    margin-top: auto;
    min-height: 54px;
}

.connection-diagram__box .connection-diagram__figure:nth-child(2) {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 140px;
}

.connection-diagram__box .connection-diagram__figure:nth-child(2) .connection-diagram__img {
    max-width: 65px;
    margin: auto;
}

.connection-diagram__box .connection-diagram__figure:nth-child(2) .connection-diagram__figcaption {
    margin-top: auto;
    min-height: 54px;
}

.connection-diagram__figcaption {
    color: rgb(135, 135, 135);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.375;
    letter-spacing: 0;
    text-align: center;
    padding: 10px 0 0;
}

.connection-diagram__box {
    display: flex;
    gap: 10px;
    align-items: stretch;
    justify-content: space-between;
}

@media (min-width: 781px) {
    .connection-diagram__figcaption {
        font-size: 16px;
    }
    .connection-diagram__box .connection-diagram__figure:nth-child(1),
    .connection-diagram__box .connection-diagram__figure:nth-child(2) {
        min-width: 150px;
    }
}

@media (min-width: 1024px) {
    .connection-diagram {
        flex-direction: row;
        gap: 30px;
        justify-content: end;
        margin-top: -70px;
    }
    .connection-diagram__arrow,
    .connection-diagram__arrows {
        top: 0;
        right: 10px;
    }
    .connection-diagram__arrows{
        top: -20px;
    }
    .connection-diagram__arrow .connection-diagram__img,
    .connection-diagram__arrows .connection-diagram__img {
        transform: rotate(0deg);
    }

    .connection-diagram__arrow .connection-diagram__img {
        max-width: 126px;
    }

    .connection-diagram__arrows .connection-diagram__img {
        max-width: 130px;
    }

    .connection-diagram__box {
        flex-direction: column;
    }

    .connection-diagram .connection-diagram__figure:nth-child(3){
        margin-top: 15px;
    }

    .connection-diagram .connection-diagram__figure:nth-child(1) .connection-diagram__img {
        max-width: 165px;
    }

    .connection-diagram .connection-diagram__figure:nth-child(3) .connection-diagram__img {
        max-width: 195px;
    }

    .connection-diagram__box .connection-diagram__figure:nth-child(1) .connection-diagram__img {
        max-width: 195px;
    }

    .connection-diagram__box .connection-diagram__figure:nth-child(2) .connection-diagram__img {
        max-width: 125px;
        margin-left: 0;
    }
}
@media (min-width: 1440px) {
    .connection-diagram {
        gap: 40px;
    }
}
@media (min-width: 1600px) {
    .connection-diagram {
        gap: 60px;
    }
}





