.disable-scroll {
    overflow: hidden !important;
    margin-top: 0 !important;
}

#new-prosvit-header {
    width: 275px;
    position: fixed;
    top: 25px;
    left: -300px;
    z-index: 222;
    background: #131313;
    padding: 10px 15px;
    transition: all .4s ease-in-out;
}

.desktop-view #new-prosvit-header {
    z-index: 333;
}

#new-prosvit-header.opened {
    left: 0px;
}

.prosvit-menu {
    width: 60px;
    position: fixed;
    left: 0;
    top: 25px;
    z-index: 333;
    background: #131313;
    padding: 20px 16.5px;
}

.desktop-view .prosvit-menu {
    z-index: 222;
}

.menu-toggler-parent a {
    font-size: 16px !important;
    text-transform: uppercase;
    color: #58CAEF!important;
    text-decoration:none!important;
    font-family: 'Montserrat';
    font-weight: 700;
}

.separated-block {
    text-align: center;
}

.header-logo img {
    width: 27px;
}

.header-logo-part {
    text-align: center;
    margin-bottom: 15px;
}

.menu-container .widget {
    padding: 0;
    border: none;
}

.menu-container .menu li {
    display: block;
    line-height: 1;
    padding: 0 0 15px;
}

.menu-container .menu li a {
    font-size: 12px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    line-height: 1.2;
    height: auto;
    border: none;
    text-align: center;
    color: #fff!important;
    text-decoration: none!important;
}
.menu-container .menu li a:hover {
    color: #58CAEF !important;
}

.separated-block {
    line-height: 1;
    padding: 5px 0;
}

.menu-container {
    line-height: 1;
    display: none;
}

.menu-container .widget {
    line-height: 1;
    margin: 0;
}

.header-social-part .social-networks li {
    width: auto;
    padding: 10px 10px;
}

.header-social-part .social-networks li a {
    display: block !important;
    color:#fff;
}
.header-social-part .social-networks li a:hover {
    color:#58CAEF!important
}
#nav-icon,
#nav-icon2 {
    width: 100%;
    height: 22px;
    position: relative;
    cursor: pointer;
    max-width: 35px;
}

#nav-icon span,
#nav-icon2 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #58CAEF;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2) {
    top: 9px;
}

#nav-icon span:nth-child(3) {
    top: 18px;
}

#nav-icon2 span:nth-child(1) {
    transform: rotate(135deg);
}

#nav-icon2 span:nth-child(2) {
    display: none;
}

#nav-icon2 span:nth-child(3) {
    transform: rotate(-135deg);
}

.button-part {
    margin-bottom: 20px;
}

.logo-part {
    line-height: 1;
}

.close-header {
    padding-top: 20px;
    margin-bottom: 10px;
}

.mobile-view header#new-prosvit-header {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 4444;
    left: -100%;
}

.mobile-view header#new-prosvit-header.opened {
    left: 0;
}

.mobile-view .close-header {
    margin-top: 25px;
}

.mobile-view .prosvit-header-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.mobile-view .prosvit-header {
    height: 100%;
}

.mobile-view .closer-header {
    height: calc(95% - 80px);
}

.brand-section {
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
}

.brand-video-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .7s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.brand-video-holder video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-section-inner-flex {
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.brand-logo {
    margin-bottom: 30px;
}

.brand-subtitle p {
    margin: 0;
    text-transform: uppercase;
    color: #58CAEF;
    font-family: 'Montserrat';
    font-weight: 900;
    font-style: italic;
    font-size: 16px;
    line-height: 1.5;
}

.brand-description p {
    margin: 0;
    color: #fff;
    font-family: 'Montserrat';
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6;
}

.brand-social-title p {
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    color: #58CAEF;
    font-family: 'Montserrat';
    font-weight: 700;
    font-style: italic;
    line-height: 1.2;
}

.brand-content {
    max-width: 490px;
}

.brand-subtitle {
    margin-bottom: 25px;
}

.brand-description {
    margin-bottom: 25px;
}

.brand-social-links ul {
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    display: block;
    font-size: 0;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.brand-social-links ul li {
    display: inline-block;
    width: 44px;
}

.brand-social-links ul li a {
    border: 1px solid #58CAEF;
    display: flex;
    line-height: 1;
    border-radius: 8px;
    height: 44px;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: transparent;
    transition: all .5s ease-in-out;
}

.brand-social-links {
    margin-bottom: 50px;
}

.brand-social-links ul li.website a,
.brand-social-links ul li.website {
    width: auto;
}

.brand-social-links ul li.website a {
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 12px;
    letter-spacing: .2px;
    font-weight: 700;
    padding: 0 15px;
}

.brand-social-links ul li a:hover {
    background: rgba(0, 0, 0, 0.8);
}

.brand-social-links ul li+li {
    margin-left: 5px;
}

.brand-social-title {
    margin-bottom: 20px;
}

.brand-social-links ul li a i {
    font-size: 20px;
    line-height: 1;
}

.brand-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 9;
}

.brand-play,
.brand-pause {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.brand-pause {
    opacity: 0;
    visibility: hidden;
}

.mobile-view .hide-for-mobile {
    display: none;
}

.desktop-view .show-for-mobile {
    display: none;
}

.desktop-view .brand-controls {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translateY(-50%) translateX(-50%) !important;
    z-index: 9;
}

@media (max-width:1749px) {
    .brand-section-inner-flex {
        max-width: calc(100% - 120px);
    }
}

.brand-controls.show-for-mobile {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    display: block;
    height: 80px;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    transition: all .5s ease-in-out;
}

.brand-controls.show-for-mobile .brand-play,
.brand-controls.show-for-mobile .brand-pause {
    height: 80px;
    width: 80px;
}

.mobile-view .brand-section-inner-flex {
    justify-content: center;
    /* align-items: center; */
}

.mobile-view .brand-logo {
    text-align: center;
}

.mobile-view .brand-subtitle {
    text-align: left;
}

@media (max-width:799px) {
    .mobile-view.landscape .brand-social-links {
        margin-bottom: 20px;
    }

    .mobile-view.landscape .brand-content {
        max-width: 100%;
    }

    .mobile-view.landscape .brand-social-title {
        margin-bottom: 15px;
    }

    .mobile-view.landscape .brand-social-title p {
        font-size: 16px;
    }

    .mobile-view.landscape .brand-description {
        margin-bottom: 15px;
    }

    .mobile-view.landscape .brand-subtitle p {
        font-size: 12px;
    }

    .mobile-view.landscape .brand-subtitle {
        margin-bottom: 15px;
    }

    .mobile-view.landscape .brand-controls.show-for-mobile {
        height: 60px;
        width: 60px;
        margin-bottom: 15px;
    }

    .mobile-view.landscape .brand-controls.show-for-mobile .brand-play,
    .mobile-view.landscape .brand-controls.show-for-mobile .brand-pause {
        height: 60px;
        width: 60px;
    }

    .mobile-view.landscape .brand-logo {
        margin-bottom: 10px;
    }

    .mobile-view.landscape .brand-social-links ul li {
        display: inline-block;
        width: 34px;
    }

    .mobile-view.landscape .brand-social-links ul li.website {
        width: auto;
    }

    .mobile-view.landscape .brand-social-links ul li a {
        height: 34px;
    }

    .mobile-view.landscape .brand-social-links ul li a i {
        font-size: 16px;
        line-height: 1;
    }
    .fp-tableCell {
    background: rgba(0, 0, 0, 0.4);
}
.brand-social-title {
    text-align: center;
}

.brand-social-links ul {
    justify-content: center;
}
}

@media (max-width:699px) {

    .mobile-view.landscape .brand-subtitle,
    .mobile-view.landscape .brand-social-title,
    .mobile-view.landscape .brand-description {
        margin-bottom: 10px;
    }

    .mobile-view.landscape .brand-description p {
        font-size: 10px;
    }

    .mobile-view.landscape .brand-social-title p {
        font-size: 12px;
    }

    .mobile-view.landscape .brand-subtitle p {
        font-size: 10px;
        text-align: left;
    }
}

@media (max-width:574px) {
    .brand-controls.show-for-mobile {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        display: block;
        height: 80px;
        width: 80px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }


    .mobile-view .brand-logo {
        margin-bottom: 25px;
    }

    .mobile-view .brand-controls.show-for-mobile {
        margin-bottom: 25px;
    }

    .mobile-view .brand-subtitle p {
        font-size: 14px;
    }

    .mobile-view .brand-section-inner-flex {
        max-width: calc(100% - 40px);
    }

    .brand-description {
        margin-left: auto;
        margin-right: auto;
    }

    .brand-description p {
        font-size: 12px;
    }

    .brand-social-title p {
        font-size: 16px;
    }
}

@media (max-width:413px) {
    .mobile-view .brand-subtitle p {
        font-size: 13px;
    }

    .mobile-view .brand-subtitle {
        margin-bottom: 15px;
    }

    .mobile-view .brand-logo {
        margin-bottom: 15px;
    }

    .mobile-view .brand-controls.show-for-mobile {
        margin-bottom: 15px;
    }

    .mobile-view .brand-description {
        margin-bottom: 15px;
    }

    .mobile-view .brand-social-title {
        margin-bottom: 15px;
    }

    .mobile-view .brand-description {
        max-width: 100%;
    }

    .mobile-view .brand-social-links {
        margin-bottom: 15px;
    }

    .brand-controls.show-for-mobile {
        height: 60px;
        width: 60px;
    }

    .brand-controls.show-for-mobile .brand-play,
    .brand-controls.show-for-mobile .brand-pause {
        height: 60px;
        width: 60px;
    }

    .mobile-view .brand-logo {
        max-width: 180px;
        margin-left: auto;
        margin-right: auto;
    }

    .mobile-view .brand-social-title p {
        font-size: 14px;
    }

    .mobile-view .brand-social-links ul li a {
        height: 34px;
    }

    .mobile-view .brand-social-links ul li.website a {
        padding: 0 10px;
    }

    .mobile-view .brand-social-links ul li {
        display: inline-block;
        width: 34px;
    }

    .mobile-view .brand-social-links ul li a i {
        font-size: 16px;
    }

    .mobile-view .brand-social-links ul li.website a,
    .mobile-view .brand-social-links ul li.website {
        width: auto;
    }
}

.video-playing .brand-video-holder {
    opacity: 1;
    visibility: visible;
}

.video-playing .video-play-fade {
    opacity: 0;
    visibility: hidden;
}

.video-play-fade {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease-in-out;
}

.video-playing .brand-play {
    opacity: 0;
    visibility: hidden;
}

.video-playing .brand-pause {
    opacity: 1;
    visibility: visible;
}

.video-playing.paused .brand-play {
    opacity: 1;
    visibility: visible;
}

.video-playing.paused .brand-pause {
    opacity: 0;
    visibility: hidden;
}

.close-button {
    position: absolute;
    top: -50px;
    right: 20px;
    width: 30px;
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    cursor: pointer;
}

.video-playing.paused .close-button {
    opacity: 1;
    visibility: visible;
    top: 20px;
}

.brand-controls.show-for-mobile.hidden-button {
    opacity: 0;
    visibility: hidden;
}

.brand-section {
    opacity: 0;
    transition: all .5s ease-in-out;
}

.mobile-view .brand-section,
.desktop-view .brand-section {
    opacity: 1;
}

.active-brand a {
    color: #58CAEF !important;
}

.header-menu-part a {
    outline: none !important;
}

.menu-container .menu li:last-child {
    padding-bottom: 0;
}

.separated-block+.separated-block {
    padding-top: 20px;
}

.prosvit-header .social-networks li {
    border: none !important;
}

.prosvit-header .social-networks {
    margin-top: 10px;
}

.prosvit-header .social-networks li {
    border: none !important;
}

.prosvit-header .social-networks {
    margin-top: 10px;
}

.togglable-link {
    position: relative;
}

.togglable-link:before {
    content: '';
    position:absolute;
    right: -21px;
    top: 5px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 4px solid transparent;
    border-top: 4px solid #58caef;
    transition: all .3s ease;
    transform: rotate(0);
}

.togglable-link.active:before {
    transform: rotate(180deg) translateY(4px);
}

@keyframes bigBoxAnimation {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes boxAnimation {
    50% {
        transform: translateY(-150px);
    }
}

@keyframes spanAnimation {
    50% {
        transform: translateX(-150px)
    }
}

/* Animation SET 1 */

@-webkit-keyframes yAxis {
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
        animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
        -webkit-transform: translateY(-100vh);
        transform: translateY(-100vh);
    }
}

@keyframes yAxis {
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
        animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
        -webkit-transform: translateY(-100vh);
        transform: translateY(-100vh);
    }
}

@-webkit-keyframes xAxis {
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
        animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
        -webkit-transform: translateX(60vw) rotate(0deg);
        transform: translateX(60vw) rotate(0deg);
    }
}

@keyframes xAxis {
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
        animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
        -webkit-transform: translateX(50vw) rotate(0deg);
        transform: translateX(50vw) rotate(0deg);
    }
}

.show-animation #dog-rotator.set1 .dog-item {
    position:  fixed;
    bottom: 0;
    left: -165px;
    transform: rotate(80deg);
    -webkit-animation: xAxis 2.5s cubic-bezier(0.02, 0.01, 0.21, 1);
    animation: xAxis 2.5s cubic-bezier(0.02, 0.01, 0.21, 1);
}

.show-animation #dog-rotator.set1 .dog-item img {
    width: 165px;
    -webkit-animation: yAxis 2.5s cubic-bezier(0.3, 0.27, 0.07, 1.64);
    animation: yAxis 2.5s cubic-bezier(0.3, 0.27, 0.07, 1.64);
}
.mobile-view.show-animation #dog-rotator.set1 .dog-item{
    -webkit-animation: xAxis 3s cubic-bezier(0.02, 0.01, 0.21, 1);
    animation: xAxis 3s cubic-bezier(0.02, 0.01, 0.21, 1);
}
.mobile-view.show-animation #dog-rotator.set1 .dog-item img {
    width: 165px;
    -webkit-animation: yAxis 3s cubic-bezier(0.3, 0.27, 0.07, 1.64);
    animation: yAxis 3s cubic-bezier(0.3, 0.27, 0.07, 1.64);
}

/* Animation SET 1 END */
/* Animation SET 2 */
@-webkit-keyframes yAxisTwo {
    100% {

        -webkit-transform: translateY(-90vh);
        transform: translateY(-90vh);
    }
}

@keyframes yAxisTwo {
    100% {

        -webkit-transform: translateY(-120vh);
        transform: translateY(-120vh) rotate(-40deg);
    }
}

@-webkit-keyframes xAxisTwo {
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
        animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
        -webkit-transform: translateX(-100vw) rotate(-90deg);
        transform: translateX(-100vw) rotate(-90deg);
    }
}

@keyframes xAxisTwo {
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
        animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
        -webkit-transform: translateX(-100vw) rotate(-20deg);
        transform: translateX(-100vw) rotate(-20deg);
    }
}

.show-animation #dog-rotator.set2 .dog-item {
    position:  fixed;
    bottom: -165px;
    right: 0;
    -webkit-animation: xAxisTwo 2.5s cubic-bezier(0.02, 0.01, 0.21, 1);
    animation: xAxisTwo 2.5s cubic-bezier(0.02, 0.01, 0.21, 1);
}

.show-animation #dog-rotator.set2 .dog-item img {
    width: 165px;
    -webkit-animation: yAxisTwo 2.5s cubic-bezier(0.3, 0.27, 0.07, 1.64);
    animation: yAxisTwo 2.5s cubic-bezier(0.3, 0.27, 0.07, 1.64);
}
.show-animation #dog-rotator.set2 .dog-item img {
    width: 165px;
    -webkit-animation: yAxisTwo 2.5s cubic-bezier(0.3, 0.27, 0.07, 1.64);
    animation: yAxisTwo 2.5s cubic-bezier(0.3, 0.27, 0.07, 1.64);
}
.mobile-view.show-animation #dog-rotator.set2 .dog-item img{
    -webkit-animation: yAxisTwo 3s cubic-bezier(0.3, 0.27, 0.07, 1.64);
    animation: yAxisTwo 3s cubic-bezier(0.3, 0.27, 0.07, 1.64);
}

/* Animation SET 2 END */
/* Animation SET 3 */
@-webkit-keyframes yAxisThree {
    100% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: translateY(-90vh);
        transform: translateY(-90vh);
    }
}

@keyframes yAxisThree {
    100% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: translateY(-120vh);
        transform: translateY(-120vh) rotate(-40deg);
    }
}

@-webkit-keyframes xAxisThree {
    100% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: translateX(-100vw) rotate(-90deg);
        transform: translateX(-100vw) rotate(-90deg);
    }
}

@keyframes xAxisTthree {
    100% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: translateX(-100vw) rotate(-20deg);
        transform: translateX(-100vw) rotate(-20deg);
    }
}

.show-animation #dog-rotator.set3 .dog-item {
    position: fixed;
    bottom: -165px;
    right: 0;
    -webkit-animation: xAxisThree 2s ease-in;
    animation: xAxisThree 2s ease-in;
}

.show-animation #dog-rotator.set3 .dog-item img {
    width: 165px;
    -webkit-animation: yAxisThree 2s ease-out;
    animation: yAxisThree 2s ease-out;
}
.mobile-view.show-animation #dog-rotator.set3 .dog-item{
    -webkit-animation: xAxisThree 2.5s ease-in;
    animation: xAxisThree 2.5s ease-in;
}
.mobile-view.show-animation #dog-rotator.set3 .dog-item img{
    -webkit-animation: yAxisThree 2.5s ease-out;
    animation: yAxisThree 2.5s ease-out;
}
/* Animation SET 3 END */

#dog-rotator {
    transition: all .1s ease;
}

.show-animation #dog-rotator {
    opacity: 1;
    visibility: visible;
}

.menu-container a[target="_blank"] {
    position: relative;
    transition: all .1s ease !important;
}

.menu-container a[target="_blank"]:before {
    content: '';
    background: url(/wp-content/uploads/Bitmap-Copy@2x.png);
    position: absolute;
    width: 8px;
    height: 8px;
    right: -15px;
    top: 3px;
    background-size: 8px;
    transition: inherit;
}

.menu-container a[target="_blank"]:after {
    content: '';
    background: url(/wp-content/uploads/Bi.png);
    position: absolute;
    width: 8px;
    height: 8px;
    right: -15px;
    top: 3px;
    background-size: 8px;
    transition: inherit;
    opacity: 0;
}

.menu-container a[target="_blank"]:hover:before {
    opacity: 0;
}

.menu-container a[target="_blank"]:hover:after {
    opacity: 1;
}


div#nav-icon {
    transform: scale(.85);
    visibility: visible;
    opacity: 1;
    transition: all .7s ease-in-out;
}

.prosvit-menu.menu-opened #nav-icon {
    opacity: 0;
    visibility: hidden;
    transform: scale(.6);
}

.desktop-view div#nav-icon2 {
    opacity: 0;
    visibility: hidden;
}

.header-social-part {
    padding-top: 25px;
}
.dog-item {
    display:none;
}
.show-animation .dog-item.on {
    display:block;
}
.dog-item {
    z-index:25;
}
.desktop-view #new-prosvit-header:hover {
    left: 0!important;
}
ul#menu-pb {
    display:none;
}
.page-template-template-brands ul#menu-pb {
    padding-top: 15px;
    display:block;
}
.page-template-template-brands .brand-dn {
    display:none!important;
}
.page-template-template-brands ul#menu-pb li.active a {
    color:#58CAEF!important;
}
.pps .brand-controls {
    opacity: 0;
}
/* Fixs 16/01 */
    
    .mobile-view .video-playing.paused .close-button{
        top: 90px;
    }
    .mobile-view .brand-controls.show-for-mobile .brand-pause{
        margin-left: 0px;
    }

    .mobile-view .brand-section{
        background-color: #000;
        background-position: top;
        background-repeat: no-repeat;
        background-size: 100% 380px;
    }
    .mobile-view .video-play-fade {
        margin-bottom: 50px;
    }
    .mobile-view .brand-logo{
        max-width: 100%;
    }
    .mobile-view #alter .brand-logo{
        max-width: 55%;
        margin: 0px auto;
    }
    .mobile-view .brand-controls.show-for-mobile{
        margin-bottom: 30px;
        margin-top: 80px;
        width: 35px;
        height: 35px;

    }
    body.mobile-view.resize-true:not(.landscape) .brand-controls.show-for-mobile{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin-bottom: 0;
        margin-top: 0;
        transition: 0s;
    }
    body.mobile-view.resize-true:not(.landscape) .brand-logo{
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translate(-50%);
    }
    .mobile-view .brand-controls.show-for-mobile .brand-play,
    .mobile-view .brand-controls.show-for-mobile .brand-pause{
        height: 35px;
        width: 35px;
        margin: 0px auto;
    }
    .mobile-view .brand-play:before {
        content: "trailer";
        color: #fff;
        text-transform: uppercase;
        font-size: 6px;
        position: absolute;
        bottom: -24px;
        text-align: center;
        width: 100%;
    }
    .mobile-view .brand-subtitle p{
        color: #fff;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
    }
    .mobile-view .brand-subtitle p:after {
        content: "";
        background: #58CAEF;
        width: 25px;
        height: 1px;
        display: block;
        margin: 0px auto;
        margin-top: 15px;
    }
    .mobile-view .brand-description p{
        font-size: 10px;
        text-align: center;
    }
    .mobile-view .brand-description p.divider{
        height: 15px;
    }
    .mobile-view .brand-social-title{
        margin-top: 40px;
        margin-bottom: 24px;
    }
    .mobile-view .brand-social-title p{
        color: #fff;
        text-align: center;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
    }
    .mobile-view .brand-social-title p:before {
        content: "";
        background: #58CAEF;
        width: 25px;
        height: 1px;
        display: block;
        margin: 0px auto;
        margin-bottom: 15px;
    }
    .mobile-view .brand-social-links{
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .mobile-view #cut .brand-social-links{
        margin-bottom: 20px;
    }
    .mobile-view .brand-social-links ul li{
        min-width: 45px;
    }
    .mobile-view .brand-social-links ul li a{
        font-size: 9px;
        font-weight: 400;
        height: 45px;
    }
    .mobile-view .brand-social-links ul li a i{
        font-size: 26px;
    }
    .mobile-view .image-section{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        top: 60px;
        padding-top: 40px;
        background-repeat: no-repeat;
        background-position-x: 100%;
        background-size: cover;
    }
    .mobile-view #cut .brand-logo {
        margin-bottom: 10%;
        margin-top: 10%;
        margin-left: auto;
        margin-right: auto;
    }
    .mobile-view .video-playing .brand-controls{
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
    }
@media (min-width: 1020px){
    .mobile-view .image-section{
        background-size: 100% auto;
        min-height: 40%;
        background-position-y: 85%;
    }
    .mobile-view #alter .image-section{
        background-size: auto 100%;
    }
    .mobile-view #alter .brand-logo {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .mobile-view #cut .brand-logo {
        margin-top: 5%;
    }
    .mobile-view .brand-logo{
        padding-top: 10%;
        margin-left: auto;
        margin-right: auto;
    }
    .mobile-view .brand-logo img{
        width: 60%;
    }
    .mobile-view .brand-controls.show-for-mobile{
        margin-bottom: 70px;
    }
    .mobile-view .brand-controls.show-for-mobile .brand-play{
        height: 80px;
        width: 80px;
    }
    .mobile-view .brand-play:before{
        font-size: 14px;
    }
    .mobile-view .brand-content{
        max-width: 100%;
        margin: 0px auto;
    }
    .mobile-view .brand-subtitle p{
        font-size: 27px;
    }
    .mobile-view .brand-description p{
        font-size: 20px;
        text-align: center;
    }
    .mobile-view .brand-social-title p{
        font-size: 21px;
    }
    .mobile-view .brand-social-links ul li{
        min-width: 70px;
    }
    .mobile-view .brand-social-links ul li a{
        height: 70px;
        font-size: 21px;
    }
    .mobile-view .brand-social-links ul li a i {
        font-size: 35px;
    }
}
@media (max-width: 770px) and (min-width: 767px){
    .mobile-view .image-section{
        background-size: 100% auto;
        min-height: 40%;
        background-position-y: 85%;
    }
    .mobile-view #alter .brand-logo img {
        width: 40%;
    }
    .brand-content {
        max-width: 100%;
        margin: 0px auto;
    }
    .mobile-view #alter .image-section{
        background-size: auto 100%;
    }
    .mobile-view #alter .brand-logo {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .mobile-view #cut .brand-logo {
        margin-top: 5%;
        margin-left: auto;
        margin-right: auto;
    }
    .mobile-view .brand-logo{
        padding-top: 10%;
        margin-left: auto;
        margin-right: auto;
    }
    .mobile-view .brand-logo img{
        width: 60%;
    }
    .mobile-view .brand-controls.show-for-mobile{
        height: 60px;
        width: 60px;
    }
    .mobile-view .brand-controls.show-for-mobile .brand-play {
        height: 60px;
        width: 60px;
    }
    .mobile-view .brand-play:before {
        font-size: 10px;
    }
    .mobile-view .brand-subtitle p {
        font-size: 19px;
    }
    .mobile-view .brand-description p {
        font-size: 14px;
    }
    .mobile-view .brand-social-title p {
        font-size: 16px;
    }
    .mobile-view .brand-social-links ul li a {
        height: 50px;
        font-size: 13px;
    }
    .mobile-view .brand-social-links ul li {
        min-width: 50px;
    }
}
/*@media (max-width: 450px) and (max-height: 751px){
    .mobile-view .brand-controls.show-for-mobile {
        margin-top: 50px;
    }
    .mobile-view .brand-section {
        background-size: 150% 50%;
    }
    .mobile-view #dust{
        background-size: 150% 46%;
    }
    .mobile-view #alter{
        background-size: 250% 46%;
        background-position-x: 60%;
    }
    .mobile-view #cut{
        background-size: 175% 46%;
    }
    .mobile-view #cut .brand-logo {
        max-width: 85%;
    }
    .mobile-view #alter .image-section{
        background-position-x: 80%;
    }
}
@media (max-height: 670px) and (min-height: 611px){
    .mobile-view .video-play-fade {
        margin-bottom: 0;
    }
    .mobile-view .brand-controls.show-for-mobile {
        margin-top: 50px;
    }
    .mobile-view .brand-section {
        background-size: 100% 43%;
    }
    .mobile-view #dust{
        background-size: 130% 45%;
    }
    .mobile-view #dust .brand-social-title,
    .mobile-view #alter .brand-social-title{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .mobile-view #dust .brand-controls.show-for-mobile{
        margin-top: 40px;
        margin-bottom: 5px;
    }
    .mobile-view #alter{
        background-size: 250% 43%;
        background-position-x: 60%;
    }
    .mobile-view #alter .brand-logo {
        max-width: 150px;
        margin: 0px auto;
    }
    .mobile-view #alter .brand-description,
    .mobile-view #alter .brand-subtitle{
        margin-bottom: 15px;
    }
    .mobile-view #alter .brand-social-links{
        margin-bottom: 100px;
    }
    .mobile-view #alter .brand-controls{
        margin-top: 40px;
        margin-bottom: 15px;
    }
    .mobile-view #cut{
        background-size: 155% 43%;
    }
    .mobile-view #cut .brand-social-links {
        margin-bottom: 10px;
    }
    .mobile-view #cut .brand-logo {
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 95px;
    }

}*/
/*@media (max-height: 610px){
    .mobile-view .brand-controls.show-for-mobile {
        margin-top: 0px;
    }
    .mobile-view #dust{
        background-size: 115% 40%;
    }
    .mobile-view #dust .brand-controls.show-for-mobile {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .mobile-view #dust .brand-social-links {
        margin-bottom: 10px;
    }
    .mobile-view #alter{
        background-size: 200% 40%;
        background-position-x: 70%;
    }
    .mobile-view #alter .brand-controls {
        margin-top: 25px;
        margin-bottom: 20px;
    }
    .mobile-view #cut{
        background-size: 140% 40%;
    }
    .mobile-view #cut .brand-social-links {
        margin-bottom: 50px;
    }
    .mobile-view #cut .brand-logo {
        margin-bottom: 85px;
    }
    .mobile-view .image-section{
        padding-top: 20px;
    }
    .mobile-view #dust .image-section{
        background-size: 100% auto;
    }
    .mobile-view #alter .brand-controls {
        margin-top: 25px;
        margin-bottom: 0px;
    }
    .mobile-view #cut .brand-logo {
        margin-bottom: 40px;
    }
    .mobile-view #cut .image-section,
    .mobile-view #alter .image-section{
        background-size: 100% auto;
    }
    .mobile-view #alter .image-section{
        padding-top: 20px;
        padding-bottom: 10px;
        background-size: cover;
    }
    .mobile-view .brand-controls.show-for-mobile{
        margin-bottom: 0px;
    }
    .mobile-view #dust .brand-controls.show-for-mobile {
        margin-bottom: 0px;
    }
    .mobile-view .brand-subtitle p {
        font-size: 13px;
    }
    .mobile-view .brand-description p {
        font-size: 11px;
    }
}*/
@media (max-height: 740px){
    .mobile-view .video-play-fade{
        margin-bottom: 30px;
    }
    .mobile-view .brand-controls.show-for-mobile {
        margin-bottom: 0;
        margin-top: 30px;
    }
}
@media (max-height: 670px){
    .mobile-view .brand-social-links {
        margin-bottom: 10px;
    }
    .mobile-view .brand-social-title {
        margin-top: 0px;
    }
    .mobile-view .brand-logo {
        max-width: 100px;
        margin-left: auto;
        margin-right: auto;
    }
    .mobile-view #dust{
        background-size: 130% 33%;
    }
    .mobile-view #dust .brand-logo {
        max-width: 150px;
        margin-left: auto;
        margin-right: auto;
    }
    .mobile-view #dust .brand-controls.show-for-mobile {
        margin-bottom: 10px;
    }
    .mobile-view #alter{
        background-size: 200% 35%;
    }
    .mobile-view #alter .brand-controls {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .mobile-view #alter .brand-social-links {
        margin-bottom: 10px;
    }
    .mobile-view #alter .brand-social-title {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .mobile-view .brand-subtitle p{
        font-size: 11px;
    }
    .mobile-view #alter .brand-description, .mobile-view #alter .brand-subtitle {
        margin-bottom: 10px;
    }
    .mobile-view #cut{
        background-size: 130% 39%;
    }
    .mobile-view #cut .brand-logo {
        max-width: 200px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
    }
    .mobile-view:not(.resize-true) #cut .brand-logo{
        margin-bottom: 50px;
    }
    .mobile-view #cut .brand-logo {
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
    }
    .mobile-view #cut .brand-social-links {
        margin-bottom: 10px;
    }
    .mobile-view .brand-social-title p{
        font-size: 10px;
    }
    .mobile-view .brand-social-links ul li {
        min-width: 30px;
    }
    .mobile-view .brand-social-links ul li a{
        height: 30px;
    }
    .mobile-view .brand-social-links ul li a i {
        font-size: 18px;
    }
    .mobile-view .brand-social-title p:before{
        margin-bottom: 10px;
    }
    .mobile-view #dust .brand-social-title,
    .mobile-view #alter .brand-social-title,
    .mobile-view #cut .brand-social-title {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .mobile-view #dust .brand-controls,
    .mobile-view #alter .brand-controls,
    .mobile-view #cut .brand-controls {
        margin-top: 5px;
        margin-bottom: -5px;
    }
    .mobile-view:not(.resize-true) #dust .brand-controls,
    .mobile-view:not(.resize-true) #alter .brand-controls,
    .mobile-view:not(.resize-true) #cut .brand-controls {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .mobile-view .brand-subtitle p {
        font-size: 9px;
    }
    .mobile-view .brand-description p {
        font-size: 8px;
    }
    .mobile-view #alter .brand-logo {
        max-width: 100px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-height: 599px){
    .mobile-view .video-play-fade{
        margin-bottom: 0;
    }

}
@media (min-height: 500px) and (max-height: 670px){
    .mobile-view .brand-subtitle p {
        font-size: 13px;
    }
    .mobile-view .brand-description p {
        font-size: 10px;
    }
}


@media (max-width: 1024px){
    .mobile-view.landscape .image-section{
        position: static !important;
        background-image: none !important;
        display: flex;
        align-items: center;
        padding-top: 0 !important;
        justify-content: space-around;
    }
    .mobile-view.landscape .brand-controls{
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mobile-view.landscape .brand-controls.show-for-mobile .brand-play,
    .mobile-view.landscape .brand-controls.show-for-mobile .brand-pause{
        height: 50px;
        width: 50px;
    }
    .mobile-view.landscape .brand-play:before{
        display: none;
    }
    .mobile-view.landscape  .brand-subtitle, 
    .mobile-view.landscape  .brand-description{
        text-align: center;
    }
    .mobile-view.landscape #alter .brand-controls{
        margin-bottom: 10px;
    }
    .mobile-view.landscape #cut .brand-logo {
        margin-bottom: 10px;
    }
    .mobile-view.landscape .brand-logo{
        margin-bottom: 10px;
    }
    .mobile-view.landscape .brand-content{
        max-width: 100%;
    }
    .mobile-view.landscape .brand-subtitle p{
        font-size: 11px;
    }
    .mobile-view.landscape .brand-description p{
        font-size: 9px;
    }
    .mobile-view.landscape .brand-controls.show-for-mobile{
        height: 60px;
    }
    .mobile-view.landscape .brand-subtitle p{
        text-align: center;
    }
    .mobile-view.landscape .brand-section{
        display: flex;
        align-items: flex-end;
    }
}
@media (max-width: 320px){
    .mobile-view #dust .image-section{
        background-size: 100% auto;
    }

}
@media (max-width: 670px){
    .mobile-view.landscape .brand-subtitle p{
        font-size: 10px;
    }
    .mobile-view.landscape .brand-description p{
        font-size: 9px;
    }
}
@media (max-width: 600px){
    .mobile-view.landscape .brand-subtitle p{
        font-size: 9px;
    }
    .mobile-view.landscape .brand-description p{
        font-size: 8px;
    }
    .mobile-view.landscape .brand-controls{
        width: 40px;
        height: 40px;
        margin-bottom: 0;
    }
    .mobile-view.landscape .brand-controls.show-for-mobile .brand-play, 
    .mobile-view.landscape .brand-controls.show-for-mobile .brand-pause {
        height: 40px;
        width: 40px;
    }
    .mobile-view.landscape #dust .brand-controls, 
    .mobile-view.landscape #alter .brand-controls, 
    .mobile-view.landscape #cut .brand-controls{
        margin-bottom: -5px !important;
    }
    .mobile-view.landscape .brand-social-title p {
        font-size: 9px;
    }

}
@media (min-width: 1024px){
    .mobile-view.landscape .brand-subtitle p{
        font-size: 27px;
    }
    .mobile-view.landscape .brand-description p{
        font-size: 20px;
    }
    .mobile-view.landscape .brand-controls.show-for-mobile .brand-play,
    .mobile-view.landscape .brand-controls.show-for-mobile .brand-pause{
        height: 80px;
        width: 80px;
    }
    .mobile-view.landscape .brand-controls.show-for-mobile {
        margin-bottom: 60px;
        height: 80px
    }
    .mobile-view.landscape .video-play-fade:first-of-type{
        margin-bottom: 0;
    }
    .mobile-view.landscape #alter .brand-controls {
        margin-bottom: 30px;
    }
    .mobile-view.landscape .brand-logo {
        padding-top: 70px;
    }
    .mobile-view.landscape #cut .brand-logo {
        margin-bottom: 10%;
    }

}
@media (min-width: 1025px){
        
    .mobile-view.landscape .image-section{
        background-position-y: 70%;
        min-height: auto;
    }
    .mobile-view.landscape .brand-logo{
        max-width: 50% !important;
        margin: 0px auto;
        padding-top: 50px !important;
    }
    .mobile-view.landscape .brand-controls{
        margin-bottom: 30px;
        margin-top: 0;
        height: 60px;
        width: 60px;
    }
    .mobile-view.landscape .brand-controls.show-for-mobile .brand-play, 
    .mobile-view.landscape .brand-controls.show-for-mobile .brand-pause{
        height: 60px;
        width: 60px;
    }
    .mobile-view.landscape #alter .image-section {
        background-size: 100% auto;
    }
    .mobile-view.landscape .brand-controls {
        margin-top: 60px;
    }
    
}
@media (max-width: 767px){

    .mobile-view.landscape .prosvit-menu {
        width: auto;
        top: 25px;
    }
    .mobile-view.landscape .prosvit-menu_inner {
        display: block;
    }
    .mobile-view.landscape .button-part {
        width: 27px;
        margin-bottom: 20px;
    }   
    .mobile-view.landscape .brand-section{
        display: block;
    }
    .mobile-view.landscape .brand-section-inner-flex{
        align-items: center;
    }
    .mobile-view.landscape .brand-content {
        max-width: 90%;
        float: right;
    }
    .mobile-view #alter .image-section{
        background-position-x: center; 
    }
}
@media (max-width: 570px){
    .mobile-view.landscape .brand-section-inner-flex{
        margin-top: 10px;
        align-items: flex-start;
    }
    .mobile-view.landscape .brand-subtitle p:after,
    .mobile-view.landscape .brand-social-title p:before{
        display: none;
    }
    .mobile-view.landscape .brand-description p {
        font-size: 7px;
    }
    .mobile-view #cut .brand-logo {
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }
}
.mobile-view.landscape .video-playing.paused .close-button {
    top: 90px;
}
.mobile-view .video-playing.paused .close-button {
    top: 30px;
}
/* Fixs 16/01 */

/* Fixs 24/01 */

.news-page section.about-page-header{
    display: none;
}

.mobile-view .prosvit-menu{
    width: 100%;
    top: 0;
}
.mobile-view .prosvit-menu_inner{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.mobile-view .button-part{
    width: 27px;
    margin-bottom: 0;
}
.mobile-view .logo-part{
    max-height: 18px;
    width: 25px;
    margin-top: -5px;
}

/* -->About page */
.page-id-2740 section.about-page-header{
    display: none;
}
.page-id-2740 .post-header{
    display: none;
}
.page-id-2740 section.about-us-section{
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #000;
    height: auto;
    padding-top: 60px;
    overflow: hidden;
}

.page-id-2740 section.about-us-section:nth-of-type(2n){
    flex-direction: row-reverse;
}
.page-id-2740 section.about-us-section:first-of-type{
    padding-top: 60px;
}
.page-id-2740 section.about-us-section:last-of-type{
    padding-bottom: 40px;
}
.page-id-2740 section.about-us-section .text{
    width: 40%;
    text-align: center;
}
.page-id-2740 section.about-us-section .text, .page-id-2740 section.about-us-section .image-block{
    opacity: 0;
}
.page-id-2740 section.displayed .text, .page-id-2740 section.displayed .image-block{
    opacity: 1;
}
.page-id-2740 section.about-us-section .text .about-text-entry{
    margin: 0px auto;
}

.page-id-2740 section.about-us-section .image-block{
    background-repeat: no-repeat;
    width: 60%;
    background-size: cover;
    background-position-x: right;
}

.page-id-2740 section.about-us-section:nth-of-type(2n) .image-block{
    background-position-x: left;
}
.page-id-2740 section.about-us-section h4{
    font-weight: 800;
}
.page-id-2740 section.about-us-section h4:after {
    content: "";
    display: block;
    min-width: 40px;
    margin: 20px auto;
    width: 40px;
    height: 1px;
    background: #58CAEF;
}
.page-id-2740 section.about-us-section .btn-outline{
    color: #58CAEF;
    border: 1px solid #58CAEF;
    margin: 30px auto 0 auto;
    padding: 7px 21px;
    border-radius: 15px;
    display: block;
    max-width: 165px;
    transition: .5s;
}
.page-id-2740 section.about-us-section .btn-outline:hover{
    background-color: #58CAEF;
    color: #fff;
}

.page-id-2740 section.about-us-section .about-text-entry p{
    margin-bottom: 0;
    font-weight: 300;
    font-family: "Montserrat";
}
#section-id-4 .about-text-entry{
    text-align: center;
}


@media (max-width: 1366px){
    .page-id-2740 section.about-us-section{
        height: auto;
    }
}
@media (max-width: 1024px){
    .page-id-2740 section.about-us-section .about-text-entry{
        max-width: 70%;
    }

}
@media (max-width: 768px){
    .page-id-2740 section.about-us-section{
        flex-direction: column !important;
        height: auto;
        padding-top: 50px;
    }
    .page-id-2740 section.about-us-section#section-id-0{
       padding-top: 100px; 
    }
    .page-id-2740 section.about-us-section .image-block{
        width: auto;
        min-height: auto;
        height: auto;
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        object-fit: contain;
    }

    .page-id-2740 section.about-us-section .text{
        width: 100%;
    }
    .page-id-2740 section.about-us-section .text .about-text-entry {
        margin: 70px auto;
        max-width: none;
    }
    .page-id-2740 section.about-us-section .btn-outline{
        max-width: 160px;
    }
    .page-id-2740 section.about-us-section:first-of-type{
        padding-top: 60px;
    }
    .page-id-2740 section.displayed .image-block,
    .page-id-2740 section.displayed .text{
        animation-duration: 2s !important;
    }
}


.page-id-2740 section.displayed:nth-of-type(2n) .image-block{
    -webkit-animation: slide 1s; 
       -moz-animation: slide 1s; 
        -ms-animation: slide 1s;
         -o-animation: slide 1s; 
            animation: slide 1s;
}
@keyframes slide {
    from { margin-right: -100px; }
    to   { margin-right: 0px; }
}

@-moz-keyframes slide {
    from { margin-right: -100px; }
    to   { margin-right: 0px; }
}

@-webkit-keyframes slide {
    from { margin-right: -100px; }
    to   { margin-right: 0px; }
}

@-ms-keyframes slide {
    from { margin-right: -100px; }
    to   { margin-right: 0px; }
}

@-o-keyframes slide {
    from { margin-right: -100px; }
    to   { margin-right: 0px; }
}

.page-id-2740 section.displayed:nth-of-type(2n+1) .image-block{
        -webkit-animation: Rslide 1s; 
       -moz-animation: Rslide 1s; 
        -ms-animation: Rslide 1s;
         -o-animation: Rslide 1s; 
            animation: Rslide 1s;
}
@keyframes Rslide {
    from { margin-left: -100px; }
    to   { margin-left: 0px; }
}

@-moz-keyframes Rslide {
    from { margin-left: -100px; }
    to   { margin-left: 0px; }
}

@-webkit-keyframes Rslide {
    from { margin-left: -100px; }
    to   { margin-left: 0px; }
}

@-ms-keyframes Rslide {
    from { margin-left: -100px; }
    to   { margin-left: 0px; }
}

@-o-keyframes Rslide {
    from { margin-left: -100px; }
    to   { margin-left: 0px; }
}

.page-id-2740 section.displayed .text{
        -webkit-animation: fadein 1s; 
       -moz-animation: fadein 1s; 
        -ms-animation: fadein 1s;
         -o-animation: fadein 1s; 
            animation: fadein 1s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* -->About page */

/* Fixs 24/01 */


/* Fixs 30/01 */
h3, .brand-subtitle p{
    font-family: Montserrat !important;
    font-weight: 800 !important;
}
p{
    font-family: Montserrat !important;
    font-weight: 300 !important;
}
.mobile-view .dog-item {
    z-index: 9999;
}
@media (max-width: 767px){

    .mobile-view  #nav-icon2 {
        position: absolute;
        right: 25px;
    }
    .mobile-view.landscape .header-social-part {
        padding-top: 0; 
    }
}
@media (max-width: 768px) and (min-width: 500px){
    .page-id-2740 section.displayed .image-block{
        margin: 70px auto;
    }
}
.mobile-view .brand-play:before{
    display: none;
}
/* Fixs 30/01 */

/* Fixs 12/02 */
.home.mobile-view:not(.landscape) main{
    margin-top: 60px;
}
.home.mobile-view:not(.landscape) #works{
    padding-top: 60px;
}
.home.mobile-view:not(.landscape) .gs-video-hero{
    margin-bottom: -60px;
}
.scrollmagic-pin-spacer{
    z-index: 999;
}
@media (min-width: 1025px){
    .mobile-view.landscape .image-section {
        background-position-y: 30%;
        min-height: 45%;
    }
}
/* Fixs 12/02 */

/* Fix 14/02 */
.gs-video-image{
    width: 80%;
}
.mobile-view .mute-button{
    bottom: -30px;
    transition: .6s;
}
.mobile-view .video-playing .mute-button{
    width: 35px;
    height: 35px;
    background-image: url(https://gunpowdersky.com/wp-content/uploads/unmuted-btn.png);
    z-index: 999999;
    position: absolute;
    top: 30px;
    left: 10px;
    background-position: center;
    background-size: cover;
}
.mobile-view.landscape .video-playing .mute-button{
    top: auto;
    left: auto;
    right: 20px;
    bottom: 30px;
}
.mobile-view.landscape .video-playing.paused .close-button {
    top: 30px;
    right: 20px;
}
.mobile-view .video-playing .mute-button:hover{
    cursor: pointer;
}
.mobile-view .video-playing .mute-button.muted{
    background-image: url(https://gunpowdersky.com/wp-content/uploads/muted-btn.png);
}

.page-id-2740.mobile-view section.displayed:nth-of-type(6) .image-block {
    margin-bottom: 60px;
}
.mobile-view .video-playing .image-section{
    min-height: calc(100% - 60px);
}
.mobile-view .video-playing .brand-controls{
	width: 80px;
    height: 80px;
    margin-top: -40px;
}
.mobile-view .video-playing .brand-controls .brand-play,
.mobile-view .video-playing .brand-controls .brand-pause{
    width: 80px;
    height: 80px;
}
/* Fix 14/02 */