/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea, button {
	outline: none;
}
button {
	cursor: pointer;
}
button, input, a {
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.left {
	float: left;
}
.right {
	float: right;
}
.row:after,
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
a {
	color: inherit;
}
strong {
	font-weight: bold;
}
/*----------------------
		general
----------------------*/
.box-call-action input::placeholder {
	color: #fff;
}

.box-call-action input:-ms-input-placeholder {
	color: #fff;
}

.box-call-action input::-ms-input-placeholder {
	color: #fff;
}
.box-call-action input:focus::-webkit-input-placeholder {color: transparent}
.box-call-action input:focus::-moz-placeholder {color: transparent}
.box-call-action input:focus:-moz-placeholder {color: transparent}
.box-call-action input:focus:-ms-input-placeholder {color: transparent}

:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder {color: transparent}
:focus:-moz-placeholder {color: transparent}
:focus:-ms-input-placeholder {color: transparent}
.wrapper {
	width: 100%;
	overflow: hidden;
}
.wrap-hidden {
	overflow: hidden;
}
/*----------------------
	header
----------------------*/
#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	background: rgba(42,40,41, .7);
}
.inner-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo {
	width: 22%;
}
.inner-logo {
	display: flex;
	align-items: center;
	padding: 7px 0;
}
.inner-logo img {
	width: 75px;
}
.inner-logo p {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 0 10px;
}
#nav {
	width: 35%;
}
#nav ul {
	display: flex;
	justify-content: space-between;
}
#nav a {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
.messag-head {
	width: 15%;
	text-align: right;
	margin-left: 2%;
}
.link-mess strong {
	display: block;
}
.link-mess {
	display: inline-block;
	text-align: left;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 0 5px 40px;
	background: url(img/icon-mess.png) no-repeat left center;
}
.link-mess:hover {
	text-decoration: underline;
}
.phones-head {
	width: 25%;
	text-align: right;
}
.phones-head span {
	display: inline-block;
	color: #17CE4A;
	font-size: 14px;
	text-decoration: underline;
}
.phones-head a {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}
/*----------------------
	general-block
----------------------*/
#general-block {
	background: url(img/bg-general.jpg) no-repeat center;
	background-size: cover;
	padding: 160px 0 100px;
}
.info-content-general {
	position: relative;
}
#general-block h1 {
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	max-width: 700px;
	padding: 15px 10px;
	border-radius: 15px;
	background: rgba(42,40,41, .7);
}
.wrap-mess-general {
	margin: 100px 0 0;
	max-width: 460px;
	border-radius: 15px;
	position: relative;
	background: rgba(42,40,41, .7);
	padding: 25px 0 40px 20px;
}
.title-mess-gen {
	color: #fff;
	font-size: 20px;
	max-width: 280px;
}
.link-mess-gen {
	display: inline-block;
	color: #fff;
	border-radius: 15px;
	font-size: 14px;
	padding: 13px 5px 13px 35px;
	text-decoration: none;
	text-align: center;
	width: 100%;
	max-width: 210px;
	background: #17CE4A url(img/icon-mess-white.png) no-repeat 13px center;
	margin: 25px 0 0;
}
.link-mess-gen:hover {
	box-shadow: 0 4px 14px rgba(22,206,74, .6);
}
.wrap-mess-general img {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}
.wrap-action-general {
	position: absolute;
	top: 0;
	right: 0;
}
.inner-action-general {
	background: rgba(42,40,41, .7);
	position: relative;
	width: 380px;
	border-radius: 15px;
	text-align: center;
	padding: 35px 15px 0;
}
.title-actioni-gen {
	color: #fff;
	font-size: 20px;
	max-width: 280px;
	margin: 0 auto;
}
.inner-action-general li p {
	color: #fff;
	font-size: 12px;
	text-align: left;
}
.inner-action-general ul {
	max-width: 280px;
	margin: 20px auto 0;
}
.inner-action-general li {
	margin: 7px 0 0;
}
.inner-action-general li:last-child {
	margin: 25px 0 0;
}
.inner-action-general input[type='text'],
.inner-action-general input[type='tel'] {
	width: 100%;
	max-width: 280px;
	border: none;
	border-radius: 15px;
	background: #fff;
	height: 40px;
	padding: 0 15px;
	font-size: 15px;
	color: #282828;
}
.btn-gen {
	width: 100%;
	max-width: 280px;
	border: none;
	border-radius: 15px;
	color: #fff;
	font-size: 16px;
	height: 42px;
	background: #17CE4A;
}
.btn-gen:hover {
	background: #2be35e;
	box-shadow: 0 4px 14px rgba(22,206,74, .6);
}
.wrap-image-action-general img {
	display: block;
}
.wrap-image-action-general {
	margin: -40px 0 0 -20px;
}
/*----------------------
	about-us
----------------------*/
#about-us {
	padding: 50px 0 10px;
}
#about-us .container {
	position: relative;
}
#about-us .container:after {
	content: '';
	position: absolute;
	width: 500px;
	height: 466px;
	background: url(img/decore-about.png) no-repeat center;
	top: -50px;
	right: -40px;
}
.image-bg-about-us {
	position: relative;
}
.image-bg-about-us:before {
	content: '';
	position: absolute;
	width: 500px;
	height: 463px;
	background: url(img/decore-about-bottom.png) no-repeat center;
	bottom: 0;
	left: -30px;
}
h2 {
	font-weight: 900;
	color: #443A3A;
	font-size: 32px;
}
#about-us h2 {
	font-size: 40px;
	line-height: 1.2;
	display: inline-block;
	position: relative;
}
h2 small {
	font-weight: normal;
	font-size: 22px;
	color: #B5B5B5;
	display: block;
}
#about-us h2:before {
	content: '';
	position: absolute;
	width: 75px;
	height: 56px;
	background: url(img/logo-gray.svg) no-repeat center;
	background-size: 75px 56px;
	bottom: 0;
	right: -90px;
}
.wrap-about-us-content {
	width: 66%;
	position: relative;
	z-index: 15;
}
.wrap-about-us-content p {
	font-size: 16px;
	margin: 30px 0 0;
	line-height: 1.5;
	text-align: justify;
}
.wrap-about-us-content p:first-child {
	max-width: 400px;
}
.wrap-image-about-us {
	position: absolute;
	top: -50px;
	right: 0;
	z-index: 1;
}
.wrap-image-about-us img {
	display: block;
}
.image-bg-about-us img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
/*----------------------
	reasons-comnpany
----------------------*/
#reasons-comnpany {
	padding: 80px 0 120px;
	background: #2B3539;
}
#reasons-comnpany h2 {
	color: #fff;
}
.wrap-reasons-company {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.col-reas-comp {
	width: 32%;
}
.box-reas-comp {
	margin: 50px 0 0;
	border: 3px solid #17CE4A;
	padding: 10px 5px;
}
.box-reas-comp p {
	color: #fff;
	font-size: 15px;
	line-height: 1.5;
	text-align: justify;
}
/*----------------------
	price-company
----------------------*/
#price-company {
	padding: 40px 0 20px;
}
#price-company h2 {
	text-align: center;
}
.box {
  display: none; /* по умолчанию прячем все блоки */
}  
.box.visible {
  display: block; /* по умолчанию показываем нужный блок */
}
#price-company .section-tab {
	margin: 50px 0 0;
}
#price-company .tabs {
	display: flex;
	max-width: 460px;
	margin: 0 auto;
	border: 2px solid #909aa4;
	border-radius: 90px;
	overflow: hidden;
}
#price-company .tabs li {
	width: 50%;
	height: 48px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	padding: 12px 0;
	cursor: pointer;
}
#price-company .tabs li.current {
	color: #fff;
	background: #909aa4;
}
.wrap-table {
	padding: 30px 0 0;
}
.wrap-table table {
	width: 100%;
}
.wrap-table tr {
	border-bottom: 1px solid #909aa4;
}
.wrap-table th {
	text-align: left;
	padding: 15px 0;
	font-size: 14px;
	color: #282828;
}
.wrap-table td:first-child {
	vertical-align: middle;
	width: 18%;
	padding: 15px;
}
.wrap-table td:first-child img {
	vertical-align: middle;
}
.wrap-table td:first-child span {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	margin: 0 0 0 15px;
}
.wrap-table td:nth-child(2) {
	padding: 15px 5px;
	vertical-align: middle;
	width: 52%;
}
.wrap-table td:nth-child(2) p {
	margin: 5px 0 0;
	padding: 0 0 5px;
	font-size: 15px;
	line-height: 1.4;
}
.wrap-table td:nth-child(3) {
	width: 13%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}
.wrap-table th:nth-child(3) {
	text-align: center;
}
.wrap-table th:nth-child(4) {
	text-align: right;
}
.wrap-table td:last-child {
	width: 17%;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}
/*----------------------
	call-to-action
----------------------*/
#call-to-action {
	background: url(img/bg-action-one.jpg) no-repeat center;
	background-size: cover;
	padding: 40px 0 50px;
}
#call-to-action-two {
	background: url(img/bg-action-two.jpg) no-repeat center;
	background-size: cover;
	padding: 40px 0 50px;
}
#call-to-action h2,
#call-to-action-two h2 {
	color: #fff;
	text-align: center;
}
#call-to-action .container,
#call-to-action-two .container {
	position: relative;
}
.box-call-action {
	max-width: 380px;
	text-align: center;
	padding: 40px 0 0;
}
.title-call-action {
	color: #fff;
	font-size: 20px;
}
.box-call-action ul {
	margin: 30px 0 0;
}
.box-call-action li {
	margin: 15px 0 0;
}
.box-call-action li:last-child {
	margin: 30px 0 0;
}
.box-call-action input[type='text'],
.box-call-action input[type='tel'] {
	width: 100%;
	max-width: 300px;
	height: 80px;
	border-radius: 25px;
	color: #fff;
	border: 1px solid #fff;
	background: transparent;
	text-align: center;
	font-size: 18px;
}
.btn-action {
	border: none;
	width: 100%;
	max-width: 300px;
	height: 80px;
	color: #fff;
	font-size: 18px;
	border-radius: 25px;
	background: #1BBDD4;
}
.btn-action:hover {
	background: #3cdef5;
}
.box-image-call-action {
	position: absolute;
	bottom: -50px;
	right: 80px;
}
.box-image-call-action img {
	display: block;
}
/*----------------------
	pluses-company
----------------------*/
#pluses-company {
	padding: 60px 0 40px;
}
#pluses-company h2 {
	text-align: center;
}
.wrap-pluses-company {
	display: flex;
	justify-content: space-between;
}
.col-pluse-3 {
	width: 32%;
}
.col-pluse-2 {
	width: 49%;
}
.box-pluse-comp {
	margin: 30px 0 0;
	position: relative;
}
.wrap-image-pluse-comp {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.wrap-image-pluse-comp img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.body-pluse-comp {
	height: 200px;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.body-pluse-comp p {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 0 15px;
	max-width: 340px;
}
/*----------------------
	garant-block
----------------------*/
#garant-block {
	padding: 50px 0 30px;
	background: url(img/bg-garant.jpg) no-repeat center;
	background-size: cover;
}
h3 {
	text-transform: uppercase;
	font-size: 26px;
	font-weight: bold;
}
.wrap-garant-company,
.wrap-license {
	display: flex;
	justify-content: space-between;
}
.col-garant {
	width: 48%;
}
.wrap-garant-company p {
	margin: 30px 0 0;
	font-size: 15px;
	line-height: 1.5;
	text-align: justify;
}
.wrap-garant-company li {
	margin: 25px 0 0;
	font-weight: 600;
	font-size: 18px;
	padding: 5px 0 5px 45px;
	background: url(img/icon-check.svg) no-repeat left top;
	background-size: 36px;
}
.box-license {
	width: 48%;
}
.box-license img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.wrap-garant-company span {
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 26px;
	margin: 30px 0 0;
}
/*----------------------
	cases-company
----------------------*/
#cases-company {
	padding: 40px 0;
}
#cases-company h2 {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
}
.wrap-cases-company {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.col-case {
	width: 49%;
}
.box-case {
	position: relative;
	margin: 30px 0 0;
}
.wrap-image-case {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.wrap-image-case img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.body-case {
	height: 320px;
	position: relative;
	z-index: 1;
}
.body-case p {
	color: #fff;
	padding: 220px 15px 5px 25px;
	font-size: 15px;
	line-height: 1.5;
}
.head-case {
	position: absolute;
	z-index: 1;
	top: 35px;
	left: 35px;
	border: 2px solid #17CE4A;
	height: 74px;
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.head-case p {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 0 15px;
	text-align: center;
}
/*----------------------
	map-block
----------------------*/
#map-block {
	padding: 50px 0 30px;
}
#map-block h2 {
	text-align: center;
}
.wrap-map-block {
	display: flex;
	justify-content: space-between;
}
.col-map {
	width: 48%;
}
.box-contact-map {
	position: relative;
	margin: 30px 0 0;
}
.wrap-image-contact-map {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.wrap-image-contact-map img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.body-cont-map {
	position: relative;
	z-index: 1;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.body-cont-map li {
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0 0;
	padding: 0 0 15px;
}
.body-cont-map li a {
	text-decoration: none;
}
.body-cont-map li a:hover {
	text-decoration: underline;
}
/*----------------------
	footer
----------------------*/
#footer {
	padding: 15px 0;
	background: rgba(42,40,41, .7);
}
.politic {
	width: 30%;
	text-align: center;
}
.politic span {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}
.politic span:hover {
	text-decoration: underline;
}
/*----------------------
	MODAL
----------------------*/
.a-modal {
	position: relative;
	max-width: 300px;
	margin: 5% auto;
	background: #fff;
	border-radius: 4px;
	border-bottom: 4px solid #D17100;
	padding: 25px 25px 30px;
}
.wr-hidden li {
	text-align: center;
	margin: 15px 0 0;
}
.wr-hidden ul {
	padding: 5px 0 0;
}
.g-hidden { display: none; }
.g-line { zoom: 1; }
.g-line:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.arcticmodal-close {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(img/cross.png) no-repeat top left;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.b-modal {
	position: relative;
	max-width: 998px;
	margin: 10% auto;
	background: #fff;
	padding: 25px;
	z-index: 9999;
}
.title-hidden {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
}
form li {
	position: relative;
}
label.error {
	position: absolute;
	top: 43px;
	left: 0;
	color: #fff;
	background: red;
	font-size: 10px;
	padding: 2px 4px;
	border-radius: 3px;
}
.title-pol {
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}
.text-pol {
	margin: 25px 0 0;
	line-height: 1.5;
	text-align: justify;
	font-size: 15px;
}
.text-pol strong {
	font-weight: 700;
}
.politic span {
	cursor: pointer;
}
.politic span:hover {
	text-decoration: underline;
}
.wr-hidden .btn-gen {
	margin: 20px 0 0;
}
/*---------------------------
		MEDIA QUERIES
---------------------------*/
@media screen and (max-width: 1200px) {
	#general-block h1 {
		max-width: 500px;
		font-size: 26px;
	}
	.inner-action-general {
		padding: 15px 15px 0;
	}
	.wrap-image-action-general {
		margin: -60px 0 0 -20px;
	}
	.wrap-mess-general {
		margin: 111px 0 0;
	}
	.wrap-image-about-us {
		right: -45px;
	}
	#about-us .container:after {
		right: -90px;
	}
	h3 {
		font-size: 24px;
	}
}
@media screen and (max-width: 992px) {
	.logo {
		width: 25%;
	}
	.messag-head {
		width: 20%;
		margin: 0;
	}
	.phones-head {
		width: 45%;
		padding: 0 50px 0 0;
	}
	#general-block h1 {
		max-width: inherit;
		font-size: 30px;
	}
	.wrap-action-general {
		position: static;
	}
	.inner-action-general {
		width: 100%;
		max-width: 460px;
		margin: 30px auto 0;
	}
	.wrap-mess-general {
		margin: 30px auto 0;
	}
	#general-block {
		padding: 130px 0 30px;
	}
	.wrap-image-action-general {
		margin: -60px 0 0 20px;
	}
	.wrap-image-about-us {
		display: none;
	}
	.wrap-about-us-content {
		width: 100%;
	}
	.wrap-about-us-content p:first-child {
		max-width: 100%;
	}
	.col-reas-comp {
		width: 49%;
	}
	.wrap-table td:first-child {
		width: 27%;
	}
	.wrap-table td:nth-child(2) {
		width: 43%;
	}
	.wrap-table td:nth-child(2) p {
		font-size: 14px;
	}
	.box-image-call-action {
		right: -80px;
	}
	.body-pluse-comp p {
		font-size: 16px;
	}
	.wrap-garant-company {
		flex-direction: column;
	}
	.col-garant {
		width: 100%;
	}
	.box-license {
		margin: 30px 0 0;
	}
	h3 {
		text-align: center;
	}
	.politic {
		width: 20%;
	}
	#footer .phones-head {
		padding: 0;
		width: 35%;
	}
	.politic span {
		font-size: 10px;
	}
	.mobile-nav-toggle-label {
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    z-index: 1010;
	    padding: 0;
	    position: fixed;
	    top: 12px;
	    right: 15px;
	    vertical-align: middle;
	    line-height: 16px;
	    text-align: right;
	    cursor: pointer;
	    user-select: none;
	    color: #e01e53;
	    width: 50px;
	    height: 49px;
	    background: #17CE4A;
	}
	.mobile-nav-toggle-label .top-bar, .mobile-nav-toggle-label .middle-bar, .mobile-nav-toggle-label .bottom-bar {
	    width: 36px;
	    height: 3px;
	    background-color: #fff;
	    -webkit-transition: -webkit-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
	    -moz-transition: -moz-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
	    -ms-transition: -ms-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
	    -o-transition: -o-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
	    transition: transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
	    -webkit-transform-origin: 50% 50%;
	    -moz-transform-origin: 50% 50%;
	    -ms-transform-origin: 50% 50%;
	    -o-transform-origin: 50% 50%;
	    transform-origin: 50% 50%;
	    position: absolute;
	    top: 12px;
	    right: 7px;
	}
	.mobile-nav-toggle-label .middle-bar {
	    -webkit-transition: opacity 0s .15s linear;
	    -moz-transition: opacity 0s .15s linear;
	    -ms-transition: opacity 0s .15s linear;
	    -o-transition: opacity 0s .15s linear;
	    transition: opacity 0s .15s linear;
	    top: 23px;
	}
	.mobile-nav-toggle-label .bottom-bar {
	    top: 34px;
	}
	#nav,
	#nav.fixed {
		position: fixed !important;
		top: 0 !important;
		margin: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0, .96) !important;
		z-index: 0;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		-o-transition: 0.5s;
		-webkit-transition: 0.5s;
		transition: 0.5s;
		opacity: 0;
		visibility: hidden;
	}
	.inner-nav {
		text-align: center;
		width: 100%;
		max-width: inherit;
		height: 100%;
		transition: 0.5s;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		-o-transition: 0.5s;
	}
	.inner-nav:before {
	  content: '';
	  height: 100%;
	  display: inline-block;
	  vertical-align: middle;
	}
	#nav ul {
		width: 90%;
		display: inline-block;
		vertical-align: middle;
	}
	#nav.active-menu {
		z-index: 100;
		opacity: 1;
		visibility: visible;
	}
	.mobile-nav-toggle-label.active-close .middle-bar {
		display: none;
	}
	.mobile-nav-toggle-label.active-close .top-bar {
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-moz-transform-origin: 31px 7px 0;
		-ms-transform-origin: 31px 7px 0;
		-webkit-transform-origin: 31px 7px 0;
		transform-origin: 31px 7px 0;
	}
	.mobile-nav-toggle-label.active-close .bottom-bar {
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-moz-transform-origin: 31px -2px 0;
		-ms-transform-origin: 31px -2px 0;
		-webkit-transform-origin: 31px -2px 0;
		transform-origin: 31px -2px 0;
	}
	#nav ul li {
		display: block;
		float: none;
		margin: 0 0 4px;
		padding: 0;
		text-align: center;
	}
	#nav ul li a,
	#nav.fixed a {
		color: #fff;
		font-size: 22px;
		line-height: 1.5;
		border: none;
		cursor: pointer;
		text-decoration: underline;
		padding: 2px 0;
		background: transparent;
		display: block;
	}
	#nav ul li a:hover {
		color: #fff;
		text-decoration: none;
	}
	#nav.fixed .inner-nav ul {
		display: inline-block;
	}
	
}
@media screen and (max-width: 767px) {
	.messag-head {
		display: none;
	}
	.inner-logo {
		flex-direction: column;
		padding: 0;
	}
	.phones-head {
		width: 70%;
		padding: 0 65px 0 0;
	}
	.mobile-nav-toggle-label {
		top: 15px;
	}
	#general-block h1 {
		font-size: 28px;
	}
	#about-us h2 {
		z-index: 3;
	}
	#about-us .container:after {
		right: -290px;
	}
	#reasons-comnpany {
		padding: 50px 0;
	}
	.wrap-reasons-company {
		flex-direction: column;
	}
	.col-reas-comp {
		width: 100%;
	}
	.box-reas-comp {
		margin: 30px 0 0;
	}
	h2 {
		font-size: 30px;
	}
	.wrap-table td:first-child {
		padding: 5px;
		width: 16%;
		text-align: center;
	}
	.wrap-table td:first-child img {
		display: none;
	}
	.wrap-table td:first-child span {
		font-size: 14px;
		margin: 0
	}
	.wrap-table td:nth-child(2) {
		padding: 5px 0;
		width: 50%;
	}
	.wrap-table td:nth-child(3) {
		width: 10%;
		font-size: 12px;
	}
	.wrap-table td:nth-child(2) p {
		font-size: 12px;
	}
	.wrap-table td:last-child {
		width: 21%;
		font-size: 12px;
	}
	.wrap-table th {
		font-size: 12px;
	}
	.box-image-call-action {
		position: static;
		margin: 30px auto 0;
	}
	#call-to-action,
	#call-to-action-two {
		padding: 40px 0 0;
	}
	.box-image-call-action img {
		max-width: 100%;
		margin: 0 auto;
	}
	.box-call-action {
		max-width: 100%;
	}
	.col-pluse-3,
	.col-pluse-2,
	.col-case,
	.col-map {
		width: 100%;
	}
	.wrap-pluses-company,
	.wrap-cases-company,
	.wrap-map-block {
		flex-direction: column;
	}
	.box-contact-map {
		height: 400px;
	}
	.politic {
		width: 100%;
		position: absolute;
		bottom: -30px;
		left: 0;
		z-index: 3;
		right: 0;
	}
	.inner-header {
		position: relative;
	}
	#footer .phones-head {
		width: 55%;
	}
	#footer {
		padding: 15px 0 50px;
	}
	.wrap-table.color td:first-child,
	.wrap-table.color th:first-child {
		display: none;
	}
	.wrap-table.color td:nth-child(2) {
		width: 40%;
	}
	.wrap-table.color td:last-child {
		width: 30%;
	}
}