.no-touch .animate_me {
   transition: all 0.6s;
-moz-transition: all 0.6s; 
-webkit-transition: all 0.6s; 
-o-transition: all 0.6s; 
 position: relative;  
 -webkit-transition-delay:200ms;
   -moz-transition-delay:200ms;
     -o-transition-delay:200ms;
        transition-delay:200ms;   
}
.no-touch .animate_me_slow {
	 transition: all 0.7s;
-moz-transition: all 0.7s; 
-webkit-transition: all 0.7s; 
-o-transition: all 0.7s; 
 position: relative;   
 -webkit-transition-delay:200ms;
   -moz-transition-delay:200ms;
     -o-transition-delay:200ms;
        transition-delay:200ms;   
}

.toright {
   -webkit-transform:translate(6000px,0);
   -moz-transform:translate(6000px,0);
    -ms-transform:translate(6000px,0);
     -o-transform:translate(6000px,0);
        transform:translate(6000px,0);
        opacity: 0;

        transition: all 0.6s;
-moz-transition: all 0.6s; 
-webkit-transition: all 0.6s; 
-o-transition: all 0.6s; 
 position: absolute;  
 -webkit-transition-delay:300ms;
   -moz-transition-delay:300ms;
     -o-transition-delay:300ms;
        transition-delay:300ms;   
        
}
  .fromleft2 {
   -webkit-transform:translate(0,0);
   -moz-transform:translate(0,0);
    -ms-transform:translate(0,0);
     -o-transform:translate(0,0);
        transform:translate(0,0);
        opacity: 1;
position: relative;
        transition: all 0.6s;
-moz-transition: all 0.6s; 
-webkit-transition: all 0.6s; 
-o-transition: all 0.6s; 
 position: relative;  
 -webkit-transition-delay:300ms;
   -moz-transition-delay:300ms;
     -o-transition-delay:300ms;
        transition-delay:300ms;   
        
}
      .fromleft2_start {
   -webkit-transform:translate(-6000px,0);
   -moz-transform:translate(-6000px,0);
    -ms-transform:translate(-6000px,0);
     -o-transform:translate(-6000px,0);
        transform:translate(-6000px,0);
        opacity: 0;

        transition: all 0.6s;
-moz-transition: all 0.6s; 
-webkit-transition: all 0.6s; 
-o-transition: all 0.6s; 
 position: absolute;  
 -webkit-transition-delay:300ms;
   -moz-transition-delay:300ms;
     -o-transition-delay:300ms;
        transition-delay:300ms;   
        
}
  .no-cssanimations .fromleft2 {
     display: block;
    }
.no-cssanimations .fromleft2_start {
     display: none;
    }
      


.no-touch .fromsmall {
	-webkit-transform:scale(1);
   -moz-transform:scale(1);
    -ms-transform:scale(1);
     -o-transform:scale(1);
        transform:scale(1);
        opacity: 1;
}
 .no-touch .fromsmallstart {
	-webkit-transform:scale(0.6);
   -moz-transform:scale(0.6);
    -ms-transform:scale(0.6);
     -o-transform:scale(0.6);
        transform:scale(0.6);
        opacity: 0;
}

.no-touch .fromleft {
   -webkit-transform:translate(0,0);
   -moz-transform:translate(0px,0);
    -ms-transform:translate(0px,0);
     -o-transform:translate(0px,0);
        transform:translate(0px,0);
        opacity: 1;

        
        
}
  
.no-touch .fromleftstart {
	-webkit-transform:translate(-70px,0);
   -moz-transform:translate(-70px,0);
    -ms-transform:translate(-70px,0);
     -o-transform:translate(-70px,0);
        transform:translate(-70px,0);
        opacity: 0;
        
        
}
.no-touch .fromright {
   -webkit-transform:translate(0px,0);
   -moz-transform:translate(0px,0);
    -ms-transform:translate(0px,0);
     -o-transform:translate(0px,0);
        transform:translate(0px,0);
        opacity: 1;
}
.no-touch .fromrightstart {
	-webkit-transform:translate(70px,0);
   -moz-transform:translate(70px,0);
    -ms-transform:translate(70px,0);
     -o-transform:translate(70px,0);
        transform:translate(70px,0);       
        opacity: 0;
}
.no-touch .frominvisible {
  opacity: 1;
        
}
.no-touch .frominvisiblestart {
	opacity: 0;      
        
}
.no-touch .frombottom {
   -webkit-transform:translate(0,0);
   -moz-transform:translate(0px,0);
    -ms-transform:translate(0px,0);
     -o-transform:translate(0px,0);
        transform:translate(0px,0);
        opacity: 1;
        
}
.no-touch .frombottomstart {
	-webkit-transform:translate(0px,60px);
   -moz-transform:translate(0px,60px);
    -ms-transform:translate(0px,60px);
     -o-transform:translate(0px,60px);
        transform:translate(0px,60px);   
        opacity: 0;    
          
}

html {
    color: #424041;
    font-size: 100%;
    line-height: 1.4;
    height: 100%;
    font-family: 'code', sans-serif;
    min-width: 320px;
    overflow-x: hidden;
}
body {
	height: 100%;
    background: #fff;
}
.wrapper {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 35px;

}
a {
	color: #8dc80e;
}
a.white-none {
color: #fff;
text-decoration: none;}
.logo {
height: 140px;
line-height: 110px;
/* text-align: center; */
background-size: 135%;
}
 /*@media (max-width: 980px) {
 	.header {
 		background: url(logo.svg) -270px -105px no-repeat;
 	}
 	body .logo-bg {
  	background: none;
  }
  .logo {
height: 100px;
line-height: 80px;
  }
 }*/
@media (max-width: 980px) {
.header nav {font-size: 0.875em;}
}
@media (max-width: 900px) {
.header nav {font-size: 1em;}
}




/* mobile menu */

.header nav.touch-active {
 max-height: 1000px; 
}
.header nav.touch-active li.touch-active div {
 max-height: 1000px;
  
    opacity: 1;
}
@media (min-width:800px) {
 .header ul li:hover div {
        max-height: 1000px;
        opacity: 1;
  overflow: visible;
      }
}

@media (max-width: 800px) {
.header .mobile-nav-wrap {width: 100%;}
.header nav {position: absolute; z-index: 100; right: 0; top: 66px; width: 203px; overflow: hidden; max-height: 0; transition: all 0.5s;
-moz-transition: all 0.5s; /* Firefox 4 */
-webkit-transition: all 0.5s; /* Safari and Chrome */
-o-transition: all 0.5s; /* Opera */ background: #444;}



.header nav ul div {
   position: relative;
      top: 0;
      left: 0;
      right: 0;
 margin-top: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s;
-moz-transition: all 0.5s; /* Firefox 4 */
-webkit-transition: all 0.5s; /* Safari and Chrome */
-o-transition: all 0.5s; /* Opera */
  
    }
.header li.hassub:before {
  display: none;
}
.header li.hassub>a {
 display: block;
  position: relative;
}
.header li.hassub a:before {
 content: '';
    position: absolute;
  bottom: 5px;
  right: -5px;
  
border-color: #fff transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    width: 0;
  -webkit-transform:rotate(-45deg);
   -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
     -o-transform:rotate(-45deg);
        transform:rotate(-45deg);
}
body .header .icon-menu {
 display: inline-block;
}
.icon-menu span {
  font-size: 0.7em;
display: inline-block;
vertical-align: top;
line-height: 26px;
margin-right: 0.5em;
  font-family: "code",sans-serif;
    }


body .header .nav-wrap nav li {
  display: block;
  margin-right: 0.5em;
  padding: 0.5em 0.15em;
}
.header ul {
 position: relative;
}


.header li {
 display: block;
}
  
}
@media (max-width: 500px) {
body .header .icon-menu {
 margin-left: 0.5em;
      }
}
.header .icon-menu {
font-size: 2em;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 1em;
  display: none;
}

.logo a {
display: inline-block;
vertical-align: middle;
}
button, .button {
	height: 36px;
	line-height: 34px;
	padding: 0 3.5em;
	color: #fff;
	border: 2px solid #fff;
	text-transform: uppercase;
	background: transparent;
	transition: all 0.5s;
-moz-transition: all 0.5s; 
-webkit-transition: all 0.5s; 
-o-transition: all 0.5s; 
font-family: 'code', sans-serif;
}
.button {line-height: 36px;}
a.button {text-decoration: none; display: inline-block;}
body a.button:hover {text-decoration: none;}
.button.colored {
 border-color: #333;
  color: #333;
    }
.button.small {
 padding: 0 2em;
 font-size: 0.9em;
  height: 28px;
  line-height: 29px;
}
.color {
 color: #c10238;
   }
.header .button {
	height: 28px;
	line-height: 30px;
	padding: 0 0.5em;
	margin-top: 50px;
	margin-left: 0.5em;
  white-space: nowrap;
  font-size: 0.875em;
}
button.filled, .button.filled {
	background: #8dc80e;
	border-color: #8dc80e;
}

.button.signup {
	background: #8dc80e;
    border-color: #8dc80e;
	color: #fff;
}
.button.signup:hover {
 background: transparent;
      }
button:hover, .button:hover, .button-hover {
	border-color: #8dc80e;
	color: #8dc80e;
}

.button-hover:hover {
     opacity: 0.8; 
      }

button.filled:hover, .button.filled:hover {
	color: #8dc80e;
	/*background: #fff;*/
  background:transparent;
  
}


#start-section {
	/*background: url(Foto_2_9.jpg) center center fixed no-repeat;*/
    background: url(Foto_2_9.jpg) center center;
	background-size: cover;
	display: table;
	width: 100%;
	/*height: 100%;*/
	position: relative;
    z-index: 200;
  
}

#start-section .phone {
  font-size: 0.65em;
  text-align: right;
  position: relative;
  top: -2em;
  margin-bottom: 0.3em;
}
.password-tip, .account-tip {opacity: 0;}
.main-tip, .password-tip, .account-tip {
  transition: all 0.3s;
-moz-transition: all 0.3s; /* Firefox 4 */
-webkit-transition: all 0.3s; /* Safari and Chrome */
-o-transition: all 0.3s; /* Opera */}
#pages {
 background: #363636;
}
#pages #start-section {
  display: block;
  height: 92px;
  line-height: 92px;
  background-position: top center;
  /*overflow: hidden;*/
 }

.index-scroll-menu {
  height: 92px;
  line-height: 92px;
  background-position: top center;
}

#pages #start-section .section-inner {
 display: block;
  height: 94px;
  line-height: 94px;
}

#pages #start-section .section-inner.open {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100001;
}




#pages #start-section .logo-bg, .index-scroll-menu .logo-bg {
 background-image: url(logo_bg_wide2.png);
 
  min-height: inherit;
  height: 94px;
 
  

}
#pages #start-section .logo-bg .wrapper {
 /*padding: 0;*/
}
#pages .logo, .index-scroll-menu .logo {
height: 90px;
line-height: 75px;
text-align: left;
background-size: 135%;

}
#pages .header .grid-6.right {
 text-align: left;
}
.loading-wrap {
 background: url(loader_bg.png) center center no-repeat;
}
#pages .header p {margin: 0;}
#start-section p {
	font-size: 1.125em;
	color: #fff;
	margin-bottom: 1em;
}
#start-section .section-inner {
	background: url(mosk.png) top center repeat rgba(40,35,29,0.7);
	display: table-cell;
   /*background: #000;*/
}

#start-section .arrow {
  display:none;
  /*
	width: 39px;
	height: 18px;
	display: block;
	position: absolute;
	bottom: 1em;
	left: 50%;
	margin-left: -20px;
	*/
}


#start-section  #index-scroll-menu {
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100001;  
    }


#start-section header {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;	
	margin-bottom: 1em;
  padding-left: 3px;
  margin-top: 1em;
}
#start-section .capabilities {
  font-size: 1.1em;
  font-weight: normal;
  /*
  position: relative;
  top: -1em;
  */
  margin-bottom: 0.3em;
  display:inline;
  
  color: #fff;
  line-height: 1.5;
}


.capabilities h1 {
  font-size: 1.0em;
  font-weight: normal;
  margin: 0;
  display:inline;
}

#start-section header h2 {
 font-size: 1.1em;
  margin: 0;
  display: inline;
}

#start-section header h3 {
 font-size: 1.42em;
  margin: 0;
  display: inline;
}
#start-section header h4 {
 font-size: 1.27em;
  margin: 0;
  display: inline;
}
body header h4 {
 font-size: 1em;
 margin: 0;
  display: inline;
}
#start-section button {
	margin-right: 1em;
}

@media (max-width: 830px){
  #start-section .capabilities{
    font-size: 2em;
    padding-bottom: 1em;
  }
}

@media (max-width: 770px){
   #start-section .capabilities{
    display: none;
  }
  #start-section header h3{
    font-size: 1.2em;
  }
  #start-section header h4{
    font-size: 1.1em;
  }
}

@media (max-width: 480px){
  #start-section .capabilities{
    display: none;
  }
  #start-section header h3{
    /*display: none;*/
  }
}
body #start-section .form-bg {
 margin-bottom: 2.5em;
}
body #start-section .wide-form form button {
 margin-right: 0;
  padding: 0;
  width: 100%;
  height: 35px;
line-height: 32px;
}
#start-section .buttons {
	margin-top: 7em;
}
.header .nav-wrap {
 line-height: 94px;
  white-space: nowrap;
  position: relative;
}

/* pages */
.resp-img img {
 max-width: 100%;
  width: auto!important;
  height: auto!important;

}
.editor-content {
 font-family: 'helv_light', Arial, sans-serif;
}
    .editor-content p, .editor-content ul, .editor-content table {font-size: 1.0em; line-height: 1.5;}
.editor-content table {
 border-collapse:collapse;
    }
.editor-content table td {
 padding: 0.5em;
  border: 1px solid #ececec;
    }
.editor-content a {text-decoration: none;}
.editor-content a:hover {text-decoration: underline;}
.editor-content h1 {font-size: 2.1em; }

.editor-content h1, .editor-content h2, .editor-content h3 {
 font-family: 'code', sans-serif;
    }
.editor-content h2, .editor-content h3 {
font-family: 'code', sans-serif;
font-weight: normal;
font-size: 1.125em;
text-transform: uppercase;
display: inline;
    }
.article h2 {font-size: 1.5em; font-weight: bold;}
.date {font-size: 0.75em; color: #a5a4a4; margin-bottom: 0.5em;}
.article .button {
 margin-bottom: 2em;
}
.article h2 a {color: inherit;}
.article {padding-bottom: 1.5em; border-bottom: 2px solid #333; margin-bottom: 2em;}
.article .comments-count {color: #c10238;}
h2.decor {
 font-size: 1.5em;
  border-bottom: 2px solid #333;
  line-height: 1.8em;
}
.articles-net>div:nth-child(3n+4) {clear: both}
          .articles-net span {display: block; color: #424041; font-size: 0.875em; font-weight: bold; }
          .articles-net a:hover {text-decoration: none;}
          .articles-net a img {opacity: 0.8;}
          .articles-net a:hover img {opacity: 1;}
          @media (max-width: 800px) {
              .articles-net>div:nth-child(3n+4) {clear: none}
              .articles-net>div:nth-child(2n+3) {clear: both}
          }
.decor_block_title{
  font-size: 1.4em;
  border-bottom: 2px solid #333;
  line-height: 2em;
  font-family: 'code', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  display: inline;
}
#main .section-inner {background: #fff;}
 .header ul {margin: 0; padding: 0;}
 .header li {padding: 0.5em; margin-left: 0.5em;list-style: none; line-height: 20px; text-align: left; vertical-align: middle; display: inline-block; position: relative;}
.header li.l-hidden {display: none;}
 .header li.hassub:before {
 content: '';
    position: absolute;
  bottom: 5px;
  right: -5px;
  
border-color: #fff transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    width: 0;
  -webkit-transform:rotate(-45deg);
   -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
     -o-transform:rotate(-45deg);
        transform:rotate(-45deg);
}
.header li a {color: #fff; text-decoration: none; text-transform: uppercase;}
.header ul div {max-height: 0; background: #fff;  overflow: hidden;  position: absolute; margin-top: 0.75em; z-index: 100;
left: 0;
box-shadow: 0 2px 2px rgba(0,0,0,0.3); top: 50%; opacity: 0; min-width: 177px;
  transition: all 0.6s;
-moz-transition: all  0.6s; /* Firefox 4 */
-webkit-transition: all 0.6s; 
-o-transition: all 0.6s; /* Opera */ }
 .header ul ul { line-height: 1.4; padding: 0.5em 0.2em; font-size: 0.875em;  }

.header ul ul li {display: block;}
 .header ul ul a {text-transform: none; color: #333;}
 .header ul ul a:hover {color: #8dc80e;}
/*.no-touch #pages .header ul li:hover ul {display: block;}*/
 .header .button {margin-top: 0;}

.logo-bg {
	background: url(logo_bg_wide.png) top center no-repeat;
	min-height: 700px;	
   
}
@media (max-width: 1050px) { 
.logo-bg {
  	background: url(logo_bg_png.png) -155px 0 no-repeat;
  }
 .svg .logo-bg {
  	background: url(logo.svg) -235px -105px no-repeat;
  }
#pages #start-section .logo-bg, .index-scroll-menu .logo-bg { 
  background: url(logo_bg_wide2.png) -135px 0 no-repeat;
  }
.svg #pages #start-section .logo-bg, .index-scroll-menu .logo-bg{
  background: url(logo.svg) -198px -90px no-repeat;  
  }
      
}
header, body #reviews header{
    font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	font-size: 3.45em;	
}


@media only screen and (max-width: 900px) {
  body #start-section .wide-form form button {
   height: 28px;
    line-height: 26px;
  }
  body {
  	font-size: 80%;
  }
  .editor-content {
  font-size: 1.3em;      
}
.footer-bottom .editor-content {
 font-size: 1em;
    }
}

@media only screen and (max-width: 830px) {
  #start-section header {
  	font-size: 5em;
  	/*margin-top: 1.5em;*/
  }
  body #second-screen header {
  	/*font-size: 4em;*/
  }
  .logo-bg {
  	min-height: 570px;
  }
}

@media only screen and (max-width: 550px) {
  #start-section .header .button {
  	margin-top: 1em;
  	margin-right: 0;
    /*width: 96px;*/
    /*padding: 0;*/
    text-align: center;
  }
  button {
  	padding: 0 2.3em;
  }
  #start-section header {
  	/*font-size: 3em;*/
    font-size: 1.7em;
  	margin-top: 1em;
  }

   header, body #reviews header {
  	font-size: 2.5em;
  }
  
  .logo-bg {
  	min-height: 490px;
  }
}

#intro-section{
  margin-top: 2em;
}

#intro-section header{
  font-size: 1.625em;
}
#intro-section h2,
#intro-section h3{
  margin: 0;
  font-size: 1em;
  display: inline-block;
}

#second-screen {
  /*height: 100%;*/
  width: 100%;
  display: table;
}
#second-screen .section-inner {
  /*
  padding-top: 5em;
  padding-bottom: 4em;
  */
  padding-top: 2em;
  padding-bottom: 2em;
  display: table-cell;
  height: 100%;
    
}
#second-screen header {	
	margin-bottom: 0.5em;
  font-size: 1.625em;
}
#second-screen p {
	font-size: 1.125em;
	text-transform: uppercase;
	margin-bottom: 3em;
}
#second-screen .reasons {
	margin-top: 5.2em;
	/*font-size: 0.9375em;*/
	font-family: 'helv_light', Arial, sans-serif;
}
#second-screen .reasons .grid-10 {
	padding-left: 1em;

}
#second-screen #tab2 .reasons .grid-6 {
 margin-bottom: 4.5em;
}
  @media(max-width: 800px) {
 .password-tip, .account-tip {display: none;}
  #second-screen #tab2 .reasons .grid-6 {
   margin-bottom: 1em;
  }
}

#second-screen .reasons .grid-6 {
  	line-height: 60px;
	height: 60px;
}
#second-screen .reasons .grid-10 span {
	vertical-align: middle;
	display: inline-block;
	line-height: 1.4;
}
#second-screen .reasons .grid-2 span {
	width: 60px;
	height: 60px;
	display: inline-block;
	line-height: 60px;
	border: 2px solid #424041;
	border-radius: 100%;
  vertical-align: middle;

}
#second-screen .reasons .grid-6 {
	margin-bottom: 3em;
	padding-right: 1.8em;
}
#second-screen .reasons .reason1 .grid-2 span {
	background: url(reason_1.png) 50% 56% no-repeat;
}
#second-screen .reasons .reason2 .grid-2 span {
	background: url(reason_2.png) 47% 52% no-repeat;
}
#second-screen .reasons .reason3 .grid-2 span {
	background: url(reason_3.png) 50% 51% no-repeat;
}
#second-screen .reasons .reason4 .grid-2 span {
	background: url(reason_4.png) center center no-repeat;
}
#second-screen .reasons .reason5 .grid-2 span {
	background: url(reason_5.png) center center no-repeat;
}
#second-screen .reasons .reason6 .grid-2 span {
	background: url(reason_6.png) center center no-repeat;
}

/* tab 2 */

#second-screen  #tab2 .reasons .reason1 .grid-2 span {
	background: url(reason_16.png) 50% 50% no-repeat;
}
#second-screen #tab2 .reasons .reason2 .grid-2 span {
	background: url(reason_17.png) 50% 50% no-repeat;
}
#second-screen #tab2 .reasons .reason3 .grid-2 span {
	background: url(reason_18.png) 50% 51% no-repeat;
}
#second-screen #tab2 .reasons .reason4 .grid-2 span {
	background: url(reason_19.png) 48% 60% no-repeat;
}
#second-screen #tab2 .reasons .reason5 .grid-2 span {
	background: url(reason_20.png) center center no-repeat;
}
#second-screen #tab2 .reasons .reason6 .grid-2 span {
	background: url(reason_21.png) center center no-repeat;
}
/* tab 3 */

#second-screen  #tab3 .reasons .reason1 .grid-2 span {
	background: url(reason_13.png) 50% 50% no-repeat;
}
#second-screen #tab3 .reasons .reason2 .grid-2 span {
	background: url(reason_14.png) 50% 50% no-repeat;
}
#second-screen #tab3 .reasons .reason3 .grid-2 span {
	background: url(reason_15.png) 50% 51% no-repeat;
}


/* support */

#support #second-screen .reasons .reason1 .grid-2 span {
	background: url(reason_7.png) 50% 56% no-repeat;
}
#support #second-screen .reasons .reason2 .grid-2 span {
	background: url(reason_8.png) 47% 52% no-repeat;
}
#support #second-screen .reasons .reason3 .grid-2 span {
	background: url(reason_9.png) 50% 51% no-repeat;
}
#support #second-screen .reasons .reason4 .grid-2 span {
	background: url(reason_10.png) center center no-repeat;
}
#support #second-screen .reasons .reason5 .grid-2 span {
	background: url(reason_11.png) center center no-repeat;
}
#support #second-screen .reasons .reason6 .grid-2 span {
	background: url(reason_12.png) center center no-repeat;
}

 /* hosting */

#hosting #second-screen .reasons .reason1 .grid-2 span {
	background: url(hosting_icon1.png) 50% 56% no-repeat;
}
#hosting #second-screen .reasons .reason2 .grid-2 span {
	background: url(hosting_icon2.png) 54% 52% no-repeat;
}
#hosting #second-screen .reasons .reason3 .grid-2 span {
	background: url(hosting_icon3.png) 50% 51% no-repeat;
}
#hosting #second-screen .reasons .reason4 .grid-2 span {
	background: url(hosting_icon4.png) 54% 52% no-repeat;
}
#hosting #second-screen .reasons .reason5 .grid-2 span {
	background: url(hosting_icon5.png) center center no-repeat;
}
#hosting #second-screen .reasons .reason6 .grid-2 span {
	background: url(hosting_icon6.png) 54% 52%  no-repeat;
}
  #hosting #second-screen .reasons .reason7 .grid-2 span {
	background: url(hosting_icon7.png) center center no-repeat;
}
#hosting #second-screen .reasons .reason8 .grid-2 span {
	background: url(hosting_icon8.png) center center no-repeat;
}
  


@media only screen and (max-width: 830px) {
  
	#second-screen .reasons .grid-10 {
       padding-left: 1.5em;
	 }
	 #second-screen .reasons .grid-6 {
	 	margin-bottom: 1.5em;
    height: 80px;
    line-height: 80px;
	 }
	
#second-screen .section-inner {
	padding-top: 2em;
	padding-bottom: 2em;
}
#start-section .section-inner, #start-section, #second-screen, #second-screen .section-inner  {
	display: block;
	height: auto;
}
}
@media only screen and (max-width: 530px) {
#second-screen .reasons .grid-6 {
	margin-bottom: 1em;
	padding-right: 2.5em;
}
}
@media only screen and (max-width: 450px) {
  #pages .header p {line-height: 45px; white-space: nowrap;}
#second-screen .reasons {
	
}
#second-screen .reasons .grid-10 {
       padding-left: 1em;
	 }

}

@media only screen and (max-width: 400px) { 
  button {
  	padding: 0 1em;
  }
  #start-section .buttons {
  	margin-top: 4em;
  }
}
@media only screen and (max-width: 650px) {
#start-section header {
	margin-top: 0.5em;
}
}

#gallery {
	background: url(bg222-33.jpg) center center fixed no-repeat;
	background-size: cover;

}
#gallery .section-inner {
	background: url(mosk.png) top center repeat rgba(40,35,29,0.6);
	padding: 2em 0 3em 0;	
}
#gallery {
	color: #fff;
	text-align: center;

	
}
#gallery header {	
    letter-spacing: -1px;
  font-size: 3em;
}
#gallery p {
	text-transform: uppercase;
	font-size: 1.125em;
  margin: 0.5em 0 1.5em 0;
}
#gallery .carousel, #reviews .carousel, #contacts .carousel{
	/*background: #fff;
	padding: 2.5em 0 2.5em 2.1em;
	overflow: hidden;
	max-height: 275px;
	overflow: hidden;*/
	position: relative;
}
#gallery-next {
	height: 39px;
	width: 17px;	
	right: -2em;
	bottom: 50%;
	background: url(arrs.png) bottom right no-repeat;
	position: absolute;
	z-index: 100;
  margin-bottom: -20px;
}
#gallery-prev {
	height: 39px;
	width: 17px;
	left: -2em;
	position: absolute;
	z-index: 100;
	bottom: 50%;
	background: url(arrs.png) bottom left no-repeat;
  margin-bottom: -20px;
}
#gallery .carousel ul {
	margin: 0;
	padding: 0;
}
#gallery .carousel li {
	float: left;
	display: block;
	list-style: none;
	padding: 2.5em 2em;
	background: #fff;	
  text-align: center;

}

#gallery .carousel img {
	max-width: 100%;
border: 6px solid #f4f4f4;
margin-bottom: 7px;
    margin-top: -4px;
}
#gallery .carousel li span {
 display: block;
color: #333;
font-size: 0.75em;
margin-top: 3px;
text-transform: uppercase;
}
@media only screen and (max-width: 1095px) {
/*#gallery-next {
	height: 39px;
	width: 17px;	
	right: 0.5em;
	top: 50%;
	margin-top: -20px;
	background: url(arrs.png) top right no-repeat;
	position: absolute;
}
#gallery-prev {
	height: 39px;
	width: 17px;
	left: 0.5em;
	position: absolute;
	margin-top: -20px;
	top: 50%;
	background: url(arrs.png) top left no-repeat;
}*/
}

@media only screen and (max-width: 550px) {
/*#gallery-next, #gallery-prev {
	display: none!important;
}*/
}

#apps .section-inner {
	padding-top: 2em;
}
body #apps .ipad {	
	margin: 0 0 -5em 0;
	padding: 0 0 0 1em;
}
#apps .ipad img {
	max-width: 100%;
}
#apps .header-wrap {
	margin-top: 3.5em;
	padding-left: 3em;
  
}
#apps header {
 font-size: 3.25em;
}
#apps p {
	font-size: 1.125em;
	color: #8dc80e;
	text-transform: uppercase;
}
#apps-footer {
	clear: both;
	height: 7.5em;
	line-height: 7.5em;
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 100;
	font-size: 1.125em;
}
#apps-footer .wrapper {
	background: url(dots.png) left bottom repeat-x;
}
#apps-footer img {
	vertical-align: middle;
	margin-left: 0.8em;
}
#apps-footer span {
	margin-right: 2em;
	color: #424041;
}

@media only screen and (max-width: 780px) {
#apps .ipad {
	width: 40%;
}
#apps .header-wrap {
	width: 60%;
	margin-top: 1em;
}
}
@media only screen and (max-width: 680px) {
#apps .ipad {
	width: 40%;
}
#apps header {
	font-size: 2.5em;
}
}
@media only screen and (max-width: 610px) {
	#apps .section-inner {
		padding-top: 2em;
		text-align: center;
	}
#apps .ipad {
	width: 100%;
	text-align: center;	
	margin-bottom: -10em;
}
#apps .ipad img {
	max-width: 70%;
}

#apps .header-wrap  {
	padding-left: 0em;
	width: 100%;
	margin-bottom: 2em;
}
#apps header {
	font-size: 2em;
}
#apps-footer span {display: none;}
}
#reviews .section-inner {
	padding: 4em 0 2.5em;
	background: #fff;
}
#reviews {
	text-align: center;
	position: relative;
	z-index: 100;

}
#reviews p {
	font-size: 1.125em;
color: #55c3e3;
text-transform: uppercase;
}

#reviews header {
	font-size: 4.0625em;
}

#getstarted {
	background: #ffffff;
	padding-bottom: 1em;
	
}
  #footer-form {
   padding-bottom: 4em;
  }
#getstarted header {
 font-size: 1.125em;
  font-weight: normal;
  margin-bottom: 2em;
}
#getstarted p {
  font-family: 'helv_light', Arial, sans-serif;
  font-size: 0.875em;
  line-height: 1.7;
}
#getstarted .wrapper {
	 background: url(dots.png) top left repeat-x;
  padding-top: 2em;
}
#getstarted .wrapper-inner {
 background: url(dots.png) top left repeat-x #fff; padding-right: 1em;
  height: 6em;
line-height: 6em;
max-width: 960px;
padding: 0 1.9em;
}
#getstarted button {
	vertical-align: middle;
}
@media only screen and (max-width: 950px) {
#getstarted {
	/*text-align: center;*/
}
#getstarted .wrapper-inner {
	height: auto;
	line-height: 2.5em;
	padding: 1em 0;
}
#getstarted p {
	float: none;
    line-height: 1.2;
    margin: 0 0 1em;
   /* padding: 0 1em;*/
    /*text-align: center;*/
}
}
.prefooter {
 line-height: 1.3;
  padding-top: 4em;
  
  padding-bottom: 2em;
}
.footer-dots {
  background: url(footer_dots.png) 50% 15px no-repeat;
    }

.prefooter .footer-menu a {
 font-family: 'helv_light', Arial, sans-serif;
  text-transform: none;
  color: #7f7e7e!important;
  text-decoration: none;
}
.prefooter .footer-menu li {
  display: block;
}
      .prefooter .footer-menu a:hover {
         color: #fff!important;
              }    
.prefooter .menu-heading {
 color: #fff;
  font-size: 1rem;
        margin-bottom: 1.5em;
}
  .footer-bottom {
   height: 10em; 
 line-height: 10em; 
      }
.footer {
	background: #363636;
	color: #7f7e7e;
	
	font-size: 0.875em;
}
.footer ul, .footer p {
	margin: 0;
	padding: 0;
}
.footer a {
	color: #fff;
}
.footer li {
	display: inline-block;
	list-style: none;
}
.footer .phones p {
 margin-top: 1.5em;
  color: #fff;
  line-height: 2;
  font-size: 1.175em;
}
.lang a {
	text-decoration: none;
	font-size: 0.8571428571428571em;
	display: inline-block;
	border: 2px solid #fff;
	height: 28px;
	width: 28px;
	line-height: 28px;
	text-align: center;
	margin-left: 0.5em;
	transition: all 0.5s;
-moz-transition: all 0.5s; /* Firefox 4 */
-webkit-transition: all 0.5s; /* Safari and Chrome */
-o-transition: all 0.5s; /* Opera */
}
.sidebar .social a {
 background: #424041;
  color: #fff;
  margin-right: 0;
  margin-left: 0;
}
.sidebar .social a:hover {
 text-decoration: none;
}
.sidebar .popular-blog {margin-bottom: 2em;}
.popular-blog a {color: #333; font-size: 0.875em;}
.popular-blog li {
 margin-bottom: 0.5em;
    }
.clearlist {margin: 0; padding: 0; list-style: none; }
  .social-widget {margin-bottom: 1em;}
.social a {
	display: inline-block;
	height: 28px;
	width: 28px;
	border-radius: 100%;
	background: #fff;
	color: #363636;
	line-height: 28px;
	text-decoration: none;
	text-align: center;
	font-size: 0.9rem;
	font-weight: bold;
	transition: all 0.5s;
-moz-transition: all 0.5s; /* Firefox 4 */
-webkit-transition: all 0.5s; /* Safari and Chrome */
-o-transition: all 0.5s; /* Opera */
	margin-left: 0.5em;
}
.icon-feed, .icon-bold {
	text-indent: 2px;
}
.social a:hover {
 background: #8dc80e;
 
}
.lang a:hover {
	border-color: #8dc80e;
	color: #8dc80e;
}

#reviews li {
	float: left;
	display: inline-block;
	list-style: none;
	margin: 0 1.2em;
}
#reviews ul {
	margin: 0;
	padding: 0;
	max-height: 350px;
	overflow: hidden;
}
.review {
	padding: 2em;
	border: 2px solid #424041;
	position: relative;
	margin-bottom: 1em;

}
.review:after {
	content: '';
	position: absolute;
	bottom: -11px;
	left: 15%;
	background: url(point.png) top left no-repeat;
	height: 11px;
	width: 30px;
}
#reviews .review, #reviews .review p {
	color: #424041;
	text-transform: none;	
	font-family: 'helv_light', Arial, sans-serif;
	
}
#reviews .review p {
	margin: 0;
}
#reviews .review {
	font-size: 0.7777777777777777em;
}
#reviews-next {
	height: 39px;
	width: 17px;	
	right: -2em;
	top: 20%;
	background: url(arrs.png) top right no-repeat;
	position: absolute;
	z-index: 100;
}
#reviews-prev {
	height: 39px;
	width: 17px;
	left: -2em;
	position: absolute;
	z-index: 100;
	top: 20%;
	background: url(arrs.png) top left no-repeat;
}
#reviews .carousel .grid-8 p {
	color: #424041;
	margin: 0.5em 0 0.1em 0;
	text-align: left;
}
#reviews .carousel p.site {
	text-transform: none;
	font-size: 0.7777777777777777em;
}
#reviews .carousel {
	margin-top: 3em;
  
}
@media only screen and (max-width: 975px) {
#reviews-next,#reviews-prev {
 top: 14%;
}
}

@media only screen and (max-width: 940px) {
   #reviews .section-inner {
   	padding: 2em 0 2em 0;
   }
	}
@media only screen and (max-width: 460px) {
   #reviews .carousel .grid-3 img {
   	 width: 80%;
   }
}
@media only screen and (max-width: 365px) { 
 body #reviews .section-inner {
   	padding: 3em 0 2em 0;
   }
}

@media only screen and (max-width: 650px) { 

 #getstarted {padding-bottom: 2.5em;}

  .prefooter .m-grid-8, .prefooter .m-grid-4 {
width: 100%;
text-align: center;
margin-bottom: 1em;
}
}

          input, textarea {-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   border-radius: 0;
  }

form input[type="text"], form input[type="email"], form input[type="password"], form input[type="phone"] {
 color: #424041;
 border: 2px solid #424041;
 height: 2.2em;
 line-height: 2.2em;
  text-align: center;
  background: #fff;
  
           border-radius: none; 
  -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
    -webkit-appearance:none;  
    -webkit-border-radius:0px;
}
form input.error {border-color: #c10238;}

::-webkit-input-placeholder {
   color: #424041;
}

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

::-moz-placeholder {  /* Firefox 19+ */
   color: #424041;  
}

:-ms-input-placeholder {  
   color: #424041;  
}
.form-bg {
 padding: 1.8em;
  background: #fff;
}

.wide-form-reg {
   margin-top: 30px;
   clear: both; 
    }

.wide-form .form-bg {padding: 1.5em;}
.wide-form {padding-bottom: 1.5em;}
.wide-form .label-wrap {
 padding: 1.0em;
}



.wide-form .label {
 background: #424041;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  
  text-align: center;
  height: 68px;
  line-height: 68px;
    }
.wide-form .label span {
 line-height: 1.2;
  vertical-align: middle;
  display: inline-block;
  font-size: 0.75em;
  padding: 0 0.5em;
}
.wide-form .label:after  {
  content: '';
position: absolute;
left: 50%;
margin-left: -12px;
bottom: -8px;
border-color: #424041 transparent;
border-style: solid;
border-width: 8px 12px 0;
height: 0;
width: 0;
}
.transfer-form .wide-form .label:after {
 left: 15%;
}
.transfer-form #register-form-pages {
     padding: 0;
      background: none;
    }
.registration-form {
 float: none;
  margin: 0 auto;
  text-align: center;
    }
.registration-form input, .registration-main input {
 margin-bottom: 1em;
}
.registration-form button {
 margin-top: 1em;
}
#registration {background: #ececec;}
#registration.registration-main {background: transparent;}
#registration.registration-main .form-bg {
 padding: 2.7em 3em 2.5em 3em;
}
#registration.registration-main header {
 font-size: 1.25em;
  text-align: center;
  margin-bottom: 1.5em;
  line-height: 1.3;
}
#registration button, .registration-main button {
  padding: 0;
  width: 100%;
}
#registration .steps-head {
 background: url(steps_bg.png) top left repeat #fff;
  padding: 3em 0;
  white-space: nowrap;
}
.dotted-head {
 background: url(steps_bg.png) top left repeat #fff;
  padding: 3em 0;
 
}
header {font-size: 2.75em;}
#registration .section-inner {background: transparent;}
#registration .steps-head h3 {font-weight: normal; margin: 0;}
#registration .steps-head p {margin: 0; font-size: 0.875em;}
#registration .steps-head span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 100%;
  border: 2px solid #424041;
  text-align: center;
}
#registration .step-1 {
 padding: 3em 0 5em 0;
  text-align: center;
}
#registration .step-1 p, #pages .header p {
 text-transform: uppercase;
}
@media only screen and (max-width: 850px) {
  /*#pages #start-section .logo-bg {
  background-position:-225px -95px;
  }
  #pages #start-section  .logo {margin-left: 0;}*/
  #pages .header .grid-6.right {text-align: right;}
}
@media only screen and (max-width: 720px) {
#registration .steps-head {white-space: normal;}
}
@media only screen and (max-width: 480px) { 
  #second-screen .reasons {
   margin-top: 2em;
  }
  #second-screen .reasons .grid-6 {
   padding-right: 0;
    line-height: 120px;
    height: 120px;
  }
#start-section .header .signup.button {
  
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  vertical-align: top; margin-top: 0.2em;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    background: transparent!important;
    border: none!important;
   font-size: 2em;
   color: #fff;
  width: 24px!important;
  overflow: hidden;
    padding: 0;
  padding-top: 1px!important;
 } 
  .header .icon-menu {
  margin-right: 0em;
  vertical-align: top; margin-top: 0.2em;
}
 .header .signup.button:before {
	content: "\e607";
}
.header nav {
   top: 34px;
  }
  #registration .steps-head {
   padding: 1em 0 0 0;
  }
  /*#registration .steps-head .grid-4 {
   margin-bottom: 1em;
    display: none;
  }
  #registration .steps-head .grid-4:first-child {display: block;}*/
}

#registration .steps-head .active-step {
   position: relative;  
}
#registration .steps-head .active-step:after {
 content: '';
  border-color: #ececec transparent;
    border-style: solid;
    border-width: 0 20px 20px;
    height: 0;
    margin: 20px auto 0;
    width: 0;
    position: absolute;
  bottom: -3em;
  left: 50%;
}
#registration .steps-head .past-step {
 opacity: 0.5;
}

#registration .step-2 {
 padding: 3em 0;
}
#registration .step-2 .theme-choice .head {
 color: #fff;
border: 2px solid #fff;
border-bottom: 0;
height: 1em;
letter-spacing: 2px;
line-height: 0.5em;
padding: 0 5px;
vertical-align: middle;
font-size: 1.1em;
  background: #C0C0C0;
  
}
#registration .step-2 .theme-choice .img {
     border: 2px solid #fff;    
    position: relative;
    box-shadow: 0 6px 22px -7px #444;
   
}
#registration .step-2 .theme-choice.theme-c-page .img {
     border: 2px solid #fff;
    height: 0;
    position: relative;
    box-shadow: 0 6px 22px -7px #444;
    overflow: hidden;
    padding-bottom: 75%;
}
#registration .step-2 .theme-choice .img>img {max-width: 100%; min-width: 100%;}

#registration .step-2 .theme-choice .opac {
 position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 99;
  display: none;
}
.step-2 .zoom {
 position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 100;
  cursor: pointer;
  transition: all 0.7s;
-moz-transition: all 0.7s; 
-webkit-transition: all 0.7s; 
-o-transition: all 0.7s; 
 
}
.step-2 .zoom:hover {
  color: #8dc80e;
}
.step-2 .descr {
 display: none;
}
.hover-content {
 position: absolute;
top: auto;
bottom: 25%;
z-index: 90;
text-align: center;
width: 100%;
  display: none;
left: 0;
  z-index: 160;
}
.hover-content p{
color: #fff;
font-size: 1em; 
width: 75%;
margin: 0 auto 15px auto;
}
 .theme-choice .img .hover-content  img {
 max-width: 15%;
  min-width: 15%;
  cursor: pointer;
}
 .theme-choice .img .hover-content button, .theme-choice .img .hover-content .button {
 position: static;
  margin: 0 auto;
  display: block;
  margin-top: 5%;
 }
.no-touch  .theme-choice:hover .hover-content{
 display: block;
}
#registration .step-2 .theme-choice button {
  /*color: #444;
  background: #fff;*/
  position: absolute;
  padding: 0;
  width: 50%;
  text-align: center;
  top: 50%;
  left: 50%;
  margin-left: -25%;
  display: none;
  z-index: 100;
  margin-top: -1em;
}

#registration #clients-gallery.step-2 .theme-choice button {
 position: static;
  margin-top: 1em;
  margin-left: 25%;
}
#registration .step-2 .theme-choice button:hover {
 color: #fff;
 border-color: #8dc80e;
  background: #8dc80e;
}
.no-touch #registration .step-2 .theme-choice:hover .opac,  .no-touch #registration .step-2 .theme-choice:hover button{
 display: block;
}

.touch #registration .step-2 .theme-choice button{
 display: block;
}
#registration .step-2 .theme-choice.theme-text p {
 position: absolute;
  top: 0;
  left: 0;
  bottom: 0;  
  z-index: 99; 
  text-align: center;
  font-size: 0.875em;
  text-transform: none;
  padding: 20%;
  padding-bottom: 0;
  font-family: 'helv_light', Arial, sans-serif;
}
body #registration .step-2 .theme-choice.theme-text p span {
 padding: 0 2px; 
  background: #444;
  color: #fff;
  
}

#registration .step-3 {
 text-align: center;
  padding: 4em 0 10em 0;
}
#registration .step-3 p {
 margin: 0;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }



textarea:focus::-webkit-input-placeholder, input:focus::-webkit-input-placeholder  { 
    opacity: 0;
}


.errors {
 padding-top: 0.5em;
  font-size: 0.875em;
  text-align: center;
  color: #c10238;
}
#register-form-pages .errors {
 display: none;
}
#main>.section-inner, #main>.wrapper {
 padding-top: 2em;
  padding-bottom: 2em;
}
@media only screen and (max-width: 720px) {
#main>.section-inner, #main>.wrapper {
 padding-top: 3em;
  padding-bottom: 3em;
}
}


#vk_groups,
#vk_groups iframe {
     width: 100% !important;
}

.notice.green {color: #8dc80e;}
.comment-form label {display: block;}
form.comment-form input[type="text"] {
 border-width: 1px;
  margin-bottom: 0.5em;
  width: 70%;
}
.comment-form textarea {
 margin-bottom: 0.5em;
  -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
  border-radius: 0;
}
.comments li {
list-style: none;
border-bottom: 1px dotted #999;
padding-bottom: 1em;
margin-bottom: 1em;
}
.comments .comment-name {font-weight: bold; margin-bottom: 0.3em;}
.comments .comment {font-size: 0.875em; margin-bottom: 0.2em;}
.article-page h1 {margin-top: 0;
margin-bottom: 0.2em;}
.article-page {margin-bottom: 1em;}

#insalesPanel {display: none;}
html {margin-top: 0!important;}


/* TABS */
.r-tabs {
	position: relative;
}

.r-tabs .r-tabs-nav {
	
}

.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
background: #424041;
height: 80px;
line-height: 80px;
white-space: nowrap;
font-weight: normal;
text-align: center;
  cursor: pointer;
	
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
	font-size: 0.875em;
	text-decoration: none;
	color: #fff;
    display: block;
  height: 80px;
line-height: 80px;
  width: 100%;
}

.r-tabs .r-tabs-nav .r-tabs-state-active {
	background-color: #c10238;
  position: relative;
	
}
.r-tabs .r-tabs-nav .r-tabs-state-active:after {
 content: '';
  content: '';
position: absolute;
left: 50%;
margin-left: -12px;
bottom: -8px;
border-color: #c10238 transparent;
border-style: solid;
border-width: 8px 12px 0;
height: 0;
width: 0;
  
 }

.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor{

}

.r-tabs .r-tabs-panel {
	
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	font-size: 1em;
text-decoration: none;
color: #fff;
display: block;
height: 40px;
line-height: 40px;
  white-space: nowrap;
width: 100%;
 margin-bottom: 2px;
  padding: 0 1em;
  position: relative;
background: #424041;
 box-sizing: border-box; 
  
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #c10238;
	
}


.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:after
{
  content: '';
position: absolute;
left: 50%;
margin-left: -12px;
bottom: -8px;
border-color: #c10238 transparent;
border-style: solid;
border-width: 8px 12px 0;
height: 0;
width: 0;
}
/* responsive tabs */
.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
  /*margin-bottom: 5em;*/
  margin-bottom: 2em;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 800px) {
  
#start-section  .form-bg, #register-form-pages .form-bg, #footer-form .form-bg {
clear: both;
margin: 0px auto;
display: block;
float: none;
}
  .wide-form .label {
height: 38px;
line-height: 38px;
}



.transfer-form .wide-form .label {
 height: auto;
line-height: auto;
      padding: 0.5em 0.25em;
    }
  #start-section .label-wrap .grid-3, #register-form-pages  .label-wrap .grid-3, #register-form-pages  .label-wrap .label-wrap-grid, #footer-form  .label-wrap .grid-3, #footer-form  .label-wrap .label-wrap-grid {
    float: none;
    margin: 0 auto;
    
  }
  #start-section .label-wrap, #register-form-pages  .label-wrap, #footer-form .label-wrap {
    padding: 0; 
  }
    
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
  .r-tabs-panel {
 padding: 2em 0px 0 0;
}
}


#video {
  background: url(illustr2.jpg) center center no-repeat;
background-size: cover;
  position: relative;
  z-index: 100;
}

#video .section-inner {
 background: url(mosk.png) top center repeat rgba(40,35,29,0.4);
padding: 5em 0;
}
#video .video-wrap {
 border: 2px solid #fff;
  border-right: 0;
  height: 326px;
}
#video .grid-8.padded-right {
 padding-right: 1em;
}
 #video .video_arr {
 padding-right: 12px;
 background: url(video_arr.png) right center no-repeat;

}
@media only screen and (max-width: 1025px) {
  #registration.registration-main header {  
    font-size: 1em;
  }
  #registration.registration-main .form-bg {
   height: 279px;
  }
}

@media only screen and (max-width: 900px) {
#video .video-wrap {
  height: 277px;
}
#registration.registration-main .form-bg {
 height: auto;
  padding: 3.5em 2em;
}
}

@media only screen and (max-width: 800px) {
  .prefooter {
 padding-top: 2em;
}
    .footer-dots {background-position: 50% 0;}
.footer-bottom {line-height: 5em; height: 5em;}
    #video .video-wrap {
  height: 330px;
    
    border-right: 2px solid #fff;
    border-bottom: 0;
}
  #registration.registration-main {
   float: none;
margin: 0 auto;
    clear: both;    
text-align: center;
  }
  
  #video .section-inner {
   padding: 3.5em 0;
  }
  #registration.registration-main header {
    font-size: 1.25em;
}
  #video .video_arr {
   background: url(video_arr_small.png) bottom center no-repeat;    
    padding-bottom: 13px;   
    padding-right: 0;
    margin: 0 1em 2em 1em;
  }
  #video .grid-8.padded-right {
   padding-right: 0;
  }
  
}

@media only screen and (max-width: 480px) {
    #video .video-wrap {
  height: 200px;
}
  #video .video_arr {
   margin: 0;
    margin-bottom: 2em;  
  }
}

 #tooltip {
        text-align: center;
        color: #fff;
        background: rgba(95, 93, 94, 1);
        position: absolute;
        z-index: 100;
        padding: 15px;
    font-family: 'helv_light', Arial, sans-serif;
font-size: 0.875em;
    max-width: 280px;
      }
      #tooltip:after
      /* triangle decoration */
      {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid rgba(95, 93, 94, 1);
        content:'';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
      }
      #tooltip.top:after {
        border-top-color: transparent;
        border-bottom: 10px solid rgba(95, 93, 94, 1);
        top: -20px;
        bottom: auto;
      }
      #tooltip.left:after {
        left: 10px;
        margin: 0;
      }
      #tooltip.right:after {
        right: 10px;
        left: auto;
        margin: 0;
      }
      .onoffswitch {
        position: relative;
        width: 73px;
        float: right;
        -webkit-user-select:none;
        -moz-user-select:none;
        -ms-user-select: none;
      }
      .switch-label {
        float: right;
        height: 35px;
        line-height: 38px;
        margin-right: 1em;
      }
      .text {
        font-family:'helv_light', Arial, sans-serif;
        font-size: 0.875em;
      }
@media(max-width: 900px) {
        .text {
          font-size: 1.1em;
        }
      }
      .onoffswitch-checkbox {
        display: none;
      }
      .onoffswitch-label {
        display: block;
        overflow: hidden;
        cursor: pointer;
        border: 2px solid #FFFFFF;
        border-radius: 20px;
      }
      .onoffswitch-inner {
        display: block;
        width: 200%;
        margin-left: -100%;
        -moz-transition: margin 0.3s ease-in 0s;
        -webkit-transition: margin 0.3s ease-in 0s;
        -o-transition: margin 0.3s ease-in 0s;
        transition: margin 0.3s ease-in 0s;
      }
      .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 35px;
        padding: 0;
        line-height: 35px;
        font-size: 14px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      }
      .onoffswitch-inner:before {
        content:"";
        padding-left: 10px;
        background-color: #A6D726;
        color: #FFFFFF;
      }
      .onoffswitch-inner:after {
        content:"";
        padding-right: 10px;
        background-color: #C10238;
        color: #999999;
        text-align: right;
      }
      .onoffswitch-switch {
        display: block;
        width: 25px;
        margin: 5px;
        background: #FFFFFF;
        border: 2px solid #FFFFFF;
        border-radius: 20px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 34px;
        -moz-transition: all 0.3s ease-in 0s;
        -webkit-transition: all 0.3s ease-in 0s;
        -o-transition: all 0.3s ease-in 0s;
        transition: all 0.3s ease-in 0s;
      }
      .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
        margin-left: 0;
      }
      .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
        right: 0px;
      }


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


.touch .hover-content, .touch #clients-gallery .opac {
 display: block;
   }


mark {
        background: #424041;
        color: #fff;
        padding: 0 4px 0 6px;
      }
      #main .inner-menu {
        padding: 2.5em 0 0 0;
        background: url(http://assets3.insales.ru/assets/1/7444/326932/v_1418665145/dotts.png) center left repeat #ececec;
      }
      #main .inner-menu-bottom {
        padding: 0 0 2.5em 0;
      }
      .inner-menu .img {
        width: 65px;
        height: 38px;
        display: block;
        margin: 0 auto;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100%;
        margin-bottom: 0.5em;
      }
#contacts .inner-menu {
 padding-bottom: 2px;
}
#contacts .inner-menu .img {
   width: 58px;
   height: 42px;
   background-size: auto;
}
#contacts .inner-menu a {
  font-size: 0.85em;
}
#contacts .inner-menu ul {
 text-align: center;
}
#contacts .inner-menu li {
 float: none;
  display: inline-block;
}
      .inner-menu a:hover .img, .inner-menu a.active .img {
        background-position: bottom center;
      }
      .inner-menu li {
        width: 11.1%;
        float: left;
        text-align: center;
      }
      .inner-menu-bottom li {
      }
      .inner-menu span.wrap {
        display: inline-block;
        padding-bottom: 2.7em;
    border-bottom: 3px solid #ececec;
      }
      .inner-menu-bottom span.wrap {
        display: inline-block;
        padding-bottom: 0;
        border-top: 3px solid #ececec;
        padding-top: 2.7em;
      }
      .inner-menu .active span.wrap, .inner-menu a:hover span.wrap {
        border-bottom: 3px solid #444;
      }
      .inner-menu-bottom .active span.wrap, .inner-menu-bottom a:hover span.wrap {
        border-top: 3px solid #444;
        border-bottom:0;
      }
      .inner-menu a {
        color: #999;
        text-decoration: none;
        font-size: 0.785em;
        white-space: nowrap;
      }
      .inner-menu a.active, .inner-menu a:hover {
        color: #424041;
      }

#register-form-pages input[type="text"], #register-form-pages input[type="email"], #register-form-pages input[type="password"], #register-form-pages input[type="phone"] {
 background: #ececec;
}
      @media(max-width: 700px) {
#rh-snippet {
 display:none!important;
}

        .inner-menu li {
          width: 25%;
        }
        .inner-menu span {
          border: none!important;
        }
      }
      @media(max-width: 400px) {
#gallery header {
 font-size: 2em;
} 
        .text {
          font-size: 1em;
  
        }
#second-screen .reasons .grid-10 span {line-height: 1.2;}
        .inner-menu ul {
          margin: 0 -10%;
        }
        .inner-menu a {
          font-size: 0.7em;
        }
      }

      #register-form-pages {
        padding: 2em 0 5em 0;
        background: url(http://assets3.insales.ru/assets/1/7444/326932/v_1418665145/wide_dots.png) top center no-repeat #fff;
      }

      #register-form-pages .form-bg, #support form input {
        background: #ececec;
      }
      body #register-form-pages form button, body #footer-form form button {
        margin-right: 0;
        padding: 0;
        width: 100%;
        height: 35px;
        line-height: 32px;
      }
      @media only screen and(max-width: 900px) {
        body #register-form-pages form button {
          height: 28px;
          line-height: 26px;
        }
      }
      @media only screen and(max-width: 800px) {
       #register-form-pages .form-bg {
          clear: both;
          margin: 0px auto;
          display: block;
          float: none;
        }
        #register-form-pages .label-wrap .grid-3 {
          float: none;
          margin: 0 auto;
        }
        #register-form-pages .label-wrap {
          padding: 0;
        }
      }


  #design .section-inner-3 {
     padding-top: 4em;
   }
   #design .section-inner-2 .grid-8 {
     padding: 2em 0 0 2em;
   }
   .design-img-3 {clear: both;}
   #design .section-inner-3 {
     background: #ececec;
   }
   #design header {font-size: 2em;}
   #main .section-inner.dotted-bottom {
     background: url(http://assets3.insales.ru/assets/1/7444/326932/v_1418665145/wide_dots.png) bottom center no-repeat #fff;
     padding-top: 50px;
   }
.section-title h1 {
font-size: 3.3625em;
line-height: 1.1;
}
       .section-title {padding: 2em 0;}
   .section-inner.left-img-block, .section-inner.right-img-block {
         padding: 4em 0;
       }
   
@media(max-width: 480px) { 
   .section-title h1 {
font-size: 3em;

}
 }
   
 .dotted-gray-top {
        background: url(http://assets3.insales.ru/assets/1/7444/326932/v_1418665145/dooted_gray.png) top center no-repeat;
      }


#main .white-dotts-bg {
     background: url(http://assets3.insales.ru/assets/1/7444/326932/v_1418665145/steps_bg.png) top left repeat #fff;
   }
.section-title p {
 font-size: 1.125em;
  text-transform: uppercase;
}

.button.inverse {color: #8dc80e; border-color: #8dc80e;}
     .button.inverse:hover {color: #fff; border-color: #fff;}

.pagination a {
 color: #c10238;
  text-decoration: none;
}
#item-carousel a {
 display: block;
  float: left;
}
.select {
 width: 100%;
  }
body .ui-icon-triangle-1-s {
  background: url('select.png') top left no-repeat!important; 
}
body .ui-state-default, body .ui-widget-content .ui-state-default, body .ui-widget-header .ui-state-default {
  border: 2px solid #222;
background: transparent;
font-weight: normal;
box-sizing: border-box;
border-radius: 0!important;
padding-top: 0;
width: 100%!important;
height: 2.2em;
line-height: 2.2em;
  color: #222;
margin-bottom: 0.8em;
}
body .ui-selectmenu-button {
 background: #fff!important;
  border: 2px solid #222!important;
}
body .ui-widget {
 font-size: 100%;
  font-family: 'code', sans-serif;
}
body .ui-selectmenu-button span.ui-selectmenu-text {
text-align: left;
padding: 0em 2.1em 0em 1em;
display: block;
overflow: hidden;
text-overflow: ellipsis;
height: auto;
font-size: 0.875em;
white-space: nowrap;
  line-height: inherit;
}
body .ui-state-hover,body .ui-widget-content .ui-state-hover, body .ui-widget-header .ui-state-hover, body .ui-state-focus, body .ui-widget-content .ui-state-focus, body .ui-widget-header .ui-state-focus {
 border-color: #ececec;
  background: #ececec;
    }
body .ui-widget-content {
 border-color: #ececec;
  border-radius: 0;
}

  .no-placeholder {display: none; text-align: center;
margin-top: -0.6em;
font-size: 0.875em;}
 
  .services-form {
        padding: 1.5em;
        background: #ececec;
    margin-top: 0.5em; 
      }

/*.sidebar-blog {
  position: relative;    
    }
  */  

  .blog-services-form.is_stuck .services-form{
	margin-top: 0;
  
  }

.blog-services-form header {
         margin-bottom: 1.5em;
  		font-weight: bold;
    }

  body  .services-form .ui-selectmenu-button {
    background: #ececec!important;
   }
    body  .services-form input {
            width: 100%;
            background: #ececec;
            margin-bottom: 1em;
    padding: 0;
    box-sizing: border-box;
          }
          .services-form textarea {
        background: #ececec;
        border: 2px solid #222;
        padding: 0;
        margin: 0;
        margin-bottom: 1em;
    padding: 1em 0px;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
      } 
  .services-form button {
        width: 100%;
        padding: 0;
        text-align: center;
       box-sizing: border-box;
      }

ul.decor, ul.decor-icon li  {
         margin-top: 1.5em;
       }
  ul.decor li {
         list-style-image: url(li.png);
     margin-bottom: 1.1em;
    padding-left: 1em;
       }

ul.decor li span {
     position: relative;     
     top: -6px;
   }

ul.decor-icon li {
    background: url(li.png) no-repeat left center;
    margin-bottom: 1.1em;
    padding-left: 3em;
	list-style: none;
	min-height: 20px;
    
}

ul.decor-icon2 li {
    background: url(bluestar20.png) no-repeat left center;
    margin-bottom: 1.1em;
    padding-left: 3em;
	list-style: none;
	min-height: 20px;
    
}

body>img{display: none;}


#rh-badge img { position:absolute!important; left:-6010px!important;}
#rh-badge.rh-right .rh-inner { background: url(red_helper.png);  cursor:pointer; background-position: -5px 0;}
#rh-badgeImage {
right: 9px!important;
  bottom: 15px!important;
  background: url(red_helper_icon.png);
   background-image: url(red_helper_icon.png)!important; 

}
#footer-form input {
 background: #ececec;
}
.arr-back {
    background: url(arr_back.png) left center no-repeat;
    padding-left: 20px;
    color: #444;
    text-decoration: none;
  display: inline-block;
  height: 27px;
  line-height: 27px;
  vertical-align: middle;
  }
#winter-start .button {
 margin-bottom: 1em;
}
.hide-1000:hover {
 background: #333;
  color: #fff;
}
@media (max-width: 1000px) {
.hide-1000 {
 display: none!important;
  }
} 
@media (max-width: 480px) {
#start-section11 {
  padding-bottom: 0!important;
  margin-bottom: 0!important;
  
}
}



#new-year #start-section p {
 margin-bottom: 0;
}
#new-year #start-section header {
 margin-bottom: 0.1em;
}
#new-year #start-section {
 background-image: url(ny.jpg);
  background-position: top center;
}
#new-year #start-section .phone {
 top: -1.5em;
z-index: 10;
margin-bottom: 1em;
  position: static;
}
#new-year .logo {
 position: relative;
  z-index: 50;
}
#new-year .header .nav-wrap {
 z-index: 100;
}
#new-year .logo a {
 background: url(ball.svg) bottom center no-repeat;
  background-size: 100%;
  padding: 48px 1.5em 3em 1.5em;
  
}
#new-year .header {position: relative;}
#new-year .logo-bg {background: none;}
#new-year .header .ball2 {
  content: '';
  background: url(ball.svg) bottom center no-repeat;
  background-size: 100%;
  width: 92px;
  height: 218px;
  position: absolute;
  top: 0px;
  left: 460px;
  cursor: pointer;
  z-index: 50;
   transition: all 0.5s;
-moz-transition: all 0.5s; /* Firefox 4 */
-webkit-transition: all 0.5s; /* Safari and Chrome */
-o-transition: all 0.5s; /* Opera */
}
#new-year .header .ball1 {
 content: '';
  background: url(ball.svg) bottom center no-repeat;
  background-size: 100%;
  width: 77px;
  height: 123px;
  position: absolute;
  top: 0px;
  left: 222px;
  cursor: pointer;
  z-index: 50;
  
}

#new-year .header .ball {
  transition: all 0.5s;
-moz-transition: all 0.5s; /* Firefox 4 */
-webkit-transition: all 0.5s; /* Safari and Chrome */
-o-transition: all 0.5s; /* Opera */
}
#new-year .header .ball:hover {
 top: -10px;
}

#new-year .header .ball1 {
  animation: animationFrames linear 2s;
  animation-iteration-count: 1;
  transform-origin: 50% 0%;
  -webkit-animation: animationFrames linear 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 0%;
  -moz-animation: animationFrames linear 2s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 0%;
  -o-animation: animationFrames linear 2s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 0%;
  -ms-animation: animationFrames linear 2s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 0%;
}

@keyframes animationFrames{
  0% {
    transform:  rotate(0deg) ;
  }
  20% {
    transform:  rotate(8deg) ;
  }
  40% {
    transform:  rotate(-7deg) ;
  }
  60% {
    transform:  rotate(5deg) ;
  }
  80% {
    transform:  rotate(-4deg) ;
  }
  100% {
    transform:  rotate(0deg) ;
  }
}

@-moz-keyframes animationFrames{
  0% {
    -moz-transform:  rotate(0deg) ;
  }
  20% {
    -moz-transform:  rotate(8deg) ;
  }
  40% {
    -moz-transform:  rotate(-7deg) ;
  }
  60% {
    -moz-transform:  rotate(5deg) ;
  }
  80% {
    -moz-transform:  rotate(-4deg) ;
  }
  100% {
    -moz-transform:  rotate(0deg) ;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform:  rotate(0deg) ;
  }
  20% {
    -webkit-transform:  rotate(8deg) ;
  }
  40% {
    -webkit-transform:  rotate(-7deg) ;
  }
  60% {
    -webkit-transform:  rotate(5deg) ;
  }
  80% {
    -webkit-transform:  rotate(-4deg) ;
  }
  100% {
    -webkit-transform:  rotate(0deg) ;
  }
}

@-o-keyframes animationFrames {
  0% {
    -o-transform:  rotate(0deg) ;
  }
  20% {
    -o-transform:  rotate(8deg) ;
  }
  40% {
    -o-transform:  rotate(-7deg) ;
  }
  60% {
    -o-transform:  rotate(5deg) ;
  }
  80% {
    -o-transform:  rotate(-4deg) ;
  }
  100% {
    -o-transform:  rotate(0deg) ;
  }
}

@-ms-keyframes animationFrames {
  0% {
    -ms-transform:  rotate(0deg) ;
  }
  20% {
    -ms-transform:  rotate(8deg) ;
  }
  40% {
    -ms-transform:  rotate(-7deg) ;
  }
  60% {
    -ms-transform:  rotate(5deg) ;
  }
  80% {
    -ms-transform:  rotate(-4deg) ;
  }
  100% {
    -ms-transform:  rotate(0deg) ;
  }
}


#new-year .header .ball2 {
  animation: animationFrames2 ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 0%;
  -webkit-animation: animationFrames2 ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 0%;
  -moz-animation: animationFrames2 ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 0%;
  -o-animation: animationFrames2 ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 0%;
  -ms-animation: animationFrames2 ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 0%;
}

@keyframes animationFrames2{
  0% {
    transform:  rotate(0deg) ;
  }
  20% {
    transform:  rotate(15deg) ;
  }
  40% {
    transform:  rotate(-10deg) ;
  }
  60% {
    transform:  rotate(5deg) ;
  }
  80% {
    transform:  rotate(-5deg) ;
  }
  100% {
    transform:  rotate(0deg) ;
  }
}

@-moz-keyframes animationFrames2{
  0% {
    -moz-transform:  rotate(0deg) ;
  }
  20% {
    -moz-transform:  rotate(15deg) ;
  }
  40% {
    -moz-transform:  rotate(-10deg) ;
  }
  60% {
    -moz-transform:  rotate(5deg) ;
  }
  80% {
    -moz-transform:  rotate(-5deg) ;
  }
  100% {
    -moz-transform:  rotate(0deg) ;
  }
}

@-webkit-keyframes animationFrames2 {
  0% {
    -webkit-transform:  rotate(0deg) ;
  }
  20% {
    -webkit-transform:  rotate(15deg) ;
  }
  40% {
    -webkit-transform:  rotate(-10deg) ;
  }
  60% {
    -webkit-transform:  rotate(5deg) ;
  }
  80% {
    -webkit-transform:  rotate(-5deg) ;
  }
  100% {
    -webkit-transform:  rotate(0deg) ;
  }
}

@-o-keyframes animationFrames2 {
  0% {
    -o-transform:  rotate(0deg) ;
  }
  20% {
    -o-transform:  rotate(15deg) ;
  }
  40% {
    -o-transform:  rotate(-10deg) ;
  }
  60% {
    -o-transform:  rotate(5deg) ;
  }
  80% {
    -o-transform:  rotate(-5deg) ;
  }
  100% {
    -o-transform:  rotate(0deg) ;
  }
}

@-ms-keyframes animationFrames2 {
  0% {
    -ms-transform:  rotate(0deg) ;
  }
  20% {
    -ms-transform:  rotate(15deg) ;
  }
  40% {
    -ms-transform:  rotate(-10deg) ;
  }
  60% {
    -ms-transform:  rotate(5deg) ;
  }
  80% {
    -ms-transform:  rotate(-5deg) ;
  }
  100% {
    -ms-transform:  rotate(0deg) ;
  }
}


 #new-year .header .logo{
  animation: animationFrames1 linear 2s;
  animation-iteration-count: 1;
  transform-origin: 50% 0%;
  -webkit-animation: animationFrames1 linear 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 0%;
  -moz-animation: animationFrames1 linear 2s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 0%;
  -o-animation: animationFrames1 linear 2s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 0%;
  -ms-animation: animationFrames1 linear 2s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 0%;
}

@keyframes animationFrames1{
  0% {
    transform:  rotate(0deg) ;
  }
  20% {
    transform:  rotate(-8deg) ;
  }
  40% {
    transform:  rotate(7deg) ;
  }
  60% {
    transform:  rotate(-5deg) ;
  }
  80% {
    transform:  rotate(4deg) ;
  }
  100% {
    transform:  rotate(0deg) ;
  }
}

@-moz-keyframes animationFrames1{
  0% {
    -moz-transform:  rotate(0deg) ;
  }
  20% {
    -moz-transform:  rotate(-8deg) ;
  }
  40% {
    -moz-transform:  rotate(7deg) ;
  }
  60% {
    -moz-transform:  rotate(-5deg) ;
  }
  80% {
    -moz-transform:  rotate(4deg) ;
  }
  100% {
    -moz-transform:  rotate(0deg) ;
  }
}

@-webkit-keyframes animationFrames1 {
  0% {
    -webkit-transform:  rotate(0deg) ;
  }
  20% {
    -webkit-transform:  rotate(-8deg) ;
  }
  40% {
    -webkit-transform:  rotate(7deg) ;
  }
  60% {
    -webkit-transform:  rotate(-5deg) ;
  }
  80% {
    -webkit-transform:  rotate(4deg) ;
  }
  100% {
    -webkit-transform:  rotate(0deg) ;
  }
}

@-o-keyframes animationFrames1 {
  0% {
    -o-transform:  rotate(0deg) ;
  }
  20% {
    -o-transform:  rotate(-8deg) ;
  }
  40% {
    -o-transform:  rotate(7deg) ;
  }
  60% {
    -o-transform:  rotate(-5deg) ;
  }
  80% {
    -o-transform:  rotate(4deg) ;
  }
  100% {
    -o-transform:  rotate(0deg) ;
  }
}

@-ms-keyframes animationFrames1 {
  0% {
    -ms-transform:  rotate(0deg) ;
  }
  20% {
    -ms-transform:  rotate(-8deg) ;
  }
  40% {
    -ms-transform:  rotate(7deg) ;
  }
  60% {
    -ms-transform:  rotate(-5deg) ;
  }
  80% {
    -ms-transform:  rotate(4deg) ;
  }
  100% {
    -ms-transform:  rotate(0deg) ;
  }
}


@media (max-width: 780px) {
  .ball {display: none!important;}
}
@media (max-width: 550px) {
#new-year #start-section .phone {
 margin-bottom: 2em;
}
  #new-year #start-section p {
   margin-bottom: 1em;
  }
}

#rh-badge.rh-left .rh-inner {
  background: url(red_helper.png);
  cursor: pointer;
}

.play-me {
 z-index: 1000;
     position: absolute;
  background: none;
  top: -75px;
  height: 64px;
  line-height: 64px;
  outline: none;
  left: 50%;
  margin-left: -50px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  
}

.play-me:hover {opacity: 0.8;}
.play-me img {margin-right: 1em;}

@media (max-width: 830px) {
  .play-me {display: none;}
}


body .editor-content .table-program{
  border-collapse:collapse;
  width: 100%;
  margin-bottom: 60px;
}
body .editor-content  .table-program td{
  color: #585859;
    font-size: 13px;
    padding: 10px 10px 18px 10px;
    text-align: left;
    vertical-align: top;
  border: 0;
 
}
body .editor-content  .table-program td .style1{
}

body .editor-content  .table-program thead td{
  font-size: 14px;
  padding: 16px 0px;
  text-transform: uppercase;     
      border-bottom: 2px solid #444;
      }
    

body .editor-content  .table-program td p{
  margin-bottom: 0;
    }
body .editor-content  .table-program td     span{}
body .editor-content  .table-program td     h2{ padding:0; font-weight:normal;margin:0;}
body .editor-content  .table-program td     strong{
color: #ca2430;
    font-weight: normal;}
body .editor-content  .table-program td     a{color: #ca2430;}
body .editor-content  .table-program td.th{
  border-bottom: 2px solid #404041;
  padding: 20px 0;
  font-size:14px;
      text-transform:uppercase;
  font-weight:normal;
  color: #585859;
}
body .editor-content  .table-program td.th span{
}
body  .editor-content    .table-program  thead{
}
body .editor-content  .table-program .tr-wrap{
  background:#f3f2f2;
}
body  .editor-content    .table-program .tr-wrap td{
  background:#f3f2f2;
  
}
body .editor-content  .table-program tbody td {
 font-family: 'helv_light','Arial', sans-serif;
      font-size: 14px;
}
   body .editor-content      .table-program td.td-time{
      white-space:nowrap;
 padding-left: 5px;
  font-family: 'code',sans-serif;
  
    }
body .editor-content  .coffe td {
 background: #f3f1f2;
  padding: 5px 10px 5px 10px;
}
#mct-2 .table-program tr td {width: 33%;} 
#mct-2 .table-program tr td:first-child {width: 10%;}
.table-scroll-wrap {
 width: 100%;
  overflow-x: auto;
}
.insales24-button {
 right: 10px!important;
 bottom: 10px!important; 
}
.mobile button.insales24-button{
right: 10px!important;
 bottom: 10px!important;
  left: auto!important;
      -moz-transform: translateX(-0%);
    -ms-transform: translateX(-0%);
    -webkit-transform: translateX(-0%);
    transform: translateX(-0%);
}
