

/* Start:/local/templates/rtf2024/css/font.css?17852312821122*/
@font-face {
    font-family: 'PFDinTextCondPro';
    src: url('/local/templates/rtf20/fonts/PFDinTextCondPro-Regular/PFDinTextCondPro-Regular.woff2') format('woff2'),
    url('/local/templates/rtf20/fonts/PFDinTextCondPro-Regular/PFDinTextCondPro-Regular.woff') format('woff'),
    url('/local/templates/rtf20/fonts/PFDinTextCondPro-Regular/PFDinTextCondPro-Regular.ttf') format('truetype'),
    url('/local/templates/rtf20/fonts/PFDinTextCondPro-Regular/PFDinTextCondPro-Regular.svg#PFDinTextCondPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FuturaPT-Medium';
    src: url('/local/templates/rtf20/fonts/FuturaPT-Medium/FuturaPT-Medium.woff2') format('woff2'),
    url('/local/templates/rtf20/fonts/FuturaPT-Medium/FuturaPT-Medium.woff') format('woff'),
    url('/local/templates/rtf20/fonts/FuturaPT-Medium/FuturaPT-Medium.ttf') format('truetype'),
    url('/local/templates/rtf20/fonts/FuturaPT-Medium/FuturaPT-Medium.svg#FuturaPT-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* End */


/* Start:/local/templates/rtf2024/css/jquery.fancybox.min.css?173149424016342*/
body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

/*.fancybox-image, .fancybox-spaceball {*/
/*    background: transparent;*/
/*    border: 0;*/
/*    height: 100%;*/
/*    left: 0;*/
/*    margin: 0;*/
/*    max-height: none;*/
/*    max-width: none;*/
/*    padding: 0;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    -webkit-user-select: none;*/
/*    -moz-user-select: none;*/
/*    -ms-user-select: none;*/
/*    user-select: none;*/
/*    width: 100%*/
/*}*/

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@keyframes a {
    to {
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}
/* End */


/* Start:/local/templates/rtf2024/css/design2024/swiper-bundle.css?172612920322820*/
/**
 * Swiper 11.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 5, 2024
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

/* End */


/* Start:/local/templates/rtf2024/css/slick.css?17261292031335*/
.slick-slider{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/* End */


/* Start:/local/templates/rtf2024/css/tooltip8.css?17477457321624*/

/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 0;
    cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -110px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}


/* End */


/* Start:/local/templates/rtf2024/css/design2024/base-style.kit.min.css?1785231281143118*/
@charset "UTF-8";@font-face{font-family:'Source Sans 3';src:url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-Black.woff2') format('woff2'),url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-Black.ttf') format('truetype');font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:'Source Sans 3';src:url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-BlackItalic.woff2') format('woff2'),url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-BlackItalic.ttf') format('truetype');font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:'Source Sans 3';src:url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-Bold.woff2') format('woff2'),url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-Bold.ttf') format('truetype');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'Source Sans 3';src:url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-BoldItalic.woff2') format('woff2'),url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-BoldItalic.ttf') format('truetype');font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:'Source Sans 3';src:url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-ExtraBold.woff2') format('woff2'),url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-ExtraBold.ttf') format('truetype');font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:'Source Sans 3';src:url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-ExtraBoldItalic.woff2') format('woff2'),url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-ExtraBoldItalic.ttf') format('truetype');font-weight:800;font-style:italic;font-display:swap}@font-face{font-family:'Source Sans 3';src:url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-ExtraLight.woff2') format('woff2'),url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-ExtraLight.ttf') format('truetype');font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:'Source Sans 3';src:url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-ExtraLightItalic.woff2') format('woff2'),url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-ExtraLightItalic.ttf') format('truetype');font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:'Source Sans 3';src:url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-Italic.woff2') format('woff2'),url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-Italic.ttf') format('truetype');font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:'Source Sans 3';src:url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-Light.woff2') format('woff2'),url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-Light.ttf') format('truetype');font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:'Source Sans 3';src:url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-LightItalic.woff2') format('woff2'),url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-LightItalic.ttf') format('truetype');font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:'Source Sans 3';src:url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-Medium.woff2') format('woff2'),url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-Medium.ttf') format('truetype');font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:'Source Sans 3';src:url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-MediumItalic.woff2') format('woff2'),url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-MediumItalic.ttf') format('truetype');font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:'Source Sans 3';src:url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-Regular.woff2') format('woff2'),url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Source Sans 3';src:url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-SemiBold.woff2') format('woff2'),url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-SemiBold.ttf') format('truetype');font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:'Source Sans 3';src:url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-SemiBoldItalic.woff2') format('woff2'),url('/local/templates/rtf2024/fonts/Source_Sans_3/SourceSans3-SemiBoldItalic.ttf') format('truetype');font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Circe;src:local('Circe'),local('Circe-Regular'),url('/local/templates/rtf2024/fonts/design2024/a101/Circe-Regular.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Circe;src:local('Circe Bold'),local('Circe-Bold'),url('/local/templates/rtf2024/fonts/design2024/a101/Circe-Bold.woff') format('woff');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'PT Sans';src:url('/local/templates/rtf2024/fonts/PTSans-Regular.eot');src:local('PT Sans'),local('PTSans-Regular'),url('/local/templates/rtf2024/fonts/PTSans-Regular.eot?#iefix') format('embedded-opentype'),url('/local/templates/rtf2024/fonts/PTSans-Regular.woff2') format('woff2'),url('/local/templates/rtf2024/fonts/PTSans-Regular.woff') format('woff'),url('/local/templates/rtf2024/fonts/PTSans-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'PT Sans';src:url('/local/templates/rtf2024/fonts/PTSans-Bold.eot');src:local('PT Sans Bold'),local('PTSans-Bold'),url('/local/templates/rtf2024/fonts/PTSans-Bold.eot?#iefix') format('embedded-opentype'),url('/local/templates/rtf2024/fonts/PTSans-Bold.woff2') format('woff2'),url('/local/templates/rtf2024/fonts/PTSans-Bold.woff') format('woff'),url('/local/templates/rtf2024/fonts/PTSans-Bold.ttf') format('truetype');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'PT Sans';src:url('/local/templates/rtf2024/fonts/PTSans-Italic.eot');src:local('PT Sans Italic'),local('PTSans-Italic'),url('/local/templates/rtf2024/fonts/PTSans-Italic.eot?#iefix') format('embedded-opentype'),url('/local/templates/rtf2024/fonts/PTSans-Italic.woff2') format('woff2'),url('/local/templates/rtf2024/fonts/PTSans-Italic.woff') format('woff'),url('/local/templates/rtf2024/fonts/PTSans-Italic.ttf') format('truetype');font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:'PT Sans';src:url('/local/templates/rtf2024/fonts/PTSans-BoldItalic.eot');src:local('PT Sans Bold Italic'),local('PTSans-BoldItalic'),url('/local/templates/rtf2024/fonts/PTSans-BoldItalic.eot?#iefix') format('embedded-opentype'),url('/local/templates/rtf2024/fonts/PTSans-BoldItalic.woff2') format('woff2'),url('/local/templates/rtf2024/fonts/PTSans-BoldItalic.woff') format('woff'),url('/local/templates/rtf2024/fonts/PTSans-BoldItalic.ttf') format('truetype');font-weight:700;font-style:italic;font-display:swap}:root{--font-family-base:'Source Sans 3',sans-serif;--font-family-сirce:'Circe',sans-serif;--font-family-ptsans:'PT Sans',sans-serif;--content-width:1168px;--container-offset:16px;--container-width:calc(var(--content-width) + (var(--container-offset) * 2));--black-color:#242731;--white-color:#FFFFFF;--white-06-color:rgba(255, 255, 255, 0.6);--text-color-a101:#3B444D;--swiper-nav-color:rgba(59, 68, 77, 1);--swiper-nav-06-color:rgba(59, 68, 77, 0.6);--gray0-color:#43495A;--gray1-color:#888DA0;--gray1-02-color:rgba(136, 141, 160, 0.2);--gray2-color:#C0C4D2;--gray3-color:#DCE6F9;--gray4-color:#EBF1FB;--gray5-color:#E0E4EC;--gray6-color:#CED1DB;--light-color:#F6F9FF;--light2-color:#F0F3F7;--orange-color:#F97237;--orange2-color:#EC6124;--blue-color:#46BADE;--blue2-color:#96C8FF;--darkblue-color:#0173FD;--semilightblue-color:#B8DAFF;--lightblue-color:#D3E7FD;--yellow-color:#EFC20D;--yellow2-color:rgba(239, 194, 13, 0.5);--red-color:#E8363D;--red2-color:#D8282F;--red3-color:#BA2B31;--red4-color:#FAD7D8;--disabled-color:#B9BED0;--overlay-color:rgba(15, 17, 20, 0.2);--page-header-bg:#F8FAFF;--page-bg:#F5F6F9;--page2-bg:#F8F9FF;--shell-blue-bg:linear-gradient(135deg, #DAEBFF, #D4E4FD);--tf-gray0-outline:#E3E7EE;--tf-gray10-outline:#E4E4E4;--tf-gray0-bg:#F8FAFC;--tf-gray0:#FAFAFA;--tf-gray10:#E7EBF4;--tf-gray20:#888DA0;--tf-gray30:#555965;--tf-orange0:#EB6124;--tf-orange10:#D34A0E;--tf-blue0:#0173FD;--tf-lightblue0:#B9DCFB;--tf-pink0:#FFDACA;--tf-green0:#62B91E;--tf-lightgreen0:#D8EFC7;--tf-link-default:#1E70B9;--shadow:0 8px 16px 0 rgba(59, 35, 98, 0.05);--shadow2:0 4px 8px 0 rgba(107, 86, 168, 0.08);--shadow3:4px 4px 12px 4px rgba(24, 19, 53, 0.08);--shadow-footer:0 -4px 16px 0 rgba(68, 58, 130, 0.05);--shadow-transparent:0 8px 16px 0 transparent;--fancybox-scrollbar-compensate:17px;--fancybox-bg:rgba(0, 0, 0, 0.7);--transition:0.2s ease-out}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;max-width:100%;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}/*!
 * Bootstrap Grid v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */html{-webkit-text-size-adjust:100%;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-overflow-style:scrollbar;scroll-behavior:smooth}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:var(--container-offset);padding-left:var(--container-offset);margin-right:auto;margin-left:auto}.container-fluid{max-width:1920px}.container{max-width:var(--container-width)}[class^=fr-text-]>*{break-inside:avoid}.fr-text-2-cols{column-count:2;column-gap:2rem}.fr-text-3-cols{column-count:3;column-gap:1.5rem}.fr-text-4-cols{column-count:4;column-gap:1rem}@media (max-width:768px){[class^=fr-text-]{column-count:1!important}}.fr-styles table{max-width:100%;width:100%;margin-bottom:30px;margin-top:30px}.fr-styles .table-default table td,.fr-styles .table-default table th,.fr-styles table td,.fr-styles table th{justify-content:flex-start;align-items:center;padding:12px 8px;vertical-align:middle;border-right:1px solid #fff;background:0 0;text-align:center;white-space:nowrap}.fr-styles .table-default table td,.fr-styles table td{padding-top:6px;padding-bottom:6px}.fr-styles table td:last-child,.fr-styles table th:last-child{border-right:none}.fr-styles table tr{width:100%;justify-content:space-between;align-items:center}.fr-styles table tbody{width:100%}.fr-styles table tbody tr{background-color:#fff}.fr-styles table tbody tr:nth-child(odd){background-color:#f5f5f5}.fr-styles table td{color:#000;font-size:16px}.fr-styles table thead{width:100%;background-color:#e3f2ff}.fr-styles table thead th{color:#000;font-size:16px;font-weight:600}.fr-styles table.left_content td,.fr-styles table.left_content th{text-align:left!important}@media (max-width:767px){.fr-styles table{width:auto;overflow:auto;max-width:100%;min-width:100%;display:block}}.owl-carousel .owl-item img{display:block;max-width:100%;max-height:100%}.slide-review__item{padding:30px;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.1);background-color:#fff}.slide-review__header{display:flex;justify-content:flex-start;align-items:center;width:100%;padding-bottom:8px}.slide-review__header-img{width:60px!important;height:60px!important;border-radius:15%;object-fit:cover}.slide-review__header-text{width:calc(100% - 60px);height:60px;padding-left:15px}.slide-review__header-text__name{font-weight:600;font-size:17px;color:#242731;line-height:20px;text-transform:uppercase}.slide-review__header-text__city,.slide-review__header-text__other{font-size:14px;color:#242731;line-height:20px}.slide-review__header-text__other{text-transform:uppercase}.slide-review__item .slide-review__text{max-height:300px;overflow:auto}.slide-review__text p{font-size:15px;line-height:1.6}.franchise_page__content__title{margin-bottom:20px;color:#242731;font-weight:600;font-size:28px;line-height:1.2}.franchise_page__content__title--center{text-align:center}.franchise_page__content__text{width:100%;color:#242731;font-size:17px;line-height:1.4}.franchise_page__content__text img{max-width:100%;border-radius:8px;margin-top:.4em;margin-bottom:0}.franchise_page__content__text p{line-height:1.6}.franchise_page__photo,.franchise_page__questions,.franchise_page__video,.franchise_page__video_review{position:relative;overflow:hidden;padding:40px 40px 20px;border-radius:8px;background:#f4f2f1}.franchise_page__review .slide-review__text p{font-size:17px}.franchise_page__slider_arrow{position:absolute;background:url('/local/templates/rtf2024/components/bitrix/catalog.element/poducts2023/icons/slider_arrow-icon.svg');top:50%;width:40px;height:40px;margin-top:-20px;border:none;cursor:pointer;transition:.25s linear}.franchise_page__slider_arrow:focus,.franchise_page__slider_arrow:hover{background:url('/local/templates/rtf2024/components/bitrix/catalog.element/poducts2023/icons/slider_arrow_hover-icon.svg')}.franchise_page__slider_arrow-prev-review{transform:scale(-1,1);left:-100px}.franchise_page__slider_arrow-next-review{right:-100px}.franchise_page__review:focus .franchise_page__slider_arrow-prev,.franchise_page__review:hover .franchise_page__slider_arrow-prev-review{left:-20px}.franchise_page__review:focus .franchise_page__slider_arrow-next-review,.franchise_page__review:hover .franchise_page__slider_arrow-next-review{right:-20px}.franchise_page__review__share{display:flex;flex-direction:column;align-items:center;margin-bottom:20px}.leave_review{background:0 0;color:#010000;font-size:20px;display:inline-block;transition:.3s;border-top:none;border-left:none;border-right:none;border-bottom:2px dotted;white-space:nowrap}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}body,html{line-height:1.6}.wrapper,body{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body{min-width:320px;min-height:100vh;margin:0;overflow-x:hidden;overflow-y:auto;font-family:var(--font-family-base);background-color:var(--white-color);color:var(--black-color)}.w-100{min-width:100%!important;width:100%!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{width:auto;color:var(--black-color);font-weight:600;line-height:1.2;text-align:initial}.fw-normal{font-weight:400}.fw-medium{font-weight:500}.fw-semibold{font-weight:600}.fw-bold{font-weight:700}.fw-extrabold{font-weight:900}.fz-md,.fz-sm,.fz-subtitle{line-height:1.3}@media (min-width:992px){.franchise_page__content__text p{font-size:17px}.h1,.h2,h1,h2{font-size:48px}.h3,h3{font-size:32px}.h4,h4{font-size:24px}.h5,h5{font-size:20px}.h6,h6{font-size:18px}.fz-subtitle{font-size:24px}.fz-md{font-size:18px}.fz-sm{font-size:17px}.gap-xxxs{margin-bottom:8px!important}.gap-xxs{margin-bottom:12px!important}.gap-xs{margin-bottom:16px!important}.gap-min-sm{margin-bottom:20px!important}.gap-sm{margin-bottom:24px!important}.gap-md{margin-bottom:32px!important}.gap-lg,.gap-xl-plus{margin-bottom:40px!important}.gap-min-xl{margin-bottom:48px!important}.gap-xl{margin-bottom:60px!important}.gap-xxl{margin-bottom:80px!important}.gap-xxxl{margin-bottom:100px!important}.mobile-only{display:none!important}}@media (max-width:991.98px){.franchise_page__content__text p{font-size:15px}.h1,h1{font-size:32px}.h2,h2{font-size:24px}.h3,h3{font-size:20px}.h4,.h5,.h6,h4,h5,h6{font-size:18px}.fz-subtitle{font-size:16px}.fz-md,.fz-sm{font-size:15px}.gap-xxxs{margin-bottom:6px!important}.gap-xs,.gap-xxs{margin-bottom:8px!important}.gap-min-sm,.gap-sm{margin-bottom:16px!important}.gap-md{margin-bottom:20px!important}.gap-lg,.gap-min-xl,.gap-xl{margin-bottom:24px!important}.gap-xl-plus{margin-bottom:32px!important}.gap-xxl,.gap-xxxl{margin-bottom:60px!important}.desktop-only{display:none!important}.out-container{margin-right:calc(var(--container-offset) * -1);margin-left:calc(var(--container-offset) * -1)}.tf-favorites_block{min-height:580px}}a{background-color:transparent;text-decoration:none;cursor:pointer;-webkit-transition:var(--transition);transition:var(--transition)}.footer a,.header a,.mobile-menu a,.navigation a{color:inherit}.img-cover{-o-object-fit:cover;object-fit:cover}svg{max-width:100%;max-height:100%}.icon{min-width:16px;width:16px;min-height:16px;height:16px;user-select:none;transition:var(--transition)}.icon:not(.icon-inline-style){fill:var(--black-color);stroke:var(--black-color)}.icon-xs{min-width:12px!important;width:12px!important;min-height:12px!important;height:12px!important}.icon-sm{min-width:16px!important;width:16px!important;min-height:16px!important;height:16px!important}.icon-md{min-width:20px!important;width:20px!important;min-height:20px!important;height:20px!important}.icon-lg{min-width:24px!important;width:24px!important;min-height:24px!important;height:24px!important}.icon-xl{min-width:32px!important;width:32px!important;min-height:32px!important;height:32px!important}.icon-fill{stroke:none!important}.icon-stroke{fill:none!important}.ratio16-9{aspect-ratio:16/9}.float-r{float:right}.float-l{float:left}.float-r.image{margin-left:16px;margin-bottom:16px}.float-l.image{margin-right:16px;margin-bottom:16px}.float-r-desktop.icon,.float-r.icon{margin-left:8px;margin-bottom:8px}.float-l-desktop.icon,.float-l.icon{margin-right:8px;margin-bottom:8px}p{margin-top:0;line-height:1.3}p:last-child{margin-bottom:0}body:not(.is-using-mouse) .fancybox__container .carousel__button:focus{-webkit-box-shadow:none;box-shadow:none}.fancybox__html5video,[data-fancybox]{outline:0}.logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.logo .image{-o-object-fit:contain;object-fit:contain}.dis-scroll{overflow:hidden;-ms-scroll-chaining:none;overscroll-behavior:none}.overflow-visible{overflow:visible!important}.overflow-hidden{overflow:hidden!important}.is-hidden{display:none!important}.visually-hidden{position:absolute!important;overflow:hidden!important;margin:0!important;border:0!important;padding:0!important;width:0!important;height:0!important;clip:rect(0 0 0 0)!important}.pre-hidden{-webkit-animation:1s pre-hidden;animation:1s pre-hidden}@-webkit-keyframes pre-hidden{from{opacity:0}to{opacity:1}}@keyframes pre-hidden{from{opacity:0}to{opacity:1}}.overlay,.overlay-transparent{z-index:2000;position:fixed}.overlay-transparent::before,.overlay::before{content:"";position:fixed;top:0;right:0;bottom:0;left:0}.overlay::before{background-color:var(--overlay-color)}.overlay-transparent::before{background-color:transparent}.border-radius{border-radius:8px}.title-tdu{border-bottom:1px solid var(--gray1-color)}@media (min-width:992px){.float-r-desktop{float:right}.float-r-desktop.image{margin-left:16px;margin-bottom:16px}.float-l-desktop{float:left}.float-l-desktop.image{margin-right:16px;margin-bottom:16px}p{font-size:17px}p:not(:last-child){margin-bottom:16px}.overlay,.overlay-transparent{cursor:pointer}.title-tdu{padding-bottom:16px}}@media (max-width:991.98px){.float-r-mobile{float:right}.float-r-mobile.image{margin-left:8px;margin-bottom:8px}.float-l-mobile{float:left}.float-l-mobile.image{margin-right:8px;margin-bottom:8px}p{font-size:15px}.tf-franchise-advantages_list li,p:not(:last-child){margin-bottom:8px}.title-tdu{padding-bottom:8px}}.subtitle{color:var(--gray1-color)}.text-center{text-align:center}.text-uppercase{text-transform:uppercase}.no-line-break{white-space:nowrap!important}.c-pointer{cursor:pointer!important}.rotate180{transform:scale(-1)}.clearfix{clear:both}.m-square{position:relative;top:-6px;font-size:.6em}.color-red2{color:var(--red2-color)!important}.color-blue{color:var(--blue-color)!important}.color-darkblue{color:var(--darkblue-color)!important}.icon-loading::after{content:" ";display:block;margin:auto;height:50px;width:50px;-webkit-box-sizing:border-box;box-sizing:border-box;border-style:solid;border-width:7px;border-top-color:var(--red-color);border-bottom-color:#e4e4e4;border-right-color:#e4e4e4;border-left-color:#e4e4e4;border-radius:50%;-webkit-animation:.9s linear infinite rotating;animation:.9s linear infinite rotating}@-webkit-keyframes rotating{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.js-content-loading{text-align:center;position:fixed;top:0;bottom:0;left:0;right:0;background:#fff;color:#000;font-size:20px;z-index:2000;height:100%;opacity:.9;display:none}.js-content-loading .loading-inner{position:absolute;top:50%;left:50%;margin-right:-50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.btn-reset{padding:0;border:none;background-color:transparent;color:inherit;cursor:pointer}.btn-g{display:inline-flex;flex-wrap:wrap;gap:8px}button{border:0}.btn{position:relative;display:inline-flex;justify-content:center;align-items:center;gap:8px;min-height:40px;height:40px;padding:0 16px;border:0;border-radius:8px;box-shadow:var(--shadow);background-color:var(--white-color);color:var(--black-color);font-weight:600;font-size:16px;line-height:20px;text-decoration:none;cursor:pointer;transition:var(--transition)}.btn .icon,.btn .text-content{pointer-events:none;user-select:none}.btn .icon{min-width:20px;width:20px;min-height:20px;height:20px;fill:var(--black-color);stroke:var(--black-color)}.btn .text-content{white-space:nowrap}.btn.active,.btn:active,.btn:hover{box-shadow:var(--shadow-transparent);background-color:var(--lightblue-color)}#captchaForm button:disabled,#freeConsultForm .btn:disabled,#modalFreeConsult .btn:disabled{background:var(--disabled-color)!important;border:unset}#freeConsultForm .form-check-label,#modalFreeConsult .form-check-label{line-height:1;margin-bottom:6px}#freeConsultForm .form-check-label a,#modalFreeConsult .form-check-label a{color:#a7aab4;text-decoration:underline}#freeConsultForm .form-check-label a:hover,#modalFreeConsult .form-check-label a:hover{color:#a7aab4;text-decoration:none}.btn.disabled,.btn:disabled{box-shadow:0 4px 16px 0 transparent;background-color:var(--disabled-color)!important;color:var(--white-color)!important;cursor:not-allowed!important}.btn-primary{box-shadow:0 4px 16px 0 #ff8c59;background:linear-gradient(#FF8D5A,#FC7337);color:var(--white-color)}.btn-primary .icon{fill:var(--white-color);stroke:var(--white-color)}.btn-primary:hover{box-shadow:0 4px 16px 0 transparent;background:linear-gradient(#FF996C,#FF7D43);color:var(--white-color)}.btn-primary.active,.btn-primary:active{box-shadow:0 4px 16px 0 transparent;background-color:#EC6124;color:var(--white-color)}a.btn-primary,a.btn-primary.active,a.btn-primary:active,a.btn-primary:hover{color:var(--white-color)}.btn-secondary{box-shadow:0 4px 16px 0 rgba(69,130,239,.64);background:linear-gradient(#006de8,#006de8);color:var(--white-color)}.btn-secondary .icon{fill:var(--white-color);stroke:var(--white-color)}.btn-secondary:hover{box-shadow:0 4px 16px 0 transparent;background:linear-gradient(#0062d0,#0062d0);color:var(--white-color)}.btn-secondary.active,.btn-secondary:active{box-shadow:0 4px 16px 0 transparent;background-color:var(--black-color);color:var(--white-color)}a.btn-secondary,a.btn-secondary.active,a.btn-secondary:active,a.btn-secondary:hover{color:var(--white-color)}.btn-light{background-color:var(--white-color);color:var(--darkblue-color)}.btn-light .icon{fill:var(--darkblue-color);stroke:var(--darkblue-color)}.btn-light.active,.btn-light:active,.btn-light:hover{background-color:var(--darkblue-color);color:var(--white-color)}.btn-light.active .icon,.btn-light:active .icon,.btn-light:hover .icon{fill:var(--white-color);stroke:var(--white-color)}a.btn-light,a.btn-light.active,a.btn-light:active,a.btn-light:hover{color:var(--white-color)}.btn-lightblue{background-color:var(--lightblue-color);color:var(--darkblue-color)}.btn-lightblue .icon{fill:var(--darkblue-color);stroke:var(--darkblue-color)}.btn-lightblue.active,.btn-lightblue:active,.btn-lightblue:hover{background-color:var(--semilightblue-color);color:var(--darkblue-color)}a.btn-lightblue,a.btn-lightblue.active,a.btn-lightblue:active,a.btn-lightblue:hover{color:var(--darkblue-color)}.btn-lightblue2{background:var(--shell-blue-bg);color:var(--black-color);font-weight:400}.btn-lightblue2 .icon{fill:var(--black-color);stroke:var(--black-color)}.btn-lightblue2.active,.btn-lightblue2:active,.btn-lightblue2:hover{background-color:var(--blue2-color);color:var(--black-color)}a.btn-lightblue2,a.btn-lightblue2.active,a.btn-lightblue2:active,a.btn-lightblue2:hover{color:var(--black-color)}.btn-dark{background:var(--black-color);color:var(--white-color);font-weight:500}.btn-dark .icon{fill:var(--white-color);stroke:var(--white-color)}.btn-dark.active,.btn-dark:active,.btn-dark:hover{background-color:var(--black-color);color:var(--white-color)}a.btn-dark,a.btn-dark.active,a.btn-dark:active,a.btn-dark:hover{color:var(--white-color)}.btn-white{background:var(--white-color);color:var(--black-color);font-weight:500}.btn-white .icon{fill:var(--black-color);stroke:var(--black-color)}.btn-white.active,.btn-white:active,.btn-white:hover{background:var(--white-color);color:var(--black-color)}a.btn-white,a.btn-white.active,a.btn-white:active,a.btn-white:hover{color:var(--black-color)}.btn-up{border-radius:50%;box-shadow:0 4px 12px 0 rgba(94,93,122,.15);background-color:rgba(255,255,255,.8);color:var(--gray2-color);transition:background-color .2s ease-out,box-shadow .2s ease-out,color .2s ease-out}.btn-up .icon{min-width:16px;width:16px;min-height:8px;height:8px;fill:var(--gray2-color);stroke:var(--gray2-color);transition:fill .2s ease-out,stroke .2s ease-out}.btn-up .text-content{display:none}.btn-up.active,.btn-up:active,.btn-up:hover{box-shadow:0 4px 16px 0 transparent;background-color:var(--gray3-color)}.btn-up.active .icon,.btn-up:active .icon,.btn-up:hover .icon{fill:var(--gray1-color);stroke:var(--gray1-color)}.btn-nav{min-width:56px;width:56px}.btn-more-wrapper{display:flex;flex:1;justify-content:center;align-items:center}.btn-a101{min-height:44px;height:44px;font-family:var(--font-family-сirce)}.btn-a101-primary{box-shadow:0 4px 16px 0 transparent;background-color:var(--red-color);color:var(--white-color)}.btn-a101-primary .icon{fill:var(--white-color);stroke:var(--white-color)}.btn-a101-primary.active,.btn-a101-primary:active,.btn-a101-primary:hover{box-shadow:0 4px 16px 0 transparent;background-color:var(--red3-color)}.btn-a101-secondary{border:1px solid var(--red2-color);box-shadow:0 4px 16px 0 transparent;background-color:rgba(255,255,255,.8);color:var(--red2-color)}.btn-a101-secondary .icon{fill:var(--red2-color);stroke:var(--red2-color)}.btn-a101-secondary.active,.btn-a101-secondary:active,.btn-a101-secondary:hover{box-shadow:0 4px 16px 0 transparent;background-color:var(--red4-color)}.btn-a101-gray{box-shadow:0 4px 16px 0 transparent;background-color:var(--disabled-color);color:var(--white-color)}.btn-a101-gray .icon{fill:var(--white-color);stroke:var(--white-color)}.btn-a101-gray.active,.btn-a101-gray:active,.btn-a101-gray:hover{box-shadow:0 4px 16px 0 transparent;background-color:rgba(198,198,198,.75)}@media (min-width:992px){.btn-a101{padding:0 32px}.btn-up{min-width:56px;width:56px;min-height:56px;height:56px;padding:0}.list-default li:not(:last-child){margin-bottom:8px}}@media (max-width:991.98px){.btn-sm{min-height:28px;height:28px;padding:0 10px}.btn-sm .icon{min-width:16px;width:16px;min-height:16px;height:16px}.btn-up{min-width:32px;width:32px;min-height:32px;height:32px;padding:0}}.link{color:var(--black-color);text-decoration:underline;text-underline-offset:2px;text-decoration-color:transparent;transition:var(--transition)}.link.link-tdn{text-decoration:none}.link.link-tdu{text-decoration-color:var(--black-color)}.link.link-tdu.color-darkblue{text-decoration-color:var(--darkblue-color)}.link-tdu.link-dashed{text-decoration-style:dashed;text-decoration-thickness:0.5px}.link:hover{text-decoration-color:var(--black-color)}.link.link-tdn:hover{text-decoration:none}.link.link-tdu:hover{text-decoration-color:transparent}.list-reset{margin:0;padding:0;list-style:none}.list-default li{position:relative;padding-left:20px}.list-default li::before{content:'';position:absolute;top:9px;left:8px;border-radius:50%;min-width:4px;width:4px;min-height:4px;height:4px;background-color:var(--black-color)}.list-columns,.list-columns-less{column-gap:16px}.list-no-wrap li{break-inside:avoid}@media (min-width:576px){.list-columns-less{column-count:2}}@media (min-width:1200px){.list-columns{column-count:4}}@media (min-width:576px) and (max-width:767.98px){.list-columns{column-count:2}}@media (min-width:768px) and (max-width:1199.98px){.list-columns{column-count:3}}[data-readmore]{overflow:hidden;transition:height .2s ease-out}.spoiler{position:relative;display:block}.spoiler-content{display:block;color:var(--black-color)}.spoiler-more-wrapper{display:flex;justify-content:center;align-items:center;margin-top:8px}.spoiler-smooth~.spoiler-more-wrapper{position:relative}.spoiler-smooth~.spoiler-more-wrapper::before{content:"";z-index:-1;position:absolute;right:0;bottom:0;left:0;min-height:96px;height:96px;background:0 0;transition:var(--transition)}.spoiler-smooth[aria-expanded=false]~.spoiler-more-wrapper::before{z-index:0;background:linear-gradient(rgba(213,229,253,0),#d5e5fd)}.spoiler-more{display:inline-flex;justify-content:center;align-items:center;gap:4px;min-height:40px;height:40px;padding-right:10px;padding-left:10px;font-weight:600;font-size:16px;line-height:24px;color:var(--darkblue-color)}.spoiler-smooth~.spoiler-more-wrapper .spoiler-more{z-index:1}.spoiler-more .icon{min-width:16px;width:16px;min-height:16px;height:16px;fill:var(--darkblue-color);stroke:var(--darkblue-color)}.shell,.translucent-shell{border-radius:8px;box-shadow:var(--shadow)}.shell-white{background-color:var(--white-color)}.shell-blue{background:var(--shell-blue-bg)}.shell-lightgray{background-color:var(--light2-color)}.translucent-shell{background-color:rgba(255,255,255,.5)}@media (min-width:992px){.shell,.translucent-shell{padding:16px 16px 20px}.shell-gap-lg{padding:24px}.shell-gap-xl{padding:20px 40px 32px}.page-up{right:60px}}@media (max-width:991.98px){.list-default li:not(:last-child){margin-bottom:4px}.shell,.translucent-shell{padding:8px}.shell-gap-lg,.shell-gap-xl{padding:16px 16px 20px}}.dark-theme,.dark-theme .subtitle,.dark-theme .title{color:var(--white-color)}.input-reset{padding:0;overflow:hidden;border:none;border-radius:0;background-color:#fff;-webkit-appearance:none;appearance:none}.input-reset::-webkit-search-cancel-button,.input-reset::-webkit-search-decoration,.input-reset::-webkit-search-results-button,.input-reset::-webkit-search-results-decoration{display:none}input.disabled,input:disabled{cursor:not-allowed!important}.titled-input{display:flex;flex-direction:column;gap:4px;min-width:100%;width:100%}.input-wrapper{position:relative;min-width:100%}.input-wrapper-split{display:flex}.input-wrapper-split .input{flex:1}.input-wrapper.has-icon-r .input{padding-right:48px}.input-wrapper-search.has-icon-r .input{padding-right:70px}.input-wrapper.has-icon-r .input-icon-r{right:5px}.input-wrapper-search.has-icon-r .input-icon-loading{right:32px}.input-wrapper.has-icon-l .input{padding-left:48px}.input-wrapper-search.has-icon-l .input{padding-left:70px}.input-wrapper.has-icon-l .input-icon-l{left:5px}.input-wrapper-search.has-icon-l .input-icon-loading{left:32px}.input,.selectric,select{width:100%;min-height:40px;height:40px;padding:0 15px;border:1px solid var(--white-color);border-radius:8px;outline:0;background-color:var(--white-color);color:var(--black-color);font-weight:400;font-size:16px;line-height:20px}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;base64,PHN2ZyBpZD0iY2hldnJvbi1kb3duIiB2aWV3Qm94PSIwIDAgMTQgOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCgk8cGF0aCBkPSJNMC41MDAwNjQgMS42NjE0NkMwLjQ5OTU5MiAxLjgxMDg4IDAuNTMwMjA2IDEuOTU4NTIgMC41ODk2NTYgMi4wOTM1MkMwLjY0OTEwNSAyLjIyODUzIDAuNzM1ODggMi4zNDc0NyAwLjg0MzYwMyAyLjQ0MTZMNi40MTQ1MSA3LjI3MjQ3QzYuNTgwNjQgNy40MTk1OCA2Ljc4OTAzIDcuNSA3LjAwNDA5IDcuNUM3LjIxOTE1IDcuNSA3LjQyNzU0IDcuNDE5NTggNy41OTM2OCA3LjI3MjQ3TDEzLjE2NDYgMi4yNzE1N0MxMy4zNTQyIDIuMTAxOCAxMy40NzM0IDEuODU3ODUgMTMuNDk2MSAxLjU5MzM3QzEzLjUxODcgMS4zMjg5IDEzLjQ0MjkgMS4wNjU1NyAxMy4yODUzIDAuODYxMzE3QzEzLjEyNzcgMC42NTcwNjMgMTIuOTAxMiAwLjUyODYxNiAxMi42NTU3IDAuNTA0MjMyQzEyLjQxMDIgMC40Nzk4NDggMTIuMTY1NyAwLjU2MTUyNCAxMS45NzYxIDAuNzMxMjkzTDYuOTk5NDUgNS4yMDIxTDIuMDIyNzggMC44ODEzMkMxLjg4NjQ5IDAuNzU5MDE2IDEuNzIwNTMgMC42ODEzMjQgMS41NDQ1NCAwLjY1NzQ0MUMxLjM2ODU1IDAuNjMzNTU3IDEuMTg5ODggMC42NjQ0NzkgMS4wMjk2OSAwLjc0NjU1QzAuODY5NTA1IDAuODI4NjIgMC43MzQ0OTIgMC45NTg0MDQgMC42NDA2MzIgMS4xMjA1NEMwLjU0Njc3MSAxLjI4MjY4IDAuNDk3OTkyIDEuNDcwMzkgMC41MDAwNjQgMS42NjE0NloiLz4NCjwvc3ZnPg==");background-repeat:no-repeat;background-position:calc(100% - 15px) 50%;-webkit-background-size:12px 12px;background-size:12px 12px;padding-right:40px}.input-wrapper-search .input{border-color:var(--gray4-color)}.input::placeholder,.selectric::placeholder{color:var(--gray1-color)}.input.active,.input:active,.input:focus,.selectric.active,.selectric:active,.selectric:focus,select.active,select:active,select:focus{border-color:var(--gray1-color);background-color:var(--white-color)}.selectric-hover .selectric{border-color:transparent}.selectric .label{margin:unset;color:var(--black-color);font-size:16px}.selectric .button{display:flex;justify-content:center;align-items:center;background-color:transparent}.selectric .button:after{min-width:12px;width:12px;min-height:12px;height:12px;border:none;background:url('/local/templates/rtf2024/img/design2024/chevron-down.svg') center/contain no-repeat}.selectric-open .button:after{transform:scale(-1)}.selectric-items{border-radius:8px}.selectric-items li,.selectric-items ul{font-size:14px}.input-title{display:-webkit-box;min-height:20px;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;font-size:16px;line-height:20px}.input-icon{z-index:1;position:absolute;top:0;display:flex;justify-content:center;align-items:center;min-width:40px;width:40px;min-height:40px;height:40px}.input-wrapper-search .input-icon .icon{margin:10px}.input-icon-hidden{display:none}.input-icon-loading .loading{display:none;position:static;inset:unset}.input-icon .icon{fill:var(--gray1-color);stroke:var(--gray1-color)}.input-icon .icon:not(.c-pointer){pointer-events:none;user-select:none}.input-icon.active .icon-default,.input-icon:not(.active) .icon-active{display:none}.input-error{border-color:var(--red-color)!important;color:var(--red-color)!important}.input-error::after,.input-error::before{color:var(--red-color)!important}.input-error .icon{fill:var(--red-color)!important;stroke:var(--red-color)!important}@media (max-width:767.98px){.input-wrapper.has-icon-r .input{padding-right:42px}.input-wrapper.has-icon-r .input-icon-r{right:0}.input-wrapper.has-icon-l .input{padding-left:42px}.input-wrapper.has-icon-l .input-icon-l{left:0}.input{padding:0 9px;font-size:14px}.fr-filter__selectric-inputs-turnover-container .input-wrapper{width:100%}.fr-filter__selectric-inputs-turnover-container .input-wrapper .input{height:40px;min-height:40px}.fr-filter__selectric-inputs-turnover-container .input-wrapper .input-icon{height:40px;top:0}}.custom-checkbox,.custom-radio{display:inline-flex;align-items:center;line-height:1}.custom-checkbox__input,.custom-radio__input{position:relative;display:inline-flex;justify-content:center;align-items:center;min-width:20px;width:20px;min-height:20px;height:20px;margin:0;border:1px solid var(--gray3-color);background-color:var(--white-color);appearance:none;transition:var(--transition)}.custom-checkbox__input::before,.custom-radio__input::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-position:center;background-size:cover;background-repeat:no-repeat;opacity:0;transition:var(--transition)}.custom-checkbox__input:not(:checked,.checked):hover,.custom-radio__input:not(:checked,.checked):hover{border-color:var(--gray1-color)}.custom-checkbox__input:not(:checked,.checked):focus,.custom-radio__input:not(:checked,.checked):focus{box-shadow:0 0 0 2px rgba(69,130,239,.2)}.custom-checkbox__input.checked,.custom-checkbox__input:checked,.custom-radio__input.checked,.custom-radio__input:checked{border-color:var(--darkblue-color);background-color:var(--darkblue-color)}.custom-checkbox__input.checked::before,.custom-checkbox__input:checked::before,.custom-radio__input.checked::before,.custom-radio__input:checked::before{opacity:1}.custom-checkbox__input.checked:hover,.custom-checkbox__input:checked:hover,.custom-radio__input.checked:hover,.custom-radio__input:checked:hover{border-color:var(--darkblue-color);background-color:var(--darkblue-color)}.custom-checkbox__input.checked:focus,.custom-checkbox__input:checked:focus,.custom-radio__input.checked:focus,.custom-radio__input:checked:focus{box-shadow:0 0 0 2px rgba(69,130,239,.2)}.custom-checkbox__input:not(:disabled,.disabled),.custom-radio__input:not(:disabled,.disabled){cursor:pointer}.custom-checkbox__input:not(:disabled,.disabled)~.custom-checkbox__label-for,.custom-radio__input:not(:disabled,.disabled)~.custom-radio__label-for{color:var(--black-color)}.custom-checkbox__input.disabled,.custom-checkbox__input:disabled,.custom-radio__input.disabled,.custom-radio__input:disabled{opacity:.3;border-color:var(--gray3-color);background-color:var(--white-color);user-select:none;cursor:default}.custom-checkbox__input.disabled:hover,.custom-checkbox__input:disabled:hover,.custom-radio__input.disabled:hover,.custom-radio__input:disabled:hover{border-color:var(--gray3-color);background-color:var(--white-color)}.custom-checkbox__input.disabled:focus,.custom-checkbox__input:disabled:focus,.custom-radio__input.disabled:focus,.custom-radio__input:disabled:focus{box-shadow:none}.custom-checkbox__input.disabled.checked,.custom-checkbox__input.disabled:checked,.custom-checkbox__input:disabled.checked,.custom-checkbox__input:disabled:checked,.custom-radio__input.disabled.checked,.custom-radio__input.disabled:checked,.custom-radio__input:disabled.checked,.custom-radio__input:disabled:checked{border-color:var(--red-color);background-color:rgba(232,11,58,.5)}.custom-checkbox__input.disabled.checked::before,.custom-checkbox__input.disabled:checked::before,.custom-checkbox__input:disabled.checked::before,.custom-checkbox__input:disabled:checked::before,.custom-radio__input.disabled.checked::before,.custom-radio__input.disabled:checked::before,.custom-radio__input:disabled.checked::before,.custom-radio__input:disabled:checked::before{opacity:1}.custom-checkbox__input.disabled.checked:hover,.custom-checkbox__input.disabled:checked:hover,.custom-checkbox__input:disabled.checked:hover,.custom-checkbox__input:disabled:checked:hover,.custom-radio__input.disabled.checked:hover,.custom-radio__input.disabled:checked:hover,.custom-radio__input:disabled.checked:hover,.custom-radio__input:disabled:checked:hover{border-color:var(--red-color);background-color:rgba(232,11,58,.5)}.custom-checkbox__input.disabled.checked:focus,.custom-checkbox__input.disabled:checked:focus,.custom-checkbox__input:disabled.checked:focus,.custom-checkbox__input:disabled:checked:focus,.custom-radio__input.disabled.checked:focus,.custom-radio__input.disabled:checked:focus,.custom-radio__input:disabled.checked:focus,.custom-radio__input:disabled:checked:focus{box-shadow:0 0 0 4px rgba(232,11,58,.2)}.custom-checkbox__input.disabled~.custom-checkbox__label-for,.custom-checkbox__input:disabled~.custom-checkbox__label-for,.custom-radio__input.disabled~.custom-radio__label-for,.custom-radio__input:disabled~.custom-radio__label-for{opacity:.3;color:var(--black-color);cursor:default;user-select:none}.custom-checkbox__label-for,.custom-radio__label-for{font-size:14px;line-height:16px;cursor:pointer;transition:var(--transition)}.custom-checkbox__label-for:not(:first-child),.custom-radio__label-for:not(:first-child){padding-left:12px}.custom-checkbox__label-for .link,.custom-radio__label-for .link{color:inherit}.custom-checkbox__input{border-radius:2px}.custom-checkbox__input::before{min-width:14px;width:14px;min-height:14px;height:14px;background-image:url("data:image/svg+xml;base64,PHN2ZyBpZD0iY2hlY2siIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjY2NjcgMy41TDUuMjUwMDQgOS45MTY2N0wyLjMzMzM3IDciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K")}.custom-checkbox__input.checked.disabled::before,.custom-checkbox__input.checked:disabled::before,.custom-checkbox__input:checked.disabled::before,.custom-checkbox__input:checked:disabled::before{background-image:url("data:image/svg+xml;base64,PHN2ZyBpZD0iY2hlY2siIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjY2NjcgMy41TDUuMjUwMDQgOS45MTY2N0wyLjMzMzM3IDciIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K")}.custom-radio__input{border-radius:50%}.custom-radio__input::before{min-width:7px;width:7px;min-height:7px;height:7px;border-radius:50%;background-image:none;background-color:var(--white-color)}.page-up{z-index:1000;position:fixed;bottom:112px}.h-action{display:flex}.h-action__title{display:inline-flex;flex:1}.h-action .btn{min-width:250px}@media (min-width:992px){.h-action{gap:20px}}@media (max-width:991.98px){.page-up{right:6px}.slider-out{min-width:100%;margin-right:calc(var(--container-offset) * -1);margin-left:calc(var(--container-offset) * -1)}.slider-out .basic-slider{padding-right:var(--container-offset);padding-left:var(--container-offset)}.h-action{flex-direction:column;gap:16px}}.swiper-navigation{position:absolute;top:50%;display:flex;justify-content:space-between;align-items:center;min-height:56px;height:56px;margin-top:-28px;transition:var(--transition)}.swiper-button-next,.swiper-button-prev{position:absolute;top:0;margin-top:unset;color:var(--black-color);transition:var(--transition)}.swiper-button-next::after,.swiper-button-prev::after{content:none}.swiper-button-next .btn,.swiper-button-prev .btn{padding:unset;border-radius:50%;box-shadow:var(--shadow3);background-color:var(--white-06-color)}.swiper-button-next:hover .btn,.swiper-button-prev:hover .btn{border-radius:50%;box-shadow:var(--shadow-transparent);background-color:var(--text-color-a101)}.swiper-button-next .icon,.swiper-button-prev .icon{fill:var(--text-color-a101);stroke:var(--text-color-a101)}.swiper-button-next:hover .icon,.swiper-button-prev:hover .icon{fill:var(--white-color);stroke:var(--white-color)}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:0}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:0;right:auto}.swiper-button-prev .icon,.swiper-rtl .swiper-button-next .icon{transform:rotate(180deg)}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:0;left:auto}.swiper-button-next .icon,.swiper-rtl .swiper-button-prev .icon{transform:rotate(0)}@media (min-width:992px){.swiper-button-next,.swiper-button-next .btn,.swiper-button-next:hover .btn,.swiper-button-prev,.swiper-button-prev .btn,.swiper-button-prev:hover .btn{min-width:56px;width:56px;min-height:56px;height:56px}.swiper-button-next .icon,.swiper-button-prev .icon{min-width:20px;width:20px;min-height:20px;height:20px}.basic-slider~.swiper-navigation{right:24px;left:24px}.basic-slider.nav-out~.swiper-navigation{right:-28px;left:-28px}.nav-visible-onhover .basic-slider~.swiper-navigation{right:-64px;left:-64px}.nav-visible-onhover .basic-slider:hover~.swiper-navigation,.nav-visible-onhover .swiper-navigation:hover{right:24px;left:24px}}@media (max-width:991.98px){.swiper:not(.nav-mobile) .swiper-navigation{display:none}.swiper-button-next,.swiper-button-prev{min-width:56px;width:56px;min-height:56px;height:56px}.swiper-button-next .btn,.swiper-button-next:hover .btn,.swiper-button-prev .btn,.swiper-button-prev:hover .btn{min-width:32px;width:32px;min-height:32px;height:32px}.swiper-button-next .icon,.swiper-button-prev .icon{min-width:12px;width:12px;min-height:12px;height:12px}}.swiper-pagination{z-index:2;position:absolute;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.swiper-pagination .swiper-pagination-bullet{min-width:10px;width:10px;min-height:10px;height:10px;margin:0 4px;opacity:1;border-radius:10px;background:var(--swiper-nav-06-color);transition:.2s linear}.swiper-pagination .swiper-pagination-bullet-active{background:var(--swiper-nav-color)}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:28px}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.basic-slider-wrap{position:relative}.nav-visible-onhover{overflow:hidden}.basic-slider-wrap.shadow-out-wrap .shadow-out{padding-top:var(--container-offset);padding-bottom:var(--container-offset)}.basic-slider{z-index:10;overflow:hidden}.basic-slider .swiper-slide{display:flex;width:auto;height:auto}@media (max-width:991.98px){.basic-slider~.swiper-navigation{right:0;left:0}.basic-slider.nav-out~.swiper-navigation{right:-28px;left:-28px}}.basic-tabs{position:relative;width:100%}.basic-tabs-content{position:relative}.basic-tabs-content__panel{display:none}.basic-tabs-content__panel.active{display:block}.card{z-index:1;position:relative;display:flex;flex-direction:column;min-width:100%;width:100%;overflow:hidden;border-radius:8px;box-shadow:var(--shadow);background-color:var(--white-color);text-decoration:none;cursor:pointer;transition:var(--transition)}.card:not(a){cursor:default}.card__view{display:flex;overflow:hidden}.card__view .image{object-fit:contain;transition:var(--transition)}.card__label{z-index:1;position:absolute;left:0;bottom:8px;display:flex;justify-content:center;align-items:center;width:auto;min-height:32px;height:32px;padding:4px 8px;overflow:hidden;border-radius:8px 0 0 8px;box-shadow:var(--shadow);background-color:var(--white-color);pointer-events:none;user-select:none;cursor:inherit}.card__label .image{object-fit:contain}.card__label .icon,.card__label .image{width:auto;min-height:24px;height:24px}.card__descr{z-index:1;display:flex;flex:1;flex-direction:column}.card__text-content,.card__text-content-item{display:flex;flex-direction:column;gap:8px}.card__title{color:var(--black-color)}.card__info{display:flex;justify-content:space-between;align-items:flex-end;gap:8px}.card__info-text{display:flex;flex:1;flex-direction:column;line-height:1.4}.card__info-row{display:flex;flex-direction:column}.card__info-title{color:var(--gray1-color)}.card__info-value{color:var(--black-color);font-weight:700}.card-info{min-height:120px;height:120px}.card-info .card__view{position:absolute;right:8px;bottom:-8px}.card-info .card__view .image{min-width:80px;width:80px;min-height:80px;height:80px}.card-info .card__descr{flex:1;padding:12px}.mini-slider{z-index:1;position:relative;display:flex;width:100%;height:100%}.mini-slider__slide{width:100%}.mini-slider__img{z-index:-1;position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;object-fit:cover}.mini-slider__button{z-index:5;position:absolute;top:50%;display:none;justify-content:center;align-items:center;min-width:56px;width:56px;min-height:56px;height:56px;margin-top:-28px;font-size:0;transition:var(--transition)}.mini-slider__button::after,.mini-slider__button::before{content:none}.mini-slider__button--prev{left:5px}.mini-slider__button--next{right:5px}.mini-slider__button .btn{position:static;display:flex;justify-content:center;align-items:center;min-width:36px;width:36px;min-height:36px;height:36px;padding:0;border-radius:50%;box-shadow:var(--shadow);background-color:var(--white-color);color:transparent;font-size:0;transition:var(--transition)}.mini-slider__button .text-content{display:none}.mini-slider__button .icon{min-width:16px;width:16px;min-height:16px;height:16px;fill:var(--text-color-a101);stroke:var(--text-color-a101)}.mini-slider__button--prev .icon{transform:rotate(180deg)}.mini-slider__button:hover .btn{background-color:var(--text-color-a101)}.mini-slider__button:hover .icon{fill:var(--white-color);stroke:var(--white-color)}.mini-slider__dots{z-index:2;position:absolute;right:0;bottom:12px;left:0;display:flex;align-items:center;justify-content:center}.mini-slider__dot{min-height:3px;height:3px;background:rgba(136,141,160,.3);transition:.3s linear}.mini-slider__dot--active{background:var(--gray1-color)}@media (min-width:992px){.mini-slider__dot{min-width:24px;width:24px;margin:0 4px}.tab{font-size:20px}}@media (max-width:991.98px){.mini-slider__button{display:flex}.mini-slider__dot{min-width:20px;width:20px;margin:0 3px}}.tab{position:relative;display:inline-flex;justify-content:center;align-items:center;gap:8px;min-height:40px;height:40px;padding:16px;border:0;border-radius:8px;background-color:var(--light2-color);color:var(--text-color-a101);line-height:1.2;cursor:pointer;transition:var(--transition)}.tab span{pointer-events:none;user-select:none;white-space:nowrap}@media (max-width:991.98px){.tab{font-size:14px}}.accordion{display:flex;flex-direction:column;gap:16px}.accordion__item{position:relative;transition:var(--transition)}.accordion__header-title{font-weight:500;line-height:24px}.accordion__btn{position:relative;display:flex;justify-content:space-between;align-items:flex-start;gap:20px;width:100%;cursor:pointer;transition:var(--transition)}.accordion__btn .icon{position:absolute;top:0;right:0;bottom:0}.accordion__btn.open .icon{transform:scale(-1)}.video-wrapper{position:relative;display:flex;justify-content:center;align-items:center;background-color:transparent}.video-container,.video-player,.video-wrapper{min-width:100%;width:100%;overflow:hidden;border-radius:8px}.video-container{position:relative;display:inline-flex;height:100%}.video-container--16\/9{aspect-ratio:16/9}.video-player{object-fit:cover;cursor:pointer}.video-cover{z-index:1;position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;gap:8px;background-color:transparent;pointer-events:none;user-select:none;transition:var(--transition)}.video-cover.video-cover--hidden{opacity:0}.video-controls{z-index:3;position:absolute;top:50%;left:50%;display:flex;justify-content:center;align-items:center;pointer-events:none;user-select:none;transition:var(--transition)}.video-poster{z-index:1;position:absolute;top:0;right:0;bottom:0;left:0;min-width:100%;width:100%;overflow:hidden;transition:var(--transition)}.video-poster .image{min-height:100%;height:100%;object-fit:cover}.video-caption{z-index:2;position:relative;color:rgba(0,0,0,.7);font-weight:500;font-size:17px;line-height:20px;pointer-events:none;user-select:none;transition:var(--transition)}.video-wrapper:hover .video-cover{background-color:transparent}.video-wrapper:hover .video-controls{transform:scale(1.15)}.video-wrapper:hover .video-poster{transform:scale(1.1)}.video-wrapper:hover .video-caption{color:var(--black-color)}.tooltip{position:relative;display:inline-flex;text-align:left;pointer-events:none;user-select:none}.design2024 .faq_section .inner,.design2024 .franchise_page__questions,.design2024 .fullDescrSectDesign .FQ{display:flex;flex-direction:column;min-width:unset;max-width:unset;width:auto;margin:unset;overflow:hidden;border-radius:8px;box-shadow:var(--shadow);background-color:var(--white-color);color:var(--black-color)}.design2024 .faq_section .inner .h1,.design2024 .faq_section .inner .h2,.design2024 .faq_section .inner .h3,.design2024 .faq_section .inner .h4,.design2024 .faq_section .inner .h5,.design2024 .faq_section .inner .h6,.design2024 .faq_section .inner h1,.design2024 .faq_section .inner h2,.design2024 .faq_section .inner h3,.design2024 .faq_section .inner h4,.design2024 .faq_section .inner h5,.design2024 .faq_section .inner h6,.design2024 .franchise_page__questions .franchise_page__content__title,.design2024 .fullDescrSectDesign .FQ .h1,.design2024 .fullDescrSectDesign .FQ .h2,.design2024 .fullDescrSectDesign .FQ .h3,.design2024 .fullDescrSectDesign .FQ .h4,.design2024 .fullDescrSectDesign .FQ .h5,.design2024 .fullDescrSectDesign .FQ .h6,.design2024 .fullDescrSectDesign .FQ h1,.design2024 .fullDescrSectDesign .FQ h2,.design2024 .fullDescrSectDesign .FQ h3,.design2024 .fullDescrSectDesign .FQ h4,.design2024 .fullDescrSectDesign .FQ h5,.design2024 .fullDescrSectDesign .FQ h6{position:relative;display:flex;margin:unset;font-weight:700;line-height:1.3}.design2024 .faq_section .inner .h1::before,.design2024 .faq_section .inner .h2::before,.design2024 .faq_section .inner .h3::before,.design2024 .faq_section .inner .h4::before,.design2024 .faq_section .inner .h5::before,.design2024 .faq_section .inner .h6::before,.design2024 .faq_section .inner h1::before,.design2024 .faq_section .inner h2::before,.design2024 .faq_section .inner h3::before,.design2024 .faq_section .inner h4::before,.design2024 .faq_section .inner h5::before,.design2024 .faq_section .inner h6::before,.design2024 .franchise_page__questions .franchise_page__content__title img,.design2024 .fullDescrSectDesign .FQ .h1::before,.design2024 .fullDescrSectDesign .FQ .h2::before,.design2024 .fullDescrSectDesign .FQ .h3::before,.design2024 .fullDescrSectDesign .FQ .h4::before,.design2024 .fullDescrSectDesign .FQ .h5::before,.design2024 .fullDescrSectDesign .FQ .h6::before,.design2024 .fullDescrSectDesign .FQ h1::before,.design2024 .fullDescrSectDesign .FQ h2::before,.design2024 .fullDescrSectDesign .FQ h3::before,.design2024 .fullDescrSectDesign .FQ h4::before,.design2024 .fullDescrSectDesign .FQ h5::before,.design2024 .fullDescrSectDesign .FQ h6::before{content:'';z-index:1;position:absolute;top:-1px;left:0;background:url('/local/templates/rtf2024/img/design2024/human.png') center/contain no-repeat}.design2024 .franchise_page__questions .franchise_page__content__text-faq{display:block;justify-content:unset;width:unset;color:unset;font-size:unset;line-height:unset;transition:unset}.design2024 .fullDescrSectDesign .FQ .card{z-index:0;position:relative;display:inline-block;min-width:100%;width:100%;margin:0;padding:0;overflow:hidden;border:unset;border-radius:8px;box-shadow:none;background-color:var(--light-color);color:var(--black-color);font-weight:400;line-height:20px;text-align:left;text-decoration:none;transition:var(--transition)}.design2024 .faq_section ul,.design2024 .franchise_page__questions ul{display:flex;flex-direction:column;margin:0;padding:0;list-style:none}.design2024 .faq_section ul li,.design2024 .franchise_page__questions ul li{display:flex;flex-direction:column;width:auto;margin:0;border-radius:unset;box-shadow:unset;background-color:transparent}.design2024 .faq_section ul li .nameQuestion,.design2024 .franchise_page__questions ul li .nameQuestion{z-index:0;position:relative;display:inline-block;min-height:40px;min-width:100%;width:100%;padding:8px 40px 8px 16px;margin:0;overflow:hidden;border:unset;border-radius:8px;box-shadow:none;background-color:var(--light-color);color:var(--black-color);font-weight:700;line-height:20px;text-align:left;text-decoration:none;transition:var(--transition)}.design2024 .faq_section ul li .nameQuestion::before,.design2024 .franchise_page__questions ul li .nameQuestion::before{content:'';position:absolute;top:12px;right:12px;min-width:16px;width:16px;min-height:16px;height:16px;background:url('/local/templates/rtf2024/img/design2024/chevron-down.svg#chevron-down') center/contain no-repeat;transition:var(--transition)}.design2024 .faq_section ul li .nameQuestion.active::before,.design2024 .franchise_page__questions ul li .nameQuestion.active::before{transform:scale(-1)}.design2024 .faq_section ul li .nameQuestion.active,.design2024 .franchise_page__questions ul li .nameQuestion.active{border-radius:8px 8px 0 0}.design2024 .faq_section ul li .nameQuestion .arrow_img,.design2024 .faq_section ul li .nameQuestion .image_figure,.design2024 .franchise_page__questions ul li .nameQuestion .arrow_img,.design2024 .franchise_page__questions ul li .nameQuestion .image_figure{display:none}.design2024 .faq_section ul li [itemprop=acceptedAnswer],.design2024 .franchise_page__questions ul li [itemprop=acceptedAnswer]{max-height:0;padding:unset;overflow:hidden;border-radius:0 0 8px 8px;background-color:var(--light-color);color:inherit;font-size:16px;line-height:1.3;transition:var(--transition)}.design2024 .faq_section ul li .nameQuestion.active~[itemprop=acceptedAnswer],.design2024 .franchise_page__questions ul li .nameQuestion.active~[itemprop=acceptedAnswer]{max-height:unset}.design2024 .faq_section ul li .text,.design2024 .franchise_page__questions ul li [itemprop=text]{color:var(--black-color);font-size:16px;line-height:1.3}.design2024 .franchise_page__questions ul li [itemprop=text]{display:block}.design2024 .faq_section ul li .text a,.design2024 .franchise_page__questions ul li [itemprop=text] a{color:var(--black-color);text-decoration:underline;text-underline-offset:2px;text-decoration-color:transparent;transition:var(--transition)}.design2024 .faq_section ul li .text a:hover,.design2024 .franchise_page__questions ul li [itemprop=text] a:hover{text-decoration-color:var(--black-color)}.design2024 .fullDescrSectDesign .FQ .Question{min-height:40px;padding:8px 40px 8px 16px;font-weight:700;color:inherit;font-size:inherit!important;line-height:20px}.design2024 .fullDescrSectDesign .FQ .Question::before{content:'';position:absolute;top:12px;right:12px;min-width:16px;width:16px;min-height:16px;height:16px;transform:scale(1);border-radius:unset;background:url('/local/templates/rtf2024/img/design2024/chevron-down.svg#chevron-down') center/contain no-repeat;transition:var(--transition)}.design2024 .fullDescrSectDesign .FQ .Question.down::before{transform:scale(-1)}.design2024 .fullDescrSectDesign .FQ .Question::after{content:none}.design2024 .fullDescrSectDesign .FQ .Answer{max-height:0;overflow:hidden;padding:0;border-radius:0 0 8px 8px;background-color:var(--light-color);font-size:16px;line-height:1.3;transition:var(--transition)}.design2024 .fullDescrSectDesign .FQ .Answer.show{max-height:unset}.design2024 .fullDescrSectDesign .FQ .Answer .text{margin:unset}.design2024 .fullDescrSectDesign .FQ .Answer .text p{color:inherit;font-size:inherit;line-height:inherit}@media (min-width:992px){.video-cover{padding:20px}.video-controls{min-width:60px;width:60px;min-height:60px;height:60px;margin-top:-30px;margin-left:-30px}.design2024 .faq_section .inner,.design2024 .franchise_page__questions,.design2024 .fullDescrSectDesign .FQ{gap:16px;padding:16px}.design2024 .faq_section .inner .h1,.design2024 .faq_section .inner .h2,.design2024 .faq_section .inner .h3,.design2024 .faq_section .inner .h4,.design2024 .faq_section .inner .h5,.design2024 .faq_section .inner .h6,.design2024 .faq_section .inner h1,.design2024 .faq_section .inner h2,.design2024 .faq_section .inner h3,.design2024 .faq_section .inner h4,.design2024 .faq_section .inner h5,.design2024 .faq_section .inner h6,.design2024 .franchise_page__questions .franchise_page__content__title,.design2024 .fullDescrSectDesign .FQ .h1,.design2024 .fullDescrSectDesign .FQ .h2,.design2024 .fullDescrSectDesign .FQ .h3,.design2024 .fullDescrSectDesign .FQ .h4,.design2024 .fullDescrSectDesign .FQ .h5,.design2024 .fullDescrSectDesign .FQ .h6,.design2024 .fullDescrSectDesign .FQ h1,.design2024 .fullDescrSectDesign .FQ h2,.design2024 .fullDescrSectDesign .FQ h3,.design2024 .fullDescrSectDesign .FQ h4,.design2024 .fullDescrSectDesign .FQ h5,.design2024 .fullDescrSectDesign .FQ h6{font-size:24px;padding-left:40px}.design2024 .faq_section .inner .h1::before,.design2024 .faq_section .inner .h2::before,.design2024 .faq_section .inner .h3::before,.design2024 .faq_section .inner .h4::before,.design2024 .faq_section .inner .h5::before,.design2024 .faq_section .inner .h6::before,.design2024 .faq_section .inner h1::before,.design2024 .faq_section .inner h2::before,.design2024 .faq_section .inner h3::before,.design2024 .faq_section .inner h4::before,.design2024 .faq_section .inner h5::before,.design2024 .faq_section .inner h6::before,.design2024 .franchise_page__questions .franchise_page__content__title img,.design2024 .fullDescrSectDesign .FQ .h1::before,.design2024 .fullDescrSectDesign .FQ .h2::before,.design2024 .fullDescrSectDesign .FQ .h3::before,.design2024 .fullDescrSectDesign .FQ .h4::before,.design2024 .fullDescrSectDesign .FQ .h5::before,.design2024 .fullDescrSectDesign .FQ .h6::before,.design2024 .fullDescrSectDesign .FQ h1::before,.design2024 .fullDescrSectDesign .FQ h2::before,.design2024 .fullDescrSectDesign .FQ h3::before,.design2024 .fullDescrSectDesign .FQ h4::before,.design2024 .fullDescrSectDesign .FQ h5::before,.design2024 .fullDescrSectDesign .FQ h6::before{min-width:32px;width:32px;min-height:32px;height:32px}.design2024 .faq_section ul,.design2024 .franchise_page__questions ul{margin-top:-16px}.design2024 .faq_section ul li .nameQuestion,.design2024 .franchise_page__questions ul li .nameQuestion,.design2024 .fullDescrSectDesign .FQ .card{font-size:17px}.design2024 .faq_section ul li .nameQuestion,.design2024 .franchise_page__questions ul li .nameQuestion{margin-top:16px}.design2024 .faq_section ul li .text,.design2024 .franchise_page__questions ul li [itemprop=text]{padding:8px 40px 16px 16px}.design2024 .fullDescrSectDesign .FQ .Answer .text{padding:0 40px 0 16px}.design2024 .fullDescrSectDesign .FQ .Answer.show .text{padding:8px 40px 16px 16px}}@media (max-width:991.98px){.video-cover{padding:16px}.video-controls{min-width:48px;width:48px;min-height:48px;height:48px;margin-top:-24px;margin-left:-24px}.design2024 .faq_section .container{padding-right:var(--container-offset);padding-left:var(--container-offset)}.design2024 .faq_section .inner,.design2024 .franchise_page__questions,.design2024 .fullDescrSectDesign .FQ{gap:12px;padding:16px 8px}.design2024 .faq_section .inner .h1,.design2024 .faq_section .inner .h2,.design2024 .faq_section .inner .h3,.design2024 .faq_section .inner .h4,.design2024 .faq_section .inner .h5,.design2024 .faq_section .inner .h6,.design2024 .faq_section .inner h1,.design2024 .faq_section .inner h2,.design2024 .faq_section .inner h3,.design2024 .faq_section .inner h4,.design2024 .faq_section .inner h5,.design2024 .faq_section .inner h6,.design2024 .franchise_page__questions .franchise_page__content__title,.design2024 .fullDescrSectDesign .FQ .h1,.design2024 .fullDescrSectDesign .FQ .h2,.design2024 .fullDescrSectDesign .FQ .h3,.design2024 .fullDescrSectDesign .FQ .h4,.design2024 .fullDescrSectDesign .FQ .h5,.design2024 .fullDescrSectDesign .FQ .h6,.design2024 .fullDescrSectDesign .FQ h1,.design2024 .fullDescrSectDesign .FQ h2,.design2024 .fullDescrSectDesign .FQ h3,.design2024 .fullDescrSectDesign .FQ h4,.design2024 .fullDescrSectDesign .FQ h5,.design2024 .fullDescrSectDesign .FQ h6{font-size:18px;padding-left:28px}.design2024 .faq_section .inner .h1::before,.design2024 .faq_section .inner .h2::before,.design2024 .faq_section .inner .h3::before,.design2024 .faq_section .inner .h4::before,.design2024 .faq_section .inner .h5::before,.design2024 .faq_section .inner .h6::before,.design2024 .faq_section .inner h1::before,.design2024 .faq_section .inner h2::before,.design2024 .faq_section .inner h3::before,.design2024 .faq_section .inner h4::before,.design2024 .faq_section .inner h5::before,.design2024 .faq_section .inner h6::before,.design2024 .franchise_page__questions .franchise_page__content__title img,.design2024 .fullDescrSectDesign .FQ .h1::before,.design2024 .fullDescrSectDesign .FQ .h2::before,.design2024 .fullDescrSectDesign .FQ .h3::before,.design2024 .fullDescrSectDesign .FQ .h4::before,.design2024 .fullDescrSectDesign .FQ .h5::before,.design2024 .fullDescrSectDesign .FQ .h6::before,.design2024 .fullDescrSectDesign .FQ h1::before,.design2024 .fullDescrSectDesign .FQ h2::before,.design2024 .fullDescrSectDesign .FQ h3::before,.design2024 .fullDescrSectDesign .FQ h4::before,.design2024 .fullDescrSectDesign .FQ h5::before,.design2024 .fullDescrSectDesign .FQ h6::before{min-width:20px;width:20px;min-height:20px;height:20px}.design2024 .faq_section ul,.design2024 .franchise_page__questions ul{margin-top:-8px}.design2024 .faq_section ul li .nameQuestion,.design2024 .franchise_page__questions ul li .nameQuestion,.design2024 .fullDescrSectDesign .FQ .card{font-size:16px}.design2024 .faq_section ul li .nameQuestion,.design2024 .franchise_page__questions ul li .nameQuestion{margin-top:8px}.design2024 .faq_section ul li .text,.design2024 .franchise_page__questions ul li [itemprop=text]{padding:8px 16px;font-size:15px}.design2024 .fullDescrSectDesign .FQ .Answer .text{padding:0 16px;font-size:15px}.design2024 .fullDescrSectDesign .FQ .Answer.show .text{padding:8px 16px}}.design2024 .faq_section .table-default,.design2024 .fullDescrSectDesign .table-default{max-width:unset;width:100%;margin:unset;border-collapse:collapse}.design2024 .faq_section .table-default th,.design2024 .fullDescrSectDesign .table-default th{padding:8px;font-weight:700;font-size:16px;line-height:1.2}.design2024 .faq_section .table-default td,.design2024 .fullDescrSectDesign .table-default td{padding:8px;background-color:var(--white-color);font-size:16px;line-height:1.2}.fr-faq{display:flex;flex-direction:column;border-radius:8px;box-shadow:var(--shadow);background-color:var(--white-color);color:var(--black-color)}.fr-faq__heading{display:flex;gap:8px}.fr-faq__heading-title{font-weight:700;line-height:1.3}.fr-faq__content{display:flex;flex-direction:column}.fr-faq__content-accordion-btn,.fr-faq__content-accordion-panel{background-color:var(--light-color)}.fr-faq__content-accordion-btn{position:relative;min-height:40px;padding:8px 40px 8px 16px;border:unset;border-radius:8px;color:var(--black-color);font-weight:700;line-height:20px;text-align:left;cursor:pointer;transition:var(--transition)}.fr-faq__content-accordion-btn.active{border-radius:8px 8px 0 0}.fr-faq__content-accordion-btn-icon{position:absolute;top:12px;right:12px;min-width:16px;width:16px;min-height:16px;height:16px}.fr-faq__content-accordion-btn.active .fr-faq__content-accordion-btn-icon{transform:scale(-1)}.fr-faq__content-accordion-panel{max-height:0;overflow:hidden;border-radius:0 0 8px 8px;transition:var(--transition)}.fr-faq__content-accordion-panel-content{border-radius:0 0 8px 8px;font-size:16px;line-height:1.3}.dark-theme.fr-faq{background:var(--shell-blue-bg);color:var(--black-color)}.dark-theme .fr-faq__content-accordion-btn,.dark-theme .fr-faq__content-accordion-panel{background-color:var(--white-color)}@media (min-width:992px){.fr-faq{gap:16px;padding:16px}.fr-faq__heading-icon{min-width:32px;width:32px;min-height:32px;height:32px}.fr-faq__heading-title{font-size:24px}.fr-faq__content{gap:unset;margin-top:-16px}.fr-faq__content-accordion-btn{margin-top:16px;font-size:17px}.fr-faq__content-accordion-panel-content{padding:8px 40px 16px 16px}}@media (max-width:991.98px){.fr-faq{gap:12px;padding:16px 8px}.fr-faq__heading-icon{min-width:20px;width:20px;min-height:20px;height:20px}.fr-faq__heading-title{font-size:18px}.fr-faq__content{gap:unset;margin-top:-8px}.fr-faq__content-accordion-btn{margin-top:8px;font-size:16px}.fr-faq__content-accordion-panel-content{padding:8px 16px}}.fr-tag{position:relative;display:inline-flex;justify-content:center;align-items:center;gap:4px;margin:0;border-radius:8px;font-weight:400;line-height:20px;text-decoration:none;white-space:nowrap;cursor:pointer;transition:var(--transition)}.fr-tag,.fr-tag-primary,.fr-tag-secondary{box-shadow:var(--shadow);background-color:var(--white-color)}.fr-tag,.fr-tag-primary{color:var(--black-color)}.fr-tag__view{display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:var(--white-color)}.fr-tag .icon,.fr-tag-primary .icon,.fr-tag-secondary .icon{fill:var(--darkblue-color);stroke:var(--darkblue-color)}.fr-tag-primary:hover,.fr-tag-secondary:hover,.fr-tag:hover{box-shadow:var(--shadow-transparent)}.fr-tag-primary:hover,.fr-tag:hover{background-color:var(--light-color)}.fr-tag-secondary{color:var(--darkblue-color)}.fr-tag-secondary:hover{background-color:var(--darkblue-color);color:var(--white-color)}@media (min-width:992px){.fr-tag{min-height:32px;height:32px;padding:0 16px;font-size:16px}.fr-tag__view{min-width:20px;width:20px;min-height:20px;height:20px}.fr-tag .icon,.fr-tag img{min-width:14px;width:14px;min-height:14px;height:14px}.tf-favorites__item{max-width:860px}.tf-favorites__item:not(:last-child){margin-bottom:16px}}@media (max-width:991.98px){.fr-tag{min-height:28px;height:28px;padding:0 8px;font-size:14px}.fr-tag__view{min-width:18px;width:18px;min-height:18px;height:18px}.fr-tag .icon,.fr-tag img{min-width:12px;width:12px;min-height:12px;height:12px}}.modal{position:relative;display:none;padding:0;border-radius:16px;box-shadow:0 8px 32px 0 rgba(0,0,0,.04);background:var(--white-color);cursor:default!important}.tf-favorites__link{display:flex;align-items:center;gap:8px;min-width:100%;width:100%;min-height:48px;padding:8px 8px 8px 12px;border-radius:8px;background-color:var(--tf-gray10);color:var(--black-color);font-weight:500;font-size:16px;line-height:1.2;transition:var(--transition)}.tf-favorites__link:hover{background-color:var(--tf-orange0);color:var(--white-color)}.tf-favorites__link .text-content{flex:1}.tf-favorites__link .tf-favorites__quantity{display:inline-flex;justify-content:center;align-items:center;min-width:28px;width:auto;min-height:28px;height:28px;margin-left:8px;padding:4px 8px;border-radius:50px;background-color:var(--white-color);color:var(--tf-gray20);font-weight:500;font-size:16px;line-height:1}.tf-favorites__link-view{display:flex;justify-content:center;align-items:center;min-width:32px;width:32px;min-height:32px;height:32px;margin-left:auto}.tf-favorites__link-view .icon{min-width:32px;width:32px;min-height:32px;height:32px;fill:var(--tf-gray20);stroke:var(--tf-gray20);transform:rotate(-90deg)}.tf-favorites__link:hover .tf-favorites__link-view .icon{fill:var(--white-color);stroke:var(--white-color)}@media (max-width:991.98px){.tf-favorites__item{min-width:100%;width:100%}.tf-favorites__item:not(:last-child){margin-bottom:12px}}.ui{margin-bottom:40px;padding-top:20px;border-bottom:1px solid red}.ui-row{display:flex;flex-wrap:wrap;gap:8px;padding-bottom:8px}.ui-row:not(:last-child){margin-bottom:16px;border-bottom:1px dashed #add8e6}.header{z-index:1000;position:fixed;top:0;right:0;left:0;min-width:320px;width:100%;background-color:var(--white-color)}.header-top{display:flex;justify-content:flex-start;align-items:center;background-color:var(--white-color);transition:var(--transition)}.header-bottom__container,.header-top__container{display:flex;justify-content:flex-start;align-items:center;transition:var(--transition)}.header-logo{flex-direction:column;justify-content:flex-start;align-items:unset;gap:2px;text-decoration:none}.header-logo .image{max-width:170px!important;min-width:170px;width:170px;min-height:22px;height:22px}.header-logo .text-content{font-weight:400;font-size:12px;line-height:1;letter-spacing:.33px;text-transform:uppercase;padding-left:2px}.header-search__form{position:relative;width:100%}.header-contacts__item{color:var(--black-color);text-decoration:none}.header-bottom__menu{display:flex;justify-content:flex-start;align-items:center;width:100%}.header-bottom__menu-item{position:relative}.design2024 .header-bottom__menu-link{display:flex;justify-content:flex-start;align-items:center;gap:4px;white-space:nowrap;text-decoration:none;opacity:1;visibility:visible}.header-bottom__menu-link .icon{min-width:10px;width:10px;min-height:10px;height:10px}.header-bottom__menu-item.hover .header-bottom__menu-link .icon{transform:scale(-1)}.header-bottom__action{display:flex;justify-content:flex-end;align-items:center}.header-bottom__action-link{position:relative;display:flex;justify-content:center;align-items:center;min-width:36px;width:36px;min-height:36px;height:36px}.header-bottom__action-link.active .icon,.header-bottom__action-link:active .icon,.header-bottom__action-link:hover .icon{fill:var(--orange2-color);stroke:var(--orange2-color)}.header-bottom__action-quantity{position:absolute;top:-3px;right:-3px;display:flex;justify-content:center;align-items:center;min-width:16px;width:16px;min-height:16px;height:16px;padding-right:4px;padding-left:4px;overflow:hidden;border-radius:50%;background-color:var(--black-color);color:var(--white-color);font-weight:700;font-size:10px;line-height:1;pointer-events:none;user-select:none;transition:var(--transition)}.header-bottom__action-link:not(.has-data) .header-bottom__action-quantity{opacity:0}.header-bottom__action-link.has-data .header-bottom__action-quantity{opacity:1}.search-result-desktop{background-color:var(--white-color)}.ajax-search__count-items{display:flex;justify-content:center;align-items:center;min-width:24px;min-height:24px;height:24px;padding:4px;border-radius:24px;line-height:16px}.ajax-search__sect{position:relative;display:block;width:auto;height:auto;border-radius:8px;background-size:cover;background-position:center}.ajax-search__sect-name{border-radius:32px}.ajax-search__sect-name b{font-weight:inherit}.ajax-search__show-all{color:var(--darkblue-color)}.body2 .header:not(th):not(.header2){display:none!important}.header2{background-color:#f8fafc;box-shadow:none;transition:var(--transition)}.header2:not(.header-scroll-up){position:absolute}.header2.header-scroll-up{position:fixed}.body2:not(.header-banner-active) .header-banner{display:none}.header2 .header-banner:not(:last-child){margin-bottom:16px}.header2 .header-banner .push-fixed{position:relative;inset:unset}.header2 .header-banner .push-fixed__block{position:static;display:flex;flex-flow:row nowrap;align-items:stretch;gap:8px;min-width:100%;width:100%;margin:unset;padding-top:4px;padding-bottom:4px;box-shadow:none;background-color:#353133;color:var(--white-color)}.header2 .header-banner .push_logo{display:flex;justify-content:center;align-items:center}.header2 .header-banner .push_logo .image{max-width:unset}.header2 .header-banner .push_info{position:relative;display:flex;flex:1;align-items:center;padding-right:65px}.header2 .header-banner .banner-marker{z-index:1;position:static;inset:unset;display:inline-flex;align-items:center;gap:4px;padding:unset;opacity:1;border-radius:unset;background-color:transparent}.header2 .header-banner .banner-marker__inner{display:block;width:auto;height:auto;border-radius:unset}.header2 .header-banner .push_adds_text{text-transform:uppercase}.header2 .header-banner .push-more{display:flex;align-items:center}.header2 .header-banner .push_details{display:inherit;align-items:inherit;gap:inherit;text-decoration:inherit}.header2 .header-banner .push_details span{font-size:inherit}.header2 .authreg{min-width:0;width:auto;min-height:40px;height:40px;padding:0 10px;border-radius:8px;box-shadow:unset;font-weight:400;font-size:15px;line-height:16px;background:#e7ebf4}.header2 .authreg.user{background-color:#e7ebf4}.header2 .authreg .icon{min-width:16px;width:16px;min-height:16px;height:16px}.header2 .authreg.user :not(.user-visible),.header2 .authreg:not(.user) .user-visible{display:none}.header2 .authreg.user :not(.user-visible){background:#eb6124}.body2 .fr-tags .fr-tag,.body2 .mobile-menu-tags .fr-tag{flex-direction:row;border:1px solid #e3e7ee;box-shadow:none;background-color:transparent;color:var(--black-color)}.body2 .fr-tags .fr-tag.active,.body2 .fr-tags .fr-tag:active,.body2 .fr-tags .fr-tag:focus,.body2 .fr-tags .fr-tag:hover,.body2 .mobile-menu-tags .fr-tag.active,.body2 .mobile-menu-tags .fr-tag:active,.body2 .mobile-menu-tags .fr-tag:focus,.body2 .mobile-menu-tags .fr-tag:hover{border:1px solid #eb6124;background-color:transparent;color:var(--black-color)}.body2 .fr-tags .fr-tag .icon,.body2 .mobile-menu-tags .fr-tag .icon{fill:#EB6124;stroke:#EB6124}.body2 .fr-tags .fr-tag img,.body2 .mobile-menu-tags .fr-tag img{filter:invert(48%) sepia(30%) saturate(4957%) hue-rotate(348deg) brightness(96%) contrast(91%)}@media (min-width:420px){.header2 .header-banner .push_info .custom-br{display:none}}@media (min-width:768px){.header2 .header-banner .banner-marker{margin-left:8px}}@media (min-width:992px){.header-mobile{display:none}.header-top{padding-top:16px;padding-bottom:12px;background-color:var(--page-header-bg)}.header-top__container{gap:16px}.header-logo{margin-right:8px}.header-search{flex:1;margin-right:16px}.header-contacts__item{display:flex;flex-direction:column;align-items:flex-end;font-size:14px;line-height:18px}.header2 .header-contacts__item{font-weight:500;font-size:17px;line-height:20px;white-space:nowrap}.header-fr-choose .btn{font-size:15px}.header-bottom__container{gap:32px}.header-bottom__menu{margin-right:-12px;margin-left:-12px}.header-bottom__menu-link{position:relative;min-height:50px;height:50px;padding-right:12px;padding-left:12px;background-color:var(--white-color);line-height:20px}.header-bottom__menu-link::before{z-index:-1;position:absolute;right:-100vw;left:-100vw;transition:var(--transition)}.header2 .header-bottom__menu-link::before{top:-24px;bottom:0}.body2.header-banner-active .header-bottom__menu-link::before{top:-100px;bottom:0}.header-bottom__menu-link::after{content:"";z-index:-1;position:absolute;top:0;right:0;bottom:0;left:0;background-color:transparent;transition:var(--transition)}.header-bottom__menu-item:not(.hover) .header-bottom__menu-link{background-color:transparent}.header-bottom__menu-item.hover .header-bottom__menu-link{z-index:10}.header-bottom__menu-item.hover .header-bottom__menu-link::after{background-color:var(--white-color)}.header-bottom__menu-item--dropdown .header-bottom__menu-link{pointer-events:none;user-select:none}.header-bottom__menu-dropdown:not(.overlay-on)::before,.header-bottom__menu-item:not(.hover) .header-bottom__menu-dropdown,.header-bottom__menu-item:not(.hover) .header-bottom__menu-link::before{opacity:0;pointer-events:none;user-select:none}.header-bottom__menu-dropdown{z-index:11;position:absolute;top:100%;left:0;min-width:300px;transition:var(--transition)}.header-bottom__menu-dropdown::before{z-index:-1;top:118px;pointer-events:none;user-select:none}.header2 .header-bottom__menu-dropdown::before{top:64px}.header-bottom__menu-dropdown--fr-choose{position:fixed;top:118px}.header-bottom__menu-dropdown-wrapper{position:relative;top:100%;left:0;min-width:300px;max-width:calc(100vw - 17px);max-height:calc(100vh - 118px);padding-top:8px;padding-bottom:8px;border-radius:0 0 8px 8px;background-color:var(--white-color);transition:var(--transition)}.header-bottom__menu-dropdown.show-subitem .header-bottom__menu-dropdown-wrapper{border-radius:0 0 0 8px}.header-bottom__menu-dropdown--fr-about .header-bottom__menu-dropdown-wrapper,.header-bottom__menu-dropdown--fr-service .header-bottom__menu-dropdown-wrapper{display:flex}.header-bottom__menu-dropdown-list{min-width:200px}.header-bottom__menu-dropdown--fr-about .header-bottom__menu-dropdown-list{min-width:140px}.header-bottom__menu-dropdown-item{display:flex;flex-direction:column;justify-content:flex-start;gap:2px;break-inside:avoid}.header-bottom__menu-dropdown-link{display:flex;gap:6px;min-width:100%;width:100%;min-height:28px;padding-right:16px;padding-left:16px}.header-bottom__menu-dropdown-link .text-content{display:flex;align-items:center;white-space:nowrap}.header-bottom__menu-dropdown-link .icon-content,.header-bottom__menu-dropdown-link .icon-subitem{display:flex;justify-content:center;align-items:center;min-height:28px;height:28px}.header-bottom__menu-dropdown-link .icon-subitem{margin-left:auto}.header-bottom__menu-dropdown-link .icon-content .image{min-width:14px;width:14px;min-height:14px;height:14px}.header-bottom__menu-dropdown-link .icon-subitem .icon{transform:rotate(-90deg);fill:var(--gray2-color);stroke:var(--gray2-color)}.header-bottom__menu-dropdown-link:not(.header-bottom__menu-dropdown-link-banner).active,.header-bottom__menu-dropdown-link:not(.header-bottom__menu-dropdown-link-banner):active,.header-bottom__menu-dropdown-link:not(.header-bottom__menu-dropdown-link-banner):hover{background-color:var(--gray4-color)}.header-bottom__menu-dropdown-link-banner img{min-width:160px;width:160px;height:auto;border-radius:8px;aspect-ratio:unset;object-fit:contain}.header-bottom__menu-dropdown-banner .header-bottom__menu-dropdown-link-banner img{min-width:100%;width:100%}.header-bottom__menu-dropdown--fr-about .header-bottom__menu-dropdown-link-banner img,.header-bottom__menu-dropdown--fr-service .header-bottom__menu-dropdown-link-banner img{min-width:250px;width:250px}.header-bottom__menu-dropdown-submenu{display:flex;align-items:flex-start;position:absolute;top:0;left:calc(100% - 8px);min-height:100%;max-height:calc(100vh - 118px);padding-top:8px;padding-bottom:8px;overflow:hidden;border-radius:0 0 8px 8px;background-color:var(--white-color)}.header-bottom__menu-dropdown-item:not(.hover) .header-bottom__menu-dropdown-submenu{display:none}.header-bottom__menu-dropdown-delimiter{min-width:100%;width:100%;min-height:1px;height:1px;background-color:var(--gray4-color)}.header2{padding-top:24px;padding-bottom:24px}.header2 .header-banner .push-fixed__block{min-height:60px;padding-right:24px;padding-left:16px;border-radius:16px;font-size:18px;line-height:20px}.header2 .header-banner .push_logo .image{min-width:52px;width:52px;min-height:52px;height:52px}.header2 .header-banner .push_info{gap:8px;font-weight:500;font-size:18px;line-height:20px}.header2 .header-banner .banner-marker{margin-top:-36px;font-size:10px;line-height:11px}.header2 .header-banner .banner-marker__inner{min-height:11px;height:11px;font-size:18px;line-height:1px}.header2 .header-banner .push-more .btn{min-width:160px;min-height:34px;height:34px;font-size:14px}.header2 .header-top{padding:unset;background-color:transparent}.header2 .header-logo .image{max-width:158px!important;min-width:158px;width:158px;min-height:20px;height:20px}.header2 .header-bottom__menu{gap:4px;width:auto;margin-right:unset;margin-left:unset}.header2 .header-bottom__menu-link{min-height:40px;height:40px}.header2 .header-search{margin-right:unset}.header2 .header-bottom__action-link.authreg{min-width:0;width:auto;min-height:40px;height:40px;padding:0 10px;border-radius:8px;box-shadow:unset;background-color:transparent;font-weight:400;font-size:15px;line-height:16px}.body2 .header-bottom__menu-link{padding-right:8px;padding-left:8px}.body2 .header-bottom__menu-link-view{display:none}.body2 .fr-tags .fr-filter__tags{overflow:visible}.body2 .fr-tags .fr-tag,.body2 .mobile-menu-tags .fr-tag{min-height:42px;height:42px}.body2 .fr-tags .fr-tag__view,.body2 .mobile-menu-tags .fr-tag__view{min-width:20px;width:20px;min-height:20px;height:20px}.body2 .fr-tags .fr-tag .icon,.body2 .fr-tags .fr-tag img,.body2 .mobile-menu-tags .fr-tag .icon,.body2 .mobile-menu-tags .fr-tag img{min-width:14px;width:14px;min-height:14px;height:14px}.mobile-menu{display:none}.main{margin-top:90px}}@media (min-width:1200px){.header-bottom__menu{margin-right:-16px;margin-left:-16px}.header2 .header-bottom__menu{margin-right:unset;margin-left:unset}.header-bottom__menu-link{padding-right:16px;padding-left:16px;font-size:15px}}@media (min-width:1400px){.header-bottom__menu-dropdown--fr-choose .header-bottom__menu-dropdown-wrapper:not(.menu_second){display:flex}.header-bottom__menu__first_level{display:flex;justify-content:space-between}.header-bottom__menu__second_level{column-count:4}.header-bottom__menu__first_level_banner{margin-left:15px}.header-bottom__menu__first_level_discount{border:1px solid #92ff0d;text-align:center;vertical-align:middle;display:flex;border-radius:10px;height:56px}.header-bottom__menu__first_level_discount a{margin:auto 10px;font-size:15px}.header-bottom__menu__first_level_discount a:before{content:"";display:inline-block;width:20px;height:20px;background-image:url('/upload/images/discount.svg');background-size:cover;background-repeat:no-repeat;margin-right:8px;vertical-align:middle}.header-bottom__menu__first_level_verified{border:1px solid #242731;text-align:center;vertical-align:middle;display:flex;border-radius:10px;height:56px;margin-right:50px}.header-bottom__menu__first_level_verified a{margin:auto 10px;font-size:15px}.header-bottom__menu__first_level_verified a:before{content:"";display:inline-block;width:20px;height:20px;background-image:url('/upload/images/verified.svg');background-size:cover;background-repeat:no-repeat;margin-right:8px;vertical-align:middle}}@media (min-width:1440px){.header2 .container{max-width:1920px;padding-right:40px;padding-left:40px}.header2 .header-search{max-width:455px}.header2 .header-bottom__action{margin-left:auto}}@media (max-width:1199.98px){.header-bottom__menu{gap:12px}}@media (max-width:991.98px){.header-bottom,.header-top{display:none}.header-mobile{padding-top:10px;padding-bottom:10px}.header-mobile__container{display:flex;justify-content:flex-start;align-items:center;gap:20px}.header-mobile-action{display:flex;align-items:center;gap:8px;margin-left:auto}.header-mobile-action__item{min-width:28px;width:28px;min-height:28px;height:28px;padding:unset;border-radius:unset;box-shadow:unset;background-color:transparent}.header-mobile-action__item.active,.header-mobile-action__item:active,.header-mobile-action__item:hover{box-shadow:unset;background-color:transparent}.header-mobile-menu-btn span{position:relative;pointer-events:none;user-select:none}.header-mobile-menu-btn span::after,.header-mobile-menu-btn span::before{content:"";position:absolute;transition:var(--transition);left:50%;transform:translateX(-50%) rotate(0)}.header-mobile-menu-btn span,.header-mobile-menu-btn span::after,.header-mobile-menu-btn span::before{min-width:16px;width:16px;min-height:2px;height:2px;border-radius:2px;background-color:var(--black-color)}.header-mobile-menu-btn span::before{top:-6px}.header-mobile-menu-btn span::after{top:6px}.header-mobile-menu-btn.inactive span::after,.header-mobile-menu-btn.inactive span::before{animation:.2s burgerTransformInactive}.header-mobile-menu-btn.active span{min-width:0;width:0}.header-mobile-menu-btn.active span::after,.header-mobile-menu-btn.active span::before{top:0;min-width:20px;width:20px;transition:transform 0s .2s}.header-mobile-menu-btn.active span::before{transform:translateX(-50%) rotate(45deg);animation:.2s burgerBeforeTransformActive}.header-mobile-menu-btn.active span::after{transform:translateX(-50%) rotate(-45deg);animation:.2s burgerAfterTransformActive}.header2{padding-top:12px}.header2 .header-banner .push-fixed__block{min-height:48px;padding-right:8px;padding-left:8px;border-radius:8px;font-size:11px;line-height:12px}.header2 .header-banner .push_logo .image{min-width:40px;width:40px;min-height:40px;height:40px}.header2 .header-banner .push_info{font-size:11px;line-height:12px}.header2 .header-banner .banner-marker{align-self:flex-start;font-size:8px;line-height:9px}.header2 .header-banner .banner-marker__inner{min-height:9px;height:9px;font-size:10px;line-height:1px}.header2 .header-banner .push-more .btn{min-height:28px;height:28px;padding-right:12px;padding-left:12px;font-size:12px}.header2 .header-mobile{display:flex;flex-direction:column;gap:8px;padding:unset}.header2 .header-logo{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;max-width:158px;width:35%;min-height:40px;height:40px}.header2 .header-logo .image{max-width:158px!important;min-width:114px;width:100%;min-height:15px;height:auto}.header2 .authreg .text-content{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;max-width:75px;text-overflow:ellipsis;white-space:normal;text-align:left}.body2 .header-bottom__menu-link-view{display:flex;justify-content:center;align-items:center}.body2 .header-bottom__menu-link-view .icon{min-width:24px;width:24px;min-height:24px;height:24px;fill:var(--gray1-color);stroke:var(--gray1-color)}.body2 .fr-tags .fr-tag,.body2 .mobile-menu-tags .fr-tag{min-height:34px;height:34px}.body2 .fr-tags .fr-tag__view,.body2 .mobile-menu-tags .fr-tag__view{min-width:20px;width:20px;min-height:20px;height:20px}.body2 .fr-tags .fr-tag .icon,.body2 .fr-tags .fr-tag img,.body2 .mobile-menu-tags .fr-tag .icon,.body2 .mobile-menu-tags .fr-tag img{min-width:14px;width:14px;min-height:14px;height:14px}.body2:not(.header-banner-active) .main{margin-top:60px}.header:has(.header-banner)+.main.topMobileOnMain{margin-top:145px}.header:not(:has(.header-banner))+.main.topMobileOnMain{margin-top:75px}.body2 .main .mobile-menu{z-index:1000}.body2:not(.header-banner-active) .main .mobile-menu{top:52px}.body2.header-banner-active .main .mobile-menu{top:124px}.body2 .mobile-menu-search{margin:unset;padding:unset}.body2 .mobile-menu .mobile-menu-dropmenu:not(:last-child),.body2 .mobile-menu .mobile-menu-list:not(:last-child),.body2 .mobile-menu .mobile-menu-search:not(:last-child){margin-bottom:16px}.body2 .mobile-menu .mobile-menu-tags:not(:last-child){margin-bottom:24px}.body2 .mobile-menu-contacts{display:flex;flex-wrap:wrap;gap:8px}.body2 .mobile-menu-contacts__item,.body2 .mobile-menu-contacts__tel{min-width:100%;width:100%}.body2 .header-bottom__menu{flex-direction:column;gap:8px}.body2 .header-bottom__menu-item{display:flex;flex-direction:column;gap:4px;min-width:100%;width:100%}.body2 .header-bottom__menu-link{gap:24px;min-width:100%;width:100%;min-height:40px;height:40px;padding-right:4px;padding-left:20px;border-radius:8px;background-color:#e7ebf4;font-weight:600;font-size:16px;line-height:24px}.body2 .header-bottom__menu-link.overlay{z-index:0;position:relative}.body2 .header-bottom__menu-link-view{min-width:30px;width:30px;min-height:30px;height:30px;margin-left:auto;border-radius:50%;background-color:var(--white-color)}.body2 .header-bottom__menu-link:not(.active) .icon{transform:scale(.5)}.body2 .header-bottom__menu-link.active .icon{transform:scale(-.5)}.body2 .header-bottom__menu-dropdown.overlay::before,.body2 .header-bottom__menu-link.overlay::before{content:none}.body2 .header-bottom__menu-link .text-content{flex:1}.body2 .header-bottom__menu-dropdown.overlay{z-index:0;position:relative;visibility:visible;opacity:1}.body2 .header-bottom__menu-dropdown{display:none;max-height:340px;padding:8px;overflow:hidden;border:1px solid #e3e7ee;border-radius:8px;background-color:#fafafa}.body2 .header-bottom__menu-dropdown-list{max-height:320px;overflow:auto}.body2 .header-bottom__menu-dropdown-item{display:flex;align-items:center}.body2 .header-bottom__menu-dropdown-link{display:flex;align-items:center;min-width:100%;width:100%;min-height:36px;height:36px;padding-right:12px;padding-left:8px;font-weight:500;font-size:16px;line-height:20px}.body2 .header-bottom__menu-dropdown-link .icon-subitem,.body2 .header-bottom__menu-dropdown-submenu{display:none}.body2 .mobile-menu{background-color:#f8fafc}.body2 .input-search{background-color:#fafafa}.mobile-menu:not(.active){display:none;height:0;padding-top:0;padding-bottom:0;overflow:hidden;opacity:0}.mobile-menu{z-index:999;position:fixed;top:48px;right:0;bottom:56px;left:0;min-width:100vw;width:100vw;padding-top:12px;padding-bottom:20px;overflow:auto!important;opacity:1!important;background-color:var(--white-color);transition:var(--transition),top 0s,padding 0s}.mobile-menu__item:not(:last-child){margin-bottom:16px}.mobile-menu__link{font-size:16px;line-height:20px;text-decoration:none}.mobile-menu__link:hover{color:var(--darkblue-color)}}@keyframes burgerBeforeTransformActive{0%{opacity:0;transform:translateX(-50%) rotate(0)}100%{transform:translateX(-50%) rotate(45deg)}}@keyframes burgerAfterTransformActive{0%{transform:translateX(-50%) rotate(0)}100%{transform:translateX(-50%) rotate(-45deg)}}@keyframes burgerTransformInactive{0%{opacity:0}100%{opacity:1}}@media (max-width:767.98px){.search-clear__wrapper-mob{bottom:9px}.ajax-search__menu{gap:24px}.ajax-search__menu::before{content:none}.ajax-search__menu-item{padding:16px 0}.ajax-search__menu-item:first-child{margin-left:16px}.ajax-search__menu-item:last-child{margin-right:16px}.search-btn-close{display:none}.header2 .header-banner .banner-marker{margin-left:-48px}}@media (min-width:768px) and (max-width:991.98px){.header-contacts__item{font-size:12px;line-height:16px}.header-fr-choose .btn{font-size:12px}.header-bottom__menu-link{font-size:13px}.mobile-menu{bottom:0}}@media (min-width:992px) and (max-width:1199.98px){.header-bottom__menu-link{font-size:14px}.header-bottom__menu-dropdown--fr-choose .header-bottom__menu-dropdown-wrapper{column-count:3}}@media (min-width:992px) and (max-width:1439.98px){.header2 .header-top__container{flex-wrap:wrap;gap:4px 16px}.header2 .header-logo{order:1;margin-right:auto}.header2 .header-bottom__action{order:5}.header2 .header-contacts{order:10}.header2 .header-bottom__menu{order:15;min-width:calc(100% + 8px - 32px - 265px);width:calc(100% + 8px - 32px - 265px);margin-right:16px;margin-left:-8px}.header2 .header-search{order:20;min-width:265px;width:265px;margin-left:auto}.header2 .header-bottom__menu-link::before{top:-68px}.header2 .header-bottom__menu-dropdown--fr-choose,.header2 .header-bottom__menu-dropdown::before{top:108px}}.main{position:relative;min-width:320px}@media (min-width:1440px){.body2:not(.header-banner-active) .main{margin-top:96px}.body2.header-banner-active .header:has(.header-banner)+.main{margin-top:172px}.body2:not(.header-banner-active) .js-search-results.active{top:76px}.body2.header-banner-active .header-bottom__menu-link::before{top:-144px}.header2 .header-bottom__menu-dropdown--fr-choose{top:64px}.body2.header-banner-active .header:has(.header-banner) .header-bottom__menu-dropdown--fr-choose,.body2.header-banner-active .header:has(.header-banner) .header-bottom__menu-dropdown::before{top:140px}}@media (min-width:992px) and (max-width:1439.98px){.body2:not(.header-banner-active) .main{margin-top:140px}.body2.header-banner-active .header2:has(.header-banner)+.main{margin-top:216px}.body2:not(.header-banner-active) .js-search-results.active{top:120px}.body2.header-banner-active .js-search-results.active{top:196px}.body2.header-banner-active .header-bottom__menu-link::before{top:-144px}.header2 .header-bottom__menu-dropdown--fr-choose{top:108px}.body2.header-banner-active .header2:has(.header-banner) .header-bottom__menu-dropdown--fr-choose{top:184px}}.footer{position:relative;flex:0 0 auto;min-width:320px;box-shadow:var(--shadow-footer);background-color:var(--white-color);color:var(--black-color)}.footer-main__wrapper,.footer-top__wrapper{display:grid}.footer-top__wrapper{gap:16px}.footer-top-logo-call{display:flex;align-items:center}.footer-logo{display:flex;align-items:center;gap:8px;text-decoration:none}.footer-logo .image{min-width:44px;width:44px;min-height:44px;height:44px}.footer-logo .text-content{font-weight:700;font-size:12px;line-height:13px;text-transform:uppercase}.footer-top-catalog{display:flex}.footer-top-catalog .btn{color:var(--white-color)}.footer-fr-choose .btn,.footer-top-catalog .btn{min-width:100%;width:100%}.footer-main{font-size:15px}.footer-main__wrapper{gap:16px 24px}.footer-main__title{font-weight:600;line-height:20px}.footer-main-column,.footer-main__list{display:flex;flex-direction:column}.footer-main__list-link{line-height:20px;text-decoration:none}.footer-main-social{display:flex;flex-direction:column}.footer-main-social__action{display:flex;flex-direction:column;gap:8px}.footer-main-social-subscribe,.footer-main-social-subscribe__form{display:flex;flex-direction:column}.footer-main-social-subscribe{gap:12px}.footer-main-social-subscribe__form{gap:8px}.footer-main-social-subscribe__title{font-weight:600;line-height:1.2}.footer-bottom{background-color:var(--page-header-bg);font-size:15px}.footer-bottom__wrapper{display:flex;flex-wrap:wrap}.footer-bottom__rights{display:flex}.footer-bottom__rights-content{display:inline-flex}.footer-bottom__rights:not(.footer-bottom-info) .footer-bottom__rights-content{min-height:24px;line-height:1}.footer-bottom-info{display:flex;flex-direction:column;gap:8px;min-width:100%;width:100%;font-size:11px;line-height:1.3}@media (min-width:992px){.footer-top{padding-top:30px}.footer-top:not(:last-child){margin-bottom:24px}.footer-top__wrapper{grid-template-columns:1fr auto;gap:24px;padding-bottom:24px}.footer-top:not(:last-child) .footer-top__wrapper{border-bottom:1px solid var(--gray1-02-color)}.footer-top-logo-call{gap:24px}.footer-top-catalog{margin-left:auto}.footer-top .footer-fr-choose{display:none}.footer-main:not(:last-child){margin-bottom:40px}.footer-main__wrapper{grid-template-columns:1fr 1fr 1fr auto}.footer-main-column,.footer-main__list{gap:16px}.footer-main-social{gap:24px}.footer-bottom{padding-top:16px;padding-bottom:40px}.footer-bottom__wrapper{gap:24px}.footer-bottom-copyright:not(:first-child){justify-content:flex-end;margin-left:auto}}@media (min-width:1400px){.footer-bottom-copyright,.footer-main-social,.footer-top-catalog{min-width:365px;width:365px}.footer-bottom-rights-link{min-width:calc((100% - 365px - (24px * 3))/ 3);width:calc((100% - 365px - (24px * 3))/ 3)}}@media (max-width:991.98px){.main{margin-top:48px}.footer-top{padding-top:20px}.footer-top:not(:last-child){margin-bottom:16px}.footer-top__wrapper{flex-direction:column}.footer-top-logo-call{gap:12px}.footer-top-logo-call:not(:last-child){padding-bottom:4px}.footer-top-catalog:not(:first-child){padding-top:16px;border-top:1px solid var(--gray1-02-color)}.footer-main:not(:last-child){margin-bottom:12px}.footer-main__wrapper{display:flex;flex-wrap:wrap;gap:16px}.footer-main-column,.footer-main__list{gap:8px}.footer-main-social{gap:16px;min-width:100%;width:100%}.footer-main-social__action .footer-fr-choose{display:none}.footer-bottom{padding-top:16px}.footer-bottom__wrapper{gap:16px 24px}.footer-bottom-copyright{order:100;justify-content:center}}@media (max-width:767.98px){.footer-top-logo-call{flex-wrap:wrap}.footer-main__wrapper{flex-direction:column;flex-wrap:unset}.footer-bottom{padding-bottom:76px}.footer-bottom-rights-link{min-width:100%;width:100%}}@media (max-width:575.98px){.footer-top-call{gap:4px;font-size:14px}}@media (min-width:768px) and (max-width:991.98px){.footer-main__wrapper{gap:16px 24px}.footer-main-column:not(.footer-main-social){min-width:calc((100% - 24px)/ 2);width:calc((100% - 24px)/ 2)}.footer-bottom{padding-bottom:16px}.footer-bottom-rights-link{min-width:calc((100% - 24px)/ 2);width:calc((100% - 24px)/ 2)}}@media (min-width:992px) and (max-width:1199.98px){.footer-bottom-copyright,.footer-main-social,.footer-top-catalog{min-width:265px;width:265px}.footer-bottom-rights-link{min-width:calc((100% - 265px - (24px * 2))/ 2);width:calc((100% - 265px - (24px * 2))/ 2)}}@media (min-width:1200px) and (max-width:1399.98px){.header-bottom__menu-dropdown--fr-choose .header-bottom__menu-dropdown-wrapper{column-count:3}.footer-bottom-copyright,.footer-main-social,.footer-top-catalog{min-width:305px;width:305px}.footer-bottom-rights-link{min-width:calc((100% - 305px - (24px * 3))/ 3);width:calc((100% - 305px - (24px * 3))/ 3)}}.index-page{position:relative;background-color:var(--page2-bg)}.index-page__bg{z-index:0;position:absolute;top:0;right:0;left:0;min-height:52vw;background-repeat:no-repeat;background-position:center;-webkit-background-size:cover;background-size:cover}.index-page__bg::before{content:"";z-index:0;position:absolute;right:0;bottom:-1px;left:0;min-height:24vw;background:linear-gradient(rgba(248,249,255,0),#f8f9fe)}.body2 .index-page__bg::before{content:none}.index-page-header,.index-page__bg~.container{position:relative}.index-page-header__title:not(:last-child){margin-bottom:10px}.index-page-header__subtitle{line-height:1.2}.index-page-header__action,.index-page-header__catalog,.index-page-header__search,.index-page-header__tags{display:flex}.index-page-header__search{position:relative}.index-page-header__action,.index-page-header__tags{flex-wrap:wrap}.index-page-header__catalog-item{min-width:100%;width:100%}.index-quiz{display:flex;overflow:hidden}.index-quiz-content{display:flex;flex-direction:column;min-width:100%;width:100%}.index-quiz-top{position:relative;display:flex;overflow:hidden;background-color:#f6faff}.index-quiz-top-descr{z-index:1;display:flex;flex-direction:column}.index-quiz-top-decor{display:flex}.index-quiz-amount{display:flex;align-items:center;font-weight:300;line-height:1}.index-quiz-title{font-weight:500}.index-quiz-btn{display:flex;flex-direction:row;gap:10px}.index-quiz-btn .btn{display:flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:8px;box-shadow:none;background:#EB6124;font-weight:500}.index-quiz-btn .btn-calc-income{background:#006de8;color:#fff;border:none}.index-quiz-top.show-quiz .index-quiz-top-decor,.index-quiz-top.show-quiz .index-quiz-top-descr{display:none}.index-quiz-bottom__item{vertical-align:middle}.index-quiz-bottom .text-content{font-weight:500;line-height:1.2}@media (min-width:768px){.index-page-header__heading:not(:last-child){margin-bottom:40px}.index-page-header__catalog{min-width:250px;width:250px}.index-page-header__action{gap:40px 16px}.index-page-header__search{flex:1}.index-page-header__tags{gap:8px;min-width:100%;width:100%}}@media (min-width:992px){.index-page-header{padding-top:60px}.index-page-header__subtitle{font-size:20px}.index-quiz{border-radius:16px}.index-quiz-content{gap:24px}.index-quiz-top{min-height:510px;border-radius:16px}.index-quiz-top-decor{position:absolute;top:0;right:0;bottom:0;max-width:calc(var(--content-width) * .57)}.index-quiz-top-descr{max-width:60%;padding:40px 0}.index-quiz-amount{gap:8px;font-size:24px}.index-quiz-amount:not(:last-child){margin-bottom:96px}.index-quiz-amount .image{min-width:22px;width:22px;min-height:36px;height:36px}.index-quiz-title{font-size:64px;line-height:70px}.index-quiz-title:not(:last-child){margin-bottom:24px}.index-quiz-btn{flex-direction:row;gap:10px}.index-quiz-btn .btn{min-width:420px;width:420px;min-height:70px;height:70px;padding:18px 56px;font-size:20px}.index-quiz-bottom__item:not(:last-child){margin-right:12px}.index-quiz-bottom .image{min-width:40px;width:40px;min-height:40px;height:40px}.index-quiz-bottom .text-content{font-size:40px}}@media (min-width:1440px){.index-page-fs-container{max-width:1920px;padding-right:0;padding-left:40px}}@media (max-width:991.98px){.index-page-header{padding-top:40px}.index-page-header__subtitle{font-size:17px}.index-quiz{margin-top:8px;margin-right:calc(var(--container-offset) * -1);margin-left:calc(var(--container-offset) * -1);border-radius:8px}.index-quiz-content{gap:12px}.index-quiz-top{flex-direction:column;justify-content:flex-end;min-height:440px;padding-top:50%;border-radius:8px;background-size:100%;background-repeat:no-repeat;background-image:url('/local/templates/rtf2024/img/design2024/index/index-fs-bg-mobile.png');background-image:-webkit-image-set(url('/local/templates/rtf2024/img/design2024/index/index-fs-bg-mobile.webp') 1x, url('/local/templates/rtf2024/img/design2024/index/index-fs-bg-mobile.png') 1x);background-image:image-set(url('/local/templates/rtf2024/img/design2024/index/index-fs-bg-mobile.webp') type('image/webp') 1x, url('/local/templates/rtf2024/img/design2024/index/index-fs-bg-mobile.png') type('image/png') 1x)}.index-quiz-top.show-quiz{flex-direction:row;padding-top:unset}.index-quiz-top-decor{order:1;min-width:100%;width:100%;min-height:210px;height:210px;display:none}.index-quiz-top-decor .image{min-width:100%;width:100%}.index-quiz-top-descr{order:2;padding:8px 16px 24px}.index-quiz-amount{position:absolute;z-index:1;top:24px;right:16px;left:16px;gap:4px;min-height:30px;font-size:18px}.index-quiz-amount .image{min-width:18px;width:18px;min-height:30px;height:30px}.index-quiz-title{max-width:340px;font-size:36px;line-height:1}.index-quiz-title:not(:last-child){margin-bottom:16px}.index-quiz-btn{flex-direction:column;gap:12px}.index-quiz-btn .btn{min-width:100%;width:100%;min-height:52px;height:52px;font-size:17px}.index-quiz-bottom{padding-right:16px;padding-left:16px}.index-quiz-bottom__item:not(:last-child){margin-right:4px}.index-quiz-bottom .image{float:left;min-width:24px;width:24px;min-height:24px;height:24px}.index-quiz-bottom .text-content{font-size:20px}}@media (max-width:767.98px){.index-page-header__heading:not(:last-child){margin-bottom:20px}.index-page-header__action{flex-direction:column;gap:20px}.index-page-header__catalog{order:10}.index-page-header__search{order:0}.index-page-header__tags{order:5;gap:8px 4px}.index-page__bg{height:500px}}.fr-filter__content{display:flex;flex-direction:column}.fr-filter__content-item{display:flex;transition:var(--transition)}.fr-filter__content-item-overflow{overflow:hidden}.fr-filter__item{display:flex;break-inside:avoid}.fr-filter__link{display:inline-flex;align-items:flex-start;min-height:24px;color:var(--black-color);line-height:20px;transition:var(--transition)}.fr-filter__link.active,.fr-filter__link:active,.fr-filter__link:focus,.fr-filter__link:hover{color:var(--darkblue-color)}.fr-filter__link span:not(:first-child){color:var(--gray1-color)}.fr-filter__tags{display:flex;flex-wrap:wrap}.fr-filter__selectric-inputs,.fr-filter__selectric-inputs-action,.fr-filter__selectric-inputs-wrapper{flex:1}.fr-filter__selectric-inputs,.fr-filter__selectric-inputs-wrapper{display:flex}.fr-filter__selectric-inputs-bottom:not(.active){display:none}.fr-filter__selectric-inputs-turnover{display:flex;flex-direction:column;gap:16px}.fr-filter__selectric-inputs-turnover-container{display:flex;align-items:center;gap:16px}.fr-filter__selectric-inputs-turnover-container .input-wrapper{flex:1;min-width:unset;width:unset;display:flex;align-items:stretch}.fr-filter__selectric-inputs-turnover-container .input-wrapper .input-icon{align-items:center;justify-content:center;display:flex;height:40px;top:0}.fr-filter__selectric-inputs-turnover-container .input-wrapper .input{height:40px;min-height:40px}.fr-filter__selectric-inputs-bottom{display:flex;align-items:flex-end;gap:20px;flex-wrap:wrap}.fr-filter__selectric-inputs-bottom .selectric-wrapper{flex:1;min-width:200px}.fr-filter__selectric-inputs-bottom .fr-filter__selectric-inputs-checklist{flex:0 0 auto;min-width:200px}.fr-filter__selectric-inputs-checklist{display:flex;flex-direction:column}.fr-filter__selectric-inputs-action,.fr-filter__selectric-inputs-checklist li{display:flex}.fr-filter__selectric-inputs-action-more.active .icon{transform:scale(-1)}.fr-filter__more .spoiler-more-wrapper{justify-content:unset;margin:unset}.fr-filter__more .spoiler-more{position:relative;padding-right:unset;padding-left:unset;font-size:16px;line-height:24px}.fr-filter__more .spoiler-more.active .expand,.fr-filter__more .spoiler-more:not(.active) .collapse{position:absolute;width:0;height:0;overflow:hidden;clip:rect(0 0 0 0)}.fr-filter__more .spoiler-more.active .icon{min-width:14px;width:14px;min-height:14px;height:14px;transform:scale(-1)}.fr-filter__action{display:flex;gap:16px}.fr-filter__catalog,.fr-filter__review{display:flex}.fr-filter__review-link{color:var(--darkblue-color);font-weight:600;line-height:20px}.fr-filter__review-link.link-tdu{text-decoration-color:var(--darkblue-color)}.fr-filter__catalog .btn{min-width:100%;width:100%}@media (min-width:768px){.fr-filter .spoiler[aria-expanded=false] .fr-filter__content-item-list{max-height:0;margin-bottom:0;opacity:0}.fr-filter__list{column-gap:24px}.fr-filter__content-item-action{gap:16px}.fr-filter__more .spoiler-more{color:var(--black-color);font-weight:400}.fr-filter__more .spoiler-more .icon{fill:var(--black-color);stroke:var(--black-color)}.fr-filter__more{min-width:150px;width:150px}.fr-filter__action{flex:1;justify-content:flex-end;align-items:center;margin-left:auto}.fr-filter__catalog,.fr-filter__review{align-items:flex-end}.fr-filter__review{justify-content:flex-start}.fr-filter__catalog{min-width:250px;justify-content:flex-end}}@media (min-width:992px){.fr-filter__content-item:not(:last-child){margin-bottom:20px}.fr-filter__item{margin-bottom:16px}.fr-filter__link{gap:8px}.fr-filter__link span:first-child{font-size:17px}.fr-filter__link span:not(:first-child){font-size:16px}.fr-filter__tags{gap:8px}.fr-filter__selectric-inputs{flex-direction:column}.fr-filter__selectric-inputs,.fr-filter__selectric-inputs-wrapper{gap:20px}.fr-filter__selectric-inputs-wrapper{align-items:flex-end}.fr-filter__selectric-inputs-wrapper .selectric-wrapper{min-width:calc((100% - (20px * 3) - 180px)/ 3);width:calc((100% - (20px * 3) - 180px)/ 3)}.fr-filter__selectric-inputs-btn{min-width:180px;width:180px}.fr-filter__selectric-inputs-checklist{justify-content:flex-end;gap:8px}.fr-filter__selectric-inputs .custom-checkbox__label-for,.fr-filter__selectric-inputs .custom-radio__label-for{font-size:16px}.fr-filter__selectric-inputs-action{min-width:100%}.fr-filter__selectric-inputs-action .fr-filter__selectric-inputs-btn{display:none}.fr-filter__selectric-inputs-turnover-container{flex-direction:row;gap:16px}.fr-filter__selectric-inputs-turnover-container .input-wrapper{flex:1;display:flex;align-items:stretch}.fr-filter__review-link{font-size:17px}}@media (min-width:1200px){.fr-filter__list{max-width:940px;column-count:4;column-gap:32px}.fr-media__heading{min-width:440px;width:440px}.fr-media__action{min-width:480px;width:480px}}@media (max-width:991.98px){.fr-filter__content-item:not(:last-child){margin-bottom:16px}.fr-filter__item{margin-bottom:4px}.fr-filter__link{gap:4px}.fr-filter__link span:first-child{font-size:14px}.fr-filter__link span:not(:first-child){font-size:13px}.fr-filter__selectric-inputs-checklist,.fr-filter__tags{gap:8px}.fr-filter__selectric-inputs,.fr-filter__selectric-inputs-wrapper{gap:16px 8px;flex-direction:column}.fr-filter__selectric-inputs-wrapper .selectric-wrapper{min-width:100%;width:100%}.fr-filter__selectric-inputs-action{gap:16px}.fr-filter__selectric-inputs-btn{flex:1}.fr-filter__selectric-inputs-turnover-container{flex-direction:column;gap:8px}.fr-filter__selectric-inputs-turnover-container .input-wrapper{width:100%}.fr-filter__selectric-inputs-bottom{flex-direction:column;gap:16px}.fr-filter__selectric-inputs-bottom .fr-filter__selectric-inputs-checklist,.fr-filter__selectric-inputs-bottom .selectric-wrapper{width:100%;min-width:unset}.fr-filter__selectric-inputs-top .fr-filter__selectric-inputs-btn{display:none}.fr-filter__review-link{font-size:16px}}@media (max-width:767.98px){.fr-filter__list{overflow:hidden}.fr-filter__content-item-tags{position:relative}.fr-filter:not(.fr-filter-catalog) .spoiler[aria-expanded=false] .fr-filter__content-item-tags::before{content:"";z-index:1;position:absolute;inset:0 -16px 0 -16px;background:linear-gradient(to bottom,rgba(213,229,253,0),#d5e5fd)}.fr-filter:not(.fr-filter-catalog) .spoiler[aria-expanded=false] .fr-filter__content-item-tags{margin-bottom:0}.fr-filter__content-item-action{flex-direction:column;gap:8px}.fr-filter .spoiler[aria-expanded=false] .fr-filter__action{max-height:0;margin-bottom:0;opacity:0}.fr-filter__more{z-index:5;order:5}.fr-filter__more .spoiler-more-wrapper{justify-content:center}.fr-filter__more .spoiler-more{color:var(--darkblue-color);font-weight:600}.fr-filter__more .spoiler-more .icon{fill:var(--darkblue-color);stroke:var(--darkblue-color)}.fr-filter__action{order:0;flex-direction:column}.fr-filter__review{justify-content:center}.fr-filter__catalog,.fr-filter__review{flex:1}}@media (min-width:576px) and (max-width:767.98px){.fr-filter__list{max-width:360px;column-count:2;column-gap:16px}}@media (min-width:768px) and (max-width:991.98px){.fr-filter__list{column-count:2}}@media (min-width:992px) and (max-width:1199.98px){.fr-filter__list{column-count:3}}.fr-media{position:relative;display:flex;gap:16px;overflow:hidden}.fr-media::before{content:"";z-index:0;position:absolute;right:-32px;transform:rotate(7deg);filter:opacity(.8);background-repeat:no-repeat;background-position:center;-webkit-background-size:cover;background-size:cover;background-image:url('/local/templates/rtf2024/img/design2024/apteka_dev/index_main/decor_media.png')}.fr-media__action,.fr-media__heading{z-index:1}.fr-media__action{display:flex}.fr-media__action .btn-light{color:var(--darkblue-color)}@media (min-width:768px){.fr-media{align-items:center}.fr-media__action{gap:16px}.fr-media__action .btn{min-width:230px;width:230px}.design2024 .franchises_list.franchises_list--horizontal .franchises_list-container{grid-template-columns:repeat(2,1fr)}.design2024 .franchises_list.franchises_list--horizontal .banners_slider{grid-column:1/3}}@media (min-width:992px){.fr-media::before{top:-80px;min-width:350px;width:350px;min-height:280px;height:280px}.fr-services .slider-out{margin-right:-24px;margin-left:-24px}.fr-services .slider-out .basic-slider{padding-right:24px;padding-left:24px}}@media (max-width:991.98px){.fr-media::before{min-width:200px;width:200px;min-height:160px;height:160px}}@media (max-width:767.98px){.fr-media{flex-direction:column}.fr-media__action{flex-direction:column;gap:8px}}@media (max-width:575.98px){.fr-media::before{top:60px}}@media (min-width:576px) and (max-width:991.98px){.fr-media::before{top:0}}@media (min-width:576px) and (max-width:1199.98px){.fr-media__heading{flex:1}}.fr-services-slider .swiper-slide{min-width:268px;width:268px}@media (min-width:1200px){.design2024 .fr-month-top__list.franchises_list--horizontal .franchise_item__view{min-width:80px;width:80px;min-height:80px;height:80px}.fr-in-city__list{column-count:4}}@media (max-width:1199.98px){.design2024 .fr-month-top__list.franchises_list--horizontal .franchise_item__view{min-width:64px;width:64px;min-height:64px;height:64px}}.fr-media-blog__content{display:grid}.fr-media-blog__sidebar-card{position:relative;display:flex;flex-direction:column;grid-row:1/3;overflow:hidden;border-radius:8px;background-color:var(--light-color);color:var(--black-color)}.fr-media-blog__sidebar-card::before{content:"";z-index:0;position:absolute;top:0;right:0;bottom:0;left:0;background:url('/local/templates/rtf2024/img/design2024/apteka_dev/index_main/decor_media_blog_sidebar-card.webp') center/cover no-repeat}.fr-media-blog__sidebar-card-content{position:relative;display:flex;flex-direction:column}.fr-media-blog__sidebar-card-title{max-width:190px}.fr-media-blog__sidebar-card-action{max-width:150px}.fr-media-blog__sidebar-card-action .btn{min-width:100%;width:100%}@media (min-width:992px){.design2024 .fr-month-top__list.franchises_list.franchises_list--horizontal .franchises_list-container{grid-template-columns:repeat(3,1fr);gap:16px}.fr-media-blog__content{grid-template-columns:230px 1fr 1fr 1fr;gap:16px}.fr-media-blog__sidebar-card{padding:16px}.fr-media-blog__sidebar-card-content{gap:24px}}@media (min-width:1400px){.fr-media-blog__sidebar-card{margin-right:8px}}@media (max-width:991.98px){.design2024 .fr-month-top__list.franchises_list.franchises_list--horizontal .franchises_list-container{grid-template-columns:1fr}.fr-media-blog__content{gap:8px}.fr-media-blog__sidebar-card{padding:12px}.fr-media-blog__sidebar-card-content{gap:16px}}@media (max-width:374.98px){.fr-media-blog__sidebar-card-title .title{font-size:15px;letter-spacing:-1.2px}}.fr-in-city .title:not(:last-child){margin-bottom:16px}.fr-in-city__list{column-gap:16px;font-size:17px;line-height:22px}.fr-in-city__list li{margin-bottom:8px;break-inside:avoid}.fr-in-city__list a{display:inline-flex}@media (min-width:992px){.fr-in-city{padding:16px 16px 24px}}@media (max-width:991.98px){.fr-in-city{padding:16px 16px 40px}.fr-in-city .spoiler-more{margin-bottom:-40px}}@media (min-width:576px) and (max-width:767.98px){.fr-in-city__list{column-count:2}}@media (min-width:768px) and (max-width:1199.98px){.fr-media__action{min-width:400px;width:400px}.fr-in-city__list{column-count:3}}.breadcrumbs_cont{position:relative;z-index:100;display:flex;justify-content:center;align-items:center;padding:16px 0 0;margin-bottom:16px}.breadcrumbs-wrapper{display:flex;justify-content:space-between;width:100%}.breadcrumbs{display:flex;flex:1;align-items:center;flex-wrap:wrap;margin:0;padding:0;list-style:none;color:var(--black-color)}.breadcrumbs__item{display:flex}.breadcrumbs__item:last-child{color:var(--gray1-color)}.breadcrumbs__link{display:flex;color:inherit;line-height:20px;text-decoration:unset}span.breadcrumbs__link{cursor:default}.breadcrumbs__link-pointer{padding-right:8px;padding-left:8px;font-size:12px}.design2024 .sorts-block{margin:unset}.design2024 .sorts-block .sorts-head{padding:unset}.design2024 .sorts-block .sorts-head:not(:last-child){margin-bottom:16px}.design2024 .sorts-head p{margin:unset}.design2024 .sorts-block .sorts-head p:first-child{font-weight:600;font-size:18px;line-height:1.2}.design2024 .sorts-block .sorts-head p:nth-child(2){line-height:1.3}.design2024 .sorts-block ul{display:flex;flex-wrap:wrap;align-items:flex-start;padding:unset!important}.design2024 .sorts-block ul:not(:last-child){margin-bottom:8px!important}.design2024 .sorts-block li{margin:unset;padding:unset}.design2024 .sorts-block ul a{display:flex;align-items:center;padding:0 16px;border-radius:24px;line-height:20px}.design2024 .sorts-block ul a.active,.design2024 .sorts-block ul a:hover{background-color:var(--orange-color);color:var(--white-color)}@media (min-width:992px){.breadcrumbs__link{font-size:16px}.design2024 .sorts-block .sorts-head p:nth-child(2){font-size:17px}.design2024 .sorts-block ul{gap:8px}.design2024 .sorts-block ul a{min-height:30px;height:30px;font-size:16px}}@media (max-width:991.98px){.breadcrumbs__link{font-size:14px}.design2024 .sorts-block .sorts-head p:nth-child(2){font-size:11px}.design2024 .sorts-block ul{gap:8px 4px}.design2024 .sorts-block ul a{min-height:26px;height:26px;font-size:14px}}.design2024 .franchises_list{display:flex;flex-direction:column;width:100%;margin:unset}.design2024 .franchises_list .franchises_list-wrapper{display:flex}.design2024 .franchises_list .franchises_list-container{display:grid;min-width:100%;width:100%}.design2024 .franchises_list .banners_slider{margin:unset}.design2024 .franchises_list .desktopBanner.blockBannerForStatistic,.design2024 .franchises_list .mobileBanner.blockBannerForStatistic{padding:unset!important;position:relative}.design2024 .franchises_list .banner_item{display:flex;min-width:100%;width:100%;margin:unset;transition:var(--transition)}.design2024 .franchise_item{position:relative;display:flex;flex-direction:column;min-width:100%;max-width:100%;width:100%;margin:0;border-radius:8px;box-shadow:var(--shadow);background-color:rgba(255,255,255,.5)}.design2024 .catalogBI .franchise_item{position:static;display:block;flex-direction:unset;min-width:inherit;width:inherit;margin:inherit;border-radius:8px;box-shadow:var(--shadow);background-color:var(--white-color)}.franchises_list--horizontal .franchise_item{flex-direction:row;padding:0 8px;background-color:var(--white-color)}.design2024 .franchise_item::before{content:"";z-index:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;min-width:64px;width:64px;min-height:64px;height:64px;background:url("/local/templates/rtf2024/img/design2024/apteka_dev/gallery.png") center/contain no-repeat}.design2024 .blockElementsBI .franchise_item::before{content:none!important;display:none!important}.franchise_item__label{max-height:0}.design2024 .franchise_item .approve-wrapper{z-index:2;position:absolute;top:unset;bottom:0;left:unset;display:flex;justify-content:center;align-items:center;width:auto;padding-top:unset;padding-bottom:unset;border-radius:8px 8px 0;box-shadow:4px 4px 8px 0 rgba(55,185,203,.2);background-color:var(--white-color);color:var(--black-color);font-family:var(--font-family-base);font-weight:600;line-height:16px}.franchise_item__view{z-index:1;position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;border-radius:8px 8px 0 0;background-color:var(--white-color)}.franchises_list--horizontal .franchise_item__view{margin:10px 0;border:1px solid var(--gray3-color);border-radius:8px 8px 0 0}.franchise_item__view .image{min-width:100%;width:100%;height:auto;aspect-ratio:16/9}.franchises_list--horizontal .franchise_item__view .image{height:unset;aspect-ratio:unset;object-fit:contain}.franchise_item__descr{z-index:1;display:flex;flex:1;flex-direction:column;border-radius:0 0 8px 8px;background-color:var(--white-color)}.franchises_list--horizontal .franchise_item__descr{margin:8px 0;padding:0 0 0 12px}.franchise_item__text-content{display:flex;flex:1;flex-direction:column}.franchise_item__text-content:not(:last-child){margin-bottom:10px}.franchise_item__title{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;height:auto;color:var(--black-color);font-weight:600}.franchise_item__text{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;color:var(--black-color);font-size:16px;line-height:20px;text-transform:lowercase}.franchise_item__info{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:8px}.franchises_list--horizontal .franchise_item__info{flex-direction:column;justify-content:flex-start;align-items:flex-start}.franchise_item__info-text{display:flex;flex:1;flex-direction:column}.franchises_list--horizontal .franchise_item__info-text{overflow:hidden}.franchise_item__info-row{display:flex;flex-direction:column}.franchises_list--horizontal .franchise_item__info-row{flex-direction:row;flex-wrap:wrap;gap:4px}.franchise_item__info-title,.franchise_item__info-value{line-height:18px}.franchise_item__info-title{color:var(--gray1-color);text-transform:uppercase}.franchise_item__info-value{font-weight:600;white-space:nowrap}.franchise_item__action{display:flex;justify-content:flex-end;min-width:85px;width:85px;margin-left:auto}.franchises_list--horizontal .franchise_item__action{margin-left:auto}.franchise_item__action-item{min-width:36px;width:36px;min-height:36px;height:36px;padding:0;box-shadow:unset;background-color:transparent}.franchise_item__action-item.active,.franchise_item__action-item:active,.franchise_item__action-item:hover{box-shadow:unset;background-color:transparent}.franchise_item__action-item .icon{min-width:20px;width:20px;min-height:20px;height:20px}.franchise_item__action-item .icon:not(.icon-inline-style){fill:var(--gray2-color);stroke:var(--gray2-color)}.franchise_item__action-item:hover .icon:not(.icon-inline-style){fill:var(--black-color);stroke:var(--black-color)}.franchise_item__action-item.active .icon,.franchise_item__action-item.active .icon:not(.icon-inline-style),.franchise_item__action-item.active:hover .icon:not(.icon-inline-style),.franchise_item__action-item[data-card-contact]:hover .icon{fill:var(--gray1-color);stroke:var(--gray1-color)}.franchise_item__action-item.active .icon:not(.icon-active),.franchise_item__action-item:not(.active) .icon-active,.franchise_item__action-item[data-card-contact]:hover .icon:not(.icon-active){position:absolute;overflow:hidden;width:1px!important;height:1px!important;clip:rect(0 0 0 0)}.franchise_item__action-item[data-card-contact]:hover .icon-active{position:static;overflow:unset;width:24px!important;height:24px!important;clip:unset;opacity:1}.franchise_item__hover-action{position:absolute;top:8px;right:8px;display:flex;justify-content:center;align-items:center;min-width:28px;width:28px;min-height:28px;height:28px}.franchise_item__hover-action .btn{min-width:28px;width:28px;min-height:28px;height:28px;padding:0;overflow:hidden;border-radius:8px;background-color:var(--white-color);opacity:.8}.franchise_item__hover-action .btn:hover{background-color:var(--darkblue-color)}.franchise_item__hover-action .btn .icon{min-width:14px;width:14px;min-height:8px;height:8px;transform:rotate(-90deg);fill:var(--black-color);stroke:var(--black-color)}.franchise_item__hover-action .btn:hover .icon{fill:var(--white-color);stroke:var(--white-color)}@media (min-width:992px){.design2024 .franchises_list .franchises_list-container{gap:32px}.design2024 .franchises_list .franchises_list-wrapper{align-items:flex-start}.design2024 .franchises_list .franchises_list-wrapper:not(:last-child){margin-bottom:24px}.design2024 .franchises_list--sidebar .franchises_list-wrapper{gap:32px}.design2024 .franchises_list--sidebar .franchises_list-success_story{min-width:265px;width:265px}.design2024 .franchises_list .franchises_list-container:not(:last-child){margin-bottom:32px}.design2024 .franchise_item .approve-wrapper{right:0;top:44%;min-height:30px;height:30px;margin-top:-15px;padding-right:7px;padding-left:7px;font-size:14px}.design2024 .franchise_item .approve-wrapper__img{min-width:16px;width:16px;min-height:16px;height:16px}.franchises_list--horizontal .franchise_item__view{min-width:122px;width:122px;min-height:122px;height:122px;border-radius:8px}.franchise_item__descr{padding:8px 0 16px}.franchise_item__text-content{padding-left:16px;padding-right:16px}.franchise_item__info-text{padding-left:16px;gap:8px}.franchise_item__action{padding-right:16px;margin-right:-8px}.franchise_item__title{font-size:17px;line-height:22px}.franchise_item__title:not(:last-child){margin-bottom:4px}.franchise_item__text{-webkit-line-clamp:2;min-height:40px;height:40px}.franchise_item__info-row{gap:2px}.franchise_item__info-title{font-size:14px}.franchise_item__info-value{font-size:16px}.franchises_list--horizontal .franchise_item__info-value{font-size:15px}.design2024 .franchise_item:not(.no-hover):hover .franchise_item__view{opacity:0}.design2024 .franchises_list--horizontal .franchise_item:hover .franchise_item__view{opacity:1}.franchises_list--horizontal .franchise_item__action{margin-right:8px}.design2024 .franchise_item:hover .franchise_item__action{z-index:3}.franchises_list--horizontal .franchise_item:hover .franchise_item__action{z-index:unset;position:static;right:unset;bottom:unset}.franchise_item__hover{z-index:2;position:absolute;inset:0;padding:16px 44px 56px 16px;background-color:rgba(255,255,255,.9);backdrop-filter:blur(8px);overflow:hidden;border-radius:8px;color:var(--black-color);cursor:pointer;transition:var(--transition)}.franchises_list--horizontal .franchise_item__hover{display:none}.design2024 .franchise_item.no-hover .franchise_item__hover,.design2024 .franchise_item:not(:hover) .franchise_item__hover{width:1px!important;height:1px!important;clip:rect(0 0 0 0)!important;opacity:0}.franchise_item__hover-text{display:-webkit-box;-webkit-line-clamp:12;-webkit-box-orient:vertical;overflow:hidden;font-size:16px;line-height:19px}}@media (min-width:1200px){.design2024 .franchises_list .franchises_list-container{grid-template-columns:repeat(4,1fr)}.design2024 .franchises_list--sidebar .franchises_list-container{grid-template-columns:repeat(3,1fr)}.design2024 .franchises_list .banners_slider,.design2024 .franchises_list .promo-block-main{grid-column:1/5}.design2024 .franchises_list--horizontal .banners_slider,.design2024 .franchises_list--horizontal .promo-block-main{grid-column:1/3}.design2024 .franchises_list--sidebar .banners_slider,.design2024 .franchises_list--sidebar .promo-block-main{grid-column:1/4}}@media (max-width:991.98px){.design2024 .franchises_list .franchises_list-wrapper{flex-wrap:wrap}.design2024 .franchises_list .franchises_list-wrapper:not(:last-child){margin-bottom:16px}.design2024 .franchises_list .franchises_list-container{gap:16px}.design2024 .franchises_list .franchises_list-container:not(:last-child){margin-bottom:16px}.design2024 .franchise_item .approve-wrapper{right:0;top:36%;gap:2px;min-height:22px;height:22px;margin-top:-6px;padding-right:5px;padding-left:5px;font-size:11px}.design2024 .franchise_item .approve-wrapper__img{min-width:11px;width:11px;min-height:11px;height:11px}.franchises_list--horizontal .franchise_item__view{min-width:76px;width:76px;min-height:76px;height:76px;border-radius:4px}.franchise_item__label,.franchise_item__text-content{padding:4px 0 0 12px}.franchise_item__info-text{padding-left:12px}.franchise_item__selection{margin:10px 0 0}.franchises_list--horizontal .franchise_item__descr{padding:0 0 0 8px}.franchises_list--horizontal .franchise_item__text-content:not(:last-child){margin-bottom:8px}.franchise_item__title{font-size:16px;line-height:18px}.franchises_list--horizontal .franchise_item__title{display:block;-webkit-line-clamp:unset;min-height:unset;height:auto}.franchise_item__title:not(:last-child){margin-bottom:4px}.franchise_item__text{display:block;-webkit-line-clamp:unset;min-height:unset;height:auto}.franchises_list--horizontal .franchise_item__info,.franchises_list--horizontal .franchise_item__info-text{gap:4px}.franchises_list:not(.franchises_list--horizontal) .franchise_item__info-row:not(:first-child){display:none}.franchise_item__info-title,.franchise_item__info-value{font-size:14px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;white-space:normal}.franchise_item__action{padding-right:12px;margin-right:-4px}.franchises_list--horizontal .franchise_item__action{margin-top:0;margin-right:8px}.franchise_item__hover{display:none}}@media (max-width:767.98px){.fr-media-blog__content{grid-template-columns:1fr 1fr}.design2024 .franchises_list.franchises_list--horizontal .franchises_list-container{grid-template-columns:1fr}.design2024 .franchises_list.franchises_list--horizontal .banners_slider{grid-column:1/2}.design2024 .franchises_list--horizontal .banners_slider,.design2024 .franchises_list--horizontal .promo-block-main{min-width:100%;width:100%}}@media (max-width:575.98px){.design2024 .franchise_item{min-width:0;max-width:100%;width:100%;overflow:hidden}.franchise_item__action{margin-right:0;min-width:70px;width:70px;padding-right:0}.design2024 .franchises_list .banners_slider,.design2024 .franchises_list .promo-block-main{grid-column:1/3}.design2024 .franchises_list--horizontal .banners_slider,.design2024 .franchises_list--horizontal .promo-block-main{grid-column:1/2}.franchise_item__info-title,.franchise_item__info-value{font-size:10px}}@media (min-width:576px) and (max-width:767.98px){.design2024 .franchises_list .franchises_list-container{grid-template-columns:repeat(2,1fr)}.design2024 .franchises_list .banners_slider,.design2024 .franchises_list .promo-block-main{grid-column:1/3}.design2024 .franchises_list--horizontal .banners_slider,.design2024 .franchises_list--horizontal .promo-block-main{grid-column:1/2}}@media (min-width:768px) and (max-width:991.98px){.fr-media-blog__content{grid-template-columns:200px 1fr 1fr 1fr}.design2024 .franchises_list .franchises_list-container{grid-template-columns:repeat(3,1fr)}.design2024 .franchises_list .banners_slider,.design2024 .franchises_list .promo-block-main{grid-column:1/4}.design2024 .franchises_list--horizontal .banners_slider,.design2024 .franchises_list--horizontal .promo-block-main{grid-column:1/3}}@media (min-width:992px) and (max-width:1199.98px){.design2024 .franchises_list .franchises_list-container{grid-template-columns:repeat(3,1fr)}.design2024 .franchises_list--sidebar .franchises_list-container{grid-template-columns:repeat(2,1fr)}.design2024 .franchises_list .banners_slider,.design2024 .franchises_list .promo-block-main{grid-column:1/4}.design2024 .franchises_list--horizontal .banners_slider,.design2024 .franchises_list--horizontal .promo-block-main,.design2024 .franchises_list--sidebar .banners_slider,.design2024 .franchises_list--sidebar .promo-block-main{grid-column:1/3}}.design2024 .franchise_page__review{background-color:transparent}.design2024 #o-companii,.design2024 #otzivy,.design2024 #photo-video-wrapper,.design2024 #stoimost-i-usloviya,.design2024 #usloviya-zapuska,.design2024 #voprosi{margin-top:unset!important;padding-top:unset!important}.design2024 .franchise_page__review .owl-dots{display:none}.franchise_page__review .owl-carousel{margin-bottom:16px}.design2024 .franchise_page__review .franchise_page__review__share,.design2024 .franchise_page__review .owl-stage-outer{margin-bottom:0}@media (min-width:992px){.design2024 .franchise_page__review{margin-right:-40px;margin-left:-40px;padding:0 40px}}@media (max-width:991.98px){.design2024 .franchise_page__review{margin:0;padding:0}.design2024 .franchise_page__review__share{margin-top:unset}}.design2024 .blog-article-content-best{background-color:var(--white-color)}.design2024 .blog-article-links-block__text,.design2024 .blog-article-links-block__title{font-weight:600;line-height:1.2}.design2024 .blog-article-content-faq{gap:unset}.design2024 .blog-article-content-faq__accordion{position:relative;padding:0;font-weight:600}.design2024 .blog-article-content-faq__accordion::before{content:"";position:absolute;top:8px;left:0;margin:unset;background:url("/local/templates/rtf2024/img/design2024/chevron-down.svg#chevron-down") center/cover no-repeat;transition:var(--transition)}.design2024 .blog-article-content-faq__accordion:not(.active)::before{transform:rotate(-90deg)}.design2024 .blog-article-content-faq__panel:last-child{border:none}.design2024 .blog-article-content-faq__panel:last-child p:last-child{margin-bottom:0}@media (min-width:992px){.design2024 .blog-article-content-best{margin:unset;padding:32px}.design2024 .blog-article-links-block__title{gap:16px;margin:0 0 24px;padding:unset}.design2024 .blog-article-links-block__text,.design2024 .blog-article-links-block__title{font-size:24px}.design2024 .blog-article-links-block__icon{min-width:32px;width:32px;min-height:32px;height:32px}.design2024 .blog-article-content-faq{margin-bottom:-16px}.design2024 .blog-article-content-faq__accordion{padding-left:28px;font-size:20px;line-height:1.2}.design2024 .blog-article-content-faq__accordion::before{min-width:16px;width:16px;min-height:8px;height:8px}.design2024 .blog-article-content-faq__panel{margin-top:16px}.design2024 .blog-article-content-faq__panel:not(:last-child){margin-bottom:32px}.design2024 .blog-article-content-faq__panel p{margin-bottom:16px;padding:0 16px 0 32px;font-size:17px;line-height:1.2}}@media (max-width:991.98px){.design2024 .blog-article-links-block__title{gap:8px;margin:0 0 16px;padding:unset}.design2024 .blog-article-links-block__text,.design2024 .blog-article-links-block__title{font-size:18px}.design2024 .blog-article-links-block__icon{min-width:24px;width:24px;min-height:24px;height:24px}.design2024 .blog-article-content-faq{margin-bottom:-8px}.design2024 .blog-article-content-faq__accordion{padding-left:24px;font-size:17px;line-height:1.3}.design2024 .blog-article-content-faq__accordion::before{min-width:14px;width:14px;min-height:6px;height:6px}.design2024 .blog-article-content-faq__panel{margin-top:8px}.design2024 .blog-article-content-faq__panel:not(:last-child){margin-bottom:16px}.design2024 .blog-article-content-faq__panel p{margin-bottom:16px;padding:0 4px 0 28px;font-size:16px;line-height:1.2}}.design2024 .kwiz-block{margin:unset;border-radius:8px;background-repeat:no-repeat;background-position:center;-webkit-background-size:cover;background-size:cover}.design2024 .kwiz-block .go-to-kwiz{position:relative;display:flex;flex-direction:column;max-width:unset;height:auto;overflow:hidden;margin:unset;padding:unset;color:var(--black-color)}.design2024 .kwiz-block .title{color:var(--black-color);text-transform:uppercase}.design2024 .kwiz-block .title span{display:inline-flex;flex-wrap:wrap}.design2024 .kwiz-block .highlight{color:var(--darkblue-color)}.design2024 .kwiz-block .btn{min-width:190px;width:190px;margin:0 auto}@media (min-width:992px){.design2024 .kwiz-block .go-to-kwiz{gap:24px;padding:60px 48px}.design2024 .kwiz-block .title{padding-right:30%}}@media (max-width:991.98px){.design2024 .kwiz-block .go-to-kwiz{gap:40px;padding:20px 16px 60px}}@media (max-width:575.98px){.design2024 .kwiz-block{background-position:center right -180px}.design2024 .kwiz-block .title{padding-right:60px}}@media (min-width:576px) and (max-width:767.98px){.design2024 .kwiz-block{background-position:center right -60px}}.dtooltip{position:fixed;bottom:30px;left:50%;transform:translateX(-50%);background-color:rgba(0,0,0,.8);color:#fff;padding:16px;border-radius:8px;font-size:20px;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s;display:flex;align-items:center;justify-content:center;z-index:99999;width:520px;max-width:100%}.dtooltip .close-tooltip{background:#fff;color:#000;border-radius:8px;width:20px;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-weight:700;cursor:pointer;line-height:1;margin-left:10px;font-size:14px}.show-tooltip{opacity:1;visibility:visible}@media screen and (max-width:992px){.dtooltip{width:90%;bottom:60px;padding:16px;font-size:14px}.dtooltip.with-arrow::after{content:"";position:absolute;top:100%;right:30px;transform:translateX(-50%);border-width:6px;border-style:solid;border-color:rgba(0,0,0,.85) transparent transparent}}.divider{color:#888da0;display:flex;align-items:center;width:100%;margin:20px 0}.divider span{font-weight:400;white-space:nowrap;margin-right:10px}.divider .line{flex-grow:1;height:1px;background-color:#e3e7ee}#preloader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,.8);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;transition:opacity 1s,visibility 1s}.logo-preloader{width:240px;margin-bottom:20px;animation:1s forwards opacity}.changing-text{font-size:18px;opacity:1;transform:translateX(0);transition:transform .5s ease-in-out,opacity .5s ease-in-out}.slide-out{transform:translateX(50px);opacity:0}.slide-in{transform:translateX(-50px);opacity:0;animation:.5s forwards slideIn}@keyframes slideIn{from{transform:translateX(-50px);opacity:0}to{transform:translateX(0);opacity:1}}#preloader.hidden{opacity:0;visibility:hidden}.back-button{width:32px;height:32px;border-radius:50%;background:#f9fafb;border:none;box-shadow:0 4px 6px rgba(0,0,0,.05),0 1px 3px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s,box-shadow .3s;position:absolute;top:10px}.back-button__icon{font-size:20px;color:#6b7280}.back-button:hover{background:#f3f4f6;box-shadow:0 6px 8px rgba(0,0,0,.08),0 3px 6px rgba(0,0,0,.1)}.back-button:active{background:#e5e7eb}#modalFreeConsult{padding:40px 10px 0}#freeConsultForm .form-group.form-check,#modalFreeConsult .form-group.form-check{display:flex}.header-bottom__menu-dropdown-item{position:relative}.info-block{display:block;align-items:center;background-color:#e6f2ff;border-radius:8px;padding:10px 14px;font-family:Arial,sans-serif}.info-block.info-block-advise{display:block}.info-block__icon{display:flex}.info-block img{width:24px;height:24px;margin-right:4px;flex:0 0 auto;top:3px;position:relative}.info-block-advise .info-block__icon img{width:18px;height:18px;top:0}.info-block__text{font-size:16px;line-height:1.4;color:#333}.tf-franchise-advantages_list li::before,.tf-franchise-package_list li::before{content:"";position:absolute;left:4px;top:7px;width:11px;height:11px;background:linear-gradient(to bottom right,#7cbdec,#004fac);transform:rotate(45deg);box-shadow:0 0 2px rgba(0,0,0,.2);border-radius:1px}.tf-franchise-package_list{list-style:none;padding-left:0;margin:0 0 4px}.tf-franchise-advantages_list{list-style:none;padding-left:0;margin:0 0 16px}.tf-franchise-advantages_list li:not(:last-child),.tf-franchise-package_list li:not(:last-child){margin-bottom:0}.tf-franchise-advantages_list li,.tf-franchise-package_list li{position:relative;padding-left:25px}.expandable-block{width:100%;overflow:hidden}.expandable-block .text-container{position:relative;transition:max-height .3s}.expandable-block .text-container p a{text-decoration:underline;text-underline-offset:2px}.expandable-block .text-container.collapsed{max-height:450px;overflow:hidden}@media screen and (max-width:768px){.body2.header-banner-active .header2 .header-banner .push_info{padding-right:55px}.tf-franchise-advantages_list{margin:0 0 8px}.expandable-block .text-container.collapsed{max-height:780px}.tf-franchise-advantages_list li,.tf-franchise-package_list li{font-size:15px}}.expandable-block .text-container.collapsed::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:60px;background:linear-gradient(0deg,#f8f9ff,transparent);pointer-events:none}.expandable-block .toggle-btn{display:block;width:100%;transition:background-color .2s;color:#242731;border-radius:8px;border:1px solid #242731;padding:16px 56px;cursor:pointer;margin:10px auto;max-width:336px;background:0 0}.expandable-block .toggle-btn:hover{background-color:#242731;color:#fff}button[type=submit]:disabled,input[type=submit]:disabled{background:var(--disabled-color)!important;border:unset;cursor:not-allowed;box-shadow:none!important}
/* End */


/* Start:/local/templates/rtf2024/css/content/catalog.min.css?178523128031764*/
h2{font-size:24px;font-weight:600;text-align:left;margin:24px 0 16px}h3{font-size:18px;font-weight:600;text-align:left;margin:24px 0 16px}.fullDescrSectDesign h2{font-size:28px;margin-top:20px;margin-bottom:10px}.fullDescrSectDesign .center{display:block;max-width:100%;height:auto}.fullDescrSectDesign img.center{margin:30px auto}.fullDescrSectDesign .h3,.fullDescrSectDesign h3{font-size:24px;margin-top:20px;margin-bottom:10px}.fullDescrSectDesign p a{color:#ca4e19;text-decoration:none}.fullDescrSectDesign .FQ{max-width:1240px;border-radius:6px;background-color:#f5f5f5;padding:40px}.fullDescrSectDesign .FQ h3{margin-top:0;text-align:left;margin-bottom:25px;width:100%;color:#242731;font-size:28px;text-transform:none}.fullDescrSectDesign .FQ .card{box-shadow:0 2px 5px rgba(0,0,0,.1);border-radius:6px;background-color:#fff;margin-bottom:20px}.fullDescrSectDesign .FQ .Question{padding:20px;position:relative;padding-right:50px;color:#242731;font-size:16px!important;font-weight:700;margin:0!important;padding-left:55px}.fullDescrSectDesign .FQ .Question:after{content:"";background:url('/local/templates/rtf20/css/../img/question_icon.png') top center no-repeat;background-size:contain;width:25px;height:25px;left:20px;top:50%;transform:translateY(-50%);position:absolute}.fullDescrSectDesign .FQ .Question:before{width:30px;height:30px;background-color:#f4f2f1;border-radius:50%;display:flex;justify-content:center;align-items:center;position:absolute;top:20px;right:20px;padding:0}.fullDescrSectDesign .FQ .show{color:#242731;font-size:16px;padding:20px;padding-top:0;max-height:100%;opacity:1;box-sizing:border-box;margin:0!important}.fullDescrSectDesign .FQ .show div[itemprop=text]{margin-top:0}.fullDescrSectDesign .FQ .show div[itemprop=text] p{margin:0!important}.fullDescrSectDesign .FQ{margin-top:30px}.personal_name_tab{width:auto;display:inline-block;position:relative;color:#647080;font-size:30px;font-family:Roboto,sans-serif}.personal_name_tab .number_in_menu{right:-33px}.fullDescrSectDesign ol.mt{width:100%;padding-left:25px}.fullDescrSectDesign ol.mt li{margin-bottom:10px;list-style:decimal;font-size:17px;line-height:24px}.fullDescrSectDesign ul.mt{padding-left:25px}.fullDescrSectDesign ul.mt li{margin-bottom:10px;font-size:17px;line-height:24px;list-style:disc}.fullDescrSectDesign .img-responsive{border-radius:5px;margin-bottom:30px}.fr_about_text{width:100%;display:flex;justify-content:center;padding-bottom:45px}.fr_about_text p{line-height:25px;font-size:16px;color:#242731}.fr_about_text .title{color:#242731;font-size:24px;margin-bottom:15px}.faq_section{width:100%;display:flex;justify-content:center}.faq_section .inner{width:100%;border-radius:6px;background-color:#f5f5f5;padding:40px}.faq_section .h2{text-align:left;margin-bottom:25px}.faq_section ul{width:100%}.faq_section ul li{width:100%;box-shadow:0 2px 5px rgba(0,0,0,.1);border-radius:6px;background-color:#fff;margin-bottom:20px;list-style-type:none}.faq_section ul li .text{color:#242731;font-size:16px;padding:20px;padding-top:0;display:none}.faq_section ul li:last-child{margin-bottom:0}.fullDescrSectDesign .just{text-align:justify}.fullDescrSectDesign .mt{margin-top:-10px!important}.mainBlockProductOnRegion .fullDescrSectDesign .mt{margin-top:0!important}.fullDescrSectDesign .center{text-align:center;margin:0 auto}.fullDescrSectDesign .h3{font-size:24px;font-family:"PT Sans",sans-serif;line-height:28px;margin-bottom:20px;margin-top:25px;text-align:left}.fullDescrSectDesign .FQ{padding:40px;width:100%;max-width:1180px;min-width:400px;margin:0 auto;overflow:hidden}.fullDescrSectDesign .FQ h3{margin-bottom:10px}.fullDescrSectDesign .FQ .card{padding:0;border-bottom:1px solid #e7e7e7;overflow:hidden}.franchise_item .photo_link{position:relative}.franchise_item .photo_link::after{content:"";position:absolute;top:8px;right:8px;z-index:3;width:32px;height:32px;border-radius:10px;background:#fff url("/local/components/dev/franchise.item/templates/catalog_2/img/icons/card-chevron.svg") no-repeat center/7px 13px;box-shadow:0 8px 16px rgba(36,39,49,.18);pointer-events:none}.mainBlockProductOnRegion .franchise_item .photo_link::after{content:none}.category_content .franchise_item .approve-wrapper,.design2024 .category_content .franchise_item .approve-wrapper,.design2024 .main_category .franchise_item .approve-wrapper,.design2024 .popular_franchise .franchise_item .approve-wrapper,.franchise_item .approve-wrapper,.main_category .franchise_item .approve-wrapper,.popular_franchise .franchise_item .approve-wrapper{border-radius:0 8px 8px 8px;z-index:4}@media (max-width:767.98px){.franchise_item .photo_link::after{top:6px;right:6px;width:28px;height:28px}}.fullDescrSectDesign .Question{display:flex;font-size:20px!important;font-weight:600;line-height:30px;cursor:pointer;margin:10px 10px 20px!important}.fullDescrSectDesign div[itemprop=acceptedAnswer] p{margin:10px 40px 10px!important;line-height:28px}.fullDescrSectDesign div[itemprop=acceptedAnswer] ul,div[itemprop=acceptedAnswer] ol{margin-left:16px;margin-top:20px!important}.fullDescrSectDesign div[itemprop=text]{margin-top:-10px}.fullDescrSectDesign .Answer{max-height:0;padding:0;opacity:0;z-index:-10}.fullDescrSectDesign .Question::before{content:'❮';display:flex;justify-content:center;align-items:center;font-weight:400;padding:0 15px;transform:scaleY(-1) rotate(90deg);transition:all .2s ease-out}.fullDescrSectDesign .show{padding:0 10px 20px;max-height:100%;opacity:1;box-sizing:border-box}.fullDescrSectDesign .down::before{transform:scaleY(1) rotate(90deg)}.fullDescrSectDesign .tab-default,.fullDescrSectDesign table{width:100%;max-width:1000px;margin:0 auto 20px}.fullDescrSectDesign .tab-default th,.fullDescrSectDesign table th{text-align:center;padding:6px;font-size:larger;font-weight:lighter;background:#eee;border:1px solid #999}.fullDescrSectDesign .tab-default td,.fullDescrSectDesign table td{text-align:center;padding:6px 10px;background:#f9f9f9;border:1px solid #999;font-family:"PT Sans",sans-serif;font-size:17px}.fullDescrSectDesign .tab-default td:first-child,.fullDescrSectDesign table td:first-child{text-align:left}.fullDescrSectDesign .seo-block-content h2{font-size:28px!important}.fullDescrSectDesign .big_img{border-radius:5px;display:block;height:auto;max-width:100%;margin-bottom:28px}.h-inline{display:inline!important}.fullDescrSectDesign .fr-styles table{max-width:100%;width:100%;margin-bottom:30px;margin-top:30px}.fullDescrSectDesign div.fr-styles:hover{scrollbar-color:#EB6124 transparent}.fullDescrSectDesign div.fr-styles{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#e0e0e07a transparent;transition:scrollbar-color .3s ease}.fullDescrSectDesign .fr-styles table td,.fullDescrSectDesign .fr-styles table th{text-wrap:unset}.fullDescrSectDesign .fr-styles .tab-default td:first-child,.fullDescrSectDesign .fr-styles table td:first-child{text-align:center}.fullDescrSectDesign .fr-styles .table-default table td,.fullDescrSectDesign .fr-styles .table-default table th,.fullDescrSectDesign .fr-styles table td,.fullDescrSectDesign .fr-styles table th{background:0 0;border:none;background:0 0;padding-left:20px;padding-right:20px;background:0 0;justify-content:flex-start;align-items:center;padding-top:12px;padding-bottom:12px;vertical-align:middle;border-right:1px solid #fff}.fullDescrSectDesign .fr-styles table td:last-child,.fullDescrSectDesign .fr-styles table th:last-child{border-right:none}.fullDescrSectDesign .fr-styles table tr{width:100%;justify-content:space-between;align-items:center}.fullDescrSectDesign .fr-styles table tbody{width:100%}.fullDescrSectDesign .fr-styles table tbody tr{background-color:#fff}.fullDescrSectDesign .fr-styles table tbody tr:nth-child(odd){background-color:#f5f5f5}.fullDescrSectDesign .fr-styles table td{color:#000;font-size:16px}.fullDescrSectDesign .fr-styles table thead{width:100%;background-color:#e3f2ff}.fullDescrSectDesign .fr-styles table thead th{color:#000;font-size:16px;font-weight:700}.fullDescrSectDesign .fr-styles table.left_content td,.fullDescrSectDesign .fr-styles table.left_content th{text-align:left!important}.catalog_main_wrap{width:100%;display:flex;justify-content:center;margin-bottom:30px}.catalog_main_wrap .container{display:flex;justify-content:space-between;align-items:stretch}.catalog_main_wrap .text_cont{width:calc(100% - 364px);border-radius:6px;background:url("/local/templates/rtf20/css/../img/back6.jpg") top center no-repeat;background-size:cover;padding:30px 36px 30px 40px;margin-right:10px}.catalog_main_wrap .text_cont p{color:#242731;font-size:16px;margin-bottom:0}.catalog_main_wrap .text_cont p.title{font-size:28px;margin-bottom:15px}.catalog_main_wrap .right_cont{width:100%;max-width:343px;display:flex;flex-direction:column;justify-content:center}.catalog_main_wrap .right_cont .row{width:100%;border-radius:6px;padding:15px 17px;display:flex;justify-content:flex-start;align-items:center}.catalog_main_wrap .right_cont .row:first-child{background-color:#fff3fc}.catalog_main_wrap .right_cont .row:last-child{background-color:#e2ffef}.catalog_main_wrap .right_cont .row figure{width:35px;display:flex;justify-content:center;align-items:center;margin-right:14px}.catalog_main_wrap .right_cont .row p{width:auto;color:#242731;font-size:15px}.catalog_main_wrap .text_cont .title{color:#242731;font-size:28px;line-height:25px;margin-bottom:15px;width:100%}.fancybox-slide--html .fancybox-close-small{padding:0;width:40px;height:40px;background-image:url(/local/templates/rtf20/css/../img/modal_close.svg);top:0;right:0;background-repeat:no-repeat;background-position:center center}.fancybox-slide--html .fancybox-close-small svg{display:none}.franch_review,.send_request{width:100%;max-width:459px}.share_modal{max-width:520px}.share_modal .inner{width:100%;display:flex;flex-direction:column;align-items:center}.share_modal .title_paragraph{text-align:center;color:#000;font-size:24px;line-height:26px;margin-bottom:17px}.share_modal .soc_list{display:flex;justify-content:center;align-items:center;margin-bottom:40px}.share_modal .soc_list li{margin:0 10px}.share_modal .soc_list li a{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:6px}.share_modal .soc_list li a:hover{transform:translateY(-5px)}.share_modal .soc_list li .facebook{background-color:#3b5999}.share_modal .soc_list li .facebook img{width:11px}.share_modal .soc_list li .vk{background-color:#4d76a2}.share_modal .soc_list li .vk img{width:22px}.share_modal .soc_list li .insta{background-color:#41729b}.share_modal .soc_list li .insta img{width:19px}.share_modal .soc_list li .youtube{background-color:red}.share_modal .soc_list li .youtube img{width:23px}.share_modal .soc_list li .whatsaap{background-color:#39aa44}.share_modal .soc_list li .whatsaap img{width:19px}.share_modal .soc_list li .viber{background-color:#7d519e}.share_modal .soc_list li .viber img{width:20px}.share_modal .soc_list li .telegram{background-color:#27aed6}.share_modal .soc_list li .telegram img{width:18px}.share_modal .copy_link{display:flex;justify-content:center;align-items:center;color:#1e70b9;font-size:14px}.share_modal .copy_link:hover{text-decoration:underline}.share_modal .copy_link img{margin-right:9px}.jaloba_modal{max-width:459px}.jaloba_modal .lbls_bl label{margin-bottom:15px}.jaloba_modal .lbls_bl label:last-child{margin-bottom:0}.thanks_modal{max-width:580px}.thanks_modal .inner2{display:flex;flex-direction:column;align-items:center}.modal_item .bold_p,.thanks_modal .bold_p{text-align:center;color:#000;line-height:1.6}.thanks_modal .control_list{width:100%;max-width:330px;display:flex;justify-content:center;align-items:flex-start;gap:16px;list-style-type:none;padding-left:0;margin-left:0}.thanks_modal .control_list li{min-width:150px}.thanks_modal .control_list a{display:flex;flex-direction:column;align-items:center;color:#000;font-size:18px;line-height:22px;text-align:center}.thanks_modal .control_list a figure{display:flex;justify-content:center;align-items:center;border-radius:50%;width:70px;height:70px;background-color:#f5f5f5;margin-bottom:15px}@media (min-width:992px){.modal_item .bold_p,.thanks_modal .bold_p{font-size:24px;margin-bottom:20px}}@media (max-width:991.98px){.thanks_modal{width:calc(100vw - 32px)}.modal_item .bold_p,.thanks_modal .bold_p{font-size:18px;margin-bottom:12px}}.main_form{width:100%;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}#captcha_modal .main_form{max-width:400px;min-width:200px}#captcha_modal .main_form .g-recaptcha{display:flex;justify-content:space-evenly}.main_form .block{width:calc(50% - 10px);margin-bottom:15px;position:relative}.main_form .block:last-child{margin-bottom:0}.main_form .block .string_input{width:100%;height:40px;border-radius:6px;background-color:#fff;background:#fff;border:none;padding-left:10px;padding-right:6px;color:#686868;font-size:14px}.main_form .block .string_input::placeholder{color:#686868;font-size:14px}.main_form .block .phone_multicode{padding-left:52px}.main_form .block button{width:100%;height:46px;border-radius:6px;background-color:#1e70b9;display:flex;justify-content:center;align-items:center;border:none;color:#fff;font-size:16px}.main_form .block button img{margin-right:9px}.main_form .block button:hover{background-color:#3381c7}.main_form .block label{position:relative;display:flex;justify-content:flex-start;align-items:flex-start}.main_form .block label input{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:2;opacity:0;cursor:pointer}.main_form .block label input:checked+.default>img{opacity:1}.main_form .block label .default{width:18px;height:18px;border-radius:3px;background-color:#fff;display:flex;justify-content:center;align-items:center}.main_form .block label .default img{transition:.3s;opacity:0}.main_form .block label p{width:calc(100% - 18px);padding-left:10px;position:relative;z-index:3;color:#000;font-size:13px;line-height:17px}.main_form .block label p a{text-decoration:underline;padding-bottom:1px;color:#000}.main_form .block textarea{width:100%;border-radius:6px;background-color:#f4f2f1;height:80px;border:none;resize:none;padding:15px 10px;color:#686868;font-size:14px;font-family:"PT Sans"}.main_form .block textarea::placeholder{color:#686868;font-size:14px;font-family:"PT Sans"}.modal_wrapper .main_form .block.block-form-check{font-size:14px;font-family:"PT Sans";padding-left:5px;margin-bottom:5px}.modal_wrapper .main_form .block{width:100%}.modal_item{padding:40px 20px 20px;border-radius:6px}.modal_item .modal_name{text-align:center;color:#000;font-size:28px;line-height:28px;margin-bottom:30px}.modal_item .main_form_inp_long .block{width:100%}.modal_item .block .string_input{background-color:#f4f2f1}.modal_item .block label .default{background-color:#f4f2f1}.modal_item .required_p{text-align:center;color:#000;font-size:14px;line-height:14px;margin-top:-5px;margin-bottom:10px}.modal_item .block_textarea{width:100%}.modal_item .about_sizes{color:#000;font-size:13px;line-height:13px;margin-top:5px}.modal_item .block .file_input{padding:7px}.modal_item .under_title{text-align:center;color:#000;font-size:16px;line-height:16px;margin-bottom:27px;margin-top:-15px}.franchises_list-success_story{background:#fff;padding:20px;border-radius:8px;box-shadow:0 8px 16px 0 #342F7708}.franchises_list-success_story .title{font-size:17px;font-weight:600;line-height:20px;text-align:left;margin-bottom:20px}.franchises_list-success_story img{border-radius:8px}figure{margin:0}.nameQuestion{cursor:pointer}.nameQuestion p{margin-bottom:0}.blockLink,.catalogSB .blockTopLink .blockInvestLink .blockLink>ul,.faq_section ul{padding:0}.catalogSB .blockTopLink li{list-style-type:none}.modal-md{max-width:800px}.modal-content{display:none}.modal_wrapper .js-review-modal{display:none}.modal_wrapper .text_in{max-height:initial;float:none}.filter_advanced.open .filter_advanced_list{height:auto}.filter_advanced.open .filter_advanced_list:before{display:none}.filter_advanced .see_all{min-width:150px;display:none}@media screen and (max-width:768px){.catalogSB .blockTopLink .blockInvestLink,.catalogSB .blockTopLink .blockInvestLink .blockLink>ul,.catalogSB .blockTopLink .blockTermLink,.catalogSB .catalog_main_wrap .text_cont,.catalogSB .sectionsFranchisesList .section_item.ssb_3,.catalogSB .sectionsFranchisesList .section_item.ssb_4{width:100%}footer .middle_area .column:nth-child(3){width:100%;padding-top:30px;padding-bottom:30px;border-top:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4}footer .middle_area .column:last-child{display:flex;flex-direction:column;align-items:center;width:100%}footer .middle_area .column:last-child .bold{text-align:center}footer .middle_area .column ul li a{font-size:14px}footer .middle_area .column .socl_list li a span{display:none}footer .middle_area .column .socl_list{max-width:182px;justify-content:space-between;align-items:center;display:flex}footer .middle_area .column .socl_list li{margin-bottom:0}footer .middle_area .column .socl_list li a img{margin-right:0}footer .middle_area{padding-bottom:0}footer .bottom_area{flex-direction:column;align-items:center}footer .bottom_area ul{flex-direction:column;align-items:center;margin-bottom:10px}footer .bottom_area ul li{margin-bottom:10px}footer .middle_area .column:first-child ul,footer .middle_area .column:nth-child(2) ul{padding-right:10px}.h2{font-size:22px}.main_block{padding-top:0}.main_block .slider .inside .text .title{font-size:20px;margin-bottom:5px}.about_fr .slider .slide .inside .text .title{font-size:20px;margin-bottom:2px}.about_fr .slider .slide .inside .text{padding-top:26px;padding-left:16px}.about_fr{padding-bottom:40px}.franchise_info_section .standrt_cont p.h3,.h3{font-size:22px}.franchise_info_section .standrt_cont p.h2,.h2{font-size:24px}.popular_franchise .h3{margin-bottom:20px}.franchise_filter{padding-left:15px;padding-right:15px}.bottom_filter_catalog .see_catalog{position:static;transform:none;margin-top:17px}.bottom_filter_catalog{flex-direction:column;align-items:center}.fr_text_about .inside{padding:36px 15px}.fr_text_about .title{font-size:20px}.video_review_fr{margin-top:40px;padding-bottom:40px}.diskount_form_wrap .inner{flex-direction:column;align-items:center;padding:40px 15px}.diskount_form_wrap .inner .title{text-align:center;font-size:22px;margin-bottom:8px;line-height:25px}.diskount_form_wrap .inner .right p{text-align:center;font-size:16px}.diskount_form_wrap .inner .right form button{max-width:68px}.diskount_form_wrap .inner .right form input{width:calc(100% - 78px)}.diskount_form_wrap{margin-bottom:45px}header .bottom_area{display:none}header .top_area .tel_item{display:none}.search_section form{display:none}.search_section .search_link_mobile{display:block;border-radius:6px}.catalog_main_wrap .text_cont{padding:30px 10px}.catalog_main_wrap .text_cont p.title{font-size:24px}.find_fr_filter .inner{padding:40px 15px}.find_fr_filter .top_area .top_area-btn-right .top_area-btn-right-postavshchiki{display:none}.find_fr_filter .top_area .toggle_btn{display:none}.find_fr_filter .bottom_cont .bottom_cont-btn-center{display:flex}.find_fr_filter .toggle_btn_mob{display:block;margin-top:10px;margin-bottom:20px}.find_fr_filter .middle_cont .top .filter_btn{display:none}.find_fr_filter .filter_btn.filter_btn2_mob{display:flex}.find_fr_filter .middle_cont{display:flex;flex-direction:column;align-items:center}.find_fr_filter .middle_cont .bottom{flex-direction:column;align-items:center}.find_fr_filter .middle_cont .bottom .checklist,.find_fr_filter .middle_cont .bottom .money_month{width:100%;max-width:400px}.find_fr_filter .middle_cont .bottom,.find_fr_filter .middle_cont .bottom .selectric-wrapper{margin-top:0}.find_fr_filter .middle_cont .bottom .checklist{margin-top:20px;margin-bottom:15px}.popular_franchise .top_area{flex-direction:column;align-items:center}.popular_franchise .top_area .fr_p{width:100%;margin-bottom:45px}.popular_franchise_mod .h3{margin-bottom:12px}.bottom_filter_catalog.bottom_filter_catalog_mod .navigation{order:2;margin-top:20px}.fr_about_text .title{font-size:22px}.fr_about_text{margin-top:40px;padding-bottom:38px}.faq_section .inner{padding:40px 15px}.faq_section ul li a{padding:20px 15px;padding-right:50px}.franchise_info_section .standrt_cont .h3,.franchise_info_section .standrt_cont p.h3{font-size:20px;line-height:28px}.franchise_info_section .standrt_cont .h2,.franchise_info_section .standrt_cont p.h2{font-size:22px;line-height:28px}.franchise_info_section .standrt_cont .h3,.franchise_info_section .standrt_cont p.h3{margin-top:0}.advanced_info_section .photos_slider_wrap{padding:40px 0;padding-left:15px;width:calc(100% + 30px);margin-left:-15px}.advanced_info_section .photos_slider_wrap .slider_wrap .arrow{display:none}.recommend_categories .slick-list{padding:0 20% 0 0}.recommend_categories .slider_wrap .arrow{display:none}.recommend_categories .slide{margin-left:0;margin-right:6px}.recommend_categories .slide img{height:150px}.seen_franchise .slider .slide{padding:20px 15px}.block_mob_down{display:flex}.bomj_franchise .list_franchises .slide{width:100%;max-width:450px;margin-left:0;margin-right:0;align-items:flex-start;padding-bottom:20px;height:auto}.bomj_franchise .list_franchises{width:100%;margin-left:0;margin-right:0;flex-direction:column;align-items:center}.bomj_franchise .inner{padding:30px 15px}.bomj_franchise .top{align-items:flex-start}.bomj_franchise .top .text .title{font-size:20px;line-height:28px}.bomj_franchise .list_franchises .slide.hidden{display:none}.page_contains_fixed{justify-content:space-between;align-items:center;padding:10px 0;padding-left:15px;padding-right:25px;background-color:#f4f2f1;z-index:10;top:54px;left:0;right:0;position:fixed}.page_contains_fixed.active{display:flex}.page_contains_fixed .cont_page{display:flex;justify-content:flex-start;align-items:center;color:#000;font-size:16px}.page_contains_fixed .cont_page img{margin-right:9px}.page_contains_fixed ul{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:74px}.page_contains_fixed ul a{display:flex;justify-content:center;align-items:center}.bottom_fixed_block{display:none}.modal_item{padding-left:20px;padding-right:20px}.modal_wrapper .main_form .block{width:100%}.modal_item .modal_name{font-size:22px}.main_block .h2{line-height:30px}.main_block .slider{width:calc(100% + 10px);margin-left:0}.about_fr .container{padding-right:0}.franchise_item .bottom_area .left span{margin-bottom:1px}.franchise_filter{width:100%;margin-left:0;margin-right:0}footer .middle_area .column:last-child .bold{font-weight:400}.find_fr_filter .filter_btn.filter_btn2_mob{width:100%;max-width:400px}.flex_container .find_fr_filter{order:2;margin-bottom:40px}.flex_container .video_review_fr{order:1;margin-top:0;padding-bottom:30px}.find_fr_filter .top_area .title{font-size:18px}.bottom_filter_catalog.bottom_filter_catalog_mod .navigation .nav-item_btn{font-size:16px}.bottom_filter_catalog .show_more.show_more_mod{width:100%}.bottom_filter_catalog{padding-left:0;padding-right:0}.filter_mobile_icon{display:flex}.faq_section .h2{line-height:32px}.faq_section .container{padding-left:0;padding-right:0}.faq_section ul li{margin-bottom:15px}button.get_bus_plan{display:flex}.cont_block{flex-direction:column;align-items:center}}@media screen and (max-width:991px){.about_fr_banner .banner_mob_main{display:block;text-align:center}.banner_mob_main img{max-width:343px}.franchise_filter .filter_list li{width:50%}header .logo p{display:none}header .top_area .tel_item{font-size:19px}header .top_area .search_form{max-width:350px}nav .nav_link{font-size:14px}.franchise_item{width:calc(50% - 20px)}.reviews_news_wrap .container{flex-direction:column;align-items:center}.reviews_news_wrap .left_side{margin-bottom:40px}.franchise_filter .filter_list{height:auto;flex-direction:row;flex-wrap:wrap}.catalog_main_wrap .container{flex-direction:column;align-items:center}.catalog_main_wrap .container .title{order:1}.catalog_main_wrap .container .text_cont{order:3}.catalog_main_wrap .container .right_cont{order:2;margin-bottom:20px}.catalog_main_wrap .text_cont{width:100%;margin-bottom:20px}.catalog_main_wrap .right_cont{max-width:unset}.catalog_main_wrap .right_cont .row{margin-bottom:10px}.catalog_main_wrap .right_cont .row:last-child{margin-bottom:0}.h1{font-size:22px}.breadcrumbs_cont .tovar_id,.tovar_main_block .h1,.tovar_main_block .left_side .main_slider_cont .arrow,.tovar_main_block .left_side .small_slider,.tovar_main_block .right_side{display:none}.mobile_hidden_section{display:flex}.tovar_main_block .content{border:none;justify-content:center;padding-bottom:0}.tovar_main_block .left_side{width:100%;max-width:600px;padding-right:0}.tovar_main_block .left_side .under_slider_cont{display:none}.franchise_info_section{padding-top:0}.franchise_info_section .container{flex-direction:column;align-items:center}.franchise_info_section .left_side{width:100%;padding-right:0}.franchise_info_section .standrt_cont .h2{line-height:30px}.about_fr_digit_mobile{display:block}.franchise_info_section .right_side .about_fr_digit{display:none}.about_fr_digit.about_fr_digit_mobile{display:block}.about_fr_digit.about_fr_digit_mobile .h3{font-size:24px;line-height:28px;margin-top:0;margin-bottom:17px}.about_fr_digit.about_fr_digit_mobile .row_item p{margin-bottom:0}.fr_logo_download{display:flex}.sticky_form{position:static}.sticky_form.sticky_form_mobile{display:block;padding:0;border:none;margin-bottom:25px}.sticky_form.sticky_form_mobile .avatar_item{display:none}.advanced_info_section .reviews_wrap{margin-bottom:37px}.get_bussiness_plan,.page_achors{display:none}.recommend_categories{margin-top:40px}.bomj_franchise .list_franchises .slide{width:calc(50% - 20px)}header .logo{display:flex;justify-content:center;align-items:center}.articles_reviews_franchz ul li{width:calc(25% - 6px);margin-left:3px;margin-right:3px}.articles_reviews_franchz ul{width:calc(100% + 6px);margin-left:-3px;margin-right:-3px}.articles_reviews_franchz .inner{padding:40px 20px}.articles_reviews_franchz ul li a img{height:160px}nav .item .hovered_area{left:-300px}}@media screen and (max-width:650px){.about_fr .slick-list,.main_block .slick-list{padding:0 10% 0 0}.reviews_news_wrap .left_side{padding:40px 15px}.franchise_filter .top a{display:none}.franchise_filter .top p{width:100%;text-align:center}.franchise_filter .filter_list li{width:100%}.franchise_filter .filter_list{height:154px;overflow:hidden;position:relative;padding-bottom:10px;border-bottom:none}.franchise_filter .filter_list:before{content:"";position:absolute;left:0;right:0;bottom:0;height:10px;background-color:#f5f5f5;opacity:.7;width:100%;z-index:3;filter:blur(2px)}.franchise_filter .mobile_cont{display:flex;flex-direction:column;align-items:center;padding-bottom:30px;border-bottom:1px solid #ebebeb;margin-bottom:30px}.franchise_filter .mobile_cont a,.franchise_filter .mobile_cont button{color:#000;font-size:15px;padding-bottom:2px;border-bottom:1px dashed #000;background:0 0}.franchise_filter .mobile_cont .toggle_link{margin-bottom:25px;padding-left:0;padding-right:0}.filter_advanced_list li a{min-height:36px}.filter_advanced{display:flex;flex-direction:column;align-items:center}.filter_advanced .filter_advanced_list{position:relative;height:86px;overflow:hidden;margin-bottom:15px}.filter_advanced .filter_advanced_list:before{content:"";position:absolute;left:0;right:0;bottom:0;height:20px;background-color:#f5f5f5;opacity:.7;width:100%;z-index:3;filter:blur(2px)}.filter_advanced .see_all{display:block;padding-left:0;padding-right:0}.reviews_news_wrap .right_side .h3{text-align:left}.franchise_filter{padding-left:0;padding-right:0}.main_block .slider .slide{width:400px}.main_block .slider .inside .text{max-width:150px;position:relative;z-index:3}.main_block .slider .slide.slide4 .inside img{right:10px}.main_block .slider .inside img{max-width:160px}.main_block .slider .inside{padding-left:15px;padding-bottom:15px;height:180px}header .top_area .search_form{max-width:calc(100% - 120px)}header .top_area .search_form button{right:13px}header .top_area .search_form input{padding-right:35px}header .top_area .search_form input::placeholder{font-size:14px}.about_fr .slider .slide .inside,.about_fr .slider .slide .inside img{height:126px}.advanced_info_section .images_block,.fr_about_text .images_block,.franchise_info_section .standrt_cont .images_block{flex-direction:column;align-items:center;margin-bottom:26px}.advanced_info_section .images_block,.fr_about_text .images_block,.franchise_info_section .standrt_cont .images_block{width:100%;max-width:100%}.advanced_info_section .images_block img,.fr_about_text .images_block img,.franchise_info_section .standrt_cont .images_block img{width:100%!important}.advanced_info_section .images_block img:first-child,.fr_about_text .images_block img:first-child,.franchise_info_section .standrt_cont .images_block img:first-child{margin-bottom:10px!important}.advanced_info_section .count_money{padding:37px 19px}.advanced_info_section .photos_slider_wrap .slick-list{padding:0 20% 0 0}.advanced_info_section .photos_slider_wrap .slick-slide{margin-right:20px}.advanced_info_section .photos_slider_wrap .slick-slide img{height:229px;width:100%}.franchise_info_section .h3,.franchise_info_section .standrt_cont p.h3{font-size:18px;line-height:28px}.franchise_info_section .h2,.franchise_info_section .standrt_cont p.h2{font-size:20px;line-height:28px}.advanced_info_section .video_slider_wrap{padding:40px 15px;width:calc(100% + 30px);margin-left:-15px}.advanced_info_section .photos_slider_wrap .h3{padding-right:15px}.recommend_categories .slide img{height:130px}.recommend_categories .slide p{font-size:16px;line-height:26px;padding:0 14px;text-align:center;word-wrap:break-word}.bottom_filter_catalog .show_more{width:90%;margin-left:10px;margin-right:10px}.video_review_fr .h2{margin-bottom:20px}.our_stories_wrap .slider,.reviews_news_wrap .left_side .slider,.video_review_fr .slider{width:calc(100% + 25px);margin-right:-15px}.reviews_news_wrap .left_side .h3{margin-bottom:20px}.reviews_news_wrap .left_side .slider .slide a .text{height:calc(100% - 162px)}.reviews_news_wrap .left_side .slider .slide a{min-height:initial}.reviews_news_wrap .left_side .slider .slide a .text p{min-height:72px}footer .mobile_br{display:block}footer .top_area p{line-height:18px;margin-top:8px}footer .middle_area .column:first-child ul,footer .middle_area .column:nth-child(2) ul{padding-right:0;max-width:141px}.cont_block{flex-wrap:wrap}.cont_block div{padding-left:0;padding-right:0;margin-bottom:5px}}.error_msg_own{position:absolute;box-shadow:0 2px 30px rgba(0,0,0,.3);background-color:#fff;width:294px;top:-122px;z-index:5;left:50%;transform:translateX(-50%);padding:19px 19px;padding-bottom:18px;border-radius:6px;opacity:0;visibility:hidden;transition:.3s}.error_msg_own.active{opacity:1;visibility:visible}.error_msg_own:after{content:"";width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #fff;position:absolute;left:50%;transform:translateX(-50%);bottom:-10px}.error_msg_own p{color:#000;font-size:16px;font-weight:700;line-height:20px}.error_msg_own .tel{font-size:18px;font-weight:400;margin-top:10px}.block .blockMessage .textMessage{font-size:14px;font-family:"PT Sans";line-height:1.2;padding-left:30px}.block .blockMessage{background:url(/local/templates/rtf20/css/../img/dev/iconGreenCheck.png) no-repeat 0 0}.block .blockMessage .textMessage{font-size:14px;font-family:"PT Sans";line-height:1.2;padding-left:30px}.block .blockMessage input[name=formsRules]{display:none}
/* End */


/* Start:/local/components/dev/banner.push/templates/top_header/style.css?17392690582151*/
.push-fixed {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999;
    transition: .3s;
}

.push-fixed__block {
    position: absolute;
    top: 150px;
    right: 15px;
    width: 350px;
    padding: 10px 15px;
    background: #FFFFFF;
    box-shadow: 2px 3px 4px rgb(0 0 0 / 20%);
    border-radius: 12px;

    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;

    color: #242731;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 12px;
}

.push_lblock, .push_rblock {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}
.push_rblock { width: 15%; align-items: flex-end;}
.push_lblock { width: 85%; align-items: flex-start;}

.push_details {
    color: #EC6022;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

.push_details span{
    font-size: 16px;
}

.push_details svg {
    width: 15px;
}

.push_close svg {
    width: 12px;
}

.push_logo img{
    width: 100%;
    height: auto;
    max-width: 130px;
}

/*.push-fixed__wrapper {*/
/*    position: relative;*/
/*}*/

/*.push-fixed__info {*/
/*    font-size: 14px;*/
/*    padding-right: 12px;*/
/*    margin-bottom: 12px;*/
/*}*/

/*.push-fixed__footer {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    gap: 10px;*/
/*}*/

/*.push-fixed__footer img {*/
/*    max-width: 130px !important;*/
/*}*/

/*.push-fixed__footer a {*/
/*    color: #EC6022;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 5px;*/
/*}*/

/*.push-fixed__footer a svg {*/
/*    width: 15px;*/
/*}*/

/*.push-fixed__close {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    cursor: pointer;*/
/*}*/

/*.push-fixed__close svg {*/
/*    width: 12px;*/
/*}*/

@media screen and (max-width: 550px) {
    .push-fixed__block {
        margin: auto;
        left: 0;
        right: 0;
        width: calc(100% - 20px);
        top: 60px;
    }
}

.push_rblock .banner-marker{
    position: relative;
    top: auto;
    right: 0;
    display: flex;
}

.push_rblock .banner-marker svg{
    transform: rotate(90deg);
}
/* End */


/* Start:/local/components/dev/mainMenuNew/templates/2024/style.css?1763377368734*/
.design2024 .header-bottom__menu-link__image{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    text-decoration: none;
    opacity: 1;
    visibility: visible;
    padding: 5px;
    height: auto;
    white-space: normal;
    gap: 10px;

}
.design2024 .header-bottom__menu-link__image{
   padding: 5px;
    height: auto;
    white-space: normal;
    gap: 10px;
}
.header-bottom__menu-link__image .image-wrapper{
    flex: 0 0 37px;
    height: 37px;
}
.body2 .header-bottom__menu-link.header-bottom__menu-link__image .text-content{
    flex: 0 1 auto;
    display: flex;
    flex-wrap: wrap;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
}



/* End */


/* Start:/local/components/dev/marking_info/templates/.default/style.css?17609501841835*/
.banner-marker {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    opacity: 0.85;
    z-index: 1;
    cursor: pointer;
}
.banner-marker__inner {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.banner-marker {
    display: flex;
    align-items: center;
    right: 20px;
    top: 10px;
    border-radius: 17px;
    padding: 1px 4px 1px 16px;
    font-size: 0.85em;
}
.banners_slider .banner-marker {
    top: 30px;
    font-size: 1em;
}
.banner-marker__content {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    width: fit-content;
    min-width: 15vw;
    font-size: 12px;
    padding: 10px;
    padding-right: 15px;
    border-radius: 8px;
    line-height: 16px;
    color: #000;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
/*
@media (max-width: 767px) {
    .banner-marker__content {
        top: -25px;
    }
}
*/
@media (max-width: 500px) {
    .banner-marker__content {
        width: 50vw;
    }
}
.banner-marker__content.active {
    display: block;
}
.banner-marker__content_top {
    width: fit-content;
}
.banner-marker__content_close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    z-index: 10;
}
.banner-marker__content_close svg {
    width: 15px;
    height: 15px;
}
@media (max-width: 550px) {
    .banner-marker {
        top: 10px;
        right: 10px;
    }
    .banners_slider .banner-marker {
        top: 10px;
    }
}

.slick-slide {
    position: relative;
}

.header-banner .banner-marker__inner svg circle{
    fill: #fff;
}

@media screen and (min-width: 1200px) {
    .push-fixed__block .banner-marker__content{
        right: inherit;
    }
}

/* End */


/* Start:/local/templates/rtf2024/components/bitrix/search.title/visual_redesign2024/style.css?17374475568252*/
.ajax-search__show-all{
	margin-top: 40px;
	font-size: 16px;
	display: inline-flex;
}

.ajax-search__menu{
	display: flex;
	gap: 30px;
	overflow-y: hidden;
	position: relative;
}

.ajax-search__menu::before{
	content: "";
	display: block;
	height: 2px;
	background: #f4f2f1;
	position: absolute;
	bottom: 0px;
	width: 100%;
	pointer-events: none;
}

.ajax-search__menu::-webkit-scrollbar {
	display: none;
}

.ajax-search__menu-item{
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 16px;
	padding: 25px 0 15px;
	position: relative;
	cursor: pointer;
	white-space: nowrap;
}

.ajax-search__menu-item::before{
	content: "";
	display: block;
	height: 2px;
	background: #ec6022;
	position: absolute;
	bottom: 0px;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.ajax-search__menu-item:hover::before{
	opacity: 1;
}
.ajax-search__menu-item.selected::before{
	opacity: 1;
}

.ajax-search__list{
	display: none;
}
.ajax-search__list.active{
	display: block;
}

.ajax-search__list__item{
	display: flex;
	align-items: start;
	margin-top: 30px;
	gap: 30px;
	color: #242731;
	position: relative;
}

.ajax-search__list:not(.ajax-search__list-franchise) .ajax-search__list__item{
	align-items: center;
}

.ajax-search__list:not(.ajax-search__list-franchise) .ajax-search__list__item::before{
	content: "";
	width: 100%;
	height: 1px;
	background: #f4f2f1;
	position: absolute;
	bottom: -15px;
}


.ajax-search__list__item-image-wrapper {
	width: 142px;
	height: 80px;
	text-align: center;
	flex-shrink: 0;
}

.ajax-search__list__item-image {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border-radius: 4px;
	max-width: 100%;
	max-height: 100%;
}

.ajax-search__list__item:hover .ajax-search__list__item-image{
	opacity: 0.5;
}

.ajax-search__list .list__item-name{
	font-size: 16px;
	margin-bottom: 0.5em;
}

.ajax-search__list .list__item-add{
	color: #9f9d9d;
	font-size: 14px;
	margin-bottom: 0.1em;
}

.ajax-search__list.active[data-id='sections']{
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	padding-top: 20px;
}

.ajax-search__sect::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #fff;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	pointer-events: none;
}

.ajax-search__sect:hover::before {
	opacity: 0.3;
}

.list__item-tag{
	background: #9f9d9d;
	color: #aaa;
	font-size: 16px;
	padding: 5px 10px;
}

.js-search-results {
	z-index: 1010;
	position: fixed;
	bottom: 0;
	display: block;
	width: 100%;
	padding-bottom: 40px;
	overflow-x: hidden;
	overflow-y: auto;
	opacity: 0;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	transition: 0.15s all ease-out;
	pointer-events: none;
}

.js-search-results.active{
	opacity: 1;
	pointer-events: auto;
}

.ajax-search__default-wrapper .ajax-search__list-wrapper {
	width: 50%;
}

header .top_area .search_form button.js-search-clear{
	display: none;
	font-weight: bold;
	top: 22px;
	opacity: 0.6;
	right: 20px;
}

.js-search-default{
	display: none;
}

.ajax-search__default-wrapper{
	display: flex;
	gap: 20px;
}

.ajax-search__default-title-wrapper{
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 20px;
}

.ajax-search__default-title{
	font-size: 18px;
	font-weight: 700;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: left;
}

.ajax-search__default-title-wrapper .ajax-search__show-all{
	margin-top: 0;
}

.ajax-search__default-title-wrapper{
	position: relative;
	padding-right: 12px;
}
.ajax-search__wrapper{
	position: relative;
}
.ajax-search__wrapper .search-btn-close{
	font-size: 24px;
	position: absolute;
	top: 0;
	right: 0px;
	opacity: 0.5;
	cursor: pointer;
	color: #333;
	z-index: 10;
}
.ajax-search__wrapper .search-btn-close{
	top: 20px;
	right: 20px;
}
.ajax-search__wrapper:not(.ajax-search__wrapper-default) .search-btn-close{
	top: 24px;
	right: 15px;
	z-index: 20;
}
.ajax-search__wrapper .search-btn-close img{
	filter: brightness(0%);
}
.ajax-search__wrapper .search-btn-close:hover {
	opacity: 1;
}
.search-clear__wrapper-mob{
	position: absolute;
	top: 9px;
	right: 0;
	padding-right: 50px;
	font-size: 14px;
	color: #333;
}

.blockSearch{
	position: relative;
}

.blockSearch .loading{
	display: none;
	position: absolute;
	inset: 0 0 0 0;
	height: 20px;
}

.ajax-search__count-items{
	background: #ec6025;
	color: white;
	padding: 5px 8px;
	border-radius: 100%;
	font-size: 12px;
}

.ajax-search__not-found{
	display: none;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	text-align: left;
	padding: 30px 0 15px;
}

.js-not-found-text{
	font-weight: bold;
}


@media (min-width: 992px) {
	.js-search-results.active {
		top: 68px;
	}
	.body2 .js-search-results.active {
		top: 141px;
	}
	.page_burger-search {
		display: none;
	}
}
@media (max-width: 991.98px) {
	.js-search-results.active {
		display: none!important;
	}

	.page_burger-search {
		z-index: 999;
		position: fixed;
		inset: 48px 0 56px 0;
		display: block;
		overflow-x: hidden;
		overflow-y: auto;
		opacity: 0;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
		background-color: var(--white-color);
		transition: 0.15s all ease-out;
		pointer-events: none;
	}
	.page_burger-search.open {
		opacity: 1;
		pointer-events: auto;
	}
	.page_burger-search.open {
		opacity: 1;
		pointer-events: auto;
	}
	.page_burger-search .search-mobile-close {
		display: flex!important; /* фикс - при клике в инпут на android откуда-то лезет display:none!important */
		min-width: 88px;
		width: 88px;
		color: var(--gray1-color);;
		font-size: 13px;
		line-height: 1;
		background-color: transparent;
	}
	.page_burger-search .input-wrapper.has-icon-r .search__form_input {
		padding-right: 96px;
	}
	.page_burger-search .input-wrapper.has-icon-r .input-icon-loading {
		right: 88px;
	}

	.search__form_input {
		border-color: var(--gray6-color);
		background-color: var(--light-color);
	}
	.search__form_input:focus,
	.search__form_input:active,
	.search__form_input.active {
		background-color: var(--light-color);
	}
}
@media screen and (max-width: 767.98px){
	.ajax-search__default-title-wrapper .search-btn-close{
		display: none;
	}
	.ajax-search__menu{
		overflow-x: auto;
		margin: 0 -16px;
	}
	.ajax-search__menu-item:first-child{
		margin-left: 26px;
	}
	.ajax-search__menu-item:last-child{
		margin-right: 26px;
	}
	.ajax-search__list__item-image-wrapper{
		width: 114px;
		height: 60px;
		flex-shrink: 0;
	}
	.ajax-search__list__item-name{
		font-size: 14px;
		line-height: 1.2;
	}
	.list__item-add{
		font-size: 12px;
	}
	.ajax-search__list__item{
		align-items: start;
		gap: 10px;
	}
	.ajax-search__sect{
		width: 100%;
	}
	.ajax-search__show-all-wrapper{
		text-align: center;
	}
	.js-search-results{
		top: 50px;
	}
	.ajax-search__menu::before{
		position: absolute;
		top: 62px;
		width: calc(100% + 90px);
	}
	.ajax-search__default-wrapper{
		flex-wrap: wrap;
		gap: 0;
	}
	.ajax-search__default-wrapper .ajax-search__list-wrapper{
		width: 100%;
		border-bottom: 2px solid #f4f2f1;
		padding-bottom: 20px;
	}
	.ajax-search__list-wrapper:last-child{
		border-bottom: none;
	}
	.ajax-search__default-title-wrapper{
		justify-content: space-between;
	}
	.ajax-search__menu-item{
		font-size: 14px;
	}
	.ajax-search__default-title{
		font-size: 16px;
	}
	.ajax-search__wrapper{
		padding-bottom: 20px;
	}
	.ajax-search__show-all{
		margin-bottom: 100px;
		font-size: 14px;
	}
	.ajax-search__wrapper-default .ajax-search__show-all{
		margin-bottom: 0px;
	}

	.ajax-search__wrapper .ajax-search__show-all-wrapper .ajax-search__show-all{
		color: var(--darkblue-color);
	}

	.ajax-search__list.active[data-id='sections']{
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-bottom: 20px;
	}

	.ajax-search__list .ajax-search__sect{
		min-width: auto;
	}

	.ajax-search__list .ajax-search__sect-name{
		white-space: nowrap;
		gap: 0;
	}
}
/* End */


/* Start:/local/templates/rtf2024/components/bitrix/search.title/main/style.css?17374475568041*/
.ajax-search__show-all{
	margin-top: 40px;
	font-size: 16px;
	display: inline-block;
}

.ajax-search__menu{
	display: flex;
	gap: 30px;
	overflow-y: hidden;
	position: relative;
}

.ajax-search__menu::before{
	content: "";
	display: block;
	height: 2px;
	background: #f4f2f1;
	position: absolute;
	bottom: 0px;
	width: 100%;
	pointer-events: none;
}

.ajax-search__menu::-webkit-scrollbar {
	display: none;
}

.ajax-search__menu-item{
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 16px;
	padding: 25px 0 15px;
	position: relative;
	cursor: pointer;
	white-space: nowrap;
}

.ajax-search__menu-item::before{
	content: "";
	display: block;
	height: 2px;
	background: #ec6022;
	position: absolute;
	bottom: 0px;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.ajax-search__menu-item:hover::before{
	opacity: 1;
}
.ajax-search__menu-item.selected::before{
	opacity: 1;
}

.ajax-search__list{
	display: none;
}
.ajax-search__list.active{
	display: block;
}

.ajax-search__list__item{
	display: flex;
	align-items: start;
	margin-top: 30px;
	gap: 30px;
	color: #242731;
	position: relative;
}

.ajax-search__list:not(.ajax-search__list-franchise) .ajax-search__list__item{
	align-items: center;
}

.ajax-search__list:not(.ajax-search__list-franchise) .ajax-search__list__item::before{
	content: "";
	width: 100%;
	height: 1px;
	background: #f4f2f1;
	position: absolute;
	bottom: -15px;
}


.ajax-search__list__item-image-wrapper {
	width: 142px;
	height: 80px;
	text-align: center;
	flex-shrink: 0;
}

.ajax-search__list__item-image {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	border-radius: 4px;
	max-width: 100%;
	max-height: 100%;
}

.ajax-search__list__item:hover .ajax-search__list__item-image{
	opacity: 0.5;
}

.ajax-search__list .list__item-name{
	font-size: 16px;
	margin-bottom: 0.7em;
}

.ajax-search__list .list__item-add{
	color: #9f9d9d;
	font-size: 14px;
	margin-bottom: 0.4em;
}

.ajax-search__list.active[data-id='sections']{
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	padding-top: 20px;
}

.ajax-search__sect::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #fff;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	pointer-events: none;
}

.ajax-search__sect:hover::before {
	opacity: 0.3;
}

/*.ajax-search__sect-name{*/
/*	display: block;*/
/*	position: absolute;*/
/*	max-width: 100%;*/
/*	padding: 10px 15px;*/
/*	background: #4EABE9;*/
/*	border-top-right-radius: 30px;*/
/*	border-bottom-right-radius: 30px;*/
/*	color: #fff;*/
/*	font-size: 16px;*/
/*}*/

.list__item-tag{
	background: #9f9d9d;
	color: #aaa;
	font-size: 16px;
	padding: 5px 10px;
}

/*.ajax-search__menu-item:first-child{*/
/*    padding-left: 0px;*/
/*}*/
/*.ajax-search__menu-item:last-child{*/
/*    padding-right: 0px;*/
/*}*/

.js-search-results{
	display: none;
	position: fixed;
	top: 65px;
	width: 100%;
	background: #fff;
	z-index: 9999;
	padding-bottom: 40px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
}
.js-search-results.scroll{
	top: 64px;
}
.js-search-results.active{
	display: block;
}

header .top_area .search_form button.js-search-clear{
	display: none;
	font-weight: bold;
	top: 22px;
	opacity: 0.6;
	right: 20px;
}

.js-search-default{
	display: none;
}

.ajax-search__default-wrapper{
	display: flex;
	gap: 20px;
}

.ajax-search__default-title-wrapper{
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 20px;
}

.ajax-search__default-title{
	font-size: 18px;
	font-weight: 700;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: left;
}

.ajax-search__default-title-wrapper .ajax-search__show-all{
	margin-top: 0;
}

body.noscroll{
	overflow-y: hidden;
}

.ajax-search__default-title-wrapper{
	position: relative;
	padding-right: 12px;
}
.ajax-search__wrapper{
	position: relative;
}
.ajax-search__wrapper .search-btn-close{
	font-size: 24px;
	position: absolute;
	top: 0;
	right: 0px;
	opacity: 0.5;
	cursor: pointer;
	color: #333;
	z-index: 10;
}
.ajax-search__wrapper .search-btn-close{
	top: 20px;
	right: 20px;
}
.ajax-search__wrapper:not(.ajax-search__wrapper-default) .search-btn-close{
	top: 24px;
	right: 15px;
	z-index: 20;
}
.ajax-search__wrapper .search-btn-close img{
	filter: brightness(0%);
}
.ajax-search__wrapper .search-btn-close:hover {
	opacity: 1;
}
.search-clear__wrapper-mob{
	position: absolute;
	top: 9px;
	right: 0;
	padding-right: 50px;
	font-size: 14px;
	color: #333;
}

.blockSearch{
	position: relative;
}

.blockSearch .loading{
	display: none;
	position: absolute;
	inset: 0 0 0 0;
	height: 20px;
}

.ajax-search__count-items{
	background: #ec6025;
	color: white;
	padding: 5px 8px;
	border-radius: 100%;
	font-size: 12px;
}

.ajax-search__not-found{
	display: none;
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	text-align: left;
	padding: 30px 0 15px;
}

.js-not-found-text{
	font-weight: bold;
}

@media screen and (max-width: 768px){
	.ajax-search__default-title-wrapper .search-btn-close{
		display: none;
	}
	.ajax-search__menu{
		overflow-x: auto;
		margin: 0 -16px;
	}
	.ajax-search__menu-item:first-child{
		margin-left: 26px;
	}
	.ajax-search__menu-item:last-child{
		margin-right: 26px;
	}
	.ajax-search__list__item-image-wrapper{
		width: 114px;
		height: 60px;
		flex-shrink: 0;
	}
	.ajax-search__list__item-name{
		font-size: 14px;
		line-height: 1.2;
	}
	.list__item-add{
		font-size: 12px;
	}
	.ajax-search__list__item{
		align-items: start;
		gap: 10px;
	}
	.ajax-search__sect{
		width: 100%;
	}
	.ajax-search__show-all-wrapper{
		text-align: center;
	}
	.js-search-results{
		top: 50px;
	}
	.ajax-search__menu::before{
		position: absolute;
		top: 62px;
		width: calc(100% + 90px);
	}
	.ajax-search__default-wrapper{
		flex-wrap: wrap;
		gap: 0;
	}
	.ajax-search__list-wrapper{
		width: 100%;
		border-bottom: 2px solid #f4f2f1;
		padding-bottom: 20px;
	}
	.ajax-search__list-wrapper:last-child{
		border-bottom: none;
	}
	.ajax-search__default-title-wrapper{
		justify-content: space-between;
	}
	.ajax-search__menu-item{
		font-size: 14px;
	}
	.ajax-search__default-title{
		font-size: 16px;
	}
	.ajax-search__wrapper{
		padding-bottom: 20px;
	}
	.ajax-search__show-all{
		margin-bottom: 30px;
		font-size: 14px;
	}
	.ajax-search__wrapper-default .ajax-search__show-all{
		margin-bottom: 0px;
	}
}


.search-results-main{
	display: block;
	z-index: 10;
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid var(--gray1-color);
	border-radius: 8px;
	border-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	opacity: 0;
	transition: 0.15s all ease-out;
	pointer-events: none;
}
.search-results-main.active{
	pointer-events: initial;
	opacity: 1;
	top: calc(100% - 6px);
}

.search-results-main .ajax-search__show-all{
	margin: 20px 0;
}

.ajax-search__wrapper-main.ajax-search__wrapper:not(.ajax-search__wrapper-default) .search-btn-close{
	top: 10px;
	right: 15px;
	width: 18px;
}
.index-page-header__search .input-icon{
	opacity: 0.7;
	background: transparent;
}
.index-page-header__search .input-icon:hover{
	opacity: 1;
	transition: 0.5s all ease-out;
}
.ajax-search__wrapper-main .ajax-search__show-all-wrapper{
	display: flex;
	justify-content: center;
}
.ajax-search__wrapper-main .ajax-search__body{
	padding-right: 40px;
}
.ajax-search__wrapper-main .input-icon{
	z-index: 99;
	background: transparent;
}

.ajax-search__wrapper-main{
	max-height: 340px;
	overflow-y: auto;
}

.ajax-search-not-found-main{
	padding: 20px;
	text-align: center;
	color: var(--gray1-color);
	font-size: 0.9em;
	font-family: Arial;
}
/* End */


/* Start:/local/components/mx/mx.html/templates/links_main_fast/style.css?173823085556*/
.border-orange {
    border-color: #EB6124 !important;
}
/* End */


/* Start:/local/components/dev/banner.push/templates/.default/style.css?17392692532153*/
.push-fixed {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999;
    transition: .3s;
}

.push-fixed__block {
    position: absolute;
    top: 50px;
    right: 15px;
    width: 350px;
    padding: 10px 15px;
    background: #FFFFFF;
    box-shadow: 2px 3px 4px rgb(0 0 0 / 20%);
    border-radius: 12px;

    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;

    color: #242731;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 12px;
}

.push_lblock, .push_rblock {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}
.push_rblock { width: 15%; align-items: flex-end;}
.push_lblock { width: 85%; align-items: flex-start;}

.push_details {
    color: #EC6022;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

.push_details span{
    font-size: 16px;
}

.push_details svg {
    width: 15px;
}

.push_close svg {
    width: 12px;
}

.push_logo img{
    width: 100%;
    height: auto;
    max-width: 130px;
}

/*.push-fixed__wrapper {*/
/*    position: relative;*/
/*}*/

/*.push-fixed__info {*/
/*    font-size: 14px;*/
/*    padding-right: 12px;*/
/*    margin-bottom: 12px;*/
/*}*/

/*.push-fixed__footer {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    gap: 10px;*/
/*}*/

/*.push-fixed__footer img {*/
/*    max-width: 130px !important;*/
/*}*/

/*.push-fixed__footer a {*/
/*    color: #EC6022;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 5px;*/
/*}*/

/*.push-fixed__footer a svg {*/
/*    width: 15px;*/
/*}*/

/*.push-fixed__close {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    cursor: pointer;*/
/*}*/

/*.push-fixed__close svg {*/
/*    width: 12px;*/
/*}*/

@media screen and (max-width: 550px) {
    .push-fixed__block {
        margin: auto;
        left: 0;
        right: 0;
        width: calc(100% - 20px);
        top: 60px;
    }
}

.push_rblock .banner-marker{
    position: relative;
    top: auto;
    right: 0;
    display: flex;
}

.push_rblock .banner-marker svg{
    transform: rotate(90deg);
}
/* End */


/* Start:/local/templates/rtf2024/components/bitrix/breadcrumb/breadWithMikro2024/style.css?17343475671458*/
/* Хлебные крошки */
.franchise_page__crumbs_wrap {
    grid-area: 1 / 1 / 2 / 3;
}

.franchise_page__crumbs {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.franchise_page__crumbs .franchise_page__crumbs__item {
    position: relative;
    padding-right: 12px;
    margin-right: 8px;
    margin-bottom: 0px;
}

.franchise_page__crumbs.breadcrumbs li a,
.franchise_page__crumbs.breadcrumbs li a > span{
    margin-right: 0px;
}

.franchise_page__crumbs__item:not(:last-child):after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: rgba(104, 104, 104, 0.3);
}

.franchise_page__crumbs__item__text {
    color: #686868;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.3;
}

/*body .breadcrumbs_cont{*/
/*    padding-top: 30px;*/
/*}*/

.breadcrumbs li{
    margin-bottom: 0px;
}
.blockFinalPage .blockButton{
    margin: 0px auto 60px;
}


/* Исправления */
/* мобильные хлебные крошки */
/*.breadcrumbs_cont.breadcrumbs_mobile{*/
/*    display: none;*/
/*}*/

.breadcrumbs_wrapper{
    max-width: var(--container-width);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .breadcrumbs_wrapper{
        display: block;
    }
}
/* End */


/* Start:/local/components/dev/banner.consultant/templates/.default/style.css?17609699623882*/
.banner-popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    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;
    z-index: 99999999;
    padding: 0 20px;
}

.banner-popup__modal {
    max-width: 800px;
    position: relative;
}

.banner-popup__wrapper {
    display: block;
    width: 100%;
    height: 100%;
}

.banner-popup__close {
    right: 20px;
    top: 20px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    position: absolute;
    cursor: pointer;
}

.banner-popup__close:hover {
    opacity: 1;
}

.banner-popup__close:before, .banner-popup__close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}

.banner-popup__close:before {
    transform: rotate(45deg);
}

.banner-popup__close:after {
    transform: rotate(-45deg);
}


.banner-popup__image {
    width: 100%;
}

.banner-popup__image--mobile {
    width: 100%;
    display: none;
}
.rtf-consult-content img{
    display: block;
}

@media screen and (max-width: 550px) {
    .banner-popup__image {
        display: none;
    }

    .banner-popup__image--mobile {
        display: block;
    }
}
@media screen and (max-width: 769px) {
    .rtf-consult-content img{
        width: 100%;
    }
}
/* ===== rtf-consult (скопировано по аналогии с rtf-quiz-banner) ===== */
.rtf-consult-banner {
    position: relative;
    background: #ECDABD;
    color: #FFFFFF;
    border-radius: 20px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 16px;
    padding: 25px 12px 25px 0;
    overflow: hidden;
}

.rtf-consult-banner::before {
    content: "";
    position: absolute;
    transform: none;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 50%;
    height: 100%;
    max-width: 240px;
    background: url('/local/components/dev/banner.consultant/templates/.default/img/img_consultant.png') center/cover no-repeat;
}

.rtf-consult-content {
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 95px;
    width: 100%;
    padding-left: 120px;
    padding-top: 30px;
}
/*
.rtf-consult-banner.rtf-consult-banner--second {
    background: #ffa364;
    padding: 0;
}

.rtf-consult-banner--second .rtf-consult-content {
    padding: 0;
}
*/
.rtf-consult-title {
    flex: 1;
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #000000;
}

.rtf-consult-title .fw-600 { font-weight: 600; }

.rtf-consult-btn {
    width: 100%;
    text-align: center;
    padding: 16px 6px;
    font-size: 17px;
    background: #EB6124;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-family: "Source Sans 3", sans-serif;
    font-weight: 600;
    line-height: 120%;
    transition: opacity 0.2s;
}

.rtf-consult-btn:hover { opacity: 0.9; }

@media (min-width: 1435px) and (max-width: 1582px) {
    .rtf-consult-content { gap: 70px; }
}
@media(max-width: 1300px) {
    .rtf-consult-content { padding-left: 100px; }
    .rtf-consult-banner::before { width: 35%; }
}

@media(max-width: 1200px) {
    .rtf-consult-title { font-size: 16px; }
}

@media(max-width: 1024px) {
    .rtf-consult-content { padding-left: 150px; gap: 115px; }
    .rtf-consult-title { max-width: 250px; }
    .rtf-consult-btn { max-width: 250px; }
}

@media(max-width: 768px) {
    .rtf-consult-banner::before { width: 45%; }
    .rtf-consult-content { gap: 60px; }
}

@media(max-width: 480px) {
    .rtf-consult-content { padding-left: 100px; padding-top: 25px; }
}
/* ===== конец блока rtf-consult ===== */
/* End */


/* Start:/local/components/dev/menu.sections/templates/mobile_menu/style.css?176579952620789*/
/*@import url('/local/components/dev/menu.sections/templates/mobile_menu/header.css');*/
/*@import url('/local/components/dev/menu.sections/templates/mobile_menu/font.css');*/
/*@import url('/local/components/dev/menu.sections/templates/mobile_menu/common.css');*/
/*@import url('/local/components/dev/menu.sections/templates/mobile_menu/search.css');*/

.page {
    font-family: 'Source Sans Pro', sans-serif !important;
    background: #F2F2F5;
    padding-top: 50px;
    padding-bottom: 60px;
}

.popup {
    display: none;
    position: fixed;
    z-index: 998;
    padding: 0 16px;
    font-family: 'Source Sans Pro', sans-serif !important;
    bottom: 60px;
    overflow-y: auto;
    overflow-x: hidden;
}

@media screen and (max-width: 768px){
    .popup{
        bottom: 40%;
    }
}

.popup.popup__download{
    animation-duration: 1.5s;
    animation-fill-mode: both;
    animation-name: formIn;
}

.popup:not(.popup__download):not(.popup__report){
    min-height: calc(100vh - 48px - 56px);
    top: 115px;
    padding-bottom: 40px;
}

.popup.open {
    display: block;
    background: #f2f2f5;
}

.popup:not(.popup__download).open{
    width: 100%;
}

.page_catalog li{
    padding: 0;
}

.page_catalog ul{
    padding: 0 !important;
}

@media (min-width: 992px) {
    .mobile_menu {
        display: none;
    }
}
@media (max-width: 991.98px) {
    .block_title {
        color: #242731;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 8px;
        padding-top: 16px;
    }

    .block_title2 {
        color: #242731;
        font-size: 17px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 8px;
    }

    .block_menu__wrap {
        list-style: none;
        padding: 10px 0 0 !important;
        margin: 0 0 16px 0;
    }

    .sub-item {
        margin-top: 0;
        margin-bottom: -8px;
    }

    .sub-menu {
        display: none;
    }

    .sub-menu--active .sub-menu {
        display: block;
        width: 100%;
    }

    .block_menu__item {
        background-color: #ffffff;
        border-radius: 8px;
        cursor: pointer;
        list-style-type: none;
    }

    .block_menu__item {
        position: relative;
        border-radius: 8px;
        cursor: pointer;
        margin-bottom: 8px;
    }


    .block_menu__item:before {
        content: '';
        position: absolute;
        top: 10px;
        transform: rotate(-45deg);
        right: 11px;
        width: 8px;
        height: 8px;
        border-right: 1px solid #D9D9E1;
        border-bottom: 1px solid #D9D9E1;
        transition: all 0.25s linear;
    }

    .burger-menu-dropdown:before {
        content: '';
        position: absolute;
        top: 11px;
        transform: rotate(45deg);
        right: 11px;
        width: 8px;
        height: 8px;
        border-right: 1px solid #353535; /*#D9D9E1*/
        border-bottom: 1px solid #353535;
        transition: all 0.25s linear;
    }

    .block_menu__item_franchise_selection:before {
        top: 16px;
    }

    .block_menu__item.sub-menu--active:before {
        transform: rotate(45deg);
    }

    .burger-menu-dropdown.sub-menu--active:before {
        transform: rotate(-135deg);
    }

    .block_menu__text {
        text-decoration: none;
        color: #242731;
        font-size: 15px;
        line-height: 1.2;

        display: flex;
        align-items: center;
        justify-content: flex-start;
        column-gap: 5px;
        padding: 6px 8px;

        position: relative;
        overflow: hidden;
    }

    .block_menu__text--active {
        font-weight: 600;
    }

    .block_menu__text-icon {
        width: 16px;
        height: 16px;
    }

    .block_menu__text-blue {
        color: #0173FD;
    }

    .block_menu__text-gray {
        color: #ADB3C7;
        font-size: 12px;
        line-height: 1.2;
    }

    .block_bnr-bottom {
        width: 100%;
        height: 46px;
        border-radius: 8px;
        position: absolute;
        bottom: 8px;
    }

    .block_bnr {
        width: 100%;
        height: 46px;
        border-radius: 8px;
        margin-bottom: 16px;
    }


    /*** mobile menu ***/
    .mobile_menu {
        z-index: 99993;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: space-between;
        max-width: unset;
        padding: 8px 16px;
        margin: 0;
        box-shadow: 0 -4px 12px 0 rgba(26, 21, 60, 0.12);
        background: #FFF;
        transition: var(--transition);
    }
    .mobile_menu-item {
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        justify-content: center;
        row-gap: 3px;
        text-decoration: none;
        cursor: pointer;
        min-width: 48px;
        position: relative;
    }
    .mobile_menu_icon {
        width: 24px;
        height: 24px;
    }

    .icon-home {
        background: url("/local/templates/rtf20/img/icons/home-icon.svg") no-repeat;
    }

    .icon-catalog {
        background: url("/local/templates/rtf20/img/icons/catalog-icon.svg") no-repeat;
    }

    .icon-services {
        background: url("/local/templates/rtf20/img/icons/services-icon.svg") no-repeat;
    }

    .icon-useful {
        background: url("/local/templates/rtf20/img/icons/useful-icon.svg") no-repeat;
    }

    .icon-favorites {
        background: url("/local/templates/rtf20/img/icons/favorites-icon.svg") no-repeat;
    }

    .icon-favorites--active {
        width: 10px;
        height: 10px;
        background: red;
        border-radius: 50%;
        position: absolute;
        top: 1px;
        right: 10px;
        display: none;
    }

    .mobile_menu-item--active .icon-home {
        background: url("/local/templates/rtf20/img/icons/home_hover-icon.svg") no-repeat;
    }

    .mobile_menu-item--active .icon-catalog {
        background: url("/local/templates/rtf20/img/icons/catalog_hover-icon.svg") no-repeat;
    }

    .mobile_menu-item--active .icon-services {
        background: url("/local/templates/rtf20/img/icons/services_hover-icon.svg") no-repeat;
    }

    .mobile_menu-item--active .icon-useful {
        background: url("/local/templates/rtf20/img/icons/useful_hover-icon.svg") no-repeat;
    }

    .mobile_menu-item--active .icon-favorites {
        background: url("/local/templates/rtf20/img/icons/favorites_hover-icon.svg") no-repeat;
    }

    .mobile_menu-item--active .icon-favorites--active {
        display: block;
    }

    .mobile_menu_text {
        color: #888DA0;
        text-align: center;
        width: 100%;
        font-size: 11px;
        line-height: 13px;
    }

    .mobile_menu-item--active .mobile_menu_text {
        color: #EC6124;
    }

    .search__form {
        position: relative;
        width: 100%;
        margin: 16px 0 0 0;
        display: block;
        padding: 0 16px;
    }

    .search__form_input {
        border: none;
        outline: none;
        width: 100%;
        height: 32px;
        background: #F0F0F4;
        padding: 0 92px 0 12px;

        border-radius: 8px;
        color: #686868;
        font-size: 12px;
        line-height: 1.3;
    }

    .search__form_btn-reset {
        display: block;
        border: none;
        outline: none;
        padding: 0;
        height: 16px;
        width: 16px;
        position: absolute;
        border-radius: 50%;
        top: 50%;
        margin-top: -8px;
        right: 26px;
        background: rgba(104, 104, 104, 0.6);
        cursor: pointer;
    }

    .search__form_btn-reset:before,
    .search__form_btn-reset:after {
        content: '';
        position: absolute;
        height: 7px;
        width: 2px;
        border-radius: 2px;
        background-color: #F0F0F4;
        margin-top: -3px;
        margin-left: -1px;
    }

    .search__form_btn-reset:before {
        transform: rotate(45deg);
    }

    .search__form_btn-reset:after {
        transform: rotate(-45deg);
    }

    .search_content {
        margin-bottom: 16px;
    }

    .header__menu_icon {
        border: none;
        padding: 0;
        margin: 0;
        background: transparent;
        outline: none;
        width: 28px;
        height: 28px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer
    }

    .header__menu_icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 18px;
        border-radius: 5px;
        opacity: 1;
        left: 5px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        background-color: #242731;
    }

    .header__menu_icon span:nth-child(1) {
        top: 7px;
    }

    .header__menu_icon span:nth-child(2),
    .header__menu_icon span:nth-child(3) {
        top: 13px;
    }

    .header__menu_icon span:nth-child(4) {
        top: 19px;
    }

    .header__menu_icon.open span:nth-child(1) {
        top: 14px;
        width: 0;
        left: 50%;
    }

    .header__menu_icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header__menu_icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .header__menu_icon.open span:nth-child(4) {
        top: 14px;
        width: 0;
        left: 50%;
    }

    /*** pages ***/

    .block__catalog .block_menu__wrap{
        height: 145px;
        overflow: hidden;
    }

    .block__invest .block_menu__wrap{
        height: 110px;
        overflow: hidden;
    }

    .block__popular .block_menu__wrap{
        height: 184px;
        overflow: hidden;
    }

    .block__city .block_menu__wrap{
        height: 108px;
        overflow: hidden;
    }

    .block__beginner .block_menu__wrap{
        height: 108px;
        overflow: hidden;
    }

    .block__country .block_menu__wrap{
        height: 108px;
        overflow: hidden;
    }

    .block__other {
        margin-bottom: 16px;
    }

    .show_more--active {
        position: relative;
        overflow: hidden;
        text-align: end;
        margin: 8px 0 16px auto;
    }

    .show_more--active:before {
        content: "";
        position: absolute;
        background: url("/local/templates/rtf20/img/icons/arrow-menu-blue-icon.svg") no-repeat;
        background-size: 11px;
        top: -7px;
        right: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        text-align: end;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

    .block_menu__wrap.block-full {
        height: 100%;
    }

    details summary::marker {
        display: none
    }

    details summary::-webkit-details-marker {
        display: none
    }

    details > summary {
        list-style: none;
        display: flex;
        align-items: center;
    }

    details summary:before {
        content: url("/local/templates/rtf20/img/icons/arrow-circle2.png");
        position: absolute;
        right: 16px;
        width: 27px;
        height: 27px;
        transition: all 0.5s;
        cursor: pointer;
        transform: rotate(0deg);
    }

    details[open] summary:before {
        transform-origin: center center;
        transform: rotate(-180deg);
    }

    .favorites_count {
        display: flex;
        width: 22px;
        height: 22px;
        text-align: center;
        justify-content: center;
        align-items: center;

        color: #B2B5BF;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.2;

        border-radius: 36px;
        background: #F2F2F5;

        position: absolute;
        right: 30px;
    }

    .block__favorites-select {
        border-radius: 8px;
        background: #DCE6F9;
        padding: 16px;
        margin-bottom: 16px;
        margin-top: 16px;
        display: block;
    }

    .favorites-select__title {
        color: #242731;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 16px;
    }

    .favorites-select__franchise {
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0 8px 16px 0 rgba(27, 18, 78, 0.03);
        display: block;
        padding: 8px;
    }

    .favorites-select__franchise:not(:last-child) {
        margin-bottom: 16px;
    }

    .favorites-select__info {
        display: flex;
        flex-flow: row nowrap;
        align-items: flex-start;
        justify-content: space-between;
        column-gap: 12px;
    }

    .favorites-select__info_logo {
        width: 60px;
        height: 60px;
        border-radius: 8px;
    }

    .favorites-select__info_text {
        color: #242731;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.1;
        margin-bottom: 7px;
        word-wrap: break-word;
        width: 100%;
    }

    .favorites-select__btn {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-end;
        align-items: center;
    }

    .favorites-select__btn-compare {
        border: none;
        border-radius: 8px;
        padding: 7px 10px 7px 42px;
        color: #687480;
        font-size: 17px;
        background: url("/local/templates/rtf20/img/icons/comparefr-icon.svg") top 3px right 92px no-repeat, #ECF4FC;
        background-size: 28px, auto;
        margin-right: 8px;
    }

    .favorites-select__btn-compare:hover,
    .favorites-select__btn-compare:focus,
    .favorites-select__btn-compare:active {
        background: url("/local/templates/rtf20/img/icons/comparefr-icon.svg") top 3px right 92px no-repeat, #DCE6F9;
        background-size: 28px, auto;
    }

    .favorites-select__btn-openfr {
        border-radius: 8px;
        border: 1px solid #242731;
        padding: 8px 16px;
        background: url("/local/templates/rtf20/img/icons/arrow-openfr-icon.svg") top 8px right 11px no-repeat, #FFF;
        background-size: 8px 16px, auto;
        margin-right: 4px;
        height: 34px;
    }

    .block__favorites-compare,
    .block__favorites-chosen {
        display: none;
    }

    .block__favorites-chosen--active {
        width: 100%;
        height: 200px;
        background: lightsalmon;
        display: block;
        margin-bottom: 16px;
        border-radius: 8px;
    }

    .block__favorites-compare--active {
        width: 100%;
        height: 200px;
        background: lightgreen;
        display: block;
        margin-bottom: 16px;
        border-radius: 8px;
    }

    /*** franchise_selection in catalog ***/

    .franchise_selection {
        border-radius: 8px;
        background: #DCE6F9;
        position: relative;
        margin-bottom: 16px;
    }

    .franchise_selection_text {
        color: #242731;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2;
        padding: 12px 16px;
        width: 212px;
    }

    .franchise_selection_forms {
        padding: 0 16px 16px 16px;
    }

    .franchise_selection-checkbox-lbl {
        color: #242731;
        font-size: 15px;
        line-height: 1.1;
    }

    .franchise_selection-btn {
        color: #FFF;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.2;
        padding: 12px 0;
        margin: 16px auto 0 auto;
        display: inline-block;
        width: 100%;

        border: none;
        border-radius: 8px;
        background: linear-gradient(180deg, #6197F8 0%, #0173FD 100%);
    }

    .franchise_selection-fromto {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: space-between;
        margin-top: 8px;
        margin-bottom: 16px;
        column-gap: 8px;
    }

    .franchise_selection-input {
        width: 100%;
        padding: 6px 12px;
        text-align: left;
        border-radius: 8px;
        border: none;
        background: #FFF;

        color: #888DA0;
        font-size: 14px;
        line-height: 1;
    }

    .franchise_selection__item {
        padding: 12px;
    }

    .franchise_selection-checkbox {
        display: flex;
        align-items: center;
        flex-flow: row nowrap;
        column-gap: 10px;
        position: relative;
    }

    .franchise_selection-checkbox input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .franchise_selection-checkbox label{
        position: relative;
        cursor: pointer;
        padding-left: 25px;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none;   /* Chrome/Safari/Opera */
        -khtml-user-select: none;    /* Konqueror */
        -moz-user-select: none;      /* Firefox */
        -ms-user-select: none;       /* Internet Explorer/Edge */
        user-select: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        background-color: transparent;
    }

    label::selection {
        background: none;
    }

    label::-moz-selection {
        background: none;
    }

    .franchise_selection-checkbox label:before {
        position: absolute;
        content: '';
        -webkit-appearance: none;
        border: 0;
        background-color: #FFF;
        left: 0;
        border-radius: 4px;
        height: 15px;
        width: 15px;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
    }

    .franchise_selection-checkbox input:checked + label:after {
        content: "\2713";
        position: absolute;
        top: 0;
        left: 0;
        height: 15px;
        width: 15px;
        border: 1px solid #0173FD;
        background-color: #0173FD;
        color: #FFF;
        border-radius: 4px;
        text-align: center;
        cursor: pointer;
    }
}

.page_header{
    display: none;
}


@media screen and (max-width: 767px) {
    .page_header{
        display: block;
    }

    .page_header {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: space-between;
        padding: 10px 16px;
        margin: 0 -16px;
        background: #fff
    }

    .img_header_logo {
        width: 162px!important;
        height: 20px!important
    }

    .img_header_icons {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: space-between;
        column-gap: 8px
    }

    .img_header_icon-search {
        width: 22px!important;
        height: 22px!important;
        margin: 3px
    }
}

.btn-round::before{
    content: '';
    position: absolute;
    top: 22px;
    transform: rotate(-135deg);
    right: 19px;
    width: 11px;
    height: 11px;
    border-right: 1px solid #C8C8CB;
    border-bottom: 1px solid #C8C8CB;
    transition: all 0.25s linear;
}

.btn-round{
    position: relative;
    display: inline-block;
    padding: 25px;
    background: #fff;
    border-radius: 25px;
    margin-top: 30px;
    box-shadow: 0px 4px 12px 0px #5E5D7A26;
}

.popup .btn.btn-gray{
    width: 150px;
    height: 25px;
    min-height: 25px;
    padding: 0px 20px 0px 5px;
    border-radius: 8px;
    background: #E1E1E8;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: left;
    float: right;
    position: relative;
    top: -5px;
}
@media screen and (max-width: 345px){
    .popup .btn.btn-gray{
        float: none;
        top: 0px;
        margin: 10px 0 5px;
    }
}
.popup .btn.btn-gray::before{
    content: '';
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    right: 12px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    transition: all 0.25s linear;
}

.block_menu ul:not(:last-child),
.block_menu ol:not(:last-child){
    margin-bottom: 0px !important;
}

.mobile_menu-item.mobile_menu-item--orange .icon-home{
    background: url('/local/components/dev/menu.sections/templates/mobile_menu/icons/home_hover-icon.svg');
}
.mobile_menu-item.mobile_menu-item--orange .icon-favorites{
    filter: sepia(1) saturate(7) hue-rotate(335deg);
}
.mobile_menu-item.mobile_menu-item--orange .mobile_menu_text{
    color: #EC6124;
}
/* End */


/* Start:/local/components/dev/time.tracker.popup/templates/.default/style.css?17688132733894*/
.time-tracker-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
}

.time-tracker-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
}

.time-tracker-popup__content {
    position: relative;
    z-index: 10001;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    margin: 5vh auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    animation: timeTrackerPopupSlideIn 0.3s ease-out;
}

@keyframes timeTrackerPopupSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.time-tracker-popup__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    color: #666;
    cursor: pointer;
    z-index: 10002;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.time-tracker-popup__close:hover {
    background: #f0f0f0;
    color: #333;
    transform: rotate(90deg);
}

.time-tracker-popup__body {
    padding: 40px 30px;
    overflow-y: auto;
    max-height: calc(90vh - 80px);
}

.time-tracker-popup__image {
    margin: -40px -30px 20px -30px;
    text-align: center;
    overflow: hidden;
}
.time-tracker-popup--image-only .time-tracker-popup__body{
    padding: 0px 30px;
}
.time-tracker-popup--image-only .time-tracker-popup__image {
    margin: -40px -30px 0px -30px;
}
.time-tracker-popup__image img {
    width: 100%;
    height: auto;
    display: block;
}

.time-tracker-popup__image-link {
    display: block;
    transition: opacity 0.2s ease;
}

.time-tracker-popup__image-link:hover {
    opacity: 0.9;
}

/* Шаблон типа 2 - только картинка */
.time-tracker-popup--image-only .time-tracker-popup__title,
.time-tracker-popup--image-only .time-tracker-popup__text,
.time-tracker-popup--image-only .time-tracker-popup__detail,
.time-tracker-popup--image-only .time-tracker-popup__actions {
    display: none;
}

.time-tracker-popup__title {
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
}

.time-tracker-popup__text,
.time-tracker-popup__detail {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

.time-tracker-popup__text p,
.time-tracker-popup__detail p {
    margin: 0 0 15px 0;
}

.time-tracker-popup__text p:last-child,
.time-tracker-popup__detail p:last-child {
    margin-bottom: 0;
}

.time-tracker-popup__actions {
    margin-top: 25px;
    text-align: center;
}

.time-tracker-popup__link {
    display: inline-block;
    padding: 12px 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    transition: background 0.2s ease;
}

.time-tracker-popup__link:hover {
    background: #0056b3;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .time-tracker-popup__content {
        width: 95%;
        margin: 2.5vh auto;
        max-height: 95vh;
    }

    .time-tracker-popup__body {
        padding: 30px 20px;
        max-height: calc(95vh - 60px);
    }

    .time-tracker-popup__image {
        margin: -30px -20px 15px -20px;
    }

    .time-tracker-popup__close {
        top: 10px;
        right: 10px;
        width: 28px;
        height: 28px;
        font-size: 24px;
    }

    .time-tracker-popup__title {
        font-size: 20px;
    }

    .time-tracker-popup__text,
    .time-tracker-popup__detail {
        font-size: 14px;
    }
}


/* End */


/* Start:/local/components/dev/cookie.agreement/templates/.default/style.css?17852312542034*/
#cookie-agreement-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #E7EDF2;
    color: #333333;
    padding: 18px 24px;
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    display: none;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 9999;
    border-top: 1px solid #e8e8e8;
    max-width: 100%;
    box-sizing: border-box;
}

#cookie-agreement-popup.show {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transform: translateY(0);
}

.cookie-message-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 16px;
}

.cookie-message-container img {
    flex: 0 0 50px;
    width: 50px;
    height: 36px;
}

#cookie-agreement-popup .cookie-message {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
}

.cookie-message a {
    color: #005FCB;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.cookie-message a:hover {
    color: #004EA8;
    text-decoration: underline;
}

#cookie-agreement-accept {
    background: #000000;
    color: #ffffff;
    border: none;
    border-radius: 9px;
    cursor: pointer;
    width: fit-content;
    padding: 8px 16px;
    text-transform: none;
}

/* Адаптивность */
@media (max-width: 991px) {
    #cookie-agreement-popup {
        padding: 4px 5px;
        bottom: 55px;
        border-radius: 10px;
        left: 0;
    }

    #cookie-agreement-popup .cookie-message {
        font-size: 11px;
        margin-bottom: 0px;
        width: 70%;
    }

    .cookie-message-container {
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 0;
    }

    #cookie-agreement-accept {
        margin-left: 0;
        margin-top: 8px;
    }
}

/* End */


/* Start:/local/templates/rtf2024/styles.css?17702093781170*/
.errorTextForm {
	background: #dedede;
	border-radius: 8px;
	border: 1px solid #fff;
	color: red;
	line-height: 1.5;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 5px 10px;
	position: absolute;
	width: auto;
	z-index: 999;
}
.errorTextForm:after {
	border: 10px solid;
	border-color: transparent transparent #dedede transparent;
	bottom: 100%;
	content: '';
	height: 0;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	width: 0;
}

.eventFormSend:disabled {
	background: var(--disabled-color) !important;
	border: unset;
}
.footer .kwiz_img-bann .desk-vis{
	height: auto;
	margin-bottom: 8px;
}
.footer .kwiz_img-bann {
	text-align: center;
}
@media (max-width: 770px) {
	.footer .footer-top-catalog {
		flex-direction: column;
	}
}
@media (min-width: 769px) {
	.footer .footer-top-catalog .btn-reset{
		display: none;
	}
}
.footer .kwiz_img-bann .desk-vis{
	height: auto;
	margin-bottom: 8px;
}
.footer .kwiz_img-bann {
	text-align: center;
}
@media (max-width: 770px) {
	.footer .footer-top-catalog {
		flex-direction: column;
	}
}
@media (min-width: 769px) {
	.footer .footer-top-catalog .btn-reset{
		display: none;
	}
}
/* End */


/* Start:/local/templates/rtf2024/template_styles.css?17702093781130*/
.lazy{background-image:url("data:image/gif;base64,R0lGODlhEAALAPQAAP////lzA/7r2/7l0f/06vl3CvlzA/qNMfy7hPuoYv3Zu/qGJfucTfy/jPuqZv3bv/qIKfl2CPueUf7x5v7q2f/59PqSO/7s3f/48v3Xt/3Lof7iy//27vlzA/lzA/lzAyH5BAkLAAAAIf4aQ3JlYXRlZCB3aXRoIGFqYXhsb2FkLmluZm8AIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7");background-repeat:no-repeat;background-position:50% 50%;background-size:auto !important; min-width: 50px; min-height: 25px;}

/* End */


/* Start:/local/templates/rtf2024/css/content/fix.min.css?178525510011995*/
.mobile_menu.scroll{bottom:-54px}.grecaptcha-badge{visibility:hidden!important}.slider_wrap_one .arrow{display:none!important}.slider_wrap_one .slick-dots{display:none!important}.block .changeCityButton{color:#585858;cursor:pointer;font-size:14px;right:15px;position:absolute;top:10px}.franch_review,.send_request{width:100%;max-width:459px}.modal_url{text-align:center;margin-top:26px}.modal_url a{text-decoration:underline}.modal_wrapper{display:none}#modalFreeConsult.send_request.fancybox-content{width:100%;max-width:459px;padding:40px 18px 22px;border-radius:8px;color:#242731}#modalFreeConsult .modal_name{margin-bottom:18px;color:#242731;font-family:"PT Sans",Arial,sans-serif;font-size:24px;font-weight:700;line-height:1.18;text-align:center}#modalFreeConsult #freeConsultForm.main_form{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0;width:100%;max-width:none;margin:0;padding:0;background:0 0;box-shadow:none;font-family:"PT Sans",Arial,sans-serif}#modalFreeConsult #freeConsultForm.main_form .block{position:relative;width:100%;margin-bottom:14px}#modalFreeConsult #freeConsultForm.main_form .block:last-child{margin-bottom:0}#modalFreeConsult #freeConsultForm.main_form .block .string_input,#modalFreeConsult #freeConsultForm.main_form .block textarea{display:block;width:100%;min-width:0;border:1px solid #e3e7ee;border-radius:8px;background:#f9fafb;color:#242731;font-family:"PT Sans",Arial,sans-serif;font-size:15px;line-height:1.2;box-sizing:border-box;outline:0;transition:border-color .2s ease,background-color .2s ease}#modalFreeConsult #freeConsultForm.main_form .block .string_input:focus,#modalFreeConsult #freeConsultForm.main_form .block textarea:focus{border-color:var(--tf-orange0,#eb6124);background:#fff;box-shadow:0 0 0 2px rgba(235,97,36,.14)}#modalFreeConsult #freeConsultForm.main_form .block .string_input{height:46px;padding:0 14px}#modalFreeConsult #freeConsultForm.main_form .block textarea{height:88px;padding:14px;resize:none}#modalFreeConsult #freeConsultForm.main_form .iti{width:100%}#modalFreeConsult #freeConsultForm.main_form .phone_multicode{padding-left:116px!important}#modalFreeConsult #freeConsultForm.main_form .iti__selected-flag{min-width:94px;padding:0 12px;border-right:1px solid #e3e7ee;border-radius:8px 0 0 8px;background:#eef2f8}#modalFreeConsult #freeConsultForm.main_form .changeCityButton{top:15px;right:15px;line-height:1}#modalFreeConsult #freeConsultForm.main_form .freeConsultSend{width:100%;min-height:48px;margin:0;padding:10px 16px;justify-content:center;border-radius:8px;box-sizing:border-box;font-family:"PT Sans",Arial,sans-serif;font-size:16px;font-weight:700}#modalFreeConsult #freeConsultForm.main_form .block-form-check{display:flex;flex-direction:column;gap:8px;width:100%;margin-top:2px;padding:12px;border:1px solid #e3e7ee;border-radius:8px;background:#f9fafb;box-sizing:border-box}#modalFreeConsult #freeConsultForm.main_form .block-form-check .form-group{display:flex!important;align-items:flex-start;gap:8px;width:100%;margin:0;padding:0}#modalFreeConsult #freeConsultForm.main_form .form-check-input{position:relative;flex:0 0 18px;width:18px;height:18px;min-width:18px;min-height:18px;margin:1px 0 0;border:1px solid #b9bed0;border-radius:4px;background-color:#fff;appearance:none;cursor:pointer;box-sizing:border-box}#modalFreeConsult #freeConsultForm.main_form .form-check-input::before{content:"";position:absolute;top:50%;left:50%;width:10px;height:7px;border-left:2px solid #fff;border-bottom:2px solid #fff;opacity:0;transform:translate(-50%,-62%) rotate(-45deg)}#modalFreeConsult #freeConsultForm.main_form .form-check-input:checked{border-color:var(--tf-orange0,#eb6124);background-color:var(--tf-orange0,#eb6124)}#modalFreeConsult #freeConsultForm.main_form .form-check-input:checked::before{opacity:1}#modalFreeConsult #freeConsultForm.main_form .form-check-label{flex:1 1 auto;min-width:0;margin:0!important;padding:0!important;color:#242731;font-family:"PT Sans",Arial,sans-serif;font-size:13px;line-height:1.3;text-align:left}#modalFreeConsult #freeConsultForm.main_form .form-check-label a{color:var(--tf-orange10,#d34a0e);text-decoration:underline;text-underline-offset:2px}.iti{width:100%}.notification{position:fixed;bottom:10px;left:50%;transform:translateX(-50%);background-color:#fff;padding:10px 20px;border:none;border-radius:8px;display:none;z-index:9999999;align-items:center;gap:20px;height:70px;width:660px;justify-content:space-around;box-shadow:2px 3px 4px rgb(0 0 0 / 20%);font-size:18px}.notification-text{display:inline-block;margin-right:10px}.notification-button{padding:5px 10px;background-color:#007bff;color:#fff;border:none;border-radius:8px;cursor:pointer}.notification-close{background:0 0;border:none;cursor:pointer;top:-5px;right:0;position:absolute;font-size:25px}@media (max-width:768px){#pdfPopup,.fancybox-content.js-popup-download{max-width:100%}}@media (max-width:740px){.notification{width:90%}}@media (max-width:630px){.notification{font-size:15px}}@media (max-width:541px){.notification{font-size:14px;width:95%;gap:0}.notification-button{text-align:center}}.banners_slider .banner_item>img{max-width:100%;height:auto}.catalog_main_wrap .right_cont .row{height:100%}.catalog_main_wrap .right_cont>div:first-of-type{margin-bottom:15px}.reviewsMainText .right_cont .row{display:flex;flex-direction:column;align-items:center;justify-content:center}.reviewsMainText .right_cont .row form{margin-top:15px;position:relative}.reviewsMainText .right_cont .row form input{width:100%;height:46px;background-color:#fff;border-radius:6px;padding-left:11px;padding-right:40px;color:#686868;font-size:14px;border:none}.reviewsMainText .right_cont .row form button{position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:2;width:20px;height:20px;background-image:url(/local/templates/rtf20/css/../img/search_icon.svg);background-position:center center;background-repeat:no-repeat;background-color:transparent;padding:0;margin:0;border:none}.js-popup-download,.svgs_cont{display:none}.ajax-search__wrapper.ajax-search__wrapper-main .ajax-search__show-all-wrapper .ajax-search__show-all{color:#fff!important}.blockFinalPage .blockPopup img{height:auto;border-radius:8px}.breadcrumbs_cont.breadcrumbs_mobile{display:none}@media screen and (max-width:768px){.breadcrumbs_cont.breadcrumbs_mobile{display:block}.choose_category_filter .content .inner{flex-wrap:wrap;gap:10px}.choose_category_filter .content ul{width:100%}.blockFinalPage .phenix__similar_franchises_wrap__items{flex-direction:column}.blockFinalPage .phenix__similar_franchises_wrap__item{width:100%}.blockFinalPage .phenix__similar_franchises_wrap__item-logo{display:flex;width:33%}.blockShortBreadcrumbs,.blockShortBreadcrumbs .shortBreadcrumbs{align-content:center;align-items:center;display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;padding:5px 15px;position:relative;width:calc(100% + 30px);font-size:14px}.blockShortBreadcrumbs{padding:0 15px}.mobileBreadcrumb{max-width:500px}.shortBreadcrumbs>a{color:#000}.shortBreadcrumbs .openBreadcrumb{border-radius:8px;padding:6px 10px;font-size:16px;box-shadow:var(--shadow);border:none}.shortBreadcrumbs .arrowBr{padding:0 8px;font-size:12px}.shortBreadcrumbs .openBreadcrumb,.shortBreadcrumbs.open{background-color:#e3f2ff}.shortBreadcrumbs+.mobileBreadcrumb{display:none}.shortBreadcrumbs.open+.mobileBreadcrumb{-webkit-box-shadow:0 10px 8px -4px rgba(34,60,80,.25);-moz-box-shadow:0 10px 8px -4px rgba(34,60,80,.25);box-shadow:0 10px 8px -4px rgba(34,60,80,.25);background-color:#fff;display:flex;flex-wrap:wrap;left:0;position:absolute;top:50px;padding:10px 0;width:100%;z-index:100}.shortBreadcrumbs.open+.mobileBreadcrumb li{position:relative;width:100%;font-size:16px}.shortBreadcrumbs.open+.mobileBreadcrumb li a{display:flex;flex-wrap:wrap;position:relative;width:100%;padding:10px 50px 10px 20px;color:#000}.mobileBreadcrumb li:last-child{padding:10px 50px 10px 20px}.shortBreadcrumbs.open+.mobileBreadcrumb li:before{background:url(/local/templates/rtf20/css/../img/arrow_down3.svg) right center no-repeat;background-size:contain;content:"";position:absolute;height:10px;top:20px;right:10px;transform:rotate(-90deg);width:20px}.shortBreadcrumbs.open+.mobileBreadcrumb li:last-of-type:before{display:none}.breadcrumbs_cont.breadWithMikro2024{display:none}.breadcrumbs_cont.breadcrumbs_mobile{padding:0}.breadcrumbs_cont{z-index:1}.shortBreadcrumbs .nameFrachise,.shortBreadcrumbs .openBreadcrumb,.shortBreadcrumbs>a{margin-top:10px}}.design2024 .zakaz_call{max-width:460px}.modal_item .text-content{display:flex;flex-direction:column;align-items:center;gap:16px}@media (min-width:992px) and (max-width:767.98px){.design2024 .zakaz_call{width:calc(100vw - 32px)}}.preLoaderPersonal{position:relative;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center}.preLoaderPersonal img{min-width:24px;width:24px;min-height:24px;height:24px}.banner_item img{border-radius:8px}blockquote.bg-info{margin:0 0 16px;padding:40px;border-radius:8px;background:var(--shell-blue-bg);color:var(--black-color);line-height:1.6;overflow-wrap:anywhere}.blockDescriptionStatic h1{color:#647080;font-size:32px;margin-bottom:15px}.buttonFormBlue{position:relative;display:inline-flex;justify-content:center;align-items:center;gap:8px;min-height:40px;height:auto;padding:4px 16px;border:0;border-radius:8px;box-shadow:0 4px 16px 0 rgba(69,130,239,.64);background:linear-gradient(#6197f8,#0173fd);color:var(--white-color);font-weight:600;font-size:16px;line-height:20px;text-decoration:none;cursor:pointer;transition:var(--transition)}.buttonFormBlue:hover{box-shadow:0 4px 16px 0 transparent;background:linear-gradient(#76a6fe,#4d8af6)}.buttonFormBlue.active,.buttonFormBlue:active{box-shadow:0 4px 16px 0 transparent;background-color:var(--black-color)}@media (min-width:992px){.franchise_page__right_block{max-height:calc(100vh - 90px);padding-bottom:20px;overflow:auto}}@media (max-width:991.98px){.design2024 .franchise_page__right_block{display:none}}.franchise_img img{border-radius:8px}.hidden{display:none}.design2024 .phenix__order_check-text{padding-left:unset}@media (min-width:992px){.design2024 .phenix__order_check-text{margin-bottom:16px}}@media (max-width:991.98px){.design2024 .phenix__order_check-text{margin-bottom:16px}}.design2024 .catalogBI .blockRecommendedFranchise .franchise_item{display:flex;flex-wrap:wrap;justify-content:flex-start}.design2024 .franchise_item__view>picture{display:block;width:100%}.design2024 .franchise_item__view>picture .image{display:block}.design2024 .franchises_list:not(.franchises_list--horizontal) .franchise_item:not(.no-hover):hover .approve-wrapper{visibility:hidden;opacity:0;pointer-events:none}.design2024 .catalogBI .blockRecommendedFranchise .franchise_item::before{content:none}@media (min-width:992px){.design2024 .phenix__order_check-text{margin-bottom:16px}}@media (max-width:991.98px){.design2024 .phenix__order_check-text{margin-bottom:16px}}.selectric .label{font-size:16px}@media (max-width:767px){.popup__catalog .show_more{margin:8px 0 16px auto;background:url(/local/templates/rtf20/img/icons/arrow-menu-blue-icon.svg) top 7px right 0 no-repeat;background-size:11px;cursor:pointer;text-align:end;position:relative;color:#0173fd;font-size:16px;line-height:1.2;padding-right:19px}.popup__catalog .show_more__text{color:#0173fd;font-size:16px;line-height:1.2;padding-right:19px}.popup__catalog .show_more--active{position:relative;overflow:hidden;text-align:end;margin:8px 0 16px auto}}.blog-article-content-block{overflow-x:auto}.hidden{display:none!important}.leave_review{cursor:pointer}.header2 .header-banner .push-fixed__block .banner-marker{position:absolute;right:0;top:40%;margin-top:0}@media (max-width:550px){.header2 .header-banner .push-fixed__block{min-width:100%;width:100%;margin:unset}.header2 .header-banner .push-fixed__block .banner-marker{bottom:0}}.desktopBanner:has(.banner-marker){position:relative}
/* End */


/* Start:/local/templates/rtf2024/css/intlTelInput.min.css?176962029919158*/
.iti{position:relative;display:inline-block}.iti *{box-sizing:border-box;-moz-box-sizing:border-box}.iti__hide{display:none}.iti__v-hide{visibility:hidden}.iti input,.iti input[type=tel],.iti input[type=text]{position:relative;z-index:0;margin-top:0!important;margin-bottom:0!important;padding-right:36px;margin-right:0}.iti__flag-container{position:absolute;top:0;bottom:0;right:0;padding:1px}.iti__selected-flag{z-index:1;position:relative;display:flex;align-items:center;height:100%;padding:0 6px 0 8px}.iti__arrow{margin-left:6px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.iti__arrow--up{border-top:none;border-bottom:4px solid #555}.iti__country-list{position:absolute;z-index:2;list-style:none;text-align:left;padding:0;margin:0 0 0 -1px;box-shadow:1px 1px 4px rgba(0,0,0,.2);background-color:#fff;border:1px solid #ccc;white-space:nowrap;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.iti__country-list--dropup{bottom:100%;margin-bottom:-1px}@media (max-width:500px){.iti__country-list{white-space:normal}}.iti__flag-box{display:inline-block;width:20px}.iti__divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.iti__country{padding:5px 10px;outline:0}.iti__dial-code{color:#999}.iti__country.iti__highlight{background-color:rgba(0,0,0,.05)}.iti__country-name,.iti__dial-code,.iti__flag-box{vertical-align:middle}.iti__country-name,.iti__flag-box{margin-right:6px}.iti--allow-dropdown input,.iti--allow-dropdown input[type=tel],.iti--allow-dropdown input[type=text],.iti--separate-dial-code input,.iti--separate-dial-code input[type=tel],.iti--separate-dial-code input[type=text]{padding-right:6px;padding-left:52px;margin-left:0}.iti--allow-dropdown .iti__flag-container,.iti--separate-dial-code .iti__flag-container{right:auto;left:0}.iti--allow-dropdown .iti__flag-container:hover{cursor:pointer}.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover{cursor:default}.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag{background-color:transparent}.iti--separate-dial-code .iti__selected-flag{background-color:rgba(0,0,0,.05)}.iti--separate-dial-code .iti__selected-dial-code{margin-left:6px}.iti--container{position:absolute;top:-1000px;left:-1000px;z-index:99995;padding:1px}.iti--container:hover{cursor:pointer}.iti-mobile .iti--container{top:30px;bottom:30px;left:30px;right:30px;position:fixed}.iti-mobile .iti__country-list{max-height:100%;width:100%}.iti-mobile .iti__country{padding:10px 10px;line-height:1.5em}.iti__flag{width:20px}.iti__flag.iti__be{width:18px}.iti__flag.iti__ch{width:15px}.iti__flag.iti__mc{width:19px}.iti__flag.iti__ne{width:18px}.iti__flag.iti__np{width:13px}.iti__flag.iti__va{width:15px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-size:5652px 15px}}.iti__flag.iti__ac{height:10px;background-position:0 0}.iti__flag.iti__ad{height:14px;background-position:-22px 0}.iti__flag.iti__ae{height:10px;background-position:-44px 0}.iti__flag.iti__af{height:14px;background-position:-66px 0}.iti__flag.iti__ag{height:14px;background-position:-88px 0}.iti__flag.iti__ai{height:10px;background-position:-110px 0}.iti__flag.iti__al{height:15px;background-position:-132px 0}.iti__flag.iti__am{height:10px;background-position:-154px 0}.iti__flag.iti__ao{height:14px;background-position:-176px 0}.iti__flag.iti__aq{height:14px;background-position:-198px 0}.iti__flag.iti__ar{height:13px;background-position:-220px 0}.iti__flag.iti__as{height:10px;background-position:-242px 0}.iti__flag.iti__at{height:14px;background-position:-264px 0}.iti__flag.iti__au{height:10px;background-position:-286px 0}.iti__flag.iti__aw{height:14px;background-position:-308px 0}.iti__flag.iti__ax{height:13px;background-position:-330px 0}.iti__flag.iti__az{height:10px;background-position:-352px 0}.iti__flag.iti__ba{height:10px;background-position:-374px 0}.iti__flag.iti__bb{height:14px;background-position:-396px 0}.iti__flag.iti__bd{height:12px;background-position:-418px 0}.iti__flag.iti__be{height:15px;background-position:-440px 0}.iti__flag.iti__bf{height:14px;background-position:-460px 0}.iti__flag.iti__bg{height:12px;background-position:-482px 0}.iti__flag.iti__bh{height:12px;background-position:-504px 0}.iti__flag.iti__bi{height:12px;background-position:-526px 0}.iti__flag.iti__bj{height:14px;background-position:-548px 0}.iti__flag.iti__bl{height:14px;background-position:-570px 0}.iti__flag.iti__bm{height:10px;background-position:-592px 0}.iti__flag.iti__bn{height:10px;background-position:-614px 0}.iti__flag.iti__bo{height:14px;background-position:-636px 0}.iti__flag.iti__bq{height:14px;background-position:-658px 0}.iti__flag.iti__br{height:14px;background-position:-680px 0}.iti__flag.iti__bs{height:10px;background-position:-702px 0}.iti__flag.iti__bt{height:14px;background-position:-724px 0}.iti__flag.iti__bv{height:15px;background-position:-746px 0}.iti__flag.iti__bw{height:14px;background-position:-768px 0}.iti__flag.iti__by{height:10px;background-position:-790px 0}.iti__flag.iti__bz{height:14px;background-position:-812px 0}.iti__flag.iti__ca{height:10px;background-position:-834px 0}.iti__flag.iti__cc{height:10px;background-position:-856px 0}.iti__flag.iti__cd{height:15px;background-position:-878px 0}.iti__flag.iti__cf{height:14px;background-position:-900px 0}.iti__flag.iti__cg{height:14px;background-position:-922px 0}.iti__flag.iti__ch{height:15px;background-position:-944px 0}.iti__flag.iti__ci{height:14px;background-position:-961px 0}.iti__flag.iti__ck{height:10px;background-position:-983px 0}.iti__flag.iti__cl{height:14px;background-position:-1005px 0}.iti__flag.iti__cm{height:14px;background-position:-1027px 0}.iti__flag.iti__cn{height:14px;background-position:-1049px 0}.iti__flag.iti__co{height:14px;background-position:-1071px 0}.iti__flag.iti__cp{height:14px;background-position:-1093px 0}.iti__flag.iti__cr{height:12px;background-position:-1115px 0}.iti__flag.iti__cu{height:10px;background-position:-1137px 0}.iti__flag.iti__cv{height:12px;background-position:-1159px 0}.iti__flag.iti__cw{height:14px;background-position:-1181px 0}.iti__flag.iti__cx{height:10px;background-position:-1203px 0}.iti__flag.iti__cy{height:14px;background-position:-1225px 0}.iti__flag.iti__cz{height:14px;background-position:-1247px 0}.iti__flag.iti__de{height:12px;background-position:-1269px 0}.iti__flag.iti__dg{height:10px;background-position:-1291px 0}.iti__flag.iti__dj{height:14px;background-position:-1313px 0}.iti__flag.iti__dk{height:15px;background-position:-1335px 0}.iti__flag.iti__dm{height:10px;background-position:-1357px 0}.iti__flag.iti__do{height:14px;background-position:-1379px 0}.iti__flag.iti__dz{height:14px;background-position:-1401px 0}.iti__flag.iti__ea{height:14px;background-position:-1423px 0}.iti__flag.iti__ec{height:14px;background-position:-1445px 0}.iti__flag.iti__ee{height:13px;background-position:-1467px 0}.iti__flag.iti__eg{height:14px;background-position:-1489px 0}.iti__flag.iti__eh{height:10px;background-position:-1511px 0}.iti__flag.iti__er{height:10px;background-position:-1533px 0}.iti__flag.iti__es{height:14px;background-position:-1555px 0}.iti__flag.iti__et{height:10px;background-position:-1577px 0}.iti__flag.iti__eu{height:14px;background-position:-1599px 0}.iti__flag.iti__fi{height:12px;background-position:-1621px 0}.iti__flag.iti__fj{height:10px;background-position:-1643px 0}.iti__flag.iti__fk{height:10px;background-position:-1665px 0}.iti__flag.iti__fm{height:11px;background-position:-1687px 0}.iti__flag.iti__fo{height:15px;background-position:-1709px 0}.iti__flag.iti__fr{height:14px;background-position:-1731px 0}.iti__flag.iti__ga{height:15px;background-position:-1753px 0}.iti__flag.iti__gb{height:10px;background-position:-1775px 0}.iti__flag.iti__gd{height:12px;background-position:-1797px 0}.iti__flag.iti__ge{height:14px;background-position:-1819px 0}.iti__flag.iti__gf{height:14px;background-position:-1841px 0}.iti__flag.iti__gg{height:14px;background-position:-1863px 0}.iti__flag.iti__gh{height:14px;background-position:-1885px 0}.iti__flag.iti__gi{height:10px;background-position:-1907px 0}.iti__flag.iti__gl{height:14px;background-position:-1929px 0}.iti__flag.iti__gm{height:14px;background-position:-1951px 0}.iti__flag.iti__gn{height:14px;background-position:-1973px 0}.iti__flag.iti__gp{height:14px;background-position:-1995px 0}.iti__flag.iti__gq{height:14px;background-position:-2017px 0}.iti__flag.iti__gr{height:14px;background-position:-2039px 0}.iti__flag.iti__gs{height:10px;background-position:-2061px 0}.iti__flag.iti__gt{height:13px;background-position:-2083px 0}.iti__flag.iti__gu{height:11px;background-position:-2105px 0}.iti__flag.iti__gw{height:10px;background-position:-2127px 0}.iti__flag.iti__gy{height:12px;background-position:-2149px 0}.iti__flag.iti__hk{height:14px;background-position:-2171px 0}.iti__flag.iti__hm{height:10px;background-position:-2193px 0}.iti__flag.iti__hn{height:10px;background-position:-2215px 0}.iti__flag.iti__hr{height:10px;background-position:-2237px 0}.iti__flag.iti__ht{height:12px;background-position:-2259px 0}.iti__flag.iti__hu{height:10px;background-position:-2281px 0}.iti__flag.iti__ic{height:14px;background-position:-2303px 0}.iti__flag.iti__id{height:14px;background-position:-2325px 0}.iti__flag.iti__ie{height:10px;background-position:-2347px 0}.iti__flag.iti__il{height:15px;background-position:-2369px 0}.iti__flag.iti__im{height:10px;background-position:-2391px 0}.iti__flag.iti__in{height:14px;background-position:-2413px 0}.iti__flag.iti__io{height:10px;background-position:-2435px 0}.iti__flag.iti__iq{height:14px;background-position:-2457px 0}.iti__flag.iti__ir{height:12px;background-position:-2479px 0}.iti__flag.iti__is{height:15px;background-position:-2501px 0}.iti__flag.iti__it{height:14px;background-position:-2523px 0}.iti__flag.iti__je{height:12px;background-position:-2545px 0}.iti__flag.iti__jm{height:10px;background-position:-2567px 0}.iti__flag.iti__jo{height:10px;background-position:-2589px 0}.iti__flag.iti__jp{height:14px;background-position:-2611px 0}.iti__flag.iti__ke{height:14px;background-position:-2633px 0}.iti__flag.iti__kg{height:12px;background-position:-2655px 0}.iti__flag.iti__kh{height:13px;background-position:-2677px 0}.iti__flag.iti__ki{height:10px;background-position:-2699px 0}.iti__flag.iti__km{height:12px;background-position:-2721px 0}.iti__flag.iti__kn{height:14px;background-position:-2743px 0}.iti__flag.iti__kp{height:10px;background-position:-2765px 0}.iti__flag.iti__kr{height:14px;background-position:-2787px 0}.iti__flag.iti__kw{height:10px;background-position:-2809px 0}.iti__flag.iti__ky{height:10px;background-position:-2831px 0}.iti__flag.iti__kz{height:10px;background-position:-2853px 0}.iti__flag.iti__la{height:14px;background-position:-2875px 0}.iti__flag.iti__lb{height:14px;background-position:-2897px 0}.iti__flag.iti__lc{height:10px;background-position:-2919px 0}.iti__flag.iti__li{height:12px;background-position:-2941px 0}.iti__flag.iti__lk{height:10px;background-position:-2963px 0}.iti__flag.iti__lr{height:11px;background-position:-2985px 0}.iti__flag.iti__ls{height:14px;background-position:-3007px 0}.iti__flag.iti__lt{height:12px;background-position:-3029px 0}.iti__flag.iti__lu{height:12px;background-position:-3051px 0}.iti__flag.iti__lv{height:10px;background-position:-3073px 0}.iti__flag.iti__ly{height:10px;background-position:-3095px 0}.iti__flag.iti__ma{height:14px;background-position:-3117px 0}.iti__flag.iti__mc{height:15px;background-position:-3139px 0}.iti__flag.iti__md{height:10px;background-position:-3160px 0}.iti__flag.iti__me{height:10px;background-position:-3182px 0}.iti__flag.iti__mf{height:14px;background-position:-3204px 0}.iti__flag.iti__mg{height:14px;background-position:-3226px 0}.iti__flag.iti__mh{height:11px;background-position:-3248px 0}.iti__flag.iti__mk{height:10px;background-position:-3270px 0}.iti__flag.iti__ml{height:14px;background-position:-3292px 0}.iti__flag.iti__mm{height:14px;background-position:-3314px 0}.iti__flag.iti__mn{height:10px;background-position:-3336px 0}.iti__flag.iti__mo{height:14px;background-position:-3358px 0}.iti__flag.iti__mp{height:10px;background-position:-3380px 0}.iti__flag.iti__mq{height:14px;background-position:-3402px 0}.iti__flag.iti__mr{height:14px;background-position:-3424px 0}.iti__flag.iti__ms{height:10px;background-position:-3446px 0}.iti__flag.iti__mt{height:14px;background-position:-3468px 0}.iti__flag.iti__mu{height:14px;background-position:-3490px 0}.iti__flag.iti__mv{height:14px;background-position:-3512px 0}.iti__flag.iti__mw{height:14px;background-position:-3534px 0}.iti__flag.iti__mx{height:12px;background-position:-3556px 0}.iti__flag.iti__my{height:10px;background-position:-3578px 0}.iti__flag.iti__mz{height:14px;background-position:-3600px 0}.iti__flag.iti__na{height:14px;background-position:-3622px 0}.iti__flag.iti__nc{height:10px;background-position:-3644px 0}.iti__flag.iti__ne{height:15px;background-position:-3666px 0}.iti__flag.iti__nf{height:10px;background-position:-3686px 0}.iti__flag.iti__ng{height:10px;background-position:-3708px 0}.iti__flag.iti__ni{height:12px;background-position:-3730px 0}.iti__flag.iti__nl{height:14px;background-position:-3752px 0}.iti__flag.iti__no{height:15px;background-position:-3774px 0}.iti__flag.iti__np{height:15px;background-position:-3796px 0}.iti__flag.iti__nr{height:10px;background-position:-3811px 0}.iti__flag.iti__nu{height:10px;background-position:-3833px 0}.iti__flag.iti__nz{height:10px;background-position:-3855px 0}.iti__flag.iti__om{height:10px;background-position:-3877px 0}.iti__flag.iti__pa{height:14px;background-position:-3899px 0}.iti__flag.iti__pe{height:14px;background-position:-3921px 0}.iti__flag.iti__pf{height:14px;background-position:-3943px 0}.iti__flag.iti__pg{height:15px;background-position:-3965px 0}.iti__flag.iti__ph{height:10px;background-position:-3987px 0}.iti__flag.iti__pk{height:14px;background-position:-4009px 0}.iti__flag.iti__pl{height:13px;background-position:-4031px 0}.iti__flag.iti__pm{height:14px;background-position:-4053px 0}.iti__flag.iti__pn{height:10px;background-position:-4075px 0}.iti__flag.iti__pr{height:14px;background-position:-4097px 0}.iti__flag.iti__ps{height:10px;background-position:-4119px 0}.iti__flag.iti__pt{height:14px;background-position:-4141px 0}.iti__flag.iti__pw{height:13px;background-position:-4163px 0}.iti__flag.iti__py{height:11px;background-position:-4185px 0}.iti__flag.iti__qa{height:8px;background-position:-4207px 0}.iti__flag.iti__re{height:14px;background-position:-4229px 0}.iti__flag.iti__ro{height:14px;background-position:-4251px 0}.iti__flag.iti__rs{height:14px;background-position:-4273px 0}.iti__flag.iti__ru{height:14px;background-position:-4295px 0}.iti__flag.iti__rw{height:14px;background-position:-4317px 0}.iti__flag.iti__sa{height:14px;background-position:-4339px 0}.iti__flag.iti__sb{height:10px;background-position:-4361px 0}.iti__flag.iti__sc{height:10px;background-position:-4383px 0}.iti__flag.iti__sd{height:10px;background-position:-4405px 0}.iti__flag.iti__se{height:13px;background-position:-4427px 0}.iti__flag.iti__sg{height:14px;background-position:-4449px 0}.iti__flag.iti__sh{height:10px;background-position:-4471px 0}.iti__flag.iti__si{height:10px;background-position:-4493px 0}.iti__flag.iti__sj{height:15px;background-position:-4515px 0}.iti__flag.iti__sk{height:14px;background-position:-4537px 0}.iti__flag.iti__sl{height:14px;background-position:-4559px 0}.iti__flag.iti__sm{height:15px;background-position:-4581px 0}.iti__flag.iti__sn{height:14px;background-position:-4603px 0}.iti__flag.iti__so{height:14px;background-position:-4625px 0}.iti__flag.iti__sr{height:14px;background-position:-4647px 0}.iti__flag.iti__ss{height:10px;background-position:-4669px 0}.iti__flag.iti__st{height:10px;background-position:-4691px 0}.iti__flag.iti__sv{height:12px;background-position:-4713px 0}.iti__flag.iti__sx{height:14px;background-position:-4735px 0}.iti__flag.iti__sy{height:14px;background-position:-4757px 0}.iti__flag.iti__sz{height:14px;background-position:-4779px 0}.iti__flag.iti__ta{height:10px;background-position:-4801px 0}.iti__flag.iti__tc{height:10px;background-position:-4823px 0}.iti__flag.iti__td{height:14px;background-position:-4845px 0}.iti__flag.iti__tf{height:14px;background-position:-4867px 0}.iti__flag.iti__tg{height:13px;background-position:-4889px 0}.iti__flag.iti__th{height:14px;background-position:-4911px 0}.iti__flag.iti__tj{height:10px;background-position:-4933px 0}.iti__flag.iti__tk{height:10px;background-position:-4955px 0}.iti__flag.iti__tl{height:10px;background-position:-4977px 0}.iti__flag.iti__tm{height:14px;background-position:-4999px 0}.iti__flag.iti__tn{height:14px;background-position:-5021px 0}.iti__flag.iti__to{height:10px;background-position:-5043px 0}.iti__flag.iti__tr{height:14px;background-position:-5065px 0}.iti__flag.iti__tt{height:12px;background-position:-5087px 0}.iti__flag.iti__tv{height:10px;background-position:-5109px 0}.iti__flag.iti__tw{height:14px;background-position:-5131px 0}.iti__flag.iti__tz{height:14px;background-position:-5153px 0}.iti__flag.iti__ua{height:14px;background-position:-5175px 0}.iti__flag.iti__ug{height:14px;background-position:-5197px 0}.iti__flag.iti__um{height:11px;background-position:-5219px 0}.iti__flag.iti__un{height:14px;background-position:-5241px 0}.iti__flag.iti__us{height:11px;background-position:-5263px 0}.iti__flag.iti__uy{height:14px;background-position:-5285px 0}.iti__flag.iti__uz{height:10px;background-position:-5307px 0}.iti__flag.iti__va{height:15px;background-position:-5329px 0}.iti__flag.iti__vc{height:14px;background-position:-5346px 0}.iti__flag.iti__ve{height:14px;background-position:-5368px 0}.iti__flag.iti__vg{height:10px;background-position:-5390px 0}.iti__flag.iti__vi{height:14px;background-position:-5412px 0}.iti__flag.iti__vn{height:14px;background-position:-5434px 0}.iti__flag.iti__vu{height:12px;background-position:-5456px 0}.iti__flag.iti__wf{height:14px;background-position:-5478px 0}.iti__flag.iti__ws{height:10px;background-position:-5500px 0}.iti__flag.iti__xk{height:15px;background-position:-5522px 0}.iti__flag.iti__ye{height:14px;background-position:-5544px 0}.iti__flag.iti__yt{height:14px;background-position:-5566px 0}.iti__flag.iti__za{height:14px;background-position:-5588px 0}.iti__flag.iti__zm{height:14px;background-position:-5610px 0}.iti__flag.iti__zw{height:10px;background-position:-5632px 0}.iti__flag{height:15px;box-shadow:0 0 1px 0 #888;background-image:url(/local/templates/rtf2024/css/../img/flags.png);background-repeat:no-repeat;background-color:#dbdbdb;background-position:20px 0}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.iti__flag{background-image:url(/local/templates/rtf2024/css/../img/flags@2x.png)}}.iti__flag.iti__np{background-color:transparent}
/* End */


/* Start:/local/templates/rtf2024/css/rating/app.min.css?172612920359702*/
/*@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap);*/
/* cyrillic-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmhduz8A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwkxduz8A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmxduz8A.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlBduz8A.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmBduz8A.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRduz8A.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lqDY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lqDY.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lqDY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lqDY.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lqDY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmhduz8A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwkxduz8A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmxduz8A.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlBduz8A.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmBduz8A.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRduz8A.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmhduz8A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwkxduz8A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmxduz8A.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlBduz8A.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmBduz8A.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRduz8A.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmhduz8A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwkxduz8A.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmxduz8A.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwlBduz8A.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmBduz8A.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwmRduz8A.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nwlxdu.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.container-max {
    max-width: 1362px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px
}

.wrapp-gray {
    background: #f6f8f7;
    font-family: 'Source Sans Pro',sans-serif!important;
    color: #242731;
    font-size: 14px;
    padding-bottom: 64px;
    overflow: hidden
}

.wrapper .wrapp-gray .text{
    font-family: 'Source Sans Pro',sans-serif!important;
}
.breadcrumbs_cont .breadcrumbs {
    padding-top: 16px!important;
    background:#f6f8f7;
    list-style: none;
    font-family: 'Source Sans Pro',sans-serif!important;
}

.breadcrumbs_cont .breadcrumbs li {
    font-size: 16px;
    line-height: 20px;
    color: #959595;
    display: inline-block
}

.breadcrumbs_cont .breadcrumbs li a {
    color: #242731;
    display: inline block;
    text-decoration: none
}

.breadcrumbs_cont .breadcrumbs li a:after {
    /*content: '>';
    display: inline-block;
    margin-left: 8px;
    margin-right: 4px;
    height: 10px;
    width: 10px*/
}

.wrapp-gray .rtn-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: space-between;
    flex-direction: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.wrapp-gray .rtn-main-center {
    width: 1013px
}

.wrapp-gray .rtn-sidebar {
    margin-left: 32px;
    width: 267px
}

.wrapp-gray .rtn-sidebar .banner-rtn {
    background: #d9d9d9;
    border-radius: 8px;
    margin-bottom: 32px;
    overflow: hidden
}

.wrapp-gray .rtn-sidebar .banner-rtn > a {
    display: block
}

.wrapp-gray .rtn-sidebar .banner-rtn-video iframe {
    width: 100%;
    max-width: 100%
}

.wrapp-gray .rtn-sidebar .banner-rtn-video .vid {
    height: 150px
}

.wrapp-gray .rtn-sidebar .banner-rtn-video .txt {
    background: #fff;
    margin-bottom: 6px;
    -webkit-box-shadow: 0 8px 16px rgba(121, 121, 134, .4);
    box-shadow: 0 8px 16px rgba(121, 121, 134, .4);
    border-radius: 0 0 8px 8px;
    padding: 9px 16px 16px 10px
}

.wrapp-gray .rtn-sidebar .banner-rtn-video .txt h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px !important
}

.wrapp-gray .rtn-sidebar .banner-rtn-video .txt p {
    font-size: 18px;
    line-height: 120%
}

.wrapp-gray .rtn-sidebar .banner-rtn-video .desk-look {
    margin-top: 13px;
    margin-left: auto;
    padding-left: 12px
}

.wrapp-gray img {
    max-width: 100%
}

.wrapp-gray a {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.wrapp-gray .rtn-content-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.wrapp-gray .rtn-content-video .txt {
    background: #dcebf9;
    width: 522px;
    border-radius: 8px 0 0 8px;
    padding: 43px 75px 32px 32px
}

.wrapp-gray .rtn-content-video .txt h3 {
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 29px !important
}

.wrapp-gray .rtn-content-video .txt p {
    font-size: 32px;
    line-height: 40px
}

.wrapp-gray .rtn-content-video .vid {
    width: 491px
}

.wrapp-gray .rtn-content-video .vid iframe {
    max-width: 100%;
    width: 100%;
    height: 276px;
    border-radius: 0 8px 8px 0
}

.wrapp-gray .rtn-content-video .mob-look {
    display: none
}

.wrapp-gray .rtn-franch {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(290px, 490px) minmax(290px, 490px);
    grid-template-columns:minmax(290px, 490px) minmax(290px, 490px);
    grid-gap: 32px;
    margin-bottom: 40px
}

.wrapp-gray .rtn-plank {
    background: #fff;
    -webkit-box-shadow: 0 4px 12px rgba(94, 93, 122, .15);
    box-shadow: 0 4px 12px rgba(94, 93, 122, .15);
    border-radius: 8px;
    padding: 24px 50px 22px 16px;
    position: relative
}

.wrapp-gray .rtn-plank.plank-general {
    -ms-grid-row-span: 2;
    grid-row: span 2;
    border: 1px solid #c8c8cb
}

.wrapp-gray .rtn-plank .rtn-title {
    padding-left: 8px
}

.wrapp-gray .rtn-plank .rtn-title h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 16px;
    margin-bottom: 0 !important
}

.wrapp-gray .rtn-plank .rtn-title h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 4px;
    margin-bottom: 0 !important
}

.wrapp-gray .rtn-plank .rtn-title p {
    font-size: 18px;
    line-height: 24px;
    color: #656565;
    padding-bottom: 12px
}

.wrapp-gray .rtn-plank .rtn-item {
    border-top: 1px solid #c8c8cb;
    padding: 9.5px 10px 9.5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 96px
}

.wrapp-gray .rtn-plank .rtn-item .rtn-logo {
    max-width: 100px;
    min-width: 100px;
    margin-right: 30px;
    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
}

.wrapp-gray .rtn-plank .rtn-item .rtn-logo img {
    max-height: 100%
}

.wrapp-gray .rtn-plank .rtn-item .rtn-text {
    color: #111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wrapp-gray .rtn-plank .rtn-item .rtn-text p {
    color: #111
}

.wrapp-gray .rtn-plank .rtn-item .rtn-text p span {
    display: block;
    padding-bottom: 2px
}

.wrapp-gray .rtn-plank .rtn-item h4 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
    min-height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.wrapp-gray .rtn-plank .rtn-item p {
    font-size: 14px;
    line-height: 15px
}

.wrapp-gray .rtn-plank .rtn-plank-footer {
    border-top: 1px solid #c8c8cb;
    height: 53px
}

.wrapp-gray .rtn-plank .rtn-plank-footer .rtn-more {
    position: absolute;
    right: 18px;
    bottom: 22px
}

.wrapp-gray .rtn-more {
    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;
    width: 126px;
    height: 34px;
    border-radius: 8px;
    background: #dcebf9;
    color: #3d95e7;
    font-weight: 600;
    font-size: 17px;
    padding-left: 5px
}

.wrapp-gray .rtn-more:after {
    content: '';
    display: block;
    width: 13px;
    height: 12px;
    background: url(/local/templates/rtf2024/css/rating/../../img/rating/rt-more.svg) no-repeat center center;
    margin-left: 7px
}

.wrapp-gray .rtn-more:hover {
    background: #eaf5ff
}

.wrapp-gray .rtn-more:active {
    background: #b0cbff
}

.wrapp-gray .rtn-more:disabled {
    background: #b0cbff;
    color: #b0cbff
}

.wrapp-gray .mob-look {
    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;
    width: 124px;
    height: 34px;
    border-radius: 8px;
    background: #dcebf9;
    color: #3d95e7;
    font-weight: 600;
    font-size: 17px;
    padding-left: 12px;
    padding-right: 12px
}

.wrapp-gray .mob-look:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(/local/templates/rtf2024/css/rating/../../img/rating/mob-look.svg) no-repeat center center;
    margin-right: 9px
}

.wrapp-gray .desk-look {
    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;
    width: 140px;
    height: 34px;
    border-radius: 8px;
    background: #dcebf9;
    color: #3d95e7;
    font-weight: 600;
    font-size: 17px;
    padding-left: 12px;
    padding-right: 12px
}

.wrapp-gray .desk-look:hover {
    background: #eaf5ff
}

.wrapp-gray .desk-look:active {
    background: #b0cbff
}

.wrapp-gray .desk-look:disabled {
    background: #b0cbff;
    color: #b0cbff
}

.wrapp-gray .rtn-open-more {
    background: #3d95e7;
    border-radius: 8px;
    padding: 10px 10px 9px;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 200px
}

.wrapp-gray .rtn-open-more:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(/local/templates/rtf2024/css/rating/../../img/rating/look-else.svg) no-repeat center center;
    margin-right: 6px
}

.wrapp-gray .didnt_find_franch {
    margin-top: 0;
    margin-bottom: 40px
}

.wrapp-gray .rtn-banners-wrap {
    margin-bottom: 40px
}

.wrapp-gray .rtn-banner-imgs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns:1fr 1fr;
    grid-gap: 32px
}

.wrapp-gray .rtn-banner-imgs a {
    display: block;
    background: #d9d9d9;
    border-radius: 8px;
    height: 214px;
    overflow: hidden;
    width: 100%
}

.wrapp-gray .rtn-banner-imgs a img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.wrapp-gray .rtn-banner-imgs img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.wrapp-gray .rtn-telegram {
    background: #dcebf9;
    padding: 45px 46px 75px 0;
    padding-left: 39%;
    border-radius: 8px;
    position: relative
}

.wrapp-gray .rtn-telegram .buttonTelegramInSubscribe {
    background: url(/local/templates/rtf2024/css/rating/../../img/rating/telegram-ic.svg) no-repeat 17px 13px #27aee3;
    background: url(/local/templates/rtf2024/css/rating/../../img/rating/telegram-ic.svg) no-repeat 29px center #27aee3;
    width: 251px;
    max-width: 251px;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    height: 46px;
    padding-left: 31px;
    margin-left: 0
}

.wrapp-gray .rtn-telegram .pl1 {
    position: absolute;
    left: 2%;
    top: -3%
}

.wrapp-gray .rtn-telegram .pl2 {
    position: absolute;
    right: 4%;
    bottom: 10%
}

.wrapp-gray .rtn-telegram h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: 81.12%
}

.wrapp-gray .rtn-telegram p {
    font-size: 24px;
    line-height: 100%;
    max-width: 438px;
    margin-bottom: 30px
}

.wrapp-gray .raiting_main_section.raiting-one {
    border-radius: 8px
}

.wrapp-gray .raiting_main_section.raiting-one .inner {
    padding-left: 0;
    padding-top: 25px;
    display: block;
    padding-left: 236px;
    padding-bottom: 26px
}

.wrapp-gray .raiting_main_section.raiting-one .inner .left_img {
    position: absolute;
    left: -35px;
    top: -16px
}

.wrapp-gray .raiting_main_section.raiting-one .inner .text_content .title {
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 0 !important
}

.wrapp-gray .raiting_main_section.raiting-one .right_img {
    width: 40%;
    right: 2%;
    z-index: 0
}

.wrapp-gray .raiting_main_section.raiting-one .text_content {
    width: 55%;
    position: relative;
    z-index: 1
}

.fancybox-is-open .fancybox-bg {
    opacity: 1
}

.iframe-wrap.fancys {
    display: none
}

.fancybox-content.iframe-wrap {
    line-height: 0;
    width: 100%;
    max-width: 1180px;
    height: 70%;
    max-height: 700px;
    background: 0 0
}

.fancybox-content.iframe-wrap iframe {
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block
}

/*.fancybox-content {
    padding: 0
}*/

.fancybox-bg {
    background: rgba(0, 0, 0, .5)
}

.rtn-sidebar-slider {
    display: none;
    padding-right: 60px;
    margin-bottom: 21px
}

.rtn-sidebar-slider .swiper-slide {
    border-radius: 8px;
    overflow: hidden
}

.rtn-sidebar-slider .swiper-slide a {
    display: block
}

.rtn-sidebar-slider .swiper-slide a img {
    width: 100%
}

.link-top {
    width: 54px;
    height: 54px;
    border-radius: 50px;
    background: url(/local/templates/rtf2024/css/rating/../../img/rating/scrl-ic.svg) no-repeat center center #fff;
    position: fixed;
    -webkit-box-shadow: 0 4px 12px rgba(94, 93, 122, .15);
    box-shadow: 0 4px 12px rgba(94, 93, 122, .15);
    z-index: 10;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none
}

@media (min-width: 1180px) {
    .raiting_main_section .text_content .title {
        font-size: 41px
    }

    .raiting_main_section .text_content .small_title {
        font-size: 25px
    }

    .raiting_main_section .text_content .text {
        font-size: 17px
    }

    .raiting_main_section .text_content .show_metodology {
        font-size: 18px
    }

    .wrapp-gray .didnt_find_franch .title {
        font-size: 29px
    }

    .wrapp-gray .didnt_find_franch .text {
        font-size: 19px;
        max-width: 636px
    }

    .wrapp-gray .didnt_find_franch .leave_feedback {
        font-size: 18px;
        max-width: 360px
    }

    .raiting_main_section.raiting-one .text_content .small_title {
        color: #d9d9d9;
        font-size: 28px
    }

    .raiting_main_section.raiting-one .text_content .show_metodology {
        font-size: 24px;
        color: #d9d9d9;
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 768px) {
    .wrapp-gray .rtn-desk-video {
        display: none
    }
}

.tips-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .08);
    border-radius: 8px;
    z-index: 3;
    pointer-events: none;
    display: none
}

.wrapp-gray .rtn-rait-filter {
    padding: 24px 73px 16px 37px;
    border-radius: 8px;
    background: #dcebf9;
    margin-bottom: 32px
}

.wrapp-gray .rtn-rait-filter h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 24px !important
}
.wrapp-gray .rtn-rait-filter h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 17px !important;
    margin-top: 11px;
}


.wrapp-gray .rtn-rait-filter .rtn-rait-items {
    overflow: hidden
}

.wrapp-gray .rtn-rait-filter .rtn-rait-items a {
    display: block;
    float: left;
    margin-left: 4px;
    margin-right: 4px;
    padding: 8px 16px;
    background: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 0 4px 12px rgba(94, 93, 122, .15);
    box-shadow: 0 4px 12px rgba(94, 93, 122, .15);
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 20px;
    color: #242731
}

.wrapp-gray .rtn-rait-filter .rtn-rait-items a.active, .wrapp-gray .rtn-rait-filter .rtn-rait-items a:hover {
    background: #ec6022;
    color: #fff
}

.wrapp-gray .rtn-ligs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    padding-top: 22px;
    padding-left: 12.5px;
    padding-right: 12.5px;
    -webkit-box-shadow: 0 4px 12px rgba(94, 93, 122, .15);
    box-shadow: 0 4px 12px rgba(94, 93, 122, .15);
    border-radius: 8px;
    position: relative;
    padding-bottom: 31px;
    margin-bottom: 40px
}

.wrapp-gray .rtn-ligs .mob-rtn-but {
    display: none
}

.wrapp-gray .rtn-ligs .desk-rtn-but {
    position: absolute;
    bottom: 31px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%
}

.wrapp-gray .rtn-ligs .rtn-lig {
    width: 33.1%;
    padding-bottom: 31px
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header {
    padding-left: 32px;
    padding-right: 4px;
    margin-bottom: 24px
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-body {
    height: 330px;
    overflow: auto;
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header .lig-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header .lig-title h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 130%;
    color: #096ab3;
    margin-bottom: 6px !important;
    width: auto
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header .lig-title .lig-info {
    margin-left: 10px;
    position: relative
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header .lig-title .lig-info .info-text {
    position: absolute;
    z-index: 3;
    padding: 16px 24px 20px;
    -webkit-box-shadow: 0 8px 16px rgba(121, 121, 134, .4);
    box-shadow: 0 8px 16px rgba(121, 121, 134, .4);
    width: 353px;
    border-radius: 8px;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    top: 60px;
    display: none
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header .lig-title .lig-info .info-text:after {
    content: '';
    display: block;
    top: -40px;
    background: url(/local/templates/rtf2024/css/rating/../../img/rating/top-tip-lig.png) no-repeat top center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50px
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header .lig-title .lig-info .info-text h5 {
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    color: #656565;
    margin-bottom: 14px
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header .lig-title .lig-info .info-text p {
    font-size: 20px;
    line-height: 100%;
    color: #656565;
    margin-bottom: 8px
}

/*.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header .lig-title .lig-info .info-text .centr {
    margin-bottom: 10px
}*/

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header .lig-title .lig-info .info-icon {
    display: block;
    width: 20px;
    height: 20px;
    background: url(/local/templates/rtf2024/css/rating/../../img/rating/info-icon.svg) no-repeat center center
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header p {
    font-size: 18px;
    line-height: 130%;
    /*height: 50px;*/
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header .lig-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #656565;
    font-size: 16px;
    line-height: 26px
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-item {
    border: 1px solid #c8c8cb;
    margin-left: 3.5px;
    margin-right: 3.5px;
    margin-top: -1px;
    padding-bottom: 23px
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-item .rtn-lig-img {
    padding-top: 14px;
    padding-bottom: 16px;
    height: 128px;
    display: flex;
    align-items: center;
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-item .rtn-lig-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 100%
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-item .rtn-lig-text {
    padding-left: 24px;
    padding-right: 15px;
    margin-bottom: 31px
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-item .rtn-lig-text .rtn-lig-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0px;
    min-height: 56px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-item .rtn-lig-text p {
    font-size: 18px;
    line-height: 22px;
    min-height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-item .rtn-lig-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 17px;
    padding-right: 17px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-item .rtn-lig-more.more-open {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-item .rtn-lig-more.more-open .more-info {
    margin-right: auto
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-item .rtn-lig-more.more-open .rtn-more {
    margin-left: auto
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-item .rtn-lig-more .rtn-more {
    width: 154px
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-item .rtn-lig-more .rtn-blue-link {
    margin-left: auto;
    margin-bottom: 15px;
    margin-right: 8px
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-item .rtn-lig-more .info_table {
    padding-top: 15px;
    background: #fff;
    display: none;
    margin-left: -17px;
    margin-right: -17px;
    overflow: visible !important
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-item .rtn-lig-more .info_table .table_block .block_row {
    padding-left: 24px;
    padding-right: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    line-height: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-item .rtn-lig-more .info_table .table_block .block_row:nth-child(odd) {
    background: #f6f6f6;
    padding-top: 2px;
    padding-bottom: 2px
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-item .rtn-lig-more .info_table .table_block .block_row .td2 {
    padding-left: 15px;
    white-space: nowrap
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-item .rtn-lig-more .info_table .table_bottom {
    background: #dcebf9;
    padding: 16px 20px 10px 24px;
    margin-bottom: 8px
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-item .rtn-lig-more .info_table .table_bottom .bold_text {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 6px
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-item .rtn-lig-more .info_table .table_bottom .table_block .block_row {
    background: 0 0 !important;
    padding: 1.5px 0
}

.wrapp-gray .rtn-ligs-mobile {
    padding: 24px 73px 24px 37px;
    border-radius: 8px;
    background: #dcebf9;
    margin-bottom: 32px;
    display: none
}

.wrapp-gray .rtn-ligs-mobile h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 16px !important
}

.wrapp-gray .rtn-ligs-mobile .rtn-lig-mob {
    background: #fff;
    padding: 10px 8px 10px 10px;
    -webkit-box-shadow: 0 4px 12px rgba(94, 93, 122, .15);
    box-shadow: 0 4px 12px rgba(94, 93, 122, .15);
    border-radius: 8px;
    margin-bottom: 8px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.wrapp-gray .rtn-ligs-mobile .rtn-lig-mob.active {
    background: #ec6022;
    color: #fff !important
}

.wrapp-gray .rtn-ligs-mobile .rtn-lig-mob.active .rtn-lig-header .lig-title h2 {
    color: #fff
}

.wrapp-gray .rtn-ligs-mobile .rtn-lig-mob.active .rtn-lig-header .lig-title .lig-info .info-icon {
    background-image: url(/local/templates/rtf2024/css/rating/../../img/rating/info-icon-wt.svg)
}

.wrapp-gray .rtn-ligs-mobile .rtn-lig-mob.active p {
    color: #fff
}

.wrapp-gray .rtn-ligs-mobile .rtn-lig-mob.active .lig-footer {
    color: #fff
}

.wrapp-gray .rtn-ligs-mobile .rtn-lig-mob.active .lig-footer .stars i {
    background: #fff
}

.wrapp-gray .rtn-ligs-mobile .rtn-lig-mob.active .lig-footer .stars:after {
    background-image: url(/local/templates/rtf2024/css/rating/../../img/rating/stars-rait-wt.png)
}

.wrapp-gray .rtn-ligs-mobile .rtn-lig-header .lig-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wrapp-gray .rtn-ligs-mobile .rtn-lig-header .lig-title h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 5px !important;
    width: auto
}

.wrapp-gray .rtn-ligs-mobile .rtn-lig-header .lig-title .lig-info {
    margin-left: 10px
}

.wrapp-gray .rtn-ligs-mobile .rtn-lig-header .lig-title .lig-info .info-icon {
    display: block;
    width: 20px;
    height: 20px;
    background: url(/local/templates/rtf2024/css/rating/../../img/rating/info-icon.svg) no-repeat center center
}

.wrapp-gray .rtn-ligs-mobile .rtn-lig-header .lig-title .lig-info {
    margin-left: 10px;
    position: relative
}

.wrapp-gray .rtn-ligs-mobile .rtn-lig-header .lig-title .lig-info .info-text {
    position: absolute;
    z-index: 4;
    padding: 12px 12px 10px;
    -webkit-box-shadow: 0 8px 16px rgba(121, 121, 134, .4);
    box-shadow: 0 8px 16px rgba(121, 121, 134, .4);
    width: 300px;
    border-radius: 8px;
    left: 0;
    -webkit-transform: translateX(-32%);
    -ms-transform: translateX(-32%);
    transform: translateX(-32%);
    background: #fff;
    top: 40px;
    display: none
}

.wrapp-gray .rtn-ligs-mobile .rtn-lig-header .lig-title .lig-info .info-text:after {
    content: '';
    display: block;
    top: -25px;
    background: url(/local/templates/rtf2024/css/rating/../../img/rating/top-tip-lig.png) no-repeat top center;
    position: absolute;
    left: -15%;
    width: 100%;
    height: 30px
}

.wrapp-gray .rtn-ligs-mobile .rtn-lig-header .lig-title .lig-info .info-text h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #656565;
    margin-bottom: 14px
}

.wrapp-gray .rtn-ligs-mobile .rtn-lig-header .lig-title .lig-info .info-text p {
    font-size: 16px;
    line-height: 130%;
    color: #656565;
    margin-bottom: 8px
}

.wrapp-gray .rtn-ligs-mobile .rtn-lig-header .lig-title .lig-info .info-text .centr {
    margin-bottom: 10px
}

.wrapp-gray .rtn-ligs-mobile .rtn-lig-header .lig-title .lig-info .info-icon {
    display: block;
    width: 20px;
    height: 20px;
    background: url(/local/templates/rtf2024/css/rating/../../img/rating/info-icon.svg) no-repeat center center
}

.wrapp-gray .rtn-ligs-mobile p {
    font-size: 18px;
    line-height: 130%
}

.wrapp-gray .rtn-ligs-mobile .lig-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #656565;
    font-size: 16px;
    line-height: 26px
}

.wrapp-gray .lig-footer .stars {
    display: inline-block;
    width: 120px;
    height: 19px;
    position: relative;
    margin-left: 7px;
    margin-bottom: -4px
}

.wrapp-gray .lig-footer .stars:after {
    content: '';
    background: url(/local/templates/rtf2024/css/rating/../../img/rating/stars-rait2.png) no-repeat center;
    background-size: auto 21px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block
}

.wrapp-gray .lig-footer .stars i {
    background: #b7d9f9;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block
}

.wrapp-gray .more-info {
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #3d95e7;
    padding-bottom: 2px;
    display: table;
    overflow: hidden;
    border-bottom: 1px dashed transparent
}

.wrapp-gray .more-info:after {
    content: '';
    display: block;
    height: 10px;
    width: 18px;
    background: url(/local/templates/rtf2024/css/rating/../../img/rating/more-info-arr.svg) no-repeat center center;
    margin-left: 11px;
    margin-top: 5px;
    float: right;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.wrapp-gray .more-info.active {
    border-bottom: 1px dashed #3d95e7
}

.wrapp-gray .more-info.active:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background-size: 12px;
    margin-left: 6px
}

.wrapp-gray .rtn-blue-link {
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #3d95e7;
    padding-bottom: 2px;
    display: table;
    overflow: hidden;
    border-bottom: 1px dashed #3d95e7
}

.wrapp-gray .rtn-blue-link:hover {
    border-bottom: 1px dashed transparent
}

@media (max-width: 1140px) {
    .wrapp-gray .rtn-rait-filter {
        padding-right: 37px
    }

    .wrapp-gray .rtn-rait-filter .rtn-rait-items a {
        padding: 6px 12px;
        font-size: 15px;
        line-height: 16px
    }
}

@media (max-width: 768px) {
    .wrapp-gray .rtn-rait-filter {
        padding-left: 21px;
        padding-top: 18px;
        padding-bottom: 12px
    }

    .wrapp-gray .rtn-rait-filter h3 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 16px !important
    }
}

@media (max-width: 460px) {
    .wrapp-gray .rtn-rait-filter {
        padding-left: 11px;
        padding-top: 16px;
        padding-right: 23px
    }
}

@media (max-width: 1440px) {
    .wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header .lig-title .lig-info .info-text {
        width: 312px;
        -webkit-transform: translateX(-43%);
        -ms-transform: translateX(-43%);
        transform: translateX(-43%)
    }
}

@media (max-width: 1336px) {
    .wrapp-gray .rtn-ligs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 55px
    }

    .wrapp-gray .rtn-ligs .rtn-lig {
        width: 50%
    }
}

@media (max-width: 1280px) {
    .wrapp-gray .rtn-main-center {
        width: 920px
    }

    .wrapp-gray .rtn-plank {
        padding-right: 16px
    }

    .wrapp-gray .rtn-plank .rtn-item {
        padding-left: 5px
    }

    .wrapp-gray .rtn-plank .rtn-item .rtn-logo {
        margin-right: 16px
    }

    .wrapp-gray .rtn-content-video .txt {
        padding: 25px 46px 25px 25px
    }

    .wrapp-gray .rtn-content-video .txt h3 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 20px !important
    }

    .wrapp-gray .rtn-content-video .txt p {
        font-size: 20px;
        line-height: 26px
    }
}

@media (max-width: 1140px) {
    .wrapp-gray .rtn-ligs {
        margin-bottom: 21px
    }

    .wrapp-gray .rtn-franch {
        display: block;
        margin-bottom: 21px
    }

    .wrapp-gray .rtn-plank {
        margin-bottom: 21px
    }

    .wrapp-gray .rtn-main-center {
        width: 70%
    }

    .wrapp-gray .rtn-sidebar {
        width: 30%
    }

    .wrapp-gray .didnt_find_franch {
        margin-bottom: 21px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%
    }

    .wrapp-gray .rtn-banners-wrap {
        margin-bottom: 21px
    }

    .wrapp-gray .rtn-banner-imgs {
        grid-gap: 16px
    }

    .wrapp-gray .rtn-banner-imgs a {
        height: 140px
    }

    .wrapp-gray .rtn-telegram {
        padding-bottom: 40px;
        padding-top: 35px
    }

    .wrapp-gray .rtn-telegram .pl1 {
        width: 160px;
        top: 10%
    }

    .wrapp-gray .rtn-telegram .pl2 {
        width: 90px;
        bottom: auto;
        top: 60px;
        right: -20px
    }

    .wrapp-gray .raiting_main_section.raiting-one .inner {
        padding-left: 148px
    }

    .wrapp-gray .raiting_main_section.raiting-one .inner .left_img {
        max-width: 170px
    }

    .wrapp-gray .raiting_main_section.raiting-one .inner .text_content .title {
        font-size: 30px
    }

    .wrapp-gray .raiting_main_section.raiting-one .right_img {
        width: 35%
    }

    .wrapp-gray .raiting_main_section.raiting-one .text_content {
        width: 65%
    }

    .wrapp-gray .raiting_main_section.raiting-one .text_content .small_title {
        font-size: 19px
    }
}

@media (max-width: 1040px) {
    .wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header .lig-title .lig-info .info-text {
        text-align: left
    }

    .wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header .lig-title .lig-info .info-text h5 {
        font-size: 20px;
        line-height: 130%
    }

    .wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header .lig-title .lig-info .info-text p {
        font-size: 18px
    }

    .wrapp-gray .rtn-ligs {
        display: block;
        background: 0 0;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .wrapp-gray .rtn-ligs .rtn-lig {
        width: 100%;
        background: #fff;
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 24px;
        border-radius: 8px;
        padding-top: 10px;
        margin-bottom: 24px;
        -webkit-box-shadow: 0 4px 12px rgba(94, 93, 122, .15);
        box-shadow: 0 4px 12px rgba(94, 93, 122, .15);
        position: relative
    }

    .wrapp-gray .rtn-ligs .rtn-lig .mob-rtn-but {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        margin-top: 16px
    }

    .wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header {
        text-align: center;
        padding-left: 0
    }

    .wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header .lig-title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header .lig-footer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-item .rtn-lig-more .info_table {
        width: calc(100% + 34px)
    }

    .wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-item .rtn-lig-more .info_table .table_bottom {
        margin-bottom: 15px
    }

    .wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-item .rtn-lig-more .rtn-blue-link {
        margin-right: auto
    }

    .wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-item .rtn-lig-more.more-open .rtn-more {
        margin-right: auto
    }

    .wrapp-gray .rtn-ligs .desk-rtn-but {
        display: none
    }
}

@media (max-width: 900px) {
    .wrapp-gray .rtn-banner-imgs {
        grid-gap: 16px
    }

    .wrapp-gray .rtn-banner-imgs a {
        height: 118px
    }
}

@media (max-width: 768px) {
    .tips-back {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .wrapp-gray .raiting_main_section.raiting-one .inner {
        padding: 16px 104px 16px 16px
    }

    .wrapp-gray .raiting_main_section.raiting-one .inner .left_img {
        right: 10px;
        left: auto;
        top: 10px
    }

    .wrapp-gray .raiting_main_section.raiting-one .inner .text_content .title {
        font-size: 25px
    }

    .wrapp-gray .raiting_main_section.raiting-one .right_img {
        display: none
    }

    .wrapp-gray .raiting_main_section.raiting-one .text_content {
        width: 100%
    }

    .wrapp-gray .raiting_main_section.raiting-one .text_content .small_title {
        font-size: 19px
    }

    .wrapp-gray .rtn-sidebar {
        width: 100%
    }

    .wrapp-gray .rtn-sidebar .banner-rtn {
        display: none
    }

    .wrapp-gray .rtn-main {
        display: block
    }

    .wrapp-gray .rtn-main-center {
        width: 100%
    }

    .wrapp-gray .rtn-banners-wrap {
        overflow-x: scroll;
        margin-bottom: 10px;
        padding-bottom: 11px;
        margin-left: -25px;
        margin-right: -25px;
        padding-left: 25px;
        padding-right: 25px
    }

    .wrapp-gray .rtn-banner-imgs {
        width: 710px
    }

    .wrapp-gray .rtn-banner-imgs a {
        height: 156px
    }

    .wrapp-gray .rtn-ligs-mobile {
        display: block;
        padding-left: 21px;
        padding-right: 21px;
        padding-top: 16px
    }

    .wrapp-gray .rtn-ligs-mobile h3 {
        margin-bottom: 10px !important
    }

    .rtn-sidebar-slider {
        display: block
    }
}

@media (max-width: 640px) {
    .fancybox-content.iframe-wrap {
        height: 45%
    }

    .container-max {
        padding-left: 16px;
        padding-right: 16px
    }

    .raiting_main_section {
        margin-bottom: 21px;
        margin-top: 16px
    }

    .breadcrumbs_cont .breadcrumbs {
        margin-bottom: 16px !important
    }

    .wrapp-gray .rtn-desk-video {
        -webkit-box-shadow: 0 4px 12px rgba(94, 93, 122, .15);
        box-shadow: 0 4px 12px rgba(94, 93, 122, .15);
        margin-bottom: 21px
    }

    .wrapp-gray .rtn-content-video {
        display: block;
        margin-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .wrapp-gray .rtn-content-video .txt {
        border-radius: 0 0 8px 8px;
        background: #fff;
        width: 100%;
        padding-right: 25px
    }

    .wrapp-gray .rtn-content-video .txt h3 {
        margin-bottom: 10px !important
    }

    .wrapp-gray .rtn-content-video .txt p {
        padding-bottom: 20px
    }

    .wrapp-gray .rtn-content-video .txt .mob-look {
        margin-left: auto
    }

    .wrapp-gray .rtn-content-video .vid {
        width: 100%;
        height: 200px
    }

    .wrapp-gray .rtn-content-video .vid .iframe-wrap {
        height: 100%
    }

    .wrapp-gray .rtn-content-video .vid iframe {
        border-radius: 8px 8px 0 0;
        height: 100%
    }

    .wrapp-gray .rtn-content-video .mob-look {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .wrapp-gray .rtn-telegram {
        padding-bottom: 40px;
        padding-top: 35px;
        padding-left: 45px;
        padding-bottom: 98px
    }

    .wrapp-gray .rtn-telegram h3 {
        font-size: 28px;
        line-height: 110%;
        margin-bottom: 8px !important
    }

    .wrapp-gray .rtn-telegram p {
        font-size: 18px;
        line-height: 100%;
        position: relative
    }

    .wrapp-gray .rtn-telegram .pl1 {
        top: auto;
        bottom: -35px
    }

    .wrapp-gray .rtn-telegram .buttonTelegramInSubscribe {
        height: 38px;
        position: relative;
        z-index: 2
    }

    .wrapp-gray .rtn-ligs-mobile, .wrapp-gray .rtn-rait-filter {
        margin-bottom: 21px
    }
}

@media (max-width: 460px) {
    .wrapp-gray .rtn-plank {
        padding: 15px 5px 24px 5px
    }

    .wrapp-gray .rtn-plank .rtn-title h2 {
        font-size: 22px;
        line-height: 24px
    }

    .wrapp-gray .rtn-plank .rtn-item {
        padding-right: 0
    }

    .wrapp-gray .rtn-plank .rtn-item .rtn-logo {
        max-width: 66px;
        min-width: 66px;
        margin-right: 15px
    }

    .wrapp-gray .rtn-plank .rtn-item h4 {
        line-height: 20px
    }

    .wrapp-gray .rtn-ligs-mobile {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 16px
    }

    .wrapp-gray .raiting_main_section.raiting-one .inner .left_img {
        right: -65px
    }

    .wrapp-gray .raiting_main_section.raiting-one .inner .text_content .title {
        font-size: 25px
    }

    .wrapp-gray .raiting_main_section.raiting-one .right_img {
        display: none
    }

    .wrapp-gray .raiting_main_section.raiting-one .text_content {
        width: 100%
    }

    .wrapp-gray .raiting_main_section.raiting-one .text_content .small_title {
        font-size: 19px
    }

    .wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header .lig-title .lig-info .info-text {
        -webkit-transform: translateX(-59%);
        -ms-transform: translateX(-59%);
        transform: translateX(-59%);
        width: 300px;
        top: 53px
    }

    .wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header .lig-title .lig-info .info-text:after {
        top: -30px
    }
}

@media (max-width: 410px) {
    .wrapp-gray .rtn-banner-imgs {
        width: 536px
    }

    .wrapp-gray .rtn-banner-imgs a {
        height: 126px
    }

    .wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header {
        margin-bottom: 8px
    }

    .wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header p {
        font-size: 17px;
        line-height: 130%;
    }

    .wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header .lig-title h2 {
        font-size: 24px;
        line-height: 130%;
        margin-bottom: 5px !important
    }

    .wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header .lig-footer {
        font-size: 16px;
        line-height: 26px
    }

    .wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-item .rtn-lig-text {
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 8px
    }

    .wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-item .rtn-lig-more {
        display: block
    }

    .wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-item .rtn-lig-more .more-info {
        margin-bottom: 35px
    }

    .wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-item .rtn-lig-more .rtn-more {
        width: 100%
    }

    .wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-item .rtn-lig-more.more-open .more-info {
        margin-bottom: 0
    }

    .wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-item .rtn-lig-more .info_table .table_block .block_row {
        padding-left: 16px;
        padding-right: 16px;
        font-size: 17px;
        line-height: 20px;
        padding-top: 3px;
        padding-bottom: 3px
    }

    .wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-item .rtn-lig-more .info_table .table_bottom {
        padding-left: 13px;
        padding-right: 12px
    }

    .wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-item .rtn-lig-more .info_table .table_bottom .bold_text {
        font-size: 17px;
        line-height: 18px
    }

    .wrapp-gray .rtn-ligs .rtn-lig .rtn-open-more.mob-rtn-but {
        width: calc(100% - 42px)
    }

    .wrapp-gray .rtn-ligs-mobile p {
        font-size: 15px;
        line-height: 130%
    }

    .wrapp-gray .rtn-ligs-mobile .lig-footer {
        font-size: 15px;
        line-height: 22px
    }

    .wrapp-gray .raiting_main_section.raiting-one .inner .text_content .title {
        font-size: 20px
    }

    .wrapp-gray .raiting_main_section.raiting-one .text_content .small_title {
        font-size: 16px;
        color: #d9d9d9;
        margin-bottom: 11px !important
    }

    .wrapp-gray .raiting_main_section.raiting-one .text_content .show_metodology {
        font-size: 14px;
        color: #d9d9d9;
        padding-left: 0;
        padding-right: 0;
        border-bottom: 1px solid #ababab
    }
}

@media (max-width: 360px) {
    .wrapp-gray .rtn-content-video {
        border-radius: 8px
    }

    .wrapp-gray .rtn-content-video .vid {
        height: 161px
    }

    .wrapp-gray .rtn-content-video .txt {
        padding: 15px 15px 21px 12px
    }

    .wrapp-gray .rtn-content-video .txt h3 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 5px !important
    }

    .wrapp-gray .rtn-content-video .txt p {
        font-size: 18px;
        line-height: 120%;
        padding-bottom: 14px
    }

    .wrapp-gray .rtn-telegram {
        padding-top: 24px;
        padding-left: 19px;
        padding-right: 19px
    }

    .wrapp-gray .rtn-telegram .pl2 {
        right: -30px
    }
}
main .breadcrumbs_cont{
    padding-top: 0px;
    padding-bottom: 5px;
}
main {
    background: #f6f8f7!important;
}
.info_table {
    position: relative;
}

.wrapp-gray .rtn-hidd {
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #3D95E7;
    padding-bottom: 2px;
    display: table;
    overflow: hidden;
    border-bottom: 1px dashed #3D95E7;
    position: absolute;
    bottom: -30px;
    left: 15px;
}

.wrapp-gray .rtn-hidd:after {
    content: '';
    display: block;
    height: 10px;
    width: 18px;
    background: url(/local/templates/rtf2024/css/rating/../../img/rating/more-info-arr.svg) no-repeat center center;
    margin-top: 5px;
    margin-left: 6px;
    float: right;
    background-size: 12px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.wrapp-gray .rtn-hidd:hover {
    border-color: transparent;
}

.raiting_main_section .text_content .show_metodology_video {
    color: #ffffff;
    font-size: 16px;
    padding-bottom: 2px;
    border-bottom: 1px dashed #fff;
    background: none;
    transition: .3s;
}
.show_metodology_link {
    color: #000;
    font-size: 16px;
    padding-bottom: 2px;
    border-bottom: 1px dashed #000;
    background: none;
    transition: .3s;
}
.rtn-content-video .txt{
    margin: 15px;
}
main {
    margin-bottom: 0px !important;
}
.table_block {
    margin-bottom: 10px;
}
.modal_wrapper .main_form{

    padding: 20px;
}
.modal_wrapper .fancybox-close-small{
    top: 0px
}
.fancybox-stage .modal_item .modal_name{
    margin-bottom: 0px;
    margin-top: 35px;
}

.wrapp-gray .rtn-ligs .rtn-lig {
    height: auto;
    overflow-y: unset;
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-body::-webkit-scrollbar-thumb { background-color: #DCEBF9;width:4px;}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-body::-webkit-scrollbar {
    width: 4px;
}
.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header {
    padding-bottom: 20px;
    margin-bottom: 4px;
    position: sticky;
    background: #fff;
    top: 0;
}

@media (max-width: 1040px) {
    .wrapp-gray .rtn-ligs .rtn-lig {
        padding-top: 0 !important;
    }
    .wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header {
        padding-top: 10px;
    }
}

.wrapp-gray .rtn-ligs .rtn-lig {
    height: auto;
    overflow-y: unset;
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-body::-webkit-scrollbar-thumb { background-color: #DCEBF9;width:4px;}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-body::-webkit-scrollbar {
    width: 4px;
}
.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header {
    padding-bottom: 20px;
    margin-bottom: 4px;
    position: sticky;
    background: #fff;
    top: 0;
}

@media (max-width: 1040px) {
    .wrapp-gray .rtn-ligs .rtn-lig {
        padding-top: 0 !important;
    }
    .wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header {
        padding-top: 10px;
    }
}

.wrapp-gray .rtn-ligs .rtn-lig {
    height: auto;
    overflow-y: unset;
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-body::-webkit-scrollbar-thumb { background-color: #DCEBF9;width:4px;}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-body::-webkit-scrollbar {
    width: 4px;
}
.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header {
    padding-bottom: 20px;
    margin-bottom: 4px;
    position: sticky;
    background: #fff;
    top: 0;
}

@media (max-width: 1040px) {
    .wrapp-gray .rtn-ligs .rtn-lig {
        padding-top: 0 !important;
    }
    .wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header {
        padding-top: 10px;
    }
}

.wrapp-gray .rtn-ligs .rtn-lig {
    height: auto;
    overflow-y: unset;
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-body::-webkit-scrollbar-thumb { background-color: #DCEBF9;width:4px;}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-body::-webkit-scrollbar {
    width: 4px;
}
.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header {
    padding-bottom: 20px;
    margin-bottom: 4px;
    position: sticky;
    background: #fff;
    top: 0;
}

@media (max-width: 1040px) {
    .wrapp-gray .rtn-ligs .rtn-lig {
        padding-top: 0 !important;
    }
    .wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header {
        padding-top: 10px;
    }
}

.wrapp-gray .rtn-ligs .rtn-lig {
    height: auto;
    overflow-y: unset;
}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-body::-webkit-scrollbar-thumb { background-color: #DCEBF9;width:4px;}

.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-body::-webkit-scrollbar {
    width: 4px;
}
.wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header {
    padding-bottom: 20px;
    margin-bottom: 4px;
    position: sticky;
    background: #fff;
    top: 0;
}

@media (max-width: 1040px) {
    .wrapp-gray .rtn-ligs .rtn-lig {
        padding-top: 0 !important;
    }
    .wrapp-gray .rtn-ligs .rtn-lig .rtn-lig-header {
        padding-top: 10px;
    }
}
/* End */


/* Start:/local/templates/rtf2024/css/rating/swiper.css?172612920315822*/
/**
 * Swiper 8.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 14, 2022
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/components/dev/rejting-franshiz/templates/2025/css/normalize.css?17430762716138*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/components/dev/rejting-franshiz/templates/2025/css/reset.css?17430762714067*/
/* box-sizing */

html,
.swiper-wrapper {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* width & height */

body {
  min-height: 100vh;
}

.main__table img {
  max-width: 100%;
}

.h-inherit {
  min-height: inherit;
}

/* padding & margin */

*,
h1 {
  padding: 0;
  margin: 0;
}

h2,
p,
dl,
ol,
ul {
  margin-bottom: 0;
}

ol,
ul {
  padding-left: 0;
}

dl,
ol,
ul {
  margin-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.ml-0 {
  margin-left: 0;
}

/* other */

ul {
  list-style: none;
}

button,
input,
textarea,
select {
  border: none;
  background-color: transparent;
}

textarea {
  resize: none;
}

a {
  text-decoration: none;
}

button,
a {
  color: inherit;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

label,
button,
a {
  cursor: pointer;
}

/* position */

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/* display */

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.mob,
.block_mob,
.inline-block_mob,
.flex_mob {
  display: none;
}

/* flex */

.fd-r {
  flex-direction: row;
}

.fd-c {
  flex-direction: column;
}

.fd-rr {
  flex-direction: row-reverse;
}

.fd-cr {
  flex-direction: column-reverse;
}

.fw-w {
  flex-wrap: wrap;
}

.fw-n {
  flex-wrap: nowrap;
}

.jc-fs {
  justify-content: flex-start;
}

.jc-c {
  justify-content: center;
}

.jc-fe {
  justify-content: flex-end;
}

.jc-sb {
  justify-content: space-between;
}

.jc-sa {
  justify-content: space-around;
}

.ai-fs {
  align-items: flex-start;
}

.ai-c {
  align-items: center;
}

.ai-fe {
  align-items: flex-end;
}

/* text center */

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

/* container */

.container {
  max-width: var(--w-container);
  margin: 0 auto;
}

/* media */

@media (min-width: 992px) {
  .pr-lg-0 {
    padding-right: 0;
  }

  .pl-lg-0 {
    padding-left: 0;
  }

  .mr-lg-0 {
    margin-right: 0;
  }

  .ml-lg-0 {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pr-md-0 {
    padding-right: 0;
  }

  .pl-md-0 {
    padding-left: 0;
  }

  .mr-md-0 {
    margin-right: 0;
  }

  .ml-md-0 {
    margin-left: 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .pr-sm-0 {
    padding-right: 0;
  }

  .pl-sm-0 {
    padding-left: 0;
  }

  .mr-sm-0 {
    margin-right: 0;
  }

  .ml-sm-0 {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  /* padding & margin */

  .pr-0_mob {
    padding-right: 0;
  }

  .pl-0_mob {
    padding-left: 0;
  }

  .mr-0_mob {
    margin-right: 0;
  }

  .ml-0_mob {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  /* width & height */
  
  .w-100_mob {
    width: 100%;
  }

  .h-100_mob {
    height: 100%;
  }

  /* position */

  .relative_mob {
    position: relative;
  }
  
  .absolute_mob {
    position: absolute;
  }

  /* display */

  .desktop {
    display: none !important;
  }

  .none_mob {
    display: none;
  }

  .mob {
    display: inherit;
  }
  
  .block_mob {
    display: block;
  }
  
  .inline-block_mob {
    display: inline-block;
  }
  
  .flex_mob {
    display: flex;
  }

  /* flex */
  
  .fd-r_mob {
    flex-direction: row;
  }
  
  .fd-c_mob {
    flex-direction: column;
  }
  
  .fd-rr_mob {
    flex-direction: row-reverse;
  }
  
  .fd-cr_mob {
    flex-direction: column-reverse;
  }
  
  .fw-w_mob {
    flex-wrap: wrap;
  }
  
  .fw-n_mob {
    flex-wrap: nowrap;
  }
  
  .jc-fs_mob {
    justify-content: flex-start;
  }
  
  .jc-c_mob {
    justify-content: center;
  }
  
  .jc-fe_mob {
    justify-content: flex-end;
  }
  
  .jc-sb_mob {
    justify-content: space-between;
  }
  
  .jc-sa_mob {
    justify-content: space-around;
  }
  
  .ai-fs_mob {
    align-items: flex-start;
  }
  
  .ai-c_mob {
    align-items: center;
  }
  
  .ai-fe_mob {
    align-items: flex-end;
  }

  /* text center */

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

/* conditions */

*:focus {
  outline: none;
}
/* End */


/* Start:/local/components/dev/rejting-franshiz/templates/2025/css/root.css?1743076271133*/
:root {
  /* width */
  --w-container: 1240px;

  /* padding */
  /* margin */
  /* font-size */
  /* line-height */
  /* color */
}

/* End */


/* Start:/local/components/dev/rejting-franshiz/templates/2025/css/style.css?174307627138337*/
.tfrating .page-rating {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-style: normal;
  font-weight: 400;
  color: #242731;
  background-color: #FFFFFF;
}

.tfrating .page-rating h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

.tfrating .button {
  padding: 15px 16px;
  border-radius: 8px;
  color: #686868;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  background-color: #F4F2F1;
}

.tfrating .button_table {
  color: #1E70B9;
  background-color: #DCEAFA;
}

.tfrating .button_tg {
  color: #FFFFFF;
  background-color: #4BA2DA;
}

.tfrating .button_tg svg {
  margin-right: 8px;
}

.tfrating .button_gradient {
  color: #FFFFFF;
  background: linear-gradient(180deg, #F4742C 0%, #E85B1D 100%);
  box-shadow: 0px 12px 20px -16px #EC6124;
}

.tfrating .button_transparent {
  font-weight: 400;
  border: 1px solid #F4F2F1;
  background-color: transparent;
}

.tfrating .button_up {
  position: fixed;
  right: calc((100vw - var(--w-container)) / 2 + 12px);
  bottom: 30px;
  padding: 10px;
  z-index: 100;
}

.tfrating .link {
  line-height: 100%;
  color: #1E70B9;
  border-bottom: 1px dashed #1E70B9;
}

.tfrating .descr_second {
  color: #686868;
}

.tfrating .fw_600 {
  font-weight: 600;
}

.tfrating .block_blue {
  position: relative;
  padding: 28px 0;
  padding-left: 32px;
  background: linear-gradient(90deg, rgba(30, 112, 185, 0.08) 0%, rgba(30, 112, 185, 0.00) 34.91%);
}

.tfrating .block_blue::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 100%;
  border-radius: 20px;
  background-color: #1E70B9;
}

/* main */

.tfrating .main {
  margin-bottom: 80px;
}

/* hero */

.tfrating .hero {
  margin-bottom: 20px;
}

.tfrating .hero h1 {
  margin-right: 12px;
}

.tfrating .hero__select__container {
  width: 120px;
}

.tfrating .link_hero {
  color: #FFF;
  border-bottom: 1px dashed #FFF;
}

.tfrating .hero__content {
  border-radius: 8px;
  color: #FFFFFF;
  background: linear-gradient(99deg, #214599 1.68%, #1358A6 92.74%);
  overflow: hidden;
}

.tfrating .hero__content p {
  color: #FFFFFF;
}

.tfrating .hero__content::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30%;
  height: 100%;
  background-image: url('/local/components/dev/rejting-franshiz/templates/2025/css/../img/hero.png');
  background-size: cover;
  background-position: left  center;
  background-repeat: no-repeat;
}

.tfrating .hero__content.year_2023::after {
  background-image: url('/local/components/dev/rejting-franshiz/templates/2025/css/../img/hero.png');
}
.tfrating .hero__content.year_2024::after {
  background-image: url('/local/components/dev/rejting-franshiz/templates/2025/css/../img/hero24.png');
}

.tfrating .hero__content__top {
  padding: 35px;
}

.tfrating .hero__title_container {
  margin-bottom: 20px;
}

.tfrating .hero__content__link {
  padding: 16px 35px;
  background: linear-gradient(90deg, #1075BB 0%, #178BCF 71.25%);
}

/* main table */

.tfrating .main__table__container__row:not(:last-child) {
  margin-bottom: 40px;
}

/* filter */

.tfrating .main__filter {
  padding: 16px 24px;
  border-radius: 8px;
  margin-bottom: 40px;
  background: #F4F2F1;
}

.tfrating .main__filter__title {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 130%;
}

.tfrating .main__filter__select {
  width: 100%;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  background-color: #FFFFFF;
}

/* table */

.tfrating .main__table__row {
  display: flex;
  align-items: center;
}

.tfrating .main__table__row:not(:first-child) {
  padding: 20px 0;
  border-top: 1px solid #E4E4E4;
}

.tfrating .main__table__row .bt_none {
  border-top: none;
}

.tfrating .main__table__row .main__table__row_more {
  padding: 0;
  margin-bottom: 40px;
}

.tfrating .main__table__td:not(:last-child) {
  padding-right: 16px;
}

.tfrating .main__table__td_1 {
  width: 56px;
}

.tfrating .main__table__td_2 {
  width: calc(50% - 56px);
}

.tfrating .main__table__td_3 {
  width: 50%;
}

.tfrating .main__table__td_full {
  width: 100%;
  padding-right: 0;
  text-align: center;
}

/* table element */

.tfrating .main__table__title {
  margin-bottom: 8px;
}

.tfrating .main__table__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  /*width: 80px;*/
  /*height: 80px;*/
  padding: 10px;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  margin-right: 24px;
  max-width: 80px;
  min-width: 80px;
}

.tfrating .main__table__logo img {
  width: auto;
  object-fit: contain;
}

.tfrating .item-name {
  display: flex;
  flex-flow: row wrap;
}

.tfrating .main__table__name {
  width: fit-content;
  font-size: 18px;
  font-weight: 700;
  text-decoration-line: underline;
  white-space: nowrap;
  text-wrap: wrap;
}

.tfrating .main__table__name__item:not(:last-child) {
  margin-right: 6px;
}

.tfrating .main__table__name__descr {
  display: flex;
  align-items: center;
  padding: 2px 8px;
  padding-left: 4px;
  border-radius: 4px;
  background: rgba(247, 158, 24, 0.16);
  cursor: pointer;
  white-space: nowrap;
}

.tfrating .main__star__list {
  display: flex;
  align-items: center;
  margin-right: 4px;
}

.tfrating .main__star__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 12px;
}

.tfrating .main__star__item:not(:last-child) {
  margin-right: 1px;
}

.tfrating .main__table__name__descr p {
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
}

.tfrating .main__table__td_3__if p:not(:last-child) {
  margin-bottom: 4px;
}

.tfrating .main__table__price {
  font-weight: 600;
}

.tfrating .main__table__td_3__link {
  margin-right: 32px;
}

/*.tfrating .main__table__td_full_img {
  height: 190px;
  border-radius: 8px;
  background-image: url('/local/components/dev/rejting-franshiz/templates/2025/css/../img/image.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}*/

.tfrating .main__table__name__add {
  padding: 2px 8px;
  border-radius: 4px;
  color: #EC6124;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  background: rgba(247, 158, 24, 0.16);
}

/* more info table */

.tfrating .main__table__row_more {
  display: none;
}

.tfrating .link_more_close {
  display: none;
}

.tfrating .link_more_open.active {
  display: none;
}

.tfrating .link_more_open.active ~ .link_more_close {
  display: inherit;
}

/*.tfrating .main__table__row:has(.link_more_open.active) + .main__table__row_more {
  display: flex;
}*/
.tfrating .main__table__row_more.open {
  display: flex;
}

.tfrating .table__row_more__descr {
  margin-bottom: 32px;
}
.tfrating .table__row_more__descr p,
.tfrating .table__row_more__descr li{
  text-align: left;
}

.tfrating .table__row_more__rating {
  margin-bottom: 32px;
}

.tfrating .table__row_more__rating__item:not(:last-child) {
  margin-right: 50px;
}

.tfrating .main__table__row_more .main__table__name {
  text-decoration: none;
  margin-bottom: 20px;
}

.tfrating .table__row_more__rating__descr {
  margin-bottom: 10px;
  line-height: 100%;
}

.tfrating .main__table__row_more .main__star__list {
  margin-right: 10px;
}

.tfrating .table__row_more__rating__num {
  color: #1E70B9;
  line-height: 100%;
}

.tfrating .table__row_more__info__container {
  margin-bottom: 32px;
}

.tfrating .table__row_more__info {
  padding: 16px;
  border-radius: 6px;
  background-color: #F4F2F1;
}

.tfrating .table__row_more__info p {
  line-height: 100%;
}

.tfrating .table__row_more__info__item:not(:last-child) {
  margin-bottom: 16px;
}

.tfrating .table__row_more__info .main__table__price {
  font-weight: 700;
}

.tfrating .table__row_more__btn:not(:last-child) {
  margin-right: 16px;
}

/* callback */

.tfrating .main__callback__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 258px;
  padding: 24px 32px;
  border-radius: 8px;
  overflow: hidden;
}

.tfrating .main__callback__item_1 {
  background-color: #DAE7F7;
}

.tfrating .main__callback__item_2 {
  color: #FFFFFF;
  background: linear-gradient(99deg, #214599 1.68%, #1358A6 100%);
}

.tfrating .main__callback__item_1::before,
.tfrating .main__callback__item_2::before {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.tfrating .main__callback__item_1::before {
  content: url('/local/components/dev/rejting-franshiz/templates/2025/css/../img/bg_callback_1.png');
  width: auto;
  height: 225px;
  bottom: -10px;
}

.tfrating .main__callback__item_2::before {
  content: url('/local/components/dev/rejting-franshiz/templates/2025/css/../img/bg_callback_2.png');
  top: 0;
}

.tfrating .callback__item__content,
.tfrating .callback__item__btn_container {
  z-index: 2;
}

.tfrating .callback__item__content {
  max-width: 400px;
}

.tfrating .callback__item__title {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.tfrating .callback__item__descr {
  font-size: 18px;
}

.tfrating .main__callback__item_1 .button {
  padding-right: 35px;
  padding-left: 35px;
}

.tfrating .main__callback__item_2 .button {
  color: #FFFFFF;
  background-color: #EC6124;
}

/* modal */

.tfrating .modals_container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  backdrop-filter: blur(4px);
  z-index: 10000;
}

.tfrating .modals_container,
.tfrating .modals {
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease-in-out;
}

.tfrating .modals {
  position: absolute  ;
  padding: 16px 12px;
  border-radius: 8px;
  margin: 20px;
  background-color: #FFFFFF;
}

/* mobile filter */

.tfrating .mob_filter {
  width: 100%;
  max-width: 375px;
}

.tfrating .mob_filter__btn_container {
  margin-bottom: 24px;
}

.tfrating .mob_filter__list {
  margin-bottom: 20px;
}

.tfrating .mob_filter__item:not(:last-child) {
  margin-bottom: 20px;
}

/* more about method */

.tfrating .more_method {
  max-width: 760px;
  max-height: 90vh;
  padding: 20px;
  overflow: auto;
}

.tfrating .more_method__container {
  margin: 25px;
}

.tfrating .more_method h2 {
  font-size: 28px;
  line-height: 120%;
}

.tfrating .more_method h2,
.tfrating .method__descr {
  margin-bottom: 20px;
}

.tfrating .method__attention {
  margin-bottom: 32px;
}

.tfrating .more_method .block_blue {
  margin-bottom: 32px;
}

.tfrating .more_method .block_blue h3 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
}

.tfrating .more_method .block_blue .p {
  margin-bottom: 16px;
}

.tfrating .more_method .block_blue .more_method__list {
  padding-left: 20px;
  list-style: initial;
}

.tfrating .more_method .block_blue .more_method__li:not(:last-child) {
  margin-bottom: 8px;
}

.tfrating .more_method .block_blue .more_method__li {
  position: relative;
}

.tfrating .more_method .block_blue .more_method__li::before {
  content: '';
  position: absolute;
  top: calc(50% - 2.5px);
  left: -20px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #242731;
}

.tfrating .more_method__add {
  width: 100%;
  height: 430px;
  border-radius: 8px;
  overflow: hidden;
}

.tfrating .btn_modal_close {
  position: fixed;
  top: 7%;
  right: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 100%;
  box-shadow: var(--shadow2);
  background-color: #FFF;
}

/* style select */

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.modals .select2-container {
  z-index: 200000;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

@font-face {
  font-family: "icomoon";
  src: url("/local/components/dev/rejting-franshiz/templates/2025/css/../fonts/icomoon.eot?t4i3eo");
  src: url("/local/components/dev/rejting-franshiz/templates/2025/css/../fonts/icomoon.eot?t4i3eo#iefix") format("embedded-opentype"), url("/local/components/dev/rejting-franshiz/templates/2025/css/../fonts/icomoon.ttf?t4i3eo") format("truetype"), url("/local/components/dev/rejting-franshiz/templates/2025/css/../fonts/icomoon.woff?t4i3eo") format("woff"), url("/local/components/dev/rejting-franshiz/templates/2025/css/../fonts/icomoon.svg?t4i3eo#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-stars-bronze:before {
  content: "\e900";
  color: #c6a17f;
}

.icon-stars-gold:before {
  content: "\e902";
  color: #f79e18;
}

.icon-stars-silver:before {
  content: "\e901";
  color: #bcbcbc;
}

.tfrating .input-reset {
  padding: 0;
  overflow: hidden;
  border: none;
  border-radius: 0;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.tfrating .input-reset::-webkit-search-decoration,
.tfrating .input-reset::-webkit-search-cancel-button,
.tfrating .input-reset::-webkit-search-results-button,
.tfrating .input-reset::-webkit-search-results-decoration {
  display: none;
}

.tfrating .input {
  min-width: auto;
  min-height: auto;
  height: auto;
  padding: 4px 12px;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  font-size: 36px;
  line-height: 100%;
  color: #FFFFFF;
  background-color: transparent;
}

.tfrating .input-select2 {
  /*& + .select2-container--default .select2-selection--single .select2-selection__clear,
  & + .select2-container--default .select2-selection--multiple .select2-selection__clear {
  	margin-right: 0 !important;
  }*/
}

.tfrating ul#select2-odts-results {
  list-style: none !important;
  padding-left: 0 !important;
}

.tfrating .input-select2 + .select2.select2-container {
  min-width: 100% !important;
}

.tfrating .input-select2 + .select2.select2-container .select2-selection--single,
.tfrating .input-select2 + .select2.select2-container .select2-selection--multiple {
  min-width: 100% !important;
  min-height: 40px !important;
  height: 40px !important;
  padding: 11px 35px 11px 15px !important;
  border: 1px solid #E4E4E4 !important;
  border-radius: 4px !important;
  color: var(--text-primary-color) !important;
  line-height: 16px !important;
}

.tfrating .input-select2 + .select2.select2-container.select2-container--focus .select2-selection--single,
.tfrating .input-select2 + .select2.select2-container.select2-container--focus .select2-selection--multiple {
  border-color: #E4E4E4 !important;
}

.tfrating .input-select2 + .select2.select2-container .select2-selection--single .select2-selection__rendered,
.tfrating .input-select2 + .select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 0 !important;
}

.tfrating .input-select2 + .select2.select2-container--default .select2-selection--single .select2-selection__rendered,
.tfrating .input-select2 + .select2.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  color: inherit !important;
  line-height: inherit !important;
}

.tfrating .input-select2 + .select2.select2-container--default .select2-selection--single .select2-selection__arrow,
.tfrating .input-select2 + .select2.select2-container--default .select2-selection--multiple .select2-selection__arrow {
  position: absolute !important;
  top: unset !important;
  right: 12px !important;
  bottom: 12px !important;
  min-width: 16px !important;
  width: 16px !important;
  min-height: 16px !important;
  height: 16px !important;
}

.tfrating .input-select2 + .select2.select2-container--default .select2-selection--single .select2-selection__arrow b,
.tfrating .input-select2 + .select2.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
  top: 0 !important;
  left: 0 !important;
  min-width: 16px !important;
  width: 16px !important;
  min-height: 16px !important;
  height: 16px !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  border: 0 !important;
  background: url("/local/components/dev/rejting-franshiz/templates/2025/css/../img/chevron_down.svg") no-repeat center/cover transparent !important;
}

.tfrating .select2-dropdown {
  border: 0 !important;
  border-radius: 4px !important;
  overflow: hidden !important;
}

.tfrating .select2-dropdown .select2-search,
.tfrating .select2-dropdown .select2-results__option {
  min-height: 40px !important;
  height: 40px !important;
  border-radius: 0 !important;
  border: 1px solid #E4E4E4 !important;
  color: var(--text-primary-color) !important;
}

.tfrating .select2-dropdown .select2-search__field {
  border-radius: 4px !important;
}

.tfrating .select2-dropdown .select2-results__option {
  padding: 11px !important;
}

.tfrating .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #F4F2F1 !important;
  color: var(--text-primary-color) !important;
}

.tfrating .select2-container--default .select2-results__option--selected {
  background-color: #E4E4E4 !important;
}

/* hero select */

.tfrating .input-select2.hero__select {
  /*& + .select2-container--default .select2-selection--single .select2-selection__clear,
  & + .select2-container--default .select2-selection--multiple .select2-selection__clear {
  	margin-right: 0 !important;
  }*/
}

.tfrating .hero .select2.select2-container {
  min-width: auto !important;
}

.tfrating .hero .select2.select2-container .select2-selection--single,
.tfrating .hero .select2.select2-container .select2-selection--multiple {
  min-width: auto !important;
  min-height: auto !important;
  height: auto !important;
  padding: 4px 12px !important;
  border: 1px solid #FFFFFF !important;
  border-radius: 8px !important;
  font-size: 36px !important;
  line-height: 100% !important;
  color: #FFFFFF !important;
  background-color: transparent !important;
}

.tfrating .hero .select2.select2-container.select2-container--focus .select2-selection--single,
.tfrating .hero .select2.select2-container.select2-container--focus .select2-selection--multiple {
  border-color: #E4E4E4 !important;
}

.tfrating .hero .select2.select2-container .select2-selection--single .select2-selection__rendered,
.tfrating .hero .select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 0 !important;
}

.tfrating .hero .select2.select2-container--default .select2-selection--single .select2-selection__rendered,
.tfrating .hero .select2.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  color: inherit !important;
  line-height: inherit !important;
}

.tfrating .hero .select2.select2-container--default .select2-selection--single .select2-selection__arrow,
.tfrating .hero .select2.select2-container--default .select2-selection--multiple .select2-selection__arrow {
  position: absolute !important;
  top: unset !important;
  right: 12px !important;
  bottom: 12px !important;
  min-width: 16px !important;
  width: 16px !important;
  min-height: 16px !important;
  height: 16px !important;
}

.tfrating .hero .select2.select2-container--default .select2-selection--single .select2-selection__arrow b,
.tfrating .hero .select2.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
  top: -5px !important;
  left: 0 !important;
  min-width: 20px !important;
  width: 20px !important;
  min-height: 20px !important;
  height: 20px !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  border: 0 !important;
  background: url("/local/components/dev/rejting-franshiz/templates/2025/css/../img/chevron_down_white.svg") no-repeat center/cover transparent !important;
}

/* tooltip */

.tfrating .tippy-box {
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 115% !important; /* 21px */
  color: #242731 !important;
  background-color: #FFF !important;
  border: 1px solid #E4E4E4 !important;
}

.tfrating .tippy-box {
  padding: 12px !important;
  min-width: 480px !important;
}

.tfrating .tippy-box[data-placement^='top'] > .tippy-arrow::before,
.tfrating .tippy-box[data-placement^='bottom-start'] > .tippy-arrow::before {
  /* border-bottom-color: #E4E4E4 !important; */
  display: none !important;
}
/* End */


/* Start:/local/components/dev/rejting-franshiz/templates/2025/css/media_style.css?17430762715960*/
@media (max-width: 1240px) {
  .tfrating .button_up {
    right: 12px;
  }
}

@media (min-width: 769px) {
  .tfrating .mob_only {
    display: none;
  }
}

@media (max-width: 768px) {
  body.tfrating {
    font-size: 14px;
  }

  .tfrating h1 {
    font-size: 21px;
  }

  /* main */

  .tfrating .main__filter {
    padding: 0;
  }

  .tfrating .main__table__container__row:not(:last-child) {
    margin-bottom: 20px;
  }

  /* hero */

  .tfrating .hero__content {
    padding: 20px 12px;
    padding-bottom: 0;
  }

  .tfrating .hero__content::after {
    top: auto;
    height: 75%;
    background-image: url('/local/components/dev/rejting-franshiz/templates/2025/css/../img/hero_mob.png');
    background-position: left center;
    width: 30%;
    pointer-events: none;
  }
  .tfrating .hero__content.year_2023::after {
    background-image: url('/local/components/dev/rejting-franshiz/templates/2025/css/../img/hero_mob.png');
  }
  .tfrating .hero__content.year_2024::after {
    background-image: url('/local/components/dev/rejting-franshiz/templates/2025/css/../img/hero_mob24.png');
  }

  .tfrating .hero__content__top {
    padding: 0;
    margin-bottom: 12px;
  }

  .tfrating .hero__content__top p {
    max-width: 220px;
  }

  .tfrating .hero__title_container {
    margin-bottom: 16px;
  }

  .tfrating .hero__select {
    padding: 3px 12px;
    font-size: 20px;
  }

  .tfrating .hero__content__link {
    padding: 10px 0;
  }

  .tfrating .hero__content__link a {
    line-height: 100%;
    color: #FFFFFF;
    border-bottom: 1px dashed #FFFFFF;
  }

  /* table */

  .tfrating .main__table__row {
    position: relative;
  }

  .tfrating .main__table__row:last-child {
    border-bottom: 1px solid #E4E4E4;
  }

  .tfrating .main__table__td:not(:last-child) {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .tfrating .main__table__td_2,
  .tfrating .main__table__td_3 {
    width: 100%;
    padding-left: 34px;
  }

  .tfrating .main__table__td_3__link {
    margin-right: 12px;
  }

  .tfrating .link_more_open,
  .tfrating .link_more_close {
    justify-content: center;
    align-items: center;
    padding: 15px 16px;
    border-bottom: none;
    border: 1px solid #F4F2F1;
    border-radius: 8px;
    line-height: 100%;
    color: #686868;
  }

  .tfrating .link_more_open span,
  .tfrating .link_more_close span {
    margin-right: 4px;
  }

  .tfrating .button_table {
    font-size: 14px;
  }

  /* table element */

  .tfrating .main__table__logo {
    /*width: 50px;*/
    /*height: 50px;*/
    padding: 6px;
    margin-right: 12px;
    min-width: 50px;
    max-width: 50px;
  }

  .tfrating .main__table__name {
    font-size: 14px;
  }

  .tfrating .main__table__name__descr {
    padding: 4px;
  }

  .tfrating .main__star__list {
    margin-right: 0;
  }

  .tfrating .main__table__td_3 .link,
  .tfrating .main__table__td_3 .button {
    width: calc(50% - (12px / 2));
  }

  .tfrating .main__table_mob_num {
    top: 35px;
    left: 0;
  }

  /* more info table */

  .tfrating .table__row_more__btn:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .tfrating .table__row_more__info_last {
    padding-top: 12px;
    margin-top: -16px;
  }

  .tfrating .table__row_more__info__item:not(:last-child) {
    margin-bottom: 12px;
  }

  .tfrating .table__row_more__info__container {
    margin-bottom: 20px;
  }

  .tfrating .main__table__row.main__table__row_more {
    margin-bottom: 32px;
  }

  .tfrating .table__row_more__descr {
    margin-bottom: 20px;
  }

  .tfrating .main__table__row_more .main__table__name {
    margin-bottom: 15px;
  }

  .tfrating .table__row_more__rating__item:not(:last-child) {
    margin-right: 5px;
  }

  .tfrating .table__row_more__rating__descr {
    margin-bottom: 7px;
  }

  .tfrating .table__row_more__rating {
    margin-bottom: 20px;
  }

  /* callback */

  .tfrating .main__callback__item {
    justify-content: flex-start;
    min-height: auto;
    padding: 12px;
  }

  .tfrating .main__callback__item {
    margin-bottom: 16px;
  }

  .tfrating .main__callback__item_2 .callback__item__content {
    max-width: 250px;
  }

  .tfrating .callback__item__content {
    margin-bottom: 20px;
  }

  .tfrating .main__callback__item_1::before {
    content: url('/local/components/dev/rejting-franshiz/templates/2025/css/../img/bg_callback_1_mob.png');
    height: auto;
  }

  .tfrating .main__callback__item_2::before {
    content: url('/local/components/dev/rejting-franshiz/templates/2025/css/../img/bg_callback_2_mob.png');
    bottom: -5px;
  }

  .tfrating .callback__item__title {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .tfrating .callback__item__descr {
    font-size: 14px;
  }

  .tfrating .main__callback__item_1 .button {
    padding-right: 35px;
    padding-left: 35px;
  }

  .tfrating .main__callback__item_2 .button {
    color: #FFFFFF;
    background-color: #EC6124;
  }

  .tfrating .main__callback__item_2 .callback__item__content {
    margin-bottom: 40px;
  }

  /* modals */

  .tfrating .more_method__add {
    height: 180px;
  }

  .tfrating .btn_modal_close {
    padding: 5px;
    position: fixed;
    top: 18px;
    right: 12px;
  }

  /* style select */

  .hero__select__container {
    position: relative;
    min-width: 100px;
    z-index: 17;
  }
  .select2-container{
    z-index:20;
  }

  .tfrating .input-select2.hero__select + .select2.select2-container .select2-selection--single,
  .tfrating .input-select2.hero__select + .select2.select2-container .select2-selection--multiple {
    font-size: 28px;
  }

  .tfrating .input-select2.hero__select + .select2.select2-container--default .select2-selection--single .select2-selection__arrow b,
  .tfrating .input-select2.hero__select + .select2.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
    top: 0px;
  }

  /* tooltip */

  .tippy-box {
    min-width: 10px !important;
    width: 90vw;
  }
  .tfrating .hero__select__container {
    width: 145px;
  }
  .hero__content__top .hero__descr {
    flex: 0 0 auto;
    width: 70%;
  }
}
@media (max-width: 400px) {
  .tfrating .hero .hero__content::after{
    height: 55%;
    top: 85px;
  }
  .tfrating .hero__select__container {
    width: 210px;
  }
}
/* End */


/* Start:/local/components/dev/rejting-franshiz/templates/2025/css/conditions.css?1743076271671*/
::selection {
  color: #FFFFFF;
  background-color: #EC6124;
}

.tfrating .hidden {
  overflow: hidden;
}

.tfrating .link:hover {
  color: #242731;
}

.tfrating .link_hero:hover {
  color: #FFF;
  border-bottom: 1px dashed #FFF;
}

.tfrating .button.added {
  color: #FFFFFF;
  background: #1E70B9;
}
.tfrating .button.added path {
  fill: #FFFFFF;
}

.tfrating .button:hover {
  color: #FFFFFF;
  background: #1E70B9;
}

.tfrating .button:hover path {
  fill: #FFFFFF;
}

/* modals */

.tfrating .modals_container_active,
.tfrating .modals_active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1020;
}

.tfrating .btn_modal_close:hover {
  background-color: #FFF;
}
/* End */


/* Start:/local/components/dev/rejting-franshiz/templates/2025/css/text.css?17715097183347*/
.text_about > p {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 24px;
    color: #242731;
    font-family: 'Source Sans 3', sans-serif;
}

.text_about ul,
.text_about ol {
    font-size: 18px;
    line-height: 140%;
    padding-left: 25px !important;
    margin-bottom: 24px;
    color: #242731;
    font-family: 'Source Sans 3', sans-serif;
}
/*
.text_about ul li,
.text_about ol li {
    margin-top: 24px;
    margin-bottom: 0;
}
*/
.text_about ul li,
.text_about ol li {
    margin-bottom: 5px;
}

.text_about ul {
    list-style-type: disc;
}

.text_about ol {
    list-style-type: decimal;
}

/* Стили для вложенных списков - уменьшаем отступ между элементами */
.text_about ul ul,
.text_about ol ol,
.text_about ul ol,
.text_about ol ul {
    padding-left: 20px !important;
    margin-top: 5px;
    margin-bottom: 0px;
}

/* Для элементов во вложенных списках */
/*
.text_about ul ul li,

.text_about ol ol li,
.text_about ul ol li,
.text_about ol ul li {
    margin-top: 2px;
    margin-bottom: 0;
}*/

.text_about h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    margin-top: 40px;
    margin-bottom: 24px;
    color: #242731;
    font-family: 'Source Sans 3', sans-serif;
}

.text_about h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    margin-top: 32px;
    margin-bottom: 24px;
    color: #242731;
    font-family: 'Source Sans 3', sans-serif;
}

.text_about h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    margin-top: 28px;
    margin-bottom: 24px;
    color: #242731;
    font-family: 'Source Sans 3', sans-serif;
}

.text_about h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    margin-top: 24px;
    margin-bottom: 24px;
    color: #242731;
    font-family: 'Source Sans 3', sans-serif;
}

.text_about h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    margin-top: 20px;
    margin-bottom: 24px;
    color: #242731;
    font-family: 'Source Sans 3', sans-serif;
}

.text_about h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    margin-top: 20px;
    margin-bottom: 24px;
    color: #242731;
    font-family: 'Source Sans 3', sans-serif;
}

/* Специальные правила для первого элемента */
.text_about > *:first-child {
    margin-top: 0 !important;
}

/* Специальные правила для последнего элемента */
.text_about > *:last-child {
    margin-bottom: 0 !important;
}

/* Стили для элементов, следующих друг за другом */
.text_about h1 + *,
.text_about h2 + *,
.text_about h3 + *,
.text_about h4 + *,
.text_about h5 + *,
.text_about h6 + * {
    margin-top: 0;
}

/* Если после списка идет другой элемент, убираем двойной отступ */
.text_about ul + *,
.text_about ol + *,
.text_about p + * {
    margin-top: -12px; /* Компенсируем часть отступа */
}

/*
.text_about li + li {
    margin-top: 14px;
}
 */
blockquote.bg-info {
    padding: 24px;
}
/* End */
/* /local/templates/rtf2024/css/font.css?17852312821122 */
/* /local/templates/rtf2024/css/jquery.fancybox.min.css?173149424016342 */
/* /local/templates/rtf2024/css/design2024/swiper-bundle.css?172612920322820 */
/* /local/templates/rtf2024/css/slick.css?17261292031335 */
/* /local/templates/rtf2024/css/tooltip8.css?17477457321624 */
/* /local/templates/rtf2024/css/design2024/base-style.kit.min.css?1785231281143118 */
/* /local/templates/rtf2024/css/content/catalog.min.css?178523128031764 */
/* /local/components/dev/banner.push/templates/top_header/style.css?17392690582151 */
/* /local/components/dev/mainMenuNew/templates/2024/style.css?1763377368734 */
/* /local/components/dev/marking_info/templates/.default/style.css?17609501841835 */
/* /local/templates/rtf2024/components/bitrix/search.title/visual_redesign2024/style.css?17374475568252 */
/* /local/templates/rtf2024/components/bitrix/search.title/main/style.css?17374475568041 */
/* /local/components/mx/mx.html/templates/links_main_fast/style.css?173823085556 */
/* /local/components/dev/banner.push/templates/.default/style.css?17392692532153 */
/* /local/templates/rtf2024/components/bitrix/breadcrumb/breadWithMikro2024/style.css?17343475671458 */
/* /local/components/dev/banner.consultant/templates/.default/style.css?17609699623882 */
/* /local/components/dev/menu.sections/templates/mobile_menu/style.css?176579952620789 */
/* /local/components/dev/time.tracker.popup/templates/.default/style.css?17688132733894 */
/* /local/components/dev/cookie.agreement/templates/.default/style.css?17852312542034 */
/* /local/templates/rtf2024/styles.css?17702093781170 */
/* /local/templates/rtf2024/template_styles.css?17702093781130 */
/* /local/templates/rtf2024/css/content/fix.min.css?178525510011995 */
/* /local/templates/rtf2024/css/intlTelInput.min.css?176962029919158 */
/* /local/templates/rtf2024/css/rating/app.min.css?172612920359702 */
/* /local/templates/rtf2024/css/rating/swiper.css?172612920315822 */
/* /local/components/dev/rejting-franshiz/templates/2025/css/normalize.css?17430762716138 */
/* /local/components/dev/rejting-franshiz/templates/2025/css/reset.css?17430762714067 */
/* /local/components/dev/rejting-franshiz/templates/2025/css/root.css?1743076271133 */
/* /local/components/dev/rejting-franshiz/templates/2025/css/style.css?174307627138337 */
/* /local/components/dev/rejting-franshiz/templates/2025/css/media_style.css?17430762715960 */
/* /local/components/dev/rejting-franshiz/templates/2025/css/conditions.css?1743076271671 */
/* /local/components/dev/rejting-franshiz/templates/2025/css/text.css?17715097183347 */
