*Обнуление*/
*,
*::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;
    }
}












/*===================блок MAIN=========================*/
.get-started {
    padding: 100px 0px 0px 0px;

}
.get-started_container {
    display: flex;
    height: 838px;
    flex-wrap: wrap;
    background: url('../img/main/fon/fon11.jpg');
}

.get-started_content {
    flex: 0 1 100%;
    margin: 400px 0px 130px 0px;
    background-color: #000000b9;
}

.get-started_block-text {
    max-width: 100%;
    height: 240px;
    padding-left: 20px;
}

.block-text_title {
    font-weight: 700;
    font-size: 36px;
    line-height: 126%;
    font-family: 'Futura PT Bold';
    color: rgb(255, 255, 255);
}

.block-text_text {
    font-size: 26px;
    line-height: 138.5%;
    margin: 0px 0px 44px 0px;
    color: rgb(255, 255, 255);
    font-family: 'Futura PT Book';
}
.meble {
    color: #FFA013;
}

.gratis {
    font-size: 24px;
    font-weight: 400;
}
.wrap {
    margin-left: 88px;
    display: flex;
  }


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

  .block-text_button: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);
    }
  }


@media (max-width: 991.98px) {
    .get-started_container {
        display: flex;
        height: 700px;
        background: url('../img/main/fon/fon12.jpg');
        background-repeat: no-repeat;
    }
    .get-started_content {
        flex: 0 1 100%;
        margin: 340px 0px 70px 0px;
        background-color: #000000b9;
    }
    .block-text_title {
        max-width: 475px; 
        font-weight: 700;
        font-size: 32px;

    }
    .block-text_text {
        max-width: 600px;
        font-size: 20px;
    }    
}

@media (max-width: 767.98px) {
    .get-started {
        padding: 90px 0px 0px 0px;
    }
    .get-started_container {
            display: flex;
            height: 550px;
            background: url('../img/main/fon/fon13.jpg');
            background-repeat: no-repeat;
        }
        .get-started_content {
            margin: 240px 0px 0px 0px;
        }
    .block-text_text {
        max-width: 450px;
        font-size: 20px;
    }  
}

@media (max-width: 500px) {
    .block-text_text {
        max-width: 430px;
        font-size: 20px;
    }  
}










/*==============началоbloki_razdely==============*/


.bloki_razdely {
    width: 1186px;
    min-height: 100%;
    margin: 0 auto;
}
.fon {
    margin-top: 80px;
    background-color: #00000080;
}

.fon p {
    font-family: 'Futura PT Bold';
    font-size: 50px;
    color:  #ffffff;
}

.razdely_zagolovok {
    margin: auto;
}
.razdely_button {
    width: 100%;
    margin-top: 260px;
}

.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);
    }
  }


.kuchnie_szafy {
    display: flex;
    height: 500px;
    margin-top: 30px;
}
.kuchnie {
    width: 578px;
    height: 500px;
    background: url('../img/main/razdely/kuchnie.jpg');
    margin-right: 30px;
    text-align: center;
}
.szafy {
    width: 578px;
    height: 500px;
    background: url('../img/main/razdely/szafy.jpg');
    text-align: center;
}
.garderoby_stoly {
    display: flex;
    height: 500px;
    margin-top: 30px;
}

.garderoby {
    width: 578px;
    height: 500px;
    background: url('../img/main/razdely/garderoby.jpg');
    margin-right: 30px;
    text-align: center;
}

.stoly {
    width: 578px;
    height: 500px;
    background: url('../img/main/razdely/stoly.jpg');
    text-align: center;
}
.lustra_panele {
    display: flex;
    height: 500px;
    margin-top: 30px;
}
.lustra {
    width: 578px;
    height: 500px;
    background: url('../img/main/razdely/lustra.jpg');
    margin-right: 30px;
    text-align: center;
}
.panele {
    width: 578px;
    height: 500px;
    background: url('../img/main/razdely/panele.jpg');
    text-align: center;
}


@media (max-width: 1230px) {
    .bloki_razdely {
        width: 970px;
    }
    .razdely_button {
        margin-top: 150px;
        /* border: solid 1px rgb(255, 0, 0); */
    }
    .block-text_button2 {
        padding: 5px 30px;
      }  
    
    .fon p {
        font-size: 40px;
    }
    .kuchnie_szafy {
        height: 365px;
    }
    .kuchnie {
        width: 470px;
        height: 365px;
        background: url('../img/main/razdely/470x365/kuchnie_475.jpg');
        background-repeat: no-repeat;
    }
    .szafy {
        width: 470px;
        height: 365px;
        background: url('../img/main/razdely/470x365/szafy_475.jpg');
    }
    .garderoby_stoly {
        height: 365px;
    }
    
    .garderoby {
        width: 470px;
        height: 365px;
        background: url('../img/main/razdely/470x365/garderoby_475.jpg');
    }
    
    .stoly {
        width: 470px;
        height: 365px;
        background: url('../img/main/razdely/470x365/stoly_475.jpg');
    }
    .lustra_panele {
        height: 365px;
    }
    .lustra {
        width: 470px;
        height: 365px;
        background: url('../img/main/razdely/470x365/lustra_475.jpg');
    }
    .panele {
        width: 470px;
        height: 365px;
        background: url('../img/main/razdely/470x365/panele_475.jpg');
    }
    

}

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

    .razdely_button {
        margin-top: 110px;
        /* border: solid 1px rgb(255, 0, 0); */
    }
    .fon p {
        font-size: 30px;
    }
    .kuchnie_szafy {
        height: 310px;
    }
    .kuchnie {
        width: 360px;
        height: 310px;
        background: url('../img/main/razdely/360x310/kuchnie_360.jpg');
    }
    .szafy {
        width: 360px;
        height: 310px;
        background: url('../img/main/razdely/360x310/szafy_360.jpg');
    }
    .garderoby_stoly {
        height: 310px;
    }
    
    .garderoby {
        width: 360px;
        height: 310px;
        background: url('../img/main/razdely/360x310/garderoby_360.jpg');
    }
    
    .stoly {
        width: 360px;
        height: 310px;
        background: url('../img/main/razdely/360x310/stoly_360.jpg');
    }
    .zabiegi_brwi {
        height: 310px;
    }
    .zabiegi {
        width: 360px;
        height: 310px;
        background: url('../img/main/razdely/360x310/zabiegi_360.jpg');
    }
    .brwi {
        width: 360px;
        height: 310px;
        background: url('../img/main/razdely/360x310/brwi_360.jpg');
    }
    
    .lustra_panele {
        height: 310px;
    }
    .lustra {
        width: 360px;
        height: 310px;
        background: url('../img/main/razdely/360x310/lustra_360.jpg');
    }
    .panele {
        width: 360px;
        height: 310px;
        background: url('../img/main/razdely/360x310/panele_360.jpg');
    }

}

@media (max-width: 767.98px) {
    .bloki_razdely {
        width: 385px;
        margin-left: 15px;
    }
    .razdely_button {
        margin-top: 115px
    }
    .fon p {
        font-size: 30px;
    }

    .kuchnie_szafy {
        display: block;
        height: 650px;
    }
    .kuchnie {
        width: 360px;
        height: 310px;
        background: url('../img/main/razdely/360x310/kuchnie_360.jpg');
        margin-right: 5px;
        border: solid 1px rgba(0, 110, 255, 0);
    }
    .szafy {
        width: 360px;
        height: 310px;
        background: url('../img/main/razdely/360x310/szafy_360.jpg');
        margin-top: 30PX;
        margin-right: 5px;
        border: solid 1px rgba(0, 110, 255, 0);
    }

    .garderoby_stoly {
        display: block;
        height: 650px;
    }
    
    .garderoby {
        width: 360px;
        height: 310px;
        background: url('../img/main/razdely/360x310/garderoby_360.jpg');
        margin-right: 5px;
        border: solid 1px rgba(0, 110, 255, 0);
    }
    
    .stoly {
        width: 360px;
        height: 310px;
        background: url('../img/main/razdely/360x310/stoly_360.jpg');
        margin-top: 30PX;
        margin-right: 5px;
        border: solid 1px rgba(0, 110, 255, 0);
    }
    .lustra_panele {
        display: block;
        height: 650px;
    }
    .lustra {
        width: 360px;
        height: 310px;
        background: url('../img/main/razdely/360x310/lustra_360.jpg');
        margin-right: 5px;
        border: solid 1px rgba(0, 110, 255, 0);
    }
    .panele {
        width: 360px;
        height: 310px;
        background: url('../img/main/razdely/360x310/panele_360.jpg');
        margin-top: 30PX;
        margin-right: 5px;
        border: solid 1px rgba(0, 110, 255, 0);
    }
}








.onas {
    margin: 80px auto 0 auto;
    width: 1184px;
    min-height: 100%;
    border: solid 5px #cacaca;
    border-radius: 25px;
    background-color: rgb(255, 255, 255);
    box-shadow: 3px 3px 15px rgb(0, 0, 0);
}

.onas_zagolovok {
    width: 1135px;
    margin-top: 30px;
    margin-left: 20px;
    border-bottom: solid 1px #FFA013;
}

.onas h2 {
    font-family: 'Futura PT Bold';
    font-size: 42px;
    color: #FFA013;
}

.onas_text {
    margin: 40px 35px;
}
.onas p {
    font-family: 'Futura PT book';
    font-size: 20px;
    color: #1f1f1f;
}


@media (max-width: 1230px) {
    .onas {
        width: 970px;
    }
    .onas_zagolovok {
        width: 915px;
    }
}

@media (max-width: 991.98px) {
    .onas {
        width: 750px;
    }
    .onas_zagolovok {
        width: 698px;
    }
    .onas h2 {
        font-size: 32px;
    }
}

@media (max-width: 767.98px) {
    .onas {
        width: 340px;
    }
    .onas_zagolovok {
        width: 290px;
    }
}






















/*============================OPINIE =====================*/
.opinie {
    margin: 60px auto 0px auto;
    width: 1186px;
    height: 520px;
    border-top: solid 1px #ffa11300;
}

.opinie_zagolovok {
    display: block;
    font-family: 'Futura PT Bold';    
    font-size: 42px;
    text-align: center;
    color: rgb(252, 252, 252);
    margin-top: 25px;
    margin-left: 40%;
    margin-right: 40%;
    border: solid 1px #FFA013;
    border-radius: 3px;
    background-color: #FFA013;
    padding: 6px 2px;
}

.opinie_zagolovok:hover{
    color: #FFA013;
    background-color: #ffffff00;
}
.block_opinie {
    display: flex;
    max-width: 1070px;
    height: 415px;
    margin: 25px auto;
}
.opinie_verh {
    display: flex;
}

.opinie_niz {
    display: flex;
}
.name {
    font-family: 'Futura PT medium';
    font-size: 22px;
    text-align: center;
    color: #FFA013;
}

.block_text {
    font-family: 'Futura PT Book';
    font-size: 18px;
    margin: 5px 15px 0 15px;
    color: rgb(62, 62, 62);
}
.one {
    display: block;
    width: 233px;
    height: 380px;
    border-radius: 10px;
    background-color: #ffffff; 
    border: solid 2px #c4c4c4;
    box-shadow: 1px 1px 10px rgb(0, 0, 0);
}
.block_foto-one {
    width: 90px;
    height: 90px;
    border-radius: 50px;
    margin: 15px 0 0 60px;
    background: url('../img/main/foto1.png');
}

.two {
    display: block;
    width: 233px;
    height: 380px;
    border-radius: 10px;
    background-color: #ffffff; 
    border: solid 2px #c4c4c4;
    margin-left: 45px;
    box-shadow: 1px 1px 10px rgb(0, 0, 0);
}
.block_foto-two {
    width: 90px;
    height: 90px;
    border-radius: 50px;
    margin: 15px 0 0 60px;
    background: url('../img/main/foto2.png');
}

.three {
    display: block;
    width: 233px;
    height: 380px;
    border-radius: 10px;
    background-color: #ffffff; 
    border: solid 2px #c4c4c4;
    margin-left: 45px;
    box-shadow: 1px 1px 10px rgb(0, 0, 0);
}
.block_foto-three {
    width: 90px;
    height: 90px;
    border-radius: 50px;
    margin: 15px 0 0 60px;
    background: url('../img/main/foto3.png');
}

.four {
    display: block;
    width: 233px;
    height: 380px;
    border-radius: 10px;
    background-color: #ffffff; 
    border: solid 2px #c4c4c4;
    margin-left: 45px;
    box-shadow: 1px 1px 10px rgb(0, 0, 0);
}
.block_foto-four {
    width: 90px;
    height: 90px;
    border-radius: 50px;
    margin: 15px 0 0 60px;
    background: url('../img/main/foto4.png');
}

@media (max-width: 1230px) {
    .opinie {
        width: 970px;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .one {
        width: 210px;
        height: 430px;
        margin-left: 26px;
    }
    .two {
        width: 210px;
        height: 430px;
        margin-left: 26px;
    }
    .three {
        width: 210px;
        height: 430px;
        margin-left: 26px;
    }
    .four {
        width: 210px;
        height: 430px;
        margin-left: 26px;
    }
}
@media (max-width: 991.98px) {
    .opinie {
        width: 750px;
        height: 790px;
        margin-bottom: 0px;
        border: solid 2px #0a84ff00;
    }
    .block_opinie {
        display: block;
        max-width: 1070px;
        height: 1300px;
        margin: 25px auto;
    }
    .opinie_niz {
        margin-top: 30px;
    }
    .opinie_zagolovok {
        margin-top: 40px;
        font-size: 32px;
    }
    .block_foto {
        margin-left: 220px;
    }
    .one {
        width: 330px;
        height: 300px;
        margin-left: 30px;
    }
    .block_foto-one {
        margin-left: 120px;
    }
    .two {
        width: 330px;
        height: 300px;
        margin-left: 30px;
    }
    .block_foto-two {
        margin-left: 120px;
    }
    .three {
        width: 330px;
        height: 300px;
        margin-left: 30px;
    }
    .block_foto-three {
        margin-left: 120px;
    }
    .four {
        width: 330px;
        height: 300px;
        margin-left: 30px;
    }
    .block_foto-four {
        margin-left: 120px;
    }
}
@media (max-width: 767.98px) {
    .opinie {
        width: 385px;
        height: 1435px;
        margin-top: 20px;
    }
    .opinie_zagolovok {
        font-size: 30px;
        font-weight: 700;
        margin-left: 35%;
        margin-right: 35%;
    }
    .opinie_verh {
        display: block;

    }
    .opinie_niz {
        display: block;
        margin-top: 30px;

    }
    .name {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        color: #FFA013;
    }
    .block_text {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 15px;
        margin: 5px 15px 0 15px;
        color: rgb(62, 62, 62);
    }
    .one {
        width: 340px;
        margin-left: 22px;
        
    }
    .two {
        width: 340px;
        margin: 30px 0 0 22px;
    }
    .three {
        width: 340px;
        margin-left: 22px;
    }
    .four {
        width: 340px;
        margin: 30px 0 0 22px;
    }
}















/*=======================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;
    }
}
    










