.header-top-line > *
{ display: inline-block; }

@media screen and (min-width: 980px) {
    div#jivo-iframe-container.jivo-state-widget.jivo-collapsed { display: none !important; }
}

header.header.fixed {z-index: 10;}

.header.infraPage ~ .content .crumbs {margin: 0; position: absolute; top: 40px}

/* ----------------------------------- Новая страница Витруальной архитектуры  ----------------------------------- */
.header.infraPage.fixed {height: 45px;}
.header.infraPage.fixed .main-nav {display: block; padding-top: 12px;}
.header.infraPage.fixed .header-links-group {top: 45px; bottom: auto;}
.header.infraPage.fixed .top-logo {padding: 0;}
.header.infraPage.fixed .header-logo-bg:after {
  border-top: 45px solid #0071BF;
}

.header.infraPage.fixed .main-nav__li.active .main-nav__link:before {bottom: -14px;}
.header.infraPage .header-links-group__item.excursion:before {
    width: 20px;
    height: 20px;
    background: url(images/infra-icon-excursion.png) no-repeat;
}

@media screen and (max-width: 979px) {
    .header.infraPage .header-links-group {display: none;}
}



.content {
    overflow: hidden;
    width: 100%;
}

.fullBlock {position: relative;}
.fullBlock img {
    margin-bottom: 0;
    max-width: 100%;
    height: auto;
    display: block;
}
.fullBlock:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 1000px;
}
.fullBlock:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: 1000px;
}
.fullBlock.grey,
.fullBlock.grey:before,
.fullBlock.grey:after {background: #f6f8f9;}
.fullBlock.blue:before,
.fullBlock.blue:after {background: #006dba;}
.fullBlock.lightBlue:before,
.fullBlock.lightBlue:after {background: #e5f5ff;}

.infraBanner {
    height: 300px;
    margin-bottom: 30px;
    position: relative;
    margin-top: -31px;
    padding-top: 30px;
    box-sizing: border-box;
    color: #fff;
}

@media (max-width: 750px) {
    .infraBanner.is-openstack {
        min-height: 576px;
    }
}


.infraBanner--new,
.infraBanner.infraBanner--new {
    margin: 0;
}
@media (max-width: 750px) {
    .infraBanner--new,
    .infraBanner.infraBanner--new {
        padding-top: 35px;
    }
}
@media (min-width: 750px) {
    .infraBanner--new,
    .infraBanner.infraBanner--new {
        padding-top: 20px;
    }
}

.infraBanner p {
    color: #ffffff;
}

.infraBanner__crumbs {
    margin-bottom: 18px;
}

.infraBanner__header {
    margin: 0;
}

.infraBanner__title,
.infraBanner-row .left .title.infraBanner__title {
    margin: 0;
    display: block;
    font-weight: 700;
}

@media (max-width: 750px) {
    .infraBanner__title,
    .infraBanner-row .left .title.infraBanner__title {
        font-size: 22px;
        line-height: 25px;
    }
}

@media (min-width: 751px) {
    .infraBanner__title,
    .infraBanner-row .left .title.infraBanner__title {
        font-size: 30px;
        line-height: 34px;
    }
}

.infraBanner__subtitle,
.infraBanner-row .left .subtitle.infraBanner__subtitle {
    margin: 0;
    display: block;
    font-weight: 300;
}

@media (max-width: 750px) {
    .infraBanner__subtitle,
    .infraBanner-row .left .subtitle.infraBanner__subtitle {
        font-size: 22px;
        line-height: 25px;
    }
}

@media (min-width: 751px) {
    .infraBanner__subtitle,
    .infraBanner-row .left .subtitle.infraBanner__subtitle {
        font-size: 30px;
        line-height: 34px;
    }
}
@media (max-width: 750px) {
    .infraBanner__button {
        width: 100%;
        text-align: center;
    }
}

.infraBanner__button--outline,
.infraBanner__button--outline.btn.light {
    background: transparent;
    border: 1px solid #F85417;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.infraBanner__button--outline,
.infraBanner__button--outline.btn.light:hover {
    color: #F85417;
    border: 1px solid #B55950;
}

.infraBanner-wrap {position: relative;}
.infraBanner .crumbs {margin-top: 0;}
.infraBanner-row {display: flex; flex-wrap: wrap;}
.infraBanner-row .left {width: 80%;}
.infraBanner-row .left .subtitle {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.infraBanner-row .left .title {
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-right: 100px;
}
.infraBanner-row .left .btn {
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    padding: 0 20px;
    margin-right: 10px;
    transition: background 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.infraBanner-row .left .btn:before {display: none;}
.infraBanner-row .left .btn.orange {background: #f85417;}
.infraBanner-row .left .btn.orange:hover {background: #b93b0d;}
.infraBanner-row .left .btn.red {background: #d6141a;}
.infraBanner-row .left .btn.red:hover {background: #b91017;}
.infraBanner-row .left .btn.test {background: #e73a1c;}
.infraBanner-row .left .btn.test:hover {background: #bd331a;}
.infraBanner-row .right {
    width: 20%;
    list-style: none;
    font-size: 16px;
    padding-top: 20px;
}
.infraBanner-row .right li + li {margin-top: 10px;}
.infraBanner-row .right a {
    color: #fff;
    border-bottom: 1px dashed #fff;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.infraBanner-row .right a:hover {
    color: #0071bc;
    border-color: #0071bc;
}
.infraBanner::before {
    content: '';
    position: absolute;
    top: 0;
    left: -25%;
    right: -25%;
    bottom: 0;
    background: url(images/infraBanner.jpg);
    background-size: cover;
    background-position: center center;
}
.infraBanner.is-openstack::before {
    background-color: #0b0a37;
    background-repeat: no-repeat;
}
@media (max-width: 750px) {
    .infraBanner.is-openstack::before {
        background-image: url('/img/openStack/openStack-banner-mob.jpg');
        background-position: bottom center;
        background-size: 100vw;
    }
}
@media (min-width: 751px) {
    .infraBanner.is-openstack::before {
        background-image: url('/img/openStack/openStack-banner.jpg');
        background-position: center;
    }
}

@media screen and (max-width: 1100px) {
    .infraBanner {height: auto; padding-bottom: 30px;}
    .infraBanner-row .left, .infraBanner-row .right {width: 100%;}
    .infraBanner-row .left .title {padding-right: 0; font-size: 20px; line-height: 24px;}
    .infraBanner-row .right li {display: inline-block; margin-top: 0; margin-right: 10px;}
    .infraBanner-row .left .btn {margin-bottom: 10px;}
}
@media screen and (max-width: 640px) {
    .infraBanner {margin-top: -90px;}
}


.infraAdv {
    display: flex;
    margin-bottom: 60px;
    flex-wrap: wrap;
}
.infraAdv-left {
    width: 40%;
    border-right: 2px solid #c0cad0;
    box-sizing: border-box;
    list-style: none;
    border-top: 2px solid #c0cad0;
}
.infraAdv-left li {
    padding: 15px 30px 15px 85px;
    position: relative;
    cursor: pointer;
    border-left: 2px solid #c0cad0;
}
.infraAdv-left li:last-of-type {border-bottom: 2px solid #c0cad0;}
.infraAdv-left li .number {
    position: absolute;
    top: 50%;
    left: 30px;
    font-size: 42px;
    font-weight: bold;
    color: #006dba;
    line-height: 42px;
    margin-top: -21px;
    z-index: 2;
}
.infraAdv-left li .cont {
    position: relative;
    z-index: 2;
    font-size: 18px;
    line-height: 24px;
}
.infraAdv-left li .trngl {
    display: none;
    position: absolute;
    left: 100%;
    top: -1px;
    margin-left: 2px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #0071be;
}
.infraAdv-left li:hover:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 1;
    background: #c0cad0;
}
.infraAdv-left li.active {color: #fff;}
.infraAdv-left li.active:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    z-index: 1;
    background: linear-gradient(to right, #005e9f, #0071be);
}
.infraAdv-left li.active .trngl {display: block;}
.infraAdv-left li.active .number {color: #fff;}
.infraAdv-left li + li {border-top: 2px solid #c0cad0;}
.infraAdv-right {
    width: 60%;
    list-style: none;
    overflow: hidden;
    border-top: 2px solid #c0cad0;
    border-right: 2px solid #c0cad0;
    border-bottom: 2px solid #c0cad0;
}
.infraAdv-right > li {
    display: none;
    height: 100%;
    box-sizing: border-box;
    padding: 40px 20px 40px 40px;
    font-size: 16px;
    line-height: 24px;
}
.infraAdv-right > li .slideTitle {
    display: none;
    color: #006dba;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.infraAdv-right li a {border-bottom: 1px dashed #0071bc;}
.infraAdv-right li .block {display: flex;}
.infraAdv-right li .block .icon {
    width: 70px;
    margin-right: 20px;
    flex: 0 0 70px;
}
.infraAdv-right li .block .icon img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0;
}
.infraAdv-right li .block + .block {margin-top: 30px;}
.infraAdv-right li.active {display: block;}
.infraAdv-right li > .row {display: flex;}
.infraAdv-right li > .row .slideLeft {width: 60%;}
.infraAdv-right li > .row .slideRight {
    width: 40%;
    min-width: 267px;
    padding-left: 30px;
}

.infraAdv-right li > .row .slideRight img {
    margin-bottom: 0;
    display: block;
}
@media screen and (max-width: 991px) and (min-width: 901px), (max-width: 610px){
    .infraAdv-right li > .row {display: block;}
    .infraAdv-right li > .row .slideLeft {width: 100%;}
    .infraAdv-right li > .row .slideRight {
        padding-left: 0;
        width: 100%;
    }
    .infraAdv-right li > .row .slideRight img {
        margin: 30px auto 0 auto;
    }
}

@media screen and (max-width: 900px) {
    .infraAdv-left, .infraAdv-right {width: 100%;}
    .infraAdv-left {display: flex; border-top: 0;}
    .infraAdv-left li {flex: 1; height: 64px; border-top: 2px solid #c0cad0; padding: 0; text-align: center;}
    .infraAdv-left li:last-of-type {border-bottom: 0;}
    .infraAdv-left li .number {left: 50%; transform: translateX(-50%);}
    .infraAdv-left li .cont {display: none;}
    .infraAdv-left li .trngl {display: none !important;}
    .infraAdv-right {border-left: 2px solid #c0cad0;}
    .infraAdv-right > li .slideTitle {display: block;}
}

@media screen and (max-width: 350px) {
    .infraAdv-right > li {padding: 40px 20px;}
}

.infraIaas {
    margin-bottom: 40px;
    padding: 40px 0 70px;
}
.infraIaas-list {
    list-style: none;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.infraIaas-list li {
    width: 45%;
    box-sizing: border-box;
    position: relative;
    padding-left: 20px;
    margin-bottom: 25px;
}
.infraIaas-list li:before {
    content: '';
    width: 16px;
    height: 1px;
    background: #222d41;
    position: absolute;
    top: 11px;
    left: 0;
}

@media screen and (max-width: 600px) {
    .infraIaas-list li {width: 100%;}
}

.infraSlider {position: relative;}
.infraProjects .infraSlider .flex-viewport {height: auto !important;}
.infraSlider .slides li img {
    display: block;
    margin: 20px auto;
    width: auto;
    max-width: 100%;
    height: auto;
}
.infraSlider .flex-control-nav {
    font-size: 0;
    text-align: center;
    list-style: none;
    margin-top: 40px;
}
.infraSlider .flex-control-nav li {display: inline-block}
.infraSlider .flex-control-nav li + li {margin-left: 30px;}
.infraSlider .flex-control-nav li a {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #222d41;
    box-sizing: border-box;
    background: #f6f8f9;
}
.infraSlider .flex-control-nav li a.flex-active {position: relative;}
.infraSlider .flex-control-nav li a.flex-active:after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -6px;
    background: #f14c31;
}
.infraSlider .flex-direction-nav {display: none;}
.infraSlider.topNav {margin-top: 90px;}
.infraSlider.topNav .flex-control-nav {
    position: absolute;
    bottom: 100%;
    margin-bottom: 25px;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    line-height: 0;
}
.infraSlider.lineNav .flex-control-nav:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #222d41;
    margin-top: -1px;
    z-index: -1;
}

.infraProjects {margin-bottom: 60px;}
.infraProjects-slider {
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.infraProjects-slider .flex-direction-nav {display: block; list-style: none;}
.infraProjects-slider .flex-direction-nav li {
    width: 26px;
    height: 45px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
}
.infraProjects-slider .flex-direction-nav li.flex-nav-prev {left: -5%;}
.infraProjects-slider .flex-direction-nav li.flex-nav-next {right: -5%;}
.infraProjects-slider .flex-direction-nav li a {
    display: block;
    font-size: 0;
    width: 26px;
    height: 45px;
    background: url(images/infra-partner-arrows.png);
}
.infraProjects-slider .flex-direction-nav li.flex-nav-next a {background-position: -26px 0;}
.infraProjects-list li {
    width: 30%;
    margin-bottom: 30px;
}
.infraProject-img {
    height: 200px;
    margin-bottom: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.infraProject-img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.infraProject-head {
    height: 80px;
    overflow: hidden;
    margin-bottom: 10px;
}
.infraProject-link {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 24px;
}
.infraProject-link a {border-bottom: 1px dashed #006dba;}
.infraProject-type {
    font-size: 14px;
    color: #9e9e9e;
}
.infraProject-text {
    font-size: 16px;
    line-height: 24px;
}
.infraProject-text .hide {display: none;}
.infraProject-text .block + .block {margin-top: 20px;}

.infraForm {
    padding: 40px 20px;
    text-align: center;
    font-size: 0;
    background: #006dba;
}
.infraForm .btn {
    height: 54px;
    padding: 0 20px;
    font-size: 20px;
    line-height: 54px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-weight: 300;
    margin: 0 10px;
    transition: background 0.2s ease;
}
.infraForm .btn:before {display: none;}
.infraForm .btn.orange {background: #e08d21;}
.infraForm .btn.orange:hover {background: #b9741d;}
.infraForm .btn.red {background: #f14c31;}
.infraForm .btn.red:hover {background: #b93925;}

@media screen and (max-width: 500px) {
    .infraForm .btn {width: 100%; text-align: center; margin: 0;}
    .infraForm .btn + .btn {width: 100%; text-align: center; margin-top: 20px;}
}


.infraScheme {
    margin-bottom: 100px;
    padding: 50px 0;
}
.infraScheme img {margin: 60px auto 0;}

#infraScene {
    font-size: 40px;
    line-height: 42px;
    color: #222d41;
}

.infraModels {
    margin-bottom: 60px;
    padding: 60px 0 80px;
    background: #006dba;
    color: #fff;
    text-align: center;
}
.infraModels .h1 {
    display: inline-block;
    height: 60px;
    font-size: 30px !important;
    line-height: 60px !important;
    padding: 0 50px;
    background: #222d41;
    margin-bottom: 50px;
    color: #fff !important;
    position: relative;
}
.infraModels .h1:after {
    content: '';
    width: 4px;
    height: 50px;
    background: #222d41;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -2px;
}
.infraModels-line {
    width: calc(75% + 19px);
    height: 4px;
    background: #222d41;
    margin: 0 auto;
}
.infraModels-list {
    list-style: none;
    margin-left: -20px;
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
}
.infraModels-list li {
    width: 25%;
    padding-left: 20px;
    box-sizing: border-box;
    text-align: left;
}
.infraModel-wrap {
    height: 100%;
    padding: 40px 20px;
    background: #222d41;
    color: #fff;
    position: relative;
}
.infraModel-wrap:before {
    content: '';
    width: 4px;
    height: 50px;
    background: #222d41;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -2px;
}
.infraModel-icon {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.infraModel-head {
    height: 80px;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}
.infraModel-title {font-weight: bold;}
.infraModel-subtitle {font-weight: 300;}
.infraModel-text {
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 1200px) {
    .infraModels .h1 {width: 100%; text-align: center; height: auto; line-height: normal !important; padding-top: 20px; padding-bottom: 20px; margin-bottom: 20px;}
    .infraModels .h1:after {display: none;}
    .infraModels-line {display: none;}
    .infraModels-list li {width: 100%; margin-bottom: 20px;}
    .infraModel-wrap {padding-left: 150px;}
    .infraModel-wrap:before {display: none;}
    .infraModel-icon {
        display: block;
        position: absolute;
        top: 40px;
        left: 20px;
        margin: 0;
    }
    .infraModel-head {height: auto;}
}
@media screen and (max-width: 500px) {
    .infraModel-wrap {padding-left: 40px;}
    .infraModel-icon {position: static; margin-bottom: 20px;}
}


.infraLevels {margin-bottom: 75px;}
.infraLevels-list {
    list-style: none;
    display: flex;
    margin-left: -40px;
    justify-content: center;
}
.infraLevels-list li {
    width: 33.33%;
    max-width: 360px;
    height: 460px;
    box-sizing: border-box;
    text-align: center;
    margin-left: 40px;
    background: url(images/infra-level-shield.svg) center center no-repeat;
    padding: 100px 60px 0;
    background-size: contain;
}
.infraLevels-title {
    font-size: 20px;
    font-weight: bold;
    color: #222d41;
    height: 100px;
}
.infraLevels-line {
    width: 64px;
    height: 2px;
    background: linear-gradient(to right, #005e9f, #0071be);
    margin: 0 auto 30px;
}
.infraLevels-text {
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 1100px) {
    .infraLevels-list {display: block; margin-left: 0;}
    .infraLevels-list > li {width: 96%; margin: 0 auto 30px;}
}
@media screen and (max-width: 380px) {
    .infraLevels-title {
        font-size: 16px;
        line-height: 24px;
    }
    .infraLevels-text {
        font-size: 14px;
        line-height: 22px;
    }
}


.infraGeo {
    margin-bottom: 70px;
    padding: 70px 0;
}
.infraGeo > img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
}
.infraGeo-list {
    list-style: none;
    display: flex;
    width: 90%;
    margin: -100px auto 0;
    justify-content: space-between;
    flex-wrap: wrap;
}
.infraGeo-list li {width: 28%;}
.infraGeo-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}
.infraGeo-title:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 3px solid #006fd4;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: 8px;
    left: -20px;
}
.infraGeo-text {
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 800px) {
    .infraGeo-list {margin-top: -10px;}
    .infraGeo-list li {width: 100%; margin-bottom: 40px;}
}


.infraConfig {
    padding: 60px 40px;
    margin-bottom: 60px;
    background: #006dba;
    color: #fff;
}
.infraConfig .h1 {color: #fff;}
.infraConfig > label {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
}
.infraConfig > textarea {
    width: 100%;
    height: 100px;
    display: block;
    background: #fff;
    resize: none;
    border: 0;
    margin-bottom: 30px;
    color: #222d41;
    box-sizing: border-box;
    padding: 10px;
}
.infraConfig-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.infraConfig-footer input[type="checkbox"] + label {
    font-size: 16px !important;
    color: #fff !important;
}

.infraConfig-footer .btn {
    background: #e08d21;
    padding: 20px;
    transition: background 0.2s ease;
}
.infraConfig-footer .btn:hover {background: #b9741d;}
.infraConfig-footer .btn:before {display: none;}
.infraConfig-footer .btn.red {background: #e73a1c; transition: background 0.2s ease;}
.infraConfig-footer .btn.red:hover {background: #b91017;}
.infraConfig-label {
    margin-bottom: 10px;
    display: block;
}
.infraConfig-wrap {
    display: flex;
    margin-left: -10px;
    flex-wrap: wrap;
}
.infraConfig-wrap .clm {
    width: 50%;
    padding-left: 10px;
    box-sizing: border-box;
}

@media (min-width: 1001px) {
    .infraConfig-wrap .clm.is-quarter {
        width: 25%;
    }
}

.infraConfig .block {
    width: 100%;
    height: 100px;
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: #222d41;
}
.infraConfig .block .label {
    width: 100px;
    margin-right: 20px;
    font-size: 20px;
}
.infraConfig .block-channels label {display: inline-block; position: relative; margin-right: 20px;}
.infraConfig .block-channels input[type="radio"] {display: inline; width: auto; position: absolute; top: 0; left: -9999px;}
.infraConfig .block-channels .elm {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #222d41;
    box-sizing: border-box;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
}
.infraConfig .block-channels input[type="radio"]:checked ~ .elm:after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -6px;
    background: #f14c31;
}
.infraConfig .block > .irs {
    display: block;
    height: 60px;
    flex: 1 0 auto;
    margin-top: -20px;
}
.infraConfig .block > .irs .irs-line {
    height: 8px !important;
    border-radius: 0;
    background: #c0cad0 !important;
}
.infraConfig .block > .irs .irs-bar, .infraConfig .block > .irs .irs-bar-edge {
    height: 8px !important;
    background: #f14c31 !important;
}
.infraConfig .block > .irs .irs-bar {
    padding-right: 10px !important;
    box-sizing: content-box;
}
.infraConfig .block > .irs .irs-slider {
    width: 43px !important;
    height: 56px !important;
    background: url(images/infraConfigMarker.png) !important;
    border: 0 !important;
    margin-top: -10px;
}
.infraConfig .block > .irs .irs-grid {top: 45px;}
.infraConfig .block > .irs .irs-grid-text {font-size: 14px !important; color: #3b4652 !important;}
.infraConfig .block .irs-val-input {
    display: block;
    width: 80px;
    height: 30px;
    margin-left: 20px;
    border: 1px solid #e6eaec;
    border-radius: 3px;
}
.infraConfig .block .irs-val-input:disabled {opacity: 0.7; cursor: not-allowed;}
.infraConfig .tooltip {
    background: url(images/infraQuestion.png);
    position: relative;
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: super;
}
.infraConfig .tooltip:hover .text {display: block;}
.infraConfig .tooltip .text {
    display: none;
    position: absolute;
    bottom: 100%;
    left: -30px;
    font-size: 14px;
    line-height: 16px;
    padding: 15px;
    width: 300px;
    background: #c0cad0;
    margin-bottom: 20px;
    z-index: 100;
    color: #222d41;
    font-weight: 400;
}
.infraConfig .tooltip .text:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 20px;
}
.infraConfig .tooltip .text:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #c0cad0 transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 35px;
}
.infraConfig .specBlock {
    margin-left: -10px;
    width: auto;
}

@media screen and (max-width: 1000px) {
    .infraConfig {padding: 30px 10px;}
    .infraConfig-wrap .clm {width: 100%;}
    .infraConfig .block .label {font-size: 16px; font-weight: bold;}
    .infraConfig .specBlock {margin-left: 0; margin-top: -10px;}
}
@media screen and (max-width: 650px) {
    .infraConfig-footer {display: block;}
    .infraConfig-footer .buttons {display: block;}
    .infraConfig-footer .btn {margin-top: 20px; width: 100%; margin-left: 0 !important; text-align: center;}
}
@media screen and (max-width: 500px) {
    .infraConfig .block {position: relative; height: auto; padding-top: 60px;}
    .infraConfig .block .label {position: absolute; top: 10px; left: 20px;}
    .infraConfig .specBlock {padding-top: 0;}
}


.infraCoop {
    margin-bottom: 70px;
    padding: 40px 0 80px;
}
.infraCoop-list {
    margin-top: 50px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.infraCoop-list > li {
    width: 20%;
    padding: 20px 30px 50px 30px;
    box-sizing: border-box;
    background: transparent;
    transition: background 0.2s ease, color 0.2s ease;
}
.infraCoop-list > li:hover {
    background: #006dba;
    color: #fff;
}
.infraCoop-list > li:hover .infraCoop-title {color: #fff !important; transition: color 0.2s ease;}
.infraCoop-icon {
    height: 100px;
    margin-bottom: 10px;
}
.infraCoop-icon .icon {fill: #222d41; transition: fill 0.2s ease;}
.infraCoop-list > li:hover .infraCoop-icon .icon {fill: #ffffff;}
.infraCoop-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #222d41;
}
.infraCoop-text {
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 1000px) {
    .infraCoop-list > li {width: 100%; margin-bottom: 30px; position: relative; padding: 20px 20px 40px 110px;}
    .infraCoop-icon {
        position: absolute;
        top: 20px;
        left: 20px;
    }
}
@media screen and (max-width: 400px) {
    .infraCoop-list > li {padding: 20px;}
    .infraCoop-icon {position: static; margin-bottom: 20px; height: auto;}
}


.infraFiles {margin-bottom: 70px;}
.infraFiles-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: space-between;
}
.infraFiles-list li {
    width: 45%;
    position: relative;
    box-sizing: border-box;
    padding-left: 50px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.infraFiles-list li:before {
    content: '';
    width: 38px;
    height: 47px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/infra-files.png);
}
.infraFiles-list li.type02:before {background-position: -38px 0;}
.infraFile-title small {
    font-size: 14px;
    color: #798d9e;
}
.infraFile-text {color: #c0cad0;}
.infraFile-link a {text-decoration: underline;}

@media screen and (max-width: 700px) {
    .infraFiles-list li {width: 100%;}
}


.infraSubscribe {
    padding: 50px 0;
    background: #e5f5ff;
}
.infraSubscribe-text {
    color: #006dba;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 60px;
}
.infraSubscribe-text:before {
    content: '';
    width: 46px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
    background: url(images/infra-subscr-icon.png);
}
.infraSubscribe-form .row {
    display: flex;
    align-items: flex-end;
    margin-left: -20px;
}
.infraSubscribe-form .formMsg {padding-top: 30px; display: none;}
.infraSubscribe-form .formMsg.error {color: red;}
.infraSubscribe-form label {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.infraSubscribe-form label:before {
    content: '';
    width: 8px;
    height: 12px;
    background: url(images/infra-angle.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}
.infraSubscribe-form label.error {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    font-size: 13px;
    color: red;
}
.infraSubscribe-form label.error:before {display: none;}
.infraSubscribe-form input[type="text"] {
    height: 50px;
    background: #fff;
    display: block;
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
}

.infraSubscribe-form input.error {border: 1px solid red;}

.infraSubscribe-form > .row > div {
    margin-left: 20px;
    flex: 1 0 auto;
    position: relative;
}
.infraSubscribe-form > .row > button {
    display: inline-block;
    height: 50px;
    padding: 0 50px;
    color: #fff;
    cursor: pointer;
    border: 0;
    background: #222d41;
    margin-left: 20px;
}
.infraSubscribe-form > button:hover {text-decoration: underline;}

@media screen and (max-width: 750px) {
    .infraSubscribe-form > .row {display: block;}
    .infraSubscribe-form input {margin-bottom: 30px;}
}


.shadow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(34, 45, 65, 0.9);
    z-index: 100;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  z-index: 110;
  padding: 20px 16px;
}
.popup-wrap {
    width: 100%;
    position: relative;
    top: 25%;
    left: 50%;
    transform: translate(-50%, 0);
    height: fit-content;
    max-width: 700px;
    box-sizing: border-box;
    padding: 50px;
    background: #eaeeef;
    z-index: 105;
    font-size: 16px;
    line-height: 24px;
}
.popup ul {margin-top: 20px;}
.popup-title {
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: -20px;
}
.popup .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
}
.popup .row .clm {
    width: 50%;
    padding-left: 10px;
    position: relative;
}
.popup .row .clm.clm--full {
  width: 100%;
}
.popup label {
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}
.popup label:before {
    content: '';
    width: 8px;
    height: 12px;
    background: url(images/infra-angle.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}
.popup .label-checkbox:before {display: none;}
.popup label.error {
    position: absolute;
    top: 100%;
    left: 10px;
    right: 0;
    font-size: 13px;
    color: red;
    margin-top: -40px !important;
}
.popup label.error:before {display: none;}
.popup .formMsg {
    padding-top: 30px;
    display: none;
    font-size: 18px;
    color:#3ca940;
}
.popup .formMsg.error {color: red;}
.popup input {
    display: block;
    width: 100%;
    height: 50px;
    background: #fff;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    padding-left: 10px;
    margin-bottom: 40px;
}
.popup textarea {
    display: block;
    width: 100%;
    height: 100px;
    background: #fff;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 25px;
    resize: none;
}

.popup input.error,
.popup textarea.error,
.popup input[type="checkbox"].error + label:after {border: 1px solid red;}

.popup-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.popup-footer-link {
  width: 100%;
  text-align: right;
  margin-top: 10px;
}
.popup-footer .btn {
    background: #222d41;
    color: #fff;
    padding: 0 50px;
    line-height: 50px;
    cursor: pointer;
    margin-left: 50px;
    margin-bottom: 0;
}
.popup-footer label {margin-bottom: 0;}
.popup-footer .btn:before {display: none;}
.popup-close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/infra-popupClose.png) center center no-repeat;
    cursor: pointer;
}
.error label {color: red !important;}
@media screen and (max-width: 600px) {
    .popup .popup-wrap {top: 0;}
    .popup .row .clm {width: 100%;}
    .popup-footer {display: block;}
    .popup-footer .btn {margin-left: 0; margin-top: 30px;width: 100%;}
}

.crumbs a {
    display: inline-block !important;
    padding: 0 !important;
    background: none !important;
}


/* ----------------------------------- Webinars ----------------------------------- */
.webinarBanner {
    height: 300px;
    position: relative;
    margin-top: -31px;
    padding-top: 30px;
    box-sizing: border-box;
    color: #fff;
    margin-bottom: 0px;
}
.webinarBanner-bg {
    position: absolute;
    top: 0;
    left: -26%;
    right: -26%;
    bottom: 0;
    background-color: #aaa;
    background-size: cover;
    background-position: center center;
}
.webinarBanner-bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
}
.webinarBanner-wrap {position: relative;}
.webinarBanner .crumbs {margin-top: 0;}
.webinarBanner-row {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.webinarBanner-row .left {width: 70%;}
.webinarBanner-row .right {width: 25%;}
.webinarBanner-title {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
    font-weight: bold;
}
.webinarBanner-subtitle {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
}
.webinarBanner .btn {
     height: 50px;
     font-size: 20px;
     line-height: 50px;
     padding: 0 20px;
     margin-right: 10px;
     transition: background 0.2s ease;
 }
.webinarBanner .btn:before {display: none;}
.webinarBanner .btn.orange {background: #f85417;}
.webinarBanner .btn.orange:hover {background: #b93b0d;}
.webinarBanner-links {
    list-style: none;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
}
.webinarBanner-links li + li {margin-top: 6px;}
.webinarBanner-links li a {
    color: #fff;
    font-weight: bold;
    border-bottom: 1px dashed #fff;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.webinarBanner-links li a:hover {
    color: #0071bc;
    border-color: #0071bc;
}
.webinarBanner-info {
    font-size: 16px;
    line-height: 24px;
}

.webinarContent {
    width: 80%;
    padding-top: 30px;
    margin: 0 auto 70px;
}
.webinarTitle {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}
p + .webinarTitle,
ul + .webinarTitle {
    margin-top: 60px;
}

.webinarSpeakers {
    padding: 70px 0;
    background: #f6f8f9;
    position: relative;
}
.webinarSpeakers:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: -500px;
    background: #f6f8f9;
}
.webinarSpeakers:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: -500px;
    background: #f6f8f9;
}

.speakerList {list-style: none;}
.speakerList .flex-viewport {margin-bottom: 40px;}
.speakerList .slides li {
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px;
}
.speakerList-img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    margin: 0 auto 30px;
}
.speakerList-name {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.speakerList-position {
    font-size: 14px;
    line-height: 20px;
    color: #9e9e9e;
    margin-bottom: 20px;
}
.speakerList .flex-direction-nav {display: none;}
.speakerList .flex-control-nav {
    font-size: 0;
    text-align: center;
}
.speakerList .flex-control-nav li {
    display: inline-block;
    vertical-align: middle;
}
.speakerList .flex-control-nav li {margin: 0 10px;}
.speakerList .flex-control-nav li a {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #b8b9b9;
    cursor: pointer;
    position: relative;
}
.speakerList .flex-control-nav li a.flex-active:before {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background: #f14c31;
    transform: translate(-50%, -50%);
}

.webinarRegister {
    background: #006dba;
    color: #fff;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
.webinarRegister:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: -500px;
    background: #006dba;
}
.webinarRegister:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: -500px;
    background: #006dba;
}
.webinarRegister .btn {
    background: #e08d21;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    margin-left: 30px;
}
.webinarRegister .btn:before {display: none;}
.webinarRegister .btn:hover {background: #b9741d;}

@media screen and (max-width: 1000px) {
    .webinarBanner {height: auto; padding: 30px 0;}
    .webinarBanner-row {display: block;}
    .webinarBanner-row .left,
    .webinarBanner-row .right {width: 100%;}
    .webinarBanner-row .left {margin-bottom: 30px;}
}

@media screen and (max-width: 1000px) {
    .webinarContent {width: 100%;}

    .webinarRegister {
        display: block;
        text-align: center;
        height: auto;
        padding: 20px 0;
    }
    .webinarRegister .btn {margin-top: 20px; margin-left: 0;}
}

.telekom-detail-banner {
    height: 200px;
    margin-bottom: 30px;
    position: relative;
    padding-top: 20px;
    box-sizing: border-box;
    color: #fff;
}

.telekom-detail-banner-img {
    content: '';
    position: absolute;
    top: 0;
    left: -25%;
    right: -25%;
    bottom: 0;
    background-size: cover;
    background-position: center center;
}

.telekom-detail-banner .top-promo__title {margin-bottom: 20px;}

.telekom-detail-banner .crumbs {margin-top: 0;}

@media screen and (max-width: 1100px){
    .telekom-detail-banner {
        height: auto;
        padding-bottom: 30px;
    }
}

/*Поле в формах, для фильтрации ботов*/
#js-surname {display: none;}


/* ---------------------------------------------------------------------------- *\
    Страница Automate
    -- Automate Banner
    -- Automate Banner Special
    -- Automate Provide
    -- Automate Structure
    -- Automate Button Block
    -- Automate Management
    -- Automate Experts
    -- Automate Functions
    -- Automate Feedback
    -- Automate Slider
    -- Automate Reviews
    -- Automate Architecture
    -- Automate Update
\* ---------------------------------------------------------------------------- */

.img1340 {display: block;}
.img1140 {display: none;}
.img750 {display: none;}
.img480 {display: none;}
.img320 {display: none;}
@media screen and (max-width: 1340px) {
    .img1340 {display: none;}
    .img1140 {display: block;}
    .img750 {display: none;}
    .img480 {display: none;}
    .img320 {display: none;}
}
@media screen and (max-width: 1140px) {
    .img1340 {display: none;}
    .img1140 {display: none;}
    .img750 {display: block;}
    .img480 {display: none;}
    .img320 {display: none;}
}
@media screen and (max-width: 750px) {
    .img1340 {display: none;}
    .img1140 {display: none;}
    .img750 {display: none;}
    .img480 {display: block;}
    .img320 {display: none;}
}
@media screen and (max-width: 480px) {
    .img1340 {display: none;}
    .img1140 {display: none;}
    .img750 {display: none;}
    .img480 {display: none;}
    .img320 {display: block;}
}


/* ----------------------------------- Automate Banner ----------------------------------- */
.automateBanner {
    min-height: 410px;
    margin-top: -56px;
    box-sizing: border-box;
    padding-top: 70px;
    padding-bottom: 160px;
    position: relative;
    background: url(/img/automate/mainBanner.png) right top no-repeat;
    background-size: auto 100%;
}
.automateBanner:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(-1 * (100vw - 1280px - 17px) / 2);
    right: calc(-1 * (100vw - 1280px - 17px) / 2);
    background: linear-gradient(to right, #002142, #001027);
    z-index: -1;
}
.automateBanner-title {
    font-size: 36px;
    line-height: 45px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
    width: 60%;
}
.automateBanner-btns {position: relative;}
.automateBanner .btn {
    height: 48px;
    font-size: 16px;
    font-weight: 400;
    line-height: 44px;
    padding: 0 40px;
    color: #fff;
    border: 2px solid #a2382e;
    background: transparent;
    transition: border-color 0.3s ease;
}
.automateBanner .btn:hover {border-color: rgba(162, 48, 36, 0.8);}
.automateBanner .btn.solid {background: #e73a1c; border-color: #e73a1c; transition: border-color 0.3s ease, background 0.3s ease;}
.automateBanner .btn.solid:hover {background: rgba(231, 58, 28, 0.8); border-color: rgba(231, 58, 28, 0.8) !important;}
.automateBanner .btn:before {display: none;}
.automateBanner .btn + .btn {margin-left: 10px;}

@media screen and (max-width: 1340px) {
    .automateBanner:before {
        left: -40px;
        right: -40px;
    }
    .automateBanner-title {
        width: 50%;
        font-size: 30px;
        line-height: 40px;
    }
    .automateBanner .btn {
        font-size: 14px;
        height: 44px;
        line-height: 40px;
    }
}

@media screen and (max-width: 1140px) {
    .automateBanner-title {
        font-size: 24px;
        line-height: 30px;
        width: 75%;
    }
}

@media screen and (max-width: 750px) {
    .automateBanner {
        height: calc(100vh - 89px);
        box-sizing: border-box;
        background-size: 90% auto;
        background-position: center 50%;
    }
    .automateBanner-title {width: 90%;}
    .automateBanner-btns {display: none;}
    .automateBanner .btn {
        display: block;
        width: 100%;
        text-align: center;
    }
    .automateBanner .btn + .btn {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    .automateBanner {padding-bottom: 300px;}
    .automateBanner-title {
        font-size: 18px;
        line-height: 20px;
        width: 100%;
    }
}


/* ----------------------------------- Automate Banner Special ----------------------------------- */
.crumbs {position: relative; z-index: 2;}
.automateBannerSpec {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 130px;
    display: flex;
    color: #fff;
    background: rgba(0, 48, 82, 0.7);
}
.automateBannerSpec-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 0 0;
    background: #006fbb;
    position: relative;
}
.automateBannerSpec-left:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -500px;
    right: 100%;
    background: #006fbb;
}
.automateBannerSpec-title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 5px;
}
.automateBannerSpec-text {
    font-size: 22px;
    line-height: 24px;
}
.automateBannerSpec-center {
    padding: 0 130px;
    display: flex;
    align-items: center;
    flex: 0;
    position: relative;
}
.automateBannerSpec-center a {
    white-space: nowrap;
    color: #fff;
    text-decoration: underline;
    transition: color 0.3s ease;
}
.automateBannerSpec-center a:hover {color: #e73a1c;}
.automateBannerSpec-center:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 130px 130px 0 0;
    border-color: #006fbb transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.automateBannerSpec-center:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 130px 130px;
    border-color: transparent transparent #006fbb transparent;
    position: absolute;
    top: 0;
    right: 0;
}
.automateBannerSpec .btn {
    font-size: 14px;
    padding: 0 15px;
    white-space: nowrap;
    font-weight: 500;
    text-transform: uppercase;
}
.automateBannerSpec-right {
    width: 0;
    background: #006fbb;
    position: relative;
}
.automateBannerSpec-right:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: -500px;
    background: #006fbb;
}

@media screen and (max-width: 1340px) {
    .automateBannerSpec {height: 120px;}
    .automateBannerSpec-title {
        font-size: 24px;
        line-height: 30px;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .automateBannerSpec-text {
        font-size: 16px;
        line-height: 19px;
    }
    .automateBannerSpec .btn {font-size: 12px;}
    .automateBannerSpec-center:before {border-width: 120px 120px 0 0;}
    .automateBannerSpec-center:after {border-width: 0 0 120px 120px;}
    .automateBannerSpec-center {padding: 0 120px;}
}

@media screen and (max-width: 1140px) {
    .automateBannerSpec-title {
        font-size: 18px;
        line-height: 20px;
    }
    .automateBannerSpec-text {
        font-size: 14px;
        line-height: 18px;
    }
    .automateBannerSpec-center {padding-right: 0;}
    .automateBannerSpec-center:after {display: none;}
    .automateBannerSpec-right:after {
        background: rgba(0, 48, 82, 0.7);
    }
}

@media screen and (max-width: 750px) {
    .automateBannerSpec {
        height: auto;
        flex-wrap: wrap;
        background: #006fbb;
    }
    .automateBannerSpec-left {
        flex: auto;
        width: 100%;
        padding: 20px 0 10px;
    }
    .automateBannerSpec-left:after {
        content: '';
        background: #006fbb;
        position: absolute;
        top:0;
        bottom: 0;
        left: 100%;
        width: 40px;
        border: 0;
        height: auto;
    }
    .automateBannerSpec-center {
        width: 100%;
        padding: 0 0 20px;
        flex: auto;
    }
    .automateBannerSpec-center a {
        white-space: normal;
        font-size: 14px;
        line-height: 18px;
    }
    .automateBannerSpec-center:before {
        background: #006fbb;
        position: absolute;
        top:0;
        bottom: 0;
        right: 100%;
        width: 40px;
        border: 0;
        height: auto;
        left: auto;
    }
    .automateBannerSpec-center:after {
        content: '';
        display: block;
        background: #006fbb;
        position: absolute;
        top:0;
        bottom: 0;
        left: 100%;
        width: 40px;
        border: 0;
        height: auto;
        right: auto;
        z-index: 1;
    }
    .automateBannerSpec .btn.solid {
        height: auto;
        line-height: normal;
        background: transparent;
        border: 0;
        color: #000;
    }
}

/* ----------------------------------- Automate Provide ----------------------------------- */
.automateProvide {
    padding: 30px 0 50px;
    background: #f3f5f9;
    position: relative;
}
.automateProvide:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -500px;
    right: 100%;
    background: #f3f5f9;
}
.automateProvide:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: -500px;
    background: #f3f5f9;
}
.automateProvide h2 {
    color: #003052;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 30px;
}
.automateProvide h3 {
    color: #003052;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.automateProvide-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

@media (min-width: 751px) {
    .automateProvide-list.has-two-columns > li {
        padding-left: 50px;
        padding-right: 50px;
        display: flex;
        width: calc(50% - 11px);
        min-height: 150px;
        align-items: center;

        text-align: left;
    }

    .automateProvide-list.has-two-columns > li:nth-child(odd) {
        margin-right: 22px;
    }

    .automateProvide-list.has-two-columns .icon {
        margin: auto 40px auto 0;
    }
}
.automateProvide-list li {
    width: 23%;
    box-sizing: border-box;
    min-height: 190px;
    padding: 30px 20px;
    background: #003052;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.automateProvide-list li::before {
    content: '';
    width: 5px;
    height: 26px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(/img/automate/icon-dots.svg) center center no-repeat;
}
.automateProvide-list li.no-hidetext::before {
    display: none;
}
.automateProvide-list li .icon {
    height: 60px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}
.automateProvide-list li .icon img {
    height: 100%;
    width: auto;
    max-width: 100%;
    display: block;
    margin-bottom: 0;
}
.automateProvide-list li .title {
    font-size: 18px;
    line-height: 22px;
}
.automateProvide-list li .hideText {
    transform: translateX(100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    padding: 40px 30px;
    background: #006fbb;
    text-align: left;
    transition: transform 0.3s ease;
    overflow: auto;
}
.automateProvide-list li .hideText::-webkit-scrollbar {width: 8px;}
.automateProvide-list li .hideText::-webkit-scrollbar-track {background: #003052;}
.automateProvide-list li .hideText::-webkit-scrollbar-thumb {background: #fff;}
.automateProvide-list li:hover .hideText,
.automateProvide-list li.open .hideText{transform: translateX(0);}
.automateProvide-text {
    font-size: 18px;
    line-height: 25px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.automateProvide-text--openstack {
    width: 100%;
    max-width: 870px;
}

@media screen and (max-width: 1340px) {
    .automateProvide-list li .title {
        font-size: 14px;
        line-height: 19px;
    }
    .automateProvide-list li .hideText {
        font-size: 14px;
        line-height: 19px;
    }
}

@media screen and (max-width: 1140px) {
    .automateProvide-list li {padding: 20px 10px;}
    .automateProvide-list li .icon {
        width: auto;
        height: 80px;
    }
    .automateProvide-list li .hideText {padding: 10px;}
    .automateProvide-text {
        width: 90%;
        opacity: 0.7;
    }
}

@media screen and (max-width: 750px) {
    .automateProvide-list {flex-wrap: wrap;}
    .automateProvide-list li {width: 48%; margin-bottom: 4%;}
    .automateProvide-list li:hover .hideText {transform: translateX(100%);}
    .automateProvide-list li.open .hideText {transform: translateX(0);}
}

@media screen and (max-width: 480px) {
    .automateProvide-list li {width: 100%; margin-bottom: 2%;}
    .automateProvide-text {
        font-size: 14px;
        line-height: 19px;
        opacity: 1;
        text-align: left;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .automateProvide h3 {
        font-size: 18px;
        line-height: 22px;
    }
}

/* ----------------------------------- Automate Structure ----------------------------------- */
.automateStructure {
    padding-top: 70px;
    position: relative;
    z-index: 2;
}
.automateStructure h2 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #003052;
}
.automateStructure img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 750px) {
    .automateStructure h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

@media screen and (max-width: 480px) {
    .automateStructure h2 {
        font-size: 18px;
        line-height: 22px;
    }
}

/* ----------------------------------- Automate Button Block ----------------------------------- */
.automateBtnBlock {
    padding: 50px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}
.automateBtnBlock.bigTop {
    padding-top: 150px;
    margin-top: -100px;
}

.automateBtnBlock::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: linear-gradient(to right, #003961, #003152);
}
@media (max-width: 1340px) {
    .automateBtnBlock::before {
        left: -40px;
        right: -40px;
    }
}
@media (min-width: 1341px) {
    .automateBtnBlock::before {
        left: calc(-1 * (100vw - 1280px - 17px) / 2);
        right: calc(-1 * (100vw - 1280px - 17px) / 2);
    }
}
.automateBtnBlock .btn {
    height: 54px;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    padding: 0 50px;
    color: #fff;
    border: 2px solid #a2382e;
    background: transparent;
    transition: border-color 0.3s ease;
}
.automateBtnBlock .btn:hover {border-color: rgba(162, 48, 36, 0.8);}
.automateBtnBlock .btn.solid {background: #e73a1c; border-color: #e73a1c; transition: border-color 0.3s ease, background 0.3s ease;}
.automateBtnBlock .btn.solid:hover {background: rgba(231, 58, 28, 0.8); border-color: rgba(231, 58, 28, 0.8) !important;}
.automateBtnBlock .btn:before {display: none;}
.automateBtnBlock .btn + .btn {margin-left: 10px;}

@media screen and (max-width: 480px) {
    .automateBtnBlock .btn {
        width: 100%;
        display: block;
        text-align: center;
        margin-left: 0;
    }
    .automateBtnBlock .btn + .btn {margin-left: 0; margin-top: 20px;}
}

/* ----------------------------------- Automate Management ----------------------------------- */
.automateManagement {
    padding: 70px 0 30px;
    background: #f9fafc;
    position: relative;
}
.automateManagement:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -500px;
    right: 100%;
    background: #f9fafc;
}
.automateManagement:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: -500px;
    background: #f9fafc;
}
.automateManagement h2 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 60px;
    color: #003052;
}
.automateManagement-list {
    display: flex;
    margin-left: -100px;
    flex-wrap: wrap;
    justify-content: center;
}
.automateManagement-list li {
    padding-left: 200px;
    width: 33.333%;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 60px;
    position: relative;
}
.automateManagement-list li .icon {
    position: absolute;
    top: 0;
    left: 100px;
    width: 70px;
    text-align: center;
}
.automateManagement-list li .icon img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 1340px) {
    .automateManagement-list li {
        font-size: 14px;
        line-height: 19px;
    }
}

@media screen and (max-width: 1140px) {
    .automateManagement-list {justify-content: flex-start;}
    .automateManagement-list li {width: 50%;}
}

@media screen and (max-width: 750px) {
    .automateManagement h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .automateManagement-list {width: 90%; margin: 0 auto;}
    .automateManagement-list li {
        width: 100%;
        padding-left: 100px;
    }
    .automateManagement-list li .icon {left: 0;}
}

@media screen and (max-width: 480px) {
    .automateManagement h2 {
        font-size: 18px;
        line-height: 22px;
    }
}

/* ----------------------------------- Automate Experts ----------------------------------- */
.automateExpert {
    padding: 60px 0;
    text-align: center;
}
.automateExpert h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    color: #003052;
    margin-bottom: 30px;
}
.automateExpert h3 {
    color: #003052;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 60px;
}
.automateExpert-list {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: -20px;
    margin-right: -20px;
}
.automateExpert-list li {
    padding: 0 20px;
}
.automateExpert-list img {
    max-width: 100%;
    height: auto;
}
.automateExpert-text {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    font-weight: 500;
}
.automateExpert-text a {transition: color 0.3s ease;}
.automateExpert-text a:hover {color: #e73a1c;}

@media screen and (max-width: 750px) {
    .automateExpert-list {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    .automateExpert h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .automateExpert-list {
        margin-left: -10px;
        margin-right: -10px;
    }
    .automateExpert-list li {
        width: 33.333%;
        padding: 0 10px;
    }
}

/* ----------------------------------- Automate Functions ----------------------------------- */
.automateFunctions {
    padding: 60px 0;
    background: #f3f5f9;
    position: relative;
}
.automateFunctions:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -500px;
    right: 100%;
    background: #f3f5f9;
}
.automateFunctions:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: -500px;
    background: #f3f5f9;
}
.automateFunctions h2 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
    color: #003052;
    font-weight: 500;
}
.automateFunctions-blocks {
    column-count: 2;
    column-gap: 30px;
}
.automateFunctions-block {
    padding: 40px 30px;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 30px;
    break-inside: avoid ;
}
.automateFunctions-blockTitle {
    font-size: 22px;
    line-height: 25px;
    color: #003052;
    margin-bottom: 30px;
    font-weight: 500;
}
.automateFunctions-blockList {width: 80%;}
.automateFunctions-blockList li {
    font-size: 14px;
    line-height: 19px;
    position: relative;
    padding-left: 40px;
}
.automateFunctions-blockList li:before {
    content: '';
    width: 23px;
    height: 23px;
    background: url(/img/automate/function-check.png);
    position: absolute;
    top: -2px;
    left: 0;
}
.automateFunctions-blockList li + li {margin-top: 19px;}

@media screen and (max-width: 750px) {
    .automateFunctions h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .automateFunctions-blocks {
        column-count: 1;
    }
    .automateFunctions-block {margin-bottom: 30px !important;}
    .automateFunctions-blockList {width: 100%;}
}

@media screen and (max-width: 480px) {
    .automateFunctions h2 {
        font-size: 18px;
        line-height: 22px;
    }
    .automateFunctions-blockTitle {
        font-size: 14px;
        line-height: 19px;
    }
}

.automateFunctions-grid__cell {
    padding: 40px 30px;
    background: #ffffff;
    border-radius: 6px;
}

.automateFunctions-grid__cell:not(:last-child) {
    margin-bottom: 30px;
}

@supports (display: grid) {
    @media (min-width: 751px) {
        .automateFunctions-grid__cell:not(:last-child) {
            margin-bottom: 0;
        }
    }
}

@media (min-width: 751px) {
    .automateFunctions-grid {
        display: grid;
    }

    .automateFunctions-grid.has-two-columns {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
    }

    .automateFunctions-grid__cell[data-row-start="1"] {
        grid-row-start: 1;
    }
    .automateFunctions-grid__cell[data-row-start="2"] {
        grid-row-start: 2;
    }

    .automateFunctions-grid__cell[data-row-end="3"] {
        grid-row-end: 3;
    }

    .automateFunctions-grid__cell[data-column-start="1"] {
        grid-column-start: 1;
    }
    .automateFunctions-grid__cell[data-column-start="2"] {
        grid-column-start: 2;
    }

    .automateFunctions-grid__cell[data-column-end="3"] {
        grid-column-end: 3;
    }
}



/* ----------------------------------- Automate Feedback ----------------------------------- */
.automateFeedback {
    padding: 50px 0;
    background: #f9fafc;
    position: relative;
}
.automateFeedback:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -500px;
    right: 100%;
    background: #f9fafc;
}
.automateFeedback:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: -500px;
    background: #f9fafc;
}
.automateFeedback h3 {
    color: #003052;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}
.automateFeedback form {
    width: 60%;
    margin: 0 auto;
}
.automateFeedback form textarea {
    height: 100px;
    margin-bottom: 30px;
    border-radius: 6px;
    border: 1px solid #e8492e;
    background: #fff;
    box-sizing: border-box;
    display: block;
    width: 100%;
    resize: vertical;
    font-family: 'Ubuntu', sans-serif;
    padding: 20px;
}
.automateFeedback .formFooter {
    display: flex;
    justify-content: space-between;
}
.automateFeedback .formFooter-text {
    flex: 1 0 0;
    font-size: 14px;
    line-height: 19px;
    opacity: 0.7;
    padding-right: 40px;
}
.automateFeedback .btn {
    height: 54px;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    border: 2px solid #e73a1c;
    background: #e73a1c;
    font-family: 'Ubuntu', sans-serif;
    transition: background 0.3s ease, border-color 0.3s ease;
}
.automateFeedback .btn:before {display: none;}
.automateFeedback .btn:hover {background: rgba(231, 58, 28, 0.8); border-color: rgba(231, 58, 28, 0.8) !important;}

@media screen and (max-width: 1340px) {
    .automateFeedback .btn {
        font-size: 14px;
        height: 44px;
        line-height: 40px;
    }
}

@media screen and (max-width: 1140px) {
    .automateFeedback form {width: 100%;}
}

@media screen and (max-width: 750px) {
    .automateFeedback .formFooter {display: block;}
    .automateFeedback form textarea {height: 180px;}
    .automateFeedback .formFooter-text {margin-bottom: 30px; padding: 0;}
    .automateFeedback .btn {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .automateFeedback h3 {
        font-size: 18px;
        line-height: 22px;
    }
}

/* ----------------------------------- Automate Slider  ----------------------------------- */
.automateSlider {
    padding-top: 50px;
    position: relative;
    z-index: 2;
}
.automateSlider h2 {
    color: #003052;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}
.automateSlider-top {
    width: 80%;
    position: relative;
    margin: 0 auto 50px;
}
.automateSlider-top-wrap {
  width: 100%;
}
.automateSlider-top ul {
    list-style: none;
    display: flex;
}
.automateSlider-top li {
    text-align: center;
    flex: 1 0 0;
    padding: 0 20px 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    border-bottom: 2px solid #cce1f0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.automateSlider-top .pin {
    height: 2px;
    background: #e73a1c;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: left 0.3s ease;
}
.automateSlider-top .arrow {
    position: absolute;
    top: 100%;
    cursor: pointer;
    width: 45px;
    height: 29px;
    background: url(/img/automate/slider-arrow.png) center center no-repeat;
    margin-top: -16px;
}
.automateSlider-top .arrow.prev {
    right: 100%;
    margin-right: 30px;
}
.automateSlider-top .arrow.next {
    left: 100%;
    margin-left: 30px;
    transform: rotate(180deg);
}
.automateSlider-top .pin:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #e73a1c transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
}
.automateSlider-slider li {text-align: center;}
.automateSlider-slider img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 979px) {
    .automateSlider-top {
      width: 100%;
      margin-bottom: 30px;
    }
    .automateSlider-top-wrap {
      overflow: auto;
      padding-bottom: 20px;
      position: relative;
    }
    .automateSlider-top ul {
        width: max-content;
        min-width: 100%;
    }
    .automateSlider-top .pin {bottom: 20px;}
    .automateSlider-top .arrow {display: none;}
}

@media screen and (max-width: 480px) {
    .automateSlider h2 {
        font-size: 18px;
        line-height: 22px;
    }
    .automateSlider-top li {
        padding: 0 5px 10px;
        word-break: break-word;
    }
}

/* ----------------------------------- Automate Reviews ----------------------------------- */
.automateReviews {
    padding: 170px 0 70px;
    background: #f3f5f9;
    position: relative;
    z-index: 1;
    margin-top: -100px;
}
.automateReviews:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -500px;
    right: 100%;
    background: #f3f5f9;
}
.automateReviews:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    right: -500px;
    background: #f3f5f9;
}
.automateReviews h3 {
    color: #003052;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}
.automateReviews-list {
    display: flex;
    margin-left: -30px;
}
.automateReviews-list li {
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
}
.automateReviews-quote {
    padding: 40px 30px 40px 130px;
    background: #fff;
    position: relative;
    border-radius: 20px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
    font-weight: 500;
    min-height: 278px;
}
.automateReviews-quote:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100px;
    box-sizing: border-box;
    border-right: 3px solid #f3f5f9;
    background: url(/img/automate/reviews-quote.png) center center no-repeat;
}
.automateReviews-quote:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #fff transparent transparent transparent;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    position: absolute;
}
.automateReviews-author {
    display: flex;
    align-items: center;
}
.automateReviews-author .img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #aaa;
    background-position: center center;
    background-size: cover;
    margin-right: 20px;
    flex: 0 0 80px;
}
.automateReviews-author .cont {flex: 1 0 0;}
.automateReviews-author .name {
    font-size: 24px;
    line-height: 30px;
    color: #003052;
    font-weight: 500;
}
.automateReviews-author .position {
    font-size: 16px;
    line-height: 20px;
    color: #718192;
}
.automateReviews-author .position strong {
    font-weight: 400;
    color: #e95844;
}

@media screen and (max-width: 1340px) {
    .automateReviews-quote {
        font-size: 14px;
        line-height: 19px;
    }
}

@media screen and (max-width: 1140px) {
    .automateReviews-list {flex-wrap: wrap;}
    .automateReviews-list li {width: 100%;}
    .automateReviews-list li + li {margin-top: 30px;}
    .automateReviews-quote {min-height: 0;}
}

@media screen and (max-width: 480px) {
    .automateReviews h3 {
        font-size: 18px;
        line-height: 22px;
    }
    .automateReviews-quote {
        padding: 100px 20px 30px 20px;
    }
    .automateReviews-quote:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 70px;
        border-left: 0;
        border-bottom: 3px solid #f3f5f9;
        width: auto;
    }
}

/* ----------------------------------- Automate Architecture ----------------------------------- */
.automateArchitecture {
    padding: 40px 0 80px;
}
.automateArchitecture h2 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
    color: #003052;
    font-weight: 500;
}
.automateArchitecture h2.fwn {
    font-weight: normal;
}
.automateArchitecture img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.automateArchitecture.is-openstack img {
    margin-bottom: 20px;
}

.automateArchitecture__caption,
.wrapper .automateArchitecture__caption {
    margin-left: auto;
    margin-right: auto;
    max-width: 758px;
    color: #212121;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

@media screen and (min-width: 1025px) {
    .automateArchitecture img {
        transform: scale(0.8);
        cursor: zoom-in;
    }
    .automateArchitecture.is-openstack img {
        transform: none;
    }
}

@media screen and (max-width: 480px) {
    .automateArchitecture h2 {
        font-size: 18px;
        line-height: 22px;
    }
}

/* ----------------------------------- Automate Update ----------------------------------- */
.automateUpdate {
    padding: 70px 0;
    position: relative;
}
.automateUpdate h2 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
    color: #003052;
    font-weight: 500;
}
.automateUpdate-list {
    display: flex;
    justify-content: space-between;
}
.automateUpdate-list li {
    width: 30%;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
}
.automateUpdate-list li .icon {
    height: 100px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.automateUpdate-list li .icon img {
    margin-bottom: 0;
    max-width: 100%;
    height: auto;
}
.automateUpdate.dark {
    color: #fff;
}
.automateUpdate.dark h2 {position: relative; color: #fff;}
.automateUpdate.dark .automateUpdate-list {position: relative;}
.automateUpdate.dark:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(-1 * (100vw - 1280px - 17px) / 2);
    right: calc(-1 * (100vw - 1280px - 17px) / 2);
    background: linear-gradient(to right, #003961, #003152);
}

@media screen and (max-width: 1340px) {
    .automateUpdate-list li {
        font-size: 14px;
        line-height: 19px;
    }
    .automateUpdate.dark:before {
        left: -40px;
        right: -40px;
    }
}

@media screen and (max-width: 750px) {
    .automateUpdate-list {
        flex-wrap: wrap;
        width: 80%;
        margin: 0 auto;
    }
    .automateUpdate-list li {width: 100%;}
    .automateUpdate-list li + li {margin-top: 30px;}
}

@media screen and (max-width: 480px) {
    .automateUpdate h2 {
        font-size: 18px;
        line-height: 22px;
    }
}


/* Страница подписки на новости*/
.subscribePage {margin-bottom: 50px;}
.subscribePage-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    position: relative;
    padding-left: 60px;
}
.subscribePage-text:before {
    content: '';
    width: 46px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px;
    background: url(images/infra-subscr-icon.png);
}
.subscribePage-form .row {
    display: flex;
    align-items: center;
    margin-left: -20px;
    margin-bottom: 30px;
}
.subscribePage-form .formMsg {
    padding-top: 30px;
    display: none;
}
.subscribePage-form .formMsg.error {color: red;}

.subscribePage-form label:not([for='agreement']) {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.subscribePage-form label:not([for='agreement']):before {
    content: '';
    width: 8px;
    height: 12px;
    background: url(images/infra-angle.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}
.subscribePage-form label:not([for='agreement']).error {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    font-size: 13px;
    color: red;
}
.subscribePage-form label:not([for='agreement']).error:before {display: none;}
.subscribePage-form input[type="text"] {
    height: 50px;
    background: #fff;
    display: block;
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px solid #ebeeef;
    border-radius: 2px;
}
.subscribePage-form input[type="text"].error,
.subscribePage-form input[type="checkbox"].error + label[for='agreement']:after {border: 1px solid red;}
.subscribePage-form > .row > div {
    margin-left: 20px;
    flex: 1 0 auto;
    position: relative;
}
.subscribePage-form > .row > button {
    display: inline-block;
    height: 50px;
    padding: 0 50px;
    color: #fff;
    cursor: pointer;
    border: 0;
    background: #222d41;
    margin-left: 20px;
}
.subscribePage-form > button:hover {text-decoration: underline;}

.subscribePage-form input[type="checkbox"] + label[for='agreement']:after {
    border: 1px solid #ebeeef;
    top: 2px;
    border-radius: 2px;
}

@media screen and (max-width: 750px) {
    .subscribePage-form > .row {display: block;}
    .subscribePage-form input {margin-bottom: 30px;}
    .subscribePage-form .agreement {margin-top: 20px;}
}


/* ----------------------------------- Object Storage Page ----------------------------------- */
.objStoreBanner {margin-top: -10px; margin-bottom: 0;}
.objStoreBanner:before {background: #003052 url(/img/objectStorage/objectStorageBanner.png) center center no-repeat;}
.objStoreProvide .automateProvide-text {width: 70%;}
.objStoreBanner .crumbs {margin-bottom: 15px;}
.objStoreBanner .title {
    font-size: 30px !important;
    line-height: 35px !important;
    font-weight: 400 !important;
}

.objStorePractice {
    padding-bottom: 0;
    margin-bottom: 50px;
}
.objStorePractice h2 {
    color: #003052;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 30px;
}
.objStorePractice .infraCoop-icon img {height: 80px; width: auto;}
.objStorePractice .infraCoop-text {transition: none; color: #000 !important;}
.objStorePractice .infraCoop-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    transition: none;
    color: #003052 !important;
    font-weight: 500;
}

@media (min-width: 401px) and (max-width: 1000px) {
    .objStorePractice .infraCoop-icon img {height: auto; width: 80px;}
}

.objStorePractice .infraCoop-list > li {width: 25%; padding: 20px;}
.objStorePractice .lineList li {margin-bottom: 0;}
.objStorePractice .lineList li:before {content: '- ';}
.objStorePractice .infraCoop-list > li:hover {background: transparent;}
.objStorePractice .infraCoop-list > li:hover .infraCoop-title {color: #222d41 !important; transition: none;}
.objStorePractice .infraCoop-list > li:hover .infraCoop-text {color: #000; transition: none;}

@media (min-width: 1001px) {
    .objStorePractice .infraCoop-list.has-three-columns > li {
        width: 33.3333%;
    }
}

@media screen and (max-width: 1000px) {
    .objStorePractice .infraCoop-list > li {width: 100%; padding-left: 140px;}
}
@media screen and (max-width: 400px) {
    .objStorePractice .infraCoop-list > li {padding-left: 0;}
}

.objStoreFeatures {padding: 60px 0 60px;}
.objStoreFeatures h2 {
    color: #003052;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 30px;
}
.objStoreFeatures ul {column-count: 2;}
.objStoreFeatures ul li {break-inside: avoid;}

@media screen and (max-width: 1000px) {
    .objStoreFeatures ul {column-count: 1;}
}

.objStoreBtnBlock:before {
    background-image: url(/img/objectStorage/objectStorage-buttonsBg.jpg);
    background-size: cover;
    background-position: center center;
}
.btn.red {background: #d6141a; border-color: #d6141a;}
.btn.red:hover {background: #b91017; border-color: #b91017 !important;}
.btn.orange {background: #e73a1c; border-color: #e73a1c;}
.btn.orange:hover {background: #bd331a; border-color: #bd331a !important;}
.btn.yellow {background: #f85417; border-color: #f85417;}
.btn.yellow:hover {background: #b93b0d; border-color: #b93b0d !important;}

.objStoreStart {
    padding: 30px 0 30px;
    position: relative;
    color: #fff;
}
.objStoreStart:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(-1 * (100vw - 1280px - 17px) / 2);
    right: calc(-1 * (100vw - 1280px - 17px) / 2);
    background-image: url(/img/objectStorage/objectStorage-startBg.jpg);
    background-size: cover;
    background-position: center center;
}
.objStoreStart .wrap {
    display: flex;
    position: relative;
}
.objStoreStart .left {
    flex-shrink: 0;
    padding-left: 150px;
    margin-right: 30px;
}
.objStoreStart .left img {margin-bottom: 0;}
.objStoreStart .right {flex-grow: 1; padding-top: 40px;}
.objStoreStart h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
}
.objStoreStart .lineList li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 20px;
    position: relative;
}
.objStoreStart .lineList li:before {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 0;
}
.objStoreStart .lineList li + li {margin-top: 15px;}

.objStoreFunctions {padding-bottom: 450px;}
.objStoreCalc {margin-top: -400px; position: relative;}

@media screen and (max-width: 1340px) {
    .objStoreStart:before {
        left: -40px;
        right: -40px;
    }
}

@media screen and (max-width: 1000px) {
    .objStoreStart .wrap {display: block;}
    .objStoreStart .left {
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
    }
    .objStoreStart .left img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 750px) {
    .objStoreStart:before {background-image: url(/img/objectStorage/objectStorage-startBg-mobile.jpg);}
    .objStoreBanner {
        padding-bottom: 250px;
    }
    .objStoreBanner:before {
        background-image: url(/img/objectStorage/objectStorageBanner-mobile.jpg);
        background-position: center bottom;
        background-size: cover;
    }
}


/* ----------------------------------- Custom Select ----------------------------------- */
.custSel {
    display: inline-block;
    width: 60%;
    position: relative;
}

.custSel input {
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 0 !important;
    opacity: 0;
}

.custSel-head {
    display: block;
    width: 100%;
    height: 50px;
    border: 0;
    outline: 0;
    padding-left: 20px;
    padding-right: 50px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff;
    color: #222d41;
    line-height: 50px;
    cursor: pointer;
}
.custSel-head:after {
     content: '';
     width: 20px;
     height: 14px;
     position: absolute;
     top: 50%;
     margin-top: -7px;
     right: 20px;
     background: url(/img/objectStorage/icon-arrow.png) center center no-repeat;
 }

.custSel-head.open:after {transform: rotate(180deg);}

.custSel-body {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 250px;
    overflow-y: auto !important;
    background: #c0cad0;
    padding: 20px;
    box-sizing: border-box;
    z-index: 200;
}
.custSel-body::-webkit-scrollbar {width: 4px;}
.custSel-body::-webkit-scrollbar-track {background: #fff;}
.custSel-body::-webkit-scrollbar-thumb {background: #006dba;}
.custSel-body ul {
    list-style: none;
    font-size: 14px;
    line-height: 20px;
}
.custSel-body ul li span {cursor: pointer;}
.custSel-body ul li span:hover {text-decoration: underline;}
.custSel-body ul li a {
    color: #222d41;
    text-decoration: none;
}
.custSel-body ul li a:hover {text-decoration: underline}
.custSel-body ul li.active span {
    font-weight: 600;
    color: #006dba;
}
.custSel-body ul li + li {margin-top: 8px;}

@media screen and (max-width: 1000px) {
    .custSel {width: 100%;}
}


.testObjStorageLabel {
    display: none;
    font-size: 16px;
}

/* ---------------------------------------------------------------------------- *\
    Страница Remote Desktop
    -- Remote Desktop Banner
    -- Remote Desktop Provide
    -- Remote Desktop Practice
    -- Remote Desktop Reasons
    -- Remote Desktop Expert
    -- Remote Desktop Architecture
    -- Remote Desktop Btn Block
    -- Remote Desktop Types
    -- Remote Desktop FAQ
    -- Remote Desktop Configurator
\* ---------------------------------------------------------------------------- */
/* ----------------------------------- Remote Desktop Banner ----------------------------------- */
.remoteDesktopBanner {
    height: 275px;
    margin:0;
    padding: 17px 0 0;
    box-sizing: border-box;
    position: relative;
}
.remoteDesktopBanner:before {
    background: url(/img/remoteDesktop/remoteDesktopBanner.png) center top no-repeat, #003052;
    background-size: auto 100%;
}

.remoteDesktopBanner .left .title {
    font-weight: normal;
    font-size: 30px;
    line-height: 34px;
    margin: 43px 0 52px;
}
.remoteDesktopBanner .btn.light {
    background: none;
    border: 1px solid #F85417;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.remoteDesktopBanner .btn.light:hover {
    color: #F85417 !important;
    border: 1px solid #B55950;
}
@media screen and (max-width: 750px) {
    .remoteDesktopBanner {
        height: 630px;
        padding-top: 35px;
    }
    .remoteDesktopBanner:before {
        background: url(/img/remoteDesktop/remoteDesktopBanner-mobile.png) center bottom no-repeat,
        linear-gradient(255.45deg, rgba(0, 103, 176, 0.2) 8.36%, rgba(0, 103, 176, 0.0001) 91.64%),
        #001027;
        background-size: 75% auto ;
    }
    .remoteDesktopBanner .left .title {
        font-size: 24px;
        line-height: 28px;
        margin: 15px 0 22px;
    }
}
@media screen and (max-width: 480px) {
    .remoteDesktopBanner .btn {
        width: 100%;
        text-align: center;
    }
}
/* ----------------------------------- Remote Desktop Provide ----------------------------------- */
.remoteDesktopProvide .automateProvide-text{
    width: 50%;
    opacity: 1;
    font-size: 16px;
    line-height: 24px;
}

@media screen and (max-width: 750px) {
    .remoteDesktopProvide {
        padding-bottom: 25px;
    }
    .remoteDesktopProvide h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .remoteDesktopProvide .automateProvide-text{
        width: 100%;
        text-align: center;
    }
}
/* ----------------------------------- Remote Desktop Practice ----------------------------------- */
@media screen and (max-width: 750px) {
    .remoteDesktopPractice .infraCoop-list {
        margin-top: 45px;
    }
    .remoteDesktopPractice h2 {
        font-size: 24px;
        line-height: 28px;
    }
}
@media screen and (max-width: 400px) {
    .remoteDesktopPractice .infraCoop-list > li {
        margin-bottom: 25px;
        padding: 0;
    }
}
/* ----------------------------------- Remote Desktop Reasons ----------------------------------- */
.remoteDesktopReasons {
    background-color: #003052;
    color: #fff;
    position: relative;
}
.remoteDesktopReasons:before,
.remoteDesktopReasons:after {
    content: '';
    background-color: #003052;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0;
    left: -25%;
}
.remoteDesktopReasons:after {
    right: -25%;
    left: 0;
}
.remoteDesktopReasons_title {
    font-size: 30px;
    line-height: 34px;
    font-weight: normal;
    text-align: center;
    margin: 60px 0 80px;
    display: inline-block;
    width: 100%;
}
@media (max-width: 750px) {
    .remoteDesktopReasons_title + .remoteDesktopReasons_subtitle {
        margin-top: -18px;
    }
}
@media (min-width: 751px) {
    .remoteDesktopReasons_title + .remoteDesktopReasons_subtitle {
        margin-top: -60px;
    }
}
.remoteDesktopReasons_subtitle,
.wrapper .remoteDesktopReasons_subtitle {
    margin-bottom: 40px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 24px;
}

.remoteDesktopReasons_content h3 {
    margin-bottom: 22px;
    font-size: 23px;
    line-height: 24px;
}

.remoteDesktopReasons_content {
    font-size: 16px;
    line-height: 1.5;
}
.remoteDesktopReasons_content ul > li {
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.remoteDesktopReasons_content ul > li::before {
    position: static;
    width: initial;
    height: initial;
    content: "• ";
    border: none;
    border-radius: 0;
}

.remoteDesktopReasons_content ul > li:not(:last-child) {
    margin-bottom: 11px;
}

.remoteDesktopReasons_wrap {
    display: flex;
    flex-wrap: wrap;
}
.remoteDesktopReasons_item {
    width: 50%;
    display: flex;
    margin-bottom: 90px;
}
.remoteDesktopReasons_img {
    min-width: 135px;
    height: 135px;
    display: flex;
    justify-content: center;
}
.remoteDesktopReasons_img img {
    margin: 0;
}
.remoteDesktopReasons_text,
.remoteDesktopReasons_content {
    margin-left: 28px;
    max-width: 416px;
    font-size: 16px;
    line-height: 24px;
}
..remoteDesktopReasons_text {
    color: #fff;
}
@media screen and (max-width: 750px) {
    .remoteDesktopReasons_title {
        font-size: 24px;
        line-height: 28px;
        margin: 40px 0 30px;
    }
    .remoteDesktopReasons_wrap {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .remoteDesktopReasons_item {
        width: 100%;
        flex-direction: column;
        padding: 0 10px;
        margin-bottom: 32px;
    }
    .remoteDesktopReasons_img {
        min-width: auto;
        height: auto;
        justify-content: flex-start;
    }
    .remoteDesktopReasons_text,
    .remoteDesktopReasons_content {
        margin: 13px 0 0;
        max-width: 100%;
    }
}
/* ----------------------------------- Remote Desktop Expert ----------------------------------- */
.remoteDesktopExpert {
    background-color: #F3F5F9;
    position: relative;
}
.remoteDesktopExpert:before,
.remoteDesktopExpert:after {
    content: '';
    background-color: #F3F5F9;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0;
    left: -25%;
}
.remoteDesktopExpert:after {
    right: -25%;
    left: 0;
}
/* ----------------------------------- Remote Desktop Architecture ----------------------------------- */
.remoteDesktopArchitecture {
    padding: 90px 0 100px;
}
.remoteDesktopArchitecture + .remoteDesktopArchitecture {
    padding-top: 0;
}
.remoteDesktopArchitecture h2 {
    margin-bottom: 70px;
}
@media screen and (max-width: 750px) {
    .remoteDesktopArchitecture {
        padding: 50px 0 40px;
    }
    .remoteDesktopArchitecture h2 {
        margin-bottom: 20px;
    }
}
/* ----------------------------------- Remote Desktop Btn Block ----------------------------------- */
.remoteDesktopBtnBlock {
    height: 132px;
    padding: 28px 0 14px 0;
}
.remoteDesktopBtnBlock:before {
    z-index: -1;
}
.remoteDesktopBtnBlock .cont {
    background-color: #19273C;
    padding: 16px 23px 21px 14px;
    display: inline-block;
}
.remoteDesktopBtnBlock .btn {
    border: 1px solid #F85417;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;;
}
.remoteDesktopBtnBlock .cont .btn.light:hover {
    color: #F85417 !important;
    border: 1px solid #B55950;
}
@media screen and (max-width: 800px) {
    .remoteDesktopBtnBlock {
        height: auto;
        padding: 5px 0 10px;
    }
    .remoteDesktopBtnBlock:before {
        background: #19273C;
    }
    .remoteDesktopBtnBlock .cont {
        display: flex;
        flex-direction:column;
        width: 100%;
    }
    .remoteDesktopBtnBlock .cont .btn {
        margin: 10px 0 0;
    }
}

/* ----------------------------------- Remote Desktop Types----------------------------------- */
.remoteDesktopType {
    background-color: #F3F5F9;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 95px;
}
.remoteDesktopType:before,
.remoteDesktopType:after {
    content: '';
    background-color: #F3F5F9;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0;
    left: -25%;
}
.remoteDesktopType:after {
    right: -25%;
    left: 0;
}
.remoteDesktopType-title {
    font-weight: normal;
    font-size: 30px;
    line-height: 34px;
    color: #003052;
    margin: 50px 0;
    text-align: center;
}

.remoteDesktopType__items {
    display: block;
    width: 100%;
}
.remoteDesktopType-item {
    background: #fff;
    border: 1px solid #D5DDEE;
    display: flex;
    margin-bottom: 34px;
    border-radius: 0 3px 3px 0 ;
    font-size: 16px;
    line-height: 24px;
}
.remoteDesktopType-item:nth-child(2n) {
    flex-direction: row-reverse;
    border-radius:  3px 0 0 3px;
}
.remoteDesktopType-text {
    padding: 50px;
}
.remoteDesktopType-subtitle {
    color: #003052;
    font-weight: 500;
    font-size: 22px;
    line-height: 19px;
    margin-bottom: 28px;
}

.remoteDesktopType-img {
    min-width: 314px;
    background: #3F98F7;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    margin: -1px;
}
.remoteDesktopType-img img {
    margin: 35px 0;
}
.remoteDesktopBinding {
    display: flex;
    width: 100%;
}
.remoteDesktopBinding-item {
    width: 50%;
    background: #fff;
    border: 1px solid #D5DDEE;
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    line-height: 24px;
    padding: 26px;
}
.remoteDesktopBinding-item:first-child {
    margin-left: 0;
}
.remoteDesktopBinding-img {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.remoteDesktopBinding-text {
    max-width: 400px;
    margin-left: 20px;
}
.remoteDesktopType-notice {
    max-width: 650px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 44px;
}
@media screen and (max-width: 900px) {
    .remoteDesktopBinding {
        flex-direction: column;

    }
    .remoteDesktopBinding-item {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        margin: 0 0 27px 0;
        padding: 20px 15px;
    }
    .remoteDesktopBinding-item:last-child {
        margin: 0;
    }
    .remoteDesktopBinding-text {
        max-width: 100%;
        margin-left: 0;
    }
}
@media screen and (max-width: 750px) {
    .remoteDesktopType {
        padding-bottom: 40px;
    }
    .remoteDesktopType-title {
        font-weight: normal;
        font-size: 24px;
        line-height: 28px;
        margin: 40px 0 30px;
    }
    .remoteDesktopType-text {
        padding: 25px 20px;
    }
    .remoteDesktopType-item {
        border-radius: 0 0 3px 3px;
        margin-bottom: 20px;
        flex-direction: column;
    }
    .remoteDesktopType-item:nth-child(2n) {
        flex-direction: column;
    }
    .remoteDesktopType-item:last-child {
        margin-bottom: 0;
    }
    .remoteDesktopType-img {
        min-width: auto;
        margin: 0 0 -1px -1px;
        width: calc(100% + 2px);
    }
}
/* ----------------------------------- Remote Desktop FAQ ----------------------------------- */
.remoteDesktopFAQ {
    margin-bottom: 100px;
}
.remoteDesktopFAQ-title {
    font-weight: normal;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    color: #12334B;
    margin: 65px 0 70px;
}

.remoteDesktopFAQ-item {

}
.remoteDesktopFAQ-question {
    cursor: pointer;
    background: #F3F5F9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #003052;
    font-weight: 500;
    font-size: 18px;
    line-height: 19px;
    padding: 30px 38px 30px 30px;
    margin-bottom: 10px;
}
.remoteDesktopFAQ-question:hover,
.remoteDesktopFAQ-question:active {
    background: #3F98F7;
}
.remoteDesktopFAQ-question:after {
    content: '';
    display: block;
    border: 2px solid #006DBA;
    border-width: 2px 2px 0 0;
    min-width: 10px;
    width: 10px;
    height: 10px;
    transform: rotate(135deg);
    transition: transform 0.2s ease;
}
.remoteDesktopFAQ-item.open .remoteDesktopFAQ-question:after {
transform: rotate(-45deg);
}
.remoteDesktopFAQ-answer {
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    max-height: 0;
    transform: scaleY(0);
    transform-origin: top center;
    transition: max-height 0.2s ease, transform 0.2s ease;
}
.remoteDesktopFAQ-answer p {
    margin-bottom: 25px;
}
.remoteDesktopFAQ-answer ol,
.remoteDesktopFAQ-answer ol li {
    margin-bottom: 25px;
}
.remoteDesktopFAQ-item.open .remoteDesktopFAQ-answer {
    max-height: 100%;
    transform: scaleY(1);
    padding: 10px 20px 25px;
}
@media screen and (max-width: 750px) {
    .remoteDesktopFAQ {
        margin-bottom: 17px;
    }
    .remoteDesktopFAQ-title {
        margin: 75px 0 40px;
    }
    .remoteDesktopFAQ-question {
        padding: 10px 25px 10px 20px;
    }
    .remoteDesktopFAQ-question:hover {
        background: #F3F5F9;
    }
    .remoteDesktopFAQ-question:after {
        margin: 0 0 0 10px;
    }
    .remoteDesktopFAQ-item.open .remoteDesktopFAQ-answer {
        padding: 20px 0;
    }
}
/* ----------------------------------- Remote Desktop Configurator ----------------------------------- */
.remoteDesktopConfig {
    padding: 0 40px 40px;
}
.remoteDesktopConf-title {
    font-weight: normal;
    font-size: 30px;
    line-height: 34px;
    color: #12334B;
    padding: 40px 0 60px;
    background: #f3f5f9;
    text-align: center;
    position: relative;
}
.remoteDesktopConf-title:before,
.remoteDesktopConf-title:after {
    content: '';
    background-color: #F3F5F9;
    position: absolute;
    top: 0;
    bottom: -400px;
    z-index: -1;
    right: 0;
    left: -25%;
}
.remoteDesktopConf-title:after {
    right: -25%;
    left: 0;
}
.remoteDesktop-pool {
    border-top: 3px solid #F14C31;
    padding: 50px 0;
}
.remoteDesktop-pool:nth-of-type(2) {
    border-top: none;
}
.remoteDesktop-pool:first-of-type,
.remoteDesktop-pool:nth-of-type(2) .remoteDesktop-removePool {
    display: none;
}
.remoteDesktop-removePool,
.remoteDesktop-addPool {
    opacity: 0.5;
    font-size: 20px;
    line-height: 23px;
    cursor: pointer;
    padding-left: 40px;
    position: relative;
}
.remoteDesktop-addPool {
    opacity: 1;
    margin-bottom: 60px;
}
.remoteDesktop-addPool:before,
.remoteDesktop-removePool:before {
    content: '−';
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 11px;
    width: 23px;
    height: 23px;
    display: inline-block;
    text-align: center;
    line-height: 16px;
    vertical-align: text-top;
    position: absolute;
    left: 0;
    top: 0;
}
.remoteDesktop-addPool:before {
    content: '+';
}

.remoteDesktopConf-subtitle {
    font-size: 30px;
    line-height: 34px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.remoteDesktopConf label {
    font-size: 20px;
    line-height: 21px;
    padding: 35px 0 20px;
    display: inline-block;
}
.remoteDesktopConf .remoteDesktopConfig-smallLabel {
    font-size: 16px;
    line-height: 21px;
    padding: 23px 0 10px;
}
.remoteDesktopConfig-notice {
    padding-top: 15px;
    font-size: 16px;
    line-height: 21px;
}
.remoteDesktopConfig-wrap {
    display: flex;
    margin-left: -30px;
    flex-wrap: wrap;
}
.remoteDesktopConfig .clm {
    width: 50%;
    padding-left: 30px;
    box-sizing: border-box;
}
.remoteDesktopConfig .block {
    background-color: transparent;
    color: #fff;
    padding: 30px 20px 30px 5px;
}
.remoteDesktopConfig .clm:last-of-type .block:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
.remoteDesktopConfig .block > .irs .irs-grid-text {
    color: #DADADA !important;
}
.remoteDesktopConfig .block > .irs .irs-line {
    background-color: #E9E9E9 !important;
}
.remoteDesktopConfig .block > .irs .irs-bar-edge {
    border-radius: 0;
}
.remoteDesktopConfig .irs-grid-pol.small,
.remoteDesktopConfig .irs-grid-pol {
    background-color: #fff !important;
}
.remoteDesktopConfig textarea {
    resize: vertical;
    width: 100%;
    min-height: 50px;
    height: 50px;
    border: none;
    color: black;
    padding: 10px;
}
.remoteDesktopConfig .remoteDesktopConfig-textarea {
    resize: none;
    height: 100px;
}
.remoteDesktopConfig .remoteDesktopConfig-textInput,
.remoteDesktopConfig .block .remoteDesktopConfig-textInput {
    width: 80px;
    height: 50px;
    border: none;
    background-color: #fff;
    border-radius: 2px;
    margin-left: 18px;
}

.remoteDesktopConfig-checkbox {
    padding-top: 30px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.remoteDesktopConfig-checkbox input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}
.remoteDesktopConfig-checkbox label {
    position: relative;
    padding: 0 0 0 30px;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    cursor: pointer;
    user-select: none;
}

.remoteDesktopConfig-checkbox input + span::before {
    position: absolute;
    top: 0;
    left: 0;

    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
}

.remoteDesktopConfig-checkbox input:checked + span::after {
    position: absolute;
    top: 0;
    left: 0;

    content: "";
    display: block;
    width: 4px;
    height: 12px;
    border: 1px solid #0071bc;
    border-left: none;
    border-top: none;

    transform: translateX(5px) rotate(45deg);
}

.remoteDesktopConf .custSel {
    width: 100%;
}

.remoteDesktopConf .btn {
    padding: 12px 20px 13px;
    font-size: 20px;
    line-height: 23px;
}
.remoteDesktopConf .btn.light {
    background: none;
    border: 1px solid #F85417;
    transition: color 0.2s ease, border-color 0.2s ease;
    margin-right: 17px;
}
.remoteDesktopConf .btn.light:hover {
    color: #F85417 !important;
    border: 1px solid #B55950;
}
@media screen and (max-width: 1280px) {
    .remoteDesktopConf .block .label {
        width: 75px;
        margin-right: 20px;
        font-size: 20px;
        font-weight: normal;
    }
}
@media screen and (max-width: 900px) {
    .remoteDesktopConfig {
        padding: 0 20px 25px;
    }
    .remoteDesktopConf-title {
        font-size: 24px;
        line-height: 28px;
        padding: 0 0 30px 0;
    }
    .remoteDesktopConf-subtitle {
        flex-direction: column;
        align-items: flex-start;
    }
    .remoteDesktop-removePool {
        margin-top: 30px;
    }
    .remoteDesktop-pool {
        padding: 45px 0 25px;
    }
    .remoteDesktopConf label {
        padding: 30px 0 20px;
    }
    .remoteDesktopConfig-textInput.VDICount {
        margin-left: 0;
    }
    .remoteDesktopConfig-wrap {
        flex-direction: column;
    }
    .remoteDesktopConfig .clm {
        width: 100%;
    }
    .remoteDesktopConfig .block {
        margin-bottom: 0;
        padding: 30px 0;
    }
}
@media screen and (max-width: 500px) {
    .remoteDesktopConf .block .label {
        top: -5px;
        left: 0;
    }
}
@media screen and (max-width: 650px) {
    .remoteDesktop-addPool {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 480px) {
    .remoteDesktopConf .btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 750px) {
    .page-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 751px) {
    .page-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 750px) {
    .page-section__header {
        margin-bottom: 25px;
    }
}

@media (min-width: 751px) {
    .page-section__header {
        margin-bottom: 40px;
    }
}

.page-section__title {
    color: #003052;
    text-align: center;
    font-weight: 500;
}

.page-section__title_n {
    font-weight: normal;
}

@media (max-width: 750px) {
    .page-section__title {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (min-width: 751px) {
    .page-section__title {
        font-size: 30px;
        line-height: 34px;
    }
}

/* card */

.card {
    color: #003052;
}

.card ul:not([class]) > li,
.card p {
    color: #003052;
}

@media (min-width: 751px) {
    .card__image {
        margin-bottom: 9px;
    }
}

.card__image img {
    margin: 0;
    display: block;
}

.card__title,
.wrapper p.card__title {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
}

.card__content {
    font-size: 16px;
    line-height: 1.5;
}
.card__content ul > li {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.card__content ul > li::before {
    position: static;
    width: initial;
    height: initial;
    content: "• ";
    border: none;
    border-radius: 0;
}

.card__content ul > li:not(:last-child) {
    margin-bottom: 11px;
}

/* card-alpha */

.card-alpha {
    color: #ffffff;
    background-color: #212D41;
}

@media (max-width: 750px) {
    .card-alpha {
        padding: 40px 20px 40px 28px;
    }
}

@media (min-width: 751px) {
    .card-alpha {
        padding: 60px 100px 50px 0;
        display: flex;
    }
}

@media (min-width: 751px) {
    .page-column > .card-alpha {
        height: 100%;
    }
}

@media (max-width: 750px) {
    .card-alpha__left {
        margin-bottom: 41px;
    }
}

@media (min-width: 751px) {
    .card-alpha__left {
        padding-right: 70px;
        flex: none;
        display: flex;
        justify-content: flex-end;
        width: 230px;
    }
}

.card-alpha__image img {
    margin: 0;
    display: block;
}

.card-alpha__content {
    line-height: 19px;
}

.card-alpha__content h3 {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 500;
    line-height: inherit;
}

.card-alpha__content h3 small {
    font-weight: 400;
}

.card-alpha__content p {
    color: inherit;
    font-size: 16px;
    line-height: inherit;
}

@media (max-width: 750px) {
    .page-column:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media (min-width: 751px) {
    .page-columns {
        margin: -10px;
        display: flex;
    }
    .page-columns.flex-direction-around {
        justify-content: space-around;
    }
    .page-column {
        padding: 10px;
    }
    .page-column.is-one-third {
        flex: none;
        width: 33.3333%;
    }
    .page-column.is-half {
        flex: none;
        width: 50%;
    }
}

.sticky-block {
    outline: 3px solid #3F98F7;
}

@media (max-width: 750px) {
    .sticky-block {
        margin-bottom: 30px;
        padding-bottom: 40px;
    }
}

@media (min-width: 751px) {
    .sticky-block {
        margin-bottom: 45px;
        padding-top: 10px;
        padding-bottom: 70px;
        display: flex;
    }
}

.sticky-block__image {
    margin-right: 20px;
    flex: none;
}

.sticky-block__image img {
    margin: 0;
    display: block;
}

@media (max-width: 750px) {
    .sticky-block__body {
        margin: 0 15px;
    }
}

.sticky-block__body h3 {
    font-weight: 700;
}

@media (max-width: 750px) {
    .sticky-block__body h3 {
        margin-top: 10px;
        margin-bottom: 20px;

        font-size: 22px;
        line-height: 24px;
    }
}

@media (min-width: 751px) {
    .sticky-block__body h3 {
        margin-top: 25px;
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 34px;
    }
}

.sticky-block__column {
    display: flex;
}

.sticky-block__column img {
    margin-right: 18px;
    flex: none;
}

.sticky-block__column-content p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 750px) {
    .sticky-block__column:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media (min-width: 751px) {
    .sticky-block__columns {
        margin: -10px;
        display: flex;
        flex-wrap: wrap;
    }

    .sticky-block__column {
        padding: 10px;
    }

    .sticky-block__column {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .sticky-block__column {
        flex: none;
        width: 25%;
    }
    .is-openstack .infraBanner-row .left .title {
        padding-right: 200px;
    }
}

/* compare virtuozzo */

@media (min-width: 1001px) {
    .compare-virtuozzo {
        display: flex;
        justify-content: space-between;
    }
}

@media (min-width: 1001px) {
    .compare-virtuozzo {
        margin-left: -20px;
        margin-right: -10px;
    }
}

@media (min-width: 1001px) {
    .compare-virtuozzo__left {
        flex: none;
        width: 317px;
    }
}

@media (min-width: 1001px) {
    .compare-virtuozzo__right {
        flex: none;
        width: 225px;
    }
}

.compare-virtuozzo__title,
.wrapper .compare-virtuozzo__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
}

@media (min-width: 1001px) {
    .compare-virtuozzo__title {
        padding-left: 20px;
    }
}

.compare-virtuozzo__image img {
    margin-bottom: 0;
    max-width: 100%;
}

/* examples virtuozzo */

@media (min-width: 751px) {
    .examples-virtuozzo {
        margin-top: 50px;
    }
}

.examples-virtuozzo__title,
.wrapper .examples-virtuozzo__title {
    margin-bottom: 20px;
    color: #003052;
    font-weight: 400;
}

@media (max-width: 750px) {
    .examples-virtuozzo__title,
    .wrapper .examples-virtuozzo__title {
        font-size: 20px;
        line-height: 23px;
    }
}

@media (min-width: 751px) {
    .examples-virtuozzo__title,
    .wrapper .examples-virtuozzo__title {
        font-size: 28px;
        line-height: 32px;
    }
}

.examples-virtuozzo__subtitle,
.wrapper .examples-virtuozzo__subtitle {
    color: #A4A4A4;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
}

.examples-virtuozzo__image {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    height: 123px;
}

.examples-virtuozzo__image img {
    margin-bottom: 0;
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 750px) {
    .examples-virtuozzo__image.is-digio {
        width: 157px;
    }
    .examples-virtuozzo__image.is-dtbilisim {
        width: 173px;
    }
}
.automateUpdate h2.fwn,
.automateSlider h2.fwn,
.automateFunctions h2.fwn {
    font-weight: normal;
}

.buttons {
    display: flex;
}

.button:not(:last-child) {
    margin-right: 10px;
}

.button {
    padding: 15px 20px;

    justify-content: center;

    color: #363636;
    text-align: center;
    font-family: inherit;

    background-color: #fff;
    border: 1px solid #dbdbdb;

    cursor: pointer;
    white-space: nowrap;
    user-select: none;
}

.button.is-warning {
    background-color: #F85417;
    border-color: transparent;
    color: #fff;
}

.button.is-warning:hover {
    background-color: #b91017;
    border-color: transparent;
    color: #fff;
}

.button.is-warning.is-outlined {
    background-color: transparent;
    border-color: #F85417;
    color: #F85417;
}

.button.is-warning.is-outlined:focus,
.button.is-warning.is-outlined:hover {
    background-color: #F85417;
    border-color: #F85417;
    color: #fff;
}

.u-text {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

@media (max-width: 1000px) {
    .one-partner {
        padding-top: 63px;
        padding-bottom: 54px;
    }
}

@media (min-width: 1001px) {
    .one-partner {
        padding-top: 100px;
        padding-bottom: 72px;
        display: flex;
        justify-content: center;
    }
}

.one-partner.has-background--inner-center-block {
    position: relative;
}

.one-partner.has-background--inner-center-block::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    background-color: #F3F5F9;
    z-index: -1;
}

@media (max-width: 1340px) {
    .one-partner.has-background--inner-center-block::before {
        left: -40px;
        right: -40px;
    }
}

@media (min-width: 1341px) {
    .one-partner.has-background--inner-center-block::before {
        left: calc(640px - 50vw);
        right: calc(640px - 50vw);
    }
}

.one-partner__image img {
    margin: 0;
    display: block;
    width: 100%;
    height: auto;
}

.one-partner__description p {
    font-weight: 400;
}

.one-partner__description {
    display: block;
    max-width: 400px;
}

@media (max-width: 1000px) {
    .one-partner__image {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 43px;
        width: 215px;
    }

    .one-partner__description {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
}

@media (min-width: 1001px) {
    .one-partner__image {
        margin-right: 60px;
        flex: none;
        width: 256px;
    }

    .one-partner__description {
        padding-top: 12px;
    }
}

/* section */
@media (max-width: 1000px) {
    .section {
        padding-top: 30px;
    }
}

@media (min-width: 1001px) {
    .section {
        padding-top: 70px;
    }
}

/* section__header */
.section__header {
    text-align: center;
}

@media (max-width: 1000px) {
    .section__header {
        padding-bottom: 30px;
    }
}

@media (min-width: 1001px) {
    .section__header {
        padding-bottom: 60px;
    }
}

/* section__title */
.section__title {
    color: #12334B;
    font-weight: 400;
}

@media (max-width: 1000px) {
    .section__title {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (min-width: 1001px) {
    .section__title {
        font-size: 30px;
        line-height: 34px;
    }
}

/* section__content */
.section__content {}

/* configurator__control */
.configurator__control:not(:last-child) {
    margin-bottom: 30px;
}

.configurator__control .remoteDesktopConfig-checkbox {
    padding-top: 0;
}

/* configurator__control-row */
.configurator__control-row {
    display: flex;
}

@media (max-width: 1000px) {
    .configurator__control-row {
        margin-bottom: 30px;
        flex-direction: column;
    }
}

@media (min-width: 1001px) {
    .configurator__control-row {
        align-items: center;
    }
}

@media (max-width: 1000px) {
    .configurator__control-row label {
        margin-bottom: 14px;
    }
}

@media (min-width: 1001px) {
    .configurator__control-row label {
        margin-right: 18px;
    }
}

@media (min-width: 1001px) {
    .configurator__control-row.u-content-right {
        justify-content: flex-end;
    }
}

/* configurator-form__section */
.configurator-form__section {
    padding-top: 50px;
    border-top: 3px solid #F14C31;
}

/* configurator__label */
.configurator__label {
    margin-bottom: 10px;
    display: block;

    font-size: 16px;
}

/* configurator__input */
.configurator__input,
.configurator__textarea,
.wrapper input.configurator__input {
    border: none;
    background-color: #fff;
    border-radius: 2px
}

.configurator__input--short-number,
.wrapper input.configurator__input--short-number {
    width: 80px;
    height: 50px;
}

/* configurator__textarea */
.configurator__textarea {
    margin-bottom: 30px;
    padding: 10px;

    display: block;
    width: 100%;
    height: 100px;

    color: #222d41;

    border: 0;
    background: #fff;
    box-sizing: border-box;

    resize: none;
}

/* configurator-footer__buttons */
.configurator-footer__buttons {
    display: flex;
    width: 100%;
    text-align: center;
}
@media (max-width: 1000px) {
    .configurator-footer__buttons {
        flex-direction: column-reverse;
    }
    .configurator-footer__buttons > .btn {
        margin-left: 0;
        margin-bottom: 10px;
    }
}
@media (min-width: 1001px) {
    .configurator-footer__buttons {
        justify-content: flex-end;
    }

    .configurator-footer__buttons > .btn:not(:last-child) {
        margin-right: 20px;
    }
}

.radio-content:not(.is-active) {
    display: none;
}

.webinar-form__checkbox input[type="checkbox"] + label:after {
    top: 4px;
}

.webinar-form__checkbox label:before {
    display: none;
}

.webinar-form__checkbox-list {
    padding-bottom: 30px;
}


/* cloud-rustek banner */
.is-cloudrustek .crumbs li {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #838383;
}
.is-cloudrustek.infraBanner {
  height: 460px;
  padding: 40px 0 65px;
  margin: 0;
}
.is-cloudrustek.infraBanner::before {
  background-image: url(/img/cloudRustek/cloudRustek-banner.jpg);
  background-position: center center;
}
.is-cloudrustek .infraBanner-row .left .title {
  font-weight: 400;
  font-size: 32px;
  line-height: 37px;
  margin-bottom: 40px;
  max-width: 660px;
  padding: 0;
}
.is-cloudrustek .infraBanner-row .left .subtitle {
  font-weight: 300;
  font-size: 32px;
  line-height: 37px;
  margin-bottom: 100px;
}
.is-cloudrustek .infraBanner-row .left .buttons {
  display: flex;
  gap: 25px;
}
.is-cloudrustek .infraBanner-row .left .btn {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  padding: 13px 24px 17px;
  height: 52px;
  margin: 0;
  text-align: center;
}
.is-cloudrustek .infraBanner-row .left .btn.light{
  background: transparent;
  border: 1px solid #F85417;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.cloudrustek-title,
.is-cloudrustek .cloudrustek-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 37px;
  color: #00324F;
  text-align: center;
}

.cloudrustek-subtitle,
.is-cloudrustek .cloudrustek-subtitle {
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #969AA6;
}

@media (max-width: 979px) {
  .is-cloudrustek.infraBanner {
    height: auto;
  }
}

@media (max-width: 639px) {
  .is-cloudrustek .crumbs {
    display: none;
  }
  .is-cloudrustek.infraBanner {
    padding: 50px 0 20px;
  }
  .is-cloudrustek.infraBanner::before {
    background-image: url(/img/cloudRustek/cloudRustek-banner-mobile.jpg);
    background-position: left center;
  }
  .is-cloudrustek .infraBanner-row .left .title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .is-cloudrustek .infraBanner-row .left .subtitle {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 120px;
  }
  .is-cloudrustek .infraBanner-row .left .buttons {
    flex-wrap: wrap;
    gap: 15px;
  }
  .is-cloudrustek .infraBanner-row .left .btn {
    flex: 1 1 auto;
  }

  
  .cloudrustek-title,
  .is-cloudrustek .cloudrustek-title {
    font-size: 20px;
    line-height: 23px;
  }

  .cloudrustek-subtitle,
  .is-cloudrustek .cloudrustek-subtitle  {
    font-size: 15px;
    line-height: 18px;
  }
}

/* cloud-rustek automateUpdate */
.is-cloudrustek.automateUpdate {
  padding: 80px 0;
}
.is-cloudrustek.automateUpdate .cloudrustek-title {
  margin-bottom: 27px;
}
.is-cloudrustek.automateUpdate .cloudrustek-subtitle {
  margin-bottom: 70px;
}
.is-cloudrustek.automateUpdate .automateUpdate-list {
  gap: 30px;
}
.is-cloudrustek.automateUpdate .automateUpdate-list li {
  max-width: 245px;
  margin: 0;
}

.is-cloudrustek.automateUpdate .automateUpdate-list li .icon {
  height: 120px;
  width: 120px;
  margin: 0 auto 30px;
}
.is-cloudrustek.automateUpdate .automateUpdate-list li .icon svg {
  max-width: 100%;
  max-height: 100%;
}
.is-cloudrustek.automateUpdate .automateUpdate-list li a {
  color: #1F67EC;
}

@media (max-width: 639px) {
  .is-cloudrustek.automateUpdate {
    padding: 40px 0;
  }
  .is-cloudrustek.automateUpdate .cloudrustek-title {
    margin-bottom: 23px;
  }
  .is-cloudrustek.automateUpdate .cloudrustek-subtitle {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 50px;
  }
  .is-cloudrustek.automateUpdate .automateUpdate-list {
    width: 100%;
  }
  .is-cloudrustek.automateUpdate .automateUpdate-list li {
    display: flex;
    align-items:center;
    gap: 35px;
    font-size: 15px;
    line-height: 18px;
    max-width: none;
    text-align: left;
  }
  .is-cloudrustek.automateUpdate .automateUpdate-list li .icon {
    height: 70px;
    width: 70px;
    margin: 0;
    flex-shrink: 0;
  }
}


/* cloudrustekCards */
.cloudrustekCards {
  padding: 80px 0 120px;
  position: relative;
}

.cloudrustekCards:before, .cloudrustekCards:after {
  content: '';
  background-color: #343C4F;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  right: 0;
  left: -25%;
}

.cloudrustekCards:after {
  right: -25%;
  left: 0;
}

.cloudrustekCards .cloudrustek-title {
  color: #fff;
  margin-bottom: 65px;
}

.cloudrustekCards-list {
  column-count: 3;
  column-gap: 25px;
}

.cloudrustekCards-item {
  padding: 30px;
  background: #FFFFFF;
  border-radius: 16px;
  margin-bottom: 25px;
  break-inside: avoid;
  position: relative;
  display: flex;
  flex-direction: column;
}

.cloudrustekCards-item._xs {
  min-height: 175px;
}

.cloudrustekCards-item._sm {
  min-height: 250px;
}
.cloudrustekCards-item._md {
  min-height: 375px;
}
.cloudrustekCards-item._lg {
  min-height: 500px;
}

.cloudrustekCards-item-text {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #131313;
}
.cloudrustekCards-item-text._white {
  color: #fff;
}
.cloudrustekCards-item-img {
  width: 125px;
  height: 125px;
  max-width: 100%;
  display: flex;
  margin-top: auto;
  margin-left: auto;
  justify-content: center;
  align-items: center;
}
.cloudrustekCards-item-img svg {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 979px) {
  .cloudrustekCards-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .cloudrustekCards-item {
    flex: 1;
    min-width: 340px;
    margin-bottom: 0;
    padding: 15px;
  }
  
  .cloudrustekCards-item._xs {
    min-height: 130px;
  }
  
  .cloudrustekCards-item._sm,
  .cloudrustekCards-item._md,
  .cloudrustekCards-item._lg {
    min-height: 250px;
  }

  .cloudrustekCards-item-img._hide-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .cloudrustekCards-item {
    min-width: 295px;
  }
  .cloudrustekCards-item-img {
    margin-right: auto;
  }
}
@media (max-width: 639px) {
  .cloudrustekCards-item {
    min-width: 180px;
    width: 50%;
  }
  .cloudrustekCards-item-text {
    font-size: 16px;
    line-height: 18px;
  }
}

/* cloud-rustek automateArchitecture */
.is-cloudrustek.automateArchitecture {
  padding: 70px 0 90px;
}
.is-cloudrustek.automateArchitecture .cloudrustek-title {
  margin-bottom: 50px;
}
.is-cloudrustek.automateArchitecture img {
  transform: none;
  margin-bottom: 0;
}

@media (max-width: 639px) {
  .is-cloudrustek.automateArchitecture {
    padding: 40px 0;
  }
  .is-cloudrustek.automateArchitecture .cloudrustek-title {
    margin-bottom: 30px;
  }
}

/* cloud-rustek automateFunctions */
.is-cloudrustek.automateFunctions {
  padding: 70px 0 100px;
}
.is-cloudrustek.automateFunctions .cloudrustek-title {
  margin-bottom: 50px;
}
.is-cloudrustek.automateFunctions .automateFunctions-blocks {
  column-gap: 25px;
}
.is-cloudrustek.automateFunctions .automateFunctions-block {
  padding: 35px;
  border-radius: 9px;
  margin-bottom: 25px !important;
}
.is-cloudrustek.automateFunctions .automateFunctions-blockTitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0;
}
.is-cloudrustek.automateFunctions .automateFunctions-blockList {
  width: 100%;
  margin-top: 25px;
}
.is-cloudrustek.automateFunctions .automateFunctions-blockList li {
  font-weight: 400;
  font-size: 16px;
}
.is-cloudrustek.automateFunctions .automateFunctions-blockList li + li {
  margin-top: 25px;
}

@media (max-width: 639px) {
  .is-cloudrustek.automateFunctions {
    padding: 40px 0;
  }
  .is-cloudrustek.automateFunctions .cloudrustek-title {
    margin-bottom: 30px;
  }
  .is-cloudrustek.automateFunctions .automateFunctions-block {
    padding: 25px 30px;
    margin-bottom: 15px !important;
  }
  .is-cloudrustek.automateFunctions .automateFunctions-blockTitle {
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;    
  }
}

/* is-cloudrustek automateSlider */
.is-cloudrustek.automateSlider {
  padding: 80px 0;
}
/* .is-cloudrustek.automateSlider .automateSlider-top-wrap {
  max-width: 100%;
  overflow-x: auto;
}
.is-cloudrustek.automateSlider .automateSlider-top ul {
  width: fit-content;
} */
.is-cloudrustek.automateSlider .automateSlider-top li {
  font-weight: 400;
  font-size: 16px;
  padding: 0 15px 15px;
}
.is-cloudrustek.automateSlider .automateSlider-top .pin {
  background: #FFA755;
}
.is-cloudrustek.automateSlider .automateSlider-top .pin:after {
  border-color: #FFA755 transparent transparent transparent;
}
@media (max-width: 639px) {
  .is-cloudrustek.automateSlider {
    padding: 40px 0;
  }
  .is-cloudrustek.automateSlider .cloudrustek-title {
    margin-bottom: 25px;
  }
}

/* is-cloudrustek automateBtnBlock */
.is-cloudrustek.automateBtnBlock {
  padding: 80px 0;
}
.is-cloudrustek.automateBtnBlock .cont {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
.is-cloudrustek.automateBtnBlock .btn {
  margin: 0;
}
.is-cloudrustek .btn {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  padding: 13px 24px 17px;
  height: 52px;
  margin: 0;
}
.is-cloudrustek .btn.light{
  background: transparent;
  border: 1px solid #F85417;
  transition: color 0.2s ease, border-color 0.2s ease;
}

@media (max-width: 639px) {
  .is-cloudrustek.automateBtnBlock {
    padding: 25px 0;
  }
  .is-cloudrustek.automateBtnBlock .cont {
    gap: 15px;
  }
}

/* cloudrustekInfo */
.cloudrustekInfo {
  padding: 95px 0 80px;
  position: relative;
}

.cloudrustekInfo:before, .cloudrustekInfo:after {
  content: '';
  background-color: #F3F5F9;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  right: 0;
  left: -25%;
}

.cloudrustekInfo:after {
  right: -25%;
  left: 0;
}

.cloudrustekInfo .cloudrustek-title {
  margin-bottom: 70px;
}

.cloudrustekInfo-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 100px;
}

.cloudrustekInfo-top-text {
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  max-width: 670px;
}

.cloudrustekInfo-top-img {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 70px 60px;
  flex-shrink: 0;
}

.cloudrustekInfo-top-img img {
  width: 300px;
  height: auto;
  margin: 0;
}

.cloudrustekInfo-middle {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 80px;
}

.cloudrustekInfo-middle-item {
  background: #3F98F7;
  border-radius: 12px;
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  color: #FFFFFF;
  padding: 20px 30px;
  min-height: 135px;
  flex: 1 0;
}

.cloudrustekInfo-bottom {
  display: flex;
  gap: 60px;
}

.cloudrustekInfo-bottom > div {
  flex: 1;
}

.cloudrustekInfo-bottom .automateFunctions-blockList li {
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
}
.cloudrustekInfo-bottom .automateFunctions-blockList li:before {
  top: 3px;
}

.cloudrustekInfo-bottom-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 30px;
}

@media (max-width: 979px) {
  .cloudrustekInfo {
    padding: 40px 0 60px;
  }
  .cloudrustekInfo .cloudrustek-title {
    margin-bottom: 40px;
  }
  .cloudrustekInfo-top {
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;
    margin-bottom: 30px;
  }

  .cloudrustekInfo-middle {
    margin-bottom: 40px;
  }
  .cloudrustekInfo-middle-item {
    min-width: 300px;
    min-height: auto;
  }
  .cloudrustekInfo-bottom {
    flex-direction: column;
    gap: 40px;
  }
}

@media (max-width: 639px) {
  .cloudrustekInfo-top-text {
    font-size: 16px;
    line-height: 24px;
  }
  .cloudrustekInfo-top-img {
    width: 100%;
    max-width: 360px;
    padding: 30px 20px 40px;
    text-align: center;
  }
  .cloudrustekInfo-top-img img {
    width: 225px;
  }
  
  .cloudrustekInfo-middle-item {
    font-size: 16px;
    line-height: 19px;
    min-width: 215px;
    padding: 20px;
  }

  .cloudrustekInfo-bottom .automateFunctions-blockList li {
    font-size: 16px;
    line-height: 19px;
  }
  .cloudrustekInfo-bottom .automateFunctions-blockList li:before {
    top: -1px;
  }
}

/* cloudrustekMigration */
.cloudrustekMigration {
  padding: 70px 0;
}

.cloudrustekMigration .cloudrustek-title {
  max-width: 800px;
  margin: 0 auto 35px;
}

.cloudrustekMigration .cloudrustek-title span {
  color: #3F98F7;
}

.cloudrustekMigration .cloudrustek-subtitle {
  margin: 0 auto 40px;
  max-width: 800px;
}

.cloudrustekMigration-cards {
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.cloudrustekMigration-card {
  min-height: 380px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  border-radius: 19px;
  flex: 1;
}

.cloudrustekMigration-card-text {
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  color: #FFFFFF;
}

.cloudrustekMigration-card-imgs {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}

.cloudrustekMigration-card-imgs img {
  margin: 0;
}

.cloudrustekMigration-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  max-width: 1050px;
  margin: 0 auto;
}

@media (max-width: 639px) {
  .cloudrustekMigration {
    padding: 40px 0 60px;
  }
  
  .cloudrustekMigration .cloudrustek-title {
    margin-bottom: 20px;
  }


  .cloudrustekMigration-cards {
    gap: 12px;
    margin-bottom: 30px;
  }
  
  .cloudrustekMigration-card {
    padding: 25px;
  }

  .cloudrustekMigration-text {
    font-size: 16px;
    line-height: 19px;
  }
}


/* cloudrustekDataCenters */
.cloudrustekDataCenters {
  padding: 80px 0 120px;
  position: relative;
}

.cloudrustekDataCenters:before, .cloudrustekDataCenters:after {
  content: '';
  background-color: #343C4F;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  right: 0;
  left: -25%;
}

.cloudrustekDataCenters:after {
  right: -25%;
  left: 0;
}

.cloudrustekDataCenters .cloudrustek-title {
  color: #CDEBFF;
  margin-bottom: 40px;
}

.cloudrustekDataCenters .cloudrustek-subtitle {
  margin: 0 auto 70px;
  max-width: 950px;
}

.cloudrustekDataCenters-list {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  width: 100%;
}

.cloudrustekDataCenters-item {
  background-image: url(/img/cloudRustek/dataCenter-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  min-width: 400px;
  border-radius: 19px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  display: flex;
  flex-direction: column;
}
.cloudrustekDataCenters-item-top {
  text-align: center;
  padding: 60px 55px 35px;
}
.cloudrustekDataCenters-item-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  margin-top: 45px;
}
.cloudrustekDataCenters-item-city {
  margin-top: 3px;
}
.cloudrustekDataCenters-item-bottom {
  padding: 40px 55px;
  background: rgba(0, 0, 0, 0.17);
  backdrop-filter: blur(16px);
  border-radius: 0px 0px 19px 19px;
  flex: 1;
}

@media (max-width: 639px) {
  .cloudrustekDataCenters {
    padding: 40px 0;
  }
  .cloudrustekDataCenters .cloudrustek-title {
    margin-bottom: 30px;
  }
  .cloudrustekDataCenters .cloudrustek-subtitle {
    margin-bottom: 40px;
  }
  .cloudrustekDataCenters-item {
    font-size: 14px;
    line-height: 16px;
    min-width: 100%;
  }
  .cloudrustekDataCenters-item-top {
    padding: 25px 15px 25px;
  }
  .cloudrustekDataCenters-item-title {
    font-size: 20px;
    line-height: 23px;
    margin-top: 10px;
  }
  .cloudrustekDataCenters-item-bottom {
    padding: 25px 15px 35px;
  }
}

/* cloudrustekCalculation */
.cloudrustekCalculation {
  padding: 10px 0 30px;
  position: relative;
}

.cloudrustekCalculation .infraConfig {
  background: #3F98F7;
}

.cloudrustekCalculation:before, .cloudrustekCalculation:after {
  content: '';
  background-color: #3F98F7;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  right: 0;
  left: -25%;
}

.cloudrustekCalculation:after {
  right: -25%;
  left: 0;
}
.cloudrustekCalculation .infraConfig {
  margin: 0;
}
.cloudrustekCalculation .infraConfig .h1 {
  font-weight: 400;
  font-size: 32px;
  line-height: 37px;
  margin-bottom: 45px;
  text-align: center;
}
.cloudrustekCalculation .infraConfig-footer .btn {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  height: 52px;
  padding:14px 24px 18px;
  background: #F85415;
}
.cloudrustekCalculation .infraConfig-footer .btn:hover {
  background: #b93b0d;
}

@media (max-width: 639px) {
  .cloudrustekCalculation .infraConfig .h1 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 30px;
  }
}

/* cloudrustekSupport */
.cloudrustekSupport {
  padding: 80px 0 90px;
}
.cloudrustekSupport .cloudrustek-title {
  margin-bottom: 55px;
}

.cloudrustekSupport-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.cloudrustekSupport-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background: #EFF7FF;
  border-radius: 6px;
  gap: 60px;
  flex: 1;
  min-width: 300px;
  padding: 30px;
}

.cloudrustekSupport-item-img {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cloudrustekSupport-item-img svg {
  max-width: 100%;
  max-height: 100%;
}

.cloudrustekSupport-item-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin-top: auto;
}

@media (max-width: 639px) {
  .cloudrustekSupport {
    padding: 40px 0;
  }
  .cloudrustekSupport .cloudrustek-title {
    margin-bottom: 30px;
  }
  
  .cloudrustekSupport-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 16px;
  }
  
  .cloudrustekSupport-item {
    flex-direction: row;
    justify-content: flex-start;
    gap: 30px;
    flex: 1;
    min-width: 300px;
    padding: 15px 25px 30px;
  }
  
  .cloudrustekSupport-item-img {
    width: 75px;
    height: 75px;
    flex-shrink: 0;
  }
  
  .cloudrustekSupport-item-text {
    font-size: 15px;
    line-height: 18px;
    margin-top: 0;
  }

  .calc-item.backup .calc-orange-info-inside {
    left: initial;
    right: 18px;
  }

  .calc-item.backup {width: min-content}
  .calc-item.backup .calc-item-name {min-width: 80px}

  .calc-item.backup .calc-item-name .calc-orange-info {right: 15px;}
}

.certs-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.certs-list a  {
  display: block;
  max-width: 200px;
  color: inherit;
  text-align: center;
}

.certs-list img {
  margin-bottom: 10px;
}

.serts-title {
  font-weight: bold;
  margin-bottom: 5px;
}