body {
  padding: 0;
  margin: 0;
  color: #212121;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

ul, li {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  line-height: 1.2em;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
  line-height: 1.2em;
}

.container {
  width: 1220px;
  margin: 0 auto;
}

.container_flex { 
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
} 

.button, .menu__button, .news__button {
  font-family: 'Roboto';
  font-weight: 500;
  border: none;
  border-radius: 4px;
  background-color: #FDEB01;
  cursor: pointer;
  /* width: 152px; */
  height: 40px;
  color: #2B2B2B;
  padding: 11px 24px;
  text-align: center;
  transition: all .5s ease-in;
}

.button:hover, .menu__button:hover, .news__button:hover, .btn:hover {
  background-color: #212121;
  color:#FDEB01;
  box-shadow: 0px 1px 5px rgba(255, 238, 0, 0.861);
}

.btn {
  font-family: 'Roboto';
  font-weight: 500;
  border: none;
  border-radius: 4px;
  background-color: #FDEB01;
  cursor: pointer;
  width: 152px;
  height: 40px;
  color: #2B2B2B;
  padding: 11px 15px;
  margin-right: 20px;
  text-align: center;
  transition: all .5s ease-in;
}

/* Header */
.nav {
  position: fixed;
  z-index: 3;
  background-color:#fff;
  width: 100%;
  margin: 0 auto;
}

.logo, .footer__logo {
  background: url('../img/logo.svg') no-repeat;
  width: 125px;
  height: 60px;
  display: block;
}

.menu-btn {
  display: none;
}

.menu-btn:hover {
  color: #dbcc00;
}

.menu, .menu__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu__list {
  list-style: none;
}

.menu__item a {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #2B2B2B;
  margin-right: 23px;
  transition: all .5s ease-in;
  text-decoration: none;
}

.menu__item a:hover {
  color: #dbcc00;
}

.menu__item:last-child {
  margin-right: 40px;
}

.menu__language {
  margin-left: 20px;
}

.menu__language a {
  text-decoration: none;
  transition: all .5s ease-in;
}

.menu__language a:hover, .menu__language a:active {
  color: #dbcc00;
}

.menu__language-ua, .menu__language-en {
  color: #2B2B2B;

}

.offer-wrapper, .purchases, .support, .collect, .news, .footer {
  background: #DFDDBF;
}

.offer__content {
  display: flex;
  justify-content: space-between;
}

.offer {
  padding-top: 130px;
  padding-bottom: 36px;
}

.offer__title {
  max-width: 430px;
  margin-bottom: 16px;
}

.offer__text {
  max-width: 808px;
}

.offer__img {
  padding-top: 130px;
  margin-bottom: -38px;
}

/* About */
.about {
  padding-top: 36px;
  padding-bottom: 36px;
}

.about__title, .purchases__title, .collect__title, .support__title, .partners__title, .news__title {
  margin-bottom: 20px;
}

.about__purchases {
  margin-top: 30px;
}

.about__text {
  margin-bottom: 16px;
}

.about__text a {
  color: #dbcc00;
  margin-left: 20px;
  transition: all .5s ease-in;
}

.about__text a:hover {
  color: #6B6B6B;
}

.about__img {
  margin-top: -620px;
  margin-left: -77px;
  margin-bottom: -4px;
}

/* Collect */
.collect {
  padding-top: 40px;
  padding-bottom: 40px;
}

.collect__wrapper {
  background-color:#fff;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 24px 36px;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
}

.collect__description {
  margin-right: 20px;
}

.collect__description-price {
  font-size: 64px;
  line-height: 64px;
  font-weight: 900;
  margin-bottom: 24px;
}

.collect__description-price span {
  font-size: 32px;
  line-height: 36px;
  font-weight: 900;
}

.collect__description-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.collect__description-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
  max-width: 560px;
}

.collect__description-content a {
  color: #dbcc00;
  margin-left: 20px;
  transition: all .5s ease-in;
}

.collect__description-content a:hover {
  color: #6B6B6B;
}

.collect__description-list {
  list-style: none;
  margin-bottom: 40px;
}

.collect__description-item {
  margin-bottom: 10px;
}

.collect__btn {
  display: flex;
  align-items: center;
}

/* .collect__img {
  width: 600px;
  height: 340px;
} */

/* Support */
.support {
  padding-top: 40px;
  padding-bottom: 40px;
}

.support__text {
  margin-bottom: 28px;
}

.support__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.support__list {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  margin-bottom: 60px;
}

.support__item {
  background-color: #fff;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 24px;
  height: 445px;
  max-width: 345px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.support__description {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.support__currency {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
}

.support__description-name, .support__description-number {
  font-size: 12px;
  line-height: 14px;
}

.support__description-number {
  font-weight: 500;
  margin-left: 20px;
  margin-right: 20px;
}

.support__copy-text {
  cursor: pointer;
  border: none;
  background: none;
  width: 24px;
  height: 24px;
  opacity: 0.6;
}

.support__copy-text:hover {
  opacity: 1;
  transition: all .5s ease-in;
}

.support__btn {
  display: block;
  margin-top: 25px;
}

.crypt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 565px;
  height: 130px;
}

.crypto {
  display: block;
  margin-right: 30px;
}

.support__description-crypt {
  font-weight: 500;
  margin-right: 20px;
  letter-spacing: 1px;
}

/* Partners */
.partners {
  padding: 40px 0px 20px 0px;
}

.partners__text {
  margin-bottom: 24px;
}

.partners__list {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-bottom: 20px;
}

.partners__link {
  margin-right: 96px;
}

.partners__link-img {
  width: 100%;
  height: 100%;
  transition: all .5s ease-in;
}

.partners__link-img:hover {
  width: 98%;
  height: 98%;
}

/* News */
.news {
  padding: 48px 0px 84px 0px;
}

.news__slider {
  min-width: 0;
  position: relative;
}

.news__slider .slick-arrow{
  position: absolute;
  top: 50%;
  z-index: 2;
  font-size: 0;
  width: 30px;
  height: 10px;
  border: none;
  cursor: pointer;
}

.news__slider .slick-arrow.slick-prev{
  right: 50px;
  top: -40px;
  background: url('../img/arrow-left.svg') 0 0 / 100% no-repeat;
}

.news__slider .slick-arrow.slick-next{
  right: 0px;
  top: -40px;
  background: url('../img/arrow-right.svg') 0 0 / 100% no-repeat;
}

.news__slider .slick-arrow.slick-disabled {
  opacity: 0.2;
}

.news__slider .slick-dots{
  display: flex;
  align-items: center;
  justify-content: center;
}

.news__slider .slick-dots li{
  list-style: none;
  margin: 0px 5px;
}

.news__slider .slick-dots button{
  font-size: 0;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  border: none;
}

.news__slider .slick-dots li.slick-active button{
  background-color: transparent;
  border: 1px solid #fff;
}

.slick-list {
  overflow: hidden;
}

.slick-track{
  display: flex;
  justify-content: space-between;
}

.news__item {
  display: block;
  min-width: 0;
  max-width: 360px;
  background:#fff;
  border-radius: 4px;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
  margin-right: 20px;
  margin-bottom: 20px;
}

.news__img {
  border-radius: 4px 4px 0px 0px;
  width: 360px;
  height: 360px;
  object-fit: fill;
  /* width: 345px;
  height: 345px; */
}
.news__info {
  padding: 20px 24px 0px;
}

.news__date, .news__more {
  color: #6B6B6B;
  font-size: 14px;
}

.news__name {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  margin: 16px 0px 10px;
}

.news__description {
  margin-bottom: 28px;
}

.news__information {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.news__more {
  transition: all .5s ease-in;
  border: none;
  background: none;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
}

.news__more:hover {
  color: #dbcc00;
}


/* Modal window
#onemodalwindow, #twomodalwindow, #threemodalwindow {
  display: none;
}

#onemodalwindow.active, #twomodalwindow.active, #threemodalwindow.active {
  display: block;
} */

/* .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: gray;
  opacity: 0.5;
} */

/* .modal-window {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 474px;
  height: 414px;
  z-index: 2;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  background: #ffffff;
  padding: 60px 48px;
  transition: all 0.8s ease 0s;
}

.modal-window__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 28px;
}

.modal-window__text {
  color: #212121;
} */

/* .close {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  cursor: pointer;
  right: 1px;
  top: 10px;
} */


/* .popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all .8s ease 0s;
}

.popup:target {
  opacity: 1;
  visibility: visible;
}

.popup:target .popup__content {
  transform: translate(0px, 0px);
  opacity: 1;
}

.popup__area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.popup__body {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
  transition: all .8s ease 0s;
}

.popup__content {
  background-color: #fff;
  color: #212121;
  max-width: 500px;
  padding: 30px;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  position: relative;
  transition: all .8s ease 0s;
  opacity: 0;
  transform: translate(0px, -100%);
}

.popup__close {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  cursor: pointer;
  right: 1px;
  top: 10px;
  color: #212121;
  text-decoration: none;
} */
/* Questions */
.questions {
  padding: 28px 0px 86px 0px;
}

.questions__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.questions__title {
  margin-bottom: 40px;
}

.questions__item {
  background: #F7F7F7;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  max-width: 1166px;
  position: relative;
  padding: 19px 24px 5px;
  margin-bottom: 16px;
}

.questions__item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  color: #212121;
  cursor: pointer;
  position: relative;
}

.questions__item-title::before {
  content: '+';
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 5px;
  font-size: 40px;
}

.questions__item-content {
  position: relative;
  color: #212121;
  height: 0;
  overflow: hidden;
  transition: all .5s ease-in;
  margin-top: 15px;
}

.questions__item.active .questions__item-content {
  height: 180px;
}

.questions__item.active .questions__item-title::before {
  content: '-';
}

/* Footer */
.footer {
  padding: 45px 0 45px;
}

.footer__wrapper  {
  display: flex;
  justify-content: space-between;
}

.footer__info, .footer__information {
  display: flex;
  justify-content: space-around;
}

.footer__information:not(:last-of-type), .footer__contacts:not(:last-of-type), .footer__list:not(:last-of-type) {
  margin-right: 50px;
}

.footer__contacts-phone, .footer__contacts-mail, .footer__contacts-instagram {
  display: flex;
  align-items: center;
}

.footer__contacts-phone-icon, .footer__contacts-mail-icon, .footer__contacts-instagram-icon {
  margin-right: 15px;
}

.footer__contacts-phone-icon:hover, .footer__contacts-mail-icon:hover, .footer__contacts-instagram-icon:hover {
  transition: all 0.5s ease;
  filter: drop-shadow(0px 4px 4px #FDEB01);
}

.footer__contacts-phone-link, .footer__contacts-mail-link, .footer__contacts-instagram-link {
  color: #212121;
}

.footer__contacts-phone-link:hover, .footer__contacts-mail-link:hover, .footer__contacts-instagram-link:hover {
  color: #dbcc00;
  transition: all .5s ease-in;
}

.footer__list {
  list-style: none;
}

.footer__item {
  margin-bottom: 15px;
}

.footer__link {
  color: #212121;
  transition: all .5s ease-in;
}

.footer__link:hover {
  color: #dbcc00;
}

.footer__button {
  margin-left: 50px;
}

/* Responsive */

@media (max-width: 1319px) {
  .container {
    max-width: 1080px;
  }
}

@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }
  .menu__item:last-child {
    margin-right: 0px;
  }
  .support__list {
    flex-wrap: wrap;
  }
  .news__img {
    height: 50%;
  }
  .footer__info {
    display: block;
  }
  .footer__information:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  .container {
    max-width: 780px;
  }
  .nav {
    display: flex;
  }
  .menu-btn {
    display: inline-block;
    width: 40px;
    height: 30px;
    padding: 0px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    margin-right: 50px;
    position: relative;
    z-index: 3;
  }
  .menu-btn::after, 
  .menu-btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    background-color:#2B2B2B;
  }
  .menu-btn::before {
    top: 0;
  }
  .menu-btn::after {
    bottom: 0;
  }
  .menu-btn span {
    display: block;
    height: 3px;
    background-color:#2B2B2B;
  }
  .menu__list {
    transform: translateY(-150%);
    transition: all 0.8s;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color:#fff;
    opacity: 0.9;
    padding-top: 90px;
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
  }
  .menu__list.menu__list--active {
    transform: translateY(0);
    transition: all 0.8s;
  }
  .menu__item {
    padding: 7px 0;
  }
  .menu__link {
    display: block;
  }
  .logo, .menu__button, .menu__language {
    position: relative;
    z-index: 20;
  }
  .collect__wrapper {
    display: block;
  }
  .collect__img {
    display: flex;
    margin: 0 auto;
  }
  .news__img {
    height: 56%;
  }
  .news__info {
    padding-bottom: 0px;
  }
  .news__name {
    font-size: 16px;
  }
  .news__description {
    font-size: 14px;
  }
}

@media (max-width: 895px) {
  .container {
    max-width: 740px;
  }
  .footer__information {
    display: block;
  }
}

@media (max-width: 780px) {
  .container {
    max-width: 690px;
  }
  .offer__img {
    padding-top: 120px;
  }
  .offer__title {
    font-size: 30px;
  }
  body {
    font-size: 15px;
  }
  h2 {
    font-size: 25px;
  }
  .support__list {
    margin-bottom: 0;
  }
}

@media (max-width: 730px) {
  .container {
    max-width: 640px;
  }
  .partners__link {
    margin-bottom: 40px;
    margin-right: 0;
  }
  .partners__list {
    flex-direction: column;
    align-items: start;
  }
  .footer__button {
    margin-left: 0;
  }
}

@media (max-width: 670px) {
  .container {
    max-width: 540px;
  }
  .offer {
    padding-top: 100px;
    padding-bottom: 0;
  }
  .offer__img {
    padding-top: 130px;
    margin-right: -50px;
  }
  /* .collect__img {
    width: 500px;
    height: 250px;
  } */
  .collect__description {
    margin-bottom: 30px;
  }
  .collect__description-price {
    font-size: 45px;
  }
  .footer__information {
    margin-top: 15px;
  }
  .footer__list {
    margin-left: 50px;
  }
}

@media (max-width: 660px) {
  .offer {
    padding-bottom: 20px;
  }
  .offer__img {
    display: none;
  }
}

@media (max-width: 542px) {
  .container {
    max-width: 480px;
  }
  .about__img {
    max-width: 370px;
    margin-top: -422px;
    margin-left: 0;
  }
  /* .collect__img {
    width: 400px;
    height: 190px;
  } */
  .support__item {
    margin-right: 0;
  }
  .support__description-crypt {
    font-size: 12px;
  }
  .crypto {
    margin-right: 0;
  }
  .support {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .partners {
    padding: 20px 0px 0px 0px;
  }
  .news, .questions {
    padding: 20px 0px 20px 0px;
  }
  .questions__title {
    margin-bottom: 15px;
  }
  .footer {
    padding: 20px 0 20px;
  }
  .footer__wrapper {
    flex-direction:column;
    
  }
  .footer__logo, .footer__button {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
  .footer__info {
    margin: 0 auto;
  }
}

@media (max-width: 520px) {
  .container {
    max-width: 460px;
  }
}

@media (max-width: 470px) {
  .container {
    max-width: 410px;
    overflow: hidden;
  }
  .menu-btn {
    display: none;
  }
  .offer__title, .offer__text, .about__title, .about__text, .support__text, .partners__text, .support__title, .support__list, .support__name, .crypt, .questions__wrapper {
    max-width: 390px;
  }
  .collect__img {
    width: 300px;
  }
  .support__currency-logo {
    width: 40px;
    height: 40px;
  }
  .questions__item-title {
    font-size: 17px;
  }
}

@media (max-width: 420px) {
  .container {
    max-width: 390px;
  }
  .support__description-crypt {
    margin-right: 5px;
  }
  .support__currency-logo {
    width: 25px;
    height: 25px;
    margin-left: -25px;
  }
  .support__item {
    padding: 15px;
  }
  .crypt {
    max-width: 325px;
  }
  .news__info {
    padding: 30px 15px;
  }
}

@media (max-width: 400px) {
  .container {
    max-width: 370px;
  }
}

@media (max-width: 375px) {
  .container {
    max-width: 345px;
  }
}

@media (max-width: 360px) {
  .container {
    max-width: 330px;
  }
  .support__description-crypt {
    font-size: 11px;
  }
  .questions__item-title {
    font-size: 15px;
  }
  .menu__button {
    font-size: 14px;
    width: 130px;
    padding: 11px 20px;
  }
  .offer__title, .offer__text, .about__title, .about__text, .support__text, .partners__text, .support__title, .support__list, .support__name, .crypt, .questions__wrapper {
    max-width: 330px;
  }
}

@media (max-width: 320px) {
  .container {
    max-width: 290px;
  }
  .menu__button {
    font-size: 12px;
    width: 100px;
    padding: 11px 10px;
  }
  .offer__title {
    font-size: 27px;
  }
  .collect {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .collect__description-title {
    font-size: 20px;
  }
  .collect__img {
    width: 270px;
  }
  .support__description-number {
    margin-left: 0px;
    margin-right: 0px;
  }
  .support__description-crypt {
    font-size: 10px;
  }
  .questions__item-title {
    font-size: 13px;
  }
}