html {
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
}

body {
    font-family: "Ubuntu", sans-serif;
}

.mail__link {
    
        text-decoration: none;
        color: #f2f2f2;
        font-size: 16px;
  
}

.mail__link_head {
    color: #525252;
}

.container {
    width: 100%;
    max-width: 1660px;
    margin: 0 auto;
    padding: 15px 15px;
    box-sizing: border-box;
}

#menu__toggle {
    opacity: 0;
    display: none;
}

.wrapper {
    overflow: hidden;
}

.wrapper__thanks {
    overflow:visible;
    overflow-x: hidden;
}

.dots {
    border-radius: 10px;
    width: 10px;
    height: 10px;
    background: #13cce0;
}

.btn {
    cursor: pointer;
    padding: 5px 15px;
    border-radius: 25px;
    text-transform: uppercase;
    font-family: "Ubuntu", sans-serif;
    font-weight: 500;
}

.chain {
    margin-right: 1px;
    height: 20px;
}

.btn_review {
    font-family: "Ubuntu", sans-serif;
    border: 1px solid #525252;
    background: #ffffff;
    display: flex;
    color: #525252;
    align-content: center;
    align-items: center;
    font-weight: 500;
}

.btn_review:hover {
    background: #FFEB00;
}

.btn_callback {
    padding: 7px 15px;
    border: 1px solid #ffffff;
    background: #e83463;
    color: #ffffff;
}

.btn_callback:hover {
    background: #ffffff;
    color: #13cce0;
}
.btn_red {
    background: #e83463;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
    border: 0;
    width: 100%;
}

.main__zik {
    /* max-width: 1660px; */
    width: 1660px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 35px;
}

.field_form_3_rev {
    border: 0;
    width: 100%;
}
.btn_blue {
    background: #13cce0;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
    border: 0;
    width: 100%;
}
.contact-item__icon {
    margin: 5px;

    border-radius: 15px;
}

.contact-item__phone {
    color: #000000;
    text-decoration: none;
    display: block;
}

.header__action {
    background: #13cce0;
    position: relative;
}

.header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.header__action::before {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 100px;
    min-height: 100%;
    left: 0;
    top: 0;
}
.header__meta {
    display: flex;
}

.header__review {
    width: 33.33%;
    display: flex;
    justify-content: flex-end;
}

.header__logo {
    width: 16.66%;
    position: absolute;
    left: 2%;
    top: -50px;
    z-index: 1;
}

.logo {
    max-width: 211px;
    width: 100%;
    height: auto;
}

.header__callback {
    width: 33.33%;
    display: flex;
    justify-content: flex-end;
}

.header__action {
    display: flex;
}

.header__contacts-wrapper {
    min-width: 50%;
}

.header__contacts {
    display: flex;
    justify-content: space-between;
    min-width: 50%;
}

.header__nav {
    min-width: 50%;
}

.contact-item {
    display: flex;
    align-items: center;
}

.main__sub-nav {
    position: absolute;
    top: 50%;
    left: -90px;
}

.sub-nav__item {
    background: #ffffff;
    margin: 15px 0;
    padding: 10px;
    border-radius: 100px;
    display: flex;
}

.sub-nav__meta {
    width: 100px;
}

.nav__line {
    display: flex;
    justify-content: space-between;
}

.nav__link {
    display: block;
    padding: 15px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    color: #525252;
}

.nav__item_lvl1 > .nav__link::after {
    content: "";
    border: 8px solid transparent;
    border-top: 8px solid #ffeb00;
    position: relative;
    top: 15px;
    left: 10px;
}

.nav__link::after {
}

.nav__link_first:after {
    display: none;
}
.nav__item .nav__link {
    pointer-events: none;
}

.nav__item_lvl1:last-child > .nav__link {
    display: block;
    padding: 15px 0px 15px 15px;
    text-decoration: none;
}
.nav__item_lvl1:first-child > .nav__link {
    display: block;
    padding: 15px 15px 15px 5px;
    text-decoration: none;
}

.nav__sub-menu {
    display: none;
    background-color: #fffcf4;
    position: relative;
}

.nav__item:hover .nav__sub-menu {
    display: block;
    position: absolute;
    z-index: 10;
    padding: 5px 15px;
    border-radius: 7px;
    border: 1px solid#6E6E6E;
    color: #6e6e6e;
    background: #f2f2f2;
    font-size: 16px;
    max-width: 200px;
}

.nav__item:hover .nav__sub-menu::before {
    content: "";
    display: block;
    position: absolute;
    border: 8px solid transparent;
    border-bottom: 8px solid #f2f2f2;
    left: calc(50% - 8px);
    top: -16px;
}

.nav__sub-menu .nav__item {
    font-size: 16px;
    color: #6e6e6e;
    text-decoration: none;
    padding: 15px 5px 15px 10px;
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    background: #f2f2f2;
    border: 1px solid#6E6E6E;
    margin: 5px 0;
}

/* .nav__sub-menu .nav__item:hover {
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;   
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    font-weight: 500;
    background: #13cce0;
   text-transform: uppercase;
    margin: 5px 0;
} */

.nav__sub-menu .nav__item:hover .nav__link {
    font-weight: 500;
    color: #ffffff;
    padding: 0 25px 0 0;
}

.nav__sub-menu .nav__item:hover .nav__link::after {
    content: "";
    border: 8px solid transparent;
    border-left: 8px solid #ffffff;
    position: absolute;
    top: 0;
    right: 0;
}

.nav__sub-menu .nav__link {
    text-decoration: none;
    color: #6e6e6e;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0;
}

.nav__sub-menu .nav__item:hover {
    font-size: 16px;
    color: #6e6e6e;
    text-decoration: none;
    padding: 15px 5px 15px 10px;
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    background: #13cce0;
}
/* .nav__sub-menu .nav__item:first-child .nav__link {
    display: block;
    padding: 0;
    text-decoration: none;
} */

.navigation__item_lvl2 {
    position: relative;
}

.navigation__info {
    display: none;
}

.navigation__item_lvl2::after {
    position: absolute;
    content: "";

    right: -90px;
    top: 0px;
    width: 100px;
    height: 100%;
    z-index: -2;
}

.navigation__item_lvl2:hover .navigation__info {
    display: block;
    position: absolute;
    top: -12px;
    left: 205px;
    width: 100%;
    background: #f2f2f2;
    border: 1px solid#6E6E6E;
    padding: 15px;
    margin-left: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 1.2;
    color: #6e6e6e;
    min-width: 340px;
}

.navigation__title {
    color: #13cce0;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}

.navigation__p {
    font-size: 14px;
    margin-bottom: 10px;
    min-width: 300px;
}

.main {
    position: relative;
    /* height: 801px; */
    background: url(img/header_bg.png);
    background-position-x: center;
    background-size: cover;
}

.main_thanks {
   
}

.thk_text {
    text-align: center;
    padding: 45px;
    font-size: 38px;
}


.main__container {
    width: 100%;
    max-width: 1660px;
    display: flex;
    margin: 0 auto;
    padding: 15px 0px;
    /* box-sizing: border-box; */
    position: relative;
    justify-content: flex-start;
}

.main__bg {
    z-index: -1;
    position: relative;
}
.main__wrapper {
    /* position: absolute; */
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
}

.main__meta {
    margin-top: 10%;
    width: 90%;
    margin-bottom: 40px;
}

.main__meta-wrapper {
    width: 70%;
}
.main__left {
    width: 60%;
}

.main__left {
    z-index: 2;
    /* position: absolute; */
    display: flex;
    justify-content: flex-end;
    left: 0;
}

.main__right {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
}

.main__right-wrapper {
    position: relative;
    text-align: right;
}

.main__img {
    padding: 15px;
    /* min-width: 830px; */
    width: 100%;
    box-sizing: border-box;
}

.main__bg-img {
    width: 100%;
}

.main__title,
.main__sub-title {
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
}

.main__desc {
    margin-top: 130px;
    margin-bottom: 100px;
    width: 50%;
    padding-left: 10px;
    border-left: 2px solid #13cce0;
}

.main__p {
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 20px;
    line-height: 1.2;
}

.main__dots {
    display: flex;
    margin: 29px 0;
}

.main__wrapper::after {
    width: 130px;
    height: 130px;
    content: "";
    position: absolute;
    bottom: -30px;
    left: calc(50% - 65px);
    background: url(img/logo-blue.png);
}
.dots {
    margin-right: 12px;
}

.services {
    position: relative;
    top: -60px;
    z-index: -2;
    background: url(img/service-bg.jpg);
    min-height: 100%;
    background-size: cover;
}

.services__container {
    width: 100%;
    max-width: 1140px;
    max-width: 1000px;
    display: flex;
    margin: 0 auto;
    padding: 15px 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.services__bg {
    z-index: -1;
    position: relative;
}
.services__wrapper {
    /* position: absolute;
    left: 0; */
    position: relative;
    width: 100%;
    display: flex;
    margin-bottom: 130px;
}
.services__bg-img {
    width: 100%;
}

.services__title {
    margin: 80px auto 30px;
    font-size: 40px;
    line-height: 1.2;
    width: 80%;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.services__gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* padding-bottom: 230px; */
}

.services__item {
    display: flex;
    flex-direction: column;
    width: 25%;
}

.services__pic {
    position: relative;
    text-align: center;
}

.services__pic-img {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 10px;
}

.services__pic-bg {
    position: relative;
    z-index: 1;
    object-position: center;
}

.services__desc {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 400;
}

.services__desc span {
    display: block;
}

.services__floor-img {
    width: 100%;
    display: block;
}

.services__floor-img-big {
    width: 100%;
    display: block;
    display: none;
}

.services__layer {
    width: 100%;
    height: 100%;
    position: absolute;
}

.services__box5 {
    position: absolute;
    top: 50px;
    right: calc(100% - 15%);
    width: 280px;
    height: 280px;
    transform: rotate(7.385deg);
    background: url(img/layers/box5.png);
}

.services__label {
    width: 99px;
    height: 319px;
    position: absolute;
    top: 0;
    left: calc(100% - 12%);
    background: url(img/layers/label.png);
}

.services__floor {
    position: relative;
}

.floor__layer {
    width: 100%;
    height: 100%;
    position: absolute;
}

.floor__box4 {
    position: absolute;
    left: calc(100% - 25%);
    bottom: 10px;
    width: 475px;
    height: 283px;
    background: url(img/layers/box4.png);
}
.floor__box3 {
    position: absolute;
    left: calc(100% - 38%);
    bottom: 20px;
    width: 249px;
    height: 208px;
    background: url(img/layers/box3.png);
}
.floor__box2 {
    position: absolute;
    right: calc(100% - 41%);
    bottom: 0;
    width: 273px;
    height: 319px;
    background: url(img/layers/box2.png);
}
.floor__books {
    position: absolute;
    right: calc(50% - 271px);
    bottom: -60px;
    width: 542px;
    height: 338px;
    background: url(img/layers/books.png);
}

.floor__box1 {
    position: absolute;
    right: calc(100% - 25.5%);
    bottom: 68px;
    width: 504px;
    height: 451px;
    background: url(img/layers/box1.png);
}

.advantages {
    background: linear-gradient(180deg, #c0c0c0 2.95%, #f2f2f2 94.26%);
    /* background: url(img/adv_bg.png); */
    position: relative;
    top: -60px;
    z-index: -3;
}

.advantages__wrapper {
    position: relative;
    z-index: 1;
    padding-top: 100px;
}
.advantages__layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
}
.advantages__sub-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.advantages__light-left {
    position: absolute;
    top: 0;
    left: -15%;
    background: url(img/lamp-light/lamps-lights1.png);
    width: 888px;
    height: 611.903px;
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}
.advantages__light-right {
    position: absolute;
    top: 0;
   right: -5%;
    background: url(img/lamp-light/lamps-lights2.png);
    width: 888px;
    height: 611.903px;
    background-size: contain;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}


.advantages__scotch {
    position: absolute;
    top: 0;
    left: 5%;
    background: url(img/layers/skotch1.png);
    width: 147.644px;
    height: 226px;
}
.advantages__lamp2 {
    position: absolute;
    top: 0;
    right: 3%;
    background: url(img/layers/lamps2.png);
    width: 72px;
    height: 422px;
}
.advantages__lamp3 {
    position: absolute;
    top: 0;
    left: 3%;
    background: url(img/layers/lamps2.png);
    width: 72px;
    height: 422px;
}
.advantages__lamp4 {
    position: absolute;
    top: 0;
    right: 16%;
    background: url(img/layers/lamps1.png);
    width: 111px;
height: 235px;
}

.advantages__polygon {
    text-align: center;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.advantages__container {
    width: 100%;
    max-width: 1140px;
    display: flex;
    margin: 0 auto;
    padding: 15px 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    z-index: 5;
    position: relative;
}

.advantages__title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0 auto;
}

.advantages__gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.advantages__item {
    max-width: 268px;
    margin: 30px 30px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advantages__pic {
}

.advantages__head {
    padding: 24px 0 19px;
    color: #525252;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.advantages__desc {
    font-size: 18px;
    padding: 18px 10px;
    border: 1px dashed #13cce0;
    text-align: center;
    opacity: 0.75;
    background: #ffffff;
    color: #13cce0;
}

.advantages__elipse {
    position: absolute;
    bottom: -100px;
    width: 100%;
}

.advantages__elipse-img {
    width: 100%;
}

.advantages__polygon-img {
    width: 100%;
    max-width: 1104px;
}

.examples {
    background: url(img/wood_bg.png);
    background-position-x: center;
    position: relative;
    top: -60px;
    background-size: cover;
    /* margin-bottom: -60px; */
}

.services__layer {
    width: 100%;
    height: 100%;
    position: absolute;
}

.examples__polygon {
    text-align: center;
}

.examples__container {
    width: 100%;
    max-width: 1140px;
    display: flex;
    margin: 0 auto;
    padding: 15px 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.examples__wrapper {
    padding-bottom: 30px;
    position: relative;
}

.examples__layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.examples__magazine {
    width: 416px;
    height: 262px;
    position: absolute;
    right: calc(100% - 22%);
    top: -60px;
    background: url(img/layers/magazine.png);
}

.examples__box {
    width: 352px;
    height: 220px;
    position: absolute;
    top: -60px;
    left: calc(100% - 22%);
    background: url(img/layers/box.png);
}

.examples__gallery {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
}

.examples__zik {
    padding-bottom: 30px;
}

.examples__title {
    padding: 9px 41px;
    margin: 0 auto;
    border-radius: 10px;
    background: var(--blue, #13cce0);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.examples__item {
    display: flex;
    flex-direction: column;
    width: 30%;

    margin-top: 210px;
}

.examples__pic {
    position: relative;
    text-align: center;
}

.examples__pic-img {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: -180px;
    left: -15px;
}

.examples__pic-bg {
    position: relative;
    z-index: 1;
    object-position: center;
}

.examples__desc {
    margin: 10px auto;
    padding: 10px 15px;
    border-radius: 6px;
    text-align: center;
    font-size: 20px;
    color: #13cce0;
    background: #ffffff;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 700;
}

.examples__desc span {
    display: block;
}

.test__item {
    flex-direction: column;
}

.about {
    position: relative;
    top: -80px;
    background: linear-gradient(180deg, #f2f2f2 0%, #c0c0c0 100%);
    padding: 30px 0;
    z-index: 10;
}

.about__wrapper {
    display: flex;
    justify-content: flex-end;
}

.about__form-title {
    color: #e83463;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 120%; /* 36px */
    text-transform: uppercase;
}

.about__form-desc {
    margin: 15px 0;
    color: #525252;
    text-align: center;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -1px;
}

.about__form {
    margin-top: 116px;
    margin-bottom: 30px;
    width: 50%;
}

.about__zone {
    width: 50%;
}

.about-zone__img {
    position: absolute;
    right: 0;
}

.contact-form {
    max-width: 445px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background: var(--blue, #13cce0);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
}

.contact-form__input {
    border: 0;
    line-height: 3;
    padding: 5px 15px 5px 55px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    background: #ffffff;
}

.input-line {
    border-radius: 10px;
    background: #ffffff;
    margin: 15px;
    display: flex;
    position: relative;
}

.input-icon {
    max-width: 32px;
    padding: 0;
    position: absolute;
    bottom: 5px;
    left: 10px;
}

.input-icon_mail {
    bottom: 12px;
}


.input-icon_phone {
    bottom: 8px;
}
.contact-form__btn {
    padding: 26px 80px;
    margin: 15px auto;
    border-radius: 10px;
    background: #e83463;
    border: 0;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
}


.contact-form__btn:hover {
    background: #a02646;
    color: #ffffff;
}


.about__zone {
    position: relative;
    left: 0;
}

.about__meta {
    position: absolute;
    right: 16%;
    top: 25%;
    width: 380px;
    z-index: 1;
}

.about__meta-title {
    margin: 15px;
    color: #ffeb00;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.about__meta-p {
    margin: 15px 0;
    color: #fff;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
}

.footer {
    position: relative;
    top: -80px;
    background: #525252;
    /* z-index: -3; */
    margin-bottom: -100px;
    padding-top: 10px;
}

.footer_thanks {
    top: 0px;
}

.footer__wrapper {
    display: flex;
}

.footer__menu {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    padding-right: 5px;
}

.footer__column {
    padding: 15px;
    /* width: 25%; */
    box-sizing: border-box;
    flex-wrap: wrap;
}

.footer__menu-title {
    color: #13cce0;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.footer__menu_lined {
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
}

.footer__menu a {
    text-decoration: none;
    color: #f2f2f2;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8; /* 19.2px */
}

.footer__map-frame {
    border-radius: 25px;
    border: 2px solid #13cce0;
    width: 100%;
    max-height:278px;
    max-width:392px;
}

.accordion__wrapper {
    display: flex;
    flex-direction: column;
}



.accordion {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
}


.accordion__flag {
    background: url(img/arrow-down.png);
    width: 10px;
    height: 13px;
    position: absolute;
    right: 2px;
    bottom: 14px;
    display: none;
}
  
   .active>.accordion__flag {
    background: url(img/delete.png);
    width: 13px;
    height: 10px;
   }

.footer__contacts .contact-item__phone {
    line-height: 1.4;
}

.footer__menu_lined {
    border-bottom: 1px solid #f2f2f2;
}
.footer__menu_light {
    color: #ffeb00;
}

.footer__contacts {
    display: flex;
    flex-direction: column;
}

.footer__contacts .contact-item__meta {
    color: #f2f2f2;
}

.footer__contacts .contact-item {
    margin: 5px 0 10px;
}
.footer__contacts .contact-item__icon {
    margin: 0px 10px 0 0;
    border-radius: 15px;
}

.footer__menu_contact {
    padding-right: 5px;
    min-width: 220px;
}

.footer__map {
    width: 50%;
    flex: 1;
    align-content: end;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    text-align: right;
}

.footer__meta {
    width: 100%;
    display: flex;
    min-width: 100%;
    flex-wrap: wrap;
}

.footer__btn {
    margin-bottom: 15px;
}

@media screen and (max-width: 1750px) {
    .main__meta-wrapper {
        width: 70%;
        margin-left: 100px;
    }
}

@media screen and (max-width: 1440px) {
    .services__box5 {
        position: absolute;
        top: 50px;
        right: calc(100% - 15%);
        width: 280px;
        height: 280px;
        transform: rotate(7.385deg);
        background: url(img/layers/box5.png);
    }

    .services__label {
        width: 99px;
        height: 319px;
        position: absolute;
        top: 0;
        left: calc(100% - 12%);
        background: url(img/layers/label.png);
    }

    .floor__layer {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .floor__box4 {
        position: absolute;
        left: calc(100% - 19%);
        bottom: 10px;
        width: 475px;
        height: 283px;
        background: url(img/layers/box4.png);
    }
    .floor__box3 {
        position: absolute;
        left: calc(100% - 36%);
        bottom: 20px;
        width: 249px;
        height: 208px;
        background: url(img/layers/box3.png);
    }
    .floor__box2 {
        position: absolute;
        right: calc(100% - 38%);
        bottom: 0;
        width: 273px;
        height: 319px;
        background: url(img/layers/box2.png);
    }
    .floor__books {
        position: absolute;
        right: calc(50% - 271px);
        bottom: -60px;
        width: 542px;
        height: 338px;
        background: url(img/layers/books.png);
    }

    .floor__box1 {
        position: absolute;
        right: calc(100% - 25.5%);
        bottom: 68px;
        width: 504px;
        height: 451px;
        background: url(img/layers/box1.png);
    }
}

@media screen and (max-width: 1279px) {
    .main__left {
        width: 70%;
    }
    .main__right {
        z-index: 1;
        margin-left: 40%;
    }
    .main__desc {
        margin-top: 40px;
        width: 70%;
    }
    .header__callback,
    .header__review {
        width: 40%;
    }
    .logo {
        width: auto;
    }
    .main__meta {
        margin-bottom: 5px;
    }
    .main__desc {
        margin-bottom: 50px;
    }

    .footer__column {
        width: 50%;
    }

    .services__box5 {
        position: absolute;
        top: 50px;
        right: calc(100% - 15%);
        width: 280px;
        height: 280px;
        transform: rotate(7.385deg);
        background: url(img/layers/box5.png);
        transform: scale(0.7, 0.7);
    }

    .services__label {
        width: 99px;
        height: 319px;
        position: absolute;
        top: -20px;
        left: calc(100% - 12%);
        background: url(img/layers/label.png);
        transform: scale(0.7, 0.7);
    }

    .floor__layer {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .floor__box4 {
        position: absolute;
        left: calc(100% - 19%);
        bottom: 10px;
        width: 475px;
        height: 283px;
        background: url(img/layers/box4.png);
        transform: scale(0.88, 0.88);
    }
    .floor__box3 {
        position: absolute;
        left: calc(100% - 36%);
        bottom: 20px;
        width: 249px;
        height: 208px;
        background: url(img/layers/box3.png);
        transform: scale(0.88, 0.88);
    }
    .floor__box2 {
        position: absolute;
        right: calc(100% - 38%);
        bottom: 0;
        width: 273px;
        height: 319px;
        background: url(img/layers/box2.png);
        transform: scale(0.88, 0.88);
    }
    .floor__books {
        position: absolute;
        right: calc(50% - 271px);
        bottom: -60px;
        width: 542px;
        height: 338px;
        background: url(img/layers/books.png);
        transform: scale(0.88, 0.88);
    }

    .floor__box1 {
        position: absolute;
        right: calc(100% - 25.5%);
        bottom: 48px;
        width: 504px;
        height: 451px;
        background: url(img/layers/box1.png);
        transform: scale(0.88, 0.88);
    }
    .examples__magazine {
        transform: scale(0.7, 0.7);
        right: calc(100% - 22%);
        top: -100px;
    }

    .examples__box {
        transform: scale(0.7, 0.7);
        top: -100px;
        left: calc(100% - 22%);
    }
}

@media screen and (max-width: 1140px) {
    .main__sub-nav {
        display: none;
    }
    .main__meta-wrapper {
        width: 70%;
        margin-left: 0;
    }
    .services__wrapper {
        position: relative;
        width: 100%;
        display: flex;
        margin-bottom: 150px;
    }
}

@media screen and (max-width: 1062px) {
    .about__form {
        margin-top: 116px;
    }
    .about__form {
        margin-top: 61px;
        margin-bottom: 50px;
        width: 50%;
    }
    .main__desc {
        margin-bottom: 60px;
    }
    /* .footer__img {
        width: 100%;
    } */
    .footer__img {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .examples__desc {
        font-size: 16px;
    }

    .examples__gallery {
        /* justify-content: space-around; */
    }

    .examples__pic-img {
        position: absolute;
        z-index: 2;
        width: 100%;
        left: 0px;
        top: -110px;
    }

    .examples__pic-image {
        width: 100%;
    }

    .examples__item {
        max-width: 250px;
    }
    .contact-form {
        width: 90%;
    }

    .main__desc {
        margin-top: 30px;
        width: 70%;
    }
    .main__meta-wrapper {
        width: 80%;
    }
    .main__right {
        top: 50px;
    }
    .footer__map {
        width: 100%;
    }
    .footer__column {
        width: 50%;
    }
}

@media screen and (max-width: 992px) {
    .main__title,
    .main__sub-title {
        font-size: 34px;
    }

    .main__p {
        font-size: 16px;
    }
    .examples__item {
        margin-top: 150px;
    }
    .footer__wrapper {
        flex-wrap: wrap;
    }
    .footer__map {
        width: 50%;
    }
    .footer__meta {
        width: 100%;
        justify-content: space-between;
    }
    /* .footer__img {
        width: 100%;
    } */
    .contact-form__btn {
        margin: 15px auto;
    }
    .services__desc {
        font-size: 16px;
    }
    .header__callback,
    .header__review {
        width: 40%;
        display: none;
    }
    .header__wrapper {
        justify-content: center;
    }
    .header__contacts {
        gap: 10px;
    }
    .logo {
        width: 100%;
    }
    .header__logo {
        top: -10px;
    }
    .about__form {
        width: 40%;
    }

    .contact-form__btn {
        padding: 26px 0px;

        width: 100%;
        max-width: 80%;
    }
    .about__form {
        margin-top: 41px;
        margin-bottom: 50px;
    }
    .about__form-title {
        font-size: 28px;
    }
 

    .services__box5 {
        transform: scale(0.8, 0.8);
    }
    .services__label {
        transform: scale(0.8, 0.8);
    }

    .floor__box4 {
        transform: scale(0.8, 0.8);
    }
    .floor__box3 {
        transform: scale(0.8, 0.8);
    }
    .floor__box2 {
        transform: scale(0.8, 0.8);
    }
    .floor__books {
        transform: scale(0.8, 0.8);
    }

    .floor__box1 {
        transform: scale(0.8, 0.8);
    }

    .services__container {
        width: 80%;
    }
}

@media screen and (max-width: 850px) {
    .services__wrapper {
        margin-bottom: 180px;
    }
    .services__container {
        width: 90%;
    }
}

@media screen and (max-width: 801px) {
    .about__form {
        margin-top: 35px;
    }

    .main__desc {
        margin-bottom: 50px;
    }

    .header__action {
        display: flex;
        height: 50px;
    }

    /* .header__action {       
         position:static; 
    }

    .header__wrapper {
        position:static; 
    } */
#menu__toggle:checked ~ .menu__box {
    visibility: visible;
    right: 0;
}

#menu__toggle:checked ~ .menu__btn {
   position: fixed;
   left: 30px;
    top: 30px;
}



    .menu__box {
        display: block;
        position: fixed;
        visibility: hidden;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 80px 0;
        list-style: none;
        text-align: center;
        background-color: #13cce0;
        box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
        z-index: 2;
    }
    .nav__item:hover .nav__sub-menu {
        display: block;
        position: relative;
        z-index: 10;
        padding: 5px 15px;
        border-radius: 7px;
        border: 1px solid#6E6E6E;
        color: #6e6e6e;
        background: #f2f2f2;
        font-size: 16px;
        max-width: 200px;
    }

    .nav__item:hover .nav__sub-menu {
  margin: 0 auto;
        max-width: 90%;
    }
    .navigation__item_lvl2:hover .navigation__info {
        display: block;
        position: static;
        top: -12px;
        left: 205px;
        width: 100%;
        background: #f2f2f2;
        border: 1px solid#6E6E6E;
        padding: 15px;
        margin-left: 0px;
        margin-top: 15px;
        box-sizing: border-box;
        border-radius: 5px;
        line-height: 1.2;
        color: #6e6e6e;
        min-width: 340px;
    }
    .header__wrapper {
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
        position: relative;
    }

    .top-line_links {
        display: flex;
        justify-content: center;
    }

    .nav__line {
        display: flex;
        justify-content: flex-start; 
        width: 90%;
    }

    .nav__link {
        width: 90%;
        margin: 0 auto;
    }

    .nav__item_lvl1:first-child > .nav__link {
        display: block;
        padding: 15px;
        text-decoration: none;
    }
    .nav__item_lvl1:last-child > .nav__link {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .nav__item_lvl1 > .nav__link::after {
        content: "";
        border: 8px solid transparent;
        border-top: 8px solid #ffeb00;
        position: absolute;
        top: 20px;
        left: auto;
        right: 10px;
    }

    .menu__btn {
        display: flex; /* РёСЃРїРѕР»СЊР·СѓРµРј flex РґР»СЏ С†РµРЅС‚СЂРёСЂРѕРІР°РЅРёСЏ СЃРѕРґРµСЂР¶РёРјРѕРіРѕ */
        align-items: center; /* С†РµРЅС‚СЂРёСЂСѓРµРј СЃРѕРґРµСЂР¶РёРјРѕРµ РєРЅРѕРїРєРё */
        position: absolute;
        right: 30px;
        top: 10px;
        width: 26px;
        height: 26px;
        caret-color: transparent;
        z-index: 9991;
    }
    /* РґРѕР±Р°РІР»СЏРµРј "РіР°РјР±СѓСЂРіРµСЂ" */
    .menu__btn > span,
    .menu__btn > span::before,
    .menu__btn > span::after {
        display: block;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #ffffff;
    }
    .menu__btn > span::before {
        content: "";
        top: -8px;
    }
    .menu__btn > span::after {
        content: "";
        top: 8px;
    }

    /* СЌР»РµРјРµРЅС‚С‹ РјРµРЅСЋ */

    .menu__item:hover {
        background-color: #cfd8dc;
    }

    #menu__toggle:checked ~ .menu__btn > span {
        transform: rotate(45deg);
    }
    #menu__toggle:checked ~ .menu__btn > span::before {
        top: 0;
        transform: rotate(0);
    }
    #menu__toggle:checked ~ .menu__btn > span::after {
        top: 0;
        transform: rotate(90deg);
    }
    #menu__toggle:checked ~ .menu__box {
        visibility: visible;
        left: 0;
    }
    #menu__toggle:checked ~ body {
        overflow: hidden;
    }

    #menu__toggle:checked ~ .menu__box .line__link_secondary > a {
        box-sizing: border-box;
        padding: 15px 0;
        font-size: 24px;
        line-height: 3em;
    }

    .menu__btn > span,
    .menu__btn > span::before,
    .menu__btn > span::after {
        transition-duration: 0.25s;
    }
    .menu__box {
        transition-duration: 0.25s;
    }
    .menu__item {
        transition-duration: 0.25s;
    }

    .nav__line {
        display: flex;
        flex-direction: column;
    }

    .navigation li {
        list-style-type: none;
        text-align: center;
        width: 100%;
        padding: 10px;
        margin: 0;
        box-sizing: border-box;
    }

    .navigation__item:first-child .navigation__link {
        padding: 10px 15px 10px 15px;
    }

    .menu__btn::after {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        background: #13cce0;
        z-index: -1;
        left: -5px;
        top: -2px;
        width: calc(100% + 10px);
        height: calc(100% + 4px);
    }
    .examples__magazine {
        transform: scale(0.7, 0.7);
        right: calc(100% - 32%);
        top: -200px;
    }

    .examples__box {
        transform: scale(0.7, 0.7);
        top: -180px;
        left: calc(100% - 32%);
    }
}

@media screen and (max-width: 768px) {
    .main__right {
        margin-left: 49%;
    }
    .main__meta-wrapper {
        width: 80%;
    }
    .main__title,
    .main__sub-title {
        font-size: 24px;
    }
    .main__meta {
        margin-top: 5%;
    }
    .main__dots {
        margin: 15px 0;
    }
    .main__desc {
        margin-top: 25px;
        width: 90%;
    }
    .main__p {
        padding-bottom: 13px;
        font-size: 16px;
        line-height: 1.1;
    }
    .top-line_links {
        display: flex;
        /* justify-content: flex-end; */
    }
    .header__wrapper-nav {
        justify-content: flex-end;
    }
    .services__item {
        width: 50%;
    }
    .examples__title {
        font-size: 28px;
    }
    .examples__gallery {
        /* justify-content: center; */
    }

    /* .examples__item:nth-last-child(2) {
        display: none;
    }

    .examples__item:nth-last-child(1) {
        display: none;
    } */
    /* .examples__item {
        max-width: 350px;
        width: 60%;
    } */

    .examples__pic-img {
        top: -160px;
        left: -15%;
    }
    .examples__pic-image {
        width: auto;
    }

    .about__wrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0px;
    }

    .about__zone,
    .about__form {
        width: 100%;
        position: static;
        margin: 0 auto;
    }
    .about-zone__img {
        right: 0;
        position: relative;
        left: -40%;
        width: 150%;
    }
    .advantages__elipse {
        position: absolute;
        bottom: -50px;
        width: 100%;
    }
    .about__meta {
        left: 25%;

        top: 180px;
        width: 380px;

        padding: 15px;
        box-sizing: border-box;
    }
    .header__logo {
        width: 14.66%;
        top: -20px;
    }
    .main__desc {
        margin-top: 20px;
        width: 100%;
    }
    .main__right {
        top: 30px;
    }
    .services__floor-img {
        display: none;
    }

    .services__floor-img-big {
        width: 100%;
        display: block;
    }

    .services__box5 {
        transform: scale(0.8, 0.8);
    }
    .services__label {
        transform: scale(0.8, 0.8);
    }

    .floor__box4 {
        transform: scale(0.65, 0.65);
        left: calc(100% - 35%);
        bottom: 30px;
    }
    .floor__box3 {
        transform: scale(0.7, 0.7);
        left: calc(100% - 50%);
    }
    .floor__box2 {
        right: calc(100% - 62%);
        transform: scale(0.7, 0.7);
        bottom: 20px;
    }
    .floor__books {
        transform: scale(0.8, 0.8);
        right: calc(100% - 55%);
        bottom: -45px;
        z-index: 3;
    }

    .floor__box1 {
        transform: scale(0.5, 0.5);
        right: calc(100% - 25.5%);
        bottom: 48px;
        display: none;
        z-index: 2;
    }
    .examples__magazine {
        transform: scale(0.7, 0.7);
        right: calc(100% - 42%);
        top: -200px;
    }

    .examples__box {
        transform: scale(0.7, 0.7);
        top: -180px;
        left: calc(100% - 42%);
    }
}

@media screen and (max-width: 650px) {
    .logo {
        width: auto;
    }
    .about__meta {
        top: 125px;
    }

    .header__contacts {
        display: flex;
        justify-content: space-between;
        min-width: 50%;
        margin: 0 0 15px 0;
    }
    .main__right {
        z-index: 1;
        position: static;
        right: 0;
        top: 0;
    }
    .main__left {
        width: 100%;
    }
    .main__meta-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .main__title,
    .main__sub-title {
        font-size: 26px;
        font-weight: 300;
        text-transform: uppercase;
        width: 70%;
        align-self: flex-end;
        text-align: center;
    }
    .main__dots {
        width: 70%;
        align-self: flex-end;
        text-align: center;
        justify-content: center;
    }
    .main__right {
        margin-left: 0;
    }
    .main__left {
        justify-content: center;
    }
    .main__desc {
        width: 35%;
        margin-top: 0;
    }
 
    .services__box5 {
        transform: scale(0.8, 0.8);
    }
    .services__label {
        transform: scale(0.8, 0.8);
    }

    .floor__box4 {
        transform: scale(0.65, 0.65);
        left: calc(100% - 40%);
        bottom: 30px;
    }
    .floor__box3 {
        z-index: 10;
        transform: scale(0.6, 0.6);
        left: calc(100% - 55%);
    }
    .floor__box2 {
        right: calc(100% - 62%);
        transform: scale(0.7, 0.7);
        bottom: 20px;
    }
    .floor__books {
        transform: scale(0.8, 0.8);
        right: calc(100% - 60%);
        bottom: -55px;
    }

    .floor__box1 {
        transform: scale(0.8, 0.8);
    }
}

@media screen and (max-width: 600px) {
    .logo {
        width: auto;
        max-width: 150px;
    }
    .advantages__title {
 
        font-size: 36px;
    
    }
    .footer__map-frame {
       
        width: 100%;
        max-height: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .header__contacts {
        display: flex;
        justify-content: space-between;
        min-width: 50%;
        flex-direction: column;
    }
    .header__contacts {
        display: flex;
        justify-content: flex-end;
        min-width: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        margin-right: 15px;
        width: auto;
    }

    .header__contacts-wrapper {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .about-zone__img {
        right: 0;
        position: relative;
        left: -50%;
        width: 150%;
    }
    .about__meta {
        left: 15%;
        top: 120px;
        width: 400px;

        padding: 15px;
        box-sizing: border-box;
    }
    .about__meta-p {
        font-size: 14px;
    }
    .footer__column:nth-child(3) {
        width: 100%;
    }
    .footer__meta {
        flex-wrap: wrap;
    }
    .examples__magazine {
        transform: scale(0.6, 0.6);
        right: calc(100% - 42%);
        top: -200px;
    }

    .examples__box {
        transform: scale(0.6, 0.6);
        top: -180px;
        left: calc(100% - 42%);
    }

    .advantages__scotch {
        position: absolute;
        top: -50px;
        left: 5%;
        background: url(img/layers/skotch1.png);
        width: 147.644px;
        height: 226px;
        transform: scale(0.7, 0.7) ;
    }
    .advantages__lamp2 {
        position: absolute;
        top: -185px;
        right: 3%;
        background: url(img/layers/lamps2.png);
        width: 72px;
        height: 422px;
        transform: scale(0.7, 0.7);
    }
    .advantages__lamp3 {
        position: absolute;
        top: 0;
        left: 3%;
        background: url(img/layers/lamps2.png);
        width: 72px;
        height: 422px;
        display: none;
    }
    .advantages__lamp4 {
        position: absolute;
        top: 0;
        right: 16%;
        background: url(img/layers/lamps1.png);
        width: 111px;
    height: 235px;
    display: none;
    }
}

@media screen and (max-width: 500px) {
    .about-zone__img {
        right: 0;
        position: relative;
        left: -60%;
        width: 170%;
    }
    .about__meta {
        left: 12%;
    }
    .services__title {
        font-size: 32px;
        width: 90%;
    }

    .services__box5 {
        transform: scale(0.6, 0.6);
    }
    .services__label {
        transform: scale(0.6, 0.6);
    }

    .floor__box4 {
        transform: scale(0.5, 0.5);
        left: calc(100% - 52%);
        bottom: 0px;
    }
    .floor__box3 {
        z-index: 10;
        transform: scale(0.45, 0.45);
        left: calc(100% - 57%);
        bottom: -20px;
    }
    .floor__box2 {
        right: calc(100% - 72%);
        transform: scale(0.5, 0.5);
        bottom: -25px;
    }
    .floor__books {
        transform: scale(0.6, 0.6);
        right: calc(100% - 75%);
        bottom: -79px;
    }

    .floor__box1 {
        transform: scale(0.6, 0.6);
    }
    .examples__magazine {
        transform: scale(0.5, 0.5);
        right: calc(100% - 50%);
        top: -200px;
    }

    .examples__box {
        transform: scale(0.5, 0.5);
        top: -180px;
        left: calc(100% - 50%);
    }
    .about__form-desc {
    
        width: 80%;
        margin: 10px auto;
    }
    .about__form-title {
        font-size: 24px;
    }
}
@media screen and (max-width: 475px) {
    .about__meta {
        top: 160px;
        left: 5%;
    }
    .about-zone__img {
        right: 0;
        position: relative;
        left: -92%;
        width: 210%;
    }

    .footer__column_menu {
        width: 100%;
    }
    .services__box5 {
        transform: scale(0.6, 0.6);
    }
    .services__label {
        transform: scale(0.6, 0.6);
    }

    .floor__box4 {
        transform: scale(0.5, 0.5);
        left: calc(100% - 52%);
        bottom: -40px;
    }
    .floor__box3 {
        z-index: 10;
        transform: scale(0.4, 0.4);
        left: calc(100% - 60%);
        bottom: -30px;
    }
    .floor__box2 {
        right: calc(100% - 72%);
        transform: scale(0.5, 0.5);
        bottom: -25px;
    }
    .floor__books {
        transform: none;
        left: -170px;
        bottom: -79px;
        transform: scale(0.6, 0.6);
    }

    .floor__box1 {
        transform: scale(0.6, 0.6);
    }
    .about__form-title {
    font-size: 24px;
}
.accordion__panel {
    display: none;   
}
.accordion__flag {
 
    display: flex;
}
.footer__column {
     padding: 0px; 

}
}
@media screen and (max-width: 425px) {
    .services__pic-img img {
        width: 100%;
    }

    .services__pic-img {
        top: -10px;
    }

    .services__pic-bg img {
        width: 100%;
    }

    .about__meta {
        top: 100px;
    }
    .examples__pic-image {
        width: 100%;
        top: -140px;
    }

    .examples__pic-bg {
        width: 90%;
        margin: 0 auto;
    }

    .examples__pic-bg .examples__pic-image {
        width: 100%;
    }
    .examples__pic-img {
        top: -130px;
        left: 0%;
    }
    .about__meta {
        top: 120px;
        left: 0%;
        max-width: 100%;
        text-align: center;
    }

    .services__title,
    .advantages__title {
        font-size: 26px;
        width: 90%;
    }

    .examples__title {
        font-size: 24px;
    }
    .examples__magazine {
        transform: scale(0.4, 0.4);
        right: calc(100% - 70%);
        top: -170px;
    }

    .examples__box {
        transform: scale(0.4, 0.4);
        top: -160px;
        left: calc(100% - 60%);
    }
}
