body{
   height: 100%;
}
body[data-language-id='en'] .top-menu__link_services::before {
    position: absolute;
    top: 17px;
    right: -7px;
    width: 16px;
    height: 16px;
    background-image: url(/bitrix/templates/ascona_pro/assets/css/img/ico-global.png);
    content: "";
}
.loader {
    position: fixed;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 10000 !important;
    background-color: rgba(255, 255, 255, 0.75);
}

.cssload-clock {
    border-radius: 58px;
    border: 3px solid rgb(29, 129, 134);
    height: 78px;
    width: 78px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -39px;
    margin-left: -39px;
}

.cssload-clock:after {
    content: "";
    position: absolute;
    background-color: rgb(29, 129, 134);
    top: 2px;
    left: 48%;
    height: 37px;
    width: 4px;
    border-radius: 5px;
    transform-origin: 50% 97%;
    -o-transform-origin: 50% 97%;
    -ms-transform-origin: 50% 97%;
    -webkit-transform-origin: 50% 97%;
    -moz-transform-origin: 50% 97%;
    animation: grdAiguille 0.8s linear infinite;
    -o-animation: grdAiguille 0.8s linear infinite;
    -ms-animation: grdAiguille 0.8s linear infinite;
    -webkit-animation: grdAiguille 0.8s linear infinite;
    -moz-animation: grdAiguille 0.8s linear infinite;
}

.cssload-clock:before {
    content: "";
    position: absolute;
    background-color: rgb(29, 129, 134);
    top: 6px;
    left: 48%;
    height: 34px;
    width: 4px;
    border-radius: 5px;
    transform-origin: 50% 94%;
    -o-transform-origin: 50% 94%;
    -ms-transform-origin: 50% 94%;
    -webkit-transform-origin: 50% 94%;
    -moz-transform-origin: 50% 94%;
    animation: ptAiguille 4.8s linear infinite;
    -o-animation: ptAiguille 4.8s linear infinite;
    -ms-animation: ptAiguille 4.8s linear infinite;
    -webkit-animation: ptAiguille 4.8s linear infinite;
    -moz-animation: ptAiguille 4.8s linear infinite;
}

.modernstyled.catalog.catalog-feed .catalog-card {
    min-height: 640px;
}

@keyframes grdAiguille {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes grdAiguille {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes grdAiguille {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes grdAiguille {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes grdAiguille {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes ptAiguille {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes ptAiguille {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes ptAiguille {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes ptAiguille {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes ptAiguille {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

.color-selection-preview__col {
    position: relative;
}

.color-selection-preview__col .color-selection-preview__pic-item:not(:first-child) {
    position: absolute;
    left: 0;
    top: 0;
}

div.required label,div.required p{
    color: #ff1e58;
}
div.required p{
    font-size: 12px;
}

.phone__number.list {
    font-size: 14px;
    line-height: 18px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding-left: 10px;
    padding-right: 10px;
}

.phone__number.list a{
    background-size: initial;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 25px;
    display: inline-block;
    padding-bottom: 5px;
}

.phone__number.list a:last-child{
    padding-bottom: 0;
}

.phone__number.list a.kievstar{background-image: url("img/phone-icons/kievstar-icon.jpg");}
.phone__number.list a.life{background-image: url("img/phone-icons/lifecell-icon.jpg");}
.phone__number.list a.vodafone{background-image: url("img/phone-icons/vodafon-icon.jpg");}

@media (max-width: 433px) {
    .phone.mob-menu__phone:nth-child(2){
        height: 60px;
    }

    .phone__number.list{
        border: none;
    }
}

@media (max-width: 560px) {
    div#order_form_content .cart-user__deliver__courier__new .col-1,
    div#order_form_content .cart-user__deliver__courier__new .col-2,
    div#order_form_content .cart-user__deliver__courier__new .col-3{
        flex-shrink: 1;
    }

    div.dropdown-block{
        margin-top: 35px;
    }

}
