

/* Start:/local/templates/setere/assets/libs/fancybox/jquery.fancybox.css?167086364217412*/
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:/local/templates/setere/assets/libs/swiper/swiper.css?167086364222257*/
/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -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;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* End */


/* Start:/local/templates/setere/assets/libs/jQueryFormStylerMaster/jquery.formstyler.css?16708636422175*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/setere/assets/css/fonts.css?1670863642765*/
@font-face { 
  font-family: 'AvenirNext'; 
  src: url('/local/templates/setere/assets/css/../fonts/AvenirNextRegular/AvenirNextRegular.woff2') format('woff2'), 
/*       url('/local/templates/setere/assets/css/../fonts/AvenirNextRegular/AvenirNextRegular.ttf')  format('truetype'), */
       url('/local/templates/setere/assets/css/../fonts/AvenirNextRegular/AvenirNextRegular.woff') format('woff'); 
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face { 
  font-family: 'AvenirNext'; 
  src: url('/local/templates/setere/assets/css/../fonts/AvenirNextBold/AvenirNextBold.woff2') format('woff2'),
/*       url('/local/templates/setere/assets/css/../fonts/AvenirNextBold/AvenirNextBold.ttf')  format('truetype'), */
       url('/local/templates/setere/assets/css/../fonts/AvenirNextBold/AvenirNextBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


/*

font-family: "AvenirNext", sans-serif

400, 700

*/

/* End */


/* Start:/local/templates/setere/assets/css/normalize.css?16708636427719*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

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

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

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

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

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

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

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

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

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

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

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

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

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

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

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

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

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/setere/assets/css/main.css?174642382673958*/
@charset "UTF-8";

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  transition: font-size 0.3s;
}

body {
  color: #343434;
  min-width: 320px;
  position: relative;
  line-height: 1.5;
  font-family: "AvenirNext", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
  font-size: 2rem;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

ul li,
ol li,
menu li {
  list-style: none;
}

ul,
ol,
menu {
  display: block;
  margin: 0;
  padding-left: 0;
}

button {
  outline: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

.btn1 {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  font-family: "AvenirNext", sans-serif;
  color: #fff;
  background-color: #E31E25;
  padding: 24px 50px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn1[disabled] {
  color: #fff;
  background-color: #BDBDBD;
  pointer-events: none;
}

.btn1--disabled {
  color: #fff;
  background-color: #BDBDBD;
  pointer-events: none;
}

.btn2 {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  font-family: "AvenirNext", sans-serif;
  border: 2px solid #393186;
  color: #393186;
  padding: 16px 27px;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn3 {
  display: inline-block;
  font-family: "AvenirNext", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #fff;
  background-color: #393186;
  padding: 18px 27px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.btn3--disabled {
  background-color: #ccc;
  color: #000;
  pointer-events: none;
}

.btn4 {
  display: inline-block;
  font-family: "AvenirNext", sans-serif;
  color: #393186;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  background-color: rgba(57, 49, 134, 0.1);
  padding: 14.5px 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.ibg img {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.hidden {
  display: none;
}

.site-wrap {
  overflow: hidden;
  transition: padding-top 0.3s;
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0 30px;
  width: 100%;
  max-width: 1500px;
}

.header {
  position: relative;
  z-index: 100;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.header__container2-bg {
  display: none;
}

.header.header-fixed {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  top: -300px;
  transition: top 0.3s;
}

.header.header-fixed.header-fixed-active {
  top: 0;
}

.header.header-fixed .header__container1,
.header.header-fixed .header__container2 {
  padding: 15px 0;
}

.header.header-fixed .logo {
  max-width: 200px;
}

.header.header-fixed .search__input {
  padding: 11px 20px;
  padding-right: 70px;
}

.header__container1 {
  padding: 24px 0;
  border-bottom: 1px solid #F0F0F0;
}

.header__wrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__container2 {
  padding: 40px 0;
}

.header__contact {
  max-width: 452px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}

.header__tel-wrap {
  text-align: right;
}

.header__tel {
  display: inline-block;
  padding-left: 35px;
  font-size: 1.6rem;
  color: #121212;
  position: relative;
}

.header__tel:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 25px;
  height: 25px;
  background: #E31E25 url("/local/templates/setere/assets/css/../img/tel-icon.svg") center/11px no-repeat;
}

.header__tel b {
  font-size: 2rem;
  font-weight: 700;
}

.header__email-wrap {
  line-height: 0;
}

.header__email {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #636363;
  position: relative;
}

.header__email b {
  font-weight: 700;
}

.header__lk {
  display: inline-block;
  padding-left: 35px;
  font-size: 1.8rem;
  color: #121212;
  position: relative;
  transition: color 0.3s;
}

.header__lk:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 25px;
  height: 25px;
  background: #E31E25 url("/local/templates/setere/assets/css/../img/lk-icon.svg") center no-repeat;
}

.no-touch .header__lk:hover {
  color: #393186;
}

.logo {
  max-width: 300px;
  width: 100%;
}

.logo picture {
  display: inline-block;
}

.search {
  max-width: 580px;
  width: 100%;
}

.search__toggle {
  position: absolute;
  top: 70px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: #F0F0F0 url("/local/templates/setere/assets/css/../img/search.svg") center no-repeat;
  display: none;
  cursor: pointer;
}

.search__form,
.search-form {
  position: relative;
}

.search-form {
  max-width: 600px;
  width: 100%;
}

.search__input {
  display: block;
  width: 100%;
  outline: none;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
  background-color: #F0F0F0;
  border-radius: 4px;
  padding: 15px 20px;
  border: none;
  padding-right: 70px;
  font-family: "AvenirNext", sans-serif;
}

.search__input::-webkit-input-placeholder {
  color: #343434;
}

.search__input::-moz-placeholder {
  color: #343434;
}

.search__input::-ms-input-placeholder {
  color: #343434;
}

.search__input::placeholder {
  color: #343434;
}

.search__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: none;
  border: none;
  font-size: 0;
  cursor: pointer;
  background: url("/local/templates/setere/assets/css/../img/search.svg") center no-repeat;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu&gt;li&gt;a {
  display: inline-block;
  font-size: 1.8rem;
  color: #343434;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.menu&gt;li&gt;a.active {
  color: #E31E25;
}

.mainScreen {
  padding-top: 17px;
  padding-bottom: 75px;
}

.mainScreen__title {
  font-size: 5.8rem;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 27px;
}

.mainScreen__subtitle {
  font-size: 2.2rem;
  padding-left: 18px;
  color: #565656;
  max-width: 1075px;
  width: 100%;
  margin-bottom: 41px;
  position: relative;
}

.mainScreen__subtitle:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background-color: #E31E25;
}

.mainScreen__btn1 {
  margin-bottom: 51px;
}

.mainScreen__img {
  width: calc(100% + 240px);
  margin-right: -240px;
}

.section {
  padding-top: 60px;
  padding-bottom: 80px;
}

.section--main {
  padding: 35px 0;
  min-height: 300px;
}

.section--dark {
  background-color: #F7F7FA;
}

.title-container .title-wrap {
  margin-bottom: 0;
}

.title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}

.title {
  font-size: 3rem;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-left: 18px;
  max-width: calc(100% - 160px);
}

.title:after {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 0;
  width: 4px;
  background-color: #E31E25;
}

.title-link {
  font-size: 1.6rem;
  color: #343434;
  padding-right: 41px;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.title-link:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 27px;
  height: 16px;
  background: url("/local/templates/setere/assets/css/../img/arrow1.svg") center no-repeat;
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px -18px;
  margin-top: -70px;
}

.col {
  width: 33.3333%;
  padding: 0px 18px;
  margin-top: 70px;
}

.item {
  display: block;
  color: #343434;
}

.item__img-wrap {
  margin-bottom: 26px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.item__img {
  padding-top: 52.4%;
  position: relative;
}

.item__img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.item__date {
  font-size: 1.4rem;
  color: #393186;
  padding: 8px 14px;
  padding-left: 40px;
  position: relative;
  background-color: rgba(57, 49, 134, 0.1);
  display: inline-block;
  margin-bottom: 22px;
}

.item__date:after {
  content: '';
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: url("/local/templates/setere/assets/css/../img/date.svg") center no-repeat;
}

.item__date--icon-wrap:after {
  display: none;
}

.item__date-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  fill: #393186;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.item__title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.item__announcement {
  color: #565656;
  font-size: 1.6rem;
}

.company {
  padding: 81px 0;
}

.company__slider .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.company-item {
  text-align: center;
}

.footer {
  background-color: #393186;
  color: #fff;
}

.footer__container1 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.footer__wrap1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__info {
  max-width: 385px;
  width: 100%;
}

.footer__logo {
  display: block;
  max-width: 230px;
  width: 100%;
  margin-bottom: 37px;
}

.footer__text1 {
  color: #c5c4c4;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 16px;
}

.footer__link1 {
  font-size: 1.4rem;
  color: #c5c4c4;
  border-bottom: 1px solid #565656;
  -webkit-transition: border-bottom 0.3s;
  transition: border-bottom 0.3s;
}

.footer__title1 {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.footer__menu li {
  margin-bottom: 5px;
}

.footer__menu li:last-child {
  margin-bottom: 0;
}

.footer__menu a {
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.footer__contact {
  max-width: 483px;
  width: 100%;
}

.footer__tel-wrap {
  margin-bottom: 23px;
  margin-top: 19px;
}

.footer__tel {
  display: inline-block;
  font-size: 2.2rem;
  color: #fff;
  padding-left: 55px;
  position: relative;
}

.footer__tel:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 38px;
  height: 38px;
  background: #E31E25 url("/local/templates/setere/assets/css/../img/tel-icon.svg") center no-repeat;
}

.footer__tel b {
  font-size: 3.2rem;
}

.footer__adress {
  font-size: 1.8rem;
  line-height: 1.22;
  padding-left: 53px;
  position: relative;
  margin-bottom: 26px;
}

.footer__adress:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 38px;
  height: 38px;
  background: #E31E25 url("/local/templates/setere/assets/css/../img/adress-icon.svg") center no-repeat;
}

.footer__email-wrap {
  margin-bottom: 23px;
}

.footer__email {
  font-size: 1.8rem;
  color: #fff;
  padding-left: 53px;
  position: relative;
}

.footer__email:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 38px;
  height: 38px;
  background: #E31E25 url("/local/templates/setere/assets/css/../img/email-icon.svg") center no-repeat;
}

.footer__lk {
  font-size: 1.8rem;
  color: #fff;
  padding-left: 53px;
  position: relative;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration 0.3s;
}

.footer__lk:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 38px;
  height: 38px;
  background: #E31E25 url("/local/templates/setere/assets/css/../img/lk-icon.svg") center / 17px no-repeat;
}

.no-touch .footer__lk:hover {
  text-decoration-color: #fff;
}

.footer__container2 {
  padding: 29px 0;
  background-color: #2D2484;
}

.footer__wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__copy {
  font-size: 1.4rem;
  color: #c5c4c4;
}

.footer__btn-wrap {
  max-width: 330px;
  width: 100%;
  display: none;
}

.footer__btn1 {
  display: block;
  margin-bottom: 26px;
  padding: 24px 10px;
  text-align: center;
}

.footer__btn1:last-child {
  margin-bottom: 0;
}

.dev {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom 0.3s;
  transition: border-bottom 0.3s;
}

.fixed-btn-wrap {
  position: fixed;
  z-index: 1000;
  right: 0;
  top: 250px;
  width: 60px;
}

.fixed-btn1 {
  width: 100%;
  height: 60px;
  -webkit-box-shadow: 0px 4px 10px rgba(57, 49, 134, 0.3);
  box-shadow: 0px 4px 10px rgba(57, 49, 134, 0.3);
  background: #393186 url("/local/templates/setere/assets/css/../img/eye-icon.svg") center no-repeat;
  cursor: pointer;
  margin-bottom: 15px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.fixed-btn2 {
  width: 100%;
  height: 60px;
  -webkit-box-shadow: 0px 4px 10px rgba(57, 49, 134, 0.3);
  box-shadow: 0px 4px 10px rgba(57, 49, 134, 0.3);
  background: #393186 url("/local/templates/setere/assets/css/../img/print-icon.svg") center no-repeat;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.toggle {
  width: 40px;
  height: 40px;
  background-color: #393186;
  position: relative;
  cursor: pointer;
  display: none;
  z-index: 20;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.toggle__line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.toggle__line:after {
  content: '';
  position: absolute;
  top: -6px;
  height: 2px;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.toggle__line:before {
  content: '';
  position: absolute;
  bottom: -6px;
  height: 2px;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.toggle__line-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  width: 3px;
  background-color: #393186;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.toggle.active {
  background-color: #E31E25;
}

.toggle.active .toggle__line {
  background-color: transparent;
}

.toggle.active .toggle__line:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggle.active .toggle__line:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.toggle.active .toggle__line-icon {
  background-color: transparent;
}

.font-big {
  font-size: 15px;
}

.list1 {
  max-width: 1330px;
  width: 100%;
}

.item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #121212;
  margin-bottom: 30px;
}

.item1:last-child {
  margin-bottom: 0;
}

.item1__img-wrap {
  width: 43.6%;
}

.item1__img {
  padding-top: 61%;
  position: relative;
}

.item1__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.item1__text-wrap {
  width: 53.7%;
  padding-top: 28px;
}

.item1__text-wrap .item__date {
  padding: 10px 19px;
  padding-left: 40px;
}

.item1__text-wrap .item__title {
  font-size: 2rem;
}

.item1__btn2 {
  margin-top: 20px;
}

.breascrumbs {
  padding-top: 14px;
  padding-bottom: 33px;
}

.breascrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.breascrumbs__list li {
  font-size: 1.4rem;
  color: #343434;
  margin-right: 11px;
}

.breascrumbs__list li:last-child {
  margin-right: 0;
}

.breascrumbs__list a {
  display: inline-block;
  color: #565656;
}

.breascrumbs__list a:after {
  content: '/';
  margin-left: 11px;
  display: inline-block;
}

.list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px -18px;
  margin-top: -70px;
}

.col2 {
  width: 33.333%;
  padding: 0px 18px;
  margin-top: 70px;
}

.col2:nth-child(1),
.col2:nth-child(2) {
  width: 50%;
}

.col2:nth-child(1) .item2__img,
.col2:nth-child(2) .item2__img {
  padding-top: 47.4%;
}

.item2 {
  display: block;
  color: #121212;
}

.item2 .item__date {
  padding: 10px 19px;
  padding-left: 40px;
}

.item2__img-wrap {
  display: block;
  margin-bottom: 25px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.item2__img {
  display: block;
  padding-top: 52.6%;
  position: relative;
}

.item2__img:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 69px;
  height: 69px;
  background: url("/local/templates/setere/assets/css/../img/play-icon.svg") center/contain no-repeat;
}

.item2__img:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(57, 49, 134, 0.5)), to(rgba(57, 49, 134, 0.5)));
  background: linear-gradient(0deg, rgba(57, 49, 134, 0.5), rgba(57, 49, 134, 0.5));
}

.item2__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.item2__img--nobg:after,
.item2__img--nobg:before {
  display: none;
}

.fancybox-slide {
  padding: 44px 10px;
}

.article {
  max-width: 1187px;
  width: 100%;
}

.article p {
  margin: 25px 0;
  text-align: justify;
}

.article ul {
  margin: 30px 0;
}

.article ul li {
  margin: 10px 0;
  padding-left: 20px;
  position: relative;
}

.article ul li:after {
  content: '';
  position: absolute;
  top: 14px;
  left: 6px;
  width: 5px;
  height: 5px;
  background-color: #393186;
  border-radius: 50%;
}

.list3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px -18px;
  margin-top: -25px;
}

.col3 {
  width: 33.3333%;
  padding: 0px 18px;
  margin-top: 25px;
}

.item3 {
  display: block;
  color: #121212;
  background-color: #F7F7FA;
  padding: 30px 30px 30px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item3 .item__title {
  font-size: 1.6rem;
}

.item3 .item__announcement {
  font-size: 1.4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.item3 .item__date {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts__wrap1 {
  width: 57.4%;
}

.contacts__wrap2 {
  width: 40.1%;
  margin-top: -5px;
}

.contacts__tel {
  display: inline-block;
  font-size: 2.6rem;
  color: #343434;
  margin-bottom: 18px;
}

.contacts__tel b {
  font-weight: 700;
  font-size: 3.8rem;
}

.contacts__adress {
  font-size: 1.8rem;
  margin-bottom: 17px;
}

.contacts__email {
  display: inline-block;
  font-size: 1.8rem;
  color: #343434;
  margin-bottom: 37px;
}

.form {
  padding: 37px 40px 40px 40px;
  background-color: #F7F7FA;
}

.form__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 37px;
}

.form__btn1 {
  display: block;
  width: 100%;
  padding: 20px 10px;
}

.input1 {
  display: block;
  width: 100%;
  outline: none;
  letter-spacing: 0.02em;
  font-family: "AvenirNext", sans-serif;
  color: #343434;
  font-size: 1.6rem;
  background-color: #fff;
  border: none;
  padding: 22.5px 10px;
  padding-left: 24px;
  margin-bottom: 20px;
}

.input1::-webkit-input-placeholder {
  color: #565656;
}

.input1::-moz-placeholder {
  color: #565656;
}

.input1::-ms-input-placeholder {
  color: #565656;
}

.input1::placeholder {
  color: #565656;
}

.textarea1 {
  display: block;
  width: 100%;
  resize: none;
  height: 150px;
  outline: none;
  letter-spacing: 0.02em;
  font-family: "AvenirNext", sans-serif;
  color: #343434;
  font-size: 1.6rem;
  background-color: #fff;
  border: none;
  padding: 22.5px 10px;
  padding-left: 24px;
  margin-bottom: 15px;
}

.textarea1::-webkit-input-placeholder {
  color: #565656;
}

.textarea1::-moz-placeholder {
  color: #565656;
}

.textarea1::-ms-input-placeholder {
  color: #565656;
}

.textarea1::placeholder {
  color: #565656;
}

.label-checkbox-wrap {
  margin-bottom: 20px;
}

.label-checkbox {
  display: inline-block;
  padding-left: 35px;
  cursor: pointer;
  position: relative;
}

.label-checkbox__icon {
  position: absolute;
  top: -3px;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #393186;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.label-checkbox__icon:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 4px;
  width: 17px;
  height: 13px;
  background: url("/local/templates/setere/assets/css/../img/check-icon.svg") center no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.label-checkbox__text {
  display: block;
  color: #616A79;
  font-size: 1.4rem;
}

.input-checkbox {
  display: none;
}

.input-checkbox:checked~.js-form .btn1--disabled {
  background-color: #E31E25;
  pointer-events: initial;
  color: #fff;
}

.input-checkbox:checked~.js-form .btn1--disabled:hover {
  background-color: #393186;
}

.input-checkbox:checked~.js-form .btn3--disabled {
  background-color: #393186;
  pointer-events: initial;
  color: #fff;
}

.input-checkbox:checked~.js-form .btn3--disabled:hover {
  background-color: #E31E25;
}

.input-checkbox:checked~.js-form .label-checkbox__icon {
  background-color: #393186;
}

.input-checkbox:checked~.js-form .label-checkbox__icon:after {
  opacity: 1;
}

.novetly p {
  margin-bottom: 30px;
}

.novetly p:last-child {
  margin-bottom: 0;
}

.novetly__img {
  max-width: 948px;
  width: 100%;
  margin-bottom: 30px;
}

.soc__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.soc__item {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #215AA0;
  margin-right: 10px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.soc__item:last-child {
  margin-right: 0;
}

.soc__item--tw {
  background-color: #00B2E3;
}

.soc__item--vk {
  background-color: #20618B;
}

.soc__item--gl {
  background-color: #FA4B3B;
}

.submenu-wrap {
  position: relative;
}

.submenu-container {
  position: absolute;
  top: 100%;
  padding-top: 15px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.submenu {
  left: 0;
  width: 253px;
  -webkit-box-shadow: 0px 15px 40px rgba(18, 18, 18, 0.1);
  box-shadow: 0px 15px 40px rgba(18, 18, 18, 0.1);
  background-color: #fff;
}

.submenu li:first-child a {
  padding-top: 24px;
}

.submenu li:last-child a {
  padding-bottom: 24px;
}

.submenu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 12px 10px;
  padding-left: 20px;
  font-size: 1.5rem;
  color: #565656;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.structure__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0px -18px;
  margin-top: -40px;
}

.structure__col {
  width: 33.3333%;
  padding: 0px 18px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.structure-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.22;
  text-transform: uppercase;
  color: #fff;
  min-height: 112px;
  background-color: #393186;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.representative__container1 {
  padding-bottom: 80px;
  font-size: 1.7rem;
}

.representative__container1&gt;span {
  display: block;
  margin-bottom: 11px;
  color: #565656;
  font-size: 1.8rem;
}

.representative__container1 p {
  margin: 10px 0;
}

.representative__container1 h2 {
  font-size: 2.6rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 37px;
}

.representative__container1 ul {
  margin: 20px 0;
}

.representative__container1 ul li {
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}

.representative__container1 ul li:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #393186;
  border-radius: 50%;
}

.representative__container1 ul li:last-child {
  margin-bottom: 0;
}

.representative__container1 ul li b {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.representative__container1 ul li span {
  display: block;
  line-height: 1.4;
}

.representative__img {
  max-width: 948px;
  width: 100%;
  margin-bottom: 41px;
}

.representative__container2 {
  padding-top: 39px;
  padding-bottom: 50px;
  position: relative;
}

.representative__container2:after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10000px;
  background-color: #F7F7FA;
}

.representative__container2 h2 {
  font-size: 2.6rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.representative__container2 ul li {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.representative__container2 ul li:last-child {
  margin-bottom: 0;
}

.documents__list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: -15px;
}

.documents__list1 li {
  /*width: 19.1%;*/
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.documents__list1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #393186;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #393186;
  padding: 9px 10px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.documents__list1 a.active {
  background-color: #E31E25;
  color: #fff;
  border: 2px solid #E31E25;
}

.documents__tab {
  display: none;
}

.documents__tab:nth-child(1) {
  display: block;
}

.documents__list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0px -18px;
  margin-top: -36px;
}

.documents__col2 {
  width: 33.3333%;
  padding: 0px 18px;
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.documents__list3 {
  max-width: 1140px;
  width: 100%;
}

.documents__list2-wrap {
  margin-bottom: 40px;
}

.documents__list2-wrap:last-child {
  margin-bottom: 0;
}

.documents__list2-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 11.5px 10px;
  background-color: #393186;
  margin-bottom: 40px;
}

.documents-item2 {
  width: 100%;
  background-color: #F7F7FA;
  padding: 25px 25px 25px 25px;
}

.documents-item2__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #121212;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.documents-item2__link1-wrap {
  margin-bottom: 10px;
}

.documents-item2__link1 {
  display: inline-block;
  font-size: 1.4rem;
  color: #565656;
  padding-left: 29px;
  position: relative;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.documents-item2__link1:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 19px;
  height: 12px;
  background: url("/local/templates/setere/assets/css/../img/eye-icon-blue.svg") center no-repeat;
}

.documents-item2__link2 {
  display: inline-block;
  max-width: 180px;
  width: 100%;
  font-size: 1.4rem;
  color: #565656;
  position: relative;
  padding-left: 29px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.documents-item2__link2:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 19px;
  height: 23px;
  background: url("/local/templates/setere/assets/css/../img/pdf.svg") center no-repeat;
}

.documents-item2__link2 span {
  text-decoration: underline;
}

.documents-item3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 34px;
}

.documents-item3:last-child {
  margin-bottom: 0;
}

.documents-item3__year {
  max-width: 88px;
  width: 100%;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  background-color: #393186;
  padding: 11.5px 5px;
  text-align: center;
}

.documents-item3__wrap1 {
  width: calc(100% - 155px);
}

.documents-item3__wrap1 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 19px;
}

.documents-item3__wrap1 ul li:last-child {
  margin-bottom: 0;
}

.documents-item3__wrap1 ul li .documents-item2__link1-wrap {
  margin-left: auto;
  margin-bottom: 0;
  margin-right: 30px;
}

.documents-item3__wrap1 ul li .documents-item2__link2-wrap {
  max-width: 200px;
  width: 100%;
}

.documents-item3__link {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #393186;
  text-transform: uppercase;
  text-decoration: underline;
  max-width: calc(100% - 380px);
  padding-left: 18px;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.documents-item3__link:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #393186;
  border-radius: 50%;
}

.documents-item3__text1 {
  color: #565656;
  font-size: 1.6rem;
  padding-left: 18px;
  position: relative;
  max-width: calc(100% - 380px);
}

.documents-item3__text1:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #565656;
  border-radius: 50%;
}

.callback__container {
  background-color: #F7F7FA;
  padding: 38px 40px 40px 40px;
}

.callback__wrap {
  text-align: center;
  margin-bottom: 50px;
}

.callback__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.callback__subtitle {
  font-size: 1.8rem;
}

.callback__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 44px;
}

.callback__item {
  margin-right: 174px;
  width: 48px;
  height: 48px;
  background-color: #9894C0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  position: relative;
}

.callback__item:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  height: 6px;
  width: 174px;
  background-color: #9894C0;
}

.callback__item:first-child {
  margin-right: 0;
}

.callback__item:first-child:after {
  display: none;
}

.callback__item.active {
  background-color: #393186;
}

.callback__item.active:after {
  background-color: #393186;
}

.callback__item.active~.callback__item {
  background-color: #393186;
}

.callback__item.active~.callback__item:after {
  background-color: #393186;
}

.callback__form .label-checkbox-wrap {
  width: 100%;
}

.callback__form-wrap1 {
  display: none;
}

.callback__form-wrap1:nth-child(1) {
  display: block;
}

.callback__form-wrap1 .input2 {
  width: 49%;
}

.callback__form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.callback__form-wrap3 {
  width: 100%;
}

.callback__form-wrap2 {
  max-width: 612px;
  width: 100%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.callback__form-wrap2 .btn2 {
  display: block;
  width: 48%;
  margin-right: 4%;
  text-align: center;
  padding: 16px 10px;
  border: 2px solid #D1CFE3;
  color: #393186;
}

.no-touch .callback__form-wrap2 .btn2:hover {
  border: 2px solid #393186;
}

.callback__form-wrap2 .btn3 {
  width: 48%;
  padding: 18px 10px;
  text-align: center;
}

.input2 {
  display: block;
  width: 100%;
  color: #343434;
  outline: none;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  font-family: "AvenirNext", sans-serif;
  padding: 18.5px 10px;
  padding-left: 25px;
  border: 2px solid #d3d3d3;
  background-color: #fff;
  margin-bottom: 26px;
  transition: border 0.3s;
}

.input2.is-invalid {
  border-bottom: 2px solid red;
}

.just-validate-error-label {
  display: none;
}

.input2::-webkit-input-placeholder {
  color: #565656;
}

.input2::-moz-placeholder {
  color: #565656;
}

.input2::-ms-input-placeholder {
  color: #565656;
}

.input2::placeholder {
  color: #565656;
}

.file-wrap {
  width: 49%;
  margin-bottom: 26px;
}

.file-wrap .input-file {
  cursor: pointer;
}

.file-wrap .jq-file {
  display: block;
}

.file-wrap .jq-file__browse {
  display: none;
}

.file-wrap .jq-file__name {
  font-size: 0;
  line-height: 1.25;
  color: #565656;
  background-color: #fff;
  white-space: initial;
  padding: 22px 25px;
  padding-right: 60px;
}

.file-wrap .jq-file__name:after {
  content: 'Копия Устава в действующей редакции';
  font-size: 1.6rem;
}

.file-wrap .jq-file__name:before {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
  background: url("/local/templates/setere/assets/css/../img/file-icon.svg") center no-repeat;
}

.file-wrap .changed .jq-file__name {
  font-size: 1.6rem;
  background-color: #393186;
  color: #fff;
}

.file-wrap .changed .jq-file__name:before {
  background-image: url("/local/templates/setere/assets/css/../img/delete-icon.svg");
}

.file-wrap .changed .jq-file__name:after {
  font-size: 0;
}

.file-wrap--text1 .jq-file__name:after {
  content: 'Копия свидетельства о постановке на учёт в налоговом органе';
}

.file-wrap--text2 .jq-file__name:after {
  content: 'Копия свидетельства о внесении записи о юридическом лице в ЕГРЮЛ';
}

.file-wrap--text3 .jq-file__name:after {
  content: 'Копия решения о создании организации';
}

.file-wrap--text4 .jq-file__name:after {
  content: 'Копии изменений и дополнений к Уставу, если они имели место, и копии свидетельств, подтверждающие государственную регистрацию изменений к Уставу';
}

.file-wrap--text5 .jq-file__name:after {
  content: 'Выписка из Единого государственного реестра юридических лиц, полученную не ранее 30 дней с момента направления заявления в Ассоциацию';
}

.file-wrap--text6 .jq-file__name:after {
  content: 'Копия документа, подтверждающего полномочия руководителя организации (решение о назначении на должность руководителя организации)';
}
.file-wrap--text7 .jq-file__name:after {
  content: 'Cписок аттестованных экспертов, осуществляющих деятельность от имени юридического лица на основании заключенного трудового договора';
}
.file-wrap--text8 .jq-file__name:after {
  content: 'Заявление о вступлении в «Ассоциацию экспертиз России';
}

.registry__wrap1 {
  max-width: 948px;
  width: 100%;
  background-color: #F7F7FA;
  padding: 40px 40px 40px 40px;
  margin-bottom: 81px;
}

.registry__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.registry__form .input2 {
  padding: 12.5px 10px;
  padding-left: 25px;
}

.registry__form-wrap1 {
  max-width: 405px;
  width: 100%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -26px;
}

.registry__form-wrap1 .btn2 {
  width: 48%;
  padding: 11px 10px;
}

.registry__form-wrap1 .btn3 {
  width: 48%;
  padding: 13px 10px;
  font-weight: 400;
}

.registry__title {
  font-size: 2.6rem;
  line-height: 1.6;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 1145px;
  width: 100%;
  margin-bottom: 40px;
}

.registry__btn-wrap {
  text-align: center;
}

.registry-item {
  padding-bottom: 42px;
  margin-bottom: 42px;
  border-bottom: 1px solid #F0F0F0;
  position: relative;
  padding-left: 134px;
}

.registry-item b {
  position: absolute;
  top: 0;
  left: 0;
  width: 62px;
  height: 62px;
  background-color: #393186;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 2.6rem;
}

.registry-item ul {
  max-width: 1000px;
  width: 100%;
}

.registry-item ul li {
  margin-bottom: 29px;
  color: #565656;
  font-size: 1.8rem;
  line-height: 1.6;
}

.registry-item ul li a {
  display: inline-block;
  color: #393186;
  text-decoration: underline;
  position: relative;
  padding-left: 15px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.registry-item ul li a:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #393186;
  border-radius: 50%;
}

.registry-item ul li span {
  display: block;
  position: relative;
  padding-left: 15px;
}

.registry-item ul li span:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #565656;
  border-radius: 50%;
}

.registry-item ul li:last-child {
  margin-bottom: 0;
}

.label1 {
  cursor: pointer;
  display: block;
  width: 49%;
  margin-bottom: 27px;
}

.label1__text1 {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.label1--w100 {
  width: 100%;
}

.select-wrap .jq-selectbox {
  display: block;
}

.select-wrap .jq-selectbox__select {
  font-size: 1.6rem;
  padding: 12px 25px;
  padding-right: 50px;
  background-color: #fff;
  color: #565656;
  border: 2px solid #d3d3d3;
  position: relative;
}

.select-wrap .jq-selectbox__select:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  right: 25px;
  width: 17px;
  height: 10px;
  background: url("/local/templates/setere/assets/css/../img/arrow2.svg") center no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.select-wrap .opened .jq-selectbox__select:after {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

.select-wrap .jq-selectbox__dropdown {
  width: 100% !important;
  margin: 5px 0;
  -webkit-box-shadow: 0px 15px 40px rgba(18, 18, 18, 0.1);
  box-shadow: 0px 15px 40px rgba(18, 18, 18, 0.1);
  background-color: #fff;
  padding: 10px;
}

.select-wrap .jq-selectbox__dropdown ul {
  max-height: 192px;
  overflow: auto;
  padding-right: 10px;
}

.select-wrap .jq-selectbox__dropdown ul::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.select-wrap .jq-selectbox__dropdown ul::-webkit-scrollbar-track {
  background-color: rgba(57, 49, 134, 0.2);
}

.select-wrap .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb {
  background-color: #393186;
}

.select-wrap .jq-selectbox li {
  font-size: 1.6rem;
  color: #565656;
  padding: 12px 12px;
  padding-left: 25px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.thanks {
  max-width: 300px;
  width: 95%;
  border-radius: 10px;
  background-color: #fff;
  padding: 35px 15px;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.22;
  font-weight: 700;
}

.thanks__icon {
  border: 2px solid #C4C1DB;
  background-color: #393186;
  width: 38px;
  height: 38px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 10px;
}

.fancybox-slide--html .fancybox-close-small {
  width: 24px;
  height: 24px;
  padding: 0;
  opacity: 1;
  background: #E31E25 url("/local/templates/setere/assets/css/../img/close.svg") center no-repeat;
}

.fancybox-slide--html .fancybox-close-small svg {
  display: none;
}

.no-touch .search__btn:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.no-touch .menu&gt;a:hover,
.no-touch .title-link:hover,
.no-touch .footer__menu a:hover,
.no-touch .documents-item3__link:hover,
.no-touch .registry-item ul li a:hover {
  color: #E31E25;
}

.no-touch .btn1:hover {
  background-color: #393186;
}

.no-touch .fixed-btn1:hover,
.no-touch .fixed-btn2:hover,
.no-touch .btn3:hover {
  background-color: #E31E25;
}

.no-touch .item:hover .item__img-wrap,
.no-touch .item2:hover .item2__img-wrap {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.no-touch .footer__link1:hover {
  border-bottom: 1px solid transparent;
}

.no-touch .dev:hover {
  border-bottom: 1px solid #fff;
}

.no-touch .btn2:hover,
.no-touch .item1:hover .btn2,
.no-touch .btn4:hover {
  background-color: #393186;
  color: #fff;
}

.no-touch .item3:hover {
  background-color: #393186;
  color: #fff;
}

.no-touch .item3:hover .item__announcement {
  color: #fff;
}

.no-touch .item3:hover .item__date-icon {
  fill: #fff;
}

.no-touch .item3:hover .item__date {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.no-touch .soc__item:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.no-touch .submenu a:hover,
.no-touch .documents-item2__link1:hover,
.no-touch .documents-item2__link2:hover {
  color: #393186;
}

.no-touch .submenu-wrap:hover .submenu-container {
  visibility: visible;
  opacity: 1;
  z-index: 15;
  pointer-events: initial;
}

.no-touch .structure-item:hover {
  background-color: #E31E25;
}

.no-touch .documents__list1 a:hover {
  background-color: #E31E25;
  color: #fff;
  border: 2px solid #E31E25;
}

.no-touch .jq-selectbox li:hover {
  background-color: rgba(57, 49, 134, 0.1);
}

.article__list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0px -10px;
  margin-top: -20px;
}

.article__col1 {
  width: 25%;
  padding: 0px 10px;
  margin-top: 20px;
}

.article-item1 {
  display: block;
  position: relative;
}

.article-item1:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7) url(/local/templates/setere/assets/css/../img/search.svg) center / 30px no-repeat;
  opacity: 0;
  transition: opacity 0.3s;
}

.no-touch .article-item1:hover:after {
  opacity: 1;
}

.article-item1__img {
  display: block;
  padding-top: 100%;
  position: relative;
}

.article-item1__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.article__wrap1 {
  max-width: 370px;
  width: 100%;
}

.article__wrap2 {
  width: calc(100% - 400px);
}

.article__icon {
  height: 80px;
  margin-bottom: 25px;
}

.article__icon img {
  max-width: auto;
  max-height: 100%;
}

.article__wrap2 ul {
  margin: 15px 0;
}

.article__wrap2 p {
  font-size: 1.7rem;
  margin: 10px 0;
}

.article__wrap2 ul li {
  margin-bottom: 5px;
  padding-left: 15px;
  font-size: 1.7rem;
  position: relative;
}

.article__wrap2 ul li a {
  color: #393186;
  transition: color 0.3s;
}

.no-touch .article__wrap2 ul li a:hover {
  color: #E31E25;
}

.article__wrap2 ul li:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #393186;
  border-radius: 50%;
}

.article__wrap2 ul li:last-child {
  margin-bottom: 0;
}

.article__subtitle {
  text-transform: uppercase;
  font-weight: 700;
  margin: 15px 0;
}

.search__list {
  margin-top: 40px;
}

.search-item {
  display: block;
  padding: 30px;
  background-color: #F7F7FA;
  color: #121212;
  margin-top: 20px;
}

.search-item__title {
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #393186;
  font-weight: 700;
  transition: color 0.3s;
}

.search-item:hover .search-item__title:hover {
  color: #E31E25;
}

.search-item__text {
  margin-bottom: 15px;
  font-size: 1.7rem;
}

.search-item__date {
  font-size: 1.5rem;
}

.pagination {
  padding: 20px 0;
}

.pagination__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.pagination__list li {
  margin-right: 15px;
  width: 40px;
  height: 40px;
}

.pagination__list li:nth-child(1) a {
  transform: rotate(180deg);
}

.pagination__list a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #000;
  border: 2px solid transparent;
  transition: border 0.3s;
}

.no-touch .pagination__list a:hover {
  border: 2px solid #393186;
}

.pagination__list a.active {
  border: 2px solid #393186;
  pointer-events: none;
}

.pagination__list a.noactive {
  opacity: 0.2;
  pointer-events: none;
}

.pagination__list li:last-child {
  margin-right: 0;
}

.error404 {
  font-size: 1.7rem;
}

.error404 h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 30px;
}

.error404 p {
  margin: 10px 0;
}

.error404 ul {
  margin: 20px 0;
}

.error404 a {
  display: inline-block;
  color: #393186;
  transition: color 0.3s;
}

.no-touch .error404 a:hover {
  color: #E31E25;
}

.error404 ul li {
  padding-left: 15px;
  position: relative;
}

.error404 ul li:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #393186;
  border-radius: 50%;
}

html body .bvi-panel.bvi-fixed-top {
  position: static;
}

ul.left-menu li {
  padding: 0;
}

ul.left-menu li a {
  padding: 13px 16px;
  display: block;
  color: #393186;
  transition: color 0.3s;
}

ul.left-menu li a:visited {
  color: #393186;
}

.no-touch ul.left-menu li a:hover {
  color: #E31E25;
}

@media print {

  .header,
  .company,
  .footer,
  body #bx-panel,
  .fixed-btn-wrap,
  .title-link {
    display: none !important;
  }

  .breascrumbs {
    display: none;
  }

  .title {
    font-size: 2.6rem;
    max-width: none;
  }
}

@media only screen and (max-width: 1500px) {
  .search {
    max-width: 500px;
  }
}

@media only screen and (max-width: 1350px) {
  .search {
    max-width: 275px;
  }
}

@media only screen and (max-width: 1150px) {
  .search {
    max-width: 350px;
  }

  .header__contact {
    max-width: 210px;
    width: 100%;
  }

  .header__tel-wrap {
    margin-bottom: 5px;
  }
}

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

  .footer__contact {
    display: none;
  }

  .footer__btn-wrap {
    display: block;
  }

  .footer__logo {
    display: none;
  }

  .footer__wrap1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 1050px) {
  .col2 {
    width: 50%;
  }

  .callback__container {
    padding: 30px 10px;
  }
}

@media only screen and (max-width: 1000px) {

  .contacts__wrap1,
  .contacts__wrap2 {
    width: 49%;
  }

  .form {
    padding: 40px 10px;
  }

  .documents__list1 li {
    width: 49%;
  }

  .article__col1 {
    width: 33.333%;
  }

  .col3 {
    width: 50%;
  }
}

@media only screen and (max-width: 950px) {
  .mainScreen__title {
    font-size: 3.5rem;
  }

  .mainScreen__subtitle,
  body,
  .item__title,
  .representative__container1 ul li b {
    font-size: 1.7rem;
  }

  .structure-item,
  .representative__container1&gt;span,
  .representative__container2 ul li,
  .callback__subtitle,
  .registry-item ul li,
  .label1__text1 {
    font-size: 1.6rem;
  }

  .representative__container1 h2,
  .representative__container2 h2,
  .documents__list2-title,
  .documents-item3__year,
  .callback__title,
  .registry__title {
    font-size: 2rem;
  }

  .mainScreen,
  .section,
  .company,
  .representative__container2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .representative__container1 {
    padding-bottom: 40px;
  }

  .title {
    font-size: 2.8rem;
  }

  .header__container2 {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 70%;
    min-width: 400px;
    max-width: 600px;
    background-color: #393186;
    display: none;
    overflow: auto;
  }

  .header__container2-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    background-color: rgba(52, 52, 52, 0.8);
    width: 1000px;
    display: block;
  }

  .nav {
    overflow: auto;
    height: 100%;
    padding: 30px;
    padding-bottom: 100px;
  }

  .header .menu li {
    width: 100%;
    margin-bottom: 27px;
  }

  .header .menu li:last-child {
    margin-bottom: 0;
  }

  .header .menu a {
    color: #fff;
  }

  .header .search {
    max-width: none;
  }

  .header .logo {
    margin-left: auto;
    margin-right: auto;
    max-width: 160px;
  }

  .fixed-btn-wrap {
    display: none;
  }

  .toggle {
    display: block;
  }

  .header__wrap1 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .search__toggle {
    display: block;
  }

  .search__wrap {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .search__wrap.active {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
  }

  .header__container1 {
    position: relative;
    padding: 20px 0;
  }

  .header__container1 .container {
    position: static;
  }

  .header.header-fixed .header__container1,
  .header.header-fixed .header__container2 {
    padding: 20px 0;
  }

  .body-overflow {
    overflow: hidden;
  }

  .header.header-fixed .logo {
    max-width: 120px;
  }

  .search__input {
    font-size: 1.4rem;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }

  .btn1 {
    font-size: 1.6rem;
  }

  .footer__btn-wrap {
    max-width: 292px;
  }

  .mainScreen__img {
    width: 100%;
    margin-right: 0;
  }

  .col {
    width: 50%;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header__contact {
    margin-right: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    max-width: none;
    width: auto;
  }

  .header__email-wrap {
    display: none;
  }

  .header__tel {
    display: block;
    font-size: 0;
    padding: 0;
    width: 40px;
    height: 40px;
  }

  .header__tel b {
    font-size: 0;
  }

  .header__tel:after {
    width: 40px;
    height: 40px;
    background-size: 16px;
  }

  .header__tel-wrap {
    margin-bottom: 0;
  }

  .header__lk {
    position: absolute;
    left: 10px;
    top: 70px;
    font-size: 0;
    padding: 0;
    width: 40px;
    height: 40px;
  }

  .header__lk::after {
    width: 40px;
    height: 40px;
    background-size: 19px;
  }

  .submenu-container {
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    padding-top: 22px;
  }

  .submenu {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }

  .submenu a,
  .submenu li:first-child a,
  .submenu li:last-child a {
    padding: 0;
    padding-left: 15px;
  }

  .no-touch .submenu a:hover {
    color: #fff;
  }

  .structure-item {
    min-height: initial;
  }

  .structure__col {
    margin-top: 20px;
  }

  .structure__list {
    margin-top: -20px;
  }

  .representative__container2 ul li,
  .representative__container1 ul li {
    margin-bottom: 17px;
  }

  .representative__container1 h2,
  .representative__img {
    margin-bottom: 25px;
  }

  .documents__col2 {
    padding-left: 7px;
    padding-right: 7px;
    margin-top: 14px;
    width: 50%;
  }

  .documents__list2 {
    margin: 0px -7px;
    margin-top: -14px;
  }

  .documents__list1,
  .documents-item3,
  .documents__list2-title,
  .documents__list2-wrap {
    margin-bottom: 25px;
  }

  .documents-item3__year {
    max-width: none;
    margin-bottom: 20px;
  }

  .documents-item3__wrap1 {
    width: 100%;
  }

  .input2 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .callback__item {
    margin-right: 120px;
  }

  .callback__item:after {
    width: 120px;
  }

  .callback__wrap {
    margin-bottom: 30px;
  }

  .callback__list {
    margin-bottom: 25px;
  }

  .input2,
  .file-wrap {
    margin-bottom: 15px;
  }

  .registry-item ul li {
    margin-bottom: 20px;
  }

  .registry-item b {
    width: 50px;
    height: 50px;
    font-size: 2rem;
  }

  .registry-item {
    padding-left: 70px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }

  .registry-item ul li span:after,
  .registry-item ul li a:after {
    width: 5px;
    height: 5px;
    top: 9px;
  }

  .registry__wrap1 {
    padding: 30px 10px;
    margin-bottom: 40px;
  }

  .registry__title {
    margin-bottom: 25px;
  }

  .article__wrap2 {
    margin-top: 30px;
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {

  .contacts__wrap1,
  .contacts__wrap2 {
    width: 100%;
  }

  .contacts__wrap1 {
    height: 300px;
  }

  .contacts__wrap2 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 30px;
  }

  .contacts__tel {
    font-size: 2rem;
  }

  .contacts__tel b {
    font-size: 2.6rem;
  }

  .structure__col {
    width: 50%;
  }
}

@media only screen and (max-width: 750px) {
  .footer__info {
    max-width: 260px;
  }

  .documents-item3__wrap1 ul li .documents-item2__link1-wrap {
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .documents-item3__wrap1 ul li .documents-item2__link2-wrap {
    width: 100%;
  }

  .documents-item3__link,
  .documents-item3__text1 {
    max-width: none;
    margin-bottom: 10px;
  }

  .documents-item3__wrap1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -15px;
  }

  .documents-item3__wrap1 ul li {
    width: 48%;
    background-color: #F7F7FA;
    padding: 20px 15px;
    display: block;
    margin-bottom: 0;
    margin-top: 25px;
  }
}

@media only screen and (max-width: 700px) {

  .item1__img-wrap,
  .item1__text-wrap {
    width: 100%;
  }

  .col2:nth-child(n) {
    width: 100%;
    margin-top: 30px;
  }

  .list2 {
    margin-top: -30px;
  }

  .callback__form-wrap1 .input2,
  .file-wrap {
    width: 100%;
  }

  .callback__item:after {
    height: 3px;
    width: 50px;
  }

  .callback__item {
    margin-right: 50px;
    width: 40px;
    height: 40px;
  }

  .item3 {
    padding: 25px 10px;
  }
}

@media only screen and (max-width: 650px) {
  .structure__col {
    width: 100%;
  }

  .article__col1 {
    width: 50%;
  }

  .search-item {
    padding: 30px 10px;
  }
}

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

  .search__wrap {
    position: static;
    visibility: visible;
    opacity: 1;
    pointer-events: initial;
    margin-top: 15px;
  }

  .header.header-fixed .logo {
    max-width: 90px;
  }

  .footer__info {
    max-width: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }

  .btn1 {
    font-size: 1.4rem;
    padding-top: 18.5px;
    padding-bottom: 18.5px;
  }

  .footer__btn1 {
    margin-bottom: 15px;
  }

  .footer__btn-wrap {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }

  .footer__copy {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }

  .footer .dev {
    margin-left: auto;
    margin-right: auto;
  }

  .footer__container1,
  .footer__container2 {
    padding: 20px 0;
  }

  .title {
    width: 100%;
    max-width: none;
    margin-bottom: 15px;
  }

  .btn2 {
    font-size: 1.6rem;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .btn3 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.6rem;
  }

  .article p,
  .novetly p {
    margin-bottom: 20px;
  }

  .header.header-fixed .logo {
    display: none;
  }

  .header.header-fixed .search {
    width: calc(100% - 110px);
    order: -1;
  }

  .header.header-fixed .header__contact {
    order: -2;
  }

  .header.header-fixed .search__wrap {
    margin-top: 0;
  }

  .header.header-fixed .header__container1 {
    padding: 10px 0;
    border: none;
  }

  .file-wrap .jq-file__name,
  .input2 {
    padding-left: 15px;
  }

  .input2,
  .file-wrap .jq-file__name:after,
  .file-wrap .changed .jq-file__name {
    font-size: 1.5rem;
  }

  .label1 {
    width: 100%;
  }

  .col3 {
    width: 100%;
  }

  .header__lk {
    left: auto;
    right: 10px;
  }
}

@media only screen and (max-width: 550px) {
  .col {
    width: 100%;
  }

  .documents__col2 {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .header__container2 {
    min-width: initial;
    width: 100%;
  }

  .documents__list1 li {
    width: 100%;
  }

  .documents-item3__wrap1 ul li {
    width: 100%;
  }
}

@media only screen and (max-width: 450px) {
  .mainScreen__btn1 {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }

  .item2__img:after {
    width: 40px;
  }

  .registry-item {
    padding-left: 0;
    padding-top: 70px;
  }

  .article__col1 {
    width: 100%;
  }
}

.lklogin {
  padding-top: 45px;
  padding-bottom: 110px;
}

.lklogin__wrap {
  background-color: #F7F7FA;
  padding: 40px 40px 60px 40px;
}

.lklogin__title {
  text-align: center;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2px;
}

.lklogin__subtitle {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 45px;
}

.lklogin__form-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: -20px;
}

.lklogin__form-input2 {
  width: 49%;
  margin-bottom: 0;
  margin-top: 20px;
}

.lklogin__form-btn1-wrap {
  text-align: right;
  margin-top: 28px;
}

.lklogin__form-btn1 {
  text-transform: none;
  letter-spacing: 0.36px;
  padding: 18px 117px;
}

@media (max-width: 900px) {
  .lklogin__wrap {
    padding: 20px 15px;
  }

  .lklogin__subtitle {
    margin-bottom: 30px;
  }

  .lklogin__form-btn1-wrap {
    margin-top: 20px;
  }

  .lklogin {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}

@media (max-width: 600px) {
  .lklogin__form-input2 {
    width: 100%;
  }

  .lklogin__form-btn1 {
    width: 100%;
    padding: 16px 10px;
  }

  .lklogin__title {
    font-size: 2rem;
  }

  .lklogin__subtitle {
    font-size: 1.6rem;
  }
}

.lk {
  padding-top: 30px;
  padding-bottom: 271px;
}

.lk__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.lk__wrap1 {
  width: calc(100% - 463px);
}

.lk-item1 {
  background-color: #F7F7FA;
  padding: 30px 40px 27px 40px;
  margin-bottom: 20px;
}

.lk-item1:last-child {
  margin-bottom: 0;
}

.lk-item1__wrap1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: -15px;
  margin-bottom: 20px;
}

.lk-item1__wrap1 .item__date {
  padding-top: 10.5px;
  padding-bottom: 10.5px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-right: 20px;
}

.lk-item1__text1 {
  color: #E31E25;
  font-size: 1.4rem;
  margin-top: 15px;
}

.lk-item1__title {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.lk-item1__subtitle {
  font-size: 1.6rem;
  color: #828282;
  margin-bottom: 24px;
}

.lk__list2 {
  max-width: 783px;
  width: 100%;
  margin-bottom: 30px;
}

.lk-item2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
  position: relative;
  margin-bottom: 27px;
}

.lk-item2:last-child {
  margin-bottom: 0;
}

.lk-item2::after {
  content: '';
  position: absolute;
  top: 9px;
  left: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #4B4B4B;
}

.lk-item2__title {
  width: calc(100% - 385px);
  margin-right: auto;
  font-size: 1.6rem;
  color: #4B4B4B;
  word-break: break-all;
}

.lk-item2 .documents-item2__link1 {
  margin-right: 30px;
}

.lk-item1__btn1 {
  text-transform: none;
  letter-spacing: 0.36px;
  padding: 19px 96px;
}

.lk-item1__link1 {
  display: inline-block;
  color: #393186;
  font-size: 1.8rem;
  text-decoration: underline;
  transition: text-decoration 0.3s;
}

.no-touch .lk-item1__link1:hover {
  text-decoration-color: transparent;
}

.lk__wrap2 {
  max-width: 420px;
  width: 100%;
}

.user {
  background-color: #F7F7FA;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 20px 20px 20px;
  margin-bottom: 38px;
}

.user__wrap1 {
  width: 72px;
  height: 72px;
}

.user__img {
  width: 100%;
  height: 100%;
  position: relative;
}

.user__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.user__wrap2 {
  width: calc(100% - 95px);
}

.user__name {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.user__pos {
  color: #393186;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.user__email {
  display: inline-block;
  color: #343434;
  font-size: 1.6rem;
}

.lk__list3 {
  margin-bottom: 37px;
}

.lk-item3 {
  margin-bottom: 55px;
  padding-left: 73px;
  position: relative;
}

.lk-item3:last-child::after {
  display: none;
}

.lk-item3::after {
  content: '';
  position: absolute;
  top: 10px;
  bottom: -70px;
  left: 0;
  width: 4px;
  background-color: #393186;
}

.lk-item3:last-child {
  margin-bottom: 0;
}

.lk-item3__number {
  position: absolute;
  top: -11px;
  left: 0;
  width: 48px;
  height: 48px;
  background-color: #393186;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}

.lk-item3__text {
  font-size: 1.6rem;
}

.lk__contact {
  padding-left: 73px;
  position: relative;
}

.lk__contact::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 48px;
  height: 48px;
  background: #E31E25 url("/local/templates/setere/assets/css/../img/email-icon.svg") center no-repeat;
}

.lk__contact-title {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 4px;
}

.lk__contact-email {
  display: inline-block;
  color: #343434;
  font-size: 1.8rem;
}

@media (max-width: 1200px) {
  .lk-item2__title {
    width: 100%;
    margin-bottom: 10px;
  }

  .lk-item1__btn1 {
    display: block;
    padding: 19px 10px;
    text-align: center;
  }

  .lk__wrap2 {
    max-width: 330px;
  }

  .lk__wrap1 {
    width: calc(100% - 350px);
  }
}

@media (max-width: 900px) {
  .lk {
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .lk__wrap2 {
    max-width: none;
    order: -1;
    margin-bottom: 20px;
  }

  .lk__wrap1 {
    width: 100%;
  }

  .lk-item1 {
    padding: 20px 10px;
  }

  .user {
    padding: 20px 10px;
  }
}

@media (max-width: 600px) {

  .user__name,
  .lk-item1__link1 {
    font-size: 1.6rem;
  }

  .user__pos,
  .user__email {
    font-size: 1.4rem;
  }

  .lk-item2 .documents-item2__link1 {
    margin-right: 10px;
  }

  .lk-item1__btn1 {
    padding: 18px 10px;
  }

  .lk-item1__title {
    font-size: 1.8rem;
  }
}

.lkquize {
  padding-top: 12px;
  padding-bottom: 68px;
}

.lkquize__wrap1 {
  background-color: #F7F7FA;
  padding: 69px 30px 115px 30px;
}

.lkquize__list {
  margin-bottom: 44px;
}

.lkquize-item {
  position: relative;
  padding-left: 108px;
  margin-bottom: 78px;
}

.lkquize-item:last-child {
  margin-bottom: 0;
}

.lkquize-item__number {
  position: absolute;
  top: -16px;
  left: 0;
  width: 78px;
  height: 62px;
  background-color: #393186;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}

.lkquize-item__subtitle {
  font-size: 1.8rem;
  margin-bottom: 50px;
}

.lkquize-item__title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.label-radio1-wrap {
  margin-bottom: 29px;
}

.label-radio1-wrap:last-child {
  margin-bottom: 0;
}

.label-radio1 {
  display: inline-block;
  cursor: pointer;
  padding-left: 48px;
  position: relative;
}

.label-radio1 input {
  display: none;
}

.label-radio1__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #D8D8D8;
  border-radius: 50%;
  transition: border 0.3s;
}

.label-radio1 input:checked~.label-radio1__icon {
  border: 8px solid #E31E25;
}

.label-radio1__text {
  display: block;
  font-size: 1.6rem;
}

.lkquize__error-text {
  color: #E31E25;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 23px;
  transition: color 0.3s;
}

.lkquize__wrap2 .btn1 {
  display: block;
  max-width: 420px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 19px 10px;
  text-transform: none;
  letter-spacing: 0.36px;
}

.lkquize-item__radio-container.error .label-radio1__icon {
  border: 1px solid #E31E25;
}

.lkquize-item__radio-container.error .label-radio1__text {
  color: #E31E25;
}

.lkquize__wrap2 .btn3 {
  display: block;
  text-align: center;
  max-width: 420px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 19px 10px;
}

@media (max-width: 900px) {
  .lkquize__wrap1 {
    padding: 60px 20px;
  }

  .lkquize-item__number {
    font-size: 18px;
    width: 65px;
    height: 45px;
    top: 0;
  }

  .lkquize-item {
    padding-left: 0;
    padding-top: 65px;
  }

  .lkquize-item__subtitle {
    margin-bottom: 15px;
  }

  .label-radio1-wrap {
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .lkquize-item__subtitle {
    font-size: 1.4rem;
  }

  .lkquize-item__title {
    font-size: 1.6rem;
  }

  .lkquize__wrap2 .btn1 {
    padding: 17px 0;
  }

  .lkquize__wrap1 {
    padding: 20px 15px;
  }
}

.lkquize-item__result {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}

.lkquize-item__result:last-child {
  margin-bottom: 0;
}

.lkquize-item__result-val {
  font-size: 1.6rem;
  font-weight: 700;
  max-width: 50px;
  width: 100%;
  text-align: right;
}

.lkquize-item__result-question {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.lkquize-item__result-wrap {
  width: calc(100% - 65px);
}

.lkquize-item__result-line-wrap {
  max-width: 300px;
  width: 100%;
  height: 6px;
}

.lkquize-item__result-line {
  height: 100%;
  background-color: #E31E25;
}

@media only screen and (max-width: 450px) {
  .lk-item2 {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .lk-item2 .documents-item2__link1 {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/* End */


/* Start:/local/templates/setere/assets/css/custom.css?167086364232*/
.fixed-btn2{
    display:none;
}
/* End */


/* Start:/local/templates/setere/styles.css?17858325292163*/
.cookie_notice {
            display: none;
            position: fixed;
            z-index: 9999999;
            bottom: 15px;
            left: 0;
            right: 0;
            text-align: center;
            font-size: 15px;
            width: 50%;
            left: 25%;
            border-radius: 15px;
            background: #ffffff;
            padding: 10px 20px;
            border: 4px solid #393186;

            -webkit-box-shadow: 0px 0px 23px -4px rgba(34, 60, 80, 0.43);
            -moz-box-shadow: 0px 0px 23px -4px rgba(34, 60, 80, 0.43);
            box-shadow: 0px 0px 23px -4px rgba(34, 60, 80, 0.43);

        }
.cookie_svg{
    min-width: 62px;
    width: 62px;
    height: 62px;
    fill: #e31e25;
}
        .cookie_notice_flex {
            display: flex;
            align-items: center;
            justify-content: space-evenly;
        }

        /* Оформление кнопок */
        .cookie_btn {
            display: inline-block;
            margin: 10px 6px 10px 6px;
            text-decoration: none;
            position: relative;
border-radius: 10px;

            color: #FFF;
            font-weight: bold;
            text-transform: uppercase;
            background: #e31e25;
            padding: 10px 10px 10px 10px;
            transition: all .3s;
        }

        .cookie_btn:hover {
            background-color: #393186;
        }

        #m_form {
            display: none;
        }

@media (max-width: 900px) {
 .cookie_notice_flex{
flex-direction: column;
}
}

.closebaner {
    position: absolute;
    top: 20px;
    right: 20px;
    border: none;
    outline: none;
    background: none;
    width: 20px;
    height: 20px;
    z-index: 30;
    cursor: pointer;
}
.page-banner__icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #e90d0d;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
@media (max-width: 1000px) {
.closebaner { display: none;
}
}
/* End */
/* /local/templates/setere/assets/libs/fancybox/jquery.fancybox.css?167086364217412 */
/* /local/templates/setere/assets/libs/swiper/swiper.css?167086364222257 */
/* /local/templates/setere/assets/libs/jQueryFormStylerMaster/jquery.formstyler.css?16708636422175 */
/* /local/templates/setere/assets/css/fonts.css?1670863642765 */
/* /local/templates/setere/assets/css/normalize.css?16708636427719 */
/* /local/templates/setere/assets/css/main.css?174642382673958 */
/* /local/templates/setere/assets/css/custom.css?167086364232 */
/* /local/templates/setere/styles.css?17858325292163 */
