@charset "UTF-8";
/*! */
/*! */
/*! */
/*! */
/*! */
/*! */
/*! Нельзя редактировать этот файл! Он сгенерирован через sass  -  DO NOT EDIT THIS FILE! IT GENERATED SASS */
/*! */
/*! */
/*! */
/*! */
/*! */
/*! */
/*! */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }

body, html { height: 100%; }

body a, html a { text-decoration: none; }

body input, html input { -webkit-appearance: none; }

img, fieldset, a img { border: none; }

input[type="submit"], button { cursor: pointer; }

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

textarea { overflow: auto; }

input, button { margin: 0; padding: 0; border: 0; }

input, textarea, select, button, h1, h2, h3, h4, h5, h6, a, span, a:focus { outline: none; }

div { outline: none !important; }

* { outline: none !important; }

ul, ol { list-style-type: none; }

img { vertical-align: top; }

li { list-style: none; }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) { * { -webkit-text-size-adjust: none; } }

table { border-spacing: 0; border-collapse: collapse; width: 100%; }

.clear { clear: both; }

.page { overflow: hidden; position: relative; width: 100%; }

input[type=text], input[type=password], textarea { box-sizing: border-box; }

input:focus::-webkit-contacts-auto-fill-button { opacity: 0; }

.show-tablet1 { display: none; }

@media only screen and (max-width: 1000px) { .show-tablet1 { display: block; } }

@media only screen and (max-width: 1000px) { .hide-tablet1 { display: none; } }

.show-mobile1 { display: none; }

@media only screen and (max-width: 760px) { .show-mobile1 { display: block; } }

@media only screen and (max-width: 760px) { .hide-mobile1 { display: none; } }

:focus::-webkit-input-placeholder { opacity: 0 !important; }

:focus::-moz-placeholder { opacity: 0 !important; }

:focus:-ms-input-placeholder { opacity: 0 !important; }

:focus:-moz-placeholder { opacity: 0 !important; }

input, textarea { background: none; border: none; }

textarea { resize: none; }

.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }

.slick-list:focus { outline: none; }

.slick-loading .slick-list { background: white; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }

.slick-track:before, .slick-track:after { content: ""; display: table; }

.slick-track:after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; }

.slick-slide img { display: block; max-width: 100%; }

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

.slick-prev, .slick-next { position: absolute; top: 50%; margin-top: -10px; font: 0/0 a; text-shadow: none; color: transparent; height: 20px; background: none; left: 0; z-index: 1; }

.slick-prev:focus, .slick-next:focus { outline: none; }

.slick-prev.slick-disabled, .slick-next.slick-disabled { opacity: 0.2; }

.slick-prev:before, .slick-next:before { height: 30px; line-height: 30px; content: "prev"; display: inline-block; vertical-align: middle; font-size: 15px; color: #fff; background: #000; }

.slick-next { right: 0; left: auto; }

.slick-next:before { content: "next"; display: inline-block; }

.carousel { position: relative; box-sizing: border-box; }

.carousel * { box-sizing: inherit; }

.carousel *:before, .carousel *:after { box-sizing: inherit; }

.carousel.is-draggable { cursor: move; cursor: -webkit-grab; cursor: grab; }

.carousel.is-dragging { cursor: move; cursor: -webkit-grabbing; cursor: grabbing; }

.carousel__viewport { position: relative; overflow: hidden; max-width: 100%; max-height: 100%; }

.carousel__track { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.carousel__slide { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; width: var(--carousel-slide-width, 60%); max-width: 100%; padding: 1rem; position: relative; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; }

.has-dots { margin-bottom: -webkit-calc(0.5rem + 22px); margin-bottom: calc(0.5rem + 22px); }

.carousel__dots { margin: 0 auto; padding: 0; position: absolute; top: -webkit-calc(100% + 0.5rem); top: calc(100% + 0.5rem); left: 0; right: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; list-style: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.carousel__dots .carousel__dot { margin: 0; padding: 0; display: block; position: relative; width: 22px; height: 22px; cursor: pointer; }

.carousel__dots .carousel__dot:after { content: ""; width: 8px; height: 8px; border-radius: 50%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-color: currentColor; opacity: .25; -webkit-transition: opacity .15s ease-in-out; transition: opacity .15s ease-in-out; }

.carousel__dots .carousel__dot.is-selected:after { opacity: 1; }

.carousel__button { width: var(--carousel-button-width, 48px); height: var(--carousel-button-height, 48px); padding: 0; border: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; pointer-events: all; cursor: pointer; color: var(--carousel-button-color, currentColor); background: var(--carousel-button-bg, transparent); border-radius: var(--carousel-button-border-radius, 50%); box-shadow: var(--carousel-button-shadow, none); -webkit-transition: opacity .15s ease; transition: opacity .15s ease; }

.carousel__button.is-prev, .carousel__button.is-next { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.carousel__button.is-prev { left: 10px; }

.carousel__button.is-next { right: 10px; }

.carousel__button[disabled] { cursor: default; opacity: .3; }

.carousel__button svg { width: var(--carousel-button-svg-width, 50%); height: var(--carousel-button-svg-height, 50%); fill: none; stroke: currentColor; stroke-width: var(--carousel-button-svg-stroke-width, 1.5); stroke-linejoin: bevel; stroke-linecap: round; -webkit-filter: var(--carousel-button-svg-filter, none); filter: var(--carousel-button-svg-filter, none); pointer-events: none; }

html.with-fancybox { scroll-behavior: auto; }

body.compensate-for-scrollbar { overflow: hidden !important; -ms-touch-action: none; touch-action: none; }

.fancybox__container { position: fixed; top: 0; left: 0; bottom: 0; right: 0; direction: ltr; margin: 0; padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px); box-sizing: border-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; color: var(--fancybox-color, #fff); -webkit-tap-highlight-color: transparent; overflow: hidden; z-index: 1050; outline: none; -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; --carousel-button-width: 48px; --carousel-button-height: 48px; --carousel-button-svg-width: 24px; --carousel-button-svg-height: 24px; --carousel-button-svg-stroke-width: 2.5; --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4)); }

.fancybox__container * { box-sizing: inherit; }

.fancybox__container *::before, .fancybox__container *::after { box-sizing: inherit; }

.fancybox__container :focus { outline: none; }

body:not(.is-using-mouse) .fancybox__container :focus { box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94)); }

@media all and (min-width: 1024px) { .fancybox__container { --carousel-button-width: 48px; --carousel-button-height: 48px; --carousel-button-svg-width: 27px; --carousel-button-svg-height: 27px; } }

.fancybox__backdrop { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; background: var(--fancybox-bg, rgba(24, 24, 27, 0.92)); }

.fancybox__carousel { position: relative; -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; min-height: 0; height: 100%; z-index: 10; }

.fancybox__carousel.has-dots { margin-bottom: -webkit-calc(0.5rem + 22px); margin-bottom: calc(0.5rem + 22px); }

.fancybox__viewport { position: relative; width: 100%; height: 100%; overflow: visible; cursor: default; }

.fancybox__track { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height: 100%; }

.fancybox__slide { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 100%; max-width: 100%; margin: 0; padding: 48px 8px 8px 8px; position: relative; overscroll-behavior: contain; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; outline: 0; overflow: auto; --carousel-button-width: 36px; --carousel-button-height: 36px; --carousel-button-svg-width: 22px; --carousel-button-svg-height: 22px; }

.fancybox__slide::before, .fancybox__slide::after { content: ""; -webkit-box-flex: 0; -webkit-flex: 0 0 0; -ms-flex: 0 0 0; flex: 0 0 0; margin: auto; }

@media all and (min-width: 1024px) { .fancybox__slide { padding: 64px 100px; } }

.fancybox__content { margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px); padding: 36px; color: var(--fancybox-content-color, #374151); background: var(--fancybox-content-bg, #fff); position: relative; -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; z-index: 20; }

.fancybox__content :focus:not(.carousel__button.is-close) { outline: thin dotted; box-shadow: none; }

.fancybox__caption { -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; max-width: 100%; margin: 0; padding: 1rem 0 0 0; line-height: 1.375; color: var(--fancybox-color, currentColor); visibility: visible; cursor: auto; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; overflow-wrap: anywhere; }

.is-loading .fancybox__caption { visibility: hidden; }

.fancybox__container > .carousel__dots { top: 100%; color: var(--fancybox-color, #fff); }

.fancybox__nav .carousel__button { z-index: 40; }

.fancybox__nav .carousel__button.is-next { right: 8px; }

.fancybox__nav .carousel__button.is-prev { left: 8px; }

@media all and (min-width: 1024px) { .fancybox__nav .carousel__button.is-next { right: 40px; } }

@media all and (min-width: 1024px) { .fancybox__nav .carousel__button.is-prev { left: 40px; } }

.carousel__button.is-close { position: absolute; top: 8px; right: 8px; top: -webkit-calc(env(safe-area-inset-top, 0px) + 8px); top: calc(env(safe-area-inset-top, 0px) + 8px); right: -webkit-calc(env(safe-area-inset-right, 0px) + 8px); right: calc(env(safe-area-inset-right, 0px) + 8px); z-index: 40; }

@media all and (min-width: 1024px) { .carousel__button.is-close { right: 40px; } }

.fancybox__content > .carousel__button.is-close { position: absolute; top: -40px; right: 0; color: var(--fancybox-color, #fff); }

.fancybox__no-click { pointer-events: none; }

.fancybox__no-click button { pointer-events: none; }

.fancybox__spinner { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 50px; height: 50px; color: var(--fancybox-color, currentColor); }

.fancybox__slide .fancybox__spinner { cursor: pointer; z-index: 1053; }

.fancybox__spinner svg { -webkit-animation: fancybox-rotate 2s linear infinite; animation: fancybox-rotate 2s linear infinite; -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; width: 100%; height: 100%; }

.fancybox__spinner svg circle { fill: none; stroke-width: 2.75; stroke-miterlimit: 10; stroke-dasharray: 1,200; stroke-dashoffset: 0; -webkit-animation: fancybox-dash 1.5s ease-in-out infinite; animation: fancybox-dash 1.5s ease-in-out infinite; stroke-linecap: round; stroke: currentColor; }

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

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

@-webkit-keyframes fancybox-dash { 0% { stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% { stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% { stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }

@keyframes fancybox-dash { 0% { stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% { stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% { stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }

.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close { opacity: var(--fancybox-opacity, 1); }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close { -webkit-animation: .15s ease backwards fancybox-fadeIn; animation: .15s ease backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close { -webkit-animation: .15s ease both fancybox-fadeOut; animation: .15s ease both fancybox-fadeOut; }

.fancybox-fadeIn { -webkit-animation: .15s ease both fancybox-fadeIn; animation: .15s ease both fancybox-fadeIn; }

.fancybox-fadeOut { -webkit-animation: .1s ease both fancybox-fadeOut; animation: .1s ease both fancybox-fadeOut; }

.fancybox-zoomInUp { -webkit-animation: .2s ease both fancybox-zoomInUp; animation: .2s ease both fancybox-zoomInUp; }

.fancybox-zoomOutDown { -webkit-animation: .15s ease both fancybox-zoomOutDown; animation: .15s ease both fancybox-zoomOutDown; }

.fancybox-throwOutUp { -webkit-animation: .15s ease both fancybox-throwOutUp; animation: .15s ease both fancybox-throwOutUp; }

.fancybox-throwOutDown { -webkit-animation: .15s ease both fancybox-throwOutDown; animation: .15s ease both fancybox-throwOutDown; }

@-webkit-keyframes fancybox-fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes fancybox-fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@-webkit-keyframes fancybox-fadeOut { to { opacity: 0; } }

@keyframes fancybox-fadeOut { to { opacity: 0; } }

@-webkit-keyframes fancybox-zoomInUp { from { -webkit-transform: scale(0.97) translate3d(0, 16px, 0); transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; }
  to { -webkit-transform: scale(1) translate3d(0, 0, 0); transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes fancybox-zoomInUp { from { -webkit-transform: scale(0.97) translate3d(0, 16px, 0); transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; }
  to { -webkit-transform: scale(1) translate3d(0, 0, 0); transform: scale(1) translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes fancybox-zoomOutDown { to { -webkit-transform: scale(0.97) translate3d(0, 16px, 0); transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; } }

@keyframes fancybox-zoomOutDown { to { -webkit-transform: scale(0.97) translate3d(0, 16px, 0); transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0; } }

@-webkit-keyframes fancybox-throwOutUp { to { -webkit-transform: translate3d(0, -30%, 0); transform: translate3d(0, -30%, 0);
    opacity: 0; } }

@keyframes fancybox-throwOutUp { to { -webkit-transform: translate3d(0, -30%, 0); transform: translate3d(0, -30%, 0);
    opacity: 0; } }

@-webkit-keyframes fancybox-throwOutDown { to { -webkit-transform: translate3d(0, 30%, 0); transform: translate3d(0, 30%, 0);
    opacity: 0; } }

@keyframes fancybox-throwOutDown { to { -webkit-transform: translate3d(0, 30%, 0); transform: translate3d(0, 30%, 0);
    opacity: 0; } }

.fancybox__carousel .carousel__slide { scrollbar-width: thin; scrollbar-color: #ccc rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar { width: 8px; height: 8px; }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track { background-color: rgba(255, 255, 255, 0.1); }

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb { background-color: #ccc; border-radius: 2px; box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); }

.fancybox__carousel.is-draggable .fancybox__slide { cursor: move; cursor: -webkit-grab; cursor: grab; }

.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content { cursor: move; cursor: -webkit-grab; cursor: grab; }

.fancybox__carousel.is-dragging .fancybox__slide { cursor: move; cursor: -webkit-grabbing; cursor: grabbing; }

.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content { cursor: move; cursor: -webkit-grabbing; cursor: grabbing; }

.fancybox__carousel .fancybox__slide .fancybox__content { cursor: auto; }

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content { cursor: -webkit-zoom-in; cursor: zoom-in; }

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content { cursor: -webkit-zoom-out; cursor: zoom-out; }

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content { cursor: move; cursor: -webkit-grab; cursor: grab; }

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content { cursor: move; cursor: -webkit-grabbing; cursor: grabbing; }

.fancybox__image { -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: none; transition: none; }

.has-image .fancybox__content { padding: 0; background: transparent; min-height: 1px; }

.is-closing .has-image .fancybox__content { overflow: visible; }

.has-image[data-image-fit=contain] { overflow: visible; -ms-touch-action: none; touch-action: none; }

.has-image[data-image-fit=contain] .fancybox__content { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.has-image[data-image-fit=contain] .fancybox__image { max-width: 100%; max-height: 100%; object-fit: contain; }

.has-image[data-image-fit=contain-w] { overflow-x: hidden; overflow-y: auto; }

.has-image[data-image-fit=contain-w] .fancybox__content { min-height: auto; }

.has-image[data-image-fit=contain-w] .fancybox__image { max-width: 100%; height: auto; }

.has-image[data-image-fit=cover] { overflow: visible; -ms-touch-action: none; touch-action: none; }

.has-image[data-image-fit=cover] .fancybox__content { width: 100%; height: 100%; }

.has-image[data-image-fit=cover] .fancybox__image { width: 100%; height: 100%; object-fit: cover; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content { max-width: 100%; -webkit-flex-shrink: 1; -ms-flex-negative: 1; flex-shrink: 1; min-height: 1px; overflow: visible; }

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content { width: 100%; height: 80%; }

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content { width: 960px; height: 540px; max-width: 100%; max-height: 100%; }

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content { padding: 0; background: rgba(24, 24, 27, 0.9); color: #fff; }

.fancybox__carousel .fancybox__slide.has-map .fancybox__content { background: #e5e3df; }

.fancybox__html5video, .fancybox__iframe { border: 0; display: block; height: 100%; width: 100%; background: transparent; }

.fancybox-placeholder { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; }

.fancybox__thumbs { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; position: relative; padding: 0px 3px; opacity: var(--fancybox-opacity, 1); }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs { -webkit-animation: .15s ease-in backwards fancybox-fadeIn; animation: .15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__thumbs { opacity: 0; }

.fancybox__thumbs .carousel__slide { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; width: var(--fancybox-thumbs-width, 96px); margin: 0; padding: 8px 3px; box-sizing: content-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; overflow: visible; cursor: pointer; }

.fancybox__thumbs .carousel__slide .fancybox__thumb::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-width: 5px; border-style: solid; border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96)); opacity: 0; -webkit-transition: opacity .15s ease; transition: opacity .15s ease; border-radius: var(--fancybox-thumbs-border-radius, 4px); }

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after { opacity: .92; }

.fancybox__thumbs .carousel__slide > * { pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.fancybox__thumb { position: relative; width: 100%; padding-top: -webkit-calc(100%/(var(--fancybox-thumbs-ratio, 1.5))); padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5))); background-size: cover; background-position: center center; background-color: rgba(255, 255, 255, 0.1); background-repeat: no-repeat; border-radius: var(--fancybox-thumbs-border-radius, 4px); }

.fancybox__toolbar { position: absolute; top: 0; right: 0; left: 0; z-index: 20; background: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%); background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%); padding: 0; -ms-touch-action: none; touch-action: none; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; --carousel-button-svg-width: 20px; --carousel-button-svg-height: 20px; opacity: var(--fancybox-opacity, 1); text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4)); }

@media all and (min-width: 1024px) { .fancybox__toolbar { padding: 8px; } }

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar { -webkit-animation: .15s ease-in backwards fancybox-fadeIn; animation: .15s ease-in backwards fancybox-fadeIn; }

.fancybox__container.is-animated.is-closing .fancybox__toolbar { opacity: 0; }

.fancybox__toolbar__items { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.fancybox__toolbar__items--left { margin-right: auto; }

.fancybox__toolbar__items--center { position: absolute; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.fancybox__toolbar__items--right { margin-left: auto; }

@media (max-width: 640px) { .fancybox__toolbar__items--center:not(:last-child) { display: none; } }

.fancybox__counter { min-width: 72px; padding: 0 10px; line-height: var(--carousel-button-height, 48px); text-align: center; font-size: 17px; font-variant-numeric: tabular-nums; -webkit-font-smoothing: subpixel-antialiased; }

.fancybox__progress { background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96)); height: 3px; left: 0; position: absolute; right: 0; top: 0; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: 0; -ms-transform-origin: 0; transform-origin: 0; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-timing-function: linear; transition-timing-function: linear; z-index: 30; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.fancybox__container:-webkit-full-screen::backdrop { opacity: 0; }

.fancybox__container:-moz-full-screen::backdrop { opacity: 0; }

.fancybox__container:-ms-fullscreen::backdrop { opacity: 0; }

.fancybox__container:fullscreen::backdrop { opacity: 0; }

.fancybox__button--fullscreen g:nth-child(2) { display: none; }

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) { display: none; }

.fancybox__container:-moz-full-screen .fancybox__button--fullscreen g:nth-child(1) { display: none; }

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) { display: none; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) { display: none; }

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) { display: block; }

.fancybox__container:-moz-full-screen .fancybox__button--fullscreen g:nth-child(2) { display: block; }

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) { display: block; }

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) { display: block; }

.fancybox__button--slideshow g:nth-child(2) { display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) { display: none; }

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) { display: block; }

.mCustomScrollbar { -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action { -ms-touch-action: auto; touch-action: auto; }

.mCustomScrollBox { position: relative; overflow: hidden; height: 100%; max-width: 100%; outline: none; direction: ltr; }

.mCSB_container { overflow: hidden; width: auto; height: auto; }

.mCSB_inside > .mCSB_container { margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden { margin-right: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container { margin-right: 0; margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden { margin-left: 0; }

.mCSB_scrollTools { position: absolute; width: 16px; height: auto; left: auto; top: 0; right: 0; bottom: 0; }

.mCSB_outside + .mCSB_scrollTools { right: -26px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools { right: auto; left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools { right: auto; left: 0; left: -26px; }

.mCSB_scrollTools .mCSB_draggerContainer { position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer { margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail { width: 2px; height: 100%; margin: 0 auto; border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger { cursor: pointer; width: 100%; height: 30px; z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { position: relative; width: 4px; height: 100%; margin: 0 auto; border-radius: 16px; text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { width: 12px; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { width: 8px; }

.mCSB_scrollTools .mCSB_buttonUp { display: block; position: absolute; height: 20px; width: 100%; overflow: hidden; margin: 0 auto; cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown { display: block; position: absolute; height: 20px; width: 100%; overflow: hidden; margin: 0 auto; cursor: pointer; bottom: 0; }

.mCSB_horizontal.mCSB_inside > .mCSB_container { margin-right: 0; margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container { min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden { margin-bottom: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal { width: auto; height: 16px; top: auto; right: 0; bottom: 0; left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal { bottom: -26px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer { margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 2px; margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger { width: 30px; height: 100%; left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 4px; margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { height: 12px; margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { height: 8px; margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight { display: block; position: absolute; width: 20px; height: 100%; overflow: hidden; margin: 0 auto; cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft { left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight { right: 0; }

.mCSB_container_wrapper { position: absolute; height: auto; width: auto; overflow: hidden; top: 0; left: 0; right: 0; bottom: 0; margin-right: 30px; margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container { padding-right: 30px; padding-bottom: 30px; box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical { bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal { right: 20px; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical { bottom: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal { right: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal { right: 0; left: 20px; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal { left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper { margin-right: 0; margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container { padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container { padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden { margin-right: 0; margin-left: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden { margin-bottom: 0; }

.mCSB_scrollTools { -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out; transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight { -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out; transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail { -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail { -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools { opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools { opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag { opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

.mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools { opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools { opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, 0.4); filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, 0.75); filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, 0.85); filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, 0.9); filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight { background-image: url(mCSB_buttons.png); background-repeat: no-repeat; opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover { opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active { opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -80px -56px; }

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail { width: 4px; background-color: #fff; background-color: rgba(255, 255, 255, 0.1); border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 4px; background-color: #fff; background-color: rgba(255, 255, 255, 0.75); border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 4px; margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp { background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown { background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft { background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight { background-position: -40px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, 0.1); border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.75); border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp { background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown { background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft { background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight { background-position: -120px -56px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail { width: 4px; background-color: #fff; background-color: rgba(255, 255, 255, 0.1); border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 6px; background-color: #fff; background-color: rgba(255, 255, 255, 0.75); border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 4px; margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 6px; margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp { background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown { background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft { background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight { background-position: -20px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, 0.1); border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.75); border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp { background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown { background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft { background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight { background-position: -100px -56px; }

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail { background-color: #fff; background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 2px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 2px; margin: 7px auto; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 2px; margin: 7px auto; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp { background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown { background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft { background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight { background-position: -80px -56px; }

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail { background-color: #fff; background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger { height: 14px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger { height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 14px; margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger { width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { height: 14px; margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { width: 16px; height: 16px; margin: -1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { width: 16px; height: 16px; margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { width: 4px; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { width: 4px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { height: 16px; width: 16px; margin: 0 -1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar { height: 16px; width: 16px; margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { height: 4px; margin: 6px 0; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { height: 4px; margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp { background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown { background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft { background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight { background-position: 0 -128px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -80px -128px; }

.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail { width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail { background-color: transparent; background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg=="); background-repeat: repeat-y; opacity: 0.3; filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail { height: 4px; margin: 6px 0; background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp { background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown { background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft { background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight { background-position: -20px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -100px -128px; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-repeat: repeat-y; background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0))); background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { background-repeat: repeat-x; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0))); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger { height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger { width: 70px; }

.mCS-3d.mCSB_scrollTools, .mCS-3d-dark.mCSB_scrollTools { opacity: 1; filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { border-radius: 16px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail { width: 8px; background-color: #000; background-color: rgba(0, 0, 0, 0.2); box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #555; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 8px; margin: 4px 0; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { width: 100%; height: 8px; margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp { background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown { background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft { background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight { background-position: -40px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, 0.1); box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail { box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -120px -128px; }

.mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools { opacity: 1; filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer { border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical { right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical, .mCS-3d-thick-dark.mCSB_scrollTools_vertical { box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal { bottom: 1px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4); width: 12px; margin: 2px; position: absolute; height: auto; top: 0; bottom: 0; left: 0; right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { height: 12px; width: auto; }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { height: 12px; width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer { background-color: #000; background-color: rgba(0, 0, 0, 0.05); box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail { background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp { background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown { background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft { background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight { background-position: -40px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools { box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal { box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer { background-color: #fff; background-color: rgba(0, 0, 0, 0.05); box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -120px -128px; }

.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical { right: 0; margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal { bottom: 0; margin: 0 12px; }

.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal { bottom: 0; margin: 0 12px; }

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical { left: 0; right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger { height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger { width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, 0.2); filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, 0.5); filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.2); filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.5); filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; }

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail { width: 6px; background-color: #000; background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 6px; margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { width: 12px; }

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { width: 12px; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { height: 12px; margin: 2px 0; }

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail { height: 12px; margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp { background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown { background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft { background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight { background-position: -40px -128px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp { background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown { background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft { background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight { background-position: -120px -128px; }

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail { width: 12px; background-color: #000; background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { width: 6px; margin: 3px 5px; position: absolute; height: auto; top: 0; bottom: 0; left: 0; right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { height: 6px; margin: 5px 3px; position: absolute; width: auto; top: 0; bottom: 0; left: 0; right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail { width: 100%; height: 12px; margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp { background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown { background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft { background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight { background-position: -40px -128px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp { background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown { background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft { background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight { background-position: -120px -128px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail { background-color: transparent; border-width: 1px; border-style: solid; border-color: #fff; border-color: rgba(255, 255, 255, 0.2); box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: transparent; border-width: 1px; border-style: solid; border-color: #fff; border-color: rgba(255, 255, 255, 0.2); box-sizing: border-box; border-color: #000; border-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail { background-color: #fff; background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail { background-color: #000; background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #000; background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar { background-color: #fff; background-color: rgba(255, 255, 255, 0.9); }

body { background: #f3f3f3; font-family: Geologica; width: 100%; height: 100%; opacity: 0; }

body * { box-sizing: border-box; }

body.load { opacity: 1; -webkit-transition: 0.2s linear; transition: 0.2s linear; }

body.noanim { -webkit-transition: 0s; transition: 0s; }

input, textarea { font-family: Geologica; }

.page.map-page { min-height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.page.map-page .header-big1 { margin: 0; }

.page.map-page .header-big1__over { z-index: 2; }

.page.map-page .header-big1:before, .page.map-page .header-big1:after { z-index: 1; }

.page.map-page .mobile-header1 { margin: 0; }

.page__content { max-width: 1400px; margin: auto; padding: 0 20px; }

.page__content.mod1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

@media only screen and (max-width: 1000px) { .page__content-over { position: relative; } }

@media only screen and (max-width: 760px) { .page-wrap { position: relative; left: 0px; -webkit-transition: 0.2s linear; transition: 0.2s linear; }
  .page-wrap.active { left: 308px; } }

.h:hover, .header-top1__item a:hover, .fast-menu1__item a:hover, .footer__menu-item a:hover { color: #ed324d; }

.header-top1 { height: 75px; background: #E1E1E1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 0 44px; border-radius: 8px; }

@media only screen and (max-width: 1400px) { .header-top1 { padding: 0 20px; } }

@media only screen and (max-width: 1000px) { .header-top1 { padding: 20px; height: auto; } }

.header-top1__menu { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; width: 100%; }

@media only screen and (max-width: 1400px) { .header-top1__menu { gap: 10px; } }

@media only screen and (max-width: 1000px) { .header-top1__menu { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; gap: 20px; } }

.header-top1__item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.header-top1__item a { color: #5B5B5B; font-size: 16px; line-height: 24px; }

.header-top1__item a.main { background: url("../img/i1.svg") no-repeat 0 0; background-size: 16px 18px; width: 16px; height: 18px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 1400px) { .header-top1__item a.main { margin-right: 10px; } }

@media only screen and (max-width: 1000px) { .header-top1__item a.main { margin: 0; } }

.header-center1 { padding: 40px 0 43px 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.header-center1__change-theme { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 19px; color: #000; font-size: 14px; font-weight: 300; cursor: pointer; line-height: 18px;}

.header-center1__change-theme:before { content: ''; background: url("../img/i2.svg") no-repeat 0 0; background-size: 45px 27px; width: 45px; height: 27px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.header-center1__change-theme span { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.header-center1__change-theme span:before { content: 'светлая'; }

.header-center1__change-theme span:after { content: 'тема'; }

.header-center1__change-theme:hover { text-decoration: underline; }

.header-center1__lang { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font-size: 18px; letter-spacing: -1px; color: #636363; font-weight: 300; gap: 6px; }

.header-center1__lang a { font-weight: 700; color: #636363; font-size: 22px; }

.header-center1__lang a.active { color: #000; text-decoration: none; }

.header-center1__lang a:hover { text-decoration: underline; }

.header-center1__information { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 42px; }

@media only screen and (max-width: 1000px) { .header-center1__information { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 20px; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } }

.header-center1__information span { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 15px; color: #8E8E8E; font-size: 14px; font-weight: 300; }

.header-center1__information span:before { content: ''; }

.header-center1__information span.icon1:before { background: url("../img/i3.svg") no-repeat 0 0; background-size: 19px 22px; width: 19px; height: 22px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.header-center1__information span.icon2:before { background: url("../img/i4.svg") no-repeat 0 0; background-size: 23px 16px; width: 23px; height: 16px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.header-center1__callback { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 10px; }

@media only screen and (max-width: 1000px) { .header-center1__callback { gap: 20px; } }

.header-center1__callback span { color: #8E8E8E; font-size: 14px; font-weight: 300; }

.header-center1__callback a:hover { opacity: 0.8; }

.header-center1__callback a.icon1 { background: url("../img/i5.svg") no-repeat 0 0; background-size: 29px 27px; width: 29px; height: 27px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.header-center1__callback a.icon2 { background: url("../img/i6.svg") no-repeat 0 0; background-size: 26px 21px; width: 26px; height: 21px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.header-big1 { margin-bottom: 75px; position: relative; padding-right: 22px; }

@media only screen and (max-width: 1000px) { .header-big1 { padding: 40px 0 0 0; } }

.header-big1.mod1 { margin-bottom: 103px; }

.header-big1:before { position: absolute; top: -16px; left: -34px; display: block; content: ''; background: url("../img/i7.svg") no-repeat 0 0; background-size: 466px 332px; width: 466px; height: 332px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 1000px) { .header-big1:before { display: none; } }

.header-big1:after { display: block; content: ''; position: absolute; bottom: -14px; right: -92px; background: url("../img/i8.svg") no-repeat 0 0; background-size: 413px 185px; width: 413px; height: 185px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 1000px) { .header-big1:after { display: none; } }

.header-big1__background { position: absolute; top: 0; left: 50%; margin-left: -960px; width: 1920px; display: block; bottom: 0; background-image: url(../img/g1.png); background-size: 100% 100%; z-index: -1; }

.header-big1__over { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; height: 211px; z-index: 1; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

@media only screen and (max-width: 1000px) { .header-big1__over { height: auto; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 40px; } }

.header-big1__logo { position: relative; top: 67px; }

@media only screen and (max-width: 1000px) { .header-big1__logo { top: 0; } }

.header-big1__logo img { width: 355px; }

.header-big1__center { position: relative; top: 88px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 38px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; left: -65px; }

@media only screen and (max-width: 1400px) { .header-big1__center { left: 0; } }

@media only screen and (max-width: 1000px) { .header-big1__center { top: 0; } }

@media only screen and (max-width: 1000px) { .header-big1__center-space { height: 8px; } }

@media only screen and (max-width: 760px) { .header-big1__center-space { display: none; } }

.header-big1__center-over { padding: 40px 50px 20px 50px; border-radius: 8px 8px 0 0; background: #F3F3F3; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 22px; }

.header-big1__center-over span { color: #3F3F3F; font-size: 16px; font-weight: 600; }

.header-big1__center-over a { color: #F00; font-size: 16px; font-weight: 300; -webkit-text-decoration-line: underline; text-decoration-line: underline; }

.header-big1__center-over a:hover { text-decoration: none; }

.header-big1__link { color: #FFF; font-size: 22px; letter-spacing: -1px; font-weight: 300; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 8px; }

.header-big1__link a { font-weight: 700; color: #ffbac4; }

.header-big1__link a.mod1 { color: #fff; }

.header-big1__link a.mod1:hover { text-decoration: underline; }

.header-big1__link a:hover { color: #fff; }

.header-big1__icon-right { -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 50px; }

@media only screen and (max-width: 1000px) { .header-big1__icon-right { position: absolute; top: 14px; right: 20px; } }

.header-big1__bottom { position: absolute; bottom: -26px; left: 200px; right: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 16px; }

@media only screen and (max-width: 1400px) { .header-big1__bottom { left: 0; } }

@media only screen and (max-width: 1000px) { .header-big1__bottom { position: relative; bottom: auto; top: 27px; margin-top: -20px; width: 100%; } }

.header-big1__bottom-right { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 16px; }

.header-big1__bottom-right a { padding: 12px 40px; border-radius: 5px; background: #FFF; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 14px; color: #3D3D3D; font-size: 16px; font-weight: 300; line-height: 28.8px; text-transform: uppercase; }

@media only screen and (max-width: 1000px) { .header-big1__bottom-right a { padding: 12px 15px; font-size: 14px; } }

.header-big1__bottom-right a i { font-style: normal; }

@media only screen and (max-width: 1400px) { .header-big1__bottom-right a i { display: none; } }

.header-big1__bottom-right a:hover { text-decoration: underline; }

.header-big1__bottom-right a.icon1:before { content: ''; background: url("../img/i137.svg") no-repeat 0 0; background-size: 16px 17px; width: 16px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.header-big1__bottom-right a.icon2:after { content: ''; background: url("../img/i138.svg") no-repeat 0 0; background-size: 16px 17px; width: 16px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.header-big1__filter-button { padding: 12px 40px; border-radius: 5px; border: 1px solid #2400FF; background: #FFF; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 14px; color: #3D3D3D; font-size: 16px; font-weight: 300; line-height: 28.8px; text-transform: uppercase; position: relative; top: 31.5px; }

.header-big1__filter-button.mod1 { top: 0; }

@media only screen and (max-width: 1000px) { .header-big1__filter-button.mod1 { padding: 12px 15px; font-size: 14px; } }

.header-big1__filter-button:hover { text-decoration: underline; }

.header-big1__filter-button:before { content: ''; background: url("../img/i106.svg") no-repeat 0 0; background-size: 24px 21px; width: 24px; height: 21px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 1000px) { .header-big1__filter-button { top: 27.5px; } }

.header-big1__favorite { background: url("../img/i9.svg") no-repeat 0 0; background-size: 32px 30px; width: 32px; height: 30px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; position: relative; }

.header-big1__favorite:hover { opacity: 0.9; }

.header-big1__favorite span { position: absolute; top: -15px; right: -15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; width: 19px; height: 19px; background: #2400FF; color: #FFF; font-size: 10px; font-weight: 300; border-radius: 20px; }

.header-big1__search { position: relative; }

.header-big1__search.active .header-big1__search-drop { top: 63px; }

.header-big1__search-current { background: url("../img/i10.svg") no-repeat 0 0; background-size: 31px 30px; width: 31px; height: 30px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.header-big1__search-current:hover { opacity: 0.9; }

.header-big1__search-drop { position: absolute; right: -104px; top: 63px; top: -9999px; width: 549px; padding: 30px 30px 35px 30px; border-radius: 5px; border: 1px solid #DDD; background: #E9E9E9; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 15px; z-index: 1; box-shadow: 0 3px 3px rgba(51, 51, 51, 0.2); }

.header-big1__search-drop:before { position: absolute; top: -10px; right: 112px; display: block; content: ''; background: url("../img/i105.svg") no-repeat 0 0; background-size: 13px 13px; width: 13px; height: 13px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.header-big1__search-drop input[type=text] { width: 345px; height: 50px; padding: 0 20px; color: #000; font-size: 16px; line-height: 24px; border-radius: 5px; border: 1px solid #CFCFCF; background: #FFF; }

.header-big1__search-drop input[type=submit] { color: #FFF; font-size: 18px; line-height: 27px; padding: 0 30px; height: 50px; border-radius: 5px; background: #FF2241; }

.header-big1__search-drop input[type=submit]:hover { opacity: 0.9; }

.header-big1__search-drop ::-webkit-input-placeholder { opacity: 1; color: #737373; }

.header-big1__search-drop ::-moz-placeholder { opacity: 1; color: #737373; }

.header-big1__search-drop :-ms-input-placeholder { opacity: 1; color: #737373; }

.header-big1__search-drop :-moz-placeholder { opacity: 1; color: #737373; }

.header-big1__search-drop2 { padding: 6px 43px 6px 6px; background: #f3f3f3; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; position: absolute; top: -9999px; left: -9999px; }

@media only screen and (max-width: 760px) { .header-big1__search-drop2.active { position: relative; top: auto; left: auto; } }

.header-big1__search-drop2:before { position: absolute; top: 100%; right: 59px; display: block; content: ''; background: url("../img/i186.svg") no-repeat 0 0; background-size: 13px 11px; width: 13px; height: 11px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; z-index: 1; }

.header-big1__search-drop2-input { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; border-radius: 5px; border: 1px solid #9F9F9F; background: #FFF; position: relative; }

.header-big1__search-drop2-input-text { padding: 0 45px 0 15px; color: #000; width: 100%; font-size: 16px; height: 38px; line-height: 24px; }

.header-big1__search-drop2-input ::-webkit-input-placeholder { opacity: 1; color: #6C6C6C; font-weight: 250; }

.header-big1__search-drop2-input ::-moz-placeholder { opacity: 1; color: #6C6C6C; font-weight: 250; }

.header-big1__search-drop2-input :-ms-input-placeholder { opacity: 1; color: #6C6C6C; font-weight: 250; }

.header-big1__search-drop2-input :-moz-placeholder { opacity: 1; color: #6C6C6C; font-weight: 250; }

.header-big1__search-drop2-submit { position: absolute; top: 0; right: 0; bottom: 0; width: 45px; cursor: pointer; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; opacity: 0.3; }

.header-big1__search-drop2-submit:before { content: ''; background: url("../img/i187.svg") no-repeat 0 0; background-size: 19px 19px; width: 19px; height: 19px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.header-big1__search-drop2-submit input { position: absolute; top: 0; left: -9999px; }

.header-big1__search-drop2-submit span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; }

.header-big1__search-drop2-close { position: absolute; top: 0; bottom: 0; right: 0; width: 43px; cursor: pointer; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.header-big1__search-drop2-close:before { content: ''; background: url("../img/i185.svg") no-repeat 0 0; background-size: 10px 10px; width: 10px; height: 10px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.carousel1 { margin: 0 -20px; position: relative; margin-bottom: 87px; }

@media only screen and (max-width: 1510px) { .carousel1 { margin: 0 33px 87px 33px; } }

@media only screen and (max-width: 1000px) { .carousel1 { margin: 0 20px 80px 20px; } }

.carousel1 .prev { position: absolute; top: 107px; left: -43px; z-index: 1; cursor: pointer; background: url("../img/i11.svg") no-repeat 0 0; background-size: 23px 27px; width: 23px; height: 27px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 1510px) { .carousel1 .prev { left: -33px; } }

@media only screen and (max-width: 1000px) { .carousel1 .prev { left: -23px; } }

.carousel1 .prev:hover { opacity: 0.9; }

.carousel1 .prev:before { position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; display: block; content: ''; }

.carousel1 .next { position: absolute; top: 107px; right: -43px; z-index: 1; cursor: pointer; background: url("../img/i11.svg") no-repeat 0 0; background-size: 23px 27px; width: 23px; height: 27px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); filter: progid:DXImageTransform.Microsoft.Matrix(M11=$m11, M12=$m12,M21=$m21, M22=$m22, sizingMethod='auto expand'); zoom: 1; }

@media only screen and (max-width: 1510px) { .carousel1 .next { right: -33px; } }

@media only screen and (max-width: 1000px) { .carousel1 .next { right: -23px; } }

.carousel1 .next:hover { opacity: 0.9; }

.carousel1 .next:before { position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; display: block; content: ''; }

.carousel1__item { padding: 0 20px; }

@media only screen and (max-width: 1510px) { .carousel1__item { padding: 0 10px; } }

.people-card1 { position: relative; padding-bottom: 13px; }

.people-card1:hover .people-card1__slide-item { opacity: 0.95; }

.people-card1__slide { position: relative; border-radius: 4px; }

.people-card1__slide:after { position: absolute; bottom: 0; left: 0; right: 0; display: block; content: ''; height: 223px; background: url(../img/g2.png); background-size: 100% 100%; }

.people-card1__slide-item { height: 400px; background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 4px; display: none; }

.people-card1__slide-item:first-child { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.people-card1__price { position: absolute; bottom: 0; left: 20px; padding: 5px 10px; border-radius: 5px; background: #2400FF; color: #FFF; font-size: 11px; line-height: 16.5px; }

.people-card1__text { position: absolute; bottom: 45px; left: 20px; right: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 8px; }

.people-card1__text span { color: #FFF; font-size: 28px; font-weight: 500; line-height: 28px; letter-spacing: -1px; }

.people-card1__text p { color: #CFCFCF; font-size: 10px; text-transform: uppercase; }

.people-card1__status { position: absolute; top: 29px; left: 0; color: #FFF; font-size: 11px; font-weight: 700; line-height: 16.5px; width: 39px; height: 24px; border-radius: 0px 5px 5px 0px; background: #FF2241; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.people-card1__link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.fast-menu1 { margin-bottom: 92px; height: 80px; border-radius: 8px; border: 1px solid #D1D1D1; padding: 0 44px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

@media only screen and (max-width: 1000px) { .fast-menu1 { padding: 20px; height: auto; } }

.fast-menu1__menu { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

@media only screen and (max-width: 1400px) { .fast-menu1__menu { gap: 10px; } }

@media only screen and (max-width: 1000px) { .fast-menu1__menu { width: auto; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 20px; } }

.fast-menu1__item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.fast-menu1__item a { color: #5B5B5B; font-size: 16px; line-height: 24px; }

.fast-menu1__item a.main { background: url("../img/i1.svg") no-repeat 0 0; background-size: 16px 18px; width: 16px; height: 18px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 1400px) { .fast-menu1__item a.main { margin-right: 10px; } }

.content-page1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 120px; padding-bottom: 80px; }

@media only screen and (max-width: 1400px) { .content-page1 { gap: 40px; } }

@media only screen and (max-width: 1000px) { .content-page1 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 60px; } }

@media only screen and (max-width: 760px) { .content-page1 { gap: 36px; padding-bottom: 36px; } }

.content-page1__right { width: 440px; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; padding-top: 13px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.content-page1__right-first { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.content-page1__right-last { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

@media only screen and (max-width: 1400px) { .content-page1__right { padding-top: 5px; } }

@media only screen and (max-width: 1000px) { .content-page1__right { width: 500px; } }

@media only screen and (max-width: 760px) { .content-page1__right { width: auto; }
  .content-page1__right-first { -webkit-box-ordinal-group: 1; -webkit-order: 0; -ms-flex-order: 0; order: 0; }
  .content-page1__right-last { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; } }

.content-page1__left { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-basis: 30%; -ms-flex-preferred-size: 30%; flex-basis: 30%; }

.content-page1__title1 { color: #000; font-size: 45px; letter-spacing: -2px; padding-bottom: 47px; font-weight: 300; line-height: 140%; }

.content-page1__title1 span { color: #8A8A8A; font-weight: 200; }

@media only screen and (max-width: 1400px) { .content-page1__title1 { font-size: 35px; padding-bottom: 37px; } }

@media only screen and (max-width: 760px) { .content-page1__title1 { font-size: 22px; position: relative; letter-spacing: -1px; padding-bottom: 28px; } }

.fake-select1 { position: relative; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-basis: 30%; -ms-flex-preferred-size: 30%; flex-basis: 30%; }

.fake-select1.active .fake-select1__current { color: #000; }

.fake-select1.active .fake-select1__current i { color: #626262; }

.fake-select1.active .fake-select1__current:after { background: url("../img/i42.svg") no-repeat 0 0; background-size: 13px 12px; width: 13px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.fake-select1.active .fake-select1__drop { top: 100%; margin-top: 11px; }

@media only screen and (max-width: 760px) { .fake-select1.active .fake-select1__drop { margin-top: 10px; } }

.fake-select1__current { padding: 13px 20px 13px 20px; border-radius: 5px; border: 1px solid #5A5A5A; background: #FFF; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; gap: 10px; color: #626262; font-size: 16px; line-height: 24px; cursor: pointer; }

.fake-select1__current i { font-weight: 250; }

@media only screen and (max-width: 760px) { .fake-select1__current { padding: 11px 15px 11px 11px; border-radius: 5px; border: 1px solid #828282; background: #FFF; color: #000; font-size: 13px; line-height: 21px; gap: 2px; }
  .fake-select1__current i { color: #828282 !important; } }

.fake-select1__current i { font-style: normal; opacity: 0; }

.fake-select1__current:after { content: ''; background: url("../img/i12.svg") no-repeat 0 0; background-size: 13px 12px; width: 13px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.fake-select1__current.acc { color: #000; }

.fake-select1__current.acc span { color: #000; text-wrap: nowrap; }

.fake-select1__current.acc i { color: #626262; opacity: 1; }

.fake-select1__current.acc i:before { content: '('; }

.fake-select1__current.acc i:after { content: ')'; }

.fake-select1__drop { position: absolute; top: 100%; top: -9999px; left: 0; width: 491px; padding: 22px 20px; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; border-radius: 5px; border: 1px solid #CFCFCF; background: #FFF; z-index: 1; }

@media only screen and (max-width: 760px) { .fake-select1__drop { width: 316px !important; gap: 15px; padding: 15px; } }

.fake-select1__drop.small { width: 300px; }

.fake-select1__drop .content1 { margin-right: -14px; }

.fake-select1__drop-over { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 22px; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

@media only screen and (max-width: 760px) { .fake-select1__drop-over { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .fake-select1__drop-over label { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-basis: 45%; -ms-flex-preferred-size: 45%; flex-basis: 45%; } }

.fake-select1__drop-over.column { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.fake-select1__drop-over.column a { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-basis: 45%; -ms-flex-preferred-size: 45%; flex-basis: 45%; }

.fake-select1__label { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 7px; color: #626262; font-size: 16px; line-height: 24px; cursor: pointer; }

@media only screen and (max-width: 760px) { .fake-select1__label { font-size: 12px; line-height: 18px; } }

.fake-select1__label .jq-checkbox { background: url("../img/i40.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .fake-select1__label .jq-checkbox { background: url("../img/i61.svg") no-repeat 0 0; background-size: 18px 18px; width: 18px; height: 18px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.fake-select1__label .jq-checkbox.checked { background: url("../img/i41.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .fake-select1__label .jq-checkbox.checked { background: url("../img/i62.svg") no-repeat 0 0; background-size: 18px 18px; width: 18px; height: 18px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.fake-select1__label .jq-checkbox.checked + span { color: #000; }

.filter-block1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 15px; padding-bottom: 47px; }

.filter-block1.mod1 { padding-bottom: 40px; }

.filter-block1__line { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 15px; /*max-width: 750px;*/ }

@media only screen and (max-width: 1400px) { .filter-block1__line { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }

@media only screen and (max-width: 1000px) { .filter-block1__line { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .filter-block1__line .fake-select1 { -webkit-flex-basis: 45%; -ms-flex-preferred-size: 45%; flex-basis: 45%; } }

.filter-block1__line2 { max-width: 707px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 15px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.filter-block1__small-text { color: #8E8E8E; font-size: 14px; font-weight: 300; padding: 0 12px; }

.filter-block1__clear { padding: 13px 20px 13px 20px; border-radius: 5px; border: 1px solid #FF2241; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 30px; color: #FF2241; font-size: 16px; line-height: 24px; cursor: pointer; }

.filter-block1__clear:hover { text-decoration: underline; }

.filter-block1__clear:after { content: ''; background: url("../img/i32.svg") no-repeat 0 0; background-size: 9px 10px; width: 9px; height: 10px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 1400px) { .filter-block1__clear { gap: 20px; } }

.filter-block1__clear i { font-style: normal; }

@media only screen and (max-width: 1400px) { .filter-block1__clear i { width: 80px; } }

@media only screen and (max-width: 1000px) { .filter-block1__clear i { width: auto; } }

.filter-block1__hide { position: absolute; top: -9999px; left: 0; }

.filter-block1__hide.active { position: static; }

.filter-block1__hide-over { padding-top: 12px; max-width: 900px; }

.filter-block1__all-setting:not(.fake-select1) { width: 355px; padding: 13px 20px 13px 20px; border-radius: 5px; border: 1px solid #000; background: #FFF; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; gap: 10px; color: #000; font-size: 16px; line-height: 24px; cursor: pointer; }

@media only screen and (max-width: 1400px) { .filter-block1__all-setting:not(.fake-select1) { width: auto; } }

.filter-block1__all-setting:not(.fake-select1) i { font-weight: 250; font-style: normal; }

.filter-block1__all-setting:not(.fake-select1):after { content: ''; background: url("../img/i13.svg") no-repeat 0 0; background-size: 13px 12px; width: 13px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.list-tags1 { padding-bottom: 48px; }

@media only screen and (max-width: 760px) { .list-tags1 { margin: 0 -20px; padding: 0; margin-bottom: 24px; } }

.list-tags1.mod1 { padding: 0; }

.list-tags1-over { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 12px; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

@media only screen and (max-width: 760px) { .list-tags1-over { display: block; white-space: nowrap; padding-left: 20px; font-size: 0.01px; overflow-x: auto} }

.list-tags1-scroll .mCSB_container { opacity: 1 !important; }

.list-tags1-scroll .mCSB_container * { opacity: 1 !important; }

.list-tags1-scroll .mCSB_dragger { position: relative; height: 8px !important; margin-top: 7px; }

.list-tags1-scroll .mCSB_dragger * { opacity: 0 !important; }

.list-tags1-scroll .mCSB_dragger:before { position: absolute; top: 1px; bottom: 1px; left: 21px; right: 21px; display: block; content: ''; background: #5b5b5b; border-radius: 12px; }

.list-tags1-scroll .mCSB_draggerRail { border-radius: 0px; height: 8px !important; position: relative; background: none; }

.list-tags1-scroll .mCSB_draggerRail:before { position: absolute; top: 0; bottom: 0; left: 20px; right: 20px; display: block; content: ''; border-radius: 12px; background: #D0D0D0; }

.list-tags1__title { color: #FF2241; font-size: 14px; font-weight: 600; }

@media only screen and (max-width: 760px) { .list-tags1__title { font-size: 11px; line-height: 13.2px; display: inline-block; vertical-align: top; margin-right: 14px; } }

.list-tags1__title i { display: none; }

@media only screen and (max-width: 760px) { .list-tags1__title i { display: block; font-style: normal; }
  .list-tags1__title i b { display: block; } }

@media only screen and (max-width: 760px) { .list-tags1__title span { display: none; } }

.list-tags1 a { color: #545454; font-size: 14px; font-weight: 300; padding: 12px 20px; border-radius: 25px; background: #E3E3E3; }

.list-tags1 a:hover { background: #DEDEDE; }

@media only screen and (max-width: 760px) { .list-tags1 a { display: inline-block; vertical-align: top; margin-right: 7px; color: #FFF; font-size: 12px; font-weight: 300; padding: 9px 15px 9px 15px; border-radius: 25px; background: #7B7B7B !important; }
  .list-tags1 a:last-child { margin-right: 18px; } }

.sort-nav1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding-bottom: 80px; }

@media only screen and (max-width: 1400px) { .sort-nav1 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 20px; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } }

@media only screen and (max-width: 1000px) { .sort-nav1 { padding-bottom: 50px; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } }

.sort-nav1__right { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 7px; }

.sort-nav1__right div { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 7px; }

.sort-nav1__right a { padding: 12px 20px 14px 20px; border-radius: 5px; border: 1px solid #303030; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 10px; color: #6A6A6A; font-size: 16px; line-height: 24px; }

.sort-nav1__right a:before { content: ''; background: url("../img/i14.svg") no-repeat 0 0; background-size: 7px 10px; width: 7px; height: 10px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.sort-nav1__right a:hover { background: #ECECEC; }

.sort-nav1__right a.active { color: #fff; background: #292929; border-color: #292929; }

.sort-nav1__right a.active:before { background: url("../img/i15.svg") no-repeat 0 0; background-size: 12px 12px; width: 12px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.sort-nav1__text { padding-right: 17px; color: #8E8E8E; font-size: 14px; font-weight: 300; text-align: right; }

@media only screen and (max-width: 1400px) { .sort-nav1__text { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; text-align: left; padding: 0 0 0 17px; } }

@media only screen and (max-width: 1000px) { .sort-nav1__text { -webkit-box-ordinal-group: 1; -webkit-order: 0; -ms-flex-order: 0; order: 0; padding: 0 17px 0 0; } }

.sort-nav1__sorting .jq-selectbox { cursor: pointer; display: block !important; z-index: 0 !important; }

.sort-nav1__sorting .jq-selectbox.opened { z-index: 1 !important; }

.sort-nav1__sorting .jq-selectbox__select { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding: 12px 20px 14px 20px; border-radius: 5px; border: 1px solid #CFCFCF; background: #FFF; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; gap: 10px; color: #626262; font-size: 16px; line-height: 24px; width: 288px; }

.sort-nav1__sorting .jq-selectbox__select:before { content: ''; background: url("../img/i36.svg") no-repeat 0 0; background-size: 17px 18px; width: 17px; height: 18px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.sort-nav1__sorting .jq-selectbox__select:after { content: ''; background: url("../img/i37.svg") no-repeat 0 0; background-size: 13px 12px; width: 13px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; position: relative; top: 2px; }

.sort-nav1__sorting .jq-selectbox.opened .jq-selectbox__select:after { background: url("../img/i44.svg") no-repeat 0 0; background-size: 13px 12px; width: 13px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.sort-nav1__sorting .jq-selectbox__select-text { display: block; width: auto !important; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.sort-nav1__sorting .jq-selectbox__trigger { display: none; }

.sort-nav1__sorting .jq-selectbox__dropdown { position: absolute; left: 0; width: auto !important; right: 0; bottom: auto !important; top: 100%; margin-top: 11px; width: 288px; padding: 0 20px; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; border-radius: 5px; border: 1px solid #CFCFCF; background: #FFF; }

.sort-nav1__sorting .jq-selectbox ul { overflow: auto; padding: 22px 0; }

.sort-nav1__sorting .jq-selectbox li { padding-bottom: 22px; color: #626262; font-size: 16px; line-height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 7px; }

.sort-nav1__sorting .jq-selectbox li:last-child { padding: 0; }

.sort-nav1__sorting .jq-selectbox li:before { content: ''; background: url("../img/i38.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.sort-nav1__sorting .jq-selectbox li.sel { color: #000; }

.sort-nav1__sorting .jq-selectbox li.sel:before { background: url("../img/i39.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.sort-nav1__sorting .jq-selectbox li.selected, .sort-nav1__sorting .jq-selectbox li:hover { color: #000; }

.list-people1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 66px; padding-bottom: 66px; }

@media only screen and (max-width: 760px) { .list-people1 { gap: 56px; padding-bottom: 56px; margin: 0 -15px; } }

.list-people1.short { margin: 0 -20px; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 46px 0; }

@media only screen and (max-width: 760px) { .list-people1.short { margin: 0 -16px; gap: 22px 0; padding-bottom: 11px; } }

.list-people1.short .list-people1__item { -webkit-flex-basis: 33.3%; -ms-flex-preferred-size: 33.3%; flex-basis: 33.3%; padding: 0 20px 13px 20px; border: none; }

@media only screen and (max-width: 1200px) { .list-people1.short .list-people1__item { -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; } }

@media only screen and (max-width: 1000px) { .list-people1.short .list-people1__item { -webkit-flex-basis: 33.3%; -ms-flex-preferred-size: 33.3%; flex-basis: 33.3%; } }

@media only screen and (max-width: 760px) { .list-people1.short .list-people1__item { -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; padding: 0 4px 14px 4px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } }

.list-people1.short .list-people1__item:before { display: none; }

@media only screen and (max-width: 760px) { .list-people1.short .list-people1__slide-item { position: relative; height: 78.88vw !important; }
  .list-people1.short .list-people1__slide-item:after { display: block; } }

.list-people1.short .list-people1__right { display: none; }

.list-people1.short .list-people1__left { height: 400px; width: 100%; border-radius: 5px; }

@media only screen and (max-width: 760px) { 
  body:not(.short) .list-people1__left.hide-mobile { display: none; }
  .short .list-people1__gallery-mobile-over { display: none }
  .list-people1.short .list-people1__left { width: auto; height: 284px; height: 78.88vw; -webkit-transition: 0s; transition: 0s; background: none; width: 46.6vw; }
  .list-people1.short .list-people1__left:after { display: none; }
  .list-people1.short .list-people1__left .list-people1__slide:after { display: block; } }

/*.list-people1.short .list-people1__left .slick-dots { z-index: 1; }*/

.list-people1.short .list-people1__left-link { position: absolute; top: 0; bottom: -13px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; left: 0; right: 0; }

@media only screen and (max-width: 760px) { .list-people1.short .list-people1__left-youtube { background: url("../img/i101.svg") no-repeat 0 0; background-size: 28px 21px; width: 28px; height: 21px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; right: 9px; bottom: 18px; } }

.list-people1.short .list-people1__left-open { display: none; }

.list-people1.short .list-people1__left-price { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; position: absolute; bottom: -13px; left: 20px; padding: 5px 10px; border-radius: 5px 0px; background: #2400FF; color: #FFF; font-size: 11px; line-height: 16.5px; }

.list-people1.short .list-people1__left-title { position: absolute; bottom: 31px; left: 20px; right: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 8px; }

@media only screen and (max-width: 760px) { .list-people1.short .list-people1__left-title { bottom: 26px; left: 20px; right: 20px; gap: 8px; } }

.list-people1.short .list-people1__left-title span { color: #FFF; font-size: 28px; font-weight: 500; line-height: 28px; letter-spacing: -1px; }

@media only screen and (max-width: 760px) { .list-people1.short .list-people1__left-title span { font-size: 18px; font-weight: 500; line-height: 18px; letter-spacing: -0px; } }

.list-people1.short .list-people1__left-title p { color: #CFCFCF; font-size: 10px; text-transform: uppercase; }

.list-people1.short .list-people1__left-title p i { font-style: normal; }

.list-people1.short .list-people1__left-title p i:last-child { display: none; }

@media only screen and (max-width: 760px) { .list-people1.short .list-people1__left-title p { font-size: 8px; font-weight: 400; text-transform: uppercase; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 5px; }
  .list-people1.short .list-people1__left-title p i { display: none; }
  .list-people1.short .list-people1__left-title p i:last-child { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
  .list-people1.short .list-people1__left-title p:before { content: ''; background: url("../img/i100.svg") no-repeat 0 0; background-size: 8px 10px; width: 8px; height: 10px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.list-people1.short .list-people1__left-status { position: absolute; top: 9px; left: 0; padding: 4px 10px; border-radius: 0px 8px 8px 0px; background: #2400FF; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; color: #FFF; font-size: 11px; font-weight: 700; line-height: 16.5px; }

@media only screen and (max-width: 760px) { .list-people1.short .list-people1__left-status { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } }

.list-people1.short .list-people1__left-status.top { background: #ff8c22; }

.list-people1.short .list-people1__left-status.vip { background: #ff2241; }

.list-people1.short .list-people1__detect { display: none; }

@media only screen and (max-width: 760px) { .list-people1.short .list-people1__detect { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; top: 8px; right: 10px; left: auto; color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35); font-size: 8px; text-transform: uppercase; text-align: right; gap: 0px; width: 52px; line-height: 10px; bottom: auto; }
  .list-people1.short .list-people1__detect:before { display: none; } }

.list-people1.short .list-people1__favorite { top: 28px; right: 15px; }

@media only screen and (max-width: 760px) { .list-people1.short .list-people1__favorite { display: none; } }

.list-people1.short .list-people1__favorite3 { position: absolute; top: 72px; right: 19px; background: url("../img/i98.svg") no-repeat 0 0; background-size: 27px 25px; width: 27px; height: 25px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .list-people1.short .list-people1__favorite3 { display: none; } }

.list-people1.short .list-people1__favorite3:before { position: absolute; top: 0; left: 0; content: ''; background: url("../img/i99.svg") no-repeat 0 0; background-size: 27px 25px; width: 27px; height: 25px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; opacity: 0; }

.list-people1.short .list-people1__favorite3.active { background: none; }

.list-people1.short .list-people1__favorite3.active:before { opacity: 1; }

.list-people1__item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 40px; position: relative; }

@media only screen and (max-width: 1400px) { .list-people1__item { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding: 15px; border-radius: 5px; border: 1px solid #CFCFCF; } }

@media only screen and (max-width: 760px) { .list-people1__item { border: none; padding: 0; gap: 0px; z-index: 0 }
  .list-people1__item.red .list-people1__right { border-color: #ff2241; } }

.list-people1__item:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 5px; border: 1px solid #CFCFCF; box-sizing: border-box; }

@media only screen and (max-width: 1400px) { .list-people1__item:before { display: none; } }

.list-people1__item.red { border-color: #ff2241; }

.list-people1__item.red:before { border-color: #ff2241; }

.list-people1__left { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; width: 279px; position: relative; background: #333; border-radius: 5px; }

@media only screen and (max-width: 1400px) { .list-people1__left { height: 400px; } }

@media only screen and (max-width: 760px) { .list-people1__left { height: auto; width: auto; height: 270px; -webkit-transition: 0.2s linear; transition: 0.2s linear; border-radius: 5px; }
  .list-people1__left .slick-dots { margin-top: -50px; -webkit-transition: 0.2s linear; transition: 0.2s linear; }
  .list-people1__left:after { position: absolute; bottom: 0; left: 0; right: 0; display: block; content: ''; height: 141px; background: url(../img/g2.png); background-size: 100% 100%; }
  .list-people1__left.active { height: 140vw; }
  .list-people1__left.active .slick-dots { margin-top: 0; }
  .list-people1__left.active .list-people1__left-open:before { content: 'свернуть фото'; }
  .list-people1__left.active .list-people1__left-open:after { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); filter: progid:DXImageTransform.Microsoft.Matrix(M11=$m11, M12=$m12,M21=$m21, M22=$m22, sizingMethod='auto expand'); zoom: 1; } }

.list-people1__left-title, .list-people1__left-price, .list-people1__left-status { display: none; }

.list-people1__left-open { display: none; position: absolute; bottom: -13.5px; left: 0; right: 0; gap: 9px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; color: #FFF; font-size: 12px; font-weight: 300; line-height: 21.6px; text-transform: uppercase; z-index: 1; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding-top: 15px; }

@media only screen and (max-width: 760px) { .list-people1__left-open { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } }

.list-people1__left-open:before { content: 'развернуть фото'; }

.list-people1__left-open:after { content: ''; background: url("../img/i81.svg") no-repeat 0 0; background-size: 32px 33px; width: 32px; height: 33px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.list-people1__left-open span { position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: block; z-index: 1; cursor: pointer; }

.list-people1__left-open i { font-style: normal; position: absolute; top: 0; bottom: 13.5px; left: 0; right: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; cursor: pointer; z-index: 1; }

.list-people1__left-youtube { background: url("../img/i82.svg") no-repeat 0 0; background-size: 35px 27px; width: 35px; height: 27px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; display: none; position: absolute; bottom: 29px; right: 18px; z-index: 1; }

@media only screen and (max-width: 760px) { .list-people1__left-youtube { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } }

.list-people1__slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 5px; overflow: hidden; }

@media only screen and (max-width: 760px) { .list-people1__slide { position: relative; border-radius: 5px; } }

.list-people1__slide .slick-dots { position: absolute; top: 3px; left: 3px; right: 3px; }

.list-people1__slide .slick-dots ul { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; gap: 3px; width: 100%; }

.list-people1__slide .slick-dots li { height: 5px; border-radius: 5px; opacity: 0.8; background: #656565; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; position: relative; cursor: pointer; }

.list-people1__slide .slick-dots li span { display: none; }

.list-people1__slide .slick-dots li:before { position: absolute; top: -10px; bottom: -10px; left: 0; right: 0; content: ''; }

.list-people1__slide .slick-dots li.slick-active { background: #d9d9d9; }

.list-people1__slide-item { background-position: center; background-repeat: no-repeat; background-size: cover; overflow: hidden; }

.list-people1__slide-item img {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) translateZ(0);
  margin:auto;
}

.list-people1__slide-item:after { position: absolute; bottom: 0; left: 0; right: 0; display: block; content: ''; height: 239px; background: url(../img/g2.png); background-size: 100% 100%; }

@media only screen and (max-width: 760px) { .list-people1__slide-item:after { display: none; } }

@media only screen and (max-width: 760px) { .list-people1__slide-item { height: 140vw !important; } }

.list-people1__favorite { position: absolute; top: 32px; right: 20px; background: url("../img/i16.svg") no-repeat 0 0; background-size: 36px 31px; width: 36px; height: 31px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; color: #FF2241; font-size: 13px; font-weight: 700; line-height: 23.4px; text-transform: uppercase; padding-top: 3px; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

@media only screen and (max-width: 760px) { .list-people1__favorite { background: url("../img/i80.svg") no-repeat 0 0; background-size: 36px 32px; width: 36px; height: 32px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; top: 25px; right: 25px; } }

.list-people1__detect { position: absolute; bottom: 25px; left: 22px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 11px; color: #FFF; font-size: 12px; line-height: 21.6px; text-transform: uppercase; }

.list-people1__detect:before { content: ''; background: url("../img/i17.svg") no-repeat 0 0; background-size: 12px 11px; width: 12px; height: 11px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }


.list-people1__gallery-mobile-over { display: none; overflow: hidden; margin: 0 -5px; margin-top: -5px; position: relative; top: 5px; z-index: 1; }

@media only screen and (max-width: 760px) { .list-people1__gallery-mobile-over { display: block; } }

.list-people1__gallery-mobile-scroll { overflow: auto; padding-bottom: 50px; margin-top: -50px; position: relative; top: 50px; padding-left: 5px; white-space: nowrap; display: block; font-size: 0.01px; }

.list-people1__gallery-mobile-item { width: 240px; height: 320px; overflow:hidden; background-position: center; background-repeat: no-repeat; background-size: cover; display: inline-block; vertical-align: top; margin-right: 2px; position: relative; border-radius: 5px; }

.list-people1__gallery-mobile-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateZ(0);

}

.list-people1__gallery-mobile-item:last-child { margin-right: 5px; }

.list-people1__gallery-mobile-item .list-people1__favorite { top: 20px; right: 20px; }

.list-people1__gallery-mobile-item .list-people1__left-youtube { right: auto; bottom: 16px; left: 16px; }

@media only screen and (max-width: 760px) { 
	.list-people1:not(.short) .list-people1__detect { display: block; bottom: 10px; max-width: 30px;   z-index: 1; } 
	.list-people1:not(.short) .list-people1__detect:before { display:none; }
}

.list-people1__right { padding-top: 38px; padding: 38px 47px 0 0; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 36px; position: relative; }

@media only screen and (max-width: 1400px) { .list-people1__right { padding: 0; } }

@media only screen and (max-width: 760px) { .list-people1__right { border-radius: 5px; border: 1px solid #CECECE; padding: 28px 20px 0 20px; gap: 20px; } }

.list-people1__favorite2 { position: absolute; top: 45px; right: 35px; background: url("../img/i18.svg") no-repeat 0 0; background-size: 27px 25px; width: 27px; height: 25px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.list-people1__favorite2:hover { opacity: 0.8; }

.list-people1__favorite2.active { background-image: url("../img/i98.svg"); }

@media only screen and (max-width: 1400px) { .list-people1__favorite2 { top: 7px; right: auto; left: 0; } }

@media only screen and (max-width: 760px) { .list-people1__favorite2 { top: 32px; right: 27px; left: auto; background: url("../img/i83.svg") no-repeat 0 0; background-size: 23px 21px; width: 23px; height: 21px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; z-index: 1; } }

.list-people1__title1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 6px; }

@media only screen and (max-width: 1400px) { .list-people1__title1 { margin-left: 50px; } }

@media only screen and (max-width: 760px) { .list-people1__title1 { margin-left: 0; margin-right: 35px; }
  .list-people1__title1.vip { position: relative; padding-left:30px; }
  .list-people1__title1.vip span { padding-left: 29px; }
  .list-people1__title1.vip:before { position: absolute; top: 2px; left: -20px; display: block; padding: 4px 10px; border-radius: 0px 8px 8px 0px; background: #FF2241; content: 'VIP'; color: #FFF; font-size: 11px; font-weight: 700; line-height: 16.5px; } }

.list-people1__title1 .name_link { color: #000; font-size: 34px; font-weight: 500; line-height: 34px; letter-spacing: -1px; }

@media only screen and (min-width: 760px) { .list-people1__title1 .name_link {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 435px;
} }
@media only screen and (max-width: 760px) { .list-people1__title1 .name_link { font-size: 28px; font-weight: 500; line-height: 28px; letter-spacing: -1px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } }

.list-people1__title1 p { color: #939393; font-size: 14px; font-weight: 300; line-height: 25.2px; text-transform: uppercase; }

.list-people1__title1.red span, .list-people1__title1.red p { color: #ff2241; }

.list-people1__address { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 3px; }

@media only screen and (max-width: 760px) { .list-people1__address { gap: 5px; }
  .list-people1__address.mod1 .list-people1__address-item p { color: #000; } }

.list-people1__address-item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 12px; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.list-people1__address-item:before { content: ''; position: relative; top: 3px; }

.list-people1__address-item.icon1:before { background: url("../img/i19.svg") no-repeat 0 0; background-size: 18px 22px; width: 18px; height: 22px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .list-people1__address-item.icon1:before { background: url("../img/i84.svg") no-repeat 0 0; background-size: 13px 16px; width: 13px; height: 16px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.list-people1__address-item.icon2:before { background: url("../img/i20.svg") no-repeat 0 0; background-size: 21px 15px; width: 21px; height: 15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .list-people1__address-item.icon2:before { background: url("../img/i85.svg") no-repeat 0 0; background-size: 16px 12px; width: 16px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.list-people1__address-item p { color: #838383; font-size: 14px; line-height: 25.2px; /* text-transform: uppercase; */ }

@media only screen and (max-width: 760px) { .list-people1__address-item p { font-size: 11px; font-weight: 300; line-height: 19.8px; text-transform: uppercase; }
  .list-people1__address-item p b { width: 15px; display: inline-block; vertical-align: top; } }

.list-people1__address-item p a { color: #FE2F4C; text-decoration: underline; margin-left: 20px; }

@media only screen and (max-width: 760px) { .list-people1__address-item p a { margin: 0; display: inline-block; vertical-align: top; } }

.list-people1__address-item p a b { font-weight: 400; }

@media only screen and (max-width: 760px) { .list-people1__address-item p a b { display: none; } }

.list-people1__address-item p a:hover { text-decoration: none; }

.list-people1__address-item p i { font-style: normal; display: none; }

.list-people1__address-item p.active i { display: inline; }

.list-people1__address-item p.active a span { display: none; }

.list-people1__address-item p.active a:before { content: '← Свернуть'; }

.list-people1__over1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 28px; }

@media only screen and (max-width: 760px) { .list-people1__over1 { gap: 22px; } }

.list-people1__phone span { padding: 10px 22px 12px 22px; border-radius: 5px; background: #FFF; color: #4F4F4F; font-size: 16px; line-height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 15px; cursor: pointer; }

@media only screen and (max-width: 760px) { .list-people1__phone span { padding: 11px 17px 11px 16px; font-size: 12px; line-height: 15px; } }

.list-people1__phone span:hover { text-decoration: underline; }

.list-people1__phone span:before { content: ''; background: url("../img/i21.svg") no-repeat 0 0; background-size: 22px 16px; width: 22px; height: 16px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .list-people1__phone span:before { background: url("../img/i86.svg") no-repeat 0 0; background-size: 22px 16px; width: 22px; height: 16px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.list-people1__phone a { padding: 10px 0 12px 0; font-size: 20px; line-height: 24px; color: #000; display: none; }

@media only screen and (max-width: 760px) { .list-people1__phone a { line-height: 38px; padding: 0; } }

.list-people1__phone.active span { display: none; }

.list-people1__phone.active a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.list-people1__list-social { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 22px; }

.list-people1__list-social a { position: relative; }

.list-people1__list-social a:hover { opacity: 0.8; }

.list-people1__list-social a:before { position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; display: block; content: ''; }

.list-people1__list-social a.icon1 { background: url("../img/i22.svg") no-repeat 0 0; background-size: 27px 27px; width: 27px; height: 27px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .list-people1__list-social a.icon1 { background: url("../img/i87.svg") no-repeat 0 0; background-size: 19px 20px; width: 19px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.list-people1__list-social a.icon2 { background: url("../img/i23.svg") no-repeat 0 0; background-size: 27px 26px; width: 27px; height: 26px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .list-people1__list-social a.icon2 { background: url("../img/i88.svg") no-repeat 0 0; background-size: 20px 18px; width: 20px; height: 18px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.list-people1__list-social a.icon3 { background: url("../img/i24.svg") no-repeat 0 0; background-size: 27px 29px; width: 27px; height: 29px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .list-people1__list-social a.icon3 { background: url("../img/i89.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.list-people1__price { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 24px; }

@media only screen and (max-width: 760px) { .list-people1__price { gap: 8px; } }

.list-people1__price-item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 6px; }

@media only screen and (max-width: 760px) { .list-people1__price-item { gap: 3px; } }

.list-people1__price-item span { color: #555; font-size: 12px; font-weight: 300; line-height: 21.6px; text-transform: uppercase; }

@media only screen and (max-width: 760px) { .list-people1__price-item span { font-size: 10px; line-height: 18px; } }

.list-people1__price-item p { color: #000; font-size: 14px; font-weight: 300; line-height: 21px; padding: 5px 15px; border-radius: 5px; border: 1px solid #2400FF; }

@media only screen and (max-width: 760px) { .list-people1__price-item p { padding: 5px 10px; font-size: 13px; color: #2400FF; } }

.list-people1__over2 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 22px; margin-top: -25px; position: relative; top: 25px; }

@media only screen and (max-width: 1400px) { .list-people1__over2 { margin-top: 0; top: 0; } }

@media only screen and (max-width: 760px) { .list-people1__over2 { top: 20px; margin-top: -20px; } }

.list-people1__review { padding: 13.5px 22px; border-radius: 5px; border: 1px solid #CFCFCF; background: #F3F3F3; color: #676767; font-size: 16px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 10px; line-height: 18px; }

@media only screen and (max-width: 760px) { .list-people1__review { padding: 10px 16px; border-radius: 5px; border: 1px solid #CECECE; background: #F3F3F3; gap: 8px; } }

.list-people1__review:hover { text-decoration: underline; }

.list-people1__review:before { content: ''; background: url("../img/i25.svg") no-repeat 0 0; background-size: 20px 21px; width: 20px; height: 21px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .list-people1__review:before { background: url("../img/i90.svg") no-repeat 0 0; background-size: 15px 16px; width: 15px; height: 16px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.list-people1__view-link { color: #414141; font-size: 14px; height: 50px; padding: 13.5px 22px; border-radius: 5px; border: 1px solid #CFCFCF; background: #F3F3F3; line-height: 18px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.list-people1__view-link:hover { text-decoration: underline; }

@media only screen and (max-width: 760px) { .list-people1__view-link { height: 40px; padding: 0 16px; border-radius: 5px; background: #FFF; color: #242424; font-size: 14px; border: none; } }

.pagination1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }

.pagination1.mod1 { max-width: 800px; margin-bottom: 96px; }

@media only screen and (max-width: 1400px) { .pagination1.mod1 { gap: 0px; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; } }

@media only screen and (max-width: 760px) { .pagination1.mod1 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 12px; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; margin-bottom: 64px; } }

@media only screen and (max-width: 1400px) { .pagination1 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 20px; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } }

@media only screen and (max-width: 760px) { .pagination1 { gap: 12px; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; } }

.pagination1__show-more { padding: 12px 20px 14px 20px; border-radius: 5px; border: 1px solid #FF2241; color: #FF2241; color: #fff; font-size: 16px; font-weight: 500; line-height: 24px;  background: #ff2241; }

@media only screen and (max-width: 760px) { .pagination1__show-more { text-align: center; } }

.pagination1__show-more:hover { background: #ff2241; color: #fff; }

@media only screen and (max-width: 760px) { .pagination1__over { overflow: hidden; margin: 0 -20px; } }

@media only screen and (max-width: 760px) { .pagination1__scroll { padding-left: 20px; overflow: auto; padding-bottom: 50px; margin-top: -50px; position: relative; top: 50px; } }

.pagination1__list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 10px; padding-top: 7px; }

@media only screen and (max-width: 760px) { .pagination1__list { display: block; white-space: nowrap; font-size: 0.01px; } }

.pagination1__list a { color: #727272; font-size: 14px; font-weight: 500; min-width: 42px; padding: 0 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; height: 50px; border-radius: 3px; position: relative; border: 1px solid #DADADA; }

.pagination1__list a:hover { text-decoration: underline; }

@media only screen and (max-width: 1400px) { .pagination1__list a { min-width: 0; } }

@media only screen and (max-width: 1000px) { .pagination1__list a { min-width: 42px; } }

@media only screen and (max-width: 760px) { .pagination1__list a { display: inline-block; vertical-align: top; margin-right: 9px; line-height: 48px; text-align: center; }
  .pagination1__list a:last-child { margin-right: 20px; } }

.pagination1__list a:before { position: absolute; top: -8px; left: 50%; margin-left: -5px; content: ''; width: 0px; height: 0px; border-style: solid; border-width: 0 5px 7px 5px; border-color: transparent transparent #ff2241 transparent; display: none; }

.pagination1__list a:after { position: absolute; top: -6px; left: 50%; margin-left: -5px; content: ''; width: 0px; height: 0px; border-style: solid; border-width: 0 5px 7px 5px; border-color: transparent transparent #f3f3f3 transparent; display: none; }

.pagination1__list a.active { border-color: #ff2241; color: red; }

.pagination1__list a.active:before, .pagination1__list a.active:after { display: block; }

.pagination1__list span { color: #727272; font-size: 14px; font-weight: 500; height: 50px; line-height: 50px; }

@media only screen and (max-width: 760px) { .pagination1__list span { margin-right: 9px; } }

.title-icon1 { padding-bottom: 53px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 22px; color: #000; font-size: 30px; letter-spacing: -1px; }

.title-icon1:before { content: ''; background: url("../img/i26.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .title-icon1 { color: #000; font-size: 26px; letter-spacing: -1px; padding-bottom: 28px; } }

.list-text1 { border-radius: 5px; background: #FFF; padding: 8px 8px 8px 40px; position: relative; margin-bottom: 49px; }

@media only screen and (max-width: 760px) { .list-text1 { margin: 0 -15px 24px -15px; padding: 0; max-height: 350px; overflow: hidden; -webkit-transition: 0.5s; transition: 0.5s; }
  .list-text1.active { max-height: 3000px; }
  .list-text1.active .list-text1__open:before { background: url("../img/i94.svg") no-repeat 0 0; background-size: 32px 33px; width: 32px; height: 33px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

@media only screen and (max-width: 760px) { .list-text1__open { position: absolute; bottom: -2px; left: 0; cursor: pointer; right: 0; height: 76px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; z-index: 1; }
  .list-text1__open:before { content: ''; background: url("../img/i93.svg") no-repeat 0 0; background-size: 32px 33px; width: 32px; height: 33px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.list-text1:after { position: absolute; bottom: 0; left: 0; right: 16px; display: block; content: ''; height: 76px; background: url(../img/g3.png); background-size: 100% 100%; }

@media only screen and (max-width: 760px) { .list-text1:after { right: 0; } }

.text-message1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 30px; padding: 27px 0 72px 0; }

@media only screen and (max-width: 760px) { .text-message1 { padding: 25px 28px; gap: 20px; } }

.text-message1__item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 6px; font-size: 16px; line-height: 24px; color: #000; font-weight: 250; }

.text-message1__item span { color: #9D9D9D; font-weight: 400; }

.text-message1__item a { color: #000; text-decoration: underline; }

.text-message1__item a:hover { text-decoration: none; }

@media only screen and (max-width: 760px) { .text-message1__item { font-size: 14px; line-height: 21px; } }

.content1, .scroll-dropdown { max-height: 500px; }

@media only screen and (max-width: 760px) { .content1 { max-height: none; } }

.content1 .mCSB_container { margin-right: 28px; opacity: 1 !important; }

.content1 .mCSB_container * { opacity: 1 !important; }

.content1 .mCSB_dragger { margin-left: 8px; width: 8px; border-radius: 12px; background: #5B5B5B; }

.content1 .mCSB_dragger * { opacity: 0 !important; }

.content1 .mCSB_draggerRail { border-radius: 0px; width: 8px; border-radius: 12px; background: #E1E1E1; margin-right: 0; }

.add-announcement1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 31px; padding-bottom: 80px; }

@media only screen and (max-width: 760px) { .add-announcement1 { gap: 26px; padding-bottom: 36px; } }

.add-announcement1__title { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 33px; }

@media only screen and (max-width: 760px) { .add-announcement1__title { gap: 22px; } }

.add-announcement1__title-text { color: #000; font-size: 22px; font-weight: 700; letter-spacing: -1px; text-transform: uppercase; }

@media only screen and (max-width: 760px) { .add-announcement1__title-text { font-size: 18px; font-weight: 700; letter-spacing: -1px; text-transform: uppercase; } }

.add-announcement1__title-quote { position: relative; }

.add-announcement1__title-quote-current { background: url("../img/i27.svg") no-repeat 0 0; background-size: 19px 20px; width: 19px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; cursor: pointer; }

.add-announcement1__title-quote:hover .add-announcement1__title-drop { top: -22px; left: 36px; }

@media only screen and (max-width: 1820px) { .add-announcement1__title-quote:hover .add-announcement1__title-drop { left: auto; right: 36px; } }

@media only screen and (max-width: 760px) { .add-announcement1__title-quote:hover .add-announcement1__title-drop { top: -9999px; left: -9999px; } }

.add-announcement1__title-quote.active .add-announcement1__title-drop { top: -22px; left: 36px; }

@media only screen and (max-width: 1820px) { .add-announcement1__title-quote.active .add-announcement1__title-drop { left: auto; right: 36px; } }

@media only screen and (max-width: 760px) { .add-announcement1__title-quote.active .add-announcement1__title-drop { left: auto !important; right: 36px !important; } }

.add-announcement1__title-drop { position: absolute; top: -22px; top: -9999px; left: -9999px; width: 260px; padding: 25px 30px 27px 30px; border-radius: 5px; border: 1px solid #CFCFCF; background: #FFF; padding: 25px 30px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 10px; }

.add-announcement1__title-drop:before { position: absolute; top: 25px; left: -11px; display: block; background: url("../img/i29.svg") no-repeat 0 0; background-size: 13px 13px; width: 13px; height: 13px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; content: ''; }

@media only screen and (max-width: 1820px) { .add-announcement1__title-drop:before { left: auto; right: -11px; -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); filter: progid:DXImageTransform.Microsoft.Matrix(M11=$m11, M12=$m12,M21=$m21, M22=$m22, sizingMethod='auto expand'); zoom: 1; } }

.add-announcement1__title-drop i { position: absolute; top: 20px; right: 20px; cursor: pointer; background: url("../img/i28.svg") no-repeat 0 0; background-size: 10px 10px; width: 10px; height: 10px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.add-announcement1__title-drop i:before { position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; display: block; content: ''; }

.add-announcement1__title-drop span { color: #3A3A3A; font-size: 22px; line-height: 33px; letter-spacing: -1px; }

.add-announcement1__title-drop p { color: #3A3A3A; font-size: 16px; font-weight: 250; line-height: 24px; }

.add-announcement1__textarea { border-radius: 5px; background: #FFF; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding-bottom: 34px; }

@media only screen and (max-width: 760px) { .add-announcement1__textarea { padding-bottom: 18px; } }

.add-announcement1__textarea textarea { display: block; width: 100%; height: 285px; padding: 35px 40px; color: #000; font-size: 16px; font-weight: 250; line-height: 24px; }

@media only screen and (max-width: 760px) { .add-announcement1__textarea textarea { height: 188px; padding: 18px 23px; } }

.add-announcement1__textarea ::-webkit-input-placeholder { opacity: 1; color: #9C9C9C; }

.add-announcement1__textarea ::-moz-placeholder { opacity: 1; color: #9C9C9C; }

.add-announcement1__textarea :-ms-input-placeholder { opacity: 1; color: #9C9C9C; }

.add-announcement1__textarea :-moz-placeholder { opacity: 1; color: #9C9C9C; }

.add-announcement1__textarea span { text-align: right; padding-right: 40px; color: #9C9C9C; font-size: 16px; line-height: 24px; }

@media only screen and (max-width: 760px) { .add-announcement1__textarea span { padding-right: 23px; } }

.add-announcement1__textarea span b { font-weight: 400; }

.add-announcement1__textarea span i { font-style: normal; }

.add-announcement1__submit { padding: 12px 20px 14px 20px; border-radius: 5px; border: 1px solid #FF2241; color: #FF2241; font-size: 16px; line-height: 24px; -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; }

.add-announcement1__submit:hover { background: #ff2241; color: #fff; }

.carousel2 { margin: 0 -20px; position: relative; margin-bottom: 40px; }

@media only screen and (max-width: 1000px) { .carousel2-over { max-width: 500px; position: relative; } }

@media only screen and (max-width: 760px) { .carousel2-over { max-width: none; } }

@media only screen and (max-width: 1000px) { .carousel2 { margin-left: 20px; margin-right: 0; } }

@media only screen and (max-width: 760px) { .carousel2 { margin-left: -17.5px; margin-bottom: 58px; width: 350px; }
  .carousel2 .slick-list { overflow: visible !important; } }

.carousel2 .prev { position: absolute; top: 154px; left: -33px; z-index: 1; cursor: pointer; background: url("../img/i11.svg") no-repeat 0 0; background-size: 23px 27px; width: 23px; height: 27px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 1400px) { .carousel2 .prev { left: -13px; display: none !important; } }

@media only screen and (max-width: 1000px) { .carousel2 .prev { display: block !important; left: -23px; } }

@media only screen and (max-width: 760px) { .carousel2 .prev { display: none !important; } }

.carousel2 .prev:hover { opacity: 0.9; }

.carousel2 .prev:before { position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; display: block; content: ''; }

.carousel2 .next { position: absolute; top: 154px; right: -33px; z-index: 1; cursor: pointer; background: url("../img/i11.svg") no-repeat 0 0; background-size: 23px 27px; width: 23px; height: 27px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); filter: progid:DXImageTransform.Microsoft.Matrix(M11=$m11, M12=$m12,M21=$m21, M22=$m22, sizingMethod='auto expand'); zoom: 1; }

@media only screen and (max-width: 1400px) { .carousel2 .next { right: auto; left: -10px; } }

@media only screen and (max-width: 1000px) { .carousel2 .next { left: auto; right: -23px; } }

@media only screen and (max-width: 760px) { .carousel2 .next { display: none !important; } }

.carousel2 .next:hover { opacity: 0.9; }

.carousel2 .next:before { position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; display: block; content: ''; }

.carousel2__item { padding: 0 20px; }

@media only screen and (max-width: 1000px) { .carousel2__item { padding: 0 10px; } }

@media only screen and (max-width: 760px) { .carousel2__item { padding: 2.5px; } }

.people-card2 { position: relative; padding-bottom: 13px; }

@media only screen and (max-width: 760px) { .people-card2 { padding-bottom: 14px; } }

.people-card2:hover .people-card2__foto { opacity: 0.95; }

.people-card2__foto { position: relative; border-radius: 4px; height: 332px; background-position: center; background-repeat: no-repeat; background-size: cover; }

@media only screen and (max-width: 760px) { .people-card2__foto { height: 78.88vw; } }

.people-card2__foto:before { position: absolute; bottom: 0; left: 0; right: 0; display: block; content: ''; height: 223px; background: url(../img/g2.png); background-size: 100% 100%; }

.people-card2__price { position: absolute; bottom: -13px; left: 20px; padding: 5px 10px; border-radius: 5px; background: #2400FF; color: #FFF; font-size: 11px; line-height: 16.5px; }

@media only screen and (max-width: 760px) { .people-card2__price { bottom: -14px; } }

@media only screen and (max-width: 760px) { .people-card2__youtube { position: absolute; right: 9px; bottom: 32px; background: url("../img/i92.svg") no-repeat 0 0; background-size: 28px 21px; width: 28px; height: 21px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.people-card2__detect { position: absolute; top: 8px; right: 10px; color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35); font-size: 8px; text-transform: uppercase; text-align: right; display: none; }

@media only screen and (max-width: 760px) { .people-card2__detect { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } }

.people-card2__title { position: absolute; bottom: 45px; left: 20px; right: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 8px; }

@media only screen and (max-width: 760px) { .people-card2__title { bottom: 26px; left: 20px; right: 42px; } }

.people-card2__title span { color: #FFF; font-size: 28px; font-weight: 500; line-height: 28px; letter-spacing: -1px; }

@media only screen and (max-width: 760px) { .people-card2__title span { font-size: 18px; font-weight: 500; line-height: 18px; letter-spacing: -0px; } }

.people-card2__title p { color: #CFCFCF; font-size: 10px; text-transform: uppercase; }

@media only screen and (max-width: 760px) { .people-card2__title p { font-size: 8px; font-weight: 400; text-transform: uppercase; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 5px; }
  .people-card2__title p:before { content: ''; background: url("../img/i91.svg") no-repeat 0 0; background-size: 8px 9px; width: 8px; height: 9px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; position: relative; top: 1px; } }

.people-card2__status { position: absolute; top: 29px; left: 0; color: #FFF; font-size: 11px; font-weight: 700; line-height: 16.5px; width: 39px; height: 24px; border-radius: 0px 5px 5px 0px; background: #FF2241; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

@media only screen and (max-width: 760px) { .people-card2__status { top: 9px; } }

.people-card2__status.new { background: #2400ff; }

.people-card2__status.top { background: #ff8c22; }

.people-card2__link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.people-card2__date { color: #CFCFCF; font-size: 10px; text-transform: uppercase; padding: 35px 0 0 20px; }

@media only screen and (max-width: 760px) { .people-card2__date { display: none; } }

.title-icon2 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 22px; color: #000; font-size: 29px; letter-spacing: -1px; padding-bottom: 40px; }

.title-icon2:before { content: ''; background: url("../img/i30.svg") no-repeat 0 0; background-size: 22px 22px; width: 22px; height: 22px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .title-icon2 { padding-bottom: 32px; font-size: 32px; font-weight: 500; line-height: 32px; letter-spacing: -1px; gap: 0px; }
  .title-icon2:before { display: none; } }

.see-new-profiles1 { padding: 12px 20px 14px 20px; border-radius: 5px; border: 1px solid #FF2241; color: #FF2241; font-size: 16px; line-height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; margin-bottom: 80px; }

.see-new-profiles1-over { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.see-new-profiles1:hover { background: #ff2241; color: #fff; }

.title-side1 { color: #000; font-size: 30px; letter-spacing: -1px; padding-bottom: 38px; line-height: 30pt; }

@media only screen and (max-width: 760px) { .title-side1 { font-size: 26px; font-weight: 400; letter-spacing: -1px; padding-bottom: 21px; line-height: 30px; } }

.list-review1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 22px; padding-bottom: 22px; }

@media only screen and (max-width: 760px) { .list-review1 { gap: 8px; padding-bottom: 36px; margin-right: -20px; margin-left: -15px; } }

.list-review1__item { padding: 30px; border-radius: 5px; background: #FFF; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; gap: 20px; }

@media only screen and (max-width: 760px) { .list-review1__item { padding: 25px 20px 25px 25px; border-radius: 5px 0 0 5px; } }

.list-review1__foto { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 15px; width: 70px; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; }

.list-review1__foto-content { height: 107px; background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 4px; position: relative; overflow: hidden; }

.list-review1__foto-content:after { position: absolute; bottom: 0; left: 0; right: 0; display: block; content: ''; height: 60px; background: url(../img/g2.png); background-size: 100% 100%; }

.list-review1__link { color: #FF2241; font-size: 14px; -webkit-text-decoration-line: underline; text-decoration-line: underline; text-transform: uppercase; }

.list-review1__link:hover { text-decoration: none; }

.list-review1__left { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 262px; }

.list-review1__title { padding-bottom: 5px; font-size: 16px; line-height: 21px; letter-spacing: -0px; color: #A5A5A5; font-weight: 250; }

.list-review1__title a { color: #313131; text-decoration: underline; font-weight: 500; display: inline-block; vertical-align: top; }

.list-review1__title a:hover { text-decoration: none; }

.list-review1__title span { font-weight: 400; }

@media only screen and (max-width: 760px) { .list-review1__title { padding-bottom: 8px; } }

.list-review1__date { color: #787878; font-size: 16px; font-weight: 250; line-height: 16px; letter-spacing: -0px; padding-bottom: 24px; }

@media only screen and (max-width: 760px) { .list-review1__date { padding-bottom: 12px; } }

.list-review1__text { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 10px; color: #313131; font-size: 16px; line-height: 24px; }

@media only screen and (max-width: 760px) { .list-review1__text { font-size: 14px; line-height: 21px; } }

.view-all-review1 { padding: 12px 20px 14px 20px; border-radius: 5px; border: 1px solid #FF2241; color: #FF2241; font-size: 16px; line-height: 24px; -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; }

@media only screen and (max-width: 760px) { .view-all-review1 { width: 100%; text-align: center; } }

.view-all-review1:hover { background: #ff2241; color: #fff; }

.main-text1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 40px; padding-bottom: 80px; }

.main-text1__title { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 22px; color: #434343; font-size: 30px; letter-spacing: -1px; }

.main-text1__title:before { content: ''; background: url("../img/i31.svg") no-repeat 0 0; background-size: 22px 23px; width: 22px; height: 23px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.main-text1 p { color: #434343; font-size: 18px; font-weight: 250; line-height: 30.6px; }

@media only screen and (max-width: 1000px) { .main-text1 p { font-size: 17px; line-height: 28px; } }

.main-text1 p a { color: #FF2241; -webkit-text-decoration-line: underline; text-decoration-line: underline; }

.main-text1 p a:hover { text-decoration: none; }

.footer { padding: 61px 0 78px 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 194px; border-top: 2px solid #eaeaea; }

@media only screen and (max-width: 1400px) { .footer { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; gap: 40px; } }

.footer__logo img { width: 355px; }

.footer__logo img:last-child { display: none; }

.footer__menu { max-width: 430px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 20px 26px; }

@media only screen and (max-width: 1400px) { .footer__menu { max-width: none; } }

.footer__menu-item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.footer__menu-item a { color: #000; font-size: 16px; line-height: 24px; }

.footer__menu-item a.main { background: url("../img/i1.svg") no-repeat 0 0; background-size: 16px 18px; width: 16px; height: 18px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.footer__right { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }

.footer__up { padding: 12px 20px 14px 20px; border-radius: 5px; border: 1px solid #FF2241; color: #FF2241; font-size: 16px; font-weight: 500; line-height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; cursor: pointer; }

.footer__up:hover { background: #ff2241; color: #fff; }

.filter-hide1 { margin-right: 22px; position: relative; border-radius: 5px; background: #E6E6E6; padding: 10px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 12px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.filter-hide1:before { position: absolute; top: -12px; left: 170px; display: block; content: ''; background: url("../img/i43.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 1400px) { .filter-hide1:before { left: 15px; } }

.filter-hide1 .fake-select1__current { border-color: #cfcfcf; }

.filter-hide1__over { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 12px; }

@media only screen and (max-width: 1400px) { .filter-hide1__over { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }

.filter-hide1__close { position: absolute; top: 0; right: -22px; cursor: pointer; background: url("../img/i33.svg") no-repeat 0 0; background-size: 32px 32px; width: 32px; height: 32px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.filter-hide1__close:hover { opacity: 0.8; }

.filter-hide1__left { width: 251px; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 12px; }

@media only screen and (max-width: 1400px) { .filter-hide1__left { width: auto; } }

@media only screen and (max-width: 1000px) { .filter-hide1__left { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .filter-hide1__left .fake-select1 { -webkit-flex-basis: 45%; -ms-flex-preferred-size: 45%; flex-basis: 45%; } }

.filter-hide1__right { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 12px; }

.filter-hide1__bottom { width: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 12px; }

@media only screen and (max-width: 1400px) { .filter-hide1__bottom .fake-select1 { -webkit-flex-basis: 30%; -ms-flex-preferred-size: 30%; flex-basis: 30%; } }

.filter-hide1__bottom .fake-select1:first-child { -webkit-flex-basis: 251px; -ms-flex-preferred-size: 251px; flex-basis: 251px; }

@media only screen and (max-width: 1400px) { .filter-hide1__bottom .fake-select1:first-child { -webkit-flex-basis: 30%; -ms-flex-preferred-size: 30%; flex-basis: 30%; } }

.filter-hide1__block { padding: 22px 20px; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; border-radius: 5px; border: 1px solid #CFCFCF; background: #FFF; }

@media only screen and (max-width: 1000px) { .filter-hide1__block { width: 100%; } }

.filter-hide1__check { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 22px; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.filter-hide1__check-label { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 7px; color: #626262; font-size: 16px; line-height: 24px; cursor: pointer; }

.filter-hide1__check-label span i { font-style: normal; }

.filter-hide1__check-label .jq-radio { background: url("../img/i34.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.filter-hide1__check-label .jq-radio.checked { background: url("../img/i35.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.filter-hide1__check-label .jq-radio.checked + span { color: #000; }

.filter-hide1__block2 { padding: 22px 20px; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; border-radius: 5px; border: 1px solid #CFCFCF; background: #FFF; }

.filter-hide1__check2 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 22px 10px; }

.filter-hide1__check2-label { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-basis: 45%; -ms-flex-preferred-size: 45%; flex-basis: 45%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 7px; color: #626262; font-size: 14px; line-height: 24px; cursor: pointer; }

.filter-hide1__check2-label span i { font-style: normal; }

.filter-hide1__check2-label .jq-radio, .filter-hide1__check2-label .jq-checkbox { background: url("../img/i34.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.filter-hide1__check2-label .jq-radio.checked, .filter-hide1__check2-label .jq-checkbox.checked { background: url("../img/i35.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.filter-hide1__check2-label .jq-radio.checked + span, .filter-hide1__check2-label .jq-checkbox.checked + span { color: #000; }

.mobile-header1 { margin-bottom: 28px; background-color: #730f1d; background-image: -webkit-linear-gradient(#730f1d, #e51e3a); background-image: linear-gradient(#730f1d, #e51e3a); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#730f1d', endColorstr='#e51e3a',GradientType=0); position: relative; }

.mobile-header1:before { position: absolute; top: 14px; right: 2px; display: block; content: ''; background: url("../img/i48.svg") no-repeat 0 0; background-size: 218px 155px; width: 218px; height: 155px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.mobile-header1__top { padding: 23.5px 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: relative; }

.mobile-header1__menu-button { background: url("../img/i45.svg") no-repeat 0 0; background-size: 17px 15px; width: 17px; height: 15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; cursor: pointer; position: relative; }

.mobile-header1__menu-button:before { position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; display: block; content: ''; }

.mobile-header1__logo img { width: 202px; }

.mobile-header1__right { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 15px; }

.mobile-header1__search { position: relative; }

.mobile-header1__search-current { background: url("../img/i46.svg") no-repeat 0 0; background-size: 19px 19px; width: 19px; height: 19px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; cursor: pointer; position: relative; }

.mobile-header1__search-current:before { position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; display: block; content: ''; }

.mobile-header1__favorite { background: url("../img/i47.svg") no-repeat 0 0; background-size: 20px 19px; width: 20px; height: 19px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; position: relative; }

.mobile-header1__favorite span { position: absolute; top: -10px; right: -10px; width: 15px; height: 15px; background: #2400FF; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; border-radius: 15px; color: #FFF; font-size: 8px; font-weight: 300; }

.mobile-header1__bottom { overflow: hidden; position: relative; }

.mobile-header1__bottom:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; content: ''; background: rgba(116, 16, 30, 0.4); }

.mobile-header1__scroll { overflow: auto; padding-left: 20px; position: relative; padding-bottom: 50px; margin-top: -50px; top: 50px; }

.mobile-header1__menu { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 18px; white-space: nowrap; padding: 15px 0; }

.mobile-header1__menu-item:last-child { padding-right: 20px; }

.mobile-header1__menu-item a { color: #FFF; font-size: 14px; line-height: 21px; }

.show-filter-button1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 14px; padding-bottom: 26px; color: #000; font-size: 14px; font-weight: 300; line-height: 19.6px; text-transform: uppercase; cursor: pointer; }

.show-filter-button1:before { content: ''; background: url("../img/i49.svg") no-repeat 0 0; background-size: 23px 22px; width: 23px; height: 22px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.sort-nav2 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 8px; margin-bottom: 30px; }

.sort-nav2 .jq-selectbox { cursor: pointer; display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; z-index: 0 !important; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-basis: 45%; -ms-flex-preferred-size: 45%; flex-basis: 45%; }

.sort-nav2 .jq-selectbox.opened { z-index: 1 !important; }

.sort-nav2 .jq-selectbox__select { padding: 0 12px; border-radius: 5px; height: 44px; border: 1px solid #C0C0C0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; color: #676767; font-size: 12px; line-height: 18px; gap: 10px; width: 100%; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; }

.sort-nav2 .jq-selectbox__select:before { content: ''; background: url("../img/i50.svg") no-repeat 0 0; background-size: 16px 16px; width: 16px; height: 16px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.sort-nav2 .jq-selectbox.opened .jq-selectbox__select { background: #fff; color: #000; }

.sort-nav2 .jq-selectbox__select-text { display: block; width: auto !important; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.sort-nav2 .jq-selectbox__trigger { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }

.sort-nav2 .jq-selectbox__trigger:after { content: ''; background: url("../img/i51.svg") no-repeat 0 0; background-size: 13px 12px; width: 13px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; position: relative; top: 1px; }

.sort-nav2 .jq-selectbox__dropdown { position: absolute; left: 0; width: auto !important; right: 0; bottom: auto !important; border-radius: 5px; border: 1px solid #CFCFCF; background: #FFF; top: 100%; margin-top: 6px; }

.sort-nav2 .jq-selectbox ul { padding: 18px 22px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 14px; color: #878787; font-size: 14px; line-height: 21px; }

.sort-nav2 .jq-selectbox li { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 10px; }

.sort-nav2 .jq-selectbox li:before { content: ''; background: url("../img/i38.svg") no-repeat 0 0; background-size: 16px 16px; width: 16px; height: 16px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.sort-nav2 .jq-selectbox li.sel, .sort-nav2 .jq-selectbox li:hover { color: #000; }

.sort-nav2 .jq-selectbox li.sel:before, .sort-nav2 .jq-selectbox li:hover:before { background: url("../img/i39.svg") no-repeat 0 0; background-size: 16px 16px; width: 16px; height: 16px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.fake-select2 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-basis: 45%; -ms-flex-preferred-size: 45%; flex-basis: 45%; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; position: relative; z-index: 1; }

.fake-select2.active .fake-select2__drop { top: 100%; }

.fake-select2.active .fake-select2__current { background: #fff; color: #000; }

.fake-select2__current { padding: 0 12px; border-radius: 5px; height: 44px; border: 1px solid #C0C0C0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; color: #676767; font-size: 12px; line-height: 18px; gap: 8px; cursor: pointer; width: 100%; }

.fake-select2__current:before { content: ''; }

.fake-select2__current.icon1:before { background: url("../img/i54.svg") no-repeat 0 0; background-size: 19px 17px; width: 19px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.fake-select2__current.icon2:before { background: url("../img/i53.svg") no-repeat 0 0; background-size: 19px 17px; width: 19px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.fake-select2__current:after { content: ''; background: url("../img/i51.svg") no-repeat 0 0; background-size: 13px 12px; width: 13px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; position: relative; top: 1px; }

.fake-select2__drop { position: absolute; top: 100%; right: 0; margin-top: 6px; width: 226px; padding: 18px 22px; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; border-radius: 5px; border: 1px solid #CFCFCF; background: #FFF; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 14px; top: -9999px; }

.fake-select2__drop-item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 10px; color: #878787; font-size: 14px; line-height: 21px; cursor: pointer; }

.fake-select2__drop-item:before { content: ''; background: url("../img/i52.svg") no-repeat 0 0; background-size: 16px 17px; width: 16px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.fake-select2__drop-item:after { background: url("../img/i53.svg") no-repeat 0 0; background-size: 19px 17px; width: 19px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; content: ''; opacity: 0.6; }

.fake-select2__drop-item.icon1:after { background: url("../img/i54.svg") no-repeat 0 0; background-size: 19px 17px; width: 19px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; margin-left: 4px; }

.fake-select2__drop-item.active { color: #000; }

.fake-select2__drop-item.active:before { background: url("../img/i55.svg") no-repeat 0 0; background-size: 16px 17px; width: 16px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.filter-mobile1 { z-index: 10; position: fixed; top: 0; height: 100%; left: 0; width: 100%; left: -9999px; height: 0; overflow: hidden; background: #F3F3F3; padding: 23px 6px; }

.filter-mobile1.active { left: 0; height: 100%; overflow: auto; z-index: 999999;  }

.filter-mobile1__over { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 23px; }

.filter-mobile1__top { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding: 0 10px 0 12px; }

.filter-mobile1__top-title { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 12px; color: #000; font-size: 12px; font-weight: 300; line-height: 16.8px; text-transform: uppercase; }

.filter-mobile1__top-title:before { content: ''; background: url("../img/i56.svg") no-repeat 0 0; background-size: 29px 27px; width: 29px; height: 27px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.filter-mobile1__close { color: #FF2241; font-size: 10px; line-height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 15px; width: 109px; height: 40px; cursor: pointer; border-radius: 5px; border: 1px solid #FF2241; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.filter-mobile1__close:after { content: ''; background: url("../img/i57.svg") no-repeat 0 0; background-size: 14px 13px; width: 14px; height: 13px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.filter-mobile1__close2 { background: url("../img/i58.svg") no-repeat 0 0; background-size: 14px 13px; width: 14px; height: 13px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; position: relative; top: -13px; cursor: pointer; }

.filter-mobile1__close2:before { position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; display: block; content: ''; }

.filter-mobile1__block1 { padding: 22px 15px; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; border-radius: 5px; border: 1px solid #CFCFCF; background: #FFF; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 22px; }

.filter-mobile1__check { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.filter-mobile1__check-label { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 7px; color: #828282; font-size: 14px; cursor: pointer; line-height: 21px; }

.filter-mobile1__check-label .jq-radio { background: url("../img/i59.svg") no-repeat 0 0; background-size: 20px 21px; width: 20px; height: 21px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.filter-mobile1__check-label .jq-radio.checked { background: url("../img/i60.svg") no-repeat 0 0; background-size: 20px 21px; width: 20px; height: 21px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.filter-mobile1__check-label .jq-radio.checked + span { color: #000; }

.filter-mobile1__list-select { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 10px; }

.filter-mobile1__list-select .fake-select1 { -webkit-flex-basis: 45%; -ms-flex-preferred-size: 45%; flex-basis: 45%; }

.filter-mobile1__list-select .fake-select1:nth-child(2n+2) .fake-select1__drop { left: auto; right: 0; }

.filter-mobile1__title1 { color: #5F5F5F; font-size: 22px; letter-spacing: -1px; padding-left: 20px; }

.filter-mobile1__check2 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 12px; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.filter-mobile1__check2.more { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; margin-right: -10px; }

.filter-mobile1__check2.more .filter-mobile1__check2-label { -webkit-flex-basis: 45%; -ms-flex-preferred-size: 45%; flex-basis: 45%; font-size: 12px; }

.filter-mobile1__check2-label { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 7px; color: #828282; cursor: pointer; font-size: 13px; line-height: 21px; }

.filter-mobile1__check2-label i { color: #828282; font-style: normal; }

.filter-mobile1__check2-label .jq-checkbox { background: url("../img/i63.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.filter-mobile1__check2-label .jq-checkbox.checked { background: url("../img/i64.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.filter-mobile1__check2-label .jq-checkbox.checked + span { color: #000; }

.filter-mobile1__list-radio { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 5px; }

.filter-mobile1__list-radio-line { padding: 16px 15px; border-radius: 5px; border: 1px solid #CFCFCF; background: #FFF; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 15px; }

.filter-mobile1__list-radio-label { cursor: pointer; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 7px; color: #828282; font-size: 14px; line-height: 21px; }

.filter-mobile1__list-radio-label i { font-style: normal; }

.filter-mobile1__list-radio-label .jq-radio { background: url("../img/i65.svg") no-repeat 0 0; background-size: 20px 21px; width: 20px; height: 21px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.filter-mobile1__list-radio-label .jq-radio.checked { background: url("../img/i66.svg") no-repeat 0 0; background-size: 20px 21px; width: 20px; height: 21px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.filter-mobile1__list-radio-label .jq-radio.checked + span { color: #000; }

.filter-mobile1__list-radio-label .jq-radio.checked + span i { color: #828282; }

.filter-mobile1__list-radio2 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 22px; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.filter-mobile1__list-radio2-label { cursor: pointer; -webkit-flex-basis: 45%; -ms-flex-preferred-size: 45%; flex-basis: 45%; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 7px; color: #909090; font-size: 14px; line-height: 21px; }

.filter-mobile1__list-radio2-label .jq-radio { background: url("../img/i67.svg") no-repeat 0 0; background-size: 20px 21px; width: 20px; height: 21px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.filter-mobile1__list-radio2-label .jq-radio.checked { background: url("../img/i68.svg") no-repeat 0 0; background-size: 20px 21px; width: 20px; height: 21px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.filter-mobile1__button { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 12px; padding: 0 8px; }

.filter-mobile1__close3 { background: url("../img/i70.svg") no-repeat 0 0; background-size: 62px 65px; width: 62px; height: 65px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; cursor: pointer; }

.filter-mobile1__submit { height: 65px; border-radius: 5px; background: #FF2241; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; color: #FFF; font-size: 16px; line-height: 24px; position: relative; gap: 5px; cursor: pointer; }

.filter-mobile1__submit i { font-weight: 250; font-style: normal; }

.filter-mobile1__submit input { position: absolute; top: 0; left: -9999px; }

.filter-mobile1__submit span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; }

.black1 { display: none; }

@media only screen and (max-width: 760px) { .black1 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; position: fixed; z-index: 10; }
  .black1.active { display: block; } }

.mobile-menu1 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; position: absolute; left: -308px; z-index: 10; width: 308px; background: #F3F3F3; }

.mobile-menu1.anim { -webkit-transition: 0.2s linear; transition: 0.2s linear; }

.mobile-menu1__close2 { position: absolute; top: 0; left: 100%; bottom: 0; display: block; width: 0px; background: url(../img/g4.png); background-size: 100% 100%; -webkit-transition: 0.2s 0s linear; transition: 0.2s 0s linear; }

.mobile-menu1.active { left: 0px; }

.mobile-menu1.active .mobile-menu1__close2 { width: 57px; -webkit-transition: 0.2s 0.1s linear; transition: 0.2s 0.1s linear; }

.mobile-menu1__logo img { width: 202px; }

.mobile-menu1__top { height: 70px; background: #FF2241; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding: 0 20px; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.mobile-menu1__close { background: url("../img/i71.svg") no-repeat 0 0; background-size: 10px 10px; width: 10px; height: 10px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; cursor: pointer; position: relative; }

.mobile-menu1__close:before { position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; display: block; content: ''; }

.mobile-menu1__content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 27px; padding: 29px 20px; }

.mobile-menu1__nav1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.mobile-menu1__theme-change { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 9px; color: #484848; font-size: 14px; font-weight: 300; cursor: pointer; position: relative; }

.mobile-menu1__theme-change span:before { content: 'светлая тема'; }

.mobile-menu1__theme-change:after { position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; display: block; content: ''; }

.mobile-menu1__theme-change:before { content: ''; background: url("../img/i72.svg") no-repeat 0 0; background-size: 45px 26px; width: 45px; height: 26px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.mobile-menu1__lang { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 3px; color: #939393; font-size: 18px; letter-spacing: -1px; }

.mobile-menu1__lang a { color: #939393; font-weight: 700; }

.mobile-menu1__lang a.active { color: #000; }

.mobile-menu1__nav2 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 10px; }

.mobile-menu1__nav2 p { color: #707070; font-size: 14px; font-weight: 250; }

.mobile-menu1__menu { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 10px; }

.mobile-menu1__menu-item a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding: 12px 15px; border-radius: 5px; background: #FFF; color: #000; font-size: 14px; line-height: 21px; text-transform: uppercase; }

.mobile-menu1__menu-item a.red { background: #ff2241; color: #fff; }

.mobile-menu1__form { padding: 30px 25px; border-radius: 5px; border: 1px solid #D5D5D5; background: #FFF; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 15px; }

.mobile-menu1__form-title { color: #8F8F8F; font-size: 17px; font-weight: 700; line-height: 21.6px; letter-spacing: -0px; }

.mobile-menu1__form-over { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 5px; }

.mobile-menu1__form-input { border-radius: 5px; border: 1px solid #D5D5D5; background: #F3F3F3; padding-right: 38px; position: relative; }

.mobile-menu1__form-input:before { position: absolute; top: 18px; right: 12px; display: block; content: ''; background: url("../img/i73.svg") no-repeat 0 0; background-size: 12px 12px; width: 12px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; opacity: 0; }

.mobile-menu1__form-input.active:before { opacity: 1; }

.mobile-menu1__form-input input { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; height: 48px; padding-left: 20px; color: #000; font-size: 16px; line-height: 24px; }

.mobile-menu1__form-input ::-webkit-input-placeholder { opacity: 1; color: #8D8D8D; font-weight: 250; }

.mobile-menu1__form-input ::-moz-placeholder { opacity: 1; color: #8D8D8D; font-weight: 250; }

.mobile-menu1__form-input :-ms-input-placeholder { opacity: 1; color: #8D8D8D; font-weight: 250; }

.mobile-menu1__form-input :-moz-placeholder { opacity: 1; color: #8D8D8D; font-weight: 250; }

.mobile-menu1__form-submit { padding: 10px 20px 12px 20px; border-radius: 5px; background: #FF2241; color: #FFF; font-size: 14px; line-height: 21px; }

.mobile-menu1__form-nav { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.mobile-menu1__form-nav a { color: #FF2241; font-size: 12px; font-weight: 300; line-height: 18px; -webkit-text-decoration-line: underline; text-decoration-line: underline; }

.mobile-menu1__bottom { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 12px; }

.mobile-menu1__bottom-title { color: #8F8F8F; font-size: 18px; font-weight: 700; line-height: 21.6px; letter-spacing: -0px; }

.mobile-menu1__link { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 5px; }

.mobile-menu1__link a { -webkit-flex-basis: 30%; -ms-flex-preferred-size: 30%; flex-basis: 30%; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; padding: 8px 24px 10px 18px; border-radius: 5px; background: #FFF; color: #000; font-size: 16px; line-height: 24px; gap: 12px; }

.mobile-menu1__link a:before { content: ''; }

.mobile-menu1__link a.icon1:before { background: url("../img/i74.svg") no-repeat 0 0; background-size: 18px 18px; width: 18px; height: 18px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.mobile-menu1__link a.icon2:before { background: url("../img/i75.svg") no-repeat 0 0; background-size: 18px 14px; width: 18px; height: 14px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.mobile-fixed-header1 { position: fixed; top: -50px; left: 0; right: 0; z-index: 10; height: 50px; background: url(../img/g5.jpg); background-size: 100% 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding: 0 17px 0 12px; -webkit-transition: 0.2s linear; transition: 0.2s linear; }

.mobile-fixed-header1.active { display: none !important; }

.mobile-fixed-header1.active2 { top: 0px; }

.mobile-fixed-header1__logo img { width: 30px; }

.mobile-fixed-header1__filter { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 12px; color: #FFF; font-size: 12px; font-weight: 300; line-height: 16.8px; cursor: pointer; text-transform: uppercase; }

.mobile-fixed-header1__filter:before { content: ''; background: url("../img/i76.svg") no-repeat 0 0; background-size: 29px 27px; width: 29px; height: 27px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.mobile-fixed-header1__theme { background: url("../img/i77.svg") no-repeat 0 0; background-size: 45px 26px; width: 45px; height: 26px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; cursor: pointer; }

.mobile-fixed-header1__right { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 15px; }

.mobile-fixed-header1__search { background: url("../img/i78.svg") no-repeat 0 0; background-size: 20px 19px; width: 20px; height: 19px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; cursor: pointer; position: relative; }

.mobile-fixed-header1__search:before { position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; display: block; content: ''; }

.mobile-fixed-header1__favorite { background: url("../img/i79.svg") no-repeat 0 0; background-size: 20px 19px; width: 20px; height: 19px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; position: relative; }

.mobile-fixed-header1__favorite:before { position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; display: block; content: ''; }

.mobile-fixed-header1__favorite span { position: absolute; top: -10px; right: -10px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; width: 15px; height: 15px; background: #2400FF; color: #FFF; font-size: 8px; font-weight: 300; border-radius: 15px; }

.footer-mobile { background-color: #e88f9c; background-image: -webkit-linear-gradient(#e88f9c, #f7475f); background-image: linear-gradient(#e88f9c, #f7475f); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e88f9c', endColorstr='#f7475f',GradientType=0); padding: 40px 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 16px; margin: 0 -20px; }

.footer-mobile__logo img { width: 202px; }

.footer-mobile__link { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 1px; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.footer-mobile__link a { color: #FFF; font-size: 16px; line-height: 24px; -webkit-text-decoration-line: underline; text-decoration-line: underline; }

.modal-up { position: absolute; top: 0; left: 0; width: 100%; height: 100%; position: fixed; z-index: 100; background: rgba(156, 156, 156, 0.9); display: none; overflow: auto; }

.modal-up__vertical { display: table-cell; vertical-align: middle; }

.modal-up__content { max-width: 706px; margin: auto; position: relative; }

@media only screen and (max-width: 760px) { .modal-up__content { max-width: 250px; } }

.modal-up__content.mod1 { max-width: 879px; padding: 60px; border-radius: 5px; border: 1px solid #CFCFCF; background: #FFF; }

.modal-up__close { position: absolute; top: 20px; right: 20px; cursor: pointer; background: url("../img/i95.svg") no-repeat 0 0; background-size: 10px 10px; width: 10px; height: 10px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; z-index: 1; }

.modal-up__close:before { position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; display: block; content: ''; }

@media only screen and (max-width: 760px) { .modal-up__close { top: 15px; right: 15px; } }

.modal-up__close:hover { opacity: 0.9; }

.modal-content1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

@media only screen and (max-width: 760px) { .modal-content1 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }

.modal-content1__foto { width: 196px; border-radius: 5px; background-position: center; background-repeat: no-repeat; background-size: cover; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; display: none; }

.modal-content1__foto.mod1 { background-position: left; }

.modal-content1__foto.hide { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

@media only screen and (max-width: 760px) { .modal-content1__foto.hide { display: none; } }

@media only screen and (max-width: 760px) { .modal-content1__foto { height: 147px; width: auto; border: 1px solid #CFCFCF; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
  .modal-content1__foto.mod1 { border-color: #4b4b4b; } }

.modal-content1__over { margin-left: -10px; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; padding: 30px 40px 40px 40px; border-radius: 5px; border: 1px solid #CFCFCF; background: #FFF; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 15px; position: relative; }

@media only screen and (max-width: 760px) { .modal-content1__over { margin: 0; padding: 30px 25px 40px 25px; border-radius: 5px; border: 1px solid #FFF; background: #F3F3F3; gap: 15px; box-shadow: 0 5px 5px rgba(51, 51, 51, 0.4); margin-top: -1px; } }

.modal-content1__over:before { position: absolute; top: 36px; left: -9px; display: block; content: ''; background: url("../img/i96.svg") no-repeat 0 0; background-size: 11px 13px; width: 11px; height: 13px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .modal-content1__over:before { left: 31px; top: -12px; background: url("../img/i97.svg") no-repeat 0 0; background-size: 13px 14px; width: 13px; height: 14px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.modal-content1__title { color: #000; font-size: 22px; font-weight: 700; line-height: 33px; letter-spacing: -1px; }

@media only screen and (max-width: 760px) { .modal-content1__title { line-height: 26px; } }

.modal-content1__title.mod1 { font-weight: 400; }

@media only screen and (max-width: 760px) { .modal-content1__title.mod1 { font-size: 16px; line-height: 19.2px; letter-spacing: -0px; } }

.modal-content1__title.mod1 span { text-decoration: underline; }

.modal-content1__text { color: #535353; font-size: 16px; font-weight: 250; line-height: 24px; }

@media only screen and (max-width: 760px) { .modal-content1__text { font-size: 14px; font-weight: 250; line-height: 21px; }
  .modal-content1__text i { display: block; } }

.modal-content1__button { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 10px; }

@media only screen and (max-width: 760px) { .modal-content1__button { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; } }

.modal-content1__button .size1 { color: #FFF; font-size: 18px; line-height: 27px; height: 57px; padding: 0 30px; border-radius: 5px; background: #FF2241; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.modal-content1__button .size1:hover { opacity: 0.9; }

@media only screen and (max-width: 760px) { .modal-content1__button .size1 { padding: 0 15px; font-size: 15px; line-height: 24px; height: 46px; } }

.modal-content1__button .size2 { height: 57px; padding: 0 30px; border-radius: 5px; border: 1px solid #FF2241; color: #FF2241; font-size: 18px; line-height: 27px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

@media only screen and (max-width: 760px) { .modal-content1__button .size2 { font-size: 15px; line-height: 24px; padding: 0 15px; height: 46px; } }

.modal-content1__button .size2:hover { text-decoration: underline; }

.modal-form1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 20px; }

@media only screen and (max-width: 760px) { .modal-form1 { gap: 15px; } }

.modal-form1__over { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 15px; }

@media only screen and (max-width: 760px) { .modal-form1__over { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 5px; } }

.modal-form1__input { border-radius: 5px; border: 1px solid #D5D5D5; background: #F3F3F3; padding-right: 38px; position: relative; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; }

@media only screen and (max-width: 760px) { .modal-form1__input { background: #fff; } }

.modal-form1__input:first-child { width: 65%; }

@media only screen and (max-width: 760px) { .modal-form1__input:first-child { width: auto; } }

.modal-form1__input:before { position: absolute; top: 18px; right: 12px; display: block; content: ''; background: url("../img/i73.svg") no-repeat 0 0; background-size: 12px 12px; width: 12px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; opacity: 0; }

.modal-form1__input.active:before { opacity: 1; }

.modal-form1__input input { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; height: 48px; padding-left: 20px; color: #000; font-size: 16px; line-height: 24px; }

@media only screen and (max-width: 760px) { .modal-form1__input input { font-size: 14px; line-height: 21px; } }

.modal-form1 ::-webkit-input-placeholder { opacity: 1; color: #8D8D8D; font-weight: 250; }

.modal-form1 ::-moz-placeholder { opacity: 1; color: #8D8D8D; font-weight: 250; }

.modal-form1 :-ms-input-placeholder { opacity: 1; color: #8D8D8D; font-weight: 250; }

.modal-form1 :-moz-placeholder { opacity: 1; color: #8D8D8D; font-weight: 250; }

.modal-form1__submit { -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; padding: 14px 30px 16px 30px; border-radius: 5px; background: #FF2241; color: #FFF; font-size: 18px; line-height: 27px; }

.modal-form1__submit:hover { opacity: 0.9; }

@media only screen and (max-width: 760px) { .modal-form1__submit { font-size: 14px; font-weight: 400; line-height: 21px; padding: 11px 0; -webkit-align-self: stretch; -ms-flex-item-align: stretch; align-self: stretch; border-radius: 5px; background: #FF2241; } }

.modal-form1__links { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 38px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

@media only screen and (max-width: 760px) { .modal-form1__links { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; gap: 0px; } }

.modal-form1__links a { color: #FF2241; font-size: 16px; font-weight: 300; line-height: 24px; -webkit-text-decoration-line: underline; text-decoration-line: underline; }

.modal-form1__links a:hover { text-decoration: none; }

@media only screen and (max-width: 760px) { .modal-form1__links a { font-size: 12px; line-height: 18px; } }

.modal-form2 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 15px; }

@media only screen and (max-width: 760px) { .modal-form2 { gap: 5px; } }

.modal-form2__line1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 15px; }

@media only screen and (max-width: 760px) { .modal-form2__line1 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 5px; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } }

.modal-form2__line1 .jq-selectbox { cursor: pointer; display: block !important; z-index: 0 !important; }

@media only screen and (max-width: 760px) { .modal-form2__line1 .jq-selectbox { -webkit-align-self: stretch; -ms-flex-item-align: stretch; align-self: stretch; } }

.modal-form2__line1 .jq-selectbox.opened { z-index: 1 !important; }

.modal-form2__line1 .jq-selectbox__select { width: 230px; padding: 12px 20px 14px 20px; border-radius: 5px; border: 1px solid #D3D3D3; background: #F4F4F4; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; color: #000; font-size: 16px; line-height: 24px; gap: 10px; }

@media only screen and (max-width: 760px) { .modal-form2__line1 .jq-selectbox__select { padding: 12px 15px 14px 20px; border-radius: 5px; border: 1px solid #E5E5E5; width: 100%; background: #fff; font-size: 14px; line-height: 21px; gap: 0px; } }

.modal-form2__line1 .jq-selectbox__select:after { content: ''; position: relative; top: 1px; background: url("../img/i102.svg") no-repeat 0 0; background-size: 13px 12px; width: 13px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.modal-form2__line1 .jq-selectbox__select-text { display: block; width: auto !important; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

@media only screen and (max-width: 760px) { .modal-form2__line1 .jq-selectbox__select-text { max-width: 157px; } }

.modal-form2__line1 .jq-selectbox__trigger { display: none; }

.modal-form2__line1 .jq-selectbox__dropdown { position: absolute; left: 0; width: auto !important; right: 0; bottom: auto !important; border: 1px solid #D3D3D3; background: #F4F4F4; top: 100%; margin-top: 10px; border-radius: 5px; }

.modal-form2__line1 .jq-selectbox ul { max-height: 200px; overflow: auto; }

.modal-form2__line1 .jq-selectbox li { color: #000; font-size: 15px; line-height: 23px; padding: 5px 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.modal-form2__input { border-radius: 5px; border: 1px solid #D5D5D5; background: #F3F3F3; padding: 0; position: relative; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; }

@media only screen and (max-width: 760px) { .modal-form2__input { background: #fff; } }

.modal-form2__input:first-child { width: 65%; }

@media only screen and (max-width: 760px) { .modal-form2__input:first-child { width: auto; } }

.modal-form2__input:before { position: absolute; top: 18px; right: 12px; display: block; content: ''; background: url("../img/i73.svg") no-repeat 0 0; background-size: 12px 12px; width: 12px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; opacity: 0; }

.modal-form2__input.active:before { opacity: 1; }

.modal-form2__input input { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; height: 48px; padding: 0 20px; color: #000; font-size: 16px; line-height: 24px; }

@media only screen and (max-width: 760px) { .modal-form2__input input { font-size: 14px; line-height: 21px; } }

.modal-form2 ::-webkit-input-placeholder { opacity: 1; color: #8D8D8D; font-weight: 250; }

.modal-form2 ::-moz-placeholder { opacity: 1; color: #8D8D8D; font-weight: 250; }

.modal-form2 :-ms-input-placeholder { opacity: 1; color: #8D8D8D; font-weight: 250; }

.modal-form2 :-moz-placeholder { opacity: 1; color: #8D8D8D; font-weight: 250; }

.modal-form2__submit { -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; padding: 14px 30px 16px 30px; border-radius: 5px; background: #FF2241; color: #FFF; font-size: 18px; line-height: 27px; }

.modal-form2__submit:hover { opacity: 0.9; }

@media only screen and (max-width: 760px) { .modal-form2__submit { font-size: 14px; font-weight: 400; line-height: 21px; padding: 11px 0; -webkit-align-self: stretch; -ms-flex-item-align: stretch; align-self: stretch; border-radius: 5px; background: #FF2241; width: 100%; } }

.modal-form2__textarea { width: 100%; height: 117px; padding: 12px 20px 14px 20px; border-radius: 5px; border: 1px solid #D3D3D3; background: #F4F4F4; color: #000; font-size: 16px; line-height: 24px; }

@media only screen and (max-width: 760px) { .modal-form2__textarea { height: 139px; font-size: 14px; line-height: 21px; background: #fff; }
  .modal-form2__textarea.mod1 { margin-top: -10px; } }

.modal-form2__line2 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 15px; }

@media only screen and (max-width: 760px) { .modal-form2__line2 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 5px; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } }

.modal-form2__small-text { color: #9E9E9E; font-size: 12px; line-height: 18px; }

@media only screen and (max-width: 760px) { .modal-form2__small-text { padding-bottom: 10px; } }

.modal-form2__file-add { width: 230px; height: 50px; border-radius: 5px; border: 1px solid #D3D3D3; background: #F4F4F4; color: #727272; font-size: 16px; font-weight: 250; line-height: 24px; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; cursor: pointer; position: relative; padding-right: 20px; gap: 14px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.modal-form2__file-add:after { content: ''; background: url("../img/i225.svg") no-repeat 0 0; background-size: 17px 18px; width: 17px; height: 18px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .modal-form2__file-add { width: 100%; height: 47px; font-size: 14px; font-weight: 250; background: #fff; line-height: 21px; } }

.modal-form2__file-add:hover { background: #ff3854; border-color: #ff3854; color: #fff; }

.modal-form2__file-add input { position: absolute; top: 0; left: -9999px; }

.modal-form2__file-add span { display: block; overflow: hidden; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; text-overflow: ellipsis; white-space: nowrap; padding: 12px 0 14px 20px; }

.check1__label { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 20px; cursor: pointer; color: #000; font-size: 15px; font-weight: 300; line-height: 18px; }

@media only screen and (max-width: 760px) { .check1__label { font-size: 12px; } }

.check1__label .jq-checkbox { width: 30px; height: 30px; border-radius: 5px; border: 1px solid #E5E5E5; background: #FFF; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.check1__label .jq-checkbox:before { content: ''; background: url("../img/i103.svg") no-repeat 0 0; background-size: 12px 13px; width: 12px; height: 13px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; opacity: 0; }

.check1__label .jq-checkbox.checked:before { opacity: 1; }

.modal-filter1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 38px; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.modal-filter1__title { color: #000; font-size: 45px; letter-spacing: -2px; }

.modal-filter1__submit { position: relative; border-radius: 5px; background: #FF2241; color: #FFF; font-size: 18px; line-height: 27px; cursor: pointer; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.modal-filter1__submit input { position: absolute; top: 0; left: -9999px; }

.modal-filter1__submit i { font-weight: 250; font-style: normal; }

.modal-filter1__submit span { height: 65px; padding: 0 40px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; gap: 6px; }

.modal-filter1__submit:hover { opacity: 0.9; }

.up1 { position: fixed; bottom: -46px; right: 10px; z-index: 10; cursor: pointer; background: url("../img/i104.svg") no-repeat 0 0; background-size: 50px 46px; width: 50px; height: 46px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; -webkit-transition: 0.2s; transition: 0.2s; display: none; }

.up1.active { display: none; }

@media only screen and (max-width: 760px) { .up1 { display: block; } }

.up1.active2 { bottom: 10px; }

.navigation1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding-bottom: 22px; }

@media only screen and (max-width: 760px) { .navigation1 { padding-bottom: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-right: -20px; position: relative; }
  .navigation1.mod1 { padding-bottom: 9px; } }

.navigation1__item { color: #7E7E7E; font-size: 13px; font-weight: 300; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.navigation1__item:after { padding: 0 5px; content: '→'; position: relative; top: 1px; }

.navigation1__item:last-child:after { display: none; }

.navigation1__item a { color: #7E7E7E; }

.navigation1__item a:hover { text-decoration: underline; }

.navigation1__item a i { font-style: normal; }

@media only screen and (max-width: 760px) { .navigation1__item a.main i { display: none; }
  .navigation1__item a.main:before { background: url("../img/i107.svg") no-repeat 0 0; background-size: 13px 14px; width: 13px; height: 14px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; content: ''; } }

.title-page1 { color: #000; font-size: 45px; line-height: 45px; letter-spacing: -2px; padding-bottom: 49px; }

@media only screen and (max-width: 760px) { .title-page1 { padding-bottom: 30px; margin-bottom: 30px; font-size: 22px; font-weight: 400; letter-spacing: -1px; line-height: 28px; padding-right: 20px; margin-right: -20px; border-bottom: 2px solid #d9d9d9; }
  .title-page1.mod1 { margin-bottom: 21px; padding-bottom: 0; border: none; } }

.list-sort-review1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 19px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding-bottom: 40px; }

@media only screen and (max-width: 760px) { .list-sort-review1 { padding-bottom: 46px; gap: 15px; } }

@media only screen and (max-width: 760px) { .list-sort-review1__list { overflow: hidden; margin: 0 -20px; } }

.list-sort-review1__title { color: #FF2241; font-size: 18px; }

.list-sort-review1__scroll { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 5px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media only screen and (max-width: 760px) { .list-sort-review1__scroll { font-size: 0.01px; display: block; white-space: nowrap; overflow: auto; padding-bottom: 50px; margin-top: -50px; position: relative; top: 50px; padding-left: 20px; } }

.list-sort-review1__scroll a { padding: 12px 20px; border-radius: 25px; background: #7B7B7B; color: #FFF; font-size: 13px; font-weight: 300; }

@media only screen and (max-width: 760px) { .list-sort-review1__scroll a { height: 33px; padding: 0 15px; font-size: 12px; display: inline-block; vertical-align: top; line-height: 33px; margin-right: 6px; }
  .list-sort-review1__scroll a:last-child { margin-right: 20px; } }

.list-sort-review1__scroll a:hover, .list-sort-review1__scroll a.active { background: #484848; }

.list-review2 { -webkit-columns: 3; -moz-columns: 3; columns: 3; gap: 30px; margin-bottom: 96px; }

@media only screen and (max-width: 1400px) { .list-review2 { -webkit-columns: 2; -moz-columns: 2; columns: 2; } }

@media only screen and (max-width: 1000px) { .list-review2 { gap: 22px; } }

@media only screen and (max-width: 760px) { .list-review2 { -webkit-columns: none; -moz-columns: none; columns: none; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 3px; margin: 0 -17px; margin-bottom: 42px; } }

.list-review2 .list-review1__item { margin-bottom: 22px; overflow: hidden; }

@media only screen and (max-width: 760px) { .list-review2 .list-review1__item { overflow: visible; margin: 0; } }

@media only screen and (max-width: 760px) { .list-review2 .list-review1__title { font-size: 14px; line-height: 14px; letter-spacing: -0px; } }

@media only screen and (max-width: 760px) { .list-review2 .list-review1__date { font-size: 12px; line-height: 12px; letter-spacing: -0px; } }

.block-text1 { padding-bottom: 94px; }

@media only screen and (max-width: 760px) { .block-text1 { padding-bottom: 60px; } }

.block-text1__item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.block-text1__item:after { content: ''; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding-top: 94px; margin-bottom: 94px; border-bottom: 2px solid #d9d9d9; }

@media only screen and (max-width: 760px) { .block-text1__item:after { padding-top: 30px; margin-bottom: 30px; } }

.block-text1__item:last-child:after { display: none; }

.block-text1__text1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 120px; }

@media only screen and (max-width: 1400px) { .block-text1__text1 { gap: 40px; } }

@media only screen and (max-width: 1000px) { .block-text1__text1 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }

@media only screen and (max-width: 760px) { .block-text1__text1 { gap: 30px; } }

.block-text1__text1-left { width: 439px; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 1000px) { .block-text1__text1-left { width: auto; } }

.block-text1__text1-left p { color: #000; font-size: 16px; line-height: 28.8px; }

@media only screen and (max-width: 760px) { .block-text1__text1-left p { font-size: 14px; font-weight: 400; line-height: 25.2px; } }

.block-text1__text1-right { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; }

.block-text1__text1-right p { color: #7D7D7D; font-size: 16px; font-weight: 300; line-height: 28.8px; }

@media only screen and (max-width: 760px) { .block-text1__text1-right p { font-size: 13px; font-weight: 300; line-height: 23.4px; } }

.block-text1__title1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 20px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding-bottom: 72px; }

@media only screen and (max-width: 760px) { .block-text1__title1 { gap: 30px; padding-bottom: 30px; } }

.block-text1__title1.mod1 { padding-bottom: 45px; gap: 53px; }

@media only screen and (max-width: 760px) { .block-text1__title1.mod1 { padding-bottom: 30px; gap: 30px; } }

.block-text1__title1 span { color: #FF2241; font-size: 38px; font-weight: 500; line-height: 38px; letter-spacing: -1px; }

@media only screen and (max-width: 760px) { .block-text1__title1 span { font-size: 28px; font-weight: 500; line-height: 33.6px; letter-spacing: -1px; } }

.block-text1__title1 p { color: #6D6D6D; font-size: 18px; line-height: 28.8px; }

@media only screen and (max-width: 760px) { .block-text1__title1 p { font-size: 16px; font-weight: 400; line-height: 28.8px; color: #000; } }

.block-text1__list2 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; color: #FF2241; font-size: 12px; line-height: 16.8px; padding-bottom: 30px; }

.block-text1__text2 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 120px; }

@media only screen and (max-width: 1400px) { .block-text1__text2 { gap: 40px; } }

@media only screen and (max-width: 760px) { .block-text1__text2 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 30px; } }

.block-text1__text2-left { width: 40%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 40px; }

@media only screen and (max-width: 760px) { .block-text1__text2-left { gap: 30px; width: auto; } }

.block-text1__text2-left p { color: #000; font-size: 16px; line-height: 28.8px; }

.block-text1__text2-right { width: 47.42%; }

@media only screen and (max-width: 760px) { .block-text1__text2-right { width: auto; } }

.block-text1__text2-right p { color: #6D6D6D; font-size: 16px; line-height: 28.8px; }

@media only screen and (max-width: 760px) { .block-text1__text2-right p { color: #000; } }

.block-text1__enter-lk { padding: 12px 20px 14px 20px; border-radius: 5px; border: 1px solid #FF2241; color: #FF2241; font-size: 16px; line-height: 24px; -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; }

.block-text1__enter-lk:hover { color: #fff; background: #ff2241; }

.block-text1__list1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 78px; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-bottom: 94px; }

@media only screen and (max-width: 1400px) { .block-text1__list1 { gap: 40px; } }

@media only screen and (max-width: 760px) { .block-text1__list1 { gap: 30px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding-bottom: 22px; } }

.block-text1__list1-item { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-basis: 27%; -ms-flex-preferred-size: 27%; flex-basis: 27%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 22px; }

@media only screen and (max-width: 1400px) { .block-text1__list1-item { -webkit-flex-basis: 45%; -ms-flex-preferred-size: 45%; flex-basis: 45%; } }

.block-text1__list1-item span { color: #000; font-size: 22px; line-height: 39.6px; text-transform: uppercase; }

.block-text1__list1-item p { color: #000; font-size: 16px; font-weight: 250; line-height: 28.8px; }

.block-text1__quote { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; padding: 50px 40px; border-radius: 8px; background: #FFF; color: #000; font-size: 16px; font-weight: 300; line-height: 28.8px; margin-bottom: 94px; }

@media only screen and (max-width: 760px) { .block-text1__quote { margin-bottom: 56px; padding: 20px; color: #ff2241; }
  .block-text1__quote p { max-width: 265px; }
  .block-text1__quote i { display: block; } }

.block-text1__quote a { color: #000; }

@media only screen and (max-width: 760px) { .block-text1__quote a { color: #ff2241; } }

.block-text1__quote a:hover { text-decoration: underline; }

.block-text1__title2 { color: #000; font-size: 22px; font-weight: 300; line-height: 39.6px; }

@media only screen and (max-width: 760px) { .block-text1__title2 { font-size: 16px; font-weight: 300; line-height: 25.6px; } }

.block-text1__buttons { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 17px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding-top: 30px; }

.block-text1__buttons a { padding: 12px 20px; border-radius: 5px; border: 1px solid #FF2241; color: #FF2241; font-size: 16px; line-height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

@media only screen and (max-width: 1000px) { .list-step1 { overflow: hidden; margin: 0 -20px; } }

.list-step1-scroll { margin: 0 -25px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-right: -107px; }

@media only screen and (max-width: 1400px) { .list-step1-scroll { margin-right: -25px; } }

@media only screen and (max-width: 1000px) { .list-step1-scroll { overflow: auto; margin: 0; position: relative; top: 50px; margin-top: -50px; padding-bottom: 50px; padding-left: 20px; white-space: nowrap; display: block; } }

.list-step1__item { padding: 0 25px; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-basis: 25%; -ms-flex-preferred-size: 25%; flex-basis: 25%; }

@media only screen and (max-width: 1000px) { .list-step1__item { display: inline-block; vertical-align: top; padding: 0; margin-right: 40px; white-space: normal; }
  .list-step1__item:last-child { margin: 0; padding-right: 20px; } }

.list-step1__item-over { max-width: 240px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 35px; }

@media only screen and (max-width: 760px) { .list-step1__item-over { width: 220px; } }

.list-step1__image img { max-width: 100%; }

.list-step1__title { color: #000; font-size: 24px; line-height: 33.6px; }

@media only screen and (max-width: 1400px) { .list-step1__title { font-size: 21px; line-height: 30.6px; } }

@media only screen and (max-width: 760px) { .list-step1__title { font-size: 18px; line-height: 27px; } }

.list-step1__text { color: #6D6D6D; font-size: 14px; font-weight: 300; line-height: 22.4px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 19px; }

@media only screen and (max-width: 760px) { .list-step1__text { color: #292929; } }

.list-step1__text span { color: #FF2241; }

.list-step1__price { color: #000; font-size: 16px; font-weight: 300; line-height: 25.6px; }

.list-step1__price.mod1 { font-size: 18px; line-height: 28.8px; }

.title-page2 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding-bottom: 63px; gap: 22px; }

@media only screen and (max-width: 1000px) { .title-page2 { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 15px; } }

.title-page2__status { color: #FFF; font-size: 22px; font-weight: 700; line-height: 33px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; width: 70px; height: 43px; border-radius: 0px 5px 5px 0px; background: #FF2241; }

@media only screen and (max-width: 1000px) { .title-page2__status { width: 55px; height: 33px; font-size: 15px; line-height: 20px; margin-left: -20px; } }

.title-page2__text { color: #000; font-size: 45px; font-weight: 500; line-height: 45px; letter-spacing: -2px; }

@media only screen and (max-width: 1000px) { .title-page2__text { font-size: 30px; line-height: 30px; } }

.title-page2__work { height: 43px; padding: 6px 25px; border-radius: 8px; border: 1px solid #FF2241; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; color: #FF2241; font-size: 14px; font-weight: 500; line-height: 25.2px; text-transform: uppercase; }

.people-block1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 82px; padding-bottom: 53px; }

@media only screen and (max-width: 1400px) { .people-block1 { gap: 50px; } }

@media only screen and (max-width: 1000px) { .people-block1 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 40px; } }

@media only screen and (max-width: 760px) { .people-block1 { gap: 25px; padding: 0; }
  .people-block1:after { display: block; content: ''; margin-right: -20px; border-bottom: 1px solid #d3d3d3; padding-top: 28px; margin-bottom: 31px; } }

.people-block1__left { width: 477px; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; padding-top: 10px; }

@media only screen and (max-width: 1400px) { .people-block1__left { width: 400px; } }

@media only screen and (max-width: 760px) { .people-block1__left { margin: 0 -15px; width: auto; padding: 0; position: relative; } }

.people-block1__right { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 46px; }

@media only screen and (max-width: 760px) { .people-block1__right { gap: 28px; } }

.people-block1__right-over { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 46px; }

@media only screen and (max-width: 760px) { .people-block1__right-over { gap: 28px; } }

.people-block1__big-slide { position: relative; border-radius: 4px; overflow: hidden; margin-bottom: 19px; }

@media only screen and (max-width: 760px) { .people-block1__big-slide { margin: 0; } }

.people-block1__big-slide-foto { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.people-block1__big-slide-foto.video { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.people-block1__big-slide-foto.video:before { content: ''; background: url("../img/i231.svg") no-repeat 0 0; background-size: 89px 69px; width: 89px; height: 69px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.people-block1__big-slide .slick-dots { position: absolute; top: 3px; left: 3px; right: 3px; }

.people-block1__big-slide .slick-dots ul { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; gap: 3px; width: 100%; }

.people-block1__big-slide .slick-dots li { height: 5px; border-radius: 5px; opacity: 0.8; background: #656565; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; position: relative; cursor: pointer; }

.people-block1__big-slide .slick-dots li span { display: none; }

.people-block1__big-slide .slick-dots li:before { position: absolute; top: -10px; bottom: -10px; left: 0; right: 0; content: ''; }

.people-block1__big-slide .slick-dots li.slick-active { background: #d9d9d9; }

.people-block1__big-slide-item { background-position: center; background-repeat: no-repeat; background-size: cover; height: 734px; position: relative; }

@media only screen and (max-width: 1400px) { .people-block1__big-slide-item { height: 550px; } }

@media only screen and (max-width: 760px) { .people-block1__big-slide-item { height: 150vw; } }

.people-block1__big-slide-item:before { position: absolute; bottom: 0; left: 0; right: 0; height: 409px; display: block; content: ''; background: url(../img/g2.png); background-size: 100% 100%; opacity: 0.77; }

@media only screen and (max-width: 760px) { .people-block1__big-slide-item:before { opacity: 0.9; } }

.people-block1__big-slide-youtube { display: none; }

@media only screen and (max-width: 760px) { .people-block1__big-slide-youtube { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; position: absolute; bottom: 29px; right: 18px; background: url("../img/i143.svg") no-repeat 0 0; background-size: 35px 27px; width: 35px; height: 27px; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.people-block1__big-slide-num { display: none; position: absolute; top: 50%; margin-top: -20px; right: 0; width: 44px; height: 40px; border-radius: 8px 0px 0px 8px; background: rgba(30, 30, 30, 0.7); -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; color: #FFF; font-size: 12px; line-height: 18px; }

@media only screen and (max-width: 760px) { .people-block1__big-slide-num { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } }

.people-block1__detect { position: absolute; bottom: 21px; left: 30px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 11px; color: #FFF; font-size: 16px; line-height: 28.8px; text-transform: uppercase; }

@media only screen and (max-width: 760px) { .people-block1__detect { left: 16px; bottom: 27px; font-size: 12px; font-weight: 400; line-height: 21.6px; text-transform: uppercase; } }

.people-block1__detect:before { content: ''; background: url("../img/i108.svg") no-repeat 0 0; background-size: 16px 15px; width: 16px; height: 15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .people-block1__detect:before { background: url("../img/i142.svg") no-repeat 0 0; background-size: 12px 11px; width: 12px; height: 11px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.people-block1__nav-slide { margin: 0 31px; position: relative; }

@media only screen and (max-width: 760px) { .people-block1__nav-slide { display: none; } }

.people-block1__nav-slide .prev { position: absolute; top: 26px; left: -31px; z-index: 1; cursor: pointer; background: url("../img/i109.svg") no-repeat 0 0; background-size: 23px 28px; width: 23px; height: 28px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.people-block1__nav-slide .prev:before { position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; display: block; content: ''; }

.people-block1__nav-slide .prev:before { position: absolute; top: 0; left: 0; display: block; content: ''; background: url("../img/i110.svg") no-repeat 0 0; background-size: 23px 28px; width: 23px; height: 28px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); filter: progid:DXImageTransform.Microsoft.Matrix(M11=$m11, M12=$m12,M21=$m21, M22=$m22, sizingMethod='auto expand'); zoom: 1; opacity: 0; }

.people-block1__nav-slide .prev:hover { background: none; }

.people-block1__nav-slide .prev:hover:before { opacity: 1; }

.people-block1__nav-slide .next { position: absolute; top: 26px; right: -31px; -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); filter: progid:DXImageTransform.Microsoft.Matrix(M11=$m11, M12=$m12,M21=$m21, M22=$m22, sizingMethod='auto expand'); zoom: 1; z-index: 1; cursor: pointer; background: url("../img/i109.svg") no-repeat 0 0; background-size: 23px 28px; width: 23px; height: 28px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.people-block1__nav-slide .next:before { position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; display: block; content: ''; }

.people-block1__nav-slide .next:before { position: absolute; top: 0; left: 0; display: block; content: ''; background: url("../img/i110.svg") no-repeat 0 0; background-size: 23px 28px; width: 23px; height: 28px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); filter: progid:DXImageTransform.Microsoft.Matrix(M11=$m11, M12=$m12,M21=$m21, M22=$m22, sizingMethod='auto expand'); zoom: 1; opacity: 0; }

.people-block1__nav-slide .next:hover { background: none; }

.people-block1__nav-slide .next:hover:before { opacity: 1; }

.people-block1__nav-slide-item { padding: 0 9px; }

.people-block1__nav-slide-item span { height: 86px; border-radius: 5px; background-position: center; background-repeat: no-repeat; background-size: cover; margin-bottom: 11px; display: block; cursor: pointer; border: 2px solid transparent; }

.people-block1__nav-slide-item i { font-style: normal; color: #FF2241; font-size: 14px; font-weight: 300; line-height: 25.2px; text-transform: uppercase; opacity: 0; display: block; text-align: center; }

.people-block1__nav-slide-item.slick-current i { opacity: 1; }

.people-block1__nav-slide-item.slick-current span { border-color: #ff2241; }

.people-block1__information1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 8px; }

.people-block1__information1 p { color: #3D3D3D; font-size: 18px; font-weight: 300; line-height: 32.4px; /*text-transform: uppercase;*/ display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: top; -webkit-align-items: top; -ms-flex-align: top; align-items: top; gap: 12px; }

.people-block1__information1 p a { color: #3D3D3D; }

.people-block1__information1 p a:hover { text-decoration: underline; }

.people-block1__information1 p.icon1:before { background: url("../img/i111.svg") no-repeat 0 0; background-size: 18px 22px; width: 18px; height: 22px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; content: ''; margin-top:10px; }

.people-block1__information1 p.icon1 { position: relative }
.people-block1__information1 p.icon2 { font-weight: 400; position: relative }

.people-block1__information1 p.icon2:before { background: url("../img/i112.svg") no-repeat 0 0; background-size: 21px 16px; width: 21px; height: 16px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; content: ''; margin-top:10px;  }

/*.people-block1__information1 p:after { content: ""; width: 100%; left: 0px; top: 100%; top: max(60px,  calc(100% - 30px)); display:block;   position: absolute; height: 30px; background: rgb(243,243,243); background: linear-gradient(180deg, rgba(243,243,243,0) 0%, rgba(243,243,243,1) 100%); }*/
.people-block1__information1 p a { color:#FF2241 }

.people-block1__check-fake { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 32px; }

/*.people-block1__information1 p:hover { max-height: none; }*/


@media only screen and (max-width: 1400px) { .people-block1__check-fake { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

@media only screen and (max-width: 760px) { .people-block1__check-fake { gap: 12px; } }

.people-block1__check-fake span { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 15px; color: #000; font-size: 16px; font-weight: 300; line-height: 22.4px; }

@media only screen and (max-width: 1400px) { .people-block1__check-fake span { -webkit-flex-basis: 45%; -ms-flex-preferred-size: 45%; flex-basis: 45%; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; } }

.people-block1__check-fake span:before { content: ''; }

@media only screen and (max-width: 760px) { .people-block1__check-fake span { gap: 15px; font-size: 13px; font-weight: 300; line-height: 18.2px; } }

.people-block1__check-fake span.yes:before { background: url("../img/i113.svg") no-repeat 0 0; background-size: 27px 27px; width: 27px; height: 27px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .people-block1__check-fake span.yes:before { background: url("../img/i150.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.people-block1__check-fake span.no { color: #636363; font-weight: 250; }

.people-block1__check-fake span.no:before { background: url("../img/i114.svg") no-repeat 0 0; background-size: 27px 27px; width: 27px; height: 27px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .people-block1__check-fake span.no:before { background: url("../img/i151.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.people-block1__line1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 12px; }

@media only screen and (max-width: 1400px) { .people-block1__line1 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 20px; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } }

@media only screen and (max-width: 760px) { .people-block1__line1 { gap: 6px; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; margin-top: -28px; } }

.people-block1__phone.active b { display: none; }

.people-block1__phone.active a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.people-block1__phone b { height: 60px; padding: 10px 22px 12px 22px; border-radius: 5px; background: #FFF; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 15px; color: #929292; font-size: 18px; line-height: 27px; cursor: pointer; }

@media only screen and (max-width: 760px) { .people-block1__phone b { text-transform: uppercase; font-weight: 400; width: 100%; color: #000; font-size: 18px; cursor: pointer; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; line-height: 27px; } }

.people-block1__phone b:hover { color: #000; }

.people-block1__phone b:before { content: ''; background: url("../img/i115.svg") no-repeat 0 0; background-size: 22px 16px; width: 22px; height: 16px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.people-block1__phone a { height: 60px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font-size: 26px; color: #000; display: none; }

@media only screen and (max-width: 760px) { .people-block1__phone a { height: 60px; font-size: 30px; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } }

.people-block1__social-list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 12px; }

@media only screen and (max-width: 760px) { .people-block1__social-list { gap: 5px; } }

.people-block1__social-list a { height: 60px; padding: 10px 22px 12px 22px; border-radius: 5px; background: #FFF; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 15px; color: #929292; font-size: 18px; line-height: 27px; }

.people-block1__social-list a:hover { color: #000; }

.people-block1__social-list a:before { content: ''; }

.people-block1__social-list a.icon1:before { background: url("../img/i116.svg") no-repeat 0 0; background-size: 28px 28px; width: 28px; height: 28px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.people-block1__social-list a.icon2:before { background: url("../img/i117.svg") no-repeat 0 0; background-size: 28px 26px; width: 28px; height: 26px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.people-block1__social-list a.icon3:before { background: url("../img/i118.svg") no-repeat 0 0; background-size: 27px 28px; width: 27px; height: 28px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .people-block1__social-list a { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; gap: 8px; color: #5B5B5B; font-size: 13px; line-height: 19.5px; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; padding: 9px 0; height: auto; border-radius: 5px; background: #FFF; }
  .people-block1__social-list a:before { content: ''; }
  .people-block1__social-list a.icon1:before { background: url("../img/i147.svg") no-repeat 0 0; background-size: 17px 17px; width: 17px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }
  .people-block1__social-list a.icon2:before { background: url("../img/i148.svg") no-repeat 0 0; background-size: 18px 17px; width: 18px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }
  .people-block1__social-list a.icon3:before { background: url("../img/i149.svg") no-repeat 0 0; background-size: 16px 17px; width: 16px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.people-block1__alert1 { padding: 26px 34px; border-radius: 8px; border: 1px solid #D3D3D3; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 18px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; color: #4A4A4A; font-size: 16px; font-weight: 250; line-height: 22.4px; }

.people-block1__alert1 a { color: #FF2241; font-weight: 400; }

.people-block1__alert1 a:hover { text-decoration: underline; }

.people-block1__alert1:before { content: ''; background: url("../img/i119.svg") no-repeat 0 0; background-size: 30px 30px; width: 30px; height: 30px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.people-block1__price { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 24px; }

@media only screen and (max-width: 1400px) { .people-block1__price { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

@media only screen and (max-width: 760px) { .people-block1__price { gap: 8px; } }

.people-block1__price-item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 12px; }

@media only screen and (max-width: 1400px) { .people-block1__price-item { -webkit-flex-basis: 45%; -ms-flex-preferred-size: 45%; flex-basis: 45%; } }

@media only screen and (max-width: 1000px) { .people-block1__price-item { -webkit-flex-basis: auto; -ms-flex-preferred-size: auto; flex-basis: auto; } }

@media only screen and (max-width: 760px) { .people-block1__price-item { gap: 3px; } }

.people-block1__price-item span { color: #939393; font-size: 16px; font-weight: 300; line-height: 28.8px; text-transform: uppercase; }

@media only screen and (max-width: 760px) { .people-block1__price-item span { font-size: 10px; font-weight: 300; line-height: 18px; text-transform: uppercase; } }

.people-block1__price-item b { color: #2400FF; font-size: 22px; font-weight: 300; line-height: 33px; width: 139px; height: 56px; padding: 5px 15px; border-radius: 5px; border: 1px solid #2400FF; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

@media only screen and (max-width: 760px) { .people-block1__price-item b { padding: 5px 10px; border-radius: 5px; border: 1px solid #2400FF; width: auto; height: auto; font-size: 14px; font-weight: 300; line-height: 21px; } }

.people-block1__alert2 { padding: 26px 34px; border-radius: 8px; border: 1px solid #D3D3D3; color: #747474; font-size: 16px; font-weight: 250; line-height: 22.4px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 18px; }

@media only screen and (max-width: 760px) { .people-block1__alert2 { margin-right: -20px; padding: 20px; border-width: 2px; border-radius: 8px 0 0 8px; border-right: none; font-size: 11px; font-weight: 250; line-height: 15.4px; } }

.people-block1__alert2 a { color: #FF2241; -webkit-text-decoration-line: underline; text-decoration-line: underline; font-weight: 400; }

.people-block1__alert2 a:hover { text-decoration: none; }

@media only screen and (max-width: 1000px) { .people-block1__alert2 a { display: inline-block; vertical-align: top; } }

.people-block1__alert2:before { content: ''; background: url("../img/i120.svg") no-repeat 0 0; background-size: 30px 30px; width: 30px; height: 30px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.people-block1__line2 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 52px; }

@media only screen and (max-width: 1400px) { .people-block1__line2 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; gap: 20px; } }

.people-block1__favorite { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 20px; color: #828282; font-size: 14px; line-height: 25.2px; text-transform: uppercase; }

.people-block1__favorite:hover span { text-decoration: underline; }

.people-block1__favorite span span { color: #000; }

.people-block1__favorite:after { content: ''; background: url("../img/i121.svg") no-repeat 0 0; background-size: 33px 32px; width: 33px; height: 32px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.people-block1__like { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 22px; color: #828282; font-size: 14px; line-height: 25.2px; text-transform: uppercase; }

.people-block1__like:hover span { text-decoration: underline; }

.people-block1__like span span { color: #000; }

.people-block1__like i { font-style: normal; background: url("../img/i122.svg") no-repeat 0 0; background-size: 39px 33px; width: 39px; height: 33px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; display: flex; padding-top: 4px; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; color: #FF2241; font-size: 13px; font-weight: 700; line-height: 23.4px; text-transform: uppercase; }

.similar-girls1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 16px; padding-bottom: 91px; }

@media only screen and (max-width: 1400px) { .similar-girls1 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; gap: 30px; } }

@media only screen and (max-width: 760px) { .similar-girls1 { gap: 23px; display: block; padding-bottom: 45px; } }

.similar-girls1__title { color: #FF2241; font-size: 18px; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .similar-girls1__title { padding-bottom: 23px; } }

@media only screen and (max-width: 760px) { .similar-girls1__over { overflow: hidden; margin: 0 -20px; } }

.similar-girls1__scroll { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 16px; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media only screen and (max-width: 1400px) { .similar-girls1__scroll { gap: 10px; } }

@media only screen and (max-width: 760px) { .similar-girls1__scroll { display: block; margin-top: -50px; position: relative; top: 50px; padding-bottom: 50px; overflow: auto; white-space: nowrap; font-size: 0.01px; padding-left: 20px; } }

.similar-girls1__scroll a { padding: 12px 20px; border-radius: 25px; background: #E4E4E4; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; color: #000; font-size: 16px; font-weight: 300; }

@media only screen and (max-width: 1400px) { .similar-girls1__scroll a { padding: 12px 15px; } }

@media only screen and (max-width: 760px) { .similar-girls1__scroll a { display: inline-block; vertical-align: top; margin-right: 2px; color: #FFF; font-size: 13px; font-weight: 300; padding: 12px 20px; border-radius: 25px; background: #7B7B7B; }
  .similar-girls1__scroll a:last-child { margin-right: 20px; } }

.similar-girls1__scroll a:hover { color: #fff; background: #484848; }

.people-block2 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding-bottom: 117px; }

@media only screen and (max-width: 760px) { .people-block2 { padding-bottom: 58px; } }

.people-block2__top { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding-bottom: 32px; }

@media only screen and (max-width: 760px) { .people-block2__top { padding-bottom: 47px; position: relative; margin-right: -20px; margin-left: -10px; } }

.people-block2__top-status { color: #FFF; font-size: 11px; font-weight: 700; line-height: 16.5px; width: 39px; height: 24px; border-radius: 5px 0 0 5px; background: #FF2241; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

@media only screen and (max-width: 760px) { .people-block2__top-status { position: absolute; top: 35px; left: -10px; border-radius: 0 5px 5px 0; } }

.people-block2__top-foto { background-position: center; background-repeat: no-repeat; background-size: cover; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; width: 240px; border-radius: 5px; height: 360px; position: relative; }

.people-block2__top-foto a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

@media only screen and (max-width: 760px) { .people-block2__top-foto { position: absolute; top: 36px; right: 0; width: 63px; height: 96px; border-radius: 4px 0px 0px 4px; } }

.people-block2__top-right { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; padding: 50px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 34px; border-radius: 5px; background: #FFF; }

@media only screen and (max-width: 760px) { .people-block2__top-right { padding: 30px 20px 40px 23px; gap: 20px; border-radius: 5px 0 0 5px; } }

.people-block2__top-title { color: #000; font-size: 34px; font-weight: 500; line-height: 34px; letter-spacing: -1px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 13px; }

@media only screen and (max-width: 760px) { .people-block2__top-title { color: #000; font-size: 32px; font-weight: 500; line-height: 32px; letter-spacing: -1px; margin-right: 55px; gap: 2px; }
  .people-block2__top-title:before { display: inline-block; vertical-align: top; content: ''; width: 15px; } }

.people-block2__top-information { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 42px; color: #747474; font-size: 22px; font-weight: 300; line-height: 30.8px; }

@media only screen and (max-width: 1000px) { .people-block2__top-information { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 20px; } }

@media only screen and (max-width: 760px) { .people-block2__top-information { font-size: 16px; font-weight: 300; line-height: 22.4px; gap: 8px 12px; margin-right: 55px; } }

.people-block2__top-text { color: #747474; font-size: 18px; font-weight: 250; line-height: 28.8px; }

@media only screen and (max-width: 760px) { .people-block2__top-text { font-size: 14px; font-weight: 250; line-height: 22.4px; } }

.people-block2__top-check-fake { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 22px; }

@media only screen and (max-width: 1000px) { .people-block2__top-check-fake { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } }

@media only screen and (max-width: 760px) { .people-block2__top-check-fake { gap: 16px; } }

.people-block2__top-check-fake span { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 15px; color: #000; font-size: 16px; font-weight: 300; line-height: 22.4px; }

.people-block2__top-check-fake span:before { content: ''; background: url("../img/i123.svg") no-repeat 0 0; background-size: 27px 27px; width: 27px; height: 27px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }
.people-block2__top-check-fake span.no:before { background: url("../img/i114.svg") no-repeat 0 0; background-size: 27px 27px; width: 27px; height: 27px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .people-block2__top-check-fake span { font-size: 13px; font-weight: 300; line-height: 18.2px; }
  .people-block2__top-check-fake span:before { background: url("../img/i152.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.people-block2__description { border: 1px solid #cfcfcf; border-top: none; border-radius: 0 0 5px 5px; margin-bottom: 128px; padding: 35px 65px 0 65px; }

@media only screen and (max-width: 1000px) { .people-block2__description { padding-left: 30px; padding-right: 30px; } }

@media only screen and (max-width: 760px) { .people-block2__description { display: none; } }

.people-block2__description-list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; gap: 80px; }

@media only screen and (max-width: 1400px) { .people-block2__description-list { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 50px; } }

.people-block2__description-item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 25px; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; }

.people-block2__description-title { color: #868686; font-size: 18px; line-height: 28.8px; font-weight: 250; }

.people-block2__description-title b { font-weight: 500; }

.people-block2__description-bottom { position: relative; top: 30px; padding-top: 30px; }

.people-block2__small { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 35px; }

@media only screen and (max-width: 760px) { .people-block2__small { gap: 19px; } }

.people-block2__small-title { color: #525252; font-size: 22px; line-height: 33px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 26px; }

@media only screen and (max-width: 1000px) { .people-block2__small-title { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } }

@media only screen and (max-width: 760px) { .people-block2__small-title { font-size: 16px; font-weight: 400; line-height: 24px; color: #000; gap: 0px; } }

.people-block2__small-over { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 39px; }

@media only screen and (max-width: 1000px) { .people-block2__small-over { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 30px; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } }

@media only screen and (max-width: 760px) { .people-block2__small-over { gap: 35px; } }

.people-block2__small-alert { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 23px; color: #525252; font-size: 18px; font-weight: 250; line-height: 27px; }

@media only screen and (max-width: 760px) { .people-block2__small-alert { font-size: 14px; font-weight: 250; line-height: 21px; } }

.people-block2__small-alert p { max-width: 460px; }

.people-block2__small-alert:before { content: ''; background: url("../img/i124.svg") no-repeat 0 0; background-size: 29px 29px; width: 29px; height: 29px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.people-block2__small-complain { padding: 12px 20px 14px 20px; border-radius: 5px; border: 1px solid #FF2241; color: #FF2241; font-size: 16px; line-height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

@media only screen and (max-width: 760px) { .people-block2__small-complain { width: 100%; } }

.people-block2__small-complain:hover { background: #ff2241; color: #fff; }

.list1.clm { -webkit-columns: 2; -moz-columns: 2; columns: 2; display: block; gap: 40px; }

.list1 li { color: #000; font-size: 20px; font-weight: 250; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 12px; margin-bottom: 10px; }

@media only screen and (max-width: 1000px) { .list1 li { font-size: 19px; } }

.list1 li:last-child { margin: 0; }

.list1 li:before { content: ''; width: 6px; height: 6px; background: #000; border-radius: 5px; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.block-link1 { position: relative; padding: 90px 0; margin-bottom: 114px; }

@media only screen and (max-width: 760px) { .block-link1 { margin-bottom: 50px; padding: 40px 0; } }

.block-link1__background { position: absolute; top: 0; bottom: 0; width: 1920px; left: 50%; margin-left: -960px; background-position: center; background-repeat: no-repeat; background-size: cover; }

.block-link1__background.black { display: none; }

@media only screen and (max-width: 760px) { .block-link1__background { top: 0; bottom: 0; left: -20px; right: -20px; width: auto; margin: 0; } }

@media only screen and (max-width: 760px) { .block-link1__over { overflow: hidden; margin: 0 -20px; } }

.block-link1__scroll { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 20px; }

@media only screen and (max-width: 1400px) { .block-link1__scroll { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

@media only screen and (max-width: 760px) { .block-link1__scroll { display: block; overflow: auto; padding-bottom: 50px; position: relative; top: 50px; margin-top: -50px; padding-left: 20px; white-space: nowrap; } }

.block-link1__item { -webkit-flex-basis: 22%; -ms-flex-preferred-size: 22%; flex-basis: 22%; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; }

@media only screen and (max-width: 1400px) { .block-link1__item { -webkit-flex-basis: 45%; -ms-flex-preferred-size: 45%; flex-basis: 45%; }
  .block-link1__item br { display: none; } }

@media only screen and (max-width: 760px) { .block-link1__item { display: inline-block; vertical-align: top; white-space: normal; } }

.block-link1__item span { height: 109px; padding: 0 20px; border-radius: 8px; border: 2px solid #FFF; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; gap: 20px; font-style: normal; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; color: #000; }

@media only screen and (max-width: 1000px) { .block-link1__item span { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; } }

@media only screen and (max-width: 760px) { .block-link1__item span { font-size: 14px; font-weight: 400; line-height: 21px; -webkit-flex-basis: auto; -ms-flex-preferred-size: auto; flex-basis: auto; padding: 0 29px; height: 100px; margin-right: 6px; }
  .block-link1__item span:last-child { margin-right: 20px; }
  .block-link1__item span br { display: inline; } }

.block-link1__item span:before { content: ''; }

.block-link1__item:hover span { background: rgba(255, 255, 255, 0.08); }

.block-link1__item.icon1 span:before { background: url("../img/i125.svg") no-repeat 0 0; background-size: 38px 33px; width: 38px; height: 33px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.block-link1__item.icon2 span:before { background: url("../img/i126.svg") no-repeat 0 0; background-size: 40px 38px; width: 40px; height: 38px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.block-link1__item.icon3 span:before { background: url("../img/i127.svg") no-repeat 0 0; background-size: 33px 38px; width: 33px; height: 38px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.block-link1__item.icon4 span:before { background: url("../img/i128.svg") no-repeat 0 0; background-size: 39px 36px; width: 39px; height: 36px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.block-review1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding-bottom: 118px; }

@media only screen and (max-width: 760px) { .block-review1 { padding-bottom: 80px; } }

.block-review1__nav { margin-bottom: 65px; position: relative; border-bottom: 1px solid #999; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

@media only screen and (max-width: 1000px) { .block-review1__nav { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 30px; } }

@media only screen and (max-width: 760px) { .block-review1__nav { gap: 33px; border: none; margin-bottom: 46px; } }

.block-review1__nav-title { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 14px; -webkit-flex-basis: 30%; -ms-flex-preferred-size: 30%; flex-basis: 30%; color: #999; font-size: 34px; font-weight: 500; line-height: 34px; letter-spacing: -1px; }

@media only screen and (max-width: 1400px) { .block-review1__nav-title { font-size: 30px; } }

@media only screen and (max-width: 760px) { .block-review1__nav-title { margin-left: 0px; color: #000; font-size: 32px; line-height: 32px; letter-spacing: -1px; }
  .block-review1__nav-title b { font-weight: 500; } }

.block-review1__nav-title span { color: #FFF; font-size: 11px; font-weight: 700; line-height: 16.5px; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; width: 39px; height: 24px; border-radius: 5px 0 0 5px; background: #FF2241; }

.block-review1__nav-title b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 312px; }

@media only screen and (max-width: 1400px) { .block-review1__nav-title b { max-width: 260px; } }

@media only screen and (max-width: 1000px) { .block-review1__nav-title b { max-width: none; } }

.block-review1__nav-over { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; }

@media only screen and (max-width: 760px) { .block-review1__nav-over { gap: 31px; margin-right: -20px; } }

.block-review1__nav-item { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; border-radius: 5px 5px 0 0; cursor: pointer; border: 1px solid transparent; border-bottom: none; padding: 28px 20px; position: relative; }

@media only screen and (max-width: 760px) { .block-review1__nav-item { padding: 0 0 14px 0; border: none; -webkit-flex-basis: auto; -ms-flex-preferred-size: auto; flex-basis: auto; -webkit-box-flex: 0; -webkit-flex-grow: 0; -ms-flex-positive: 0; flex-grow: 0; }
  .block-review1__nav-item i { display: block; } }

.block-review1__nav-item span { color: #FF2241; font-size: 28px; line-height: 28px; letter-spacing: -1px; -webkit-text-decoration-line: underline; text-decoration-line: underline; }

@media only screen and (max-width: 1400px) { .block-review1__nav-item span { font-size: 20px; line-height: 20px; } }

@media only screen and (max-width: 760px) { .block-review1__nav-item span { font-size: 17px; font-weight: 400; line-height: 18px; letter-spacing: -0px; -webkit-text-decoration-line: underline; text-decoration-line: underline; } }

.block-review1__nav-item:hover span { text-decoration: none; }

.block-review1__nav-item.active { border-color: #999; }

@media only screen and (max-width: 760px) { .block-review1__nav-item.active { border: none; }
  .block-review1__nav-item.active:after { position: absolute; top: 100%; left: 1px; display: block; content: ''; background: url("../img/i153.svg") no-repeat 0 0; background-size: 12px 12px; width: 12px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.block-review1__nav-item.active:before { position: absolute; bottom: -1px; left: 0; right: 0; display: block; content: ''; border-bottom: 1px solid #f3f3f3; }

@media only screen and (max-width: 760px) { .block-review1__nav-item.active:before { border-bottom: 1px solid #000; left: 11px; } }

.block-review1__nav-item.active span { color: #000; text-decoration: none; }

.block-review1__nav-item.active span:before { content: '↓ '; }

@media only screen and (max-width: 760px) { .block-review1__nav-item.active span:before { display: none; } }

.block-review1__add-review { padding: 12px 30px 14px 30px; border-radius: 5px; border: 1px solid #FF2241; color: #FF2241; font-size: 16px; line-height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; margin-bottom: 52px; }

@media only screen and (max-width: 760px) { .block-review1__add-review { margin-bottom: 20px; width: 100%; } }

.block-review1__add-review:hover { color: #fff; background: #ff2241; }

@media only screen and (max-width: 760px) { .block-review1__add-review span { display: none; } }

.block-review1__add-review span:last-child { display: none; }

@media only screen and (max-width: 760px) { .block-review1__add-review span:last-child { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } }

.block-review1__fake-check { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 28px; }

@media only screen and (max-width: 1000px) { .block-review1__fake-check { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 13px; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } }

@media only screen and (max-width: 760px) { .block-review1__fake-check { gap: 4px; } }

.block-review1__fake-check span { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 12px; color: #64B200; font-size: 16px; line-height: 24px; }

@media only screen and (max-width: 760px) { .block-review1__fake-check span { gap: 12px; font-size: 14px; font-weight: 400; line-height: 21px; } }

.block-review1__fake-check span:before { content: ''; background: url("../img/i135.svg") no-repeat 0 0; background-size: 12px 13px; width: 12px; height: 13px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.block-review1__fake-check span.no { color: #ff2241; }

.block-review1__fake-check span.no:before { background: url("../img/i136.svg") no-repeat 0 0; background-size: 12px 13px; width: 12px; height: 13px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.block-review1__list1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 34px; padding-bottom: 34px; }

@media only screen and (max-width: 760px) { .block-review1__list1 { margin-right: -20px; gap: 20px; } }

.block-review1__list1-item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 10px; }

@media only screen and (max-width: 760px) { .block-review1__list1-item { gap: 10px; } }

.block-review1__list1-sub { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 10px; }

@media only screen and (max-width: 760px) { .block-review1__list1-sub { gap: 0px; } }

.block-review1__list1-sub:before { content: ''; background: url("../img/i129.svg") no-repeat 0 0; background-size: 40px 41px; width: 40px; height: 41px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .block-review1__list1-sub:before { background: url("../img/i154.svg") no-repeat 0 0; background-size: 20px 40px; width: 20px; height: 40px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.block-review1__list1-sub .block-review1__list1-over { margin: 0; }

.block-review1__list1-sub .block-review1__list1-text { font-weight: 250; }

.block-review1__list1-sub .block-review1__list1-title b { font-size: 16px; font-weight: 250; line-height: 16px; letter-spacing: -0px; }

.block-review1__list1-over { padding: 40px 50px; border-radius: 5px; background: #F8F8F8; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 14px; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; margin-right: 50px; }

@media only screen and (max-width: 760px) { .block-review1__list1-over { margin: 0; padding: 20px; background: #fff; gap: 8px; } }

.block-review1__list1-title { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 28px; color: #787878; font-size: 16px; font-weight: 250; line-height: 16px; letter-spacing: -0px; }

.block-review1__list1-title span:first-child { color: #A5A5A5; }

@media only screen and (max-width: 760px) { .block-review1__list1-title span:first-child { color: #131313; } }

@media only screen and (max-width: 1000px) { .block-review1__list1-title { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 12px; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } }

@media only screen and (max-width: 760px) { .block-review1__list1-title { color: #131313; } }

.block-review1__list1-title b { font-weight: 400; }

.block-review1__list1-title a { color: #A5A5A5; text-decoration: underline; font-weight: 400; }

@media only screen and (max-width: 760px) { .block-review1__list1-title a { color: #131313; } }

.block-review1__list1-title a:hover { text-decoration: none; }

.block-review1__list1-text { color: #000; font-size: 22px; font-weight: 300; line-height: 33px; }

@media only screen and (max-width: 1000px) { .block-review1__list1-text { font-size: 19px; line-height: 30px; } }

@media only screen and (max-width: 760px) { .block-review1__list1-text { font-size: 18px; line-height: 27px; } }

.block-review1__list1-reit2 { display: none; display: inline-block; vertical-align: top; margin-left: 25px; }

@media only screen and (max-width: 760px) { .block-review1__list1-reit2 { margin-left: 16px; } }

.block-review1__list1-reit2 i { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 8px; }

.block-review1__list1-reit2-text { color: #000; font-size: 18px; font-weight: 700; font-style: normal; }

.block-review1__list1-reit2-list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 8px; }

.block-review1__list1-reit2-list i { background: url("../img/i161.svg") no-repeat 0 0; background-size: 16px 15px; width: 16px; height: 15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.block-review1__list1-reit2-list i.active { background: url("../img/i162.svg") no-repeat 0 0; background-size: 17px 15px; width: 17px; height: 15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.block-review1__list1-reit { display: none; display: inline-block; vertical-align: top; margin-left: 24px; }

@media only screen and (max-width: 760px) { .block-review1__list1-reit { margin-left: 16px; } }

.block-review1__list1-reit i { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 7px; }

.block-review1__list1-reit i i { font-style: normal; }

.block-review1__list1-reit i i:nth-child(1) { background: url("../img/i155.svg") no-repeat 0 0; background-size: 15px 14px; width: 15px; height: 14px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; cursor: pointer; position: relative; }

.block-review1__list1-reit i i:nth-child(1):before { position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; display: block; content: ''; }

.block-review1__list1-reit i i:nth-child(1).active { background: url("../img/i157.svg") no-repeat 0 0; background-size: 15px 14px; width: 15px; height: 14px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.block-review1__list1-reit i i:nth-child(2) { font-size: 18px; font-weight: 300; }

.block-review1__list1-reit i i:nth-child(3) { background: url("../img/i156.svg") no-repeat 0 0; background-size: 15px 14px; width: 15px; height: 14px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; cursor: pointer; position: relative; }

.block-review1__list1-reit i i:nth-child(3):before { position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; display: block; content: ''; }

.block-review1__list1-reit i i:nth-child(3).active { background: url("../img/i158.svg") no-repeat 0 0; background-size: 15px 14px; width: 15px; height: 14px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.block-review1__show-more { color: #FF2241; font-size: 16px; line-height: 24px; padding: 12px 30px 14px 30px; border-radius: 5px; border: 1px solid #FF2241; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; margin-bottom: 65px; }

@media only screen and (max-width: 760px) { .block-review1__show-more { width: 100%; margin-bottom: 32px; } }

.block-review1__show-more:hover { background: #ff2241; color: #fff; }

@media only screen and (max-width: 760px) { .block-review1__show-more span { display: none; } }

.block-review1__show-more span:last-child { display: none; }

@media only screen and (max-width: 760px) { .block-review1__show-more span:last-child { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } }

.block-review1-reit { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding-bottom: 29px; margin-top: -5px; max-width: 400px; }

.block-review1-reit-text { color: #808080; font-size: 16px; font-weight: 300; line-height: 24px; }

.block-review1-reit-text b { font-weight: 700; }

.block-review1-reit-star { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 8px; }

.block-review1-reit-star li { background: url("../img/i159.svg") no-repeat 0 0; background-size: 22px 22px; width: 22px; height: 22px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.block-review1-reit-star li.active { background: url("../img/i160.svg") no-repeat 0 0; background-size: 22px 22px; width: 22px; height: 22px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.add-review1 { position: relative; }

@media only screen and (max-width: 760px) { .add-review1 { margin: 0 -17px; border: 2px solid #dadada; border-radius: 4px; } }

@media only screen and (max-width: 760px) and (max-width: 760px) { .add-review1 { padding: 27px 17px 0 17px; } }

.add-review1:before { position: absolute; top: 14px; left: 0; right: 0; bottom: 0; content: ''; border: 1px solid #dedede; }

@media only screen and (max-width: 760px) { .add-review1:before { display: none; } }

.add-review1__over { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.add-review1__title { padding: 0 40px 47px 48px; background: #f3f3f3; color: #000; font-size: 28px; line-height: 28px; letter-spacing: -1px; margin-left: 1px; -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; }

.add-review1__title:before { content: '↓ '; }

@media only screen and (max-width: 760px) { .add-review1__title:before { display: none; } }

@media only screen and (max-width: 1000px) { .add-review1__title { padding-left: 30px; padding-right: 30px; } }

@media only screen and (max-width: 760px) { .add-review1__title { padding: 0 0 27px 0; font-size: 28px; font-weight: 400; line-height: 28px; letter-spacing: -1px; }
  .add-review1__title i { display: block; } }

.add-review1__content { padding: 0 60px 0 50px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

@media only screen and (max-width: 1000px) { .add-review1__content { padding: 0 30px; } }

@media only screen and (max-width: 760px) { .add-review1__content { padding: 0; } }

.add-review1__input { max-width: 535px; height: 77px; padding: 20px 30px; border-radius: 5px; background: #FFF; color: #000; font-size: 22px; font-weight: 250; line-height: 33px; margin-bottom: 20px; }

@media only screen and (max-width: 760px) { .add-review1__input { padding: 0 20px; height: 60px; font-size: 16px; line-height: 24px; } }

.add-review1 ::-webkit-input-placeholder { opacity: 1; color: #aaa; }

.add-review1 ::-moz-placeholder { opacity: 1; color: #aaa; }

.add-review1 :-ms-input-placeholder { opacity: 1; color: #aaa; }

.add-review1 :-moz-placeholder { opacity: 1; color: #aaa; }

.add-review1__textarea { width: 100%; height: 171px; padding: 20px 30px; border-radius: 5px; background: #FFF; color: #000; font-size: 22px; font-weight: 250; line-height: 33px; }

@media only screen and (max-width: 760px) { .add-review1__textarea { height: 171px; padding: 20px; font-size: 16px; line-height: 24px; } }

.add-review1__submit { color: #FF2241; font-size: 16px; line-height: 24px; padding: 12px 30px 14px 30px; border-radius: 5px; border: 1px solid #FF2241; background: #F3F3F3; position: relative; top: 39px; margin-bottom: 14px; -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; }

.add-review1__submit:hover { background: #ff2241; color: #fff; }

@media only screen and (max-width: 760px) { .add-review1__submit { width: 100%; margin: 0; top: 27px; margin-top: -14px; } }

.add-review1__line1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 20px; padding-bottom: 20px; }

@media only screen and (max-width: 760px) { .add-review1__line1 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 10px; padding-bottom: 10px; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; } }

.add-review1__line1 input { padding: 0 30px; height: 69px; width: 377px; border: 1px solid #d5d5d5; margin: 0; }

@media only screen and (max-width: 760px) { .add-review1__line1 input { width: 100%; padding: 0 20px; } }

.add-review1__rait { padding: 0 20px; border-radius: 5px; border: 1px solid #D5D5D5; background: #FFF; height: 69px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; gap: 13px; }

@media only screen and (max-width: 760px) { .add-review1__rait { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; gap: 0px; padding: 0 15px 0 20px; } }

.add-review1__rait span { color: #000; font-size: 16px; font-weight: 300; line-height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 5px; }

@media only screen and (max-width: 1000px) { .add-review1__rait span { font-size: 13px; white-space: nowrap; } }

@media only screen and (max-width: 760px) { .add-review1__rait span { font-size: 16px; } }

.add-review1__rait span b { font-weight: 700; width: 10px; }

.add-review1__rait-list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.add-review1__rait-list li { padding: 0 4px; cursor: pointer; }

.add-review1__rait-list li span { background: url("../img/i131.svg") no-repeat 0 0; background-size: 22px 23px; width: 22px; height: 23px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.add-review1__rait-list li.ac span { background: url("../img/i132.svg") no-repeat 0 0; background-size: 22px 23px; width: 22px; height: 23px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.add-review1__line2 { padding: 20px; border-radius: 5px; border: 1px solid #D5D5D5; background: #FFF; margin-bottom: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 22px; }

@media only screen and (max-width: 1000px) { .add-review1__line2 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 20px; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } }

@media only screen and (max-width: 760px) { .add-review1__line2 { gap: 14px; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; } }

.add-review1__line2-item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 22px; }

@media only screen and (max-width: 1000px) { .add-review1__line2-item { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; width: 100%; border-bottom: 1px solid #D5D5D5; padding-bottom: 20px; }
  .add-review1__line2-item:last-child { border: none; padding-bottom: 0; } }

@media only screen and (max-width: 760px) { .add-review1__line2-item { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; border: none; padding: 0; gap: 14px; } }

.add-review1__line2-title { color: #4F4F4F; font-size: 16px; font-weight: 250; line-height: 24px; text-align: right; }

@media only screen and (max-width: 1000px) { .add-review1__line2-title { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; text-align: center; }
  .add-review1__line2-title br { display: none; } }

.add-review1__line2-over { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; gap: 34px; width: 280px; padding: 16px 0; border-radius: 5px; border: 1px solid #D5D5D5; background: #F3F3F3; }

@media only screen and (max-width: 1400px) { .add-review1__line2-over { padding: 16px; width: auto; } }

@media only screen and (max-width: 760px) { .add-review1__line2-over { width: 100%; } }

.add-review1__line2-label { cursor: pointer; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 7px; color: #626262; font-size: 14px; line-height: 21px; position: relative; }

.add-review1__line2-label:before { position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; display: block; content: ''; }

.add-review1__line2-label .jq-radio { background: url("../img/i133.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.add-review1__line2-label .jq-radio.checked { background: url("../img/i134.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.title-page3 { color: #000; font-size: 34px; font-weight: 500; line-height: 44px; letter-spacing: -1px; padding-bottom: 66px; }

.title-page3.mod1 { padding-bottom: 80px; }

@media only screen and (max-width: 760px) { .title-page3.mod1 { padding-bottom: 32px; } }

@media only screen and (max-width: 760px) { .title-page3 { font-size: 32px; font-weight: 500; line-height: 32px; letter-spacing: -1px; padding-bottom: 32px; } }

.carousel3 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin: 0 -20px; margin-bottom: 80px; }

@media only screen and (max-width: 1400px) { .carousel3 { margin-left: -10px; margin-right: -10px; } }

.carousel3__item { padding: 0 20px; -webkit-flex-basis: 20%; -ms-flex-preferred-size: 20%; flex-basis: 20%; }

@media only screen and (max-width: 1400px) { .carousel3__item { -webkit-flex-basis: 25%; -ms-flex-preferred-size: 25%; flex-basis: 25%; padding: 0 10px; }
  .carousel3__item:nth-child(5) { display: none; } }

.people-card3 { position: relative; height: 413px; padding-bottom: 13px; }

.people-card3__slide { position: relative; border-radius: 4px; width: 0px; }

.people-card3__slide .slick-dots { position: absolute; top: 3px; left: 3px; right: 3px; z-index: 1; }

.people-card3__slide .slick-dots ul { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; gap: 3px; width: 100%; }

.people-card3__slide .slick-dots li { height: 5px; border-radius: 5px; opacity: 0.8; background: #656565; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; position: relative; cursor: pointer; }

.people-card3__slide .slick-dots li span { display: none; }

.people-card3__slide .slick-dots li:before { position: absolute; top: -10px; bottom: -10px; left: 0; right: 0; content: ''; }

.people-card3__slide .slick-dots li.slick-active { background: #d9d9d9; }

.people-card3__slide-item { height: 400px; background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 4px; overflow: hidden; position: relative; }

.people-card3__slide-item:after { position: absolute; bottom: 0; left: 0; right: 0; display: block; content: ''; height: 223px; background: url(../img/g2.png); background-size: 100% 100%; }

.people-card3__slide-item:first-child { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.people-card3__price { position: absolute; bottom: 0; left: 20px; padding: 5px 10px; border-radius: 5px; background: #2400FF; color: #FFF; font-size: 11px; line-height: 16.5px; }

.people-card3__text { position: absolute; bottom: 45px; left: 20px; right: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 8px; }

.people-card3__text span { color: #FFF; font-size: 28px; font-weight: 500; line-height: 28px; letter-spacing: -1px; }

.people-card3__text p { color: #CFCFCF; font-size: 10px; text-transform: uppercase; }

.people-card3__status { position: absolute; top: 29px; left: 0; color: #FFF; font-size: 11px; font-weight: 700; line-height: 16.5px; width: 39px; height: 24px; border-radius: 0px 5px 5px 0px; background: #FF2241; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.people-card3__link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.people-card3__favorite2 { position: absolute; top: 72px; right: 19px; background: url("../img/i98.svg") no-repeat 0 0; background-size: 27px 25px; width: 27px; height: 25px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .people-card3__favorite2 { display: none; } }

.people-card3__favorite2:before { position: absolute; top: 0; left: 0; content: ''; background: url("../img/i99.svg") no-repeat 0 0; background-size: 27px 25px; width: 27px; height: 25px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; opacity: 0; }

.people-card3__favorite2.active { background: none; }

.people-card3__favorite2.active:before { opacity: 1; }

.people-card3__favorite1 { position: absolute; top: 28px; right: 15px; color: #FF2241; font-size: 13px; font-weight: 700; line-height: 23.4px; text-transform: uppercase; padding-top: 3px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; background: url("../img/i130.svg") no-repeat 0 0; background-size: 36px 31px; width: 36px; height: 31px; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.content-tab1__item { position: absolute; top: -9999px; left: -9999px; }

.content-tab1__item.active { position: static; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.content-tab1__item:last-child .block-review1__list1-title a { color: #a5a5a5; }

.button-mobile1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; padding-bottom: 19px; }

.button-mobile1__prev { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 8px; color: #FF2241; font-size: 10px; font-weight: 300; }

.button-mobile1__prev:before { content: ''; background: url("../img/i139.svg") no-repeat 0 0; background-size: 60px 34px; width: 60px; height: 34px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.button-mobile1__next { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; gap: 8px; color: #FF2241; font-size: 10px; font-weight: 300; }

.button-mobile1__next:before { content: ''; background: url("../img/i140.svg") no-repeat 0 0; background-size: 60px 34px; width: 60px; height: 34px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.button-mobile1__filter { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 12px; color: #000; font-size: 12px; font-weight: 300; line-height: 16.8px; text-transform: uppercase; }

.button-mobile1__filter:before { content: ''; background: url("../img/i141.svg") no-repeat 0 0; background-size: 29px 27px; width: 29px; height: 27px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.title-page2-mobile { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 6px; padding-bottom: 22px; }

.title-page2-mobile__text { color: #000; font-size: 32px; font-weight: 500; line-height: 35.2px; letter-spacing: -1px; }

.title-page2-mobile__status ~ .title-page2-mobile__text:before { display: inline-block; vertical-align: top; width: 31px; content: ''; height: 5px; }

.title-page2-mobile__bottom { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 12px; }

.title-page2-mobile__bottom i { color: #FFF; font-size: 9px; font-weight: 300; line-height: 13.5px; width: 106px; height: 16px; border-radius: 0px 5px 5px 5px; background: #FF2241; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; font-style: normal; }

.title-page2-mobile__bottom span { color: #757575; font-size: 14px; font-weight: 300; line-height: 25.2px; text-transform: uppercase; }

.title-page2-mobile__status { position: absolute; top: 6px; left: -20px; padding: 4px 10px; border-radius: 0px 8px 8px 0px; background: #FF2241; color: #FFF; font-size: 11px; font-weight: 700; line-height: 16.5px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.mobile-small-block { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 6px; padding-bottom: 6px; }

.mobile-small-block__favorite1 { padding: 8px 5px 10px 5px; border-radius: 5px; background: #FFF; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-flex-basis: 40%; -ms-flex-preferred-size: 40%; flex-basis: 40%; color: #5B5B5B; font-size: 13px; line-height: 19.5px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; gap: 8px; white-space: nowrap; }

.mobile-small-block__favorite1:before { content: ''; background: url("../img/i144.svg") no-repeat 0 0; background-size: 18px 17px; width: 18px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.mobile-small-block__favorite1.active:before { background-image: url("../img/i126.svg"); }

.mobile-small-block__favorite2 { padding: 8px 5px 10px 5px; border-radius: 5px; background: #FFF; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; color: #5B5B5B; font-size: 13px; line-height: 19.5px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; gap: 8px; white-space: nowrap; }

.mobile-small-block__favorite2 i { background: url("../img/i145.svg") no-repeat 0 0; background-size: 20px 17px; width: 20px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; font-style: normal; display: flex; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; padding-top: 1px; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; color: #505050; font-size: 8px; font-weight: 700; line-height: 14.4px; text-transform: uppercase; }

.mobile-small-block__favorite2.active i { background-image: url("../img/i125.svg"); color: #FE2F4C; }

.mobile-small-block__phone { width: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.mobile-small-block__phone a { height: 60px; font-size: 30px; text-align: center; color: #000; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; display: none; }

.mobile-small-block__phone b { height: 60px; padding: 10px 22px 12px 22px; border-radius: 5px; background: #FFF; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font-weight: 400; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; color: #000; font-size: 18px; cursor: pointer; line-height: 27px; gap: 15px; width: 100%; }

.mobile-small-block__phone b:before { content: ''; background: url("../img/i146.svg") no-repeat 0 0; background-size: 22px 16px; width: 22px; height: 16px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.mobile-small-block__phone.active a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.mobile-small-block__phone.active b { display: none; }

.mobile-small-block__social-list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 5px; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; width: 100%; }

.mobile-small-block__social-list a { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; gap: 8px; color: #5B5B5B; font-size: 13px; line-height: 19.5px; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; padding: 9px 0; border-radius: 5px; background: #FFF; }

.mobile-small-block__social-list a:before { content: ''; }

.mobile-small-block__social-list a.icon1:before { background: url("../img/i147.svg") no-repeat 0 0; background-size: 17px 17px; width: 17px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.mobile-small-block__social-list a.icon2:before { background: url("../img/i148.svg") no-repeat 0 0; background-size: 18px 17px; width: 18px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.mobile-small-block__social-list a.icon3:before { background: url("../img/i149.svg") no-repeat 0 0; background-size: 16px 17px; width: 16px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.list-service-mobile { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 25px; }

.list-service-mobile.style1 { gap: 21px; }

.list-service-mobile.style1 .list-service-mobile__item.active .list-service-mobile__title:before { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); filter: progid:DXImageTransform.Microsoft.Matrix(M11=$m11, M12=$m12,M21=$m21, M22=$m22, sizingMethod='auto expand'); zoom: 1; }

.list-service-mobile.style1 .list-service-mobile__item.active .list-service-mobile__show-more2 { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; }

.list-service-mobile.style1 .list-service-mobile__title { padding: 8px 22px; border-radius: 5px; border: 1px solid #ADADAD; color: #000; font-size: 16px; font-weight: 500; line-height: 19.2px; position: relative; padding-right: 40px; cursor: pointer; }

.list-service-mobile.style1 .list-service-mobile__title:before { position: absolute; top: 50%; right: 22px; display: block; content: ''; margin-top: -10px; background: url("../img/i252.svg") no-repeat 0 0; background-size: 15px 20px; width: 15px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); filter: progid:DXImageTransform.Microsoft.Matrix(M11=$m11, M12=$m12,M21=$m21, M22=$m22, sizingMethod='auto expand'); zoom: 1; }

.list-service-mobile.style1 .list-service-mobile__title i { color: #868686; font-weight: 250; }

.list-service-mobile.style1 .list-service-mobile__show-more { display: none; }

.list-service-mobile.style1 .list-service-mobile__list { padding-bottom: 5px; display: none; }

.list-service-mobile.style1 .list-service-mobile__list-item { padding-bottom: 6px; }

.list-service-mobile.style1 .list-service-mobile__list-item:last-child { padding-bottom: 0; }

.list-service-mobile.style1 .list-service-mobile__list .hide { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; }

.list-service-mobile.style1 .list-service-mobile__show-more2 { padding-left: 22px; }

.list-service-mobile.style1 .list-service-mobile__show-more2:before { content: 'свернуть'; color: #FF2241; font-size: 13px; text-transform: uppercase; -webkit-text-decoration-line: underline; text-decoration-line: underline; }

.list-service-mobile__item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 9px; }

.list-service-mobile__title { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; color: #868686; font-size: 16px; font-weight: 500; line-height: 25.6px; }

.list-service-mobile__title i { font-weight: 250; font-style: normal; }

.list-service-mobile__list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; color: #000; font-size: 16px; font-weight: 250; line-height: 20px; gap: 6px; }

.list-service-mobile__list.active .hide { display: block !important; }

.list-service-mobile__list-item:before { display: inline-block; vertical-align: top; content: ''; margin: 0 8px; width: 5px; height: 5px; background: #000; border-radius: 5px; position: relative; top: 8px; }

.list-service-mobile__list-item.hide { display: none; }

.list-service-mobile__show-more { color: #FF2241; font-size: 13px; -webkit-align-self: flex-start; -ms-flex-item-align: start; align-self: flex-start; text-transform: uppercase; }

.list-service-mobile__show-more span { -webkit-text-decoration-line: underline; text-decoration-line: underline; }

.list-service-mobile__show-more span:before { content: 'Показать '; }

.list-service-mobile__show-more i { color: #868686; font-style: normal; }

.list-service-mobile__show-more.active span:before { content: 'Скрыть '; }

.list-service-mobile__show-more2 { display: none; }

.title-page4 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; padding-bottom: 67px; gap: 22px; }

@media only screen and (max-width: 760px) { .title-page4 { gap: 5px; padding-bottom: 16px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } }

.title-page4__text { color: #000; font-size: 45px; font-weight: 500; line-height: 45px; letter-spacing: -2px; }

@media only screen and (max-width: 760px) { .title-page4__text { font-size: 22px; font-weight: 500; line-height: 22px; letter-spacing: -1px; } }

.title-page4__status { color: #FF2241; font-size: 14px; font-weight: 500; line-height: 25.2px; text-transform: uppercase; padding: 6px 25px; border-radius: 8px; border: 1px solid #FF2241; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

@media only screen and (max-width: 760px) { .title-page4__status { border: none; padding: 0; font-size: 14px; font-weight: 300; line-height: 25.2px; text-transform: uppercase; } }

.big-form1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 14px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding-bottom: 130px; }

@media only screen and (max-width: 1400px) { .big-form1 { padding-bottom: 60px; } }

@media only screen and (max-width: 760px) { .big-form1 { gap: 3px; margin: 0 -17px; padding-bottom: 37px; } }

.big-form1__block1 { padding: 50px 25px 50px 45px; border-radius: 5px; background: #E7E7E7; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 40px; }

@media only screen and (max-width: 1400px) { .big-form1__block1 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } }

@media only screen and (max-width: 760px) { .big-form1__block1 { padding: 10px 20px 30px 20px; border-radius: 5px; background: #E7E7E7; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; gap: 15px; } }

.big-form1__block1-title { color: #6A6A6A; font-size: 16px; font-weight: 250; line-height: 24px; }

@media only screen and (max-width: 760px) { .big-form1__block1-title { display: none; padding: 13px 0; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 14px; }
  .big-form1__block1-title.show { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; }
  .big-form1__block1-title span:last-child { font-size: 12px; font-weight: 250; } }

.big-form1__block1-title.show { display: none; }

.big-form1__block1-title.mod1 { color: #6A6A6A; font-size: 12px; font-weight: 250; line-height: 18px; margin-left: -10px; }

.big-form1__block1-item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 25px; }

@media only screen and (max-width: 760px) { .big-form1__block1-item { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 5px; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-align-self: stretch; -ms-flex-item-align: stretch; align-self: stretch; } }

.big-form1__input1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 14px; width: 478px; padding: 0 20px 0 0; height: 65px; border-radius: 5px; border: 1px solid #CCC; background: #FFF; }

@media only screen and (max-width: 1400px) { .big-form1__input1 { width: 475px; } }

@media only screen and (max-width: 760px) { .big-form1__input1 { width: 100%; padding-right: 15px; height: 56px; } }

.big-form1__input1 span { display: none; }

.big-form1__input1.active span { background: url("../img/i163.svg") no-repeat 0 0; background-size: 12px 13px; width: 12px; height: 13px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.big-form1__input1 input { height: 65px; color: #000; width: 50px; font-size: 22px; line-height: 33px; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; padding-left: 20px; }

@media only screen and (max-width: 760px) { .big-form1__input1 input { height: 54px; font-size: 16px; font-weight: 400; } }

.big-form1__check1 { padding: 16px 50px; border-radius: 5px; border: 1px solid #D6D6D6; background: #FFF; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 50px; }

@media only screen and (max-width: 1400px) { .big-form1__check1 { margin-left: 57px; } }

@media only screen and (max-width: 760px) { .big-form1__check1 { gap: 30px; padding: 12px 10px; border-radius: 5px; margin: 0; width: 100%; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; border: 1px solid #D6D6D6; background: #F3F3F3; } }

.big-form1__check1-label { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 7px; color: #909090; font-size: 16px; line-height: 24px; position: relative; cursor: pointer; }

@media only screen and (max-width: 760px) { .big-form1__check1-label { font-size: 13px; line-height: 19.5px; } }

.big-form1__check1-label:before { position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; display: block; content: ''; }

.big-form1__check1-label .jq-radio { background: url("../img/i164.svg") no-repeat 0 0; background-size: 20px 21px; width: 20px; height: 21px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .big-form1__check1-label .jq-radio { background: url("../img/i179.svg") no-repeat 0 0; background-size: 14px 14px; width: 14px; height: 14px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.big-form1__check1-label .jq-radio.checked { background: url("../img/i165.svg") no-repeat 0 0; background-size: 20px 21px; width: 20px; height: 21px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .big-form1__check1-label .jq-radio.checked { background: url("../img/i180.svg") no-repeat 0 0; background-size: 14px 14px; width: 14px; height: 14px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.big-form1__check1-label .jq-radio.checked + span { color: #000; }

.big-form1__block2 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 14px; }

@media only screen and (max-width: 1000px) { .big-form1__block2 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }

@media only screen and (max-width: 760px) { .big-form1__block2 { gap: 3px; } }

.big-form1__block2-left { width: 423px; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; padding: 50px 42px 50px 25px; border-radius: 5px; border: 1px solid #6F6F6F; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 15px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

@media only screen and (max-width: 1000px) { .big-form1__block2-left { width: auto; } }

@media only screen and (max-width: 760px) { .big-form1__block2-left { padding: 30px 15px; border-radius: 5px; border: 1px solid #343434; gap: 10px; } }

.big-form1__block2-left-item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 5px; }

.big-form1__block2-right { padding: 50px 25px; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; border-radius: 5px; border: 1px solid #C7C7C7; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 15px; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media only screen and (max-width: 760px) { .big-form1__block2-right { padding: 30px 10px; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; border-radius: 5px; border: 1px solid #C7C7C7; gap: 10px; } }

.big-form1__block2-right-item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

@media only screen and (max-width: 760px) { .big-form1__block2-right-item { width: 100%; } }

.big-form1__block2-label { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; position: relative; cursor: pointer; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.big-form1__block2-label i { padding-right: 57px; height: 56px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; border-radius: 5px; color: #909090; font-size: 16px; font-weight: 250; line-height: 24px; font-style: normal; width: 167px; }

@media only screen and (max-width: 760px) { .big-form1__block2-label i { width: 137px; padding-right: 51px; font-size: 14px; font-weight: 250; line-height: 21px; } }

.big-form1__block2-label .jq-checkbox { background: url("../img/i166.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; position: absolute !important; left: 124px; top: 16px; }

@media only screen and (max-width: 760px) { .big-form1__block2-label .jq-checkbox { left: 98px; } }

.big-form1__block2-label .jq-checkbox.checked { background: url("../img/i167.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.big-form1__block2-label .jq-checkbox.checked + i { color: #000; }

.big-form1__block2-title1 { width: 110px; padding: 12px 20px 14px 0px; border-radius: 5px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; color: #000; font-size: 16px; font-weight: 250; line-height: 24px; }

@media only screen and (max-width: 760px) { .big-form1__block2-title1 { width: 100px; padding: 12px 15px 14px 0px; border-radius: 5px; font-size: 14px; font-weight: 250; line-height: 21px; } }

.big-form1__input2 { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; padding-right: 20px; height: 56px; border-radius: 5px; border: 1px solid #D0D0D0; background: #FFF; padding-right: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 14px; width: 240px; }

@media only screen and (max-width: 760px) { .big-form1__input2 { height: 46px; padding-right: 15px; width: 217px; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; } }

.big-form1__input2.disable { position: relative; }

.big-form1__input2.disable i { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; background: rgba(51, 51, 51, 0.05); }

.big-form1__input2 i { display: none; }

.big-form1__input2 input { height: 54px; padding-left: 20px; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; width: 50px; color: #000; font-size: 16px; line-height: 24px; }

.big-form1__input2 span { display: none; }

.big-form1__input2.active span { background: url("../img/i170.svg") no-repeat 0 0; background-size: 12px 12px; width: 12px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.big-form1__input2 ::-webkit-input-placeholder { opacity: 1; color: #909090; }

.big-form1__input2 ::-moz-placeholder { opacity: 1; color: #909090; }

.big-form1__input2 :-ms-input-placeholder { opacity: 1; color: #909090; }

.big-form1__input2 :-moz-placeholder { opacity: 1; color: #909090; }

.big-form1__block3 { padding: 50px 50px 60px 50px; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; border-radius: 5px; border: 1px solid #C7C7C7; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 28px; }

@media only screen and (max-width: 760px) { .big-form1__block3 { padding: 30px 20px; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; border-radius: 5px; gap: 15px; border: 1px solid #C7C7C7; } }

.big-form1__block3-title { color: #999; font-size: 22px; font-weight: 600; }

.big-form1__block3-title span { font-weight: 300; }

@media only screen and (max-width: 760px) { .big-form1__block3-title span { display: block; font-weight: 250; margin-top: -3px; } }

@media only screen and (max-width: 1000px) { .big-form1__block3-title { line-height: 30px; } }

@media only screen and (max-width: 760px) { .big-form1__block3-title { font-size: 16px; font-weight: 600; line-height: 25px; }
  .big-form1__block3-title i { display: block; }
  .big-form1__block3-title.mod1 { font-size: 22px; font-weight: 600; max-width: 221px; line-height: 29px; } }

.big-form1__check2 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 28px 0; margin: 0 -10px; }

@media only screen and (max-width: 760px) { .big-form1__check2 { gap: 15px 0; } }

.big-form1__check2-label { -webkit-flex-basis: 20%; -ms-flex-preferred-size: 20%; flex-basis: 20%; padding: 0 10px; cursor: pointer; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 15px; color: #868686; font-size: 16px; line-height: 24px; }

@media only screen and (max-width: 1400px) { .big-form1__check2-label { -webkit-flex-basis: 25%; -ms-flex-preferred-size: 25%; flex-basis: 25%; } }

@media only screen and (max-width: 1000px) { .big-form1__check2-label { -webkit-flex-basis: 33.333%; -ms-flex-preferred-size: 33.333%; flex-basis: 33.333%; } }

@media only screen and (max-width: 760px) { .big-form1__check2-label { -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; gap: 10px; font-size: 12px; font-weight: 400; line-height: 18px; } }

.big-form1__check2-label .jq-checkbox { background: url("../img/i168.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .big-form1__check2-label .jq-checkbox { background: url("../img/i168.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.big-form1__check2-label .jq-checkbox.checked { background: url("../img/i169.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .big-form1__check2-label .jq-checkbox.checked { background: url("../img/i169.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.big-form1__check2-label .jq-checkbox.checked + span { color: #000; }

.big-form1__list1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 40px; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media only screen and (max-width: 1400px) { .big-form1__list1 { gap: 20px; } }

@media only screen and (max-width: 760px) { .big-form1__list1 { gap: 14px 20px; margin-right: -20px; } }

.big-form1__list1-item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 25px; }

@media only screen and (max-width: 1400px) { .big-form1__list1-item { gap: 10px; } }

.big-form1__list1-title { color: #000; font-size: 16px; font-weight: 250; line-height: 24px; }

@media only screen and (max-width: 760px) { .big-form1__list1-title span { display: none; } }

.big-form1__list1-title span:last-child { display: none; }

@media only screen and (max-width: 760px) { .big-form1__list1-title span:last-child { display: inline; } }

@media only screen and (max-width: 760px) { .big-form1__list1-title { font-size: 14px; font-weight: 250; line-height: 21px; } }

.big-form1__input3 { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; padding-right: 20px; height: 56px; border-radius: 5px; border: 1px solid #D0D0D0; background: #FFF; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; min-width: 129px; padding: 0 20px; position: relative; }

@media only screen and (max-width: 760px) { .big-form1__input3 { height: 43px; padding: 0 15px; min-width: 0; } }

.big-form1__input3 input { height: 54px; width: 40px; color: #000; font-size: 16px; line-height: 24px; position: relative; z-index: 1; }

@media only screen and (max-width: 760px) { .big-form1__input3 input { height: 41px; font-size: 14px; font-weight: 400; line-height: 21px; } }

.big-form1__input3 span { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; margin-left: 14px; }

@media only screen and (max-width: 760px) { .big-form1__input3 span { margin-left: 9px; } }

.big-form1__input3 span:before { position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: block; content: ''; cursor: text; }

.big-form1__input3 i { font-style: normal; font-size: 16px; line-height: 24px; color: #868686; }

@media only screen and (max-width: 760px) { .big-form1__input3 i { font-size: 14px; font-weight: 400; line-height: 21px; } }

.big-form1__input3.diss span:after { background: url("../img/i171.svg") no-repeat 0 0; background-size: 16px 16px; width: 16px; height: 16px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; content: ''; }

.big-form1__input3.active span:after { background: url("../img/i170.svg") no-repeat 0 0; background-size: 12px 12px; width: 12px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; content: ''; }

.big-form1__input3 ::-webkit-input-placeholder { opacity: 1; }

.big-form1__input3 ::-moz-placeholder { opacity: 1; }

.big-form1__input3 :-ms-input-placeholder { opacity: 1; }

.big-form1__input3 :-moz-placeholder { opacity: 1; }

.big-form1__check3 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 40px; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

@media only screen and (max-width: 760px) { .big-form1__check3 { gap: 15px; } }

.big-form1__check3-label { cursor: pointer; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 15px; color: #B0B0B0; font-size: 16px; line-height: 24px; }

@media only screen and (max-width: 760px) { .big-form1__check3-label { gap: 10px; font-size: 14px; font-weight: 400; line-height: 21px; } }

.big-form1__check3-label .jq-radio { background: url("../img/i172.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .big-form1__check3-label .jq-radio { background: url("../img/i172.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.big-form1__check3-label .jq-radio.checked { background: url("../img/i173.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .big-form1__check3-label .jq-radio.checked { background: url("../img/i173.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.big-form1__check3-label .jq-radio.checked + span { color: #000; }

.big-form1__gallery { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 44px; }

@media only screen and (max-width: 1400px) { .big-form1__gallery { gap: 25px; } }

@media only screen and (max-width: 1000px) { .big-form1__gallery { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

@media only screen and (max-width: 760px) { .big-form1__gallery { gap: 20px; } }

.big-form1__gallery-item { position: relative; width: 156px; height: 234px; border-radius: 4px; background: #FFF; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

@media only screen and (max-width: 760px) { .big-form1__gallery-item { width: auto; -webkit-flex-basis: 40%; -ms-flex-preferred-size: 40%; flex-basis: 40%; height: 65vw; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; } }

.big-form1__gallery-foto { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 4px; }

.big-form1__gallery-remove { position: absolute; top: 0; right: -16px; background: url("../img/i174.svg") no-repeat 0 0; background-size: 32px 32px; width: 32px; height: 32px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .big-form1__gallery-remove { right: 0; } }

.big-form1__gallery-remove:hover { opacity: 0.9; }

.big-form1__gallery-empty { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 25px; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; text-align: center; color: #B0B0B0; font-size: 16px; line-height: 24px; }

.big-form1__gallery-empty:before { content: ''; background: url("../img/i175.svg") no-repeat 0 0; background-size: 32px 32px; width: 32px; height: 32px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .big-form1__gallery-empty { border: 1px solid #D6D6D6; width: 100%; height: 100%; border-radius: 4px; } }

.big-form1__gallery-empty a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; }

.big-form1__gallery-empty a:hover { background: rgba(0, 0, 0, 0.01); }

.big-form1__textarea { height: 214px; padding: 15px 20px 17px 20px; border-radius: 5px; border: 1px solid #D0D0D0; background: #FFF; width: 100%; position: relative; color: #000; font-size: 16px; font-weight: 300; line-height: 24px; }

.big-form1__check4 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -10px; gap: 20px 0; }

@media only screen and (max-width: 760px) { .big-form1__check4 { gap: 5px 0; margin-right: -25px; } }

.big-form1__check4-item { -webkit-flex-basis: 20%; -ms-flex-preferred-size: 20%; flex-basis: 20%; padding: 0 10px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 15px; }

@media only screen and (max-width: 1400px) { .big-form1__check4-item { -webkit-flex-basis: 33.3%; -ms-flex-preferred-size: 33.3%; flex-basis: 33.3%; } }

@media only screen and (max-width: 1000px) { .big-form1__check4-item { -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; } }

.big-form1__check4-item.acc { -webkit-flex-basis: auto; -ms-flex-preferred-size: auto; flex-basis: auto; }

@media only screen and (max-width: 760px) { .big-form1__check4-item.acc { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; } }

.big-form1__check4-label { cursor: pointer; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 15px; min-height: 43px; color: #868686; font-size: 16px; line-height: 24px; }

@media only screen and (max-width: 760px) { .big-form1__check4-label { gap: 10px; font-size: 12px; font-weight: 400; line-height: 18px; } }

.big-form1__check4-label .jq-checkbox { background: url("../img/i168.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .big-form1__check4-label .jq-checkbox { background: url("../img/i168.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.big-form1__check4-label .jq-checkbox.checked { background: url("../img/i169.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .big-form1__check4-label .jq-checkbox.checked { background: url("../img/i169.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.big-form1__check4-label .jq-checkbox.checked + span { color: #000; }

.big-form1__check4-drop { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 2px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; position: relative; width: 227px; display: none; }

@media only screen and (max-width: 760px) { .big-form1__check4-drop { width: auto; -webkit-flex-basis: 50%; -ms-flex-preferred-size: 50%; flex-basis: 50%; } }

.big-form1__check4-drop.acc { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.big-form1__check4-drop.active .big-form1__check4-price { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.big-form1__check4-drop.one .big-form1__check4-current:after { content: ''; background: url("../img/i178.svg") no-repeat 0 0; background-size: 13px 13px; width: 13px; height: 13px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.big-form1__check4-drop.two .big-form1__check4-current { display: none; }

.big-form1__check4-drop.two .big-form1__check4-price { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.big-form1__check4-drop.two .big-form1__check4-price i:after { content: ''; background: url("../img/i178.svg") no-repeat 0 0; background-size: 13px 13px; width: 13px; height: 13px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.big-form1__check4-current { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding: 0 15px; height: 43px; border-radius: 5px; border: 1px solid #C7C7C7; background: #FFF; gap: 10px; color: #000; font-size: 14px; line-height: 21px; white-space: nowrap; cursor: pointer; position: relative; }

@media only screen and (max-width: 760px) { .big-form1__check4-current { font-size: 12px; white-space: normal; line-height: 17px; } }

.big-form1__check4-current input { position: absolute; top: 0; left: -9999px; }

.big-form1__check4-current:after { content: ''; background: url("../img/i176.svg") no-repeat 0 0; background-size: 13px 11px; width: 13px; height: 11px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; position: relative; top: 1px; }

.big-form1__check4-price { padding: 0 15px; height: 43px; border-radius: 5px; border: 1px solid #C7C7C7; background: #FFF; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 5px; position: relative; display: none; }

@media only screen and (max-width: 760px) { .big-form1__check4-price { padding: 0 10px; gap: 2px; height: 40px; } }

.big-form1__check4-price i { -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }

.big-form1__check4-price i:before { position: absolute; top: 0; bottom: 0; left: 0; cursor: text; right: 0; display: block; content: ''; }

.big-form1__check4-price i:after { content: ''; background: url("../img/i177.svg") no-repeat 0 0; background-size: 13px 11px; width: 13px; height: 11px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; position: relative; top: 1px; }

.big-form1__check4-price span { color: #979797; font-size: 14px; line-height: 21px; }

@media only screen and (max-width: 760px) { .big-form1__check4-price span { font-size: 12px; white-space: nowrap; } }

.big-form1__check4-price input { height: 41px; width: 15px; font-size: 14px; line-height: 21px; color: #000; position: relative; z-index: 1; text-align: center; }

@media only screen and (max-width: 760px) { .big-form1__check4-price input { height: 38px; } }

.big-form1__check4-price ::-webkit-input-placeholder { opacity: 1; color: #979797; }

.big-form1__check4-price ::-moz-placeholder { opacity: 1; color: #979797; }

.big-form1__check4-price :-ms-input-placeholder { opacity: 1; color: #979797; }

.big-form1__check4-price :-moz-placeholder { opacity: 1; color: #979797; }

.big-form1__bottom { padding: 40px 70px 0 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 45px; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

@media only screen and (max-width: 1400px) { .big-form1__bottom { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-right: 0; } }

@media only screen and (max-width: 760px) { .big-form1__bottom { padding: 20px 17px 0 17px; } }

@media only screen and (max-width: 760px) { .big-form1__capcha { display: none; } }

.big-form1__capcha-test { height: 76px; }

.big-form1__submit { height: 65px; padding: 12px 40px 14px 40px; border-radius: 5px; background: #FF2241; color: #FFF; font-size: 18px; line-height: 27px; }

@media only screen and (max-width: 760px) { .big-form1__submit { width: 100%; } }

.big-form1__submit:hover { opacity: 0.9; }

.big-form1__small-text { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 18px; color: #868686; font-size: 14px; line-height: 21px; }

@media only screen and (max-width: 760px) { .big-form1__small-text { font-size: 16px; line-height: 24px; } }

.big-form1__small-text a { color: #FF2241; -webkit-text-decoration-line: underline; text-decoration-line: underline; display: inline-block; vertical-align: top; }

.big-form1__small-text a:hover { text-decoration: none; }

.title-favorite-people { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 22px; padding-bottom: 50px; position: relative; font-size: 45px; font-weight: 400; line-height: 45px; letter-spacing: -2px; }

.title-favorite-people:before { content: ''; background: url("../img/i181.svg") no-repeat 0 0; background-size: 41px 39px; width: 41px; height: 39px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .title-favorite-people:before { display: none; } }

@media only screen and (max-width: 760px) { .title-favorite-people { padding-bottom: 24px; font-size: 22px; font-weight: 400; letter-spacing: -1px; line-height: 30px; } }

.callback-form1 { position: relative; margin-bottom: 127px; }

@media only screen and (max-width: 760px) { .callback-form1 { margin-bottom: 55px; } }

.callback-form1:before { position: absolute; top: 37px; left: 0; right: 0; bottom: 0; display: block; content: ''; border: 1px solid #c8c8c8; }

@media only screen and (max-width: 760px) { .callback-form1:before { display: none; } }

.callback-form1__over { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; position: relative; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.callback-form1__title { padding-bottom: 67px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 22px; font-size: 45px; font-weight: 400; line-height: 45px; letter-spacing: -2px; position: relative; padding-right: 26px; }

@media only screen and (max-width: 760px) { .callback-form1__title { font-size: 28px; font-weight: 400; line-height: 28px; letter-spacing: -1px; padding: 0 0 27px 0; } }

.callback-form1__title:before { content: ''; background: url("../img/i182.svg") no-repeat 0 0; background-size: 33px 33px; width: 33px; height: 33px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; position: relative; z-index: 1; }

@media only screen and (max-width: 760px) { .callback-form1__title:before { display: none; } }

.callback-form1__title:after { position: absolute; top: 37px; left: 0; right: 0; height: 48px; display: block; content: ''; background: #f3f3f3; }

@media only screen and (max-width: 760px) { .callback-form1__title:after { display: none; } }

.callback-form1__title span { position: relative; z-index: 1; }

.callback-form1__content { padding: 0 50px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; gap: 20px; width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

@media only screen and (max-width: 1000px) { .callback-form1__content { padding: 0 30px; } }

@media only screen and (max-width: 760px) { .callback-form1__content { padding: 0; gap: 10px; } }

.callback-form1__line { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 20px; }

@media only screen and (max-width: 760px) { .callback-form1__line { gap: 10px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }

.callback-form1__input { width: 420px; height: 77px; padding: 20px 30px; border-radius: 5px; border: 1px solid #CDCDCD; background: #FFF; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; gap: 14px; }

.callback-form1__input.mod1 { width: 535px; }

@media only screen and (max-width: 760px) { .callback-form1__input { height: 61px; width: 100% !important; padding: 0 20px; } }

.callback-form1__input span { display: none; }

.callback-form1__input input { width: 50px; height: 75px; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; color: #000; font-size: 22px; font-weight: 250; line-height: 33px; }

@media only screen and (max-width: 760px) { .callback-form1__input input { height: 59px; font-size: 16px; line-height: 24px; } }

.callback-form1__input.active span { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.callback-form1__input.active span:after { background: url("../img/i170.svg") no-repeat 0 0; background-size: 12px 12px; width: 12px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; content: ''; }

.callback-form1__textarea { width: 100%; height: 171px; padding: 20px 30px; border-radius: 5px; border: 1px solid #CDCDCD; background: #FFF; color: #000; font-size: 22px; font-weight: 250; line-height: 33px; }

@media only screen and (max-width: 760px) { .callback-form1__textarea { padding: 20px; font-size: 16px; line-height: 24px; } }

.callback-form1 ::-webkit-input-placeholder { opacity: 1; color: #787878; }

.callback-form1 ::-moz-placeholder { opacity: 1; color: #787878; }

.callback-form1 :-ms-input-placeholder { opacity: 1; color: #787878; }

.callback-form1 :-moz-placeholder { opacity: 1; color: #787878; }

.callback-form1__check { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }

@media only screen and (max-width: 760px) { .callback-form1__check { padding: 10px 0; } }

.callback-form1__check-label { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 20px; color: #787878; font-size: 18px; cursor: pointer; font-weight: 300; line-height: 27px; }

@media only screen and (max-width: 760px) { .callback-form1__check-label { gap: 10px; font-size: 13px; line-height: 23px; } }

.callback-form1__check-label .jq-checkbox { background: url("../img/i183.svg") no-repeat 0 0; background-size: 30px 30px; width: 30px; height: 30px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .callback-form1__check-label .jq-checkbox { background: url("../img/i183.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.callback-form1__check-label .jq-checkbox.checked { background: url("../img/i184.svg") no-repeat 0 0; background-size: 30px 30px; width: 30px; height: 30px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { .callback-form1__check-label .jq-checkbox.checked { background: url("../img/i184.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.callback-form1__bottom { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 38px; height: 76px; position: relative; top: 38px; margin-top: -10px; }

@media only screen and (max-width: 760px) { .callback-form1__bottom { margin: 0; position: static; height: auto; } }

@media only screen and (max-width: 760px) { .callback-form1__capcha { display: none; } }

.callback-form1__capcha-test { max-height: 76px; }

.callback-form1__submit { height: 65px; padding: 12px 40px 14px 40px; border-radius: 5px; background: #FF2241; color: #FFF; font-size: 18px; line-height: 27px; }

@media only screen and (max-width: 760px) { .callback-form1__submit { height: 50px; width: 100%; font-size: 16px; padding: 0; } }

.callback-form1__submit:hover { opacity: 0.9; }

.map-block1 { background: #333; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; position: relative; min-height: 600px; display:block; }

.map-block1-test { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; }

.mobile-filter-button { display: none; }

@media only screen and (max-width: 760px) { .mobile-filter-button { position: fixed; bottom: 0; left: 0; right: 0; z-index: 2; color: #FFF; font-size: 14px; font-weight: 300; cursor: pointer; line-height: 25.2px; text-transform: uppercase; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; gap: 14px; width: 100%; padding: 12px 20px; border-radius: 5px 5px 0px 0px; border: 1px solid #2400FF; background: #181818; }
  .mobile-filter-button:before { content: ''; background: url("../img/i188.svg") no-repeat 0 0; background-size: 25px 21px; width: 25px; height: 21px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

.header-fixed-scroll { position: fixed; top: 0; left: 0; right: 0; z-index: 10; background: #fff; box-shadow: 0 2px 3px rgba(51, 51, 51, 0.2); top: -60px; -webkit-transition: 0.2s linear; transition: 0.2s linear; }

.header-fixed-scroll.active { top: 0px; }

.header-fixed-scroll-content { max-width: 1400px; margin: auto; padding: 0 20px; height: 60px; gap: 175px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: relative; }

@media only screen and (max-width: 1400px) { .header-fixed-scroll-content { gap: 50px; } }

@media only screen and (max-width: 1000px) { .header-fixed-scroll-content { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; gap: 0px; } }

.header-fixed-scroll__logo img { height: 35px; }

.header-fixed-scroll__logo img:last-child { display: none; }

@media only screen and (max-width: 1000px) { .header-fixed-scroll__logo img { height: 25px; } }

.header-fixed-scroll__filter-button { padding: 12px 40px; border-radius: 5px; border: 1px solid #2400FF; background: #FFF; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 14px; color: #000; font-size: 16px; font-weight: 300; line-height: 28.8px; text-transform: uppercase; cursor: pointer; }

@media only screen and (max-width: 1000px) { .header-fixed-scroll__filter-button { padding: 12px 20px; font-size: 14px; gap: 12px; } }

.header-fixed-scroll__filter-button:hover { text-decoration: underline; }

.header-fixed-scroll__filter-button:before { content: ''; background: url("../img/i247.svg") no-repeat 0 0; background-size: 24px 21px; width: 24px; height: 21px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.header-fixed-scroll__right { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 50px; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }

@media only screen and (max-width: 1000px) { .header-fixed-scroll__right { gap: 30px; -webkit-box-flex: 0; -webkit-flex-grow: 0; -ms-flex-positive: 0; flex-grow: 0; } }

.header-fixed-scroll__search.active .header-fixed-scroll__search-drop { top: 100%; }

.header-fixed-scroll__search-current { background: url("../img/i248.svg") no-repeat 0 0; background-size: 26px 25px; width: 26px; height: 25px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; cursor: pointer; }

.header-fixed-scroll__search-current:hover { opacity: 0.8; }

.header-fixed-scroll__search-drop { position: absolute; right: 20px; top: -9999px; width: 549px; padding: 30px 30px 35px 30px; border-radius: 0 0 5px 5px; border: 1px solid #DDD; background: #E9E9E9; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; gap: 15px; z-index: 1; box-shadow: 0 3px 3px rgba(51, 51, 51, 0.2); }

.header-fixed-scroll__search-drop:before { position: absolute; top: -10px; right: 82px; display: block; content: ''; background: url("../img/i105.svg") no-repeat 0 0; background-size: 13px 13px; width: 13px; height: 13px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

.header-fixed-scroll__search-drop input[type=text] { width: 345px; height: 50px; padding: 0 20px; color: #000; font-size: 16px; line-height: 24px; border-radius: 5px; border: 1px solid #CFCFCF; background: #FFF; }

.header-fixed-scroll__search-drop input[type=submit] { color: #FFF; font-size: 18px; line-height: 27px; padding: 0 30px; height: 50px; border-radius: 5px; background: #FF2241; }

.header-fixed-scroll__search-drop input[type=submit]:hover { opacity: 0.9; }

.header-fixed-scroll__search-drop ::-webkit-input-placeholder { opacity: 1; color: #737373; }

.header-fixed-scroll__search-drop ::-moz-placeholder { opacity: 1; color: #737373; }

.header-fixed-scroll__search-drop :-ms-input-placeholder { opacity: 1; color: #737373; }

.header-fixed-scroll__search-drop :-moz-placeholder { opacity: 1; color: #737373; }

.header-fixed-scroll__favorite { background: url("../img/i249.svg") no-repeat 0 0; background-size: 26px 24px; width: 26px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; position: relative; }

.header-fixed-scroll__favorite:hover { opacity: 0.8; }

.header-fixed-scroll__favorite span { position: absolute; top: -16px; right: -11px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; width: 19px; height: 19px; background: #2400FF; border-radius: 19px; color: #FFF; font-size: 10px; font-weight: 300; }

.foto-mobile1 { display:none } 
@media (max-width: 768px) { 
	body:not(.short) .foto-mobile1 { position: relative; margin-top: -5px; top: 5px; z-index: 1; height: 320px; position: relative; border-radius: 5px; overflow: hidden; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
}

.foto-mobile1__blur { background-position: center; background-repeat: no-repeat; background-size: cover; position: absolute; top: -10px; left: -10px; bottom: -10px; right: -10px; -webkit-filter: blur(7px); -moz-filter: blur(7px); -ms-filter: blur(7px); -o-filter: blur(7px); filter: blur(7px); }

.foto-mobile1__content { width: 240px; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; border-radius: 5px; }

.foto-mobile1 .list-people1__favorite { top: 12px; right: 12px; }

.foto-mobile1 .list-people1__left-youtube { bottom: 15px; left: 15px; right: auto; }

.list-people1__detect + .list-people1__left-youtube {
  left: auto;
  right: 16px;
  bottom: 8px;
}
.foto-mobile1 .list-people1__detect + .list-people1__left-youtube {
  bottom: 16px;
}

@media (min-width: 768px) { .foto-mobile1 { display:none; } }

body.black-theme { background: #181818; }

body.black-theme .header-top1 { background: #252525; }

body.black-theme .header-top1__item a { color: #fff; }

body.black-theme .header-top1__item a.main { background: url("../img/i189.svg") no-repeat 0 0; background-size: 16px 18px; width: 16px; height: 18px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .header-center1__change-theme { color: #8E8E8E; }

body.black-theme .header-center1__change-theme:before { background: url("../img/i190.svg") no-repeat 0 0; background-size: 45px 27px; width: 45px; height: 27px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .header-center1__change-theme span:before { content: 'темная'; }

body.black-theme .header-center1__change-theme span:after { content: 'тема'; }

body.black-theme .header-center1__lang { color: #636363; }

body.black-theme .header-center1__lang a { color: #636363; }

body.black-theme .header-center1__lang a.active { color: #fff; }

body.black-theme .header-center1__information span { color: #8E8E8E; }

body.black-theme .header-center1__callback span { color: #fff; }

body.black-theme .header-center1__callback a.icon1 { background: url("../img/i191.svg") no-repeat 0 0; background-size: 29px 26px; width: 29px; height: 26px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .header-center1__callback a.icon2 { background: url("../img/i192.svg") no-repeat 0 0; background-size: 26px 22px; width: 26px; height: 22px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .header-big1:before { background: url("../img/i193.svg") no-repeat 0 0; background-size: 466px 332px; width: 466px; height: 332px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .header-big1:after { background: url("../img/i194.svg") no-repeat 0 0; background-size: 413px 185px; width: 413px; height: 185px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .header-big1__background { background: none; background-color: #511a22; background-image: -webkit-linear-gradient(#511a22, #8b1d2c); background-image: linear-gradient(#511a22, #8b1d2c); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#511a22', endColorstr='#8b1d2c',GradientType=0); }

body.black-theme .header-big1__center-over { background: #181818; }

body.black-theme .header-big1__center-over span { color: #fff; }

body.black-theme .header-big1__center-over a { color: #F00; }

body.black-theme .header-big1__link { color: #636363; }

body.black-theme .header-big1__link a { color: #8A8A8A; }

body.black-theme .header-big1__link a.mod1 { color: #fff; }

body.black-theme .header-big1__link a:hover { color: #fff; }

body.black-theme .header-big1__bottom-right a { background: #000000; color: #fff; }

body.black-theme .header-big1__bottom-right a.icon1:before { background: url("../img/i137.svg") no-repeat 0 0; background-size: 16px 17px; width: 16px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .header-big1__bottom-right a.icon2:after { background: url("../img/i138.svg") no-repeat 0 0; background-size: 16px 17px; width: 16px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .header-big1__filter-button { border: 1px solid #2400ff; background: #181818; color: #fff; }

body.black-theme .header-big1__filter-button:before { background: url("../img/i106.svg") no-repeat 0 0; background-size: 24px 21px; width: 24px; height: 21px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .header-big1__favorite { background: url("../img/i9.svg") no-repeat 0 0; background-size: 32px 30px; width: 32px; height: 30px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .header-big1__favorite span { background: #2400FF; color: #FFF; }

body.black-theme .header-big1__search-current { background: url("../img/i10.svg") no-repeat 0 0; background-size: 31px 30px; width: 31px; height: 30px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .header-big1__search-drop { border: 1px solid #4b4b4b; background: #303030; box-shadow: 0 3px 3px rgba(51, 51, 51, 0.2); }

body.black-theme .header-big1__search-drop:before { background: url("../img/i207.svg") no-repeat 0 0; background-size: 13px 13px; width: 13px; height: 13px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; margin-top: -1px; }

body.black-theme .header-big1__search-drop input[type=text] { color: #fff; border: 1px solid #3e3e3e; background: #111111; }

body.black-theme .header-big1__search-drop input[type=submit] { color: #FFF; background: #FF2241; }

body.black-theme .header-big1__search-drop ::-webkit-input-placeholder { color: #737373; }

body.black-theme .header-big1__search-drop ::-moz-placeholder { color: #737373; }

body.black-theme .header-big1__search-drop :-ms-input-placeholder { color: #737373; }

body.black-theme .header-big1__search-drop :-moz-placeholder { color: #737373; }

body.black-theme .header-big1__search-drop2 { background: #181818; }

body.black-theme .header-big1__search-drop2:before { background: url("../img/i218.svg") no-repeat 0 0; background-size: 13px 11px; width: 13px; height: 11px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .header-big1__search-drop2-input { border: 1px solid #2d2d2d; background: #111111; }

body.black-theme .header-big1__search-drop2-input-text { color: #fff; }

body.black-theme .header-big1__search-drop2-input ::-webkit-input-placeholder { color: #6C6C6C; }

body.black-theme .header-big1__search-drop2-input ::-moz-placeholder { color: #6C6C6C; }

body.black-theme .header-big1__search-drop2-input :-ms-input-placeholder { color: #6C6C6C; }

body.black-theme .header-big1__search-drop2-input :-moz-placeholder { color: #6C6C6C; }

body.black-theme .header-big1__search-drop2-submit:before { background: url("../img/i219.svg") no-repeat 0 0; background-size: 17px 16px; width: 17px; height: 16px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .header-big1__search-drop2-close:before { background: url("../img/i220.svg") no-repeat 0 0; background-size: 10px 10px; width: 10px; height: 10px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .carousel1 .prev { background: url("../img/i195.svg") no-repeat 0 0; background-size: 23px 27px; width: 23px; height: 27px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .carousel1 .next { background: url("../img/i195.svg") no-repeat 0 0; background-size: 23px 27px; width: 23px; height: 27px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .people-card1__price { background: #2400FF; color: #FFF; }

body.black-theme .people-card1__text span { color: #FFF; }

body.black-theme .people-card1__text p { color: #CFCFCF; }

body.black-theme .people-card1__status { color: #FFF; background: #FF2241; }

body.black-theme .fast-menu1 { border: 1px solid #7c7c7c; }

body.black-theme .fast-menu1__item a { color: #fff; }

body.black-theme .fast-menu1__item a.main { background: url("../img/i189.svg") no-repeat 0 0; background-size: 16px 18px; width: 16px; height: 18px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .content-page1__title1 { color: #fff; }

body.black-theme .content-page1__title1 span { color: #8A8A8A; }

body.black-theme .fake-select1.active .fake-select1__current { color: #fff; border-color: #fff; }

body.black-theme .fake-select1.active .fake-select1__current i { color: #626262; }

body.black-theme .fake-select1.active .fake-select1__current:after { background: url("../img/i206.svg") no-repeat 0 0; background-size: 13px 12px; width: 13px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .fake-select1.active .fake-select1__current.acc span { color: #fff; }

body.black-theme .fake-select1__current { border: 1px solid #5a5a5a; background: #181818; color: #929292; }

body.black-theme .fake-select1__current span { color: #929292; text-wrap: nowrap; }
/*body.black-theme .people-block1__information1 p:after { background: rgb(24,24,24); background: linear-gradient(180deg, rgba(24,24,24,0) 0%, rgba(24,24,24,1) 100%); }*/

@media only screen and (max-width: 760px) { body.black-theme .fake-select1__current { border: 1px solid #828282; background: #292929; color: #000; }
  body.black-theme .fake-select1__current span { color: #fff; }
  body.black-theme .fake-select1__current i { color: #828282 !important; } }

body.black-theme .fake-select1__current:after { background: url("../img/i12.svg") no-repeat 0 0; background-size: 13px 12px; width: 13px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .fake-select1__current.acc { color: #000; text-wrap: nowrap; } 

body.black-theme .fake-select1__current.acc i { color: #626262; }

body.black-theme .fake-select1__drop { border: 1px solid #cfcfcf; background: #292929; }

body.black-theme .fake-select1__drop .content1 .mCSB_dragger { background: #dfdfdf; }

body.black-theme .fake-select1__drop .content1 .mCSB_draggerRail { background: #636363; }

body.black-theme .fake-select1__label { color: #868686; }

body.black-theme .fake-select1__label .jq-checkbox { background: url("../img/i40.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .fake-select1__label .jq-checkbox { background: url("../img/i61.svg") no-repeat 0 0; background-size: 18px 18px; width: 18px; height: 18px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .fake-select1__label .jq-checkbox.checked { background: url("../img/i205.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .fake-select1__label .jq-checkbox.checked { background: url("../img/i205.svg") no-repeat 0 0; background-size: 18px 18px; width: 18px; height: 18px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .fake-select1__label .jq-checkbox.checked + span { color: #fff; }

body.black-theme .filter-block1__small-text { color: #8E8E8E; }

body.black-theme .filter-block1__clear { border: 1px solid #FF2241; color: #FF2241; }

body.black-theme .filter-block1__clear:after { background: url("../img/i32.svg") no-repeat 0 0; background-size: 9px 10px; width: 9px; height: 10px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .filter-block1__all-setting:not(.fake-select1) { border: 1px solid #5a5a5a; background: #181818; color: #929292; }

body.black-theme .filter-block1__all-setting:not(.fake-select1):after { background: url("../img/i196.svg") no-repeat 0 0; background-size: 13px 12px; width: 13px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .filter-block1__all-setting:not(.fake-select1).active { color: #fff; border-color: #fff; }

body.black-theme .list-tags1-scroll .mCSB_dragger:before { background: #5b5b5b; }

body.black-theme .list-tags1-scroll .mCSB_draggerRail:before { background: #262626; }

body.black-theme .list-tags1__title { color: #FF2241; }

body.black-theme .list-tags1 a { color: #929292; background: #292929; }

body.black-theme .list-tags1 a:hover { background: #333333; }

@media only screen and (max-width: 760px) { body.black-theme .list-tags1 a { color: #929292; background: #292929 !important; } .list-tags1 a { display:inline-block !important} }

body.black-theme .sort-nav1__right a { border: 1px solid #303030; color: #6A6A6A; }

body.black-theme .sort-nav1__right a:before { background: url("../img/i14.svg") no-repeat 0 0; background-size: 7px 10px; width: 7px; height: 10px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .sort-nav1__right a:hover { background: #ECECEC; }

body.black-theme .sort-nav1__right a.active { color: #fff; background: #292929; border-color: #292929; }

body.black-theme .sort-nav1__right a.active:before { background: url("../img/i15.svg") no-repeat 0 0; background-size: 12px 12px; width: 12px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .sort-nav1__text { color: #8E8E8E; }

body.black-theme .sort-nav1__sorting .jq-selectbox__select { border: 1px solid #5a5a5a; background: #181818; color: #929292; }

body.black-theme .sort-nav1__sorting .jq-selectbox__select:before { background: url("../img/i197.svg") no-repeat 0 0; background-size: 17px 18px; width: 17px; height: 18px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .sort-nav1__sorting .jq-selectbox__select:after { background: url("../img/i37.svg") no-repeat 0 0; background-size: 13px 12px; width: 13px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .sort-nav1__sorting .jq-selectbox.opened .jq-selectbox__select { border: 1px solid #cfcfcf; background: #292929; color: #fff; }

body.black-theme .sort-nav1__sorting .jq-selectbox.opened .jq-selectbox__select:after { background: url("../img/i37.svg") no-repeat 0 0; background-size: 13px 12px; width: 13px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .sort-nav1__sorting .jq-selectbox__dropdown { border: 1px solid #cfcfcf; background: #292929; }

body.black-theme .sort-nav1__sorting .jq-selectbox li { color: #B0B0B0; }

body.black-theme .sort-nav1__sorting .jq-selectbox li:before { background: url("../img/i38.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .sort-nav1__sorting .jq-selectbox li.sel { color: #fff; }

body.black-theme .sort-nav1__sorting .jq-selectbox li.sel:before { background: url("../img/i202.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .sort-nav1__sorting .jq-selectbox li.selected, body.black-theme .sort-nav1__sorting .jq-selectbox li:hover { color: #fff; }

@media only screen and (max-width: 760px) { body.black-theme .list-people1.short .list-people1__left-youtube { background: url("../img/i101.svg") no-repeat 0 0; background-size: 28px 21px; width: 28px; height: 21px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .list-people1.short .list-people1__left-price { background: #2400FF; color: #FFF; }

body.black-theme .list-people1.short .list-people1__left-title span { color: #FFF; }

body.black-theme .list-people1.short .list-people1__left-title p { color: #CFCFCF; }

@media only screen and (max-width: 760px) { body.black-theme .list-people1.short .list-people1__left-title p:before { background: url("../img/i100.svg") no-repeat 0 0; background-size: 8px 10px; width: 8px; height: 10px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .list-people1.short .list-people1__left-status { background: #2400FF; color: #FFF; }

body.black-theme .list-people1.short .list-people1__left-status.top { background: #ff8c22; }

body.black-theme .list-people1.short .list-people1__left-status.vip { background: #ff2241; }

@media only screen and (max-width: 760px) { body.black-theme .list-people1.short .list-people1__detect { color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35); } }

body.black-theme .list-people1.short .list-people1__favorite3 { background: url("../img/i98.svg") no-repeat 0 0; background-size: 27px 25px; width: 27px; height: 25px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .list-people1.short .list-people1__favorite3:before { background: url("../img/i99.svg") no-repeat 0 0; background-size: 27px 25px; width: 27px; height: 25px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 1400px) { body.black-theme .list-people1__item { border: 1px solid #CFCFCF; } }

@media only screen and (max-width: 760px) { body.black-theme .list-people1__item { border: none; }
  body.black-theme .list-people1__item.red .list-people1__right { border-color: #ff2241; } }

body.black-theme .list-people1__item:before { border: 1px solid #303030; }

body.black-theme .list-people1__item.red { border-color: #ff2241; }

body.black-theme .list-people1__item.red:before { border-color: #ff2241; }

body.black-theme .list-people1__left-open { color: #FFF; bottom: -12.5px; }

body.black-theme .list-people1__left-open:after { background: url("../img/i243.svg") no-repeat 0 0; background-size: 32px 32px; width: 32px; height: 32px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .list-people1__left-youtube { background: url("../img/i82.svg") no-repeat 0 0; background-size: 35px 27px; width: 35px; height: 27px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .list-people1__slide .slick-dots li { background: #656565; }

body.black-theme .list-people1__slide .slick-dots li.slick-active { background: #d9d9d9; }

body.black-theme .list-people1__favorite { background: url("../img/i16.svg") no-repeat 0 0; background-size: 36px 31px; width: 36px; height: 31px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; color: #FF2241; }

@media only screen and (max-width: 760px) { body.black-theme .list-people1__favorite { background: url("../img/i80.svg") no-repeat 0 0; background-size: 36px 32px; width: 36px; height: 32px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .list-people1__detect { color: #FFF; }

body.black-theme .list-people1__detect:before { background: url("../img/i17.svg") no-repeat 0 0; background-size: 12px 11px; width: 12px; height: 11px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .list-people1__right { border: 1px solid #303030; } }

body.black-theme .list-people1__favorite2 { background: url("../img/i198.svg") no-repeat 0 0; background-size: 27px 25px; width: 27px; height: 25px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .list-people1__favorite2.active { background-image: url("../img/i99.svg"); }

@media only screen and (max-width: 760px) { body.black-theme .list-people1__favorite2 { background: url("../img/i211.svg") no-repeat 0 0; background-size: 21px 21px; width: 21px; height: 21px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

@media only screen and (max-width: 760px) { body.black-theme .list-people1__title1.vip:before { background: #FF2241; color: #FFF; } }

body.black-theme .list-people1__title1 .name_link { color: #FFF; }

body.black-theme .list-people1__title1 p { color: #939393; }

body.black-theme .list-people1__title1.red span, body.black-theme .list-people1__title1.red p { color: #ff2241; }

@media only screen and (max-width: 760px) { body.black-theme .list-people1__address.mod1 .list-people1__address-item p { color: #939393; } }

body.black-theme .list-people1__address-item.icon1:before { background: url("../img/i19.svg") no-repeat 0 0; background-size: 18px 22px; width: 18px; height: 22px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .list-people1__address-item.icon1:before { background: url("../img/i84.svg") no-repeat 0 0; background-size: 13px 16px; width: 13px; height: 16px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .list-people1__address-item.icon2:before { background: url("../img/i20.svg") no-repeat 0 0; background-size: 21px 15px; width: 21px; height: 15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .list-people1__address-item.icon2:before { background: url("../img/i85.svg") no-repeat 0 0; background-size: 16px 12px; width: 16px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .list-people1__address-item p { color: #939393; }

body.black-theme .list-people1__address-item p a { color: #FE2F4C; }

body.black-theme .list-people1__phone span { background: #000000; color: #929292; }

body.black-theme .list-people1__phone span:before { background: url("../img/i21.svg") no-repeat 0 0; background-size: 22px 16px; width: 22px; height: 16px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .list-people1__phone span:before { background: url("../img/i86.svg") no-repeat 0 0; background-size: 22px 16px; width: 22px; height: 16px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .list-people1__phone a { color: #fff; }

body.black-theme .list-people1__list-social a.icon1 { background: url("../img/i22.svg") no-repeat 0 0; background-size: 27px 27px; width: 27px; height: 27px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .list-people1__list-social a.icon1 { background: url("../img/i87.svg") no-repeat 0 0; background-size: 19px 20px; width: 19px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .list-people1__list-social a.icon2 { background: url("../img/i23.svg") no-repeat 0 0; background-size: 27px 26px; width: 27px; height: 26px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .list-people1__list-social a.icon2 { background: url("../img/i88.svg") no-repeat 0 0; background-size: 20px 18px; width: 20px; height: 18px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .list-people1__list-social a.icon3 { background: url("../img/i24.svg") no-repeat 0 0; background-size: 27px 29px; width: 27px; height: 29px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .list-people1__list-social a.icon3 { background: url("../img/i89.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .list-people1__price-item span { color: #939393; }

body.black-theme .list-people1__price-item p { color: #fff; border: 1px solid #2400FF; }

@media only screen and (max-width: 760px) { body.black-theme .list-people1__price-item p { color: #fff; } }

body.black-theme .list-people1__review { border: 1px solid #303030; background: #181818; color: #FFF; }

body.black-theme .list-people1__review:before { background: url("../img/i25.svg") no-repeat 0 0; background-size: 20px 21px; width: 20px; height: 21px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .list-people1__review:before { background: url("../img/i90.svg") no-repeat 0 0; background-size: 15px 16px; width: 15px; height: 16px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .list-people1__view-link { color: #A3A3A3; border: 1px solid #CFCFCF; border: none; background: #303030; }

body.black-theme .pagination1__show-more { border: 1px solid #FF2241; color: #FF2241; }

body.black-theme .pagination1__show-more:hover { background: #ff2241; color: #fff; }

body.black-theme .pagination1__list a { color: #fff; border: 1px solid #656565; }

body.black-theme .pagination1__list a:before { width: 0px; height: 0px; border-style: solid; border-width: 0 5px 7px 5px; border-color: transparent transparent #ff2241 transparent; }

body.black-theme .pagination1__list a:after { width: 0px; height: 0px; border-style: solid; border-width: 0 5px 7px 5px; border-color: transparent transparent #181818 transparent; }

body.black-theme .pagination1__list a.active { border-color: #ff2241; }

body.black-theme .pagination1__list span { color: #fff; }

body.black-theme .title-icon1 { color: #fff; }

body.black-theme .title-icon1:before { background: url("../img/i26.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .title-icon1 { color: #fff; } }

body.black-theme .list-text1 { background: #151515; border-radius: 4px; border: 1px solid #363636; }

body.black-theme .list-text1:after { height: 40px; background-image: url(../img/g6.png); }

@media only screen and (max-width: 760px) { body.black-theme .list-text1.active .list-text1__open:before { background: url("../img/i94-1.svg") no-repeat 0 0; background-size: 32px 33px; width: 32px; height: 33px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

@media only screen and (max-width: 760px) { body.black-theme .list-text1__open:before { background: url("../img/i213.svg") no-repeat 0 0; background-size: 32px 33px; width: 32px; height: 33px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .text-message1__item { color: #fff; }

body.black-theme .text-message1__item span { color: #4F4F4F; }

body.black-theme .text-message1__item a { color: #fff; text-decoration: underline; }

body.black-theme .content1 .mCSB_dragger { background: #5b5b5b; }

body.black-theme .content1 .mCSB_draggerRail { background: #262626; }

body.black-theme .add-announcement1__title-text { color: #fff; }

body.black-theme .add-announcement1__title-quote:before { background: url("../img/i27.svg") no-repeat 0 0; background-size: 19px 20px; width: 19px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .add-announcement1__title-drop { border: 1px solid #4b4b4b; background: #303030; }

body.black-theme .add-announcement1__title-drop:before { background: url("../img/i200.svg") no-repeat 0 0; background-size: 13px 13px; width: 13px; height: 13px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .add-announcement1__title-drop i { background: url("../img/i28.svg") no-repeat 0 0; background-size: 10px 10px; width: 10px; height: 10px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .add-announcement1__title-drop span { color: #ECECEC; }

body.black-theme .add-announcement1__title-drop p { color: #ECECEC; }

body.black-theme .add-announcement1__textarea { background: #151515; border: 1px solid #363636; border-radius: 4px; }

body.black-theme .add-announcement1__textarea textarea { color: #fff; }

body.black-theme .add-announcement1__textarea ::-webkit-input-placeholder { color: #9C9C9C; }

body.black-theme .add-announcement1__textarea ::-moz-placeholder { color: #9C9C9C; }

body.black-theme .add-announcement1__textarea :-ms-input-placeholder { color: #9C9C9C; }

body.black-theme .add-announcement1__textarea :-moz-placeholder { color: #9C9C9C; }

body.black-theme .add-announcement1__textarea span { color: #9C9C9C; }

body.black-theme .add-announcement1__submit { border: 1px solid #FF2241; color: #FF2241; }

body.black-theme .add-announcement1__submit:hover { background: #ff2241; color: #fff; }

body.black-theme .carousel2 .prev { background: url("../img/i195.svg") no-repeat 0 0; background-size: 23px 27px; width: 23px; height: 27px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .carousel2 .next { background: url("../img/i195.svg") no-repeat 0 0; background-size: 23px 27px; width: 23px; height: 27px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .people-card2__price { background: #2400FF; color: #FFF; }

@media only screen and (max-width: 760px) { body.black-theme .people-card2__youtube { background: url("../img/i92.svg") no-repeat 0 0; background-size: 28px 21px; width: 28px; height: 21px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .people-card2__detect { color: #FFF; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35); }

body.black-theme .people-card2__title span { color: #FFF; }

body.black-theme .people-card2__title p { color: #CFCFCF; }

@media only screen and (max-width: 760px) { body.black-theme .people-card2__title p:before { background: url("../img/i91.svg") no-repeat 0 0; background-size: 8px 9px; width: 8px; height: 9px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .people-card2__status { color: #FFF; background: #FF2241; }

body.black-theme .people-card2__status.new { background: #2400ff; }

body.black-theme .people-card2__status.top { background: #ff8c22; }

body.black-theme .people-card2__date { color: #CFCFCF; }

body.black-theme .title-icon2 { color: #fff; }

body.black-theme .see-new-profiles1 { border: 1px solid #FF2241; color: #FF2241; }

body.black-theme .see-new-profiles1:hover { background: #ff2241; color: #fff; }

body.black-theme .title-side1 { color: #fff; }

body.black-theme .list-review1__item { background: #151515; }

body.black-theme .list-review1__link { color: #FF2241; }

body.black-theme .list-review1__title { color: #A5A5A5; }

body.black-theme .list-review1__title a { color: #fff; }

body.black-theme .list-review1__date { color: #787878; }

body.black-theme .list-review1__text { color: #fff; }

body.black-theme .view-all-review1 { border: 1px solid #FF2241; color: #FF2241; }

body.black-theme .view-all-review1:hover { background: #ff2241; color: #fff; }

body.black-theme .main-text1__title { color: #fff; }

body.black-theme .main-text1__title:before { background: url("../img/i31.svg") no-repeat 0 0; background-size: 22px 23px; width: 22px; height: 23px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .main-text1 p { color: #fff; }

body.black-theme .main-text1 p a { color: #FF2241; }

body.black-theme .footer { border-top: 2px solid #404040; }

body.black-theme .footer__menu-item a { color: #D1D1D1; }

body.black-theme .footer__menu-item a.main { background: url("../img/i199.svg") no-repeat 0 0; background-size: 16px 18px; width: 16px; height: 18px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .footer__up { border: 1px solid #FF2241; color: #FF2241; }

body.black-theme .footer__up:hover { background: #ff2241; color: #fff; }

body.black-theme .footer__logo img { display: none; }

body.black-theme .footer__logo img:last-child { display: block; }

body.black-theme .filter-hide1 { background: #4b4b4b; }

body.black-theme .filter-hide1:before { background: url("../img/i201.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .filter-hide1 .fake-select1__current { border-color: #cfcfcf; background: #292929; }

body.black-theme .filter-hide1 .fake-select1__current { border: none; }

body.black-theme .filter-hide1__close { background: url("../img/i204.svg") no-repeat 0 0; background-size: 32px 32px; width: 32px; height: 32px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .filter-hide1__block { border: 1px solid #CFCFCF; border: none; background: #292929; }

body.black-theme .filter-hide1__check-label { color: #909090; }

body.black-theme .filter-hide1__check-label .jq-radio { background: url("../img/i203.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .filter-hide1__check-label .jq-radio.checked { background: url("../img/i202.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .filter-hide1__check-label .jq-radio.checked + span { color: #fff; }

body.black-theme .filter-hide1__block2 { border: 1px solid #CFCFCF; background: #292929; border: none; }

body.black-theme .filter-hide1__check2-label { color: #909090; }

body.black-theme .filter-hide1__check2-label .jq-radio, body.black-theme .filter-hide1__check2-label .jq-checkbox { background: url("../img/i203.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .filter-hide1__check2-label .jq-radio.checked, body.black-theme .filter-hide1__check2-label .jq-checkbox.checked { background: url("../img/i202.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .filter-hide1__check2-label .jq-radio.checked + span, body.black-theme .filter-hide1__check2-label .jq-checkbox.checked + span { color: #fff; }

body.black-theme .mobile-header1 { background-color: #730f1d; background-image: -webkit-linear-gradient(#730f1d, #e51e3a); background-image: linear-gradient(#730f1d, #e51e3a); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#730f1d', endColorstr='#e51e3a',GradientType=0); }

body.black-theme .mobile-header1:before { background: url("../img/i48.svg") no-repeat 0 0; background-size: 218px 155px; width: 218px; height: 155px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .mobile-header1__menu-button { background: url("../img/i45.svg") no-repeat 0 0; background-size: 17px 15px; width: 17px; height: 15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .mobile-header1__search-current { background: url("../img/i46.svg") no-repeat 0 0; background-size: 19px 19px; width: 19px; height: 19px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .mobile-header1__favorite { background: url("../img/i47.svg") no-repeat 0 0; background-size: 20px 19px; width: 20px; height: 19px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .mobile-header1__favorite span { background: #2400FF; color: #FFF; }

body.black-theme .mobile-header1__bottom:before { background: rgba(116, 16, 30, 0.4); }

body.black-theme .mobile-header1__menu-item a { color: #FFF; }

body.black-theme .show-filter-button1 { color: #fff; }

body.black-theme .show-filter-button1:before { background: url("../img/i49.svg") no-repeat 0 0; background-size: 23px 22px; width: 23px; height: 22px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .sort-nav2 .jq-selectbox__select { border: 1px solid #5a5a5a; color: #929292; }

body.black-theme .sort-nav2 .jq-selectbox__select:before { background: url("../img/i208.svg") no-repeat 0 0; background-size: 16px 16px; width: 16px; height: 16px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .sort-nav2 .jq-selectbox.opened .jq-selectbox__select { background: #292929; color: #FFF; border-color: #cfcfcf; }

body.black-theme .sort-nav2 .jq-selectbox__trigger:after { background: url("../img/i209.svg") no-repeat 0 0; background-size: 13px 12px; width: 13px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .sort-nav2 .jq-selectbox__dropdown { border: 1px solid #cfcfcf; background: #292929; }

body.black-theme .sort-nav2 .jq-selectbox ul { color: #B0B0B0; }

body.black-theme .sort-nav2 .jq-selectbox li.sel, body.black-theme .sort-nav2 .jq-selectbox li:hover { color: #fff; }

body.black-theme .sort-nav2 .jq-selectbox li.sel:before, body.black-theme .sort-nav2 .jq-selectbox li:hover:before { content: ''; background: url("../img/i202.svg") no-repeat 0 0; background-size: 16px 16px; width: 16px; height: 16px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .fake-select2.active .fake-select2__current { background: #292929; border-color: #cfcfcf; color: #FFF; }

body.black-theme .fake-select2__current { border: 1px solid #5a5a5a; color: #929292; }

body.black-theme .fake-select2__current.icon1:before { background: url("../img/i54-1.svg") no-repeat 0 0; background-size: 19px 17px; width: 19px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .fake-select2__current.icon2:before { background: url("../img/i53-1.svg") no-repeat 0 0; background-size: 19px 17px; width: 19px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .fake-select2__current:after { background: url("../img/i210.svg") no-repeat 0 0; background-size: 13px 12px; width: 13px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .fake-select2__drop { border: 1px solid #cfcfcf; background: #292929; }

body.black-theme .fake-select2__drop-item { color: #B0B0B0; }

body.black-theme .fake-select2__drop-item:before { background: url("../img/i52.svg") no-repeat 0 0; background-size: 16px 17px; width: 16px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .fake-select2__drop-item:after { background: url("../img/i53-1.svg") no-repeat 0 0; background-size: 19px 17px; width: 19px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; opacity: 1; }

body.black-theme .fake-select2__drop-item.icon1:after { background: url("../img/i54-1.svg") no-repeat 0 0; background-size: 19px 17px; width: 19px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .fake-select2__drop-item.active { color: #fff; }

body.black-theme .fake-select2__drop-item.active:before { background: url("../img/i202.svg") no-repeat 0 0; background-size: 16px 17px; width: 16px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .filter-mobile1 { background: #181818; }

body.black-theme .filter-mobile1__top-title { color: #fff; }

body.black-theme .filter-mobile1__top-title:before { background: url("../img/i56.svg") no-repeat 0 0; background-size: 29px 27px; width: 29px; height: 27px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .filter-mobile1__close { color: #FF2241; border: 1px solid #FF2241; }

body.black-theme .filter-mobile1__close:after { background: url("../img/i57.svg") no-repeat 0 0; background-size: 14px 13px; width: 14px; height: 13px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .filter-mobile1__close2 { background: url("../img/i214.svg") no-repeat 0 0; background-size: 14px 13px; width: 14px; height: 13px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .filter-mobile1__block1 { border: none; background: #292929; }

body.black-theme .filter-mobile1__check-label { color: #626262; }

body.black-theme .filter-mobile1__check-label .jq-radio { background: url("../img/i59.svg") no-repeat 0 0; background-size: 20px 21px; width: 20px; height: 21px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .filter-mobile1__check-label .jq-radio.checked { background: url("../img/i202.svg") no-repeat 0 0; background-size: 20px 21px; width: 20px; height: 21px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .filter-mobile1__check-label .jq-radio.checked + span { color: #fff; }

body.black-theme .filter-mobile1__title1 { color: #fff; }

body.black-theme .filter-mobile1__check2-label { color: #868686; }

body.black-theme .filter-mobile1__check2-label i { color: #828282; }

body.black-theme .filter-mobile1__check2-label .jq-checkbox { background: url("../img/i63.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .filter-mobile1__check2-label .jq-checkbox.checked { background: url("../img/i215.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .filter-mobile1__check2-label .jq-checkbox.checked + span { color: #fff; }

body.black-theme .filter-mobile1__list-radio-line { border: 1px solid #414141; background: #292929; }

body.black-theme .filter-mobile1__list-radio-label { color: #626262; }

body.black-theme .filter-mobile1__list-radio-label .jq-radio { background: url("../img/i65.svg") no-repeat 0 0; background-size: 20px 21px; width: 20px; height: 21px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .filter-mobile1__list-radio-label .jq-radio.checked { background: url("../img/i202.svg") no-repeat 0 0; background-size: 20px 21px; width: 20px; height: 21px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .filter-mobile1__list-radio-label .jq-radio.checked + span { color: #fff; }

body.black-theme .filter-mobile1__list-radio-label .jq-radio.checked + span i { color: #626262; }

body.black-theme .filter-mobile1__list-radio2-label { color: #909090; }

body.black-theme .filter-mobile1__list-radio2-label .jq-radio { background: url("../img/i67.svg") no-repeat 0 0; background-size: 20px 21px; width: 20px; height: 21px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .filter-mobile1__list-radio2-label .jq-radio.checked { background: url("../img/i68.svg") no-repeat 0 0; background-size: 20px 21px; width: 20px; height: 21px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .filter-mobile1__close3 { background: url("../img/i70.svg") no-repeat 0 0; background-size: 62px 65px; width: 62px; height: 65px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .filter-mobile1__submit { background: #FF2241; color: #FFF; }

body.black-theme .mobile-menu1 { background: #181818; }

body.black-theme .mobile-menu1__top { background: #292929; }

body.black-theme .mobile-menu1__close { background: url("../img/i216.svg") no-repeat 0 0; background-size: 10px 10px; width: 10px; height: 10px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .mobile-menu1__theme-change { color: #8E8E8E; }

body.black-theme .mobile-menu1__theme-change span:before { content: 'темная тема'; }

body.black-theme .mobile-menu1__theme-change:before { background: url("../img/i217.svg") no-repeat 0 0; background-size: 45px 26px; width: 45px; height: 26px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .mobile-menu1__lang { color: #636363; }

body.black-theme .mobile-menu1__lang a { color: #636363; }

body.black-theme .mobile-menu1__lang a.active { color: #fff; }

body.black-theme .mobile-menu1__nav2 p { color: #B4B4B4; }

body.black-theme .mobile-menu1__menu-item a { background: #000000; color: #fff; }

body.black-theme .mobile-menu1__menu-item a.red { background: #ff2241; color: #fff; }

body.black-theme .mobile-menu1__form { border: 1px solid #4b4b4b; background: #303030; }
body.black-theme .mobile-menu1__form p { color: #f00; }

body.black-theme .mobile-menu1__form-title { color: #ECECEC; }

body.black-theme .mobile-menu1__form-input { border: 1px solid #3e3e3e; background: #111111; }

body.black-theme .mobile-menu1__form-input:before { background: url("../img/i73.svg") no-repeat 0 0; background-size: 12px 12px; width: 12px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .mobile-menu1__form-input input { color: #fff; }

body.black-theme .mobile-menu1__form-input ::-webkit-input-placeholder { color: #8D8D8D; }

body.black-theme .mobile-menu1__form-input ::-moz-placeholder { color: #8D8D8D; }

body.black-theme .mobile-menu1__form-input :-ms-input-placeholder { color: #8D8D8D; }

body.black-theme .mobile-menu1__form-input :-moz-placeholder { color: #8D8D8D; }

body.black-theme .mobile-menu1__form-submit { background: #FF2241; color: #FFF; }

body.black-theme .mobile-menu1__form-nav a { color: #FF2241; }

body.black-theme .mobile-menu1__bottom-title { color: #fff; }

body.black-theme .mobile-menu1__link a { background: #000000; color: #929292; }

body.black-theme .mobile-menu1__link a.icon1:before { background: url("../img/i74.svg") no-repeat 0 0; background-size: 18px 18px; width: 18px; height: 18px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .mobile-menu1__link a.icon2:before { background: url("../img/i75.svg") no-repeat 0 0; background-size: 18px 14px; width: 18px; height: 14px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .mobile-fixed-header1__filter { color: #FFF; }

body.black-theme .mobile-fixed-header1__filter:before { background: url("../img/i76.svg") no-repeat 0 0; background-size: 29px 27px; width: 29px; height: 27px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .mobile-fixed-header1__theme { background: url("../img/i221.svg") no-repeat 0 0; background-size: 45px 26px; width: 45px; height: 26px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .mobile-fixed-header1__search { background: url("../img/i78.svg") no-repeat 0 0; background-size: 20px 19px; width: 20px; height: 19px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .mobile-fixed-header1__favorite { background: url("../img/i79.svg") no-repeat 0 0; background-size: 20px 19px; width: 20px; height: 19px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .mobile-fixed-header1__favorite span { background: #2400FF; color: #FFF; }

body.black-theme .footer-mobile { background-color: #2f191c; background-image: -webkit-linear-gradient(#2f191c, #461a20); background-image: linear-gradient(#2f191c, #461a20); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f191c', endColorstr='#461a20',GradientType=0); }

body.black-theme .footer-mobile__link a { color: #FF2241; }

body.black-theme .modal-up { background: rgba(30, 30, 30, 0.9); }

body.black-theme .modal-up__content.mod1 { border: 1px solid #3d3d3d; background: #303030; }

body.black-theme .modal-up__close { background: url("../img/i95.svg") no-repeat 0 0; background-size: 10px 10px; width: 10px; height: 10px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .modal-content1__foto { border: 1px solid #4b4b4b; }
  body.black-theme .modal-content1__foto.mod1 { border-color: #4b4b4b; } }

body.black-theme .modal-content1__over { border: 1px solid #474747; background: #303030; }

@media only screen and (max-width: 760px) { body.black-theme .modal-content1__over { border: 1px solid #474747; background: #303030; box-shadow: 0 5px 5px rgba(51, 51, 51, 0.4); } }

body.black-theme .modal-content1__over:before { background: url("../img/i222.svg") no-repeat 0 0; background-size: 13px 13px; width: 13px; height: 13px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .modal-content1__over:before { background: url("../img/i223.svg") no-repeat 0 0; background-size: 13px 14px; width: 13px; height: 14px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .modal-content1__title { color: #ECECEC; }

body.black-theme .modal-content1__text { color: #ECECEC; }

body.black-theme .modal-content1__button .size1 { color: #FFF; background: #FF2241; }

body.black-theme .modal-content1__button .size2 { border: 1px solid #FF2241; color: #FF2241; }

body.black-theme .modal-form1__input { border: 1px solid #3e3e3e; background: #111111; }

@media only screen and (max-width: 760px) { body.black-theme .modal-form1__input { background: #111111; } }

body.black-theme .modal-form1__input:before { background: url("../img/i73.svg") no-repeat 0 0; background-size: 12px 12px; width: 12px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .modal-form1__input input { color: #fff; }

body.black-theme .modal-form1 ::-webkit-input-placeholder { color: #8D8D8D; }

body.black-theme .modal-form1 ::-moz-placeholder { color: #8D8D8D; }

body.black-theme .modal-form1 :-ms-input-placeholder { color: #8D8D8D; }

body.black-theme .modal-form1 :-moz-placeholder { color: #8D8D8D; }

body.black-theme .modal-form1__submit { background: #FF2241; color: #FFF; }

@media only screen and (max-width: 760px) { body.black-theme .modal-form1__submit { background: #FF2241; } }

body.black-theme .modal-form1__links a { color: #FF2241; }

body.black-theme .modal-form2__line1 .jq-selectbox__select { border: 1px solid #3e3e3e; background: #111111; color: #fff; }

@media only screen and (max-width: 760px) { body.black-theme .modal-form2__line1 .jq-selectbox__select { border: 1px solid #3e3e3e; background: #111; } }

body.black-theme .modal-form2__line1 .jq-selectbox__select:after { background: url("../img/i224.svg") no-repeat 0 0; background-size: 13px 12px; width: 13px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .modal-form2__line1 .jq-selectbox__dropdown { border: 1px solid #3e3e3e; background: #111111; }

body.black-theme .modal-form2__line1 .jq-selectbox li { color: #fff; border-color: rgba(255, 255, 255, 0.1); }

body.black-theme .modal-form2__input { border: 1px solid #3e3e3e; background: #111; }

@media only screen and (max-width: 760px) { body.black-theme .modal-form2__input { background: #111; } }

body.black-theme .modal-form2__input:before { background: url("../img/i73.svg") no-repeat 0 0; background-size: 12px 12px; width: 12px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .modal-form2__input input { color: #fff; }

body.black-theme .modal-form2 ::-webkit-input-placeholder { color: #8D8D8D; }

body.black-theme .modal-form2 ::-moz-placeholder { color: #8D8D8D; }

body.black-theme .modal-form2 :-ms-input-placeholder { color: #8D8D8D; }

body.black-theme .modal-form2 :-moz-placeholder { color: #8D8D8D; }

body.black-theme .modal-form2__submit { background: #FF2241; color: #FFF; }

@media only screen and (max-width: 760px) { body.black-theme .modal-form2__submit { background: #FF2241; } }

body.black-theme .modal-form2__textarea { border: 1px solid #3e3e3e; background: #111; color: #fff; }

@media only screen and (max-width: 760px) { body.black-theme .modal-form2__textarea { background: #111; } }

body.black-theme .modal-form2__small-text { color: #9E9E9E; }

body.black-theme .modal-form2__file-add { border: 1px solid #3e3e3e; background: #111; color: #8D8D8D; }

@media only screen and (max-width: 760px) { body.black-theme .modal-form2__file-add { background: #111; } }

body.black-theme .modal-form2__file-add:hover { background: #ff3854; border-color: #ff3854; color: #fff; }

body.black-theme .check1__label { color: #fff; }

body.black-theme .check1__label .jq-checkbox { border: 1px solid #3e3e3e; background: #111; }

body.black-theme .check1__label .jq-checkbox:before { background: url("../img/i226.svg") no-repeat 0 0; background-size: 12px 13px; width: 12px; height: 13px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .modal-filter1__title { color: #FFF; }

body.black-theme .modal-filter1__submit { background: #FF2241; color: #FFF; }

@media only screen and (max-width: 760px) { body.black-theme .up1 { background: url("../img/i212.svg") no-repeat 0 0; background-size: 50px 46px; width: 50px; height: 46px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .navigation1__item { color: #7E7E7E; }

body.black-theme .navigation1__item a { color: #7E7E7E; }

@media only screen and (max-width: 760px) { body.black-theme .navigation1__item a.main:before { background: url("../img/i107.svg") no-repeat 0 0; background-size: 13px 14px; width: 13px; height: 14px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .title-page1 { color: #fff; }

@media only screen and (max-width: 760px) { body.black-theme .title-page1 { border-bottom: 2px solid #323232; } }

body.black-theme .list-sort-review1__title { color: #FF2241; }

body.black-theme .list-sort-review1__scroll a { background: #292929; color: #C1C1C1; }

body.black-theme .list-sort-review1__scroll a:hover, body.black-theme .list-sort-review1__scroll a.active { background: #4a4a4a; }

body.black-theme .block-text1__item:after { border-bottom: 2px solid #323232; }

body.black-theme .block-text1__text1-left p { color: #FFF; }

body.black-theme .block-text1__text1-right p { color: #D8D8D8; }

body.black-theme .block-text1__title1 span { color: #FF2241; }

body.black-theme .block-text1__title1 p { color: #C9C9C9; }

@media only screen and (max-width: 760px) { body.black-theme .block-text1__title1 p { color: #C9C9C9; } }

body.black-theme .block-text1__list2 { color: #FF2241; }

body.black-theme .block-text1__text2-left p { color: #FFF; }

body.black-theme .block-text1__text2-right p { color: #D8D8D8; }

@media only screen and (max-width: 760px) { body.black-theme .block-text1__text2-right p { color: #D8D8D8; } }

body.black-theme .block-text1__enter-lk { border: 1px solid #FF2241; color: #FF2241; }

body.black-theme .block-text1__enter-lk:hover { color: #fff; background: #ff2241; }

body.black-theme .block-text1__list1-item span { color: #FFF; }

body.black-theme .block-text1__list1-item p { color: #FFF; }

body.black-theme .block-text1__quote { background: #2c2c2c; color: #FFF; }

@media only screen and (max-width: 760px) { body.black-theme .block-text1__quote { color: #FFF; } }

body.black-theme .block-text1__quote a { color: #ff2241; }

@media only screen and (max-width: 760px) { body.black-theme .block-text1__quote a { color: #ff2241; } }

body.black-theme .block-text1__title2 { color: #FFF; }

body.black-theme .block-text1__buttons a { border: 1px solid #FF2241; color: #FF2241; }

body.black-theme .list-step1__title { color: #FFF; }

body.black-theme .list-step1__text { color: #C9C9C9; }

@media only screen and (max-width: 760px) { body.black-theme .list-step1__text { color: #C9C9C9; } }

body.black-theme .list-step1__text span { color: #FF2241; }

body.black-theme .list-step1__price { color: #FFF; }

body.black-theme .title-page2__status { color: #FFF; background: #FF2241; }

body.black-theme .title-page2__text { color: #fff; }

body.black-theme .title-page2__work { border: 1px solid #FF2241; color: #FF2241; }

@media only screen and (max-width: 760px) { body.black-theme .people-block1:after { border-bottom: 1px solid #252525; } }

body.black-theme .people-block1__big-slide .slick-dots li { background: #656565; }

body.black-theme .people-block1__big-slide .slick-dots li.slick-active { background: #d9d9d9; }

@media only screen and (max-width: 760px) { body.black-theme .people-block1__big-slide-youtube { background: url("../img/i143.svg") no-repeat 0 0; background-size: 35px 27px; width: 35px; height: 27px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .people-block1__big-slide-num { background: rgba(30, 30, 30, 0.7); color: #FFF; }

body.black-theme .people-block1__detect { color: #FFF; }

body.black-theme .people-block1__detect:before { background: url("../img/i108.svg") no-repeat 0 0; background-size: 16px 15px; width: 16px; height: 15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .people-block1__detect:before { background: url("../img/i142.svg") no-repeat 0 0; background-size: 12px 11px; width: 12px; height: 11px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .people-block1__nav-slide .prev { background: url("../img/i109.svg") no-repeat 0 0; background-size: 23px 28px; width: 23px; height: 28px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .people-block1__nav-slide .prev:before { background: url("../img/i110.svg") no-repeat 0 0; background-size: 23px 28px; width: 23px; height: 28px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .people-block1__nav-slide .next { background: url("../img/i109.svg") no-repeat 0 0; background-size: 23px 28px; width: 23px; height: 28px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .people-block1__nav-slide .next:before { background: url("../img/i110.svg") no-repeat 0 0; background-size: 23px 28px; width: 23px; height: 28px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .people-block1__nav-slide-item span { border: 2px solid transparent; }

body.black-theme .people-block1__nav-slide-item i { color: #FF2241; }

body.black-theme .people-block1__nav-slide-item.slick-current span { border-color: #ff2241; }

body.black-theme .people-block1__information1 p { color: #D9D9D9; }

body.black-theme .people-block1__information1 p a { color: #D9D9D9; }

body.black-theme .people-block1__information1 p.icon1:before { background: url("../img/i227.svg") no-repeat 0 0; background-size: 18px 22px; width: 18px; height: 22px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .people-block1__information1 p.icon2:before { background: url("../img/i228.svg") no-repeat 0 0; background-size: 21px 16px; width: 21px; height: 16px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .people-block1__check-fake span { color: #FFF; }

body.black-theme .people-block1__check-fake span.yes:before { background: url("../img/i229.svg") no-repeat 0 0; background-size: 27px 27px; width: 27px; height: 27px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .people-block1__check-fake span.yes:before { background: url("../img/i234.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .people-block1__check-fake span.no { color: #BABABA; }

body.black-theme .people-block1__check-fake span.no:before { background: url("../img/i230.svg") no-repeat 0 0; background-size: 27px 27px; width: 27px; height: 27px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .people-block1__check-fake span.no:before { background: url("../img/i235.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .people-block1__phone b { background: #000000; color: #929292; }

@media only screen and (max-width: 760px) { body.black-theme .people-block1__phone b { color: #929292; } }

body.black-theme .people-block1__phone b:hover { color: #929292; opacity: 0.9; }

body.black-theme .people-block1__phone b:before { background: url("../img/i115.svg") no-repeat 0 0; background-size: 22px 16px; width: 22px; height: 16px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .people-block1__phone a { color: #fff; }

body.black-theme .people-block1__social-list a { background: #000000; color: #929292; }

body.black-theme .people-block1__social-list a:hover { color: #9E9E9E; }

body.black-theme .people-block1__social-list a.icon1:before { background: url("../img/i116.svg") no-repeat 0 0; background-size: 28px 28px; width: 28px; height: 28px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .people-block1__social-list a.icon2:before { background: url("../img/i117.svg") no-repeat 0 0; background-size: 28px 26px; width: 28px; height: 26px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .people-block1__social-list a.icon3:before { background: url("../img/i118.svg") no-repeat 0 0; background-size: 27px 28px; width: 27px; height: 28px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .people-block1__social-list a { color: #929292; background: #000; }
  body.black-theme .people-block1__social-list a.icon1:before { background: url("../img/i147.svg") no-repeat 0 0; background-size: 17px 17px; width: 17px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }
  body.black-theme .people-block1__social-list a.icon2:before { background: url("../img/i148.svg") no-repeat 0 0; background-size: 18px 17px; width: 18px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }
  body.black-theme .people-block1__social-list a.icon3:before { background: url("../img/i149.svg") no-repeat 0 0; background-size: 16px 17px; width: 16px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .people-block1__alert1 { border: 1px solid #252525; color: #C8C8C8; }

body.black-theme .people-block1__alert1 a { color: #fff; }

body.black-theme .people-block1__alert1:before { background: url("../img/i119.svg") no-repeat 0 0; background-size: 30px 30px; width: 30px; height: 30px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .people-block1__price-item span { color: #939393; }

body.black-theme .people-block1__price-item b { color: #fff; border: 1px solid #2400FF; }

@media only screen and (max-width: 760px) { body.black-theme .people-block1__price-item b { border: 1px solid #2400FF; } }

body.black-theme .people-block1__alert2 { border: 1px solid #252525; color: #C8C8C8; }

body.black-theme .people-block1__alert2 a { color: #fff; }

body.black-theme .people-block1__alert2:before { background: url("../img/i120.svg") no-repeat 0 0; background-size: 30px 30px; width: 30px; height: 30px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .people-block1__favorite { color: #828282; }

body.black-theme .people-block1__favorite span span { color: #fff; }

body.black-theme .people-block1__favorite:after { background: url("../img/i121.svg") no-repeat 0 0; background-size: 33px 32px; width: 33px; height: 32px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .people-block1__like { color: #828282; }

body.black-theme .people-block1__like span span { color: #fff; }

body.black-theme .people-block1__like i { background: url("../img/i122.svg") no-repeat 0 0; background-size: 39px 33px; width: 39px; height: 33px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; color: #FF2241; }

body.black-theme .similar-girls1__title { color: #FF2241; }

body.black-theme .similar-girls1__scroll a { background: #292929; color: #C1C1C1; }

@media only screen and (max-width: 760px) { body.black-theme .similar-girls1__scroll a { background: #292929; color: #C1C1C1; } }

body.black-theme .similar-girls1__scroll a:hover { color: #fff; background: #484848; }

@media only screen and (max-width: 760px) { body.black-theme .people-block2__top-status { color: #FFF; background: #FF2241; } }

body.black-theme .people-block2__top-right { background: #292929; }

body.black-theme .people-block2__top-title { color: #FFF; }

@media only screen and (max-width: 760px) { body.black-theme .people-block2__top-title { color: #FFF; } }

body.black-theme .people-block2__top-information { color: #FFF; }

body.black-theme .people-block2__top-text { color: #D4D4D4; }

body.black-theme .people-block2__top-check-fake span { color: #FFF; }

body.black-theme .people-block2__top-check-fake span:before { background: url("../img/i123.svg") no-repeat 0 0; background-size: 27px 27px; width: 27px; height: 27px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .people-block2__top-check-fake span:before { background: url("../img/i152.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .people-block2__description { border: 1px solid #cfcfcf; }

body.black-theme .people-block2__description-title { color: #868686; }

body.black-theme .people-block2__small-title { color: #868686; }

@media only screen and (max-width: 760px) { body.black-theme .people-block2__small-title { color: #868686; } }

body.black-theme .people-block2__small-alert { color: #868686; }

body.black-theme .people-block2__small-alert:before { background: url("../img/i124.svg") no-repeat 0 0; background-size: 29px 29px; width: 29px; height: 29px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .people-block2__small-complain { border: 1px solid #FF2241; color: #FF2241; }

body.black-theme .people-block2__small-complain:hover { background: #ff2241; color: #fff; }

body.black-theme .list1 li { color: #FFF; }

body.black-theme .list1 li:before { background: #fff; }

body.black-theme .block-link1__background { display: none; }

body.black-theme .block-link1__background.black { display: block; }

body.black-theme .block-link1__item span { border: 2px solid #555555; color: #FFF; }

body.black-theme .block-link1__item:hover span { background: rgba(255, 255, 255, 0.04); }

body.black-theme .block-link1__item.icon1 span:before { background: url("../img/i125.svg") no-repeat 0 0; background-size: 38px 33px; width: 38px; height: 33px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .block-link1__item.icon2 span:before { background: url("../img/i126.svg") no-repeat 0 0; background-size: 40px 38px; width: 40px; height: 38px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .block-link1__item.icon3 span:before { background: url("../img/i127.svg") no-repeat 0 0; background-size: 33px 38px; width: 33px; height: 38px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .block-link1__item.icon4 span:before { background: url("../img/i128.svg") no-repeat 0 0; background-size: 39px 36px; width: 39px; height: 36px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .block-review1__nav { border-bottom: 1px solid #555555; }

@media only screen and (max-width: 760px) { body.black-theme .block-review1__nav { border: none; } }

body.black-theme .block-review1__nav-title { color: #999; }

@media only screen and (max-width: 760px) { body.black-theme .block-review1__nav-title { color: #fff; } }

body.black-theme .block-review1__nav-title span { color: #FFF; background: #FF2241; }

body.black-theme .block-review1__nav-item span { color: #FF2241; }

body.black-theme .block-review1__nav-item.active { border-color: #555555; }

@media only screen and (max-width: 760px) { body.black-theme .block-review1__nav-item.active:after { background: url("../img/i153-1.svg") no-repeat 0 0; background-size: 12px 12px; width: 12px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .block-review1__nav-item.active:before { border-bottom: 1px solid #181818; }

@media only screen and (max-width: 760px) { body.black-theme .block-review1__nav-item.active:before { border-bottom: 1px solid #fff; } }

body.black-theme .block-review1__nav-item.active span { color: #fff; }

body.black-theme .block-review1__add-review { border: 1px solid #FF2241; color: #FF2241; }

body.black-theme .block-review1__add-review:hover { color: #fff; background: #ff2241; }

body.black-theme .block-review1__fake-check span { color: #64B200; }

body.black-theme .block-review1__fake-check span:before { background: url("../img/i135.svg") no-repeat 0 0; background-size: 12px 13px; width: 12px; height: 13px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .block-review1__fake-check span.no { color: #ff2241; }

body.black-theme .block-review1__fake-check span.no:before { background: url("../img/i136.svg") no-repeat 0 0; background-size: 12px 13px; width: 12px; height: 13px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .block-review1__list1-sub:before { background: url("../img/i129.svg") no-repeat 0 0; background-size: 40px 41px; width: 40px; height: 41px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .block-review1__list1-sub:before { background: url("../img/i154.svg") no-repeat 0 0; background-size: 20px 40px; width: 20px; height: 40px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; opacity: 0.35; } }

body.black-theme .block-review1__list1-over { background: #111111; }

@media only screen and (max-width: 760px) { body.black-theme .block-review1__list1-over { background: #111; } }

body.black-theme .block-review1__list1-title { color: #787878; }

body.black-theme .block-review1__list1-title span:first-child { color: #A5A5A5; }

@media only screen and (max-width: 760px) { body.black-theme .block-review1__list1-title span:first-child { color: #A5A5A5; } }

@media only screen and (max-width: 760px) { body.black-theme .block-review1__list1-title { color: #787878; } }

body.black-theme .block-review1__list1-title a { color: #A5A5A5; }

@media only screen and (max-width: 760px) { body.black-theme .block-review1__list1-title a { color: #A5A5A5; } }

body.black-theme .block-review1__list1-text { color: #fff; }

body.black-theme .block-review1__list1-reit2-text { color: #787878; }

body.black-theme .block-review1__list1-reit2-list i { background: url("../img/i161.svg") no-repeat 0 0; background-size: 16px 15px; width: 16px; height: 15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .block-review1__list1-reit2-list i.active { background: url("../img/i162.svg") no-repeat 0 0; background-size: 17px 15px; width: 17px; height: 15px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .block-review1__list1-reit i i:nth-child(1) { background: url("../img/i155.svg") no-repeat 0 0; background-size: 15px 14px; width: 15px; height: 14px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .block-review1__list1-reit i i:nth-child(1).active { background: url("../img/i157.svg") no-repeat 0 0; background-size: 15px 14px; width: 15px; height: 14px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .block-review1__list1-reit i i:nth-child(3) { background: url("../img/i156.svg") no-repeat 0 0; background-size: 15px 14px; width: 15px; height: 14px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .block-review1__list1-reit i i:nth-child(3).active { background: url("../img/i158.svg") no-repeat 0 0; background-size: 15px 14px; width: 15px; height: 14px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .block-review1__show-more { color: #FF2241; border: 1px solid #FF2241; }

body.black-theme .block-review1__show-more:hover { background: #ff2241; color: #fff; }

body.black-theme .block-review1-reit-text { color: #808080; }

body.black-theme .block-review1-reit-star li { background: url("../img/i159.svg") no-repeat 0 0; background-size: 22px 22px; width: 22px; height: 22px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .block-review1-reit-star li.active { background: url("../img/i160.svg") no-repeat 0 0; background-size: 22px 22px; width: 22px; height: 22px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .add-review1 { border: 2px solid #252525; } }

body.black-theme .add-review1:before { border: 1px solid #252525; }

body.black-theme .add-review1__title { background: #181818; color: #FFF; }

body.black-theme .add-review1__input { background: #111111; color: #fff; }

body.black-theme .add-review1 ::-webkit-input-placeholder { color: #B0B0B0; }

body.black-theme .add-review1 ::-moz-placeholder { color: #B0B0B0; }

body.black-theme .add-review1 :-ms-input-placeholder { color: #B0B0B0; }

body.black-theme .add-review1 :-moz-placeholder { color: #B0B0B0; }

body.black-theme .add-review1__textarea { background: #111111; color: #fff; }

body.black-theme .add-review1__submit { color: #FF2241; border: 1px solid #FF2241; background: #181818; }

body.black-theme .add-review1__submit:hover { background: #ff2241; color: #fff; }

body.black-theme .add-review1__line1 input { border: 1px solid #292929; }

body.black-theme .add-review1__rait { border: 1px solid #292929; background: #111; }

body.black-theme .add-review1__rait span { color: #FFF; }

body.black-theme .add-review1__rait-list li span { background: url("../img/i131.svg") no-repeat 0 0; background-size: 22px 23px; width: 22px; height: 23px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .add-review1__rait-list li.ac span { background: url("../img/i132.svg") no-repeat 0 0; background-size: 22px 23px; width: 22px; height: 23px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .add-review1__line2 { border: 1px solid #292929; background: #111; }

@media only screen and (max-width: 1000px) { body.black-theme .add-review1__line2-item { border-bottom: 1px solid #292929; } }

body.black-theme .add-review1__line2-title { color: #D9D9D9; }

body.black-theme .add-review1__line2-over { border: 1px solid #292929; background: #111; }

body.black-theme .add-review1__line2-label { color: #626262; }

body.black-theme .add-review1__line2-label .jq-radio { background: url("../img/i133.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .add-review1__line2-label .jq-radio.checked { background: url("../img/i202.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .add-review1__line2-label .jq-radio.checked + span { color: #fff; }

body.black-theme .title-page3 { color: #fff; }

body.black-theme .people-card3__slide .slick-dots li { background: #656565; }

body.black-theme .people-card3__slide .slick-dots li.slick-active { background: #d9d9d9; }

body.black-theme .people-card3__price { background: #2400FF; color: #FFF; }

body.black-theme .people-card3__text span { color: #FFF; }

body.black-theme .people-card3__text p { color: #CFCFCF; }

body.black-theme .people-card3__status { color: #FFF; background: #FF2241; }

body.black-theme .people-card3__favorite2 { background: url("../img/i98.svg") no-repeat 0 0; background-size: 27px 25px; width: 27px; height: 25px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .people-card3__favorite2:before { background: url("../img/i99.svg") no-repeat 0 0; background-size: 27px 25px; width: 27px; height: 25px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .people-card3__favorite1 { color: #FF2241; background: url("../img/i130.svg") no-repeat 0 0; background-size: 36px 31px; width: 36px; height: 31px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .button-mobile1__prev { color: #FF2241; }

body.black-theme .button-mobile1__prev:before { background: url("../img/i139.svg") no-repeat 0 0; background-size: 60px 34px; width: 60px; height: 34px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .button-mobile1__next { color: #FF2241; }

body.black-theme .button-mobile1__next:before { background: url("../img/i140.svg") no-repeat 0 0; background-size: 60px 34px; width: 60px; height: 34px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .button-mobile1__filter { color: #fff; }

body.black-theme .button-mobile1__filter:before { background: url("../img/i141.svg") no-repeat 0 0; background-size: 29px 27px; width: 29px; height: 27px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .title-page2-mobile__text { color: #FFF; }

body.black-theme .title-page2-mobile__bottom i { color: #FFF; background: #FF2241; }

body.black-theme .title-page2-mobile__bottom span { color: #939393; }

body.black-theme .title-page2-mobile__status { background: #FF2241; color: #FFF; }

body.black-theme .mobile-small-block__favorite1 { background: #000; color: #929292; }

body.black-theme .mobile-small-block__favorite1:before { background: url("../img/i232.svg") no-repeat 0 0; background-size: 18px 17px; width: 18px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .mobile-small-block__favorite2 { background: #000; color: #929292; }

body.black-theme .mobile-small-block__favorite2 i { background: url("../img/i233.svg") no-repeat 0 0; background-size: 20px 17px; width: 20px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; color: #fff; }

body.black-theme .mobile-small-block__phone a { color: #000; }

body.black-theme .mobile-small-block__phone b { background: #FFF; color: #000; }

body.black-theme .mobile-small-block__phone b:before { background: url("../img/i146.svg") no-repeat 0 0; background-size: 22px 16px; width: 22px; height: 16px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .mobile-small-block__social-list a { color: #5B5B5B; background: #FFF; }

body.black-theme .mobile-small-block__social-list a.icon1:before { background: url("../img/i147.svg") no-repeat 0 0; background-size: 17px 17px; width: 17px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .mobile-small-block__social-list a.icon2:before { background: url("../img/i148.svg") no-repeat 0 0; background-size: 18px 17px; width: 18px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .mobile-small-block__social-list a.icon3:before { background: url("../img/i149.svg") no-repeat 0 0; background-size: 16px 17px; width: 16px; height: 17px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .list-service-mobile.style1 .list-service-mobile__title { border: 1px solid #ADADAD; color: #fff; }

body.black-theme .list-service-mobile.style1 .list-service-mobile__title:before { background: url("../img/i253.svg") no-repeat 0 0; background-size: 15px 20px; width: 15px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .list-service-mobile.style1 .list-service-mobile__title i { color: #868686; }

body.black-theme .list-service-mobile.style1 .list-service-mobile__show-more2:before { color: #FF2241; }

body.black-theme .list-service-mobile__title { color: #868686; }

body.black-theme .list-service-mobile__list { color: #fff; }

body.black-theme .list-service-mobile__list-item:before { background: #fff; }

body.black-theme .list-service-mobile__show-more { color: #FF2241; }

body.black-theme .list-service-mobile__show-more i { color: #868686; }

body.black-theme .title-page4__text { color: #FFF; }

body.black-theme .title-page4__status { color: #FF2241; border: 1px solid #FF2241; }

@media only screen and (max-width: 760px) { body.black-theme .title-page4__status { border: none; } }

body.black-theme .big-form1__block1 { background: #262626; }

@media only screen and (max-width: 760px) { body.black-theme .big-form1__block1 { background: #262626; } }

body.black-theme .big-form1__block1-title { color: #fff; }

body.black-theme .big-form1__block1-title.mod1 { color: #909090; }

body.black-theme .big-form1__input1 { border: 1px solid #3e3e3e; background: #111; }

body.black-theme .big-form1__input1.active span { background: url("../img/i163.svg") no-repeat 0 0; background-size: 12px 13px; width: 12px; height: 13px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .big-form1__input1 input { color: #fff; }

body.black-theme .big-form1__check1 { border: 1px solid #2f2f2f; background: #2f2f2f; }

@media only screen and (max-width: 760px) { body.black-theme .big-form1__check1 { border: 1px solid #2f2f2f; background: #2f2f2f; } }

body.black-theme .big-form1__check1-label { color: #909090; }

body.black-theme .big-form1__check1-label .jq-radio { background: url("../img/i164.svg") no-repeat 0 0; background-size: 20px 21px; width: 20px; height: 21px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .big-form1__check1-label .jq-radio { background: url("../img/i179.svg") no-repeat 0 0; background-size: 14px 14px; width: 14px; height: 14px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .big-form1__check1-label .jq-radio.checked { background: url("../img/i202.svg") no-repeat 0 0; background-size: 20px 21px; width: 20px; height: 21px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .big-form1__check1-label .jq-radio.checked { background: url("../img/i202.svg") no-repeat 0 0; background-size: 14px 14px; width: 14px; height: 14px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .big-form1__check1-label .jq-radio.checked + span { color: #fff; }

body.black-theme .big-form1__block2-left { border: 1px solid #6e6e6e; }

@media only screen and (max-width: 760px) { body.black-theme .big-form1__block2-left { border: 1px solid #6e6e6e; } }

body.black-theme .big-form1__block2-right { border: 1px solid #383838; }

@media only screen and (max-width: 760px) { body.black-theme .big-form1__block2-right { border: 1px solid #383838; } }

body.black-theme .big-form1__block2-label i { color: #fff; }

body.black-theme .big-form1__block2-label .jq-checkbox { background: url("../img/i166.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .big-form1__block2-label .jq-checkbox.checked { background: url("../img/i236.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .big-form1__block2-label .jq-checkbox.checked + i { color: #fff; }

body.black-theme .big-form1__block2-title1 { color: #fff; }

body.black-theme .big-form1__input2 { border: 1px solid #3e3e3e; background: #111; }

body.black-theme .big-form1__input2.disable i { background: rgba(0, 0, 0, 0.2); }

body.black-theme .big-form1__input2 input { color: #fff; }

body.black-theme .big-form1__input2.active span { background: url("../img/i170.svg") no-repeat 0 0; background-size: 12px 12px; width: 12px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .big-form1__input2 ::-webkit-input-placeholder { color: #909090; }

body.black-theme .big-form1__input2 ::-moz-placeholder { color: #909090; }

body.black-theme .big-form1__input2 :-ms-input-placeholder { color: #909090; }

body.black-theme .big-form1__input2 :-moz-placeholder { color: #909090; }

body.black-theme .big-form1__block3 { border: 1px solid #383838; }

@media only screen and (max-width: 760px) { body.black-theme .big-form1__block3 { border: 1px solid #383838; } }

body.black-theme .big-form1__block3-title { color: #999; }

body.black-theme .big-form1__check2-label { color: #868686; }

body.black-theme .big-form1__check2-label .jq-checkbox { background: url("../img/i237.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .big-form1__check2-label .jq-checkbox { background: url("../img/i237.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .big-form1__check2-label .jq-checkbox.checked { background: url("../img/i238.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .big-form1__check2-label .jq-checkbox.checked { background: url("../img/i238.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .big-form1__check2-label .jq-checkbox.checked + span { color: #fff; }

body.black-theme .big-form1__list1-title { color: #FFF; }

body.black-theme .big-form1__input3 { border: 1px solid #797979; background: #111; }

body.black-theme .big-form1__input3 input { color: #fff; }

body.black-theme .big-form1__input3 i { color: #868686; }

body.black-theme .big-form1__input3.diss span:after { background: url("../img/i171.svg") no-repeat 0 0; background-size: 16px 16px; width: 16px; height: 16px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .big-form1__input3.active span:after { background: url("../img/i170.svg") no-repeat 0 0; background-size: 12px 12px; width: 12px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .big-form1__check3-label { color: #B0B0B0; }

body.black-theme .big-form1__check3-label .jq-radio { background: url("../img/i239.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .big-form1__check3-label .jq-radio { background: url("../img/i239.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .big-form1__check3-label .jq-radio.checked { background: url("../img/i240.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .big-form1__check3-label .jq-radio.checked { background: url("../img/i240.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .big-form1__check3-label .jq-radio.checked + span { color: #fff; }

body.black-theme .big-form1__gallery-item { background: #383838; }

body.black-theme .big-form1__gallery-remove { background: url("../img/i241.svg") no-repeat 0 0; background-size: 32px 32px; width: 32px; height: 32px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .big-form1__gallery-empty { color: #B0B0B0; }

body.black-theme .big-form1__gallery-empty:before { background: url("../img/i175.svg") no-repeat 0 0; background-size: 32px 32px; width: 32px; height: 32px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .big-form1__gallery-empty { border: 1px solid #383838; } }

body.black-theme .big-form1__gallery-empty a:hover { background: rgba(0, 0, 0, 0.01); }

body.black-theme .big-form1__textarea { border: 1px solid #3e3e3e; background: #111; color: #fff; }

body.black-theme .big-form1__check4-label { color: #868686; }

body.black-theme .big-form1__check4-label .jq-checkbox { background: url("../img/i237.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .big-form1__check4-label .jq-checkbox { background: url("../img/i237.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .big-form1__check4-label .jq-checkbox.checked { background: url("../img/i238.svg") no-repeat 0 0; background-size: 25px 24px; width: 25px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .big-form1__check4-label .jq-checkbox.checked { background: url("../img/i238.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .big-form1__check4-label .jq-checkbox.checked + span { color: #fff; }

body.black-theme .big-form1__check4-drop.one .big-form1__check4-current:after { background: url("../img/i178.svg") no-repeat 0 0; background-size: 13px 13px; width: 13px; height: 13px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .big-form1__check4-drop.two .big-form1__check4-price i:after { background: url("../img/i178.svg") no-repeat 0 0; background-size: 13px 13px; width: 13px; height: 13px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .big-form1__check4-current { border: 1px solid #828282; background: #111; color: #fff; }

body.black-theme .big-form1__check4-current:after { background: url("../img/i176.svg") no-repeat 0 0; background-size: 13px 11px; width: 13px; height: 11px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .big-form1__check4-price { border: 1px solid #828282; background: #111; }

body.black-theme .big-form1__check4-price i:after { background: url("../img/i177.svg") no-repeat 0 0; background-size: 13px 11px; width: 13px; height: 11px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .big-form1__check4-price span { color: #979797; }

body.black-theme .big-form1__check4-price input { color: #fff; }

body.black-theme .big-form1__check4-price ::-webkit-input-placeholder { color: #979797; }

body.black-theme .big-form1__check4-price ::-moz-placeholder { color: #979797; }

body.black-theme .big-form1__check4-price :-ms-input-placeholder { color: #979797; }

body.black-theme .big-form1__check4-price :-moz-placeholder { color: #979797; }

body.black-theme .big-form1__submit { background: #FF2241; color: #FFF; }

body.black-theme .big-form1__small-text { color: #868686; }

body.black-theme .big-form1__small-text a { color: #FF2241; }

body.black-theme .title-favorite-people { color: #fff; }

body.black-theme .title-favorite-people:before { background: url("../img/i242.svg") no-repeat 0 0; background-size: 41px 39px; width: 41px; height: 39px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .title-favorite-people:before { display: none; } }

body.black-theme .callback-form1:before { border: 1px solid #565656; }

body.black-theme .callback-form1__title { color: #FFF; }

body.black-theme .callback-form1__title:before { background: url("../img/i244.svg") no-repeat 0 0; background-size: 35px 35px; width: 35px; height: 35px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .callback-form1__title:after { background: #181818; }

body.black-theme .callback-form1__input { border: 1px solid #3e3e3e; background: #111; }

body.black-theme .callback-form1__input input { color: #fff; }

body.black-theme .callback-form1__input.active span:after { background: url("../img/i170.svg") no-repeat 0 0; background-size: 12px 12px; width: 12px; height: 12px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .callback-form1__textarea { border: 1px solid #3e3e3e; background: #111; color: #fff; }

body.black-theme .callback-form1 ::-webkit-input-placeholder { color: #B0B0B0; }

body.black-theme .callback-form1 ::-moz-placeholder { color: #B0B0B0; }

body.black-theme .callback-form1 :-ms-input-placeholder { color: #B0B0B0; }

body.black-theme .callback-form1 :-moz-placeholder { color: #B0B0B0; }

body.black-theme .callback-form1__check-label { color: #fff; }

body.black-theme .callback-form1__check-label .jq-checkbox { background: url("../img/i245.svg") no-repeat 0 0; background-size: 30px 30px; width: 30px; height: 30px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .callback-form1__check-label .jq-checkbox { background: url("../img/i245.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .callback-form1__check-label .jq-checkbox.checked { background: url("../img/i246.svg") no-repeat 0 0; background-size: 30px 30px; width: 30px; height: 30px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

@media only screen and (max-width: 760px) { body.black-theme .callback-form1__check-label .jq-checkbox.checked { background: url("../img/i184.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .callback-form1__submit { background: #FF2241; color: #FFF; }

body.black-theme .map-block1 { background: #333; }

@media only screen and (max-width: 760px) { body.black-theme .mobile-filter-button { color: #FFF; border: 1px solid #2400FF; background: #181818; }
  body.black-theme .mobile-filter-button:before { background: url("../img/i188.svg") no-repeat 0 0; background-size: 25px 21px; width: 25px; height: 21px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; } }

body.black-theme .list-review2 .list-review1__item { background: #101010; }

body.black-theme .header-fixed-scroll { background: #2a2a2a; box-shadow: 0 2px 3px rgba(51, 51, 51, 0.2); }

body.black-theme .header-fixed-scroll__filter-button { background: #181818; color: #fff; }

body.black-theme .header-fixed-scroll__logo img { display: none; }

body.black-theme .header-fixed-scroll__logo img:last-child { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

body.black-theme .header-fixed-scroll__search-current { background: url("../img/i250.svg") no-repeat 0 0; background-size: 26px 25px; width: 26px; height: 25px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .header-fixed-scroll__search-drop { border: 1px solid #4b4b4b; background: #303030; box-shadow: 0 3px 3px rgba(51, 51, 51, 0.2); }

body.black-theme .header-fixed-scroll__search-drop:before { background: url("../img/i207.svg") no-repeat 0 0; background-size: 13px 13px; width: 13px; height: 13px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; margin-top: -1px; }

body.black-theme .header-fixed-scroll__search-drop input[type=text] { color: #fff; border: 1px solid #3e3e3e; background: #111111; }

body.black-theme .header-fixed-scroll__search-drop input[type=submit] { color: #FFF; background: #FF2241; }

body.black-theme .header-fixed-scroll__search-drop ::-webkit-input-placeholder { color: #737373; }

body.black-theme .header-fixed-scroll__search-drop ::-moz-placeholder { color: #737373; }

body.black-theme .header-fixed-scroll__search-drop :-ms-input-placeholder { color: #737373; }

body.black-theme .header-fixed-scroll__search-drop :-moz-placeholder { color: #737373; }

body.black-theme .header-fixed-scroll__favorite { background: url("../img/i251.svg") no-repeat 0 0; background-size: 26px 24px; width: 26px; height: 24px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }

body.black-theme .header-fixed-scroll__favorite span { background: #2400FF; color: #FFF; }
