/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 101%; /* 2 */
  -webkit-text-size-adjust: 101%; /* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 2px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.66em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 76%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
index_files {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 41px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery index_files {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../index_files/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/************************ odometer-theme-minimal.css **************************/

.odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-minimal {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-minimal .odometer-digit {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}


/************************ MyStyle **************************/

@font-face {
		font-family: "SegoePrintRegular";
		src: url("../fonts/SegoePrintRegular/SegoePrintRegular.eot");
		src: url("../fonts/SegoePrintRegular/SegoePrintRegular.eot?#iefix")format("embedded-opentype"),
		url("../fonts/SegoePrintRegular/SegoePrintRegular.woff") format("woff"),
		url("../fonts/SegoePrintRegular/SegoePrintRegular.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

*{
	color:#000;
	font-family: 'PT Sans', 'Arail', sans-serif;
	font-weight:400;
	line-height:1.25;
}
p {
	margin: 0 0 15px;
	font-size:20px;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
index_files{
	/*max-width:100%;*/
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1; /* ie 6/7 */
}
span,u,b{
	color:inherit;
	font-size:100%;
	font-family:inherit;
	font-style:inherit;
}

h1{
	font-family: 'Roboto Slab', 'Arail', serif;
	font-size:36px;
	font-weight:bold;
	color:#000;
	line-height: 1.5;
	text-align:center;
	text-transform: uppercase;
}
h1 span{
	font-family: 'Roboto Slab', 'Arail', serif;
	font-size:56px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	text-transform: uppercase;
	background:url(../index_files/bg-mini.png) no-repeat;
	background-size: 100% 100%;
	padding: 5px 15px;
}
h2 span{
	font-family: 'Roboto Slab', 'Arail', serif;
	font-size:30px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	text-transform: uppercase;
	background:url(../index_files/bg-mini.png) no-repeat;
	background-size: 100% 100%;
	padding: 5px 16px;
	colortext: white;
}
h2{
	font-family: 'PT Sans', 'Arail', sans-serif;
	font-size:30px;
	font-weight:normal;
	color:#000;
	line-height: 1.2;
	margin:10px auto 26px;
	text-align:center;
}
h3{
	font-family: 'Roboto Slab', 'Arail', serif;
	text-align:center;
	text-transform: uppercase;
}
h4{
	
}
h5{
	font-family: 'Roboto Slab', 'Arail', serif;
	font-size:46px;
	font-weight:bold;
	color:#000;
	line-height: 1.2;
	text-align:center;
	text-transform: uppercase;	
}
h5:after{
	content: "";
	background: url(../index_files/sub.png) no-repeat;
	background-size:contain;
	height: 14px;
	width: 64px;
	margin: 25px auto 40px;
	display: block;
}
h6{
	color:#000;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
}

html,body{
	min-width:320px;
}
/*********************** Section #1 ***********************/


.fdlohfqoseufxc{
	background:url(../index_files/bg1.jpg) no-repeat bottom center;
	/*min-height:850px;*/
}
.judukjoxpfv{
	padding:25px 0;
}
.logo{
	display: block;
	float:left;
	max-width:330px;
}
.bl-contacts{
	text-align:right;
}
.bl-contacts a{
	color:#000;
	display:block;
	font-size: 28px;
	font-family: 'Roboto Slab', 'Arail', serif;
	font-weight: bold;
}
.bl-contacts a:hover{
	text-decoration:none;
}
.all-contacts{
	position:relative;	
}
.all-contacts a{
	color:#5f5d5d;
	font-family: 'PT Sans', 'Arail', sans-serif;
	font-size:18px;
	font-weight:normal;
	text-decoration:underline;
	margin:4px 0 7px;
}
.hidden-contacts{
	position: absolute;
	/* display: none; */
	top: 25px;
	right: 0;
	height: 0;
	/* padding: 12px 30px 25px; */
	-webkit-box-shadow: 0px 0px 7px 0px rgba(4,5,5,.2);
	-moz-box-shadow: 0px 0px 7px 0px rgba(4,5,5,.2);
	box-shadow: 0px 0px 7px 0px rgba(4,5,5,.2);
	box-sizing: border-box;
	z-index: 15;
	background: #fff;
	overflow: hidden;
	transition:all .4s;
}
.hidden-contacts.active{	
	height: auto;
	padding: 12px 30px 25px;
}
.hidden-contacts p,
.hidden-contacts a{
	font-family: 'Roboto Slab', 'Arail', serif;
	font-size: 20px;
	text-align:left;
}
.hidden-contacts p{
	color:#949393;
	margin: 12px 0 7px;
}
.hidden-contacts a{
	text-decoration:none;
	margin:0;
}
.figure-ar1{
	position: absolute;
	left: -200px;
	top: -70px;
	animation: arr1 2s infinite;
}
.figure-ar1 index_files{
	position:absolute;
	top:0;
	left:50px;	
}

.figure-ar1 p{
	font-family: 'SegoePrintRegular', 'Arail', sans-serif;
	font-size: 18px;
	text-align: left;
	margin: 0;
	padding-top: 36px;
}

a.hweeaewcdgacfs{
	background:#ffd800;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	color:#000;
	display:inline-block;
	font-family: 'PT Sans', 'Arail', sans-serif;
	font-weight:bold;	
	font-size:18px;
	line-height:1;
	padding:14px 32px;
	text-transform:uppercase;
	-webkit-box-shadow: 2px 3px 0px 0px rgba(229,195,1,1);
	-moz-box-shadow: 2px 3px 0px 0px rgba(229,195,1,1);
	box-shadow: 2px 3px 0px 0px rgba(229,195,1,1);
	transition:all .3s;
}
a.hweeaewcdgacfs:hover .figure-ar1{
	margin-top:-20px;
}
a.hweeaewcdgacfs:hover {
	-webkit-box-shadow: 1px 2px 0px 0px rgba(229,195,1,1);
	-moz-box-shadow: 1px 2px 0px 0px rgba(229,195,1,1);
	box-shadow: 1px 2px 0px 0px rgba(229,195,1,1);
	background: #f6d000;
}
.for-btncallme{
	display:inline-block;
	position:relative;
	margin-right: 2px;
}

.main{
	padding:20px 0 200px;
	text-align:center;
}
a.hweeaewcdgacfs-order-top{
	font-size:25px;
	padding:24px 40px 22px;
	position:relative;
}
a.hweeaewcdgacfs-order-top:after{
	background:url(../index_files/ar2.png) no-repeat;
	content:"";
	height: 41px;
	left:-120px;
	top:50%;
	margin-top:-20px;
	width: 96px;
	position:absolute;
	/*animation: arr2 2s infinite;*/
}




/*********************** Section #2 ***********************/
.ycvehgxaalfkzg{
	background: url(../index_files/groundre.png) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	margin-top: -200px;
	padding-top: 180px;
	padding-bottom: 100px;
}
.ycvehgxaalfkzg h3{
	font-size: 40px;
	font-family: 'Roboto Slab', 'Arail', serif;
	font-weight:bold;
	color:#fff;
	margin-bottom:20px;
	text-transform: uppercase;
	text-align: center;
}
.ycvehgxaalfkzg h3 span{
	font-size: 40px;
	font-family: 'Roboto Slab', 'Arail', serif;
	font-weight:bold;
	color:#ffd800;
}
p.ttl2{
	color:#fff;
	font-size:30px;
	text-align:center;
}
.bl-ul{
	margin:30px auto 0;
	max-width:485px;
}
.bl-ul p{
	color:#fff;
	font-size: 22px;
	margin-bottom:25px;
	margin-left: 45px;
	position:relative;
}
.bl-ul p:before{
	color:#00ad8f;
	content:"?";
	height:33px;
	width:33px;
	line-height:33px;
	position:absolute;
	left:-45px;
	top: 0;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	font-weight: bold;
	font-size: 28px;
}

.for-btnsbs{
	margin-left: 150px;
	position:relative;
	width:280px;
}
a.lixraxxcdwqi{
	font-size:25px;
	padding:20px 75px;
}
.for-btnsbs:after{
	background:url(../index_files/ar3.png) no-repeat;
	content:"";
	height: 37px;
	right: -95px;
	top: 50%;
	margin-top: -18px;
	width: 86px;
	position:absolute;
}


/*********************** Section #3 ***********************/
.section3{
	padding:65px 0 40px;
}
.section3 h3{
	font-size:36px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
	width:90%;
}
.row3-1{
	margin:30px auto; 
}
.row3-1 p{
	max-width:375px;
	padding-top:10px;
}
.txt2 p{
	margin-bottom:20px;
}

/*********************** Section #4 ***********************/
.section4{
	background:url(../index_files/bg4-1.jpg) no-repeat top center;
	
	padding:25px 0 85px;
}
.section4 .for-iframe{
	width:725px;
	height:408px;	
	margin:5px auto;
	position:relative;
}
.section4 .for-iframe:after{
	content: "";
	background: url(../index_files/ar4.png) no-repeat;
	background-size: contain;
	height: 100px;
	width: 220px;
	position: absolute;
	bottom: -60px;
	left: -185px;
}
iframe{
	width:100%;
	height:100%;
	border:none;
	display:block;
	position:relative;
}
.other-video{
	margin-top:100px;
}
.other-video .right iframe{
	float:right;
}
.other-video .left iframe{
	float:left;
}
.other-video iframe{
	width: 350px;
	height: 198px;
}

/*********************** Section #5 ***********************/
.section5{
	background: url(../index_files/groundre.png) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	padding-top: 200px;
	padding-bottom: 50px;
}
.row5 .item{
	max-width:310px;
	margin:0 auto 70px;
}
.row5 p{
	color:#fff;
	text-align:center;
}
.row5 p.ttl{
	margin:17px 0 13px;	
	text-transform: uppercase;
	font-size:24px;
	font-weight:bold;
}
.row5 .index_files-item{
	margin:0 auto;
	height: 108px;
	width: 108px;
}
.row5 .item1 .index_files-item{
	background: transparent url(../index_files/services.png) 0 0;
}
.row5 .item5 .index_files-item{
	background: transparent url(../index_files/services.png) 108px 0;
}
.row5 .item4 .index_files-item{
	background: transparent url(../index_files/services.png) 216px 0;
}
.row5 .item3 .index_files-item{
	background: transparent url(../index_files/services.png) 324px 0;
}
.row5 .item2 .index_files-item{
	background: transparent url(../index_files/services.png) 432px 0;
}

/*********************** Section #6 ***********************/
.section6{
	padding:105px 0 55px;
}
.section6 .num{
	font-size:48px;
	font-weight:bold;
	display:inline-block;
	border-bottom:3px solid #00bba1;
	margin-bottom:25px;
}
.section6 p{
	font-size:23px;
}
.section6 .row{
	margin-bottom:65px;
}
.section6 .row:last-of-type {
	margin-bottom: 10px;
}

/*********************** Section #7 ***********************/
.section7{
	background:url(../index_files/bg7.jpg) no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	padding:190px 0 170px;
}
.bl_beforeAfter{
	position:relative;
	margin: 0 auto 85px;
	border:5px solid #fff;
}
.bl_beforeAfter index_files{
	max-width:initial;
}
.balinks{
	display:none;
}
.bl_beforeAfter index_files[alt="before"],
.bl_beforeAfter index_files[alt="after"]{
	width:751px;
	height:500px;
}
.lSGallery li{
	    margin-right: 0!important;
}
.lSGallery li index_files{
	border:4px solid #fff;
}
.lSAction > .lSPrev {
	background-position: 2px 0;
	left: 10px;
}
.lSAction > .lSNext {
	background-position: -68px 0;
	right: 10px;
}
.lSAction > a {
	width: 74px;
	display: block;
	top: 50%;
	height: 74px;
	background-image: url('../index_files/nav.png');
	cursor: pointer;
	position: absolute;
	z-index: 99;
	margin-top: -85px;
	opacity: 0.5;
	-webkit-transition: opacity 0.35s linear 0s;
	transition: opacity 0.35s linear 0s;
}
.lSAction > a.lSPrev:hover {
	opacity: 1;
	background-position: 2px -69px;
}
.lSAction > a.lSNext:hover {
	opacity: 1;
	background-position: -68px -69px;
}


/*********************** Section #8 ***********************/
.section8{
	padding:80px 0 70px;
}
.section8 .item{
	position:relative;
	margin:0 auto 145px;
	height:435px;
	width:1060px;
}
.section8 .item2{
	margin-bottom:205px;
}
.section8 .item > div{
	padding:0;
}
.leftcol,
.rightcol{
	position:relative;
	height:100%;
}
.leftcol > index_files{
	width:100%;
	height:auto;
}
.rightcol{	
	padding:35px 55px 35px 60px!important;
	box-sizing:border-box;
}
.section8 .item1 .rightcol{
	padding:35px 160px 35px 60px!important;
	box-sizing:border-box;
}

.section8 .item1 .rightcol{
	background:url(../index_files/price1-3-1.jpg) no-repeat center;
	background-size:cover;
}
.section8 .item2 .rightcol{
	background:url(../index_files/price2-3-1.jpg) no-repeat center;
	background-size:cover;
}
.section8 .item3 .rightcol{
	background:url(../index_files/price3-3-1.jpg) no-repeat center;
	background-size:cover;
}

.section8 .grey{
	font-size:19px;
}
.rightcol p{
	color:#fff;
	line-height:1.15;
}
.rightcol p.ttl{
	color:#ffde24;
	font-family: 'Roboto Slab', 'Arail', serif;
	font-size:32px;
	font-weight: bold;
}
.section8  .item1 .rightcol > p{
	margin-bottom:25px;
}
.for-index_files{
	position: relative;
	display: inline-block;
	height: 100%;
	overflow: hidden;
	float: right;
}
.bl-bottom-index_files{
	position:absolute;
	bottom:-110px;
}
.section8 .item1 .bl-bottom-index_files{
	bottom:-55px;
}

.leftcol .bl-bottom-index_files{
	right:0;
}
.rightcol .bl-bottom-index_files{
	left:0;
}
.section8 .num{
	background:#ffde24;
	position:absolute;
	top:0;
	left:0;
	height: 85px;
	line-height:85px;
	width: 85px;
	text-align:center;
	font-size:40px;
	font-weight:bold;
	font-family: 'Roboto Slab', 'Arail', serif;
}
a.hweeaewcdgacfs-order-price{
	position:absolute;
	bottom: -30px;
	right: 35px;
	font-size:24px;
	padding:18px 30px 16px;
}
a.hweeaewcdgacfs-order-price:before{
	content:"";
	background:url(../index_files/ar5.png) no-repeat;
	display:block;
	position:absolute;
	top: -95px;
	right:10px;
	height: 78px;
	width: 37px;
	transition:all .3s;
	animation: arr5 1.5s infinite;
}
.bl-price{
	position:absolute;
	bottom: 40px;
	right: 105px;
}
.old-price{
	color:#fff;
	font-size:24px;
	text-decoration: line-through;
	padding-top: 27px;
	padding-right: 15px;
}
.new-price p{
	color:#ffde24;
	font-size:24px;
	font-weight:bold;
	margin:0;
	line-height: 15px;
}
.new-price p span{
	color:#ffde24;
	font-size:38px;
	font-weight:bold;
}

/*********************** Section #9 ***********************/
.section9{
	background:url(../index_files/bg9.jpg) repeat;
	padding:60px 0;
}

.review{
	background:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	width:820px!important;
	margin:0 auto;
	padding:40px 45px 25px 150px;
	box-sizing:border-box;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(4,5,5,.2);
	-moz-box-shadow: 0px 0px 7px 0px rgba(4,5,5,.2);
	box-shadow: 0px 0px 7px 0px rgba(4,5,5,.2);
	position:relative;
}
.review .forindex_files{
	position:absolute;
	top:-20px;
	left:-25px;
	border-radius:5px;
}
.forindex_files{
	position:relative;
}
.forindex_files index_files{
	z-index: 15;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.forindex_files:after{
	content:"";
	border:3px solid #06b397;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	position:absolute;
	right:-8px;
	bottom:-9px;
	height:145px;
	width:145px;
	box-sizing:border-box;
}
#review > div{
	padding:25px 0;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev, .owl-theme .owl-controls .owl-buttons div.owl-next {
	position: absolute;
	top: 100px;
	height: 69px;
	margin: 0 10px;
	width: 69px;
	padding: 0;
	opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
	background: transparent url(../index_files/nav.png) no-repeat scroll -2px -2px;
	left:0px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
	background: transparent url(../index_files/nav.png) no-repeat scroll -2px -71px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
	background: transparent url(../index_files/nav.png) no-repeat scroll -71px -2px;
	right:0px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	background: transparent url(../index_files/nav.png) no-repeat scroll -71px -71px;
}
.review p{
	
}
.review p.fio{
	color:#06b397;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
}

.section9 .for-iframe{
	width:550px;
	height:305px;	
	margin:5px auto;
	position:relative;
}
.section9 .for-iframe:after{
	content: "";
	background: url(../index_files/ar6.png) no-repeat;
	background-size: contain;
	height: 143px;
	width: 259px;
	position: absolute;
	top: 55px;
	left: -270px;
}

/*********************** Section #10 ***********************/
.fdlohfqoseufxc0{
	padding:140px 0 75px;
}
.w540{
	width:540px;
	max-width:85%;
	margin:0 auto;
	position:relative;
}
.fdlohfqoseufxc0 .out-item{
	width:100%;
	position:relative;
	padding:50px 0;
	border:2px solid #000000;
	margin-top:-1.25px;
}
.fdlohfqoseufxc0 .out-item-top{
	border-top:none;
}
.fdlohfqoseufxc0 .out-item:last-of-type{
	border-bottom:none;
}
.fdlohfqoseufxc0 .in-item{
	position:relative;
}
.fdlohfqoseufxc0 .out-item-left{
	border-right:none;
}
.fdlohfqoseufxc0 .out-item-right{
	border-left:none;
}
.fdlohfqoseufxc0 .out-item-left .in-item{
	margin-left:-55px;
}
.fdlohfqoseufxc0 .out-item-right .in-item{
	margin-right:-55px;
	float:right;
}

.fdlohfqoseufxc0 .out-item-left .in-item index_files,
.fdlohfqoseufxc0 .out-item-left .txt{
	float:left;
}
.fdlohfqoseufxc0 .out-item-right .in-item index_files,
.fdlohfqoseufxc0 .out-item-right .txt{
	float:right;
}
.fdlohfqoseufxc0 .in-item .txt{
	width:90%;
	max-width:275px;
	padding:10px 0;
}
.fdlohfqoseufxc0  .out-item-left .txt{
	margin-left:25px;
	text-align:left;
}
.fdlohfqoseufxc0 .out-item-right .txt{
	margin-right:25px;
	text-align:right;
}
.fdlohfqoseufxc0 .out-item-top .in-item{
	margin-right:-135px;
	width:120%;
}
.fdlohfqoseufxc0 .out-item-top .txt{
	margin-right:140px;
	width: initial;
  max-width: initial;
	padding:0;
}
.out-item-top{
	position:relative;
}
.out-item-top:before {
	content: "";
	background: #fff;
	height: 50px;
	width: 25px;
	position: absolute;
	top: 0;
	right: -15px;
}
.out-item-last:before {
	content: "";
	background: #fff;
	height: 150px;
	width: 25px;
	position: absolute;
	bottom: 0;
	right: -15px;
}

/*********************** Section #11 ***********************/
.fdlohfqoseufxc1{
	background: url(../index_files/groundre.png) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	padding-top: 180px;
	padding-bottom: 160px;
}
.fdlohfqoseufxc1 .item{
	max-width:235px;
	margin:0 auto;
	text-align:center;
}
.fdlohfqoseufxc1 h5{
	color:#fff;
}
.fdlohfqoseufxc1 h5:after{
	background: url(../index_files/sub2.png) no-repeat;
	background-size:contain;	
}
.fdlohfqoseufxc1 p.txt{
	color:#fff;
	font-family: 'Roboto Slab', 'Arail', serif;
	font-size:24px;
	margin-top:-10px;
}
.fdlohfqoseufxc1 .item p.for-num{
	display:inline-block;
	background: url(../index_files/bg-span.png) no-repeat;
	background-size: 100% 100%;
	width:180px;
	height:180px;
	line-height:175px;
	text-align:center;
	margin-bottom:0;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value,
.fdlohfqoseufxc1 .item p.for-num span{
	font-size:70px;
	font-family: 'Roboto Slab', 'Arail', serif;
	font-weight:bold;
}

/*********************** Section #12 ***********************/
.fdlohfqoseufxc2{
	padding:75px 0;
	text-align:center;
}

/*********************** Section #13 ***********************/
.fdlohfqoseufxc3{
	padding:0 0 30px 0;
	text-align:center;
}
.fdlohfqoseufxc3 p.ttl{
	font-size:28px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:10px;
}

.fdlohfqoseufxc3 .row13-2{
	margin-top:20px;
}
.fdlohfqoseufxc3 h4{
	background: url(../index_files/bg-h4.png) no-repeat;
	background-size:100% 100%;
	color:#fff;
	display:inline-block;
	padding:40px 95px;	
	font-size:42px;
	font-family: 'Roboto Slab', 'Arail', serif;
	font-weight:bold;
	text-transform:uppercase;
}
.bl-of-prices{
	border:4px solid #f11d1d;
	padding:25px;
	margin:50px auto;
}
.bl-of-prices p{
	text-transform:uppercase;
}
.bl-of-prices p.of-price{
	color:#f11d1d;
	font-size:30px;
	font-weight:bold;
}

/*********************** Section #14 ***********************/
.fdlohfqoseufxc4{
	padding:50px 0 85px;
	text-align:center;
}
#map-canvas{
	width:100%;
	height:465px;
	position:relative;
}

/*********************** Section #15 ***********************/
.fdlohfqoseufxc5{
	background:#262626;
	padding:0 0 35px 0;
	position:relative;
}
.fdlohfqoseufxc5:before{
	background:url(../index_files/bg15.jpg) no-repeat; 
	position:relative;
	content:"";
	display:block;
	height:110px;
	width:100%;
}
.fdlohfqoseufxc5 .figure-ar1 p {
	color:#ffd800;
}
.fdlohfqoseufxc5 .bl-contacts a {
	color:#fff;
}
.fdlohfqoseufxc5 .all-contacts a {
	color: #d4d3d3;
}
.fdlohfqoseufxc5 .hidden-contacts {
	top: initial;
	bottom: 25px;
}
.fdlohfqoseufxc5 .logo {
	margin-top:50px;
}
.fdlohfqoseufxc5 a.hweeaewcdgacfs {
	color:#000;
}
.fdlohfqoseufxc5 .hidden-contacts a {
	color:#262626;
} 
.fdlohfqoseufxc5 .soc {
	margin-top:70px;
	text-align:center;
}
.fdlohfqoseufxc5 .soc a{
	display:block;
	margin:0 4px;
	float:left;
	height:42px;
	width:42px;
}
.fb{
	background:url(../index_files/soc2.png) no-repeat 0 0;
}
.vk{
	background:url(../index_files/soc2.png) no-repeat -43px 0;
}
.yt{
	background:url(../index_files/soc2.png) no-repeat -87px 0;
}
.fb:hover{
	background:url(../index_files/soc2.png) no-repeat 0 -43px;
}
.vk:hover{
	background:url(../index_files/soc2.png) no-repeat -43px -43px;
}
.yt:hover{
	background:url(../index_files/soc2.png) no-repeat -87px -43px;
}

/*********************** Section #16 ***********************/
.fdlohfqoseufxc6{
	background:#262626;
	border-top:2px solid #3a3a3a;
	padding:30px 0;
	position:relative;
}
.fdlohfqoseufxc6 a.hweeaewcdgacfs-modal{
	color:#727272;
	line-height:40px;
	font-size:16px;
	margin:0 10px;
	outline:none;
}
.fdlohfqoseufxc6 a.hweeaewcdgacfs-modal:visited,
.fdlohfqoseufxc6 a.hweeaewcdgacfs-modal:active{
	outline:none;
}
.genius index_files{
	height:40px;
	float:right;
}


/****************** Modals *******************/
.modal-body h4{
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
}
.modal-body {
	padding: 25px;
}
.modal-body p{
	font-size:18px;
}
.modal-content .close {
	z-index: 2001;
	position: absolute;
	color: #EB4828;
	opacity: 0.8;
	right: 10px;
	font-size: 24px;
	font-weight:bold;
	outline: none;
}

.maska{
	background:rgba(39,39,39,.85);
	display:none;
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width:100%;
	height:100%;
	z-index:998;
}
.jbForm {
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-sizing:border-box;
	display:none;
	width: 350px;
	max-width: 95%;
	text-align: center;
	padding:30px 45px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	margin-top: -200px;
	z-index:1000;
}
.jb_title{
	font-size:28px;
	line-height:1.1;
	font-weight:bold;
	font-family: 'Roboto Slab', 'Arail', serif;
	text-transform:uppercase;
	margin-bottom:20px;
}
.jbForm p.foot-form{
	color:#949494;
	font-size:15px;
	margin-bottom:0;
	line-height:1.15;
}
.jbForm input{
	background: #ececec;
	border: 1px solid #ececec;
	box-sizing: border-box;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #949494;
	font-family: 'PT Sans', 'Arail', sans-serif;
	display: inline-block;
	height: 47px;
	margin-bottom:7px;
	line-height: 47px;
	font-size: 18px;
	padding: 0 20px;
	width: 100%;
}
.jbForm input[type="submit"]{
	background:#ffd800;
	border: 1px solid #ffd800;
	border-radius:5px;
	-webkit-border-radius:5px;
	<-moz-border-radius:5></-moz-border-radius:5>px;
	<-moz-border-radius:5></-moz-border-radius:5>px;
	color:#000;
	display:inline-block;
	font-family: 'PT Sans', 'Arail', sans-serif;
	font-weight:bold;	
	font-size:18px;
	line-height:1;
	margin:5px auto 12px;
	padding:14px 32px;
	text-transform:uppercase;
	-webkit-box-shadow: 2px 3px 0px 0px rgba(229,195,1,1);
	-moz-box-shadow: 2px 3px 0px 0px rgba(229,195,1,1);
	box-shadow: 2px 3px 0px 0px rgba(229,195,1,1);
	transition:all .3s;
	width:100%;
}
.jbForm input:focus{
	border: 1px solid #f6d000;
	outline:none;
}
.jbForm input[type="submit"]:hover{
	border: 1px solid #f6d000;	
	-webkit-box-shadow: 1px 2px 0px 0px rgba(229,195,1,1);
	-moz-box-shadow: 1px 2px 0px 0px rgba(229,195,1,1);
	box-shadow: 1px 2px 0px 0px rgba(229,195,1,1);
	background: #f6d000;
}
.jb_close{
	color:#fff;
	text-decoration:none;
	position: absolute;
	top: -29px;
	right: -30px;
	font-size: 60px;
	font-weight: 100;
	font-family: 'Roboto Slab', 'Arail', serif;
	line-height: 20px;
	opacity:1;
	cursor:pointer;
}
.jb_close:hover{
	text-decoration:none;
	opacity:.8;
	color:#fff;
}
#success-windows h6 {
	font-family: 'PT Sans', 'Arail', sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #000;
	line-height: 1.1;
	text-align: center;
	margin: 15px auto;
	text-transform: none;
}
#success-windows.jbForm{
	padding:30px 25px;
}

/****************** Fonts *******************/
.fz30{
	font-size:30px;
}
.fz26{
	font-size:26px;
}
.fz24{
	font-size:24px;
}
.fz22{
	font-size:22px;
}



/******************* Color *******************/
.white, .white *{
	color:#fff;
}
.green{
	color:#11b69c;
}
.grey{
	color:#b5b5b5!important;
}
.yellow{
	color:#ffde24!important;
}
.red{
	color:#f11d1d;
}


.ffqladlgyt{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.right{
	text-align:right;
}
.italic{
	font-style:italic;
}
.bold{
	font-weight:bold;
}
.mw75{
	max-width:75%;
}
.fl{
	float:left;
}
.fr{
	float:right;
}


/************************ Animations ************************/
@keyframes arr1{
	0%{
		left:-200px;
	}	
	50%{
		left:-190px;		
	}
	100%{
		left:-200px;
	}
}
@keyframes arr2{
	0%{
		left:-130px;
	}	
	50%{
		left:-120px;		
	}
	100%{
		left:-130px;
	}
}
@keyframes arr5{
	0%{
		top: -95px;
	}	
	50%{
		top: -103px;		
	}
	100%{
		top: -95px;
	}
}
@keyframes arr5-1{
	0%{
		top: -75px;
	}	
	50%{
		top: -83px;		
	}
	100%{
		top: -75px;
	}
}

/* Medium devices (large desktops, 1200px and down) */
@media (max-width: 1199px) {
	h5 {
    font-size: 44px;
	}
	.fdlohfqoseufxc {
    background: url(../index_files/bg1.jpg) no-repeat bottom center;
    background-size: 107%;
	}
	.main {
    padding: 25px 0 470px;
	}
	.ycvehgxaalfkzg h3,
	.ycvehgxaalfkzg h3 span{
		font-size: 38px;
	}
	p.ttl2{
		font-size:26px;
	}
	.bl-ul p{
		font-size:20px;
	}
	.bl-ul {
    max-width: 440px;
	}
	a.lixraxxcdwqi {
    font-size: 23px;
    padding: 17px 65px;
	}
	.for-btnsbs{
		width:250px;
	}
	
	/*************** Section #4 *****************/
	.section4 .for-iframe:after {
    left: -145px;
	}	
	
	/*************** Section #6 *****************/
	.section6 {
    padding-bottom:0;
	}	
	
	/*************** Section #7 *****************/
	.section7 {
    padding:160px 0 140px;
	}	
	
	/*************** Section #9 *****************/
	.review{
		width:720px!important;
	}	
	
	.fz24{
		font-size:24px;
	}
	.fdlohfqoseufxc5 .soc a{
		display:inline-block;
		float:none;
	}

	
}

@media (max-width: 1099px) {
/*********************** Section #8 ***********************/	
	.section8 .item {
    height: 386px;
    width: 940px;
	}
	.rightcol p.ttl {
    font-size: 28px;
	}
	.section8 .item1 .rightcol {
    padding: 35px 60px!important;
	}
	.section8 .num {
    height: 65px;
    line-height: 65px;
    width: 65px;
    font-size: 30px;
	}
	.section8 .fz22 {
    font-size: 20px;
	}
	.rightcol p,
	.section8 .grey{
    font-size:18px;
		line-height: 1.05;
	}
	.new-price p {
    color: #ffde24;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    line-height: 15px;
	}
	.old-price{
		font-size: 20px;
	}
	.new-price p span {
    font-size: 34px;
	}
	a.hweeaewcdgacfs-order-price:before {
		content: "";
		background: url(../index_files/ar5.png) no-repeat;
		background-size:contain;
		top: -75px;
		right: 10px;
		height: 60px;
		width: 28px;
		transition: all .3s;
		animation: arr5-1 1.5s infinite;
	}
	.bl-price {
    right: 98px;
	}
	a.hweeaewcdgacfs-order-price {
    font-size: 21px;
	}
	
	/*********************** Section #13 ***********************/
	.fdlohfqoseufxc3 p{
		font-size: 18px;
	}
	.bl-of-prices p.of-price {
    font-size: 26px;
	}	
}

/* Small devices (desktops, 992px and down) */
@media (max-width: 991px) {
	p{
		font-size:18px;
	}
	.fdlohfqoseufxc {
    background: url(../index_files/bg1.jpg) no-repeat bottom center;
    background-size: 100%;
	}
	.main {
    padding: 25px 0 370px;
	}
	h1, h1 span{
		font-size:50px;
	}
	h2{
		font-size:28px;
	}
	h5 {
    font-size: 36px;
	}
	.figure-ar1{
		left:-120px;	
	}
	
	.figure-ar1 index_files {
    width: 80px;
	}
	.logo {
    max-width: 300px;
	}	
	
	/*************** Section #2 *****************/
	.ycvehgxaalfkzg{
		padding-top: 150px;
	}
	.ycvehgxaalfkzg h3, .ycvehgxaalfkzg h3 span {
		font-size: 31px;
	}
	p.ttl2 {
    font-size: 20px;
	}
	.bl-ul p {
    font-size: 18px;
	}
	.bl-ul p:before {
    height: 30px;
    width: 30px;
    line-height: 30px;
    left: -40px;
    font-size: 26px;
	}
	.for-btnsbs {
    margin-left: 50px;
	}
	.for-btnsbs:after{
		right: -80px;
	}
	
	/*************** Section #3 *****************/	
	.section3 h3 {
    font-size: 28px;
	}
	
	/*************** Section #4 *****************/
	.section4 .for-iframe:after {
    left: -33px;
    height: 70px;
    width: 150px;
    bottom: -50px;
	}
	
	/*************** Section #6 *****************/
	.section6 .num{
		font-size:40px;
		margin-bottom:20px;
	}
	.section6 p{
		font-size:19px;
	}
	.section6 .row{
		margin-bottom:55px;
	}
	
	/*************** Section #7 *****************/
	.bl_beforeAfter index_files[alt="before"],
	.bl_beforeAfter index_files[alt="after"]{
		width:650px;
		height:433px;
	}
	.bl_beforeAfter{
		margin: 0 auto 35px;
	}
	.lSAction{
		width: 170px;
    margin: 0 auto;
    position: relative;
	}
	.lSAction > .lSPrev {
    top: initial;
    bottom: 0;
	}
	.lSAction > .lSNext {
    top: initial;
    bottom: 0;
	}
	#lightSlider{
		height: 530px!important;
	}
	.lSGallery{
		margin-top: 30px!important;
	}
	
	/*********************** Section #8 ***********************/	
	.section8 .item {
    height: 334px;
    width: 740px;
	}
	.bl-bottom-index_files{
		display:none;
	}
	.section8 .leftcol {
		text-align:center;
	}
	.section8 .leftcol .for-index_files {
    float: none;
	}
	.section8 .leftcol index_files{
		width:350px;
		height:auto;
	}
	.section8 .item .rightcol {
    margin-bottom:80px;
	}
	
	/*************** Section #9 *****************/
	.review{
		width:620px!important;
	}
	.owl-theme .owl-controls .owl-buttons div.owl-prev, .owl-theme .owl-controls .owl-buttons div.owl-next {
    top: 170px;
	}
	.review p.fio {
    font-size: 22px;
	}
	.section9 .for-iframe:after{
		height: 99px;
    width: 180px;
    top: -70px;
    left: -65px;
	}
		
	/*************** Section #10 *****************/
	.fdlohfqoseufxc0 .in-item .txt{
		padding:20px 0 10px;
	}
	.fdlohfqoseufxc0 .out-item-top .txt{
		padding:0;
	}
	.fdlohfqoseufxc0 .out-item-top .in-item {
    margin-right: -85px;
    width: 100%;
	}
	h6{
		font-size:22px;
	}
	
	/*************** Section #11 *****************/
	.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value,
	.fdlohfqoseufxc1 .item p.for-num span{
		font-size:60px;
	}
	.fdlohfqoseufxc1 p.txt{
		font-size:22px;
		line-height:1.15;
	}
		
	/*********************** Section #13 ***********************/
	.fdlohfqoseufxc3 p{
		font-size: 16px;
	}
	.bl-of-prices p.of-price {
    font-size: 22px;
	}
	.fdlohfqoseufxc3 h4 {
    padding: 30px 65px;
    font-size: 36px;
	}
	.fdlohfqoseufxc3 p.ttl {
    font-size: 24px;
	}
	
	.fdlohfqoseufxc5 .soc a{
		margin:0 1px;
	}
	.fdlohfqoseufxc5 .logo {
    width:260px;
		margin-top: 40px;
	}
	.fdlohfqoseufxc5 .soc {
    margin-top: 93px;
	}

	/*********************** Section #16 ***********************/	
	.fdlohfqoseufxc6{
		text-align: center;
	}
	.genius index_files{
		float:none;
		margin:20px auto;
	}
	
	/*********** Font size *************/
	.bl-contacts a {
    font-size: 23px;
	}
	.all-contacts a {
    font-size: 18px;
	}
	.figure-ar1 p {
    font-size: 16px;
    padding-top: 25px;
	}
	
	a.hweeaewcdgacfs{
		font-size:18px;
	}
	
	.fz26{
		font-size:22px;
	}
	.fz24{
		font-size:22px;
	}
	.fz20{
		font-size:20px;
	}
		
	/*********** Animations ***********/
	@keyframes arr1{
		0%{
			left:-130px;
		}	
		50%{
			left:-120px;		
		}
		100%{
			left:-130px;
		}
	}	
}

@media (max-width: 850px) {
	.fdlohfqoseufxc {
    background: url(../index_files/bg1.jpg) no-repeat bottom center;
    background-size: 115%;
	}
}

/* Extra-Small devices (768px, tablets, and down) */
@media (max-width: 767px) {
	.fdlohfqoseufxc {
    background: url(../index_files/bg1.jpg) no-repeat bottom center;
    background-size: 110%;
	}
	.main {
    padding: 45px 0 310px;
	}
	.bl-contacts{
		text-align:center;
	}
	.logo{
		float:none;
		margin:15px auto;
		max-width:280px;
	}
	.judukjoxpfv{
		padding:0;
	}
	.all-contacts a {
    margin: 8px 0 10px;
	}
	.hidden-contacts{
	  margin-right: -118px;
    right: 50%;
	}
	.hidden-contacts.active {
    padding: 12px 40px 25px;
	}
	.hidden-contacts p,
	.hidden-contacts a {
    font-size: 18px;
	}
	
	/*************** Section #2 *****************/
	.book{
		width: 260px;
		margin: 0 auto;
		display: block;
	}
	p.ttl2{
		max-width:500px;
		margin:0 auto;
		width:90%;
	}
	.for-btnsbs {
    margin: 0 auto;
	}
	.ycvehgxaalfkzg h3, .ycvehgxaalfkzg h3 span {
    margin-top: 10px;
	}
	
	/*************** Section #3 *****************/
	.row3-1 index_files{
		display:block;
		margin:auto;
	}
	.row3-1 .mw375{
		width:480px;
		max-width:90%;
		margin:15px auto;
		text-align:center;
	}
	.row3-1 .mw375 br{
		display:none;
	}
	.txt2{
		margin:0 auto;
		width:90%;
	}
	
	/*************** Section #4 *****************/
	.section4 .for-iframe{
		width:560px;
		height:315px;	
		margin:5px auto;
	}
	.other-video{
		margin-top:90px;
	}
	.other-video .right iframe{
		float:none;
	}
	.other-video .left iframe{
		float:none;
	}
	.other-video iframe{
		width:560px;
		height:315px;
		margin:20px auto 0;
	}
	
	/*************** Section #6 *****************/
	.section6 .right{
		text-align:left;
	}
	.section6 .dsjczxxfehycrg{
		max-width:460px;
		margin-left:auto;
		margin-right:auto;
		float:none;
		text-align:center;
	}
	.section6 .row:last-of-type {
    margin-bottom: 10px;
	}
	
	/*************** Section #7 *****************/
	.bl_beforeAfter index_files[alt="before"],
	.bl_beforeAfter index_files[alt="after"]{
		width:550px;
		height:366px;
	}
	#lightSlider{
		height: 460px!important;
	}

	
	/*********************** Section #8 ***********************/	
	.section8{
		padding-bottom:0;
	}
	.section8 .item {
    height:initial;
		margin-bottom:0;
    width: 95%;
	}
	.section8 .item .rightcol {
    margin-bottom: 90px;
    padding-bottom: 100px!important;
		margin-top: -30px;
	}
	.section8 .leftcol index_files {
    width: 290px;
    height: auto;
	}
	
	/*********************** Section #9 ***********************/	
	.owl-buttons{
		top: 0;
		position: absolute;
		width: 170px;
		left: 50%;
		margin-left: -85px;
	}
	.owl-wrapper-outer{
		padding-top:90px!important;
	}
	.owl-theme .owl-controls .owl-buttons div.owl-prev, .owl-theme .owl-controls .owl-buttons div.owl-next{
		top:0;
	}
	.review{
		width:90%!important;
	}

	/*********************** Section #10 ***********************/
	.fdlohfqoseufxc0{
		padding:60px 0 25px; 
	}
	.fdlohfqoseufxc0 .out-item-top .in-item {
		margin-right: -85px;
		width: 140%;
	}	
	.fdlohfqoseufxc0 .in-item index_files{
		width: 90px;
		height:auto;
	}
	.fdlohfqoseufxc0 .in-item .txt{
		padding:10px 0;
	}
	.fdlohfqoseufxc0 .out-item {
    padding: 40px 0;
	}
	.fdlohfqoseufxc0 a.hweeaewcdgacfs{
		padding: 18px 30px 16px;
	}
	.fdlohfqoseufxc0 .w540{
		width:400px;
	}
	.out-item-last:before {
    height: 100px;
	}
	
	/*********************** Section #11 ***********************/		
	.fdlohfqoseufxc1{
		padding-top: 200px;
	}
	
	/*********************** Section #13 ***********************/		
	.fdlohfqoseufxc3 .row13-2{
		margin:0;
	}
	.fdlohfqoseufxc3 p.of-price{
		margin-top:15px;
	}
	.bl-of-prices{
		width:96%;
	}
	
	.fdlohfqoseufxc5 .logo {
    width:280px;
	}
	
	.fdlohfqoseufxc5 .soc{
		text-align: center;
		width: 150px;
		margin: 0 auto;
		margin-top:5px;
		margin-bottom: 20px;
	}
	.fdlohfqoseufxc6 a.hweeaewcdgacfs-modal{
		line-height:1.4;
		display:inline-block;
	}
	.genius index_files{
		margin-bottom:0
	}
	.fdlohfqoseufxc4 {
    padding: 50px 0 40px;
    text-align: center;
	}
	.fdlohfqoseufxc5{
		padding-bottom: 40px;
	}
	
	/*********** Font size *************/
	h1 br{
		display:none;
	}
	h1,h1 span{
		font-size:46px;
	}
	h2{
		font-size:25px;
		margin-top:15px;
	}

}

@media (max-width: 650px) {
.fdlohfqoseufxc6 a.hweeaewcdgacfs-modal{
		line-height:1.6;
		display:block;
	}
}

/* Mini devices (600px, phones, and down) */
@media (max-width: 600px) {
	.fdlohfqoseufxc {
    background: url(../index_files/bg1.jpg) no-repeat bottom center;
    background-size: 100%;
	}
	.main {
    padding: 45px 0 210px;
	}
	h1,h1 span{
		font-size:40px;
		line-height:1.15;
	}
	h2{
		font-size:22px;
	}
	h5 {
    font-size: 32px;
	}
	h5:after {
    height: 10px;
    width: 50px;
    margin: 15px auto 30px;
	}
	.fz26 {
    font-size: 21px;
	}
	
	/*************** Section #4 *****************/
	.section4 .for-iframe{
		width:460px;
		height:259px;	
	}
	.section4 .for-iframe:after{
		display:none;
	}
	.other-video iframe{
		width:460px;
		height:259px;	
	}
	.other-video {
    margin-top: 0;
	}
	
	/*************** Section #5 *****************/
	.section5{
		background: #00ac8e;
		padding: 60px 0 10px;
	}
	.row5 .col-xs-6{
		width:95%;
		margin:0 auto;
	}
	
	/*************** Section #7 *****************/
	.bl_beforeAfter index_files[alt="before"],
	.bl_beforeAfter index_files[alt="after"]{
		width:450px;
		height:300px;
	}
	#lightSlider{
		height: 390px!important;
	}
	
	/*************** Section #9 *****************/
	.section9 .for-iframe{
		width:450px;
		height:250px;	
	}
	
	/*************** Section #10 *****************/
	.fdlohfqoseufxc0 .out-item-right .txt{
		margin-left:25px;
		text-align:left;
		margin-right:0;
	}
	.fdlohfqoseufxc0 .out-item-right .in-item index_files,
	.fdlohfqoseufxc0 .out-item-right .txt{
		float:left;
	}
	.fdlohfqoseufxc0 .out-item-right .in-item{
		margin-left:-55px;
		float:left;
	}
	.fdlohfqoseufxc0 .out-item-left,
	.fdlohfqoseufxc0 .out-item-right {
    border: none;
		border-left:2px solid #000;
	}
	.fdlohfqoseufxc0  .clstcrjiltfdrvj{
		float:left!important;		
	}
	.fdlohfqoseufxc0 a.hweeaewcdgacfs-order-top:after{
		display:none;
	}
	.fdlohfqoseufxc0 .out-item-top .in-item {
    width: 110%;
	}
	.fdlohfqoseufxc0 .out-item-top p{
   margin:0;	 
	}
	.fdlohfqoseufxc0 .out-item-top p br{
   display:none;
	}
	.fdlohfqoseufxc0 .out-item {
    padding: 30px 0;
	}
	.fdlohfqoseufxc0 .out-item-left .in-item,
	.fdlohfqoseufxc0 .out-item-right .in-item {
    margin-left: -35px;
	}
	h6 {
    font-size: 20px;
	}	
	
	/*************** Section #13 *****************/
	.fdlohfqoseufxc3 h4 {
    padding: 30px 50px;
    font-size: 30px;
	}	
	.fdlohfqoseufxc3 p.ttl {
    font-size: 20px;
		margin-top:20px;
	}
	.fdlohfqoseufxc3 .col-xs-6 {
    width:85%;
		float:none;
		margin: 25px auto;
	}
	.bl-of-prices{
		margin:35px auto;
	}
	.bl-of-prices .col-sm-10 .col-xs-6:first-of-type,
	.bl-of-prices .col-sm-10 p.of-price:first-of-type	{
		margin-top:0;
		padding-top:0;
	}
	.out-item-top:before,
	.out-item-last:before{
		left: -15px;
		right:initial;
	}
	.fdlohfqoseufxc0 {
    padding: 70px 0;
	}
	
	.fz24{
		font-size:19px;
	}	
}

/* Mini devices (500px, phones, and down) */
@media (max-width: 500px) {
	.fdlohfqoseufxc {
    background: url(../index_files/bg1.jpg) no-repeat bottom center;
    background-size: 120%;
	}
	.main {
    padding: 45px 0 180px;
	}
	.figure-ar1{
		display:none;
	}
	h1,h1 span{
		font-size:36px;
	}
	h2{
		font-size:20px;
	}
	h5 {
    font-size: 30px;
	}
	a.hweeaewcdgacfs-order-top:after{
		display:none;
	}
	.bl-ul {
    max-width: 95%;
	}
	a.lixraxxcdwqi {
    font-size: 18px;
    padding: 15px 55px;
	}
	.for-btnsbs{
		width:200px;
	}
	
	.section3 {
    padding: 40px 0 30px;
	}
	.section3 h3 {
    font-size: 26px;
	}
	
	/*************** Section #4 *****************/
	.section4{
		padding-bottom:60px;
	}
	.section4 .for-iframe,
	.other-video iframe{
		width:360px;
		height:203px;	
	}

	/*************** Section #6 *****************/
	.section6 {
    padding: 50px 0 20px;
	}
	.section6 .dsjczxxfehycrg{
		max-width:90%;
	}
	.section6 .num {
    font-size: 30px;
    margin-bottom: 15px;
	}
	.section6 p {
    font-size: 18px;
	}
	
	/*************** Section #7 *****************/
	.bl_beforeAfter index_files[alt="before"],
	.bl_beforeAfter index_files[alt="after"]{
		width:350px;
		height:233px;
	}
	#lightSlider{
		height: 320px!important;
	}
	
	/*************** Section #8 *****************/
	.section8 .item .rightcol {
    padding: 40px 30px 100px 30px!important;
	}
	.rightcol p.ttl {
    font-size: 24px;
	}
	.section8 .leftcol .for-index_files {
    width: 100%;
	}
	.section8 .leftcol index_files {
    width: 100%;
    height: auto;
	}
	
	/*************** Section #9 *****************/
	.review{
		padding: 40px 45px 25px 110px;
	}
	.review .forindex_files{
		position:absolute;
		top:-10px;
		left:-10px;
		border-radius:5px;
	}
	.forindex_files{
		position:relative;
	}
	.forindex_files index_files{
		z-index: 15;
		position: relative;
		width:100px;
		height:100px;
	}
	.forindex_files:after{
		right:-5px;
		bottom:-6px;
		height:100px;
		width:100px;
	}
	.section9 .for-iframe{
		width:350px;
		height:194px;	
	}
	
	/*********************** Section #11 ***********************/		
	.fdlohfqoseufxc1{
		background: #00ac8e;
		padding: 60px 0;

	}
	.fdlohfqoseufxc1 .col-xs-6{
		width:100%;
		float:none;
	}
	.fdlohfqoseufxc1 p.txt{
		font-size:20px;
	}
	.fdlohfqoseufxc1 .item p.for-num{
		width:150px;
		height:150px;
		line-height:145px;
	}
	.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-minimal .odometer-digit .odometer-value,
	.fdlohfqoseufxc1 .item p.for-num span{
		font-size:45px;
	}
	
	#map-canvas{
		height:350px;
	}
	
	/*************** Section #10 *****************/
	.fdlohfqoseufxc0{
		padding:60px 0;
	}
	.fdlohfqoseufxc0 .out-item .txt,
	.fdlohfqoseufxc0 .out-item-top .clstcrjiltfdrvj,
	.fdlohfqoseufxc0 .out-item .in-item,
	.fdlohfqoseufxc0 .out-item .in-item index_files{
		float:none!important;
		text-align:center;
	}
	.fdlohfqoseufxc0 .out-item .txt,
	.fdlohfqoseufxc0 .out-item .in-item{
		margin-right:0;
		margin-left:0;
	}
	.fdlohfqoseufxc0 .in-item index_files {
    width: 65px;
    height: auto;
	}
	.fdlohfqoseufxc0 .out-item .txt{
		margin:0 auto;
	}
	.fdlohfqoseufxc0 .out-item-top .in-item {
    width: 100%;
	}
	.fdlohfqoseufxc0 .out-item-left,
	.fdlohfqoseufxc0 .out-item-right {
    border: none;
	}
	.fdlohfqoseufxc0 .out-item {
    padding: 15px 0;
	}
	.fdlohfqoseufxc0 .out-item-top .clstcrjiltfdrvj{
		margin-bottom: 10px;
	}
	.fdlohfqoseufxc0 .w540 {
    width: 95%;
	}
	.out-item-last:before {
    height: 100px;
	}
	.out-item-top:before,
	.out-item-last:before{
		display:none;
	}
	
	.fz24{
		font-size:18px;
	}
	
	.jb_close{
		font-size:45px;
		top: 5px;
		right: 5px;
		color:red;
	}
	.jb_close:hover{
		text-decoration:none;
		opacity:.6;
		color:red;
	}
	.jbForm {
		width: 300px;
		margin-left:-150px;
		padding:30px;
	}
	.jb_title {
    font-size: 22px;
	}
	.jbForm input{
		font-size:16px;
	}
	.jbForm p.foot-form{
		font-size:14px;
	}
	.jbForm input[type="submit"]:hover{
		font-size:18px;
	}		

}

/* Mini devices (400px, phones, and down) */
@media (max-width: 400px) {
	.main {
    padding: 45px 0 155px;
	}
	h5 {
    font-size: 26px;
	}
	.for-btnsbs:after {
    background: url(../index_files/ar3.png) no-repeat;
		background-size:contain;
    content: "";
    height: 26px;
    right: -70px;
    margin-top: -13px;
    width: 60px;
	}
	.for-btnsbs{
		margin-left:50px;
	}
	.book{
		max-width:180px;
	}
	.ycvehgxaalfkzg h3, .ycvehgxaalfkzg h3 span {
    font-size: 25px;
	}
	
	/*************** Section #3 *****************/
	.section3 h3 {
    font-size: 22px;
	}
	.section3 .mw75{
    max-width: 95%;
	}
	
	/*************** Section #4 *****************/
	.section4 .for-iframe,
	.other-video iframe{
		width:280px;
		height:158px;	
	}
			
	/*************** Section #7 *****************/
	.section7 {
    padding: 130px 0 110px;
	}
	.bl_beforeAfter index_files[alt="before"],
	.bl_beforeAfter index_files[alt="after"]{
		width:280px;
		height:186px;
	}
	#lightSlider{
		height: 275px!important;
	}
	.lSGallery{
		display:none;		
	}
	
	/*************** Section #9 *****************/
	.review{
		padding: 40px 45px 25px 50px;
	}
	.review p.fio{
		padding-left: 65px;
		padding-bottom: 10px;
	}
	.section9 .for-iframe{
		width:280px;
		height:155px;	
	}
	
	.fz26 {
    font-size: 20px;
	}	
	
}

/* Mini devices (360px, phones, and down) */
@media (max-width: 360px) {
	.for-btnsbs:after {
    display:none;
	}
	.for-btnsbs{
		margin:0 auto;
	}
		
}

@media (max-height: 500px) {
	.jbForm {
		top: 50px;
		margin-top: initial;
	}
}