.hide {
    display: none;
}

*:focus {
    outline: none;
}

#header-hpturbo .head_btn {
    display: flex;
    align-items: center;
    justify-content: center
}

#header-hpturbo .head_btn:hover img {
    transform: scale(1.1)
}

#header-hpturbo .head_btn img {
    width: 25px;
    margin: 11px;
    transition: all linear .1s
}

#header-hpturbo .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

#header-hpturbo .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

#header-hpturbo .slick-list:focus {
    outline: 0
}

#header-hpturbo .slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

#header-hpturbo .slick-slider .slick-list,
#header-hpturbo .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

#header-hpturbo .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

#header-hpturbo .slick-track:after,
#header-hpturbo .slick-track:before {
    display: table;
    content: ''
}

#header-hpturbo .slick-track:after {
    clear: both
}

#header-hpturbo .slick-loading .slick-track {
    visibility: hidden
}

#header-hpturbo .slick-slide {
    display: none;
    float: left;
    outline: 0;
    height: 100%;
    min-height: 1px
}

#header-hpturbo [dir=rtl] .slick-slide {
    float: right
}

#header-hpturbo .slick-slide.slick-loading img {
    display: none
}

#header-hpturbo .slick-slide.dragging img {
    pointer-events: none
}

#header-hpturbo .slick-initialized .slick-slide {
    display: block
}

#header-hpturbo .slick-loading .slick-slide {
    visibility: hidden
}

#header-hpturbo .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

#header-hpturbo .slick-arrow.slick-hidden {
    display: none
}

#header-hpturbo .btn {
    --width: 100%;
    --time: 0.7s;
    position: relative;
    height: 1em;
    padding: 1em;
    color: #fff;
    background: #222;
    overflow: hidden;
    border-radius: 27px
}

#header-hpturbo .btn .text {
    position: relative;
    z-index: 1;
    transition: color var(--time)
}

#header-hpturbo .btn span:not(.text) {
    position: absolute;
    display: block;
    content: "";
    z-index: 0;
    width: 0;
    height: 0;
    border-radius: 100%;
    background: #3d0082;
    transform: translate(-50%, -50%);
    transition: width var(--time), padding-top var(--time)
}

#header-hpturbo .btn:hover span:not(.text) {
    width: calc(var(--width) * 2.25);
    padding-top: calc(var(--width) * 2.25)
}

@keyframes shake {
    25% {
        transform: rotate(calc(var(--angle) * -1))
    }
    50% {
        transform: rotate(var(--angle))
    }
    100% {
        transform: rotate(0)
    }
}

#header-hpturbo .slick-next,
#header-hpturbo .slick-prev {
    width: 48px;
    height: 40px;
    display: block;
    position: absolute;
    color: transparent;
    border: 0;
    margin-top: -20px;
    outline: 0;
    top: 50%;
    padding: 0
}

#header-hpturbo .slick-next {
    right: -54px
}

#header-hpturbo .slick-prev:focus {
    outline: 0
}

#header-hpturbo .slick-prev:hover {
    cursor: pointer
}

#header-hpturbo .slick-next:hover {
    cursor: pointer
}

#header-hpturbo .slick-next.slick-disabled:before,
#header-hpturbo .slick-prev.slick-disabled:before {
    opacity: .25
}

#header-hpturbo .slick-next:before,
#header-hpturbo .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#header-hpturbo .slick-prev {
    left: -180px
}

#header-hpturbo [dir=rtl] .slick-prev {
    left: -125px;
    left: auto
}

#header-hpturbo .slick-prev:before {
    content: ''
}

#header-hpturbo [dir=rtl] .slick-prev:before {
    content: ''
}

#header-hpturbo .slick-next {
    right: -180px
}

#header-hpturbo [dir=rtl] .slick-next {
    right: auto;
    left: -125px
}

#header-hpturbo .slick-next:before {
    content: ''
}

#header-hpturbo [dir=rtl] .slick-next:before {
    content: ''
}

#header-hpturbo .slick-dotted.slick-slider {
    margin-bottom: 0
}

#header-hpturbo .slick-dots {
    position: absolute;
    bottom: 23px;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    list-style: none;
    text-align: center
}

#header-hpturbo .slick-dots li {
    position: relative;
    display: inline-block;
    float: none;
    width: 23px;
    height: 23px;
    padding: 0;
    margin: 0 5px;
    cursor: pointer
}

#header-hpturbo .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 0;
    width: 23px;
    height: 23px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

#header-hpturbo .slick-dots li button:focus,
#header-hpturbo .slick-dots li button:hover {
    outline: 0
}

#header-hpturbo .slick-dots li button:focus:before,
#header-hpturbo .slick-dots li button:hover:before {
    opacity: 1
}

#header-hpturbo .slick-dots li button:before {
    font-family: slick;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 23px;
    border: 1px solid #fff;
    box-sizing: border-box;
    text-align: center;
    content: '';
    border-radius: 50%;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#header-hpturbo .slick-dots li.slick-active button:before {
    background: #fff;
    color: #000
}

#header-hpturbo .slick-dots {
    display: block
}

#header-hpturbo .partner-item:focus {
    outline: 0
}

#header-hpturbo:hover {
    cursor: default
}

#header-hpturbo input::-webkit-input-placeholder {
    font-size: 1em;
    color: #7c7c7c
}

#header-hpturbo input::-moz-placeholder {
    font-size: 1em;
    color: #7c7c7c
}

#header-hpturbo input:-moz-placeholder {
    font-size: 1em;
    color: #7c7c7c
}

#header-hpturbo input:-ms-input-placeholder {
    font-size: 1em;
    color: #7c7c7c
}

#header-hpturbo textarea::-webkit-input-placeholder {
    font-size: 1em;
    color: #7c7c7c
}

#header-hpturbo textarea::-moz-placeholder {
    font-size: 1em;
    color: #7c7c7c
}

#header-hpturbo textarea:-moz-placeholder {
    font-size: 1em;
    color: #7c7c7c
}

#header-hpturbo textarea:-ms-input-placeholder {
    font-size: 1em;
    color: #7c7c7c
}

#header-hpturbo input:focus::-webkit-input-placeholder {
    color: transparent
}

#header-hpturbo input:focus::-moz-placeholder {
    color: transparent
}

#header-hpturbo input:focus:-moz-placeholder {
    color: transparent
}

#header-hpturbo input:focus:-ms-input-placeholder {
    color: transparent
}

#header-hpturbo textarea:focus::-webkit-input-placeholder {
    color: transparent
}

#header-hpturbo textarea:focus::-moz-placeholder {
    color: transparent
}

#header-hpturbo textarea:focus:-moz-placeholder {
    color: transparent
}

#header-hpturbo textarea:focus:-ms-input-placeholder {
    color: transparent
}

#header-hpturbo input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease
}

#header-hpturbo input::-moz-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease
}

#header-hpturbo input:-moz-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease
}

#header-hpturbo input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease
}

#header-hpturbo input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease
}

#header-hpturbo input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease
}

#header-hpturbo input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease
}

#header-hpturbo input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease
}

#header-hpturbo input {
    border-radius: 0
}

#header-hpturbo input:focus {
    outline: 0
}

#header-hpturbo input[type=email],
#header-hpturbo input[type=password],
#header-hpturbo input[type=tel],
#header-hpturbo input[type=text],
#header-hpturbo textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none
}

#header-hpturbo button,
#header-hpturbo input[type=submit] {
    -webkit-appearance: none
}

#header-hpturbo button:hover,
#header-hpturbo input[type=submit]:hover {
    cursor: pointer
}

#header-hpturbo input:hover {
    cursor: text
}

#header-hpturbo html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body,
html {
    -webkit-overflow-scrolling: touch !important
}

#header-hpturbo a,
#header-hpturbo li {
    -webkit-tap-highlight-color: transparent
}

#header-hpturbo adress,
#header-hpturbo article,
#header-hpturbo div,
#header-hpturbo footer,
#header-hpturbo form,
#header-hpturbo h1,
#header-hpturbo h2,
#header-hpturbo h3,
#header-hpturbo h4,
#header-hpturbo h5,
#header-hpturbo h6,
#header-hpturbo header,
#header-hpturbo li,
#header-hpturbo main,
#header-hpturbo nav,
#header-hpturbo ol,
#header-hpturbo p,
#header-hpturbo section,
#header-hpturbo ul {
    display: block;
    float: left;
    width: 100%;
    font-size: inherit;
    margin: 0;
    padding: 0
}

#header-hpturbo a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#header-hpturbo a:hover {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#header-hpturbo a:focus {
    outline: 0
}

#header-hpturbo a:active {
    outline: 0
}

#header-hpturbo button {
    display: block;
    float: left;
    border: 0;
    padding: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#header-hpturbo button:focus {
    outline: 0
}

#header-hpturbo button:active {
    outline: 0
}

#header-hpturbo button:hover {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#header-hpturbo a:hover,
#header-hpturbo button:hover {
    cursor: pointer;
    color: #000;
}

#header-hpturbo a:hover *,
#header-hpturbo button:hover * {
    cursor: pointer
}

#header-hpturbo .wrap {
    width: 100%;
    max-width: 1300px;
    float: none;
    margin: 0 auto
}

body {
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
    color: #000;
    font-size: 16px
}

body.locked {
    overflow: hidden
}

body.locked.body-margin.os-windows.chrome-browser,
body.locked.body-margin.os-windows.opera-browser {
    position: relative
}

body.locked.body-margin.os-windows.chrome-browser:before,
body.locked.body-margin.os-windows.opera-browser:before {
    width: 8px;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    content: '';
    background: #000
}

body.pop-up-open {
    position: fixed;
    left: 0;
    right: 0
}

body.os-windows::-webkit-scrollbar {
    width: 8px;
    background-color: #000
}

body.os-windows::-webkit-scrollbar-thumb {
    background-color: #c7081b;
    border-radius: 4px
}

#header-hpturbo .body-margin.os-windows .single-page .top_panel {
    width: auto;
    left: 0
}

#header-hpturbo .body-margin.os-windows.chrome-browser,
#header-hpturbo .body-margin.os-windows.opera-browser {
    padding-right: 8px
}

#header-hpturbo .body-margin.os-windows.chrome-browser .hum_btn,
#header-hpturbo .body-margin.os-windows.opera-browser .hum_btn {
    margin-right: 8px
}

#header-hpturbo .body-margin.os-windows.chrome-browser .modal_form .close,
#header-hpturbo .body-margin.os-windows.opera-browser .modal_form .close {
    margin-right: 8px
}

#header-hpturbo .body-margin.os-windows.chrome-browser .footer,
#header-hpturbo .body-margin.os-windows.chrome-browser .single-page .top_panel,
#header-hpturbo .body-margin.os-windows.opera-browser .footer,
#header-hpturbo .body-margin.os-windows.opera-browser .single-page .top_panel {
    right: 8px;
    width: auto;
    left: 0
}

#header-hpturbo * {
    box-sizing: border-box
}

#header-hpturbo .scroll-down {
    height: 40px;
    width: 40px;
    position: relative;
    float: none;
    display: inline-block
}

#header-hpturbo .circle {
    height: 30px;
    width: 30px;
    display: block;
    border: 2px solid #fff;
    border-radius: 100px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1;
    animation-name: circle;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-play-state: running;
    -webkit-animation-name: circle;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running
}

#header-hpturbo .scroll-arrow {
    font-size: 42px;
    color: #00baff;
    bottom: 27px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    animation-name: arrow;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-play-state: running;
    -webkit-animation-name: arrow;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    background: url(../img/scroll-arrow.svg) center center no-repeat;
    background-size: 6px 4px;
    display: block;
    width: 20px;
    height: 20px
}

#header-hpturbo .pulse {
    margin: 0 auto;
    border-radius: 100px;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 0;
    background-color: transparent;
    opacity: 0;
    width: 30px;
    height: 30px;
    border: 5px solid #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-animation: pulse 1s linear infinite .3s;
    -moz-animation: pulse 1s linear infinite .3s;
    border-image: initial;
    z-index: 3;
    animation-delay: .8s
}

#header-hpturbo .explore-link {
    position: absolute;
    width: auto;
    height: 40px;
    right: 10px;
    transform: translateX(-100%);
    z-index: 3;
    bottom: 7vh
}

#header-hpturbo .explore-link:hover {
    cursor: pointer
}

#header-hpturbo .explore-link:hover * {
    cursor: pointer
}

#header-hpturbo .explore-link .p {
    display: inline-block;
    line-height: 40px;
    font-size: 17px;
    color: rgba(255, 255, 255, .63);
    font-weight: 500;
    vertical-align: top;
    position: relative;
    z-index: 1;
    margin-right: 10px
}

#header-hpturbo .filter {
    position: absolute;
    width: 20px;
    height: 20px
}

#header-hpturbo .burger {
    display: flex;
    flex-direction: column;
    filter: url(#gooeyness)
}

#header-hpturbo .rect {
    background: #000;
    display: inline-block;
    height: 4px;
    margin-top: 4px;
    transition: transform .5s;
    width: 20px
}

#header-hpturbo .rect:first-child {
    margin-top: 0
}

#header-hpturbo .rect:nth-child(2) {
    transition-delay: .1s
}

#header-hpturbo .rect:nth-child(3) {
    transition-delay: .1s
}

#header-hpturbo .burger.active .rect:nth-child(1) {
    transform: rotate(-45deg) translateX(-5.7px) translateY(5.7px)
}

#header-hpturbo .burger.active .rect:nth-child(2) {
    transform: rotate(45deg)
}

#header-hpturbo .burger.active .rect:nth-child(3) {
    transform: rotate(-45deg) translateX(5.7px) translateY(-5.7px)
}

#header-hpturbo .head_btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    position: fixed;
    top: 10vh;
    left: 5vh;
    z-index: 5;
    -webkit-box-shadow: 0 0 14px 0 rgba(61, 0, 130, .13);
    -moz-box-shadow: 0 0 14px 0 rgba(61, 0, 130, .13);
    box-shadow: 0 0 14px 0 rgba(61, 0, 130, .13);
    display: block;
}

#header-hpturbo .head_btn:hover {
    cursor: pointer
}

#header-hpturbo .head_btn:hover * {
    cursor: pointer
}

#header-hpturbo .head_btn span {
    position: absolute;
    background: #000;
    width: 9px;
    height: 9px;
    border-radius: 2px;
    display: block;
    transition: all .2s ease
}

#header-hpturbo .head_btn span:nth-child(1) {
    top: 13px;
    left: 13px
}

#header-hpturbo .head_btn span:nth-child(2) {
    top: 13px;
    left: 26px
}

#header-hpturbo .head_btn span:nth-child(3) {
    bottom: 13px;
    left: 13px
}

#header-hpturbo .head_btn span:nth-child(4) {
    bottom: 13px;
    left: 26px
}

#header-hpturbo .head_btn:hover span {
    transition: all .2s ease
}

#header-hpturbo .head_btn:hover span:nth-child(1) {
    transform: translateX(-1px) translateY(-1px)
}

#header-hpturbo .head_btn:hover span:nth-child(2) {
    transform: translateX(1px) translateY(-1px)
}

#header-hpturbo .head_btn:hover span:nth-child(3) {
    transform: translateX(-1px) translateY(1px)
}

#header-hpturbo .head_btn:hover span:nth-child(4) {
    transform: translateX(1px) translateY(1px)
}

#header-hpturbo .hum_btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    padding: 15px 14px;
    float: right;
    margin-right: 0;
    z-index: 7;
    position: fixed;
    top: 6vh;
    right: 5vh;
    -webkit-box-shadow: 0 0 14px 0 rgba(61, 0, 130, .13);
    -moz-box-shadow: 0 0 14px 0 rgba(61, 0, 130, .13);
    box-shadow: 0 0 14px 0 rgba(61, 0, 130, .13)
}

#header-hpturbo .hum_btn:hover {
    cursor: pointer
}

#header-hpturbo .hum_btn:hover * {
    cursor: pointer
}

#header-hpturbo .hum_btn .line {
    fill: none;
    transition: stroke-dasharray .4s, stroke-dashoffset .4s;
    stroke: #000;
    stroke-width: 7.5;
    stroke-linecap: round
}

#header-hpturbo .hum_btn .ham {
    width: 44px;
    height: 44px;
    top: 2px;
    left: 2px;
    position: absolute;
    transition: all .2s linear
}

#header-hpturbo .hum_btn .ham .top {
    stroke-dasharray: 40 82
}

#header-hpturbo .hum_btn .ham .middle {
    stroke-dasharray: 40 111
}

#header-hpturbo .hum_btn .ham .bottom {
    stroke-dasharray: 40 161
}

#header-hpturbo .hum_btn.is-opened-navi .ham {
    transform: rotate(45deg)
}

#header-hpturbo .hum_btn.is-opened-navi .ham .top {
    stroke-dasharray: 17 82;
    stroke-dashoffset: -62px
}

#header-hpturbo .hum_btn.is-opened-navi .ham .middle {
    stroke-dashoffset: 23px
}

#header-hpturbo .hum_btn.is-opened-navi .ham .bottom {
    stroke-dashoffset: -83px
}

#header-hpturbo .onclic {
    width: 54px !important;
    border: 3px solid #02fbe2;
    border-width: 3px;
    font-size: 0;
    background: #fff !important;
    border-left-color: #3d0082;
    animation: rotating 2s .25s linear infinite
}

#header-hpturbo .onclic:after {
    content: ""
}

#header-hpturbo .onclic:hover {
    color: green;
    background: #fff !important;
    cursor: default
}

#header-hpturbo .onclic * {
    display: none !important
}

#header-hpturbo .validate {
    font-size: 13px;
    color: #fff;
    background: #02fbe2 !important
}

#header-hpturbo .validate:after {
    content: '';
    background: url(../img/check-mark.svg) center center no-repeat;
    background-size: contain;
    width: 20px;
    height: 14px;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -10px;
    position: absolute
}

#header-hpturbo .validate:hover {
    cursor: default
}

#header-hpturbo .validate * {
    display: none !important
}

#header-hpturbo .left-socials {
    width: 30px;
    position: absolute;
    top: 50vh;
    transform: translateY(-50%);
    z-index: 1;
    left: 3vw
}

#header-hpturbo .left-socials.black a.facebook:before {
    background-image: url(../img/facebook-black.svg)
}

#header-hpturbo .left-socials.black a.instagram:before {
    background-image: url(../img/instagram-black.svg)
}

#header-hpturbo .left-socials.black a.linkedin:before {
    background-image: url(../img/behance-logo-black.svg)
}

#header-hpturbo .left-socials a {
    display: block;
    width: 30px;
    height: 30px;
    clear: both;
    position: relative;
    margin: 28px 0
}

#header-hpturbo .left-socials a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

#header-hpturbo .left-socials a.instagram:before {
    background-image: url(../img/instagram.svg);
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px
}

#header-hpturbo .left-socials a.instagram:before {
    background-image: url(../img/youtube.svg);
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px
}

#header-hpturbo .left-socials a.twitter:before {
    background-image: url(../img/twitter.svg);
    width: 28px;
    height: 24px;
    margin-top: -12px;
    margin-left: -14px
}

#header-hpturbo .left-socials a.behance:before {
    background-image: url(../img/behance-logo.svg);
    width: 28px;
    height: 18px;
    margin-top: -9px;
    margin-left: -14px
}

#header-hpturbo .container {
    transition: all .2s linear;
    position: relative;
    z-index: 1;
    background: #fff
}

#header-hpturbo .container.blur {
    overflow: hidden;
    transition: all .2s linear
}

#header-hpturbo .shape-overlays {
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0
}

#header-hpturbo .shape-overlays.is-opened {
    pointer-events: auto
}

#header-hpturbo .shape-overlays__path:nth-of-type(1) {
    fill: url(#gradient1)
}

#header-hpturbo .shape-overlays__path:nth-of-type(2) {
    fill: url(#gradient2)
}

#header-hpturbo .shape-overlays__path:nth-of-type(3) {
    fill: url(#gradient3)
}

#header-hpturbo .shape-overlays__path:nth-of-type(4) {
    fill: #3d0082
}

#header-hpturbo .shape-overlays {
    z-index: 6
}

#header-hpturbo #preloader_wrap {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

#header-hpturbo #preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 101;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
    width: 370px;
    margin-left: -185px;
    height: 110px;
    margin-top: -55px;
    background-image: url(../img/hpturbo-preloader.png)
}

#header-hpturbo .video iframe {
    border: 0
}

#header-hpturbo .error_page {
    background: #000;
    height: 100vh
}

#header-hpturbo .error_page .wrap {
    height: 100%
}

#header-hpturbo .error_page .wrap .wrap_float {
    height: 100%
}

#header-hpturbo .error_page .wrap .wrap_float .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

#header-hpturbo .error_page .wrap .wrap_float .content ._title {
    font-size: 279px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    position: relative
}

#header-hpturbo .error_page .wrap .wrap_float .content ._title:before {
    content: 'ERROR';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #000;
    color: #fff;
    animation: effect 4s infinite linear
}

#header-hpturbo .error_page .wrap .wrap_float .content ._title:after {
    content: 'ERROR';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background-color: #000;
    color: #fff;
    animation: effect 4s infinite linear
}

#header-hpturbo .error_page .wrap .wrap_float .content .link {
    font-size: 22px;
    color: #fff;
    text-align: center
}

#header-hpturbo .error_page .wrap .wrap_float .content .link a {
    padding-left: 76px;
    position: relative
}

#header-hpturbo .error_page .wrap .wrap_float .content .link a:before {
    background: url(../img/footer-arrow.svg) center center no-repeat;
    width: 60px;
    height: 8px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 8px;
    content: '';
    transform: rotate(180deg)
}

#header-hpturbo .pulse2 {
    animation-name: pulse2;
    -webkit-animation-name: pulse2;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

@keyframes pulse2 {
    0% {
        transform: scale(.9)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(.9)
    }
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-transform: scale(.95)
    }
    50% {
        -webkit-transform: scale(1)
    }
    100% {
        -webkit-transform: scale(.95)
    }
}

@-webkit-keyframes intervalHamburgerBorder {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    80% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6)
    }
}

@keyframes intervalHamburgerBorder {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    80% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6)
    }
}

@keyframes arrow {
    0% {
        bottom: 0
    }
    75% {
        bottom: 10px
    }
    100% {
        bottom: 0
    }
}

@-webkit-keyframes arrow {
    0% {
        bottom: 0
    }
    75% {
        bottom: 10px
    }
    100% {
        bottom: 0
    }
}

@keyframes circle {
    0% {
        height: 30px
    }
    10% {
        height: 30px
    }
    50% {
        height: 35px
    }
    75% {
        height: 40px
    }
    90% {
        height: 35px
    }
    100% {
        height: 30px
    }
}

@-webkit-keyframes circle {
    0% {
        height: 30px
    }
    10% {
        height: 30px
    }
    50% {
        height: 35px
    }
    75% {
        height: 40px
    }
    90% {
        height: 35px
    }
    100% {
        height: 30px
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }
    8% {
        -webkit-transform: scale(0);
        opacity: 0
    }
    15% {
        -webkit-transform: scale(.1);
        opacity: 1
    }
    30% {
        -webkit-transform: scale(.5);
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0
    }
    8% {
        -webkit-transform: scale(0);
        opacity: 0
    }
    15% {
        -webkit-transform: scale(.1);
        opacity: 1
    }
    30% {
        -webkit-transform: scale(.5);
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@keyframes rotating {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes move {
    0% {
        left: 0;
        opacity: 0
    }
    35% {
        left: 41%;
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    65% {
        left: 59%;
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        left: 100%;
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
        opacity: 0
    }
}

@-moz-keyframes move {
    0% {
        left: 0;
        opacity: 0
    }
    35% {
        left: 41%;
        -moz-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    65% {
        left: 59%;
        -moz-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        left: 100%;
        -moz-transform: rotate(-180deg);
        transform: rotate(-180deg);
        opacity: 0
    }
}

@-webkit-keyframes move {
    0% {
        left: 0;
        opacity: 0
    }
    35% {
        left: 41%;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    65% {
        left: 59%;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        left: 100%;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        opacity: 0
    }
}

@-o-keyframes move {
    0% {
        left: 0;
        opacity: 0
    }
    35% {
        left: 41%;
        -o-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    65% {
        left: 59%;
        -o-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
    100% {
        left: 100%;
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
        opacity: 0
    }
}

@-webkit-keyframes effect {
    0% {
        clip: rect(55px, 9999px, 156px, 0)
    }
    5% {
        clip: rect(47px, 9999px, 130px, 0)
    }
    10% {
        clip: rect(33px, 9999px, 136px, 0)
    }
    15% {
        clip: rect(35px, 9999px, 39px, 0)
    }
    20% {
        clip: rect(63%, 9999px, 159px, 0)
    }
    25% {
        clip: rect(96px, 9999px, 198px, 0)
    }
    30% {
        clip: rect(48px, 9999px, 177px, 0)
    }
    35% {
        clip: rect(50px, 9999px, 134px, 0)
    }
    40% {
        clip: rect(60px, 9999px, 172px, 0)
    }
    45% {
        clip: rect(10px, 9999px, 181px, 0)
    }
    50% {
        clip: rect(2px, 9999px, 160px, 0)
    }
    55% {
        clip: rect(23px, 9999px, 289px, 0)
    }
    60% {
        clip: rect(76px, 9999px, 230px, 0)
    }
    65% {
        clip: rect(62px, 9999px, 273px, 0)
    }
    70% {
        clip: rect(60px, 9999px, 273px, 0)
    }
    75% {
        clip: rect(60px, 9999px, 287px, 0)
    }
    80% {
        clip: rect(2px, 9999px, 214px, 0)
    }
    85% {
        clip: rect(28px, 9999px, 287px, 0)
    }
    90% {
        clip: rect(73px, 9999px, 250px, 0)
    }
    95% {
        clip: rect(79px, 9999px, 170px, 0)
    }
    100% {
        clip: rect(17px, 9999px, 179px, 0)
    }
}

#header-hpturbo .top_panel {
    position: absolute;
    top: 0;
    z-index: 2;
    top: 6vh
}

#header-hpturbo .top_panel .logo {
    width: 340px;
    height: 100px;
    background: url(../img/hpturbo.png) center center no-repeat;
    background-size: contain;
    margin-left: 10vw;
    font-weight: 500;
    display: block;
    float: left
}

#header-hpturbo .main_slider {
    height: 100vh;
    overflow: hidden;
    position: relative
}

#header-hpturbo .main_slider .arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .29);
    background: 0 0;
    position: absolute;
    z-index: 1;
    transition: all .2s linear
}

#header-hpturbo .main_slider .arrow:hover {
    cursor: pointer
}

#header-hpturbo .main_slider .arrow.next {
    bottom: 7vh;
    right: 5vh
}

#header-hpturbo .main_slider .arrow.next:before {
    width: 40px;
    height: 8px;
    background: url(../img/arrow-2.svg) left center no-repeat;
    background-size: cover;
    transform: rotate(180deg);
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    transition: all .2s linear
}

#header-hpturbo .main_slider .arrow.next:after {
    height: 100vh;
    width: 9vw;
    position: absolute;
    right: -5vh;
    bottom: -7vh;
    content: ''
}

#header-hpturbo .main_slider .arrow.next:hover {
    border-color: #fff;
    transition: all .2s linear
}

#header-hpturbo .main_slider .arrow.next:hover:before {
    width: 21px;
    right: 12px;
    transition: all .2s linear
}

#header-hpturbo .main_slider .arrow.prev {
    bottom: 7vh;
    left: 5vh
}

#header-hpturbo .main_slider .arrow.prev:before {
    width: 40px;
    height: 8px;
    background: url(../img/arrow-2.svg) left center no-repeat;
    background-size: cover;
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -4px;
    transition: all .2s linear
}

#header-hpturbo .main_slider .arrow.prev:hover {
    border-color: #fff;
    transition: all .2s linear
}

#header-hpturbo .main_slider .arrow.prev:hover:before {
    width: 21px;
    left: 12px;
    transition: all .2s linear
}

#header-hpturbo .main_slider .slider_wrap {
    width: 91vw
}

#header-hpturbo .main_slider .slider_wrap .slick-list,
#header-hpturbo .main_slider .slider_wrap .slick-track {
    transform: translateZ(0);
    -webkit-transform: translateZ(0)
}

#header-hpturbo .main_slider .slider_wrap .slick-track {
    will-change: transform
}

#header-hpturbo .main_slider .slider_wrap .slick-list {
    overflow: visible
}

#header-hpturbo .main_slider #hpturbo-banner .swiper-slide {
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}

#header-hpturbo .main_slider #hpturbo-banner .swiper-slide.video-slide {
    position: relative
}

#header-hpturbo .main_slider #hpturbo-banner .swiper-slide.video-slide .blur .blur_div {
    display: none
}

#header-hpturbo .main_slider #hpturbo-banner .swiper-slide.video-slide .video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

#header-hpturbo .main_slider #hpturbo-banner .swiper-slide.video-slide .video video {
    object-fit: cover;
    width: 100%;
    height: 100%
}

#header-hpturbo .main_slider #hpturbo-banner .swiper-slide .blur {
    height: 74vh;
    width: 74vh;
    overflow: hidden;
    position: relative
}

#header-hpturbo .main_slider #hpturbo-banner .swiper-slide .blur .bg_color {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    opacity: .1;
    filter: contrast(100%);
    -webkit-filter: contrast(100%);
    -moz-filter: contrast(100%)
}

#header-hpturbo .main_slider #hpturbo-banner .swiper-slide .blur .blur_div {
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 90vw;
    height: 100vh
}

#header-hpturbo .main_slider #hpturbo-banner .swiper-slide .content {
    width: 100%;
    height: 100%;
    line-height: 17.5px;
    text-align: center;
}

#header-hpturbo .main_slider #hpturbo-banner .swiper-slide .content .content_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: relative;
    margin-top: 10px;
}

#header-hpturbo .main_slider #hpturbo-banner .swiper-slide .content .content_wrap:hover .link > span span.link-text {
    opacity: 1;
    margin-left: 0;
    transition: all .4s ease-out
}

#header-hpturbo .main_slider #hpturbo-banner .swiper-slide .link {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    z-index: 1;
    bottom: 10vh
}

#header-hpturbo .main_slider #hpturbo-banner .swiper-slide .link > span {
    padding-left: 140px;
    position: relative
}

#header-hpturbo .main_slider #hpturbo-banner .swiper-slide .link > span span.link-text {
    opacity: 0;
    margin-left: 8px;
    transition: all .2s ease-out
}

#header-hpturbo .main_slider #hpturbo-banner .swiper-slide .link > span:before {
    width: 128px;
    height: 8px;
    background: url(../img/arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    content: ''
}

#header-hpturbo .main_slider #hpturbo-banner .swiper-slide .slide-text {
    font-size: 2.2vw;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px #333;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#header-hpturbo .main_slider #hpturbo-banner .swiper-slide .slide-image img {
    width: auto;
    max-height: 500px;
}

#header-hpturbo .main_slider #hpturbo-banner .swiper-slide .slide_title {
    font-size: 2.2vw;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px #333;
    margin-bottom: 2vh;
    text-transform: uppercase
}

#header-hpturbo .smaller_title {
    font-size: 2.2vw !important
}

#header-hpturbo .main_slider #hpturbo-banner .swiper-slide .slide_title2 {
    font-size: 2vw;
    font-weight: 700;
    color: #d1dbdd;
    margin-bottom: 2vh;
    text-transform: uppercase
}

#header-hpturbo .main_slider #hpturbo-banner .swiper-slide .slide_subtitle {
    font-size: 1.1vw;
    color: rgba(255, 255, 255, .6)
}

#header-hpturbo .main_slider .socials {
    width: 30px;
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    z-index: 3;
    left: 3vw
}

#header-hpturbo .main_slider .socials a {
    display: block;
    width: 30px;
    height: 30px;
    clear: both;
    position: relative;
    margin: 10px 0
}

#header-hpturbo .main_slider .socials a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

#header-hpturbo .main_slider .socials a.facebook:before {
    background-image: url(../img/facebook.png);
    width: 25px;
    height: 25px;
    margin-top: -12px;
    margin-left: -12px
}

#header-hpturbo .main_slider .socials a.youtube:before {
    background-image: url(../img/youtube.png);
    width: 25px;
    height: 25px;
    margin-top: -12px;
    margin-left: -12px
}

#header-hpturbo .main_slider .socials a.instagram:before {
    background-image: url(../img/instagram.svg);
    width: 28px;
    height: 24px;
    margin-top: -12px;
    margin-left: -14px
}

#header-hpturbo .main_slider .socials a.linkedin:before {
    background-image: url(../img/linkedin.png);
    width: 25px;
    height: 25px;
    margin-top: -9px;
    margin-left: -14px
}

#header-hpturbo .varieties {
    padding: 150px 0
}

#header-hpturbo .varieties .title {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    margin-bottom: 80px
}

#header-hpturbo .varieties .col {
    width: 30%;
    margin-right: 5%;
    display: block;
    float: left
}

#header-hpturbo .varieties .col:hover .link > span span.link-text {
    opacity: 1;
    margin-left: 0;
    transition: all .4s ease-out
}

#header-hpturbo .varieties .col:nth-child(3n) {
    margin-right: 0
}

#header-hpturbo .varieties .col ._title {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 32px
}

#header-hpturbo .varieties .col ul li {
    font-size: 17px;
    color: rgba(25, 25, 25, .7);
    line-height: 1.6;
    margin-bottom: 8px
}

#header-hpturbo .varieties .col .link {
    position: relative;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    display: block;
    float: left;
    margin-top: 40px
}

#header-hpturbo .varieties .col .link > span {
    padding-left: 130px;
    position: relative
}

#header-hpturbo .varieties .col .link > span span.link-text {
    opacity: 0;
    margin-left: 8px;
    transition: all .2s ease-out
}

#header-hpturbo .varieties .col .link > span:before {
    width: 116px;
    height: 8px;
    background: url(../img/arrow-black.svg) center center no-repeat;
    background-size: contain;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -4px;
    position: absolute
}

#header-hpturbo .portfolio .item {
    width: 33.3333333%;
    display: block;
    float: left
}

#header-hpturbo .portfolio .item:hover .sq_parent .sq_wrap .sq_content .img {
    transform: none;
    transition: all 2.5s cubic-bezier(.19, 1, .22, 1)
}

#header-hpturbo .portfolio .item:hover .sq_parent .sq_wrap .sq_content .info {
    margin-top: 0;
    opacity: 1;
    transition: all .2s linear
}

#header-hpturbo .portfolio .item:hover .sq_parent .sq_wrap .sq_content:before {
    opacity: .3;
    transition: all .1s linear
}

#header-hpturbo .portfolio .item .sq_parent {
    width: 100%;
    position: relative;
    padding-bottom: 86%;
    overflow: hidden
}

#header-hpturbo .portfolio .item .sq_parent .sq_wrap {
    position: absolute;
    width: 100%;
    height: 100%
}

#header-hpturbo .portfolio .item .sq_parent .sq_wrap .sq_content {
    float: left;
    width: 100%;
    height: 100%;
    padding: 3vw;
    position: relative
}

#header-hpturbo .portfolio .item .sq_parent .sq_wrap .sq_content:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    content: '';
    z-index: 1;
    opacity: 0;
    transition: all .1s linear
}

#header-hpturbo .portfolio .item .sq_parent .sq_wrap .sq_content .img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.2);
    transition: all .4s ease
}

#header-hpturbo .portfolio .item .sq_parent .sq_wrap .sq_content .info {
    position: relative;
    z-index: 1;
    margin-top: 40px;
    opacity: 0;
    transition: all .2s linear
}

#header-hpturbo .portfolio .item .sq_parent .sq_wrap .sq_content .item-title {
    font-size: 27px;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    margin-bottom: 22px
}

#header-hpturbo .portfolio .item .sq_parent .sq_wrap .sq_content .item-category {
    font-size: 17px;
    color: rgba(255, 255, 255, .65)
}

#header-hpturbo .info-block {
    padding: 150px 0;
    color: #8c8c8c
}

#header-hpturbo .info-block .wrap_float:hover .link > span span.link-text {
    opacity: 1;
    margin-left: 0;
    transition: all .4s ease-out
}

#header-hpturbo .info-block p {
    font-size: 45px;
    font-weight: 700
}

#header-hpturbo .info-block b,
#header-hpturbo .info-block strong {
    font-weight: 700;
    color: #000
}

#header-hpturbo .info-block .link {
    position: relative;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    display: block;
    float: left;
    margin-top: 60px
}

#header-hpturbo .info-block .link:hover {
    cursor: pointer
}

#header-hpturbo .info-block .link:hover * {
    cursor: pointer
}

#header-hpturbo .info-block .link:hover > span span.link-text {
    opacity: 1;
    margin-left: 0;
    transition: all .4s ease-out
}

#header-hpturbo .info-block .link > span {
    padding-left: 130px;
    position: relative
}

#header-hpturbo .info-block .link > span span.link-text {
    opacity: 0;
    margin-left: 8px;
    transition: all .2s ease-out
}

#header-hpturbo .info-block .link > span:before {
    width: 116px;
    height: 8px;
    background: url(../img/arrow-black.svg) center center no-repeat;
    background-size: contain;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -4px;
    position: absolute
}

#header-hpturbo .awards {
    background: #f4f4f4;
    padding: 150px 0
}

#header-hpturbo .awards .wrap_float:hover .link > span span.link-text {
    opacity: 1;
    margin-left: 0;
    transition: all .4s ease-out
}

#header-hpturbo .awards .title {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    margin-bottom: 80px
}

#header-hpturbo .awards .item {
    width: 27%;
    margin-right: 5%
}

#header-hpturbo .awards .item:last-child {
    margin-right: 0
}

#header-hpturbo .awards .item .item-logo img {
    width: 90%
}

#header-hpturbo .awards .item .num {
    font-size: 60px;
    color: #000;
    width: auto;
    margin-right: 15px
}

#header-hpturbo .awards .item .text {
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 17px;
    color: rgba(25, 25, 25, .5);
    line-height: 1.7;
    max-width: 225px
}

#header-hpturbo .awards .item .item-info {
    position: relative
}

#header-hpturbo .awards .link {
    position: relative;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    display: block;
    float: left;
    margin-top: 60px
}

#header-hpturbo .awards .link > span {
    padding-left: 130px;
    position: relative
}

#header-hpturbo .awards .link > span span.link-text {
    opacity: 0;
    margin-left: 8px;
    transition: all .2s ease-out
}

#header-hpturbo .awards .link > span:before {
    width: 116px;
    height: 8px;
    background: url(../img/arrow-black.svg) center center no-repeat;
    background-size: contain;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -4px;
    position: absolute
}

#header-hpturbo .awards .best {
    margin-top: 100px
}

#header-hpturbo .awards .best-item {
    position: relative;
    padding-left: 100px;
    border-bottom: 3px solid #e5e5e5;
    height: 120px
}

#header-hpturbo .awards .best-item:first-child {
    border-top: 3px solid #e5e5e5
}

#header-hpturbo .awards .best-item .icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 21px
}

#header-hpturbo .awards .best-item .icon.bronze {
    background: #5d371c;
    background: -moz-linear-gradient(45deg, #5d371c 0, #e59f6b 50%, #9c5a2e 100%);
    background: -webkit-linear-gradient(45deg, #5d371c 0, #e59f6b 50%, #9c5a2e 100%);
    background: linear-gradient(45deg, #5d371c 0, #e59f6b 50%, #9c5a2e 100%)
}

#header-hpturbo .awards .best-item .icon.gold {
    background: #eab828;
    background: -moz-linear-gradient(45deg, #eab828 0, #f8ef82 50%, #c77800 100%);
    background: -webkit-linear-gradient(45deg, #eab828 0, #f8ef82 50%, #c77800 100%);
    background: linear-gradient(45deg, #eab828 0, #f8ef82 50%, #c77800 100%)
}

#header-hpturbo .awards .best-item .icon.silver {
    background: #8b8f98;
    background: -moz-linear-gradient(45deg, #8b8f98 0, #f7f8fc 50%, #b1b5c0 100%);
    background: -webkit-linear-gradient(45deg, #8b8f98 0, #f7f8fc 50%, #b1b5c0 100%);
    background: linear-gradient(45deg, #8b8f98 0, #f7f8fc 50%, #b1b5c0 100%)
}

#header-hpturbo .awards .best-item_left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 114px
}

#header-hpturbo .awards .best-item_left ._title {
    font-size: 17px;
    color: #000;
    margin: 4px 0
}

#header-hpturbo .awards .best-item_left ._type {
    font-size: 17px;
    color: #868686;
    margin: 4px 0
}

#header-hpturbo .awards .best-item_right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 114px
}

#header-hpturbo .awards .best-item_right ._category {
    color: #868686;
    font-size: 17px;
    text-align: right;
    margin: 4px 0
}

#header-hpturbo .awards .best-item_right ._title {
    font-size: 17px;
    color: #000;
    text-align: right;
    margin: 4px 0
}

#header-hpturbo .contacts-form {
    padding: 150px 0
}

#header-hpturbo .contacts-form .title {
    font-size: 45px;
    font-weight: 700;
    color: #000;
    margin-bottom: 80px
}

#header-hpturbo .contacts-form .form .input_wrap {
    position: relative;
    margin-bottom: 50px
}

#header-hpturbo .contacts-form .form .input_wrap:last-child {
    margin-bottom: 0
}

#header-hpturbo .contacts-form .form .input_wrap:before {
    height: 3px;
    width: 0;
    left: 50%;
    right: 50%;
    background: #000;
    content: '';
    position: absolute;
    bottom: 0;
    transition: all .2s linear
}

#header-hpturbo .contacts-form .form .input_wrap.focus:before {
    left: 0;
    right: 0;
    width: auto;
    transition: all .2s linear
}

#header-hpturbo .contacts-form .form label {
    padding: 0 20px;
    display: block;
    width: 100%;
    line-height: 55px;
    font-size: 17px;
    transition: all .1s linear;
    font-weight: 400;
    color: #7c7c7c;
    z-index: 1
}

#header-hpturbo .contacts-form .form label:hover {
    cursor: text
}

#header-hpturbo .contacts-form .form label.active {
    line-height: 16px;
    font-size: 13px;
    transition: all .1s linear;
    top: -5px
}

#header-hpturbo .contacts-form .form .input {
    border: 0;
    border-bottom: 3px solid #e5e5e5;
    display: block;
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    height: 55px;
    padding: 0 20px
}

#header-hpturbo .contacts-form .form .textarea {
    border: 0;
    border-bottom: 3px solid #e5e5e5;
    display: block;
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    height: 110px;
    min-height: 110px;
    padding: 20px;
    resize: vertical;
    max-height: 300px
}

#header-hpturbo .contacts-form .form .textarea:focus {
    outline: 0
}

#header-hpturbo .contacts-form .form .textarea:hover {
    cursor: text
}

#header-hpturbo .contacts-form .form .submit {
    width: 200px;
    height: 54px;
    background: #000;
    border-radius: 27px;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-top: 40px
}

#header-hpturbo .footer {
    background-image: url(../img/footer.jpg);
    height: 647px;
    position: fixed;
    bottom: 0;
    left: 0
}

#header-hpturbo .footer_top {
    padding: 150px 0
}

#header-hpturbo .footer_top:hover .link > span span.link-text {
    opacity: 1;
    margin-left: 0;
    transition: all .4s ease-out
}

#header-hpturbo .footer_bottom {
    padding-bottom: 120px
}

#header-hpturbo .footer .title {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 50px
}

#header-hpturbo .footer .link {
    position: relative;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    display: block;
    float: left;
    margin-top: 30px
}

#header-hpturbo .footer .link > span {
    padding-left: 80px;
    position: relative
}

#header-hpturbo .footer .link > span span.link-text {
    opacity: 0;
    margin-left: 8px;
    transition: all .2s ease-out
}

#header-hpturbo .footer .link > span:before {
    width: 60px;
    height: 8px;
    background: url(../img/footer-arrow.svg) center center no-repeat;
    background-size: contain;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -4px;
    position: absolute
}

#header-hpturbo .footer .left {
    width: auto;
    font-size: 18px;
    color: #5a5a5a
}

#header-hpturbo .footer .copyr {
    width: auto;
    margin-right: 80px
}

#header-hpturbo .footer .contact {
    width: auto;
    float: right
}

#header-hpturbo .footer .contact a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    display: block;
    float: left;
    margin-right: 80px
}

#header-hpturbo .footer .contact a:last-child {
    margin-right: 0
}

#header-hpturbo .footer .right {
    color: #5a5a5a;
    font-size: 18px;
    width: auto;
    float: right
}

#header-hpturbo .footer .right a {
    color: #fff
}

#header-hpturbo .footership {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 3px;
    text-shadow: 2px 2px #000;
    text-transform: uppercase;
    color: #3e5458
}

#header-hpturbo .menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 6;
    display: none
}

#header-hpturbo .menu.opened {
    display: block;
    opacity: 0
}

#header-hpturbo .menu .wrap {
    height: 100%
}

#header-hpturbo .menu .wrap .wrap_float {
    height: 100%
}

#header-hpturbo .menu .left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%
}

#header-hpturbo .menu .left .mob-socials {
    margin-top: 30px
}

#header-hpturbo .menu .left .mob-socials a {
    display: inline-block;
    float: none;
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0 12px
}

#header-hpturbo .menu .left .mob-socials a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

#header-hpturbo .menu .left .mob-socials a.facebook:before {
    background-image: url(../img/facebook-logo.svg);
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px
}

#header-hpturbo .menu .left .mob-socials a.youtube:before {
    background-image: url(../img/youtube.png);
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px
}

#header-hpturbo .menu .left .mob-socials a.instagram:before {
    background-image: url(../img/instagram.svg);
    width: 28px;
    height: 24px;
    margin-top: -12px;
    margin-left: -14px
}

#header-hpturbo .menu .left .mob-socials a.linkedin:before {
    background-image: url(../img/linked-in.svg);
    width: 28px;
    height: 18px;
    margin-top: -9px;
    margin-left: -14px
}

#header-hpturbo .menu .right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    float: right;
    line-height: 42px;
}

#header-hpturbo .menu .right ul li {
    margin: 5px 0
}

#header-hpturbo .menu .right ul li a {
    font-size: 45px;
    font-weight: 700;
    color: #fff
}

#header-hpturbo .menu .right ul li a:hover {
    color: #000
}

#header-hpturbo .menu .right ul li.dropdown_li ul {
    margin-top: 14px;
    display: none
}

#header-hpturbo .menu .right ul li.dropdown_li ul li a {
    font-size: 23px;
    color: #fff;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
    transition: all .2s linear
}

#header-hpturbo .menu .right ul li.dropdown_li ul li a:hover {
    color: #000;
    transition: all .2s linear
}

#header-hpturbo .menu .right ul li.dropdown_li ul li a:hover:before {
    background: #d1dbdd;
    transition: all .2s linear
}

#header-hpturbo .menu .right ul li.dropdown_li ul li a:before {
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    content: '';
    left: 0;
    top: 9px;
    transition: all .2s linear
}

#header-hpturbo .menu .title {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px
}

#header-hpturbo .menu .subtitle {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin: 15px 0 10px
}

#header-hpturbo .menu .email,
#header-hpturbo .menu .tel {
    font-size: 18px;
    color: #fff;
    margin: 8px 0
}

#header-hpturbo .menu .email,
#header-hpturbo .menu .tel {
    display: block;
    float: left;
    clear: both;
    line-height: 20px;
}

#header-hpturbo .menu .email a:hover,
#header-hpturbo .menu .tel a:hover {
    color: #000;
}

#header-hpturbo .menu .link {
    position: relative;
    padding-left: 80px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    display: block;
    float: left;
    margin-top: 50px;
    transition: all .2s linear
}

#header-hpturbo .menu .link:hover {
    color: #000;
    transition: all .2s linear
}

#header-hpturbo .menu .link:hover:before {
    opacity: 0;
    transition: all .2s linear
}

#header-hpturbo .menu .link:hover:after {
    opacity: 1;
    transition: all .2s linear
}

#header-hpturbo .menu .link:before {
    width: 60px;
    height: 8px;
    background: url(../img/footer-arrow.svg) center center no-repeat;
    background-size: contain;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -4px;
    position: absolute;
    transition: all .2s linear
}

#header-hpturbo .menu .link:after {
    width: 60px;
    height: 8px;
    background: url(../img/footer-arrow-hover.svg) center center no-repeat;
    background-size: contain;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -4px;
    position: absolute;
    opacity: 0;
    transition: all .2s linear
}

#header-hpturbo .menu .link:hover {
    cursor: pointer
}

#header-hpturbo .modal_form {
    background: #3d0082;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: none
}

#header-hpturbo .modal_form .close {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    padding: 15px 14px;
    float: right;
    margin-right: 0;
    z-index: 3;
    position: absolute;
    top: 6vh;
    right: 5vh
}

#header-hpturbo .modal_form .close.active .ham {
    transform: rotate(45deg)
}

#header-hpturbo .modal_form .close.active .ham .top {
    stroke-dasharray: 17 82;
    stroke-dashoffset: -62px
}

#header-hpturbo .modal_form .close.active .ham .middle {
    stroke-dashoffset: 23px
}

#header-hpturbo .modal_form .close.active .ham .bottom {
    stroke-dashoffset: -83px
}

#header-hpturbo .modal_form .close .line {
    fill: none;
    transition: stroke-dasharray .4s, stroke-dashoffset .4s;
    stroke: #000;
    stroke-width: 7.5;
    stroke-linecap: round
}

#header-hpturbo .modal_form .close:hover {
    cursor: pointer
}

#header-hpturbo .modal_form .close:hover * {
    cursor: pointer
}

#header-hpturbo .modal_form .close .ham {
    width: 44px;
    height: 44px;
    top: 2px;
    left: 2px;
    position: absolute;
    transition: all .2s linear
}

#header-hpturbo .modal_form .close .ham .top {
    stroke-dasharray: 40 82
}

#header-hpturbo .modal_form .close .ham .middle {
    stroke-dasharray: 40 111
}

#header-hpturbo .modal_form .close .ham .bottom {
    stroke-dasharray: 40 161
}

#header-hpturbo .modal_form .wrap {
    height: 100%
}

#header-hpturbo .modal_form .wrap_float {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

#header-hpturbo .modal_form .title {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px
}

#header-hpturbo .modal_form .form_wrap {
    margin-top: 78px
}

#header-hpturbo .modal_form .form .input_wrap {
    position: relative;
    margin-bottom: 50px
}

#header-hpturbo .modal_form .form .input_wrap:before {
    height: 3px;
    width: 0;
    left: 50%;
    right: 50%;
    background: #e5e5e5;
    content: '';
    position: absolute;
    bottom: 0;
    transition: all .2s linear
}

#header-hpturbo .modal_form .form .input_wrap.focus:before {
    left: 0;
    right: 0;
    transition: all .2s linear;
    width: auto
}

#header-hpturbo .modal_form .form label {
    padding: 0 20px;
    display: block;
    width: 100%;
    line-height: 55px;
    font-size: 25px;
    transition: all .1s linear;
    font-weight: 400;
    color: rgba(255, 255, 255, .58)
}

#header-hpturbo .modal_form .form label:hover {
    cursor: text
}

#header-hpturbo .modal_form .form label.active {
    line-height: 16px;
    font-size: 17px;
    transition: all .1s linear;
    top: -22px
}

#header-hpturbo .modal_form .form .input {
    border: 0;
    border-bottom: 3px solid rgba(229, 229, 229, .34);
    display: block;
    width: 100%;
    font-size: 25px;
    height: 55px;
    background: 0 0;
    padding: 0 20px;
    font-weight: 500;
    font-style: italic;
    color: #fff
}

#header-hpturbo .modal_form .form .textarea {
    border: 0;
    border-bottom: 3px solid rgba(229, 229, 229, .34);
    display: block;
    width: 100%;
    font-size: 25px;
    font-weight: 400;
    height: 130px;
    min-height: 130px;
    padding: 20px;
    resize: vertical;
    max-height: 300px;
    background: 0 0;
    font-weight: 500;
    font-style: italic;
    color: #fff
}

#header-hpturbo .modal_form .form .textarea:focus {
    outline: 0
}

#header-hpturbo .modal_form .form .textarea:hover {
    cursor: text
}

#header-hpturbo .modal_form .submit {
    width: 200px;
    height: 54px;
    background: #fff;
    border-radius: 27px;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #3d0082;
    margin-top: 40px
}

#header-hpturbo .modal_form .submit span:not(.text) {
    display: none
}

#header-hpturbo .modal_form .success {
    display: none
}

#header-hpturbo .single-page .top_panel {
    z-index: 3
}

#header-hpturbo .single-page .top_panel .logo {
    margin-left: 0
}

#header-hpturbo .page--head {
    height: 800px;
    overflow: hidden;
    position: relative
}

#header-hpturbo .page--head .blur-bg {
    position: absolute;
    top: -20px;
    left: -20px;
    width: auto;
    bottom: -20px;
    right: -20px;
    content: '';
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

#header-hpturbo .page--head .bg-color {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .5;
    z-index: 1
}

#header-hpturbo .page--head .wrap {
    height: 100%
}

#header-hpturbo .page--head .wrap_float {
    max-width: 780px;
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 165px
}

#header-hpturbo .page--head .wrap_float:hover .link > span span.link-text {
    opacity: 1;
    margin-left: 0;
    transition: all .2s linear
}

#header-hpturbo .page--head .title {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 27px
}

#header-hpturbo .page--head .subtitle {
    font-size: 22px;
    color: rgba(255, 255, 255, .6)
}

#header-hpturbo .page--head .link {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 1;
    margin-top: 70px
}

#header-hpturbo .page--head .link > span {
    padding-left: 140px;
    position: relative
}

#header-hpturbo .page--head .link > span span.link-text {
    opacity: 0;
    margin-left: 8px;
    transition: all .2s ease-out
}

#header-hpturbo .page--head .link > span:before {
    width: 128px;
    height: 8px;
    background: url(../img/arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    content: ''
}

#header-hpturbo .tabs-section {
    padding: 150px 0
}

#header-hpturbo .tabs-section .tabs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 75px
}

#header-hpturbo .tabs-section .tabs .tab {
    width: auto;
    display: block;
    float: left
}

#header-hpturbo .tabs-section .tabs .tab:hover {
    cursor: pointer
}

#header-hpturbo .tabs-section .tabs .tab:hover * {
    cursor: pointer
}

#header-hpturbo .tabs-section .tabs .tab:hover span {
    border-color: #bababa;
    transition: all .2s linear
}

#header-hpturbo .tabs-section .tabs .tab.active {
    pointer-events: none
}

#header-hpturbo .tabs-section .tabs .tab.active span {
    color: #000;
    border-color: #000
}

#header-hpturbo .tabs-section .tabs .tab span {
    color: #bababa;
    border-bottom: 2px solid rgba(186, 186, 186, 0);
    transition: all .2s linear;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    float: none;
    padding-bottom: 4px
}

#header-hpturbo .tabs-section .section_content .text {
    color: #8c8c8c;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 53px
}

#header-hpturbo .tabs-section .section_content .text:last-child {
    margin-bottom: 0
}

#header-hpturbo .tabs-section .section_content .text b,
#header-hpturbo .tabs-section .section_content .text strong {
    color: #000
}

#header-hpturbo .tabs-section .section_content .small-text {
    font-size: 22px;
    color: rgba(140, 140, 140, .9);
    font-weight: 700;
    max-width: 700px
}

#header-hpturbo .tabs-section .section_content .small-text ul li {
    margin-bottom: 8px
}

#header-hpturbo .tabs-section .section_content .small-text ul li:last-child {
    margin-bottom: 0
}

#header-hpturbo .tabs-section .section_content .small-text * {
    font-weight: 700
}

#header-hpturbo .full-image-section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

#header-hpturbo .full-image-section img {
    display: block;
    float: left;
    width: 100%
}

#header-hpturbo .col-section {
    padding: 150px 0;
    background: #fff
}

#header-hpturbo .col-section .left {
    width: 50%;
    padding-right: 70px
}

#header-hpturbo .col-section .left .title {
    color: #8c8c8c;
    font-size: 45px;
    font-weight: 700
}

#header-hpturbo .col-section .left b,
#header-hpturbo .col-section .left strong {
    color: #000
}

#header-hpturbo .col-section .left .subtitle {
    font-size: 22px;
    color: #8c8c8c;
    line-height: 1.5;
    margin-top: 55px
}

#header-hpturbo .col-section .right {
    color: #8c8c8c;
    font-size: 22px;
    width: 50%;
    line-height: 1.5
}

#header-hpturbo .description-section {
    padding: 180px 0;
    position: relative;
    overflow: hidden;
    height: 100vh;
    min-height: 660px
}

#header-hpturbo .description-section .wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

#header-hpturbo .description-section .wrap_float {
    position: relative;
    z-index: 2
}

#header-hpturbo .description-section .text {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 50px
}

#header-hpturbo .description-section .text b,
#header-hpturbo .description-section .text strong {
    color: #8c8c8c
}

#header-hpturbo .description-section .small-text {
    font-size: 22px;
    color: #fff;
    max-width: 700px;
    line-height: 1.4
}

#header-hpturbo .description-section .blur-bg {
    position: absolute;
    top: -80px;
    left: -80px;
    width: auto;
    bottom: -80px;
    right: -80px;
    content: '';
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

#header-hpturbo .description-section .bg-color {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .5;
    z-index: 1
}

#header-hpturbo .image-section {
    background: #f2f2f2;
    padding: 150px 0
}

#header-hpturbo .image-section img {
    width: 100%;
    float: left;
    display: block
}

#header-hpturbo .statistics-section {
    background: #f2f2f2;
    padding: 150px 0
}

#header-hpturbo .statistics-section.is-scrolled .top .right .params .param .line .progress {
    width: 0 !important
}

#header-hpturbo .statistics-section .top .left {
    width: 50%;
    padding-right: 50px
}

#header-hpturbo .statistics-section .top .left .title {
    font-size: 45px;
    font-weight: 700;
    color: #8c8c8c;
    margin-bottom: 45px
}

#header-hpturbo .statistics-section .top .left .title b,
#header-hpturbo .statistics-section .top .left .title strong {
    color: #000
}

#header-hpturbo .statistics-section .top .left .subtitle {
    font-size: 22px;
    color: #8c8c8c;
    line-height: 1.5
}

#header-hpturbo .statistics-section .top .right {
    width: 50%
}

#header-hpturbo .statistics-section .top .right .params .param {
    margin-bottom: 34px
}

#header-hpturbo .statistics-section .top .right .params .param .line {
    background: rgba(198, 198, 198, .34);
    height: 16px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 10px
}

#header-hpturbo .statistics-section .top .right .params .param .line .progress {
    height: 16px;
    border-radius: 8px;
    background: #3d0082;
    background: -moz-linear-gradient(left, #3d0082 0, #07f6e2 100%);
    background: -webkit-linear-gradient(left, #3d0082 0, #07f6e2 100%);
    background: linear-gradient(to right, #3d0082 0, #07f6e2 100%);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1.4s ease-out
}

#header-hpturbo .statistics-section .top .right .params .param .param-info {
    position: relative;
    padding-right: 70px
}

#header-hpturbo .statistics-section .top .right .params .param .param-info ._title {
    font-size: 17px;
    color: #000
}

#header-hpturbo .statistics-section .top .right .params .param .param-info ._percent {
    font-size: 17px;
    color: #8c8c8c;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    text-align: right
}

#header-hpturbo .statistics-section .bottom {
    margin-top: 70px
}

#header-hpturbo .statistics-section .bottom .col {
    width: 30%;
    margin-right: 5%;
    display: block;
    float: left
}

#header-hpturbo .statistics-section .bottom .col .col-title {
    font-size: 28px;
    color: #000;
    font-weight: 700;
    margin-bottom: 30px
}

#header-hpturbo .statistics-section .bottom .col:hover .link > span span.link-text {
    opacity: 1;
    margin-left: 0;
    transition: all .4s ease-out
}

#header-hpturbo .statistics-section .bottom .col:last-child {
    margin-right: 0
}

#header-hpturbo .statistics-section .bottom .col ._title {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 32px
}

#header-hpturbo .statistics-section .bottom .col ul li {
    font-size: 17px;
    color: rgba(25, 25, 25, .5);
    line-height: 1.6;
    margin-bottom: 8px
}

#header-hpturbo .statistics-section .bottom .col .link {
    position: relative;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    display: block;
    float: left;
    margin-top: 40px
}

#header-hpturbo .statistics-section .bottom .col .link > span {
    padding-left: 130px;
    position: relative
}

#header-hpturbo .statistics-section .bottom .col .link > span span.link-text {
    opacity: 0;
    margin-left: 8px;
    transition: all .2s ease-out
}

#header-hpturbo .statistics-section .bottom .col .link > span:before {
    width: 116px;
    height: 8px;
    background: url(../img/arrow-black.svg) center center no-repeat;
    background-size: contain;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -4px;
    position: absolute
}

#header-hpturbo .video-section {
    max-height: 96vh;
    overflow: hidden;
    position: relative
}

#header-hpturbo .video-section .video_wrap {
    height: 100%;
    position: relative
}

#header-hpturbo .video-section .play-btn {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: url(../img/play-button.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -41px;
    margin-left: -41px;
    z-index: 2;
    transition: all .2s linear
}

#header-hpturbo .video-section .play-btn:hover {
    cursor: pointer;
    transform: scale(.9);
    transition: all .2s linear
}

#header-hpturbo .video-section .video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    background: #000
}

#header-hpturbo .video-section .video video {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

#header-hpturbo .video-section .video video:focus {
    outline: 0
}

#header-hpturbo .youtube-video-section .video {
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
    background: #000
}

#header-hpturbo .youtube-video-section .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

#header-hpturbo .scroll-effect {
    position: relative
}

#header-hpturbo .scroll-effect .first-level {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

#header-hpturbo .scroll-effect .second-level {
    opacity: 0;
    transition: all .1s linear
}

#header-hpturbo .showcase .top_panel .logo {
    background-image: url(../img/logo-black.svg)
}

#header-hpturbo .showcase .page--head .title {
    font-size: 45px;
    color: #000
}

#header-hpturbo .showcase .tabs-section {
    padding-top: 0;
    padding-bottom: 86px
}

#header-hpturbo .showcase .tabs-section .tabs {
    margin-bottom: 0
}

#header-hpturbo .showcase .tabs-section .mobile-select {
    position: relative;
    width: auto;
    display: none
}

#header-hpturbo .showcase .tabs-section .mobile-select .value {
    position: relative;
    padding-left: 40px;
    line-height: 30px;
    width: auto
}

#header-hpturbo .showcase .tabs-section .mobile-select .value:before {
    width: 30px;
    height: 30px;
    background: url(../img/select-arrow.svg) center center no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    left: 0;
    top: 0
}

#header-hpturbo .showcase .tabs-section .mobile-select .value span {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    border-bottom: 2px solid #000;
    display: inline-block;
    float: none
}

#header-hpturbo .showcase .tabs-section .mobile-select select {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

#header-hpturbo .showcase .portfolio .portfolio-block {
    display: none
}

#header-hpturbo .showcase .link {
    position: relative;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    display: block;
    float: left;
    margin-top: 80px
}

#header-hpturbo .showcase .link > span {
    padding-left: 130px;
    position: relative
}

#header-hpturbo .showcase .link > span span.link-text {
    opacity: 0;
    margin-left: 8px;
    transition: all .2s ease-out
}

#header-hpturbo .showcase .link > span:before {
    width: 116px;
    height: 8px;
    background: url(../img/arrow-black.svg) center center no-repeat;
    background-size: contain;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -4px;
    position: absolute
}

#header-hpturbo .showcase .statistics-section {
    padding: 150px 0
}

#header-hpturbo .team {
    padding: 150px 0 100px
}

#header-hpturbo .team .item {
    width: 50%;
    margin-bottom: 50px
}

#header-hpturbo .team .item:hover .socials-user:before {
    opacity: .44;
    transition: all .2s linear
}

#header-hpturbo .team .item:hover .socials-user a {
    transform: none;
    transition: all .4s ease
}

#header-hpturbo .team .item .socials-user {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

#header-hpturbo .team .item .socials-user a {
    width: 30px;
    height: 30px;
    display: inline-block;
    float: none;
    position: relative;
    margin: 0 14px;
    transform: translateY(500px);
    transition: all .4s ease
}

#header-hpturbo .team .item .socials-user a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

#header-hpturbo .team .item .socials-user a.instagram:before {
    width: 24px;
    height: 24px;
    background-image: url(../img/instagram.svg);
    margin-top: -12px;
    margin-left: -12px
}

#header-hpturbo .team .item .socials-user a.youtube:before {
    width: 24px;
    height: 24px;
    background-image: url(../img/youtube.png);
    margin-top: -12px;
    margin-left: -12px
}

#header-hpturbo .team .item .socials-user a.twitter:before {
    width: 24px;
    height: 20px;
    background-image: url(../img/twitter.svg);
    margin-top: -10px;
    margin-left: -12px
}

#header-hpturbo .team .item .socials-user a.behance:before {
    width: 28px;
    height: 18px;
    background-image: url(../img/behance-logo.svg);
    margin-top: -9px;
    margin-left: -14px
}

#header-hpturbo .team .item .socials-user:before {
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transition: all .2s linear;
    opacity: 0
}

#header-hpturbo .team .item_img {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden
}

#header-hpturbo .team .item_img .sq_parent {
    width: 100%;
    position: relative;
    padding-bottom: 86%;
    overflow: hidden
}

#header-hpturbo .team .item_img .sq_parent .sq_wrap {
    position: absolute;
    width: 100%;
    height: 100%
}

#header-hpturbo .team .item_img .sq_parent .sq_wrap .sq_content {
    float: left;
    width: 100%;
    height: 100%
}

#header-hpturbo .team .item_img .sq_parent .sq_wrap .sq_content img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#header-hpturbo .team .item_name {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px
}

#header-hpturbo .team .item_position {
    font-size: 17px;
    color: #8c8c8c
}

#header-hpturbo .team .title {
    font-size: 45px;
    color: #000;
    font-weight: 600;
    margin-bottom: 27px
}

#header-hpturbo .team .subtitle {
    font-size: 22px;
    color: #8c8c8c;
    max-width: 530px;
    line-height: 1.5;
    margin-bottom: 60px
}

#header-hpturbo .subscribe {
    background: #000;
    padding: 150px 0
}

#header-hpturbo .subscribe .wrap_float {
    max-width: 730px
}

#header-hpturbo .subscribe .title {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    max-width: 350px;
    margin-bottom: 80px
}

#header-hpturbo .subscribe .input_wrap {
    position: relative;
    margin-bottom: 85px
}

#header-hpturbo .subscribe .input_wrap:before {
    height: 3px;
    width: 0;
    left: 50%;
    right: 50%;
    background: #fff;
    content: '';
    position: absolute;
    bottom: 0;
    transition: all .2s linear
}

#header-hpturbo .subscribe .input_wrap.focus:before {
    left: 0;
    right: 0;
    width: auto;
    transition: all .2s linear
}

#header-hpturbo .subscribe .input {
    border: 0;
    background: 0 0;
    display: block;
    width: 100%;
    border-bottom: 3px solid #525252;
    font-size: 17px;
    padding: 0 20px;
    height: 50px;
    color: #fff;
    font-weight: 500
}

#header-hpturbo .subscribe .btn {
    background: #fff;
    width: 194px;
    height: 54px
}

#header-hpturbo .subscribe .btn.onclic {
    background: 0 0 !important
}

#header-hpturbo .subscribe .btn span:not(.text) {
    background: #eee
}

#header-hpturbo .subscribe .btn .text {
    color: #000;
    font-size: 15px;
    font-weight: 500
}

#header-hpturbo .services-page .varieties {
    background: #f4f4f4
}

#header-hpturbo .services-page .varieties .col {
    margin-top: 150px
}

#header-hpturbo .services-page .varieties .col:nth-child(1),
#header-hpturbo .services-page .varieties .col:nth-child(2),
#header-hpturbo .services-page .varieties .col:nth-child(3) {
    margin-top: 0
}

#header-hpturbo .about-page .contacts-form,
#header-hpturbo .services-page .contacts-form {
    background: #f4f4f4
}

#header-hpturbo .about-page .contacts-form .form .input,
#header-hpturbo .about-page .contacts-form .form .textarea,
#header-hpturbo .services-page .contacts-form .form .input,
#header-hpturbo .services-page .contacts-form .form .textarea {
    background: 0 0
}

#header-hpturbo .about-page .contacts-form .onclic,
#header-hpturbo .services-page .contacts-form .onclic {
    background: #f4f4f4 !important
}

#header-hpturbo .faq {
    padding: 150px 0
}

#header-hpturbo .faq .text {
    font-size: 45px;
    font-weight: 600;
    color: #8c8c8c;
    line-height: 1.2;
    margin-bottom: 80px
}

#header-hpturbo .faq .text b,
#header-hpturbo .faq .text strong {
    color: #000
}

#header-hpturbo .faq_item {
    margin-bottom: 25px
}

#header-hpturbo .faq_item.active .faq_item_question {
    background: rgba(229, 229, 229, .3);
    transition: all .2s linear
}

#header-hpturbo .faq_item.active .faq_item_question:before {
    transform: rotate(180deg);
    transition: all .2s linear
}

#header-hpturbo .faq_item_question {
    height: 86px;
    background: #e5e5e5;
    font-size: 17px;
    color: #000;
    padding: 0 50px;
    padding-right: 100px;
    position: relative;
    transition: all .2s linear
}

#header-hpturbo .faq_item_question:hover {
    cursor: pointer
}

#header-hpturbo .faq_item_question:before {
    width: 30px;
    height: 30px;
    background: url(../img/faq-arrow.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -15px;
    right: 50px;
    transition: all .2s linear
}

#header-hpturbo .faq_item_question span {
    height: inherit;
    display: table-cell;
    vertical-align: middle;
    float: none
}

#header-hpturbo .faq_item_answer {
    font-size: 17px;
    color: #8c8c8c;
    line-height: 1.8;
    padding: 40px 50px 60px;
    display: none
}

#header-hpturbo .blog-list {
    padding-bottom: 150px
}

#header-hpturbo .blog-list .portfolio-block {
    display: block
}

#header-hpturbo .blog-list .blog-item {
    height: 552px;
    position: relative;
    padding: 30px 0;
    margin-bottom: 53px;
    display: block;
    float: left;
    width: 100%
}

#header-hpturbo .blog-list .blog-item:last-child {
    margin-bottom: 0
}

#header-hpturbo .blog-list .blog-item:hover .content ._title {
    color: #a200ff;
    transition: all .4s ease
}

#header-hpturbo .blog-list .blog-item:hover .img .sq_parent {
    transform: scale(1.1);
    transition: all .4s ease
}

#header-hpturbo .blog-list .blog-item:not(.next-post):first-child:before {
    background: #000;
    opacity: .21;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    z-index: 1
}

#header-hpturbo .blog-list .blog-item:not(.next-post):first-child .sq_parent {
    padding-bottom: 43%
}

#header-hpturbo .blog-list .blog-item:not(.next-post):first-child .img {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%
}

#header-hpturbo .blog-list .blog-item:not(.next-post):first-child .content {
    width: 100%;
    background: 0 0;
    max-width: 970px;
    padding: 30px 100px;
    justify-content: flex-end;
    z-index: 2
}

#header-hpturbo .blog-list .blog-item:not(.next-post):first-child .content ._title {
    color: #fff;
    font-size: 45px
}

#header-hpturbo .blog-list .blog-item:not(.next-post):first-child .content .author {
    margin-bottom: 0
}

#header-hpturbo .blog-list .blog-item:not(.next-post):first-child .content .author .name {
    color: #fff
}

#header-hpturbo .blog-list .blog-item:not(.next-post):first-child .content .text {
    display: none
}

#header-hpturbo .blog-list .blog-item:not(.next-post):nth-child(odd) .img {
    left: auto;
    right: 0
}

#header-hpturbo .blog-list .blog-item:not(.next-post):nth-child(odd) .content {
    float: left
}

#header-hpturbo .blog-list .blog-item .img {
    overflow: hidden;
    width: 49%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

#header-hpturbo .blog-list .blog-item .img .sq_parent {
    width: 100%;
    position: relative;
    padding-bottom: 87%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .4s ease
}

#header-hpturbo .blog-list .blog-item .img .sq_parent .sq_wrap {
    position: absolute;
    width: 100%;
    height: 100%
}

#header-hpturbo .blog-list .blog-item .img .sq_parent .sq_wrap .sq_content {
    float: left;
    width: 100%;
    height: 100%
}

#header-hpturbo .blog-list .blog-item .content {
    height: 100%;
    position: relative;
    background: #fff;
    width: 57%;
    float: right;
    padding: 20px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

#header-hpturbo .blog-list .blog-item .content .tags {
    margin-bottom: 20px
}

#header-hpturbo .blog-list .blog-item .content .tags .tag {
    background: #000;
    height: 34px;
    width: auto;
    padding: 0 13px;
    line-height: 34px;
    font-size: 17px;
    color: #fff;
    margin-right: 10px
}

#header-hpturbo .blog-list .blog-item .content .tags .tag:last-child {
    margin-right: 0
}

#header-hpturbo .blog-list .blog-item .content ._title {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
    transition: all .4s ease
}

#header-hpturbo .blog-list .blog-item .content .author {
    position: relative;
    padding-left: 80px;
    margin-bottom: 22px
}

#header-hpturbo .blog-list .blog-item .content .author .userpic {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0
}

#header-hpturbo .blog-list .blog-item .content .author .name {
    font-size: 17px;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 62px
}

#header-hpturbo .blog-list .blog-item .content .text {
    font-size: 17px;
    color: #8c8c8c;
    line-height: 1.8
}

#header-hpturbo .blog-list .wrap_float {
    position: relative
}

#header-hpturbo .blog-list.blog-list--sidebar .no-result {
    background: #f4f4f4;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    padding: 40px 44px;
    margin-bottom: 40px
}

#header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left {
    max-width: 848px
}

#header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item:not(.next-post):first-child .content ._title {
    font-size: 28px
}

#header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item {
    height: 450px
}

#header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item:not(.next-post):first-child .sq_parent {
    padding-bottom: 54%
}

#header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item:not(.next-post):first-child .content {
    padding: 10px 50px
}

#header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item .content {
    width: 71%
}

#header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item .img .sq_parent {
    padding-bottom: 108%
}

#header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item .content ._title {
    margin-bottom: 18px
}

#header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item .content .author .userpic {
    width: 52px;
    height: 52px
}

#header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item .content .author .name {
    height: 50px;
    line-height: 50px;
    font-size: 14px
}

#header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item .content .author {
    margin-bottom: 18px
}

#header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item .content .text {
    font-size: 15px
}

#header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item .content .tags {
    margin-bottom: 12px
}

#header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_right {
    max-width: 396px;
    float: right;
    border-top: 3px solid #e5e5e5;
    padding-top: 35px
}

#header-hpturbo .blog__tabs-section .wrap_float {
    position: relative;
    padding-right: 100px
}

#header-hpturbo .blog-single.blog-single--right-sidebar .single-content {
    padding-bottom: 0
}

#header-hpturbo .blog-single .single-head {
    padding-top: 250px;
    margin-bottom: 25px
}

#header-hpturbo .blog-single .single-head .tags {
    margin-bottom: 23px
}

#header-hpturbo .blog-single .single-head .tags .tag {
    background: #000;
    height: 34px;
    width: auto;
    padding: 0 13px;
    line-height: 34px;
    font-size: 17px;
    color: #fff;
    margin-right: 10px
}

#header-hpturbo .blog-single .single-head .tags .tag:last-child {
    margin-right: 0
}

#header-hpturbo .blog-single .single-head .title_wrap {
    position: relative
}

#header-hpturbo .blog-single .single-head .title {
    color: #000;
    font-size: 45px;
    font-weight: 600;
    max-width: 800px
}

#header-hpturbo .blog-single .single-head .author {
    position: absolute;
    padding-left: 80px;
    margin-bottom: 22px;
    bottom: 0;
    right: 0;
    width: auto;
    margin-bottom: 0
}

#header-hpturbo .blog-single .single-head .author .userpic {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0
}

#header-hpturbo .blog-single .single-head .author .userpic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#header-hpturbo .blog-single .single-head .author .name {
    font-size: 17px;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 62px
}

#header-hpturbo .blog-single .single-content {
    padding-bottom: 130px
}

#header-hpturbo .blog-single .foot-block {
    padding: 130px 0 150px;
    background: #f4f4f4
}

#header-hpturbo .blog-single .next-post-wrap {
    padding: 150px 0
}

#header-hpturbo .blog-single .next-post-wrap .blog-item:hover .link > span span.link-text {
    opacity: 1;
    margin-left: 0;
    transition: all .2s ease-out
}

#header-hpturbo .blog-single .next-post-wrap .link {
    position: relative;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    display: block;
    float: left;
    margin-top: 0;
    margin-bottom: 40px
}

#header-hpturbo .blog-single .next-post-wrap .link > span {
    padding-left: 130px;
    position: relative
}

#header-hpturbo .blog-single .next-post-wrap .link > span span.link-text {
    opacity: 0;
    margin-left: 8px;
    transition: all .2s ease-out
}

#header-hpturbo .blog-single .next-post-wrap .link > span:before {
    width: 116px;
    height: 8px;
    background: url(../img/arrow-black.svg) center center no-repeat;
    background-size: contain;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -4px;
    position: absolute
}

#header-hpturbo .blog-single .img-block {
    margin: 15px 0
}

#header-hpturbo .blog-single .img-block img {
    max-width: 100%;
    display: block;
    float: left
}

#header-hpturbo .blog-single .caption {
    font-size: 17px;
    color: #8c8c8c;
    font-weight: 500;
    font-style: italic;
    margin-top: 13px;
    display: inline-block
}

#header-hpturbo .blog-single .text {
    color: #8c8c8c;
    font-size: 33px;
    font-weight: 600;
    line-height: 1.3
}

#header-hpturbo .blog-single .text b,
#header-hpturbo .blog-single .text strong {
    color: #000
}

#header-hpturbo .blog-single p {
    font-size: 17px;
    color: #8c8c8c;
    line-height: 1.7;
    margin: 20px 0
}

#header-hpturbo .blog-single .video-block {
    margin: 15px 0
}

#header-hpturbo .blog-single .video-block .video {
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
    background: #000
}

#header-hpturbo .blog-single .video-block .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

#header-hpturbo .blog-single .two-columns .col {
    width: 47%
}

#header-hpturbo .blog-single .two-columns .col:last-child {
    float: right
}

#header-hpturbo .blog-single .fixed-bg {
    position: relative;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 760px;
    padding: 80px 0;
    display: flex;
    align-items: center
}

#header-hpturbo .blog-single .fixed-bg .wrap_float {
    position: relative;
    z-index: 1
}

#header-hpturbo .blog-single .fixed-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    background: #000;
    opacity: .5
}

#header-hpturbo .blog-single .fixed-bg .title {
    font-size: 33px;
    color: #fff;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 34px
}

#header-hpturbo .blog-single .fixed-bg .text {
    font-size: 22px;
    color: #fff;
    max-width: 720px;
    font-weight: 400;
    line-height: 1.5
}

#header-hpturbo .blog-single .share {
    margin: 40px 0 0
}

#header-hpturbo .blog-single .share .p {
    line-height: 50px;
    width: auto;
    font-size: 22px;
    color: #000;
    font-weight: 500;
    margin: 0
}

#header-hpturbo .blog-single .share .links {
    width: auto;
    margin-left: 22px
}

#header-hpturbo .blog-single .share .links .link {
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 50%;
    margin-right: 15px;
    margin-top: 0
}

#header-hpturbo .blog-single .share .links .link:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

#header-hpturbo .blog-single .share .links .link.facebook {
    background: #33589e
}

#header-hpturbo .blog-single .share .links .link.facebook:before {
    background-image: url(../img/facebook-logo.svg);
    width: 16px;
    height: 28px;
    margin-top: -14px;
    margin-left: -8px
}

#header-hpturbo .blog-single .share .links .link.pinterest {
    background: #c8232c
}

#header-hpturbo .blog-single .share .links .link.pinterest:before {
    background-image: url(../img/pinterest.svg);
    width: 22px;
    height: 28px;
    margin-top: -14px;
    margin-left: -11px
}

#header-hpturbo .blog-single .share .links .link.twitter {
    background: #4ba0eb
}

#header-hpturbo .blog-single .share .links .link.twitter:before {
    background-image: url(../img/twitter-logo-silhouette.svg);
    width: 28px;
    height: 24px;
    margin-top: -12px;
    margin-left: -14px
}

#header-hpturbo .blog-single .share .links .link.linked {
    background: #007ab9
}

#header-hpturbo .blog-single .share .links .link.linked:before {
    background-image: url(../img/linked-in.svg);
    width: 24px;
    height: 22px;
    margin-top: -11px;
    margin-left: -12px
}

#header-hpturbo .blog-single .share .links .link.email {
    background: #f7f7f7
}

#header-hpturbo .blog-single .share .links .link.email:before {
    background-image: url(../img/email.svg);
    width: 26px;
    height: 18px;
    margin-top: -9px;
    margin-left: -13px
}

#header-hpturbo .blog-single .comments_section {
    padding-bottom: 150px
}

#header-hpturbo .blog-single .comments_section .title {
    font-size: 33px;
    font-weight: 700;
    color: #000;
    margin-bottom: 36px
}

#header-hpturbo .blog-single .comments_section .title span {
    color: #bababa
}

#header-hpturbo .blog-single .comments_section .comment_item {
    margin-bottom: 40px
}

#header-hpturbo .blog-single .comments_section .comment_item:last-child {
    margin-bottom: 0
}

#header-hpturbo .blog-single .comments_section .comment_item:nth-child(even) {
    width: 90%;
    float: right
}

#header-hpturbo .blog-single .comments_section .comment_item:nth-child(even) .comment-text {
    background: #f4f4f4;
    color: #8c8c8c
}

#header-hpturbo .blog-single .comments_section .comment_item .comment-text {
    background: #ab4ee0;
    font-size: 17px;
    color: #fff;
    padding: 35px;
    line-height: 1.6;
    margin-bottom: 20px
}

#header-hpturbo .blog-single .comments_section .comment_item .author {
    position: relative
}

#header-hpturbo .blog-single .comments_section .comment_item .author .left {
    width: 100%;
    padding-left: 80px;
    position: relative
}

#header-hpturbo .blog-single .comments_section .comment_item .author .left .userpic {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 63px;
    overflow: hidden
}

#header-hpturbo .blog-single .comments_section .comment_item .author .left .userpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

#header-hpturbo .blog-single .comments_section .comment_item .author .left .name {
    color: #9a9a9a;
    font-weight: 700;
    height: 63px;
    display: flex;
    align-items: center
}

#header-hpturbo .blog-single .comments_section .comment_item .author .right {
    position: absolute;
    top: 0;
    width: 100px;
    right: 0;
    line-height: 63px;
    text-align: right
}

#header-hpturbo .blog-single .comments_section .comment_item .author .right a {
    color: #ab4ee0;
    font-weight: 700
}

#header-hpturbo .blog-single .contacts-form {
    background: #f4f4f4
}

#header-hpturbo .blog-single .contacts-form .form .input {
    background: 0 0
}

#header-hpturbo .blog-single .contacts-form .form .textarea {
    background: 0 0
}

#header-hpturbo .blog-single .contacts-form .text {
    font-size: inherit;
    color: #fff
}

#header-hpturbo .blog-single .blog-single--sidebar_left {
    max-width: 848px
}

#header-hpturbo .blog-single .blog-single--sidebar_left .col {
    width: 100%
}

#header-hpturbo .blog-single .blog-single--sidebar_left .fixed-bg {
    flex-direction: column;
    min-height: 600px;
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px
}

#header-hpturbo .blog-single .blog-single--sidebar_left .fixed-bg .text,
#header-hpturbo .blog-single .blog-single--sidebar_left .fixed-bg .title {
    position: relative;
    z-index: 1;
    max-width: 100%
}

#header-hpturbo .blog-single .blog-single--sidebar_left .foot-block {
    background: 0 0;
    padding-top: 44px;
    padding-bottom: 0
}

#header-hpturbo .blog-single .blog-single--sidebar_left .blog-item .img .sq_parent {
    padding-bottom: 133%
}

#header-hpturbo .blog-single .blog-single--sidebar_left .comments_section {
    padding-bottom: 20px
}

#header-hpturbo .blog-single .blog-single--sidebar_left .wp_content {
    position: relative;
    z-index: 1
}

#header-hpturbo .blog-single .blog-single--sidebar_right {
    max-width: 396px;
    float: right;
    border-top: 3px solid #e5e5e5;
    padding-top: 35px
}

#header-hpturbo .search_block {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0
}

#header-hpturbo .search_block .search_block_open {
    width: 30px;
    height: 30px;
    position: absolute
}

#header-hpturbo .search_block .search_block_open:before {
    width: 22px;
    height: 22px;
    background: url(../img/search.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -11px
}

#header-hpturbo .search_block .search_block_open:hover {
    cursor: pointer
}

#header-hpturbo .search_block .search_block_field {
    height: 32px;
    width: 1300px;
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 60px;
    padding-right: 70px;
    display: none;
    background: #fff
}

#header-hpturbo .search_block .search_block_field .close {
    width: 30px;
    height: 30px;
    background: url(../img/search-close.svg) center center no-repeat;
    background-size: 14px 14px;
    position: absolute;
    left: 0;
    top: 0
}

#header-hpturbo .search_block .search_block_field .close:hover {
    cursor: pointer
}

#header-hpturbo .search_block .search_block_field input {
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    display: block;
    height: 30px;
    border: 0;
    padding: 0
}

#header-hpturbo .search_block .search_block_field input::-webkit-input-placeholder {
    color: #bababa
}

#header-hpturbo .search_block .search_block_field input::-moz-placeholder {
    color: #bababa
}

#header-hpturbo .search_block .search_block_field input:-moz-placeholder {
    color: #bababa
}

#header-hpturbo .search_block .search_block_field input:-ms-input-placeholder {
    color: #bababa
}

#header-hpturbo .search_block .search_block_field input:focus {
    outline: 0
}

#header-hpturbo .search_block .search_block_field .submit {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background: 0 0;
    z-index: 2
}

#header-hpturbo .search_block .search_block_field .submit:before {
    width: 22px;
    height: 22px;
    background: url(../img/search.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -11px
}

#header-hpturbo .search_block .search_block_field .submit:hover {
    cursor: pointer
}

#header-hpturbo .sidebar ._block {
    margin-bottom: 34px
}

#header-hpturbo .sidebar ._block_title {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px
}

#header-hpturbo .sidebar .archives {
    background: #f4f4f4;
    padding: 38px
}

#header-hpturbo .sidebar .archives ul li {
    margin-bottom: 20px
}

#header-hpturbo .sidebar .archives ul li:last-child {
    margin-bottom: 0
}

#header-hpturbo .sidebar .archives ul li a {
    font-size: 18px;
    font-weight: 500;
    display: block;
    float: left
}

#header-hpturbo .sidebar .archives ul li a:hover {
    color: #ab4ee0
}

#header-hpturbo .sidebar .tags {
    padding-right: 93px
}

#header-hpturbo .sidebar .tags .tag {
    height: 34px;
    width: auto;
    background: #000;
    line-height: 34px;
    padding: 0 12px;
    font-size: 17px;
    color: #fff;
    margin-right: 10px;
    display: block;
    float: left;
    margin-bottom: 10px;
    transition: all .2s linear
}

#header-hpturbo .sidebar .tags .tag:hover {
    background: #ab4ee0;
    transition: all .2s linear
}

#header-hpturbo .sidebar .recent-posts .slick-prev {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    top: 38px;
    right: 84px;
    z-index: 2;
    left: auto;
    background: 0 0;
    margin-top: 0
}

#header-hpturbo .sidebar .recent-posts .slick-prev:before {
    width: 14px;
    height: 6px;
    background: url(../img/post-arrow.svg) center center no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -7px
}

#header-hpturbo .sidebar .recent-posts .slick-next {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
    top: 38px;
    right: 50px;
    z-index: 2;
    left: auto;
    right: 38px;
    background: 0 0;
    margin-top: 0
}

#header-hpturbo .sidebar .recent-posts .slick-next:before {
    width: 14px;
    height: 6px;
    background: url(../img/post-arrow.svg) center center no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    top: 50%;
    transform: rotate(180deg);
    left: 50%;
    margin-top: -3px;
    margin-left: -7px
}

#header-hpturbo .sidebar .recent-posts .item {
    display: block;
    width: 100%;
    float: left
}

#header-hpturbo .sidebar .recent-posts .sq_parent {
    width: 100%;
    position: relative;
    padding-bottom: 106%;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

#header-hpturbo .sidebar .recent-posts .sq_parent:before {
    background: #000;
    opacity: .25;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

#header-hpturbo .sidebar .recent-posts .sq_parent .sq_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1
}

#header-hpturbo .sidebar .recent-posts .sq_parent .sq_wrap .sq_content {
    float: left;
    width: 100%;
    height: 100%;
    padding: 38px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

#header-hpturbo .sidebar .recent-posts .sq_parent .sq_wrap .sq_content .bottom .date {
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px
}

#header-hpturbo .sidebar .recent-posts .sq_parent .sq_wrap .sq_content .bottom ._title {
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

/* ALERTS */
/* inspired by Twitter Bootstrap */

.alert:not(.notify-wishlist):not(.alert-block) {
    padding: 15px;
    margin-top: 20px;
    border-radius: 4px;
    position: fixed;
    top: 0;
    right: 21px;
    float: right;
    clear: right;
    font-style: normal;
    font-weight: normal;
    z-index: 9999;
}

@media screen and (min-width: 1041px) {
    body.loading {
        overflow: hidden
    }
}

@media screen and (max-height: 960px) {
    #header-hpturbo .modal_form .form .input_wrap {
        margin-bottom: 17px
    }

    #header-hpturbo .modal_form .form label {
        font-size: 19px
    }

    #header-hpturbo .modal_form .form label.active {
        top: -5px;
        font-size: 14px
    }

    #header-hpturbo .modal_form .form_wrap {
        margin-top: 45px
    }

    #header-hpturbo .modal_form {
        overflow: auto
    }

    #header-hpturbo .modal_form .wrap {
        height: auto;
        float: left;
        max-width: 100%;
        text-align: center;
        min-height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    #header-hpturbo .modal_form .wrap .wrap_float {
        height: auto;
        display: inline-block;
        float: none;
        text-align: left;
        max-width: 1300px;
        padding: 70px 0;
        margin: 0 auto
    }

    #header-hpturbo .modal_form .form_wrap {
        margin-top: 25px
    }

    #header-hpturbo .modal_form .submit {
        margin-top: 10px
    }

    #header-hpturbo .modal_form .form .textarea {
        height: 110px;
        min-height: 110px
    }

    #header-hpturbo .modal_form .wrap .wrap_float {
        padding: 30px 0
    }
}

@media screen and (max-width: 1610px) {
    #header-hpturbo .varieties {
        padding: 120px 0
    }

    #header-hpturbo .varieties .title {
        margin-bottom: 65px
    }

    #header-hpturbo .awards .title {
        margin-bottom: 60px
    }

    #header-hpturbo .awards {
        padding: 80px 0
    }

    #header-hpturbo .info-block {
        padding: 120px 0
    }

    #header-hpturbo .contacts-form {
        padding: 120px 0
    }

    #header-hpturbo .contacts-form .title {
        margin-bottom: 60px
    }

    #header-hpturbo .footer_top {
        padding: 120px 0
    }

    #header-hpturbo .footer_bottom {
        padding-bottom: 120px
    }

    #header-hpturbo .footer {
        height: 587px
    }

    #header-hpturbo .container {
        margin-bottom: 587px
    }
}

@media screen and (max-width: 1450px) {
    #header-hpturbo .varieties .title {
        font-size: 40px;
        margin-bottom: 55px
    }

    #header-hpturbo .awards .title {
        margin-bottom: 55px;
        font-size: 40px
    }

    #header-hpturbo .varieties {
        padding: 100px 0
    }

    #header-hpturbo .varieties .col ul li {
        font-size: 16px
    }

    #header-hpturbo .info-block p {
        font-size: 40px
    }

    #header-hpturbo .info-block {
        padding: 100px 0
    }

    #header-hpturbo .awards {
        padding: 100px 0
    }

    #header-hpturbo .contacts-form {
        padding: 100px 0
    }

    #header-hpturbo .contacts-form .title {
        font-size: 40px
    }

    #header-hpturbo .contacts-form .form .input_wrap {
        margin-bottom: 26px
    }

    #header-hpturbo .footer .title {
        font-size: 40px
    }

    #header-hpturbo .footer_top {
        padding: 100px 0
    }

    #header-hpturbo .footer_bottom {
        padding-bottom: 100px
    }

    #header-hpturbo .modal_form .title {
        font-size: 40px
    }

    #header-hpturbo .wrap {
        max-width: 1144px
    }

    #header-hpturbo .modal_form .wrap .wrap_float {
        max-width: 1144px
    }

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .link {
        font-size: 17px
    }

    #header-hpturbo .footer {
        height: 515px
    }

    #header-hpturbo .container {
        margin-bottom: 515px
    }

    #header-hpturbo .error_page .wrap .wrap_float .content ._title {
        font-size: 200px
    }
}

@media screen and (max-width: 1400px) {
    #header-hpturbo .left-socials {
        left: auto;
        right: 3vw
    }

    #header-hpturbo .error_page .wrap .wrap_float .content ._title {
        font-size: 150px
    }
}

@media screen and (max-width: 1200px) {
    #header-hpturbo .wrap {
        max-width: 960px
    }

    #header-hpturbo .footer .left {
        margin-right: 50px
    }

    #header-hpturbo .footer .center a {
        margin-right: 50px
    }

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .slide_title {
        font-size: 22px
    }

    #header-hpturbo .smaller_title {
        font-size: 26px !important
    }

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .slide_subtitle {
        font-size: 20px
    }

    #header-hpturbo .awards .item .item-logo {
        height: 24px
    }

    #header-hpturbo .awards .item .num {
        font-size: 44px
    }

    #header-hpturbo .awards .item .text {
        margin-top: 150px;
        max-width: 190px;
        font-size: 15px;
        min-height: 52px
    }

    #header-hpturbo .modal_form .wrap .wrap_float {
        max-width: 960px
    }

    #header-hpturbo .footer .contact a {
        margin-right: 34px
    }

    #header-hpturbo .footer .left {
        margin-right: 0
    }

    #header-hpturbo .menu .right ul li.dropdown_li ul li a {
        font-size: 20px
    }

    #header-hpturbo .menu .right ul li.dropdown_li ul li a:before {
        top: 7px
    }

    #header-hpturbo .menu .right ul li.dropdown_li ul li {
        max-width: 100%
    }
}

@media screen and (max-width: 1040px) {
    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .link > span span.link-text {
        opacity: 1
    }

    #header-hpturbo .explore-link {
        display: none
    }

    #header-hpturbo .varieties .col .link > span span.link-text {
        opacity: 1
    }

    #header-hpturbo .mobile .menu {
        background: #3d0082
    }

    #header-hpturbo .mobile .menu.opened {
        opacity: 1
    }

    #header-hpturbo .modal_form .close {
        top: 2vh;
        right: 2vh
    }

    #header-hpturbo .main_slider .arrow.next {
        border-color: #fff
    }

    #header-hpturbo .main_slider .arrow.next:after {
        display: none
    }

    #header-hpturbo .main_slider .arrow.prev {
        border-color: #fff
    }

    #header-hpturbo .main_slider .arrow.prev:before {
        width: 21px;
        left: 12px
    }

    #header-hpturbo .main_slider .arrow.next:before {
        width: 21px;
        left: 12px
    }

    #header-hpturbo .menu {
        transition: height .2s linear
    }

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .blur .blur_div {
        filter: none
    }

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .blur .bg_color {
        filter: none;
        opacity: .7
    }

    #header-hpturbo .footer .contact {
        float: left;
        width: 100%;
        clear: both;
        margin-bottom: 50px
    }

    #header-hpturbo .footer .right {
        float: left;
        clear: both;
        margin-top: 0
    }

    #header-hpturbo .footer .left {
        margin-right: 0
    }

    #header-hpturbo .hum_btn .line,
    #header-hpturbo .modal_form .close .line {
        stroke-width: 7.5
    }

    #header-hpturbo .footer .copyr {
        margin-right: 0;
        margin-bottom: 20px
    }

    #header-hpturbo .footer {
        height: 647px
    }

    #header-hpturbo .container {
        margin-bottom: 647px
    }

    #header-hpturbo .footer .link > span span.link-text {
        opacity: 1;
        margin-left: 0
    }

    #header-hpturbo #preloader_wrap {
        display: none
    }
}

@media screen and (max-width: 1040px) and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #header-hpturbo .menu.opened {
        opacity: 1 !important
    }
}

@media screen and (max-width: 1000px) {
    #header-hpturbo .main_slider .slider_wrap {
        width: 100vw
    }

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .blur .blur_div {
        width: 100vw
    }

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .blur {
        width: 50vh;
        height: 50vh
    }

    #header-hpturbo .main_slider .socials {
        top: 34vh
    }

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .content {
        padding-left: 17vw
    }

    #header-hpturbo .top_panel .logo {
        margin-left: 17vw
    }

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .content {
        padding-bottom: 0
    }

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .link {
        bottom: 5vh
    }

    #header-hpturbo .menu .right {
        float: left;
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
        margin-bottom: 100px
    }

    #header-hpturbo .menu .left {
        height: auto;
        width: 100%;
        display: block;
        text-align: center
    }

    #header-hpturbo .menu .email a,
    #header-hpturbo .menu .tel a {
        display: inline-block;
        float: none
    }

    #header-hpturbo .menu .link {
        display: inline-block;
        float: none;
        width: auto
    }

    #header-hpturbo .main_slider .socials {
        display: none
    }

    #header-hpturbo .menu {
        height: auto;
        bottom: 0;
        overflow: auto
    }

    #header-hpturbo .menu .wrap {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding-top: 125px;
        padding-bottom: 125px;
        height: auto;
        min-height: 100%
    }

    #header-hpturbo .menu .wrap .wrap_float {
        height: auto
    }

    #header-hpturbo .menu .link {
        margin-top: 55px
    }

    #header-hpturbo .wrap {
        width: 80vw
    }

    #header-hpturbo .modal_form .wrap .wrap_float {
        width: 80vw
    }

    #header-hpturbo .modal_form .wrap {
        width: 100%
    }

    #header-hpturbo .varieties .col:nth-child(3n) {
        margin-right: 8%
    }

    #header-hpturbo .varieties .col {
        width: 46%;
        margin-right: 8%;
        margin-bottom: 80px
    }

    #header-hpturbo .varieties .col:nth-child(even) {
        margin-right: 0
    }

    #header-hpturbo .varieties .col:nth-child(odd) {
        clear: both
    }

    #header-hpturbo .varieties .col .link > span span.link-text {
        margin-left: 0
    }

    #header-hpturbo .varieties {
        padding-bottom: 20px
    }

    #header-hpturbo .portfolio .item {
        width: 50%
    }

    #header-hpturbo .portfolio .item:nth-child(9) {
        display: none
    }

    #header-hpturbo .info-block p {
        font-size: 30px
    }

    #header-hpturbo .info-block .link > span span.link-text {
        opacity: 1;
        margin-left: 0
    }

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .link > span span.link-text {
        margin-left: 0
    }

    #header-hpturbo .awards .item {
        width: 100%;
        margin-right: 0;
        clear: both;
        margin-bottom: 45px
    }

    #header-hpturbo .awards .item .item-logo {
        width: 650px;
        margin-bottom: 150px
    }

    #header-hpturbo .awards .item .text {
        margin-top: 250px;
        max-width: 330px;
        font-size: 16px
    }

    #header-hpturbo .awards .item:last-child {
        margin-bottom: 0
    }

    #header-hpturbo .awards .link > span span.link-text {
        opacity: 1;
        margin-left: 0
    }

    #header-hpturbo .footer .link > span span.link-text {
        margin-left: 0;
        opacity: 1
    }

    #header-hpturbo .footer .left {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px
    }

    #header-hpturbo .btn span:not(.text) {
        display: none
    }

    #header-hpturbo .head_btn {
        left: 2vh;
        top: 2vh
    }

    #header-hpturbo .hum_btn {
        right: 2vh;
        top: 2vh
    }

    #header-hpturbo .top_panel {
        top: 2vh
    }

    #header-hpturbo .main_slider .arrow.prev {
        left: 2vh;
        bottom: 4vh
    }

    #header-hpturbo .main_slider .arrow.next {
        right: 2vh;
        bottom: 4vh
    }

    #header-hpturbo .modal_form .wrap .wrap_float {
        margin-left: 5vw
    }

    #header-hpturbo .modal_form .form_wrap {
        margin-top: 50px
    }

    #header-hpturbo .modal_form .submit {
        margin-top: 25px
    }

    #header-hpturbo .menu .wrap {
        float: left;
        width: 100%
    }

    #header-hpturbo .modal_form .wrap .wrap_float {
        width: 90vw
    }

    #header-hpturbo .footer .copyr {
        width: 100%;
        margin-right: 0
    }

    #header-hpturbo .left-socials {
        display: none
    }

    #header-hpturbo .menu .left .mob-socials {
        display: block
    }

    #header-hpturbo .menu .right ul li.dropdown_li ul li {
        max-width: 100%
    }

    #header-hpturbo .menu .right ul li.dropdown_li ul {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 760px) {

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .slide_title {
        font-size: 22px
    }

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .slide_subtitle {
        font-size: 16px;
    }

    #header-hpturbo .varieties .col .link > span {
        padding-left: 80px
    }

    #header-hpturbo .varieties .col .link > span:before {
        width: 70px
    }

    #header-hpturbo .footer .right {
        clear: both;
        float: left
    }

    #header-hpturbo .menu .wrap {
        padding-top: 84px;
        padding-bottom: 84px
    }

    #header-hpturbo .menu .right {
        margin-bottom: 65px
    }

    #header-hpturbo .awards .item .item-logo {
        width: 500px;
        margin-bottom: 60px
    }

    #header-hpturbo .footer .contact a {
        margin-right: 33px;
        margin-top: 5px;
        margin-bottom: 5px
    }
}

@media screen and (max-width: 610px) {
    #header-hpturbo .top_panel .logo {
        width: 110px;
        height: 30px;
        line-height: 48px;
        height: 48px;
        position: absolute;
        left: 50%;
        margin-left: -55px
    }

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .content {
        padding-top: 70px;
        padding-bottom: 70px
    }

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .content {
        padding-left: 80px
    }

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .link {
        bottom: -7vw
    }

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .blur {
        width: 350px;
        height: 50vh;
        min-height: 350px
    }

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .link > span:before {
        background: url(../img/footer-arrow.svg) center center no-repeat;
        width: 60px;
        height: 8px
    }

    #header-hpturbo .awards .link > span:before,
    #header-hpturbo .info-block .link > span:before,
    #header-hpturbo .varieties .col .link > span:before {
        background: url(../img/footer-arrow-black.svg) center center no-repeat;
        width: 60px;
        height: 8px
    }

    #header-hpturbo .awards .link > span,
    #header-hpturbo .info-block .link > span,
    #header-hpturbo .varieties .col .link > span {
        padding-left: 84px
    }

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .link > span {
        padding-left: 84px
    }

    #header-hpturbo .varieties {
        padding: 70px 0 20px
    }

    #header-hpturbo .varieties .title {
        font-size: 26px
    }

    #header-hpturbo .varieties .title {
        margin-bottom: 40px
    }

    #header-hpturbo .wrap {
        width: 90vw
    }

    #header-hpturbo .varieties .col ._title {
        font-size: 19px
    }

    #header-hpturbo .varieties .col {
        width: 100%;
        margin-right: 0;
        clear: both
    }

    #header-hpturbo .varieties .col ._title {
        margin-bottom: 20px
    }

    #header-hpturbo .varieties .col .link {
        margin-top: 20px
    }

    #header-hpturbo .varieties .col {
        margin-bottom: 50px
    }

    #header-hpturbo .portfolio .item .sq_parent .sq_wrap .sq_content .item-title {
        font-size: 23px;
        margin-bottom: 10px
    }

    #header-hpturbo .info-block {
        padding: 70px 0
    }

    #header-hpturbo .info-block p {
        font-size: 26px
    }

    #header-hpturbo .info-block .link {
        margin-top: 44px
    }

    #header-hpturbo .awards {
        padding: 70px 0
    }

    #header-hpturbo .awards .title {
        font-size: 26px;
        margin-bottom: 40px
    }

    #header-hpturbo .awards .link {
        margin-top: 40px
    }

    #header-hpturbo .awards .item .item-logo {
        width: 450px;
        margin-bottom: 20px
    }

    #header-hpturbo .contacts-form .title {
        font-size: 26px;
        margin-bottom: 40px
    }

    #header-hpturbo .contacts-form {
        padding: 70px 0
    }

    #header-hpturbo .footer_top {
        padding: 70px 0
    }

    #header-hpturbo .footer .title {
        margin-bottom: 40px;
        font-size: 26px
    }

    #header-hpturbo .footer .link {
        margin-top: 0
    }

    #header-hpturbo .footer_bottom {
        padding-bottom: 60px
    }

    #header-hpturbo .footer .left {
        font-size: 14px
    }

    #header-hpturbo .footer .center a {
        font-size: 16px
    }

    #header-hpturbo .footer .right {
        font-size: 14px
    }

    #header-hpturbo .menu .right ul li a {
        font-size: 37px
    }

    #header-hpturbo .menu .title {
        font-size: 26px
    }

    #header-hpturbo .menu .link {
        font-size: 16px;
        margin-top: 30px
    }

    #header-hpturbo .modal_form .title {
        font-size: 26px;
        margin-bottom: 0
    }

    #header-hpturbo .modal_form .form_wrap {
        margin-top: 28px
    }

    #header-hpturbo .modal_form .form label {
        font-size: 14px;
        padding: 0 10px
    }

    #header-hpturbo .modal_form .form .input {
        padding: 0 10px;
        font-size: 20px
    }

    #header-hpturbo .modal_form .title {
        padding-right: 60px
    }

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .slide_subtitle {
        font-size: 16px
    }

    #header-hpturbo .footer {
        height: 473px
    }

    #header-hpturbo .container {
        margin-bottom: 473px
    }

    #header-hpturbo .error_page .wrap .wrap_float .content ._title {
        font-size: 78px
    }

    #header-hpturbo .error_page .wrap .wrap_float .content .link {
        font-size: 17px
    }

    #header-hpturbo .error_page .wrap .wrap_float .content .link a:before {
        top: 6px
    }
}

@media screen and (max-width: 440px) {
    #hpturbo-banner > .swiper-pagination > .swiper-pagination-bullet.custom-bullet-text{
        margin-bottom: 18px !important;
        height: auto !important;
    }

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .blur {
        width: 82vw
    }

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .content {
        padding-left: 0vh
    }

    #header-hpturbo .portfolio .item {
        width: 100%
    }

    #header-hpturbo .portfolio .item .sq_parent .sq_wrap .sq_content {
        padding: 7vw
    }

    #header-hpturbo .contacts-form .form label {
        font-size: 15px
    }

    #header-hpturbo .contacts-form .form .input_wrap {
        margin-bottom: 17px
    }

    #header-hpturbo .contacts-form .form label.active {
        top: 0
    }

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .slide_subtitle {
        font-size: 18px
    }

    #header-hpturbo .awards .item .item-logo {
        width: 350px;
        margin-bottom: 0
    }

    #header-hpturbo .awards .item .text {
        margin-top: 200px;
        max-width: 68vw;
        font-size: 15px;
        line-height: 1.4
    }

    #header-hpturbo .contacts-form .form .input {
        padding: 0 10px
    }

    #header-hpturbo .contacts-form .form label {
        padding: 0 10px
    }

    #header-hpturbo .modal_form .form .input {
        height: 48px
    }

    #header-hpturbo .modal_form .form .input_wrap {
        margin-bottom: 8px
    }

    #header-hpturbo .footer .center a {
        margin-top: 4px;
        margin-bottom: 4px
    }

    #header-hpturbo .contacts-form .form .textarea {
        padding-left: 10px;
        padding-right: 10px
    }

    #header-hpturbo .footer_top {
        padding-bottom: 50px
    }
}

@media screen and (max-height: 620px) and (orientation: portrait) {
    #header-hpturbo .menu .right ul li a {
        font-size: 28px
    }

    #header-hpturbo .menu .wrap {
        padding-top: 65px;
        padding-bottom: 65px
    }

    #header-hpturbo .menu .email,
    #header-hpturbo .menu .tel {
        margin: 5px 0
    }

    #header-hpturbo .menu .right {
        margin-bottom: 40px
    }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .blur {
        height: 320px
    }

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .content {
        padding-top: 67px;
        padding-bottom: 60px;
        padding-left: 75px
    }

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .link {
        bottom: -23px
    }

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .blur {
        width: 320px
    }

    #header-hpturbo .main_slider {
        height: 460px !important
    }

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide {
        height: 460px !important
    }

    #header-hpturbo .top_panel .logo {
        margin-left: 75px;
        left: auto
    }

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .slide_title {
        font-size: 26px
    }

    #header-hpturbo .smaller_title {
        font-size: 22px !important
    }

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .slide_subtitle {
        font-size: 17px
    }

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .link > span {
        padding-left: 88px
    }

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .link > span:before {
        width: 66px
    }

    #header-hpturbo .menu .right ul li a {
        font-size: 30px
    }

    #header-hpturbo .menu .wrap {
        padding-top: 58px;
        padding-bottom: 58px
    }

    #header-hpturbo .menu .right {
        margin-bottom: 28px
    }

    #header-hpturbo .menu .title {
        font-size: 24px
    }

    #header-hpturbo .menu .link {
        margin-top: 28px;
        font-size: 18px
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #header-hpturbo .menu {
        background: #3d0082
    }

    #header-hpturbo .main_slider #hpturbo-banner .swiper-slide .blur .bg_color {
        opacity: .7
    }

    #header-hpturbo .footer {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        height: auto !important
    }

    #header-hpturbo .container {
        margin-bottom: 0 !important
    }

    #header-hpturbo .contacts-form .form .submit:hover {
        background: #3d0082
    }

    #header-hpturbo .btn .text {
        color: #fff
    }

    #header-hpturbo .modal_form .btn .text {
        color: #3d0082
    }
}

@media screen and (max-width: 1940px) {
    #header-hpturbo .page--head {
        height: 680px
    }

    #header-hpturbo .second_row {
        margin-top: 60px
    }
}

@media screen and (max-width: 1800px) {
    #header-hpturbo .page--head {
        height: 650px
    }

    #header-hpturbo .page--head .wrap_float {
        padding-top: 115px
    }

    #header-hpturbo .second_row {
        margin-top: 60px
    }
}

@media screen and (max-width: 1610px) {
    #header-hpturbo .tabs-section {
        padding: 120px 0
    }

    #header-hpturbo .tabs-section .tabs {
        margin-bottom: 63px
    }

    #header-hpturbo .tabs-section .section_content .text {
        font-size: 40px
    }

    #header-hpturbo .tabs-section .section_content .small-text {
        font-size: 18px
    }

    #header-hpturbo .second_row {
        margin-top: 60px
    }

    #header-hpturbo .col-section {
        padding: 120px 0
    }

    #header-hpturbo .description-section .text {
        font-size: 40px
    }

    #header-hpturbo .description-section .small-text {
        font-size: 20px
    }

    #header-hpturbo .description-section {
        padding: 150px 0
    }

    #header-hpturbo .image-section {
        padding: 120px 0
    }

    #header-hpturbo .col-section .left .title {
        font-size: 40px
    }

    #header-hpturbo .col-section .right {
        font-size: 20px
    }

    #header-hpturbo .statistics-section .top .left .subtitle {
        font-size: 20px
    }

    #header-hpturbo .statistics-section .top .right .params .param {
        margin-bottom: 27px
    }

    #header-hpturbo .statistics-section .bottom {
        margin-top: 100px
    }

    #header-hpturbo .col-section .left .subtitle {
        font-size: 20px
    }

    #header-hpturbo .col-section .left .subtitle {
        margin-top: 40px
    }

    #header-hpturbo .statistics-section {
        padding: 120px 0
    }
}

@media screen and (max-width: 1450px) {
    #header-hpturbo .col-section,
    #header-hpturbo .image-section,
    #header-hpturbo .statistics-section,
    #header-hpturbo .tabs-section {
        padding: 100px 0
    }

    #header-hpturbo .second_row {
        margin-top: 60px
    }
}

@media screen and (max-width: 1400px) {
    #header-hpturbo .page--head {
        height: 560px
    }

    #header-hpturbo .page--head .title {
        font-size: 40px
    }

    #header-hpturbo .page--head .subtitle {
        font-size: 18px
    }

    #header-hpturbo .col-section .left .subtitle,
    #header-hpturbo .statistics-section .top .left .subtitle {
        font-size: 16px
    }

    #header-hpturbo .second_row {
        margin-top: 60px
    }
}

@media screen and (max-width: 1160px) {
    #header-hpturbo .single-page .top_panel .wrap_float {
        padding-left: 68px
    }

    #header-hpturbo .second_row {
        margin-top: 60px
    }
}

@media screen and (max-width: 1040px) {
    #header-hpturbo .page--head .wrap_float .link > span span.link-text {
        opacity: 1;
        margin-left: 0;
        font-size: 16px
    }

    #header-hpturbo .col-section .left .title {
        font-size: 30px
    }

    #header-hpturbo .col-section .right {
        font-size: 17px
    }

    #header-hpturbo .scroll-effect .second-level {
        opacity: 1
    }

    #header-hpturbo .second_row {
        margin-top: 60px
    }
}

@media screen and (max-width: 1000px) {
    #header-hpturbo .single-page .top_panel .wrap {
        width: 70vw
    }

    #header-hpturbo .single-page .top_panel .wrap_float {
        padding-left: 0
    }

    #header-hpturbo .page--head .wrap {
        width: 70vw
    }

    #header-hpturbo .page--head .wrap_float {
        padding-top: 80px
    }

    #header-hpturbo .tabs-section .tabs .tab span {
        font-size: 18px
    }

    #header-hpturbo .tabs-section.section_content .text {
        font-size: 32px
    }

    #header-hpturbo .col-section .left {
        padding-right: 40px
    }

    #header-hpturbo .col-section .left .title {
        font-size: 28px
    }

    #header-hpturbo .col-section .right {
        font-size: 16px
    }

    #header-hpturbo .description-section .text {
        font-size: 32px
    }

    #header-hpturbo .description-section .small-text {
        font-size: 18px
    }

    #header-hpturbo .description-section {
        padding: 120px 0
    }

    #header-hpturbo .statistics-section .top .left .title {
        font-size: 28px
    }

    #header-hpturbo .statistics-section .top .left .title {
        margin-bottom: 25px
    }

    #header-hpturbo .statistics-section .top .right .params .param .param-info ._title {
        font-size: 15px
    }

    #header-hpturbo .statistics-section .top .right .params .param .param-info ._percent {
        font-size: 15px
    }

    #header-hpturbo .statistics-section .bottom .col {
        width: 46%;
        margin-right: 8%;
        margin-top: 80px
    }

    #header-hpturbo .statistics-section .bottom .col:nth-child(even) {
        margin-right: 0
    }

    #header-hpturbo .statistics-section .bottom {
        margin-top: 0
    }

    #header-hpturbo .statistics-section .bottom .col .link > span span.link-text {
        opacity: 1;
        margin-left: 0
    }

    #header-hpturbo .second_row {
        margin-top: 0
    }
}

@media screen and (max-width: 760px) {
    #header-hpturbo .tabs-section .tabs {
        display: none
    }

    #header-hpturbo .tabs-section .section_content {
        display: block !important;
        margin-bottom: 50px
    }

    #header-hpturbo .tabs-section .section_content:last-child {
        margin-bottom: 0
    }

    #header-hpturbo .tabs-section .section_content .text {
        font-size: 26px
    }

    #header-hpturbo .tabs-section .section_content .text {
        margin-bottom: 32px
    }

    #header-hpturbo .col-section .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px
    }

    #header-hpturbo .col-section .right {
        max-width: 100%;
        width: 100%
    }

    #header-hpturbo .description-section .text {
        font-size: 26px
    }

    #header-hpturbo .description-section {
        padding: 100px 0
    }

    #header-hpturbo .statistics-section .top .left {
        width: 100%;
        padding-right: 0
    }

    #header-hpturbo .statistics-section .top .right {
        width: 100%;
        margin-top: 40px
    }
}

@media screen and (max-width: 610px) {
    #header-hpturbo .single-page .top_panel .logo {
        margin-left: -55px
    }

    #header-hpturbo .page--head .title {
        font-size: 26px
    }

    #header-hpturbo .page--head .subtitle {
        font-size: 16px
    }

    #header-hpturbo .page--head {
        height: 460px
    }

    #header-hpturbo .page--head .link > span:before {
        background: url(../img/footer-arrow.svg) center center no-repeat;
        width: 60px;
        height: 8px;
        margin-top: -1px
    }

    #header-hpturbo .page--head .link > span {
        padding-left: 84px
    }

    #header-hpturbo .col-section,
    #header-hpturbo .description-section,
    #header-hpturbo .image-section,
    #header-hpturbo .statistics-section,
    #header-hpturbo .tabs-section {
        padding: 70px 0
    }

    #header-hpturbo .statistics-section .bottom .col {
        width: 100%;
        margin-right: 0;
        margin-top: 60px
    }

    #header-hpturbo .statistics-section .bottom .col .col-title {
        font-size: 19px;
        margin-bottom: 20px
    }

    #header-hpturbo .statistics-section .bottom .col ul li {
        font-size: 16px
    }

    #header-hpturbo .statistics-section .bottom .col .link > span {
        padding-left: 84px
    }

    #header-hpturbo .statistics-section .bottom .col .link > span:before {
        background: url(../img/footer-arrow-black.svg) center center no-repeat;
        width: 60px;
        height: 8px
    }

    #header-hpturbo .statistics-section .bottom .col .link {
        margin-top: 25px
    }
}

@media screen and (max-width: 440px) {
    #header-hpturbo .col-section .left .subtitle {
        margin-top: 30px
    }

    #header-hpturbo .video-section .play-btn {
        width: 64px;
        height: 64px;
        margin-top: -32px;
        margin-left: -32px
    }

    #header-hpturbo .video-section .play-btn:hover {
        transform: none
    }
}

@media screen and (max-width: 1610px) {
    #header-hpturbo .description-section {
        padding: 120px 0
    }

    #header-hpturbo .showcase .statistics-section {
        padding: 120px 0
    }

    #header-hpturbo .team {
        padding: 120px 0 70px
    }

    #header-hpturbo .showcase .page--head {
        height: 480px
    }

    #header-hpturbo .showcase .tabs-section {
        padding-bottom: 40px
    }

    #header-hpturbo .showcase .link {
        margin-top: 26px
    }

    #header-hpturbo .services-page .varieties .col {
        margin-top: 110px
    }

    #header-hpturbo .faq {
        padding: 120px 0
    }
}

@media screen and (max-width: 1450px) {
    #header-hpturbo .description-section {
        padding: 100px 0
    }

    #header-hpturbo .showcase .statistics-section {
        padding: 100px 0
    }

    #header-hpturbo .team {
        padding: 100px 0 50px
    }

    #header-hpturbo .showcase .contacts-form {
        padding-top: 100px
    }

    #header-hpturbo .subscribe {
        padding: 100px 0
    }

    #header-hpturbo .subscribe .title {
        font-size: 40px
    }

    #header-hpturbo .team .title {
        font-size: 40px
    }

    #header-hpturbo .services-page .varieties .col {
        margin-top: 100px
    }

    #header-hpturbo .faq .text {
        font-size: 40px
    }

    #header-hpturbo .faq {
        padding: 100px 0
    }
}

@media screen and (max-width: 1200px) {
    #header-hpturbo .subscribe .title {
        margin-bottom: 62px
    }
}

@media screen and (max-width: 1040px) {
    #header-hpturbo .showcase .tabs-section .tabs {
        display: none
    }

    #header-hpturbo .showcase .tabs-section .mobile-select {
        display: block
    }

    #header-hpturbo .showcase .tabs-section .wrap {
        width: 70vw
    }

    #header-hpturbo .description-section {
        height: auto;
        min-height: inherit
    }

    #header-hpturbo .team .item_img {
        overflow: visible;
        margin-bottom: 51px
    }

    #header-hpturbo .team .item .socials-user {
        left: 15px;
        height: 34px;
        bottom: -45px;
        width: auto
    }

    #header-hpturbo .team .item .socials-user a {
        transform: none
    }

    #header-hpturbo .team .item .socials-user a.instagram:before {
        background-image: url(../img/instagram-black.svg)
    }

    #header-hpturbo .team .item .socials-user a.twitter:before {
        background-image: url(../img/twitter-black.svg)
    }

    #header-hpturbo .team .item .socials-user a.behance:before {
        background-image: url(../img/behance-logo-black.svg)
    }

    #header-hpturbo .team .item .socials-user:before {
        display: none
    }

    #header-hpturbo .team .item .socials-user a {
        margin: 0 8px
    }

    #header-hpturbo .team .item .socials-user a:last-child {
        margin-right: 0
    }

    #header-hpturbo .team .item .socials-user a:first-child {
        margin-left: 0
    }

    #header-hpturbo .team .item_name {
        padding-right: 15px;
        padding-left: 15px
    }

    #header-hpturbo .team .item_position {
        padding: 0 15px
    }
}

@media screen and (max-width: 1000px) {
    #header-hpturbo .team .item_name {
        font-size: 26px;
        margin-bottom: 10px
    }

    #header-hpturbo .team .item_position {
        font-size: 16px
    }

    #header-hpturbo .team .item {
        margin-bottom: 32px
    }

    #header-hpturbo .services-page .varieties .col {
        margin-bottom: 0
    }

    #header-hpturbo .services-page .varieties .col:nth-child(3) {
        margin-top: 100px
    }

    #header-hpturbo .faq_item_question {
        padding: 0 25px;
        padding-right: 68px
    }

    #header-hpturbo .faq_item_answer {
        padding: 20px 25px
    }

    #header-hpturbo .faq_item_question:before {
        right: 25px
    }

    #header-hpturbo .team .item .socials-user {
        bottom: -42px
    }
}

@media screen and (max-width: 760px) {
    #header-hpturbo .showcase .page--head {
        height: 460px
    }
}

@media screen and (max-width: 610px) {
    #header-hpturbo .showcase .page--head .title {
        font-size: 26px
    }

    #header-hpturbo .showcase .page--head .wrap {
        width: 90vw
    }

    #header-hpturbo .showcase .page--head {
        padding: 120px 0 40px;
        height: auto
    }

    #header-hpturbo .showcase .page--head .wrap_float {
        padding-top: 0
    }

    #header-hpturbo .showcase .tabs-section {
        padding-bottom: 53px
    }

    #header-hpturbo .showcase .tabs-section .wrap {
        width: 90vw
    }

    #header-hpturbo .team .item_name {
        font-size: 22px
    }

    #header-hpturbo .team .item_position {
        font-size: 15px
    }

    #header-hpturbo .team .item_name {
        margin-bottom: 6px
    }

    #header-hpturbo .subscribe .title {
        font-size: 26px
    }

    #header-hpturbo .subscribe {
        padding: 70px 0
    }

    #header-hpturbo .subscribe .title {
        margin-bottom: 38px
    }

    #header-hpturbo .subscribe .input_wrap {
        margin-bottom: 66px
    }

    #header-hpturbo .team .title {
        font-size: 26px
    }

    #header-hpturbo .team .subtitle {
        font-size: 16px
    }

    #header-hpturbo .team {
        padding: 70px 0 0
    }

    #header-hpturbo .team .subtitle {
        margin-bottom: 52px
    }

    #header-hpturbo .showcase .contacts-form {
        padding-top: 70px
    }

    #header-hpturbo .awards .best-item .icon {
        width: 60px;
        height: 60px
    }

    #header-hpturbo .awards .best-item {
        height: 108px;
        padding-left: 80px
    }

    #header-hpturbo .awards .best-item_left {
        height: 102px
    }

    #header-hpturbo .awards .best-item_left ._title {
        font-size: 15px
    }

    #header-hpturbo .awards .best-item_left ._type {
        font-size: 15px
    }

    #header-hpturbo .awards .best-item_right {
        height: 102px
    }

    #header-hpturbo .awards .best-item_right ._category {
        font-size: 15px
    }

    #header-hpturbo .awards .best-item_right ._title {
        font-size: 15px
    }

    #header-hpturbo .showcase .statistics-section {
        padding: 70px 0
    }

    #header-hpturbo .awards .best {
        margin-top: 50px
    }

    #header-hpturbo .showcase .link > span:before {
        width: 60px;
        height: 8px;
        background: url(../img/footer-arrow-black.svg) center center no-repeat;
        background-size: contain
    }

    #header-hpturbo .showcase .link > span {
        padding-left: 84px
    }

    #header-hpturbo .services-page .varieties .col {
        margin-top: 70px;
        margin-right: 0
    }

    #header-hpturbo .services-page .varieties {
        padding-bottom: 20px
    }

    #header-hpturbo .services-page .varieties .col:nth-child(1),
    #header-hpturbo .services-page .varieties .col:nth-child(2),
    #header-hpturbo .services-page .varieties .col:nth-child(3) {
        margin-top: 70px
    }

    #header-hpturbo .faq {
        padding: 70px 0
    }

    #header-hpturbo .faq .text {
        font-size: 26px
    }

    #header-hpturbo .faq_item_question {
        font-size: 16px
    }

    #header-hpturbo .faq_item_answer {
        font-size: 15px
    }

    #header-hpturbo .description-section {
        padding: 70px 0
    }

    #header-hpturbo .services-page .varieties {
        padding-top: 0;
        padding-bottom: 70px
    }

    #header-hpturbo .faq .text {
        margin-bottom: 50px
    }
}

@media screen and (max-width: 480px) {
    #header-hpturbo .awards .best-item .icon {
        width: 44px;
        height: 44px
    }

    #header-hpturbo .awards .best-item {
        padding-left: 60px
    }

    #header-hpturbo .awards .best-item {
        height: 92px
    }

    #header-hpturbo .awards .best-item_left,
    #header-hpturbo .awards .best-item_right {
        height: 86px
    }

    #header-hpturbo .team .item {
        width: 100%
    }

    #header-hpturbo .showcase .tabs-section {
        padding-bottom: 35px
    }

    #header-hpturbo .team .item .socials-user {
        left: 0
    }

    #header-hpturbo .team .item_name {
        padding: 0
    }

    #header-hpturbo .team .item_position {
        padding: 0
    }

    #header-hpturbo .team .item .socials-user a:before {
        background-position: center left
    }

    #header-hpturbo .team .item .socials-user a.instagram:before {
        width: 20px
    }

    #header-hpturbo .team .item .socials-user a.behance:before {
        width: 24px
    }

    #header-hpturbo .team {
        padding-bottom: 38px
    }
}

@media screen and (max-width: 1610px) {
    #header-hpturbo .blog-list {
        padding-bottom: 120px
    }

    #header-hpturbo .blog-single .single-content {
        padding-bottom: 100px
    }

    #header-hpturbo .blog-single .foot-block {
        padding: 100px 0 120px
    }

    #header-hpturbo .blog-single .next-post-wrap {
        padding: 120px 0
    }
}

@media screen and (max-width: 1450px) {
    #header-hpturbo .blog-list {
        padding-bottom: 100px
    }

    #header-hpturbo .blog-single .fixed-bg {
        min-height: 600px
    }

    #header-hpturbo .blog-single .single-head .title {
        font-size: 40px
    }

    #header-hpturbo .blog-list .blog-item:not(.next-post):first-child .sq_parent {
        padding-bottom: 50%
    }

    #header-hpturbo .blog-list .blog-item .img .sq_parent {
        padding-bottom: 100%
    }

    #header-hpturbo .blog-single .single-content {
        padding-bottom: 80px
    }

    #header-hpturbo .blog-single .foot-block {
        padding: 80px 0 100px
    }

    #header-hpturbo .blog-single .next-post-wrap {
        padding: 100px 0
    }

    #header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left {
        max-width: 700px
    }

    #header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item:not(.next-post):first-child .sq_parent {
        padding-bottom: 65%
    }

    #header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item .img .sq_parent {
        padding-bottom: 134%
    }

    #header-hpturbo .blog-list .blog-item .img {
        width: 56%
    }

    #header-hpturbo .blog-single .comments_section {
        padding-bottom: 100px
    }

    #header-hpturbo .search_block .search_block_field {
        width: 1144px
    }

    #header-hpturbo .blog-single .comments_section .title {
        font-size: 40px
    }

    #header-hpturbo .blog-single .blog-single--sidebar_left {
        max-width: 700px
    }

    #header-hpturbo .blog-list .blog-item .content {
        width: 67%
    }

    #header-hpturbo .blog-single .blog-single--sidebar_left .blog-item .img .sq_parent {
        padding-bottom: 141%
    }
}

@media screen and (max-width: 1400px) {
    #header-hpturbo .blog-single .single-head {
        padding-top: 196px
    }

    #header-hpturbo .blog-list .blog-item {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 1200px) {
    #header-hpturbo .blog-list .blog-item:not(.next-post):first-child .content {
        padding: 20px 40px
    }

    #header-hpturbo .blog-list .blog-item:not(.next-post):first-child .content ._title {
        font-size: 36px
    }

    #header-hpturbo .blog-list .blog-item {
        height: 470px
    }

    #header-hpturbo .blog-list .blog-item .content ._title {
        font-size: 26px
    }

    #header-hpturbo .blog-list .blog-item .content .text {
        font-size: 16px
    }

    #header-hpturbo .blog-list .blog-item .content .author .userpic {
        width: 50px;
        height: 50px
    }

    #header-hpturbo .blog-list .blog-item .content .author .name {
        font-size: 15px;
        height: 50px
    }

    #header-hpturbo .blog-single .single-head .author {
        position: relative;
        clear: both;
        float: left;
        right: auto;
        margin-top: 20px
    }

    #header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left {
        max-width: 570px
    }

    #header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item:not(.next-post):first-child .content {
        width: 100%
    }

    #header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item:not(.next-post):first-child .sq_parent {
        padding-bottom: 79%
    }

    #header-hpturbo .blog-list.blog-list--sidebar .blog-item .img {
        width: 100%
    }

    #header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item:not(:first-child) .content {
        width: 86%;
        margin-left: 7%;
        float: left;
        margin-top: 125px;
        padding: 20px 30px
    }

    #header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item:not(:first-child) {
        height: auto
    }

    #header-hpturbo .blog-list.blog-list--sidebar .blog-item:hover .img .sq_parent {
        transform: none
    }

    #header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_right {
        max-width: 362px
    }

    #header-hpturbo .sidebar .recent-posts .sq_parent .sq_wrap .sq_content {
        padding: 28px
    }

    #header-hpturbo .sidebar .recent-posts .slick-prev {
        top: 28px
    }

    #header-hpturbo .sidebar .recent-posts .slick-next {
        right: 28px;
        top: 28px
    }

    #header-hpturbo .sidebar ._block_title {
        margin-bottom: 20px
    }

    #header-hpturbo .search_block .search_block_field {
        max-width: 960px
    }

    #header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item .img .sq_parent {
        padding-bottom: 50%
    }

    #header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item:last-child {
        padding-bottom: 0
    }

    #header-hpturbo .blog-single .blog-single--sidebar_left {
        max-width: 600px
    }

    #header-hpturbo .blog-single .blog-single--sidebar_right {
        max-width: 320px
    }

    #header-hpturbo .blog-list .blog-single--sidebar_left .blog-item .content ._title {
        font-size: 22px
    }
}

@media screen and (max-width: 1040px) {
    #header-hpturbo .blog-single .next-post-wrap .link > span span.link-text {
        opacity: 1;
        margin-left: 0
    }

    #header-hpturbo .search_block .search_block_field {
        width: 70vw;
        max-width: inherit
    }
}

@media screen and (max-width: 1000px) {
    #header-hpturbo .blog-list .blog-item .content {
        padding: 20px
    }

    #header-hpturbo .blog-list .blog-item .content .tags .tag {
        height: 25px;
        line-height: 25px;
        font-size: 13px
    }

    #header-hpturbo .blog-list .blog-item:not(.next-post):first-child .content ._title {
        font-size: 26px
    }

    #header-hpturbo .blog-list .blog-item .img {
        width: 100%;
        position: relative
    }

    #header-hpturbo .blog-list .blog-item .content {
        position: relative;
        display: block;
        float: left;
        background: #fff;
        margin-top: -50px;
        width: 90%;
        margin-left: 5%
    }

    #header-hpturbo .blog-list .blog-item {
        height: auto;
        padding: 0
    }

    #header-hpturbo .blog-list .blog-item:first-child {
        height: 430px
    }

    #header-hpturbo .blog-list .blog-item:not(.next-post):first-child .img {
        position: absolute
    }

    #header-hpturbo .blog-list .blog-item:not(.next-post):first-child .content {
        display: flex;
        margin-left: 0;
        width: 100%;
        margin-top: 0;
        padding-bottom: 30px
    }

    #header-hpturbo .blog-list .blog-item .img .sq_parent {
        padding-bottom: 54%
    }

    #header-hpturbo .blog-single .fixed-bg .title,
    #header-hpturbo .blog-single .text {
        font-size: 28px
    }

    #header-hpturbo .blog-single .fixed-bg .text,
    #header-hpturbo .blog-single p {
        font-size: 16px
    }

    #header-hpturbo .blog-single .two-columns .col {
        width: 100%
    }

    #header-hpturbo .blog-single .fixed-bg {
        min-height: 400px
    }

    #header-hpturbo .blog-single .next-post-wrap .blog-item:first-child {
        height: auto
    }

    #header-hpturbo .blog-list .blog-item:not(.next-post):first-child .sq_parent {
        padding-bottom: 0;
        height: 100%
    }

    #header-hpturbo .blog-list .blog-item:hover .img .sq_parent {
        transform: none
    }

    #header-hpturbo .blog-list .blog-item:hover .content ._title {
        color: #000
    }

    #header-hpturbo .blog-single .next-post-wrap .link {
        margin-bottom: 20px;
        margin-top: 20px
    }

    #header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left {
        max-width: 100%
    }

    #header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item:not(:first-child) .content {
        margin-top: -75px
    }

    #header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item:not(:first-child) {
        margin-bottom: 55px
    }

    #header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_right {
        max-width: 100%
    }

    #header-hpturbo .sidebar .recent-posts .sq_parent {
        padding-bottom: 48%
    }

    #header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item:not(.next-post):first-child .content {
        padding: 10px 25px
    }

    #header-hpturbo .blog-list.blog-list--sidebar {
        padding-bottom: 100px
    }

    #header-hpturbo .sidebar ._block:last-child {
        margin-bottom: 0
    }

    #header-hpturbo .blog-single .blog-single--sidebar_left {
        max-width: 100%
    }

    #header-hpturbo .blog-single .blog-single--sidebar_right {
        max-width: 100%
    }

    #header-hpturbo .blog-single .blog-single--sidebar_left .blog-item .img .sq_parent {
        padding-bottom: 54%
    }

    #header-hpturbo .blog-single .blog-single--sidebar_left .foot-block {
        padding-bottom: 70px
    }
}

@media screen and (max-width: 610px) {
    #header-hpturbo .blog-list .blog-item:not(.next-post):first-child .content {
        padding: 20px 25px
    }

    #header-hpturbo .blog-list .blog-item {
        margin-bottom: 16px
    }

    #header-hpturbo .blog-list .blog-item .content .author .userpic {
        width: 44px;
        height: 44px
    }

    #header-hpturbo .blog-list .blog-item .content .author .name {
        font-size: 12px;
        height: 44px;
        font-weight: 600
    }

    #header-hpturbo .blog-list .blog-item .content .author {
        padding-left: 65px
    }

    #header-hpturbo .blog-list .blog-item:not(.next-post):first-child .content ._title {
        line-height: 1.3
    }

    #header-hpturbo .blog-list .blog-item .img .sq_parent {
        padding-bottom: 84%
    }

    #header-hpturbo .blog-list .blog-item .content .text {
        font-size: 14px
    }

    #header-hpturbo .blog-single .single-head .tags .tag {
        height: 25px;
        line-height: 25px;
        font-size: 12px
    }

    #header-hpturbo .blog-single .single-head .title {
        font-size: 26px
    }

    #header-hpturbo .blog-single .single-head {
        padding-top: 112px
    }

    #header-hpturbo .blog-single .single-head .author {
        padding-left: 60px
    }

    #header-hpturbo .blog-single .single-head .author .userpic {
        width: 44px;
        height: 44px
    }

    #header-hpturbo .blog-single .single-head .author .name {
        height: 44px;
        font-size: 12px;
        font-weight: 600
    }

    #header-hpturbo .blog-single .caption {
        font-size: 15px
    }

    #header-hpturbo .blog-single .fixed-bg .title,
    #header-hpturbo .blog-single .text {
        font-size: 24px
    }

    #header-hpturbo .blog-single p {
        margin: 12px 0
    }

    #header-hpturbo .blog-single .fixed-bg .text,
    #header-hpturbo .blog-single p {
        font-size: 14px
    }

    #header-hpturbo .blog-single .share .p {
        font-size: 17px;
        width: 100%;
        text-align: center
    }

    #header-hpturbo .blog-single .share .links {
        margin-left: 0;
        text-align: center;
        width: 100%
    }

    #header-hpturbo .blog-single .share .links .link {
        width: 44px;
        height: 44px;
        display: inline-block;
        float: none;
        margin: 0 4px
    }

    #header-hpturbo .blog-single .share .links .link.facebook:before {
        height: 22px;
        margin-top: -11px
    }

    #header-hpturbo .blog-single .share .links .link.pinterest:before {
        height: 22px;
        margin-top: -11px
    }

    #header-hpturbo .blog-single .share .links .link.twitter:before {
        height: 20px;
        margin-top: -10px
    }

    #header-hpturbo .blog-single .share .links .link.linked:before {
        height: 18px;
        margin-top: -9px
    }

    #header-hpturbo .blog-single .share .links .link.email:before {
        height: 14px;
        margin-top: -7px
    }

    #header-hpturbo .blog-single .share {
        margin: 13px 0
    }

    #header-hpturbo .blog-single .next-post-wrap .link > span:before {
        background: url(../img/footer-arrow-black.svg) center center no-repeat;
        width: 60px;
        height: 8px
    }

    #header-hpturbo .blog-single .next-post-wrap .link > span {
        padding-left: 84px
    }

    #header-hpturbo .blog-single .next-post-wrap .link {
        font-size: 17px
    }

    #header-hpturbo .blog-single .single-content {
        padding-bottom: 50px
    }

    #header-hpturbo .blog-single .fixed-bg {
        padding: 70px 0
    }

    #header-hpturbo .blog-single .foot-block {
        padding: 70px 0
    }

    #header-hpturbo .blog-single .share {
        margin-bottom: 0
    }

    #header-hpturbo .blog-single .next-post-wrap {
        padding: 70px 0
    }

    #header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item:not(.next-post):first-child .content ._title {
        font-size: 26px
    }

    #header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item .content .author .userpic {
        width: 44px;
        height: 44px
    }

    #header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item .content .author .name {
        height: 44px;
        line-height: 44px
    }

    #header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item .content .author .name {
        font-size: 12px
    }

    #header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item .img .sq_parent {
        padding-bottom: 80%
    }

    #header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item:not(:first-child) .content {
        width: 90%;
        margin-left: 5%;
        padding: 20px
    }

    #header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item .content .text {
        font-size: 14px
    }

    #header-hpturbo .blog-list.blog-list--sidebar .blog-list--sidebar_left .blog-item:not(:first-child) {
        margin-bottom: 23px
    }

    #header-hpturbo .sidebar .recent-posts .sq_parent {
        padding-bottom: 100%
    }

    #header-hpturbo .sidebar .archives {
        padding: 20px
    }

    #header-hpturbo .sidebar .archives ul {
        margin-top: 10px
    }

    #header-hpturbo .sidebar .archives ul li a {
        font-size: 16px
    }

    #header-hpturbo .search_block .search_block_field {
        width: 90vw
    }

    #header-hpturbo .search_block .search_block_field {
        padding-left: 44px;
        padding-right: 44px
    }

    #header-hpturbo .search_block .search_block_field input {
        font-size: 19px
    }

    #header-hpturbo .blog-list.blog-list--sidebar {
        padding-bottom: 70px
    }

    #header-hpturbo .blog-list.blog-list--sidebar .no-result {
        padding: 28px 30px;
        font-size: 18px
    }

    #header-hpturbo .blog-single .comments_section {
        padding-bottom: 70px
    }

    #header-hpturbo .blog-single .comments_section .title {
        font-size: 26px
    }

    #header-hpturbo .blog-single .comments_section .comment_item .comment-text {
        font-size: 15px;
        padding: 20px;
        margin-bottom: 14px
    }

    #header-hpturbo .blog-single .comments_section .comment_item .author .left .userpic {
        width: 54px;
        height: 54px;
        font-size: 22px;
        line-height: 54px
    }

    #header-hpturbo .blog-single .comments_section .comment_item .author .left .name {
        height: 54px;
        font-size: 15px
    }

    #header-hpturbo .blog-single .comments_section .comment_item .author .right {
        line-height: 54px;
        width: 70px
    }

    #header-hpturbo .blog-single .comments_section .comment_item .author .left {
        padding-left: 68px
    }

    #header-hpturbo .blog-single .comments_section .comment_item {
        margin-bottom: 26px
    }

    #header-hpturbo .blog-single .next-post-wrap {
        padding-bottom: 35px
    }

    #header-hpturbo .blog-single .blog-single--sidebar_left .fixed-bg {
        padding-left: 28px;
        padding-right: 28px;
        min-height: inherit
    }

    #header-hpturbo .blog-single .blog-single--sidebar_left .fixed-bg {
        padding-left: 16px;
        padding-right: 16px
    }
}

.flexer, .progress-indicator {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.no-flexer, .progress-indicator.stacked {
    display: block
}

.no-flexer-element {
    -ms-flex: 0;
    -webkit-flex: 0;
    -moz-flex: 0;
    flex: 0
}

.flexer-element, .progress-indicator > li {
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    flex: 1
}

.progress-indicator {
    margin: 0 0 1em;
    padding: 0;
    font-size: 80%;
    text-transform: uppercase
}

.progress-indicator > li {
    list-style: none;
    text-align: center;
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    text-overflow: ellipsis;
    color: #bbb;
    display: block
}

.progress-indicator > li:hover {
    color: #6f6f6f
}

.progress-indicator > li.completed, .progress-indicator > li.completed .bubble {
    color: #DF1A24
}

.progress-indicator > li .bubble {
    border-radius: 1000px;
    width: 20px;
    height: 20px;
    background-color: #bbb;
    display: block;
    margin: 0 auto .5em;
    border-bottom: 1px solid #888
}

.progress-indicator > li .bubble:after, .progress-indicator > li .bubble:before {
    display: block;
    position: absolute;
    top: 9px;
    width: 100%;
    height: 3px;
    content: '';
    background-color: #bbb
}

.progress-indicator > li.completed .bubble, .progress-indicator > li.completed .bubble:after, .progress-indicator > li.completed .bubble:before {
    background-color: #DF1A24;
    border-color: #DF1A24
}

.progress-indicator > li .bubble:before {
    left: 0
}

.progress-indicator > li .bubble:after {
    right: 0
}

.progress-indicator > li:first-child .bubble:after, .progress-indicator > li:first-child .bubble:before {
    width: 50%;
    margin-left: 50%
}

.progress-indicator > li:last-child .bubble:after, .progress-indicator > li:last-child .bubble:before {
    width: 50%;
    margin-right: 50%
}

.progress-indicator > li.active, .progress-indicator > li.active .bubble {
    color: #337AB7
}

.progress-indicator > li.active .bubble, .progress-indicator > li.active .bubble:after, .progress-indicator > li.active .bubble:before {
    background-color: #337AB7;
    border-color: #122a3f
}

.progress-indicator > li a:hover .bubble, .progress-indicator > li a:hover .bubble:after, .progress-indicator > li a:hover .bubble:before {
    background-color: #5671d0;
    border-color: #1f306e
}

.progress-indicator > li a:hover .bubble {
    color: #5671d0
}

.progress-indicator > li.danger .bubble, .progress-indicator > li.danger .bubble:after, .progress-indicator > li.danger .bubble:before {
    background-color: #d3140f;
    border-color: #440605
}

.progress-indicator > li.danger .bubble {
    color: #d3140f
}

.progress-indicator > li.warning .bubble, .progress-indicator > li.warning .bubble:after, .progress-indicator > li.warning .bubble:before {
    background-color: #edb10a;
    border-color: #5a4304
}

.progress-indicator > li.warning .bubble {
    color: #edb10a
}

.progress-indicator > li.info .bubble, .progress-indicator > li.info .bubble:after, .progress-indicator > li.info .bubble:before {
    background-color: #5b32d6;
    border-color: #25135d
}

.progress-indicator > li.info .bubble {
    color: #5b32d6
}

.progress-indicator.stacked > li {
    text-indent: -10px;
    text-align: center;
    display: block
}

.progress-indicator.stacked > li .bubble:after, .progress-indicator.stacked > li .bubble:before {
    left: 50%;
    margin-left: -1.5px;
    width: 3px;
    height: 100%
}

.progress-indicator.stacked .stacked-text {
    position: relative;
    z-index: 10;
    top: 0;
    margin-left: 60% !important;
    width: 45% !important;
    display: inline-block;
    text-align: left;
    line-height: 1.2em
}

.progress-indicator.stacked > li a {
    border: none
}

.progress-indicator.stacked.nocenter > li .bubble {
    margin-left: 0;
    margin-right: 0
}

.progress-indicator.stacked.nocenter > li .bubble:after, .progress-indicator.stacked.nocenter > li .bubble:before {
    left: 10px
}

.progress-indicator.stacked.nocenter .stacked-text {
    width: auto !important;
    display: block;
    margin-left: 40px !important
}

@media handheld, screen and (max-width: 400px) {
    .progress-indicator {
        font-size: 60%
    }
}

#hpturbo-banner {
    width: 100%;
    height: 100%;
    background: #000;
    margin: 0;
}

#hpturbo-banner > *:focus {
    outline: none;
}

#hpturbo-banner .swiper-slide {
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#hpturbo-banner .swiper-slide .swiper-link {
    width: 100%;
    height: 100%;
    display: block
}

#hpturbo-banner > .swiper-pagination > .swiper-pagination-bullet.custom-bullet-text:before {
    content: "";
    width: 3px;
    height: 20px;
    background: red;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -5px;
}

#hpturbo-banner > .swiper-pagination > .swiper-pagination-bullet.custom-bullet-text {
    float: left;
    border: transparent;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    background: transparent;
    transform: scale(1) !important;
    width: 100%;
    margin-bottom: 5px;
    height: 25px;
}

#hpturbo-banner > .swiper-pagination {
    left: 3%;
    top: 85%;
    width: 100%;
    text-align: left;
    background-color: transparent;
    display: inline-grid;
    min-height: 90px !important;
    max-height: 180px !important;
    height: auto !important;
}

#hpturbo-banner > .swiper-button-prev {
    left: 10px;
}

#hpturbo-banner > .swiper-button-next {
    right: 10px;
}

#hpturbo-banner > .swiper-button-next,
#hpturbo-banner > .swiper-button-prev {
    color: #FFF;
    width: 37px;
    height: 100px;
}

#hpturbo-banner > .swiper-button-next:after,
#hpturbo-banner > .swiper-button-prev:after {
    font-size: 70px;
}

/*----------------------------------------------------------------------------------
10. Modal form
-----------------------------------------------------------------------------------*/
.modal_form {
    background: #DF1A24;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: none;
}

.modal_form .close {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    padding: 15px 14px;
    float: right;
    margin-right: 0;
    z-index: 3;
    position: absolute;
    top: 6vh;
    right: 5vh;
}

.modal_form .close.active .ham {
    transform: rotate(45deg);
}

.modal_form .close.active .ham .top {
    stroke-dasharray: 17 82;
    stroke-dashoffset: -62px;
}

.modal_form .close.active .ham .middle {
    stroke-dashoffset: 23px;
}

.modal_form .close.active .ham .bottom {
    stroke-dashoffset: -83px;
}

.modal_form .close .line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #000;
    stroke-width: 7.5;
    stroke-linecap: round;
}

.modal_form .close:hover {
    cursor: pointer;
}

.modal_form .close:hover * {
    cursor: pointer;
}

.modal_form .close .ham {
    width: 44px;
    height: 44px;
    top: 2px;
    left: 2px;
    position: absolute;
    transition: all .2s linear;
}

.modal_form .close .ham .top {
    stroke-dasharray: 40 82;
}

.modal_form .close .ham .middle {
    stroke-dasharray: 40 111;
}

.modal_form .close .ham .bottom {
    stroke-dasharray: 40 161;
}

.modal_form .wrap {
    height: 100%;
}

.modal_form .wrap_float {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal_form .title {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.modal_form .form_wrap {
    margin-top: 78px;
}

.modal_form .form .input_wrap {
    position: relative;
    margin-bottom: 50px;
}

.modal_form .form .input_wrap:before {
    height: 3px;
    width: 0;
    left: 50%;
    right: 50%;
    background: #E5E5E5;
    content: '';
    position: absolute;
    bottom: 0;
    transition: all .2s linear;
}

.modal_form .form .input_wrap.focus:before {
    left: 0;
    right: 0;
    transition: all .2s linear;
    width: auto;
}

.modal_form .form label {
    padding: 0 20px;
    display: block;
    width: 100%;
    line-height: 55px;
    font-size: 25px;
    transition: all .1s linear;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.58);
}

.modal_form .form label:hover {
    cursor: text;
}

.modal_form .form label.active {
    line-height: 16px;
    font-size: 17px;
    transition: all .1s linear;
    top: -22px;
}

.modal_form .form .input {
    border: 0;
    border-bottom: 3px solid rgba(229, 229, 229, 0.34);
    display: block;
    width: 100%;
    font-size: 25px;
    height: 55px;
    background: none;
    padding: 0 20px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
}

.modal_form .form .textarea {
    border: 0;
    border-bottom: 3px solid rgba(229, 229, 229, 0.34);
    display: block;
    width: 100%;
    font-size: 25px;
    font-weight: 400;
    height: 130px;
    min-height: 130px;
    padding: 20px;
    resize: vertical;
    max-height: 300px;
    background: none;
    font-weight: 500;
    font-style: italic;
    color: #fff;
}

.modal_form .form .textarea:focus {
    outline: 0;
}

.modal_form .form .textarea:hover {
    cursor: text;
}

.modal_form .submit {
    width: 200px;
    height: 54px;
    background: #fff;
    border-radius: 27px;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #3D0082;
    margin-top: 40px;
}

.modal_form .submit span:not(.text) {
    display: none;
}

.modal_form .success {
    display: none;
}

@media screen and (max-height: 960px) {
    .modal_form .form .input_wrap {
        margin-bottom: 17px;
    }

    .modal_form .form label {
        font-size: 19px;
    }

    .modal_form .form label.active {
        top: -5px;
        font-size: 14px;
    }

    .modal_form .form_wrap {
        margin-top: 45px;
    }

    .modal_form {
        overflow: auto;
    }

    .modal_form .wrap {
        height: auto;
        max-width: 100%;
        text-align: center;
        min-height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .modal_form .wrap .wrap_float {
        height: auto;
        display: inline-block;
        float: none;
        text-align: left;
        max-width: 1300px;
        padding: 70px 0;
        margin: 0 auto;
    }

    .modal_form .form_wrap {
        margin-top: 25px;
    }

    .modal_form .submit {
        margin-top: 10px;
    }

    .modal_form .form .textarea {
        height: 110px;
        min-height: 110px;
    }

    .modal_form .wrap .wrap_float {
        padding: 30px 0;
    }
}

@media screen and (max-width: 1450px) {
    .modal_form .title {
        font-size: 40px;
    }

    .modal_form .wrap .wrap_float {
        max-width: 1144px;
    }
}

@media screen and (max-width: 1200px) {
    .modal_form .wrap .wrap_float {
        max-width: 960px;
    }
}

@media screen and (max-width: 1040px) {
    .modal_form .close .line {
        stroke-width: 7.5;
    }
}

#navbar-top-home{
    font-size: 17px;
}

#navbar-top-home .navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem
}

#navbar-top-home .navbar .dropdown-menu {
    border: none;
}
/*  */
#navbar-top-home .navbar:hover{
    background: #FFF;
    color: #000;
}

#navbar-top-home > .navbar:hover > .navbar-collapse >.navbar-nav > div.header__indicators > div.d-flex > div.topbar__menu > a {
    color: #000;
}
#navbar-top-home > .navbar:hover > .navbar-collapse >.navbar-nav > div.header__indicators > div.d-flex > div.topbar__menu > a > i {
    color: #000!important;
}

#navbar-top-home > .navbar:hover > .navbar-collapse >.navbar-nav > div.header__indicators > div.d-flex > div.topbar__menu > a:hover > i {
    color: #DF1A24!important;
}

#navbar-top-home > .navbar:hover > .navbar-collapse >.navbar-nav > li.nav-item > a{
    color: #000;
}

#navbar-top-home > .navbar:hover > .navbar-collapse >.navbar-nav > li.nav-item > a:hover{
    color: #DF1A24;
}

/* #navbar-top-home .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background: #FFF;
    color: #000;
} */

#navbar-top-home .navbar {
    padding-top: 35px;
    padding-bottom: 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background: rgba(0,0,0, 0.2);
}

#navbar-top-home .navbar #logo {
    text-align: right;
    width: 20%;
    margin-right: 40px;
}

@media (max-width: 575.98px) {
    #navbar-top-home .navbar{
        background: #FFF;
    }

    #navbar-top-home .navbar #logo {
        width: 60%;
        text-align: left;
    }

    #navbar-top-home .navbar-toggler{
        outline-style: none;
    }

    #navbar-top-home .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon i:before{
        font-family: "Font Awesome 5 Free";
        content: "\f00d";
    }
}

#navbar-top-home .navbar #logo img {
    width: 70%;
}

#navbar-top-home .navbar .nav-item {
    padding: .5rem .5rem;
    margin: 0 .25rem
}

#navbar-top-home .navbar .dropdown {
    position: static
}

/*
#navbar-top-home .navbar .nav-item.parent-item:hover,
#navbar-top-home .navbar .dropdown:hover{
    border-bottom: 2px solid #DF1A24;
}
 */

#navbar-top-home .navbar .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 77.5%;
    border-radius: 0;
}

#navbar-top-home .navbar .dropdown:hover .dropdown-menu,
#navbar-top-home .navbar .dropdown .dropdown-menu:hover {
    display: block !important
}

#navbar-top-home .navbar .dropdown-menu {
    background-color: #fff;
    color: #000;
}

#navbar-top-home .navbar .dropdown-menu a{
    color: #000;
}

#navbar-top-home > .navbar .dropdown-menu a:hover{
    color: #DF1A24;
}

#navbar-top-home a.i {
    margin-top: -20px;
    font-weight: 400;
    color: #FFF
}

#navbar-top-home a.catogary {
    color: #FFF
}

#navbar-top-home .navbar a.catogary:after{
    display: none;
}

#navbar-top-home button.srch {
    padding: 0px
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    #navbar-top-home input.srch {
        padding: 0px;
        width: 100%
    }
}

#navbar-top-home span.nav-link {
    font-weight: 700;
    color: #000
}

#navbar-top-home a.navbar-brand {
    color: #000
}

#navbar-top-home span.navbar-toggler.icon {
    color: #000
}

#navbar-top-home .indicator__icon{
    fill: #FFF;
}

#navbar-top-home .indicator__title,
#navbar-top-home .indicator__value{
    color: #FFF;
}

#navbar-top-home:hover .indicator__icon{
    fill: #000;
}

#navbar-top-home:hover .indicator:hover .indicator__icon{
    fill: #DF1A24;
}

#navbar-top-home:hover .indicator__title{
    color: #999;
}

#navbar-top-home:hover .indicator__value{
    color: #000;
}

#navbar-top-home:hover .indicator:hover .indicator__value{
    color: #DF1A24;
}

#navbar-top-home .searchbox{
    position: relative;
    padding-top: 5px;
    margin-right: 12px;
    margin-top: 3px;
}

#navbar-top-home .searchbox #btn-search-navbar{
    color: #FFF;
    cursor: pointer;
}

#navbar-top-home:hover .searchbox #btn-search-navbar:hover{
    color: #DF1A24;
}

#navbar-top-home:hover .searchbox #btn-search-navbar{
    color: #000;
}

#navbar-top-home .searchbox .search__input{
    width: 0px;
    visibility: hidden;
    height: 34px;
    background: transparent;
    color: #FFF;
    border: 2px solid #FFF;
    transition: all 0.5s linear;
    border-radius: 25px;
}

#navbar-top-home .searchbox .search__input::placeholder{
    color: #FFF;
}

#navbar-top-home:hover .searchbox .search__input::placeholder{
    color: #999;
}

#navbar-top-home:hover .searchbox .search__input{
    color: #000;
    border: 2px solid #ccc;
}

#navbar-top-home .searchbox .search__input.active-width{
    width: 320px;
    visibility: visible;
}

#navbar-top-home .searchbox .search__input.active-width + #btn-search-navbar i:before{
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
}

.cursor-pointer {
    cursor: pointer;
}

.configurator .cart-table__column--remove {
    padding-right: 0px !important;
}

.configurator .cart-table__column--remove .filter-list__input {
    margin-right: 0px;
}

.configurator .input-check__body {
    border: 1px solid #DF1A24;
    overflow: hidden;
    width: 20px;
    height: 20px;
}

.configurator .input-check__box {
    width: 20px;
    height: 20px;
}

.configurator .input-check__icon {
    transition: 300ms all ease-in-out;
    fill: transparent;
    left: 5px;
    top: 5px;
}

.configurator .input-check__input:checked~.input-check__icon {
    fill: #fff;
    transform: scale(2.5) rotate(-10deg);
}

/**
 * Stages
 *
 * Define styles of Stages components in Configurator Page.
 */

.stages-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.stages-card {
    position: relative;
    padding: 0;
    transition: 300ms box-shadow ease-in-out;
}

.stages-card:hover {
    box-shadow: 0 2px 9px rgba(0, 0, 0, .15);
}

.stages-card--selected .stages-card__body {
    box-shadow: inset 0 0px 0px 3px #DF1A24;
    height: 100%;
}

.stages-card__badge {
    display: none !important;
    position: absolute !important;
    top: 12px;
    right: 12px;
}

.stages-card--selected .stages-card__badge {
    display: inline-block !important;
}

.stages-list__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.stages-card__body {
    padding: 1.5rem;
    font-size: 16px;
    line-height: 18px;
    cursor: pointer;
}

.stages-card .not {
    position: absolute;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
}

.stages-card__name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1.125rem;
}

.stages-card__row+.stages-card__row {
    margin-top: .75rem;
}

.stages-card__row-title {
    font-size: 14px;
    color: #6c757d;
}

.stages-card__row-content {

}

.custom-content.popup-gallery img{
    max-width: 100%!important;
}

@media (max-width: 767.98px) and (min-width: 480px) {
    .stages-list__divider:nth-child(2n) {
        width: 16px;
    }
}

@media (min-width: 768px) {
    .stages-list__item {
        width: calc((100% - 32px - 1px) / 3);
    }

    .stages-list__divider:nth-child(2n) {
        width: 16px;
    }
}

@media (max-width: 2000px) {
    #navbar-top-home .navbar .nav-item {
        padding: .5rem .1rem; /* Padding para todas as direções */
    }
}

#navbar-top-home .navbar .nav-item {
    padding: .5rem .1rem !important;
 }



@media (max-width: 767px) {
    .product__badge {
        top: 5px !important;
        left: 3px !important;
    }

    .product__badge__saledate {
        width: 50% !important;
        top: -14px !important;
        left: 9px !important;
    }

    .stages-card__badge {
        top: 5px !important;
        right: 2px !important;
    }
}

@media (max-width: 412px) {
    .product__badge__saledate {
        font-size: 0.6rem !important;
    }
}


/* google reviews */
.google-reviews-wrapper .google-reviews-info {
    width: 200px;
    margin: 30px auto;
}
.google-reviews-wrapper .google-reviews-info .title img {
    width: 200px;
    height: auto;
}
.google-reviews-wrapper .google-reviews-info .stars i {
    width: 17px;
    height: 17px;
    color: #F5BB09;
}
.google-reviews-wrapper .google-reviews-info .rating-count {
    font-size: 1rem;
}
.google-reviews-wrapper .google-reviews-info .btn {
    font-size: 1rem;
    border: 0;
    background-color: #8DC63F;
    color: #fff;
}
.google-reviews-wrapper .google-reviews-info .btn:hover {
    border: 0;
    background-color: #39B54A;
    color: #fff;
}
.google-reviews-wrapper .subtitle {
    font-size: 32px;
}
.google-reviews-wrapper .glide .info-wrapper {
    min-height: 200px;
    background: #F4F4F4;
    padding: 15px;
}
.google-reviews-wrapper .glide .info-wrapper .name-block .name-info {
    width: 100%;
    position: relative;
    margin-left: 15px;
}
.google-reviews-wrapper .glide .info-wrapper .name-block .name-info .name {
    font-size: 1rem;
    font-weight: 700;
    display: block;
}
.google-reviews-wrapper .glide .info-wrapper .name-block .name-info .date {
    color: #8e8b8b;
    font-size: 0.8rem;
    display: block;
}
.google-reviews-wrapper .glide .info-wrapper img {
    width: 40px;
    height: 40px;
}
.google-reviews-wrapper .glide .info-wrapper .name-block .name-info:after {
    background-image: url(../../images/icon-google.svg);
    background-size: 100% 100%;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
    right: 0;
}
.google-reviews-wrapper .glide .info-wrapper .rating i {
    width: 17px;
    height: 17px;
    color: #F5BB09;
}
.google-reviews-wrapper .glide .info-wrapper .comment p {
    font-size: 0.9rem;
}
/* CUSTOM */

.bg {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 99.7%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: scale(1.01);
}

.social-icon {
    transition: color 0.3s ease;
}

.social-icon:hover {
    color: #DF1A24 !important;
}
