@font-face {
    font-family: 'Cera Pro';
    src: url('/fonts/CeraPro/CeraProRegularItalic.otf');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('/fonts/CeraPro/CeraProMedium.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('/fonts/CeraPro/CeraProLight.otf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('/fonts/CeraPro/CeraProBold.otf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('/fonts/CeraPro/CeraProBlackItalic.otf');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('/fonts/CeraPro/CeraProBlack.otf');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('/fonts/CeraPro/CeraPro-Thin.eot');
    src: local('Cera Pro Thin'), local('/fonts/CeraPro/CeraPro-Thin'),
        url('/fonts/CeraPro/CeraPro-Thin.eot?#iefix') format('embedded-opentype'),
        url('/fonts/CeraPro/CeraPro-Thin.woff') format('woff'),
        url('/fonts/CeraPro/CeraPro-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}



* {
    border: none;
    box-sizing: border-box;
}

body {
    position: relative;
    font-size: 16px;
    margin: 0;
    padding: 0;
    background: #dbdbdb;
    font-family: 'Cera Pro';
    font-weight: 100;
    color: #666666;
    letter-spacing: 1px;
}

main {
    position: relative;

}


ul {
    list-style-position: inside;
    padding-left: 0;
    list-style-type: none;
}

section {
    padding: 20px 0;
}


.container {
    width:  100%;
    max-width: 970px;
    margin:  0 auto;
}

.container * {
    max-width: 100%;
}

.heading {
    font-size: 40px;
    text-align:  center;
    text-transform: uppercase;
    font-family: 'Cera Pro';
    margin: 15px 0 10px;
    font-weight: 300;
    letter-spacing: 15px;


}

.new-heading {
    font-size: 20px;
    letter-spacing: 10px;
    text-align: left;
    line-height: 1;
    color: #666666;
    font-weight: 100;
    text-transform: uppercase;
}

#topPadding {
    padding-top: 83px;
}

#header {
    line-height: 1;
    padding: 10px 0;
    background: #f0f0f0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
}

#header .logo img {
    height: 60px;
}


#sliderNew {
        background: url(/img/home-bg.jpg);
    background-size: cover;
    height: calc(100vh - 83px);
    background-position: center center;
    position: relative;   
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
    align-items: center;
    }


.sliderSeti {
    position: fixed;
    top: 83px;
    left: 0;
    bottom: 0;
    -moz-transform-origin: 0 50%;
    -moz-transform:rotate(-90deg) translate(-50%, 50%);
    -webkit-transform-origin:0 50%;
    -webkit-transform:rotate(-90deg) translate(-50%, 50%);
    -o-transform-origin:0 50%;
    -o-transform:rotate(-90deg) translate(-50%, 50%);
    -ms-transform-origin:0 50%;
    -ms-transform:rotate(-90deg) translate(-50%, 50%);
    transform-origin:0 50%;
    transform:rotate(-90deg) translate(-50%, 50%);
    margin:auto;
    font-size: 18px;
    width: calc(100vh - 83px);
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 100px;
    text-transform: uppercase;
    border-bottom: 2px solid #756b5fb3;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background: #dbdbdbd1;
}

.sliderSeti a {
    color: #756b5f;
    padding: 0 30px;
    text-decoration: none;
    border-bottom: 20px solid fd;
}

.sliderSeti a:hover {
    font-weight: 300;
}

#sliderNew .sliderContent {
    padding: 0 50px;
}


#sliderNew .sliderButton {
    display: block;
    width: fit-content;
    background: #756b5fb3;
    color: white;
    text-transform: uppercase;
    padding: 20px 40px;
    border: 1px solid #766c61b3;
    cursor: pointer;
    font-weight: 300;
}

#sliderNew .sliderContent img {
    margin-bottom: 10px;
}

header.header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    background: #00000061;
    border-bottom: 1px solid #ffffff59;
}

.flex_block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.justify_center {
    justify-content: center;
}

.justify_between {
    justify-content: space-between;
}

.gamburger {
    display: none;
    height: 30px;
    position: relative;
    width: 40px;
}

.gamburger span {
    display:  block;
    position: absolute;
    height: 3px;
    width: 40px;
    background:  #656565;
    transition: 0.4s all;
    right: 0;
}

.gamburger span:first-child {
    top: 0;
}
.gamburger span:nth-child(2) {
    bottom: calc(50% - 2px);
}
.gamburger span:last-child {
    bottom: 0;
}

.gamburger.active span:first-child {
    top: 50%;
    transform: rotate(45deg);
    margin-bottom: 0;
}
.gamburger.active span:nth-child(2) {
    display: none;
}
.gamburger.active span:last-child {
    top: 50%;
    transform: rotate(-45deg);
    margin-bottom: 0;
}

.gamburger span:last-child {
    margin-bottom: 0;
  }

.flex_header {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   justify-content:  
   space-between;
   align-items: flex-end;
   color: #ffffff;
   font-family: 'Cera Pro';
   position: relative;
   transition: 0.5s all;
}

.bg_black {

}

.flex_header .menu ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0;
}

.flex_header .menu a {
    text-decoration:  none;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 20px;
    color: #756b5f;
}

.flex_header .menu a:hover {
    font-weight: 300;
}

.logo {
    padding: 0px;
}


.flex_header .phones a {
    font-size: 20px;
    color: #756b5f;
    text-decoration: none;
}

.flex_header .phones a:hover {
    font-weight: 300;
}

.slider .bx-wrapper {
    margin:  0;
    border:  none;
}


.slider .carousel-cell {
    position: relative;
    text-align: center;
}

.slider .caption_slide {
    position: absolute;
    color: #d1a280;
    font-size: 80px;
    width: 100%;
    font-weight: 700;
    top: calc(50% - 60px);
    font-family: 'Cera Pro';
}

.slider  .button_slide {
    bottom: 20%;
    width:  100%;
    text-align:  center;
    color:  white;
    font-family: 'Cera Pro';
    font-weight: 500;
}

.portfolio_button a {
    color:  white;
    text-decoration:  none;
    padding: 15px 30px 18px;
    border: 2px solid white;
    border-radius: 30px;
    font-size: 20px;
    text-transform: uppercase;
}

.slider {
    max-width: 2600px;
    margin: 0 auto;
}

.slider .button_slide {
    position: absolute;
}

.slider img {
    min-height: 400px;
    object-fit: cover;
    width: 100%;
}

.slider .bx-wrapper .bx-prev, .slider .bx-wrapper .bx-next {
    background: none;
    font-family: FontAwesome;
    font-size: 35px;
}
.slider a.bx-prev{
    left: 80px;
    width: auto!important;
}

.slider a.bx-next{
    right: 80px;
    width: auto!important;
}

.slider .bx-wrapper .bx-prev:before {
    display: block;
    content: "\f177";
    text-indent: 0;
    position: absolute;
    color: white;
}

.slider .bx-wrapper .bx-next:before {
    display: block;
    content: "\f178";
    text-indent: 0;
    position: absolute;
    color: white;
}

.slider .bx-wrapper .bx-pager {
    bottom: 30px;
}

.slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent;
    border: 2px solid white;
}

.slider .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.slider .bx-wrapper .bx-pager.bx-default-pager a.active, 
.slider .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: white;
}

.gallery {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 2600px;
    margin: 10px auto;
}


.gallery img {
    object-fit: cover;
    width: 100%;

}

.image_wrapper {
    position: relative;
    padding: 0 3px;
    flex-grow: 1;
}

.image_wrapper p {
    position: absolute;
    color: white;
    font-size: 55px;
    margin: 0;
    left: 30px;
    text-transform: uppercase;
    font-family: 'Cera Pro';
    font-weight: 700;
}

.image_wrapper p.top {
    top: 20px;
    text-align:  center;
}

.image_wrapper p.bottom {
    bottom: 20px;
    text-align:  center;
}

.image_wrapper p.number {
    bottom:  20px;
    font-size: 300px;
    opacity: 0.76;
    font-weight:  bold;
}

.image_wrapper span {
    font-size: 40px;
    text-align:  center;
    display:  block;
    font-family: 'Cera Pro';
     font-weight: normal;
     font-family: 500;
 }


.w_30 {
    width: 29.7%;
    min-width: 250px;
}

.w_33 {
    width: 33%;
    min-width: 250px;
}

.w_40 {
    width: 39.7%;
    min-width: 250px;
}

.w_60 {
    width: 59.7%;
    min-width: 250px;
}

.w_50 {
    width: 49.7%;
    min-width: 250px;
}

.w_70 {
    width: 69.7%;
    min-width: 250px;
}

.h_700 img {
    height: 700px;
}

.h_500 img {
    height: 500px;
}



.price_blocks {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content:  space-around;
    flex-wrap:  wrap;
    align-items:  center;
}


.price_block {
    box-shadow: 2px 3px 4px 2px #6d6d6d6e;
    border: 1px solid #b8b9ba;
}

.price_light {
    width:  28%;
    min-width: 250px;
    font-size: 16px;
    transition: 0.5s all;
}


.price_dark {
    width:  33%;
    min-width:  300px;
    font-size:  20px;
    transition: 0.5s all;
}


.price_light:hover, .price_dark:hover {
    transform: scale(1.05);
}

.price_light  .price_title span, .price_light  .price_bottom {
    display:  block;
    text-transform: uppercase;
    font-size: 30px;
}

.price_light  .price_title  {
    font-size: 20px;
}

.price_dark  .price_title span, .price_dark .price_bottom {
    display:  block;
    text-transform: uppercase;
    font-size: 40px;
}

.price_dark .price_bottom span {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.price_dark .price_bottom span.oldPrice {
        font-size: 30px;
        color: #242424;
        position: relative;
}

.price_dark .price_bottom span.oldPrice:after {
    position: absolute;
    display: block;
    content: '';
    left: -5px;
    right: -5px;
    bottom: 48%;
    height: 1px;
    background: #242424;
}



.price_dark .price_title {
    font-size: 25px;
}

.price_light  .price_title{
    text-align:  center;
    background: #e6e7e7;
    padding: 40px 0 20px;
}

.price_light  .price_bottom {
    background: #e6e7e7;
    padding: 40px 0 30px;
    text-align: center;
}

 .price_title{
    text-align:  center;
    background: #ced0d1;
    padding: 40px 0 20px;
     text-transform: uppercase;
}

.price_dark  .price_bottom {
    background: #dcddde;
    padding: 40px 0 30px;
    text-align: center;
}


.price_light  .price_text {
    padding: 20px 40px;
    font-size: 16px;
    background: #dbdcdd;
    text-transform: uppercase;

}

.price_dark  .price_text {
    padding: 20px 40px;
    font-size: 20px;
    background: #b9bbbd;
    text-transform: uppercase;
}

.price_text li {
    margin-bottom: 35px;
    padding-left: 40px;
    position: relative;
}

li.n_ico {
    color: #b5b5b5;
}

li.y_ico:before {
    background: url(img/ok_ico.png) no-repeat;
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    left: 0;
    position: absolute;
    background-size: contain;
}

li.n_ico:before {
    background: url(img/no_ico.png) no-repeat;
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    left: 0;
    position: absolute;
    background-size: contain;
}



.section_1 {
    font-family: 'Cera Pro';
}

.priceDescription {
    margin: 30px 0 0;
}

.priceDescription span:nth-child(1) {
    margin-right: 30px;
   
}

.priceDescription span {
 text-transform: uppercase;
    }

.informations_blocks {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   justify-content:  space-between;
   flex-wrap: wrap;
   align-items:  center;
}

.info_form {
    width: 35%;
}

.info_txt {
    width: 55%;
}

.why_txt {
    padding:  0 30px;
}

.why_txt p, .why_txt li {
    font-size: 25px;
    font-family: 'Cera Pro';
    font-family: 500;
    text-transform:  uppercase;
    margin: 10px 0;
    padding-left: 30px;
}

.why_txt li {
    margin-bottom: 15px;
}

p.why_title {
    font-size:  40px;
    margin-bottom: 30px;
}

.why_us_block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap:  wrap;
    align-items:  center;
}

.info_txt {
    font-family: 'Cera Pro';
    font-size: 20px;
    line-height: 35px;
}
.info_txt p{
    margin: 0;
}

footer.footer {
    background: #36312c;
    color: #ffffff;
    box-shadow: 0 0 black;
    font-family: 'Cera Pro';
    padding: 20px 0;
    margin-top: 0px;

}


.footer_block {
    text-align: center;
}

.section_5 .heading, footer.footer .heading {

}

.flex_footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content:  space-around;
    flex-wrap:  wrap;
    align-items:  center;
    padding: 35px 0;
}


.footer_block, .footer_block p, .footer_block  a {
    margin: 5px 0 ;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;

    text-transform: uppercase;
    line-height: 1.7;

}

#request-open {
    margin: 20px auto;
}

.why_img {
    text-align: center;
}




.mobile_links {
    display: none;
}

.callback_phone {
   border-radius: 50%;
    position: fixed;
    font-size: 45px;
    bottom: 20px;
    right: 25px;
    background: #00000061;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    color: white;
    transition: 1s all;
    cursor: pointer;
    animation: pulse 2s infinite;
    box-shadow: 0px 0px black;
    border: 1px solid #ffffff59;
}

.callback_phone:hover {
     background: #000000;
}

#map {
    padding: 0;
    border-top: 2px solid #36312c;
    margin-top: 40px;
        filter: grayscale(1);
            width: calc(100% - 100px);
    margin-left: 100px;
}

img.imageArticle {
    display: block;
    margin: 20px auto;
}

#content {
    padding-top: 70px;
    font-family: 'Cera Pro';
    font-size: 22px;
    line-height: 35px;
}


@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.articleItem {
    padding: 10px;
    transition: 0.5s all;
}

.articleItem:hover {
    transform: translate(0, 5px);
}

.articleItem .articleIntro {
    font-size: 12px;
    line-height: 1.6;
}

.articleItem  a {
    color: black;
    display: block;
    text-decoration: none;
    padding: 10px;
    box-shadow: 1px 1px 5px 1px #00000014;
}

#projectHeader {
    height: 80vh;
    display: flex;
    align-items: center;
    color: white;
}
#projectGallery {
     margin: 0 auto;
    max-width: 1000px; 
}


#projectGallery img {
    display: block;
    margin: 10px auto;
}

.gridList .gridInner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gridList .gridInner:nth-child(odd) a {
  margin: 0 auto;
  display: grid;
  gap: 7px 7px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 300px;
  padding: 3px;
  counter-reset: div;
  max-width: 2000px;
}

.gridList .gridInner:nth-child(odd) .grid-image:nth-child(1) { 
    grid-column: span 2 /auto;
    grid-row: span 2/auto; }

.gridList .gridInner:nth-child(odd) .grid-image:nth-child(2) {  grid-column: auto /span 1; }

.gridList .gridInner:nth-child(odd) .grid-image:nth-child(3) {  grid-column: auto /span 1; }



.gridList .gridInner:nth-child(even) .grid-image:nth-child(1) { 
     grid-column: auto /span 1;}

.gridList .gridInner:nth-child(even) .grid-image:nth-child(2) {  
        grid-column: span 2 /auto;
    grid-row: span 2/auto;
}

.gridList .gridInner:nth-child(even) .grid-image:nth-child(3) {  
    grid-column: auto /span 1;
}

.gridList .gridInner:nth-child(even) a {
  margin: 0 auto;
  display: grid;
   gap: 7px 7px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 300px;
  padding: 3px;
  counter-reset: div;
  max-width: 2000px;
}




/*.gridList .gridInner:nth-child(even)  .grid-image .titleProject  {
    align-items: flex-start;
} 

.gridList .gridInner:nth-child(even) a {
  margin: 0 auto;
  display: grid;
  gap: 3px 3px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 300px;
  padding: 3px;
  counter-reset: div;
  max-width: 2000px;
}

.gridList .gridInner:nth-child(even) .grid-image:nth-child(1) { grid-column: span 1 /auto;
    grid-row: span 2/auto; }

.gridList .gridInner:nth-child(even) .grid-image:nth-child(2) {  grid-column: auto /span 1;  grid-row: span 2/auto;}

.gridList .gridInner:nth-child(even) .grid-image:nth-child(3) {  grid-column: auto /span 1;  grid-row: span 2/auto;}*/

.gridList .gridInner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.5s all;
}

.grid-image {
    position: relative;
    overflow: hidden;
}

.grid-image .titleProject {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    color: white;
    font-size: 25px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Cera Pro';
    font-weight: 500;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10px;
    transition: 0.5s all;

}

.grid-image .titleProject span span {
    font-weight: 300;
    text-transform: none;
}


.grid-image:hover .titleProject {
    background: #0000003d;
}


.grid-image:hover img {
    transform: scale(1.05);
}

.gridList .gridInner:nth-child(odd) .grid-image:nth-child(2) .titleProject, 
.gridList .gridInner:nth-child(odd) .grid-image:nth-child(3) .titleProject,
.gridList .gridInner:nth-child(even) .grid-image:nth-child(1) .titleProject, 
.gridList .gridInner:nth-child(even) .grid-image:nth-child(3) .titleProject {
    display: none;
}

#priceList .priceItem {
    padding: 0 10px;
    color: #666666;
    transition: 0.5s all;
}

#priceList .priceItem:hover {
    transform: scale(1.016);
}

#priceList .priceTitle {
    padding: 35px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    border-bottom: 2px solid #9c9995;
}

#priceList .priceItem-inner {
    padding: 0 0px;
    box-shadow: 0px 16px 8px 3px #0000003b;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#priceList  .priceNumber {
    padding: 50px 0;
    text-align: center;
    font-size: 30px;
}

#priceList  .priceText p {
    margin: 0 0;
    line-height: 1.7;
    text-transform: uppercase;
}

#priceList .priceText strong {
    margin-top: 30px;
    display: block;
    font-size: 20px;
    font-weight: 300;
}

#priceList  .priceText {
    padding: 0 25px;
}

#priceList .priceDescription {
    color: #666666;
    text-align: center;
    text-transform: uppercase;
    padding: 30px 0;
    font-size: 20px;
}

#aboutPage .aboutText {
    padding-right: 20px;
    font-size: 20px;
    line-height: 1.7;
}

.contacts_block img {
    display: block;
    text-align: center;
    margin: 0px auto 20px;
    height: 25px;
}

.contacts_city {
    text-align: left;
}

.contacts_block {
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
    text-transform: uppercase;
}

.contacts_block a {
    color: #666666;
    text-decoration: none;
    display: block;
}

.contacts_list {
    padding: 49px 0;
}


.contacts_block p {
    margin: 0;
}

.portfolioSize {
    display: block;
    width: fit-content;
    margin: 10px auto;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 15px;
}

.viber_mobile, .contacts_block a.viber_mobile  {
    display: none;
}

.viber_mobile, .viber_desktop {
    text-decoration: underline!important;
    text-decoration-color: #9b9b9b!important;
}

.contacts_block a.socLink {
    text-decoration: underline!important;
    text-decoration-color: #9b9b9b!important;
}

/* RESPONSIVE STYLES START */

@media only screen and (min-width: 1800px) {

    .h_700 img {
        height: 1000px;
    }

    .h_500 img {
        height: 700px;
    }
}

@media only screen and (max-width: 1170px) {
   

    #priceList .priceItem {
        font-size: 14px;
    }

    #priceList .priceTitle {
        font-size: 25px;
    }

    #priceList .priceText {
        padding: 0 10px;
    }


    .logo, .phones {
        width: 45%;
    }

      .phones {
        text-align: right;
    }


    .flex_header .menu ul {
        display: none;
        position: absolute;
        margin: 0;
        background: black;
        left: 0;
        right: 0;
        text-align: center;
        padding: 20px 0;
        top: 63px;
        overflow: auto;
            background: #f0f0f0;
        transition: 0.5s background;
    }

    .flex_header .menu a {
        display: block;
        padding: 10px;
    }

    .gamburger {
        display: block;
    }



    .flex_header {
        height: 63px;
    }

    #topPadding {
        padding-top: 63px;
    }

    #sliderNew {
        height: calc(100vh - 63px);
    }

        #header {
        padding: 0;
    }

    #header .logo img {
        height: 43px;
    }

    .sliderSeti {
        top: 63px;
        width: calc(100vh - 63px);
        height: 30px;
    }

    #map {
        width: calc(100% - 30px);
        margin-left: 30px;
    }

        .slider .bx-wrapper .bx-prev, .slider .bx-wrapper .bx-next {
        display: none;
    }

    .priceDescription span {
        display: block;
        text-align: center;
        padding: 5px 0;
    }

    .priceDescription span:nth-child(1) {
        margin-right: 0;
    }


    .container {
        padding-left: 40px;
    padding-right: 10px;
    }

    .flex_header.container {
        padding: 10px;
    }

    #aboutPage .aboutText {
        width: 100%;
    }

    #aboutPage .aboutImage {
        text-align: center;
        width: 100%;
    }
}

@media only screen and (max-width: 1000px) {
    .gallery .image_wrapper {
        width: 50%!important;

    }

    .gallery  .image_wrapper:last-child {
        width: 100%!important;
     }

     #portfolio .gallery .image_wrapper p {
        font-size: 35px;
        left: 10px;
        text-align: left;
     }

     #portfolio .gallery .image_wrapper span {
        font-size: 20px;
        text-align: left;
     }

    .gallery .image_wrapper img {
        height: 500px!important;
    }

    .info_form, .info_txt {
        width: 100%;
    }

    .why_txt {
        width: 100%;
    }

    .why_img {
        display: none;
    }

    .price_block {
        width: 90%;
        margin: 20px auto;
        min-width: 300px;
    }

    .price_block .price_title {
        font-size: 20px;
    }

    .price_block .price_title span {
        font-size: 30px;
    }

    .price_block .price_text {
        font-size: 16px;
    }

    .price_block .price_bottom {
        font-size: 30px;
    }

    .slider .caption_slide {
        top: 20%;
    }

    
  

    .header .container {
        padding: 0 10px;
    }



    .articleItem {
        width: 50%;
    }

    #projectsList .gridList .gridInner a {
          margin: 0 auto;
          display: grid;
          gap: 3px 3px;
          grid-template-columns: repeat(2, 1fr);
          grid-auto-rows: 250px;
          padding: 3px;
          counter-reset: div;
          max-width: 2000px;
        }

       #projectsList .gridList .gridInner .grid-image:nth-child(1) {  grid-column: auto /span 2; }

      #projectsList  .gridList .gridInner .grid-image:nth-child(2) {  grid-column: span 1 /span 1; grid-row: span 1/auto;}

      #projectsList  .gridList .gridInner .grid-image:nth-child(3) { grid-column: span 1 /auto;
            grid-row: span 1/auto; }

      #projectsList  .gridList .gridInner img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
    
    .gridList .gridInner:nth-child(odd) .grid-image:nth-child(2) .titleProject, 
    .gridList .gridInner:nth-child(odd) .grid-image:nth-child(3) .titleProject, 
    .gridList .gridInner:nth-child(even) .grid-image:nth-child(2) .titleProject, 
    .gridList .gridInner:nth-child(even) .grid-image:nth-child(3) .titleProject {
        display: none;
    }

    .gridList .gridInner:nth-child(odd) .grid-image:nth-child(1) .titleProject, 
    .gridList .gridInner:nth-child(even) .grid-image:nth-child(1) .titleProject {
        display: block;

    }
        #content {
            padding-top: 30px;
            padding-bottom: 0;
        }

        #priceList .priceItem {
      width: 100%;
    max-width: 500px;
    margin: 20px auto;
} 

}

@media only screen and (max-width: 800px) {
    .gallery .image_wrapper {
        width: 100%!important;
        padding: 0 5px;
    }

    .gallery .image_wrapper img {
        height: auto;
    }

    .contacts_block {
        width: 100%;
        margin-bottom: 20px;
    }

    .viber_mobile {
        display: inline-block;
    }

    .viber_desktop, .contacts_block a.viber_desktop  {
        display: none;
    }

    .contacts_block a.viber_mobile  {
        display: block;
    }

}

@media only screen and (max-width: 700px) {
    

/*  .image_wrapper p {
        display: none;
    }*/

    .image_wrapper p.number {
        font-size: 150px;
        bottom: 10px;
    }

    .heading {
        font-size: 30px;
    }

    .footer_block, .footer_block p, .footer_block a {
            font-size: 14px;
    }

    p.why_title {
        font-size: 30px;
        padding-left: 0px;
    }

    .why_txt li {
        font-size: 20px;
        padding-left: 0px;
    }



    .slider .caption_slide {
        font-size: 60px;
    }

    .flex_footer {
        padding: 20px;
    }

    #sliderNew .sliderContent {
        padding: 10px;
    }

    #sliderNew .sliderButton { 
        padding: 10px;
    }

    .heading, .portfolioSize {
        letter-spacing: 8px;
    }


}


@media only screen and (max-width: 600px) {
    .phones{
        order: 2;
        margin-right: 20px;
    }



    .menu {
        order: 3;
    }

    .logo {
        padding: 0;
    }
    .logo img {
        width: auto;
        height: 40px;
        object-fit: contain;

    }

    .flex_header .phones a {
        font-size: 15px;
        white-space: nowrap;
    }
    
    .phones {
        margin-right: 5px;
    }

    .logo, .phones {
        width: auto;
    }

    .phones .socLink:nth-child(5), .phones .socLink:nth-child(4) {
        display: none;
    }

    .mobile_links {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items:  center;
        justify-content:  center;
    }

     .articleItem {
        width: 100%;
    } 

        #projectsList .gridList .gridInner a {
          grid-auto-rows: 200px;
        }

    .phones {
        text-align: left;
    }
    
    .contacts_block img {
        height: 20px;
    }

        .heading {
        font-size: 20px;
    }

    .portfolioSize {
        font-size: 16px;
    }


    
}

@media only screen and (max-width: 400px) {
.logo img {
            height: 25px;
    object-fit: contain;
    }

   .heading, .portfolioSize {
       letter-spacing: 3px;
    }


    }

/* RESPONSIVE STYLES END */