*::-webkit-input-placeholder {
	color: #a8a8a8;
	opacity: 1;
}
*:-moz-placeholder {
	color: #a8a8a8;
	opacity: 1;
}
*::-moz-placeholder {
	color: #a8a8a8;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #a8a8a8;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
*::selection {
	background:  #0eabaa;
}
*::-moz-selection {
	background:  #0eabaa;
}

html.js .loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	display: none;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}

body {
	font-family: sans-serif;
	font-size: 15px;
	min-width: 320px;
	position: relative;
	line-height: 1.6;
	font-family: Ubuntu, Tahoma;
	overflow-x: hidden;
}

.hidden {
	display: none;
}
header {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	padding-top: 40px;
	z-index: 20;
	/*background-color: #1a6f91;*/
}
@media only screen and (max-width : 480px) {
header {
	padding: 10px 0px 40px 0px;
}
}
header .logo {
	position: relative;
	display: block;
}

header .logo .pash {
	position: relative;
	display: block;
	float: left;
	width: 70px;
	height: 28px;
	padding: 2px 3px;
	background-color: #00aa78;
	border-radius: 20px;
	cursor: pointer;
}

header .logo .pash span {
	position: relative;
	display: block;
	width: 31px;
	height: 100%;
	background-color: #fff;
	border-radius: 20px;
	z-index: 10;
	cursor: pointer;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

.pashactive {
	float: right;
}

header .logo a {
	position: relative;
	display: inline-block;
	font-family: "KabelLight", sans-serif;
	height: 30px;
	font-size: 48px;
	text-decoration: none;
	color: #fff;
}

header .logo a .white {
	display: block;
	margin-top: -29px;
	color: #fff;
}

header .logo a .other {
	color: #00aa78;
}

.phone_header a {
	position: relative;
	display: block;
	float: left;
	margin-right: 15px;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
}
ul.socki{
	position: relative;
	display: inline-block;
	top: 0;
	list-style-type: none;
	margin: 0 0 0 100px;
	padding: 0;
	width: 70%;
}s
ul.socki li{
	display: inline-block;
	top: -2px;
	margin: 0 0 0 7px;
}
ul.socki li.phone{
	margin-bottom: -5px;
position: relative;
top: -15px;
}
ul.socki li.phone a
{
    font-size: 23px;

    float: left;

    max-width: 230px;
    margin: 0;

    -webkit-transition: .7s;
         -o-transition: .7s;
            transition: .7s;
    text-decoration: none;

    color: #fff;
    border-bottom: 2px solid transparent;
}

footer ul li.phone_m a{
	border-bottom: none;
}
footer ul li.phone_m{
	margin-bottom: -5px;
}
footer ul li.phone_m a:hover, footer ul li.phone_m a:focus {
    color: #badfff;
    border-bottom: none;
    text-decoration: none;
}

ul.socki li.phone a:hover{
	border-bottom: 2px solid #fff;
}
ul.socki li.soc a{
	position: relative;
	display: inline-block;
	margin-top: -15px;
	top: 0;
	width: 25px;
    height: 30px;
}
ul.socki li.soc a.vk{
	background: url(../img/vk.svg) no-repeat;
	/*background-position: -7px -342px;*/
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
ul.socki li.soc a.ok{
	background: url(../img/ok.svg) no-repeat;
	/*background-position: -44px -342px;*/
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
ul.socki li.soc a.f{
	background: url(../img/fb.svg) no-repeat;
	/*background-position: -82px -342px;*/
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
ul.socki li.soc a.vk:hover,
ul.socki li.soc a.ok:hover,
ul.socki li.soc a.f:hover{
	top: 5px;
}
.but_box {
	position: relative;
	display: block;
	float: right;
	top: 0;
	margin-top: -3px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.pay_button,
.connection_button,
.lk_button {
	position: relative;
	display: block;
	float: left;
	color: #fff;
	border: 3px solid #00aa78;
	margin-left: 15px;
	cursor: pointer;
	font-size: 12px;
	border-radius: 20px;
	padding: 5px 20px;
	z-index: 1;
	overflow: hidden;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.pay_button span a,
.connection_button span a,
.lk_button  a{
	color: #fff;
	text-decoration: none;
}
.pay_button,
.connection_button{
	background-color: #00aa78;
}
.pay_button:after{
	position: absolute;
	display: block;
	content: 'Оплатить';
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	height: 50%;
	background-color: #00aa78;
	z-index: 1;*/
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}

.pay_button:before {
    position: absolute;
    display: block;
    content: 'Оплатить';
    text-align: center;
    font-size: 12px;
    padding-bottom: 24px;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 50%;
	background-color: #00aa78;
    z-index: 1;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.pay_button:hover:before{
	height: 0;
	bottom: -150%;
}
.pay_button:hover:after{
	height: 0;
	top: -150%;	
}
.pay_button span{
    display: block;
    -webkit-transform: scale3d(0.2, 0.2, 1);
    transform: scale3d(0.2, 0.2, 1);
	opacity: 0;
    -webkit-transition: -webkit-transform 0.7s, opacity 0.7s;
    transition: transform 0.7s, opacity 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.pay_button:hover {
	background-color: transparent;
}
.pay_button:hover > span {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.connection_button:after{
	position: absolute;
	display: block;
	content: 'Подключиться';
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	height: 50%;
	background-color: #00aa78;
	z-index: 1;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.connection_button:before {
    position: absolute;
    display: block;
    content: 'Подключиться';
    text-align: center;
    font-size: 12px;
    padding-bottom: 24px;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 50%;
    background-color: #00aa78;
    z-index: 1;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.connection_button:hover:before{
	height: 0;
	bottom: -150%;
}
.connection_button:hover:after{
	height: 0;
	top: -150%;	
}
.connection_button span{
    display: block;
    -webkit-transform: scale3d(0.2, 0.2, 1);
    transform: scale3d(0.2, 0.2, 1);
	opacity: 0;
    -webkit-transition: -webkit-transform 0.7s, opacity 0.7s;
    transition: transform 0.7s, opacity 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	background-color: transparent;
}
.connection_button:hover {
	background-color: transparent;
}
.connection_button:hover > span {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.lk_button:before {
	position: absolute;
	display: block;
	content: '';
	background-color: #00aa78;
	width: 150%;
	height: 0;
	overflow: hidden;
	bottom: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.lk_button:hover:before{
	height: 100%;
}
.lk_button:hover{
	background-color: #00aa78;
}
.bb {
	position: relative;
	display: block;
	width: 100%;
	height: 3px;
	background-color: rgba(13, 173, 163, 0.25);
	margin-top: -3px;
}

.nav {
	position: relative;
	display: block;
}

.nav ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.nav ul li {
	display: inline;
	margin: 0 35px 0;
}
.nav ul li a.first_menu {
	position: absolute;
    display: block;
    top: 1px;
    width: 55px;
    height: 35px;
    background-image: url(../img/home.svg);
    background-size: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    color: transparent !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.nav ul li a {
	position: relative;
	display: inline-block;
	padding: 5px 0 3px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.nav ul li a:hover,
.nav ul li.current-menu-item a,
.nav ul li a:focus {
	border-bottom: 3px solid #00aa78;
}
.nav ul li.current-menu-item a {
	border-color: #00aa78;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.nav ul li:hover ul{
	opacity:1;
    visibility:visible;
}
.nav ul li ul{
	position: absolute;
	display: block;
	opacity: 0;
	visibility: hidden;
	padding: 0;
	margin: -3px 0 0 0;
	list-style-type: none;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	z-index: 10;
}
.nav ul li ul li{
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
}
.nav ul li ul li a{
	display: block;
	left: 0;
	width: 150px;
	padding: 5px 5px;
	font-size: 12px;
	margin: 0 !important;
	background-color: #3a83a7;
    border-bottom: 1px solid #4996bb !important;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.nav ul li ul li:last-child a{
	border-bottom: 1px solid transparent !important;
}
.nav ul li.current-menu-item > ul li.current-menu-item a{
	padding: 5px 0 5px 20px;
	border-bottom: 1px solid #1af2b2;
}
.nav ul li.current-menu-item > ul li.current-menu-item a:before{
	position: absolute;
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    top: 50%;
    margin: -5px 0 0 -13px;
    border: 5px solid transparent;
    border-left: 8px solid #fff;
}
.nav ul li ul li a:hover,
.nav ul li ul li a:focus,
.nav ul li ul li.current-menu-item a{
	padding: 5px 0 5px 10px;
	background-color: #2c6c8c;
	border-bottom: 1px solid #1af2b2;
}
.nav ul li ul li:nth-child(1){
	margin: 0;
}
.slider {
	position: relative;
	display: block;
	width: 100%;
		z-index: 10;
	background: rgba(63, 104, 153, 1);
}
.whites{
	/* Old Browsers */
	background: -moz-linear-gradient(top, rgba(63, 104, 153, 1) 0%, rgba(63, 104, 153, 1) 5%, rgba(0, 170, 120, 1) 90%, rgba(0, 170, 120, 1) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(63, 104, 153, 1)), color-stop(5%, rgba(63, 104, 153, 1)), color-stop(90%, rgba(0, 170, 120, 1)), color-stop(100%, rgba(0, 170, 120, 1)));
	/* Chrome, Safari4+ */
	background: -webkit-linear-gradient(top, rgba(63, 104, 153, 1) 0%, rgba(63, 104, 153, 1) 5%, rgba(0, 170, 120, 1) 90%, rgba(0, 170, 120, 1) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(63, 104, 153, 1) 0%, rgba(63, 104, 153, 1) 5%, rgba(0, 170, 120, 1) 90%, rgba(0, 170, 120, 1) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(63, 104, 153, 1) 0%, rgba(63, 104, 153, 1) 5%, rgba(0, 170, 120, 1) 90%, rgba(0, 170, 120, 1) 100%);
	/* IE 10+ */
	background: linear-gradient(to bottom, rgba(63, 104, 153, 1) 0%, rgba(63, 104, 153, 1) 5%, rgba(0, 170, 120, 1) 90%, rgba(0, 170, 120, 1) 100%);
	/* W3C */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3f6899', endColorstr='#00aa78', GradientType=0);
	/* IE6-9 */
}
.nights{
	background: rgba(27,102,156,1);
	background: -moz-linear-gradient(top, rgba(27,102,156,1) 0%, rgba(27,102,156,1) 11%, rgba(49,82,102,1) 90%, rgba(49,82,102,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(27,102,156,1)), color-stop(11%, rgba(27,102,156,1)), color-stop(90%, rgba(49,82,102,1)), color-stop(100%, rgba(49,82,102,1)));
	background: -webkit-linear-gradient(top, rgba(27,102,156,1) 0%, rgba(27,102,156,1) 11%, rgba(49,82,102,1) 90%, rgba(49,82,102,1) 100%);
	background: -o-linear-gradient(top, rgba(27,102,156,1) 0%, rgba(27,102,156,1) 11%, rgba(49,82,102,1) 90%, rgba(49,82,102,1) 100%);
	background: -ms-linear-gradient(top, rgba(27,102,156,1) 0%, rgba(27,102,156,1) 11%, rgba(49,82,102,1) 90%, rgba(49,82,102,1) 100%);
	background: linear-gradient(to bottom, rgba(27,102,156,1) 0%, rgba(27,102,156,1) 11%, rgba(49,82,102,1) 90%, rgba(49,82,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b669c', endColorstr='#315266', GradientType=0 );
}

.slider .item{
	position: relative;
	display: block;
	height: 340px;
	z-index: 20;
}
.slider .item .title{
	display: block;
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	font-size: 40px;  
	color: #fff;
	line-height: 1.2;
}
.slider .item .desqription{
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
	margin-top: 10px;
}
.slider .item .more a{
	position: relative;
	display: block;
	float: left;
	color: #fff;
	border: 3px solid #fff;
	cursor: pointer;
	margin-top: 10px;
	font-size: 12px;
	border-radius: 20px;
	padding: 5px 20px;
	text-decoration: none;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.slider .item .more a:hover{
	background-color: #fff;
	color: #00aa78;
}

.slider .item .image img{
	position: relative;
	display: block;
	float: left;
	width: 612px;
	height: auto;
}
.slider:hover .owl-prev,
.slider:hover .owl-next{
	opacity: 1;
}
.owl-dots{
	position: absolute;
	display: block;
	bottom: 20px;
	right: 0;
}
.owl-prev{
	position: absolute;
	display: block;
	top: 10%;
	opacity: 0;
	left: -45px;
	width: 40px;
	height: 90px;
	color: transparent;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 2px;
		-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.owl-prev:before{
	position: absolute;
    display: block;
    content: '';
    top: 50%;
    margin-top: -9px;
    left: 50%;
    margin-left: -6px;
    width: 12px;
    height: 18px;
    background-image: url("../img/iconpack.png");
    background-repeat: no-repeat;
    background-position: -57px -307px;
}
.owl-next{
	position: absolute;
	display: block;
	top: 10%;
	opacity: 0;
	right: -45px;
	width: 40px;
	height: 90px;
	color: transparent;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 2px;
		-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.owl-next:before{
	position: absolute;
    display: block;
    content: '';
    top: 50%;
    margin-top: -9px;
    left: 50%;
    margin-left: -6px;
    width: 12px;
    height: 18px;
    background-image: url("../img/iconpack.png");
    background-repeat: no-repeat;
    background-position: -84px -307px;
}
.owl-dot{
	position: relative;
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	border-radius: 7px;
	background-color: #fff;
}
.owl-dot.active{
	position: relative;
	background-color: #00aa78;
}
#circle {
    width: 15px;
    height: 15px;
    position: absolute;
}
.num {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 0px;
    margin: 0px;
    transform: translate(-50%, -50%);
}
#circle > svg {
    width: 100%;
    display: block;
}
.news{
	position: relative;
	display: block;
	padding: 35px 0;
}
.newssals {
    position: relative;
    display: block;
    padding: 35px 0;
}
.news .newstitlesale,
.news .newstitle{
	position: relative;
    display: block;
    font-family: "MullerBold", sans-serif;
    font-size: 25px;
    color: #fff;
    padding: 0 15px;
    margin: 0;
    z-index: 10;
}
.news .newstitle:before {
    position: absolute;
    content: '';
    display: block;
    width: 180px;
    height: 70px;
    margin: -25px 0 0 -17px;
    background: url(../img/iconpack.png) no-repeat;
    background-position: -8px -9px;
    z-index: -1;
}
.news .newstitlesale:before {
    position: absolute;
    content: '';
    display: block;
    width: 285px;
    height: 70px;
    margin: -25px 0 0 -18px;
    background: url(../img/iconpack.png) no-repeat;
    background-position: -240px -9px;
    z-index: -1;
}
.news h3.title{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 1;
	font-family: "MullerBold", sans-serif;
	margin: 0px 0 5px;	
}
.news .itemnews{
	position: relative;
	display: block;
	padding: 10px;
	margin-bottom: 5px;
	border: 3px solid transparent;
	border-radius: 5px;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}

.news .itemnews:hover{
	border: 3px solid #0eabaa;
}
.news .images {
    position: relative;
    display: block;
    float: left;
    width: 122px;
    height: auto;
    margin: 0 10px 5px 0;
}
.news .images img{
	display: block;
	width: 100%;
	height: auto;
}
.news .text{
	position: relative;
	display: block;
}
.news .desqription {
    display: block;
    height: 50px;
    font-size: 12px;
    line-height: 1.2;
    overflow: hidden; 
}
.news .desqription p{
	margin: 0;
} 
.news .time{
	position: relative;
	display: inline-block;
	/*top: -7px;*/
	float: left;
	padding-left: 13px;
	font-size: 10px;
}
.news .time:before{
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	background: url("../img/iconpack.png") no-repeat;
	background-position: -9px -308px;	
}
.news .butmore a{
	position: relative;
	display: inline-block;
	top: 0;
	float: right;
	text-align: right;
	color: #0eabaa;
	background-color: transparent;
	cursor: pointer;
	border: 1px solid #0eabaa;
	font-size: 9px;
	border-radius: 20px;
	padding: 0px 10px;
	text-decoration: none;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	z-index: 10;
	overflow: hidden;
}
.mt2con{
	margin: 75px 0 25px;
}
.news .butmore a:before{
	position: absolute;
	display: block;
	content: '';
	text-align: center;
	left: 0;
	width: 100%;
	height: 0;
	bottom: 0;
	background-color: #0eabaa;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: -10;
}
.news .butmore a:hover:before{
	height: 100%;
}
.news .butmore a:hover{
	background-color: #0eabaa;
	color: white;
}
.news .allnews a,
.quest .allnews a{
    position: relative;
    display: inline-block;
    float: right;
    text-align: right;
	font-family: Ubuntu,Tahoma;
	font-weight:700;
    margin: 20px 0 0px;
    line-height: 1.2;
    padding: 0;
    font-size: 14px;
    color: #0eabaa;
    text-decoration: none;
    border-bottom: 1px solid #0eabaa;
}
.quest .allnews a{
	color: #fff;
	border-bottom: 1px solid #fff;
}
.news .allnews a:hover,
.quest .allnews a:hover{
	border-bottom: 1px solid transparent;
}
.quest{
	position: relative;
	display: block;
	width: 100%;
	padding: 25px 0 30px;
	background-color: #1a9c58;
}
.quest h2{
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	color: #fff;
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	font-size: 25px;
	text-transform: uppercase;
}
.qst:before{
    position: absolute;
    content: '';
	top: -73px;
    display: block;
    width: 220px;
	background-color: aqua;
	color: #fff;
    height: 76px;
    margin: -25px 0 0 -10px;
    background: url(../img/iconpack.png) no-repeat;
    background-position: 0px -140px;
	z-index: 1000;
}
.qst2:before {
	position: absolute;
    content: '';
	top: -73px;
    display: block;
    width: 220px;
	background-color: aqua;
    height: 76px;
    margin: -25px 0 0 -10px;
    background: url(../img/iconpack.png) no-repeat;
	background-position:-270px -140px;
	z-index: 1000;
}
.questitem{
	position: relative;
	display: block;
	margin: 15px 0 5px;
	padding: 10px;
	font-size: 14px;
	color: #fff;
	background-color: #315266;
	border-radius: 4px;
}
.questitem:before{
	position: absolute;
	display: block;
	top: -30px;
	left: 25px;
	width: 20px;
	height: 20px;
	content: '';
	border: 20px solid transparent;	
	border-bottom: 20px solid #315266;
}
.quest ul{
	list-style-type: none;
	margin: 20px 0 15px;
	padding: 0;
}
.quest ul li{}
.quest ul li a{
	color: #fff;
	font-size: 14px;
	border-bottom: 1px dashed #fff;
	text-decoration: none;
}
.quest ul li a:hover{
    border-bottom: 1px dashed transparent;
}
.quest ul li a.current-menu-item{
    border-bottom: 1px dashed transparent;
}
footer{
	position: relative;
	display: block;
	background-color: #315266;
}
footer .logofoot a{
	position: relative;
	display: inline-block;
	color: #fff;
	margin-top: -10px;
	font-family: "KabelLight", sans-serif;
	font-size: 35px;
	text-decoration: none;
	line-height: 1;
}
footer .copyright{
	margin-top: 8px;
	font-size: 9px;
	line-height: 1.2;
	color: #fff;
}
footer .logofoot a span{
	color: #00aa78;
}
footer .title_aboutcompony{
	position: relative;
	display: block;
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
footer ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
footer ul li{}
footer ul li a{
	font-size: 14px;
	text-decoration: none;
	color: #badfff;
	border-bottom: 1px solid #badfff;
	/*-webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;*/
}
footer ul li a:hover,
footer ul li a:focus{
	color: #badfff;
	border-bottom: 1px solid transparent;
	text-decoration: none;
}
.js-toggle-right-slidebar svg{
	position: relative;
	display: inline-block;
	float: right;
	width: 40px;
	height: 40px;
	margin-top: -8px;
	cursor: pointer;
}

[off-canvas] {
	background-color: #273b48 !important;
}
.sb-right .logo a{
	position: relative;
	display: block;
	font-family: "KabelLight", sans-serif;
	font-size: 35px;
	color: #fff;
	text-align: left;
	padding-left: 20px;
	text-decoration: none;
}
.sb-right .logo a span{
	color: #00aa78;
}
.sb-right ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sb-right ul li a{
	position: relative;
	display: block;
	width: 100%;
	color: #fff;
	padding: 10px 0 10px ;
	margin-left: 25px;
	text-align: left;
	font-size: 16px;
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	border-bottom: 1px solid #315266;
	cursor: pointer;
	text-decoration: none;
}
.sb-right ul li .arr {
    position: absolute;
    display: block;
    right: 0;
    margin-top: -46px;
    width: 45px;
    height: 45px;
    z-index: 100;
    background: #315266 url(/wp-content/themes/net/img/arrow.svg) no-repeat;
    background-position: 14px 16px;
    background-size: 15px 15px;
	-webkit-transform: rotateZ(-90deg);
	-ms-transform: rotateZ(-90deg);
	-o-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg);
	-webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;	
}
.sb-right ul li.current-menu-item > a{
	border-color: #00aa78;
	color: #00aa78;
}
.sb-right ul li.current-menu-item > ul li.current-menu-item a{
	border-color: #00aa78;
	color: #00aa78;
}
.sb-right ul li > ul{
	display: none;
}
/*.sb-right ul li.current-menu-item > ul{
	display: block;
}*/
.sb-right ul li > ul li a {
    border-color: #315266;
    color: #fff;
    margin-left: 50px;
    padding: 10px 0 10px 0;
    font-size: 16px;
}
.sb-right ul li > ul li.current-menu-item > ul li a{
	margin-left: 70px;
	color: #fff !important;
	border-color: #fff !important;
}
.sb-right ul li > ul li.current-menu-item > ul li.current-menu-item a{
	border-color: #00aa78 !important;
	color: #00aa78 !important;
} 
.sb-right ul li.lk_mob a{
	position: relative;
	display: block;
	width: 200px;
	color: #fff;
	margin: 25px auto 15px;
	padding: 5px 10px;
	text-align: center;
	font-size: 16px;
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	border: 3px solid #00aa78;
	cursor: pointer;
	border-radius: 20px;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.sb-right ul li.lk_mob a:after{
	position: absolute;
	display: none;
	content: '';
	text-align: center;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	height: 0;
	background-color: #00aa78;
	z-index: -1;
	-webkit-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
}
.sb-right ul li.lk_mob a:hover:after,
.sb-right ul li.lk_mob a:active:after{
	height: 100%;
}
sb-right ul li.lk_mob a:hover,
.sb-right ul li.lk_mob a:active{
	opacity: 1;
	background-color: #00aa78;
}
.sb-right ul li.phone_mob a{
	position: relative;
	display: block;
	width: 200px;
	color: #fff;
	padding: 0px;
	text-align: center;
	border-bottom: 0;
	font-size: 16px;
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.content_box{
	position: relative;
	display: block;
	width: 100%;
	padding: 40px 0 50px;
	font-size: 12px;
	color: #315266;
	line-height: 1.2;
	z-index: -1;
}
.headbar{
	position: relative;
	display: block;
	width: 100%;
	height: 420px;
	font-family: Ubuntu,Tahoma;
	font-weight:400;
	color: #fff;
	padding: 270px 0 0;
	margin-top: -255px;
	z-index: 10;
	text-transform: uppercase;
}
.headbar:before{
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	bottom: 0;
	height: 150px;
	background-size: auto 150px;
}
.specialday:before{background: url(../img/head_bot.png), repeat-y;}
.specialnig:before{background: url(/head_bot2.png), repeat-y;}
.headbar h1{
	display: inline-block;
	padding: 10px;
	margin: 30px 0 0;
	font-size: 30px;
	font-weight: normal;
	line-height: 1;
	background-color: #0eabaa;
}
.headbar h2{
	display: inline-block;
	padding: 10px;
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	background-color: #00aa78;
}
.headbar ul.breacrumbs {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.headbar ul.breacrumbs li {
	position: relative;
    display: inline-block;
    float: left;
    padding: 10px;
    clear: left;
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    background-color: #0eabaa;
	cursor: default;
}
.headbar ul.breacrumbs li:nth-child(2) {
	position: relative;
	display: inline-block;
	padding: 10px;
	margin: 0;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	background-color: #00aa78;
}
.headbar ul.breacrumbs li:nth-child(3), 
.headbar ul.breacrumbs li:nth-child(4), 
.headbar ul.breacrumbs li:nth-child(5) {
	display: none;
}
.content_box nav.left_bar ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.content_box nav.left_bar ul li a{
	display: block;
	padding: 10px;
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	color: #315266;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.content_box nav.left_bar ul li.current-menu-item ul li a{
	background-color: #53c099;
}
.content_box nav.left_bar ul li.current-menu-item ul li.current-menu-item a{
	background-color: #a6d9c5;
}
.content_box nav.left_bar ul li.current-menu-item ul li:hover a{
	background-color: #00aa78;
}
.content_box nav.left_bar ul li a:hover{
	color: #fff;
	background-color: #00aa78;
}
.content_box nav.left_bar ul li:current-menu-item a{
	color: #fff;
	background-color: #007654;
}
.content_box nav.left_bar ul li.current-menu-item a{
	color: #fff;
	background-color: #00aa78;
}
.content_box .h2{
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.content_box .h2 span{
	text-transform: initial;
}
.times {
    position: relative;
    display: block;
    background-color: #0eabaa;
    padding: 15px;
    color: #fff;
}
.times .h2{
	margin: 0;
}
.content_box .about_desqription{
	margin-bottom: 25px;
}
.content_box .info_about_content_box{
	margin-top: 25px;
	padding: 0 15px;
}
.maptabs ul{
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sb-right ul li > ul li > ul li a {
    margin: 0 0 0 70px;
}
.maptabs ul li{
	position: relative;
	display: block;
	padding: 15px 0;
	width: 150px;
	font-family: Ubuntu,Tahoma;
    font-size: 14px;
    text-align: center;
	float: left;
	color: #315266;
	border: 2px solid #0eabaa;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.maptabs ul li:nth-child(2),
.maptabs ul li:nth-child(3){
	margin-left: -2px;
}
.maptabs ul li:before{
	position: absolute;
	display: block;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #0eabaa;
	z-index: -1;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.maptabs ul li:hover,
.maptabs ul li.current-menu-item{
	color: #fff;
}
.maptabs ul li:hover:before,
.maptabs ul li.current-menu-item:before{
	height: 100%;
}
.maptabs .content{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin-top: -4px;
	border: 2px solid #0eabaa;
}
.maptabs .h_about{
	height: 415px !important;
}
.maptabs .content .map_about{
    display: block;
    width: 100%;
    height: 100%;
}
.content_box .discounts_item{
	position: relative;
	display: block;
	height: 375px;
	background-color: #e5e5e5;
	border: 3px solid #e5e5e5;
	margin-bottom: 25px; 
	border-radius: 3px;	
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.content_box .discounts_item .img_dis img{
	display: block;
	width: 100%;
	height: auto;
}
.disc_name {
    position: absolute;
    display: block;
    top: -15px;
    font-size: 12px;
    right: 0;
    color: #fff;
    padding: 8px 15px 10px;
    background-color: #0eabaa;
    cursor: default;
}
.discounts_descr{
	position: relative;
	display: block;
	padding: 15px 25px;
}
.discounts_descr .title{
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	font-size: 15px;
	color: #393939;
	margin-bottom: 15px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.discounts_descr .description{
	font-family: 12px;
	color: #393939;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.discounts_descr .moore a{
	position: relative;
	display: inline-block;
	float: left;
	padding: 2px 15px 4px;
	border: 1px solid #0eabaa;
	text-decoration: none;
	color: #fff;
	border-radius: 3px;
	z-index: 10;
	overflow: hidden;
}
.content_box .discounts_descr .moore a:before{
	position: absolute;
	display: block;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0eabaa;
	z-index: -1;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.content_box .discounts_descr .socki{
	position: relative;
	display: inline-block;
	width: 25px;
	height: 25px;
	cursor: pointer;
	margin: -1px 10px -10px;
	background-image: url(../img/iconpack.png);
	background-repeat: no-repeat;
	background-position: -255px -347px;
}
.content_box  .discounts_item:hover .socki{
	background-position: -212px -347px;
}
.content_box .discounts_descr .time{
	position: relative;
	display: inline-block;
	float: right;
	padding: 5px 0 4px 20px;
	color: #a9a9a9;
	cursor: default;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.content_box .discounts_descr .time:before{
	position: absolute;
	display: block;
	content: '';
	width: 20px;
	height: 25px;
	top: 0;
	left: 0px;
	background-image: url(../img/iconpack.png);
	background-repeat: no-repeat;
	background-position: -136px -347px;
}
.discounts_item:hover {
	background-color: #00aa78;
	border-color: #00aa78;
	color: #fff;
}
.content_box .discounts_item:hover .description,
.content_box .discounts_item:hover .title,
.content_box .discounts_item:hover .time{
	color: #fff;
}
.content_box .discounts_item:hover .time:before{
	background-position: -170px -347px;
}

.content_box .discounts_item:hover .moore a{
	border-color: #fff;
}
.content_box .discounts_item:hover .moore a:before{
	height: 0;
	background-color: #fff;
}
.pagination{
	position: relative;
	display: block;
}
.pagination ul{
	text-align: center;
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	cursor: pointer;
}

.pagination ul li{
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	border-radius: 5px;
}
.pagination ul li.current-menu-item{
	background-color: #0eabaa;	
}
.pagination ul li.current-menu-item a{
	color: #fff;
}
.pagination ul li a{
	display: block;
	padding: 3px 5px;
	color: #315266;
	text-decoration: none;
	cursor: pointer;
}
.pagination ul li a span.pag_left{
	position: relative;
	display: block;
	opacity: 0;
	width: 20px;
	height: 25px;
	margin-bottom: -10px;
	background-image: url(../img/iconpack.png);
	background-repeat: no-repeat;
	background-position: -137px -303px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: pointer;
}
.pagination ul li a span.pag_right{
	position: relative;
	display: block;
	opacity: 0;
	width: 25px;
	height: 25px;
	margin-bottom: -10px;
	background-image: url(../img/iconpack.png);
	background-repeat: no-repeat;
	background-position: -175px -303px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: pointer;
}
.pagination:hover ul li a span.pag_left,
.pagination:hover ul li a span.pag_right{
	opacity: 1;
}
.contact_item{
	padding: 20px;
	background-color: #0eabaa;
	color: #fff;
}
.contact_item .title_cont{
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	font-size: 14px;
	padding-bottom: 20px;
}
.contact_phone,
.contact_email,
.contact_icq,
.contact_mode{
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	font-size: 12px;
	margin-bottom: 20px;
	padding: 0 0 0 30px;
}
.contact_phone span,
.contact_email span,
.contact_icq span,
.contact_mode span{
	display: block;
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	font-size: 12px;
}
.contact_phone:before,
.contact_email:before,
.contact_icq:before,
.contact_mode:before{
	position: absolute;
	display: block;
	content: '';
	width: 25px;
	height: 35px;
	margin-left: -30px;
	background-image: url(../img/iconpack.png);
	background-repeat: no-repeat;
}
.contact_phone:before{
	background-position: -295px -347px;
}
.contact_email:before{
	background-position: -325px -350px;
}
.contact_icq:before{
	background-position: -363px -348px;
}
.contact_mode:before{
	background-position: -395px -347px;
}
.content .box_about_contact .map_about{
	position: relative;
	display: block;
	width: 100%;
	height: 250px;
}
.formyself{
	width: 173px !important;
}
.formyself_desqription{
	color: #797a7a;
	margin-bottom: 25px;
}
.formyselftabs ul{
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.formyselftabs ul li{
	position: relative;
	display: block;
	padding: 15px 0;
	width: 210px;
    text-align: center;
	font-family: Ubuntu,Tahoma;
	font-size: 14px;
	float: left;
	color: #315266;
	border: 2px solid #dbdedd;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.formyselftabs ul li:nth-child(2),
.formyselftabs ul li:nth-child(3){
	margin-left: -2px;
}

.formyselftabs ul li:before{
	position: absolute;
	display: block;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #00aa78;
	z-index: -1;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.formyselftabs ul li:hover,
.formyselftabs ul li.active{
	color: #fff;
	border-color: #00aa78;
}
.formyselftabs ul li:hover:before,
.formyselftabs ul li.active:before{
	height: 100%;
}
.formyselftabs .content {
	position: relative;
	display: block;
	width: 100%;
	padding: 25px;
	margin-top: -2px;
	background-color: #ebebeb;
}
.formyselftabs .content .formyselfcontent .title{
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	font-size: 14px;
	color: #315266;
	text-transform: uppercase;
}
.formyselftabs .content .formyselfcontent .cart_connect{
	position: relative;
	display: block;
	background-color: #315266;
	padding: 15px;
	color: #fff;
	margin: 25px 0;
	text-align: center;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1); 
	-ms-transform: scale(1, 1);
	transform:  scale(1, 1);
}
.formyselftabs .content .formyselfcontent .cart_connect:hover{
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1); 
	-ms-transform: scale(1.1, 1.1);
	transform:  scale(1.1, 1.1);
	background-color: #0eabaa;
}
.formyselfcontent .cart_connect .logo{
	position: relative;
	display: block;
	width: 100px;
	height: 40px;
	margin: 0 auto;
	border: 1px solid transparent;
	border-radius: 25px;
	padding: 0 5px 0 4px;
}
.formyselfcontent .cart_connect:hover .logo{
	border: 1px solid #fff;
}
.formyselfcontent .cart_connect .logo:before{
	position: absolute;
	display: block;
	content: '';
	
	width: 45px;
	height: 34px;
	background-color: #fff;
	border-radius: 25px;
}
.formyselfcontent .cart_connect .color_one:before{
	top: 2px;
	left: 2px;
}
.formyselfcontent .cart_connect .color_two:before{
	top: 2px;
	left: 15px;
}
.formyselfcontent .cart_connect .color_three:before{
	top: 2px;
	left: 30px;
}
.formyselfcontent .cart_connect .color_foo:before{
	top: 2px;
	left: 51px;
}
.color_one{
	background-color: #a6d9c5;
}
.color_two{
	background-color: #53c099;
}
.color_three{
	background-color: #15b787;
}
.color_foo{
	background-color: #00aa78;
}
.formyselftabs .formyselfcontent .cart_connect .title{
	font-family: Ubuntu,Tahoma;
	font-weight:700;
color: #fff;
font-size: 23px;
margin: 15px 0 20px;
word-wrap: break-word;
height: 80px;
}
.formyselftabs .formyselfcontent .cart_connect .info{
	position: relative;
	display: block;
	width: 100%;
	background-color: #fff;
	color: #315266;
	padding: 8px 0;
	margin-bottom: 5px;
	font-weight: bold;
font-size: 20px;
}	
.night_speed {
    position: relative;
    display: block;
    font-size: 14px;
    padding-bottom: 5px;
    color: #fff;
}
.formyselftabs .formyselfcontent .cart_connect .info2{
	position: relative;
	display: block;
	width: 100%;
	background-color: #fff;
	color: #315266;
	border-top: 1px solid #9faeb8;
	border-bottom: 1px solid #9faeb8;
	padding: 8px 0;
	margin-bottom: 12px;
}
.formyselftabs .formyselfcontent .cart_connect .price{
    font-size: 14px;
    color: #fff;
    margin-bottom: 25px;
    display: inline-block;
    background-color: #00aa78;
    padding: 5px 10px;	
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.formyselftabs .formyselfcontent .cart_connect:hover .price{
	background-color: #315266;
}
.formyselftabs .formyselfcontent .cart_connect .button_connect a{
	position: relative;
	display: block;
	text-decoration: none;
	width: 100%;
	color: #fff;
	padding: 8px 0;
	background-color: #00aa78;
	z-index: 0;
}
.formyselftabs .formyselfcontent .cart_connect .button_connect a:before{
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	background-color: #315266;
	z-index: -1;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.formyselftabs .formyselfcontent .cart_connect:hover .button_connect a:before{
	height: 100%;
	background-color: #315266;
}
.borderbottom{
	border-bottom: 2px solid #0eabaa;
	margin: 15px 0 30px;
}
.mbottom{
	margin-bottom: 15px;
}
.moore_function{
	position: relative;
	display: block;
}
.moore_function .title{
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	font-size: 14px;
	color: #315266;
	padding: 15px 0;
	margin: 20px;
	text-transform: uppercase;
}
.moore_function_cart{
	position: relative;
	display: block;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.moore_function .col-md-4 .moore_function_cart:hover .logo{
	margin: -5px auto 30px;
}
.moore_function .moore_function_cart .logo{
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	margin: 10px auto 15px;
	background-color: #1a9c58;
	border-radius: 50px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.moore_function .moore_function_cart .logo:before{
	position: absolute;
	display: block;
	content: '';
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
	background-image: url(../img/iconpack.png);
	background-repeat: no-repeat;
	background-position: -4px -88px;
		-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.moore_function .col-md-4:nth-child(2) .moore_function_cart .logo:before{
	background-position: -71px -85px;
}
.moore_function .col-md-4:nth-child(3) .moore_function_cart .logo:before{
	background-position: -137px -86px;
}
.moore_function .moore_function_cart .description{
	position: relative;
	display: block;
	width: 250px;
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	
	font-size: 14px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 10px;
}
.moore_function .moore_function_cart .description span{
	display: block;
	font-family: Ubuntu,Tahoma;

}
.moore_function .moore_function_cart .description span p{
	margin: 0;
}
.for_bisness{
	position: relative;
	display: block;
}
.cart_bisn{
	position: relative;
	display: inline-block;
	top: 0;
	padding: 10px;
	margin: 10px 20px 10px 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.cart_bisn .log_num{
	position: relative;
	display: inline-block;
	top: 0;
	font-size: 57px;
	line-height: 1;
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	
	color: #1a9c58;
		-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.cart_bisn:hover .log_num{
	top: -5px;
}
.cart_bisn .description{
	position: relative;
	display: inline-block;
	margin: -5px 0 0 0;
	padding: 5px 0;
}
.cart_bisn .description .name{
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	
	font-size: 14px;
	text-transform: uppercase;
	margin: -5px 0 5px;
}
.cart_bisn .description .price{
	margin: -5px 0 5px;
}
.cart_bisn .description .speed{
	margin: -5px 0 5px;
}
.cart_bisn .but_tarrif a{
	position: relative;
	display: block;
	width: 85px;
	padding: 2px 0 4px;
	background-color: #00aa78;
	color: #fff;
	border-radius: 25px;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	z-index: 10;
    overflow: hidden;
}
.cart_bisn .but_tarrif a:before{
	position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    background-color: #0eabaa;
		-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.cart_bisn .but_tarrif a:hover:before{
	height: 100%;
}
.news_connection{
	position: relative;
	display: block;
	padding: 25px;
	color: #aae4c6;
	background-color: #1a9c58;
	-webkit-box-shadow: inset 0px 0px 250px 0px rgba(14,171,170,0.5);
	-moz-box-shadow: inset 0px 0px 250px 0px rgba(14,171,170,0.5);
	box-shadow: inset 0px 0px 250px 0px rgba(14,171,170,0.5);
}
.news_connection:before{
	position: absolute;
	display: block;
	content: '';
	top: -80px;
	width: 225px;
	height: 80px;
	background-image: url(../img/iconpack.png);
	background-repeat: no-repeat;
	background-position: -10px -135px;
	
}
.news_connection .title{
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	
	font-size: 18px;	
}
.news_connection .description{
	display: block;
	margin: 20px 0;
	font-size: 12px;
}
.news_connection .description a{
    font-weight: bold;
    color: #aae4c6;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
}
.news_connection .form_news_connection{
	position: relative;
	display: block;
}
.news_connection .form_news_connection input{
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: 25px;
	border: 0;
	font-size: 12px;
	padding: 0 10px;
	margin-bottom: 15px;
	color: #81b097;
	outline: none;
	border: 1px solid transparent;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.news_connection .form_news_connection input:focus{
	border-color: #029347;
}
.news_connection .form_news_connection input::-webkit-input-placeholder {color:#81b097;}
.news_connection .form_news_connection input::-moz-placeholder          {color:#81b097;}
.news_connection .form_news_connection input:-moz-placeholder           {color:#81b097;}
.news_connection .form_news_connection input:-ms-input-placeholder      {color:#81b097;}
.news_connection .form_news_connection button{
	position: relative;
	display: block;
	width: 100px;
	margin: 0 auto;
	padding: 8px 0 10px;
	font-size: 12px;
	color: #fff;
	border-radius: 40px;
	border: 1px solid #fff;
	background-color: transparent;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	overflow: hidden;
	z-index: 10;
	outline: none;
}
.news_connection .form_news_connection button:before{
	position: absolute;
	display: block;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background-color: #0eabaa;
	z-index: -1;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.news_connection .form_news_connection button:hover{
	color: #fff;
	border-color: #039292;
}
.news_connection .form_news_connection button:hover:before{
	height: 100%;
}
.moore_chanal{
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	
	font-size: 14px;
	color: #315266;
	padding: 15px 0;
	margin: 20px;
	text-transform: uppercase;
	border-top: 3px solid #0eabaa;
}
.chanal_box{
	position: relative;
	display: block;
	width: 100%;
	padding: 25px 25px;
	margin-bottom: 25px;
	color: #fff;
	background-color: #315266;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.chanal_box .logo{
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	/*background-color: #fff;*/
}
.chanal_box .logo img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;	
}
.chanal_box .cont_box .title{
	font-size: 18px;
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	
	text-transform: uppercase;
}
.chanal_box .cont_box .discription{
	font-size: 14px;
	margin: 5px 0 30px;
}
.chanal_box .cont_box .discription p{
	margin: 0;
}
.chanal_box .cont_box .price {
    position: relative;
    display: block;
	float: left;
	width: 125px;
    background-color: #fff;
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	
	font-size: 10px;
    color: #315266;
	text-transform: uppercase;
	text-align: center;
    border-top: 1px solid #9faeb8;
    border-bottom: 1px solid #9faeb8;
    padding: 5px 0;
}
.chanal_box .cont_box .connect a{
	position: relative;
	display: inline-block;
	float: left;
	text-decoration: none;
	color: #fff;
	margin: 0 25px;
	padding: 5px 25px;
	background-color: #00aa78;
	z-index: 0;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.chanal_box .cont_box .connect a:before{
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	background-color: #315266;
	z-index: -1;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.chanal_box .cont_box .connect a:hover{
	color:  #315266;
}
.chanal_box .cont_box .connect a:hover:before{
	height: 100%;
	background-color: #fff;
}
.rate_box{
	display: table;
	width: 100%;
	background-color: #fff;
}
.rate_box tr{
	display: table-row;
}
.rate_box tr td{
	font-size: 12px;
	text-align: center;
}
.rate_box tr:nth-child(2n+1){
   background-color: #dfdcdc;
}
.rate_box tr td:nth-child(1){
	text-align: right;
	padding: 15px 0 15px 25px;
}
.rate_box tr td.color a{
	position: relative;
	display: block;
	margin: 15px;
	padding: 8px 25px 9px;
	text-decoration: none;
	color: #fff;
	border-radius: 40px;
	overflow: hidden;
	z-index: 10;
}
.rate_box tr td.color a:before{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: -1;
	background-color: #315266;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.rate_box tr td.color a:hover:before{
	height: 100%;
}
.rate_box tr td.color:nth-child(2) a{
	background-color: #4dcd89;
}
.rate_box tr td.color:nth-child(3) a{
	background-color: #30b36f;
}
.rate_box tr td.color:nth-child(4) a{
	background-color: #1a9c58;
}
.rate_box tr td.color:nth-child(5) a{
	background-color: #2ab5b4;
}
.color{
	background-color: #fff;
}
.color1{
	text-align: center !important;
	background-color: #315266;
	color: #fff;
}
.color2{
	background-color: #4dcd89;
	color: #fff;
}
.color3{
	background-color: #30b36f;
	color: #fff;
}
.color4{
	background-color: #1a9c58;
	color: #fff;
}
.color5{
	background-color: #2ab5b4;
	color: #fff;
}
.circle1{
	position: relative;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 auto;
	border-radius: 15px;
	border: 1px solid #969595;
}
.circle2{
	position: relative;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 auto;
	border-radius: 15px;
	border: 1px solid #969595;
	background-color: #2ab5b4;
}
.dr_width{
	width: 155px !important;
}
.input_domens{
	position: relative;
	display: block;
	width: 100%;
	height: 70px;
	padding: 20px;
	margin-bottom: 10px;
	background-color: #315266;
}
.input_domens input{
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
	font-size: 12px;
	padding: 5px 15px;
	border: 0;
	outline: none;
	color: #608899;
}
.title_input_domens{
	position: relative;
	display: block;
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	
	font-size: 20px;
	color:#315266;
	text-align: left;
	padding-bottom: 5px;
	margin-left: 200px;
}
.input_domens:before{
	position: absolute;
	display: block;
	content: '';
	top: -45px;
	left: 0;
	width: 175px;
	height: 72px;
	background-image: url(../img/iconpack.png);
	background-repeat: no-repeat;
	background-position: -10px -5px;
}
.input_domens input:focus{
	outline: none;
}
.input_domens input::-webkit-input-placeholder {color:#608899;}
.input_domens input::-moz-placeholder          {color:#608899;}
.input_domens input:-moz-placeholder           {color:#608899;}
.input_domens input:-ms-input-placeholder      {color:#608899;}
.input_domens .but_dom{
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
	border: 1px solid #00aa78;
	font-family: Ubuntu,Tahoma;
	font-weight:400;
	
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	background-color: #00aa78;
	z-index: 10;
}
.input_domens .but_dom:before{
	position: absolute;
	display: block;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #0eabaa;
	z-index: -1;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.input_domens .but_dom:hover:before{
	height: 100%;
}
.dom_name{
	position: relative;
	display: block;
	padding: 25px 0;
	text-align: center;
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	
	font-size: 14px;
	color: #315266;
}
.circle3{
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: -5px 1px -1px 0;
	border-radius: 10px;
	background-color: #4dcd89;
	border: 1px solid #9f9e9e;
}

.domens_string .box_item{
	margin-bottom: -2px;
	border-top: 2px solid #4dcd89;
	border-bottom: 2px solid #4dcd89;
}
.domens_string  .name{
	padding: 15px 0;
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	
	font-size: 20px;
	color: #315266;
}
.domens_string  .price{
	padding: 15px 0;
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	
	font-size: 20px;
	text-align: right;
	color: #315266;
}
.domens_string a{
	position: relative;
	display: block;
	float: right;
	width: 105px;
	margin-top: 13px;
	padding: 8px 0;
	text-align: center;
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	
	font-size: 12px;
	color: #fff;
	background-color: #0eabaa; 
	border-radius: 25px;
	text-decoration: none;
	z-index: 10;
	overflow: hidden;
}
.domens_string a:hover:before{
	height: 100%;
}
.domens_string a:before{
	position: absolute;
	display: block;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height:0;
	background-color: #00aa78;
	z-index: -1;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: -1;
}
.w_yc{
	width: 307px !important;
}
.docs_item a{
	position: relative;
	display: block;
	width: 100%;
	padding: 15px 0 25px 60px;
	text-decoration: none;
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	
	font-size: 14px;
	color: #315266;
}
.docs_item a:before{
	position: absolute;
	display: block;
	content: '';
	width: 40px;
	height: 40px;
	background-color: #00aa78;
	left: 10px;
	top: 3px;
	border-radius: 30px;
	background-image: url(../img/iconpack.png);
	background-repeat: no-repeat;
	background-position: -198px -91px;
}
.content_box .quest{
	background-color: #fff !important;	
	margin: 0;
	padding: 0;
}
.content_box .quest ul{
	margin: 0;
}
.content_box .quest ul li{
	padding: 5px 0;
}
.content_box .quest ul li a{
	color: #315266;
	border-bottom: 1px dashed #315266;
}
.content_box .quest ul li.current-menu-item a{
	border-bottom: 1px dashed transparent;
}
.payment{
	position: relative;
	display: block;
	padding: 0;
	border-top: 1px solid #315266;
	border-bottom: 1px solid #315266;
}
.payment .item a{
	position: relative;
	display: inline-block;
	padding: 20px 15px 0 65px;
	height: 75px;
	margin: 20px 0;
	font-size: 16px;
	color: #315266;
	line-height: 1;
	border: 1px solid transparent;
	border-radius: 5px;
	text-decoration: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

/*.payment .col-md-4:nth-child(1) .item a{
	padding: 27px 15px 0 65px; 
}*/
.payment .item a:hover{
	background-color: #ebebeb;
	border: 1px solid #00aa78;
}
.payment .item a:before{
	position: absolute;
	display: block;
	left: 5px;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.payment .col-md-4:nth-child(1) .item a:before{
	background-position: -255px -89px;
}
.payment .col-md-4:nth-child(2) .item a:before{
	background-position: -348px -89px;
}
.payment .col-md-4:nth-child(3) .item a:before{
	background-position: -425px -87px;
}
.payment .col-md-4:nth-child(4) .item a:before{
	background-position: -502px -89px;
}
.payment .col-md-4:nth-child(5) .item a:before{
	background-position: -565px -92px;
}
.payment .col-md-4:nth-child(6) .item a:before{
	background-position: -634px -91px;
}
.newsopen .generalimg{
	margin-bottom: 25px;
}
.newsopen .generalimg img{
	display: block;
	width: 100%;
	height: auto;	
}
.newsopen .box_opennews{
	position: relative;
	display: block;
	/*float: left;*/
}
.newsopen .box_opennews .title{
	display: inline-block;
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	
	font-size: 16px;
	padding-bottom: 15px;
}
.newsopen .box_opennews .time{
	position: relative;
	display: block;
	float: right;
	padding: 5px 0 5px 25px;
}
.newsopen .box_opennews .time:before{
	position: absolute;
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
	background: url(../img/iconpack.png) no-repeat;
	background-position: 1px -303px;
}
.newsopen .box_opennews .description{
	font-size: 12px;
	margin-bottom: 25px;
}
.newsopen .box_opennews .description p{
	margin: 0;
}
.newsopen .box_opennews .soc{
	position: relative;
	display: block;
	width: 25px;
	height: 25px;
	background: url(../img/iconpack.png) no-repeat;
	background-position: -255px -347px;
	cursor: pointer;
	z-index: 10;
}
.newsopen .box_opennews .block_soc{
	position: relative;
	display: none;
	top: 4px;
	height: 35px;
	width: 145px;	
	background-color: #315266;
	border-radius: 5px;
}
.newsopen .box_opennews .block_soc:before{
	position: absolute;
    display: block;
    content: '';
    top: -20px;
    left: 0;
    width: 25px;
    height: 25px;
    border: 15px solid transparent;
    border-bottom: 15px solid #315266;
}
.newsopen .box_opennews .block_soc ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.newsopen .box_opennews .block_soc ul li a{
	position: relative;
	display: block;
	float: left;
	width: 35px;
	height: 35px;
    margin: 5px 0 0 12px;
    background: url(../img/vk.svg) no-repeat;
    background-size: 25px;
}
.newsopen .box_opennews .block_soc ul li:nth-child(3) a{
	background: url(../img/fb.svg) no-repeat;
	background-size: 25px;
}
.newsopen .box_opennews .block_soc ul li:nth-child(2) a{
	background: url(../img/ok.svg) no-repeat;
	background-size: 25px;
}
.newsopen .information{
	font-size: 12px;
}
.newsopen .title_oth{
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	
	font-size: 16px;
	padding: 10px 0; 
	border-bottom: 2px solid #0eabaa;
	margin-top: 20px;
}
.newsopen .slider2{
	margin: 15px 0;
}
.newsopen .slider2 .item{
	display: block;
	width: 250px;
	margin: 0 auto;
	height: auto;
}
.newsopen .slider2 .item img{
	display: block;
	width: 250px;
	min-height: 132px;
	height: 85px;
}
.newsopen .slider2 .item .bg_block{
	position: absolute;
	display: block;
	bottom: 0;
	width: 250px;
	height: 0;
	z-index: 1000;
	text-align: center;
	color: #fff;
	background-color: rgba(49, 82, 102, 0.8);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newsopen .slider2 .item:hover .bg_block{
	height: 100%;
}
.newsopen .slider2 .item .bg_block .title{
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	
	padding: 40px 0 10px;
}
.newsopen .slider2 .item .bg_block a{
	position: relative;
    display: block;
	width: 95px;
    color: #fff;
	margin: 0 auto;
    cursor: pointer;
	background-color: #0bb18d;
	padding: 5px 0 6px;
    font-size: 12px;
    border-radius: 20px;
    z-index: 10;
    text-decoration: none;
}
.newsopen .slider2 .item .bg_block a:before{
	position: absolute;
    display: block;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	border-radius: 10px;
	margin: 0 auto;
    cursor: pointer;
	background-color: #315266;
    z-index: -1;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.newsopen .slider2 .item .bg_block a:hover:before{
	height: 100%;
}
.slider2:hover .owl-next,
.slider2:hover .owl-prev{
	opacity: 1;
	
}
.slider2 .owl-prev{
	opacity: 0;
	left: 0;
	top: 15%;
	background-color: #1a9c58;
	-webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.slider2 .owl-next{
	opacity: 0;
	right: 0;
	top: 15%;
	background-color: #1a9c58;
	-webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
section.error{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	text-align: center;
	line-height: 1.6;
	font-family: Ubuntu,Tahoma;
	overflow-x: hidden;
}
section.error:before{
	position: absolute;
	display: block;
	content: '';
	bottom: 0;
	left: 50%;
	margin-left: -285px;
	width: 570px;
	height: 315px;
	background: url(../img/slide.png) no-repeat;
}
section.error .logo {
	position: relative;
	display: inline-block;
	margin: 80px auto 40px;
}

section.error .logo .pash {
	position: relative;
	display: block;
	float: left;
	width: 70px;
	height: 28px;
	padding: 2px 3px;
	background-color: #00aa78;
	border-radius: 20px;
	cursor: pointer;
}

section.error .logo .pash span {
	position: relative;
	display: block;
	width: 31px;
	height: 100%;
	background-color: #fff;
	border-radius: 20px;
	z-index: 10;
	cursor: pointer;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

section.error .pashactive {
	float: right;
}

section.error .logo a {
	position: relative;
	display: inline-block;
	font-family: "KabelLight", sans-serif;
	height: 30px;
	font-size: 48px;
	text-decoration: none;
	margin: 0px 0 0 7px;
	color: #fff;
}

section.error .logo a .white {
	display: block;
	margin-top: -29px;
	color: #fff;
}

section.error .logo a .other {
	color: #00aa78;
}
section.error .text{
	font-size: 215px;
	line-height: 1;
	color: #fff;
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	
}
section.error .desqription{
	color: #fff;
	font-size: 12px;
}
section.error .desqription span{
	display: block;
	font-size: 14px;
	padding: 25px 0 0;
}
section.error .desqription span a{
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	
	color: #fff;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}
section.nomoney{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	text-align: center;
	line-height: 1.6;
	font-family: Ubuntu,Tahoma;
	overflow-x: hidden;
	z-index: 0;
}
section.nomoney .logo {
	position: relative;
	display: inline-block;
	margin: 40px auto 40px;
}
section.nomoney .logo .pash {
	position: relative;
	display: block;
	float: left;
	width: 70px;
	height: 28px;
	padding: 2px 3px;
	background-color: #00aa78;
	border-radius: 20px;
	cursor: pointer;
}

section.nomoney .logo .pash span {
	position: relative;
	display: block;
	width: 31px;
	height: 100%;
	background-color: #fff;
	border-radius: 20px;
	z-index: 10;
	cursor: pointer;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
section.nomoney .pashactive {
	float: right;
}
section.nomoney .logo a {
	position: relative;
	display: inline-block;
	font-family: "KabelLight", sans-serif;
	height: 30px;
	font-size: 48px;
	text-decoration: none;
	margin: 0px 0 0 7px;
	color: #fff;
}
section.nomoney .logo a .white {
	display: block;
	margin-top: -29px;
	color: #fff;
}
section.nomoney .logo a .other {
	color: #00aa78;
}
.blockpay{
	margin-bottom: 30px;
}
.blockpay h1{
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	
	font-size: 18px;
	color: #fff;
	margin: 0 0 30px;
	padding: 0;
}
.blockpay h1 span{
	display: block;
	font-size: 14px;
	line-height: 1.1;
	margin-top: 15px;
	font-family: Ubuntu,Tahoma !important;
	font-weight:300;
	
}
.nomoney .desc{
	line-height: 1.1;
	font-size: 12px;
	color: #fff;
}
.nomoney .payment{
	border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
	margin-bottom: 35px;
}
.nomoney .payment .item a{
	border: 2px solid transparent;
	color: #fff;
}
.nomoney .payment .item a:hover {
    background-color: transparent;
    border: 2px solid #fff;
}
.nomoney .info_about_content_box{
	border-bottom: 1px solid #fff;
	margin-bottom: 25px;
	padding-bottom: 20px;
	text-align: left;
	color: #fff;
	line-height: 1.2;
	font-size: 12px;
}
.nomoney .info_about_content_box .h2{
	font-size: 18px;
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	
	text-transform: uppercase;
	margin-bottom: 20px;
}
.nomoney .td .title{
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	
	color: #fff;
	margin-bottom: 10px;
}
.nomoney .td .phone_box{
	margin-bottom: 100px;
}
.nomoney .td .phone a{
	font-family: Ubuntu,Tahoma;
	font-weight:400;
	
	font-size: 14px;
	padding: 0 0 0;
	color: #fff;
	text-decoration: none;
}
.section.nomoney .bot_s{
	position: relative;
	display: block;	
	z-index: -1;
}
section.nomoney .bot_s:before{
	position: relative;
	display: block;
	content: '';
	top: -315px;
	margin-bottom: -315px;
	float: right;
	width: 570px;
	height: 315px;
	background: url(../img/slide.png) no-repeat;
	z-index: 1;
}
.footer_logo {
	position: relative;
	display: block;
	background-color: #1d3747;
	padding: 10px 0 0;
	height: 80px;
}
.footer_logo i.logoassg {
    position: relative;
    display: block;
    float: right;
    height: 69px;
    width: 315px;
    background-image: url(../img/spritesheet.png);
    background-repeat: no-repeat;
    background-position: right -25px;
}
.footer_logo i.minilogoassg {
    position: relative;
    display: block;
    float: right;
    height: 69px;
    width: 315px;
    background-image: url(../img/Miniassg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.footer_logo i.minilogoassg {
    position: relative;
    display: block;
    float: right;
    height: 35px;
    width: 115px;
    background-image: url(../img/Miniassg.png);
    background-repeat: no-repeat;
}
.pagination {
    position: relative;
    display: block;
    text-align: center;
}
.pagination .pag_items a {
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    font-size: 14px;
    border-radius: 5px;
	text-decoration: none;
    color: #315266;
}
.pagination .pag_items a.page_linka {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
	text-decoration: none;
    color: #315266;
}
.pagination .pag_items .current {
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 6px 8px;
    border-radius: 5px;
    background-color: #0eabaa;
    color: #fff;
}
.pagination #id_prev, 
.pagination #id_next{
	display: none;
}
.form-error{
	border: 1px solid #be0000 !important;
}
.fotmessage {
    position: relative;
    display: none;
    background-color: #fff;
    color: #315266;
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	
    font-size: 16px;
    text-align: center;
    margin: 20px auto 0;
    padding: 5px;
    border-radius: 3px;
}
.fotmessage:before {
	position: absolute;
    display: block;
    content: '';
    top: 8px;
    width: 75px;
    height: 40px;
    background-image: url(../img/iconpack.png);
    background-repeat: no-repeat;
    background-position: -157px -176px;
}

.fotmessage:after {
    position: absolute;
    display: block;
    content: '';
    right: 10px;
    top: 8px;
    width: 33px;
    height: 40px;
    background-image: url(../img/iconpack.png);
    background-repeat: no-repeat;
    background-position: -187px -176px;
}
.fotmessage span:after {
    position: absolute;
    display: block;
    content: '';
    left: 50%;
    margin-left: -20px;
    top: -35px;
    width: 30px;
    height: 20px;
    z-index: 0;
    border: 20px solid transparent;
    border-bottom: 20px solid white;
}
.plus_tarif {
    text-align: center;
    font-family: Ubuntu,Tahoma;
	font-weight:700;
	
    font-size: 16px;
    margin-bottom: 10px;
}
.nav ul li ul li ul{
	display: none;
}
.content_box nav.left_bar ul li ul li a{
	padding: 10px 0 10px 25px;
}
.content_box nav.left_bar ul li ul{
	display: none;
}
.content_box nav.left_bar ul li.current-menu-item > ul{
	display: block;
}
.left_bar span.left_plus_butt {
    position: absolute;
    display: block;
    width: 34px;
    margin-top: -34px;
    height: 34px;
    right: 15px;
    z-index: 100;
    cursor: pointer;
	background-color: #15b787;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.left_bar span.left_plus_butt:before {
    position: absolute;
    display: block;
    content: "+";
    font-size: 23px;
	font-family: Ubuntu,Tahoma;
	font-weight:700;
	
    left: 50%;
    top: 50%;
    color: #fff;
    margin: -14px 0 0 -6px;
}
.left_bar span.left_plus_butt:hover{
	background-color: #00aa78;
}
.botttimage{
    position: relative;
    display: block;
    height: 25px;
    width: 100%;
}
.botttimage span {
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -110px;
    margin-bottom: -49px;
    width: 220px;
    color: #fff;
    height: 76px;
    background: url(../img/iconpack.png) no-repeat;
    background-position: 0px -140px;
}
.textwidget p,
li.widget, .widget_text, .logo a{margin: 0;}
li.soc a.telegram img{
	width: 30px;
height: 30px;
}
li.connection_button a,
li.pay_button a,
li.connection_button a:hover,
li.pay_button a:hover{
	color: #fff;
	text-decoration: none;
}
.boxposts ul{margin:0;}

.connect_new_user{
	position: relative;
	display: block;
	overflow: hidden;
}
.connect_new_user .title{
		font-family: Ubuntu,Tahoma;
	font-weight:700;
	
		font-size: 18px;
		text-transform: uppercase;
		margin-bottom: 20px;
}
.tabs_connect{
		position: relative;
		display: block;
		width: 100%;
		list-style-type: none;
		margin: 0;
		padding: 0;
}
.tabs_connect li{
		position: relative;
		display: block;
		float: left;
		font-size: 12px;
		width: 33.3%;
		margin-right: 0;
		color: #fff;
		text-align: center;
		padding: 15px 0 14px;
		background-color: #cdd0cf;
		cursor: default;
}
.tabs_connect li.active{
		background-color: #00ac76;
    font-size: 14px;
    font-weight: bold;
    margin-top: -2px;
    padding: 15px 0 15px;
}
.tabs_connect li.active:after{
		border: 23px solid #fff;
		border-left: 23px solid #00ac76;
}
.tabs_connect li.active:before{
		border: 23px solid #00ac76;
		border-left: 23px solid #fff;
}
.tabs_connect li:after{
		position: absolute;
		display: block;
		content: '';
		top: 0;
		right: 0;
		width: 30px;
		height: 30px;
		border: 22px solid #fff;
		border-left: 22px solid #cdd0cf;
}
.tabs_connect li:before{
		position: absolute;
		display: block;
		content: '';
		top: 0;
		left: 0;
		width: 30px;
		height: 30px;
		border: 21px solid #cdd0cf;
		border-left: 21px solid #fff;
}
#us_div_app{
		margin: 0 0 105px;
		text-align: center;
	}
.us_div_app:before{
		position: absolute;
    content: '';
    top: -73px;
    display: block;
    width: 220px;
    background-color: aqua;
    color: #fff;
    height: 76px;
    margin: -25px 0 0 -10px;
    background: url(../img/iconpack.png) no-repeat;
    background-position: 0px -140px;
	}
#us_div_list{
		position: relative;
		display: block;
		width: 100%;
		margin: 0 auto;
		-moz-columns: 100px 5;
    -webkit-columns: 100px 5;
    columns: 100px 5;
}	
#us_div_list div {
    text-align: left;
}
#us_div_list div a{
		position: relative;
		display: inline-block;
		text-align: left;
		color: #315266;
		font-size: 14px;
}            
#us_div_list div a:hover{
		position: relative;
		display: inline-block;
		color: #00ac76;
}
.city_g{
	  font-family: Ubuntu,Tahoma;
	font-weight:700;
	
		color: #315266;
		font-size: 18px;
		margin: 25px 0 15px;
		text-align: center;
}
#us_div_back a {
   	position: relative;
    display: inline-block;
	  float: left;
    margin: 10px 0 15px;
    padding: 8px 25px 9px;
    text-decoration: none;
		background-color: #cdd0cf;
    color: #fff;
    border-radius: 40px;
    overflow: hidden;
    z-index: 10;
}
#us_div_back a:hover:before {
    height: 100%;
}
#us_div_app #us_div_map{
		border: 3px solid #00ac76;
}
#us_div_table {
	position: relative;
	display: block;
	width: 500px;
	margin: 0 auto;
	font-size: 14px;	
}
.td_left {
	width: 40%;
	padding: 7px 0;
	text-align: left;
}
.td_2 {
	width: 60%;
	text-align: left;
}
td input,
td textarea{
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid #00ac76;
	outline: none;
	padding: 2px 5px;
}
td textarea{
	resize: vertical;
}
input.wpcf7-submit  {
	position: relative;
	display: block;
	width: 190px;
	padding: 8px 0 9px;
	border-radius: 40px;
	margin: 30px auto 0;
	color: #fff;
	overflow: hidden;
	z-index: 10;
	background-color: #00ac76;
	text-align: center;
	text-decoration: none;
}
#us_div_send a:before {
	 	position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    background-color: #0daba7;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#us_div_send a:hover:before {
	height: 100%;
}
	input{
		outline: none;
	}
	
	@media only screen and (max-width : 768px) {
    #us_div_table {
        font-size: 12px;
				display: inline-block;
				width: 345px;
    }
    #us_div_app #us_div_map {
        height: 360px !important;
    }
}
	@media only screen and (max-width : 480px) {
    #us_div_table {
        font-size: 12px;
				display: inline-block;
				width: 290px;
    }
    #us_div_app #us_div_map {
        height: 360px !important;
    }
}
	@media only screen and (max-width : 320px) {
	.footer .title_aboutcompony {
		font-size: 9px;
	}
    #us_div_table {
        font-size: 12px;
				display: inline-block;
				width: 280px;
    }
    #us_div_app #us_div_map {
        height: 260px !important;
    }
}

.img-post-payments img{
	width: 50px;
height: 50px;
top: 15%;
position: absolute;
left: 5%;
}

.img-post-payments img:hover{
	display: block;
}
li.widget .widget_media_image,
li#media_image-4,
li#text-7 {
list-style-type: none;
}
li#media_image-2{
	    list-style-type: none;
    position: relative;
    left: 24%;
    bottom: 50px;
}
footer li.soc{ width: 20%;
float: left;
margin-right: 5px;
padding-top: 10px;
}
footer li.soc a {border: none; }
li#media_image-2 img{width: 88%;}

ul#menu-left-menu-page-internet li a{text-transform: none;
}
.ml:first-child{margin-left: 12%}
.ma:last-child{margin: auto;}
@media only screen and (max-width : 480px) { li#media_image-2{top:0; } }
@media only screen and (max-width : 360px) { li#media_image-2{top: -70%; } }
#formlogin label[for=inputLogin], #formlogin label[for=inputPassword], .lab_log, .lab_pas {font-size: 16px;line-height: 1;}
#formlogin input{font-size:20px;color:black;}
#formlogin input::placeholder, .lab_inp_log input::placeholder, .lab_inp_pass input::placeholder {
  color: black;
  opacity: 1;
  font-size: 20px;
}

#formlogin input:-ms-input-placeholder, .lab_inp_log input:-ms-input-placeholder, .lab_inp_pass input:-ms-input-placeholder {
  color: black;
  font-size: 20px;
}

#formlogin input::-ms-input-placeholder, .lab_inp_log input::-ms-input-placeholder, .lab_inp_pass input::-ms-input-placeholder {
	color: black;
	font-size: 20px;
}
#inputPassword
{
    display: inline-block;
}
#s-h-pass
{
    line-height: 20px;

    position: absolute;
    right: 15px;

    display: inline-block;

    width: 39px;
    height: 34px;

    border-radius: 2px;
}

.lab_log,
.lab_pas
{
    margin-top: 10px;
    margin-bottom: 10px;
}
#formrestore
{
    margin-top: -30px;
}

.info_block_login
{
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
    padding: 5px;

    border-top: 1px solid #eee;
    border-right: 3px solid #eee;
    border-bottom: 3px solid #eee;
    border-left: 1px solid #eee;
    border-radius: 10px;
    background: #fff;
    height: 340px;
}

.info_block_login p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    padding: 10px;
}
.info_block_login:hover,
.login-reg:hover
{
    cursor: pointer;
    transition: .3s all;;

    box-shadow: 4px 4px 25px rgba(2,26,31,.1);
}
#info_list
{
    margin-left: 1.5em;

    list-style: none;
}
#info_list li
{
    font-size: 15px;

    margin: .5em 0;

    text-indent: -.5em;
}
#info_list li span
{
    margin: 10px;
}
#info_list i
{
    color: #00aa78;
}

.fl_block
{
    display: flex;

    justify-content: center;
    justify-items: center;
    flex-wrap: wrap;
}
.colmd_fl
{
    width: 45%;
    margin: 5px;
}
a[href*=restore]
{
    font-size: 16px;

    color: rgb(21, 148, 241);
}
.title_vlk
{
    margin-top: 5px;
}
@media only screen and (max-width : 750px) {
.fl_block
{
    flex-direction: column;

    flex-wrap: nowrap;
}
.colmd_fl
{
    width: 80%;
    margin: 5px auto;
}
.info_block_login
{
    height: auto;
    min-height: 100%;
}

 }
 .padd_40_left
{
    padding-left: 40%;
}
.main_sec input, .main_sec textarea
{
    font-size: 20px;

    color: black;
}
.new_widg
{
    border: 3px solid #fff;
    background: transparent;
}
.new_widg p
{
    font-size: 16px;

    color: #fff;
}
#dataTable td:nth-child(5),
.table td
{
    vertical-align: middle !important;
}
.table_main_3
{
    font-size: 14px;
}
.main_succ
{
    text-align: center;

    box-shadow: 4px 4px 25px rgba(2,26,31,.1);
}
.main_succ p
{
    font-size: 22px;

    padding: 10px;
}
.awidget:hover, .sidey:hover
{
    box-shadow: 4px 4px 25px rgba(2,26,31,.1);
    transition: 0.3s all;
}
