body {
  margin: 0px auto;
  padding: 0px;
  max-width: 100%;
  overflow-x: hidden;
  width: 100%;
  zoom: 0.85;
  
}
.pagingInfo, .pagingInfo2, .pagingInfo3, .pagingInfo4, .pagingInfo5, .pagingInfo6, .pagingInfo7{
  font-family: 'Montserrat', sans-serif;
    /* word-spacing: 31px; */
    font-size: 19px;
    letter-spacing: 5px;
}
#preloader {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100%);
  z-index: 9;
  background-color: #fff;
  opacity: 1;
}
.body-active {
  overflow-y: hidden;
}

a {
  color: #000;
  text-decoration: none;

}
.portfolio a, .kartochka-tovara a{
	display: block;	
}

.header-in {
  border-bottom: 1px solid #cfcfcf;
}

.header {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-top: 30px;
  padding-bottom: 20px;
  z-index: 99;
}

.header a {
  z-index: 999;
}

.header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header img {
  height: 64px;
  display: block;
  z-index: 999;
}

.header ul {
  padding-left: 0px;
  margin-left: 0px;
  width: 100%;
  max-width: 655px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Montserrat', sans-serif;
}

.header ul li {
  list-style-type: none;
  display: inline-block;
}

.header ul a {
  font-weight: 500;
  font-size: 19px;
  position: absolute;
}

.header ul a:hover {
  font-weight: 700;
  margin-left: -1px;
  background: linear-gradient(45deg, #f66977 33%, #59b1ec 66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header .language {
  width: 30px;
  height: 47px;
  position: relative;
  top: -17px;
}

.header .language a:nth-child(1) {
  top: 0px;
}

.header .language a:nth-child(2) {
  bottom: 0px;
}

.container {
  width: 100%;
  max-width: 1160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.block-1 {
  width: 100%;
  height: 685px;
  max-width: 100%;
  background: #68bdfb;
  margin-top: 130px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 0.99;
  margin: 90px auto;
}

.block-1 .phone {
  width: 100%;
  max-width: 453px;
  height: 80px;
  background: #68bdfb;
  margin-top: 50px;
  position: absolute;
  top: -129px;
  left: 0%;
  margin-left: 0px;
}

.block-1 .phone img {
  position: absolute;
  right: 25px;
  top: 17px;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
	 z-index: 9;
    cursor: pointer;
}

.block-1 .white-block {
  width: 100%;
  max-width: 618px;
  height: 80px;
  background: #fff;
  margin-top: 50px;
  position: absolute;
  bottom: -1px;
  right: 50%;
  margin-right: -960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  padding-left: 50px;
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
}

.block-1 .white-block img {
  height: 27px;
}

.block-1 .white-block .slide-count-wrap {
  margin-left: 15px;
  margin-right: 15px;
}

.block-1 .white-block .slick-prev {
  left: 50px !important;
  width: 35px !important;
  height: 27px !important;
  top: 46px !important;
  z-index: 9999 !important;
  position: absolute !important;
  background: #000 !important;
  opacity: 0 !important;
}

.block-1 .white-block .slick-next {
  width: 36px !important;
  height: 27px !important;
  right: 50% !important;
  background: #000 !important;
  position: absolute !important;
  margin-right: 97px !important;
  top: 44px !important;
  opacity: 0 !important;
}

.block-1 .slick-list {
  overflow: inherit !important;
}

.slider-n-n h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 63px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 213px;
  margin-bottom: 0px;
}

.slider-n-n p {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  color: #fff;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 0px;
}


.block-2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 82px;
  margin-bottom: 35px;
  width: 100%;
  min-height: 490px;
}

.block-2 p {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  color: #000;
  line-height: 30px;
}

.priemushestva {
  position: relative;
  margin-top: 126px;
}

.priemushestva .container {
  width: 100%;
  max-width: 915px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.priemushestva .nth-child_1 {
  left: -117px;
}

.leftk {
  position: relative;
  left: -19px;
}

.rot-clas {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

.rot-clas img {
  position: relative;
  left: -23px;
  top: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  max-width: 109px;
}

.c-example__tilt {
  width: 180px;
  height: 180px;
  display: block;
  background-color: #8ecefc;
}




#n1{
	position:relative;
	    top: 59px;
}
#n3{
	position:relative;
	    top: -59px;
}
.all-block-tilt p {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
  z-index: 2;
  position: relative;
  top: 114px;
  left: -90px;
  cursor: default;
}

.c-example__tilt-inner {
  -webkit-transform: translateZ(50px) translateY(-50%) translateX(-50%);
  transform: translateZ(50px) translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background-color: transparent;
  position: static;
}

.nth-img-1 {
  display: block;
  top: 4px;
  left: -32px;
}

.nth-img-3 {
  left: -20px !important;
  top: 29px !important;
}

.nth-p-2 {
  top: 114px !important;
  left: -48px !important;
}

.nth-p-3 {
  left: 21px !important;
}

.block-3 {
  width: 100%;
  /* .button{*/
  /*     border: 2px solid #000;*/
  /*     margin: 54px auto;*/
  /*     font-family: 'Montserrat', sans-serif;*/
  /*     font-size: 12px;*/
  /*     font-weight: 700;*/
  /*     text-transform: uppercase;*/
  /*     text-align: center;*/
  /*     box-sizing: border-box;*/
  /*     color: #000;*/
  /*     padding-top: 23px;*/
  /*     cursor: pointer;*/
  /*     position: relative;*/
  /* 	&:hover{*/
  /* 		border: 2px solid #fff;*/
  /* 		color: #fff;*/
  /* 	}*/
  /*     span{*/
  /*     	width: 100%;*/
  /*     	height: 100%;*/
  /*     	position: absolute;*/
  /*     	background: linear-gradient(93deg, #ff8693 0%, #6fc8ff 110%);*/
  /* 		color: #fff;*/
  /* 		z-index: -1;*/
  /* 		left: 0px;*/
  /* 		top:0px;*/
  /* 		display: none;*/
  /*     }*/
  /* }*/
}

.block-3 .container {
  width: 100%;
  max-width: 1180px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.block-3 h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 38px;
  letter-spacing: 6px;
  /* top: 10px; */
  /* left: -6px; */
  color: #000;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.block-3 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-3 .flex div {
  position: relative;
  width: 251px;
}

.block-3 .flex div img {
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.block-3 .flex div span {
  font-size: 57px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #f66977), color-stop(66%, #59b1ec));
  background: linear-gradient(180deg, #f66977 33%, #59b1ec 66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  bottom: 56px;
  left: 38px;
  opacity: 0.5;
}

.block-3 .flex div p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 42px;
  letter-spacing: 1px;
}

.button_su {
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 0px;
  margin-bottom: 30px;
  margin: 60px auto 0px;
  width: 225px;
}

.su_button_circle {
  background-color: red;
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
  /*animation-timing-function: ease-in-out; */
}

.button_su_inner {
  display: inline-block;
  background: transparent;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  width: 225px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  border: 2px solid #000;
  text-align: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  text-decoration: none;
  padding: 22px;
  z-index: 100000;
}

.button_su_inner:hover {
  color: #fff;
}

.button_text_container {
  position: relative;
  z-index: 10000;
}

.explode-circle {
  -webkit-animation: explode 0.7s forwards;
  animation: explode 0.7s forwards;
}

.desplode-circle {
  -webkit-animation: desplode 0.7s forwards;
  animation: desplode 0.7s forwards;
}
.myexp{
  width: 100%;
  height: 100%;
  background: linear-gradient(93deg, #ff8693 0%, #6fc8ff 110%);
  position: absolute;
  top:0px !important;
  left: 0px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  transition: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
}
@-webkit-keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(42, 53, 80, 0.2);
  }
  100% {
    width: 600px;
    height: 600px;
    margin-left: -300px;
    margin-top: -300px;
    background: linear-gradient(93deg, #ff8693 0%, #6fc8ff 110%);
  }
}

@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(42, 53, 80, 0.2);
  }
  100% {
    width: 600px;
    height: 600px;
    margin-left: -300px;
    margin-top: -300px;
    background: linear-gradient(93deg, #ff8693 0%, #6fc8ff 110%);
  }
}

@-webkit-keyframes desplode {
  0% {
    width: 600px;
    height: 600px;
    margin-left: -300px;
    margin-top: -300px;
    background: linear-gradient(93deg, #ff8693 0%, #6fc8ff 110%);
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(129, 80, 108, 0.6);
  }
}

@keyframes desplode {
  0% {
    width: 600px;
    height: 600px;
    margin-left: -300px;
    margin-top: -300px;
    background: linear-gradient(93deg, #ff8693 0%, #6fc8ff 110%);
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(129, 80, 108, 0.6);
  }
}

.block-4 {
  margin-top: 180px;
}

.block-4 .container {
  max-width: 1220px;
}

.block-4 h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 38px;
  letter-spacing: 6px;
  /* top: 10px; */
  /* left: -6px; */
  color: #000;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.block-4 .slider-partners {
  position: relative;
}

.block-4 .slider-partners .slick-prev:hover {
  background: url(../img/arr2.svg);
}

.block-4 .slider-partners .slick-next:hover {
  background: url(../img/arr.svg);
}

.block-4 .slider-partners .slick-prev {
  left: 0px;
  z-index: 2;
  background: url(../img/arr2.svg);
  width: 67px;
  height: 67px;
}

.block-4 .slider-partners .slick-next {
  right: 0px;
  background: url(../img/arr.svg);
  width: 67px;
  height: 67px;
}

.block-4 .slider-partners .slick-prev:before, .block-4 .slider-partners .slick-next:before {
  font-family: 'slick';
  font-size: 0px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.block-4 .logo-part {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}

.block-4 .logo-part img {
  margin: 0 auto;
}

footer {
  width: 100%;
  height: 534px;
  background: url(../img/footer.jpg) center;
  margin-top: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 60px;
}

footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer form {
  width: 100%;
  max-width: 500px;
  height: 245px;
}

footer form h2 {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 2.7px;
}

footer form input {
  width: 100%;
  height: 50px;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  background: rgba(255, 255, 255, 0.41);
  border: 1px solid #959595;
}

footer form textarea {
  width: 100%;
  max-height: 150px;
  height: 100%;
  resize: none;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  padding-left: 10px;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  background: rgba(255, 255, 255, 0.41);
  border: 1px solid #959595;
}

footer form button {
  width: 225px;
  height: 65px;
  border: 2px solid #000;
  background: transparent;
  margin: 39px auto 0px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  padding-top: 3px;
  cursor: pointer;
  display: block;
}

footer form button:hover {
  background-image: linear-gradient(93deg, #ff8693 0%, #6fc8ff 110%);
  color: #fff;
  border: 0px solid transparent;
  padding-top: 3px;
}

footer ul {
  padding-left: 0px;
  margin-left: 0px;
  margin-top: 187px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  height: 127px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer ul li {
  list-style-type: none;
  font-family: 'Montserrat', sans-serif;
}

footer ul li a {
  font-weight: 500;
  font-size: 16px;
  position: absolute;
  text-transform: uppercase;
}

footer ul li a:hover {
  font-weight: 700;
  margin-left: -1px;
  background: linear-gradient(45deg, #f66977 33%, #59b1ec 66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

footer .contacts {
  margin-top: 112px;
  position: relative;
  left: 54px;
}

footer .contacts p {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 26px;
  letter-spacing: 1px;
}

footer .contacts p span {
  font-size: 14px;
  font-weight: 400;
  text-transform: initial;
  line-height: 37px;
  letter-spacing: 2px;
}

.mobile-nav-button {
  width: 40px;
  position: absolute;
  right: 20px;
  top: 47px;
  z-index: 9999999;
  cursor: pointer;
  width: 40px;
  height: 30px;
  display: none;
}

.mobile-nav-button .mobile-nav-button__line {
  width: 100%;
  height: 3px;
  background: #5d5d5d;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 9999;
}

.mobile-nav-button .mobile-nav-button__line:nth-of-type(2) {
  margin: 0.5rem 0;
  z-index: 9999;
}

.mobile-nav-button .mobile-nav-button__line--1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 13px;
  position: absolute;
  z-index: 9999;
  background: #fff;
}

.mobile-nav-button .mobile-nav-button__line--2 {
  display: none;
}

.mobile-nav-button .mobile-nav-button__line--3 {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 13px;
  position: absolute;
  z-index: 9999;
  background: #fff;
}

.ul-active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #a5cfef;
  position: absolute;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  top: 0px;
  height: 100%;
  width: 100% !important;
  max-width: 100% !important;
  left: 0px;
  margin-top: 0px;
  z-index: 99;
}

.ul-active li {
  list-style-type: none !important;
  display: inline-block !important;
  width: 100% !important;
  text-align: center;
  margin-top: 30px;
}

.ul-active a {
  font-size: 36px !important;
  position: relative !important;
  color: #fff;
  font-weight: 700 !important;
}

.ul-active .language {
  width: 100%;
  height: auto;
  position: absolute;
  top: 90px;
}

.ul-active .language a {
  font-weight: 400 !important;
  font-size: 28px !important;
}
@media (max-width: 960px) {
	.menu-menu-container, .menu-menu_ua-container, .menu-menu-en-container{
	    width: 100%;
    max-width: 100% !important;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
		}
.menu li:nth-child(4n) {
    position: absolute !important;
    left: 20px !important;
    bottom: 20px !important;
    top: initial !important;
    width: 50% !important;
}
.menu li:nth-child(5n) {
    position: absolute !important;
    right: 20px !important;
    bottom: 20px !important;
    top: initial !important;
    width: 50% !important;
}
}
@media (max-width: 1570px) {
  .block-1 .slick-slide img {
    max-width: 1650px !important;
}
}
@media (max-width: 1480px) {
  .block-1 .slick-slide img {
    max-width: 1340px !important;
}
}
@media (max-width: 1080px){
.block-1 .slick-slide img {
    max-width: 1040px !important;
}
}
@media (max-width: 1200px){
  .block-1 .slick-slide img {
      max-width: 1200px !important;
  }
  }
@media (max-width: 1367px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .block-1 {
    height: 510px;
  }
	.block-1 .slick-slide {
    height: 510px !important;
  }
  .slider-n-n h1 {
    margin-top: 133px;
  }

}
@media (max-width: 970px) {
  .block-1 .slick-slide img {
    max-width: 870px !important;
}
}
@media (max-width: 890px) {
  .block-1 .slick-slide img {
    max-width: 750px !important;
}
  .block-1 {
    height: 450px;
  }
		.block-1 .slick-slide {
    height: 450px !important;
  }

  .slider-n-n h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    margin-top: 112px;
  }
  .slider-n-n p {
    font-family: 'Montserrat', sans-serif;
    font-size: 37px;
  }
}

@media (max-width: 1144px) {
  .block-1 .white-block {
    margin-right: 0px;
    max-width: 300px;
    right: 0%;
  }
  .block-1 .white-block .slick-next {
    margin-right: -69px !important;
  }
  .block-1 .phone {
    max-width: 93px;
    left: 0%;
    margin-left: 0px;
  }
  .block-1 .white-block {
    bottom: -2px;
  }
}

@media (max-width: 1110px) {
  .c-example__tilt {
    width: 160px;
    height: 160px;
    display: block;
    background-color: #8ecefc;
    position: relative;
    left: 17px;
  }
  .all-block-tilt p {
    width: 180px;
    text-align: center;
    display: block;
    left: 0px !important;
    right: 0px !important;
  }
  .leftk {
    position: relative;
    left: 0px;
  }
}

@media (max-width: 960px) {
  body{
    zoom: 1;
  }
  .header ul {
    display: none;
  }
  .mobile-nav-button {
    display: block;
  }
}

@media (max-width: 730px) {
  .priemushestva .container {
    width: 100%;
    max-width: 915px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .all-block-tilt p {
    width: 180px;
    text-align: center;
    display: block;
    left: 5px !important;
    right: 0px !important;
    top: -40px !important;
  }
  .rot-clas {
    position: relative;
    margin-top: 50px;
  }
  .priemushestva {
    position: relative;
    margin-top: 60px;
  }
}

@media (max-width: 700px) {
  .slider-n-n p {
    font-family: 'Montserrat', sans-serif;
    font-size: 29px;
  }
  .block-1 {
    height: 441px;
  }
	.block-1 .slick-slide {
    height: 441px !important;
}
  .for img {
    
  }
  .block-1 .slick-slide img {
    max-width: 620px !important;
}
}

@media (max-width: 565px) {
  .block-1 .white-block {
    margin-right: 0px;
    max-width: 100%;
    right: initial;
    position: absolute;
    margin: 45px auto 0px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 30px;
    padding-left: 0px;
  }
 
  .block-1 .white-block .slick-prev {
    left: 27px !important;
    top: 42px !important;
  }
  .block-1 .white-block .slick-next {
    width: 56px !important;
    right: 0% !important;
    position: absolute !important;
    margin-right: 30px !important;
  }
}

@media (max-width: 564px) {
  .header img {
    height: 44px;
  }
  .mobile-nav-button {
    top: 41px;
  }
  .ul-active .language {
    top: 105px;
  }
  .slider-n-n h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 37px;
    margin-top: 51px;
  }
  .slick-slide img {
    display: block;
  
  }
  .for img {
  
  }
  .block-1 .slick-slide img {
    max-width: 320px !important;
    bottom: 78px !important;
}

  
}

@media (max-width: 370px) {
  
  .block-2 .container {
    padding-left: 15px;
  }
}

@media (max-width: 1060px) {
  .block-3 .flex {
    display: inline-block;
  }
  .block-3 .flex div {
    position: relative;
    width: 100%;
    max-width: 49%;
    display: inline-block;
    margin-top: 30px;
  }
  .block-3 .flex div p {
    padding-left: 0px;
    letter-spacing: 1px;
    text-align: center;
    max-width: 280px;
    margin: 0 auto;
  }
  .block-3 .flex div span {
    bottom: 56px;
    left: 50%;
    margin-left: -110px;
    opacity: 0.5;
  }
}

@media (max-width: 590px) {
  .block-4 {
    margin-top: 90px;
  }
  .block-3 .flex div {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 40px;
    margin-top: 0px;
  }
  .block-3 .flex div p {
    margin: 20px auto 0px;
  }
  .block-3 h1, .block-4 h1 {
    font-size: 21px;
    margin-bottom: 50px;
  }
  .block-3 .c-example__tilt {
    left: 0px;
  }
}

@media (max-width: 850px) {
  .block-4 .logo-part img {
    max-width: 230px;
  }
}

@media (max-width: 650px) {
  .block-4 .logo-part img {
    max-width: 183px;
  }
  .block-4 .logo-part {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 420px) {
  .priemushestva {
   
    margin-top: 0px;
}
  .leftk {
 
    margin: 50px;
}
}
@media (max-width: 400px) {

  .block-4 .slider-partners .slick-prev, .block-4 .slider-partners .slick-next {
    width: 47px;
    height: 47px;
  }
}

@media (max-width: 850px) {
  footer .contacts {
    left: 0px;
  }
  footer {
    position: relative;
    background: url(../img/footer.jpg) center no-repeat;
    background-size: cover;
    padding-bottom: 190px;
    height: auto;
  }
  footer ul {
    padding-left: 0px;
    margin-top: 187px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    margin-bottom: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0px;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
  }
  footer ul li a {
    font-weight: 500;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
  }
}

@media (max-width: 520px) {
  footer .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .contacts {
    margin-top: 20px;
  }
  footer {
    padding-top: 0px;
    padding-bottom: 290px;
  }
  footer ul {
    width: 400px;
    left: 50%;
    margin-left: -200px;
  }
}

@media (max-width: 422px) {
  footer {
    padding-top: 0px;
    padding-bottom: 330px;
  }
  footer ul {
    width: 300px;
    left: 50%;
    margin-left: -150px;
  }
  footer ul li a {
    font-weight: 500;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
  }
}

.nashi-produkti {
  width: 100%;
    margin-top: 40px;
}

.nashi-produkti h1 {
  font-size: 40px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.nashi-produkti .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
}

.nashi-produkti .flex .all {
  position: relative;
}

.nashi-produkti .flex .all .product {
  width: 262px;
  height: 435px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nashi-produkti .flex .all .bg-product-1 {
  background: url(../img/product-img1.jpg);
}

.nashi-produkti .flex .all .bg-product-2 {
  background: url(../img/product-img2.jpg);
}

.nashi-produkti .flex .all .bg-product-3 {
  background: url(../img/product-img3.jpg);
}

.nashi-produkti .flex .all .bg-product-4 {
  background: url(../img/product-img4.jpg);
}

.nashi-produkti .flex .all img {
  display: block;
  margin: 0 auto;
}

.nashi-produkti .flex .all span {
  font-size: 57px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #f66977), color-stop(66%, #59b1ec));
  background: linear-gradient(180deg, #f66977 33%, #59b1ec 66%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  bottom: 57px;
  left: 0px;
  opacity: 0.5;
  cursor: default;
}

.nashi-produkti .flex .all p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding-left: 0px;
  letter-spacing: 1px;
  margin-top: 50px;
  max-width: 240px;
  cursor: default;
}

.nashi-produkti .flex .all .button {
  width: 230px;
  height: 65px;
  background-image: linear-gradient(93deg, rgba(255, 134, 147, 0.92) 0%, rgba(111, 200, 255, 0.901961) 110%);
  margin: 20px auto 0px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  padding-top: 23px;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  letter-spacing: 1px;
}

.nashi-produkti .flex .all .button:hover {
  opacity: 1;
}

.nashi-produkti .flex .all .buttons-block {
  position: absolute;
  bottom: 193px;
  left: 50%;
  margin-left: -115px;
}

.nashi-produkti .flex .all .button-active {
  opacity: 1;
}

@media (max-width: 1100px) {
  .nashi-produkti .flex .all .product {
    width: 215px;
    margin: 0 auto;
  }
  .nashi-produkti .flex .all .buttons-block {
    position: absolute;
    bottom: 193px;
    left: 50%;
    margin-left: -100px;
  }
  .nashi-produkti .flex .all .button {
    width: 200px;
  }
}

@media (max-width: 960px) {
  .button {
    opacity: 1 !important;
  }
}

@media (max-width: 900px) {
  .nashi-produkti .flex .all span {
    bottom: 97px;
    margin-left: -132px;
    left: 50%;
  }
  .nashi-produkti .flex .all p {
    max-width: 247px;
    margin: 50px auto;
  }
  .nashi-produkti .flex .all {
    position: relative;
    width: 49%;
    display: inline-block;
  }
  .nashi-produkti .flex {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nashi-produkti .flex .all .product {
    width: 260px;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
	

}
@media (max-width: 390px) {

}
@media (max-width: 572px) {
  .nashi-produkti .flex .all {
    position: relative;
    width: 100%;
    display: block;
  }
  .nashi-produkti .flex .all span {
    bottom: 46px;
    margin-left: -132px;
    left: 50%;
  }
  footer form {
    width: 100%;
    max-width: 430px;
    height: 245px;
    margin: 0 auto;
  }
}

@media (max-width: 400px) {
  .block-1 {
    height: 440px;
  }

  .slider-n-n h1 {
    font-size: 28px !important;
  }
  .block-1 .slick-list {
    overflow: hidden !important;
    padding-bottom: 170px;
  }
  .slider-n-n p {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px !important;
  }
	.block-1 .slick-slide img {
    
    bottom: 78px !important;
  
}
 
}

.perspect {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
}

.perspect-active {
  -webkit-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
  position: relative;
}

.kartochka-tovara {
  width: 100%;
  margin-top: 75px;
}

.kartochka-tovara .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.kartochka-tovara h1 {
  font-size: 40px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin-bottom: 62px;
  width: 100%;
}

.kartochka-tovara .left-menu p {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  text-transform: uppercase;
  max-width: 258px;
  position: relative;
  word-spacing: 93px;

  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  height: 40px;
  overflow: hidden;
  margin-top: 25px;
  font-weight: 500;
}

.kartochka-tovara .left-menu p span {
  word-spacing: normal;
  font-size: 15px;
  text-transform: initial;
  display: block;
  padding-left: 0px;
  opacity: 0;
  display: none;
  -webkit-transition: 1.3s;
  transition: 1.3s;
  line-height: 39px;
}

.kartochka-tovara .left-menu p span:hover {
  text-decoration: underline;
  cursor: pointer;
}

.kartochka-tovara .left-menu p .span-active {
  opacity: 1;
  padding-left: 20px;
  display: block;
}

.kartochka-tovara .left-menu p b {
  width: 100%;
  height: 21px;
  max-width: 12px;
  position: absolute;
  background: url(../img/arr-v.svg);
  background-repeat: no-repeat !important;
  right: 4px;
  top: 0%;
  cursor: pointer;
  -webkit-transform: translate(0%, 41%);
  transform: translate(0%, 41%);
  -webkit-transition: 0.2s;
  transition: 0.2s;

}

.kartochka-tovara .left-menu p .b-active {
  background: url(../img/arr-v-b.svg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 10px;
}

.kartochka-tovara .left-menu .vs {
  margin-bottom: 10px;
}

.kartochka-tovara .left-menu .a-active {
  font-weight: 900;
  margin-left: -1px;
  background: linear-gradient(45deg, #f66977 14%, #59b1ec 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-left: 1px;
}

.kartochka-tovara .left-menu .p-active {
  height: auto;
}

.kartochka-tovara .kart-slider1, .kartochka-tovara .kart-slider2, .kartochka-tovara .kart-slider3, .kartochka-tovara .kart-slider4, .kartochka-tovara .kart-slider5, .kartochka-tovara .kart-slider6, .kartochka-tovara .kart-slider7 {
  width: 100%;
  max-width: 455px;
}

.kartochka-tovara .info {
  max-width: 382px;
  font-size: 15px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  margin-top: 0px;
  font-weight: 500;
  line-height: 26px;
}

.kartochka-tovara #myDiv a {
  background: url(../img/pdf.svg) left no-repeat;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  padding-left: 37px;
  font-size: 19px;
  font-weight: 400;
  line-height: 35px;
  margin-top: 20px;
}
#myDiv li{
  list-style: none;
}
#myDiv  ul{
  padding-left: 0px;
  margin-top: 30px;
}
.kartochka-tovara .info span {
  display: block;
}

.kartochka-tovara .slide-count-wrap {
  font-family: 'Montserrat', sans-serif;
}

.kartochka-tovara .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 17px;
  position: relative;
}

.kartochka-tovara .nav .slick-prev {
  left: 0px;
  width: 37px;
  background: #000;
  opacity: 0;
}

.kartochka-tovara .nav .slick-next {
  right: 0px;
  width: 37px;
  background: #000;
  opacity: 0;
}

@media (max-width: 1200px) {
  .kartochka-tovara .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .kartochka-tovara .info {
    max-width: 100%;
    margin-top: 40px;
  }
}

@media (max-width: 800px) {
  .left-menu {
    width: 100%;
  }
  .kartochka-tovara .left-menu p {
    max-width: 100%;
    word-spacing: normal;
  }
  .center-slider {
    margin: 50px auto 0px;
  }
  .kartochka-tovara .left-menu p {
    height: 17px;
    padding-top: 5px;
  }
  .kartochka-tovara .left-menu p b {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .kartochka-tovara .left-menu p .b-active {
    top: 0px;
  }
}

@media (max-width: 493px) {
  .kartochka-tovara .kart-slider {
    width: 100%;
    max-width: 300px;
  }
  .kartochka-tovara .slick-slide img {
    display: block;
    max-width: 300px;
	      margin: 0 auto;
  }
	
}

@media (max-width: 400px) {
  .kartochka-tovara h1 {
    font-size: 28px;
    margin-bottom: 22px;
  }
}

@media (max-width: 350px) {
  .kartochka-tovara .kart-slider {
    max-width: 280px;
  }
  .kartochka-tovara .slick-slide img {
    max-width: 300px;
	  
  }
}

@media (max-width: 400px) {
  .kartochka-tovara .left-menu p {
    font-size: 13px;
  }
	
}

.portfolio {
  width: 100%;
  height: auto;
}

.portfolio h1 {
  font-size: 40px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin-bottom: 60px;
  margin-top: 75px;
  width: 100%;
}

.portfolio .portfolio-block {
  width: 100%;
  height: 440px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 120px 100px;
  position: relative;
  margin-bottom: 30px;
}

.portfolio .portfolio-block h1 {
  margin-top: 0px;
  font-size: 28px;
  color: #fff;
  max-width: 200px;
  z-index: 2;
  position: relative;
}

.portfolio .portfolio-block span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #000;
  opacity: 0.4;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.portfolio .portfolio-block:hover span {
  opacity: 0;
}

@media (max-width: 960px) {
  .portfolio .portfolio-block {
    width: 100%;
    height: 300px;
    padding: 79px 100px;
  }
}

@media (max-width: 420px) {
  .portfolio h1 {
    font-size: 28px;
    text-align: center;
  }
  .portfolio .portfolio-block {
    width: 100%;
    height: 300px;
    padding: 44% 15px;
    background-size: cover !important;
    background-position: center !important;
  }
  .portfolio .portfolio-block h1 {
    margin-top: 0px;
    font-size: 20px;
    max-width: 100%;
  }
}

.tggle-1, .tggle-2, .tggle-3, .tggle-4, .tggle-5, .tggle-6, .tggle-7 {
  display: none;
}

.tggle-1-slider, .tggle-2-slider, .tggle-3-slider, .tggle-4-slider, .tggle-5-slider, .tggle-6-slider, .tggle-7-slider {
  display: none;
	margin: 0 auto;
    max-width: 100%;
}

.active-t {
  text-decoration: underline;
}

.contacts h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 81px;
  margin-bottom: 80px;
}

.map {
  width: 100%;
  height: 30vw;
  position: relative;
  max-height: 500px;
}

#map {
  width: 100%;
  height: 100%;
}

.left-block-map {
  width: calc(100% - 60%);
  height: 100%;
  background: linear-gradient(93deg, rgba(255, 134, 147, 0.82) 0%, rgba(111, 200, 255, 0.878431) 110%);
  position: absolute;
  top: 0px;
  left: 0px;
  padding-top: 10%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.left-block-map p:nth-child(1) {
      
  background: url(../img/point.svg) no-repeat 0px;
  background-size: 26px;
}

.left-block-map p:nth-child(2) {
  background: url(../img/mail.svg) no-repeat left;
}

.left-block-map p:nth-child(3) {
  background: url(../img/phone.svg) no-repeat left;
}

.left-block-map p {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  max-width: 165px;
  background-size: contain;
  padding-left: 40px;
  z-index: 999999;
  margin: 0 auto 30px;
}

.gmnoprint, .gm-style-cc, .gm-fullscreen-control, .gm-svpc {
  display: none !important;
}

.all-map-block {
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}

.all-map-block .container {
  width: 100%;
  max-width: 1160px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px auto;
  padding-left: 29px;
  padding-right: 10px;
  display: block;
  position: relative;
  padding-top: 9vw;
}

@media (max-width: 780px) {
  .left-block-map {
    padding-top: 47px;
  }
}

@media (max-width: 680px) {
  .contacts h1 {
    font-size: 28px;
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .map {
    width: 100%;
    height: 100vw;
    position: relative;
    max-height: 100vw;
  }
  .margin-top-0 {
    margin-top: 0px;
  }
  .left-block-map {
    width: 100%;
    height: 240px;
  }
}

@media (max-width: 500px) {
  .map {
    width: 100%;
    height: 700px;
    position: relative;
    max-height: unset;
  }
}

.keys h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 81px;
  margin-bottom: 38px;
  text-align: center;
}

.keys .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.keys .flex .text-info {
  width: 100%;
  max-width: 71%;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 25px;
}

.keys .flex .text-info:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 320px;
  right: 0px;
  top: 0px;
  background: #5fbdff;
}

.keys .flex .text-info p {
  font-size: 15px;
  color: #707070;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
  margin-top: 0px;
  max-width: 739px;
}

.keys .flex .plosha-info {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.keys .flex .plosha-info p {
  font-size: 30px;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  max-width: 250px;
  /* margin-top: 21px; */
  line-height: 48px;
  /* margin-bottom: 40px; */
  margin: 20px auto 40px;
  padding-left: 0px;
  text-align: center;
}

.keys .flex .plosha-info p span {
  font-size: 60px;
}

.keys .button_text_container {
  position: relative;
  z-index: 9;
  letter-spacing: 2px;
}

.keys .button_su {
  width: 100%;
  max-width: 282px;
  margin: 25px auto;
}

.keys .button_su_inner {
  width: 100%;
  max-width: 282px;
}

.keys .button_text_container {
  letter-spacing: 2px;
}

.keys .keys-slider {
  margin-top: 53px;
  position: relative;
}

.keys .keys-slider .slick-slide img {
  display: block;
  width: 100%;
}

.keys .keys-slider .keys-slider-arrow .slick-prev {
  left: 0px;
  z-index: 2;
  background: url(../img/arr2.svg);
  width: 67px;
  height: 67px;
}

.keys .keys-slider .keys-slider-arrow .slick-next {
  right: -1px;
  background: url(../img/arr.svg);
  width: 67px;
  height: 67px;
}

.keys .keys-slider .keys-slider-arrow .slick-prev:before, .keys .keys-slider .keys-slider-arrow .slick-next:before {
  font-family: 'slick';
  font-size: 0px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 980px) {
  .keys .flex .text-info {
    width: 100%;
    max-width: 61%;
    padding-right: 15px;
  }
  .keys .flex .plosha-info {
    width: 100%;
    max-width: 100%;
  }
  .keys .flex .plosha-info p {
    margin: 20px auto 40px;
  }
}

@media (max-width: 744px) {
  .keys .flex .text-info {
    max-width: 100%;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-right: 0px;
  }
  .keys .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .keys .flex .plosha-info p {
    padding-left: 0px;
  }
  .keys .flex .plosha-info {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .keys .flex .text-info:before {
    display: none;
  }
  .keys .button_su {
    margin: 0 auto;
  }
}

@media (max-width: 478px) {
  .keys .flex .plosha-info p {
    font-size: 20px;
    line-height: 35px;
  }
  .keys .flex .plosha-info p span {
    font-size: 45px;
  }
  .keys h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    margin-top: 41px;
    margin-bottom: 38px;
  }
}

@media (max-width: 354px) {
  .keys .flex .text-info {
    padding-bottom: 0px;
  }
  .keys .flex .plosha-info p {
    font-size: 15px;
    line-height: 27px;
  }
  .keys .flex .plosha-info p span {
    font-size: 35px;
  }
}

@media (max-width: 660px) {
  .keys-slider-arrow {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
        width: 100%;
    bottom: -33px;
    right: 0px;
  }
  .slick-prev, .slick-next {
    position: relative;
  }
}

.f-t {
  line-height: 20px !important;
  position: relative;
  top: 8px;
}
.h1-k-t-1, .h1-k-t-2, .h1-k-t-3, .h1-k-t-4{
	display:none;
}
.menu-menu-container, .menu-menu_ua-container, .menu-menu-en-container{
	display:none;
	width:100%;
	max-width:655px;
}
.menu li:nth-child(4n){
	position: absolute;
    right: 30px;
    top: -17px;
}
.menu{
	position: relative;
}
.menu li:nth-child(5n){
	position: absolute;
    right: 31px;
    bottom: 36px;
}
#en-p, #ua-p{
	display:none; 
}

#en-p-h, #ua-p-h{
	display:none ; 
}
#en-p-h2, #ua-p-h2{
	display:none ; 
}
#en-p-h3, #ua-p-h3{
	display:none ; 
}
#en-p-h4, #ua-p-h4{
	display:none ; 
}
#en-p-h5, #ua-p-h5{
	display:none ; 
}
#en-info, #ua-info, #en-info2, #ua-info2, #en-info3, #ua-info3, #en-info4, #ua-info4, #en-info5, #ua-info5, #en-info6, #ua-info6, #en-info7, #ua-info7, #en-b-new, #ua-b-new{
display:none ;
}
#c-ua, #c-en{
	display:none;
}
#h-2, #h-3, #h-4{
	display:none;
}
#en-but-new, #ua-but-new, #en-but-new2, #ua-but-new2, #en-but-new3, #ua-but-new3, #ua-but-new4, #en-but-new4{
	display:none;
}
#f-en, #f-ua{
	display:none;
}
#en-f-m, #ua-f-m{
	display:none;
}
.flex-m{
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.wpcf7{
	width: 100%;
    max-width: 500px;
}
.wpcf7 p{
	margin-top:0px;
	margin-bottom:0px;
}

.button-cf7 {
    border: 0px solid #000;
    background: transparent;
    /* margin: 39px auto 0px; */
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    padding-top: 0px;
    cursor: pointer;
    display: block;
    position: absolute;
    width: 245px;
    height: 65px;
    /* z-index: 9999999999; */
    top: -2px;
    left: -113px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    position: absolute;
    top: 0px;
    font-family: 'Montserrat', sans-serif;
    display: none !important;
}
form .button_su {

    margin: 40px auto 0px;
-webkit-transition: 0.3s;
transition: 0.3s;
}
form .button_su_inner {
    display: inline-block;
    background: transparent;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    height: 65px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    border: 2px solid #000;
    text-align: center;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    text-decoration: none;
    padding: 0px;
    z-index: 100000;
}
.button-cf7:hover {
 -webkit-transition:0.3s;
 transition:0.3s;
  color: #fff;
  border: 0px solid transparent;
 
}
.screen-reader-response, .wpcf7-validation-errors{
	display:none;
}
.wpcf7-form-control-wrap{
	position:relative
}
.wpcf7-not-valid-tip {
    position: absolute;
    right: 20px;
    top: 1px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px !important;
    color: #ff2828 !important;
}
.wpcf7-mail-sent-ok {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #3d9a04;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    border: 0px !important;
    top: 5px;
    width: 100%;
    padding: 0px !important;
    margin: 12px auto 0px !important;
}
.hid-send{
	display:none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.wpcf7-display-none {
  display: none;
  opacity: 0;
}
.button_su-send {
    margin: 20px auto 0px !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.ua-form, .en-form {
	display:none;
	width: 100%;
    max-width: 500px;
}
.ru-form{
	width: 100%;
    max-width: 500px;
}
.ua-g-f, .en-g-f{
	display:none;
	opacity:0;
	position:absolute;
	left:-20000px;
}
.active-g-f{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	opacity:1;
	position:relative;
	left:0px;
}
#len, #luk{
	display:none;
}
.modal .wpcf7 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto !important;
}

.modal .close {
  width: 30px;
  height: 30px;
  background: url(http://lux21.dev-web.in.ua/wp-content/uploads/2018/12/cross-24-512.png);
  position: absolute;
  background-size: contain;
  right: 80px;
  top: 90px;
  cursor: pointer;
}

.modal {
  width: 100%;
  max-width: 600px;
  height: 600px;
  background: url(/wp-content/themes/lux-21/img/1.svg) no-repeat;
  background-size: cover;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  padding-top: 150px;
}
.modal p {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  margin: 5px auto 56px;
  font-weight: 600;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.modal form{
	    max-width: 100%;
	max-width:320px;
    margin: 0 auto;
}
.text-671 input, .tel-549 input{
    width: 100%;
    height: 45px;
    outline: none;
    border: 1px solid #6f6f6f;
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 11px;
}
.modal ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.modal ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.modal :-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.modal  :-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.modal .wpcf7-not-valid-tip {
  position: absolute;
  right: 20px;
  top: 1px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px !important;
  color: #ff2828 !important;
  z-index: -1;
}

.modal .button_su {
  margin: 50px auto 0px;
  width: 190px;
  height: 55px;
}
.modal form .button_su_inner {

  width: 100%;
  height: 100%;

}
.modal .button-cf7 {

  width: 245px;
  height: 57px;

}
@media (max-height: 700px) {
  .modal {
    width: 100%;
    max-width: 500px;
    height: 500px;
    top: 57%;
    padding-top: 90px;
}
}
@media (max-width: 500px) {
  .modal .close {

    right: 0px;
    top: -13px;
    cursor: pointer;
}
.modal {
  width: 100%;
  max-width: 94%;
  background: linear-gradient(93deg, #ff8693 0%, #6fc8ff 110%);
  height: 70%;
  top: 59%;
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
}
}

.block-1 .slick-slide img {
    display: block;
    bottom:0px;
    position: absolute;
    width: 90%;
    z-index: -1;
    max-width: 1700px;

}

.block-1 .slick-slide{
	    height: 685px; 
}

@media (max-width: 1367px) {
	.slider-n-n p {
    font-size: 26px;
    margin-top: 21px;
    
}
	.slider-n-n h1 {

    font-size: 40px;

}

}
form .button_su br{
	display:none;
}
.db{
  font-size: 15px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  margin-top: 0px;
  font-weight: bold;
  line-height: 26px;
  text-transform: uppercase;
}
.leps{
  position: absolute;
    left: 0px;
    top: 0px;
    background: transparent;
}
.epeep{
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  margin-top: 20px;
  margin-bottom: 26px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.epeep span{
  font-size: 14px;
}
.epeep span a:hover{
  color: red;
}

.lineff{
  width: 70px;
  height: 1px;
  background: #000;
  margin: 41px auto 0px;
}}