
@charset "utf-8";




/* --------------- site --------------- */
.site {
	background: #fff;
}

.site__content {

    margin: 0 auto;
    position: relative;
 //   overflow: hidden;
    z-index: 2;
    padding-bottom: 50px;
}
.site__content:after {
    display: inline-block;
    width: 100%;
    content: '';
}
.site__content h2 {
    font-size: 24px;
    color: #010101;
    font-weight: 400;
    text-transform: uppercase;
}
.site__content h2 > a,
.site__content h2 > a:visited {
    font-size: 14px;
    color: #010101;
    text-transform: none;
    display: inline-block;
    vertical-align: top;
    text-decoration: underline;
    margin: 4px 0 0 34px;
}
.site__content h2 > a:hover {
    text-decoration: none;
}
.site__content p {
    font-size: 14px;
    line-height: 16px;
}

.site__header {
	margin: 0 -50px;
	background: #fff;
	padding: 0 50px;
}
.site__header .top {
	padding: 20px 0;
}

.site__header-slogan {
    color: #7c7c7c;
    padding-left: 20px;
}

.site__footer {
    background: #6e6e6e;
}

.site__footer-layout {
 
	font-size: 14px;    
}

.site__footer-menu {
text-align: left;    
position: relative;    
z-index: 2;    
width: 710px;
padding-top: 15px;
}
.site__footer-menu:after {
    display: inline-block;
    width: 100%;
    content: '';
}
.site__footer-menu a,
.site__footer-menu a:visited {
font-size: 13px;    
color: #000;    
text-decoration: underline;    
display: inline-block;    
vertical-align: top;    
margin: 0 10px 10px 0;
}
.site__footer-menu a:hover {
    text-decoration: none;
}
.site__footer-copyright {
    display: block;
    position: absolute;
    bottom: 28px;
    left: 0;
}
.site__footer-create {
    display: block;
    position: absolute;
    bottom: 18px;
	line-height: 1.3;
    right: 0;
	text-align: right;
}
.site__footer-create a,
.site__footer-create a:visited {
    font-size: 14px;
    color: #c2c2c2;
    text-decoration: underline;
}
.site__footer-create a:hover {
    text-decoration: none;
}
.site__menu {
    font-family: Verdana, sans-serif;
    cursor: default;
    padding: 28px 0 23px;
    box-shadow: 0 0 4px #e9e9e9;
    background: #fff;
}
.site__menu > div {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: table;
}
.site__menu-item {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 0 15px;
}
.site__menu div:before {
    content: '';
    background: -moz-linear-gradient(top,  rgba(212,212,212,0) 0%, rgba(212,212,212,1) 50%, rgba(212,212,212,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(212,212,212,0)), color-stop(50%,rgba(212,212,212,1)), color-stop(100%,rgba(212,212,212,0)));
    background: -webkit-linear-gradient(top,  rgba(212,212,212,0) 0%,rgba(212,212,212,1) 50%,rgba(212,212,212,0) 100%);
    background: -o-linear-gradient(top,  rgba(212,212,212,0) 0%,rgba(212,212,212,1) 50%,rgba(212,212,212,0) 100%);
    background: -ms-linear-gradient(top,  rgba(212,212,212,0) 0%,rgba(212,212,212,1) 50%,rgba(212,212,212,0) 100%);
    background: linear-gradient(to bottom,  rgba(212,212,212,0) 0%,rgba(212,212,212,1) 50%,rgba(212,212,212,0) 100%);
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 86px;
    margin-top: -43px;
}
.site__menu div:first-child:before {
    display: none;
}
.site__menu a {
    display: table;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    position: relative;
    height: 76px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.site__menu a:hover {
    color: #e9402d;
}
.site__menu img {
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    display: block;
    margin-right: 20px;
}
.site__menu a:hover img {
    transform: scale(1.1);
}
.site__menu span {
    display: table-cell;
    vertical-align: middle;
}
.site__aside {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    text-align: left;
    padding-top: 23px;
}
.site__aside .site__menu {
    padding: 7px 0 0;
    margin-bottom: 40px;
    box-shadow: 1px 0 24px #ccc;
}
.site__aside .site__menu-item {
    float: none;
    width: 100%;
    padding: 15px 10px 18px 21px;
}
.site__aside .site__menu div:before {
    width: 80px;
    height: 1px;
    left: 50%;
    top: 0;
    margin: 0 0 0 -40px;
    background: rgb(240,240,240);
    background: -moz-linear-gradient(left,  rgba(240,240,240,1) 0%, rgba(212,212,212,1) 50%, rgba(240,240,240,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(240,240,240,1)), color-stop(50%,rgba(212,212,212,1)), color-stop(100%,rgba(240,240,240,1)));
    background: -webkit-linear-gradient(left,  rgba(240,240,240,1) 0%,rgba(212,212,212,1) 50%,rgba(240,240,240,1) 100%);
    background: -o-linear-gradient(left,  rgba(240,240,240,1) 0%,rgba(212,212,212,1) 50%,rgba(240,240,240,1) 100%);
    background: -ms-linear-gradient(left,  rgba(240,240,240,1) 0%,rgba(212,212,212,1) 50%,rgba(240,240,240,1) 100%);
    background: linear-gradient(to right,  rgba(240,240,240,1) 0%,rgba(212,212,212,1) 50%,rgba(240,240,240,1) 100%);
}
.site__aside .site__menu img {
    margin-right: 12px;
}
.site__aside .site__menu a,
.site__aside .site__menu a:visited {
    font-size: 14px;
    line-height: 18px;
}
/* --------------- /site --------------- */

/* --------------- tariffs-menu --------------- */
.tariffs-menu {

}
.tariffs-menu__navigation {
    overflow: hidden;
    position: relative;
    background: #f99d1d;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.tariffs-menu__navigation:before {
    content: '';
    background: #fcbb65;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    height: 100%;
    width: 2px;
}
.tariffs-menu__navigation span {
    cursor: pointer;
    display: block;
    width: 50%;
    float: left;
    font-size: 14px;
    color: #000;
    text-align: center;
    padding: 8px 2px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    box-shadow: inset 0 0 18px rgba(0,0,0,0.5);
}
.tariffs-menu__navigation span:hover {
    background: #e6007e;
}
.active .tariffs-menu__navigation {
    background: #e7ebec;
}
.active .tariffs-menu__navigation:before {
    display: none;
}
.active .tariffs-menu__navigation span {
    background: #e7ebec;
}
.tariffs-menu__navigation span.active {
    box-shadow: none;
    cursor: default;
}
.tariffs-menu__content {
    background: #e7ebec;
}
.tariffs-menu__content > div {
    display: none;
    padding: 16px 0;
}
.tariffs-menu__content > div.active {
    display: block;
}
.tariffs-menu__content dt {
    font-size: 14px;
    color: #000;
    cursor: pointer;
    text-decoration: underline;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    padding: 8px 10px 8px 21px;
}
.tariffs-menu__content dt.active {
    background: #e6007e !important;
    color: #fff;
    text-decoration: none;
}
.tariffs-menu__content dt:hover {
    background: #f4a851;
    text-decoration: none;
}
.tariffs-menu__content dd {
    padding: 6px 20px 0 40px;
}
.tariffs-menu__content dd > span {
    display: block;
    margin-bottom: 10px;
}
.tariffs-menu__content dd a,
.tariffs-menu__content dd a:visited {
    font-size: 12px;
    line-height: 17px;
    color: #565656;
    text-decoration: underline;
}
.tariffs-menu__content dd a:hover {
    text-decoration: none;
}
/* --------------- /menu --------------- */

/* --------------- action --------------- */
.action {
    padding: 0 0 0 21px;
}
.action h2 {
    margin-bottom: 5px;
}
.action__wrap {
    background: url("../img/action-fon.png") no-repeat;
    width: 191px;
    height: 311px;
    position: relative;
}
.action__name,
.action__name:visited {
    font-size: 24px;
    color: #fff;
    display: block;
    position: absolute;
    top: 27px;
    left: 27px;
}
.action__name span {
    display: block;
    font-size: 28px;
    padding-top: 8px;
}
.action__price {
    font-size: 24px;
    color: #fff;
    display: block;
    position: absolute;
    top: 31px;
    right: 11px;
}
.action__price span {
    display: block;
    font-size: 22px;
    padding-top: 4px;
}
.action__connect,
.action__connect:visited {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    position: absolute;
    bottom: 90px;
    left: 12px;
}
.action__application,
.action__application:visited {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    position: absolute;
    bottom: 18px;
    left: 30px;
}
.action__application span {
    display: block;
}
.action a:hover {
    text-shadow: 0 0 2px #fff;
}
/* --------------- /action --------------- */

/* --------------- content-wrap --------------- */
.content-wrap {
    width: 740px;
    display: inline-block;
    vertical-align: top;
    padding: 30px 0 0 0;
    font-size: 14px;
    text-align: left;
    color: #505050;
}
.content-wrap h1 {
    font-size: 24px;
    text-transform: uppercase;
    color: #010101;
    font-weight: 400;
    margin-bottom: 22px;
}
.content-wrap h2 {
    font-size: 18px;
    line-height: 21px;
    color: #f18d00;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 11px;
}
.content-wrap h3 {
    font-size: 14px;
    color: #e6007e;
    margin-bottom: 14px;
}
.content-wrap h4 {
    font-size: 14px;
    line-height: 21px;
    color: #505050;
    margin-bottom: 14px;
}
.content-wrap p {
    font-size: 14px;
    line-height: 21px;
    color: #505050;
    margin-bottom: 19px;
}
.content-wrap span.little {
    font-size: 12px;
    line-height: 16px;
    display: block;
    margin-bottom: 12px;
}
.content-wrap p a,
.content-wrap p a:visited {
    color: #505050;
    text-decoration: underline;
}
.content-wrap p a:hover {
    text-decoration: none;
}
.content-wrap a.nopenetration {
	text-decoration: none;
}
.content-wrap .red {
    color: #ae4682;
}
.content-wrap .yellow {
    color: #eb7716;
}
.content-wrap strong {
    font-size: 14px;
    line-height: 21px;
    color: #505050;
    margin-bottom: 19px;
}
.content-wrap dl {
    counter-reset: list 0;
    border-bottom: 1px solid #fa9e1d;
    margin-bottom: 11px;
}
.content-wrap dt {
    padding-left: 20px;
    position: relative;
    font-weight: 700;
    margin-bottom: 14px;
}
.content-wrap dt:before {
    counter-increment: list;
    content: counter(list);
    font-size: 14px;
    color: #fff;
    background: #fa9e1d;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    position: absolute;
    top: -1px;
    left: 0;
    text-align: center;
    padding-top: 1px;
}
.content-wrap dd {
    margin-bottom: 23px;
}
.content-wrap dd span {
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 3px 6px;
}
.content-wrap dd > span:first-child {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    padding-left: 0;
}
.content-wrap dd span.big {
    font-size: 20px;
}
.content-wrap .grey-block {
    background: #949494;
}
.content-wrap .blue-block {
    background: #0060a1;
}
.content-wrap .purple-block {
    background: #893e90;
}
.content-wrap .pink-block {
    background: #e6007e;
}
.content-wrap .orange-block {
    background: #f04d23;
}
.content-wrap .yellow-block {
    background: #f9971b;
}
.content-wrap ul {
    margin-bottom: 15px;
}
 .content-wrap ul > li {
    padding: 0 0 6px 14px;
    position: relative;
    line-height: 21px;
}

 .content-wrap ul > li:before {
    content: '';
    background: #fa9e1d;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 0;
}
.content-wrap ul.circle-list > li:before {
    content: '';
background: #fa9e1d;
width: 8px;
height: 8px;
border-radius: 50%;
position: absolute;
top: 50%;
left: 0;
margin-top: -4px;
}

.content-wrap ol {
counter-reset: list 0;    
margin-bottom: 15px;    
list-style-type: decimal;    
margin-left: 25px;
}
.content-wrap ol > li {
padding: 0 0 6px 0;    
position: relative;    
line-height: 21px;
}

.content-wrap table {
margin-bottom: 35px;
counter-reset: list 0;
width: 100%;
font-size: 14px;
line-height: 16px;
color: #000;
border-bottom: 1px solid #d8d8d8;
box-shadow: 0 2px 0 #efefef;
background: rgb(244,204,10);
background: -moz-linear-gradient(left, rgba(244,204,10,1) 0%, rgba(231,110,21,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(244,204,10,1)), color-stop(100%,rgba(231,110,21,1)));
background: -webkit-linear-gradient(left, rgba(244,204,10,1) 0%,rgba(231,110,21,1) 100%);
background: -o-linear-gradient(left, rgba(244,204,10,1) 0%,rgba(231,110,21,1) 100%);
background: -ms-linear-gradient(left, rgba(244,204,10,1) 0%,rgba(231,110,21,1) 100%);
background: linear-gradient(to right, rgba(244,204,10,1) 0%,rgba(231,110,21,1) 100%);
}
.content-wrap thead tr {

}
.content-wrap th {
 /*   font-weight: 700;
    vertical-align: middle;
    height: 30px;
*/
    padding: 5px 10px;
    padding: 5px;

}
.content-wrap th {
    border: 1px solid #000000;
//    box-shadow: 2px 0 0 #efefef;

}

.content-wrap tbody tr {
    background: #fff;
}

.content-wrap tbody tr:nth-child(odd) {
/*    background: rgb(244,244,244);
    background: -moz-linear-gradient(left,  rgba(244,244,244,1) 0%, rgba(244,244,244,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(244,244,244,1)));
    background: -webkit-linear-gradient(left,  rgba(244,244,244,1) 0%,rgba(244,244,244,1) 100%);
    background: -o-linear-gradient(left,  rgba(244,244,244,1) 0%,rgba(244,244,244,1) 100%);
    background: -ms-linear-gradient(left,  rgba(244,244,244,1) 0%,rgba(244,244,244,1) 100%);
    background: linear-gradient(to right,  rgba(244,244,244,1) 0%,rgba(244,244,244,1) 100%);
*/
}
.content-wrap tbody td {
    vertical-align: middle;
    height: 30px;
//    padding: 10px;
    padding: 5px;
    border: black 1px solid;
}
/*
.content-wrap tbody td:first-child {
    border-right: 1px solid #d8d8d8;
    box-shadow: 2px 0 0 #efefef;
}
*/
/* --------------- /content-wrap --------------- */



/* --------------- order-set --------------- */
.order-set {
    padding: 18px 0 23px 135px;
}
.order-set > div {
    display: inline-block;
    vertical-align: middle;
}
.order-set__logo {
    margin-right: 11px;
    width: 114px;
    text-align: center;
}
/* --------------- /order-set --------------- */

/* --------------- menu --------------- */
.menu {
/*    text-align: center; */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    cursor: default;
/*    display: table; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.menu a,
.menu a:visited {
/* padding: 0 32px; */
    padding-top: 12px;
    height: 42px;
/*    display: table-cell;
    vertical-align: middle;
*/
    font-size: 15px;
    color: #fff;
    text-shadow: 1px 1px 2px #ce8107;
    text-transform: uppercase;
    position: relative;
}
.menu a:before {
top: 0; right: 0; opacity: 0;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 50%, rgba(255,255,255,0.6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.6)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 50%,rgba(255,255,255,0.6) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 50%,rgba(255,255,255,0.6) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 50%,rgba(255,255,255,0.6) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 50%,rgba(255,255,255,0.6) 100%);
    content: '';
    width: 100%;
//    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
//   -webkit-transition: height 0.3s ease;
    -webkit-transition: opacity 0.3s ease; 
//    transition: height 0.3s ease;
	transition: opacity 0.3s ease;
}
.menu a:hover:before {
//    height: 100%;
	opacity: 1;
}
.menu a.active {
    background: #e6007e;
    overflow: hidden;
}
.menu a.active:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -70%;
    left: 0;
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.22) 59%, rgba(255,255,255,0) 76%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(59%,rgba(255,255,255,0.22)), color-stop(76%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.22) 59%,rgba(255,255,255,0) 76%,rgba(255,255,255,0) 100%);
    background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.22) 59%,rgba(255,255,255,0) 76%,rgba(255,255,255,0) 100%);
    background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.22) 59%,rgba(255,255,255,0) 76%,rgba(255,255,255,0) 100%);
    background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.22) 59%,rgba(255,255,255,0) 76%,rgba(255,255,255,0) 100%);
}
/* --------------- /menu --------------- */

/* --------------- bredcrumbs --------------- */
.bredcrumbs {
    font-size: 14px;
    margin-bottom: 33px!important;
}
.bredcrumbs li {
    display: inline-block;
    vertical-align: top;
    margin-right: 11px;
    padding: 0 !important;
}
.bredcrumbs li:before {
    display: none;
}
.bredcrumbs a,
.bredcrumbs a:visited {
    color: #010101;
    text-decoration: underline;
    display: block;
    position: relative;
}
.bredcrumbs a:before {
    content: '>';
    position: absolute;
    top: 0;
    left: -10px;
    color: #010101 !important;
}
.bredcrumbs li:first-child a:before {
    display: none;
}
.bredcrumbs a:hover {
    text-decoration: none;
    color: #eb7716;
}
/* --------------- /bredcrumbs --------------- */

/* --------------- slider --------------- */
.slider {
    position: relative;
}
.slider__wrap {
    overflow: hidden;
    position: relative;
    height: 384px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}
.slider__wrap:before {
    content: '';
 //   background: url("../img/slider-fon.png") no-repeat;
    width: 508px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.slider__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
	overflow: hidden;
}
.slider__info {
    position: absolute;
    top: 0;
    right: 0;
    width: 508px;
    height: 100%;
    z-index: 2;
    padding: 80px 20px 0 82px;
    font-family: "Verdana", sans-serif;
}
.slider__title {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.slider__title span {
    display: block;
    font-size: 55px;
    line-height: 52px;
}
.slider__text {
    font-size: 24px;
    color: #fff;
    padding-left: 55px;
}
.slider__text span {
    font-size: 36px;
    display: block;
}
.animated .slider__item{
    -webkit-transition: left 300ms ease-in-out;
    transition: left 300ms ease-in-out;
}
.slider__points {
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    text-align: center;
    cursor: default;
    z-index: 2;
}
.slider__points li {
    width: 8px;
    height: 8px;
    background: url("../img/slider-points.png") no-repeat;
    background-position: right 0;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin: 0 4px;
}
.slider__points li.active {
    background-position: 0 0;
}
.slider__btn {
    display: none;
}
/* --------------- /slider --------------- */

/* --------------- news-preview --------------- */
.news-preview {
    text-align: justify;
}
.news-preview:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.news-preview h2 {
    width: 100%;
    display: inline-block;
    margin-bottom: 14px;
    padding-left: 29px;
}
.news-preview__item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #000;
    width: 320px;
    text-align: left;
}
.news-preview__title {
    padding: 0 30px;
}
.news-preview__item time {
    color: #646464;
    display: block;
    margin-bottom: 4px;
}
.news-preview__item img {
    display: block;
    border-radius: 10px;
    width: 100%;
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    margin-bottom: 12px;
}
.news-preview__item:hover img {
    box-shadow: 0 0 10px #000;
}
/* --------------- /news-preview --------------- */

/* --------------- action-preview --------------- */
.action-preview {
    background: url("../img/action-preview-fon.png") no-repeat center;
    height: 226px;
    margin-bottom: 52px;
    position: relative;
}
.action-preview > div {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding-top: 29px;
}
.action-preview h2 {
    padding-left: 29px;
    font-size: 24px;
    color: #010101;
    font-weight: 400;
    text-transform: uppercase;
}
.action-preview__name,
.action-preview__name:visited {
    font-size: 35px;
    color: #fff;
    display: block;
    position: absolute;
    top: 96px;
    left: 0;
    text-align: center;
    width: 170px;
}
.action-preview__name:hover {
    text-shadow: 0 0 2px #fff;
}
.action-preview__name span {
    display: block;
    font-size: 39px;
    padding-top: 7px;
}
.action-preview__price {
    font-size: 35px;
    color: #fff;
    display: block;
    position: absolute;
    top: 102px;
    left: 170px;
    text-align: center;
    width: 95px;
}
.action-preview__price span {
    display: block;
    font-size: 30px;
    padding-top: 5px;
}
.action-preview__title {
    font-size: 14px;
    line-height: 21px;
    color: #000;
    display: block;
    position: absolute;
    top: 162px;
    left: 294px;
}
.action-preview__title span {
    display: block;
}
.action-preview__connect,
.action-preview__connect:visited {
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    position: absolute;
    top: 88px;
    left: 543px;
}
.action-preview__connect:hover {
    text-shadow: 0 0 2px #fff;
}
.action-preview__application,
.action-preview__application:visited {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    display: block;
    position: absolute;
    top: 45px;
    right: 8px;
    width: 144px;
    text-align: right;
}
.action-preview__application:hover {
    text-shadow: 0 0 2px #fff;
}
.action-preview__application span {
    display: block;
    font-size: 32px;
    padding-top: 4px;
    line-height: 38px;
    text-transform: uppercase;
}
/* --------------- /action-preview --------------- */

/* --------------- news --------------- */
.news {
    text-align: justify;
    margin-bottom: 20px;
}
.news:after {
    display: inline-block;
    width: 100%;
    content: '';
}
.news__pic {
    display: inline-block;
    vertical-align: top;
    width: 320px;
    text-align: left;
}
.news__pic img {
    border-radius: 10px;
    display: block;
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
}
.news__pic:hover img {
    box-shadow: 0 0 10px #000;
}
.news__description {
    display: inline-block;
    vertical-align: top;
    width: 410px;
    text-align: left;
    font-size: 14px;
    padding-top: 7px;
}
.news time {
    display: block;
    color: #646464;
    margin-bottom: 5px;
}
.news__description a,
.news__description a:visited {
    color: #000;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 9px;
    line-height: 16px;
}
.news__description a:hover {
    text-decoration: none;
}
.news__description p {
    line-height: 17px;
}
/* --------------- /news --------------- */
/* --------------- package --------------- */
.package{
    position: relative;
    margin-bottom: 25px;
    background-color: #fff;
    font-size: 14px;
}
.package h3{
    height: 54px;
    margin-bottom: 21px;
    padding-top: 16px;
    padding-left: 9px;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    background: rgb(243,201,10);
    background: -moz-linear-gradient(left,  rgba(243,201,10,1) 0%, rgba(231,114,20,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(243,201,10,1) 0%,rgba(231,114,20,1) 100%);
    background: linear-gradient(to right,  rgba(243,201,10,1) 0%,rgba(231,114,20,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c90a', endColorstr='#e77214',GradientType=1 );
    text-transform: uppercase;
}
.package__info{
    float: left;
    width: 130px;
    margin-bottom: 24px;
    padding-top: 6px;
    padding-left: 19px;
    text-align: left;
}
.package__info span{
    display: block;
    font-size: 19px;
}
span.package__info-number{
    font-size: 43px;
    line-height: 28px;
}
span.package__info-price{
    padding-top: 15px;
    font-size: 24px;
}
span.package__info-days{
    font-size: 14px;
    color: #b3b3b3;
}
.package__content{
    margin-bottom: 24px;
    padding-right: 50px;
    color: #505050;
    overflow: hidden;
}
.package__list, .package__layout{
    background-color: #d7d7d7;
    transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
}
.active .package__list, .active .package__layout{
    background-color: #ececec;
}
.package__list{
    display: block;
    height: 40px;
    padding-top: 13px;
    text-align: center;
    clear: both;
}
.package__list a{
    border-bottom: 1px dashed #505050;
    color: #505050;
    cursor: pointer;
    transition: border-bottom-color .3s ease;
    -webkit-transition: border-bottom-color .3s ease;
}
.active .package__list a{
    font-weight: 600;
    border-bottom-color: transparent;
    cursor: default;
}
.package__layout{
    display: none;
    padding: 9px 0 15px 26px;
}
.package__layout ul{
    columns: 4;
    -webkit-columns: 4;
}
.package__layout ul li{
    padding: 0;
}
.package__layout ul li:before{
    display: none;
}
.package__tail{
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    border-radius: 5px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAECAYAAABcDxXOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACdJREFUeNpiYMAE/4HYhQEP+I+EMRS6oCmA4TSYgt04FMDwXYAAAwCF4xK7tokIaAAAAABJRU5ErkJggg==')
        no-repeat center #d7d7d7;
    overflow: hidden;
    text-indent: -999px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    cursor: pointer;
}
.active .package__tail{
    opacity: 1;
    visibility: visible;
}
.package:nth-child(2) h3{
    background: rgb(255,130,198);
    background: -moz-linear-gradient(left,  rgba(255,130,198,1) 0%, rgba(191,31,114,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,130,198,1) 0%,rgba(191,31,114,1) 100%);
    background: linear-gradient(to right,  rgba(255,130,198,1) 0%,rgba(191,31,114,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff82c6', endColorstr='#bf1f72',GradientType=1 );
}
.package:nth-child(3) h3{
    background: rgb(114,221,56);
    background: -moz-linear-gradient(left,  rgba(114,221,56,1) 0%, rgba(63,148,0,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(114,221,56,1) 0%,rgba(63,148,0,1) 100%);
    background: linear-gradient(to right,  rgba(114,221,56,1) 0%,rgba(63,148,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72dd38', endColorstr='#3f9400',GradientType=1 );
}
.package:nth-child(4) h3{
    background: rgb(176,239,50);
    background: -moz-linear-gradient(left,  rgba(176,239,50,1) 0%, rgba(118,175,30,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(176,239,50,1) 0%,rgba(118,175,30,1) 100%);
    background: linear-gradient(to right,  rgba(176,239,50,1) 0%,rgba(118,175,30,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0ef32', endColorstr='#76af1e',GradientType=1 );
}
.package:nth-child(5) h3{
    background: rgb(184,237,78);
    background: -moz-linear-gradient(left,  rgba(184,237,78,1) 0%, rgba(227,134,0,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(184,237,78,1) 0%,rgba(227,134,0,1) 100%);
    background: linear-gradient(to right,  rgba(184,237,78,1) 0%,rgba(227,134,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8ed4e', endColorstr='#e38600',GradientType=1 );
}
.package:nth-child(6) h3{
    background: rgb(78,237,186);
    background: -moz-linear-gradient(left,  rgba(78,237,186,1) 0%, rgba(28,106,164,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(78,237,186,1) 0%,rgba(28,106,164,1) 100%);
    background: linear-gradient(to right,  rgba(78,237,186,1) 0%,rgba(28,106,164,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eedba', endColorstr='#1c6aa4',GradientType=1 );
}
.package:nth-child(7) h3{
    background: rgb(237,78,78);
    background: -moz-linear-gradient(left,  rgba(237,78,78,1) 0%, rgba(77,0,0,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(237,78,78,1) 0%,rgba(77,0,0,1) 100%);
    background: linear-gradient(to right,  rgba(237,78,78,1) 0%,rgba(77,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed4e4e', endColorstr='#4d0000',GradientType=1 );
}
.package:nth-child(8) h3{
    background: rgb(204,166,255);
    background: -moz-linear-gradient(left,  rgba(204,166,255,1) 0%, rgba(97,3,157,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(204,166,255,1) 0%,rgba(97,3,157,1) 100%);
    background: linear-gradient(to right,  rgba(204,166,255,1) 0%,rgba(97,3,157,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cca6ff', endColorstr='#61039d',GradientType=1 );
}
.package:nth-child(9) h3{
    background: rgb(78,175,237);
    background: -moz-linear-gradient(left,  rgba(78,175,237,1) 0%, rgba(0,40,77,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(78,175,237,1) 0%,rgba(0,40,77,1) 100%);
    background: linear-gradient(to right,  rgba(78,175,237,1) 0%,rgba(0,40,77,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eafed', endColorstr='#00284d',GradientType=1 );
}
.package:nth-child(10) h3{
    background: rgb(243,201,10);
    background: -moz-linear-gradient(left,  rgba(243,201,10,1) 0%, rgba(231,114,20,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(243,201,10,1) 0%,rgba(231,114,20,1) 100%);
    background: linear-gradient(to right,  rgba(243,201,10,1) 0%,rgba(231,114,20,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c90a', endColorstr='#e77214',GradientType=1 );
}
.package:nth-child(11) h3{
    background: rgb(78,237,186);
    background: -moz-linear-gradient(left,  rgba(78,237,186,1) 0%, rgba(28,106,164,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(78,237,186,1) 0%,rgba(28,106,164,1) 100%);
    background: linear-gradient(to right,  rgba(78,237,186,1) 0%,rgba(28,106,164,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eedba', endColorstr='#1c6aa4',GradientType=1 );
}
.package:nth-child(12) h3{
    background: rgb(48,171,242);
    background: -moz-linear-gradient(left,  rgba(48,171,242,1) 0%, rgba(0,81,172,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(48,171,242,1) 0%,rgba(0,81,172,1) 100%);
    background: linear-gradient(to right,  rgba(48,171,242,1) 0%,rgba(0,81,172,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30abf2', endColorstr='#0051ac',GradientType=1 );
}
/* --------------- /package --------------- */
/* --------------- new-service --------------- */
.new-service {
    display: block;
    background: #fff url("../img/new-service-fon.jpg") no-repeat right bottom;
    border: 1px solid #e7e7e7;
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    margin-bottom: 33px;
text-decoration: none !important;
}
.new-service:hover {
    box-shadow: 0 0 10px #000;
}
.new-service > div {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #000;
    text-decoration: underline;
    padding: 15px 10px;
    min-height: 48px;
    width: 60%;
}
.new-service > div:first-child {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #e7e7e7;
    background: #82bb29;
    width: 23%;
    text-align: center;
}
/* --------------- /new-service --------------- */

/* --------------- pay --------------- */
.pay {

}
.pay > span {
    display: block;
    margin-bottom: 8px;
}
.pay span {
    font-size: 14px;
    line-height: 17px;
    color: #818181;
}
.pay a,
.pay a:visited {
    color: #000;
    text-decoration: underline;
}
.pay a:hover {
    text-decoration: none;
}
.pay ul {
    border-bottom: 1px solid #d8d8d8;
    box-shadow: 0 2px 0 #efefef;
    padding-bottom: 5px;
    margin-bottom: 26px;
}
.pay__avto {
    border-bottom: 1px solid #d8d8d8;
    box-shadow: 0 2px 0 #efefef;
    margin-bottom: 11px;
}
.pay__method-wrap {
    border-bottom: 1px solid #d8d8d8;
    box-shadow: 0 2px 0 #efefef;
    overflow: hidden;
    margin-bottom: 13px;
}
.pay__method-wrap > div {
    display: inline-block;
    vertical-align: top;
    width: 33.33333%;
    float: left;
}
.pay__method {
    cursor: default;
}
.pay__method > div {
    display: inline-block;
    vertical-align: top;
}
.pay__method span {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    padding: 0 5px;
    margin: 6px 0 19px 0;
}
.pay__method-wrap .pay__method span {
    width: 70%;
}
.pay__method-wrap .pay__method span:first-child {
    width: auto;
    max-width: 29%;
}
.pay__banks {
    text-align: justify;
    cursor: default;
    border-bottom: 1px solid #d8d8d8;
    box-shadow: 0 2px 0 #efefef;
    margin-bottom: 12px;
}
.pay__banks:after {
    display: inline-block;
    width: 100%;
    content: '';
}
.pay__banks > a {
display: inline-block;    
vertical-align: middle;    
text-align: left;    
text-decoration: none !important;    
cursor: pointer;
}
.pay__banks span:first-child {
    text-decoration: none;
}
.pay__banks span {
    text-decoration: underline;
}
.pay__banks > a:hover span {
    text-decoration: none;
}
.pay__more {
    cursor: default;
}
.pay__more a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 37px;
}
.pay__terminals {
    background: url("../img/pay-terminals.png") no-repeat left 16px;
    min-height: 90px;
    padding: 9px 0 6px 172px;
    border-bottom: 1px solid #d8d8d8;
    box-shadow: 0 2px 0 #efefef;
    margin-bottom: 12px;
}
.pay__terminals > div {
    display: inline-block;
    vertical-align: top;
//    width: 213px;
    width: 160px;
    padding-right: 10px;
}
.pay__terminals span {
    display: block;
    margin-bottom: 14px;
}
.pay__terminals a,
.pay__terminals a:visited {
    color: #000;
    text-decoration: underline;
}
.pay__terminals a:hover {
    text-decoration: none;
}
/* --------------- /pay --------------- */

/* --------------- telephone --------------- */
.telephone {
    border-top: 1px solid #f7911a;
    padding: 22px 10px 0 10px;
    text-align: justify;
}
.telephone:after {
    display: inline-block;
    width: 100%;
    content: '';
}
.telephone__item {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 49%;
    text-align: left;
}
.telephone__item img {
    display: block;
    border-radius: 10px;
    margin-bottom: 19px;
}
.telephone__item > div {
    padding: 0 17px;
}
.telephone__item ul {
    padding: 11px 0 0 6px;
    margin-bottom: 6px;
}
.telephone__item li:before {
    display: none;
}
.telephone__item a,
.telephone__item a:visited {
    color: #000;
    text-decoration: underline;
}
.telephone__item a:hover {
    text-decoration: none;
}
.telephone__item li > a {
    font-size: 12px;
    color: #565656;
}
/* --------------- /telephone --------------- */

/* --------------- ares-select --------------- */
.ares-select{
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 300px;
    height: 34px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    font-size: 18px;
    color: #000;
}
.call-back__info_time .ares-select {
    width: 86px;
    height: 33px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: inset 0 2px 7px #a8a8a8;
    vertical-align: middle;
    margin: 0 3px;
}
.ares-select:after{
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #0e0e0c;
    border-bottom: 0;
    position: absolute;
    top: 14px;
    right: 12px;
}
.call-back__info_time .ares-select:after{
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #0e0e0c;
    border-bottom: 0;
    position: absolute;
    top: 12px;
    right: 10px;
}
.call-back__info_time .ares-select:before {
    content: '';
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #d7d7d7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d7d7d7));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#d7d7d7 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#d7d7d7 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#d7d7d7 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#d7d7d7 100%);
    width: 29px;
    height: 100%;
    border-radius: 3px;
    position: absolute;
    top: 0;
    right: 0;
}
.ares-select__item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 33px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    padding: 9px 10px;
}
.call-back__info_time .ares-select__item {
    padding: 7px 0 0 0;
    font-size: 14px;
    color: #505050;
    font-weight: 700;
    text-align: center;
    margin: 0 !important;
}
.ares-select_mobile select {
    position: absolute;
    top: 0;
    left: 1px;
    width: 100%;
    bottom: -1px;
}
.ares-select_custom select{
    position: absolute;
    left: -100000px;
}
.ares-select__popup {
    position: absolute;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #fa9e1d;
    overflow: hidden;
    z-index: 10;
}
.ares-select__popup ul {
    z-index: 1;
    background: #fff;
}
.time__popup {
    border: 2px solid #fff;
    border-radius: 3px;
    background: #fff;
    border: 2px solid #fff;
    box-shadow: inset 0 2px 7px #a8a8a8;
}
.time__popup ul {
    background: transparent;
}
.ares-select__popup li{
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    font-size: 18px;
    padding: 10px 10px;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
}
.time__popup li {
    font-size: 14px;
    color: #505050;
    padding: 5px;
}
.ares-select__popup li:hover,
.ares-select__popup li.active {
    color: #fff;
    background: #fa9e1d;
}
.ares-select__popup .iScrollVerticalScrollbar {
    position: absolute;
    width: 15px;
    top: 0;
    bottom: 0;
    background: #ccc;
    right: 0;
    z-index: 3;
    -webkit-transform: translateZ(0);
}
.time__popup .iScrollVerticalScrollbar {
    width: 5px;
}
.ares-select__popup .iScrollIndicator {
    background: #aaa;
}
/* --------------- /ares-select --------------- */

/* --------------- support --------------- */
.support {

}
.support h2 {
    font-size: 24px;
    color: #010101;
    padding-top: 25px;
}
.support__item {
    border-bottom: 1px solid #d8d8d8;
    box-shadow: 0 2px 0 #efefef;
    margin-bottom: 17px;
    min-height: 72px;
}
.support__title {
    display: block;
    color: #000;
    margin-bottom: 14px;
}
.support__tel {
    font-size: 24px;
    color: #fa9e1d;
    display: inline-block;
    vertical-align: top;
    width: 119px;
    padding-top: 5px;
}
.support__description {
    display: inline-block;
    vertical-align: top;
    width: 630px;
}
.support__item p {
    line-height: 17px;
}
.support__area {
    padding: 13px 0 18px;
}
.support__area .ares-select {
    color: #fff;
    width: 345px;
    border: none;
    background: rgb(244,204,10);
    background: -moz-linear-gradient(left,  rgba(244,204,10,1) 0%, rgba(231,110,21,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(244,204,10,1)), color-stop(100%,rgba(231,110,21,1)));
    background: -webkit-linear-gradient(left,  rgba(244,204,10,1) 0%,rgba(231,110,21,1) 100%);
    background: -o-linear-gradient(left,  rgba(244,204,10,1) 0%,rgba(231,110,21,1) 100%);
    background: -ms-linear-gradient(left,  rgba(244,204,10,1) 0%,rgba(231,110,21,1) 100%);
    background: linear-gradient(to right,  rgba(244,204,10,1) 0%,rgba(231,110,21,1) 100%);
    margin-bottom: 14px;
}
.support__area ul {
    margin-bottom: 0;
}
.support__area ul li {
    padding: 0 0 6px 19px;
}
.support__area ul li:before {
    top: 8px;
}
.support__area li > span {
    display: block;
    padding-left: 20px;
    color: #000;
    margin-bottom: 5px;
}
.support__area h4 {
    color: #000;
    margin-bottom: 0;
}
.support__area-tel {
    font-size: 18px;
    background: url("../img/phone.png") no-repeat 0 3px;
}
.support__area-location {
    font-size: 14px;
    background: url("../img/compass.png") no-repeat 0 4px;
}
.support__city .ares-select {
    width: 89px;
    height: 36px;
    border: 1px solid #fa9e1d;
    box-shadow: inset 0 0 1px #f1e0c7;
}
.support__city-tel {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    color: #fa9e1d;
    border: 1px solid #d1d1d1;
    background: #fdfefe;
    padding: 5px 14px;
    box-shadow: inset 0 0 1px #efefef;
    margin-left: 17px;
}
/* --------------- /support --------------- */

/* --------------- call-back --------------- */
.call-back {
    background: #eeeeee;
    padding: 13px 19px 30px;
    position: relative;
}
.call-back > p{
    color: red;
    font-weight: bold;
    width: 200px;
    margin: 10px auto;
    text-align: center;
}
.call-back strong {
    display: block;
    margin-bottom: 13px;
}
.call-back input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}
.call-back label {
    font-size: 14px;
    color: #505050;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px;
}
.call-back__any-thems {
    margin-bottom: 25px;
}
.call-back__any-thems label {
    margin: 0 0 12px 26px;
}
.call-back input[type="checkbox"] + label:before {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -6px;
    background: url("../img/checkbox.png") no-repeat;
    background-position: 0 0;
    border-radius: 5px;
    margin-right: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.call-back input[type="checkbox"]:checked + label:before {
    background-position: right 0;
}
.call-back fieldset {
    padding-top: 17px;
}

.call-back fieldset input {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 33px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: inset 0 2px 7px #a8a8a8;
    padding: 0 10px;
    font-size: 14px;
}
.call-back textarea {
    display: block;
    width: 100%;
    height: 69px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: inset 0 2px 7px #a8a8a8;
    padding: 5px 10px;
    font-size: 14px;
}
.call-back__line {
    display: block;
    width: 100%;
    background: #fff;
    height: 3px;
    border-top: 1px solid #d8d8d8;
    margin-bottom: 13px;
}
.call-back sup {
    color: #ff0000;
}
.call-back__info {
    text-align: justify;
    margin-bottom: 10px;
}
.call-back__info:after {
    display: inline-block;
    width: 100%;
    content: '';
}
.call-back__info label {
    font-weight: 700;
    line-height: 20px;
}
.call-back__info > div:first-child {
    display: inline-block;
    vertical-align: top;
    width: 280px;
    text-align: left;
}
.call-back__info > div {
    display: inline-block;
    vertical-align: top;
    width: 410px;
    text-align: left;
}
.call-back__info div span {
    font-size: 11px;
    color: #505050;
}
.call-back__info_address div:first-child {
    width: 120px;
}
.call-back__info_address div {
    width: 570px;
}
.call-back__info_min div:first-child {
    width: 120px;
    margin-right: 0;
}
.call-back__info_min div {
    width: 300px;
    margin-right: 270px;
}
.call-back__info_time > div:first-child {
    width: 120px;
    margin-right: 0;
}
.call-back__info_time > div {
    width: 570px;
}
.call-back__info_time span {
    font-size: 11px;
    line-height: 16px;
    color: #505050;
    display: inline-block;
    vertical-align: middle;
    max-width: 55%;
}
.call-back__info_time span:first-child {
    font-size: 14px;
    margin-right: 9px;
}
.call-back__note {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #b0b0b0;
    font-size: 14px;
    color: #000;
    padding: 6px 17px;
    text-align: center;
}
.call-back__security {
    font-size: 14px;
    color: #505050;
    margin-bottom: 17px;
}
.call-back__security label {
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 13px;
}
.call-back__security > div > * {
    display: inline-block;
    vertical-align: middle !important;
}
.call-back__security input {
    width: 200px !important;
    margin: 0 11px;
}
.call-back__submit-wrap {
    text-align: center;
    padding: 4px 0 17px;
}
.call-back__submit-wrap input[type=submit],
.vacancy_btn {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    border: none;
    background: #faa31d;
    padding: 8px 18px 6px;
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
}
.call-back input[type=submit]:hover,
.vacancy_btn:hover {
    box-shadow: 0 0 10px #000;
}
.vacancy_btn {
    cursor: pointer;
    margin: 0 0 23px 0;
}
.call-back__submit-wrap button {
    display: inline-block;
    vertical-align: middle;
    background: #c9c8c8;
    font-size: 14px;
    color: #000;
    padding: 8px 18px 6px;
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    margin: 0 7px;
    border: none;
}
.call-back__submit-wrap button:hover {
    box-shadow: 0 0 10px #000;
}
/* --------------- /call-back --------------- */

td.num:before {
    counter-increment: list;
content: counter(list) ". ";
}

.social {

}
.social a {
   display: inline-block;
   vertical-align: top;
   overflow: hidden;
   text-indent: -1000px;
   width: 32px;
   height: 32px;
   border-radius: 50%;
   -webkit-perspective: 600px;
   /*perspective: 600px;*/
   position: relative;
}
.social a:before,
.social a:after {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 36px;
   height: 35px;
//   background: url("../img/soc.png") no-repeat;
   background: url("../img/soc3.png") no-repeat;
   transform-origin: center;
   -webkit-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   backface-visibility: hidden;
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   -webkit-transition: all .4s ease-in-out;
   transition: all .4s ease-in-out;
}
.social a:before {
   -webkit-transform: rotateX(0deg) rotateY(0deg);
   transform: rotateX(0deg) rotateY(0deg);
}
.social a:after {
   -webkit-transform: rotateY(-180deg);
   transform: rotateY(-179deg);
}
.social a:hover:before {
   z-index: 900;
   -webkit-transform: rotateY(180deg);
   -moz-transform: rotateY(180deg);
   transform: rotateY(180deg);
}
.social a:hover:after {
   z-index: 1000;
   -webkit-transform: rotateX(0deg) rotateY(0deg);
   -moz-transform: rotateX(0deg) rotateY(0deg);
   transform: rotateX(0deg) rotateY(0deg);
   opacity: 0.5;
}
.social a.vk:before,
.social a.vk:after {
   background-position: 0 0;
}
.social a.twitter:before,
.social a.twitter:after {
   background-position: -40px 0;
}
.social a.facebook:before,
.social a.facebook:after {
   background-position: -80px 0;
}
.social a.insta:before,
.social a.insta:after {
   background-position: -120px 0;
}
.social a.ok:before,
.social a.ok:after {
   background-position: -160px 0;
}
.site__footer-layout .newrow {
	display: block;
}
.content-wrap div.player_links {
padding: 15px 0 10px;
}
.content-wrap div.player_links a {
color: #505050;
text-decoration: none;
}
.content-wrap div.player_links a:hover {
color: rgb(230, 0, 126);
}
.content-wrap div.player_links i {
font-size: 1.9em;
height: 36px;
width: 38px;
}
.content-wrap div.player_links span {
font-size: 17px;
vertical-align: top;
margin: 4px 0 0 0;
display: inline-block;
}
.content-wrap div.player_links p {
margin: 0;
padding: 0;
}
h3.center {
    text-align: center;
}
.title-pay{
    font-size: 18px !important;
}
.wrap-pay{
    text-align: center;
}
.btn-pay{
    font-size: 14px;
    color: #000;
    font-weight: 700;
    border: none;
    background: #faa31d;
    padding: 8px 18px 6px;
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
    text-decoration: none !important;
}
.btn-pay:hover{
    box-shadow: 0 0 10px #000;
}
.promo img{
    position: fixed !important;
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
}