@import url('https://fonts.googleapis.com/css2?family=Montserrat');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;   
    font-size: 1rem;
    line-height: 1.2;
	text-align: center;
	margin: 0;
	background: #1c1c1c;color: #fff;
}

header, .verh, nav ul, nav, .galereyaportfolio, .ten, .gallery {
width: 100%;
}
h1 {font-weight: 600;
    text-transform: uppercase;
} 
@media screen and (min-width: 1080px) {
h1 {
    margin-bottom: 100px;
} 
}
@media screen and (min-width: 1580px) {
h1 {
    margin-bottom: 150px;
} 
}

h2 {text-align: left;width: 90%; margin: 0 10px 60px;}

.verh, .logo, .verh2, .button, .vizov, .portfolioblock, .preim, .galereyaportfolio, .gallery, .portfolio, .osn, .zvon, .gl, .preim, .preim div, .pravnav, .kitchen, .shkafi, .ten, .textgalereya, .artpreim, .dogovor, .shagi, .obr, div nav ul, aside, section, article, .konsultant>div, footer, footer div, .adres, .vremya, .tel, .pochta, .kontakt, .contact, .ofis, .cennosti, .cennosti div {
   display: flex;
} 
.verh, .logo, .verh2, .portfolioblock, .preim, .gallery, .bloki5, .galereyaportfolio  {
flex-wrap: wrap;
}

.osn, main {
 font-size: 1.0rem;
 margin: 0 auto;
}

.osn, main {
width: 1280px;
}
@media screen and (max-width: 1280px) {
.osn, main {
width: 100%;
}
}
@media screen and (min-width: 1480px) {
.osn, main {
font-size: 1.0rem;
}
.logo p {
font-size: 0.8rem;
  width: 250px;
  padding: 9px 0;
}
}

.ten {
/* background: radial-gradient(rgba(5,30,49, 0.9), rgba(5,30,49, 0.7)); */
background: radial-gradient(rgba(0,0,0, 0.9), rgba(0,0,0, 0.7)); 
}

.logo p {  font-size: 0.89rem;
width: 135px;
}


.verh, nav, nav ul, .cennosti div {
justify-content: space-between;
}
.logo, .verh2, .button, footer .logo, footer .soc {  
align-items: center;
}

@media screen and (min-width: 800px) {
.logo img {  width: 180px;
}
}

@media screen and (max-width: 870px) {
.logo img {  
width: 310px;
}
.logo p, .button, .vizov {  
display: none;
}
.verh {
background-color: #151515;
height: 90px;margin: 0;
position: fixed;
z-index: 50;
top: 0;
}
}

@media screen and (max-width: 600px) {
.logo img {  
width: 150px;
}
.verh {
height: 50px;
}
}

.verh2, .blur, .cr {
gap: 20px;
}
.verh2 {
justify-content: space-around;
}

@media screen and (max-width: 360px) {
.logo img {  
width: 135px;
}
.verh2 {
justify-content: space-around;
gap: 5px;
right: 20px;
}
}

.button { 
border: 1px solid #fff;
gap: 5px;
padding: 5px;
}
.button img { width: 15px
}
a { 
color: #fff;
text-decoration: none;
}
.osn, .vizov, .zvon, .gl, .preim div, .pravnav, .kitchen, .shkafi, .ten, section, .textgalereya, .artpreim, .dogovor, .shagibloki div, .konsultant>div, footer, footer .soc, .menu, footer .logo, footer .uslugi, .info, footer  .preim, .kontakt, .ofis, .blur div, .cr div {  
flex-direction: column;
}

.obr, footer .logo, footer .soc  {
justify-content: center;
}
.obr, .contact, .ofis, .cennosti {
gap: 10px;
}

.obr a {
  width: 30px;
}

.obr img, .preim div img, .pravnav img {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
 /* background-color: var(--main-color); */
  margin: 0 0.2604166667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .preim div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.obr img {
width: 25px;
}
.preim div img, .pravnav img {
width: 35px;
}
@media screen and (min-width: 1080px) {
header .preim div p {
font-size: 1.3rem;
}
}
@media screen and (max-width: 780px) {
header .preim div p {
font-size: 0.8rem;
}
}
.obr img:hover, .preim div img:hover, .pravnav img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
/*
.preim div img:hover {
  width: 30px
} */
.zvon { 
margin: 5px; 
}
.vizov p, .zvon p { 
margin: 5px 0; 
}

.zvon p::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 1px;
    border-radius: 50%;
    background-color: #d01966;
    top: 50%;
    left: -1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: pulse_1 3s linear infinite;
    animation: pulse_1 3s linear infinite;
}
/*
@media screen and (max-width: 800px) {
.zvon { margin: 5px 35px; font-size: 2rem;
}
} */
@media screen and (max-width: 760px) {
.zvon { 
margin: 5px 30px; 
font-size: 0.85rem;
}
}
@media screen and (max-width: 400px) {
.zvon { margin: 5px 20px
}
}
@media screen and (max-width: 350px) {
.zvon { margin: 5px
}
.zvon p { font-size: 0.5rem; 
}
}

nav {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}
nav ul, .portfolio h4, .shagibloki div h5, menu ul li, .uslugi ul li {text-transform: uppercase;
}
nav ul, .portfolio, .shagibloki div h5 {font-weight: 600;
}
nav ul {padding: 1px 0;
list-style: none;
}

li img {
    height: 15px;
}

nav ul li {margin: 0 5px
}
.gl , .kitchen, .shkafi, .portfolio h3, .portfolio a, .textgalereya, .videoblock h3, .preim div, .artpreim , .shagibloki div h5, .shagibloki div a, .shagibloki div p, footer li, .info, footer h3, .adres p, .vremya p, .cennosti h3, .cennosti p {
text-align:left; 
}


.preim div  {
width: 30%; }
.preim  {
justify-content: space-around;
gap: 20px;
}

@media screen and (max-width: 400px) {
.preim  {
/* flex-direction: column; */
gap: 1px;
}
}


.pravnav {right: 3px; gap: 10px;
    position: fixed;
    top: 50%;
    width: 50px;height: 60px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 50;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


/*
a[href^="tel:"] {
    font-size: 35px;
    line-height: 35px;
    text-decoration: none;
    color: #ff0000;
    text-align: center;
    margin: 10px 0;
	-webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: pulse_1 3s linear infinite;
    animation: pulse_1 3s linear infinite;
}
a[href^="tel:"]:before {
    content: "\260e";
    margin-right: 0.5em;
}

a[href^="tel:"]:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
*/



h2 { 
font-weight: 300;
 margin-top: 100px;
}
@media screen and (max-width: 375px) {
h2 { font-size: 1.5rem;
}
} 


.buttonaside { 
	width: 210px; 
}
.buttonaside, .naim { 
	margin: 10px;
}
.buttonaside {
    padding: 10px;
    background: #d01966;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    border-radius: 1px;
    position: relative;  
    overflow-x: hidden;
}

.buttonaside .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg); 
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 3s infinite linear; 
}

@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}
/*
*/

.preim div  {width: 30%; }
.preim div h4 {text-transform: uppercase}
.preim div p {margin-top: 15px;}
@media screen and (max-width: 480px) {
.preim div  {width: 90px;  text-align: center; align-items: center;}
.preim  {justify-content: space-around;
}
}



/*
.video {
    margin: 30px auto;
    max-width: 980px;
    position: relative;
}

.video iframe {
    position: aboslute;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
} */



.variable, .variable2 {width: 90%; margin: 30px auto;
}
.slick-list {width: 95%;margin: 0 auto !important;
}
@media screen and (max-width: 780px) {
.slick-list {width: 90%;
}
}
.slick-next, .slick-prev {width: 35px !important;height: 35px !important;
}
.slick-next:before, .slick-prev:before {color: #d01966 !important; margin: 10px; width: 40px !important;height: 35px !important;font-size: 25px !important
}
.slick-dots li button:before {
    color: #d01966 !important;
}

 .variable2 .slick-next:before, .variable2  .slick-prev:before {color: #fff !important; }
/*
.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '�';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
*/


.textgalereya a, .krasn, .shagibloki div span { 
color: #d01966;
}
.videoblock, .galereyaportfolio, .krasn { 
margin: 30px 0; 
}


/*
@media screen and (max-width: 780px) {
.gallery {  
width: 100%;
}
}

/*
.shagibloki div {padding: 20px 16px;background-size: cover;
    width: 360px;
    margin-right: 54px;
}

@media screen and (max-width: 780px) {
.shagi {
    width: 85%;margin: 0 auto;height: 100%;
}
.shagibloki div {
    width: 590px;margin-right: 10px;min-height: 100vh;border-radius: 50px;
}
}

.shag1, .shag2, .shag3, .shag4, .shag5 {padding: 20px 16px;background-size: cover;
    width: 300px;
    margin-right: 54px;
	height: 450px;
}
*/


.naz {font-weight: 400;
    font-size: 2.4em;
    line-height: 2.35;
    letter-spacing: 0.03em;
	width: 100%;
	}
@media screen and (max-width: 780px) {
.naz {
    line-height: 1.25;margin: 20px 0 10px;
	}
}


/*
 .pochta   {font-size: 18px;
    line-height: 30px;
    text-decoration: none;
    color: #d01966;
    text-align: center;
    margin: 1px 0;
	-webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: pulse_1 3s linear infinite;
    animation: pulse_1 3s linear infinite;
}

a[href^="mailto:"]:before {color: #d01966;
    content: "\2709";
    margin-right: 0.5em;
}

a[href^="mailto:"]:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
   justify-content: center;align-self: center;
*/

.logisoc img {
    width: 30px;
}

	
footer {background: #fff; color:#000; font-size: 0.7em; padding: 10px}
.bloki5 {width: 90%;margin: 10px auto;justify-content: space-evenly;gap: 20px;}


footer .preim, footer .logo {
    justify-content: space-around;
    gap: 2px;
}
footer h3 {margin: 5px;}
menu, footer ul {
    margin-left: -38px;
}
footer li {
    list-style: none;
	line-height: 21px;
}
/*footer .preim li:before {
    content: "\260e";
    margin-right: 0.5em;
}*/
footer a {
    color:#000;
}
.info {
  max-width: 200px; 
}


.preim li::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 1em;
  height: 1em;
  background-image: url("../img/obsh/galka.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vobzor { width: 780px;
    height: 400px; 
}

@media screen and (max-width: 780px) {
.vobzor { width: 480px;
    height: 300px; 
}
} 

@media screen and (max-width: 480px) {
.vobzor { width: 280px;
    height: 200px; 
}
} 

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* Соотношение сторон 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%; /* Ограничивает ширину */
  margin-bottom: 1em;
}
.video-wrapper iframe,
.video-wrapper video 
 .video-wrapper embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	  border-width: 0;
  outline-width: 0;
  display: block;
}


 /*


/* .konsultant {
   display: flex;
   justify-content: space-around;
   flex-flow: row wrap;
} 

.konsultant>div, .konsultant>img {
   width: calc(100%/2);
}


.otzslide img {
	width: 450px;
	}


 background-size: cover; contain 
width: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
	width: 100%;
.verh {align-items: center;width: 100%;justify-content: space-evenly;
}
*/