*Обнуление*/
*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
ul,
ol,
li {
    list-style: none;
}
img {
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}
html,
body {
    height: 100%;
    line-height: 1;
    
}
@font-face {
	font-family: 'Futura PT Bold';
	src: url('../fonts/futura_pt_bold.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/futura_pt_bold.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/futura_pt_bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/futura_pt_bold.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/futura_pt_bold.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/futura_pt_bold.svg#futura_pt_bold') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Futura PT Book';
	src: url('../fonts/futura_pt_book.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/futura_pt_book.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/futura_pt_book.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/futura_pt_book.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/futura_pt_book.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/futura_pt_book.svg#futura_pt_book') format('svg'); /* Chrome < 4, Legacy iOS */
}


@font-face {
	font-family: 'Futura PT Medium';
	src: url('../fonts/futura_pt_medium.eot'); /* IE 9 Compatibility Mode */
	src: url('../fonts/futura_pt_medium.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('../fonts/futura_pt_medium.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/futura_pt_medium.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('../fonts/futura_pt_medium.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/futura_pt_medium.svg#futura_pt_medium') format('svg'); /* Chrome < 4, Legacy iOS */
}






/*---------------------------------------*/
.wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    background: url('../img/main/kirpicz.jpg');

}

/*---------------------------------------*/


[class*="_container"] {
    max-width: 1186px;
    margin: 0px auto;

}
/*КОМПЬЮТЕР       АДАПТАЦИЯ ПОД МОБИЛЬНОЕ УСТТРОЙСТВО*/
@media (max-width: 1230px) {
    [class*="_container"] {
    max-width: 970px;
    }
    .wrapper {
        min-height: 100%;
    }
}

/*ПЛАНШЕТ    АДАПТАЦИЯ ПОД МОБИЛЬНОЕ УСТТРОЙСТВО*/
@media (max-width: 991.98px) {
    [class*="_container"] {
    max-width: 750px;
    }
    .wrapper {
        min-height: 100%;
    }
}

/*МОБЬНЫЙ   АДАПТАЦИЯ ПОД МОБИЛЬНОЕ УСТТРОЙСТВО*/
@media (max-width: 767.98px) {
    [class*="_container"] {
    max-width: 560px;
    }
    .wrapper {
        min-height: 100%;
        background: url('../img/main/kirpicz2.jpg');
    }
}

/*МАЛЕНЬКИЕ МОБЬНЫЕ   АДАПТАЦИЯ ПОД МОБИЛЬНОЕ УСТТРОЙСТВО*/
@media (max-width: 560px) {
    [class*="_container"] {
    max-width: none;
    }
    .wrapper {
        min-height: 100%;
    }
    
}





/*================HEADER===========================*/
.header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}

.header_container {
    display: flex;
    min-height: 110px;
    background-color: #1f1f1f;
    box-shadow: 1px 1px 8px rgb(0, 0, 0);
}
.header_logo {
    width: 84px;
    height: 95px;
    margin-top: 5px;
    margin-left: 15px;
    background: url('../img/szapka/logo.svg');
    background-repeat: no-repeat;
    /* border: solid 1px red; */
}
.logo_link {
    display: block;
    width: 84px;
    height: 95px;
}
/*==========================HEADER MENU+kontakt====================*/
.menu_kontakt {
    width: 1040PX;
    height: 100px;
    /* border: solid 1px rgb(251, 255, 0); */
}

.header_menu {
    flex: 1 1 auto;
    /* border: solid 1px rgb(0, 255, 64); */
}

.menu {
    max-width: 100%;
    height: 35px;
    display: flex;
    margin-top: 5px;
    justify-content: flex-end;
    /* border: solid 1px rgb(255, 0, 0); */
}
.menu_list {
    display: flex;
    /* border: solid 1px rgb(0, 255, 55); */
}
.menu_link {
	font-family: 'Futura PT Medium';
    font-size: 15px;
    line-height: 1;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
}
.menu_link:hover {
    color: #FFA013;
    text-decoration: none;
}
.menu_item {
    margin: 10px 10px 0px 0px;
    padding-right: 9px ;
    height: 19px;
    border-right: solid 1PX #ffffffb0;
}
.menu_item:last-child {
    border-right: none;
  }

.header_kontakt {
    width: 245px;
    height: 50px;
    margin-top: 5px;
    margin-left: 782px;
    /* border: solid 1px rgb(0, 60, 255); */
}

.tel_ws_vib {
    display: flex;
}

.header_telefon {
    width: 135px;
    margin-top: 12px;
    /* border: solid 1px red; */
}

.telefon{
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Futura PT Medium';
    font-weight: bolder;
    font-size: 16px;
    line-height: 1.2px;
    letter-spacing: 1px;
    color: #ffffff;
    align-items: center;
}

.telefon_call {
    display: flex;
    align-items: center;
    padding: 5px 0px 5px 5px;
    border: 2px solid #ffffff;
    border-radius: 3px;
}

.telefon_call:hover{
    color: #FFA013;  
    text-decoration: none;
}
.phone {
    height: 17px;
    width: 19px;
    margin-right: 4px;
}
.ws {
    height: 40px;
    width: 40px;
    background: url('../img/szapka/icon/logo_watsup.svg');
    margin: 7px 0 0 10px;
}
.ws_link {
    display: block;
    width: 40px;
    height: 40px;
}

.viber {
    height: 40px;
    width: 40px;
    background: url('../img/szapka/icon/logo_viber.svg');
    margin: 7px 0 0 10px;
}
.viber_link {
    display: block;
    width: 40px;
    height: 40px;
}

@media (max-width: 1230px) {
    .header_kontakt {
        margin-left: 670px;
        /* border: solid 1px red; */
    }
    .menu_kontakt {
        width: 845px;
        height: 100px;
    }
    .menu_link {
        font-size: 13px;
    }

    .header_kontakt {
        margin-left: 586px;
    }
}

@media (max-width: 991.98px) {
    .header_kontakt {
        margin-left: 5px;
    }
    .header_logo {
        position: relative;
    }
    .menu_kontakt {
        display: flex;
        width: 330px;
        height: 65px;
        margin-top: 20px;
        margin-left: 290px;
        /* border: solid 3px rgb(255, 145, 0); */
    }
    .menu {
        margin-top: 15px;
        max-width: 1%;
    }
    .menu_body {
        display: none;
        position: fixed;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #1f1f1f;
        padding: 70px 0px 30px 0px;
    }

    .header:target .menu_body {
        display: block;
    } 
  
    .menu_list {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .menu_item {
        margin: 0px 0px 15px 0px;
        border-right: none;
    }

    .menu_item:last-child {
        margin-bottom: o;
    }

    .menu_link {
        font-size: 20px;
    }
    
}

@media (max-width: 767.98px) {
    .menu_kontakt {
        display: flex;
        width: 290px;
        height: 65px;
        margin-top: 15px;
        margin-left: 1px;
        /* border: solid 1px rgb(255, 145, 0); */
    }
}


/*=====================Меню бургер-------------------------------*/

.close-icon-menu,
.icon-menu {
    display: none;
}

@media (max-width: 991.98px) {
    .icon-menu {
        display: flex;
        position:relative;
        flex: 0 0 30px;
        height: 18px;
        flex-direction: column;
        justify-content: space-between;
        margin: 23px 7px 0px 0px;
    }

    .icon-menu::before,
    .icon-menu::after {
    content: "";
    background-color: rgb(255, 255, 255);
    height: 2px;
    }

    .icon-menu span {
    height: 2px;
    background-color: rgb(255, 255, 255);
    }

    .close-icon-menu {
        flex: 0 0 30px;
        height: 30px;
        position: relative;
        margin: 22px 7px 0 0;
    }

    .close-icon-menu::before,
    .close-icon-menu::after {
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    background-color: rgb(255, 255, 255);
    height: 2px;
    margin-top: 15px;
    }

    .close-icon-menu::before {
        transform: rotate(45deg);
    }

    .close-icon-menu::after {
        transform: rotate(-45deg);
    }

    .header:target .icon-menu {
        display: none;
    }
    .header:target .close-icon-menu {
        display: flex;
    }
}










/*===============================KUCHNIE================================*/

.kuchnie_container {
    width: 1186px;
    display: block;
    min-height: 100%;
    margin-top: 100px;
    border-top: solid 1px rgba(255, 255, 0, 0);
}

.border {
    width: 1186px;
    min-height: 100%;
    border: solid 5px #cacaca;
    margin-top: 45px;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 3px 3px 15px rgb(0, 0, 0);
}

.zagolovok {
    width: 1130px;
    margin-top: 30px;
    margin-left: 20px;
    border-bottom: solid 1px #FFA013;
}
.border h2 {
    font-family: 'Futura PT Bold';
    font-size: 42px;
    color: #FFA013;
}


.text {
    font-family: 'Futura PT book';
    font-size: 20px;
    color: #1f1f1f;
    margin: 15px 20px;
}

.zamow_meble {
    width: 40%;
    height: 140px;
    margin: 30px auto 0px auto;
    /* border: solid 1px #a93ee7; */
}

.zamow_meble p {
    font-family: 'Futura PT book';
    font-size: 28px;
    color: #1f1f1f;
}
.span_text {
    font-family: 'Futura PT bold';
    font-size: 28px;
    color: #FFA013;
}



@media (max-width: 1230px) {

    .kuchnie_container {
        width: 970px;
    }

    .border {
        width: 970px;
    }
    .zagolovok {
        width: 915px;
    }
    .zamow_meble {
        width: 48%;
    }
}

@media (max-width: 991.98px) {
    .kuchnie_container {
        width: 750px;
    }

    .border {
        width: 750px;
    }
    .border h2 {
        font-size: 32px;
    }
    .zagolovok {
        width: 700px;
    }
    .zamow_meble {
        width: 53%;
    }
    .zamow_meble p {
        font-size: 26px;
    }
    .span_text {
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {
    .kuchnie_container {
        width: 385px;
    }
    .border {
        width: 360px;
        margin-left: 12px;

    }
    .zagolovok {
        width: 300px;
    }
    .zamow_meble {
        width: 64%;
        height: 150px;
        text-align: center;
    }
    .span_text {
        font-size: 20px;
        margin: 0px auto;
    }
}



.block {
    width: 1186px;
}



.razdely_button {
    width: 100%;
}

.wrap2 {
    display: flex;
  }

.block-text_button2 {
    margin: 0 auto;
    position: relative;
    color: #fff;
    font-family: 'Futura PT Medium';
    font-size: 18px;
    background: linear-gradient(to right, #ffad33, #FFA013);
    padding: 10px 45px;
    border-radius: 0.5rem;
    overflow: hidden;
  }
  .block-text_button2:hover{
    color: #ffffff;
    text-decoration: none;
}

  .block-text_button2:before {
    content: '';
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0; left: 0;
    opacity: 0.5;
    filter: blur;
    background: linear-gradient(to left, transparent 0%, #fff 40%, #fff 60%, transparent 100%);
    transform: translate(-100%, -25%) rotate(10deg);
    animation: blick 4s infinite;
  }
  
  @keyframes blick {
    0% {
      transform: translate(-100%, -25%) rotate(10deg);
    }
    20% {
      transform: translate(100%, -25%) rotate(10deg);
    }
    100% {
      transform: translate(100%, -25%) rotate(10deg);
    }
  }
















  .tableone {
    width: 95px;
    height: 65px;
    margin-top: 440px;
    background-color: rgba(0, 0, 0, 0.671);
}
.tableone p {
    margin-left: 37px;
    color: rgb(151, 151, 151);
    font-family: Roboto;
    font-weight: 1000;
    font-size: 43px;
}
.tabletwo {
    width: 95px;
    height: 65px;
    margin-top: 440px;
    background-color: rgba(0, 0, 0, 0.671);
}
.tabletwo p {
    margin-left: 23px;
    color: rgb(151, 151, 151);
    font-family: Roboto;
    font-weight: 1000;
    font-size: 43px;
}

.tablefree {
    width: 120px;
    height: 65px;
    margin-top: 440px;
    background-color: rgba(0, 0, 0, 0.671);
}
.tablefree p {
    margin-left: 23px;
    color: rgb(151, 151, 151);
    font-family: Roboto;
    font-weight: 1000;
    font-size: 43px;
}

.block_one {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 50px;
}
.one {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie1.webp');
}
.two {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie2.webp');
}
.block_two {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.free {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie3.webp');
}
.four {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie4.webp');
}
.block_free {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.five {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie5.webp');
}
.six {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie6.webp');
}
.block_four {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.seven {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie7.webp');
}
.eight {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie8.webp');
}
.block_five {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.nine {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie9.webp');
}
.ten {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie10.webp');
}
.block_six {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.eleven {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie11.webp');
}
.twelwe {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie12.webp');
}
.block_seven {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.thirteen {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie13.webp');
}
.fourteen {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie14.webp');
}
.block_eight {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.fiveteen {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie15.webp');
}
.sixteen {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie16.webp');
}
.block_nine {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.seventeen {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie17.webp');
}
.eighteen {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie18.webp');
}
.block_ten {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.nineteen {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie19.webp');
}
.twenty {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie20.webp');
}
.block_eleven {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.twentyone {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie21.webp');
}
.twentytwo {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie22.webp');
}
.block_twelwe {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.twentyfree {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie23.webp');
}
.twentyfour {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie24.webp');
}
.block_thirteen {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.twentyfive {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie25.webp');
}
.twentysix {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie26.webp');
}
.block_fourteen {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.twentyseven {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie27.webp');
}
.twentyeight {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie28.webp');
}
.block_fifteen {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.twentynine {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie29.webp');
}
.thirty {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie30.webp');
}
.block_sixteen {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.thirtyone {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie31.webp');
}
.thirtytwo {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie32.webp');
}
.block_seventeen {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.thirtyfree {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie33.webp');
}
.thirtyfour {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie34.webp');
}
.block_eighteen {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.thirtyfive {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie35.webp');
}
.thirtysix {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie36.webp');
}
.block_nineteen {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.thirtyseven {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie37.webp');
}
.thirtyeight {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie38.webp');
}
.block_twenty {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.thirtynine {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie39.webp');
}
.forty {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie40.webp');
}
.block_twentyone {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.fortyone {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie41.webp');
}
.fortytwo {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie42.webp');
}
.block_twentytwo {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.fortyfree {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie43.webp');
}
.fortyfour {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie44.webp');
}
.block_twentyfree {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.fortyfive {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie45.webp');
}
.fortysix {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie46.webp');
}
.block_twentyfour {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.fortyseven {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie47.webp');
}
.fortyeight {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie48.webp');
}
.block_twentyfive {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.fortynine {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie49.webp');
}
.fifty {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie50.webp');
}
.block_twentysix {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.fiftyone {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie51.webp');
}
.fiftytwo {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie52.webp');
}
.block_twentyseven {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.fiftyfree {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie53.webp');
}
.fiftyfour {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie54.webp');
}
.block_twentyeight {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.fiftyfive {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie55.webp');
}
.fiftysix {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie56.webp');
}
.block_twentynine {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.fiftyseven {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie57.webp');
}
.fiftyeight {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie58.webp');
}
.block_thirty {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.fiftynine {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie59.webp');
}
.sixty {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie60.webp');
}
.block_thirtyone {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.sixtyone {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie61.webp');
}
.sixtytwo{
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie62.webp');
}
.block_thirtytwo {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.sixtyfree {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie63.webp');
}
.sixtyfour {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie64.webp');
}
.block_thirtyfree {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.sixtyfive {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie65.webp');
}
.sixtysix {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie66.webp');
}

.block_thirtyfour {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.sixtyseven {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie67.webp');
}
.sixtyeight {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie68.webp');
}
.block_thirtyfive {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.sixtynine {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie69.webp');
}
.seventy {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie70.webp');
}

.block_thirtysix {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.seventyone {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie71.webp');
}
.seventytwo {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie72.webp');
}
.block_thirtyseven {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.seventyfree {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie73.webp');
}
.seventyfour {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie74.webp');
}

.block_thirtyeight {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.seventyfive {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie75.webp');
}
.seventysix {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie76.webp');
}
.block_thirtynine {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.seventyseven {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie77.webp');
}
.seventyeight {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie78.webp');
}
.block_forty {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.seventynine {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie79.webp');
}
.eighty {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie80.webp');
}
.block_fortyone {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.eightyone {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie81.webp');
}
.eightytwo {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie82.webp');
}
.block_fortytwo {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.eightyfree {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie83.webp');
}
.eightyfour {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie84.webp');
}
.block_fortyfree {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.eightyfive {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie85.webp');
}
.eightysix {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie86.webp');
}
.block_fortyfour {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.eightyseven {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie87.webp');
}
.eightyeight {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie88.webp');
}
.block_fortyfive {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.eightynine {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie89.webp');
}
.ninety {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie90.webp');
}
.block_fortysix {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.ninetyone {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie91.webp');
}
.ninetytwo {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie92.webp');
}
.block_fortyseven {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.ninetyfree {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie93.webp');
}
.ninetyfour {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie94.webp');
}
.block_fortyeight {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.ninetyfive {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie95.webp');
}
.ninetysix {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie96.webp');
}

.block_fortynine {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.ninetyseven {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie97.webp');
}
.ninetyeight {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie98.webp');
}
.block_fifty {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.ninetynine {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie99.webp');
}
.onehundred {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie100.webp');
}
.block_fiftyone {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.onehundredone {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie101.webp');
}
.onehundredtwo {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie102.webp');
}
.block_fiftytwo {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.onehundredfree {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie103.webp');
}
.onehundredfour {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie104.webp');
}
.block_fiftyfree {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.onehundredfive {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie105.webp');
}
.onehundredsix {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie106.webp');
}
.block_fiftyfour {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.onehundredseven {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie107.webp');
}
.onehundredeight {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie108.webp');
}

.block_fiftyfive {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.onehundrednine {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie109.webp');
}
.onehundredten {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie110.webp');
}
.block_fiftysix {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.onehundredeleven {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie111.webp');
}
.onehundredtwelve {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie112.webp');
}
.block_fiftyseven {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.onehundredthirteen {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie113.webp');
}
.onehundredfourteen {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie114.webp');
}
.block_fiftyeight {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.onehundredfifteen {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie115.webp');
}
.onehundredsixteen {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie116.webp');
}
.block_fiftynine {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.onehundredseventeen {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie117.webp');
}
.onehundredeightteen {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie118.webp');
}

.block_sixtyn {
    display: flex;
    width: 1186px;
    height: 578px;
    margin-top: 30px;
}
.onehundrednineteen {
    width: 578px;
    height: 578px;
    background: url('../img/kuchnie/kuchnie119.webp');
}
.onehundredtwenty {
    width: 578px;
    height: 578px;
    margin-left: 30px;
    background: url('../img/kuchnie/kuchnie120.webp');
}




@media (max-width: 1230px) {
    .block {
        width: 970px;
    }


    .block-text_button2 {
        padding: 5px 30px;
      }

    .tableone {
        margin-top: 340px;
    }

    .tabletwo {
        margin-top: 340px;
    }
    
    .tablefree {
        margin-top: 340px;
    }
    
    .block_one {
        width: 970px;
        height: 470px;
    }
    .one {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie1.webp');
    }
    .two {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie2.webp');
    }

    .block_two {
        width: 970px;
        height: 470px;
    }
    .free {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie3.webp');
    }
    .four {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie4.webp');;
    }
    .block_free {
        width: 970px;
        height: 470px;
    }
    .five {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie5.webp');
    }
    .six {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie6.webp');
    }
    .block_four {
        width: 970px;
        height: 470px;
    }
    .seven {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie7.webp');
    }
    .eight {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie8.webp');
    }

    .block_five {
        width: 970px;
        height: 470px;
    }
    .nine {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie9.webp');
    }
    .ten {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie10.webp');
    }

    .block_six {
        width: 970px;
        height: 470px;
    }
    .eleven {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie11.webp');
    }
    .twelwe {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie12.webp');
    }

    .block_seven {
        width: 970px;
        height: 470px;
    }
    .thirteen {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie13.webp');
    }
    .fourteen {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie14.webp');
    }

    .block_eight {
        width: 970px;
        height: 470px;
    }
    .fiveteen {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie15.webp');
    }
    .sixteen {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie16.webp');
    }

    .block_nine {
        width: 970px;
        height: 470px;
    }
    .seventeen {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie17.webp');
    }
    .eighteen {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie18.webp');
    }

    .block_ten {
        width: 970px;
        height: 470px;
    }
    .nineteen {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie19.webp');
    }
    .twenty {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie20.webp');
    }

    .block_eleven {
        width: 970px;
        height: 470px;
    }
    .twentyone {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie21.webp');
    }
    .twentytwo {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie22.webp');
    }

    .block_twelwe {
        width: 970px;
        height: 470px;
    }
    .twentyfree {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie23.webp');
    }
    .twentyfour {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie24.webp');
    }
    .block_thirteen {
        width: 970px;
        height: 470px;
        
    }
    .twentyfive {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie25.webp');
    }
    .twentysix {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie26.webp');
    }
    .block_fourteen {
        width: 970px;
        height: 470px;
    }
    .twentyseven {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie27.webp');
    }
    .twentyeight {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie28.webp');
    }
    .block_fifteen {
        width: 970px;
        height: 470px;
    }
    .twentynine {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie29.webp');
    }
    .thirty {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie30.webp');
    }
    .block_sixteen {
        width: 970px;
        height: 470px;
    }
    .thirtyone {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie31.webp');
    }
    .thirtytwo {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie32.webp');
    }
    .block_seventeen {
        width: 970px;
        height: 470px;
    }
    .thirtyfree {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie33.webp');
    }
    .thirtyfour {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie34.webp');
    }
    .block_eighteen {
        width: 970px;
        height: 470px;
    }
    .thirtyfive {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie35.webp');
    }
    .thirtysix {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie36.webp');
    }
    .block_nineteen {
        width: 970px;
        height: 470px;
    }
    .thirtyseven {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie37.webp');
    }
    .thirtyeight {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie38.webp');
    }
    .block_twenty {
        width: 970px;
        height: 470px;
    }
    .thirtynine {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie39.webp');
    }
    .forty {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie40.webp');
    }
    .block_twentyone {
        width: 970px;
        height: 470px;
    }
    .fortyone {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie41.webp');
    }
    .fortytwo {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie42.webp');
    }
    .block_twentytwo {
        width: 970px;
        height: 470px;
    }
    .fortyfree {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie43.webp');
    }
    .fortyfour {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie44.webp');
    }
    .block_twentyfree {
        width: 970px;
        height: 470px;
    }
    .fortyfive {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie45.webp');
    }
    .fortysix {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie46.webp');
    }
    .block_twentyfour {
        width: 970px;
        height: 470px;
    }
    .fortyseven {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie47.webp');
    }
    .fortyeight {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie48.webp');
    }
    .block_twentyfive {
        width: 970px;
        height: 470px;
    }
    .fortynine {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie49.webp');
    }
    .fifty {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie50.webp');
    }
    .block_twentysix {
        width: 970px;
        height: 470px;
    }
    .fiftyone {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie51.webp');
    }
    .fiftytwo {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie52.webp');
    }
    .block_twentyseven {
        width: 970px;
        height: 470px;
    }
    .fiftyfree {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie53.webp');
    }
    .fiftyfour {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie54.webp');
    }
    .block_twentyeight {
        width: 970px;
        height: 470px;
    }
    .fiftyfive {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie55.webp');
    }
    .fiftysix {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie56.webp');
    }
    .block_twentynine {
        width: 970px;
        height: 470px;
    }
    .fiftyseven {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie57.webp');
    }
    .fiftyeight {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie58.webp');
    }
    .block_thirty {
        width: 970px;
        height: 470px;
    }
    .fiftynine {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie59.webp');
    }
    .sixty {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie60.webp');
    }
    .block_thirtyone {
        width: 970px;
        height: 470px;
    }
    .sixtyone {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie61.webp');
    }
    .sixtytwo{
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie62.webp');
    }
    .block_thirtytwo {
        width: 970px;
        height: 470px;
    }
    .sixtyfree {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie63.webp');
    }
    .sixtyfour {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie64.webp');
    }
    .block_thirtyfree {
        width: 970px;
        height: 470px;
    }
    .sixtyfive {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie65.webp');
    }
    .sixtysix {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie66.webp');
    }

    .block_thirtyfour {
        width: 970px;
        height: 470px;
    }
    .sixtyseven {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie67.webp');
    }
    .sixtyeight {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie68.webp');
    }
    .block_thirtyfive {
        width: 970px;
        height: 470px;
    }
    .sixtynine {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie69.webp');
    }
    .seventy {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie70.webp');
    }

    .block_thirtysix {
        width: 970px;
        height: 470px;
    }
    .seventyone {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie71.webp');
    }
    .seventytwo {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie72.webp');
    }
    .block_thirtyseven {
        width: 970px;
        height: 470px;
    }
    .seventyfree {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie73.webp');
    }
    .seventyfour {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie74.webp');
    }

    .block_thirtyeight {
        width: 970px;
        height: 470px;
    }
    .seventyfive {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie75.webp');
    }
    .seventysix {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie76.webp');
    }
    .block_thirtynine {
        width: 970px;
        height: 470px;
    }
    .seventyseven {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie77.webp');
    }
    .seventyeight {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie78.webp');
    }
    .block_forty {
        width: 970px;
        height: 470px;
    }
    .seventynine {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie79.webp');
    }
    .eighty {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie80.webp');
    }
    .block_fortyone {
        width: 970px;
        height: 470px;
    }
    .eightyone {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie81.webp');
    }
    .eightytwo {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie82.webp');
    }
    .block_fortytwo {
        width: 970px;
        height: 470px;
    }
    .eightyfree {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie83.webp');
    }
    .eightyfour {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie84.webp');
    }
    .block_fortyfree {
        width: 970px;
        height: 470px;
    }
    .eightyfive {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie85.webp');
    }
    .eightysix {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie86.webp');
    }
    .block_fortyfour {
        width: 970px;
        height: 470px;
    }
    .eightyseven {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie87.webp');
    }
    .eightyeight {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie88.webp');
    }
    .block_fortyfive {
        width: 970px;
        height: 470px;
    }
    .eightynine {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie89.webp');
    }
    .ninety {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie90.webp');
    }
    .block_fortysix {
        width: 970px;
        height: 470px;
    }
    .ninetyone {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie91.webp');
    }
    .ninetytwo {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie92.webp');
    }
    .block_fortyseven {
        width: 970px;
        height: 470px;
    }
    .ninetyfree {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie93.webp');
    }
    .ninetyfour {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie94.webp');
    }
    .block_fortyeight {
        width: 970px;
        height: 470px;
    }
    .ninetyfive {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie95.webp');
    }
    .ninetysix {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie96.webp');
    }

    .block_fortynine {
        width: 970px;
        height: 470px;
    }
    .ninetyseven {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie97.webp');
    }
    .ninetyeight {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie98.webp');
    }
    .block_fifty {
        width: 970px;
        height: 470px;
    }
    .ninetynine {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie99.webp');
    }
    .onehundred {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie100.webp');
    }
    .block_fiftyone {
        width: 970px;
        height: 470px;
    }
    .onehundredone {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie101.webp');
    }
    .onehundredtwo {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie102.webp');
    }
    .block_fiftytwo {
        width: 970px;
        height: 470px;
    }
    .onehundredfree {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie103.webp');
    }
    .onehundredfour {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie104.webp');
    }
    .block_fiftyfree {
        width: 970px;
        height: 470px;
    }
    .onehundredfive {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie105.webp');
    }
    .onehundredsix {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie106.webp');
    }
    .block_fiftyfour {
        width: 970px;
        height: 470px;
    }
    .onehundredseven {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie107.webp');
    }
    .onehundredeight {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie108.webp');
    }

    .block_fiftyfive {
        width: 970px;
        height: 470px;
    }
    .onehundrednine {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie109.webp');
    }
    .onehundredten {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie110.webp');
    }
    .block_fiftysix {
        width: 970px;
        height: 470px;
    }
    .onehundredeleven {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie111.webp');
    }
    .onehundredtwelve {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie112.webp');
    }
    .block_fiftyseven {
        width: 970px;
        height: 470px;
    }
    .onehundredthirteen {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie113.webp');
    }
    .onehundredfourteen {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie114.webp');
    }

    .block_fiftyeight {
        width: 970px;
        height: 470px;
    }
    .onehundredfifteen {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie115.webp');
    }
    .onehundredsixteen {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie116.webp');
    }
    .block_fiftynine {
        width: 970px;
        height: 470px;
    }
    .onehundredseventeen {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie117.webp');
    }
    .onehundredeightteen {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie118.webp');
    }

    .block_sixtyn {
        width: 970px;
        height: 470px;
    }
    .onehundrednineteen {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie119.webp');
    }
    .onehundredtwenty {
        width: 470px;
        height: 470px;
        background: url('../img/kuchnie/kuchnie470px/kuchnie120.webp');
    }

}



@media (max-width: 991.98px) {
    .block {
        width: 750px;
    }

    .tableone {
        width: 65px;
        height: 45px;
        margin-top: 250px;
    }
    .tableone p {
        margin-left: 23px;
        font-size: 33px;
    }
    .tabletwo {
        width: 65px;
        height: 45px;
        margin-top: 250px;
    }
    .tabletwo p {
        margin-left: 14px;
        font-size: 33px;
    }
    
    .tablefree {
        width: 75px;
        height: 45px;
        margin-top: 250px;
    }
    .tablefree p {
        margin-left: 10px;
        font-size: 33px;
    }
    .block_one {
        width: 750px;
        height: 360px;
    }
    .one {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie1.webp');
    }
    .two {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie2.webp');
    }

    .block_two {
        width: 750px;
        height: 360px;
    }
    .free {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie3.webp');
    }
    .four {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie4.webp');
    }
    .block_free {
        width: 750px;
        height: 360px;
    }
    .five {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie5.webp');
    }
    .six {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie6.webp');
    }
    .block_four {
        width: 750px;
        height: 360px;
    }
    .seven {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie7.webp');
    }
    .eight {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie8.webp');
    }

    .block_five {
        width: 750px;
        height: 360px;
    }
    .nine {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie9.webp');
    }
    .ten {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie10.webp');
    }

    .block_six {
        width: 750px;
        height: 360px;
    }
    .eleven {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie11.webp');
    }
    .twelwe {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie12.webp');
    }

    .block_seven {
        width: 750px;
        height: 360px;
    }
    .thirteen {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie13.webp');
    }
    .fourteen {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie14.webp');
    }

    .block_eight {
        width: 750px;
        height: 360px;
    }
    .fiveteen {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie15.webp');
    }
    .sixteen {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie16.webp');
    }

    .block_nine {
        width: 750px;
        height: 360px;
    }
    .seventeen {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie17.webp');
    }
    .eighteen {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie18.webp');
    }

    .block_ten {
        width: 750px;
        height: 360px;
    }
    .nineteen {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie19.webp');
    }
    .twenty {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie20.webp');
    }

    .block_eleven {
        width: 750px;
        height: 360px;
    }
    .twentyone {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie21.webp');
    }
    .twentytwo {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie22.webp');
    }

    .block_twelwe {
        width: 750px;
        height: 360px;
    }
    .twentyfree {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie23.webp');
    }
    .twentyfour {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie24.webp');
    }
    .block_thirteen {
        width: 750px;
        height: 360px;
        
    }
    .twentyfive {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie25.webp');
    }
    .twentysix {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie26.webp');
    }
    .block_fourteen {
        width: 750px;
        height: 360px;
    }
    .twentyseven {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie27.webp');
    }
    .twentyeight {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie28.webp');
    }
    .block_fifteen {
        width: 750px;
        height: 360px;
    }
    .twentynine {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie29.webp');
    }
    .thirty {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie30.webp');
    }
    .block_sixteen {
        width: 750px;
        height: 360px;
    }
    .thirtyone {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie31.webp');
    }
    .thirtytwo {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie32.webp');
    }
    .block_seventeen {
        width: 750px;
        height: 360px;
    }
    .thirtyfree {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie33.webp');
    }
    .thirtyfour {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie34.webp');
    }
    .block_eighteen {
        width: 750px;
        height: 360px;
    }
    .thirtyfive {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie35.webp');
    }
    .thirtysix {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie36.webp');
    }
    .block_nineteen {
        width: 750px;
        height: 360px;
    }
    .thirtyseven {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie37.webp');
    }
    .thirtyeight {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie38.webp');
    }
    .block_twenty {
        width: 750px;
        height: 360px;
    }
    .thirtynine {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie39.webp');
    }
    .forty {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie40.webp');
    }
    .block_twentyone {
        width: 750px;
        height: 360px;
    }
    .fortyone {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie41.webp');
    }
    .fortytwo {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie42.webp');
    }
    .block_twentytwo {
        width: 750px;
        height: 360px;
    }
    .fortyfree {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie43.webp');
    }
    .fortyfour {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie44.webp');
    }
    .block_twentyfree {
        width: 750px;
        height: 360px;
    }
    .fortyfive {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie45.webp');
    }
    .fortysix {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie46.webp');
    }
    .block_twentyfour {
        width: 750px;
        height: 360px;
    }
    .fortyseven {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie47.webp');
    }
    .fortyeight {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie48.webp');
    }
    .block_twentyfive {
        width: 750px;
        height: 360px;
    }
    .fortynine {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie49.webp');
    }
    .fifty {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie50.webp');
    }
    .block_twentysix {
        width: 750px;
        height: 360px;
    }
    .fiftyone {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie51.webp');
    }
    .fiftytwo {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie52.webp');
    }
    .block_twentyseven {
        width: 750px;
        height: 360px;
    }
    .fiftyfree {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie53.webp');
    }
    .fiftyfour {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie54.webp');
    }
    .block_twentyeight {
        width: 750px;
        height: 360px;
    }
    .fiftyfive {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie55.webp');
    }
    .fiftysix {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie56.webp');
    }
    .block_twentynine {
        width: 750px;
        height: 360px;
    }
    .fiftyseven {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie57.webp');
    }
    .fiftyeight {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie58.webp');
    }
    .block_thirty {
        width: 750px;
        height: 360px;
    }
    .fiftynine {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie59.webp');
    }
    .sixty {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie60.webp');
    }
    .block_thirtyone {
        width: 750px;
        height: 360px;
    }
    .sixtyone {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie61.webp');
    }
    .sixtytwo{
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie62.webp');
    }
    .block_thirtytwo {
        width: 750px;
        height: 360px;
    }
    .sixtyfree {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie63.webp');
    }
    .sixtyfour {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie64.webp');
    }
    .block_thirtyfree {
        width: 750px;
        height: 360px;
    }
    .sixtyfive {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie65.webp');
    }
    .sixtysix {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie66.webp');
    }

    .block_thirtyfour {
        width: 750px;
        height: 360px;
    }
    .sixtyseven {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie67.webp');
    }
    .sixtyeight {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie68.webp');
    }
    .block_thirtyfive {
        width: 750px;
        height: 360px;
    }
    .sixtynine {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie69.webp');
    }
    .seventy {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie70.webp');
    }

    .block_thirtysix {
        width: 750px;
        height: 360px;
    }
    .seventyone {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie71.webp');
    }
    .seventytwo {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie72.webp');
    }
    .block_thirtyseven {
        width: 750px;
        height: 360px;
    }
    .seventyfree {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie73.webp');
    }
    .seventyfour {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie74.webp');
    }

    .block_thirtyeight {
        width: 750px;
        height: 360px;
    }
    .seventyfive {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie75.webp');
    }
    .seventysix {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie76.webp');
    }
    .block_thirtynine {
        width: 750px;
        height: 360px;
    }
    .seventyseven {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie77.webp');
    }
    .seventyeight {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie78.webp');
    }
    .block_forty {
        width: 750px;
        height: 360px;
    }
    .seventynine {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie79.webp');
    }
    .eighty {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie80.webp');
    }
    .block_fortyone {
        width: 750px;
        height: 360px;
    }
    .eightyone {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie81.webp');
    }
    .eightytwo {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie82.webp');
    }
    .block_fortytwo {
        width: 750px;
        height: 360px;
    }
    .eightyfree {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie83.webp');
    }
    .eightyfour {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie84.webp');
    }
    .block_fortyfree {
        width: 750px;
        height: 360px;
    }
    .eightyfive {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie85.webp');
    }
    .eightysix {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie86.webp');
    }
    .block_fortyfour {
        width: 750px;
        height: 360px;
    }
    .eightyseven {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie87.webp');
    }
    .eightyeight {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie88.webp');
    }
    .block_fortyfive {
        width: 750px;
        height: 360px;
    }
    .eightynine {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie89.webp');
    }
    .ninety {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie90.webp');
    }
    .block_fortysix {
        width: 750px;
        height: 360px;
    }
    .ninetyone {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie91.webp');
    }
    .ninetytwo {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie92.webp');
    }
    .block_fortyseven {
        width: 750px;
        height: 360px;
    }
    .ninetyfree {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie93.webp');
    }
    .ninetyfour {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie94.webp');
    }
    .block_fortyeight {
        width: 750px;
        height: 360px;
    }
    .ninetyfive {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie95.webp');
    }
    .ninetysix {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie96.webp');
    }

    .block_fortynine {
        width: 750px;
        height: 360px;
    }
    .ninetyseven {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie97.webp');
    }
    .ninetyeight {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie98.webp');
    }
    .block_fifty {
        width: 750px;
        height: 360px;
    }
    .ninetynine {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie99.webp');
    }
    .onehundred {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie100.webp');
    }
    .block_fiftyone {
        width: 750px;
        height: 360px;
    }
    .onehundredone {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie101.webp');
    }
    .onehundredtwo {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie102.webp');
    }
    .block_fiftytwo {
        width: 750px;
        height: 360px;
    }
    .onehundredfree {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie103.webp');
    }
    .onehundredfour {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie104.webp');
    }
    .block_fiftyfree {
        width: 750px;
        height: 360px;
    }
    .onehundredfive {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie105.webp');
    }
    .onehundredsix {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie106.webp');
    }
    .block_fiftyfour {
        width: 750px;
        height: 360px;
    }
    .onehundredseven {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie107.webp');
    }
    .onehundredeight {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie108.webp');
    }

    .block_fiftyfive {
        width: 750px;
        height: 360px;
    }
    .onehundrednine {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie109.webp');
    }
    .onehundredten {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie110.webp');
    }
    .block_fiftysix {
        width: 750px;
        height: 360px;
    }
    .onehundredeleven {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie111.webp');
    }
    .onehundredtwelve {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie112.webp');
    }
    .block_fiftyseven {
        width: 750px;
        height: 360px;
    }
    .onehundredthirteen {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie113.webp');
    }
    .onehundredfourteen {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie114.webp');
    }

    .block_fiftyeight {
        width: 750px;
        height: 360px;
    }
    .onehundredfifteen {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie115.webp');
    }
    .onehundredsixteen {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie116.webp');
    }
    .block_fiftynine {
        width: 750px;
        height: 360px;
    }
    .onehundredseventeen {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie117.webp');
    }
    .onehundredeightteen {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie118.webp');
    }

    .block_sixtyn {
        width: 750px;
        height: 360px;
    }
    .onehundrednineteen {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie119.webp');
    }
    .onehundredtwenty {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie120.webp');
    }

}



@media (max-width: 767.98px) {
    .block {
        width: 360px;
        margin-left: 12px;
    }
    .tableone {
        width: 65px;
        height: 45px;
        margin-top: 260px;
    }
    .tabletwo {
        width: 65px;
        height: 45px;
        margin-top: 260px;
    }
    .tablefree {
        width: 80px;
        height: 45px;
        margin-top: 260px;
    }
    .block_one {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .one {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie1.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .two {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie2.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_two {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .free {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie3.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .four {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie4.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_free {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .five {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie5.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .six {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie6.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_four {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .seven {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie7.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .eight {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie8.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }

    .block_five {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .nine {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie9.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .ten {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie10.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }

    .block_six {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .eleven {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie11.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .twelwe {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie12.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }

    .block_seven {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .thirteen {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie13.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .fourteen {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie14.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_eight {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .fiveteen {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie15.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .sixteen {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie16.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_nine {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .seventeen {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie17.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .eighteen {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie18.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_ten {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .nineteen {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie19.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .twenty {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie20.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_eleven {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .twentyone {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie21.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .twentytwo {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie22.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_twelwe {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .twentyfree {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie23.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .twentyfour {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie24.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_thirteen {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
        
    }
    .twentyfive {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie25.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .twentysix {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie26.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_fourteen {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .twentyseven {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie27.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .twentyeight {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie28.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_fifteen {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .twentynine {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie29.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .thirty {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie30.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_sixteen {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .thirtyone {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie31.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .thirtytwo {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie32.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_seventeen {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .thirtyfree {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie33.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .thirtyfour {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie34.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_eighteen {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .thirtyfive {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie35.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .thirtysix {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie36.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_nineteen {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .thirtyseven {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie37.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .thirtyeight {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie38.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_twenty {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .thirtynine {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie39.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .forty {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie40.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_twentyone {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .fortyone {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie41.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .fortytwo {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie42.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_twentytwo {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .fortyfree {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie43.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .fortyfour {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie44.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_twentyfree {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .fortyfive {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie45.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .fortysix {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie46.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_twentyfour {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .fortyseven {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie47.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .fortyeight {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie48.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_twentyfive {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .fortynine {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie49.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .fifty {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie50.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_twentysix {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .fiftyone {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie51.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .fiftytwo {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie52.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_twentyseven {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .fiftyfree {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie53.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .fiftyfour {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie54.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_twentyeight {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .fiftyfive {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie55.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .fiftysix {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie56.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_twentynine {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .fiftyseven {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie57.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .fiftyeight {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie58.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_thirty {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .fiftynine {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie59.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .sixty {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie60.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_thirtyone {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .sixtyone {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie61.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .sixtytwo{
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie62.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_thirtytwo {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .sixtyfree {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie63.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .sixtyfour {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie64.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_thirtyfree {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .sixtyfive {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie65.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .sixtysix {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie66.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }

    .block_thirtyfour {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .sixtyseven {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie67.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .sixtyeight {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie68.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_thirtyfive {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .sixtynine {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie69.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .seventy {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie70.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }

    .block_thirtysix {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .seventyone {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie71.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .seventytwo {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie72.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_thirtyseven {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .seventyfree {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie73.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .seventyfour {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie74.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_thirtyeight {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .seventyfive {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie75.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .seventysix {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie76.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_thirtynine {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .seventyseven {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie77.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .seventyeight {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie78.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_forty {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .seventynine {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie79.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .eighty {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie80.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_fortyone {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .eightyone {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie81.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .eightytwo {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie82.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_fortytwo {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;    
    }
    .eightyfree {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie83.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .eightyfour {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie84.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_fortyfree {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .eightyfive {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie85.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .eightysix {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie86.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_fortyfour {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .eightyseven {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie87.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .eightyeight {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie88.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_fortyfive {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .eightynine {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie89.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .ninety {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie90.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_fortysix {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .ninetyone {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie91.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .ninetytwo {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie92.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_fortyseven {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .ninetyfree {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie93.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .ninetyfour {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie94.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_fortyeight {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .ninetyfive {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie95.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .ninetysix {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie96.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }

    .block_fortynine {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .ninetyseven {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie97.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .ninetyeight {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie98.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_fifty {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .ninetynine {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie99.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .onehundred {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie100.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_fiftyone {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .onehundredone {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie101.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .onehundredtwo {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie102.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_fiftytwo {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .onehundredfree {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie103.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .onehundredfour {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie104.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_fiftyfree {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .onehundredfive {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie105.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .onehundredsix {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie106.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_fiftyfour {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .onehundredseven {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie107.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .onehundredeight {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie108.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_fiftyfive {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .onehundrednine {
        width: 360px;
        height: 360px;        height: 345px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie109.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .onehundredten {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie110.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_fiftysix {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .onehundredeleven {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie111.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .onehundredtwelve {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie112.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_fiftyseven {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .onehundredthirteen {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie113.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .onehundredfourteen {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie114.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_fiftyeight {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .onehundredfifteen {
        width: 345px;
        height: 345px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie115.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .onehundredsixteen {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie116.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .block_fiftynine {
        display: block;
        width: 360px;
        height: 780px;
        margin-top: 0px;
    }
    .onehundredseventeen {
        width: 360px;
        height: 360px;
        background: url('../img/kuchnie/kuchnie360px/kuchnie117.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .onehundredeightteen {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie118.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }

    .block_sixtyn {
        display: block;
        width: 360px;
        height: 755px;
        margin-top: 0px;
    }
    .onehundrednineteen {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie119.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
    .onehundredtwenty {
        width: 360px;
        height: 360px;
        margin: 30px 0 0 0;
        background: url('../img/kuchnie/kuchnie360px/kuchnie120.webp');
        border-top: solid 1px rgba(255, 0, 0, 0);
    }
}

/*=======================FOOTER=================*/
.footer {
    width: 1186px;
    min-height: 100%;
    margin: 40px auto 0 auto;
    background-color: #1f1f1f;
}
.bloki {
    display: flex;
    width: 730px;
    margin: 0 auto;
}
.block_zagolowok h2 {
    font-family: 'Futura PT Medium';
    font-size: 20px;
    color: #FFA013;
    /* border: solid 1px red; */
    text-align: center;
}





.footer_block1 {
    width: 380px;
    margin-top: 20px;
}

.footer_kontakt {
    height: 270px;
    width: 360px;
    margin-top: 30px;
    border-right: solid 1px #FFA013;
}

.footer_telefon {
    display: flex;
    margin-left: 30px;
    /* border: solid 1px red; */
}
    
.footer_telefon-link{
	font-family: 'Futura PT Medium';
    font-size: 20px;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
    margin-top: 14px;
}
.footer_telefon-link:hover {
    text-decoration: none;
    color: #FFA013;
}
.footer_phone {
    height: 17px;
    width: 15px;
    margin-right: 6px;
    margin-top: -5px;
}

.footer_mail {
    margin-left: 30px;
    margin-top: 30px;
    /* border: solid 1px red; */
}
    
.footer_mail-link {
	font-family: 'Futura PT Medium';
    font-size: 21px;
    letter-spacing: 1px;
    color: white;
    margin-top: 2px;
}
.footer_mail-link:hover {
    text-decoration: none;
    color: #FFA013;
}

.footer_email {
    height: 17px;
    width: 25px;
    margin-right: 6px;

}
.footer_social {
    display: flex;
    margin-left: 20px;
    margin-top: 37px;
    /* border: solid 1px red; */
}

.fb {
    margin-left: 10px;
}
.fb_link {
    display: block;
    width: 40px;
    height: 40px;
    background: url('../img/main/icon/fb.svg');
}
.fb_link:hover {
    background: url('../img/main/icon/fb2.svg');
}

.insta {
    margin-left: 20px;
}
.insta_link {
    display: block;
    width: 40px;
    height: 40px;
    background: url('../img/main/icon/insta.svg');
}
.insta_link:hover {
    background: url('../img/main/icon/insta2.svg');
}











.footer_block2 {
    width: 393px;
    margin-top: 20px;
}
.godziny_otwarcia {
    height: 270px;
    margin-top: 30px;
    margin-left: 30px;
    letter-spacing: 1px;
    border-right: solid 1px #FFA013;
}

.godziny_otwarcia p {
    display: block;
	font-family: 'Futura PT Medium';
    font-size: 19px;
    color: rgb(255, 255, 255);

}









.footer_block3 {
    width: 393px;
    margin-top: 20px;
}
.menu_footer {
    display: flex;
    width: 390PX;
    height: 270px;
    margin-top: 30px;
}

.menu_footer a {
    font-family: 'Futura PT Medium';
    font-size: 17px;
    color: rgb(255, 255, 255);
    line-height: 2;
}
.menu_footer a:hover {
    color: #FFA013;
    text-decoration: none;
}

.lew {
    margin-left: 15px;
    /* border: solid 1px rgb(238, 255, 0); */
}
.praw {
    margin-left: 30px;
    /* border: solid 1px rgb(0, 255, 64); */
}




@media (max-width: 1230px) {
    
    .footer {
        width: 970px;
    }
    .footer_block1 {
        width: 360px;
    }
    .footer_block2 {
        width: 323px;
    }
    .menu_footer {
        width: 323px;
        font-size: 20px;
    }
    .menu_footer a {
        font-size: 17px;
    }

    .praw {
        margin-left: 0px;
    }
 
    .footer_block3 {
        width: 305px;
    }
    .footer_telefon-link{
        font-size: 16px;
    }
    .footer_mail-link {
        font-size: 20px;
    }
}

@media (max-width: 991.98px) {
    .footer {
        width: 750px;
    }



    .footer_block1 {
        width: 360px;
        margin-top: 20px;
    }
    .footer_kontakt {
        height: 310px;
        margin-top: 30px;
        border-right: solid 1px #FFA013;
    }
    
    .footer_telefon {
        display: flex;
        margin-left: 10px;
        /* border: solid 1px red; */
    }

    .footer_telefon-link:hover {
        text-decoration: none;
        color: #FFA013;
    }
    .footer_phone {
        height: 14px;
        width: 11px;
        margin-right: 6px;
        margin-top: -5px;
    }
    
    .footer_mail {
        margin-left: 10px;
        margin-top: 30px;
        /* border: solid 1px red; */
    }
        
    .footer_mail-link {
        font-family: 'Futura PT Medium';
        font-size: 18px;
        letter-spacing: 1px;
        color: white;
        margin-top: 2px;
    }
    .footer_mail-link:hover {
        text-decoration: none;
        color: #FFA013;
    }
    
    .footer_email {
        height: 14px;
        width: 22px;
        margin-right: 6px;
    
    }
    .footer_social {
        display: flex;
        margin-left: 20px;
        margin-top: 37px;
        /* border: solid 1px red; */
    }
    
    .fb {
        margin-left: 10px;
    }
    .fb_link {
        display: block;
        width: 40px;
        height: 40px;
        background: url('../img/main/icon/fb.svg');
    }
    .fb_link:hover {
        background: url('../img/main/icon/fb2.svg');
    }
    
    .insta {
        margin-left: 20px;
    }
    .insta_link {
        display: block;
        width: 40px;
        height: 40px;
        background: url('../img/main/icon/insta.svg');
    }
    .insta_link:hover {
        background: url('../img/main/icon/insta2.svg');
    }


    .footer_block3 {
        width: 250px;
        margin-top: 20px;
    }
    .menu_footer {
        display: block;
        width: 240px;
        height: 310px;
    }
    .menu_footer a {
        font-size: 14px;
    }
    .lew {
        margin-left: 5px;
    }
    .praw {
        margin-left: 5px;
    }
}

@media (max-width: 767.98px) {
    .footer {
        width: 360px;
        margin-left: 15px;
    }
    .bloki {
        display: block;
        /* border: solid 3px red; */
    }









    .footer_block1 {
        width: 320px;
        height: 260px;
        margin-top: 30px;
        margin-left: 20px;
        border-bottom: solid 1px #FFA013;
        border-right: none;
    }
    
    .footer_kontakt {
        border-right: none;
    }
    
 
    .footer_block3 {
        width: 320px;
        height: 230px;
        margin-top: 30px;
        margin-left: 20px;
    }
    .menu_footer {
        display: flex;
        height: 200px;
        width: 390PX;
        margin-top: 30px;
    }
    
    .lew {
        margin-left: 10px;
    }
    .praw {
        margin-left: 40px;
    }
}
    










