* {
    margin: 0;
    padding: 0;
    font-family: 'Arial';
    color: #525252;
}

body {
    line-height: 1.42857143;
}

body.overflow-hidden {
    overflow: hidden;
}

.youtube-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-top: 30px;
}

.youtube-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

img {
    height: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    background: #0a377e;
    margin: 0;
}

.preloader {
    display: none;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    background: linear-gradient(60deg, #26c6da, #00acc1);
    z-index: 130;
    opacity: .95;
}

.submenu {
    position: fixed;
    width: 100%;
    top: 100px;
    left: 0;
    display: none;
    background: white;
    height: fit-content;
    text-align: center;
}

.submenu-item {
    position: relative;
    display: inline-block;
    color: #55ad07;
    font-size: 9pt;
    margin-bottom: 40px;
}

.submenu-item img {
    height: 150px;
}

.submenu-item p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.top-menu {
    display: flex;
    align-items: center;
    text-align: justify;
    height: 100px;
}

.header-logo {
    margin-left: 20px;
    height: 50px;
}

.header-menu div {
    margin-left: 50px;
}

.header-menu span {
    display: inline-block;
    margin-left: 40px;
}

.header-menu-mob {
    display: none;
}

.open-menu-mob {
    display: none;
}

.close-menu-mob {
    display: none;
}

.nav-item {
    font-size: 14pt;
    cursor: pointer;
    color: white;
}

.header-phone {
    margin-left: auto;
    margin-right: 20px;
    font-size: 16pt;
    font-weight: 900;
    display: grid;
    grid-template-columns: 30px 180px;
    justify-items: center;
}

.header-phone img {
    height: 30px;
}

.header-phone a {
    color: white;
    white-space: nowrap;
}

#slides {
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.slide {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
}

.slide img {
    width: 100%;
}

.showing {
    opacity: 1;
    visibility: visible;
}

.main-slider-opacity {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    mix-blend-mode: screen;
    opacity: 70%;
}

.main-slider-two-opacity img {
    width: 100%;
}

.main-slider-two-opacity {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    mix-blend-mode: multiply;
    opacity: 70%;
}

.main-slider-opacity img {
    width: 100%;
}

.main-slider-blue {
    position: absolute;
    top: 25%;
    left: 25%;
    width: 30%;
}

.main-slider-blue img {
    width: 100%;
}

.main-slider-red {
    position: absolute;
    top: 45%;
    left: 45%;
    width: 30%;
}

.main-slider-red img {
    width: 100%;
}

.main-slider-left {
    position: absolute;
    top: 40%;
    left: 3%;
    width: 3%;
    z-index: 120;
}

.main-slider-left img {
    width: 100%;
}

.main-slider-right {
    position: absolute;
    top: 40%;
    right: 3%;
    width: 3%;
    z-index: 120;
}

.main-slider-right img {
    width: 100%;
}

.main-slider-text {
    position: absolute;
    top: 65%;
    left: 3%;
    text-align: left;
}

.main-slider-text span {
    color: white;
}

.main-slider-text-entype {
    font-size: 18pt;
}

.main-slider-text-rutype {
    font-size: 28pt;
}

.main-slider-text-desc {
    font-size: 14pt;
}

.main-slider-more {
    width: 150px;
    height: auto;
    margin-top: 20px;
    filter: drop-shadow(0px 0px 7px #d8d8d8);
}

.main-slider-more img {
    width: 100%;
}

.main-slider-mob {
    display: none;
}

.main-about {
    font-size: 14pt;
    text-align: center;
    margin: 50px 150px 0;
    line-height: 1.5;
}

.cat-btn {
    width: 100%;
    text-align: center;
}

.cat-btn img {
    width: 20%;
}

.products-menu {
    width: 90%;
    margin-left: 5%;
    margin-top: 100px;
    text-align: center;
    font-size: 14pt;
}

.products-item {
    position: relative;
    display: inline-block;
    color: #55ad07;
    font-size: 14pt;
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
}

.products-item img {
    height: 200px;
}

.products-item p {
    margin-top: -40px;
}

.main-work {
    width: 60%;
    margin-left: 20%;
    margin-top: 130px;
    margin-bottom: 50px;
    font-size: 14pt;
    text-align: center;
}

.work-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 30px;
}

.work-item {
    position: relative;
    display: inline-block;
    font-size: 15pt;
}

.work-item img {
    height: 150px;
}

.work-item p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.main-clients {
    position: relative;
    width: 60%;
    margin-left: 20%;
    margin-top: 130px;
    margin-bottom: 50px;
    font-size: 14pt;
    text-align: center;
}

.clients-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 30px;
    justify-items: center;
}

.clients-items img {
    height: 150px;
}

.footer {
    position: relative;
    margin-top: 50px;
    font-size: 16pt;
    background: linear-gradient(60deg, #FFCC26, #FBC000);
    height: auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.footer-items {
    display: inline-block;
    margin-left: 100px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.footer-item {
    margin-top: 15px;
}

.footer a {
    color: #3c3a3a;
}

.footer-address {
    font-size: 10pt;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.dev {
    position: absolute;
    font-size: 12pt;
    bottom: 20px;
    right: 20px;
}

.item-page-wrap {
    width: 100%;
}

.item-leftside-view {
    width: 40%;
    margin-left: 150px;
    margin-top: 150px;
}

.item-leftside-view img {
    width: 100%;
    margin-left: -30px;
}

.item-leftside-view-pillow {
    width: 40%;
    margin-left: 150px;
    margin-top: 150px;
}

.item-leftside-view-pillow img {
    width: 100%;
    margin-left: -30px;
}

.item-leftside-bkg {
    position: absolute;
    width: 30%;
    right: 150px;
    top: 150px;
}

.item-leftside-bkg-pillow {
    position: absolute;
    width: 30%;
    right: 150px;
    top: 150px;
}

.item-rightside-bkg img {
    width: 100%;
}

.item-leftside-bkg img {
    width: 100%;
}

.item-leftside-bkg-pillow img {
    width: 100%;
}

.item-rightside-view {
    position: absolute;
    width: 40%;
    right: 50px;
    top: 150px;
}

.item-rightside-view img {
    width: 100%;
    margin-left: -30px;
}

.item-rightside-bkg {
    width: 30%;
    margin-left: 150px;
    margin-top: 150px;
}

.item-rightside-bkg img {
    width: 100%;
}

.item-view-upper-text {
    display: block;
    font-size: 22pt;
    font-weight: 900;
}

.item-view-lower-text {
    display: block;
    margin-top: 30px;
    font-size: 14pt;
    font-weight: 400;
}

.item-view-button {
    width: 30%;
    margin-top: 30px;
}

.item-view-button img {
    width: 100%;
    margin-left: 0;
}

.items-tab {
    width: 100%;
    text-align: center;
    margin-top: 120px;
}

.item-type-art {
    font-size: 20pt;
    display: block;
}

.item-pic {
    width: 30%;
    display: inline-block;
}

.item-pic img {
    width: 100%;
}

.item-tab {
    width: 15%;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
    margin-left: 60px;
}

.item-tab img {
    width: 50%;
    margin-top: 20px;
}

.item-wrapper {
    display: flex;
    justify-content: space-between;
    width: 200px;
    margin-top: 15px;
}

.articles-wrap {
    display: flex;
    flex-wrap: wrap;
}

.article {
    width: 45%;
}

.item-wrapper div {
    margin-top: 15px;
}

#slides-mob {
    display: none;
}

/* Order window */

.order-wrap {
    position: fixed;
    margin: auto;
    top: 30%;
    left: 0;
    right: 0;
    width: 40%;
    z-index: 200;
    display: none;
    text-align: center;
}

.order-wrap img {
    width: 100%;
    height: auto;
}

.order-close {
    width: 7%;
    position: absolute;
    right: 3%;
    top: 3%;
}

.order-close img {
    width: 100%;
}

.order-form {
    position: absolute;
    top: 15%;
    width: 100%;
    text-align: center;
}

.order-form input {
    width: 60%;
    height: 30px;
    margin-top: 15px;
    border: none;
    text-align: center;
    font-size: 12pt;
}

.order-form input::-webkit-input-placeholder {
    text-align: center;
    font-size: 12pt;
}

.order-form input[type=submit] {
    width: 70%;
    height: 50px;
    margin-top: 20px;
    border: none;
    text-align: center;
    font-size: 18pt;
    font-weight: bold;
}

.order-text {
    text-align: center;
}

.order-text span {
    width: 70%;
    color: white;
    font-size: 22pt;
    font-weight: bold;
}

/* Order call window */

.order-call-wrap {
    position: fixed;
    margin: auto;
    top: 30%;
    left: 0;
    right: 0;
    width: 40%;
    z-index: 200;
    display: none;
    text-align: center;
}

.order-call-wrap img {
    width: 100%;
    height: auto;
}

.order-call-form {
    position: absolute;
    top: 15%;
    width: 100%;
    text-align: center;
}

.order-call-form input {
    width: 60%;
    height: 30px;
    margin-top: 15px;
    border: none;
    text-align: center;
    font-size: 12pt;
}

.order-call-form input[type=submit] {
    width: 70%;
    height: 50px;
    margin-top: 20px;
    border: none;
    text-align: center;
    font-size: 18pt;
    font-weight: bold;
}

.order-call-form input::-webkit-input-placeholder {
    text-align: center;
    font-size: 12pt;
}

.call-btn {
    width: 100px;
    height: 100px;
    position: fixed;
    bottom: 5%;
    right: 3%;
    z-index: 150;
    background: rgb(237, 47, 0);
    border-radius: 50%;
    animation: circling 1s infinite;
    animation-delay: 2s;
}

@keyframes circling {
    0% {
        box-shadow: 0 0 0 0px rgba(237, 47, 0, 0.5);
    }

    100% {
        box-shadow: 0 0 0 30px rgba(237, 47, 0, 0);
    }
}

.call-btn img {
    width: 100%;
    height: auto;
}

.first-call,
.first-order {
    display: none;
    position: absolute;
    width: 80%;
    top: 30%;
    margin: auto;
    left: 0;
    right: 0;
    font-size: 16pt;
}

.busy-call,
.busy-order {
    display: none;
    position: absolute;
    width: 80%;
    top: 30%;
    margin: auto;
    left: 0;
    right: 0;
    font-size: 16pt;
}

/* Media queries */

@media screen and (max-width: 480px) {

    /* .preloader {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(60deg, #FFCC26, #FBC000);
        z-index: 110;
    }
    .preloader-logo {
        position: absolute;
        width: 45vw;
        left: 28vw;
        top: 41vh;
    }
    .preloader-logo img {
        width: 100%;
    }
    .preloader-animation {
        position: absolute;
        width: 30vw;
        left: 35vw;
        top: 50vh;
    }
    .preloader-animation img {
        width: 100%;
    } */

    .item-leftside-view-pillow {
        margin-top: 100px;
    }

    .item-leftside-bkg-pillow {
        display: none;
    }

    .slide {
        top: 0;
    }

    #slides {
        display: none;
    }

    #slides-mob {
        display: block;
        width: 100%;
        margin-top: 80px;
        height: 60vh;
    }

    .top-menu {
        height: 80px;
    }

    .header-logo {
        margin-left: 20px;
        height: 50px;
    }

    .header-menu {
        display: none;
        position: absolute;
        top: 0;
        left: 20%;
        bottom: 0;
        width: 80%;
        height: 100vh;
        background: white;
        z-index: 101;
        box-shadow: 0 15px 40px 0 rgba(34, 80, 124, 0.1);
    }

    .header-menu a {
        color: #525252;
    }

    .header-menu div {
        text-align: center;
        margin-top: 80px;
        margin-left: 0;
    }

    .header-menu span {
        display: none;
        margin-top: 10px;
        margin-left: 0;
    }

    .nav-item {
        color: #525252;
    }

    .nav-item a {
        font-size: 11pt;
        font-weight: 400;
        pointer-events: none;
    }

    .header-phone {
        margin-left: 40px;
        font-size: 11pt;
        display: inline-block;
    }

    .header-phone img {
        display: none;
    }

    .open-menu-mob {
        display: block;
        position: absolute;
        right: 15px;
    }

    .open-menu-mob img {
        width: 35px;
    }

    .close-menu-mob {
        position: absolute;
        top: 30px;
        right: 15px;
        z-index: 103;
    }

    .close-menu-mob img {
        width: 40px;
    }

    .submenu {
        top: 100px;
        left: 20%;
        width: 80%;
        z-index: 102;
    }

    .submenu-item {
        margin-top: 0;
        width: 30%;
    }

    .submenu-item img {
        height: 70px;
    }

    .submenu-item p {
        font-size: 7pt;
    }

    .main-slider {
        display: none;
    }

    .slide {
        top: 80px;
    }

    .main-slider-mob {
        display: block;
        margin-top: -60px;
    }

    .main-slider-mob img {
        width: 100%;
    }

    .main-slider-left {
        width: 10%;
        top: 45%;
    }

    .main-slider-right {
        width: 10%;
        top: 45%;
    }

    .main-slider-more {
        position: absolute;
        width: 100px;
        height: auto;
        bottom: 58px;
        left: 7px;
        filter: drop-shadow(0px 0px 7px #d8d8d8);
    }

    .main-about {
        font-size: 10pt;
        margin: 50px 10px 0;
    }

    .cat-btn {
        width: 100%;
    }

    .cat-btn img {
        width: 50%;
    }

    .products-menu {
        width: 100%;
        margin-left: 0;
        font-size: 9pt;
        margin-top: 70px;
    }

    .products-item {
        font-size: 11px;
        height: 120px;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .products-item img {
        height: 100px;
    }

    .products-item p {
        margin-top: -25px;
    }

    .main-clients {
        width: 80%;
        margin-left: 10%;
        font-size: 9pt;
        margin-top: 40px;
    }

    .clients-items {
        grid-template-columns: repeat(5, 1fr);
    }

    .clients-items img {
        height: 50px;
    }

    .footer {
        text-align: center;
        font-size: 14pt;
        grid-template-columns: repeat(1, 1fr);
        height: auto;
        padding-bottom: 50px;
        width: 100%;
    }

    .footer-items {
        margin-left: 0;
        text-align: center;
    }

    .footer-address {
        font-size: 9pt;
        margin-top: 10px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .dev {
        margin-top: 50px;
        font-size: 8pt;
    }

    .item-page-wrap {
        display: flex;
        flex-flow: wrap;
    }

    .item-leftside-bkg {
        position: static;
        width: 100%;
        order: 1;
        margin-top: 150px;
    }

    .item-leftside-bkg img {
        width: 100%;
        height: auto;
    }

    .item-leftside-view {
        width: 100%;
        margin-left: 0;
        order: 2;
        margin-top: 50px;
    }

    .item-leftside-view img {
        margin-left: 0;
        height: auto;
    }

    .item-leftside-view-pillow {
        width: 100%;
        margin-left: 0;
        order: 2;
    }

    .item-leftside-view-pillow img {
        margin-left: 0;
        height: auto;
    }

    .item-rightside-bkg {
        width: 100%;
        margin-left: 0;
        margin-top: 50px;
    }

    .item-rightside-bkg img {
        width: 100%;
        height: auto;
    }

    .item-rightside-view {
        position: static;
        width: 100%;
        margin-left: 0;
        margin-top: 100px;
    }

    .item-rightside-view img {
        margin-left: 0;
        height: auto;
    }

    .item-view-upper-text {
        font-size: 16pt;
        text-align: center;
    }

    .item-view-lower-text {
        font-size: 12pt;
        text-align: center;
    }

    .item-view-button {
        width: 100%;
        text-align: center;
    }

    .item-view-button img {
        width: 40%;
    }

    .item-type-art {
        font-size: 14pt;
        margin-left: 20px;
        margin-right: 20px;
    }

    .item-pic {
        width: 100%;
        margin-left: 0 !important;
    }

    .item-pic img {
        width: 90%;
    }

    .item-tab {
        margin-left: 0;
        width: 60%;
    }

    .call-btn {
        width: 80px;
        height: 80px;
        bottom: 2%;
    }

    /* Order mob window */
    .order-wrap {
        width: 100%;
    }

    .order-close {
        width: 7%;
    }

    .order-form {
        top: 15%;
    }

    .order-form input {
        width: 60%;
        height: 25px;
        margin-top: 5px;
        font-size: 10pt;
    }

    .order-form input::-webkit-input-placeholder {
        text-align: center;
        font-size: 10pt;
    }

    .order-form input[type=submit] {
        width: 70%;
        height: 40px;
        margin-top: 10px;
        font-size: 12pt;
    }

    .order-text span {
        width: 70%;
        font-size: 12pt;
    }

    /* Order call mob window */
    .order-call-wrap {
        width: 100%;
    }

    .order-call-form {
        top: 15%;
    }

    .order-call-form input {
        width: 60%;
        height: 25px;
        margin-top: 5px;
        font-size: 10pt;
    }

    .order-call-form input::-webkit-input-placeholder {
        text-align: center;
        font-size: 10pt;
    }

    .order-call-form input[type=submit] {
        width: 70%;
        height: 40px;
        margin-top: 10px;
        font-size: 12pt;
    }

    .order-call-text span {
        width: 70%;
        font-size: 12pt;
    }

    .first-call,
    .first-order {
        top: 20%;
        font-size: 10pt;
    }

    .busy-call,
    .busy-order {
        top: 20%;
        font-size: 10pt;
    }

}

@media screen and (max-width: 330px) {

    .item-leftside-view-pillow {
        margin-top: 100px;
    }

    .item-leftside-bkg-pillow {
        display: none;
    }

    .header-phone {
        margin-left: 20px;
        font-size: 12px;
    }

    .products-item {
        font-size: 8pt;
        height: 110px;
        margin-top: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .header-logo {
        margin-left: 10px;
    }
}