.footer {
    position: relative;
    margin-top: 110px;
    background-color: #131313;
}

@media (max-width: 768px){
	.footer{
		padding-top:  10vw;
	}
}
@media screen and (max-width: 480px) {
    .footer {
        margin-top: 10vw;
    }
}
.footer__content {
    padding: 35px 0;
    border-top: 3px solid rgba(196, 196, 196, 0.2);
}
@media (max-width: 1800px) {
    .footer__content {
        padding: 30.1px 0;
    }
}
@media (max-width: 1240px) {
    .footer__content {
        
        padding: 2.0161290323vw 0;
    }
}
@media (max-width: 768px) {
    .footer__content {
        padding: 3.2552083333vw 0;
    }
}
@media (max-width: 480px) {
    .footer__content {
        border-top: 1px solid rgba(196, 196, 196, 0.2);
        padding: 4.5138888889vw 0;
    }
}


.footer__content-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}


@media (max-width: 1240px){
	.footer__content-container{
		flex-direction: column;
	}

}
.footer__content__copirate {
    font-size: 22px;
    line-height: 1.4;
    color: var(--color-6);
    opacity: 0.4;
}
@media (max-width: 1800px) {
    .footer__content__copirate {
        font-size: 18.92px;
    }
}
@media (max-width: 1240px) {
    .footer__content__copirate {
        font-size: 1.7741935484vw;
    }
}
@media (max-width: 768px) {
    .footer__content__copirate {
        font-size: 2.8645833333vw;
    }
}
@media (max-width: 480px) {
    .footer__content__copirate {
        font-size: 3.6111111111vw;
    }
}
.footer__content__container-link {
    display: flex;
}
@media (max-width: 1240px) {
    .footer__content__container-link {
        margin-top: 2.0161290323vw;
    }
}
@media (max-width: 768px) {
    .footer__content__container-link {
        margin-top: 3.2552083333vw;
    }
}
@media (max-width: 480px) {
    .footer__content__container-link {
        margin-top: 4.5138888889vw;
    }
}
.footer__content__container-link .link {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-right: 22px;
    border-radius: 50%;
    border: 1px solid var(--color-6);
    transition: all 0.3s linear;
}
.footer__content__container-link .link svg {
    width: 33.3333%;
}
@media (max-width: 1800px) {
    .footer__content__container-link .link {
        width: 51.6px;
        height: 51.6px;
        margin-right: 18.92px;
    }
}
@media (max-width: 1240px) {
    .footer__content__container-link .link {
        width: 4.8387096774vw;
        height: 4.8387096774vw;
        margin-right: 1.7741935484vw;
    }
}
@media (max-width: 768px) {
    .footer__content__container-link .link {
        width: 7.8125vw;
        height: 7.8125vw;
        margin-right: 2.8645833333vw;
    }
}
@media (max-width: 480px) {
    .footer__content__container-link .link {
        width: 13.2407407407vw;
        height: 13.2407407407vw;
        margin-right: 4.8148148148vw;
    }
}
.footer__content__container-link .link:last-child {
    margin-right: 0;
}
.footer__content__container-link .link:hover {
    border: 1px solid var(--color-1);
    background-color: var(--color-1);
}
.section-5 {
    margin-top: 170px;
}
@media (max-width: 1800px) {
    .section-5 {
        margin-top: 146.2px;
    }
}
@media (max-width: 1240px) {
    .section-5 {
        position: relative;
        margin-top: 6.4516129032vw;
    }
}
@media (max-width: 768px) {
    .section-5 {
        margin-top: 10.4166666667vw;
    }
}
@media (max-width: 480px) {
    .section-5 {
        margin-top: 24.0740740741vw;
    }
}
.section-5 > .container {
    padding-bottom: 400px;
}
@media (max-width: 1800px) {
    .section-5 > .container {
        padding-bottom: 344px;
    }
}
@media (max-width: 1240px) {
    .section-5 > .container {
        padding-bottom: 20.1612903226vw;
    }
}
@media (max-width: 768px) {
    .section-5 > .container {
        padding-bottom: 32.5520833333vw;
    }
}
@media (max-width: 480px) {
    .section-5 > .container {
        padding-bottom: 31.5972222222vw;
    }
}
.section-5 > .container .section-5__map {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
}
@media (max-width: 1240px) {
    .section-5 > .container .section-5__map {
        top: auto;
        bottom: -17%;
    }
}
@media screen and (max-width: 480px) {
    .section-5 > .container .section-5__map {
        bottom: -5%;
    }
}
.section-5 > .container .section-5__map .map {
    display: block;
    max-width: 1920px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.section-5 > .container .section-5__map .map .dot-country {
    transition: all 0.4s linear;
    cursor: pointer;
}
.dot-country[data-country="moscow"]{
    transform: translate(7%, -1%);
}
.section-5 > .container .section-5__text {
    position: relative;
    display: flex;
    align-items: flex-start;
    pointer-events: none;
    padding-top: 100px;
}
@media (max-width: 1240px) {
    .section-5 > .container .section-5__text {
        flex-direction: column;
        align-items: stretch;
        padding-top: 80px;
    }
}
.section-5 > .container .section-5__text .block-text {
    pointer-events: auto;
}
.section-5 > .container .section-5__text .block-text .title {
    margin-bottom: 0;
    max-width: 430px;
}
@media (max-width: 1240px) {
    .section-5 > .container .section-5__text .block-text .title {
        max-width: 90%;
    }
}
@media screen and (max-width: 768px) {
    .section-5 > .container .section-5__text .block-text .title {
        text-align: left;
    }
}
@media screen and (max-width: 480px) {
    .section-5 > .container .section-5__text {
            padding-top: 60px;
    }

	.section-5 > .container .section-5__text .block-text .title {
			font-size: calc(100vw / 13);
	}
}
.section-5 > .container .section-5__text .cont-place-office {
    position: relative;
    flex: 0 0 45%;
    margin-left: auto;
    pointer-events: auto;
}
@media (max-width: 1240px) {
    .section-5 > .container .section-5__text .cont-place-office {
        flex: 0 0 auto;
        margin-left: unset;
        margin-top: 3.2258064516vw;
    }
}
@media (max-width: 768px) {
    .section-5 > .container .section-5__text .cont-place-office {
        margin-top: 5.2083333333vw;
    }
}
@media (max-width: 480px) {
    .section-5 > .container .section-5__text .cont-place-office {
        margin-top: 9.0277777778vw;
    }
}
.section-5 > .container .section-5__text .cont-place-office .item-place-office {
    padding: 15px 0;
    border-bottom: 1px solid #333;
}
@media (max-width: 1800px) {
    .section-5
        > .container
        .section-5__text
        .cont-place-office
        .item-place-office {
        padding: 12.9px 0;
    }
}
@media (max-width: 1240px) {
    .section-5
        > .container
        .section-5__text
        .cont-place-office
        .item-place-office {
        padding: 1.2096774194vw 0;
    }
}
@media (max-width: 768px) {
    .section-5
        > .container
        .section-5__text
        .cont-place-office
        .item-place-office {
        padding: 1.953125vw 0;
    }
}
@media (max-width: 480px) {
    .section-5
        > .container
        .section-5__text
        .cont-place-office
        .item-place-office {
        padding: 4.5138888889vw 0;
    }
}
.section-5
    > .container
    .section-5__text
    .cont-place-office
    .item-place-office.show
    .item-place-office__text {
    transition: all 1.2s linear;
    max-height: 30vh;
}
.section-5
    > .container
    .section-5__text
    .cont-place-office
    .item-place-office__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.section-5
    > .container
    .section-5__text
    .cont-place-office
    .item-place-office__head
    p {
    line-height: 1.4;
    font-weight: 700;
    color: var(--color-6);
    font-size: 30px;
}
@media (max-width: 1800px) {
    .section-5
        > .container
        .section-5__text
        .cont-place-office
        .item-place-office__head
        p {
        font-size: 25.8px;
    }
}
@media (max-width: 1240px) {
    .section-5
        > .container
        .section-5__text
        .cont-place-office
        .item-place-office__head
        p {
        font-size: 1.935483871vw;
    }
}
@media (max-width: 768px) {
    .section-5
        > .container
        .section-5__text
        .cont-place-office
        .item-place-office__head
        p {
        font-size: 3.125vw;
    }
}
@media (max-width: 480px) {
    .section-5
        > .container
        .section-5__text
        .cont-place-office
        .item-place-office__head
        p {
        font-size: 5.4166666667vw;
    }
}
.section-5
    > .container
    .section-5__text
    .cont-place-office
    .item-place-office__head
    .btn-exp {
    display: block;
    width: 16px;
    height: 16px;
    position: relative;
    background-color: transparent;
    border: 0;
    margin-left: 5px;
    cursor: pointer;
    transition: transform 0.6s linear;
}
@media (max-width: 1800px) {
    .section-5
        > .container
        .section-5__text
        .cont-place-office
        .item-place-office__head
        .btn-exp {
        width: 13.76px;
        height: 13.76px;
    }
}
@media (max-width: 1240px) {
    .section-5
        > .container
        .section-5__text
        .cont-place-office
        .item-place-office__head
        .btn-exp {
        width: 1.2903225806vw;
        height: 1.2903225806vw;
    }
}
@media (max-width: 768px) {
    .section-5
        > .container
        .section-5__text
        .cont-place-office
        .item-place-office__head
        .btn-exp {
        width: 2.0833333333vw;
        height: 2.0833333333vw;
    }
}
@media (max-width: 480px) {
    .section-5
        > .container
        .section-5__text
        .cont-place-office
        .item-place-office__head
        .btn-exp {
        width: 4.8148148148vw;
        height: 4.8148148148vw;
    }
}
.section-5
    > .container
    .section-5__text
    .cont-place-office
    .item-place-office__head
    .btn-exp::after,
.section-5
    > .container
    .section-5__text
    .cont-place-office
    .item-place-office__head
    .btn-exp::before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: var(--color-1);
}
.section-5
    > .container
    .section-5__text
    .cont-place-office
    .item-place-office__head
    .btn-exp::before {
    transform: translateY(-50%) rotate(90deg);
}
.section-5
    > .container
    .section-5__text
    .cont-place-office
    .item-place-office__head
    .btn-exp::after {
    transform: translateY(-50%);
}
.section-5
    > .container
    .section-5__text
    .cont-place-office
    .item-place-office__text {
    max-height: 0;
    margin-top: 0;
    overflow-y: hidden;
    overflow-x: hidden;
    transition: all 1s linear;
}
.section-5
    > .container
    .section-5__text
    .cont-place-office
    .item-place-office__text
    p {
    padding-top: 15px;
    font-size: 20px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(4px);
}
@media (max-width: 1800px) {
    .section-5
        > .container
        .section-5__text
        .cont-place-office
        .item-place-office__text
        p {
        padding-top: 12.9px;
        font-size: 17.2px;
    }
}
@media (max-width: 1240px) {
    .section-5
        > .container
        .section-5__text
        .cont-place-office
        .item-place-office__text
        p {
        padding-top: 1.2096774194vw;
        font-size: 1.6129032258vw;
    }
}
@media (max-width: 768px) {
    .section-5
        > .container
        .section-5__text
        .cont-place-office
        .item-place-office__text
        p {
        padding-top: 1.953125vw;
        font-size: 2.6041666667vw;
    }
}
@media (max-width: 480px) {
    .section-5
        > .container
        .section-5__text
        .cont-place-office
        .item-place-office__text
        p {
        padding-top: 4.5138888889vw;
        font-size: 4.8148148148vw;
    }
}
.section-5
    > .container
    .section-5__text
    .cont-place-office
    .item-place-office.show
    .item-place-office__head
    .btn-exp {
    transform: rotate(-45deg);
}
.footer .block-text .tag {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--color-2);
    text-transform: uppercase;
}
@media (max-width: 1800px) {
    .footer .block-text .tag {
        font-size: 29.24px;
    }
}
@media (max-width: 1240px) {
    .footer .block-text .tag {
        font-size: 1.935483871vw;
    }
}
@media (max-width: 768px) {
    .footer .block-text .tag {
        font-size: 3.125vw;
    }
}
@media (max-width: 480px) {
    .footer .block-text .tag {
        font-size: 4.8148148148vw;
    }
}
.footer .block-text .title {
    margin: 30px 0 50px;
    font-size: 52px;
    color: var(--color-6);
}
@media (max-width: 1800px) {
    .footer .block-text .title {
        margin: 25.8px 0 43px;
        font-size: 44.72px;
    }
}
@media (max-width: 1240px) {
    .footer .block-text .title {
        margin: 1.6129032258vw 0;
        font-size: 5vw;
    }
}
@media (max-width: 768px) {
    .footer .block-text .title {
        margin: 2.6041666667vw 0;
        font-size: 6.90625vw
    }
}
@media (max-width: 480px) {
    .footer .block-text .title {
        margin: 6.0185185185vw 0;
        font-size: 6.0185185185vw;
    }
}
.section-newsletters {
    position: relative;
    padding: 30px 0 150px;
    margin-top: -110px;
}
@media (max-width: 1800px) {
    .section-newsletters {
        padding: 25.8px 0 129px;
        margin-top: -94.6px;
    }
}
@media (max-width: 1240px) {
    .section-newsletters {
        padding: 2.4193548387vw 0 4.435483871vw;
        margin-top: -2.4193548387vw;
    }
}
@media (max-width: 768px) {
    .section-newsletters {
        padding: 3.90625vw 0 7.1614583333vw;
        margin-top: -3.90625vw;
    }
}
@media (max-width: 480px) {
    .section-newsletters {
        padding: 0.6018518519vw 0 9.0277777778vw;
        margin-top: 0;
    }
}
.section-newsletters__title {
    font-size: 52px;
    font-weight: 700;
    color: var(--color-1);
    line-height: 1.2;
}
@media (max-width: 1800px) {
    .section-newsletters__title {
        font-size: 44.72px;
    }
}
@media (max-width: 1240px) {
    .section-newsletters__title {
        font-size: 1.935483871vw;
    }
}
@media (max-width: 768px) {
    .section-newsletters__title {
        font-size: 3.125vw;
    }
}
@media (max-width: 480px) {
    .section-newsletters__title {
        max-width: 100%;
        font-size: 5.222222vw;
				text-align: center;
    }
}
.section-newsletters__subscribe-block {
    display: flex;
    align-items: center;
    margin-top: 36px;
}
@media (max-width: 1800px) {
    .section-newsletters__subscribe-block {
        margin-top: 30.96px;
    }
}
@media (max-width: 1240px) {
    .section-newsletters__subscribe-block {
        margin-top: 1.0483870968vw;
    }
}
@media (max-width: 768px) {
    .section-newsletters__subscribe-block {
        margin-top: 1.6927083333vw;
    }
}
@media (max-width: 480px) {
    .section-newsletters__subscribe-block {
        flex-direction: column;
        margin-top: 4.5138888889vw;
    }
}
.section-newsletters__subscribe-block .input-newsletters {
    -webkit-appearance: none;
		border: none;
    appearance: none;
    outline: 0;
    background-color: var(--color-11);
    height: 50px;
		width: 100%;
    max-width: 354px;
    padding: 0 15px;
    color: var(--color-white);
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
    transition: 0.3s linear;
		border-radius: 10px;
}
@media (max-width: 1800px) {
    .section-newsletters__subscribe-block .input-newsletters {
        padding: 0 12.9px;
        font-size: 12.04px;
    }
}
@media (max-width: 1240px) {
    .section-newsletters__subscribe-block .input-newsletters {
        max-width: 35.6451612903vw;
        padding: 0 1.2096774194vw;
        font-size: 1.5vw;
    }
}
@media (max-width: 768px) {
    .section-newsletters__subscribe-block .input-newsletters {
        max-width: initial;
        flex-grow: 1;
        padding: 0 1.953125vw;
        font-size: 2.3vw;
        line-height: 6.5104166667vw;
    }
}
@media (max-width: 480px) {
    .section-newsletters__subscribe-block .input-newsletters {
        height: 15.0462962963vw;
        padding: 0 4.5138888889vw;
        font-size: 4.212962963vw;
        line-height: 15.0462962963vw;
    }
}
.section-newsletters__subscribe-block .input-newsletters::placeholder {
    color: inherit;
}
.section-newsletters__subscribe-block .input-newsletters:focus {
    border: 1px solid var(--color-1);
}
.section-newsletters__subscribe-block .btn-subcribe-newsletters {
    margin-left: 23px;
 
}
@media (max-width: 1800px) {
    .section-newsletters__subscribe-block .btn-subcribe-newsletters {
        margin-left: 19.78px;
      
    }
}
@media (max-width: 1240px) {
    .section-newsletters__subscribe-block .btn-subcribe-newsletters {
        margin-left: 1.8548387097vw;
       
    }
}
@media (max-width: 768px) {
    .section-newsletters__subscribe-block .btn-subcribe-newsletters {
        margin-left: 2.9947916667vw;
  
    }
}
@media (max-width: 480px) {
    .section-newsletters__subscribe-block .btn-subcribe-newsletters {
        margin-left: initial;
        margin-top: 3.3101851852vw;
      
    }
}
.section-newsletters__subscribe-block .btn-subcribe-newsletters .icon-load {
    display: none;
    width: 30px;
    height: 30px;
    border: 2px solid var(--color-6);
    border-top-color: transparent;
    border-radius: 50%;
    animation: rotate 1s linear infinite;
}
@media (max-width: 1800px) {
    .section-newsletters__subscribe-block .btn-subcribe-newsletters .icon-load {
        width: 25.8px;
        height: 25.8px;
    }
}
@media (max-width: 1240px) {
    .section-newsletters__subscribe-block .btn-subcribe-newsletters .icon-load {
        width: 2.4193548387vw;
        height: 2.4193548387vw;
    }
}
@media (max-width: 768px) {
    .section-newsletters__subscribe-block .btn-subcribe-newsletters .icon-load {
        width: 3.90625vw;
        height: 3.90625vw;
    }
}
@media (max-width: 480px) {
    .section-newsletters__subscribe-block .btn-subcribe-newsletters .icon-load {
        width: 9.0277777778vw;
        height: 9.0277777778vw;
    }
}
.section-newsletters__subscribe-block .btn-subcribe-newsletters.is-loading {
    cursor: not-allowed;
}
.section-newsletters__subscribe-block
    .btn-subcribe-newsletters.is-loading
    .text {
    display: none;
}
.section-newsletters .response-block.visible,
.section-newsletters__subscribe-block
    .btn-subcribe-newsletters.is-loading
    .icon-load {
    display: block;
}
.section-newsletters .response-block {
    display: none;
    margin-top: 23px;
    font-size: 18px;
    font-weight: 500;
    color: var(--color-6);
}
@media (max-width: 1800px) {
    .section-newsletters .response-block {
        margin-top: 19.78px;
        font-size: 15.48px;
    }
}
@media (max-width: 1240px) {
    .section-newsletters .response-block {
        margin-top: 1.0483870968vw;
        font-size: 1.4516129032vw;
    }
}
@media (max-width: 768px) {
    .section-newsletters .response-block {
        margin-top: 1.6927083333vw;
        font-size: 2.34375vw;
    }
}
@media (max-width: 480px) {
    .section-newsletters .response-block {
        margin-top: 4.5138888889vw;
        font-size: 4.212962963vw;
    }
}