@import "font-awesome.css";
html,
button,
input,
select,
textarea {
  font-family: 'Didact Gothic', sans-serif;
  color: #000;
  font-size: 14px;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  _min-width: 1180px;
}
a {
  color: #27ae60;
  outline: none;
  text-decoration: none;
  cursor:pointer;
}

a:hover{
  text-decoration:underline;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
figure {
  margin: 0;
}
img {
  border: none;
}
.page-content img {
  max-width: 100%;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
p {
  margin: 0 0 1em;
}
/* === COLORS === */
/* === FONTS === */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/awesome/fontawesome-webfont.eot");
  src: url("fonts/awesome/fontawesome-webfont.eot?#iefix") format('embedded-opentype'), url("fonts/awesome/fontawesome-webfont.woff") format('woff'), url("fonts/awesome/fontawesome-webfont.ttf") format('truetype'), url("fonts/awesome/fontawesome-webfont.svg#fontawesome-selected") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ALSRublRegular';
  src: url('fonts/rouble/rouble.eot');
  src: url('fonts/rouble/rouble.eot') format('embedded-opentype'), url('fonts/rouble/rouble.woff') format('woff'), url('fonts/rouble/rouble.ttf') format('truetype'), url('fonts/rouble/rouble.svg#ALSRublRegular') format('svg');
}
/* === COMMON STYLES === */
h1 {
  font-size: 36px;
  font-weight: 400;
  margin: 1em auto;
}
h2 {
font-size: 32px;
font-weight: 400;
}
h3 {
font-size: 28px;
font-weight: 400;
}
#teventreceiver{
  position:fixed;top:0;right:0;bottom:0;left:0;
}
.form-item{
  margin:10px 0px;
}
.forms-input-text{
  padding: 6px 5px 6px;
  border:1px solid #b6bec0;
  outline:none;  
}

.forms-input-text:focus{
  border:1px solid #27ae60;

}

.popup-container *{
  box-sizing: border-box;  
 
}

.popup-container{
  line-height: 1.5;
  font-size: 16px;
  display: none;
  box-sizing: border-box;    
  padding: 0px 30px 44px;
  width:484px;
  background:#fff;
  position:relative;
}
.popup-container{
  line-height: 1.5;
  font-size: 16px;
  display: none;
  box-sizing: border-box;    
  padding: 0px 30px 44px;
  width:555px;
  background:#fff;
  position:relative;
}

.popup-container .button{
  height: 33px;
}

.error{
  padding-top: 10px;
  color: red;
}

.popup-container .close-popup{
  position:absolute;
  color:white;
  top: -41px;
  right: -1px;cursor:pointer;

  background: url(../img/close_popup.png);
  width: 22px;
  height: 22px;
  text-indent: -9999px;
  transition:0.3s;
}
.popup-container .close-popup:hover{
  transform:rotate(90deg);

}
.popup-container h1{
  color:#27ae60;
  margin: 14px auto;
  text-align:center;
}

.popup-container h2{
  color:#27ae60;
  margin: 24px auto 20px;
  font-weight:normal;
  font-size: 24px;
}

.popup-container .section-buttons{
  margin-top: 38px;}


.popup-container .section-button
{
  margin:auto auto;
}
#login-container {
   text-align:center;
}

#login-container .forms-input-text{
  width:180px;
}
#login-container .login-form{
  display: inline-block;
  margin-top: -5px;
  width: 220px;
  vertical-align: top;
  text-align: left;
  margin-bottom: 10px;
}
#login-container .login-form input[type=submit]{
  display: none;
}
#login-container .form-buttons{
  margin-top:15px;
}
#login-container .enter{
  margin-right:10px;
  width: 87px;
}

#login-container .reg-form{
    border-right: 1px solid #9A9A9A;
    margin-right: 30px;
}

.reg-form .enter{
  width: 191px !important;
}

#login-container .forgetpass{
  color:black;

}

#login-container .socials a{
  margin-left:10px
}
#login-container .socials a:first-child{
  margin-left:0;
}
#user-mail-container input[type=submit]{
  display: none;
}

#createsite-container {
  width: 530px;

}

.section-buttons {
  text-align: center;
}

.section-button {
  box-sizing:border-box;
  font-size: 24px;
  color: #fff;
  display: inline-block;
  padding: 8px 20px;
  padding-top:5px;
  background: #27ae60;
  border-radius: 33px;
  cursor: pointer;
  margin: 20px 0;
  min-width: 234px;
  transition: 0.4s;
  box-shadow:  0 0 0px 2px transparent inset;

  text-align: center;
}

.section-button:hover{
  color:#27ae60;
  background: white;
  box-shadow:  0 0 0px 2px #27ae60 inset;
  text-decoration: none;
}


.section-button.on-green{
  box-shadow:  0 0 0px 2px white inset;
}


.container {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0px 15px;
  /* text-align: center; */
}
/* === SITE === */
.section-title {
  text-align: center;
}

.wrapper{

}

 .header-wrap {
background: green;
    width: 100%;
}
.wrapper .header-wrap .top-line {
  height: 60px;
  position: fixed;
  width: 100%;
  z-index: 15;
  background: #fff;
  top: 0;
  left: 0;
  box-shadow:0px 0px 15px rgba(0,0,0,0.2);
  overflow: visible;
  min-width: 531px;
}

.wrapper .header-wrap .scrollarea{
  overflow:auto;
  overflow-x:auto;
  overflow-y:hidden;
  
  width:100%;
  /* height:100px; */
  /* -webkit-transform: scale(0.1) ; */  
}

.wrapper .header-wrap .top-line .container{
  overflow: visible;  
  width: auto;
  max-width: 1180px;
}

.wrapper .header-wrap .top-line .container #topmenubutton{
  background: url(../img/menu_icon.png) no-repeat 14px 14px;
  height:60px;
  width:0px;
  float:left;
  cursor:pointer;
  overflow:hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  outline:none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);  
}

.wrapper .header-wrap .top-line.small .container #topmenubutton{
  width:60px;
  transition:0.3s;  
  -webkit-transition:0.3s;  
}

.wrapper .header-wrap .top-line.small.menu-active .container #topmenubutton{
  -webkit-transform: rotate(180deg); 
  transform: rotate(180deg); 
}
.wrapper .header-wrap .top-line .container .logo {
  float: left;
  padding: 9px 0px 0px 0px;
  display: block;
}
.wrapper .header-wrap .top-line .container .cloud-logo {
  float: left;
  padding: 9px 0 0 0;
  display: block;
  text-decoration: none;
}
.wrapper .header-wrap .top-line .container .cloud-logo .logo-img {
  display: table-cell;
  padding: 0 10px;
}
.wrapper .header-wrap .top-line .container .cloud-logo .logo-text {
  display: table-cell;
  height: 40px;
  vertical-align: middle;
  font-size: 26px;
  color: #27ae60;
  text-decoration: none;
}
.wrapper .header-wrap .top-line .container .top-menu {
  _width: 602px;
  float: left;
  padding: 0 0 0 0px;
  margin-left:30px;
  /* display: none; */
}
.wrapper .header-wrap .top-line .container .top-menu ul li {
  display: inline-block;
}
.wrapper .header-wrap .top-line .container .top-menu ul li a {
  font-family: 'Didact Gothic';
  font-size: 18px;
  color: #000;
  line-height: 60px;
  padding: 0 15px;
  display: inline-block;
  position:relative;
  transition:0.2s;
  text-decoration: none;
  position:relative;
}

.wrapper .header-wrap .top-line.small .container .top-menu ul li a {
  display:block;
  padding-left: 40px;
  padding-right: 0;
  position: relative;
}

.wrapper .header-wrap .top-line .container .top-menu ul li.active a:before{
  content: " ";
  background:#27ae60;
  position:absolute;
  height: 5px;
  bottom:0;
  left:15px;
  right:15px;
  text-indent: -9999px;
}
.wrapper .header-wrap .top-line.small .container .top-menu ul li {
  display:block;

}

.wrapper .header-wrap .top-line.small .container .top-menu ul li.active a:before{
  content: " ";
  background:#27ae60;
  position:absolute;
  top:0;
  bottom:0;
  height:auto;
  width:5px;
  right: 0px;

  text-indent: -9999px;
  left: inherit;
}


.wrapper .header-wrap .top-line .container .top-menu ul li a:hover {
  color: #27ae60;
}

.wrapper .header-wrap .top-line.small .container .top-menu {
  /* display:none; */
  margin:0;
  background: #FFFFFF;
  width: 290px;
  padding: 20px 0px 20px;
  position:fixed;
  left:0px;
  top:60px;
  bottom:0;
  /* max-height:300px !important; */
  overflow-y:auto;
  /* box-shadow: 0 5px 30px -6px rgba(0,0,0,0.9); */ 
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;  


  -webkit-transition: 0.3s;
  transition:  0.3s;  
  visibility:hidden;
  
  /* z-index: 8; */
  border-right: 1px solid #27ae60;
}


.wrapper .header-wrap .top-line.small.menu-active  .container .top-menu{
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  visibility:visible;

}

.fa-globe {
    display: inline-block; 
	padding: 22px 0px 0px 20px; 
	color: #5a5a5a; 
	font-size: 17px;
}

@media (max-width: 848px) {
	.globe span{
		display: none;
	}
	.fa-globe {
		padding-left: 10px;
	}
}

@media (max-width: 540px) {
	.wrapper .header-wrap .top-line .container .account {
		width: 165px !important;
	}
}

.wrapper .header-wrap .top-line .container .account {
  float: right;
  width: 180px;
  font-size: 15px;
  padding: 16px 0 0 0;
}
.wrapper .header-wrap .top-line .container .account .login, .button{
  display: inline-block;
  color: #fff;
  font-size: 17px;
  vertical-align: middle;
  padding: 3px 20px;
  background: #27ae60;
  border-radius: 15px;
  cursor: #27ae60;
  box-shadow: 0 0 0px 2px transparent inset;
  transition:0.3s;
  text-decoration: none;
}

.wrapper .header-wrap .top-line .container .account .login:hover, .button:hover {
  color: #27ae60;
  background:#fff;  
  box-shadow: 0 0 0px 2px #27ae60 inset;
  text-decoration: none;
}

.wrapper .header-wrap .top-line .container .account .separator {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
.wrapper .header-wrap .top-line .container .account .signup {
  color: #000;
  text-decoration: underline;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
/* for logged user */
.user-account {
	position: relative;
	cursor: pointer;
	padding: 5px 0 0;
	float: right;
	min-width: 117px;
	margin-right: 10px;
    outline:none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.user-account * {

  -webkit-transition: 0.3s;
  transition:  0.3s;    
}


.user-account .user-account__avatar {
	float: left;
	position: rel;
}

.user-account .user-account__avatar img {
	border: 2px solid #fff;
	border-radius: 25px;
	height: 45px;
	width: 45px;
}

.user-account .user-account__info {
	float: right;
	/* font-weight: bold; */
	text-align: right;
}

.user-account .user-account__info .user-account__name {
  color: #000;
  font-size: 14px;
  padding: 5px 0 3px 8px;
}

.user-account .user-account__info .user-account__number {
  color: #27ae60;
  font-size: 10px;
  font-weight:bold;
  padding: 3px 0 0 8px;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif
}

.user-account .account-menu {
  position: absolute;
  text-align: left;
  display: block;
  top: 53px;
  z-index: 10;
  padding-top: 16px;
  margin-left: 28px;
  -webkit-transform: translate(-50%,-46px) scale(0.5);
  -ms-transform: translate(-50%,-46px) scale(0.5);
  transform: translate(-50%,-46px) scale(0.5);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity:0;
  

}

.user-account .account-menu .grey-arrow {
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent transparent #FFFFFF transparent;
  position: absolute;
  margin-top: -16px;
  left: 50%;
  margin-left: -12px;
  visibility:hidden;
}


.user-account .account-menu .account-div {
  /* opacity:0; */
  /* max-height:250px; */
  overflow:hidden;
  background: #FFFFFF;
  padding: 13px 21px 10px 15px; 
  box-shadow: 0 5px 10px -5px rgba(0,0,0,0.9); 
  visibility:hidden;
  
}


.user-account:hover .account-menu, 
.user-account.hover-active .account-menu{
  -webkit-transform: translate(-50%,0px)  scale(1);
  -ms-transform: translate(-50%,0px)  scale(1);
  transform: translate(-50%,0px)  scale(1);
  opacity:1;
 
}


.user-account:hover .account-menu .grey-arrow, 
.user-account.hover-active .account-menu .grey-arrow{
  visibility:visible;

}

.user-account:hover .account-menu .account-div, 
.user-account.hover-active .account-menu .account-div{
  /* opacity:1 !important; */  
  /* max-height:250px; */
  visibility:visible;

}

.user-account .account-menu .account-menu__item {
  padding: 5px 0 5px 25px;
  color: #27ae60;
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  /* font-weight: 700; */
  white-space: nowrap;
}

.user-account .account-menu .account-menu__item:nth-child(1) {
  background: url('../img/user/account-menu/001.png') no-repeat 2px 10px;
}
.user-account .account-menu .account-menu__item:nth-child(2) {
  background: url('../img/user/account-menu/002.png') no-repeat 2px 10px;
}
.user-account .account-menu .account-menu__item:nth-child(3) {
  background: url('../img/user/account-menu/003.png') no-repeat 2px 10px;
}
.user-account .account-menu .account-menu__item:nth-child(4) {
  background: url('../img/user/account-menu/004.png') no-repeat 2px 10px;
}
/* END of logged user */

.wrapper .header-wrap .top-banner {
  color: #fff;
  min-height: 450px;
  height: 100vh;
  overflow: hidden;
  text-align: center;
  position: relative;
  background: url('../img/top-banner__landing.jpg') no-repeat center center;
  background-size: cover;  
  background-attachment: fixed;   
  
  margin-bottom: -40px;
  display: table;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
  /* box-sizing: border-box; */
}

.wrapper .header-wrap .top-banner .container {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.4;
  /* height: 100%; */
  width: 100%;
}
.wrapper .header-wrap .top-banner .container .banner-title {
  text-align: center;
  font-size: 36px;
  color: #fff;
  max-width: 680px;
  margin: 0px auto 57px;
}
.wrapper .header-wrap .top-banner .container .banner-text {
  max-width: 700px;
  font-size: 18px;
  color: #fff;
  margin: 30px auto;
  text-align: center;
}
.wrapper .header-wrap .top-banner .container .section-button {
  bottom: 80px;
  box-shadow:none;
}
.wrapper .header-wrap .top-banner .scroll-down{
  background:url(../img/mouse.png) no-repeat;
  position:absolute;
  display:block;
  width:19px;
  height:39px;
  bottom:20px;
  left:50%;
  text-indent: -9999px;
  margin-left: -10px;
}

.start_phone {
	position: absolute;
	right: 37px;
	top: 110px;
}

.start_phone a {
	color: #fff;
}

@media (max-width: 740px) {
	.start_phone {
		position: initial;
		right: initial;
		top: initial;
		padding-bottom: 20px;
	}
}

.wrapper section{
  position:relative;
}

.wrapper .main {
  /* min-width: 1180px; */
  background: #ecf0f1;
  /* padding: 0px 0 20px 0; */
  margin: 60px 0 45px 0;  
}


.wrapper .main.landing {
  /* min-width: 1180px; */
  background: #ecf0f1;
  padding: 0 0 100px 0;
  margin: 0 0 45px 0;
}


.wrapper .main .options {
  text-align: center;
  padding: 0 0 20px 0;
}


.wrapper .main .options.landing {
  background: #fff;
}
.wrapper .main .options .container {
  padding: 0 20px 0 20px;
  max-width: 960px;
}
.wrapper .main .options .container .options-block .item {
  width: 175px;
  display: inline-block;
  vertical-align: top;
  margin: 40px 0 0 0;
  padding: 0 20px 0 0;
}

.wrapper .main .options .container .options-block .item a{
  text-decoration:none;
}
.wrapper .main .options .container .options-block .item:nth-child(5n) {
  padding: 0;
}
.wrapper .main .options .container .options-block .item .item-img {
  display: table-cell;
  width: 165px;
  height: 112px;
  vertical-align: middle;
  text-align: center;
}
.wrapper .main .options .container .options-block .item .item-img img {
  display: inline-block;
  transition:0.2s;
}

.wrapper .main .options .container .options-block .item-inside {
  _width: 800px;
  _display: inline-block;
  vertical-align: top;
  margin: 40px 0 0 0;
  padding: 0 30px 0 30px;
  clear: both;
}

.wrapper .main .options .container .options-block .item-inside .item-img {
  display: table-cell;
  width: 120px;
  height: 112px;
  vertical-align: middle;
  text-align: center;
  float: left;
}

.wrapper .main .options .container .options-block .item-inside .item-img img {
  display: inline-block;
  transition:0.2s;
}

.wrapper .main .options .container .options-block .item-inside .item-name {
  display: table;
  /* width: 480px; */
  text-align: left;
  font-size: 21px;
  color: #27ae60;
  transition:0.2s;
}

.wrapper .main .options .container .options-block .item-inside .item-text {
  display: table-cell;
  /* width: 780px; */
  text-align: left;
  font-size: 17px;
  color: #000;
  transition:0.2s;
}

@-webkit-keyframes bounce {
    0%, 20%, 100% {-webkit-transform: translateY(0);}
    10% {-webkit-transform: translateY(-10px);}

} 

@keyframes bounce {
    0%, 20%, 100% {transform: translateY(0);}
    10% {transform: translateY(-10px);}
} 


.wrapper .main .options .container .options-block .item:hover .item-img img {
    -webkit-animation-name: bounce; 
  animation-name: bounce;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;   
}

.wrapper .main .options .container .options-block .item .item-name {
  display: block;
  width: 165px;
  text-align: center;
  height: 75px;
  font-size: 18px;
  color: #000;
  transition:0.2s;
  
}

.wrapper .main .options .container .options-block .item:hover .item-name{
  color:#27ae60;
  
}
.wrapper .main .options .container .section-button {
  margin: 38px 0;
}
.wrapper .main .site-examples {
  text-align: center;
  background: #27ae60;
  padding: 0 0 30px 0;
}
.wrapper .main .site-examples .container .section-title {
  margin: 48px 0;
  color: #fff;
}
.wrapper .main .site-examples .container .site-slider__wrapper {
  height: 100%;
}
.wrapper .main .site-examples .container .site-slider__wrapper .bx-wrapper {
  margin: 0 auto 50px;
}
.wrapper .main .site-examples .container .site-slider__wrapper .bx-wrapper .bx-viewport {
  padding: 0 0 10px 0;
  border: none;
  left: 0px;
  box-shadow: none;
  background: none;
  z-index: 2;
}
.wrapper .main .site-examples .container .site-slider__wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-item .active,
.wrapper .main .site-examples .container .site-slider__wrapper .bx-wrapper .bx-controls .bx-pager bx-pager-item a:hover {
  background: #fff;
}
.wrapper .main .site-examples .container .site-slider__wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
  background: rgba(255, 255, 255, 0.3);
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
}
.wrapper .main .site-examples .container .site-slider__wrapper .bx-wrapper .site-slider .slider-item {
  _background: url('../img/site-slider/example-bg.png') no-repeat 0 0;
  padding: 0px 0px 0px 0px;
  position: relative;
  overflow: hidden;
  height: 115px;
  width: 228px !important;
}
.wrapper .main .site-examples .container .site-slider__wrapper .bx-wrapper .site-slider .slider-item .slider-buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 185px;
  height: 168px;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.wrapper .main .site-examples .container .site-slider__wrapper .bx-wrapper .site-slider .slider-item .slider-buttons .button {
  margin: 5px auto;
  width: 140px;
  display: block;
  font-size: 18px;
  color: #fff;
  padding: 4px 0;
  background: #27ae60;
  border-radius: 15px;
  cursor: pointer;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  text-decoration: none;
  box-shadow: none;
}
.wrapper .main .site-examples .container .site-slider__wrapper .bx-wrapper .site-slider .slider-item .slider-buttons .button:hover {
  color: #27ae60;
  background: #fff;
}
.wrapper .main .site-examples .container .site-slider__wrapper .bx-wrapper .site-slider .slider-item .slider-buttons .button:nth-child(1) {
  margin: 20px auto 10px;
}
.wrapper .main .site-examples .container .site-slider__wrapper .bx-wrapper .site-slider .slider-item:hover .slider-buttons {
  display: block;
}
.wrapper .main .site-examples .container .section-button {
  margin: 37px 0;
  /* border: 2px solid #fff; */
}
.wrapper .main .video-section .video-block {
  height: 40vw;
  background: url('../img/video.jpg') no-repeat center center;
  background-size:cover;
  /* width: 100%;*/
  min-height: 225px; 
}



.cloudvideo {
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:100;
  overflow: hidden;
  height: auto !important;
  width: 100% !important;  
  text-align: center;
  transition: 0.4s;
  opacity:1;
}

.cloudvideo video{

  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.vjs-paused{
  visibility: hidden;
  opacity:0;
}

.vjs-control-bar{
  display:none;
}
.wrapper .main .video-section .video-block .play {
  font-size: 36px;
  color: #fff;
  position: absolute;
  top: 30%;
  left: 45%;
  /* margin: -50px 0 0 -300px;
  padding: 0 108px 0 0; */
  line-height: 100px;
  display: inline-block;
  /* border:2px solid; */
  /* border-radius:50px; */
  text-decoration: none;
  text-align: center;
}

.wrapper .main .video-section .video-block  .playicon{
  background: url('../img/play.png') no-repeat center center;
  background-size:cover;
  display: inline-block;
  vertical-align:middle;
  width:90px;
  height:90px;
  text-indent:-99999px;
  transition:0.3s;
  margin:0;
  
}

.wrapper .main .video-section .video-block .play:hover  .playicon{
  width:80px;
  height:80px;
  margin:5px;
  
}

.wrapper .main .reviews {
  background: #ecf0f1;
  padding: 10px 0 70px 0;
  text-align: center;
}

.wrapper .main .reviews .container {
  width:100%;
  padding: 0px;
}

.wrapper .main .reviews .container .section-title {
  color: #27ae60;
}
.wrapper .main .reviews .container .reviews-slider__wrapper .bx-wrapper {
  margin: 0 auto 50px;
}
.wrapper .main .reviews .container .reviews-slider__wrapper .bx-wrapper .bx-viewport {
  padding: 0 0 10px 0;
  border: none;
  left: 0px;
  box-shadow: none;
  background: none;
  z-index: 2;
  /* overflow:visible !important; */
}
.wrapper .main .reviews .container .reviews-slider__wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-item .active,
.wrapper .main .reviews .container .reviews-slider__wrapper .bx-wrapper .bx-controls .bx-pager bx-pager-item a:hover {
  background: #000;
}
.wrapper .main .reviews .container .reviews-slider__wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
  background: rgba(0, 0, 0, 0.3);
  width: 15px;
  height: 15px;
  border-radius: 7.5px;
}
.wrapper .main .reviews .container .reviews-slider__wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: -140px;
  background: url('../img/reviews/landing-slider-buttons.png') no-repeat 0 -64px;
}
.wrapper .main .reviews .container .reviews-slider__wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover {
  background-position: 0 0;
}
.wrapper .main .reviews .container .reviews-slider__wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: -140px;
  background: url('../img/reviews/landing-slider-buttons.png') no-repeat -64px -64px;
}
.wrapper .main .reviews .container .reviews-slider__wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover {
  background-position: -64px 0;
}
.wrapper .main .reviews .container .reviews-slider__wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next,
.wrapper .main .reviews .container .reviews-slider__wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  top: 50%;
  margin-top: -36px;
  width: 64px;
  height: 64px;
  z-index: 10;
  opacity: 0.7;
}
.wrapper .main .reviews .container .reviews-slider__wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover,
.wrapper .main .reviews .container .reviews-slider__wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover {
  opacity: 1;
}
.wrapper .main .reviews .container .reviews-slider__wrapper .bx-wrapper .reviews-slider .slider-item {
  text-align: center;
}

.wrapper .main .reviews .container .reviews-slider__wrapper .bx-wrapper .reviews-slider .slider-item .item-img {
  width: 130px;
  height: 130px;
  border-radius: 75px;
  margin: 0 auto;
  overflow: hidden;
}
.wrapper .main .reviews .container .reviews-slider__wrapper .bx-wrapper .reviews-slider .slider-item .item-img img {
  width: 130px;
  height: 130px;
}
.wrapper .main .reviews .container .reviews-slider__wrapper .bx-wrapper .reviews-slider .slider-item .item-title {
  font-size: 18px;
  width: 155px;
  margin: 23px auto 0;
}
.wrapper .main .reviews .container .reviews-slider__wrapper .bx-wrapper .reviews-slider .slider-item .item-description {
  width: 155px;
  margin: 0 auto;
}
.wrapper .main .reviews .container .reviews-slider__wrapper .bx-wrapper .reviews-slider .slider-item .item-description .green-text {
  color: #27ae60;
}
.wrapper .main .reviews .container .reviews-slider__wrapper .bx-wrapper .reviews-slider .slider-item .item-content {
  font-size: 20px;
  line-height: 33.2px;
  padding: 40px 0 0 0;
}
.wrapper .main .reviews .container .reviews-slider__wrapper .bx-wrapper .reviews-slider .bx-clone {
  display: none;
}
.wrapper .main .prices {
  background: #27ae60;
  padding: 0 0 70px 0;
}
.price-group {
  text-align: center;
}
.wrapper .main .prices .section-title {
  color: #fff;
}
.pay-switcher {
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-right: 110px;
}

.pay-switcher .switch-container{
  border:2px solid white;
  border-radius: 15px;
  display:inline-block;
  transition: background 0.4s;
  height:29px;
  padding:0 0px;
}

.pay-switcher .switch-container:hover{

}

.pay-switcher .switch-button {
  vertical-align:baseline;
  position:relative;
  font-size: 18px;
  color: #fff;
  display: block;
  float:left;
  cursor: pointer;
  transition:0.4s;
  line-height:30px;
  /* z-index: 1; */
  padding:0px 16px;
  margin: -1px -1px;  
  text-decoration: none;  
}

.pay-switcher .switch-button:first-child{
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
}

.pay-switcher .switch-button:last-child{
    border-top-right-radius:13px;
    border-bottom-right-radius:13px;  
}

.pay-switcher .switch-button:hover::before{
  z-index:10;  
  content:" ";
  position:absolute;
  
  bottom:4px;
  right:16px;left:16px;
  border-bottom: 1px dashed #fff;   
}


.pay-switcher .switch-button.active {
  padding:0px 30px;
  font-size: 18px;
  background:#fff;
  color: #27ae60;
  cursor:inherit;

}
.pay-switcher .switch-button.active:before{
  border-color:transparent;
}



.pay-switcher .eco {
  display:none;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 22px 4px 18px;
  position: relative;
  position:absolute;
  left:100%;
  margin-left: 6px;
  top: -3px;
  width:120px;
  opacity:0.5;
  transition:0.4s;
  background: url('../img/eco-white-bg.png') no-repeat 0 2px;
  
}

.pay-switcher .switch-button.active .eco {
  opacity:1;
  margin-left: 23px;
}

.wrapper .main .prices .price-tax {
  text-align: center;
  padding: 50px 0 0 0;
}
.wrapper .main .prices .price-tax .item-tax {
  vertical-align: top;
  border-radius: 10px;
  background: #ecf0f1;
  width: 280px;
  text-align: center;
  display: inline-block;
  height: 460px;
  margin: 0px 7px 15px 7px;
}
.wrapper .main .prices .price-tax .item-tax .item-title {
  font-size: 18px;
  color: #101010;
  padding: 24px 0;
}
.wrapper .main .prices .price-tax .item-tax .item-price {
  font-size: 72px;
  letter-spacing: -9px;
  line-height: 64px;
  color: #27ae60;
}
.wrapper .main .prices .price-tax .item-tax .item-price .price-valute {
  font-family: 'ALSRublRegular';
}
.wrapper .main .prices .price-tax .item-tax .month {
  font-size: 18px;
  color: #878d8e;
}
.wrapper .main .prices .price-tax .item-tax .option-items {
  margin: 30px 0 0 82px;
  position: relative;
}
.wrapper .main .prices .price-tax .item-tax .option-items::before {
  background: #dde1e2;
  content: '';
  width: 230px;
  height: 1px;
  position: absolute;
  top: -17px;
  left: -49px;
}
.wrapper .main .prices .price-tax .item-tax .option-items .option {
  color: #101010;
  font-size: 18px;
  padding: 0 0 1px 36px;
  width: 100px;
  margin: 0 0 14px 0;
  text-align: left;
  background: url('../img/ok-green.png') no-repeat 0 0;
}
.wrapper .main .prices .price-tax .item-tax:nth-child(2) .option-items {
  margin-left: 50px;
}
.wrapper .main .prices .price-tax .item-tax:nth-child(2) .option-items .option {
  width: 160px;
}

.prices-text {
	text-align: center;
    padding: 0px 0px 30px 0px;
    font-size: 18px;
}

.prices-box {
max-width: 980px;
margin: 0 auto;
}

.prices-tabs {
font-size: 18px;
border-bottom: 1px solid #ecf0f1;
}
.prices-tabs__rubrics {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;

    font-size: 24px;
    line-height: 1;
}
.prices-tabs__rubric {
    padding: 10px 30px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    cursor: pointer;
}
.prices-tabs__rubric:hover,
.prices-tabs__rubric.active {
    background: #fff;
}
.prices-tabs__collection {
background: #fff;
}
.prices-tabs__tab {
    display: none;
    padding: 20px 30px 15px;
}
.prices-tabs__tab.active {
    display: block;
}
.prices-tabs ul,
.prices-sheet ul {
margin: 0;
padding: 0;
list-style: none;
}
@media (max-width: 992px) {
/*.prices-tabs__rubrics {
    display: block;
}
.prices-tabs__rubric {
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.prices-tabs__tab {
    padding-left: 10px;
    padding-right: 10px;
}*/
}
.pt-pay-switcher {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
max-width: 100%;
}
.pt-pay-switcher li:not(:last-child) {
margin-right: 20px;
}
.pt-pay-switcher a {
text-decoration: none;
border-bottom: 1px dashed #27ae60;
}
.pt-pay-switcher a:hover,
.pt-pay-switcher a:focus,
.pt-pay-switcher a.active {
text-decoration: none;
color: inherit;
border-bottom-color: transparent;
}
@media (max-width: 768px) {
.pt-pay-switcher {
    display: block;
}
.pt-pay-switcher li {
    margin-bottom: 10px;
	display: inline-block;
}
.pt-pay-switcher li:first-child {
	display: block;
}
}

.prices-sheet {
	margin-bottom: 50px;
}
.prices-sheet__row,
.prices-sheet__col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
}
.prices-sheet__col {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 25%;
	-moz-box-flex: 1;
	-ms-flex: 1 1 25%;
	flex: 1 1 25%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 25%;
}
.prices-sheet__headline,
.prices-sheet__cost {
	padding: 0 30px;
	text-align: center;
	background: #fff;
}
.prices-sheet__headline .prices-sheet__col,
.prices-sheet__cost .prices-sheet__col {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.prices-sheet__headline {
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 18px;
	color: #9d9d9d;
	border-bottom: 1px solid #ecf0f1;
}
.prices-sheet__price {
	font-size: 56px;
	letter-spacing: -3px;
	color: #27ae60;
}
@media (max-width: 992px) {
.prices-sheet__headline,
.prices-sheet__cost {
    padding-left: 10px;
    padding-right: 10px;
}
.prices-sheet__headline {
    font-size: 16px;
}
.prices-sheet__price {
    font-size: 42px;
    letter-spacing: -3px;
}
}
@media (max-width: 576px) {
.prices-sheet__headline {
    font-size: 10px;
}
.prices-sheet__price {
    font-size: 32px;
    letter-spacing: -2px;
}
}
.prices-sheet .valute {
	font-family: 'ALSRublRegular';
}
.prices-sheet__period {
	margin-bottom: 5px;
	font-size: 18px;
	color: #9d9d9d;
}
.prices-sheet__checks {
	display: none;
}
.prices-sheet__checks.active {
	display: block;
}
.prices-sheet__checks {
	font-size: 18px;
}
.prices-sheet__checks .prices-sheet__row:nth-child(even) {
	background: #fff;
}
.prices-sheet__check {
	padding: 10px 30px;
}
.prices-sheet__checks .prices-sheet__col-b,
.prices-sheet__checks .prices-sheet__col-c,
.prices-sheet__checks .prices-sheet__col-d {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0px 5px;
    text-align: center;
}
.prices-sheet__footnote {
	padding: 5px 30px;
	font-size: 14px;
}
@media (max-width: 992px) {
.prices-tabs__tab,
.prices-sheet__check {
    padding-left: 10px;
    padding-right: 10px;
}
.prices-sheet__period {
    font-size: inherit;
}
.prices-sheet__checks {
    font-size: 16px;
}
}
@media (max-width: 576px) {
.prices-sheet__period {
    font-size: 12px;
}
.prices-sheet__checks {
    font-size: inherit;
}
}
.prices-sheet .ok {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../img/ok-green.png) no-repeat 0 0;
	vertical-align: middle;
}



.wrapper .main .create-site {
  padding: 30px 0;
  background: #fff;
  margin-bottom: -45px;
}
.wrapper .main .create-site .section-buttons {
  text-align: center;
}

.footer-wrap {
  height: 160px;
  background: #ecf0f1;
}
.footer-wrap .container {
  max-width: 1180px;
}
.footer-wrap .left-section {
  width: 180px;
  float: left;
  font-size: 12px;
  color: #101010;
}
.footer-wrap .left-section .copyright {
  padding: 40px 0 5px 0;
}
.footer-wrap .social-buttons {
  width: 100px;
  float: left;
  padding: 70px 0 0 380px;
}
.footer-wrap .social-buttons .social-item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
.footer-wrap .social-buttons .twitter {
  width: 20px;
  height: 16px;
  background: url('../img/social-buttons/twitter.png') no-repeat 0 0;
}
.footer-wrap .social-buttons .facebook {
  width: 18px;
  height: 18px;
  background: url('../img/social-buttons/facebook.png') no-repeat 0 0;
}
.footer-wrap .social-buttons .vk {
  width: 20px;
  height: 20px;
  background: url('../img/social-buttons/vk.png') no-repeat 0 0;
}
.footer-wrap .pay-block {
  padding: 70px 0 0 0;
  float: right;
}




.wrapper .main h1 {
  text-align: center;
  color: #27ae60;
}
.wrapper .main h1 sup {
	color: #F00;
	font-size: 40px;
	position: absolute;
}
.wrapper .main .main-content {
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
}

.aside-left {
  min-width: 280px;
  /* float: left; */
  padding-right: 15px;
  display: inline-block; 
  vertical-align: top;
  text-align: left;
}

.aside-left .search-form__wrapper {
  background: #fff;
  margin: 20px 0px 4px 0px;
  padding-right: 70px;
}
.aside-left .search-form__wrapper .search-form {
  position: relative;
}
.aside-left .search-form__wrapper .search-form input[type="text"] {
  background: none;
  border: 1px solid #ecf0f1;
  margin: 12px 19px;
  padding: 8px 16px;
  width: 100%;
}
.aside-left .search-form__wrapper .search-form input[type="submit"] {
  width: 25px;
  height: 25px;
  background: url('../img/search-button.png') no-repeat 0 0;
  position: absolute;
  left: 224px;
  top: 19px;
  border: none;
}

.aside-left .js-select-caption a{
  margin-right: 13px;
  width: 12px;
}
.aside-left .left-menu {
  background: #fff;
  padding: 34px 0px 20px 20px;
}
.aside-left .left-menu ul li {
  padding: 5px 0;
  width: 241px;
}
.aside-left .left-menu ul li a {
  color: #333333;
  font-size: 16px;
  display: inline-block;
  letter-spacing: -0.5px;
}
.aside-left .left-menu ul li a:hover {
  color: #27ae60;
  text-decoration: none;
}
.aside-left .left-menu ul li a.selected {
  color: #27ae60;
}
.left_menu_level_2 {
  padding-left: 20px;
}
.aside-left .left-menu ul .left_menu_level_2 .menu_item_2 a {
  font-size: 15px;
}
.aside-left .left-menu ul .left_menu_level_2 .menu_item_2 {
  color: #27ae60;
  font-size: 15px;
}
.wrapper .main .main-content .page-content {
  display: inline-block;
  max-width: 780px;
  text-align: left;
}

.wrapper .main .main-content .page-content .intro-text {
  font-size: 20px;
  color: #000;
}
.wrapper .main .main-content .page-content .sub-menu__title {
  font-size: 24px;
  color: #27ae60;
  padding: 15px 0 10px 0;
}
.wrapper .main .main-content .page-content .sub-menu .sub-menu__item {
  font-size: 16px;
  color: #333333;
  display: block;
  width: 300px;
  cursor: pointer;
  padding: 5px 0;
}
.wrapper .main .main-content .page-content .sub-menu .sub-menu__item:first-letter {
  color: #27ae60;
}
.wrapper .main .main-content .page-content .sub-menu .sub-menu__item:hover {
  color: #27ae60;
  text-decoration: none;
}
.wrapper .main .main-content .page-content .sub-menu .selected {
  color: #27ae60;
}

.templates .js-select-container{
  position:absolute;
  z-index:10;
}



.js-select-container.active .js-select-caption{
   background:#fff url('../img/close.png') no-repeat 20px 25px;
}


.templates .aside-left{
 box-sizing:content-box;  
}

.templates-tarif { 
	padding-bottom: 20px;
}
.templates-tarif-item {
	display: inline-block;
	padding: 0px 20px 8px 0px;
}
.templates-tarif-item span {
	color: #fff;
	padding: 0px 26px 2px 28px;
	font-size: 10px;
	border-top-left-radius: 12px;
	box-shadow: 0px -2px 0px 0px rgba(0,0,0,0.3) inset;
	padding-bottom: 4px;
	line-height: 1em;
}
.templates-tarif-item a {
	background-color: #27ae60;
	color: #fff;
	border-radius: 10px;
	padding: 0px 15px 2px 15px;
}

.js-select-container{
 
  overflow:hidden;
  max-height:64px;
  transition:0.4s;
  
}



.js-select-container.active{
  max-height:900px;
}


.js-select-caption {
  background:#fff url('../img/cat-menu.gif') no-repeat 20px 25px;
  transition:0.4s;
  margin: 0 0 4px;
  padding: 18px 0 18px 47px;
  font-size: 18px;
  cursor: pointer;
  max-width: 223px;
}

.templates .search-form__wrapper {
  width: 100%;
}
.templates .search-form {
  position: relative;
}

.templates .template-input{
  margin-left: 270px;
  background: #fff;  
  padding-right: 70px;
}

.templates .search-form input[type="text"] {
  background: none;
  border: 1px solid #ecf0f1;
  margin: 12px 18px;
  padding: 8px 16px;
  width: 100%;
}
.templates .search-form input[type="submit"] {
  width: 25px;
  height: 25px;
  background: url('../img/search-button.png') no-repeat 0 0;
  position: absolute;
  right: 25px;
  top: 19px;
  border: none;
  cursor: pointer;
  outline: none;
}
.templates .section-button{
  
}

.paginator {
	text-align: center;
    padding: 10px 10px 30px 10px;
    font-size: 24px;
}

.paginator a, .paginator .end {
	padding-left: 10px;
}

.paginator .active {
    padding: 0px 10px 0px 10px;
    background-color: #27AE60;
    border-radius: 30px;
    color: #fff;
    margin-left: 10px;
}

.templates-block {
  overflow: hidden;
  padding: 47px 0px 0px 0px;
  min-height: 600px;
  text-align: justify;
}
.templates-block .template-item {
  width: 185px;
  height: 220px;
  _background: url('../img/site-slider/example-bg.png') no-repeat 0 0;
  padding: 0px 0px 0px 0px;
  position: relative;
  margin: 0 25px 50px 25px;
  display: inline-block;
  vertical-align: top;
}
.template-item .license-type {
font-size: 10px;
position: absolute;
width: 75px;
right: 0px;
top: -16px;
padding: 2px 10px;
text-align: center;
color: white;
background: green;
border-top-left-radius: 12px;
box-shadow: 0px -2px 0px 0px rgba(0,0,0,0.3) inset;
padding-bottom: 4px;
line-height: 1em;
}
.template-item .license-type.business {
background: rgb(72, 139, 185);
}
.template-item .license-type.sshop {
background: rgb(229, 77, 67);
}
.templates-block .template-img {
  height: 144px;
  overflow: hidden;
}
.templates-block .template-item .item-title {
  text-align: center;
  display: block;
  color: #27ae60;
  font-size: 16px;
  _padding: 10px 0;
  margin-top: -27px;
}
.templates-block .template-item .item-text, .templates-block .template-item .item-text a {
  color: #878d8e;
  text-align: center;
}
.templates-block .template-item:nth-child(5n) {
  _margin: 0 0 20px 0;
}
.templates-block .template-item .template-buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 185px;
  height: 116px;
  display: none;
  text-align: center;
}
@media (max-width: 576px) {
	.templates-block .template-item .template-buttons {
		display: block;
	}	
	.templates-block .template-item .template-buttons .button:nth-child(1) {
  margin: 15px 10px 10px 0;
	}
	.templates-block .template-item .template-buttons .button {
		float: right; 
		margin-right: 10px; 
	}
}
.templates-block .template-item .template-buttons .button {
  margin: 5px auto;
  width: 90px;
  display: block;
  font-size: 18px;
  color: #fff;
  padding: 4px 0;
  background: rgba(39, 174, 96, 0.7);
  border-radius: 15px;
  cursor: pointer;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  border: #fff 2px solid;
}
.templates-block .template-item .template-buttons .button:hover {
  color: #27ae60;
  background: #fff;
  text-decoration: none;
}
.templates-block .template-item .template-buttons .button:nth-child(1) {
  margin: 20px auto 10px;
}
.templates-block .template-item:hover .template-buttons {
  display: block;
  background: rgba(0, 0, 0, 0.3);
}

.templates .section-button{
  margin:-30px auto 30px auto; 
}
.wrapper .main .page-buttons {
  text-align: center;
  margin-bottom: 20px;
}


.wrapper .main .system-description {
  background:#fff;
}

.wrapper .main .system-description .section-title {
  color: #27ae60;
}
.wrapper .main .system-description .description-block .item {
  width: 215px;
  display: inline-block;
  vertical-align: top;
  margin: 0 16px 50px 0;
}
.wrapper .main .system-description .description-block .item:nth-child(4n) {
  _margin: 0 0 50px 0;
}
.wrapper .main .system-description .description-block .item:nth-child(13) {
  _margin: 0 16px 50px 299px;
}
.wrapper .main .system-description .description-block .item .item-img {
  width: 200px;
  height: 135px;
  padding: 25px 0 0 0;
  background: url('../img/system-description/item-bg.png') no-repeat 0 0;
  overflow: hidden;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.wrapper .main .system-description .description-block .item .item-img img {
  width: 200px;
  height: 200px;
}
.wrapper .main .system-description .description-block .item .item-title {
  font-size: 16px;
  color: #27ae60;
  padding: 5px 0;
  display: inline-block;
}
.wrapper .main .modules {
  padding: 0 0 40px 0;
  text-align: center;
}
.wrapper .main .modules .section-title {
  color: #27ae60;
}
.wrapper .main .modules .section-text {
  width: 830px;
  margin: 0 auto;
  font-size: 16px;
}
.wrapper .main .shop {
  padding: 0 0 50px 0;
  color: #fff;
  background: #27ae60;
}

.wrapper .main .shop h1{
  color:white;

}
.wrapper .main .shop .section-content {
  overflow: hidden;
}
.wrapper .main .shop .section-content .left-side {
  width: 49%;
  float: left;
}
.wrapper .main .shop .section-content .right-side {
  width: 49%;
  float: right;
}
.wrapper .main .shop .section-content .item {
  padding: 0 0 45px 0;
}
.wrapper .main .shop .section-content .item .item-title {
  font-size: 18px;
}
.wrapper .main .shop .section-content .item .item-list {
  padding: 0 0 0 20px;
  font-size: 16px;
}
.wrapper .main .shop .shop-slider__wrapper .bx-wrapper {
  margin: 0 auto 50px;
}
.wrapper .main .shop .shop-slider__wrapper .bx-wrapper .bx-viewport {
  padding: 0 0 10px 0;
  border: none;
  left: 0px;
  box-shadow: none;
  background: none;
  z-index: 2;
}
.wrapper .main .shop .shop-slider__wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: 55px;
  background: url('../img/shop-slider/slider-buttons.png') no-repeat 0 0;
}
.wrapper .main .shop .shop-slider__wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: 55px;
  background: url('../img/shop-slider/slider-buttons.png') no-repeat -64px 0;
}
.wrapper .main .shop .shop-slider__wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next,
.wrapper .main .shop .shop-slider__wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  top: 50%;
  margin-top: 0;
  width: 64px;
  height: 64px;
  z-index: 10;
  opacity: 0.7;
}
.wrapper .main .shop .shop-slider__wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover,
.wrapper .main .shop .shop-slider__wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover {
  opacity: 1;
}
.wrapper .main .shop .shop-slider__wrapper .bx-wrapper .shop-slider .item {
  width: 1180px;
  height: 550px;
}
.wrapper .main .shop .shop-slider__wrapper .bx-wrapper .shop-slider .item .item-image {
  height: 479px;
  width: 800px;
  margin: 0 auto;
  padding: 71px 0 0 0;
  background: url('../img/shop-slider/slider-bg.png') 0 0;
}
.wrapper .main .shop .shop-slider__wrapper .bx-wrapper .shop-slider .item .item-image img {
  width: 800px;
  height: 593px;
}
.wrapper .main .bottom-description {
  padding: 50px 0 0 0;
  margin-bottom: -44px;
}


.wrapper .main .prices-inner {
  background: #ecf0f1;
}
.wrapper .main .prices-inner .section-title {
  color: #27ae60;
}
.wrapper .main .prices-inner .pay-switcher {
  font-size: 18px;
  text-align: center;
  color: #000;
  margin-right: 100px;
}

.wrapper .main .prices-inner .pay-switcher .switch-container{
  border:2px solid #27ae60;
  border-radius: 15px;
  display:inline-block;
  transition: background 0.4s;
  height:29px;
  padding:0 0px;
  /* background:white; */ 
}


.wrapper .main .prices-inner .pay-switcher .switch-button.active  {
  background:#27ae60;  
  color:white;
}

.wrapper .main .prices-inner .pay-switcher .switch-button{
  background:transparent; 
  color:#27ae60;
}

.wrapper .main .prices-inner .pay-switcher .switch-button:hover::before{
  z-index:10;  
  content:" ";
  position:absolute;
  
  bottom:4px;
  right:16px;left:16px;
  border-bottom: 1px dashed  #27ae60;   
}

.wrapper .main .prices-inner .pay-switcher .switch-button.active:hover::before{
  z-index:10;  
  content:" ";
  position:absolute;
  
  bottom:4px;
  right:16px;left:16px;
  border-bottom: 1px dashed transparent;   
}

.wrapper .main .prices-inner .pay-switcher .eco {
  background: url('../img/eco-green-bg.png') no-repeat 0 2px;
}

.wrapper .main .prices-inner .price-table__wrapper .price-table {
  font-size: 18px;
  margin: 22px auto 50px auto;
  border-collapse: collapse;
}
.wrapper .main .prices-inner .price-table__wrapper .price-table tr .price-value {
  font-size: 72px;
  letter-spacing: -6px;
  color: #27ae60;
  line-height: 55px;
  padding: 10px 0 0 0;
}
.wrapper .main .prices-inner .price-table__wrapper .price-table tr .valute {
  font-family: 'ALSRublRegular';
  font-size: 72px;
  color: #27ae60;
}

.wrapper .main .prices-inner .price-table__wrapper .price-table tr  .item-price {
  font-size: 72px;
  letter-spacing: -9px;
  line-height: 64px;
  color: #27ae60;
}
.wrapper .main .prices-inner .price-table__wrapper .price-table tr  .price-valute {
  font-family: 'ALSRublRegular';
}



.wrapper .main .prices-inner .price-table__wrapper .price-table tr .month {
  color: #878d8e;
  font-size: 18px;
  letter-spacing: normal;
}
.wrapper .main .prices-inner .price-table__wrapper .price-table tr th {
  padding: 15px 0;
  color: #878d8e;
  font-weight: 400;
  font-size: 16px;
}
.wrapper .main .prices-inner .price-table__wrapper .price-table tr th:nth-child(1) {
  width: 360px;
}
.wrapper .main .prices-inner .price-table__wrapper .price-table tr th:nth-child(2) {
  width: 220px;
  text-align: center;
}
.wrapper .main .prices-inner .price-table__wrapper .price-table tr th:nth-child(3) {
  width: 230px;
  text-align: center;
}
.wrapper .main .prices-inner .price-table__wrapper .price-table tr td {
  padding: 5px 0;
  vertical-align: middle;
}
.wrapper .main .prices-inner .price-table__wrapper .price-table tr td .ok {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url('../img/ok-green.png') no-repeat 0 0;
  vertical-align: middle;
}
.wrapper .main .prices-inner .price-table__wrapper .price-table tr td:nth-child(3n-2) {
  padding-left: 40px;
}
.wrapper .main .prices-inner .price-table__wrapper .price-table tr td:nth-child(2n),
.wrapper .main .prices-inner .price-table__wrapper .price-table tr td:nth-child(3n) {
  text-align: center;
}
.wrapper .main .prices-inner .price-table__wrapper .price-table tr:nth-child(2n) {
  background: #f9f9f9;
}
.wrapper .main .prices-inner .section-buttons {
  text-align: center;
  padding: 0 0 60px 0;
}

.wrapper .main .prices-inner .prices-text {
  text-align: center;
  padding: 0px 0px 50px 0px;
}

.search_item {
  margin-bottom: 20px;
}

.manual-img {
  width: 95%;
}

.loading {
    background: #000 url('../img/loading.gif') no-repeat center center;
    height: 100%;
    margin-left: -30px;
    position: absolute;
    width: 100%;
    z-index: 10;
    opacity: 0.7;
}



.swiper-wrapper {
    box-sizing: inherit;
}

._swiper-nav {
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}
._swiper-nav .swiper-btn-next,
._swiper-nav .swiper-btn-prev {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
}
._swiper-nav .swiper-btn-prev {
    left: 0;
}
._swiper-nav .swiper-btn-next {
    right: 0;
}
._swiper-nav .swiper-btn-next svg,
._swiper-nav .swiper-btn-prev svg {
    max-width: 40px;
}
@media(min-width: 885px)
{
    ._swiper-nav {
        padding-left: 130px;
        padding-right: 130px;
    }
    ._swiper-nav .swiper-btn-next svg,
    ._swiper-nav .swiper-btn-prev svg {
        max-width: 100%;
    }
}


._swiper-paginat .swiper-paginat {
    margin-top: 40px;
    margin-bottom: -5px;
    text-align: center;
}
._swiper-paginat .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    margin: 5px 6px;
    vertical-align: top;
    background: #c4c4c4;
    cursor: pointer;
    outline: none;
    opacity: 1;
}
._swiper-paginat .swiper-pagination-bullet:hover {
    background-color: #2fd067;
}
._swiper-paginat .swiper-pagination-bullet-active {
    background-color: #2EA555;
}


._nowrap {
    white-space: nowrap;
}
._cover {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 15px;
    position: relative;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
._cover > * {
    z-index: 2;
}
._cover::after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-color: rgba(13,13,13,.36);
}

.is-box {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.is-section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.is-section._white {
	background-color: #fff;
}
.is-section img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
.is-section svg {
    display: block;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    fill: currentColor;
}

.title-d {
    margin-bottom: .625em;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
}
@media(min-width: 885px)
{
    .title-d {
        font-size: 64px;
    }
}


.tabs-d {
    position: relative;
	overflow: hidden;
}
.tab-d {
	width: 100%;
    position: absolute;
	top: 0;
	left: 0;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -2;
}
.tab-d_active {
    position: static;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 2;
}
.tabs-d__rubrics {
	margin-bottom: 30px;
	line-height: 1;
	text-align: center;
}
.tabs-d__rubric {
	display: inline-block;
	margin-bottom: 5px;
	padding: 8px 20px 10px;
	font-size: 24px;
	border: 2px solid #27ae60;
	border-radius: 30px;
	transition: all .2s;
}
.tabs-d__rubric:hover,
.tabs-d__rubric:focus,
.tabs-d__rubric:active {
	text-decoration: none;
}
.tabs-d__rubric:hover,
.tabs-d__rubric:focus,
.tabs-d__rubric_active {
	color: #fff;
    background-color: #27ae60;
}
@media(min-width: 520px)
{
    .tabs-d__rubrics {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.tabs-d__rubric {
		margin-bottom: 0;
		border-radius: 0;
	}
	.tabs-d__rubric:first-child {
		border-top-left-radius: 30px;
		border-bottom-left-radius: 30px;
	}
	.tabs-d__rubric:last-child {
		border-top-right-radius: 30px;
		border-bottom-right-radius: 30px;
	}
	.tabs-d__rubric:not(:last-child) {
		border-right: none;
	}
}


.signboard-d {
    background-image: url(../img/signboard.jpg);
	background-color: #27ae60;
}
.signboard-d__prime {
    margin-bottom: 2.353em;
    font-size: 20px;
    line-height: 1.3;
}
.signboard-d__second {
    margin-bottom: 2.8em;
}
.signboard-d__phone-call {
	display: flex;
    align-items: center;
	position: absolute;
	top: 100px;
	right: 50px;
    position: absolute;
    top: 100px;
    right: 50px;
	font-size: 24px;
    color: #fff;
}
.signboard-d__phone-call:hover,
.signboard-d__phone-call:focus,
.signboard-d__phone-call:active {
	color: #27ae60;
	text-decoration: none;
}
.signboard-d__phone-call img {
	margin-right: 5px;
}
@media(min-width: 885px)
{
    .signboard-d__prime {
        font-size: 34px;
    }
    .signboard-d__second {
        font-size: 18px;
    }
}


.features-d__list {
    max-width: 885px;
}
.feature-d {
    display: flex;
    padding-left: 90px;
    position: relative;
}
.feature-d:not(:last-child) {
    margin-bottom: 50px;
}
.feature-d__impress {
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -20px;
    left: 0;
    color: #27ae60;
    background-color: #ecf0f1;
    border-radius: 50%;
}
.feature-d__impress svg {
    max-width: 50px;
}
.feature-d__content {
    flex: auto;
    max-width: 100%;
    z-index: 2;
}
.feature-d__title {
    line-height: .9;
    text-align: left;
}
.feature-d__text {
    font-size: 18px;
}
@media(min-width: 885px)
{
    .feature-d {
        align-items: center;
    }
    .feature-d:not(:last-child) {
        margin-bottom: 100px;
    }
    .feature-d__impress {
        width: 250px;
        height: 250px;
        margin-top: 0;
        margin-right: 100px;
        position: static;
    }
    .feature-d:nth-child(odd) .feature-d__impress {
        order: 1;
        margin-left: 100px;
        margin-right: 0;
    }
    .feature-d__impress svg {
        max-width: none;
        position: static;
    }
}



.examples-d {
    text-align: center;
}
.examples-d__text {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.95em;
    font-size: 18px;
}
.examples-d__swiper {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.example-d__actions {
	margin-top: 10px;
	text-align: center;
}
.example-d__actions a {
	display: inline-block;
    background-color: #27ae60;
    color: #fff;
    width: 200px;
    margin: 0 10px 10px 0;
    border-radius: 15px;
    padding: 5px;
}
.examples-d__foot {
    text-align: center;
}
@media(min-width: 885px)
{
    .examples-d__swiper {
        margin-bottom: 60px;
    }
}



.cases-d__swiper {
    max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.case-d__impress {
    margin-bottom: 30px;
    text-align: center;
}
.case-d__image {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.case-d__image::after {
	display: block;
	padding-bottom: 100%;
	content: '';
}
.case-d__impress figcaption {
    margin-top: 20px;
	font-size: 1.3em;
	font-weight: bold;
}
.case-d__text {
    font-size: 18px;
	padding-left: 20px;
}
@media(min-width: 885px)
{
    .case-d {
        display: grid;
        grid-template-columns: 300px 1fr;
        gap: 30px;
        align-items: center;
    }
    .case-d__impress {
        margin-bottom: 0;
    }
}



.tariffs-d__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 235px);
    gap: 5px;
    justify-content: center;
    margin-bottom: 20px;
}
.tariff-d {
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
    border-radius: 20px;
	background-color: #ecf0f1;
	margin-right: 15px;
}
.tariff-d__name {
    margin-bottom: .83333em;
    font-size: 24px;
    font-weight: 700;
}
.tariff-d__details {
    margin-bottom: 2.14em;
    line-height: 1;
    font-weight: 600;
}
.tariff-d__detail:not(:last-child) {
    margin-bottom: .71em;
}
.tariff-d__cost {
    margin-top: auto;
    line-height: 1.1;
    text-align: center;
}
.tariff-d__price,
.tariff-d__period {
    display: block;
}
.tariff-d__price {
    font-size: 36px;
    font-weight: 700;
    color: #27ae60;
}
.tariff-d__period {
    font-size: 18px;
    font-weight: 700;
    color: #A0A0A0;
}
.tariffs-d__foot {
    text-align: center;
}



.integrats-d {
    padding-top: 0;
}
.integrats-d__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, auto));
    gap: 15px 30px;
    justify-items: center;
    align-items: center;
	text-align: center;
}

.integrats-d__list div {
    display: block;
	margin-right: 5px;
}



.final-d {
    min-height: 100vh;
    background-image: url(../img/sec_final.jpg);
}
.final-d__text {
    max-width: 940px;
    margin-bottom: 1.47em;
    font-size: 20px;
    line-height: 1.3;
}
@media(min-width: 885px)
{
    .final-d__text {
        font-size: 34px;
    }
}

.wrapper .main .final-d {
	margin-bottom: -45px;
}

.reviews .reviews-slider .item-pic {
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}
