@import url("preloader.css");

body {
	height: 100%;
}

.btn {
	white-space: normal !important;
}

.mail-footer{
	display: block;
	color: #0173c1;
}


/* переопределение бутстраповской кнопки */
.btn-primary:hover {
	color: #000;
	background-color: #fbff00 !important;
}

.btn-success {
	color: white !important;
}

.btn-success:hover {
	color: #000 !important;
}

/* верхняя планка с логотипом */
.main-header {
	display: flex;
	justify-content: center;

	background-color: #2a3c89;

	position: absolute;
	top: 0;
	left: 0;

	z-index: 10;
	width: 100%;

	box-shadow: 0 0 40px rgba(0, 0, 0, 0.99);
}

.main-header__page {
	height: 90px;
	width: 78%;

	display: flex;
	align-items: center;
	justify-content: space-between;

	padding: 5px 0;
}

.main-header__logo {
	height: 150%;

	position: relative;
	top: 20px;

	box-shadow: 0 0 10px rgba(0, 0, 0, 0.99);

	border-radius: 50%;
}

.main-header__logo a {
	height: 100%;
	display: flex;
}

.main-header__logo a img {
	display: block;
	height: 100%;
	width: auto;
}

.main-header__union-name {
	display: flex;
	flex-direction: column;
	align-items: center;

	color: white;
}

.main-header__union-name span:first-child {
	font-size: 18px;
	font-weight: 500;

	margin-left: 90px;
}

.main-header__union-name span:last-child {
	font-size: 15px;
	color: rgba(238, 238, 238, 0.7);

	margin-left: 90px;
}

.main-header__phone-callback {
	display: flex;
	flex-direction: column;
	align-items: end;
}

.main-header__phone-callback .phone {
	margin-bottom: 5px;
	width: max-content;
}

.main-header__phone-callback .phone a {
	font-weight: bold;
	font-size: 20px;
	color: white;
}

.main-header__phone-callback button {
	height: 35px;
	padding: 4px 8px;
	background-color: transparent;
	border: solid 1px rgb(255, 255, 255, 30%);
	border-radius: 5px;
	color: rgb(255, 255, 255, 85%);

	font-size: 10px;
	font-weight: 500;

	text-transform: uppercase;
}

.main-header__phone-callback button:hover {
	box-shadow: 0px 0px 4px #e0e0e0;
}

.main-header__phone-callback .button {
	display: flex;
	align-items: center;
	gap: 5px;
}

.menu__lang {}

.button-lang-kz {
	display: block;
	max-width: 90px;
	min-width: 90px;
	height: 35px;
	border: solid 1px rgb(255, 255, 255, 30%);
	border-radius: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.button-lang-kz:hover {
	box-shadow: 0px 0px 4px #e0e0e0;
}


.button-lang-kz__flag {
	height: 25px;
	width: 25px;
	border-radius: 50%;
	overflow: hidden;

	border: solid 1px rgba(0, 0, 0, 0.2);
}

.button-lang-kz__flag img,
.button-lang-ru__flag img {
	display: block;
	height: 100%;
	width: 100%;
}

.button-lang-kz span,
.button-lang-ru span {
	display: block;
	font-weight: 700;
	font-size: 1.8rem;
	color: #fff;
}

@media(max-width: 1023px) {
	.main-header__page {
		width: 98%;
	}

	.main-header__union-name {
		display: none;
	}

	.main-header__phone-callback .phone a {
		font-size: 13px;
	}
}


.form_wrapp input[type="email"] {
	height: 2em;
	font-size: 1.0625em;
	background-color: #fff;
	border: none;
	padding: 0 10px;
	color: #535b63;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid transparent;
}

textarea {
	font-family: 'Montserrat', sans-serif;
	height: 50px;
	font-size: 1.0625em;
	background-color: #fff;
	color: #444;
	text-align: left;
	padding: .35em .6875em .35em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 12px;
	border: .075em solid #d4d4d4;
}

.phone-top {
	font-family: 'Montserrat', sans-serif;
	font-size: 27px;
	color: #fff;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}


.top-lead {
	color: #fff;
	vertical-align: top;
	text-transform: uppercase;
	padding: 5px 10px;
}

.top-lead h1 {
	font-size: 40px;
}

.top-lead p {
	color: #fff;
	font-size: 20px;
	box-shadow: none;
}

.blue {
	color: #0072bc;
}

.txt-white {
	color: #fff;
}

.tezis-txt {
	padding: 5px;
	margin: -5px 0px 0px 0px;
	border: 1px solid #999;
	text-align: center;
	background: #fff;
	display: inline-block;
	width: 100%;
}

.good {
	background: #72b400;
	text-transform: uppercase !important;
	padding: 2px 15px 2px 15px;
	color: #fff !important;
}

.bad {
	background: #db4a37;
	padding: 2px 15px 2px 15px;
	color: #fff !important;
	font-size: 16px;
}

.bottom-block {
	background: #fafafa;
}

.subscribe-ln {
	z-index: 10;
	width: 100%;
	height: 30px;
	border-bottom-width: 3px;
	color: rgb(255, 255, 255);
	line-height: 30px;
	bottom: 0px;
	position: fixed;
	background-color: rgb(1, 36, 48);
}

.lead-text {
	font-size: 32px;
	margin-bottom: 5px;
}

.sublead-text {
	font-size: 14px;
	color: #77808b;
	margin: 0px;
}

.first-tab-tab {
	border-left-width: 1px;
	-webkit-border-radius: 15px 0 0 15px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 15px 0 0 15px;
	-moz-background-clip: padding;
	border-radius: 15px 0 0 15px;
	background-clip: padding-box;
}

.last-tab-tab {
	-webkit-border-radius: 0 15px 15px 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0 15px 15px 0;
	-moz-background-clip: padding;
	border-radius: 0 15px 15px 0;
	background-clip: padding-box;
}

.tab-txt {
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.gray-back {
	background: #f7f7f7;
	border-top: 1px solid #d5dde9;
	border-bottom: 1px solid #d5dde9;
}

.story {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #fffff0;
	padding: 12px 24px;
	box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.3), 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.3), 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 9px 13px 0px rgba(0, 0, 0, 0.3), 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.story span {
	text-transform: uppercase;
	font-size: 12px;
	line-height: auto;
}

.story p {
	font-size: 11px;
	margin-bottom: 5px;
}

.story-txt {
	font-size: 16px;
	text-align: left;
	color: #535b63;
}

.story-txt h3 {
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.story-img {
	width: 70px;
}

.white-txt {
	color: #fff;
	font-size: 14px;
}

.first-tab-price {
	background: #fff4b5;
	border-bottom: 1px solid #dad0b4;
}

.tab-header-price {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 0;
	background: -webkit-linear-gradient(#f1f1f1, #fff) #fff;
	background: linear-gradient(#f1f1f1, #fff) #fff;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: 0;
	box-sizing: border-box;
	padding: 15px;
	width: 27%;
	text-align: center;
}


.services {
	height: 250px;
	border-bottom: 7px solid #c00;

}

.open-client {
	background-color: hsl(0, 0%, 100%);
	padding: 20px;
	border-radius: 5px;
}

.border {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.border-r {
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.border-l {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.border-t {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.border-b {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.border-rad {
	border-radius: .3rem;
}

/* .form-back {
	background: url('img/form_bg.jpg') center center no-repeat;
}

.calc-back {
	background: url('img/bg-story.jpg') center center no-repeat;
} */

.bg-slide {
	background-attachment: fixed;
}


.tone-back {
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70));
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70));
	background-image: linear-gradient(top, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4c000000', endColorstr='#4c000000');
}

.mask {
	box-shadow: 0 0 0 2000px rgba(0, 0, 0, 0.65) inset;
}

.bold {
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
}

.semibold {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.regular {
	font-family: 'Montserrat', sans-serif;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	overflow: hidden;
}

/* input[name="name"] {
	background: #fff url(/img/ico1.png) no-repeat 16px 2px;
}

input[name="phone1"] {
	background: #fff url(/img/ico2.png) no-repeat 16px 2px;
} */

.card-normal {
	margin-bottom: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
}

.in-stock:before {
	content: '';
	border-radius: 50%;
	background: #7ab565;
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 7px;
	position: relative;
	top: -1px;
}

.menu-line {
	padding-left: 7px;
	padding-right: 7px;
}

.menu-link {
	color: #a7a3a3;
}

.t-up {
	text-transform: uppercase;
}

input::-moz-placeholder {
	color: rgba(144, 144, 144, 0.6);
}

input::-webkit-input-placeholder {
	color: rgba(144, 144, 144, 0.6);
}

textarea::-moz-placeholder {
	color: rgba(144, 144, 144, 0.6);
}

textarea::-webkit-input-placeholder {
	color: rgba(144, 144, 144, 0.6);
}

.shadow {
	box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.25), 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}

.lead-txt-shadow {
	text-shadow: 3px 3px 2px #000000;
}

.h-line {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.no-decoration {
	text-decoration: none !important;
}

.no-margin {
	margin: 0px;
}

.btn-mid-priority {
	font-size: 13px;
	color: #ffffff;
	background: #0271c9;
	padding: 3px 5px 3px 5px;
	margin-bottom: 5px;
	display: inline-block;
}

.txt-light {
	color: rgba(255, 255, 255, 0.7);
}

.txt-dark {
	color: rgba(0, 0, 0, 0.7);
}

.lite-gray-back {
	background-color: #f2f2f2;
}

.white-back {
	background: #fff;
}

.lead-txt-dark {
	color: #333;
}

.input-h {
	font-family: 'Montserrat', sans-serif;
	height: 40px;
}

.txt-micro {
	font-size: 12px;
}

.lead-font {
	font-family: 'Montserrat', sans-serif;
}

.stats-lead {
	font-size: 40px;
	color: #ffce16;
	text-transform: uppercase;
}

.stats-sublead {
	font-size: 18px;
	color: #ffce16;
	text-transform: uppercase;
}