/*
Theme Name: online-beeline.ru
Description: Тема для проекта ООО «Онлайн Сервисы» на основе чистой темы для переноса Дизайна и оформления с Тильды
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023
Tested up to: 6.3
Requires PHP: 7.0
*/
/* @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); */

/*Стили плагина пагинатора, должен находиться выше стилей Карты покрытия, иначе перебивает стили*/
@import url('https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css');

/* Общее */
/* @import url('css/fonts/fonts.css'); */

/* Стили страниц */
@import url('css/style-page/page-city.css');
/* @import url('css/style-page/page-sitemap.css'); */
/* @import url('css/style-page/page-coverage-map.css'); */
/* @import url('css/style-page/page-contacts.css'); */
/* @import url('css/style-page/page-support.css'); */
@import url('css/style-page/page-main.css');
@import url('css/style-page/page-tariffs-up.css');
@import url('css/style-page/page-tariff-one.css');
/* @import url('css/style-page/page-offices.css'); */
/* @import url('css/style-page/page-about-company.css'); */
/* @import url('css/style-page/page-become-subscriber.css'); */
/* @import url('css/style-page/page-feedback-form.css'); */
/* @import url('css/style-page/page-moving-service.css'); */
/* @import url('css/style-page/page-bonuses.css'); */
/* @import url('css/style-page/page-individual-bonuses.css'); */
@import url('css/style-page/page-business.css');





/*Стили страницы Политика обработки файлов cookie*/
@import url('css/style-page/page-cookie.css');

/*Стили попапов*/
@import url('css/style-popup/popup-application.css');
@import url('css/style-popup/popup-city-page.css');
@import url('css/style-popup/popup-lead-catcher.css');


/*Стили новых карточек*/
@import url('css/block-internet-NEW.css');
@import url('css/block-internet-tv-NEW.css');
@import url('css/block-konvergent-NEW.css');
@import url('css/block-mobile-NEW.css');
@import url('css/cards-one-tarif.css');

/* Разные блоки */
@import url('css/banner-new.css');
@import url('css/faq-new.css');
@import url('css/advantages.css');
@import url('css/page-tariffs-up/included-in-tariff.css');
@import url('css/page-tariffs-up/ability.css');
@import url('css/page-tariffs-up/tariff-composition.css');
@import url('css/page-tariffs-up/difference.css');
@import url('css/page-tariffs-up/check-adress-up.css');
@import url('css/connection.css');
@import url('css/services.css');
@import url('css/block-news.css');
@import url('css/consultation-form.css');
/* @import url('css/phone-info.css'); */
@import url('css/advantages-tilda.css');
@import url('css/cuestions.css');
@import url('css/action-slider.css');
@import url('css/connection-help.css');
@import url('css/check-address.css');






/* Стили для footer */
@import url('css/footer.css');




@font-face {
	font-family: 'Beeline Sans' ;
	font-weight: 300;
	font-style: normal;
	src: url('assets/fonts/BeelineSans-Regular.eot'),
		url('assets/fonts/BeelineSans-Regular.ttf'),
		url('assets/fonts/BeelineSans-Regular.woff'),
		url('assets/fonts/BeelineSans-Regular.woff2');  
}


@font-face {
	font-family: 'Beeline Sans' ;
	font-weight: 500;
	font-style: normal;
	src: url('assets/fonts/BeelineSans-Medium.eot'),
		url('assets/fonts/BeelineSans-Medium.ttf'),
		url('assets/fonts/BeelineSans-Medium.woff'),
		url('assets/fonts/BeelineSans-Medium.woff2');  
}

@font-face {
	font-family: 'Beeline Sans' ;
	font-weight: 700;
	font-style: normal;
	src: url('assets/fonts/BeelineSans-Bold.eot'),
		url('assets/fonts/BeelineSans-Bold.ttf'),
		url('assets/fonts/BeelineSans-Bold.woff'),
		url('assets/fonts/BeelineSans-Bold.woff2');  
}




#adminmenu a  *{
	color: #f0f0f1;
}

* {
	margin: 0;
	padding: 0;
	font-family: 'Beeline Sans' ;
	font-weight: 300;
	color: #282828;
	box-sizing: border-box;
}

.container {
	max-width: 898px;
	width: 100%;
	margin: 0 auto;
}

/* .display-none {
	display: none !important;
} */

@media (max-width: 898px) {
	.container {
		padding: 0 16px;
	}
}


.button-yellow {
	font-size: 16px;
	font-weight: 500;
	background-color: #FFC800;
	border-radius: 40px;
	border: none;
	cursor: pointer;
}

.button-black {
	font-size: 16px;
	font-weight: 500;
	background-color: #222731;
	border-radius: 40px;
	cursor: pointer;
	color: #ffffff;	
	border: none;
}

.button-yellow:hover {
	background-color: #FFD333;
	transition: background-color 0.2s ease;
}


.button-black:hover {
	background-color: #2D3340;
	transition: background-color 0.2s ease;
}

a {
	text-decoration: none;
	font-weight: inherit;
}

ul, ol {
	list-style-position: inside;
}



h4 {
	font-size: 20px;
	font-weight: 500;
}

.thin {
	font-weight: 100;
}

.medium {
	font-weight: 500;
}

.bold {
	font-weight: 700;
}

.line-through {
	text-decoration: line-through;
} 

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
}

 th, td {
    padding: 10px 5px 10px 10px;
    color: #4A4A4A;
    font-size: 14px;
    border: 1px solid #DDDDDD;
}
	 



a {
	outline: none;
	text-decoration: none;
}

.seo-text {
	margin: 0 auto ;
	margin-bottom: 50px;
	max-width: 1200px;
	font-size: 18px;
	line-height: 1.55
}

.seo-text h3 {
	font-size: 38px;
	text-align: center;
}

@media (max-width: 460px) {
	.seo-text {
		margin-left: 50px;
		width: 90%;
	}
	.seo-text h3 {
		font-size: 24px;
	}
}


@media (min-width: 460.1px) and (max-width: 1199.98px) {
	.seo-text {
		margin-left: 50px;
		width: 90%;
	}
}

.wpcf7-spinner {
	display: none !important;
}




/* БЛОК БАННЕР (START)*/

.banner-main {
	padding: 0;
	background-color: #ffd107;

}


.banner-main__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 20px;

}

.banner-main__title {
	margin-top: 140px;
	font-size: 40px;
}

.banner-main__subtile {
	font-size: 25px;
}
.banner-main__button-wrapper {
	margin-top:40px;
}

.banner-main__button {
	padding: 16px 30px;
	width: 200px;
	height: 50px;
	border: none;
	font-size: 16px;
	border-radius: 15px;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	cursor: pointer;

}

.banner-main__button:hover {
	background-color: #0d0c0c;
	color: #fff;
}

.entry-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

@media screen and (max-width: 1350px) {
	.banner-main {
		padding:0 0 0 50px;
		height: auto;
	}
}


@media screen and (max-width: 1200px) {

	.banner-main {
		height: auto;
		background-color: #ffdb23;
		background-image: url('./images/img-banners/banner-main-mobile.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: right;
	}

	.banner-main__img {
		display: none;
	}

	.banner-main {
		margin: 50px 0 0 0;
		padding:0 0 70px 50px;
	}
}


@media screen and (max-width: 900px) {
	.banner-main {
		margin: 50px 0 0 0;
		height: auto;
	}
}


@media screen and (max-width: 460px) {
	.banner-main {
		padding:0 0 40px 20px;
		background-size: cover;
	}

	.banner-main__wrapper {
		padding: 20px 20px 70px 0;
	}

	.banner-main__title {
		font-size: 31px;
	}
} 



/* БЛОК БАННЕР (END)*/



/* СТИЛИ ДЛЯ СТРАНИЦ НОВОСТИ  И ЗАПИСИ */

.page-news {
	padding: 40px 0 32px 0;
}
.page-news *{
	color: #1D2023;
	box-sizing: border-box;
}

.news  .container {
	max-width: 976px;
}

.news-navigation {
	margin: 0 0 40px 0;
}

.news-navigation  .container {
	max-width: 976px;
}

.news-navigation ul, .news ul {
	list-style-type: none;
}

.news-navigation li{
	margin-bottom: 10px;
}


.news-navigation h1 {
	margin: 0 0 32px 0;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}



.news li {
	margin-bottom: 40px;
	display: flex;
}

.news__date {
	margin: 16px;
	color: #4A4A4A;
	font-size: 14px;
}
.news__description {
	padding: 0 16px 20px 16px;
	text-align: justify;
}

.news__description a{
	margin: 0 0 8px 0;
	font-size: 18px;
	font-weight: 500;
}

.news__content {
	margin: 8px 0 0 0;
	color: #4A4A4A;
	font-size: 14px;
}


.news__block-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.news__block {
	width: 315px;
	display: flex;
	margin: 0 14px 14px 0;
	background-color: #F2F3F7;
	border-radius: 20px;
}

.news__block:nth-of-type(3n) {
	margin: 0 0 14px 0;
}

.news__wrapper img {
	width: 100%;
	height: 200px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

.page-records {
	padding: 86px 0 40px 0;
	background-color: #F2F3F7; 
	font-weight: 300;
}

.page-records *{
	box-sizing: border-box;
}

.breadcrumbs *{
	font-size: 14px;
	color: #8A8A8A;
}

.breadcrumbs .container{
	max-width: 810px;
	padding: 40px 82px;
	background-color: #ffffff;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

.breadcrumbs__records-title {
	color: #4A4A4A;
}


.news-navigation .container {
	display: block;

}

.breadcrumbs .container div {
	display: inline;
}

.record *{
	color: #1D2023;
	font-size: 16px;
}



.record .container{
	max-width: 810px;
	padding: 0px 82px 40px 82px;
	background-color: #ffffff;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

.record__date{
	color: #4A4A4A;
	font-size: 14px;
}

.record__title{
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 32px;
	font-weight: 500;
}

.record__content ul li{
	position: relative;
	padding: 0 0 0 20px;
	margin:  12px 0 0 0;
	list-style-type: none;
}

.record__content ul li::before {
	content: ""; 
	position: absolute; 
	left: 0; 
	top: 50%; 
	transform: translateY(-50%); 
	width: 5px;
	height: 5px; 
	border-radius: 50%;
	background-color: #FFD93A; 
}

.record ol, .record ul {
	padding: 0;
	margin: 0;
}

.record ol li{
	margin-top: 20px;
	list-style-type: decimal;
}

.bold-list li::marker{
	font-weight: 700;
}

.record a {
	font-size: 16px;
}

.thin a {
	font-weight: 100;
}


.record__content-wrapper {
	font-size: 16px;
	font-weight: 300;

}

.record__content-wrapper p{
	text-align: justify;
}


.record__img-banner {
	margin: 32px 0 24px 0;
}

.record__img-banner img{
	width: 100%;
	border-radius: 8px;
}


.record__content-nav-title {
	padding: 12px 0 16px 0;
	font-size: 16px;
	font-weight: 700;
}



.record  .record__content-nav li {
	margin: 0 0 12px 0;
	list-style-type: none;
}

.record  .record__content-nav  li a{
	color: #4A4A4A;
	font-size: 14px;
	font-weight: 100;
}




.record__content {
	margin-top: 40px;
}

.record__content h1, .record__content h2 {
	margin: 40px 0 20px 0px; 
}

.record__content h1  {
	font-size: 35px;
}

.record__content h2 {
	font-size: 20px;
	font-weight: 700;
}


.record__content  h3 {
	margin: 20px 0px; 
	font-size: 17px;
}

.record__content  h4 {
	margin: 20px 0px; 
	font-size: 16px;
}

.record__content .bg-grey  h1, .record__content .bg-grey  h2, .record__content .bg-grey  h3, .record__content .bg-grey  h4 {
	margin: 0 0 20px 0px; 
}

.record__content p {
	margin-top: 20px;
	font-size: 16px;
}

.border-line {
	padding: 0 0 0 10px;
	border-left: 2px solid #FFD93A;
}

.bg-grey {
	margin: 40px 0;
	padding: 32px 20px;
	background-color: #F2F3F7;
	border-radius: 12px;
}


.record__content p.bold {
	font-weight: 700;
}



.record__content   table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border: 1px solid #DDDDDD;
	border-radius: 20px;

}


.record__content th, .record__content  td {
	padding: 10px 5px 10px 10px;
	color: #4A4A4A;
	font-size: 14px;
	border: 1px solid #DDDDDD;
}


.record__table-best-tariffs-mobile {
	display: none;
}

.record__img {
	display: flex;
	justify-content: center;
	margin: 32px 0;
}

.record__button {
	margin: 40px 0;
	display: flex;
	justify-content: center;
}

.record__button .button {
	width: auto;
	padding: 0 20px;
}



.bg-grey .record__button {
	margin: 32px 0 0 0;
}

.record__button a:hover {
	color: #1D2023;
}



.img-news {
	width: 398px;
	border-radius: 8px;
}

.page-records .faq .container{
	width: 100%;
	max-width: 810px;
	padding: 40px 82px;
	background-color: #ffffff;
	border-radius: 20px;
}

.page-records .checkaddress .container{
	max-width: 810px;
	padding: 0;
}


.page-records .checkaddress{
	background-position-y: 200px;
}

.page-records .faq__wrapper {
	padding: 0;
}

.page-records  .faq__title  {
	margin: 0 0 21px 0;
	font-size: 20px;
}

.page-records .faq__accordion-question {
	font-size: 16px;
}

.page-records .faq__accordion-answer {
	color: #4A4A4A;
	font-size: 14px;
}

.page-records  .faq__accordion-details, .page-records .faq__title {
	padding-right: 0;
	padding-left: 0;
}


.page-records .center {
	padding-top: 0;
	text-align: center;
}

.footer-blog {
	padding: 0;
}


@media screen and (max-width: 1000px) {

	.page-news {
		padding: 36px 16px;
	}
	.page-news .container{
		padding: 0;
	}


	.news-navigation h1 {
		margin: 0 0 32px 0;
		font-size: 20px;
	}


	.news__date {
		padding: 16px;
		font-size: 12px;
	}
	.news__description {
		padding: 0 16px 20px 16px;
		text-align: justify;
	}

	.news__description a{
		font-size: 16px;
		font-weight: 500;
	}


	.news__content {
		margin: 8px 0 0 0;
		font-size: 14px;
	}

	.news__block-wrapper {
		flex-direction: column;
	}



	.news__block {
		width: auto;
		margin: 0 0 12px 0;
	}

	.news__date {
		padding:  0 0 16px 0;
	}

	.news__description {
		padding: 16px 16px 0 0;
	}

	.news__description-img {
		padding: 16px;
		display: flex;
		flex-direction: column;
	}

	.news__date {
		order: 1;
	}

	.news__description-img img {
		order: 2;
	}

	.news__description {
		order: 3;
	}

	.news__wrapper img {
		width: 300px;
		height: 200px;
		border-radius: 20px;
	}

	.record__content-wrapper {
		padding: 0;
	}
}

@media screen and (max-width: 900px) {
	.page-records {
		padding: 20px 16px 40px 16px;
		background-color: #ffffff;
	}

	.breadcrumbs * {
		font-size: 12px;
	}

	.breadcrumbs .container {
		padding: 0 0 24px 0px;
	}

	.record__date {
		font-size: 12px;
	}

	.record__title {
		padding: 0 0 8px 0;
		font-size: 24px;
	}
	.record .container{
		padding: 0 0 4px 0;
	}

	.record__content-nav-title {
		padding: 0px 0 20px 0;
	}

	.record__img-banner {
		margin: 20px 0 24px 0;
	}

	.record__content h2 {
		font-size: 18px;
		font-weight: 700;
	}

	.record__content h3 {
		font-size: 16px;
	}
	.record__content p, .record__content span {
		font-size: 14px;
	}

	.record ol li, .record ul li, .record a {
		font-size: 14px;
	}

	.record__img img {
		width: 100%;
	}

	.page-records .checkaddress-block .container, .page-records .faq .container {
		padding: 0;
	}

	.page-records .checkaddress-block {
		margin: 0;
	}

}

@media screen and (max-width: 450px) {
	.news__date {
		padding:  16px 12px 16px 12px;
		order: 2;
	}


	.news__description-img  {
		padding: 0;
	}

	.news__description-img img {
		order: 1;
	}

	.news__description {
		padding:  0 12px 20px 12px;
		order: 3;
	}


	.news__wrapper img {
		width: 100%;
		height: 250px;
		border-top-right-radius: 20px;
		border-top-left-radius: 20px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}

	.record__table-best-tariffs-dekstop {
		display: none;
	}

	.record__table-best-tariffs-mobile {
		display: block;
	}

	.bg-grey {
		padding: 24px 16px;
	}

	.bg-grey .record__button {
		margin: 24px 0 0 0;
	}

	.record__button .button {
		font-size: 14px;
	}
}

@media screen and (max-width: 400px) {
	.news__wrapper img {
		height: auto;
	}
}



/* БЛОК ИНФОГРАФИКА */
.infographic {
	line-height: 1.5;
}

.infographic a{
	font-weight: bold;
}

.infographic a:hover{
	color: #7700FF;
}

.infographic__title {
	font-size: 25px;
	font-weight: 700;
	text-align:center;
}

.infographic__text {
	margin: 25px 0px;
}

.infographic__wrapper .infographic__block:nth-child(2) {
	margin-left: 10px;
	margin-right: 10px;
}


.infographic__text a:hover {
	color: #7700FF;
}

.infographic__text span {
	font-weight: bold;
}

.infographic__wrapper {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.infographic__block {
	padding: 20px;
	border: 1px solid #b8b8b8;
	border-radius: 10px;
	width: 100%;
	min-height: 160px;
}

.infographic__block p {
	font-size: 15px;
	margin: 0px;
}

.infographic__number {
	width: 21px;
	height: 21px;
	border: 1px solid #6e6e6e;
	border-radius: 50%;
	text-align: center;
	color:  #6e6e6e;
	margin-bottom: 8px;
}

@media screen and (max-width: 900px) {

	.infographic__wrapper {
		margin: 40px 20px 40px 20px;
		flex-direction: column;
		align-items: center;
	}

	.infographic__block {
		/* 		width: auto; */
		margin-bottom: 20px;
		min-height: auto;
	}

	.infographic__wrapper .infographic__block:nth-child(2) {
		margin-left: 0px;
		margin-right: 0px;
	}
}


}

@media screen and (max-width: 1199.98px) {
	#lid-form .container-tarif-page h2, #lid-form-none .container-tarif-page h2 {
		line-height: 30px;
		font-size: 36px;
		padding-top: 0;
		width: auto;
	}
}

/*  БЛОК FAQ (START) */

.faq .container-tarif-page {
	margin:0;
}

.faq {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.faq  a{
	font-weight: bold;
}

.faq ul{
	list-style-type: none; 
	padding-left: 0; 
}

.faq  ul li::before{
	content: "— ";
}


.faq__wrapper{
	padding: 40px 0 70px 0;
}

@media screen and (max-width: 900px) {
	.faq__wrapper {
		padding: 40px 0 40px 0;
	}
}

.faq__accordion {
	width: 100%;
}

.faq__title {
	margin: 20px 0;
	font-size: 32px;
}

.faq__accordion-details {
	padding: 10px  0;
	margin-bottom: 2px;
	background-color: #ffffff;
	cursor: pointer;
}

.faq__accordion-details:hover {
	background-color: white;
}

.faq__accordion-details:hover summary {
	color: var(--colorff);
}

.faq__accordion-details:hover summary::after {
	background-image: url("../../images/img-faq/faq-vector-1.png");
}

.faq__accordion-details[open] {
	background-color: white;
}

.faq__accordion-details[open] summary::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.faq__accordion-question {
	padding-right: 30px;
	position: relative;
	font-size: 20px;
	font-weight: 700;
	list-style: none;
}

.faq__accordion-question::after {
	position: absolute;
	right: 0px;
	top: 5px;
	content: '';
	display: block;
	width: 30px;
	height: 17px;
	background-image: url("../../images/img-faq/faq-vector-1.png");
}

.faq__accordion-answer {
	width: 98%;
	margin-top: 25px;
	font-size: 16px;

}

.faq__accordion-details ol, .faq__accordion-details ul{
	margin: 25px 0px;
}

.faq__accordion-details li {
	list-style-position:inside;
}

.faq__accordion-answer a{
	width: 98%;
	margin-top: 25px;
}

.faq__accordion-dashed-list li {
	list-style-type: none; 
	padding-left: 0;
}

.faq__accordion-dashed-list ul li::before {
	content: "— "; 
}

.faq__accordion-answer_link {
	font-weight: bold;
}



@media (max-width: 1200px) {

	.faq__accordion-details {
		margin-bottom: 2px;
		background-color: #ffffff;
		cursor: pointer;
	}


	.faq__accordion-question {
		font-size: 22px;
	}

}

@media (max-width: 640px) {
	.faq__accordion-question {
		font-size: 20px;
	}

}


@media (max-width: 430px) {
	.faq__title {
		font-size: 24px;
	}

	.faq__accordion-answer {
		font-size: 14px;
	}
}

/*  БЛОК FAQ (END) */

/*  БЛОК  HEADER (START) */

header{
    background-color: #F6F8F9;
    padding: 1px 0;
}

.header__block {
	justify-content: start;
	align-items: center;
	display: flex;
}

.header__block--border {
	border-bottom: #EEEFF0 solid 1px;
}


.header .logo {
	width: 200px;
}


.header__phones, .header__city, .header__phones-items {
	display: flex;
	align-items: center;
}

.header__city {
	z-index: 2;
	margin-right: auto;
    margin-left: 32px;
}


.header__button {
	width: 141px;
	height: 56px;
}

.header__phones-items {
	display: flex;
	flex-direction: column-reverse;
}

.header__phones-items:first-child {
	margin-right: 30px;
}

.header__phone-text, .header__checkaddress {
	text-align: center;
}

.header__checkaddress {
	margin-left: 10px;
	align-self: center;
}

.header__checkaddress a{
	font-weight: 700;
}

.header__checkaddress a:hover{
	color:#7700FF;
}


.header__block--nav-dekstop {
	width: 100%;
}

.header__block--tablet {
	display: none;
}

.header__block-wrapper {
	display: flex;
}

.list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}



.nav__list-header {
	font-size: 16px;
}


.list__item-header {
	margin-right: 40px;
}



.list__item-header a:hover {
	color: #7700FF;
}





.header__block {
	justify-content: center;
	align-items: center;
	display: flex;
	font-size: 14px;
}

.header__wrapper-top {
	margin: 20px 0 0 0;
}

.header__block.header__block--top {
	justify-content: space-between;
	 margin: 0 0 12px 0;
}



 .header__wrapper-middle {
	padding: 0 0 20px 0;
}

.header__wrapper-bottom {
	padding: 20px 0 32px 0;
}


.header__main-page {
	visibility: hidden;
}


.city {
	font-size: 16px;
    font-weight: 500;
    background-color: #FFF;
    border-radius: 40px;
    padding: 13px 20px;
    display: flex;
    align-items: center;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.city:hover{
	color: #2D3340;
	background-color: #FFC800;
}


.header__main-page a{
	font-size: 18px;
	font-weight: 500;
}

.header__phones, .header__city, .header__phones-items {
	display: flex;
	align-items: center;
}



.header__city .city-img {
	margin: 5px 5px 0 0;
	width: 20px;
}

.header__checkaddress {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

.header__phone-text {
	font-size: 16px;
	text-align: center;
}

.header__checkaddress {
	margin-left: 10px;
}

.header__phone-text {
	font-size: 16px;
	font-weight: 500;
}

.header__phones-items a {
	font-size: 20px;
	font-weight: 700;
}

.header__buttons-wrapper {
	display: flex;
}

.header__button--dekstop.button-yellow,  .header__button--mobile.button-yellow {
	margin: 0 10px 0 0;
}


.header__block--tablet {
	display: none;
}


.header__block-wrapper {
	display: flex;
}


.list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.list li {
	list-style-type: none;
}

.nav__list-header {
	display: flex;
    justify-content: center;
	font-size: 16px;
	font-weight: bold;
}

.list__item-header {
	margin-right: 40px;
}

.list__item-header a{
	font-size: 20px;
	font-weight: 500;
}

.list__item-header a:hover {
	color: var(--colorff);
}

.breadcrumbs-single-page {
	font-size: 18px;
	padding: 20px 0;
}

.breadcrumbs-single-page__items {
	display: flex;
	gap: 0 7px;
}

.breadcrumbs-single-page__items a {
	font-weight: 500;
}

.header__nav-block {
	margin: 0 0 32px 0;
}

.header__burger-menu {
	 display: none;
	background-image:  url(/wp-content/themes/online-beeline.ru/images/img-header/burger-menu.png);
	background-repeat: no-repeat;
	background-size: 44px;
     width: 44px;
    height: 44px;
    cursor: pointer;
}


.header__nav-block-close {
	display: none;
	margin: 42px 0 0 10px;
	background-image: url(/wp-content/themes/online-beeline.ru/images/cancel-vector.svg); 
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	cursor: pointer;
	align-self: flex-end;
}


.header__nav-block-button {
	display: none;
}

@media screen and (max-width: 1200px) {

	.header__block-wrapper {
		flex-direction: column-reverse;
		align-items: center;	
	}

	.header__main-page {
		margin-left: 0px;
	}

}

@media screen and (max-width: 1190px) {
	.header__block-wrapper {
		justify-content: space-around;
	}

	.header__block.header__block--nav-dekstop {
		margin: 20px 0 0 0;
		border-bottom: none;
	}


	.list__item-header {
		margin-right: 20px;
	}

}


@media screen and (max-width: 1010px) {
	.header__block-wrapper {
		flex-direction: column-reverse;
		align-items: center;	
	}


	.header__block--nav-dekstop {
		width: auto;
	}


	.header__block--tablet {
		display: flex;
		justify-content: end;
	} 

	.header__main-page {
		margin-left: 0px;
	}

}

@media screen and (max-width: 850px) {
	.header__block--tablet {
		display: flex;
		width: 100%;
		justify-content: center;
	} 
}

@media screen and (max-width: 800px) {
	.list__item-header--news {
		display: none;
	}
	
	.header__phones--dekstop {
		display: none;
	}
}

@media screen and (max-width: 750px) {
	.header__block--middle {
		justify-content: center;
	}

	.header__logo {
		display: flex;
		justify-content: center;
	}

	.header__button--mobile.button-grey, .header__button--mobile.button-yellow {
		width: 149px;
		font-size: 14px;
	}

	.header__block {
		padding: 0;
	}


	.header__main-page, .header__button--dekstop, .header__block--nav-dekstop {
		display: none;
	}

}

@media screen and (max-width: 640px) {
	.header .logo {
		width: 116px;
	}
	
	.city, .header__phone-text, .header__checkaddress  {
		font-size: 14px;
	}
	
	 .header__phones-items a {
        font-size: 16px;
    }
	
	.list__item-header a {
		font-size: 16px;
	}
	
	.header__block--top 	.header__buttons-wrapper {
		display: none;
	}
	
	.header__city {
		max-width: 45%;
	}
	
	.header__nav-block {
		display: none;
        padding: 0 0 40px 0;
        align-items: center;
        position: absolute;
        width: 100%;
        z-index: 2;
        background-color: #ffffff;
        top: 0;
        right: 0;
        left: 0;
    }
	
	.header__burger-menu {
		display: flex;
	}
	.header__nav-block-close {
		display: flex;
	}
	
	.nav__list-header {
		flex-direction: column;
		align-items: center;
		margin: 20px 0 10px 0;
	}
	
	.list__item-header {
		margin: 0 0 10px 0;
	}
	
		.header__nav-block-button {
		display: flex;
		justify-content: center;
	}
}



/* БЛОК  HEADER (END) */	



/* СТИЛИ ДЛЯ ПОПАПА С ВОПРОСОМ "ВЫ НАХОДИТЕСЬ В ГОРОДЕ?" */
.popup-select-region {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 4;
}

.popup-select-region__content-wrapper {
	height: 200px;
	width: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	text-align: center;
	border-radius: 20px;
}

.popup-select-region__title {
	margin-bottom: 40px;
	font-size: 24px;
}

.popup-select-region__button {
	 margin: 0 0 20px 0;
	padding: 10px 20px 11px 20px;
	display: block;
	text-align: center;
	font-weight: 700;
	border-radius: 20px;
	cursor: pointer;
}

.popup-select-region__button:hover {
	background-color: #FFE632;
}

.popup-select-region__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 450px) {
	.popup-select-region__content-wrapper {
		height: 250px;
		width: 80%;
	}
	
	.popup-select-region__title {
		margin-bottom: 20px;
	}
	
	.popup-select-region__button {
    	width: 100%;
	}
	
	.header__city {
	    margin-left: 12px;
	}
}

.breadcrumbs-secondary {
	padding-top: 16px;
	padding-bottom: 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
	color: var(--content-secondary, #77849D);
}

.breadcrumbs-secondary .container {
	padding-top: 0;
	padding-bottom: 0;
}

.breadcrumbs-secondary .breadcrumbs-single-page__items,
.breadcrumbs-secondary .breadcrumbs-single-page__items span,
.breadcrumbs-secondary .breadcrumbs-single-page__items a {
	color: var(--content-secondary, #77849D);
}

.breadcrumbs-secondary .breadcrumbs-single-page__items a {
	font-weight: 400;
}

.breadcrumbs-secondary .breadcrumbs-single-page__items {
	gap: 0 8px;
	align-items: center;
}

.breadcrumbs-secondary a:hover {
    color: #8E99AF;
}

.breadcrumbs-secondary__separator {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 1px solid var(--content-secondary, #77849D);
	border-right: 1px solid var(--content-secondary, #77849D);
	transform: rotate(45deg);
	flex: 0 0 7px;
}

@media screen and (max-width: 480px) {
	.breadcrumbs-secondary .container {
		padding-top: 0;
		padding-bottom: 0;
	}
}
