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

body { font-family: Manrope; }

@media only screen and (max-width: 1000px) { body { width: 100%; height: 100%; } }

.page.mod1 { background-color: #010102; }

@media only screen and (max-width: 760px) { .page-wrapper { position: relative; left: 0px; -webkit-transition: 0.3s; transition: 0.3s; }
  .page-wrapper.active { left: -270px; } }

.page-line { max-width: 1140px; margin: auto; position: relative; *zoom: 1; padding: 0 20px; }

.page-line:after { content: " "; display: table; clear: both; }

.block1 { position: relative; }

.block1.mod1 { z-index: 2; }

.block1__background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; }

.block1__background.fixed { background-attachment: fixed; height: auto; bottom: 0; }

.block1__over { position: relative; padding: 0 0 175px 359px; }

@media only screen and (max-width: 1179px) { .block1__over { padding-left: 250px; } }

@media only screen and (max-width: 1000px) { .block1__over { padding-left: 150px; } }

.block1__text { position: relative; }

.block1__image { display: block; position: absolute; bottom: 0; left: -206px; width: 640px; }

@media only screen and (max-width: 1179px) { .block1__image { -webkit-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; left: -100px; } }

@media only screen and (max-width: 1000px) { .block1__image { -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); } }

.block1__image2 { position: absolute; bottom: 0; left: 50%; margin-left: -742px; display: block; width: 592px; }

@media only screen and (max-width: 1179px) { .block1__image2 { -webkit-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); -webkit-transform-origin: right bottom; -ms-transform-origin: right bottom; transform-origin: right bottom; } }

@media only screen and (max-width: 1000px) { .block1__image2 { -webkit-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); margin-left: -692px; } }

.block1__title1 { padding-bottom: 83px; color: #ffffff; font-size: 70px; letter-spacing: -3.5px; line-height: 77px; }

@media only screen and (max-width: 1179px) { .block1__title1 { font-size: 50px; line-height: 57px; letter-spacing: -2px; } }

.block1__title1.mod1 { text-align: right; padding-bottom: 93px; }

.header { height: 180px; position: relative; border-bottom: 2px dotted #40547a; font-size: 0.01px; margin-bottom: 55px; }

.header.mod1 { margin: 0; border: none; }

@media only screen and (max-width: 760px) { .header.mod1 { height: 108px; } }

.header__logo { display: block; position: absolute; top: 34px; left: 0; }

@media only screen and (max-width: 1000px) { .header__logo { -webkit-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; } }

@media only screen and (max-width: 760px) { .header__logo { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); top: 20px; left: -20px; }
  .header__logo img { width: 262px; } }

.header__right { float: right; padding-top: 44px; text-align: right; }

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

.header__phone { display: inline-block; vertical-align: top; margin-bottom: 5px; color: #75a551; font-size: 32px; font-weight: 600; line-height: 58px; }

@media only screen and (max-width: 1000px) { .header__phone { font-size: 28px; } }

.header__phone.mod1 { position: relative; padding-left: 47px; }

.header__phone.mod1:before { position: absolute; top: 16px; left: 0; display: block; content: ''; background: url("../img/i38.svg") no-repeat 0 0; background-size: 28px 26px; width: 28px; height: 26px; display: inline-block; }

.header__callback a { display: inline-block; vertical-align: top; position: relative; padding-left: 39px; color: #008cc9; font-size: 18px; line-height: 25px; }

.header__callback a:hover { text-decoration: underline; }

.header__callback a:before { position: absolute; top: 0; left: 0; display: block; content: ''; background: url("../img/i2.svg") no-repeat 0 0; background-size: 28px 26px; width: 28px; height: 26px; display: inline-block; }

.header__callback2 { font-size: 0.01px; text-align: right; }

.header__callback2 a { display: inline-block; vertical-align: top; color: #ffffff; font-size: 18px; font-weight: 600; font-weight: 700; line-height: 25px; }

.header__callback2 a span { text-decoration: underline; }

.header__callback2 a:hover span { text-decoration: none; }

.menu-button1, .menu-button2 { position: absolute; left: 424px; top: 71px; cursor: pointer; background: url("../img/i1.svg") no-repeat 0 0; background-size: 33px 30px; width: 33px; height: 30px; display: inline-block; }

@media only screen and (max-width: 1000px) { .menu-button1, .menu-button2 { left: 280px; } }

@media only screen and (max-width: 760px) { .menu-button1, .menu-button2 { top: 39px; right: 0; } }

.menu-button2 { top: 39px; right: 0; left: auto; }

.right-link1 { text-align: right; padding-bottom: 142px; font-size: 0.01px; }

@media only screen and (max-width: 1000px) { .right-link1 { text-align: justify; line-height: 0; font-size: 0; text-justify: newspaper; zoom: 1; text-align-last: justify; padding-bottom: 90px; }
  .right-link1:after { content: ""; display: inline-block; width: 100%; height: 0px; visibility: hidden; overflow: hidden; }
  .right-link1 * { text-align-last: left; } }

.right-link1 a { display: inline-block; vertical-align: top; margin-right: 57px; color: #29beff; font-size: 18px; line-height: 25px; position: relative; padding-left: 41px; }

.right-link1 a:last-child { margin: 0; }

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

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

.right-link1 a:before { position: absolute; top: 1px; left: 0; display: block; content: ''; background: url("../img/i3.svg") no-repeat 0 0; background-size: 22px 22px; width: 22px; height: 22px; display: inline-block; }

.right-link1 a.icon2:before { background: url("../img/i4.svg") no-repeat 0 0; background-size: 20px 20px; width: 20px; height: 20px; display: inline-block; }

.list-icon1 { margin: 0 -5px; *zoom: 1; }

.list-icon1:after { content: " "; display: table; clear: both; }

.list-icon1.mod1 { margin-left: 89px; }

@media only screen and (max-width: 1179px) { .list-icon1.mod1 { float: right; max-width: 630px; width: 100%; } }

.list-icon1.mod1 .list-icon1__text span { color: #adadad; font-size: 14px; line-height: 22.4px; }

.list-icon1__item { float: left; width: 33.333%; padding: 0 5px; box-sizing: border-box; *zoom: 1; }

.list-icon1__item:after { content: " "; display: table; clear: both; }

.list-icon1__icon { float: left; margin-right: 30px; line-height: 78px; }

@media only screen and (max-width: 1179px) { .list-icon1__icon { margin-right: 20px; } }

@media only screen and (max-width: 1000px) { .list-icon1__icon { margin-right: 0; -webkit-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; } }

.list-icon1__icon img { display: inline-block; vertical-align: middle; }

.list-icon1__text span { display: table-cell; vertical-align: middle; height: 78px; color: #ffffff; font-size: 16px; line-height: 25.6px; }

@media only screen and (max-width: 1000px) { .list-icon1__text span { font-size: 14px; } }

.padding1 { padding-bottom: 178px; }

@media only screen and (max-width: 760px) { .padding1 { padding: 53px 0 96px 0; } }

.block2 { margin-bottom: 121px; margin-top: -60px; border-radius: 20px 0 20px 0; position: relative; padding: 77px 70px 72px 80px; }

@media only screen and (max-width: 1179px) { .block2 { padding: 50px; } }

@media only screen and (max-width: 760px) { .block2 { margin: 0 -20px 56px 0; padding: 42px 20px 45px 42px; border-radius: 20px 0 0 0; } }

.block2:before { position: absolute; top: 155px; left: -15px; display: block; content: ''; background: url("../img/i6.svg") no-repeat 0 0; background-size: 15px 87px; width: 15px; height: 87px; display: inline-block; }

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

.block2__background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 20px 0 20px 0; }

@media only screen and (max-width: 760px) { .block2__background { border-radius: 20px 0 0 0; } }

.block2-over { position: relative; }

.block2__title1 { padding-bottom: 31px; color: #112e00; font-size: 22px; line-height: 30px; }

@media only screen and (max-width: 760px) { .block2__title1 { padding-bottom: 26px; font-size: 20px; line-height: 27.5px; } }

.block2__title2 { font-size: 0.01px; padding-bottom: 34px; }

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

.block2__title2 div { display: inline-block; vertical-align: top; position: relative; }

.block2__title2 div span { display: inline-block; vertical-align: top; color: #ffffff; font-size: 55px; font-weight: 700; letter-spacing: -2.75px; line-height: 55px; }

@media only screen and (max-width: 1179px) { .block2__title2 div span { font-size: 45px; letter-spacing: -1px; } }

@media only screen and (max-width: 1000px) { .block2__title2 div span { font-size: 35px; line-height: 45px; } }

@media only screen and (max-width: 760px) { .block2__title2 div span { padding-bottom: 43px; font-size: 45px; letter-spacing: -2.25px; line-height: 45px; } }

.block2__title2 div i { font-style: normal; display: block; position: absolute; top: 17px; width: 300px; left: 100%; margin-left: 56px; padding: 13px 20px 16px 20px; border-radius: 8px; background-color: #8fca62; text-align: center; color: #2d2d2d; font-size: 22px; font-weight: 700; line-height: 28.6px; }

@media only screen and (max-width: 1000px) { .block2__title2 div i { width: auto; white-space: nowrap; top: 7px; margin-left: 30px; } }

@media only screen and (max-width: 760px) { .block2__title2 div i { margin-right: -20px; position: relative; left: auto; margin: 0 -20px 0 0; top: auto; width: auto; border-radius: 8px 0 0 8px; } }

.block2__title2 div i:before { position: absolute; top: 35px; left: -17px; display: block; content: ''; width: 0px; height: 0px; border-style: solid; border-width: 0 17px 17px 0; border-color: transparent #8fca62 transparent transparent; }

@media only screen and (max-width: 760px) { .block2__title2 div i:before { top: -17px; left: 135px; width: 0px; height: 0px; border-style: solid; border-width: 17px 0 0 17px; border-color: transparent transparent transparent #8fca62; } }

.block2__over { *zoom: 1; font-size: 0.01px; }

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

.block2__over-left { float: left; *zoom: 1; }

.block2__over-left:after { content: " "; display: table; clear: both; }

@media only screen and (max-width: 1000px) { .block2__over-left { float: none; padding-bottom: 30px; } }

@media only screen and (max-width: 760px) { .block2__over-left { padding-bottom: 28px; } }

.block2__over-right { top: 28px; float: right; position: relative; }

@media only screen and (max-width: 1000px) { .block2__over-right { top: 0; float: none; } }

@media only screen and (max-width: 760px) { .block2__over-right { text-align: right; } }

.block2__over-right:before { position: absolute; top: 13px; width: 142px; left: -158px; display: block; content: ''; border-top: 2px dotted #fff; }

@media only screen and (max-width: 1179px) { .block2__over-right:before { display: none; } }

@media only screen and (max-width: 760px) { .block2__over-right:before { display: block; left: -42px; width: auto; right: 155px; } }

.block2__over-item { float: left; margin-right: 39px; }

.block2__over-item:last-child { margin: 0; }

@media only screen and (max-width: 1000px) { .block2__over-item { float: none; margin: 0; padding-bottom: 10px; }
  .block2__over-item:last-child { padding: 0; } }

@media only screen and (max-width: 760px) { .block2__over-item { padding-bottom: 21px; } }

.block2__over-item span { display: block; color: #112e00; font-size: 18px; font-weight: 500; color: #b4e38f; line-height: 28px; }

@media only screen and (max-width: 760px) { .block2__over-item span { padding-bottom: 3px; } }

.block2__over-item p { color: #112e00; font-size: 18px; color: #000000; font-weight: 700; line-height: 28px; }

.block2__more { display: inline-block; vertical-align: top; color: #ffffff; font-size: 22px; font-weight: 700; letter-spacing: -1.1px; line-height: 22px; padding-right: 24px; position: relative; }

.block2__more:before { position: absolute; top: 0; right: 0; display: block; content: ''; background: url("../img/i5.svg") no-repeat 0 0; background-size: 20px 21px; width: 20px; height: 21px; display: inline-block; }

.block2__more:hover { text-decoration: underline; }

.content-over1 { position: relative; padding-right: 44.31%; margin-bottom: 111px; }

@media only screen and (max-width: 760px) { .content-over1 { margin: 0; padding: 0 0 37px 0; } }

.content-over1__title { padding-bottom: 51px; color: #000000; font-size: 60px; letter-spacing: -2.4px; line-height: 82px; position: relative; }

@media only screen and (max-width: 1179px) { .content-over1__title { margin-left: 60px; } }

@media only screen and (max-width: 1000px) { .content-over1__title { font-size: 45px; line-height: 67px; padding-left: 30px; letter-spacing: -1px; margin: 0; } }

@media only screen and (max-width: 760px) { .content-over1__title { font-size: 32px; letter-spacing: -1.28px; line-height: 44px; padding: 0 0 36px 0; } }

.content-over1__title:before { position: absolute; top: -31px; left: -75px; display: block; content: ''; background: url("../img/i7.svg") no-repeat 0 0; background-size: 138px 125px; width: 138px; height: 125px; display: inline-block; }

@media only screen and (max-width: 1000px) { .content-over1__title:before { left: 0; -webkit-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; } }

@media only screen and (max-width: 760px) { .content-over1__title:before { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); top: -34px; left: 208px; background: url("../img/i26.svg") no-repeat 0 0; background-size: 109px 99px; width: 109px; height: 99px; display: inline-block; } }

.content-over1__title span { display: block; position: relative; }

.content-over1__image { position: absolute; top: 29px; right: 0; bottom: 10px; width: 36.84%; background-position: center; background-repeat: no-repeat; background-size: cover; background-position: top; }

@media only screen and (max-width: 1000px) { .content-over1__image { width: 42.84%; } }

@media only screen and (max-width: 760px) { .content-over1__image { margin-right: -20px; margin-bottom: 35px; background-position: center; position: relative; right: auto; bottom: auto; top: auto; height: 88.06vw; width: auto; } }

.content-over1__image img { display: block; position: absolute; bottom: 61px; left: 61px; }

@media only screen and (max-width: 760px) { .content-over1__image img { left: 45px; bottom: 44px; width: 89px; } }

.content-over1__text p { color: #000000; font-size: 20px; line-height: 32px; padding-bottom: 18px; }

.content-over1__text p b { font-weight: 600; }

@media only screen and (max-width: 1000px) { .content-over1__text p { font-size: 18px; line-height: 25px; } }

@media only screen and (max-width: 760px) { .content-over1__text p { font-size: 14px; line-height: 22.4px; } }

.content-over1__text p:last-child { padding: 0; }

.title1 { position: relative; padding-bottom: 49px; color: #000000; font-size: 32px; font-weight: 500; line-height: 44px; }

@media only screen and (max-width: 1179px) { .title1 { margin-left: 50px; } }

@media only screen and (max-width: 1000px) { .title1 { font-size: 28px; } }

@media only screen and (max-width: 760px) { .title1 { padding: 0 0 40px 22px; font-size: 22px; line-height: 30px; margin: 0; }
  .title1.mod2 { padding-bottom: 28px; }
  .title1.mod3 { padding-bottom: 32px; } }

.title1.mod1 { padding-bottom: 86px; }

@media only screen and (max-width: 1000px) { .title1.mod1 { padding-bottom: 49px; } }

@media only screen and (max-width: 760px) { .title1.mod1 { padding-bottom: 34px; } }

.title1:before { position: absolute; top: 32px; left: -1550px; width: 1500px; display: block; content: ''; border-top: 2px dotted #a9a9a9; }

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

.title1:after { display: block; position: absolute; top: 24px; left: -51px; display: block; content: ''; background: url("../img/i8.svg") no-repeat 0 0; background-size: 29px 10px; width: 29px; height: 10px; display: inline-block; }

@media only screen and (max-width: 760px) { .title1:after { top: 15px; left: -20px; background: url("../img/i27.svg") no-repeat 0 0; background-size: 22px 8px; width: 22px; height: 8px; display: inline-block; } }

.block3 { padding-bottom: 106px; }

@media only screen and (max-width: 760px) { .block3 { padding-bottom: 57px; margin-right: -20px; } }

.block3__top { padding: 45px 57px; background-color: #f8f8f8; }

@media only screen and (max-width: 1000px) { .block3__top { padding: 30px; } }

@media only screen and (max-width: 760px) { .block3__top { padding: 45px 20px 45px 21px; } }

.block3__bottom { background-color: #f0f0f0; }

.block3__current { padding: 45px 55px; cursor: pointer; font-size: 0.01px; }

@media only screen and (max-width: 1000px) { .block3__current { padding: 30px; } }

@media only screen and (max-width: 760px) { .block3__current { padding: 31px 30px 30px 39px; } }

.block3__current:hover span i { border-color: transparent; }

.block3__current span { display: inline-block; vertical-align: top; position: relative; padding-left: 52px; padding-right: 22px; color: #004dc0; font-size: 0.01px; font-weight: 600; line-height: 30px; }

@media only screen and (max-width: 760px) { .block3__current span { padding: 0 0 0 52px; font-size: 22px; font-weight: 600; line-height: 29.97px; max-width: 194px; } }

.block3__current span:before { position: absolute; top: 1px; left: 0; display: block; content: ''; background: url("../img/i12.svg") no-repeat 0 0; background-size: 32px 29px; width: 32px; height: 29px; display: inline-block; }

.block3__current span:after { position: absolute; top: 0; right: 0; display: block; content: ''; background: url("../img/i13.svg") no-repeat 0 0; background-size: 16px 30px; width: 16px; height: 30px; display: inline-block; }

@media only screen and (max-width: 760px) { .block3__current span:after { position: static; margin-left: 4px; } }

.block3__current span i { font-style: normal; display: inline-block; vertical-align: top; font-size: 22px; border-bottom: 1px dashed #3b75cc; }

@media only screen and (max-width: 760px) { .block3__current span i { display: inline; border-bottom: 2px dotted #789fd8; } }

.block3__hide { display: none; }

.block3__hide-over { padding: 0 55px 55px 55px; }

@media only screen and (max-width: 1179px) { .block3__hide-over { padding: 0 30px 30px 30px; } }

@media only screen and (max-width: 760px) { .block3__hide-over { padding: 0 7px 7px 7px; } }

.list-icon2 { font-size: 0.01px; margin-top: -30px; position: relative; top: 30px; }

.list-icon2__item { display: inline-block; vertical-align: top; *zoom: 1; margin: 0 84px 30px 0; color: #000000; font-size: 20px; font-weight: 500; }

.list-icon2__item:after { content: " "; display: table; clear: both; }

@media only screen and (max-width: 1000px) { .list-icon2__item { margin: 0 40px 30px 0; } }

.list-icon2__item span { float: left; line-height: 37px; }

.list-icon2__icon { float: left; height: 37px; margin-right: 19px; line-height: 37px; }

@media only screen and (max-width: 760px) { .list-icon2__icon { width: 70px; margin: 0; text-align: center; font-size: 0.01px; } }

.list-icon2__icon:before { display: inline-block; vertical-align: middle; position: relative; top: -3px; content: ''; }

.list-icon2__icon.icon1:before { background: url("../img/i9.svg") no-repeat 0 0; background-size: 34px 33px; width: 34px; height: 33px; display: inline-block; }

.list-icon2__icon.icon2:before { background: url("../img/i10.svg") no-repeat 0 0; background-size: 32px 32px; width: 32px; height: 32px; display: inline-block; }

.list-icon2__icon.icon3:before { background: url("../img/i11.svg") no-repeat 0 0; background-size: 29px 34px; width: 29px; height: 34px; display: inline-block; }

.sertificate-list1 { margin: 0 -16px; *zoom: 1; padding-bottom: 150px; }

.sertificate-list1:after { content: " "; display: table; clear: both; }

.sertificate-list1__item { float: left; width: 25%; padding: 0 16px; box-sizing: border-box; }

@media only screen and (max-width: 1000px) { .sertificate-list1__item { width: auto; padding: 0 15px; } }

.sertificate-list1__link { display: block; height: 364px; position: relative; background-position: center; background-repeat: no-repeat; background-size: cover; }

.sertificate-list1__link:hover { opacity: 0.95; }

.sertificate-list1__link:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; content: ''; border: 5px solid #dcdcdc; box-sizing: border-box; }

.sertificate-list1__link.mod1 { margin-bottom: 25px; height: 169px; }

.sertificate-list1__link.mod1:last-child { margin: 0; }

.list-success1 { border-radius: 20px 0 0 0; border: 5px solid #8fca62; padding: 85px 60px 85px 224px; position: relative; }

@media only screen and (max-width: 760px) { .list-success1 { padding: 84px 25px 79px 25px; margin-bottom: 51px; top: 51px; } }

.list-success1__title { position: absolute; top: 83px; left: -6px; background: #fff; color: #66b52a; font-size: 28px; font-weight: 700; line-height: 33.6px; max-width: 246px; padding: 25px 0; }

@media only screen and (max-width: 760px) { .list-success1__title { width: 247px; top: -56px; left: 35px; padding: 0 0 0 29px; box-sizing: border-box; } }

.list-success1__title:after { display: inline-block; vertical-align: top; content: ''; background: url("../img/i14.svg") no-repeat 0 0; background-size: 28px 32px; width: 28px; height: 32px; display: inline-block; margin-left: 7px; }

@media only screen and (max-width: 760px) { .list-success1__title:after { -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; position: relative; top: 2px; margin-left: 8px; } }

.list-success1__over p { padding-bottom: 27px; color: #000000; font-size: 20px; line-height: 32px; }

.list-success1__over p:last-child { padding: 0; }

@media only screen and (max-width: 1000px) { .list-success1__over p { font-size: 18px; line-height: 30px; padding-bottom: 20px; } }

@media only screen and (max-width: 760px) { .list-success1__over p { padding-bottom: 35px; font-size: 16px; line-height: 25.6px; } }

.tool-sheet1 { *zoom: 1; }

.tool-sheet1:after { content: " "; display: table; clear: both; }

.tool-sheet1__clm { float: right; width: 70.43%; position: relative; }

@media only screen and (max-width: 760px) { .tool-sheet1__clm { float: none !important; width: auto !important; margin-bottom: 8px; min-height: 0 !important; }
  .tool-sheet1__clm:last-child { margin: 0; } }

.tool-sheet1__clm:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; content: ''; border: 5px solid #c0cfe6; box-sizing: border-box; }

.tool-sheet1__clm:first-child { width: 28.6%; float: left; }

.tool-sheet1__clm:first-child:before { border-color: #d0e3c5; }

.tool-sheet1__clm-over { padding: 52px 52px 36px 52px; position: relative; }

@media only screen and (max-width: 1179px) { .tool-sheet1__clm-over { padding: 30px; } }

@media only screen and (max-width: 760px) { .tool-sheet1__clm-over { padding: 43px 20px 36px 27px; } }

.tool-sheet1__title { padding-bottom: 29px; color: #51ad19; font-size: 28px; font-weight: 700; text-transform: uppercase; line-height: 38px; }

@media only screen and (max-width: 1000px) { .tool-sheet1__title { font-size: 20px; line-height: 30px; } }

@media only screen and (max-width: 760px) { .tool-sheet1__title { padding-bottom: 29px; font-size: 28px; line-height: 38px; } }

.tool-sheet1__title.mod1 { color: #004dc0; }

@media only screen and (max-width: 760px) { .tool-sheet1__list { -webkit-columns: 2 !important; -moz-columns: 2 !important; columns: 2 !important; } }

.tool-sheet1__list.mod1 { -webkit-columns: 3; -moz-columns: 3; columns: 3; }

@media only screen and (max-width: 760px) { .tool-sheet1__list.mod1 .tool-sheet1__list-item { font-size: 16px; padding-bottom: 11px; } }

.tool-sheet1__list-item { padding: 0 0 16px 25px; position: relative; color: #000000; font-size: 22px; line-height: 28px; }

@media only screen and (max-width: 1179px) { .tool-sheet1__list-item { font-size: 19px; line-height: 25px; } }

@media only screen and (max-width: 1000px) { .tool-sheet1__list-item { font-size: 17px; line-height: 23px; } }

@media only screen and (max-width: 760px) { .tool-sheet1__list-item { font-size: 18px; padding-left: 16px; padding-bottom: 14px; } }

.tool-sheet1__list-item:before { position: absolute; top: 12px; left: 0; display: block; content: ''; border: 3px solid #000; border-radius: 4px; }

@media only screen and (max-width: 1179px) { .tool-sheet1__list-item:before { top: 9px; } }

@media only screen and (max-width: 760px) { .tool-sheet1__list-item:before { border-width: 2px; } }

.block4 { position: relative; }

.block4__background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; }

.block4__over { padding: 169px 0; position: relative; }

@media only screen and (max-width: 760px) { .block4__over { padding: 82px 0 70px 0; } }

.block4__title1 { position: absolute; top: -30px; left: 0; width: 220px; height: 60px; border-radius: 8px; background-color: #8fca62; text-align: center; line-height: 60px; color: #2d2d2d; font-size: 22px; font-weight: 700; }

.block4__title1:before { position: absolute; bottom: -17px; right: 54px; display: block; content: ''; width: 0px; height: 0px; border-style: solid; border-width: 0 17px 17px 0; border-color: transparent #8fca62 transparent transparent; }

@media only screen and (max-width: 760px) { .block4__title1:before { width: 0px; height: 0px; border-style: solid; border-width: 17px 17px 0 0; border-color: #8fca62 transparent transparent transparent; right: auto; left: 23px; } }

.list-price1 { margin: 0 -30px; *zoom: 1; }

.list-price1:after { content: " "; display: table; clear: both; }

@media only screen and (max-width: 1179px) { .list-price1 { margin: 0 -15px; } }

@media only screen and (max-width: 1000px) { .list-price1 { max-width: 400px; margin: auto; } }

@media only screen and (max-width: 760px) { .list-price1 { margin-right: -20px; max-width: none; } }

.list-price1__item { float: left; width: 33.333%; padding: 0 30px; box-sizing: border-box; }

@media only screen and (max-width: 1179px) { .list-price1__item { padding: 0 15px; } }

@media only screen and (max-width: 1000px) { .list-price1__item { width: auto; float: none; padding: 0 0 50px 0; }
  .list-price1__item:last-child { padding: 0; } }

@media only screen and (max-width: 760px) { .list-price1__item { padding-bottom: 30px; } }

.list-price1__over { min-height: 654px; border: 15px solid #dec978; box-sizing: border-box; padding: 56px 20px 75px 20px; position: relative; }

@media only screen and (max-width: 1000px) { .list-price1__over { min-height: 0; } }

@media only screen and (max-width: 760px) { .list-price1__over { padding: 56px 20px 82px 53px; } }

.list-price1__over.style2 { border-color: #9c62ca; }

.list-price1__over.style2 .list-price1__more span { background-color: #9c62ca; }

.list-price1__over.style3 { border-color: #72aa59; }

.list-price1__over.style3 .list-price1__more span { background-color: #72aa59; }

.list-price1__over-content { margin: auto; max-width: 204px; }

@media only screen and (max-width: 760px) { .list-price1__over-content { max-width: 200px; margin: 0; } }

.list-price1__title1 { color: #ffffff; font-size: 32px; font-weight: 700; letter-spacing: -1.6px; line-height: 38.4px; padding-bottom: 27px; }

.list-price1__text { padding-bottom: 38px; }

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

.list-price1__text p { color: #dec978; font-size: 18px; line-height: 28.8px; padding-bottom: 30px; }

.list-price1__text p:last-child { padding: 0; }

.list-price1__text.style2 p { color: #ce90ff; }

.list-price1__text.style3 p { color: #72aa59; }

.list-price1__price { color: #ffffff; font-size: 26px; font-weight: 300; line-height: 36.4px; }

.list-price1__more { position: absolute; top: -15px; left: -15px; right: -15px; bottom: -15px; display: block; }

.list-price1__more:hover { background: rgba(255, 255, 255, 0.03); }

.list-price1__more span { position: absolute; bottom: 0px; right: 0px; display: block; width: 60px; height: 60px; background-color: #dec978; }

.list-price1__more span:before { position: absolute; top: 13px; left: 17px; display: block; content: ''; background: url("../img/i15.svg") no-repeat 0 0; background-size: 24px 30px; width: 24px; height: 30px; display: inline-block; }

.padding2 { padding: 129px 0 158px 0; }

@media only screen and (max-width: 760px) { .padding2 { padding: 66px 0 81px 0; } }

.title-icon1 { padding-bottom: 81px; color: #000000; font-size: 60px; letter-spacing: -2.4px; line-height: 72px; max-width: 780px; position: relative; }

@media only screen and (max-width: 1179px) { .title-icon1 { margin-left: 80px; } }

@media only screen and (max-width: 1000px) { .title-icon1 { font-size: 35px; line-height: 47px; letter-spacing: -1px; } }

@media only screen and (max-width: 760px) { .title-icon1 { padding: 0 0 57px 0; font-size: 32px; letter-spacing: -1.28px; line-height: 38.4px; margin: 0; max-width: 313px; } }

.title-icon1:before { position: absolute; top: -21px; left: -92px; display: block; content: ''; background: url("../img/i16.svg") no-repeat 0 0; background-size: 168px 119px; width: 168px; height: 119px; display: inline-block; }

@media only screen and (max-width: 1000px) { .title-icon1:before { -webkit-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; } }

@media only screen and (max-width: 760px) { .title-icon1:before { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); top: -24px; left: 177px; background: url("../img/i28.svg") no-repeat 0 0; background-size: 138px 98px; width: 138px; height: 98px; display: inline-block; } }

.title-icon1 span { display: block; position: relative; }

@media only screen and (max-width: 760px) { .title-icon1.icon2 { padding-bottom: 30px; } }

.title-icon1.icon2:before { top: -33px; left: -87px; background: url("../img/i18.svg") no-repeat 0 0; background-size: 157px 140px; width: 157px; height: 140px; display: inline-block; }

@media only screen and (max-width: 760px) { .title-icon1.icon2:before { top: -18px; left: 157px; background: url("../img/i31.svg") no-repeat 0 0; background-size: 157px 140px; width: 157px; height: 140px; display: inline-block; } }

.list-video1 { *zoom: 1; margin: 0 -30px; margin-bottom: 114px; margin-top: -70px; position: relative; top: 70px; }

.list-video1:after { content: " "; display: table; clear: both; }

@media only screen and (max-width: 1179px) { .list-video1 { margin: 0 -15px; margin-top: -50px; top: 50px; margin-bottom: 114px; } }

.list-video1__item { float: left; width: 33.333%; padding: 0 30px 70px 30px; box-sizing: border-box; }

.list-video1__item:nth-child(3n+1) { clear: left; }

@media only screen and (max-width: 1179px) { .list-video1__item { padding: 0 15px 50px 15px; } }

@media only screen and (max-width: 1000px) { .list-video1__item { width: auto; padding: 0 10px; clear: none !important; } }

.list-video1__video { display: block; margin-bottom: 43px; height: 240px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; }

@media only screen and (max-width: 760px) { .list-video1__video { height: 66.67vw; } }

.list-video1__video:before { position: absolute; top: 50%; left: 50%; display: block; content: ''; margin-top: -42px; margin-left: -42px; background: url("../img/i17.svg") no-repeat 0 0; background-size: 83px 84px; width: 83px; height: 84px; display: inline-block; -webkit-transition: 0.1s; transition: 0.1s; }

.list-video1__video:hover:before { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.list-video1__video span { display: block; position: absolute; bottom: -15px; left: 0; width: 74px; height: 30px; background-color: #424242; text-align: center; line-height: 30px; color: #ffffff; font-size: 12px; font-weight: 700; }

.list-video1__title { color: #000000; font-size: 20px; font-weight: 500; line-height: 30px; }

.show-more1 { margin-bottom: 144px; }

.show-more1 div { margin: auto; position: relative; width: 420px; }

.show-more1 div:before { position: absolute; top: 50%; left: -1500px; width: 1500px; display: block; content: ''; border-top: 2px dotted #a9a9a9; }

.show-more1 div:after { position: absolute; top: 50%; right: -1500px; width: 1500px; display: block; content: ''; border-top: 2px dotted #a9a9a9; }

.show-more1 div a { display: block; margin: auto; text-align: center; width: 340px; height: 75px; border: 5px solid #8fca62; line-height: 65px; box-sizing: border-box; color: #000000; font-size: 20px; font-weight: 500; }

.show-more1 div a:hover { background: #8fca62; color: #fff; }

.carousel-review1 { margin: 0 -60px; *zoom: 1; margin-bottom: 162px; position: relative; }

.carousel-review1:after { content: " "; display: table; clear: both; }

@media only screen and (max-width: 1400px) { .carousel-review1 { margin: 0 50px 140px 50px; } }

.carousel-review1 .prev { position: absolute; top: 50%; margin-top: -49px; left: -60px; cursor: pointer; z-index: 1; background: url("../img/i20.svg") no-repeat 0 0; background-size: 61px 154px; width: 61px; height: 154px; display: inline-block; }

.carousel-review1 .prev:hover { opacity: 0.95; }

@media only screen and (max-width: 1400px) { .carousel-review1 .prev { -webkit-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; } }

.carousel-review1 .next { position: absolute; top: 50%; margin-top: -49px; right: -60px; cursor: pointer; z-index: 1; background: url("../img/i25.svg") no-repeat 0 0; background-size: 61px 154px; width: 61px; height: 154px; display: inline-block; }

.carousel-review1 .next:hover { opacity: 0.95; }

@media only screen and (max-width: 1400px) { .carousel-review1 .next { -webkit-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); -webkit-transform-origin: right; -ms-transform-origin: right; transform-origin: right; } }

.carousel-review1__item { padding: 0 60px; box-sizing: border-box; }

@media only screen and (max-width: 1400px) { .carousel-review1__item { padding: 0 15px; } }

.carousel-review1__over { padding-bottom: 70px; }

.carousel-review1__over:last-child { padding-bottom: 0; }

.carousel-review1__name { margin-bottom: 40px; padding-left: 60px; position: relative; }

@media only screen and (max-width: 1000px) { .carousel-review1__name { margin-bottom: 0; min-height: 73px; padding-bottom: 15px; box-sizing: border-box; } }

.carousel-review1__name-image { position: absolute; top: 0; left: 0; width: 37px; height: 37px; border-radius: 35px; background-position: center; background-repeat: no-repeat; background-size: cover; }

.carousel-review1__name-text { display: table-cell; vertical-align: middle; height: 37px; font-size: 24px; color: #777777; }

@media only screen and (max-width: 1400px) { .carousel-review1__name-text { font-size: 19px; } }

.carousel-review1__name-text span { font-weight: 700; color: #372c29; }

.carousel-review1__video { height: 324px; margin-bottom: 15px; position: relative; display: block; background-position: center; background-repeat: no-repeat; background-size: cover; }

@media only screen and (max-width: 760px) { .carousel-review1__video { height: 66.67vw; } }

.carousel-review1__video span { display: block; position: absolute; bottom: -15px; left: 0; width: 74px; height: 30px; background-color: #424242; text-align: center; line-height: 30px; color: #ffffff; font-size: 12px; font-weight: 700; }

.carousel-review1__video:before { position: absolute; top: 50%; left: 50%; display: block; content: ''; margin-left: -54px; margin-top: -54px; background: url("../img/i19.svg") no-repeat 0 0; background-size: 108px 108px; width: 108px; height: 108px; display: inline-block; -webkit-transition: 0.1s; transition: 0.1s; }

@media only screen and (max-width: 760px) { .carousel-review1__video:before { margin-top: -43px; margin-left: -43px; background: url("../img/i19.svg") no-repeat 0 0; background-size: 86px 86px; width: 86px; height: 86px; display: inline-block; } }

.carousel-review1__video:hover:before { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.carousel-review1__text { padding: 30px; min-height: 324px; background-color: #eeeeee; box-sizing: border-box; margin-bottom: 15px; }

@media only screen and (max-width: 760px) { .carousel-review1__text { min-height: 66.67vw; padding: 15px; } }

.carousel-review1__text p { color: #000000; font-size: 20px; line-height: 36px; padding-bottom: 20px; }

.carousel-review1__text p:last-child { padding: 0; }

@media only screen and (max-width: 1400px) { .carousel-review1__text p { font-size: 16px; line-height: 32px; } }

@media only screen and (max-width: 760px) { .carousel-review1__text p { font-size: 15px; line-height: 28px; } }

.list-message1 { padding-bottom: 139px; font-size: 0.01px; }

@media only screen and (max-width: 1000px) { .list-message1 { padding-bottom: 90px; } }

@media only screen and (max-width: 760px) { .list-message1 { padding-bottom: 61px; margin-right: -20px; } }

.list-message1__item { margin-bottom: 10px; padding: 53px 58px 56px 61px; background-color: #f5f5f5; border-radius: 20px 0 0 0; }

.list-message1__item:last-child { margin: 0; }

@media only screen and (max-width: 1000px) { .list-message1__item { padding: 30px; } }

@media only screen and (max-width: 760px) { .list-message1__item { padding: 28px 20px 33px 24px; } }

.list-message1__top { *zoom: 1; padding-bottom: 42px; }

.list-message1__top:after { content: " "; display: table; clear: both; }

@media only screen and (max-width: 1000px) { .list-message1__top { padding-bottom: 30px; } }

@media only screen and (max-width: 760px) { .list-message1__top { padding: 0; margin-bottom: 26px; position: relative; } }

.list-message1__top-left { float: left; }

@media only screen and (max-width: 760px) { .list-message1__top-left { float: none; } }

.list-message1__top-right { float: right; padding-top: 15px; }

@media only screen and (max-width: 760px) { .list-message1__top-right { float: none; padding: 0; } }

.list-message1__title { position: relative; padding-left: 52px; display: inline-block; vertical-align: top; color: #9c62ca; font-size: 32px; line-height: 44px; }

@media only screen and (max-width: 1000px) { .list-message1__title { font-size: 29px; } }

@media only screen and (max-width: 760px) { .list-message1__title { padding: 0 0 4px 41px; font-size: 20px; line-height: 27px; position: static; } }

.list-message1__title:before { position: absolute; top: 9px; left: 0; display: block; content: ''; background: url("../img/i21.svg") no-repeat 0 0; background-size: 28px 26px; width: 28px; height: 26px; display: inline-block; }

@media only screen and (max-width: 760px) { .list-message1__title:before { top: 50%; margin-top: -13px; } }

.list-message1__date { color: #808080; font-size: 16px; font-weight: 600; text-transform: uppercase; line-height: 22px; }

@media only screen and (max-width: 760px) { .list-message1__date { padding-left: 41px; font-size: 12px; line-height: 16px; } }

.list-message1__text { padding-bottom: 37px; }

@media only screen and (max-width: 760px) { .list-message1__text { padding-bottom: 13px; } }

.list-message1__text p { color: #000000; font-size: 22px; font-weight: 300; line-height: 35.2px; padding-bottom: 14px; }

.list-message1__text p:last-child { padding: 0; }

@media only screen and (max-width: 1000px) { .list-message1__text p { font-size: 18px; line-height: 31.2px; } }

@media only screen and (max-width: 760px) { .list-message1__text p { font-size: 14px; line-height: 22.4px; padding-bottom: 12px; } }

.list-message1__more { display: inline-block; vertical-align: top; color: #0035f1; font-size: 20px; font-weight: 700; line-height: 27px; }

.list-message1__more span { text-decoration: underline; }

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

@media only screen and (max-width: 760px) { .list-message1__more { font-size: 16px; line-height: 22px; } }

.list-message1__more:hover span { text-decoration: none; }

.list-link1 { *zoom: 1; margin: 0 -30px; }

.list-link1:after { content: " "; display: table; clear: both; }

@media only screen and (max-width: 1179px) { .list-link1 { margin: 0 -15px; } }

@media only screen and (max-width: 1000px) { .list-link1 { margin-top: -30px; position: relative; top: 30px; } }

@media only screen and (max-width: 760px) { .list-link1 { top: 0; margin: 0 -20px 0 0; } }

.list-link1__item { float: left; width: 33.333%; padding: 0 30px; box-sizing: border-box; }

@media only screen and (max-width: 1179px) { .list-link1__item { padding: 0 15px; } }

@media only screen and (max-width: 1000px) { .list-link1__item { width: 50%; padding-bottom: 30px; } }

@media only screen and (max-width: 760px) { .list-link1__item { width: auto; float: none; padding: 0 0 20px 0; }
  .list-link1__item:last-child { padding: 0; } }

.list-link1__over { border-radius: 20px 0 0 0; min-height: 229px; background-color: #f5f5f5; padding: 38px 46px 43px 46px; box-sizing: border-box; font-size: 0.01px; }

@media only screen and (max-width: 1179px) { .list-link1__over { padding: 20px; min-height: 200px; } }

@media only screen and (max-width: 760px) { .list-link1__over { padding: 38px 20px 43px 36px; min-height: 0; } }

.list-link1__over p { padding-bottom: 24px; color: #000000; font-size: 22px; font-weight: 600; line-height: 33px; }

@media only screen and (max-width: 760px) { .list-link1__over p { max-width: 236px; } }

.list-link1__over a { display: inline-block; vertical-align: top; }

.list-link1__over a.style1 { color: #0035f1; font-size: 20px; font-weight: 700; line-height: 27px; }

.list-link1__over a.style1 span { font-weight: 600; text-decoration: underline; }

.list-link1__over a.style1:hover span { text-decoration: none; }

.list-link1__over a.style2 { position: relative; padding-left: 34px; color: #0035f1; font-size: 18px; font-weight: 600; text-decoration: underline; line-height: 27px; }

@media only screen and (max-width: 760px) { .list-link1__over a.style2 { font-size: 20px; } }

.list-link1__over a.style2:hover { text-decoration: none; }

.list-link1__over a.style2:before { position: absolute; top: 3px; left: 0; display: block; content: ''; background: url("../img/i22.svg") no-repeat 0 0; background-size: 22px 22px; width: 22px; height: 22px; display: inline-block; }

.background-bottom1 { position: relative; }

.background-bottom1__background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; }

.have-questions1 { padding: 119px 0 106px 0; *zoom: 1; }

.have-questions1:after { content: " "; display: table; clear: both; }

@media only screen and (max-width: 1000px) { .have-questions1 { padding: 70px 0; } }

@media only screen and (max-width: 760px) { .have-questions1 { padding: 76px 0; } }

.have-questions1__left { float: left; padding-top: 12px; }

@media only screen and (max-width: 1000px) { .have-questions1__left { float: none; padding: 0; } }

@media only screen and (max-width: 760px) { .have-questions1__left { padding-bottom: 50px; } }

.have-questions1__title1 { color: #ffffff; font-size: 80px; font-weight: 600; letter-spacing: -4px; line-height: 72px; }

@media only screen and (max-width: 1179px) { .have-questions1__title1 { font-size: 70px; } }

@media only screen and (max-width: 1000px) { .have-questions1__title1 { padding-bottom: 50px; }
  .have-questions1__title1 br { display: none; } }

@media only screen and (max-width: 760px) { .have-questions1__title1 { padding: 0; font-size: 50px; letter-spacing: -2.5px; line-height: 45px; }
  .have-questions1__title1 br { display: inline; } }

.have-questions1__right { float: right; }

@media only screen and (max-width: 1000px) { .have-questions1__right { float: none; } }

.have-questions1__title2 { padding-bottom: 17px; color: #000000; font-size: 30px; line-height: 48px; }

@media only screen and (max-width: 1179px) { .have-questions1__title2 { font-size: 25px; } }

@media only screen and (max-width: 760px) { .have-questions1__title2 { padding-bottom: 21px; font-size: 16px; line-height: 25.6px; } }

.have-questions1__list { *zoom: 1; }

.have-questions1__list:after { content: " "; display: table; clear: both; }

.have-questions1__list a { float: left; clear: left; position: relative; padding-left: 54px; margin-bottom: 12px; color: #ffffff; font-size: 40px; line-height: 55px; }

.have-questions1__list a:last-child { margin: 0; }

@media only screen and (max-width: 1179px) { .have-questions1__list a { font-size: 35px; } }

@media only screen and (max-width: 760px) { .have-questions1__list a { font-size: 18px; line-height: 25px; margin-bottom: 22px; padding-left: 28px; } }

.have-questions1__list a:hover { text-decoration: underline; }

.have-questions1__list a:before { position: absolute; top: 14px; left: -4px; display: block; content: ''; background: url("../img/i23.svg") no-repeat 0 0; background-size: 41px 37px; width: 41px; height: 37px; display: inline-block; }

@media only screen and (max-width: 760px) { .have-questions1__list a:before { top: 2px; background: url("../img/i32.svg") no-repeat 0 0; background-size: 22px 20px; width: 22px; height: 20px; display: inline-block; } }

@media only screen and (max-width: 760px) { .have-questions1__list a.icon2 { font-size: 22px; } }

.have-questions1__list a.icon2:before { left: -1px; top: 10px; background: url("../img/i24.svg") no-repeat 0 0; background-size: 35px 35px; width: 35px; height: 35px; display: inline-block; }

@media only screen and (max-width: 760px) { .have-questions1__list a.icon2:before { left: -2px; top: 1px; background: url("../img/i33.svg") no-repeat 0 0; background-size: 21px 21px; width: 21px; height: 21px; display: inline-block; } }

.footer1 { padding: 62px 62px 0 62px; min-height: 215px; background-color: rgba(0, 0, 0, 0.8); box-sizing: border-box; font-size: 0.01px; border-radius: 20px 0 0 0; }

@media only screen and (max-width: 1179px) { .footer1 { padding-left: 30px; padding-right: 30px; } }

@media only screen and (max-width: 1000px) { .footer1 { margin-right: -20px; padding-left: 20px; padding-right: 20px; } }

@media only screen and (max-width: 760px) { .footer1 { padding: 162px 20px 61px 45px; position: relative; } }

.footer1__over { *zoom: 1; }

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

.footer1__left { float: left; margin-right: 128px; }

@media only screen and (max-width: 1179px) { .footer1__left { margin-right: 80px; } }

@media only screen and (max-width: 1000px) { .footer1__left { margin-right: 50px; padding-top: 20px; } }

@media only screen and (max-width: 760px) { .footer1__left { padding: 0; margin: 0; position: absolute; top: 41px; left: 17px; } }

.footer1__logo { display: inline-block; vertical-align: top; }

.footer1__logo img { width: 289px; }

@media only screen and (max-width: 1000px) { .footer1__logo img { width: 200px; } }

@media only screen and (max-width: 760px) { .footer1__logo img { width: 275px; } }

.footer1__right { overflow: hidden; padding-top: 11px; }

@media only screen and (max-width: 760px) { .footer1__right { padding: 0; } }

.menu1 { font-size: 0.01px; *zoom: 1; padding-bottom: 24px; }

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

@media only screen and (max-width: 760px) { .menu1 { padding-bottom: 28px; } }

.menu1__item { float: left; margin-right: 51px; }

.menu1__item:last-child { margin: 0; }

@media only screen and (max-width: 1000px) { .menu1__item { margin-right: 30px; } }

@media only screen and (max-width: 760px) { .menu1__item { margin: 0; float: none; padding-bottom: 21px; }
  .menu1__item:last-child { padding: 0; } }

.menu1__item a { display: inline-block; vertical-align: top; color: #29beff; font-size: 18px; line-height: 25px; }

@media only screen and (max-width: 1000px) { .menu1__item a { font-size: 16px; } }

.menu1__item a:hover { text-decoration: underline; }

.menu2 { font-size: 0.01px; *zoom: 1; }

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

.menu2__item { float: left; margin-right: 52px; }

.menu2__item:last-child { margin: 0; }

@media only screen and (max-width: 760px) { .menu2__item { float: none; margin: 0; padding-bottom: 22px; }
  .menu2__item:last-child { padding: 0; } }

.menu2__item a { display: inline-block; vertical-align: top; color: #ffffff; font-size: 16px; text-decoration: underline; line-height: 22px; }

.menu2__item a:hover { text-decoration: none; }

.sertificate-list1-js { margin-left: -15px; margin-bottom: 114px; position: relative; width: 582px; }

@media only screen and (max-width: 760px) { .sertificate-list1-js { margin-bottom: 52px; } }

.sertificate-list1-js .slick-list { overflow: visible !important; }

.list-video1-js { margin-bottom: 70px; }

@media only screen and (max-width: 760px) { .list-video1-js { padding-bottom: 56px; position: relative; margin-bottom: 74px; } }

.list-video1-js .slick-list { overflow: visible !important; }

.list-video1-js .slick-dots { position: absolute; bottom: 0; left: 10px; right: 10px; font-size: 0.01px; }

.list-video1-js .slick-dots li { display: inline-block; vertical-align: top; margin-right: 12px; position: relative; cursor: pointer; background: url("../img/i29.svg") no-repeat 0 0; background-size: 22px 22px; width: 22px; height: 22px; display: inline-block; }

.list-video1-js .slick-dots li:before { position: absolute; top: -10px; left: -6px; right: -6px; bottom: -10px; display: block; content: ''; }

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

.list-video1-js .slick-dots li.slick-active { background: url("../img/i30.svg") no-repeat 0 0; background-size: 22px 22px; width: 22px; height: 22px; display: inline-block; }

.carousel-review1-js { margin-bottom: 70px; }

@media only screen and (max-width: 760px) { .carousel-review1-js { margin-bottom: 57px; } }

.carousel-review1-js .slick-list { overflow: visible !important; }

.carousel-review1-js__item { padding: 0 10px; box-sizing: border-box; }

.block-mobile1 { background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; }

.block-mobile1.mod1 { height: 108px; background-image: url(../img/bg8.jpg); }

.block-mobile1__over { position: relative; padding-top: 152px; height: 621px; box-sizing: border-box; }

.block-mobile1__title { color: #ffffff; font-size: 34px; letter-spacing: -1.7px; line-height: 37.4px; font-size: 25px; }

.block-mobile1__title span { font-size: 46px; display: block; }

.block-mobile1__image { display: block; position: absolute; bottom: 0; left: 50%; width: 458px; margin-left: -236px; }

.block-mobile1__logo { display: block; position: absolute; top: 20px; left: -20px; }

.block-mobile1__logo img { display: block; width: 262px; }

.list-icon3 { padding-bottom: 56px; }

.list-icon3__item { padding-bottom: 32px; }

.list-icon3__item:last-child { padding: 0; }

.list-icon3__over { position: relative; padding-left: 91px; }

.list-icon3__icon { position: absolute; top: 0; left: 0; width: 91px; height: 59px; line-height: 59px; text-align: center; font-size: 0.01px; }

.list-icon3__icon img { display: inline-block; vertical-align: middle; }

.list-icon3__text span { display: table-cell; vertical-align: middle; height: 59px; color: #2c2c2c; font-size: 18px; line-height: 28.8px; }

.mobile-menu1 { position: fixed; top: 0; bottom: 0; right: -270px; width: 270px; background-color: #d9d9d9; z-index: 10; font-size: 0.01px; display: none; -webkit-transition: 0.3s; transition: 0.3s; }

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

.mobile-menu1.active { right: 0px; }

.mobile-menu1.active:before { left: -13px; }

.mobile-menu1.active .mobile-menu1__black { display: block; }

.mobile-menu1:before { position: absolute; top: 47px; left: -13px; left: 0px; display: block; content: ''; width: 0px; height: 0px; border-style: solid; border-width: 7.5px 13px 7.5px 0; border-color: transparent #d9d9d9 transparent transparent; -webkit-transition: 0.3s; transition: 0.3s; }

.mobile-menu1__black { position: absolute; top: 0; bottom: 0; left: -1000px; width: 1000px; display: none; }

.mobile-menu1__list { padding: 37px 39px; }

.mobile-menu1__item { padding-bottom: 32px; }

.mobile-menu1__item:last-child { padding: 0; }

.mobile-menu1__item a { display: inline-block; vertical-align: top; color: #004dc0; font-size: 22px; font-weight: 600; line-height: 35.2px; }

.drop-menu1 { position: absolute; top: 160px; left: 0; right: 0; background-color: #d9d9d9; padding: 40px 60px 0 60px; font-size: 0.01px; z-index: 1; display: none; }

.drop-menu1.active { display: block; }

@media only screen and (max-width: 1000px) { .drop-menu1 { padding: 30px 30px 0 30px; } }

.drop-menu1:before { position: absolute; top: -18px; left: 428px; display: block; content: ''; width: 0px; height: 0px; border-style: solid; border-width: 0 10px 18px 10px; border-color: transparent transparent #d9d9d9 transparent; }

@media only screen and (max-width: 1000px) { .drop-menu1:before { left: 334px; left: 285px; } }

.drop-menu1__menu { *zoom: 1; display: block; margin-right: -52px; }

.drop-menu1__menu:after { content: " "; display: table; clear: both; }

@media only screen and (max-width: 1000px) { .drop-menu1__menu { margin-right: -30px; } }

.drop-menu1__menu-item { float: left; margin: 0 52px 40px 0; }

@media only screen and (max-width: 1000px) { .drop-menu1__menu-item { margin: 0 30px 30px 0; } }

.drop-menu1__menu-item a { display: inline-block; vertical-align: top; color: #004dc0; font-size: 22px; font-weight: 600; line-height: 35.2px; }

.drop-menu1__menu-item a:hover { color: #000000; text-decoration: underline; }

.drop-menu1__close { position: absolute; top: 50%; right: -17px; margin-top: -17px; cursor: pointer; width: 34px; height: 34px; border-radius: 34px; background-color: #c2c2c2; }

.drop-menu1__close i { position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; display: block; font-style: normal; }

.drop-menu1__close:before, .drop-menu1__close:after { position: absolute; top: 0; left: 0; display: block; content: ''; -webkit-transition: 0.1s linear; transition: 0.1s linear; background: url("../img/i35.svg") no-repeat 0 0; background-size: 34px 34px; width: 34px; height: 34px; display: inline-block; }

.drop-menu1__close:after { opacity: 0; background: url("../img/i36.svg") no-repeat 0 0; background-size: 34px 34px; width: 34px; height: 34px; display: inline-block; }

.drop-menu1__close:hover:before { opacity: 0; }

.drop-menu1__close:hover:after { opacity: 1; }

.background-top1 { background-position: center; background-repeat: no-repeat; background-size: cover; background-image: url(../img/bg8.jpg); }

.padding3 { padding: 86px 0; }

@media only screen and (max-width: 760px) { .padding3 { padding: 44px 0; } }

.title2 { padding-bottom: 72px; position: relative; }

@media only screen and (max-width: 1320px) { .title2 { margin-left: 70px; } }

@media only screen and (max-width: 1000px) { .title2 { margin: 0; padding-left: 50px; } }

@media only screen and (max-width: 760px) { .title2 { padding: 0 0 42px 0; } }

.title2:before { position: absolute; top: -31px; left: -75px; display: block; content: ''; background: url("../img/i36.svg") no-repeat 0 0; background-size: 138px 125px; width: 138px; height: 125px; display: inline-block; }

@media only screen and (max-width: 1000px) { .title2:before { -webkit-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; left: 0; } }

@media only screen and (max-width: 760px) { .title2:before { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); top: -22px; left: -29px; background: url("../img/i37.svg") no-repeat 0 0; background-size: 76px 69px; width: 76px; height: 69px; display: inline-block; } }

.title2 span { position: relative; display: block; color: #000000; font-size: 60px; letter-spacing: -2.4px; line-height: 82px; }

@media only screen and (max-width: 1000px) { .title2 span { font-size: 45px; line-height: 67px; letter-spacing: -1px; } }

@media only screen and (max-width: 760px) { .title2 span { font-size: 30px; letter-spacing: -1.2px; line-height: 33px; } }

.list-information1 { *zoom: 1; max-width: 1049px; }

.list-information1:after { content: " "; display: table; clear: both; }

@media only screen and (max-width: 760px) { .list-information1 { margin: 0 -20px 0 -15px; } }

.list-information1__clm { float: right; width: 47.38%; }

.list-information1__clm:first-child { float: left; }

@media only screen and (max-width: 1000px) { .list-information1__clm { float: none !important; width: auto; padding-bottom: 58px; }
  .list-information1__clm:last-child { padding: 0; } }

@media only screen and (max-width: 760px) { .list-information1__clm { padding-bottom: 38px; } }

.list-information1__item { margin-bottom: 58px; border: 5px solid #ecd9fb; position: relative; padding: 30px 35px; }

.list-information1__item:last-child { margin: 0; }

@media only screen and (max-width: 760px) { .list-information1__item { margin-bottom: 38px; padding: 15px; border-right: none; } }

.list-information1__item.style2 { border-color: #dcefd1; }

.list-information1__item.style2 .list-information1__title1 { color: #51ad19; }

.list-information1__item.style2 .list-information1__table tr td a:hover { background: #dcefd1; }

.list-information1__item.style3 { border-color: #d2e0f4; }

.list-information1__item.style3 .list-information1__title1 { color: #2976e8; }

.list-information1__item.style3 .list-information1__table tr td a:hover { background: #d2e0f4; }

.list-information1__item.style4 { border-color: #f2e5dc; }

.list-information1__item.style4 .list-information1__title1 { color: #ee8d47; }

.list-information1__item.style4 .list-information1__table tr td a:hover { background: #f2e5dc; }

.list-information1__title1 { position: absolute; top: -24px; left: 35px; color: #9c62ca; font-size: 22px; font-weight: 800; text-transform: uppercase; line-height: 30px; }

@media only screen and (max-width: 760px) { .list-information1__title1 { left: 15px; } }

.list-information1__table { width: 100%; }

.list-information1__table tr { border-bottom: 2px dotted #f3f3f3; }

.list-information1__table tr:last-child { border: none; }

.list-information1__table tr td { padding: 7px 5px 7px 0; color: #000000; font-size: 14px; line-height: 19px; vertical-align: middle; }

.list-information1__table tr td:last-child { padding-right: 0; }

.list-information1__table tr td:first-child { width: 85px; }

@media only screen and (max-width: 1000px) { .list-information1__table tr td:first-child { width: 170px; } }

.list-information1__table tr td a { display: inline-block; vertical-align: top; padding: 7px 6px; color: #004dc0; font-size: 13px; text-decoration: underline; line-height: 18px; }

.list-information1__table tr td a i { font-style: normal; }

@media only screen and (max-width: 760px) { .list-information1__table tr td a i { display: none; } }

.list-information1__table tr td a:hover { color: #000000; background: #f5ecfd; }

.list-information1__table tr td span { display: inline-block; vertical-align: middle; color: #b4b9c0; font-size: 14px; line-height: 19px; padding-left: 6px; }

.list-information1__table tr td span:before { content: '----'; }

.list-information1__title2 { padding: 8px 12px; background-color: #ee8d47; color: #ffffff; font-size: 14px; font-weight: 800; letter-spacing: 2.8px; text-transform: uppercase; line-height: 19px; margin-bottom: 30px; position: relative; top: 15px; }

@media only screen and (max-width: 760px) { .list-information1__title2 { margin-bottom: 20px; top: 10px; margin-right: -15px; } }

.padding4 { padding: 90px 0; }

@media only screen and (max-width: 760px) { .padding4 { padding: 48px 0 33px 0; margin: 0 -10px; } }

.block-name1 { margin-bottom: 112px; position: relative; *zoom: 1; padding-right: 220px; }

.block-name1:after { content: " "; display: table; clear: both; }

@media only screen and (max-width: 1000px) { .block-name1 { padding-right: 180px; } }

@media only screen and (max-width: 760px) { .block-name1 { padding: 0 0 53px 89px; margin: 0; } }

.block-name1:before { position: absolute; top: 59px; left: 100%; width: 1500px; display: block; content: ''; margin-left: 11px; border-top: 2px dotted #bebebe; }

@media only screen and (max-width: 1179px) { .block-name1:before { display: none; } }

.block-name1__foto { float: left; margin-right: 35px; width: 120px; height: 120px; border-radius: 60px; border: 2px solid #6394d0; box-sizing: border-box; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; }

@media only screen and (max-width: 760px) { .block-name1__foto { position: absolute; top: 5px; left: 0; width: 71px; height: 71px; border-radius: 60px; border-width: 1px; } }

.block-name1__foto .pro { display: block; font-style: normal; position: absolute; top: -19px; right: -2px; background: url("../img/i39.svg") no-repeat 0 0; background-size: 46px 54px; width: 46px; height: 54px; display: inline-block; }

@media only screen and (max-width: 760px) { .block-name1__foto .pro { top: -11px; right: -2px; background: url("../img/i39.svg") no-repeat 0 0; background-size: 28px 32px; width: 28px; height: 32px; display: inline-block; } }

.block-name1__text { overflow: hidden; }

.block-name1__text-vertical { display: table-cell; vertical-align: middle; height: 120px; }

@media only screen and (max-width: 760px) { .block-name1__text-vertical { display: block; height: auto; } }

.block-name1__name { padding-bottom: 16px; color: #000000; font-size: 35px; letter-spacing: -1.4px; line-height: 48px; }

@media only screen and (max-width: 1179px) { .block-name1__name { font-size: 30px; line-height: 43px; } }

@media only screen and (max-width: 1000px) { .block-name1__name { font-size: 26px; line-height: 39px; } }

@media only screen and (max-width: 760px) { .block-name1__name { padding-bottom: 13px; font-size: 18px; letter-spacing: -0.72px; line-height: 24.5px; }
  .block-name1__name span { font-weight: 600; display: block; } }

.block-name1__contact { font-size: 0.01px; }

.block-name1__contact-edit { display: inline-block; vertical-align: top; position: relative; padding-left: 40px; color: #808080; font-size: 22px; line-height: 30px; }

@media only screen and (max-width: 760px) { .block-name1__contact-edit { padding-left: 24px; font-size: 14px; line-height: 19px; } }

.block-name1__contact-edit:hover { text-decoration: underline; }

.block-name1__contact-edit:before { top: 4px; background: url("../img/i40.svg") no-repeat 0 0; background-size: 23px 22px; width: 23px; height: 22px; display: inline-block; display: block; position: absolute; left: 0; content: ''; }

@media only screen and (max-width: 760px) { .block-name1__contact-edit:before { top: 3px; background: url("../img/i50.svg") no-repeat 0 0; background-size: 13px 13px; width: 13px; height: 13px; display: inline-block; } }

.block-name1__exit { position: absolute; top: 23px; right: 0; width: 203px; height: 75px; border: 5px solid rgba(143, 202, 98, 0.2); text-align: center; line-height: 65px; color: #000000; font-size: 20px; font-weight: 500; box-sizing: border-box; }

@media only screen and (max-width: 1000px) { .block-name1__exit { width: auto; padding: 0 30px; } }

@media only screen and (max-width: 760px) { .block-name1__exit { border: none; padding: 0; position: absolute; top: -20px; right: 12px; background: url("../img/i49.svg") no-repeat 0 0; background-size: 13px 13px; width: 13px; height: 13px; display: inline-block; }
  .block-name1__exit span { display: none; } }

.block-name1__exit:before { display: inline-block; vertical-align: top; content: ''; margin-right: 14px; background: url("../img/i41.svg") no-repeat 0 0; background-size: 15px 16px; width: 15px; height: 16px; display: inline-block; position: relative; top: 23px; }

@media only screen and (max-width: 760px) { .block-name1__exit:before { display: none; } }

.block-name1__exit:hover { background: rgba(143, 202, 98, 0.1); }

.block-lk1 { border: 5px solid transparent; margin-bottom: 134px; position: relative; padding: 3px 35px 17px 35px; }

@media only screen and (max-width: 760px) { .block-lk1 { margin: 0 -10px 98px 0; border-right: none; padding: 45px 25px; } }

.block-lk1:last-child { margin-bottom: 47px; }

.block-lk1.style1 { border-color: #ecd9fb; }

.block-lk1.style1 .block-lk1__title-top { color: #9c62ca; }

.block-lk1.style1 .block-lk1__link-bottom { color: #9c62ca; }

.block-lk1.style1 .block-lk1__link-bottom:after { background: url("../img/i46.svg") no-repeat 0 0; background-size: 12px 17px; width: 12px; height: 17px; display: inline-block; }

@media only screen and (max-width: 760px) { .block-lk1.style1 .select-price1__current { background-color: #ecd9fb; }
  .block-lk1.style1 .select-price1__drop { border-color: #ecd9fb; }
  .block-lk1.style1 .block-lk1__button-buy { background-color: #9c62ca; } }

.block-lk1.style2 { border-color: #d2e0f4; }

.block-lk1.style2 .block-lk1__title-top { color: #2976e8; }

.block-lk1.style2 .block-lk1__link-bottom { color: #2976e8; background-color: #d2e0f4; }

.block-lk1.style2 .block-lk1__link-bottom:after { background: url("../img/i46-1.svg") no-repeat 0 0; background-size: 12px 17px; width: 12px; height: 17px; display: inline-block; }

.block-lk1.style2 .table-subscribe1__title2 span { color: #2976e8; }

@media only screen and (max-width: 760px) { .block-lk1.style2 .table-subscribe1__days-left { color: #2976e8; }
  .block-lk1.style2 .table-subscribe1__days-left:before { background: url("../img/i52.svg") no-repeat 0 0; background-size: 17px 19px; width: 17px; height: 19px; display: inline-block; } }

.block-lk1.style3 { border-color: #dcefd1; }

.block-lk1.style3 .block-lk1__title-top { color: #51ad19; }

.block-lk1.style3 .block-lk1__link-bottom { color: #51ad19; background-color: #dcefd1; }

.block-lk1.style3 .block-lk1__link-bottom:after { background: url("../img/i46-2.svg") no-repeat 0 0; background-size: 12px 17px; width: 12px; height: 17px; display: inline-block; }

.block-lk1__title-top { position: absolute; top: -34px; left: 31px; color: #333; font-size: 32px; font-weight: 800; text-transform: uppercase; line-height: 44px; }

@media only screen and (max-width: 760px) { .block-lk1__title-top { left: 25px; top: -23px; font-size: 22px; line-height: 30px; } }

.block-lk1__button { white-space: nowrap; font-size: 0.01px; position: relative; padding-right: 35px; display: inline-block; vertical-align: top; }

@media only screen and (max-width: 760px) { .block-lk1__button { padding: 0; display: block; } }

.block-lk1__button-select { white-space: normal; display: inline-block; vertical-align: top; margin-right: 21px; }

@media only screen and (max-width: 760px) { .block-lk1__button-select { display: block; margin: 0; padding-bottom: 12px; max-width: 287px; } }

.block-lk1__button-small { padding: 0 35px 0 15px; height: 38px; background-color: #dcefd1; line-height: 38px; color: #000000; font-size: 14px; }

.block-lk1__button-close { position: absolute; top: 12px; right: 0; cursor: pointer; background: url("../img/i43.svg") no-repeat 0 0; background-size: 15px 15px; width: 15px; height: 15px; display: inline-block; }

@media only screen and (max-width: 760px) { .block-lk1__button-close { position: relative; width: 38px; height: 38px; display: inline-block; vertical-align: top; background: none; top: 0; margin-left: 2px; }
  .block-lk1__button-close:after { position: absolute; top: 50%; left: 50%; display: block; content: ''; background: url("../img/i43.svg") no-repeat 0 0; background-size: 15px 15px; width: 15px; height: 15px; display: inline-block; margin-left: -7.5px; margin-top: -7.5px; } }

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

.block-lk1__button-buy { display: inline-block; vertical-align: top; height: 39px; padding: 0 21px 0 15px; background-color: #2976e8; text-align: center; line-height: 39px; color: #ffffff; font-size: 13px; font-weight: 700; text-decoration: underline; }

.block-lk1__button-buy:hover { text-decoration: none; }

.block-lk1__button-buy:before { display: inline-block; vertical-align: top; content: ''; margin-right: 6px; background: url("../img/i44.svg") no-repeat 0 0; background-size: 14px 29px; width: 14px; height: 29px; display: inline-block; position: relative; top: 5px; }

.block-lk1__button-buy.mod1 { background-color: #51ad19; }

.block-lk1__link-bottom { display: block; position: absolute; bottom: -52px; left: -5px; text-align: center; height: 51px; background-color: #ecd9fb; line-height: 51px; font-size: 14px; font-weight: 500; padding: 0 44px 0 40px; }

@media only screen and (max-width: 760px) { .block-lk1__link-bottom { height: 38px; line-height: 38px; padding: 0 25px; font-size: 12px; font-weight: 700; bottom: -38px; } }

.block-lk1__link-bottom:hover { text-decoration: underline; }

.block-lk1__link-bottom:after { display: inline-block; vertical-align: top; content: ''; margin-left: 5px; position: relative; top: 17px; }

@media only screen and (max-width: 760px) { .block-lk1__link-bottom:after { top: 10px; } }

.table-subscribe1 { width: 100%; }

@media only screen and (max-width: 1000px) { .table-subscribe1 { display: block; *zoom: 1; }
  .table-subscribe1:after { content: " "; display: table; clear: both; } }

.table-subscribe1 tr { border-bottom: 2px dotted #efefef; }

.table-subscribe1 tr:last-child { border: none; }

@media only screen and (max-width: 1000px) { .table-subscribe1 tr { display: block; width: 100%; *zoom: 1; float: left; padding: 30px 0 0 0; border-color: rgba(51, 51, 51, 0.3); }
  .table-subscribe1 tr:after { content: " "; display: table; clear: both; } }

@media only screen and (max-width: 760px) { .table-subscribe1 tr { border-color: #efefef; padding: 30px 0; }
  .table-subscribe1 tr:first-child { padding-top: 0; }
  .table-subscribe1 tr:last-child { padding-bottom: 0; } }

.table-subscribe1 tr td { padding: 34px 0; color: #000000; font-size: 13px; line-height: 18px; vertical-align: middle; }

.table-subscribe1 tr td:nth-child(2) { padding-left: 60px; padding-right: 95px; }

@media only screen and (max-width: 1179px) { .table-subscribe1 tr td:nth-child(2) { padding: 0 30px; } }

@media only screen and (max-width: 1000px) { .table-subscribe1 tr td { float: left; width: 50%; padding: 0 10px 30px 0; box-sizing: border-box; }
  .table-subscribe1 tr td:nth-child(2) { padding: 0 10px 30px 0; }
  .table-subscribe1 tr td:nth-child(2n+1) { clear: left; } }

@media only screen and (max-width: 1000px) and (max-width: 760px) { .table-subscribe1 tr td:nth-child(2n+1) { clear: none; } }

@media only screen and (max-width: 760px) { .table-subscribe1 tr td { width: auto; padding: 0 16px 13px 0; }
  .table-subscribe1 tr td:nth-child(4) { clear: left; padding: 0; }
  .table-subscribe1 tr td:nth-child(2) { display: none; }
  .table-subscribe1 tr td.no-padding-mobile { padding-bottom: 0; }
  .table-subscribe1 tr td:last-child { padding-bottom: 0; } }

.table-subscribe1__more { display: inline-block; vertical-align: middle; padding-left: 31px; color: #004dc0; font-size: 13px; text-decoration: underline; line-height: 18px; position: relative; }

.table-subscribe1__more:hover { text-decoration: none; }

.table-subscribe1__more:before { position: absolute; top: 0; left: 0; display: block; content: ''; background: url("../img/i42.svg") no-repeat 0 0; background-size: 17px 18px; width: 17px; height: 18px; display: inline-block; }

.table-subscribe1__title1 { color: #000000; font-size: 14px; font-weight: 300; line-height: 19px; }

.table-subscribe1__title1 span { font-weight: 700; }

.table-subscribe1__title3 { color: #7c7c7c; font-size: 14px; font-weight: 700; line-height: 19px; }

@media only screen and (max-width: 760px) { .table-subscribe1__title3 { display: inline-block; vertical-align: top; padding-right: 32px; margin-bottom: 12px; position: relative; }
  .table-subscribe1__title3:before { position: absolute; top: 0; right: 0; display: block; content: ''; background: url("../img/i52.svg") no-repeat 0 0; background-size: 17px 19px; width: 17px; height: 19px; display: inline-block; } }

.table-subscribe1__more2 { display: inline-block; vertical-align: middle; color: #2976e8; font-size: 13px; text-decoration: underline; line-height: 18px; white-space: nowrap; }

.table-subscribe1__more2:hover { text-decoration: none; }

.table-subscribe1__extend { display: inline-block; vertical-align: middle; color: #004dc0; font-size: 13px; font-weight: 700; text-decoration: underline; line-height: 18px; }

.table-subscribe1__extend:hover { text-decoration: none; }

@media only screen and (max-width: 760px) { .table-subscribe1__title2 { padding-bottom: 17px; } }

.table-subscribe1__title2 span { display: block; padding-bottom: 8px; color: #9c62ca; font-size: 12px; font-weight: 700; line-height: 16px; }

.table-subscribe1__title2 span:last-child { padding: 0; }

@media only screen and (max-width: 760px) { .table-subscribe1__title2 span { padding-bottom: 12px; } }

.table-subscribe1__title2 p { color: #7c7c7c; font-size: 14px; font-weight: 700; line-height: 19px; }

@media only screen and (max-width: 760px) { .table-subscribe1__title2 p { font-size: 17px; font-weight: 700; line-height: 25px; } }

@media only screen and (max-width: 760px) { .table-subscribe1__days-left { padding-left: 33px; position: relative; color: #9c62ca; font-size: 10px; line-height: 13.5px; margin-top: -6px; }
  .table-subscribe1__days-left i { display: block; }
  .table-subscribe1__days-left:before { position: absolute; top: 5px; left: 0; display: block; content: ''; background: url("../img/i51.svg") no-repeat 0 0; background-size: 17px 18px; width: 17px; height: 18px; display: inline-block; } }

.select-price1 { position: relative; z-index: 1; }

.select-price1.active .select-price1__current:before { -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; }

.select-price1.active .select-price1__drop { display: block; }

.select-price1__current { width: 287px; height: 39px; background-color: #d2e0f4; cursor: pointer; line-height: 39px; padding: 0 32px 0 20px; color: #000000; font-size: 14px; box-sizing: border-box; position: relative; }

.select-price1__current span { text-decoration: line-through; }

.select-price1__current div { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.select-price1__current:before { position: absolute; top: 15px; right: 13px; display: block; content: ''; background: url("../img/i45.svg") no-repeat 0 0; background-size: 13px 11px; width: 13px; height: 11px; display: inline-block; }

.select-price1__drop { position: absolute; top: 100%; left: 0; right: 0; border: 2px solid #d2e0f4; background: #fff; display: none; border-top: none; }

.select-price1__drop-item { padding: 10px 20px; font-size: 13px; color: #000; line-height: 18px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); cursor: pointer; }

.select-price1__drop-item:hover { background: rgba(210, 224, 244, 0.3); }

.training-seminars1 { width: 100%; }

@media only screen and (max-width: 1000px) { .training-seminars1 { display: block; *zoom: 1; }
  .training-seminars1:after { content: " "; display: table; clear: both; } }

.training-seminars1 tr { border-bottom: 2px dotted #dfdfdf; }

.training-seminars1 tr:last-child { border: none; }

@media only screen and (max-width: 1000px) { .training-seminars1 tr { display: block; width: 100%; *zoom: 1; float: left; padding: 30px 0 0 0; border-color: rgba(51, 51, 51, 0.3); }
  .training-seminars1 tr:after { content: " "; display: table; clear: both; } }

@media only screen and (max-width: 760px) { .training-seminars1 tr { padding: 30px 0; border-color: #efefef; }
  .training-seminars1 tr:first-child { padding-top: 0; }
  .training-seminars1 tr:last-child { padding-bottom: 0; } }

.training-seminars1 tr td { padding: 33px 0; vertical-align: middle; color: #000000; font-size: 13px; line-height: 18px; }

.training-seminars1 tr td:nth-child(2) { padding-right: 30px; padding-left: 35px; max-width: 290px; }

@media only screen and (max-width: 1179px) { .training-seminars1 tr td:nth-child(2) { padding-left: 20px; padding-right: 20px; max-width: 200px; } }

.training-seminars1 tr td:nth-child(3) { white-space: nowrap; }

@media only screen and (max-width: 1000px) { .training-seminars1 tr td { float: left; width: 50%; box-sizing: border-box; padding: 0 20px 30px 0; }
  .training-seminars1 tr td:first-child { width: auto; padding-bottom: 0; }
  .training-seminars1 tr td:nth-child(2) { max-width: none; padding: 0 10px 30px 0; }
  .training-seminars1 tr td:nth-child(3) { clear: left; }
  .training-seminars1 tr td.clear-clean { clear: none; width: auto; }
  .training-seminars1 tr td.last { clear: left; float: none; width: auto; } }

@media only screen and (max-width: 760px) { .training-seminars1 tr td { width: auto; float: none; display: block; padding: 0; color: #8f8f8f; font-size: 13px; line-height: 18px; }
  .training-seminars1 tr td:nth-child(1) { width: 81px; float: left; }
  .training-seminars1 tr td:nth-child(2) { padding: 0 0 12px 0; }
  .training-seminars1 tr td.mod1 { width: auto; float: none; *zoom: 1; }
  .training-seminars1 tr td.mod1:after { content: " "; display: table; clear: both; }
  .training-seminars1 tr td.mod1 .training-seminars1__video { float: left; margin-right: 16px; } }

.training-seminars1__title3 { color: #51ad19; font-size: 12px; font-weight: 700; line-height: 16px; padding-bottom: 12px; margin-top: -3px; }

.training-seminars1__title4 { overflow: hidden; }

.training-seminars1__title4 a { color: #000000; color: #7c7c7c; font-size: 14px; font-weight: 700; line-height: 18.981px; }

.training-seminars1__video { display: inline-block; vertical-align: middle; width: 65px; height: 38px; border-radius: 4px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; }

.training-seminars1__video:hover { opacity: 0.9; }

.training-seminars1__video:before { position: absolute; top: 50%; left: 50%; display: block; content: ''; background: url("../img/i47.svg") no-repeat 0 0; background-size: 24px 18px; width: 24px; height: 18px; display: inline-block; margin-left: -12px; margin-top: -9px; }

.training-seminars1__title1 { color: #000000; font-size: 14px; font-weight: 700; line-height: 19px; }

@media only screen and (max-width: 1000px) { .training-seminars1__title1 { display: table-cell; height: 38px; vertical-align: middle; } }

.training-seminars1__title1 a { color: #000000; }

.training-seminars1__title1 a:hover { text-decoration: underline; }

.training-seminars1__title2 span { display: block; padding-bottom: 2px; color: #51ad19; font-size: 10px; font-weight: 700; line-height: 14px; }

.training-seminars1__title2 p { color: #7c7c7c; font-size: 14px; font-weight: 700; line-height: 19px; }

.training-seminars1__title2 p a { color: #7c7c7c; }

.training-seminars1__title2 p a:hover { text-decoration: underline; }

.training-seminars1__more { color: #51ad19; font-size: 13px; text-decoration: underline; line-height: 18px; }

.training-seminars1__more:hover { text-decoration: none; }

@media only screen and (max-width: 1000px) { .training-seminars1__more { position: relative; top: 17px; } }

@media only screen and (max-width: 760px) { .training-seminars1__more { top: 0; padding-left: 29px; color: #004dc0; margin-bottom: 16px; display: inline-block; vertical-align: top; }
  .training-seminars1__more:before { position: absolute; top: 0; left: 0; display: block; content: ''; background: url("../img/i53.svg") no-repeat 0 0; background-size: 17px 18px; width: 17px; height: 18px; display: inline-block; } }

.training-seminars1__link { display: inline-block; vertical-align: top; margin-left: 71px; padding-left: 36px; position: relative; color: #51ad19; font-size: 13px; font-weight: 700; text-decoration: underline; line-height: 18px; }

@media only screen and (max-width: 1000px) { .training-seminars1__link { margin-left: 0; } }

@media only screen and (max-width: 760px) { .training-seminars1__link { margin-bottom: 15px; top: 15px; } }

.training-seminars1__link:hover { text-decoration: none; }

.training-seminars1__link:before { position: absolute; top: 1px; left: 0; display: block; content: ''; background: url("../img/i48.svg") no-repeat 0 0; background-size: 24px 18px; width: 24px; height: 18px; display: inline-block; }

.padding5 { position: relative; z-index: 2; }

.padding5__background { position: absolute; top: -70px; left: 0; right: 0; bottom: 0; }

.padding5-over { padding: 180px 0 120px 0; position: relative; z-index: 1; }

@media only screen and (max-width: 1179px) { .padding5-over { padding-top: 150px; } }

@media only screen and (max-width: 1000px) { .padding5-over { padding: 80px 0; } }

@media only screen and (max-width: 760px) { .padding5-over { padding: 83px 0 70px 0; } }

.nav-link1 { position: absolute; top: -25px; left: 0; right: 0; font-size: 0.01px; }

@media only screen and (max-width: 1000px) { .nav-link1 { overflow: hidden; left: -20px; right: -20px; height: 59px; } }

@media only screen and (max-width: 760px) { .nav-link1 { top: -16px; } }

@media only screen and (max-width: 1000px) { .nav-link1-scroll { overflow: auto; padding-left: 20px; padding-bottom: 50px; position: relative; top: 50px; margin-top: -50px; white-space: nowrap; } }

.nav-link1__list { *zoom: 1; }

.nav-link1__list:after { content: " "; display: table; clear: both; }

.nav-link1__list a { display: inline-block; vertical-align: top; padding: 0 27px; height: 46px; border-radius: 4px; background-color: #434343; line-height: 46px; color: #ffffff; font-size: 14px; font-weight: 600; letter-spacing: 2.8px; text-transform: uppercase; margin-right: 10px; position: relative; }

@media only screen and (max-width: 1179px) { .nav-link1__list a { padding: 0 20px; } }

@media only screen and (max-width: 760px) { .nav-link1__list a { padding: 0 18px; height: 35px; line-height: 35px; font-size: 12px; letter-spacing: 2.4px; } }

.nav-link1__list a:last-child { margin: 0; }

@media only screen and (max-width: 1000px) { .nav-link1__list a:last-child { margin-right: 20px; } }

.nav-link1__list a:hover { background-color: #0091d0; }

.nav-link1__list a:before { position: absolute; top: 42px; left: 31px; content: ''; width: 0px; height: 0px; border-style: solid; border-width: 17px 17px 0 0; border-color: #0091d0 transparent transparent transparent; display: none; }

@media only screen and (max-width: 760px) { .nav-link1__list a:before { left: 21px; top: 35px; } }

.nav-link1__list a.active { background-color: #0091d0; }

.nav-link1__list a.active:before { display: block; }

.list-semminars1 { *zoom: 1; margin: 0 -30px; margin-top: -80px; position: relative; top: 80px; }

.list-semminars1:after { content: " "; display: table; clear: both; }

@media only screen and (max-width: 1179px) { .list-semminars1 { margin-left: -10px; margin-right: -10px; } }

@media only screen and (max-width: 760px) { .list-semminars1 { margin: 0 -20px 0 -16px; top: 0; } }

.list-semminars1__item { float: left; width: 50%; padding: 0 30px 80px 30px; box-sizing: border-box; }

.list-semminars1__item:nth-child(2n+1) { clear: left; }

@media only screen and (max-width: 1179px) { .list-semminars1__item { padding: 0 10px 80px 10px; } }

@media only screen and (max-width: 760px) { .list-semminars1__item { float: none; width: auto; padding: 0 0 30px 0; }
  .list-semminars1__item:last-child { padding: 0; } }

.list-semminars1__over { position: relative; }

@media only screen and (max-width: 760px) { .list-semminars1__over { min-height: 0 !important; } }

.list-semminars1__over:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; content: ''; border: 15px solid rgba(156, 98, 202, 0.2); box-sizing: border-box; border-radius: 20px 0 0 0; }

@media only screen and (max-width: 760px) { .list-semminars1__over:before { border-right: none !important; } }

.list-semminars1__over.style2:before { border: 15px solid rgba(98, 146, 202, 0.2); }

.list-semminars1__over.style2 .list-semminars1__price { color: #6292ca; }

.list-semminars1__over.style2 .list-semminars1__buy { background: #2248a9; }

.list-semminars1__over.style2 .list-semminars1__buy:hover { background: #2248a9; }

.list-semminars1__over.style3:before { border: 15px solid rgba(187, 202, 98, 0.2); }

.list-semminars1__over.style3 .list-semminars1__price { color: #ebf99c; }

.list-semminars1__over.style3 .list-semminars1__buy { background: #4d580a; }

.list-semminars1__over.style3 .list-semminars1__buy:hover { background: #4d580a; }

.list-semminars1__over.style4:before { border: 15px solid rgba(204, 133, 137, 0.2); }

.list-semminars1__over.style4 .list-semminars1__price { color: #cc8589; }

.list-semminars1__over.style4 .list-semminars1__buy { background: #bb2932; }

.list-semminars1__over.style4 .list-semminars1__buy:hover { background: #bb2932; }

.list-semminars1__over.style5:before { border: 15px solid rgba(94, 205, 192, 0.2); }

.list-semminars1__over.style5 .list-semminars1__price { color: #9bfff3; }

.list-semminars1__over.style5 .list-semminars1__buy { background: #007466; }

.list-semminars1__over.style5 .list-semminars1__buy:hover { background: #007466; }

.list-semminars1__over.style6:before { border: 15px solid rgba(216, 162, 112, 0.2); }

.list-semminars1__over.style6 .list-semminars1__price { color: #d8a270; }

.list-semminars1__over.style6 .list-semminars1__buy { background: #9b4b00; }

.list-semminars1__over.style6 .list-semminars1__buy:hover { background: #9b4b00; }

.list-semminars1__over-content { padding: 19px 19px 85px 19px; position: relative; }

@media only screen and (max-width: 760px) { .list-semminars1__over-content { padding: 19px 0 73px 19px; } }

.list-semminars1__image { height: 296px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; }

@media only screen and (max-width: 760px) { .list-semminars1__image { height: 199px; } }

.list-semminars1__image-top { position: absolute; top: 41px; left: -28px; right: 0; }

@media only screen and (max-width: 1000px) { .list-semminars1__image-top { padding-left: 28px; } }

@media only screen and (max-width: 760px) { .list-semminars1__image-top { top: 24px; left: -23px; padding: 0; } }

.list-semminars1__image-top a { float: left; padding: 0 40px 0 70px; height: 41px; background-color: #ffffff; line-height: 41px; color: #000000; font-size: 18px; font-weight: 600; text-transform: uppercase; position: relative; }

@media only screen and (max-width: 1179px) { .list-semminars1__image-top a { padding: 0 20px; font-size: 16px; } }

@media only screen and (max-width: 1000px) { .list-semminars1__image-top a { margin-left: -28px; } }

@media only screen and (max-width: 760px) { .list-semminars1__image-top a { margin: 0; padding: 0 20px 0 14px; height: 31px; line-height: 31px; font-size: 12px; } }

.list-semminars1__image-top a:after { position: absolute; top: 100%; left: 0; display: block; content: ''; width: 0px; height: 0px; border-style: solid; border-width: 0 9px 9px 0; border-color: transparent #595959 transparent transparent; }

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

.list-semminars1__image-top a:before { position: absolute; top: 12px; left: 39px; display: block; content: ''; background: url("../img/i54.svg") no-repeat 0 0; background-size: 22px 17px; width: 22px; height: 17px; display: inline-block; }

@media only screen and (max-width: 1179px) { .list-semminars1__image-top a:before { display: inline-block; vertical-align: top; position: relative; left: 0; margin-right: 10px; } }

@media only screen and (max-width: 760px) { .list-semminars1__image-top a:before { top: 7px; } }

.list-semminars1__image-top span { padding: 0 25px; color: rgba(255, 255, 255, 0.5); font-size: 14px; font-weight: 700; letter-spacing: -0.7px; height: 41px; line-height: 39px; border: 1px solid rgba(255, 255, 255, 0.2); float: left; box-sizing: border-box; }

@media only screen and (max-width: 1179px) { .list-semminars1__image-top span { padding: 0 15px; } }

@media only screen and (max-width: 760px) { .list-semminars1__image-top span { padding: 0 14px; font-size: 10px; letter-spacing: -0.5px; height: 31px; line-height: 29px; } }

.list-semminars1__title { position: absolute; bottom: 46px; left: 72px; right: 72px; color: #ffffff; font-size: 28px; font-weight: 700; letter-spacing: -1.4px; line-height: 33.6px; }

@media only screen and (max-width: 1179px) { .list-semminars1__title { bottom: 40px; left: 40px; right: 40px; } }

@media only screen and (max-width: 1000px) { .list-semminars1__title { left: 20px; bottom: 20px; right: 20px; font-size: 24px; line-height: 29.6px; } }

@media only screen and (max-width: 760px) { .list-semminars1__title { bottom: 26px; left: 20px; right: 20px; font-size: 22px; letter-spacing: -1.1px; line-height: 26.4px; } }

.list-semminars1__text { padding: 47px 64px 0 71px; font-size: 0.01px; }

@media only screen and (max-width: 1179px) { .list-semminars1__text { padding: 47px 40px 0 40px; } }

@media only screen and (max-width: 1000px) { .list-semminars1__text { padding: 30px 20px 0 20px; } }

@media only screen and (max-width: 760px) { .list-semminars1__text { padding: 25px 19px 0 22px; } }

.list-semminars1__text p { color: #ffffff; font-size: 14px; line-height: 22.4px; padding-bottom: 29px; }

@media only screen and (max-width: 760px) { .list-semminars1__text p { font-size: 12px; line-height: 19.2px; padding-bottom: 15px; } }

.list-semminars1__text p a { text-decoration: underline; font-weight: 700; color: #fff; }

.list-semminars1__text p a:hover { text-decoration: none; }

.list-semminars1__more { display: inline-block; vertical-align: top; color: #ffffff; font-size: 16px; font-weight: 700; line-height: 25.6px; text-decoration: underline; text-transform: uppercase; margin-bottom: 30px; }

@media only screen and (max-width: 760px) { .list-semminars1__more { margin-bottom: 15px; } }

.list-semminars1__more:hover { text-decoration: none; }

.list-semminars1__price { color: #cb91f9; font-size: 32px; font-weight: 300; line-height: 44.8px; }

.list-semminars1__buy { position: absolute; bottom: -22px; left: 91px; width: 267px; height: 60px; background-color: #000000; line-height: 60px; display: block; text-align: center; color: #ffffff; font-size: 18px; font-weight: 700; text-transform: uppercase; }

@media only screen and (max-width: 1179px) { .list-semminars1__buy { left: 60px; } }

@media only screen and (max-width: 1000px) { .list-semminars1__buy { left: 40px; } }

@media only screen and (max-width: 760px) { .list-semminars1__buy { width: 192px; height: 40px; line-height: 40px; font-size: 12px; bottom: 0; left: 45px; background: #9447d0; } }

.list-semminars1__buy:hover { background: #9447d0; }

.list-semminars1__buy:before { display: inline-block; vertical-align: top; content: ''; margin-right: 11px; position: relative; top: 15px; background: url("../img/i55.svg") no-repeat 0 0; background-size: 22px 27px; width: 22px; height: 27px; display: inline-block; }

@media only screen and (max-width: 760px) { .list-semminars1__buy:before { background: url("../img/i56.svg") no-repeat 0 0; background-size: 13px 13px; width: 13px; height: 13px; display: inline-block; margin-right: 4px; top: 12px; } }

.list-text1 { padding-bottom: 12px; }

.list-text1__item { position: relative; padding-bottom: 12px; color: #ffffff; font-size: 14px; line-height: 22.4px; }

.list-text1__item:last-child { padding: 0; }

@media only screen and (max-width: 760px) { .list-text1__item { font-size: 12px; line-height: 19.2px; } }

.list-text1__item:before { content: '• '; }

.block-mobile2 { background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; padding: 52px 20px 78px 20px; }

.block-mobile2-over { position: relative; }

.block-mobile2__image { display: block; position: absolute; bottom: 0; right: 0; width: 274px; }

.block-mobile2__title { padding-bottom: 48px; color: #ffffff; font-size: 38px; letter-spacing: -1.9px; line-height: 45.6px; max-width: 248px; }

.list-icon4__item { *zoom: 1; padding-bottom: 30px; }

.list-icon4__item:after { content: " "; display: table; clear: both; }

.list-icon4__item:last-child { padding: 0; }

.list-icon4__icon { float: left; width: 71px; height: 45px; line-height: 45px; }

.list-icon4__icon img { display: inline-block; vertical-align: middle; }

.list-icon4__text { overflow: hidden; }

.list-icon4__text span { display: table-cell; vertical-align: middle; height: 45px; color: #ffffff; font-size: 14px; line-height: 22.4px; }

.parallax-mirror { z-index: 1 !important; }

@media only screen and (max-width: 760px) { .parallax-mirror { display: none !important; } }


/* login */
.column-content1 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-content: space-between; -ms-flex-line-pack: justify; align-content: space-between; padding: 34px 0 119px 0; }

@media only screen and (max-width: 1000px) { .column-content1 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; gap: 60px; padding-bottom: 90px; padding-top: 0; } }

@media only screen and (max-width: 760px) { .column-content1 { gap: 45px; padding-bottom: 70px; } }

.column-content1__left { width: 36.84%; margin-top: -34px; }

@media only screen and (max-width: 1000px) { .column-content1__left { margin: 0; width: auto; } }

.column-content1__right { width: 57.89%; position: relative; padding: 52px 0 52px 58px; box-sizing: border-box; }

@media only screen and (max-width: 1000px) { .column-content1__right { width: auto; padding: 50px; } }

@media only screen and (max-width: 760px) { .column-content1__right { padding: 37px 0 54px 0; } }

.column-content1__right:before { position: absolute; top: 0; bottom: 0; left: 0; right: -1500px; display: block; content: ''; background-color: #e8effa; }

@media only screen and (max-width: 760px) { .column-content1__right:before { left: -20px; right: -20px; } }

.column-content1__right-over { position: relative; }

.column-content1__title1 { position: relative; padding-bottom: 59px; color: #000000; font-size: 60px; letter-spacing: -2.4px; line-height: 82px; }

@media only screen and (max-width: 1320px) { .column-content1__title1 { padding-left: 74px; font-size: 50px; } }

@media only screen and (max-width: 760px) { .column-content1__title1 { padding-bottom: 19px; font-size: 30px; letter-spacing: -1.2px; line-height: 33px; padding-left: 0; } }

.column-content1__title1 span { display: block; position: relative; }

.column-content1__title1:before { position: absolute; top: -23px; left: -59px; display: block; content: ''; background: url("../img/i60.svg") no-repeat 0 0; background-size: 129px 129px; width: 129px; height: 129px; display: inline-block; }

@media only screen and (max-width: 1320px) { .column-content1__title1:before { left: -5px; -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; -webkit-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); } }

@media only screen and (max-width: 760px) { .column-content1__title1:before { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); top: -19px; left: -33px; background: url("../img/i63.svg") no-repeat 0 0; background-size: 71px 70px; width: 71px; height: 70px; display: inline-block; } }

.column-content1__text1 { padding-bottom: 77px; color: #3a3a3a; font-size: 22px; line-height: 35.2px; }

@media only screen and (max-width: 1000px) { .column-content1__text1 { padding-bottom: 50px; } }

@media only screen and (max-width: 760px) { .column-content1__text1 { padding-bottom: 30px; font-size: 20px; line-height: 32px; } }

.column-content1__enter-telegramm { display: block; text-align: center; max-width: 360px; width: 100%; height: 75px; border: 5px solid #8fca62; color: #000000; font-size: 20px; font-weight: 500; line-height: 65px; box-sizing: border-box; }

.column-content1__enter-telegramm:hover { background: #8fca62; }

.column-content1__title2 { padding-bottom: 21px; color: #004dc0; font-size: 16px; font-weight: 700; line-height: 25.6px; text-transform: uppercase; }

.list1 { padding-left: 22px; }

@media only screen and (max-width: 760px) { .list1 { padding-left: 18px; } }

.list1__item { list-style-type: decimal; color: #000000; font-size: 16px; font-weight: 300; line-height: 25.6px; padding-bottom: 25px; }

.list1__item b { font-weight: 700; }

@media only screen and (max-width: 760px) { .list1__item { font-size: 14px; line-height: 22.4px; } }

.list1__item:last-child { padding: 0; }

.column-content2 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-content: space-between; -ms-flex-line-pack: justify; align-content: space-between; }

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

.column-content2__left { width: 36.84%; }

@media only screen and (max-width: 1000px) { .column-content2__left { width: auto; } }

.column-content2__right { width: 57.89%; }

@media only screen and (max-width: 1000px) { .column-content2__right { height: 300px; width: 77vw; } }

@media only screen and (max-width: 760px) { .column-content2__right { height: auto; width: auto; margin: 0 -20px; } }

.column-content2__qr { max-width: 360px; height: 371px; border: 5px solid #eaeaea; box-sizing: border-box; position: relative; line-height: 361px; text-align: center; font-size: 0.01px; }

/* @media only screen and (max-width: 760px) { .column-content2__qr { height: 322px; line-height: 312px; } } */

.column-content2__qr-title { position: absolute; top: -28px; left: 52px; right: 52px; height: 46px; background-color: #ffffff; text-align: center; line-height: 46px; color: #000000; font-size: 16px; }

@media only screen and (max-width: 760px) { .column-content2__qr-title { left: 28px; right: 28px; } }

.column-content2__qr-image { display: inline-block; vertical-align: middle; max-width: 300px; }
.column-content2__qr-image > * { display: block; }
/*@media only screen and (max-width: 760px) { .column-content2__qr-image { max-width: 202px; } } */

.column-content2__video { background-position: center; background-repeat: no-repeat; background-size: cover; display: block; height: 100%; position: relative; }

@media only screen and (max-width: 760px) { .column-content2__video { height: 56.39vw; width: 100%; } }

.column-content2__video:before { position: absolute; top: 50%; left: 50%; display: block; content: ''; background: url("../img/i61.svg") no-repeat 0 0; background-size: 105px 105px; width: 105px; height: 105px; display: inline-block; margin-top: -52.5px; margin-left: -52.5px; -webkit-transition: 0.1s; transition: 0.1s; }

@media only screen and (max-width: 760px) { .column-content2__video:before { background: url("../img/i61.svg") no-repeat 0 0; background-size: 58px 58px; width: 58px; height: 58px; display: inline-block; margin-top: -29px; margin-left: -29px; } }

.column-content2__video:hover:before { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.position-table1 { width: 100%; }

.position-table1-over { max-width: 840px; }

@media only screen and (max-width: 760px) { .position-table1-over { margin-right: -20px; } }

.position-table1 thead tr td { padding: 0 20px 16px 20px; color: #8796b3; font-size: 12px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; line-height: 16px; border-left: 2px dotted #d6e6ff; }

.position-table1 thead tr td:first-child { padding-left: 0; }

@media only screen and (max-width: 1000px) { .position-table1 thead tr td { padding: 0 10px 16px 10px; } }

@media only screen and (max-width: 760px) { .position-table1 thead tr td { padding: 0 0 16px 5px; font-size: 10px; letter-spacing: 1px; text-transform: uppercase; line-height: 14px; border: none; }
  .position-table1 thead tr td:first-child { padding-left: 0; } }

.position-table1 thead tr td:first-child { border: none; }

.position-table1 thead tr td span:last-child { display: none; }

@media only screen and (max-width: 760px) { .position-table1 thead tr td span:last-child { display: inline; } }

@media only screen and (max-width: 760px) { .position-table1 thead tr td span { display: none; } }

.position-table1 tbody tr { border-top: 2px dotted #d3d3d3; }

.position-table1 tbody tr.space td { height: 27px; padding: 0; }

.position-table1 tbody tr td { border-left: 2px dotted #d6e6ff; padding: 16px 20px; color: #004dc0; font-size: 22px; line-height: 30px; }

.position-table1 tbody tr td:first-child { border: none; }

@media only screen and (max-width: 1000px) { .position-table1 tbody tr td { padding: 16px 10px; font-size: 20px; } }

@media only screen and (max-width: 760px) { .position-table1 tbody tr td { padding: 16px 0 16px 5px; font-size: 13px; line-height: 18px; border: none; }
  .position-table1 tbody tr td:first-child { padding-left: 0; } }

.position-table1 tbody tr td:first-child { padding-left: 0; color: #000000; font-weight: 700; }

.position-table1 tbody tr td:first-child span { font-weight: normal; }
/* / login */
