/*Fonts

font-family: 'Istok Web', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Rubik', sans-serif;

*/
@import url('https://fonts.googleapis.com/css2?family=Istok+Web:wght@700&family=Open+Sans:wght@300;400;600;700;800&family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
@import "potok.css";
@import "plaer.css";
@import "slider.css";
@import "advantages.css";
@import "music.css";
@import "responsiv.css";

body {
    background: #F8F9FC;
    font-family: 'Open Sans', sans-serif;
    color: #222222;
    font-size: 14px;
}

footer {
    background: #FFFFFF;
    margin-top: 80px;
}

.footer-bottom {
    background: #7800AA;
    padding: 10px 0;
}

.music-link-yandex svg {
	width: 20px;
    height: 20px;
	margin-right:3px;
}

.logo {
    width: 214px;
}

.logo img {
    width: 100%;
}

header .logo {
    width: 138px;
}

.header-top {
    margin: 18px 30px;
}

.slide-image img {
    width: 100%;
    object-fit: cover;
    height: 450px;
}

.slide-image {
    border-radius: 5px;
    height: 450px;
    overflow: hidden;
}

.menu {
    margin-left: 246px;
}

.menu ul {
    display: flex;
    list-style: none;
}

.menu li {
    margin-right: 15px;
}

.menu li:last-child {
    margin-right: 0;
}

.menu a, .menu strong {
    text-decoration: none;
    font-size: 14px;
    line-height: 19px;
    color: #878FA4;
    font-weight: normal;
}

.menu strong, .menu a:hover {
    color: #275080;
}
.footer-menu {
    margin-left: 0;
}
.social-icons {
    display: flex;
}

.social-icon {
    margin-right: 3px;

}

.social-icon:last-child {
    margin-right: 0;

}

.social-icon a {

}

.footer__column-company {
    display: grid;
    justify-content: flex-end;
}

.container-title, h1 {
    font-family: 'Istok Web', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
    color: #7800AA;
    margin-bottom: 30px;
}
.container-header > .container-title {
    margin-bottom: 0;
}
.container-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.social-icon a:hover {
    cursor: pointer;
}

.social-icon a:hover svg {
    color: #7800AA !important;
}

.mt-40{
    margin-top: 40px;
}

.sWay a, .sWay strong {
    font-weight: normal;
    text-decoration: none;
    color: #222;
}

.sWay strong,.sWay a:hover {
    color: #275080;
}

.btn {
    border: 1px solid #7800AA;
    color: #7800AA;
    background: #fff;
    padding: 10px 20px;
    border-radius: 3px;
}

.btn:hover {
    background:#7800AA;
    cursor: pointer;
    color: #fff;
}

.radio-container .player-container {
    position: relative;
    box-shadow: none;
    background: none;
    display: block;
}

.radio-container .player-container .potok-cover {
    width: 200px;
    padding: 10px;
}

@media screen and (max-width: 480px) {
    .container-title {
		text-align: center;
		display: block;
		width: 100%;
	}
	.menu a, .menu strong {
        font-size: 13px;
    }
	main .container img {
		width: 100%;
	}
}