/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
@media (max-width: 350px) {
    .cowl > .topic{
        width: 100%;
    }
    .cowl > div:not(.topic):not(#navigation){
        margin-top: -20px !important;
    }
}
@media (max-width: 768px) {
    .mobile_banner_service{
        display: block !important;
        height: 100% !important;
        padding-bottom: 100vw !important;
    }
    .banners-big__item.has_mobile{
        height: auto !important;
        background-image: none !important;
    }
}
.middle, .link-to-calc-block .btn{
    margin: 10px auto !important;
    display: block;
    width: fit-content;
}
.big-btn, .link-to-calc-block .btn{
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    line-height: 1.428571429;
    user-select: none;
    /*font-size: calc(0.933em - var(--theme-button-font-size));*/
    font-size: calc(1.3em - var(--theme-button-font-size));
    font-weight: bold;
    text-transform: none;
    text-transform: var(--theme-text-transform);
    letter-spacing: normal;
    letter-spacing: var(--theme-letter-spacing);
    text-decoration: none;
    margin: 0px;
    border: 1px solid;
    border-radius: 4px;
    border-radius: var(--theme-border-radius);
    /*padding: 9px 20px 10px;
    padding-top: calc(9px + var(--theme-button-padding-2px));
    padding-bottom: calc(10px + var(--theme-button-padding-1px));*/
    padding: 20px 40px 20px;
    padding-top: calc(13px + var(--theme-button-padding-2px));
    padding-bottom: calc(13px + var(--theme-button-padding-1px));
    overflow: hidden;
    transition: background-color 0.1s ease;
    -moz-transition: background-color 0.1s ease;
    -ms-transition: background-color 0.1s ease;
    -o-transition: background-color 0.1s ease;
    -webkit-transition: background-color 0.1s ease;
    border-color: #9e9e9e;
    background-color: #9e9e9e;
    background-color: var(--theme-base-color);
    border-color: var(--theme-base-color);
    color: #ffffff;
}
.big-btn:hover, .big-btn:active, .big-btn:focus , .link-to-calc-block .btn:hover, .link-to-calc-block .btn:active, .link-to-calc-block .btn:focus{
    color: #ffffff;
    border-color: #9e9e9e;
    background-color: #9e9e9e;
    background-color: hsl( var(--theme-base-color-hue), var(--theme-base-color-saturation), calc(var(--theme-base-color-lightness) + var(--theme-lightness-hover-diff)) );
    border-color: hsl( var(--theme-base-color-hue), var(--theme-base-color-saturation), calc(var(--theme-base-color-lightness) + var(--theme-lightness-hover-diff)) );
}
.price-items a.btn-default{
    color: #ffffff !important;
}
.limited-mobility-btn img{
    width: 18px;
}
.star-and-crescent-btn img{
    height: 19px;
    margin-top: -2px;
}
@media only screen and (max-width: 700px){
    .container .right_block img {
        max-width: 100%;
        height: auto;
    }
}
.calcs{
    cursor: pointer;
}
.calc-block {
    width: 200px;
    position: absolute;
    top: 256px;
    right: 70px;
    z-index: 10;
    margin-top: 4px;
    display: none;
    background-color: var(--card_bg_black);
    box-shadow: -7px 5px 11px rgb(0 0 0 / 10%);
    border-radius: 4px;
    text-align: center;
}
.calc-block-active {
    display: block!important;
}
.calc-block:before {
    border: 12px solid transparent;
    border-left: 12px solid #ffffff;
    border-radius: 4px;
    content: '';
    display: block;
    height: 15px;
    right: -21px;
    position: absolute;
    top: 24px;
    width: 20px;
}
.calc-block a {
    width: 100%;
    color: #000;
    display: inline-block;
}
.calc-block a:first-child {
    padding: 15px 15px 6px 15px;
}
.calc-block a:last-child {
    padding: 6px 15px 15px 15px;
}
.calc-block a:hover {
    color: #34c2f5;
}
@media only screen and (max-width:992px) {
    .calc-block {
        right: 25px;
    }
}
@media only screen and (max-width:768px) {
    .calc-block {
        width: 200px;
        left: 50%;
        margin-left: -100px;
    }
}
.jqmWindow{
    max-height: 85%;
}
.apps_icons{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.apps_icons img{
    height: 60px;
    width: auto;
    max-width: 100%;
}
.apps_icons .subscribe-block__text{
    text-align: right;
    margin-left: 0 !important;
}
@media only screen and (max-width:704px) {
    .apps_icons .subscribe-block__text{
        text-align: center;
    }
}
.right_block .subscribe-block__text{
    color: #000000;
}
.header_imp{
    background-color: hsl(var(--dark_light-hue) var(--dark_light-saturation) var(--dark_light-lightness) / 80%) !important;
}
/*calcs page*/
.services-list__item--big-padding {
    padding: 40px;
}
#pagetitle{
    text-transform: uppercase;
}

.ajax_basket .fixed_wrapper .right-sidebar-wrapper .right_dok .link.fill-theme-hover:last-child path:first-child {
    fill: #25d366;
}


.ajax_basket .fixed_wrapper .right-sidebar-wrapper .right_dok .link.fill-theme-hover:last-child path:last-child {
    fill: white;
}