@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=El+Messiri:400,500,600&display=swap&subset=cyrillic";
@import "https://use.fontawesome.com/releases/v5.5.0/css/all.css";
@import url(../libs/nouislider/distribute/nouislider.css);
@import url(../libs/OwlCarousel/owl.carousel.min.css);
@import url(../libs/ChartJs/Chart.min.css);
@import url(../libs/scrollbar/jquery.mCustomScrollbar.min.css);
@font-face {
    font-family: "Verdana";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/HelveticaNeue/HelveticaNeue.eot");
    src: url("../fonts/HelveticaNeue/HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue/HelveticaNeue.woff") format("woff"), url("../fonts/HelveticaNeue/HelveticaNeue.ttf") format("truetype");
}

@font-face {
    font-family: "Verdana-Bold";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/HelveticaNeueBold/.eot");
    src: url("../fonts/HelveticaNeueBold/.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueBold/.woff") format("woff"), url("../fonts/HelveticaNeueBold/.ttf") format("truetype");
}

@font-face {
    font-family: "HelveticaNeueBoldLight";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/HelveticaNeueLight/.eot");
    src: url("../fonts/HelveticaNeueLight/.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueLight/.woff") format("woff"), url("../fonts/HelveticaNeueLight/.ttf") format("truetype");
}

@font-face {
    font-family: "ArialBlack";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/ArialBlack/.eot");
    src: url("../fonts/ArialBlack/.eot?#iefix") format("embedded-opentype"), url("../fonts/ArialBlack/.woff") format("woff"), url("../fonts/ArialBlack/.ttf") format("truetype");
}

::-webkit-input-placeholder {
    color: #333;
    font-size: 18px;
}

::-moz-placeholder {
    color: #333;
    font-size: 18px;
}

:-ms-input-placeholder {
    color: #333;
    font-size: 18px;
}

::-ms-input-placeholder {
    color: #333;
    font-size: 18px;
}

::placeholder {
    color: #333;
    font-size: 18px;
}

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

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

html {
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    color: #333;
    font-family: "HelveticaNeue", sans-serif;
    font-size: 16px;
    min-width: 380px;
    max-width: 1920px;
    margin: 0 auto;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#bfbfbf), to(#212121));
    background-image: -o-linear-gradient(bottom, #bfbfbf 0%, #212121 100%);
    background-image: linear-gradient(to top, #bfbfbf 0%, #212121 100%);
    font-weight: normal;
    font-style: normal;
    overflow: hidden;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media (max-width: 992px) {
    body {
        overflow: auto;
    }
}

/* select {
  display: none;
} */

.cube-position {
    position: relative;
}

#cube canvas {
    position: absolute;
    bottom: -240px;
    right: 400px;
    opacity: 0.2;
    height: 950px;
}

@media (max-width: 992px) {
    #cube canvas {
        display: none;
    }
}

@media (min-height: 800px) {
    #cube canvas {
        bottom: -200px;
        right: 560px;
    }
}

@media (max-height: 800px) {
    #cube canvas {
        bottom: -240px;
        right: 400px;
    }
}

@media (max-height: 700px) {
    #cube canvas {
        bottom: -400px;
        right: 260px;
    }
}

.wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 90vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


/* .wrapper._main {
    background: url(../img/bg-main.png) no-repeat 100% 100%;
    background-size: cover;
} */

/* @media screen and (max-width: 1920px) and (max-height: 900px) {
    .wrapper._main {
        background: url(../img/bg-main-h900.png) no-repeat 100% 30%;
    }
}

@media screen and (max-width: 1920px) and (max-height: 800px) {
    .wrapper._main {
        background: url(../img/bg-main-h800.png) no-repeat 100% 30%;
    }
}

@media (max-width: 1400px) {
    .wrapper._main {
        background: url(../img/bg-main-1200.png) no-repeat 0% 40%;
    }
}

@media (max-width: 1200px) {
    .wrapper._main {
        background: url(../img/bg-main-1200.png) no-repeat 100% 35%;
    }
}

@media (max-width: 1024px) {
    .wrapper._main {
        background: url(../img/bg-main-1200.png) no-repeat 100% 35%;
    }
}*/

@media (max-width: 992px) {
    .wrapper._main {
        background: url(../img/bg-mobile-2.png) no-repeat 50% 50%;
        background-size: 50%;
    }
}
@media (orientation: landscape) and (max-width: 768px) {
    .wrapper._main {
        background: url(../img/bg-mobile-2.png) no-repeat 50% 40%;
        background-size: 50%;
    }
}
@media (orientation: portrait) and (max-width: 768px) {
    .wrapper._main {
        background: url(../img/bg-mobile-2.png) no-repeat 50% 50%;
        background-size: 90%;
    }
}
.block-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.vn {
    overflow: auto;
}

.vn .wrapper {
    background: none;
    color: #fff;
}

@media (max-width: 1200px) {
    .vn .wrapper {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .vn .btn-red {
        bottom: -10px;
    }
}

.vn header {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: fixed;
    left: 0;
    right: 0;
    height: 120px;
}

.vn header .menu-mobile {
    position: absolute;
    top: -200px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.vn header .contact {
    display: none;
}

.vn footer {
    position: relative;
}

.vn .header-title {
    position: fixed;
    z-index: 999;
    left: -170px;
    top: 320px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 90px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 10px 6px rgba(0, 0, 0, 0.16);
    letter-spacing: 20px;
    font-family: "Arial Black", sans-serif;
}

.vn .header-title a {
    color: #f00;
    text-decoration: none;
}

@media (max-height: 1680px) {
    .vn .header-title {
        left: -170px;
        -webkit-transition: all .5s linear;
        -o-transition: all .5s linear;
        transition: all .5s linear;
    }
}

@media all and (max-width: 1680px) and (max-height: 700px) {
    .vn .header-title {
        font-size: 70px;
        left: -160px;
        top: 180px;
    }
}
@media all and (max-width: 1400px) and (max-height: 700px) {
    .vn .header-title {
        font-size: 70px;
        left: -140px;
        top: 215px;
        letter-spacing: 15px;
    }
}

.vn .desktop-menu._top2 {
    padding: 0 20px 20px;
    display: none;
}

@media (max-width: 1200px) {
    .vn .desktop-menu._top2 {
        display: block;
    }
}

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

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

.vn .desktop-menu._top {
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.vn .desktop-menu._top.active {
    display: none;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

@media (max-width: 1400px) {
    .vn .desktop-menu._top {
        left: 0;
    }
}

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

.vn .desktop-menu._top nav ul li {
    font-size: 22px;
}

.vn .desktop-menu._top nav ul li.active a:after {
    width: 100%;
}

@media (max-width: 1400px) {
    .vn .desktop-menu._top nav ul li {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .block-content {
        background: none;
    }
}

._prise .block-content {
    height: 100%;
    overflow-y: auto;
    margin-bottom: 40px;
    padding: 110px 0 0;
}

@media (max-width: 992px) {
    ._prise .block-content {
        margin-bottom: 80px;
    }
}

._contact .block-content {
    height: 100%;
    overflow-y: auto;
    margin-bottom: 40px;
    padding: 110px 0 0;
}

@media (max-width: 992px) {
    ._contact .block-content {
        margin-bottom: 80px;
    }
}

@media (max-width: 992px) {
    ._contact .block-content {
        margin-bottom: 20px;
    }
}

._about .block-content {
    height: 100%;
    overflow-y: auto;
    margin-bottom: 40px;
    padding: 110px 0 0;
    min-height: 540px;
}

@media (max-width: 992px) {
    ._about .block-content {
        margin-bottom: 80px;
    }
}

@media (max-width: 992px) {
    ._about .block-content {
        margin-bottom: 20px;
    }
}

.block-slider._detail {
  padding: 20px 0 40px;
}

@media (max-width: 1200px) {
    .block-slider._detail {
      padding: 0px 0 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.block-slider._detail .block-about img {
    width: 100%;
}

.block-slider._detail .map-right {
    width: 100%;
}

@media (max-width: 992px) {
    .block-slider._detail .map-right {
        width: 80%;
    }
}

.block-slider._detail .map-right figure {
    margin: 0;
}

.block-slider._detail .map-right figure img {
    width: 100%;
}

.block-slider._detail .map-right figure figcaption {
    font-style: italic;
    margin: 0 0 10px;
    font-size: 18px;
}

.block-slider._detail .map-right figure .bg-map {
    background: url(../img/map.png) no-repeat center 90%;
    height: 330px;
    width: 100%;
    background-size: 100%;
}

@media (max-width: 992px) {
    .block-slider._detail .map-right figure .bg-map {
        background: url(../img/map.png) no-repeat top;
        height: 280px;
        background-size: cover;
    }
}

.block-slider .content-radio {
    width: 100%;
    overflow: hidden;
}

/* @media (max-width: 1200px) {
    .block-slider .content-radio {
        width: 80%;
    }
}

@media (max-width: 992px) {
    .block-slider .content-radio {
        width: 100%;
    }
} */

.block-slider .content-radio .detail-text {
    padding: 0 0 0 40px;
}

@media (max-width: 1200px) {
    .block-slider .content-radio .detail-text {
        padding: 0;
    }
}

.block-slider .content-radio .detail-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.block-slider .content-radio .block-detail-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px 0 0;
    padding: 0 0 0 40px;
}

@media (max-width: 1200px) {
    .block-slider .content-radio .block-detail-icon {
        padding: 0;
    }
}

.block-slider .content-radio .block-detail-icon .detail-icon {
    text-align: center;
    width: 25%;
}

.block-slider .content-radio .block-detail-icon .detail-icon .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 170px;
}

.block-slider .content-radio .block-detail-icon .detail-icon .item img {
    max-width: 100%;
}

.block-slider .content-radio .block-detail-icon .detail-icon .title {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
}

.block-slider .content-radio .block-detail-icon .detail-icon p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.block-slider .content-radio .block-chart {
    position: relative;
}

@media (max-width: 1200px) {
    .block-slider .content-radio .block-chart {
        padding: 0;
    }
}

.block-slider .content-radio .filter-radio {
    margin: 20px auto 40px;
    width: 500px;
}

@media (max-width: 1200px) {
    .block-slider .content-radio .filter-radio {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .block-slider .content-radio .filter-radio {
      /* display: none; */
        width: 80%;
    }
}

.block-slider .content-radio .filter-radio ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-slider .content-radio .filter-radio ul li {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.block-slider .content-radio .filter-radio ul li.active {
    color: #f00;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.block-slider .content-radio .slider-v {
    display: none;
    opacity: 0;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.block-slider .content-radio .slider-v.active {
    display: block;
    opacity: 1;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
@media (max-width: 992px) {
  .block-slider .content-radio .slider-v.active {
    width: 100%;
  }
}
.block-slider .content-radio .slider-v .description {
    padding: 20px;
    position: relative;
    z-index: 3;
}

@media (max-width: 992px) {
    .block-slider .content-radio .slider-v .description {
        padding: 0;
    }
}

.block-slider .content-radio .slider-v .description .text {
    display: none;
}

.block-slider .content-radio .slider-v .description .text.active {
    display: block;
}

.block-slider .content-radio .slider-v .description .text h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    margin: 0;
}

@media (max-width: 768px) {
    .block-slider .content-radio .slider-v .description .text h2 {
        font-size: 28px;
        font-weight: bold;
    }
}

.block-slider .content-radio .slider-v .description .text h2 a {
    text-decoration: none;
    color: #fff;
}

.block-slider .content-radio .slider-v .description .text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}

.block-slider .content-radio .slider-v .description .text .btn._red {
    width: 100%;
    max-width: 444px;
    height: 68px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background: #f00;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    text-decoration: none;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .block-slider .content-radio .slider-v .description .text .btn._red {
        display: none;
    }
}

.container {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    overflow: hidden;
}

@media (max-width: 1200px) {
  .container {
    padding: 10px 15px 0;
  }
  footer .container {
    padding: 40px 15px 0;
  }
}

.btn-red {
    display: none;
    position: absolute;
    bottom: 140px;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f00;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
}

@media (max-width: 768px) {
    .btn-red {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: inherit;
        margin: 0 0 60px;
        height: 80px;
        font-size: 40px;
    }
}

.calc._right {
    width: 70px;
    float: right;
    margin: 20px 0 0;
}

@media (max-width: 768px) {
    .calc._right {
        bottom: -50px;
        right: 16px;
        opacity: 1;
    }
}

.calc._right img {
    width: 100%;
}

@media (max-width: 768px) {
    .calc._right img {
        width: 60%;
    }
}

.calc .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.calc .item span {
    margin-left: 10px;
    font-size: 14px;
}

.contact {
    text-align: right;
}

.contact .phone a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-family: 'HelveticaNeueLight', sans-serif;
}

.contact .mail {
    margin-top: 10px;
}

.contact .mail a {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
    font-family: 'HelveticaNeueLight', sans-serif;
}

@media (max-width: 768px) {
    header .contact .social {
        display: none;
    }
}

.social-2 {
    position: relative;
    z-index: 2;
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 5px 0 40px;
}

.social-2 a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    margin: 0 0 0 15px;
}

.social-2 a .fa-phone-volume, .social-2 a .fa-facebook-f, .social-2 a .fa-instagram, .social-2 a .fa-vk {
    font-size: 30px;
}

@media (max-width: 768px) {
    .social-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: -5px 0 20px;
    }
}

.desktop-menu._second {
    display: none;
}

.desktop-menu nav ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.desktop-menu nav ul li {
    display: block;
}

.desktop-menu nav ul li:last-child {
    margin-right: 0;
}

.desktop-menu nav ul li:first-child {
    margin-left: 0;
}

.desktop-menu nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    position: relative;
    font-weight: 700;
}

.desktop-menu nav ul li a:after {
    content: '';
    position: absolute;
    border-bottom: 2px solid #f00;
    width: 0%;
    left: 0;
    right: 0;
    bottom: -10px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    z-index: -10;
}

.desktop-menu nav ul li a:hover:after {
    width: 100%;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.desktop-menu nav ul li.active:after a {
    width: 100%;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

@media (max-width: 1400px) {
    .desktop-menu nav ul li a {
      font-size: 17px;
    }
}

.menu-mobile {
    width: 70px;
    height: 30px;
    position: relative;
    cursor: pointer;
    display: none;
}

.menu-mobile span {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
}

.menu-mobile span:nth-child(1) {
    position: absolute;
    top: 0px;
}

.menu-mobile span:nth-child(2) {
    position: absolute;
    top: 48%;
    width: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.menu-mobile span:nth-child(3) {
    position: absolute;
    bottom: 0;
}

@media (max-width: 1200px) {
    .menu-mobile {
        display: block;
    }
}

.mobile-menu-list,
.mobile-menu-2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: none;
}
.mobile-menu-2 {
    /*display: block;*/
}

.mobile-menu-list.active,
.mobile-menu-2.active {
    display: block;
}

.mobile-menu-list .bg-mobile,
.mobile-menu-2 .bg-mobile {
    background: #333;
    width: 100%;
    height: 100vh;
    opacity: .9;
}

.mobile-menu-list .close,
.mobile-menu-2 .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 999;
}

.mobile-menu-list .close span,
.mobile-menu-2 .close span {
    position: absolute;
    background: #f00;
    width: 100%;
    height: 2px;
}

.mobile-menu-list .close span:nth-child(1),
.mobile-menu-2 .close span:nth-child(1) {
    top: 30px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu-list .close span:nth-child(2),
.mobile-menu-2 .close span:nth-child(2){
    top: 30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu-list nav {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

.mobile-menu-list nav ul {
    margin: 0;
    padding: 0;
}

.mobile-menu-list nav ul li {
    display: block;
    margin-bottom: 30px;
}

.mobile-menu-list nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 50px;
}

@media (max-width: 1200px) {
    .mobile-menu-list nav ul li a {
        font-size: 30px;
    }
}
@media (orientation: portrait) and (max-width: 992px) {
    .mobile-menu-list nav ul li a {
        font-size: 50px;
    }
}
@media (max-height: 420px) {
    .mobile-menu-list nav {
        overflow: auto;
        height: 220px;
    }
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotateY(400deg);
        transform: rotateY(400deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotateY(400deg);
        transform: rotateY(400deg);
    }
}

.side, .cube {
    width: 500px;
    height: 500px;
}

@media (max-width: 1200px) {
    .side, .cube {
        display: none;
        width: 400px;
        height: 400px;
    }
}

.cube-mobile-bg {
    display: none;
}

@media (max-width: 1200px) {
    .cube-mobile-bg {
        display: block;
        background: url(../img/bg-mobile.png) no-repeat center;
        background-size: 100%;
        width: 100%;
        height: 700px;
        position: absolute;
        left: -60px;
        z-index: -2;
        bottom: 0;
    }
}

@media (max-width: 768px) {
    .cube-mobile-bg {
        display: none;
    }
}

.cube {
    position: absolute;
    left: 5%;
    top: 300px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(50deg);
    transform: rotateY(50deg);
    -webkit-animation: rotate 70s infinite linear;
    animation: rotate 70s infinite linear;
    z-index: -999;
}

@media (max-width: 1400px) {
    .cube {
        left: 0;
    }
}

@media (max-width: 1200px) {
    .cube {
        bottom: 0;
    }
}

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

.side {
    position: absolute;
    width: 500px;
    height: 500px;
}

@media (max-width: 1200px) {
    .side {
        width: 400px;
        height: 400px;
    }
}

.back {
    -webkit-transform: translateZ(250px);
    transform: translateZ(250px);
    background: url(../img/bg_art.jpg) no-repeat center;
    background-size: cover;
}

.back:after {
    content: '';
    background: #898989;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    position: absolute;
    opacity: 0.8;
}

@media (max-width: 1200px) {
    .back {
        -webkit-transform: translateZ(200px);
        transform: translateZ(200px);
    }
}

.left {
    -webkit-transform: translateX(-250px) rotateY(270deg);
    transform: translateX(-250px) rotateY(270deg);
    background: url(../img/bg_art.jpg) no-repeat center;
    background-size: cover;
}

.left:after {
    content: '';
    background: #898989;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    position: absolute;
    opacity: 0.8;
}

@media (max-width: 1200px) {
    .left {
        -webkit-transform: translateX(-200px) rotateY(270deg);
        transform: translateX(-200px) rotateY(270deg);
    }
}

.right {
    -webkit-transform: translateZ(-250px) rotateZ(-180deg) rotateX(-180deg);
    transform: translateZ(-250px) rotateZ(-180deg) rotateX(-180deg);
    background: url(../img/bg_art.jpg) no-repeat center;
    background-size: cover;
}

.right:after {
    content: '';
    background: #898989;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    position: absolute;
    opacity: 0.8;
}

@media (max-width: 1200px) {
    .right {
        -webkit-transform: translateZ(-200px) rotateZ(-180deg) rotateX(-180deg);
        transform: translateZ(-200px) rotateZ(-180deg) rotateX(-180deg);
    }
}

.top {
    -webkit-transform: translateY(-250px) rotateX(90deg) rotateZ(90deg);
    transform: translateY(-250px) rotateX(90deg) rotateZ(90deg);
    background: url(../img/bg_art.jpg) no-repeat center;
    background-size: cover;
}

.top:after {
    content: '';
    background: #898989;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    position: absolute;
    opacity: 0.8;
}

@media (max-width: 1200px) {
    .top {
        -webkit-transform: translateY(-200px) rotateX(90deg) rotateZ(90deg);
        transform: translateY(-200px) rotateX(90deg) rotateZ(90deg);
    }
}

.front {
    background: url(../img/bg_art.jpg) no-repeat center;
    background-size: cover;
}

.front:after {
    content: '';
    background: #898989;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    position: absolute;
    opacity: 0.8;
}

@media (max-width: 1200px) {
    .front {
        -webkit-transform: translateX(200px) rotateY(90deg);
        transform: translateX(200px) rotateY(90deg);
    }
}

.bl-position {
    position: relative;
    height: 100vh;
}

@media (max-width: 992px) {
    .bl-position {
        height: 30vh;
    }
}

@media (max-height: 550px) {
    .bl-position {
        height: 280px;
    }
}

.bl-position .right-block-content {
    position: absolute;
    top: 8%;
    right: -40px;
    z-index: 2;
}

@media (max-width: 992px) {
    .bl-position .right-block-content {
        display: none;
    }
}

.bl-position .right-block-content h1 {
    font-family: 'Arial-Black', sans-serif;
    text-shadow: 0 10px 6px rgba(0, 0, 0, 0.16);
    color: #f00;
    font-size: 6vw;
    font-weight: bold;
    letter-spacing: 35px;
    text-transform: uppercase;
    margin: 0;
    display: block;
}

@media (max-width: 1400px) {
    .bl-position .right-block-content h1 {
        font-size: 80px;
    }
}

@media (max-width: 1200px) {
    .bl-position .right-block-content h1 {
        font-size: 50px;
        letter-spacing: 25px;
    }
}

.bl-position .right-block-content .title {
    font-family: 'HelveticaNeue-Light', sans-serif;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-size: 26px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.bl-position .right-block-content .title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    border-bottom: 2px solid #f00;
}

.cities {
    position: absolute;
    bottom: 460px;
    right: -90px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 2;
    display: none;
}

@media (max-width: 992px) {
    .cities {
        display: block;
        right: 0;
        left: 0;
        top: 50%;
    }
}
@media (orientation: landscape) and (max-width: 768px) {
  .cities {
      display: block;
      right: 0;
      left: 0;
      top: 10%;
  }
}
@media (orientation: portrait) and (max-width: 768px) {
  .cities {
      display: block;
      right: 0;
      left: 0;
      top: 50%;
  }
}
.cities ul li {
    display: block;
    position: relative;
}

.cities ul li.active span:before {
    -webkit-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear;
    opacity: 0.8;
}

.cities ul li.active span:after {
    -webkit-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
    opacity: 0.4;
}

.cities ul li span {
    position: absolute;
    width: 12px;
    height: 12px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    border-radius: 50%;
    left: -25px;
    top: 10px;
    opacity: 0.7;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

@media (max-width: 1680px) {
    .cities ul li span {
        top: 5px;
    }
}

.cities ul li span:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #fff;
    top: -3px;
    left: -3px;
    opacity: 0;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

.cities ul li span:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #fff;
    top: -6px;
    left: -6px;
    opacity: 0;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

.cities ul li:hover span {
    opacity: 1;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.cities ul li:hover span:before {
    -webkit-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear;
    opacity: 0.8;
}

.cities ul li:hover span:after {
    -webkit-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
    opacity: 0.4;
}

.cities ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 26px;
    font-family: 'HelveticaNeue-Light', sans-serif;
}

@media (max-width: 1680px) {
    .cities ul li a {
        font-size: 20px;
    }
}

.cities ul li:nth-child(1) {
    position: absolute;
    top: -100px;
    right: 490px;
}

.cities ul li:nth-child(2) {
    position: absolute;
    top: -80px;
    right: 90px;
}

@media (max-width: 1400px) {
    .cities ul li:nth-child(2) {
        right: 170px;
    }
}

@media (max-width: 1200px) {
    .cities ul li:nth-child(2) {
        right: 280px;
    }
}

.cities ul li:nth-child(3) {
    position: absolute;
    top: -40px;
    right: 260px;
}

@media (max-width: 1400px) {
    .cities ul li:nth-child(3) {
        top: -40px;
        right: 300px;
    }
}

@media (max-width: 1200px) {
    .cities ul li:nth-child(3) {
        right: 340px;
    }
}

.cities ul li:nth-child(3) span {
    top: 10px;
}

.cities ul li:nth-child(3) a {
    font-size: 36px;
}

@media (max-width: 1680px) {
    .cities ul li:nth-child(3) a {
        font-size: 26px;
    }
}

.cities ul li:nth-child(4) {
    position: absolute;
    top: 30px;
    right: 410px;
}

@media (max-width: 992px) {
    .cities ul {
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 992px) {
    .cities ul li {
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    .cities ul li span {
        display: none;
    }
}

@media (max-width: 992px) {
    .cities ul li a {
        font-size: 28px;
    }
}
@media (orientation: landscape) and (max-width: 768px) {
  .cities ul li a {
      font-size: 28px;
  }
}
@media (orientation: portrait) and (max-width: 768px) {
  .cities ul li a {
      font-size: 50px;
  }
}
@media (max-width: 992px) {
    .cities ul li:nth-child(1) {
        position: inherit;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .cities ul li:nth-child(2) {
        position: inherit;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .cities ul li:nth-child(3) {
        position: inherit;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .cities ul li:nth-child(3) a {
        font-size: 50px;
    }
}
@media (orientation: landscape) and (max-width: 768px) {
  .cities ul li:nth-child(3) a {
      font-size: 28px;
  }
}
@media (orientation: portrait) and (max-width: 768px) {
  .cities ul li:nth-child(3) a {
      font-size: 50px;
  }
}
@media (max-width: 992px) {
    .cities ul li:nth-child(4) {
        position: inherit;
        text-align: center;
    }
}

@-webkit-keyframes pump-it-up1 {
    40% {
        height: 45px;
    }
    60% {
        height: 15px;
    }
    80% {
        height: 9px;
    }
    100% {
        height: 72px;
    }
}

@keyframes pump-it-up1 {
    40% {
        height: 45px;
    }
    60% {
        height: 15px;
    }
    80% {
        height: 9px;
    }
    100% {
        height: 72px;
    }
}

@-webkit-keyframes pump-it-up2 {
    40% {
        height: 62px;
    }
    60% {
        height: 79px;
    }
    80% {
        height: 19px;
    }
    100% {
        height: 53px;
    }
}

@keyframes pump-it-up2 {
    40% {
        height: 62px;
    }
    60% {
        height: 79px;
    }
    80% {
        height: 19px;
    }
    100% {
        height: 53px;
    }
}

@-webkit-keyframes pump-it-up3 {
    40% {
        height: 68px;
    }
    60% {
        height: 80px;
    }
    80% {
        height: 63px;
    }
    100% {
        height: 29px;
    }
}

@keyframes pump-it-up3 {
    40% {
        height: 68px;
    }
    60% {
        height: 80px;
    }
    80% {
        height: 63px;
    }
    100% {
        height: 29px;
    }
}

@-webkit-keyframes pump-it-up4 {
    40% {
        height: 67px;
    }
    60% {
        height: 6px;
    }
    80% {
        height: 70px;
    }
    100% {
        height: 45px;
    }
}

@keyframes pump-it-up4 {
    40% {
        height: 67px;
    }
    60% {
        height: 6px;
    }
    80% {
        height: 70px;
    }
    100% {
        height: 45px;
    }
}

@-webkit-keyframes pump-it-up5 {
    40% {
        height: 43px;
    }
    60% {
        height: 16px;
    }
    80% {
        height: 6px;
    }
    100% {
        height: 34px;
    }
}

@keyframes pump-it-up5 {
    40% {
        height: 43px;
    }
    60% {
        height: 16px;
    }
    80% {
        height: 6px;
    }
    100% {
        height: 34px;
    }
}

@-webkit-keyframes pump-it-up6 {
    40% {
        height: 48px;
    }
    60% {
        height: 45px;
    }
    80% {
        height: 72px;
    }
    100% {
        height: 55px;
    }
}

@keyframes pump-it-up6 {
    40% {
        height: 48px;
    }
    60% {
        height: 45px;
    }
    80% {
        height: 72px;
    }
    100% {
        height: 55px;
    }
}

@-webkit-keyframes pump-it-up7 {
    40% {
        height: 48px;
    }
    60% {
        height: 14px;
    }
    80% {
        height: 77px;
    }
    100% {
        height: 49px;
    }
}

@keyframes pump-it-up7 {
    40% {
        height: 48px;
    }
    60% {
        height: 14px;
    }
    80% {
        height: 77px;
    }
    100% {
        height: 49px;
    }
}

@-webkit-keyframes pump-it-up8 {
    40% {
        height: 80px;
    }
    60% {
        height: 45px;
    }
    80% {
        height: 48px;
    }
    100% {
        height: 46px;
    }
}

@keyframes pump-it-up8 {
    40% {
        height: 80px;
    }
    60% {
        height: 45px;
    }
    80% {
        height: 48px;
    }
    100% {
        height: 46px;
    }
}

@-webkit-keyframes pump-it-up9 {
    40% {
        height: 63px;
    }
    60% {
        height: 2px;
    }
    80% {
        height: 67px;
    }
    100% {
        height: 53px;
    }
}

@keyframes pump-it-up9 {
    40% {
        height: 63px;
    }
    60% {
        height: 2px;
    }
    80% {
        height: 67px;
    }
    100% {
        height: 53px;
    }
}

@-webkit-keyframes pump-it-up10 {
    40% {
        height: 65px;
    }
    60% {
        height: 78px;
    }
    80% {
        height: 1px;
    }
    100% {
        height: 11px;
    }
}

@keyframes pump-it-up10 {
    40% {
        height: 65px;
    }
    60% {
        height: 78px;
    }
    80% {
        height: 1px;
    }
    100% {
        height: 11px;
    }
}

@-webkit-keyframes pump-it-up11 {
    40% {
        height: 22px;
    }
    60% {
        height: 5px;
    }
    80% {
        height: 58px;
    }
    100% {
        height: 5px;
    }
}

@keyframes pump-it-up11 {
    40% {
        height: 22px;
    }
    60% {
        height: 5px;
    }
    80% {
        height: 58px;
    }
    100% {
        height: 5px;
    }
}

@-webkit-keyframes pump-it-up12 {
    40% {
        height: 23px;
    }
    60% {
        height: 28px;
    }
    80% {
        height: 33px;
    }
    100% {
        height: 7px;
    }
}

@keyframes pump-it-up12 {
    40% {
        height: 23px;
    }
    60% {
        height: 28px;
    }
    80% {
        height: 33px;
    }
    100% {
        height: 7px;
    }
}

@-webkit-keyframes pump-it-up13 {
    40% {
        height: 71px;
    }
    60% {
        height: 7px;
    }
    80% {
        height: 65px;
    }
    100% {
        height: 43px;
    }
}

@keyframes pump-it-up13 {
    40% {
        height: 71px;
    }
    60% {
        height: 7px;
    }
    80% {
        height: 65px;
    }
    100% {
        height: 43px;
    }
}

@-webkit-keyframes pump-it-up14 {
    40% {
        height: 38px;
    }
    60% {
        height: 55px;
    }
    80% {
        height: 52px;
    }
    100% {
        height: 48px;
    }
}

@keyframes pump-it-up14 {
    40% {
        height: 38px;
    }
    60% {
        height: 55px;
    }
    80% {
        height: 52px;
    }
    100% {
        height: 48px;
    }
}

@-webkit-keyframes pump-it-up15 {
    40% {
        height: 55px;
    }
    60% {
        height: 36px;
    }
    80% {
        height: 2px;
    }
    100% {
        height: 55px;
    }
}

@keyframes pump-it-up15 {
    40% {
        height: 55px;
    }
    60% {
        height: 36px;
    }
    80% {
        height: 2px;
    }
    100% {
        height: 55px;
    }
}

@-webkit-keyframes pump-it-up16 {
    40% {
        height: 51px;
    }
    60% {
        height: 30px;
    }
    80% {
        height: 40px;
    }
    100% {
        height: 51px;
    }
}

@keyframes pump-it-up16 {
    40% {
        height: 51px;
    }
    60% {
        height: 30px;
    }
    80% {
        height: 40px;
    }
    100% {
        height: 51px;
    }
}

@-webkit-keyframes pump-it-up17 {
    40% {
        height: 76px;
    }
    60% {
        height: 20px;
    }
    80% {
        height: 64px;
    }
    100% {
        height: 76px;
    }
}

@keyframes pump-it-up17 {
    40% {
        height: 76px;
    }
    60% {
        height: 20px;
    }
    80% {
        height: 64px;
    }
    100% {
        height: 76px;
    }
}

@-webkit-keyframes pump-it-up18 {
    40% {
        height: 3px;
    }
    60% {
        height: 23px;
    }
    80% {
        height: 19px;
    }
    100% {
        height: 55px;
    }
}

@keyframes pump-it-up18 {
    40% {
        height: 3px;
    }
    60% {
        height: 23px;
    }
    80% {
        height: 19px;
    }
    100% {
        height: 55px;
    }
}

@-webkit-keyframes pump-it-up19 {
    40% {
        height: 68px;
    }
    60% {
        height: 40px;
    }
    80% {
        height: 4px;
    }
    100% {
        height: 56px;
    }
}

@keyframes pump-it-up19 {
    40% {
        height: 68px;
    }
    60% {
        height: 40px;
    }
    80% {
        height: 4px;
    }
    100% {
        height: 56px;
    }
}

@-webkit-keyframes pump-it-up20 {
    40% {
        height: 14px;
    }
    60% {
        height: 12px;
    }
    80% {
        height: 1px;
    }
    100% {
        height: 32px;
    }
}

@keyframes pump-it-up20 {
    40% {
        height: 14px;
    }
    60% {
        height: 12px;
    }
    80% {
        height: 1px;
    }
    100% {
        height: 32px;
    }
}

@-webkit-keyframes pump-it-up21 {
    40% {
        height: 28px;
    }
    60% {
        height: 5px;
    }
    80% {
        height: 58px;
    }
    100% {
        height: 5px;
    }
}

@keyframes pump-it-up21 {
    40% {
        height: 28px;
    }
    60% {
        height: 5px;
    }
    80% {
        height: 58px;
    }
    100% {
        height: 5px;
    }
}

@-webkit-keyframes pump-it-up22 {
    40% {
        height: 23px;
    }
    60% {
        height: 28px;
    }
    80% {
        height: 33px;
    }
    100% {
        height: 7px;
    }
}

@keyframes pump-it-up22 {
    40% {
        height: 23px;
    }
    60% {
        height: 28px;
    }
    80% {
        height: 33px;
    }
    100% {
        height: 7px;
    }
}

@-webkit-keyframes pump-it-up23 {
    40% {
        height: 65px;
    }
    60% {
        height: 7px;
    }
    80% {
        height: 59px;
    }
    100% {
        height: 43px;
    }
}

@keyframes pump-it-up23 {
    40% {
        height: 65px;
    }
    60% {
        height: 7px;
    }
    80% {
        height: 59px;
    }
    100% {
        height: 43px;
    }
}

@-webkit-keyframes pump-it-up24 {
    40% {
        height: 38px;
    }
    60% {
        height: 55px;
    }
    80% {
        height: 52px;
    }
    100% {
        height: 48px;
    }
}

@keyframes pump-it-up24 {
    40% {
        height: 38px;
    }
    60% {
        height: 55px;
    }
    80% {
        height: 52px;
    }
    100% {
        height: 48px;
    }
}

@-webkit-keyframes pump-it-up25 {
    40% {
        height: 55px;
    }
    60% {
        height: 36px;
    }
    80% {
        height: 2px;
    }
    100% {
        height: 55px;
    }
}

@keyframes pump-it-up25 {
    40% {
        height: 55px;
    }
    60% {
        height: 36px;
    }
    80% {
        height: 2px;
    }
    100% {
        height: 55px;
    }
}

@-webkit-keyframes pump-it-up26 {
    40% {
        height: 68px;
    }
    60% {
        height: 33px;
    }
    80% {
        height: 42px;
    }
    100% {
        height: 65px;
    }
}

@keyframes pump-it-up26 {
    40% {
        height: 68px;
    }
    60% {
        height: 33px;
    }
    80% {
        height: 42px;
    }
    100% {
        height: 65px;
    }
}

@-webkit-keyframes pump-it-up27 {
    40% {
        height: 76px;
    }
    60% {
        height: 78px;
    }
    80% {
        height: 63px;
    }
    100% {
        height: 60px;
    }
}

@keyframes pump-it-up27 {
    40% {
        height: 76px;
    }
    60% {
        height: 78px;
    }
    80% {
        height: 63px;
    }
    100% {
        height: 60px;
    }
}

@-webkit-keyframes pump-it-up28 {
    40% {
        height: 3px;
    }
    60% {
        height: 23px;
    }
    80% {
        height: 19px;
    }
    100% {
        height: 55px;
    }
}

@keyframes pump-it-up28 {
    40% {
        height: 3px;
    }
    60% {
        height: 23px;
    }
    80% {
        height: 19px;
    }
    100% {
        height: 55px;
    }
}

@-webkit-keyframes pump-it-up29 {
    40% {
        height: 68px;
    }
    60% {
        height: 40px;
    }
    80% {
        height: 4px;
    }
    100% {
        height: 63px;
    }
}

@keyframes pump-it-up29 {
    40% {
        height: 68px;
    }
    60% {
        height: 40px;
    }
    80% {
        height: 4px;
    }
    100% {
        height: 63px;
    }
}

@-webkit-keyframes pump-it-up30 {
    40% {
        height: 14px;
    }
    60% {
        height: 12px;
    }
    80% {
        height: 1px;
    }
    100% {
        height: 20px;
    }
}

@keyframes pump-it-up30 {
    40% {
        height: 14px;
    }
    60% {
        height: 12px;
    }
    80% {
        height: 1px;
    }
    100% {
        height: 20px;
    }
}

@-webkit-keyframes pump-it-up31 {
    40% {
        height: 22px;
    }
    60% {
        height: 5px;
    }
    80% {
        height: 58px;
    }
    100% {
        height: 5px;
    }
}

@keyframes pump-it-up31 {
    40% {
        height: 22px;
    }
    60% {
        height: 5px;
    }
    80% {
        height: 58px;
    }
    100% {
        height: 5px;
    }
}

@-webkit-keyframes pump-it-up32 {
    40% {
        height: 23px;
    }
    60% {
        height: 28px;
    }
    80% {
        height: 33px;
    }
    100% {
        height: 7px;
    }
}

@keyframes pump-it-up32 {
    40% {
        height: 23px;
    }
    60% {
        height: 28px;
    }
    80% {
        height: 33px;
    }
    100% {
        height: 7px;
    }
}

@-webkit-keyframes pump-it-up33 {
    40% {
        height: 71px;
    }
    60% {
        height: 7px;
    }
    80% {
        height: 62px;
    }
    100% {
        height: 43px;
    }
}

@keyframes pump-it-up33 {
    40% {
        height: 71px;
    }
    60% {
        height: 7px;
    }
    80% {
        height: 62px;
    }
    100% {
        height: 43px;
    }
}

@-webkit-keyframes pump-it-up34 {
    40% {
        height: 38px;
    }
    60% {
        height: 55px;
    }
    80% {
        height: 52px;
    }
    100% {
        height: 48px;
    }
}

@keyframes pump-it-up34 {
    40% {
        height: 38px;
    }
    60% {
        height: 55px;
    }
    80% {
        height: 52px;
    }
    100% {
        height: 48px;
    }
}

@-webkit-keyframes pump-it-up35 {
    40% {
        height: 55px;
    }
    60% {
        height: 36px;
    }
    80% {
        height: 2px;
    }
    100% {
        height: 55px;
    }
}

@keyframes pump-it-up35 {
    40% {
        height: 55px;
    }
    60% {
        height: 36px;
    }
    80% {
        height: 2px;
    }
    100% {
        height: 55px;
    }
}

@-webkit-keyframes pump-it-up36 {
    40% {
        height: 68px;
    }
    60% {
        height: 33px;
    }
    80% {
        height: 42px;
    }
    100% {
        height: 65px;
    }
}

@keyframes pump-it-up36 {
    40% {
        height: 68px;
    }
    60% {
        height: 33px;
    }
    80% {
        height: 42px;
    }
    100% {
        height: 65px;
    }
}

@-webkit-keyframes pump-it-up37 {
    40% {
        height: 76px;
    }
    60% {
        height: 78px;
    }
    80% {
        height: 63px;
    }
    100% {
        height: 60px;
    }
}

@keyframes pump-it-up37 {
    40% {
        height: 76px;
    }
    60% {
        height: 78px;
    }
    80% {
        height: 63px;
    }
    100% {
        height: 60px;
    }
}

@-webkit-keyframes pump-it-up38 {
    40% {
        height: 3px;
    }
    60% {
        height: 23px;
    }
    80% {
        height: 19px;
    }
    100% {
        height: 55px;
    }
}

@keyframes pump-it-up38 {
    40% {
        height: 3px;
    }
    60% {
        height: 23px;
    }
    80% {
        height: 19px;
    }
    100% {
        height: 55px;
    }
}

@-webkit-keyframes pump-it-up39 {
    40% {
        height: 68px;
    }
    60% {
        height: 40px;
    }
    80% {
        height: 4px;
    }
    100% {
        height: 64px;
    }
}

@keyframes pump-it-up39 {
    40% {
        height: 68px;
    }
    60% {
        height: 40px;
    }
    80% {
        height: 4px;
    }
    100% {
        height: 64px;
    }
}

@-webkit-keyframes pump-it-up40 {
    40% {
        height: 14px;
    }
    60% {
        height: 12px;
    }
    80% {
        height: 1px;
    }
    100% {
        height: 20px;
    }
}

@keyframes pump-it-up40 {
    40% {
        height: 14px;
    }
    60% {
        height: 12px;
    }
    80% {
        height: 1px;
    }
    100% {
        height: 20px;
    }
}

@-webkit-keyframes pump-it-up41 {
    40% {
        height: 22px;
    }
    60% {
        height: 5px;
    }
    80% {
        height: 58px;
    }
    100% {
        height: 5px;
    }
}

@keyframes pump-it-up41 {
    40% {
        height: 22px;
    }
    60% {
        height: 5px;
    }
    80% {
        height: 58px;
    }
    100% {
        height: 5px;
    }
}

@-webkit-keyframes pump-it-up42 {
    40% {
        height: 23px;
    }
    60% {
        height: 28px;
    }
    80% {
        height: 33px;
    }
    100% {
        height: 7px;
    }
}

@keyframes pump-it-up42 {
    40% {
        height: 23px;
    }
    60% {
        height: 28px;
    }
    80% {
        height: 33px;
    }
    100% {
        height: 7px;
    }
}

@-webkit-keyframes pump-it-up43 {
    40% {
        height: 71px;
    }
    60% {
        height: 7px;
    }
    80% {
        height: 58px;
    }
    100% {
        height: 43px;
    }
}

@keyframes pump-it-up43 {
    40% {
        height: 71px;
    }
    60% {
        height: 7px;
    }
    80% {
        height: 58px;
    }
    100% {
        height: 43px;
    }
}

@-webkit-keyframes pump-it-up44 {
    40% {
        height: 38px;
    }
    60% {
        height: 55px;
    }
    80% {
        height: 52px;
    }
    100% {
        height: 48px;
    }
}

@keyframes pump-it-up44 {
    40% {
        height: 38px;
    }
    60% {
        height: 55px;
    }
    80% {
        height: 52px;
    }
    100% {
        height: 48px;
    }
}

@-webkit-keyframes pump-it-up45 {
    40% {
        height: 55px;
    }
    60% {
        height: 36px;
    }
    80% {
        height: 2px;
    }
    100% {
        height: 55px;
    }
}

@keyframes pump-it-up45 {
    40% {
        height: 55px;
    }
    60% {
        height: 36px;
    }
    80% {
        height: 2px;
    }
    100% {
        height: 55px;
    }
}

@-webkit-keyframes pump-it-up46 {
    40% {
        height: 68px;
    }
    60% {
        height: 33px;
    }
    80% {
        height: 42px;
    }
    100% {
        height: 65px;
    }
}

@keyframes pump-it-up46 {
    40% {
        height: 68px;
    }
    60% {
        height: 33px;
    }
    80% {
        height: 42px;
    }
    100% {
        height: 65px;
    }
}

@-webkit-keyframes pump-it-up47 {
    40% {
        height: 76px;
    }
    60% {
        height: 78px;
    }
    80% {
        height: 63px;
    }
    100% {
        height: 60px;
    }
}

@keyframes pump-it-up47 {
    40% {
        height: 76px;
    }
    60% {
        height: 78px;
    }
    80% {
        height: 63px;
    }
    100% {
        height: 60px;
    }
}

@-webkit-keyframes pump-it-up48 {
    40% {
        height: 3px;
    }
    60% {
        height: 23px;
    }
    80% {
        height: 19px;
    }
    100% {
        height: 55px;
    }
}

@keyframes pump-it-up48 {
    40% {
        height: 3px;
    }
    60% {
        height: 23px;
    }
    80% {
        height: 19px;
    }
    100% {
        height: 55px;
    }
}

@-webkit-keyframes pump-it-up49 {
    40% {
        height: 68px;
    }
    60% {
        height: 40px;
    }
    80% {
        height: 4px;
    }
    100% {
        height: 70px;
    }
}

@keyframes pump-it-up49 {
    40% {
        height: 68px;
    }
    60% {
        height: 40px;
    }
    80% {
        height: 4px;
    }
    100% {
        height: 70px;
    }
}

@-webkit-keyframes pump-it-up50 {
    40% {
        height: 14px;
    }
    60% {
        height: 12px;
    }
    80% {
        height: 1px;
    }
    100% {
        height: 20px;
    }
}

@keyframes pump-it-up50 {
    40% {
        height: 14px;
    }
    60% {
        height: 12px;
    }
    80% {
        height: 1px;
    }
    100% {
        height: 20px;
    }
}

@-webkit-keyframes pump-it-up51 {
    40% {
        height: 22px;
    }
    60% {
        height: 5px;
    }
    80% {
        height: 58px;
    }
    100% {
        height: 5px;
    }
}

@keyframes pump-it-up51 {
    40% {
        height: 22px;
    }
    60% {
        height: 5px;
    }
    80% {
        height: 58px;
    }
    100% {
        height: 5px;
    }
}

@-webkit-keyframes pump-it-up52 {
    40% {
        height: 23px;
    }
    60% {
        height: 28px;
    }
    80% {
        height: 33px;
    }
    100% {
        height: 7px;
    }
}

@keyframes pump-it-up52 {
    40% {
        height: 23px;
    }
    60% {
        height: 28px;
    }
    80% {
        height: 33px;
    }
    100% {
        height: 7px;
    }
}

@-webkit-keyframes pump-it-up53 {
    40% {
        height: 71px;
    }
    60% {
        height: 7px;
    }
    80% {
        height: 55px;
    }
    100% {
        height: 43px;
    }
}

@keyframes pump-it-up53 {
    40% {
        height: 71px;
    }
    60% {
        height: 7px;
    }
    80% {
        height: 55px;
    }
    100% {
        height: 43px;
    }
}

@-webkit-keyframes pump-it-up54 {
    40% {
        height: 38px;
    }
    60% {
        height: 55px;
    }
    80% {
        height: 52px;
    }
    100% {
        height: 48px;
    }
}

@keyframes pump-it-up54 {
    40% {
        height: 38px;
    }
    60% {
        height: 55px;
    }
    80% {
        height: 52px;
    }
    100% {
        height: 48px;
    }
}

@-webkit-keyframes pump-it-up55 {
    40% {
        height: 55px;
    }
    60% {
        height: 36px;
    }
    80% {
        height: 2px;
    }
    100% {
        height: 55px;
    }
}

@keyframes pump-it-up55 {
    40% {
        height: 55px;
    }
    60% {
        height: 36px;
    }
    80% {
        height: 2px;
    }
    100% {
        height: 55px;
    }
}

@-webkit-keyframes pump-it-up56 {
    40% {
        height: 68px;
    }
    60% {
        height: 33px;
    }
    80% {
        height: 42px;
    }
    100% {
        height: 65px;
    }
}

@keyframes pump-it-up56 {
    40% {
        height: 68px;
    }
    60% {
        height: 33px;
    }
    80% {
        height: 42px;
    }
    100% {
        height: 65px;
    }
}

@-webkit-keyframes pump-it-up57 {
    40% {
        height: 76px;
    }
    60% {
        height: 78px;
    }
    80% {
        height: 63px;
    }
    100% {
        height: 60px;
    }
}

@keyframes pump-it-up57 {
    40% {
        height: 76px;
    }
    60% {
        height: 78px;
    }
    80% {
        height: 63px;
    }
    100% {
        height: 60px;
    }
}

@-webkit-keyframes pump-it-up58 {
    40% {
        height: 3px;
    }
    60% {
        height: 23px;
    }
    80% {
        height: 19px;
    }
    100% {
        height: 55px;
    }
}

@keyframes pump-it-up58 {
    40% {
        height: 3px;
    }
    60% {
        height: 23px;
    }
    80% {
        height: 19px;
    }
    100% {
        height: 55px;
    }
}

@-webkit-keyframes pump-it-up59 {
    40% {
        height: 68px;
    }
    60% {
        height: 40px;
    }
    80% {
        height: 4px;
    }
    100% {
        height: 56px;
    }
}

@keyframes pump-it-up59 {
    40% {
        height: 68px;
    }
    60% {
        height: 40px;
    }
    80% {
        height: 4px;
    }
    100% {
        height: 56px;
    }
}

@-webkit-keyframes pump-it-up60 {
    40% {
        height: 14px;
    }
    60% {
        height: 12px;
    }
    80% {
        height: 1px;
    }
    100% {
        height: 20px;
    }
}

@keyframes pump-it-up60 {
    40% {
        height: 14px;
    }
    60% {
        height: 12px;
    }
    80% {
        height: 1px;
    }
    100% {
        height: 20px;
    }
}

@-webkit-keyframes pump-it-up61 {
    40% {
        height: 22px;
    }
    60% {
        height: 5px;
    }
    80% {
        height: 58px;
    }
    100% {
        height: 5px;
    }
}

@keyframes pump-it-up61 {
    40% {
        height: 22px;
    }
    60% {
        height: 5px;
    }
    80% {
        height: 58px;
    }
    100% {
        height: 5px;
    }
}

@-webkit-keyframes pump-it-up62 {
    40% {
        height: 23px;
    }
    60% {
        height: 28px;
    }
    80% {
        height: 33px;
    }
    100% {
        height: 7px;
    }
}

@keyframes pump-it-up62 {
    40% {
        height: 23px;
    }
    60% {
        height: 28px;
    }
    80% {
        height: 33px;
    }
    100% {
        height: 7px;
    }
}

@-webkit-keyframes pump-it-up63 {
    40% {
        height: 71px;
    }
    60% {
        height: 7px;
    }
    80% {
        height: 61px;
    }
    100% {
        height: 43px;
    }
}

@keyframes pump-it-up63 {
    40% {
        height: 71px;
    }
    60% {
        height: 7px;
    }
    80% {
        height: 61px;
    }
    100% {
        height: 43px;
    }
}

@-webkit-keyframes pump-it-up64 {
    40% {
        height: 38px;
    }
    60% {
        height: 55px;
    }
    80% {
        height: 52px;
    }
    100% {
        height: 48px;
    }
}

@keyframes pump-it-up64 {
    40% {
        height: 38px;
    }
    60% {
        height: 55px;
    }
    80% {
        height: 52px;
    }
    100% {
        height: 48px;
    }
}

@-webkit-keyframes pump-it-up65 {
    40% {
        height: 55px;
    }
    60% {
        height: 36px;
    }
    80% {
        height: 2px;
    }
    100% {
        height: 55px;
    }
}

@keyframes pump-it-up65 {
    40% {
        height: 55px;
    }
    60% {
        height: 36px;
    }
    80% {
        height: 2px;
    }
    100% {
        height: 55px;
    }
}

@-webkit-keyframes pump-it-up66 {
    40% {
        height: 68px;
    }
    60% {
        height: 33px;
    }
    80% {
        height: 42px;
    }
    100% {
        height: 65px;
    }
}

@keyframes pump-it-up66 {
    40% {
        height: 68px;
    }
    60% {
        height: 33px;
    }
    80% {
        height: 42px;
    }
    100% {
        height: 65px;
    }
}

@-webkit-keyframes pump-it-up67 {
    40% {
        height: 76px;
    }
    60% {
        height: 78px;
    }
    80% {
        height: 63px;
    }
    100% {
        height: 60px;
    }
}

@keyframes pump-it-up67 {
    40% {
        height: 76px;
    }
    60% {
        height: 78px;
    }
    80% {
        height: 63px;
    }
    100% {
        height: 60px;
    }
}

@-webkit-keyframes pump-it-up68 {
    40% {
        height: 3px;
    }
    60% {
        height: 23px;
    }
    80% {
        height: 19px;
    }
    100% {
        height: 55px;
    }
}

@keyframes pump-it-up68 {
    40% {
        height: 3px;
    }
    60% {
        height: 23px;
    }
    80% {
        height: 19px;
    }
    100% {
        height: 55px;
    }
}

@-webkit-keyframes pump-it-up69 {
    40% {
        height: 68px;
    }
    60% {
        height: 40px;
    }
    80% {
        height: 4px;
    }
    100% {
        height: 75px;
    }
}

@keyframes pump-it-up69 {
    40% {
        height: 68px;
    }
    60% {
        height: 40px;
    }
    80% {
        height: 4px;
    }
    100% {
        height: 75px;
    }
}

@-webkit-keyframes pump-it-up70 {
    40% {
        height: 14px;
    }
    60% {
        height: 12px;
    }
    80% {
        height: 1px;
    }
    100% {
        height: 20px;
    }
}

@keyframes pump-it-up70 {
    40% {
        height: 14px;
    }
    60% {
        height: 12px;
    }
    80% {
        height: 1px;
    }
    100% {
        height: 20px;
    }
}

@-webkit-keyframes pump-it-up71 {
    40% {
        height: 22px;
    }
    60% {
        height: 5px;
    }
    80% {
        height: 58px;
    }
    100% {
        height: 5px;
    }
}

@keyframes pump-it-up71 {
    40% {
        height: 22px;
    }
    60% {
        height: 5px;
    }
    80% {
        height: 58px;
    }
    100% {
        height: 5px;
    }
}

@-webkit-keyframes pump-it-up72 {
    40% {
        height: 23px;
    }
    60% {
        height: 28px;
    }
    80% {
        height: 33px;
    }
    100% {
        height: 7px;
    }
}

@keyframes pump-it-up72 {
    40% {
        height: 23px;
    }
    60% {
        height: 28px;
    }
    80% {
        height: 33px;
    }
    100% {
        height: 7px;
    }
}

@-webkit-keyframes pump-it-up73 {
    40% {
        height: 71px;
    }
    60% {
        height: 7px;
    }
    80% {
        height: 55px;
    }
    100% {
        height: 43px;
    }
}

@keyframes pump-it-up73 {
    40% {
        height: 71px;
    }
    60% {
        height: 7px;
    }
    80% {
        height: 55px;
    }
    100% {
        height: 43px;
    }
}

@-webkit-keyframes pump-it-up74 {
    40% {
        height: 38px;
    }
    60% {
        height: 55px;
    }
    80% {
        height: 52px;
    }
    100% {
        height: 48px;
    }
}

@keyframes pump-it-up74 {
    40% {
        height: 38px;
    }
    60% {
        height: 55px;
    }
    80% {
        height: 52px;
    }
    100% {
        height: 48px;
    }
}

@-webkit-keyframes pump-it-up75 {
    40% {
        height: 55px;
    }
    60% {
        height: 36px;
    }
    80% {
        height: 2px;
    }
    100% {
        height: 55px;
    }
}

@keyframes pump-it-up75 {
    40% {
        height: 55px;
    }
    60% {
        height: 36px;
    }
    80% {
        height: 2px;
    }
    100% {
        height: 55px;
    }
}

@-webkit-keyframes pump-it-up76 {
    40% {
        height: 68px;
    }
    60% {
        height: 33px;
    }
    80% {
        height: 42px;
    }
    100% {
        height: 65px;
    }
}

@keyframes pump-it-up76 {
    40% {
        height: 68px;
    }
    60% {
        height: 33px;
    }
    80% {
        height: 42px;
    }
    100% {
        height: 65px;
    }
}

@-webkit-keyframes pump-it-up77 {
    40% {
        height: 76px;
    }
    60% {
        height: 78px;
    }
    80% {
        height: 63px;
    }
    100% {
        height: 60px;
    }
}

@keyframes pump-it-up77 {
    40% {
        height: 76px;
    }
    60% {
        height: 78px;
    }
    80% {
        height: 63px;
    }
    100% {
        height: 60px;
    }
}

@-webkit-keyframes pump-it-up78 {
    40% {
        height: 3px;
    }
    60% {
        height: 23px;
    }
    80% {
        height: 19px;
    }
    100% {
        height: 55px;
    }
}

@keyframes pump-it-up78 {
    40% {
        height: 3px;
    }
    60% {
        height: 23px;
    }
    80% {
        height: 19px;
    }
    100% {
        height: 55px;
    }
}

@-webkit-keyframes pump-it-up79 {
    40% {
        height: 68px;
    }
    60% {
        height: 40px;
    }
    80% {
        height: 4px;
    }
    100% {
        height: 65px;
    }
}

@keyframes pump-it-up79 {
    40% {
        height: 68px;
    }
    60% {
        height: 40px;
    }
    80% {
        height: 4px;
    }
    100% {
        height: 65px;
    }
}

@-webkit-keyframes pump-it-up80 {
    40% {
        height: 14px;
    }
    60% {
        height: 12px;
    }
    80% {
        height: 1px;
    }
    100% {
        height: 20px;
    }
}

@keyframes pump-it-up80 {
    40% {
        height: 14px;
    }
    60% {
        height: 12px;
    }
    80% {
        height: 1px;
    }
    100% {
        height: 20px;
    }
}

.equalizer-bl {
    position: fixed;
    bottom: 55%;
    left: 53%;
    right: 50%;
    opacity: 0.3;
    z-index: -10;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    -webkit-transform-origin: 30px 0px;
    -ms-transform-origin: 30px 0px;
    transform-origin: 30px 0px;
}

@media (max-width: 1680px) {
    .equalizer-bl {
        right: -1100px;
        left: auto;
    }
}

@media (max-width: 1400px) {
    .equalizer-bl {
        right: auto;
        left: 620px;
    }
}

@media (max-width: 1200px) {
    .equalizer-bl {
        right: -1340px;
        left: auto;
    }
}

.equalizer-bl .equalizer {
    width: 1920px;
    height: 100%;
}

.equalizer-bl .equalizer .levels {
    width: 100%;
    top: 37px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    position: relative;
}

.equalizer-bl .equalizer .levels.reflection {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
    top: 0;
}

.equalizer-bl .equalizer .levels .level {
    width: 1px;
    height: 50px;
    margin-left: 0px;
    display: inline-block;
    position: relative;
}

.equalizer-bl .equalizer .levels .level:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FFF;
    width: 2px;
    border-radius: 50% 50% 0 0;
}

.equalizer-bl .equalizer .levels .level.level1:after {
    height: 5px;
    -webkit-animation: pump-it-up1 1165ms linear infinite alternate;
    animation: pump-it-up1 1165ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level2:after {
    height: 15px;
    -webkit-animation: pump-it-up2 1163ms linear infinite alternate;
    animation: pump-it-up2 1163ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level3:after {
    height: 25px;
    -webkit-animation: pump-it-up3 1318ms linear infinite alternate;
    animation: pump-it-up3 1318ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level4:after {
    height: 10px;
    -webkit-animation: pump-it-up4 1497ms linear infinite alternate;
    animation: pump-it-up4 1497ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level5:after {
    height: 45px;
    -webkit-animation: pump-it-up5 1208ms linear infinite alternate;
    animation: pump-it-up5 1208ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level6:after {
    height: 35px;
    -webkit-animation: pump-it-up6 1443ms linear infinite alternate;
    animation: pump-it-up6 1443ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level7:after {
    height: 25px;
    -webkit-animation: pump-it-up7 1488ms linear infinite alternate;
    animation: pump-it-up7 1488ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level8:after {
    height: 15px;
    -webkit-animation: pump-it-up8 1131ms linear infinite alternate;
    animation: pump-it-up8 1131ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level9:after {
    height: 60px;
    -webkit-animation: pump-it-up9 1046ms linear infinite alternate;
    animation: pump-it-up9 1046ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level10:after {
    height: 50px;
    -webkit-animation: pump-it-up10 1361ms linear infinite alternate;
    animation: pump-it-up10 1361ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level11:after {
    height: 40px;
    -webkit-animation: pump-it-up11 1427ms linear infinite alternate;
    animation: pump-it-up11 1427ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level12:after {
    height: 30px;
    -webkit-animation: pump-it-up12 1137ms linear infinite alternate;
    animation: pump-it-up12 1137ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level13:after {
    height: 20px;
    -webkit-animation: pump-it-up13 1089ms linear infinite alternate;
    animation: pump-it-up13 1089ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level14:after {
    height: 60px;
    -webkit-animation: pump-it-up14 1033ms linear infinite alternate;
    animation: pump-it-up14 1033ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level15:after {
    height: 70px;
    -webkit-animation: pump-it-up15 800ms linear infinite alternate;
    animation: pump-it-up15 800ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level16:after {
    height: 60px;
    -webkit-animation: pump-it-up16 890ms linear infinite alternate;
    animation: pump-it-up16 890ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level17:after {
    height: 15px;
    -webkit-animation: pump-it-up17 1319ms linear infinite alternate;
    animation: pump-it-up17 1319ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level18:after {
    height: 50px;
    -webkit-animation: pump-it-up18 1189ms linear infinite alternate;
    animation: pump-it-up18 1189ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level19:after {
    height: 40px;
    -webkit-animation: pump-it-up19 1433ms linear infinite alternate;
    animation: pump-it-up19 1433ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level20:after {
    height: 30px;
    -webkit-animation: pump-it-up20 1800ms linear infinite alternate;
    animation: pump-it-up20 1800ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level21:after {
    height: 50px;
    -webkit-animation: pump-it-up21 1700ms linear infinite alternate;
    animation: pump-it-up21 1700ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level22:after {
    height: 50px;
    -webkit-animation: pump-it-up22 1600ms linear infinite alternate;
    animation: pump-it-up22 1600ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level23:after {
    height: 40px;
    -webkit-animation: pump-it-up23 920ms linear infinite alternate;
    animation: pump-it-up23 920ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level24:after {
    height: 30px;
    -webkit-animation: pump-it-up24 1317ms linear infinite alternate;
    animation: pump-it-up24 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level25:after {
    height: 20px;
    -webkit-animation: pump-it-up25 1200ms linear infinite alternate;
    animation: pump-it-up25 1200ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level26:after {
    height: 60px;
    -webkit-animation: pump-it-up26 1400ms linear infinite alternate;
    animation: pump-it-up26 1400ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level27:after {
    height: 70px;
    -webkit-animation: pump-it-up27 1600ms linear infinite alternate;
    animation: pump-it-up27 1600ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level28:after {
    height: 60px;
    -webkit-animation: pump-it-up28 1700ms linear infinite alternate;
    animation: pump-it-up28 1700ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level29:after {
    height: 50px;
    -webkit-animation: pump-it-up29 1800ms linear infinite alternate;
    animation: pump-it-up29 1800ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level30:after {
    height: 40px;
    -webkit-animation: pump-it-up30 1900ms linear infinite alternate;
    animation: pump-it-up30 1900ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level31:after {
    height: 30px;
    -webkit-animation: pump-it-up31 1317ms linear infinite alternate;
    animation: pump-it-up31 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level32:after {
    height: 20px;
    -webkit-animation: pump-it-up32 1317ms linear infinite alternate;
    animation: pump-it-up32 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level33:after {
    height: 40px;
    -webkit-animation: pump-it-up33 1317ms linear infinite alternate;
    animation: pump-it-up33 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level34:after {
    height: 50px;
    -webkit-animation: pump-it-up34 1317ms linear infinite alternate;
    animation: pump-it-up34 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level35:after {
    height: 60px;
    -webkit-animation: pump-it-up35 1317ms linear infinite alternate;
    animation: pump-it-up35 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level36:after {
    height: 70px;
    -webkit-animation: pump-it-up36 1317ms linear infinite alternate;
    animation: pump-it-up36 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level37:after {
    height: 60px;
    -webkit-animation: pump-it-up37 1317ms linear infinite alternate;
    animation: pump-it-up37 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level38:after {
    height: 40px;
    -webkit-animation: pump-it-up38 1317ms linear infinite alternate;
    animation: pump-it-up38 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level39:after {
    height: 30px;
    -webkit-animation: pump-it-up39 1317ms linear infinite alternate;
    animation: pump-it-up39 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level40:after {
    height: 70px;
    -webkit-animation: pump-it-up40 1317ms linear infinite alternate;
    animation: pump-it-up40 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level41:after {
    height: 80px;
    -webkit-animation: pump-it-up41 1317ms linear infinite alternate;
    animation: pump-it-up41 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level42:after {
    height: 70px;
    -webkit-animation: pump-it-up42 1317ms linear infinite alternate;
    animation: pump-it-up42 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level43:after {
    height: 30px;
    -webkit-animation: pump-it-up43 1317ms linear infinite alternate;
    animation: pump-it-up43 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level44:after {
    height: 60px;
    -webkit-animation: pump-it-up44 1317ms linear infinite alternate;
    animation: pump-it-up44 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level45:after {
    height: 50px;
    -webkit-animation: pump-it-up45 1317ms linear infinite alternate;
    animation: pump-it-up45 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level46:after {
    height: 70px;
    -webkit-animation: pump-it-up46 1317ms linear infinite alternate;
    animation: pump-it-up46 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level47:after {
    height: 50px;
    -webkit-animation: pump-it-up47 1317ms linear infinite alternate;
    animation: pump-it-up47 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level48:after {
    height: 30px;
    -webkit-animation: pump-it-up48 1317ms linear infinite alternate;
    animation: pump-it-up48 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level49:after {
    height: 70px;
    -webkit-animation: pump-it-up49 1317ms linear infinite alternate;
    animation: pump-it-up49 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level50:after {
    height: 60px;
    -webkit-animation: pump-it-up50 1317ms linear infinite alternate;
    animation: pump-it-up50 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level51:after {
    height: 50px;
    -webkit-animation: pump-it-up51 1317ms linear infinite alternate;
    animation: pump-it-up51 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level52:after {
    height: 40px;
    -webkit-animation: pump-it-up52 1317ms linear infinite alternate;
    animation: pump-it-up52 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level53:after {
    height: 30px;
    -webkit-animation: pump-it-up53 1317ms linear infinite alternate;
    animation: pump-it-up53 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level54:after {
    height: 20px;
    -webkit-animation: pump-it-up54 1317ms linear infinite alternate;
    animation: pump-it-up54 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level55:after {
    height: 15px;
    -webkit-animation: pump-it-up55 1317ms linear infinite alternate;
    animation: pump-it-up55 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level56:after {
    height: 30px;
    -webkit-animation: pump-it-up56 1317ms linear infinite alternate;
    animation: pump-it-up56 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level57:after {
    height: 40px;
    -webkit-animation: pump-it-up57 1317ms linear infinite alternate;
    animation: pump-it-up57 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level58:after {
    height: 50px;
    -webkit-animation: pump-it-up58 1317ms linear infinite alternate;
    animation: pump-it-up58 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level59:after {
    height: 60px;
    -webkit-animation: pump-it-up59 1317ms linear infinite alternate;
    animation: pump-it-up59 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level60:after {
    height: 70px;
    -webkit-animation: pump-it-up60 1317ms linear infinite alternate;
    animation: pump-it-up60 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level61:after {
    height: 60px;
    -webkit-animation: pump-it-up61 1317ms linear infinite alternate;
    animation: pump-it-up61 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level62:after {
    height: 50px;
    -webkit-animation: pump-it-up62 1317ms linear infinite alternate;
    animation: pump-it-up62 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level63:after {
    height: 40px;
    -webkit-animation: pump-it-up63 1317ms linear infinite alternate;
    animation: pump-it-up63 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level64:after {
    height: 30px;
    -webkit-animation: pump-it-up64 1317ms linear infinite alternate;
    animation: pump-it-up64 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level65:after {
    height: 20px;
    -webkit-animation: pump-it-up65 1317ms linear infinite alternate;
    animation: pump-it-up65 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level66:after {
    height: 30px;
    -webkit-animation: pump-it-up66 1317ms linear infinite alternate;
    animation: pump-it-up66 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level67:after {
    height: 40px;
    -webkit-animation: pump-it-up67 1317ms linear infinite alternate;
    animation: pump-it-up67 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level68:after {
    height: 70px;
    -webkit-animation: pump-it-up68 1317ms linear infinite alternate;
    animation: pump-it-up68 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level69:after {
    height: 60px;
    -webkit-animation: pump-it-up69 1317ms linear infinite alternate;
    animation: pump-it-up69 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level70:after {
    height: 50px;
    -webkit-animation: pump-it-up70 1317ms linear infinite alternate;
    animation: pump-it-up70 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level71:after {
    height: 40px;
    -webkit-animation: pump-it-up71 1317ms linear infinite alternate;
    animation: pump-it-up71 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level72:after {
    height: 30px;
    -webkit-animation: pump-it-up72 1317ms linear infinite alternate;
    animation: pump-it-up72 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level73:after {
    height: 70px;
    -webkit-animation: pump-it-up73 1317ms linear infinite alternate;
    animation: pump-it-up73 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level74:after {
    height: 60px;
    -webkit-animation: pump-it-up74 1317ms linear infinite alternate;
    animation: pump-it-up74 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level75:after {
    height: 50px;
    -webkit-animation: pump-it-up75 1317ms linear infinite alternate;
    animation: pump-it-up75 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level76:after {
    height: 40px;
    -webkit-animation: pump-it-up76 1317ms linear infinite alternate;
    animation: pump-it-up76 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level77:after {
    height: 30px;
    -webkit-animation: pump-it-up77 1317ms linear infinite alternate;
    animation: pump-it-up77 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level78:after {
    height: 20px;
    -webkit-animation: pump-it-up78 1317ms linear infinite alternate;
    animation: pump-it-up78 1317ms linear infinite alternate;
}

.equalizer-bl .equalizer .levels .level.level79:after {
    height: 10px;
    -webkit-animation: pump-it-up79 1317ms linear infinite alternate;
    animation: pump-it-up79 1317ms linear infinite alternate;
}

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

.stop:after {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 0;
}

footer .linear {
    background: url(../img/layers.png) no-repeat center;
    width: 100%;
    height: 56px;
    background-size: cover;
    margin: 0 0 20px;
    position: relative;
}

footer .linear .line {
    width: 3px;
    height: 100%;
    background: #f00;
    position: absolute;
    left: 50%;
    right: 0;
    z-index: 2;
    -webkit-transition: all 5s linear;
    -o-transition: all 5s linear;
    transition: all 5s linear;
}

@media (max-width: 1200px) {
    footer .linear .line {
        -webkit-transition: all 4s linear;
        -o-transition: all 4s linear;
        transition: all 4s linear;
    }
}

@media (max-width: 992px) {
    footer .linear .line {
        -webkit-transition: all 3s linear;
        -o-transition: all 3s linear;
        transition: all 3s linear;
    }
}

@media (max-width: 768px) {
    footer .linear .line {
        -webkit-transition: all 2s linear;
        -o-transition: all 2s linear;
        transition: all 2s linear;
    }
}

footer .container .bl-news .slider-news {
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .container .bl-news .slider-news .item {
    background: #333;
    padding: 5px 15px 0;
}

footer .container .bl-news .slider-news .item:nth-child(even) {
    background-color: #727171;
}

footer .container .bl-news .slider-news .item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

footer .container .bl-news .slider-news .item a .img img {
    width: 100%;
    max-width: 200px;
}

footer .container .bl-news .slider-news .item a .title {
    margin-left: 15px;
}

@media (max-width: 992px) {
    footer {
        position: inherit;
    }
}

@media (max-width: 1400px) {
    .slider-news {
        width: 100%;
        max-width: 990px;
        margin: 0 auto;
    }
}

.slider-news .owl-stage-outer .owl-stage .owl-item:nth-child(even) .item {
    background: #333333;
}

.slider-news .owl-stage-outer .owl-stage .owl-item:nth-child(odd) .item {
    background: #5f5e5e;
}

.slider-news .owl-nav {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.slider-news .owl-nav .owl-prev {
    position: absolute;
    background: url(../img/prev.png) no-repeat center;
    width: 18px;
    height: 60px;
    left: -30px;
}

.slider-news .owl-nav .owl-next {
    position: absolute;
    background: url(../img/next.png) no-repeat center;
    width: 18px;
    height: 60px;
    right: 10px;
}

@media (max-width: 992px) {
    .slider-news .owl-nav {
        top: -60px;
        max-width: 50px;
        margin: 0 auto;
        left: 30px;
        right: 0;
        height: 70px;
        z-index: 10
    }
}

@media (max-width: 992px) {
    .slider-news .owl-nav .owl-prev:before {
        content: 'влево';
        position: absolute;
        top: 20px;
        left: -55px;
        color: #fff;
    }
}

@media (max-width: 992px) {
    .slider-news .owl-nav .owl-next:before {
        content: 'вправо';
        position: absolute;
        top: 20px;
        right: -65px;
        color: #fff;
    }
}

.js-form .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 992px) {
    .js-form .item {
        margin-bottom: 5px;
        height: 40px;
    }
}

.js-form .item:nth-child(5) {
    margin: 10px 0 0;
}

.js-form .item label {
    font-size: 16px;
    line-height: 35px;
    width: 330px;
}

@media (max-width: 992px) {
    .js-form .item label {
        line-height: 25px;
        padding-right: 20px;
        line-height: 20px;
    }
}

.js-form .item input {
    height: 30px;
    font-size: 18px;
    max-width: 60px;
    text-align: center;
    background: none;
    color: #fff;
    border: 1px solid #fff;
    margin-right: 40px;
    outline: none;
}

.noUi-horizontal {
    width: 250px;
    height: 3px;
    top: 4px;
}

.noUi-handle:before, .noUi-handle:after {
    display: none;
}

.noUi-horizontal .noUi-handle {
    width: 5px;
    height: 25px;
    background: #f00;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    top: -13px;
    outline: none;
    right: -1px;
}

.noUi-connect {
    background: transparent;
}

.breadcrumbs {
    margin: 10px 0 15px;
}

@media (max-width: 768px) {
    .breadcrumbs {
        /* max-width: 250px; */
        margin: 10px 0 40px;
    }
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
}

.breadcrumbs ul li {
    display: inline-block;
    font-size: 16px;
}

.breadcrumbs ul li a {
    color: #f00;
    text-decoration: none;
    margin-right: 20px;
    position: relative;
}

.breadcrumbs ul li a:before {
    content: '/';
    position: absolute;
    top: 0;
    right: -15px;
    font-size: 18px;
}

.checkbox {
    display: none;
}

.checkbox + label {
    position: relative;
    padding: 0 0 0 60px;
    cursor: pointer;
}

.checkbox + label:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 15px;
    width: 26px;
    height: 26px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border: 1px solid #fff;
}

.checkbox:checked + label:before {
    background: url(../img/checkbox.png) no-repeat center;
    width: 26px;
    height: 26px;
}

.radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.radio + label {
    position: relative;
    cursor: pointer;
    display: block;
    padding-left: 30px;
    font-size: 16px;
}

.radio + label:before {
    content: '';
    position: absolute;
    background: url(../img/radio.png) no-repeat 50% 10%;
    top: -4px;
    left: 0;
    width: 26px;
    height: 26px;
}

.radio + label:after {
    content: '';
    position: absolute;
    background: url(../img/radio-checked.png) no-repeat 50% 10%;
    top: -2px;
    left: 2px;
    width: 22px;
    height: 22px;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.radio:checked + label:after {
    opacity: 1;
}

.personal-table {
    display: none;
    opacity: 0;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    width: 95%;
    margin: 10px 0 0;
}
@media (max-width: 1400px) {
    .personal-table {
      width: 100%;
    }
}
@media (max-width: 1200px) {
    .personal-table {
      width: 90%;
    }
}
@media (max-width: 992px) {
    .personal-table {
      width: 100%;
    }
}
/* @media (max-width: 1200px) {
    .personal-table {
        width: 100%;
    }
} */
/* @media (max-width: 1200px) {
    .personal-table {
      width: 90%;
    }
} */
.personal-table.active {
    opacity: 1;
    display: block;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
}

.personal-table .item {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; */
    display: table;
}

/* @media (max-width: 992px) {
    .personal-table .item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
} */

.personal-table .item .personal-logo {
    overflow: hidden;
    width: 100%;
    min-width: 172px;
    max-width: 172px;
    height: 172px;
    border-radius: 50%;
    text-align: center;
    margin: 10px auto 0;
}
/* @media (max-width: 1200px) {
    .personal-table .item .personal-logo {
        margin: 0 0 0 50px;
    }
} */
@media (max-width: 768px) {
    .personal-table .item .personal-logo {
        margin: 0px auto 40px;
    }
}

.personal-table .item .detail-text {
    width: 80%;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    margin: 20px 0 20px 40px;
}

@media (max-width: 1200px) {
    .personal-table .item .detail-text {
        width: 70%;
    }
}

@media (max-width: 768px) {
    .personal-table .item .detail-text {
        width: 100%;
        margin: 20px 0 20px 30px;
    }
}

/* .personal-table .item .detail-text div {
    margin: 0 0 10px;
} */

.personal-table .item .detail-text .fio {
    font-size: 24px;
    font-weight: 400;
}

.personal-table .item .detail-text .position {
    font-size: 20px;
    font-weight: 300;
    color: #f00;
}

.personal-table .item .detail-text .mail {
    font-family: "Arial";
    font-size: 16px;
    font-weight: 100;
}

.personal-table .item .detail-text .phone {
    font-family: "Arial";
    font-size: 16px;
    font-weight: 100;
    color: #fff;
}

.personal-table .item .detail-text .description {
    font-size: 18px;
    line-height: 25px;
}
@media (max-width: 1200px) {
  .personal-table .item .detail-text .description {
      font-size: 16px;
      line-height: 25px;
  }
}
.price-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .price-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.price-list .item {
    width: 40%;
}

@media (max-width: 1200px) {
    .price-list .item {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .price-list .item {
        width: 100%;
    }
}

.price-list .item._full {
    width: 100%;
    display: block;
}

.price-list .item .price-title {
    font-family: "Arial";
    font-size: 18px;
    font-weight: 700;
    padding-left: 40px;
    color: #f00;
}

.price-list .item ul {
    margin: 10px 0 40px;
}

.price-list .item ul li {
    display: table;
    position: relative;
}

.price-list .item ul li:before {
    content: '';
    position: absolute;
    width: 19px;
    height: 19px;
    top: 5px;
    left: -40px;
    background: url(../img/download.svg) no-repeat center;
}

.price-list .item ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: underline;
}

.contact-about .item {
    margin: 0 0 40px;
}

.contact-about .item .title {
    font-size: 30px;
    font-weight: 700;
}

.contact-about .item .address {
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 20px;
}

.contact-about .item .emails {
    margin: 0 0 20px;
}

.contact-about .item .emails .label {
    font-size: 20px;
    font-weight: 700;
}

.contact-about .item .emails .mail {
    font-size: 18px;
    font-weight: 400;
}

.contact-about .item .phone-map {
    margin: 0 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .contact-about .item .phone-map {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.contact-about .item .phone-map .phones {
    width: 200px;
}

.contact-about .item .phone-map .phones .label {
    font-size: 20px;
    font-weight: 400;
}

.contact-about .item .phone-map .phones .phone {
    font-size: 18px;
    font-weight: 400;
}

.contact-about .item .phone-map .map {
    width: 80%;
}

@media (max-width: 768px) {
    .contact-about .item .phone-map .map {
        width: 100%;
        margin: 20px 0 0;
    }
}

.contact-about .item .phone-map .map img {
    width: 100%;
}

._dop {
    margin: 20px 0 0;
    padding: 0;
}

._dop .filter-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

._dop .filter-table .dop-menu-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 40px;
}
@media (max-width: 768px) {
  ._dop .filter-table .dop-menu-1 {
      margin: 0px;
  }
}
._dop .filter-table .dop-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

._dop .filter-table .dop-menu-2._sex {
    display: none;
}

._dop .filter-table .dop-menu-2.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

._dop .filter-table .dop-menu-3 {
    display: none;
}

._dop .filter-table .dop-menu-3.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

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

.company-photo {
    margin-top: 25px;
}

/* #ptable-3 {
  margin-top: 30px;
} */

.block-content._page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 0;
}

@media (max-width: 992px) {
    .block-content._page {
        padding: 20px 0 40px;
    }
}

@media (max-width: 768px) {
    .block-content._page {
        padding: 0px;
    }
}

.block-content._page .left-block {
    width: 100%;
    max-width: 150px;
}

@media (max-width: 992px) {
    .block-content._page .left-block {
        display: none;
    }
}

.block-content._page .container {
    width: 100%;
}

.block-content._page .right-block {
    width: 100%;
    max-width: 220px;
    padding-right: 40px;
}

@media (max-width: 992px) {
    .block-content._page .right-block {
        display: none;
    }
}

.mobile-header-title {
    display: none;
}

@media (max-width: 992px) {
    .mobile-header-title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #fff;
    }
}

@media (max-width: 768px) {
    .mobile-header-title {
        padding-bottom: 0;
    }
}

.mobile-header-title .mobile-logo {
    padding: 0;
    margin: 0;
    color: #f00;
    text-decoration: none;
    font-size: 70px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 10px 6px rgba(0, 0, 0, 0.16);
    letter-spacing: 10px;
    font-family: "Arial Black", sans-serif;
}

@media (max-width: 992px) {
    .mobile-header-title .mobile-logo {
        font-size: 60px;
    }
}

.social {
    margin: 20px 0 0;
    text-align: right;
    width: 100%;
    display: block;
}

.social i {
    font-size: 18px;
    color: #fff;
    margin-left: 12px;
}

.social._mobile {
    display: none;
}

@media (max-width: 992px) {
    .social._mobile {
        position: absolute;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        top: 35px;
        margin: 0;
        left: 420px;
        right: 0;
        width: 126px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .social i {
      font-size: 20px;
    }
}

/* @media (max-width: 992px) {
    .social._mobile {
        left: 15px;
    }
} */

.phone-mobile a {
    position: absolute;
    top: 110px;
    left: 15px;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
}

.calc-mobile {
    position: absolute;
    right: 30px;
    top: 140px;
    z-index: 10;
}

/* @media (max-width: 992px) {
    .calc-mobile {
        top: 115px;
    }
} */

.calc-mobile .item {
    width: 40px;
    display: block;
}

.calc-mobile .item img {
    width: 100%;
}

.content {
    padding: 20px 0 0;
}

@media (max-width: 992px) {
    .content {
        padding: 40px 0 0;
    }
}

.content h1 {
    display: none;
    color: #fff;
    font-size: 36px;
    font-weight: 400;
}

@media (max-width: 992px) {
    .content h1 {
        font-size: 26px;
        margin: 40px 0 20px;
    }
}

.personal-filter > ul {
    display: inline-block;
    text-align: right;
    margin: 40px 0 0;
    float: right;
    list-style-type: none;
}

.personal-filter > ul li {
    margin: 0 0 15px;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 300;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
@media (max-width: 1400px) {
  .personal-filter > ul {
    margin: 20px 0 0;
  }
  .personal-filter > ul li {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
    .personal-filter > ul li {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .personal-filter > ul li {
        margin: 0 0 10px;
    }
}

.personal-filter > ul li.active {
    position: relative;
    color: #f00;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.personal-table .child-post {
    display: none;
}

.personal-table .child-post.active {
    opacity: 1;
    display: block;
}

ul.child-menu {
    display: none;
    text-align: right;
    float: right;
    list-style-type: none;
}

@media (max-width: 768px) {
    ul.child-menu {
        top: 160px;
    }
}

ul.child-menu.active {
    display: block;
    border-top: 1px solid #fff;
    padding-top: 20px;
}

ul.child-menu li {
  margin: 0 0 5px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
@media (max-width: 1400px) {
  ul.child-menu li {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
    ul.child-menu li {
        display: table;
        margin: 0 0 10px;
    }
}

ul.child-menu li.active {
    position: relative;
    color: #f00;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.menu-dop-slide {
    top: -100px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    position: fixed;
    height: 40px;
    transition: all .5s linear;
    background: #313131;
    z-index: 99;
    width: 100%;
}

.menu-dop-slide.active {
    top: 0;
}

.menu-dop-slide.active .dot {
    cursor: pointer;
    text-align: center;
    width: 90px;
    margin: 10px auto;
}

.menu-dop-slide.active .dot span {
    display: inline-block;
    background: #f00;
    width: 10px;
    height: 10px;
    color: #f00;
    margin: 0 5px;
    border-radius: 50px;
}

/* #ptable-3 {
  margin-top: 0;
} */

.select-mobile {
    display: none;
}

@media (max-width: 992px) {
    .select-mobile {
        display: block;
    }
}

.slider-radio.owl-carousel {
    width: 992px;
    margin: 0 auto;
}

@media (max-width: 1400px) {
    .slider-radio.owl-carousel {
        width: 100%;
        margin: auto;
    }
}

/* @media (max-width: 1200px) {
    .slider-radio.owl-carousel {
        width: 100%;
    }
} */

.slider-radio.owl-carousel .owl-item {
    position: relative;
    top: 40px;
}

.slider-radio.owl-carousel .owl-item.active {
    z-index: 1;
}

.slider-radio.owl-carousel .owl-item.active .item {
    overflow: hidden;
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.slider-radio.owl-carousel .owl-item.active .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 1;
    opacity: 0.3;
}

.slider-radio.owl-carousel .owl-item.active.center {
    zoom: 1.2;
    top: 10px;
    z-index: 2;
    margin: 0 -15px 0 -25px !important;
}

@media (max-width: 992px) {
    .slider-radio.owl-carousel .owl-item.active.center {
        zoom: 1;
        margin: 0 auto !important;
    }
}

.slider-radio.owl-carousel .owl-item.active.center .item {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.slider-radio.owl-carousel .owl-item.active.center .item:before {
    display: none;
}

.slider-radio.owl-carousel .item {
    width: 220px;
    height: 200px;
    border-radius: 20px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    background: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 40px;
    position: relative;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1200px) {
    .slider-radio.owl-carousel .item {
      width: 160px;
      height: 140px;
    }
}

.slider-radio.owl-carousel .item img {
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    max-width: 140px;
}
@media (max-width: 1200px) {
  .slider-radio.owl-carousel .item img {
    max-width: 100px;
  }
}
.slider-radio.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.slider-radio.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.slider-radio.owl-carousel .owl-dots .owl-dot.active span, .slider-radio.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.7);
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

.slider-radio.owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transition: all 250ms ease-out 0s;
    -o-transition: all 250ms ease-out 0s;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

.menu-left {
    display: none;
    list-style-type: none;
}

.menu-left.active {
    display: inline-block;
    text-align: right;
    margin: 40px 0 0;
    float: right;
}
@media (max-width: 1400px) {
  .menu-left.active {
    margin: 20px 0 0;
  }
}
@media (max-width: 992px) {
    .menu-left.active {
        display: none;
    }
}

.jq-selectbox {
    max-width: 250px;
    margin: 0 0 40px;
}

@media (max-width: 768px) {
    .jq-selectbox {
        max-width: 100%;
    }
}

.jq-selectbox.mobile-radio {
    display: none;
}

.jq-selectbox.mobile-radio.active {
    display: block;
}

.select-desktop ul {
    margin: 0;
    padding: 0;
}

.select-desktop ul li {
    margin: 0 0 15px;
}

.select-desktop ul li.active {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.select-desktop ul li.active a {
    color: #f00;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.select-desktop ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 300;
}
@media (max-width: 1400px) {
  .select-desktop ul li {
    margin: 0 0 10px;
  }
  .select-desktop ul li a {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .select-desktop ul li a {
    font-size: 18px;
  }
}

.jq-selectbox {
    position: relative;
    max-width: 180px;
    width: 100%;
    z-index: 4;
}

.jq-selectbox .jq-selectbox__select {
    border: 1px solid #fff !important;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    text-shadow: none;
    font-size: 16px;
    height: 32px;
    padding: 0px 0px 0px 10px;
}

.jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
    top: 5px;
    border: none;
}

.jq-selectbox .jq-selectbox__dropdown {
    position: absolute;
    top: 39px !important;
    border: 0 !important;
    border-radius: 0;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
    z-index: 999;
}

.jq-selectbox .jq-selectbox__dropdown ul {
    height: 100%;
    max-height: 600px !important;
    background: #fff;
}

.jq-selectbox .jq-selectbox__dropdown ul li {
    display: block;
}

.jq-selectbox .jq-selectbox__dropdown ul li:hover {
    background-color: #ccc;
    color: #fff;
}

.jq-selectbox__trigger-arrow {
    border-top: 5px solid #f00;
    top: 10px;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top: 5px solid #f00;
}

.custom-select {
    position: relative;
    margin: 40px 0 40px;
    display: none;
}

.custom-select.active {
    display: block;
    outline: none;
    background: transparent;
}

.custom-select.default {
    display: block;
}

.custom-select select {
    display: none;
}

.select-selected {
    background-color: transparent;
}

.select-selected.select-arrow-active {
    background-color: transparent;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid #fff;
    border-color: #fff transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid #fff;
    cursor: pointer;
}

.select-items div {
    color: #333;
    padding: 8px 16px;
    cursor: pointer;
}

.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.span-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1200px) {
    .span-12 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.detail-text {
  line-height: 25px;
  text-align: justify;
  padding: 0 20px 0;
}

.span-8 {
    padding-left: 20px;
}

@media (max-width: 768px) {
    .span-8 {
        padding-left: 0px;
    }
}

.radio-logo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    margin: 20px 0px 0;
    position: relative;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.radio-logo.fix {
    position: fixed;
    top: 40px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

@media (max-width: 1200px) {
    .radio-logo.fix {
        position: relative;
        top: 0;
    }
}

.radio-logo img {
    width: 100%;
    max-width: 120px;
}

.block-detail-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0;
}

@media (max-width: 1200px) {
    .block-detail-icon {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .block-detail-icon {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        margin: 40px auto;
        flex-wrap: wrap;
    }
}

.block-detail-icon .detail-icon {
    text-align: center;
    width: 25%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .block-detail-icon .detail-icon {
        width: 50%;
    }
}

.block-detail-icon .detail-icon .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 120px;
}

@media (max-width: 768px) {
    .block-detail-icon .detail-icon .item {
        height: 90px;
    }
}

.block-detail-icon .detail-icon .item img {
    max-width: 30%;
}

.block-detail-icon .detail-icon .title {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #f00;
}

@media (max-width: 768px) {
    .block-detail-icon .detail-icon .title {
        font-size: 28px;
    }
}

.block-detail-icon .detail-icon p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 5px;
}

@media (max-width: 768px) {
    .block-detail-icon .detail-icon p {
        font-size: 18px;
        line-height: 30px;
    }
}

.block-chart {
  margin: 0px;
}

.block-chart .filter-checked {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .block-chart .filter-checked {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.block-chart .filter-checked .block-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 768px) {
    .block-chart .filter-checked .block-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        /* -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column; */
        padding: 0;
        border-bottom: 1px solid #fff;
        margin: 0 0 20px;
    }
}

.block-chart .filter-checked .block-list .item {
    margin-right: 20px;
}

@media (max-width: 768px) {
    .block-chart .filter-checked .block-list .item {
        margin: 0 20px 20px 0;
    }
}

.block-chart .filter-checked .block-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
}

@media (max-width: 768px) {
    .block-chart .filter-checked .block-table {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 0px;
    }
}

.block-chart .filter-checked .block-table._dop {
    margin-left: 60px;
}

@media (max-width: 768px) {
    .block-chart .filter-checked .block-table._dop {
        margin: 0;
    }
}

.block-chart .filter-checked .block-table .row {
    margin: 0 20px 0;
}

.block-chart .filter-checked .block-table .row .item {
    margin-bottom: 20px;
}

.chartreport {
    position: relative;
}

@media (max-width: 768px) {
    .chartreport .chartjs-render-monitor {
      margin: 20px 0 0;
    }
}

.detail-tags {
    clear: both;
}

.detail-tags ul {
    display: block;
    text-align: right;
    margin: 40px 0 0;
    float: right;
    list-style-type: none;
    padding: 0;
}

.detail-tags ul li {
    margin: 0 0 15px;
}

.detail-tags ul li.active a {
    color: #f00;
}

.detail-tags ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 300;
}

@media (max-width: 1400px) {
  /* .chartreport .chartjs-render-monitor {
    margin: 20px 0 0;
  } */
  .detail-tags ul {
    margin: 20px 0 0;
  }
  .detail-tags ul li {
    margin: 0 0 10px;
  }
  .detail-tags ul li a {
    font-size: 16px;
  }
}

/* @media (max-width: 1200px) {
  .detail-tags ul li a {
    font-size: 18px;
  }
} */

#chart-1 {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#chart-1.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#chart-1 .label {
    width: 200px;
}

@media (max-width: 768px) {
    #chart-1 .label {
        width: 140px;
    }
}

#chart-1 .label .child-label {
    border-left: 1px solid #fff;
    margin: 10px 0 32px;
    position: relative;
    padding-left: 10px;
}

#chart-1 .label .child-label span {
    display: block;
    margin: 0px 0 12px;
}

@media (max-width: 768px) {
    #chart-1 .label .child-label span {
        font-size: 12px;
    }
}

#chart-1 .label .child-label span:last-child {
    margin: 0;
}

#chart-1 .label .child-label span:first-child {
    width: 100px;
    position: absolute;
    top: 0;
    left: -110px;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#chart-1 .linear {
    width: 30%;
}

@media (max-width: 768px) {
    #chart-1 .linear {
        width: 100px;
    }
}

#chart-1 .linear .wrap-child-line {
    border-left: 1px solid #fff;
}

#chart-1 .linear .wrap-child-line .child-line {
    margin: 0 0 30px;
}

#chart-1 .linear .wrap-child-line .child-line .line {
    width: auto;
    height: 20px;
    background: #f00;
    margin: 10px 0;
    position: relative;
}

#chart-1 .linear .wrap-child-line .child-line .line .count {
    position: absolute;
    top: 2px;
    right: -50px;
    font-size: 12px;
}

#chart-1 .linear .wrap-child-line .child-line .line .count .num {
    display: none;
    position: relative;
    left: -20px;
}

#chart-1 .linear .wrap-child-line .child-line .line .count .num.active {
    display: inline-block;
}

#chart-1 .linear .wrap-child-line .child-line .line .count .pro {
    display: none;
}

#chart-1 .linear .wrap-child-line .child-line .line .count .pro.active {
    display: inline-block;
}

#chart-1 .linear .wrap-child-line .child-line .line .count .pro-2 {
    display: none;
}

#chart-1 .linear .wrap-child-line .child-line .line .count .pro-2.active {
    display: inline-block;
}

#chart-2 {
    /*display: none;*/
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

/*#chart-2.active {
  display: flex;
  left: -50px;
}*/

#chart-2 .label {
    width: 200px;
    text-align: right;
}

@media (max-width: 768px) {
    #chart-2 .label {
        width: 120px;
    }
}

#chart-2 .label .child-label {
    margin: 10px 0 32px;
    position: relative;
    padding-right: 10px;
}

#chart-2 .label .child-label span {
    display: block;
    margin: 0px 0 12px;
}

#chart-2 .linear {
    width: 30%;
}

@media (max-width: 768px) {
    #chart-2 .linear {
        width: 130px;
    }
}

#chart-2 .linear .wrap-child-line {
    border-left: 1px solid #fff;
}

#chart-2 .linear .wrap-child-line .child-line {
    margin: 0 0 30px;
}

#chart-2 .linear .wrap-child-line .child-line .line {
    width: auto;
    height: 20px;
    background: #f00;
    margin: 10px 0;
    position: relative;
}

#chart-2 .linear .wrap-child-line .child-line .line .count {
    position: absolute;
    top: 2px;
    right: -50px;
    font-size: 12px;
}

#chart-2 .linear .wrap-child-line .child-line .line .count .num {
    display: none;
    position: relative;
    left: -20px;
}

#chart-2 .linear .wrap-child-line .child-line .line .count .num.active {
    display: inline-block;
}

#chart-2 .linear .wrap-child-line .child-line .line .count .pro {
    display: none;
}

#chart-2 .linear .wrap-child-line .child-line .line .count .pro.active {
    display: inline-block;
}

#chart-2 .linear .wrap-child-line .child-line .line .count .pro-2 {
    display: none;
}

#chart-2 .linear .wrap-child-line .child-line .line .count .pro-2.active {
    display: inline-block;
}

.left-block-menu {
    position: relative;
    min-width: 240px;
}

.left-block-menu .radio-logo {
    position: fixed;
    top: 220px;
}

@media (max-width: 1200px) {
    .left-block-menu .radio-logo {
        position: static;
        margin: 0 auto;
    }
}

#city-calc {
    margin: 10px 0;
}

#city-calc .select-selected {
    width: 180px;
}

#month {
    margin: 10px 0;
}

#month .select-selected {
    width: 180px;
}

.itog-left.fixed {
    position: relative;
    clear: both;
}

.itog-left.fixed .summ {
    position: absolute;
    right: 0;
    top: 343px;
    text-align: right;
    left: 0px;
}

.itog-left.fixed .summ .text-summ {
    border-top: 1px solid #fff;
    padding: 5px 0 0;
    position: absolute;
    top: -8px;
    right: 0;
}

.itog-left.fixed .summ .text-summ.active {
    position: fixed;
    top: 60px;
}

.itog-left.fixed .summ .text-summ div:nth-child(1) {
    font-size: 16px;
}

.itog-left.fixed .summ .text-summ div:nth-child(2) {
    margin: 10px 0 0;
    font-size: 18px;
}

@media (max-width: 1680px) {
    .table-prise {
        overflow-x: auto;
    }
}

.table-prise table {
    width: 100%;
    border-collapse: collapse;
}

@media (max-width: 1680px) {
    .table-prise table {
        min-width: 75px;
    }
}

.table-prise table tr:nth-child(1):after {
    border-top: 0;
}

.table-prise table tr:nth-child(2) td {
    border-top: 0;
}

.table-prise table tr th {
    font-size: 14px;
    padding: 10px 0 10px;
    border-bottom: 2px solid #fff;
    font-weight: normal;
}

@media (max-width: 992px) {
    .table-prise table tr th {
        font-size: 14px;
    }
}

.table-prise table tr th:not(:first-child):not(:last-child) {
    text-align: center;
}

.table-prise table tr th:first-child {
    text-align: left;
    /* min-width: 128px; */
    width: 180px;
}

.table-prise table tr th:last-child {
    text-align: right;
}

.table-prise table tr td {
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    padding: 15px 0 15px;
    border-top: 1px solid #fff;
}

.table-prise table tr td:not(:first-child):not(:last-child) {
    text-align: center;
}

.table-prise table tr td:first-child {
    text-align: left;
    position: absolute;
    background: #898989;
    top: auto;
    z-index: 2;
    width: 190px;
    -webkit-box-shadow: 4px 0 2px -2px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 0 2px -2px rgba(0, 0, 0, 0.4);
    padding-left: 5px;
}

.table-prise table tr td:last-child {
    text-align: right;
}

.itog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0 0;
}

@media (max-width: 768px) {
    .itog {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.itog .text {
    font-size: 16px;
    margin-bottom: 20px;
}

.itog .summ .text-summ {
    display: none;
}

@media (max-width: 1200px) {
    .itog .summ .text-summ {
        display: block;
    }
}

.itog .summ .text-summ div {
    font-size: 20px;
}

.itog .summ .text-summ div:nth-child(1) {
    padding: 0 0 5px;
    border-bottom: 1px solid #fff;
}

.itog .summ .text-summ div:nth-child(2) {
    font-size: 24px;
    text-align: right;
    padding: 5px 0 0;
}

.form-sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .form-sub {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px;
    }
}

.form-sub .item {
    width: calc(50% - 12px);
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .form-sub .item {
        width: 100%;
    }
}

.form-sub .item input {
    max-width: 100%;
    width: 100%;
    border: 1px solid #fff;
    margin: 0;
    height: 50px;
    text-align: left;
    padding: 0 20px 0;
    color: #fff;
    font-size: 18px;
}

.form-sub .item .btn._red {
    width: 100%;
    height: 50px;
    border: 0;
    text-transform: uppercase;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f00;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.4);
}

.radio-z {
    text-align: left;
    position: absolute;
    background: #898989;
    top: auto;
    z-index: 2;
    width: 190px;
    -webkit-box-shadow: 4px 0 2px -2px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 0 2px -2px rgba(0, 0, 0, 0.4);
    padding-left: 5px;
    height: 52px;
    line-height: 50px;
}

.pr-list-right {
    clear: both;
    margin: 0;
    display: block;
    float: right;
    text-align: right;
}

.pr-list-right div {
    font-size: 22px;
    margin: 15px 0 0;
    color: #f00;
    text-shadow: 1px 1px 2px #3e3e3e;
}
@media(max-width: 1400px) {
  .pr-list-right div {
    font-size: 20px;
    margin: 10px 0 -5px;
  }
}
.pr-list-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pr-list-right ul li {
    margin: 5px 0;
    line-height: 25px;
}

.pr-list-right ul li span {
    position: relative;
    top: 4px;
    display: inline-block;
    margin-right: 5px;
    width: 19px;
    height: 19px;
    background: url(../img/download.svg) no-repeat center;
    background-size: 80%;
}

.pr-list-right ul li a {
    color: #fff;
}
@media(max-width: 1400px) {
  .pr-list-right ul li a {
    font-size: 16px;
  }
}
.map-right figure div {
    margin: 40px 0 10px;
    font-size: 20px;
}

.price-list._desc {
    display: none;
}

@media (max-width: 992px) {
    .price-list._desc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 40px 0 0;
    }
    .price-list._desc .item {
        width: 40%;
    }
    .price-list._desc .item .price-title {
        text-transform: uppercase;
        color: #f00;
        text-shadow: 1px 1px 2px #3e3e3e;
    }
    .price-list._desc .item ul {
        margin: 0 0 5px;
    }
    .price-list._desc .item ul li:before {
        background-size: 85%;
    }
    .price-list._desc .item ul li a {
        font-size: 14px;
    }
}

/* @media (max-width: 992px) {
    .map-1 {
        display: none;
    }
} */

/* .map-2 {
    display: none;
}

@media (max-width: 992px) {
    .map-2 {
        display: block;
    }
} */

#chart-3 {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 768px) {
    #chart-3 {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

#chart-3.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#chart-3 .label {
    min-width: 140px;
    text-align: right;
}

@media (max-width: 768px) {
    #chart-3 .label {
        width: 75%;
    }
}

#chart-3 .label .child-label {
    margin: 10px 0 32px;
    position: relative;
    padding-right: 10px;
}

#chart-3 .label .child-label span {
    display: block;
    margin: 0px 0 12px;
}

#chart-3 .linear {
    width: 30%;
}

@media (max-width: 768px) {
    #chart-3 .linear {
        width: 130px;
    }
}

#chart-3 .linear .wrap-child-line {
    border-left: 1px solid #fff;
}

#chart-3 .linear .wrap-child-line .child-line {
    margin: 0 0 30px;
}

#chart-3 .linear .wrap-child-line .child-line .line {
    width: auto;
    height: 20px;
    background: #f00;
    margin: 10px 0;
    position: relative;
}

#chart-3 .linear .wrap-child-line .child-line .line .count {
    position: absolute;
    top: 2px;
    right: -50px;
    font-size: 12px;
}

#chart-3 .linear .wrap-child-line .child-line .line .count .num {
    display: none;
    position: relative;
    /*left: -20px;*/
}

#chart-3 .linear .wrap-child-line .child-line .line .count .num.active {
    display: inline-block;
}

#chart-3 .linear .wrap-child-line .child-line .line .count .pro {
    display: none;
}

#chart-3 .linear .wrap-child-line .child-line .line .count .pro.active {
    display: inline-block;
}

#chart-3 .linear .wrap-child-line .child-line .line .count .pro-2 {
    display: none;
}

#chart-3 .linear .wrap-child-line .child-line .line .count .pro-2.active {
    display: inline-block;
}

#chart-4 {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 768px) {
    #chart-4 {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

#chart-4.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#chart-4 .label {
    min-width: 140px;
    text-align: right;
    margin: auto;
}
@media (max-width: 1200px) {
  .block-chart .chart {
    max-width: 640px!important;
    justify-content: flex-start;
  }
  .block-chart .chart .label {
    max-width: 100%;
    margin: -40px 0 0!important;
  }
  .block-chart .chart .label .child-label {
    margin: 0!important;
  }
}
@media (max-width: 768px) {
    #chart-4 .label {
        width: 75%;
    }
}

#chart-4 .label .child-label {
    margin: 3px 0 32px;
    position: relative;
    padding-right: 10px;
}

#chart-4 .label .child-label span {
    display: block;
    margin: 0px 0 61px;
}

#chart-4 .linear {
    width: 30%;
}

@media (max-width: 768px) {
    #chart-4 .linear {
        width: 130px;
    }
}

#chart-4 .linear .wrap-child-line {
    border-left: 1px solid #fff;
}

#chart-4 .linear .wrap-child-line .child-line {
    margin: 0 0 30px;
}

#chart-4 .linear .wrap-child-line .child-line .lines {
    margin: 0 0 20px;
}

#chart-4 .linear .wrap-child-line .child-line .lines .line {
    width: auto;
    height: 10px;
    background: #f00;
    margin: 10px 0;
    position: relative;
}

#chart-4 .linear .wrap-child-line .child-line .lines .line._one {
    background: #f00;
}

#chart-4 .linear .wrap-child-line .child-line .lines .line._two {
    background: #ccc;
}

#chart-4 .linear .wrap-child-line .child-line .lines .line .count {
    position: absolute;
    top: -3px;
    right: -40px;
    font-size: 12px;
}

#chart-4 .linear .wrap-child-line .child-line .lines .line .count .num {
    display: none;
    position: relative;
    left: -20px;
}

#chart-4 .linear .wrap-child-line .child-line .lines .line .count .num.active {
    display: inline-block;
}

#chart-4 .linear .wrap-child-line .child-line .lines .line .count .pro {
    display: none;
}

#chart-4 .linear .wrap-child-line .child-line .lines .line .count .pro.active {
    display: inline-block;
}

#chart-4 .linear .wrap-child-line .child-line .lines .line .count .pro-2 {
    display: none;
}

#chart-4 .linear .wrap-child-line .child-line .lines .line .count .pro-2.active {
    display: inline-block;
}

#chart-5 {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 768px) {
    #chart-5 {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

#chart-5.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/* #chart-5 .label {
  width: 200px;
  text-align: right;
} */

@media (max-width: 768px) {
    #chart-5 .label {
        width: 75%;
    }
}

#chart-5 .label .child-label {
    margin: 3px 0 32px;
    position: relative;
    padding-right: 10px;
}

#chart-5 .label .child-label span {
    display: block;
    margin: 0px 0 91px;
}

#chart-5 .linear {
    width: 30%;
}

@media (max-width: 768px) {
    #chart-5 .linear {
        width: 130px;
    }
}

#chart-5 .linear .wrap-child-line {
    border-left: 1px solid #fff;
}

#chart-5 .linear .wrap-child-line .child-line {
    margin: 0 0 30px;
}

#chart-5 .linear .wrap-child-line .child-line .lines {
    margin: 0 0 20px;
}

#chart-5 .linear .wrap-child-line .child-line .lines .line {
    width: auto;
    height: 10px;
    background: #f00;
    margin: 10px 0;
    position: relative;
}

#chart-5 .linear .wrap-child-line .child-line .lines .line._one {
    background: #f00;
}

#chart-5 .linear .wrap-child-line .child-line .lines .line._two {
    background: #fff;
}

#chart-5 .linear .wrap-child-line .child-line .lines .line._three {
    background: #828282;
}

#chart-5 .linear .wrap-child-line .child-line .lines .line .count {
    position: absolute;
    top: -3px;
    right: -50px;
    font-size: 12px;
}

#chart-5 .linear .wrap-child-line .child-line .lines .line .count .num {
    display: none;
    position: relative;
    left: -20px;
}

#chart-5 .linear .wrap-child-line .child-line .lines .line .count .num.active {
    display: inline-block;
}

#chart-5 .linear .wrap-child-line .child-line .lines .line .count .pro {
    display: none;
}

#chart-5 .linear .wrap-child-line .child-line .lines .line .count .pro.active {
    display: inline-block;
}

#chart-5 .linear .wrap-child-line .child-line .lines .line .count .pro-2 {
    display: none;
}

#chart-5 .linear .wrap-child-line .child-line .lines .line .count .pro-2.active {
    display: inline-block;
}

#checkbox-m-1 + label {
    padding: 0 0 0 40px;
}

#checkbox-m-1 + label:before {
    left: 0px;
}

#checkbox-m-1 + label:after {
    content: '';
    position: absolute;
    left: 40px;
    right: 0;
    bottom: -5px;
    border-bottom: 3px solid #f00;
}

#checkbox-m-2 + label {
    padding: 0 0 0 40px;
}

#checkbox-m-2 + label:before {
    left: 0px;
}

#checkbox-m-2 + label:after {
    content: '';
    position: absolute;
    left: 40px;
    right: 0;
    bottom: -5px;
    border-bottom: 3px solid #ccc;
}

.desc-none {
    display: none;
}

@media (max-width: 1200px) {
    .block-chart._dop .block-list._dop {
        padding: 0;
    }
}

@media (max-width: 1200px) {
    .block-chart._dop .block-list._dop label {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .block-chart._dop .filter-checked {
        margin: 0 0 -10px;
    }
}

.block-chart._dop .block-table._dop div {
    font-size: 14px;
}

#calc {
    position: absolute;
    top: 20px;
    left: 10px;
    width: 200px;
}

@media (max-width: 1200px) {
    #calc {
        top: 60px;
    }
}

@media (max-width: 992px) {
    #calc {
        display: none;
    }
}

.wrapper .left-block._main-page {
    max-width: 200px;
}

@media (max-width: 1200px) {
    .wrapper .left-block._main-page {
        max-width: 120px;
    }
}

.block-fixed {
    /* position: fixed;
    right: 40px;
    top: 120px;
    max-width: 180px; */
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.block-fixed.active {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    top: 30px;
}

.noUi-touch-area {
    padding: 0 10px 0;
}

.point {
    position: absolute;
    width: 100px;
    height: 30px;
    background: #ccc;
    top: 50%;
    right: 20%;
    cursor: pointer;
}

.point._url1 {
    top: 52%;
    right: 670px;
}

@media (max-width: 1680px) {
    .point._url1 {
        top: 56%;
        right: auto;
        left: 890px;
    }
}

@media (max-width: 1400px) {
    .point._url1 {
        top: 40%;
        right: auto;
        left: 603px;
    }
}

@media (max-width: 1400px) {
    .point._url1 {
        right: 500px;
        left: auto;
    }
}

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