@font-face {
    font-display: swap;
    font-family: maison-neue;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/maison-neue.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: circular;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/circular.woff2) format("woff2")
}

:root {
  --bg-dark: #16181c;
  --bg-pink: #ba1072;
  --bg-purple: #4b1c68;
  --bg-blue: #182754;
  --bg-violet: #6f31be;
}

.bg-dark-1{
    background-color: var(--bg-dark);
}

.bg-pink{
    background-color: var(--bg-pink);
}

.bg-purple{
    background-color: var(--bg-purple);
}

.bg-blue{
    background-color: var(--bg-blue);
}

.bg-violet{
    background-color: var(--bg-violet);
}

html,
body {
    font-family: maison-neue;
    color: rgba(256, 256, 256, 0.7);
}

body{ 
    min-width: 320px;
    position: relative;
    line-height: 1.6;
    overflow-x: hidden;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: circular;
    font-weight: 600;
    line-height: 1.47;
    color: #fff;
}

/* Loader CSS */

.still-loading body {
    background: #16181c
}

.still-loading .loader {
    opacity: 1;
    z-index: 99999
}

.loader {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #16181c;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 20px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.loader .dots-container {
    position: relative;
    width: 80px;
    height: 20px
}

.loader .dot {
    width: 1em;
    height: 1em;
    border-radius: .5em;
    background: #fff;
    position: absolute;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.loader .dot1,
.loader .dot2 {
    left: 0
}

.loader .dot3 {
    left: 1.5em
}

.loader .dot4 {
    left: 3em
}

@-webkit-keyframes reveal {
    from {
        -webkit-transform: scale(.001);
        transform: scale(.001)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes reveal {
    from {
        -webkit-transform: scale(.001);
        transform: scale(.001)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes slide {
    to {
        -webkit-transform: translateX(1.5em);
        transform: translateX(1.5em)
    }
}

@keyframes slide {
    to {
        -webkit-transform: translateX(1.5em);
        transform: translateX(1.5em)
    }
}

.loader .dot1 {
    -webkit-animation-name: reveal;
    animation-name: reveal
}

.loader .dot2,
.loader .dot3 {
    -webkit-animation-name: slide;
    animation-name: slide
}

.loader .dot4 {
    -webkit-animation-name: reveal;
    animation-name: reveal;
    animation-direction: reverse
}

/* Loader CSS Ends */


/* Header CSS */

.breadcrumb-m {
    left: 20px;
    right: 20px;
    margin: 0 auto;
    max-width: 1080px;
    position: absolute;
    top: 100px;
    z-index: 13;
}

@media only screen and (max-width: 1200px){
    .menu-opened {
        overflow: hidden;
    }

    .breadcrumb-m {
        top: 70px;
    }
}

header .mobile-menu {
    display: none;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

header.ignore {
    position: absolute;
    width: 100%;
    min-height: 0;
}
header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    height: 60px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    z-index: 111!important;
}
.link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    font-weight: 600;
    opacity: 1!important;
}

a:active, a:hover {
    outline: 0;
    text-decoration: none;
}

@media screen and (min-width: 1201px){
    nav> ul > li {
        position: relative;
    }

    nav > ul > li:hover .link span:after {
        height: 1px;
        left: 0;
        right: 0;
    }
}

.link span {
    color: #fff;
    position: relative;
    /*font-size: 12px;*/
}

.link span:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -2px;
    background-color: #8cf6ce;
    -webkit-transition: all .3s cubic-bezier(.68,-.55,.265,1.55);
    -o-transition: all .3s cubic-bezier(.68,-.55,.265,1.55);
    transition: all .3s cubic-bezier(.68,-.55,.265,1.55);
}

header nav a {
    color: #fff;
    display: block;
    padding: 3px 15px;
    letter-spacing: .05em;
    white-space: nowrap;
}

header nav img {
    position: relative;
    z-index: 111;
    height: 25px;
    width: auto;
}

header nav a {
    color: #fff;
    display: block;
    padding: 3px 15px;
    letter-spacing: .05em;
    white-space: nowrap;
}

header nav>a {
    padding: 0!important;
}

header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
ol, ul {
    list-style: none;
}

header nav li:last-child a:hover {
    border: 1px solid #8cf6ce;
    background: #8cf6ce;
}
header nav li:last-child a {
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 22px;
}

.mobile-menu-cont .contact-mini {
    -webkit-transform: translate(-15px, 15px);
    -ms-transform: translate(-15px, 15px);
    transform: translate(-15px, 15px);
}

.fa-bars {
    background-image: url(../img/menu.svg);
    width: 40px;
    height: 18px;
}

.fa-arrow-down, .fa-arrow-down-laptop {
    background-image: url(../img/arrow-down.svg);
    width: 40px;
    height: 18px;
    margin: auto;
}

.mobile-menu-cont {
    display: none;
    background: #21262f;
}

.menu-opened .mobile-menu-cont {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 11111;
}

.mobile-menu-cont .pr {
    width: 100%;
    height: 100vh;
    position: relative;
}

.mobile-menu-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
    padding: 5px;
}

.mobile-menu-header img{
    margin-top: 15px;
    max-height: 30px;
}

.mobile-menu-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    padding: 20px 20px 0;
}

.social {
    font-size: 17px;
    margin-left: -5px;
}

.mobile-menu-footer .privacy {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.4);
}

.mobile-menu-footer .copy {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-transform: none;
    color: rgba(255, 255, 255, 0.15);
}

.mobile-menu-content .large-bg {
    position: absolute;
    top: 155px;
    right: 0;
    height: 428px;
    z-index: -1;
}

.mobile-menu-content ul {
    position: absolute;
    top: 120px;
    left: 5px;
    right: 0;
    bottom: 120px;
    overflow-y: auto;
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
    background: transparent!important;
    height: auto;
    width: auto;
}

header nav ul li {
    margin-bottom: 5px;
}

.mobile-menu-content ul a {
    font-size: 26px;
    line-height: 38px;
    color: #fff;
    text-transform: none;
    border: 0!important;
    font-weight: 600;
    display: inline-block;
}

.contact-mini {
    display: none;
    width: 100%;
}

@media only screen and (max-width: 1200px){
    .contact-mini .btn {
        width: 146px;
        line-height: 30px;
        border: 1px solid rgba(255,255,255,.15);
    }

    .menu-opened header .mobile-menu i {
        background-image: url(../img/x.svg);
    }
    .contact-mini {
        display: block;
        text-align: right;
        margin-bottom: 20px;
    }

    .contact-mini .btn {
        width: 146px;
        line-height: 30px;
        border: 1px solid rgba(255,255,255,.15);
    }

    .menu-opened header nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    header nav ul {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        bottom: 0;
        height: 100%;
        background: #1b1e24;
        z-index: 99;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: none;
    }

    header .mobile-menu {
        z-index: 999999;
        position: absolute;
        top: 5px;
        right: 10px;
        color: #fff;
        display: block;
        padding: 10px;
    }
}


/* Header CSS Ends */


/* Contact Form CSS */
.box-talk {
    background: var(--bg-violet);
    padding: 50px 0 50px;
    overflow: hidden;
    max-width: 100%;
    min-height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.container.short {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    width: 100%;
}

.columns.gap {
    margin-right: -150px;
}

.columns.gap .column {
    margin-right: 150px;
}

.ir {
    margin-bottom: 30px;
    position: relative;
}

.label, label {
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
}

.fa-plus {
    background-image: url(../img/plus.svg);
    width: 14px;
    height: 14px;
}
.fas {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: inline-block;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.fa-file {
    background-image: url(../img/file.svg);
    width: 14px;
    height: 14px;
}

#files>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff;
}

#files>div .file {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    background: rgba(255,255,255,.03);
    text-align: center;
    line-height: 50px;
    color: #fff;
    padding: 0;
    margin-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box-talk .attach-file .i {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    background: rgba(255,255,255,.03);
    text-align: center;
    line-height: 50px;
    color: #fff;
    padding: 0;
    margin-right: 50px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.inputfile-trigger .i {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid transparent;
}

.box-talk .attach-file .inputfile-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.accept-small {
    display: none;
}

.error-field {
    border-color: red!important;
}

.error-field+.error {
    display: block;
}

#SubmitMsg {
    border: 2px white solid;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 20px;
}

input[type=text]:hover, input[type=text]:focus, input[type=tel]:hover, input[type=tel]:focus, input[type=email]:hover, input[type=email]:focus, textarea:hover, textarea:focus {
    color: #fff;
    border-color: #fff;
}
input[type=email], input[type=tel], input[type=text], textarea {
    transition: .3s;
}
input[type=email], input[type=tel], input[type=text], textarea {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid rgba(255,225,255,.22);
    font-size: 25px;
    color: rgba(255,255,255,.7);
    font-family: Montserrat,sans-serif;
    line-height: 35px;
    padding: 25px 0;
    width: 100%;
    outline: 0;
}

input[type=file], input[type=checkbox] {
    display: none;
}

input[type=checkbox]+span:hover, input[checked=checked] + span {
    border: 1px solid rgba(255,225,255,1)!important;
}
input[type=checkbox]+span {
    border: 1px solid rgba(255,225,255,.22);
    height: 30px;
    width: 30px;
    padding: 0;
    display: inline-block;
    margin-right: 50px;
    position: relative;
    cursor: pointer;
}

input[type=checkbox]:checked+span i {
    opacity: 1;
}
input[type=checkbox]+span i {
    position: absolute;
    top: 7px;
    left: 7px;
    opacity: 0;
}
.fa-check {
    background-image: url(../img/check.svg);
    width: 14px;
    height: 14px;
}

input[type=checkbox]+span+label a {
    color: #fff;
    text-decoration: underline;
}

::-webkit-input-placeholder { /* Edge */
  color: rgba(256, 256, 256, 0.7);
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(256, 256, 256, 0.7);
}

::placeholder {
  color: rgba(256, 256, 256, 0.7);
}

.textarea-wrap {
    height: 225px!important;
    margin-bottom: 47px;
}

#files {
    display: none;
    padding: 30px 0;
}

#files>div .small-x {
    font-size: 30px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.f-a-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.error {
    position: absolute;
    right: -10px;
    bottom: -15px;
    z-index: 9;
    display: none;
    padding: 0 9px 3px;
    background: red;
    color: #fff;
    white-space: nowrap;
    font-size: 13px;
}

.btn.large {
    line-height: 56px;
    border-radius: 35px;
}
.btn {
    color: #fff;
    border: 2px solid #fff;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-align: center;
    line-height: 36px;
    border-radius: 20px;
    width: 100%;
    background-color: transparent;
    cursor: pointer;
    font-weight: 600;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    outline: 0;
}

.btn:hover {
    border-color: #8cf6ce!important;
    background: #8cf6ce!important;
    color: #1b1e24!important;
}
/* Contact Form CSS Ends */


/* Footer CSS */

footer {
    background: #16181c;
    color: white;
    padding-left: 60px;
    padding-right: 60px;
}

footer+svg {
    position: fixed;
}

footer a{
  color: rgba(256, 256, 256, 0.7);
}

footer a:hover{
  color: rgba(256, 256, 256, 1);
  text-decoration: underline;
}

.footer-logo img{
    height: 30px;
    margin-bottom: 15px;
}

/* Footer CSS Ends */

.container.fluid {
    max-width: 1400px;
}

.box {
    position: relative;
    padding: 150px 0;
}

.box-cases-list {
    overflow: hidden;
    clip: rect(auto,auto,auto,auto);
    z-index: 2;
}

.box-cases {
    overflow: hidden;
    clip: rect(auto,auto,auto,auto);
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 11;
}

.box-cases .case-clip {
    clip: rect(auto,auto,auto,auto);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.box-cases .note {
    color: #fff;
    margin-bottom: 60px;
}

.box-cases .inside {
    margin: 0 auto;
    max-width: 230px;
}

.box-cases .fixed .laptop img {
    max-width: 544px;
}

.gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.gallery .screen-wrap {
    position: relative;
    overflow: hidden;
}

.gallery.phone .screen {
    left: 7px;
    right: 7px;
    top: 5px;
    bottom: 5px;
}
.gallery .screen {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.box-cases .fixed {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 550px;
    width: 550px;
    text-align: center;
}

.box-cases .fixed img {
    width: 100%;
    height: auto;
    max-height: 510px;
    max-width: 510px;
}

.gallery.phone .screen-wrap .screen-clip-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: url(#clip-phone-shape);
    clip-path: url(#clip-phone-shape);
}

.box-cases .columns {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.box-cases .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100px;
}

.box-cases .column:nth-child(1) {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.animate {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.box-cases .h2+a, .box-cases h2+a {
    margin-top: 60px;
}
a:active, a:hover {
    outline: 0;
    opacity: .9;
}

a:hover .arrow {
    background-position: 10px 50%;
}
.arrow {
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    position: relative;
    width: 80px;
    height: 47px;
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.arrow:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 50%;
    z-index: 0;
}

.box-cases .with-img {
    min-width: 550px;
}

.case-clip, .cases-nav-clip {
    clip: rect(auto,auto,auto,auto);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.cases-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 50%;
    left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 12;
}

.cases-nav .owl-dots {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
}
.owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: -15px;
    margin-top: 20px;
}

.cases-nav .owl-dot {
    margin: 0;
    overflow: hidden;
}
.owl-dots .owl-dot {
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.owl-dots .owl-dot:before {
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 0;
    background: rgba(255,255,255,.6);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 5px;
}
.owl-dot.active:before, .owl-dot:hover:before {
    background: #8cf6ce!important;
}

.cases-nav .owl-dot+.owl-dot {
    margin-top: 15px;
}

.show-mobi {
    display: none;
}

body>div {
    position: relative;
    z-index: 20;
}

.gallery.laptop .screen {
    top: 7%;
    left: 13%;
    right: 13%;
    bottom: 10%;
}

@media only screen and (max-width: 1600px){
    .box-cases .column:nth-child(1) {
        padding-left: 40px;
    }
}


@media only screen and (max-width: 1400px){
    .box-cases .fixed .laptop img {
        max-width: 400px;
    }
}

@media only screen and (max-width: 992px){
    header nav img {
        height: 20px;
    }

    .hide-mobi {
        display: none!important;
    }

    .show-mobi {
        display: block!important;
    }

    .gallery {
        min-height: calc(100vh - 80px);
    }

    .box {
        padding: 100px 0;
    }

    .box-cases .case-clip {
        clip: rect(auto,auto,auto,auto);
        position: static;
    }

    .box-cases .fixed {
        position: static;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        height: auto;
        width: 100%;
        text-align: center;
        margin-bottom: 60px;
    }

    .box-cases-list .box-cases:first-child .fixed {
        padding-top: 50px!important;
    }

    .box-cases .column {
        min-width: 100%;
        padding: 0 0 40px 40px;
    }

    .box-cases .inside {
        max-width: 100%;
    }

    .box-cases .with-img {
        min-width: 450px;
        display: none;
    }
}


@media only screen and (max-width: 768px){
    .box-cases .column, .box-types .column {
        min-width: 100%;
    }

    .column.with-img {
        max-width: 100%!important;
        width: 100%;
        min-width: 100%!important;
        margin-bottom: 50px;
    }

    footer{
        padding: 60px 30px;
    }

    header nav{
        background-color: var(--bg-dark);
    }

    .columns {
        display: block;
        margin-right: 0px !important;
    }

    .columns.gap .column {
        margin-right: 0px;
        width: auto;
    }
}

@media only screen and (max-width: 640px){
    form .accept-small {
        display: block;
    }

    .box-cases-list .box-cases:first-child .fixed {
        padding-top: 50px!important;
    }

    .box {
        padding: 50px 0;
    }

    .box-cases-list .box-cases:first-child .fixed {
        padding-top: 50px!important;
    }

    .textarea-wrap {
        height: auto!important;
    }
}

@media only screen and (min-width: 1400px){
    .gallery.phone {
        -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
        transform: scale(1.25);
    }

}

