* {
  font-family: "Montserrat", sans-serif;
}

html {
  scroll-behavior: smooth;
}

a {
    color: #fff;
}

body {
  overflow-x: hidden;
  background-color: #000;
}

:root {
  --main-color: #ffcc00;
  --second-color: #ddd;
  --red-color: #fa3d24;
  --interval: 40px;
}

.yellow-bg {
  background-color: #ffbb00;
}

.blue-bg {
  background-color: rgb(0, 110, 255) !important;
}

.black-bg {
  background-color: rgb(29, 29, 29) !important;
}

.magenta-bg {
  background-color: #f2006a !important;
}

.container {
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  transition: 200ms ease;
}

.btn:hover {
  transform: scale(1.05);
}

.btn:active {
  transform: scale(0.95);
}


.main-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/main_bg.jpeg");
  z-index: -10;
  top: 0px;
  right: 0px;
  opacity: 0.13;
}


.hidden {
  display: none !important;
}

.grid-block-bg {
  position: relative;
}

.anchor-products {
  position: absolute;
  top: -60px;
}


.mobile-menu {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: rgba( 0, 0, 0, 0.7 );
  backdrop-filter: blur( 10px );
  -webkit-backdrop-filter: blur( 10px );
}

.mobile-menu-wrap {
  height: 60px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu-logo {
  height: 35px;
}

.mobile-menu-buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.mobile-menu-button {
  color: #ffffff;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: 2px solid #ffffff2e;
  margin-left: 10px;
}

.mobile-menu-open {
  padding-top: 60px;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  z-index: 11;
  background: rgba( 0, 0, 0, 0.7 );
  backdrop-filter: blur( 30px );
  -webkit-backdrop-filter: blur( 10px );

}

.mobile-menu-open-items {
  width: auto;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.mobile-menu-open-items p {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 30px;
}

.prod-links, .mobile-nav-bar-link {
  display: flex;
  flex-direction: column;
}

.prod-links {
  padding-left: 30px;
  margin-bottom: 10px;
}

.prod-links a {
  margin-bottom: 30px;
  color:#bcbcbcbd;
}

.mobile-nav-bar-link a {
  margin-bottom: 30px;
  font-size: 20px;
  color: #ffffff;  
}


.callback-container, .buy-product-container {
  display: flex;
  position: fixed;
  height: 110%;
  width: 110%;
  background-color: #000000ea;
  top: -5%;
  right: -5%;
  z-index: 30;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  zoom: 0.9;
}



.callback-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 35%;
}

.callback-wrap .form-container {
  width: 100%;
}

.callback-wrap h3 {
  color:rgba(255, 255, 255, 0.693);
  font-size: 26px;
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.callback-wrap p {
  color: #666;
  font-size: 17px;
  margin-bottom: 60px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.callback-wrap .form-container {
  margin-left: 0px;
  margin-bottom: 50px;
}

.callback-container .main-button-unbg {
  background-color: #00000000;
  border: 2px solid #ffffff43;
  color: #5a5a5a;
}

.buy-product-container .main-button-unbg {
  background-color: #00000000;
  border: 2px solid #ffffff43;
  color: #5a5a5a;
}

.buy-product-form-title {
  color: #ffffff;
  font-weight: 700;
  border-bottom: 3px solid #f2006a;
}



header {
  background-color: #000;
}




.navigation-bg {
  position: relative;
  z-index: 3;
  width: 100%;
}

.nav-bar {
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.nav-bar-logo {
  height: 45px;
}

.header-bg {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 90vh;
  position: relative;
  overflow: hidden;
}

.header-bg-done {
  height: 100vh !important;
  position: relative;
}

.header-bg-done video {
    z-index: -100;
    position: relative;
    opacity: 0.3;
}

.done-page-container {
  width: 100%;
  color:rgba(255, 255, 255, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
   z-index: 10;
   position: relative;
  
}

.done-page-container > h1 {
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 20px;
}

.done-page-container > h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 100px;
}

.done-page-container > p {
  font-size: 15px;
  font-weight: 500;
  opacity: 50%;
}


.header-opacity-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: #040404b1;
}


.header-bg video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.nav-bar-link a {
  color: #ffffff7e;
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 500;
  transition: 200ms ease;
  font-size: 16px;
}

.nav-bar-link a:hover {
  color: #fff;
}

.title-block {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.title-block h1 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-top: 40px;
  opacity: 0.6;
  line-height: 2;
}

.text-typing {
  font-size: 75px;
  color: #fff;
  font-weight: 700;
}

.typed-cursor {
  font-weight: 200;
  color: #666;
}

.button-block {
  width: 100%;
  position: relative;
  z-index: 3;
  margin-bottom: 100px;
}

.main-button-bg {
  background-color: #f2006a;
  padding-left: 38px;
  padding-right: 38px;
  padding-top: 24px;
  padding-bottom: 27px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  border-radius: 120px;
  font-size: 17px;
  cursor: pointer;
}

.main-button-unbg {
  background-color: #f2006a;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 18px;
  padding-bottom: 18px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  border-radius: 120px;
  font-size: 18px;
  cursor: pointer;
}

.nav-bar .main-button-unbg {
  background-color: #00000000;
  border: 2px solid #ffffff4c;
  font-size: 12px;
  padding: 15px 20px;
}

.header-contacts-title {
  font-size: 20px;
  font-weight: 500;
}

.header-contacts {
  color: #fff;
  padding: 40px 46px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.129);
  zoom: 0.95;
  transition: 400ms ease;
}

.header-contacts:hover {
  transform: scale(1.2);
}

.header-ontacts-item {
  margin-top: 30px;
}

.header-ontacts-item > p {
  margin-bottom: 13px;
  color: #ffffff60;
  font-size: 14px;
  font-weight: 500;
}

.header-ontacts-item > span {
  font-size: 22px;
  font-weight: 500;
}

.header-ontacts-item > .fa-phone {
  font-size: 20px;
  margin-right: 5px;
  color: #ffffff9d;
}

.new-label {
  font-size: 20px !important;
  background-color: #c70056;
  border-radius: 100px;
  font-weight: 700;
  padding: 8px 15px;
  margin-left: 10px;
  zoom: 0.6;
  position: relative;
  bottom: 5px;
}

.map-link {
  position: absolute;
  color: #ffffff60;
  height: 50px;
  width: 50px;
  border-radius: 100px;
  background-color: #00000042;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  bottom: 36px;
  right: 45px;
  cursor: pointer;
}

/**/
/**/
/**/
/**/
/**/

/* Блок с продукцией */

.grid-block-bg {
  width: 100%;
  min-height: 400px;
  padding-top: var(--interval);
  padding-bottom: var(--interval);
  position: relative;
  overflow: hidden;
}

.grid-block-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: var(--interval);
}

.grid-block-bg h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 5px;
}

.button-unbg {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0.8;
  font-weight: 500;
}

.grid-block-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  margin-bottom: 30px;
}

.grid-block-item {
  min-height: 170px;
  background-color: rgba(255, 255, 255, 0.86);
  border-radius: 15px;
  padding-top: 20px;
  padding-left: 25px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  transition: 300ms ease;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.grid-block-item:hover {
  transform: scale(1.03);
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 26.5px 31px 7px rgba(0, 0, 0, 0.1);
}

.grid-block-item:hover h3 {
  opacity: 1;
}

.grid-block-item:hover .button-bg {
  font-size: 13px;
  opacity: 1;
}

.grid-block-item h3 {
  font-size: 16px;
  width: calc(100% - 200px);
  font-weight: 600;
  opacity: 0.7;
  transition: 300ms ease;
}

.button-bg {
  background-color: #f2006a;
  color: #fff;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 500;
  border-radius: 100px;
  cursor: pointer;
  transition: 300ms ease;
  opacity: 0.8;
}

.grid-block-item-img {
  position: absolute;
  height: 200px;
  width: 200px;
  right: 15px;
  top: -35px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/obemnye_svetovye_bukvy.png");
  
 
}


.col-4 {
  grid-template-columns: repeat(4, 1fr);
}

.grid-block-item-v2 {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: 300ms ease;
  -webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0)
}

.grid-block-item-v2:hover {
  transform: scale(1.1);
  box-shadow: 0 26.5px 31px 7px rgba(0, 0, 0, 0.1);
}

.grid-block-item-v2:hover > img {
  transform: scale(1.1);
}

.grid-block-item-v2:hover .zakaz {
  opacity: 1;
}

.grid-block-item-v2 > img {
  position: relative;
  z-index: 1;
  transition: 300ms ease;
  transform: scale(1.002); 
}

.card-title {
  position: absolute;
  bottom: 25px;
  right: 0px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
  padding-right: 25px;
  padding-left: 25px;
}

.buy-button {
  height: 40px;
  width: 40px;
  background-color: #f2006a;
  border-radius: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 3;
  cursor: pointer;
}

.zakaz {
  position: absolute !important;
  width: 90px;
  height: 100px;
  bottom: 40px;
  right: 26px;
  opacity: 0;
  transition: 500ms ease !important;
}

.grid-block-item-v2 > h3 {
  position: absolute;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  width: 60% !important;
  bottom: 21px;
  left: 25px;
  z-index: 3;
  opacity: 0.8;
}

.grid-block-item-bg {
  z-index: 2;
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,0.30858280812324934) 0%, rgba(255,255,255,0) 62%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,0.30858280812324934) 0%, rgba(255,255,255,0) 62%);
background: linear-gradient(0deg, rgba(255,255,255,0.30858280812324934) 0%, rgba(255,255,255,0) 62%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}






.about-bg {
  background-color: #ffffffe0;
  width: 100%;
  min-height: 400px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.about-bg h2 {
  color: #393939;
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 30px;
}

.about-items {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
}

.about-text {
  width: 50%;
  margin-right: 25px;
  margin-bottom: 20px;
}

.about-img {
  width: 50%;
  margin-left: 25px;
  margin-top: 20px;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 60px;
}

.about-text > p {
  line-height: 1.9;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 15px;
}

.about-plus {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  min-height: 200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  padding: 50px;
  line-height: 1.7;
}

.about-plus p {
  font-size: 14px;
  font-weight: 500;
  color: #595959;
}

.about-plus h3 {
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
  margin-top: -10px;
  color: rgb(0, 110, 255);
}






.portfolio-bg {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(8px);
  overflow-x: hidden;
}

.portfolio-bg h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 5px;
}

.portfolio-items {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 30px;
  width: 110%;
}

.portfolio-items a {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  position: relative;
}

.portfolio-items a:hover img {
  transform: scale(1.2);
}

.portfolio-items img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 400ms ease;
  position: absolute;

}

.lg-object {
  border-radius: 24px;
}






.order-bg .header-bg{
  height: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  
}

.order-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.form-items {
  min-height: 300px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  transition: 600ms ease;
  border-radius: 24px;
}


.form-container {
  width: 50%;
  padding: 50px;
  border-radius: 24px;
  position: relative;
  z-index: 6;
  margin-left: 25px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.129);
}

.form-text-block {
  width: 50%;
  margin-right: 25px;
}



.main-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.form-input {
  margin-bottom: 20px;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 8px;
  background-color: #0000005a;
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.error {
  border-color: #F5453B !important;
}

.form-input:hover {
  border-color: #eaeaea7b;
}

.checkbox-label {
  line-height: 1.4;
  font-size: 13px;
  font-weight: 500;
  color: #777;
  opacity: 0.7;
  transition: 250ms ease;
  margin-left: 15px;
}

.checkbox-label:hover {
  opacity: 1;
}

.checkbox-label a {
  color: #bcbcbc;
}

.form-button {
  width: 100%;
  border-radius: 100px;
  padding: 0 13px;
  background-color: #f2006a;
  font-size: 17px;
  font-weight: 600;
  height: 60px;
  margin-top: 30px;
  transition: 250ms ease;
  color:rgba(255, 255, 255, 1)
}

.form-button:hover {
  background-color: #c70056;
}

.form-checkbox-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.checkbox-input {
  height: 30px;
  width: 20px;
  margin-top: -5px;
}

.form-text-block h2 {
  font-size: 50px;
  color:rgba(255, 255, 255, 1);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 50px;

}

.form-text-block p {
  font-size: 16px;
  color:rgba(255, 255, 255, 0.802);
  font-weight: 500;
  line-height: 1.9;
  margin-bottom: 80px;

}

.form-text-block span {
  font-size: 16px;
  color:rgba(255, 255, 255, 0.486);
  font-weight: 400;
  line-height: 1.9;
  padding-right: 200px;
  display: block;
}












footer {
  background-color: #1a1a1a;
  width: 100%;
  height: 600px;
  position: relative;
}

.map {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.mobile-map {
  display: none;
}

.contacts-container {
  width: 50%;
  display: flex;
  justify-content: start;
  align-items: center;
  height: 600px;
  position: relative;
  z-index: 10;
  color:rgba(255, 255, 255, 1);
  padding-right: 20px;
  
}

.contacts-items {
  width: 100%;
  background-color: #000;
  margin-top: auto;
  margin-bottom: auto;
  background: rgba( 0, 0, 0, 0.8 );
backdrop-filter: blur( 4.5px );
-webkit-backdrop-filter: blur( 4.5px );
border-radius: 24px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
  padding: 50px 58px;
  padding-bottom: 65px;
  overflow: hidden;
  zoom: 0.95;
}

.contacts-items .header-ontacts-item {
  margin-top: 40px;
}

.contacts-items > p {
  font-size: 30px;
  margin-bottom: 40px;
}

.contacts-items > div > p {
  font-size: 15px;
  color: #fff;
  opacity: 0.5;
}

.social-links {
  display: flex;
  flex-direction: row;
}

.social-links > a {
  color:#fff;
  font-weight: 600;
  margin-right: 30px;
  opacity: 0.8;
  transition: 200ms ease;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;

}

.social-links > a:hover {
  opacity: 1;
}

.social-icon {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  
}

.vk {
  background-image: url("../img/VK_logo.png");
}

.viber {
  background-image: url("../img/viber.png");
}

.whatsapp {
  background-image: url("../img/WhatsApp.png");
}

footer .nav-bar-link {
  flex-direction: column !important;
}


.nav-footer {
  background-color: #000000cf;
}


.footer-nav-bar-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-nav-bar-item {
  display: flex;
  flex-direction: column;
}

.footer-nav-bar-item > a {
  color: #888;
  margin-bottom: 30px;
  font-size: 14px;
  margin-left: 60px;
  font-weight: 500;
  transition: 250ms ease;
}

.footer-nav-bar-item a:hover {
  color: #ffffff;
}

.footer-nav-bar-items .main-button-unbg {
  background-color: #00000000;
  border: 2px solid #ffffff4c;
  font-size: 12px;
  padding: 15px 20px;
  width: 100%;
  text-align: center;
}

.footer-nav-bar-item .nav-bar-logo {
  margin-bottom: 40px;
}

.footer-nav-bar-item p {
  color: #313131;
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 12px;
}

.footer-nav-bar-item-links {
  display: flex;
  flex-direction: column;
  margin-left: 60px;  
}

.footer-nav-bar-item-links > a {
  color:rgba(255, 255, 255, 0.214);
  font-size: 13px;
  margin-bottom: 15px;
}

.copyright {
  display: block;
  width: 100%;
  height: 30px;
  background-color: #000000eb;
  color:rgba(255, 255, 255, 0.177);
  font-size: 11px;
  text-align: center;
  padding-top: 7px;
}


/*

@media (min-width: 1024px) {
  .container {
    width: 85vw;
  }

  body {
    zoom: 0.9;
  }

  .header-bg {
    height: 99vh;
  }


}


@media (min-width: 1367px) {
  .container {
    width: 75vw;
  }
  
  body {
    zoom: 1;
  }

  .header-bg {
    height: 90vh;
  }

}


@media (min-width: 1681px) {
  
  .container {
    width: 75vw;
  }

}


@media (min-width: 1920px) {
  
  .container {
    width: 68vw;
  }

}



*/

@media screen and (max-width: 1920px)  {
  .container {
    width: 65vw;
  }
}


@media screen and (max-width: 1680px)  {
  .container {
    width: 75vw;
  }
}


@media screen and (max-width: 1440px)  {
  .container {
    width: 80vw;
  }

  .grid-block-item-v2 {
    zoom: 0.9;
  }

  .about-items {
    zoom: 0.9;
  }
}


@media screen and (max-width: 1366px)  {
  .container {
    width: 75vw;
  }

  .nav-bar {
    zoom: 0.9;
  }

  .header-contacts, .main-button-bg {
    zoom: 0.8;
  }

  .button-block {
    margin-bottom: 70px;
  }

  .title-block {
    zoom: 0.85;
  }

  .grid-block-item-v2 {
    zoom: 0.8;
  }

  .about-items {
    zoom: 0.8;
  }

  .form-items {
    zoom: 0.9;
  }

  .footer-nav-bar-items {
    zoom: 0.9;
  }

  .contacts-container {
    zoom: 0.9;
  }

  
}


@media screen and (max-width: 1024px)  {
  .container {
    width: 80%;
  }

  .about-items {
    zoom: 0.7;
  }

  .about-plus {
    zoom: 0.7;
  }

  .contacts-container {
    zoom: 0.75;
  }

  .map {
    zoom: 0.75;
  }

  .footer-nav-bar-items {
    zoom: 0.75;
  }

  .form-items {
    zoom: 0.75;
  }

  .mobile-menu {
    display: flex;
  }

  .menu-desktop {
    display: none;
  }

  .callback-wrap {
    width: 60%;
  }

  

}


@media screen and (max-width: 768px)  {
  .container {
    width: 85%;
  }

  .col-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-block-item-v2 {
    zoom: 1;
  }

  .grid-block-items {
    grid-gap: 40px;
  }

  .callback-wrap {
    width: 80%;
  }

  .buy-product-container {
    zoom: 0.75;
  }

  .callback-container {
    zoom: 0.7;
  }

  .portfolio-bg {
    padding-bottom: 50px;
    padding-top: 35px;
  }

  .portfolio-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    width: 110%;
  }
}






@media screen and (max-width: 640px)  {
  .container {
    width: 85%;
  }

  .mobile-menu-logo {
    height: 32px;
  }

  .nav-bar-logo {
    height: 36px;
  }

  .header-bg {
    height: 90vh !important;
  }

  .button-block {
    display: flex;
    margin-bottom: 40px;
    flex-direction: column-reverse !important;
  }

  .header-contacts {
    zoom: 0.7;
    position: relative;
    margin-bottom: 40px;
  }

  .header-contacts:hover {
    transform: scale(1);
  }

  .main-button-bg {
    width: 100%;
    text-align: center;
  }

  .title-block {
    zoom: 0.6;
    margin-top: 80px;
  }

  .grid-block-items {
    grid-gap: 20px;
    zoom: 0.6;
  }

  .grid-block-header {
    zoom: 0.6;
    flex-direction: column;
    align-items: start;
    
  }

  .grid-block-header h2 {
    margin-bottom: 20px;
  }

  .grid-block-bg {
    padding-top: 25px;
    padding-bottom: 20px;

  }

  .grid-block-item-v2 {
    border-radius: 30px;
  }

  .about-bg {
    padding-top: 20px;
    padding-bottom: 35px;
  }

  .about-items {
    flex-direction: column;
  }

  .about-text {
    width: 100%;
    margin-bottom: 0px;
  }

  .about-img {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 40px;
  }

  .about-plus {
    display: flex;
    flex-direction: column;
    zoom: 0.8;
    padding-top: 35px;
    grid-gap: 30px;
  }

  .about-plus-item h3 { 
    margin-bottom: 0px;
  }

  .form-items {
    flex-direction: column;
  }

  .form-text-block {
    width: 100%;
  }

  .form-text-block h2 {
    padding-right: 0px;
    font-size: 45px;
    margin-bottom: 30px;
    margin-top: 0px;
  }

  .form-text-block p {
    padding-right: 0px;
    margin-bottom: 30px;
  }

  .form-text-block span {
    padding-right: 0px;
    margin-bottom: 40px;
  }

  .form-container {
    width: 100%;
    margin-left: 0px;
  }

  .order-bg {
    height: auto;
  }

  .order-bg .header-bg{
    height: auto !important;
    padding-top: 35px;
    padding-bottom: 40px;   
  }

  .map {
    display: none;
    position: relative;
    width: 100%;
    height: auto;
  }

  .mobile-map {
    display: block;
  }

  .contacts-container {
    width: 100%;
    padding-right: 0px;
    border-radius: 0px;
    height: auto;
    zoom: 0.85;
  }

  .contacts-items {
    border-radius: 0px;
    padding-left: 7%;
    border: none;
  }

  footer > .container {
    width: 100%;
    border-radius: 0px;
  }

  .footer-nav-bar-items {
    display: flex;
    flex-direction: column;
    align-items: start;
    zoom: 0.9;
    padding-top: 40px;
    padding-bottom: 40px;
    grid-gap: 30px;
  }

  .footer-nav-bar-item {
    align-items: start;
    margin-bottom: 0px;
  }
  
  .footer-nav-bar-item p {
      color: #fff;
  }

  .footer-nav-bar-item-links {
    margin-left: 0px;
  }

  .mobile-menu-links {
    margin-left: 0px !important;
  }
  
  .buy-button {
      zoom: 1.3;
  }
  
  .zakaz {
  bottom: 60px;
}

.grid-block-item-v2:hover {
  transform: scale(1);
  box-shadow: 0 26.5px 31px 7px rgba(0, 0, 0, 0.1);
}

  
  
  
}





