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: 4
}

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

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

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}
.fancybox-bg {
    background: #1e1e1e;
    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-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 8
}
.swiper-slide img {
    width: 100%;
}
.swiper-pagination-bullet-active {
    background: #5CC45C!important;
}
.lastinfo-block {
    margin-bottom: 180px;
    margin-top: 200px;
}
.lastinfo-line {
        align-items: center;
    display: flex;
    justify-content: center;
}
.lastinfo-text {
    font-size: 35px;
    font-weight: 600;
    max-width: fit-content;
    margin: auto;
    color:#232323;
    position: relative;
     margin-bottom: 60px;
}
.lastinfo-text::after {
    content: url('../img/direction.svg');
    position: absolute;
    right: -80px;
    top:-50px;
}
.lastinfo-text::before {
    content: url('../img/lastsvg.svg');
    position: absolute;
    left: -80px;
    bottom:-50px;
}
.lastinfo-line a {
    margin-right: 45px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 14.7%!important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 14.7%!important;
}
.swipergalery {
    padding-bottom: 30px!important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: url('../img/swiper-left.svg')!important;
    
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: url('../img/swiper-right.svg')!important;
}
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    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: 5
}

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

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    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: 5
}

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

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    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;
    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: 6
}

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

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

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

.fancybox-is-grabbing .fancybox-content {
    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--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .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-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

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

.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:link, .fancybox-button:visited {
    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
}

.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--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none
}

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

.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: 2
}

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

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

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85), 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%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 7
}

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

.fancybox-loading {
    animation: a 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: 10
}

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

.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: translateZ(0)
}

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

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

.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: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn)
}

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

.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: scaleX(1) translateZ(0)
}

.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: translateZ(0) scale(1)
}

@media (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))
        }
    }
}

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

.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;
    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:link, .fancybox-share__button:visited {
    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;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

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

.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: 50%;
    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: 3
}

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

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

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

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

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

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

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

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

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

@keyframes a {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

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

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

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

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

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

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

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

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: a 2s infinite linear
}

.fa-pulse {
    animation: a 1s infinite steps(8)
}

@keyframes a {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scaleY(-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before, .fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before, .fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}

.fa-krw:before, .fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before, .fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before, .fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before, .fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before, .fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

@keyframes a {
    0%, 20%, 53%, 80%, to {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0)
    }
    40%, 43% {
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: a;
    transform-origin: center bottom
}

@keyframes b {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    animation-name: b
}

@keyframes c {
    0% {
        transform: scaleX(1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        transform: scaleX(1)
    }
}

.pulse {
    animation-name: c
}

@keyframes d {
    0% {
        transform: scaleX(1)
    }
    30% {
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        transform: scale3d(1.05, .95, 1)
    }
    to {
        transform: scaleX(1)
    }
}

.rubberBand {
    animation-name: d
}

@keyframes e {
    0%, to {
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: e
}

@keyframes f {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    to {
        transform: rotate(0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: f
}

@keyframes g {
    0% {
        transform: scaleX(1)
    }
    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        transform: scaleX(1)
    }
}

.tada {
    animation-name: g
}

@keyframes h {
    0% {
        transform: none
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        transform: none
    }
}

.wobble {
    animation-name: h
}

@keyframes i {
    0%, 20%, 40%, 60%, 80%, to {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.bounceIn {
    animation-name: i;
    animation-duration: .75s
}

@keyframes j {
    0%, 60%, 75%, 90%, to {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }
    75% {
        transform: translate3d(0, -10px, 0)
    }
    90% {
        transform: translate3d(0, 5px, 0)
    }
    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: j
}

@keyframes k {
    0%, 60%, 75%, 90%, to {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }
    75% {
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        transform: translate3d(5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: k
}

@keyframes l {
    0%, 60%, 75%, 90%, to {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        transform: translate3d(10px, 0, 0)
    }
    90% {
        transform: translate3d(-5px, 0, 0)
    }
    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: l
}

@keyframes m {
    0%, 60%, 75%, 90%, to {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    75% {
        transform: translate3d(0, 10px, 0)
    }
    90% {
        transform: translate3d(0, -5px, 0)
    }
    to {
        transform: translateZ(0)
    }
}

.bounceInUp {
    animation-name: m
}

@keyframes n {
    20% {
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    animation-name: n;
    animation-duration: .75s
}

@keyframes o {
    20% {
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    animation-name: o
}

@keyframes p {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    animation-name: p
}

@keyframes q {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    animation-name: q
}

@keyframes r {
    20% {
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    animation-name: r
}

@keyframes s {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: s
}

@keyframes t {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: t
}

@keyframes u {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    animation-name: u
}

@keyframes v {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: v
}

@keyframes w {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    animation-name: w
}

@keyframes x {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: x
}

@keyframes y {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    animation-name: y
}

@keyframes z {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: z
}

@keyframes A {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    animation-name: A
}

@keyframes B {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: B
}

@keyframes C {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    animation-name: C
}

@keyframes D {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    animation-name: D
}

@keyframes E {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    animation-name: E
}

@keyframes F {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    animation-name: F
}

@keyframes G {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: G
}

@keyframes H {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    animation-name: H
}

@keyframes I {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    animation-name: I
}

@keyframes J {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    animation-name: J
}

@keyframes K {
    0% {
        transform: perspective(400px) rotateY(-1turn);
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in
    }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: K
}

@keyframes L {
    0% {
        transform: perspective(400px) rotateX(90deg);
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateX(-20deg);
        transition-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: L
}

@keyframes M {
    0% {
        transform: perspective(400px) rotateY(90deg);
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateY(-20deg);
        transition-timing-function: ease-in
    }
    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: M
}

@keyframes N {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    animation-name: N;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@keyframes O {
    0% {
        transform: perspective(400px)
    }
    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: O;
    animation-duration: .75s
}

@keyframes P {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: P;
    animation-timing-function: ease-out
}

@keyframes Q {
    0% {
        opacity: 1
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    animation-name: Q;
    animation-timing-function: ease-in
}

@keyframes R {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: R
}

@keyframes S {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: S
}

@keyframes T {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: T
}

@keyframes U {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: U
}

@keyframes V {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: V
}

@keyframes W {
    0% {
        transform-origin: center;
        opacity: 1
    }
    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    animation-name: W
}

@keyframes X {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    animation-name: X
}

@keyframes Y {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    animation-name: Y
}

@keyframes Z {
    0% {
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    animation-name: Z
}

@keyframes ab {
    0% {
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    animation-name: ab
}

@keyframes bb {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    40%, 80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    animation-name: bb
}

@keyframes cb {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: cb
}

@keyframes db {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    animation-name: db
}

@keyframes eb {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: eb
}

@keyframes fb {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: fb
}

@keyframes gb {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: gb
}

@keyframes hb {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: hb
}

@keyframes ib {
    0% {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: ib
}

@keyframes jb {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: jb
}

@keyframes kb {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutDown {
    animation-name: kb
}

@keyframes lb {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    animation-name: lb
}

@keyframes mb {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

.zoomOutRight {
    animation-name: mb
}

@keyframes nb {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    animation-name: nb
}

@keyframes ob {
    0% {
        transform: translateY(-100%);
        visibility: visible
    }
    to {
        transform: translateY(0)
    }
}

.slideInDown {
    animation-name: ob
}

@keyframes pb {
    0% {
        transform: translateX(-100%);
        visibility: visible
    }
    to {
        transform: translateX(0)
    }
}

.slideInLeft {
    animation-name: pb
}

@keyframes qb {
    0% {
        transform: translateX(100%);
        visibility: visible
    }
    to {
        transform: translateX(0)
    }
}

.slideInRight {
    animation-name: qb
}

@keyframes rb {
    0% {
        transform: translateY(100%);
        visibility: visible
    }
    to {
        transform: translateY(0)
    }
}

.slideInUp {
    animation-name: rb
}

@keyframes sb {
    0% {
        transform: translateY(0)
    }
    to {
        visibility: hidden;
        transform: translateY(100%)
    }
}

.slideOutDown {
    animation-name: sb
}

@keyframes tb {
    0% {
        transform: translateX(0)
    }
    to {
        visibility: hidden;
        transform: translateX(-100%)
    }
}

.slideOutLeft {
    animation-name: tb
}

@keyframes ub {
    0% {
        transform: translateX(0)
    }
    to {
        visibility: hidden;
        transform: translateX(100%)
    }
}

.slideOutRight {
    animation-name: ub
}


@keyframes vb {
    0% {
        transform: translateY(0)
    }
    to {
        visibility: hidden;
        transform: translateY(-100%)
    }
}

.slideOutUp {
    animation-name: vb
}

.borad {
    border-radius: 3px
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    outline: none !important
}

select {
    font-size: 12px;
    position: relative;
    outline: none;
    padding: 8px;
    color: #8c8c8c;
    border: 1px solid #f0f0f0;
    background: #fff;
    -moz-box-box-shadow: inset 0 0 0 1px #fff, 1px 2px 0 #f0f0f0;
    box-shadow: inset 0 0 0 1px #fff, 1px 2px 0 #f9f9f9
}

select:hover {
    cursor: pointer
}

@font-face {
    font-family: IBM Plex Sans;
    src: local("IBM Plex Sans Medium"), local("IBMPlexSans-Medium"), url(../fonts/ibmplexsans/Ibmplexsansmedium.woff2) format("woff2"), url(../fonts/ibmplexsans/Ibmplexsansmedium.woff) format("woff"), url(../fonts/ibmplexsans/Ibmplexsansmedium.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: IBM Plex Sans;
    src: local("IBM Plex Sans Thin Italic"), local("IBMPlexSans-ThinItalic"), url(../fonts/ibmplexsans/Ibmplexsansthinitalic.woff2) format("woff2"), url(../fonts/ibmplexsans/Ibmplexsansthinitalic.woff) format("woff"), url(../fonts/ibmplexsans/Ibmplexsansthinitalic.ttf) format("truetype");
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: IBM Plex Sans;
    src: local("IBM Plex Sans Text"), local("IBMPlexSans-Text"), url(../fonts/ibmplexsans/Ibmplexsanstext.woff2) format("woff2"), url(../fonts/ibmplexsans/Ibmplexsanstext.woff) format("woff"), url(../fonts/ibmplexsans/Ibmplexsanstext.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: IBM Plex Sans;
    src: local("IBM Plex Sans Bold"), local("IBMPlexSans-Bold"), url(../fonts/ibmplexsans/Ibmplexsansbold.woff2) format("woff2"), url(../fonts/ibmplexsans/Ibmplexsansbold.woff) format("woff"), url(../fonts/ibmplexsans/Ibmplexsansbold.ttf) format("truetype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: IBM Plex Sans;
    src: local("IBM Plex Sans Medium Italic"), local("IBMPlexSans-MediumItalic"), url(../fonts/ibmplexsans/Ibmplexsansmediumitalic.woff2) format("woff2"), url(../fonts/ibmplexsans/Ibmplexsansmediumitalic.woff) format("woff"), url(../fonts/ibmplexsans/Ibmplexsansmediumitalic.ttf) format("truetype");
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: IBM Plex Sans;
    src: local("IBM Plex Sans ExtraLight Italic"), local("IBMPlexSans-ExtraLightItalic"), url(../fonts/ibmplexsans/Ibmplexsansextralightitalic.woff2) format("woff2"), url(../fonts/ibmplexsans/Ibmplexsansextralightitalic.woff) format("woff"), url(../fonts/ibmplexsans/Ibmplexsansextralightitalic.ttf) format("truetype");
    font-weight: 200;
    font-style: italic
}

@font-face {
    font-family: IBM Plex Sans;
    src: local("IBM Plex Sans SemiBold"), local("IBMPlexSans-SemiBold"), url(../fonts/ibmplexsans/Ibmplexsanssemibold.woff2) format("woff2"), url(../fonts/ibmplexsans/Ibmplexsanssemibold.woff) format("woff"), url(../fonts/ibmplexsans/Ibmplexsanssemibold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: IBM Plex Sans;
    src: local("IBM Plex Sans"), local("IBMPlexSans"), url(../fonts/ibmplexsans/Ibmplexsans.woff2) format("woff2"), url(../fonts/ibmplexsans/Ibmplexsans.woff) format("woff"), url(../fonts/ibmplexsans/Ibmplexsans.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: IBM Plex Sans;
    src: local("IBM Plex Sans ExtraLight"), local("IBMPlexSans-ExtraLight"), url(../fonts/ibmplexsans/Ibmplexsansextralight.woff2) format("woff2"), url(../fonts/ibmplexsans/Ibmplexsansextralight.woff) format("woff"), url(../fonts/ibmplexsans/Ibmplexsansextralight.ttf) format("truetype");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: IBM Plex Sans;
    src: local("IBM Plex Sans Light Italic"), local("IBMPlexSans-LightItalic"), url(../fonts/ibmplexsans/Ibmplexsanslightitalic.woff2) format("woff2"), url(../fonts/ibmplexsans/Ibmplexsanslightitalic.woff) format("woff"), url(../fonts/ibmplexsans/Ibmplexsanslightitalic.ttf) format("truetype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: IBM Plex Sans;
    src: local("IBM Plex Sans Italic"), local("IBMPlexSans-Italic"), url(../fonts/ibmplexsans/Ibmplexsansitalic.woff2) format("woff2"), url(../fonts/ibmplexsans/Ibmplexsansitalic.woff) format("woff"), url(../fonts/ibmplexsans/Ibmplexsansitalic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: IBM Plex Sans;
    src: local("IBM Plex Sans Bold Italic"), local("IBMPlexSans-BoldItalic"), url(../fonts/ibmplexsans/Ibmplexsansbolditalic.woff2) format("woff2"), url(../fonts/ibmplexsans/Ibmplexsansbolditalic.woff) format("woff"), url(../fonts/ibmplexsans/Ibmplexsansbolditalic.ttf) format("truetype");
    font-weight: 800;
    font-style: italic
}

@font-face {
    font-family: IBM Plex Sans;
    src: local("IBM Plex Sans SemiBold Italic"), local("../fonts/ibmplexsans/IBMPlexSans-SemiBoldItalic"), url(../fonts/ibmplexsans/Ibmplexsanssemibolditalic.woff2) format("woff2"), url(../fonts/ibmplexsans/Ibmplexsanssemibolditalic.woff) format("woff"), url(../fonts/ibmplexsans/Ibmplexsanssemibolditalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: IBM Plex Sans;
    src: local("IBM Plex Sans Thin"), local("IBMPlexSans-Thin"), url(../fonts/ibmplexsans/Ibmplexsansthin.woff2) format("woff2"), url(../fonts/ibmplexsans/Ibmplexsansthin.woff) format("woff"), url(../fonts/ibmplexsans/Ibmplexsansthin.ttf) format("truetype");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: IBM Plex Sans;
    src: local("IBM Plex Sans Text Italic"), local("IBMPlexSans-TextItalic"), url(../fonts/ibmplexsans/Ibmplexsanstextitalic.woff2) format("woff2"), url(../fonts/ibmplexsans/Ibmplexsanstextitalic.woff) format("woff"), url(../fonts/ibmplexsans/Ibmplexsanstextitalic.ttf) format("truetype");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: IBM Plex Sans;
    src: local("IBM Plex Sans Light"), local("IBMPlexSans-Light"), url(../fonts/ibmplexsans/Ibmplexsanslight.woff2) format("woff2"), url(../fonts/ibmplexsans/Ibmplexsanslight.woff) format("woff"), url(../fonts/ibmplexsans/Ibmplexsanslight.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

.font_1, .text_standart {
    font-family: IBM Plex Sans;
    font-weight: 300
}

.text_standart {
    font-size: 15px;
    line-height: 1.4;
    color: #282828
}

.text_standart, .txt-content {
    letter-spacing: .04em;
    text-rendering: optimizeLegibility
}

.txt-content {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400
}

.txt-content h1 {
    font-size: 50px;
    margin-bottom: 50px
}

.txt-content h1:after, .txt-content h1:before {
    display: none
}

.txt-content h2 {
    font-size: 40px;
    margin-bottom: 50px
}

.txt-content h2:after, .txt-content h2:before {
    display: none
}

.txt-content h3 {
    font-size: 33px;
    margin-bottom: 50px
}

.txt-content h3:after, .txt-content h3:before {
    display: none
}

.txt-content p {
    margin-bottom: 25px
}

.txt-content a {
    color: rgba(93, 153, 175, .65);
    text-decoration: underline
}

.txt-content ul {
    margin-bottom: 50px
}

.txt-content ul li {
    position: relative;
    margin-bottom: .1rem;
    padding-left: 25px
}

.txt-content ul li:before {
    content: "— ";
    position: absolute;
    left: 0;
    top: -1px
}

.txt-content ol {
    margin-bottom: 50px
}

.txt-content ol li {
    position: relative;
    margin-bottom: .1rem;
    list-style: decimal inside
}

.txt-content table {
    width: 100%;
    margin-bottom: 25px
}

.txt-content table tr td, .txt-content table tr th {
    border: 1px solid #ddd;
    padding: 9px
}

blockquote {
    padding: 40px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 25px;
    background: #efefef
}

blockquote.peach {
    background: #ffebe3
}

blockquote.blue {
    background: #eef7ff
}

blockquote.blue .blue_colorize {
    color: #00f
}

.container {
    max-width: 100%
}

.row {
    display: flex;
    flex-wrap: wrap
}

.row_sb {
    justify-content: space-between
}

.row_center {
    align-items: center
}

.row_bl {
    align-items: baseline
}

.row_ct {
    justify-content: center
}

.row_fe {
    justify-content: flex-end
}

.row_fs {
    justify-content: flex-start
}

.row_cl {
    flex-direction: column
}

.row_simple {
    margin-right: -15px;
    margin-left: -15px
}

div[class*=col_] {
    padding: 0 15px
}

@media screen and (max-width: 765px) {
    div[class*=col_] {
        padding: 0 7.5px
    }

    .row_simple {
        margin-right: -7.5px;
        margin-left: -7.5px
    }
}

.col_1 {
    width: 8.33333333%
}

.col_2 {
    width: 16.66666667%
}

.col_3 {
    width: 25%
}

.col_4 {
    width: 33.33333333%
}

.col_5 {
    width: 41.666667%
}

.col_6 {
    width: 50%
}

.col_7 {
    width: 58.33333333%
}

.col_8 {
    width: 66.66666667%
}

.col_9 {
    width: 75%
}

.col_10 {
    width: 83.33333333%
}

.col_12 {
    width: 100%
}

.col_15 {
    width: 20%
}

body, html {
    font-family: IBM Plex Sans;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: .04em;
    color: #282828;
    text-rendering: optimizeLegibility;
    background-color: #fff;
    position: relative;
    overflow-x: hidden
}

mark {
    background: none
}

h1 {
    font-size: 3rem;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 400
}

h1.title_mini {
    font-size: 1.5rem
}

h2 {
    font-size: 1.3rem;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 600
}

h2.mini {
    font-size: 35px;
    line-height: 45px
}

h3 {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600
}

h1, h2, h3 {
    color: #282828
}

h1.title_center, h2.title_center, h3.title_center {
    text-align: center
}

.container {
    width: 1280px;
    margin: 0 auto;
    position: relative
}

figure {
    margin-bottom: 50px
}

a {
    text-decoration: none;
    color: #454545;
    transition: .3s
}

a:hover {
    opacity: .7
}

strong {
    font-weight: 600
}

.form-control {
    font-size: 14px
}

.form-control input[type=email], .form-control input[type=number], .form-control input[type=password], .form-control input[type=phone], .form-control input[type=text], .form-control textarea {
    font-family: IBM Plex Sans;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: .04em;
    text-rendering: optimizeLegibility;
    font-size: 14px;
    width: 100%;
    padding: 12px;
    border: 1px solid #f7fbfb;
    transition: .3s;
    margin-bottom: 15px;
    color: #282828;
    background: #f7fbfb;
    border-radius: 3px
}

.form-control input[type=email]:focus, .form-control input[type=number]:focus, .form-control input[type=password]:focus, .form-control input[type=phone]:focus, .form-control input[type=text]:focus, .form-control textarea:focus {
    outline: none;
    background: none;
    border-color: none
}

.form-control .form-title {
    display: block;
    margin-bottom: 20px;
    font-weight: 400
}

.form-control .form-title i {
    color: #00f;
    font-weight: 500
}

.form-control select {
    width: 100%;
    padding: 12px
}

.form-control label.input {
    display: block;
    position: relative;
    border: 1px solid #b4b4b4;
    color: #000;
    margin-bottom: 50px
}

.form-control label.input input {
    background: none;
    border: none;
    box-shadow: none;
    color: #000;
    width: 100%;
    padding: 20px;
    margin-bottom: 0
}

.form-control label.input span {
    position: absolute;
    color: #000;
    top: -16px;
    left: 11px;
    font-weight: 400;
    background: #f9f9f9;
    padding: 5px 10px
}

.form-control label.input span i {
    color: #00f
}

.form-control label.input span p {
    margin-bottom: 0
}

.form-control .checkbox-list {
    margin-bottom: 30px
}

.form-control .checkbox-list li {
    margin-bottom: 10px
}

.form-control label.textarea {
    display: block;
    position: relative;
    border: 1px solid #b4b4b4;
    color: #000;
    margin-bottom: 50px
}

.form-control label.textarea textarea {
    background: none;
    border: none;
    box-shadow: none;
    color: #000;
    min-height: 120px;
    width: 100%;
    padding: 20px;
    margin-bottom: 0
}

.form-control label.textarea span {
    position: absolute;
    color: #000;
    top: -16px;
    left: 11px;
    font-weight: 400;
    background: #f9f9f9;
    padding: 5px 10px
}

.form-control label.textarea span i {
    color: #00f
}

.form-control label.textarea span p {
    margin-bottom: 0
}

.form-control label.select {
    display: block;
    border: 1px solid #b4b4b4;
    color: #000;
    margin-bottom: 50px;
    position: relative
}

.form-control label.select:before {
    content: "\f107";
    font-family: fontawesome;
    background: #f9f9f9;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    text-align: center;
    color: #00f;
    z-index: 30;
    font-size: 18px;
    line-height: 60px;
    cursor: pointer;
    pointer-events: none
}

.form-control label.select select {
    background: none;
    border: none;
    box-shadow: none;
    color: #000;
    width: 100%;
    padding: 30px 20px 21px;
    margin-bottom: 0
}
.summer_wrapper {
    margin-top: 90px;
    background-image: url('../img/summer.png');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 90px;
    padding-right: 20px;
    padding-left: 100px;
}
.summer__item-title {
    font-size: 20px;
    font-weight: 500;
    color:#F9F9F9;
    margin-bottom: 5px;
}
.summer__item-text {
    font-size: 35px;
    font-weight: 600;
    color:#F9F9F9;
}
.summer__item-footer {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color:#F9F9F9;
    margin-top: 50px;
    max-width: 705px;
}
.summer__text {
    margin-left: auto;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 90px;
    max-width: 630px;
    color:#F9F9F9;
    line-height: 40px;
}
.summer__subText {
    font-size: 20px;
    font-weight: 500;
    color:#F9F9F9;
    margin-bottom: 50px;
    max-width: 915px;
    line-height: 30px;
}
.summer__title {
    font-size: 70px;
    font-weight: 700;
    max-width: 630px;
    margin-left: auto;
    color:#F9F9F9;
    margin-bottom: 50px;
    line-height: 70px;
    
}
.form-control label.select span {
    position: absolute;
    color: #000;
    top: -16px;
    left: 11px;
    font-weight: 400;
    background: #f9f9f9;
    padding: 5px 10px;
    z-index: 99
}

.form-control label.select span i {
    color: #00f
}

.form-control label.select span p {
    margin-bottom: 0
}

.form-control .radio_row {
    margin-bottom: 50px
}

.form-control .radio_row li {
    margin-right: 20px
}

.form-control .radio_row_border {
    padding-bottom: 50px;
    border-bottom: 1px solid #b4b4b4
}

.form-control label.error {
    color: brown;
    border-color: brown
}

::-webkit-input-placeholder {
    color: #fff
}

:-moz-placeholder, ::-moz-placeholder {
    color: #fff
}

:-ms-input-placeholder {
    color: #fff
}

.testyou {
    display: none
}

.formbuilder-form.form-control label {
    position: relative
}

.formbuilder-form.form-control label.error {
    color: brown;
    border-color: brown
}

.formbuilder-form.form-control label.input span.formbuilder-required, .formbuilder-form.form-control label.input span.tooltip-element, .formbuilder-form.form-control label.select span.formbuilder-required, .formbuilder-form.form-control label.select span.tooltip-element, .formbuilder-form.form-control label.textarea span.formbuilder-required, .formbuilder-form.form-control label.textarea span.tooltip-element {
    position: absolute !important;
    top: 5px;
    right: -9px;
    left: auto;
    color: #00f;
    padding: 0 5px
}

.formbuilder-form.form-control label.input span.tooltip-element, .formbuilder-form.form-control label.select span.tooltip-element, .formbuilder-form.form-control label.textarea span.tooltip-element {
    position: static;
    color: #f9f9f9
}

.formbuilder-form.form-control label.input span > span, .formbuilder-form.form-control label.select span > span, .formbuilder-form.form-control label.textarea span > span {
    position: relative !important;
    top: 0;
    left: 0;
    padding: 0
}

.formbuilder-form .helpme {
    position: absolute;
    top: -12px;
    left: -5px;
    width: 18px;
    height: 18px
}

.formbuilder-form .helpme .tooltip-element {
    background-color: #000;
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    border-radius: 33px;
    line-height: 17px
}

.formbuilder-form .formbuilder-required {
    top: 3px;
    right: -8px;
    left: auto;
    color: #00f !important
}

.formbuilder-form label.checkbox-group {
    margin-bottom: 50px;
    display: block
}

.formbuilder-form label.checkbox-group > span > p {
    margin-bottom: 20px !important
}

.formbuilder-form label.checkbox-group .formbuilder-required {
    display: none
}

.formbuilder-form label.radio-group {
    margin-bottom: 25px;
    display: block
}

.formbuilder-form label.radio-group > span > p {
    margin-bottom: 20px !important
}

.formbuilder-form p {
    margin-bottom: 25px
}

.formbuilder-form br {
    display: none
}

.button {
    cursor: pointer;
    display: inline-block;
    padding: 20px;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1em;
    text-align: center;
    transition: .3s;
    border: none
}

.button:hover {
    opacity: 1
}

.button_b {
    background: #00f;
    color: #fff
}

.button_b:hover {
    opacity: .8
}

.button_bb {
    background: #fff;
    border: 3px solid #00f;
    color: #000
}

.button_bb:hover {
    opacity: 1;
    background: #00f;
    color: #fff
}

.button_p {
    border: 2px solid #ff9433;
    font-weight: 600;
    padding: 20px 45px;
    color: #282828 !important;
    text-decoration: none !important
}

.button_ct {
    margin: 0 auto;
    display: block
}

.button_narrow {
    max-width: 300px
}

.button_wide {
    width: 100%;
    max-width: 400px
}

.button_mb {
    margin-bottom: 25px
}

.button_mt {
    margin-top: 25px
}

.checkbox {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center
}

.checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: none;
    margin: 10px 0 0 20px
}

.checkbox .checkbox__text {
    position: relative;
    padding: 0 0 0 35px;
    cursor: pointer;
    line-height: 24px;
    padding-bottom: 2px;
    font-weight: 400
}

.checkbox .checkbox__text a {
    font-weight: 500;
    text-decoration: underline;
    color: #444
}

.checkbox .checkbox__text:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #444;
    transition: .2s
}

.checkbox .checkbox__text:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 3px;
    width: 12px;
    height: 12px;
    background: #444;
    transition: .2s;
    opacity: 0
}

.checkbox input:checked + .checkbox__text:after, .checkbox input:checked + .checkbox__text:before {
    opacity: 1
}

.select-style {
    overflow: hidden;
    display: block;
    border-radius: 3px;
    position: relative
}

.select-style select {
    position: relative;
    z-index: 30;
    min-width: 100px;
    background: #fff;
    padding: 8px 13px;
    border: 1px solid #fff;
    width: 100%
}

.select-style:after {
    font-family: FontAwesome;
    content: "\f107";
    height: 100%;
    width: 30px;
    position: absolute;
    right: 0;
    z-index: 40;
    line-height: 32px;
    pointer-events: none;
    background: #5cc45c;
    color: #fff;
    text-align: center;
    opacity: 1
}

.select-style__title {
    margin-right: 20px;
    display: inline-block
}

.select-style_catalog-results select {
    max-width: 100px
}

.owl_style {
    overflow: hidden;
    position: relative
}

.owl_style .owl-item {
    display: inline-block
}

.owl_style .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 60;
    width: 100%;
    text-align: center
}

.owl_style .owl-dots.disabled {
    display: none
}

.owl_style .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 6px;
    background: none;
    border-radius: 0;
    border: none
}

.owl_style .owl-dots .owl-dot span {
    display: block;
    height: 14px;
    width: 14px;
    background: none;
    border: 2px solid #00f;
    border-radius: 40px;
    cursor: pointer;
    transition: .5s
}

.owl_style .owl-dots .owl-dot.active span, .owl_style .owl-dots .owl-dot:hover span {
    background: #00f
}

.owl_style .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0
}

.owl_style .owl-nav.disabled {
    display: none
}

.owl_style .owl-nav .owl-next, .owl_style .owl-nav .owl-prev {
    position: absolute;
    display: block;
    height: 35px;
    width: 35px;
    cursor: pointer;
    transition: .3s;
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    background: none;
    text-align: center
}

.owl_style .owl-nav .owl-next:hover, .owl_style .owl-nav .owl-prev:hover {
    cursor: pointer;
    opacity: 1;
    border-color: #5cc45c;
    background: #5cc45c;
    color: #fff
}

.owl_style .owl-nav .owl-next:before, .owl_style .owl-nav .owl-prev:before {
    font-family: FontAwesome
}

.owl_style .owl-nav .owl-prev {
    left: 3%
}

.owl_style .owl-nav .owl-prev:before {
    content: "\f104"
}

.owl_style .owl-nav .owl-next {
    right: 3%
}

.owl_style .owl-nav .owl-next:before {
    content: "\f105"
}

.fancybox-container {
    z-index: 600 !important
}

img {
    max-width: 100%
}

:focus, input:focus, textarea:focus {
    outline: none
}

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

[class*=_divider] {
    margin-bottom: 50px
}

[class*=_divider-mini] {
    margin-bottom: 25px
}

[class*=bord-divider-mini] {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #b4b4b4;
    width: 100%;
    display: block
}

header .top_row {
    padding: 10px 0;
    top: -50px;
    transition: .3s;
    background: #fff
}

header .top_row.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid #efefef
}

header .top_row.fixed + * {
    margin-top: 84px
}

header .mobile-menu {
    display: none
}

header .menu-box {
    display: flex;
}

header .menu-box li {
    margin-right: 20px;
    cursor: pointer;
    opacity: 1;
    transition: .3s
}

header .menu-box li:hover {
    opacity: .6
}

header .social-box li {
    margin-left: 20px
}

header .top-block {
    background: #f9f9f9;
    overflow: hidden
}

header .top-block.marginFix {
    margin-top: 84px
}

header .top-block.green .left {
    min-height: 657px;
    position: relative
}

header .top-block.green .left:after {
    content: "";
    width: 100%;
    height: 40px;
    display: block;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

header .top-block.green .right.right_green {
    background: url(../img/top-bg-right-green.png) no-repeat 50%
}

header .top-block.green .right.right_green .text {
    bottom: 200px
}

header .top-block.cyan .left {
    min-height: 657px;
    position: relative
}

header .top-block.cyan .left:after {
    content: "";
    width: 100%;
    height: 40px;
    display: block;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0
}

header .top-block.cyan .right.right_cyan {
    background: url(../img/top-bg-right-cyan.png) no-repeat 50%
}

header .top-block.cyan .right.right_cyan .text {
    bottom: 130px;
    width: 620px
}

header .top-block.yellow .left {
    min-height: 657px;
    position: relative
}

header .top-block.yellow .left:after {
    content: "";
    width: 100%;
    height: 40px;
    display: block;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0
}

header .top-block.yellow .right.right_yellow {
    background: url(../img/top-bg-right-yellow.png) no-repeat 50%
}

header .top-block.yellow .right.right_yellow .text {
    bottom: 130px;
    width: 620px
}

header .top-block.red .left {
    min-height: 657px;
    position: relative
}

header .top-block.red .left:after {
    content: "";
    width: 100%;
    height: 40px;
    display: block;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0
}

header .top-block.red .right.right_red {
    background: url(../img/top-bg-right-red.png) no-repeat 50%
}

header .top-block.red .right.right_red .text {
    bottom: 200px;
    width: 620px
}

header .top-block.blue .left {
    min-height: 657px;
    position: relative
}

header .top-block.blue .left:after {
    content: "";
    width: 100%;
    height: 40px;
    display: block;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0
}

header .top-block.blue .right.right_red {
    background: url(../img/top-bg-right-blue.png) no-repeat 50%
}

header .top-block.blue .right.right_red .text {
    bottom: 200px;
    width: 620px
}

header .top-block .left {
    background: #f9f9f9;
    min-height: 670px;
    width: calc(100% - 951px);
    position: relative;
    z-index: 20
}

header .top-block .left .figure {
    position: absolute
}

header .top-block .left .figure.figure1 {
    right: 190px;
    top: 60px
}

header .top-block .left .figure.figure2 {
    top: 310px;
    left: 30px
}

header .top-block .left .figure.figure3 {
    right: 100px;
    bottom: 70px
}

header .top-block .left .figure.figure4 {
    left: 320px;
    bottom: 20px
}

header .top-block .right {
    width: 50%;
    width: 951px;
    max-width: 100%;
    background: url(../img/top-bg-right-blue.png) no-repeat top;
    position: relative;
    margin-bottom: 0
}

header .top-block .right .mobile-logo {
    display: none
}

header .top-block .right .text {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    position: absolute;
    color: #fff;
    left: 60px;
    bottom: 100px;
    width: 575px;
    max-width: 100%
}

header .top-block .right .figure {
    position: absolute
}

header .top-block .right .figure.figure5 {
    left: 230px;
    top: -90px
}

header .top-block .right .figure.figure6 {
    bottom: 70px;
    right: 130px
}

header .top-block .big-logo {
    position: absolute;
    right: -250px;
    top: 170px;
    z-index: 60
}

@media screen and (min-width: 766px) {
    header {
        position: relative;
        z-index: 80
    }

    header .menu-box ul li:hover, header .menu-box ul li:hover > a {
        opacity: 1;
        color: #00f
    }

    header .menu-box ul li.parent {
        position: relative;
        z-index: 60
    }

    header .menu-box ul li.parent ul {
        display: block;
        position: absolute;
        top: 130%;
        left: -20px;
        padding: 20px;
        background: #fff;
        opacity: 0;
        pointer-events: none;
        transition: .3s
    }

    header .menu-box ul li.parent ul li {
        margin-bottom: 10px
    }

    header .menu-box ul li.parent ul li a {
        font-size: 16px
    }

    header .menu-box ul li.parent:hover ul {
        top: 100%;
        opacity: 1;
        pointer-events: auto
    }
}

.pagination ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px
}

.pagination ul li {
    font-weight: 700;
    position: relative;
    margin: 0 10px
}

.pagination ul li a {
    color: #282828;
    font-size: 20
}

.pagination ul li.active a {
    color: #00f
}
.about__wrapper {
    position: relative;
     
}
.wood {
    background: #F9F9F9;
    padding: 90px 0px;
    margin-top: 135px;
}
.woord__title {
    font-size: 70px;
    font-weight: 700;
    color:#232323;
    line-height: 70px;
    margin-bottom: 60px;
}
.wood__wrapper {
    position: relative;
    max-width: 1075px;
    margin: auto;
}
.wood__wrapper {
    background-image:url('../img/python.svg');
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 1400px;
}

.wood__item {
    display: flex;
    max-width: 700px;
    width: 100%;
    position: absolute;
    background: #FFFFFF;
    padding: 35px 40px;
}
.wood__item-text {
    margin-left: 30px;
    font-size: 25px;
    color:#232323;
    font-weight: 500;
}
.wood__item-img {
    width:40px;
    min-width: 40px;
    max-width: 40px;
}
.wood__item1 {
    top: 115px;
    max-width:650px;
   transform: rotate(-5deg);
   left:-50px;
}
.wood__item3 {
        top: 433px;
    right: 168px;
    transform: rotate(-2deg);
}
.wood__item4 {
        top: 820px;
    left: -123px;
    transform: rotate(6deg);
}
.wood__item5 {
        right: -129px;
    top: 648px;
    transform: rotate(4deg);
    max-width: 653px;
}
.wood__item6 {
        bottom: 253px;
    right: -69px;
    transform: rotate(-5deg);
}
.regist-block {
    margin-top: 90px;
}
.regist__btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    padding: 20px 50px;
    background: transparent;
    border: 3px solid #fff;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
}
.what__title {
    font-size: 70px;
    line-height: 70px;
    font-weight:700;
    color:#232323;
    margin-bottom: 60px;
}
.what {
    margin-top: 90px;
}

.what__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.what__item {
    background: #E9FFE9;
    position: relative;
    height: 230px;
    padding: 40px 35px;
    margin-bottom: 30px;
}
.what__item-text {
    font-size: 20px;
    font-weight: 500;
    color:#232323;
    
}
.what__item-num {
    position: absolute;
    right: 20px;
    bottom: 0px;
    color:#5CC45C;
    opacity: 0.3;
    font-size: 100px;
    font-weight: 700;
}
.what__item1 {
    flex: 0 0 45%;
}
.what__item2 {
    flex: 0 0 25%;
}
.what__item3 {
    flex: 0 0 25%;
}
.what__item4 {
    flex: 0 0 32%;
}
.what__item5 {
    flex: 0 0 23%;
}
.what__item6 {
    flex: 0 0 40%;
    background: #5CC45C;
}
.what__item6 .what__item-text {
    color:#FFFFFF;
    font-size: 30px;
    font-weight: 500;
}
.what__item6 .what__item-text::after {
    position: absolute;
    content: url('../img/give.svg');
    position: absolute;
    bottom: -9px;
    right: 0;
}
.reg-wrapper {
    background-image: url('../img/regbg.png');
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 75px;
}
.regist__title {
    font-size: 70px;
    font-weight: 700;
    color:#F9F9F9;
    line-height: 70px;
    margin-bottom: 40px;
}
.regist__text {
    font-size: 40px;
    font-weight: 700;
    color:#F9F9F9;
    margin-bottom: 80px;
    line-height: 50px;
    max-width: 630px;
}
.wood__item7 {
    bottom: 0;
    transform: rotate(3deg);
    max-width: 650px;
}
.wood__item2 {
       top: 215px;
    right: -111px;
    max-width: 450px;
    transform: rotate(9deg);
}
.wood__item-text a {
    color:#5CC45C;
}
.about__title {
    font-size: 80px;
    font-weight: 700;
    color:#232323;
    margin-bottom: 60px;
    
}
.city {
    background: #5CC45C;
    padding: 90px 0px;
}
.city__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

}
.city__left {
    flex: 0 0 48%;
}
.city__right {
    flex: 0 0 48%;
}
.city__item-title {
    font-size: 30px;
    font-weight: 500;
    color:#F9F9F9;
    margin-bottom: 10px;
}
.city__left-item {
    margin-top: 30px;
}
.city__right-title {
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    color:#F9F9F9;
    margin-bottom: 60px;
}
.city__right-text {
    font-size: 30px;
    font-weight: 500;
    color:#F9F9F9;
}
.city__right-block {
    margin-top: 90px;
}
.city__block-title {
    font-size: 35px;
    font-weight: 600;
    color:#F9F9F9;
    margin-bottom: 10px;
}
.directions {
    margin-top: 180px;
}
.directions__title {
    font-size: 70px;
    max-width: 500px;
    font-weight: 700;
    color:#232323;
    position: relative;
    margin-bottom: 70px;
}
.directions__item-img {
    max-height: 90px;
}
.directions__title::after {
    content: url('../img/direction.svg');
    position: absolute;
    right: -30px;
    top: -20px;
}
.directions__line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.directions__item {
    flex: 0 0 32%;
    background: #F9F9F9;
    padding: 35px 25px;
    height: 350px;
}
.directions__item-title {
    font-size: 35px;
    font-weight: 600;
    color:#5CC45C;
    margin-top: 60px;
    margin-bottom: 5px;
}
.directions__item-text {
    font-size: 20px;
    font-weight: 500;
    color:#232323;
}
.city__block-text {
    font-size: 20px;
    margin-bottom: 50px;
    font-weight: 400;
    color:#F9F9F9;
}
.city__item-text {
    font-size: 35px;
    font-weight: 600;
    color:#F9F9F9;
}
.about__text {
    font-size: 30px;
    font-weight: 500;
    color:#232323;
    max-width: 915px;
}
.about__wrapper::after {
    content: url('../img/urban-page-icon.svg');
    position: absolute;
    right: 0;
    bottom: 0;
}
.about__text span {
    background: #5CC45C;
    padding: 3px;
    color: #fff;
}
.about {
    padding-top: 90px;
    padding-bottom: 100px;
}
.pagination ul li:last-child a:after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    background: #00f
}

h2 {
    font-size: 80px;
    font-weight: 700;
    color: 3232323;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    text-transform: none
}

h2.figure1:before {
    background: url(../img/h21.svg) no-repeat 50%;
    left: -26px;
    top: -10px
}

h2.figure1:after, h2.figure1:before {
    content: "";
    height: 20px;
    width: 22px;
    display: block;
    position: absolute
}

h2.figure1:after {
    background: url(../img/h22.svg) no-repeat 50%;
    right: -26px;
    bottom: -10px
}

h2.figure2:after {
    height: 48px;
    width: 48px;
    background: url(../img/h24.svg) no-repeat 50%;
    right: -55px;
    bottom: 20px
}

h2.figure2:after, h2.figure3:after {
    content: "";
    display: block;
    position: absolute
}

h2.figure3:after {
    height: 36px;
    width: 36px;
    background: url(../img/h23.svg) no-repeat 50%;
    top: -10px;
    right: -26px;
    bottom: inherit
}

h3 {
    margin-bottom: 50px;
    font-size: 70px;
    font-weight: 800;
    text-transform: none
}

.promo-block2 {
    color: #fff;
    font-weight: 800;
    margin-bottom: -80px;
    margin-top: 20px;
    position: relative;
    z-index: 1
}

.promo-block2__inner-content {
    position: absolute;
    z-index: 40;
    height: 100%;
    width: 100%;
    padding: 100px 50px;
    left: 0;
    top: 0
}

.promo-block2__title {
    font-size: 70px;
    line-height: 1.1;
    margin-bottom: 50px
}

.promo-block2__figure {
    background: url(../img/book-figure.png) no-repeat 50%;
    width: 232px;
    height: 184px;
    position: absolute;
    bottom: 50px;
    right: 450px
}

.promo-block2 .b_button {
    max-width: 400px;
    margin-right: 30px
}

.promo-block2 .b_button:hover {
    color: #00f
}

.promo-block2 .promo-block2-bg__img img {
    min-width: 100%;
    min-height: 100%
}

.grid-block {
    padding: 100px 0;
    background: #fff
}

.grid-block .grid-elements .grid-elem {
    padding: 50px;
    min-height: 326px;
    position: relative;
    margin-bottom: 30px
}

.grid-block .grid-elements .grid-elem a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.grid-block .grid-elements .grid-elem p {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #232323
}

.grid-block .grid-elements .grid-elem img {
    display: block;
    margin-bottom: 20px
}

.grid-block .grid-elements .grid-elem.blue {
    background: #eef7ff;
    position: relative
}

.grid-block .grid-elements .grid-elem.blue:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 152px;
    height: 17px;
    background: url(../img/long-arrow.png);
    pointer-events: none
}

.grid-block .grid-elements .grid-elem.bg1 {
    background: url(../img/grid-bg1.png) no-repeat 50%;
    background-size: cover
}

.grid-block .grid-elements .grid-elem.green {
    background: #e9ffe9;
    position: relative
}

.grid-block .grid-elements .grid-elem.green:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 152px;
    height: 17px;
    background: url(../img/long-arrow.png);
    pointer-events: none
}

.grid-block .grid-elements .grid-elem.pink {
    background: #ffebeb;
    position: relative
}

.grid-block .grid-elements .grid-elem.pink:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 152px;
    height: 17px;
    background: url(../img/long-arrow.png);
    pointer-events: none
}

.grid-block .grid-elements .grid-elem.bg2 {
    background: url(../img/grid-bg2.png) no-repeat 50%;
    background-size: cover
}

.grid-block .grid-elements .grid-elem.pink2 {
    background: #ffebe3;
    position: relative
}

.grid-block .grid-elements .grid-elem.pink2:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 152px;
    height: 17px;
    background: url(../img/long-arrow.png);
    pointer-events: none
}
.events {
    margin-top: 90px;
    background: #F9F9F9;
    padding-top: 90px;
    padding-bottom: 90px;
}
.events__title {
    font-size: 70px;
    font-weight: 700;
    color:#232323;
    margin-bottom: 70px;
}
.events__wrapper-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.events__item {
    padding: 45px;
    background: #FFFFFF;
    flex: 0 0 32%;
}
.events__line-text {
    font-size: 30px;
    font-weight: 500;
    margin-top: 40px;
    color:#232323;
}
.slider__wrapper {
    max-width: 100%;
    margin: auto;
    overflow: visible;
}
.slider__image-title {
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
    color:#232323;
    margin-top: 90px;
    margin-bottom: 70px;
}
.grid-block .grid-elements .grid-elem.cyan {
    background: #f1e3ff;
    position: relative
}

.grid-block .grid-elements .grid-elem.cyan:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 152px;
    height: 17px;
    background: url(../img/long-arrow.png);
    pointer-events: none
}

.grid-block .grid-elements .grid-elem.bg3 {
    background: url(../img/grid-bg3.png) no-repeat 50%;
    background-size: cover
}

.news-block {
    background: #f9f9f9;
    padding: 100px 0;
    position: relative
}

.news-block_page {
    background: #fff
}

.news-block:after {
    content: "";
    width: 131px;
    height: 160px;
    display: block;
    background: url(../img/news-block-figure.png) no-repeat 50%;
    position: absolute;
    right: 710px;
    top: 130px;
    z-index: 20
}

.news-block .news-list .owl-stage {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 50
}

.news-block .news-list .owl-stage-outer {
    padding-bottom: 80px
}

.news-block .news-list_rows .item {
    margin-bottom: 30px
}

.news-block .item {
    background: #fff;
    position: relative;
    z-index: 30
}

.news-block .item img {
    width: 100%
}

.news-block .item .content {
    padding: 25px;
    color: #232323;
}

.news-block .item .content .date {
    font-size: 15px;
    font-weight: 300;
    display: block;
    margin-bottom: 25px
}

.news-block .item .content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px
}

.news-block_nav-prev {
    height: 15px;
    width: 153px;
    background: url(../img/carousel-arrow-left.svg) no-repeat 50%;
    display: block;
    cursor: pointer
}

.news-block_nav-next {
    height: 15px;
    width: 150px;
    background: url(../img/carousel-arrow-right.svg) no-repeat 50%;
    display: block;
    cursor: pointer
}

.events-block {
    padding: 100px 0
}

.events-block.noMarge {
    padding-bottom: 20px
}

.events-block .event-item {
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    color: #232323;
    padding: 100px 50px 50px;
    background: #f9f9f9;
    min-height: 390px;
    position: relative;
    margin-bottom: 30px
}

.events-block .event-item.green {
    background: #e9ffe9
}

.events-block .event-item .flag {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    background: #5cc45c;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1
}

.events-block .event-item .flag.yel {
    background: #ff9433
}

.events-block .event-item .flag.blue {
    background: #1b22ff
}

.events-block .event-item .flag.cyan {
    background: #a033ff
}

.events-block .event-item .flag.red {
    background: #ff5245
}

.events-block .event-item .s_button {
    max-width: 255px;
    margin-top: 25px
}

.s_button {
    border: 3px solid #5cc45c;
    color: #000;
    padding: 10px 20px
}

.b_button, .s_button {
    display: block;
    font-size: 18px;
    text-align: center
}

.b_button {
    border: 3px solid #fff;
    color: #fff;
    padding: 20px
}

.b_button:hover {
    color: #5cc45c;
    background: #fff;
    opacity: 1
}

.contact-block {
    padding: 100px 0;
    background: #f9f9f9;
    position: relative;
    margin-bottom: 30px
}

.contact-block_page {
    background: #fff
}

.contact-block .figure {
    position: absolute;
    right: 300px;
    bottom: 20px
}

.contact-block h2:before {
    display: none
}

.contact-block h2:after {
    height: 36px;
    width: 36px;
    background: url(../img/h23.svg) no-repeat 50%;
    top: -10px;
    bottom: inherit
}

.contact-block .info {
    font-size: 30px;
    font-weight: 500
}

.contact-block .info p {
    margin-bottom: 10px;
    line-height: 1.3
}

.contact-block .info a {
    color: #1b22ff;
    text-decoration: underline
}

.contact-block .social-box li {
    margin-right: 20px
}

.last-block {
    background: url(../img/last-block.png) no-repeat 50%;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
    margin-bottom: 30px
}

.last-block .container {
    max-width: 980px
}

.last-block .container p.title {
    color: #fff;
    font-size: 70px;
    line-height: 1;
    font-weight: 700
}

.last-block .container p {
    color: #fff;
    font-size: 20px
}

.last-block form {
    max-width: 600px
}

.last-block form p {
    margin-bottom: 30px
}

.button_w {
    display: block;
    background: #fff;
    text-align: center;
    border: 2px solid #fff;
    transition: .3s;
    cursor: pointer;
    color: #1b22ff;
    padding: 14px 20px;
    font-weight: 600;
    line-height: 25px;
    font-size: 18px
}

.button_w:hover {
    background: transparent;
    color: #fff
}

label.white-style {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: block;
    position: relative;
    border-left: 1px solid #fff;
    color: #fff
}

label.white-style:after {
    width: 160px;
    right: 0
}

label.white-style:after, label.white-style:before {
    content: "";
    display: block;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0
}

label.white-style:before {
    width: 10px;
    left: 0
}

label.white-style input {
    background: none;
    border: none;
    box-shadow: none;
    color: #fff;
    width: 100%;
    padding: 20px
}

label.white-style span {
    position: absolute;
    color: #fff;
    top: -11px;
    left: 20px
}

footer {
    padding: 100px 0;
    background: #232323
}

footer, footer a {
    color: #fff;
    font-weight: 400;
    font-size: 18px
}

footer .logo-box img {
    margin-bottom: 20px;
    display: block
}

footer .contact {
    font-weight: 500
}

footer .social {
    margin-top: 50px
}

footer .social li {
    margin-right: 20px;
    margin-top: 20px
}

footer .footer-menu li {
    margin-bottom: 20px
}

.totop {
    height: 55px;
    width: 55px;
    line-height: 50px;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    transition: .3s;
    cursor: pointer
}

.totop, .totop:hover {
    background: #5cc45c
}

.totop.stopped {
    position: absolute;
    bottom: 139px;
    right: 30px
}

.copy {
    margin-top: 35px;
    opacity: .3;
    font-size: 18px
}

.gallery-block {
    background: #f9f9f9;
    padding: 100px 0;
    margin-bottom: 30px
}

.gallery-block_simple {
    background: #fff;
    margin-bottom: 0
}

.gallery-block__item {
    margin-bottom: 30px
}

.conversation-block {
    text-align: center;
    padding: 100px 0
}

.conversation-block .container {
    position: relative
}

.conversation-block__title {
    font-size: 70px;
    color: #000;
    font-weight: 800;
    margin-bottom: 50px
}

.conversation-block__links {
    display: block;
    color: #00f
}

.conversation-block__links li {
    margin-bottom: 50px
}

.conversation-block__links a {
    color: #00f;
    font-size: 30px;
    font-weight: 500;
    display: inline-block;
    position: relative
}

.conversation-block__links a:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #00f;
    position: absolute;
    bottom: -2px;
    left: 0
}

.conversation-block-figure1 {
    position: absolute;
    pointer-events: none;
    width: 154px;
    height: 104px;
    background: url(../img/conversation-block-figure1.png) no-repeat 50%;
    left: 0;
    top: -50px
}

.conversation-block-figure2 {
    position: absolute;
    pointer-events: none;
    width: 172px;
    height: 123px;
    background: url(../img/conversation-block-figure2.png) no-repeat 50%;
    right: 0;
    top: -125px
}

.conversation-block-figure3 {
    position: absolute;
    pointer-events: none;
    width: 148px;
    height: 121px;
    background: url(../img/conversation-block-figure3.png) no-repeat 50%;
    left: 0;
    bottom: -150px
}

.conversation-block-figure4 {
    position: absolute;
    pointer-events: none;
    width: 155px;
    height: 156px;
    background: url(../img/conversation-block-figure4.png) no-repeat 50%;
    right: 0;
    bottom: -150px
}

.register-form-block {
    background: #f9f9f9;
    padding: 100px 0;
    position: relative;
    z-index: 0
}

.register-form-block__container {
    max-width: 810px;
    margin: 0 auto
}

.register-form-block .button_b {
    margin-top: 50px;
    min-width: 360px
}

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

.double-title h1 {
    font-size: 70px;
    font-weight: 800;
    text-transform: none;
    margin-bottom: 25px
}

.double-title .subtitle {
    font-size: 30px;
    font-weight: 500
}

.hiddenBox[class*=hiddenBoxPar] {
    display: none;
    width: 100%
}

.page-content {
    padding: 100px 0
}

.inner-header {
    background: #f9f9f9;
    padding: 70px 0;
    position: relative;
    margin-bottom: 100px
}

.inner-header .container {
    display: flex;
}

.inner-header h1 {
    font-size: 80px;
    font-weight: 800;
    line-height: 1
}

.inner-header h1.mini {
    font-size: 35px;
    font-weight: 600;
    text-transform: none;
    line-height: 45px
}

.inner-header h1.figure1:after {
    content: "";
    width: 131px;
    height: 160px;
    display: block;
    background: url(../img/news-block-figure.png) no-repeat 50%;
    position: absolute;
    left: 470px;
    top: -10px;
    z-index: 20
}

.inner-header h1.figure2:after {
    content: "";
    display: inline-block;
    height: 48px;
    width: 48px;
    background: url(../img/h24.svg) no-repeat 50%
}

.inner-header h1.figure3:after {
    content: "";
    height: 36px;
    width: 36px;
    background: url(../img/h23.svg) no-repeat 50%;
    position: absolute;
    top: -10px;
    right: -26px;
    bottom: inherit;
    display: block
}

.inner-header h1.figure4:after {
    content: "";
    display: inline-block;
    background: url(../img/contact-block-figure.png) no-repeat 50%;
    width: 152px;
    height: 135px;
    margin-top: -135px;
    position: relative;
    left: 50px
}

.inner-header .half-container {
    max-width: calc(700px + ((100vw - 1280px) / 2));
    margin: 0 60px 0 0;
}

.inner-header .half-container img {
    width: 100%
}

.inner-header .button {
    margin-top: 30px
}

.inner-header .date {
    font-size: 15px;
    line-height: 25px;
    margin-top: 15px
}

.inner-header_peach {
    background: #ffebe3
}

.inner-header__right-side {
    flex-shrink: 0;
    align-self: flex-end;
    height: 110%;
    background: #fff;
    max-width: 840px;
    width: 100%;
    margin: -70px calc((1280px - 100vw) / 2) -70px auto;
    line-height: 0
}

.inner-header__subtitle {
    margin-top: 25px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400
}

.breadcrumbs-box {
    margin-bottom: 50px
}

.breadcrumbs-box ul li {
    position: relative;
    display: inline-block
}

.breadcrumbs-box ul li:after {
    content: "";
    width: 45px;
    height: 10px;
    display: inline-block;
    margin: 0 15px;
    background: url(../img/breadcrumbs-arrow.svg) no-repeat 50%;
    background-size: cover
}

.breadcrumbs-box ul li:last-child:after {
    display: none
}

.breadcrumbs-box ul li a {
    font-size: 14px;
    line-height: 25px;
    color: #868686
}

.inner-page {
    padding: 60px 0
}

.calendar-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 16px 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #232323
}

.calendar-item .calendar-head {
    text-align: center;
    padding: 5px;
    font-size: 30px;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px
}

.calendar-item .calendar-head a {
    font-weight: 400;
    color: #1b22ff;
    font-size: 40px
}

.calendar-item table {
    border-collapse: collapse;
    width: 100%
}

.calendar-item table tr th {
    padding: 6px 7px;
    text-align: center;
    font-weight: 400;
    border: none
}

.calendar-item table tr td {
    padding: 9px 10px;
    text-align: center;
    border: 2px solid transparent
}

.calendar-item table tr td.calendar-day.event {
    position: relative;
    color: #fff
}

.calendar-item table tr td.calendar-day.event:hover .calendar-popup {
    display: block
}

.calendar-item table tr td:nth-child(6), .calendar-item table tr td:nth-child(7), .calendar-item table tr th:nth-child(6), .calendar-item table tr th:nth-child(7) {
    color: #e65a5a
}

.calendar-popup {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    min-width: 200px;
    padding: 15px;
    background: #fff;
    text-align: left;
    font-size: 13px;
    z-index: 100;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    color: #000
}

.calendar-popup:before {
    content: "";
    border: solid transparent;
    position: absolute;
    left: 8px;
    bottom: 100%;
    border-bottom-color: #fff;
    border-width: 9px;
    margin-left: 0
}

.big-text {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500
}

.big-text__colorize_g {
    background: #5cc45c;
    display: inline-block;
    padding: 0 13px
}

.big-text__colorize_p {
    background: #a033ff
}

.big-text__colorize_p, .big-text__colorize_y {
    display: inline-block;
    padding: 0 13px;
    color: #fff
}

.big-text__colorize_y {
    background: #ff9433
}

.big-text__colorize_r {
    background: #ff5245
}

.big-text__colorize_b, .big-text__colorize_r {
    display: inline-block;
    padding: 0 13px;
    color: #fff
}

.big-text__colorize_b {
    background: #00f
}

.cases-block {
    background: #f9f9f9
}

.cases-block__item {
    background: #fff;
    padding: 40px;
    margin-bottom: 30px
}

.cases-block__img {
    margin-bottom: 35px
}

.cases-block__title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    min-height: 80px
}

.blue-link {
    color: #00f;
    display: block;
    margin-bottom: 25px;
    text-decoration: underline
}

.modal {
    display: none;
    background: #fff;
    padding: 60px;
    width: 600px;
    max-width: 100%
}

.modal_message-simple {
    width: 704px
}

.modal_message-yellow {
    color: #fff;
    background: url(../img/modal-yell-msg.svg) no-repeat 100% 100% #ff9433
}

.modal__title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 30px;
    font-weight: 500
}

.modal__text {
    font-size: 30px;
    line-height: 40px
}

.modal__text a {
    color: #fff;
    text-decoration: underline
}

.icons-block {
    margin-bottom: 50px
}

.icons-block__img {
    margin-bottom: 30px
}

.icons-block__title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600
}

#jGrowl.center {
    top: 50%;
    margin-top: -50px
}

#jGrowl .jGrowl-notification.taleby-message-success {
    color: #000;
    background-color: #fff;
    border: 2px solid #00f;
    padding: 20px 50px;
    font-size: 18px;
    min-width: 400px;
    text-align: center
}

#jGrowl .jGrowl-notification.taleby-message-success .jGrowl-message {
    padding-top: 0
}

#jGrowl .jGrowl-notification.taleby-message-error {
    color: darkred;
    background-color: #fff;
    border: 2px solid darkred;
    padding: 20px 50px;
    font-size: 18px;
    min-width: 400px;
    text-align: center
}

#jGrowl .jGrowl-notification.taleby-message-error .jGrowl-message {
    padding-top: 0
}

.main-nazar {
    font-weight: 500;
    font-size: 30px
}

.container-nazar {
    width: 1230px;
    margin: 0 auto
}

.section-title {
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 60px
}

.next-title, .section-title {
    text-transform: lowercase;
    line-height: 1em
}

.next-title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px
}

.p-90 {
    padding: 90px 0
}

.pb-90 {
    padding-bottom: 90px
}

.quest {
    background-color: #5cc45c;
    color: #fff !important
}

.quest__title {
    color: #fff
}

.quest__subtitle {
    color: #fff;
    margin-top: 60px
}

.quest__content {
    width: 630px
}

.quest__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.quest__img {
    width: 525px
}

.quest__img img {
    width: 100%;
    height: 100%;
    display: block
}

.quest__text_small {
    font-size: 20px
}

.quest__text_small span {
    font-weight: 700
}

.wait {
    background-color: #f9f9f9;
    margin: 30px 0
}

.wait__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.wait__icon {
    margin-right: 40px
}

.wait__icon img {
    display: block;
    min-width: 40px
}

.wait__text a {
    color: #5cc45c
}

.wait__item {
    padding: 40px;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex
}

.wait__item:not(:last-child) {
    margin-bottom: 20px
}

.reg {
    color: #fff !important
}

.reg__inner {
    overflow: hidden;
    padding: 120px 75px;
    position: relative;
    background: url(../img/reg-bg.png) no-repeat 50%/cover
}

.reg__inner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/reg-bg-2.svg) no-repeat 50%/cover;
    z-index: 0
}

.reg__round {
    position: absolute;
    top: 71px;
    right: -75px
}

.reg__circle {
    position: absolute;
    top: 160px;
    right: 265px
}

.reg__title {
    color: #fff;
    margin-bottom: 30px
}

.reg__text {
    margin-bottom: 30px;
    width: 450px;
    font-size: 40px;
    font-weight: 700
}

.reg__link, .reg__text {
    position: relative;
    z-index: 5
}

.reg__link {
    display: block;
    width: 323px;
    text-align: center;
    padding: 20px 0;
    border: 3px solid #fff;
    font-size: 18px;
    font-weight: 600;
    color: #fff
}

.reg__link:hover {
    opacity: 1;
    background-color: #fff;
    color: #5cc45c
}

.give__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns:1fr 1fr 1fr;
    gap: 30px
}

.give__item {
    position: relative;
    background-color: #e9ffe9;
    height: 200px;
    padding: 40px;
    font-size: 20px
}

.give__item p {
    position: relative;
    z-index: 5
}

.give__number {
    line-height: 80px;
    position: absolute;
    display: block;
    height: 80px;
    width: 75px;
    top: 20px;
    left: 9px;
    font-size: 100px;
    font-weight: 700;
    color: #5cc45c;
    opacity: .3;
    z-index: 0
}

.academy {
    color: #fff !important
}

.academy__title {
    color: #fff;
    margin-bottom: 30px
}

.academy__text {
    margin-bottom: 60px
}

.academy__text_small {
    font-size: 20px
}

.academy__inner {
    padding: 90px 75px;
    background: url(../img/academy-bg.png) no-repeat 50%/cover
}

@media (max-width: 1260px) {
    .container-nazar {
        width: 900px
    }

    .give__grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns:1fr 1fr
    }

    .reg__circle {
        top: 60px
    }
}

@media (max-width: 1199px) {
    .menu-box ul li ul {
        padding-top: 20px;
        display: none
    }
}

@media (max-width: 930px) {
    .container-nazar {
        width: 600px
    }

    .section-title {
        font-size: 35px;
        margin-bottom: 30px
    }

    .next-title {
        font-size: 20px
    }

    .quest__text_small {
        font-size: 16px
    }

    .quest__subtitle {
        margin-top: 30px
    }

    .main-nazar {
        font-size: 18px
    }

    .p-90 {
        padding: 45px 0
    }

    .pb-90 {
        padding-bottom: 45px
    }

    .wait__item {
        padding: 20px 25px;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .wait__icon, .wait__item:not(:last-child) {
        margin-bottom: 15px
    }

    .wait__icon img {
        width: 35px;
        height: 35px
    }

    .give__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns:1fr;
        gap: 15px
    }

    .give__item {
        height: 150px
    }

    .academy__inner {
        padding: 45px 25px
    }

    .academy__title {
        margin-bottom: 15px
    }

    .academy__text {
        margin-bottom: 30px
    }

    .reg__inner {
        padding: 45px 20px
    }

    .reg__title {
        margin-bottom: 15px
    }

    .reg__text {
        font-size: 18px;
        width: 200px
    }

    .reg__circle {
        right: 150px
    }
}

@media (max-width: 630px) {
    .container-nazar {
        width: 100%;
        padding: 0 15px
    }

    .quest__inner {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .quest__img {
        width: 250px;
        margin-top: 30px;
        margin-bottom: -10px
    }

    .quest__content {
        width: 100%
    }

    .reg__link {
        font-size: 18px
    }

    .news-block .news-list .owl-stage-outer {
        padding: 0 0 20px;
    }
}

@media (max-width: 550px) {
    .reg__circle {
        bottom: 165px;
        top: auto;
        right: auto;
        left: 30px
    }

    .reg__circle img {
        width: 30px;
        height: 30px
    }

    .reg__text {
        width: 100%
    }

    .reg__round {
        top: auto;
        right: -15px;
        bottom: 36px
    }

    .reg__round img {
        width: 85px;
        height: 85px
    }

    .reg__link {
        width: 100%
    }

    .reg__inner {
        padding-bottom: 240px
    }

    .reg__inner:before {
        background: url(../img/reg-bg-3.svg) no-repeat 50%/100%
    }

    .academy__text_small {
        font-size: 16px
    }
}

@media (max-width: 490px) {
    .give__item {
        padding: 25px;
        font-size: 16px
    }

    .give__number {
        font-size: 50px;
        height: 50px;
        width: 50px;
        top: -6px
    }
}

@media (max-width: 400px) {
    .reg__title {
        font-size: 25px
    }

    .reg__link {
        font-size: 16px
    }
}

@media screen and (min-width: 1024px) and (max-width: 1380px) {
    .container, body, html {
        max-width: 100%
    }

    body, html {
        width: 100%;
        overflow-x: hidden
    }
}

@media screen and (max-width: 1024px) {
    .container, body, html {
        max-width: 100%
    }

    body, html {
        width: 100%;
        overflow-x: hidden
    }

    .inner-header {
        background: #f9f9f9;
        padding: 70px 0
    }

    .inner-header h1 {
        font-size: 50px
    }

    .inner-header__right-side {
        margin-bottom: -70px;
        position: relative;
        width: 100%;
        max-width: 100%;
        margin-top: 60px
    }

    .pagination ul li:last-child {
        display: block
    }

    blockquote {
        padding: 25px;
        font-size: 18px;
        line-height: 26px;
        font-weight: 600;
        margin-bottom: 25px;
        background: #efefef
    }

    blockquote.peach {
        background: #ffebe3
    }

    .promo-block2 {
        min-height: 550px;
        background-color: #ce8849
    }

    .promo-block2 .promo-block2-bg__img img {
        min-width: 100%;
        min-height: 100%
    }

    .last-block form {
        margin: 40px 0 0;
    }

    .last-block label.white-style:after {
        width: 140px;
    }
}

@media screen and (min-width: 765px) and (max-width: 1024px) {
    .t-col_1 {
        width: 8.33333333%
    }

    .t-col_2 {
        width: 16.66666667%
    }

    .t-col_3 {
        width: 25%
    }

    .t-col_4 {
        width: 33.33333333%
    }

    .t-col_5 {
        width: 41.666667%
    }

    .t-col_6 {
        width: 50%
    }

    .t-col_7 {
        width: 58.33333333%
    }

    .t-col_8 {
        width: 66.66666667%
    }

    .t-col_9 {
        width: 75%
    }

    .t-col_10 {
        width: 83.33333333%
    }

    .t-col_12 {
        width: 100%
    }

    .t-col_15 {
        width: 20%
    }

    .t_none {
        display: none
    }
}

@media screen and (max-width: 765px) {
    .m-col_1 {
        width: 8.33333333%
    }

    .m-col_2 {
        width: 16.66666667%
    }

    .m-col_3 {
        width: 25%
    }

    .m-col_4 {
        width: 33.33333333%
    }

    .m-col_5 {
        width: 41.666667%
    }

    .m-col_6 {
        width: 50%
    }

    .m-col_7 {
        width: 58.33333333%
    }

    .m-col_8 {
        width: 66.66666667%
    }

    .m-col_9 {
        width: 75%
    }

    .m-col_10 {
        width: 83.33333333%
    }

    .m-col_12 {
        width: 100%
    }

    .m-col_15 {
        width: 20%
    }

    .m_none {
        display: none
    }

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

    h1, h2 {
        font-size: 50px
    }

    h2:before {
        display: none
    }

    .menu-box {
        position: absolute;
        flex-direction: column;
        background: rgba(15, 15, 168, .9);
        padding: 50px 60px;
        left: -200px;
        top: calc(100% + 10px);
        width: 100%;
        opacity: 0;
        pointer-events: none;
        transition: .3s
    }

    .menu-box.active {
        pointer-events: auto;
        opacity: 1;
        left: 0
    }

    .menu-box ul {
        display: block
    }

    .menu-box ul li {
        font-size: 30px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 20px
    }

    .menu-box ul li a {
        color: #fff
    }

    .menu-box ul li ul li {
        margin-bottom: 10px
    }

    .menu-box ul li ul a {
        color: #fff;
        font-size: 20px
    }

    .menu-box .social-box {
        margin-top: 60px
    }

    .menu-box .social-box ul {
        display: flex;
        justify-content: space-between
    }

    .menu-box .social-box li {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0
    }

    .menu-box .social-box li img {
        filter: brightness(10);
        min-width: 50px
    }

    header .top_row {
        position: relative;
        top: 0;
        z-index: 31
    }

    header .top-block {
        z-index: 15;
        overflow: hidden
    }

    header .logo_box {
        max-width: 150px
    }

    header .mobile-menu {
        display: block;
        height: 33px;
        width: 33px;
        border: 2px solid #00f;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        flex-wrap: wrap;
        padding: 4px
    }

    header .mobile-menu span {
        display: block;
        height: 2px;
        width: 21px;
        margin-bottom: 3px;
        background: #00f;
        opacity: 1;
        transition: .3s;
        transform: rotate(0deg)
    }

    header .mobile-menu.active span:nth-child(2) {
        opacity: 0
    }

    header .mobile-menu.active span:first-child {
        transform: rotate(45deg);
        transform-origin: 1px 6px
    }

    header .mobile-menu.active span:nth-child(3) {
        transform: rotate(-45deg);
        transform-origin: 3px -2px
    }

    header .top-block {
        display: block;
        padding-top: 90px;
        position: relative;
        min-height: 560px;
        background: #f9f9f9
    }

    header .top-block .big-logo {
        display: none
    }

    header .top-block .left {
        width: 100%;
        height: 100%;
        background: #f9f9f9;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 20;
        min-height: 570px
    }

    header .top-block .left:after {
        display: none
    }

    header .top-block .left .figure.figure1 {
        left: 150px;
        top: -10px;
        right: inherit
    }

    header .top-block .left .figure.figure3, header .top-block .left .figure.figure4 {
        display: none
    }

    header .top-block .right {
        width: calc(100% - 30px);
        position: absolute;
        z-index: 60;
        top: 120px;
        left: 15px;
        min-height: 100%;
        background: url(../img/top-bg-right.png) 0 0;
        background-size: cover
    }

    header .top-block .right .mobile-logo {
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        top: -26px
    }

    header .top-block .right .text {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        position: absolute;
        color: #fff;
        left: 0;
        bottom: 120px;
        width: 100%;
        max-width: 100%;
        padding: 20px
    }

    header .top-block .right .figure.figure5 {
        display: none
    }

    header .top-block .right .figure.figure6 {
        bottom: 11px;
        right: 30px;
        max-width: 60px
    }

    .grid-block {
        padding: 20px 0;
        margin-top: 0
    }

    .grid-block .grid-elements .grid-elem {
        padding: 40px
    }

    .grid-block .grid-elements .grid-elem.bg1, .grid-block .grid-elements .grid-elem.bg2 {
        min-height: 226px
    }

    .grid-block .grid-elements .grid-elem.bg3 {
        display: none
    }

    .news-block {
        padding: 50px 0
    }

    .events-block {
        padding: 50px 0 0
    }

    .events-block .event-item {
        padding: 70px 30px 30px;
        font-size: 31px;
        margin-bottom: 30px;
        min-height: 290px
    }

    .contact-block .info {
        font-size: 21px
    }

    .contact-block .social-box {
        margin-top: 40px
    }

    .contact-block .figure {
        right: -50px;
        bottom: 10px
    }

    .last-block {
        padding: 50px 0
    }

    .last-block .container, .last-block form {
        max-width: 100%
    }

    .last-block .container p.title {
        font-size: 55px;
        margin-bottom: 30px
    }

    .last-block .container label {
        margin-bottom: 30px
    }

    .last-block .container .button_w {
        padding: 20px;
        width: 100%
    }

    .last-block label.white-style:after {
        width: calc(100% - 145px);
    }

    footer {
        padding: 30px 15px
    }

    .double-title h1 {
        font-size: 50px
    }

    .double-title .subtitle {
        font-size: 23px
    }

    .register-form-block {
        padding: 50px 0 100px
    }

    .register-form-block .container {
        max-width: 100%
    }

    .form-control {
        font-size: 16px
    }

    .form-control .radio_row.columns_mobile li {
        width: calc(50% - 20px)
    }

    .form-control .radio_row li {
        width: 100%;
        margin-bottom: 20px
    }

    .form-control label.textarea span {
        top: -36px;
        pointer-events: none
    }

    .form-control label.textarea {
        margin-bottom: 25px
    }

    .form-control .button_bb {
        width: 100%;
        max-width: 100%
    }

    .form-control label.input input[type=text], .form-control label.textarea textarea {
        padding-top: 80px
    }

    .form-control label.select select {
        padding-top: 150px
    }

    .conversation-block__title {
        font-size: 50px
    }

    .conversation-block-figure1 {
        left: -70px;
        top: -80px
    }

    .conversation-block-figure2 {
        right: -10px;
        top: -145px;
        width: 142px;
        background-size: 100%
    }

    .conversation-block-figure3 {
        width: 120px;
        background-size: 100%;
        bottom: -137px
    }

    .conversation-block-figure4 {
        right: -20px;
        bottom: -140px;
        width: 115px;
        height: 106px;
        background-size: 100%
    }

    .conversation-block__links li {
        margin-bottom: 25px
    }

    .conversation-block__links a {
        font-size: 20px
    }

    .promo-block2 {
        margin-bottom: 20px;
        background-color: transparent
    }

    .promo-block2__inner-content {
        position: relative;
        background: #5cc45c;
        padding: 25px
    }

    .promo-block2__title {
        font-size: 30px
    }

    .promo-block2 .b_button {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }

    .gallery-block {
        padding: 50px 0
    }

    #jGrowl .jGrowl-notification.taleby-message-success, .gallery-block__item img {
        width: 100%
    }
}

@media screen and (max-width: 550px) {
    .double-title h1 {
        font-size: 32px
    }

    .form-control .radio_row.columns_mobile li {
        width: calc(100% - 20px)
    }

    #jGrowl.center, #jGrowl .jGrowl-notification.taleby-message-success {
        width: 100%;
        left: auto
    }
}

@media screen and (max-width: 400px) {
    .register-form-block .button_b {
        min-width: auto;
        width: 100%
    }
}

@media screen and (max-width: 350px) {
    .double-title h1 {
        font-size: 25px
    }
}

@media screen and (max-width: 1399px) {
    .inner-header__right-side {
        max-width: 640px;
    }
}
.mb-vis {
        display: none;
    }
@media screen and (max-width: 1399px) {
    .inner-header__right-side {
        max-width: 640px;
    }
}

@media screen and (max-width: 1299px) {
    .inner-header {
        padding-bottom: 0;
    }

    .inner-header .container {
        flex-direction: column;
    }

    .inner-header .half-container {
        max-width: 100%;
    }

    .inner-header__right-side {
        align-self: flex-start;
        max-width: 840px;
        margin: 40px 0 0;
    }
}
.about__img {
    display: none;
}
@media screen and (max-width: 1100px) {
    .container {
        max-width: 100%;
    }
    .about__title {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 30px;
    }
    .about__text {
        font-size: 18px;
        line-height: 26px;
    }
    .about__wrapper::after {
        display: none;
    }
    .about__img {
        text-align: center;
        display: block;
        margin-top: 30px;
    } 
    .city__left {
        flex: 0 0 100%;
    }
    .city__right-text {
        font-size: 18px;
        line-height: 26px;
    }
    .city__block-title {
        font-size: 16px;
        margin-bottom: 5px;
        line-height: 24px;
        
    }
    .city__block-text {
        font-size: 16px;
        line-height: 24px;
    }
    .city__left-img {
        text-align: center;
        margin-top: 30px;
    }
    .directions__title {
        font-size: 35px;
        line-height: 25px;
        margin-bottom: 30px;
        max-width: 290px;
    }
    .directions__line {
        display: block;
    }
    .directions__item-text {
        font-size: 16px;
        line-height: 22px;
    }
    .directions__item-img img {
        max-width: 75px;
    }
    .directions__item-title {
        font-size: 25px;
        margin-top: 10px;
        line-height: 25px;
    }
    .directions__title::after {
        display: none;
    }
   
    .wood__item {
        position: unset;
        margin-top: 15px;
            transform: rotate(0deg);
        width:100%!important;
    }
    .wood__item-text {
        margin-left: 0px;
        margin-top: 15px;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        
    }
    .wood__item {
        padding: 20px 25px;
        display: block;
        margin-bottom: 15px;
    }
    .woord__title {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 30px;
    }
    .wood__wrapper {
        background-image: none;
        height: auto;
    }
    .wood {
        margin-top: 75px;
        padding-bottom: 45px;
        padding-top: 45px;
    }
    .directions__item {
        height: auto;
        padding: 30px 25px;
        margin-top: 15px;
        
    }
    .directions {
        margin-top: 90px;
    }
    .city__item-text {
        line-height: 24px;
        font-size: 20px;
    }
    .city__item-title {
        font-size: 16px;
        line-height: 24px;
    }
    .city__block-text {
        margin-bottom: 30px;
    }
    .city__right-block {
        margin-top: 30px;
    }
    .city__right-title {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 30px;
    }
    .city__right {
        flex: 0 0 100%;
    }
    .city {
        padding-top: 40px;
        padding-bottom: 45px;
    }
    .city__left {
        order: 2;
    }
    .city__wrapper {
        flex-wrap: wrap;
    }
    .about {
        padding-top: 45px;
        padding-bottom: 50px;
    }
    .regist-block {
        margin-top: 45px;
    }
    .regist__btn a {
        max-width: 100%;
        padding: 20px;
        width: 100%;
        font-size: 16px;
    }
    .regist__text {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .regist__title {
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 15px;
        line-height: 30px;
    }
    .reg-wrapper {
        padding: 40px 20px 250px 20px;
        background-image: url('../img/bgreg.svg');
        
    }
    .what__item-num {
        font-size: 50px;
        line-height: 50px;
        bottom: 10px;
        right: 10px;
    }
    .what {
        margin-top: 45px;
    }
    .what__item6 .what__item-text {
        font-size: 25px;
        
        line-height: 40px;
    }
    .summer__item-footer {
        font-size: 16px;
        line-height: 24px;
        margin-top: 30px;
    }
    .summer_wrapper {
        background-image: url('../img/summerbgmb.webp');
    }
    .events__wrapper-item {
        display: block;
    }
    .events__line-img img {
        max-width: 66px;
    }
    .events__item {
        margin-bottom: 15px;
    }
    .events__line-text {
        font-size: 18px;
        line-height: 26px;
        margin-top: 20px;
    }
    .events__item {
        padding: 30px 25px;
    }
    .events__title {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 30px;
    }
    .events {
        margin-top: 45px;
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .slider__image-title {
        font-size: 35px;
        font-weight: 700;
        line-height: 35px;
        margin-top: 45px;
        margin-bottom: 30px;
    }
    .slider__wrapper {
        padding-left: 15px;
    padding-right: 15px;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 4%!important;
    }
    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        content: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_1918_10972)'%3E%3Cg filter='url(%23filter1_b_1918_10972)'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23F9F9F9' fill-opacity='0.7'/%3E%3C/g%3E%3Cpath d='M14.7202 21.7598L20.4802 15.9998L14.7202 10.2398' stroke='%235CC45C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_b_1918_10972' x='-20' y='-20' width='72' height='72' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='10'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_1918_10972'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_1918_10972' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_b_1918_10972' x='-4' y='-4' width='40' height='40' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='2'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_1918_10972'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_1918_10972' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A")!important;
    }
    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        content: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_b_1918_10968)'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23F9F9F9' fill-opacity='0.7'/%3E%3C/g%3E%3Cpath d='M16.96 10.2397L11.2 15.9997L16.96 21.7597' stroke='%235CC45C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3Cfilter id='filter0_b_1918_10968' x='-4' y='-4' width='40' height='40' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='2'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_1918_10968'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_backgroundBlur_1918_10968' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A")!important;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 4%!important;
    }
    .summer__item-text {
        font-size: 20px;
        line-height: 26px;
    }
    .lastinfo-block {
        margin-top: 100px;
        margin-bottom: 90px;
    }
    .summer__item-title {
        font-size: 16px;
        line-height: 24px;
    }
    .summer__subText {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .summer__text {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 26px;
    }
    .summer__title {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    .summer_wrapper {
        padding: 240px 20px 45px 20px;
    }
    .summer_wrapper {
        margin-top: 45px;
    }
    .what__item-green {
        padding-bottom: 90px!important;
    }
    .what__item{
        padding: 25px;
        height: auto;
        margin-bottom: 15px;
    }
    .what__item-text {
        font-size: 16px;
        line-height: 24px;
    }
    .what__item {
        flex: 0 0 100%!important;
    }
    .what__title {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 30px;
    }
    .lastinfo-line a {
        margin-right: 30px;
    }
    .mb-hid {
        display: none;
    }
    .mb-vis {
        display: block;
    }
    .lastinfo-line a svg {
        max-width: 45px;
    }
    .lastinfo-line a:last-child {
        margin-right: 0px;
    }
    .lastinfo-text {
        font-size: 25px;
        line-height: 32px;
        text-align: center;
        margin-bottom: 45px;
    }
    header .top-block.green .right.right_green .text {
        bottom: 230px;
    }
   header .top-block.green {
           min-height: 296px;
    max-height: 445px;
   }
    header .top-block.green .left {
            min-height: 517px;
    }
    .green {
        padding-top: 0px!important;
    }
    header .top-block .right_green {
        top: 70px;
    }
}