.retail-page {
    padding-top: 0;
    padding-bottom: 0;
}

.retail-block {
    padding-top: 20px;
    padding-bottom: 30px;
}

.retail-page .aside-title {
    margin-top: 0;
}

.retail-page .header-bar {
    position: relative;
    background-size: cover;
    background-position: center;
    padding-top: 40px;
    padding-bottom: 30px;
    min-height: 100px;
}

.retail-page .header-bar .container {
    position: relative;
}

.header-bar-overflow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.retail-page .header-bar .main-text {
    font-weight: 900;
}

body .retail-list {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.retail-list .flex-item {
    width: calc(100% / 2);
}

.retail-text {
    font-size: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    line-height: 1.2;
}

.retail-img {
    position: relative;
    background-size: cover!important;
    float: right;
    margin: 0 0 5px 7px;
    width: 315px;
    height: 187px;
}

.retail-img p {
    background: rgb(204, 204, 204);
    color: #000;
    position: relative;
    text-transform: uppercase;
    padding: 9px;
    font-weight: bold;
    font-size: 17px;
}

.retail-text ul > li {
    font-weight: bold;
    padding-left: 33px !important;
    margin-bottom: 10px !important;
}

.retail-text ul > li::before {
    content: url(/local/templates/imperator/img/form/v.png) !important;
    width: 20px !important;
    height: 20px !important;
    background: none !important;
    top: 1px !important;
}

.retail-tile {
    margin-bottom: 2rem;
}

.retail-tile h2 {
    background-color: #e6e6e6;
    font-size: 17px;
    padding: 7px 6px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 2rem;
}

.retail-tile a {
    font-size: 1.7rem;
}

.retail-tile ul {
    padding-left: 2.5rem !important;
}

.retail-tile ul > li {
    padding-left: 1.5rem !important;
    margin-bottom: 0 !important;
}

.retail-form-block {
    background: url(/local/templates/imperator/img/photoeditorsdk-girl.png) no-repeat;
    background-size: auto 100%;
    background-position: right;
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 100px;
}

.retail-form{
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.circle {
    position: relative;
}

.circle .svg_circle {
    position: relative;
    width: 450px;
    margin: 0 auto;
    display: block;
    z-index: 1;
}

.cube {
    display: block;
    height: 80px;
    width: 80px;
    background: red;
    position: absolute;
    top: calc((100% - 80px) / 2);
    left: calc((100% - 80px) / 2);
    background: red url("/local/templates/imperator/img/form/Star.svg") no-repeat center;
    background-size: 170%;
    z-index: 3;
}

.icon_svg  {
    position: absolute;
    z-index: 3;
    height: 70px;
    width: 70px;
}

.security {
    top: calc(50% - 120px);
    left: calc(50% - 115px);
}

.video {
    top: calc(50% + 40px);
    left: calc(50% + 46px);
}

.tech_control {
    top: calc(50% + 49px);
    left: calc(50% - 113px);
    height: 60px;
    width: 60px;
}

.kassy {
    top: calc(50% - 121px);
    left: calc(50% + 46px);
}

.circle_text {
    position: absolute;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
    z-index: 1;
}

.video_text {
    top: calc(50% + 109px);
    left: calc(50% + 153px);
}

.video_text:after {
    content: "";
    display: block;
    width: 43px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 14px;
    left: -39px;
    transform: rotate3d(1, 1, 1, 45deg);
}

.security_text {
    top: calc(50% - 146px);
    left: calc(50% - 365px);
}

.security_text:after {
    content: "";
    display: block;
    width: 43px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 36px;
    right: -38px;
    transform: rotate3d(1, 1, 1, 45deg);
}

.tech_control_text {
    top: calc(50% + 126px);
    left: calc(50% - 511px);
}

.tech_control_text:after {
    content: "";
    display: block;
    width: 51px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 17px;
    right: -46px;
    transform: rotate3d(1, 1, 1, -45deg);
}

.kassy_text {
    top: calc(50% - 146px);
    left: calc(50% + 159px);
}

.kassy_text:after {
    content: "";
    display: block;
    width: 43px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 32px;
    left: -39px;
    transform: rotate3d(1, 1, 1, -45deg);
}

.icon_svg:hover path, .icon_svg.active path {
    fill: #000;
}

.svg-menu__path__seleccion:hover path, .svg-menu__path__seleccion.active path {
    fill: #e1e1e4;
}
@media (max-width: 1439px) {
    .retail-form-block {
        background: none;
    }
}
@media (max-width: 768px) {
    .retail-circle {
    display:none;
     }

    .retail-list .flex-item {
        width: 100%;
    }
    .circle_text {
        display:none;
    }
    .retail-form-text {
        background: #fff;
        padding: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        text-align: center;
        margin-bottom: 45px;
    }
    .retail-img {
        display:none;
        float:left;
        width: 100%;
        margin: 0 0 10px;
    }
    .icon_svg {
        height: 50px;
        width: 50px;
    }
    .tech_control  {
        height: 45px;
        width: 45px;
    }
}

@media (max-width: 450px) {
    .circle .svg_circle {
        width: 390px;
    }
    .cube {
        height: 70px;
        width: 70px;
        top: calc((100% - 70px) / 2);
        left: calc((100% - 70px) / 2);
    }
    .tech_control {
        left: calc(50% - 88px);
        top: calc(50% + 45px);
    }
    .security {
        top: calc(50% - 94px);
        left: calc(50% - 93px);
    }
    .video {
        top: calc(50% + 42px);
        left: calc(50% + 49px);
    }

    .kassy {
        top: calc(50% - 98px);
        left: calc(50% + 46px);
    }
}
@media (max-width: 375px) {
    .circle .svg_circle {
        width: 330px;
    }
    .cube {
        height: 60px;
        width: 60px;
        top: calc((100% - 60px) / 2);
        left: calc((100% - 60px) / 2);
    }
    .tech_control {
        left: calc(50% - 82px);
        top: calc(50% + 33px);
    }
    .security {
        top: calc(50% - 89px);
        left: calc(50% - 84px);
    }
    .video {
        top: calc(50% + 33px);
        left: calc(50% + 34px);
    }
    .kassy {
        top: calc(50% - 87px);
        left: calc(50% + 37px);
    }
    .retail-list .flex-item {
        width: 100%;
        padding: 0;
    }
    .retail-form {
        padding: 1px;
    }
}
@media (max-width: 320px) {
    .circle .svg_circle {
        width: 290px;
    }
    .icon_svg {
        height: 40px;
        width: 40px;
    }
    .cube {
        height: 50px;
        width: 50px;
        top: calc((100% - 50px) / 2);
        left: calc((100% - 50px) / 2);
    }
    .tech_control {
        left: calc(50% - 70px);
        top: calc(50% + 31px);
        height: 35px;
        width: 35px;
    }
    .security {
        top: calc(50% - 75px);
        left: calc(50% - 70px);
    }
    .video {
        top: calc(50% + 30px);
    }

    .kassy {
        top: calc(50% - 72px);
        left: calc(50% + 34px);
    }
}

@media (min-width: 768px) {
.retail-block {
    padding-top: 100px;
    padding-bottom: 70px;
}

.retail-list .flex-item {
    width: 100%;
}

.retail-page {
    padding-top: 0;
    padding-bottom: 0;
}

.retail-page .header-bar {
    min-height: 150px;
    padding-top: 20px;
}

.retail-page .header-bar .breadcrumbs {
    margin-bottom: 30px;
}

.retail-block .main-text-wrap:not(.wide-text) {
    max-width: 600px;
}
.svg-menu__path__seleccion, .svg-menu__path__seleccion *, .icon_svg {
    transition: all 0.25s ease-out;
}

.svg-menu__path__seleccion, .icon_svg {
    transform-origin: 50% 50%;
}

.svg-menu__path__seleccion:hover, .svg-menu__path__seleccion.active {
    transform: scale(1.1);
}

.icon_svg:hover, .icon_svg.active {
    transform: scale(1.1);
}

.security:hover, .security.active {
    top: calc(50% - 128px);
    left: calc(50% - 121px);
}

.video:hover, .video.active {
    top: calc(50% + 49px);
    left: calc(50% + 55px);
}

.tech_control:hover, .tech_control.active {
    top: calc(50% + 55px);
    left: calc(50% - 122px);
}

.kassy:hover, .kassy.active {
    top: calc(50% - 128px);
    left: calc(50% + 56px);
}

}

@media (min-width: 992px) {
.retail-page .header-bar {
    min-height: 200px;
}
}

@media (min-width: 1024px) {
.retail-list .flex-item {
    width: calc(100% / 2);
}
}

@media (min-width: 1280px) {
.retail-block .main-text-wrap:not(.wide-text) {
    max-width: 1020px;
}
}

@media (min-width: 1440px) {
#text-item {
    width: 43%;
}

#form-item {
    width: 33%;
}
}

@media (min-width: 1920px) {
.retail-block .main-text-wrap:not(.wide-text) {
    max-width: 1100px;
}

.retail-block .main-text-wrap {
    padding-left: 65px;
}
}

/* Page-specific override for the migrated service page */
.retail-page.retail-block,
.retail-page .header-bar,
.retail-page .retail-block {
    padding-top: 0 !important;
}
