/* Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð¿Ñ€Ð¸Ð¼ÐµÑ€Ð° */
body {
  background-color: #0f1317;
  background-image: url("images/Group\ 107\ \(1\).webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 1200px 600px;
  background-position-y: 1%;
  margin: auto;
}

header {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav ul {
  list-style-type: none;
  display: flex;
  align-items: center;
}

.logo {
  font-weight: bold;
  width: 100px;
}

.button {
  padding: 8px 16px;
  background-color: #f8ac26;
  color: #000;
  text-decoration: none;
  border-radius: 3px;
  font-size: 16px;
}

.button:hover {
  color: #000;
  list-style: none;
  text-decoration: none;
}

#vhod {
  background-color: #181d23;
  padding: 7px 16px;
  font-size: 16px;
  border-radius: 3px;
  border-color: #747474;
  border: 1px solid #747474;
  color: #747474;
}
#vhodd {
  background-color: #181d23;
  padding: 10px 40px;
  font-size: 16px;
  border-radius: 3px;
  border-color: #ffffff;
  border: 1px solid #ffffff;
  color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}
.imgslots {
  display: flex;
  margin-bottom: 10px;
}

.imgslots-img {
  flex: 1;
  margin: 0 10px;
  position: relative; /* Ð”Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¾ */
}

.imgslots-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: filter 0.3s ease;
  border-radius: 15px;
}
.imgslots-img img:hover {
  filter: brightness(50%);
}

.hover-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  font-size: 40px;
  color: #f8ac26;
}

.imgslots-img:hover .hover-icon {
  opacity: 1;
}

.links li a {
  color: #ffffff;
  text-decoration: none;
}
.links li a:hover {
  color: #f8ac26;
}

.links {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: unset;
  margin-block-end: unset;
  padding-inline-start: unset;
}

.header {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav {
  display: flex;
  align-items: center;
}

.title {
  margin-top: 20px;
}

.title h1 {
  margin-top: 180px;
  color: #fff;
  font-size: 50px;
  text-align: left;
  
  margin-bottom: 20px;
}

.title p {
  color: #fff;
  
  font-weight: 200;
}
.open p {
  color: #ffffff;
 
  font-weight: 200;
  text-align: left;
  width: 60%;
}
.button-container {
  display: flex;
  justify-content: space-around;
  align-items: left;
  width: 250px;
  margin-left: 25px;
  margin-bottom: 250px;
}

.bttn {
  display: inline-block;
  padding: 10px 40px;
  border: none;
  border-radius: 5px;
  background-color: #f8ac26;
  color: rgb(0, 0, 0);
  text-decoration: none !important;
  text-align: center;
  margin-left: 10px;
}
.bttn:hover {
  color: rgb(0, 0, 0);
}
#vhodd:hover {
  color: rgb(255, 255, 255);
}
.push {
  list-style: none;
  font-weight: 100;
}
.push li {
  position: relative;
  padding: 20px 0 20px 40px;
  color: #ffffff;
  font-variant: small-caps;
  font-weight: lighter;
  cursor: pointer;
}
.push li:before {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
  content: "";
  left: 0;
  transition: 0.3s ease-in-out;
  top: 27px;
}
.push li:after {
  position: absolute;
  border-left: 1px dotted #ffffff;
  width: 1px;
  bottom: -12px;
  content: "";
  left: 3px;
  top: 48px;
}
.push li:hover:before {
  box-shadow: 0 0 0 10px #f8ac26;
}
.push li:last-child:after {
  content: none;
}

.title h2 {
  color: #fff;
  font-size: 40px;
  
}
.get-x {
  margin-bottom: 20px;
}
.title h3 {
  color: #ffffff;
  font-size: 25px;
}
.title h4 {
  color: #ffffff;
  font-size: 20px;
}

.title li {
  color: #fff;
  font-size: 18px;
}

.button2 {
  background-color: #f8ac26;
  padding: 8px 16px;
  color: #000;
  text-decoration: none;
  border-radius: 3px;
  font-size: 16px;
  margin: auto;
  display: block;
  margin-bottom: 20px;
}
.logo1 {
  font-weight: bold;
  width: 100px;
  margin: auto;
  margin-top: 20px;
}
.footer {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  white-space: nowrap;
  list-style: none;
  margin: auto;
  padding: 0;
}
.push {
  list-style: none;
  font-weight: 100;
}
.push li {
  position: relative;
  padding: 20px 0 20px 40px;
  color: #ffffff;
  font-variant: small-caps;
  font-weight: lighter;
  cursor: pointer;
}
.push li:before {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
  content: "";
  left: 0;
  transition: 0.3s ease-in-out;
  top: 27px;
}
.push li:after {
  position: absolute;
  border-left: 1px dotted #ffffff;
  width: 1px;
  bottom: -12px;
  content: "";
  left: 3px;
  top: 48px;
}
.push li:hover:before {
  box-shadow: 0 0 0 10px #f8ac26;
}
.push li:last-child:after {
  content: none;
}
.title ul li {
  font-weight: lighter;
}
.title ol li {
  font-weight: 300;
}
.container {
  border: 2px solid #ccc;
  background-color: #181d23;
  border-radius: 5px;
  padding: 16px;
  margin: 16px 0;
}

/* Clear floats after containers */
.container::after {
  content: "";
  clear: both;
  display: table;
}

/* Float images inside the container to the left. Add a right margin, and style the image as a circle */
.container img {
  float: left;
  margin-right: 20px;
  border-radius: 50%;
}

/* Increase the font-size of a span element */
.container span {
  font-size: 20px;
  margin-right: 15px;
}
table.iksweb {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
table.iksweb,
table.iksweb td,
table.iksweb th {
  border: 1px solid #ffffff;
}
table.iksweb td,
table.iksweb th {
  padding: 5px;
  width: 30px;
  height: 35px;
  color: #fff;
  padding-left: 10px;
}
table.iksweb1 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  height: auto;
  margin-bottom: 20px;
}
table.iksweb1,
table.iksweb1 td,
table.iksweb th {
  border: 1px solid #ffffff;
}
table.iksweb1 td,
table.iksweb1 th {
  padding: 5px;
  width: 30px;
  height: 35px;
  color: #fff;
  padding-left: 10px;
}

/* ÐœÐµÐ´Ð¸Ð°-Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð´Ð»Ñ ÑˆÐ¸Ñ€Ð¸Ð½Ñ‹ ÑÐºÑ€Ð°Ð½Ð° 768px Ð¸ Ð½Ð¸Ð¶Ðµ */
@media (min-width: 320px) and (max-width: 1000px) {
  .title h2 {
    color: #fff;
    font-size: 20px;
    padding-bottom: 10px;
  }
  body {
    background-color: #0f1418;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 200px;
  }

  .title h1 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 50px;
    text-align: center;
    width: 100%;
  }

  .title h3 {
    color: #fff;
    font-size: 14px;
  }

  .title li {
    color: #fff;
    font-size: 12px;
  }

  p {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .links {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-top: unset;
    margin-block-end: unset;
    padding-inline-start: unset;
    display: none;
  }

  #vhod {
    background-color: #f8ac26;
    display: none;
  }

  .button {
    padding: 10px 20px;
    background-color: #f8ac26;
    color: #000;
    text-decoration: none;
    border-radius: 10px;
    font-size: 12px;
  }

  .logo {
    font-weight: bold;
    max-width: 70px;
  }

  header {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  nav ul {
    list-style-type: none;
    display: flex;
    align-items: center;
  }

  .logo1 {
    font-weight: bold;
    width: 100px;
    margin: auto;
    margin-top: 20px;
  }
  .container {
    text-align: center;
  }

  .container img {
    margin: auto;
    float: none;
    display: block;
  }
  img {
    width: 100%;
    height: auto;
  }
  table.iksweb {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  table.iksweb,
  table.iksweb td,
  table.iksweb th {
    border: 1px solid #ffffff;
  }

  table.iksweb td,
  table.iksweb th {
    padding: 1%; /* Ð˜ÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÐµÐ¼ Ð¾Ñ‚Ð½Ð¾ÑÐ¸Ñ‚ÐµÐ»ÑŒÐ½Ñ‹Ðµ ÐµÐ´Ð¸Ð½Ð¸Ñ†Ñ‹ Ð¸Ð·Ð¼ÐµÑ€ÐµÐ½Ð¸Ñ */
    color: #fff;
    font-size: 10px; /* Ð˜ÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÐµÐ¼ Ð¾Ñ‚Ð½Ð¾ÑÐ¸Ñ‚ÐµÐ»ÑŒÐ½Ñ‹Ð¹ Ñ€Ð°Ð·Ð¼ÐµÑ€ ÑˆÑ€Ð¸Ñ„Ñ‚Ð° */
  }

  .open p {
    display: block;
    width: 100%;
    text-align: center;
  }
  .button-container {
    margin: auto;
    margin-bottom: 20px;
  }
}
