body {
	 margin: 0;
	 font-family: 'Yanone Kaffeesatz', sans-serif;
 }

.container {
	margin: 0px 9%;
}

.header {
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
}

.header-line {
	display: flex;
	align-items: center;
	justify-content: space-around;
	vertical-align: middle;
}

.header-line1 {
	display: flex;
	align-items: center;
	justify-content: space-around;
	vertical-align: middle;
	padding-top: 2%;
}

.kisslogo {
	width: 3vw;
	padding: 2vh 0vw;
}

.nav {
	display: inline-block;
	width: 33%;
}

.nav-item {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.2vw;
	
	margin-right: 10%;
	
	transition: color 0.3s linear;
}

.nav-item:hover {
	color: #ef002a;
}

.phone {
	padding-left: 25%;
}

.phone-img {
	display: flex;
	width: 3vw;
	
	transition: background-color 0.3s linear;
	transition: all 1s ease;
}

.phone-img:hover {
	transform: scale(1.1);
}

.email-img {
	display: flex;
	width: 3vw;
	
	transition: background-color 0.3s linear;
	transition: all 1s ease;
}

.email-img:hover {
	transform: scale(1.1);
}

.telegram-img {
	display: flex;
	width: 3vw;
	
	transition: background-color 0.3s linear;
	transition: all 1s ease;
}

.telegram-img:hover {
	transform: scale(1.1);
}

.vk-img {
	display: flex;
	width: 3vw;
	
	transition: background-color 0.3s linear;
	transition: all 1s ease;
}

.vk-img:hover {
	transform: scale(1.1);
}

.map-img {
	display: flex;
	width: 3vw;

	transition: background-color 0.3s linear;
	transition: all 1s ease;
}

.map-img:hover {
	transform: scale(1.1);
}

.header-down {
	vertical-align: middle;
}

.header-title {
	display: inline-block;
	width: 50%;
	color: #ef002a;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 5vw;
	font-weight: 400;
	text-align: left;
	margin-left: 10%;
	vertical-align: middle;
}

.header-subtitle {
	font-size: 70%;
	color: #000;
	vertical-align: middle;
}

.img-bird {
	display: inline-block;
	vertical-align: middle;
}

.bird-image {
	width: 30vw;
	padding: 7vh 0vw;
}

.header-button {
	background-color: #000;
	padding: 1% 2%;
	color: #fff;
	font-size: 1.5vw;
	font-weight: 700;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-decoration: none;
	vertical-align: middle;
	
	transition: background-color 0.2s linear;
}

.header-button:hover {
	background-color: #ef002a;
}

.forma {
	background-image: url(bg.jpg);
}

.inform {
	margin-left: 3vw;
}

h1 {
	font-size: 3vw;
	margin-top: 2vh;
	padding-top: 1vh;
}

.buttonform {
	margin: 1%;
	padding: 1%;
}

label {
	font-size: 1.5vw;
	margin-right: 1%;
}

input {
	margin-top: 0.5%;
	width: 20%;
	padding: 0.5% 0vw;
	border-radius: 6%/30%;
	font-size: 1.4vw;
	box-shadow: 0.5vh 0.5vh 1.5vh rgba(0,0,0,0.82);
	border: none;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}

input:focus {
	color: #000;
}

.buttono {
	background-color: #000;
	padding: 1% 4%;
	color: #fff;
	font-size: 1.5vw;
	font-weight: 700;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-decoration: none;
	margin-left: 2%;
	margin-bottom: 1vh;
	
	transition: background-color 0.2s linear;
}

.buttono:hover {
	background-color: #ef002a;
}

 * {
    box-sizing: border-box;
}

.slider {
    width: 57%;
	/* height: 90vh; */
    text-align: center;
    overflow: hidden;
	margin: 0vh auto;
	/* margin-left: 22%; */
}

.slides {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
 }
 
.slides > div {
    scroll-snap-align: start;
    flex-shrink: 0;
    width: 99%;
    margin-right: 5%;
    border-radius: 1%;
    transform-origin: center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2vw;
}
.slider > a {
    display: inline-flex;
	font-size: 1.5vw;
    width: 1.5rem;
    height: 1.5rem;
	color: #000;
    background: white;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 0 0.5rem 0;
    position: relative;
}

#slide-1 {
	width: 100%;
}

#slide-2 {
	width: 100%;
}

#slide-3 {
	width: 100%;
}

#slide-4 {
	width: 100%;
}

#slide-5 {
	width: 100%;
}

#slide-6 {
	width: 100%;
}

.photogal1 {
	width: 57vw;
}

.photosetprice {
	margin: 0vh auto;
	text-align: center;
}

.premiumbutton {
	background-color: #000;
	padding: 2% 6%;
	color: #fff;
	font-size: 1.5vw;
	font-weight: 700;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-decoration: none;
	display: block;
	margin: 1% 36%;
	transition: background-color 0.2s linear;
}

.uslugi {
	display: inline-block;
	width: 32%;
	font-size: 2vw;
	text-align: center;
}

.price1 {
	display: inline-block;
	width: 32%;
	text-align: center;
	font-size: 1.5vw;
}

.usluga1 {
	display: inline-block;
	width: 32%;
}

.premiumbutton:hover {
	background-color: #ef002a;
}

.premiumbutton1 {
	background-color: #000;
	padding: 2% 6%;
	color: #fff;
	font-size: 1.5vw;
	font-weight: 700;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-decoration: none;
	display: block;
	margin: 1% 36%;
	transition: background-color 0.2s linear;
}

.premiumbutton1:hover {
	background-color: #ef002a;
}

.premiumbutton2 {
	background-color: #000;
	padding: 2% 6%;
	color: #fff;
	font-size: 1.5vw;
	font-weight: 700;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-decoration: none;
	display: block;
	margin: 1% 36%;
	transition: background-color 0.2s linear;
}

.premiumbutton2:hover {
	background-color: #ef002a;
}

.premiumbut {
	display: inline-block;
	width: 32%;
}

.premium {
	text-align: center;
	width: 100%;
}

.maxi {
	text-align: center;
	width: 100%;
}

.standart {
	text-align: center;
	width: 100%;
}

.imgvin {
	width: 30%;
	text-align: center;
	display: block;
	margin: auto;
	padding-top: 3vh;
}

.vintka {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.vintka1 {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.imgvin1 {
	width: 30%;
	text-align: center;
	display: block;
	margin: auto;
	padding-top: 3vh;
}

.slider2 {
    width: 57%;
    text-align: center;
    overflow: hidden;
	margin-left: 23%;
}

.slides2 {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
 }
 
.slides2 > div {
    scroll-snap-align: start;
    flex-shrink: 0;
    width: 100%;
    background: #fff;
    transform-origin: center;
    transform: scale(1);
    transition: transform 0.5s;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5vw;
	margin: 2vh 0vw;
}

.slider2 > a {
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    background: white;
	color: #000;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    margin: 0 0 0.5rem 0;
    position: relative;
}

.intst {
	text-align: center;
	font-size: 5vw;
}

.h61 {
	margin-left: 5%;
	margin-top: -26%;
	padding-right: 4%;
}

.whitetitle {
	font-size: 1.3vw;
	position: absolute;
	width: 15%;
	margin-right: 73%;
}

.whiteprice {
	font-size: 3vw;
	position: absolute;
	width: 15%;
	margin-right: 72%;
	margin-top: 50%;
}

.white-jpg {
	width: 75%;
}

.h62 {
	margin-left: 5%;
	margin-top: -26%;
	padding-right: 4%;
}

.lofttitle {
	font-size: 1.3vw;
	position: absolute;
	width: 15%;
	margin-right: 75%;
}

.loftprice {
	font-size: 3vw;
	position: absolute;
	width: 15%;
	margin-right: 75%;
	margin-top: 50%;
}

.loft-jpg {
	width: 75%;
}

.h63 {
	margin-left: 2%;
	margin-top: -22%;
}

.grim-jpg {
	width: 75%;
}

.grimtitle {
	font-size: 1.3vw;
	position: absolute;
	width: 15%;
	margin-top: 10%;
	margin-right: 70%;
}

.grimprice {
	font-size: 3vw;
	position: absolute;
	width: 15%;
	margin-right: 70%;
	margin-top: 50%;
}

.weare-title {
	color: #000;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	margin-top: 5%;
	font-size: 5vw;
	font-weight: 400;
	text-align: center;
}

.weare-subtitle {
	font-size: 3vw;
	color: #000;
	margin-bottom: 3%;
}

.wearemid {
	text-align: center;
}

.onename {
	display: inline-block;
	width: 45%;
	text-align: center;
	font-size: 3vw;
}

.onew {
	display: inline-block;
	width: 45%;
	text-align: center;
	font-size: 2vw;
	color: #ef002a;
}

.oneo {
	display: inline-block;
	width: 45%;
	text-align: center;
	font-size: 1.4vw;
	margin-top: 2%;
}

.onei {
	display: inline-block;
	width: 25%;
	margin: 2% 10%;
	text-align: center;
}

.twoname {
	display: inline-block;
	width: 45%;
	text-align: center;
	font-size: 3vw;
	margin-top: 7%;
}

.futer {
	width: 100%;
	background: #000;
	font-size: 1.4vw;
	color: #fff;
	text-align: center;
	padding-top: 3%;
	padding-bottom: 1%;
}

.down {
	margin-bottom: 0%;
	bottom: 0%;
	background-color: #000;
	height: 4vh;
	background-repeat: no-repeat;
	background-size: cover;
}

.addw {
	display: inline-block;
	width: 45%;
	text-align: center;
	font-size: 2vw;
	color: #ef002a;
	margin-bottom: 5%;
}

.mapsgoo {
	margin-bottom: 1%;
}

.makes-title {
	color: #000;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	margin-top: 5%;
	font-size: 4vw;
	font-weight: 400;
	text-align: center;
}

.mero1 {
	margin: 1%;
	display: inline-block;
	width: 45%;
	font-size: 1.5vw;
	vertical-align: middle;
	text-align: center;
}

.mero11 {
	width: 100%;
}

.sl1 {
	text-align: center;
	margin-bottom: 5%;
}

.meroo {
	font-size: 1.2vw;
	margin-bottom: 2%;
	text-align: center;
}

.redo {
	color: #ef002a;
}

.contactmid {
	text-align: center;
}
