@font-face{
    font-family:circle;
    src:url(assets/fonts/circe/Circe-Thin.woff2) format("woff2"),
    url(assets/fonts/circe/Circe-Thin.woff) format("woff"),
    url(assets/fonts/circe/Circe-Thin.ttf) format("truetype");
    font-weight:100;
    font-style:normal;
    font-display: swap;
}
@font-face{
    font-family:circle;
    src:url(assets/fonts/circe/Circe-ExtraBold.woff2) format("woff2"),
    url(assets/fonts/circe/Circe-ExtraBold.woff) format("woff"),
    url(assets/fonts/circe/Circe-ExtraBold.ttf) format("truetype");
    font-weight:800;
    font-style:normal;
    font-display: swap;
}
@font-face{
    font-family:circle;
    src:url(assets/fonts/circe/Circe-Regular.woff2) format("woff2"),
    url(assets/fonts/circe/Circe-Regular.woff) format("woff"),
    url(assets/fonts/circe/Circe-Regular.ttf) format("truetype");
    font-weight:400;
    font-style:normal;
    font-display: swap;
}
@font-face{
    font-family:circle;
    src:url(assets/fonts/circe/Circe-Bold.woff2) format("woff2"),
    url(assets/fonts/circe/Circe-Bold.woff) format("woff"),
    url(assets/fonts/circe/Circe-Bold.ttf) format("truetype");
    font-weight:700;
    font-style:normal;
    font-display: swap;
}
@font-face{
    font-family:circle;
    src:url(assets/fonts/circe/Circe-Light.woff2) format("woff2"),
    url(assets/fonts/circe/Circe-Light.woff) format("woff"),
    url(assets/fonts/circe/Circe-Light.ttf) format("truetype");
    font-weight:300;
    font-style:normal;
    font-display: swap;
}
@font-face{
    font-family:circle;
    src:url(assets/fonts/circe/Circe-ExtraLight.woff2) format("woff2"),
    url(assets/fonts/circe/Circe-ExtraLight.woff) format("woff"),
    url(assets/fonts/circe/Circe-ExtraLight.ttf) format("truetype");
    font-weight:200;
    font-style:normal;
    font-display: swap;
}
@font-face{
    font-family:minion_pro;
    src:url("assets/fonts/MinionPro/Minion-Pro-Italic.woff") format("woff"),
    url(assets/fonts/MinionPro/Minion-Pro-Italic.ttf) format("truetype");
    font-weight:400;
    font-style:italic;
    font-display: swap;
}



body{
   height: 100%;
}
p.parsley-error-message{
    font-size: 1rem !important;
    color: rgb(255, 30, 88) !important;
}
.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;
}

@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;
    }

}

.index-h2-style{
    font-weight: 800;
    font-size: 2.5rem;
    letter-spacing: 0.1125rem;
    margin: 16px 0px;
    color: rgb(0, 0, 0);
}

.strong-tag{
    font-weight: 800;
    display: inline;
}

.b-tag{
    font-weight: 800;
    display: inline;
}

.em-tag{
    font-style:italic;
}
.i-tag{
    font-style:italic;
}
.banner_before_header {text-align:center;}

.banner_before_header a {border-bottom: 1px solid #ffffff80}

/* av-styles start */

.index-h2-style{
    font-weight: 800;
    font-size: 2.5rem;
    letter-spacing: 0.1125rem;
    margin: 16px 0px;
    color: rgb(0, 0, 0);
}

.strong-tag{
    font-weight: 800;
    display: inline;
}

.b-tag{
    font-weight: 800;
    display: inline;
}

.em-tag{
    font-style:italic;
}
.i-tag{
    font-style:italic;
}
.banner_before_header {text-align:center;}

.banner_before_header a {border-bottom: 1px solid #ffffff80}

.main-panel__inner {display:flex;padding-top:20px;padding-bottom:20px;}
.search {display:block;position:static;flex-grow:5;border-bottom:none;}
.main-menu__search-btn {display:none;}
.location__link, .location__count {font-weight:700;}
.main-panel__phones {display:flex;align-items:center;position:relative;}
.main-panel__phones .top-menu__link_services {display:flex;align-items:center;}
.main-panel__phones .header-drop__link {display:flex;align-items:center;}

.av-phones__operator {
    width: 20px;
    height: 20px;
    background-size: initial;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
}

.av-phones__operator--vodafone {
    background-image: url(/local/templates/ascona_pro/img/vodafon-icon.jpg);
}
.av-phones__operator--life {
    background-image: url(/local/templates/ascona_pro/img/lifecell-icon.jpg);
}
.av-phones__operator--kiyvstar {
    background-image: url(/local/templates/ascona_pro/img/kievstar-icon.jpg);
}

.main-panel__phones .header-drop__link .av-phones__operator {margin-right:5px;}
.mob-menu__phone {height:auto;}
@media screen and (min-width:1250px) {
    .banner_before_header {text-align:center;}
    .header-main .main-panel__left .location {margin-right:10px;}
}
@media screen and (min-width:1215px) {
    .customer-panel {width:144px;}
    .customer-panel__item {margin-right:20px;}
}
@media screen and (min-width:1039px) {
    .header-main .main-panel__left {width:59% !important;display:flex;align-items:center;padding-right:25px;}
    .header-main .main-panel__right {width:41% !important;display:flex;align-items:center;}
    .search__field {width:auto;float:none;height:auto;line-height:1.5;flex-grow:2;padding-left:0;}
    #search-form {display:flex;}
    .search-btn {margin:0;top:0;}
    .search input.search__field-text {height:40px;line-height:40px;background-color:#eee;}
    .search__form {height:auto;line-height:1.5;background-color:#eee;padding:0 15px 0 10px;border-radius:20px;}
    .search__choice {display:none;}
    .search-btn_close {display:none;}
    .customer-panel {width:144px;}
    .customer-panel__item {margin-right:20px;}
}

@media screen and (min-width:1039px) and (max-width:1280px) {
    .header-main .main-panel__left {width:57% !important;}
    .header-main .main-panel__right {width:43% !important;}
}

@media screen and (max-width:1200px) {
    .main-panel__phones {display:none;}
}

@media screen and (max-width:1038px) {
    .main-panel__phones {display:none;}
    .search {display:none;}
    .main-panel__inner {padding:0;display:block;}

}
@media screen and (max-width:599px) {
    .main-panel__inner {display:flex;}
}

.mob-accordion .mob-accordion__item.login-wrapper .cabinet li a.number-1:before {
    position: absolute;
    top: 7px;
    left: 14px;
    width: 23px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48dGl0bGU+d2lzaGxpc3Q8L3RpdGxlPjxwYXRoIGQ9Ik0xNy4yMS45OTdjLTIuMDQgMC0zLjk1LjkyOS01LjIyIDIuNDg0QTYuNzc5IDYuNzc5IDAgMCAwIDYuNzYuOTk3QzMuMDMuOTk3IDAgNC4wNDcgMCA3Ljc5NWMwIDIuOTM1IDEuNzQgNi4zMyA1LjE4IDEwLjA5IDIuNjQgMi44OTUgNS41MSA1LjEzNiA2LjMzIDUuNzU0bC40OC4zNTguNDctLjM1OGMuODItLjYxOCAzLjY5LTIuODU5IDYuMzQtNS43NTMgMy40My0zLjc2IDUuMTctNy4xNTYgNS4xNy0xMC4wOTEgMC0zLjc0OS0zLjAzLTYuNzk4LTYuNzYtNi43OTh6bS40MiAxNS44MTVjLTIuMTcgMi4zOC00LjUxIDQuMzA0LTUuNjQgNS4xOS0xLjE0LS44ODYtMy40OC0yLjgxLTUuNjUtNS4xOS0zLjExLTMuNDEtNC43Ni02LjUyOC00Ljc2LTkuMDE3IDAtMi44NzMgMi4zMy01LjIxIDUuMTgtNS4yMSAxLjg4IDAgMy42MiAxLjAzIDQuNTMgMi42OWwuNyAxLjI1My42OS0xLjI1NGE1LjE3NCA1LjE3NCAwIDAgMSA0LjUzLTIuNjg4YzIuODYgMCA1LjE4IDIuMzM2IDUuMTggNS4yMDkgMCAyLjQ5LTEuNjQgNS42MDctNC43NiA5LjAxN3oiLz48L3N2Zz4=")!important;
    content: "";
}
.mob-accordion .mob-accordion__item.login-wrapper .cabinet li a.number-2:before {
    position: absolute;
    top: 5px;
    left: 12px;
    width: 28px;
    height: 27px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNyI+PHBhdGggZD0iTTcuMTMgMTguMTE3aDE0LjgyYzEuNjggMCAzLjA1LTEuMzI2IDMuMDUtMi45NVY5LjA3NGMwLS4wMTEgMC0uMDIxLS4wMS0uMDMydi0uMDM4YzAtLjAxLS4wMS0uMDIxLS4wMS0uMDMyIDAtLjAxIDAtLjAyLS4wMS0uMDM3IDAtLjAxMSAwLS4wMjEtLjAxLS4wMzMgMC0uMDEgMC0uMDItLjAxLS4wMzFzLS4wMS0uMDIxLS4wMi0uMDM4YzAtLjAxLS4wMS0uMDIxLS4wMS0uMDI2LS4wMS0uMDExLS4wMS0uMDIxLS4wMi0uMDMycy0uMDEtLjAxNi0uMDItLjAyN2MwLS4wMS0uMDEtLjAyMS0uMDItLjAzMyAwLS4wMS0uMDEtLjAxNi0uMDItLjAyNS0uMDEtLjAxMS0uMDItLjAxOC0uMDItLjAyOC0uMDEtLjAxMS0uMDItLjAxNi0uMDItLjAyNmEuMTEyLjExMiAwIDAwLS4wMy0uMDIyYy0uMDEtLjAxMS0uMDEtLjAxNi0uMDItLjAyNy0uMDItLjAwNS0uMDItLjAxNi0uMDMtLjAyMS0uMDEtLjAwNS0uMDItLjAxNi0uMDQtLjAyMS0uMDEtLjAwNi0uMDEtLjAxLS4wMi0uMDE2LS4wMS0uMDA1LS4wMy0uMDExLS4wNC0uMDIybC0uMDMtLjAxNy0uMDMtLjAxNWEuMTUuMTUgMCAwMC0uMDQtLjAxNmMtLjAxLS4wMDYtLjAyLS4wMDYtLjAzLS4wMTFhLjEwNS4xMDUgMCAwMC0uMDQtLjAxYy0uMDEgMC0uMDItLjAwNy0uMDMtLjAwNy0uMDEtLjAwNC0uMDItLjAwNC0uMDQtLjAwNCAwIDAtLjAxLS4wMDUtLjAyLS4wMDVMNS41NyA1LjkxN1YzLjMwOGMwLS4wMDUgMC0uMDEtLjAxLS4wMiAwLS4wMTYtLjAxLS4wMzItLjAxLS4wNDkgMC0uMDE2IDAtLjAyNi0uMDEtLjA0MnYtLjAyOGMtLjAxLS4wMTUtLjAxLS4wMy0uMDItLjA0N1YzLjFjLS4wMS0uMDE1LS4wMS0uMDI2LS4wMy0uMDQyIDAtLjAwNSAwLS4wMTUtLjAxLS4wMjIgMC0uMDEtLjAxLS4wMjEtLjAyLS4wMzEgMC0uMDExLS4wMS0uMDE3LS4wMi0uMDI4IDAtLjAxLS4wMS0uMDE1LS4wMS0uMDI2LS4wMS0uMDEtLjAyLS4wMjItLjAyLS4wMzItLjAxLS4wMDYtLjAyLS4wMTItLjAyLS4wMTdhLjQ0Ni40NDYgMCAwMS0uMDMtLjAzMmMtLjAxLS4wMDUtLjAyLS4wMS0uMDItLjAxNi0uMDEtLjAxLS4wMi0uMDIxLS4wNC0uMDMyIDAtLjAwNi0uMDItLjAxLS4wMi0uMDE1LS4wMS0uMDExLS4wMi0uMDE3LS4wMy0uMDI4YS45NzMuOTczIDAgMDEtLjA1LS4wMjZjMC0uMDA1LS4wMS0uMDA1LS4wMi0uMDEtLjAyLS4wMTEtLjA1LS4wMjEtLjA3LS4wMzNMMS4wNCAxLjA1NGEuNzU2Ljc1NiAwIDAwLS45OC4zODRjLS4xNi4zNy4wMi43OTIuNC45NDZsMy42MSAxLjQ3NXYxNS44MDdjMCAxLjQ5NiAxLjE2IDIuNzM2IDIuNjYgMi45MjItLjI3LjQzOS0uNDMuOTUyLS40MyAxLjQ5NyAwIDEuNjA5IDEuMzYgMi45MTMgMy4wMSAyLjkxMyAxLjY2IDAgMy4wMi0xLjMxIDMuMDItMi45MTNhMi43NSAyLjc1IDAgMDAtLjQyLTEuNDdoNi43MmMtLjI3LjQzMy0uNDIuOTM2LS40MiAxLjQ3IDAgMS42MDkgMS4zNSAyLjkxMyAzLjAxIDIuOTEzIDEuNjYgMCAzLjAyLTEuMzEgMy4wMi0yLjkxMyAwLTEuNjAzLTEuMzYtMi45MTMtMy4wMi0yLjkxM0g3LjEzYy0uODcgMC0xLjU2LS42NzgtMS41Ni0xLjUwNlYxNy43MWMuNDUuMjU2Ljk5LjQwNiAxLjU2LjQwNnptMy43MSA1Ljk2M2MwIC44MTItLjY5IDEuNDctMS41MiAxLjQ3LS44MyAwLTEuNTItLjY2My0xLjUyLTEuNDcgMC0uODA3LjY5LTEuNDcgMS41Mi0xLjQ3LjgzIDAgMS41Mi42NTcgMS41MiAxLjQ3em0xMS45MSAwYzAgLjgxMi0uNjkgMS40Ny0xLjUyIDEuNDctLjg0IDAtMS41Mi0uNjYzLTEuNTItMS40NyAwLS44MDcuNjgtMS40NyAxLjUyLTEuNDcuODMgMCAxLjUyLjY1NyAxLjUyIDEuNDd6bS0uOC03LjQwN0g3LjEzYy0uODcgMC0xLjU2LS42NzgtMS41Ni0xLjUwN1Y3LjM3bDE3Ljk0IDIuMzg5djUuNDAyYzAgLjg0LS43MSAxLjUxMi0xLjU2IDEuNTEyeiIvPjwvc3ZnPg==")!important;
    content: "";
}
.mob-accordion .mob-accordion__item.login-wrapper .cabinet li a.number-3:before {
    position: absolute;
    top: 7px;
    left: 12px;
    width: 23px;
    height: 24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDIzIDI0Ij48dGl0bGU+Q29tcGFyZV9saXN0PC90aXRsZT48cGF0aCBkPSJNMTcgMjRINmMtMy4zMSAwLTYtMi42ODctNi02VjdjMC0zLjMxNCAyLjY5LTYgNi02aDExYzMuMzEgMCA2IDIuNjg2IDYgNnYxMWMwIDMuMzEzLTIuNjkgNi02IDZ6bTQuNTctMTUuNTcyYzAtNC4zMTktMS42OC02LTYtNkg3LjQzYy00LjMyIDAtNiAxLjg4Mi02IDZ2OC4xNDNjMCA0LjMyIDIuMDggNiA2IDZoOC4xNGM0LjUyIDAgNi0xLjY4IDYtNnpNMTcgMTloLTdjLS41NSAwLTEtLjQ0OC0xLTEgMC0uNTUzLjQ1LTEgMS0xaDdjLjU1IDAgMSAuNDQ3IDEgMSAwIC41NTItLjQ1IDEtMSAxem0wLTVoLTdjLS41NSAwLTEtLjQ0OC0xLTEgMC0uNTUzLjQ1LTEgMS0xaDdjLjU1IDAgMSAuNDQ3IDEgMSAwIC41NTItLjQ1IDEtMSAxem0wLTVoLTdjLS41NSAwLTEtLjQ0OC0xLTFzLjQ1LTEgMS0xaDdjLjU1IDAgMSAuNDQ4IDEgMXMtLjQ1IDEtMSAxek02IDE5Yy0uNTUgMC0xLS40NDgtMS0xIDAtLjU1My40NS0xIDEtMXMxIC40NDcgMSAxYzAgLjU1Mi0uNDUgMS0xIDF6bTAtNWMtLjU1IDAtMS0uNDQ4LTEtMSAwLS41NTMuNDUtMSAxLTFzMSAuNDQ3IDEgMWMwIC41NTItLjQ1IDEtMSAxem0xLTZjMC0uNTUyLS40NS0xLTEtMXMtMSAuNDQ4LTEgMSAuNDUgMSAxIDEgMS0uNDQ4IDEtMXoiLz48L3N2Zz4=")!important;
    content: "";
}


/* av-styles end */


/*add arrows*/
.catalog-card__column.catalog-card__column_price .select2.select2-container .select2-selection__arrow:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.catalog-card__column.catalog-card__column_price .select2.select2-container.select2-container--open .select2-selection__arrow:after{
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid #333;
    border-bottom: 5px solid transparent;
}

.product-buy__container .select2.select2-container .select2-selection__arrow:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.product-buy__container .select2.select2-container.select2-container--open .select2-selection__arrow:after{
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid #333;
    border-bottom: 5px solid transparent;
}
.oppacity_element{
    opacity: 50%;
}

/* sitemap styles */
.sitemap-page a{
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
}

.main-slider.panel__slider {margin-top:24px;border-bottom:1px solid #e5e5e5;}
.main-slider.panel__slider .main-slider__item {margin:0 12px;border-radius:8px;overflow:hidden;box-shadow:0 10px 30px rgba(85,85,85,.14);max-width:632px;max-height:300px;}
.main-slider__item-img {min-height: auto;max-height:300px;}
.main-slider__dots {position: relative;margin-bottom: 25px;margin-top: 25px;line-height: 1.25rem;text-align: center;width: auto;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}
.main-slider__dots {position: relative;margin-bottom: 25px;margin-top: 25px;line-height: 1.25rem;text-align: center;width: auto;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}
.main-slider__dots li button {position: relative;padding: 0;width: 100%;height: 100%;background-color: #0000;border: none;color: #0000;}
.main-slider__dots li button:before {position: absolute;top: 50%;left: 50%;margin-top: -8px;margin-left: -8px;width: 10px;height: 10px;opacity: .3;border-radius: 50%;content: "";background-color: #9999;}
.main-slider__dots li.slick-active button:before {opacity: 1;background-color: #27979d;}

.main-slider__arrow-next, .main-slider__arrow-prev {z-index: 1;position: absolute;display: block;top: 0;padding: 0;width: 120px;height: 100%;max-height: 355px;border-radius: 0;-moz-border-radius: 0;-webkit-border-radius: 0;background-size: cover;background-color: #0000;background-repeat: no-repeat;border: none;background: 0 0;}
.main-slider__arrow-prev {left: 0;}
.main-slider__arrow-next {right: 0;}
.main-slider__arrow-next:focus, .main-slider__arrow-next:hover, .main-slider__arrow-prev:focus, .main-slider__arrow-prev:hover {background-color: #0000;display: inline-block!important;}
.main-slider__arrow-next:hover {background: linear-gradient(270deg,#fff,#fff0 104.4%);}
.main-slider__arrow-prev:hover {background: linear-gradient(90deg,#fff,#fff0 104.4%);}

.main-slider__arrow-next:after, .main-slider__arrow-prev:after {content:'';position:relative;left:35%;width:32px;height:61px;}
.main-slider__arrow-next:hover:after {background:url("/local/templates/ascona_pro/img/svg/arrow_right_pag.svg");display:block;}
.main-slider__arrow-prev:hover:after {background:url("/local/templates/ascona_pro/img/svg/arrow_left_pag.svg");display:block;}

.main-slider__arrow-prev.disabled {display: none!important;}

@media screen and (max-width:768px) {
    .main-slider.panel__slider .main-slider__item {max-width:calc(100vw - 32px);}
}

.stock.row-line {display:flex;flex-wrap:wrap;}
.col-md-4.col-sm-6.col-xs-12.mb-md-4.mb-xs-3 {width:calc(33.33% - 24px);margin:0 12px 32px;background-color:#fff;box-shadow:0 10px 30px rgba(85,85,85,.14);overflow:hidden;border-radius:8px;}
.stock__content {padding:24px 56px 48px 56px;box-sizing:content-box;max-width:440px;}
.stock__title {font-size:32px;line-height:40px;font-weight:800;}
.stock__text {font-size:20px;line-height:28px;margin:8px 0 0;min-height:84px;font-weight:400;}

.wrapper .row-line {padding-left:8px;padding-right:8px;}

@media screen and (min-width:1440px) {
    .wrapper .row-line {padding-right:12px;padding-left:12px;}
}

@media screen and (max-width:1439px) {
   .stock__content {padding:24px 40px 48px 32px;min-height:145px;}
   .stock__title {font-size:1.625rem;line-height:2.25rem;}
   .stock__text {font-size:1rem;line-height:1.5rem;margin:8px 0 0;min-height:72px;}
}
@media screen and (max-width:1024px) and (min-width:768px) {
   .col-md-4.col-sm-6.col-xs-12.mb-md-4.mb-xs-3 {width:calc(50% - 16px);margin:0 8px 24px;}
   .stock__content {padding:24px 32px 48px;}
   .wrapper .row-line {padding-left:8px;padding-right:8px;}
}
@media screen and (max-width:1024px) {
   .stock__title {font-size:1.25rem;line-height:1.75rem;}
   .stock__text {font-size:1rem;line-height:1.5rem;}
}
@media screen and (max-width:767px) {
   .col-md-4.col-sm-6.col-xs-12.mb-md-4.mb-xs-3 {width:100%;margin:0 8px 24px;}
   .stock__text {min-height:auto;}
}

.oppacity_element{
    opacity: 50%;
}

/* sitemap styles */
.sitemap-page a{
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
}

.statistics {background:#2b50b8 url("https://hilding-anders.ru/design/themes/ha/i/statistics.jpg?1602745201") 50% 0 no-repeat;background-attachment:fixed;color:#fff;padding:76px 0 75px 0;}
.statistics .container {
    position: relative;
    z-index: 1;
}
.statistics .title {
    text-align: center;
    font: 24px/34px 'gotham', sans-serif;
    padding: 0 0 136px 0;
}
.statistics .list {
    text-align: justify;
    display:flex;
    justify-content:space-evenly;
}
.statistics .list .item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.statistics .list .item .counter {
    font: 700 56px/60px 'gotham', sans-serif;
    height: 60px;
    display: inline-block !important;
    overflow: hidden;
}
.statistics .list .item .line {
    height: 1px;
    width: 14px;
    margin: 13px auto 24px auto;
    background: #fa617e;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -ms-transition: all 1s linear;
    transition: all 1s linear;
}
.statistics .list .item .processed + .line {
    width: 54px;
}
.statistics .list .item .name {
    text-transform: uppercase;
    font: 600 13px/18px 'gotham', sans-serif;
    color: #e9f2f9;
}
.statistics .list .item .counter .value {
    height: 60px;
}

@media screen and (max-width: 1023px) {
    .statistics .list {flex-wrap:wrap;}
    .statistics .list .item {width:50%;margin-bottom:30px;}
    .statistics .title {padding:0 15px 50px;}
}
@media screen and (max-width: 767px) {
    .statistics .list .item {width:100%;}
    .statistics .list .item:last-child {margin-bottom:0;}
}
@media screen and (max-width: 494px) {
    .statistics {margin:0 -24px;background:#2b50b8 url("https://hilding-anders.ru/design/themes/ha/i/statistics.jpg?1602745201") 70% 50% no-repeat;}
}