body {
	font-family: 'Open Sans', sans-serif;
	overflow-x:hidden;
}

* {
	outline:none;
}

body.overflow , html.overflow {
    overflow:hidden !important;
    height:0px;
}

/*header*/
header.fixed {
	position:fixed;
	top:0px;
	left:0px;
	background-color:white;
	z-index:1000;
	width:100%;
}

/* .top-navigation */
.top-navigation {
	font-size: 13px;
	color:#332d28;
	height:35px;
	border-bottom:1px solid #cecece;
	position:relative;
	z-index:1000;
	background-color:white;
}

.con-pad {
	padding-right:30px;
	padding-left:30px;
}

.top-navigation a {
	color:#332d28;
}

.support-icon , .balance-icon , .shop-icon , .cabinet-icon , .pig-icon {
	display:inline-block;
	float:left;
	padding-right:7px;
}

.top-navigation img {
	cursor:pointer;
}

a.decorated span {
	text-decoration: underline;
	color:#2da330;
}

a.decorated:hover span , a.decorated:hover {
	text-decoration: none;
}

.vertical-align {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.col-align-r {
	text-align:right;
}

.col-align-c {
	text-align:center;
}

.nav-item-wrapper {
	float:right;
	position:relative;
}

.border-line-left , .border-line-right {
	position:absolute;
	top:-2px;
	right:-25px;
	width:1px;
	height:25px;
	background-color:#cecece;
}

.border-line-right {
	right:-22px;
}

img.phone {
	margin-left:5px;
}

/* .bottom-navigation */

.bottom-navigation {
	height:72px;
	font-size:15px;
	border-bottom: 1px solid #cecece;
	position:relative;
	z-index:10;
	background-color:white;
}

.bottom-navigation.change {
	border-bottom: none;
}

ul.menu {
	padding:0px;
	margin:0px;
}

ul.menu li {
	list-style:none;
	display:inline-block;
	cursor:pointer;
	margin-left:20px;
	position:relative;
}

ul.menu li a {
	color:#332d28;
	text-decoration:none;
}

ul.menu li:hover , ul.menu li:hover a {
	color:#2da330;
}

ul.menu li i {
	margin-left:5px;
}

.logo {
	margin-top:5px;
}
.logo_header img{max-width:none;width:160px;height:52px;}

ul.second-lv-menu {
	margin:0px;
	padding:0px;
	top:25px;
	left:0px;
	position:absolute;
	text-align:left;
	font-size:13px;
	width:200px;
	padding-top:15px;
	padding-bottom:15px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.4);
	-o-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.4);
	-ms-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.4);
	box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.4);
	display:none;
	background-color:white;
	border-radius:5px;
	z-index:5;
}

ul.second-lv-menu li {
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:0px;
	padding-left:15px;
	padding-right:15px;
}

ul.menu li:hover ul.second-lv-menu li , ul.menu li:hover ul.second-lv-menu li a{
	color:#332d28;
}

ul.second-lv-menu li:hover {
	background-color:#c2f1be;

}

ul.second-lv-menu.ul-width {
	width:100%;
}

/*.banner-wrapper*/

.banner-wrapper .info-wrapper {
	position:relative;
	top:0px;
}

.banner-wrapper {
	height:680px;
	background-color:#4975a4;
	background-image: url(/img/banner.jpg?20180906);
	background-repeat: no-repeat;
	background-position: center;
	padding-top:60px;
	overflow:hidden;
	background-position-y:100%;
}

.relative {
	position:relative;
	height:100%;
}

.hand {
	position:absolute;
	bottom:0px;
	left:-65px;
	width:532px;
	height:600px;
	background-image: url(/img/hand.png?20180905);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.phone-inner {
	width:215px;
	height:345px;
	position:absolute;
	top:74px;
	left:97px;
	padding:10px;
	text-align:center;
}

.phone-inner input {
	width:100%;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	color:#3d3c3f;
	padding:10px;
	padding-right:35px;
	border:none;
}

.search-wrapper {
	position:relative;
}

.search-wrapper img {
	position:absolute;
	top:7px;
	right:7px;
	cursor:pointer;
}

.prices-wrapper {
	font-size:13px;
	color:white;
	margin-top: 5px;
}

#detail-button button:hover {
	transform: scale(1.2,1.2);
}

.prices-wrapper .price {
	font-size:22px;
	display:inline-block;
	margin-left:5px;
	margin-right:5px;
}

.service {
	width:80px;
	display:inline-block;
	text-align:left;
}

.phone-inner button {
	width:120px;
	background-color:#f7f7f7;
	border-radius:20px;
	font-size:12px;
	font-weight:bold;
	color:#2da330;
	font-family: 'Open Sans', sans-serif;
	padding-top:5px;
	padding-bottom:5px;
	border:1px solid #c1c1c0;
	border-bottom:2px solid #b7b7b7;
	margin-top:15px;
	position:relative;
	text-align:left;
	padding-left:18px;
	text-transform:inherit;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	margin-top: 10px;
    margin-bottom: -5px;
}

.phone-inner button i {
	font-size:20px;
	font-weight:bold;
	position:absolute;
	top:1px;
	right:15px;
}

.countries-wrapper {
	padding-top:20px;
	padding-bottom:0px;
}

.countries-wrapper img {
	margin-bottom:20px;
	margin-left:2px;
	margin-right:2px;
	cursor:pointer;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.4);
	-o-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.4);
	-ms-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.4);
	box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.4);
}

.countries-wrapper img:hover{
	transform: scale(1.2,1.2);
}

.banner-wrapper h1 {
	font-size:47px;
	font-weight:bold;
	text-transform: uppercase;
	color:white;
	line-height:68px;
}

.small-txt {
	font-size:34px;
	font-weight:bold;
	color:white;
	position:relative;
	top:-5px;
}

.yellow {
	color:#ffff00;
}

.banner-wrapper ul {
	margin:0px;
	padding:0px;
	font-weight:600;
	color:white;
	margin-top:-15px;
}

.banner-wrapper ul li {
	list-style:none;
	font-size:28px;
	margin-bottom:-17px;
}

.big {
	font-size:43px;
	font-weight:bold;
}

.banner-wrapper h4 {
	color:white;
	font-weight:600;
	margin-top:30px;
}

.banner-wrapper button.consultation {
	color:#00a651;
	font-weight:bold;
	font-size:18px;
	text-transform:uppercase;
	border-radius:50px;
	border:none;
	background-color:#fafa27;
	font-family: 'Open Sans', sans-serif;
	padding:20px;
	padding-top:12px;
	padding-left:25px;
	padding-right:25px;
	margin-top:10px;
	transition: all 0.2s ease-in-out;
	width:auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

.banner-wrapper button.consultation:hover {
	background-color:#00a651;
	color:#fafa27;
	transition: all 0.2s ease-in-out;
}

.banner-wrapper button.consultation:hover .phone-icon svg {
	fill:#fafa27;
	transition: all 0.2s ease-in-out;
}

.phone-icon {
	display:inline-block;
	margin-right:10px;
	position:relative;
	top:5px;
}

@-webkit-keyframes animate {
  0% {
	-webkit-transform: translate(0px,0px);
	-o-transform: translate(0px,0px);
	transform: translate(0px,0px);
	-moz-transform: translate(0px,0px);
	-ms-transform: translate(0px,0px);
  }
  50% {
	-webkit-transform: translate(0px,-5px);
	-o-transform: translate(0px,-5px);
	transform: translate(0px,-5px);
	-moz-transform: translate(0px,-5px);
	-ms-transform: translate(0px,-5px);
  }
  100% {
	-webkit-transform: translate(0px,0px);
	-o-transform: translate(0px,0px);
	transform: translate(0px,0px);
	-moz-transform: translate(0px,0px);
	-ms-transform: translate(0px,0px);
  }
}

@keyframes animate {
  0% {
	-webkit-transform: translate(0px,0px);
	-o-transform: translate(0px,0px);
	transform: translate(0px,0px);
	-moz-transform: translate(0px,0px);
	-ms-transform: translate(0px,0px);
  }
  50% {
	-webkit-transform: translate(0px,-5px);
	-o-transform: translate(0px,-5px);
	transform: translate(0px,-5px);
	-moz-transform: translate(0px,-5px);
	-ms-transform: translate(0px,-5px);
  }
  100% {
	-webkit-transform: translate(0px,0px);
	-o-transform: translate(0px,0px);
	transform: translate(0px,0px);
	-moz-transform: translate(0px,0px);
	-ms-transform: translate(0px,0px);
  }
}

@-webkit-keyframes animate_slider {
  0% {
	-webkit-transform: translate(0px,-50%);
	-o-transform: translate(0px,-50%);
	transform: translate(0px,-50%);
	-moz-transform: translate(0px,-50%);
	-ms-transform: translate(0px,-50%);
  }
  50% {
	-webkit-transform: translate(-5px,-50%);
	-o-transform: translate(-5px,-50%);
	transform: translate(-5px,-50%);
	-moz-transform: translate(-5px,-50%);
	-ms-transform: translate(-5px,-50%);
  }
  100% {
	-webkit-transform: translate(0px,-50%);
	-o-transform: translate(0px,-50%);
	transform: translate(0px,-50%);
	-moz-transform: translate(0px,-50%);
	-ms-transform: translate(0px,-50%);
  }
}

@keyframes animate_slider {
  0% {
	-webkit-transform: translate(0px,-50%);
	-o-transform: translate(0px,-50%);
	transform: translate(0px,-50%);
	-moz-transform: translate(0px,-50%);
	-ms-transform: translate(0px,-50%);
  }
  50% {
	-webkit-transform: translate(-5px,-50%);
	-o-transform: translate(-5px,-50%);
	transform: translate(-5px,-50%);
	-moz-transform: translate(-5px,-50%);
	-ms-transform: translate(-5px,-50%);
  }
  100% {
	-webkit-transform: translate(0px,-50%);
	-o-transform: translate(0px,-50%);
	transform: translate(0px,-50%);
	-moz-transform: translate(0px,-50%);
	-ms-transform: translate(0px,-50%);
  }
}

@keyframes animate_i {
  0% {
	-webkit-transform: translate(0px,0px);
	-o-transform: translate(0px,0px);
	transform: translate(0px,0px);
	-moz-transform: translate(0px,0px);
	-ms-transform: translate(0px,0px);
  }
  50% {
	-webkit-transform: translate(-5px,0px);
	-o-transform: translate(-5px,0px);
	transform: translate(-5px,0px);
	-moz-transform: translate(-5px,0px);
	-ms-transform: translate(-5px,0px);
  }
  100% {
	-webkit-transform: translate(0px,0px);
	-o-transform: translate(0px,0px);
	transform: translate(0px,0px);
	-moz-transform: translate(0px,0px);
	-ms-transform: translate(0px,0px);
  }
}

@-webkit-keyframes animate_i {
  0% {
	-webkit-transform: translate(0px,0px);
	-o-transform: translate(0px,0px);
	transform: translate(0px,0px);
	-moz-transform: translate(0px,0px);
	-ms-transform: translate(0px,0px);
  }
  50% {
	-webkit-transform: translate(-5px,0px);
	-o-transform: translate(-5px,0px);
	transform: translate(-5px,0px);
	-moz-transform: translate(-5px,0px);
	-ms-transform: translate(-5px,0px);
  }
  100% {
	-webkit-transform: translate(0px,0px);
	-o-transform: translate(0px,0px);
	transform: translate(0px,0px);
	-moz-transform: translate(0px,0px);
	-ms-transform: translate(0px,0px);
  }
}

/* .content */

/*.about-wrapper*/

.about-wrapper {
	padding-top:30px;
}

.content h1 {
	color:#2da330;
	text-transform:uppercase;
	font-size:30px;
	text-align:center;
	line-height:36px;
}

.content .about-wrapper h1 {
	color:#292c2e;
}

.advantage {
	width:100%;
	text-align:center;
}

.advantages-wrapper {
	margin-top:20px;
	font-size:15px;
}

.advantages-wrapper .col-lg-2 {
	width:19%;
}

.green {
	color:#2da330;
	font-weight:bold;
}

.advantage-description {
	margin-top:10px;
}

.advantage-description .green {
	color:#3e4143;
}

.no-padding {
	padding-left:0px;
	padding-right:0px;
}

.col-lg-2.col-width {
	width:24%;
}

.buttons-wrapper {
	margin-top:50px;
	margin-bottom:65px;
}

.buttons-wrapper .btn-wrapper {
	width:100%;
	height:100px;
	background-color:#63bc40;
	border-radius:100px;
	padding-left:10px;
	padding-right:10px;
	color:white;
	font-size:17px;
	font-weight:600;
	transition: all 0.2s ease-in-out;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	-moz-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	-o-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	-ms-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
}

.about-wrapper .buttons-wrapper .btn-wrapper {
	padding-left:3px;
	height:76px;
}

.about-wrapper .buttons-wrapper .btn-wrapper span {
	line-height:1;
}

.buttons-wrapper a {
	text-decoration:none;
}

.buttons-wrapper .img-wrapper {
	border-radius:50%;
	background-color:#fafa27;
	width:70px;
	height:70px;
	margin-right:7px;
	position:relative;
	transition: all 0.2s ease-in-out;
}

.about-wrapper .buttons-wrapper .img-wrapper {
	background-color:#fff;
}

.buttons-wrapper .btn-wrapper:hover {
	background-color:#fafa27;
	color:#2da330;
	transition: all 0.2s ease-in-out;
}

.buttons-wrapper .btn-wrapper:hover .img-wrapper {
	background-color:#63bc40;
	transition: all 0.2s ease-in-out;
}

.about-wrapper .buttons-wrapper .btn-wrapper span {
	width:140px;
}

.img-wrapper svg {
	fill:#63BC40;
	transition: all 0.2s ease-in-out;
}

.buttons-wrapper .btn-wrapper:hover .img-wrapper svg {
	fill:#fafa27;
	transition: all 0.2s ease-in-out;
}

.phone-icon svg {
	fill:#13A320;
	transition: all 0.2s ease-in-out;
}

.buy-icon , .addfunds-icon , .free-icon , .sms-icon {
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}

.addfunds-icon , .free-icon , .sms-icon {
	top:55%;
}

/*.simcards-wrapper*/

.simcards-wrapper {
	background-image: url(/img/simcards-wrapper-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	padding-top:60px;
	padding-bottom:85px;
}

.simcards-types-wrapper {
	margin-top:10px;
}

.simcards-types-wrapper h3 {
	text-transform:uppercase;
	font-size:22px;
	color:#2da330;
	line-height:30px;
}

.simcards-types-wrapper .bottom-text {
	font-size:16px;
	border-bottom:3px solid #63bc40;
	padding-bottom:8px;
}

.bold {
	font-weight:bold;
}

.simcards-types-wrapper .bottom-text .big {
	font-size:30px;
}

a.buy-sim {
	display:inline-block;
	color:#00a651;
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
	border-radius:50px;
	border:none;
	background-color:#fafa27;
	font-family: 'Open Sans', sans-serif;
	padding:13px;
	padding-left:20px;
	padding-right:20px;
	margin-top:30px;
	transition: all 0.2s ease-in-out;
	width:130px;
	margin-left:2px;
	margin-right:2px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(250, 250, 39, 0.7);
	-moz-box-shadow: 0px 5px 10px 0px rgba(250, 250, 39, 0.7);
	-o-box-shadow: 0px 5px 10px 0px rgba(250, 250, 39, 0.7);
	-ms-box-shadow: 0px 5px 10px 0px rgba(250, 250, 39, 0.7);
	box-shadow: 0px 5px 10px 0px rgba(220, 220, 106, 0.7);
	transition: all 0.2s ease-in-out;
}

button {
	color:#00a651;
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
	border-radius:50px;
	border:none;
	background-color:#fafa27;
	font-family: 'Open Sans', sans-serif;
	padding:13px;
	padding-left:20px;
	padding-right:20px;
	margin-top:30px;
	transition: all 0.2s ease-in-out;
	width:130px;
	margin-left:2px;
	margin-right:2px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(250, 250, 39, 0.7);
	-moz-box-shadow: 0px 5px 10px 0px rgba(250, 250, 39, 0.7);
	-o-box-shadow: 0px 5px 10px 0px rgba(250, 250, 39, 0.7);
	-ms-box-shadow: 0px 5px 10px 0px rgba(250, 250, 39, 0.7);
	box-shadow: 0px 5px 10px 0px rgba(220, 220, 106, 0.7);
	transition: all 0.2s ease-in-out;
}

.shares-types-wrapper button {
	width:70%;
	top:-55px;
	position:relative;
	z-index:5;
}

.footer-navigation button {
	width:100%;
	text-transform:inherit;
}

a.green-style {
	color:#00a651;
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
	border-radius:50px;
	border:none;
	background-color:#fafa27;
	font-family: 'Open Sans', sans-serif;
	padding:13px;
	padding-left:20px;
	padding-right:20px;
	margin-top:30px;
	transition: all 0.2s ease-in-out;
	width:130px;
	margin-left:2px;
	margin-right:2px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(250, 250, 39, 0.7);
	-moz-box-shadow: 0px 5px 10px 0px rgba(250, 250, 39, 0.7);
	-o-box-shadow: 0px 5px 10px 0px rgba(250, 250, 39, 0.7);
	-ms-box-shadow: 0px 5px 10px 0px rgba(250, 250, 39, 0.7);
	box-shadow: 0px 5px 10px 0px rgba(220, 220, 106, 0.7);
	transition: all 0.2s ease-in-out;
	display: inline-block;
	color:white;
	background-color:#63bc40;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	-moz-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	-o-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	-ms-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	transition: all 0.2s ease-in-out;
}

button.green-style , .green-style {
	color:white;
	background-color:#63bc40;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	-moz-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	-o-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	-ms-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	transition: all 0.2s ease-in-out;
}

.news-wrapper button , .questions-wrapper button {
	width:195px;
}

.questions-wrapper button {
	color:#2da330;
	background-color:white;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.questions-wrapper button:hover {
	color:white;
	background-color:#63bc40;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	-moz-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	-o-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	-ms-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	transition: all 0.2s ease-in-out;
}

button.orange-style {
	color:white;
	background-color:#ff801a;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(255, 128, 26, 0.7);
	-moz-box-shadow: 0px 5px 10px 0px rgba(255, 128, 26, 0.7);
	-o-box-shadow: 0px 5px 10px 0px rgba(255, 128, 26, 0.7);
	-ms-box-shadow: 0px 5px 10px 0px rgba(255, 128, 26, 0.7);
	box-shadow: 0px 5px 10px 0px rgba(255, 128, 26, 0.7);
	transition: all 0.2s ease-in-out;
}

.simcards-types-wrapper button:hover , .shares-types-wrapper button:hover {
	color:white;
	background-color:#63bc40;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	-moz-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	-o-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	-ms-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	transition: all 0.2s ease-in-out;
}

.shares-types-wrapper button.green-style:hover , button.orange-style:hover , button.green-style:hover , .green-style:hover {
	color:#00a651;
	background-color:#fafa27;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(250, 250, 39, 0.7);
	-moz-box-shadow: 0px 5px 10px 0px rgba(250, 250, 39, 0.7);
	-o-box-shadow: 0px 5px 10px 0px rgba(250, 250, 39, 0.7);
	-ms-box-shadow: 0px 5px 10px 0px rgba(250, 250, 39, 0.7);
	box-shadow: 0px 5px 10px 0px rgba(220, 220, 106, 0.7);
	transition: all 0.2s ease-in-out;
}

button.orange-style:hover {
	color:#ff801a;
}

.shares-types-wrapper button.green-style {
	background-color:#45b918;
}

/* .shares-wrapper */

.shares-wrapper {
	padding-top:45px;
}

.shares-types-wrapper {
	padding-top:10px;
	padding-bottom:70px;
}

.shares-types-wrapper h4 {
	font-size:19px;
	color:#2da330;
	font-weight:600;
	line-height:25px;
	padding-left:5px;
	padding-right:5px;
}

.orange {
	color:#ff801a;
}

.shares-types-wrapper .img-wrapper {
	height:175px;
	margin-top:20px;
	position:relative;
}

.shares-types-wrapper .img-wrapper img {
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}

.shares-types-wrapper hr {
	background-color: #45b918;
	margin-top:-30px;
	height:3px;
	width:70%;
	margin-bottom:15px;
}

hr.orange {
	background-color: #ff801a;
}

/* .news-wrapper */

.news-wrapper {
	background-image: url(/img/news-wrapper-bg.jpg?20180906);
	background-repeat: no-repeat;
	background-position: center;
	padding-top:40px;
	padding-bottom:70px;
	text-align: center;
	background-position-y:100%;
}

.content .white {
	color:white;
}

a.subscribe {
	color:#ffff00;
	text-decoration:underline;
	margin-top:-10px;
	display:block;
	display:inline-block;
}

a.subscribe span {
	margin-right:20px;
}

a.subscribe:hover {
	text-decoration:none;
}

a.subscribe i {
	color:#2da330;
	transition: all 0.2s ease-in-out;
}

a.subscribe:hover i {
	animation: animate_i 0.5s infinite;
	-webkit-animation: animate_i 0.5s infinite;
	-o-animation: animate_i 0.5s infinite;
	-moz-animation: animate_i 0.5s infinite;
	-ms-animation: animate_i 0.5s infinite;
	transition: all 0.2s ease-in-out;
	color:#ffff00;
}

.date {
	color:#ffff00;
	font-size:36px;
	line-height:35px;
	text-align:left;
	font-weight:300;
	padding-left:10px;
}

.news-inner {
	margin-top:45px;
	margin-bottom:35px;
}

.news-title {
	color:white;
	text-align:left;
	font-size:15px;
	font-weight:600;
}

.owl-carousel .owl-nav .owl-next {
	position:absolute;
	top:50%;
	right:-40px;
	transform: translate(0%,-50%);
	-moz-transform:translate(0%,-50%);
	-o-transform:translate(0%,-50%);
	-ms-transform:translate(0%,-50%);
	-webkit-transform:translate(0%,-50%);
	background-image: url(/img/slider-next-btn.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	font-size:21px;
	color:rgba(0,0,0,0);
	animation: none;
	-webkit-animation: none;
	-o-animation: none;
	-moz-animation: none;
	-ms-animation: none;
}

.owl-carousel .owl-nav .owl-prev {
	position:absolute;
	top:50%;
	left:-40px;
	transform:translate(0%,-50%);
	-moz-transform:translate(0%,-50%);
	-o-transform:translate(0%,-50%);
	-ms-transform:translate(0%,-50%);
	-webkit-transform:translate(0%,-50%);
	font-size:21px;
	color:rgba(0,0,0,0);
	background-image: url(/img/slider-prev-btn.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	animation: none;
	-webkit-animation: none;
	-o-animation: none;
	-moz-animation: none;
	-ms-animation: none;
}

.owl-carousel .owl-nav .owl-prev:hover , .owl-carousel .owl-nav .owl-next:hover {
	animation: animate_slider 0.5s infinite;
	-webkit-animation: animate_slider 0.5s infinite;
	-o-animation: animate_slider 0.5s infinite;
	-moz-animation: animate_slider 0.5s infinite;
	-ms-animation: animate_slider 0.5s infinite;
}

/* .questions-wrapper */

.questions-wrapper .buttons-wrapper a {
	text-decoration:none;
}

.questions-wrapper {
	padding-top:30px;
	text-align:center;
	padding-bottom:60px;
}

.questions-wrapper .btn-wrapper {
	text-align:center;
	margin:0 auto;
	position:relative;
}

.questions-wrapper .btn-wrapper span {
	margin:0 auto;
	font-size:15px;
}

.questions-wrapper .buttons-wrapper {
	margin-top:25px;
	margin-bottom: 10px;
}

.questions-wrapper .btn-wrapper img {
	position:absolute;
	top:-26px;
	left:50%;
	transform:translate(-50%,0%);
	-moz-transform:translate(-50%,0%);
	-o-transform:translate(-50%,0%);
	-ms-transform:translate(-50%,0%);
	-webkit-transform:translate(-50%,0%);
}

/* .footer-navigation */

.footer-navigation {
	background-image: url(/img/footer-bg.jpg?20180906);
	background-repeat: no-repeat;
	background-position: center;
	padding-top:45px;
	padding-bottom:40px;
	background-position-y:100%;
}

.footer-navigation ul {
	margin:0px;
	padding:0px;
	font-size:13px;
	font-weight:600;
}

.footer-navigation ul a {
	color:white;
}

.footer-navigation ul a:hover {
	color:#2da330;
}

.footer-navigation ul li {
	list-style:none;
	padding-top:3px;
	padding-bottom:3px;
	font-size:13px;
}

.footer-navigation ul li:first-child {
	margin-bottom:15px;
	text-transform:uppercase;
	font-size:15px;
}

.footer-navigation i {
	color:#2da330;
	font-size:15px;
	animation: none;
	-webkit-animation: none;
	-o-animation: none;
	-moz-animation: none;
	-ms-animation: none;
}

.buy-simcard {
	color:white;
	text-decoration:underline;
	font-size:15px;
	font-weight:bold;
	margin-top:5px;
}

.buy-simcard:hover {
	color:#2da330;
	text-decoration:none;
}

.buy-simcard span {
	margin-right:10px;
}

.buy-simcard:hover i {
	animation: animate_i 0.5s infinite;
	-webkit-animation: animate_i 0.5s infinite;
	-o-animation: animate_i 0.5s infinite;
	-moz-animation: animate_i 0.5s infinite;
	-ms-animation: animate_i 0.5s infinite;
}

.footer-navigation button {
	margin-top:20px;
	font-weight:600;
}

/* .footer-bottom-panel */

.footer-bottom-panel {
	height:105px;
	background-color:#45b918;
}

.footer-bottom-panel ul {
	margin:0px;
	padding:0px;
	width: 265px;
	margin:0 auto;
	color:white;
	font-size:13px;
}

.footer-bottom-panel ul li {
	list-style:none;
}

.footer-bottom-panel ul li a {
	color:white;
	font-size:13px;
}

.mail-svg , .address-svg , .phone-svg {
	display:inline-block;
	margin-right:10px;
	width:20px;
	text-align:center;
	-webkit-animation: none;
	-o-animation: none;
	-moz-animation: none;
	-ms-animation: none;
}

.address-svg , .phone-svg {
	position:relative;
	top:5px;
}

.social-networks-wrapper {
	color:white;
	font-size:13px;
	width:115px;
	text-align:left;
	float:right;
}

.social-networks-wrapper span {
	margin-bottom:5px;
	display:block;
}

.padding-left {
	padding-left:35px;
}

.logo-white {
	position:relative;
	top:5px;
}

.social-networks-wrapper a img {
	-webkit-animation: none;
	-o-animation: none;
	-moz-animation: none;
	-ms-animation: none;
}

.social-networks-wrapper a:hover img {
	animation: animate 0.5s infinite;
	-webkit-animation: animate 0.5s infinite;
	-o-animation: animate 0.5s infinite;
	-moz-animation: animate 0.5s infinite;
	-ms-animation: animate 0.5s infinite;
}

.footer-bottom-panel ul li:hover div {
	animation: animate 0.5s infinite;
	-webkit-animation: animate 0.5s infinite;
	-o-animation: animate 0.5s infinite;
	-moz-animation: animate 0.5s infinite;
	-ms-animation: animate 0.5s infinite;
}

.news-inner .col-own {
	width:3%;
}

.col-pad-r {
	padding-right:0px;
	padding-left:10px;
}

.container .slider-item .col-md-10 {
	float:none;
	margin:0 auto;
}

.news-inner .container {
	width:100%;
}

.clearfix:before,
.clearfix:after {
   content: "";
   display:block;
}
.clearfix:after {
   clear:none;
}

/* для IE6-7 */
.clearfix {
   zoom: 1;
}

.top-navigation .container div.col-align-c:nth-child(-n+3) {
	text-align:left;
}

/* Adaptive menu */

.mobile-menu {
    position:relative;
    width: 60px;
    height: 50px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    float:right;
    margin-top:-10px;
    margin-right:0px;
    cursor:pointer;
    display:none;

}

.mobile-menu .icon-left {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 15px;
    top: 30px;
    background-color: #63bc40;
}

.mobile-menu .icon-right {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 15px;
    top: 30px;
    background-color: #63bc40;
    left: 15px;
}

.mobile-menu .icon-left:before {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #63bc40;
    content: "";
    top: -10px;
}

.mobile-menu .icon-left:after {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #63bc40;
    content: "";
    top: 10px;
}

.mobile-menu .icon-right:before {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #63bc40;
    content: "";
    top: -10px;
}

.mobile-menu .icon-right:after {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #63bc40;
    content: "";
    top: 10px;
}

.mobile-menu.open .icon-right {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: transparent;
}

.mobile-menu.open .icon-right:before {
    -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
    transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
}

.mobile-menu.open .icon-right:after {
    -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
    transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
}

.mobile-menu.open .icon-left {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: transparent;
}

.mobile-menu.open .icon-left:before {
    -webkit-transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
    transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
}

.mobile-menu.open .icon-left:after {
    -webkit-transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
    transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
}

.mobile-menu-wrapper {
	width:100%;
	height:100%;
	background-color:white;
	position:fixed;
	top:120px;
	left:0px;
	z-index:1050;
	display:none;
	overflow-y:auto;
}

.top-navigation.mobile {
	display:none;
}

.phone-inner span.bottom {
    font-size: 11px;
    margin-top: -11px;
    display: block;
    color: white;
}

.data-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
   	border-bottom: 1px dotted #30a433;
}

.left-sidebar {
	border:1px solid #cecece;
	border-radius:5px;
}

.left-sidebar ul {
	margin:0px;
	padding:0px;
}

.left-sidebar ul li {
	list-style:none;
	transition: all 0.2s ease-in-out;
}

.left-sidebar ul li:hover , .left-sidebar ul li.active {
	background-color: #2da330;
	transition: all 0.2s ease-in-out;
}

.left-sidebar ul li a {
	text-decoration:none;
	color:#332d28;
	font-size:15px;
	transition: all 0.2s ease-in-out;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
}

.left-sidebar ul li:hover a , .left-sidebar ul li.active a {
	color:white;
	transition: all 0.2s ease-in-out;
}

#breadcrumbs {
    border-bottom: 1px dotted #30a433;
    padding-bottom: 6px;
    margin-bottom: 15px;
}

#breadcrumbs ul {
	padding:0px;
	margin:0px;
	font-size:13px;
}

#breadcrumbs ul span {
	color:black;
	white-space: nowrap;
	word-wrap: normal;
}

#breadcrumbs li {
    display: inline-block;
}

#breadcrumbs li a {
    font-size: 13px;
    text-decoration: none;
    color:black;
}

#breadcrumbs li a:hover {
    text-decoration: underline;
}

.right-content-wrapper h1.header {
    padding-top: 20px;
    min-height: 34px;
    font-size: 24px;
    padding-bottom: 20px;
    font-weight: 300;
    color: #2da330;
    text-transform: uppercase;
    text-align:left;
    margin:0px;
}

.right-content-wrapper table {
    width: 100%;
    margin: 0px;
    margin-top:20px;
    margin-bottom:20px;
}

.ta-right {
    text-align: right;
}

input, select {
    outline: none;
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #3d3c3f;
    font-weight: normal;
}

.popup-button {
    display: inline-block;
    padding: 7px 18px;
    cursor: pointer;
    border: none;
    outline: none;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    background-color:#63bc40;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	-moz-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	-o-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	-ms-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
}

.popup-button {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.content table td, .content table th {
    padding: 10px 0px;
    vertical-align: top;
    text-align:center;
    font-size:13px;
    vertical-align: middle;
}

.content h4 {
	margin:0px;
}

.content h5 {
	font-weight:bold;
}

tr.bordered {
	border-bottom:1px solid black;
}

.content table tr td:first-child, .content table tr th:first-child {
    text-align: left;
}

.popup-button:hover {
	text-decoration:none;
}

.data-wrapper .container {
    padding-right: 0px;
    padding-left: 0px;
}

.additional-services ul li a {
	font-size:15px;
	color:black;
}

.additional-services ul li a:hover {
    color: #2da330;
}

.additional-services h4 img {
	margin-right:10px;
}

.additional-services h4 {
	line-height: 24px;
}

.additional-services .col-margin {
	margin-bottom:35px;
}

.special-programs a {
	color:black;
	font-weight:bold;
}

.special-programs a:hover {
	color:black;
	color: #2da330;
}

.faq-item-wrapper h4 {
    outline: none;
    cursor: pointer;
    padding: 6px 10px 6px 0px;
    padding-right:25px;
    border-bottom: 1px solid #9a9a9a;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    background: url(/img/tab-closed.png) right center no-repeat;
}

.faq-item-wrapper h4.open {
	border-bottom: none;
	font-weight:bold;
	background: url(/img/tab-opened.png) right center no-repeat;
}

.faq-item-wrapper .answer-wrapper {
    padding: 25px;
    background-color: #f3f3f3;
    display:none;
}

.form-button {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #dedede 84%, #eeeeee 99%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#dedede 84%,#eeeeee 99%);
    background: linear-gradient(to bottom, #ffffff 0%,#dedede 84%,#eeeeee 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
    padding: 10px 40px;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    border: 1px solid #b2b2b2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.3);
    transition: all 0.3s ease-in-out;
}

.form-button:hover {
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.left {
    float: left;
}

.right {
   float:right;
}

#faq-form .item {
    padding: 8px 0px;
}

#faq-form input.default {
    width: 240px;
    padding: 15px;
    height: 18px;
    float: right;
}

#faq-form textarea {
    width: 550px;
    height:100px;
    padding: 15px;
    resize: none;
    float: right;
}

.faq-form-wrap h4 {
	padding-top:40px;
	padding-bottom:20px;
}

input, select , textarea {
    outline: none;
}

label {
    margin-bottom: 0px;
    font-weight: normal;
}

#faq-form p {
    margin: 0px;
}

p.error {
    color: #f00;
}

#faq-form .item:last-child {
    margin-top:20px;
}

#faq-form .clearfix:before,
#faq-form .clearfix:after {
   display: table;
}
#faq-form .clearfix:after {
   clear: both;
}

#faq-form select , #faq-form textarea {
    border-radius:5px;
    border:1px solid rgb(169, 169, 169);
}

#faq-form input.form-button {
	border-radius:50px;
}

#faq-info-block {
    margin-top: 20px;
    border: 1px solid #cecece;
    padding-top:10px;
    padding-bottom:10px;
    border-radius:5px;
}

#faq-info-block .item {
    padding: 10px;
    border-bottom:1px dotted #cecece;
}

#faq-info-block .item p {
    margin: 0px;
}

#faq-info-block input.default {
    width: 95%;
    margin: 6px auto;
    padding:5px;
}

#faq-info-block .item:last-child {
	border-bottom:none;
	text-align:center;
}

.file-link {
    border: 1px solid #bdbdbd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 50px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#e9e9e9 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 );
    display: block;
    width: 100%;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
    margin-top: 20px;
    margin-left: 3px;
}

.file-link a {
    display: block;
    padding: 6px 5px 6px 60px;
    background: url(/img/file-link-icon-bg.png) 19px center no-repeat;
    font-size: 13px;
    text-decoration: none;
    color:black;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
}

.file-link a:hover {
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.banner {
	width:100%;
}

.buy-wrapper table td, .buy-wrapper table th {
    vertical-align: top;
    text-align: left;
}

.buy-wrapper td select {
    width: 255px;
    margin-bottom: 7px;
}

.first-table span {
	margin-right:10px;
}

.right-content-wrapper .buy-wrapper table.second-table th {
    font-size: 15px;
    font-weight: normal;
    padding-bottom: 5px;
    border-bottom: 1px solid #9a9a9a;
    text-align:left;
}

.second-table p {
	text-align: left;
}

.buy-wrapper a {
	color:black;
}

.second-table tbody tr {
	border-bottom: 1px solid #9a9a9a;
}

.first-table {
	border-bottom: 1px dotted #30a433;
}

.second-table thead tr th:nth-child(2) {
	width:180px;
}


.mobile-tr-title {
	display:none;
}

.desktop-tr-title {
	display:block;
}

.first-table div {
	width:70px;
	display:inline-block;
}

.tariffs-wrapper {
	font-size: 15px;
	padding-top: 50px;
    padding-bottom: 50px;
}

.tariffs-wrapper h1 {
	color: #2da330;
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    line-height: 36px;
}

.tariffs-wrapper ul li {
	list-style: none;
	font-size: 15px;
}

.tariffs-wrapper ul {
	padding:0px;
}

.tariffs-inner {
	margin-top:40px;
}

.tariffs-inner-info {
	margin-bottom:40px;
}

.tariffs-inner-info-block {
	margin-bottom:40px;
}

.tariffs-inner button {
	width:auto;
	margin:0px;
	margin-bottom:20px;
	width:250px;
	background-image: url(/img/file-link-icon-bg.png);
	background-position: 25px center;
	background-repeat: no-repeat;
	padding-left:65px;
	text-align:left;
	padding-top:15px;
	padding-bottom:15px;
}

.tariffs-inner button.yellow-style:hover , button.yellow-style:hover {
	background-color:#63bc40;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	-moz-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	-o-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	-ms-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	transition: all 0.2s ease-in-out;
	color:white;
}

.tariffs-inner button img {
	margin-right:5px;
}

.tariffs-inner button.green-style {
	background-image: url(/img/internet_magaz_2.png);
}

.tariffs-inner button.yellow-style:hover {
	background-image: url(/img/file-link-icon-yellow-bg.png);
	color:yellow;
}

.tariffs-inner button.green-style:hover {
	background-image: url(/img/internet_magaz_2-g.png);
}

.tariffs-wrapper .container div.col-wrap:nth-child(1) {
	border-right:2px solid #00a651;
}

.tariffs-wrapper .container div.col-wrap:nth-child(2) {
	border-right:2px solid #00a651;
}

.simcards-wrapper  h1.big-title {
    font-size: 47px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 68px;
    margin:0 auto;
    margin-bottom:20px;
}

.tariffs-wrapper h1.big-title {
	font-size: 47px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 68px;
    margin:0 auto;
    margin-bottom:20px;
}

.tariffs-wrapper  h1.big-title .small-txt {
	font-size:35px;
	color:#2da330;
}

.simcards-wrapper  h1.big-title .small-txt {
	font-size:35px;
	color:#2da330;
}

.tariffs-wrapper .container .no-padding {
	padding-left:10px;
	padding-right:10px;
}

.corp .banner-wrapper {
	background-image: url(/img/banner-corp.jpg);
	background-position:center;
	background-position-y:25%;
}

.corp .banner-wrapper .info-wrapper , .part .banner-wrapper {
    text-align: left;
}

.corp .advantages-wrapper .col-lg-2 {
    width: 18%;
}

.corp .advantages-wrapper .col-lg-2 {
    width: 18%;
}

.corp .col-lg-2.col-width {
    width: 25%;
}

.corp .simcards-wrapper {
    background-image: url(/img/bg-corp.jpg);
}

.corp .simcards-types-wrapper .container div {
	margin-top:25px;
}

.advantages-wrapper img {
	height:100px;
}

.corp-client , .partners-wrapper {
	font-size:13px;
	text-align:justify;
}

.corp-client ul , .partners-wrapper ul {
	margin-top:15px;
	margin-bottom:15px;
}

.corp-client ul li {
	padding-top:5px;
	padding-bottom:5px;
}

.partners-wrapper ul li {
	list-style: none;
}

.corp-client a , .partners-wrapper a {
	color:black;
	text-decoration: underline;
}

.partners-wrapper h5 {
 	font-size:13px;
 	font-weight:bold;
 	margin-top:40px;
}

.corp-client a:hover , .partners-wrapper a:hover {
	text-decoration: none;
}

.partnership p {
	margin-top:10px;
}

.partnership button {
	width:200px;
	margin-top:10px;
}

.red {
	color:red;
}

.abonents-wrapper {
	font-size:13px;
}

.abonents-wrapper h4 , .contacts-wrapper h4 {
	font-size:20px;
	margin-bottom:20px;
}

.abonents-wrapper h5 , .contacts-wrapper h5 {
	font-weight:normal;
	font-size:13px;
}

.abonents-wrapper a {
	text-decoration:underline;
	color:black;
}

.abonents-wrapper a:hover {
	text-decoration: none;
}

.abonents-wrapper ul {
	padding-left:20px;
}

.abonents-wrapper ul li {
	margin-top:5px;
	margin-bottom:5px;
}

.abonent-item-section {
	border-bottom: 1px solid #cecece;
	padding-bottom:15px;
	padding-top:15px;
	padding-left:0px;
	padding-right:0px;
}

.abonent-item-section button {
	width:200px;
	margin-top:0px;
}

.abonent-item-section h5.h5-style-2 {
	margin-bottom:0px;
	text-decoration:underline;
}

.company-wrapper {
	font-size:13px;
	text-align:justify;
	line-height:20px;
}

.company-wrapper h4 {
	font-size:20px;
	font-weight:bold;
}

.company-wrapper h5 {
	font-size: 1.2em;
	margin-top:30px;
}

p.right-align {
	text-align:right;
}

.company-wrapper ul {
	padding-left:20px;
}

.contacts-wrapper ul li {
	font-size:13px;
	list-style:none;
	margin-top:5px;
	margin-bottom:5px
}

.contacts-wrapper ul {
	padding-left:20px;
	margin-top:20px;
}

.contacts-wrapper a {
	color:black;
	text-decoration: underline;
}

.contacts-wrapper a:hover {
	text-decoration: none;
}

.contacts-wrapper h5 {
	line-height:20px;
}

.news-page-wrapper {
	font-size:13px;
	line-height:20px;
}

.news-item-wrapper .news-item-date {
    font-style: italic;
}

.news-item-wrapper .news-item-title, .news-item-wrapper .news-item-title a {
	font-weight:bold;
	font-size:15px;
	margin-top:5px;
	margin-bottom:5px;
	color: inherit;
}

.news-item-wrapper {
	border-bottom: 1px solid #9a9a9a;
	padding-top:10px;
}

.news-page-wrapper .news-items div.news-item-wrapper:last-child {
	border-bottom: none;
}

.news-items {
	padding-bottom:50px;
}

.news-form-wrap input.inp-email {
	float:right;
	padding: 5px;
	position:relative;
	top:-5px;
	width:230px;
}

.news-form-wrap h4 {
	margin-bottom:20px;
}

.news-form-wrap .input-wrapper {
	border-bottom: 1px solid #9a9a9a;
	padding-bottom:15px;
}

.news-form-wrap .form-button {
	border-radius:50px;
}

.news-form-wrap form input.form-button {
	float:right;
}

.partners-wrapper .banners-wrapper a:first-child {
	margin-right:10px;
}

.part .banner-wrapper {
    background-image: url(/img/part.jpg);
    background-position: top center;
    padding-top:40px;
    background-position-y:100%;

}

.part .banner-wrapper ul li {
	margin-top:0px;
	margin-bottom:0px;
}

.part .advantages-wrapper {
    margin-bottom: 50px;
}

.part .advantages-wrapper .col-lg-2 {
    width: 16.6666666667%;
}

.part .nav-item-wrapper .border-line-right {
	right: -28px;
}

.pig-icon {
    position: relative;
    top: 2px;
}

.cooperation {
	font-size:13px;
}

.cooperation a {
	color:black;
}

.cooperation ul {
	padding-left:20px;
}

.cooperation ul li {
	list-style:none;
	padding-top:2px;
	padding-bottom:2px;
}

.cooperation h5 {
	font-size:13px;
	margin-top:30px;
}

.cooperation .col-lg-12 {
	border-top: 1px solid #cecece;
}

.cooperation .abonent-item-section p {
	text-align:left;
}

.advertising-support {
	font-size:13px;
}

.advertising-support ul li {
	list-style:none;
}

.advertising-support ul li {
	padding-top:2px;
	padding-bottom:2px;
}

.advertising-support a {
	color:black;
	text-decoration: underline;
}

.advertising-support a:hover {
	text-decoration: none;
}

.center {
	text-align:center;
}

.advertising-support h5 {
	font-size:13px;
	text-align:center;
	margin-top:40px;
}

.advertising-support img {
	margin:0 auto;
	display:block;
}

.advertising-support h4 {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin-top:20px;
}

.advertising-support .info-block {
	width:190px;
	background: rgb(239, 239, 239);
	margin:0 auto;
	margin-top:20px;
	padding:10px;
	float: none;
    height: 195px;
    text-align:left;
    margin-bottom:10px;
}

.country-select {
	width:100%;
}

.country-select a {
    border-width: 0px 0px 1px;
    border-bottom-style: dotted;
    border-bottom-color: rgb(0, 147, 33);
    font-size: 20px;
    color:#2da330;
    text-decoration: none;
}

.advertising-support .info-block .vertical-align {
	height:50px;
}

.advertising-support .info-block .col-lg-12:last-child {
	margin-top:10px;
}

.materials-wrapper {
	text-align:center;
}

.advertising-support h5 span {
	font-weight:normal;
}

.general-information {
	font-size:13px;
}

.general-information h4 {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height:20px;
}

.general-information .col-height {
	height:175px;
	text-align:center;
}

.general-information .col-height2 {
	height:100px;
	font-size:16px;
}

.general-information .col-pad {
	padding-left:5px;
	padding-right:5px;
	height:100%;
	position:relative;
}

.general-information button {
	margin-top:0px;
	margin-bottom:30px;
	width:90px;
	padding-left: 5px;
    padding-right: 5px;
    text-align:center;
    font-size:13px;
}

.general-information .col-lg-2 {
	width:20%;
}

.general-information .item-inner {
	width:100%;
	text-align:center;
}

.col-height2 .col-lg-2 {
	background-color:#e4f9d6;
	border:1px solid #5a8e37;
	font-size:20px;
	font-weight:bold;
}

.additional-info {
	position:absolute;
	bottom:20%;
	left:50%;
	font-size:13px;
	transform: translate(-50%,0%);
    -moz-transform:translate(-50%,0%);
    -o-transform:translate(-50%,0%);
    -ms-transform:translate(-50%,0%);
    -webkit-transform:translate(-50%,0%);
	font-weight:normal;
	width:65px;
}

.tariffs-info-wrapper {
	padding-top:25px;
	border-top:1px solid rgb(178, 178, 178);
	padding-left:0px;
	padding-right:0px;
}

.col-marg-bottom {
	margin-bottom:30px;
}

.tariffs-info-wrapper a {
	text-decoration:underline;
	color:black;
}

.tariffs-info-wrapper a:hover {
	text-decoration:none;
}

.col-border {
	border-bottom:1px solid rgb(178, 178, 178);
	padding-bottom:25px;
	margin-bottom:25px;
}

.tariffs-info-wrapper .row {
	padding:0px;
}

.tariffs-info-wrapper .row div {
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

.tariffs-info-wrapper ul {
	padding:0px;
}

.tariffs-info-wrapper ul li {
	list-style:none !important;
}

.tariffs-info-wrapper  button {
	width:130px;
}

.tariffs-info-wrapper button.yellow-style:hover {
	background-color:#63bc40;
	color:#ffffff;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	-moz-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	-o-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	-ms-box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	box-shadow: 0px 5px 10px 0px rgba(88, 195, 147, 0.7);
	transition: all 0.2s ease-in-out;
}

table.adaptive-table-2td tr {
	border-bottom:1px solid rgb(178, 178, 178);
}

table.adaptive-table-2td tr:first-child {
	border-top:1px solid rgb(178, 178, 178);
}

table.adaptive-table-2td tr td {
	padding-top:15px;
	padding-bottom:15px;
}

table.adaptive-table-2td tr:first-child td {
}

table.adaptive-table-2td a , .general-information a {
	color:black;
	text-decoration: underline;
}

table.adaptive-table-2td a:hover , .general-information a:hover {
	text-decoration: none;
}

.general-information span.small-text {
	font-size:11px;
}

.mobile-table-tariffs {
	display:none;
}

.webcall-wrapper {
	font-size:13px;
}

.webcall-wrapper {
	text-align:justify;
}

.webcall-wrapper h5 {
	font-size:13px;
	margin-top:20px;
	margin-bottom:20px;
}

.webcall-wrapper .col-lg-8 , .webcall-wrapper .col-lg-4 {
	height:50px;
	padding-left:0px;
	padding-right:0px;
}

.webcall-wrapper .col-lg-4 {
	padding-left:10px;
}

.phone-block-wrapper {
	text-align:center;
	padding: 20px;
    border: 1px solid #d3d3d3;
    background: #f9fafa;
    margin: auto;
    color: #353535;
    border-radius: 2px;
    box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom:30px;
}

.phone-block-wrapper h3 {
	font-size:24px;
	line-height: 34px;
}

.phone-block-wrapper form {
    margin-top:30px;
}

.phone-block-wrapper form a {
	color:black;
	text-decoration: underline;
	font-size:12px;
}

.phone-block-wrapper form a:hover {
	text-decoration: none;
}

.phone-block-wrapper form input {
    padding: 5px 5px;
    margin: 2px 0 10px 0;
    height: 40px;
    border: 1px solid #c7d0d2;
    border-radius: 2px;
    box-shadow: inset 0 1.5px 3px rgba(190, 190, 190, .4), 0 0 0 5px #f5f7f8;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: bold;
    position:relative;
}

.phone-block-wrapper form:before {
   content: "+";
   right:5px;
   font-size: 25px;
   font-weight: bold;
   position:relative;
}

.phone-block-wrapper form button {
	width:150px;
	margin-top:30px;
	margin-bottom:30px;
}

.phone-block-wrapper form p {
	text-align:justify;
	font-size:12px;
}

.phone-block-wrapper .disconnect {
	top:10px;
	position:relative;
	color:red;
	font-size:12px;
	display:none;
}

.autocomplete-suggestions {
	background-color: #fff;
	border-top: 1px solid #2da330;
	margin-left: 1px;
	max-height: unset !important;
}
.autocomplete-suggestion {
	padding: 6px;
}
.autocomplete-selected {
	background-color: #f5f7f8;
	cursor: pointer;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: block !important;
}
#breadcrumbs li::before {
	content: ' - ';
}
#breadcrumbs li:first-child::before {
	content: '';
}
.green-style.button-full {
	width: auto;
}
table, img, video, hr {
	max-width: 100%;
	height: auto;
}
table {
	overflow: auto;
}
table td {
	/*word-break: break-all;*/
}
.green-style.button-full.reset-margin {
	margin: 15px 0;
}
.col-height100 {
	height: 100px;
}
ul {
}
a {
	color: #353535;
}
.map-columns li {
	list-style: none;
}
.map-columns td li {
	text-align: left;
}
.map-columns td {
	padding: 5px !important;
}
.firs-run {
	font-size: small;
	display: inherit;
	text-align: left;
}
.padding-15 {
	padding: 15px;
}
.helper-phones {
	position: absolute;
	z-index: 9999;
	background-color: #fff;
	padding: 15px;
	border: 1px solid #d1d1d1;
	border-radius: 10px;
	top: 34px;
	max-width: 320px;
}
.helper-phones .item {
	padding-bottom: 15px;
}
.helper-phones .item .title {
	font-weight: bold;
	font-size: medium;
	display: inline-block;
	padding-left: 15px;
}
.helper-phones .item .image {
	display: inline-block;
}
.helper-phones .item .image img {
	width: 45px;
}
.helper-phones .phone-blocked {
	background-color: #efefef;
	padding: 8px;
	border: 1px solid #ddd;
	color: #2da330;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: large;
}
.helper-phones .item .mainer {
	padding-top: 8px;
}

.payment-page .col-xs-2 {
	width:20%;
	padding-left:4px;
	padding-right:4px;
	height:180px;
}

.payment-page .nav-tabs {
    border: none;
}

.payment-page .payment-type-item {
	background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #d6d6d6 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#d6d6d6 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#d6d6d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 );
    -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.3);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
	width:100%;
	height:100%;
	text-align:center;
	font-size: 15px;
    line-height: 18px;
    padding-top:10px;
    padding-bottom:10px;
    position:relative;
    cursor:pointer;
}

.payment-page .payment-type-item div {
	padding-left:5px;
	padding-right:5px;
	width:100%;
}

.payment-page .payment-type-item .bottom {
	background-color: rgba(0,0,0,0.2);
	padding:5px;
	position:absolute;
	bottom:0px;
	left: 0px;
}

.payment-page .payment-type-item:hover {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
}

.payment-page .nav-tabs > li.active > a, .payment-page .nav-tabs > li.active > a:hover, .payment-page .nav-tabs > li.active > a:focus {
    border:none;
    font-weight:normal;
    color:black;
    cursor:pointer;
}

.payment-page .nav-tabs > li > a {
    border:none;
    font-weight:normal;
    color:black;
    margin:0px;
    padding: 5px;
    cursor:pointer;
}

.payment-page .nav-tabs li.active a {
	background: #70b123;
    background: -moz-linear-gradient(top, #70b123 0%, #269b2c 100%);
    background: -webkit-linear-gradient(top, #70b123 0%,#269b2c 100%);
    background: linear-gradient(to bottom, #70b123 0%,#269b2c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70b123', endColorstr='#269b2c',GradientType=0 );
    color:#ffffff;
}

.payment-page .nav-tabs > li.active > a, .payment-page .nav-tabs > li.active > a:hover, .payment-page .nav-tabs > li.active > a:focus {
   color:#ffffff;
}

.payment-page .nav-tabs li a img.hover-img {
	display:none;
}

.payment-page .nav-tabs li a img.static-img {
	display:inline-block;
}

.payment-page .nav-tabs li.active a img.static-img {
	display:none;
}

.payment-page .nav-tabs li.active a img.hover-img {
	display:inline-block;
}

.payment-page table tr {
	border-bottom:1px solid rgb(178, 178, 178);
}

.payment-page table input , .payment-page table select {
	width: 230px;
	float:right;
	padding:5px;
}

.payment-page button {
	margin-top:0px;
	float:right;
}

.payment-page .info-wrap {
	float:right;
	text-align:left;
}

.payment-page .info-wrap select {
	margin-top:10px;
}

.left-sidebar ul.second-lv {
	display:none;
}

.left-sidebar li.active ul.second-lv {
	display:block;
}

.left-sidebar ul.second-lv li a {
	font-size:13px;
	color:black;
}

.left-sidebar i {
	position:absolute;
	top:8px;
	right:10px;
	color:#ffffff;
	cursor:pointer;
}

.left-sidebar li i.fa-chevron-up {
	display:none;
}

.left-sidebar li i.fa-chevron-down {
	display:block;
}

.left-sidebar li.active i.fa-chevron-up {
	display:block;
}

.left-sidebar li.active i.fa-chevron-down {
	display:none;
}

.left-sidebar li i.fa-chevron-up.display {
	display:none;
}

.left-sidebar li i.fa-chevron-down.display {
	display:none;
}

.left-sidebar li.active i.fa-chevron-up.display {
	display:none;
}

.left-sidebar li.active i.fa-chevron-down.display {
	display:block;
}

.left-sidebar ul li {
	list-style:none;
	transition: all 0.2s ease-in-out;
	position:relative;
}

.left-sidebar ul li:hover a , .left-sidebar ul li.active a {
	background-color: #2da330;
	transition: all 0.2s ease-in-out;
}

.left-sidebar ul li:hover ul li a , .left-sidebar ul li.active ul li a {
	background-color: #f3f3f3;
	transition: all 0.2s ease-in-out;
}

.left-sidebar ul li ul li:hover a , .left-sidebar ul li ul li.active a {
	background-color:#cecece;
	transition: all 0.2s ease-in-out;
}
.header_img_icon {
	width: 21px;
}

.close.close-helper {
    margin: 0;
    width: auto;
}

table.tariffs_table td {
	word-break: unset;
}
@media (max-width: 767px) {
  .shares-wrapper iframe{width:100%!important;max-width:560px;height:250px!important;}
}

.stickytop {top:0; position: fixed;}

.hide-layout {
  background: #000; /* фон */
  bottom: 0;  /* координата снизу */
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* прозрачность для IE */
  height: 100%; /* высота на всю страницу */
  opacity: 0.5;  /* прозрачность слоя */
  position: fixed; /* фиксируем элемент на странице*/
  top: 0; /* координата сверху */
  width: 100%; /* ширина на всю страницу */
  z-index: 998; /* z-index для перекрытия остальных элементов */
}

#popup {
  background-color: white;
  width: 300px;
  height: 200px;
  top: 300px;
  left: 40%;
  padding: 10px;
  position: fixed;
  z-index:10000;
}