/*Svoi CSS kod pishite v faile CUSTOM.CSS,chotobi pri ustanovke obnovlenii ne bilo problem */
/* --------------------------------------- */
/* Put you custom CSS in CUSTOM.CSS,not in this file! */

/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII,ne izmenyaite ego!!! */
/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII,ne izmenyaite ego!!! */
/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII,ne izmenyaite ego!!! */
/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII,ne izmenyaite ego!!! */
/* DANNII FAIL ZATIRAETSYA PRI OBNOVLENII,ne izmenyaite ego!!! */

/* html{overflow-x:hidden;overflow-y:auto;} */
html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

* html .clearfix {
    height: 1%;
}

html[xmlns] .clearfix {
    display: block;
}

.body {
    height: auto !important;
    flex-grow: 1;
}

body>.body:not(.index)>.main {
    padding-bottom: 80px;
}

.container {
    width: 100% !important;
    padding: 0;
}

.container>.row>.maxwidth-theme>.content-md {
    display: flex;
    flex-direction: row-reverse;
}

.container .left_block {
    width: 265px;
    flex-shrink: 0;
}

.container .right_block {
    width: 100%;
}

.container .right_block.narrow_Y {
    width: calc(100% - 265px);
}

body .main-wrapper>.section-content-wrapper {
    min-width: 0;
    /* fix tabs nowrap in flexbox */
}

.text-dark {
    color: #000;
}

.text-yellow {
    color: #F1BF41;
}

.text-xl {
    font-size: 30px;
    line-height: normal;
}

.text-lg {
    font-size: 25px;
    font-weight: 400;
    line-height: normal;
}

.text-md {
    font-size: 20px;
    line-height: normal;
}

.text-xs {
    font-size: 12px;
    font-weight: 300;
}

.text-sm {
    font-size: 13px;
    line-height: normal;
    font-weight: 400;
}

.fw-bold {
    font-weight: 600;
}

.text-style-italic {
    font-style: italic;
}

.text-rigth {
    text-align: right;
}

.text-center {
    text-align: center;
}


.mb-15 {
    margin-bottom: 15px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.btn-orange {
    width: 350px;
    height: 80px;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    color: #fff;
    border: none;
    border-radius: 0;
    background: #F1BF41;
    padding: 28px;
}

.btn-orange:hover {
    color: #fff;
}

@media (max-width: 576px) {
    .btn-orange {
        width: 100%;
    }
}

.side_left .container .left_block {
    padding-right: 20px;
}

.side_right .container .left_block {
    padding-left: 20px;
    padding-right: 0px;
}

.container .catalog_page .left_block {
    width: 332px;
}

.side_left .container .catalog_page .left_block {
    padding-right: 32px;
}

.side_right .container .catalog_page .left_block {
    padding-left: 32px;
}

.side_right .container>.row>.maxwidth-theme>.content-md {
    flex-direction: row;
}

.side_left .main-wrapper {
    flex-direction: row-reverse;
}

.tariffs-wrapper>div+div {
    margin-top: 64px;
}

.tariffs-wrapper+.main-wrapper {
    margin-top: 102px;
}

.tariffs-wrapper+.main-wrapper .text_after_items {
    margin-top: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

.row.clearfix,
.clearfix.block {
    display: block;
}

*[id^="bx_incl"] {
    display: inline;
    vertical-align: top;
    *display: inline;
    zoom: 1;
}

.bx_editmode .bx_areas *[id^="bx_incl"],
.right_block *[id^="bx_incl"] {
    display: block;
}

.margin0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.nopadding {
    padding: 0px !important;
}

.nopadding-left {
    padding-left: 0px !important;
}

.nopadding-right {
    padding-right: 0px !important;
}

.bordered {
    border: 1px solid #e5e5e5;
    border-color: var(--stroke_black);
}

.overflow-block {
    overflow: hidden;
}

* {
    outline: none !important;
}

*[data-event="jqm"] {
    cursor: pointer;
}

.srollbar-custom {
    overflow: auto;
}

.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}

.loading-state {
    min-height: 300px;
    background: transparent url("images/loaders/double_ring.svg") no-repeat center center;
}

.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    background-position: center center;
}

.item-link-absolute {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
}

/*custom browser scrollbar */
.scrollbar:not(.scroller) {
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
}

.scrollbar::-webkit-scrollbar,
.scrolled::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.scrollbar::-webkit-scrollbar-track,
.scrolled::-webkit-scrollbar-track {
    border-radius: 5px;
}

.scrollbar::-webkit-scrollbar-thumb,
.scrolled::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #ccc;
    background: var(--gray_bg_black);
    border: 1px solid #fff;
    border-color: var(--black_bg_black);
}

.scrollbar::-webkit-scrollbar-thumb:window-inactive-thumb,
.scrolled::-webkit-scrollbar-thumb:window-inactive-thumb {
    background: #ccc;
    background: var(--gray_bg_black);
    border: 2px solid #fff;
    border-color: var(--black_bg_black);
}

.scrollbar.scrollbar--overscroll-auto {
    overscroll-behavior: auto;
}

/* mCustomScrollBar */
.scroll-init:not(.mCustomScrollbar) {
    overflow: hidden !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: none;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0;
}

body .mCSB_scrollTools {
    width: 8px;
    z-index: 3;
    opacity: 1;
    right: 0px;
    top: 2px;
    bottom: 2px;
}

body .mCSB_container {
    z-index: 1;
}

body .mCSB_3_dragger_vertical {
    width: 8px;
    border: 2px solid #fff;
    border-color: var(--black_bg_black);
}

body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 3px;
    background: #ccc !important;
    background: var(--gray_bg_black) !important;
    border-radius: 5px;
}

/**/

.container iframe,
.container object,
.container video:not(.cover) {
    display: block;
    margin: 0 auto;
}

.container iframe:not(.cover),
.container object:not(.cover),
.container video:not(.cover) {
    max-width: 100%;
}

.banners-big .loading.vvideo:not(.started) iframe,
.banners-big .loading.vvideo:not(.started) object,
.banners-big .loading.vvideo:not(.started) video {
    opacity: 0.75;
}

@media (max-width: 767px) {

    .banners-big.banners-big--adaptive-2 .loading.vvideo iframe,
    .banners-big.banners-big--adaptive-2 .loading.vvideo object,
    .banners-big.banners-big--adaptive-2 .loading.vvideo video {
        opacity: 1;
    }
}

body .banners-big .banners-big__item.loading.vvideo {
    background: none;
}

body .banners-big .banners-big__item.loading.vvideo .wrapper_video {
    background: #000 !important;
}

body .banners-big .banners-big__item.banners-big__item--dark.loading.vvideo .wrapper_video {
    background: #fff !important;
}

.maxwidth-theme {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1396px;
    width: 100%;
}

.maxwidth-theme:before,
.maxwidth-theme:after {
    content: "";
    display: block;
    clear: both;
}

.maxwidth-theme.maxwidth-theme--no-maxwidth {
    max-width: none;
}

.maxwidth-theme--relative {
    position: relative;
}

.maxwidth-theme.wide-Y {
    max-width: initial;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0;
    padding-left: 0;
}

.top-content-block>div {
    margin-bottom: 32px;
}

.top-content-block>div:empty {
    margin-bottom: 0px;
}

.top-content-block .top-big-img+.tizers {
    margin-top: -2px;
}

.top-big-img--with-tizers {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.top-content-block .seo-block-main {
    margin-bottom: 0px;
}

.top-content-block .seo_block {
    margin-bottom: 48px;
}

.top-content-block .seo_block+.seo_block--description {
    margin-top: -5px;
}

.top-content-block .seo_block--img {
    width: 300px;
    margin-bottom: 0px;
}

.top-content-block .sticky-block {
    margin-bottom: 48px;
}

.greyline>.row,
.logo_and_menu-row>.row,
.main>.row,
.container>.row,
.border_content>.row {
    margin-left: 0;
    margin-right: 0;
}

section.page-top>.row>.maxwidth-theme,
.greyline>.row>.maxwidth-theme,
.logo_and_menu-row>.row>.maxwidth-theme,
.main>.row>.maxwidth-theme,
.container>.row>.maxwidth-theme:not(.wide-Y)>.content-md {
    padding: 0;
}

article.post-large {
    margin-left: 80px;
}

article.post-large div.post-image,
article.post-large div.post-date {
    margin-left: -80px;
}

.border_content {
    margin: 18px 0px 8px;
}

.border_content .head-block.top {
    margin-bottom: 39px;
}

body .wide-block {
    display: block;
    margin-right: 0px;
}

/*
  .main-wrapper {
    content-visibility: auto;
  }
  */

div[id^="wait_comp"],
.bx-core-waitwindow {
    display: none;
}

span.zoom {
    border-radius: 4px;
    color: #ffffff;
    display: block;
    height: 44px;
    line-height: 24px;
    margin: -22px -22px 0 0;
    padding: 6px;
    position: absolute;
    right: 50%;
    text-align: center;
    top: 50%;
    width: 44px;
    cursor: pointer;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    background: rgba(34, 34, 34, 0.7) url(/bitrix/templates/aspro-allcorp3/images/svg/Fullsize.svg) center no-repeat;
}

span.zoom i {
    font-size: 21px;
    left: 0;
    position: relative;
    top: 2px;
}

.shine {
    position: relative;
}

.hover_shine .shine:before {
    position: absolute;
    top: 0;
    left: -45%;
    z-index: 2;
    display: block;
    content: "";
    width: 25%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover_shine .shine:hover:before {
    -webkit-animation: shine 0.5s;
    animation: shine 0.5s;
}

.hover_blink .shine:before {
    display: none;
}

.hover_blink:hover .shine,
.hover_blink .shine:hover {
    opacity: 1;
    -webkit-animation: flash 0.8s;
    animation: flash 0.8s;
}

.hover_zoom .shine {
    transition: transform 0.8s;
}

.hover_zoom:hover .shine {
    transform: scale(1.1);
}

.inner-table-block {
    display: table-cell;
    vertical-align: middle;
}

.with_dropdown {
    position: relative;
    padding-right: 12px;
}

/* search-block  */
form.search {
    position: relative;
}

.search .search-input-div {
    width: 100%;
    position: relative;
}

.search .search-input {
    color: #666;
    color: var(--light_basic_text_black);
    display: block;
    height: 41px;
    line-height: 18px;
    padding: 0 70px 0px 14px;
    width: 100%;
    background: #ffffff;
    background: var(--darkerblack_bg_black);
    border: 1px solid #e5e5e5;
    border-color: var(--stroke_black);
    border-radius: 4px;
}

.search .search-button-div {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
}

.search .btn-search {
    background: transparent;
    border: none;
    padding: 1px 12px 0 0;
    line-height: 0;
    display: flex;
    height: 100%;
    align-items: center;
}

.btn-search:hover * {
    fill: #333;
    /* fill: var(--fill_dark_light); */
}

.body .main>.container.with_error .left-menu-md,
.body .main>.container.with_error .page-top,
.body .main>.container.with_error .right-menu-md {
    display: none !important;
}

.body .main>.container.with_error .content-md {
    width: 100%;
    display: block;
}

body .container.with_error .right_block.narrow_Y {
    float: none !important;
    width: 100% !important;
}

.banner.TOP_HEADER img,
.banner.CONTENT_TOP img,
.banner.CONTENT_BOTTOM img,
.banner.TOP_HEADER img,
.banner.TOP_UNDERHEADER img,
.banner.FOOTER img {
    margin: auto;
}

.banner.CONTENT_TOP {
    margin-bottom: 37px;
}

.banner.CROP {
    overflow: hidden;
}

.banner.CROP.TOP_HEADER {
    position: relative;
    z-index: 2;
}

.banner.CROP img {
    margin-left: 50%;
    transform: translateX(-50%);
}

body>.body:not(.index)>.main .banner.FOOTER {
    margin-bottom: -80px;
}

.banner.CONTENT_BOTTOM {
    /* margin-bottom: 40px; */
    margin-top: 40px;
}

.body:not(.index) .banner.FOOTER {
    margin-top: 40px;
}

.right-menu-md .side-menu>li>.submenu {
    padding-left: 26px;
}

.zomm_wrapper-block {
    position: relative;
}

.zomm_wrapper-block:hover .flex-direction-nav a:not(.flex-disabled) {
    opacity: 1 !important;
}

.iblocks {
    max-height: 133px;
}

.iblocks:after {
    content: "";
    clear: both;
    display: table;
}

.iblocks .inner-wrapper {
    background: #f2f2f2;
    min-height: 132px;
}

.iblocks>div {
    font-size: 13px;
    line-height: 20px;
}

.iblocks>div a {
    display: block;
}

.iblocks .icons-block {
    color: #9a9a9a;
    width: 80px;
    text-align: center;
    background: #f2f2f2;
    float: left;
}

.iblocks .icons-block a {
    color: #9a9a9a;
    padding: 72px 10px 25px;
    position: relative;
}

.iblocks .icons-block a:before {
    content: "";
    position: absolute;
    display: block;
    width: 22px;
    height: 27px;
    background: url(images/svg/allcorp3a.svg) -249px -83px no-repeat;
    top: 30px;
    left: 50%;
    margin-left: -11px;
}

.iblocks .icons-block a:after {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 100%;
    background: #fff;
    top: 0px;
    right: 0px;
}

.docs-block .iblocks:hover .icons-block a:before,
.iblocks .icons-block a:hover:before {
    background-position: -250px -114px;
}

.docs-block .iblocks:hover .icons-block a,
.iblocks .icons-block a:hover {
    color: #fff;
}

.iblocks .text-block {
    color: #222222;
    font-weight: bold;
    font-size: 15px;
    background: #f2f2f2;
    padding-left: 82px;
}

.iblocks .text-block .text {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
}

body .docs-block .blocks {
    display: block;
}

body .docs-block .blocks .inner-wrapper {
    position: relative;
    padding: 0px 0px 0px 55px;
    margin-bottom: 32px;
    line-height: 20px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.docs-block .blocks .inner-wrapper:before {
    content: "";
    position: absolute;
    display: block;
    width: 36px;
    height: 35px;
    background: url(images/svg/docs_types.svg) 0px 0px no-repeat;
    top: 0px;
    left: 0px;
}

.docs-block .blocks.doc .inner-wrapper:before,
.docs-block .blocks.docx .inner-wrapper:before {
    background-position-y: -55px;
}

.docs-block .blocks.jpg .inner-wrapper:before {
    background-position-y: -110px;
}

.docs-block .blocks.png .inner-wrapper:before {
    background-position-y: -165px;
}

.docs-block .blocks.ppt .inner-wrapper:before {
    background-position-y: -220px;
}

.docs-block .blocks.txt .inner-wrapper:before {
    background-position-y: -275px;
}

.docs-block .blocks.tiff .inner-wrapper:before,
.docs-block .blocks.tif .inner-wrapper:before {
    background-position-y: -330px;
}

.docs-block .blocks.none .inner-wrapper:before {
    background-position-y: -495px;
}

.docs-block .blocks.rtf .inner-wrapper:before {
    background-position-y: -440px;
}

.docs-block .blocks.xls .inner-wrapper:before,
.docs-block .blocks.xlsx .inner-wrapper:before {
    background-position-y: -385px;
}

.docs-block .blocks .filesize {
    font-size: 12px;
    color: #9a9a9a;
}

/* BUY BLOCK */
.buy_block {
    display: block;
}

#main .buy_block .in_cart {
    display: none;
}

#main .buy_block.in .to_cart {
    display: none;
}

#main .buy_block.in .in_cart {
    display: block;
}

.btn-actions--with-icons {
    max-width: 243px;
    flex-basis: 100%;
}

.btn-actions__inner {
    flex: 1;
    max-width: 100%;
    text-overflow: ellipsis;
}

.btn-actions--with-icons .buy_block {
    display: flex;
    flex: 1;

    justify-content: flex-end;
}

.btn-actions--with-icons .buttons {
    flex: 1;
}

.buy_block .btn {
    white-space: normal;
    max-width: 100%;
    text-overflow: ellipsis;
}

.grid-list__item {
    min-width: 0px;
}

/* SEARCH PAGE */
.search-page a.search-page-params {
    border-bottom: 1px dashed blue;
    text-decoration: none;
}

.search-page div.search-page-params {
    margin: 10px 0 0;
}

.search-page .search-item-rate {
    font-size: 11px;
}

.search-page .path {
    display: block;
    font-size: 11px;
    line-height: 13px;
    padding: 0;
    margin: 0;
    list-style: none;
    background: none;
}

.search-page .path p {
    margin: 0;
}

.search-page .path>*,
.search-page .path a {
    text-decoration: none;
}

.search-page .path>li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    padding: 0px;
}

.search-page .path>li+li:before {
    font-family: FontAwesome;
    content: "\f054";
    font-size: 9px;
    padding: 0 10px;
    position: static;
    background: none;
}

.search-page .path>li:first-of-type:before {
    display: none;
}

.search-page .where {
    border: 1px solid #cad4df;
    border-radius: 3px;
    float: left;
    height: 28px;
    line-height: 28px;
    margin: 10px 0 0;
}

.search-page .searchinput {
    position: relative;
}

.search-page .searchinput input[type="text"] {
    color: #333;
    color: var(--white_text_black);
    display: block;
    width: 100%;
    border-radius: 4px;
    padding: 0 44px 0 17px;
    height: 40px;
    font-size: 0.933em;
    line-height: 0.75em;
    background: #fafafa;
    background: var(--darkerblack_bg_black);
    border: 1px solid #ddd;
    border-color: var(--stroke_black);
    transition: background 0.3s ease;
}

.search-page .searchinput input[type="text"]:hover,
.search-page .searchinput input[type="text"]:focus {
    background-color: #fff;
    background-color: var(--card_bg_hover_black);
}

.search-page .searchinput input[type="text"]:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.015) inset;
    border-color: #999999;
}

.search-page .searchinput input.q {
    width: 100%;
}

.search-page .searchinput .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: 0;
    color: white;
    width: 39px;
    height: 39px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.search-page .searchinput .btn-search {
    margin: 0px;
    text-align: center;
    padding: 0px;
}

/* .search-page .searchinput .btn-search .svg{min-width: 16px;min-height: 16px;} */
.search-page .searchinput .btn-search:hover {
    background: none;
}

.search-page .searchinput .btn-search:hover path {
    fill: var(--fill_dark_light);
}

.search-page .searchinput--lg input[type="text"] {
    height: 48px;
}

.search-page .searchinput--lg .btn-search {
    height: 48px;
    width: 48px;
}

.loadings {
    background: url(images/loaders/preloader.gif) no-repeat scroll center center rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
    color: rgba(0, 0, 0, 0) !important;
    cursor: default !important;
}

.loadings * {
    background: rgba(0, 0, 0, 0) !important;
    border-color: rgba(0, 0, 0, 0) !important;
    color: rgba(0, 0, 0, 0) !important;
    cursor: default !important;
    visibility: hidden;
}

.popup .loadings {
    background-position: 0px 0px !important;
}

/* accordion */
.accordion-head {
    cursor: pointer;
    padding: 30px 86px 20px 34px;
    position: relative;
    display: block;
}

.accordion-head:hover,
.accordion-head:active,
.accordion-head:focus,
.accordion-head:visited {
    color: #333333;
    color: var(--white_text_black);
}

.accordion-line {
    background-color: #9e9e9e;
    background-color: var(--darkerblack_bg_black);
    width: 4px;
    position: absolute;
    left: -1px;
    top: 35px;
    height: 13px;
    border-radius: 0px 4px 4px 0px;
}

.accordion {
    background: #fff;
    background: var(--card_bg_black);
}

.item-accordion-wrapper {
    border: 1px solid #e5e5e5;
    border-color: var(--stroke_black);
    margin-bottom: -1px;
    padding-bottom: 8px;
    position: relative;
    transition: background ease 0.3s, box-shadow ease 0.3s;
}

.item-accordion-wrapper:first-of-type {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.item-accordion-wrapper:last-of-type {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.item-accordion-wrapper .accordion-head {
    border: none;
}

.accordion-type-1 .item,
.accordion-type-2 .item,
.accordion-type-1 .item:hover,
.accordion-type-2 .item:hover {
    border-color: #e5e5e5 !important;
    border-color: var(--stroke_black) !important;
}

.accordion-type-1 .item .accordion-body,
.accordion-type-2 .item .accordion-body,
.accordion-type-1 .item .panel-collapse,
.accordion-type-2 .item .panel-collapse,
.accordion-type-1 .item .accordion-head,
.accordion-type-2 .item .accordion-head {
    border: none !important;
}

.accordion-type-1 .item .accordion-head,
.accordion-type-2 .item .accordion-head {
    margin-bottom: 0 !important;
}

.accordion-head.accordion-open .fa:before {
    content: "\f106";
}

.panel-collapse {
    position: static;
}

.panel-collapse .accordion-body {
    padding: 0px 33px 0px 33px;
}

.accordion-preview {
    margin-bottom: 33px;
}

.accordion-btn {
    padding: 0px 0px 31px;
}

.accordion-head .svg-inline-right-arrow {
    position: absolute;
    right: 35px;
    top: 34px;
    transition: transform ease 0.3s;
}

.accordion-head:hover .svg-inline-right-arrow {
    transform: scale(1.1);
}

.accordion-open .svg-inline-right-arrow {
    transform: rotate(135deg);
}

.accordion-head.accordion-open:hover .svg-inline-right-arrow {
    transform: rotate(135deg) scale(1.1);
}

.accordion-type-1 .accordion-head a {
    display: inline;
    text-decoration: none;
}

.accordion-head .fa {
    border-radius: 30px;
    color: #222222;
    position: absolute;
    top: 23px;
    font-size: 24px;
    line-height: 26px;
    width: 26px;
    height: 26px;
    text-align: center;
}

.accordion-head:hover .fa {
    background: #e5e5e5;
}

.accordion-type-1 .accordion-head .fa {
    right: 29px;
}

.accordion-type-2 .accordion-head {
    padding-left: 75px;
    padding-right: 38px;
}

.accordion-type-2 .accordion-head a {
    display: inline;
    line-height: 18px;
    text-decoration: none;
    font-size: 16px;
}

.accordion-type-2 .accordion-head:after {
    content: "";
    display: table;
    clear: both;
}

.accordion-type-2 .accordion-head .fa {
    left: 26px;
}

.accordion-type-2 .accordion-head .svg-inline-right-arrow {
    right: auto;
    left: 39px;
}

.accordion-type-2 .accordion-head.accordion-open .fa {
    line-height: 25px;
}

section.toggle {
    margin: 10px 0 0;
    position: relative;
    clear: both;
}

section.toggle input {
    cursor: pointer;
    filter: alpha(opacity=0);
    height: 45px;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

section.toggle label {
    border-left: 3px solid;
    transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    background: #f4f4f4;
    background: var(--card_bg_black);
    border-radius: 3px;
    display: block;
    font-size: 1.1em;
    min-height: 20px;
    padding: 12px 20px 12px 10px;
    position: relative;
    cursor: pointer;
    font-weight: 400;
    border-color: var(--light, var(--fill_dark_light_white_hover)) var(--dark, #cccccc);
}

section.toggle .toggle-content {
    display: none;
}

section.toggle label::-moz-selection {
    background: none;
}

section.toggle label i.fa-minus {
    display: none;
}

section.toggle label i.fa-plus {
    display: inline;
}

section.toggle label::selection {
    background: none;
}

section.toggle label::before {
    border: 6px solid transparent;
    border-left-color: inherit;
    content: "";
    margin-top: -6px;
    position: absolute;
    right: 4px;
    top: 50%;
}

section.toggle label+p {
    color: #999;
    display: block;
    overflow: hidden;
    padding-left: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 25px;
}

section.toggle label i {
    font-size: 0.7em;
    margin-right: 8px;
    position: relative;
    top: -1px;
}

section.toggle.active i.fa-minus {
    display: inline;
}

section.toggle.active i.fa-plus {
    display: none;
}

section.toggle.active>label {
    color: white;
    background-color: var(--light, var(--fill_dark_light_white_hover)) var(--dark, var(--card_bg_hover_black));
    border-color: var(--light, var(--fill_dark_light_white_hover)) var(--dark, var(--card_bg_hover_black));
}

section.toggle.active>label::before {
    border: 6px solid transparent;
    border-top-color: inherit;
    margin-top: -3px;
    right: 10px;
}

section.toggle>p.preview-active {
    height: auto;
}

section.toggle>p.preview-active,
section.toggle.active>p {
    white-space: normal;
}

/* SCROLL TO TOP */
a.scroll-to-top {
    -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
    -ms-transition: opacity 0.3s ease, visibility 0.3s ease;
    -o-transition: opacity 0.3s ease, visibility 0.3s ease;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    position: fixed;
    text-align: center;
    text-decoration: none;
    display: block;
    background: #404040 url("images/svg/scroll.svg") no-repeat scroll center center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    right: 73px;
    left: inherit;
    bottom: 23px;
    opacity: 0;
    visibility: hidden;
    z-index: 99 !important;
}

a.scroll-to-top.visible {
    opacity: 1;
    visibility: visible;
}

a.scroll-to-top.ROUND_WHITE,
a.scroll-to-top.RECT_WHITE {
    background-color: #fff;
}

a.scroll-to-top.ROUND_GREY,
a.scroll-to-top.RECT_GREY {
    background-color: #e3e3e3;
}

a.scroll-to-top.RECT_COLOR,
a.scroll-to-top.RECT_GREY,
a.scroll-to-top.RECT_WHITE {
    border-radius: 2px;
}

a.scroll-to-top.TOUCH {
    border-radius: 2px 0 0 2px;
    width: 50px;
    height: 50px;
    right: 0;
}

a.scroll-to-top.ROUND_COLOR,
a.scroll-to-top.RECT_COLOR {
    background-position: center 14px;
}

a.scroll-to-top.ROUND_WHITE,
a.scroll-to-top.RECT_WHITE,
a.scroll-to-top.ROUND_GREY,
a.scroll-to-top.RECT_GREY {
    background-position: center -70px;
}

a.scroll-to-top.RECT_COLOR.TOUCH {
    background-position: center 17px;
}

a.scroll-to-top.RECT_GREY.TOUCH,
a.scroll-to-top.RECT_WHITE.TOUCH {
    background-position: center -67px;
}

a.scroll-to-top.CONTENT {
    left: 50%;
    margin-left: 512px;
}

.links-block .links {
    font-size: 0px;
    line-height: 0px;
}

.links-block .links>a {
    font-size: 15px;
    line-height: 24px;
}

.links-block .links a.next-url {
    float: right;
}

.links-block .share {
    margin-bottom: 35px;
}

/* PRICE */
.item-views .item .price,
.order-block .price {
    line-height: 19px;
}

.item-views .item .price .fa,
.order-block .price .fa {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 22px;
    background: none;
}

.item-views .item .price .price_val,
.order-block .price .price_val {
    font-size: 18px;
    font-weight: bold;
    padding-right: 5px;
    color: #1d2029;
    display: inline-block;
}

.item-views .item .price_new {
    display: inline-block;
}

.item-views .item .price .price_old,
.order-block .price .price_old {
    line-height: 15px;
    padding-top: 2px;
    display: inline-block;
}

.item-views .item .price .price_old {
    padding-top: 1px;
}

.item-views .item .price .price_old .price_val,
.item-views .item .price .price_old .fa,
.order-block .price .price_old .price_val,
.order-block .price .price_old .fa {
    font-size: 14px;
    font-weight: normal;
    padding-right: 0px;
    color: #777;
    text-decoration: line-through;
}

.order-block .price,
.order-block .price+.btn {
    display: inline-block;
    vertical-align: top;
}

.order-block .price .price_val {
    font-size: 24px;
}

.order-block .price.nop {
    margin-top: 8px;
}

.order-block .price+.btn {
    margin-left: 5px;
}

.content+.order-block {
    margin-top: 51px;
    margin-bottom: 57px;
}

.search-tags-cloud {
    margin: 0px 0px 32px;
}

.search-tags-cloud .title-block-middle {
    padding: 0px 0px 16px;
}

.search-tags-cloud .tags {
    margin: -4px -4px;
}

.search-tags-cloud .tags a {
    display: inline-block;
    background: #fafafa;
    background: var(--darkerblack_bg_black);
    padding: 4px 10px 5px;
    color: #333;
    color: var(--white_text_black);
    margin: 4px 3px;
}

.search-tags-cloud .tags a:hover {
    color: #fff;
    border-color: transparent;
}

.container-block {
    margin: 0px 0px 40px;
}

.fill-block {
    background: #f9f9f9;
    padding: 21px 30px 16px;
    border-bottom: 1px solid #f2f2f2;
}

.title-block-middle {
    color: #333;
    font-size: 1.067em;
    font-weight: bold;
}

.fill-block .title-block-middle {
    padding: 0px 0px 19px;
    border-bottom: 1px solid #f1f1f1;
}

.fill-block ul {
    margin: 0px;
    padding: 14px 0px 0px;
}

.fill-block ul li {
    padding: 0px;
    margin: 0px;
}

.fill-block ul li:before {
    display: none;
}

.fill-block ul li a {
    display: block;
    padding: 4px 0px;
}

.fill-block ul li a .text {
    font-size: 0.933em;
    padding: 0px 12px 0px 0px;
}

.fill-block ul li a .count,
.fill-block ul li a:hover .count {
    font-size: 0.867em;
    float: right;
    color: #999999;
}

.period-wrapper {
    margin: -18px 0px 13px;
}

.item_block.animated {
    opacity: 0;
}

.main-section-wrapper {
    position: relative;
}

.color-controls .flex-direction-nav a:before {
    background: url(images/svg/Arrow_right_white.svg) center no-repeat;
    top: 12px;
}

.color-controls .flex-direction-nav a.flex-next:before {
    background: url(images/svg/Arrow_left_white.svg) center no-repeat;
}

.color-controls span.zoom {
    top: -20px;
    right: 21px;
    transition: opacity ease 0.3s, top ease 0.3s;
    opacity: 0;
    margin: 0px;
    border-radius: 4px;
    background-image: url(images/svg/Fullsize.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.color-controls .item:hover span.zoom {
    opacity: 1;
    top: 20px;
}

.item span.zoom {
    opacity: 0;
}

.items .item:hover span.zoom {
    opacity: 1;
}

.detail .galery {
    margin-right: 0px;
    margin-left: 0px;
}

.detail .galery .inner {
    border: 1px solid #f2f2f2;
    max-height: 673px;
    overflow: hidden;
    padding: 50px 62px;
    position: relative;
}

.detail .galery .inner .stickers {
    top: -10px;
    left: 28px;
}

.detail .galery .item {
    padding: 0;
    text-align: center;
    position: relative;
}

.detail .galery .item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    zoom: 1;
}

.detail .galery .item:hover span.zoom {
    opacity: 1;
}

.detail .galery .flexslider.top-bigs {
    border: none;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    height: 100%;
    background: transparent;
}

.detail .galery .flexslider.s_1 {
    margin-left: 0px;
}

.detail .galery .flexslider .flex-viewport,
.detail .galery .items {
    height: 100%;
}

.head-block-item.dropdown-select__title {
    position: relative;
    padding: 12px 55px 12px 20px;
    color: #333;
    color: var(--white_text_black);
    margin-bottom: 48px;
}

.head-block-item .menu-arrow {
    color: #000;
}

.head-block-item .menu-arrow path {
    fill: var(--fill_dark_light);
}

.head-block {
    padding: 0px 35px;
    margin-bottom: 48px;
    cursor: default;
}

.head-block__item {
    cursor: pointer;
    font-weight: bold;
    display: block;
}

.head-block__item--active {
    cursor: default;
}

.head-block__item-text {
    padding: 19px 0px;
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.head-block__item--active .head-block__item-text:before {
    content: "";
    position: absolute;
    height: 2px;
    left: 0px;
    right: 100%;
    bottom: -1px;
    display: block;
    right: 0px;
    background-color: #9e9e9e;
    background-color: var(--theme-base-color);
    border-radius: 2px 2px 0px 0px;
}

.opacity1 {
    opacity: 1 !important;
}

.opacity0 {
    opacity: 0 !important;
}

.mixitup-container:not(.mixitup-ready) div[data-ref="mixitup-target"] {
    display: none;
}

/* REVIEWS */
.hidden-text-block:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.32);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85));
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#D9FFFFFF', GradientType=0);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3rem;
}

.hidden-text-block {
    position: relative;
}

.shadow-block .flex-viewport {
    margin: -20px -25px 0px;
    padding: 10px 25px;
}

.shadow-block .item:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.flexslider:not(.flexslider-init).flex_loader_circle {
    background: url(/bitrix/templates/aspro-allcorp3/images/pl3.gif) no-repeat center center !important;
    min-height: 200px;
}

.flexslider.shadow.front .flex-direction-nav .flex-prev,
.flexslider.shadow.front .flex-direction-nav .flex-next {
    top: 7px;
}

.item-views .shadow .item:hover,
.projects.item-views.table .flexslider .item:hover {
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1);
}

.group-content h3 {
    font-weight: bold;
    margin: 49px 0px 26px;
}

body .group-content .tab-pane:first-of-type h3 {
    margin-top: 0px;
}

.group-content .tab-pane .text_before_items {
    margin-bottom: 30px;
}

/* COMMENTS */
.bx_soc_comments_div .bx-catalog-tab-list li {
    padding-left: 0px;
    margin: 0px;
}

hr.bottoms {
    margin: 55px 0px 44px;
}

.marker-nav {
    width: 0;
    height: 2px;
    background: #dedede;
    position: absolute;
    bottom: -1px;
    left: 0;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    opacity: 0;
}

/*seo block*/
.seo_block .order-block {
    margin: 0px;
}

/* INSTAGRAM */
.loader_circle {
    background: url(images/pl3.gif) no-repeat center center;
}

.alert.alert-danger {
    background: #fee;
    color: #e83333;
    font-size: 0.933em;
}

body.with_custom_img.fill_bg_n {
    background: #fff !important;
}

.wd_propsorter table tr:not(.row_header) td {
    background: url(images/dott.png) no-repeat;
    background-position: 0 14px;
    background-repeat: repeat-x;
    vertical-align: top;
}

body .char_block .wd_propsorter table tr.row_empty td {
    border-bottom: 1px solid #f2f2f2;
    padding-top: 15px;
    background: none;
}

body .char-wrapp .yeni_ipep_props_groups table tr.prop_line,
body .char-wrapp .yeni_ipep_props_groups table tr.prop_line:hover {
    background: none;
}

body .char-wrapp .yeni_ipep_props_groups table tr td {
    padding: 5px 3px;
    border-bottom: 1px solid #f2f2f2;
    background: none;
    font-size: 0.933em;
}

.wbot .drag-block.container.CATALOG_INDEX {
    display: none;
}

.wbot .banners-big .flexslider {
    background: none;
}

.wbot .banners-big .flexslider>.slides>li {
    display: none !important;
}

.wbot .banners-big .flexslider>.slides>li:first-of-type {
    display: block !important;
}

.wbot .banners-big .flexslider>.slides>li:first-of-type .text .inner {
    opacity: 1;
}

.marker.dynamic,
.ymaps-point-overlay ymaps>svg {
    position: absolute;
    bottom: 0px;
    left: -23px;
}

.ymaps-point-overlay ymaps.ymaps-image-with-content .marker {
    display: none;
}

.banners-big .flexslider .target {
    display: none;
}

.flexslider .target {
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 100%;
    z-index: 10;
}

/* fix scroll CustomScrollBox in jqm */
.mCSB_container {
    margin-bottom: 1px;
}

div.bx-component-opener {
    position: absolute !important;
    z-index: 1000 !important;
}

/*preview*/
.ui-panel-top-devices-inner {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 58px;
    width: 158px;
    cursor: pointer;
    background-color: #fff;
    background-color: var(--card_bg_black);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 0px 5px 0px 0px;
}

.ui-panel-top-devices-inner>.ui-button {
    opacity: 0.5;
    transition: opacity 0.3s ease;
    padding: 0px 10px;
    display: block;
}

.ui-button use {
    fill: #333;
    fill: var(--white_text_black);
}

.ui-panel-top-devices-inner>.ui-button--active,
.ui-panel-top-devices-inner>.ui-button:hover {
    opacity: 1;
}

.ui-button-desktop svg {
    width: 30px;
    height: 26px;
}

.ui-button-tablet svg {
    width: 22px;
    height: 26px;
}

.ui-button-mobile svg {
    width: 16px;
    height: 26px;
}

.bx-ie .ui-button-desktop i {
    background: url("images/svg/responsible/desktop.svg");
}

.bx-ie .ui-button-tablet i {
    background: url("images/svg/responsible/tablet.svg");
}

.bx-ie .ui-button-mobile i {
    background: url("images/svg/responsible/mobile.svg");
}

iframe .ui-panel-top-devices-inner {
    display: none;
}

@media (max-width: 991px) {
    body .ui-panel-top-devices-inner {
        display: none;
    }
}

/*info more style*/
.more_wrapper {
    margin-bottom: 32px;
}

.more_wrapper>a {
    display: block;
    background: #f8f8f8;
    background: var(--darkerblack_bg_black);
    border-radius: 3px;
    -webkit-transition: box-shadow ease-out 0.2s;
    -moz-transition: box-shadow ease-out 0.2s;
    -o-transition: box-shadow ease-out 0.2s;
    transition: box-shadow ease-out 0.2s;
    text-align: center;
    padding: 45px 0 41px;
}

.more_wrapper>a svg {
    width: 50px;
    height: 50px;
}

.more_wrapper>a:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
    background: var(--black_bg_black);
}

.more_wrapper .svg-inline-more_icon {
    margin-bottom: 13px;
}

.more_wrapper .title {
    color: #333;
    color: var(--white_text_black);
    font-size: 16px;
}

.social {
    display: none;
}

.bg-yellow-light {
    background: rgb(253 241 81 / 20%);
    border: 2px solid rgb(211 211 211 / 20%);
    padding: 30px;
}

.bg-yellow-md {
    background: rgb(253 241 81 / 30%);
    border: 2px solid rgb(211 211 211 / 20%);
    padding: 25px;
}

.bg-grey-light {
    background: rgb(221 221 221 / 20%);
    padding: 30px;
}

@media (max-width: 1200px) {

    .bg-yellow-light,
    .bg-grey-light,
    .bg-yellow-md {
        padding: 20px;
    }
}

@media (max-width: 576px) {

    .bg-yellow-light,
    .bg-grey-light,
    .bg-yellow-md {
        padding: 15px;
    }
}

.flex-block {
    display: flex;
    justify-content: space-between;
    font-family: "Roboto", sans-serif;
    margin-bottom: 50px;
}

.flex-block__item {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex-block__item-sm {
    width: 322px;
    font-family: "Roboto", sans-serif;
    margin-left: auto;
    margin-right: auto;
}

.flex-block__item-desc {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.flex-block__item-link {
    width: 30px;
    height: 30px;
    margin-left: 15px;
}

@media (max-width: 1200px) {
    .flex-block__item-sm {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .flex-block {
        flex-wrap: wrap;
    }

    .flex-block__item {
        width: 100%;
    }

    .flex-block__item:first-child {
        margin-bottom: 50px;
    }
}

@media (max-width: 576px) {
    .flex-block__item-sm .text-lg {
        font-size: 20px;

    }

    .flex-block__item-sm .text-md {
        font-size: 16px;
    }

    .flex-block__item:first-child {
        margin-bottom: 30px
    }
}

@media (max-width: 420px) {

    .flex-block__item-link,
    .flex-block__item-link svg {
        width: 15px;
        height: 15px;
    }
}

.form-kalkulyator {
    position: relative;
    margin-bottom: 20px;
}

.form-kalkulyator .form-control {
    height: 60px;
    /*color: #9D9D9D;*/
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    border: 2px solid #D7D7D7;
    padding: 21px 20px;
}

.form-kalkulyator .form-control:focus {
    border: 2px solid #D7D7D7;
    box-shadow: none;
}

.form-kalkulyator .form-control__sm {
    width: 150px;
    margin-top: 10px;
    padding-right: 40px;
}

.form-kalkulyator .form-control__md {
    width: 342px;
    margin-top: 10px;
    padding-right: 45px;
}

@media (max-width: 576px) {
    .form-kalkulyator .form-control {
        height: 48px;
    }

    .form-kalkulyator .form-control__md {
        width: 100%;
    }

    .form-kalkulyator .form-control__sm {
        width: 120px;
        height: 48px;
        padding: 10px 26px 10px 10px;
    }
}

.required-label {
    position: absolute;
    top: 5px;
    right: 10px;
}

.form-kit__flex {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.form-kit__flex-wrap {
    flex-wrap: wrap;
}

.form-kit__flex .checkbox-kalkulyator {
    margin-right: 100px;
}

.form-kit {
    width: 150px;
    margin-right: 30px;
}

.form-kit__md {
    width: 342px;
}

.form-kit__number {
    display: flex;
    width: 220px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.form-kit__counter {
    margin-right: 30px;
}

.form-kit__minus,
.form-kit__plus {
    width: 60px;
    height: 60px;
    background: #FFFCDC;
    border: 2px solid #D3D3D3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-kit__minus {
    border-radius: 3px 0 0 3px;
}

.form-kit__plus {
    border-radius: 0 3px 3px 0;
}

.form-kit__counter input {
    height: 60px;
    width: 100px;
    text-align: center;
    border: none;
    border-top: 2px solid #D3D3D3;
    border-bottom: 2px solid #D3D3D3;
    display: inline-block;
    vertical-align: middle;
}


.required-meaning {
    position: absolute;
    top: 20px;
    right: 20px;
}

@media (max-width: 1280px) {
    .form-kit__flex .checkbox-kalkulyator {
        margin-right: 0;
    }

    .form-kit__flex-md-column {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .form-kit__md {
        width: 100%;
    }

    .form-kit {
        width: 120px;
        margin-right: 10px;
    }

    .form-kit__flex-counter {
        flex-direction: column;
        align-items: flex-start;
    }

    .required-meaning {
        top: 15px;
        right: 15px;
    }

    .form-kit__counter input {
        height: 48px;
    }

    .form-kit__minus,
    .form-kit__plus {
        height: 48px;
    }
}


.radio-kalkulyator__label {
    display: block;
    position: relative;
    font-family: "Roboto", sans-serif;
    line-height: 25px;
    padding-left: 35px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-kalkulyator__label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-kalkulyator__label.flex-block__item-desc {
    display: flex;
}

.radio-kalkulyator .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 26px;
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.radio-kalkulyator__label:hover input~.checkmark {
    background-color: transparent;
    border: 2px solid rgb(0 0 0 / 60%);
}

.radio-kalkulyator__label input:checked~.checkmark {
    background-color: transparent;
}

.radio-kalkulyator .checkmark:after {
    content: "";
    display: none;
}

.radio-kalkulyator__label input:checked~.checkmark:after {
    display: inline-block;
}

.radio-kalkulyator__label .checkmark:after {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #000;
}

.radio-kalkulyator__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.radio-kalkulyator__row .checkmark {
    border: 2px solid #D3D3D3;
}

.radio-kalkulyator__row .radio-kalkulyator__label .checkmark:after {
    background: #D3D3D3;
}

@media (max-width: 768px) {
    .radio-kalkulyator__row {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .radio-kalkulyator .checkmark {
        height: 20px;
        width: 20px;
    }

    .radio-kalkulyator__label .checkmark:after {
        width: 10px;
        height: 10px;
    }

    .radio-kalkulyator__label {
        padding-left: 28px;
    }
}

.textarea-kalkulyator input[type=text],
.textarea-kalkulyator select,
.textarea-kalkulyator textarea {
    width: 100%;
    height: 100px;
    color: #9D9D9D;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    padding: 21px 20px;
    border: 2px solid #D7D7D7;
    border-radius: 0;
    box-sizing: border-box;
    margin-top: 10px;
    resize: vertical;
}

.textarea-kalkulyator__top {
    margin-top: 92px;
}

@media (max-width: 1366px) {
    .textarea-kalkulyator__top {
        margin-top: 117px;
    }
}

@media (max-width: 1080px) {
    .textarea-kalkulyator__top {
        margin-top: 142px;
    }
}

@media (max-width: 991px) {
    .textarea-kalkulyator__top {
        margin-top: 91px;
    }
}

@media (max-width: 831px) {
    .textarea-kalkulyator__top {
        margin-top: 117px;
    }
}

@media (max-width: 768px) {
    .textarea-kalkulyator__top {
        margin-top: 0;
    }
}

.checkbox-kalkulyator__mb-0 {
    margin-bottom: 0;
}

.checkbox-kalkulyator__label {
    position: relative;
    line-height: 25px;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-kalkulyator__label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-kalkulyator .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 26px;
    border-radius: 3px;
    border: 2px solid #D3D3D3;
}

.checkbox-kalkulyator__label:hover input~.checkmark {
    background-color: #ccc;
}

.checkbox-kalkulyator__label input:checked~.checkmark {
    background-color: #000;
    border: 2px solid #000;
}

.checkbox-kalkulyator__row .checkbox-kalkulyator__label input:checked~.checkmark {
    background-color: #D3D3D3;
    border: 2px solid #D3D3D3;
}

.checkbox-kalkulyator .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-kalkulyator__label input:checked~.checkmark:after {
    display: block;
}

.checkbox-kalkulyator__label .checkmark:after {
    left: 8px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 576px) {
    .checkbox-kalkulyator .checkmark {
        height: 20px;
        width: 20px;
    }

    .checkbox-kalkulyator__label .checkmark:after {
        left: 5px;
        top: 2px;
        width: 6px;
        height: 10px;
        border-width: 0 2px 2px 0;
    }

    .checkbox-kalkulyator__label {
        padding-left: 28px;
    }

    .textarea-kalkulyator input[type=text],
    .textarea-kalkulyator select,
    .textarea-kalkulyator textarea {
        padding: 10px;
    }
}

.data-kalkulyator input {
    border: 2px solid #D7D7D7;
    width: 100%;
    margin-top: 10px;
    padding: 21px 20px;
}



.desc-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.desc-box__bottom {
    margin-bottom: 15px;
}

.desc-box__border {
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.desc-box__flex {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.desc-box__link {
    width: 15px;
    height: 15px;
    margin-left: 10px;
}

.desc-box__link svg {
    width: 15px;
    height: 15px;
}

.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
}

.tooltip .tooltiptext {
    position: absolute;
    bottom: 125%;
    left: 50%;
    width: 400px;
    background-color: #fff;
    color: #000;
    padding: 20px;
    margin-left: -60px;
    opacity: 0;
    /* transition: opacity 0.3s; */
    border: 2px solid #D7D7D7;
    box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.25);
    visibility: hidden;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 1720px) {
    .tooltip .tooltiptext {
        width: 300px;
    }
}

@media (max-width: 576px) {
    .tooltip .tooltiptext {
        width: 180px;
    }

    .order-desc .tooltip .tooltiptext,
    .flex-block__item-sm .tooltip .tooltiptext {
        width: 180px;
        left: -270%;
    }

    .data-kalkulyator input {
        padding: 9px 10px;
    }

    .order-desc .tooltiptext-right,
    .flex-block__item-sm .tooltiptext-right {
        left: -104px !important;
    }
}

@media (max-width: 420px) {}

.order-desc {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: normal;
}

.order-desc .bg-yellow-light {
    margin-bottom: 44px;
}

.order-desc .text-xl {
    margin-bottom: 20px;
}

.order-desc__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-desc__box-item {
    display: flex;
    align-items: center;
}

.order-desc__box-item svg {
    min-width: 22px;
    margin-right: 10px;
}

.icon-m {
    margin-left: 25px;
    margin-right: 25px;
}

@media (max-width: 1360px) {
    .order-desc__box {
        justify-content: center;
        flex-wrap: wrap;
    }

    .order-desc__box-item {
        margin-bottom: 15px;
    }

    .icon-m {
        margin-bottom: 15px;
    }
}

@media (max-width: 992px) {
    .order-desc {
        margin-bottom: 40px;
    }
}

@media (max-width: 576px) {
    .order-desc .text-xl {
        font-size: 20px;
    }
}

@media (max-width: 420px) {
    .order-desc__box {
        flex-direction: column;
        align-items: center;
    }

    .icon-m svg {
        transform: rotate(90deg);
    }

}

@media (max-width: 360px) {
    .order-desc__box-item {
        width: 100%;
    }
}

.radio-checkbox__flex {
    display: flex;
    align-items: center;
}

.radio-checkbox__flex .radio-kalkulyator__label {
    margin-right: 50px;
}

@media (max-width: 1200px) {
    .radio-checkbox__flex {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .radio-checkbox__flex {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }

    .radio-kalkulyator__label {
        margin-bottom: 20px
    }
}

.module-pagination .nums {
    text-align: center;
}

.popup-window {
    --popup-window-border-radius: 7px;
}
.popup-window .ui-btn-primary {
    --ui-btn-background: var(--theme-base-color);
    --ui-btn-background-hover: var(--theme-more-color);
    --ui-btn-background-active: var(--theme-more-color);
    --ui-btn-border-color: var(--theme-base-color);
    --ui-btn-border-color-hover: var(--theme-more-color);
    --ui-btn-border-color-active: var(--theme-more-color);
}