html,body {
  height: 100% !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  min-height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  flex: auto !important;
  margin: 0 !important;
  overflow-y: auto !important;
  background: #000;
  color: #fff;
  width: 100%;
  background: url('/poster.jpg');
  background-size: cover;
  overflow: hidden;
}

a {
  font-family: "Montserrat" !important;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif !important;
  margin: 0;
}

ul,li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

main {
  flex: auto !important;
  background-color: #f7f7fc;
}

footer {
  width: 100% !important;
}

*, *:before, *:after {
  box-sizing: border-box;
}

p {
  margin: 0;
}

::-webkit-scrollbar {
  width: 10px;
  background: #1E2129;
}

::-webkit-scrollbar-track {
  background: #1E2129; 
}
 
::-webkit-scrollbar-thumb {
  background: #FFC500; 
}

::-webkit-scrollbar-thumb:hover {
  background: #FFC500; 
}

.store-margin {
  margin-top: 80px;
}

.store-box {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 60px;
}

.store-img {
  display: block;
  position: relative;
  width: 300px;
  height: 400px;
  object-fit: cover;
}

.store-title {
  width: 300px;
  text-align: center;
  margin-top: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 133%;
  letter-spacing: 0.1em;
}

.store-price {
  text-align: center;
  margin-top: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 133%;
  letter-spacing: 0.1em;
}

.store-button {
  margin: 0 auto;
  background: #FFC500;
  color: #000;
  width: 175px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 133%;
  letter-spacing: 0.1em;
  box-shadow: 0px 10px 30px rgba(255, 197, 0, 0.5);
  box-shadow: 0 4px rgba(255, 197, 0, 0.5);
  position: relative;
  border-radius: 5px;
}

.store-button::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 175px;
  height: 30px;
  box-shadow: 0px 5px 30px rgb(255 197 0 / 70%);
}

.store-button:hover {
  text-decoration: none;
  color: #000;
}

.uk-lightbox-toolbar {
    background: none;
}

.slider__header {
  display: flex;
  flex-direction:row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  z-index: 1;
}

.header-logo-text {
  display: block;
  width: 150px !important;
  height: 60px;
  flex: none !important;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 133%;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.6);
  margin-left: 20px;
}

.header-logo {
  width: 90px !important;
  flex: none !important;
}

.header-map-box {
  width: 200px !important;
}

.header-map-svg {
  display: block;
  width: 62px;
  height: 61px;
  margin-right: 20px;
}

.header-map-city {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.7);
}

.header-map-st {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin-top: 5px;
}

.header-box-social {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 110px !important;
  height: 45px;
}

.header-box-social a {
  display: block;
}

.header-box-phone {
  margin: 0;
  flex: none !important;
  width: 200px !important;
  height: 50px;
}

.header-phone {
  display: inline-block;
  height: 22px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.7);
}

.header-phone:hover {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.header-phone-y {
  color: #FFC500;
}

.header-phone-y:hover {
  color: #FFC500;
  text-decoration: none;
}

.header-mini-text {
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 5px;
}

.header-mini-text-svg {
  margin-right: 7px;
}

.substrate {
  margin-top: 40px;
  position: relative;
  height: 138px;
}

.leftup {
    transform: rotate(-6deg);
    zoom: 1;
    top: 30px;
    animation-name: cautionanim;
    animation-duration: 19s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.rightup {
    background-position: right center;
    margin: 15px 0;
    transform: rotate(4.3deg);
    zoom: 1;
    animation-name: cautionanim2;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

.caution {
    background: url(/caution.jpg) left center repeat-x;
    background-size: contain;
    height: 65px;
    left: -20px;
    position: absolute;
    right: -20px;
    top: 0;
    z-index: 1;
}

@keyframes cautionanim{0%{background-position:0}to{background-position:-750px}}
@keyframes cautionanim2{0%{background-position:0}to{background-position:750px}}

.loadItemBox {
  background: #000;
  color: #fff;
}

.uk-modal-close-full {
  background: none !important;
}

.loadItemTitle {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  max-width: 500px;
  min-width: 320px;
}

.loadItemPrice {
  margin-top: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 133%;
  letter-spacing: 0.1em;
  background: #FFC500;
  color: #000;
  padding: 7px 10px;
  width: 150px;
  display: flex;
  justify-content: center;
  box-shadow: 0px 10px 30px rgba(255, 197, 0, 0.5);
  box-shadow: 0 4px rgba(255, 197, 0, 0.5);
  position: relative;
  border-radius: 5px;
 }

.loadItemPrice::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 43px;
  box-shadow: 0px 5px 30px rgb(255 197 0 / 70%);
}

.loadItemZakaz {
  margin-top: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}

.loadItemZakaz:hover {
  text-decoration: none;
  color: #fff;
}

.loadItemNalichie {
  margin-top: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #FA4B8C;
}

.loadItemDescription {
  margin-top: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  max-width: 500px;
  min-width: 320px;
}

.loadItemRazmerTxt {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin: 0;
  margin-top: 20px;
}

.loadItemRazmerTxt2 {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin: 0;
}

.loadItemInput {
  outline: none !important;
  margin-top: 10px;
  margin-right: 15px;
  width: 260px !important;
  height: 35px !important;
  background: #F9F9F9 !important;
  border: none !important;
  padding-left: 10px;
  border-radius: 5px;
}

.loadItemInput:focus {
  outline: none !important;
  border: none !important;
}

.loadItemLabel {
  margin-top: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #FFFFFF !important;
}

.auth-phone {
  width: 100%;
  padding-left: 60px;
}

.auth-rus {
  margin-top: 24px;
    margin-left: 15px;
    position: absolute;
}

.auth-rus-number {
  margin-top: 24px;
    margin-left: 38px;
    position: absolute;

    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 146.28%;
    letter-spacing: 0.1em;
    color: #66727f !important;
}

.MapFormInputSvg {
    margin-top: 56px;
    margin-left: 15px;
    position: absolute;
}

.MapFormInputNum {
    margin-top: 55px;
    margin-left: 39px;
    position: absolute;
    color: #666;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 120% !important;
    letter-spacing: .1em !important;
    font-size: 13px !important;
}

.MapFormNumber {
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 120%;
    letter-spacing: 0.1em;
    color: #000000;
    margin: 0 !important;
}

.loadItemButton {
  margin-top: 20px;
  border: none;
  background: #FFC500;
  color: #000;
  width: 180px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 133%;
  letter-spacing: 0.1em;
  box-shadow: 0px 10px 30px rgba(255, 197, 0, 0.5);
  box-shadow: 0 4px rgba(255, 197, 0, 0.5);
  position: relative;
  cursor: pointer;
  border-radius: 5px;
}

.loadItemButton::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 180px;
  height: 30px;
  box-shadow: 0px 5px 30px rgb(255 197 0 / 70%);
}

.loadItemLink {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #FFFFFF !important;
  display: block;
  margin-left: 10px;
}

.loadItemLink a {
  color: #fff !important;
}

.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked {
    background-color: #FFC500 !important;
    color: #000 !important;
}

.uk-checkbox:checked {
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23000%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
}
                         
.uk-checkbox:focus {
  border: 1px solid #ccc;
}

.map-selector input {
    margin:0;
    padding:0;
    appearance:none;
}

.map-selector input:active +.MapLink, .map-selector input:active +.MapLink{
    box-shadow: 0 0 20px 5px rgba(197,199,188,.3);
    background: #FFC500;
    color: #000000;
    border: none;
}
.map-selector input:checked +.MapLink, .map-selector input:checked +.MapLink{
    box-shadow: 0 0 20px 5px rgba(197,199,188,.3);
    background: #FFC500;
    color: #000000;
    border: none;
}

.MapLink {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.1em;
    color: #fff;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-right: 15px;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.MapLink:first-child {
    margin-left: 0px;
}

.MapLink:hover {
    text-decoration: none;
    color: #000000;
    background: #FFC500;
    box-shadow: 0 0 20px 5px rgba(197,199,188,.3);
    border: none;
}

.MapLinkText {
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.1em;
}

.MapLinkText:hover {
    text-decoration: none;
    color: #000000;
}

.suggestions-wrapper {
  color: #000 !important;
}

.suggestions-promo{display: none;}
.suggestions-promo a{display: none;}
.suggestions-promo a:hover{display: none;}
.suggestions-promo svg{display: none;}

@media (min-width: 320px) and (max-width: 1109px) {
  .store-container {
    justify-content: space-around;
  }
}

@media (min-width: 320px) and (max-width: 920px) {
  .loadItemTitle {
    max-width: 550px;
    text-align: center;
    margin-top: 20px;
  }

  .loadItemZakaz {
    text-align: center;
  }

  .loadItemPrice {
    margin: auto;
    margin-top: 20px;
  }

  .loadItemDescription {
    max-width: 550px;
    text-align: center;
  }

  .loadItemRazmerTxt {
    text-align: center;
  }

  .loadItemNalichie {
    text-align: center;
  }

  .map-selector {
    justify-content: center;
  }

  .loadItemRazmerTxt2 {
    text-align: center;
  }

  .margin-center {
    justify-content: center;
  }

  .loadItemButton {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 320px) and (max-width: 591px) {
  .margin-center2 {
    justify-content: center;
  }

  .margin-center3 {
    display: flex;
    justify-content: center;
  }

  .loadItemLink {
    width: 213px;
  }

  .MapLink:last-child {
    margin-right: 0px;
  }

  .loadItemInput {
    margin-right: 0px;
  }
}

@media (min-width: 320px) and (max-width: 749px) {
  .store-container {
    justify-content: center;
  }
}

@media (min-width: 320px) and (max-width: 839px) {
  .slider__header {
    padding: 0 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }

  .header-box-phone {
    margin-top: 15px;
  }

  .header-map-box {
    justify-content: center;
  }

  .header-box-social {
    margin-top: 10px;
  }

  .header-logo-flex {
    margin-top: 20px;
    justify-content: center;
  }
}

@media (min-width: 320px) and (max-width: 479px) {
  .header-logo-text {
    width: 120px !important;
  }
}


