header{
z-index: 15;
}
.opac{
    opacity: 0;
    }
.inPageBlock {
    position: relative;
    padding: 0;
    height: 100vh;
    width: 100%;
    display: table;
    text-align: center;
}
.grid-item .catBlock .content a.href {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
ul.categUl li p {
    position: relative;
}

ul.categUl li p span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.inPageBlock img.bigBkg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.inPageBlock .container {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.inPageBlock .container h1 {
    color: #fff;
    font-size: 94px;
    margin-bottom: 15px;
    font-family: georgia-b;
}

.inPageBlock .container p {
    color: #fff;
    font-size: 22px;
    display: table;
    margin: 0 auto;
    font-weight: 300;
    line-height: 1.5;
}
.inPageBlock .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.12);
    z-index: 2;
}

.inPageBlock .container {
    z-index: 5;
}
.aboutTextBlock {
    background: #F6F5F1;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.aboutTextBlock p {
    display: table;
    margin: 40px 0 60px;
    line-height: 2;
    font-weight: 400;
    color: #000;
    width: 70%;
}

.aboutTextBlock img.about1 {
    display: table;
    width: 70%;
    object-fit: cover;
    height: 700px;
    margin: 0 auto;
}

.aboutTextBlock img.about2 {
    display: table;
    width: 70%;
    height: 550px;
    object-fit: cover;
    margin: 0 0 0 40px;
}

.aboutTextBlock img.about3 {
    display: table;
    width: 140%;
    float: right;
}
.aboutTextBlock p.text1 {
    margin-left: auto;
    margin-right: auto;
}

.aboutTextBlock p.text3 {
    margin-left: 80px;
}

.aboutTextBlock p {
    font-weight: 500;
}
footer {
    background: #4B4B4B;
    padding: 40px 0;
}

footer img.logo {
      display: table;
    height: 80px;
}

footer p.blockName {
    display: table;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}


footer ul {
    display: table;
    margin: 0;
}

footer ul li {
    display: table;
    margin-bottom: 5px;
}

footer ul li a {
    color: #fff;
    display: table;
    font-weight: 300;
}

footer p.blockDescr {
    color: #fff;
    font-weight: 300;
    line-height: 1.6;
    margin: -6px 0 0;
    width: 80%;
}


footer ul.socials li {
    margin-bottom: 16px;
}

footer .line {
    display: table;
    margin: 32px 0 20px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.41);
}
footer .copyr a {
    color: #fff;
}

footer .copyr a span {
    font-weight: 800;
}

footer {
    padding-bottom: 25px;
}
.grid-item {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.grid-item img {
    display: table;
    width: 100%;
}

.grid {
    width: 100%;
}

.grid-item .catBlock {
    position: relative;
    display: table;
    width: 100%;
    height: 450px;
}

.grid-item .catBlock img.bigImg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-item .catBlock .content {
    z-index: 5;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.grid-item .catBlock .content img {
    display: table;
    width: 55%;
    margin: 0 auto 15px;
}
.aboutTextBlock.catalogBlock {
    padding: 0 0 100px;
    position: relative;
    z-index: 5;
    margin-top: 0;
    overflow: visible;
}

.grid {
    z-index: 10;
    margin-top: -60px;
}

.grid-item {
    z-index: 10;
}
.grid-item .catBlock .content p {
display: table;
    margin: 0 auto;
    text-align: center;
    font-size: 34px;
    color: #fff;
    text-transform: uppercase;
    font-family: georgia-r;
    line-height: 1.2;
}

.grid-item .catBlock:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    transition: .3s linear;
}

.grid-item .catBlock:hover::after {
    opacity: 0.5;
}
.container-fluid.catalogBlock .grid .grid-item:nth-child(2),.container-fluid.catalogBlock .grid .grid-item:nth-child(4) {
    margin-top: -100px;
}
.grid-item .catBlock{
    transition: .2s linear;
}

.grid-item:hover .catBlock {margin-top: -10px;}
.jumbotron {
    display: table;
    width: 100%;
    height: 90vh;
    margin: 0;
    text-align: center;
    background: #000;
}

.jumbotron .container {
    display: table-cell;
    vertical-align: middle;
}

.jumbotron .container h1 {
    color: #fff;
    font-family: georgia-r;
    font-size: 45px;
}
header .burger-menu:hover {
    cursor: pointer;
}

header .burger-menu {
    z-index: 25;
}

.menuBlock {
    display: table;
    text-align: center;
    z-index: 10;
    padding: 0 100px;
}

.menuBlock .middleBlock {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.menuBlock .middleBlock ul {
    display: table;
    margin: 0;
}

.menuBlock .middleBlock ul li {
    display: table;
    list-style: none;
    margin-bottom: 50px;
}

.menuBlock .middleBlock ul li a {
    font-size: 18px;
    font-family: georgia-r;
    color: #B6B5B6;
    transition: .2s linear;
}

.menuBlock .middleBlock ul li a:hover {
    color: #FC62AF;
}
.productsBlock {
    width: 100%;
}
.aboutTextBlock.collectionInBlock .productsBlock .prodBlock {
    display: inline-table;
    width: 33.3%;
    padding: 5px;
}


.aboutTextBlock.collectionInBlock .productsBlock .prodBlock img {
    display: table;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.productsBlock .row {
    padding: 0 20px;
}

.aboutTextBlock.collectionInBlock .productsBlock .prodBlock .content {
    display: table;
    width: 100%;
    background: #fff;
    padding: 35px 30px;
    position: relative;
}

.aboutTextBlock.collectionInBlock .productsBlock .prodBlock .content p.name {
    display: table;
    margin: 0;
    font-size: 20px;
    line-height: 0.5;
    font-family: georgia-b;
}

.aboutTextBlock.collectionInBlock .productsBlock .prodBlock .content a {
    position: absolute;
    right: 30px;
    top: 30px;
    vertical-align: top;
    color: #FC62AF;
    transition: .2s linear;
    opacity: 0;
}

.aboutTextBlock.collectionInBlock .productsBlock .prodBlock .content a:before {content: '';position: absolute;top: 50%;right: 50%;margin-top: 0;border-bottom: 1px solid #FC62AF;width: 70px;}

.aboutTextBlock.collectionInBlock .productsBlock .prodBlock .content a i {font-size: 12px;}

.aboutTextBlock.collectionInBlock .productsBlock .prodBlock:hover a {
    opacity: 1;
}

.aboutTextBlock.collectionInBlock .productsBlock .prodBlock:hover {
    cursor: pointer;
}
.aboutTextBlock.collectionInBlock .productsBlock .prodBlock .inBlock {transition: .3s linear;}

.aboutTextBlock.collectionInBlock .productsBlock .prodBlock:hover .inBlock {
    box-shadow: 0 0 13px #ccc;
}

.aboutTextBlock.collectionInBlock .productsBlock .prodBlock img {
    height: 260px;
}
ul.categUl {
    display: table;
    width: 60%;
    margin: 0;
}

ul.categUl li {
    display: inline-table;
    width: 33.3%;
    margin: 0 0 10px;
}

ul.categUl li p {
    display: table;
    margin: 0;
}
.collectionInBlock .inLine {
    display: table;
    width: 100%;
    border-bottom: 1px solid #e0dede;
    margin: 25px 0 40px;
}
ul.categUl li p:hover {
    cursor: pointer;
    opacity: 0.5;
}

ul.categUl li p {
    transition: .2s linear;
}
ul.categUl li p input {
    margin-right: 5px;
    display: inline-table;
    vertical-align: middle;
}

ul.categUl li p {
    vertical-align: middle;
}
.collectionInBlock .container {
    display: table;
    width: 100%;
    margin-top: -350px;
    background: #ececec;
    z-index: 50;
    padding-top: 40px;
    padding-bottom: 20px;
}

.collectionInBlock {
    overflow: visible;
    z-index: 10;
}

ul.categUl {
    margin-left: 60px;
}
ul.categUl.butClick2, ul.categUl.butClick3 {
    display: none;
}
.aboutTextBlock ul.categories {
    display: table;
    margin: 0 0 0 50px;
}

.aboutTextBlock ul.categories li {
    display: inline-table;
    margin-right: 45px;
}

.aboutTextBlock ul.categories li a {
    display: table;
    color: #7B7B7B;
}

.aboutTextBlock ul.categories li a i {
    display: inline-table;
    margin-left: 20px;
    transition: .2s linear;
}

.aboutTextBlock ul.categories li a.active {
    color: #000;
    font-weight: 600;
}

.aboutTextBlock ul.categories li a.active i {
    transform: rotate(-180deg);
}
.aboutTextBlock ul.categories li a:hover {
    color: #555;
    cursor: pointer;
}
.aboutTextBlock.contactsPage {
    padding: 120px 0 0;
    height: 100vh;
}
.contactsPage h1 {
    display: table;
    margin: 0 0 30px;
    font-family: georgia-b;
}

.contactsPage ul {
    display: table;
    margin: 0 0 30px;
    width: 100%;
}

.contactsPage ul li {
    display: table;
    margin-bottom: 0;
}

.contactsPage ul li p {
    display: table;
    margin: 0;
    width: 100%;
    line-height: 1.6;
}

.contactsPage ul li p.name {
    font-weight: 700;
    margin-bottom: 2px;
}

.contactsPage ul li a {
    display: table;
    margin: 0;
    color: #000;
    line-height: 1.6;
}

.contactsPage h2 {
    display: table;
    margin: 30px 0 0;
    font-family: georgia-b;
}

.contactsPage p.descr {
    display: table;
    margin: 0;
    line-height: 1.8;
    margin-top: 15px;
}

.contactsPage form#form3 {
    display: table;
    width: 100%;
    margin: 30px 0 0;
}

.contactsPage form#form3 input {
    display: table;
    padding: 12px 15px;
    margin: 0 0 15px;
    border: 1px solid #ccc;
    background: transparent;
    width: 45%;
}

.contactsPage form#form3 button {
    display: table;
    padding: 12px 25px;
    background: transparent;
    border: 1px solid #ccc;
    font-family: georgia-b;
    position: relative;
}

.aboutTextBlock.contactsPage .map {
    position: absolute;
    top: 120px;
    left: 0;
    width: 50%;
    height: 100%;
    background: #ccc;
}
.contactsPage p.descr {
    width: 80%;
}

.contactsPage form#form3 input {
    width: 60%;
}

.contactsPage h1 {
    margin-top: 20px;
}
/*black head*/
header.blackHead {
    padding: 20px 60px;
}

header.blackHead .burger-menu-txt {
    color: #000;
}

header.blackHead .burger-menu-piece {
    border-color: #000;
    border-width: 3px;
}

header.blackHead a.logo img {
    height: 80px;
}
header.blackHead a.logo img {
    display: none;
}

header.blackHead a.logo img.black {
    display: table!important;
}
/*menu*/
.menuBlock.active {
    right: 0;
}
.menuBlock .middleBlock a.social {
    display: inline-table;
    margin-right: 25px;
    margin-top: 80px;
    color: #B6B5B6;
    transition: .2s linear;
}

.menuBlock .middleBlock a.social i {
    font-size: 18px;
}

.menuBlock .middleBlock a.social:hover {
    color: #FC62AF;
}

/*burger*/
header .burger-menu {
  position: relative;
  width: 140px;
  height: 30px;
  margin: 0 auto;
  color: #60635E;
  text-transform: uppercase;
}

header .burger-click-region {
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  z-index: 15;
  cursor: pointer;
  top: 5px;
}

header .burger-menu-txt {
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  cursor: default;
  color: #fff;
  transition: opacity 300ms ease-out, -webkit-transform 300ms cubic-bezier(0.34, 0.55, 0.25, 0.83);
  transition: opacity 300ms ease-out, transform 300ms cubic-bezier(0.34, 0.55, 0.25, 0.83);
  transition: opacity 300ms ease-out, transform 300ms cubic-bezier(0.34, 0.55, 0.25, 0.83), -webkit-transform 300ms cubic-bezier(0.34, 0.55, 0.25, 0.83);
}
header .is-open .burger-menu-txt {
  opacity: 0;
  -webkit-transform: translate3d(-50px, 0, 0);
          transform: translate3d(-50px, 0, 0);
}

header .burger-menu-piece {
  display: block;
  position: absolute;
  width: 30px;
  border-top: 4px solid #fff;
  
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out;
  transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
}
.burger-menu.is-open .burger-menu-piece{
    border-color: #555;
    }
.burger-menu.is-open .burger-menu-txt{
    color: #555;
    }
header .burger-menu-piece:nth-child(1) {
  top: 0;
}
header .burger-menu-piece:nth-child(2) {
  top: 8px;
  opacity: 1;
  transition: opacity 0ms linear 200ms, -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out, opacity 0ms linear 200ms;
  transition: transform 400ms ease-out, opacity 0ms linear 200ms, -webkit-transform 400ms ease-out;
}
header .burger-menu-piece:nth-child(3) {
  top: 16px;
}
header .active .burger-menu-piece:nth-child(1) {
  -webkit-animation: burger-open-top 400ms ease-out forwards;
          animation: burger-open-top 400ms ease-out forwards;
}
header .active .burger-menu-piece:nth-child(2) {
 opacity: 0;
  transition: opacity 0ms linear 200ms, -webkit-transform 400ms ease-out;
  transition: transform 400ms ease-out, opacity 0ms linear 200ms;
  transition: transform 400ms ease-out, opacity 0ms linear 200ms, -webkit-transform 400ms ease-out;
}
header .active .burger-menu-piece:nth-child(3) {
  -webkit-animation: burger-open-bot 400ms ease-out forwards;
          animation: burger-open-bot 400ms ease-out forwards;
}
header .closing .burger-menu-piece:nth-child(1) {
  -webkit-animation: burger-close-top 400ms ease-out forwards;
          animation: burger-close-top 400ms ease-out forwards;
}
header .closing .burger-menu-piece:nth-child(3) {
  -webkit-animation: burger-close-bot 400ms ease-out forwards;
          animation: burger-close-bot 400ms ease-out forwards;
}

@-webkit-keyframes burger-open-top {
  50% {
    -webkit-transform: translate3d(0, 8px, 0);
            transform: translate3d(0, 8px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg);
  }
}

@keyframes burger-open-top {
  50% {
    -webkit-transform: translate3d(0, 8px, 0);
            transform: translate3d(0, 8px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg);
  }
}
@-webkit-keyframes burger-open-bot {
  50% {
    -webkit-transform: translate3d(0, -8px, 0);
            transform: translate3d(0, -8px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
            transform: translate3d(0, -8px, 0) rotate(-45deg);
  }
}
@keyframes burger-open-bot {
  50% {
    -webkit-transform: translate3d(0, -8px, 0);
            transform: translate3d(0, -8px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
            transform: translate3d(0, -8px, 0) rotate(-45deg);
  }
}
@-webkit-keyframes burger-close-top {
  0% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(0deg);
            transform: translate3d(0, 8px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes burger-close-top {
  0% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
            transform: translate3d(0, 8px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(0deg);
            transform: translate3d(0, 8px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

}
@keyframes burger-close-bot {
  0% {
    -webkit-transform: translate3d(0, -12px, 0) rotate(-45deg);
            transform: translate3d(0, -12px, 0) rotate(-45deg);
  }
  50% {
    -webkit-transform: translate3d(0, -12px, 0) rotate(0deg);
            transform: translate3d(0, -12px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.menuBlock {
    z-index: 15;
}
header {
    z-index: 20;
}
.burger-menu.is-open {
    width: 30px;
}

header .burger-menu {
    transition: .2s linear;
}
.aboutTextBlock p.danger {
    display: table;
    width: auto;
    margin: 60px auto 100px;
    color: #fc62af;
    font-size: 24px;
    font-family: georgia-b;
    border-bottom: 1px solid;
}
ul.categUl li {
    width: 33%;
}
/*projects*/

.projectsPage {
    padding-top: 200px;
}


.projectsPage h1 {
    display: table;
    margin: 0 auto 80px;
    font-size: 48px;
    font-family: georgia-b;
}

.projectsPage .grid .grid__item .catBlock {
    height: auto;
    display: table;
    position: relative;
    width: 100%;
}

.projectsPage .grid .grid__item .catBlock .imgBlock {
    display: table;
    position: relative;
    height: 450px;
    width: 100%;
}

.projectsPage .grid .grid__item .catBlock .imgBlock img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.projectsPage .grid .grid__item .catBlock .content {
    display: table;
    margin: 15px 0 0;
    width: 100%;
    vertical-align: unset;
}

.projectsPage .grid .grid__item .catBlock::after {
    display: none;
}
.projectsPage .grid .grid__item .catBlock .content p.model {
    display: table;
    margin: 0 0 10px;
    text-align: left;
    font-size: 16px;
    color: #666;
    font-family: Open Sans;
    text-transform: unset;
}

.projectsPage .grid .grid__item .catBlock .content p.name {
    text-align: left;
    display: table;
    margin: 0;
    color: #333;
    width: 100%;
    transition: .2s linear;
    font-size: 28px;
    font-family: georgia-b;
}

.projectsPage .grid .grid__item .catBlock .imgBlock .overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: .2s linear;
    background: #fc62af;
    z-index: 0;
}

.projectsPage .grid .grid__item .catBlock .imgBlock img {
    z-index: 1;
}

.projectsPage .grid .grid__item .catBlock:hover .imgBlock .overlay {
    top: -15px;
    right: -15px;
}
.projectsPage .grid .grid__item .catBlock:hover p.name{
    color: #fc62af;
}
.projectsPage .grid .grid__item {
    margin-bottom: 60px;
}
.projectsPage .container {
    max-width: 1600px;
}
footer ul li a:hover {
    color: #fc62af;
}

footer ul li a {
    transition: .2s linear;
}
.projectsPage .grid .grid__item .catBlock a.href {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.projectsPage .grid .grid__item .catBlock .content p.name {
    line-height: 1.4;
}

.projectsPage .grid .grid__item .catBlock .content p.model {
    line-height: 1;
    margin: 10px 0;
}
.projectsPage .grid .grid__item {
    width: 25%;
        margin: 0 0 60px;
        padding: 15px 15px 0;
}
@keyframes background {
   0%   {background-size: 105% 105vh;}
  100%  {background-size: 100% 100vh;}
}

.aboutTextBlock.collectionInBlock .productsBlock .prodBlock .content p.name {
    line-height: 1.3;
}
.aboutTextBlock p {
    width: 80%;
}
.projectsPage .grid .grid__item .catBlock .content p.name {
    height: 78px;
    display: block;
}
.aboutTextBlock.collectionInBlock .productsBlock .prodBlock .bigBut {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.aboutTextBlock.collectionInBlock .productsBlock .prodBlock {
    position: relative;
}
.inPageBlock video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*modal Block*/
.modal-content {
    padding: 30px;
    border-radius: 0;
    border: 1px solid rgba(51, 51, 51, 0.28);
    position: relative;
}

.modal-dialog {
    margin-top: 10%;
    width: 600px;
    padding: 15px;
    background: #fff;
    max-width: 600px;
}

.modal-content .close {
    position: absolute;
    right: 15px;
    top: 15px;
    line-height: 0.5;
    font-weight: 300;
    font-size: 50px;
    opacity: 1;
    color: #E91E63;
}

.modal-content p.bigName {
    display: table;
    margin: 0 auto;
    font-family: georgia-b;
    font-size: 24px;
    color: #444;
    margin-bottom: 50px;
}

.modal-content form {
    display: table;
    width: 100%;
}

.modal-content form input {
    display: table;
    margin: 0 auto 15px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
}

.modal-content form button {
    display: table;
    background: transparent;
    margin: 25px auto 0;
    border: none;
    font-family: georgia-l;
    font-style: italic;
    font-size: 18px;
}
.modal-content form button img {
    display: inline-block;
    margin-left: 15px;
    height: 7px;
    transition: .2s linear;
}

.modal-content form button:hover img {
    margin-left: 25px;
}

.modal-content {
    padding: 60px 30px;
}

.modal-content .close {
    color: #fc62af;
}

.modal-content form input {
    margin-bottom: 22px;
}

.modal-content form button {
    margin-top: 35px;
}

.aboutTextBlock.collectionInBlock .productsBlock .prodBlock .bigImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
    z-index: 6;
}
.menuBlock {
    width: 25%;
}
.home .col-sm-4 .blockCat a {
    position: relative;
}

.home .col-sm-4 .blockCat a img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    height: 50px;
    margin-top: -50px;
    margin-left: -30px;
}
.home .col-sm-4 .blockCat a p.name {
    z-index: 1;
    position: relative;
}
.aboutTextBlock.collectionInBlock .productsBlock .prodBlock .content p.name {
    text-transform: lowercase;
}
@media(max-height:600px){
    .aboutTextBlock {
    overflow: scroll;
}
    }

@media(max-width:1025px){
    header a.logo img {
    height: 70px;
}

header {
    padding: 20px;
}

.home .col-sm-4 .blockCat a p.name {
    font-size: 32px;
}

.home p.lusso {
    font-size: 240px;
    margin-top: -120px;
}
.inPageBlock {
    height: 70vh;
}

.grid-item .catBlock {
    height: 350px;
}

.grid-item .catBlock .content p {
    font-size: 26px;
}

.aboutTextBlock.catalogBlock {
    padding-bottom: 0;
}
footer img.logo {
    height: 50px;
}

footer p.blockName {
    margin-left: -35px;
}

footer ul {
    margin-left: -35px;
}
ul.categUl {
    width: 80%;
}

.aboutTextBlock.collectionInBlock .productsBlock .prodBlock img {
    height: 180px;
}

.aboutTextBlock.collectionInBlock .productsBlock .prodBlock .content p.name {
    font-size: 16px;
    line-height: 1.6;
}

.aboutTextBlock.collectionInBlock .productsBlock .prodBlock .content {
    padding: 20px;
}

.collectionInBlock .container {
    margin-top: -200px;
}
.aboutTextBlock img.about1 {
    height: 500px;
}

.aboutTextBlock img.about2 {
    height: 500px;
}
.projectsPage .grid .grid__item .catBlock .imgBlock {
    height: 250px;
}

.projectsPage .grid .grid__item .catBlock .content p.name {
    font-size: 24px;
}
.grid-item {
    width: 33%;
}
.projectsPage .grid .grid__item {
    width: 50%;
}
    }
    @media(max-width:769px) and (min-width:679px){
        .grid-item {
    width: 50%;
}
.container-fluid.catalogBlock .grid .grid-item:nth-child(2), .container-fluid.catalogBlock .grid .grid-item:nth-child(4) {
    margin-top: 0;
}
ul.categUl {
    width: 100%;
}

.aboutTextBlock.collectionInBlock .productsBlock .prodBlock .content a:before {
    width: 50px;
}
.aboutTextBlock img.about1 {
    height: 400px;
}

.aboutTextBlock img.about2 {
    height: 400px;
}

.aboutTextBlock p.text3 {
    margin-left: 20px;
    width: 90%;
}

.aboutTextBlock p.text2 {
    width: 90%;
}
.contactsPage ul {
    margin-left: -40px;
}

.contactsPage h2 {
    margin-left: -40px;
}

.contactsPage p.descr {
    margin-left: -40px;
}

.contactsPage h1 {
    margin-left: -40px;
}

.contactsPage form#form3 {
    margin-left: -40px;
}
.menuBlock {
    padding: 0 30px 0;
}
        }
    @media(max-width:678px){
        header a.logo img {
    height: 40px;
}

header {
    padding: 10px 0;
}

header .burger-menu {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 30px;
}

.home {
    overflow: scroll;
}

.home .col-sm-4 {
    height: 30%;
}

.home p.lusso {
    display: none;
}

.menuBlock {
    right: -100%;
}

.home .col-sm-4:first-child {
    margin-top: 10vh;
}

header .col-sm-8 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

header .burger-menu-txt {
    display: none;
}

.home .overlayGod {
    background: rgba(0, 0, 0, 0.35);
}
.menuBlock {
    width: 55%;
    padding: 0 20px;
}

.menuBlock .middleBlock ul li {
    margin-bottom: 25px;
}

.menuBlock .middleBlock a.social {
    margin-top: 30px;
    margin-right: 15px;
}

.menuBlock .middleBlock ul li a {
    font-size: 14px;
}

.menuBlock .middleBlock a.social i {
    font-size: 14px;
}
.home .col-sm-4 .blockCat .overlay {
    background: transparent;
}
.inPageBlock .container h1 {
    font-size: 40px;
}

.inPageBlock .container p {
    font-size: 16px;
}

.inPageBlock {
    height: auto;
    padding: 90px 0 50px;
}

.inPageBlock .overlay {
    background: rgba(0, 0, 0, 0.52);
}

.aboutTextBlock {
    padding: 30px 0;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
}

.aboutTextBlock img.about1 {
    width: 100%;
    height: 120px;
}

.aboutTextBlock p {
    width: 100%;
    font-size: 14px;
    margin: 20px 5px 0!important;
    line-height: 1.8;
}

.aboutTextBlock img.about2 {
    display: none;
}

.aboutTextBlock img.about3 {
    width: 100%;
    margin: 20px 0 0;
    height: 120px;
    object-fit: cover;
}

footer {
    padding: 20px 0;
}

footer img.logo {
    height: 55px;
    margin-bottom: 15px;
}

footer ul {
    margin-bottom: 15px;
}

footer ul.socials {
    display: table;
    margin: 20px 0 0;
}

footer .line {
    margin: 10px 0 20px;
}

footer .copyr a {
    font-size: 14px;
}

footer .copyr a span {
    font-weight: 700;
    font-size: 14px;
}
footer {
    overflow: hidden;
}
.grid-item {
    width: 100%;
}

.grid-item .catBlock {
    height: 200px;
}

.grid-item .catBlock .content p {
    font-size: 24px;
}
.container-fluid.catalogBlock .grid .grid-item:nth-child(2), .container-fluid.catalogBlock .grid .grid-item:nth-child(4) {
    margin-top: 0;
}

.grid {
    margin: 20px 0 0;
}
.aboutTextBlock.catalogBlock {
    padding-bottom: 0;
}
footer ul {
    margin-left: 0;
}

footer p.blockName {
    margin-left: 0;
    font-size: 14px;
}

footer ul li a {
    font-size: 14px;
}
.collectionInBlock .container {
    margin: -30px 0 0;
    padding: 30px 0;
}

.aboutTextBlock ul.categories {
    margin: 0 15px;
}

.aboutTextBlock ul.categories li {
    margin: 10px;
}

.collectionInBlock .inLine {
    margin: 15px 0 0;
}

ul.categUl {
    margin: 0;
    padding: 0 15px;
}

ul.categUl li {
    width: 33%;
}

ul.categUl li p {
    font-size: 12px;
    margin: 10px 5px 0!important;
}

.aboutTextBlock.collectionInBlock .productsBlock .prodBlock {
    width: 100%;
}

.productsBlock .row {
    width: 100%;
    margin: 0;
}

.aboutTextBlock.collectionInBlock .productsBlock .prodBlock img {
    height: 120px;
}

.aboutTextBlock.collectionInBlock .productsBlock .prodBlock .content {
    padding: 10px;
}

.aboutTextBlock.collectionInBlock .productsBlock .prodBlock .content p.name {
    font-size: 14px;
    margin: 0!important;
}

.aboutTextBlock.collectionInBlock .productsBlock .prodBlock .content a {
    top: 13px;
    right: 15px;
}

.collectionInBlock .container {
    padding: 30px 0;
    margin-bottom: -30px;
}
.menuBlock {
    z-index: 12;
}
header.blackHead {
    padding: 10px 0;
}

header.blackHead a.logo img.black {
    height: 40px;
}

.aboutTextBlock.contactsPage {
    padding: 60px 0 210px;
    overflow: auto;
    position: relative;
    height: auto;
}

.contactsPage h1 {
    font-size: 24px;
    margin-bottom: 0;
}

.aboutTextBlock.contactsPage .map {
    width: 100%;
    height: 180px;
    bottom: 0;
    top: unset;
    left: 0;
}

.contactsPage ul {
    margin-bottom: 0;
}

.contactsPage ul li p {
    margin: 10px 0 0!important;
}

.contactsPage h2 {
    font-size: 24px;
    margin-bottom: 0;
}

.contactsPage p.descr {
    width: 100%;
    margin: 10px 0 0!important;
}

.contactsPage form#form3 input {
    width: 100%;
}

.contactsPage form#form3 button {
    width: 100%;
}
.projectsPage h1 {
    font-size: 26px;
}

.projectsPage {
    padding-top: 100px;
}

.projectsPage h1 {
    margin-bottom: 30px;
}

.projectsPage .grid .grid__item .catBlock .imgBlock {
    height: 150px;
}

.projectsPage .grid .grid__item .catBlock .content p.model {
    margin-top: 0!important;
}

.projectsPage .grid .grid__item .catBlock .content p.name {
    margin-top: 10px!important;
}

.projectsPage .grid .grid__item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}
.projectsPage .grid .grid__item:last-child {
    border: none;
}
.collectionInBlock {
    overflow: hidden;
}

ul.categUl li {
    width: 50%;
}

ul.categUl {
    width: 100%;
}
.aboutTextBlock p.danger {
    text-align: center;
    border: none;
    font-size: 16px;
}
.projectsPage .grid .grid__item{
    width: 100%;
    }
    .modal-dialog {
    max-width: 96%;
    width: 100%;
}
        }