* {
  padding: 0;
  margin: 0;
  border: 0;
}


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


:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}


nav,
footer,
header,
aside {
  display: block;
}


html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}


input,
button,
textarea {
  font-family: inherit;
}


input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}
.u-section-1 {
  background-position: 50% 50%;
}


.u-section-1 .u-text-1 {
  text-transform: uppercase;
  font-size: 3rem;
  margin: 60px auto 0;
  margin-top: -10px !important;
  margin-bottom: 40px !important;
}

.u-section-1 .u-text-2 {
  margin: 40px 187px 0;
  margin-top: -10px !important;
}

.u-section-1 .u-btn-1 {
  text-transform: uppercase;
  font-size: 0.875rem;
  background-image: none;
  margin: 32px auto 60px;
}

@media (max-width: 1199px) {

  .u-section-1 .u-text-2 {
    position: relative;
    margin-left: 87px;
    margin-right: 87px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-text-1 {
    width: 720px;
  }

  .u-section-1 .u-text-2 {
    margin-left: auto;
    margin-right: auto;
    width: 720px;
  }
}

@media (max-width: 767px) {

  .u-section-1 .u-text-1 {
    width: 540px;
  }

  .u-section-1 .u-text-2 {
    width: 540px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-text-1 {
    width: 280px;
    font-size: 2.25rem;
    margin-bottom: 20px;
  }

  .u-section-1 .u-text-2 {
    width: 280px;
  }
}
.u-sheet{
  height: 90%;
}

.u-section-1 {
  background-image: linear-gradient(0deg, rgba(0,0,0,0.4), rgba(0,0,0,0.4)),url("../img/kupit-gashish-marki-ice-o-lator.jpg");
  background-size: cover !important;
  height: 40vh !important;/* размер главной картинки для ПК */
}
@media (max-width: 510px) {
  .u-section-1 {
    height: 30vh !important; /* размер главной картинки для МОБИЛКИ */
    max-height:unset;
  }
}
.u-section-1 .u-text-1 {
  text-transform: uppercase;
  font-size: 3rem;
  margin: 60px auto 0;
}

.u-section-1 .u-text-2 {
  margin: 40px 187px 0;
}

.u-section-1 .u-btn-1 {
  text-transform: uppercase;
  font-size: 0.875rem;
  background-image: none;
  margin: 32px auto 60px;
}

@media (max-width: 1199px) {

  .u-section-1 .u-text-2 {
    position: relative;
    margin-left: 87px;
    margin-right: 87px;
  }
}

@media (max-width: 991px) {

  .u-section-1 .u-text-1 {
    width: 720px;
  }

  .u-section-1 .u-text-2 {
    margin-left: auto;
    margin-right: auto;
    width: 720px;
  }
}

@media (max-width: 767px) {

  .u-section-1 .u-text-1 {
    width: 540px;
  }

  .u-section-1 .u-text-2 {
    width: 540px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-text-1 {
    width: 280px;
    font-size: 1.8rem;
    margin-bottom: 20px !important;
  }

  .u-section-1 .u-text-2 {
    width: 280px;
  }
}
*{
  font-family: 'Inter', sans-serif;
}
.btn {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 2px solid #e74c3c;
  border-radius: 0.6em;
  color: #e74c3c;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-left: 10px;
  padding: 0.6em 2.0em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.btn:hover, .btn:focus {
  color: #fff;
  outline: 0;
}
.fifth {
  border-color: #5c3763;
  border-radius: 3px;
  color: #000;
  background-color: #97e1ff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
.fifth:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #FFF;
  z-index: -1;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.fifth:hover {
  color: #000;
}
.fifth:hover:after {
  width: 110%;
}
.product-item {
  width: 24%;
  text-align: center;
  margin: 0 auto;
  
  background: rgb(255, 255, 255);
  font-family: "Open Sans";
  transition: .3s ease-in;
  margin-bottom: 14px;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  border-bottom: 3px solid #e2e2e2;
}
.product-item:hover {
  border-bottom: 3px solid #016b8c;
}
.product-item img {
  display: block;
  width: 100%;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.product-list {
  padding: 15px 0;
}
.product-list h3 {
  font-size: 18px;
  font-weight: 400;
  color: #444444;
  margin: 0 0 10px 0;
}
.price {
  font-size: 16px;
  color: #016b8c;
  display: block;
  margin-bottom: 12px;
}
.button {
  text-decoration: none;
  display: inline-block;
  padding: 0 12px;
  background: #cccccc;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 28px;
  transition: .3s ease-in;
}
.product-item:hover .button {
  background: #016b8c;
  color: #ffffff;
}
/* START */
.header{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 85px;
    padding: 0 20px;
}
.header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: ;
    width: 100%;
    max-width: 1200px;
}
.first-header-container img{
    max-width: 140px;
}
.second-header-container{
    display: flex;
}

.bls {
    position: relative;
    overflow: hidden;
    color: #fff;
  }
  /**
   * The "shine" element
   */
  
  .bls:after {
    content: "";
    height: 200%;
    left: -230%;
    opacity: 0;
    position: absolute;
    top: -10%;
    transform: rotate(-10deg);
    width: 200%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
  }
  /* Hover state - trigger effect */
  
  .bls:hover:after {
    left: -30%;
    opacity: 1;
    top: -50%;
    transition-duration: 0.5s, 0.5s, 0.12s;
    transition-property: left, top, opacity;
    transition-timing-function: ease;
  }
  /* Active state */
  
  .bls:active:after {
    opacity: 0;
  }
.body{
    width: 100%;
}
.main{
    background: #eeeeee;
    width: 100%;
    display: flex;
    justify-content: center;
}
.main-container{
    width: 100%;
    max-width: 1100px;
    -webkit-box-shadow: 0px 0px 47px 2px rgba(0, 0, 0, 0.62);
    -moz-box-shadow: 0px 0px 47px 2px rgba(0, 0, 0, 0.62);
    box-shadow: 0px 0px 47px 2px rgba(0, 0, 0, 0.62);
}
.main-container img{
    width: 100%;
}
.gray-text{
    display: flex;
    padding: 24px 20px;
    width: 100%;
    min-height: 75px;
    justify-content: center;
    background: #252525;
    border-bottom: 1px solid #797979;
}
.gray-text-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.gray-text-container img{
    width: 6px;
    height: 6px;
}
.gray-text-container p{
    font-size: 22px;
    font-weight: 500;
    
    color: #fff;
}
.dote{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
}
.u-section-1{
  border-bottom: 3px solid #e2e2e2;
}
.cards{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 80px 20px;
    padding-bottom: 80px;
    border-top: 1px solid #e2e2e2;
    background-color: #F6F6F6;
}
.cards-container{
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    width: 100%;
    max-width: 1200px;
}
.card{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 24%;
    float: left;
    overflow: hidden;
    padding: 16px;
    margin-bottom: 20px;
    transition: 0.4s ease;
    border-radius: 20px 2px 20px 2px;
    -webkit-box-shadow: 0px 0px 18px 6px rgba(136,  136,  136, 0.14);
    -moz-box-shadow: 0px 0px 18px 6px rgba(136,  136,  136, 0.14);
    box-shadow: 0px 0px 18px 6px rgba(136,  136,  136, 0.14);
}
.ugl1{
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: -30px;
    left: -30px;
    background: #25252577;
    transform: rotate(40deg);
}
.ugl2{
    position: absolute;
    width: 50px;
    height: 50px;
    top: -30px;
    right: -30px;
    background: rgba(255, 210, 8, 0.438);
    transform: rotate(40deg);
}
.card img{
    width: 100%;
    max-height: 300px;
    border-radius: 8px;
    margin-bottom: 10px;
}
.card p{
    font-size: 18px;
    font-weight: 500;
}
.card a{
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-top: 20px;
}
.card a{
    font-size: 20px;
    font-weight: 500;
    background: rgb(255, 210, 8);
    border-radius: 8px;
    transition: 0.4s ease;
}
.card a:hover{
    background-color: rgb(216, 216, 216);
}
.card:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-box-shadow: 0px 0px 31px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 31px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 31px 6px rgba(0, 0, 0, 0.15);
}
.instruction{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F6F6F6;
    padding: 28px 20px;
    border-top: 2px solid #e2e2e2;
    border-bottom: 3px solid #e2e2e2;
}
.instruction-container{
    max-width: 1200px;
    width: 100%;
}
.instruction h2{
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 18px;
    text-align: center;
    margin-top: 0 !important;
}
.instruction p{
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 140%;
    text-align: center;
}
.map{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    background-color: #202020;
}
.map-container{
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.map-container h2{
    font-size: 20px !important;
    font-weight: 700;
    color: #FFF;
    line-height: 32px !important; 
    font-weight: 300 !important;
    margin: 0 !important;
}
.map-container ul{
    list-style: none;
    margin:0 !important;
    padding-left: 0px !important;
}
.map-container ul li{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-weight: 300 ;
    margin: 0;
}
.map-container ul li a{
    color: #FFF;
}
.map-container ul li a:hover{
    color: rgb(0, 174, 255);
}
.map-container ul li:last-child{
    margin-bottom: 0;
}
.footer-logo-container{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-logo-container img{
  max-width: 200px;
}
.footer-logo-container p{
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
}





  
@media screen and (max-width: 768px) {
    .map-container h2{
        font-size: 32px;
    }
    .map-container ul{
        padding-left: 30px;
    }
    .map-container ul li{
        font-size: 16px;
    }
    .gray-text-container p{
        font-size: 20px;
    }
    .card p{
        font-size: 16px;
    }
    .cards-container{
        gap: 2%;
    }
    .product-item{
      width: 32%;
    }
    .card{
        width: 32%;
    }
    .gray-text-container p{
        font-size: 18px;
    }
    .gray-text-container{
        gap: 24px;
    }
}
#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  background-color: #000;
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  background-color: #000;
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  background-color: #000;
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.menu__btn {
  display: none;
  align-items: center;
  position: fixed;
  top: 40px;
  left: 20px;

  width: 26px;
  height: 26px;

  cursor: pointer;
  z-index: 11;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;

  width: 100%;
  height: 2px;

  background-color: #ffffff;

  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;

  width: 300px;
  height: 100%;

  margin: 0;
  padding: 80px 0;

  list-style: none;

  background-color: #ECEFF1;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
  z-index: 10;
  transition-duration: .25s;
}

.menu__item {
  display: block;
  padding: 12px 24px;

  color: #333 !important;

  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;

  text-decoration: none;

  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}
@media screen and (max-width: 480px){
  .map-container{
    flex-direction: column;
    align-items: center;
  }
  .footer-logo-container{
    margin-top: 30px;
  }
  .map-container ul li,
  .map-container h2{
    text-align: center;
  }
  .menu__btn{
    display: flex;
  }
    .second-header-container{
        width: 27px;
        height: 27px;
    }
    .second-header-container a{
        display: none;
    }
    #burger-menu{
        display: unset;
    }
    .cards-container{
        gap: 2%;
    }
    .card{
        width: 49%;
    }
    .product-item{
      width: 49%;
    }
    .gray-text-container{
        gap: 10px;
    }
    .dote{
        display: none;
    }
    .gray-text-container p{
        word-break: break-all;
        font-size: 14px;
    }
}
@media screen and (max-width: 360px){
    .cards-container{
        gap: 0;
    }
    .card{
        width: 100%;
    }
    .product-item{
      width: 100%;
    }
}