.puzzle-design .text-content h2{
    color:#000;
    opacity: 0.2;
    font-size:48px;
    font-weight:bold;
}
.puzzle-design .text-content h3{
    color:#fff;
    ;
    font-size:58px;
    font-weight:bold;
    line-height: 1.1;
    margin-bottom: 20px;
}
.puzzle-design .text-content p{
    font-size:20px;
    font-weight:300;
}
.puzzle-boxes{
    display: flex;
    flex-wrap:wrap;
    padding: 75px 0 20px;
    justify-content: center;
    margin-bottom: 15px;
}
.puzzle-boxes .one-puzzle{
    width:33.3%;
    background:#ea3a5a;
    display:flex;
    align-items:center;
    min-height: 400px;
    padding:40px 10px 10px;
    position: relative;
}
.puzzle-boxes .one-puzzle:first-child{
    border-radius:10px  0 0 50px;
}
.puzzle-boxes .one-puzzle:before{
    width:140px;
    height: 120px;
    background:#fd3f68;
    content:'';
    position: absolute;
    border-radius:50%;
    top:-60px;
    left:50%;
    margin-left:-70px;
}
.puzzle-boxes .one-puzzle:after{
    width:120px;
    height: 140px;
    background:#fd3f68;
    content:'';
    position: absolute;
    border-radius:50%;
    top:50%;
    left:0%;
    margin-left:-60px;
    margin-top:-70px;
}
.puzzle-boxes .one-puzzle:first-child:after{
    display: none;
}
.puzzle-boxes .one-puzzle:first-child:before{
    background:#ea3a5a;
}
.puzzle-boxes .one-puzzle:nth-of-type(2){
    background:#fffbfc;
    color:#000;
}
.puzzle-boxes .one-puzzle:nth-of-type(2):after{
    background:#fffbfc;
}
.puzzle-boxes .one-puzzle .puzzle-content{
    position: relative;
    z-index: 2;
    padding:0px 40px 0 0;
    width:100%;
}
.puzzle-boxes .one-puzzle:nth-child(3){
    background:#3096ff;
    border-radius:0px  10px 50px 0;
}
.puzzle-boxes .one-puzzle:nth-child(3):after{
    background:#3096ff;
}
.puzzle-boxes .one-puzzle .one-row{
    display: flex;
    align-items:center;
    text-align:left;
}
.puzzle-boxes .one-puzzle .one-row .icon{
    width:35%;
    flex: 0 0 35%;
    margin-right: 15px;
    margin-top:45px;
}
.puzzle-boxes .one-puzzle .one-row h4{
    font-size:20px;
    font-weight: bold;
    line-height: 1.2
}
.puzzle-boxes .one-puzzle .one-row h3{
    font-size:38px;
    font-weight: bold;
    line-height: 1.2
}
.puzzle-boxes .one-puzzle .one-row{
    font-size:13px;
    line-height: 1.2
}
.puzzle-boxes .one-puzzle .one-row p {
    font-weight: 500;
    padding-right:10px;
}
.puzzle-boxes .one-puzzle .one-row ul li{
    padding-left:30px;
    position: relative;
    min-height: 35px;
    display: flex;
    align-items: center;
}
.puzzle-boxes .one-puzzle .one-row ul li:before{
    line-height: 25px;
    width:25px;
    height: 25px;
    content:'+';
    border:1px solid #fff;
    border-radius:50%;
    position:absolute;
    left:0;
    font-size:20px;
    text-align:center;
}
.puzzle-boxes .one-puzzle .one-row h2{
    font-size:24px;
    padding:5px 0;
}
.puzzle-boxes .one-puzzle .button-div{
    padding:10px 30px;
    display: flex;
    flex-wrap:wrap;
    align-items:center;
}
.puzzle-boxes .one-puzzle .button-div a{
    margin:10px;
}
.puzzle-boxes .one-puzzle .button-div a.btn{
    padding:15px 40px;
    font-size:10px;
    border-color:#fff;
    color:#fff;
}
.puzzle-boxes .one-puzzle .button-div a.btn:hover{
    color:#000;
    background:#fff;
}
.puzzle-boxes .one-puzzle .button-div a.lear-more,
.puzzle-boxes .one-puzzle.one-puzzle-ppremium .button-div a.lear-more{
    color:#fff;
    text-decoration: underline;
}
.puzzle-boxes .one-puzzle .button-div a.lear-more:hover{
    text-decoration: none;
}
.puzzle-boxes .one-puzzle .text{
    padding-bottom:10px;
    padding-top:50px;
}
.puzzle-question img{
    margin-bottom: 10px;
}
.puzzle-question h3{
    font-size:22px;
    color:#fd3f68;
    line-height: 1.2;
    margin-bottom: 0;
    font-weight: 300;
}
.puzzle-question h2{
    font-size:28px;
    font-weight: bold;
    color:#fd3f68;
    line-height: 1.2
}
.puzzle-question a{
    margin-top:15px;
}
.puzzle-boxes .one-puzzle .puzzle-content.puzzle-question{
    padding:0 10px;
}
.puzzle-boxes .one-puzzle .puzzle-content.puzzle-question a.btn {
    padding: 15px 40px;
    font-size: 10px;
    border-color: #fd3f68;
    color: #fd3f68;
}
.puzzle-boxes .one-puzzle .puzzle-content.puzzle-question a.btn:hover {
    border-color: #fd3f68;
    background: #fd3f68;
    color: #fff;
}
.puzzle-boxes .one-puzzle.last-mobile-puzzle{
    display: none;
}
@media (max-width:1300px){
    .puzzle-boxes .one-puzzle{
        width:45%
    }
    .puzzle-boxes .one-puzzle:nth-of-type(2){
        width:0%;
        display: none !important;
    }
    .puzzle-boxes .one-puzzle .puzzle-content.puzzle-question{
        display: none;
    }
    .puzzle-boxes .one-puzzle:nth-of-type(2):before {
        top:auto;
        bottom:-60px;
        background:#fffbfc;
        z-index: 3;
        display: none;
    }
    .puzzle-boxes .one-puzzle.last-mobile-puzzle{
        display: block;
        background:#fffbfc;
        border-radius:0 0 50px 50px;
    }
    .puzzle-boxes .one-puzzle.last-mobile-puzzle:before{
        background:#fffbfc !important;
    }
    .puzzle-boxes .one-puzzle.last-mobile-puzzle:after{
        background:#fffbfc !important;
    }
    .puzzle-boxes .one-puzzle.last-mobile-puzzle .puzzle-content.puzzle-question{
        display: block;
    }
    .puzzle-boxes .one-puzzle .button-div{
        padding-bottom: 20px;
    }
    .puzzle-design .text-content h2{
        font-size:30px;
    }
}
@media (max-width:991px){
    .puzzle-boxes .one-puzzle:nth-of-type(n) {
        width: 80%;
        border-radius:0;
        padding: 80px 10px 40px 10px;
    }
    body.white-basket .puzzle-boxes .one-puzzle:nth-child(3)::before {
        background: #ea3a5a;
    }
    .puzzle-boxes .one-puzzle:nth-of-type(2) {
        width: 0%;
        display: none;
    }
    .puzzle-boxes .one-puzzle .text{
        padding-top:10px;
    }
    .puzzle-boxes .one-puzzle .one-row .icon{
        margin-top:5px;
    }
    .puzzle-boxes .one-puzzle:nth-child(3)::before {
        background: #3096ff;
    }
    .puzzle-design .text-content h3{
        font-size:32px;
    }
    .puzzle-design .text-content h2{
        font-size:20px;
    }
}
@media (max-width:520px){
    .puzzle-boxes .one-puzzle .one-row{
        flex-wrap:wrap;
    }
    .puzzle-boxes .one-puzzle .puzzle-content{
        padding:0 10px;
    }
    .puzzle-boxes .one-puzzle .one-row .icon{
        margin:0 auto;
    }
    .puzzle-boxes .one-puzzle .one-row h4,.puzzle-boxes .one-puzzle .one-row h3{
        text-align: center;
    }
    .puzzle-boxes .one-puzzle .button-div {
        justify-content: center;
        margin-bottom: 30px;
    }
    .puzzle-boxes .one-puzzle .button-div a.btn,.puzzle-boxes .one-puzzle .puzzle-content.puzzle-question a.btn{
        padding: 8px 15px;
    }
    .puzzle-boxes .one-puzzle .button-div{
        padding:5px 0;
    }
    .puzzle-boxes .one-puzzle .puzzle-content.puzzle-question {
        padding: 0 45px;
    }
    .puzzle-boxes .one-puzzle .one-row .icon,.puzzle-question img {
        width: 55%;
        flex: 0 0 55%;
    }
    .puzzle-question h3{
        font-size:18px;
    }
    .puzzle-question h2{
        font-size:24px;
    }
    .puzzle-boxes .one-puzzle{
        min-height: 300px;
    }
    .puzzle-boxes .one-puzzle:nth-of-type(n){
        width:90%;
    }
}

.puzzle-boxes.puzzle-boxes-2 .one-puzzle{
    padding:15px 20px;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle .text{
    padding:0;
    padding-top:15px;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle .one-row .icon{
    margin-top:-5px;
    margin-left: auto;
    margin-right: -15px;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle .puzzle-content{
    padding:0 10px;
    z-index: 4;
    height: 100%;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle .puzzle-content > *{
    z-index: 5;
    position: relative;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle .info ul{
    margin-top:10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle .info ul li{
    width:50%;
    padding-right:5px;
    font-size: 90%;
}

.radiobuttoncontainter {
    display: block;
    position: relative;
    margin-top:5px;
    padding-left: 25px;
    padding-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default radio button */
.radiobuttoncontainter input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.radiobuttoncontainter .checkmark {
    position: absolute;
    top: 50%;
    margin-top:-10px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    border: 3px  solid #c1c1c1;
}

/* On mouse-over, add a grey background color */
.radiobuttoncontainter:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radiobuttoncontainter input:checked ~ .checkmark {
    background-color: #2196F3;
    border: 0px  solid #c1c1c1;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiobuttoncontainter input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radiobuttoncontainter .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.radiobuttoncontainter .subinfo{
    font-size:12px;
    display: block;
    font-weight: bold;
}

.align-spc{
    flex-wrap: wrap;
    justify-content: space-between;
}
.variant-info{
    font-size:12px;
    text-align: left;
    margin-top:20px;
    margin-bottom:10px;
    font-weight: bold;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle .one-row h3{
    border-bottom:1px solid #fff;
    font-weight: 300;
    padding-bottom:5px;
    margin-bottom:10px;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle  .one-row h2 b{
    font-size:32px;
    margin-bottom:15px;
    display: block;
}

.puzzle-boxes.puzzle-boxes-2 .one-puzzle:first-child::before {
    background:#ffffff
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle:first-child {
    background:#ffffff;
    color:#fd3f68;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle:nth-of-type(2)::after {
    background:#f3a96d
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle.one-puzzle-ppremium::after {
    background:#f3a96d
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle:nth-of-type(2) {
    background:#f3a96d;
    color:#fff;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle.one-puzzle-ppremium:first-child:before {
    background: #f3a96d;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle.one-puzzle-ppremium {
    background:#f3a96d;
    color:#fff;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle:nth-of-type(3)::after,
.puzzle-boxes.puzzle-boxes-2 .one-puzzle.one-puzzle-pbrief:after {
    background:#dc364e
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle:nth-of-type(3),
.puzzle-boxes.puzzle-boxes-2 .one-puzzle.one-puzzle-pbrief {
    background:#dc364e;
    color:#fff;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle:first-child .one-row ul li::before {
    background:#e0e0e0;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle.one-puzzle-ppremium .one-row ul li::before {
    background:transparent;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle:first-child .one-row h3{
    border-color:#e0e0e0
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle.one-puzzle-ppremium .one-row h3{
    border-color:#fff
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle .text{
    width: 53%;
}
.brief-info{
    font-size:22px;
    font-weight: 300;
    line-height: 1.2;
    text-align: left;
    padding:20px 0;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle .button-div{
    padding:15px 0;
    margin:0 -10px;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle:first-child .button-div a{
    color:#fd3f68;
    border-color:#fd3f68;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle:first-child .button-div a.btn:hover{
    background:#fd3f68;
    color:#fff;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle.one-puzzle-ppremium .button-div a{
    color:#fff;
    border-color:#fff;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle.one-puzzle-ppremium .button-div a.btn:hover,
.puzzle-boxes.puzzle-boxes-2 .one-puzzle:nth-of-type(2) .button-div a.btn:hover{
    background:#fff;
    color:#f3a96d;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle.one-puzzle-pbrief .button-div a.btn:hover{
    color: #000;
    background: #fff;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle .one-row .icon{
    position: relative;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle:nth-of-type(1) .one-row .icon:before{
    content:'';
    background: #fff;
    width:100%;
    height: 100%;
    mix-blend-mode:multiply;
    position: absolute;
    left:0;
    top:0;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle:nth-of-type(2) .one-row .icon:before,
.puzzle-boxes.puzzle-boxes-2 .one-puzzle.one-puzzle-ppremium .one-row .icon:before{
    content:'';
    background: #f3a96d;
    width:100%;
    height: 100%;
    mix-blend-mode:multiply;
    position: absolute;
    left:0;
    top:0;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle:nth-of-type(3) .one-row .icon:before,
.puzzle-boxes.puzzle-boxes-2 .one-puzzle.one-puzzle-pbrief .one-row .icon:before{
    content:'';
    background: #dc364e;
    width:100%;
    height: 100%;
    mix-blend-mode:multiply;
    position: absolute;
    left:0;
    top:0;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle .distinction:before{
    background: transparent;
    position: absolute;
    width: calc(100% + 70px);
    height: calc(100% + 60px);
    content: '';
    left: -35px;
    top: -30px;
    border:8px solid #dedede;
    box-shadow: 0 0 4px 2px rgba(0,0,0,0.2);
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle .distinction:after{
    content:attr(data-title);
    position: absolute;
    bottom:-65px;
    left:-20px;
    font-size:clamp(14px,2vw,22px);
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color:#f3a96d;

}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle:nth-of-type(1) .distinction:before{
    border-color:#dedede;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle:nth-of-type(2) .distinction:before,
.puzzle-boxes.puzzle-boxes-2 .one-puzzle.one-puzzle-ppremium .distinction:before{
    border-color:#f3a96d;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle:nth-of-type(3) .distinction:before,
.puzzle-boxes.puzzle-boxes-2 .one-puzzle.one-puzzle-pbrief .distinction:before{
    border-color:#dc364e;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle,.puzzle-boxes.puzzle-boxes-2 .one-puzzle .one-row{
    align-items:flex-start;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle::before {
    z-index: 4;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle .one-row .info p{
    font-weight: bold;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle:nth-of-type(2) .one-row h4,
.puzzle-boxes.puzzle-boxes-2 .one-puzzle:nth-of-type(2) .one-row .info p,
.puzzle-boxes.puzzle-boxes-2 .one-puzzle:nth-of-type(2)  .variant-info,
.puzzle-boxes.puzzle-boxes-2 .one-puzzle:nth-of-type(2)  .radiobuttoncontainter .subinfo,
.puzzle-boxes.puzzle-boxes-2 .one-puzzle.one-puzzle-ppremium .one-row h4,
.puzzle-boxes.puzzle-boxes-2 .one-puzzle.one-puzzle-ppremium .one-row .info p,
.puzzle-boxes.puzzle-boxes-2 .one-puzzle.one-puzzle-ppremium  .variant-info,
.puzzle-boxes.puzzle-boxes-2 .one-puzzle.one-puzzle-ppremium  .radiobuttoncontainter .subinfo
{
    color:#a8642d;
}

.puzzle-boxes.puzzle-boxes-2 .one-puzzle.one-puzzle-pbrief .one-row h4,
.puzzle-boxes.puzzle-boxes-2 .one-puzzle.one-puzzle-pbrief .one-row .info p,
.puzzle-boxes.puzzle-boxes-2 .one-puzzle.one-puzzle-pbrief  .variant-info,
.puzzle-boxes.puzzle-boxes-2 .one-puzzle.one-puzzle-pbrief  .radiobuttoncontainter .subinfo{
    color:#fff;
}

.puzzle-boxes.puzzle-boxes-2 .pd-left-p{
    padding-right:30px;
}
@media (max-width:1300px){
    .puzzle-boxes.puzzle-boxes-2 .one-puzzle {
        width: 50%;
    }
    .puzzle-boxes.puzzle-boxes-2 .one-puzzle:nth-of-type(2) {
        width: 50%;
        display: block !important;
    }
    .puzzle-boxes.puzzle-boxes-2 .one-puzzle:nth-of-type(3):before {
        background: #dc364e;
    }
    .white-basket  .puzzle-boxes.puzzle-boxes-2 .one-puzzle:nth-of-type(2)::before {
        background: #f5f5f5;
    }
    .white-basket .puzzle-boxes.puzzle-boxes-2 .one-puzzle:nth-of-type(3)::before {
        background: #dc364e;
    }
    .puzzle-boxes.puzzle-boxes-2 .one-puzzle:nth-of-type(2):before {
        display: block;
        bottom: auto;
        top: -60px;
        background: #fd3f68;
    }
    .puzzle-boxes.puzzle-boxes-2 .one-puzzle .puzzle-content{
        padding:10px 10px 30px 10px;
    }
    .puzzle-boxes.puzzle-boxes-2 .one-puzzle .distinction::after {
        left:auto;
        bottom: -9px;
        right: -15px;
        text-shadow: 0 0 7px #000;
    }
}
@media (max-width:991px){
    .puzzle-boxes.puzzle-boxes-2 .one-puzzle, .puzzle-boxes.puzzle-boxes-2 .one-puzzle:nth-of-type(2){
        width: 90%;
    }
    .puzzle-boxes.puzzle-boxes-2 .one-puzzle:nth-of-type(2):before {
        background: #f3a96d;
    }
    .white-basket .puzzle-boxes.puzzle-boxes-2 .one-puzzle:nth-of-type(2):before {
        background: #f3a96d;
    }
    .white-basket .puzzle-boxes.puzzle-boxes-2 .one-puzzle.one-puzzle-pbrief:before {
        background: #dc364e;
    }
    .white-basket  .puzzle-boxes.puzzle-boxes-2 .one-puzzle:nth-of-type(1)::after {
        background: #fff;
    }
    .puzzle-boxes.puzzle-boxes-2 .one-puzzle:nth-of-type(1)::after {
        width: 120px;
        height: 140px;
        background: #fd3f68;
        content: '';
        display: block;
        position: absolute;
        border-radius: 50%;
        top: 50%;
        left: 100%;
        margin-left: -60px;
        margin-top: -70px;
        z-index: 2;
    }
}
@media (max-width:520px){
    .puzzle-boxes.puzzle-boxes-2 .one-puzzle .puzzle-content .one-row:first-of-type{
        flex-direction: column-reverse;
    }
    .puzzle-boxes.puzzle-boxes-2 .one-puzzle .puzzle-content{
        position: relative;
        z-index: 4;
    }
    .puzzle-boxes.puzzle-boxes-2 .one-puzzle .text{
        width:100%;
        text-align: center;
    }
    .puzzle-boxes.puzzle-boxes-2 .one-puzzle .one-row .icon{
        margin: 0 auto;
    }
    .puzzle-boxes.puzzle-boxes-2 .one-puzzle .info ul li{
        width:100%;
    }
}

/*road design*/
@font-face{
    font-family:'digital-7';
    src: url('/css/front/fonts/digital/digital-7.ttf');
}
.road-design{
    max-width: 1900px;
    margin:0 auto;
    width:100%;
    max-height:900px;
    overflow: hidden;
}
.road-bg .clock-design{
    font-size:44px;
    color:#fff;
    font-weight: bold;
    font-family: 'digital-7', sans-serif;
}
.road-bg .clock-design span{
    background:rgba(0,0,0,0.2);
    box-shadow: 4px 4px 5px 0 rgba(0,0,0,.3) inset;
    text-shadow: 2px 2px 1px #000;
    padding:2px 2px;
    margin-left: 5px;
    display: inline-block;
    line-height: 1;
}
.elem-road{
    display: inline-block
}
.road-design .elem-road .text{
    z-index: 3;
}
.road-design{
    min-height: 620px !important;
    height:100vh;
}
@media (max-width:1499px){
    .road-design .main-elem{
        font-size:30px;
    }
    .road-design .start-elem{
        bottom:30px;
    }
    .road-design .second-elem .text{
        font-size: 23px;
        min-width: 300px;
    }
    .road-desing .five-elem .text{
        font-size:24px;
    }
    .road-design .third-elem .text{
        font-size:20px;
    }
    .road-design .second-elem4 .text{
        font-size:13px;
    }
    .road-design .five-elem .text{
        font-size:20px;
        top:auto;
        bottom:50%;
    }
}
.road-desing-mobile{
    display: none;
}
.road-bg{
    min-height:100vh;
    display:flex;
    align-items:Center;
    justify-content: center;
    background-attachment: fixed;
    background-color: #F22954;
    background:url('/images/front/road/road-bg.jpg') no-repeat center center;
    background-size:cover;
}
.road-design-mobile{
    min-height: 100vh;
    height:100%;
    width:100%;
    margin:0 auto;
    ;
    max-width: 100%;
    overflow: hidden;
    display: none;

}

.road-desing-mobile .first-elemm img{
    width:200px;
    max-width:100%;
    transform: rotate(-30deg);
}
.road-desing-mobile .clock-design{
    font-size:26px;
    color:#fff;
    font-weight: bold;
    font-family: 'digital-7', sans-serif;
}

.road-design-mobile .elem-road-mobile{
    width:400px;
    margin:0 auto;
    text-align: center;
    max-width:100%;
}
.get-start{
    color:#fff;
    font-size: 20px;
}
.get-start span {
    font-size: 24px;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    margin-top: 0px;
    line-height: 44px;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -25px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.main-elem{
    position: absolute;
    bottom:60px;
    left:60px;
    font-size:46px;
    font-weight: bold;
    line-height: 1.1;
}
.start-elem{
    position: absolute;
    bottom:60px;
    right:90px;
    font-size:26px;
    font-weight: bold;
    line-height: 1.1;
}
.elem-road img{
    position: relative;
    z-index: 2;
}
.first-elem{
    max-width: 12%;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to   {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to   {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to   {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to   {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to   {
        opacity: 1;
    }
}
.first-elem svg.before{
    width:100%;
    height: 40px;
    position: absolute;
    left:80%;
    top:40%;
}
.second-elem{
    max-width: 15%;
    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 3s; /* Firefox < 16 */
    -ms-animation: fadein 3s; /* Internet Explorer */
    -o-animation: fadein 3s; /* Opera < 12.1 */
    animation: fadein 3s;
}
.second-elem3 img{
    transform:scale(1.3);
}
.second-elem img{
    transform: scale(1.2);
    left: -10%;
    top: -10%;
    position: relative;
}
.second-elem2,.second-elem3,.second-elem4{
    max-width: 7%;
    -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 4s; /* Firefox < 16 */
    -ms-animation: fadein 4s; /* Internet Explorer */
    -o-animation: fadein 4s; /* Opera < 12.1 */
    animation: fadein 4s;
}
.second-elem2:before,.second-elem2 svg.before{
    width:80px;
    height: 160px;
    position: absolute;
    left: -35%;
    top:17%;
    transform: translate(0,-100%);
}
.second-elem3:before,.second-elem3 svg.before{
    width:180px;
    height: 60px;
    position: absolute;
    left: -100%;
    top:10%;
    transform: translate(0,-100%);
}
.second-elem4:before,.second-elem4 svg.before{
    width:210px;
    height: 50px;
    position: absolute;
    left: -120%;
    top:54%;
    transform: translate(0,-100%);
}

.second-elem2:after,.second-elem2 svg.after{
    width:330px;
    height: 60px;
    position: absolute;
    left: 85%;
    top:72%;
    transform: rotate(13deg)
}
.second-elem4:after,.second-elem4 svg.after{
    width:80px;
    height: 350px;
    position: absolute;
    left: 100%;
    top:60%;
    transform: translate(0,00%);
}

.third-elem{
    max-width:18%;
    -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 4s; /* Firefox < 16 */
    -ms-animation: fadein 4s; /* Internet Explorer */
    -o-animation: fadein 4s; /* Opera < 12.1 */
    animation: fadein 4s;
}
.four-elem{
    -webkit-animation: fadein 6s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 6s; /* Firefox < 16 */
    -ms-animation: fadein 6s; /* Internet Explorer */
    -o-animation: fadein 6s; /* Opera < 12.1 */
    animation: fadein 6s;
}
.five-elem{
    max-width:9%;
    -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 4s; /* Firefox < 16 */
    -ms-animation: fadein 4s; /* Internet Explorer */
    -o-animation: fadein 4s; /* Opera < 12.1 */
    animation: fadein 4s;
}
.four-elem:after, .four-elem svg.after{
    width:130px;
    height: 390px;
    position: absolute;
    left: 0%;
    top:90%;
    transform: translate(0,00%);
}
.five-elem:before, .five-elem svg.before{
    width:180px;
    height: 150px;
    position: absolute;
    left: 20%;
    top:30%;
    transform: translate(-100%,0%);
}
.five-elem::after, .five-elem svg.after {
    width: 170px;
    height: 284px;
    position: absolute;
    left: 108%;
    top: 7%;
    transform: translate(0,-8%);
}
.six-elem{
    max-width:22%;
    -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 4s; /* Firefox < 16 */
    -ms-animation: fadein 4s; /* Internet Explorer */
    -o-animation: fadein 4s; /* Opera < 12.1 */
    animation: fadein 4s;
}
.elem-road .text{
    position: absolute;
    padding: 0;
    line-height: 1.15;
    z-index: 2;
}
.second-elem .text{
    font-size:32px;
    top:-50px;
    left:70%;
    font-weight: bold;
    top:2%;
    min-width: 350px;
    transform: translateY(-90%);
}
.second-elem2 .text{
    font-size:14px;
    top:50%;
    left:100%;
    font-weight: normal;
    min-width: 150px;
    transform: translateY(-50%);
    letter-spacing: 2px;
}
.second-elem2 .text{
    font-size:14px;
    top:50%;
    left:110%;
    font-weight: normal;
    min-width: 150px;
    transform: translateY(-50%);
    letter-spacing: 2px;
}
.second-elem3 .text{
    font-size:14px;
    top:-20%;
    left:0%;
    font-weight: normal;
    min-width: 215px;
    text-align: center;
    transform: translateY(-50%);
    letter-spacing: 2px;
}
.second-elem4 .text{
    font-size:14px;
    top:50%;
    left:110%;
    font-weight: normal;
    min-width: 150px;
    transform: translateY(-50%);
    letter-spacing: 2px;
}
.four-elem .text{
    font-size:12px;
    top:-10%;
    left:-20%;
    font-weight: normal;
    min-width: 350px;
    transform: translateY(-80%);
    letter-spacing: 2px;
    text-align: center;
}
.third-elem .text{
    font-size:26px;
    top:92%;
    left:10%;
    font-weight: bold;
    min-width: 200px;
    transform: translate(-6%,-6%);
    letter-spacing: 2px;
}
.six-elem .text{
    font-size:28px;
    top:73%;
    left:60%;
    font-weight: 700;
    min-width: 250px;
    transform: translateY(00%);
    letter-spacing: 2px;
}
.five-elem .text{
    font-size:28px;
    top:98%;
    left:78%;
    font-weight: 700;
    min-width: 250px;
    transform: translateY(00%);
    letter-spacing: 2px;
}

.road-design-mobile .elem-road-mobile.first-elemm{
    width:60%;
    min-width:150px;
    max-width:200px;
    margin-top:20px;
    position: relative;
}
.road-design-mobile .elem-road-mobile.first-elemm img{
    transform: rotate(-27deg);
}
.road-bg .road-design-mobile .clock-design{
    position: absolute;
    top:20%;
    left:-15%;
}
.road-bg .road-design-mobile .clock-design {
    font-size: 34px;
    color: #fff;
    font-weight: lighter;
}
.road-design-mobile .containter{
    width:500px;
    max-width: 100%;
    margin:0 auto;
}
.mobile-first{
    margin-top:60px;
    font-size:30px;
    color:#fff;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.mobile-first .button-class:hover{
    background:#EB2651;
    color:#fff !important;
}
.mobile-first .button-class{
    border-color:#fff;
    color:#EB2651 !important;
    background:#fff;
    padding:6px 20px;
    min-width:100px;
}
.elem-road-mobile.second-elem{
    margin-top:60px;
    position: relative;
}
.elem-road-mobile.second-elem img{
    width:260px;
    max-width:100%;
}
.elem-road-mobile.second-elem .text{
    min-width:1px;
    position: absolute;
    top:3%;
    font-size:24px;
    line-height: 1.2;
    right:5%;
    max-width:65%;
    left:auto;
    text-align: left;
}
.icon-row img{
    height: 130px;
    object-fit: contain;
    object-position: center;
    width: 100px;
}
.icon-row{
    margin:20px 0 30px 0;
}
.icon-row{
    text-align: center;
}
.icon-row .text{
    padding:5px 0;
    font-size:14px;
}

.globepuzzle .text{
    font-size:24px;
    font-weight: bold;
    position: absolute;
    padding:0;
    left:0%;
    top:40%;
    line-height: 1.2;
    text-align:left;
}
.globepuzzle{
    width:400px;
    max-width:100%;
    margin:0 auto;
    text-align:center;
}
.globepuzzle img{
    width:230px;
    max-width:100%;
}
@media (max-width:1259px){
    .road-design{
        display: none;
    }
    .road-design-mobile{
        display: block;
    }
}
body{
    background:#E53E56
}
.white-basket .social-icon-group,.white-right .social-icon-group{
    background:#dedede;
}
body.white-basket,.white-basket .puzzle-boxes .one-puzzle:before{
    background:#f5f5f5;
}
.white-basket header .logo{
    filter: brightness(20%);
}
.white-basket .menu-handle-a .dot,.white-right .menu-handle-a .dot{
    filter: brightness(20%);
}
.white-basket .menu-handle-a:before,.white-right .menu-handle-a:before{
    color:#383838;
}
.white-basket .slide-nav-right .fa,.white-right .slide-nav-right .fa{
    filter: brightness(20%);
}
.white-basket .puzzle-boxes .one-puzzle:nth-child(3):after,.white-basket .puzzle-boxes .one-puzzle:nth-child(3){
    background:#0eaeb8;
}
.white-basket .puzzle-boxes.puzzle-boxes-2 .one-puzzle:nth-child(3)::after, .white-basket .puzzle-boxes.puzzle-boxes-2 .one-puzzle:nth-child(3) {
    background: #dc364e;
}
.white-basket .puzzle-design .text-content h3,.white-basket .puzzle-design .text-content p{
    color:#383838;
}
.white-basket .puzzle-boxes.puzzle-boxes-2 .one-puzzle:nth-of-type(3) .one-row .icon::before{
    background:#dc364e;
}
.padding-top-first-section{
    padding-top:60px;
}
.questionare .left{
    background:url('/images/front/questionare.png') no-repeat center center;
    margin:0px 0;
}
.questionare-design{
    display: flex;
    min-height: 100vh;
}
.questionare-design > *{
    width:50%;
    padding:30px 90px 100px;
    display: flex;
    flex-wrap:wrap;
    align-items:center;
    position: relative;
}
.questionare-design .btn-nav{
    position: absolute;
    bottom:30px;
    display: flex;
    width:100%;
    padding: 0 90px;
    justify-content: space-between;
}
.questionare-design .btn-nav a{
    border:2px solid #fff;
    color:#fff;
    padding: 15px 25px;
    border-radius:30px;
    font-size:13px;
    min-width:150px;
    text-align: center;
    display: inline-block;
    font-weight: 600
}
.questionare-design .btn-nav a.prev:hover{
    color:#e4365c;
    background:#fff;
}
.questionare-design .btn-nav a.prev i{
    margin-right: 5px;
    display: inline-block
}
.questionare-design .btn-nav a.next i{
    margin-left: 5px;
    display: inline-block
}
.questionare-design .btn-nav a.next{
    color:#e4365c;
    border-color:#e4365c;
    margin-left: auto;
}
.questionare-design .btn-nav a.next:hover{
    color:#fff;
    background:#e4365c
}
.questionare-design > .right{
    background-color:#fff;
}
.questionare-design .back-to-cart-i,.configurator-theme .back-to-cart-i{
    font-size:13px;
    color:#fff;
    position: absolute;
    top:25px;
    z-index: 2;
}
.questionare-design .back-to-cart-i:hover,.configurator-theme .back-to-cart-i:hover{
    color:#ccc
}
.questionare .left h2{
    color:#fff;
    font-size:60px;
    font-weight: bold;
    line-height: 1.1;
}

.question-radio input[type="radio"]{
    display: none;
}

.question-radio label {
    position: relative;
    padding-left: 50px;
    margin:25px 0;
    line-height: 1.2;
    font-size:34px;
    color:#161616;
    font-weight: 600;
    display: block;
}
.question-radio label::before {
    background: #e5e5e5;
    box-shadow: 0 0 1px 0 #e5e5e5;
    width: 30px;
    height: 30px;
    content: "";
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top:7px;
}
.question-radio input[type="radio"]:checked + label{
    color:#e5375c;
}
.question-radio input[type="radio"]:checked + label::after {
    background: #707070;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: 7px;
    top: 14px;
}
@media (max-width:1600px){
    .questionare .left{
        background-size:contain;
    }
}

@media (max-width:1400px){
    .questionare .left h2{
        font-size: clamp(24px,4vw,50px);
    }
    .question-radio label {
        font-size: 24px;
        min-height: 40px;
        display: flex;
        align-items: center;
    }
}
.header-logo{
    left:0 !important;
}
.question-select h3, .question-radio h3{
    font-size:30px;
    color:#111111;
    font-weight: bold;
    margin:0 0 15px 0;
}
.question-select{
    min-width: 60%
}
.question-select .bootstrap-select > .dropdown-toggle{
    border-radius:20px !important;
    ;
    padding:20px 30px;
}
.question-select .bootstrap-select .dropdown-menu{
    top:auto;
}
.question-select .bootstrap-select > .dropdown-toggle{
    color:#111111;
}
@media (min-width:1400px){
    .questionare-design .back-to-cart-i,.configurator-theme .back-to-cart-i{
        top:50px;
    }
}
@media (max-width:991px){
    .questionare-design > *{
        padding:30px 50px 80px;
    }
    .question-radio label {
        font-size: 20px;
    }
    .questionare-design .btn-nav a {
        padding: 12px 15px;
        font-size: 12px;
        min-width: 130px;
    }
    .questionare-design .btn-nav{
        padding:0 70px;
    }
    .question-select h3, .question-radio h3{
        font-size:20px;
    }
}
@media (max-width:575px){
    .questionare-design > *{
        width:100%;
    }
    .questionare-design{
        flex-wrap:wrap;
    }
    .questionare-design > * {
        padding: 30px 60px 30px;
    }
    .questionare-design .btn-nav{
        position: relative;
        bottom:auto;
        background:#fff;
        padding:15px 40px 15px 15px;
    }
    .questionare-design .btn-nav a.prev{
        color:#e4365c;
        border-color:#e4365c;
    }
    .questionare-design .btn-nav a.prev:hover{
        color:#fff;
        background:#e4365c
    }
    .question-select {
        min-width: 90%;
    }
}
.left-window  .window-centered .info-text{
    color:#161616;
    text-align: left;
    padding:20px 0;
}
.left-window  .window-centered .info-text img{
    margin-bottom:30px;
    margin-top:-40px;
    max-width:80%
}
.left-window  .window-centered .info-text h3{
    font-size:36px;
    font-weight: 700;
    line-height:1.2;
    margin-bottom:15px;
}
.left-window  .window-centered .info-text h4{
    color:#676767;
    font-size:30px;
    font-weight: 600;
    margin-bottom: 5px;
}
.left-window {
    overflow-x: hidden;
    overflow-y: auto;
}

.register-benefits{
    background: rgb(0,145,158);
    background: -moz-linear-gradient(21deg, rgba(0,145,158,1) 13%, rgba(0,203,211,1) 70%);
    background: -webkit-linear-gradient(21deg, rgba(0,145,158,1) 13%, rgba(0,203,211,1) 70%);
    background: linear-gradient(21deg, rgba(0,145,158,1) 13%, rgba(0,203,211,1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00919e",endColorstr="#00cbd3",GradientType=1);
    position: relative;
}
.register-benefits > *{
    z-index: 2;
}
.register-benefits:before{
    background-image:url('/images/front/milkyway.png');
    width:100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    content:'';
}
.register-benefits  .left .info-text{
    width: 100%;
}
.register-benefits  .left .info-text img{
    margin-bottom: 10px;
    max-width: 80%;
}
.register-benefits  .left .info-text h3{
    font-size:36px;
    font-weight: 700;
    line-height:1.2;
    margin-bottom:15px;
}
.register-benefits  .left .info-text h4{
    color:#fff;
    font-size:30px;
    font-weight: 600;
    margin-bottom: 5px;
}
.register-benefits  .left .info-text .btn-cnt{
    margin:50px 0;
}
.register-benefits  .left .info-text .btn-cnt a{
    margin:5px 0;
    background:#fff;
    color:#0096A3 !important;
    padding: 15px 20px;
    border:2px solid #fff;
    font-size: 13px;
}
.register-benefits  .left .info-text .btn-cnt a:hover{
    background:transparent;
    color:#fff !important;
}
.register-benefits  .left .info-text .btn-cnt a + a{
    margin-left: 10px;
    background:transparent !important;
    color:#fff !Important;
}
.register-benefits  .left .info-text .btn-cnt a + a:hover{
    background:#fff !important;
    color:#0096A3 !important;
}
.register-benefits  .left .info-text a.undr{
    text-decoration: underline;
    font-weight: 600;
    color:#fff;
}
.register-benefits .right{
    right:-100%;
    -webkit-transition: all 500ms ease-in-out 100ms;
    -moz-transition: all 500ms ease-in-out 100ms;
    -ms-transition: all 500ms ease-in-out 100ms;
    -o-transition: all 500ms ease-in-out 100ms;
    transition: all 500ms ease-in-out 100ms;
    position:fixed;
    min-height: 100%;
    overflow: auto;
    max-height: 100%;
}
.register-benefits .right.active{
    right:0;
}
.register-benefits  .right .info-text{
    padding-bottom: 20px;
    padding-top:20px
}
.register-benefits  .right .info-text ul{
    margin:15px 0 40px 0;
}
.register-benefits  .right .info-text ul li:before{
    width:4px;
    height: 30px;
    background:#00c7cf;
    content:'';
    position: absolute;
    transform: rotate(30deg);
    top:50%;
    left:0;
    margin-top:-15px;
}
.register-benefits  .right .info-text ul li{
    padding:10px 0 10px 30px;
    position: relative;
}
.register-benefits  .right .info-text{
    font-size:18px;
    color:#585858;
    width: 100%;
}
.register-benefits  .right .info-text h3{
    font-size:36px;
    font-weight: 700;
    line-height:1.2;
    margin-bottom:35px;
    color:#212121;
}
.register-benefits .right .close-window{
    left: 70px;
    position: absolute;
    top: 0;
}
.register-benefits img.login-logo{
    position: absolute;
    max-width: 90px;
    padding: 10px;
    top:0px;
}
@media (max-width:1400px) and (min-width:992px){
    .register-benefits .left .info-text img{
        max-width:60%;
        margin-bottom: 5px;
    }
    .register-benefits .left .info-text .btn-cnt{
        margin:30px 0;
    }
    .register-benefits .questionare-design > *{
        padding:30px 90px 30px
    }
    .register-benefits .left .info-text h3{
        font-size:32px;
    }
    .register-benefits .left .info-text h4{
        font-size:26px;
    }
    .register-benefits .left .info-text .btn-cnt a{
        padding:11px 20px;
    }
}

@media (max-width:991px){
    .register-benefits .right .info-text {
        font-size: 16px;
    }
    .register-benefits .right .info-text h3,.register-benefits .left .info-text h3{
        font-size:28px;
    }
    .register-benefits .left .info-text h4{
        font-size:22px;
        line-height: 1.2;
    }
    .register-benefits .right {
        overflow-x: hidden;
        height:100%;
        overflow-y: auto;
    }
    .register-benefits .right .info-text{
        padding-bottom: 30px;
    }
    .register-benefits .left .info-text .btn-cnt a{
        padding:11px 20px;
        min-width:120px;
        font-size: 12px;
    }
}
@media (max-width:767px){
    .register-benefits .questionare-design > *{
        width:100%;
    }
}
.configurator-theme .back-to-cart-i{
    left:60px;
    top:20px;
}
.configurator-theme.active .back-to-cart-i{
    color:#000;
}
.configurator-theme{
    background:#fff;
    min-height: 100vh;
    color:#000;
    position:relative;
}
.configurator-theme .questionare .left{
    background-color:#fd3f68;
    width:100%;
    background-position-y: bottom 60px;
    padding:30px 60px;
}
.configurator-theme .questionare{
    width:33%;
    position: absolute;
}
.configurator-theme .questionare .left h2{
    font-size:clamp(24px,3vw,48px);
    margin-bottom: 30px;
}
.configurator-theme .questionare .left p{
    color:#fff;
    font-size:16px;
}
.configurator-theme .theme-content{
    min-height: 100vh;
    background: #fff;
    position: relative;
    z-index: 1;
    left: 33%;
    overflow: hidden;
    -webkit-transition: all 500ms ease-in-out 100ms;
    -moz-transition: all 500ms ease-in-out 100ms;
    -ms-transition: all 500ms ease-in-out 100ms;
    -o-transition: all 500ms ease-in-out 100ms;
    transition: all 500ms ease-in-out 100ms;
}
.configurator-theme .theme-content.active{
    left:0;
}
.register-benefits .right.right-login{
    right:0;
    position: relative;
    z-index: 0;
    height: auto;
}
.right-login .log-content-full{
    min-height: 1px;
    width: 100%;
    justify-content: flex-end;
}
.right-login .new-login .right-info{
    width:100%;
    max-width: 600px;
    min-width:1px;
}
.right-login .log-content-full.new-login .right-info .log-reg-box .ff{
    min-height: 1px;
}
@media (max-width:1199px){
    .register-benefits .right.right-login{
        padding: 30px 40px 30px;
    }
}
@media (max-width:991px){
    .register-benefits .questionare-design > * {
        width: 100%;
    }
    .register-benefits .questionare-design {
        flex-wrap: wrap;
    }
}
@media (min-width:768px){
    .register-basket .new-login.new-register .right-info{
        width:50%;
    }
    .register-basket .log-content-full.new-login.new-register .left-image{
        width:50%;
    }
}
.configurator-theme  .theme-content.puzzle-boxes-ankieta{
    width:67%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding:50px 90px;
}
.configurator-theme  .theme-content.puzzle-boxes-ankieta .puzzle-boxes .one-puzzle{
    width:50%;
    display: block !important;
}
.configurator-theme  .theme-content.puzzle-boxes-ankieta .puzzle-boxes{
    color:#fff;
}
.configurator-theme .theme-content.puzzle-boxes-ankieta .puzzle-boxes .one-puzzle.puzzle1.active::after,
.configurator-theme .theme-content.puzzle-boxes-ankieta .puzzle-boxes .one-puzzle.puzzle1.active,
.configurator-theme .theme-content.puzzle-boxes-ankieta .puzzle-boxes .one-puzzle.puzzle1.active::before,
.configurator-theme .theme-content.puzzle-boxes-ankieta .puzzle-boxes .one-puzzle.puzzle1:hover::after,
.configurator-theme .theme-content.puzzle-boxes-ankieta .puzzle-boxes .one-puzzle.puzzle1:hover,
.configurator-theme .theme-content.puzzle-boxes-ankieta .puzzle-boxes .one-puzzle.puzzle1:hover::before{
    background:#ea3a5a;
    color:#fff;
}
.configurator-theme .theme-content.puzzle-boxes-ankieta .puzzle-boxes .one-puzzle.puzzle1::after,
.configurator-theme .theme-content.puzzle-boxes-ankieta .puzzle-boxes .one-puzzle.puzzle1,
.configurator-theme .theme-content.puzzle-boxes-ankieta .puzzle-boxes .one-puzzle.puzzle1::before{
    background:#f7f1f2;
    color:#fff;
}
.configurator-theme .theme-content.puzzle-boxes-ankieta .puzzle-boxes .one-puzzle.puzzle2.active::after,
.configurator-theme .theme-content.puzzle-boxes-ankieta .puzzle-boxes .one-puzzle.puzzle2.active,
.configurator-theme .theme-content.puzzle-boxes-ankieta .puzzle-boxes .one-puzzle.puzzle2.active::before,
.configurator-theme .theme-content.puzzle-boxes-ankieta .puzzle-boxes .one-puzzle.puzzle2:hover::after,
.configurator-theme .theme-content.puzzle-boxes-ankieta .puzzle-boxes .one-puzzle.puzzle2:hover,
.configurator-theme .theme-content.puzzle-boxes-ankieta .puzzle-boxes .one-puzzle.puzzle2:hover::before{
    background:#0eaeb8;
    color:#fff;
}
.configurator-theme .theme-content.puzzle-boxes-ankieta .puzzle-boxes .one-puzzle.puzzle2::after,
.configurator-theme .theme-content.puzzle-boxes-ankieta .puzzle-boxes .one-puzzle.puzzle2,
.configurator-theme .theme-content.puzzle-boxes-ankieta .puzzle-boxes .one-puzzle.puzzle2::before{
    background:#c1eaed;
    color:#fff;
}
.configurator-theme .theme-content.puzzle-boxes-ankieta .puzzle-boxes .one-puzzle img{
    opacity: 0.2;
}
.configurator-theme .theme-content.puzzle-boxes-ankieta .puzzle-boxes .one-puzzle.active img,.configurator-theme .theme-content.puzzle-boxes-ankieta .puzzle-boxes .one-puzzle:hover img{
    opacity: 1;
}
.configurator-theme .theme-content.puzzle-boxes-ankieta .puzzle-boxes .one-puzzle.puzzle2::before{
    background:#fff;
    display: none;
}
.configurator-theme .theme-content.puzzle-boxes-ankieta .puzzle-boxes .one-puzzle .text{
    padding-top:10px;
}
/*.configurator-theme .theme-content.puzzle-boxes-ankieta .puzzle-boxes .one-puzzle.active{
    filter:none;opacity:1;
}
.configurator-theme .theme-content.puzzle-boxes-ankieta .puzzle-boxes .one-puzzle{
    filter:grayscale(100%) brightness(160%) contrast(85%) blur(1px);
}
.configurator-theme .theme-content.puzzle-boxes-ankieta .puzzle-boxes .one-puzzle:hover{
    filter: none;opacity:1;
}*/
.configurator-theme .questionare .left h2.light-font{
    font-weight: 300;
}
.configurator-theme .questionare{
    height: 100%;
}
.configurator-theme .questionare > *{
    height: 100%;
}
@media (max-width:991px){
    .configurator-theme .questionare.ankieta-finish{
        position: relative;
        width:100%;
    }
    .configurator-theme .questionare.ankieta-finish .questionare-design{
        min-height: 100px;
    }
    .configurator-theme .questionare.ankieta-finish .left{
        padding-top:100px;
    }
    .configurator-theme .theme-content.puzzle-boxes-ankieta{
        width:100%;
        left:0;
    }
}

@media (max-width:767px){
    .configurator-theme .theme-content.puzzle-boxes-ankieta{
        padding:50px;
    }
    .configurator-theme .theme-content.puzzle-boxes-ankieta .puzzle-boxes .one-puzzle{
        width:100%;
    }
}

.brief-theme{
    background:#ea3758;
    min-height: 100vh;
    padding:10px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.configurator-theme .skip-step{
    font-size:13px;
    color:#fff;
    position: fixed;
    bottom:25px;
    z-index: 2;
    left: 60px;
}
.configurator-theme .skip-step:hover{
    color:#ccc;
}
.configurator-theme.active .skip-step {
    color: #000;
}
.categories-box{
    padding:80px 30px;
    padding-left: 100px;
}
.categories-box h3{
    margin:15px 0;
    font-weight: 700;
    font-size:30px;
}
.categories-box ul li a{
    font-size:18px;
    color:#000;
    padding-right: 10px;
    position: relative;
    width: 100%;
    display: inline-block;
    font-weight: 600
}
.categories-box > ul > li{
    margin:10px 0;
}
.categories-box ul li{
    padding:5px 0;
    position: relative;
    width:250px;
    max-width: 100%;
}
.categories-box ul li a i{
    position: absolute;
    top:50%;
    right: 0;
    margin-top: -12px;
    font-size:14px;
    z-index: 12;
    padding: 5px;
}
.categories-box ul li ul li a{
    font-size:14px;
    margin:5px;
}
.categories-box ul li ul{
    padding: 15px 0 10px 20px;
}
.categories-box .subcat_show.hide{
    display: none;
}
.special-row-cat-box [class*="col-"]{
    padding:0;
    height:50vh;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: center;
}
.special-row-cat-box [class*="col-"]:before{
    box-shadow: 0 0 0 1px #f5f5f5;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    position: absolute;
    z-index: -1;
    content: "";

}
.special-row-cat-box [class*="col-"]:hover{
    background:#4193c3;
    color:#fff;
}
.special-row-cat-box [class*="col-"]:hover a{
    color:#fff;
}
.special-row-cat-box [class*="col-"] img{
    max-width: 100%;
    max-height: 25vh;
    object-fit: contain;
    display:block;
    margin:15px auto;
}
.special-row-cat-box [class*="col-"] h2{
    font-size:24px;
    font-weight: 600
}
.special-row-cat-box [class*="col-"] p{
    line-height: 1.2;
    font-size: 16px;
}
.special-row-cat-box [class*="col-"] a{
    font-weight: 600;
    color:#000
}
.special-row-cat-box [class*="col-"]{
    cursor: pointer;
}
.row-second-type {
    position: absolute;
    top: 0;
    background: #fff;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    overflow-y: hidden;
    overflow-x: hidden
}
.row-second-type.active{
    opacity: 1;
    visibility: visible;
    height: auto;
    min-height: 100%;
    overflow-y: auto;
}
.configurator-theme .theme-content.active2{
    z-index: 30
}
.left-cat-info{
    background:#4193c3;
}
.row-second-type .position-select,.row-second-type .position-select .left-cat-info{
    height: 100%;
    min-height: 100vh;
}
.left-cat-info a.back-to-cc{
    position: absolute;
    top:30px;
    left: 30px
}
.left-cat-info a.back-to-cc img{
    margin:0;
}
.left-cat-info {
    background: #4193c3;
    height: 100%;
    text-align: center;
    display: flex;
    color:#fff;
    position: fixed;
    padding:50px 30px;
    z-index: 2;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.left-cat-info img{
    max-width: 80%;
    margin:20px auto 40px;
}
.left-cat-info p{
    font-size:30px;
    line-height: 1
}
.left-cat-info h2{
    font-size:46px;
    font-weight: 600;
    line-height: 1
}
.simple-themes-row [class*="col-"]{
    padding:30px;
}
.preview-theme-row{
    position: fixed;
    top: 0;
    overflow-y: hidden;
    min-height: 100%;
    max-height: 0px;
    background: #fff;
    width: 100%;
    right: -100%;
    padding: 50px 40px 50px 20px;
    margin: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.preview-theme-row.active {
    right: 0;
    max-height: 100%;
    height: 100%;
    position: fixed;
    z-index: 1231;
    max-width: 66.666667%;
    overflow: auto;
}

.one-theme .hover{
    position: absolute;
    height: 100%;
    background: rgba(65, 147, 195,0.7);
    width:100%;
    top:0;
    padding:20px 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    color:#fff;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    opacity: 0;
}
.one-theme:hover .hover{
    opacity: 1;
}
.one-item-img{
    display: inline-block;
    position: relative;
}
.one-item-img img{
    max-width:100%;
}
.one-theme .hover .name{
    font-size:18px;
    font-weight: 700;
}
.one-theme .hover .preview-theme{
    font-size:15px;
    font-weight: 400;
    cursor: pointer;
}
.one-theme .hover .preview-theme img{
    max-width: 100%;
    display: block;
    margin:10px auto;
}
.one-theme .hover .choose-theme{
    font-weight: bold;
    cursor: pointer;
}
.one-theme .hover .choose-theme::before {
    width: 20px;
    height: 20px;
    border: 4px solid #fff;
    content: '';
    display: block;
    margin: 0 auto 5px;
    border-radius: 50%;
}
.one-theme .hover .choose-theme:hover:before{
    background:#fff;
}
.preview-theme-row .close-new{
    left: 0px;
}
.preview-theme-row h3.title{
    font-size:36px;
    margin-bottom: 30px;
}
.preview-theme-row p{
    color:#373737;
    font-size:16px;
    margin-bottom: 10px;
}

.choose-this{
    margin-top:40px;
    display: flex;
    flex-wrap:wrap;
    align-items:center;
}
.choose-this h4{
    font-size:24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.choose-this p{
    color:#a8a8a8;
    font-size:16px;
    font-weight: bold;
    line-height: 1.2
}
.choose-this .btn-choose{
    margin:30px 0 0 100px;
    background:#e5e5e5;
    padding:15px 40px;
    color:#000;
    font-weight: 600
}
.choose-this .btn-choose:hover{
    color:#fff;
    background:#4193c3
}
.preview-theme-row.active:before{
    width:40%;
    height: 100%;
    position: fixed;
    background:rgba(255,255,255,0.6);
    content:"";
    ;
    left:0;
    top:0;
}
.configurator-finish{
    background:#4193c3;
    padding:90px 40px;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.configurator-theme.configurator-finish .theme-content{
    min-height: 10px;
    background:transparent;
}
.only-right .header-logo{
    display: none;
}
.finish-content{
    text-align: center;
}
.finish-content h2{
    font-size:48px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1;
}
.finish-content img{
    max-width: 170px;
    margin:15px auto;
}
.finish-content p{
    margin-top:30px;
}
.keep-going{
    font-size: 13px;
    color: #fff;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    right: 60px;
}
.skip-domain{
    margin-top:10px;
    color:#fff;
    font-weight: 600
}
.domain-content input{
    max-width: 380px;
    width: 95%;
    margin:20px auto 30px auto;
}
.domain-content input.error,.domain-content input.has-error{
    box-shadow: 0 0 1px 3px red;
}

.navbar-nav-b .content-page .product-dsn.active .product-info .zasoby-content{
    padding-right: 0;
}
.back-btn-top span{
    font-size:12px;
}
.skip-stepzs{
    position: absolute;
    top: 35px;
    left: 80px;
    color: #fff;
    padding: 2px !important;
    z-index: 3;
    width: auto !important;
}
.skip-stepzs i{
    font-size:150%;
    margin:0 9px;
}
.data-nm .right-nav{
    display: none;
}
.data-nm .menu-handle-a{
    display: none;
}
.data-nm .to-top{
    display: none !important;
}
@media (max-width:1199px){
    .categories-box{
        padding:30px 15px;
    }
    .categories-box h3{
        font-size:20px;
    }
    .categories-box ul li a{
        font-size:16px
    }
    .categories-box > ul > li {
        margin: 5px 0;
        padding:3px 0;
    }
    .configurator-theme .questionare .left, body.navbar-nav-b .product-dsn .absolute-info{
        padding:30px 30px;
    }
    .left-cat-info h2{
        font-size:36px;
    }
    .left-cat-info p{
        font-size:20px;
    }
}
@media (max-width:991px){
    .skip-stepzs{
        color:#fff;
    }
    .configurator-theme .questionare .left{
        padding:30px 15px;
    }
    .data-nm .register-benefits .questionare-design {
        flex-direction: column;
    }
    .data-nm  .register-benefits .questionare-design > .basket-data-bg{
        min-height: 40vh;
        padding-top: 100px;
        background-size: cover;
        background-position: center;
    }
    .data-nm .register-benefits .right.right-login{
        padding-top:10px;
    }
}
@media (max-width:767px){
    .categories-box{
        display: none;
    }
    .configurator-theme .theme-content{
        left:0;
    }
    .configurator-theme .questionare{
        display: none !important;
    }
    .special-row-cat-box [class*="col-"]{
        min-height: calc(50vh - 2px);
        height: auto;
        padding:20px;
    }
    .special-row-cat-box{
        margin:0;
    }
    .position-select{
        margin:0;
    }
    .row-second-type .position-select .left-cat-info {
        position: relative;
        z-index:0;
        height: auto;
        min-height: 1px;
    }
    .left-cat-info img{
        max-height: 120px;
        object-fit: contain;
        margin:0 0 10px 0;
    }
    .preview-theme-row.active{
        width:100%;
        max-width: 100%;
    }
    .preview-theme-row.active::before {
        display: none;
    }
    .choose-this{
        margin-bottom: 60px;
    }
    .row-second-type.active{
        height: 100%
    }
    .preview-theme-row h3.title{
        font-size:24px;
    }
    .preview-theme-row p{
        font-size:14px;
    }
    .configurator-theme .skip-step{
        top:5px;
        right: 5px;
        bottom:auto;
        left: auto;
        position: absolute;
        color:#000
    }
    .configurator-theme .back-to-cart-i{
        top:5px;
        left:5px;
        color:#000
    }
    .configurator-theme .theme-content{
        padding-top:30px;
    }
    .theme-content.active.active2 .row-first-type{
        height: 1px;
    }
    .finish-content h2{
        font-size:24px;
    }
    .configurator-theme.configurator-finish .back-to-cart-i{
        color:#fff;
    }
    .configurator-finish{
        padding:30px 30px 50px 30px;
    }
    .finish-content img{
        max-width: 120px;
    }
    .one-theme .hover .name {
        font-size: 14px;
    }
    .one-theme .hover .preview-theme img{
        max-width:24px;
        margin:4px auto;
    }
    .one-theme .hover{
        padding:10px 5px;
    }
}
.ankieta-start-bg{
    background: rgb(255,65,106);
    background: -moz-radial-gradient(circle, rgba(255,65,106,1) 2%, rgba(206,45,80,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(255,65,106,1) 2%, rgba(206,45,80,1) 100%);
    background: radial-gradient(circle, rgba(255,65,106,1) 2%, rgba(206,45,80,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff416a",endColorstr="#ce2d50",GradientType=1);
    width:100%;
    position: relative;
    padding:0;
}
.ankieta-start-bg:before {
    background-image: url('/images/front/milkyway.png');
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    content: '';
}
.ankieta-start-content{
    width:1000px;
    max-width: 100%;
    padding:80px 30px;
    margin:0 auto;
    position: relative
}
.ankieta-start-content img{
    position: absolute;
    right: -10px;
    width:420px !important;
    max-width: 100%;
    top:-60px;
}
.questionare-design .ankieta-start-content .btn-nav{
    padding:40px 0 0 0;
    background: transparent !important;
}
.questionare-design .ankieta-start-content .btn-nav a{
    background:#fff;
    color:#e4365c;
    border-color:#fff;
}
.questionare-design .ankieta-start-content .btn-nav a:hover{
    background:transparent;
    color:#fff;
    border-color:#fff;
}
.ankieta-start-content h3{
    position: relative;
    z-index: 2;
}
@media (max-width:767px){
    .ankieta-start-content img{
        position: relative;
    }
}
.basket-data-bg{
    background:url('/images/front/bg-bskt.png') no-repeat left 50px bottom 50px;
}
.register-benefits .left.basket-data-bg .info-text h3{
    font-size:clamp(24px,3vw,48px);
}
.data-items{
    padding:30px;
    margin: 0 auto;
    width: 600px;
    max-width: 100%;
}
.data-items{
    color:#000;
    font-size:16px;
}
.data-items .gray{
    color:#cacaca
}
.data-items .one-data{
    display: flex;
    flex-wrap:wrap;
    margin:40px 0 0 0;
}
.data-items .one-data p{
    display: inline-block;
    width: calc(100% - 100px)
}
.data-items .one-data label{
    width:100px;
    font-weight: bold;
    padding-right: 20px;
}
.data-items .one-data.text-center p,.data-items .one-data.text-center label{
    width:100%;
    max-width: 100%;
    padding:5px;
}
.data-items .one-data.text-center p{
    color:#00c9d1;
    font-size:clamp(24px,3vw,36px);
}
.go-next a{
    background:#00c9d1;
    color:#fff;
    border-color:#00c9d1;
}
.go-next a:hover{
    background:transparent;
    color:#00c9d1;
    border-color:#00c9d1;
}
.questionare-design .btn-nav.go-next{
    width: auto;
    right:20px;
}
.data-items .special-txt{
    font-size:13px;
    margin-top:20px;
    font-style: italic;
    color:#999
}
.configurator-theme .questionare.summary-basket{
    position: fixed;
    width:22%;
}
.configurator-theme .questionare.summary-basket .left .text-info{
    width:100%;
    text-align: center;
}
.configurator-theme .questionare.summary-basket .left{
    padding:0;
}
.configurator-theme .questionare.summary-basket .left h2{
    font-size: 2vw;
}
.configurator-theme .theme-content.summary-content{
    width: 78%;
    left: 22%;
    padding:50px 100px 50px 50px;
}
.configurator-theme .theme-content.summary-content .data-user-info::before {
    display: none;
}
.configurator-theme .theme-content.summary-content #basket-data .form-control{
    background: #fff;
    font-size: 12px;
    line-height: 1.4;
    padding: 15px 20px;
    border-radius: 30px 30px 0 0 !important;
    border-color: #f5f5f5;
    border-width: 2px;
    color:#000
}
.basket-summary h3.text-right{
    justify-content: flex-end;
}
.basket-summary .sumary-bx{
    border:none;
    font-weight: bold;
    font-size:18px;
    padding:0;
}
.basket-summary h3.text-right .bigf{
    color:#f33c64;
    font-size: 24px;
    font-weight: bold;
}
.basket-summary h3.text-right span{
    margin-left: 3px;
}
.ord-title, .summary-info .delivery-cols h3, .data-info .delivery-cols h3{
    color:#161616;
    font-weight: bold;
    font-size:36px;
}

.configurator-theme .theme-content.summary-content .rTableHeading .rTableHead{
    padding: 5px;
    border: none;
}
.configurator-theme .theme-content.summary-content .rTableHeading .rTableRow .rTableHead strong{
    font-weight: bold;
    color:#000;
    text-transform: capitalize;
}

.configurator-theme .theme-content.summary-content .container{
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
}
.configurator-theme .theme-content.summary-content .summary-info{
    padding:0;
}
.rTableCell .product-info .border-image{
    border:none;
    width:70px;
    max-width: 70px;
    min-width: 70px;
}
.rTableCell .product-info{
    align-items: center;
}

.configurator-theme .theme-content.summary-content .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background: #707070;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: -31px;
    top: 2px;
    content:'';
}
.configurator-theme .theme-content.summary-content .custom-checkbox .custom-control-label::before{
    width: 20px;
    height: 20px;
    background: #eeeeee;
    box-shadow: 0 0 1px 0 #eeeeee;

}
.configurator-theme .theme-content.summary-content .custom-checkbox .custom-control-label::before,.configurator-theme .theme-content.summary-content .custom-control-label::after {
    border-color: transparent;
}

.configurator-theme .theme-content.summary-content .custom-checkbox .custom-control-label ,.configurator-theme .theme-content.summary-content .custom-checkbox label{
    font-size:14px;
    font-weight: bold;
    color:#000;
}
.configurator-theme .theme-content.summary-content .title-bar{
    color:#000;
    font-size: 22px;
    background: transparent;
    font-weight:bold;
    text-transform: capitalize;
}
.configurator-theme .theme-content.summary-content  .coupon_code{
    background: #fff;
    font-size: 12px;
    line-height: 1.4;
    padding: 15px 20px;
    border-radius: 30px 30px 0 0 !Important;
    ;
    border-color: #f5f5f5;
    color: #a3a3a3;
    font-size:400;
    outline:none !important;
    border-width: 2px;
}
.configurator-theme .theme-content.summary-content .code-group span{
    display: block;
    margin-bottom: 0;
    font-size: 12px;
    padding: 2px 0;
    font-weight: 700;
}
.configurator-theme .theme-content.summary-content .bilinng-chck.custom-checkbox .custom-control-label::after {
    top:4px !important
}

.button-order-finish:hover{
    background: transparent;
    color: #f33c64;
    border-color: #f33c64;
}
.button-order-finish {
    margin-top:40px;
    margin-bottom: 40px;
    background:#f33c64;
    border: 2px solid #f33c64;
    color: #fff;
    padding: 15px 25px;
    border-radius: 30px;
    font-size: 13px;
    min-width: 150px;
    text-align: center;
    display: inline-block;
    font-weight: 600;
}

.configurator-theme .theme-content.summary-content  .gus-btn{
    margin-top:40px;
    margin-bottom: 40px;
    background:#f33c64;
    border: 2px solid #f33c64;
    color: #fff;
    padding: 15px 25px;
    border-radius: 30px;
    font-size: 13px;
    min-width: 150px;
    text-align: center;
    display: inline-block;
    font-weight: 600;
}
.configurator-theme .theme-content.summary-content  .gus-btn:hover{
    background: transparent;
    color: #f33c64 !important;
    border-color: #f33c64;
}
.configurator-theme .theme-content.summary-content  .search-box-data{
    margin:40px 0 20px 0;
}
.configurator-theme .theme-content.summary-content  .search-box-data .bgcontent{
    padding:20px;
    background:#f5f5f5;
    border-radius:20px;
}
.configurator-theme .theme-content.summary-content  .search-box-data.empty{
    background: transparent;
}
.configurator-theme .theme-content.summary-content .address-box .one-adress-row.active{
    border-color:#f33c64
}
.configurator-theme .theme-content.summary-content .address-box .one-adress-row{
    border-radius:15px;
    background:#fafafa;
}
.configurator-theme .theme-content.summary-content .form-control::placeholder,.configurator-theme .theme-content.summary-content input::placeholder {
    color: #777;
    opacity: 1;
}
.configurator-theme .theme-content.summary-content .input-group-append .fa-search{
    filter: brightness(34%);
    font-size: 20px;
    background-repeat: no-repeat;
}
.configurator-theme .theme-content.summary-content .search-data-b .input-group-append{
    margin-right: 10px;
}
.configurator-theme .theme-content.summary-content .search-data-b .input-group-append:hover {
    background: transparent;
    opacity: 0.5;
}
.payment .ll-width-w .label-radio-c label:before{
    top:calc(50% - 10px);
}
.payment .ll-width-w .label-radio-c label:after{
    top:calc(50% - 6px) !important;
    ;
}
.configurator-theme .theme-content.summary-content .form-control:disabled,.configurator-theme .theme-content.summary-content .form-control[readonly]{
    background:#f5f5f5 !important;
}
.configurator-theme .theme-content.summary-content .search-data-b{
    max-width: 80%
}
.configurator-theme .theme-content.summary-content .search-box-data h3{
    padding:0;
}

@media (max-width:1199px){
    .configurator-theme .questionare.summary-basket{
        width:100%;
        position: relative;
        height: auto;
        display: block !important;
    }
    .configurator-theme .questionare.summary-basket section.full-section{
        min-height: 200px;
    }
    .configurator-theme .questionare.summary-basket .left h2{
        margin:30px auto;
        font-size:30px;
    }
    .configurator-theme .questionare.summary-basket .left {
        padding: 0;
        background-size: auto;
        background-position: center;
    }
    .configurator-theme .theme-content.summary-content{
        width:100%;
        left: 0;
        padding:30px 60px 30px 10px
    }
}
@media (max-width:991px){
    .ord-title, .summary-info .delivery-cols h3, .data-info .delivery-cols h3{
        font-size:28px;
    }
    .configurator-theme .theme-content.summary-content .gus-btn{
        margin:10px auto;
    }
    .configurator-theme .theme-content.summary-content .search-data-b{
        max-width: 100%;
    }

}
@media (max-width:767px){
    .configurator-theme  .rTableRow{
        border:none;
        border-bottom: 1px solid #eee;
    }
    .configurator-theme .rTableCell .product-info .prod-info{
        width: 100%;
        text-align: center;
        padding-left: 0px;
    }
    .configurator-theme  .rTableCell .product-info {
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
    .configurator-theme .rTableCell .product-info .prod-info .title-p{
        padding:0;
    }
    .payment img{
        width:100px;
    }
}

@media (max-width:1480px){
    .data-items{
        padding:0 5px 70px 5px;
    }
}
@media (max-width:480px){
    .ord-title, .summary-info .delivery-cols h3, .data-info .delivery-cols h3 {
        font-size: 24px;
    }
    .configurator-theme .theme-content.summary-content {
        width: 100%;
        left: 0;
        padding: 30px 30px 30px 10px;
    }
    .payment img{
        width:75px;
    }
}

.data-info-user-col .form-control{
    background: transparent;
    border:none;
    box-shadow: none !important;
    padding:0 5px;
    font-size: 16px;
    color:#000;
    margin-bottom: 5px;
    border-bottom:2px solid transparent;
}
.data-info-user-col .form-control.error{
    border-bottom:2px solid red;
}
.data-info-user-col .form-control::placeholder,.data-info-user-col .form-control input::placeholder {
    color: #777;
    font-size:13px;
    opacity: 1;
}
.data-items .one-data.text-center input::placeholder{
    color:#00c9d1;
    font-size:24px;
}
.data-items .one-data.text-center input{
    width:50%;
    color:#00c9d1;
    font-size:clamp(24px,3vw,36px);
    padding:5px;
}
.data-items .one-data.text-center input:first-of-type{
    text-align: right;
}
.data-items .one-data.address-data-i input{
    width:45%;
    display: inline-block;
}
.data-items .one-data.address-data-i input#user-street{
    width:65%;
}
.data-items .one-data.address-data-i input#user-street-number{
    width:30%;
}
.data-items .one-data.address-data-i input#user-post-code{
    width:30%;
}
@media (max-width:1199px){
    .data-info-user-col .form-control{
        font-size:14px;
    }
    .data-info-user-col .form-control::placeholder, .data-info-user-col .form-control input::placeholder{
        font-size:10px;
    }
}
@media (max-width:480px){
    .data-items .one-data.address-data-i input{
        width:100% !important;
    }
}
@media (min-width:1px){
    .data-items .one-data.text-center input,.data-items .one-data.text-center input:first-of-type,.data-items .one-data.text-center{
        text-align: center !important;
        line-height: 1;
        padding:0;
    }
    .data-items .one-data.text-center input{
        width: 100%;
    }
}
.finish-design{
    background:#ea3758;
    position: relative;
}
.finish-design .container {
    position: relative;
    z-index: 2;
}
.finish-design:before{
    content:'mDS';
    font-size:40vw;
    font-weight: 700;
    color:#fff;
    position: fixed;
    z-index: 2;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    display: flex;
    opacity:0.1;
    align-items: center;
    justify-content: center;
}
.finish-design.davi{
    background:#48bcc0;
}
.finish-design img{
    max-width: 50%;
    max-height: 50vh;
}
.finish-design .padding-top-first-section{
    padding:0 0 30px 0;
}

.finish-design-loader .container{
    position: relative;
    z-index: 2;
}
.finish-design-loader::before {
    background-image: url('/images/front/milkyway.png');
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    content: '';
}
.finish-design-loader {
    background: rgb(0,145,158);
    background: -moz-linear-gradient(21deg, rgba(0,145,158,1) 13%, rgba(0,203,211,1) 70%);
    background: -webkit-linear-gradient(21deg, rgba(0,145,158,1) 13%, rgba(0,203,211,1) 70%);
    background: linear-gradient(21deg, rgba(0,145,158,1) 13%, rgba(0,203,211,1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00919e",endColorstr="#00cbd3",GradientType=1);
}

.finish-design-loader .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.finish-design-loader .progress{
    height:50px;
    margin-top:30px;
    margin-bottom: 30px;
    border-radius:50px;
}
.finish-design-loader .progress .progress-bar{
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    background-color:#47bbbf;
}
.finish-design-loader img{
    max-width: 80%;
    max-height: 50vh;
}
.finish-design-loader{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 212;
    display: flex;
    align-items: center;
    justify-content: center;
}
.finish-design-loader .padding-top-first-section{
    padding:0 0 30px 0;
}

.overlay_shop{
    display: block;
    background: rgb(0,145,158);
    background: -moz-linear-gradient(21deg, rgba(0,145,158,1) 13%, rgba(0,203,211,1) 70%);
    background: -webkit-linear-gradient(21deg, rgba(0,145,158,1) 13%, rgba(0,203,211,1) 70%);
    background: linear-gradient(21deg, rgba(0,145,158,1) 13%, rgba(0,203,211,1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00919e",endColorstr="#00cbd3",GradientType=1);
}
.overlay_shop::before {
    background-image: url('/images/front/milkyway.png');
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left:0;
    content: '';
}
.overlay_shop .lds-ring::before {
    background-image: url('/images/front/login.png');
    width: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 235px;
    content: '';
    position: absolute;
    display: block;
    animation: none;
    top: -165px;
    left: -60px;
}
.overlay_shop .lds-ring div{
    border-color: #f33c64 transparent transparent transparent;
}

.zasoby-basket .one-pzl-of{
    margin:10px;
    border:1px solid transparent;
    padding:0 15px;
    font-size:13px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.zasoby-basket .one-pzl-of .btn-remove{
    padding:5px 10px;
    border:1px solid #fd3f68;
    background:#fd3f68;
    color:#fff;
    margin-top:5px;
    display:inline-block;
}
.zasoby-basket .one-pzl-of img{
    width:100px;
    max-width:60%;
}
.zasoby-basket .one-pzl-of .title{
    font-weight:bold;
    font-size:14px;
    margin:6px 0;
}
.zasoby-basket .one-pzl-of .txt{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zasoby-basket .one-pzl-of .txt > *{
    width:40%;
    text-align: left;
}
.zasoby-basket .one-pzl-of .txt > *:last-of-type{
    width:20%;
    text-align: center;
}
.configurator-theme .questionare .davi .left{
    background-color: #48BCC0;
}
.questionare .davi .left{
    background-image: url('/images/front/davilogo.png');
    background-position-y: bottom 90px;
}
@media (max-width:480px){
    .zasoby-basket .one-pzl-of .txt{
        flex-wrap:wrap;
    }
    .zasoby-basket .one-pzl-of .txt > *{
        width:50%;
    }
}

.puzzle-boxes.puzzle-boxes-3 .one-puzzle.one-puzzle-pmini{
    background:#DFDFDF;
}
.puzzle-boxes.puzzle-boxes-3 .one-puzzle.one-puzzle-pmini:first-child::before {
    background:#DFDFDF;
}
.puzzle-boxes.puzzle-boxes-3 .one-puzzle.one-puzzle-ppremium{
    background:#ffffff;
}
.puzzle-boxes.puzzle-boxes-3 .one-puzzle.one-puzzle-ppremium:first-child::before,.puzzle-boxes.puzzle-boxes-3 .one-puzzle.one-puzzle-ppremium::after {
    background:#ffffff;
}
.puzzle-boxes.puzzle-boxes-3 .one-puzzle *,.puzzle-boxes.puzzle-boxes-3 .one-puzzle:nth-of-type(2) .one-row h4{
    color:#000000 !important
}
.puzzle-boxes.puzzle-boxes-3 .one-puzzle .one-row h3{
    font-size: clamp(22px,2vw,32px);
}
.white-basket .puzzle-boxes.puzzle-boxes-3 .one-puzzle:nth-child(3),.white-basket .puzzle-boxes.puzzle-boxes-3 .one-puzzle:nth-child(3)::after {
    background: #00CAD2;
}
.puzzle-boxes.puzzle-boxes-3 .one-puzzle .one-row .icon::before {
    background:transparent;
    display: none
}
.puzzle-boxes.puzzle-boxes-3 .one-puzzle:nth-of-type(2) .distinction::before, .puzzle-boxes.puzzle-boxes-3 .one-puzzle.one-puzzle-ppremium .distinction::before {
    border-color: #1C6164;
    border-width: 14px;
    border-radius: 50px
}
.puzzle-boxes.puzzle-boxes-3 .one-puzzle .distinction::after {
    color:#1C6164
}
.puzzle-boxes.puzzle-boxes-3 .one-puzzle .one-row h3{
    border:none !important;
    margin-bottom:0;
}
.puzzle-boxes.puzzle-boxes-3 .one-puzzle .one-row h2 b{
    color:#00B5BD !important;
    font-size: clamp(24px,2.3vw,36px);
    line-height: 1;
    margin-top:-6px;
}
.white-basket .puzzle-boxes.puzzle-boxes-3 .one-puzzle:nth-child(3) .one-row h2 b{
    color:#fff !important;
}
.puzzle-boxes.puzzle-boxes-3 .one-puzzle .one-row h4{
    font-size: clamp(18px,1.8vw,28px);
}
.puzzle-boxes.puzzle-boxes-3 .one-puzzle .one-row .info p{
    font-weight: normal
}
.puzzle-boxes.puzzle-boxes-3 .one-puzzle .one-row ul li::before {
    border-color:#000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.special-switch{
    display: flex;
    align-items: center;
    padding:20px 0;
    justify-content: center;
    height: auto;
}
.special-switch span{
    color:#000;
    font-size:18px;
    padding:10px;
    width:150px;
}
.special-switch.m-switch {
    border-radius:50px;
}
.special-switch.m-switch input:empty ~ span{
    box-shadow: inset 0px 1px 16px #00000058;
    background:#fff;
}
.m-switch input:empty ~ span::after {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    height: 31px;
    width: 31px;
    line-height: 31px;
    top: 3px;
    bottom: 3px;
    margin-left: 3px;
    border-radius:50%;
    text-align: center;
    vertical-align: middle;
    background: transparent linear-gradient(180deg, #00CAD2 0%, #10A6AC 100%) 0% 0% no-repeat padding-box;
}
.special-switch.m-switch input:empty ~ span, .special-switch.m-switch input:empty ~ span::before{
    width:90px;
    margin: 0;
}
.special-switch.m-switch input:empty ~ span::after {
    margin-left: 2px;
}
.special-switch.m-switch input:checked ~ span::after {
    margin-left: calc(100% - 34px);
}
.m-switch input:empty {
    margin-left: -999px;
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    opacity: 0;
}
.special-switch.m-switch input:empty ~ span::before {
    width: 90px;
    background: transparent !important;
    margin: 0;
}
.m-switch input:empty ~ span::before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
.m-switch input:empty ~ span::after {
    height: 32px;
    width: 32px;
    top: 2px;
    bottom: 2px;
    margin-left: 0px;
    font-size: .9em;
    text-align: center;
    vertical-align: middle;
}
.special-switch.m-switch input:checked ~ span::after {
    margin-left: calc(100% - 29px);
}
.m-switch input:empty ~ span::before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
.m-switch input:empty ~ span {
    display: inline-block;
    position: relative;
    float: left;
    width: 1px;
    text-indent: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 36px;
    border-radius:50px;
}

.puzzle-boxes.puzzle-boxes-3 .one-puzzle .button-div{
    width: 100%;
    flex-direction: column;
}
.puzzle-boxes.puzzle-boxes-3 .one-puzzle .button-div a.btn{
    width:410px;
    max-width: 90%;
    background:#000000;
    border:1px solid #000000;
    border-radius:20px 20px 0px 0px !important;
    color:#fff !important;
}
.puzzle-boxes.puzzle-boxes-3 .one-puzzle .button-div a.btn:hover{
    background:#00CAD2 !important;
    border-color:#00CAD2;
}
.puzzle-boxes.puzzle-boxes-3 .one-puzzle.one-puzzle-ppremium .button-div a.btn{
    background:#00CAD2 !important;
    border-color:#00CAD2;
}
.puzzle-boxes.puzzle-boxes-3 .one-puzzle.one-puzzle-ppremium .button-div a.btn:hover{
    background:#000 !important;
    border-color:#000;
}
.puzzle-boxes.puzzle-boxes-3 .one-puzzle.one-puzzle-pbrief .button-div a.btn{
    background:#fff !important;
    border-color:#000;
    color:#000 !important;
}
.puzzle-boxes.puzzle-boxes-3 .one-puzzle.one-puzzle-pbrief .button-div a.btn:hover{
    background:#000 !important;
    border-color:#000;
    color:#fff !important;
}
.puzzle-boxes.puzzle-boxes-3 .one-puzzle .button-div a.lear-more{
    color:#00B5BD !important;
    font-weight: 500;
    text-decoration: none;
    font-size: 15px;
}
.texst-x{
    margin-top: 20px;
    text-align: center;
    display: flex;
    align-items:center;
    flex-wrap:wrap;
    justify-content: center;
    font-size:15px;
}
.texst-x .icon{
    width: 29px;
    height: 29px;
    background: #00B5BD 0% 0% no-repeat padding-box;
    border: 5px solid #FFFFFF;
    background:#00B5BD;
    box-shadow: 0 0 0 1px #00000011;
    display: inline-block;
    border-radius: 50%;
    margin:5px 10px 5px 0;
}
.puzzle-boxes.puzzle-boxes-3 .one-puzzle .texst-x a{
    color:#00B5BD !important;
    font-weight: 600;
    cursor: pointer !important;
    margin:5px;
}
.puzzle-boxes.puzzle-boxes-3 .one-puzzle .texst-x a:hover{
    color:#000 !important
}
.new-pack-dsg .radiobuttoncontainter{
    display: none;
    padding:0;
}
.new-pack-dsg .radiobuttoncontainter .checkmark{
    display: none;
}
.new-pack-dsg .radiobuttoncontainter.active{
    display: block;
}
.new-pack-dsg{
    margin:-15px 0 8px 0;
}
.new-pack-dsg .radiobuttoncontainter .subinfo{
    margin-left: 5px;
    display: inline-block;
}
.puzzle-boxes.puzzle-boxes-2 .one-puzzle .one-row h2 b{
    display: inline-block;
    margin-right: 5px;
}
.second-elem2,.second-elem3{
    display: none;
}
.puzzle-boxes.puzzle-boxes-3 .one-puzzle .distinction::after {
    right:0;
    left:0;
    top:-65px;
    bottom:auto;
    top: -30px;
    transform: translateY(-100%);
}
@media (max-width: 1300px) {
    .white-basket .puzzle-boxes.puzzle-boxes-3 .one-puzzle:nth-of-type(3)::before {
        background: #00CAD2;
    }
    .puzzle-boxes.puzzle-boxes-2 .one-puzzle .distinction::after {
        text-shadow:none;
    }
    .puzzle-boxes.puzzle-boxes-3 .one-puzzle.one-puzzle-ppremium{
        z-index: 5;
    }
    .puzzle-boxes.puzzle-boxes-2 .one-puzzle .button-div{
        margin:0;
    }
}
@media (max-width: 991px) {
    .white-basket .puzzle-boxes.puzzle-boxes-3 .one-puzzle:nth-of-type(2)::before {
        background: #fff;
    }
    .radiobuttoncontainter{
        font-size:20px;
    }
    .puzzle-boxes.puzzle-boxes-3 .pd-left-p{
        padding:0;
    }
    .texst-x{
        font-size:13px;
    }
    .puzzle-boxes.puzzle-boxes-3 .one-puzzle{
        padding:0px 10px 30px 10px;
    }
    .puzzle-boxes.puzzle-boxes-2 .one-puzzle .distinction::before {
        height:calc(100% + 50px);
        top:-10px;
        width: calc(100% + 50px);
        left: -25px;
    }
    .brief-info{
        font-size:18px;
        padding:0 10px;
    }
}
@media (max-width: 480px) {
    .puzzle-boxes .one-puzzle .one-row .icon, .puzzle-question img {
        width: 35%;
    }
    .special-switch span {
        color: #000;
        font-size: 15px;
        padding: 10px;
        width: 126px;
    }
    .puzzle-boxes.puzzle-boxes-3 .one-puzzle .distinction::after {
        top:-13px
    }
}
.puzzle-boxes .one-puzzle .one-row h2 span{
    font-size:80%
}
.puzzle-boxes .one-puzzle .one-row h2 span.subinfo{
    font-size: 12px;
}
.puzzle-boxes.puzzle-boxes-3 .one-puzzle .new-pack-dsg .economy{
    display: block;
    color:red !important;
    font-size:65%;
    font-weight: 600;
    padding:0px;
}
.puzzle-boxes.puzzle-boxes-3 .one-puzzle .text{
    width:100%;
}
.puzzle-boxes-3 .new-pack-dsg{
    min-height: 60px;
}
.data-info-user-col .form-control{
    border-radius:0 !important;
}
.zasoby-basket .one-pzl-of .txt > img:last-of-type{
    width:80px;
    margin-right: 5px;
}
.road-design-mobile .containter .row.icon-row .col-4{
    display: none;
}
.road-design-mobile .containter .row.icon-row .col-4:last-of-type{
    display: block;
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
    max-width: 100%;
}
.davi-ds{
    background: transparent linear-gradient(119deg, #3CBCB7 0%, #23AFB8 27%, #1EACB8 100%) 0% 0% no-repeat padding-box;
}
.davi-ds .new-button-class{
    background: #fff;
    border-color: #000;
    border-radius: 20px 20px 0px 0px !important;
    color: #000 !important;
    padding: 15px 30px;
    font-size: 12px;
}
.davi-ds .new-button-class:hover{
    background:#000;
    color:#fff !important;
}
.puzzle-design.brief-theme .text-content h2{
    opacity:0.9
}
.questionare-design .back-to-cart-i.log-back-ti{
    color:#000;
    top: 30px;
    left: 20px;
}
.login-logo-mbl{
    display: none;
}
.hide-rgnv .right-nav .slide-nav-right,.hide-rgnv .right-banner-social,.hide-rgnv .social-icon-group{
    display: none;
}
.hide-rgnv .right-nav{
    border:none;
    height:70px;
    display: none;
}
.navbar-nav-b .header-logo{
    display: none;
}

.fixed-nav-new{
    position: fixed;
    display: flex;
    align-items:center;
    z-index: 5;
    width:100%;
    top:0;
    padding: 10px 0;
    background:#fff;
    padding-right: 10px;
    border-bottom: 1px solid #eee;
}
.fixed-nav-new img{
    display: block;
    filter:invert(1);
    z-index: 3;
    position: relative;
    max-width: 70px;
    padding: 0 5px;
    margin-right:25px;

}
.navbar-nav-b header{
    display:none
}
.navbar-nav-b .content-page{
    margin-top: 80px;
}
.fixed-nav-new a{
    color:#000;
    font-weight: 500;
    font-size:14px;
    display: flex;
    align-items:center;
    padding:4px;
    line-height: 1;
}
.fixed-nav-new a.new-nav-next{
    margin-left:auto;
}
.fixed-nav-new a i{
    font-size:150%;
    padding:0 9px;
    line-height: 1;
    margin-top:-4px;
}
.navbar-nav-b .configurator-theme .questionare{
    position: fixed;
}
.navbar-nav-b .product-dsn .absolute-info{
    max-height: calc(100vh - 80px);
    min-height: calc(100vh - 80px);
    padding-left:60px;
    padding-right: 60px;
}
.navbar-nav-b .product-dsn .absolute-info .slideWclose{
    z-index: 4;
    top:30px;
}
.navbar-nav-b .product-dsn .absolute-info img{
    max-height: 40vh;
}
.navbar-nav-b .configurator-theme .questionare .davi .left{
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    overflow-x: hidden;
}
.navbar-nav-b .configurator-finish{
    min-height:calc(100vh - 80px);
}
#domain-info::placeholder{
    color:#ccc
}
.navbar-nav-b .btn{
    width:250px;
    max-width: 90%;
    background: #000000;
    border: 1px solid #000000;
    border-radius: 20px 20px 0px 0px !important;
    color: #fff !important;
    padding: 15px 40px;
    font-size: 10px;
    margin:0px auto;
}
.navbar-nav-b .btn:hover{
    background: #00CAD2 !important;
    border-color: #00CAD2;
}
@media (max-width: 1400px) {
    .login-logo-mbl,body .fixed-nav-new img {
        max-width: 58px;
    }
    .navbar-nav-b .content-page{
        margin-top: 68px;
    }
    .fixed-nav-new img{
        margin-right: 0;
    }

    .navbar-nav-b .configurator-finish{
        min-height:calc(100vh - 68px);
    }
    .navbar-nav-b .configurator-theme .questionare .davi .left {
        max-height: calc(100vh - 68px);
    }
}
@media (max-width:991px){
    .register-benefits .questionare-design{
        flex-direction: column-reverse;
    }
    .questionare-design .back-to-cart-i.log-back-ti {
        left: 20px;
        position: relative;
        top: auto;
    }
    .register-benefits img.login-logo{
        display: none;
    }
    .login-logo-mbl{
        display: block;
        filter:invert(1);
        z-index: 3;
        position: absolute;
        max-width: 58px;
        padding: 0 5px;
        top: 20px;
        left: 0;
    }
    .register-benefits .right.right-login{
        padding: 100px 10px 20px;
    }
    .register-benefits .questionare-design > *{
        padding:30px;
    }
    .register-benefits .questionare-design > .right{
        top:0;
    }
    .skip-stepzs {
        position: absolute;
        top: 15px;
        left: 50px;
    }
}
@media (max-width: 480px) {
    .login-logo-mbl,.register-benefits img.login-logo, body .fixed-nav-new img{
        max-width: 60px;
    }
    .fixed-nav-new a{
        font-size:12px;
    }
    .fixed-nav-new a i {
        font-size: 130%;
        padding: 0 5px;
    }
}
.configurator-theme .theme-content.summary-content #basket-data .form-control.error{
    border-bottom-color: red !important;
}
.custom-control.custom-checkbox.error{
    box-shadow: 0px 2px 0px 0 red;
}

.pack-subpages{
    display:inline-block;width: 100%;margin: 15px 0;
}
.puzzle-boxes.puzzle-boxes-3 .one-puzzle .pack-subpages a.btn,
.pack-subpages a.btn{
    width:20px;padding: 1.5px;line-height: 15px;border-radius: 50% !important; height: 20px;margin-top: -5px;background: transparent;
    font-size: 16px;
    text-align: center; 
    font-weight: normal; 
    color: #aaaaaa !important;
    border: 1px solid #aaaaaa;
}
.puzzle-boxes.puzzle-boxes-3 .one-puzzle .pack-subpages a.btn:hover,
.pack-subpages a.btn:hover{
    background: #aaaaaa;
    color: #ffffff !important;
}
.pack-subpages .slider-price{
    width: calc(100% - 60px); display: inline-block;margin: 0 10px;
}
#coupon_code{
    border-width: 2px;
    border-color: #f5f5f5;
}
#coupon_code.form-control.error{
    border-color: red;
}