/* 
Theme Name: билайн
Description: beeline-home-online.ru
*/

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

/*Стили основных блоков страницы*/
@import url('css/style-blocks/header.css');
@import url('css/style-blocks/nav-menu.css');
@import url('css/style-blocks/promo.css');
@import url('css/style-blocks/tariffs.css');
@import url('css/style-blocks/benefits.css');
@import url('css/style-blocks/option.css');
@import url('css/style-blocks/profit.css');
@import url('css/style-blocks/consultation.css');
@import url('css/style-blocks/questions.css');
@import url('css/style-blocks/cookie.css');
@import url('css/style-blocks/footer.css');
@import url('css/style-blocks/connect.css');

/*Стили попапов*/
@import url('css/style-popup/popup-app.css');
@import url('css/style-popup/popup-tariff.css');
@import url('css/style-popup/popup-select-region.css');
@import url('css/style-popup/popup-lead-catcher.css');

/* Стили форм */
@import url('css/style-forms/search-address-form.css');


html {
  scroll-behavior: smooth;
}

html body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background-color: #EFF3F6;
}

html body * {
	margin: 0;
	padding: 0;
	font-family: 'Beeline Sans' ;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	color: #28303F;
	box-sizing: border-box;
}

@media screen and (max-width: 576px) {
	body * {
		font-size: 14px;
	}
}

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

@media screen and  (max-width: 1080px) {
	.container-new {
		padding: 0 16px;
 	}
}

main {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

@media screen and (max-width: 576px) {
	main {
		gap: 32px;
	}
}

body p {
	margin: 0;
	padding: 0;
}

body a {
	color: #28303F;
    text-decoration: none;
}

body a:hover {
    opacity: 0.9;
}

body li {
	list-style-position: inside;
}

.logo:hover {
	opacity: 0.9;	
}

.phone {
    text-decoration: none;
	font-size: inherit;
    font-weight: inherit;
	line-height: inherit;
}

.btn-wrapper{
    display: flex;
	gap: 20px;
}

.button {
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	border-radius: 40px;
	cursor: pointer;
}

.btn-yellow {
    background-color: #FFC800;
}

.btn-yellow:hover {
    background-color: #FFD333;
}

.btn-white {
    background-color: #ffffff;
}

.btn-white:hover {
	opacity: 0.9;	
}

.btn-black {
    background-color: #222731;
    color: #ffffff;
}

.btn-black:hover {
    background-color: #2D3340;
}

.popup {
	position: relative;
}

.button-close {
	cursor: pointer;
}

/* ui close*/
.btn-close {
	position: absolute;
    right: 12px;
    top: 12px;
}

body .btn-close:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 200, 0, 0.25);
}
/* ui close*/


body .form-control:focus,
body .form-select:focus {
	border-color: #FFC800;
	box-shadow:  0 0 0.25rem rgba(255, 200, 0, 0.25);
} 


body h1,
body h1 *{
	font-weight: 500;
	font-size: 40px;
	line-height: 100%;
}

@media screen and (max-width: 576px) {
	body h1,
	body h1 * {
		font-size: 32px;
	}
}

body h2 {
	font-weight: 500;
	font-size: 32px;
	line-height: 100%;
}


@media screen and (max-width: 576px) {
	body h2 {
		font-size: 24px;
	}
}

.confidentiality {
	 color: #5B5B5B;
  }

.confidentiality:hover {
	 color: #2D3340;
  }

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

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

/* dadata popup */
#popup-confirm-region {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	padding: 40px 50px 40px 30px;
	background: #FFF;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 8px 16px 0px #00000014;
	border-radius: 16px;
	text-align: center;
	z-index: 9999;
}

.confirm-title {
	font-size: 20px;
}

.confirm-buttons {
	display: flex;
	justify-content: center;
	gap: 14px;
}

#confirm-yes,
#confirm-no {
	width: 90px;
}


#popup-confirm-region .button-close-wrapper {
	position: absolute;
	top: 10px;
	right: 10px;
}


#popup-confirm-region .button-close {
	width: 30px;
}

/* dadata popup */

