body{
  padding: 0;
  margin: 0;
  background-color: #e9e9e9;
}

  a:link {text-decoration: none;}
  a:visited { text-decoration: none; }
  a:active { text-decoration: none; }
  a:hover {text-decoration: none; }



a{
  text-decoration: none;
    color: white;
}

.header0{
  width: 100%;
  height: 50px;
  background-color: #4682B4;
}


.tema{

  padding-left: 20px;
  float: left;
  padding-top: 10px;
  color: white;
  border: none;
}

header{
  background-color: white;
  width: 100%;
  height: 100px;
}


#darkTheme{
  text-decoration: none;
  outline: none;
  display: inline-block;
  padding: 10px 20px;

  position: relative;
  color: white;
  border: 1px solid rgba(255,255,255,.4);
  background: none;
  font-weight: 200;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.mainmenubtn {
    background-color: inherit;
    color: #545454;
    border: none;
    font-weight: bolder;
    font-size: 20px;
    cursor: pointer;
    padding:20px;
    margin-top:20px;

}
.nav {

  display: block;
  width: 80%;
  display: flex;
  justify-content: space-around;
  z-index: 99999999;
  position: absolute;
  margin-top: -70px;
  left: 20%;
}

.nav > ul{
  width: 80%;
  display: flex;
  justify-content: space-around;
}

.main{


  font-family: sans-serif;
  font-weight: lighter;
  list-style: none;
  background-color: inherit;
  color: #545454;
  border: none;
  font-weight: bolder;
  font-size: 20px;
  cursor: pointer;
}

.mainAfter{
  position: absolute;
  display: none;
  background-color: white;
  width: 150px;
  margin-top: 15px;
  margin-left: -63px;
  list-style-type: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.mainAfter a {
    color: #545454;
    font-family: sans-serif;
    padding: 10px;
    text-decoration: none;
    display: block;
    font-weight: lighter;
}




.button{
  font-family: sans-serif;
  font-weight: bolder;
}

.button a:hover {
  color: black;
}



/* .dropdown {
    z-index: 999;
    top: 0px;

    position: absolute;
    left: 80%;
    display: none;

} */


/* .dropdown-child {
    display: none;
    background-color: white;
    min-width: 200px;
}
.dropdown-child a {
    color: #545454;
    font-family: sans-serif;
    font-weight: bolder;
    padding: 20px;
    text-decoration: none;
    display: block;
}
.dropdown:hover .dropdown-child {
    display: block;
} */




.container {
    z-index: 9999999999999999999999999999999999;
    top: 0px;
    position: absolute;
    left: 86%;
    top: 85px;
    display: none;
    width: 36px;
    cursor: pointer;

}

.b1, .b2, .b3 {
    width: 36px;
    height: 5px;
    background-color: #545454;
    margin: 5px 0;
    transition: 0.3s;
}

.change .b1 {
    transform: rotate(-45deg) translate(-9px, 6px);
}
.change .b3 {
    transform: rotate(45deg) translate(-9px, -6px);
}

.change .b2 {opacity: 0;}


.chooseTur a {
  color: #545454;
}

nav{
  position: relative;
  right: 451%;
  width: 210px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

nav ul{
  display: none;
}

nav ul ul{
  background-color: white;
  position: absolute;
	top:0;
	right: 100%;
  width: 116px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#main2{
  display: none;
}

#main3{
  display: none;
  top: 50px;
}

nav ul li{
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;

}



nav a{
  color: #545454;
  border: none;
  font-size: 20px;
  cursor: pointer;
  font-family: sans-serif;
  font-weight: lighter;
}





.headline {
  margin-left: 2.5%;
  background-repeat: no-repeat;
  width: 300px;
  height: 100px;
  z-index: 9999999999999999999999999999;
}



.slider {
  position: relative;
  overflow: hidden;
}

.slider__wrapper {
  display: flex;
  transition: transform 0.6s ease;
}

.slider__item {
  flex: 0 0 100%;
  max-width: 100%;
}

.slider__control {
  position: absolute;
  top: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  height: 50px;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, .5);
}

.slider__control_show {
  display: flex;
}

.slider__control:hover,
.slider__control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.slider__control_left {
  left: 0;
}

.slider__control_right {
  right: 0;
}

.slider__control::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.slider__control_left::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.slider__control_right::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.imgmenu{

  font-family: sans-serif;
  text-align: center;
  font-size: 60px;
  font-weight: bolder;

  z-index: 4;

  background-size: cover;
  height: 600px;
  width: 100%;
}


.imgmenu_1{
  background-image: url("images/туризм_4_1900x600.jpg");
}

.imgmenu_2{
  background-image: url("images/italy_4.jpg");
}

.imgmenu_3{
  background-image: url("images/austria_1.jpg");
}

.imgmenu_4{
  background-image: url("images/туризм_11_1900x600.jpg");
}

.menu1{
  display: block;
  position:relative;
  top: 20px;
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 1em #545454;
}
.tur{
  display: block;
  padding: 5px 5px 5px 5px;
  position: relative;
  top: 40px;
  text-align: center;
  background-color: #4682B4;
  font-size: 30px;
  color: white;
  width: 100px;
  margin-left: auto;
    margin-right: auto;
    width: 12em;
    height: 1.5em;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.tur:hover{
  -webkit-transform: scale(1.15);
 transform: scale(1.15);
  transition-duration: 0.5s;
}


.maintext1{
  display: block;
  font-family: sans-serif;
  font-weight: lighter;
  text-align: center;
  margin-top: 40px;
  font-size: 60px;
  color: #545454;
}

.parallelogram {
  margin-left: 60px;
  width: 300px;
  height: 250px;
  /*transform: skew(20deg);*/
  background: #4682B4;
  position:relative;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  /* margin-top: 35px; */
}

.parA{
  display: none;
  top: 0px;
  display:none;
  position:absolute;
    background:#4682B4;
    height:260px;
    width:300px;

}

/* .parallelogram:hover .parA{
    display:block;
} */

.parallelograms{
  display: flex;
  justify-content: center;
  margin-top: 80px;
  flex-wrap: wrap;
}

/* .parallelogram:hover {
  -webkit-transform: scale(1.15);
 transform: scale(1.15);
  transition-duration: 0.5s;

} */

.parText{
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 30px;
  background: #4682B4;
  color: white;
  margin-top: 216px;
  padding: 7px 7px 7px 7px;
}

.parAText {
  text-align: justify;
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 15px;
  color: white;
}

#par1{
  display: block;
}

#par2{
  display: block;
}

#par3{
  display: block;
}


#parA1{
  display: none;
}

#parA2{
  display: none;
}

#parA3{
  display: none;
}

.there{
  text-align: center;
  margin-top: 13px;
}

.there a {
  background: rgba(0, 0, 0, 0.3);
  padding: 6px 6px 6px 6px;
}

.par1{
  background-image: url("images/туризм_6.jpg");
}

.relaxionsize{

}

.par2{
  background-image: url("images/туризм_7.jpg");
}

.par3{
  background-image: url("images/туризм_8.png");
}

.maintext2 {
  text-align: center;
  background-color: #e9e9e9;
}
.maintext2 a{
  font-family: sans-serif;
  font-weight: lighter;
  top: 40px;
  position: relative;
  font-size: 60px;
  color: #545454;
}


.menu2{
  background-color: #e9e9e9;
  width: 100%;
}

.center{
  background-color: #e9e9e9;
  margin-top: 70px;
  z-index: 99;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

}
.place{
  margin: 8px;
  background-color: white;
width: 350px;

}

.coutries{
  text-align: center;
  background-color: white;
}

.coutries a{
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 30px;
  color: #545454;
  text-decoration: none;
  border-bottom: 1px solid #e9e9e9;
}

.coutries a:hover{
  color: #002572;
}



.tcountries{
  text-align: justify;
  padding: 10px 10px 10px 10px;
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 15px;
  padding: 10px 20px;
  color: #545454;
}



#upbutton {
    background: url("images/up.png") no-repeat top left;
    height: 60px;
    width: 60px;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 99999999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

/* #page_up_down_button {
    z-index: 99999999999999999999999999999999999999999999999;
    position: fixed;
    left: 95%;
    bottom: 1%;
    background-image: url("images/vk.png");
    width: 50px;
    height: 50px;
} */

#vk {
  display: inline-block;
    background-image: url("images/vk.png");
    width: 50px;
    height: 50px;
      margin-left: 20px;
}

#instagram {
  display: inline-block;
    background-image: url("images/instagram.png");
    width: 50px;
    height: 50px;
      margin-left: 20px;
}

#facebook {
  display: inline-block;
    background-image: url("images/facebook.png");
    width: 50px;
    height: 50px;
      margin-left: 20px;
}


footer{
  margin-top: 70px;
  margin-bottom: 0px;
  z-index: 99;
  display: flex;
  justify-content: space-around;
  width: 95%;
  background-color: white;
}







footer li{
  list-style: none;
}



.foot1{
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 20px;
  color: black;
}

.foot1 a{
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 15px;
  color: #545454;
}

.foot1 a:hover{
  text-decoration: underline;
}

.foot1Nav{
  padding-top: 4px;
}

.foot2{
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 20px;
  color: black;
}
.foot2 a{
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 20px;
  color: black;
}


.gmail{
  padding-top: 7px;
  padding-bottom: 7px;
}

.gmail1{
  padding-top: 4px;
  font-size: 12px;
  color: #545454;
}

.number{
  padding-top: 7px;
  padding-bottom: 7px;
}

.number1{
  padding-top: 4px;
  font-size: 12px;
  color: #545454;
}



.maintext1_500px{
  display: none;
  font-family: sans-serif;
  font-weight: lighter;
  text-align: center;
  margin-top: 40px;
  font-size: 60px;
  color: #545454;
}

.menu1_500px{
  display: none;
  position:relative;
  top: 20px;
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 1em #545454;
}


.tur_500px{
  z-index: 999;
  display: none;
  padding: 5px 5px 5px 5px;
  position: relative;
  top: 30px;
  text-align: center;
  background-color: #4682B4;
  font-size: 30px;
  color: white;
  width: 1.4em;
  height: 1.4em;
  margin-left: auto;
    margin-right: auto;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.5); */


      -moz-box-shadow:0 5px 5px rgba(0,0,0,0.3);
      -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.3);
      box-shadow:0 5px 5px rgba(0,0,0,0.3);
      padding: 5px 5px 5px 5px;
}

.tur_500px:hover{
  -webkit-transform: scale(1.15);
 transform: scale(1.15);
  transition-duration: 0.5s;
}

@media only screen and (max-width: 800px) {
  .nav ul {display: none;}
  .container {display: block;}
  .parallelogram {margin-bottom: 40px;}
}

@media only screen and (max-width: 1024px) {
  .parallelogram {margin-bottom: 40px;}
}

@media only screen and (max-width: 500px) {
  .maintext1 {display: none;}
  .maintext1_500px {display: block;}
  .menu1 {display: none;}
  .menu1_500px {display: block; font-size: 60px;}
  .tur{display: none;}
  .tur_500px{display: block;}
  .headline a{content: url("images/name2.png");}
  .parallelogram {margin-left: 0px;}
  footer {display: block; padding-left: 30px; width: 90%;}

}

.chooseTur_small a {
  color: #545454;
}
