

.hero {
    padding-top: 123px;
    height: 1044px;
    position: absolute;
    width: 100%;
    margin: 0;
	margin-top: 7px;
    background-size: 100% 97%;
}
.admin-bar .hero {
	margin-top: 39px;
}

.follow-sections{
    margin-top: 71px;   
    position: relative;
    margin-bottom: 101px;
    
}

.site-footer{
    position: relative;
    border: 1px solid rgba(202, 202, 202, 0.10);
    background: #181F3A;
}

 .follow-sections__inner{
    max-width: 1435px;
    margin: 0 auto;
    width: 100%;
}

.follow_title{
    color: #FFF;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; 
}

.follow-soc-list {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.follow-soc-block {
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    text-decoration: none;
    color: inherit;
    border-radius: 8px;
    transition: opacity 0.2s, background-color 0.2s;
    border-radius: 12px;
    border: 1px solid rgba(249, 250, 251, 0.50);
    background: #181F3A;
    width: 100%;
    max-width: 552px;
}

.follow-soc-block:hover {
  opacity: 0.9;
}

.follow-soc-block__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}

.follow-soc-block__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.follow-soc-block__inner{
    width: 100%;
    display: flex;
    align-items: center;
    gap:8px;
}
.follow-soc-block__text {
    padding-left: 14px;
    border-left: 1px solid #E5E7EB;
    width: 100%;
    max-width: 414px;
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}


.follow-soc-block__title {
  color: #FFF;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.follow-soc-block__nickname {
  color: #FFF;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}


@media ( max-width: 1470px ) {
	.follow-sections{
		padding-left: 20px;
		padding-right: 20px;
	}
}


@media ( max-width: 1400px ) {
	.site-footer{
        height: 100%;
    }
}

@media ( max-width: 1024px ) {
	.hero{
		display: none;
	}
    .site-footer{
        height: unset;
    }
    .follow-soc-block{
        margin: 0 auto;
    }
    .follow-sections{
        margin-top: -2px;
    }

    .follow_title{
        font-size: 20px;
        font-weight: 500;
    }
    .follow-soc-list {
        gap: 16px;
    }
    .follow-soc-block__title{
        line-height: 16px;
    }
    .follow-soc-block__nickname{
        line-height: 20px;
    }

    .follow-sections {
        margin-bottom: 108px;
    }

    .site-header.active .site-header__inner {
        padding-top: 4px;
    }
}