.d-none {
    display: none!important;
}
.d-block {
    display: block!important;
}
.d-inline-block {
    display: inline-block!important;
}

.text-center {
    text-align: center;
}
.block-end  {
  text-align: right !important;
}
.block-end .block_title {
  justify-content: flex-end;
}
.vertical-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.vertical-flex > div, .vertical-top > div {
  margin: 20px 0;
}
.vertical-flex > div.block_title, .vertical-top > div.block_title {
  margin-bottom: 50px;
}
.block-end.vertical-flex {
  align-items: flex-end;

}
.p-50 {
  padding: 0 50px ;
}
.p-160 {
  padding: 0 160px ;
}
.p-left-50 {
  padding-left: 50px ;
}
.p-right-60 {
  padding-right: 60px ;
}
@media(min-width: 992px) {
    .p-top-0 {
    padding-top: 0!important;
}
}


.mw330 {
  max-width: 330px!important;
}
.mw350 {
  max-width: 350px!important;
}
.mw400 {
  max-width: 400px!important;
}
.mw450 {
  max-width: 450px!important;
}
.mw500 {
  max-width: 500px!important;
}

.mw600 {
  max-width: 600px;
}
.mw1100 {
  max-width: 1100px;
}
.m-0-auto
{
  margin: 0 auto;
}
.m-bottom-50 {
  margin-bottom: 50px;
}
.m-top-50 {
  margin-top: 50px;
}
.float-right {
    float: right;
}
.no-uppercase {
    text-transform: none!important;
}

@media screen and (min-width: 1200px) {
    .d-lg-none {
        display: none!important;
    }
    .d-lg-block {
        display: block!important;
    }
    .d-lg-inline-block {
        display: inline-block!important;
    }
    .d-lg-flex {
        display: flex!important;
    }
}

@media screen and (min-width: 991px) {
    .d-md-none {
        display: none!important;
    }
    .d-md-block {
        display: block!important;
    }
}

@media screen and (min-width: 768px) {
    .d-sm-none {
        display: none!important;
    }
    .d-sm-block {
        display: block!important;
    }
}

body {
    color: #000;
}

.text-center {
    text-align: center;
}
.correct-layout .section-desc {
    font-family: Roboto;
}
.caption {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    padding: 10px 20px;
    
    background: #57a9f4;
    color: #fff;
    display: inline-block;
    margin-bottom: 60px;
    border-radius: 0 25px 0 25px;
}
.caption.caption-2 {
    margin-bottom: 20px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1408px;
}

.correct-layout section {
    padding-top: 0;
    padding-bottom: 0;
}

.correct-layout img {
    width: revert-layer;
}

.correct-layout .section-title {
    font-size: 33.4px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 70px;
    color: #000;
}
.correct-layout .section-title-2 {
    font-size: 33.4px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
    color: #000;
}
.correct-layout .black .section-title-2 {
    color: #fff;
}

.correct-layout .section-with-line {
    position: relative;
}

.correct-layout .info_video_block {
    height: 831px;
}

.correct-layout .info_video_block div {
    height: 100%;
    width: 100%;
}

.correct-layout #preview_video {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('hobots6pro.jpg')!important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}


.section-line {
    display: flex;
    font-size: 19.4px;
    line-height: 22px;
    margin-bottom: 55px;
    text-align: left;
    font-weight: 300;
    padding-left: 50px;
}
.section-line .section-line-text {
    padding-left: 40px;
    text-align: justify;
}
.section-line .section-line-title {
    color: #0095e3;
    font-weight: 500;
    margin-bottom: 20px;
}
.section-title.section-title-7 {
    margin-top: 20px;
    position: relative;
    text-align: right;
    margin-bottom: 180px;
}

.surfaces {
    overflow: hidden;
}
.surfaces-wrapper {
    position: relative;
}
.correct-layout .surfaces-title {
    position: absolute;
    left: 0;
    top: 50px;
    margin: auto;
    display: flex;
    align-items: center;
    font-weight: 600;
    padding: 4.2em 3em;
    font-size: 40px;
}
.surfaces img {
    min-height: 628px;
    object-fit: cover;
}
.surfaces .section-desc {
    margin-top: 15px;
}
.stages-content {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.stages-left {
    width: 100%;
    max-width: 307px;
    margin-right: 30px;
}
.stages-caption {
    font-size: 33.4px;
    line-height: 1.2;
    font-weight: 600;
    color: #006cb5;
    text-align: center;
    margin-top: 10px;
}
.stages-desc {
    font-size: 22.3px;
    line-height: 1.2;
    font-weight: 300;
    color: #11212e;
}
.stages-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.stages__item.active {
    color: #006cb5;
}
.stages__item-date {
    padding: 15px;
    background-color: #006cb5;
    color: #fff;
    text-align: center;
    font-size: 27.8px;
    line-height: 1.2;
    font-weight: 600;
}
.stages__item-image {
    margin-top: 50px;
    margin-bottom: 25px;
    text-align: center;
    min-height: 168px;
}
.stages__item-image img {
    margin: auto;
}
.stages__item-content {
    padding: 0 30px; 
}
.stages__item-title {
    font-size: 33.4px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.stages__item-desc {
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
}

.advantages-wrapper {
    position: relative;
    margin-top: 0 !important;

}

.correct-layout .advantages .section-title {
 

}
.correct-layout .advantages.second .section-title {
    left: unset;
}


.correct-layout .section-desc {
    color: inherit;
}
.section-desc {
    font-size: 25px;
    font-weight: 300;
    text-transform: none;
    color: #171717;
}

.econom-wrapper {
    position: relative;
    text-align: right;
}
.econom-content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 36%;
    padding: 90px 35px;
    text-align: left;
}
.econom.black .econom-content {
    background: none;
    padding: 45px 0 45px 50px;
    max-width: 44%;
}
.econom-image {
    min-height: 678px;
    object-fit: cover;
    object-position: right;
}
.econom.black .section-desc {
    color: #fff;
}

.correct-layout .spray .section-title {
    color: #fff;
}
.spray-wrapper {
    position: relative;
}
.spray-content {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    padding: 30px;
    max-width: 50%;
}
.spray-text {
    margin-bottom: 90px;
    color: #fff;
}
.spray-icon {
    text-align: center;
}
.spray-image {
    min-height: 705px;
    object-fit: cover;
}

.adaptation img {
    max-width: 363px;
}
.adaptation-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.adaptation-content {
    padding: 0 60px;
    text-align: center;
}

.correct-layout .area .section-title {
    margin-bottom: 15px;
}
.area-wrapper {
    position: relative;
}
.area-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    padding: 30px 60px;
    max-width: 1100px;
    margin: 0 auto;
}
.area-caption {
    display: flex;
    align-items: center;
    font-size: 25px;
    text-transform: none;
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0 60px;
    margin: auto;
    text-align: center;
}
.area-caption-wrapper div {
    font-size: 33.4px;
    line-height: 1.2;
    text-transform: uppercase;
}
.area-left {
    left: 0;
}
.area-right {
    right: 0;
}

.safefity-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.safefity-content {
    padding: 0 30px;
    text-align: center;
}

.intelect-wrapper {
    position: relative;
}
.intelect-content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    max-width: 28%;
    padding: 30px 25px;
    color: #fff;
}
.correct-layout .intelect .section-title {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;

}
.intelect .caption {
    margin-bottom: 45px;
}
.intelect .section-desc {
    color: #fff;
}

.security-wrapper {
    position: relative;
}
.security-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    color: #fff;
    padding: 30px;
    max-width: 1100px;
    margin: 0 auto;
}
.security-desc {
    color: #fff
}
.correct-layout .security .section-title {
    color: #fff;
    margin-bottom: 0;
    margin-top: 20px;
}

.control-wrapper {
    position: relative;
}
.correct-layout .control .section-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    max-width: 465px;
    padding: 295px 30px 0;
}
.correct-layout .control .section-header .section-title {
    margin-bottom: 55px;
}
.control-content {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 30px 30px 45px;
    max-width: 60%;
    text-align: right;

}


.napkins-wrapper {
    position: relative;
}
.napkins-content {
    position: absolute;
    left: 0;
    top: 20px;
    padding: 30px 30px 45px;
    max-width: 55%;

}

.toggle-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.toggle-content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
section.toggle .toggle-content {
    display: block;
}
.correct-layout section .toggle-image {
    max-width: 66%;
    margin: 0;
}

.cloud-wrapper {
    position: relative;
}
.correct-layout .cloud .section-title {
    color: #fff
}
.cloud .section-desc {
    color: #fff
}
.cloud-content {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 36%;
    padding: 30px;
}

.hello .caption {
    margin-bottom: 15px;
}
.hello-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hello-content {
    padding-right: 30px;
}
.hello-desc {
    margin-bottom: 30px;
    max-width: 460px;
}
.hello img {
    margin: 0;
}

.source {
    text-align: center;
}
.source-desc {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}

.cable-wrapper {
    position: relative;
}
.cable-content {
    position: absolute;
    right: 0;
    top: 0;
    padding: 160px 30px;
    max-width: 48%;
    text-align: right;
}
.clutch .cable-content {
    padding-top: 60px;
}
.cable-desc {
    max-width: 600px;
}

.correct-layout .supplies .section-title {
    text-align: center;
}

.correct-layout .comfort .section-title {
    text-align: center;
}
.comfort-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    gap: 10px;
}
.comfort__item {
    text-align: center;
}
.correct-layout .comform__item-desc {
    max-width: 300px;
    font-weight: 300;
    line-height: 22px;
}
.comfort__item-top {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    margin-bottom: 15px;
}

.comfort__item-top img {
    margin-right: 15px;
    margin-left: 0;
}

.tech-support-row {
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.tech-support-button {
    display: block;
    padding: 8px 15px;
    background: #57a9f4;
    border-radius: 10px;
    text-align: center;
    max-height: 65px;
    text-decoration: none;

    font-size: 22.3px;
    line-height: 1.2;
    font-weight: 500;
    color: #fefefe;
}

.background-4 {
    background: url('/images/hobot7pro/3.jpg') center no-repeat;
    background-size: cover;
}
.background-6 {
    background: url('/images/hobot7pro/6.jpg') center no-repeat;
    background-size: cover;
}
.background-7 {
    background: url('/images/hobot7pro/7.jpg') left center no-repeat;
    background-size: contain;
}
.background-8 {
    background: url('/images/hobot7pro/003.gif') center no-repeat;
    background-size: cover;
}
.background-9 {
    background: url('/images/hobot7pro/004.gif') center no-repeat;
    background-size: cover;
}
.background-11 {
    background: url('/images/hobot7pro/12.jpg') center no-repeat;
    background-size: cover;
}
.background-12 {
    background: url('/images/hobot7pro/13.jpg') left center no-repeat;
    background-size: contain;
}
.background-13 {
    background: url('/images/hobot7pro/14.jpg') center no-repeat;
    background-size: cover;
}
.background-14 {
    background: url('/images/hobot7pro/15.jpg') center no-repeat;
    background-size: cover;
}
.background-16 {
    background: url('/images/hobot7pro/16.jpg') center no-repeat;
    background-size: cover;
}
.background-17 {
    background: url('/images/hobot7pro/17.jpg') left center no-repeat;
    background-size: contain;
}
@media screen and (max-width: 1440px) {
    .correct-layout {
        padding: 0 20px;
    }
    .correct-layout .info_video_block {
        height: 667px;
      }
    .background-7 {
        background-size: cover;
        background-position: center;
    }  
    .advantages-content img {
        max-width: 30%;
    }
}

@media screen and (max-width: 992px) {
    .p-160 {
        padding: 0;
    }
    .block_image-md-hide {
        display: none;
    }
    .correct-layout .info_video_block {
        height: 500px;
    }
    .p-left-50 {
        padding-left: 0;
    }
    .float-right {
        float: none;
    }
    .mw500, .mw450, .mw350  {
        max-width: 100%!important;
    }
    h2 br {
        display: none;
    }
    .background-4, .background-7 {
        background: none;
    }
    .security-content {
        position: unset;
    }
    .security-content {
        color: #000;
    }
    .econom.black .section-desc, .correct-layout .black .section-title-2 {
        color: #000;
    }
    .econom.black .econom-content {
        max-width: 100%;
        padding: 20px 0;
    }

    .comfort__item {
        margin-bottom: 30px;
    }
    .comfort__item-top {
        justify-content: flex-start;
        max-width: 421px;
        margin: 0 auto 15px;
    }
    .correct-layout .intelect .section-title { 
        margin-top: 0;     
    }
    .correct-layout .section-title {
        margin-bottom: 30px;
    }

    .stages__item-content {
        padding: 0 15px;
    }
    .stages__item-title {
        font-size: 28px;
    }
    .stages__item-desc {
        font-size: 20px;
        line-height: 26px;
    }

    .safefity-items {
        flex-wrap: wrap;
    }
    .correct-layout .safefity .section-title {
        margin-bottom: 15px;
    }
    .safefity-content {
        order: 1;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .safefity-desc {
        text-align: center;
        margin-top: 30px;
    }
    .correct-layout section.safefity img {
        order: 2;
        max-width: 48%;
    }

    .adaptation-items {
        flex-wrap: wrap;
    }
    .adaptation-content {
        order: 1;
    }
    .adaptation-desc {
        text-align: center;
        margin-top: 30px;
    }
    .correct-layout section.adaptation img {
        order: 0;
        margin-bottom: 20px;
    }

    .advantages-images .image {
        max-width: 50%;
    }
    .advantages-images .icon {
        max-width: 200px;
    }
    .advantages-wrapper {
        display: block;
        text-align: center;
        margin-top: 20px!important;
    }
    .advantages-images {
        max-width: 100%;
    }
    .correct-layout .advantages .section-title,
    .advantages-content {
        position: unset;
    }
    .advantages .icon {
        left: 0;
        bottom: unset;
        transform: translate(0%, 0%);
    }
    .correct-layout .advantages .section-title {
        max-width: 100%;
        text-align: center;
    }
    .advantages-content {
        max-width: 100%;
        transform: unset;
        text-align: center;
        margin-top: 30px;
    }
    .advantages-content img {
        max-width: 200px;
    }
    .advantages.second .advantages-images {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-end;
        justify-content:  space-between;
    }
    .advantages.second .icon {
        position: unset;
        left: unset;
        right: 0;
        bottom: 0;
        transform: unset;
    }
    .advantages.second .advantages-content {
        text-align: center;
    }

    .clutch .cable-content {
        position: unset;
        max-width: 100%;
        padding: 20px 0;
        text-align: center;
    }
    .cable-desc {
        max-width: 100%;
    }

    .econom-content {
        position: unset;
        max-width: 100%;
        padding: 0;
        text-align: center;
    }
    .correct-layout .econom .section-title {
        position: absolute;
        right: 0;
        top: 0;
        padding: 30px;
        max-width: 300px;
    }

    .spray-text {
        color: #000;
        padding: 30px;
    }
    .spray-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .spray-image {
        min-height: auto;
    }
    .spray-icon {
        text-align: left;
    }
    .correct-layout section .spray-icon  img {
        max-width: 200px;
    }
    .spray-content {
        bottom: 0;
    }

    .area-wrapper {
        display: flex;
        flex-direction: column;
    }
    .area-wrapper img {
        margin-bottom: 20px;
    }
    .area-content {
        position: unset;
    }
    .intelect-wrapper {
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    .correct-layout .intelect .section-title {
        color: #000;
    }
    .correct-layout section .intelect-wrapper img {
        object-fit: cover;
        object-position: right;
        width: 745px;
        height: 600px;
        margin: auto;
    }
    .intelect-content {
        position: unset;
        justify-content: center;
        color: #000;
        max-width: 100%;
    }
    .intelect .caption {
        margin-bottom: 15px;
    }
    .intelect .intelect-desc {
        color: #000;
        text-align: center;
        margin-top: 30px;
    }

    .correct-layout .security .section-title {
        text-align: center;
        color: #000;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .control-wrapper {
        display: flex;
        flex-direction: column;
    }
    .correct-layout .control .section-header .section-title {
        position: unset;
        order: 1;
        max-width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    .control img {
        order: 0
    }
    .control-content {
        position: unset;
        order: 3;
        max-width: 100%;
        padding-bottom: 0;
        text-align: center;
    }
    .correct-layout .control .section-header {
        position: unset;
        padding: 0;
        max-width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .cloud-wrapper {
        display: flex;
        flex-direction: column;
    }
    .correct-layout .cloud .section-title,
    .cloud .section-desc {
        color: #000;
        text-align: center;
    }
    .cloud .section-desc {
        margin-top: 15px;
    }
    .cloud .caption {
        margin-bottom: 0;
    }
    .cloud-content {
        position: unset;
        text-align: center;
        max-width: 100%;
        padding: 0;
    }
    .correct-layout .cloud .section-title,
    .cloud .caption {
        margin-bottom: 15px;
    }
    .hello-wrapper {
        display: block; 
        text-align: center;
    }
    .hello-content {
        text-align: center;
        margin-top: 20px;
    }
    .correct-layout .hello-content .section-desc {
        margin-bottom: 15px;
    }
    .hello-desc {
        max-width: 100%;
    }
    .hello-content-second {
        margin-top: 15px;
        text-align: center;
    }

    .source-desc {
        margin-bottom: 15px;
    }

    .correct-layout .cable .section-title {
        text-align: center;
    }

    .comfort-items {
        grid-template-columns: repeat(1, 1fr);
    }

    .comfort .section-desc {
        font-weight: 700;
    }

    .econom-image {
        min-height: auto;
    }

    .caption {
        margin-bottom: 15px;
    }
    .surfaces img {
        min-height: 533px;
    }
    .correct-layout .surfaces-title {
        top: 35px;
        padding: 155px;
        font-size: 40px;
    }
    .correct-layout .security img {
        width: 100%;
    }
    .napkins-content {
        position: unset;
        max-width: 100%;
        text-align: center;
    }
    .p-50 {
        padding: 0!important;
    }
    .econom-content {
        margin-top: 20px;
    }
}

@media screen and (max-width: 991px) {
    .correct-layout .section-desc, .correct-layout .section-title-2 {
        text-align: center;
    }
    .surfaces .section-desc {
        margin-top: 15px;
    }

    .toggle-top {
        text-align: center;
        margin-top: 20px;
    }
    .toggle-wrapper {
        flex-direction: column;
    }
    .toggle-content {
        position: unset;
        max-width: 100%;
    }
    .correct-layout section .toggle-image {
        max-width: 100%;
    }
    .toggle-bottom {
        margin-top: 15px;
    }
    .adaptation-items {
        align-items: flex-start;
    }
    .correct-layout .surfaces-title {
        top: 25px;
        padding: 110px 160px;
        font-size: 30px;
    }
    .surfaces img {
        min-height: 404px;
    }
}

@media screen and (max-width: 768px) {
    .correct-layout section {
        padding: 20px 0;
    }
    .correct-layout .section-desc {
        margin-bottom: 0;
    }
    .correct-layout .source-desc.section-desc {
        margin-bottom: 15px;
    }
    .stages-left {
        max-width: 180px;
    }
    .stages-caption {
        font-size: 20px;
    }
    .stages-items {
        grid-template-columns: repeat(1, 1fr);
        position: relative;
    }
    .stages-items:before {
        content: '';
        position: absolute;
        left: 100px;
        top: 0;
        bottom: 0;
        width: 16px;
        height: 100%;
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,108,181,1) 70%);
    }
    .stages__item {
        display: flex;
    }
    .stages__item img {
        max-height: 80px;
        width: auto;
    }
    .stages__item:not(:last-child) {
        margin-bottom: 45px;
    }
    .stages__item-date {
        background-color: transparent;
        color:  #006cb5;
        padding-right: 85px;
    }
    .stages__item-image {
        order: 2;
        min-height: auto;
        margin-top: 0;
        margin-bottom: 0;
        text-align: right;
    }
    .stages__item-content {
        max-width: 330px;
    }
    .stages-desc {
        margin-top: 30px;
    }
    .correct-layout .info_video_block {
        height: 467px;
    }
    .correct-layout .advantages .section-title {
        margin-bottom: 15px;
    }

    .cable-content {
        padding: 15px;
    }

    .tech-support-row {
        flex-direction: column;
    }
    .tech-support-row .section-desc {
        color: #5f5f5f;
        text-align: center;
        margin-bottom: 15px;
    }
    .correct-layout section .intelect-wrapper img {
        width: 497px;
        height: 400px;
    }
    
    .correct-layout .stages .section-title {
        font-size: 25px;
    }

    .correct-layout .section-with-line:after {
        display: block;
    }
    
    .correct-layout .section-desc {
        text-align: center;
    }
    .correct-layout .section-desc.spray-text,
    .correct-layout .surfaces .section-desc,
    .correct-layout .control-desc.section-desc,
    .correct-layout .hello-content .hello-desc.section-desc,
    .correct-layout .comform__item-desc.section-desc {
        text-align: center;
    }
    .correct-layout .surfaces-title {
        padding: 110px 70px;
        top: 0;
    }
    .surfaces img {
        min-height: 355px;
    }
    .correct-layout .section-title-2 {
        margin-top: 0;
    }
}

@media screen and (max-width: 575px) {
    .correct-layout .section-title, .correct-layout .section-title-2 {
        font-size: 22px;
    }
    .advantages-wrapper br {
        display: none;
    }
    .section-desc,
    .caption {
        font-size: 15px;
    }
    .caption {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .stages-caption {
        font-size: 16px;
    }
    .stages__item-title {
        font-size: 20px;
    }
    .stages__item-desc {
        font-size: 16px;
        line-height: 20px;
    }
    .stages__item-date {
        font-size: 20px;
        padding-right: 55px;
    }
    .stages__item img {
        min-width: 80px;
    }
    .stages-items:before {
        left: 80px;
        width: 10px;
    }
    .advantages-images .icon {
        max-width: 100px;
    }
    .correct-layout .econom .section-title {
        max-width: 240px;
    }
    .spray-image {
        min-height: 300px;
    }
    .correct-layout section .spray-icon img {
        max-width: 100px;
    }
    .adaptation-content,
    .area-content {
        padding: 0 15px;
    }

    .correct-layout section .intelect-wrapper img {
        width: 320px;
        height: 258px;
    }

    .security-content {
        padding: 15px;
    }

    .control-content {
        padding: 15px;
    }
    .cable-content {
        position: unset;
        max-width: 100%;
        text-align: center;
    }
    .stages-left {
        max-width: 120px;
        margin-right: 15px;
    }
    .correct-layout .stages .section-title {
        font-size: 16px;
    }
    
    .correct-layout .section-with-line:after {
        display: block!important;
    }
    .correct-layout .info_video_block {
        height: 250px;   
    }
    .correct-layout .section-title {
        margin-bottom: 15px;
    }
    .adaptation-desc {
        margin-top: 0;
    }
    .correct-layout .section-with-line {
        padding-top: 30px;
        margin-top: 0;
    }
    .surfaces img {
        min-height: 295px;
    }
    .correct-layout .surfaces-title {
        padding-left: 30px;
        padding-top: 100px;
    }
    .cloud-content {
        margin-top: 20px;
    }
    .hello-content {
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    .control-content {
        margin-top: 0;
    }
}

@media screen and (max-width: 420px) {
    .security-content {
        padding: 10px;
    }
    .correct-layout .security-desc {
        font-size: 12px;
        line-height: 14px;
    }
    .correct-layout .section-title {
        font-size: 18px;
    }
    .surfaces img {
        min-height: 230px;
    }
    .correct-layout .surfaces-title {
        padding-left: 15px;
        padding-top: 78px;
    }
}