body {
    margin: 0;
    padding: 0;

    font-family: 'Montserrat', sans-serif;
}

.fix {
    color: #06b800 !important;
}

video {
    height: 100%;
}

img {
    width: 100%;
    height: 100%;
}

@media (min-width: 320px) {

    .header__contact-wrapper {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin: 0px 20px;
    }

    .header__phone-number {
        font-size: 25px;
        font-weight: 600;
    }

    .header__social {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        order: 3;

        margin-top: 40px;
    }

    .header__social-logo {
        width: 65px;
        height: 65px;
    }

    .header__logo {
        order: 2;
    }

    .header__logo-img {
        width: 200px;
        height: 200px;
    }

    .hamburger {
        padding: 15px 15px;
        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; 
    
        position: fixed;
        top: 10px;
        z-index: 100;
    
    }
    .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: #000; }
    .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: #000;
        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--slider .hamburger-inner {
        top: 2px; }
    .hamburger--slider .hamburger-inner::before {
          top: 10px;
          transition-property: transform, opacity;
          transition-timing-function: ease;
          transition-duration: 0.15s; }
    .hamburger--slider .hamburger-inner::after {
          top: 20px; }
    .hamburger--slider.is-active .hamburger-inner {
        transform: translate3d(0, 10px, 0) rotate(45deg); }
    .hamburger--slider.is-active .hamburger-inner::before {
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          opacity: 0; }
    .hamburger--slider.is-active .hamburger-inner::after {
          transform: translate3d(0, -20px, 0) rotate(-90deg); }
    

    .hamburger--slider-r .hamburger-inner {
    top: 2px; }
    .hamburger--slider-r .hamburger-inner::before {
        top: 10px;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: 0.15s; }
    .hamburger--slider-r .hamburger-inner::after {
        top: 20px; }
    .hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-45deg); }
    .hamburger--slider-r.is-active .hamburger-inner::before {
        transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
        opacity: 0; }
    .hamburger--slider-r.is-active .hamburger-inner::after {
        transform: translate3d(0, -20px, 0) rotate(90deg); }
    

    .header__list {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 50;

        width: 100%;

        margin: 0;
        padding: 0;

        list-style: none;
        
    }

    .header__item {
        width: 100%;
        padding: 20px 0;

        border-bottom: 1px solid #f83d5c;
        background-color: #f0f0f0;
        text-align: center;
    }

    .header__item a {
        text-decoration: none;
        color: #171717;

        font-size: 22px;
    }

    .header__list-mobile {
        display: none;
    }

    .main__title {
        margin-top: 30px;
        text-align: center;
    }

    .main__text {
        text-align: center;
    }

    .location {
        display: flex;
        flex-direction: column;
    }

    .location__list {
        display: flex;
        flex-direction: column;
        align-items: center;
        list-style: none;

        margin: 0;
        padding: 0;
    }

    .location__item {
        padding: 20px;
    }

    /* .location__card-img { // скрыть
        width: 320px;
        
    } */

    .location__wrapper-img {
        width: 320px;
    }

    .location__card-wrapper {
        display: none;
    }

    .location__card-text {
        width: 300px;
        text-align: center;
    }

    .location__link {
        text-decoration: none;
        color: #171717;
    }

    .location__cyclorama {
        display: none;
    }

    .outworks-link__title {
        text-align: center;
    }


    .ourwork-link__list {
        display: flex;
        margin: 0 20px;

    }

    .ourwork-link__list a {
        /* margin: 0 30%; */

        font-size: 20px;
        line-height: 30px;
        color: #292929;
        text-decoration: none;
    }

    .video__list {
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        list-style: none;
    }

    .video__item {
        width: 90%;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }

    .instagram__title-container {
        padding: 0 20px;
    }

    .instagram_gallery {
        display: flex !important;
        flex-direction: column !important;
    }

    .instagram_gallery a {
        width: 90%  !important;
        margin: 0 auto !important;
    }

    .instagram__list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .instagram__item {
        width: 300px;
    }

    .footer__main {
        display: flex;
        flex-direction: column;
        width: 100%;

        background-color: #171717;
    }

    .footer__text-title--main {
        color: #ffffff;
        text-align: center;
    }

    .footer__address-text--main {
        padding: 0 20px;
        color: #ffffff;
    }

    .footer__social--main {
        text-align: center;
    }

    .footer__social-logo--main {
        width: 60px;
        height: 60px;
        margin: 5px;  
    }

    .footer__social-link {
        text-decoration: none;
    }

    .footer__social-link--main {
        text-decoration: none;
    }

    .footer__map-title {
        color: #f0f0f0;
        text-align: center;
    }

    .footer__map--main {
        
        width: 100%;
        height: 450px;
    }

    .footer__header-title {
        color: #f0f0f0;
        text-align: center;
    }

    .footer__header-item a {
        color: #f0f0f0;
        font-size: 16px;
        font-weight: 600;
    }

    .rules__container {
        padding: 0 20px;
    }

    .rules__title {
        text-align: center;
    }

    .rules__first {
        display: flex;
        flex-wrap: wrap;

    }

    .rules__number {
        display: block;
        width: 40px;
        height: 40px;

        margin: 0 auto;

        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        color: #f0f0f0;
        background-color: #171717;
    }

    .footer {
        padding: 20px 20px;
        background-color: #171717;
    }

    .footer__address-text {
        color: #f0f0f0;
        
    }

    .footer__social {
        text-align: center;
    }

    .footer__social-logo {
        width: 60px;
        height: 60px;
        margin: 5px;  
    }

    .footer__social-link {
        text-decoration: none;
    }

    .footer__partners {
        width: 60px;
        height: 60px;
       
        position: fixed;
        bottom: 20px;
        left: 20px;
    }

    .footer__partners-logo g{
        fill: #000000;
    }

    .partners {
        padding: 0 20px;
    }

    .partners__list {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .partners__item {
        margin-bottom: 30px;
    }

    .partners__card {
        display: flex;
        flex-direction: column;
    }

    .partner__name {
        font-size: 20px;
        text-align: center;
    }

    .partner__social {
        margin: 5px 0;

        font-size: 18px;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
        color: #171717;
        
    }

    .partners__img {
        border-radius: 50%;
    }

    .certificate {
        padding: 30px 20px 0 20px;
    }

    .certificate__text {
        line-height: 30px;
    }

    .rental__wrapper {
        display: flex;
        flex-direction: column;
    }

    .rental__wrapper {
        display: none;
    }

    .rental__title {
        text-align: center;
    }

    .rental__text {
        padding: 0 20px;
    }

    .equipment {
        padding: 20px;
    }
    
    .equipment__list, .equipment__list--lens {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .outworks__container {
        display: flex;
        flex-direction: column;
    }

    .ourworks__title {
        text-align: center;
    }

    .outworks__img {
        width: 100%;
        height: 600px;
    }


    .outworks__container div:nth-child(1) {

        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 2;


        background-image: url(/img/ourworks/1.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(2) {
        grid-column-start: 5;
        grid-column-end: 6;
        grid-row-start: 5;
        grid-row-end: 6;

        background-image: url(/img/ourworks/2.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(3) {
        grid-column-start: 5;
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 4;

        background-image: url(/img/ourworks/3.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(4) {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 3;
        grid-row-end: 4;

        background-image: url(/img/ourworks/4.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(5) {
        grid-column-start: 7;
        grid-column-end: 8;
        grid-row-start: 1;
        grid-row-end: 2;

        background-image: url(/img/ourworks/5.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(6) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 6;

        background-image: url(/img/ourworks/6.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(7) {
        grid-column-start: 7;
        grid-column-end: 8;
        grid-row-start: 3;
        grid-row-end: 4;

        background-image: url(/img/ourworks/7.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(8) {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 5;
        grid-row-end: 8;

        background-image: url(/img/ourworks/8.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(9) {
        grid-column-start: 5;
        grid-column-end: 6;
        grid-row-start: 5;
        grid-row-end: 6;

        background-image: url(/img/ourworks/9.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(10) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 7;
        grid-row-end: 8;

        background-image: url(/img/ourworks/10.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(11) {
        grid-column-start: 7;
        grid-column-end: 8;
        grid-row-start: 5;
        grid-row-end: 8;

        background-image: url(/img/ourworks/11.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(12) {
        grid-column-start: 5;
        grid-column-end: 6;
        grid-row-start: 7;
        grid-row-end: 8;

        background-image: url(/img/ourworks/12.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(13) {
        grid-column-start: 5;
        grid-column-end: 8;
        grid-row-start: 9;
        grid-row-end: 10;

        background-image: url(/img/ourworks/13.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(14) {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 9;
        grid-row-end: 12;

        background-image: url(/img/ourworks/14.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(15) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 9;
        grid-row-end: 10;

        background-image: url(/img/ourworks/15.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(16) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 11;
        grid-row-end: 12;

        background-image: url(/img/ourworks/16.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(17) {
        grid-column-start: 7;
        grid-column-end: 8;
        grid-row-start: 11;
        grid-row-end: 12;

        background-image: url(/img/ourworks/17.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(18) {
        grid-column-start: 5;
        grid-column-end: 6;
        grid-row-start: 11;
        grid-row-end: 12;

        background-image: url(/img/ourworks/18.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(19) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 13;
        grid-row-end: 16;

        background-image: url(/img/ourworks/19.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(20) {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 13;
        grid-row-end: 14;

        background-image: url(/img/ourworks/20.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(21) {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 15;
        grid-row-end: 16;

        background-image: url(/img/ourworks/21.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(22) {
        grid-column-start: 5;
        grid-column-end: 6;
        grid-row-start: 13;
        grid-row-end: 14;

        background-image: url(/img/ourworks/22.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(23) {
        grid-column-start: 7;
        grid-column-end: 8;
        grid-row-start: 13;
        grid-row-end: 14;

        background-image: url(/img/ourworks/23.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(24) {
        grid-column-start: 5;
        grid-column-end: 8;
        grid-row-start: 15;
        grid-row-end: 16;

        background-image: url(/img/ourworks/24.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(25) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 17;
        grid-row-end: 18;

        background-image: url(/img/ourworks/25.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(26) {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 17;
        grid-row-end: 18;

        background-image: url(/img/ourworks/26.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(27) {
        grid-column-start: 5;
        grid-column-end: 6;
        grid-row-start: 17;
        grid-row-end: 20;

        background-image: url(/img/ourworks/27.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(28) {
        grid-column-start: 7;
        grid-column-end: 8;
        grid-row-start: 17;
        grid-row-end: 18;

        background-image: url(/img/ourworks/28.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(29) {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 19;
        grid-row-end: 20;

        background-image: url(/img/ourworks/30.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(30) {
        grid-column-start: 7;
        grid-column-end: 8;
        grid-row-start: 19;
        grid-row-end: 20;

        background-image: url(/img/ourworks/29.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(30) {
        grid-column-start: 7;
        grid-column-end: 8;
        grid-row-start: 19;
        grid-row-end: 20;

        background-image: url(/img/ourworks/29.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(31) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 21;
        grid-row-end: 22;

        background-image: url(/img/ourworks/31.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(32) {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 21;
        grid-row-end: 24;

        background-image: url(/img/ourworks/32.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(33) {
        grid-column-start: 5;
        grid-column-end: 6;
        grid-row-start: 21;
        grid-row-end: 22;

        background-image: url(/img/ourworks/33.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(34) {
        grid-column-start: 7;
        grid-column-end: 8;
        grid-row-start: 21;
        grid-row-end: 22;

        background-image: url(/img/ourworks/34.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(35) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 23;
        grid-row-end: 24;

        background-image: url(/img/ourworks/35.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(36) {
        grid-column-start: 5;
        grid-column-end: 8;
        grid-row-start: 23;
        grid-row-end: 24;

        background-image: url(/img/ourworks/36.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .contact__list {
        display: none;
    }

    .contact div {
        width: 100%;
        height: 500px;
    }
}

@media (min-width: 1200px) {
    .header__contact {
        width: 100%;
        padding: 5px 0 0 0;
        box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 20%);
    }

    .header__contact-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;

        margin: 0px 50px 0 50px;
    }

    .header__social {
        flex-grow: 1;
        display: flex;
        flex-direction: row;
        justify-content: center;
        order: 1;
        width: 300px;

    }

    .header__logo {
        flex-grow: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        
    }

    .header__phone-number {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        order: 3;

        width: 300px;
    }

    .header__phone-number p {
        display: block;
        margin: 0 0 0 200px;
    }

    .header__social-logo {
        width: 30px;
        height: 30px;

        margin: 0 10px 0 0;
    }

    .header__logo-img {
        width: 150px;
        height: 150px;

    }

    .header__phone-number {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 16px;
    }

    .header__nav {
        display: flex;

        margin-top: 20px;
        
    }

    .header__nav ul {
        list-style: none;
    }

    .hamburger {
        display: none;
    }

    .header__item {
        width: auto;
        padding: 0;
        border: none;
        background: none;
    }

    .header__item a {
        text-decoration: none;
        color: black;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
    }

    .header__item a:hover {
        color: #e42444;
    }

    .header__item a:active {
        color: #94152b;
    }

    .header__item-active a{
        color: #f83d5c;
    }

    .header__list {
        display: flex;
        flex-direction: row;
        justify-content: space-around;

        width: 100%;
        margin: 0 0 5px 0;
        padding: 0 30px;

        position: static;
        
    }

    .main {
        display: flex;
        flex-direction: column;
        align-items: center;

        margin-top: 80px;
    }


    .main__line {
        display: flex;
        flex-direction: row;

        opacity: 0.2;
    }

    .main__line-left {
        display: block;
        min-width: 200px;
        height: 1px;
        margin: 15px 0 15px 0;

        background-image: -moz-linear-gradient(right, #000000, rgba(0,0,0,0));
        background-image: -webkit-linear-gradient(right, #000000, rgba(0,0,0,0));
        background-image: -o-linear-gradient(right, #000000, rgba(0,0,0,0));
        background-image: -ms-linear-gradient(right, #000000, rgba(0,0,0,0));
    }

    .main__line-centr {
        width: 250px;
        height: 1px;
        margin: 15px 0 15px 0;
        display: block;

        background: #000000;
    }

    .main__line-right {
        display: block;
        min-width: 200px;
        height: 1px;
        margin: 15px 0 15px 0;

        background-image: -moz-linear-gradient(left, #000000, rgba(0,0,0,0));
        background-image: -webkit-linear-gradient(left, #000000, rgba(0,0,0,0));
        background-image: -o-linear-gradient(left, #000000, rgba(0,0,0,0));
        background-image: -ms-linear-gradient(left, #000000, rgba(0,0,0,0));
    }

    .main__button {
        display: block;
        width: 400px;
        height: 70px;
        line-height: 70px;
        margin-bottom: 45px;

        border: 3px solid #000000;
    }

    .main__button:hover {
        transition: top 1s ease-out 0.25s;
        
        border: 3px solid #e42444;
    }

    .main__button a {
        text-decoration: none;
        color:#000000;
    }

    .main__button a:hover {
        color:#e42444;
    }

    .main__button-text {
        margin: 0;
        text-align: center;
        font-weight: 700;
        text-transform: uppercase;
    }

    .main__title {
        margin: 0;

        font-size: 34px;
        text-transform: uppercase;
        font-weight: 500px;
    }

    .main__text--rental {
        margin: 10px 0 10px 0;
    }

    .location {
        margin: 90px 50px 0 50px;
    }

    .location ul {
        list-style: none;
    }

    .location__list {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 1030px;
        margin: 0 auto;
        padding: 0;
        
        align-items: baseline;

    }

    .location__item {
        width: 310px;
        padding: 0;
    }

    .location__item a {
        text-decoration: none;
        color: #171717;
    }

    .location__wrapper-img {
        width: 310px;
        height: 300px;

        overflow: hidden;
    }

    .location__card-title {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 2.5px;

        color: #e42444;
    }

    .location__card-text {
        font-size: 14px;
        line-height: 1.55;
    }

    .location__card-wrapper {
        display: none;
    }

    .location__card-open {
        width: 100px;
        height: 30px;
        color: #ffffff;
        background-color: #000000;
        border-radius: 5px;
        display: block;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        line-height: 30px;

        cursor: pointer;
    }

    .location__cyclorama-close {
        display: none;
    }

    .location__cyclorama-open {
        display: block;
    }

    .location__cyclorama-title {
        font-size: 34px;
        text-transform: uppercase;
        text-align: center;
    }

    .outworks-link__title {
        margin: 75px 0;

        font-size: 34px;
        text-transform: uppercase;
        text-align: center;
    }

    .ourworks-link__wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;

        width: 1030px;

        margin: 0 auto;
    }

    .ourwork-link__list {
        width: 343px;
        margin: 0;
        padding: 0;

        text-align: center;
    }

    .ourwork-link__list li {
        list-style: none;
    }

    .ourwork-link__list a {
        text-decoration: none;
        color: #171717;
    }

    .ourwork-link__item {
        
        padding: 10px;
    }

    .bundle {
        margin: 70px 0 0 0;
    }

    .bundle ul {
        list-style: none;
    }

    .bundle__text {
        font-size: 14px;
        line-height: 2;

        text-align: center;
    }

    .video {
        padding: 20px 0 20px 0;
        width: 100%;
        background-color: #f0f0f0;
    }

    .video__wrapper {
        margin: 20px 50px 20px 50px;
        
    }

    .video__list {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .video__item {
        width: 500px;
        height: 285px;

        overflow: hidden;
    }

    .dressing-room__title {
        text-align: center;
    }

    .dressing-room__text {
        text-align: center;
        line-height: 2;
    }

    .dressing-room__container {
        width: 560px;
        height: 250px;

        overflow: hidden;
    }

    .dressing-room__wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .dressing-room__img-title {
        width: 560px;
        font-size: 14px;
    }

    .dressing-room__img-text {
        width: 560px;
        line-height: 2;
    }

    .instagram__title-container {
        width: 100%;
        padding: 40px 0 40px 0;
        background-color: #f0f0f0;
    }

    .instagram__title {
        text-align: center;
    }

    .instagram__wrapper {
        display: flex;
        justify-content: center;
    }

    .instagram__list {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;

        max-width: 1300px;
    }

    .instagram__item {
        width: 400px;
        height: 400px;
        margin: 0;
        padding: 10px;

        overflow: hidden;
    }

    .instagram__item:hover {
        opacity: 0.8;
        transform: scale(1.05);
    }

    .instagram_gallery {
        margin: 0 300px 0 300px;
    }

    .footer__main {
        display: grid;
        grid-template-columns: 40px 300px auto 300px 40px;
        grid-template-rows: 50px 100px 400px 50px;


        background-color: #171717;
    }

    .footer {
        display: grid;
        grid-template-columns: 40px 430px auto 430px 40px;
        grid-template-rows: 50px auto 30px;


        background-color: #171717;
    }

    .footer__address--main {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 4;
        
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        background-color: #171717;
    }


    .footer__text-title--main {

        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;

        color: #f0f0f0;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;

        
    }

    .footer__address-text--main {
        color: #f0f0f0;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;

        line-height: 35px;
    }

    .footer__address--main a {
        text-decoration: none;
        color: #ffffff;
    }

    .footer__address--contact, .footer__social--contact {
        display: none;
    }

    .footer__map-title {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;

        margin-left: 95px;

        color: #f0f0f0;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
    }

    .footer__map--main {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 3;
        grid-row-end: 4;

        justify-self: center;
        margin: 0;
        padding: 0;

        width: 80%; 
        height: 100%;

    }

    .footer__social--main a {
        text-decoration: none;
    }

    .footer__social-logo--main {
        width: 60px;
        height: 60px;
        margin: 5px;  
    }

    .footer__partners--main {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 3;
        grid-row-end: 4;
        
        background-color: #171717;
    }



    .footer__partners-text {
        color:#f0f0f0;
    }

    .footer__partners-text svg {
        width: 40px;
    }



    .footer__header-title {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 2;
        grid-row-end: 3;

        margin-bottom: 30px;

        color: #f0f0f0;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
    }

    .footer__header-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .footer__header-item {
        text-decoration: none;
        font-size: 16px;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        
        padding-bottom: 28px;
    }

    .footer__header-item a {

        color: rgb(255, 255, 255);
    }

    .footer__social {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;

        justify-self: center;
        margin: 0;
        padding: 0;

    }

    .footer__social a {
        text-decoration: none;
    }

    .footer__social-logo {
        width: 30px;
        height: 30px;  
        margin: 2px;  
    }

    .footer__partners {
        position: unset;
        display: block;

        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 2;
        grid-row-end: 3;

        justify-self: end;
        background-color: #171717;
    }

    .footer__partners-logo g {
        fill: #f0f0f0;
    }

    .footer__address-text {
        color: #f0f0f0;
    }

    .footer__partners-text {
        color:#f0f0f0;
    }

    .footer__partners-text svg {
        width: 40px;
    }

    .footer__address {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;

        background-color: #171717;
    }

    .footer__address a {
        text-decoration: none;
        color: #ffffff;
    }

    .rental__wrapper--mobile {
        display: none;
    }

    .rental__wrapper {
        display: flex;
        margin-left: calc(50% - 250px);
    }

    .rental__title {
        text-align: unset;
    }

    .outworks__container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .outworks__img {
        width: 300px;
        height: 600px;
    }


}


@media (min-width: 1550px) {

    .header__contact-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;

        margin: 0px 200px 0 200px;
    }

    .header__social {
        flex-grow: 1;
        display: flex;
        flex-direction: row;
        justify-content: center;

        width: 300px;
    }

    .header__phone-number {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 30px;
    }

    .header__list {
        display: flex;
        flex-direction: row;
        justify-content: space-around;

        width: 100%;
        margin: 0 0 5px 0;
        padding: 0 200px;
        
    }

    .location {
        margin: 90px 300px 0 300px;
    }

    .video__wrapper {
        margin: 20px 200px 20px 200px;
        
    }

    .video__item {
        width: 560px;
        height: 315px;

        overflow: hidden;
    }

    .instagram_gallery {
        display: block !important;

    }

    .instagram_gallery a {
        width: 24%  !important;
        margin: 0.5% !important;
    }

    .footer__main {
        display: grid;
        grid-template-columns: 40px 430px auto 430px 40px;
        grid-template-rows: 50px 100px 400px 50px;


        background-color: #171717;
    }

    /* contact.html */

    .contact {
        display: flex; 
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: calc(100vw - 17px);
        height: 100vh;
        margin-top: 50px;
        background-color: #292929;
    }

    .contact__list {
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        margin-left: 80px;
        justify-content: center;
        background-color: #292929;
    }

    .contact__list a {
        text-decoration: none;
        color: #ffffff;
    }

    .contact__title {
        color: #f0f0f0;
    }

    .contact__text {
        color: #f0f0f0;
        line-height: 35px;
    }

    .contact__social a {
        text-decoration: none;
    }

    .contact__map {
        width: 50%;
        height: 100%;
    }

    .footer__partners--contact {
        display: none;
    }


    /* rules.html */

    .rules__organization {
        margin-top: 120px;
        margin-bottom: 90px;
        
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 2.5px;
        
    }

    .rules__title {
        margin-top: 90px;
        margin-bottom: 90px;
        text-align: center;
        font-size: 52px;
    }

    .rules__container {
        display: grid;
        grid-template-columns: 300px 1fr 1fr 1fr 300px;
        grid-template-rows: 400px 400px 400px 400px 400px 400px 400px 400px 400px;
    }

    .rules__item {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .rules__first,
    .rules__fourth,
    .rules__seventh,
    .rules__tenth,
    .rules__thirteenth,
    .rules__sixteenth,
    .rules__nineteenth,
    .rules__twenty-second {
        grid-column-start: 2;
        grid-column-end: 3;
        
    }

    .rules__second,
    .rules__fifth,
    .rules__eighth,
    .rules__eleventh,
    .rules__fourteenth,
    .rules__seventeenth,
    .rules__twentieth,
    .rules__twenty-third {
        grid-column-start: 3;
        grid-column-end: 4;
    }

    .rules__third,
    .rules__sixth,
    .rules__ninth,
    .rules__twelfth,
    .rules__fifteenth,
    .rules__eighteenth,
    .rules__twenty-first,
    .rules__twenty-fourth {
        grid-column-start: 4;
        grid-column-end: 5;
    }

    .rules__first, .rules__second, .rules__third {
        grid-row-start: 1;
        grid-row-end: 2;
    }


    .rules__fourth, .rules__fifth, .rules__sixth {
        grid-row-start: 2;
        grid-row-end: 3;
    }

    .rules__seventh, .rules__eighth, .rules__ninth {
        grid-row-start: 3;
        grid-row-end: 4;
    }

    .rules__tenth, .rules__eleventh, .rules__twelfth {
        grid-row-start: 4;
        grid-row-end: 5;
    }

    .rules__thirteenth, .rules__fourteenth, .rules__fifteenth {
        grid-row-start: 5;
        grid-row-end: 6;
    }

    .rules__sixteenth, .rules__seventeenth, .rules__eighteenth {
        grid-row-start: 6;
        grid-row-end: 7;
    }

    .rules__nineteenth, .rules__twentieth, .rules__twenty-first {
        grid-row-start: 7;
        grid-row-end: 8;
    }

    .rules__twenty-second, .rules__twenty-third, .rules__twenty-fourth {
        grid-row-start: 8;
        grid-row-end: 9;
    }



    .rules__number {
        display: block;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #000000;


        text-align: center;
        line-height: 60px;
        color: #ffffff;
    }

    .rules__text {
        max-width: 300px;
        margin: 0;

        line-height: 25px;
    }

    /* partners */

    .partners__list {
        width: 920px;
        margin: 0 auto;
    }

    .partners__item img {
        width: 250px;
        height: 250px;
        border-radius: 50%;
    }

    .partners__item {
        display: flex;
        /* justify-content: ; */
        align-items: center;

        margin-bottom: 30px;
    }

    .partners__card {
        display: flex;
        flex-direction: column;
        margin-left: 50px;
    }

    .partner__name {
        font-size: 35px;
        text-align: unset;
    }

    .partner__social {
        text-align: unset;
        font-weight: 500;
    }

    .partners__card a {
        text-decoration: none;
        color: #000000;
    }

    

    /* certificate.html */

    .certificate {
        display: grid;
        grid-template-columns: 100px 1fr 1fr 100px;
        grid-template-rows: 20px 600px 20px;
        
        
    }

    .certificate__img-wrapper {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    .certificate__img-wrapper img {
        width: 100%;
    }

    .certificate__text-wrapper {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    .certificate__text {
        margin: 0 0 0 20px;

        font-size: 15px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        line-height: 26px;
        text-decoration: underline;
    }

    /* rental.html */

    .rental__wrapper--mobile {
        display: none;
    }

    .rental {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        flex-wrap: wrap;

        margin: 0 300px;
    }

    .rental__title {
        font-size: 42px;
        text-align: center;
    }

    .rental__title--centr {
        line-height: 100px;
    }

    .rental__wrapper {
        display: flex;
        flex-direction: column;

        position: relative;
        margin-left: 0;
        margin-bottom: 100px;
    }

    .rental__text {
        width: 500px;
        line-height: 30px;
    }

    .rental__list {
        width: 500px;
        margin: 16px 0 0 0;
        padding: 0;

        line-height: 30px;

    }

    .fotorama__fullscreen-icon {
        background: url('../img/bg.png') no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
        width: 100% !important;
        height: 100% !important;
        right: 0 !important;
        top: 0 !important;
        z-index: 10 !important;
    }

    .fotorama__popup {
        position: absolute;
        width: 500px;
        height: 666px;

        top: 135px;

        z-index: 100;
    }

    /* equipment.html */

    .equipment {
        display: flex;
        flex-direction: column;
    }

    .equipment__title {
        font-size: 42px;
        text-align: center;
    }

    .equipment__list {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;

        margin: 0 auto;
        margin-top: 135px;
        margin-bottom: 135px;
        width: 1000px;

        list-style: none;
    }

    .equipment__item-last {
        margin: 0 auto;
        margin-top: 135px;
    }

    .equipment__item {
        width: 450px;
    }

    .equipment__img {
        width: 400px;
        height: auto;
    }

    .equipment__photo-name {
        display: block;
        margin: 20px 0 20px 0;

        font-weight: 800;
    }

    .equipment__photo-text {
        line-height: 28px;
    }

    .equipment__list--lens {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 1000px;
        
        margin: 0 auto;
        padding: 0;
        list-style: none;
    }

    /* .equipment__list--lens::after {
        content: "";
        flex: auto;
    } */

    .equipment__item--lens {
        width: 235px;

    }

    .equipment__img--lens {
        width: 235px;
        height: 235px;
    }

    /* ourorks.html */

    .ourworks {
        display: flex;
        flex-direction: column;
    }

    .ourworks__title {
        margin: 60px 0 90px 0;

        font-size: 42px;
        text-align: center;

    }

    .outworks__container {
        display: grid;
        grid-template-columns: 280px 10px 280px 10px 280px 10px 280px;
        grid-template-rows: 350px 10px 350px 10px 350px 10px 350px 10px 350px 10px 350px 10px 350px 10px 350px 10px 350px 10px 350px 10px 350px 10px 350px 10px;
        margin: 0 auto;
        margin-bottom: 135px;
    }

    .outworks__img {
        overflow: hidden;
        width: auto;
        height: auto;
    }

    /* .outworks__container div:nth-child(1) {

        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 2;


        background-image: url(/img/ourworks/1.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(2) {
        grid-column-start: 5;
        grid-column-end: 6;
        grid-row-start: 5;
        grid-row-end: 6;

        background-image: url(/img/ourworks/2.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(3) {
        grid-column-start: 5;
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 4;

        background-image: url(/img/ourworks/3.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(4) {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 3;
        grid-row-end: 4;

        background-image: url(/img/ourworks/4.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(5) {
        grid-column-start: 7;
        grid-column-end: 8;
        grid-row-start: 1;
        grid-row-end: 2;

        background-image: url(/img/ourworks/5.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(6) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 6;

        background-image: url(/img/ourworks/6.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(7) {
        grid-column-start: 7;
        grid-column-end: 8;
        grid-row-start: 3;
        grid-row-end: 4;

        background-image: url(/img/ourworks/7.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(8) {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 5;
        grid-row-end: 8;

        background-image: url(/img/ourworks/8.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(9) {
        grid-column-start: 5;
        grid-column-end: 6;
        grid-row-start: 5;
        grid-row-end: 6;

        background-image: url(/img/ourworks/9.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(10) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 7;
        grid-row-end: 8;

        background-image: url(/img/ourworks/10.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(11) {
        grid-column-start: 7;
        grid-column-end: 8;
        grid-row-start: 5;
        grid-row-end: 8;

        background-image: url(/img/ourworks/11.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(12) {
        grid-column-start: 5;
        grid-column-end: 6;
        grid-row-start: 7;
        grid-row-end: 8;

        background-image: url(/img/ourworks/12.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(13) {
        grid-column-start: 5;
        grid-column-end: 8;
        grid-row-start: 9;
        grid-row-end: 10;

        background-image: url(/img/ourworks/13.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(14) {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 9;
        grid-row-end: 12;

        background-image: url(/img/ourworks/14.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(15) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 9;
        grid-row-end: 10;

        background-image: url(/img/ourworks/15.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(16) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 11;
        grid-row-end: 12;

        background-image: url(/img/ourworks/16.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(17) {
        grid-column-start: 7;
        grid-column-end: 8;
        grid-row-start: 11;
        grid-row-end: 12;

        background-image: url(/img/ourworks/17.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(18) {
        grid-column-start: 5;
        grid-column-end: 6;
        grid-row-start: 11;
        grid-row-end: 12;

        background-image: url(/img/ourworks/18.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(19) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 13;
        grid-row-end: 16;

        background-image: url(/img/ourworks/19.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(20) {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 13;
        grid-row-end: 14;

        background-image: url(/img/ourworks/20.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(21) {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 15;
        grid-row-end: 16;

        background-image: url(/img/ourworks/21.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(22) {
        grid-column-start: 5;
        grid-column-end: 6;
        grid-row-start: 13;
        grid-row-end: 14;

        background-image: url(/img/ourworks/22.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(23) {
        grid-column-start: 7;
        grid-column-end: 8;
        grid-row-start: 13;
        grid-row-end: 14;

        background-image: url(/img/ourworks/23.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(24) {
        grid-column-start: 5;
        grid-column-end: 8;
        grid-row-start: 15;
        grid-row-end: 16;

        background-image: url(/img/ourworks/24.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(25) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 17;
        grid-row-end: 18;

        background-image: url(/img/ourworks/25.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(26) {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 17;
        grid-row-end: 18;

        background-image: url(/img/ourworks/26.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(27) {
        grid-column-start: 5;
        grid-column-end: 6;
        grid-row-start: 17;
        grid-row-end: 20;

        background-image: url(/img/ourworks/27.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(28) {
        grid-column-start: 7;
        grid-column-end: 8;
        grid-row-start: 17;
        grid-row-end: 18;

        background-image: url(/img/ourworks/28.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(29) {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 19;
        grid-row-end: 20;

        background-image: url(/img/ourworks/30.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(30) {
        grid-column-start: 7;
        grid-column-end: 8;
        grid-row-start: 19;
        grid-row-end: 20;

        background-image: url(/img/ourworks/29.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(30) {
        grid-column-start: 7;
        grid-column-end: 8;
        grid-row-start: 19;
        grid-row-end: 20;

        background-image: url(/img/ourworks/29.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(31) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 21;
        grid-row-end: 22;

        background-image: url(/img/ourworks/31.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(32) {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 21;
        grid-row-end: 24;

        background-image: url(/img/ourworks/32.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(33) {
        grid-column-start: 5;
        grid-column-end: 6;
        grid-row-start: 21;
        grid-row-end: 22;

        background-image: url(/img/ourworks/33.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(34) {
        grid-column-start: 7;
        grid-column-end: 8;
        grid-row-start: 21;
        grid-row-end: 22;

        background-image: url(/img/ourworks/34.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(35) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 23;
        grid-row-end: 24;

        background-image: url(/img/ourworks/35.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .outworks__container div:nth-child(36) {
        grid-column-start: 5;
        grid-column-end: 8;
        grid-row-start: 23;
        grid-row-end: 24;

        background-image: url(/img/ourworks/36.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    } */

    .ourworks-address {
        width: calc(100vw - 17px);
        height: 100vh;

        background-color: #292929;
    }
}

@media (min-width: 1780px) {
    .video__wrapper {
        margin: 20px 300px 20px 300px;
        
    }

    .video__item {
        width: 560px;
        height: 315px;

        overflow: hidden;
    }
}

