body, html {
    height: 100%;
  }
.logo {
  /* The image used */
  background-image: url("../img/Main.jpg");

  /* Full height */
  /* Center and scale the image nicely */
  background-repeat: no-repeat;
  background-size: cover;

  padding-top: 0.6vw;
  padding-bottom: 52vw;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 2.52vw;
}

.AntonLogo {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position:center;
	
}

.Alogo1 {
	background-image: url("../img/logo1.png");
}

.Alogo2 {
	background-image: url("../img/logo2.png");
}

.Alogo3 {
	background-image: url("../img/logo3.png");
}

.Alogo4 {
	background-image: url("../img/logo4.png");
}

.AntonLogo:hover {
	cursor:pointer;
}

.row{
	margin-right:0px;
	margin-left:0px;
}

p{
	font-size: 1.2rem;
}

h1{
	font-size: 3.2rem;
	text-align: center;
}

h2{
	font-size: 2rem;
}

.w-100{
	border-radius: 20px;
}

.top-buffer { margin-top:6vw; }

.navbar { margin-bottom: 0 }

.navbar { 
  box-shadow: 0 0 0 0; 
  -webkit-box-shadow: 0 0 0 0; 
  align-items: baseline;
}

.nav-item{
	padding: 0vw 3vw 2vw 2vw;
}

.navbar.navbar-light .breadcrumb .nav-item.active>.nav-link, .navbar.navbar-light .navbar-nav .nav-item.active>.nav-link {
  background-color: rgba(0,0,0,0);
  color: #d0d2d1;
  }

.navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #d0d2d1;
}  

.navbar{
	padding: 0px;
}

.nopad{
	padding:0px;
	padding-right: 0rem;
    padding-left: 0rem;
	color: #d0d2d1;
}

.nopad:hover{
	color: #FFF;
}

.carousel_youtube {
  padding: .3em .3em 0;
  background: rgb(240,240,240);
  text-align: center;
}
.carousel_youtube div {
  position: relative;
  margin-bottom: .3em;
  padding-top: 56.25%;
}
.carousel_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel_youtube span {
  display: inline-block;
  word-spacing: 1em;  /* расстояние между картинками */

/* прокрутка миниатюр при необходимости */
  overflow: auto;
  white-space: nowrap;
  word-wrap: normal;

}
.carousel_youtube a {
  position: relative;
  display: inline-block;
  max-width: 120px;  /* максимальная ширина миниатюр */
  width: 100%;  /* ширина миниатюр */
  border: 1px solid blue;  /* рамка вокруг миниатюр */
  opacity: .7;  
  text-decoration: none;
}

.carousel_youtube a:visited,
.carousel_youtube a:nth-of-type(1) {
  border-color: #555;  /* рамка вокруг миниатюр просмотренных видео */
}
.carousel_youtube a:hover { 
  opacity: 1;
}
.carousel_youtube a:not(:active):focus {
  pointer-events: none;
}
.carousel_youtube a::before {
  content: "";
  position: absolute;
  top: 0em;
  right: 0em;
  bottom: 0em;
  left: 0em;
  background: rgba(0,0,1,.1);
  transition: background 0s 9999999s;
}
.carousel_youtube a:nth-of-type(1)::before {
  background: rgba(255,255,254,.7);
}
.carousel_youtube span:active a::before {
  background: rgba(0,0,0,0);
  transition: background 0s;
}
.carousel_youtube span:active a:active::before {
  background: rgba(255,255,255,.7);
  transition: background 0s;
}
.carousel_youtube img {
  max-width: 100%;
  vertical-align: middle;  /* убрать нижний отступ до рамки под картинкой */
}
.carousel-small{
	display:none;
}
.carousel-big{
	display:block;
}

.bottom-logo{
	background-image: url("../img/bottom.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position:center;
	height:105px;
}

.phone-logo{
	background-image: url("../img/phone.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position:center;
	height:105px;
}

.bottom_img{
	width:6vw;
}

.row-no-margin {
   margin-left: 0px;
   margin-right: 0px;
}

.close {
	position:fixed;
	top: 31%;
	left:73vw;
	width:10vw;
	background-color: #FFF;
	opacity: 0.5;
}
.close:hover {
	opacity: 1;
	cursor:pointer;
}
.close:before, .close:after {
	position: absolute;
	left: 0.3vw;
	content: ' ';
	height: 2vw;
	width: 3px;
	background-color: #FFF;
}
.close:before {
transform: rotate(45deg);
}
.close:after {
transform: rotate(-45deg);
}

.order{
	z-index:100;
	position:fixed;
	top: 30%;
	left:25vw;
	width:50vw;
	background-color: #343a40;
	opacity:0.95;
	padding:2vw;
}

#phone_me{
	display:none;
}

#mail_me{
	display:none;
}

#call_add{
	z-index:100;
	position:fixed;
	bottom: 0vw;
	right:0vw;
	padding:2vw;
	opacity: 0.5;
	display:none;
}

#call_add:hover{
	opacity:1;
}

#mail_add{
	z-index:100;
	position:fixed;
	bottom: 7vw;
	right:0vw;
	padding:2vw;
	opacity: 0.5;
	display:none;
}

#mail_add:hover{
	opacity:1;
}

.href_btns{
	border-radius: 30px;
}

#phoneNumber{
	margin-left:3vw;
	margin-bottom:2vw;
    margin-top: 2rem;
    font-size:2rem;
    padding:.25em;
	outline:none;
	width:20vw;
	height:7vh;
	float: left;
	border-radius: 0px;
}

.order_button{
	font-size:2rem;
	font-weight:300;
	border: none;
	margin-bottom:2vw;
	background-color: #60b8b9;
	color:#FFF;
	height:7vh;
	width:20vw;
	margin-top: 2rem;
	cursor:pointer;
	box-shadow: none;
	opacity:0.8;
	z-index:101;
}

.order_mail{
	float:right;
}

.order_button:focus{outline:0}

.order_button:hover {
	opacity:1;
	color:white;
}

#mobile_add{
	display:none;
}

.btn{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 1.5vh;
    padding: 1.3vh;
}

@media (max-width: 991px){

	#mobile_add{
		display:block;
		z-index:90;
		position:fixed!important;
		display: flex;
		bottom: 0 !important;
		height:10vh;
		left:0vw;
		width:100vw;
		background-color: #555555;
		opacity:0.8;
	}	
	
	.phone-logo{
		height:75px;
	}
	
	.bottom-logo{
		height:75px;
	}
	
	#phoneNumber{
		margin-top: 1vh;
		width:42vw;
		font-size:1.2rem;
		height:6vh;
	}
	.order_button{
		margin-top: 1vh;
		width:42vw;
		font-size:1.2rem;
		height:6vh;
	}
	
	.bottom_order{
		
		
	}
	
	.order{
		top:20%;
		left:2vw;
		width:94vw;
	}
	
	.close {
		top: 21%;
		left:92vw;
	}
	
	.close:before, .close:after {
		height: 4vw;
	}
	
	.text_bg {
		background-image: url("../img/logo-bg.png");
		background-repeat: no-repeat;
		background-size: 70% auto;
		background-position:center;
	}
	p{
		text-align: center;
		font-size: 0.8rem;
	}
	h1{
		font-size: 1.5rem;
		text-align: center;
	}

	h2{
		font-size: 1rem;
		text-align: center;
	}
	
	.pad_text{
		padding-left:1.5rem;
		padding-right:1.5rem;
	}
	
	.pad_carousel{
		padding-left:0.7rem;
		padding-right:0.7rem;
	}
	
	
	.logo {
  /* The image used */
  background-image: url("../img/Main_mobile.jpg");

  /* Full height */
  /* Center and scale the image nicely */
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0.6vw;
  padding-bottom: 1vw;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 4.2vw;
  padding-left: 2vw;
	}
	.navbar-nav
	{
		padding-top:120vw;
	} 
	.nopad{
		padding:0px;
		padding-right: 0rem;
		padding-left: 2vw;
		color: #FFF;
	}

	.nopad:hover{
		color: #FFF;
	}
	.carousel-big{
		display:none;
	}
	.carousel-small{
		display:block;
	}
	.bottom_img{
	width:12vw;
	}
	.carousel_youtube a {
		max-width: 80px;  /* максимальная ширина миниатюр */
	}
}