:root {
    /*Colors*/
    --white-text: #ffffff;
    --red: #E21818;
    --red-pallete: rgba(226, 24, 24, 0.5);

    --white-bg: #fbfbfe;
    --white-bg-hover: #d1cece;
    --block-bg: #f2efef;

    --black-text: #191618;
    --grey-text: #555;
    --white-low-text: #cbcbcb;

    --coral-bg: #fa9494;
    --coral-bg-opacity: #fa9494c9;

    --spacing-small: 68px;
    --spacing-medium: 16px;
    --spacing-large: 75px;

    --font-family: "Monda", sans-serif;
    --second-family: "Montserrat", sans-serif;

    --white: #f2f1f1;
    --gold: #ffd700;
    --grey-white: #7c828d;
    --grey: #292b2f;
    --bg: #1b1c1d;
    --purple: #48467d;
    --yellow-white: #ffee93;
}
footer {
  position: relative;
  bottom: 0;
  display: flex;
  margin: 0 auto; 
  padding: 0;
  justify-content: center;
  background-color: var(--white-bg);
  align-items: center;
  overflow: hidden;
  flex-direction: column;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 2000px;
  padding: 10px 25px 0px 25px;
  box-sizing: border-box;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  overflow: hidden;
}

.footer-section {
  flex: 1; 
  margin: 20px 20px 0 20px;
  font-size: 15px;
  padding-left: 20px;
  box-sizing: border-box;
}

.footer-section h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.footer-section ul {
  padding: 0;
}

.footer-section li {
  margin-bottom: 15px;
}

.footer-section p {
  margin-left: 40px;
  color: rgba(25, 22, 24, 0.75);
}

.location-footer {
  margin-left: 40px;
}

.contact-item > a > svg {
  fill: #000;
  transition: fill 0.3s ease;
}

.contact-item > a > svg:hover {
  fill: red;
}

.location-p {
  font-size: 13px;
}

footer p {
    color: #000;
}

.footer-section a {
    font-size: 14px;
    color: rgba(25, 22, 24, 0.75);
}

.footer-section a:hover {
    color: var(--red);
}

.footer-rta {
    margin-top: 20px;
}

.rta-logo {
  position: relative;
  width: 57px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rta-logo-text {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  padding: 5px 10px;
}

.rta-icon-inner {
  margin: 0;
}

.rta-icon-inner {
  content: "";
  position: absolute;
  top: 1px;
  right: 6px;
}

.rta-logo {
  position: relative;
  width: 57px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rta-logo-text {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
}

.rta-icon-inner {
  margin: 0;
}

.rta-icon-inner {
  content: "";
  position: absolute;
  top: 1px;
  right: 6px;
}

.dmca {
  margin: 5px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
  padding: 3px 0;
}
.dmca-inner {
  background-color: rgb(21, 124, 64);
  text-transform: uppercase;
  padding: 2px 5px;
}
.dmca-protected-inner {
  background-color: #3d3d3d;
  text-transform: uppercase;
  padding: 2px 5px;
}

.footer-rta-img {
    height: 30px;
    width: 100%;
}

.footer-1 {
    font-size: 13px;
}

.footer-contacts-section a{
    font-size: 13px;
}

.footer-contacts-section .footer-icon {
    width: 22px;
    height: 22px;
    margin-right: 5px;
  }
  
.footer-contacts-section .contact-item {
    display: flex;
    flex-direction: row;
    width: 105%;
    cursor: pointer;
}

.footer-bottom {
    display: flex;
}

.fotter-last {
    margin: 2px 0 7px 0;
    padding-left: 10px;
    padding-right: 10px;
}

.footer-rta {
    margin-top: 20px;
}
 
.footer-rta-img {
    height: 30px;
    width: 100%;
}

.footer-dmca-img {
    height: 25px;
    width: 100%;
}

.contact-text{
  color: rgba(25, 22, 24, 0.75);
}

span[data-url] {
  cursor: pointer;
}


@media (max-width: 1400px) {
  .footer-content {
    padding: 5px;
  }
    
  .footer-section {
    margin: 20px;
    padding-left: 0;
    flex: 1;
  }
  
  .footer-section h4 {
    font-size: 16px;
  }
  
  .footer-section a {
    font-size: 12px;
  }
  
  .footer-logo {
    margin-left: 20px;
    max-width: 60%;
  }
  
    .footer-rta {
        margin-top: 18px;
    }
  
    .footer-rta-img {
        height: 28px;
    }
    
    .footer-dmca-img {
        height: 22px;
    }
}

@media (max-width: 1024px) {
    .footer-content {
        flex-wrap:wrap;
        justify-content: center;
    }
    
    .footer-rta {
        margin-top: 15px;
    }
  
    .footer-rta-img {
        height: 25px;
    }
    .footer-dmca-img {
        height: 20px;
    }
}

@media (max-width: 850px) {
  .footer-logo {
    margin-left: 0;
    text-align: center;
    max-width: 80%;
    /*flex: 1 0 100%;*/
    
  }

  .footer-section p, 
  .location-footer {
    margin-left: 0;
    font-size: 14px;
  }

  .footer-section ul li a{
    font-size: 12px;
  }
  .footer-nav-section,
  .footer-popular-section,
  .footer-contacts-section{
      /*flex: 1 0 44%;*/
      box-sizing: border-box;
      text-align: center;
  }
  

  .footer-section h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .footer-nav-section ul,
  .footer-popular-section ul {
    margin-top: 10px;
  }
  
  .footer-contacts-section .contact-item {
    margin-top: 15px;
    justify-content: center;
    
  }


  .footer-contacts-section .footer-icon {
    margin-right: 5px;
  }

  .footer-contacts-section .contact-text {
    font-size: 14px;
  }
  .footer-bottom {
    display: flex;
  }
  .footer-section hr {
    justify-self: center;
  }
  
    .footer-rta {
        margin-top: 12px;
    }
  
    .footer-rta-img {
        height: 22px;
    }
    
    .footer-dmca-img {
        height: 18px;
    }
}
@media (max-width: 480px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
  
  .footer-section {
    margin: 10px 0;
    padding-left: 0px;
    text-align:center;
    width: 100%;
  }
  .footer-contacts-section .contact-item {
    justify-content: center;
  }
  
    .footer-rta {
        margin-top: 10px;
    }
  
    .footer-rta-img {
        height: 20px;
    }
    
    .footer-dmca-img {
        height: 15px;
    }
}

.scroll_to_top_wrpaper{
  display: flex;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  align-items: center;
  width: 60px;
  height: 60px;
  background: var(--bg);
  position: fixed;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
  border: 1.4px solid var(--gold);
  z-index: 2;
  transform: rotate(270deg);
  cursor: pointer;
  transition: all 0.3s;
}
.scroll_to_top_wrpaper.active{
  visibility: visible;
  opacity: 1;
  z-index: 22;
}
.scroll_to_top_wrpaper:hover{
  background: rgb(36, 33, 33);
}

.es-footer {
  background: transparent;
  width: 100%;
}
.es-footer .es-footer__container {
  max-width: 1300px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  margin: 0 auto;
  padding: 0px 0 50px 0;
}
.es-footer__nav {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  max-width: 829px;
  width: 100%;
}
.es-footer__item {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  max-width: 215px;
  width: 100%;
}
.es-footer__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.es-footer__item-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 28px;
  color: var(--white);
  position: relative;
  padding-left: 16px;
  line-height: 46px;
  cursor: context-menu;
}
.es-footer__item-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  stroke-width: 2px;
  stroke: var(--gold);
  border: 2px solid var(--gold);
}
.es-footer__item-action-holder {
}
.es-footer__item__action {
  display: flex;
  align-items: center;
  justify-content: center;
}
.active-tab-icon {
}
.es-footer__item__action-icon {
}
.close-tab-icon {
}
.es-footer__item-content {
}
.es-footer__list {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding-left: 16px;
}
.es-footer__list-item {
}
.es-footer__list-item-link {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  color: var(--grey-white);
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
.es-footer__list-item-link:hover {
  color: var(--gold);
}
.es-footer__contacts-holder {
  max-width: 380px;
  width: 100%;
}
.es-footer__contacts {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.es-footer__contacts-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 16px;
  row-gap: 30px;
}
.es-footer__contacts-item {
  min-width: 115px;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.es-footer__contacts-key {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--grey-white);
}
.es-footer__contacts-value span {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--gold);
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.telegram-item-1 .es-footer__contacts-value:hover span, .telegram-item-2 .es-footer__contacts-value:hover span,
 .mail-item .es-footer__contacts-value:hover span, .tube-item .es-footer__contacts-value:hover span,
  .x-icon .es-footer__contacts-value:hover span,
.es-footer__contacts-value:hover span,.es-footer__contacts-value:hover a{
  color: var(--yellow-white);
}
.es-footer__contacts-value a {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  color: var(--gold);
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.es-footer__item-action-holder {
  display: none;
}

.telegram-item-1 .es-footer__contacts-value span, 
.telegram-item-2 .es-footer__contacts-value span, 
.mail-item .es-footer__contacts-value span, 
.tube-item .es-footer__contacts-value span, 
.x-icon .es-footer__contacts-value span {
  color: var(--gold);
}

.es-footer__contacts-value:hover {
  color: var(--yellow-white);
}


.es-footer__supfooter-holder {
  background: var(--grey);
  padding: 30px 10px;
  width: 100%;
}

.es-footer__supfooter-holder .es-footer__container{
  align-items: center;
  justify-content: center;
}

.es-footer__supfooter {
  display: flex;
  flex-direction: column;
}

.es-footer__supfooter-text {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  text-align: center;
  color: white;
}

@media (max-width: 1024px) {
  .es-footer .es-footer__container {
    max-width: 845px;
    flex-direction: column;
    row-gap: 40px;
    padding: 10px 0 40px 0;
  }
  .es-footer__contacts-holder {
    max-width: 668px;
  }
  .x-icon {
    margin-right: 12px;
  }
}

@media (max-width: 1310px) {
  .es-footer .es-footer__container {
    max-width: 845px;
    flex-direction: column;
    row-gap: 40px;
    padding: 10px 20px 40px 20px;
  }
}

@media (max-width: 960px) {
  .es-footer__item-title {
    font-size: 20px;
  }
  .es-footer__list-item-link {
    font-size: 16px;
  }
}

@media (max-width: 680px) {
  .es-footer__nav {
    flex-direction: column;
    row-gap: 5px;
  }
  .es-footer__item {
    background: var(--grey);
    border-radius: 14px;
    max-width: 100%;
    padding: 11px 20px 10px 20px;
    row-gap: 10px;
  }
  .es-footer__item-action-holder {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .close-tab-icon {
    display: none;
  }
  .es-footer__contacts-item{
    max-width: max-content;
    flex: 0 0 auto;
  }
  .es-footer__item-title {
    font-size: 18px;
  }
  .es-footer__list-item-link {
    font-size: 15px;
  }
  .es-footer__contacts-key, .es-footer__contacts-value {
    font-size: 16px;
  }
  .es-footer__item-content {
    display: none;
  }
  .es-footer__contacts .es-footer__item-content {
    display: block;
  }
  .es-footer__contacts-list {
    margin-left: 0;
    column-gap: 10px;
  }


  .whatsapp-item-1 {
    order: 0;
  }
  .whatsapp-item-2 {
    order: 1;
  }
  .telegram-item-1 {
    order: 2;
  }
  .telegram-item-2 {
    order: 3;
  }
  .x-icon {
    order: 4;
  }
  .mail-item {
    order: 5;
  }
  .tube-item {
    order: 6;
  }

  .es-footer .es-footer__container {
    row-gap: 15px;
    padding: 0 5px 20px 5px;
  }
  .es-footer__contacts-holder {
    padding: 0 10px;
  }
  .es-footer__item.active-tab .es-footer__item-content {
    display: block;
  }
  .es-footer__item.active-tab .active-tab-icon {
    display: none;
  }
  .es-footer__item.active-tab .close-tab-icon {
    display: flex;
  }

  .es-footer__supfooter-holder {
    padding: 20px 15px;
  }
}