* {
    margin: 0;
    padding: 0;
}

html {
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt; /*14pt | 19px*/
    color: #5e606a;
}

#navigation-menu {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 1rem;
    z-index: 50;
}

#navigation-menu .menu-link {
    cursor: pointer;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--navigation-color);
    border: 1px solid var(--navigation-color);
    margin: 0.5rem 2px;
    /*transition: linear 0.5s;*/
}

#navigation-menu .menu-link:hover {
    background: none;
    padding: 0;
    border: 6px solid var(--navigation-color);
    margin: calc(0.5rem - 2px) 0;
}

#navigation-menu .menu-link.menu-link-highlight/*,
#navigation-menu .menu-link.active*/ {
    background: none;
    padding: 4px;
    border: 2px solid var(--navigation-color);
    margin: calc(0.5rem - 2px) 0;
}

#navigation-menu .mini-link {
    cursor: pointer;
    width: 8px;
    height: 2px;
    border-radius: 50%;
    background: var(--navigation-color);
    border: 1px solid var(--navigation-color);
    margin: 0.5rem 2px;
}

#navigation-menu .mini-link:hover {
    width: 10px;
    padding: 0;
    border-radius: 20%;
    background: var(--navigation-color);
    border: 2px solid var(--navigation-color);
    margin: calc(0.5rem - 1px) 0;
}

#navigation-menu .mini-link.menu-link-highlight {
    padding: 0;
    background: none;
    border-radius: 20%;
    border: 2px solid var(--navigation-color);
    margin: calc(0.5rem - 1px) 0;
}


.section {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
}

.section > div {
    width: var(--main-width);
}


/*main*/

.main {
    background:
            url(../images/bg.jpg) no-repeat top center;
            linear-gradient(-45deg, #6a3093, #a044ff);
    background-size: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    color: white;
}

.main-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10vh 0 0;
    font-size: 13pt;

}

.main-header a {
    color: white;
    text-decoration: none;
}

.main-header h2 {
    font-size: 18pt;
    text-transform: uppercase;
}

.main-header > nav {
    display: flex;
    flex-direction: row;
    margin-left: auto;
}

.main-header > nav a {
    margin-right: 2.5rem;
}

.main-header > nav a:hover {
    border-bottom: 1px solid var(--button-pink);
    margin-bottom: -1px;
}

.main-header > div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.main-header > div a {
    font-weight: 600;
    margin-right: 2rem;
}

.main-header > div a:first-child:hover {
    border-bottom: 1px solid var(--button-pink);
    margin-bottom: -1px;
}

.main-header > div a:last-child {
    margin-right: 0;
}

.telorder {
    cursor: pointer;
    display: flex;
    color: white;
    text-decoration: none;
    font-size: 9pt;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0.4rem 1.2rem;
    border: 2px solid white;
    border-radius: 40px;
    text-align: center;
}

.telorder:hover {
    border: 2px solid var(--button-pink);
}

.main-description {
    padding-left: 10vh;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;

    background-image: url(../images/main-bg.png);
    background-repeat: no-repeat;
    background-position: calc(0% + 110px) 0;
    background-size: contain;
}

.main-text {
    flex-basis: 35%;
    padding-right: 15%;
}

.main-text h1 {
    font-size: 40pt;
    line-height: 50pt;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 4vh;
}

.main-text > span {
    font-size: 15pt;
}

.main-text div {
    margin-top: 6vh;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pink {
    border-color: var(--button-pink);
    background: var(--button-pink);
}

.pink:hover {
    border: 2px solid white;
}

.main-text div span {
    margin-left: 1rem;
    font-size: 8pt;
    flex-basis: 40%;
}

.mouse {
    cursor: pointer;
    position: relative;
    margin-bottom: 3vh;
    right: 2px;

    animation-name: mouseanim;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes mouseanim {
    0% {top: 0;}
    50% {top: 0.3rem;}
    100% {top: 0;}
}





/* about*/

.about {
    background: url(../images/lines-bg.png) no-repeat top center;
    background-size: auto;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-description {
    width: var(--main-width);
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.about-logistic {
    flex-basis: 50%;
    position: relative;
    margin-right: 5vh;
    width: 553px;
    height: 424px;
}

#myCanvas {
    position: relative;
    z-index: -1;
    width: 553px;
    height: 424px;
}

.about-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
}

.about-icon div {
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f0e2ff;
    border-radius: 100%;
}

.about-icon span {
    max-width: 150px;
    font-size: 9pt;
    text-align: center;
    margin-top: 0.5rem;
}

#icon1 {
    top: 0;
    right: 0;
    left: 0;
}

#icon2 {
    right: 0;
    top: calc(50% - 120px/2 - 60px);
}

#icon2 img {
    transform: rotate(-45deg);
}

#icon3 {
    left: 0;
    top: calc(50% - 120px/2);
}

#icon4 {
    bottom: 0;
    right: 0;
    left: 0;
}

.about-text {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    margin-left: 32px;
}

.section h2 {
    font-size: 22pt;
    color: #7f38bd;
}

.section h3 {
    font-size: 16pt;
    margin: 8vh 0 6vh;
    font-weight: 600;
    position: relative;
    z-index: 50;
}

.section h4 {

}

.about-text p {
    font-size: 11pt;
    margin-bottom: 3vh;
}




/* services */
.services {
    background: #faf8fb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.services-description {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.services-text {
    flex-basis: 40%;
    padding-bottom: calc(6vh + 25px);
}

.services-text ul {
    list-style: none;
    font-size: 11pt;
    margin-bottom: 8vh;
}

.services-text ul li:before {
    content: '\2022\00A0';
}

.services-text ul li:after {
    content: ';';
}

.services-text ul li:last-child:after {
    content: '.';
}

.bignumber {
    /*mix-blend-mode: lighten;*/
    color: #faf8fb;
    font-family: 'Black Han Sans', sans-serif;
    position: absolute;
    left: -55pt;
    top: -55pt;
    font-size: 120pt;
    text-shadow: 0 0 25pt rgba(81, 8, 86, 0.12);
    z-index: -10;
}

.bignumber-two {
    color: #fff;
}

.consultation {
    height: 90px;
    width: 100%;
    background: var(--main-color);
    border-radius: 8px;

    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;

    color: white;

    box-shadow: 0 10px 15px 5px rgba(81, 8, 86, 0.12);
}

.qua {
    display: flex;
    flex-direction: column;
}

.qua i {
    font-size: 10pt;
}

.qua h4 {
    font-size: 12pt;
}


.services-slider {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    margin-right: 82px;
}

.wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 100;
    width: 470px;
}

.shadow {
    position: absolute;
    align-self: center;
    height: 50px;
    border-radius: 8px;
}

.shadow-one {
    background: #beb7be;
    top: -8px;
    width: 95%;
    z-index: -5;
}

.shadow-two {
    background: #e7e2ec;
    top: -16px;
    width: 88%;
    z-index: -6
}


.frame {
    height: 360px;
    line-height: 360px;
    border-radius: 8px;
    box-shadow: 0 10px 15px 5px rgba(81, 8, 86, 0.12);
}

.frame ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

.frame ul li {
    float: left;
    text-align: center;
    cursor: pointer;
    height: 360px;
    width: 470px;
}

.frame ul li img {
    width: auto;
    height: 360px;
    border-radius: 8px;
}

.controls {
    margin-top: 6vh;
    display: flex;
    flex-direction: row;
    margin-left: 10px;
}

.btn {
    cursor: pointer;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 1.5rem;
}

.btn-inside {
    position: relative;
    width: 70px;
    height: 2px;
    background: var(--main-color);
    color: var(--main-color);
}

.next .btn-inside:after {
    content: '\203A';
    font-size: 26pt;
    position: absolute;
    right: -10px;
    top: -27px;
}

.prev .btn-inside:after {
    content: '\2039';
    font-size: 26pt;
    position: absolute;
    left: -10px;
    top: -27px;
}

.btn:hover .btn-inside {
    background: var(--button-pink);
    color: var(--button-pink);
}


/* interior */
.interior {
    background:
            url(../images/bgfurniture.png) no-repeat top center;
    background-size: contain;
    background-position: center bottom;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

}

.interior-description {
    padding-left: 10vh;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;

}

.interior-text {
    flex-basis: 40%;
    margin-right: 10%;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.interior-text .telorder {
    margin-top: 2vh;
}

.white {
    color: white;
    background: var(--button-pink);
    border-color: var(--button-pink);
}

.white:hover {
    color: var(--button-pink);
    background: inherit;
}

/* polygraphy */

.polygraphy {
    background:
             url(../images/bg-poly-plane.png) no-repeat top center,
             #faf8fb url(../images/bg-poly.png) no-repeat top center;

    background-size: contain;
    background-position: center bottom;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.polygraphy-description {
    display: flex;
}

.polygraphy-text {
    flex-basis: 60%;
    display: flex;
}

.polygraphy-text span {
    padding-right: 20%;
}

.polygraphy-text .qua {
    margin-top: 3vh;
}

.forms {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-top: 5vh;
}

.forms-name,
.forms-tel {
    width: 193px;
    border: none;
    background: inherit;
    height: 36px;
    border-bottom: 1px solid #cccccc;
    padding: 0 10px;
    margin-right: 40px;
    font-style: italic;
}


/* reviews */

.reviews,
.faq {
    background: url(../images/lines-bg.png) no-repeat top center;
    background-size: auto;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reviews-description {
    display: flex;
    flex-direction: column;
}

.reviews-text {
    margin: 0;
}

.reviews-slider {
    margin-top: 8vh;
    position: relative;
}

.reviews-frame {
    height: 240px;
    overflow: hidden;
    position: relative;
}

.reviews-frame nav {
    height: 100%;
}

.reviews-frame .review {
    height: 220px;
    float: left;
    cursor: pointer;

    width: 700px;
    margin: 0 1rem;
    background: #fff;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    border-radius: 8px;
    box-shadow: 0 6px 10px 5px rgba(0, 0, 0, 0.07);
}

.reviews-frame .review:first-child {
    margin-left: 0;
}

.reviews-frame .review:last-child {
    margin-right: 0;
}

.review-position {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;

    padding: 0 2.5rem;
}

.review-position img {
    border-radius: 50%;
}

.review-text {
    margin-left: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.review-text span {
    font-weight: 600;
}

.review-text a {
    margin-top: 0.3rem;
    text-decoration: none;
    font-size: 11pt;
    color: #3594dd;
}

.shadow-white {
    height: 240px;
    width: 240px;
    background: linear-gradient(to right, white, rgba(0, 0, 0, 0));
    position: absolute;
    z-index: 500;
    top: 0;
}

.shadow-white-one {
    left: 0;
}

.shadow-white-two {
    right: 0;
    background: linear-gradient(to left, white, rgba(0, 0, 0, 0));
}

.reviews-slider .controls {
    margin-left: 245px;
}

/* faq */

.faq .reviews-description {
    padding-bottom: 4vh;
}

.faq-text {
    margin-top: 5vh;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.faq-text-block {
    flex-basis: 48%;
    display: flex;
    flex-direction: column;

    padding-right: 1rem;
    margin-bottom: 3vh;
}

.faq-text-block h4 {
    font-size: 13pt;
}

.faq-text-block span {
    margin-top: 1.5vh;
}

.faq .consultation {
    background: var(--main-color) url(../images/quest.png) no-repeat;
    background-size: contain;
    background-position: calc(0% + 20px) 0;
    margin-top: 5vh;
    align-self: center;
    width: 80%;
    flex-direction: column;
    align-items: flex-start;
    padding: 5vh 0;
}

.faq .consultation form input,
.faq .consultation form input::placeholder {
    color: white;
}

.faq .consultation span,
.faq .consultation form {
    margin-left: 250px;
}

/* contacts*/

.contacts {
    background: var(--main-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.contacts iframe {
    background: var(--navigation-color);
}

.contacts .contacts-block {
    width: 1170px;
    position: absolute;
    top: calc((90vh - 320px)/2);
}

.contacts .contacts-block div {
    position: absolute;
    left: 0;


    background: white;
    border-radius: 8px;
    box-shadow: 0 10px 15px 5px rgba(81, 8, 86, 0.12);

    display: flex;
    flex-direction: column;

    padding: 70px 80px;
}

.contacts .contacts-block div span {
    display: flex;
    flex-direction: column;

    margin-top: 5vh;
}

.contacts .contacts-block div span a {
    margin-bottom: 2.5vh;

    text-decoration: none;
    color: #5e606a;

    padding-left: 30px;
}

.contacts .contacts-block div span a:hover {
    text-decoration: solid;
    color: var(--main-color);
}

.contacts .contacts-block div span a:nth-child(1) {
    background: url(../images/map.svg) no-repeat;
}

.contacts .contacts-block div span a:nth-child(2) {
    background: url(../images/mail.svg) no-repeat;
}

.contacts .contacts-block div span a:nth-child(3) {
    background: url(../images/phone.svg) no-repeat;
}

.contacts footer {
    height: 10%;
    width: var(--main-width);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    color: white;
}

.contacts footer a {
    color: inherit;
}