@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;600&display=swap");
h1, h2, h3, h4, h5, h6, p {
  font-family: 'Raleway', sans-serif;
}

p {
  font-weight: 600;
}

a {
  text-decoration: none;
}

html {
  overflow-x: hidden;
  width: 100%;
}

body {
  background-color: #ffb734;
  /*(#ff8510)*/
  overflow-x: hidden;
  width: 100%;
  margin: 0px;
}

body::-webkit-scrollbar-thumb {
  background-color: #223c50;
  border-radius: 5.1px;
}

main {
  margin-top: -1.5rem;
}

.header {
  height: 112px;
  border-bottom: 3px solid #000;
  width: 100%;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 4px;
}

.header .row {
  overflow: hidden;
}

.header .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}

.rectangle {
  border: 3px solid #000000;
  border-radius: 69px;
  position: absolute;
  margin-left: 6%;
  margin-right: 6%;
  padding: 10px;
  margin-top: 16px;
}

.rectangle__img {
  margin-left: 5px;
  height: 40px;
  float: left;
}

.rectangle__text {
  float: left;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.295em;
  color: #000000;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 5px;
  vertical-align: middle;
  margin-left: 15px;
  padding-bottom: 5px;
}

.ShadowBlock {
  background: #F8C135;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0px 4px 7px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0px 4px 7px rgba(0, 0, 0, 0.5);
  /*clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%); */
  height: 100%;
  margin-top: 17px;
  border-radius: 69px;
  margin-right: 40px;
  margin-left: 40px;
}

.ShadowBlock__text {
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.095em;
  color: #000000;
  font-weight: 600;
}

.carousel {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
  width: 100%;
  height: 100%;
}

.demonstration {
  opacity: 1;
}

.carousel__text {
  position: relative;
  width: 100%;
  z-index: 4;
  text-align: center;
}

.carousel__text h2 {
  margin-top: 25px;
  font-size: calc(20px + 11.5 * (100vw / 1344));
  text-shadow: 0 0 15px #fff;
}

#carousel_h2 {
  padding-top: 186px;
}

#carousel__block {
  position: relative;
  width: 100%;
  height: 620px;
}

#carousel__img {
  height: 100%;
}

.carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#map {
  height: 400px;
  width: 100%;
}

.conteiner h3 {
  text-align: center;
  font-size: 30px;
}

.obligation__ul {
  margin-top: 10px;
  padding-right: 10px;
}

.obligation h3 {
  margin-top: 50px;
}

.obligation li {
  padding-top: 3px;
}

.rules__bg {
  background: rgba(255, 255, 255, 0.83);
  border-radius: 80px;
  padding: 1rem;
  padding-bottom: 38px;
}

.rules {
  margin-top: 82px;
}

.rules ul li {
  padding-top: 2px;
}

.apart-block h3 {
  margin-top: 55px;
}

.apart__icon {
  height: 100px;
  border: 3px purple;
}

.apart-block__zone {
  margin-top: 30px;
  padding: 30px;
}

.apart-block__icon {
  border-radius: 30px;
  height: 200px;
  min-height: 140px;
  width: 100%;
  min-width: 180px;
  overflow: hidden;
  border: 4px outset #333;
  position: relative;
}

.apart-block__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  position: relative;
}

.apart-block__img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.apart-block__footer {
  background-color: #ddd6d6b5;
  height: 63px;
  float: bottom;
  position: absolute;
  width: 100%;
  margin-top: -47px;
  z-index: 9;
}

.cost__bg {
  background: rgba(255, 255, 255, 0.83);
  border-radius: 50px;
}

.cost__text {
  padding-top: 35px;
  padding-bottom: 35px;
  margin-top: 77px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 1.4px;
}

.contact__block {
  margin-top: 56px;
  margin-bottom: 70px;
}

.contact__img {
  float: left;
  height: 50px;
}

.contact__number {
  font-size: 40px;
  position: relative;
  margin-top: 0px;
  margin-left: 74px;
}

.contact__text {
  font-size: 30px;
  text-align: center;
}

.contact__kyivstar {
  margin-top: 60px;
}

footer {
  border: solid;
  max-height: 90px;
}

.footer__copyright {
  padding-left: 30px;
  float: right;
  padding-right: 40px;
}

.apart-block__tap {
  height: 30px;
  text-align: center;
  padding: 5px;
  text-align: center;
}

.block-img {
  text-align: center;
}

.apart_street {
  text-align: center;
}

.footer-parallax {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.main-content {
  -webkit-box-shadow: 0 4px 12px rgba(14, 14, 14, 0.2), 0 16px 20px rgba(14, 14, 14, 0.2);
          box-shadow: 0 4px 12px rgba(14, 14, 14, 0.2), 0 16px 20px rgba(14, 14, 14, 0.2);
  background-color: #ffb734;
  margin-bottom: 57px;
  margin-top: 141px;
}

.footer-parallax {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 99.618%;
  z-index: -1;
}

.header-parallax {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  -webkit-box-shadow: inset 0 -15px 15px  -14px  #575555;
          box-shadow: inset 0 -15px 15px  -14px  #575555;
}

.progress-bar {
  height: 5px;
  background: black;
  width: 0%;
  position: fixed;
  z-index: 99;
  opacity: 70%;
  top: 0;
  -webkit-transition: width .22s ease;
  transition: width .22s ease;
}

.rainbow-button {
  width: calc(18vw + 6px);
  height: calc(3.3vw + 6px);
  background-image: -webkit-gradient(linear, left top, right top, from(#00C0FF), color-stop(49%, #FFCF00), color-stop(80%, #FC4F4F), color-stop(100%, #00C0FF), color-stop(80%, #FC4F4F), color-stop(49%, #FFCF00));
  background-image: linear-gradient(90deg, #00C0FF 0%, #FFCF00 49%, #FC4F4F 80%, #00C0FF 100%, #FC4F4F 80%, #FFCF00 49%);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  font-size: 3vw;
  font-weight: bold;
  margin: auto;
  border-radius: 40px;
  -webkit-animation: slidebg 2s linear infinite;
          animation: slidebg 2s linear infinite;
  overflow: hidden;
  z-index: 8;
  max-height: calc(75px + 6px);
  max-width: calc(500px + 6px);
}

.button-background {
  z-index: 9;
  border-radius: 40px;
  width: 18vw;
  height: 3.3vw;
  background-color: #ffb734;
  max-height: 75px;
  max-width: 500px;
}

.button_scroll {
  margin-top: 15px;
}

/*  .rainbow-button:after {
    content:attr(alt);
  
    
    display:flex;
    align-items:center;
    justify-content:center;
   
  }
  .rainbow-button:hover {
    animation:slidebg 2s linear infinite;
  }
  */
@-webkit-keyframes slidebg {
  to {
    background-position: 20vw;
  }
}
@keyframes slidebg {
  to {
    background-position: 20vw;
  }
}

.arrow-circle .arrow-circle-icon {
  position: relative;
  top: -53px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  vertical-align: middle;
  left: 100px;
}

.arrow-circle .arrow-circle-iconcircle {
  -webkit-transition: stroke-dashoffset .3s ease;
  transition: stroke-dashoffset .3s ease;
  /*  stroke-dasharray: 95;*/
  stroke-dashoffset: 95;
}

.arrow-circle:hover .arrow-circle-icon {
  -webkit-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0);
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}

.arrow-circle:hover .arrow-circle-iconcircle {
  stroke-dashoffset: 0;
}

.arrow-circle-icon {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.arrow-circle-icon-left {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.arrow-circle:hover .arrow-circle-icon-left {
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}

.arrow-circle .arrow-circle-icon-left {
  position: relative;
  top: -6px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  vertical-align: middle;
  left: -100px;
}

.button_text {
  font-size: 15.5px;
  display: block;
  color: black;
  margin-top: -33px;
}

.button-span {
  padding-top: 10px;
}

.garented__ul {
  padding-right: 10px;
}

.apart_street-description {
  text-align: center;
  letter-spacing: 1.25px;
  color: #222222b0;
}

.rules_ul {
  padding-right: 10px;
  padding-left: 40px;
}
