html {
    position: relative;
    min-height: 100%;
    
}

body {

    /* bottom = footer height */
	background: black;
	
}

select {
	background-color: #002942;
	color: white;
	padding: 12px;
	border: none;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
	-webkit-appearance: button;
	appearance: button;
	outline: none;
}

.content {
	width: 100%;
	display: flex;
	
	flex-direction: column;
	font-size: 1.3em;
}

.topblock {
	display: flex;
	flex-flow: row wrap;
	background: black;
	justify-content: space-around;
	width: 100%;
	
}

.protector:before {
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    content: "fafafa";
    color: white;
    position: absolute;
    width: 100%;
    height: 80vh;
    background: rgb(0 0 0 / 100%);
	font-size: xxx-large;
}

.menu {
	display: flex;
	flex-flow: row wrap;
    justify-content: space-around;
    flex-direction: row;
}

.lang-switch {
	display: flex;
	flex: 1;

    justify-content: space-around;
    align-items: center;
}

.topm {
	flex: 9;
}

.footerm {
	flex: 100%;
    background: black; 
    width: 100%; 
    flex-flow: row ; 
    
    white-space: nowrap;
}

.menu-item {
	border-radius: 25px;
	background: white;
    padding: 5px 15px 5px 15px;
    margin: 15px;
    width: 10%;
    min-width: 110px;
    text-align: center;
    transition: 0.5s;
	display:flex;
	justify-content: center;
	align-items: center;
	color: black;
	text-decoration: none !important;
}

.ask_4 {
    width: 40%;
}

.splitted {
	background-size: contain !important;
	background-image: 
	url(ext/backs/bpp1.jpg), 
	url(ext/backs/bpp2.jpg), 
	url(ext/backs/bpp3.jpg), 
	url(ext/backs/bpp4.jpg), 
	url(ext/backs/bpp5.jpg), 
	url(ext/backs/bpp6.jpg), 
	url(ext/backs/bpp7.jpg), 
	url(ext/backs/bpp8.jpg), 
	url(ext/backs/bpp9.jpg); 
    background-repeat: 
    no-repeat, no-repeat, no-repeat,
    no-repeat, no-repeat, no-repeat,
    no-repeat, no-repeat, no-repeat;	
    background-position: 0vh, 20.5vh, 40.98vh;
}

.wide {
margin-bottom: 25px;
    max-height: 8vh;
}

.wider {
    width: 20%;
    min-width: 240px;
}

.the-widest {
    width: 20%;
    min-width: 240px;
}

.nonclickable {
    transform: none !important;
    background: none !important;

}

.menu-item:hover {
	display:flex;
	color: white;
	justify-content: center;
	align-items: center;
	
	transform: scale(1.1);
	-webkit-transform:scale(1.1, 1.1);

	transition: 0.5s;
}

.crew-mi-cur {
	background: #d04127;
}

.crew-mi:hover {
	background: #a83420;
}

.ind-mi-cur {
	background: #3A8583;
}

.ind-mi:hover {
	background: #2b615f;
}

.wat-mi-cur {
	background: #177396;
}

.wat-mi:hover {
	background: #10516b;
}

.ext-mi-cur {
	background: #EAA688;
}

.ext-mi:hover {
	background: #e3855d;
}

.tra-mi-cur {
	background: #048BBF;
}

.tra-mi:hover {
	background: #03658c;
}

.current {
	display:flex;

	justify-content: center;
	align-items: center;
	background: #00a1db;
}

.current-show {
	background: #3A8583;
}

.clicked-show {
	background: aliceblue;
}

.p-about {
	background: #00a1db;
}




.lang-item {
	
}

.main-content {
	background-size:cover;
	min-height: 80vh;
	height: auto;
    width: 100%;
	
}

.flexible-right {

	float: right;
	
	height: 70%;
	
}

.p1-txt {
	color: white;
	margin-left: 30vh;
	margin-top: 7vh;
	margin-bottom: 7vh;
	font-size: 2.8vh;
}

.lavrs {
	    font-style: italic;
	color: wheat;
    font-weight: bold;
	font-size: x-large;
	display: flex;
	flex-flow: row wrap;
	height: 70%;
	justify-content: space-evenly;
	width: 45%;
	
	align-content: space-evenly;
	align-items: stretch;
}



.to-gold {
	filter: sepia(1001%) brightness(91%) saturate(900%) contrast(100%)


}

.to-black-white {
    filter: sepia(0%) brightness(60%) saturate(0%) contrast(2100%)
}

.socic {
	width: 90%;
    
}

.socic:hover {
	transform: scale(1.2);
	filter: sepia(1001%) brightness(91%) saturate(900%) contrast(100%);
	-webkit-transform:scale(1.2, 1.2);
	transition: 0.5s;
}
    
    

.lavr:hover {
	transform: scale(1.2);
	-webkit-transform:scale(1.2, 1.2);
	transition: 0.5s;
}


.lavr {
	margin-right: 1vh;
    width: 10vmax;
    transition: 0.5s; 
}

.lavr-huge {
    width: 12vmax !important;
}


.gen-lavr-cont {
    
    display: flex;
  
    
    justify-content: space-between;
    width: 100%;
    flex-flow: row;
    
}

.s-lavr-cont {
	margin-left: 7vh;
	display:flex;
	align-self: center;
    flex-flow: row;
}

.aa {
margin-left: 7vh;
	} 
.ss {
margin-left: 6vh;
	} 
.dd {
margin-right: -1vh;
    margin-left: -2vh;
} 

.h-lavr-cont {
	display:flex;

	align-items: center;
    flex-flow: wrap;
    width: 45%;
    justify-content: center;
    
    
}

.s2-lavr-cont {
	display:flex;
	
    flex-flow: row wrap;
}

.s3-lavr-cont {
	position: absolute;
    margin-top: 34vh;
    right: 1vh;
    
    width: 40%;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}


.film-container {
	display: flex;
	align-items: center;
	align-self: center;
	justify-content: center;
	width: 60%;
}

.trailer-container{
	display: flex;
	align-items: center;
	align-self: center;
	justify-content: center;

}

.flex-center {
	display: flex;
    justify-content: center;
    align-items: center;
}

.film-request-container{
	text-align: center;
    color: white;
    width: 40%;
    word-wrap: break-word;
    padding: 3%;
}

.film-text{
	margin: 2vh;
}

.film-btn{
	text-align: center;
    color: white;
    width: 100%;
    word-wrap: break-word;
    padding: 3%;
}

.film-video {
	min-height: 80vh;
	width: 100%;
    
    
}

.err-container {
	display: flex;
	align-items: center;
	align-self: center;
	justify-content: center;
	width: 100%;
    height: inherit;
    font-size: 3.3em;
    font-weight: bold;
    color: white;
    text-align: center;
    background: #0078c9; /* Цвет фона */
    padding: 5px; /* Поля вокруг текста */
    opacity: 0.8; /* Полупрозрачный фон */
    min-height: 80vh;
}

.crew-container {
	display: flex;
	border-left: 2vw solid black;
	justify-content: center;
	float: right;
	width: 71%;
    height: 100%;
    color: white;
    text-align: center;
    background: black; /* Цвет фона */
    
   
}

.crew-faces {
	display: flex;
	align-items: center;
	width: 45%;
    height: 100%;
    color: white;
    text-align: center;
    
}

.crew-desk {
	
	flex:1;
	display: flex;
	
	flex-flow: column;
    color: white;
    align-self: top;
    
}

.crew-desk-person {
	margin-top: 7vh;
	position: -webkit-sticky;
	position: sticky;
	top: 2em;
	display:none;
}

.crew-desk-ph {
	
	width: 30vw;
	height: 65vh;
	margin-bottom: 2vh;
	object-fit: cover;
}



.crew-desk-person.current-face {

	display:block;
}

.crew-item-2 {
	padding: 0.5vh;
	margin-bottom: 1.5vh;
    width: 50%;
    text-align: center;
    transition: 0.5s;
	display:flex;
	
	color: white;
	text-decoration: none !important;
	
	
}

.crew-item-2:hover {
	
}

.crew-prew {
	
	height: 14.5vh;
	width: 11.5vh;
	object-fit: cover;
}
.crew-p-desk {
	font-size: 3vh;
	width: 57%;
	word-wrap: break-word;
	align-self:center;
	margin: 0.5vh;
}

.current-crew {
	background: #3A8583;
}

.no-scale {
	transform: scale(1) !important;
	-webkit-transform:scale(1, 1);
}

.ext-container {
	display: flex;
	
	width: inherit;
	min-height: 80vh;
	height: auto;
	align-items: stretch; 
	flex-flow: row;
}

.ext-showroom {
	display: flex;
	flex-grow: 4;
	width: 30%;
	color: white;
	
	padding: 0 3.5vw;
}

.ext-view {
	min-width: 40%;
	
	background-size: 110vh;
    background-image: url(ext/backs/back_extra.jpg);
    background-repeat: no-repeat;
}

.shr-director {
	align-self: center;
	background: black !important;
	
}

.shr-snaps {
	align-self: top;
	
	display: flex;
	flex-flow: row wrap;

	align-content: start;
	width: 100%;
	background: black !important;
}

.snaps-prew {
	padding: 0.2vw  ;
	
	height: 7vw;
	width: 25%;
	
}

.snaps-full {
	height:100%;
	display: flex;
	background: black;
	align-content: center;
	align-items: center; 

}

.snaps-full.current-show {
	display:flex;
}

.snap-full {
	max-height: 80vh;
	width: 40vw;
	object-fit: scale-down;
}

.vids-full {
	height:100%;
	display: flex;
	background: black;
	align-content: center;
	align-items: center; 

}

.vids-full.current-show {
	display:flex;
}

.vid-full {
	max-height: 80vh;
	width: 40vw;
}

.shr-rawfootage{
	align-self: top;
	display: flex;
	flex-flow: row wrap;
	align-content: start;
	width: 100%;
	background: black !important;
}

.vids-prew {
	padding: 0.2vw  ;
	height: 12%;
	
	width: 33%;
}

.vid-prew {
	width: 100%;
	height: 12vh;
	object-fit: cover;
}


.snaps-prew:hover {
	
	
}

.snap {
	
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.ext-nav {
	display: flex;
	flex-flow: column;
	flex-grow: 1;
	width: 20%;
	justify-content: space-evenly;
	/*background: #301c0c;*/
	background: black;
	
}

.ext-nav-item {
	display: flex;
	flex-flow: row;
	justify-content: left;
	height: 20vmin;
	
}

.ext-nav-item-pic {
	
	
	height: 20vmin;
	min-width: 30%;
    max-width: 30%;
	object-fit: cover;
	
}

.ext-nav-item-txt {
	width: 70%;
	color: white;
	padding: 1.3vmin;
	display: flex;
	height: 100%;
	align-items: center;
	
}

.current-ext-nav {
	background: #3A8583;
	
}

.shr-container {
	display:none;

}


.shr-container.current-show {

	display:flex;
}

.sup-container{
	
    min-height: 80vh;
    width: 100%;
    display: flex;
    align-items: center;
    background: black;
}

.sup-text{
	text-align: center;
    color: white;
    width: 45%;
    word-wrap: break-word;
    padding: 3%;

}

.sup-img{
    width: 55%;
}



.sup-i{
    width: 100%;
}

.change-direction {
	float: right;
}

.cont-container{
	
    min-height: 80vh;
    width: 100%;
    display: flex;
    align-items: center;
    background: black;
}

.cont-text{
	text-align: center;
    color: white;
    width: 45%;
    word-wrap: break-word;
    padding: 3%;
}

.cont-img{
    width: 55%;
}

/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #e6e6e6;
  
}

.wrap-contact100 {
  width: 550px;
  background: transparent;
  padding: 30px 0 80px 0;
}


/*==================================================================
[ Form ]*/

.contact100-form {
  width: 100%;
}

.contact100-form-title {
  display: block;
  font-family: Oswald-Medium;
  font-size: 30px;
  color: #43383e;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 35px;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    flex-flow: row-reverse;
    align-items: center;
    justify-content: flex-end;
    display: flex;
    border-radius: 25px;
    width: 100%;
    position: relative;
    background-color: #fff;
    margin-bottom: 17px;
    padding-left: 15px;
}

.label-input100 {
isplay: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    /* display: flex; */
    /* flex-flow: row; */
    /* justify-content: center; */
    /* align-items: center; */
    width: 15%;
    /* height: 10%; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 10px; */
    /* cursor: pointer; */
    /* font-size: 18px; */
    /* color: #999999; */
    /* width: 20%; */
    height: 5vh;
    /* margin-left: 4px;*/
}

.input100 {
    height: 30px;
    /* display: block; */
    width: 100%;
    background: transparent;
    /* font-family: Oswald-Medium; */
    /* font-size: 15px; */
    color: #43383e;
    line-height: 1.2;
    padding: 0 5px;
}


/*---------------------------------------------*/
input.input100 {
  height: 62px;
  
}


textarea.input100 {
	min-height: 199px;
    padding: 15px 15px 15px 5px;
}


/*==================================================================
[ Restyle Checkbox ]*/

.contact100-form-checkbox {
  padding-top: 12px;
  padding-bottom: 20px;
}

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-family: Oswald-Regular;
  font-size: 15px;
  color: #43383e;
  line-height: 1.2;
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 15px;
  color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: #555555;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wrap-contact100-form-btn {

}

.contact100-form-bgbtn {

}

.contact100-form-btn {
    border-radius: 25px;
    background: white;
    padding: 5px 15px 5px 15px;

    color: black;
    text-decoration: none !important;
}

.wrap-contact100-form-btn:hover .contact100-form-bgbtn {
  left: 0;
}

/*------------------------------------------------------------------
[ Responsive ]*/



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;

  font-family: Oswald-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}


.lnr-mustache {
  color: red;

  font-size: 40px;

}

/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #999999;}
input:-moz-placeholder { color: #999999;}
input::-moz-placeholder { color: #999999;}
input:-ms-input-placeholder { color: #999999;}

textarea::-webkit-input-placeholder { color: #999999;}
textarea:-moz-placeholder { color: #999999;}
textarea::-moz-placeholder { color: #999999;}
textarea:-ms-input-placeholder { color: #999999;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

.send-succ {
	box-shadow: inset 0 0 0 100px rgb(110 255 63 / 27%);
	
}




@media all and (max-width: 1000px) {
.lavr-huge {
    width: 10vmax !important;
}
	.topblock {
		flex-direction: column;
	}
	.lang-switch {
		order: 1;
		margin-top: 10px;
		transform: scale(0.7);
		-webkit-transform:scale(0.7, 0.7);
	}
	.topm {
		order: 2;
	}
	.err-container {
		font-size: 1.4em;
		height: 80vh;
	}
	.content {
		font-size: 1em;
	}
	.menu-item {
		min-width: 13%;
    margin-bottom: 2vmin;
    margin-top: 2vmin;
    margin-left: 2px;
    margin-right: 2px;
	}
	.wide {
		min-width: 80px !important;
	}
	.main-content {
		min-height: 80vh !important;
		background-position: center;
		height: auto;
	}
	.ultimate-override {
		min-height: 70vh !important;
	
	}
	
	.lavrs {
		width: 100%;
	}
	
	.flexible-right {
		height: 100%;
		width: 100%;
		
	}

	
	.crew-container {
		width: 100%; 
		border-left: 0px;
	}
	.crew-faces {
		width: 30%;
	}
	.crew-item-2 {

		width: 100%;
	}
	.crew-desk-ph {
	
		width: 50vw;
		height: 35vmax;
		margin-bottom: 2vh;
	}
	.ext-nav {
		justify-content: start;
		
		width: 20%;
		
	}
	.ext-nav-item:nth-child(1) {
		
		top: 6vh;
	} 
	.ext-nav-item:nth-child(2) {
		
		top: 26vh;
	} 
	.ext-nav-item:nth-child(3) {
		
		top: 46vh;
	} 
	.ext-nav-item {
		position: -webkit-sticky;
		position: sticky;
		
		width: 90%;
		
		margin-bottom: 5vh;
	}
	.ext-showroom {
		width: 20%;
		
	}
	.ext-view {

		width: 45%;
		
	}
	.shr-director {
		align-self: center;
	
		margin: 1.5vw 1.5vw;
	}
	.snaps-prew {
		
	
		height: 10vw;
		width: 33%;
	
	}
	.vids-prew {
		
	
		
		width: 50%;
	
	}
	.snap-full {
		position: -webkit-sticky;
		position: sticky;
		top: 6vh;
		width: 100%;
		object-fit: cover;
	}
	.snaps-full {

		justify-content: center;
		align-items: start; 

	}
	.footerm {
	
		width: 100%;  
	}
	.wide{
		width: 20%;
	}
	.wide:nth-child(1){
		display:none;
	}
	.wide:nth-child(3){
		display:none;
	}
	.wide:nth-child(4){
		display:none;
	}
	.vid-prew {
		
		height: 9vh;
		
	}
.aa {

	} 
.ss {

	} 
.dd {
margin-right: -1vh;
    margin-left: -2vh;
} 

	
.lavr {

}


.gen-lavr-cont {

}

.s-lavr-cont {
    align-self: center;
    flex-flow: row;
    
}

.deletable {
    display: none;
    
}  

.s3-lavr-cont {
	margin-top: 30vh;
    right: 1vh;
    width: 35%;
}


.h-lavr-cont {

}

}

@media all and (max-width: 500px){
.lavr-huge {
    width: 48vmin !important;
}
	.flex-center {
		flex-wrap: wrap;
	}
	.film-request-container {
		width: 100%;
	}
	.film-container {
		width: 100%;
	}
	.crew-desk-ph {
	
		width: 68.5vw;
		height: 55vh;
		
	}
	.crew-desk-person {
		margin-top: 1.5vh;
		margin-left: 1.5vh;
	}
	.crew-p-desk {
		width: 100%; 
	}
	.crew-prew {
		width: 100%; 
	}
	.crew-item-2 {
		margin-top:1.5vh;
		margin-bottom: 0;
		padding: 0;
		flex-flow: column;
		border-bottom: 4px solid white;
	}
	.ext-container {
		flex-flow: row wrap;
	}
	.ext-showroom {
		
		width: 100%;
		order: 2;
	}
	.ext-nav {
		order: 1;
		width: 100%;
		flex-flow: row;
	}
	.ext-view {
		order: 3;
		width: 100%;
		min-height: 50vh;
		height: auto;
		background-size:cover;
	}
	.ext-nav-item {
	}
	.shr-director {
		margin-bottom: 15px;
	}
	.shr-snaps {

		width: 100%;
	}
	.snap-full {
		max-height: none;
		width: 100%;

	}
	.vid-full {
		
		width: 100%;

	}
	.snaps-prew {
		position: -webkit-sticky;
		position: sticky;
		top: 1vh;
		padding: 0.2vh;
		
		height: 10.3vw;
		width: 20%;
	}
	.vids-prew {
		position: -webkit-sticky;
		position: sticky;
		top: 1vh;
		height: 30%;
		padding: 0.2vh;
		
		width: 20%;
	}

	.wide:nth-child(4){
		display:none;
	}
	.wide{
		width: 40%;
	}
	.vid-prew {
		
		height: 5vh;
		
	}
	.ext-nav-item {
		flex-flow: column;
		height: auto;
		margin-bottom: 1vh;
	}
	.ext-nav-item-pic {
    min-width: 100%;
    margin-left: 0px;
    /* min-height: 4vmin; */
    /* display: none; */
    
	}
	.ext-nav-item-txt {
	text-align: center;
    align-self: center;
    margin-bottom: 0px;
    width: fit-content;
	}
	.sup-container{

		width: 100%;
		flex-flow: column;
	}
	
	.sup-img {
		width: 100%;
	}
	
	.sup-text{
		text-align: center;
		width: 100%;
		padding-top: 10vmin;
		padding-bottom: 10vmin;
	}
	
	.cont-container{
		flex-flow: column;
		
	}
	
	
	.cont-text{
		margin-top: 15px;
		width: 90%;
	}

	.cont-img{
		width: 100%;
		order: 2;
		
	}
	
	.menu-item {
		min-width: 25%;
 	}
 		
.lavr {
width: 48vmin;
margin-right: 0;
}


.gen-lavr-cont {
flex-flow: column;
}

.s-lavr-cont {
    align-self: center;
    justify-content: center;
    flex-flow: row wrap;
    order: 2;
    margin-left: 0;
    
}


.h-lavr-cont {
justify-content: center;
    flex-flow: row wrap;
    order: 2;
    width: 100%;
}

.lavr-huge{
	
}

.s3-lavr-cont {
	display: flex;
	align-self: center;
    position: relative;
    margin-top: 0;
    right: 0;
    order: 0;
    width: 100%;
}

.s2-lavr-cont {
	justify-content: center;
    order: 1;
}

.aa {
margin-left: 0;
	} 
.ss {
margin-left: 0;
	} 
.dd {
margin-right: 0;
    margin-left: 0;
} 
	.footerm {
	
		    flex-flow: row wrap;

	}

}

