body {
    font-family: 'Montserrat', sans-serif;
    background-color: #ffffff;
    color: #2A2A2A;
    font-size: 16px;
    line-height: 22px;
}
.mb6 {
    margin: 0 0 6px 0;
}
.mb10 {
    margin: 0 0 10px 0;
}
.mb16 {
    margin: 0 0 16px 0;
}
.mb18 {
    margin: 0 0 18px 0;
}
.mb24 {
    margin: 0 0 24px 0;
}
.mb30 {
    margin: 0 0 30px 0 !important;
}
.mb50 {
    margin: 0 0 50px 0 !important;
}
.mr12 {
    margin: 0 12px 0 0;
}
.mr20 {
    margin: 0 20px 0 0;
}
.mr50 {
    margin: 0 50px 0 0;
}
.mt100 {
    margin: 100px 0 0 0;
}
.d-flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.d-inline-block {
        display: inline-block;
}
.text-gold {
    color: #BAA082;
}
.text-up {
    text-transform: uppercase;
}
.bg-grey {
    background-color: #F7F7F7;
}
.bg-white {
    background-color: #ffffff;
}
.bg-dark {
    color: #ffffff;
    background-color: #5F7285;
}
.bg-black {
    color: #ffffff;
    background: linear-gradient(90deg, #111822 0%, #5F7285 100%);
}
.border-bottomgold {
    border-bottom: 1px solid #BAA082;
}

.button {
    text-transform: uppercase;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    border-radius: 10px;
    padding: 12px 30px;
}
.button-gold {
    color: #ffffff;
    background: linear-gradient(90deg, #BAA082 0%, #54483B 100%);
}
.button-outline {
    color: #BAA082;
    border: 1px solid #BAA082;
}
.link {
    color: #2A2A2A;
}
.link:hover {
    text-decoration: none;
}


.wrapper {
    overflow: hidden;
}
.layout__width {
    /* box-sizing: border-box; */
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 16px;
}
.mainmenu {
    position: fixed;
    background-color: #ffffff;
    border-bottom: 1px solid #BAA082;
    height: 79px;
    width: 100%;
    z-index: 100;
}
.mainmenu__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    height: inherit;
    padding: 16px;
}
.logo__wrapper {
    font-size: 0;
    line-height: 0;
}
.mainmenu__list {
    display: flex;
    align-items: center;
}
@media (max-width: 1024px) {
    .mainmenu__list {
        display: block;
        width: 320px;
        height: 100vh;
        position: fixed;
        z-index: 99;
        top: 64px;
        right: 0;
        background-color: #ffffff;
        opacity: 0;
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}
.mainmenu__item {
    text-decoration: none;
    color: #2A2A2A;
    font-size: 16px;
    line-height: 22px;
    margin: 0 20px 0 0;
}
@media (max-width: 1024px) {
    .mainmenu__item {
        display: block;
        padding: 16px;
        margin: 0 0 8px 0;
    }
    .mainmenu__list .button {
        margin: 0 16px 8px 16px;
    }
}
.header {
    margin: 79px 0 0 0;
}
.header__content {
    /* max-width: 680px; */
    max-width: 590px;
    padding: 100px 0;
    margin: 0 80px 0 0;
}
@media (max-width: 575px) {
    .header__content {
        width: 100%;
        padding: 40px 0;
        margin: 0;
    }
    .header__inner .blockimg__wrap {
        display: none;
    }
}
.header__toptext {
    text-transform: uppercase;
    background-image: url('../img/topico.svg');
    background-repeat: no-repeat;
    background-position: left;
    color: #BAA082;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 30px 0;
    padding: 0 0 0 30px;
}
.header__title {
    text-transform: uppercase;
    color: #111822;
    font-size: 64px;
    line-height: 64px;
    margin: 0 0 30px 0;
}
@media (max-width: 575px) {
    .header__title {
        font-size: 32px;
        line-height: 32px;
    }
}
.header__untitle {
    color: #2A2A2A;
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 70px 0;
}
.header__buttonwrap {
    display: flex;
}
@media (max-width: 575px) {
    .header__buttonwrap {
        display: block;
    }
    .header__buttonwrap .button {
        display: inline-block;
    }
}
.button__info {
    margin: 0 0 0 44px;
    font-size: 16px;
    line-height: 22px;
}
@media (max-width: 575px) {
    .button__info {
        margin: 20px 0 0 0;
    }
}
.headerdate {
    border-right: 1px solid #BAA082;
    margin: 0 2px 0 0;
    padding: 2px 10px 2px 0;
    font-weight: 600;
}
.blockquote {
    background-color: #5F7285;
    padding: 60px 0;
}
.blockquote__wrapper {
    display: flex;
    max-width: 910px;
}
@media (max-width: 575px) {
    .blockquote__wrapper {
        display: block;
    }
}
.blockquote__photo {
    overflow: hidden;
    margin: 0 40px 0 0;
    border-radius: 50%;
    width: 180px;
    min-width: 180px;
    height: 180px;
}
@media (max-width: 575px) {
    .blockquote__photo {
        margin: 0 auto 20px auto;
    }
}
.blockquote__img {
    width: 100%;
}
.blockquote__text {
    color: #ffffff;
    font-size: 24px;
    line-height: 32px;
    margin: 22px 0;
}
.blockquote__untext {
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
}


.block__content-img {
    max-width: 680px;
    padding: 60px 0;
}
.block__content {
    padding: 60px 0;
}
.block__goldtext {
    text-transform: uppercase;
    color: #BAA082;
    margin: 0 0 30px 0;
    font-weight: 600;
}
.block__title {
    text-transform: uppercase;
    font-size: 48px;
    line-height: 48px;
    margin: 0 0 20px 0;
}
@media (max-width: 575px) {
    .block__title {
        font-size: 32px;
        line-height: 32px;
    }
}
.block__text {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 50px 0;
}
.block__listitem {
    display: flex;
    margin: 0 0 40px 0;
}
.block__listitem:last-child {
    margin: 0;
}
.listitem__ico {
    margin: 0 20px 0 0;
}
.listitem__title {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

@media (max-width: 950px) {
    .challenges {
        flex-wrap: wrap;
    }
    .challenges .blockimg__wrap {
        height: auto;
        margin: 0 !important;
        order: 1;
    }
    .challenges .blockimg__img {
        left: unset !important;
        height: auto !important;
        width: 100% !important;
    }

    .formember {
        flex-wrap: wrap;
    }
    .formember .blockimg__wrap {
        height: auto !important;
        margin: 0 !important;
    }
    .formember .blockimg__img {
        height: auto !important;
        width: 100% !important;
    }

    .guestvisit .blockimg__wrap {
        display: none;
    }

    .rules {
        flex-wrap: wrap;
    }
    .rules .blockimg__wrap {
        height: auto !important;
        margin: 0 !important;
    }
    .rules .blockimg__img {
        height: auto !important;
        width: 100% !important;
    }
}


.card__list {
    display: flex;
        overflow-x: auto;
}
    .card__list::-webkit-scrollbar {
        display: none;
    }
@media (max-width: 575px) {
    .card__list {
        overflow-x: auto;
    }
    .card__list::-webkit-scrollbar {
        display: none;
    }
}
.card__item {
    box-sizing: border-box;
    border: 1px solid #BAA082;
    border-radius: 20px;
    padding: 30px;
    margin: 0 20px 0 0;
    min-width: 343px;
    width: 33%;
}
@media (max-width: 575px) {
    .card__item {
        box-sizing: border-box;
        min-width: 90%;
    }
}
.card__item:last-child {
    margin: 0;
}
.carditem__title {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.carditem__text {
    font-size: 16px;
    line-height: 22px;
}
.carditem__goldtext {
    text-transform: uppercase;
    color: #BAA082;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin: 10px 0 30px 0;
}

.listcheck__item {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
    font-size: 20px;
    line-height: 28px;
}
.listcheck__item:last-child {
    margin: 0;
}
.listcheck__ico {
    margin: 0 10px 0 0;
}
@media (max-width: 575px) {
    .contacts__wrap {
        display: block;
    }
}
.contacts__item {
    display: flex;
    margin: 0 0 20px 0;
}
.contacts__ico {
    margin: 0 20px 0 0;
}
.contacts__title {
    font-size: 14px;
    line-height: 20px;
}
.contacts__data {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}
.contacts__data a {
    text-decoration: none;
    color: #ffffff;
}

.ambassador__item {
    overflow: hidden;
    width: 380px;
    border-radius: 20px;
}
.ambassador__img {
    width: 100%;
}
.ambitem__infowrap {
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 30px;
    min-height: 160px;
}
.ambitem__name {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 12px 0;
}
.ambitem__position {
    font-size: 16px;
    line-height: 22px;
}
.ambitem__photowrap {
    font-size: 0;
    line-height: 0;
}

.format__item {
    overflow: hidden;
    color: #2A2A2A;
    width: 580px;
    border-radius: 20px;
}
@media (max-width: 575px) {
    .format__item {
        width: 100%;
    }
}
.format__img {
    width: 100%;
}
.format__shortdesc {
    min-height: 88px;
}
.format__fulldesc {
    display: none;
}
.ambitem__dop {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px 0;
}
.fromatico {
    color: #7C7C7C;
    margin: 0 6px 0 0;
}

.calendar__tabswrap {
    display: flex;
    justify-content: space-between;
}
.calendar__tabswrap::-webkit-scrollbar {
    display: none;
}
@media (max-width: 900px) {
    .calendar__tabswrap {
        overflow-x: auto;
    }
}
.calendar__tabs {
    display: flex;
}
.calendar__tab {
    text-transform: uppercase;
    color: #BAA082;
    border-bottom: 1px solid #BAA082;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}
.calendar__tab-active {
    color: #ffffff;
    background-color: #BAA082;
    border-bottom: 1px solid #BAA082;
    border-radius: 10px 10px 0 0;
}

.eventitem__item {
    overflow: hidden;
    width: 580px;
    border-radius: 20px;
}
@media (max-width: 575px) {
    .eventitem__item {
        width: 100%;
    }
}
.eventitem__datawrap {
    display: flex;
    background-color: #ffffff;
    padding: 30px;
}
.eventitem__img {
    display: none;
    background-color: #D9D9D9;
    min-width: 100px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 20px 0 0;
}
@media (max-width: 575px) {
    .eventitem__img {
        display: none;
    }
}

.service__list {
    display: flex;
}
@media (max-width: 575px) {
    .service__list {
        display: block;
    }
}
.service__item {
    display: flex;
    margin: 0 20px 0 0;
}
@media (max-width: 575px) {
    .service__item {
        margin: 0 0 20px 0;
    }
    .service__item:last-child {
        margin: 0 0 0 0;
    }
}
.service__imgwrap {
    margin: 0 20px 0 0;
}
.service__title {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.how__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.bigarrow {
    margin: 0 20px 30px 0;
}
.how__item {
    margin: 0 20px 30px 0 !important;
}
.carditem__ico {
    margin: 0 0 30px 0;
}
.carditem__doptext {
    color: #7C7C7C;
}
.payblock {
    text-align: center;
    box-sizing: border-box;
    background-color: #ffffff;
    color: #2A2A2A;
    min-width: 480px;
    max-width: 480px;
    width: 480px;
    padding: 60px;
    border-radius: 20px;
}
@media (max-width: 950px) {
    .payblock {
        min-width: auto;
        max-width: 100%;
        width: 100%;
    }
    .payblock__wrap {
        display: block;
    }
}
.payblock__top {
    color: #BAA082;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}
.payblock__price {
    font-size: 48px;
    line-height: 48px;
    margin: 30px 0 20px 0;
}
.payblock__year {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 50px 0;
}
.payblock__text {
    color: #7C7C7C;
}
.payblock__infowrap {
    margin: 0 80px 0 0;
}
@media (max-width: 950px) {
    .payblock__infowrap {
        margin: 0 0 40px 0;
    }
}


.startpay__list {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px;
}
.startpay__item {
    border-bottom: 1px solid #BAA082;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}
.startpay__item:last-child {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}
.spay__title {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.spay__desc {
    overflow: hidden;
    transition: all .15s ease-in-out;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    height: 0;
}
.startpay__item svg {
    margin: 0 0 0 16px;
    width: 24px;
    min-width: 24px;
    height: 24px;
}
.startpay__item-active svg {
    transform: rotate(180deg);
}


.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 80%;
    max-width: 500px;
}
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.modal-title {
    margin: 0;
    font-size: 1.5em;
    color: #333;
}
.close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.close:hover {
    color: #333;
}

.block__form {
    color: #111822;
    background-color: #ffffff;
    padding: 32px;
    border-radius: 30px;
}
.blockform__title {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 24px 0;
}
.input__wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 0 16px 0;
}
.input__label {
    color: #111822;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 4px 0;
}
.input__form,
.textarea__form {
    outline: none;
    background-color: #f9fafb;
    border: 1px solid #f9fafb;
    padding: 14px 16px;
    border-radius: 8px;
}

.biglogo {
    width: 448px;
}
@media (max-width: 470px) {
    .biglogo {
        width: 100%;
    }
}
.blockimg__wrap {
    height: 655px;
}
.blockimg__img {
    object-fit: cover;
    height: 100%;
    width: 220%;
    border-radius: 30px;
}










.hamburger {
    padding: 2px 16px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0 0 0 auto;
    display: none;
}
@media (max-width: 1024px) {
    .hamburger {
        display: block;
    }
}
.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative; }

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #BAA082;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
    bottom: -10px;
}
.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
    transform: rotate(-225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.overlay {
    background-color: rgba(40,45,55,.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 97;
    opacity: 0;
    visibility: hidden;
    transition: 200ms cubic-bezier(.4,0,.2,1);
}
@media (max-width: 1024px) {
    .visible {
        opacity: 1;
        visibility: visible;
        transition: 250ms cubic-bezier(.4,0,.2,1);
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 575px) {
    .button__wrap {
        flex-wrap: wrap;
    }
    .button__wrap .button-outline {
        margin: 0 0 20px 0;
    }
}
/*check input*/
.custom__checkwrap {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    z-index: 1;
    padding: 0 0 0 30px;
    margin: 0 0 8px 0;
}
.custom__checkwrap:last-of-type {
    margin: 0;
}
.custom__checkinput {
    position: absolute;
    cursor: pointer;
    left: 0;
    z-index: -1;
    width: 18px;
    height: 18px;
    opacity: 0;
}
.custom__checklabel {
    position: relative;
    cursor: pointer;
    color: var(--black, #212529);
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 20px;
    margin-bottom: 0;
}
.custom__checkinput:checked~.custom__checklabel::before {
    color: #fff;
    border-color: #ccb294;
    background-color: #ccb294;
    box-shadow: none;
}
.custom__checklabel::before {
    content: '';
    position: absolute;
    display: block;
    pointer-events: none;
    transition: all .15s ease-in-out;
    background-color: #ffffff;
    border: 2px solid #E6E6E6;
    top: 0;
    left: -30px;
    width: 18px;
    height: 18px;
    border-radius: 4px;
}
.custom__checkinput:checked~.custom__checklabel::after {
    content: '';
    position: absolute;
    display: block;
    pointer-events: none;
    transition: all .15s ease-in-out;
    background-image: url('../img/check-ico.svg');
    background-repeat: no-repeat;
    background-size: 14px;
    top: 5px;
    left: -25.5px;
    width: 14px;
    height: 12px;
}
.custom__checkwrap:hover .custom__checklabel::before {
    border: 2px solid #9B9B9F;
}
.custom__checkwrap:active .custom__checklabel::before {
    border: 2px solid #86868A;
}
.custom__checkwrap:hover .custom__checkinput:checked~.custom__checklabel::before {
    border-color: #baa082;
    background-color: #baa082;
}
.custom__checkwrap:active .custom__checkinput:checked~.custom__checklabel::before {
    border-color: #91785d;
    background-color: #91785d;
}
/*check input end*/
.tilte__gold {
    text-transform: uppercase;
    color: #BAA082;
    margin: 0 0 30px 0;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
}
.event__desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.mainevent__imgspeaker {
    float: left;
    border: 1px solid #baa082;
    border-radius: 12px;
    width: 150px;
    margin: 0 12px 6px 0;
}
.footer__wrapper {
    display: flex;
}
@media (max-width: 980px) {
    .footer__wrapper {
        display: block;
    }
}
.footer__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
}
.footer__right {
    display: flex;
    width: 50%;
}
@media (max-width: 980px) {
    .footer__left {
        margin: 0 0 40px 0;
        width: 100%;
    }
    .footer__right {
        width: 100%;
    }
}
.footer__menutitle {
    color: #BAA082;
    margin: 0 0 20px 0;
    font-weight: 600;
}
.footer__menuitem {
    display: block;
    text-decoration: none;
    color: #ffffff;
    margin: 0 0 20px 0;
}
.footer__menuitem:last-child {
    margin: 0;
}
.inner {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 24px;
    max-width: 1180px;
}
@media (max-width: 935px) {
    .guestvisit .blockimg__wrap {
        display: none;
    }
    .guestvisit .block__content-img {
        max-width: 100%;
    }
}
div[data-month="archive"] .openform {
    display: none;
}
@media (max-width: 436px) {
    .eventitem__item .openform {
        margin: 16px 0 0 0;
    }
}
.soc__title {
    text-transform: uppercase;
    color: #BAA082;
    font-weight: 600;
    margin: 0 0 30px 0;
}
@media (max-width: 980px) {
    .soc__title {
        margin: 30px 0;
    }
}
.soc__list {
    display: flex;
}
.soc__item {
    margin: 0 20px 0 0;
}
.soc__item:last-child {
    margin: 0;
}