:root { --color-yellow: #FFF200; --bg-black: #1F1F1F; --bg-black-opacity:#353434; }

body { height: auto; overflow: visible; }

/* others styles*/
.container { max-width: 1290px; padding: 0 20px; margin: 0 auto; }

.main-page { background-color: var(--bg-black); min-height: 100vh; }

.main-page.mobile { display: none; }

.wrapper-items { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }

.wrapper-items .one-item { background: var(--bg-black-opacity); border-radius: 40px; padding: 30px 38px; max-width: 25%; width: 100%; margin-right: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.wrapper-items .one-item .item-title { margin-bottom: 20px; font-size: 26px; line-height: 1.23em; }

.wrapper-items .one-item .item-subtitle { opacity: 0.85; margin-bottom: 10px; display: block; text-decoration: none; font-size: 26px; line-height: 1.23em; white-space: nowrap; }

.wrapper-items .one-item .social-wrapper { margin-top: 40px; }

.wrapper-items .one-item:last-child { margin-right: 0; }

.wrapper-items .one-item.item-big { max-width: 50%; width: 100%; padding: 30px 20px; }

.wrapper-items .one-item.item-big table td { vertical-align: middle; text-align: center; padding: 5px 20px; }

.wrapper-items .one-item.item-big table .d-flex { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: start; }

.wrapper-items .one-item.item-big table .d-flex img { width: 48px; height: 34px; }

.wrapper-items .one-item.item-big table .d-flex h2 { padding-left: 15px; line-height: 1; }

.link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: var(--bg-black-opacity); padding: 30px; border-radius: 40px; text-decoration: none; -webkit-transition: all 0.3s; transition: all 0.3s; }

.link span { text-transform: uppercase; background: linear-gradient(203.2deg, #37AEE2 21.67%, #1E96C8 70%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; margin-right: 20px; -webkit-transition: all 0.3s; transition: all 0.3s; }

.social-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.social { width: 48px; height: 48px; border-radius: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0 10px; margin-right: 20px; -webkit-transition: all 0.3s; transition: all 0.3s; }

.social svg { width: 28px; height: 28px; -ms-flex-negative: 0; flex-shrink: 0; -webkit-transition: all 0.3s; transition: all 0.3s; }

.social svg path { -webkit-transition: all 0.3s; transition: all 0.3s; }

.social:last-child { margin-right: 0; }

.social.blue { background: linear-gradient(203.2deg, #37AEE2 21.67%, #1E96C8 70%); }

.social.purple { background: #7F4DA0; }

.social.green { background: #25D366; }

@media (min-width: 1200px) { .link:hover span { opacity: 0.6; }
  .link:hover .social { background: #fff; }
  .link:hover .social.blue svg path { fill: #1E96C8; }
  .social:hover { background: #fff; }
  .social.blue:hover svg path { fill: #1E96C8; }
  .social.purple:hover svg path { fill: #7F4DA0; }
  .social.green:hover svg path { fill: #25D366; } }

@media (max-width: 1199px) { .main-page { display: none; }
  .main-page.mobile { display: block; }
  .wrapper-items { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .wrapper-items .one-item, .wrapper-items .one-item.item-big { max-width: 100%; }
  .wrapper-items .one-item .d-flex, .wrapper-items .one-item.item-big .d-flex { -webkit-box-pack: center !important; -ms-flex-pack: center !important; justify-content: center !important; }
  .wrapper-items .one-item { margin-bottom: 20px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .wrapper-items .one-item:last-child { margin-bottom: 0; }
  .wrapper-items .one-item .item-title { font-size: 22px; }
  .wrapper-items .one-item .item-subtitle { font-size: 22px; }
  .link { padding: 20px; }
  .main-page.mobile .link { margin-bottom: 20px; } }

@media (max-width: 767px) { .wrapper-items .one-item { padding: 20px; }
  .wrapper-items .one-item .social-wrapper { margin-top: 20px; }
  .wrapper-items .one-item.item-big { padding: 20px; }
  .wrapper-items .one-item.item-big table .d-flex img { max-width: 28px; }
  .wrapper-items .one-item.item-big table .d-flex h2 { padding-left: 5px; }
  .social { width: 38px; height: 38px; }
  .social svg { width: 18px; height: 18px; } }

@media (max-width: 575px) { .wrapper-items .one-item .item-title { margin-bottom: 10px; font-size: 20px; }
  .wrapper-items .one-item .item-subtitle { margin-bottom: 5px; font-size: 20px; }
  .wrapper-items .one-item.item-big table td { padding: 5px 10px; }
  .link span { text-align: left; } }
