@font-face {
    font-family: roboto-regular;
    src: url(../fonts/roboto-regular.ttf);
}

@font-face {
    font-family: raleway-semibold;
    src: url(../fonts/raleway-semibold.ttf);
}

@font-face {
    font-family: raleway-regular;
    src: url(../fonts/raleway-regular.ttf);
}

@font-face {
    font-family: raleway-medium;
    src: url(../fonts/raleway-medium.ttf);
}

@font-face {
    font-family: raleway-extrabold;
    src: url(../fonts/raleway-extrabold.ttf);
}

@font-face {
    font-family: raleway-bold;
    src: url(../fonts/raleway-bold.ttf);
}

@font-face {
    font-family: montserrat-regular;
    src: url(../fonts/montserrat-regular.ttf);
}

@font-face {
    font-family: montserrat-light;
    src: url(../fonts/montserrat-light.ttf);
}

@font-face {
    font-family: montserrat-extralight;
    src: url(../fonts/montserrat-extralight.ttf);
}

body {
    width: 1920px;
    margin: 0 auto;
    color: #ffffff;
}

a {
    text-decoration: none;
    outline: none;
    background-color: transparent;
    color: #555555;
}

.hemepage-heder {
    min-height: 1024px;
    border-color: #363636;
    background-image: url(../img/bg_photo_11949.jpg);
    box-sizing: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 38px 0 0 0;
    margin: 0px 0 2px 0;
}

.hemepage-header-wrp {
    display: flex;
    margin: 0 0 0 0;
    padding: 2px 1px 3px 0;
    justify-content: center;
}

.logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
/*    width: 10%;*/
    color: #fff;
/*    margin: 0 130px 0 0;*/
}

.logo-svg {
    fill: currentColor;
}

.logo:hover .logo-svg {
    fill: #c7b299;
}

.logo:hover .logo-txt {
    color: #c7b299;
}

.logo:active .logo-svg {
    fill: gold;
}

.logo:active .logo-txt {
    color: gold;
}

.logo-icon {
    fill: #fff;
}

.logo-txt {
    font-size: 34px;
    font-family: 'raleway-regular', 'arial', sans-serif;
    line-height: 1.2;
    letter-spacing: -0.04em;
}

.menu-navigacion {
    width: 40%;
    display: flex;
    justify-content: flex-end;
}

.menu-label,
#menu-header-list {
    display: none;
}

.menu-header-list {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    margin: 0;
    padding: 19px 17px 0 0;
}

.menu-list {
    margin: 0px 0px 0 0;
    padding: 0px 30px 0px 0;
    font-size: 14px;
    line-height: 1.2;
    font-family: 'montserrat-light', 'arial', sans-serif;
}

.menu-link {
    color: #fff;
}

.menu-link:hover {
    color: #c7b299;
}

.menu-link:active {
    color: gold;
}

.basket {
    width: 18px;
    height: 24px;
    background-color: transparent;
    fill: #fff;
    border: transparent;
    margin-top: 14px;
    outline: none;
}

.basket:hover .button-svg {
    fill: #c7b299;
    transform: scale(1.2);
}

.basket:active .button-svg {
    fill: gold;
}

.search-icon-form {
    width: 24px;
    height: 24px;
    margin: 14px 0 0 30px;
    position: relative;
}

.search-icon-form__input {
    width: 0;
    min-height: 0;
    padding: 5px;
    outline: none;
    box-sizing: border-box;
    background-color: transparent;
    border: none;
    border-radius: 5px;
    position: absolute;
    left: -2px;
    color: #a48d72;
    font-size: 16px;
    font-family: 'raleway-regular', 'arial', sans-serif;
    text-transform: capitalize;
    top: 40px;
    /*     border: 1px solid red; */
}


.search-icon-form__input:focus {
    width: 100px;
    min-height: 20px;
    transition: width 1s ease;
    border: 2px solid #fff;
    background-color: #fff;
}

.search-icon-form__input:focus ~ .search-icon-form__label > .search-icon-form__svg {
    fill: #a48d72;
}

.search-icon-form__label {
    display: block;
    width: 100%;
    height: 100%;
}

/*    border: 1px solid green; */

.search-icon-form__svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.search-icon-form__label:hover .search-icon-form__svg {
    fill: #c7b299;
    transform: scale(1.2);
}

.search-icon-form__label:active .search-icon-form__svg {
    fill: #00baf4;
}

.carusel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    min-height: 890px;
}

.carusel-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    padding: 0 0 0 0;
}

.btn1 {
    display: block;
    margin: 30px;
    border: none;
    border-left: 2px solid #d3c1ad;
    border-bottom: 2px solid #d3c1ad;
    transform: rotate(45deg);
}

.btn2 {
    display: block;
    margin: 30px;
    border: none;
    border-top: 2px solid #d3c1ad;
    border-right: 2px solid #d3c1ad;
    transform: rotate(45deg);
}

.carusel-btn {
    display: block;
    width: 40px;
    height: 40px;
}

.carusel-btn:nth-of-type(1) {
    margin: 0 50px 0 0;
}

.carusel-btn:nth-of-type(2) {
    margin: 0 0 0 50px;
}

.carusel-content {
    display: flex;
    width: 50%;
    min-height: 270px;
    justify-content: center;
    flex-direction: column;
    margin-top: -90px;
}

.carusel-title {
    text-align: center;
    display: block;
    line-height: 1.2;
}


.carusel-title1 {
    font-size: 36px;
    font-family: 'raleway-medium', 'arial', sans-serif;
}

.carusel-title2 {
    font-size: 52px;
    font-family: 'raleway-extrabold', 'arial', sans-serif;
    font-weight: 800;
}

.carusel-text {
    text-align: center;
    font-family: 'montserrat-light', 'arial', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 50px;
}

.link-btn {
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    width: 170px;
    box-sizing: border-box;
    border: none;
    border-bottom: 3px solid #736357;
    min-height: 53px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    word-break: break-all;
    background-color: #998675;
    font-family: 'raleway-extrabold', 'arial', sans-serif;
    font-size: 14px;
    line-height: 23px;
    font-weight: 800;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    word-break: break-all;
}

.btn-link-txt {
    margin: auto;
}

.link-btn:hover {
    color: #d1d1d1;
    background-color: #736357;
}

.link-btn:active {
    color: #252525;
    background-color: #d1d1d1;
}

.carusel-pagination {
    width: 180px;
    display: flex;
    justify-content: space-between;
}

.carusel-pagination-item {
    display: block;
    width: 11px;
    height: 11px;
    background-color: #ffffff;
    border-radius: 50%;
    opacity: 0.5;
    border: 2px solid transparent;
}

.carusel-pagination-item:hover {
    background-color: transparent;
    width: 11px;
    height: 11px;
    border: 2px solid #d3c1ad;
    transform: scale(1.2);
}

.services {
    display: flex;
    justify-content: center;
    margin-bottom: 77px;
    margin-top: 80px;
}

.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 272px;
    padding: 10px 0 0 0;
    box-sizing: border-box;
    margin-left: 30px;
}

.features:after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background-color: #f1eee9;
}

.features-icon {
    display: block;
    fill: #555555;
    margin: 0 0 20px 0;
}

.features-title {
    width: 100%;
    margin: 0 0 10px 0;
    font-family: 'raleway-semibold', 'arial', sans-serif;
    font-size: 22px;
    line-height: 1.2;
    color: #555555;
    text-align: center;
}

.features-txt {
    font-family: 'montserrat-light', 'arial', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #8c8c8c;
    text-align: center;
}

.features:hover .features-icon {
    fill: #c7b299;
}

.features:hover .features-title {
    color: #c7b299;
}

.features:hover:after {
    background-color: #c7b299;
}

.slider {
    min-height: 700px;
    background-color: #fbfaf8;

}

.headers {
    font-family: 'raleway-semibold', 'arial', sans-serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    color: #555555;
    width: 100%;
}

.header-slider {

    display: block;
    text-align: center;
    padding: 80px 0 0 0;
}

.texts {
    font-family: 'montserrat-light', 'arial', sans-serif;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #8c8c8c;
    width: 40%;
    margin: 0 auto;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    padding: 24px 0 40px 0;
}

.header-slider-txt {
    padding-bottom: 45px;
}

.multi_photo {
    width: 70%;
    margin: 0 auto;
    min-height: 482px;
    background-image: url('../img/browser_center_10768.jpg'),
        url('../img/browser_left_10769.jpg'),
        url('../img/browser_right_10770.jpg');
    background-size: 58%, 58%, 58%;
    background-repeat: no-repeat;
    background-position: bottom center, bottom left, bottom right;
}

.ad {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 150px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f4f5f8;
    background-image: linear-gradient(90.0deg, #211b19 0%, #4e3427 100%);
    margin-bottom: 80px;
}

.ad-wrapper {
    /*    width: 540px;*/
    margin: 0 auto;
}

.ad-title {
    width: 100%;
    margin: 0;
    font-family: 'raleway-regular', 'arial', sans-serif;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
}

.waxom {
    font-family: 'raleway-regular', 'arial', sans-serif;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 400;
    color: #c7b299;
}

.ad-txt {
    font-family: 'montserrat-light', 'arial', sans-serif;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
    color: #615855;
}

.projects {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.projects-btn {
    display: flex;
    justify-content: center;
    width: 100%;
}

.pro-btn {
    margin: 0 0 0 10px;
    min-width: 70px;
    height: 32px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    background-color: transparent;
}

.pro-btn:hover {
    background-color: #998675;
}

.projects-btn-txt {
    font-family: 'montserrat-light', 'arial', sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    color: #8c8c8c;
}

.pro-btn:hover .projects-btn-txt {
    color: #ffffff;
}

.cats-link-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 80px 308px 80px 308px
}

.carts {
    width: 370px;
    position: relative;
    margin: 0;
}

.carts-img {
    display: block;
    width: 100%;
}

.carts-text {
    width: 100%;
    /*    border: 1px solid red;*/
    position: relative;
    background-color: #fbfaf8;
}

.carts-text:before {
    content: "";
    border: 10px solid transparent;
    border-bottom: 10px solid #fbfaf8;
    position: absolute;
    top: -20px;
    left: 20px;
}

.carts-link {
    margin-top: 40px;
    /*         border: 1px solid red;*/
}

.carts-title {
    display: block;
    text-align: left;
    padding: 30px 0 14px 28px;
    font-family: 'raleway-medium', 'arial', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: #c7b299;
    text-transform: capitalize;
}

.carts-subject {
    display: block;
    text-align: left;
    padding: 0 0 27px 30px;
    font-family: 'montserrat-light', 'arial', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #d1d1d1;
    text-transform: capitalize;
}

.article-btn-link,
.article-btn-search {
    width: 26px;
    height: 26px;
    display: none;
    /*    display: block;*/
    border: none;
    outline: none;
    background-color: transparent;
    position: absolute;
    top: 35%;
    color: white;
}

.article-btn-link {
    left: 35%;
    fill: #fff;
}

.article-btn-search {
    right: 35%;
    fill: #fff;
}

.article-btn-svg: {
    fill: #fff;
}

.carts:hover .article-btn-link {
    display: block;
}

.carts:hover .article-btn-search {
    display: block;
}

.carts:hover .article-btn-svg:hover {
    fill: #c7b299;
}

.carts:active .article-btn-svg:active {
    fill: gold;
}


.carts:hover .carts-img {
    filter: brightness(20%);
}

.carts:hover .carts-text {
    background-color: #362f2d;
}

.carts:hover .carts-text:before {
    border-bottom: 10px solid #362f2d;
}

.btn-load {
    margin: 40px 0 80px 0;
}

.video {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 705px;
    position: relative;
    overflow: hidden;
    background-color: #ccc;
}

.video-item {
    overflow: hidden;
}

.video-txt-wrp {
    width: 552px;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
}

.video-txt-title {
    font-family: 'raleway-medium', 'arial', sans-serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
}

.video-txt-p {
    text-align: justify;
    font-family: 'montserrat-light', 'arial', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}

.video-txt-time {
    font-family: 'montserrat-regular', 'arial', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    color: #c7b299;
}

.video-txt-title,
.video-txt-time {
    display: block;
    text-align: center;
}

.video-play-btn {
    display: flex;
    width: 100px;
    height: 100px;
    border: none;
    border-radius: 50%;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    margin: 0 auto;
    position: relative;
    margin-bottom: 44px;
}

.video-play-btn-icon {
    margin: auto;
    fill: #fff;
}

.video-play-btn:after {
    border-radius: 50%;
    background-color: rgb(0, 0, 0);
    opacity: 0.2;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    content: '';
    z-index: 1;
}

.video-play-btn:active .video-play-btn-icon {
    fill: #c7b299;
    transform: scale(1.2);
}

.video-play-btn:hover {
    transform: scale(1.2);
}



.description {
    min-height: 616px;
    background-image: url('../img/iphone_in_hand_10962.png');
    background-repeat: no-repeat;
    background-position: 30% 80px;
    background-size: 423px 616px;

}

.description-img {
    width: 423px;
    min-height: 600px;
    background-image: url('../img/iphone_in_hand_10962.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 20% 100px;
    background-attachment: fixed;
    /*    background-origin: border-box;*/
}

.description-txt {
    padding-top: 195px;
    margin: 0 380px 0 875px;
}

.description-heading {
    width: 100%;
    text-align: left;
    font-family: 'raleway-semibold', 'arial', sans-serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    color: #555555;
}

.description-txt .deskriotion-txt-wrp {
    font-family: 'montserrat-light', 'arial', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #8c8c8c;
}

.deskription-txt-list {
    margin-left: 100px;
    padding: 0;
}

.deskription-list {
    font-family: 'montserrat-light', 'arial', sans-serif;
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
    color: #8c8c8c;
    list-style-type: none;
    position: relative;
}

.deskription-list:before {
    content: "\203a";
    display: block;
    width: 21px;
    border-radius: 50%;
    background-color: #c7b299;
    color: white;
    text-align: center;
    line-height: 21px;
    position: absolute;
    top: 4px;
    left: -30px;
    font-size: 21px;
}

.statistics {
    display: flex;
    background-color: #f4f5f8;
    background-image: linear-gradient(90.0deg, #211b19 0%, #4e3427 100%);
    justify-content: space-between;
    padding: 0px 490px 0px 490px;
    height: 300px;
    margin-bottom: 82px;
}

.sticers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
    margin: 0px;
    padding: 69px 0 0 0;
}

.sticers_icon {
    fill: #c7b299;
    display: block;
    margin: 0 0 30px 0;
}

.clients {
    width: 44px;
    height: 44px;
}

.coffe {
    width: 48px;
    height: 44px;
}

.launched {
    width: 54px;
    height: 44px;
}

.count {
    font-family: 'montserrat-extralight', 'arial', sans-serif;
    font-size: 48px;
    line-height: 36px;
    font-weight: 200;
    color: #ffffff;
    width: 100%;
    text-align: center;
    margin-bottom: 21px;
}

.sticers_txt {
    font-family: 'montserrat-light', 'arial', sans-serif;
    font-size: 14px;
    width: 100%;
    text-align: center;
    line-height: 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #c7b299;
    margin-bottom: 30px;
}

.sticers:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 60px;
}

.posts {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 80px 308px 80px 308px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.posts_txt {}

.post-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.post_carts_block {
    position: relative;
}

.post_carts {
    width: 370px;
    min-height: 220px;
    margin: 30px;
}

.post_carts-img {
    display: block;
}

.post_carts-text {
    text-align: left;
    padding: 30px;
}

.post_carts-title {
    font-family: 'raleway-medium', 'arial', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: #555555;
}

.post_carts-subject {
    font-family: 'montserrat-light', 'arial', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    color: #8c8c8c;
}

.post_carts-link {
    font-family: 'montserrat-light', 'arial', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    color: #c7b299;
    position: relative;
}

.post_carts-link:after {
    content: "";
    display: block;
    border: 5px solid transparent;
    border-left: 8px solid #c7b299;
    position: absolute;
    top: 4px;
    left: 85px;
    opacity: 0;
}

.post_carts-link:hover {
    color: #fff;
}

.post_carts-link:active {
    color: gold;
}

.post_carts-link:hover::after {
    border-left: 8px solid #fff;
    opacity: 1;
}

.post_carts-link:active::after {
    border-left: 8px solid gold;
    ;
    opacity: 1;
}

/*
.post_carts:hover .post_carts-link:after {
    border-left: 8px solid #fff;
}
*/
.post_carts-link:active .post_carts-link:after {
    border-left: 8px solid gold;
}


.post_carts_block:hover .post_carts-img {
    filter: brightness(30%);
}

.post_carts_block:hover .post_carts-text {
    background-color: #362f2d;
}

.post_carts_block:hover ..post_carts-title {
    color: #c7b299;
}

.post_carts_block:hover .post_carts-subject {
    color: #ffffff;
}

.data {
    width: 50px;
    position: absolute;
    top: 50px;
    left: 50px;
}

.data_day {
    font-family: 'montserrat-light', 'arial', sans-serif;
    font-size: 24px;
    /*    line-height: 20px;*/
    font-weight: 300;
    background-color: #363636;
    min-height: 25px;
    border-radius: 3px 3px 0px 0px;
    display: block;
}

.data_mth {
    font-family: 'roboto-regular', 'arial', sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    min-height: 25px;
    background-color: #252525;
    border-radius: 0px 0px 3px 3px;
    display: block;
}


.recent-btn {
    border: none;
    outline: none;
    background-color: transparent;
    width: 22px;
    height: 22px;
    fill: #d1d1d1;
    margin-left: 9px;
}

.recent-btn:hover {
    fill: #c7b299;
}

.partners {
    background-color: gray;
    min-height: 489px;
    background-image: url(../img/bg_photo_11122.jpg);
    text-align: center;
}

.parners_img {
    /*     border: 1px solid yellow;*/
    margin: 140px 45px 140px 45px;
    width: 210px;
}

.parners_img:hover {
    transform: scale(1.2);
    transition: 1s;
}

/*
footer {
    min-height: 508px;
}
*/

.foter1 {
    display: flex;
    padding: 80px 375px 80px 375px;
    background-color: #191919;
    justify-content: space-between;
    align-items: flex-start;
    font-family: 'montserrat-light', 'arial', sans-serif;
    font-size: 14px;
}

.footer-element {
    margin: 0 0 0 0;
    max-width: 270px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
}

.preiew_txt {
    line-height: 24px;
    font-weight: 300;
    color: #555555;
}

.footer-title {
    font-family: 'raleway-bold', 'arial', sans-serif;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
    display: block;
    margin-bottom: 30px;
}

.footer-post-link {
    margin: 0 0 20px 0;
    border-bottom: 2px solid #252525;
    padding: 0 0 20px 0;
}

time {
    display: block;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    color: #363636;
}

.footer-date-text {
    display: block;
    line-height: 20px;
    font-weight: 300;
    color: #555555;
}

.blue {
    color: #00bff3;
}

.white {
    color: #959595;
}

.footer-date-text:hover {
    color: #c7b299;
}

time:hover {
    color: #ffffff;
}

.footer-gallery-img:hover {
    transform: scale(1.2);
    transition: .3s;
}

.links-block {
    min-height: 20px;
    background-color: #111111;
    display: flex;
    padding: 45px 375px 50px 375px;
    justify-content: space-between;
}

.links {
    display: flex;
    font-family: 'montserrat-light', 'arial', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    color: #555555;
     !important;
}

.links-item-text,
.links-item-link {
    display: block;
    border-right: 1px solid #252525;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    box-sizing: border-box;
}

.brand-link {
    color: #959595;
}

.links-item-link:hover,
.brand-link:hover {
    color: #c7b299;
}

input[type="checkbox"]:checked ~ .menu-header-list {
    visibility: visible;
    margin-left: 50px;
}

@media (max-width: 576px) {
    body {
        width: 100%;
        border: 1px solid black;
        box-sizing: border-box;
    }

    .hemepage-heder {
        width: 100%;
        min-height: auto;
        padding: 10px;
        box-sizing: border-box;
        background-size: cover;
    }

  #menu-header-list {
  opacity: 0;
}

#menu-header-list:checked ~ .menu-label > span {
  transform: rotate(45deg);
}
#menu-header-list:checked ~ .menu-label > span::before {
  top: 0;
  transform: rotate(0);
}
#menu-header-list:checked ~ .menu-label > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu-header-list:checked ~ .menu-label{
  visibility: visible;
}

.menu-label {
  display: flex;
  align-items: center;
  position: absolute;
 top: 33px;
      width: 50px;
    height: 100px;
  cursor: pointer;
  z-index: 1;
}

.menu-label > span,
.menu-label > span::before,
.menu-label > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #fff;
  transition-duration: .25s;
}

.menu-label > span::before {
  content: '';
  top: -8px;
}
.menu-label > span::after {
  content: '';
  top: 8px;
}

.menu-header-list { 
/*  position: fixed;*/
  visibility: hidden;
  top: 0;
  width: 100%;
  transition-duration: .25s;
        margin: 0 auto;
        width: 100%;
        flex-direction: column;
}


.menu-list {
  display: block;
  transition-duration: .25s;
}
.menu-list:hover {
  background-color: #CFD8DC;
}  
    .basket,
.search-icon-form {
        display: none;
    }
    

    .menu li {
        text-align: center;
        background-color: #ccc;
        margin-top: 2px;
    }




    .hemepage-header-wrp {
        flex-wrap: wrap;
    }

    .menu-header-list {
        flex-direction: column;
    }

    .carusel {
        display: none;
    }

    .services {
        box-sizing: border-box;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 0 30px 0;
    }

    .features {
        margin: 0;
        padding: 10px 10px 10px 10px;
        width: 50%;
    }

    .slider {
        min-height: auto;
        padding: 20px 20px 0 20px;
        box-sizing: border-box;
    }

    .header-slider {
        padding: 0;
    }

    .texts {
        width: 85%;
    }

    .multi_photo {
        width: 80%;
        min-height: 100px;
    }

    .ad {
        margin: 0;
        flex-wrap: wrap;
    }

    .projects {
        box-sizing: border-box;
    }
    
    .projects-btn {
        display: none;
    }

    .cats-link-block {
        padding: 0;
    }

    .carts-link {
        margin: 20px auto;
    }

    .video {
        display: none;
    }

    .description {
        min-height: auto;
        background-position: left 22%;
        background-size: 30%;
        /* display: flex; */
        /* justify-content: flex-end; */
    }

    .description-txt {
        margin: 0;
        padding: 20px;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .description-txt .deskriotion-txt-wrp {
        width: 68%;
    }

    .deskription-txt-list {
        margin: 0;
        padding: 0 0 0 20px;
        box-sizing: border-box;
    }

    .deskription-list:before {
        left: -25px;
    }

    .statistics {
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px;
        box-sizing: border-box;
        height: auto;
        margin: 0;
    }

    .sticers {
        padding: 0;
        margin-top: 10px;
        width: 30%;
    }

    .posts {
        padding: 20px;
        box-sizing: border-box;
    }

    .post-wrapper {
        justify-content: center;
    }

    .partners {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        min-height: auto;
        background-size: cover;
    }

    .parners_img {
        margin: 0;
        width: 100%;
        height: auto;
    }

    .partners a {
        margin: 20px auto;
        width: 35%;
        height: auto;
    }

    .foter1 {
        display: none;
    }

    .links-block {
        min-height: auto;
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
        box-sizing: border-box;
        justify-content: center;
    }

    .links {
        margin: 10px 0;
    }
    
}
