body {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;	
  background: ;
}


.bg {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;  
}

.cont {
    position: absolute;
    z-index: 1;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.logo {
  width: 70px;
}

.start-menu {
    background: #fff;
    display: flex;
    list-style-type: none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    unicode-bidi: isolate;  
    border-radius: 50px;
}

.start-menu li {
    margin: 16px 30px;
}

a {
  color:#000;
  text-transform: uppercase;
  text-decoration: none;
}

a:hover {
  color: #00ff14;
}

.btn-buy {
    position: fixed;
    z-index: 1;
    bottom: 70px;
    width: 100%;
    text-align: center;
}

.btn-buy {
    position: fixed;
    z-index: 1;
    bottom: 70px;
    width: 100%;
    text-align: center;
}


.letsgo {
    background: #fff;
    color: #000;
    font-size: 18px;
    border-radius: 900px;
    padding: 20px 40px;   
}

.letsgo:hover {
    color: #fff;
    background: #1700ff;
}

.razdelname {
    text-transform: uppercase;
}


.btn-buy a
 {
    background: #1700ff;
    color: #fff;
    font-size: 28px;
    border-radius: 900px;
    padding: 20px 40px; 
}


.btn-back a
 {
    background: #1700ff;
    color: #fff;
    font-size: 28px;
    border-radius: 900px;
    padding: 20px 40px; 
}


.menu {
  display: block;
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 100;
}

.menu-cont {
    margin: 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-cont ul {
    display: FLEX;
    list-style-type: none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

.menu-cont ul li {
    margin-left: 20px;
}




.container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 170px;
    background: #000;
}

.pic {
  margin-bottom: 5px;
  margin-right: 5px;
  background-size: cover;
  border: 1px solid #bbb;
}

.img-webs {
    width:60%;
    margin-top:120px; 
    border-radius:20px;
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}


@media (max-width: 400px) {




.logo {
      width: 230px;
}

h1 {
    font-size: 100px;
}

.letsgo {
    font-size: 60px;
    padding: 60px 70px;
}

.btn-buy a
 {
    background: #1700ff;
    color: #fff;
    font-size: 12px;
    border-radius: 900px;
    padding: 20px 40px; 
}


.btn-back a
 {
    background: #1700ff;
    color: #fff;
    font-size: 12px;
    border-radius: 900px;
    padding: 20px 40px; 
}


.menu-cont {
    margin: 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.menu-cont ul li {
    margin-left: 10px;
    font-size: 12px;
}


.img-webs {
    width:90%;
    margin-top:120px; 
    border-radius:3px;
}


}