@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/centurygothic.eot'); /* IE9 Compat Modes */
    src: url('../fonts/centurygothic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/centurygothic.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/centurygothic.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/centurygothic.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/centurygothic.svg') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Century Gothic Bold';
    src: url('../fonts/centurygothic_bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/centurygothic_bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/centurygothic_bold.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/centurygothic_bold.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/centurygothic_bold.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/centurygothic_bold.svg') format('svg'); /* Legacy iOS */
}

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

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

.intro {
    height: 100vh;
    font-family: 'Century Gothic Bold';
    font-size: 50px;
}

.intro_design {
    color: #fff;
    height: 50%;
    width: 100%;
    background: #7B9AFD;
    position: relative;
    display: grid;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.intro_design::before {
    content: '';
    position: absolute;
    width: 501px;
    height: 171px;
    top: 0;
    left: 60px;
    background: url(../img/intro_page/header_bubble_top.png) no-repeat center / cover;
    transition: all 0.5s ease-in-out;
}

.intro_design::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 204px;
    width: 300px;
    height: 107px;
    background: url(../img/intro_page/header_buble_bottom.png) no-repeat center / contain;
    transition: all 0.5s ease-in-out;
}

.intro_design:hover::before, .intro_design:hover::after {
    transform: scale(1.1);
}

.intro_construction {
    color: #000;
    height: 50%;
    position: relative;
    width: 100%;
    background-color: #D0E0E9;
    background-image: url(../img/intro_page/building.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

body.design {
    background: #7B9AFD;
    overflow-x: hidden;
    position: relative;
}

.container {
    max-width: 1522px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.header {
    padding-bottom: 136px;
    z-index: 2;
}

.header_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    margin-bottom: 60px;
}

.logo {
    display: block;
    max-width: 190px;
}

.logo img {
    width: 100%;
}

.header_menu nav ul {
    display: flex;
}

.header_menu nav ul li {
    margin: 0 30px;
}

.header_menu nav ul li a {
    font-family: 'Century Gothic Bold';
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}

.header_menu .tel {
    display: flex;
    align-items: center;
    background: #6E8CED;
    border-radius: 11px;
    padding: 10px 20px;
    font-family: 'Century Gothic Bold';
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
}

.header_menu .tel img {
    margin-right: 9px;
    width: 20px;
    height: 20px;
}

.header_offer {
    display: flex;
}

.header_offer__left {
    width: 50%;
    padding-left: 20px;
    margin-top: 80px;
}

.header_offer__left-item {
    position: relative;
    margin-bottom: 50px;
}

.header_offer__left-item::before {
    content: '';
    position: absolute;
    top: 14px;
    left: -20px;
    width: 5px;
    height: 98px;
    background: #fff;
}

.header_offer__left-item h1 {
    font-family: 'Century Gothic Bold';
    font-size: 50px;
    line-height: 63px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.header_offer__left-item h3 {
    font-family: 'Century Gothic';
    font-size: 50px;
    line-height: 63px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.header_offer__right {
    width: 50%;
    text-align: right;
}

.about {
    padding-top: 100px;
    padding-bottom: 207px;
    z-index: 2;
}

.section_title {
    font-size: 50px;
    line-height: 61px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Century Gothic Bold';
    position: relative;
    width: max-content;
    margin-bottom: 50px;
}

.section_title::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    background: #264B6D;
}

.about_content {
    display: flex;
    justify-content: space-between;
}

.about_content__slider, .portfolio_content__slider {
    width: 700px;
    height: auto;
    margin-left: 0;
    padding: 30px 30px 132px 72px;
}

.portfolio_content__slider {
	padding: 0;
  	border-radius: 130px;
}

.about_content__slider_item, .portfolio_content__slider_item {
    font-family: 'Century Gothic';
    background: #6E8CED;
    box-shadow: 9px 6px 30px rgba(0, 0, 0, 0.08);
    border-radius: 130px;
    padding: 78px 70px 45px;
    font-size: 24px;
    line-height: 39px;
    color: #FFFFFF;
    word-break: break-word;
}

.portfolio_content__slider_item {
	cursor: pointer;
  	max-height: 450px;
  	overflow: hidden;
}

.portfolio_content__slider_item video {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_content__slider_pagination, .services_content__slider_pagination {
    width: 664px !important;
    height: 407px;
    margin-right: 0;
}

.about_content__slider_pagination_item, .services_content__slider_pagination_item {
    border-radius: 120px;
    overflow: hidden;
 	cursor: pointer;
}

.about_content__slider_pagination_item img, .services_content__slider_pagination_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio_content__slider_pagination {
    width: 608px;
    min-height: 620px;
}

.portfolio_content__slider_item {
    padding: 0;
}

.portfolio_content__slider_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio_content__slider_pagination_item {
    font-family: 'Century Gothic';
    background: #6E8CED;
    border-radius: 130px;
    padding: 78px 70px 20px;
    font-size: 24px;
    line-height: 39px;
    color: #FFFFFF;
    text-align: left;
}

.portfolio {
    margin-bottom: 190px;
    z-index: 2;
}

.services_content__slider {
    padding-bottom: 0;
}

.services_content__slider_wr {
    padding: 190px 0;
    overflow: hidden;
}

.services_content__slider {
    width: 583px;
    height: 140px;
    overflow: visible;
}

.services_content__slider_item {
    display: flex;
    align-items: center;
}

.services_content__slider_item div {
    font-family: 'Century Gothic';
    background: #6E8CED;
    border-radius: 130px;
    padding: 10px;
    font-size: 24px;
    line-height: 39px;
    color: #FFFFFF;
    padding: 30px 50px;
}

.services_content__slider_item div {
    height: 100px;
    width: 494px;
    filter: blur(3px);
}

.services_content__slider_item.swiper-slide-active div {
    height: 100%;
    width: 100%;
    filter: blur(0);
}

.services {
    padding-bottom: 230px;
    z-index: 2;
}

.staffs {
    z-index: 2;
}

.staffs_content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 50px;
}

.staffs_content__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(25% - 20px);
    height: 170px;
    background: #FFFFFF;
    border-radius: 80px;
    margin: 0 10px 50px;
}

.staffs_content__item img {
    max-width: 100%;
}

.footer {
    z-index: 2;
}

.footer_wr {
    display: flex;
    justify-content: space-between;
    padding-bottom: 45px;
}

.footer_wr__item_logo {
    padding-top: 65px;
}

.footer_wr__item_logo img {
	max-width: 165px;
}

.footer_wr__item h4 {
    font-family: 'Century Gothic Bold';
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.footer_wr__item ul li {
    margin-bottom: 15px;
}

.footer_wr__item ul li a {
    font-family: 'Century Gothic';
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.footer_wr__contact_item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer_wr__contact_item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #6E8CED;
    margin-right: 15px;
}

.footer_wr__contact_item .text, .footer_wr__contact_item .text a {
    font-family: 'Century Gothic';
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}

.design_bg1 {
    position: absolute;
    left: -40px;
    top: 353.67px;
    transform: rotate(-5deg);
    z-index: 1;
}

.design_bg2 {
    position: absolute;
    top: 683px;
    right: 0;
    z-index: 1;
}

.design_bg3 {
    position: absolute;
    top: 1920px;
    right: 0;
    z-index: 1;
}

.design_bg4 {
    position: absolute;
    top: 2007px;
    left: -55px;
    z-index: 1;
}

.design_bg5 {
    position: absolute;
    transform: rotate(8.78deg);
    left: -60px;
    top: 2753px;
    z-index: 1;
}

.design_bg6 {
    position: absolute;
    bottom: 221px;
    right: -38px;
    z-index: 1;
}

.design_bg7 {
    position: absolute;
    bottom: 17px;
    left: -87px;
    z-index: 1;
}

body.alpinizm {
    background: #D0E0E9;
    overflow-x: hidden;
    position: relative;
}

body.alpinizm .header_menu nav ul li a {
    color: #000000
}

body.alpinizm .header_offer__left {
    padding-left: 118px;
}

body.alpinizm .header_offer__left-item::before {
    content: '';
    width: 100px;
    height: 100px;
    left: -118px;
}

body.alpinizm .header_offer__left-item:first-child:before {
    background: url(../img/kaska_icon.svg) no-repeat center top / contain;
}

body.alpinizm .header_offer__left-item:nth-child(2):before {
    background: url(../img/lock_icon.svg) no-repeat center top / contain;
}

body.alpinizm .header_offer__left-item:nth-child(3):before {
    background: url(../img/grante_icon.svg) no-repeat center top / contain;
}

body.alpinizm .header_offer__left-item h1, body.alpinizm .header_offer__left-item h3 {
    color: #000;
}

body.alpinizm .section_title {
    color: #000;
}

body.alpinizm .about {
    position: relative;
}

body.alpinizm .about .container {
    position: relative;
    z-index: 2;
}

body.alpinizm .about_const1 {
    position: absolute;
    top: 170px;
    left: -170px;
    z-index: 1;
}

body.alpinizm .about_content__slider_item {
    background: #D0E0E9;
    color: #212121;
}

body.alpinizm .about_content__slider {
    height: auto;
}

body.alpinizm .portfolio_content__slider_pagination {
    width: 648px;
    padding: 30px;
    min-height: auto;
}

body.alpinizm .portfolio_content__slider_pagination_item {
    background: #D0E0E9;
    color: #212121;
    box-shadow: 0px 2px 30px 1px rgba(0, 0, 0, 0.14);
}

body.alpinizm .portfolio .container {
    position: relative;
    z-index: 2;
}

body.alpinizm .services_content__slider_item div {
    background: #D0E0E9;
    color: #212121;
    height: auto;
    box-shadow: 0px 2px 30px 1px rgba(0, 0, 0, 0.14);
}

body.alpinizm .services_content__slider_wr {
    padding: 190px 30px;
}

body.alpinizm .services {
    position: relative;
}

body.alpinizm .services .container {
    position: relative;
    z-index: 2;
}

body.alpinizm .about_const2 {
    position: absolute;
    top: 0;
    right: 0;
}

body.alpinizm .staffs .container {
    position: relative;
    z-index: 2;
}

body.alpinizm .staffs_content__item {
    overflow: hidden;
    padding: 20px 0;
}

body.alpinizm .staffs_content__item img {
    object-fit: contain;
    height: 100%;
}

body.alpinizm .footer .container {
    position: relative;
    z-index: 2;
}

body.alpinizm .footer_wr__item h4 {
    color: #212121;
}

body.alpinizm .footer_wr__item ul li a {
    color: #212121;
}

body.alpinizm .footer_wr__contact_item .text, body.alpinizm .footer_wr__contact_item .text a {
    color: #212121;
}

body.alpinizm .staffs_content {
    display: block;
    margin: 0;
}

body.alpinizm .staffs_content__item {
    margin: 0;
    margin-top: 50px !important;
}

body.alpinizm .staffs_content .swiper-wrapper {
    flex-direction: row;
}

body.alpinizm .staffs {
    margin-bottom: 100px;
}

.staffs-btns {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.swiper-button-next-staff {
    width: 60px;
    height: 60px;
    margin:0 25px;
    cursor: pointer;
    background: url(../img/next-slider-icon.svg) no-repeat center top / cover;
}

.swiper-button-prev-staff {
    width: 60px;
    height: 60px;
    margin:0 25px;
    cursor: pointer;
    background: url(../img/prev-slider-icon.svg) no-repeat center top / cover;
}

.hamburger, .header_mb {
    display: none;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
  	background: #fff;
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
  }

  .loaded .preloader {
    display: none;
  }

.preloader video {
      	width: 100%;
  	}

@media (max-width: 1199px) {
    
}

@media (max-width: 991px) {
    
}

@media (max-width: 767px) {
    .intro {
        overflow: hidden;
        font-size: 24px;
    }
    .intro_design::before {
        width: 277px;
        height: 96px;
    }
    .intro_design::after {
        width: 242px;
        height: 77px;
    }
    .header_menu nav, .header_menu .tel {
        display: none;
    }
    .header_mb {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        padding-top: 30px;
        background: #7B9AFD;
        z-index: 3;
        top: 0;
        transform: translateY(-100%);
        left: 0;
        transition: all 0.3s ease-in-out;
    }
    .header_mb.opened {
        transform: translateY(0);
    }
    .header_mb .tel {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Century Gothic Bold';
        font-size: 18px;
        color: #FFFFFF;
        text-decoration: none;
        margin-bottom: 70px;
    }
    .header_mb nav ul li {
        margin-bottom: 28px;
        text-align: center;
    }
    .header_mb nav ul li a {
        font-family: 'Century Gothic Bold';
        font-size: 20px;
        text-align: center;
        color: #FFFFFF;
        text-decoration: none;
    }
    .header_menu {
        padding-top: 24px;
        margin-bottom: 40px;
    }
    .header_menu .logo {
        max-width: 134px;
    }
    .hamburger {
        padding: 0;
        display: inline-block;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: 0.15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible;
        z-index: 4;
    }
    .hamburger:hover {
        opacity: 0.7; 
    }
    .hamburger.is-active:hover {
        opacity: 0.7; 
    }
    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner::before,
    .hamburger.is-active .hamburger-inner::after {
        background-color: #fff; 
    }
    .hamburger-box {
      width: 40px;
      height: 24px;
      display: inline-block;
      position: relative; 
    }
    .hamburger-inner {
      display: block;
      top: 50%;
      margin-top: -2px; 
    }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 40px;
        height: 4px;
        background-color: #fff;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease; 
    }
    .hamburger-inner::before, .hamburger-inner::after {
        content: "";
        display: block; 
    }
    .hamburger-inner::before {
        top: -10px; 
    }
    .hamburger-inner::after {
        bottom: -10px; 
    }
    .hamburger--collapse .hamburger-inner {
        top: auto;
        bottom: 0;
        transition-duration: 0.13s;
        transition-delay: 0.13s;
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
    }
    .hamburger--collapse .hamburger-inner::after {
        top: -20px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; 
    }
    .hamburger--collapse .hamburger-inner::before {
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
    }
    .hamburger--collapse.is-active .hamburger-inner {
        transform: translate3d(0, -10px, 0) rotate(-45deg);
        transition-delay: 0.22s;
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
    }
    .hamburger--collapse.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; 
    }
    .hamburger--collapse.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(-90deg);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); 
    }
    .header_offer__left {
        width: 100%;
        margin-top: 0;
    }
    .header_offer__right {
        display: none;
    }
    .header_offer__left-item h1, .header_offer__left-item h3 {
        font-size: 24px;
        line-height: normal;
    }
    .header_offer__left-item::before {
        content: '';
        position: absolute;
        top: 6px;
        left: -20px;
        width: 5px;
        height: 50px;
        background: #fff;
    }
    .header_offer__left-item {
        margin-bottom: 30px;
    }
    .header {
        padding-bottom: 50px;
        overflow: hidden;
    }
    .about {
        padding-top: 0;
        overflow: hidden;
    }
    .section_title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .section_title::after {
        bottom: -7px;
    }
    .design_bg1 {
        top: 570px;
        left: -120px;
    }
    .about_content {
        flex-wrap: wrap-reverse;
    }
    .about_content__slider_pagination {
        width: 100% !important;
        height: 177px;
        margin-bottom: 30px;
    }
    .about_content__slider {
        padding: 0;
        width: 100%;
        height: 100%;
    }
  	.about_content__slider_item {
  		height: 100%;
  	}
    .about_content__slider_item, .portfolio_content__slider_item {
        padding: 35px 40px;
        font-size: 16px;
        line-height: normal;
    }
    .design_bg2 {
        position: absolute;
        top: 834px;
        right: 0;
        z-index: 1;
        width: 83px;
    }
    .portfolio .about_content, .services .about_content {
        flex-wrap: wrap;
    }
    .portfolio_content__slider {
        width: 100%;
        height: 166px;
        padding: 0;
        margin-bottom: 32px;
    }
    .portfolio_content__slider_item {
        padding: 0;
    }
    .portfolio_content__slider_pagination, body.alpinizm .portfolio_content__slider_pagination {
        width: 100% !important;
        min-height: 282px !important;
    }
    .portfolio_content__slider_pagination_item {
        padding: 50px 20px;
        font-size: 16px;
        line-height: 20px;
        border-radius: 60px;
    }
    .portfolio {
        margin-bottom: 50px;
        overflow: hidden;
    }
    .services_content__slider {
        width: 100%;
        height: 100px;
    }
    .services_content__slider_item div {
        width: 100%;
        height: 70px;
        padding: 15px 30px;
        border-radius: 60px;
    }
    .services_content__slider_wr {
        width: 100%;
        padding: 140px 0;
        margin-bottom: 30px;
    }
    .services_content__slider_pagination {
        width: 288px;
        height: 177px;
    }
    .about_content__slider_item, .portfolio_content__slider_item {
        border-radius: 60px;
    }
    .about_content__slider_pagination_item, .services_content__slider_pagination_item {
        border-radius: 60px;
    }
    .design_bg3, .design_bg4, .design_bg5, .design_bg6, .design_bg7 {
        display: none;
    }
    .services {
        padding-bottom: 50px;
    }
    .staffs_content__item {
        margin: 0 6px 16px;
        width: calc(25% - 12px);
        height: 40px;
    }
    .staffs_content__item img {
        max-width: 45px;
        height: calc(100% - 10px);
        object-fit: contain;
    }
    .footer_wr {
        display: block;
    }
    .footer_wr__item {
        margin-bottom: 32px;
    }
    .footer_wr__item_logo {
        padding-top: 20px;
    }
    .footer_wr__item_logo img {
        max-width: 134px;
    }
    .footer_wr__item h4, .footer_wr__item ul li a, .footer_wr__contact_item .text, .footer_wr__contact_item .text a {
        font-size: 18px;
        line-height: 22px;
    }
    body.alpinizm .hamburger-inner, body.alpinizm .hamburger-inner::before, body.alpinizm .hamburger-inner::after {
        background: #000;
    }
    body.alpinizm .hamburger.is-active .hamburger-inner, body.alpinizm .hamburger.is-active .hamburger-inner::before, body.alpinizm .hamburger.is-active .hamburger-inner::after {
        background: #000;
    }
    body.alpinizm .header_mb {
        background: #D0E0E9;
    }
    body.alpinizm .header_mb .tel {
        color: #6E8CED;
    }
    body.alpinizm .header_mb nav ul li a {
        color: #000;
    }
    body.alpinizm .header_offer__left-item::before {
        width: 40px;
        height: 40px;
        left: -47px;
    }
    body.alpinizm .header_offer__left {
        padding-left: 47px;
    }
    body.alpinizm .services .about_content {
        margin: 0 -15px;
    }
    body.alpinizm .services_content__slider_wr {
        padding: 140px 15px;
    }
    body.alpinizm .services_content__slider {
        height: 140px;
    }
    body.alpinizm .staffs_content__item {
        margin: 0;
        margin-top: 16px !important;
        padding: 5px 0;
    }
    .staffs-btns {
        display: none;
    }
    .preloader video {
      	width: 100%;
  	}
}