

/* Start:/bitrix/templates/senim/css/reset.css?17537913481185*/
a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var{
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
    vertical-align: top; }
blockquote, q {
	quotes: none;
}
table, table td { 
	padding:2px;
	border:none;
	border-collapse:collapse;
}
img {
	vertical-align:top; 
}
embed { 
	vertical-align:top;
}
* { border:none}
input, textarea{ outline:none !important}

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

/* End */


/* Start:/bitrix/templates/senim/css/jquery.fancybox.min.css?175379134817412*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-spaceball {
    z-index: 1;
}

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

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

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

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

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

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

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

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

/* Buttons */

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

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

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

.fancybox-button:focus {
    outline: none;
}

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

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

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

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

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

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

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

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

/* Close button on the top right corner of html content */

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

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

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

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

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

/* Navigation arrows */

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

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

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

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

/* Caption */

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

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

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

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

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

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

/* Loading indicator */

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

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

/* Transition effects */

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

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

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

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

/* transitionEffect: zoom-in-out */

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

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

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

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

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

/* transitionEffect: circular */

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

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

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

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

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


/* Start:/bitrix/templates/senim/css/owl.carousel.css?17537913484028*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/bitrix/templates/senim/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


/* Start:/bitrix/templates/senim/css/style.css?175379134835754*/
@charset "utf-8";


img, object, embed, video { max-width: 100%; }

/* IE 6 does not support max-width so default to width 100% */
.ie6 img { width:100%; }

input, button, a { -webkit-transition: all 300ms; transition: all 300ms; }


::-webkit-scrollbar {
    background: #fff;
    width: 7px
}

::-webkit-scrollbar-thumb {
    background: #95d07a
}

::selection {
    background: #95d07a;
    color: #fff
}

::-moz-selection {
    background: #95d07a;
    color: #fff
}


@font-face { font-family: 'ProximaNovaCond';
  src: url('/bitrix/templates/senim/css/../fonts/ProximaNovaCond-Thin.eot?#iefix') format('embedded-opentype'),  url('/bitrix/templates/senim/css/../fonts/ProximaNovaCond-Thin.otf')  format('opentype'),
	     url('/bitrix/templates/senim/css/../fonts/ProximaNovaCond-Thin.woff') format('woff'), url('/bitrix/templates/senim/css/../fonts/ProximaNovaCond-Thin.ttf')  format('truetype'), url('/bitrix/templates/senim/css/../fonts/ProximaNovaCond-Thin.svg#ProximaNovaCond-Thin') format('svg');
  font-weight: 200; font-style: normal;
}
@font-face { font-family: 'ProximaNovaCond';
  src: url('/bitrix/templates/senim/css/../fonts/ProximaNovaCond-Light.eot?#iefix') format('embedded-opentype'),  url('/bitrix/templates/senim/css/../fonts/ProximaNovaCond-Light.otf')  format('opentype'),
	     url('/bitrix/templates/senim/css/../fonts/ProximaNovaCond-Light.woff') format('woff'), url('/bitrix/templates/senim/css/../fonts/ProximaNovaCond-Light.ttf')  format('truetype'), url('/bitrix/templates/senim/css/../fonts/ProximaNovaCond-Light.svg#ProximaNovaCond-Light') format('svg');
  font-weight: 300; font-style: normal;
}
@font-face { font-family: 'ProximaNovaCond';
  src: url('/bitrix/templates/senim/css/../fonts/ProximaNovaCond-Regular.eot?#iefix') format('embedded-opentype'),  url('/bitrix/templates/senim/css/../fonts/ProximaNovaCond-Regular.otf')  format('opentype'),
	     url('/bitrix/templates/senim/css/../fonts/ProximaNovaCond-Regular.woff') format('woff'), url('/bitrix/templates/senim/css/../fonts/ProximaNovaCond-Regular.ttf')  format('truetype'), url('/bitrix/templates/senim/css/../fonts/ProximaNovaCond-Regular.svg#ProximaNovaCond-Regular') format('svg');
  font-weight: normal; font-style: normal;
}
@font-face { font-family: 'ProximaNovaCond';
  src: url('/bitrix/templates/senim/css/../fonts/ProximaNovaCond-Semibold.eot?#iefix') format('embedded-opentype'),  url('/bitrix/templates/senim/css/../fonts/ProximaNovaCond-Semibold.otf')  format('opentype'),
	     url('/bitrix/templates/senim/css/../fonts/ProximaNovaCond-Semibold.woff') format('woff'), url('/bitrix/templates/senim/css/../fonts/ProximaNovaCond-Semibold.ttf')  format('truetype'), url('/bitrix/templates/senim/css/../fonts/ProximaNovaCond-Semibold.svg#ProximaNovaCond-Semibold') format('svg');
  font-weight: 600; font-style: normal;
}
@font-face { font-family: 'ProximaNovaCond';
  src: url('/bitrix/templates/senim/css/../fonts/ProximaNovaCond-Bold.eot?#iefix') format('embedded-opentype'),  url('/bitrix/templates/senim/css/../fonts/ProximaNovaCond-Bold.otf')  format('opentype'),
	     url('/bitrix/templates/senim/css/../fonts/ProximaNovaCond-Bold.woff') format('woff'), url('/bitrix/templates/senim/css/../fonts/ProximaNovaCond-Bold.ttf')  format('truetype'), url('/bitrix/templates/senim/css/../fonts/ProximaNovaCond-Bold.svg#ProximaNovaCond-Bold') format('svg');
  font-weight: 700; font-style: normal;
}
@font-face { font-family: 'ProximaNovaCond';
  src: url('/bitrix/templates/senim/css/../fonts/ProximaNovaCond-Black.eot?#iefix') format('embedded-opentype'),  url('/bitrix/templates/senim/css/../fonts/ProximaNovaCond-Black.otf')  format('opentype'),
	     url('/bitrix/templates/senim/css/../fonts/ProximaNovaCond-Black.woff') format('woff'), url('/bitrix/templates/senim/css/../fonts/ProximaNovaCond-Black.ttf')  format('truetype'), url('/bitrix/templates/senim/css/../fonts/ProximaNovaCond-Black.svg#ProximaNovaCond-Black') format('svg');
  font-weight: 900; font-style: normal;
}
@font-face { font-family: 'Arial';
  src: url('/bitrix/templates/senim/css/../fonts/ArialMT.eot?#iefix') format('embedded-opentype'),  url('/bitrix/templates/senim/css/../fonts/ArialMT.woff') format('woff'), url('/bitrix/templates/senim/css/../fonts/ArialMT.ttf')  format('truetype'), url('/bitrix/templates/senim/css/../fonts/ArialMT.svg#ArialMT') format('svg');
  font-weight: normal; font-style: normal;
}
@font-face { font-family: 'Arial';
  src: url('/bitrix/templates/senim/css/../fonts/Arial-BoldMT.eot?#iefix') format('embedded-opentype'),  url('/bitrix/templates/senim/css/../fonts/Arial-BoldMT.woff') format('woff'), url('/bitrix/templates/senim/css/../fonts/Arial-BoldMT.ttf')  format('truetype'), url('/bitrix/templates/senim/css/../fonts/Arial-BoldMT.svg#Arial-BoldMT') format('svg');
  font-weight: 700; font-style: normal;
}


body { background: #F4F4F4; font-size: 14px; line-height: 1.3; font-family: 'ProximaNovaCond'; padding: 0 10px; }
.wrap { max-width: 1340px; margin: 0 auto; width: 100%; box-shadow: 0 0 15px rgba(0,0,0,0.3); background: #fff; overflow: hidden; }
a.btn { color: #fff; text-decoration: none; font-size: 27.8px; line-height: 30px; padding: 10px 50px; border: 1px solid #fff; border-radius: 26px; text-transform: uppercase; display: inline-block; vertical-align: top; }
a.btn:hover { background: #fff; color: #78ab5e; }
input, textarea, button { font-family: 'ProximaNovaCond'; }


.header { position: relative; min-height: 196px; box-sizing: border-box; background: #fff; }
	.h_logo { position: absolute; top: 0; left: 50%; transform: translate(-50%,0); -moz-transform: translate(-50%,0); -webkit-transform: translate(-50%,0); }
	.h_top { width: 100%; display: inline-block; vertical-align: top; }
		.h_desc { float: left; margin: 55px 0 0 3.28%; text-align: center; font-size: 26px; line-height: 31px; text-transform: uppercase; color: #3c3c3c; }
			.h_desc span { font-size: 40.74px; color: #363597; font-weight: 700; }
		.h_contacts { float: left; margin: 47px 0 0 9.32%; }
			.h_call { margin: 0 0 4px; }
				.h_call a { font-size: 17.31px; color: #366b75; font-weight: 300; text-decoration: none; position: relative; line-height: 1.1; }
					.h_call a:after { content: ' '; position: absolute; left: 0; bottom: 0; width: 100%; margin: 0 auto; right: 0; height: 1px; background: #366b75; -webkit-transition: all 300ms; transition: all 300ms; }
					.h_call a:hover:after { width: 0; }
			.h_phone { margin: 0; }
				.h_phone a { font-size: 16px; color: #3c3c3c; line-height: 1.3; font-family: 'Arial'; text-decoration: none; position: relative; }
				.h_phone.whatshapp a:before { content: ' '; width: 17px; height: 17px; background: url(/bitrix/templates/senim/css/../img/whatshapp.png) no-repeat 0 0; position: absolute; left: -24px; top: 50%; margin: -8.5px 0 0; }
		.h_search { float: right; margin: 66px 8.65% 0 0; position: relative; }
			.h_search input[type="text"] { background: #fff; outline: none; width: 263px; height: 36px; box-sizing: border-box; border: 1px solid #b6c780; font-size: 12px; line-height: 14px; color: #3c3c3c; padding: 10px 47px 10px 17px; }
			.h_search input[type="text"]:focus { border-color: #363597; }
			.h_search input[type="text"]::-webkit-input-placeholder {color:#3c3c3c;}
			.h_search input[type="text"]::-moz-placeholder          {color:#3c3c3c;}/* Firefox 19+ */
			.h_search input[type="text"]:-moz-placeholder           {color:#3c3c3c;}/* Firefox 18- */
			.h_search input[type="text"]:-ms-input-placeholder      {color:#3c3c3c;}
			.h_search input[type="submit"] { width: 21px; height: 21px; position: absolute; top: 8px; right: 13px; background: url(/bitrix/templates/senim/css/../img/search.png) no-repeat 0 0; outline: none; cursor: pointer; font-size: 0; text-indent: -9999px; }
			.h_search input[type="submit"]:hover { opacity: 0.8; }
		.h_lang { position: absolute; right: 10.15%; top: 12px; display: flex; }
			.h_lang_item { margin: 0 0 0 12px; }
				.h_lang_item a { color: #ccc; font-size: 16px; text-decoration: none; line-height: 1.1; }
				.h_lang_item a:hover, .h_lang_item a.active { color: #292929; }
	.h_menu { position: absolute; left: 0; bottom: 10px; right: 0; }
		.h_menu ul { list-style: none; padding: 0; }
		.h_menu ul.left { float: left; margin: 0 0 0 35px; }
		.h_menu ul.right { float: right; margin: 0 21px 0 0; }
			.h_menu ul li { padding: 4px 5px; width: 131px; text-align: center; position: relative; float: left; }
			.h_menu ul li:after { content: ' '; position: absolute; right: -0.5px; top: 0; bottom: 0; width: 1px; background: #cccccc; }
			.h_menu ul li:last-child:after { content: none; }
				.h_menu ul li a { display: inline-block; vertical-align: top; font-size: 20px; color: #222222; line-height: 24px; text-decoration: none; position: relative; }
				.h_menu ul li a.active { color: #363597; }
					.h_menu ul li a:after { content: ' '; position: absolute; left: 0; bottom: -1px; right: 0; width: 0; margin: 0 auto; height: 1px; background: #222222; -webkit-transition: all 300ms; transition: all 300ms; }
					.h_menu ul li a.active:after { background: #363597; }
					.h_menu ul li a:hover:after, .h_menu ul li a.active:after { width: 100%; }
				.h_menu ul li ul { display: none; position: absolute; width: 230px; top: 32px; padding-top: 15px; left: 25px; -webkit-animation-duration: 0.2s; -moz-animation-duration: 0.2s;-o-animation-duration: 0.2s; -ms-animation-duration: 0.2s; animation-duration: 0.2s; text-align: left; z-index: 100; }
					.h_menu > ul > li > ul li { padding: 0; width: 230px; text-align: left; }
					.h_menu > ul > li > ul > li a{ background: #fff; padding: 12px 10px 12px 10px; border: none; border-top: 1px solid #cccccc; display: block; font-size: 15px; line-height: 18px; color: #222222; text-decoration: none; position: relative; z-index: 10; font-weight: 400; }
						.h_menu > ul > li > ul li a:after, .h_menu > ul > li > ul li:after { content: none; }
						.h_menu > ul > li > ul > li:first-of-type > a:before { content: ""; display: block; width: 12px; height: 12px; background: #fff; -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(45deg); position: absolute; left: 15px; top: -5px; -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; transition: all 300ms ease-out; }
						.h_menu > ul > li > ul > li:first-of-type > a, .h_menu > ul > li > ul > li > ul > li:first-of-type > a{ border-top: none; }
						.h_menu > ul > li > ul > li:hover > a, .h_menu > ul > li > ul > li:hover > a:before, .h_menu > ul > li > ul > li.active > a, .h_menu > ul > li > ul > li.active > a:before{ background: #363597; color: #fff; }
						.h_menu ul ul ul ul{ display: none !important; }
						.h_menu ul ul ul{ position: absolute; top: 0; left: 230px; width: 230px; visibility: hidden; opacity: 0; -webkit-transition: all 200ms ease-out; -moz-transition: all 200ms ease-out; -o-transition: all 200ms ease-out; transition: all 200ms ease-out; }
						.h_menu ul ul li{ position: relative; }


.main_block1 { height: 363px; background: url(/bitrix/templates/senim/css/../img/banner01.jpg) no-repeat center center; background-size: cover; position: relative; }
	.main_b1_content { position: absolute; left: 40px; bottom: 14px; }
		.main_b1_content h1 { margin: 0 0 14px -14px; display: inline-block; vertical-align: top; padding: 5px 38px 3px 18px; font-size: 30px; color: #fff; text-transform: uppercase; font-weight: 700; line-height: 32px; vertical-align: middle; background: rgba(149,208,122,0.36); }
		.main_b1_content p { padding: 0; margin: 0; font-size: 22px; color: #fff; line-height: 1.2; }
.owl-dots { position: absolute; left: 50%; bottom: 20px; display: flex; transform: translate(-50%,0); -moz-transform: translate(-50%,0); -webkit-transform: translate(-50%,0); }
	.owl-dots .owl-dot { width: 16px; height: 16px; box-sizing: border-box; border-radius: 50%; cursor: pointer; margin: 0 3px; border: 4px solid #363597; background: #fff; }
	.owl-dots .owl-dot.active { background: #363597; }


.main_block_shcool { margin: 0 -50px; width: calc(100% + 110px); display: inline-block; vertical-align: top; border-top: 2px solid #fff; border-bottom: 2px solid #fff; }
	.main_block_shcool_item { text-decoration: none; font-size: 28px; color: #fff; font-weight: 300; line-height: 30px; overflow: hidden; position: relative; background-size: cover; display: flex; width: 34.725%; float: left; height: 93px; border-right: 2px solid #fff; justify-content: center; align-items: center; box-sizing: border-box; -webkit-transform: skewX(-40deg); -ms-transform: skewX(-40deg); transform: skewX(-40deg); }
	.main_block_shcool_item:nth-child(1) { padding-left: 50px; }
	.main_block_shcool_item:nth-child(2) { width: 30.55%; }
	.main_block_shcool_item:nth-child(3) { padding-right: 50px; }
		.main_block_shcool_item:before { content: ' '; z-index: 1; position: absolute; left: -45px; top: 0; right: -45px; bottom: 0; background: url(/bitrix/templates/senim/css/../img/shcool01.jpg) no-repeat center center; -webkit-transform: skewX(40deg); -ms-transform: skewX(40deg); transform: skewX(40deg); }
		.main_block_shcool_item:nth-child(2):before { background: url(/bitrix/templates/senim/css/../img/shcool02.jpg) no-repeat center center; }
		.main_block_shcool_item:nth-child(3):before { background: url(/bitrix/templates/senim/css/../img/shcool03.jpg) no-repeat center center; }
		.main_block_shcool_item:after { content: ' '; z-index: 2; position: absolute; left: -45px; top: 0; right: -45px; bottom: 0; background: rgba(59,59,59,0.7); -webkit-transform: skewX(40deg); -ms-transform: skewX(40deg); transform: skewX(40deg); -webkit-transition: all 300ms; transition: all 300ms; }
		.main_block_shcool_item span { position: relative; z-index: 3; -webkit-transform: skewX(40deg); -ms-transform: skewX(40deg); transform: skewX(40deg); }
		.main_block_shcool_item:hover:after { background: rgba(59,59,59,0.3); }


.main_block_direktor { background: url(/bitrix/templates/senim/css/../img/bg_direktor.jpg) no-repeat top center; background-size: cover; padding: 28px 0 15px; width: 100%; display: flex; }
	.main_block_direktor_left { display: inline-block; vertical-align: top; width: 26.86%; box-sizing: border-box; padding: 6px 15px 0; margin: 0 1.86% 0 0; text-align: center; }
		.main_block_direktor_img { margin: 0 0 18px; }
		.main_block_direktor_post { font-size: 23px; color: #fff; line-height: 1.2; padding: 0; margin: 0; }
		.main_block_direktor_name { font-size: 23px; color: #fff; line-height: 1.2; padding: 0; margin: 0; font-weight: 300; }
	.main_block_direktor_text { display: inline-block; vertical-align: top; width: 69.2%; box-sizing: border-box; margin: 0 2.08% 0 0; }
		.main_block_direktor_text h2 { text-align: center; font-size: 30px; color: #fff; font-weight: 700; text-transform: uppercase; line-height: 1.2; padding: 0; margin: 0 0 26px; }
		.main_block_direktor_text p { font-size: 18px; color: #fff; line-height: 22px; font-weight: 300; margin: 0 0 22px; padding: 0; }
		.main_block_direktor_text ul { list-style: none; margin: 0 0 22px; padding: 0; }
			.main_block_direktor_text ul li { font-size: 18px; color: #fff; line-height: 22px; font-weight: 300; padding: 0; margin: 0; }
			.main_block_direktor_text ul li:before { content: ''; width: 9px; height: 10px; background: url(/bitrix/templates/senim/css/../img/list.png) no-repeat 0 0; display: inline-block; vertical-align: top; margin: 6px 13px 0 0; }
		.main_block_direktor_btn { padding: 20px 0 0; text-align: center; }


.main_advantages { padding: 44px 0 8px; }
	.main_adv_title { text-align: center; padding: 0 15px 40px; font-size: 30px; color: #292929; font-weight: 600; text-transform: uppercase; line-height: 1.2; }
	.main_adv_list { width: 100%; display: flex; flex-wrap: wrap; }
		.main_adv_item { display: inline-block; vertical-align: top; width: 25%; padding: 0 20px 60px; box-sizing: border-box; text-align: center; }
			.main_adv_item_img { height: 100px; width: 100%; display: flex; align-items: center; justify-content: center; margin: 0 0 14px; }
			.main_adv_item_text { font-size: 17.67px; color: #3b3b3b; line-height: 18.26px; text-transform: uppercase; padding: 0; margin: 0; }


.main_contacts { padding: 0; margin: 0; }
	.main_contacts_top { display: block; height: 85px; border-bottom: 3px solid #fff; background: #363597; }
		.main_contacts_top_title { float: left; margin: 0 0 0 -40px; padding: 25px 25px 0 65px; height: 85px; box-sizing: border-box; background: #78ab5e; border-right: 8px solid #fff; -webkit-transform: skewX(-25deg); -ms-transform: skewX(-25deg); transform: skewX(-25deg); }
			.main_contacts_top_title > span { display: inline-block; vertical-align: top; -webkit-transform: skewX(25deg); -ms-transform: skewX(25deg); transform: skewX(25deg); font-size: 40.55px; color: #fff; font-weight: 900; line-height: 42px; text-transform: uppercase; }
				.main_contacts_top_title .green { color: #124d03; }
		.main_contacts_top_desc { float: left; margin: 30px 0 0 15.29%; font-size: 30px; color: #fff; line-height: 32px; font-weight: 200; }
		.main_contacts_top_btn { margin: 17px 0 0 13.2%; float: left; }
			.main_contacts_top_btn a.btn { font-size: 21.47px; line-height: 24px; padding: 13px 42px; }
			.main_contacts_top_btn a.btn:hover { color: #363597; }
	.main_contacts_line { width: 100%; display: flex; }
		.main_contacts_social { width: 420px; text-align: center; display: inline-block; vertical-align: top; padding: 8px 15px 0; box-sizing: border-box; }
			.main_contacts_social_link { display: flex; align-items: center; justify-content: center; margin: 0 0 7px; }
				.main_contacts_social_link a { margin: 0 9px; }
			.main_contacts_social_widget { width: 100%; max-width: 377px; margin: 0 auto; display: block; }
		.main_contacts_map { width: calc(100% - 420px); display: inline-block; vertical-align: top; position: relative; }
			.main_contacts_map_text { position: absolute; white-space: nowrap; z-index: 3; top: 26px; left: 50%; font-size: 30px; color: #fff; line-height: 1; font-weight: 600; padding: 17px 72px; background: #363597; transform: translate(-50%,0); -moz-transform: translate(-50%,0); -webkit-transform: translate(-50%,0); }
			#map { width: 100%; height: 536px; position: relative; z-index: 1; }


.block_accrodion { padding: 43px 0 30px; background: #fff; margin: 0; }
	.block_accrodion ul.tabs { margin: 0 0 38px; padding: 0; text-align: center; width: 100%; display: flex; justify-content: center; }
		.block_accrodion ul.tabs li { display: inline-block; cursor: pointer; vertical-align: top; margin: 0 36px; font-size: 30px; line-height: 1.1; color: #292929; font-weight: 600; text-transform: uppercase; position: relative; }
		.block_accrodion ul.tabs li.active { color: #5756a8; }
			.block_accrodion ul.tabs li:first-child:before { content: ' '; width: 1px; height: 55px; position: absolute; left: -36px; top: -11px; background: #5756a8; transform: rotate(20deg); -webkit-transform: rotate(20deg); -moz-transform: rotate(20deg); -o-transform: rotate(20deg); -ms-transform: rotate(20deg); }
			.block_accrodion ul.tabs li:after { content: ' '; width: 1px; height: 55px; position: absolute; right: -36px; top: -11px; background: #5756a8; transform: rotate(20deg); -webkit-transform: rotate(20deg); -moz-transform: rotate(20deg); -o-transform: rotate(20deg); -ms-transform: rotate(20deg); }
	.tabs_li { display: none; width: 100%; }
	.tabs_li.active { display: block; }
		.block_main_news { display: flex; flex-wrap: wrap; width: 100%; }
			.block_main_news_item { width: 25%; text-align: center; text-decoration: none; color: #2f2f2f; box-sizing: border-box; padding: 8px 20px 30px; border-right: 1px solid #d9d9d9; }
			.block_main_news_item:nth-child(4n) { border-right: none; }
			.block_main_news a:hover { text-decoration: underline; }
				.block_main_news_item_img { border: 1px solid #a0a0a0; margin: 0 0 8px; }
					.block_main_news_item_img a { display: inline-block; vertical-align: top; position: relative; }
						.block_main_news_item_img.play a:after { content: ' '; width: 37px; height: 37px; position: absolute; left: 50%; top: 50%; background: url(/bitrix/templates/senim/css/../img/play.png) no-repeat 0 0; margin: -18.5px 0 0 -18.5px; }
						.block_main_news_item_img img { width: 100%; }
				.block_main_news_item_text { font-size: 14.78px; font-weight: 700; color: #2f2f2f; text-transform: uppercase; line-height: 1.2; }
					.block_main_news_item_text a { color: #2f2f2f; text-decoration: none; }
		.block_main_news_btn { text-align: center; padding: 31px 0 0; }
			.block_main_news_btn a { display: inline-block; vertical-align: top; font-size: 14.73px; color: #181818; line-height: 16px; text-transform: uppercase; text-decoration: none; padding: 8px 30px; border: 1px solid #181818; border-radius: 17px; }
			.block_main_news_btn a:hover { background: #181818; color: #fff; }


.footer { padding: 0; margin: 0; background: #78ab5e; display: flex; width: 100%; min-height: 157px; }
	.f_logo { margin: 16px 0 0 3.65%; display: inline-block; }
	.f_desc { margin: 34px 0 0 4.62%; display: inline-block; text-align: center; }
		.f_desc_text { font-size: 26px; color: #3c3c3c; text-transform: uppercase; line-height: 31px; margin: 0 0 7px; }
			.f_desc_text span { font-size: 40.74px; color: #363597; font-weight: 700; }
	.f_contacts { margin: 34px 0 0 8.8%; display: inline-block; }
		.f_phone { margin: 0 0 9px; padding: 0; }
			.f_phone a { display: inline-block; text-decoration: none; vertical-align: top; padding: 0 0 0 26px; font-size: 12.33px; color: #272727; font-family: 'Arial'; font-weight: 700; line-height: 15px; background: url(/bitrix/templates/senim/css/../img/ico_phone.png) no-repeat left center; }
		.f_email { padding: 11px 0 0; }
			.f_email a { display: inline-block; text-decoration: underline; vertical-align: top; padding: 0 0 0 26px; font-size: 12.33px; color: #272727; font-family: 'Arial'; font-weight: 700; line-height: 15px; background: url(/bitrix/templates/senim/css/../img/ico_email.png) no-repeat left center; }
	.f_consultation { margin: 0 0 0 2.23%; display: inline-block; background: #363597; padding: 23px 3.95%; text-align: center; }
		.f_consultation_text { font-size: 23.49px; color: #fff; font-weight: 700; line-height: 1.1; margin: 0 0 12px; }
		.f_consultation_btn { padding: 0; margin: 0; }
			.f_consultation_btn a { display: inline-block; vertical-align: top; text-decoration: none; font-size: 18px; color: #fff; line-height: 20px; padding: 11px 20px 12px; border-radius: 9px; background: #f33829; }
			.f_consultation_btn a:hover { background: #fd1300; }
	.f_contacts_right { display: inline-block; margin: 42px 20px 0 9.1%; }
		.f_adress { font-size: 12.33px; color: #272727; line-height: 14px; font-weight: 700; font-family: 'Arial'; position: relative; margin: 0 0 10px; }
			.f_adress:before { content: ' '; position: absolute; left: -30px; top: -3px; width: 11px; height: 19px; background: url(/bitrix/templates/senim/css/../img/ico_adres.png) no-repeat 0 0; }
		.f_grafik { font-size: 13.81px; line-height: 16px; font-weight: 700; font-family: 'Arial'; position: relative; }
			.f_grafik span { display: inline-block; vertical-align: top; text-transform: uppercase; font-size: 9.53px; margin: 0 0 8px; line-height: 12px; }
			.f_grafik:before { content: ' '; position: absolute; left: -30px; bottom: 10px; width: 13px; height: 13px; background: url(/bitrix/templates/senim/css/../img/ico_time.png) no-repeat 0 0; }


.popup_form { background: #fff; padding: 35px 25px; box-sizing: border-box; width: 90%; max-width: 320px; text-align: center; border-radius: 10px; }
	.popup_form_title { font-size: 23.49px; color: #292929; font-weight: 700; line-height: 1.1; margin: 0 0 22px; }
	.popup_form input[type="text"] { width: 100%; outline: none; margin: 0 0 15px; height: 42px; padding: 11px 15px; font-size: 15px; line-height: 18px; border: 1px solid #292929; border-radius: 9px; color: #292929; }
	.popup_form input[type="text"]::-webkit-input-placeholder {color:#292929;}
	.popup_form input[type="text"]::-moz-placeholder          {color:#292929;}/* Firefox 19+ */
	.popup_form input[type="text"]:-moz-placeholder           {color:#292929;}/* Firefox 18- */
	.popup_form input[type="text"]:-ms-input-placeholder      {color:#292929;}
	.popup_form button[type="submit"] { width: 100%; height: 42px; border: none; outline: none; cursor: pointer; font-size: 18px; color: #fff; line-height: 20px; padding: 11px 20px 12px; border-radius: 9px; background: #f33829; }
	.popup_form button[type="submit"]:hover { background: #fd1300; }


.breadcrumbs_wrap { background: #78ab5e; padding: 25px 50px; box-sizing: border-box; width: 100%; margin: 0; }
	.breadcrumbs { display: inline-block; vertical-align: top; width: 100%; text-align: left; }
		.breadcrumbs ul { list-style: none; padding: 0; }
			.breadcrumbs ul li { display: inline-block; vertical-align: top; }
				.breadcrumbs ul li a { color: #fff; font-size: 15px; line-height: 18px; text-decoration: underline; }
				.breadcrumbs ul li:after { content: "/"; display: inline-block; margin: 0 10px; color: #ffffff; font-size: 14px; }
				.breadcrumbs li:last-child:after { content: none; }
				.breadcrumbs li:last-child a { pointer-events: none; text-decoration: none; }


.page_content { padding: 50px; font-size: 18px; color: #292929; line-height: 22px; }
	.page_content h1 { text-align: center; padding: 0 0 40px; font-size: 30px; color: #292929; font-weight: 600; text-transform: uppercase; line-height: 1.2; }
	.page_content p { font-size: 18px; color: #292929; line-height: 22px; margin: 10px 0; padding: 0; }
	.page_content a { color: #363597; }
	.page_content a:hover { text-decoration: none; }
	.page_content hr { border-top: 1px solid #5a5a5a; }
	.page_content ul { list-style: none; margin: 0 0 22px; padding: 0; }
		.page_content ul li { font-size: 18px; color: #292929; line-height: 22px; font-weight: 300; padding: 0; margin: 0; }
		.page_content ul li:before { content: ''; width: 9px; height: 10px; background: url(/bitrix/templates/senim/css/../img/list.png) no-repeat 0 0; display: inline-block; vertical-align: top; margin: 6px 13px 0 0; }

.search-page form { position: relative; display: inline-block; vertical-align: top; margin: 0 0 15px; }
	.search-page form input[type="text"] { background: #fff; outline: none; width: 263px; height: 36px; box-sizing: border-box; border: 1px solid #b6c780; font-size: 12px; line-height: 14px; color: #3c3c3c; padding: 10px 47px 10px 17px; }
	.search-page form  input[type="text"]:focus { border-color: #363597; }
	.search-page form  input[type="text"]::-webkit-input-placeholder {color:#3c3c3c;}
	.search-page form  input[type="text"]::-moz-placeholder          {color:#3c3c3c;}/* Firefox 19+ */
	.search-page form  input[type="text"]:-moz-placeholder           {color:#3c3c3c;}/* Firefox 18- */
	.search-page form  input[type="text"]:-ms-input-placeholder      {color:#3c3c3c;}
	.search-page form  input[type="submit"] { width: 21px; height: 21px; position: absolute; top: 8px; right: 13px; background: url(/bitrix/templates/senim/css/../img/search.png) no-repeat 0 0; outline: none; cursor: pointer; font-size: 0; text-indent: -9999px; }
	.search-page form  input[type="submit"]:hover { opacity: 0.8; }

.contacts_page { margin: 0 -50px; width: auto; }
	.main_contacts_info { display: inline-block; vertical-align: top; margin: 20px 0 0; text-align: left; }
		.main_contacts_info .f_email { padding: 0 0 15px; }
			.main_contacts_info .f_phone a, .main_contacts_info .f_email a, .main_contacts_info .f_adress, .main_contacts_info .f_grafik { font-size: 20px; line-height: 1.1; padding: 0 0 0 26px; }
			.main_contacts_info .f_grafik span { font-size: 18px; line-height: 20px; }
			.main_contacts_info .f_adress:before { left: 0; top: 2px; }
			.main_contacts_info .f_grafik:before { left: 0; bottom: 15px; }
	.page_content .main_contacts_top_btn a.btn { color: #fff; }
	.page_content .main_contacts_top_btn a.btn:hover { color: #363597; }


.page_direktor { margin: 0 -50px; width: auto; }
	.page_content .main_block_direktor_text p { color: #fff; }
	.page_content .main_block_direktor_text ul li { color: #fff; }


.news-pagination { border-top: 4px solid #f2f2f2; padding-top: 20px; margin: 35px -50px 0; width: auto; }
	.news-pagination-items { display: inline-block; vertical-align: top; width: 100%; box-sizing: border-box; padding: 0 50px; }
		.news-pagination-item { border: 1px solid #f5f5f5; border-radius: 2px; width: 275px; padding-left: 15px; padding-right: 20px; padding-bottom: 20px; padding-top: 50px; position: relative; float: left; }
		.news-pagination-item.right { float: right; }
			.page_content .green-more-btn2 { color: #ffffff; text-decoration: none; font-size: 17px; font-weight: 400; line-height: 35.5px; display: inline-block; padding: 0 20px; height: 37px; background-color: #78ab5e; border-radius: 3px; border-bottom: 2px solid #487338; position: relative; }
			.page_content .news-pagination-btn-prev { left: 0; position: absolute; top: 0; }
			.page_content .news-pagination-btn-next { right: 0; position: absolute; top: 0; }
				.news-pagination-btn-prev:before { content: ""; display: inline-block; margin-right: 10px; width: 0; height: 0; border-style: solid; border-width: 5px 6px 5px 0; border-color: transparent #ffffff transparent transparent; top: 14px; right: 14px; }
				.news-pagination-btn-next:after { content: ""; display: inline-block; margin-left: 10px; width: 0; height: 0; border-style: solid; border-width: 5px 0 5px 6px; border-color: transparent transparent transparent #ffffff; top: 14px; right: 14px; }
			.news-pagination-item-date { color: #8f9090; font-size: 16px; font-weight: 400; line-height: 25px; }
			.page_content .news-pagination-item-title { text-decoration: none; color: #3b6a57; font-size: 17px; font-weight: 600; line-height: 21px; }


.page_content .block_main_news_item { border: none; }



@media only screen and (max-width: 1319px) {
	
	.h_menu ul.left, .h_menu ul.right { margin: 0; }
	.f_contacts, .f_contacts_right { margin-left: 6%; }
	
}

@media only screen and (max-width: 1279px) {
	
	.h_menu ul li { width: 96px; }
		.h_menu ul li a { font-size: 16px; }
	.h_contacts { margin-left: 6%; }
	
	.main_contacts_top_desc { margin-left: 4%; }
	.main_contacts_top_btn { margin-left: 2%; }
	.main_contacts_map_text { padding: 15px 45px; font-size: 21px; }
	
	.f_logo { margin-left: 15px; }
	.f_desc { margin-left: 20px; }
	.f_contacts { margin-left: 20px; }
	.f_contacts_right { margin-left: 45px; }
	.f_consultation { padding: 23px 15px; }
	
}

@media only screen and (max-width: 1023px) {
	
	.h_lang { right: 15px; }
	.h_menu { position: fixed; z-index: 103; left: -300px; bottom: 0; top: 0; width: 180px; background: #fff; box-sizing: border-box; padding: 0; overflow: auto; -webkit-transition: all 300ms; transition: all 300ms; }
		.h_menu ul.left, .h_menu ul.right { float: none; margin: 0; }
			.h_menu ul li { float: none; border: none; width: 100%; text-align: left; padding: 0; position: relative; border-bottom: 1px solid #cccccc; }
				.h_menu ul li:after { content: none; }
				.h_menu ul li a { padding: 4px 15px; width: 100%; box-sizing: border-box; }
					.h_menu ul li a:after { content: none; }
				.h_menu ul li span.dropdown-button { display: inline-block; position: absolute; right: 15px; top: 8px; width: 16px; height: 16px; background: url(/bitrix/templates/senim/css/../img/arrow_bottom.png) no-repeat 0 0; background-size: 100%; }
				.h_menu ul li.open span.dropdown-button { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); }
					.h_menu ul li ul { position: static; padding: 0; width: 100%; }
						.h_menu ul li ul li { width: 100%; border: none; }
							.h_menu > ul > li > ul > li:first-of-type > a, .h_menu > ul > li > ul > li > ul > li:first-of-type > a { border-top: 1px solid #cccccc; }
							.h_menu > ul > li > ul > li:first-of-type > a:before { content: none; }
							.h_menu ul li ul li a { font-size: 14px; padding: 5px 15px 5px 25px; }
	.h_menu_bg { display: none; position: fixed; z-index: 102; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,0.8); }
	.h_menu_btn_mob { width: 30px; cursor: pointer; position: absolute; left: 15px; bottom: 13px; }
		.h_menu_btn_mob span { display: block; width: 100%; height: 3px; background: #000; margin: 5px 0; }
	.h_search { float: none; margin: 0; position: absolute; bottom: 10px; right: 15px; }
	.h_desc { margin-left: 9%; }
	.h_contacts { float: right; margin-left: 0; margin-right: 9%; }
	
	.main_b1_content { bottom: 45px; }
	
	.main_contacts_top_title > span { font-size: 25px; }
	.main_contacts_top_desc { font-size: 25px; }
	.main_contacts_top_btn { margin-top: 19px; }
		.main_contacts_top_btn a.btn { font-size: 20px; line-height: 20px; padding: 13px 24px 13px; }
	.main_contacts_social { width: 274px; }
	.main_contacts_map { width: calc(100% - 274px); }
	
	.f_desc { margin: 0; padding: 0; display: none; }
	.f_consultation { padding-top: 37px; }
		.f_consultation_text { font-size: 20px; }
		.f_consultation_btn a { font-size: 15px; }
	
	.page_content { padding: 30px; }
	.contacts_page, .page_direktor, .news-pagination { margin: 0 -30px; }
	.news-pagination-items { padding: 0 30px; }
	.breadcrumbs_wrap { padding: 20px 30px; }
	
}

@media only screen and (max-width: 767px) {
	
	.header { margin-top: 30px; }
		.h_logo { max-width: 100px; }
		.h_desc { margin-left: 15px; font-size: 22px; }
		.h_contacts { margin-right: 15px; }
		.h_lang { top: -21px; left: 15px; justify-content: center; }
			.h_lang_item { margin: 0 6px; }
	
	.main_b1_content { left: 15px; right: 15px; }
		.main_b1_content h1 { font-size: 21px; line-height: 1.1; margin: 0 0 10px -8px; padding: 5px 20px 3px 10px; }
		.main_b1_content p { font-size: 16px; }
	
	.main_block_shcool_item, .main_block_shcool_item:nth-child(2) { float: none; width: 100%; -webkit-transform: skewX(0deg); -ms-transform: skewX(0deg); transform: skewX(0deg); border: none; border-bottom: 2px solid #fff; }
	.main_block_shcool_item:last-child { border: none; }
	.main_block_shcool_item:nth-child(1), .main_block_shcool_item:nth-child(3) { padding: 0; }
		.main_block_shcool_item span, .main_block_shcool_item:before { -webkit-transform: skewX(0deg); -ms-transform: skewX(0deg); transform: skewX(0deg); }
	
	.main_block_direktor { flex-wrap: wrap; }
		.main_block_direktor_left { width: 100%; margin: 0; padding: 0 15px 25px; }
		.main_block_direktor_text { width: 100%; margin: 0; padding: 0 15px; }
	
	.main_adv_item { width: 50%; }
	
	.main_contacts_top { height: auto; width: 100%; display: inline-block; vertical-align: top; }
		.main_contacts_top_title { float: none; margin: 0; text-align: center; padding: 15px; width: 100%; height: auto; box-sizing: border-box; border: none; border-bottom: 4px solid #fff; -webkit-transform: skewX(0deg); -ms-transform: skewX(0deg); transform: skewX(0deg); }
			.main_contacts_top_title > span { -webkit-transform: skewX(0deg); -ms-transform: skewX(0deg); transform: skewX(0deg); }
		.main_contacts_top_desc { float: none; margin: 15px 0; text-align: center; }
		.main_contacts_top_btn { float: none; margin: 0 0 15px; text-align: center; padding: 0 15px; }
	.main_contacts_line { flex-wrap: wrap; }
		.main_contacts_social { width: 100%; }
		.main_contacts_map { width: 100%; margin-top: 5px; }
			#map { height: 400px; }
	
	.block_accrodion ul.tabs li { font-size: 20px; margin: 0 20px; }
		.block_accrodion ul.tabs li:first-child:before { height: 30px; left: -20px; top: -5px; }
		.block_accrodion ul.tabs li:after { height: 30px; right: -20px; top: -5px; }
	
	.block_main_news_item { width: 50%; }
	.block_main_news_item:nth-child(2n) { border-right: none; }
	
	.footer { flex-wrap: wrap; }
		.f_logo { width: 46%; text-align: center; }
		.f_consultation { width: 46%; box-sizing: border-box; margin: 10px 0 0 15px; }
		.f_contacts_right { margin-right: 15px; width: 37%; }
	
	.page_content { padding: 30px 15px; }
	.contacts_page, .page_direktor, .news-pagination { margin: 0 -15px; }
	.news-pagination-items { padding: 0 15px; }
	.breadcrumbs_wrap { padding: 15px; }
	
}

@media only screen and (max-width: 479px) {
	
	.header { height: auto; padding-bottom: 60px; }
		.h_logo { left: 65px; }
		.h_desc { margin-left: 130px; margin-top: 44px; float: none; }
		.h_contacts { float: none; width: 130px; margin: 39px auto 0; }
		.h_search input[type="text"] { width: 210px; }
	
	.main_block_direktor_text h2 { font-size: 28px; }
	
	.main_adv_title { font-size: 22px; }
	.main_adv_item { width: 100%; padding: 0 15px 40px; }
	
	.block_accrodion ul.tabs li { font-size: 17px; margin: 0 12px; }
		.block_accrodion ul.tabs li:before { height: 24px; left: -12px; top: -2px; }
		.block_accrodion ul.tabs li:after { height: 24px; right: -12px; top: -2px; }
	.block_main_news_item { width: 100%; border: none; }
	
	.footer { padding-bottom: 170px; position: relative; }
		.f_consultation { width: 100%; position: absolute; left: 0; bottom: 0; right: 0; margin: 0; }
		.f_logo { width: auto; }
		.f_contacts_right { width: 80%; }
	
	.search-page form input[type="text"] { width: 100%; }
	
}

/* End */


/* Start:/bitrix/templates/senim/components/bitrix/menu/top_menu_left/style.min.css?1753791348490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/senim/components/bitrix/menu/top_menu_left/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/senim/components/bitrix/menu/top_menu_right/style.min.css?1753791348490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/senim/components/bitrix/menu/top_menu_right/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */
/* /bitrix/templates/senim/css/reset.css?17537913481185 */
/* /bitrix/templates/senim/css/jquery.fancybox.min.css?175379134817412 */
/* /bitrix/templates/senim/css/owl.carousel.css?17537913484028 */
/* /bitrix/templates/senim/css/style.css?175379134835754 */
/* /bitrix/templates/senim/components/bitrix/menu/top_menu_left/style.min.css?1753791348490 */
/* /bitrix/templates/senim/components/bitrix/menu/top_menu_right/style.min.css?1753791348490 */
