body,html{
	margin: 0 auto;
}

.vkystopcont{
	width: 100%;
	height: 100vh;
}

.vkystop{
	width: 100%;
	height: 100%;
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	position: absolute;
}

.vkysnav{
    width: 100%;
    position: absolute;
    z-index: 1;
    color: #9b9b9b;
}

.vkyslogo{
    width: 50%;
    height: 100%;
    float: left;
    font-family: 'Open Sans'
}

.vkyscontacts{
    width: 50%;
    height: 100%;
    float: left;
    font-family: 'Open Sans';
}

.vkysem{
    float: right;
}

.vkysnum{
    float: right;
}

.vkystoptable {
    display: table;
    width: 100%;
    height: 100%;
}

.vkystoptableCell {
    vertical-align: middle;
    display: table-cell;
    position: relative;
	color: #4a4a4a;
}

.vkystoptitle {
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.7px;
    font-family: 'Roboto';
	font-weight: normal;
	letter-spacing: -5.7px;
	overflow: hidden;
}

.vkyspretitle, .vkysaftitle{
	float: left;
}

.vkysaftitle{
	color: #7ed321;
	font-weight: bold;
}

.vkystoptext {
    line-height: 1.21;
    letter-spacing: -0.2px;
    color: #0f193d;
	font-weight: 300;
    font-family: 'Roboto';
    line-height: 1.25;
  	letter-spacing: -0.2px;
}

.vkystopbutcont{
  width: 240px;
  height: 50px;
  border-radius: 49px;
  margin: 0 auto;
  margin-bottom: 90px;
  opacity: 0.7;
  transition: .2s;
    background-color: #4a90e2;
  position: relative;
}

.vkystopbutcont:hover{
  opacity: 0.9;
}

.vkystopbutcont:active{
  opacity: 1;
}

.vkystopbut{
  font-family: 'Roboto';
    font-weight: 500;
  letter-spacing: -0.1px;
    text-align: center;
    color: #fff;
}

.vkystopbut:hover,.vkystopbut:active,.vkystopbut:focus{
  text-decoration: none;
  color: #fff;
}

.vkystopsq{
	text-align: center;
	position: relative;
}

.vkystopfilter{
	opacity: 0.8;
	width: 100%;
	background-color: #fff;
	position: absolute;
}

.vkystopzag{
	font-family: Roboto;
  	font-weight: 900;
  	line-height: 1.09;
  	text-align: center;
  	color: #4a90e2;
  	position: relative;
}

.vkystopzagaf{
	font-family: Roboto;
  	font-weight: 300;
  	line-height: 1.6;
 	 letter-spacing: -0.3px;
  	text-align: center;
  	color: #222222;
  	position: relative;
}

.vkysustextcont{
	float: left;
	height: 100%;
}


.vkysusphoto{
  object-fit: cover;
  object-position: center;
	float: left;
}

.vkysuszag{
	font-family: Roboto;
  	font-weight: 500;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.36;
  	letter-spacing: -0.3px;
  	text-align: left;
  	color: #0f193d;
}

.vkysustext{
	font-family: Roboto;
  	font-weight: 300;
  	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.9;
  	letter-spacing: -0.2px;
  	text-align: left;
  	color: #0f193d;
}

.vkysline{
	width: 100%;
	height: 1px;
	background-color: #979797;
}

.vkysblacktitle{
	font-family: Roboto;
  	font-weight: bold;
  	text-align: center;
  	color: #4a4a4a;
}

.vkyswhitetitle{
	font-family: Roboto;
  	font-weight: bold;
  	text-align: center;
  	color: #ffffff;
  	font-size: 40px;
}

/* ------------------- PLUS -------------------- */

.vkyspluscont{
	background-color: #4a90e2;
	overflow: hidden;
}

.vkysplussec{
	float: left;
}

.vkyspluslogo{
  object-fit: contain;
  object-position: center;
}

.vkyspluszag{
	font-family: Roboto;
  	font-weight: bold;
  	line-height: 1.03;
  	letter-spacing: -0.3px;
  	text-align: center;
  	color: #ffffff;
  	padding-top: 20px;
  	padding-bottom: 20px;
}

.vkysplustext{
	font-family: Roboto;
  	line-height: 1.54;
  	letter-spacing: -0.2px;
  	text-align: center;
  	color: #ffffff;
}

/* --------------------- HOW --------------------- */

    

/* ---------------------- CLIENTS ------------------------ */

.vkyssection{
	background-color: #4a90e2;
}

.vkysimg {
    position: relative;
}

.vkysclient {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
}

/* --------------------- GALERY ------------------------- */

  
  .vkysphotocont{
    overflow: hidden;
  }
  .vkysbp{
    float: left;
    overflow: hidden;
  }

.vkysmp{
    float: left;
    overflow: hidden;
}

.vkysmpphoto{
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    object-position: center;
    transition: .2s;
    filter: brightness(.6) grayscale(.2);
}

.vkysmpphoto:hover{
  filter: brightness(1) grayscale(0);
}

.vkysbpphoto{
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
    object-position: center;
    transition: .2s;
    filter: brightness(.6) grayscale(.2);
}

.vkysbpphoto:hover{
   filter: brightness(1) grayscale(0);
}

.vkysphotofilter{
    background-color: rgba(0,0,0,0);
    transition: .2s;
}

.vkysphotofilter:hover{
    background-color: rgba(0,0,0,0.5);
}

.vkysphotofiltertext{
  color: transparent;
  position: absolute;
  font-family: 'Roboto';
}

.vkysphotofiltertextalso{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  font-family: 'Roboto';
  text-align: center;
  text-decoration: none;
  position: absolute;
}

.vkysphotolink:hover,.vkysphotolink:active,.vkysphotolink:focus{
  text-decoration: none;
}

.vkysphotofilter:hover .vkysphotofiltertext{
    color: #fff;
      transition: .6s;
      transition-delay: .3s;
}

/* --------------------- REVIEW ------------------------- */

.vkysrevsectext {
	overflow: hidden;
}

.slick-arrow {
	background-color: #eee;
	border: none;
   position: absolute;
   transition: .2s;
}

.slick-arrow:focus {
	outline: none;
}

.vkysrevsectext .slick-prev{
    z-index: 1;
}

.vkysrevsectext .slick-next {
}

.vkysarrowprev{
    border-bottom: 2px solid #4a90e2;
    border-left: 2px solid #4a90e2;
    transform: rotate(45deg);
}

.vkysarrownext{
  
    border-bottom: 2px solid #4a90e2;
    border-left: 2px solid #4a90e2;
    transform: rotate(225deg);
}

.vkysrevphoto{
  object-fit: cover;
  object-position: center;
}

.vkysrevname{
	font-family: Roboto;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #1f2020;
}

.vkysrevcity{
	font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #4a90e2;
}

.vkysrevtext{
	  font-family: Roboto;
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.7;
  letter-spacing: normal;
  text-align: center;
  color: #6c6c6c;
}

/* ------------- MAP ------------- */

.vkysmapcont{
	overflow: hidden;
}

.vkysmaptext{
	float: left;
	background-color: #4a90e2;
}

#vkysmap{
	float: left;
}


.vkysmapzag{
	font-family: 'Roboto';
  	font-weight: bold;
  	line-height: 1.39;
  	letter-spacing: -0.3px;
  	text-align: left;
  	color: #ffffff;
}

.vkysmapzagaf{
	font-family: 'Roboto';
  line-height: 1.61;
  letter-spacing: -0.2px;
  text-align: left;
  color: #ffffff;
}

.vkysmapcontacts{
	font-family: 'Roboto';
  	letter-spacing: -0.1px;
  	color: #ffffff;
 	overflow: hidden;
}

.vkysmapaddress,.vkysmapphone{
	float: left;
  width: 80%;
}

.vkysmapbut{
  display: table-cell;
  vertical-align: middle;
	border: 1px solid white;
	opacity: 0.8;
	transition: .2s;
  font-weight: 500;
  letter-spacing: -0.1px;
  text-align: center;
  color: #ffffff;
  outline: none;
  transition: .2s;
  text-decoration: none;
}

.vkysmapbut:hover{
	background-color: rgba(255,255,255,0.8);
	border: 1px solid rgba(255,255,255,0.8);
	opacity: 1;
  color: #4a90e2;
  text-decoration: none;
}

.vkysmapbut:focus{
	opacity: 0.9;
  background-color: rgba(255,255,255,0.8);
  border: 1px solid rgba(255,255,255,0.8);
  color: #4a90e2;
  text-decoration: none;
}

.vkysmapbut:active{
  opacity: 0.9;
}

.vkysmapicon{
  width: 30px;
  height: 20px;
  float: left;
  object-fit: contain;
  object-position: left;
}

.vkysmapiconphoto{
	float: left;
  object-fit: contain;
  object-position: center;
}

/* Large desktops and laptops */
@media (min-width: 1400px) {


.vkysblacktitle{
    font-size: 40px;
}

.vkysblacktitle{
  padding-top: 110px;
    padding-bottom: 110px;
}

.vkyswhitetitle{
    padding-top: 110px;
    padding-bottom: 110px;
}


	.vkysnav{
		padding-top: 30px;
	}

	.vkyslogo{
		padding-left: 180px;
    font-size: 26px;
	}

	.vkyscontacts{
		padding-right: 180px;
    font-size: 20px;
	}

	.vkysnum{
		padding-left: 60px;
	}




	.vkystoptitle {
    font-size: 72px;
    margin-top: 0;
    margin-bottom: 30px;
}

.vkysaftitle{
	padding-left: 10px;
}

.vkystoptext {
    font-size: 24px;
    margin: 0;
}

.vkystopbutton{
	margin-top: 50px;
	height: 63px;
	font-size: 24px;
}

.vkystopfilter{
	width: 100%;
	height: calc( 100% + 90px);
}

.vkystopzag{
  	font-size: 85px;
  	padding-top: 95px;
  	padding-bottom: 40px;
  	  	letter-spacing: 28.4px;
  	  	padding-left: 28px;
}

.vkystopzagaf{
  	font-size: 30px;
  	padding-left: 65px;
  	padding-right: 65px;
  	padding-bottom: 60px;
}

.vkystopbutcont{
	width: 240px;
	height: 50px;
	border-radius: 49px;
	margin: 0 auto;
	margin-bottom: 90px;
  opacity: 0.7;
  transition: .2s;
}

.vkystopbut{
  	font-size: 14px;
    line-height: 3.4;
}


.vkysusphoto{
	height: 393px;
}
.vkysuscont{
	overflow: hidden;
}
.vkysustextcont{
}

.vkysuscont{
	padding-top: 120px;
	padding-bottom: 160px;
}

.vkysuszag{
  	font-size: 36px;
  	font-weight: 500;
  	padding-top: 50px;
  	padding-bottom: 20px;
    padding-left: 111px;

}

.vkysustext{
  	font-size: 20px;
    padding-left: 111px;

}







.vkyspluscont{
  padding-bottom: 100px;
}

.vkyspluslogocont{
  width: 70px;
  margin: 0 auto 20px auto;
}

.vkyspluslogo{
	height: 70px;
  width: 100%;
}

.vkyspluszag{
  	font-size: 36px;
  	padding-top: 20px;
  	padding-bottom: 20px;
}

.vkysplustext{
  	font-size: 24px;
    padding-bottom: 40px;
}
.vkysplussec{
  min-height: 320px;
}






.vkyshowcont{
  overflow: hidden;
  padding-bottom: 100px;
}

.vkyshowseccontl{
  float: left;
  padding-right: 20px;
}

.vkyshowseccontr{
  float: left;
  padding-left: 20px;
}

.vkyshowseccontl .vkyshowtext{
  text-align: right;
  padding-right: 80px;
}

.vkyshowseccontr .vkyshowtext{
  padding-left: 80px;
}



.vkyshowzag{
   font-family: 'Roboto';
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.96;
  letter-spacing: -0.2px;
  color: #000000;
}

.vkyshowtext{
  float: left;
   font-family: 'Roboto';
  font-size: 22px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #000000;
}

.vkyshowarrow1,.vkyshowarrow2,.vkyshowarrow3,.vkysarrowhidden{
  height: 60px;
  width: 200px;
  float: left;
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.vkysarrowimg1,.vkysarrowimg2,.vkysarrowimg3,.vkysarrowimg4{
  width: 60%;
  height: 60%;
  margin-left: 20%;
  margin-top: 10%;
  object-position: center;
  object-fit: contain;
}

.vkyshowsec{
  overflow: hidden;
}

.vkyshowsec:first-child{
  height: 250px;
}

.vkyshowsec:last-child{
  padding-top: 186px;
}

.vkyshowphoto{
  width: 290px;
  height: 290px;
  position: absolute;
  left: 50%;
  margin-left: -145px;
  margin-top: 105px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #000;
  object-fit: cover;
  object-position: center;
}

.vkyshowarrow1{
  transform: rotate(270deg);
}

.vkyshowarrow2{
  transform: rotate(180deg);
}

.vkyshowarrow3{
  transform: rotate(0deg);
}

.vkysarrowhidden{
  transform: rotate(90deg);
}


.vkysphotocont{
    margin-bottom: 140px;
  }
  .vkysbp{
    height: 600px;
  }

.vkysmp{
    height: 315px;
    margin-bottom: 1px;
}

.vkysmpphoto{
    width: 100%;
    height: 90%;
}

.vkysbpphoto{
    width: 100%;
    height: 100%;
}

.vkysphotofilter{
    width: 100%;
    height: 100%;
}
.vkysphotofiltertext{
  bottom: 20px;
  right: 20px;
  font-size: 30px;
  text-align: right;
}




.vkysslider{
	padding-bottom: 100px;
	margin-top: -40px;
}

.vkysimg {
    width: 310px;
    height: 185px;
    margin: 0 auto;
    border-radius: 5px;
}

.vkysclient {
    max-width: 80%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}






.vkysrevsectext {
	padding-bottom: 160px;
}

.slick-arrow {
   height: 62px;
   width: 62px;
   opacity: 0.7;
}

.slick-arrow:hover{
   height: 62px;
   width: 62px;
   opacity: 1;
}

.vkysrevsectext .slick-prev{
    left: calc( 50% - 162px );
    top: 70px;
}

.vkysrevsectext .slick-next {
    right: calc( 50% - 162px );
    top: 70px;
}

.vkysarrowprev{
    width: 20px;
    height: 20px;
    margin-left: 15px;
}

.vkysarrownext{
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

.vkysrevphotocont{
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

.vkysrevphoto{
  width: 100%;
  height: 100%;
}

.vkysrevname{
  font-size: 24px;
  padding-top: 50px;
  padding-bottom: 10px;
}

.vkysrevcity{
  font-size: 18px;
  padding-bottom: 30px;
}

.vkysrevtext{
  font-size: 20px;
}



.vkysmaptext{
  height: 785px;
}

#vkysmap{
  width: 50%;
  height: 785px;
}
.vkysmapzag{
  font-size: 36px;
    text-align: left;
    padding-left: 200px;
    padding-top: 160px;
    padding-bottom: 15px;
}

.vkysmapzagaf{
  font-size: 18px;
  padding-left: 200px;
  padding-right: 149px;
  padding-bottom: 40px;
}

.vkysmapcontacts{
    font-size: 14px;
  padding-left: 200px;
  margin-bottom: 40px;
}

.vkysmapbut{
  width: 240px;
  height: 50px;
  border-radius: 49px;
  margin-left: 200px;
  font-size: 14px;
}

.vkysmapbutcont{
  margin-top: 15px;
  margin-left: 200px;
}

.vkysmapiconphoto{
  width: 12px;
  height: 12px;
  margin-right: 20px;
  margin-top: 5px;
}
.vkysphotofiltertextalso{
	display:none
}


}

/* Large desktops and laptops */
@media (min-width: 1200px) and (max-width: 1399px) {

  .vkysblacktitle{
    font-size: 40px;
}
.vkysblacktitle{
  padding-top: 110px;
    padding-bottom: 110px;
}

.vkyswhitetitle{
    padding-top: 110px;
    padding-bottom: 110px;
}



	.vkysnav{
		padding-top: 20px;
	}

	.vkyslogo{
		padding-left: 120px;
    font-size: 24px;
	}

	.vkyscontacts{
		padding-right: 120px;
    font-size: 18px;
	}

	.vkysnum{
		padding-left: 60px;
	}



.vkystoptext {
    font-size: 24px;
    margin: 0;
}

.vkystopbutton{
	margin-top: 50px;
	height: 63px;
	font-size: 24px;
	padding-top: 12px;
}

.vkystopfilter{
	width: 100%;
	height: calc( 100% + 60px);
}

.vkystopzag{
  	font-size: 65px;
  	padding-top: 45px;
  	padding-bottom: 20px;
  	 	  	letter-spacing: 22px;
  	  	padding-left: 22px;
}

.vkystopzagaf{
  	font-size: 26px;
  	padding-left: 65px;
  	padding-right: 65px;
  	padding-bottom: 40px;
}

.vkystopbutcont{
	width: 240px;
	height: 50px;
	border-radius: 49px;
	margin: 0 auto;
	margin-bottom: 60px;
}

.vkystopbut{
  	font-size: 14px;
  	padding-top: 15px;
    line-height: 3.4;
}





.vkysusphoto{
  height: 293px;
}
.vkysuscont{
	overflow: hidden;
}
.vkysustextcont{
}

.vkysuscont{
	padding-top: 100px;
	padding-bottom: 100px;
}

.vkysuszag{
  	font-size: 32px;
  	font-weight: 500;
  	padding-top: 20px;
  	padding-bottom: 10px;
  padding-left: 61px;

}

.vkysustext{
  	font-size: 17px;
  padding-left: 61px;
}










.vkyspluscont{
	padding-bottom: 90px;
}

.vkyspluslogocont{
  width: 70px;
  margin: 0 auto 20px auto;
}

.vkyspluslogo{
	height: 70px;
  width: 100%;
}

.vkyspluszag{
  	font-size: 36px;
  	padding-top: 20px;
  	padding-bottom: 20px;
}

.vkysplustext{
  	font-size: 21px;
    padding-bottom: 50px;
}












.vkyshowcont{
  overflow: hidden;
  padding-bottom: 90px;
}

.vkyshowseccontl{
  float: left;
  padding-right: 20px;
}

.vkyshowseccontr{
  float: left;
  padding-left: 20px;
}

.vkyshowsec:first-child{
  padding-bottom: 200px;
}

.vkyshowseccontl .vkyshowtext{
  text-align: right;
  padding-right: 60px;
}

.vkyshowseccontr .vkyshowtext{
  padding-left: 60px;
}


.vkyshowzag{
   font-family: 'Roboto';
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.96;
  letter-spacing: -0.2px;
  color: #000000;
}

.vkyshowtext{
  float: left;
   font-family: 'Roboto';
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #000000;
  padding-right: 50px;
  padding-left: 50px;
}

.vkyshowarrow1,.vkyshowarrow2,.vkyshowarrow3,.vkysarrowhidden{
  height: 60px;
  width: 200px;
  float: left;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: contain;
  object-position: center;
  position: relative;
}

.vkysarrowimg1,.vkysarrowimg2,.vkysarrowimg3,.vkysarrowimg4{
  width: 70%;
  height: 70%;
  margin-left: 15%;
  margin-top: 15%;
  object-position: center;
  object-fit: contain;
}

.vkyshowsec{
  overflow: hidden;
}

.vkyshowphoto{
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  margin-top: 100px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #000;
  background-size: cover;
  background-position: center;
}

.vkyshowarrow1{
  transform: rotate(270deg);
}

.vkyshowarrow2{
  transform: rotate(180deg);
}

.vkyshowarrow3{
  transform: rotate(0deg);
}

.vkysarrowhidden{
  transform: rotate(90deg);
}

.vkyshowphoto{
}












.vkysphotocont{
    margin-bottom: 100px;
  }
  .vkysbp{
    height: 460px;
  }

.vkysmp{
    height: 242px;
    margin-bottom: 2px;
}

.vkysmpphoto{
    width: 100%;
    height: 90%;
}

.vkysbpphoto{
    width: 100%;
    height: 100%;
}

.vkysphotofilter{
    width: 100%;
    height: 100%;
}
.vkysphotofiltertext{
  bottom: 20px;
  right: 20px;
  font-size: 25px;
}





.vkysslider{
	padding-bottom: 100px;
	margin-top: -40px;
}

.vkysimg {
    width: 300px;
    height: 185px;
    margin: 0 auto;
    border-radius: 5px;
}

.vkysclient {
    max-width: 80%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}





.vkysrevsectext {
	padding-bottom: 160px;
}

.slick-arrow {
   height: 62px;
   width: 62px;
}

.vkysrevsectext .slick-prev{
    left: calc( 50% - 162px );
    top: 70px;
}

.vkysrevsectext .slick-next {
    right: calc( 50% - 162px );
    top: 70px;
}

.vkysarrowprev{
    width: 20px;
    height: 20px;
    margin-left: 15px;
}

.vkysarrownext{
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

.vkysrevphotocont{
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.vkysrevphoto{
	width: 100%;
	height: 100%;
}

.vkysrevname{
  font-size: 24px;
  padding-top: 50px;
  padding-bottom: 10px;
}

.vkysrevcity{
  font-size: 18px;
  padding-bottom: 30px;
}

.vkysrevtext{
  font-size: 20px;
}




.vkysmaptext{
  height: 715px;
}

#vkysmap{
  width: 50%;
  height: 715px;
  float: left;
}


.vkysmapzag{
  font-size: 36px;
    text-align: left;
    padding-left: 100px;
    padding-top: 100px;
    padding-bottom: 15px;
}
.vkysmapzagaf{
  font-size: 18px;
  padding-left: 100px;
  padding-right: 149px;
  padding-bottom: 40px;
}

.vkysmapcontacts{
    font-size: 14px;
  padding-left: 100px;
  margin-bottom: 40px;
}

.vkysmapbut{
  width: 240px;
  height: 50px;
  border-radius: 49px;
  margin-left: 100px;
  font-size: 14px;
}

.vkysmapbutcont{
  margin-top: 15px;
  margin-left: 100px;
}

.vkysmapiconphoto{
  width: 12px;
  height: 12px;
  margin-right: 20px;
  margin-top: 5px;
}

.vkysphotofiltertextalso{
	display:none
}

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

  .vkysblacktitle{
    font-size: 40px;
}
.vkysblacktitle{
  padding-top: 80px;
    padding-bottom: 80px;
}

.vkyswhitetitle{
    padding-top: 80px;
    padding-bottom: 80px;
}



	.vkysnav{
		padding-top: 20px;
	}

	.vkyslogo{
		padding-left: 60px;
    font-size: 22px;
	}

	.vkyscontacts{
    font-size: 18px;
		padding-right: 60px;
	}

	.vkysnum{
		padding-left: 60px;
	}




	.vkystoptext {
    font-size: 24px;
    margin: 0;
}

.vkystopbutton{
	margin-top: 50px;
	height: 63px;
	font-size: 24px;
	padding-top: 12px;
}

.vkystopfilter{
	width: 100%;
	height: calc( 100% + 60px);
}

.vkystopzag{
  	font-size: 65px;
  	padding-top: 45px;
  	padding-bottom: 20px;
}

.vkystopzagaf{
  	font-size: 26px;
  	padding-left: 65px;
  	padding-right: 65px;
  	padding-bottom: 40px;
}

.vkystopbutcont{
	width: 240px;
	height: 50px;
	border-radius: 49px;
	margin: 0 auto;
	margin-bottom: 60px;
}

.vkystopbut{
  	font-size: 14px;
     line-height: 3.4;
}





.vkysusphoto{
  height: 293px;
}
.vkysuscont{
	overflow: hidden;
}
.vkysustextcont{
}

.vkysuscont{
	padding-top: 100px;
	padding-bottom: 100px;
}

.vkysuszag{
  	font-size: 32px;
  	font-weight: 500;
  	padding-top: 5px;
  padding-left: 61px;
  	padding-bottom: 7px;
}

.vkysustext{
  	font-size: 17px;
  padding-left: 61px;
}



.vkysplussec{
  float: left;
}
.vkyspluscont{
	padding-bottom: 120px;
}

.vkyspluslogocont{
  width: 70px;
  margin: 0 auto 20px auto;
}

.vkyspluslogo{
	height: 70px;
  width: 100%;
}

.vkyspluszag{
  	font-size: 32px;
  	padding-top: 20px;
  	padding-bottom: 20px;
}

.vkysplustext{
  	font-size: 20px;
  	padding-left: 10px;
  	padding-right: 10px;
    overflow: hidden;
    min-height: 120px;
}















.vkyshowcont{
  overflow: hidden;
  padding-bottom: 100px;
}

.vkyshowseccontl{
}

.vkyshowseccontr{
  display: flex;
  flex-direction: column;
}

.vkyssec1{
  order: 2;
} 

.vkyssec2{
  order: 1;
}


.vkyshowsec{
  display: flex;
  flex-direction: column;
}


.vkyshowseccontl .vkyshowtext{
  text-align: center;
}

.vkyshowseccontl .vkyshowt{
  text-align: center;
}

.vkyshowzag{
   font-family: 'Roboto';
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.96;
  letter-spacing: -0.2px;
  color: #000000;
  text-align: center;
}

.vkyshowtext{
  float: left;
   font-family: 'Roboto';
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #000000;
  padding-right: 50px;
  padding-left: 50px;
  text-align: center;
  padding-bottom: 20px;
}

.vkyshowarrow1,.vkyshowarrow2,.vkyshowarrow3,.vkysarrowhidden{
  height: 60px;
  width: 60px;
  float: left;
  transform: rotate(270deg);
  margin-bottom: 20px;
  position: relative;
}

.vkysarrowimg1,.vkysarrowimg2,.vkysarrowimg3,.vkysarrowimg4{
  width: 70%;
  height: 70%;
  margin-left: 15%;
  margin-top: 2%;
  object-position: center;
  object-fit: contain;
}

.vkysarrowhidden{
  display: none;
}

.vkyshowsec{
  overflow: hidden;
}

.vkyshowphoto{
  display: none;
}














.vkysphotocont{
    margin-bottom: 140px;
  }
  .vkysbp{
    height: 368px;
  }

.vkysmp{
    height: 193px;
    margin-bottom: 2px;
}

.vkysmpphoto{
    width: 100%;
    height: 90%;
}

.vkysbpphoto{
    width: 100%;
    height: 100%;
}

.vkysphotofilter{
    width: 100%;
    height: 100%;
}
.vkysphotofiltertext{
  bottom: 20px;
  right: 20px;
  font-size: 22px;
}






.vkysslider{
	padding-bottom: 100px;
	margin-top: -40px;
}

.vkysimg {
    width: 300px;
    height: 185px;
    margin: 0 auto;
    border-radius: 5px;
}

.vkysclient {
    max-width: 80%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}





.vkysrevsectext {
	padding-bottom: 160px;
	padding-left: 60px;
	padding-right: 60px;
}

.slick-arrow {
   height: 62px;
   width: 62px;
}

.vkysrevsectext .slick-prev{
    left: calc( 50% - 162px );
    top: 70px;
}

.vkysrevsectext .slick-next {
    right: calc( 50% - 162px );
    top: 70px;
}

.vkysarrowprev{
    width: 20px;
    height: 20px;
    margin-left: 15px;
}

.vkysarrownext{
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

.vkysrevphotocont{
	width: 200px;
	height: 200px;
	margin: 0 auto;
  position: relative;
}

.vkysrevphoto{
  width: 100%;
  height: 100%;
}

.vkysrevname{
  font-size: 24px;
  padding-top: 50px;
  padding-bottom: 10px;
}

.vkysrevcity{
  font-size: 18px;
  padding-bottom: 30px;
}

.vkysrevtext{
  font-size: 20px;
}



.vkysmaptext{
  height: 700px;
}

#vkysmap{
  width: 50%;
  height: 700px;
  float: left;
}


.vkysmapzag{
  font-size: 36px;
    text-align: left;
    padding-left: 60px;
    padding-top: 60px;
    padding-bottom: 15px;
}
.vkysmapzagaf{
  font-size: 18px;
  padding-left: 60px;
  padding-right: 100px;
  padding-bottom: 40px;
}

.vkysmapcontacts{
    font-size: 14px;
  padding-left: 60px;
  margin-bottom: 40px;
}

.vkysmapbut{
  width: 240px;
  height: 50px;
  border-radius: 49px;
  margin-left: 60px;
  font-size: 14px;
}

.vkysmapbutcont{
  margin-top: 15px;
  margin-left: 60px;
}

.vkysmapiconphoto{
  width: 12px;
  height: 12px;
  margin-right: 20px;
  margin-top: 5px;
}
.vkysphotofiltertextalso{
	display:none
}


}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

  .vkysblacktitle{
    font-size: 40px;
}
.vkysblacktitle{
  padding-top: 90px;
    padding-bottom: 90px;
}

.vkyswhitetitle{
    padding-top: 90px;
    padding-bottom: 90px;
}



	.vkysnav{
		padding-top: 20px;
	}

	.vkyslogo{
		padding-left: 50px;
    font-size: 20px;
	}

	.vkyscontacts{
		padding-right: 50px;
    font-size: 16px;
	}

	.vkysnum{
		padding-left: 40px;
	}


	.vkystoptext {
    font-size: 24px;
    margin: 0;
}

.vkystopbutton{
	margin-top: 50px;
	height: 63px;
	font-size: 24px;
	padding-top: 12px;
}

.vkystopfilter{
	width: 100%;
	height: calc( 100% + 40px);
}

.vkystopzag{
  	font-size: 45px;
  	padding-top: 25px;
  	padding-bottom: 20px;

}

.vkystopzagaf{
  	font-size: 23px;
  	padding-left: 35px;
  	padding-right: 35px;
  	padding-bottom: 30px;
}

.vkystopbutcont{
	width: 240px;
	height: 50px;
	border-radius: 49px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.vkystopbut{
  	font-size: 14px;
    line-height: 3.4;    
}



.vkysusphoto{
  height: 293px;
}
.vkysuscont{
	overflow: hidden;
}
.vkysustextcont{
}

.vkysuscont{
	padding-top: 100px;
	padding-bottom: 100px;
  padding-left: 41px;
  padding-right: 41px;
}

.vkysuszag{
  	font-size: 28px;
  	font-weight: 500;
  	padding-top: 5px;
  	padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
}

.vkysustext{
  	font-size: 15px;
    padding-left: 20px;
}







.vkyspluscont{
	padding-bottom: 80px;
}

.vkyspluslogocont{
  width: 70px;
  margin: 0 auto 20px auto;
}

.vkyspluslogo{
	height: 70px;
  width: 100%;
}

.vkyspluszag{
  	font-size: 32px;
  	padding-top: 20px;
  	padding-bottom: 20px;
}

.vkysplustext{
  	font-size: 20px;
  	padding-left: 20%;
  	padding-right: 20%;
  	padding-bottom: 50px;
}









.vkyshowcont{
  overflow: hidden;
  padding-bottom: 80px;
}

.vkyshowseccontl{
}

.vkyshowseccontr{
}

.vkyshowsec{
  display: flex;
  flex-direction: column;
}

.vkyshowseccontr .vkyshowarrow3{
  order: 2;
}



.vkyshowseccontl .vkyshowtext{
  text-align: center;
}

.vkyshowseccontl .vkyshowt{
  text-align: center;
}

.vkyshowzag{
   font-family: 'Roboto';
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.96;
  letter-spacing: -0.2px;
  color: #000000;
  text-align: center;
}

.vkyshowtext{
  float: left;
   font-family: 'Roboto';
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #000000;
  padding-right: 50px;
  padding-left: 50px;
  text-align: center;
  padding-bottom: 20px;
}

.vkyshowarrow1,.vkyshowarrow2,.vkyshowarrow3,.vkysarrowhidden{
  height: 60px;
  width: 60px;
  float: left;
  transform: rotate(270deg);
  margin-bottom: 10px;
  background-size: 11%;
  position: relative;
}

.vkysarrowimg1,.vkysarrowimg2,.vkysarrowimg3,.vkysarrowimg4{
  width: 70%;
  height: 70%;
  margin-left: 15%;
  margin-top: 2%;
  object-position: center;
  object-fit: contain;
}


.vkysarrowhidden{
  display: none;
}

.vkyshowsec{
  overflow: hidden;
}

.vkyshowphoto{
  display: none;
}











.vkysphotocont{
    margin-bottom: 100px;
  }
  .vkysbp{
    height: 368px;
  }

.vkysmp{
    height: 193px;
    margin-bottom: 2px;
}

.vkysmpphoto{
    width: 100%;
    height: 90%;
}

.vkysbpphoto{
    width: 100%;
    height: 100%;
}

.vkysphotofilter{
    width: 100%;
    height: 100%;
}
.vkysphotofiltertext{
  bottom: 20px;
  right: 20px;
  font-size: 22px;
}




.vkysslider{
	padding-bottom: 100px;
	margin-top: -40px;
}

.vkysimg {
    width: 200px;
    height: 185px;
    margin: 0 auto;
    border-radius: 5px;
}

.vkysclient {
    max-width: 80%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}





.vkysrevsectext {
	padding-bottom: 160px;
    padding-left: 50px;
   	padding-right: 50px;
}

.slick-arrow {
   height: 62px;
   width: 62px;
}

.vkysrevsectext .slick-prev{
    left: calc( 50% - 162px );
    top: 70px;
}

.vkysrevsectext .slick-next {
    right: calc( 50% - 162px );
    top: 70px;
}

.vkysarrowprev{
    width: 20px;
    height: 20px;
    margin-left: 15px;
}

.vkysarrownext{
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

.vkysrevphotocont{
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

.vkysrevphoto{
  width: 100%;
  height: 100%;
}

.vkysrevname{
  font-size: 24px;
  padding-top: 50px;
  padding-bottom: 10px;
}

.vkysrevcity{
  font-size: 18px;
  padding-bottom: 30px;
}

.vkysrevtext{
  font-size: 20px;
}



.vkysmaptext{
}

#vkysmap{
  width: 100%;
  height: 385px;
  float: left;
}
.vkysmapzag{
  font-size: 36px;
    text-align: left;
    padding-left: 60px;
    padding-top: 60px;
    padding-bottom: 15px;
}
.vkysmapzagaf{
  font-size: 18px;
  padding-left: 60px;
  padding-right: 100px;
  padding-bottom: 40px;
}

.vkysmapcontacts{
    font-size: 14px;
  padding-left: 60px;
  margin-bottom: 40px;
}

.vkysmapbut{
  width: 240px;
  height: 50px;
  border-radius: 49px;
  margin-left: 60px;
  margin-top: 15px;
  margin-bottom: 60px;
  font-size: 14px;
}

.vkysmapbutcont{
  margin-left: 60px;
  margin-bottom: 60px;
}

.vkysmapiconphoto{
  width: 12px;
  height: 12px;
  margin-right: 20px;
  margin-top: 5px;
}

.vkysphotofiltertextalso{
	display:none;
}

}

/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {


  .vkysblacktitle{
    font-size: 40px;
}
.vkysblacktitle{
  padding-top: 80px;
    padding-bottom: 80px;
}

.vkyswhitetitle{
    padding-top: 80px;
    padding-bottom: 80px;
}

	.vkysnav{
		padding-top: 20px;
	}

	.vkyslogo{
		padding-left: 30px;
    font-size: 18px;
	}

	.vkyscontacts{
    font-size: 16px;
		padding-right: 30px;
	}

	.vkysnum{
		padding-left: 40px;
	}




		.vkystoptext {
    font-size: 24px;
    margin: 0;
}

.vkystopbutton{
	margin-top: 50px;
	height: 63px;
	font-size: 24px;
	padding-top: 12px;
}

.vkystopfilter{
	width: 100%;
	height: calc( 100% + 40px);
}

.vkystopzag{
  	font-size: 45px;
  	padding-top: 25px;
  	padding-bottom: 20px;
  		  	letter-spacing: 18px;
  	  	padding-left: 18px;
}

.vkystopzagaf{
  	font-size: 23px;
  	padding-left: 35px;
  	padding-right: 35px;
  	padding-bottom: 30px;
}

.vkystopbutcont{
	width: 240px;
	height: 50px;
	border-radius: 49px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.vkystopbut{
  	font-size: 14px;
  	line-height: 3.4; 
}





.vkysusphoto{
  height: 283px;
}
.vkysuscont{
	overflow: hidden;
}
.vkysustextcont{
}

.vkysuscont{
	padding-top: 70px;
	padding-bottom: 70px;
}

.vkysuszag{
  	font-size: 26px;
  	font-weight: 500;
  	padding-top: 5px;
  padding-left: 21px;
  padding-right: 21px;
  	padding-bottom: 7px;
}

.vkysustext{
  	font-size: 15px;
  padding-left: 21px;
  padding-right: 21px;
}



.vkyspluscont{
	padding-bottom: 80px;
}

.vkyspluslogocont{
  width: 70px;
  margin: 0 auto 20px auto;
}

.vkyspluslogo{
	height: 70px;
  width: 100%;
}

.vkyspluszag{
  	font-size: 32px;
  	padding-top: 20px;
  	padding-bottom: 20px;
}

.vkysplustext{
  	font-size: 20px;
  	padding-left: 20%;
  	padding-right: 20%;
  	padding-bottom: 50px;
}






.vkyshowcont{
  overflow: hidden;
  padding-bottom: 80px;

}

.vkyshowseccontl{
}

.vkyshowseccontr{
}

.vkyshowsec{
  display: flex;
  flex-direction: column;
}

.vkyshowseccontr .vkyshowarrow3{
  order: 2;
}



.vkyshowseccontl .vkyshowtext{
  text-align: center;
}

.vkyshowseccontl .vkyshowt{
  text-align: center;
}

.vkyshowzag{
   font-family: 'Roboto';
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.96;
  letter-spacing: -0.2px;
  color: #000000;
  text-align: center;
}

.vkyshowtext{
  float: left;
   font-family: 'Roboto';
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #000000;
  padding-right: 50px;
  padding-left: 50px;
  text-align: center;
  padding-bottom: 20px;
}

.vkyshowarrow1,.vkyshowarrow2,.vkyshowarrow3,.vkysarrowhidden{
  height: 60px;
  width: 60px;
  float: left;
  transform: rotate(270deg);
  margin-bottom: 10px;
  position: relative;
}

.vkysarrowimg1,.vkysarrowimg2,.vkysarrowimg3,.vkysarrowimg4{
  width: 60%;
  height: 60%;
  margin-left: 20%;
  margin-top: 3%;
  object-position: center;
  object-fit: contain;
}

.vkysarrowhidden{
  display: none;
}

.vkyshowsec{
  overflow: hidden;
}

.vkyshowphoto{
  display: none;
}




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


.vkysmp{
		height: 300px;
	width: 100%;
    margin-bottom: 2px;
    margin-left: -15px;
}

  .vkysphotofiltertextalso{
    padding-top: 120px;
    font-size: 30px;
  }

.vkysmpphoto{
    width: 100%;
    height: 100%;
    position: absolute;
}

.vkysphotofilter{
    width: 100%;
    height: 100%;
}






.vkysslider{
	padding-bottom: 100px;
	margin-top: -40px;
}

.vkysimg {
    width: 200px;
    height: 185px;
    margin: 0 auto;
    border-radius: 5px;
}

.vkysclient {
    max-width: 80%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}







.vkysrevsectext {
	padding-bottom: 160px;
    padding-left: 50px;
   	padding-right: 50px;
}

.slick-arrow {
   height: 62px;
   width: 62px;
}


.vkysrevsectext .slick-prev{
    left: calc( 50% - 162px );
    top: 70px;
}

.vkysrevsectext .slick-next {
    right: calc( 50% - 162px );
    top: 70px;
}

.vkysarrowprev{
    width: 20px;
    height: 20px;
    margin-left: 15px;
}

.vkysarrownext{
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

.vkysrevphotocont{
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

.vkysrevphoto{
  width: 100%;
  height: 100%;
}

.vkysrevname{
  font-size: 24px;
  padding-top: 50px;
  padding-bottom: 10px;
}

.vkysrevcity{
  font-size: 18px;
  padding-bottom: 30px;
}

.vkysrevtext{
  font-size: 20px;
}





.vkysmaptext{
}

#vkysmap{
  width: 100%;
  height: 385px;
  float: left;
}

.vkysmapzag{
  font-size: 36px;
    text-align: left;
    padding-left: 60px;
    padding-top: 60px;
    padding-bottom: 15px;
}
.vkysmapzagaf{
  font-size: 18px;
  padding-left: 60px;
  padding-right: 100px;
  padding-bottom: 40px;
}

.vkysmapcontacts{
    font-size: 14px;
  padding-left: 60px;
  margin-bottom: 40px;
}

.vkysmapbut{
  width: 240px;
  height: 50px;
  border-radius: 49px;
  font-size: 14px;
}

.vkysmapbutcont{
  margin-left: 60px;
  margin-bottom: 50px;
}

.vkysmapiconphoto{
  width: 12px;
  height: 12px;
  margin-right: 20px;
  margin-top: 5px;
}

	.vkysbp,.vkysmph{
display:none;
}



}

/* Landscape phones and smaller */
@media (max-width: 480px) {


  .vkysblacktitle,.vkyswhitetitle{
    font-size: 30px;
}

.vkysblacktitle{
  padding-top: 80px;
    padding-bottom: 80px;
}

.vkyswhitetitle{
    padding-top: 80px;
    padding-bottom: 80px;
}


	.vkysnav{
		padding-top: 10px;
	}

	.vkyslogo{
		padding-left: 20px;
	}

	.vkyscontacts{
		padding-right: 20px;
	}

	.vkysnum{
		padding-left: 10px;
	}




	.vkystoptext {
    font-size: 24px;
    margin: 0;
}

.vkystopbutton{
	margin-top: 50px;
	height: 63px;
	font-size: 24px;
	padding-top: 12px;
}

.vkystopfilter{
	width: 100%;
	height: calc( 100% + 30px);
}

.vkystopzag{
  	font-size: 25px;
  	padding-top: 25px;
  	padding-bottom: 20px;
  		  	letter-spacing: 15px;
  	  	padding-left: 15px;
}

.vkystopzagaf{
  	font-size: 17px;
  	padding-left: 25px;
  	padding-right: 25px;
  	padding-bottom: 30px;
}

.vkystopbutcont{
	width: 200px;
	height: 40px;
	border-radius: 49px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.vkystopbut{
  	font-size: 10px;
    line-height: 3.8; 
}




.vkysusphoto{
	height: 300px;

}
.vkysuscont{
	overflow: hidden;
}
.vkysustextcont{
}

.vkysuscont{
	padding-top: 70px;
	padding-bottom: 70px;
}

.vkysuszag{
  	font-size: 32px;
  	font-weight: 500;
  	padding-top: 5px;
  	padding-bottom: 7px;
  	padding-top: 10px;
  	text-align: center;
  padding-left: 21px;
  padding-right: 21px;
}

.vkysustext{
  	font-size: 15px;
  	height: 100%;
  	text-align: center;
  padding-left: 21px;
  padding-right: 21px;
}










.vkyspluscont{
	padding-bottom: 60px;
}

.vkyspluslogocont{
  width: 70px;
  margin: 0 auto 20px auto;
}

.vkyspluslogo{
	height: 70px;
  width: 100%;
}

.vkyspluszag{
  	font-size: 32px;
  	padding-top: 20px;
  	padding-bottom: 20px;
}

.vkysplustext{
  	font-size: 20px;
  	padding-left: 20%;
  	padding-right: 20%;
  	padding-bottom: 50px;
}






.vkyshowcont{
  overflow: hidden;
  padding-bottom: 60px;
}

.vkyshowseccontl{
}

.vkyshowseccontr{
}

.vkyshowsec{
  display: flex;
  flex-direction: column;
}

.vkyshowseccontr .vkyshowarrow3{
  order: 2;
}



.vkyshowseccontl .vkyshowtext{
  text-align: center;
}

.vkyshowseccontl .vkyshowt{
  text-align: center;
}

.vkyshowzag{
   font-family: 'Roboto';
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.96;
  letter-spacing: -0.2px;
  color: #000000;
  text-align: center;
}

.vkyshowtext{
  float: left;
   font-family: 'Roboto';
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #000000;
  text-align: center;
  padding-bottom: 20px;
}

.vkyshowarrow1,.vkyshowarrow2,.vkyshowarrow3,.vkysarrowhidden{
  height: 60px;
  width: 60px;
  float: left;
  transform: rotate(270deg);
  margin-bottom: 10px;
  position: relative;
}

.vkysarrowimg1,.vkysarrowimg2,.vkysarrowimg3,.vkysarrowimg4{
  width: 60%;
  height: 60%;
  margin-left: 20%;
  margin-top: 4%;
  object-position: center;
  object-fit: contain;
}

.vkysarrowhidden{
  display: none;
}

.vkyshowsec{
  overflow: hidden;
}

.vkyshowphoto{
  display: none;
}








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


.vkysmp{
		height: 250px;
	 width: 100%;
    margin-bottom: 2px;
    margin-left: -7.5px;
}

.vkysphotofiltertextalso{
  padding-top: 90px;
  font-size: 27px;
}

.vkysmpphoto{
    width: 100%;
    height: 100%;
    position: absolute;
}

.vkysphotofilter{
    width: 100%;
    height: 100%;
}








.vkysslider{
	padding-bottom: 100px;
	margin-top: -40px;
}

.vkysimg {
    width: 135px;
    height: 105px;
    margin: 0 auto;
    border-radius: 5px;
}

.vkysclient {
    max-width: 80%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}








.vkysrevsectext {
	padding-bottom: 160px;
    padding-left: 50px;
   	padding-right: 50px;
}

.slick-arrow {
   height: 62px;
   width: 62px;
}

.vkysrevsectext .slick-prev{
    left: calc( 50% - 162px );
    top: 70px;
}

.vkysrevsectext .slick-next {
    right: calc( 50% - 162px );
    top: 70px;
}

.vkysarrowprev{
    width: 20px;
    height: 20px;
    margin-left: 15px;
}

.vkysarrownext{
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

.vkysrevphotocont{
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

.vkysrevphoto{
  width: 100%;
  height: 100%;
}

.vkysrevname{
  font-size: 24px;
  padding-top: 50px;
  padding-bottom: 10px;
}

.vkysrevcity{
  font-size: 18px;
  padding-bottom: 30px;
}

.vkysrevtext{
  font-size: 20px;
}






.vkysmaptext{
}

#vkysmap{
  width: 100%;
  height: 385px;
  float: left;
}



.vkysmapzag{
  font-size: 36px;
    text-align: left;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 15px;
}
.vkysmapzagaf{
  font-size: 18px;
  padding-left: 30px;
  padding-right: 40px;
  padding-bottom: 40px;
}

.vkysmapcontacts{
    font-size: 14px;
  padding-left: 30px;
  margin-bottom: 40px;
}

.vkysmapbut{
  width: 240px;
  height: 50px;
  border-radius: 49px;
  font-size: 14px;
}

.vkysmapbutcont{
  margin-left: 30px;
  margin-bottom: 50px;
}

.vkysmapiconphoto{
}

	.vkysbp,.vkysmph{
display:none;
}


}