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: 20px;
}

.store-img {
  display: block;
  position: relative;
  width: 300px;
  height: 150px;
  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;
  color: #fff;
}

.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;
  }
}


.media-slider-first-box {
  width: 550px;
  height: 300px;
    position: relative;
}

.media-slider-first-img {
  width: 550px;
  height: 300px;
  background-size: cover;
    position: relative;
    object-fit: cover;
    border-radius: 10px;
}

.media-slider-first-background {
  position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.media-slider-first-tag {
  font-family: Montserrat !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 120% !important;
    letter-spacing: .1em !important;
    font-size: 10px !important;
    color: #fff;
    width: 120px;
    white-space: normal;
    position: absolute;
    text-align: left;
    position: absolute; 
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
    margin-top: 85px;
    text-transform: uppercase;
}

.media-slider-first-tag span {
  margin: 0 auto;
  text-align: center;
  display: block;
    padding: 5px;
    border-radius: 10px;
    color: #000;
    background: #F4F5F9;
}

.media-slider-first-title {
  font-family: Montserrat !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 120% !important;
    letter-spacing: .1em !important;
    font-size: 20px !important;
    color: #fff !important;
    width: 380px;
    white-space: normal;
    text-align: left;
    position: absolute; 
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
    margin-top: 120px;
}

.media-slider-first-title span {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.media-slider-first-date {
  font-family: Montserrat !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 120% !important;
    letter-spacing: .1em !important;
    font-size: 12px !important;
    color: #fff !important;
    width: 110px;
    white-space: normal;
    position: absolute;
    text-align: left;
    position: absolute; 
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
    margin-top: 180px;
}

.media-slider-first-date span {
  margin: 0 auto;
  text-align: center;
  display: block;
}

@media (min-width: 670px) and (max-width: 1239px) {
    .media-slider-first-box {
      margin: auto;
  }

  .media-slider-first-box2 {
    margin: auto;
    margin-top: 40px;
  }

  .media-slider-first-box {
      width: 600px;
  }

  .media-slider-first-img {
      width: 600px;
  }
}

@media (min-width: 481px) and (max-width: 669px) {
    .media-slider-first-box {
      margin: auto;
  }

  .media-slider-first-box2 {
    margin: auto;
    margin-top: 40px;
    width: 275px;
    display: flex;
      flex-wrap: wrap;
  }

  .media-slider-first-title {
    font-size: 18px !important;
  }

  .media-slider-first-box {
      width: 460px;
  }

  .media-slider-first-img {
      width: 460px;
  }

  .media-mini-sub-box {
    margin-left: 0px !important;
    margin-top: 20px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
    .media-slider-first-box {
      margin: auto;
  }

  .media-slider-first-box2 {
    margin: auto;
    margin-top: 20px;
    width: 275px;
    display: flex;
      flex-wrap: wrap;
  }

  .media-slider-first-title {
    font-size: 10px !important;
  }

  .media-slider-first-box {
      width: 275px;
      height: 140px;
  }

  .media-slider-first-img {
      width: 275px;
      height: 140px;
  }

  .media-mini-sub-box {
    margin-left: 0px !important;
    margin-top: 20px;
  }

  .media-slider-first-tag {
      width: 100px;
      margin-top: 30px;
      font-size: 8px !important;
  }

  .media-slider-first-tag span {
      padding: 4px;
      border-radius: 8px;
  }

  .media-slider-first-title {
      font-size: 10px !important;
      width: 220px;
      margin-top: 65px;
  }

  .media-slider-first-date {
      font-size: 10px !important;
      width: 110px;
      margin-top: 105px;
  }
}

/*mini*/
.media-mini-slider-first-box {
  width: 275px;
  height: 140px;
    position: relative;
}

.media-mini-slider-first-img {
  width: 275px;
  height: 140px;
  background-size: cover;
    position: relative;
    object-fit: cover;
    border-radius: 10px;
}

.media-mini-slider-first-background {
  position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.media-mini-slider-first-tag {
  font-family: Montserrat !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 120% !important;
    letter-spacing: .1em !important;
    font-size: 8px !important;
    color: #fff;
    width: 100px;
    white-space: normal;
    position: absolute;
    text-align: left;
    position: absolute; 
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
    margin-top: 30px;
    text-transform: uppercase;
}

.media-mini-slider-first-tag span {
  margin: 0 auto;
  text-align: center;
  display: block;
    padding: 4px;
    border-radius: 8px;
    color: #000;
    background: #F4F5F9;
}

.media-mini-slider-first-title {
  font-family: Montserrat !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 120% !important;
    letter-spacing: .1em !important;
    font-size: 10px !important;
    color: #fff !important;
    width: 220px;
    white-space: normal;
    text-align: left;
    position: absolute; 
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
    margin-top: 65px;
}

.media-mini-slider-first-title span {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.media-mini-slider-first-date {
  font-family: Montserrat !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 120% !important;
    letter-spacing: .1em !important;
    font-size: 10px !important;
    color: #fff !important;
    width: 110px;
    white-space: normal;
    position: absolute;
    text-align: left;
    position: absolute; 
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
    margin-top: 105px;
}

.media-mini-slider-first-date span {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.media-mini-margin1 {
}

.media-mini-margin2 {
  margin-top: 20px;
}

/*mini*/

.mediaHeaderH2 {
  font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.1em;
    color: #33334F;
    margin: 0;
    margin-top: 20px;
}

.mediaHeaderH2-link {
  font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 120%;
    letter-spacing: 0.1em;
    color: #fff;
    background: #33334F;
    background: linear-gradient(135deg, #1e87f0 0%, #33334f 100%);
    border-radius: 30px;
    padding: 3px 12px;
    display: flex;
    margin-top: 24px;
}

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

.media-tag {
  color: #0086FF;
    background: rgba(0, 134, 255, 0.07);
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 120% !important;
    letter-spacing: .1em !important;
    font-size: 12px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 12px;
    border-radius: 6px;
    height: 25px;
    margin-right: 20px;
    margin-top: 25px;
    cursor: pointer;
    transition: .3s ease;
}

.media-tag:hover {
  text-decoration: none;
  color: #fff;
  background: #33334F;
}

/* sub box */
.media-mini-sub-box {
  background: #0086ff;
  color: #fff;
  width: 275px;
  height: 300px;
    position: relative;
    border-radius: 10px;
    margin-left: 50px;
}

.media-mini-sub-title {
  font-style: normal !important;
    font-weight: 500 !important;
    line-height: 120% !important;
    letter-spacing: .1em !important;
    font-size: 14px !important;
    width: 150px;
    margin-left: 15px;
}

.media-mini-sub-title2 {
  font-style: normal !important;
    font-weight: 400 !important;
    line-height: 120% !important;
    letter-spacing: .1em !important;
    font-size: 12px !important;
    display: block;
    margin-left: 30px;
    margin-top: 20px;
}

.media-mini-sub-title3 {
  font-style: normal !important;
    font-weight: 400 !important;
    line-height: 120% !important;
    letter-spacing: .1em !important;
    font-size: 12px !important;
    display: block;
    margin-left: 30px;
    margin-top: 20px;
    width: 165px;
}

.media-mini-sub-margin1 {
  margin: 0 auto;
  margin-top: 30px;
}

.media-mini-sub-margin2 {
  margin-left: 30px;
  margin-top: 20px;
}

.media-mini-sub-input {
  width: 165px;
  height: 35px;
    border: none;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 16px;
    padding-left: 15px;
    color: #000;
    background: #fff;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: .1em;
    font-size: 12px;
    font-family: Montserrat !important;
    border: 1px solid rgba(204, 204, 204, 0.2);
}

.media-mini-sub-input {
  outline: none;
  border: none;
}

.media-mini-sub-btn {
  width: 35px;
  height: 35px;
  border-radius: 10px;
  background: #33334F;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.media-mini-sub-links {
  margin-top: 10px;
  margin-left: 30px;
}

.media-mini-sub-link {
  margin-left: 20px;
}

/* news */
.media-news-box {
  color: #000;
  display: flex;
  flex-direction: column;
  width: 320px;
  position: relative;
  margin-right: 40px;
  white-space: normal;
}

.media-news-box:hover {
  text-decoration: none;
}

.media-news-title {
  font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: .1em;
    font-size: 16px;
    font-family: Montserrat !important;
  color: #000;
  width: 320px;
  display: block;
  margin-top: 5px;
}

.media-news-date {
  font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: .1em;
    font-size: 12px;
    font-family: Montserrat !important;
  color: #000;
}
/* news */

/* content */
.media-content-margin {
  margin-top: 60px;
}

.media-content-box {
  background: #fff;
  color: #000;
  box-shadow: 0 5px 15px rgba(0,0,0,.08);
  display: flex;
  flex-direction: column;
  width: 275px;
  border-radius: 10px;
  position: relative;
  margin-right: 25px;
  white-space: normal;
  margin-top: 20px;
  margin-bottom: 20px;
}

.media-content-box:hover {
  text-decoration: none;
}

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

.media-content-img {
  width: 275px;
    height: 140px;
    background-size: cover;
    position: relative;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.media-content-tag {
  font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: .1em;
    font-size: 12px;
    font-family: Montserrat !important;
  color: #0086ff;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 15px;
  height: 15px;
}

.media-content-title {
  font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: .1em;
    font-size: 16px;
    font-family: Montserrat !important;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 15px;
  color: #000;
  height: 58px;
  width: 250px;
}

.media-content-description {
  font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: .1em;
    font-size: 12px;
    font-family: Montserrat !important;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.8);
  width: 250px;
  height: 58px;
}

.media-content-bottom {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 15px;
  height: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.media-content-date {
  font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: .1em;
    font-size: 12px;
    font-family: Montserrat !important;
  color: #9D9D9D;
}

.media-content-view {
  font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: .1em;
    font-size: 12px;
    font-family: Montserrat !important;
  color: #9D9D9D;
}

.media-content-view-margin {
  margin-right: 7px;
}

.media-content-hr {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.media-content-users {
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-right: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.media-content-user {
  font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: .1em;
    font-size: 12px;
    font-family: Montserrat !important;
  color: #000;
}

.media-content-user img {
  margin-right: 8px;
}

.media-content-btn {
  width: 35px;
    height: 35px;
    border-radius: 10px;
    background: #0086ff;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 481px) and (max-width: 1289px) {
    .media-content-margin {
      justify-content: space-around;
    }
}

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

    .media-content-box {
      margin-right: 0;
    }

    .media-show-content-box {
      margin-right: 20px;
    }

    .media-show-content {
      padding-right: 15px;
      padding-left: 15px;
    }

    .media-show-margin {
      margin-top: 20px;
    }

    .media-show-info {
      margin-left: 15px;
      margin-right: 15px;
      margin-top: 0px;
    }
}

/* content */

/*book*/
  .media-book-box {
    background: #fff;
    color: #000;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    display: flex;
    flex-direction: column;
    width: 390px;
    border-radius: 0 10px 10px 0;
    position: relative;
    white-space: normal;
    margin-bottom: 20px;
  }

  .media-book-img {
    width: 180px;
    height: 240px;
      border-radius: 10px 0 0 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,.08);
      display: block;
      margin-bottom: 20px;
  }

  .media-book-img img {
    width: 180px;
    height: 240px;
    background-size: cover;
      position: relative;
      object-fit: cover;
      border-radius: 10px 0 0 10px;
  }

  .media-book-tag {
    font-style: normal;
      font-weight: 500;
      line-height: 120%;
      letter-spacing: .1em;
      font-size: 12px;
      font-family: Montserrat !important;
    color: #0086ff;
    margin-left: 25px;
    margin-top: 20px;
  }

  .media-book-title {
    font-style: normal;
      font-weight: 600;
      line-height: 120%;
      letter-spacing: .1em;
      font-size: 15px;
      font-family: Montserrat !important;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 15px;
    color: #000;
    width: 340px;
  }

  .media-book-description {
    font-style: normal;
      font-weight: 400;
      line-height: 120%;
      letter-spacing: .1em;
      font-size: 11px;
      font-family: Montserrat !important;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 15px;
    color: rgba(0, 0, 0, 0.8);
    width: 340px;
    height: 50px;
  }

  .media-book-btn {
    font-size: 11px;
      color: #fff;
      background-color: #0086ff;
      padding: 7px 15px;
      box-sizing: border-box;
      border-radius: 10px;
      transition: .3s ease;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: Montserrat;
      font-style: normal;
      font-weight: 600;
      line-height: 120%;
      letter-spacing: .1em;
      margin-left: 25px;
    width: 120px;
    height: 30px;
    transition: .3s ease;
    margin-top: 20px;
  }

  .media-book-btn:hover {
    text-decoration: none;
    background: #33334F;
    color: #fff;
  }
/*book*/

/* show */
.media-show-box {
  width: 100%;
  height: 480px;
    position: relative;
}

.media-show-img {
  width: 100%;
  height: 480px;
  background-size: cover;
    position: relative;
    object-fit: cover;
    border-radius: 10px;
}

.media-show-background {
  position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.media-show-content {
  font-family: Montserrat !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    letter-spacing: 1.5px !important;
    font-size: 15px !important;
    color: #fff;
}

.media-show-content h2 {
  font-family: Montserrat !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 150% !important;
    letter-spacing: 1.5px !important;
    font-size: 21px !important;
    color: #fff;
    margin-top: 20px;
}

.media-show-tag {
  font-family: Montserrat !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 120% !important;
    letter-spacing: .1em !important;
    font-size: 10px !important;
    color: #fff;
    width: 120px;
    white-space: normal;
    position: absolute;
    text-align: left;
    position: absolute; 
    text-transform: uppercase;
    bottom: 170px; 
    margin-left: 130px;
}

.media-show-tag span {
  margin: 0 auto;
  text-align: center;
  display: block;
    padding: 5px;
    border-radius: 10px;
    color: #383434;
    background: #F4F5F9;
}

.media-show-title h1 {
  font-family: Montserrat !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 130% !important;
    letter-spacing: .1em !important;
    font-size: 24px !important;
    color: #fff !important;
    width: 550px !important;
    white-space: normal !important;
    text-align: left !important;
    position: absolute !important; 
    bottom: 250px !important; 
    height: 63px !important;
    margin-left: 130px !important;
}

.media-show-title h1 {
  margin: 0 auto;
  display: block;
}

.media-show-date {
  font-family: Montserrat !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 120% !important;
    letter-spacing: .1em !important;
    font-size: 12px !important;
    color: rgba(255, 255, 255, 0.8);
    width: 110px;
    white-space: normal;
    position: absolute;
    text-align: left;
    position: absolute; 
    bottom: 210px; 
    margin-left: 130px;
}

.media-show-view {
  font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: .1em;
    font-size: 12px;
    font-family: Montserrat !important;
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 210px; 
    margin-left: 240px;
}

.media-show-view-margin {
  margin-right: 10px;
}

.media-show-users {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 140px; 
    margin-left: 130px;
}

.media-show-user {
  font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: .1em;
    font-size: 12px;
    font-family: Montserrat !important;
  color: rgba(255, 255, 255, 0.8);
}

.media-show-user img {
  margin-right: 8px;
}

.media-show-description {
  margin: 0 auto;
  max-width: 780px;
  margin-bottom: 50px;
}

.media-show-telega {
  max-width: 780px;
  padding: 40px;
  margin-top: 20px;
  background-color: #000000;
  color: #FFC500;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.media-show-telega:hover {
  text-decoration: none;
  color: #fff;
}

.media-show-telega-title {
  font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: .1em;
    font-size: 16px;
    font-family: Montserrat !important;
  color: #fff;
  display: block;
  max-width: 410px;
}

.media-show-telega-title2 {
  font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: .1em;
    font-size: 16px;
    font-family: Montserrat !important;
  color: #fff;
  display: block;
  margin-top: 20px;
}

.media-show-telega-btn {
  font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: .1em;
    font-size: 12px;
    font-family: Montserrat !important;
  color: #000;
  background: #FFC500;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 25px;
  padding: 5px 10px;
  margin-top: 20px;
  border-radius: 10px;
}

@media (min-width: 320px) and (max-width: 704px) {
  .media-show-telega-img {
    margin-top: 20px;
  }
}

.media-show-info {
  max-width: 780px;
  padding: 20px;
  margin-top: 0px;
  background: rgba(0, 134, 255, 0.07);
  color: #FFC500;
  border: 2px solid #FFC500;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.media-show-info:hover {
  text-decoration: none;
  color: #FFC500;
}

@media (min-width: 770px) and (max-width: 1239px) {
    .media-show-box {
      margin: auto;
  }

  .media-show-box2 {
    margin: auto;
    margin-top: 40px;
  }

  .media-show-box {
      width: 100%;
  }

  .media-show-img {
      width: 100%;
  }
}

@media (min-width: 640px) and (max-width: 769px) {
    .media-show-box {
      margin: auto;
  }

  .media-show-box2 {
    margin: auto;
    margin-top: 40px;
    width: 275px;
    display: flex;
      flex-wrap: wrap;
  }

  .media-show-title {
    font-size: 18px !important;
    width: 420px;
    bottom: 170px;
  }

  .media-show-box {
      width: 100%;
      height: 350px;
  }

  .media-show-img {
      width: 100%;
      height: 350px;
  }

  .media-show-tag {
    bottom: 130px;
  }

  .media-show-date {
    bottom: 140px;
  }

  .media-show-view {
    bottom: 140px;
  }

  .media-show-users {
    bottom: 80px;
  }
}

@media (min-width: 481px) and (max-width: 639px) {
    .media-show-box {
      margin: auto;
  }

  .media-show-box2 {
    margin: auto;
    margin-top: 40px;
    width: 275px;
    display: flex;
      flex-wrap: wrap;
  }

  .media-show-title {
    font-size: 18px !important;
    margin-left: 50px;
    width: 420px;
    bottom: 170px;
  }

  .media-show-box {
      width: 100%;
      height: 350px;
  }

  .media-show-img {
      width: 100%;
      height: 350px;
  }

  .media-show-tag {
    bottom: 130px;
    margin-left: 50px;
  }

  .media-show-date {
    margin-left: 50px;
    bottom: 135px;
  }

  .media-show-view {
    margin-left: 160px;
    bottom: 135px;
  }

  .media-show-users {
    margin-left: 50px;
    bottom: 70px;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .media-show-box {
      margin: auto;
  }

  .media-show-box2 {
    margin: auto;
    margin-top: 20px;
    width: 275px;
    display: flex;
      flex-wrap: wrap;
  }

  .media-show-title {
    font-size: 12px !important;
    margin-left: 50px;
      width: 300px;
      margin-top: 0px;
      bottom: 110px;
  }

  .media-show-title h1 {
    font-family: Montserrat !important;
      font-style: normal !important;
      font-weight: 600 !important;
      line-height: 130% !important;
      letter-spacing: .1em !important;
      font-size: 24px !important;
      color: #fff !important;
      width: 300px !important;
      white-space: normal !important;
      text-align: left !important;
      position: absolute !important; 
      bottom: 250px !important; 
      height: 63px !important;
      margin-left: 0px !important;
  }

  .media-show-box {
      width: 100%;
      height: 360px;
  }

  .media-show-img {
      width: 100%;
      height: 360px;
  }

  .media-show-tag {
      width: 100px;
      margin-top: 30px;
      bottom: 95px;
      font-size: 8px !important;
      margin-left: 50px;
  }

  .media-show-tag span {
      padding: 4px;
      border-radius: 8px;
  }

  .media-show-date {
    margin-left: 50px;
    bottom: 110px;
  }

  .media-show-view {
    margin-left: 160px;
    bottom: 110px;
  }

  .media-show-users {
    margin-left: 50px;
    bottom: 50px;
  }

  .media-show-description {
    margin-bottom: 0px;
  }
}

.mediaSocial {
  background: #0086ff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 25px;
  transition: .3s ease;
}

@media (min-width: 320px) and (max-width: 548px) {
    .mediaSocials {
        margin-top: 20px;
    }
}

.blog-box {
  color: #fff;
}

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

