

/* Start:/local/templates/main/css/slick.css?15717470901776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: auto;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/main/css/jquery.fancybox.css?157174709017412*/
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/main/components/elcore/feedback/order/style.css?15717470903156*/
.elc_form{
	width:420px;
	position:relative;
}
.elc_form .elc_title{
    font-size: 25px;
    line-height: 30px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.elc_form .elc_text a{
	text-decoration:none;
}
.elc_form .elc_ok_mess{
	margin-top:15px;
}
.elc_form .elc_string{
    width: 420px;
    margin: 0 0 10px 0;
    font-size: 16px;
    padding-top: 25px;
    position: relative;
}
.elc_form .elc_string input {
    background: none;
    border: none;
    width: 420px;
    height: 24px;
    display: block;
    font-size: 16px;
    font-weight: normal;
    z-index: 2;
    position: relative;
}
.elc_form .elc_string label {
    margin: 0;
    top: 25px;
    left: 0;
    display: block;
    position: absolute;
    font-size: 16px;
    z-index: 1;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
	opacity:0.5;
}
.elc_form .elc_string.active label {
    top: 5px;
    font-size: 14px;
    opacity: 1;
}
.elc_form .elc_string:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-size: 100% 100%;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    z-index: 3;
}
.elc_form .elc_string.text{
	padding-top:45px;
}
.elc_form .elc_string.text:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 45px;
    width: 0;
    height: 1px;
    background-size: 100% 100%;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    z-index: 3;
}
.elc_form .elc_string.active:after {
    width: 100%;
}
.elc_form .elc_string.text.active:before {
    width: 100%;
}
.elc_form .elc_string.text label{
	top:20px;
}
.elc_form .elc_string textarea{
	width:400px;
	height:100px;
	padding:10px;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
	display:block;
	resize: none;
	background:none
}
.elc_form .elc_string.textarea.active label{
	top: 20px;
    font-size: 14px;
    opacity: 1;
}
.elc_form .elc_string.elc_captha img{
	position:absolute;
	right:0;
	top:13px;
}
.elc_form .elc_string.elc_captha input{
	width:210px;
}
.elc_form .submit{
    width: 136px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    display: block;
    margin: 32px 0 0 0;
    text-align: center;
    font-size: 18px;
    background: none;
    box-sizing: initial;
    padding: 0;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
	position:relative;
	z-index:2;
}
.elc_form .submit:before{
    content: '';
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.elc_form .submit:hover::before{
	width:50%;
}
.elc_form .submit:after{
    content: '';
    z-index: -1;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.elc_form .submit:hover::after{
	width:50%;
}
.elc_form .elc_string.error label {
    opacity: 1;
}
/* End */


/* Start:/local/templates/main/components/elcore/feedback/order/themes/white/style.css?15717470901129*/
.elc_form.tpl-white .elc_title{
	color: #000;
}
.elc_form.tpl-white .elc_text{
	color: #000;
}
.elc_form.tpl-white .elc_text a{
	color: #000;
	border-bottom:1px solid #000;
}
.elc_form.tpl-white .elc_ok_mess{
	color:#000;
}
.elc_form.tpl-white .elc_string input{
	border-bottom: 1px solid RGBA(0,0,0,0.2);
	color:#000;
}
.elc_form.tpl-white .elc_string label{
	color:#000;
}
.elc_form.tpl-white .elc_string:after,
.elc_form.tpl-white .elc_string.text:before{
	background: #000;
}
.elc_form.tpl-white .elc_string textarea{
	border:1px solid RGBA(0,0,0,0.2);
	color:#000;
}
.elc_form.tpl-white .elc_string textarea:focus{
	border-left-color:#000;
	border-right-color:#000;
}
.elc_form.tpl-white .submit{
	color: #000;
	border: 1px solid #000;
}
.elc_form.tpl-white .submit:hover{
	color:#fff;
}
.elc_form.tpl-white .submit:before{
	background: #000;
}
.elc_form.tpl-white .submit:after{
	background: #000;
}
.elc_form.tpl-white .elc_string.error label {
    color: #ff3939;
}
.elc_form.tpl-white .elc_string.error input {
    border-bottom-color: #ff3939;
}
.elc_form.tpl-white .elc_string.error textarea{
	border-color: #ff3939;
}
/* End */


/* Start:/local/templates/main/styles.css?1592491855307561*/
﻿.activity__detail_page{position:relative;background-color:#fff}.activity__detail_page .block__1{width:100%;padding-top:50px}.activity__detail_page .block__1 .inner__block_1{width:1280px;margin-left:auto;margin-right:auto;position:relative;padding-bottom:50px}.activity__detail_page .block__1 .inner__block_1 .arrow__back{position:absolute;top:48px;left:-60px;background-color:#fff;width:40px;height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid #ed1c24;cursor:pointer;-webkit-transition:opacity 0.3s;-o-transition:opacity 0.3s;transition:opacity 0.3s}.activity__detail_page .block__1 .inner__block_1 .arrow__back span{position:absolute;display:block;background-color:#ed1c24;width:15px;height:2px;top:50%}.activity__detail_page .block__1 .inner__block_1 .arrow__back span:first-child{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);margin-top:-5px;left:10px}.activity__detail_page .block__1 .inner__block_1 .arrow__back span:last-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin-top:5px;left:10px}.activity__detail_page .block__1 .inner__block_1 .arrow__back:hover{opacity:0.5}.activity__detail_page .block__1 .inner__block_1 .date{font-family:"Roboto", sans-serif;font-size:16px;font-weight:bold;line-height:1.5;color:#ed1c24;margin-bottom:20px;display:block}.activity__detail_page .block__1 .inner__block_1 .title{font-family:"Roboto Slab", serif;font-size:38px;font-weight:bold;line-height:1.47;color:#1d1d1d;margin-bottom:50px;display:block}.activity__detail_page .block__1 .inner__block_1 p{font-family:"Roboto", sans-serif;font-size:15px;font-weight:normal;line-height:1.73;color:#1d1d1d;margin-bottom:1em;display:inline-block;width:1050px}.activity__detail_page .block__1 .inner__block_1 img{max-width:1280px;height:auto;margin-top:40px;margin-bottom:40px}.activity__detail_page .block__2{width:100%;margin-top:42px}.activity__detail_page .block__2 .title{font-size:36px;font-weight:bold;line-height:2.06;letter-spacing:1.19px;color:#1d1d1d;margin-bottom:68px;text-align:center}.activity__detail_page .block__2 .block__2_inner{width:1280px;margin-left:auto;margin-right:auto}.activity__detail_page .block__2 .block__2_inner .activityGallery{width:1280px;margin-left:auto;margin-right:auto;margin-bottom:100px;display:block}.activity__detail_page .block__2 .block__2_inner .activityGallery a{margin-bottom:16px;margin-right:14px;display:block;width:308px;background-position:center top;background-size:cover;height:229px;float:left;border-radius:9px}.activity__detail_page .block__2 .block__2_inner .activityGallery a:nth-child(4n+4){margin-right:0}.activity__detail_page .block__2 .block__2_inner .activityGallery:after{clear:both;display:block;content:''}.activity__detail_page .block__2 .block__2_inner .ativity__show_more_block{text-align:center;position:relative;padding-bottom:100px}.activity__detail_page .block__2 .block__2_inner .ativity__show_more_block .ativityShowMore{font-family:"Roboto", sans-serif;font-size:16px;font-weight:bold;color:#ed1c24;display:inline-block;padding:16px 38px;border:2px solid #ed1c24;background-color:#fff;border-radius:8px;text-transform:uppercase}.activity__detail_page .block__2 .block__2_inner .ativity__show_more_block .ativityShowMoreCount{display:inline-block;position:absolute;left:60%;top:20px}.activity__detail_page .block__video{width:100%;margin-top:42px}.activity__detail_page .block__video .title{font-size:36px;font-weight:bold;line-height:2.06;letter-spacing:1.19px;color:#1d1d1d;margin-bottom:68px;text-align:center}.activity__detail_page .block__video .block__2_inner{width:1280px;margin-left:auto;margin-right:auto}.activity__detail_page .block__video .block__2_inner .activityGallery{width:1280px;margin-left:auto;margin-right:auto;margin-bottom:100px;display:block}.activity__detail_page .block__video .block__2_inner .activityGallery a{margin-bottom:16px;margin-right:14px;display:block;width:308px;background-position:center top;background-size:cover;height:229px;float:left;border-radius:9px}.activity__detail_page .block__video .block__2_inner .activityGallery a:nth-child(4n+4){margin-right:0}.activity__detail_page .block__video .block__2_inner .activityGallery:after{clear:both;display:block;content:''}.activity__detail_page .block__video .block__2_inner .ativity__show_more_block{text-align:center;position:relative;padding-bottom:100px}.activity__detail_page .block__video .block__2_inner .ativity__show_more_block .ativityShowMore{font-family:"Roboto", sans-serif;font-size:16px;font-weight:bold;color:#ed1c24;display:inline-block;padding:16px 38px;border:2px solid #ed1c24;background-color:#fff;border-radius:8px;text-transform:uppercase}.activity__detail_page .block__video .block__2_inner .ativity__show_more_block .ativityShowMoreCount{display:inline-block;position:absolute;left:60%;top:20px}.fancy .fancybox-button--arrow_left{background-image:none;background-color:transparent;left:0;width:150px;height:100%;top:0}.fancy .fancybox-button--arrow_left:before{display:block;content:'';position:absolute;width:3px;height:26px;background-color:#d1d1d1;top:50%;margin-top:-8px;left:50px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:background-color 0.3s;-o-transition:background-color 0.3s;transition:background-color 0.3s}.fancy .fancybox-button--arrow_left:after{display:block;content:'';position:absolute;width:3px;height:26px;background-color:#d1d1d1;top:50%;margin-top:8px;left:50px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:background-color 0.3s;-o-transition:background-color 0.3s;transition:background-color 0.3s}.fancy .fancybox-button--arrow_left:hover:before,.fancy .fancybox-button--arrow_left:hover:after{background-color:#fff}.fancy .fancybox-button--arrow_right{background-image:none;background-color:transparent;right:0;width:150px;height:100%;top:0}.fancy .fancybox-button--arrow_right:before{display:block;content:'';position:absolute;width:3px;height:26px;background-color:#d1d1d1;top:50%;margin-top:-8px;right:50px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:background-color 0.3s;-o-transition:background-color 0.3s;transition:background-color 0.3s}.fancy .fancybox-button--arrow_right:after{display:block;content:'';position:absolute;width:3px;height:26px;background-color:#d1d1d1;top:50%;margin-top:8px;right:50px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:background-color 0.3s;-o-transition:background-color 0.3s;transition:background-color 0.3s}.fancy .fancybox-button--arrow_right:hover:before,.fancy .fancybox-button--arrow_right:hover:after{background-color:#fff}@media screen and (min-width: 1024px) and (max-width: 1279px){.activity__detail_page .block__1 .inner__block_1{width:960px}.activity__detail_page .block__1 .inner__block_1 .arrow__back span{position:absolute;display:block;background-color:#ed1c24;width:15px;height:2px;top:50%}.activity__detail_page .block__1 .inner__block_1 .arrow__back span:first-child{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);margin-top:-5px;left:10px}.activity__detail_page .block__1 .inner__block_1 .arrow__back span:last-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin-top:5px;left:10px}.activity__detail_page .block__1 .inner__block_1 .arrow__back:hover{opacity:0.5}.activity__detail_page .block__1 .inner__block_1 .title{width:960px}.activity__detail_page .block__1 .inner__block_1 .text{width:960px}.activity__detail_page .block__1 .inner__block_1 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;margin-bottom:40px;border-radius:8px}.activity__detail_page .block__1 .inner__block_1 .sub__text{font-size:16px;width:960px}.activity__detail_page .block__2{width:100%}.activity__detail_page .block__2 .block__2_inner{width:960px;margin-left:auto;margin-right:auto}.activity__detail_page .block__2 .block__2_inner .activityGallery{width:100%}.activity__detail_page .block__2 .block__2_inner .activityGallery a{width:312px;height:229px;border-radius:8px;margin-bottom:10px}.activity__detail_page .block__2 .block__2_inner .activityGallery a img{border-radius:8px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fancy .fancybox-button--arrow_left{width:90px}.fancy .fancybox-button--arrow_right{width:90px}}@media screen and (min-width: 768px) and (max-width: 1023px){.activity__detail_page .block__1 .inner__block_1{width:724px}.activity__detail_page .block__1 .inner__block_1 .arrow__back span{position:absolute;display:block;background-color:#ed1c24;width:15px;height:2px;top:50%}.activity__detail_page .block__1 .inner__block_1 .arrow__back span:first-child{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);margin-top:-5px;left:10px}.activity__detail_page .block__1 .inner__block_1 .arrow__back span:last-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin-top:5px;left:10px}.activity__detail_page .block__1 .inner__block_1 .arrow__back:hover{opacity:0.5}.activity__detail_page .block__1 .inner__block_1 .date{font-size:16px;margin-bottom:10px}.activity__detail_page .block__1 .inner__block_1 .title{font-size:38px;width:720px;margin-bottom:10px}.activity__detail_page .block__1 .inner__block_1 .text{font-size:20px;width:720px;font-weight:normal}.activity__detail_page .block__1 .inner__block_1 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;margin-bottom:40px;border-radius:8px}.activity__detail_page .block__1 .inner__block_1 .sub__text{font-size:16px;width:720px}.activity__detail_page .block__2{width:100%}.activity__detail_page .block__2 .block__2_inner{width:740px;margin-left:auto;margin-right:auto}.activity__detail_page .block__2 .block__2_inner .activityGallery{width:100%}.activity__detail_page .block__2 .block__2_inner .activityGallery a{width:228px;height:168px;border-radius:8px}.activity__detail_page .block__2 .block__2_inner .activityGallery a img{border-radius:8px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fancy .fancybox-button--arrow_left{width:90px}.fancy .fancybox-button--arrow_right{width:90px}}@media screen and (min-width: 320px) and (max-width: 767px){.activity__detail_page .block__1 .inner__block_1{width:290px}.activity__detail_page .block__1 .inner__block_1 .arrow__back{position:absolute;top:28px;left:0;background-color:#fff;width:40px;height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid #ed1c24;cursor:pointer;-webkit-transition:opacity 0.3s;-o-transition:opacity 0.3s;transition:opacity 0.3s}.activity__detail_page .block__1 .inner__block_1 .arrow__back span{position:absolute;display:block;background-color:#ed1c24;width:15px;height:2px;top:50%}.activity__detail_page .block__1 .inner__block_1 .arrow__back span:first-child{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);margin-top:-5px;left:10px}.activity__detail_page .block__1 .inner__block_1 .arrow__back span:last-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin-top:5px;left:10px}.activity__detail_page .block__1 .inner__block_1 .arrow__back:hover{opacity:0.5}.activity__detail_page .block__1 .inner__block_1 .date{font-size:14px;margin-bottom:50px}.activity__detail_page .block__1 .inner__block_1 .title{font-size:30px;width:290px;margin-bottom:15px;line-height:1.2}.activity__detail_page .block__1 .inner__block_1 .text{font-size:16px;width:290px;font-weight:normal;line-height:1.5}.activity__detail_page .block__1 .inner__block_1 img{width:286px;height:294px;-o-object-fit:cover;object-fit:cover;margin-bottom:40px;border-radius:8px}.activity__detail_page .block__1 .inner__block_1 .sub__text{font-size:16px;width:290px;font-weight:normal;line-height:1.5;margin-bottom:40px}.activity__detail_page .block__2{width:100%}.activity__detail_page .block__2 .block__2_inner{width:320px;margin-left:auto;margin-right:auto}.activity__detail_page .block__2 .block__2_inner .activityGallery{width:278px;margin-left:auto;margin-right:auto}.activity__detail_page .block__2 .block__2_inner .activityGallery a{margin-bottom:25px}.activity__detail_page .block__2 .block__2_inner .activityGallery a img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fancy .fancybox-button--arrow_left{width:90px}.fancy .fancybox-button--arrow_right{width:90px}}.activity__page{position:relative;background-color:#fff}.activity__page .block__1{width:100%;min-height:404px}.activity__page .block__1 .inner__block_1{background-image:url("/local/templates/main/images/activity__page/activity__bg.jpg");background-repeat:no-repeat;background-position:center top;width:100%;height:404px;background-size:cover}.activity__page .block__1 .inner__block_1 .activity__title{display:block;font-family:"Roboto Slab", serif;font-size:64px;font-weight:bold;line-height:1.16;letter-spacing:2.11px;text-align:center;color:#fff;text-transform:uppercase;padding-top:105px}.activity__page .block__1 .inner__block_1 .activity__list_filter{display:block;margin-top:20px;position:relative}.activity__page .block__1 .inner__block_1 .activity__list_filter div.h2{width:100%;margin-bottom:5px;display:block;position:relative}.activity__page .block__1 .inner__block_1 .activity__list_filter div.h2 div{display:block;color:rgba(255,255,255,0.25);width:636px;height:68px;margin-left:auto;margin-right:auto;font-family:"Roboto Slab", serif;font-size:40px;font-weight:normal;line-height:68px;letter-spacing:1.32px;border:solid 1px #f1f1f1;background-color:rgba(0,0,0,0.44);border-radius:9px;position:relative}.activity__page .block__1 .inner__block_1 .activity__list_filter div.h2 div i{display:block;width:616px;padding-left:20px;font-style:normal;cursor:pointer}.activity__page .block__1 .inner__block_1 .activity__list_filter div.h2 div span{position:absolute;display:block;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:26px;width:33px;height:30px;cursor:pointer;-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;-o-transition:transform 0.3s;transition:transform 0.3s;transition:transform 0.3s, -webkit-transform 0.3s}.activity__page .block__1 .inner__block_1 .activity__list_filter div.h2 div span span:first-child{position:absolute;display:block;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:0;width:20px;height:3px;background-color:#fff}.activity__page .block__1 .inner__block_1 .activity__list_filter div.h2 div span span:last-child{position:absolute;display:block;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:0;width:20px;height:3px;background-color:#fff}.activity__page .block__1 .inner__block_1 .activity__list_filter div.h2 div .openActivitiFilter span:first-child{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.activity__page .block__1 .inner__block_1 .activity__list_filter div.h2 div .openActivitiFilter span:last-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.activity__page .block__1 .inner__block_1 .activity__list_filter div.h2 div .closeActivitiFilter span:first-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.activity__page .block__1 .inner__block_1 .activity__list_filter div.h2 div .closeActivitiFilter span:last-child{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.activity__page .block__1 .inner__block_1 .activity__list_filter .inner__list_filter{padding-top:10px;padding-bottom:20px;display:block;margin-left:auto;margin-right:auto;position:relative;z-index:10;width:634px;background-color:#fff;border-radius:8px;-webkit-box-shadow:0 6px 30px 0 rgba(0,0,0,0.16);box-shadow:0 6px 30px 0 rgba(0,0,0,0.16);overflow:hidden;opacity:0}.activity__page .block__1 .inner__block_1 .activity__list_filter .inner__list_filter .inner__item_filter{font-family:"Roboto", sans-serif;font-size:23px;font-weight:500;line-height:2.26;padding-left:73px;letter-spacing:normal;color:#1d1d1d;-webkit-transition:background-color 0.3s;-o-transition:background-color 0.3s;transition:background-color 0.3s;cursor:pointer}.activity__page .block__1 .inner__block_1 .activity__list_filter .inner__list_filter .inner__item_filter:hover{background-color:#f1f1f1}.activity__page .block__1 .inner__block_1 .activity__filter{display:block;width:1280px;margin-left:auto;margin-right:auto;text-align:center}.activity__page .block__1 .inner__block_1 .activity__filter .activity__filter_center{display:inline-block}.activity__page .block__1 .inner__block_1 .activity__filter .activity__filter_center .activity__item{display:inline-block;margin-right:5px;background-color:#f1f1f1;height:30px;vertical-align:middle;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:2px;margin-bottom:10px}.activity__page .block__1 .inner__block_1 .activity__filter .activity__filter_center .activity__item span{font-family:"Roboto", sans-serif;font-size:10px;font-weight:bold;line-height:30px;letter-spacing:0.15px;text-align:left;color:#1d1d1d;text-transform:uppercase;padding:0 15px;display:inline-block;position:relative;overflow:hidden}.activity__page .block__1 .inner__block_1 .activity__filter .activity__filter_center .activity__item span::before{position:absolute;display:block;content:'';width:16px;height:44px;-webkit-transform:rotate(10deg);-ms-transform:rotate(10deg);transform:rotate(10deg);background-color:#fff;top:-6px;right:-12px;border-left:1px solid #ed1c24}.activity__page .block__1 .inner__block_1 .activity__filter .activity__filter_center .activity__item .activityQuantity{float:right;line-height:30px;font-family:"Roboto", sans-serif;font-size:10px;font-style:normal;font-weight:bold;letter-spacing:0.15px;color:#ed1c24;background-color:#fff;height:30px;padding-left:10px;padding-right:10px;display:inline-block;border-radius:0 2px 2px 0}.activity__page .block__1 .inner__block_1 .activity__filter .activity__filter_center .activity__item:last-child{margin-right:0}.activity__page .block__1 .inner__block_1 .activity__filter .activity__filter_center .activityItemRed{background-color:#ed1c24}.activity__page .block__1 .inner__block_1 .activity__filter .activity__filter_center .activityItemRed span{color:#fff}.activity__page .block__2{width:100%}.activity__page .block__2 .inner__block_2{width:1280px;margin:auto;padding-top:83px;font-size:0}.activity__page .block__2 .inner__block_2 .activity__card{vertical-align:top;width:622px;min-height:423px;display:inline-block;margin-right:36px;margin-bottom:52px;background-color:#fff;border-radius:8px;-webkit-box-shadow:0 6px 30px 0 rgba(0,0,0,0.07);box-shadow:0 6px 30px 0 rgba(0,0,0,0.07)}.activity__page .block__2 .inner__block_2 .activity__card:nth-child(even){margin-right:0}.activity__page .block__2 .inner__block_2 .activity__card:last-child{margin-bottom:100px}.activity__page .block__2 .inner__block_2 .activity__card .left{width:336px;padding-bottom:10px;display:inline-block}.activity__page .block__2 .inner__block_2 .activity__card .left .activity__date{font-family:"Roboto", sans-serif;font-size:16px;font-weight:500;line-height:1.5;color:#ed1c24;display:block;margin-left:30px;margin-bottom:10px;padding-top:26px}.activity__page .block__2 .inner__block_2 .activity__card .left .activity__subtitle{font-family:"Roboto", sans-serif;font-size:23px;font-weight:500;line-height:1.22;color:#1d1d1d;display:block;margin-left:30px;margin-bottom:15px;width:260px}.activity__page .block__2 .inner__block_2 .activity__card .left .activity__text{font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:1.73;color:#1d1d1d;margin-left:30px;margin-bottom:36px;width:294px}.activity__page .block__2 .inner__block_2 .activity__card .left .activity__button{display:inline-block;position:relative;margin-left:30px}.activity__page .block__2 .inner__block_2 .activity__card .left .activity__button span{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;text-transform:uppercase;padding:17px 38px;font-family:"Roboto", sans-serif;border-radius:8px;background-color:#ed1c24;border:solid 2px #ed1c24;-webkit-transition:color 0.3s, background-color 0.3s;-o-transition:color 0.3s, background-color 0.3s;transition:color 0.3s, background-color 0.3s;position:relative;font-size:13px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:1.15;letter-spacing:0.2px;text-align:center;color:#fff}.activity__page .block__2 .inner__block_2 .activity__card .left .activity__button:hover span{background-color:#fff;color:#ed1c24}.activity__page .block__2 .inner__block_2 .activity__card .right{float:right;width:286px;height:423px;display:inline-block;border-radius:0 8px 8px 0;background-image:url("/local/templates/main/images/activity__page/activity__card1.jpg");background-repeat:no-repeat;background-size:cover}.activity__page .activeElementFromList{color:#fff;opacity:1}@media screen and (min-width: 1024px) and (max-width: 1279px){.activity__page .block__1{width:100%;min-height:404px}.activity__page .block__1 .inner__block_1{background-image:url("/local/templates/main/images/activity__page/activity__bg.jpg");background-repeat:no-repeat;background-position:center top;width:100%;height:404px;background-size:cover}.activity__page .block__1 .inner__block_1 .activity__title{display:block;font-family:"Roboto Slab", serif;font-size:64px;font-weight:bold;line-height:1.16;letter-spacing:2.11px;text-align:center;color:#fff;text-transform:uppercase;padding-top:105px}.activity__page .block__1 .inner__block_1 .activity__list_filter{display:block;margin-top:20px;position:relative}.activity__page .block__1 .inner__block_1 .activity__list_filter h2{width:100%;margin-bottom:5px;display:block;position:relative}.activity__page .block__1 .inner__block_1 .activity__list_filter h2 div{display:block;color:rgba(255,255,255,0.25);width:636px;height:68px;margin-left:auto;margin-right:auto;font-family:"Roboto Slab", serif;font-size:40px;font-weight:normal;line-height:68px;letter-spacing:1.32px;border:solid 1px #f1f1f1;background-color:rgba(0,0,0,0.44);border-radius:9px;position:relative}.activity__page .block__1 .inner__block_1 .activity__list_filter h2 div i{display:block;width:616px;padding-left:20px;font-style:normal;cursor:pointer}.activity__page .block__1 .inner__block_1 .activity__list_filter h2 div span{position:absolute;display:block;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:26px;width:33px;height:30px;cursor:pointer;-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;-o-transition:transform 0.3s;transition:transform 0.3s;transition:transform 0.3s, -webkit-transform 0.3s}.activity__page .block__1 .inner__block_1 .activity__list_filter h2 div span span:first-child{position:absolute;display:block;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:0;width:20px;height:3px;background-color:#fff}.activity__page .block__1 .inner__block_1 .activity__list_filter h2 div span span:last-child{position:absolute;display:block;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:0;width:20px;height:3px;background-color:#fff}.activity__page .block__1 .inner__block_1 .activity__list_filter h2 div .openActivitiFilter span:first-child{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.activity__page .block__1 .inner__block_1 .activity__list_filter h2 div .openActivitiFilter span:last-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.activity__page .block__1 .inner__block_1 .activity__list_filter h2 div .closeActivitiFilter span:first-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.activity__page .block__1 .inner__block_1 .activity__list_filter h2 div .closeActivitiFilter span:last-child{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.activity__page .block__1 .inner__block_1 .activity__list_filter .inner__list_filter{padding-top:10px;padding-bottom:20px;display:block;margin-left:auto;margin-right:auto;position:relative;z-index:10;width:634px;background-color:#fff;border-radius:8px;-webkit-box-shadow:0 6px 30px 0 rgba(0,0,0,0.16);box-shadow:0 6px 30px 0 rgba(0,0,0,0.16);overflow:hidden;opacity:0}.activity__page .block__1 .inner__block_1 .activity__list_filter .inner__list_filter .inner__item_filter{font-family:"Roboto", sans-serif;font-size:23px;font-weight:500;line-height:2.26;padding-left:73px;letter-spacing:normal;color:#1d1d1d;-webkit-transition:background-color 0.3s;-o-transition:background-color 0.3s;transition:background-color 0.3s;cursor:pointer}.activity__page .block__1 .inner__block_1 .activity__list_filter .inner__list_filter .inner__item_filter:hover{background-color:#f1f1f1}.activity__page .block__1 .inner__block_1 .activity__filter{display:block;width:1000px;margin-left:auto;margin-right:auto;text-align:center}.activity__page .block__1 .inner__block_1 .activity__filter .activity__filter_center{display:inline-block}.activity__page .block__1 .inner__block_1 .activity__filter .activity__filter_center .activity__item{display:inline-block;margin-right:5px;background-color:#f1f1f1;height:30px;vertical-align:middle;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:2px;margin-bottom:10px}.activity__page .block__1 .inner__block_1 .activity__filter .activity__filter_center .activity__item span{font-family:"Roboto", sans-serif;font-size:10px;font-weight:bold;line-height:30px;letter-spacing:0.15px;text-align:left;color:#1d1d1d;text-transform:uppercase;padding:0 15px;display:inline-block;position:relative;overflow:hidden}.activity__page .block__1 .inner__block_1 .activity__filter .activity__filter_center .activity__item span::before{position:absolute;display:block;content:'';width:16px;height:44px;-webkit-transform:rotate(10deg);-ms-transform:rotate(10deg);transform:rotate(10deg);background-color:#fff;top:-6px;right:-12px;border-left:1px solid #ed1c24}.activity__page .block__1 .inner__block_1 .activity__filter .activity__filter_center .activity__item .activityQuantity{float:right;line-height:30px;font-family:"Roboto", sans-serif;font-size:10px;font-style:normal;font-weight:bold;letter-spacing:0.15px;color:#ed1c24;background-color:#fff;height:30px;padding-left:10px;padding-right:10px;display:inline-block;border-radius:0 2px 2px 0}.activity__page .block__1 .inner__block_1 .activity__filter .activity__filter_center .activity__item:last-child{margin-right:0}.activity__page .block__1 .inner__block_1 .activity__filter .activity__filter_center .activityItemRed{background-color:#ed1c24}.activity__page .block__1 .inner__block_1 .activity__filter .activity__filter_center .activityItemRed span{color:#fff}.activity__page .block__2{width:100%}.activity__page .block__2 .inner__block_2{width:980px;padding-top:40px}.activity__page .block__2 .inner__block_2 .activity__card{width:470px;margin-right:40px;margin-bottom:50px}.activity__page .block__2 .inner__block_2 .activity__card:nth-child(even){margin-right:0}.activity__page .block__2 .inner__block_2 .activity__card:last-child{margin-bottom:50px}.activity__page .block__2 .inner__block_2 .activity__card .left{width:237px}.activity__page .block__2 .inner__block_2 .activity__card .left .activity__date{margin-left:20px}.activity__page .block__2 .inner__block_2 .activity__card .left .activity__subtitle{width:200px;font-size:20px;margin-left:20px}.activity__page .block__2 .inner__block_2 .activity__card .left .activity__text{width:200px;margin-left:20px;margin-bottom:13px;height:170px;overflow:hidden;display:block;position:relative}.activity__page .block__2 .inner__block_2 .activity__card .left .activity__button{margin-left:20px}.activity__page .block__2 .inner__block_2 .activity__card .right{width:233px}}@media screen and (min-width: 768px) and (max-width: 1023px){.activity__page .block__1 .inner__block_1 .activity__title{font-size:46px;padding-top:80px}.activity__page .block__1 .inner__block_1 .activity__list_filter{display:block;margin-top:20px;position:relative}.activity__page .block__1 .inner__block_1 .activity__list_filter h2 div{width:438px;height:54px;font-size:28px;line-height:54px}.activity__page .block__1 .inner__block_1 .activity__list_filter h2 div i{width:438px}.activity__page .block__1 .inner__block_1 .activity__list_filter h2 div span{right:10px;width:19px;height:20px}.activity__page .block__1 .inner__block_1 .activity__list_filter h2 div span span:first-child{width:12px}.activity__page .block__1 .inner__block_1 .activity__list_filter h2 div span span:last-child{width:12px}.activity__page .block__1 .inner__block_1 .activity__list_filter .inner__list_filter{width:438px}.activity__page .block__1 .inner__block_1 .activity__list_filter .inner__list_filter .inner__item_filter{font-size:18px;padding-left:40px}.activity__page .block__1 .inner__block_1 .activity__filter{width:740px}.activity__page .block__2 .inner__block_2{width:768px;padding-top:40px;font-size:0}.activity__page .block__2 .inner__block_2 .activity__card{width:720px;height:340px;display:block;margin-right:auto !important;margin-left:auto;margin-bottom:50px}.activity__page .block__2 .inner__block_2 .activity__card:last-child{margin-bottom:50px}.activity__page .block__2 .inner__block_2 .activity__card .left{width:434px;height:340px}.activity__page .block__2 .inner__block_2 .activity__card .left .activity__subtitle{width:390px}.activity__page .block__2 .inner__block_2 .activity__card .left .activity__text{width:390px;margin-bottom:15px}.activity__page .block__2 .inner__block_2 .activity__card .right{float:right;width:286px}}@media screen and (min-width: 320px) and (max-width: 767px){.activity__page .block__1 .inner__block_1 .activity__title{font-size:30px;padding-top:80px}.activity__page .block__1 .inner__block_1 .activity__list_filter{display:block;margin-top:20px;position:relative}.activity__page .block__1 .inner__block_1 .activity__list_filter h2 div{width:268px;height:46px;font-size:18px;line-height:46px}.activity__page .block__1 .inner__block_1 .activity__list_filter h2 div i{width:268px}.activity__page .block__1 .inner__block_1 .activity__list_filter h2 div span{right:10px;width:19px;height:20px}.activity__page .block__1 .inner__block_1 .activity__list_filter h2 div span span:first-child{width:12px}.activity__page .block__1 .inner__block_1 .activity__list_filter h2 div span span:last-child{width:12px}.activity__page .block__1 .inner__block_1 .activity__list_filter .inner__list_filter{width:268px}.activity__page .block__1 .inner__block_1 .activity__list_filter .inner__list_filter .inner__item_filter{font-size:16px;padding-left:30px}.activity__page .block__1 .inner__block_1 .activity__filter{width:300px}.activity__page .block__2 .inner__block_2{width:320px;padding-top:40px}.activity__page .block__2 .inner__block_2 .activity__card{width:286px;height:515px;display:block;margin-bottom:25px;position:relative}.activity__page .block__2 .inner__block_2 .activity__card .left{display:block;position:absolute;bottom:15px;left:0;width:286px}.activity__page .block__2 .inner__block_2 .activity__card .left .activity__date{margin-left:20px;padding-top:10px;font-size:14px;margin-bottom:5px}.activity__page .block__2 .inner__block_2 .activity__card .left .activity__subtitle{margin-left:20px;width:255px;font-size:20px;margin-bottom:5px}.activity__page .block__2 .inner__block_2 .activity__card .left .activity__text{margin-left:20px;width:260px;margin-bottom:10px;overflow:hidden;height:175px;display:block;position:relative}.activity__page .block__2 .inner__block_2 .activity__card .left .activity__button{display:inline-block;position:relative;margin-left:30px}.activity__page .block__2 .inner__block_2 .activity__card .left .activity__button span{padding:12px 30px}.activity__page .block__2 .inner__block_2 .activity__card .right{display:block;position:absolute;top:0;left:0;border-radius:8px 8px 0 0;width:286px;height:155px;background-image:url("/local/templates/main/images/activity__page/activity__card1.jpg");background-repeat:no-repeat;background-size:cover;background-position:center}.activity__page .block__2 .inner__block_2 .activity__card:last-child{margin-bottom:25px}}.clubs__page{position:relative;background-color:#fff}.clubs__page .block__1{width:100%;min-height:404px}.clubs__page .block__1 .inner__block_1{background-image:url("/local/templates/main/images/activity__page/activity__bg.jpg");background-repeat:no-repeat;background-position:center top;width:100%;height:404px;background-size:cover}.clubs__page .block__1 .inner__block_1 .clubs__title{display:block;font-family:"Roboto Slab", serif;font-size:64px;font-weight:bold;line-height:1.16;letter-spacing:2.11px;text-align:center;color:#fff;text-transform:uppercase;padding-top:105px;margin-bottom:60px}.clubs__page .block__1 .inner__block_1 .clubs__tabs{display:block;width:100%;font-size:0;text-align:center}.clubs__page .block__1 .inner__block_1 .clubs__tabs .clubs__tabs_item{font-family:"Roboto", sans-serif;font-size:12px;font-weight:bold;line-height:1.17;letter-spacing:0.18px;color:#ed1c24;text-transform:uppercase;background-color:#fff;padding:15px 52px;display:inline-block}.clubs__page .block__1 .inner__block_1 .clubs__tabs .clubs__tabs_item:first-child{border-radius:8px 0 0 8px}.clubs__page .block__1 .inner__block_1 .clubs__tabs .clubs__tabs_item:last-child{border-radius:0 8px 8px 0}.clubs__page .block__1 .inner__block_1 .clubs__tabs .clubTabActive{background-color:#ed1c24;color:#f1f1f1}.clubs__page .block__2{width:100%;position:relative}.clubs__page .block__2 .inner__block_2{opacity:0;position:relative;width:1280px;margin:auto;padding-bottom:15px}.clubs__page .block__2 .inner__block_2 .clubContent{display:block;padding:40px 15px 0}.clubs__page .block__2 .inner__block_2 .clubContent .place_name{display:block;width:100%;text-align:center;font-size:38px;margin-bottom:20px;font-family:"Roboto Slab", serif}.clubs__page .block__2 .inner__block_2 .clubContent .list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap}.clubs__page .block__2 .inner__block_2 .clubs__card{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;min-width:400px;width:400px;padding-bottom:10px;display:block;vertical-align:top;background-color:#fff;border-radius:8px;border:solid 1px #f1f1f1;-webkit-box-shadow:0 6px 30px 0 rgba(0,0,0,0.07);box-shadow:0 6px 30px 0 rgba(0,0,0,0.07);margin-bottom:35px;-webkit-transition:-webkit-box-shadow 0.3s;transition:-webkit-box-shadow 0.3s;-o-transition:box-shadow 0.3s;transition:box-shadow 0.3s;transition:box-shadow 0.3s, -webkit-box-shadow 0.3s}.clubs__page .block__2 .inner__block_2 .clubs__card .top{width:398px;display:block}.clubs__page .block__2 .inner__block_2 .clubs__card .top img{width:100%;height:auto;border-radius:8px 8px 0 0;display:block}.clubs__page .block__2 .inner__block_2 .clubs__card .bottom{color:#000;font-size:20px;padding-top:10px}.clubs__page .block__2 .inner__block_2 .clubs__card .bottom .subtitle{display:block;font-family:"Roboto Slab", serif;font-size:26px;font-weight:bold;line-height:1.46;letter-spacing:normal;color:#1d1d1d;margin-left:33px;margin-bottom:12px;text-align:left}.clubs__page .block__2 .inner__block_2 .clubs__card .bottom .position{display:block;font-family:"Roboto Slab", serif;font-size:14px;font-weight:normal;line-height:1.43;letter-spacing:normal;color:#1d1d1d;margin-left:62px;margin-bottom:30px;position:relative;text-align:left}.clubs__page .block__2 .inner__block_2 .clubs__card .bottom .position::before{display:block;content:'';position:absolute;top:0;left:-30px;width:17px;height:24px;background-image:url("/local/templates/main/images/map__mark.svg");background-repeat:no-repeat}.clubs__page .block__2 .inner__block_2 .clubs__card .ext_link{text-align:right;margin-right:16px;padding-right:20px;font-size:14px;color:#ed1c24;margin-top:8px;float:right;background-image:url("/local/templates/main/images/ext_link.svg");background-repeat:no-repeat;background-position:right 2px;background-size:17px 14px}.clubs__page .block__2 .inner__block_2 .clubs__card .ext_link span{opacity:0;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.clubs__page .block__2 .inner__block_2 .clubs__card .ext_link:hover span{opacity:1}.clubs__page .block__2 .inner__block_2 .clubs__card:hover{-webkit-box-shadow:0 6px 30px 0 rgba(0,0,0,0.16);box-shadow:0 6px 30px 0 rgba(0,0,0,0.16)}.clubs__page .block__2 .inner__block_2 .clubs__card:nth-child(3n){margin-right:0}.clubs__page .block__2 .inner__block_map{display:none;opacity:0;top:0;width:100%;height:1195px;margin-bottom:50px}.clubs__page .block__2 .inner__block_map .map{position:absolute;left:0;display:block;width:100%;height:1195px;margin:auto}.clubs__page .block__2 .clubContentActive{opacity:1;display:block}ul.clubs__cardTelList{position:relative;display:block;margin-left:33px;text-align:left;z-index:2}ul.clubs__cardTelList li span{display:inline-block;font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:1.64;letter-spacing:normal;color:#4d4d4d}ul.clubs__cardTelList li span:first-child{margin-right:54px;width:120px}ul.clubs__cardTelList li span a{position:relative;z-index:2;color:#4d4d4d;border-bottom:1px solid rgba(0,0,0,0);-webkit-transition:border .5s;-o-transition:border .5s;transition:border .5s}ul.clubs__cardTelList li span a:hover{border-bottom:1px solid #4d4d4d}.clubs__cardLink{display:block;position:absolute;top:0;left:0;width:100%;height:100%}.map_info{padding:13px 24px}.map_info .title{font-weight:500;font-size:20px}.map_info .address{font-size:13px;margin-top:9px;opacity:0.6}.map_info ul{font-size:14px;list-style:none;margin:11px 0 0 0;padding:0}.map_info ul li{display:block;font-size:14px;line-height:20px}.map_info ul li span:first-child{margin-right:20px}.map_info ul li a{position:relative;z-index:2;color:#4d4d4d;border-bottom:1px solid rgba(0,0,0,0);-webkit-transition:border .5s;-o-transition:border .5s;transition:border .5s}.map_info ul li a:hover{border-bottom:1px solid #4d4d4d}@media screen and (max-width: 1279px){.clubs__page .block__2 .inner__block_2 .clubs__card .ext_link span{opacity:1}}@media screen and (min-width: 1024px) and (max-width: 1279px){.clubs__page .block__1 .inner__block_1 .clubs__title{font-size:46px;line-height:1.61;letter-spacing:1.52px}.clubs__page .block__2 .inner__block_2{width:100%;text-align:center}.clubs__page .block__2 .inner__block_2 .clubContent .list{-ms-flex-pack:distribute;justify-content:space-around}.clubs__page .block__2 .inner__block_2 .clubs__card{width:316px;min-width:316px;padding-bottom:10px}.clubs__page .block__2 .inner__block_2 .clubs__card .top{width:316px}.clubs__page .block__2 .inner__block_2 .clubs__card .top img{width:100%;height:100%;display:block}.clubs__page .block__2 .inner__block_2 .clubs__card .bottom .subtitle{margin-left:20px}.clubs__page .block__2 .inner__block_2 .clubs__card .bottom .position{margin-left:50px}.clubs__page .block__2 .inner__block_2 .clubs__card .bottom ul{margin-left:20px}.clubs__page .block__2 .inner__block_2 .clubs__card:nth-child(3n){margin-right:0}}@media screen and (min-width: 768px) and (max-width: 1023px){.clubs__page .block__1 .inner__block_1 .clubs__title{font-size:46px;line-height:1.61;letter-spacing:1.52px}.clubs__page .block__2 .inner__block_2{width:100%;text-align:center}.clubs__page .block__2 .inner__block_2 .clubContent .list{-ms-flex-pack:distribute;justify-content:space-around}.clubs__page .block__2 .inner__block_2 .clubs__card{width:356px;min-width:356px}.clubs__page .block__2 .inner__block_2 .clubs__card .top{width:356px;display:block}.clubs__page .block__2 .inner__block_2 .clubs__card .top img{width:100%;height:100%;display:block}.clubs__page .block__2 .inner__block_2 .clubs__card:nth-child(3n){margin-right:17px}.clubs__page .block__2 .inner__block_2 .clubs__card:nth-child(2n){margin-right:0}}@media screen and (max-width: 767px){.clubs__page .block__1 .inner__block_1 .clubs__title{font-size:30px;width:200px;margin-left:auto;margin-right:auto}.clubs__page .block__1 .inner__block_1 .clubs__tabs .clubs__tabs_item{padding:15px 52px}.clubs__page .block__2 .inner__block_2{width:100%}.clubs__page .block__2 .inner__block_2 .clubContent .list{-ms-flex-pack:distribute;justify-content:space-around}.clubs__page .block__2 .inner__block_2 .clubContent .place_name{font-size:30px}.clubs__page .block__2 .inner__block_2 .clubs__card{width:286px;min-width:286px;height:auto;padding-bottom:10px;display:block;margin-left:auto;margin-right:auto}.clubs__page .block__2 .inner__block_2 .clubs__card .top{width:284px}.clubs__page .block__2 .inner__block_2 .clubs__card .top img{width:100%;height:100%;display:block}.clubs__page .block__2 .inner__block_2 .clubs__card .bottom .subtitle{font-size:20px;margin-left:18px}.clubs__page .block__2 .inner__block_2 .clubs__card .bottom .position{margin-left:46px}.clubs__page .block__2 .inner__block_2 .clubs__card .bottom ul{margin-left:18px}.clubs__page .block__2 .inner__block_2 .clubs__card .bottom ul li span:first-child{margin-right:30px}.clubs__page .block__2 .inner__block_2 .clubs__card:nth-child(3n){margin-right:auto;margin-left:auto}.clubs__page .block__2 .inner__block_map{display:none;opacity:0;position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.clubs__page .block__2 .inner__block_map .map{display:block;width:1990px;height:1195px;margin:auto}.clubs__page .block__2 .clubContentActive{opacity:1;display:block}}.clubs__detail_page .block__actions{position:relative;overflow:hidden}.clubs__detail_page .block__actions .slide__prev,.clubs__detail_page .block__actions .slide__next{position:absolute;width:8%;height:100%;z-index:1;cursor:pointer}.clubs__detail_page .block__actions .slide__prev i,.clubs__detail_page .block__actions .slide__next i{display:block;position:absolute;width:50px;height:50px;top:50%;left:40px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:background-color 0.4s;-o-transition:background-color 0.4s;transition:background-color 0.4s}.clubs__detail_page .block__actions .slide__prev i span,.clubs__detail_page .block__actions .slide__next i span{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.clubs__detail_page .block__actions .slide__prev i span:first-child,.clubs__detail_page .block__actions .slide__next i span:first-child{display:block;position:absolute;top:50%;right:15px;margin-top:-8px;width:20px;height:3px;background-color:#fff}.clubs__detail_page .block__actions .slide__prev i span:last-child,.clubs__detail_page .block__actions .slide__next i span:last-child{display:block;position:absolute;top:50%;right:15px;margin-top:4px;width:20px;height:3px;background-color:#fff}.clubs__detail_page .block__actions .slide__prev:hover i,.clubs__detail_page .block__actions .slide__next:hover i{background-color:darkslategray}.clubs__detail_page .block__actions .slide__prev{top:0;left:0}.clubs__detail_page .block__actions .slide__prev i span:first-child{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.clubs__detail_page .block__actions .slide__prev i span:last-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.clubs__detail_page .block__actions .slide__next{top:0;right:0}.clubs__detail_page .block__actions .slide__next i span:first-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.clubs__detail_page .block__actions .slide__next i span:last-child{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.clubs__detail_page .block__actions .main__slider{width:100%;height:100%;margin-left:auto;margin-right:auto}.clubs__detail_page .block__actions .main__slider .slick-dots{position:absolute;bottom:10px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.clubs__detail_page .block__actions .main__slider .slick-dots li{display:inline-block;margin-right:40px;background-color:#fff;border-radius:50%;width:9px;height:9px;border:1px solid #c7c7c7}.clubs__detail_page .block__actions .main__slider .slick-dots li button{cursor:pointer;opacity:0}.clubs__detail_page .block__actions .main__slider .slick-dots .slick-active{background-color:#ed1c24}.clubs__detail_page .block__actions .main__slider .slide{width:100%;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.clubs__detail_page .block__actions .main__slider .slide img{position:relative;top:0;width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.clubs__detail_page .block__actions .main__slider .slide a{outline:none;display:block;width:100%;height:100%;position:relative}.clubs__detail_page .block__actions .main__slider .slide .slide__content{width:50%;right:0;top:170px;position:absolute}.clubs__detail_page .block__actions .main__slider .slide .slide__content .slide__title{padding-top:150px}.clubs__detail_page .block__actions .main__slider .slide .slide__content .slide__title span{width:454px;display:block;font-family:"Roboto Slab", serif;font-size:103px;font-weight:bold;line-height:1;letter-spacing:1.85px;text-align:left;color:#1d1d1d;margin-bottom:20px}.clubs__detail_page .block__actions .main__slider .slide .slide__content .slide__title span:nth-child(2){color:#ed1c24}.clubs__detail_page .block__actions .main__slider .slide .slide__content .slide__text span{display:block;font-family:"Roboto", sans-serif;font-size:18px;line-height:1.22;letter-spacing:0.27px;text-align:left;color:#1d1d1d;margin-bottom:12px}.clubs__detail_page .block__actions .main__slider .slide .slide__content .slide__text span:last-child{margin-bottom:70px}.clubs__detail_page .block__actions .main__slider .slide .slide__content .slide__button{display:block;margin-bottom:20px;position:relative}.clubs__detail_page .block__actions .main__slider .slide .slide__content .slide__button span{text-transform:uppercase;padding:22px 67px;font-family:"Roboto", sans-serif;font-size:16px;font-weight:bold;line-height:1.19;letter-spacing:0.24px;text-align:center;color:#ed1c24;border-radius:8px;border:solid 2px #ed1c24;-webkit-transition:color 0.3s, background-color 0.3s;-o-transition:color 0.3s, background-color 0.3s;transition:color 0.3s, background-color 0.3s;position:relative}.clubs__detail_page .block__actions .main__slider .slide .slide__content .slide__button span::before,.clubs__detail_page .block__actions .main__slider .slide .slide__content .slide__button span::after{content:'';display:block;position:absolute;top:50%;right:40px;width:10px;height:2px;background-color:#ed1c24;-webkit-transition:background-color 0.3s;-o-transition:background-color 0.3s;transition:background-color 0.3s}.clubs__detail_page .block__actions .main__slider .slide .slide__content .slide__button span::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin-top:-5px}.clubs__detail_page .block__actions .main__slider .slide .slide__content .slide__button span::after{margin-top:1px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.clubs__detail_page .block__actions .main__slider .slide .slide__content .slide__button:hover span{background-color:#ed1c24;color:#fff}.clubs__detail_page .block__actions .main__slider .slide .slide__content .slide__button:hover span::after,.clubs__detail_page .block__actions .main__slider .slide .slide__content .slide__button:hover span::before{background-color:#fff}@media screen and (min-width: 1280px) and (max-width: 1600px){.clubs__detail_page .block__actions .slide__prev,.clubs__detail_page .block__actions .slide__next{display:none}.clubs__detail_page .block__actions .main__slider .slick-active{background-color:#ed1c24}}@media screen and (min-width: 1024px) and (max-width: 1279px){.clubs__detail_page .block__actions .slide__prev,.clubs__detail_page .block__actions .slide__next{display:none}.clubs__detail_page .block__actions .main__slider .slick-active{background-color:#ed1c24}}@media screen and (min-width: 768px) and (max-width: 1023px){.clubs__detail_page .block__actions .slide__prev,.clubs__detail_page .block__actions .slide__next{display:none}.clubs__detail_page .block__actions .main__slider .slick-active{background-color:#ed1c24}}@media screen and (min-width: 320px) and (max-width: 767px){.clubs__detail_page .block__actions{width:100%;height:auto}.clubs__detail_page .block__actions .slide__prev,.clubs__detail_page .block__actions .slide__next{display:none}.clubs__detail_page .block__actions .main__slider .slick-dots{bottom:20px}.clubs__detail_page .block__actions .main__slider .slick-dots li{margin-right:20px;width:11px;height:11px}.clubs__detail_page .block__actions .main__slider .slick-dots li:last-child{margin-right:0}.clubs__detail_page .block__actions .main__slider .slide img{-o-object-fit:cover;object-fit:cover;width:100%}}.clubs__detail_page{position:relative;background-color:#fff}.clubs__detail_page .block__1{width:100%;background-image:url("/local/templates/main/images/clubs__detaild_page/detail__bg.jpg");background-repeat:no-repeat;background-position:center top;height:calc(100vh - 85px);background-size:cover;display:table;position:relative}.clubs__detail_page .block__1 .current{position:absolute;top:1650px;left:0;width:50px;height:50px;z-index:9999;background-color:#eee}.clubs__detail_page .block__1 .inner__block_1{display:table-cell;margin-left:auto;margin-right:auto;vertical-align:middle;position:relative}.clubs__detail_page .block__1 .inner__block_1 .detail__title{margin-bottom:20px;display:block;text-align:center;font-family:"Roboto Slab", serif;font-size:80px;font-weight:bold;line-height:1.1;letter-spacing:4.08px;color:#fff}.clubs__detail_page .block__1 .inner__block_1 .detail__title span{display:block;font-family:"Roboto Slab", serif;font-size:80px;font-weight:bold;line-height:1.1;letter-spacing:4.08px;color:#fff}.clubs__detail_page .block__1 .inner__block_1 .detail__phone{display:block;text-align:center;margin-bottom:40px;font-family:"Roboto", sans-serif;font-size:44px;font-weight:500;line-height:0.59}.clubs__detail_page .block__1 .inner__block_1 .detail__phone a{color:#f8f8f8}.clubs__detail_page .block__1 .inner__block_1 .detail__location{display:block;text-align:center;margin-bottom:20px;font-family:"Roboto", sans-serif;font-size:22px;font-weight:normal;line-height:1.18;color:#f8f8f8}.clubs__detail_page .block__1 .inner__block_1 .detail__list{display:block;width:270px;margin-left:auto;margin-right:auto}.clubs__detail_page .block__1 .inner__block_1 .detail__list .detail__item{font-family:"Roboto", sans-serif;font-size:22px;line-height:1.18;color:#f8f8f8;position:relative}.clubs__detail_page .block__1 .inner__block_1 .detail__list .detail__item span{display:inline-block}.clubs__detail_page .block__1 .inner__block_1 .detail__list .detail__item span:first-child{margin-bottom:10px;margin-right:20px;text-align:left}.clubs__detail_page .block__1 .inner__block_1 .detail__buttons{display:block;text-align:center;margin-top:100px}.clubs__detail_page .block__1 .inner__block_1 .detail__buttons .detail__join{display:inline-block;margin-right:23px;font-size:16px;font-weight:bold;line-height:1.19;letter-spacing:0.24px;color:#fff;padding:23px 62px;border-radius:8px;background-color:#ed1c24;outline:none;cursor:pointer;border:none;text-transform:uppercase;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background-color 0.3s, color 0.3s;-o-transition:background-color 0.3s, color 0.3s;transition:background-color 0.3s, color 0.3s}.clubs__detail_page .block__1 .inner__block_1 .detail__buttons .detail__join:hover{background-color:#fff;color:#ed1c24}.clubs__detail_page .block__1 .inner__block_1 .detail__buttons .detail__test{display:inline-block;font-size:16px;font-weight:bold;line-height:1.19;letter-spacing:0.24px;color:#ed1c24;padding:23px 62px;border-radius:8px;background-color:#fff;outline:none;cursor:pointer;border:none;text-transform:uppercase;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background-color 0.3s, color 0.3s;-o-transition:background-color 0.3s, color 0.3s;transition:background-color 0.3s, color 0.3s}.clubs__detail_page .block__1 .inner__block_1 .detail__buttons .detail__test:hover{background-color:#ed1c24;color:#fff}.clubs__detail_page .block__2{width:100%}.clubs__detail_page .block__2 .inner__block_2{position:relative;width:100%;margin-left:auto;margin-right:auto}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1_prev,.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1_next{cursor:pointer;display:block;position:absolute;width:65px;height:65px;top:150px;-webkit-transition:background-color 0.3s;-o-transition:background-color 0.3s;transition:background-color 0.3s}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1_prev span,.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1_next span{display:block;width:30px;height:3px;background-color:#d3d3d3;position:absolute}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1_prev:hover,.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1_next:hover{background-color:#f8f8f8}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1_prev{left:140px}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1_prev span:first-child{top:20px;left:15px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1_prev span:last-child{top:40px;left:15px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1_next{right:140px}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1_next span:first-child{top:20px;right:15px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1_next span:last-child{top:40px;right:15px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1{width:1460px;display:block;padding-top:42px;margin-bottom:42px;margin-left:auto;margin-right:auto}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1 div .slick-slide{outline:none}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1 div img{width:710px}.clubs__detail_page .block__3{width:100%}.clubs__detail_page .block__3 .club__gallery_tabs{width:100%;height:150px;background-color:#e15a5f;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap{width:1903px;overflow:hidden}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list{font-size:0;white-space:nowrap;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .club__tab_item{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:317px;height:150px;text-align:center;vertical-align:top;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .club__tab_item .clubDots{position:absolute;top:0;left:0;display:block;width:100%;font-size:0;margin-top:10px}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .club__tab_item .clubDots li{display:inline-block;width:35px;height:3px;background-color:rgba(255,255,255,0.2);margin-right:8px;cursor:pointer;pointer-events:auto}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .club__tab_item .clubDots li:last-child{margin-right:0}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .club__tab_item .clubDots .clubDotsActive{background-color:#fff;pointer-events:none}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .club__tab_item span{position:relative;text-transform:uppercase;color:#fff;font-family:"Roboto", sans-serif;font-size:18px;font-weight:500;line-height:150px;width:100%;height:150px;display:inline-block;background-color:rgba(213,21,28,0.7);-webkit-transition:background-color 0.3s;-o-transition:background-color 0.3s;transition:background-color 0.3s}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .club__tab_item span:hover{background-color:rgba(0,0,0,0.5)}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .club__tab_item img{width:100%;height:150px;position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .clubTabItemActive{pointer-events:none}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .clubTabItemActive span{background-color:rgba(29,29,29,0.7)}.clubs__detail_page .block__3 .inner__block_3{width:100%;height:765px;margin:auto;position:relative}.clubs__detail_page .block__3 .inner__block_3 .club__gallery_slider{height:1100px;margin:auto}.clubs__detail_page .block__3 .inner__block_3 .club__gallery_slider a{height:765px}.clubs__detail_page .block__3 .inner__block_3 .club__gallery_slider a img{width:1630px;height:auto}.clubs__detail_page .block__3 .inner__block_3 .detail__slider-prev,.clubs__detail_page .block__3 .inner__block_3 .detail__slider-next{position:absolute;width:8%;height:100%;z-index:1;cursor:pointer}.clubs__detail_page .block__3 .inner__block_3 .detail__slider-prev i,.clubs__detail_page .block__3 .inner__block_3 .detail__slider-next i{display:block;position:absolute;width:50px;height:50px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:background-color 0.4s;-o-transition:background-color 0.4s;transition:background-color 0.4s}.clubs__detail_page .block__3 .inner__block_3 .detail__slider-prev i span,.clubs__detail_page .block__3 .inner__block_3 .detail__slider-next i span{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.clubs__detail_page .block__3 .inner__block_3 .detail__slider-prev i span:first-child,.clubs__detail_page .block__3 .inner__block_3 .detail__slider-next i span:first-child{display:block;position:absolute;top:50%;right:15px;margin-top:-8px;width:20px;height:3px;background-color:#fff}.clubs__detail_page .block__3 .inner__block_3 .detail__slider-prev i span:last-child,.clubs__detail_page .block__3 .inner__block_3 .detail__slider-next i span:last-child{display:block;position:absolute;top:50%;right:15px;margin-top:4px;width:20px;height:3px;background-color:#fff}.clubs__detail_page .block__3 .inner__block_3 .detail__slider-prev:hover i,.clubs__detail_page .block__3 .inner__block_3 .detail__slider-next:hover i{background-color:darkslategray}.clubs__detail_page .block__3 .inner__block_3 .detail__slider-prev{top:0;left:0}.clubs__detail_page .block__3 .inner__block_3 .detail__slider-prev i{left:40px}.clubs__detail_page .block__3 .inner__block_3 .detail__slider-prev i span:first-child{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.clubs__detail_page .block__3 .inner__block_3 .detail__slider-prev i span:last-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.clubs__detail_page .block__3 .inner__block_3 .detail__slider-next{top:0;right:0}.clubs__detail_page .block__3 .inner__block_3 .detail__slider-next i{right:40px}.clubs__detail_page .block__3 .inner__block_3 .detail__slider-next i span:first-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.clubs__detail_page .block__3 .inner__block_3 .detail__slider-next i span:last-child{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery{height:765px;overflow:hidden;visibility:hidden;position:absolute;top:0;left:0}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div .detail__slider_content{width:1630px;height:100%;position:absolute;background-color:rgba(0,0,0,0.5)}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div .detail__slider_content .slider__icon_panel{padding-top:220px;margin-left:315px;margin-bottom:30px;display:block;font-size:0;position:absolute}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div .detail__slider_content .slider__icon_panel span{display:inline-block;font-family:"Roboto", sans-serif;font-size:21px;font-weight:bold;line-height:1.33;letter-spacing:0.32px;color:#fff;background-color:#1d1d1d;padding:5px 27px 5px 12px;border-radius:5px;margin-right:11px}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div .detail__slider_content .slider__title{padding-left:315px;margin-bottom:25px;margin-top:288px;width:500px;font-family:"Roboto Slab", serif;font-size:56px;font-weight:500;line-height:1.32;letter-spacing:1.85px;color:#fff;display:inline-block}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div .detail__slider_content .slider__text{margin-left:315px;width:500px;height:144px;font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:1.86;letter-spacing:normal;color:#fff;display:inline-block}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div img{width:1630px;height:765px;-o-object-fit:cover;object-fit:cover}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div .video{width:1630px;height:765px;position:relative}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div .video .play_pause{display:block;width:100%;height:100%;background-color:rgba(0,0,0,0.5);left:0;top:0;position:absolute;cursor:pointer;z-index:5;-webkit-transition:background-color .5s;-o-transition:background-color .5s;transition:background-color .5s}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div .video .play_pause:after{content:'';width:50px;height:50px;background-image:url("/local/templates/main/images/play_pause.svg");background-repeat:no-repeat;background-position:center;background-size:contain;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;cursor:pointer;-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s;opacity:1}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div .video.play .play_pause{background-color:rgba(0,0,0,0)}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div .video.play .play_pause:after{opacity:0}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div .video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.clubs__detail_page .block__3 .inner__block_3 .detailSliderActive{visibility:visible;margin:auto;display:block;position:relative}.clubs__detail_page .block__4{background-color:rgba(139,128,224,0.03);width:100%}.clubs__detail_page .block__4 .inner__block_4{display:block;width:100%;margin:auto;padding-bottom:90px}.clubs__detail_page .block__4 .inner__block_4 .detail__promo{padding-top:100px;margin-bottom:37px;display:block;text-align:center;text-transform:uppercase;font-family:"Roboto", sans-serif;font-size:16px;font-weight:bold;line-height:1.5;letter-spacing:1.6px;color:#000;position:relative}.clubs__detail_page .block__4 .inner__block_4 .detail__promo::after{display:block;position:absolute;content:'';width:38px;height:3px;background-color:#000;bottom:-17px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.clubs__detail_page .block__4 .inner__block_4 .detail__subtitle{display:block;text-align:center;font-family:"Roboto Slab", serif;font-size:56px;text-transform:uppercase;font-weight:bold;line-height:1.32;letter-spacing:1.85px;color:#ed1c24;margin-bottom:30px}.clubs__detail_page .block__4 .inner__block_4 .detail__cards{position:relative}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .slick-slide{outline:none !important}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_prev,.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_next{cursor:pointer;display:block;position:absolute;width:65px;height:65px;top:180px;-webkit-transition:background-color 0.3s;-o-transition:background-color 0.3s;transition:background-color 0.3s}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_prev span,.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_next span{display:block;width:30px;height:3px;background-color:#d3d3d3;position:absolute}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_prev:hover,.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_next:hover{background-color:#f8f8f8}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_prev{left:-103px}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_prev span:first-child{top:20px;left:15px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_prev span:last-child{top:40px;left:15px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_next{right:-103px}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_next span:first-child{top:20px;right:15px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_next span:last-child{top:40px;right:15px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider{width:1280px;margin:auto}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .slick-list.draggable{overflow:inherit}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card{display:inline-block;width:360px;margin-right:100px;position:relative;cursor:pointer;-webkit-transition:opacity 0.3s;-o-transition:opacity 0.3s;transition:opacity 0.3s;text-align:center}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detail__item{position:relative;width:360px;height:456px}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detail__item img{width:100%;height:auto}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detail__txt{display:block;font-family:"Roboto", sans-serif;font-size:20px;font-weight:500;line-height:1.2;color:#4d4d4d;text-transform:uppercase;margin-bottom:30px}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detail__text{display:inline-block;opacity:0.8;font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:1.86;color:#4d4d4d;margin-left:65px;margin-bottom:20px}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detail__buy{cursor:pointer;display:inline-block;font-size:16px;font-weight:bold;line-height:1.19;letter-spacing:0.24px;color:#ed1c24;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:200px;max-width:100%;text-align:center;padding:21px 10px;border-radius:8px;border:solid 2px #ed1c24;-webkit-transition:color 0.3s, background-color 0.3s;-o-transition:color 0.3s, background-color 0.3s;transition:color 0.3s, background-color 0.3s;position:relative}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detail__buy:hover{background-color:#ed1c24;color:#fff}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card:last-child{margin-right:0}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detain__item_hover{display:block;position:absolute;width:299px;top:0;padding-top:25px;padding-bottom:15px;padding-left:20px;right:-335px;background:#fff;-webkit-box-shadow:0 0 28px rgba(0,0,0,0.08);box-shadow:0 0 28px rgba(0,0,0,0.08);border-left:5px solid #ED1C24;opacity:0;-webkit-transition:opacity 0.3s;-o-transition:opacity 0.3s;transition:opacity 0.3s;color:#4D4D4D;font-family:"Roboto", sans-serif;font-size:14px;text-align:left}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detain__item_hover .card_name{display:block;font-family:"Roboto", sans-serif;font-size:20px;font-weight:500;line-height:1.2;color:#4d4d4d;text-transform:uppercase;margin-bottom:15px}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detain__item_hover ul{display:block;list-style:none}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detain__item_hover ul li{font-style:normal;font-weight:normal;line-height:26px;margin-bottom:5px}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detain__item_hover ul li:before{content:' — ';display:inline-block;padding-right:5px}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .openHoverMobile{display:none}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detain__item_hover_mobile{display:none}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card:hover .detain__item_hover{opacity:1;z-index:1000}.clubs__detail_page .block__5{width:100%}.clubs__detail_page .block__5 .inner__block_5{padding-bottom:42px;width:100%;margin:auto;position:relative}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3_prev,.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3_next{cursor:pointer;display:none;position:absolute;width:65px;height:65px;top:400px;-webkit-transition:background-color 0.3s;-o-transition:background-color 0.3s;transition:background-color 0.3s}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3_prev span,.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3_next span{display:block;width:30px;height:3px;background-color:#d3d3d3;position:absolute}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3_prev:hover,.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3_next:hover{background-color:#f8f8f8}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3_prev{left:210px}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3_prev span:first-child{top:20px;left:15px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3_prev span:last-child{top:40px;left:15px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3_next{right:210px}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3_next span:first-child{top:20px;right:15px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3_next span:last-child{top:40px;right:15px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.clubs__detail_page .block__5 .inner__block_5 .detail__promo{padding-top:100px;margin-bottom:37px;display:block;text-align:center;text-transform:uppercase;font-family:"Roboto", sans-serif;font-size:16px;font-weight:bold;line-height:1.5;letter-spacing:1.6px;color:#000;position:relative}.clubs__detail_page .block__5 .inner__block_5 .detail__promo::after{display:block;position:absolute;content:'';width:38px;height:3px;background-color:#000;bottom:-17px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.clubs__detail_page .block__5 .inner__block_5 .detail__subtitle{display:block;text-align:center;font-family:"Roboto Slab", serif;font-size:56px;text-transform:uppercase;font-weight:bold;line-height:1.32;letter-spacing:1.85px;color:#ed1c24;margin-bottom:60px}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3{width:1280px;display:block;margin-left:auto;margin-right:auto;margin-bottom:80px}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3 div div{outline:none}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3 div div img{width:296px;margin-right:32px;margin-bottom:35px}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3 div div .detail__team_position{display:block;font-family:"Roboto", sans-serif;font-size:14px;font-weight:500;line-height:1.71;color:#ed1c24;text-align:center;text-transform:uppercase;width:296px}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3 div div .detail__team_name{display:block;text-align:center;font-family:"Roboto", sans-serif;font-size:23px;font-weight:500;line-height:1.22;color:#1d1d1d;margin-bottom:20px;width:296px}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3 div div .detail__team_services{text-align:center;opacity:0.8;font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:1.86;color:#4d4d4d;width:296px}.clubs__detail_page .block__5 .inner__block_5 .detail__team{display:block;text-align:center}.clubs__detail_page .block__5 .inner__block_5 .detail__team span{cursor:pointer;display:inline-block;font-family:"Roboto", sans-serif;font-size:16px;font-weight:bold;line-height:1.19;letter-spacing:0.24px;color:#ed1c24;text-transform:uppercase;padding:21px 76px;border-radius:8px;border:solid 2px #ed1c24;-webkit-transition:color 0.3s, background-color 0.3s;-o-transition:color 0.3s, background-color 0.3s;transition:color 0.3s, background-color 0.3s;position:relative}.clubs__detail_page .block__5 .inner__block_5 .detail__team span:hover{background-color:#ed1c24;color:#fff}.clubs__detail_page .block__6 .inner__block_6 .detail__subtitle{font-family:"Roboto Slab", serif;font-size:56px;font-weight:bold;line-height:1.32;letter-spacing:1.85px;text-align:center;color:#ed1c24;display:block;text-transform:uppercase;margin-bottom:54px}.clubs__detail_page .block__6 .inner__block_6 .detail__bg{width:100%;height:100vh;background-image:url("/local/templates/main/images/clubs__detaild_page/details__activity_bg.jpg");background-repeat:no-repeat;background-size:cover;display:table;margin:auto}.clubs__detail_page .block__6 .inner__block_6 .detail__bg .detail__content{display:table-cell;vertical-align:middle;padding-left:177px}.clubs__detail_page .block__6 .inner__block_6 .detail__bg .detail__content .wrapp{width:1280px;margin:auto}.clubs__detail_page .block__6 .inner__block_6 .detail__bg .detail__content .wrapp .detail__promo{display:block;font-family:"Roboto", sans-serif;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:1.6px;color:#000;position:relative;text-transform:uppercase;margin-bottom:50px}.clubs__detail_page .block__6 .inner__block_6 .detail__bg .detail__content .wrapp .detail__promo::after{display:block;position:absolute;content:'';width:38px;height:3px;background-color:#000;bottom:-17px;left:0}.clubs__detail_page .block__6 .inner__block_6 .detail__bg .detail__content .wrapp .detail__subtitle{display:block;width:450px;font-family:"Roboto Slab", serif;font-size:56px;font-weight:bold;line-height:1.32;letter-spacing:1.85px;color:#ed1c24;text-align:left;text-transform:none}.clubs__detail_page .block__6 .inner__block_6 .detail__bg .detail__content .wrapp .detail__text{display:block;width:430px;font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:1.86;color:#000}.clubs__detail_page .block__7{width:100%;padding-bottom:20px;background-color:#f8f8f8;position:relative}.clubs__detail_page .block__7 .listHoverItem{display:block;position:absolute;top:424px;right:0;width:200px;height:423px;z-index:100;cursor:pointer}.clubs__detail_page .block__7 .text{padding-top:160px;font-family:"Roboto", sans-serif;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:1.6px;color:#000;text-transform:uppercase;display:block;text-align:center;position:relative;margin-bottom:37px}.clubs__detail_page .block__7 .text::after{display:block;position:absolute;content:'';width:38px;height:3px;bottom:-17px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background-color:#000}.clubs__detail_page .block__7 .subtitle{font-family:"Roboto", sans-serif;font-size:56px;font-weight:bold;line-height:1.32;letter-spacing:1.85px;color:#ed1c24;text-transform:uppercase;text-align:center;display:block;margin-bottom:130px}.clubs__detail_page .block__7 .activity__cards{width:1900px;display:block;margin-left:20px}.clubs__detail_page .block__7 .activity__cards .slick-list{overflow:visible}.clubs__detail_page .block__7 .activity__cards .inner__activity{white-space:nowrap}.clubs__detail_page .block__7 .activity__cards .inner__activity .activity__card{white-space:normal;width:632px;height:423px;display:inline-block;margin-right:29px;background-color:#fff;border-radius:8px;-webkit-box-shadow:0 6px 30px 0 rgba(0,0,0,0.07);box-shadow:0 6px 30px 0 rgba(0,0,0,0.07);outline:none;-webkit-transition:-webkit-box-shadow 0.3s;transition:-webkit-box-shadow 0.3s;-o-transition:box-shadow 0.3s;transition:box-shadow 0.3s;transition:box-shadow 0.3s, -webkit-box-shadow 0.3s}.clubs__detail_page .block__7 .activity__cards .inner__activity .activity__card .left{width:346px;height:423px;display:inline-block}.clubs__detail_page .block__7 .activity__cards .inner__activity .activity__card .left .activity__date{font-family:"Roboto", sans-serif;font-size:16px;font-weight:500;line-height:1.5;color:#ed1c24;display:block;margin-left:30px;margin-bottom:10px;padding-top:26px}.clubs__detail_page .block__7 .activity__cards .inner__activity .activity__card .left .activity__subtitle{font-family:"Roboto", sans-serif;font-size:23px;font-weight:500;line-height:1.22;color:#1d1d1d;display:block;margin-left:30px;margin-bottom:15px;width:260px}.clubs__detail_page .block__7 .activity__cards .inner__activity .activity__card .left .activity__text{font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:1.73;color:#1d1d1d;margin-left:30px;margin-bottom:50px;width:294px}.clubs__detail_page .block__7 .activity__cards .inner__activity .activity__card .left .activity__button{margin-left:30px;width:112px;height:15px;font-family:"Roboto", sans-serif;text-transform:uppercase;font-size:13px;font-weight:bold;line-height:1.15;letter-spacing:0.2px;text-align:center;color:#fff;padding:17px 39px;background-color:#ed1c24;border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;border:2px solid transparent;-webkit-transition:background-color 0.3s, color 0.3s, border 0.3s;-o-transition:background-color 0.3s, color 0.3s, border 0.3s;transition:background-color 0.3s, color 0.3s, border 0.3s}.clubs__detail_page .block__7 .activity__cards .inner__activity .activity__card .left .activity__button:hover{background-color:#fff;color:#ed1c24;border:2px solid #ed1c24}.clubs__detail_page .block__7 .activity__cards .inner__activity .activity__card .right{float:right;width:286px;height:423px;display:inline-block;background-image:url("/local/templates/main/images/main__page/activity__card1.jpg");background-repeat:no-repeat;background-size:cover;border-radius:0 8px 8px 0}.clubs__detail_page .block__7 .activity__cards .inner__activity .activity__card:hover{-webkit-box-shadow:0 6px 30px 0 rgba(0,0,0,0.16);box-shadow:0 6px 30px 0 rgba(0,0,0,0.16)}.clubs__detail_page .block__8{width:100%;background-color:#f8f8f8}.clubs__detail_page .block__8 .subtitle{padding-top:70px;display:block;text-align:center;margin-bottom:68px;font-family:"Roboto Slab", serif;font-size:36px;font-weight:bold;line-height:2.06;letter-spacing:1.19px;color:#1d1d1d;text-transform:uppercase}.clubs__detail_page .block__8 .inner__block_8{width:1900px;margin:auto;font-size:0}.clubs__detail_page .block__8 .inner__block_8 .gallery__link{position:relative;overflow:hidden;display:inline-block;outline:none;width:380px;height:489px}.clubs__detail_page .block__8 .inner__block_8 .gallery__link.video:before{content:'';display:block;width:100%;height:100%;background-color:rgba(0,0,0,0.3);position:absolute;top:0;left:0;z-index:1}.clubs__detail_page .block__8 .inner__block_8 .gallery__link.video:after{content:'';display:block;z-index:1;top:50%;left:50%;position:absolute;width:50px;height:50px;background-image:url("/local/templates/main/images/play_ico.svg");background-repeat:no-repeat;background-position:center;background-size:contain;margin-left:-25px;margin-top:-25px}.clubs__detail_page .block__8 .inner__block_8 .gallery__link img{display:inline-block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:relative;-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;-o-transition:transform 0.5s;transition:transform 0.5s;transition:transform 0.5s, -webkit-transform 0.5s}.clubs__detail_page .block__8 .inner__block_8 .gallery__link .gallery__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-transition:opacity 0.5s;-o-transition:opacity 0.5s;transition:opacity 0.5s;opacity:0;position:absolute;bottom:0;left:0;width:100%;height:364px;background-image:url("/local/templates/main/images/main__page/gallery__arrow.svg");background-repeat:no-repeat;background-size:cover}.clubs__detail_page .block__8 .inner__block_8 .gallery__link .gallery__text .date{display:block;height:19px;opacity:0.5;font-family:"Roboto", sans-serif;font-size:16px;line-height:2.13;color:#fff;margin-bottom:40px;margin-left:53px}.clubs__detail_page .block__8 .inner__block_8 .gallery__link .gallery__text .txt{display:block;width:244px;font-family:"Roboto", sans-serif;font-size:23px;font-weight:500;line-height:1.48;color:#fff;margin-left:53px;margin-bottom:25px}.clubs__detail_page .block__8 .inner__block_8 .gallery__link .gallery__text .gallery__arrow_wrapp{position:relative;width:100px;margin-left:53px;overflow:hidden}.clubs__detail_page .block__8 .inner__block_8 .gallery__link .gallery__text .gallery__arrow_wrapp .gallery__arrow{display:block;margin-left:-95px;margin-bottom:40px;width:100px;height:20px;background-image:url("/local/templates/main/images/arrow__card.svg");background-repeat:no-repeat;-webkit-transition:margin-left 0.4s;-o-transition:margin-left 0.4s;transition:margin-left 0.4s}.clubs__detail_page .block__8 .inner__block_8 .gallery__link:hover .gallery__text{opacity:1}.clubs__detail_page .block__8 .inner__block_8 .gallery__link:hover .gallery__text .gallery__arrow_wrapp .gallery__arrow{margin-left:-2px}.clubs__detail_page .block__8 .inner__block_8 .gallery__link:hover img{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}@media screen and (min-width: 1024px) and (max-width: 1279px){.clubs__detail_page .block__1{display:block;height:640px}.clubs__detail_page .block__1 .inner__block_1{display:block}.clubs__detail_page .block__1 .inner__block_1 .detail__title{padding-top:100px;font-size:68px}.clubs__detail_page .block__1 .inner__block_1 .detail__title span{font-size:68px}.clubs__detail_page .block__1 .inner__block_1 .detail__phone{font-size:44px}.clubs__detail_page .block__1 .inner__block_1 .detail__location{font-size:22px}.clubs__detail_page .block__1 .inner__block_1 .detail__buttons .detail__join{padding:17px 50px;font-size:14px}.clubs__detail_page .block__1 .inner__block_1 .detail__buttons .detail__test{padding:17px 50px;font-size:14px}.clubs__detail_page .block__2 .inner__block_2{width:100%}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1_prev,.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1_next{display:none}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1{width:100%;position:relative}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1 .slick-dots{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);bottom:12px;display:block}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1 .slick-dots li{display:inline-block;margin-right:20px;background-color:#fff;width:12px;height:12px;border-radius:50%}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1 .slick-dots li button{opacity:0;cursor:pointer}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1 .slick-dots li:last-child{margin-right:0}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1 .slick-dots li.slick-active{background-color:#ed1c24}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1 div img{width:100%}.clubs__detail_page .block__3{width:100%}.clubs__detail_page .block__3 .inner__block_3{width:100%;height:650px}.clubs__detail_page .block__3 .inner__block_3 .detail__slider-prev,.clubs__detail_page .block__3 .inner__block_3 .detail__slider-next{width:25%;height:0;bottom:0;top:auto}.clubs__detail_page .block__3 .inner__block_3 .detail__slider-prev i,.clubs__detail_page .block__3 .inner__block_3 .detail__slider-next i{top:auto;bottom:40px}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery{width:100%;height:650px}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div{width:100vw;height:650px}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div .detail__slider_content{display:block;width:100%;height:100%;position:absolute;background-color:rgba(0,0,0,0.5)}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div .detail__slider_content .slider__icon_panel{padding-top:200px;margin-left:180px;margin-bottom:30px;display:block;font-size:0}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div .detail__slider_content .slider__icon_panel span{display:inline-block;font-family:"Roboto", sans-serif;font-size:21px;font-weight:bold;line-height:1.33;letter-spacing:0.32px;color:#fff;background-color:#1d1d1d;padding:5px 27px 5px 12px;border-radius:5px;margin-right:11px}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div .detail__slider_content .slider__title{display:inline-block;padding-left:180px;margin-bottom:15px;width:500px;font-family:"Roboto Slab", serif;font-size:56px;font-weight:500;line-height:1.32;letter-spacing:1.85px;color:#fff}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div .detail__slider_content .slider__text{display:block;margin-left:180px;width:500px;height:144px;font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:1.86;letter-spacing:normal;color:#fff}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div .video{width:100%;height:100%}.clubs__detail_page .block__3 .inner__block_3 .detailSliderActive{visibility:visible}.clubs__detail_page .block__3 .club__gallery_tabs{width:100%;height:100px;background-color:rgba(213,21,28,0.7);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap{min-width:1000px;width:100%;overflow:hidden}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .club__tab_item{min-width:200px}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .club__tab_item .clubDots{width:100%}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .club__tab_item .clubDots .clubDotsActive{background-color:#fff;pointer-events:none}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .club__tab_item span{width:100%;min-width:200px;font-size:14px;line-height:1.5;height:100px;white-space:normal;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .club__tab_item img{height:100px}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .clubTabItemActive{pointer-events:none}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .clubTabItemActive span{background-color:rgba(29,29,29,0.7)}.clubs__detail_page .block__4 .inner__block_4{width:1024px;padding-bottom:40px}.clubs__detail_page .block__4 .inner__block_4 .detail__promo{width:100%;padding-top:50px;margin-bottom:37px;font-size:14px}.clubs__detail_page .block__4 .inner__block_4 .detail__subtitle{font-size:46px;margin-bottom:30px}.clubs__detail_page .block__4 .inner__block_4 .detail__cards{position:relative}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_prev,.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_next{display:none}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .slick-list.draggable{overflow:auto;overflow-x:hidden}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card{margin-right:10px;width:270px}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detail__item{width:260px;height:300px}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detail__item img{width:100%;height:auto}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detail__txt{margin-bottom:30px;display:block}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detail__text{margin-left:30px;width:235px;font-size:14px}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detail__buy{padding:15px 10px;min-width:170px;text-transform:uppercase;font-size:14px}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detain__item_hover{display:none;position:absolute;width:299px;height:584px;top:0;right:-335px;background:#fff;-webkit-box-shadow:0 0 28px rgba(0,0,0,0.08);box-shadow:0 0 28px rgba(0,0,0,0.08);border-left:5px solid #ED1C24;opacity:0;-webkit-transition:opacity 0.3s;-o-transition:opacity 0.3s;transition:opacity 0.3s}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detain__item_hover ul{display:block;list-style:none;padding-top:35px;margin-left:20px}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detain__item_hover ul li{font-family:"Roboto", sans-serif;font-style:normal;font-weight:normal;font-size:14px;line-height:26px;color:#4D4D4D}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .openHoverMobile{display:none}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detain__item_hover_mobile{display:none;position:relative;width:299px;top:0;right:-335px;background:#fff;-webkit-box-shadow:0 0 28px rgba(0,0,0,0.08);box-shadow:0 0 28px rgba(0,0,0,0.08);border-left:5px solid #ED1C24;opacity:0;-webkit-transition:opacity 0.3s;-o-transition:opacity 0.3s;transition:opacity 0.3s;padding-top:25px;padding-bottom:15px;padding-left:20px;font-size:14px;color:#4D4D4D;font-family:"Roboto", sans-serif}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detain__item_hover_mobile ul{display:block;list-style:none}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detain__item_hover_mobile ul li{font-style:normal;font-weight:normal;line-height:26px}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card:first-child{margin-left:10px}.clubs__detail_page .block__5 .inner__block_5{padding-bottom:60px;width:100%}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3_prev,.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3_next{display:none}.clubs__detail_page .block__5 .inner__block_5 .detail__promo{padding-top:50px;margin-bottom:37px;font-size:14px}.clubs__detail_page .block__5 .inner__block_5 .detail__subtitle{font-size:46px;margin-bottom:30px}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3{width:1024px;margin-bottom:30px}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3 div{margin-right:20px}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3 div div{outline:none}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3 div div img{width:285px;margin-right:0;margin-bottom:25px}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3 div div .detail__team_position{width:270px}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3 div div .detail__team_name{font-size:20px;width:270px}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3 div div .detail__team_services{width:270px}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3 div:last-child{margin-right:0}.clubs__detail_page .block__5 .inner__block_5 .detail__team span{width:270px;height:55px;line-height:55px;padding:0}.clubs__detail_page .block__6 .inner__block_6 .detail__subtitle{font-size:30px;width:100%;margin-left:auto;margin-right:auto}.clubs__detail_page .block__6 .inner__block_6 .detail__bg{width:100%;height:640px;background-image:url("/local/templates/main/images/clubs__detaild_page/details__activity_bg.jpg");background-repeat:no-repeat;margin:auto;background-position:center top;background-size:cover;display:table}.clubs__detail_page .block__6 .inner__block_6 .detail__bg .detail__content{display:table-cell;vertical-align:middle;padding:0}.clubs__detail_page .block__6 .inner__block_6 .detail__bg .detail__content .wrapp{width:740px;margin:auto}.clubs__detail_page .block__6 .inner__block_6 .detail__bg .detail__content .wrapp .detail__promo{font-size:16px;width:250px}.clubs__detail_page .block__6 .inner__block_6 .detail__bg .detail__content .wrapp .detail__subtitle{width:350px;font-size:46px;line-height:1.32;margin-left:0;margin-right:0;margin-bottom:18px}.clubs__detail_page .block__6 .inner__block_6 .detail__bg .detail__content .wrapp .detail__text{width:450px;font-size:14px}.clubs__detail_page .block__7{height:100%}.clubs__detail_page .block__7 .listHoverItem{display:none}.clubs__detail_page .block__7 .text{font-size:14px;padding-top:40px}.clubs__detail_page .block__7 .subtitle{font-size:46px;margin-bottom:40px}.clubs__detail_page .block__7 .activity__cards{margin-left:0}.clubs__detail_page .block__7 .activity__cards .inner__activity{margin-left:20px}.clubs__detail_page .block__7 .activity__cards .inner__activity .activity__card{width:600px;height:400px}.clubs__detail_page .block__7 .activity__cards .inner__activity .activity__card .left{width:340px;height:400px}.clubs__detail_page .block__7 .activity__cards .inner__activity .activity__card .left .activity__date{font-size:14px}.clubs__detail_page .block__7 .activity__cards .inner__activity .activity__card .left .activity__subtitle{font-size:20px}.clubs__detail_page .block__7 .activity__cards .inner__activity .activity__card .left .activity__button{font-size:13px;padding:15px 28px}.clubs__detail_page .block__7 .activity__cards .inner__activity .activity__card .right{width:260px;height:400px}.clubs__detail_page .block__8 .subtitle{font-size:36px;width:450px;margin-left:auto;margin-right:auto}.clubs__detail_page .block__8 .inner__block_8 .gallery__link{width:256px;height:320px}.clubs__detail_page .block__8 .inner__block_8 .gallery__link .gallery__text{width:256px;height:320px}.clubs__detail_page .block__8 .inner__block_8 .gallery__link .gallery__text .date{font-size:14px;margin-left:30px}.clubs__detail_page .block__8 .inner__block_8 .gallery__link .gallery__text .txt{width:200px;font-size:18px;margin-left:30px}.clubs__detail_page .block__8 .inner__block_8 .gallery__link .gallery__text .gallery__arrow_wrapp{position:relative;width:100px;margin-left:30px;overflow:hidden}.clubs__detail_page .block__8 .inner__block_8 .gallery__link .gallery__text .gallery__arrow_wrapp .gallery__arrow{display:block;margin-left:-95px;margin-bottom:40px;width:100px;height:20px;background-image:url("/local/templates/main/images/arrow__card.svg");background-repeat:no-repeat;-webkit-transition:margin-left 0.4s;-o-transition:margin-left 0.4s;transition:margin-left 0.4s}.clubs__detail_page .block__8 .inner__block_8 .slick-slide.slick-active .gallery__text{opacity:1}.clubs__detail_page .block__8 .inner__block_8 .slick-slide.slick-active .gallery__text .gallery__arrow_wrapp .gallery__arrow{margin-left:-2px}.clubs__detail_page .block__8 .inner__block_8 .slick-slide.slick-active img{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}}@media screen and (min-width: 768px) and (max-width: 1023px){.clubs__detail_page .block__1{display:block;height:640px}.clubs__detail_page .block__1 .inner__block_1{display:block}.clubs__detail_page .block__1 .inner__block_1 .detail__title{padding-top:100px;font-size:46px}.clubs__detail_page .block__1 .inner__block_1 .detail__title span{font-size:46px}.clubs__detail_page .block__1 .inner__block_1 .detail__phone{font-size:44px}.clubs__detail_page .block__1 .inner__block_1 .detail__location{font-size:22px}.clubs__detail_page .block__1 .inner__block_1 .detail__buttons .detail__join{padding:17px 50px;font-size:14px}.clubs__detail_page .block__1 .inner__block_1 .detail__buttons .detail__test{padding:17px 50px;font-size:14px}.clubs__detail_page .block__2 .inner__block_2{width:100%}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1_prev,.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1_next{display:none}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1{width:100%;position:relative}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1 .slick-dots{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);bottom:12px;display:block}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1 .slick-dots li{display:inline-block;margin-right:20px;background-color:#fff;width:12px;height:12px;border-radius:50%}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1 .slick-dots li button{opacity:0;cursor:pointer}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1 .slick-dots li:last-child{margin-right:0}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1 .slick-dots li.slick-active{background-color:#ed1c24}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1 div img{width:100%}.clubs__detail_page .block__3{width:100%}.clubs__detail_page .block__3 .inner__block_3{width:100%;height:520px}.clubs__detail_page .block__3 .inner__block_3 .detail__slider-prev,.clubs__detail_page .block__3 .inner__block_3 .detail__slider-next{width:25%;height:0;bottom:0;top:auto}.clubs__detail_page .block__3 .inner__block_3 .detail__slider-prev i,.clubs__detail_page .block__3 .inner__block_3 .detail__slider-next i{top:auto;bottom:40px}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery{width:100%;height:520px}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div{width:100vw;height:520px}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div .detail__slider_content{display:none;width:100%;height:100%;position:absolute;background-color:rgba(0,0,0,0.5)}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div .detail__slider_content .slider__icon_panel{padding-top:300px;margin-left:315px;margin-bottom:30px;display:block;font-size:0}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div .detail__slider_content .slider__icon_panel span{display:inline-block;font-family:"Roboto", sans-serif;font-size:21px;font-weight:bold;line-height:1.33;letter-spacing:0.32px;color:#fff;background-color:#1d1d1d;padding:5px 27px 5px 12px;border-radius:5px;margin-right:11px}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div .detail__slider_content .slider__title{padding-left:315px;margin-bottom:25px;width:500px;font-family:"Roboto Slab", serif;font-size:56px;font-weight:500;line-height:1.32;letter-spacing:1.85px;color:#fff;display:inline-block}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div .detail__slider_content .slider__text{margin-left:315px;width:500px;height:144px;font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:1.86;letter-spacing:normal;color:#fff;display:inline-block}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div .video{width:100%;height:100%}.clubs__detail_page .block__3 .inner__block_3 .detailSliderActive{visibility:visible}.clubs__detail_page .block__3 .club__gallery_tabs{width:100%;height:100px;background-color:rgba(213,21,28,0.7);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap{min-width:760px;width:100%;overflow:hidden}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .club__tab_item{min-width:190px}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .club__tab_item .clubDots{width:100%}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .club__tab_item .clubDots .clubDotsActive{background-color:#fff;pointer-events:none}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .club__tab_item span{width:100%;min-width:190px;font-size:14px;line-height:1.5;height:100px;white-space:normal;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .club__tab_item img{height:100px}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .clubTabItemActive{pointer-events:none}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .clubTabItemActive span{background-color:rgba(29,29,29,0.7)}.clubs__detail_page .block__4 .inner__block_4{width:768px;padding-bottom:40px}.clubs__detail_page .block__4 .inner__block_4 .detail__promo{width:100%;padding-top:50px;margin-bottom:37px;font-size:14px}.clubs__detail_page .block__4 .inner__block_4 .detail__subtitle{font-size:46px;margin-bottom:30px}.clubs__detail_page .block__4 .inner__block_4 .detail__cards{position:relative}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_prev,.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_next{display:none}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card{margin-right:10px;width:270px}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detail__item{width:260px;height:300px}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detail__item img{width:100%;height:auto}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detail__txt{margin-bottom:30px;display:block}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detail__text{margin-left:30px;width:235px;font-size:14px}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detail__buy{padding:15px 10px;min-width:170px;text-transform:uppercase;font-size:14px}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detain__item_hover{display:none;position:absolute;width:299px;height:584px;top:0;right:-335px;background:#fff;-webkit-box-shadow:0 0 28px rgba(0,0,0,0.08);box-shadow:0 0 28px rgba(0,0,0,0.08);border-left:5px solid #ED1C24;opacity:0;-webkit-transition:opacity 0.3s;-o-transition:opacity 0.3s;transition:opacity 0.3s}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detain__item_hover ul{display:block;list-style:none;padding-top:35px;margin-left:20px}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detain__item_hover ul li{font-family:"Roboto", sans-serif;font-style:normal;font-weight:normal;font-size:14px;line-height:26px;color:#4D4D4D}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .openHoverMobile{display:none}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detain__item_hover_mobile{display:none;position:relative;width:299px;top:0;right:-335px;background:#fff;-webkit-box-shadow:0 0 28px rgba(0,0,0,0.08);box-shadow:0 0 28px rgba(0,0,0,0.08);border-left:5px solid #ED1C24;opacity:0;-webkit-transition:opacity 0.3s;-o-transition:opacity 0.3s;transition:opacity 0.3s;padding-top:25px;padding-bottom:15px;padding-left:20px;color:#4D4D4D;font-size:14px;font-family:"Roboto", sans-serif}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detain__item_hover_mobile ul{display:block;list-style:none}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detain__item_hover_mobile ul li{font-style:normal;font-weight:normal;line-height:26px}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card:first-child{margin-left:10px}.clubs__detail_page .block__5 .inner__block_5{padding-bottom:60px;width:100%}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3_prev,.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3_next{display:none}.clubs__detail_page .block__5 .inner__block_5 .detail__promo{padding-top:50px;margin-bottom:37px;font-size:14px}.clubs__detail_page .block__5 .inner__block_5 .detail__subtitle{font-size:46px;margin-bottom:30px}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3{width:768px;margin-bottom:30px}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3 div{margin-right:20px}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3 div div{outline:none}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3 div div img{width:285px;margin-right:0;margin-bottom:25px}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3 div div .detail__team_position{width:270px}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3 div div .detail__team_name{font-size:20px;width:270px}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3 div div .detail__team_services{width:270px}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3 div:last-child{margin-right:0}.clubs__detail_page .block__5 .inner__block_5 .detail__team span{width:270px;height:55px;line-height:55px;padding:0}.clubs__detail_page .block__6 .inner__block_6 .detail__subtitle{font-size:30px;width:100%;margin-left:auto;margin-right:auto}.clubs__detail_page .block__6 .inner__block_6 .detail__bg{width:100%;height:640px;background-image:url("/local/templates/main/images/clubs__detaild_page/details__activity_bg.jpg");background-repeat:no-repeat;margin:auto;background-position:center top;background-size:cover;display:table}.clubs__detail_page .block__6 .inner__block_6 .detail__bg .detail__content{display:table-cell;vertical-align:middle;padding:0}.clubs__detail_page .block__6 .inner__block_6 .detail__bg .detail__content .wrapp{width:740px;margin:auto}.clubs__detail_page .block__6 .inner__block_6 .detail__bg .detail__content .wrapp .detail__promo{font-size:16px;width:250px}.clubs__detail_page .block__6 .inner__block_6 .detail__bg .detail__content .wrapp .detail__subtitle{width:350px;font-size:46px;line-height:1.32;margin-left:0;margin-right:0;margin-bottom:18px}.clubs__detail_page .block__6 .inner__block_6 .detail__bg .detail__content .wrapp .detail__text{width:450px;font-size:14px}.clubs__detail_page .block__7{height:100%}.clubs__detail_page .block__7 .listHoverItem{display:none}.clubs__detail_page .block__7 .text{font-size:14px;padding-top:40px}.clubs__detail_page .block__7 .subtitle{font-size:46px;margin-bottom:40px}.clubs__detail_page .block__7 .activity__cards{margin-left:0}.clubs__detail_page .block__7 .activity__cards .inner__activity{margin-left:20px}.clubs__detail_page .block__7 .activity__cards .inner__activity .activity__card{width:600px;height:400px}.clubs__detail_page .block__7 .activity__cards .inner__activity .activity__card .left{width:340px;height:400px}.clubs__detail_page .block__7 .activity__cards .inner__activity .activity__card .left .activity__date{font-size:14px}.clubs__detail_page .block__7 .activity__cards .inner__activity .activity__card .left .activity__subtitle{font-size:20px}.clubs__detail_page .block__7 .activity__cards .inner__activity .activity__card .left .activity__button{font-size:13px;padding:15px 28px}.clubs__detail_page .block__7 .activity__cards .inner__activity .activity__card .right{width:260px;height:400px}.clubs__detail_page .block__8 .subtitle{font-size:36px;width:450px;margin-left:auto;margin-right:auto}.clubs__detail_page .block__8 .inner__block_8 .gallery__link{width:256px;height:320px}.clubs__detail_page .block__8 .inner__block_8 .gallery__link .gallery__text{width:256px;height:320px}.clubs__detail_page .block__8 .inner__block_8 .gallery__link .gallery__text .date{font-size:14px;margin-left:30px}.clubs__detail_page .block__8 .inner__block_8 .gallery__link .gallery__text .txt{width:200px;font-size:18px;margin-left:30px}.clubs__detail_page .block__8 .inner__block_8 .gallery__link .gallery__text .gallery__arrow_wrapp{position:relative;width:100px;margin-left:30px;overflow:hidden}.clubs__detail_page .block__8 .inner__block_8 .gallery__link .gallery__text .gallery__arrow_wrapp .gallery__arrow{display:block;margin-left:-95px;margin-bottom:40px;width:100px;height:20px;background-image:url("/local/templates/main/images/arrow__card.svg");background-repeat:no-repeat;-webkit-transition:margin-left 0.4s;-o-transition:margin-left 0.4s;transition:margin-left 0.4s}.clubs__detail_page .block__8 .inner__block_8 .slick-slide.slick-active .gallery__text{opacity:1}.clubs__detail_page .block__8 .inner__block_8 .slick-slide.slick-active .gallery__text .gallery__arrow_wrapp .gallery__arrow{margin-left:-2px}.clubs__detail_page .block__8 .inner__block_8 .slick-slide.slick-active img{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}}@media screen and (min-width: 320px) and (max-width: 767px){.clubs__detail_page .block__1{display:block;height:100%}.clubs__detail_page .block__1 .inner__block_1{display:block}.clubs__detail_page .block__1 .inner__block_1 .detail__title{padding-top:65px;line-height:1.33;letter-spacing:0.99px;font-size:30px}.clubs__detail_page .block__1 .inner__block_1 .detail__title span{line-height:1.33;letter-spacing:0.99px;font-size:30px}.clubs__detail_page .block__1 .inner__block_1 .detail__phone{font-size:30px;line-height:1.33;letter-spacing:0.99px}.clubs__detail_page .block__1 .inner__block_1 .detail__location{width:280px;font-size:18px;font-weight:normal;line-height:1.44;margin-left:auto;margin-right:auto}.clubs__detail_page .block__1 .inner__block_1 .detail__list{width:220px;margin-bottom:30px}.clubs__detail_page .block__1 .inner__block_1 .detail__list .detail__item{font-size:18px;font-weight:normal;line-height:1.44}.clubs__detail_page .block__1 .inner__block_1 .detail__buttons{padding-bottom:30px}.clubs__detail_page .block__1 .inner__block_1 .detail__buttons .detail__join{display:block;width:270px;height:56px;font-size:14px;padding:0;margin-left:auto;margin-right:auto;line-height:56px;margin-bottom:12px}.clubs__detail_page .block__1 .inner__block_1 .detail__buttons .detail__test{display:block;width:270px;height:56px;font-size:14px;padding:0;margin-left:auto;margin-right:auto;line-height:56px}.clubs__detail_page .block__2 .inner__block_2{width:100%}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1_prev,.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1_next{display:none}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1{width:100%;position:relative}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1 .slick-dots{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);bottom:12px;display:block}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1 .slick-dots li{display:inline-block;margin-right:20px;background-color:#fff;width:12px;height:12px;border-radius:50%}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1 .slick-dots li button{opacity:0;cursor:pointer}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1 .slick-dots li:last-child{margin-right:0}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1 .slick-dots li.slick-active{background-color:#ed1c24}.clubs__detail_page .block__2 .inner__block_2 .detail__slider_1 div img{width:100%}.clubs__detail_page .block__3{width:100%}.clubs__detail_page .block__3 .inner__block_3{width:100%;height:520px}.clubs__detail_page .block__3 .inner__block_3 .detail__slider-prev,.clubs__detail_page .block__3 .inner__block_3 .detail__slider-next{width:25%;height:0;bottom:0;top:auto}.clubs__detail_page .block__3 .inner__block_3 .detail__slider-prev i,.clubs__detail_page .block__3 .inner__block_3 .detail__slider-next i{top:auto;bottom:40px}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery{width:100%;height:520px}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div{height:520px}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div .detail__slider_content{display:none;width:767px;height:520px;position:absolute;background-color:rgba(0,0,0,0.5)}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div .detail__slider_content .slider__icon_panel{padding:0;margin:0}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div .detail__slider_content .slider__icon_panel span{font-size:15px;font-weight:bold;line-height:1.33;letter-spacing:0.32px;color:#fff;background-color:#1d1d1d;padding:5px 27px 5px 12px;border-radius:5px;margin-right:11px}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div .detail__slider_content .slider__title{padding-left:315px;margin-bottom:25px;width:500px;font-family:"Roboto Slab", serif;font-size:56px;font-weight:500;line-height:1.32;letter-spacing:1.85px;color:#fff;display:inline-block}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div .detail__slider_content .slider__text{margin-left:315px;width:500px;height:144px;font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:1.86;letter-spacing:normal;color:#fff;display:inline-block}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div img{width:767px;height:100%;-o-object-fit:cover;object-fit:cover}.clubs__detail_page .block__3 .inner__block_3 .detail__slider_gallery div .video{width:767px;height:100%}.clubs__detail_page .block__3 .inner__block_3 .detailSliderActive{visibility:visible}.clubs__detail_page .block__3 .club__gallery_tabs{width:100%;height:100px;background-color:rgba(213,21,28,0.7);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap{min-width:318px;width:100%;overflow:hidden}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .club__tab_item{min-width:106px}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .club__tab_item .clubDots{width:100%}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .club__tab_item .clubDots .clubDotsActive{background-color:#fff;pointer-events:none}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .club__tab_item span{width:100%;min-width:106px;font-size:12px;line-height:1.5;height:100px;white-space:normal;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .club__tab_item img{height:100px}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .clubTabItemActive{pointer-events:none}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .clubTabItemActive span{background-color:rgba(29,29,29,0.7)}.clubs__detail_page .block__4{z-index:100;position:relative}.clubs__detail_page .block__4 .inner__block_4{width:300px;padding-bottom:40px}.clubs__detail_page .block__4 .inner__block_4 .detail__promo{padding-top:50px;margin-bottom:37px;font-size:14px}.clubs__detail_page .block__4 .inner__block_4 .detail__subtitle{font-size:30px;margin-bottom:30px}.clubs__detail_page .block__4 .inner__block_4 .detail__cards{position:relative}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_prev,.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_next{display:none}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card{margin-right:10px;width:270px}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detail__item{width:260px;height:300px}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detail__item img{width:100%;height:auto}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detail__txt{margin-bottom:30px;display:block}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detail__text{margin-left:30px;width:235px;font-size:14px}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detail__buy{padding:15px 10px;text-transform:uppercase;font-size:14px}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detain__item_hover{display:none;position:absolute;width:299px;height:584px;top:0;right:-335px;background:#fff;-webkit-box-shadow:0 0 28px rgba(0,0,0,0.08);box-shadow:0 0 28px rgba(0,0,0,0.08);border-left:5px solid #ED1C24;opacity:0;-webkit-transition:opacity 0.3s;-o-transition:opacity 0.3s;transition:opacity 0.3s}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detain__item_hover ul{display:block;list-style:none;padding-top:35px;margin-left:20px}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detain__item_hover ul li{font-family:"Roboto", sans-serif;font-style:normal;font-weight:normal;font-size:14px;line-height:26px;color:#4D4D4D}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .openHoverMobile{display:block;position:relative;width:100px;height:20px;cursor:pointer;font-size:16px;left:65px;bottom:-29px;z-index:102;-webkit-transition:opacity 0.2s;-o-transition:opacity 0.2s;transition:opacity 0.2s}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .openHoverMobile:hover{opacity:0.8}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .openHoverMobile::after,.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .openHoverMobile::before{display:block;position:absolute;content:'';width:10px;height:2px;top:8px;background-color:#ed1c24;-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;-o-transition:transform 0.3s;transition:transform 0.3s;transition:transform 0.3s, -webkit-transform 0.3s}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .openHoverMobile::after{left:-20px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .openHoverMobile::before{left:-26px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .openHoverMobile.active::after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .openHoverMobile.active::before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detain__item_hover_mobile{display:none;position:relative;width:225px;height:auto;min-height:1px;right:-22px;background:#fff;-webkit-box-shadow:0 0 28px rgba(0,0,0,0.08);box-shadow:0 0 28px rgba(0,0,0,0.08);border-left:transparent;z-index:100;-webkit-transition:opacity 0.2s;-o-transition:opacity 0.2s;transition:opacity 0.2s;padding-top:35px !important;padding-bottom:15px !important;padding-left:20px;font-family:"Roboto", sans-serif;font-size:14px;color:#4D4D4D}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detain__item_hover_mobile ul{display:block;list-style:none}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card .detain__item_hover_mobile ul li{font-style:normal;font-weight:normal;line-height:26px}.clubs__detail_page .block__4 .inner__block_4 .detail__cards .detail__cards_slider .detail__card:first-child{margin-left:10px}.clubs__detail_page .block__5 .inner__block_5{padding-bottom:60px;width:100%}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3_prev,.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3_next{display:none}.clubs__detail_page .block__5 .inner__block_5 .detail__promo{padding-top:50px;margin-bottom:37px;font-size:14px}.clubs__detail_page .block__5 .inner__block_5 .detail__subtitle{font-size:30px;margin-bottom:30px}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3{width:320px;margin-bottom:30px}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3 div{margin-right:10px}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3 div div{outline:none}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3 div div img{width:285px;margin-right:0;margin-bottom:25px}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3 div div .detail__team_position{width:270px}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3 div div .detail__team_name{font-size:20px;width:270px}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3 div div .detail__team_services{width:270px}.clubs__detail_page .block__5 .inner__block_5 .detail__slider_3 div:last-child{margin-right:0}.clubs__detail_page .block__5 .inner__block_5 .detail__team span{width:285px;height:50px;line-height:55px;padding:0}.clubs__detail_page .block__6 .inner__block_6 .detail__subtitle{font-size:30px;width:260px;margin-left:auto;margin-right:auto}.clubs__detail_page .block__6 .inner__block_6 .detail__bg{width:100%;height:640px;background-image:url("/local/templates/main/images/clubs__detaild_page/details__activity_bg.jpg");background-repeat:no-repeat;margin:auto;background-position:center top;background-size:cover;display:table}.clubs__detail_page .block__6 .inner__block_6 .detail__bg .detail__content{display:table-cell;vertical-align:middle;padding:0}.clubs__detail_page .block__6 .inner__block_6 .detail__bg .detail__content .wrapp{width:300px;margin:auto}.clubs__detail_page .block__6 .inner__block_6 .detail__bg .detail__content .wrapp .detail__promo{font-size:14px;width:250px}.clubs__detail_page .block__6 .inner__block_6 .detail__bg .detail__content .wrapp .detail__subtitle{width:240px;font-size:30px;line-height:1.32;margin-left:0;margin-right:0;margin-bottom:18px}.clubs__detail_page .block__6 .inner__block_6 .detail__bg .detail__content .wrapp .detail__text{width:260px;font-size:14px}.clubs__detail_page .block__7{height:100%}.clubs__detail_page .block__7 .listHoverItem{display:none}.clubs__detail_page .block__7 .text{font-size:14px;padding-top:40px}.clubs__detail_page .block__7 .subtitle{font-size:30px;margin-bottom:40px}.clubs__detail_page .block__7 .activity__cards{width:100%;margin-left:0}.clubs__detail_page .block__7 .activity__cards .inner__activity{margin-left:20px}.clubs__detail_page .block__7 .activity__cards .inner__activity .activity__card{height:581px;width:286px;display:inline-block;margin-right:20px}.clubs__detail_page .block__7 .activity__cards .inner__activity .activity__card .left{width:286px;height:310px;display:block;position:absolute;bottom:0}.clubs__detail_page .block__7 .activity__cards .inner__activity .activity__card .left .activity__date{font-size:13px;margin-left:20px;padding-top:15px}.clubs__detail_page .block__7 .activity__cards .inner__activity .activity__card .left .activity__subtitle{font-size:20px;margin-left:20px;width:250px;margin-bottom:5px}.clubs__detail_page .block__7 .activity__cards .inner__activity .activity__card .left .activity__text{margin-left:20px;margin-bottom:10px;width:250px;height:100px;position:relative;overflow:hidden}.clubs__detail_page .block__7 .activity__cards .inner__activity .activity__card .left .activity__text::after{display:block;position:absolute;content:'...';width:20px;height:18px;bottom:10px;right:10px;background-color:#fff}.clubs__detail_page .block__7 .activity__cards .inner__activity .activity__card .left .activity__button{display:block;margin-left:auto;margin-right:auto;padding:0;width:192px;height:52px;line-height:52px}.clubs__detail_page .block__7 .activity__cards .inner__activity .activity__card .right{display:block;width:286px;height:271px;position:absolute;top:0;border-radius:8px 8px 0 0}.clubs__detail_page .block__8 .subtitle{padding-top:40px;font-size:26px;width:200px;line-height:1;display:block;margin-left:auto;margin-right:auto}.clubs__detail_page .block__8 .inner__block_8{width:100%}.clubs__detail_page .block__8 .inner__block_8 .gallery__link{width:320px;height:360px}.clubs__detail_page .block__8 .inner__block_8 .gallery__link .gallery__text{width:320px;height:360px}.clubs__detail_page .block__8 .inner__block_8 .gallery__link .gallery__text .date{font-size:14px;margin-left:30px}.clubs__detail_page .block__8 .inner__block_8 .gallery__link .gallery__text .txt{width:200px;font-size:18px;margin-left:30px}.clubs__detail_page .block__8 .inner__block_8 .gallery__link .gallery__text .gallery__arrow_wrapp{position:relative;width:100px;margin-left:30px;overflow:hidden}.clubs__detail_page .block__8 .inner__block_8 .gallery__link .gallery__text .gallery__arrow_wrapp .gallery__arrow{display:block;margin-left:-95px;margin-bottom:40px;width:100px;height:20px;background-image:url("/local/templates/main/images/arrow__card.svg");background-repeat:no-repeat;-webkit-transition:margin-left 0.4s;-o-transition:margin-left 0.4s;transition:margin-left 0.4s}.clubs__detail_page .block__8 .inner__block_8 .slick-slide.slick-active .gallery__text{opacity:1}.clubs__detail_page .block__8 .inner__block_8 .slick-slide.slick-active .gallery__text .gallery__arrow_wrapp .gallery__arrow{margin-left:-2px}.clubs__detail_page .block__8 .inner__block_8 .slick-slide.slick-active img{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}}@media screen and (min-width: 375px) and (max-width: 767px){.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .club__tab_item{min-width:125px}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .club__tab_item span{width:100%;min-width:125px}}@media screen and (min-width: 414px) and (max-width: 767px){.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .club__tab_item{min-width:138px}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .club__tab_item span{width:100%;min-width:138px}}@media screen and (min-width: 720px) and (max-width: 767px){.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .club__tab_item{min-width:240px}.clubs__detail_page .block__3 .club__gallery_tabs .club__tab_wrap .club__tab_list .club__tab_item span{width:100%;min-width:240px}}.contacts__page{position:relative;background-color:#fff}.contacts__page .block__1{width:100%;height:auto}.contacts__page .block__1 .inner__block_1{margin-left:auto;margin-right:auto;background-image:url("/local/templates/main/images/activity__page/activity__bg.jpg");background-repeat:no-repeat;background-position:center top;width:100%;height:404px;background-size:cover}.contacts__page .block__1 .inner__block_1 .contacts__text{padding-top:90px;font-family:"Roboto Slab", serif;font-size:30px;font-weight:bold;line-height:2.47;letter-spacing:0.99px;color:#fff;display:block;text-align:center;text-transform:uppercase}.contacts__page .block__1 .inner__block_1 .contacts__title{font-family:"Roboto Slab", serif;font-size:64px;font-weight:bold;line-height:1.16;letter-spacing:2.11px;color:#fff;display:block;text-align:center;text-transform:uppercase}.contacts__page .block__2{width:100%}.contacts__page .block__2 .inner__block_2{width:1904px;margin-left:auto;margin-right:auto;background-color:#eee;font-size:0;display:table}.contacts__page .block__2 .inner__block_2 .left{vertical-align:top;width:50%;height:100%;display:table-cell;background-color:#d3d3d3;position:relative}.contacts__page .block__2 .inner__block_2 .left #detailMap{width:100%;height:100%;position:absolute;top:0;left:0}.contacts__page .block__2 .inner__block_2 .left .contacts__hint{position:absolute;z-index:50;width:404px;background-color:#fff;top:216px;right:41px;border-radius:12px;opacity:1}.contacts__page .block__2 .inner__block_2 .left .contacts__hint .loc{font-family:"Roboto", sans-serif;font-size:20px;font-weight:500;line-height:1.2;color:#000;display:block;padding-top:45px;margin-left:35px;margin-bottom:10px}.contacts__page .block__2 .inner__block_2 .left .contacts__hint .pos{opacity:0.6;font-family:"Roboto", sans-serif;font-size:13px;font-weight:500;line-height:1.85;color:#000;margin-left:35px;margin-bottom:10px}.contacts__page .block__2 .inner__block_2 .left .contacts__hint .list{display:block;margin-left:35px;padding-bottom:45px}.contacts__page .block__2 .inner__block_2 .left .contacts__hint .list li{display:block}.contacts__page .block__2 .inner__block_2 .left .contacts__hint .list li span{opacity:0.6;font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:1.43}.contacts__page .block__2 .inner__block_2 .left .contacts__hint .list li span:first-child{margin-right:10px}.contacts__page .block__2 .inner__block_2 .left .contacts__hint .close{position:absolute;top:14px;right:20px;display:block;cursor:pointer;width:15px;height:17px;-webkit-transition:opacity 0.3s;-o-transition:opacity 0.3s;transition:opacity 0.3s}.contacts__page .block__2 .inner__block_2 .left .contacts__hint .close span{display:block;position:absolute;background-color:#707070;width:15px;height:1px;top:7px}.contacts__page .block__2 .inner__block_2 .left .contacts__hint .close span:first-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.contacts__page .block__2 .inner__block_2 .left .contacts__hint .close span:last-child{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.contacts__page .block__2 .inner__block_2 .left .contacts__hint .close:hover{opacity:0.5}.contacts__page .block__2 .inner__block_2 .right{display:table-cell;vertical-align:top;width:50%;height:100%;background-color:#fff}.contacts__page .block__2 .inner__block_2 .right .right__content{width:350px;margin-left:130px;padding-top:140px;background-color:#fff}.contacts__page .block__2 .inner__block_2 .right .right__content .subtext{position:relative;margin-bottom:70px}.contacts__page .block__2 .inner__block_2 .right .right__content .subtext::after{position:absolute;bottom:-40px;left:0;content:'';display:block;width:500px;height:2px;background-color:#eee}.contacts__page .block__2 .inner__block_2 .right .right__content .subtext .subtitle{font-family:"Roboto Slab", serif;font-size:35px;font-weight:bold;line-height:1.09;color:#4d4d4d;margin-bottom:10px}.contacts__page .block__2 .inner__block_2 .right .right__content .subtext .mark{font-family:"Roboto", sans-serif;font-size:16px;font-weight:normal;line-height:1.25;color:#1d1d1d;position:relative;margin-left:16px}.contacts__page .block__2 .inner__block_2 .right .right__content .subtext .mark::before{display:block;content:'';position:absolute;top:2px;left:-16px;background-image:url("/local/templates/main/images/map__mark.svg");background-repeat:no-repeat;background-size:contain;width:11px;height:14px}.contacts__page .block__2 .inner__block_2 .right .right__content .prime__time{position:relative;margin-bottom:70px}.contacts__page .block__2 .inner__block_2 .right .right__content .prime__time::after{position:absolute;bottom:-40px;left:0;content:'';display:block;width:500px;height:2px;background-color:#eee}.contacts__page .block__2 .inner__block_2 .right .right__content .prime__time .prime__date{font-family:"Roboto", sans-serif;font-size:14px;font-weight:500;line-height:1.43;color:#1d1d1d;margin-bottom:16px;display:inline-block;position:relative}.contacts__page .block__2 .inner__block_2 .right .right__content .prime__time .prime__date::before{display:block;content:'';position:absolute;top:1px;left:-25px;background-image:url("/local/templates/main/images/time__icon.png");background-repeat:no-repeat;background-size:contain;width:16px;height:16px}.contacts__page .block__2 .inner__block_2 .right .right__content .prime__time .prime__date_list li{margin-bottom:12px;display:block}.contacts__page .block__2 .inner__block_2 .right .right__content .prime__time .prime__date_list li span{display:inline-block;font-family:"Roboto", sans-serif;font-size:18px;line-height:1.11}.contacts__page .block__2 .inner__block_2 .right .right__content .prime__time .prime__date_list li span:first-child{color:#1d1d1d;margin-right:17px}.contacts__page .block__2 .inner__block_2 .right .right__content .prime__time .prime__date_list li span:last-child{color:#1d1d1d;opacity:0.5}.contacts__page .block__2 .inner__block_2 .right .right__content .information .prime__phone{font-family:"Roboto", sans-serif;font-size:14px;font-weight:500;line-height:1.43;color:#1d1d1d;display:inline-block;margin-bottom:16px}.contacts__page .block__2 .inner__block_2 .right .right__content .information .prime__phone_list li{margin-bottom:12px;display:block}.contacts__page .block__2 .inner__block_2 .right .right__content .information .prime__phone_list li span{display:inline-block;font-family:"Roboto", sans-serif;font-size:18px;line-height:1.11}.contacts__page .block__2 .inner__block_2 .right .right__content .information .prime__phone_list li span:first-child{color:#1d1d1d;margin-right:17px}.contacts__page .block__2 .inner__block_2 .right .right__content .information .prime__phone_list li span:last-child{color:#1d1d1d;opacity:0.5}.contacts__page .block__2 .inner__block_2 .right .right__content .information .prime__phone_list li span a{display:inline-block;padding-bottom:2px;font-family:"Roboto", sans-serif;font-size:18px;line-height:1.11;color:#8e8e8e;border-bottom:1px solid rgba(0,0,0,0);-webkit-transition:border .5s;-o-transition:border .5s;transition:border .5s}.contacts__page .block__2 .inner__block_2 .right .right__content .information .prime__phone_list li span a:hover{border-bottom:1px solid #8e8e8e}.contacts__page .block__2 .inner__block_2 .right .right__content .contacts__btn{margin-top:90px;display:inline-block;position:relative;padding-bottom:120px}.contacts__page .block__2 .inner__block_2 .right .right__content .contacts__btn span{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;text-transform:uppercase;padding:23px 51px;font-family:"Roboto", sans-serif;border-radius:8px;background-color:#ed1c24;position:relative;font-size:13px;font-weight:bold;line-height:1.15;letter-spacing:0.2px;text-align:center;color:#fff}@media screen and (min-width: 1280px) and (max-width: 1600px){.contacts__page .block__1{width:100%;height:auto}.contacts__page .block__1 .inner__block_1{margin-left:auto;margin-right:auto;background-image:url("/local/templates/main/images/activity__page/activity__bg.jpg");background-repeat:no-repeat;background-position:center top;width:100%;height:404px;background-size:cover}.contacts__page .block__1 .inner__block_1 .contacts__text{padding-top:90px;font-family:"Roboto Slab", serif;font-size:30px;font-weight:bold;line-height:2.47;letter-spacing:0.99px;color:#fff;display:block;text-align:center;text-transform:uppercase}.contacts__page .block__1 .inner__block_1 .contacts__title{font-family:"Roboto Slab", serif;font-size:64px;font-weight:bold;line-height:1.16;letter-spacing:2.11px;color:#fff;display:block;text-align:center;text-transform:uppercase}.contacts__page .block__2{width:100%}.contacts__page .block__2 .inner__block_2{width:100%}.contacts__page .block__2 .inner__block_2 .right .right__content{width:350px;margin-left:45px}.contacts__page .block__2 .inner__block_2 .right .right__content .subtext{position:relative;margin-bottom:70px}.contacts__page .block__2 .inner__block_2 .right .right__content .subtext::after{width:100%}.contacts__page .block__2 .inner__block_2 .right .right__content .subtext .subtitle{font-family:"Roboto Slab", serif;font-size:35px;font-weight:bold;line-height:1.09;color:#4d4d4d;margin-bottom:10px}.contacts__page .block__2 .inner__block_2 .right .right__content .subtext .mark{font-family:"Roboto", sans-serif;font-size:16px;font-weight:normal;line-height:1.25;color:#1d1d1d;position:relative;margin-left:16px}.contacts__page .block__2 .inner__block_2 .right .right__content .prime__time::after{width:100%}.contacts__page .block__2 .inner__block_2 .right .right__content .prime__time .prime__date{font-family:"Roboto", sans-serif;font-size:14px;font-weight:500;line-height:1.43;color:#1d1d1d;margin-bottom:16px;display:inline-block;position:relative}.contacts__page .block__2 .inner__block_2 .right .right__content .prime__time .prime__date::before{display:block;content:'';position:absolute;top:1px;left:-25px;background-image:url("/local/templates/main/images/time__icon.png");background-repeat:no-repeat;background-size:contain;width:16px;height:16px}.contacts__page .block__2 .inner__block_2 .right .right__content .prime__time .prime__date_list li{margin-bottom:12px;display:block}.contacts__page .block__2 .inner__block_2 .right .right__content .prime__time .prime__date_list li span{display:inline-block;font-family:"Roboto", sans-serif;font-size:18px;line-height:1.11}.contacts__page .block__2 .inner__block_2 .right .right__content .prime__time .prime__date_list li span:first-child{color:#1d1d1d;margin-right:17px}.contacts__page .block__2 .inner__block_2 .right .right__content .prime__time .prime__date_list li span:last-child{color:#1d1d1d;opacity:0.5}.contacts__page .block__2 .inner__block_2 .right .right__content .information .prime__phone{font-family:"Roboto", sans-serif;font-size:14px;font-weight:500;line-height:1.43;color:#1d1d1d;display:inline-block;margin-bottom:16px}.contacts__page .block__2 .inner__block_2 .right .right__content .information .prime__phone_list li{margin-bottom:12px;display:block}.contacts__page .block__2 .inner__block_2 .right .right__content .information .prime__phone_list li span{display:inline-block;font-family:"Roboto", sans-serif;font-size:18px;line-height:1.11}.contacts__page .block__2 .inner__block_2 .right .right__content .information .prime__phone_list li span:first-child{color:#1d1d1d;margin-right:17px}.contacts__page .block__2 .inner__block_2 .right .right__content .information .prime__phone_list li span:last-child{color:#1d1d1d;opacity:0.5}.contacts__page .block__2 .inner__block_2 .right .right__content .contacts__btn{margin-top:90px;display:inline-block;position:relative;padding-bottom:120px}.contacts__page .block__2 .inner__block_2 .right .right__content .contacts__btn span{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;text-transform:uppercase;padding:23px 51px;font-family:"Roboto", sans-serif;border-radius:8px;background-color:#ed1c24;position:relative;font-size:13px;font-weight:bold;line-height:1.15;letter-spacing:0.2px;text-align:center;color:#fff}}@media screen and (min-width: 1024px) and (max-width: 1279px){.contacts__page .block__1{width:100%;height:auto}.contacts__page .block__1 .inner__block_1{margin-left:auto;margin-right:auto;background-image:url("/local/templates/main/images/activity__page/activity__bg.jpg");background-repeat:no-repeat;background-position:center top;width:100%;height:404px;background-size:cover}.contacts__page .block__1 .inner__block_1 .contacts__text{padding-top:90px;font-family:"Roboto Slab", serif;font-size:30px;font-weight:bold;line-height:2.47;letter-spacing:0.99px;color:#fff;display:block;text-align:center;text-transform:uppercase}.contacts__page .block__1 .inner__block_1 .contacts__title{font-family:"Roboto Slab", serif;font-size:64px;font-weight:bold;line-height:1.16;letter-spacing:2.11px;color:#fff;display:block;text-align:center;text-transform:uppercase}.contacts__page .block__2{width:100%}.contacts__page .block__2 .inner__block_2{width:100%}.contacts__page .block__2 .inner__block_2 .right .right__content{width:350px;margin-left:45px}.contacts__page .block__2 .inner__block_2 .right .right__content .subtext{position:relative;margin-bottom:70px}.contacts__page .block__2 .inner__block_2 .right .right__content .subtext::after{width:100%}.contacts__page .block__2 .inner__block_2 .right .right__content .subtext .subtitle{font-family:"Roboto Slab", serif;font-size:35px;font-weight:bold;line-height:1.09;color:#4d4d4d;margin-bottom:10px}.contacts__page .block__2 .inner__block_2 .right .right__content .subtext .mark{font-family:"Roboto", sans-serif;font-size:16px;font-weight:normal;line-height:1.25;color:#1d1d1d;position:relative;margin-left:16px}.contacts__page .block__2 .inner__block_2 .right .right__content .prime__time::after{width:100%}.contacts__page .block__2 .inner__block_2 .right .right__content .prime__time .prime__date{font-family:"Roboto", sans-serif;font-size:14px;font-weight:500;line-height:1.43;color:#1d1d1d;margin-bottom:16px;display:inline-block;position:relative}.contacts__page .block__2 .inner__block_2 .right .right__content .prime__time .prime__date::before{display:block;content:'';position:absolute;top:1px;left:-25px;background-image:url("/local/templates/main/images/time__icon.png");background-repeat:no-repeat;background-size:contain;width:16px;height:16px}.contacts__page .block__2 .inner__block_2 .right .right__content .prime__time .prime__date_list li{margin-bottom:12px;display:block}.contacts__page .block__2 .inner__block_2 .right .right__content .prime__time .prime__date_list li span{display:inline-block;font-family:"Roboto", sans-serif;font-size:18px;line-height:1.11}.contacts__page .block__2 .inner__block_2 .right .right__content .prime__time .prime__date_list li span:first-child{color:#1d1d1d;margin-right:17px}.contacts__page .block__2 .inner__block_2 .right .right__content .prime__time .prime__date_list li span:last-child{color:#1d1d1d;opacity:0.5}.contacts__page .block__2 .inner__block_2 .right .right__content .information .prime__phone{font-family:"Roboto", sans-serif;font-size:14px;font-weight:500;line-height:1.43;color:#1d1d1d;display:inline-block;margin-bottom:16px}.contacts__page .block__2 .inner__block_2 .right .right__content .information .prime__phone_list li{margin-bottom:12px;display:block}.contacts__page .block__2 .inner__block_2 .right .right__content .information .prime__phone_list li span{display:inline-block;font-family:"Roboto", sans-serif;font-size:18px;line-height:1.11}.contacts__page .block__2 .inner__block_2 .right .right__content .information .prime__phone_list li span:first-child{color:#1d1d1d;margin-right:17px}.contacts__page .block__2 .inner__block_2 .right .right__content .information .prime__phone_list li span:last-child{color:#1d1d1d;opacity:0.5}.contacts__page .block__2 .inner__block_2 .right .right__content .contacts__btn{margin-top:90px;display:inline-block;position:relative;padding-bottom:120px}.contacts__page .block__2 .inner__block_2 .right .right__content .contacts__btn span{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;text-transform:uppercase;padding:23px 51px;font-family:"Roboto", sans-serif;border-radius:8px;background-color:#ed1c24;position:relative;font-size:13px;font-weight:bold;line-height:1.15;letter-spacing:0.2px;text-align:center;color:#fff}}@media screen and (min-width: 768px) and (max-width: 1023px){.contacts__page .block__1{width:100%;height:auto}.contacts__page .block__1 .inner__block_1{width:100%;height:404px;background-size:cover}.contacts__page .block__1 .inner__block_1 .contacts__text{padding-top:140px;font-size:26px;line-height:3}.contacts__page .block__1 .inner__block_1 .contacts__title{font-size:46px;line-height:1.5;letter-spacing:1.5px}.contacts__page .block__2{width:100%;background-color:#fff}.contacts__page .block__2 .inner__block_2{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff}.contacts__page .block__2 .inner__block_2 .left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;height:520px}.contacts__page .block__2 .inner__block_2 .right{display:-webkit-box;display:-ms-flexbox;display:flex;width:740px;margin-left:auto;margin-right:auto;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.contacts__page .block__2 .inner__block_2 .right .right__content{width:100%;padding-top:60px;margin:0}.contacts__page .block__2 .inner__block_2 .right .right__content .subtext::after{width:100%}.contacts__page .block__2 .inner__block_2 .right .right__content .subtext .subtitle{font-size:28px;line-height:1.4}.contacts__page .block__2 .inner__block_2 .right .right__content .subtext .mark{font-family:"Roboto", sans-serif;font-size:16px;font-weight:normal;line-height:1.25;color:#1d1d1d;position:relative;margin-left:16px}.contacts__page .block__2 .inner__block_2 .right .right__content .subtext .mark::before{width:100%}.contacts__page .block__2 .inner__block_2 .right .right__content .prime__time{display:inline-block;width:50%}.contacts__page .block__2 .inner__block_2 .right .right__content .prime__time::after{width:0}.contacts__page .block__2 .inner__block_2 .right .right__content .information{display:inline-block;width:50%}.contacts__page .block__2 .inner__block_2 .right .right__content .contacts__btn{margin-top:40px;margin-left:370px;padding-bottom:40px}.contacts__page .block__2 .inner__block_2 .right .right__content .contacts__btn span{padding:18px 50px}}@media screen and (min-width: 320px) and (max-width: 767px){.contacts__page .block__1{width:100%;height:auto}.contacts__page .block__1 .inner__block_1{width:100%;height:404px;background-size:cover}.contacts__page .block__1 .inner__block_1 .contacts__text{padding-top:140px;font-size:24px}.contacts__page .block__1 .inner__block_1 .contacts__title{font-size:26px;line-height:1.5;letter-spacing:0.8px}.contacts__page .block__2{width:100%;background-color:#fff}.contacts__page .block__2 .inner__block_2{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff}.contacts__page .block__2 .inner__block_2 .left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;height:520px}.contacts__page .block__2 .inner__block_2 .right{display:-webkit-box;display:-ms-flexbox;display:flex;width:300px;margin-left:auto;margin-right:auto;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.contacts__page .block__2 .inner__block_2 .right .right__content{width:100%;padding-top:60px;margin:0}.contacts__page .block__2 .inner__block_2 .right .right__content .subtext::after{width:100%}.contacts__page .block__2 .inner__block_2 .right .right__content .subtext .subtitle{font-size:28px;line-height:1.4}.contacts__page .block__2 .inner__block_2 .right .right__content .subtext .mark{font-family:"Roboto", sans-serif;font-size:16px;font-weight:normal;line-height:1.25;color:#1d1d1d;position:relative;margin-left:16px}.contacts__page .block__2 .inner__block_2 .right .right__content .subtext .mark::before{width:100%}.contacts__page .block__2 .inner__block_2 .right .right__content .prime__time{position:relative;margin-bottom:70px}.contacts__page .block__2 .inner__block_2 .right .right__content .prime__time::after{width:100%}.contacts__page .block__2 .inner__block_2 .right .right__content .contacts__btn{margin-top:40px;padding-bottom:40px}.contacts__page .block__2 .inner__block_2 .right .right__content .contacts__btn span{padding:20px 81px}}.direction__page{position:relative;background-color:#fff}.direction__page .block__1{width:100%;min-height:404px}.direction__page .block__1 .inner__block_1{background-image:url("/local/templates/main/images/activity__page/activity__bg.jpg");background-repeat:no-repeat;background-position:center top;width:100%;margin:auto;height:404px;background-size:cover}.direction__page .block__1 .inner__block_1 .direction_title{display:block;font-family:"Roboto Slab", serif;font-size:64px;font-weight:bold;line-height:1.16;letter-spacing:2.11px;text-align:center;color:#fff;text-transform:uppercase;padding-top:105px;margin-bottom:60px}.direction__page .block__2{width:100%;position:relative;background-color:#fff}.direction__page .block__2 .inner__block_2{position:relative;width:1280px;margin:auto;padding-top:85px;padding-bottom:100px}.direction__page .block__2 .inner__block_2 .direction__list .direction__item{width:100%;height:100px;overflow:hidden;background-color:#f8f8f8;font-size:0;padding-left:26px;position:relative;margin-bottom:20px}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .open__direction_card{position:absolute;display:block;right:45px;width:33px;top:35px;height:30px;cursor:pointer;-webkit-transition:opacity 0.3s;-o-transition:opacity 0.3s;transition:opacity 0.3s}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .open__direction_card span{display:block;position:absolute;width:20px;height:3px;top:50%;background-color:#1d1d1d}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .open__direction_card span:first-child{left:0;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .open__direction_card span:last-child{right:0;-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .open__direction_card:hover{opacity:0.5}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .openDirectionCards span{-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;-o-transition:transform 0.3s;transition:transform 0.3s;transition:transform 0.3s, -webkit-transform 0.3s}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .openDirectionCards span:first-child{left:0;-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .openDirectionCards span:last-child{right:0;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .closeDirectionCards span{-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;-o-transition:transform 0.3s;transition:transform 0.3s;transition:transform 0.3s, -webkit-transform 0.3s}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .subtitle{font-family:"Roboto Slab", serif;font-size:28px;font-weight:bold;color:#1d1d1d;line-height:100px;display:block;margin-bottom:12px;cursor:pointer}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .subtitle span{line-height:1.3;vertical-align:middle;display:inline-block}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .direction__section{overflow:hidden;-webkit-transition:height 0.4s;-o-transition:height 0.4s;transition:height 0.4s}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .direction__section .item{cursor:pointer;display:inline-block;width:296px;height:80px;background-color:#fff;border:solid 1px #e9e9e9;border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:14px;margin-bottom:14px}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .direction__section .item img{width:74px;height:auto;border-radius:8px 0 0 8px}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .direction__section .item .text{width:190px;display:inline-block;vertical-align:top}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .direction__section .item .text .number{text-transform:uppercase;font-family:"Roboto", sans-serif;font-size:13px;font-weight:500;line-height:2.15;color:#c1c1c1;display:inline-block;font-style:normal;margin-top:11px;margin-left:15px}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .direction__section .item .text .directionNew,.direction__page .block__2 .inner__block_2 .direction__list .direction__item .direction__section .item .text .directionStock,.direction__page .block__2 .inner__block_2 .direction__list .direction__item .direction__section .item .text .directionDiscount{text-align:center;padding:2px 12px;font-size:9px;border-radius:5px;color:#fff}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .direction__section .item .text .directionNew{background-color:#ed1c24}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .direction__section .item .text .directionStock{background-color:#4d4d4d}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .direction__section .item .text .directionDiscount{background-color:#ed8b1c}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .direction__section .item .text .txt{display:block;font-family:"Roboto", sans-serif;font-size:18px;font-weight:500;line-height:1.56;color:#1d1d1d;margin-left:15px;padding:0}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .direction__section .item:nth-child(4n+4){margin-right:0}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .direction__section .item:last-child{margin-bottom:35px}@media screen and (min-width: 1023px) and (max-width: 1279px){.direction__page .block__2 .inner__block_2{width:980px}}@media screen and (min-width: 768px) and (max-width: 1023px){.direction__page .block__1 .inner__block_1 .direction_title{font-size:46px;line-height:1.61;letter-spacing:1.52px}.direction__page .block__2 .inner__block_2{width:768px}}@media screen and (min-width: 320px) and (max-width: 767px){.direction__page .block__1 .inner__block_1 .direction_title{font-size:30px;padding-top:172px}.direction__page .block__2 .inner__block_2{position:relative;width:310px;margin:auto;padding-top:85px;padding-bottom:100px}.direction__page .block__2 .inner__block_2 .direction__list .direction__item{height:60px;padding-left:15px}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .open__direction_card{right:11px;width:17px;top:26px;height:14px}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .open__direction_card span{display:block;position:absolute;width:10px;height:1px}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .subtitle{font-size:16px;line-height:3.7;margin-bottom:0}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .subtitle span{display:inline-block;width:200px;line-height:1.3;vertical-align:middle}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .direction__section .item{cursor:pointer;display:inline-block;width:296px;height:60px;background-color:#fff;border:solid 1px #e9e9e9;border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:14px;margin-bottom:14px}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .direction__section .item img{width:74px;height:100%;-o-object-fit:cover;object-fit:cover}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .direction__section .item .text{width:190px;display:inline-block;vertical-align:top}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .direction__section .item .text .number{text-transform:uppercase;font-family:"Roboto", sans-serif;font-size:13px;font-weight:500;line-height:2.15;color:#c1c1c1;display:inline-block;font-style:normal;margin-top:11px;margin-left:15px}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .direction__section .item .text .directionNew,.direction__page .block__2 .inner__block_2 .direction__list .direction__item .direction__section .item .text .directionStock,.direction__page .block__2 .inner__block_2 .direction__list .direction__item .direction__section .item .text .directionDiscount{text-align:center;padding:2px 12px;font-size:7px;border-radius:5px;color:#fff}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .direction__section .item .text .txt{display:block;font-family:"Roboto", sans-serif;font-size:13px;font-weight:500;line-height:1.56;color:#1d1d1d;margin-left:15px;padding:0}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .direction__section .item:first-child{margin-top:3px}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .direction__section .item:nth-child(4n+4){margin-right:0}.direction__page .block__2 .inner__block_2 .direction__list .direction__item .direction__section .item:last-child{margin-bottom:0}}.information__page{position:relative;background-color:#fff;height:100%}.information__page .block__1{width:100%;min-height:404px;margin-bottom:40px}.information__page .block__1 .inner__block_1{background-image:url("/local/templates/main/images/info__page/info__bg.jpg");background-repeat:no-repeat;background-position:center top;width:100%;height:404px;background-size:cover;position:relative}.information__page .block__1 .inner__block_1 .info__title{display:block;position:absolute;top:100px;left:50%;color:#fff;font-family:"Roboto", sans-serif;text-transform:uppercase;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);font-size:64px;font-weight:bold;line-height:1.16;letter-spacing:2.11px}.information__page .block__2{width:100%;height:100%}.information__page .block__2 .inner__block_2{width:1280px;height:100%;display:block;margin-left:auto;margin-right:auto}.information__page .block__2 .inner__block_2 .info__subtitle{display:inline-block;width:960px;font-family:"Roboto Slab", serif;font-size:38px;font-weight:bold;line-height:1.47;color:#1d1d1d;margin-bottom:40px}.information__page .block__2 .inner__block_2 .info__gallery{display:block;width:100%;height:100%;padding-top:50px;padding-bottom:50px;font-size:0}.information__page .block__2 .inner__block_2 .info__gallery .info__gallery_item{display:inline-block;height:397px;margin-bottom:16px}.information__page .block__2 .inner__block_2 .info__gallery .info__gallery_item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.information__page .block__2 .inner__block_2 .info__gallery .info__gallery_item:nth-child(1){width:848px;margin-right:16px}.information__page .block__2 .inner__block_2 .info__gallery .info__gallery_item:nth-child(2){width:416px}.information__page .block__2 .inner__block_2 .info__gallery .info__gallery_item:nth-child(3){width:848px;margin-right:16px}.information__page .block__2 .inner__block_2 .info__gallery .info__gallery_item:nth-child(4){width:416px}.information__page .block__3{width:100%;min-height:500px}.information__page .block__3 .inner__block_3,.information__page .block__3 .inner__block_6{width:1280px;min-height:500px;display:block;margin-left:auto;margin-right:auto}.information__page .block__3 .inner__block_3 .info__text,.information__page .block__3 .inner__block_6 .info__text{display:inline-block;margin-bottom:40px;width:956px;font-family:"Roboto", sans-serif;font-size:16px;line-height:1.73;color:#1d1d1d}.information__page .block__3 .inner__block_3 .info__right,.information__page .block__3 .inner__block_6 .info__right{float:right;display:inline-block;width:250px}.information__page .block__3 .inner__block_3 .info__right .info__right_item,.information__page .block__3 .inner__block_6 .info__right .info__right_item{display:block}.information__page .block__3 .inner__block_3 .info__right .info__right_item span,.information__page .block__3 .inner__block_6 .info__right .info__right_item span{display:block}.information__page .block__3 .inner__block_3 .info__right .info__right_item span:first-child,.information__page .block__3 .inner__block_6 .info__right .info__right_item span:first-child{font-family:"Roboto Slab", serif;font-size:49px;font-weight:bold;line-height:1.31;color:#1d1d1d;margin-bottom:10px}.information__page .block__3 .inner__block_3 .info__right .info__right_item span:last-child,.information__page .block__3 .inner__block_6 .info__right .info__right_item span:last-child{opacity:0.6;font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:1.57;color:#4d4d4d}.information__page .block__3 .inner__block_3 .info__right .info__right_item:first-child,.information__page .block__3 .inner__block_6 .info__right .info__right_item:first-child{margin-bottom:30px}.information__page .block__3 .inner__block_3 .info__trainer,.information__page .block__3 .inner__block_6 .info__trainer{float:right;display:inline-block;width:230px;margin-top:20px;text-align:left}.information__page .block__3 .inner__block_3 .info__trainer .trainer__face,.information__page .block__3 .inner__block_6 .info__trainer .trainer__face{width:138px;height:138px;display:block}.information__page .block__3 .inner__block_3 .info__trainer .trainer__face img,.information__page .block__3 .inner__block_6 .info__trainer .trainer__face img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.information__page .block__3 .inner__block_3 .info__trainer .trainer__name,.information__page .block__3 .inner__block_6 .info__trainer .trainer__name{margin-top:10px;margin-bottom:10px;display:inline-block;font-family:"Roboto", sans-serif;font-size:17px;font-weight:500;line-height:1.65;color:#1d1d1d}.information__page .block__3 .inner__block_3 .info__trainer .trainer__txt,.information__page .block__3 .inner__block_6 .info__trainer .trainer__txt{display:inline-block;width:225px;text-align:left;opacity:0.6;font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:1.57;color:#4d4d4d}.information__page .block__4{width:100%;height:100%;margin-bottom:40px}.information__page .block__4 .inner__block_4{width:1280px;height:100%;display:block;margin-left:auto;margin-right:auto}.information__page .block__4 .inner__block_4 .info__gallery2{font-size:0}.information__page .block__4 .inner__block_4 .info__gallery2 .left{width:308px;display:inline-block;font-size:0;margin-right:16px}.information__page .block__4 .inner__block_4 .info__gallery2 .left .info__gallery_img{display:inline-block;width:308px;height:263px;font-size:0;margin-bottom:14px}.information__page .block__4 .inner__block_4 .info__gallery2 .left .info__gallery_img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.information__page .block__4 .inner__block_4 .info__gallery2 .left .info__gallery_img:last-child{margin-bottom:0}.information__page .block__4 .inner__block_4 .info__gallery2 .center{width:632px;height:817px;display:inline-block;margin-right:16px}.information__page .block__4 .inner__block_4 .info__gallery2 .center .info__gallery_img{display:block;width:632px;height:817px}.information__page .block__4 .inner__block_4 .info__gallery2 .center .info__gallery_img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.information__page .block__4 .inner__block_4 .info__gallery2 .right{width:308px;display:inline-block;font-size:0}.information__page .block__4 .inner__block_4 .info__gallery2 .right .info__gallery_img{display:inline-block;width:308px;font-size:0;margin-bottom:14px}.information__page .block__4 .inner__block_4 .info__gallery2 .right .info__gallery_img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.information__page .block__4 .inner__block_4 .info__gallery2 .right .info__gallery_img:nth-child(1){height:263px}.information__page .block__4 .inner__block_4 .info__gallery2 .right .info__gallery_img:nth-child(2){height:540px}.information__page .block__5{width:100%;height:100%}.information__page .block__5 .inner__block_5{width:1280px;height:100%;margin-left:auto;margin-right:auto;margin-bottom:40px}.information__page .block__5 .inner__block_5 table{border-spacing:0;width:960px;border-top:1px solid #4d4d4d}.information__page .block__5 .inner__block_5 table tbody tr{-webkit-box-sizing:border-box;box-sizing:border-box;height:60px}.information__page .block__5 .inner__block_5 table tbody tr th{width:20%;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:"Roboto", sans-serif;font-size:16px;font-weight:bold;line-height:60px;text-align:center;color:#1d1d1d;border-bottom:1px solid #4d4d4d;border-left:1px solid #4d4d4d;border-right:1px solid #4d4d4d}.information__page .block__5 .inner__block_5 table tbody tr td{width:20%;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:"Roboto", sans-serif;font-size:16px;font-weight:normal;line-height:60px;text-align:center;color:#1d1d1d;border-bottom:1px solid #4d4d4d;border-right:1px solid #4d4d4d}.information__page .block__5 .inner__block_5 table tbody tr:nth-child(odd){background-color:#eee}@media screen and (min-width: 1024px) and (max-width: 1279px){.information__page .block__2 .inner__block_2{width:960px}.information__page .block__2 .inner__block_2 .info__subtitle{width:100%}.information__page .block__3 .inner__block_3{width:960px}}@media screen and (min-width: 768px) and (max-width: 1023px){.information__page .block__2 .inner__block_2{width:720px}.information__page .block__3 .inner__block_3{width:720px}}@media screen and (min-width: 320px) and (max-width: 767px){.information__page .block__2 .inner__block_2{width:290px}.information__page .block__3 .inner__block_3{width:290px}}.main__page{position:relative}.main__page .visibleHidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);overflow:hidden}.main__page .block__1{position:relative}.main__page .block__1 .slide__prev,.main__page .block__1 .slide__next{position:absolute;width:8%;height:100%;z-index:1;cursor:pointer}.main__page .block__1 .slide__prev i,.main__page .block__1 .slide__next i{display:block;position:absolute;width:50px;height:50px;top:50%;left:40px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:background-color 0.4s;-o-transition:background-color 0.4s;transition:background-color 0.4s}.main__page .block__1 .slide__prev i span,.main__page .block__1 .slide__next i span{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.main__page .block__1 .slide__prev i span:first-child,.main__page .block__1 .slide__next i span:first-child{display:block;position:absolute;top:50%;right:15px;margin-top:-8px;width:20px;height:3px;background-color:#fff}.main__page .block__1 .slide__prev i span:last-child,.main__page .block__1 .slide__next i span:last-child{display:block;position:absolute;top:50%;right:15px;margin-top:4px;width:20px;height:3px;background-color:#fff}.main__page .block__1 .slide__prev:hover i,.main__page .block__1 .slide__next:hover i{background-color:darkslategray}.main__page .block__1 .slide__prev{top:0;left:0}.main__page .block__1 .slide__prev i span:first-child{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.main__page .block__1 .slide__prev i span:last-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.main__page .block__1 .slide__next{top:0;right:0}.main__page .block__1 .slide__next i span:first-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.main__page .block__1 .slide__next i span:last-child{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.main__page .block__1 .main__slider{width:100%;margin-left:auto;margin-right:auto}.main__page .block__1 .main__slider .slick-dots{position:absolute;bottom:100px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.main__page .block__1 .main__slider .slick-dots li{display:inline-block;margin-right:40px;background-color:#fff;border-radius:50%;width:9px;height:9px;border:1px solid #c7c7c7}.main__page .block__1 .main__slider .slick-dots li button{cursor:pointer;opacity:0}.main__page .block__1 .main__slider .slick-dots .slick-active{background-color:#ed1c24}.main__page .block__1 .main__slider .slide{width:100%;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.main__page .block__1 .main__slider .slide img{position:relative;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.main__page .block__1 .main__slider .slide a{outline:none;display:block;width:100%;height:100%;position:relative}.main__page .block__1 .main__slider .slide .slide__content{width:50%;right:0;top:170px;position:absolute}.main__page .block__1 .main__slider .slide .slide__content .slide__title{padding-top:150px}.main__page .block__1 .main__slider .slide .slide__content .slide__title span{width:454px;display:block;font-family:"Roboto Slab", serif;font-size:103px;font-weight:bold;line-height:1;letter-spacing:1.85px;text-align:left;color:#1d1d1d;margin-bottom:20px}.main__page .block__1 .main__slider .slide .slide__content .slide__title span:nth-child(2){color:#ed1c24}.main__page .block__1 .main__slider .slide .slide__content .slide__text span{display:block;font-family:"Roboto", sans-serif;font-size:18px;line-height:1.22;letter-spacing:0.27px;text-align:left;color:#1d1d1d;margin-bottom:12px}.main__page .block__1 .main__slider .slide .slide__content .slide__text span:last-child{margin-bottom:70px}.main__page .block__1 .main__slider .slide .slide__content .slide__button{display:block;margin-bottom:20px;position:relative}.main__page .block__1 .main__slider .slide .slide__content .slide__button span{text-transform:uppercase;padding:22px 67px;font-family:"Roboto", sans-serif;font-size:16px;font-weight:bold;line-height:1.19;letter-spacing:0.24px;text-align:center;color:#ed1c24;border-radius:8px;border:solid 2px #ed1c24;-webkit-transition:color 0.3s, background-color 0.3s;-o-transition:color 0.3s, background-color 0.3s;transition:color 0.3s, background-color 0.3s;position:relative}.main__page .block__1 .main__slider .slide .slide__content .slide__button span::before,.main__page .block__1 .main__slider .slide .slide__content .slide__button span::after{content:'';display:block;position:absolute;top:50%;right:40px;width:10px;height:2px;background-color:#ed1c24;-webkit-transition:background-color 0.3s;-o-transition:background-color 0.3s;transition:background-color 0.3s}.main__page .block__1 .main__slider .slide .slide__content .slide__button span::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin-top:-5px}.main__page .block__1 .main__slider .slide .slide__content .slide__button span::after{margin-top:1px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.main__page .block__1 .main__slider .slide .slide__content .slide__button:hover span{background-color:#ed1c24;color:#fff}.main__page .block__1 .main__slider .slide .slide__content .slide__button:hover span::after,.main__page .block__1 .main__slider .slide .slide__content .slide__button:hover span::before{background-color:#fff}.main__page .block__2{position:relative;width:100%;height:1040px;margin-left:auto;margin-right:auto}.main__page .block__2 .dots__content .slick-track{-webkit-transform:none !important;-ms-transform:none !important;transform:none !important}.main__page .block__2 .slick-slider{outline:none}.main__page .block__2 .second__slider_dots{display:block;position:relative;margin-top:-117px;margin-left:auto;margin-right:auto;z-index:19;font-family:"Roboto", sans-serif;font-weight:500;line-height:1.29;color:#fff;width:1280px;text-align:center}.main__page .block__2 .second__slider_dots .slick-track{-webkit-transition:none !important;-o-transition:none !important;transition:none !important;width:1280px}.main__page .block__2 .second__slider_dots .dots__content{display:block;font-size:0;text-align:center;position:relative}.main__page .block__2 .second__slider_dots .dots__content .slick-list{padding:0 !important;overflow:visible}.main__page .block__2 .second__slider_dots .dots__content .slick-list .slick-track{display:inline-block}.main__page .block__2 .second__slider_dots .dots__content .slick-slide{height:auto}.main__page .block__2 .second__slider_dots .dots__content .slick-slide.slick-current i{-webkit-transition:top 0.3s;-o-transition:top 0.3s;transition:top 0.3s;top:-15px}.main__page .block__2 .second__slider_dots .dots__content .item{font-size:14px;vertical-align:top;display:block;text-align:center;cursor:pointer;outline:none;position:relative;width:115px;padding-top:42px;margin-right:70px}.main__page .block__2 .second__slider_dots .dots__content .item .dots__img{background-repeat:no-repeat;background-position:center center;display:block;position:absolute;top:0;width:115px;height:32px}.main__page .block__2 .second__slider_dots .dotsPanelBottom{position:absolute;top:100px;left:0;width:1280px;height:1px}.main__page .block__2 .second__slider_dots .dotsPanelBottom .dotsFloatBorderBottom{position:absolute;left:0;bottom:-1px;width:115px;height:3px;background-color:#fff}.main__page .block__2 .second__slide_prev,.main__page .block__2 .second__slide_next{position:absolute;width:8%;height:100%;z-index:1;cursor:pointer;top:0}.main__page .block__2 .second__slide_prev i,.main__page .block__2 .second__slide_next i{display:block;position:absolute;width:50px;height:50px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:background-color 0.4s;-o-transition:background-color 0.4s;transition:background-color 0.4s}.main__page .block__2 .second__slide_prev i span,.main__page .block__2 .second__slide_next i span{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block;position:absolute;top:50%;background-color:#fff;width:20px;height:3px}.main__page .block__2 .second__slide_prev i span:first-child,.main__page .block__2 .second__slide_next i span:first-child{right:15px;margin-top:-8px}.main__page .block__2 .second__slide_prev i span:last-child,.main__page .block__2 .second__slide_next i span:last-child{right:15px;margin-top:4px}.main__page .block__2 .second__slide_prev:hover i,.main__page .block__2 .second__slide_next:hover i{background-color:darkslategray}.main__page .block__2 .second__slide_next{right:0}.main__page .block__2 .second__slide_next i{right:40px}.main__page .block__2 .second__slide_next i span:first-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.main__page .block__2 .second__slide_next i span:last-child{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.main__page .block__2 .second__slide_prev{left:0}.main__page .block__2 .second__slide_prev i{left:40px}.main__page .block__2 .second__slide_prev i span:first-child{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.main__page .block__2 .second__slide_prev i span:last-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.main__page .block__2 .second__slider{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.main__page .block__2 .second__slider .slick-dots{position:absolute;bottom:100px;left:300px;background-color:rgba(255,255,255,0.5);width:1280px;height:1px}.main__page .block__2 .second__slider .slick-dots li button{cursor:pointer;opacity:0}.main__page .block__2 .second__slider .slick-dots li:first-child{width:107px;height:3px;background-color:#ed1c24;display:inline-block;margin-right:88px;cursor:pointer}.main__page .block__2 .second__slider .slick-dots li:last-child{margin-right:0}.main__page .block__2 .second__slider .slick-dots .slick-active{background-color:#ed1c24}.main__page .block__2 .second__slider .second__slide{outline:none !important;width:1630px;height:auto;position:relative}.main__page .block__2 .second__slider .second__slide:first-child{margin-left:0}.main__page .block__2 .second__slider .second__slide img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-webkit-box-sizing:border-box;box-sizing:border-box;display:none}.main__page .block__2 .second__slider .second__slide img:first-child{display:block}.main__page .block__2 .second__slider .second__slide img:last-child{display:none;position:absolute;top:0;left:0}.main__page .block__2 .second__slider .second__slide .second__slider_content{display:block;position:absolute;left:0;top:0;width:100%}.main__page .block__2 .second__slider .second__slide .second__slider_content .wrapp{width:1025px;height:auto;padding-top:240px;margin-left:auto;margin-right:auto}.main__page .block__2 .second__slider .second__slide .second__slider_content .wrapp span{display:block;margin-bottom:40px;font-family:"Roboto", sans-serif;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:1.6px;color:#f1f1f1;text-transform:uppercase;position:relative}.main__page .block__2 .second__slider .second__slide .second__slider_content .wrapp span::after{display:block;content:'';position:absolute;bottom:-17px;left:0;width:38px;height:3px;background-color:#ed1c24}.main__page .block__2 .second__slider .second__slide .second__slider_content .wrapp h2{display:block;width:550px;font-family:"Roboto Slab", serif;font-size:56px;font-weight:bold;line-height:1.32;letter-spacing:1.85px;color:#fff;text-transform:uppercase;padding:0;margin-bottom:30px}.main__page .block__2 .second__slider .second__slide .second__slider_content .wrapp p{display:block;width:600px;opacity:0.8;font-family:"Roboto", sans-serif;font-size:15px;font-weight:normal;line-height:2.07;letter-spacing:normal;text-align:left;color:#fff;padding:0;margin:0}.main__page .block__3{display:block;width:100%;margin:auto;background-color:#f8f8f8}.main__page .block__3 .inner__block_3{width:1280px;margin:auto;position:relative;padding-bottom:200px;height:665px}.main__page .block__3 .inner__block_3 .wrappBlock{visibility:hidden;position:absolute;top:0;left:0;width:100%;height:100%}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_woman{top:75%;left:-956px;width:756px;height:767px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);position:absolute;display:block;z-index:12;opacity:0}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_woman img{width:100%;height:auto}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_nike{top:75%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:-685px;width:685px;height:682px;position:absolute;display:block;z-index:10;opacity:0}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_nike img{width:100%;height:auto}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_card{padding-top:100px;top:100px;left:0;width:280px;height:380px;position:absolute;display:block}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_card:nth-child(1){z-index:11;left:-1000px}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_card:nth-child(2){z-index:12;left:-1000px}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_card:nth-child(3){z-index:13;left:-1000px}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_card:nth-child(4){z-index:14;left:-1000px}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_card:nth-child(5){z-index:15;left:-1000px}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_card:nth-child(6){z-index:16;left:-1000px}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_card img{width:100%;height:auto}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_map{width:686px;height:auto;position:absolute;top:75%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:0;opacity:0;-webkit-transition:left 0.5s, opacity 0.6s;-o-transition:left 0.5s, opacity 0.6s;transition:left 0.5s, opacity 0.6s}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_mark_section{display:block;position:absolute;z-index:2;opacity:0;left:-400px;top:-50px;width:686px;height:672px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_mark_section img{width:686px;height:672px}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt{display:block;width:45%;float:right;opacity:0}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt .text{display:inline-block;width:314px;padding-top:230px;font-family:"Roboto Slab", serif;font-size:56px;font-weight:bold;line-height:1.32;letter-spacing:1.85px;color:#1d1d1d;text-transform:uppercase;margin-left:70px;margin-bottom:30px}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt p{margin-left:70px;margin-bottom:30px;width:487px;font-family:"Roboto Slab", serif;font-size:15px;font-weight:normal;line-height:2.07;color:#1d1d1d}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt .second__slide_button{margin-left:70px;display:inline-block;position:relative;overflow:hidden;border-radius:8px}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt .second__slide_button::before{border-radius:8px;position:absolute;display:block;content:'';width:314px;height:67px;background-color:#ed1c24;left:-340px;top:0;-webkit-transition:left 0.5s;-o-transition:left 0.5s;transition:left 0.5s}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt .second__slide_button:hover::before{left:0}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt .second__slide_button:hover span{color:#fff}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt .second__slide_button:hover span::before,.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt .second__slide_button:hover span::after{background-color:#fff}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt .second__slide_button span{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;text-transform:uppercase;padding:22px 82px;font-family:"Roboto", sans-serif;font-size:16px;font-weight:bold;line-height:1.19;letter-spacing:0.24px;text-align:center;color:#ed1c24;border-radius:8px;border:solid 2px #ed1c24;position:relative;-webkit-transition:color 0.5s;-o-transition:color 0.5s;transition:color 0.5s}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt .second__slide_button span::before,.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt .second__slide_button span::after{content:'';display:block;position:absolute;top:50%;right:40px;width:10px;height:2px;background-color:#ed1c24;-webkit-transition:background-color 0.5s;-o-transition:background-color 0.5s;transition:background-color 0.5s}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt .second__slide_button span::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin-top:-5px}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt .second__slide_button span::after{margin-top:1px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.main__page .block__3 .inner__block_3 .block3InnerContent{opacity:1;visibility:visible}.main__page .block__3 .inner__block_3 .active .block__3_card{-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s}.main__page .block__3 .inner__block_3 .active .block__3_card:nth-child(1){left:-20px;-webkit-transition:0.4s;-o-transition:0.4s;transition:0.4s}.main__page .block__3 .inner__block_3 .active .block__3_card:nth-child(2){left:80px;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s}.main__page .block__3 .inner__block_3 .active .block__3_card:nth-child(3){left:180px;-webkit-transition:0.6s;-o-transition:0.6s;transition:0.6s}.main__page .block__3 .inner__block_3 .active .block__3_card:nth-child(4){left:280px;-webkit-transition:0.7s;-o-transition:0.7s;transition:0.7s}.main__page .block__3 .inner__block_3 .active .block__3_card:nth-child(5){left:380px;-webkit-transition:0.8s;-o-transition:0.8s;transition:0.8s}.main__page .block__3 .inner__block_3 .active .block__3_card:nth-child(6){left:480px;-webkit-transition:0.9s;-o-transition:0.9s;transition:0.9s}.main__page .block__3 .block__3_tabs{width:100%;background-color:#a2a2a2}.main__page .block__3 .block__3_tabs .inner__tabs{width:100%;margin:auto;font-size:0}.main__page .block__3 .block__3_tabs .inner__tabs .tab{display:inline-block;width:33.3%;height:110px;font-size:26px;color:#fff;text-align:center;font-family:"Roboto Slab", serif;font-weight:bold;line-height:110px;letter-spacing:0.86px;cursor:pointer;background-color:#a2a2a2}.main__page .block__3 .block__3_tabs .inner__tabs .mainTabActive{background-color:#ed1c24;pointer-events:none}.main__page .block__4{width:100%;background-color:#fff;padding-bottom:231px;position:relative}.main__page .block__4 .text{padding-top:160px;font-family:"Roboto", sans-serif;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:1.6px;color:#000;text-transform:uppercase;display:block;text-align:center;position:relative;margin-bottom:37px}.main__page .block__4 .text::after{display:block;position:absolute;content:'';width:38px;height:3px;bottom:-17px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background-color:#000}.main__page .block__4 .subtitle{font-family:"Roboto", sans-serif;font-size:56px;font-weight:bold;line-height:1.32;letter-spacing:1.85px;color:#ed1c24;text-transform:uppercase;text-align:center;display:block;margin-bottom:130px}.main__page .block__4 .cards{-webkit-transition:margin-left 0.3s;-o-transition:margin-left 0.3s;transition:margin-left 0.3s;position:relative}.main__page .block__4 .cards .cardsHoverItem{display:block;position:absolute;top:0;right:0;width:200px;height:100%;z-index:100;cursor:pointer;color:#fff;text-transform:uppercase}.main__page .block__4 .cards .card__list{opacity:0;display:block;margin-left:500px;white-space:nowrap}.main__page .block__4 .cards .card__list .slick-list{overflow:visible}.main__page .block__4 .cards .card__list .card__items{display:inline-block;vertical-align:top;-webkit-box-shadow:0 6px 30px 0 rgba(0,0,0,0.07);box-shadow:0 6px 30px 0 rgba(0,0,0,0.07);margin-right:41px;background-color:transparent;height:566px;border-radius:8px;-webkit-transition:-webkit-box-shadow 0.3s;transition:-webkit-box-shadow 0.3s;-o-transition:box-shadow 0.3s;transition:box-shadow 0.3s;transition:box-shadow 0.3s, -webkit-box-shadow 0.3s}.main__page .block__4 .cards .card__list .card__items .card__link{width:344px;height:100%;display:block;background-color:#fff;outline:none;border-radius:8px}.main__page .block__4 .cards .card__list .card__items .card__link .card__item{background-repeat:no-repeat;background-size:cover;position:relative;width:344px;height:296px;border-radius:8px 8px 0 0}.main__page .block__4 .cards .card__list .card__items .card__link .card__item.banner{height:100%;background-position:center center;border-radius:8px}.main__page .block__4 .cards .card__list .card__items .card__link .card__item .card__text{display:block;position:absolute;top:16px;left:30px;padding-left:15px;padding-right:15px;font-family:"Roboto", sans-serif;font-size:11px;font-weight:500;letter-spacing:normal;color:#fff;height:30px;line-height:30px;border-radius:5px;background-color:#ed1c24;text-transform:uppercase}.main__page .block__4 .cards .card__list .card__items .card__link .card__item .card__icon_panel{display:block;bottom:16px;left:30px;position:absolute;font-size:0}.main__page .block__4 .cards .card__list .card__items .card__link .card__item .card__icon_panel span{margin-right:8px;border-radius:5px;width:25px;height:25px;background-color:#3e3e3e;display:inline-block;vertical-align:top;background-repeat:no-repeat;background-size:16px 16px;background-position:center center}.main__page .block__4 .cards .card__list .card__items .card__link .card__item .card__icon_panel span:nth-child(1){font-family:"Roboto Slab", serif;font-size:18px;width:auto;height:auto;font-weight:bold;line-height:1.22;letter-spacing:0.27px;color:#fff;padding:2px 10px}.main__page .block__4 .cards .card__list .card__items .card__link .card__item .card__news{white-space:normal;position:absolute;top:310px}.main__page .block__4 .cards .card__list .card__items .card__link .card__item .card__news .card__title{display:block;font-family:"Roboto", sans-serif;font-size:20px;font-weight:500;line-height:1.2;color:#4d4d4d;margin-left:30px;margin-bottom:13px}.main__page .block__4 .cards .card__list .card__items .card__link .card__item .card__news .card__txt{display:block;width:294px;opacity:0.8;font-family:"Roboto", sans-serif;font-size:14px;font-stretch:normal;line-height:1.86;text-align:left;color:#4d4d4d;margin-left:30px;margin-bottom:10px}.main__page .block__4 .cards .card__list .card__items .card__link .card__item .card__news .card__date{display:block;font-family:"Roboto", sans-serif;font-size:15px;line-height:1.73;color:#ed1c24;margin-left:30px;margin-bottom:25px}.main__page .block__4 .cards .card__list .card__items .card__link .card__item .card__news .card__mark_position{display:block;font-family:"Roboto", sans-serif;font-size:15px;line-height:1.73;color:#949494;position:relative;margin-left:60px}.main__page .block__4 .cards .card__list .card__items .card__link .card__item .card__news .card__mark_position::before{display:block;content:'';position:absolute;top:0;left:-30px;background-image:url("/local/templates/main/images/map__mark.svg");background-repeat:no-repeat;width:18px;height:22px}.main__page .block__4 .cards .card__list .card__items .card__link:hover{-webkit-box-shadow:0 6px 30px 0 rgba(0,0,0,0.16);box-shadow:0 6px 30px 0 rgba(0,0,0,0.16)}.main__page .block__4 .cards .card__list .card__items:last-child{margin-right:0}.main__page .block__5{width:100%;height:750px;position:relative}.main__page .block__5 .inner__block_parallax{background-image:url("/local/templates/main/images/main__page/main__bg.jpg");background-repeat:no-repeat;background-attachment:fixed;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.main__page .block__5 .inner__block_content{position:relative;display:block;margin:auto;width:1280px;padding-top:120px}.main__page .block__5 .inner__block_content .txt{display:block;font-family:"Roboto", sans-serif;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:1.6px;color:#fff;text-transform:uppercase;margin-bottom:35px;position:relative}.main__page .block__5 .inner__block_content .txt::after{position:absolute;display:block;content:'';bottom:-17px;left:0;width:38px;height:3px;background-color:#ed1c24}.main__page .block__5 .inner__block_content .title{display:block;width:770px;text-transform:uppercase;font-family:"Roboto Slab", serif;font-size:56px;font-weight:bold;line-height:1.32;letter-spacing:1.85px;color:#fff;margin-bottom:35px}.main__page .block__5 .inner__block_content .text{width:574px;display:block;opacity:0.8;font-family:"Roboto", sans-serif;font-size:15px;font-weight:normal;line-height:2.07;color:#fff;margin-bottom:30px}.main__page .block__5 .inner__block_content .fieldFromParallax{position:relative}.main__page .block__5 .inner__block_content .fieldFromParallax .field__item{display:inline-block;vertical-align:middle}.main__page .block__5 .inner__block_content .fieldFromParallax label{position:absolute;font-family:"Roboto", sans-serif;font-size:19px;line-height:1.37;color:#949494;top:20px;left:42px;z-index:5}.main__page .block__5 .inner__block_content .fieldFromParallax input{font-family:"Roboto", sans-serif;font-size:19px;line-height:1.37;color:#1d1d1d;padding-left:36px;position:relative;border-radius:3px;border:solid 1px #707070;background-color:#f1f1f1;outline:none;width:370px;height:65px;margin-right:20px;cursor:pointer}.main__page .block__5 .inner__block_content .fieldFromParallax .button__mail{font-family:"Roboto", sans-serif;font-size:16px;font-weight:bold;line-height:1.19;letter-spacing:0.24px;color:#fff;padding:23px 75px;border-radius:8px;background-color:#ed1c24;outline:none;cursor:pointer;border:none;text-transform:uppercase;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background-color 0.3s, color 0.3s;-o-transition:background-color 0.3s, color 0.3s;transition:background-color 0.3s, color 0.3s}.main__page .block__5 .inner__block_content .fieldFromParallax .button__mail:hover{background-color:#fff;color:#ed1c24}.main__page .block__6{width:100%}.main__page .block__6 .text{padding-top:160px;font-family:"Roboto", sans-serif;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:1.6px;color:#000;text-transform:uppercase;display:block;text-align:center;position:relative;margin-bottom:37px}.main__page .block__6 .text::after{display:block;position:absolute;content:'';width:38px;height:3px;bottom:-17px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background-color:#000}.main__page .block__6 .subtitle{font-family:"Roboto", sans-serif;font-size:56px;font-weight:bold;line-height:1.32;letter-spacing:1.85px;color:#ed1c24;text-transform:uppercase;text-align:center;display:block;margin-bottom:130px}.main__page .block__6 .activity__cards{display:block;opacity:0;position:relative;margin-left:500px}.main__page .block__6 .activity__cards .activityHoverItem{display:block;position:absolute;top:0;right:0;width:200px;height:100%;z-index:100;cursor:pointer;color:#fff;text-transform:uppercase}.main__page .block__6 .activity__cards .slick-list{overflow:visible}.main__page .block__6 .activity__cards .inner__activity{white-space:nowrap;-webkit-transition:margin-left 0.3s;-o-transition:margin-left 0.3s;transition:margin-left 0.3s;position:relative}.main__page .block__6 .activity__cards .inner__activity .activity__card{white-space:normal;width:632px;height:423px;display:inline-block;margin-right:29px;background-color:#fff;border-radius:8px;-webkit-box-shadow:0 6px 30px 0 rgba(0,0,0,0.07);box-shadow:0 6px 30px 0 rgba(0,0,0,0.07);outline:none;-webkit-transition:-webkit-box-shadow 0.3s;transition:-webkit-box-shadow 0.3s;-o-transition:box-shadow 0.3s;transition:box-shadow 0.3s;transition:box-shadow 0.3s, -webkit-box-shadow 0.3s}.main__page .block__6 .activity__cards .inner__activity .activity__card .left{width:346px;height:423px;display:inline-block}.main__page .block__6 .activity__cards .inner__activity .activity__card .left .activity__date{font-family:"Roboto", sans-serif;font-size:16px;font-weight:500;line-height:1.5;color:#ed1c24;display:block;margin-left:30px;margin-bottom:10px;padding-top:26px}.main__page .block__6 .activity__cards .inner__activity .activity__card .left .activity__subtitle{font-family:"Roboto", sans-serif;font-size:23px;font-weight:500;line-height:1.22;color:#1d1d1d;display:block;margin-left:30px;margin-bottom:15px;width:260px}.main__page .block__6 .activity__cards .inner__activity .activity__card .left .activity__text{font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:1.73;color:#1d1d1d;margin-left:30px;margin-bottom:50px;width:294px}.main__page .block__6 .activity__cards .inner__activity .activity__card .left .activity__button{margin-left:30px;width:112px;height:15px;font-family:"Roboto", sans-serif;text-transform:uppercase;font-size:13px;font-weight:bold;line-height:1.15;letter-spacing:0.2px;text-align:center;color:#fff;padding:17px 39px;background-color:#ed1c24;border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;border:2px solid transparent;-webkit-transition:background-color 0.3s, color 0.3s, border 0.3s;-o-transition:background-color 0.3s, color 0.3s, border 0.3s;transition:background-color 0.3s, color 0.3s, border 0.3s}.main__page .block__6 .activity__cards .inner__activity .activity__card .left .activity__button:hover{background-color:#fff;color:#ed1c24;border:2px solid #ed1c24}.main__page .block__6 .activity__cards .inner__activity .activity__card .right{border-radius:0 8px 8px 0;float:right;width:286px;height:423px;display:inline-block;background-repeat:no-repeat;background-size:cover}.main__page .block__6 .activity__cards .inner__activity .activity__card:hover{-webkit-box-shadow:0 6px 30px 0 rgba(0,0,0,0.16);box-shadow:0 6px 30px 0 rgba(0,0,0,0.16)}.main__page .block__6 .more{display:block;margin-top:72px}.main__page .block__6 .more a{display:block;width:270px;height:66px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:8px;border:solid 2px #ed1c24;text-align:center;line-height:63px;font-size:16px;font-weight:bold;color:#ed1c24;margin:0 auto}.main__page .block__8{margin-top:200px;width:100%;min-height:667px;background-color:#ed1c24;position:relative;z-index:10}.main__page .block__8 .inner__block_content{position:relative;display:block;margin:auto;width:1280px;padding-top:120px}.main__page .block__8 .inner__block_content .wrappPhoneIsWoman .phoneIsWoman{position:absolute;right:-200px;top:100px;opacity:0;width:375px;height:1046px}.main__page .block__8 .inner__block_content .txt{display:block;font-family:"Roboto", sans-serif;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:1.6px;color:#fff;text-transform:uppercase;margin-bottom:35px;position:relative}.main__page .block__8 .inner__block_content .txt::after{position:absolute;display:block;content:'';bottom:-17px;left:0;width:38px;height:3px;background-color:#fff}.main__page .block__8 .inner__block_content .title{display:block;width:770px;text-transform:uppercase;font-family:"Roboto Slab", serif;font-size:56px;font-weight:bold;line-height:1.32;letter-spacing:1.85px;color:#fff;margin-bottom:35px}.main__page .block__8 .inner__block_content .text{width:574px;display:block;opacity:0.8;font-family:"Roboto", sans-serif;font-size:15px;font-weight:normal;line-height:2.07;color:#fff;margin-bottom:30px}.main__page .block__8 .inner__block_content .download{display:block}.main__page .block__8 .inner__block_content .download span{display:block;margin-bottom:30px;font-family:"Roboto", sans-serif;font-size:16px;line-height:1.5;color:#fff}.main__page .block__8 .inner__block_content .download .app__store{display:inline-block;margin-right:16px;background-image:url("/local/templates/main/images/app__store.svg");background-repeat:no-repeat;background-size:cover;width:152px;height:51px}.main__page .block__8 .inner__block_content .download .google__play{display:inline-block;background-image:url("/local/templates/main/images/google__play.svg");background-repeat:no-repeat;background-size:cover;width:190px;height:62px}.main__page .block__9{width:100%;position:relative;z-index:20}.main__page .block__9 .inner__block_content{position:absolute;display:block;z-index:10;left:50%;height:200px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.main__page .block__9 .inner__block_content .text{padding-top:77px;font-family:"Roboto", sans-serif;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:1.6px;color:#000;text-transform:uppercase;display:block;text-align:center;position:relative;margin-bottom:37px}.main__page .block__9 .inner__block_content .text::after{display:block;position:absolute;content:'';width:38px;height:3px;bottom:-17px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background-color:#000}.main__page .block__9 .inner__block_content .subtitle{font-family:"Roboto", sans-serif;font-size:56px;font-weight:bold;line-height:1.32;letter-spacing:1.85px;color:#ed1c24;text-transform:uppercase;text-align:center;display:block;margin-bottom:130px}.main__page .block__9 #mainMap{width:100%;height:1194px}@media screen and (min-width: 1280px) and (max-width: 1600px){.main__page .block__1 .main__slider .slick-active{background-color:#ed1c24}.main__page .block__2{width:100%;height:100%}.main__page .block__2 .dots__content .slick-track{-webkit-transform:none !important;-ms-transform:none !important;transform:none !important}.main__page .block__2 .second__slider_dots{position:absolute;margin-top:-217px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.main__page .block__2 .second__slider_dots .slick-track{-webkit-transition:none !important;-o-transition:none !important;transition:none !important;width:1280px}.main__page .block__2 .second__slider_dots .dots__content{display:block;font-size:0}.main__page .block__2 .second__slider_dots .dots__content .slick-list{padding:0 !important;overflow:visible}.main__page .block__2 .second__slider_dots .dots__content .slick-slide.slick-current i{-webkit-transition:top 0.3s;-o-transition:top 0.3s;transition:top 0.3s;top:-55px}.main__page .block__2 .second__slider_dots .dots__content span{font-size:14px;vertical-align:top;display:block;width:115px !important;text-align:center;margin-right:79px;cursor:pointer;outline:none;position:relative}.main__page .block__2 .second__slider_dots .dots__content span .dots__img_1,.main__page .block__2 .second__slider_dots .dots__content span .dots__img_2,.main__page .block__2 .second__slider_dots .dots__content span .dots__img_3,.main__page .block__2 .second__slider_dots .dots__content span .dots__img_4,.main__page .block__2 .second__slider_dots .dots__content span .dots__img_5,.main__page .block__2 .second__slider_dots .dots__content span .dots__img_6,.main__page .block__2 .second__slider_dots .dots__content span .dots__img_7{background-repeat:no-repeat;display:block;position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:-40px;width:32px;height:32px}.main__page .block__2 .second__slider_dots .dots__content span .dots__img_1{background-image:url("/local/templates/main/images/main__page/dots__1.svg")}.main__page .block__2 .second__slider_dots .dots__content span .dots__img_2{background-image:url("/local/templates/main/images/main__page/dots__2.svg")}.main__page .block__2 .second__slider_dots .dots__content span .dots__img_3{background-image:url("/local/templates/main/images/main__page/dots__3.svg")}.main__page .block__2 .second__slider_dots .dots__content span .dots__img_4{background-image:url("/local/templates/main/images/main__page/dots__4.svg")}.main__page .block__2 .second__slider_dots .dots__content span .dots__img_5{background-image:url("/local/templates/main/images/main__page/dots__5.svg")}.main__page .block__2 .second__slider_dots .dots__content span .dots__img_6{background-image:url("/local/templates/main/images/main__page/dots__6.svg")}.main__page .block__2 .second__slider_dots .dots__content span .dots__img_7{background-image:url("/local/templates/main/images/main__page/dots__7.svg")}.main__page .block__2 .second__slider_dots .dots__content span:last-child{margin-right:0}.main__page .block__2 .second__slider_dots .dotsPanelBottom{position:absolute;left:0;width:1280px;height:1px;background-color:rgba(255,255,255,0.3)}.main__page .block__2 .second__slider_dots .dotsPanelBottom .dotsFloatBorderBottom{position:absolute;left:0;bottom:-1px;width:115px;height:3px;background-color:#fff}.main__page .block__2 .second__slide_prev i,.main__page .block__2 .second__slide_next i{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.main__page .block__2 .second__slide_next{right:0}.main__page .block__2 .second__slide_next i{right:10px}.main__page .block__2 .second__slide_prev{left:0}.main__page .block__2 .second__slide_prev i{left:10px}.main__page .block__2 .second__slider .slick-dots{display:block}.main__page .block__2 .second__slider .second__slide{width:1245px}.main__page .block__2 .second__slider .second__slide:first-child{margin-left:0}.main__page .block__2 .second__slider .second__slide img{width:auto;height:796px;-o-object-fit:cover;object-fit:cover;-webkit-box-sizing:border-box;box-sizing:border-box}.main__page .block__2 .second__slider .second__slide .second__slider_content{width:100vw;height:100%}.main__page .block__2 .second__slider .second__slide .second__slider_content .wrapp{width:850px;padding-top:220px;margin:0 auto}.main__page .block__2 .second__slider .second__slide .second__slider_content .wrapp span{font-size:14px}.main__page .block__2 .second__slider .second__slide .second__slider_content .wrapp h2{width:100%;font-size:46px;margin-bottom:15px}.main__page .block__2 .second__slider .second__slide .second__slider_content .wrapp p{width:100%;font-size:14px}.main__page .block__3{display:block;width:100%;margin:auto;background-color:#f8f8f8}.main__page .block__3 .inner__block_3{width:100%;margin:auto;position:relative;padding-bottom:0;height:560px}.main__page .block__3 .inner__block_3 .wrappBlock{visibility:hidden;position:absolute;top:0;left:0;width:100%}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile{height:100%;width:55%;position:absolute;right:337px;top:0}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_woman{top:150px;left:-956px;width:auto;height:500px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_nike{top:150px;left:-685px;width:auto;height:500px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_card{display:block;position:absolute;left:0;margin-top:100px;height:270px;padding-top:0;width:auto}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_card:nth-child(1){z-index:11;left:-1000px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_card:nth-child(2){z-index:12;left:-1000px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_card:nth-child(3){z-index:13;left:-1000px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_card:nth-child(4){z-index:14;left:-1000px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_card:nth-child(5){z-index:15;left:-1000px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_card:nth-child(6){z-index:16;left:-1000px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_card img{width:100%;height:auto}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_map{width:auto;height:100%}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_mark_section{width:auto;height:100%}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_mark_section img{width:auto;height:100%}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt{width:40%;right:0;top:70px;position:absolute}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt .text{width:200px;font-size:30px;letter-spacing:normal;padding-top:40px}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt p{width:290px;line-height:1.6}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt .second__slide_button{margin-left:70px}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt .second__slide_button span{padding:15px 62px}.main__page .block__3 .inner__block_3 .block3InnerContent{opacity:1;visibility:visible}.main__page .block__3 .inner__block_3 .active .block__3_card:nth-child(1){z-index:11;left:0 !important;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s}.main__page .block__3 .inner__block_3 .active .block__3_card:nth-child(2){z-index:12;left:40px !important;-webkit-transition:0.4s;-o-transition:0.4s;transition:0.4s}.main__page .block__3 .inner__block_3 .active .block__3_card:nth-child(3){z-index:13;left:80px !important;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s}.main__page .block__3 .inner__block_3 .active .block__3_card:nth-child(4){z-index:14;left:120px !important;-webkit-transition:0.6s;-o-transition:0.6s;transition:0.6s}.main__page .block__3 .inner__block_3 .active .block__3_card:nth-child(5){z-index:15;left:160px !important;-webkit-transition:0.7s;-o-transition:0.7s;transition:0.7s}.main__page .block__3 .inner__block_3 .active .block__3_card:nth-child(6){z-index:16;left:200px !important;-webkit-transition:0.8s;-o-transition:0.8s;transition:0.8s}.main__page .block__3 .block__3_tabs{width:100%;background-color:#a2a2a2}.main__page .block__3 .block__3_tabs .inner__tabs .tab{display:inline-block;width:33.3%;height:74px;font-size:20px;line-height:74px}.main__page .block__4{padding-bottom:50px}.main__page .block__4 .text{padding-top:80px;font-size:14px}.main__page .block__4 .subtitle{font-size:46px}.main__page .block__4 .cards .cardsHoverItem{display:none}.main__page .block__4 .cards .card__list .slick-list{overflow:visible}.main__page .block__4 .cards .card__list .card__items{margin-right:40px;height:530px}.main__page .block__4 .cards .card__list .card__items .card__link{width:308px;height:100%}.main__page .block__4 .cards .card__list .card__items .card__link .card__item{width:308px;height:271px}.main__page .block__4 .cards .card__list .card__items .card__link .card__item .card__text{font-size:11px;font-weight:500;padding-left:15px;padding-right:15px;height:30px;line-height:30px}.main__page .block__4 .cards .card__list .card__items .card__link .card__item .card__icon_panel{display:block;font-size:0}.main__page .block__4 .cards .card__list .card__items .card__link .card__item .card__news{top:279px;width:295px}.main__page .block__4 .cards .card__list .card__items .card__link .card__item .card__news .card__txt{width:auto}.main__page .block__4 .cards .card__list .card__items:last-child{margin-right:0}.main__page .block__5{height:640px}.main__page .block__5 .inner__block_content{width:710px;padding-top:100px}.main__page .block__5 .inner__block_content .txt{font-size:14px;line-height:1.71;letter-spacing:1.4px;margin-bottom:35px}.main__page .block__5 .inner__block_content .title{width:650px;margin-bottom:40px;font-size:46px;line-height:1.17;letter-spacing:1.52px}.main__page .block__5 .inner__block_content .text{margin-bottom:40px}.main__page .block__5 .inner__block_content .fieldFromParallax label{font-size:19px;line-height:1.37;color:#949494;top:20px;left:42px;z-index:5}.main__page .block__5 .inner__block_content .fieldFromParallax input{font-family:"Roboto", sans-serif;font-size:19px;line-height:1.37;color:#1d1d1d;padding-left:36px;position:relative;border-radius:3px;border:solid 1px #707070;background-color:#f1f1f1;outline:none;width:370px;height:65px;margin-right:20px;cursor:pointer}.main__page .block__5 .inner__block_content .fieldFromParallax .button__mail{font-family:"Roboto", sans-serif;font-size:16px;font-weight:bold;line-height:1.19;letter-spacing:0.24px;color:#fff;padding:23px 75px;border-radius:8px;background-color:#ed1c24;outline:none;cursor:pointer;border:none;text-transform:uppercase;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background-color 0.3s, color 0.3s;-o-transition:background-color 0.3s, color 0.3s;transition:background-color 0.3s, color 0.3s}.main__page .block__5 .inner__block_content .fieldFromParallax .button__mail:hover{background-color:#fff;color:#ed1c24}.main__page .block__6 .text{padding-top:160px;font-family:"Roboto", sans-serif;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:1.6px;color:#000;text-transform:uppercase;display:block;text-align:center;position:relative;margin-bottom:37px}.main__page .block__6 .text::after{display:block;position:absolute;content:'';width:38px;height:3px;bottom:-17px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background-color:#000}.main__page .block__6 .subtitle{font-family:"Roboto", sans-serif;font-size:56px;font-weight:bold;line-height:1.32;letter-spacing:1.85px;color:#ed1c24;text-transform:uppercase;text-align:center;display:block;margin-bottom:130px}.main__page .block__6 .activity__cards{display:block;opacity:0;position:relative;margin-left:500px}.main__page .block__6 .activity__cards .activityHoverItem{display:block;position:absolute;top:0;right:0;width:200px;height:100%;z-index:100;cursor:pointer;color:#fff;text-transform:uppercase}.main__page .block__6 .activity__cards .slick-list{overflow:visible}.main__page .block__6 .activity__cards .inner__activity{white-space:nowrap;-webkit-transition:margin-left 0.3s;-o-transition:margin-left 0.3s;transition:margin-left 0.3s;position:relative}.main__page .block__6 .activity__cards .inner__activity .activity__card{white-space:normal;width:632px;height:423px;display:inline-block;margin-right:29px;background-color:#fff;border-radius:8px;-webkit-box-shadow:0 6px 30px 0 rgba(0,0,0,0.07);box-shadow:0 6px 30px 0 rgba(0,0,0,0.07);outline:none;-webkit-transition:-webkit-box-shadow 0.3s;transition:-webkit-box-shadow 0.3s;-o-transition:box-shadow 0.3s;transition:box-shadow 0.3s;transition:box-shadow 0.3s, -webkit-box-shadow 0.3s}.main__page .block__6 .activity__cards .inner__activity .activity__card .left{width:346px;height:423px;display:inline-block}.main__page .block__6 .activity__cards .inner__activity .activity__card .left .activity__date{font-family:"Roboto", sans-serif;font-size:16px;font-weight:500;line-height:1.5;color:#ed1c24;display:block;margin-left:30px;margin-bottom:10px;padding-top:26px}.main__page .block__6 .activity__cards .inner__activity .activity__card .left .activity__subtitle{font-family:"Roboto", sans-serif;font-size:23px;font-weight:500;line-height:1.22;color:#1d1d1d;display:block;margin-left:30px;margin-bottom:15px;width:260px}.main__page .block__6 .activity__cards .inner__activity .activity__card .left .activity__text{font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:1.73;color:#1d1d1d;margin-left:30px;margin-bottom:50px;width:294px}.main__page .block__6 .activity__cards .inner__activity .activity__card .left .activity__button{margin-left:30px;width:112px;height:15px;font-family:"Roboto", sans-serif;text-transform:uppercase;font-size:13px;font-weight:bold;line-height:1.15;letter-spacing:0.2px;text-align:center;color:#fff;padding:17px 39px;background-color:#ed1c24;border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;border:2px solid transparent;-webkit-transition:background-color 0.3s, color 0.3s, border 0.3s;-o-transition:background-color 0.3s, color 0.3s, border 0.3s;transition:background-color 0.3s, color 0.3s, border 0.3s}.main__page .block__6 .activity__cards .inner__activity .activity__card .left .activity__button:hover{background-color:#fff;color:#ed1c24;border:2px solid #ed1c24}.main__page .block__6 .activity__cards .inner__activity .activity__card .right{border-radius:0 8px 8px 0;float:right;width:286px;height:423px;display:inline-block;background-image:url("/local/templates/main/images/main__page/activity__card1.jpg");background-repeat:no-repeat;background-size:cover}.main__page .block__6 .activity__cards .inner__activity .activity__card:hover{-webkit-box-shadow:0 6px 30px 0 rgba(0,0,0,0.16);box-shadow:0 6px 30px 0 rgba(0,0,0,0.16)}.main__page .block__8{min-height:640px}.main__page .block__8 .inner__block_content{width:700px;padding-top:100px}.main__page .block__8 .inner__block_content .wrappPhoneIsWoman{right:-50px;position:absolute;top:0}.main__page .block__8 .inner__block_content .wrappPhoneIsWoman .phoneIsWoman{position:absolute;right:-200px;top:100px;opacity:0;width:316px;height:878px}.main__page .block__8 .inner__block_content .txt{font-size:14px;width:400px}.main__page .block__8 .inner__block_content .title{font-size:46px;width:400px}.main__page .block__8 .inner__block_content .text{font-size:14px;width:400px}.main__page .block__8 .inner__block_content .download{display:block}.main__page .block__8 .inner__block_content .download span{display:block;margin-bottom:30px;font-family:"Roboto", sans-serif;font-size:16px;line-height:1.5;color:#fff}.main__page .block__8 .inner__block_content .download .app__store{display:inline-block;margin-right:16px;background-image:url("/local/templates/main/images/app__store.svg");background-repeat:no-repeat;background-size:cover;width:152px;height:51px}.main__page .block__8 .inner__block_content .download .google__play{display:inline-block;background-image:url("/local/templates/main/images/google__play.svg");background-repeat:no-repeat;background-size:cover;width:190px;height:62px}.main__page .block__9{width:100%;position:relative;z-index:20}.main__page .block__9 .inner__block_content{position:absolute;display:block;z-index:10;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.main__page .block__9 .inner__block_content .text{padding-top:77px;font-family:"Roboto", sans-serif;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:1.6px;color:#000;text-transform:uppercase;display:block;text-align:center;position:relative;margin-bottom:37px}.main__page .block__9 .inner__block_content .text::after{display:block;position:absolute;content:'';width:38px;height:3px;bottom:-17px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background-color:#000}.main__page .block__9 .inner__block_content .subtitle{font-family:"Roboto", sans-serif;font-size:56px;font-weight:bold;line-height:1.32;letter-spacing:1.85px;color:#ed1c24;text-transform:uppercase;text-align:center;display:block;margin-bottom:130px}.main__page .block__9 #mainMap{width:100%;height:1194px}}@media screen and (min-width: 1024px) and (max-width: 1279px){.main__page .block__1 .slide__prev,.main__page .block__1 .slide__next{display:none}.main__page .block__1 .main__slider .slick-active{background-color:#ed1c24}.main__page .block__2{width:100%;height:640px}.main__page .block__2 .dots__content .slick-track{-webkit-transform:none !important;-ms-transform:none !important;transform:none !important}.main__page .block__2 .second__slider_dots{display:block;position:absolute;left:50px;bottom:117px;z-index:19;font-family:"Roboto", sans-serif;font-weight:500;line-height:1.29;color:#fff}.main__page .block__2 .second__slider_dots .slick-track{-webkit-transition:none !important;-o-transition:none !important;transition:none !important;width:1280px}.main__page .block__2 .second__slider_dots .dots__content{display:block;font-size:0}.main__page .block__2 .second__slider_dots .dots__content .slick-list{padding:0 !important;overflow:visible}.main__page .block__2 .second__slider_dots .dots__content .slick-slide.slick-current i{-webkit-transition:top 0.3s;-o-transition:top 0.3s;transition:top 0.3s;top:-55px}.main__page .block__2 .second__slider_dots .dots__content span{font-size:14px;vertical-align:top;display:block;width:115px !important;text-align:center;margin-right:79px;cursor:pointer;outline:none;position:relative}.main__page .block__2 .second__slider_dots .dots__content span .dots__img_1,.main__page .block__2 .second__slider_dots .dots__content span .dots__img_2,.main__page .block__2 .second__slider_dots .dots__content span .dots__img_3,.main__page .block__2 .second__slider_dots .dots__content span .dots__img_4,.main__page .block__2 .second__slider_dots .dots__content span .dots__img_5,.main__page .block__2 .second__slider_dots .dots__content span .dots__img_6,.main__page .block__2 .second__slider_dots .dots__content span .dots__img_7{background-repeat:no-repeat;display:block;position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:-40px;width:32px;height:32px}.main__page .block__2 .second__slider_dots .dots__content span .dots__img_1{background-image:url("/local/templates/main/images/main__page/dots__1.svg")}.main__page .block__2 .second__slider_dots .dots__content span .dots__img_2{background-image:url("/local/templates/main/images/main__page/dots__2.svg")}.main__page .block__2 .second__slider_dots .dots__content span .dots__img_3{background-image:url("/local/templates/main/images/main__page/dots__3.svg")}.main__page .block__2 .second__slider_dots .dots__content span .dots__img_4{background-image:url("/local/templates/main/images/main__page/dots__4.svg")}.main__page .block__2 .second__slider_dots .dots__content span .dots__img_5{background-image:url("/local/templates/main/images/main__page/dots__5.svg")}.main__page .block__2 .second__slider_dots .dots__content span .dots__img_6{background-image:url("/local/templates/main/images/main__page/dots__6.svg")}.main__page .block__2 .second__slider_dots .dots__content span .dots__img_7{background-image:url("/local/templates/main/images/main__page/dots__7.svg")}.main__page .block__2 .second__slider_dots .dots__content span:last-child{margin-right:0}.main__page .block__2 .second__slider_dots .dotsPanelBottom{position:absolute;left:0;width:1280px;height:1px;background-color:rgba(255,255,255,0.3)}.main__page .block__2 .second__slider_dots .dotsPanelBottom .dotsFloatBorderBottom{position:absolute;left:0;bottom:-1px;width:115px;height:3px;background-color:#fff}.main__page .block__2 .second__slide_prev i,.main__page .block__2 .second__slide_next i{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.main__page .block__2 .second__slide_next{right:0}.main__page .block__2 .second__slide_prev{left:0}.main__page .block__2 .second__slider .slick-dots{display:block}.main__page .block__2 .second__slider .second__slide{height:640px;width:1000px;outline:none !important;position:relative}.main__page .block__2 .second__slider .second__slide:first-child{margin-left:0}.main__page .block__2 .second__slider .second__slide img{width:auto;height:640px;-o-object-fit:cover;object-fit:cover;-webkit-box-sizing:border-box;box-sizing:border-box}.main__page .block__2 .second__slider .second__slide .second__slider_content{width:100vw;height:100%}.main__page .block__2 .second__slider .second__slide .second__slider_content .wrapp{width:600px;padding-top:50px;margin:0 auto}.main__page .block__2 .second__slider .second__slide .second__slider_content .wrapp span{font-size:14px}.main__page .block__2 .second__slider .second__slide .second__slider_content .wrapp h2{width:100%;font-size:46px;margin-bottom:15px}.main__page .block__2 .second__slider .second__slide .second__slider_content .wrapp p{width:100%;font-size:14px}.main__page .block__3{display:block;width:100%;margin:auto;background-color:#f8f8f8}.main__page .block__3 .inner__block_3{width:100%;margin:auto;position:relative;padding-bottom:0;height:560px}.main__page .block__3 .inner__block_3 .wrappBlock{visibility:hidden;position:absolute;top:0;left:0;width:100%}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile{height:100%;width:55%;position:absolute;right:337px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_woman{top:150px;left:-956px;width:auto;height:500px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_nike{top:150px;left:-685px;width:auto;height:500px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_card{display:block;position:absolute;left:0;margin-top:100px;height:270px;padding-top:0;width:auto}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_card:nth-child(1){z-index:11;left:-1000px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_card:nth-child(2){z-index:12;left:-1000px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_card:nth-child(3){z-index:13;left:-1000px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_card:nth-child(4){z-index:14;left:-1000px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_card:nth-child(5){z-index:15;left:-1000px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_card:nth-child(6){z-index:16;left:-1000px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_card img{width:100%;height:auto}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_map{height:100%;width:auto}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_mark_section{width:auto;height:100%}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_mark_section img{width:auto;height:100%}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt{width:40%;right:0;top:70px;position:absolute}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt .text{width:200px;font-size:30px;letter-spacing:normal;padding-top:40px}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt p{width:290px;line-height:1.6}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt .second__slide_button{margin-left:70px}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt .second__slide_button span{padding:15px 62px}.main__page .block__3 .inner__block_3 .block3InnerContent{opacity:1;visibility:visible}.main__page .block__3 .inner__block_3 .active .block__3_card:nth-child(1){z-index:11;left:0 !important;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s}.main__page .block__3 .inner__block_3 .active .block__3_card:nth-child(2){z-index:12;left:40px !important;-webkit-transition:0.4s;-o-transition:0.4s;transition:0.4s}.main__page .block__3 .inner__block_3 .active .block__3_card:nth-child(3){z-index:13;left:80px !important;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s}.main__page .block__3 .inner__block_3 .active .block__3_card:nth-child(4){z-index:14;left:120px !important;-webkit-transition:0.6s;-o-transition:0.6s;transition:0.6s}.main__page .block__3 .inner__block_3 .active .block__3_card:nth-child(5){z-index:15;left:160px !important;-webkit-transition:0.7s;-o-transition:0.7s;transition:0.7s}.main__page .block__3 .inner__block_3 .active .block__3_card:nth-child(6){z-index:16;left:200px !important;-webkit-transition:0.8s;-o-transition:0.8s;transition:0.8s}.main__page .block__3 .block__3_tabs{width:100%;background-color:#a2a2a2}.main__page .block__3 .block__3_tabs .inner__tabs .tab{display:inline-block;width:33.3%;height:74px;font-size:20px;line-height:74px}.main__page .block__4{padding-bottom:50px}.main__page .block__4 .text{padding-top:80px;font-size:14px}.main__page .block__4 .subtitle{font-size:46px}.main__page .block__4 .cards .cardsHoverItem{display:none}.main__page .block__4 .cards .card__list .slick-list{overflow:visible}.main__page .block__4 .cards .card__list .card__items{margin-right:40px;height:530px}.main__page .block__4 .cards .card__list .card__items .card__link{width:308px;height:100%}.main__page .block__4 .cards .card__list .card__items .card__link .card__item{width:308px;height:271px}.main__page .block__4 .cards .card__list .card__items .card__link .card__item .card__text{font-size:11px;font-weight:500;padding-left:15px;padding-right:15px;height:30px;line-height:30px}.main__page .block__4 .cards .card__list .card__items .card__link .card__item .card__icon_panel{display:block;font-size:0}.main__page .block__4 .cards .card__list .card__items .card__link .card__item .card__news{top:280px;width:295px}.main__page .block__4 .cards .card__list .card__items .card__link .card__item .card__news .card__txt{width:auto}.main__page .block__4 .cards .card__list .card__items:last-child{margin-right:0}.main__page .block__5{height:640px}.main__page .block__5 .inner__block_content{width:710px;padding-top:100px}.main__page .block__5 .inner__block_content .txt{font-size:14px;line-height:1.71;letter-spacing:1.4px;margin-bottom:35px}.main__page .block__5 .inner__block_content .title{width:650px;margin-bottom:40px;font-size:46px;line-height:1.17;letter-spacing:1.52px}.main__page .block__5 .inner__block_content .text{margin-bottom:40px}.main__page .block__5 .inner__block_content .fieldFromParallax label{font-size:19px;line-height:1.37;color:#949494;top:20px;left:42px;z-index:5}.main__page .block__5 .inner__block_content .fieldFromParallax input{font-family:"Roboto", sans-serif;font-size:19px;line-height:1.37;color:#1d1d1d;padding-left:36px;position:relative;border-radius:3px;border:solid 1px #707070;background-color:#f1f1f1;outline:none;width:370px;height:65px;margin-right:20px;cursor:pointer}.main__page .block__5 .inner__block_content .fieldFromParallax .button__mail{font-family:"Roboto", sans-serif;font-size:16px;font-weight:bold;line-height:1.19;letter-spacing:0.24px;color:#fff;padding:23px 75px;border-radius:8px;background-color:#ed1c24;outline:none;cursor:pointer;border:none;text-transform:uppercase;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background-color 0.3s, color 0.3s;-o-transition:background-color 0.3s, color 0.3s;transition:background-color 0.3s, color 0.3s}.main__page .block__5 .inner__block_content .fieldFromParallax .button__mail:hover{background-color:#fff;color:#ed1c24}.main__page .block__6 .text{padding-top:160px;font-family:"Roboto", sans-serif;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:1.6px;color:#000;text-transform:uppercase;display:block;text-align:center;position:relative;margin-bottom:37px}.main__page .block__6 .text::after{display:block;position:absolute;content:'';width:38px;height:3px;bottom:-17px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background-color:#000}.main__page .block__6 .subtitle{font-family:"Roboto", sans-serif;font-size:56px;font-weight:bold;line-height:1.32;letter-spacing:1.85px;color:#ed1c24;text-transform:uppercase;text-align:center;display:block;margin-bottom:130px}.main__page .block__6 .activity__cards{display:block;opacity:0;position:relative;margin-left:500px}.main__page .block__6 .activity__cards .activityHoverItem{display:block;position:absolute;top:0;right:0;width:200px;height:100%;z-index:100;cursor:pointer;color:#fff;text-transform:uppercase}.main__page .block__6 .activity__cards .slick-list{overflow:visible}.main__page .block__6 .activity__cards .inner__activity{white-space:nowrap;-webkit-transition:margin-left 0.3s;-o-transition:margin-left 0.3s;transition:margin-left 0.3s;position:relative}.main__page .block__6 .activity__cards .inner__activity .activity__card{white-space:normal;width:632px;height:423px;display:inline-block;margin-right:29px;background-color:#fff;border-radius:8px;-webkit-box-shadow:0 6px 30px 0 rgba(0,0,0,0.07);box-shadow:0 6px 30px 0 rgba(0,0,0,0.07);outline:none;-webkit-transition:-webkit-box-shadow 0.3s;transition:-webkit-box-shadow 0.3s;-o-transition:box-shadow 0.3s;transition:box-shadow 0.3s;transition:box-shadow 0.3s, -webkit-box-shadow 0.3s}.main__page .block__6 .activity__cards .inner__activity .activity__card .left{width:346px;height:423px;display:inline-block}.main__page .block__6 .activity__cards .inner__activity .activity__card .left .activity__date{font-family:"Roboto", sans-serif;font-size:16px;font-weight:500;line-height:1.5;color:#ed1c24;display:block;margin-left:30px;margin-bottom:10px;padding-top:26px}.main__page .block__6 .activity__cards .inner__activity .activity__card .left .activity__subtitle{font-family:"Roboto", sans-serif;font-size:23px;font-weight:500;line-height:1.22;color:#1d1d1d;display:block;margin-left:30px;margin-bottom:15px;width:260px}.main__page .block__6 .activity__cards .inner__activity .activity__card .left .activity__text{font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:1.73;color:#1d1d1d;margin-left:30px;margin-bottom:50px;width:294px}.main__page .block__6 .activity__cards .inner__activity .activity__card .left .activity__button{margin-left:30px;width:112px;height:15px;font-family:"Roboto", sans-serif;text-transform:uppercase;font-size:13px;font-weight:bold;line-height:1.15;letter-spacing:0.2px;text-align:center;color:#fff;padding:17px 39px;background-color:#ed1c24;border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;border:2px solid transparent;-webkit-transition:background-color 0.3s, color 0.3s, border 0.3s;-o-transition:background-color 0.3s, color 0.3s, border 0.3s;transition:background-color 0.3s, color 0.3s, border 0.3s}.main__page .block__6 .activity__cards .inner__activity .activity__card .left .activity__button:hover{background-color:#fff;color:#ed1c24;border:2px solid #ed1c24}.main__page .block__6 .activity__cards .inner__activity .activity__card .right{border-radius:0 8px 8px 0;float:right;width:286px;height:423px;display:inline-block;background-image:url("/local/templates/main/images/main__page/activity__card1.jpg");background-repeat:no-repeat;background-size:cover}.main__page .block__6 .activity__cards .inner__activity .activity__card:hover{-webkit-box-shadow:0 6px 30px 0 rgba(0,0,0,0.16);box-shadow:0 6px 30px 0 rgba(0,0,0,0.16)}.main__page .block__8{min-height:640px}.main__page .block__8 .inner__block_content{width:700px;padding-top:100px}.main__page .block__8 .inner__block_content .wrappPhoneIsWoman{right:-50px;position:absolute;top:0}.main__page .block__8 .inner__block_content .wrappPhoneIsWoman .phoneIsWoman{position:absolute;right:-200px;top:100px;opacity:0;width:316px;height:878px}.main__page .block__8 .inner__block_content .txt{font-size:14px;width:400px}.main__page .block__8 .inner__block_content .title{font-size:46px;width:400px}.main__page .block__8 .inner__block_content .text{font-size:14px;width:400px}.main__page .block__8 .inner__block_content .download{display:block}.main__page .block__8 .inner__block_content .download span{display:block;margin-bottom:30px;font-family:"Roboto", sans-serif;font-size:16px;line-height:1.5;color:#fff}.main__page .block__8 .inner__block_content .download .app__store{display:inline-block;margin-right:16px;background-image:url("/local/templates/main/images/app__store.svg");background-repeat:no-repeat;background-size:cover;width:152px;height:51px}.main__page .block__8 .inner__block_content .download .google__play{display:inline-block;background-image:url("/local/templates/main/images/google__play.svg");background-repeat:no-repeat;background-size:cover;width:190px;height:62px}.main__page .block__9{width:100%;position:relative;z-index:20}.main__page .block__9 .inner__block_content{position:absolute;display:block;z-index:10;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.main__page .block__9 .inner__block_content .text{padding-top:77px;font-family:"Roboto", sans-serif;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:1.6px;color:#000;text-transform:uppercase;display:block;text-align:center;position:relative;margin-bottom:37px}.main__page .block__9 .inner__block_content .text::after{display:block;position:absolute;content:'';width:38px;height:3px;bottom:-17px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background-color:#000}.main__page .block__9 .inner__block_content .subtitle{font-family:"Roboto", sans-serif;font-size:56px;font-weight:bold;line-height:1.32;letter-spacing:1.85px;color:#ed1c24;text-transform:uppercase;text-align:center;display:block;margin-bottom:130px}.main__page .block__9 #mainMap{width:100%;height:1194px}}@media screen and (min-width: 768px) and (max-width: 1023px){.main__page .block__1 .slide__prev,.main__page .block__1 .slide__next{display:none}.main__page .block__1 .main__slider .slick-active{background-color:#ed1c24}.main__page .block__2{width:100%;height:640px}.main__page .block__2 .dots__content .slick-track{-webkit-transform:none !important;-ms-transform:none !important;transform:none !important}.main__page .block__2 .second__slider_dots{display:block;position:absolute;left:50px;bottom:117px;z-index:19;font-family:"Roboto", sans-serif;font-weight:500;line-height:1.29;color:#fff}.main__page .block__2 .second__slider_dots .slick-track{-webkit-transition:none !important;-o-transition:none !important;transition:none !important;width:1280px}.main__page .block__2 .second__slider_dots .dots__content{display:block;font-size:0}.main__page .block__2 .second__slider_dots .dots__content .slick-list{padding:0 !important;overflow:visible}.main__page .block__2 .second__slider_dots .dots__content .slick-slide.slick-current i{-webkit-transition:top 0.3s;-o-transition:top 0.3s;transition:top 0.3s;top:-55px}.main__page .block__2 .second__slider_dots .dots__content span{font-size:14px;vertical-align:top;display:block;width:115px !important;text-align:center;margin-right:79px;cursor:pointer;outline:none;position:relative}.main__page .block__2 .second__slider_dots .dots__content span .dots__img_1,.main__page .block__2 .second__slider_dots .dots__content span .dots__img_2,.main__page .block__2 .second__slider_dots .dots__content span .dots__img_3,.main__page .block__2 .second__slider_dots .dots__content span .dots__img_4,.main__page .block__2 .second__slider_dots .dots__content span .dots__img_5,.main__page .block__2 .second__slider_dots .dots__content span .dots__img_6,.main__page .block__2 .second__slider_dots .dots__content span .dots__img_7{background-repeat:no-repeat;display:block;position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:-40px;width:32px;height:32px}.main__page .block__2 .second__slider_dots .dots__content span .dots__img_1{background-image:url("/local/templates/main/images/main__page/dots__1.svg")}.main__page .block__2 .second__slider_dots .dots__content span .dots__img_2{background-image:url("/local/templates/main/images/main__page/dots__2.svg")}.main__page .block__2 .second__slider_dots .dots__content span .dots__img_3{background-image:url("/local/templates/main/images/main__page/dots__3.svg")}.main__page .block__2 .second__slider_dots .dots__content span .dots__img_4{background-image:url("/local/templates/main/images/main__page/dots__4.svg")}.main__page .block__2 .second__slider_dots .dots__content span .dots__img_5{background-image:url("/local/templates/main/images/main__page/dots__5.svg")}.main__page .block__2 .second__slider_dots .dots__content span .dots__img_6{background-image:url("/local/templates/main/images/main__page/dots__6.svg")}.main__page .block__2 .second__slider_dots .dots__content span .dots__img_7{background-image:url("/local/templates/main/images/main__page/dots__7.svg")}.main__page .block__2 .second__slider_dots .dots__content span:last-child{margin-right:0}.main__page .block__2 .second__slider_dots .dotsPanelBottom{position:absolute;left:0;width:1280px;height:1px;background-color:rgba(255,255,255,0.3)}.main__page .block__2 .second__slider_dots .dotsPanelBottom .dotsFloatBorderBottom{position:absolute;left:0;bottom:-1px;width:115px;height:3px;background-color:#fff}.main__page .block__2 .second__slide_prev i,.main__page .block__2 .second__slide_next i{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.main__page .block__2 .second__slide_prev i:first-child,.main__page .block__2 .second__slide_next i:first-child{left:10px}.main__page .block__2 .second__slide_next{right:0}.main__page .block__2 .second__slide_prev{left:0}.main__page .block__2 .second__slider .slick-dots{display:block}.main__page .block__2 .second__slider .second__slide{height:640px;width:768px;outline:none !important;position:relative}.main__page .block__2 .second__slider .second__slide:first-child{margin-left:0}.main__page .block__2 .second__slider .second__slide img{width:auto;height:640px;-o-object-fit:cover;object-fit:cover;-webkit-box-sizing:border-box;box-sizing:border-box}.main__page .block__2 .second__slider .second__slide .second__slider_content{width:100vw;height:100%}.main__page .block__2 .second__slider .second__slide .second__slider_content .wrapp{width:500px;padding-top:50px;margin:0 auto}.main__page .block__2 .second__slider .second__slide .second__slider_content .wrapp span{font-size:14px}.main__page .block__2 .second__slider .second__slide .second__slider_content .wrapp h2{width:100%;font-size:46px;margin-bottom:15px}.main__page .block__2 .second__slider .second__slide .second__slider_content .wrapp p{width:100%;font-size:14px}.main__page .block__3{display:block;width:100%;margin:auto;background-color:#f8f8f8}.main__page .block__3 .inner__block_3{width:100%;margin:auto;position:relative;padding-bottom:0;height:560px}.main__page .block__3 .inner__block_3 .wrappBlock{visibility:hidden;position:absolute;top:0;left:0;width:100%}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile{height:100%;width:55%;position:absolute;right:337px;top:0}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_woman{top:150px;left:-956px;width:auto;height:500px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_nike{top:150px;left:-685px;width:auto;height:500px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_card{display:block;position:absolute;left:0;margin-top:100px;height:270px;padding-top:0;width:auto}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_card:nth-child(1){z-index:11;left:-1000px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_card:nth-child(2){z-index:12;left:-1000px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_card:nth-child(3){z-index:13;left:-1000px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_card:nth-child(4){z-index:14;left:-1000px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_card:nth-child(5){z-index:15;left:-1000px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_card:nth-child(6){z-index:16;left:-1000px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_card img{width:100%;height:auto}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_map{height:100%;width:auto}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_mark_section{width:auto;height:100%}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_mark_section img{width:auto;height:100%}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt{width:40%;right:15px;top:70px;position:absolute}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt .text{width:200px;font-size:30px;letter-spacing:normal;padding-top:40px}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt p{width:290px;line-height:1.6}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt .second__slide_button{margin-left:70px}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt .second__slide_button span{padding:15px 62px}.main__page .block__3 .inner__block_3 .block3InnerContent{opacity:1;visibility:visible}.main__page .block__3 .inner__block_3 .active .block__3_card:nth-child(1){z-index:11;left:0 !important;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s}.main__page .block__3 .inner__block_3 .active .block__3_card:nth-child(2){z-index:12;left:40px !important;-webkit-transition:0.4s;-o-transition:0.4s;transition:0.4s}.main__page .block__3 .inner__block_3 .active .block__3_card:nth-child(3){z-index:13;left:80px !important;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s}.main__page .block__3 .inner__block_3 .active .block__3_card:nth-child(4){z-index:14;left:120px !important;-webkit-transition:0.6s;-o-transition:0.6s;transition:0.6s}.main__page .block__3 .inner__block_3 .active .block__3_card:nth-child(5){z-index:15;left:160px !important;-webkit-transition:0.7s;-o-transition:0.7s;transition:0.7s}.main__page .block__3 .inner__block_3 .active .block__3_card:nth-child(6){z-index:16;left:200px !important;-webkit-transition:0.8s;-o-transition:0.8s;transition:0.8s}.main__page .block__3 .block__3_tabs{width:100%;background-color:#a2a2a2}.main__page .block__3 .block__3_tabs .inner__tabs .tab{display:inline-block;width:33.3%;height:74px;font-size:20px;line-height:74px}.main__page .block__4{padding-bottom:50px}.main__page .block__4 .text{padding-top:80px;font-size:14px}.main__page .block__4 .subtitle{font-size:46px}.main__page .block__4 .cards .cardsHoverItem{display:none}.main__page .block__4 .cards .card__list .slick-list{overflow:visible}.main__page .block__4 .cards .card__list .card__items{margin-right:40px;height:530px}.main__page .block__4 .cards .card__list .card__items .card__link{width:308px;height:100%}.main__page .block__4 .cards .card__list .card__items .card__link .card__item{width:308px;height:271px}.main__page .block__4 .cards .card__list .card__items .card__link .card__item .card__text{font-size:11px;font-weight:500;padding-left:15px;padding-right:15px;height:30px;line-height:30px}.main__page .block__4 .cards .card__list .card__items .card__link .card__item .card__icon_panel{display:block;font-size:0}.main__page .block__4 .cards .card__list .card__items .card__link .card__item .card__news{top:278px;width:293px}.main__page .block__4 .cards .card__list .card__items .card__link .card__item .card__news .card__txt{width:auto}.main__page .block__4 .cards .card__list .card__items:last-child{margin-right:0}.main__page .block__5{height:640px}.main__page .block__5 .inner__block_content{width:710px;padding-top:100px}.main__page .block__5 .inner__block_content .txt{font-size:14px;line-height:1.71;letter-spacing:1.4px;margin-bottom:35px}.main__page .block__5 .inner__block_content .title{width:650px;margin-bottom:40px;font-size:46px;line-height:1.17;letter-spacing:1.52px}.main__page .block__5 .inner__block_content .text{margin-bottom:40px}.main__page .block__5 .inner__block_content .fieldFromParallax label{font-size:19px;line-height:1.37;color:#949494;top:20px;left:42px;z-index:5}.main__page .block__5 .inner__block_content .fieldFromParallax input{font-family:"Roboto", sans-serif;font-size:19px;line-height:1.37;color:#1d1d1d;padding-left:36px;position:relative;border-radius:3px;border:solid 1px #707070;background-color:#f1f1f1;outline:none;width:370px;height:65px;margin-right:20px;cursor:pointer}.main__page .block__5 .inner__block_content .fieldFromParallax .button__mail{font-family:"Roboto", sans-serif;font-size:16px;font-weight:bold;line-height:1.19;letter-spacing:0.24px;color:#fff;padding:23px 75px;border-radius:8px;background-color:#ed1c24;outline:none;cursor:pointer;border:none;text-transform:uppercase;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:background-color 0.3s, color 0.3s;-o-transition:background-color 0.3s, color 0.3s;transition:background-color 0.3s, color 0.3s}.main__page .block__5 .inner__block_content .fieldFromParallax .button__mail:hover{background-color:#fff;color:#ed1c24}.main__page .block__6 .text{padding-top:160px;font-family:"Roboto", sans-serif;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:1.6px;color:#000;text-transform:uppercase;display:block;text-align:center;position:relative;margin-bottom:37px}.main__page .block__6 .text::after{display:block;position:absolute;content:'';width:38px;height:3px;bottom:-17px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background-color:#000}.main__page .block__6 .subtitle{font-family:"Roboto", sans-serif;font-size:56px;font-weight:bold;line-height:1.32;letter-spacing:1.85px;color:#ed1c24;text-transform:uppercase;text-align:center;display:block;margin-bottom:130px}.main__page .block__6 .activity__cards{display:block;opacity:0;position:relative;margin-left:500px}.main__page .block__6 .activity__cards .activityHoverItem{display:block;position:absolute;top:0;right:0;width:200px;height:100%;z-index:100;cursor:pointer;color:#fff;text-transform:uppercase}.main__page .block__6 .activity__cards .slick-list{overflow:visible}.main__page .block__6 .activity__cards .inner__activity{white-space:nowrap;-webkit-transition:margin-left 0.3s;-o-transition:margin-left 0.3s;transition:margin-left 0.3s;position:relative}.main__page .block__6 .activity__cards .inner__activity .activity__card{white-space:normal;width:632px;height:423px;display:inline-block;margin-right:29px;background-color:#fff;border-radius:8px;-webkit-box-shadow:0 6px 30px 0 rgba(0,0,0,0.07);box-shadow:0 6px 30px 0 rgba(0,0,0,0.07);outline:none;-webkit-transition:-webkit-box-shadow 0.3s;transition:-webkit-box-shadow 0.3s;-o-transition:box-shadow 0.3s;transition:box-shadow 0.3s;transition:box-shadow 0.3s, -webkit-box-shadow 0.3s}.main__page .block__6 .activity__cards .inner__activity .activity__card .left{width:346px;height:423px;display:inline-block}.main__page .block__6 .activity__cards .inner__activity .activity__card .left .activity__date{font-family:"Roboto", sans-serif;font-size:16px;font-weight:500;line-height:1.5;color:#ed1c24;display:block;margin-left:30px;margin-bottom:10px;padding-top:26px}.main__page .block__6 .activity__cards .inner__activity .activity__card .left .activity__subtitle{font-family:"Roboto", sans-serif;font-size:23px;font-weight:500;line-height:1.22;color:#1d1d1d;display:block;margin-left:30px;margin-bottom:15px;width:260px}.main__page .block__6 .activity__cards .inner__activity .activity__card .left .activity__text{font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:1.73;color:#1d1d1d;margin-left:30px;margin-bottom:50px;width:294px}.main__page .block__6 .activity__cards .inner__activity .activity__card .left .activity__button{margin-left:30px;width:112px;height:15px;font-family:"Roboto", sans-serif;text-transform:uppercase;font-size:13px;font-weight:bold;line-height:1.15;letter-spacing:0.2px;text-align:center;color:#fff;padding:17px 39px;background-color:#ed1c24;border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;border:2px solid transparent;-webkit-transition:background-color 0.3s, color 0.3s, border 0.3s;-o-transition:background-color 0.3s, color 0.3s, border 0.3s;transition:background-color 0.3s, color 0.3s, border 0.3s}.main__page .block__6 .activity__cards .inner__activity .activity__card .left .activity__button:hover{background-color:#fff;color:#ed1c24;border:2px solid #ed1c24}.main__page .block__6 .activity__cards .inner__activity .activity__card .right{border-radius:0 8px 8px 0;float:right;width:286px;height:423px;display:inline-block;background-image:url("/local/templates/main/images/main__page/activity__card1.jpg");background-repeat:no-repeat;background-size:cover}.main__page .block__6 .activity__cards .inner__activity .activity__card:hover{-webkit-box-shadow:0 6px 30px 0 rgba(0,0,0,0.16);box-shadow:0 6px 30px 0 rgba(0,0,0,0.16)}.main__page .block__8{min-height:640px}.main__page .block__8 .inner__block_content{width:700px;padding-top:100px}.main__page .block__8 .inner__block_content .wrappPhoneIsWoman{right:-50px;position:absolute;top:0}.main__page .block__8 .inner__block_content .wrappPhoneIsWoman .phoneIsWoman{position:absolute;right:-200px;top:100px;opacity:0;width:316px;height:878px}.main__page .block__8 .inner__block_content .txt{font-size:14px;width:400px}.main__page .block__8 .inner__block_content .title{font-size:46px;width:400px}.main__page .block__8 .inner__block_content .text{font-size:14px;width:400px}.main__page .block__8 .inner__block_content .download{display:block}.main__page .block__8 .inner__block_content .download span{display:block;margin-bottom:30px;font-family:"Roboto", sans-serif;font-size:16px;line-height:1.5;color:#fff}.main__page .block__8 .inner__block_content .download .app__store{display:inline-block;margin-right:16px;background-image:url("/local/templates/main/images/app__store.svg");background-repeat:no-repeat;background-size:cover;width:152px;height:51px}.main__page .block__8 .inner__block_content .download .google__play{display:inline-block;background-image:url("/local/templates/main/images/google__play.svg");background-repeat:no-repeat;background-size:cover;width:190px;height:62px}.main__page .block__9{width:100%;position:relative;z-index:20}.main__page .block__9 .inner__block_content{position:absolute;display:block;z-index:10;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.main__page .block__9 .inner__block_content .text{padding-top:77px;font-family:"Roboto", sans-serif;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:1.6px;color:#000;text-transform:uppercase;display:block;text-align:center;position:relative;margin-bottom:37px}.main__page .block__9 .inner__block_content .text::after{display:block;position:absolute;content:'';width:38px;height:3px;bottom:-17px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background-color:#000}.main__page .block__9 .inner__block_content .subtitle{font-family:"Roboto", sans-serif;font-size:56px;font-weight:bold;line-height:1.32;letter-spacing:1.85px;color:#ed1c24;text-transform:uppercase;text-align:center;display:block;margin-bottom:130px}.main__page .block__9 #mainMap{width:100%;height:1194px}}@media screen and (min-width: 320px) and (max-width: 767px){.main__page .block__1{width:100%;height:480px;margin:auto}.main__page .block__1 .slide__prev,.main__page .block__1 .slide__next{display:none}.main__page .block__1 .main__slider .slick-dots{bottom:20px}.main__page .block__1 .main__slider .slick-dots li{margin-right:20px;width:11px;height:11px}.main__page .block__1 .main__slider .slick-dots li:last-child{margin-right:0}.main__page .block__1 .main__slider .slide{height:480px}.main__page .block__1 .main__slider .slide img{-o-object-fit:cover;object-fit:cover;width:100%;height:480px}.main__page .block__2{width:100%;height:640px}.main__page .block__2 .dots__content .slick-track{-webkit-transform:none !important;-ms-transform:none !important;transform:none !important}.main__page .block__2 .second__slider_dots{display:none}.main__page .block__2 .second__slide_prev,.main__page .block__2 .second__slide_next{position:absolute;width:8%;height:100%;z-index:1;cursor:pointer;top:0}.main__page .block__2 .second__slide_prev i,.main__page .block__2 .second__slide_next i{display:block;position:absolute;width:50px;height:50px;top:88%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:background-color 0.4s;-o-transition:background-color 0.4s;transition:background-color 0.4s}.main__page .block__2 .second__slide_prev i:first-child,.main__page .block__2 .second__slide_next i:first-child{left:10px}.main__page .block__2 .second__slide_next{right:45px}.main__page .block__2 .second__slide_prev{left:0}.main__page .block__2 .second__slider .slick-dots{display:none}.main__page .block__2 .second__slider .second__slide{width:100vw;outline:none !important}.main__page .block__2 .second__slider .second__slide:first-child{margin-left:0}.main__page .block__2 .second__slider .second__slide img{width:100%;height:640px;-o-object-fit:cover;object-fit:cover;-webkit-box-sizing:border-box;box-sizing:border-box}.main__page .block__2 .second__slider .second__slide img:first-child{display:none}.main__page .block__2 .second__slider .second__slide img:nth-child(2){display:block}.main__page .block__2 .second__slider .second__slide .second__slider_content{width:100%}.main__page .block__2 .second__slider .second__slide .second__slider_content .wrapp{width:290px;padding-top:50px;margin:0 auto}.main__page .block__2 .second__slider .second__slide .second__slider_content .wrapp span{font-size:14px}.main__page .block__2 .second__slider .second__slide .second__slider_content .wrapp h2{width:100%;font-size:30px;margin-bottom:25px}.main__page .block__2 .second__slider .second__slide .second__slider_content .wrapp p{width:100%;font-size:14px}.main__page .block__3{display:block;width:100%;margin:auto;background-color:#f8f8f8}.main__page .block__3 .inner__block_3{width:320px;margin:auto;position:relative;padding-bottom:0;min-height:640px}.main__page .block__3 .inner__block_3 .wrappBlock{visibility:hidden;position:absolute;top:0;left:0;width:100%}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile{width:100%;position:absolute;top:212px;bottom:0}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_woman{top:150px;left:-956px;width:auto;height:320px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_nike{top:150px;left:-685px;width:auto;height:320px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_card{top:100px;left:0;width:auto;position:absolute;display:block;padding-top:0;height:200px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_card:nth-child(1){z-index:11;left:-1000px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_card:nth-child(2){z-index:12;left:-1000px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_card:nth-child(3){z-index:13;left:-1000px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_card:nth-child(4){z-index:14;left:-1000px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_card:nth-child(5){z-index:15;left:-1000px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_card:nth-child(6){z-index:16;left:-1000px}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_mark_section{width:100%;height:auto}.main__page .block__3 .inner__block_3 .wrappBlock .wrappFromMobile .block__3_mark_section img{width:100%;height:auto}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt{position:absolute;width:100%;z-index:100}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt .text{width:200px;font-size:30px;letter-spacing:normal;padding-top:40px}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt p{display:none}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt .second__slide_button{margin-left:70px}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt .second__slide_button span{padding:15px 40px}.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt .second__slide_button span:before,.main__page .block__3 .inner__block_3 .wrappBlock .block__3_txt .second__slide_button span:after{right:20px}.main__page .block__3 .inner__block_3 .block3InnerContent{opacity:1;visibility:visible}.main__page .block__3 .inner__block_3 .active .block__3_card:nth-child(1){z-index:11;left:0 !important;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s}.main__page .block__3 .inner__block_3 .active .block__3_card:nth-child(2){z-index:12;left:40px !important;-webkit-transition:0.4s;-o-transition:0.4s;transition:0.4s}.main__page .block__3 .inner__block_3 .active .block__3_card:nth-child(3){z-index:13;left:80px !important;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s}.main__page .block__3 .inner__block_3 .active .block__3_card:nth-child(4){z-index:14;left:120px !important;-webkit-transition:0.6s;-o-transition:0.6s;transition:0.6s}.main__page .block__3 .inner__block_3 .active .block__3_card:nth-child(5){z-index:15;left:160px !important;-webkit-transition:0.7s;-o-transition:0.7s;transition:0.7s}.main__page .block__3 .inner__block_3 .active .block__3_card:nth-child(6){z-index:16;left:200px !important;-webkit-transition:0.8s;-o-transition:0.8s;transition:0.8s}.main__page .block__3 .inner__block_3 .active .block__3_map{width:100%;height:auto}.main__page .block__3 .block__3_tabs{position:relative;z-index:50;width:100%;background-color:#a2a2a2}.main__page .block__3 .block__3_tabs .inner__tabs{display:-webkit-box;display:-ms-flexbox;display:flex}.main__page .block__3 .block__3_tabs .inner__tabs .tab{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px;line-height:1.19;letter-spacing:0.53px;width:33.3%;height:74px;color:#fff;text-align:center;font-family:"Roboto Slab", serif;cursor:pointer;background-color:#a2a2a2}.main__page .block__3 .block__3_tabs .inner__tabs .mainTabActive{background-color:#ed1c24;pointer-events:none}.main__page .block__4{padding-bottom:50px}.main__page .block__4 .text{padding-top:60px;font-size:14px;line-height:1.7;letter-spacing:1.4px}.main__page .block__4 .text::after{display:block;position:absolute;content:'';width:38px;height:3px;bottom:-17px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background-color:#000}.main__page .block__4 .subtitle{font-size:30px;line-height:1.32;letter-spacing:1px}.main__page .block__4 .cards{-webkit-transition:margin-left 0.3s;-o-transition:margin-left 0.3s;transition:margin-left 0.3s;position:relative}.main__page .block__4 .cards .cardsHoverItem{display:none}.main__page .block__4 .cards .card__list{opacity:0;display:block;margin-left:500px;white-space:nowrap}.main__page .block__4 .cards .card__list .slick-list{overflow:visible}.main__page .block__4 .cards .card__list .card__items{height:525px}.main__page .block__4 .cards .card__list .card__items .card__link{width:288px;height:100%}.main__page .block__4 .cards .card__list .card__items .card__link .card__item{width:288px;height:270px}.main__page .block__4 .cards .card__list .card__items .card__link .card__item .card__text{padding-left:15px;padding-right:15px;left:20px;font-family:"Roboto", sans-serif;font-size:11px;font-weight:500;letter-spacing:normal;color:#fff;height:30px;line-height:30px;border-radius:5px;background-color:#ed1c24;text-transform:uppercase}.main__page .block__4 .cards .card__list .card__items .card__link .card__item .card__icon_panel{left:20px}.main__page .block__4 .cards .card__list .card__items .card__link .card__item .card__news{white-space:normal;width:278px;top:276px}.main__page .block__4 .cards .card__list .card__items .card__link .card__item .card__news .card__title{margin-left:15px}.main__page .block__4 .cards .card__list .card__items .card__link .card__item .card__news .card__txt{width:250px;font-size:13px;margin-left:15px}.main__page .block__4 .cards .card__list .card__items .card__link .card__item .card__news .card__date{font-size:13px;margin-left:15px}.main__page .block__4 .cards .card__list .card__items .card__link .card__item .card__news .card__mark_position{margin-left:45px}.main__page .block__5{width:100%;height:640px;position:relative}.main__page .block__5 .inner__block_content{width:320px}.main__page .block__5 .inner__block_content .txt{color:#fff;text-transform:uppercase;margin-bottom:35px;display:block;width:190px;font-size:14px;font-weight:500;line-height:1.71;letter-spacing:1.4px;margin-left:40px}.main__page .block__5 .inner__block_content .title{display:block;width:230px;margin-left:40px;font-size:30px;line-height:1.32;letter-spacing:1px;margin-bottom:30px}.main__page .block__5 .inner__block_content .text{width:270px;line-height:1.6;margin-left:40px}.main__page .block__5 .inner__block_content .fieldFromParallax{position:relative}.main__page .block__5 .inner__block_content .fieldFromParallax label{position:absolute;font-size:14px;left:70px;z-index:5}.main__page .block__5 .inner__block_content .fieldFromParallax input{display:block;font-family:"Roboto", sans-serif;font-size:19px;line-height:1.37;color:#1d1d1d;padding-left:36px;margin-left:40px;margin-bottom:30px;position:relative;border-radius:3px;border:solid 1px #707070;background-color:#f1f1f1;outline:none;width:220px;height:55px;cursor:pointer}.main__page .block__5 .inner__block_content .fieldFromParallax .button__mail{font-size:14px;line-height:1.3;letter-spacing:0.24px;color:#fff;padding:18px 78px;margin-left:40px}.main__page .block__6 .text{padding-top:40px;font-size:14px;line-height:1.7;letter-spacing:1.4px}.main__page .block__6 .subtitle{font-size:30px;line-height:1.32;letter-spacing:1px;margin-bottom:60px}.main__page .block__6 .activity__cards{display:block;opacity:0;position:relative;margin-left:500px}.main__page .block__6 .activity__cards .activityHoverItem{display:none}.main__page .block__6 .activity__cards .slick-list{overflow:visible}.main__page .block__6 .activity__cards .inner__activity{white-space:nowrap;-webkit-transition:margin-left 0.3s;-o-transition:margin-left 0.3s;transition:margin-left 0.3s;position:relative}.main__page .block__6 .activity__cards .inner__activity .activity__card{width:286px;height:581px;margin-right:20px;position:relative}.main__page .block__6 .activity__cards .inner__activity .activity__card .left{position:absolute;bottom:30px;width:286px;height:auto}.main__page .block__6 .activity__cards .inner__activity .activity__card .left .activity__date{font-size:14px;padding-top:10px}.main__page .block__6 .activity__cards .inner__activity .activity__card .left .activity__subtitle{font-size:18px;color:#1d1d1d;width:230px}.main__page .block__6 .activity__cards .inner__activity .activity__card .left .activity__text{font-size:14px;margin-bottom:25px;width:250px}.main__page .block__6 .activity__cards .inner__activity .activity__card .left .activity__button{padding:12px 28px;font-size:12px}.main__page .block__6 .activity__cards .inner__activity .activity__card .right{position:absolute;top:0;width:286px;height:217px;border-radius:8px 8px 0 0}.main__page .block__8{margin-top:80px}.main__page .block__8 .inner__block_content{margin:auto;width:300px;padding-top:50px;position:relative}.main__page .block__8 .inner__block_content .wrappPhoneIsWoman{position:absolute;bottom:190px;width:216px;left:10%}.main__page .block__8 .inner__block_content .wrappPhoneIsWoman .phoneIsWoman{position:absolute;right:-200px;opacity:0;width:216px;height:603px}.main__page .block__8 .inner__block_content .txt{font-size:14px}.main__page .block__8 .inner__block_content .title{width:250px;font-size:30px;letter-spacing:1px}.main__page .block__8 .inner__block_content .text{width:290px}.main__page .block__8 .inner__block_content .download{display:block;padding-bottom:280px}.main__page .block__8 .inner__block_content .download span{display:block;margin-bottom:30px;font-family:"Roboto", sans-serif;font-size:16px;line-height:1.5;color:#fff}.main__page .block__8 .inner__block_content .download .app__store{display:inline-block;margin-right:12px;width:105px;height:37px}.main__page .block__8 .inner__block_content .download .google__play{display:inline-block;width:130px;height:45px}.main__page .block__9{width:100%;position:relative;z-index:20}.main__page .block__9 .inner__block_content{position:absolute;display:block;z-index:10;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.main__page .block__9 .inner__block_content .text{padding-top:77px;font-family:"Roboto", sans-serif;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:1.6px;color:#000;text-transform:uppercase;display:block;text-align:center;position:relative;margin-bottom:37px}.main__page .block__9 .inner__block_content .text::after{display:block;position:absolute;content:'';width:38px;height:3px;bottom:-17px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background-color:#000}.main__page .block__9 .inner__block_content .subtitle{font-family:"Roboto", sans-serif;font-size:56px;font-weight:bold;line-height:1.32;letter-spacing:1.85px;color:#ed1c24;text-transform:uppercase;text-align:center;display:block;margin-bottom:130px}.main__page .block__9 #mainMap{width:100%;height:1194px}}.network__develop{position:relative;background-color:#fff}.network__develop .block__1{width:100%;padding-top:50px}.network__develop .block__1 .inner__block_1{width:1280px;margin-left:auto;margin-right:auto;padding-bottom:50px;position:relative}.network__develop .block__1 .inner__block_1 .date{font-family:"Roboto", sans-serif;font-size:16px;font-weight:bold;line-height:1.5;color:#ed1c24;margin-bottom:20px;display:block}.network__develop .block__1 .inner__block_1 .title{font-family:"Roboto Slab", serif;font-size:38px;font-weight:bold;line-height:1.47;color:#1d1d1d;margin-bottom:50px;display:block}.network__develop .block__1 .inner__block_1 p{font-family:"Roboto", sans-serif;font-size:15px;font-weight:normal;line-height:1.73;color:#1d1d1d;margin-bottom:1em;display:inline-block;width:1050px}.network__develop .block__1 .inner__block_1 img{max-width:1280px;height:auto;margin-top:40px;margin-bottom:40px}.network__develop .block__2{width:100%;margin-top:42px}.network__develop .block__2 .title{font-size:36px;font-weight:bold;line-height:2.06;letter-spacing:1.19px;color:#1d1d1d;margin-bottom:68px;text-align:center}.network__develop .block__2 .block__2_inner{width:1280px;margin-left:auto;margin-right:auto}.network__develop .block__2 .block__2_inner .activityGallery{width:1280px;margin-left:auto;margin-right:auto;margin-bottom:100px;display:block}.network__develop .block__2 .block__2_inner .activityGallery a{margin-bottom:16px;margin-right:14px;display:block;width:308px;background-position:center top;background-size:cover;height:229px;float:left;border-radius:9px}.network__develop .block__2 .block__2_inner .activityGallery a:nth-child(4n+4){margin-right:0}.network__develop .block__2 .block__2_inner .activityGallery:after{clear:both;display:block;content:''}.network__develop .block__2 .block__2_inner .ativity__show_more_block{text-align:center;position:relative;padding-bottom:100px}.network__develop .block__2 .block__2_inner .ativity__show_more_block .ativityShowMore{font-family:"Roboto", sans-serif;font-size:16px;font-weight:bold;color:#ed1c24;display:inline-block;padding:16px 38px;border:2px solid #ed1c24;background-color:#fff;border-radius:8px;text-transform:uppercase}.network__develop .block__2 .block__2_inner .ativity__show_more_block .ativityShowMoreCount{display:inline-block;position:absolute;left:60%;top:20px}.network__develop .block__video{width:100%;margin-top:42px}.network__develop .block__video .title{font-size:36px;font-weight:bold;line-height:2.06;letter-spacing:1.19px;color:#1d1d1d;margin-bottom:68px;text-align:center}.network__develop .block__video .block__2_inner{width:1280px;margin-left:auto;margin-right:auto}.network__develop .block__video .block__2_inner .activityGallery{width:1280px;margin-left:auto;margin-right:auto;margin-bottom:100px;display:block}.network__develop .block__video .block__2_inner .activityGallery a{margin-bottom:16px;margin-right:14px;display:block;width:308px;background-position:center top;background-size:cover;height:229px;float:left;border-radius:9px}.network__develop .block__video .block__2_inner .activityGallery a:nth-child(4n+4){margin-right:0}.network__develop .block__video .block__2_inner .activityGallery:after{clear:both;display:block;content:''}.network__develop .block__video .block__2_inner .ativity__show_more_block{text-align:center;position:relative;padding-bottom:100px}.network__develop .block__video .block__2_inner .ativity__show_more_block .ativityShowMore{font-family:"Roboto", sans-serif;font-size:16px;font-weight:bold;color:#ed1c24;display:inline-block;padding:16px 38px;border:2px solid #ed1c24;background-color:#fff;border-radius:8px;text-transform:uppercase}.network__develop .block__video .block__2_inner .ativity__show_more_block .ativityShowMoreCount{display:inline-block;position:absolute;left:60%;top:20px}.fancy .fancybox-button--arrow_left{background-image:none;background-color:transparent;left:0;width:150px;height:100%;top:0}.fancy .fancybox-button--arrow_left:before{display:block;content:'';position:absolute;width:3px;height:26px;background-color:#d1d1d1;top:50%;margin-top:-8px;left:50px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:background-color 0.3s;-o-transition:background-color 0.3s;transition:background-color 0.3s}.fancy .fancybox-button--arrow_left:after{display:block;content:'';position:absolute;width:3px;height:26px;background-color:#d1d1d1;top:50%;margin-top:8px;left:50px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:background-color 0.3s;-o-transition:background-color 0.3s;transition:background-color 0.3s}.fancy .fancybox-button--arrow_left:hover:before,.fancy .fancybox-button--arrow_left:hover:after{background-color:#fff}.fancy .fancybox-button--arrow_right{background-image:none;background-color:transparent;right:0;width:150px;height:100%;top:0}.fancy .fancybox-button--arrow_right:before{display:block;content:'';position:absolute;width:3px;height:26px;background-color:#d1d1d1;top:50%;margin-top:-8px;right:50px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:background-color 0.3s;-o-transition:background-color 0.3s;transition:background-color 0.3s}.fancy .fancybox-button--arrow_right:after{display:block;content:'';position:absolute;width:3px;height:26px;background-color:#d1d1d1;top:50%;margin-top:8px;right:50px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:background-color 0.3s;-o-transition:background-color 0.3s;transition:background-color 0.3s}.fancy .fancybox-button--arrow_right:hover:before,.fancy .fancybox-button--arrow_right:hover:after{background-color:#fff}@media screen and (min-width: 1024px) and (max-width: 1279px){.network__develop .block__1 .inner__block_1{width:960px}.network__develop .block__1 .inner__block_1 .arrow__back span{position:absolute;display:block;background-color:#ed1c24;width:15px;height:2px;top:50%}.network__develop .block__1 .inner__block_1 .arrow__back span:first-child{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);margin-top:-5px;left:10px}.network__develop .block__1 .inner__block_1 .arrow__back span:last-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin-top:5px;left:10px}.network__develop .block__1 .inner__block_1 .arrow__back:hover{opacity:0.5}.network__develop .block__1 .inner__block_1 .title{width:960px}.network__develop .block__1 .inner__block_1 .text{width:960px}.network__develop .block__1 .inner__block_1 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;margin-bottom:40px;border-radius:8px}.network__develop .block__1 .inner__block_1 .sub__text{font-size:16px;width:960px}.network__develop .block__2{width:100%}.network__develop .block__2 .block__2_inner{width:960px;margin-left:auto;margin-right:auto}.network__develop .block__2 .block__2_inner .activityGallery{width:100%}.network__develop .block__2 .block__2_inner .activityGallery a{width:312px;height:229px;border-radius:8px;margin-bottom:10px}.network__develop .block__2 .block__2_inner .activityGallery a img{border-radius:8px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fancy .fancybox-button--arrow_left{width:90px}.fancy .fancybox-button--arrow_right{width:90px}}@media screen and (min-width: 768px) and (max-width: 1023px){.network__develop .block__1 .inner__block_1{width:724px}.network__develop .block__1 .inner__block_1 .arrow__back span{position:absolute;display:block;background-color:#ed1c24;width:15px;height:2px;top:50%}.network__develop .block__1 .inner__block_1 .arrow__back span:first-child{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);margin-top:-5px;left:10px}.network__develop .block__1 .inner__block_1 .arrow__back span:last-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin-top:5px;left:10px}.network__develop .block__1 .inner__block_1 .arrow__back:hover{opacity:0.5}.network__develop .block__1 .inner__block_1 .date{font-size:16px;margin-bottom:10px}.network__develop .block__1 .inner__block_1 .title{font-size:38px;width:720px;margin-bottom:10px}.network__develop .block__1 .inner__block_1 .text{font-size:20px;width:720px;font-weight:normal}.network__develop .block__1 .inner__block_1 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;margin-bottom:40px;border-radius:8px}.network__develop .block__1 .inner__block_1 .sub__text{font-size:16px;width:720px}.network__develop .block__2{width:100%}.network__develop .block__2 .block__2_inner{width:740px;margin-left:auto;margin-right:auto}.network__develop .block__2 .block__2_inner .activityGallery{width:100%}.network__develop .block__2 .block__2_inner .activityGallery a{width:228px;height:168px;border-radius:8px}.network__develop .block__2 .block__2_inner .activityGallery a img{border-radius:8px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fancy .fancybox-button--arrow_left{width:90px}.fancy .fancybox-button--arrow_right{width:90px}}@media screen and (min-width: 320px) and (max-width: 767px){.network__develop .block__1 .inner__block_1{width:290px}.network__develop .block__1 .inner__block_1 .arrow__back{position:absolute;top:28px;left:0;background-color:#fff;width:40px;height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid #ed1c24;cursor:pointer;-webkit-transition:opacity 0.3s;-o-transition:opacity 0.3s;transition:opacity 0.3s}.network__develop .block__1 .inner__block_1 .arrow__back span{position:absolute;display:block;background-color:#ed1c24;width:15px;height:2px;top:50%}.network__develop .block__1 .inner__block_1 .arrow__back span:first-child{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);margin-top:-5px;left:10px}.network__develop .block__1 .inner__block_1 .arrow__back span:last-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin-top:5px;left:10px}.network__develop .block__1 .inner__block_1 .arrow__back:hover{opacity:0.5}.network__develop .block__1 .inner__block_1 .date{font-size:14px;margin-bottom:50px}.network__develop .block__1 .inner__block_1 .title{font-size:30px;width:290px;margin-bottom:15px;line-height:1.2}.network__develop .block__1 .inner__block_1 .text{font-size:16px;width:290px;font-weight:normal;line-height:1.5}.network__develop .block__1 .inner__block_1 img{width:286px;height:294px;-o-object-fit:cover;object-fit:cover;margin-bottom:40px;border-radius:8px}.network__develop .block__1 .inner__block_1 .sub__text{font-size:16px;width:290px;font-weight:normal;line-height:1.5;margin-bottom:40px}.network__develop .block__2{width:100%}.network__develop .block__2 .block__2_inner{width:320px;margin-left:auto;margin-right:auto}.network__develop .block__2 .block__2_inner .activityGallery{width:278px;margin-left:auto;margin-right:auto}.network__develop .block__2 .block__2_inner .activityGallery a{margin-bottom:25px}.network__develop .block__2 .block__2_inner .activityGallery a img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fancy .fancybox-button--arrow_left{width:90px}.fancy .fancybox-button--arrow_right{width:90px}}.team__page{position:relative;background-color:#fff}.team__page .block__1{width:100%;min-height:404px}.team__page .block__1 .inner__block_1{background-image:url("/local/templates/main/images/team__page/team__bg.jpg");background-repeat:no-repeat;background-position:center top;width:100%;height:808px;background-size:cover;position:relative}.team__page .block__1 .inner__block_1 .team__promo{display:block;padding-top:253px;font-family:"Roboto", sans-serif;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:1.6px;text-align:center;color:#fff;text-transform:uppercase;position:relative}.team__page .block__1 .inner__block_1 .team__promo::after{display:block;position:absolute;content:'';width:38px;height:3px;background-color:#fff;bottom:-17px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.team__page .block__1 .inner__block_1 .team__title{display:block;margin-top:35px;font-family:"Roboto Slab", serif;font-size:64px;font-weight:bold;line-height:1.16;letter-spacing:2.11px;text-align:center;color:#fff;text-transform:uppercase;margin-bottom:60px}.team__page .block__1 .inner__block_1 .team__filter{display:block;margin:auto;top:660px;z-index:5;font-size:0;position:absolute;text-align:center;width:100%}.team__page .block__1 .inner__block_1 .team__filter .team__filter_center{display:inline-block;width:1280px;margin-left:auto;margin-right:auto}.team__page .block__1 .inner__block_1 .team__filter .team__filter_center .team__item{display:inline-block;margin-right:5px;background-color:#f1f1f1;vertical-align:middle;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:2px;margin-bottom:15px;margin-top:15px}.team__page .block__1 .inner__block_1 .team__filter .team__filter_center .team__item span{font-family:"Roboto", sans-serif;font-size:10px;font-weight:bold;line-height:30px;letter-spacing:0.15px;text-align:left;color:#1d1d1d;text-transform:uppercase;padding:0 15px;display:inline-block;position:relative;overflow:hidden}.team__page .block__1 .inner__block_1 .team__filter .team__filter_center .team__item span::before{position:absolute;display:block;content:'';width:16px;height:44px;-webkit-transform:rotate(10deg);-ms-transform:rotate(10deg);transform:rotate(10deg);background-color:#fff;top:-6px;right:-12px;border-left:1px solid #ed1c24}.team__page .block__1 .inner__block_1 .team__filter .team__filter_center .team__item .teamQuantity{float:right;line-height:30px;font-family:"Roboto", sans-serif;font-size:10px;font-style:normal;font-weight:bold;letter-spacing:0.15px;color:#ed1c24;background-color:#fff;height:30px;padding-left:10px;padding-right:10px;display:inline-block;border-radius:0 2px 2px 0}.team__page .block__1 .inner__block_1 .team__filter .team__filter_center .team__item:last-child{margin-right:0}.team__page .block__1 .inner__block_1 .team__filter .team__filter_center .teamItemRed{background-color:#ed1c24}.team__page .block__1 .inner__block_1 .team__filter .team__filter_center .teamItemRed span{color:#fff}.team__page .block__2{width:100%;position:relative;background-color:#fff}.team__page .block__2 .inner__block_2{position:relative;width:1280px;margin:auto;padding-top:100px;padding-bottom:100px;font-size:0}.team__page .block__2 .inner__block_2 .subtitle{display:block;font-family:"Roboto Slab", serif;font-size:28px;font-weight:bold;line-height:2.64;letter-spacing:0.92px;color:#1d1d1d;text-align:center;margin-bottom:70px}.team__page .block__2 .inner__block_2 .team__cards{margin-bottom:50px}.team__page .block__2 .inner__block_2 .team__cards .team__card{font-size:0}.team__page .block__2 .inner__block_2 .team__cards .team__card .team__items{border:1px solid #f1f1f1;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;display:inline-block;width:297.5px;height:520px;margin-right:30px;margin-bottom:35px;-webkit-transition:-webkit-box-shadow 0.3s;transition:-webkit-box-shadow 0.3s;-o-transition:box-shadow 0.3s;transition:box-shadow 0.3s;transition:box-shadow 0.3s, -webkit-box-shadow 0.3s;cursor:pointer;border-radius:8px;vertical-align:top}.team__page .block__2 .inner__block_2 .team__cards .team__card .team__items img{width:297.5px;height:286px;margin-bottom:35px}.team__page .block__2 .inner__block_2 .team__cards .team__card .team__items .team__position{display:block;font-family:"Roboto", sans-serif;font-size:14px;font-weight:500;line-height:1.71;color:#ed1c24;text-align:center;text-transform:uppercase}.team__page .block__2 .inner__block_2 .team__cards .team__card .team__items .team__name{display:block;text-align:center;font-family:"Roboto", sans-serif;font-size:23px;font-weight:500;line-height:1.22;color:#1d1d1d;margin-bottom:20px}.team__page .block__2 .inner__block_2 .team__cards .team__card .team__items .team__services{text-align:center;opacity:0.8;font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:1.86;color:#4d4d4d}.team__page .block__2 .inner__block_2 .team__cards .team__card .team__items:nth-child(4n){margin-right:0}.team__page .block__2 .inner__block_2 .team__cards .team__card .team__items:hover{-webkit-box-shadow:0 6px 30px 0 rgba(0,0,0,0.16);box-shadow:0 6px 30px 0 rgba(0,0,0,0.16)}.teamPoputContent{width:1280px !important;height:auto !important;background-color:#fff;border-radius:8px;position:relative}.teamPoputContent .fancybox-button.fancybox-close-small{width:50px;height:50px;top:10px;right:10px}.teamPoputContent .fancybox-button.fancybox-close-small::before{position:absolute;display:block;content:'';width:36px;height:3px;background-color:#d8d8d8;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.teamPoputContent .fancybox-button.fancybox-close-small::after{position:absolute;display:block;content:'';width:36px;height:3px;background-color:#d8d8d8;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.teamPoputContent .arrow1,.teamPoputContent .arrow2{display:block !important;position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:50px;height:50px;top:50%;background-color:#d8d8d8}.teamPoputContent .arrow1::before,.teamPoputContent .arrow1::after,.teamPoputContent .arrow2::before,.teamPoputContent .arrow2::after{display:block;content:'';position:absolute;width:25px;height:3px;background-color:#fff}.teamPoputContent .arrow1::before,.teamPoputContent .arrow2::before{top:15px;left:10px}.teamPoputContent .arrow1::after,.teamPoputContent .arrow2::after{bottom:15px;left:10px}.teamPoputContent .arrow1{left:-80px}.teamPoputContent .arrow1::after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.teamPoputContent .arrow1::before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.teamPoputContent .arrow2{right:-80px}.teamPoputContent .arrow2::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.teamPoputContent .arrow2::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.teamPoputContent .teamPopupLeft{display:inline-block;margin-top:70px;margin-left:70px}.teamPoputContent .teamPopupLeft img{width:415px;height:auto;display:inline-block}.teamPoputContent .teamPopupRight{vertical-align:top;display:inline-block;margin-left:60px;margin-top:70px}.teamPoputContent .teamPopupRight .name{display:block;width:450px;font-family:"Roboto Slab", serif;font-size:38px;font-weight:bold;line-height:1.47;color:#1d1d1d;margin-bottom:15px}.teamPoputContent .teamPopupRight .position{display:block;font-family:"Roboto", sans-serif;font-size:14px;font-weight:500;line-height:1.71;color:#ed1c24;text-transform:uppercase;margin-bottom:25px}.teamPoputContent .teamPopupRight .services{display:block;font-family:"Roboto", sans-serif;font-size:15px;font-weight:normal;line-height:1.73;color:#1d1d1d;width:580px;margin-bottom:25px}.teamPoputContent .teamPopupRight .services span{display:block;font-family:"Roboto", sans-serif;font-size:15px;font-weight:bold;line-height:1.73;color:#1d1d1d;margin-bottom:15px}.teamPoputContent .teamPopupRight .services:last-child{padding-bottom:140px}.teamPoputContent .arrow2.fancybox-button.fancybox-button--arrow_right{display:none !important}.fancys .fancybox-content{overflow:visible}.fancys .fancybox-button--arrow_left:disabled,.fancys .fancybox-button--arrow_right:disabled{visibility:hidden}.fancys .fancybox-button--arrow_left{display:none}.fancys .fancybox-button--arrow_right{display:none}@media screen and (min-width: 320px) and (max-width: 767px){.team__page .block__1{width:100%;min-height:640px}.team__page .block__1 .inner__block_1{height:640px}.team__page .block__1 .inner__block_1 .team__promo{padding-top:116px}.team__page .block__1 .inner__block_1 .team__title{margin-top:35px;font-size:30px}.team__page .block__1 .inner__block_1 .team__filter{top:350px;width:320px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.team__page .block__1 .inner__block_1 .team__filter .team__filter_center{width:100%}.team__page .block__1 .inner__block_1 .team__filter .team__filter_center .team__item{margin-bottom:5px;margin-top:5px}.team__page .block__1 .inner__block_1 .team__filter .team__filter_center .team__item:last-child{margin-right:0}.team__page .block__1 .inner__block_1 .team__filter .team__filter_center .teamItemRed{background-color:#ed1c24}.team__page .block__1 .inner__block_1 .team__filter .team__filter_center .teamItemRed span{color:#fff}.team__page .block__2{width:100%;position:relative;background-color:#fff}.team__page .block__2 .inner__block_2{position:relative;width:320px;margin:auto;padding-top:100px;padding-bottom:100px;font-size:0}.team__page .block__2 .inner__block_2 .subtitle{line-height:1.33}.team__page .block__2 .inner__block_2 .team__cards{margin-bottom:50px}.team__page .block__2 .inner__block_2 .team__cards .team__card{font-size:0}.team__page .block__2 .inner__block_2 .team__cards .team__card .team__items{border:1px solid #f1f1f1;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;display:inline-block;width:297.5px;height:520px;margin-right:30px;margin-bottom:35px;-webkit-transition:-webkit-box-shadow 0.3s;transition:-webkit-box-shadow 0.3s;-o-transition:box-shadow 0.3s;transition:box-shadow 0.3s;transition:box-shadow 0.3s, -webkit-box-shadow 0.3s;cursor:pointer;border-radius:8px}.team__page .block__2 .inner__block_2 .team__cards .team__card .team__items img{width:297.5px;height:286px;margin-bottom:35px}.team__page .block__2 .inner__block_2 .team__cards .team__card .team__items .team__position{display:block;font-family:"Roboto", sans-serif;font-size:14px;font-weight:500;line-height:1.71;color:#ed1c24;text-align:center;text-transform:uppercase}.team__page .block__2 .inner__block_2 .team__cards .team__card .team__items .team__name{display:block;text-align:center;font-family:"Roboto", sans-serif;font-size:23px;font-weight:500;line-height:1.22;color:#1d1d1d;margin-bottom:20px}.team__page .block__2 .inner__block_2 .team__cards .team__card .team__items .team__services{text-align:center;opacity:0.8;font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:1.86;color:#4d4d4d}.team__page .block__2 .inner__block_2 .team__cards .team__card .team__items:nth-child(1n){margin-right:0}.team__page .block__2 .inner__block_2 .team__cards .team__card .team__items:hover{-webkit-box-shadow:0 6px 30px 0 rgba(0,0,0,0.16);box-shadow:0 6px 30px 0 rgba(0,0,0,0.16)}}@media screen and (min-width: 767px) and (max-width: 1023px){.team__page .block__1 .inner__block_1{height:640px}.team__page .block__1 .inner__block_1 .team__promo{padding-top:143px}.team__page .block__1 .inner__block_1 .team__title{margin-top:35px;font-size:46px}.team__page .block__1 .inner__block_1 .team__filter{top:400px;width:550px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.team__page .block__1 .inner__block_1 .team__filter .team__filter_center{width:100%}.team__page .block__1 .inner__block_1 .team__filter .team__filter_center .team__item{margin-bottom:5px;margin-top:5px}.team__page .block__1 .inner__block_1 .team__filter .team__filter_center .team__item:last-child{margin-right:0}.team__page .block__1 .inner__block_1 .team__filter .team__filter_center .teamItemRed{background-color:#ed1c24}.team__page .block__1 .inner__block_1 .team__filter .team__filter_center .teamItemRed span{color:#fff}.team__page .block__2{width:100%;position:relative;background-color:#fff}.team__page .block__2 .inner__block_2{position:relative;width:700px;margin:auto;padding-top:100px;padding-bottom:100px;text-align:center;font-size:0}.team__page .block__2 .inner__block_2 .subtitle{line-height:1.33}.team__page .block__2 .inner__block_2 .team__cards{margin-bottom:50px}.team__page .block__2 .inner__block_2 .team__cards .team__card{font-size:0}.team__page .block__2 .inner__block_2 .team__cards .team__card .team__items{border:1px solid #f1f1f1;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;display:inline-block;width:297.5px;height:520px;margin-right:30px;margin-bottom:35px;-webkit-transition:-webkit-box-shadow 0.3s;transition:-webkit-box-shadow 0.3s;-o-transition:box-shadow 0.3s;transition:box-shadow 0.3s;transition:box-shadow 0.3s, -webkit-box-shadow 0.3s;cursor:pointer;border-radius:8px}.team__page .block__2 .inner__block_2 .team__cards .team__card .team__items img{width:297.5px;height:286px;margin-bottom:35px}.team__page .block__2 .inner__block_2 .team__cards .team__card .team__items .team__position{display:block;font-family:"Roboto", sans-serif;font-size:14px;font-weight:500;line-height:1.71;color:#ed1c24;text-align:center;text-transform:uppercase}.team__page .block__2 .inner__block_2 .team__cards .team__card .team__items .team__name{display:block;text-align:center;font-family:"Roboto", sans-serif;font-size:23px;font-weight:500;line-height:1.22;color:#1d1d1d;margin-bottom:20px}.team__page .block__2 .inner__block_2 .team__cards .team__card .team__items .team__services{text-align:center;opacity:0.8;font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:1.86;color:#4d4d4d}.team__page .block__2 .inner__block_2 .team__cards .team__card .team__items:nth-child(2n){margin-right:0}.team__page .block__2 .inner__block_2 .team__cards .team__card .team__items:hover{-webkit-box-shadow:0 6px 30px 0 rgba(0,0,0,0.16);box-shadow:0 6px 30px 0 rgba(0,0,0,0.16)}}@media screen and (min-width: 1024px) and (max-width: 1279px){.team__page .block__1 .inner__block_1{height:640px}.team__page .block__1 .inner__block_1 .team__promo{padding-top:143px}.team__page .block__1 .inner__block_1 .team__title{margin-top:35px;font-size:46px}.team__page .block__1 .inner__block_1 .team__filter{top:400px;width:550px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.team__page .block__1 .inner__block_1 .team__filter .team__filter_center{width:100%}.team__page .block__1 .inner__block_1 .team__filter .team__filter_center .team__item{margin-bottom:5px;margin-top:5px}.team__page .block__1 .inner__block_1 .team__filter .team__filter_center .team__item:last-child{margin-right:0}.team__page .block__1 .inner__block_1 .team__filter .team__filter_center .teamItemRed{background-color:#ed1c24}.team__page .block__1 .inner__block_1 .team__filter .team__filter_center .teamItemRed span{color:#fff}.team__page .block__2 .inner__block_2{width:960px}.team__page .block__2 .inner__block_2 .subtitle{line-height:1.33}.team__page .block__2 .inner__block_2 .team__cards{margin-bottom:50px}.team__page .block__2 .inner__block_2 .team__cards .team__card{font-size:0}.team__page .block__2 .inner__block_2 .team__cards .team__card .team__items{border:1px solid #f1f1f1;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;display:inline-block;width:297.5px;height:520px;margin-right:30px;margin-bottom:35px;-webkit-transition:-webkit-box-shadow 0.3s;transition:-webkit-box-shadow 0.3s;-o-transition:box-shadow 0.3s;transition:box-shadow 0.3s;transition:box-shadow 0.3s, -webkit-box-shadow 0.3s;cursor:pointer;border-radius:8px}.team__page .block__2 .inner__block_2 .team__cards .team__card .team__items img{width:297.5px;height:286px;margin-bottom:35px}.team__page .block__2 .inner__block_2 .team__cards .team__card .team__items .team__position{display:block;font-family:"Roboto", sans-serif;font-size:14px;font-weight:500;line-height:1.71;color:#ed1c24;text-align:center;text-transform:uppercase}.team__page .block__2 .inner__block_2 .team__cards .team__card .team__items .team__name{display:block;text-align:center;font-family:"Roboto", sans-serif;font-size:23px;font-weight:500;line-height:1.22;color:#1d1d1d;margin-bottom:20px}.team__page .block__2 .inner__block_2 .team__cards .team__card .team__items .team__services{text-align:center;opacity:0.8;font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:1.86;color:#4d4d4d}.team__page .block__2 .inner__block_2 .team__cards .team__card .team__items:nth-child(3n){margin-right:0}.team__page .block__2 .inner__block_2 .team__cards .team__card .team__items:hover{-webkit-box-shadow:0 6px 30px 0 rgba(0,0,0,0.16);box-shadow:0 6px 30px 0 rgba(0,0,0,0.16)}}@media screen and (min-width: 320px) and (max-width: 767px){.teamPoputContent{width:320px !important;height:100%;position:relative;padding:0}.teamPoputContent .fancybox-button.fancybox-close-small{width:40px;height:40px;top:10px;right:10px}.teamPoputContent .fancybox-button.fancybox-close-small::before{position:absolute;display:block;content:'';width:24px;height:3px;background-color:#d8d8d8;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.teamPoputContent .fancybox-button.fancybox-close-small::after{position:absolute;display:block;content:'';width:24px;height:3px;background-color:#d8d8d8;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.teamPoputContent .arrow1,.teamPoputContent .arrow2{display:block !important;position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:50px;height:50px;top:auto;bottom:10px;background-color:#d8d8d8}.teamPoputContent .arrow1::before,.teamPoputContent .arrow1::after,.teamPoputContent .arrow2::before,.teamPoputContent .arrow2::after{display:block;content:'';position:absolute;width:25px;height:3px;background-color:#fff}.teamPoputContent .arrow1::before,.teamPoputContent .arrow2::before{top:15px;left:10px}.teamPoputContent .arrow1::after,.teamPoputContent .arrow2::after{bottom:15px;left:10px}.teamPoputContent .arrow1{left:20px}.teamPoputContent .arrow1::after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.teamPoputContent .arrow1::before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.teamPoputContent .arrow2{right:20px}.teamPoputContent .arrow2::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.teamPoputContent .arrow2::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.teamPoputContent .teamPopupLeft{margin-top:120px;margin-left:20px;width:266px;height:251px}.teamPoputContent .teamPopupLeft img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;border-radius:8px}.teamPoputContent .teamPopupRight{margin-left:20px;margin-top:10px;width:280px}.teamPoputContent .teamPopupRight .name{display:block;width:280px;font-family:"Roboto Slab", serif;font-weight:bold;color:#1d1d1d;margin-bottom:15px;position:absolute;top:50px;font-size:24px;left:16px}.teamPoputContent .teamPopupRight .position{display:block;font-family:"Roboto", sans-serif;font-size:14px;font-weight:500;line-height:1.71;color:#ed1c24;text-transform:uppercase;margin-bottom:25px;position:absolute;top:90px;left:16px}.teamPoputContent .teamPopupRight .services{display:block;font-family:"Roboto", sans-serif;font-size:15px;font-weight:normal;line-height:1.73;color:#1d1d1d;width:100%;margin-bottom:25px}.teamPoputContent .teamPopupRight .services span{display:block;font-family:"Roboto", sans-serif;font-size:15px;font-weight:bold;line-height:1.73;color:#1d1d1d;margin-bottom:15px}.teamPoputContent .teamPopupRight .services:last-child{padding-bottom:100px}}@media screen and (min-width: 768px) and (max-width: 1023px){.teamPoputContent{width:768px !important;padding:0}.teamPoputContent .arrow1{left:20px;bottom:20px;top:auto}.teamPoputContent .arrow2{right:20px;bottom:20px;top:auto}.teamPoputContent .teamPopupLeft{width:258px;height:341px;margin-left:20px;margin-top:80px}.teamPoputContent .teamPopupLeft img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.teamPoputContent .teamPopupRight{margin-left:35px;margin-top:80px;width:450px}.teamPoputContent .teamPopupRight .services{width:430px}}@media screen and (min-width: 1024px) and (max-width: 1279px){.teamPoputContent{width:1024px !important;height:800px !important;padding:0}.teamPoputContent .arrow1{left:30px;bottom:20px;top:auto}.teamPoputContent .arrow2{right:30px;bottom:20px;top:auto}.teamPoputContent .teamPopupLeft{width:300px;height:400px;margin-left:20px;margin-top:80px}.teamPoputContent .teamPopupLeft img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}}.timetable__page{position:relative;background-color:#fff}.timetable__page .block__1{width:100%}.timetable__page .block__1 .inner__block_1{background-image:url("/local/templates/main/images/timetable__bg.jpg");background-repeat:no-repeat;background-position:center top;width:100%;height:404px;background-size:cover}.timetable__page .block__1 .inner__block_1 .timetable__title{display:block;font-family:"Roboto Slab", serif;font-size:64px;font-weight:bold;line-height:1.16;letter-spacing:2.11px;text-align:center;color:#fff;text-transform:uppercase;padding-top:105px;margin-bottom:20px}.timetable__page .block__1 .inner__block_1 .time__list_filter{display:block;margin-top:20px;position:relative}.timetable__page .block__1 .inner__block_1 .time__list_filter h2{width:100%;margin-bottom:5px;display:block;position:relative}.timetable__page .block__1 .inner__block_1 .time__list_filter h2 div{display:block;color:rgba(255,255,255,0.25);padding-left:20px;width:614px;height:68px;margin-left:auto;margin-right:auto;font-family:"Roboto Slab", serif;font-size:40px;font-weight:normal;line-height:68px;letter-spacing:1.32px;border:solid 1px #f1f1f1;background-color:rgba(0,0,0,0.44);border-radius:9px;position:relative}.timetable__page .block__1 .inner__block_1 .time__list_filter h2 div i{font-style:normal;cursor:pointer;display:inline-block;width:612px}.timetable__page .block__1 .inner__block_1 .time__list_filter h2 div span{position:absolute;display:block;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:26px;width:33px;height:30px;cursor:pointer;-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;-o-transition:transform 0.3s;transition:transform 0.3s;transition:transform 0.3s, -webkit-transform 0.3s}.timetable__page .block__1 .inner__block_1 .time__list_filter h2 div span span:first-child{position:absolute;display:block;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:0;width:20px;height:3px;background-color:#fff}.timetable__page .block__1 .inner__block_1 .time__list_filter h2 div span span:last-child{position:absolute;display:block;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:0;width:20px;height:3px;background-color:#fff}.timetable__page .block__1 .inner__block_1 .time__list_filter h2 div .openTimeFilter span:first-child{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.timetable__page .block__1 .inner__block_1 .time__list_filter h2 div .openTimeFilter span:last-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.timetable__page .block__1 .inner__block_1 .time__list_filter h2 div .closeTimeFilter span:first-child{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.timetable__page .block__1 .inner__block_1 .time__list_filter h2 div .closeTimeFilter span:last-child{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.timetable__page .block__1 .inner__block_1 .time__list_filter .inner__list_filter{padding-top:10px;padding-bottom:20px;display:block;margin-left:auto;margin-right:auto;position:relative;z-index:10;width:634px;background-color:#fff;border-radius:8px;-webkit-box-shadow:0 6px 30px 0 rgba(0,0,0,0.16);box-shadow:0 6px 30px 0 rgba(0,0,0,0.16);overflow:hidden;opacity:0}.timetable__page .block__1 .inner__block_1 .time__list_filter .inner__list_filter .inner__item_filter{font-family:"Roboto", sans-serif;font-size:23px;font-weight:500;line-height:2.26;padding-left:73px;letter-spacing:normal;color:#1d1d1d;-webkit-transition:background-color 0.3s;-o-transition:background-color 0.3s;transition:background-color 0.3s;cursor:pointer}.timetable__page .block__1 .inner__block_1 .time__list_filter .inner__list_filter .inner__item_filter:hover{background-color:#f1f1f1}.timetable__page .block_2{width:100%}@media screen and (min-width: 1024px) and (max-width: 1279px){.timetable__page .block__1 .inner__block_1 .timetable__title{font-size:46px;line-height:1.61;letter-spacing:1.52px}.timetable__page .block__1 .inner__block_1 .time__list_filter h2 div{width:420px}}@media screen and (min-width: 768px) and (max-width: 1023px){.timetable__page .block__1 .inner__block_1 .timetable__title{font-size:46px;line-height:1.61;letter-spacing:1.52px}.timetable__page .block__1 .inner__block_1 .time__list_filter h2 div{width:420px}}@media screen and (min-width: 320px) and (max-width: 767px){.timetable__page .block__1 .inner__block_1 .timetable__title{font-size:30px}.timetable__page .block__1 .inner__block_1 .time__list_filter h2 div{width:420px}}

/* End */


/* Start:/local/templates/main/template_styles.css?159249492041157*/
*{margin:0;padding:0}body{margin:0;padding:0}html,body,.wrapper{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:"Roboto", sans-serif;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh}body{overflow-x:hidden}.content{-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;min-height:100%;padding-top:85px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:auto;flex-basis:auto}.content *{outline:none}.cont_center{max-width:1024px;padding:0 10px 20px 10px;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:14px;line-height:30px}.cont_center h2{text-align:center;font-size:38px;line-height:24px;margin-bottom:49px;margin-top:0;font-family:"Roboto Slab", serif}.cont_center img{margin:0 auto}.cont_center img.desktop{display:block;max-width:100%;height:auto}body.text .content{width:1280px;padding:80px 20px 20px 20px;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}body.text .content h1{display:block;font-family:"Roboto Slab", serif;font-size:38px;font-weight:bold;line-height:1.47;color:#1d1d1d;margin-bottom:40px}body.text .content h2{display:block;font-family:"Roboto Slab", serif;font-size:26px;font-weight:bold;line-height:1.47;color:#1d1d1d;margin-bottom:40px}body.text .content h3{display:block;font-family:"Roboto Slab", serif;font-size:22px;font-weight:bold;line-height:1.47;color:#1d1d1d;margin-bottom:40px}body.text .content p{margin:1em 0}body.text .content img{max-width:100%;height:auto}a{text-decoration:none}ul{margin:0;padding:0;list-style:none}button{outline:none}.clearfix::after{content:'';display:table;clear:both}.bottom__selected{pointer-events:none;opacity:0.5}.mobile{display:none}.slick-dots>li{display:inline-block !important}.slick-dots>li:only-child{display:none !important}.fancybox-toolbar{z-index:99998}.fancybox-toolbar .fancybox-button--close{cursor:pointer;background-image:url("/local/templates/main/images/closeMenuList.svg");background-size:contain;background-position:center;background-repeat:no-repeat}@media screen and (max-width: 1700px){.content{padding-top:60px}}@media screen and (max-width: 1279px){.content{padding-top:56px}body.text .content{width:1024px;padding:80px 20px 20px 20px;margin:0 auto}}@media screen and (max-width: 767px){.mobile{display:block}.desktop{display:none !important}body.text .content{width:320px;padding:80px 20px 20px 20px;margin:0 auto}.cont_center{line-height:24px}.cont_center h2{font-size:30px;line-height:36px;margin-bottom:7px}}footer{width:100%;background-color:#f1f1f1;font-family:"Roboto", sans-serif;z-index:10;position:relative;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:auto;flex-basis:auto}footer .footer__section{width:1240px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px;position:relative}footer .footer__section .footer__logo{width:200px;display:inline-block;margin-right:180px}footer .footer__section .footer__logo .inner__footer_logo{background-image:url("/local/templates/main/images/logo_slide.svg");background-repeat:no-repeat;width:170px;height:70px;display:block;position:absolute;top:30px;left:10px}footer .footer__section .footer__logo .footer_subtitle{position:absolute;left:10px;bottom:50px;display:block;opacity:0.5;font-family:"Roboto", sans-serif;font-size:13px;font-weight:normal;line-height:1.31;letter-spacing:0.2px;color:#4d4d4d}footer .footer__section .footer__logo .footer__policy{width:150px;opacity:0.5;font-family:"Roboto", sans-serif;font-size:13px;font-weight:normal;line-height:1.31;letter-spacing:0.2px;color:#4d4d4d;position:absolute;left:10px;bottom:10px;-webkit-transition:opacity 0.3s;-o-transition:opacity 0.3s;transition:opacity 0.3s}footer .footer__section .footer__logo .footer__policy:hover{opacity:0.8}footer .footer__section .footer__information{display:inline-block;padding-top:5px;padding-bottom:20px}footer .footer__section .footer__information ul{vertical-align:top;display:inline-block;margin-top:37px;margin-right:130px}footer .footer__section .footer__information ul:last-child{margin-right:0}footer .footer__section .footer__information ul li a{font-family:"Roboto", sans-serif;font-size:11px;font-weight:normal;line-height:2.55;letter-spacing:0.17px;color:#8a8a8a;text-transform:uppercase;-webkit-transition:opacity 0.3s;-o-transition:opacity 0.3s;transition:opacity 0.3s}footer .footer__section .footer__information ul li a:hover{opacity:0.8}footer .footer__section .footer__contacts{display:inline-block;position:absolute;right:0;height:100%}footer .footer__section .footer__contacts .footer__social{display:block;position:absolute;top:30px;right:10px;width:115px}footer .footer__section .footer__contacts .footer__social .inner__footer_social{width:100px;height:15px;opacity:0.77;font-family:"Roboto", sans-serif;font-size:13px;font-weight:normal;line-height:1.85;letter-spacing:0.2px;color:#949494;display:block;margin-bottom:10px;right:30px;bottom:10px}footer .footer__section .footer__contacts .footer__social a{display:inline-block;margin-right:10px;width:25px;height:25px;background-repeat:no-repeat}footer .footer__section .footer__contacts .footer__social a:nth-child(2){background-image:url("/local/templates/main/images/fb__ico.svg")}footer .footer__section .footer__contacts .footer__social a:nth-child(3){background-image:url("/local/templates/main/images/vk__ico.svg")}footer .footer__section .footer__contacts .footer__social a:nth-child(4){background-image:url("/local/templates/main/images/inst__ico.svg")}footer .footer__section .footer__contacts .developer{position:absolute;display:block;right:30px;bottom:10px}footer .footer__section .footer__contacts .developer .elcore{display:inline-block;opacity:0.5;font-size:13px;line-height:1.31;letter-spacing:0.2px;color:#4d4d4d}footer .footer__section .footer__contacts .developer .elcore a{display:inline-block;font-size:13px;font-weight:bold;line-height:1.31;letter-spacing:0.2px;color:#4d4d4d;-webkit-transition:opacity 0.3s;-o-transition:opacity 0.3s;transition:opacity 0.3s}footer .footer__section .footer__contacts .developer .elcore a:hover{opacity:0.5}@media screen and (min-width: 1024px) and (max-width: 1279px){footer{width:100%;background-color:#f1f1f1;font-family:"Roboto", sans-serif;z-index:10;position:relative}footer .footer__section{width:960px;margin-left:auto;margin-right:auto;position:relative}footer .footer__section .footer__logo{width:200px;display:inline-block;margin-right:180px}footer .footer__section .footer__logo .inner__footer_logo{background-image:url("/local/templates/main/images/logo_slide.svg");background-repeat:no-repeat;width:170px;height:70px;display:block;margin-top:30px}footer .footer__section .footer__logo .footer_subtitle{display:block;margin-bottom:10px;opacity:0.5;font-family:"Roboto", sans-serif;font-size:13px;font-weight:normal;line-height:1.31;letter-spacing:0.2px;color:#4d4d4d}footer .footer__section .footer__logo .footer__policy{width:150px;opacity:0.5;font-family:"Roboto", sans-serif;font-size:13px;font-weight:normal;line-height:1.31;letter-spacing:0.2px;color:#4d4d4d}footer .footer__section .footer__information{display:inline-block}footer .footer__section .footer__information ul{display:inline-block;margin-top:37px;margin-right:130px}footer .footer__section .footer__information ul:last-child{margin-right:0}footer .footer__section .footer__information ul li a{font-family:"Roboto", sans-serif;font-size:11px;font-weight:normal;line-height:2.55;letter-spacing:0.17px;color:#8a8a8a;text-transform:uppercase}footer .footer__section .footer__contacts{display:inline-block;position:absolute;right:0}footer .footer__section .footer__contacts .footer__social{margin-top:36px;margin-bottom:70px;display:block}footer .footer__section .footer__contacts .footer__social .inner__footer_social{width:100px;height:15px;opacity:0.77;font-family:"Roboto", sans-serif;font-size:13px;font-weight:normal;line-height:1.85;letter-spacing:0.2px;color:#949494;display:block;margin-bottom:10px}footer .footer__section .footer__contacts .footer__social a{display:inline-block;margin-right:10px;width:25px;height:25px;background-repeat:no-repeat}footer .footer__section .footer__contacts .developer{display:block}footer .footer__section .footer__contacts .developer .elcore{display:inline-block;opacity:0.5;font-size:13px;line-height:1.31;letter-spacing:0.2px;color:#4d4d4d}footer .footer__section .footer__contacts .developer .elcore a{display:inline-block;font-size:13px;font-weight:bold;line-height:1.31;letter-spacing:0.2px;color:#4d4d4d}}@media screen and (min-width: 768px) and (max-width: 1023px){footer .footer__section{width:700px;position:relative}footer .footer__section .footer__logo{position:absolute;left:20px;margin-right:0;height:100%}footer .footer__section .footer__logo .inner__footer_logo{margin-top:0;position:absolute;top:30px;left:10px}footer .footer__section .footer__logo .footer_subtitle{position:absolute;left:10px;bottom:65px}footer .footer__section .footer__logo .footer__policy{bottom:27px;left:10px;position:absolute}footer .footer__section .footer__information{position:relative;width:290px;margin:auto;display:block;padding-top:100px;padding-bottom:35px}footer .footer__section .footer__information ul{margin-top:37px;margin-right:80px}footer .footer__section .footer__information ul:last-child{margin-right:0}footer .footer__section .footer__information ul li a{font-family:"Roboto", sans-serif;font-size:11px;font-weight:normal;line-height:2.55;letter-spacing:0.17px;color:#8a8a8a;text-transform:uppercase}footer .footer__section .footer__contacts{right:20px;top:0;height:100%}footer .footer__section .footer__contacts .footer__social{position:absolute;top:30px;right:10px}footer .footer__section .footer__contacts .developer{display:block;position:absolute;bottom:11px}}@media screen and (min-width: 320px) and (max-width: 767px){footer{width:100%;overflow:hidden}footer .footer__section{width:320px;position:relative;padding-left:0;padding-right:0}footer .footer__section .footer__logo{position:absolute;top:20px;left:20px;height:auto;margin-right:0}footer .footer__section .footer__logo .inner__footer_logo{margin-top:0;width:100px;height:40px;background-size:contain}footer .footer__section .footer__logo .footer_subtitle{position:absolute;bottom:75px;display:block;font-size:12px}footer .footer__section .footer__logo .footer__policy{font-size:12px;position:absolute;bottom:49px}footer .footer__section .footer__information{padding-top:100px;padding-bottom:200px;margin-left:20px}footer .footer__section .footer__information ul{margin-top:10px}footer .footer__section .footer__information ul:first-child{margin-top:37px;margin-right:60px}footer .footer__section .footer__contacts{display:inline-block;position:absolute;right:11px;height:100%}footer .footer__section .footer__contacts .footer__social .inner__footer_social{height:100%}footer .footer__section .footer__contacts .developer{position:absolute;bottom:30px;right:0}}header{width:100%;background-color:#d5151c;height:85px;position:fixed;top:0;left:0;z-index:100;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform .1s;transition:-webkit-transform .1s;-o-transition:transform .1s;transition:transform .1s;transition:transform .1s, -webkit-transform .1s}header.hide{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;-o-transition:transform .5s;transition:transform .5s;transition:transform .5s, -webkit-transform .5s}header .main__navigation{display:block;width:1710px;margin:auto;color:#fff;font-family:"Roboto", sans-serif;position:relative}header .main__navigation .nav__burger{position:absolute;width:26px;height:18px;left:0;cursor:pointer;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);visibility:hidden}header .main__navigation .nav__burger span{display:block;background-color:#fff;width:26px;height:2px;margin-bottom:6px}header .main__navigation .nav__burger span:last-child{margin-bottom:0}header .main__navigation .nav__logo{display:inline-block;width:252px;height:85px;vertical-align:middle}header .main__navigation .nav__logo a{margin-top:9px;display:block;width:177px;height:70px;background-image:url("/local/templates/main/images/nav__logo.svg");background-repeat:no-repeat;background-position:right top}header .main__navigation .headerPickClub{display:inline-block;width:186px;background-color:#fff;height:85px;vertical-align:top;color:#4d4d4d;text-align:center}header .main__navigation .headerPickClub span{display:inline-block;font-family:"Roboto", sans-serif;font-size:11px;font-weight:normal;line-height:1.18;letter-spacing:0.17px;margin-top:20px}header .main__navigation .headerPickClub span:last-child{color:#ed1c24;font-size:14px;font-weight:bold;line-height:1.21;letter-spacing:normal;text-align:center;display:block;text-transform:uppercase;margin-top:10px;position:relative}header .main__navigation .headerPickClub.selected{background-color:#000000;color:#fff}header .main__navigation .headerPickClub.selected span{opacity:0.5}header .main__navigation .headerPickClub.selected span:last-child{opacity:1;color:#fff}header .main__navigation .navListWrapp{position:relative}header .main__navigation .navListWrapp .closeMenuList{visibility:hidden}header .main__navigation .navListWrapp .innerHeaderPickClub{display:none}header .main__navigation .navListWrapp .nav__list{vertical-align:middle;display:inline-block}header .main__navigation .navListWrapp .nav__list .nav__item{margin-right:0;vertical-align:middle;display:inline-block}header .main__navigation .navListWrapp .nav__list .nav__item:first-child{margin-left:26px}header .main__navigation .navListWrapp .nav__list .nav__item a{color:#fff;display:block;font-size:14px;font-weight:500;line-height:1.21;text-transform:uppercase;-webkit-transition:border-bottom 0.3s;-o-transition:border-bottom 0.3s;transition:border-bottom 0.3s;margin:0 14px;border-bottom:1px solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box}header .main__navigation .navListWrapp .nav__list .nav__item .nav__active{padding:11px 13px;border:2px solid #fff;border-radius:6px;pointer-events:none}header .main__navigation .navListWrapp .nav__list .nav__item.selected a{pointer-events:none;border-color:#fff}header .main__navigation .nav__information{display:block;position:absolute;right:0;top:0}header .main__navigation .nav__information .nav__phone{font-size:20px;font-weight:bold;text-align:left;line-height:85px;color:#fff;margin-right:21px}header .main__navigation .nav__information .nav__phone a{text-decoration:none;color:#fff}header .main__navigation .nav__information .nav__button{display:inline-block;font-size:13px;font-weight:bold;line-height:1.15;letter-spacing:0.2px;text-align:center;color:#ed1c24;padding:18px 27px;border-radius:10px;background-color:#fff;outline:none;text-decoration:none;cursor:pointer;border:none;text-transform:uppercase}header .main__navigation .nav__list_hidden{display:none;vertical-align:middle}header .main__navigation .nav__list_hidden .nav__item{display:inline-block;margin-right:17px}header .main__navigation .nav__list_hidden .nav__item:first-child{margin-left:28px}header .main__navigation .nav__list_hidden .nav__item:last-child{margin-right:0}header .main__navigation .nav__list_hidden .nav__item a{color:#fff;display:block;font-size:14px;font-weight:500;line-height:1.21;text-transform:uppercase;margin-right:22px;-webkit-transition:border-bottom 0.3s;-o-transition:border-bottom 0.3s;transition:border-bottom 0.3s;border-bottom:1px solid transparent}header .main__navigation .nav__list_hidden .nav__item a:hover{border-bottom-color:#fff}header .main__navigation .nav__list_hidden .nav__item .nav__active{padding:11px 13px;border:2px solid #fff;border-radius:6px;pointer-events:none}@media screen and (max-width: 1700px){header{height:60px}header .main__navigation{display:block;width:1280px}header .main__navigation .nav__logo{width:120px;height:60px;padding-left:15px}header .main__navigation .nav__logo a{margin-top:9px;display:block;width:98px;height:100%;background-image:url("/local/templates/main/images/nav__logo_small.svg")}header .main__navigation .headerPickClub{width:152px;height:60px}header .main__navigation .headerPickClub span{font-size:11px;line-height:1.18;letter-spacing:0.17px;margin-top:15px}header .main__navigation .headerPickClub span:last-child{font-size:12px;line-height:1.21;margin-top:5px}header .main__navigation .navListWrapp .nav__list .nav__item{margin-right:5px}header .main__navigation .navListWrapp .nav__list .nav__item a{font-size:12px;line-height:1.33}header .main__navigation .nav__information .nav__phone{font-size:13px;line-height:60px}header .main__navigation .nav__information .nav__button{font-size:11px;font-weight:bold;text-align:center;padding:13px 15px;line-height:1.36;letter-spacing:0.17px}}@media screen and (max-width: 1279px){header{height:56px}header .main__navigation{display:block;position:relative;width:100%}header .main__navigation .nav__burger{visibility:visible;top:30px;left:20px;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s}header .main__navigation .nav__burger:hover{opacity:0.5}header .main__navigation .nav__logo{width:120px;height:60px;padding-left:77px}header .main__navigation .nav__logo a{margin-top:9px;display:block;width:98px;height:100%;background-image:url("/local/templates/main/images/nav__logo_small.svg")}header .main__navigation .headerPickClub{display:none}header .main__navigation .navListWrapp{width:100%;display:block;position:absolute;left:0;top:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);z-index:10;background:#1d1d1d}header .main__navigation .navListWrapp .closeMenuList{position:absolute;visibility:visible;width:20px;height:20px;top:20px;left:20px;cursor:pointer;z-index:20;background-image:url("/local/templates/main/images/closeMenuList.svg");background-repeat:no-repeat;background-size:contain;-webkit-transition:opacity 0.3s;-o-transition:opacity 0.3s;transition:opacity 0.3s}header .main__navigation .navListWrapp .closeMenuList:hover{opacity:0.5}header .main__navigation .navListWrapp .innerHeaderPickClub{display:inline-block;position:relative;margin-top:40px;margin-left:100px;margin-bottom:83px;font-family:"Roboto", sans-serif;font-size:20px;font-weight:normal;line-height:1.3;letter-spacing:normal;text-align:left;color:#fff;-webkit-transition:opacity 0.3s;-o-transition:opacity 0.3s;transition:opacity 0.3s}header .main__navigation .navListWrapp .innerHeaderPickClub::after{display:block;position:absolute;content:'';top:9px;right:-30px;width:10px;height:2px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background-color:#fff}header .main__navigation .navListWrapp .innerHeaderPickClub::before{display:block;position:absolute;content:'';bottom:9px;right:-30px;width:10px;height:2px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);background-color:#fff}header .main__navigation .navListWrapp .innerHeaderPickClub:hover{opacity:0.5}header .main__navigation .navListWrapp .nav__list{width:250px;position:relative;display:block;padding-bottom:30px}header .main__navigation .navListWrapp .nav__list::before{display:block;content:'';position:absolute;top:-52px;left:100px;width:1024px;height:1px;background-color:#707070}header .main__navigation .navListWrapp .nav__list .nav__item{margin-left:100px;margin-bottom:15px;display:inline-block;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s}header .main__navigation .navListWrapp .nav__list .nav__item:first-child{margin-left:100px}header .main__navigation .navListWrapp .nav__list .nav__item a{font-size:20px;letter-spacing:normal}header .main__navigation .nav__information{right:20px}header .main__navigation .nav__information .nav__phone{font-size:13px;line-height:60px}header .main__navigation .nav__information .nav__button{font-size:11px;font-weight:bold;text-align:center;padding:13px 15px;line-height:1.36;letter-spacing:0.17px}}@media screen and (max-width: 768px){header .main__navigation .navListWrapp .innerHeaderPickClub{font-size:14px}header .main__navigation .navListWrapp .innerHeaderPickClub::after{top:6px;width:6px}header .main__navigation .navListWrapp .innerHeaderPickClub::before{bottom:6px;width:6px}header .main__navigation .navListWrapp .nav__list .nav__item a{font-size:16px;margin-left:-15px}}@media screen and (max-width: 767px){header{width:100%}header .main__navigation{width:100%}header .main__navigation .navListWrapp .nav__list::before{width:170px}header .main__navigation .nav__information{display:none}}.showBurgerMenu{-webkit-transform:translateY(0) !important;-ms-transform:translateY(0) !important;transform:translateY(0) !important}.popupForm{position:fixed;left:50%;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:100%;visibility:hidden;opacity:1;z-index:100;-webkit-perspective:500px;perspective:500px;overflow:hidden}.popupForm .wrappPerspective{background-color:#fff;-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;-o-transition:transform 0.3s;transition:transform 0.3s;transition:transform 0.3s, -webkit-transform 0.3s;-webkit-transform:rotateX(160deg);transform:rotateX(160deg);-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%;height:1040px}.popupForm .wrappPerspective .popupClose{display:block;position:absolute;top:27px;right:50px;width:50px;height:50px;background-image:url("/local/templates/main/images/popupClose.svg");background-repeat:no-repeat;cursor:pointer;-webkit-transition:opacity 0.3s;-o-transition:opacity 0.3s;transition:opacity 0.3s}.popupForm .wrappPerspective .popupClose:hover{opacity:0.5;background-color:#fff}.popupForm .wrappPerspective .titleForm{padding-top:56px;margin-bottom:30px;font-family:"Roboto Slab", serif;font-size:38px;font-weight:bold;line-height:1.47;text-align:center;color:#1d1d1d}.popupForm .wrappPerspective .promoForm{font-family:"Roboto", sans-serif;font-size:20px;font-weight:500;line-height:1.6;text-align:center;color:#1d1d1d;margin-bottom:92px}.popupForm .wrappPerspective .formHeaderFields{text-align:center;position:relative}.popupForm .wrappPerspective .formHeaderFields .wrapp{position:absolute;left:0;right:0;display:block;background-color:#fff;width:614px;height:68px;overflow:hidden;border-radius:4px;border:solid 2px #d8d8d8;z-index:50}.popupForm .wrappPerspective .formHeaderFields .wrapp .formHeaderList{margin-top:17px;display:block;width:614px;background-color:#fff}.popupForm .wrappPerspective .formHeaderFields .wrapp .formHeaderList .formHeaderItem{display:block;font-size:18px;font-weight:normal;line-height:1.78;color:#1d1d1d;text-align:left;padding-left:15px;margin-top:9px;margin-bottom:18px;font-family:"Roboto", sans-serif;cursor:pointer;-webkit-transition:background-color 0.3s;-o-transition:background-color 0.3s;transition:background-color 0.3s}.popupForm .wrappPerspective .formHeaderFields .wrapp .formHeaderList .formHeaderItem:not(:first-child):hover{background-color:#d1d1d1}.popupForm .wrappPerspective .formHeaderFields .wrapp .formHeaderClose{position:absolute;display:block;right:20px;width:33px;top:18px;height:30px;cursor:pointer;-webkit-transition:opacity 0.3s;-o-transition:opacity 0.3s;transition:opacity 0.3s}.popupForm .wrappPerspective .formHeaderFields .wrapp .formHeaderClose span{display:block;position:absolute;width:20px;height:3px;top:50%;background-color:#1d1d1d}.popupForm .wrappPerspective .formHeaderFields .wrapp .formHeaderClose span:first-child{left:0;-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}.popupForm .wrappPerspective .formHeaderFields .wrapp .formHeaderClose span:last-child{right:0;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.popupForm .wrappPerspective .formHeaderFields .wrapp .formHeaderClose:hover{opacity:0.5}.popupForm .wrappPerspective .formHeaderFields .wrapp .openPopupList span{-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;-o-transition:transform 0.3s;transition:transform 0.3s;transition:transform 0.3s, -webkit-transform 0.3s}.popupForm .wrappPerspective .formHeaderFields .wrapp .openPopupList span:first-child{left:0;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.popupForm .wrappPerspective .formHeaderFields .wrapp .openPopupList span:last-child{right:0;-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}.popupForm .wrappPerspective .formHeaderFields .wrapp .closePopupList span{-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;-o-transition:transform 0.3s;transition:transform 0.3s;transition:transform 0.3s, -webkit-transform 0.3s}.popupForm .wrappPerspective .formHeaderFields .wrapp .closePopupList span:first-child{left:0;-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}.popupForm .wrappPerspective .formHeaderFields .wrapp .closePopupList span:last-child{right:0;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.popupForm .wrappPerspective .formHeaderFields .left{margin-top:0;display:inline-block;margin-right:25px;-webkit-box-sizing:border-box;box-sizing:border-box}.popupForm .wrappPerspective .formHeaderFields .left .nameWrapp{position:relative;text-align:right}.popupForm .wrappPerspective .formHeaderFields .left .nameWrapp label{position:absolute;top:-30px;left:0;cursor:pointer;font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:2.29;letter-spacing:normal;color:#8a8a8a}.popupForm .wrappPerspective .formHeaderFields .left .nameWrapp input{outline:none;width:275px;padding-left:15px;height:48px;border-radius:4px;border:2px solid #d8d8d8;margin-bottom:41px;font-family:"Roboto", sans-serif;font-size:18px;font-weight:normal;line-height:1.78;letter-spacing:normal;text-align:left;color:#1d1d1d}.popupForm .wrappPerspective .formHeaderFields .left .surnameWrapp{position:relative;text-align:right}.popupForm .wrappPerspective .formHeaderFields .left .surnameWrapp label{position:absolute;top:-30px;left:0;cursor:pointer;font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:2.29;letter-spacing:normal;color:#8a8a8a}.popupForm .wrappPerspective .formHeaderFields .left .surnameWrapp input{outline:none;width:275px;padding-left:15px;height:48px;border-radius:4px;border:2px solid #d8d8d8;margin-bottom:41px;font-family:"Roboto", sans-serif;font-size:18px;font-weight:normal;line-height:1.78;letter-spacing:normal;text-align:left;color:#1d1d1d}.popupForm .wrappPerspective .formHeaderFields .right{margin-top:0;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box}.popupForm .wrappPerspective .formHeaderFields .right .phoneWrapp{position:relative;text-align:left}.popupForm .wrappPerspective .formHeaderFields .right .phoneWrapp label{position:absolute;top:-30px;left:0;cursor:pointer;font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:2.29;letter-spacing:normal;color:#8a8a8a}.popupForm .wrappPerspective .formHeaderFields .right .phoneWrapp input{outline:none;width:275px;padding-left:15px;height:48px;border-radius:4px;border:2px solid #d8d8d8;margin-bottom:41px;font-family:"Roboto", sans-serif;font-size:18px;font-weight:normal;line-height:1.78;letter-spacing:normal;text-align:left;color:#1d1d1d}.popupForm .wrappPerspective .formHeaderFields .right .mailWrapp{position:relative;text-align:left}.popupForm .wrappPerspective .formHeaderFields .right .mailWrapp label{position:absolute;top:-30px;left:0;cursor:pointer;font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:2.29;letter-spacing:normal;color:#8a8a8a}.popupForm .wrappPerspective .formHeaderFields .right .mailWrapp input{outline:none;width:275px;padding-left:15px;height:48px;border-radius:4px;border:2px solid #d8d8d8;margin-bottom:41px;font-family:"Roboto", sans-serif;font-size:18px;font-weight:normal;line-height:1.78;letter-spacing:normal;text-align:left;color:#1d1d1d}.popupForm .wrappPerspective .formHeaderFields .ckeckbox__policy{text-align:left;width:614px;position:relative;margin-left:auto;margin-right:auto;display:block;margin-bottom:15px}.popupForm .wrappPerspective .formHeaderFields .ckeckbox__policy label{position:relative;cursor:pointer;font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:20px;letter-spacing:normal;color:#8a8a8a;padding-left:40px;z-index:2}.popupForm .wrappPerspective .formHeaderFields .ckeckbox__policy input{display:none;position:absolute}.popupForm .wrappPerspective .formHeaderFields .ckeckbox__policy .customCkeckboxPolicy{display:block;position:absolute;width:18px;height:18px;left:0;top:0;border-radius:4px;border:solid 1px #8a8a8a}.popupForm .wrappPerspective .formHeaderFields .ckeckbox__policy .customCkeckboxPolicy::after{display:block;top:4.3px;left:3px;content:'';position:absolute;width:12px;height:10px;background-image:url("/local/templates/main/images/checked.svg");background-repeat:no-repeat;opacity:0}.popupForm .wrappPerspective .formHeaderFields .ckeckbox__policy input:checked+.customCkeckboxPolicy::after{opacity:1}.popupForm .wrappPerspective .formHeaderFields .checkbox__offer{text-align:left;width:614px;position:relative;margin-left:auto;margin-right:auto;margin-bottom:85px;display:block}.popupForm .wrappPerspective .formHeaderFields .checkbox__offer label{position:relative;padding-left:40px;cursor:pointer;font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:20px;letter-spacing:normal;color:#8a8a8a;z-index:2}.popupForm .wrappPerspective .formHeaderFields .checkbox__offer input{display:none;position:absolute}.popupForm .wrappPerspective .formHeaderFields .checkbox__offer .customCkeckboxOffer{display:block;position:absolute;width:18px;height:18px;top:0;left:0;border-radius:4px;border:solid 1px #8a8a8a}.popupForm .wrappPerspective .formHeaderFields .checkbox__offer .customCkeckboxOffer::after{display:block;top:4.3px;left:3px;content:'';position:absolute;width:12px;height:10px;background-image:url("/local/templates/main/images/checked.svg");background-repeat:no-repeat;opacity:0}.popupForm .wrappPerspective .formHeaderFields .checkbox__offer input:checked+.customCkeckboxOffer::after{opacity:1}.popupForm .wrappPerspective .formHeaderFields .buttonHeaderFields{display:inline-block;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;text-transform:uppercase;padding:23px 88px;font-family:"Roboto", sans-serif;border-radius:8px;background-color:#ed1c24;-webkit-transition:opacity 0.3s;-o-transition:opacity 0.3s;transition:opacity 0.3s;font-size:16px;font-weight:bold;line-height:1.19;border:none;letter-spacing:0.24px;text-align:center;color:#fff;cursor:pointer}.popupForm .wrappPerspective .formHeaderFields .buttonHeaderFields:hover{opacity:0.9}.popupForm .wrappPerspective .popupSend{position:fixed;display:block;width:100%;height:100%;opacity:0;z-index:60;background-color:#fff}.popupForm .wrappPerspective .popupSend span{position:absolute;display:block;font-size:34px;font-family:"Roboto", sans-serif;text-align:center;right:0;left:0;top:50%;margin:auto;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%)}.popupForm .showPerspective{top:0;-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;-o-transition:transform 0.3s;transition:transform 0.3s;transition:transform 0.3s, -webkit-transform 0.3s;-webkit-transform:rotateX(0);transform:rotateX(0)}.form__middleCont{margin-top:52px}.form__select{position:relative;margin:0 auto;width:614px;height:68px}.mailWrapp{width:614px;outline:none;padding-left:15px;height:52px;border-radius:4px;border:2px solid #d8d8d8;margin-bottom:41px;font-family:"Roboto", sans-serif;font-size:18px;font-weight:normal;line-height:1.78;letter-spacing:normal;text-align:left;color:#1d1d1d;-webkit-box-sizing:border-box;box-sizing:border-box}.form__done{position:absolute;bottom:-40px;color:#fff;font-size:18px;opacity:0;-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.form__longItem{position:relative;display:table;margin:0 auto}.form__longItem label{position:absolute;top:-30px;left:0;cursor:pointer;font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:2.29;letter-spacing:normal;color:#8a8a8a}.elc_string.error label{color:#ed1c24 !important}.elc_string.error input{border-color:#ed1c24 !important}.elc_string.error .customCkeckboxPolicy{border-color:#ed1c24 !important}@media screen and (min-width: 320px) and (max-width: 767px){.mailWrapp{width:300px}.popupForm{height:100vh;overflow:auto}.popupForm .wrappPerspective{position:relative;height:auto;padding-bottom:20px}.popupForm .wrappPerspective .popupClose{right:50%;margin-right:-17px;width:35px;height:35px;background-size:contain}.popupForm .wrappPerspective .form__select{width:100%}.popupForm .wrappPerspective .titleForm{font-size:22px}.popupForm .wrappPerspective .promoForm{font-size:14px;width:300px;margin-left:auto;margin-right:auto;margin-bottom:20px}.popupForm .wrappPerspective .formHeaderFields{width:300px;margin:auto}.popupForm .wrappPerspective .formHeaderFields .wrapp{width:300px;height:68px;top:0;left:0;z-index:50}.popupForm .wrappPerspective .formHeaderFields .wrapp .formHeaderList{width:100%}.popupForm .wrappPerspective .formHeaderFields .wrapp .formHeaderList .formHeaderItem{display:block;font-size:18px;font-weight:normal;line-height:1.78;color:#1d1d1d;text-align:left;padding-left:15px;margin-top:9px;margin-bottom:18px;font-family:"Roboto", sans-serif;cursor:pointer;-webkit-transition:background-color 0.3s;-o-transition:background-color 0.3s;transition:background-color 0.3s}.popupForm .wrappPerspective .formHeaderFields .wrapp .formHeaderList .formHeaderItem:not(:first-child):hover{background-color:#d1d1d1}.popupForm .wrappPerspective .formHeaderFields .wrapp .formHeaderClose{position:absolute;display:block;right:20px;width:33px;top:18px;height:30px;cursor:pointer;-webkit-transition:opacity 0.3s;-o-transition:opacity 0.3s;transition:opacity 0.3s}.popupForm .wrappPerspective .formHeaderFields .wrapp .formHeaderClose span{display:block;position:absolute;width:20px;height:3px;top:50%;background-color:#1d1d1d}.popupForm .wrappPerspective .formHeaderFields .wrapp .formHeaderClose span:first-child{left:0;-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}.popupForm .wrappPerspective .formHeaderFields .wrapp .formHeaderClose span:last-child{right:0;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.popupForm .wrappPerspective .formHeaderFields .wrapp .formHeaderClose:hover{opacity:0.5}.popupForm .wrappPerspective .formHeaderFields .wrapp .openPopupList span{-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;-o-transition:transform 0.3s;transition:transform 0.3s;transition:transform 0.3s, -webkit-transform 0.3s}.popupForm .wrappPerspective .formHeaderFields .wrapp .openPopupList span:first-child{left:0;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.popupForm .wrappPerspective .formHeaderFields .wrapp .openPopupList span:last-child{right:0;-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}.popupForm .wrappPerspective .formHeaderFields .wrapp .closePopupList span{-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;-o-transition:transform 0.3s;transition:transform 0.3s;transition:transform 0.3s, -webkit-transform 0.3s}.popupForm .wrappPerspective .formHeaderFields .wrapp .closePopupList span:first-child{left:0;-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}.popupForm .wrappPerspective .formHeaderFields .wrapp .closePopupList span:last-child{right:0;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.popupForm .wrappPerspective .formHeaderFields .left{display:inline-block;margin-right:0}.popupForm .wrappPerspective .formHeaderFields .left .nameWrapp{position:relative;text-align:right}.popupForm .wrappPerspective .formHeaderFields .left .nameWrapp label{position:absolute;top:-30px;left:0;cursor:pointer;font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:2.29;letter-spacing:normal;color:#8a8a8a}.popupForm .wrappPerspective .formHeaderFields .left .nameWrapp input{outline:none;width:275px;padding-left:15px;height:48px;border-radius:4px;border:2px solid #d8d8d8;margin-bottom:41px;font-family:"Roboto", sans-serif;font-size:18px;font-weight:normal;line-height:1.78;letter-spacing:normal;text-align:left;color:#1d1d1d}.popupForm .wrappPerspective .formHeaderFields .left .surnameWrapp{position:relative;text-align:right}.popupForm .wrappPerspective .formHeaderFields .left .surnameWrapp label{position:absolute;top:-30px;left:0;cursor:pointer;font-family:"Roboto", sans-serif;font-size:14px;font-weight:normal;line-height:2.29;letter-spacing:normal;color:#8a8a8a}.popupForm .wrappPerspective .formHeaderFields .left .surnameWrapp input{outline:none;width:275px;padding-left:15px;height:48px;border-radius:4px;border:2px solid #d8d8d8;margin-bottom:41px;font-family:"Roboto", sans-serif;font-size:18px;font-weight:normal;line-height:1.78;letter-spacing:normal;text-align:left;color:#1d1d1d}.popupForm .wrappPerspective .formHeaderFields .right{margin-top:0;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box}.popupForm .wrappPerspective .formHeaderFields .right .phoneWrapp{position:relative;text-align:left}.popupForm .wrappPerspective .formHeaderFields .right .phoneWrapp label{position:absolute;top:-30px;left:0;cursor:pointer;font-family:"Roboto", sans-serif;font-weight:normal;line-height:2.29;letter-spacing:normal;color:#8a8a8a}.popupForm .wrappPerspective .formHeaderFields .right .phoneWrapp input{outline:none;width:275px;padding-left:15px;height:48px;border-radius:4px;border:2px solid #d8d8d8;margin-bottom:41px;font-family:"Roboto", sans-serif;font-size:18px;font-weight:normal;line-height:1.78;letter-spacing:normal;text-align:left;color:#1d1d1d}.popupForm .wrappPerspective .formHeaderFields .right .mailWrapp input{margin-bottom:20px}.popupForm .wrappPerspective .formHeaderFields .ckeckbox__policy{width:256px}.popupForm .wrappPerspective .formHeaderFields .ckeckbox__policy input{display:none;position:absolute}.popupForm .wrappPerspective .formHeaderFields .ckeckbox__policy label{font-size:12px}.popupForm .wrappPerspective .formHeaderFields .ckeckbox__policy .customCkeckboxPolicy{display:block;position:absolute;width:18px;height:18px;left:0;top:4px;border-radius:4px;border:solid 1px #8a8a8a}.popupForm .wrappPerspective .formHeaderFields .ckeckbox__policy .customCkeckboxPolicy::after{display:block;top:4.3px;left:3px;content:'';position:absolute;width:12px;height:10px;background-image:url("/local/templates/main/images/checked.svg");background-repeat:no-repeat;opacity:0}.popupForm .wrappPerspective .formHeaderFields .ckeckbox__policy input:checked+.customCkeckboxPolicy::after{opacity:1}.popupForm .wrappPerspective .formHeaderFields .checkbox__offer{width:256px;margin-bottom:20px}.popupForm .wrappPerspective .formHeaderFields .checkbox__offer input{display:none;position:absolute}.popupForm .wrappPerspective .formHeaderFields .checkbox__offer label{font-size:12px;line-height:1}.popupForm .wrappPerspective .formHeaderFields .checkbox__offer .customCkeckboxOffer{display:block;position:absolute;width:18px;height:18px;top:4px;left:0;border-radius:4px;border:solid 1px #8a8a8a}.popupForm .wrappPerspective .formHeaderFields .checkbox__offer .customCkeckboxOffer::after{display:block;top:4.3px;left:3px;content:'';position:absolute;width:12px;height:10px;background-image:url("/local/templates/main/images/checked.svg");background-repeat:no-repeat;opacity:0}.popupForm .wrappPerspective .formHeaderFields .checkbox__offer input:checked+.customCkeckboxOffer::after{opacity:1}.popupForm .wrappPerspective .formHeaderFields .buttonHeaderFields{padding:18px 88px;font-size:14px}.popupForm .showPerspective{top:0;-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;-o-transition:transform 0.3s;transition:transform 0.3s;transition:transform 0.3s, -webkit-transform 0.3s;-webkit-transform:rotateX(0);transform:rotateX(0)}}

/* End */
/* /local/templates/main/css/slick.css?15717470901776 */
/* /local/templates/main/css/jquery.fancybox.css?157174709017412 */
/* /local/templates/main/components/elcore/feedback/order/style.css?15717470903156 */
/* /local/templates/main/components/elcore/feedback/order/themes/white/style.css?15717470901129 */
/* /local/templates/main/styles.css?1592491855307561 */
/* /local/templates/main/template_styles.css?159249492041157 */
