@font-face {
	font-family: 'Arial';
	src: url('../fonts/Arial-BoldMT.eot');
	src: local('Arial Bold'), local('Arial-BoldMT'), url('../fonts/Arial-BoldMT.eot?#iefix') format('embedded-opentype'), url('../fonts/Arial-BoldMT.woff') format('woff'), url('../fonts/Arial-BoldMT.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Arial';
	src: url('../fonts/ArialMT.eot');
	src: local('Arial'), local('ArialMT'), url('../fonts/ArialMT.eot?#iefix') format('embedded-opentype'), url('../fonts/ArialMT.woff') format('woff'), url('../fonts/ArialMT.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5 {
	position: relative;
	min-height: 1px;
	padding-right: 8px;
	padding-left: 7px;
}
.col-xs-1-5 {
	width: 20%;
	float: left;
}
@media (min-width: 768px) {
	.col-sm-1-5 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-1-5 {
		width: 20%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 20%;
		float: left;
	}
}
* {
	position: relative;
	padding: 0;
	margin: 0;
	outline: 0!important;
}
a {
	text-decoration: none!important;
}
.clear {
	clear: both;
}
html, body {
	height: 100%;
	width: 100%;
	font-size: 62.5%;
}
body {
	font-family: 'Arial', sans-serif;
	background-color: #fff;
	color: #333;
	font-weight: normal;
	font-style: normal;
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
h1, h2, h3, p {
	margin: 0;
}
button.close {
	right: 20px;
	top: 10px;
	z-index: 999;
	opacity: 1;
	font-size: 36px;
	color: #000;
	position: absolute;
	background: transparent;
}
button.close:hover {
	opacity: 0.7;
	color: #000;
}
.close {
	right: 20px;
	top: 10px;
	z-index: 999;
	opacity: 1;
	font-size: 26px;
    color: #000;
	position: absolute;
}
.close:hover {
	opacity: 0.7;
	color: #000;
}
body.modal-open {
	overflow: auto;
	padding-right: 0px !important;
}
::-webkit-input-placeholder {
	color: #000;
}
::-moz-placeholder {
	color: #000;
}
/* Firefox 19+ */

:-moz-placeholder {
	color: #000;
}
/* Firefox 18- */

:-ms-input-placeholder {
	color: #000;
}
.img-responsive {
	display: initial;
}
header {
	background: #fff;
	padding-bottom: 7px;
	    position: fixed;
    z-index: 999;
    width: 100%;
}
.logo {
	margin-top: 10px;
}
.descriptor {
	font-size: 1.6rem;
	font-weight: bold;
	background: linear-gradient(to right, #600714, #f80613, #600714);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	margin-top: 46px;
}
.top_tel {
	margin-top: 10px;
	text-align: center;
}
.number {
	font-weight: bold;
	font-size: 1.8rem;
}
.number a {
	color: #000;
}
.knopka {
	background: #e10613;
	color: #fff;
	width: 100%;
	display: block;
	border-radius: 5px;
	text-align: center;
	margin: auto;
	border: none;
}
.vtope {
	padding: 9px;
	font-size: 1.6rem;
	margin-top: 5px;
}
.knopka:hover {
	background: #c80c17;
}
.mater{
	    font-size: 1.2rem;
    margin-top: 5px;
    color: #043b5b;
    font-weight: bold;
    text-decoration: underline;
}
#main {
	padding: 240px 0 102px;
	background: url(../images/bg1.jpg) no-repeat top center;
	background-size: cover;
}
#main .title {
	padding: 0;
}
h1 {
	font-size: 6rem;
	color: #fff;
	font-weight: bold;
	text-shadow: 5px 0px 5px rgba(0, 0, 0, 0.75);
}
h1 span {
	font-size: 8rem;
}
h1 span.big {
	font-size: 8.2rem;
}
p {
	font-size: 1.4rem;
}
#main .subtitle {
	margin-top: 30px;
	text-align: center;
	font-size: 3.6rem;
	color: #fff;
	font-weight: bold;
	text-shadow: 5px 0px 5px rgba(0, 0, 0, 0.75);
}
.vmaine {
	padding: 12px;
	font-size: 2.56rem;
	margin-top: 25px;
	text-transform: uppercase;
	width: 90%;
}
#unnecessary {
	padding: 30px 0 35px;
}
h2 {
	font-size: 3.4rem;
	font-weight: bold;
}
.fl_r {
	display: flex;
}
#unnecessary .direction {
	background: url(../images/direction.png) no-repeat top right;
	margin-top: 25px;
}
#unnecessary .txt {
	margin-top: 25px;
	padding-left: 30px;
}
#unnecessary .txt p {
	margin-bottom: 20px;
}
#unnecessary .txt p span {
	background: #e10613;
	color: #fff;
	padding: 2px 4px;
}
.inspect {
	display: flex;
}
.inspect_l {
	color: #e10613;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.2;
	border-right: 1px solid #f00;
	padding-right: 18px;
	width: 31.2%;
}
.inspect_r {
	font-size: 1.8rem;
	padding-left: 18px;
	width: 68.8%;
}
#changes {
	padding-bottom: 50px;
}
#changes .pic {
	background: url(../images/img1.jpg) no-repeat right top;
	height: 496px;
}
#changes .txt h4 {
	margin: 0;
	font-size: 1.8rem;
	font-weight: bold;
}
#changes .txt p {
	margin-top: 12px;
}
.vchange {
	font-size: 1.4rem;
	padding: 6px 12px;
	margin-top: 14px;
}
#warning {
	padding-bottom: 64px;
}
.warning {
	border: 1px solid #e10613;
	border-radius: 10px;
	display: flex;
	align-items: center;
	padding: 10px 20px 20px;
}
.warning .txt {
	text-align: right;
	padding-right: 40px;
	padding-left: 50px;
}
.warning .txt p {
	font-size: 1.8rem;
	margin-top: 10px;
}
#aftermath {
	padding-bottom: 60px;
}
#aftermath .pic {
	background: url(../images/img2.jpg) no-repeat left top;
	height: 569px;
	right: 0;
}
.pic_abs {
	position: absolute;
	width: calc(50% - 15px);
}
.pic_abs img {
	width: 100%;
}
#aftermath .txt {}
.bl_a .txt h3 {
	font-size: 1.8rem;
	text-transform: uppercase;
	font-weight: bold;
}
.separator {
	width: 100%;
	height: 1px;
	background: #e4e4e4;
	margin-top: 26px;
	margin-bottom: 20px;
}
.separator:before {
	content: "";
	position: absolute;
	background: #e10613;
	height: 1px;
	left: 0;
	top: 0;
	width: 37%;
}
.separator:after {
	content: "";
	position: absolute;
	background: #e10613;
	height: 20px;
	left: 0;
	top: -10px;
	width: 20px;
	border-radius: 50%;
}
#aftermath .txt .title {
	margin-top: 20px;
	display: flex;
	align-items: center;
}
#aftermath .cifra {
	color: #e10613;
	font-size: 2rem;
	font-weight: bold;
	width: 37px;
	height: 37px;
	border: 1px solid #e10613;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#aftermath .zagol {
	font-size: 1.4rem;
	font-weight: bold;
	padding-left: 20px;
	width: 92%;
}
#aftermath .txt p {
	margin-top: 10px;
}
.vaftere {
	font-size: 1.6rem;
	padding: 15px;
	margin-top: 14px;
}
#needful {
	padding-bottom: 50px;
}
#needful .pic {
	background: url(../images/img3.jpg) no-repeat right top;
	height: 667px;
}
#receive {
	padding-bottom: 50px;
}
#receive h3 {
	font-size: 2.4rem;
	font-weight: bold;
	margin: 0;
}
#receive p {
	font-size: 1.6rem;
}
#situations {
	padding-bottom: 40px;
}
#situations h2 {
	text-align: center;
	color: #000;
	padding-bottom: 30px;
}
#situations .item {
	margin-top: 16px;
}
#situations h4 {
	color: #e10613;
	font-size: 1.4rem;
	font-weight: bold;
}
#situations p {
	margin-top: 10px;
	border-left: 1px solid #f00;
	padding-left: 20px;
}
#situations p span {
	font-weight: bold;
}
.vsit {
	font-size: 1.6rem;
	padding: 15px;
	margin-top: 100px;
}
#practice {
	padding: 50px 0;
	background: url(../images/bg2.jpg) no-repeat top center;
	background-size: cover;
}
#practice h2 {
	color: #fff;
}
#practice .txt {
	padding-left: 0;
	margin-top: 40px;
}
#practice h3 {
	font-size: 1.8rem;
	color: #fff;
	line-height: normal;
}
#practice h3 span {
	background: #e10613;
	padding: 0 4px;
}
#practice p {
	color: #fff;
}
.caveat {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.caveat .znak {
	width: 14%;
}
.mrt20 {
	margin-top: 20px;
}
#express {
	padding: 80px 0 0;
}
#express h2 {
	text-align: center;
}
#express .txt {
	padding-top: 14px;
}
#express h3 {
	font-size: 2.4rem;
	font-weight: bold;
}
#express .txt p {
	margin-top: 14px;
}
#express .txt .itog {
	font-size: 1.7rem;
	text-align: center;
	font-weight: bold;
	margin-top: 14px;
}
.madama {
	margin-top: 100px;
}
#action {
	padding: 210px 0 180px;
	background: url(../images/bg3.jpg) no-repeat top center;
	background-size: cover;
}
#action h2 {
	text-align: center;
	color: #fff;
	font-size: 4.8rem;
	text-shadow: 5px 2px 5px rgba(40, 40, 40, 0.75);
}
.price {
	margin-top: 20px;
	color: #f60613;
	text-align: center;
	font-size: 7.2rem;
	font-weight: bold;
	line-height: 1.2;
	text-shadow: 5px 2px 5px rgba(40, 40, 40, 0.75);
}
.price span {
	color: #fff;
	text-decoration: line-through;
}
.vactii {
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: bold;
	padding: 15px;
	margin-top: 70px;
}
#presents {
	background: url(../images/bg4.jpg);
}
#presents .foto {
	text-align: center;
}
#presents h2 {
	text-align: center;
	margin-top: 35px;
}
.present {
	display: flex;
	align-items: flex-end;
}
.present .icon {
	width: 14%;
}
.present .txt {
	font-size: 1.8rem;
	width: 86%;
	padding-left: 50px;
	margin-top: 50px;
}
.present .txt span {
	color: #f60613;
	font-weight: bold;
}
.vpres {
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: bold;
	padding: 15px;
	margin-top: 50px;
}
#advantes {
	padding-top: 80px;
}
#advantes h2 {
	text-align: center;
}
#advantes .left {
	margin-top: 40px;
}
#advantes .right {
	margin-top: 40px;
	text-align: center;
}
#advantes h3 {
	color: #f60613;
	font-weight: bold;
	font-size: 2.4rem;
}
.separator2 {
	width: 26%;
	height: 1px;
	background: #e4e4e4;
	margin-top: 16px;
	margin-bottom: 10px;
}
.separator2:before {
	content: "";
	position: absolute;
	background: #e10613;
	height: 1px;
	left: 0;
	top: 0;
	width: 37%;
}
.separator2:after {
	content: "";
	position: absolute;
	background: #e10613;
	height: 14px;
	left: 0;
	top: -7px;
	width: 14px;
	border-radius: 50%;
}
#advantes p {
	margin-top: 10px;
}
#advantes p span {
	font-weight: bold;
}
#experts {
	padding: 70px 0 0;
}
#experts h2 {
	text-align: center;
}
.tabs {
	display: flex;
}
.tab_nav {
	background: #f2f3f6;
	padding: 0;
	margin-top: 45px;
	border-right: 5px solid #d4d8e1;
}
.nav-tabs>li {
	float: none;
	margin-bottom: 0;
}
.nav-tabs {
	border-bottom: none;
	display: flex;
	flex-direction: column;
	margin-right: -5px;
}
.nav-tabs>li>a:hover {
	background: #f2f3f6;
	border: none;
	border-right: 5px solid #d4d8e1;
}
.nav-tabs>li>a {
	margin-right: 0;
	line-height: normal;
	border: none;
	border-right: 5px solid #d4d8e1;
	border-radius: 0;
	color: #333;
	font-size: 1.8rem;
	text-align: center;
	padding: 16px 5px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #e10613;
	border: none;
	font-weight: bold;
	border-right: 5px solid #e10613;
	background: #d4d8e1;
}
.tab-content {
	margin-top: 45px;
	padding-left: 30px;
}
.family_spec {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 2px;
}
.profi {
	font-size: 1.4rem;
	font-style: italic;
}
.tab-content hr {
	margin: 0;
	border: none;
	height: 2px;
	background: #e10613;
	width: 100%;
	margin-top: 5px;
}
.cert {
	margin-top: 40px;
	padding-bottom: 160px;
}
.slick-prev, .slick-next {
	width: 25px;
	height: 25px;
	top: -53px;
	z-index: 999;
	border: 1px solid #e10613;
}
.slick-next {
	right: 0;
}
.slick-prev {
	left: initial;
	right: 26px;
}
.slick-prev:before {
	content: "\f104";
	font-family: 'FontAwesome';
	width: 23px;
	height: 23px;
	position: absolute;
	left: 0;
	top: -2px;
	color: #e10613;
	opacity: 1;
	font-size: 2.4rem;
	background: transparent;
}
.slick-next:before {
	content: "\f105";
	font-family: 'FontAwesome';
	width: 23px;
	height: 23px;
	position: absolute;
	left: 0;
	top: -2px;
	color: #e10613;
	opacity: 1;
	font-size: 2.4rem;
	background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	background: #e10613;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
	color: #fff;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
	background: #e10613;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: 1;
	color: #fff;
}
.slick-dots li button {
	border: 1px solid #e10613;
	border-radius: 50%;
}
.slick-dots li button:before {
	line-height: 18px;
	width: 18px;
	opacity: 1;
	color: transparent;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #e10613;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slick-dots {
	bottom: 60px;
}
.tab-content>.tab-pane {
	display: block;
	height: 0;
	overflow: hidden;
}
.tab-content>.active {
	height: auto;
}
#form_dark {
	padding-bottom: 65px;
	background: #212733;
}
.ocenka {
	color: #fff;
	font-size: 2.4rem;
	margin-top: 100px;
	line-height: 1.3;
	padding-left: 28px;
}
.gramota {
	text-align: right;
	margin-top: 25px;
}
#form_dark h2 {
	color: #fff;
	text-align: center;
	margin-top: 25px;
}
.vforme {
	font-size: 1.6rem;
	padding: 10.5px 5px;
	margin-top: 30px;
}
.pole {
	font-size: 1.2rem;
	border: 1px solid #e10613;
	padding: 12px;
	margin-top: 30px;
	border-radius: 5px;
	background-color: #fff;
	padding-left: 30px;
	display: block;
	width: 100%;
}
.name {
	background-image: url(../images/chel.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.phone {
	background-image: url(../images/truba.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.email {
	background-image: url(../images/convert.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
label {
	width: 100%;
	margin-bottom: 0;
	font-weight: normal;
	margin-top: 10px;
	text-align: center;
}
.checkbox {
	display: none;
}
.checkbox-custom {
	position: relative;
	width: 16px;
	height: 16px;
	border: 2px solid #5a5a5a;
	border-radius: 3px;
}
.checkbox-custom, .label {
	display: inline-block;
	vertical-align: middle;
	color: #5a5a5a;
	font-size: 1.2rem;
}
.checkbox:checked+.checkbox-custom::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background: #e10613;
	border-radius: 1px;
}
#reviews {
	background: #e8e8e8;
}
.client {
	text-align: center;
	margin-top: 64px;
}
#reviews h2 {
	margin-top: 60px;
	text-align: center;
}
.otziv hr {
	margin: 0;
	border: none;
	height: 2px;
	background: #e10613;
	width: 100%;
	margin-top: 25px;
}
.review {
	margin-top: 40px;
}
.slick-slide {
	margin: 10px 15px;
}
.slick-slide img{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.36);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.36);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.36);
}
.review .slick-slide {
	margin: 0 15px 15px;
}
.review .slick-dots {
	bottom: -30px;
}
.shad {}
.shad:before, .shad:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.shad:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
#action2 {
	background: url(../images/bg5.jpg) no-repeat top center;
	background-size: cover;
	padding: 130px 0 120px;
}
#action2 h2 {
	font-size: 3.6rem;
	text-align: center;
	text-transform: uppercase;
}
#action2 h2 span {
	font-size: 7.2rem;
}
.price_old {
	text-align: center;
	font-size: 3.6rem;
	font-weight: bold;
	margin-top: 50px;
	text-transform: uppercase;
}
.price_old span {
	text-decoration: line-through;
}
.new_price {
	text-align: center;
	color: #e10613;
	font-size: 6rem;
	font-weight: bold;
	line-height: 1.1;
}
.vac2 {
	font-size: 1.6rem;
	padding: 10.5px;
	margin-top: 30px;
}
#order {
	padding: 55px 0 80px;
}
#order h2 {
	text-align: center;
}
#order .item {
	margin-top: 60px;
	text-align: center;
}
#order .item .icon {
	width: 95px;
	height: 95px;
	margin: auto;
	border-radius: 50%;
	background: #ededed;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 10px solid #ededed;
	transition: .5s;
}
#order .item .icon .fa {
	font-size: 3.6rem;
}
.naim {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 20px;
}
#order .item p {
	color: #000;
}
.naim span {
	color: #e8e8e8;
	transition: .5s;
}
#order .item .cherta {
	background: #ededed;
	width: 60px;
	height: 2px;
	margin: 16px auto;
	transition: .5s;
}
#order .item:hover .icon {
	border: 10px solid #e10613;
}
#order .item:hover .naim span {
	color: #e10613;
}
#order .item:hover .cherta {
	background: #e10613;
	width: 110px;
}
#order .decor {
	background: #ededed;
	width: 100%;
	height: 2px;
	margin-top: 110px;
}
.info_area {
	margin-top: 90px;
}
.info {
	background: #e8e8e8;
	padding: 35px 30px 20px;
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.19);
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.19);
}
.info p {
	margin-bottom: 10px;
}
.info p span {
	color: #e10613;
}
.info_area:before {
	content: "";
	height: 0;
	width: 210px;
	border-bottom: 210px solid #e10613;
	border-right: 0px solid transparent;
	border-right: 90px solid transparent;
	position: absolute;
	left: -20px;
	top: -20px;
}
#maps {
	background: url(../images/bg6.jpg) no-repeat center;
	background-size: cover;
	padding-bottom: 55px;
}
.map {
	height: 555px;
	margin-top: 55px;
}
.contacts {
	margin-top: 55px;
}
.contacts h2 {
	color: #fff;
}
.address {
	display: flex;
	align-items: center;
	margin-top: 25px;
}
.address .icon {
	color: #e10613;
	background: #11141a;
	border: 2px solid #e10613;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
}
.address p {
	color: #fff;
	font-size: 1.8rem;
	padding-left: 10px;
}
.address p span {
	color: #e10613;
}
footer {
	background: #11141a;
	padding-bottom: 20px;
}
.recv {
	color: #7f8693;
	font-size: 1.2rem;
	margin-top: 20px;
}
.soglasen {
	color: #7f8693;
	font-size: 1.2rem;
	margin-top: 33px;
	text-align: center;
}
.soglasen a {
	color: #7f8693;
	text-decoration: underline!important;
}
.copy {
	color: #7f8693;
	font-size: 1.2rem;
	margin-top: 33px;
	text-align: center;
}
@media (min-width: 768px){
	.little{
	    width: 450px;
	}
}
.forma_mod{
	padding: 30px;
}
.forma_mod .checkbox-custom, .label{
	    font-size: 1rem;
}
.forma_mod .pole{
	    margin-top: 16px;
}
.forma_mod .header{
	font-size: 2rem;
}
.vokne{
	font-size: 1.8rem;
    padding: 12px;
    margin-top: 16px;
}
.fon{
    position: fixed;
    background: rgba(0, 0, 0, 0.69);
    z-index: 999;
    width: 100%;
    height: 100%;	
}
.blag{
	    background: #fff;
    width: 450px;
    margin: 30px auto;
    padding: 50px 40px;
    text-align: center;
    font-size: 2.4rem;
}
.blag p{
	font-size: 1.8rem;
    margin-top: 16px;
}
.podsk{
	    font-size: 14px;
}
.politic{
	    padding: 3rem;
}
.politic h2{
    font-size: 2.5rem;	
}
.politic h3{
	font-size: 2rem;
    margin-top: 1rem;
}
.politic p{
	 margin-top: 1rem;
}