/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none!important;
}

/* HTML5 display-role reset for older browsers */
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:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

html {
    -webkit-text-size-adjust: none;
}

html.over {
    overflow: hidden;
}

body {
    font: 12px/18px Arial, sans-serif;
    width: 100%;
    background: url(../images/block_3_bg.jpg) top center;
}

#loading-website {
    background: #000;
    overflow: hidden
}

#loading-website {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-transform: translateZ(0)
}

#loading-website:before {
    width: 58px;
    height: 61px;
    background: url(../images/logo_mini.png) top center;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -29px 0 0 -30px;
    z-index: 10;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-name: opacity;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: opacity;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -ms-animation-name: opacity;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -o-animation-name: opacity;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite
}

@-webkit-keyframes opacity {
    0%,
    100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@keyframes opacity {
    0%,
    100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

.wrapper {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
}

.wrap {
    max-width: 970px;
    margin: 0 auto;
    padding: 0 25px;
}

.bxslider li img {
    max-width: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
    width: 100%;
    position: fixed;
    height: 90px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
}

.logo {
    width: 110px;
    position: relative;
    top: 20px;
    float: left;
}

.logo img {
    width: 100%;
}

.menu {
    float: left;
    position: relative;
    top: 40px;
    margin-left: 15px;
}

.menu ul {
}

.menu ul li {
    font-size: 16px;
    font-family: 'PFDin';
    font-weight: 500;
    float: left;
    position: relative;
    text-transform: uppercase;

}

.menu ul li:after {
    content: '';
    position: absolute;
    right: -2px;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #d70000;

}

.menu ul li a {
    color: #fff;
    display: block;
    padding: 0 0 3px;
    text-decoration: none;
    margin: 5px 14px;
    position: relative;
    font-family: 'PFDin';
    font-weight: 500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.menu ul li:hover a,
.menu ul li a.cur {
    font-family: 'PFDin';
    font-weight: 500;
    color: #d70000;

}

.menu ul li a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background: #D70000;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.menu ul li a:hover::after,
.menu ul li a.cur::after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.header .social {
    float: left;
    position: relative;
    top: 45px;
    margin-left: 14px;
}

.header .social a {
    display: inline-block;
    width: 21px;
    height: 23px;
    margin: 0 2px;

}

.header .social a i {
    display: block;
    width: 21px;
    height: 23px;
    position: relative;
    background: url(../images/social.png) no-repeat;

}

.header .social a.vk i {
    background-position: left top;

}

.header .social a.fb i {
    background-position: -28px top;

}

.header .social a.in i {
    background-position: -56px top;

}

.header .social a.yt i {
    background-position: -84px top;
}

.header .social a i:after {
    background: url(../images/social.png) no-repeat;
    width: 21px;
    height: 23px;
    top: 0;
    left: 0;
    content: '';
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
}

.header .social a.vk i:after {
    background-position: left bottom;

}

.header .social a.fb i:after {
    background-position: -28px bottom;

}

.header .social a.in i:after {
    background-position: -56px bottom;

}

.header .social a.yt i:after {
    background-position: -84px bottom;
}

.header .social a:hover i:after {
    opacity: 1;
}

.phone_block {
    float: right;
    position: relative;
    top: 23px;
    margin-left: 15px;
    color: #fff;
    text-align: center;

}

.phone_block .left p,
.phone_block .right p {
    font-size: 14px;
    font-family: 'PFDin';
    font-weight: 400;
}

.phone_block .left span,
.phone_block .right span {
    font-size: 18px;
    font-family: 'PFDin';
    font-weight: 500;
}

.phone_block .left span {
    font-weight: 400;
}

.phone_block .left {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}

.phone_block .left:after {
    content: '';
    width: 1px;
    height: 70%;
    top: 15%;
    right: 0;
    background: #757575;
    position: absolute;
}

.phone_block .right {
    float: left;
}

@media (max-width: 992px) {
    .menu {
        display: none;
    }

    .info_block {
        float: right
    }

    .logo {
        width: 80px;
        top: 8px;
        left: 97px;
    }

}

@media (max-width: 768px) {
    .header {
        height: 45px;
    }

    .header .phone_block {
        display: none;
    }

    .header .social {
        display: none;
    }

    .logo {
        width: 80px;
        top: 2px;
        left: 0;
        float: right;
    }

    .tour-nav{
        display: none;
    }

    .tour-img{
        width: 100% !important;
        text-align: center !important;
        float: none !important;
    }
    .tour-text{
        width: calc(100% - 40px) !important;
        float: none !important;
        margin: 20px !important;
    }

    #tour-nav-mobile{
        display: block !important;
        width: 200px;
        margin: 10px auto;
    }


}

.block_1 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background: rgb(47, 47, 47);
    min-height: 300px;
    min-width: 320px;
}

.block_1 .title {
    position: absolute;
    width: 100%;
    bottom: 10%;
    z-index: 2;
}

.block_1 .title h1 {
    font-size: 46px;
    font-family: 'PFDin';
    color: #fff;
    text-align: center;
    margin: 40px 0;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    text-shadow: 0 0 4px #000;
}

.block_1 .title h2 {
    font-size: 18px;
    font-family: 'PFDin';
    color: #fff;
    text-align: center;
    margin: 40px 0;
    font-weight: 400;
    text-shadow: 0 0 4px #000;
}

.block_1 .mouse_scroll {
    width: 60px;
    margin: 50px auto 0;
}

.mouse_scroll .arrow_bottom {
    background: url(../images/arrow_bottom.png) no-repeat;
    width: 60px;
    height: 41px;
    display: block;
    -webkit-animation: 2s infinite linear;
    animation: 2s infinite linear;
    -webkit-animation-name: planeAnimation;
    animation-name: planeAnimation;
    position: relative;
}

.cbp-bislideshow {
    list-style: none;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
}

.cbp-bislideshow:after {
    content: '';
    /*     background: transparent url(../images/pattern.png) repeat top left; */
    position: absolute;
    width: 100%;
    height: 100%;
}

.cbp-bislideshow li {
    position: absolute;
    width: 101%;
    height: 101%;
    top: -0.5%;
    left: -0.5%;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

/* If background-size supported we'll add the images to the background of the li */

.backgroundsize .cbp-bislideshow li {
    background-size: cover;
    background-position: center center;
}

/* ...and hide the images */
.backgroundsize .cbp-bislideshow li img {
    display: none;
}

.cbp-bislideshow li img {
    display: block;
    width: 100%;
}

/* Fallback */

.no-js.no-backgroundsize .cbp-bislideshow li:first-child {
    opacity: 1;
}

.no-js.backgroundsize .cbp-bislideshow li:first-child img {
    display: block;
}

@media (max-width: 768px) {
    .block_1 .title {
        bottom: 10%;
    }

    .block_1 .title h1 {
        font-size: 30px;
        padding: 0 20px;
    }

}

/* Middle
-----------------------------------------------------------------------------*/
.content {
    padding-top: 90px;
}

.block_2 {
    min-height: 400px;
    padding-top: 40px;
    padding-bottom: 66px;
    background: url(../images/block_2_bg.jpg) top center;
}

.tabs__caption {
    position: absolute;
    width: 595px;
    height: 55px;
    background: url(../images/tabs_bg.jpg);
    bottom: -25px;
    z-index: 1;
    text-align: center;

}

.tabs__caption li {
    color: #dadada;
    font-family: 'PFDin';
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    display: inline-block;
    margin: 10px 19px;
    padding: 8px 0;
}

.tabs__caption li:before {
    content: '';
    position: absolute;
    right: -26px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d70000;
}

.tabs__caption li:last-child:before {
    display: none;
}

.bxslider > .date {
    display: none;
}

.tabs__caption li:hover,
.tabs__caption li.active {
    color: #d70000;
}

.tabs__caption li::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background: #D70000;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.tabs__caption li:hover::after,
.tabs__caption li:focus::after,
.tabs__caption li.active::after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.block_2 .tabs {
    width: 657px;
    padding: 52px 31px 61px;
    margin: 0 auto;
    height: 467px;
    position: relative;
}

.block_2 .tabs .title {
    position: absolute;
    font-size: 42px;
    font-family: 'PFDin';
    font-weight: 500;
    color: #000000;
    top: -5px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    left: 0;
}

.block_2 .tabs:after,
.block_2 .tabs:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    background: url(../images/video-border.png) top left;
    width: 168px;
    height: 467px;
}

.block_2 .tabs:before {
    background: url(../images/video-border.png) top right;
    left: auto;
    right: 0;
}

.block_2 .bx-wrapper .bx-viewport li a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 52px;
    height: 42px;
    margin-top: -21px;
    margin-left: -26px;
    background: url(../images/video_icon.png) top center;
}

@media (max-width: 768px) {
    .content {
        padding-top: 45px;
    }

    .block_2 .tabs .title {
        position: relative;
        padding: 10px 0 20px;
        font-size: 31px;
    }

    .block_2 .tabs:after,
    .block_2 .tabs:before {
        display: none;
    }

    .block_2 .tabs {
        width: 90%;
        height: auto;
        padding: 0;
    }

    .bx-wrapper .bx-viewport {
        min-height: inherit;
    }

    .tabs__caption {
        bottom: 0;
        background: none;
        position: relative;
        width: 100%;
        height: auto;
    }

    .tabs__caption li:after {
        display: none;
    }

    .tabs__caption li:before {
        content: '';
        position: absolute;
        right: 0;
        top: 100%;
        margin-top: 3px;
        width: 100%;
        height: 1px;
        border-radius: 0;
        background: #ABA8A8;
    }

    .tabs__caption li:last-child:before {
        display: none;
    }

    .tabs__caption li {
        display: block;
        color: #323232;
    }
}

.tabs__content {
    display: none; /* ? ????? ???? ?????*/
}

.tabs__content.active {
    display: block; /* ? ????? ????? ?????? */
}

.block_3 {
    min-height: 300px;
    padding-top: 40px;
    padding-bottom: 66px;
    background: url(../images/block_3_bg.jpg) top center;
    position: relative;
    overflow: hidden;
}

.block_3--white {
    background: url(../images/block_2_bg.jpg) top center;
}

.block_3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -727px;
    width: 1455px;
    height: 347px;
    background: url(../images/block_3_shadow.png);
}

.block_3--white:before {
    display: none;
}

.block_3 .title, .tour .title {
    font-size: 42px;
    font-family: 'PFDin';
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 25px;
}

.block_3--white .title{
    color: #000000;
}

.block_3 .events {
    text-align: center;
}

/* slider1 */
#event {
    position: relative;
}

#event .bx-wrapper .bx-viewport {
    background: transparent;
}

#event .bx-wrapper .bx-controls-direction a {
    top: 30px;
    left: 202px;
    color: #fff;
    background: url(../images/arrow_slider_white.png) top left;

}

.block_3--white #event .bx-wrapper .bx-controls-direction a {
    background: url(../images/arrow_slider_black.png) top left;
}

#event .bx-wrapper .bx-controls-direction a.bx-next {
    right: 202px;
    background: url(../images/arrow_slider_white.png) top right;
}

.block_3--white #event .bx-wrapper .bx-controls-direction a.bx-next {
    background: url(../images/arrow_slider_black.png) top right;
}

#event .bx-wrapper .bx-controls-direction a.bx-next:hover {
    right: 197px;
}

#event .bx-wrapper .bx-controls-direction a.bx-prev:hover {
    left: 197px;
}

.block_3 .events .item {
    display: inline-block;
    width: 287px;
    /*height: 490px;*/
    margin-bottom: 30px;
}

.block_3 .events .dates, .block_3 .events .date {
    font-size: 36px;
    font-family: 'PFDin';
    line-height: 1;
    margin: 10px 0;
    font-weight: 400;
    color: #fff;
}

.block_3--white .events .dates, .block_3--white .events .date {
    color: #000;
}

.block_3 .events .dates span, .block_3 .events .date span {
    color: #d70000;
    font-weight: 400;
}

.block_3 .events .dates i, .block_3 .events .date i {
    text-transform: uppercase;
    font-weight: 400;
}

.block_3 .events .item:nth-child(3n+3) {
    margin-right: 29px;
    margin-left: 29px;
}

@media (max-width: 992px) {

    .block_3 .events .item, .block_3 .events .item:nth-child(3n+3) {
        margin-right: 13px;
        margin-left: 13px;
    }
}

.block_3 .events .item .date {
    font-size: 20px;
    font-family: 'PFDin';
    font-weight: 400;
    color: #fff;
    padding: 15px 0 10px 25px;
    text-align: left;
    position: relative;
}

.block_3--white .events .item .date {
    color: #000;
}

.block_3 .events .item .date i {
    font-size: 20px;
    color: #d70000;
    position: absolute;
    top: 16px;
    left: 0;
}

.block_3 .events .item .images {
    width: 283px;
    height: 394px;
    padding: 11px;
    position: relative;
    cursor: pointer;
    color: #fff;
    word-break: break-word;
}

.block_3--white .events .item .images {
    color: #000
}

.block_3 .events .item .images:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/ramka.png) no-repeat;
}

.block_3 .events .item .images img {
    width: 259px;
    height: 370px;
}

.block_3 .events .item .sell i, .tour-button i , .fancy-sell i{
    margin-right: 10px;
}

.block_3 .events .item .sell, .tour-button, .fancy-sell{
    font-size: 24px;
    font-family: 'PFDin';
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    padding: 15px 0;
    width: 98%;
    margin-top: 17px;
    display: block;
    border: 2px solid #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    text-align: center;
    position: relative;
    left: 0;
    overflow: hidden;
}

.block_3--white .events .item .sell{
    border: 2px solid #000;
    -webkit-box-shadow: inset 0 0 0 1px #000;
    box-shadow: inset 0 0 0 1px #000;
    color: #000;
}

.fancy-sell{
    text-decoration: none !important;
    width: 300px;
    margin-top: 0;
    display: inline-block;
}
.fancybox-caption{
    text-align: center;
}
.fancybox-caption:after{
    border: none;
}
.fancybox-slide--image{
    padding: 44px  0 120px 0;
}


.button--aylen {

    overflow: hidden;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.button--aylen.button--inverted {
    background: none;
    color: #fff;
}

.button--aylen::before,
.button--aylen::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;

    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.button--aylen::before {
    background: #D6D5D5;
}

.button--aylen::after {
    background: #FFF;
}

.block_3 .events .item .sell.button--aylen:hover, .fancy-sell.button--aylen:hover {
    color: #D70000;
}

.button--aylen:hover::before,
.button--aylen:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.button--aylen:hover::after {
    -webkit-transition-delay: 0.175s;
    -o-transition-delay: 0.175s;
    transition-delay: 0.175s;
}

@media (max-width: 768px) {
    .block_3 .events .item, .block_3 .events .item:nth-child(3n+3) {
        margin: 0;
    }

    .block_3 .events .item .images {
        width: 193px;
        height: 268px;
        padding: 11px 9px;
        margin: 0 auto;

    }

    .block_3 .events .item .images img {
        width: 175px;
        height: 248px;
    }

    .block_3 .events .item .images:before {
        background-size: cover;
    }

    .block_3 .events .item .sell {
        font-size: 18px;
        padding: 9px 0;
        width: 193px;
        margin: 20px auto 0;
    }

    .block_3 .events .item {
        /*height: 410px;*/
        width: 193px;
    }

    #event .bx-wrapper .bx-controls-direction a {
        top: 40%;
        left: 0;
        color: #fff;
    }

    #event .bx-wrapper .bx-controls-direction a.bx-next {
        right: 0;

    }

    #event .bx-wrapper .bx-controls-direction a.bx-next:hover {
        right: -5px;
    }

    #event .bx-wrapper .bx-controls-direction a.bx-prev:hover {
        left: -5px;
    }

}

.block_4 {
    min-height: 400px;
    padding-top: 40px;
    padding-bottom: 66px;
    background: url(../images/block_2_bg.jpg) top center;
}

.block_4 .title {
    font-size: 42px;
    font-family: 'PFDin';
    font-weight: 500;

    color: #000;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 25px;

}

.block_5 {
    padding-top: 40px;
    padding-bottom: 20px;
    background: url(../images/block_3_bg.jpg) top center;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.block_5 .photo {
    padding-left: 63px;
}

.block_5 .photo a{
    display: block;
}

.block_5 .photo img {
    width: 100%;
}

.block_5 .video_block img {
    width: 100%;
}

.block_5 .info {
    margin-bottom: 20px;
}

.block_5 .title {
    color: #fff;
    text-align: center;
    padding: 15px 0;
    background: #d70000;
    font-size: 42px;
    font-family: 'PFDin';
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 20px;
}

.block_5 .description .name {
    display: block;
    padding: 20px 0;
    color: #d70000;
    font-size: 36px;
    font-family: 'PFDin';
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
    text-decoration: none;
}

.block_5 .description .name span {
    position: relative;
    color: #fff;
}

.block_5 .description .name:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
    height: 1px;
    background: #fff;

}

.block_5 .description .about {
    color: #fff;
    font-size: 18px;
    font-family: 'PFDin';
    font-weight: 400;
    line-height: 1.2;
    padding-right: 63px;
}

.block_5 .video_block .item {
    margin-bottom: 30px;

}

.block_5 .video_block .item img {

    border: 3px solid #626262;
}

.block_5 .video_block .item a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 52px;
    height: 42px;
    margin-top: -21px;
    margin-left: -26px;
    background: url(../images/video_icon.png) top center;
}

.block_5 .bx-wrapper .bx-viewport {
    background: transparent;
}

.block_5 .bx-wrapper .bx-controls-direction a {
    top: 36%;
    left: 30px;
}

.block_5 .bx-wrapper .bx-controls-direction a.bx-next {
    right: 30px;
}

.block_5 .bx-wrapper .bx-controls-direction a.bx-next:hover {
    right: 25px;
}

.block_5 .bx-wrapper .bx-controls-direction a.bx-prev:hover {
    left: 25px;
}

.block_6 .send_mail {
    font-size: 16px;
    max-width: 270px;
    font-family: 'PFDin';
    font-weight: 500;
    line-height: 1;
    overflow: hidden;
    padding: 9px 0;
    display: block;
    border: 2px solid #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    -webkit-transition: box-shadow 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -o-transition: box-shadow 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -webkit-transition: -webkit-box-shadow 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    transition: -webkit-box-shadow 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    transition: box-shadow 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    transition: box-shadow 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360), -webkit-box-shadow 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    color: #FFF;
    -webkit-box-shadow: rgba(255, 255, 255, 0.8) 0 0 0 0 inset;
    box-shadow: rgba(255, 255, 255, 0.8) 0 0 0 0 inset;
}

.block_6 .send_mail:hover{
    color: #d70000;
    -webkit-box-shadow: rgb(255, 255, 255) 0 65px 0 2px inset;
    box-shadow: rgb(255, 255, 255) 0 65px 0 2px inset;
}

.block_6 .send_mail i{
    margin-right: 20px;
}

@media (min-width: 993px){
    .block_5 .description .name:hover{
        opacity: 0.7;
    }
}
@media (max-width: 992px){
    .block_5 .title{
        padding: 10px 0;
        font-size: 32px;
    }
    .block_5 .description .name{
        font-size: 32px;
    }
    .block_5 .description .send_mail{
        padding: 10px 0;
    }
}
@media (max-width: 768px){
    .block_5 .title{
        padding: 20px 0;
        font-size: 32px;
    }
    .block_5 .info {
        margin-bottom: 20px;
        /*		margin-top: -13px; */
    }
    .block_5 .photo {
        padding-right: 60px;
        padding-left: 60px;
        width: 280px;
        margin: 0 auto;
    }

    .block_5 .bx-wrapper .bx-controls-direction a {
        top: 170px;
        left: 0;
    }

    .block_5 .bx-wrapper .bx-controls-direction a.bx-next {
        right: 0;
    }

    .block_5 .bx-wrapper .bx-controls-direction a.bx-next:hover {
        right: 5px;
    }

    .block_5 .bx-wrapper .bx-controls-direction a.bx-prev:hover {
        left: 5px;
    }

    .block_5 .description .name {
        text-align: center;
        font-size: 18px;
    }

    .block_5 .description .name:after {
        display: none;
    }

    .block_5 .description .send_mail {
        font-size: 18px;
    }
}

/* ???? ???*/
.block_5.invers {
    background: url(../images/block_2_bg.jpg) top center;
}

.block_5.invers .description .send_mail {
    color: #000;
    border-color: #000;
    position: relative;
    overflow: hidden;
}

.block_5 .description .send_mail:hover {
    color: #d70000;
    border-color: #d70000;

}

.block_5 .description .title {
    color: #fff;
}

.block_5 .description .name span {
    color: #fff;
}

.block_5 .description .name:after {
    background: #fff;
}

.block_5 .description .about {
    color: #fff;
}

.block_6 {
    padding-bottom: 66px;
    background: url(../images/block_3_bg.jpg) top center;
    position: relative;
    overflow: hidden;
}

#map {
    width: 100%;
    height: 350px;
    border: 3px solid #626262;
}

.block_6 .contact .title {
    color: #d70000;
    font-size: 36px;
    font-family: 'PFDin';
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}

.block_6 .contact .item {
    margin-bottom: 40px;
}

.block_6 .contact .item .tit {
    color: #d70000;
    text-decoration: underline;
    font-size: 18px;
    font-family: 'PFDin';
    font-weight: 400;
    margin-bottom: 5px;
}

.block_6 .contact .item p {
    font-size: 24px;
    font-family: 'PFDin';
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
}

.block_6 .copyright {
    font-size: 14px;
    font-family: 'PFDin';
    font-weight: 400;
    color: #fff;
    position: relative;
    padding-left: 70px;
    margin: 60px auto 0;
    width: 200px;
}

.block_6 .copyright:before {
    content: '';
    position: absolute;
    left: 0;
    top: -4px;
    width: 58px;
    height: 61px;
    background: url(../images/logo_mini.png) top center;
}

.block_6 .copyright span {
    color: #d70000;
}

.block_6 .mouse_scroll {
    width: 45px;
    height: 28px;
    margin: 0 auto 0;
    position: absolute;
    right: 0;
    top: 8px;
}

.block_6 .mouse_scroll .arrow_top {
    width: 45px;
    height: 28px;
    background: url(../images/Up_button.png) no-repeat;
    display: block;
}

@media (max-width: 768px) {
    .block_6 .contact {
        text-align: center;
    }

    .block_6 .contact .item .tit {
        font-size: 18px;
        font-weight: 500;
    }

    .block_6 .copyright {
        font-size: 16px;
        text-align: center;
        margin-bottom: 40px;
    }

    .block_6 .map {
        padding-left: 0;
        padding-right: 0;
        position: relative;

    }

    .block_6 .wrap {
        padding: 0 0;
    }

    .block_6 #map {
        border: none;

    }

    .block_6 .map:before,
    .block_6 .map:after {
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        height: 0;
        top: 0;
        background: #F00;
        -webkit-box-shadow: 0 0 2px 2px #000;
        box-shadow: 0 0 2px 2px #000;
        z-index: 1;
    }

    .block_6 .map:after {
        top: auto;
        bottom: 0;
    }

    .block_6 #map {
        border: none;
    }

    .block_6 {
        padding-bottom: 10px;
    }

    .block_6 .mouse_scroll {
        width: 45px;
        height: 28px;
        margin: 20px auto;
        position: relative;
        right: 0;
        top: 0;
    }

    .block_6 .send_mail {
        margin: 20px auto;
    }
}

/*block 7*/
.block_7 {
    padding-top: 40px;
    padding-bottom: 50px;
    background: url(../images/block_3_bg.jpg) top center;
    min-height: 500px;
    position: relative;
    overflow: hidden;
}

.block_7 .photo {
    padding-left: 63px;
}

.block_7 .photo img {
    width: 100%;
}

.block_7 .video_block img {
    width: 100%;
}

.block_7 .video_block .item{

}

.block_7 .info {
    margin-bottom: 50px;
}

.block_7 .title {
    color: #fff;
    text-align: center;
    padding: 15px 0;
    background: #d70000;
    font-size: 42px;
    font-family: 'PFDin';
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 20px;
}

.block_7 .description .name {
    padding-top: 20px;
    color: #d70000;
    font-size: 36px;
    font-family: 'PFDin';
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    margin-bottom: 20px;
}

.block_7 .social {
    position: relative;
    margin-bottom: 15px;
}

.block_7 .social a {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 2px;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.block_7 .social a:hover {
    opacity: 0.7;
}

.block_7 .social a i {
    display: block;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.block_7 .description .name span {
    color: #fff;
}

.block_7 .description .about {
    color: #fff;
    font-size: 18px;
    font-family: 'PFDin';
    font-weight: 400;
    line-height: 1.2;
    padding-right: 63px;
}

.description .about > p:not(:last-child) {
    margin-bottom: 15px;
}

.description .about .list {
    margin-bottom: 15px;
}

.description .about .list p {
    margin-bottom: 5px;
}

.description .about .list ul li {
    list-style: disc;
    margin-left: 18px;
}

.block_7 .video_block .item {
    margin-bottom: 30px;

}

.block_7 .video_block .item img {

    border: 3px solid #626262;
}

.block_7 .video_block .item a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 52px;
    height: 42px;
    margin-top: -21px;
    margin-left: -26px;
    background: url(../images/video_icon.png) top center;
}

.block_7 .btn-more {
    cursor: pointer;
    font-size: 16px;
    max-width: 270px;
    margin: auto;
    margin-top: 30px;
    font-family: 'PFDin';
    font-weight: 500;
    line-height: 1;
    overflow: hidden;
    padding: 9px 0;
    display: block;
    border: 2px solid #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: box-shadow 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -o-transition: box-shadow 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    -webkit-transition: -webkit-box-shadow 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    transition: -webkit-box-shadow 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    transition: box-shadow 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    transition: box-shadow 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360), -webkit-box-shadow 200ms cubic-bezier(0.390, 0.500, 0.150, 1.360);
    color: #FFF;
    -webkit-box-shadow: rgba(255, 255, 255, 0.8) 0 0 0 0 inset;
    box-shadow: rgba(255, 255, 255, 0.8) 0 0 0 0 inset;
}

.block_7 .btn-more:hover{
    color: #d70000;
    -webkit-box-shadow: rgb(255, 255, 255) 0 65px 0 2px inset;
    box-shadow: rgb(255, 255, 255) 0 65px 0 2px inset;
}

.block_7 .btn-more i{
    margin-right: 20px;
}
@media (max-width: 768px){
    .block_7{
        padding-top: 0;
    }
    .block_7 .photo {
        padding-right: 60px;
        padding-left: 60px;
        width: 280px;
        margin: 30px auto 0;
    }
    .block_7 .social{
        text-align: center;
    }
    .block_7 .description .name{
        text-align: center;
        font-size: 18px;
    }
    .block_7 .description .about{
        padding-right: 0;
    }
}

/* ??? */
#callback {

    min-width: 100%;
}

#callback .title {
    font-size: 30px;
    font-family: 'PFDin';
    font-weight: 500;
    color: #000;
    margin: 30px 0;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}

#callback .title span {
    color: #d70000;
}

#callback input {
    width: 280px;
    border: 2px solid #6f6f6f;
    background-color: #fff;
    font-size: 18px;
    height: 47px;
    font-family: 'PFDin';
    color: #000;
    padding-left: 30px;
    display: block;
    margin: 16px auto;
}

#callback textarea {
    width: 280px;
    min-width: 280px;
    max-width: 280px;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    border: 2px solid #6f6f6f;
    background-color: #fff;
    font-size: 18px;
    font-family: 'PFDin';
    color: #000;
    padding: 10px 10px 10px 30px;
    display: block;
    margin: 10px auto;

}

#callback .name {
    background: url(../images/name.png) no-repeat 6px 10px;
}

#callback .phone {
    background: url(../images/phone.png) no-repeat 7px 12px;
}

#callback .message {
    background: url(../images/message.png) no-repeat 6px 13px;
}

#callback .submit {
    padding-left: 0;
    border-color: #000;
    color: #000;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 37px;
}

@media (max-width: 768px) {
    #callback .title {
        font-size: 22px;
    }

    #callback input {
        width: 200px;
    }

    #callback textarea {
        width: 200px;
        min-width: 200px;
        max-width: 200px;
    }
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
    height: 100px;
    background: #BFF08E;
}

.bt-menu {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    height: 0;
    border-width: 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.8);
    z-index: 9;
    background-color: rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
    -o-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
    transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
}

.bt-menu-close {
    overflow: hidden;
    z-index: 2;
    visibility: hidden;
}

.bt-menu.bt-menu-open {
    height: 100%;
    border-width: 40px 0 0 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: border-width 0.3s, background-color 0.3s;
    -o-transition: border-width 0.3s, background-color 0.3s;
    transition: border-width 0.3s, background-color 0.3s;
    overflow: visible;
}

.bt-overlay {
    position: absolute;
    width: 100%;
}

.bt-menu-open .bt-overlay {
    height: 100%;
}

.bt-menu ul {
    position: fixed;
    left: 0;
    top: 90px;
    margin: 0;
    line-height: 40px;
    padding: 0;
    width: 100%;
    list-style: none;
    text-align: center;
    white-space: nowrap;
    height: 0;
    -webkit-transition: height 0s 0.3s;
    -o-transition: height 0s 0.3s;
    transition: height 0s 0.3s;
}

.bt-menu.bt-menu-open ul {
    height: 40px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.bt-menu .social {
    float: left;
    position: relative;
    top: 45px;
    margin-left: 14px;
}

.bt-menu .social a {
    display: inline-block;
    width: 35px;
    height: 38px;
    margin: 0 2px;
}

.bt-menu .social a i {
    display: block;
    width: 35px;
    height: 38px;
    background: url(../images/social_menu.png) no-repeat;

}

.bt-menu .social a.vk i {
    background-position: left top;

}

.bt-menu .social a.fb i {
    background-position: -45px top;

}

.bt-menu .social a.in i {
    background-position: -90px top;

}

.bt-menu .social a.yt i {
    background-position: -135px top;
}

.bt-menu .social a.vk:hover i {
    background-position: left bottom;

}

.bt-menu .social a.fb:hover i {
    background-position: -45px bottom;

}

.bt-menu .social a.in:hover i {
    background-position: -90px bottom;

}

.bt-menu .social a.yt:hover i {
    background-position: -135px bottom;
}

@media (max-width: 992px) {
    .bt-menu .info_block {
        display: none;
    }

}

@media (max-width: 768px) {
    .bt-menu.bt-menu-open ul {
        height: 100vh;
        overflow: scroll;
    }

    .bt-menu .info_block {
        display: block;
    }

    .bt-menu .info_block {
        float: none;
    }

    .bt-menu .social {
        float: none;
        display: block;
        margin-top: 15px;
        top: 0;
    }

    .bt-menu ul li a::after {
        display: none;
    }

    .bt-menu ul li:before {
        content: '';
        bottom: 0;
        width: 80%;
        margin-left: 10%;
        left: 0;
        height: 1px;
        background: #717171;
        position: absolute;
    }

    .bt-menu .phone_block,
    .bt-menu .phone_block .left,
    .bt-menu .phone_block .right {
        float: none;
        margin-right: 0;
        padding-right: 0;
    }

    .bt-menu .phone_block {
        top: 0;
        margin-top: 15px;
    }

    .bt-menu .phone_block .left p,
    .bt-menu .phone_block .right p {
        font-size: 18px;
        font-family: 'PFDin';
        font-weight: 400;
    }

    .bt-menu .phone_block .left span,
    .bt-menu .phone_block .right span {
        font-size: 24px;
        font-family: 'PFDin';
        font-weight: 500;
    }

    html.overflow {
        overflow: hidden;
    }

    html.overflow body {
        overflow: hidden;
        height: 100vh;
    }

    html.overflow .wrapper {
        overflow: hidden;
    }

    .bt-menu ul {
        top: 0;
        padding-top: 90px;
    }

    .bt-menu ul li:hover a {
        font-family: 'PFDin';
        font-weight: 500;
        color: #fff;
    }

    .bt-menu ul li:hover a {
        color: #d70000;
    }
}

@media (min-width: 992px) {

    .bt-menu.bt-menu-open {
        display: none;
    }

}

.bt-menu ul li,
.bt-menu ul li a {
    text-align: center;
}

.bt-menu ul li {
    display: inline-block;
    margin: 0 2%;
    height: 32px;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, -100%, 0);
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
    font-family: 'PFDin';
    font-weight: 500;
}

/* Effect 15: scale down, reveal */
.bt-menu ul li a {
    color: #FFF;
    text-shadow: none;
    font-size: 16px;
    font-family: 'PFDin';
    font-weight: 500;
    text-decoration: none;
}

.bt-menu ul li:hover a,
.bt-menu ul li.active a {
    font-family: 'PFDin';
    font-weight: 500;
    color: #d70000;

}

.bt-menu ul li a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background: #D70000;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.bt-menu ul li a:hover::after,
.bt-menu ul li a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.bt-menu.bt-menu-open ul li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.bt-menu.bt-menu-open ul li:first-child,
.bt-menu.bt-menu-open ul li:last-child {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.bt-menu.bt-menu-open ul li:nth-child(2),
.bt-menu.bt-menu-open ul li:nth-last-child(2) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.bt-menu.bt-menu-open ul li:nth-child(3),
.bt-menu.bt-menu-open ul li:nth-last-child(3) {
    -webkit-transition-delay: 0.05s;
    -o-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

@media (max-width: 768px) {
    .bt-menu.bt-menu-open {
        height: 100%;
        border-width: 902px 0 0 0;
        border-color: rgba(1, 1, 1, 0.85);
    }

    .bt-menu ul li a {
        font-size: 24px;
    }

    .bt-menu ul li {
        display: block;
        width: 100%;
        height: 30px;
        line-height: 30px;
        margin: 0;
    }
}

@media (min-width: 768px) {
    .bt-menu ul li {
        margin: 0 1%;
    }
}

@media (min-width: 992px) {
    .bt-menu ul li {
        margin: 0 2%;
    }
}

/* ???????? ?????? ???? */
.cmn-toggle-switch {
    display: none;
    position: fixed;
    top: 0;
    overflow: hidden;
    margin: 0;
    margin-top: 30px;
    padding: 0;
    width: 56px;
    height: 42px;
    z-index: 1001;

    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

@media (max-width: 768px) {
    .cmn-toggle-switch {
        margin-top: 0;
    }

    .bt-menu {
        top: 45px;
    }
}

@media (max-width: 992px) {
    .cmn-toggle-switch {

        display: block;
    }

}

.cmn-toggle-switch:focus {
    outline: none;
}

.cmn-toggle-switch span {
    display: block;
    position: absolute;
    top: 20px;
    left: 10px;
    right: 10px;
    height: 3px;
    background: white;
    -webkit-transition: background 0s;
    -o-transition: background 0s;
    transition: background 0s;
}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    content: "";
}

.cmn-toggle-switch span::before {
    top: -9px;
}

.cmn-toggle-switch span::after {
    bottom: -9px;
}

.cmn-toggle-switch__htx {
    background-color: transparent;
}

.cmn-toggle-switch__htx.active {
    background-color: transparent;
}

.cbp-af-header-shrink.cmn-toggle-switch__htx span {
    -webkit-transition: background 0s 0s;
    -o-transition: background 0s 0s;
    transition: background 0s 0s;
}

.cmn-toggle-switch__htx span {
    -webkit-transition: background 0s 0.3s;
    -o-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
}

.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    -o-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    -o-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
}

.cmn-toggle-switch__htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
}

.cmn-toggle-switch__htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
}

/* active state, i.e. menu open */

.cmn-toggle-switch__htx.active span {
    background: none;
}

.cmn-toggle-switch__htx.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cmn-toggle-switch__htx.active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
    -webkit-transition-delay: 0s, 0.3s;
    -o-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}

@font-face {
    font-family: 'PFDin';
    src: url('../fonts/pfdintextcondpro-bold-webfont.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'PFDin';
    src: url('../fonts/pfdintextcondpro-medium-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'PFDin';
    src: url('../fonts/pfdintextcondpro-regular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@-webkit-keyframes socialAnimationVk {

    0% {
        background-position: left top;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);

    }
    49% {
        background-position: left top;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    50% {
        background-position: left bottom;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }

    100% {
        background-position: left bottom;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

@keyframes socialAnimationVk {

    0% {
        background-position: left top;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);

    }
    49% {
        background-position: left top;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    50% {
        background-position: left bottom;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }

    100% {
        background-position: left bottom;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

@-webkit-keyframes socialAnimationFb {

    0% {
        background-position: -28px top;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);

    }
    49% {
        background-position: -28px top;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    50% {
        background-position: -28px bottom;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }

    100% {
        background-position: -28px bottom;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

@keyframes socialAnimationFb {

    0% {
        background-position: -28px top;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);

    }
    49% {
        background-position: -28px top;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    50% {
        background-position: -28px bottom;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }

    100% {
        background-position: -28px bottom;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

@-webkit-keyframes socialAnimationIn {

    0% {
        background-position: -56px top;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);

    }
    49% {
        background-position: -56px top;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    50% {
        background-position: -56px bottom;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }

    100% {
        background-position: -56px bottom;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

@keyframes socialAnimationIn {

    0% {
        background-position: -56px top;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);

    }
    49% {
        background-position: -56px top;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    50% {
        background-position: -56px bottom;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }

    100% {
        background-position: -56px bottom;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

@-webkit-keyframes socialAnimationYt {

    0% {
        background-position: -84px top;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);

    }
    49% {
        background-position: -84px top;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    50% {
        background-position: -84px bottom;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }

    100% {
        background-position: -84px bottom;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

@keyframes socialAnimationYt {

    0% {
        background-position: -84px top;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);

    }
    49% {
        background-position: -84px top;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    50% {
        background-position: -84px bottom;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }

    100% {
        background-position: -84px bottom;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

@-webkit-keyframes planeAnimation {

    0%,
    100%,
    20% {
        opacity: 0.2;
        top: 0;

    }
    40% {
        top: 3px;
        opacity: 0.4;
    }
    60% {
        top: 6px;
        opacity: 0.6;
    }
    80% {
        opacity: 1;
        top: 9px;

    }
}

@keyframes planeAnimation {

    0%,
    100%,
    20% {
        opacity: 0.2;
        top: 0;

    }
    40% {
        top: 3px;
        opacity: 0.4;
    }
    60% {
        top: 6px;
        opacity: 0.6;
    }
    80% {
        opacity: 1;
        top: 9px;

    }
}

.block_2 .title {
    line-height: 1;
}

.block_2 .title > span {
    float: left;
    display: block;
    font-size: 67px;
    font-family: 'PFDin';
    font-weight: 500;
    color: #000000;
}

.block_2 .title .inner {
    float: left;
}

.block_2 .title .inner i {
    display: block;
    font-size: 42px;
    font-family: 'PFDin';
    font-weight: 500;
    color: #000000;
    padding-top: 2px;
}

.block_2 .title .inner span {
    display: block;
    font-size: 17px;
    font-family: 'PFDin';
    font-weight: 500;
    color: #000000;

}

.block_2 .video_slider {
    width: 65%;
    float: left;
}

.block_2 .video_slider .item {
    position: relative;
}

.block_2 .video_slider .item a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 52px;
    height: 42px;
    margin-top: -21px;
    margin-left: -26px;
    background: url(../images/video_icon.png) top center;
}

.block_2 .video_slider .item img {
    max-width: 100%;
}

.block_2 .video_slider .item.active {
}

.video_slider_menu {
    width: 30%;
    float: left;
    margin-left: 5%;
    min-height: 385px;
    overflow: hidden;
    position: relative;
}

.video_slider_menu .tt {
    font-size: 26px;
    font-family: 'PFDin';
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 14px;
    padding-top: 5px;
}

.video_slider_menu ul {
    max-height: 100%;
    overflow-y: auto;
}

.video_slider_menu ul li {
    padding: 4px;
    margin: 4px 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer;
}

.video_slider_menu ul li:last-child{
    margin-top: 24px;
}


.playeer {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video_slider_menu ul li span {
    font-size: 16px;
    font-family: 'PFDin';
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.y-playlist li span{
    font-weight: 400 !important;
    text-transform: inherit !important;
}

.video_slider_menu ul li.active span,
.video_slider_menu ul li:hover span {
    color: #d70000;
}

.video_slider_menu ul li.active span:after,
.video_slider_menu ul li:hover span:after {
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #d70000;
}

.video_slider_menu ul li i {
    font-family: 'PFDin';
    font-weight: 400;
    color: #999;
    margin-bottom: 30px;
    font-size: 16px;
}

.play_in{
    min-height: 380px;
}

.play_in .tab.active {
    display: block;
}

.play_in .tab {
    display: none;
}

.play_in .tab .inner {

}

.play_in .tab .inner a {
    display: block;
    background: #000;
    margin: 0 auto;
}

.play_in .tab .inner a img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.frame {
    height: 70px !important;
    overflow: hidden;
    background: #333333;
    margin-top: 1px;
}

.frame ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

.frame ul li {
    float: left;
    width: 200px;
    height: 50px;
    line-height: 36px;
    margin: 10px;
    padding: 5px;
    color: #ddd;
    text-align: center;
    cursor: pointer;
    border: 2px solid #fff;
    overflow: hidden;
}

.frame ul li:before {
    content: '';
    text-indent: -9999px;
}

.frame ul li span {
    vertical-align: middle;
    line-height: 1.2;
    display: inline-block;
}

.frame ul li img {
    vertical-align: middle;
    max-width: 100%;
}

.frame ul li a {
    display: block;
}

.frame ul li.active {
    color: #000000;
    background: #fff;
}

.scroll_block {
    background: #333333;
    padding: 22px 10px;
}

/* Scrollbar */
.scrollbar {
    margin: 0 auto;
    width: 100%;
    height: 11px;
    background: #cdcdcd;
    line-height: 0;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.scrollbar .handle {
    height: 11px;
    border-radius: 8px;
    background: #d70000;
    outline: none;
    width: 50px;
    border: none !important;
    cursor: pointer;
    position: relative;
    top: 0;
}

.scrollbar .handle .mousearea {
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 20px;
}

.fancybox-thumbs {
    background: url(../images/block_3_bg.jpg) top center;
}

.fancybox-thumbs > ul > li {
    border-color: transparent;
}

.sly_arrow {
    position: relative;

}

.sly_arrow .inner {
    height: 70px;
    position: absolute;
    background: #333333;
    width: 100%;

}

.sly_arrow .prev,
.sly_arrow .next {
    border: none;
    outline: none;
    background: transparent;
    display: block;
    color: #fff;
    height: 70px;
}

.icon-angle-left {
}

.icon-angle-right {
}

.sly_arrow .prev {
    float: left;
}

.sly_arrow .next {
    float: right;
}

.sly_arrow .prev.disabled,
.sly_arrow .next.disabled {
    opacity: 0.5;
    cursor: pointer;
}

.frame {
    width: 90%;
    margin: 0 5%;
}

/* .video_slider_menu .scroll_block{
	display: none;
} */
#pnWidgetOverlay {
    z-index: 999;
}

@media (max-width: 992px) {
    .video_slider_menu .tt {
        margin-bottom: 10px;
    }

    .video_slider_menu ul li span,
    .video_slider_menu ul li i {
        font-size: 14px;
    }

    .video_slider_menu ul li {
        padding: 5px 10px;
    }
}

@media (max-width: 768px) {
    .block_2 .title > span {
        font-size: 34px;
    }

    .block_2 .title .inner i {
        font-size: 24px;
    }

    .block_2 .title .inner span {
        font-size: 16px;
    }

    .block_2 .video_slider,
    .video_slider_menu {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .video_slider_menu {
        margin-top: 30px;
    }

    .video_slider_menu ul li {
        margin: 0 10px;
        text-align: center;
    }

    .wrap {
        padding: 0 10px;
    }

    .video_slider_menu .scroll_block {
        background: transparent;
        padding: 15px 10px;
    }

    .block_2 {
        padding-bottom: 20px;
    }

    .frame ul li {
        line-height: 1;
    }

    .frame ul li:before {
        display: none;
    }

    .frame ul li span {
        vertical-align: baseline;
        line-height: 1;
        display: inline;
    }

    .sly_arrow {
        display: none;
    }

    .frame {
        width: 100%;
        margin: 0;
    }
}

.tour-nav li {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 5px 15px;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 24px;
    position: relative;
}

.tour-nav li.free::before {
    display: block;
    position: absolute;
    content: 'FREE';
    top: -8px;
    right: -6px;
    width: 28px;
    height: 27px;
    background: #FFFF01;
    color: #000;
    border-radius: 25px;
    font-size: 11px;
    padding-top: 5px;
    text-align: left;
    padding-left: 3px;
}

.tour {
    font-family: 'PFDin';
    padding-top: 40px;
    padding-bottom: 66px;
    background: url(../images/block_3_bg.jpg) top center;
    position: relative;
    overflow: hidden;
}

.tour-nav {
    text-align: center;
}

.tour-nav span {
    font-size: 20px;
    border-bottom: 1px dashed #fff;
    display: inline-block;
    margin-bottom: 3px;
}

.tour-nav li.inactive {
    color: #ADADAD;
}

.tour-nav li:hover span {
    color: #d70000;
    border-color: #d70000;
}

.tour-nav li.inactive span {
    border-bottom: none;
}

.tour-nav li.active {
    background: #d70000;
    color: #fff !important;
    border-color: #d70000 !important;
}

.tour-nav li.active span {
    background: #d70000;
    color: #fff !important;
    border-color: #d70000 !important;
}

.tour-content {
    padding-top: 20px;
}

.tour-img {
    float: left;
    width: 40%;
    text-align: right;
}

.tour-img img{
    max-width: 260px;
}

.tour-text {
    float: left;
    width: calc(60% - 40px);
    margin-left: 40px;
    color: #fff;
    font-size: 18px;
}

.tour-text b{
    font-weight: bold;
}

.tour-text p{
    margin-bottom: 24px;
}

.tour-item {
    display: none;
}

.tour-item.active {
    display: block;
}

.tour-button{
    width: 310px;
}

.tour-button:visited{
    text-decoration: none;
    color: #fff;
}

.tour-button:hover{
    color: #D70000;
    text-decoration: none;
    background: #fff;
}

#tour-nav-mobile{
    display: none;
}

@media (min-width: 768px) {
    .video_slider_menu ul {
        width: 100% !important;
        -webkit-transform: translateZ(0) translateX(0) !important;
        transform: translateZ(0) translateX(0) !important;
    }

    .video_slider_menu .scroll_block {
        display: none;
    }
}


.y-playlists{
    width: 100%; height: 100%;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
}


.y-playlist{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.y-playlist-mobile{
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.y-playlist-body{
    overflow-y: auto;
}

.y-playlist a{
    font-family: 'PFDin';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    text-decoration: none;
    color: #000;
}

.y-playlist a:hover{
    color: #d70000;
}

.y-playlist li.active{
    background: rgba(255, 0, 0, 1);
}

.y-playlist li.active span, .y-playlist li.active i{
    color: #fff !important;
}

.y-playlist-title{
    font-family: 'PFDin';
    font-weight: 500;
    font-style: normal;
    font-size: 36px;
    padding: 10px 0 15px 0;
    display: inline-block;
    line-height: 32px;
}


@media (max-width: 768px) {

    .playeer{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .video_slider_menu{
        min-height: inherit;
    }

    .play_in{
        min-height: 220px;
    }

    .y-playlists{
        position: inherit;
    }

    .y-playlists .tt{
        text-align: center;
    }

    .y-mobile-player {
        position: relative;
        padding-bottom: 56.23%;
        /* Use 75% for 4:3 videos */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #000;
        margin: 5px;
    }

    .y-mobile-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: transparent;
    }

    .y-mobile-player img {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        height: auto;
        cursor: pointer;
        -webkit-transition: .4s all;
        -o-transition: .4s all;
        transition: .4s all;
    }

    .y-mobile-player img:hover {
        -webkit-filter: brightness(75%);
    }

    .y-mobile-player .play {
        height: 72px;
        width: 72px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        background: url("//i.imgur.com/TxzC70f.png") no-repeat;
        cursor: pointer;
    }

}

.page-text{
    color: #fff;
    font-size: 18px;
    font-family: 'PFDin';
    font-weight: 400;
}

.y-close{
    position: fixed;
}

.y-playlist-header{
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.fancybox-close-small{
    color: #000;
}

.fancybox-close-small svg{
    opacity: 1;
}

#pnWidgetCloseButton{
    color: transparent;
}

