:root {
  --theme_color: #2ba5e2;
  --subtheme_color: #000;
  --hover_color: #000;
  --title_color: #161616;
  --content_color: #515151;
  --bg_color: #e5e8ea, #fff 51.676%, #e5e8ea;
  --bg2_color: rgba(239, 239, 239, 0.64);
}
html {
  font-size: clamp(7.5px, 0.522vw, 10px);
}
ul {
  list-style: none;
}
a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
i {
  font-style: normal;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 141rem;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}
.header_content {
  max-width: 153.9rem;
  margin: 0 auto;
  position: relative;
}
button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
  color: var(--title_color);
}
input[type="submit"],
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title_color);
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title_color);
  font-family: "Montserrat", sans-serif;
}
body.fixed {
  overflow: hidden;
  padding-right: 17px;
}
.only_mobile {
  display: none;
}
.content .content {
  padding: 0;
}
.gap {
  gap: 2rem;
}
li.swiper-slide {
  height: auto;
}
.grecaptcha-badge {
  visibility: hidden;
}
#fullscreen-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid var(--theme_color);
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0;
  top: 0;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}
.btn {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 6px;
  font-size: 2rem;
  line-height: normal;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: var(--theme_color);
  border: 1px solid var(--theme_color);
  padding: 2.2rem 2.65rem 2.4rem;
  min-width: 19.1rem;
}
.btn:hover {
  background-color: #fff;
  color: var(--theme_color);
}
.btn_w {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 6px;
  font-size: 2rem;
  line-height: normal;
  font-weight: 600;
  color: var(--theme_color);
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 2.1rem 2.65rem 2.5rem;
  min-width: 20.5rem;
}
.btn_w:hover {
  background-color: var(--theme_color);
  color: #fff;
}
.btn_line {
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 6px;
  font-size: 2rem;
  line-height: normal;
  font-weight: 600;
  color: var(--title_color);
  text-align: center;
  background-color: #fff;
  border: 1px solid #bababa;
  padding: 2.1rem 2.75rem 2.6rem;
  min-width: 20.6rem;
}
.btn_line:hover {
  color: #fff;
  border-color: var(--theme_color);
  background-color: var(--theme_color);
}
.btn_circle {
  position: relative;
  z-index: 2;
  width: 5.6rem;
  height: 5.6rem;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 50%;
  background-color: var(--theme_color);
}
.btn_circle::after {
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  background: url("../img/arrow-r.svg") no-repeat center / 26.79%;
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
}
.btn_circle:hover {
  transform: scale(1.1);
}
.swiper_btns {
  gap: 2.9rem;
  display: flex;
}
.swiper_btns div {
  width: 6.2rem;
  height: 6.2rem;
  cursor: pointer;
  transition: all 0.3s, pointer-events 0s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #efefef;
}
.swiper_btns div::after {
  content: '';
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  transition: all 0.3s;
  background: url(../img/arrow.svg) no-repeat center / contain;
  filter: contrast(0) brightness(0);
}
.swiper_btns div:hover {
  background-color: var(--theme_color);
}
.swiper_btns div:hover::after {
  filter: contrast(0) brightness(2);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  background-color: var(--bg2_color);
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.swiper_btns .swiper-button-lock {
  opacity: 0;
  pointer-events: none;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 164.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  justify-content: space-between;
}
.swiper_btns.middle div {
  pointer-events: all;
}
.swiper_btns.middle .swiper-button-disabled,
.swiper_btns.middle .swiper-button-lock {
  pointer-events: none;
}
.head h1 {
  font-size: 7rem;
  line-height: 8.5rem;
  font-weight: 800;
}
.head h2 {
  font-size: 6rem;
  line-height: 6.8rem;
  font-weight: 700;
}
header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 996;
  width: 100%;
  transition: all 0.3s;
  background-color: #fff;
}
header.sticky {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .left {
  display: flex;
  align-items: center;
  margin-bottom: -1px;
  margin-right: 6.4%;
}
header .logo {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
}
header .logo img {
  display: block;
  width: auto;
  height: 10.6rem;
}
header .logo p {
  position: absolute;
  z-index: -1;
  inset: 0;
}
header nav .menu {
  display: flex;
  gap: 3.05rem;
}
header nav .menu > li {
  position: relative;
  z-index: 2;
}
header nav .menu > li::after {
  width: 0;
  height: 2px;
  background-color: var(--theme_color);
  border-radius: 100px;
  position: absolute;
  left: 50%;
  bottom: 0;
  content: '';
  transform: translateX(-50%);
  transition: all 0.3s;
}
header nav .menu > li > a {
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
  transition: all 0.3s;
  line-height: 10rem;
  padding-top: 0.6rem;
}
header nav .menu > li.current-menu-item::after,
header nav .menu > li.current-menu-parent::after,
header nav .menu > li:hover::after {
  width: 100%;
}
header nav .menu > li:hover ul {
  opacity: 1;
  pointer-events: all;
  padding: 1.6rem 2.4rem;
}
header nav .menu > li:hover ul li {
  transform: translate(0);
}
header nav .sub-menu {
  left: -2.4rem;
  position: absolute;
  min-width: 20rem;
  background-color: #fff;
  padding: 1.6rem 2.4rem 0;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
  display: block;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
  z-index: -1;
}
header nav .sub-menu > li {
  margin-bottom: 0.5rem;
  transition: all 0.4s;
  transform: translateY(-1.6rem);
}
header nav .sub-menu > li > a {
  display: block;
  padding: 0.8rem 0;
  transition: all 0.3s;
  font-size: 1.5rem;
  position: relative;
  white-space: nowrap;
}
header nav .sub-menu > li > a::after {
  width: 0;
  height: 1px;
  background-color: var(--theme_color);
  border-radius: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  transition: all 0.3s;
}
header nav .sub-menu > li > a:hover::after {
  width: 100%;
}
header .btns {
  gap: 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 10.6rem;
  margin-left: 2px;
}
header .btn_search {
  width: 2.3rem;
  height: 2.3rem;
  cursor: pointer;
  background: url(../img/icon-search.svg) no-repeat center / contain;
  margin-top: 0.6rem;
}
header .btn_lang {
  width: 2.6rem;
  height: 2.6rem;
  cursor: pointer;
  background: url(../img/icon-lang.svg) no-repeat center / contain;
  margin-top: 0.6rem;
}
header .btn_menu {
  display: none;
}
header .btn {
  min-width: unset;
  padding: 1.8rem 3.25rem;
}
footer {
  color: #fff;
  background-color: #2d2d2d;
}
footer .go_to_top {
  position: fixed;
  left: 0;
  bottom: 4rem;
  width: calc(100% + 1.7rem);
  z-index: 997;
  pointer-events: none;
}
footer .go_to_top a {
  width: 7.8rem;
  height: 7.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  pointer-events: all;
  overflow: hidden;
  text-indent: -999px;
  border-radius: 50%;
  transition: all 0.3s;
  background: url("../img/arrow-top.svg") no-repeat center / 20.5% var(--theme_color);
}
footer .go_to_top a:hover {
  transform: scale(1.2);
}
footer .footer_main {
  padding: 9.1rem 0 23.1rem;
}
footer .footer_main .flex {
  gap: 5rem 2rem;
}
footer .footer_main strong {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 3.2rem;
}
footer .footer_main .slide_obj li + li {
  margin-top: 1.6rem;
}
footer .footer_main .slide_obj a {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  transition: all 0.3s;
}
footer .footer_main .slide_obj a:hover {
  color: #fff;
}
footer .footer_main .slide_follow {
  width: 29rem;
  margin-right: 7.35%;
}
footer .footer_main .slide_follow .social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem 14.102759%;
}
footer .footer_main .slide_follow .social a {
  opacity: 1;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  overflow: hidden;
  text-indent: -999px;
  position: relative;
  transition: all 0.3s;
}
footer .footer_main .slide_follow .social a::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: no-repeat center / contain;
}
footer .footer_main .slide_follow .social a:hover {
  transform: scale(1.1);
}
footer .footer_main .slide_follow .social .facebook a::after {
  background-image: url(../img/facebook.svg);
}
footer .footer_main .slide_follow .social .twitter a::after {
  background-image: url(../img/twitter.svg);
}
footer .footer_main .slide_follow .social .youtube a::after {
  background-image: url(../img/youtube.svg);
}
footer .footer_main .slide_follow .social .instagram a::after {
  background-image: url(../img/instagram.svg);
}
footer .footer_main .slide_follow .social .linkedin a::after {
  background-image: url(../img/linkedin.svg);
}
footer .footer_main .slide_contact {
  width: 30.1rem;
}
footer .footer_main .slide_contact li {
  position: relative;
  padding-left: 6.8rem;
  padding-top: 0.4rem;
  margin-right: -4rem;
}
footer .footer_main .slide_contact li::before {
  content: '';
  display: block;
  width: 5rem;
  height: 5rem;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: no-repeat center / 1.8rem 1.6rem var(--theme_color);
}
footer .footer_main .slide_contact li + li {
  margin-top: 4rem;
}
footer .footer_main .slide_contact .phone::before {
  background-image: url(../img/icon-phone.svg);
}
footer .footer_main .slide_contact .email::before {
  background-image: url(../img/icon-email.svg);
}
footer .footer_main .slide_contact a {
  font-size: 1.8rem;
  font-weight: 600;
  transition: all 0.3s;
}
footer .footer_main .slide_contact a:hover {
  color: var(--theme_color);
}
footer .footer_main .slide_contact .label {
  margin-top: 0.6rem;
  color: rgba(255, 255, 255, 0.65);
}
footer .footer_bottom {
  font-family: "Inter", sans-serif;
  padding: 2.7rem 0;
}
footer .footer_bottom .flex::after {
  content: '';
  display: block;
  width: 17.3rem;
  margin-left: 10.6%;
}
footer .footer_bottom .logo {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -999px;
}
footer .footer_bottom .logo img {
  display: block;
  width: 9.4rem;
  height: auto;
}
footer .footer_bottom .logo p {
  position: absolute;
  z-index: -1;
  inset: 0;
}
footer .footer_bottom .copyright {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 1.4rem;
  margin-left: 16.6%;
}
footer .footer_bottom .copyright a {
  font-size: 1.328rem;
  transition: all 0.3s;
  margin: 0 0.8rem;
}
footer .footer_bottom .copyright a:hover {
  color: #fff;
}
.footer_contact {
  background: url("../img/footer-bg.jpg") no-repeat center / cover;
}
.footer_contact .flex {
  min-height: 35.6rem;
  padding: 4rem 0;
}
.footer_contact .head {
  color: #fff;
  max-width: 107rem;
  flex: 1;
  padding-top: 0.8%;
}
.footer_contact .btn_w {
  margin-top: 3rem;
}
.page_blog {
  padding: 9.2rem 0 8.9rem;
}
.page_blog h2 {
  margin-top: -0.8rem;
}
.page_blog .page_blog_swiper {
  overflow: hidden;
  margin-top: 3.3rem;
  border-radius: 12px;
}
.page_blog .swiper_btns {
  top: 47.5%;
}
.page_banner .flex {
  min-height: 70.4rem;
  padding: 6rem 0;
}
.page_banner .head {
  color: #fff;
  max-width: 86.5rem;
  flex: 1;
}
.page_banner p {
  font-size: 2.8rem;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 1.3rem;
  font-weight: 400;
}
.page_banner .btn {
  margin-top: 3.3rem;
}
.blog_list .active strong {
  text-decoration-color: #212121;
}
.blog_list .active .link {
  transform: translateX(0);
}
.blog_list .active .link i {
  background-color: var(--theme_color);
}
.blog_list .active .link i::after {
  filter: contrast(0) brightness(2);
}
.blog_list a {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.blog_list a:hover img {
  transform: scale(1.02);
}
.blog_list .img {
  width: 100%;
  padding-bottom: 60.61%;
  border-radius: 12px;
}
.blog_list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2.3rem;
  color: #212121;
}
.blog_list .metas {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 1.3rem;
}
.blog_list .metas .cat {
  display: grid;
  grid-template-columns: 0.9rem 1fr;
  gap: 1.65rem;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 500;
  text-transform: uppercase;
}
.blog_list .metas .cat::before {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: #a8a8a8;
  display: block;
  content: '';
}
.blog_list .metas .date {
  font-size: 2rem;
  color: rgba(63, 63, 63, 0.85);
}
.blog_list strong {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 2.6rem;
  line-height: 3.4rem;
  font-weight: 600;
  text-decoration: underline transparent;
  transition: all 0.3s;
  hyphens: auto;
  margin-top: 2.1rem;
}
.blog_list .link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.2rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 4.1rem;
  transition: all 0.4s;
  transform: translateX(calc(-100% + 6rem));
}
.blog_list .link i {
  width: 6rem;
  height: 6rem;
  flex-shrink: 0;
  background-color: var(--bg2_color);
  border: none;
}
.blog_list .link i::after {
  filter: contrast(0) brightness(0);
}
.product_list .active a::before {
  opacity: 1;
}
.product_list .active a {
  box-shadow: unset;
}
.product_list a {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}
.product_list a::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background-image: linear-gradient(to right, var(--bg_color));
  z-index: -1;
  pointer-events: none;
  transition: all 0.3s;
  opacity: 0;
}
.product_list a:hover img {
  transform: scale(1.02);
}
.product_list .img {
  width: 100%;
  padding-bottom: 76.1%;
}
.product_list .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  line-height: 3.4rem;
  padding: 2.7rem 7.45% 3.7rem;
}
.product_list .info span {
  text-transform: uppercase;
  display: block;
  color: rgba(124, 124, 124, 0.8);
}
.product_list .info h3 {
  font-size: 2.6rem;
  font-weight: 600;
  border-bottom: 1px solid #999999;
  padding-bottom: 1.9rem;
  margin-top: 0.5rem;
  flex: 1;
}
.product_list .info ul {
  margin-top: 1.4rem;
  color: var(--content_color);
}
.product_list .info ul strong {
  font-weight: 700;
  color: #000000;
}


.page_block{
  display: flex;
  align-items: center;
  font-size: 19px;
  justify-content: center;
  gap: 1.5rem;
}
.page_block a{
  transition: all 0.3s;
}
.page_block a:hover{
  text-decoration: underline;
  color: var(--theme_color);
}
.page_block .current{
  color: var(--theme_color);
  text-decoration: underline;
}



.nav-links{
  display: flex;
  align-items: center;
  font-size: 19px;
  justify-content: center;
  gap: 1.5rem;
}
.nav-links a{
  transition: all 0.3s;
}
.nav-links a:hover{
  text-decoration: underline;
  color: var(--theme_color);
}
.nav-links .current{
  color: var(--theme_color);
  text-decoration: underline;
}

div.search-block {
  position: fixed;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 55, 96, 0.12);
  width: 100%;
  bottom: -100vh;
  height: 100vh;
  transition: 0.3s ease;
}
div.search-block.active {
  bottom: 0;
  opacity: 1;
  transform: translateY(150px);
}
div.search-block div.content {
  position: relative;
  display: block;
}
.wd-action-btn {
  display: inline-flex;
  vertical-align: middle;
  background: url(../../global/img/cloes.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 38px;
  right: 0;
  z-index: 1;
  width: 28px;
  height: 28px;
  transition: all 0.3s;
  cursor: pointer;
}
.wd-action-btn:hover {
  transform: rotate(180deg);
}
div.search-block .searchform {
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
  /* opacity: 0; */
  transition: opacity 0.35s ease 0.2s;
  --wd-form-color: #333;
  --wd-form-placeholder-color: #333;
  text-align: center;
  transition: 0.75s all ease;
}
div.search-block.active .searchform {
  opacity: 1;
}
div.search-block .searchform input[type='text'] {
  padding: 0;
  height: 110px;
  border: none;
  text-align: center;
  font-size: 35px;
  outline: none;
}
header div.main-menu div.main div.right {
  display: none;
}
div.search-block .searchform ::-webkit-input-placeholder {
  color: #333333;
}


.social_sidebar {
  position: fixed;
  right: max(20px, 5vw);
  top: 50%;
  z-index: 997;
  transform: translateY(-50%);
}
.social_sidebar ul {
  display: grid;
  gap: 12px;
}
.social_sidebar a {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-indent: -999px;
  transition: all .3s;
  position: relative;
}
.social_sidebar a:hover {
  transform: scale(1.1);
  background-color: var(--theme_color);
}
.social_sidebar a:hover::after {
  filter: contrast(0) brightness(2);
}
.social_sidebar a::after {
  content: '';
  display: block;
  width: 50%;
  height: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all .3s;
  transform: translate(-50%, -50%);
  background: no-repeat center/contain;
}
.social_sidebar .phone a::after {
  background-image: url(../img/icon-phone1.svg);
}
.social_sidebar .email a::after {
  background-image: url(../img/icon-email1.svg);
}
.social_sidebar .whatsapp a::after {
  width: 60%;
  height: 60%;
  background-size: contain;
  background-image: url(../img/whatsapp.svg);
}
.social_sidebar .top a::after {
  background-image: url(../img/btn-top.svg);
}