@font-face {
 font-family: "SegoeUIRegular";
 src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot");
 src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix")format("embedded-opentype"),
 url("../fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"),
 url("../fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
 font-style: normal;
 font-weight: normal;
}
/* font-family: "SegoeUIBold"; */
@font-face {
 font-family: "SegoeUIBold";
 src: url("../fonts/SegoeUIBold/SegoeUIBold.eot");
 src: url("../fonts/SegoeUIBold/SegoeUIBold.eot?#iefix")format("embedded-opentype"),
 url("../fonts/SegoeUIBold/SegoeUIBold.woff") format("woff"),
 url("../fonts/SegoeUIBold/SegoeUIBold.ttf") format("truetype");
 font-style: normal;
 font-weight: normal;
}
/* font-family: "SegoeUISemiBold"; */
@font-face {
 font-family: "SegoeUISemiBold";
 src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot");
 src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot?#iefix")format("embedded-opentype"),
 url("../fonts/SegoeUISemiBold/SegoeUISemiBold.woff") format("woff"),
 url("../fonts/SegoeUISemiBold/SegoeUISemiBold.ttf") format("truetype");
 font-style: normal;
 font-weight: normal;
}
@font-face {
    font-family: 'tagirc';
    src: url('../fonts/TagirCTT Normal.eot');
	src: local('☺'), url('../fonts/TagirCTT Normal.woff') format('woff'),
    url('../fonts/TagirCTT Normal.ttf') format('truetype'),
    url('../fonts/TagirCTT Normal.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'SegoeUIRegular', sans-serif;
    font-size:16px;
	background: none !important;

}
body,a,ul,li,span,small,strong,p,pre,h1,h2,h3,h4,h5,h6,table,tr,td,input,textarea
{
 font-family: 'SegoeUIRegular', sans-serif;
}
a {
 color: #0092ff;
 text-decoration: underline;
}
a:hover{
    text-decoration: none;
}
img {
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6 {
    color: #333333;
    font-family: SegoeUIBold;
    margin: 10px 0 15px;
	padding: 10px 0 15px;
}
p {
    color: #0a2b1d;
}
.container {
    max-width: 1032px !important;
}
select, textarea,
input[type=text],
input[type=tel],
input[type=password]  {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    margin:4px 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
label {
	font-weight: normal;
	font-size: 16px;
	font-family: 'Arial Narrow', sans-serif;
}

/* Header Styles */
.head-top {margin:10px 0 0px;}
.site-logo a {
    position: absolute;
}
.site-logo p {
    margin-top:40px;
    padding-left: 80px;
    color: #333333;
    font-size: 20px;
}


.account-nav { padding-top:44px;}
.account-nav a{ color: #5a5a5a;   font-size: 15px;}
.account-nav span i {    margin-right: 5px;}
.head-phone {    font-family: SegoeUISemiBold;    font-size: 22px;    color: #e27c00; margin-bottom:0;line-height:1;}
.head-phone-nav {text-align: right;padding-right:0;padding-top:6px; padding-bottom:6px;}
.head-phone-nav .callback-btn {    color: #5a5a5a;text-decoration:none;}
.head-phone-nav .callback-btn:hover{text-decoration:underline;}

.head-nav {    background-color: #333333;}
.head-nav #navbarCollapse{
    padding: 0;
}
@media all and (min-width: 0) and (max-width: 601px) {
    .head-nav #navbarCollapse{
        background-color: #ffffff;
    }

}
.head-nav .navbar {
    border: none;
    margin-bottom: 0;
    min-height: auto;
}
.head-nav .nav {
    width: 100%;
    text-align: center;
	padding: 0;
}
.head-nav .nav li {
    display: inline-block;
    vertical-align: middle;
    float: none;
	margin: 1px 0;
	padding: 7px 8px;
}
.head-nav .nav >li:after {
    content: "";
    height: 20px;
    width: 1px;
    border-left: 1px solid #ff8400;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
} 
.head-nav .nav li a {
    color: #fff;
    font-size: 18px;
    padding: 4px 14px;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.75);
    text-decoration: none;
    transition: all ease-out 0.3s;
	border-radius: 10px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.head-nav .nav li a:hover,
.head-nav .nav li a:focus{
    background-color: #0092ff;
}
.hoverLi {
    background-color: #0092ff;
}
.head-nav .nav > li:first-child {
	padding-left: 0px;
}
.head-nav .nav > li:last-child:after,
.head-nav .nav > li:nth-last-child(4):after{
    display: none;
}
.head-nav .nav > li:last-child {
/*    position: absolute;
    right: 0;*/
    margin-right:-20px;
	padding: 3px 0;
}
.head-nav .nav > li:last-child a {
    border-left: 0;
    padding: 6px 10px;
    border-radius: 7px;
    margin: 2px 0;
    background-color: #ff8400;
}
.head-nav .nav > li:last-child a:hover {
    color: #fff;
    background-color: #F56B08;
}
.head-nav .nav > li > ul {
    position: absolute;
	display: none;
	width: 250px;
    padding: 7px 0;
    background-color: #dbdbdb;
    left: -4px;
    top: 56px;
	text-align: left;
	z-index: 9999;
}
.head-nav .nav > li > ul > li  {
	display: block;
	padding: 0;
}
.head-nav .nav > li > ul > li > a {
	color: #010101;
	text-shadow: none;
	display: block;
	border-radius: 0;
}
.head-nav .nav > li > ul > li > a:hover {
	color: #fff;
}

/* Ryss TV block styles */
.russ-tv  p.title1{
	font-size: 36px;
    font-family: "SegoeUIBold";
    color: #333333;
    text-transform: uppercase;
    line-height: 1.2;
	margin-top: 30px;
    text-align:left;
}
.russ-tv  p.title2 {
	font-size: 20px;
    line-height: 1;
    color: #0092ff;
     text-transform: uppercase;
	
}
.russ-tv  {
    background-image: url('../image/tv-bg.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 65% 100%;
    min-height: 520px;
}

.russ-tv h1 {
    font-size: 30px;
    font-family: "SegoeUIBold";
    color: #333333;
    text-transform: uppercase;
    line-height: 1.2;
	margin-top: 10px;
    margin-bottom: 4px;
}
.russ-tv h1 span {
    font-family: "SegoeUIBold";
    color: #0092ff;
    line-height: 0.7;
    font-size: 30px;
    text-transform: lowercase;
    display: block;
}
.russ-tv p {
    display: table;
    font-size: 22px;
    color: #333333;
    text-align: center;
    font-family: "SegoeUISemiBold";
    margin-bottom: 0;
}
.russ-tv p span {
    font-family: "SegoeUISemiBold";
    font-size: 20px;
    line-height:1;
    color: #0092ff;
    text-transform: uppercase;
}
.russ-tv a {
    text-transform: uppercase;
}
.get-access{
	cursor:pointer;
    border-radius: 19px;
    background-image: -moz-linear-gradient( 90deg, rgb(255,84,0) 0%, rgb(255,156,0) 49%, rgb(255,132,0) 56%, rgb(255,132,0) 100%);
    background-image:   -webkit-linear-gradient( 90deg, rgb(255,84,0) 0%, rgb(255,156,0) 49%, rgb(255,132,0) 56%, rgb(255,132,0) 100%);
    background-image:       -ms-linear-gradient( 90deg, rgb(255,84,0) 0%, rgb(255,156,0) 49%, rgb(255,132,0) 56%, rgb(255,132,0) 100%);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    font-size: 20px;
    color: #fff;
    padding: 16px 46px;
    text-transform: uppercase;
    margin: 5px 0;
    display: table;
    text-decoration: none;
    transition: opacity ease-out 0.3s;
        -webkit-transition: opacity ease-out 0.3s;
            -moz-transition: opacity ease-out 0.3s;
}
.get-access:hover {
    opacity: 0.8;
    color: #fff;
}
p.footerText {
    font-size: 15px;
    font-family: "SegoeUIRegular";
    padding: 20px 15px 36px;
}
p.footerText span {
    font-size: 19px;
}


/* Advantages tv styles */
.advantages-tv {
    background-image: -moz-linear-gradient( 90deg, rgb(232,232,232) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(232,232,232) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(232,232,232) 0%, rgb(255,255,255) 100%);
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.75);
}
.advantages-tv .row > div {
    padding: 50px 18px 23px;
    border-left: 1px dashed #ccc;
}
.advantages-tv .row > div > a{
	height: 328px;
}
.advantages-tv .row > div:last-child {
    border-right: 1px dashed #ccc;
}
.advantages-tv h3 {
   color: #333232;
   font-size: 23px;
   font-family: "SegoeUISemiBold";
   line-height: 1;
   margin-bottom: 3px;
}
.advantages-tv p {
    color: #333232;
}
.advantages-tv a {
    text-decoration: none;
    display: block;
}
.advantages-tv picture{
    display: block;
}

.about-tv {
    padding: 50px 15px;
    max-width: 995px !important;
}
.about-tv p {
    font-size: 20px;
}
.for-you span{
    font-size: 23px;
    color: #ff8400;
    margin: 20px 0;
}
.for-you ul {
    padding:0;
}
.for-you li {
    position: relative;
    list-style: none;
    padding-left: 35px;
    margin: 10px 0;
}
.for-you li:before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 23px;
    background: url('../image/list-marker.png');
    left: 0;
    top: 3px;
}

/* Sidebar about styles */
.sidebar-about {
    box-shadow: 0px 0px 30px 2px rgba(0,0,0,0.55);
    padding: 0px;
    margin: 9px 5px;
}
.sidebar-about:before {
    content: '';
    background: url('../image/woman.png');
    width: 268px;
    height: 532px;
    display: block;
    position: absolute;
    right: -179px;
}
.sidebar-about h3 {
    display: table;
    margin: 15px auto 10px;
    font-family: "SegoeUISemiBold";
    color: #0092ff;
    font-size: 32px;
    text-transform: uppercase;
    position: relative;
}
.sidebar-about p {
    font-size: 30px;
    color: #333232;
    margin-bottom: 0;
}
.sidebar-about p a {
    font-size: 26px;
}
.sidebar-about > div {
    border-bottom: 1px solid #a9a9a9;
    padding: 15px 0 0;
}
.sidebar-about > div:last-child {
    padding-bottom: 15px;
}
.sidebar-about h3 span {
   position: absolute;
   width: 50px;
   height: 50px;
   top: -6px;
   left: -55px;
}
.hit {
 background: url('../image/hit.png');
}
.best {
 background: url('../image/best.png');
}
.sidebar-about .price,
.sidebar-about .price span{
    font-family: 'tagirc';
    color: #ff8400;
    font-size: 27px;
    line-height: 1.2;
}
.sidebar-about .price span {
    font-size: 53px;
    text-decoration: none;
}
.select-your-variant {
    background-color: #f1f1f1;
    text-align: center;
    padding: 20px;
}
.select-your-variant p {
 color: #333333;
}
.select-your-variant p,
.select-your-variant a{
    font-size: 24px;
    font-family: "SegoeUISemiBold";
    text-transform: uppercase;
}
.navbar-toggle {
    border: 1px solid transparent;
    padding: 9px 5px 9px 0px;
    margin-right: 5px;
}
.navbar-toggle .icon-bar {
    background-color: #767676;
}
.nav-tabs {
    border-bottom: 1px solid #888;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: 1px solid #888;
    border-bottom-color: transparent;
    color: #FF5300;
}
.nav-tabs>li>a{
    background-color: #E0E0E0;
    color: #6E6E6E;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-right: 10px;
    border-bottom: 1px solid #888;
    text-decoration: none;
    border-radius: 10px 10px 0 0;
}
@media all and (min-width: 601px) and (max-width: 992px) {
.nav-tabs>li>a {
    padding: 10px !important;
}
}
.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
}
.panel-default>.panel-heading a {
    background-color: #333333;
    color: #fff;
    text-align: center;
    font-family: "SegoeUIRegular";
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.75);
    display: block;
    padding: 15px 0;
    text-decoration: none;
    text-transform: uppercase;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 0;
    border: none;
}
.panel-group .panel+.panel {
    margin: 0;
}
.panel-group .panel {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #fff;
}
.panel-group {
    margin-bottom: 0;
}
.panel-body .panel-default>.panel-heading a{
    background-color: #ff8400;
}
.panel-body .panel-default>.panel-heading a.collapsed {
    background-color: #0a94ff;
}
.panel-body > .panel-group:last-child a.collapsed:last-child {
    border-bottom: none;
}
.mobile-text {
    font-size: 17px;
    color: #000000;
    padding: 5px 15px;
}
.boldText {
    font-size: 20px;
    font-family: SegoeUIBold;
    padding: 5px 15px;
    text-transform: uppercase;
}
.pack-mobile {
    padding: 15px 0 8px;
}
.pack-mobile p {
    text-align: center;
    font-size: 16px;
    margin: 0;
    padding-bottom: 7px;
}
.pack-mobile p span {
    padding-left: 5px;
    font-size: 18px;
    font-family: SegoeUIBold;
}
.pack-bg-dark {
    background-color: #000;
}
.pack-bg-dark p {
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.75);
}
.pack-bg-dark p span {
    color: #ff8400;
}
.pack-bg-orange {
    background-color: #ff8400;
}
.pack-bg-orange p {
    color: #000;
}
.pack-bg-orange p span {
    color: #000;
}
.pack-bg-blue {
    background-color: #0092ff;
}
.pack-bg-blue p {
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.75);
}
.pack-bg-blue p span {
    color: #fff;
}
.pack-name {
    font-size: 18px;
    text-transform: uppercase;
}
.stock-tv  h4{
    background-color: #ff8400;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.75);
    padding: 15px 0;
    margin: 0;
}
.stock-tv .head-text {
    padding: 15px 0 5px;
    color: #333333;
}
.stock-tv .head-text,
.stock-tv .head-text span{
    font-size: 18px;
    font-family: SegoeUIBold;
    text-align: center;
    text-transform: uppercase;
}
.stock-tv .head-text span {
    color: #0092ff;
}
.stock-tv .stock-pack {
    font-size: 18px;
    font-family: SegoeUIBold;
    text-align: center;
    text-transform: uppercase;
    color: #ff8400;
}
.stock-tv .stock-pack span {
    font-size: 19px;
    font-family: SegoeUIRegular;
    color: #4c4c4c;
}
.stock-price {
    text-align: center;
}
.stock-price p span {
    font-size: 25px;
    font-family: SegoeUIBold;
    color: #0092ff;
}
.stock-price p:first-child span:first-child,
.stock-price p:nth-child(2) span:first-child{
    font-size: 20px;
    color: #4c4c4c;
    font-family: SegoeUIBold;
}
.stock-tv .get-access {
    padding: 12px 65px;
    margin: 18px auto;
    font-size: 17px;
}
.category-site {

}

a.button_ {line-height: 1.3;display:block; height:50px;  font-size:24px; text-align:center; margin: 0px 0 15px 5px; }
@media all and (min-width: 992px) {
    a.button_ {
    width: auto;
    }
    .ask {
        min-width: 500px;
    }
}
a.button_  { border-top: 1px solid #f7f597; background: #ff5500; background: -webkit-gradient(linear, left top, left bottom, from(#ffa200), to(#ff5500)); background: -moz-linear-gradient(top, #ffa200, #ff5500); background: -ms-linear-gradient(top, #ffa200, #ff5500); background: -o-linear-gradient(top, #ffa200, #ff5500); padding: 5px 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2); color: #000; text-decoration: none; vertical-align: middle; } 
a.button_:hover { color: #000; background: #ff5500; background: -webkit-gradient(linear, left top, left bottom, from(#ffc800), to(#ff5500)); background: -moz-linear-gradient(top, #ffc800, #ff5500); background: -ms-linear-gradient(top, #ffc800, #ff5500); background: -o-linear-gradient(top, #ffc800, #ff5500); }text-decoration:none; 
a.button_:active { border-top-color: #00adee; background: #00adee; }
a.button_w {line-height: 2;display:block; height:50px;  font-size:18px; font-weight:bold; text-align:center; margin: 0px 0 5px 5px; }
a.button_w  { border-top: 1px solid #f7f597; background: #ff5500; background: -webkit-gradient(linear, left top, left bottom, from(#ffa200), to(#ff5500)); background: -moz-linear-gradient(top, #ffa200, #ff5500); background: -ms-linear-gradient(top, #ffa200, #ff5500); background: -o-linear-gradient(top, #ffa200, #ff5500); padding: 5px 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2); color: #fff; text-decoration: none; vertical-align: middle; } 
a.button_w:hover { color: #000; background: #ff5500; background: -webkit-gradient(linear, left top, left bottom, from(#ffc800), to(#ff5500)); background: -moz-linear-gradient(top, #ffc800, #ff5500); background: -ms-linear-gradient(top, #ffc800, #ff5500); background: -o-linear-gradient(top, #ffc800, #ff5500); }text-decoration:none; 
a.button_w:active { border-top-color: #00adee; background: #00adee; }
.button_w {line-height: 2;display:block; height:50px;  font-size:18px; font-weight:bold; text-align:center; margin: 0px 0 5px 5px; }
.button_w  { border-top: 1px solid #f7f597; background: #ff5500; background: -webkit-gradient(linear, left top, left bottom, from(#ffa200), to(#ff5500)); background: -moz-linear-gradient(top, #ffa200, #ff5500); background: -ms-linear-gradient(top, #ffa200, #ff5500); background: -o-linear-gradient(top, #ffa200, #ff5500); padding: 5px 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2); color: #fff; text-decoration: none; vertical-align: middle; }
.button_w:hover { color: #000; background: #ff5500; background: -webkit-gradient(linear, left top, left bottom, from(#ffc800), to(#ff5500)); background: -moz-linear-gradient(top, #ffc800, #ff5500); background: -ms-linear-gradient(top, #ffc800, #ff5500); background: -o-linear-gradient(top, #ffc800, #ff5500); }text-decoration:none;
.button_w:active { border-top-color: #00adee; background: #00adee; }

.country-list {text-align:left;}

#check_login input {margin: 5px 0;}


@media (min-width: 1610px) {
    .russ-tv {
/*        background: none;*/
    }
/*    .russ-tv .container {
        background-image: url('../image/tv-bg.png');
        background-repeat: no-repeat;
        background-position: right;
        background-size: 70% 100%;
    }*/
}
@media (max-width: 1300px) {
    .russ-tv {
        background-size: 60%;
    }
}

@media all and (min-width: 0) and (max-width: 768px) {
    a.button_ {
        width: auto;
        height: auto;
    }
    .sidebar-tech h3 {
        font-size: 26px;
    }
}
@media all and (min-width: 0) and (max-width: 320px) {
    .cblack {
        padding-top:30px;
    }
}
@media all  and (max-width: 767px) {
	.site-logo  p {    margin-top:0px;	}
	.head-top {margin:0;}
	
    .site-logo img {
        max-width: 50px;
    }
    .site-logo p {
        padding-left: 70px;
        padding-right: 70px;
        text-align: center;
    }
    #column-left a img {
        width: 100%;
    }
    a.button_ {
        width: auto;
        height: auto;
    }
    .cblack {
        padding-top:40px;
    }
}
@media all and (min-width: 768px) and (max-width: 991px) {
		.account-nav {padding:0}
	.site-logo {padding:30px 0 0 10px;}
    #column-left a img {
        width: 100%;
    }

    a.button_ {
        width: auto;
        height: auto;
    }
    .cblack {
        padding-top:50px;
    }
}
@media all and (min-width: 991px) and (max-width: 1199px) {
	.account-nav {padding:0; width:45%;}
	.site-logo {padding:30px 0 0 10px; }
	.head-phone-nav{width:45%;}
}

.sidebar-tech h3 {
    font-size: 29px;
}
.punkt>p>span>u>span{
         display:none !important;
     }
@media (max-width: 991px) {

	.russ-tv {
		background: none;
	}
    .russ-tv h2 {
        text-align: center;
    }
	#column-left .slideshow {margin: 0 auto 15px;}
    .site-logo {
        padding-right:0;
    }

    .account-nav .callback-btn {
        position: relative;
        display: block;
        text-align: right;
        top: 0;
        right: 0;
    }
    .head-phone {
        margin-bottom: 0;
    }
    .head-nav .nav li:last-child {
        right: -5px;
    }
    .head-nav .nav li a {
        font-size: 16px;
        padding: 0px 0px;
		border-radius: 5px;
    }
    .russ-tv {
        background: none;
    }
	.russ-tv h1 {
		text-align: center;
	}
	.russ-tv p,
	.russ-tv .get-access	{
		margin: auto;
	}
    .about-tv br {
        display: none;
    }
    .sidebar-about {
        margin-top: 20px;
        margin-left: 115px;
    }
    .select-your-variant p, .select-your-variant a {
        font-size: 21px;
    }
    .footer p {
        font-size: 22px !important;
    }
    .footer .copyright p {    font-size: 16px!important;     font-family: "SegoeUIRegular";    color: #fff; text-align:center; margin: 0;}
    
}
@media (max-width: 719px) {
    header {
        z-index: 999;
    }
	.head-top {
		padding-bottom: 0;
	}
    .account-nav {
        text-align: left;
    }
    .head-phone {
        padding-left: 95px;
        font-size: 23px;
        margin-top: 5px;
        font-family: "SegoeUISemiBold";
    }
    .site-logo p:nth-child(2) {
        font-size: 18px;
        margin-bottom: 0;
    }
    .site-logo p:nth-child(3) {
        font-size: 10px;
        margin-bottom: 0;
    }
    .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .container {
        padding-left: 5px;
        padding-right: 5px;
    }
    .site-logo {
        padding-left: 15px; padding-top:15px;
    }
    .site-logo a {
        z-index: 1000;
    }
    .site-logo p {
        /*padding-left: 105px;*/
    }
	.advantages-tv .row > div > a{
		height: auto;
	}
    .head-nav {
        position: absolute;
        width: 100%;
        top: 0;
        right: 0;
        z-index: 999;
        background-color: transparent;
    }
    .head-nav .nav {
        position: relative;
        width: 100%;
        margin: 4px 0;
        background-color: #fff;
        border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
        z-index: 999;
    }
    .head-nav .nav li {
        display: block;
    }
    .head-nav .nav li a {
        text-shadow: none;
        color: #000000;
        border-left: 0;
    }
    .head-nav .nav li:last-child {
        position: relative;
        right: 0;
    }
    .head-nav .nav li:last-child a {
        background-color: transparent;
        color: #000000;
    }
	.head-nav .nav li:after {
		display: none;
	}
    .russ-tv {
        min-height: auto;
        padding: 15px 0;
		margin-top: 50px;
    }
    .russ-tv .container {
        background: none;
    }
    .russ-tv p,
    .russ-tv p span{
        margin: auto;
        font-size: 20px;
        font-family: "SegoeUIBold";
    }

    p.footerText {
        font-size: 13px;
        font-family: "SegoeUIRegular";
        padding-top: 0;
        padding-bottom: 0;
    }
    .footerText span {
        font-size: 13px;
        font-family: "SegoeUIRegular";
    }
    .advantages-tv {
        padding: 10px 22px;
        box-shadow: none;
        background-color: #fff;
        background-image: none;
    }
    .advantages-tv .row > div {
        border: none;
        padding: 10px 0;
    }
    .advantages-tv img {
        position: absolute;
        left: 0;
    }
    .advantages-tv br {
        display: none;
    }
    .advantages-tv .text-center {
        text-align: left !important;
    }
    .advantages-tv h3 {
        margin-top: 0;
        margin-bottom: 5px;
        padding-left: 65px;
        color: #0a94ff;
        font-size: 17px;
        text-transform: uppercase;
    }
    .advantages-tv p {
        padding-left: 65px;
        font-size: 17px;
        line-height: 1;
    }
    .nav-tabs>li {
        width: 33%;
    }
    .nav-tabs>li>a {
        margin: 0;
        border-bottom: none;
    }
    .nav-tabs>li>a{
            border-bottom: 1px solid #9F9F9F; padding-left:6px; padding-right:6px;
    }
    
    .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
        border-bottom:1px solid #fff;
    }
	.head-nav .container{
		padding: 0;	
	}
	.about-tv {
		padding-top: 25px;
	}
	.sidebar-about {
		margin: 0;
		box-shadow: none;
		background: none;
	}
	.sidebar-about:before {
		display: none;
	}
	.sidebar-about h3 {
		font-size: 28px;
	}
	.sidebar-about p {
		font-size: 26px;
	}
	.sidebar-about .price {
		margin-top: 10px;
	}
	.footer {
		padding: 30px 0;
	}
	.footer h4 {
		margin-bottom: 7px;
	}
	footer .row {
		display: flex;
		flex-direction: column;
	}
	footer .row div:nth-child(1){
		order: 1;
	}
	footer .row div:nth-child(2){
		order: 3;
	}
	footer .row div:nth-child(3){
		order: 2;
	}	
	.price {
		font-size: 20px !important;
	}
	.price a {
		font-size: 20px;
	}
	.oborud .image {
		display: none;
	}
	
}
@media (max-width: 358px) {
	a.button_ {font-size:18px; line-height:2;}
}

.footer {
    background:#333333;
    padding: 55px 0;
}
.footer ul {
    padding: 0;
    list-style: none;
}
.footer ul li a{
    color: #fff;
    text-decoration: underline;
    color: #fff;
    font-size: 20px;
}
.footer h4 {
    font-family: "SegoeUISemiBold";
    color:#fff;
    font-size:20px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    margin: 0 0 15px;
}
.footer p {
    font-size: 25px;
    color: #0092ff;
}
.footer .copyright p {    font-size: 16px;     font-family: "SegoeUIRegular";    color: #fff; text-align:center; margin: 0;}
.footer span.country {font-size:19px; display:block; color:#fff; margin: 5px 0 -5px;}

.footer img {
    margin-right: 10px;
}
p.visa-title {
    margin-top: 15px;
    font-size: 20px;
}
.email a{
    color: #ff8400;
    background: url('../image/email.png') no-repeat left 10px;
    padding: 4px 0 7px 40px;
	font-size: 16px;
}

.form-getAcc {
    padding: 10px;
}

.get-access span {
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.75);
    padding: 16px 55px;
    display: block;
    font-size: 20px;
    font-family: "SegoeUIBold";
}

.hg{ margin-left: 32px; }
.hg2{ font-size:16px; color:#a1a1a1; margin-left:10px; }
.dmSlider{ position:absolute; margin-top:-458px; height:369px; margin-left:45px;}


.breadcrumbs a,
.breadcrumbs a:hover {
    color: #333333;
    font-size:18px;
	text-decoration: none;
}
.breadcrumbs p {
    margin-bottom: 0;
}

.bhtext {color:white;font-size:35px;}
.redtext { color:#ff5400;font-size:28px; font-family:'SegoeUIRegular', sans-serif; margin: 0 0 10px; padding:0;}
.redtext img {margin-right:10px;}
.whitetext { color:#fff; font-size:16px; }
.punkt { margin-top:20px; text-align:left; margin-bottom:20px; }

.dmm2 {margin-top:20px;}
.dmm {margin-top:10px;}
.cblack {
    padding-top:30px;
}
.ft {margin-top:30px;}
.dmm3 { margin-bottom:20px;}
.redlink, .redlink:hover { color:#ff5400; text-decoration:inderline; }
.anot{ color:#e4b67b; }
.gfh { margin-top:7px; }

.zadatvopros{
 margin:5px 0 5px 5px;border:2px solid #FF5500;padding:7px;background-color:#FFF; -moz-border-radius: 10px; /* Firefox */
 -webkit-border-radius: 10px; /* Safari, Chrome */
 -khtml-border-radius: 10px; /* KHTML */
 border-radius: 10px; /* CSS3 */;
 width:190px;
}
.zadatvopros p{ text-align:center; }
.success, .warning, .attention, .information {
 padding: 15px 0 15px 0px;
 margin: 15px;
 color: #555555;
 -webkit-border-radius: 5px 5px 5px 5px;
 -moz-border-radius: 5px 5px 5px 5px;
 -khtml-border-radius: 5px 5px 5px 5px;
 border-radius: 5px 5px 5px 5px;
 text-align:center;
}
.success {
 background: #efe  url('../image/dobav.jpg') center repeat-x;
 border: 1px solid #4E4E4E;
 -webkit-border-radius: 5px 5px 5px 5px;
 -moz-border-radius: 5px 5px 5px 5px;
 -khtml-border-radius: 5px 5px 5px 5px;
 border-radius: 5px 5px 5px 5px;
}
.warning {
 background: #FFD1D1;
 border: 1px solid #F8ACAC;
 -webkit-border-radius: 5px 5px 5px 5px;
 -moz-border-radius: 5px 5px 5px 5px;
 -khtml-border-radius: 5px 5px 5px 5px;
 border-radius: 5px 5px 5px 5px;
}
.attention {
 background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
 border: 1px solid #F2DD8C;
 -webkit-border-radius: 5px 5px 5px 5px;
 -moz-border-radius: 5px 5px 5px 5px;
 -khtml-border-radius: 5px 5px 5px 5px;
 border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
 float: right;
 padding-top: 4px;
 padding-right: 4px;
 cursor: pointer;
}
.required {
 color: #FF0000;
 font-weight: bold;
}
.error {
 display: block;
 color: #FF0000;
}
.htabs {
 height: 30px;
 line-height: 16px;
 border-bottom: 1px solid #888;
}
.htabs a {
 border-top: 1px solid #888;
 border-left: 1px solid #888;
 border-right: 1px solid #888;
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;

 padding: 7px 15px 6px 15px;
 float: left;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
 color: #6E6E6E;

 margin-right: 10px;
 display: none;

}
.htabs a.selected {
 padding-bottom: 7px;
 background: #F0F0F0;

 color:#FF5300;
}
.tab-content {
 border-left: 1px solid #888;
 border-right: 1px solid #888;
 border-bottom: 1px solid #888;
 padding: 10px;
 margin-bottom: 20px;
 z-index: 2;
 overflow: auto;
}
.tab-content ul {padding-left:14px;}
.tab-content-2 {
 border: 1px solid #888;
 padding: 10px;
 margin-bottom: 20px;
 z-index: 2;
 overflow: auto;
}
#header #cart .heading a {
 color: #666;
 text-decoration: none;
}
#header #cart .content {
 clear: both;
 display: none;
 position: relative;
 top: 7px;
 padding: 8px;
 min-height: 150px;
 border-top: 1px solid #d0e3ee;
 border-left: 1px solid #d0e3ee;
 border-right: 1px solid #d0e3ee;
 border-bottom: 1px solid #d0e3ee;
 -webkit-border-radius: 0px 7px 7px 7px;
 -moz-border-radius: 0px 7px 7px 7px;
 -khtml-border-radius: 0px 7px 7px 7px;
 border-radius: 0px 5px 5px 5px;
 -webkit-box-shadow: 0px 2px 2px #d0e3ee;
 -moz-box-shadow: 0px 2px 2px #d0e3ee;
 box-shadow: 0px 2px 2px #d0e3ee;
 background: #FFF;
}
#header #cart.active .heading {
 margin-top: 5px;
 padding-top: 10px;
 padding-bottom: 6px;
}
#header #cart.active .content {
 display: block;
}
.mini-cart-info table {
 border-collapse: collapse;
 width: 100%;
 margin-bottom: 5px;
}
.mini-cart-info td {
 color: #000;
 vertical-align: top;
 padding: 10px 5px;
 border-bottom: 1px solid #d0e3ee;
}
.mini-cart-info .image {
 width: 1px;
}
.mini-cart-info .image img {
 border: 1px solid #d0e3ee;
 text-align: left;
}
.mini-cart-info .name small {
 color: #666;
}
.mini-cart-info .quantity {
 text-align: right;
}
.mini-cart-info td.total {
 text-align: right;
}
.mini-cart-info .remove {
 text-align: right;
}
.mini-cart-info .remove img {
 cursor: pointer;
}
.mini-cart-total {
 text-align: right;
}
.mini-cart-total table {
 border-collapse: collapse;
 display: inline-block;
 margin-bottom: 5px;
}
.mini-cart-total td {
 color: #000;
 padding: 4px;
}
#header #cart .checkout {
 text-align: right;
 clear: both;
}
#header #cart .empty {
 padding-top: 50px;
 text-align: center;
}
/* checkout */
.checkout-heading {
 background: url(../image/bgb.jpg) repeat-x;
 border: 1px solid #d0e3ee;
 /* Для хороших браузеров */
 -moz-border-radius: 10px; /* Firefox */
 -webkit-border-radius: 10px; /* Safari, Chrome */
 -khtml-border-radius: 10px; /* KHTML */
 border-radius: 10px;
 padding: 8px;
 font-weight: bold;
 font-size: 13px;
 color: #000;
 text-shadow: 0 1px 0 #fff;
 margin-bottom: 15px;
}
.checkout-heading a {
 float: right;
 margin-top: 1px;
 font-weight: normal;
 text-decoration: none;
}
.checkout-content {
 padding: 0px 0px 15px 0px; 
 display: none;
 overflow: auto;
}
.checkout-content .row {
	padding: 0 15px; width:100%;

	}
.checkout-content .left {
 float: left;
 width: 48%;
}
.checkout-content .right {
 float: right;
 width: 48%;
}
.checkout-content .buttons {
 clear: both;
}
.checkout-product table {
 width: 100%;
 border-collapse: collapse;
 border-top: 1px solid #d0e3ee;
 border-left: 1px solid #d0e3ee;
 border-right: 1px solid #d0e3ee;
 margin-bottom: 20px;
}
.checkout-product td {
 padding: 7px;
}
.checkout-product thead td {
 color: #00539B;
 text-shadow: 0 1px 0 #fff;
 font-weight: bold;
 background-color: #d0e3ee;
 border-bottom: 1px solid #d0e3ee;
}
.checkout-product thead .name, .checkout-product thead .model {
 text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
 text-align: right;
}
.checkout-product tbody td {
 vertical-align: top;
 border-bottom: 1px solid #d0e3ee;
}
.checkout-product tbody .name, .checkout-product tbody .model {
 text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
 text-align: right;
}
.checkout-product tfoot td {
 text-align: right;
 border-bottom: 1px solid #d0e3ee;
}
.contact-info {
 overflow: auto;
}
.contact-info .left {
 float: left;
 width: 48%;
}
.contact-info .right {
 float: left;
 width: 48%;
}
.sitemap-info {
 overflow: auto;
 margin-bottom: 40px;
}
.sitemap-info .left {
 float: left;
 width: 48%;
}
.sitemap-info .right {
 float: left;
 width: 48%;
}
.login-content form {
	background-color: #e7e7e7;
      -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
    border-radius: 10px;
	padding: 15px;
}
.login-content{
 border-top: 3px solid #FE5400;
}


#register-slot td:first-child { width: 150px; }
#popular-slot .price { color: #FFFFFF; font-size: 18px; font-weight: bold; margin: 8px 0 5px 0; }
#popular-slot .price strike{font-size: 14px;}

.popup {
 position: fixed;
 width: 350px;
 left: 50%;
 top: 35%;
 margin-left: -170px;
 background-color: #ffffff;
 padding: 20px;
 border-radius: 8px;
 border: 2px solid #FF5500;
 z-index: 15000;
}

#message-slot.hidden { display:none; }
#message-slot.error { background-color: #EDA1A1; border: 1px solid red; }
#message-slot.sucess { background-color: #B1EDA1; border: 1px solid #61E53E; color: gray;}
#message-slot { padding: 5px; text-align: center; margin: 0 0 10px 0; position: relative; }
#message-slot .close { position: absolute; right: 6px; top: 0px;}


#ask-support {display:none;}
#ask-support form {margin:0;}
#ask-support form input[type=button],
#ask-support form input[type=submit] {margin:0 10px; padding: 0;}
.popup input { height: 25px;}
.popup input, .popup textarea { width: 96%; padding: 2px 5px; margin:0;}
#ask-support .row { margin: 15px 0 0 0; }
#ask-support .buttons input { width: 100px; }
#ask-support .buttons { margin-top: 15px; }

#partner-adress-slot { width: 375px; }

#telephone-display .hidden {display: none !important;}
.phone-code {width: 50px;}
.phone-number {width: 137px;}

.whislist-table td {padding:5px;}
.whislist-table  a.button_ {font-size:16px; height:auto;}

.table-cart td {
    padding: 10px;
}

.where-buy-head h3 {
	color: #0092ff;
	font-size: 32px;
}
.where-buy-order-btn a {
	display: block;
	text-align: center;
	font-size: 22px;
	font-family: SegoeUISemiBold;
}
.where-buy-list {
	height: 1090px;
}
.where-buy-list a {
	display: block;
	font-family: SegoeUIRegular;
	font-size: 32px;
	color: #333333;
	text-decoration: none;
}
.where-buy-list > a {
	margin-bottom: 10px;
}
.custom-block {
	margin: 25px 0;
}
.custom-block > *{
	padding-left: 45px;
}
.custom-block .custom-block-subtitle{
	color: #ff8400;
	font-family: SegoeUISemiBold;
	font-size:21px;
	margin-top:18px;
}
.marginTop40 {
	margin-top: 40px;
}
.country-icon {
	padding-left: 45px;
}
.spain-icon {
	background: url('../image/country/spain-icon.jpg') no-repeat left;
}
.irland-icon {
	background: url('../image/country/irland-icon.jpg') no-repeat left;
}
.france-icon {
	background: url('../image/country/france-icon.jpg') no-repeat left;
}
.finland-icon {
	background: url('../image/country/finland-icon.jpg') no-repeat left;
}
.bulgaria-icon {
	background: url('../image/country/bulgaria-icon.jpg') no-repeat left;
}
.sweden-icon {
	background: url('../image/country/sweden-icon.jpg') no-repeat left;
}
.malte-icon {
	background: url('../image/country/malte-icon.jpg') no-repeat left;
}
.moldova-icon {
	background: url('../image/country/moldova-icon.jpg') no-repeat left;
}
.kazahstan-icon {
	background: url('../image/country/kazahstan-icon.jpg') no-repeat left;
}
.usa-icon {
	background: url('../image/country/usa-icon.jpg') no-repeat left;
}
.canady-icon {
	background: url('../image/country/canady-icon.jpg') no-repeat left;
}

.box-section {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.46);
}
.box-section p {
    font-size: 15px;
	
}
.article-section {
	position: relative;
    padding: 22px 44px;
	margin: 25px 0;
}
.article-section h2 {
	font-size: 30px;
	color: #0092ff;
	text-transform: upsercase;
	z-index: 20;
}
.article-section .get-access {
	margin: 20px 0;
}
.step-num {
    position: relative;
    font-size: 29px;
    color: #0092ff;
    text-transform: uppercase;
    padding: 10px 0px 10px 60px;
}
.step-num span {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	background: url('../image/step-bg.jpg');
	line-height: 49px;
	font-size: 20px;
	font-family: SegoeUIBold;
	text-align: center;
	color: #fff;
	left: 0;
    top: 0;
}
.article-section p {
}
.about-step1 {
	background: url('../image/about-step1-bg.jpg') no-repeat right; 
}
.about-step2:before {
    content: "";
    position: absolute;
    display: block;
    width: 474px;
    height: 311px;
    background: url('../image/about-step2-bg.jpg') no-repeat left;
    left: -170px;
    top: 90px;
}
.about-step3 {
	background: url('../image/about-step3-bg.jpg') no-repeat right bottom; 
}
.about-step4:before {
    content: "";
    position: absolute;
    display: block;
    width: 472px;
    height: 436px;
    background: url('../image/about-step4-bg.jpg') no-repeat left;
	left: -100px;
    top: -10px;
}
.about-step5 {
	padding-right: 448px;
}
.about-step5:after {
    content: "";
    position: absolute;
    display: block;
    width: 448px;
    height: 336px;
    background: url('../image/about-step5-bg.jpg') no-repeat;
	right: 0px;
    top: -48px;
}
.about-step5 .get-access {
	margin-top: 40px;
	margin-bottom: 25px;
}
button.get-access {
    font-size: 16px;
    border-radius: 7px;
    box-shadow: none;
    border: none;
    padding: 10px 30px;
    font-weight: bold;
}	

#payment-new .row > div {
	margin-bottom: 15px;
}
b {
	font-family: SegoeUIBold;
}
form {
	margin-bottom: 20px;
}
table { 
  width: 100%; 
  border-collapse: collapse; 
}
.border-table tr {
	border:1px solid #909090;
}
.cart-update-mobile {
    text-align: right !important;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 8px;
}
.cart-update-mobile a{
    top: -2px;
    position: relative;
}	

@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {
	.russ-tv{ margin:0; }
	.russ-tv p.title1 {margin:0;}
	
	.responsive-table table, 
	.responsive-tablethead, 
	.responsive-table tbody, 
	.responsive-table th, 
	.responsive-table td, 
	.responsive-table tr { 
		display: block; 
	}
	
	.responsive-table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.responsive-table tr:nth-of-type(odd) { 
		background: #eee; 
	}
	
	.responsive-table tr { border: 1px solid #ccc; }
	
	.responsive-table td { 
		border: none;
		border-bottom: 1px solid #CCC;
		position: relative;
		padding: 10px 0 10px 40% !important;
	}
	.responsive-table td:before { 
		position: absolute;
		left: 18px;
		top: 50%;
		margin-top: -11px;
		width: 23%;
		padding-right: 10px;
		white-space: nowrap;
	}
	
	.cart-table td:nth-of-type(1):before { content: "Изображение"; }
	.cart-table td:nth-of-type(2):before { content: "Имя"; }
	.cart-table td:nth-of-type(3):before { content: "Кол-во"; }
	.cart-table td:nth-of-type(4):before { content: "Цена"; }
	.cart-table td:nth-of-type(5):before { content: "Итого"; }
	
	.whislist-table td:nth-of-type(1):before { content: "№ Заказа"; }
	.whislist-table td:nth-of-type(2):before { content: "Логин"; }
	.whislist-table td:nth-of-type(3):before { content: "Пароль"; }
	.whislist-table td:nth-of-type(4):before { content: "Пакет"; }
	.whislist-table td:nth-of-type(5):before { content: "Дата первого входа"; }
	.whislist-table td:nth-of-type(6):before { content: "Дата окончания подписки"; }
	.whislist-table td:nth-of-type(7):before { content: "Изменить/продлить"; }
}

.panel-title {
	padding: 0;
}

.form-1-hour {
	padding: 10px 20px 20px;
	max-width: 395px;
	position: relative;
}
.form-1-hour input[type="text"],
.form-1-hour input[type="tel"],
.form-1-hour input[type="email"],
.form-1-hour input[type="password"],
.form-1-hour select{
	background-color: #e2e2e2;
	border-color: #e2e2e2;
	color: #333232;
	font-size: 18px;
	height: 42px;
	box-shadow: none;
	margin-bottom: 15px;
}
.form-1-hour ::-webkit-input-placeholder {color: #333232;}
.form-1-hour ::-moz-placeholder          {color: #333232;}
.form-1-hour :-moz-placeholder           {color: #333232;}
.form-1-hour :-ms-input-placeholder      {color: #333232;}
.form-1-hour input[type="submit"] {
    font-size: 20px;
    font-family: SegoeUISemiBold;
    border: 0;
    margin: 25px auto 15px;
    padding: 8px 75px;
}
.form-1-hour h3 {
	font-size: 20px;
}
.form-1-hour:before {
    content: '';
    background: url('../image/woman.png');
    width: 268px;
    height: 532px;
    display: block;
    position: absolute;
    right: -179px;
}	
.test-content>p {font-size:24px;}
.test-content>h1 {font-size:35px;}
.test-content .steps p{
    padding-top: 5px;
    padding-left: 58px;
    font-size: 15px;
    color: #000;
	position: relative;	
	margin-bottom: 10px;
}
.test-content .steps p span{
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background: url('../image/step-bg.jpg');
    line-height: 49px;
    font-size: 20px;
    font-family: SegoeUIBold;
    text-align: center;
    color: #fff;
    left: 0;
    top: 0;
}
.test-content .steps a {text-decoration:underline;}
.test-content .steps a:hover {text-decoration:none;}
.test-content .text-right-s  {
	margin-top: 20px;
}
.test-content .text-right-s b{
	font-size: 21px;
}
.test-content .text-right-s a {
	font-size: 21px;
	font-family: SegoeUIBold;
	color: #ff8400;
	display: block;
	margin-bottom: 15px;
}
.test-content .phones {
	padding-top: 20px;
}
.test-content .phones p:first-child {
	color: #000;
}
.test-content .phones p{
	font-size: 22px;
	font-family: SegoeUIBold;
	color: #0092ff;
}
.test-content .text-after-form {
	padding-bottom: 25px;
	max-width: 395px;
}
.test-content .text-after-form h3{
	font-size: 26px;
	color: #0092ff;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.test-content .text-after-form p{
	font-size: 16px;
	color: #ff8502;
	font-weight:normal;
	/*text-transform: uppercase;*/
	/*font-family: SegoeUIBold;*/
	padding: 0 25px;
}
.test-content .text-after-form a{ text-decoration:underline;}
.test-content .text-after-form a:hover{ text-decoration:none;}
.test-content i {
	font-style: normal;
}
input:focus {
	outline: none !important;
}
.hour-text {
	font-size: 18px;
	padding-top: 50px;
}
.hour-text a {
	text-transform: uppercase;
	color: #ff8400;
}
.hour-text b {
	text-transform: uppercase;
}
.coin-slider {
    margin-top: 12px;
	width: 438px;
    height: 280px;
    padding: 15px 14px;
    background: #000;
}
.coin-slider .cs-title {
	display: none !important;
}
#cs-navigation-coin-slider0 {
	display: none !important; 
}
.can { 
	border-radius: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(255,84,0) 0%, rgb(255,156,0) 49%, rgb(255,132,0) 56%, rgb(255,132,0) 100%);
    background-image:   -webkit-linear-gradient( 90deg, rgb(255,84,0) 0%, rgb(255,156,0) 49%, rgb(255,132,0) 56%, rgb(255,132,0) 100%);
    background-image:       -ms-linear-gradient( 90deg, rgb(255,84,0) 0%, rgb(255,156,0) 49%, rgb(255,132,0) 56%, rgb(255,132,0) 100%);
}
.can strike {disp lay:block;padding-right:30px; font-size:12px; line-height:30px;}
#knopochki {
	display: none
}
.can {
	height: 104px;
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	min-width: 112px;
	display: table-cell;
	vertical-align: middle;
	margin-top: 65px;
}

.can .strike {
	font-size: 14px;
	padding: 10px 35px 3px 0; display:block;
	margin: 0px;
	text-decoration:line-through;
}

.zag-can {
	color: #FD5401;
	text-transform: uppercase;
	font-size: 16pt;
	color: #ff5100;
	margin: 26px 0 16px;
	display: block;
}

.can-link {
	color: #FD5401;
}

.oborud .price {
	border-radius: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(255,84,0) 0%, rgb(255,156,0) 49%, rgb(255,132,0) 56%, rgb(255,132,0) 100%) !important;
    background-image:   -webkit-linear-gradient( 90deg, rgb(255,84,0) 0%, rgb(255,156,0) 49%, rgb(255,132,0) 56%, rgb(255,132,0) 100%) !important;
    background-image:       -ms-linear-gradient( 90deg, rgb(255,84,0) 0%, rgb(255,156,0) 49%, rgb(255,132,0) 56%, rgb(255,132,0) 100%) !important;
}

.tab-content table td {
	vertical-align: top;
}

.tab-content table td.can {
	vertical-align: middle;
}

h2 {
	font-size: 25pt;
	font-weight: normal;
}

a.button-cart {
	text-decoration: none;
	font-size: 19px;
	font-weight: bold;
	color: #FFF;
	width: 100%;
	display: block;
	margin: 0 3px;;
}

.price {
	margin-bottom: 15px;
}
a {
	text-decoration: none;
}
/* 	.nav-tabs li a {
		font-size: 20px;
		font-family: SegoeUIBold;
		text-transform: uppercase;
	}
 */
 .category-info img {
	width: auto !important;
	height: auto !important;
}	
.category-info , .category-info p{color:#717171; line-height:1.3; }

#dynamicminicart {
	border-radius: 0 !important;
	border: none !important;
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.41);
}
#dynamicminicart .box-heading a {
	color: #0092ff !important;
	text-align: center;
	font-weight: bold;
	display: block;
}
.cart-btn {
    border-radius: 7px;
    font-size: 15px;
    padding: 12px 13px;
    margin: auto;
}
#dynamicminicart .box-heading a {
    font-size: 18px !important;
    font-weight: bold;
}
.register-btn {
    padding: 10px 15px;
    display: table;
    margin: 10px;
    background-color: #1392FE;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}


@media (max-width: 991px) {
	.test-content >p {font-size:30px;}
	.about-step5 {
		padding-right: 15px;
	}
	.about-step1,
	.about-step3 {
		background: none;
	}
	.about-step2:before,
	.about-step4:before,
	.about-step5:after {
		display: none;
	}
	.russ-tv .container {
		background-image: none !important;
	}
	.nav-tabs li a {
		font-size: 13px !important;
		margin-right: 5px;
	}
	.russ-tv  p.title1{
	font-size: 30px;
    font-family: "SegoeUIBold";
    color: #333333;
    text-transform: uppercase;
    line-height: 1.2;
	margin-top: 20px;
    text-align: center;
    width:100%;
	}
	.russ-tv  p.title2 {
	font-size: 16px;
    line-height: 1;
    color: #0092ff;
     text-transform: uppercase;
	
	}
	.russ-tv h1 {
		font-size: 24px;
		margin-bottom: 0px;
	}
	.russ-tv h1 span {
		margin-top: 5px;
		font-size: 23px;
	}
	.russ-tv .get-access {
		font-size: 22px;
		padding: 10px 25px;
		border-radius: 12px;
		margin-bottom:15px;
	}
	.head-nav .nav > li:last-child {
		position: relative;
	}
	.russ-tv .coin-slider {  
		margin: auto;
		margin-bottom: 50px;
	}
	.account-nav > span {
		display: block;
		margin-bottom: 5px;
        text-align: right;
	}
}
.quantity {
	position: relative;
}
@media (max-width: 719px) {
	.test-content >p {
        font-size:16px;
    }
/*.cblack {*/
    /*padding-top:65px;*/
/*}*/
	.article-section h2 {
		font-size: 18px;
	}
	.article-section .get-access {
		font-size: 16px;
	}
	.form-1-hour:before {
		display: none;
	}
	.form-1-hour input[type="submit"] {
		font-size: 22px;
		padding: 15px 40px;
	}
	.russ-tv h1 {
		text-align: center;
		font-size: 25px;
		margin: 0;
	}
	.russ-tv h1 span {
	    color: #000;
		font-size: 25px;
	}
}	
	.oborud table:nth-child(3){
		display: none;
	}
	
@media (max-width: 425px) {
	.popup-buttons {width:300px!important;}
.cart-box-succ-det {float:none!important;     width: 308px!important;}
.cart-conf-popup {width:310px!important;}
	.russ-tv{ margin:0; }
	.russ-tv p.title1 {margin:0;}
}	


.attention.aff {padding: 0 5px 10px; min-height: 280px;}
.attention.aff>div, .attention.aff>p {margin: 5px 0px;}
.attention.aff .button_ {width:auto; float:left; margin:5px 5px; font-size:16px; height:auto;}
.aff .button_container {display: flex; display:-webkit-flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; justify-content:center; -webkit-justify-content: center;}
.aff h4 {font-weight:bold}

.testimonials {background-color:#f5f5f5;}
.col-xs-12.testimonial  {background-color:#fff; margin: 6px; padding: 6px; width: calc(100% - 12px); box-shadow: 1px 1px 1px rgba(0,0,0,0.2);}
.testimonial .credit, .testimonial_reply .credit {font-weight:bold; }
.testimonial .rating {color:#fe5f00}
.testimonial .date_added, .testimonial_reply .date_added { color:#999; font-size:14px; }
.testimonial p.description  {margin-top:32px;}
.testimonial .reply_title {margin:36px 0 0; color:#0194ff;}
.testimonial .reply_description , .testimonial .reply_description p{font-style: italic;}
#testimonial textarea {height:90px; width:100%;}
#testimonial .form_lbl {font-weight:bold;font-size:18px;}
#testimonial td {padding-top:10px; }
.oval {background-color:#0098ca; border-radius:60px/30px;  display:block; position:absolute;
padding:4px 2px;  font-size:28px; margin: -20px 0px 0px 20px; width:80%!important; 
-webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);}
.oval span {display:block; -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
@media (max-width: 768px) {
.test-content p, .test-content h1 {padding-left:16px; padding-right:16px;}
.test-content>p {font-size:14px;}
.test-content>h1 {font-size:20px;}
.oval {    right: -10px;    margin: -35px 0px 10px 0px; position:relative; border-radius:80px/30px; font-size:32px;}
.oval span {font-size:32px;}
}
span.strike {color:#f1f1f1!important;}

.ovalText {background-color:#0098ca; border-radius:60px/30px;  display:block; position:absolute;
    padding:10px 0px 10px 0px;  font-size:12px; margin: -20px 0px 0px 80px; width:50%!important; 
    -webkit-transform: rotate(-15deg);
      -moz-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
      -o-transform: rotate(-15deg);
      transform: rotate(-15deg);}
    .ovalText span {display:block; -webkit-transform: rotate(15deg);
      -moz-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
      -o-transform: rotate(15deg);
      transform: rotate(15deg);
    }
    @media (max-width: 768px) {
    .test-content p, .test-content h1 {padding-left:16px; padding-right:16px;}
    .test-content>p {font-size:14px;}
    .test-content>h1 {font-size:20px;}
    .ovalText {    right: 0px;    margin: -30px 0px 0px 0px; position:absolute; border-radius:80px/30px; font-size:32px;width:90%!important; }
    .ovalText span {font-size:12px;}
    .div_98 .price_btn {padding-top:68px!important}
    }
    span.strike {color:#f1f1f1!important;}


/* GIFT PAGE 8 YEARS */
.gift-inner {
    padding-left: 65px;
}
.gift-left {
    background: url(../image/2020/gift_left.svg) 0 0 no-repeat;
}
.gift-right {
    background: url(../image/2020/gift_right.svg) 0 0 no-repeat;
}
.gift-hoverboard {
    background: url(../image/2020/gift_hoverboard.jpg) 0 0 no-repeat;
    background-size: 50px auto;
}
.gift-phone {
    background: url(../image/2020/gift_phone.jpg) 0 0 no-repeat;
    background-size: 50px auto;
}
.gift-h2 {
    font-size: 17px;
    font-family: SegoeUIBold;
    color: #000;
}
.gift-inner h3 {
    margin: 0 0 20px;
    padding: 10px 0 0;
    font-size: 16px;
    font-family: SegoeUISemiBold;
    color: #ff7c00;
    text-transform: uppercase;
}
.gift-inner p {
    font-size: 14px;
}
.gifts-first-row {
    margin-top: 30px;
}
.gifts-last-row {
    margin-top: 70px;
    margin-bottom: 70px;
}
.gift-table {
    width: 50%;
}
.gift-table th, .gift-table td {
    width: 33%;
}
.gift-table th {
    font-family: SegoeUIBold;
}
.bday-video {
    margin: 70px 0 0;
}
.join-giveaway {
    margin: 100px 0;
    padding: 70px;
    border: 3px solid #ff7c00;
    border-radius: 40px;
}
.join-giveaway h2 {
    font-family: SegoeUISemiBold;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 70px;
}
.giveaway-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.giveaway-block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: 45%;
}
.step-number {
    font-family: SegoeUIBold;
    font-size: 110px;
    background: linear-gradient(180deg, #ff7c00 0%, #ffa900 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ff7c00;
    line-height: 1;
    margin-right: 30px;
    transform: translateY(-15px);
}
.giveaway-block-inner {
    font-size: 20px;
}
.giveaway-block-inner span {
    font-family: SegoeUIBold;
    color: #ff7c00;
    display: block;
    margin-bottom: 15px;
}
.giveaway-block-inner strong {
	font-family: SegoeUIBold;
}
.gift-terms h2 {
    font-size: 24px;
    font-family: SegoeUISemiBold;
    text-transform: uppercase;
}
.gift-terms-list {
    font-size: 20px;
    padding: 0 0 0 20px;
}
.gift-terms-list li {
    margin-bottom: 10px;
}
.gift-final-heading {
    font-size: 45px;
    font-family: SegoeUISemiBold;
    text-transform: uppercase;
    margin: 70px 0 30px;
}
.gift-final-text {
    font-size: 24px;
    margin-bottom: 30px;
    max-width: 70%;
}
.gift-final-link {
    display: inline-block;
    font-family: 'SegoeUISemiBold';
    font-size: 24px;
    line-height: 1;
    padding: 10px 30px 15px;
    transition: all .4s;
    color: #fff;
    border-radius: 5px;
    background: #ff7c00;
    margin-bottom: 30px;
}
.gift-final-link:hover {
    transform: translateY(-.25em);
    box-shadow: 0 0.5em 0.5em -0.4em #ff7c00;
}
.bday-banner-link {
    display: block;
    max-width: 1032px;
    min-height: 70px;
    margin: 0 auto;
    padding: 0 30px;
    background: url(../image/2020/bg_bday_banner.jpg) 0 0 no-repeat;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.bday-first-text {
    color: #fff;
    font-size: 46px;
    font-family: SegoeUIBold;
    line-height: 1;
}
.bday-second-text {
    font-size: 30px;
    color: #ff7c00;
    line-height: 1;
}
.gift-terms {
    margin-bottom: 30px;
}
.ny-promo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
}
.ny-promo-block {
    width: 50%;
}
.ny-promo-block.text {
    width: 45%;
    font-size: 20px;
}
.ny-promo-block img {
    display: block;
    margin: 0 auto;
    width: 80%;
}
.ny-promo-block h2 {
    font-family: SegoeUISemiBold;
    font-size: 34px;
    text-transform: uppercase;
    margin: 0 0 30px;
    padding: 0;
}
.ny-promo-block p span {
    font-family: 'SegoeUIBold';
    color: #d30000;
}
.ny-promo-block p strong {
    font-family: 'SegoeUIBold';
}
.ny-promo-block-btn {
    display: inline-block;
    font-family: SegoeUISemiBold;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px;
    background: linear-gradient(90deg, #d30000 0%, #ff0000 105%);
    border-radius: 5px;
    margin-top: 30px;
    transition: .4s all;
}
.ny-promo-block-btn:hover {
    transform: translateY(-.25em);
    box-shadow: 0 0.5em 0.5em -0.4em #d30000;
}
.join-giveaway.ny {
    border-color: #d30000;
}
.join-giveaway.ny .step-number {
    background: linear-gradient(90deg, #D30000 0%, #FF0000 104.42%);
    color: #d30000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.join-giveaway.ny .giveaway-block-inner span {
    color: #d30000;
}
.join-giveaway.exist {
    padding: 40px;
    font-size: 20px;
}
.join-giveaway.exist h2 {
    padding: 0;
    margin: 0 0 30px;
    color: #d30000;
    text-align: left;
}
.join-giveaway.exist h2 span {
    display: block;
    font-family: SegoeUISemiBold;
}
.gift-terms.ny .gift-terms-list {
    text-transform: none;
}


.all-tariffs-wrap {
    margin-bottom: 70px;
}
.all-tariffs-header {
    font-family: 'SegoeUISemiBold';
    font-size: 24px;
    text-transform: uppercase;
    color: #ff7c00;
}
.all-tariffs-row,
.tariff-items {
    display: flex;
    justify-content: space-between;
}
.all-tariffs-row:not(:first-child) {
    margin-top: 15px;
}
.all-tariffs-row.all-tariffs-constructor {
    justify-content: center;
    margin-top: 70px;
}
.all-tariffs-constructor-link {
    font-family: 'SegoeUIBold';
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #ff7c00;
    padding: 15px 40px;
    line-height: 1;
    border-radius: 5px;
    transition: all .4s;
}
.all-tariffs-constructor-link:hover {
    transform: translateY(-.25em);
    box-shadow: 0 0.5em 0.5em -0.4em #ff7c00;
}
.tariff-items {
    width: 72%;
}
.tariff-desc {
    width: 27%;
    background: #f2f2f2;
    border-radius: 5px;
    padding: 20px;
}
.tariff-desc h2 {
    font-family: 'SegoeUIBold';
    font-size: 20px;
    text-transform: uppercase;
    color: #717171;
    margin: 0 0 15px;
    padding: 0;
}
.tariff-desc ul {
    font-size: 14px;
    color: #717171;
    margin: 0;
    padding: 0 0 0 20px;
}
.tariff-item {
    width: 24%;
    background: #f2f2f2;
    border-radius: 5px;
    padding: 20px;
    position: relative;
}
.tariff-item.full {
    width: 100%;
}
.tariff-item.new::before {
    content: '';
    position: absolute;
    top: -20px;
    right: 90px;
    width: 130px;
    height: 130px;
    background: url(../image/2020/new.svg) 50% 50% no-repeat;
    background-size: contain;
}
.tariff-item.hit::before {
    content: '';
    position: absolute;
    top: -10px;
    right: 5px;
    width: 70px;
    height: 70px;
    background: url(../image/2020/hit.svg) 50% 50% no-repeat;
    background-size: contain;
}
.tariff-item span {
    display: block;
    line-height: 1;
}
.tariff-item-duration {
    font-family: 'SegoeUIBold';
    font-size: 24px;
    color: #717171;
}
.tariff-item-price {
    font-family: 'SegoeUIBold';
    font-size: 45px;
    color: #ff7c00;
    margin-top: 30px;
}
.tariff-item-price.regular {
    color: #717171;
}
.tariff-item-price-month {
    font-family: 'SegoeUISemiBold';
    font-size: 20px;
    color: #717171;
    margin-top: 15px;
}
.tariff-item.full .tariff-item-duration {
    font-size: 34px;
}
.tariff-item.full .tariff-item-price {
    font-size: 60px;
}
.tariff-item.full .tariff-item-price-month {
    font-size: 36px;
    margin: 0 0 0 30px;
}
.tariff-item-wrap {
    display: flex;
    align-items: flex-end;
}

.temp_ann {
	background: #fff;
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 250px;
    z-index: 1000;
    border: 2px solid #ff0000;
    border-radius: 15px;
    padding: 20px;
}
.temp_ann p {
	margin: 0;
	font-size: 18px;
	color: #000;
}
.temp_ann p:first-child {
	margin-bottom: 10px;
	font-family: 'SegoeUIBold';
}
.ann_par {
    color: #ff0000;
    font-family: 'SegoeUIBold';
    text-align: center;
}


@media (max-width: 992px) {
    .gifts-first-row,
    .gifts-last-row {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .gift-inner {
        padding: 0;
    }
    .gift-left,
    .gift-right,
    .gift-hoverboard,
    .gift-phone {
        background: none;
    }
    .join-giveaway {
        padding: 50px;
    }
    .join-giveaway h2,
    .gift-final-heading,
    .ny-promo-block h2,
    .gift-terms h2 {
        font-size: 24px;
    }
    .join-giveaway h2 {
        margin-bottom: 50px;
    }
    .giveaway-wrap {
        flex-direction: column;
    }
    .giveaway-block {
        width: 100%;
    }
    .giveaway-wrap .giveaway-block:first-child {
        margin-bottom: 30px;
    }
    .step-number {
        font-size: 80px;
    }
    .giveaway-block-inner {
        font-size: 18px;
    }
    .gift-final-text {
        font-size: 16px;
        max-width: none;
    }
    .bday-first-text {
        font-size: 36px;
    }
    .bday-second-text {
        font-size: 24px;
    }
    .all-tariffs-row {
        flex-direction: column;
    }
    .all-tariffs-row.all-tariffs-constructor {
        flex-direction: row;
    }
    .tariff-desc {
        width: 100%;
        background: none;
    }
    .tariff-items {
        width: 100%;
    }
    .ny-promo-block.text {
        width: 50%;
    }
    .ny-promo-block-btn {
        font-size: 16px;
    }
}
@media (max-width: 680px) {
    .join-giveaway h2,
    .gift-final-heading,
    .ny-promo-block h2,
    .gift-terms h2 {
        font-size: 22px;
    }
    .join-giveaway.exist h2 {
        text-align: center;
    }
    .gift-table {
        width: 100%;
    }
    .join-giveaway {
        padding: 30px;
        margin: 30px auto;
        width: 90%;
    }
    .join-giveaway.exist {
        margin-top: 50px;
    }
    .step-number {
        font-size: 60px;
        transform: translateY(-10px);
    }
    .giveaway-block-inner {
        font-size: 15px;
    }
    .bday-video {
        height: 200px;
        margin: 30px 0 0;
    }
    .gift-final-link {
        font-size: 16px;
    }
    .prize-images {
        display: none;
    }
    .gift-terms {
        width: 90%;
        margin: 0 auto 30px;
        padding-top: 0;
    }
    .gift-final-heading {
        margin: 20px 0;
    }
    .bday-banner-link {
        flex-direction: column;
        margin-top: 25px;
    }
    .bday-first-text {
        line-height: 70px;
    }
    .bday-second-text {
        line-height: 2;
    }
    .tariff-item.new::before {
        right: 50px;
    }
    .tariff-item.hit::before {
        width: 50px;
        height: 50px;
    }
    .tariff-item-duration {
        font-size: 18px;
    }
    .tariff-item-price {
        font-size: 32px;
    }
    .tariff-item-price-month {
        font-size: 16px;
    }
    .ny-promo {
        margin-top: 50px;
        flex-direction: column;
    }
    .ny-promo.santa {
        flex-direction: column-reverse;
    }
    .ny-promo-block,
    .ny-promo-block.text {
        width: 90%;
    }
    .ny-promo-block.text {
        margin-bottom: 20px;
    }
    .ny-promo.santa .ny-promo-block.text {
        margin-bottom: 0;
        margin-top: 20px;
    }
    .ny-promo-block h2 {
        margin-bottom: 20px;
    }
    .ny-promo-block-btn {
        font-size: 14px;
        margin-top: 20px;
    }
    .join-giveaway.exist {
        padding: 25px;
    }
    .gift-terms-list,
    .ny-promo-block.text,
    .join-giveaway.exist {
    	font-size: 14px;
    }
    .temp_ann {
    	width: auto;
    	left: 20px;
    	bottom: 20px;
    	right: 20px;
    }
    .temp_ann p {
    	font-size: 14px!important;
    }
    .ann_par {
        display: none;
    }
}
@media (max-width: 450px) {
	.breadcrumbs, h1 {
		padding-left: 10px;
		padding-right: 10px;
	}
    .bday-first-text {
        font-size: 30px;
    }
    .bday-second-text {
        font-size: 18px;
    }
    .tariff-desc,
    .tariff-item {
        padding: 10px;
    }
    .tariff-item.hit::before {
        width: 35px;
        height: 35px;
        top: -15px;
        right: -5px;
    }
    .tariff-item-duration,
    .tariff-item.full .tariff-item-duration {
        font-size: 14px;
    }
    .tariff-item-price,
    .tariff-item.full .tariff-item-price {
        font-size: 18px;
        margin-top: 10px;
    }
    .tariff-item-price-month,
    .tariff-item.full .tariff-item-price-month {
        font-size: 10px;
        margin-top: 10px;
    }
    .tariff-item.full .tariff-item-price-month {
        margin-left: 0;
    }
    .all-tariffs-wrap {
        margin-bottom: 50px;
    }
    .all-tariffs-row.all-tariffs-constructor {
        margin-top: 50px;
    }
    .all-tariffs-row.light {
        flex-direction: row;
        align-items: flex-end;
    }
    .all-tariffs-row.light .tariff-desc {
        width: 75%;
        padding-bottom: 0;
    }
    .all-tariffs-row.light .tariff-items {
        width: 25%;
        padding-right: 10px;
        padding-left: 0;
    }
    .tariff-items {
    	padding: 0 10px;
    }
    .tariff-item.new::before {
        top: -15px;
        right: -10px;
        width: 35px;
        height: 35px;
    }
    .tariff-item-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
}