body{background: url("../img/bg/2.jpg") no-repeat top;
    background-attachment: fixed;}

nav {visibility: hidden;}
p {text-align: left;
    text-indent: 30px; 
    font-style: normal;
    font-size: 140%;}

.maintext li {margin-left: 30px; 
    font-size: 120%;}

.card-title{
    font-family: "Roboto Flex", sans-serif;
    font-stretch: condensed;
    text-align: center;
font-weight: bolder;}

.verh-text{display:block;
margin-top: 20px;
float:left;}

.top_usl{font-size: 300%;
}


.name2{font-size: 120%;
    font-weight: bolder;
text-align: center;
margin-top: 20px;}


.z{
    text-align: center;
}

h1{
  text-align: center;
  
    font-size: 430%;
    text-shadow: 2px 2px 0px rgb(0 0 0 / 20%);
}

.h1-z{
    display: inline-block;
    background: linear-gradient(to right, #ff7f50, #f9dd94 100%);
    background-position: 0 100%;
    background-size: 100% 6px;
    background-repeat: repeat-x;
    transform: skew(-12deg);
}



#menu-button{position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  opacity: 0.9;}


.interval-b  {height: 50px;}


#interval-b:before {
	display: block;
	content: "";
	height: 55px;
	margin: -45px 0 0;
}


.top_button{text-align: center;
    margin: 0 auto;
    width: 100%;
}


.floating-button-img{width:40px;
height: 40px;
margin-right: 15px;}

.floating-button {
    text-decoration: none;
    display: inline-block;
    width: 230px;
    height: 50px;
    line-height: 45px;
    border-style:solid;
    border-width: 1px;
    
    border-color: #e7e0dd;
    margin: 10px 10px;
    padding-left: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 3px;
    font-weight: 600;
    color: #1f1e1d;
    background: rgb(243, 236, 236);
    opacity: 0.8;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
    transition: .3s;
    font-weight: bolder;
    font-stretch:condensed;
  }

  .floating-button a {
    text-decoration: none;
    color: #000000;
    text-shadow: 1px 1px 1px #000000;}

  .floating-button:hover {
    background: #f89422;
    box-shadow: 0 15px 20px rgba(250, 216, 22, 0.4);
    color: white;
    transform: translateY(-7px);
  }




/* NAVBAR
-------------------------------------------------*/
.navbar .container{width:95%;}
.navbar{background:#F97300; }
.nav-link , .navbar-brand{ color: #f4f4f4; cursor: pointer; padding-left: 20px;}
.nav-link{ margin-right: 1em !important; }
.nav-link:hover{ background: #f4f4f4; color: #f97300; }
.navbar-collapse{ justify-content: flex-end;
padding-left: 20px;
}

.navbar-toggler{padding: 0.25rem 0.75rem;  border:#f4f4f4 1px solid; border-radius: 0.25rem; line-height: 1; }
.navbar-toggler-icon{background-image: url("../img/icon.svg");}







#head {margin-top: 20px;}
.logo{text-align: center;
margin-top: 40px;}


.top-header{text-align: center;
font-size: 100%;}

.h-tel{
float: left;
display:block;
margin-left: 40px;}

.vvv{
float: left;
display:block;
text-align: center;}


.header__tel{text-align: center;
    margin-bottom: 20px;
	}
	
.kr-rab{font-size: 140%;
font-weight: bold;}

.header__tel a {text-decoration: none;  font-size: 200%; font-weight: bolder;
    text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 30%,
    #fa0606 67%,
    #ffd23d 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      
}  

@keyframes textclip {
    to {
      background-position: 200% center;
    }
  }

.name1{font-size: 280%;
    text-shadow: 6px 6px 0px rgba(0,0,0,0.2);
    color:coral; 
    -webkit-text-stroke: 2px #000000;
    font-weight: bolder;
}

.tek{
	font-size: 160%;
	margin-top:20px;
	 color:coral; 
	 -webkit-text-stroke: 1px #000000;}


.let{font-size: 190%;
margin-top:30px;}

.top_us{text-align: left;
    max-width: 350px;
margin: 0 auto;
list-style:none;
font-weight: bold;
padding-left: 20px;
}


.maintext{background-color:rgb(252, 252, 247, .8);
padding: 30px;}




.carousel-item {max-height: 500px;}



.card-header{text-transform:uppercase;}
.card-text{text-align: center;
text-indent: 0px;
font-size:120%;}





/* FOOTER
-------------------------------------------------*/
.footer {
    background:#563d7c;
    margin-top:120px;
    position:relative
}
 
.footer .container {
    padding:60px 0 20px;
}
 
.footer ul {
    margin:0 auto;
    margin-bottom:30px;
    margin-top:10px;
    text-align:center;
    list-style-type:none;
    padding-left:0;
}
 
.footer ul li {
    text-align:center;
    display:inline-block;
    background:rgba(0,0,0,0.2);
    color:#fff;
    line-height:45px;
    margin:0 4px;
    width:45px!important;
    height:45px!important;
    -webkit-border-radius:3px;
    border-radius:3px;
}
 
.footer ul li:hover {
    background:#2a2a2a;
}
 
.footer ul li:hover a {
    color:#fff;
}
 
.footer ul li a {
    color:#fff;
    width:42px!important;
    height:42px!important;
}
 
.footer ul li a i {
    line-height:45px;
    color:#fff;
}
 
.footer p {
    color:#fff;
    line-height:24px;
    font-weight:300;
    text-align:center;
    text-transform:uppercase;
}
 
.footer a,.footer a:hover {
    color:#fff;
    text-decoration: none;
}


#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 0.6rem 0.7rem;
    border-radius: 80px;
    display: none;
    font-size: 2rem;
    background: rgb(243, 236, 236);
    font-weight: bolder;
    border-color: coral;
    z-index: 10;
    color:#524f4e;
    font-family:system-ui;
    font-style:normal;
    line-height: 1.5;
    opacity: 0.7;
  }


@media (min-width: 1300px){
.container {
    max-width: 1290px;
}
}

@media (max-width: 1280px) { 
.floating-button {
					width: 170px;
					font-size: 10px;}

.floating-button-img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

	.prew {max-width: 30%;}
}


@media (max-width: 1024px) { 
.floating-button {
width: 148px;
font-size: 8px;
margin: 4px 4px;}

.floating-button-img {
    width: 25px;
    height: 25px;
    margin-right: 6px;
	
}
}



@media (max-width: 800px) { 

        h1{padding-bottom: 20px;
                text-align: center;
                
                font-size: 240%;}

       


        nav {visibility:visible;
        }


        .top_button{visibility:hidden;
            display: none;
        }

        .h-tel{visibility:hidden;
            display: none;
        }

        .img-dost{margin-top: 20px;
        width: 95%;}
}

@media (max-width: 480px) { 
    
.logo img{max-width: 200px;
    margin-bottom:20px;}
.logo{margin: 0 auto;
margin-top: 50px;}


.top_usl{font-size: 150%;}

.name1{font-size: 380%;}
.name2{font-size: 180%;}
}
