.button1 {
 text-decoration: none;
 display: inline-block;
 width: 610px;
 height: 45px;
 line-height: 45px;
 border-radius: 10px;
 border: 1px solid rgba(0, 0, 0, .4);
 margin: 0px 0px;
 font-size: 16px;
 text-transform: uppercase;
 text-align: center;
 letter-spacing: 1px;
 font-weight: 600;
 background: #fff;
 color: #000;
 box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
 transition: .3s;
}
.button1:hover {
 background: #FFFF00;
 box-shadow: 0 15px 20px rgba(255, 255, 0, .2);
 color: #524f4e;
 transform: translateY(-7px);
}

.button2 {
 text-decoration: none;
 display: inline-block;
 width: 610px;
 height: 45px;
 line-height: 45px;
 border-radius: 0px;
 border: none;
 margin: 0px 0px;
 font-family:Tahoma,Geneva,sans-serif;
 font-size: 28px;
 text-transform: none;
 text-align: center;
 letter-spacing: 1px;
 font-weight: 0;
 background: #e7e6e6;
 color: red;
 transition: .3s;
}

.button3 {
 text-decoration: none;
 display: inline-block;
 width: 220px;
 height: 30px;
 line-height: 30px;
 border-radius: 10px;
 border: 1px solid rgba(0, 0, 0, .4);
 margin: 0px 0px;
 font-size: 12px;
 text-transform: uppercase;
 text-align: center;
 letter-spacing: 1px;
 font-weight: 600;
 background: #fff;
 color: #000;
 box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
 transition: .3s;
}
.button3:hover {
 background: #FFFF00;
 box-shadow: 0 15px 20px rgba(255, 255, 0, .2);
 color: #524f4e;
 transform: translateY(-7px);
}


.button4 {
 text-decoration: none;
 display: inline-block;
 width: 250px;
 height: 30px;
 line-height: 30px;
 border: 1px solid rgba(0, 0, 0, .4);
 margin: 0px 0px;
 font-size: 12px;
 text-transform: uppercase;
 text-align: center;
 letter-spacing: 1px;
 font-weight: 600;
 background: #fff;
 color: #000;
 box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
 transition: .3s;
}
.button4:hover {
 background: #FFFF00;
 box-shadow: 0 15px 20px rgba(255, 255, 0, .2);
 color: #524f4e;
 transform: translateY(-7px);
}

.dropbtn {
 text-decoration: none;
 display: inline-block;
 width: 100%;
 height: 45px;
 line-height: 30px;
 margin: 0px 0px;
 font-size: 16px;
 text-align: center;
 letter-spacing: 1px;
 font-weight: 600;
 background: #fff;
 color: #0000ff;
 box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
 transition: .3s;
 }

.dropbtn:hover, .dropbtn:focus { background: #FFFF00;
 box-shadow: 0 15px 20px rgba(255, 255, 0, .2);
 color: #524f4e;
 transform: translateY(-7px);
  }

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 220px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover { background: #FFFF00;
 box-shadow: 0 15px 20px rgba(255, 255, 0, .2);
 color: #524f4e;
 transform: translateY(-7px);}

.show {display: block;}



.dropbtn2 {
 text-decoration: none;
 display: inline-block;
 width: 220px;
 height: 30px;
 line-height: 30px;
 border-radius: 10px;
 border: 1px solid rgba(0, 0, 0, .4);
 margin: 0px 0px;
 font-size: 12px;
 text-transform: uppercase;
 text-align: center;
 letter-spacing: 1px;
 font-weight: 600;
 background: #fff;
 color: #0000ff;
 box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
 transition: .3s;
 }

.dropbtn2:hover, .dropbtn2:focus { background: #FFFF00;
 box-shadow: 0 15px 20px rgba(255, 255, 0, .2);
 color: #524f4e;
 transform: translateY(-7px);
  }

.dropdown2 {
  position: relative;
  display: inline-block;
}

.dropdown2-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  padding: 2px;
  border: solid 1px black;
  min-width: 400px;
  max-width: 100%;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown2-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown2 a:hover { background: #FFFF00;
 box-shadow: 0 15px 20px rgba(255, 255, 0, .2);
 color: #524f4e;
 transform: translateY(-7px);}

.show2 {display: block;}

.dropbtn3 {
 text-decoration: none;
 display: inline-block;
 width: 220px;
 height: 30px;
 line-height: 30px;
 border-radius: 10px;
 border: 1px solid rgba(0, 0, 0, .4);
 margin: 0px 0px;
 font-size: 12px;
 text-transform: uppercase;
 text-align: center;
 letter-spacing: 1px;
 font-weight: 600;
 background: #fff;
 color: #0000ff;
 box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
 transition: .3s;
 }

.dropbtn3:hover, .dropbtn3:focus { background: #FFFF00;
 box-shadow: 0 15px 20px rgba(255, 255, 0, .2);
 color: #524f4e;
 transform: translateY(-7px);
  }

.dropdown3 {
  position: relative;
  display: inline-block;
}

.dropdown3-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  padding: 2px;
  border: solid 1px black;
  min-width: 400px;
  max-width: 100%;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown3-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown3 a:hover { background: #FFFF00;
 box-shadow: 0 15px 20px rgba(255, 255, 0, .2);
 color: #524f4e;
 transform: translateY(-7px);}

.show3 {display: block;}


.dropbtn4 {
 text-decoration: none;
 display: inline-block;
 width: 220px;
 height: 30px;
 line-height: 30px;
 border-radius: 10px;
 border: 1px solid rgba(0, 0, 0, .4);
 margin: 0px 0px;
 font-size: 12px;
 text-transform: uppercase;
 text-align: center;
 letter-spacing: 1px;
 font-weight: 600;
 background: #fff;
 color: #0000ff;
 box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
 transition: .3s;
 }

.dropbtn4:hover, .dropbtn4:focus { background: #FFFF00;
 box-shadow: 0 15px 20px rgba(255, 255, 0, .2);
 color: #524f4e;
 transform: translateY(-7px);
  }

.dropdown4 {
  position: relative;
  display: inline-block;
}

.dropdown4-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  padding: 2px;
  border: solid 1px black;
  min-width: 400px;
  max-width: 100%;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown4-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown4 a:hover { background: #FFFF00;
 box-shadow: 0 15px 20px rgba(255, 255, 0, .2);
 color: #524f4e;
 transform: translateY(-7px);}

.show4 {display: block;}

.dropbtn5 {
text-decoration: none;
 display: inline-block;
 width: 220px;
 height: 30px;
 line-height: 30px;
 border-radius: 10px;
 border: 1px solid rgba(0, 0, 0, .4);
 margin: 0px 0px;
 font-size: 12px;
 text-transform: uppercase;
 text-align: center;
 letter-spacing: 1px;
 font-weight: 600;
 background: #fff;
 color: #0000ff;
 box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
 transition: .3s;
 }

.dropbtn5:hover, .dropbtn5:focus { background: #FFFF00;
 box-shadow: 0 15px 20px rgba(255, 255, 0, .2);
 color: #524f4e;
 transform: translateY(-7px);
  }

.dropdown5 {
  position: relative;
  display: inline-block;
}

.dropdown5-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  padding: 2px;
  border: solid 1px black;
  min-width: 400px;
  max-width: 100%;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown5-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown5 a:hover { background: #FFFF00;
 box-shadow: 0 15px 20px rgba(255, 255, 0, .2);
 color: #524f4e;
 transform: translateY(-7px);}

.show5 {display: block;}






*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins',sans-serif;
}

nav{
  width: 100%;
  padding: 10px 0;
  background: #1c1b1b;
 }
nav .menu{
  max-width: 1270px;
  margin: auto;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu .logo a{
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
  color: #ff0;
}
.menu ul{
  list-style: none;
  display: flex;
}
.menu ul a{
  margin:0 5px;
  text-decoration: underline;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  display: inline-flex;
  padding: 10px 12px;
  position: relative;
  transition: all 0.3s ease;
}
.menu ul a:hover:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  }

.menu ul a:hover{
  color: #ff0;
}
nav label.btn{
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: none;
}
nav label.cancel{
  position: absolute;
  top: 0px;
  right: 10px;
  color: #fff;
}
#check{
  display: none;
}
@media (max-width:940px) {
  .menu ul{
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: 300px;
    padding-top: 45px;
    height: 100%;
    background: #1c1b1b;
    z-index: 12;
    transition: all 0.3s ease;
  }
  .menu ul a{
   display: block;
   font-size: 23px;
   width: 100%;
   margin-top: 30px;
   box-shadow: none;
   text-align: center;
  }
  .menu ul a:hover:before{
    box-shadow: none;
  }
  nav label.bars{
    display: block;
  }
  #check:checked ~ label.bars{
    display: none;
  }
  #check:checked ~ ul label.cancel{
    display: block;
  }
  #check:checked ~ ul{
    left: 0;
  }
}



.header {
  width: 100%;
  background: #1c1b1b;
  padding: 0px 0;
  z-index: 100;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}
 
.header__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}
.header_fixed {
  position: fixed;
  left: 0;
  top: 0;
}


* {
margin: 0;
padding: 0;
}
@font-face {
font-family: 'zocial', sans-serif;
}
[data-svedsam]:before {
font-family: 'zocial';
content: attr(data-svedsam);
-webkit-font-smoothing: antialiased;
}
body {
font-family: 'Verdana', sans-serif;
}
a {
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.dasulon {
clear: both;
}
footer {
  background-color: #ffff00;
  position: relative;
  z-index: 1;
}
footer .conseca-udsamin {
  background-color: #ffff00;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(103, 103, 103, 0.2) 25%, rgba(60, 60, 60, 0) 25%, transparent 50%, rgba(142, 142, 142, 0.2) 50%, rgba(148, 148, 148, 0.2) 75%, rgba(90, 90, 90, 0) 75%, rgba(68, 68, 68, 0));
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  background-size: 50px 50px;
  -moz-box-shadow: 1px 1px 8px gray;
  -webkit-box-shadow: 1px 1px 8px #565353;
  box-shadow: 1px 1px 8px #403e3e;
  height: 12px;
}
footer > ul {
list-style: none outside none;
margin: 0 auto;
max-width: 1000px;
overflow: hidden;
padding: 0 0;
position: relative;
width: 95%;
}
footer > ul li {
float: left;
padding: 0px 0px;
width: 33.3%;
}
footer > ul li:first-child {
padding-left: 0;
}
footer > ul li:nth-child(3) {
padding-right: 0;
}
footer > ul li .svedsam {
color: #999999;
float: left;
font-size: 80px;
line-height: 80px;
}
footer > ul li .anspisceng {
color: #848889;
font-size: 13px;
line-height: 20px;

position: relative;
anspisceng-align: center;
}
.anspisceng h4 {
color: #FFFFFF;
font-size: 20px;
font-weight: bold;
margin-bottom: 0px;
}
.anspisceng a {
border-bottom: 1px dotted transparent;
color: #000;
font-weight: bold;
}
.anspisceng a:hover {
border-color: #000;
}
footer .skalam {
  background-color: #000;
  padding: 0px 0;
}
footer .skasd-unasam {
font-size: 12px;
margin: 0 auto;
max-width: 1000px;
position: relative;
width: 95%;
}
.cenudan {
float: left;
list-style: none outside none;
position: relative;
}
.cenudan li {
float: left;
margin-right: 10px;
}
.cenudan a {
color: #fff;
}
.cenudan a:hover {
color: #FFFFFF;
}
.kupadas {
position: absolute;
right: 0;
top: 0;
}
.kupadas a {
color: #fff;
margin-left: 20px;
}
.kupadas a:hover {
color: #FFFFFF;
}
.kupadas .svedsam {
display: inline-block;
font-size: 36px;
margin-right: 5px;
vertical-align: middle;
-webkit-transition: -webkit-transform .3s linear;
-moz-transition: -moz-transform .3s linear;
-ms-transition: -ms-transform .3s linear;
-o-transition: -o-transform .3s linear;
transition: transform .3s linear;
}
.kupadas a:hover .svedsam {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
.kupadas .pekasad {
display: inline-block;
vertical-align: middle;
}
.kupadas .pekasad .follow {
display: block;
}
.kupadas .pekasad .num {
display: block;
}
.copyright {
color: #fff;
margin-top: 5px;
}
@media screen and (max-width: 1000px){
.cenudan, .kupadas, .copyright{
float:none;
text-align:center;
}
.kupadas {
position:relative;
margin:10px 0;
}
.cenudan li {
display:inline-block;
float:none;
}
.skalam {
position:relative;
}
.skasd-unasam {
margin-bottom:0;
}
}
@media screen and (max-width: 835px) {
footer > ul li {
float:none;
width:auto;
}
}
@media screen and (max-width: 768px) {
.cenudan li {
margin-right:5px;
}
}
 

 .btnup {
 position: fixed;
 right: 15px;
 bottom: 15px;
   z-index: 4;
 }