/**
* Insporta Social block Styles
*/

.social-block {
  display: block;
  width: 100%;
  background-color: #70958b;
  color: white;
}

svg.viber-icon {
  width: 20px;
  height: 20px;
  fill: #70958b;
  position: relative;
  left: 0;
}

svg.tele-icon {
  width: 21px;
  height: 21px;
  fill: #70958b;
  position: relative;
  left: -2px;
}

.social-block__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.social-block__left {
  display: flex;
  align-items: center;
}

.social-block__desc.logo-desc {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding-left: 1.5rem;
}

.social-block__right {
  display: block;
  width: 35%;
  text-align: right;
}

span.social-item {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #70958b;
  background: white;
  border-radius: 50%;
}

a.social-block__link {
  padding-right: 10%;
}

a.social-block__link:last-of-type {
  padding: 0;
}
.social-item svg {
    width: 21px;
  height: 21px;
  fill: #70958b;
}
.social-item svg path {
fill: #70958b !important;
}
svg.vk-icon {
  width: 21px;
  height: 21px;
  fill: #70958b;
}

svg.whatsapp-icon,
svg.instagram-icon {
  width: 21px;
  height: 21px;
  fill: #70958b;
}

svg#logo {
  width: auto;
  display: block;
}

svg.insporta-mini-logo {
  width: 158px;
  height: auto;
}

svg.insporta-mini-logo path#p-two,
svg.insporta-mini-logo path#p-one {
  fill: white;
}
.logo_hide_xl {
  display: none;
}

@media screen and (max-width: 1023px) {
  .logo_hide_xl {
    display: block;
  }
  .social-block__logo {
    width: auto;
  }
  .social-block,
  .social-block__inner.container {
    padding: 0;
  }

  .mobile-menu__top-inner.container {
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
  }
  .social-block__left {
    padding: 1.5rem 10rem;
    background: white;
    color: #70958b;
    width: 100vw;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
  }
  svg.insporta-mini-logo path#p-two,
  svg.insporta-mini-logo path#p-one {
    fill: #70958b;
  }
  .social-block__inner {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    justify-content: center;
  }
  .social-block__right {
    display: flex;
    width: 100%;
    text-align: center;
    padding: 1.5rem 0;
    min-height: 63px;
    align-items: center;
    justify-content: center;
  }
  .social-block__desc.logo-desc {
    width: auto;
    padding-left: 0.5rem;
  }
  svg#logo {
    width: 100%;
    display: inline-block;
  }
  .social-block__logo {
    display: inline-block;
    width: auto;
  }
  svg.insporta-mini-logo {
    width: 120px;
  }
  .social-block__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 190px;
  }
    .logo_hide_xs {
    display: none;
  }
}

@media screen and (max-width: 850px) {
  .social-block__left {
    padding: 1.5rem 5rem;
  }

  
}

@media screen and (max-width: 550px) {
  .social-block,
  .social-block__inner.container {
    padding: 0;
  }
  .mobile-menu__top-inner.container {
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
  }
  .social-block__left {
    padding: 1.5rem;
    background: white;
    color: #70958b;
    width: 100vw;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
  }
  svg.insporta-mini-logo path#p-two,
  svg.insporta-mini-logo path#p-one {
    fill: #70958b;
  }
  .social-block__inner {
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    justify-content: center;
  }
  .social-block__right {
    display: flex;
    width: 100%;
    text-align: center;
    padding: 1.5rem 0;
    min-height: 63px;
    align-items: center;
    justify-content: center;
  }
  .social-block__desc.logo-desc {
    width: auto;
    padding-left: 0.5rem;
  }
  svg#logo {
    width: 100%;
    display: inline-block;
  }
  .social-block__logo {
    display: inline-block;
    width: auto;
  }
  svg.insporta-mini-logo {
    width: 120px;
  }
  .social-block__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 280px;
  }
}
