@font-face {
	font-family: "TRY Clother Light";
	src: url("../css2/fonts/try-clother-light/try-clother-light.eot"); /* IE9 Compat Modes */
	src: url("../css2/fonts/try-clother-light/try-clother-light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
		url("../css2/fonts/try-clother-light/try-clother-light.otf") format("opentype"), /* Open Type Font */
		url("../css2/fonts/try-clother-light/try-clother-light.svg") format("svg"), /* Legacy iOS */
		url("../css2/fonts/try-clother-light/try-clother-light.ttf") format("truetype"), /* Safari, Android, iOS */
		url("../css2/fonts/try-clother-light/try-clother-light.woff") format("woff"), /* Modern Browsers */
		url("../css2/fonts/try-clother-light/try-clother-light.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}


html {
  width: 100%;
  max-width: 100%;
}

body {
    margin: 0;
    font-family: "TRY Clother Light";
    width: 100%;
    max-width: 100%;
    background-color: #C7DADE;
}
.instruction_page {
  font-size: 23px;
  text-align: left;
  
}

.instruction_page div:nth-child(n+2) {
  margin-left:25px;
  margin-top:25px;
  margin-right: 25px;
}
.instruction_page li {
  margin-left:25px;
  margin-right: 25px;
}

.page_caption_instruction {
  width: 100%;
  background-color: #bdd3d7;
  height: 70px;
  padding-top: 20px;
}

/* additional page */

.additional_page {
  font-size: 23px;
  text-align: left;
}
.container_additional {
  padding-left:5vw;
  font-size: 5vw;
}
.sub_caption_additional {
  font-weight: 1000;
}
.container_additional div {
  padding-top: 2vw;
}
.additional_page_caption {
  width: 100%;
  background-color: #bdd3d7;
  height: 12vw;
  text-align:center;
  padding-top: 15px;
}
.additional_page_caption .header_instruction {
  font-size: 5.5vw;
}
.additional-container {
  display: grid;
  width:88vw;
  grid-template-columns: 62vw 25vw;
  font-size: 14px;
}

.additional-container > div {
  text-align: left;
  font-size: 4.5vw;
}
.additional-container > div:nth-child(2n) {
  text-align: right;
  width: 22vw;
}
.additional_usage {
  margin-top: 5vw;
  margin-bottom: 5vw;
  width: 80vw;
}
.additional_usage a {
  color: #2d75d7;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size .3s;
}
.additional_usage a:hover {
  background-size: 100% 2px;
}
/* menu bars */
.menu_bars {
  background: url(img/menu-bars.svg) no-repeat center / contain;
  color: white;
  position: absolute;
  top: 5px;
  right: 20px;
  width: 10%;
  height: 10%;
  z-index: 999999;
}
.page_caption_maps {
  width: 100%;
  background-color: #bdd3d7;
  height: 70px;
}

.wrapper {
    display: flex;  
    flex-flow: row wrap;
    font-weight: bold;
    text-align: center; 
  }
  
  /* Slider */

  .wrapper > * {
    flex: 1 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .header {
    text-transform: uppercase;
    font-size: 32px;
    margin-top: 10px;
  }

  .page_caption {
    width: 100%;
    background-color: #bdd3d7;
    height: 70px;
    margin-top: 40px;
  } 
  .page_caption2 {
    width: 100%;
    background-color: #F1681BE5;
    height: 70px;
    margin-top: 40px;
  }
  .header_2 {
    margin-left: 20px;
    text-align: left;
    text-transform: uppercase;
    font-size: 32px;
    margin-top: 10px;
  }
  .header_instruction {
    text-align: left;
    text-transform: uppercase;
    font-size: 32px;
    margin-left: 25px;
  }
 
  .box {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    gap: 10px;
  }
  .box>* {
    flex: 1 1 40%;
  }
  .box_maps {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    gap: 10px;
    margin-top: 20px;
  }
  .box_maps>* {
    flex: 1 1 40%;
  }

  .main {
    font-size: 25px;
  }

  .button_wrapper {
    width: 80%;
  }

  .button {
    width: 100%;
    height: 60px;
    border: none;
    color: white;
    background-color: #F1681B;
    border-radius: 32px;
    text-align: center;
    text-decoration: none;
    align-content: center;
    text-transform: uppercase;
    font-family: 'TRY Clother';
    font-size: 26px;
  }
 
  
  .logo {
    background: url(img/logo.svg) no-repeat center / contain;
    left: 50%;
    position: absolute;
    z-index: 999999;
    width: 80%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 80%;
  }
  .logo_footer {
    background: url(img/logo_footer.svg) no-repeat center / contain;
    width: 150px;
    height: 150px;
  }
  .footer {
    margin-top: 30px;
  }
  .house_img_leto {
    background: url(img/leto.svg) no-repeat center / contain;
    width: 150px;
    height: 150px;
    display: inline-block;
  }

  .house_img_oblaka {
    background: url(img/oblaka.svg) no-repeat center / contain;
    width: 150px;
    height: 150px;
    display: inline-block;
  }

  .house_img_more {
    background: url(img/more.svg) no-repeat center / contain;
    width: 150px;
    height: 150px;
    display: inline-block;
  }
  .house_img_chilie {
    background: url(img/chilie.svg) no-repeat center / contain;
    width: 150px;
    height: 150px;
    display: inline-block;
  }
  .house_img_les {
    background: url(img/les.svg) no-repeat center / contain;
    width: 150px;
    height: 150px;
    display: inline-block;
  }
  .house_img_pole {
    background: url(img/pole.svg) no-repeat center / contain;
    width: 150px;
    height: 150px;
    display: inline-block;
  }

  .house_img_banya {
    background: url(img/banya.svg) no-repeat center / contain;
    width: 150px;
    height: 150px;
    display: inline-block;
  }

  .maps_velo {
    background: url(img/maps/velo.svg) no-repeat center / contain;
    width: 150px;
    height: 150px;
    display: inline-block;
  }

  .maps_walk {
    background: url(img/maps/walk.svg) no-repeat center / contain;
    width: 150px;
    height: 150px;
    display: inline-block;
  }

  .maps_car {
    background: url(img/maps/car-solid1.svg) no-repeat center / contain;
    width: 150px;
    height: 150px;
    display: inline-block;
  }

  .maps_sap {
    background: url(img/maps/sap.svg) no-repeat center / contain;
    width: 150px;
    height: 150px;
    display: inline-block;
  }
  .maps_caption {
    font-size: 24px;
    text-transform: uppercase;
  }
  .phone_img {
    background: url(img/tel3.svg) no-repeat center / contain;
    width: 50px;
    height: 50px;
  }
  .tel_area {
    display: flex;
    margin-left: 40px;
    margin-top: 40px;
    height: 100px;
  }
  .tel_area div:nth-child(2) {
    margin-left: 5px;
    margin-top: 5px;
  }
  
  .tel_number {
    text-decoration: none;
    color: black;
    font-size: 26px;
    padding-bottom: 100px;
  }