html, body {
	margin: 0;
	padding: 0;
	width: 100%;
}
body {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	line-height: 129%;
	color: #000000;
	overflow-x: hidden;
}
a {
	color: #006160;
	text-decoration: none;
}
a:hover {
	color: #F0B336;
	text-decoration: underline;
}
h1, h2, h3, h4, h5 {
	color: #006160;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.hidden {
	display: none;
}
.wrapper input, .wrapper select {
	position: relative;
	z-index: 20;
}
.wrapper input[type="text"] {
	border: 2px solid #FFFFFF;
	border-radius: 13px;
	background: none;
	padding: 16px;
	font-weight: 400;
	font-size: 24px;
	line-height: 110%;
	color: #fff;
}
.wrapper input[type="text"]::-webkit-input-placeholder {
	color: #429796;
}
.wrapper input[type="text"]:-moz-placeholder {
	color: #429796;
}
.wrapper input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}
.wrapper input[type="checkbox"] + label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
	z-index: 20;
}
.wrapper input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 4px;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    background: none;
	z-index: 20;
}
.wrapper input[type="checkbox"]:checked + label:after, 
.wrapper input[type="checkbox"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.wrapper input[type="checkbox"]:checked + label:after, 
.wrapper input[type="checkbox"]:not(:checked) + label:after {
    left: 3px;
    top: 4px;
    width: 13px;
    height: 5px;
    border-radius: 1px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.wrapper input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}

.wrapper input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

/* Buttons */
*[class*='bisbutton-'] {
	display: inline-flex;
	border-radius: 9px;
    background: none;
    border: none;
    text-decoration: none;
    text-align: center;
    padding: 0 0;
    white-space: nowrap;
	justify-content: center;
    align-items: center;
	transition: background 0.2s ease;
	z-index:20;
	position: relative;
}
*[class*='bisbutton-']:hover {
	text-decoration: none;
}
.bisbutton-submit {
	background: #006160;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #F0B336;
	position: relative;
	padding: 12px 0 10px;
	width: 234px;
}
.bisbutton-submit:before {
	content: '';
	display: block;
	border: 3px solid #006160;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	position: absolute;
	left: -6px;
	top: -6px;
	right: -6px;
	bottom: -6px;
}
.bisbutton-submit:hover {
	color: #F0B336;
}
.bisbutton-calc {
	background: #F0B336;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #006160;
	position: relative;
	padding: 12px 0 10px;
	width: 234px;
}
.bisbutton-calc:hover {
	color: #006160;
}
.bisbutton-calc:before {
	content: '';
	display: block;
	border: 3px solid #006160;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	position: absolute;
	left: -6px;
	top: -6px;
	right: -6px;
	bottom: -9px;
}
.bisbutton-service {
	background: #FFD8A6;
	width: 230px;
	height: 71px;
	font-weight: 400;
	font-size: 24px;
	line-height: 85%;
	color: #006160;
}
.bisbutton-service:hover {
	background: #F0B336;
	color: #006160;
}
.bisbutton-order {
	background: #F0B336;
	font-weight: 300;
	font-size: 24px;
	line-height: 110%;
	color: #006160;
	padding: 14px 64px;
}
.bisbutton-order:hover {
	background: #F0B336;
	color: #006160;
}
.bisbutton-messenger {
	background: #006160;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #F0B336;
	position: relative;
	padding: 18px 0 17px;
	width: 234px;
	margin: 10px;
}
.bisbutton-messenger:before {
	content: '';
	display: block;
	border: 3px solid #006160;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	position: absolute;
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
}
.bisbutton-messenger:hover {
	color: #F0B336;
}
.bisbutton-request {
	background: #F0B336;
	border-radius: 13px;
	font-weight: 400;
	font-size: 24px;
	line-height: 110%;
	text-align: center;
	color: #006160;
	padding: 16px 85px;
	cursor: pointer;
}
.bisbutton-calcorder {
	background: #006160;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #F0B336;
	position: relative;
	padding: 18px 15px 17px;
	width: 234px;
	margin: 10px;
	color: #fff;
}
.bisbutton-calcorder:before {
	content: '';
	display: block;
	border: 3px solid #006160;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	position: absolute;
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
}
.bisbutton-callback {
	font-weight: 400;
	font-size: 24px;
	line-height: 110%;
	text-align: center;
	color: #006160;
	background: #FFD8A6;
	border-radius: 13px;
	padding: 16px 89px;
}
/* End of Buttons */

/* Icons */
*[class*='bis-'] {
    position: relative;
	display: inline-block;
	font-size: 24px;
    height: 24px;
    width: 24px;
	line-height: 24px;
}
.bis-percent {
	background: url('images/icons/percent.svg') center center no-repeat;
}
.bis-search {
	font-size: 36px;
    height: 36px;
    width: 36px;
	line-height: 36px;
	background: url('images/icons/search.svg') center center no-repeat;
	cursor: pointer;
	border: none;
}
.bis-burger {
	background: url('images/icons/burger.svg') center center no-repeat;
}
.bis-phone {
	width: 37px;
	height: 37px;
	background: url('images/icons/phone.svg') center center no-repeat;
}
.bis-mail {
	width: 45px;
	height: 45px;
	background: url('images/icons/mail.svg') center center no-repeat;
}
.bis-tg {
	width: 38px;
	height: 38px;
	background: url('images/icons/tg.svg') center center no-repeat;
}
.bis-wa {
	width: 40px;
	height: 40px;
	background: url('images/icons/wa.svg') center center no-repeat;
}
.bis-vk {
	width: 40px;
	height: 40px;
	background: url('images/icons/vk.svg') center center no-repeat;
}
.bis-copyright {
	width: 11px;
	height: 11px;
	background: url('images/icons/copyright.svg') center center no-repeat;
}
.bis-point {
	width: 12px;
	height: 12px;
	background: url('images/icons/point.svg') center center no-repeat;
}
.bis-close {
	width: 12px;
	height: 12px;
	background: url('images/icons/x.svg') center center no-repeat;
}
.bis-plus {
	background: url('images/icons/plus.svg') center center no-repeat;
	width: 57px;
	height: 43px;
}
.bis-minus {
	background: url('images/icons/minus.svg') center center no-repeat;
	width: 60px;
	height: 60px;
}

/* End of Icons */
.bispopup-wrapper {
		position:fixed;
		display:flex;
		align-items:center;
		justify-content:center;
		top:0px;
		left:0px;
		width:100vw;
		height:100vh;
		opacity: 0;
		visibility: hidden;
		z-index:1000;
}
.bispopup__container {
	position: fixed;
	top: 100px;
    width: auto;
	padding: 30px 15px;
    height: auto;
    margin: 0 auto;
	background: #006160;
	border-radius: 29px;
    box-sizing: border-box;
    z-index: 10001;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow-y: auto;
    max-height: 85%;
}
.bispopup-wrapper.show {
	overflow: hidden;
    opacity: 1;
    visibility: visible;
}
.bispopup__scroll {
	overflow-x: auto;
}
.bispopup__close {
	position: absolute;
	top: 25px;
	right: 25px;
	cursor: pointer;
}
.wrapper {
	position: relative;
}
	.wrapper__request {
		margin: 63px auto 72px;
	}
	.wrapper__services {
		margin: 45px 0 17px;
	}
	.wrapper__maintitle {
		margin: 24px 0;
	}
	.wrapper__intro {
		margin-bottom: 20px;
	}
	.wrapper__calc {
		margin: 89px auto 53px;
	}
.hidden-overley {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #000000;
    opacity:0;
    width:0;
    height:0;
    transition: opacity 1s;
}
.hidden-overley.show {
    height: 100%;
    width: 100%;
    opacity:0.5;
    transition: opacity 1s;
}
#top-message {
	background: #006160;
	position: relative;
	top: 0;
	width: 100%;
}
	.text-block {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding: 8px 0;
	}
	.text-block__icon {
		margin-right: 28px;
	}
	.text-block__text {
		font-weight: 400;
		font-size: 20px;
		line-height: 24px;
		color: #F0B336;
		margin-right: 10px;
		text-align: center;
	}
	.text-block__button {
		padding: 3px 32px;
		font-weight: 400;
		font-size: 20px;
		line-height: 24px;
		color: #006160;
		background: #FFD8A6;
	}
#header {
	background: #FFD8A6 url('images/bg-header.png') center center repeat;
	padding-bottom: 35px;
}
	.header-top-wrapper {
		background: rgba(255, 255, 255, 0.5);
	}
	.header-top {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		padding: 4px 0;
	}
	.header-top__left {
		display: flex;
		flex-wrap: nowrap;
		justify-content: left;
		align-items: center;
	}
	.header-top__burger {
		display: none;
		margin-right: 15px;
	}
	.header-top__logo {
		width: 184px;
		height: 123px;
	}
	.header-top__menu {
		
	}
	.header-top__contacts {
		
	}
		.top-contacts {
			display: flex;
			flex-direction: column;
			flex-wrap: nowrap;
		}
		.top-contacts__link {
			font-weight: 400;
			font-size: 20px;
			line-height: 24px;
			color: #006160;
			text-decoration: none;
		}
		.top-contacts__link:hover {
			text-decoration: underline;
		}
		.top-contacts__link:first-child {
			margin-bottom: 15px;
		}
	.header-top__search {
		position: relative;
	}
	.header-top__search-form {
		display: none;
		position: absolute;
		width: 480px;
		height: 131px;
		background: #FFFFFF;
		border-radius: 19px;
		left: -377px;
		top: -43px;
		flex-wrap: nowrap;
		justify-content: space-around;
		align-items: center;
	}
	.header-top__search-forminput {
		border: none;
		background: none;
		font-weight: 400;
		font-size: 20px;
		line-height: 24px;
		color: #AFAFAF;
		padding: 4px 8px;
		color: #000 !important;
	}
.menu {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
	.menu__div {
		position: relative;
	}
	.menu__submenu {
		position: absolute;
		background: #fff;
		top: -47px;
		padding: 76px 0 30px;
		border-radius: 19px;
		z-index: 500;
		left: -35px;
		text-align: center;
	}
	.menu__submenu .menu__div {
		margin-top: 10px;
	}
	.menu__item {
		font-weight: 400;
		font-size: 20px;
		line-height: 24px;
		color: #006160;
		text-decoration: none;
		padding: 15px;
	}
	.menu__item:hover {
		text-decoration: underline;
	}
	.menu__list {
		z-index: 700;
		position: relative;
	}
	.menu__item_subitem {
		font-weight: 300;
		padding: 19px;
		margin: 19px 0;
		line-height: auto;
	}
	.mobile-menu .menu {
		flex-direction: column;
	}
	.mobile-menu .menu .menu__submenu {
		position: relative;
		padding: 0;
		top: 0;
		left: 0;
		background: none;
	}
	.mobile-menu .menu .menu__div {
		text-align: center
	}
	
.wrapper.mobile-menu-opened {
	overflow:hidden;
}
.mobile-menu{
  position: absolute;
  z-index:500;
  width: 250px;
  padding: 35px;
  height: 100%;
  right: -300px;
  top:0;
  background: #FFD8A6;
  transition: right 0.4s ease;
  overflow: auto;
  border-radius: 16px 0 0 16px;
  overflow: hidden;
  display: none;
}
.mobile-menu.show{
  right: 0px;
}
.header-banner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 35px 0 0;
}
	.header-banner__info{
		width: 55%;
	}
	.header-banner__title {
		font-weight: 400;
		font-size: 40px;
		line-height: 48px;
		color: #006160;
		margin-bottom: 24px;
	}
	.header-banner__text {
		font-weight: 300;
		font-size: 24px;
		line-height: 29px;
		color: #000000;
		margin-bottom: 58px;
	}
	.header-banner__pretext {
		font-weight: 400;
		font-size: 24px;
		line-height: 29px;
		color: #006160;
	}
	.header-banner__buttons {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
	}
	.header-banner__submit {
		margin-right: 45px;
	}
	.header-banner__calc {
		
	}
	.header-banner__img-wrapper {
		width: 355px;
	}
	.header-banner__img {
		max-width: 100%;
		height: auto;
	}
.services-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 35px 20px;
}
	.services-list__item {
		margin: 0 10px 10px 0;
	}
	.services-list__item:last-child {
		margin: 0 0 10px 0;
	}
.maintitle {
	font-weight: 400;
	font-size: 40px;
	line-height: 48px;
	color: #006160;
}
.intro {
	font-weight: 300;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
	width: 70%;
}
.services {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
	.services__item {
		text-align: center;
		width: 273px;
		height: 333px;
		background: #FFD8A6;
		border-radius: 29px;
		position: relative;
		margin: 14px 14px 28px 14px;
		padding: 22px 15px 10px;
		transition: background 0.2s ease;
	}
	.services__item:hover {
		background: #006160;
	}
	.services__item:nth-child(2n) {
		background: #006160;
	}
	.services__item:nth-child(2n):hover {
		background: #FFD8A6;
	}
	.services__item:before {
		content: '';
		display: block;
		border: 4px solid #006160;
		filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
		position: absolute;
		left: -13px;
		top: -13px;
		right: -13px;
		bottom: -13px;
	}
	.services__title {
		font-weight: 400;
		font-size: 32px;
		line-height: 110%;
		color: #006160;
		margin-bottom: 12px;
	}
	.services__item:hover .services__title {
		color: #FFFFFF;
	}
	.services__item:nth-child(2n) .services__title {
		color: #F0B336;
	}
	.services__item:nth-child(2n):hover .services__title {
		color: #006160;
	}
	.services__text {
		font-weight: 300;
		font-size: 24px;
		line-height: 110%;
		color: #006160;
	}
	.services__item:hover .services__text {
		color: #FFFFFF;
	}
	.services__item:nth-child(2n) .services__text {
		color: #FFFFFF;
	}
	.services__item:nth-child(2n):hover .services__text {
		color: #006160;
	}
	.services__button {
		display: none;
	}
	.services__item:hover .services__button {
		position: absolute;
		bottom: 10px;
		left: 44px;
		right: 44px;
		display: inline-flex;
	}
	.services__item:nth-child(2n):hover .services__button {
		position: absolute;
		bottom: 10px;
		left: 44px;
		right: 44px;
		color: #F0B336;
		background: #006160;
		display: inline-flex;
	}
.messengers {
	padding: 62px 0 67px;
	background: #FFD8A6;
}
	.messengers__text {
		font-weight: 300;
		font-size: 32px;
		line-height: 38px;
		text-align: center;
		color: #006160;
		margin-bottom: 34px;
	}
	.messengers_links {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
		align-items: center;
	}
.request {
	background-color: #006160;
	max-width: 764px;
	padding: 54px 34px 61px;
	border-radius: 30px;
	position: relative;
	z-index: 10;
	text-align: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	align-content: center;
}
.request:before {
	content: '';
	display: block;
	border: 3px solid #006160;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	position: absolute;
	left: -15px;
	top: -15px;
	right: -15px;
	bottom: -15px;
	z-index: 9;
}
	.request__title {
		font-weight: 400;
		font-size: 48px;
		line-height: 110%;
		text-align: center;
		color: #F0B336;
		margin-bottom: 45px;
	}
	.request__text {
		font-weight: 400;
		font-size: 24px;
		line-height: 110%;
		text-align: center;
		color: #FFFFFF;
		margin-bottom: 66px;
	}
	.request__input {
		text-align:center;
		margin-bottom: 57px;
	}
	.request__file {
		position: relative;
		z-index: 10;
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		align-content: center;
		margin-bottom: 63px;
	}
	.request__file-input {
		position: absolute;
		z-index: 9;
		width: 0.1px;
		height: 0.1px;
		opacity: 0;
	}
	.request__file-label {
		font-weight: 400;
		font-size: 24px;
		line-height: 110%;
		text-align: center;
		color: #429796;
		margin-right: 45px;
		position: relative;
	}
	.request__file-square {
		display: inline-block;
		height: 15px;
		width: 15px;
		border: 1px solid #fff;
		line-height: 15px;
		color: #fff;
		margin-right: 15px;
	}
	.request__file-size {
		font-weight: 400;
		font-size: 24px;
		line-height: 110%;
		text-align: center;
		color: #FFFFFF;
	}
	.request__connection {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		align-content: center;
		margin-bottom: 64px;
	}
	.request__connection-text {
		font-weight: 400;
		font-size: 24px;
		line-height: 110%;
		color: rgba(255, 255, 255, 0.74);
		margin-right: 43px;
	}
	.request__connection-checks {
		text-align: left;
	}
	.request__connection-label {
		font-weight: 400;
		font-size: 24px;
		line-height: 110%;
		color: #429796;
	}
	.request__submit {
		margin-bottom: 42px;
	}
	.request__politics {
		font-weight: 400;
		font-size: 16px;
		line-height: 110%;
		text-align: center;
		color: #429796;
		position: relative;
		z-index: 20;
	}
	.request__politics-link {
		color: #FFFFFF;
		text-decoration: none;
	}
	.request_answer {
		font-weight: 400;
		font-size: 24px;
		line-height: 110%;
		color: #F0B336;
		text-align: left;
	}
.calc-header {
	background-color: #006160;
	padding: 59px 0 86px;
	text-align: center;
}
	.calc-header__title {
		font-weight: 400;
		font-size: 48px;
		line-height: 110%;
		text-align: center;
		color: #F0B336;
		margin-bottom: 45px;
	}
	.calc-header__text {
		font-weight: 400;
		font-size: 24px;
		line-height: 110%;
		text-align: center;
		color: #FFFFFF;
	}
.calc {
	background-color: #fff;
	max-width: 764px;
	padding: 48px;
	border-radius: 30px;
	position: relative;
	z-index: 10;
	text-align: left;
	font-weight: 300;
	font-size: 24px;
	line-height: 110%;
	color: #006160;
}
.calc:before {
	content: '';
	display: block;
	border: 3px solid #006160;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	position: absolute;
	left: -15px;
	top: -15px;
	right: -15px;
	bottom: -15px;
	z-index: 9;
}
	.calc__line {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 30px;
		position: relative;
		z-index: 20;
	}
	.calc__line_slider {
		margin-top: 50px;
	}
	.calc__label {
		max-width: 300px;
	}
	.calc__item {
		width: 350px;
		margin-right: 65px;
	}
	.calc_handleslider {
		height: 1px !important;
		border: 1px solid #006160 !important;
		background: #006160;
	}
	.calc__handleslider-handle {
		top: -30px !important;
		margin-top: -19px !important;
		text-align: center !important;
		line-height: 1.6em !important;
		border: none !important;
		background: url('images/icons/point.svg') center bottom no-repeat !important;
		background-size: contain !important;
		width: 38px !important;
		height: 68px !important;
		outline: none;
		color: #006160 !important;
	}
	.calc__baseprice {
		font-weight: 400;
		font-size: 40px;
		line-height: 110%;
		text-align: center;
		color: #006160;
		margin-bottom: 12px;
	}
	.calc__notice {
		font-weight: 300;
		font-size: 20px;
		line-height: 110%;
		text-align: center;
		color: #006160;
		margin-bottom: 78px;
	}
	.calc__summary {
		font-weight: 400;
		font-size: 40px;
		line-height: 110%;
		text-align: center;
		color: #006160;
		margin-bottom: 12px;
		margin-bottom: 60px;
	}
	.calc__button {
		margin: 0 auto 50px;
	}
	.calc__center {
		text-align: center;
	}
	.calc__notice_nomargin {
		margin: 0;
	}
	.calc * {
		z-index: 20;
		position: relative;
	}
.ui-selectmenu-button.ui-button {
	border: 2px solid #006160;
	border-radius: 13px;
	background: none;
}
.ui-selectmenu-text {
	font-weight: 300;
	font-size: 24px;
	line-height: 110%;
	color: #006160;
}
.ui-button .ui-icon {
	background: url('images/select-arrow.svg') center center no-repeat !important;
	width: 23px;
	height: 12px;
	margin-top: 6px;
}
.ui-selectmenu-button.ui-button {
	width: 296px !important;
}
.ui-front {
	z-index:1000 !important;
}
.callback__time .ui-selectmenu-button.ui-button {
	border: 2px solid #fff;
	border-radius: 13px;
	background: none;
}
.callback__time .ui-selectmenu-text {
    font-weight: 300;
    font-size: 24px;
    line-height: 110%;
    color: #fff;
}
.callback__time .ui-selectmenu-open {
	
}
.callback__time .ui-selectmenu-button.ui-button {
	width: 250px !important;
}
#callback__time-menu.ui-widget.ui-widget-content {
	width: 250px !important;
}
.content {
	padding: 50px 0 60px;
}
#footer {
	background: #bdbdbd;
	padding: 28px 0 14px;
}
	.footer__menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		margin-bottom: 12px;
	}
	.footer__menu-colomn {
		min-width: 250px;
	}
	.footer__menu-link {
		color: #000000;
		display: block;
	}
	.footer__menu-link_first {
		font-weight: 400;
		font-size: 20px;
		line-height: 24px;
		
	}
	.footer__menu-link_second {
		font-weight: 300;
		font-size: 16px;
		line-height: 19px;
	}
	.footer__info {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-end;
	}
	.footer__info-left {
		margin-right: 150px;
	}
	.footer__info-right {
		
	}
	.footer__logo {
		width: 216px;
		height: 139px;
		display: block;
		margin-bottom: 5px;
	}
	.footer__social {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 15px;
	}
	.footer__phone {
		margin-right: 14px;
	}
	.footer__mail {
		margin-right: 6px;
	}
	.footer__info-link {
		font-weight: 400;
		font-size: 20px;
		line-height: 24px;
		color: #000000;
	}
	.footer__tg {
		margin-right: 32px;
	}
	.footer__wa {
		margin-right: 32px;
	}
	.footer__contacts {
		font-weight: 400;
		font-size: 16px;
		line-height: 19px;
		color: #000000;
		margin-bottom: 56px;
	}
	.footer__bottom-links {
		margin-bottom: 12px;
	}
	.footer__bottom-link {
		font-weight: 400;
		font-size: 16px;
		line-height: 19px;
		color: #000000;
	}
	.footer__rights {
		font-weight: 300;
		font-size: 12px;
		line-height: 95%;
		color: #000000;
		margin-bottom: 33px;
		max-width: 622px;
	}
	.footer_siteinfo {
		font-weight: 300;
		font-size: 12px;
		line-height: 95%;
		color: #000000;
		text-align: center;
	}
.requisites {
	font-weight: 300;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
}
.border-table {
	border: 3px solid #006160;
	border-radius: 21px;
}
.border-table td {
	border: 3px solid #006160;
	border-radius: 21px;
	padding: 32px 40px;
}
.callback {
	display: flex;
	flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
	color: #fff;
}
	.callback__title {
		font-weight: 400;
		font-size: 32px;
		line-height: 38px;
		text-align: center;
		color: #F0B336;
		margin-bottom: 39px;
	}
	.callback__input {
		margin-bottom: 30px;
	}
	.callback__time {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 30px;
	}
	.callback__time-label {
		font-weight: 400;
		font-size: 24px;
		line-height: 110%;
		text-align: center;
		color: #FFFFFF;
		margin-right: 30px;
		
	}
	.callback__service {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
		margin-bottom: 25px;
	}
	.callback__service-title {
		font-weight: 400;
		font-size: 24px;
		line-height: 110%;
		color: rgba(255, 255, 255, 0.74);
		margin-right: 35px;
	}
	.callback__label {
		font-weight: 300;
		font-size: 22px;
		line-height: 110%;
		color: #FFFFFF;
	}
	.callback__politics {
		font-weight: 400;
		font-size: 16px;
		line-height: 110%;
		text-align: center;
		color: #429796;
		margin-top: 18px;
	}
	.callback_politics-link {
		color: #FFFFFF;
	}
	.callback__error {
		font-weight: 400;
		font-size: 24px;
		line-height: 110%;
		text-align: center;
		color: #FFFFFF;
	}
.serviceTable {
	font-weight: 300;
	font-size: 32px;
	line-height: 170%;
	/* or 54px */

	text-align: center;

	color: #000000;
	
}
	.serviceTable__table {
		width: 70%;
		margin: 0 auto 91px;
		border: 3px solid #006160;
		border-radius: 21px;
	}
	.serviceTable__title {
		margin: 0 0 58px;
		font-weight: 400;
		font-size: 32px;
		line-height: 110%;
		/* or 35px */

		text-align: center;

		color: #006160;
	}
	.serviceTable_grey {
		font-weight: 250;
	}
	.serviceTable td {
		padding: 18px;
		text-align: center;
		vertical-align: middle;
		border-bottom: 3px solid #006160;
	}
	.serviceTable td:last-child {
		width: 188px;
		border-left: 3px solid #006160;
	}
	.serviceTable tr:last-child td {
		border-bottom: none;
	}
.compred {
	text-align: center;
}
	.compred__title {
		font-weight: 400;
		font-size: 40px;
		line-height: 129%;
		text-align: center;
		color: #006160;
		margin: 40px 0;
	}
	.compred__text {
		margin-bottom: 80px;
		font-weight: 300;
		font-size: 24px;
		line-height: 129%;
		text-align: center;
		color: #000000;
	}
.steps {
	padding-bottom: 30px;
	text-align: center;
}
	.steps__title {
		font-weight: 400;
		font-size: 40px;
		line-height: 129%;
		color: #006160;
		text-align: left;
	}
	.steps__step {
		font-weight: 300;
		font-size: 24px;
		line-height: 129%;
		color: #000000;
		margin: 26px 0;
		text-align: left;
	}
	.steps__button {
		margin: 0 0 30px;
	}
.personnelprice {
	
}
	.personnelprice__title {
		font-weight: 400;
		font-size: 40px;
		line-height: 129%;
		color: #006160;
		margin-bottom: 53px;
		text-align: center;
	}
	.personnelprice_marginbottom {
		margin-bottom: 30px;
		overflow: hidden;
	}
	.personnelprice__sub {
		font-weight: 500;
		font-size: 24px;
		line-height: 110%;
		text-align: center;
		color: #000000;
	}
.bluetable {
	font-weight: 500;
	font-size: 22px;
	line-height: 110%;
	text-align: center;
	color: #FFFFFF;
	border-radius: 21px;
	background: #006160;
	width: 100%;
}
	.bluetable th {
		font-size: 32px;
		vertical-align: middle;
		text-align: center;
		height: 90px;
		overflow: hidden;
		border-right: 3px #fff solid;
		border-bottom: 3px #fff solid;
	}
	.bluetable th:last-child {
		border-right: none;
	}
	.bluetable td {
		vertical-align: middle;
		text-align: center;
		height: 90px;
		overflow: hidden;
		border-right: 3px #fff solid;
		border-bottom: 3px #fff solid;
	}
	.bluetable td:last-child {
		border-right: none;
	}
	.bluetable tr:last-child td {
		border-bottom: none;
	}
	.bluetable__tdfixed {
		width: 145px;
	}

/* Media queries */
@media (min-width: 1400px) {
	.container {
		width: 1320px;
	}
	.text-block {
		padding-left: 250px;
	}
	.text-block_text {
		margin-right: 100px;
	}
}
@media (max-width: 1399.98px) {
	.container {
		width: 1140px;
	}
	.text-block {
		padding-left: 150px;
	}
	.text-block_text {
		margin-right: 50px;
	}
}
@media (max-width: 1199.98px) {
	.container {
		width: 960px;
	}
	.text-block {
		padding-left: 50px;
	}
	.text-block_text {
		margin-right: 50px;
	}
}
@media (max-width: 991.98px) {
	.container {
		width: 720px;
	}
	.text-block {
		padding-left: 15px;
	}
	.text-block_text {
		margin-right: 15px;
	}
	.header-top__menu {
		display: none;
	}
	.header-top__burger {
		display: block;
	}
	.header-banner__img-wrapper {
		width: 300px;
	}
	.calc__line_slider .calc__item {
		margin-top: 45px;
	}
}
@media (max-width: 767.98px) {
	.container {
		width: 540px;
	}
	.header-banner__info{
		width: 100%;
	}
	.header-banner__img-wrapper {
		width: 100%;
		text-align: center;
	}
	.header-banner__buttons {
		margin-bottom: 35px;
	}
	.bluetable {
		font-size: 16px;
	}
	.bluetable th {
		font-size: 20px;
	}
	.bluetable i {
		width: 30px;
		height: 30px;
		background-size: contain;
	}
	.bluetable__tdfixed {
		width: 79px;
	}
}
@media (max-width: 575.98px) {
	.container {
		width: auto;
	}
	.text-block__text {
		font-size: 16px;
		margin-right: 0;
	}
	.text-block__button {
		font-size: 16px;
	}
	.text-block_icon {
		margin-right: 0;
	}
	.header-top__search-form {
		position: fixed;
		width: 375px;
		left: 0;
		right: 0;
		top: 200px;
	}
	.header-banner__buttons {
		flex-wrap: wrap;
	}
	.header-banner__submit {
		margin-bottom: 30px;
	}
	.calc__item {
		width: 350px;
		margin-right: 0;
	}
	.ui-selectmenu-button.ui-button {
		width: 230px !important;
	}
	.serviceTable td {
		display: inline-block;
	}
	.serviceTable td:first-child {
		border-bottom: none;
	}
	.serviceTable td:last-child {
		width: 188px;
		border-left: none;
	}
}