.footer {
    background-color: #2d303e;
	color: #fff;
	flex: 0 0 auto;
	padding-top: 42px;
    padding-bottom: 80px;
    position: relative;
}
.footer::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(-63deg,#d62027 0,#8f1b50 49%,#1ea6df 100%);
}
.footer .wrap {
	display: block;
    max-width: 1310px;
    padding: 0 15px;
}
.footer-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
    margin-bottom: 25px;
}
.footer-logo {
	margin-right: 25px;
}
.footer-logo img {
    width: 280px;
	max-width: 100%;
	display: block;	
}
.footer-socials {
    max-width: 335px;
}
.footer-socials__title {
	font-size: 14px;
	color: #fff;
	margin: 20px 0;
    line-height: 1.64;
}
.footer-socials__links {
    display: flex;
}
.footer-socials__link {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    border: 1px solid #62656f;
    color: #62656f;
}
.footer-socials__link:first-child {
    margin-left: 0;
}
.footer-socials__link:hover {
    border: none;
    background-color: #eee;
}
.footer-socials__link:hover .icon--fill-dark {
    fill: #2d303e;
}
.footer-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 0;
    grid-column-gap: 30px;
}
.footer-nav {
    margin: 20px 0;
    margin-bottom: 28px;
    padding: 0;
    list-style: none;
}
.footer-nav li {
    margin-top: 5px;
}
.footer-nav li:first-child {
    margin-top: 0;
}
.footer-nav__link {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,.2);
    font-size: 14px;
    line-height: 1.64;
}
.footer-nav__link:hover {
    color: #1ea6df;
    text-decoration: none;
    border-bottom-color: rgba(30,166,223,.2);
}
.footer-contacts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 55px;
    grid-column-gap: 30px;
    margin-bottom: 75px;
}
.footer-contact__title {
    border-bottom: 2px solid #62656f;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}
.footer-contact__content {
    padding-top: 20px;
}
.footer-contact__item {
    font-size: 12px;
    line-height: 21px;
}
.footer-contact__item_bottom {
    margin-top: 15px;
}
.footer-contact__item_middle {
    margin-top: 36px;
}
.footer-contact__link {
    text-decoration: none;
    border-bottom: 1px solid rgba(30,166,223,.2);
    color: #1e94d7;
}
.footer-contact__link:hover {
    color: #1e94d7;
    border-bottom: none;
}
.footer-bottom {
    display: flex;
    align-items: center;
	justify-content: space-between;
}
.footer-buttons {
    display: flex;
}
.footer-button {
    text-decoration: none;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    border-radius: 3px;
    padding: 11px 25px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    transition: background-color .15s,border-color .15s,color .15s,box-shadow .15s;
    background-color: #e3b303;
    text-shadow: 1px 1px 0 rgb(121 121 121 / 80%);
    margin: 0 15px 15px 0;
}
.footer-button:hover {
    color: #fff;
    background-color: #1ea6df;
}
.footer-button_mail {
    font-size: 14px;
    background-color: #424552;
    font-weight: 300;
    background-image: url('../img/footer-mail-icon.svg');
    background-repeat: no-repeat;
    background-position: 15px 50%;
    line-height: 1.3;
    padding: 13px 15px 13px 45px;
    text-shadow: none;
}
.footer-modes {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.footer-mode {
    font-size: 14px;
    font-weight: 300;
    margin-left: 30px;
}
.footer-mode:first-child {
    margin-left: 0;
}
.footer-mode-glasses {
    margin-bottom: 15px;
    background-image: url('../img/footer-glass-icon.svg');
    background-position: left center;
    padding-left: 38px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.footer-mode-glasses__text {
    border-bottom: 1px solid transparent;
}
.footer-mode-glasses:hover .footer-mode-glasses__text {
    color: #1ea6df;
    border-bottom-color: rgba(30,166,223,.2);
}
.footer-bottom__header {
    display: none;
}

@media only screen and (max-width:1024px){
	.footer-menu, .footer-contacts {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width:480px){ 
    .footer-menu {
        grid-template-columns: repeat(1, 1fr);
    }
    .page-footer-col--accordion .page-footer-col__title {
        background-color: #282b37;
        border-top: 2px solid #383c4b;
        border-bottom: 2px solid #383c4b;
        position: relative;
        padding: 18px 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .footer-nav {
        list-style: none;
        padding-left: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .footer-top {
        flex-direction: column;
    }
    .footer-socials {
        margin-top: 50px;
    }
    .footer-socials__links {
        justify-content: center;
    }
    .footer-contact__content {
        display: none;
    }
    .footer-contact.active .footer-contact__content {
        display: block;
        padding-bottom: 30px;
    }
    .footer-contact__title {
        background-color: #282b37;
        border-top: 2px solid #383c4b;
        border-bottom: 2px solid #383c4b;
        position: relative;
        padding: 18px 15px;
        margin-left: -15px;
        margin-right: -15px;
        cursor: pointer;
    }
    .footer-contacts {
        display: block;
    }
    .footer-contact {
        margin-top: -2px;
    }
    .footer-menu {
        margin-bottom: 10px;
    }
    .footer-buttons {
        flex-direction: column;
        align-items: center;
    }
    .footer-bottom {
        display: block;
    }
    .footer-bottom__header {
        font-size: 1.6rem;
        border-bottom: 2px solid #62656f;
        padding-bottom: 10px;
        font-weight: bold;
        display: block;
        font-size: 16px;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-contact__title:after {
        content: "";
        width: 13px;
        height: 7px;
        display: block;
        background-image: url(../img/footer-arrow.svg);
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }
    .footer-contact.active .footer-contact__title:after {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}