* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: sans-serif;
  background: #f0f0f0;
  display: grid;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {

#invisible_site {
    display: none;
}

.block1 {
    background-color: #1C1C1C;
    color: white;
    padding: 10px;
}

#logo_nav {
    position: relative;
    margin-top: 5px;
    margin-left: 5px;
    width: 15vw;
    max-width: 110px;
}

#logo_bottom {
  display: flex;
    position: relative;
    top: 0.5vh;
    margin-top: 5px;
    margin-left: 5px;
    width: 15vw;
    max-width: 110px;
}

.block2 {
    background-color: #1C1C1C;
    color: white;
    width: 100vw;
    padding: 20px;
    /* height: 6vh; */
}

.block3 {
    background-color: #1C1C1C;
    top: 0px;
    width: 100vw;
    padding-bottom: 10px;
    /* height: 15vh; */
}

.block4 {
    background-color: #1C1C1C;
    width: 100vw;
    padding-bottom: 70px;
    /* height: 60vh; */
}

.block5 {
    background-color: #1C1C1C;
    width: 100vw;
    padding-bottom: 200px;
    /* height: 900px; */
}
.block6 {
    background-color: #1C1C1C;
    width: 100vw;
    padding-bottom: 120px;
    /* height: 900px; */
}
.block7 {
    background-color: #1C1C1C;
    width: 100vw;
    padding-bottom: 120px;
    /* height: 900px; */
}

.text_b2_1 {
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: clamp(5px, 6vw, 31px);
    font-weight: bold;
    text-align: center;
    margin-left: auto;
  margin-right: auto;
    padding-top: 0px;
}

#hline {
    position: relative;
    top: 4%;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    min-width: 130px;
    max-width: 700px;
}

#bonuses {
    position: relative;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: clamp(5px, 6vw, 31px);
    top: 0px;
    text-align: center;
    left: 0%;
}

#sign_up {
    position: relative;
    top: 10px;
    left: 50%;
    transform: translateX(-55%);
    width: 161px;
    height: 44px;
    background-color: #8698AE;
    border: #4D6179;
    border-radius: 15px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    color: #1C1C1C;
    text-align: center;
}

.splide {
  position: relative;
  visibility: hidden;
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.splide__list {
  display: flex;
  backface-visibility: hidden;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide__slide {
  flex-shrink: 0;
  box-sizing: border-box;
  backface-visibility: hidden;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
  width: 100vw;
  max-width: 645px;
  height: 40vw;
  max-height: 235px;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@keyframes splide-loading {
  0% { transform: rotate(0); }
  100% { transform: rotate(1turn); }
}
.splide__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0.5em;
  left: 0;
  right: 0;
  padding: 0 1em;
  margin: 0;
  pointer-events: none;
  z-index: 1;
}

.splide__pagination li {
  display: inline-block;
  list-style-type: none;
  pointer-events: auto;
}
.splide__pagination__page {
  background: #cccccc00;
  box-shadow: none;       /* Убираем тени */
  border: solid 1px #fff;           /* Без рамки */
  border-radius: 50%;     /* Оставляем круг, если нужно */
  filter: none;           /* Убираем визуальные эффекты */
  transition: none; 
  width: 8px;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  transition: transform 0.2s linear;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  background: #ffffff00;
  border: solid 1px #ffffff;
  box-shadow: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.7;
  cursor: pointer;
  z-index: 1;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--next {
  right: 1em;
}
.splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
  fill: #000;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}


#services {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: clamp(5px, 6vw, 31px);
    text-align: left;
    margin-left: -17%;
    text-shadow: #BEBEBE 3px -2px 0px;
    top: 5vh;
}

.itms {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -130px;
    margin-top: 50px;
}

.itmimgcontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13vw;
    height: 13vw;
    margin-bottom: 20px;
    border: solid 1px #8698AE;
    border-radius: 25%;
    margin-right: 78%;
    box-shadow: #4D6179 0px 0px 7px;
}

.services_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.img_card_service {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 6vh;
    width: 100%;
    max-width: 535px;
    height: 100%;
    max-height: 196px;
}

#GTR_info {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 10vh;
    margin-left: auto;
    margin-right: auto;
    width: 90vw;
    max-width: 283px;
    height: 17vh;
    max-height: 75px;
}

.information1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 15vh;
    margin-left: auto;
    margin-right: auto;
    width: 90vw;
    max-width: 380px;
    height: 17vh;
    max-height: 96px;
}

.information2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 20vh;
    margin-left: auto;
    margin-right: auto;
    width: 90vw;
    max-width: 380px;
    height: 17vh;
    max-height: 96px;
}

.text_b2_3 {
    position: relative;
    top: 12.5vh;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: clamp(5px, 6vw, 31px);
    font-weight: bold;
    text-align: center;
    margin-left: auto;
  margin-right: auto;
}
.text_b2_4 {
    position: relative;
    top: 17.5vh;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: clamp(5px, 6vw, 31px);
    font-weight: bold;
    text-align: center;
    margin-left: auto;
  margin-right: auto;
}
.text_b2_5 {
    position: relative;
    top: 8vh;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: clamp(5px, 6vw, 31px);
    font-weight: bold;
    text-align: center;
    margin-left: auto;
  margin-right: auto;
}
.text_b2_6 {
    display: flex;
    justify-content: right;
    align-items: right;
    position: relative;
    top: -2.5vh;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: clamp(5px, 6vw, 11px);
    font-weight: bold;
    text-align: right;
    right: 10px;
    /* left: 60vw; */
}
.map_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0.5vh;
    margin-left: auto;
    margin-right: auto;
    width: 90vw;
    max-width: 283px;
    height: 17vh;
    max-height: 75px;
}
.ya_map {
  display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 13vh;
    border: solid 1px #FDFDFD;
    border-radius: 8px;
  width: 90vw;
  max-width: 390px;
  height: 40vh;
  max-height: 200px;
  margin: 0 auto;
}

.list_social {
  list-style: none;
  display: flex;
  justify-content: right;
  /* align-items: center; */
  position: relative;
  top: -10px;
  right: 10px;
}

.list_social_var {
  display: inline-block;
  margin-left: 1px;
}

.button_social {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: none;
  box-shadow: none;
  border: none;
  width: 5vw;
  height: 5vw;
  max-width: 21px;
  max-height: 21px;
}

.logo_social {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: none;
  width: 7vw;
  height: 7vw;
  max-width: 30px;
  max-height: 30px;
}
}

@media screen and (min-width: 800px) {

#invisible_site {
    display: none;
}

.block1 {
    background-color: #1C1C1C;
    color: white;
    padding: 10px;
}

#logo_nav {
    position: relative;
    margin-top: 5px;
    margin-left: 5px;
    width: 15vw;
    max-width: 110px;
}

#logo_bottom {
  display: flex;
    position: relative;
    top: 0.5vh;
    margin-top: 5px;
    margin-left: 5px;
    width: 15vw;
    max-width: 110px;
}

.block2 {
    background-color: #1C1C1C;
    color: white;
    width: 100vw;
    padding: 20px;
    padding-top: 50px;
    /* height: 6vh; */
}

.block3 {
    background-color: #1C1C1C;
    top: 0px;
    width: 100vw;
    padding-bottom: 10px;
    /* height: 15vh; */
}

.block4 {
    background-color: #1C1C1C;
    width: 100vw;
    padding-bottom: 70px;
    /* height: 60vh; */
}

.block5 {
    background-color: #1C1C1C;
    width: 100vw;
    padding-bottom: 200px;
    /* height: 900px; */
}
.block6 {
    background-color: #1C1C1C;
    width: 100vw;
    padding-bottom: 180px;
    /* height: 900px; */
}
.block7 {
    background-color: #1C1C1C;
    width: 100vw;
    padding-bottom: 120px;
    /* height: 900px; */
}

.text_b2_1 {
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: clamp(5px, 6vw, 31px);
    font-weight: bold;
    text-align: center;
    margin-left: auto;
  margin-right: auto;
    padding-top: 0px;
}

#hline {
    position: relative;
    top: 4%;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    min-width: 130px;
    max-width: 700px;
}

#bonuses {
    position: relative;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: clamp(5px, 6vw, 31px);
    top: 0px;
    text-align: center;
    left: 0%;
}

#sign_up {
    position: relative;
    top: 10px;
    left: 50%;
    transform: translateX(-55%);
    width: 161px;
    height: 44px;
    background-color: #8698AE;
    border: #4D6179;
    border-radius: 15px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    color: #1C1C1C;
    text-align: center;
    cursor: pointer;
    transition: box-shadow 0.4s ease, transform 0.3s ease;
}

#sign_up:hover {
  box-shadow: 0 0 10px #8698ae23, 0 0 20px #8698ae6c, 0 0 30px #8698ae8f;
}

.splide {
  position: relative;
  visibility: hidden;
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.splide__list {
  display: flex;
  backface-visibility: hidden;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide__slide {
  flex-shrink: 0;
  box-sizing: border-box;
  backface-visibility: hidden;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
  width: 100vw;
  max-width: 645px;
  height: 40vw;
  max-height: 235px;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@keyframes splide-loading {
  0% { transform: rotate(0); }
  100% { transform: rotate(1turn); }
}
.splide__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0.5em;
  left: 0;
  right: 0;
  padding: 0 1em;
  margin: 0;
  pointer-events: none;
  z-index: 1;
}

.splide__pagination li {
  display: inline-block;
  list-style-type: none;
  pointer-events: auto;
}
.splide__pagination__page {
  background: #cccccc00;
  box-shadow: none;       /* Убираем тени */
  border: solid 1px #fff;           /* Без рамки */
  border-radius: 50%;     /* Оставляем круг, если нужно */
  filter: none;           /* Убираем визуальные эффекты */
  transition: none; 
  width: 8px;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  cursor: pointer;
  transition: transform 0.2s linear;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  height: 2em;
  background: #ffffff00;
  border: solid 1px #ffffff;
  box-shadow: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.7;
  cursor: pointer;
  z-index: 1;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--next {
  right: 1em;
}
.splide__arrow svg {
  width: 1.2em;
  height: 1.2em;
  fill: #000;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}


#services {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: clamp(5px, 6vw, 31px);
    text-align: left;
    margin-left: -17%;
    text-shadow: #BEBEBE 3px -2px 0px;
    top: 5vh;
}

.itms {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -130px;
    margin-top: 50px;
}

.itmimgcontainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 13vw;
    height: 13vw;
    margin-bottom: 20px;
    border: solid 1px #8698AE;
    border-radius: 25%;
    margin-right: 78%;
    box-shadow: #4D6179 0px 0px 7px;
}

.services_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.img_card_service {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 6vh;
    width: 100%;
    max-width: 535px;
    height: 100%;
    max-height: 196px;
}

#GTR_info {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 10vh;
    margin-left: auto;
    margin-right: auto;
    width: 90vw;
    max-width: 283px;
    height: 17vh;
    max-height: 75px;
}

.information1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 15vh;
    margin-left: auto;
    margin-right: auto;
    width: 90vw;
    max-width: 580px;
    height: 13vh;
    /* max-height: 96px; */
}

.information2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 20vh;
    margin-left: auto;
    margin-right: auto;
    width: 90vw;
    max-width: 580px;
    height: 13vh;
    /* max-height: 96px; */
}

.text_b2_3 {
    position: relative;
    top: 12.5vh;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: clamp(5px, 6vw, 31px);
    font-weight: bold;
    text-align: center;
    margin-left: auto;
  margin-right: auto;
}
.text_b2_4 {
    position: relative;
    top: 17.5vh;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: clamp(5px, 6vw, 31px);
    font-weight: bold;
    text-align: center;
    margin-left: auto;
  margin-right: auto;
}
.text_b2_5 {
    position: relative;
    top: 10vh;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: clamp(5px, 6vw, 31px);
    font-weight: bold;
    text-align: center;
    margin-left: auto;
  margin-right: auto;
}
.text_b2_6 {
    display: flex;
    justify-content: right;
    align-items: right;
    position: relative;
    top: -0.5vh;
    color: #FFFFFF;
    font-family: "Roboto", sans-serif;
    font-size: clamp(5px, 6vw, 11px);
    font-weight: bold;
    text-align: right;
    right: 10px;
    /* left: 60vw; */
}
.map_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 7vh;
    margin-left: auto;
    margin-right: auto;
    width: 90vw;
    max-width: 283px;
    height: 17vh;
    max-height: 75px;
}
.ya_map {
  display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 13vh;
    border: solid 1px #FDFDFD;
    border-radius: 8px;
  width: 90vw;
  max-width: 590px;
  height: 40vh;
  max-height: 400px;
  margin: 0 auto;
}

.list_social {
  list-style: none;
  display: flex;
  justify-content: right;
  /* align-items: center; */
  position: relative;
  top: -1px;
  right: 10px;
}

.list_social_var {
  display: inline-block;
  margin-left: 1px;
}

.button_social {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: none;
  box-shadow: none;
  border: none;
  width: 5vw;
  height: 5vw;
  max-width: 21px;
  max-height: 21px;
}

.logo_social {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: none;
  width: 7vw;
  height: 7vw;
  max-width: 30px;
  max-height: 30px;
}
}