html {
	background-color: #FAFAFA;
}
body {
	background-color: transparent;
}

html,
body {
	min-height: 100%;
	font-family: "IBM Plex Sans", "Segoe UI", Helvetica, sans-serif;
	font-size: 18px;
	color: #414141;
}
h1 {
	font-size: 30px;
	margin-bottom: 30px;
}
.subtitle {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
}
.main {
	min-height: 650px;
	margin-top: 90px;
	margin-bottom: 115px;
	padding: 30px 15px;
}
a {
	color: #008066;
	text-decoration: none;
}
.ask-green {
	color: #008066;
}
.ask-green-bg {
	background-color: #008066;
}

/********** ask-color **********/
.ask-red { color: #F15B5B; }
.ask-red-bg { background-color: #F15B5B; }
.ask-pink { color: #F8AA9E; }
.ask-pink-bg { background-color: rgb(248 170 158 / 20%) }
.ask-yellow { color: #E6CA1E; }
.ask-yellow-bg { background-color: #E6CA1E; }
.ask-yellow-light { color: #F5E26D; }
.ask-yellow-light-bg { background-color: #F5E26D; }
.ask-blue { color: #5C73B8; }
.ask-blue-bg { background-color: #5C73B8; }
.ask-blue-light { color: #80A0D3; }
.ask-blue-light-bg { background-color: #80A0D3; }
.ask-grey { color: #939598; }
.ask-grey-bg { background-color: #939598; }
.ask-grey-light { color: #D1D3D4; }
.ask-grey-light-bg { background-color: rgb(209 211 212 / 36%); }
/*******************************/

header {
	background-color: white;
}
.navbar {
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-collapse {
	background-color: white;
}
.header-section {
	font-size: 48px;
	font-weight: bold;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.info-main {
	font-size: 24px;
}
.navbar-brand {
	margin-left: 15px;
}
.navbar-brand img {
	margin-top: -5px;
	height: 36px;
}
.navbar-brand span {
	font-size: 22px;
	font-weight: 800;
	margin-left: 1rem;
	font-family: "IBM Plex Sans", Helvetica, sans-serif;
	color: #414141;
}
button:focus, .btn:focus {
	outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(130, 201, 156, 0.50);
}
.list-group-item.active {
	z-index: 2;
	color: #000 !important;
	background-color: #fdcd02 !important;
	border-color: #fdcd02 !important;
}
.atomix-yellow {
	color: #E6CA1E;
}
.col-left {
	float: left;
	max-width: 550px;
}
.col-right {
	float: right;
}
.wave-first {
	background: url("/images/wave-first.svg") left bottom no-repeat;
	background-size: contain;
}
.mixer-image {
	background: url("/images/mixer.png") right bottom no-repeat;
	height: 389px;
	width: 304px;
	bottom: 0;
	right: 0;
}
.wave-second {
	background: url("/images/wave-second.svg") left bottom no-repeat;
}
.mobile-image {
	background: url("/images/beton_express_app_small.png") left bottom no-repeat;
	max-width: 480px;
	width: 100%;
	max-height: 430px;
	height: 100%;
	background-size: contain;
	position: relative;
	bottom: 0;
}
.modal-title {
	font-size: 1rem;
    color: #008860;
    font-weight: bold;
}
.btn {
	border-radius: 15px;
}
.atomix-yellow-bg {
	background-color: #E6CA1E;
}
.btn-atomix-link {
	padding: 12px 15px;
	font-size: 16px;
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 0;
    line-height: 18px;
	text-decoration: underline;
    color: #3086CD;
}
.btn-atomix-green-sm {
	color: #fff;
	background-color: #82CA9C;

	border-radius: 15px;
	padding: 12px 15px;
	font-size: 16px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border: 0;
	line-height: 18px;
	box-shadow: none !important;
}

.btn-atomix-green {
	color: #fff;
	background-color: #82CA9C;

	border-radius: 15px;
	padding: 15px;
	font-size: 16px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border: 0;
	line-height: 18px;
	box-shadow: none !important;
}

.btn-atomix-map, .btn-atomix-bg {
	border-radius: 15px;
	padding: 15px;
	background-color: #F8E570;
	font-size: 16px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: black;
	border: 0;
	line-height: 18px;
	box-shadow: none !important;
	height: 48px;
}
.btn-atomix-out {
	border-radius: 15px;
	padding: 15px;
	border: 2px solid #F8E570;
	font-size: 16px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: black;
	line-height: 18px;
	box-shadow: none !important;
	height: 44px;
}

.btn-atomix {
	border-radius: 15px;
	height: 34px;
	padding: 5px 10px;
	background: #E0E0E0;
	font-size: 16px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.btn-atomix.active {
	background: #E6CA1E;
	font-weight: bold;
}

.btn-yellow-round,
#formB24 .b24-form-btn {
	border: 2px solid #E6CA1E;
	height: 40px;
	border-radius: 15px;
	padding: 0.5rem 1.2rem;
	line-height: 1rem;
	font-weight: bold;
	background-color: transparent;
	font-size: 18px;
	color: #414141;
}
.b24-form-wrapper.b24-form-border-bottom {
	border: 0px !important;
}
.user-agreement {
	color: #979BA0;
	text-decoration: underline;
	font-size: 18px;
}
.btn-yellow-round:hover,
#formB24 .b24-form-btn:hover {
	background-color: #E6CA1E;
	color: #414141;
}
.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 200;
}
.footer-container {
	height: auto;
	padding: 25px 30px;
	background-color: #fff;
}
.under-footer {
	height: 30px;
	background-color: #939598;
	padding: 9px 0;
}
.under-footer a {
	font-size: 12px;
	color: #fff;
}
.footer-text {
	max-width: 600px;
	font-size: 14px;
}
.app-store-logo {
	margin-left: 25px;
}

.b24-form-sign {
	display: none !important;
}

.icon-container img {
	max-width: 140px;
}
.text-underline {
	text-decoration: underline;
	color: #3086CD;
}
.place-logo {
	width: 160px;
}

.navbar-brand {
	padding-top: 0px;
	padding-bottom: 0px;
}
.navbar-toggler {
	border: 0px;
}
.navbar-toggler:focus {
	border: 0px;
	box-shadow: none;
	outline: none;
}
.nav-item {
	font-size: 18px;
	font-weight: bold;
}
.nav-item {
	border-bottom: 3px solid #fff;
}
.nav-item.active,
.nav-item:hover {
	border-bottom: 3px solid #E6CA1E;
}
.user-profile {
	margin-right: 30px;
}
.user-avatar {
	background: linear-gradient(0deg, #E0E0E0, #E0E0E0), #4F6BED;
	border-radius: 24px;
	width: 48px;
	height: 48px;
	margin-right: 20px;
}
.user-avatar > span {
	font-weight: 600;
	font-size: 20px;
}
.user-params div {
	height: 20px;
	overflow: hidden;
	width: 125px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.user-name {
	font-size: 14px;
	color: #201F1E;
}
.user-company {
	font-size: 12px;
	color: #605E5C;
}
.user-logout > a {
	color: #414141;
}

#form-container-button {
	padding: 10px 25px;
	background: #fff;
	border: 3px solid #E6CA1E;
	box-sizing: border-box;
	border-radius: 15px;
	font-family: "IBM Plex Sans", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 13px;

	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.15px;
	text-transform: uppercase;
}
#form-container-button:focus {
	border: 3px solid #E6CA1E;
}
.ajs-ok {
	background-color: #008066;
	border: 0px;
	color: #fff;
	border-radius: 15px;
}
.ajs-cancel {
	background-color: #fff;
	border: 1px solid #E0E0E0;
	color: #414141;
	border-radius: 15px;
}
.ajs-message.ajs-success {
	color: #fff;
}
/* Экстрамалые девайсы («портретные телефоны», < 576px)*/
@media (max-width: 575.98px) {
	#right-news {
		right: 15px;
	}
	.right-message {
		max-width: 290px;
	}
	.footer-container {
		height: auto;
		padding: 15px 20px;
		display: none;
	}
	.footer-container > div {
		flex-direction: column;
	}
	.footer-logo {
		width: 100%;
		height: 40px;
		margin-bottom: 15px;
	}
	.place-logo {
		width: 120px;
	}
	.main {
		min-height: 350px;
	}
	.header-section {
		font-size: 36px;
	}
	header {
		padding-top: 5px !important;
	}
	#navbarNav {
		background-color: #fff;
	}
	.navbar-brand img {
		height: 30px;
	}
	.navbar-brand span {
		font-size: 20px;
		margin-left: 0.6rem;
	}
	header .container {
		padding: 0 10px !important;
	}
	.navbar-collapse {
		padding: 15px;
	}
	.icon-container img {
		height: 36px;
	}
	.wave-second,
	.wave-first {
		background-image: none;
	}
	#formB24 .b24-form-padding-side {
		padding-left: 0px;
		padding-right: 0px;
	}
	.btn-yellow-round,
	#formB24 .b24-form-btn {
		border: 2px solid #E6CA1E;
		height: 40px;
		border-radius: 20px;
		padding: 0.5rem 1.2rem;
		line-height: 1rem;
		font-weight: bold;
		background-color: #E6CA1E;
		font-size: 14px;
		color: #414141;
		text-transform: uppercase;
		line-height: 0.8rem;
	}
}

input[type="checkbox"] {
	position: relative;
	width: 40px;
	height: 20px;
	outline: none;
	background: gray;
	border-radius: 20px;
	transition: 0.2s;
	-webkit-appearance: none;
	cursor: pointer;
	/*margin-left: 15px;*/
	/*border: 1px solid #ccc;*/
}
input:checked[type="checkbox"] {
	background: #008066;
}
input[type="checkbox"]::before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	top: 1px;
	left: 1px;
	transition: 0.2s;
	background: #fff;
}
input:checked[type="checkbox"]::before {
	left: 18px;
}
/*------- TOGGLER CSS ---------*/

.toggler {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 22px;
  }
  
  .toggler input {display:none;}
  
  .toggle {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: grey;
	-webkit-transition: .4s;
	transition: .4s;
	 border-radius: 34px;
  }
  
  .toggle:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
  }
  
  input:checked + .toggle {
	background-color: #008066;
  }
  
  input:focus + .toggle {
	box-shadow: 0 0 2px rgba(130, 201, 156, 0.50);;
  }
  
  input:checked + .toggle:before {
	-webkit-transform: translateX(18px);
	-ms-transform: translateX(18px);
	transform: translateX(18px);
  }

  .toggle:after
  {
   content:'';
   color: white;
   display: block;
   position: absolute;
   transform: translate(-50%,-50%);
   top: 50%;
   left: 50%;
   font-size: 10px;
   font-family: Verdana, sans-serif;
  }
  
  input:checked + .toggle:after
  {  
	content:'';
  }


/*------ SWITCHER CSS ---------*/

.switch {
	position: relative;
	display: inline-block;
	width: 90px;
	height: 28px;
}

.switch input {display:none;}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #3a9d88;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 2px;
}

.slider:before {
	position: absolute;
	content: "";
	height: 24px;
	width: 15px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 2px;
}

input:checked + .slider {
	background-color: #F8E570;
}

input:focus + .slider {
	box-shadow: 0 0 2px rgba(130, 201, 156, 0.50);;
}

input:checked + .slider:before {
	-webkit-transform: translateX(71px);
	-ms-transform: translateX(71px);
	transform: translateX(71px);
}

.slider:after {
	content:'CLIENT';
	color: white;
	display: block;
	position: absolute;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 65%;
	font-size: 9px;
	font-family: Verdana, sans-serif;
}

input:checked + .slider:after {  
	content:'AGENT';
	left: 40%;
	color: #000;
}

input:checked + .slider-client-manager:after {  
	content:'MANAGER';
	left: 40%;
	font-size: 8px;
	color: #000;
}

/*--------- SWITCH END --------*/


.prompt {
	padding: .8rem;
	background-color: rgba(130, 201, 156, 0.20);	
	border-radius: 15px;
}
.prompt span {
	font-size: .8rem;
}
.prompt i {
	font-size: 1.4rem;
	margin-top: 1px;
}
.bd-callout {
    padding: 1rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
	font-size: .8rem;
}

.bd-callout-danger {
    border-left-color: #d9534f;
}
.bd-callout-warning {
    border-left-color: #E6CA1E;
}
.bd-callout-success {
    border-left-color: #008066;
}
.dropdown-item .bs-ok-default.check-mark {
	color: #008066;
}
button.close:focus {
    box-shadow: none;
}

/* Малые девайсы («ландшафтные», >= 575px) */
@media (max-width: 576px) {
	.main-closed {
		margin-bottom: 0;
		margin-top: 45px;
	}
	.main {
		margin-top: 50px;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.navbar > .container-fluid {
		height: 70px;
	}

	.main {
		margin-top: 70px;
		min-height: 450px;
	}
	.navbar-collapse {
		padding: 15px;
	}
}

/* Средние девайсы («таблетки», >= 768px)  */
@media (min-width: 768px) and (max-width: 992px) {
	.navbar > .container-fluid {
		height: 70px;
	}
	.main {
		margin-top: 70px;
		min-height: 550px;
	}
	.navbar-collapse {
		padding: 15px;
	}
	.user-profile {
		display: inline-flex;
		margin-top: 15px;
	}
}

/* Большие девайсы (большие десктопы, >= 992px) */
@media (min-width: 992px) {
	.nav-item {
		height: 89px;
		padding-top: 20px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 10px;
		padding-left: 10px;
	}

	.user-avatar {
		width: 42px;
		height: 42px;
		margin-right: 10px;
	}
	.navbar > .container-fluid {
		height: 90px;
	}
	.user-profile {
		margin-right: 5px;
	}
	.navbar-brand img {
		height: 46px;
		margin-top: 0px;
	}
	.footer-container {
		height: 85px;
	}
	#form-container-button {
		padding: 10px;
		font-size: 12px;
		margin-left: 20px;
	}
}

/* Большие девайсы (большие десктопы, >= 1200px) */
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
	#form-container-button {
		padding: 12px;
		font-size: 13px;
		margin-left: 40px;
	}
}
