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

@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 22px;*/ padding: 0 20px;  }

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

.background-top1 { height: 180px; background: url(../img/bg-header.jpg) center; }

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

.header { *zoom: 1; font-size: 0.01px; position: relative; }

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

.header__left { float: left; padding-top: 34px; }

@media only screen and (max-width: 760px) { .header__left { padding-top: 20px; margin-left: -23px; } }

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

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

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

@media only screen and (max-width: 1000px) { .header__logo { -webkit-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); -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); } }

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

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

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

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

.header__all-contact { text-align: right; }

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

.header__all-contact a span { font-weight: 700; text-decoration: underline; }

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

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

.menu-button1:before, .menu-button2:before { position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; display: block; content: ''; }

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

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

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

.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/i5.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/i6.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; }

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

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

.block1__over { padding: 125px 0 151px 0; position: relative; }

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

@media only screen and (max-width: 760px) { .block1__over { padding: 52px 20px 121px 20px; } }

@media only screen and (max-width: 760px) { .block1__over-position { position: relative; } }

.block1__title1 { color: #112e00; font-size: 32px; font-weight: 300; line-height: 44px; padding-bottom: 45px; }

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

@media only screen and (max-width: 760px) { .block1__title1 { padding: 0 0 25px 84px; font-size: 20px; font-weight: 300; line-height: 27.639px; }
  .block1__title1 i { display: block; } }

.block1__name { *zoom: 1; padding-bottom: 79px; }

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

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

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

.block1__name-foto { float: left; position: relative; top: 11px; width: 153px; height: 153px; border-radius: 150px; background-position: center; background-repeat: no-repeat; background-size: cover; margin-right: 41px; }

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

@media only screen and (max-width: 760px) { .block1__name-foto { position: absolute; top: -1px; left: -20px; margin: 0; float: none; width: 81px; height: 81px; } }

.block1__name-text { overflow: hidden; }

.block1__name-text span { height: 197px; display: table-cell; height: 176px; vertical-align: middle; color: #ffffff; font-size: 80px; font-weight: 700; letter-spacing: -4px; line-height: 88px; }

@media only screen and (max-width: 1000px) { .block1__name-text span { font-size: 50px; line-height: 73px; letter-spacing: -2px; } }

@media only screen and (max-width: 760px) { .block1__name-text span { display: block; font-size: 40px; letter-spacing: -2px; line-height: 44px; height: auto; } }

.block1__over-text { *zoom: 1; margin-top: -50px; position: relative; top: 50px; margin-right: -94px; }

.block1__over-text:after { content: " "; display: table; clear: both; }

@media only screen and (max-width: 1183px) { .block1__over-text { margin-right: -40px; } }

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

.block1__over-text-item { float: left; margin: 0 94px 50px 0; }

@media only screen and (max-width: 1183px) { .block1__over-text-item { margin-right: 40px; } }

@media only screen and (max-width: 1000px) { .block1__over-text-item { float: none; margin: 0 0 40px 0; }
  .block1__over-text-item:last-child { margin: 0; } }

@media only screen and (max-width: 760px) { .block1__over-text-item { margin-bottom: 17px; } }

.block1__over-text-item span { display: block; font-weight: 500; font-size: 22px; color: #225c00; line-height: 35px; }

@media only screen and (max-width: 760px) { .block1__over-text-item span { font-size: 18px; line-height: 27px; } }

.block1__over-text-item p { font-size: 28px; color: #000000; font-weight: 700; line-height: 35px; }

@media only screen and (max-width: 1183px) { .block1__over-text-item p { font-size: 25px; } }

@media only screen and (max-width: 760px) { .block1__over-text-item p { font-size: 18px; line-height: 27px; } }

.block1__callback { position: absolute; bottom: -30px; left: 0; width: 568px; height: 72px; border-radius: 10px; background-color: #004dc0; font-size: 0.01px; text-align: center; -webkit-transition: 0.1s linear; transition: 0.1s linear; }

@media only screen and (max-width: 760px) { .block1__callback { bottom: -31px; left: 0; right: 0; height: 108px; text-align: center; width: auto; padding: 18.5px 0 25.5px 0; height: auto; } }

.block1__callback:hover { background-color: #002967; }

.block1__callback span { display: inline-block; vertical-align: top; position: relative; top: 21px; color: #ffffff; font-size: 18px; font-weight: 700; line-height: 31px; margin-right: 12px; display: none; }

.block1__callback span:first-child { display: inline-block; }

@media only screen and (max-width: 760px) { .block1__callback span { display: block; font-size: 16px; font-weight: 600; line-height: 30px; top: 0; margin: 0; padding-bottom: 7px; }
  .block1__callback span:first-child { display: none; } }

.block1__callback i { font-style: normal; display: inline-block; vertical-align: top; color: #ffffff; font-size: 24px; font-weight: 800; letter-spacing: -1.2px; line-height: 72px; position: relative; padding-left: 42px; }

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

@media only screen and (max-width: 760px) { .block1__callback i:before { top: 1px; } }

@media only screen and (max-width: 760px) { .block1__callback i { padding-left: 37px; font-size: 24px; letter-spacing: -1.2px; line-height: 28px; } }

.block1__bottom-button { position: absolute; bottom: -30px; left: 0; height: 72px; border-radius: 10px; background-color: #e0e0e0; font-size: 0.01px; }

@media only screen and (max-width: 1000px) { .block1__bottom-button { right: 0; } }

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

.block1__bottom-button a { display: inline-block; vertical-align: top; }

@media only screen and (max-width: 1000px) { .block1__bottom-button a { width: 50% !important; float: left; } }

@media only screen and (max-width: 760px) { .block1__bottom-button a { width: 100% !important; float: none; display: block; } }

.block1__bottom-button a.style1 { width: 375px; height: 72px; border-radius: 10px; background-color: #004dc0; line-height: 72px; text-align: center; color: #ffffff; font-size: 18px; font-weight: 700; -webkit-transition: 0.1s; transition: 0.1s; }

.block1__bottom-button a.style1:hover { opacity: 0.95; }

.block1__bottom-button a.style2 { width: 381px; text-align: center; line-height: 72px; height: 72px; color: #004dc0; font-size: 18px; font-weight: 700; -webkit-transition: 0; transition: 0; }

@media only screen and (max-width: 760px) { .block1__bottom-button a.style2 { position: absolute; top: -72px; left: 0; right: 0; color: #ffffff; padding-left: 20px; text-align: left; font-size: 16px; } }

.block1__bottom-button a.style2:before { display: inline-block; vertical-align: top; position: relative; top: 21px; margin-right: 4px; content: ''; background: url("../img/i16.svg") no-repeat 0 0; background-size: 22px 29px; width: 22px; height: 29px; display: inline-block; }

@media only screen and (max-width: 760px) { .block1__bottom-button a.style2:before { background: url("../img/i18.svg") no-repeat 0 0; background-size: 16px 26px; width: 16px; height: 26px; display: inline-block; top: 23px; } }

.padding1 { padding: 130px 0 149px 0; }

.padding1__mark { position: absolute; top: -30px; left: 0; }

@media only screen and (max-width: 760px) { .padding1__mark { top: -20px; } }

@media only screen and (max-width: 1000px) { .padding1 { padding: 100px 0; } }

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

.title1 { padding-bottom: 58px; color: #000000; font-size: 60px; letter-spacing: -2.4px; line-height: 82px; }

@media only screen and (max-width: 1183px) { .title1 { font-size: 56px; line-height: 78px; } }

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

@media only screen and (max-width: 760px) { .title1 { font-size: 32px; letter-spacing: -1.28px; line-height: 43.623px; padding-bottom: 29px; } }

.content-over1 { *zoom: 1; }

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

.content-over1__left { float: left; width: 30.0%; }

@media only screen and (max-width: 1000px) { .content-over1__left { float: none; width: auto; padding-bottom: 50px; } }

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

.content-over1__right { float: right; width: 63.16%; }

@media only screen and (max-width: 1000px) { .content-over1__right { float: none; width: auto; } }

.content-over1__title1 { padding-bottom: 55px; color: #004dc0; font-size: 22px; font-weight: 600; line-height: 35.2px; margin-bottom: 47px; border-bottom: 2px solid #b9d5ac; }

@media only screen and (max-width: 1000px) { .content-over1__title1 { border: none; padding: 0; margin: 0; } }

@media only screen and (max-width: 760px) { .content-over1__title1 { font-size: 16px; line-height: 25.6px; } }

@media only screen and (max-width: 1000px) { .content-over1__text { padding-bottom: 27px; } }

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

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

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

.content-over1__title2 { color: #004dc0; font-size: 24px; font-weight: 500; line-height: 36px; }

@media only screen and (max-width: 760px) { .content-over1__title2 { font-size: 18px; line-height: 27px; padding-right: 10px; } }

.content-over1__video { display: block; margin-bottom: 87px; position: relative; background-position: center; background-repeat: no-repeat; background-size: cover; height: 405px; }

@media only screen and (max-width: 1000px) { .content-over1__video { margin-bottom: 50px; } }

@media only screen and (max-width: 760px) { .content-over1__video { margin: 0 -22px; margin-bottom: 29px; height: 56vw; } }

.content-over1__video:before { position: absolute; top: 50%; left: 50%; display: block; content: ''; background: url("../img/i4.svg") no-repeat 0 0; background-size: 127px 127px; width: 127px; height: 127px; display: inline-block; -webkit-transition: 0.2s; transition: 0.2s; margin-top: -63.5px; margin-left: -63.5px; }

@media only screen and (max-width: 760px) { .content-over1__video:before { background: url("../img/i4.svg") no-repeat 0 0; background-size: 64px 64px; width: 64px; height: 64px; display: inline-block; margin-top: -32px; margin-left: -32px; } }

.content-over1__video:hover:before { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.block2 { padding: 123px 0 150px 0; background: #f8f8f8; }

@media only screen and (max-width: 1000px) { .block2 { padding: 100px 0; } }

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

.title2 { color: #004dc0; font-size: 34px; line-height: 54px; padding-bottom: 34px; }

@media only screen and (max-width: 760px) { .title2 { padding-bottom: 34px; font-size: 26px; line-height: 31.2px; font-weight: 700; } }

.list-icon1 { margin-right: 17px; text-align: justify; line-height: 0; font-size: 0; text-justify: newspaper; zoom: 1; text-align-last: justify; }

.list-icon1:after { content: ""; display: inline-block; width: 100%; height: 0px; visibility: hidden; overflow: hidden; }

.list-icon1 * { text-align-last: left; }

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

.list-icon1__item { display: inline-block; vertical-align: top; position: relative; *zoom: 1; text-align: left; }

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

@media only screen and (max-width: 1000px) { .list-icon1__item { display: block; padding-bottom: 50px; }
  .list-icon1__item:last-child { padding: 0; } }

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

.list-icon1__icon { width: 90px; height: 60px; line-height: 60px; float: left; }

@media only screen and (max-width: 1183px) { .list-icon1__icon { width: 80px; } }

@media only screen and (max-width: 760px) { .list-icon1__icon { width: 68px; -webkit-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; } }

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

.list-icon1__text { overflow: hidden; }

.list-icon1__text span { display: table-cell; vertical-align: middle; height: 60px; color: #000000; font-size: 18px; font-weight: 500; line-height: 28.8px; }

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

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

.padding2 { padding: 121px 0 150px 0; }

@media only screen and (max-width: 1000px) { .padding2 { padding: 100px 0; } }

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

.title3 { padding-bottom: 46px; color: #000000; font-size: 60px; letter-spacing: -2.4px; line-height: 82px; }

@media only screen and (max-width: 1000px) { .title3 { font-size: 56px; line-height: 78px; } }

@media only screen and (max-width: 760px) { .title3 { padding-bottom: 23px; font-size: 32px; letter-spacing: -1.28px; line-height: 43.5px; }
  .title3 i { display: block; } }

.programm-list1__item { padding-bottom: 131px; }

.programm-list1__item:last-child { padding: 0; }

@media only screen and (max-width: 1000px) { .programm-list1__item { padding-bottom: 80px; } }

@media only screen and (max-width: 760px) { .programm-list1__item { padding-bottom: 33px; } }

.programm-list1__title1 { padding-bottom: 30px; color: #004dc0; font-size: 40px; font-weight: 700; letter-spacing: -2px; line-height: 64px; }

@media only screen and (max-width: 1000px) { .programm-list1__title1 { font-size: 36px; line-height: 60px; } }

@media only screen and (max-width: 760px) { .programm-list1__title1 { padding-bottom: 34px; font-size: 22px; letter-spacing: -1.1px; line-height: 35.2px; } }

.programm-list1__block { padding: 74px 0 123px 75px; position: relative; }

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

@media only screen and (max-width: 760px) { .programm-list1__block { padding: 33px 15px 43px 38px; } }

.programm-list1__block:before { position: absolute; top: 0; bottom: 0; left: 0; right: -2000px; display: block; content: ''; background-color: #f5f5f5; }

.programm-list1__list { position: relative; }

.programm-list1__list-item { position: relative; padding: 0 0 51px 49px; }

@media only screen and (max-width: 760px) { .programm-list1__list-item { padding: 0 0 33px 37px; } }

.programm-list1__list-item:before { position: absolute; top: 17px; left: 0; bottom: -5px; display: block; content: ''; border-left: 2px solid #8fca62; }

.programm-list1__list-item:last-child { padding-bottom: 0; }

.programm-list1__list-item:last-child:before { display: none; }

.programm-list1__list-item:after { position: absolute; top: 4px; left: -14px; display: block; content: ''; width: 30px; height: 30px; border-radius: 50px; background-color: #8fca62; border-radius: 30px; }

.programm-list1__title2 { padding: 0 0 19px 10px; color: #000000; font-size: 22px; font-weight: 700; line-height: 35.2px; }

.programm-list1__title2 + .programm-list1__title3 { margin-top: -3px; }

@media only screen and (max-width: 760px) { .programm-list1__title2 + .programm-list1__title3 { margin-top: -8px; } }

@media only screen and (max-width: 760px) { .programm-list1__title2 { font-size: 18px; line-height: 28.8px; padding: 0 0 20px 0; }
  .programm-list1__title2 br { display: none; } }

.programm-list1__title3 { padding: 0 0 19px 10px; color: #000000; font-size: 18px; font-weight: 700; line-height: 28.8px; }

.programm-list1__title3:last-child { padding-bottom: 0; }

@media only screen and (max-width: 760px) { .programm-list1__title3 { font-size: 16px; line-height: 25px; padding: 0 0 15px 0; } }

.list1 { padding-bottom: 11px; }

.list1:last-child { padding: 0; }

.list1__item { color: #000000; font-size: 18px; line-height: 28.8px; }

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

@media only screen and (max-width: 760px) { .hourly-schedule1 { margin-right: -22px; } }

.hourly-schedule1__open { padding: 18px 30px; cursor: pointer; border: 5px solid #004dc0; color: #004dc0; font-size: 22px; font-weight: 700; line-height: 35.2px; -webkit-transition: 0.1s; transition: 0.1s; }

@media only screen and (max-width: 760px) { .hourly-schedule1__open { padding: 13px 17px 18px 25px; font-size: 18px; line-height: 28.8px; } }

.hourly-schedule1__open:after { content: '→'; display: inline-block; vertical-align: top; position: relative; margin-left: 5px; top: 2px; -webkit-transition: 0.1s; transition: 0.1s; color: #004dc0; }

@media only screen and (max-width: 760px) { .hourly-schedule1__open:after { top: 1px; } }

.hourly-schedule1__open:hover { background-color: #004dc0; color: #ffffff; }

.hourly-schedule1__open:hover:after { color: #fff; }

.hourly-schedule1__open.active { background-color: #004dc0; color: #ffffff; }

.hourly-schedule1__open.active: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; top: 1px; color: #fff; }

.hourly-schedule1__hide { display: none; }

.hourly-schedule1__hide-over { padding: 47px 52px; border: 5px solid #8fca62; }

@media only screen and (max-width: 760px) { .hourly-schedule1__hide-over { padding: 32px 18px 39px 37px; } }

.hourly-schedule1__hide-over p { color: #000000; font-size: 20px; line-height: 32px; padding-bottom: 11.5px; }

.hourly-schedule1__hide-over p:last-child { padding: 0; }

@media only screen and (max-width: 760px) { .hourly-schedule1__hide-over p { font-size: 16px; line-height: 25.6px; } }

.block3 { position: relative; }

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

.block3__over { padding: 134px 0 143px 0; }

@media only screen and (max-width: 1000px) { .block3__over { padding: 100px 0; } }

@media only screen and (max-width: 760px) { .block3__over { padding: 71px 0 88px 0; position: relative; } }

.content-over2 { *zoom: 1; }

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

.content-over2__left { float: left; max-width: 403px; }

@media only screen and (max-width: 1000px) { .content-over2__left { float: none; max-width: none; padding-bottom: 60px; } }

@media only screen and (max-width: 760px) { .content-over2__left { padding: 0 0 32px 23px; } }

.content-over2__right { float: right; padding: 43px 0 0 0; }

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

.content-over2__title1 { padding-bottom: 19px; color: #000000; font-size: 40px; font-weight: 700; line-height: 48px; }

@media only screen and (max-width: 1183px) { .content-over2__title1 { font-size: 37px; } }

@media only screen and (max-width: 1000px) { .content-over2__title1 br { display: none; } }

@media only screen and (max-width: 760px) { .content-over2__title1 { font-size: 26px; line-height: 31.2px; padding: 0; }
  .content-over2__title1 br { display: inline; } }

.content-over2__title2 { color: #ffffff; font-size: 80px; font-weight: 600; letter-spacing: -4px; line-height: 112px; }

@media only screen and (max-width: 760px) { .content-over2__title2 { font-size: 60px; letter-spacing: -3px; line-height: 84px; } }

.content-over2__title3 { padding-bottom: 50px; color: #ffffff; font-size: 24px; line-height: 38.4px; text-align: right; }

@media only screen and (max-width: 1000px) { .content-over2__title3 { text-align: left; } }

@media only screen and (max-width: 760px) { .content-over2__title3 { font-size: 24px; line-height: 38.4px; padding: 0 0 0 23px; } }

.content-over2__callback { display: block; width: 568px; height: 72px; border-radius: 10px; background-color: #004dc0; font-size: 0.01px; text-align: center; -webkit-transition: 0.1s linear; transition: 0.1s linear; }

@media only screen and (max-width: 760px) { .content-over2__callback { position: absolute; bottom: -43px; left: 0; right: 0; width: auto; height: auto; padding: 12px 0 17px 0; } }

.content-over2__callback:hover { background-color: #002967; }

.content-over2__callback span { display: inline-block; vertical-align: top; position: relative; top: 21px; color: #ffffff; font-size: 18px; font-weight: 700; line-height: 31px; margin-right: 12px; }

@media only screen and (max-width: 760px) { .content-over2__callback span { margin: 0; font-size: 14px; font-weight: 700; line-height: 30px; display: block; top: 0; } }

.content-over2__callback i { font-style: normal; display: inline-block; vertical-align: top; color: #ffffff; font-size: 24px; font-weight: 800; letter-spacing: -1.2px; line-height: 72px; position: relative; padding-left: 42px; }

@media only screen and (max-width: 760px) { .content-over2__callback i { line-height: 30px; padding-left: 31px; } }

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

@media only screen and (max-width: 760px) { .content-over2__callback i:before { top: 2px; } }

.padding3 { padding: 120px 0 149px 0; }

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

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

.title4 { padding-bottom: 68px; color: #000000; font-size: 60px; letter-spacing: -2.4px; line-height: 82px; }

@media only screen and (max-width: 1000px) { .title4 { font-size: 49px; line-height: 71px; padding-bottom: 50px; } }

@media only screen and (max-width: 760px) { .title4 { padding-bottom: 39px; font-size: 32px; letter-spacing: -1.28px; line-height: 43.5px; } }

.gallery-list1 { *zoom: 1; margin: 0 -5px; margin-top: -10px; position: relative; top: 10px; padding-bottom: 128px; }

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

@media only screen and (max-width: 1000px) { .gallery-list1 { padding-bottom: 100px; } }

.gallery-list1__item { float: left; width: 33.333%; padding: 0 5px 10px 5px; box-sizing: border-box; }

@media only screen and (max-width: 1000px) { .gallery-list1__item { width: 50%; } }

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

.gallery-list1__link { display: block; height: 279px; background-position: center; background-repeat: no-repeat; background-size: cover; -webkit-transition: 0.1s; transition: 0.1s; }

@media only screen and (max-width: 760px) { .gallery-list1__link { height: 228px; } }

.gallery-list1__link:hover { opacity: 0.9; }

.title5 { padding-bottom: 49px; color: #004dc0; font-size: 40px; font-weight: 700; letter-spacing: -2px; line-height: 64px; }

@media only screen and (max-width: 1000px) { .title5 { font-size: 36px; line-height: 60px; } }

@media only screen and (max-width: 760px) { .title5 { font-size: 26px; letter-spacing: -1.3px; line-height: 31.2px; padding-bottom: 34px; } }

.carousel1 { margin: 0 -30px; position: relative; margin-bottom: 121px; }

@media only screen and (max-width: 1350px) { .carousel1 { margin: 0 30px 121px 30px; } }

@media only screen and (max-width: 1000px) { .carousel1 { margin-bottom: 100px; } }

@media only screen and (max-width: 760px) { .carousel1 { width: 810px; position: relative; left: 50%; margin-left: -405px; margin-bottom: 66px; } }

.carousel1 .prev { position: absolute; top: 50%; left: -56px; margin-top: -24.5px; cursor: pointer; display: block; width: 0px; height: 0px; border-style: solid; border-width: 24.5px 35px 24.5px 0; border-color: transparent #d9d9d9 transparent transparent; }

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

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

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

.carousel1 .next { position: absolute; top: 50%; right: -56px; margin-top: -24.5px; cursor: pointer; display: block; width: 0px; height: 0px; border-style: solid; border-width: 24.5px 35px 24.5px 0; border-color: transparent #d9d9d9 transparent transparent; -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); filter: progid:DXImageTransform.Microsoft.Matrix(M11=$m11, M12=$m12,M21=$m21, M22=$m22, sizingMethod='auto expand'); zoom: 1; }

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

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

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

.carousel1__item { padding: 0 30px; }

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

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

.carousel1__over { min-height: 450px; background-color: #f9f9f9; padding: 60px; box-sizing: border-box; }

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

@media only screen and (max-width: 760px) { .carousel1__over { min-height: 417px; padding: 25px 35px 29px 37px; background-color: #f2f2f2; background-image: -webkit-linear-gradient(left, #f2f2f2, #f9f9f9); background-image: linear-gradient(to right, #f2f2f2, #f9f9f9); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#f9f9f9',GradientType=1); } }

.carousel1__name { *zoom: 1; padding-bottom: 39px; }

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

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

.carousel1__name-av { float: left; margin-right: 20px; width: 60px; height: 60px; text-align: center; line-height: 60px; background-color: #8fca62; background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 60px; color: #447b1b; font-size: 26px; font-weight: 700; }

@media only screen and (max-width: 760px) { .carousel1__name-av { width: 48px; height: 48px; line-height: 48px; margin-right: 14px; position: relative; top: 6px; } }

.carousel1__name-text { overflow: hidden; }

@media only screen and (max-width: 1183px) { .carousel1__name-text br { display: none; } }

.carousel1__name-text div { display: table-cell; vertical-align: middle; height: 60px; }

.carousel1__name-text div span { display: block; color: #000000; font-size: 22px; font-weight: 700; line-height: 35.2px; }

.carousel1__name-text div p { color: #707070; font-size: 16px; font-weight: 300; line-height: 25.6px; margin-top: -6px; }

@media only screen and (max-width: 760px) { .carousel1__name-text div p { font-size: 14px; line-height: 22.4px; margin-top: -2px; } }

.carousel1__text p { color: #000000; font-size: 18px; line-height: 28.8px; padding-bottom: 15px; }

.carousel1__text p:last-child { padding: 0; }

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

.content-over3 { *zoom: 1; position: relative; margin-bottom: 81px; }

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

@media only screen and (max-width: 760px) { .content-over3 { margin-bottom: 50px; } }

.content-over3__left { float: left; width: 55.0%; }

@media only screen and (max-width: 1183px) { .content-over3__left { width: 53%; } }

@media only screen and (max-width: 1000px) { .content-over3__left { float: none; width: auto; } }

.content-over3__left p { color: #000000; font-family: Inter; font-size: 18px; line-height: 28.8px; padding-bottom: 15px; }

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

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

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

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

@media only screen and (max-width: 1183px) { .content-over3__image { width: 44%; } }

@media only screen and (max-width: 1000px) { .content-over3__image { float: right; position: static; height: 63vw; margin: 0 0 20px 20px; } }

@media only screen and (max-width: 760px) { .content-over3__image { margin: 0 0 31px 0; float: none; height: 67.78vw; width: auto; } }

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

@media only screen and (max-width: 1000px) { .content-over3__title { font-size: 50px; line-height: 60px; padding-bottom: 40px; } }

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

.list-text1 { padding: 57px; margin-bottom: 134px; border: 5px solid #8fca62; }

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

@media only screen and (max-width: 760px) { .list-text1 { margin-right: -22px; margin-bottom: 71px; padding: 38px 20px 41px 38px; } }

.list-text1__over { text-align: justify; line-height: 0; font-size: 0; text-justify: newspaper; zoom: 1; text-align-last: justify; }

.list-text1__over:after { content: ""; display: inline-block; width: 100%; height: 0px; visibility: hidden; overflow: hidden; }

.list-text1__over * { text-align-last: left; }

.list-text1__item { display: inline-block; vertical-align: top; color: #000000; font-family: Inter; font-size: 20px; line-height: 32px; text-align: left; }

.list-text1__item b { font-weight: 600; }

@media only screen and (max-width: 1183px) { .list-text1__item { font-size: 18px; } }

@media only screen and (max-width: 1000px) { .list-text1__item { display: block; padding-bottom: 20px; }
  .list-text1__item:last-child { padding-bottom: 0; }
  .list-text1__item br { display: none; } }

@media only screen and (max-width: 760px) { .list-text1__item { max-width: 226px; font-size: 20px; line-height: 32px; padding-bottom: 22px; }
  .list-text1__item br { display: inline; } }

.title6 { padding-bottom: 69px; color: #004dc0; font-size: 40px; font-weight: 700; letter-spacing: -2px; line-height: 64px; }

@media only screen and (max-width: 1000px) { .title6 { font-size: 33px; line-height: 57px; } }

@media only screen and (max-width: 760px) { .title6 { padding-bottom: 32px; font-size: 26px; letter-spacing: -1.3px; line-height: 31.2px; } }

.list-sertificate1 { margin: 0 -16px; *zoom: 1; }

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

@media only screen and (max-width: 1183px) { .list-sertificate1 { margin: 0 -8px; } }

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

@media only screen and (max-width: 1183px) { .list-sertificate1__item { padding: 0 8px; } }

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

.list-sertificate1__link { display: block; height: 365px; background-position: center; background-repeat: no-repeat; background-size: cover; border: 5px solid #dcdcdc; box-sizing: border-box; -webkit-transition: 0.1s; transition: 0.1s; }

.list-sertificate1__link:hover { opacity: 0.9; }

.list-sertificate1__link.mod1 { margin-bottom: 25px; height: 170px; }

.list-sertificate1__link.mod1:last-child { margin: 0; }

.block4 { position: relative; padding: 148px 0 142px 0; }

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

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

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

.block4__over { *zoom: 1; }

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

.block4__left { float: left; padding-top: 6px; }

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

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

.block4__right { float: right; }

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

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

@media only screen and (max-width: 1183px) { .block4__title1 { font-size: 72px; } }

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

@media only screen and (max-width: 760px) { .block4__title1 { font-size: 60px; letter-spacing: -3px; line-height: 54px; }
  .block4__title1 br { display: inline; } }

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

@media only screen and (max-width: 1183px) { .block4__title2 { font-size: 27px; } }

@media only screen and (max-width: 760px) { .block4__title2 { padding-bottom: 24px; font-size: 22px; line-height: 35.2px; }
  .block4__title2 i { display: block; } }

.block4__links { *zoom: 1; }

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

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

.block4__links a:last-child { margin: 0; }

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

@media only screen and (max-width: 760px) { .block4__links a { padding-left: 35px; margin-bottom: 24px; font-size: 18px; font-weight: 700; line-height: 25px; } }

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

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

.block4__links a.icon2:before { background: url("../img/i8.svg") no-repeat 0 0; background-size: 35px 35px; width: 35px; height: 35px; display: inline-block; top: 12px; left: 4px; }

@media only screen and (max-width: 760px) { .block4__links a.icon2:before { background: url("../img/i10.svg") no-repeat 0 0; background-size: 23px 24px; width: 23px; height: 24px; display: inline-block; top: 1px; } }

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

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

.list-sertificate1-js { width: 852px; position: relative; left: 50%; margin-left: -426px; }

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

.gallery-list1-js { width: 960px; left: 50%; margin-left: -480px; margin-bottom: 67px; }

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

.block5 { position: relative; }

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

.block5__over { position: relative; padding: 148px 0 93px 0; *zoom: 1; }

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

@media only screen and (max-width: 1183px) { .block5__over { padding: 90px 0; } }

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

.block5__block { position: relative; padding: 0 0 79px 176px; }

@media only screen and (max-width: 1000px) { .block5__block { padding-bottom: 60px; } }

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

.block5__logo { position: absolute; top: 24px; left: 0; width: 136px; height: 136px; background-size: 100% 100%; border-radius: 140px; }

@media only screen and (max-width: 1000px) { .block5__logo { top: -10px; } }

@media only screen and (max-width: 760px) { .block5__logo { width: 84px; height: 84px; top: 0; } }

.block5__title1 { padding-bottom: 48px; color: #ffffff; font-size: 80px; font-weight: 800; letter-spacing: -4px; line-height: 88px; }

@media only screen and (max-width: 1000px) { .block5__title1 { font-size: 50px; letter-spacing: -1px; line-height: 58px; } }

@media only screen and (max-width: 760px) { .block5__title1 { padding-bottom: 23px; font-size: 33px; letter-spacing: -1.65px; line-height: 36.3px; } }

.block5__title2 { float: left; margin-right: 139px; color: #052949; font-size: 24px; font-weight: 500; line-height: 36px; }

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

@media only screen and (max-width: 760px) { .block5__title2 { margin: 0; padding-bottom: 122px; font-size: 22px; font-weight: 500; line-height: 30px; float: none; } }

.block5__title3 { float: left; position: relative; top: 34px; color: #052949; font-size: 26px; font-weight: 700; line-height: 39px; }

@media only screen and (max-width: 1000px) { .block5__title3 { float: right; } }

@media only screen and (max-width: 760px) { .block5__title3 { float: none; text-align: left; font-size: 16px; font-weight: 700; line-height: 22px; top: 0; } }

.block5__button { position: absolute; bottom: -30px; left: 0; font-size: 0.01px; }

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

@media only screen and (max-width: 760px) { .block5__button { bottom: 0; max-width: 316px; width: 100%; right: auto; } }

.block5__button .style1 { display: inline-block; vertical-align: top; width: 300px; height: 72px; border-radius: 10px; border: 2px solid #004dc0; background-color: #ffffff; line-height: 68px; box-sizing: border-box; text-align: center; color: #004dc0; font-size: 18px; font-weight: 600; margin-right: 86px; }

@media only screen and (max-width: 1000px) { .block5__button .style1 { float: left; width: auto; padding: 0 20px; margin: 0; } }

@media only screen and (max-width: 760px) { .block5__button .style1 { float: none; display: block; position: absolute; top: -203px; left: 0; width: 100%; } }

.block5__button .style1:hover span { text-decoration: underline; }

.block5__callback { display: inline-block; vertical-align: top; width: 568px; height: 72px; border-radius: 10px; background-color: #004dc0; text-align: center; font-size: 0.01px; }

@media only screen and (max-width: 1000px) { .block5__callback { width: auto; padding: 0 25px; float: right; } }

@media only screen and (max-width: 760px) { .block5__callback { bottom: -51px; left: 0; width: 100%; padding: 18px 0 25px 0; height: auto; display: block; text-align: center; position: absolute; } }

.block5__callback:hover { background-color: #0951CF; }

.block5__callback span { display: inline-block; vertical-align: top; margin-right: 17px; color: #ffffff; font-size: 18px; font-weight: 600; line-height: 72px; }

.block5__callback span b { font-weight: 600; }

@media only screen and (max-width: 1000px) { .block5__callback span b { display: table-cell; vertical-align: middle; height: 72px; max-width: 180px; line-height: 25px; text-align: left; }
  .block5__callback span b:last-child { display: none; } }

@media only screen and (max-width: 1000px) and (max-width: 760px) { .block5__callback span b { display: block; height: auto; line-height: 30px; text-align: center; max-width: none; display: none; }
  .block5__callback span b:last-child { display: block; } }

@media only screen and (max-width: 760px) { .block5__callback span { font-size: 16px; font-weight: 600; line-height: 30px; margin: 0 0 7px 0; display: block; } }

.block5__callback i { display: inline-block; vertical-align: top; line-height: 72px; position: relative; padding-left: 49px; color: #ffffff; font-size: 24px; font-weight: 800; letter-spacing: -1.2px; font-style: normal; }

@media only screen and (max-width: 760px) { .block5__callback i { padding-left: 36px; line-height: 28px; } }

.block5__callback i:before { position: absolute; top: 23px; left: 0; display: block; content: ''; background: url("../img/i12.svg") no-repeat 0 0; background-size: 28px 25px; width: 28px; height: 25px; display: inline-block; }

@media only screen and (max-width: 760px) { .block5__callback i:before { top: 2px; } }

.list-check1 { *zoom: 1; }

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

.list-check1__item { float: left; margin-right: 11px; position: relative; padding-left: 78px; }

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

@media only screen and (max-width: 760px) { .list-check1__item { padding: 0 0 0 68px; margin-bottom: 20px; }
  .list-check1__item:last-child { margin: 0; } }

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

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

.list-check1__item span { height: 72px; display: table-cell; vertical-align: middle; width: 342px; color: #7bff16; font-size: 22px; line-height: 33px; }

@media only screen and (max-width: 1183px) { .list-check1__item span { width: 300px; font-size: 18px; } }

@media only screen and (max-width: 760px) { .list-check1__item span { font-size: 16px; line-height: 24px; width: auto; height: 48px; } }

.padding4 { padding: 130px 0 150px 0; }

@media only screen and (max-width: 1000px) { .padding4 { padding: 100px 0; } }

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

.title7 { padding-bottom: 43px; color: #000000; font-size: 60px; letter-spacing: -2.4px; line-height: 82px; }

@media only screen and (max-width: 1183px) { .title7 { font-size: 55px; line-height: 77px; } }

@media only screen and (max-width: 1000px) { .title7 { font-size: 40px; line-height: 62px; letter-spacing: -1px; } }

@media only screen and (max-width: 760px) { .title7 { padding-bottom: 48px; font-size: 40px; letter-spacing: -1.6px; line-height: 40px; } }

.list-traded-instruments1 { *zoom: 1; padding-bottom: 91px; }

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

@media only screen and (max-width: 1000px) { .list-traded-instruments1 { margin-right: -22px; } }

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

.list-traded-instruments1__clm { float: right; width: 65.79%; border: 5px solid #ccdbf2; box-sizing: border-box; padding: 45px 42px 34px 42px; }

.list-traded-instruments1__clm:first-child { float: left; width: 31.58%; border-color: #dcefd1; }

@media only screen and (max-width: 1000px) { .list-traded-instruments1__clm { float: none !important; width: auto !important; border-right: none; margin-bottom: 30px; }
  .list-traded-instruments1__clm:last-child { margin: 0; } }

@media only screen and (max-width: 760px) { .list-traded-instruments1__clm { padding: 38px 41px 31px 30px; } }

.list-traded-instruments1__title { padding: 0 0 29px 7px; color: #51ad19; font-size: 28px; font-weight: 700; text-transform: uppercase; line-height: 38px; }

.list-traded-instruments1__title.style2 { color: #004dc0; }

@media only screen and (max-width: 760px) { .list-traded-instruments1__title { padding: 0 0 30px 9px; } }

.list-traded-instruments1__over.mod1 { -webkit-columns: 3; -moz-columns: 3; columns: 3; }

@media only screen and (max-width: 1000px) { .list-traded-instruments1__over.mod1 { -webkit-columns: 4; -moz-columns: 4; columns: 4; } }

@media only screen and (max-width: 760px) { .list-traded-instruments1__over.mod1 .list-traded-instruments1__link { font-size: 16px; line-height: 23px; } }

@media only screen and (max-width: 1000px) { .list-traded-instruments1__over { min-height: 0 !important; -webkit-columns: 4; -moz-columns: 4; columns: 4; } }

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

.list-traded-instruments1__link { float: left; clear: left; color: #000000; font-size: 22px; line-height: 31px; margin-bottom: 11px; }

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

@media only screen and (max-width: 760px) { .list-traded-instruments1__link { font-size: 18px; line-height: 27px; } }

.list-traded-instruments1__link:hover { text-decoration: underline; }

.title8 { padding-bottom: 66px; color: #000000; font-size: 60px; letter-spacing: -2.4px; line-height: 82px; }

@media only screen and (max-width: 1183px) { .title8 { font-size: 55px; line-height: 77px; } }

@media only screen and (max-width: 1000px) { .title8 { font-size: 40px; line-height: 62px; letter-spacing: -1px; } }

@media only screen and (max-width: 760px) { .title8 { padding-bottom: 34px; font-size: 40px; letter-spacing: -1.6px; line-height: 40px; } }

.list-included-subscription1 { *zoom: 1; margin: 0 -60px; margin-top: -82px; position: relative; top: 82px; padding-bottom: 131px; }

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

@media only screen and (max-width: 1183px) { .list-included-subscription1 { margin-left: -30px; margin-right: -30px; margin-top: -70px; top: 70px; } }

@media only screen and (max-width: 1000px) { .list-included-subscription1 { margin: 0; padding-bottom: 100px; top: 0; } }

@media only screen and (max-width: 760px) { .list-included-subscription1 { margin-right: -22px; padding-bottom: 49px; } }

.list-included-subscription1__item { float: left; width: 50%; padding: 0 60px 82px 60px; box-sizing: border-box; }

@media only screen and (max-width: 1183px) { .list-included-subscription1__item { padding: 0 30px 70px 30px; } }

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

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

.list-included-subscription1__item.wide { width: 100%; }

.list-included-subscription1__over { position: relative; padding: 51px 62px 0 62px; }

@media only screen and (max-width: 1183px) { .list-included-subscription1__over { padding: 30px 30px 0 50px; } }

@media only screen and (max-width: 760px) { .list-included-subscription1__over { padding: 50px 22px 0 44px; } }

.list-included-subscription1__over:before { position: absolute; top: 0; left: 0; right: 0; bottom: 67px; display: block; content: ''; border-radius: 16px; background-color: #f8f8f8; }

@media only screen and (max-width: 760px) { .list-included-subscription1__over:before { bottom: 20px; border-radius: 0; } }

.list-included-subscription1__over-position { position: relative; }

.list-included-subscription1__num { position: absolute; top: 20px; left: -89px; width: 61px; height: 61px; background-color: #004dc0; text-align: center; line-height: 61px; border-radius: 60px; color: #ffffff; font-size: 28px; }

@media only screen and (max-width: 1183px) { .list-included-subscription1__num { left: -70px; } }

@media only screen and (max-width: 760px) { .list-included-subscription1__num { top: 10px; left: -68px; width: 45px; height: 45px; font-size: 22px; line-height: 45px; } }

.list-included-subscription1__title1 { color: #000000; font-size: 34px; line-height: 48px; padding-bottom: 22px; }

@media only screen and (max-width: 760px) { .list-included-subscription1__title1 { padding-bottom: 20px; font-size: 22px; line-height: 29px; } }

.list-included-subscription1__text { padding-bottom: 47px; color: #6c6c6c; font-size: 22px; line-height: 33px; max-width: 930px; }

@media only screen and (max-width: 760px) { .list-included-subscription1__text { padding-bottom: 32px; font-size: 16px; line-height: 24px; } }

.list-included-subscription1__text p { padding-bottom: 30px; }

@media only screen and (max-width: 760px) { .list-included-subscription1__text p { padding-bottom: 24px; } }

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

.list-included-subscription1__text p.mod1 { color: #004dc0; }

.list-included-subscription1__text p.mod1:before { content: '↓'; display: inline-block; vertical-align: top; margin-right: 10px; }

@media only screen and (max-width: 1000px) { .list-included-subscription1__image { max-width: 55%; }
  .list-included-subscription1__image.mod1 { max-width: none; } }

@media only screen and (max-width: 760px) { .list-included-subscription1__image { max-width: none; margin-left: -23px; }
  .list-included-subscription1__image.mod1 { overflow: hidden; margin-right: -22px; margin-left: -66px; }
  .list-included-subscription1__image.mod1 div { overflow: auto; padding-bottom: 50px; margin-top: -50px; position: relative; top: 50px; padding-left: 66px; }
  .list-included-subscription1__image.mod1 div img { width: 545px; max-width: none; } }

.list-included-subscription1__image img { max-width: 100%; display: block; }

.list-price-subscribe1 { margin: 0 -15px; *zoom: 1; }

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

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

.list-price-subscribe1__item { float: left; width: 33.333%; padding: 0 15px; box-sizing: border-box; }

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

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

.list-price-subscribe1__over { background-color: #efefef; border-radius: 16px 0 16px 0; padding: 53px 58px 65px 58px; box-sizing: border-box; }

@media only screen and (max-width: 1183px) { .list-price-subscribe1__over { padding: 30px; } }

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

.list-price-subscribe1__over.style2 .list-price-subscribe1__title2 { color: #004dc0; }

.list-price-subscribe1__over.style2 .list-price-subscribe1__list-item:before { background: url("../img/i14.svg") no-repeat 0 0; background-size: 24px 24px; width: 24px; height: 24px; display: inline-block; }

.list-price-subscribe1__over.style2 .list-price-subscribe1__buy { background-color: #004dc0; }

.list-price-subscribe1__over.style3 .list-price-subscribe1__title2 { color: #9c62ca; }

.list-price-subscribe1__over.style3 .list-price-subscribe1__list-item:before { background: url("../img/i15.svg") no-repeat 0 0; background-size: 24px 24px; width: 24px; height: 24px; display: inline-block; }

.list-price-subscribe1__over.style3 .list-price-subscribe1__buy { background-color: #9c62ca; }

.list-price-subscribe1__title1 { font-weight: 600; color: #525252; font-size: 16px; line-height: 20px; padding-bottom: 7px; }

.list-price-subscribe1__title2 { color: #69c722; font-size: 38px; font-weight: 800; text-transform: uppercase; line-height: 50px; padding-bottom: 24px; }

.list-price-subscribe1__title3 { font-weight: 600; font-size: 12px; color: #989898; text-transform: uppercase; line-height: 15px; padding-bottom: 20px; }

.list-price-subscribe1__list { padding-bottom: 38px; }

@media only screen and (max-width: 760px) { .list-price-subscribe1__list { max-width: 241px; padding-bottom: 33px; } }

.list-price-subscribe1__list-item { position: relative; padding-bottom: 64px; color: #000000; font-size: 15px; font-weight: 600; line-height: 20.5px; }

.list-price-subscribe1__list-item:before { position: absolute; bottom: 21px; left: 0; display: block; content: ''; background: url("../img/i13.svg") no-repeat 0 0; background-size: 24px 24px; width: 24px; height: 24px; display: inline-block; }

@media only screen and (max-width: 760px) { .list-price-subscribe1__list-item:before { bottom: auto; top: 3px; } }

.list-price-subscribe1__list-item:last-child { padding-bottom: 0; }

.list-price-subscribe1__list-item:last-child:before { display: none !important; }

@media only screen and (max-width: 760px) { .list-price-subscribe1__list-item:last-child:before { display: block !important; } }

@media only screen and (max-width: 760px) { .list-price-subscribe1__list-item { padding: 0 0 20px 42px; font-size: 12px; font-weight: 600; line-height: 16.317px; min-height: 27px; box-sizing: border-box; }
  .list-price-subscribe1__list-item:first-child { padding: 0 0 19px 0; font-size: 15px; line-height: 20.5px; }
  .list-price-subscribe1__list-item:first-child:before { display: none !important; } }

.list-price-subscribe1__price { color: #000000; font-size: 32px; line-height: 40px; }

.list-price-subscribe1__price span { font-weight: 600; }

.list-price-subscribe1__content { margin-bottom: 53px; }

@media only screen and (max-width: 1000px) { .list-price-subscribe1__content { min-height: 0 !important; margin-bottom: 34px; } }

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

.list-price-subscribe1__test-access { height: 0; position: relative; font-size: 0.01px; }

@media only screen and (max-width: 1000px) { .list-price-subscribe1__test-access { height: auto; } }

.list-price-subscribe1__test-access div { position: absolute; bottom: 26px; left: 0; right: 0; }

@media only screen and (max-width: 1000px) { .list-price-subscribe1__test-access div { position: static; padding-bottom: 26px; } }

.list-price-subscribe1__test-access div a { display: inline-block; vertical-align: top; color: #004dc0; font-size: 16px; font-weight: 600; text-decoration: underline; line-height: 22px; }

.list-price-subscribe1__buy { display: block; text-align: center; color: #ffffff; font-size: 18px; font-weight: 700; line-height: 60px; height: 60px; border-radius: 8px; background-color: #69c722; }

.list-price-subscribe1__buy:hover { opacity: 0.9; }

.block6 { position: relative; }

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

.block6__over { padding: 122px 0; position: relative; }

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

.block6__title { position: absolute; top: -30px; left: 0; padding: 0 59px; color: #2d2d2d; font-size: 22px; font-weight: 700; height: 60px; line-height: 60px; border-radius: 8px; background-color: #dec978; }

@media only screen and (max-width: 760px) { .block6__title { height: 44px; right: 0; padding: 0; text-align: center; line-height: 44px; font-size: 16px; } }

.block6__title:before { position: absolute; bottom: -17px; right: 60px; display: block; content: ''; width: 0px; height: 0px; border-style: solid; border-width: 0 17px 17px 0; border-color: transparent #dec978 transparent transparent; }

@media only screen and (max-width: 760px) { .block6__title:before { bottom: auto; top: 40px; right: 34px; } }

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

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

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

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

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

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

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

.list-semminars-price1__over { position: relative; }

.list-semminars-price1__over:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; content: ''; border: 15px solid #72aa59; box-sizing: border-box; border-radius: 20px 0 0 0; }

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

.list-semminars-price1__over-content { padding: 70px 70px 105px 68px; }

@media only screen and (max-width: 1000px) { .list-semminars-price1__over-content { padding: 40px 40px 100px 40px; } }

@media only screen and (max-width: 760px) { .list-semminars-price1__over-content { padding: 50px 20px 116px 53px; } }

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

.list-semminars-price1__over.style2 .list-text2__item { color: #ce90ff; }

.list-semminars-price1__over.style2 .list-text2__item:before { border-color: #ce90ff; }

.list-semminars-price1__over.style2 .list-semminars-price1__buy { background: #9c62ca; }

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

.list-semminars-price1__text { max-width: 320px; margin-bottom: 38px; }

@media only screen and (max-width: 760px) { .list-semminars-price1__text { max-width: 240px; margin-bottom: 24px; } }

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

.list-semminars-price1__buy { display: block; position: absolute; bottom: 0; left: 0; text-align: center; width: 337px; height: 60px; line-height: 60px; color: #000000; font-size: 18px; font-weight: 600; background-color: #72aa59; border-radius: 0 20px 0 0; }

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

@media only screen and (max-width: 760px) { .list-semminars-price1__buy { width: 282px; padding: 0; font-size: 16px; } }

.list-semminars-price1__buy:hover { text-decoration: underline; }

.list-semminars-price1__buy:after { display: inline-block; vertical-align: top; content: ''; position: relative; top: 15px; margin-left: 11px; background: url("../img/i17.svg") no-repeat 0 0; background-size: 22px 30px; width: 22px; height: 30px; display: inline-block; }

@media only screen and (max-width: 760px) { .list-text2.mod1 .list-text2__item { font-size: 18px; line-height: 28.8px; padding-left: 27px; }
  .list-text2.mod1 .list-text2__item:before { left: 13px; } }

.list-text2__item { color: #72aa59; font-size: 16px; line-height: 25.6px; position: relative; padding: 0 0 22px 25px; }

.list-text2__item:last-child { padding-bottom: 0; }

.list-text2__item:before { position: absolute; top: 11px; left: 10px; display: block; content: ''; border: 2px solid #72aa59; border-radius: 5px; box-sizing: border-box; }
