/* @import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@1&family=Edu+TAS+Beginner:wght@500&family=Pacifico&display=swap'); */
*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
}
#toggleBtn{
    width: 5%;
    display: none;
}
.lol{
    margin-right: 35px;
}
.btmen{
    text-decoration: none;
    color: inherit;
    margin: 0px;
}
.btmen1{
    text-decoration: none;
    color: inherit;
    margin: 0px;
}
body{
    background: rgb(204, 204, 255);
}
/* body{
 background: #71be6f;
} */
.nav > .logoinhead{
    margin-left: -650px;
}
.header {
 background: rgb(204, 204, 255);
 box-sizing: 0 0 18px 0 green;
 display: flex;
 justify-content: space-between;
 align-items: center;
 width: 100%;
 -webkit-box-shadow: 0px 12px 10px -5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 12px 10px -5px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 12px 10px -5px rgba(0, 0, 0, 0.6);
    z-index: 5;
}

.header .logo_block {
    margin: 1% 0 1% 1%;
}

.header .logo_block .logo{
    margin: 64px;  
}
.header .nav{
    display: inherit;
    text-transform: uppercase;
}

.text1,.text2,.text3,.text4 {padding: 10px 90px 10px 60px;}

.btns1 {
    float: right;
    background: #71be6f;
    width: 157px;
    height: 40px;
    border-radius: 7px;
    text-decoration: none;
    color: #000000;
    text-align: center;
    padding-top: 20px;
    margin-right: 90px;
    margin-top: 20px;
}

.btns2 {
    float: right;
    background: #71be6f;
    width: 130px;
    height: 40px;
    border-radius: 7px;
    text-decoration: none;
    color: #000000;
    text-align: center;
    padding-top: 20px;
    margin-right: 40px;
    margin-top: 20px;
}
.block1{
    /* background: rgb(204, 204, 255); */
    width: 100%;
    -webkit-box-shadow: 0px 12px 10px -5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 12px 10px -5px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 12px 10px -5px rgba(0, 0, 0, 0.6);

}
.background{
    width: 100%;
}
#dop{
    margin-top: -22px;
    margin-left: 27px;
}
.cardsblock2{
    margin-top: 30px;
}
footer{
    padding-top: 20px;
    padding-bottom: 10px;
    background: rgb(204, 204, 255);
    margin-left: -50px;
    -webkit-box-shadow: 0px -11px 5px -5px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 0px -11px 5px -5px rgba(0, 0, 0, 0.6);
box-shadow: 0px -11px 5px -5px rgba(0, 0, 0, 0.6);
}
#log{
    width: 130px;
}
.btmenu{
    margin-top: 40px;
    font-weight: bold;
}
.block2{
    background: rgb(204, 204, 255);
    
}
#detalis{
    text-decoration: none;
    color: #000000;
    text-align: center;
}
.block2{
    padding-top: 50px;
}
.aboutkrc{
    font-weight: bold;
}
.numbers{
    height: 50px;
    width: 100%;
    background: silver;
    padding-left: 100px;
}
#num{
    text-decoration: none;
    color: black;
}
.menu2{
    background: silver;
}
#bod{
    background-color: silver;
}
#phone1{
    width: 2%;
}
#phone2{
    width: 2%;
}
#phone3{
    width: 2%;
}
#myBlock3 {
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: rgb(204, 204, 255);
    color: #000;
    text-align: center;
    transition: top 0.5s ease-in-out;
  }
  @keyframes animation{
    0%{color: #000;}
    100%{color: #4872b9; font-weight: bold;}
  }
  #svyaz{
    cursor: pointer;
    animation-name: animation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    text-decoration: none;
  }
  #svyaz1{
    cursor: pointer;
    animation-name: animation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    text-decoration: none;
  }
  #phone{
    width: 5%;
  }
.iconsf{
    width: 40%;
    
}
.google1{
    display: none;
}
.google2{
    display: none;
}
@media(max-width:680px){
    .google{
        display: none;
    }
    .google1{
        display: block;
    }
}
@media(max-width:372px){
    .google2{
        display: block;
    }
    .google1{
        display: none;
    }
    .infoo{
        font-size: medium;
    }
}
.menlink1:active{
    color: white;
    animation-name: animka;
    animation-duration: 500ms;
    animation-delay: initial;
}
.menlink2:active{
    color: white;
    animation-name: animka;
    animation-duration: 500ms;
    animation-delay: initial;
}
.menlink3:active{
    color: white;
    animation-name: animka;
    animation-duration: 500ms;
    animation-delay: initial;
}
.menlink4:active{
    color: white;
    animation-name: animka;
    animation-duration: 500ms;
    animation-delay: initial;
}
@keyframes animka{
    0%{color: black}
    100%{color:white}
}
@media(max-width:900px){
    .aboutkrc1{
        font-size: medium;
    }
}
#zago{
    font-size: xx-large;
    font-weight: bold;
}
.info12{
    line-height:normal
}
