@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700&amp;subset=cyrillic');

/* --------------- PROMO ---------------
@media (min-width: 768px) { 
	.site {
		margin: -350px auto 0;
	}
	.promo {
		background: url("https://www.bashtel.ru/promo/promo2.jpg") center top no-repeat;
		height: 500px;
		display: block;
		width: 100%;
	}
}
*/
@media (min-width: 768px) {
    .site {
        margin-top: 50px;
    }
}

/* --------------- bootstrap overrrides --------------- */
body {
    font-family: 'Rubik', sans-serif;
    background: url("https://www.bashtel.ru/bitrix/templates/bashtel_beta/img/��� 1432 �� 1910_page-0001.jpg") top center no-repeat #fff;
    width: auto;
    line-height: 1.5;
}

label {
    font-weight: 300;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 0;
    border: none;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    margin-left: 20px;
    width: 30px;
    text-align: center;
    padding: 0
}

b, strong {
    font-weight: 500 !important;
}

p {
    margin: 0 0 20px;
}

@media (max-width: 768px) {
    .h2, h2 {
        font-size: 18px;
    }
}

.form-required {
    color: #FC5026 !important;
}

/* --------------- colors --------------- */
.blue, .blue a, a.blue {
    color: #00aae7;
}

.orange, a.orange, .orange a {
    color: #FC5026 !important;
}

.pink, .pink a, a.pink {
    color: #e6007e
}

.green, .green a, a.green {
    color: #82bb29;
}

.cherry, .cherry a, a.cherry {
    color: #ae4682;
}

.btn-warning {
    background: #FC5026 !important;
}

.panel-info {
    background: #00aae7;
    color: #fff;
    border-color: transparent;
}

/* --------------- site --------------- */
.wide.row.top {
    border-radius: 6px 6px 0 0;
}

.wide.row {
    margin-right: -50px;
    margin-left: -50px;
    padding-left: 35px;
    padding-right: 35px;
}

@media (max-width: 768px) {
    .wide.row {
        margin-right: -15px;
        margin-left: -15px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.site__header {
    background: #fff;
}

.site__header .row {
    background: #fff;
}

.site__header .logo {
    margin: 20px 0;
    display: inline-block;
}

.site__header .logo img {
    height: 52px;
}

.site__header .menu_links {
    margin: 34px 0 0;
    float: right;
    margin-left: 30px;
    font-size: 16px;
}

.header-under {
    color: #999;
    font-size: 12px;
    background: #F5F5F5;
    text-align: center;
    padding: 5px 0;
}

.header-under b {
    font-size: 14px;
}

.header-under a {
    color: #999;
}

.site__header .menu_links.main_link {
    margin-top: 22px;
}

.site__header .menu_links a {
    color: #222;
}

.site__header .menu_links .far {
    font-size: 20px;
    display: block;
    float: left;
    margin-top: 2px;
}

.site__header .menu_links .btn-main {
    background: #FC5026;
    color: #fff;
    text-decoration: none;
    padding: 13px 20px;
}

.site__header .menu_links .btn-main:hover {
}

@media (max-width: 768px) {
    .site__header .logo {
        margin: 10px 0;
    }

    .site__header .logo img {
        height: 30px;
    }
}

.site__header-support {
    margin: 20px 0 21px;
}

.site__header-support .phone {
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 768px) {
}

.site__header .rtban {
    padding: 0;
}

@media (max-width: 768px) {
    .site__header .rtban {
        margin: 0 -15px;
    }
}

.site__header .rtban img {
    width: 100%;
}

/* --------------- menu --------------- */
.main-menu {
    border-bottom: 1px solid #eee;
}

.main-menu .row {
    background: #fff;
    padding: 15px 0;
}

.main-menu a span {
    text-align: center;
    padding: 10px 5px;
    display: block;
    font-size: 16px;
    color: #333;
    background: #f0f0f0;
    margin: 5px 0;
    border-radius: 4px;
}

.menu {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -50px;
    padding: 0 50px;
}

.menu a,
.menu a:visited {
    font-size: 14px;
    color: #222;
    text-transform: none;
    padding: 10px 15px;
    display: block;
    float: left;
}

.menu a:nth-child(1),
.menu a:nth-child(2),
.menu a:nth-child(3),
.menu a:nth-child(4),
.menu a:nth-child(5) {
    font-weight: 500;
}

.menu a:nth-child(1) {
}

.menu a:nth-child(6) {
    margin-left: auto;
}

.menu a:nth-child(6),
.menu a:nth-child(7),
.menu a:nth-child(8),
.menu a:nth-child(9) {
    float: right
}

.menu a:hover {
    background: #f0f0f0;
    text-decoration: none;
}

.menu a.active {
    color: #FC5026;
    border-bottom: 3px solid #FC5026;
    margin-top: -3px;
}

@media (max-width: 768px) {
    .menu a {
        width: 50%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .fa-2x
}

.menu .extra {
    clear: both;
    border-top: 1px solid #eee;
}

/* --------------- conent --------------- */
.site__content {
}

.site__content .row {
    background: #fff;
    clear: both;
}

/* --------------- footer --------------- */
.site__footer {
    font-weight: 300;
    font-size: 12px;
    color: #fff;
}

.site__footer .row {
    background: #272e3d;
}

.site__footer .brend .logo {
    display: block;
    padding: 20px 0;
}

.site__footer .brend a.contact {
    color: #fff;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.site__footer-menu {
    padding: 20px 0;
    color: #fff;
    overflow: hidden;
}

.site__footer-menu h4 {
    margin-bottom: 23px;
}

.site__footer-menu h4 a {
    margin-right: 25px;
    font-weight: 500;
    font-size: 16px;
}

.site__footer-menu a {
    white-space: nowrap;
    color: #fff;
    margin: 0 10px 20px 0;
    line-height: 2;
}

.site__footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, .1);
    background: #272e3d;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
}

.site__footer-copyright a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

@media (max-width: 768px) {
    .techinform {
        margin-top: 10px;
        float: left !important;
    }
}

/* --------------- site_menu --------------- */
.site__menu {
    cursor: default;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.site__menu & gt

;
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-item:hover {
    background: #f0f0f0;
}

@media (max-width: 768px) {
    .site__menu-item {
        display: block;
        width: 50%;
        float: left;
    }

    .site__menu-item a {
        font-size: 14px !important;
    }
}

.site__menu a {
    display: table;
    font-size: 16px;
    color: #000;
    position: relative;
    height: 76px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    text-decoration: none;
}

@media (max-width: 768px) {
    .site__menu a {
        height: 50px;
    }
}

.site__menu a:hover {
    color: #FC5026;
}

.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;
    line-height: 1.1;
}

.site__aside {
    text-align: left;
    padding-top: 23px;
}

@media (max-width: 768px) {
    .site__aside {
        padding-top: 0px;
    }
}

.site__aside .site__menu {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, .1);;
}

.site__aside .site__menu-item {
    float: none;
    width: 100%;
    padding: 0px 10px 0px 20px;
}

.site__aside .site__menu div:before {
    width: 80px;
    height: 1px;
    left: 50%;
    top: 0;
    margin: 0 0 0 -40px;
    background: #f0f0f0;
    background: -moz-linear-gradient(left, #f0f0f0 0%, #d4d4d4 50%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f0f0f0), color-stop(50%, #d4d4d4), color-stop(100%, #f0f0f0));
    background: -webkit-linear-gradient(left, #f0f0f0 0%, #d4d4d4 50%, #f0f0f0 100%);
    background: -o-linear-gradient(left, #f0f0f0 0%, #d4d4d4 50%, #f0f0f0 100%);
    background: -ms-linear-gradient(left, #f0f0f0 0%, #d4d4d4 50%, #f0f0f0 100%);
    background: linear-gradient(to right, #f0f0f0 0%, #d4d4d4 50%, #f0f0f0 100%);
}

.site__aside .site__menu img {
    margin-right: 20px;
}

/* --------------- tariffs-menu --------------- */
.tariffs-menu__navigation {
    overflow: hidden;
}

.tariffs-menu__navigation span {
    cursor: pointer;
    display: block;
    width: 50%;
    float: left;
    font-weight: 500;
    text-align: center;
    padding: 8px 2px;
    border-top: 3px solid #fff;
}

.tariffs-menu__navigation span:hover {
    color: #FC5026;
}

.tariffs-menu__navigation span.active {
    background: #f0f0f0;
    cursor: default;
    color: #FC5026;
    border-top: 3px solid #FC5026;
}

.tariffs-menu__content {
    background: #f0f0f0;
    margin-bottom: 30px;
}

.tariffs-menu__content span.active {
    font-weight: bold;
}

.tariffs-menu__content & gt

;
div {
    display: none;
    padding: 16px 0;
}

.tariffs-menu__content & gt

;
div.active {
    display: block;
}

.tariffs-menu__content dl {
    margin-bottom: 0;
}

.tariffs-menu__content dt {
    font-weight: normal;
    cursor: pointer;
    padding: 8px 10px 8px 21px;
}

.tariffs-menu__content dt a {
    color: #333;
}

.tariffs-menu__content dt::after {
    content: "+";
    right: 0;
    position: relative;
    margin-left: -10px;
    float: right;
    color: #ccc;
    font-weight: bold;
}

.tariffs-menu__content dt.active::after,
.tariffs-menu__content dt.root-item::after {
    content: none;
}

.tariffs-menu__content dt.active {
    background: #00aae7 !important;
    color: #fff;
    text-decoration: none;
}

.tariffs-menu__content dt.active a {
    color: #fff;
}

.tariffs-menu__content dt:hover {
    background: #FC5026;
    color: #fff;
}

.tariffs-menu__content dt:hover a {
    color: #fff;
    text-decoration: none;
}

.tariffs-menu__content .root-item-selected {
    font-weight: bold !important;
}

.tariffs-menu__content dd {
    padding: 0px 20px 0 40px;
}

.tariffs-menu__content dd & gt

;
span {
    display: block;
    padding: 7px 0;
}

.tariffs-menu__content dd a,
.tariffs-menu__content dd a:visited {
    font-size: 12px;
}

.tariffs-menu__content dd a:hover {
    text-decoration: none;
    color: #FC5026;
}

.podmenuopener,
.podmenuopener:hover {
    background: #f0f0f0 !important;
    padding: 7px;
    color: #333;
    text-align: center;
    text-decoration: none;
}

@media (max-width: 768px) {
    #podmenu {
        margin-top: 10px;
    }

    .tariffs-menu__content {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .tariffs-menu.collapse {
        display: block !important;
        height: auto !important;
    }
}

/* --------------- action --------------- */
.action {
    padding: 0 0 0 21px;
}

.action h2 {
    margin-bottom: 5px;
}

.action__wrap {
    background: url("https://www.bashtel.ru/bitrix/templates/b/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;
}

span.open_action {
    float: none !important;
}

/* --------------- /action --------------- */
/* --------------- content-wrap --------------- */
.content-wrap-main {
    margin-top: 30px;
    padding-bottom: 30px;
}

.content-wrap {
    margin-top: 30px;
    padding-bottom: 30px;
}

.content-wrap h1 {
    font-size: 36px;
    color: #010101;
    font-weight: 400;
    margin-bottom: 22px;
}

.content-wrap h2 {
    margin-bottom: 15px;
    color: #FC5026;
}

.content-wrap h3 {
    margin-bottom: 15px;
}

.content-wrap h4 {
    font-size: 14px;
    line-height: 21px;
    color: #505050;
    margin-bottom: 14px;
}

@media (max-width: 768px) {
    .content-wrap {
        margin-top: 0px;
    }

    .content-wrap h1 {
        font-size: 28px;
    }

    .content-wrap h2 {
        font-size: 22px;
    }

    .content-wrap h3 {
        font-size: 16px;
    }
}

.content-wrap p {
    margin-bottom: 19px;
}

.content-wrap span.little {
    font-size: 12px;
    line-height: 16px;
    display: block;
    margin-bottom: 12px;
}

.content-wrap a.nopenetration {
    text-decoration: none;
}

.content-wrap .red {
    color: #ae4682;
}

.content-wrap .yellow {
    color: #eb7716;
}

.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 & gt

;
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 & gt

;
li {
    padding: 0 0 15px 20px;
    position: relative;
    list-style: none
}

.content-wrap ul & gt

;
li:before {
    content: '';
    background: #FC5026;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 0;
}

.content-wrap ul.circle-list & gt

;
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: item;
    margin-bottom: 15px;
    list-style-type: decimal;
    margin-left: 15px;
}

.content-wrap ol & gt

;
li {
    padding: 0 0 15px 5px;
    display: block;
}

.content-wrap ol & gt

;
li:before {
    content: counter(item);
    counter-increment: item;
    color: #FC5026;
    margin-left: -25px;
    padding-right: 15px;
    font-weight: bold;
}

.content-wrap table {
}

.content-wrap thead tr {
}

.content-wrap th {
}

.content-wrap tbody tr {
}

.content-wrap tbody td {
}

/* --------------- order-set --------------- */
.order-set {
    padding: 18px 0 23px 135px;
}

.order-set & gt

;
div {
    display: inline-block;
    vertical-align: middle;
}

.order-set__logo {
    margin-right: 11px;
    width: 114px;
    text-align: center;
}

/* --------------- /order-set --------------- */
/* --------------- bredcrumbs --------------- */
.bredcrumbs {
    font-size: 12px;
    margin-bottom: 30px !important;
    padding-left: 0;
    font-weight: 300;
}

.bredcrumbs li {
    display: inline-block;
    margin-right: 15px;
    padding: 0 !important;
}

.bredcrumbs li:before {
    display: none;
}

.bredcrumbs a,
.bredcrumbs a:visited {
    color: #858585;
    text-decoration: none !important;
    display: block;
}

.bredcrumbs a:before {
    content: '>';
    position: absolute;
    top: 0;
    left: -12px;
    color: #ccc !important;
}

.bredcrumbs li:first-child a:before {
    display: none;
}

.bredcrumbs a:hover {
    text-decoration: none;
    color: #eb7716;
}

@media (max-width: 768px) {
    .bredcrumbs {
        margin-top: 8px;
        margin-bottom: 0px !important;
    }
}

/* --------------- /bredcrumbs --------------- */
/* --------------- slider --------------- */
.slider__wrapper {
    display: block !important;
    background: #ddd;
}

.slider {
    position: relative;
}

.slider__wrap {
    overflow: hidden;
    position: relative;
    height: 378px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}

.slider__wrap:before {
    content: '';
    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__item img {
    width: 100%;
}

.slider__info {
    position: absolute;
    top: 0;
    right: 0;
    width: 508px;
    height: 100%;
    z-index: 2;
    padding: 80px 20px 0 82px;
}

.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;
    margin-bottom: 0;
}

.slider__points li {
    width: 10px;
    height: 10px;
    background: transparent;
    border-radius: 10px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin: 0 10px;
    border: 1px solid #fff;
    animation-duration: 1s;
}

.slider__points li.active {
    background: #fff
}

.slider__btn {
    display: none;
}

/* --------------- /slider --------------- */
/* --------------- news-preview --------------- */
.news-preview {
    padding-top: 10px;
}

time {
    color: #999;
    font-size: 12px;
    display: block;
}

.news-preview h2 {
    margin-bottom: 20px;
}

.news-preview h2 .more-link {
    font-size: 14px;
    float: right;
    background: #f0f0f0;
    padding: 10px 20px;
    border-radius: 4px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .news-preview h2 .more-link {
        padding: 5px 10px;
        margin-top: -3px;
    }
}

.news-preview img {
    display: block;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 10px;
}

.news-preview.news-akcii .news-preview__title {
    font-size: 18px;
}

@media (max-width: 768px) {
    .news-preview.news-akcii .news-preview__title {
        font-size: 16px;
    }
}

/* --------------- /news-preview --------------- */
/* --------------- action-preview --------------- */
.action-preview {
    background: url("https://www.bashtel.ru/bitrix/templates/b/img/action-preview-fon.png") no-repeat center;
    height: 226px;
    margin-bottom: 52px;
    position: relative;
}

.action-preview & gt

;
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 {
    margin-bottom: 20px;
}

.news__pic img {
    border-radius: 4px;
}

.news__description {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 20px
}

/* --------------- /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: #f3c90a;
    background: -moz-linear-gradient(left, #f3c90a 0%, #e77214 100%);
    background: -webkit-linear-gradient(left, #f3c90a 0%, #e77214 100%);
    background: linear-gradient(to right, #f3c90a 0%, #e77214 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: #ff82c6;
    background: -moz-linear-gradient(left, #ff82c6 0%, #bf1f72 100%);
    background: -webkit-linear-gradient(left, #ff82c6 0%, #bf1f72 100%);
    background: linear-gradient(to right, #ff82c6 0%, #bf1f72 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff82c6', endColorstr='#bf1f72', GradientType=1);
}

.package:nth-child(3) h3 {
    background: #72dd38;
    background: -moz-linear-gradient(left, #72dd38 0%, #3f9400 100%);
    background: -webkit-linear-gradient(left, #72dd38 0%, #3f9400 100%);
    background: linear-gradient(to right, #72dd38 0%, #3f9400 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72dd38', endColorstr='#3f9400', GradientType=1);
}

.package:nth-child(4) h3 {
    background: #b0ef32;
    background: -moz-linear-gradient(left, #b0ef32 0%, #76af1e 100%);
    background: -webkit-linear-gradient(left, #b0ef32 0%, #76af1e 100%);
    background: linear-gradient(to right, #b0ef32 0%, #76af1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0ef32', endColorstr='#76af1e', GradientType=1);
}

.package:nth-child(5) h3 {
    background: #b8ed4e;
    background: -moz-linear-gradient(left, #b8ed4e 0%, #e38600 100%);
    background: -webkit-linear-gradient(left, #b8ed4e 0%, #e38600 100%);
    background: linear-gradient(to right, #b8ed4e 0%, #e38600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8ed4e', endColorstr='#e38600', GradientType=1);
}

.package:nth-child(6) h3 {
    background: #4eedba;
    background: -moz-linear-gradient(left, #4eedba 0%, #1c6aa4 100%);
    background: -webkit-linear-gradient(left, #4eedba 0%, #1c6aa4 100%);
    background: linear-gradient(to right, #4eedba 0%, #1c6aa4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4eedba', endColorstr='#1c6aa4', GradientType=1);
}

.package:nth-child(7) h3 {
    background: #ed4e4e;
    background: -moz-linear-gradient(left, #ed4e4e 0%, #4d0000 100%);
    background: -webkit-linear-gradient(left, #ed4e4e 0%, #4d0000 100%);
    background: linear-gradient(to right, #ed4e4e 0%, #4d0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed4e4e', endColorstr='#4d0000', GradientType=1);
}

.package:nth-child(8) h3 {
    background: #cca6ff;
    background: -moz-linear-gradient(left, #cca6ff 0%, #61039d 100%);
    background: -webkit-linear-gradient(left, #cca6ff 0%, #61039d 100%);
    background: linear-gradient(to right, #cca6ff 0%, #61039d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cca6ff', endColorstr='#61039d', GradientType=1);
}

.package:nth-child(9) h3 {
    background: #4eafed;
    background: -moz-linear-gradient(left, #4eafed 0%, #00284d 100%);
    background: -webkit-linear-gradient(left, #4eafed 0%, #00284d 100%);
    background: linear-gradient(to right, #4eafed 0%, #00284d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4eafed', endColorstr='#00284d', GradientType=1);
}

.package:nth-child(10) h3 {
    background: #f3c90a;
    background: -moz-linear-gradient(left, #f3c90a 0%, #e77214 100%);
    background: -webkit-linear-gradient(left, #f3c90a 0%, #e77214 100%);
    background: linear-gradient(to right, #f3c90a 0%, #e77214 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c90a', endColorstr='#e77214', GradientType=1);
}

.package:nth-child(11) h3 {
    background: #4eedba;
    background: -moz-linear-gradient(left, #4eedba 0%, #1c6aa4 100%);
    background: -webkit-linear-gradient(left, #4eedba 0%, #1c6aa4 100%);
    background: linear-gradient(to right, #4eedba 0%, #1c6aa4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4eedba', endColorstr='#1c6aa4', GradientType=1);
}

.package:nth-child(12) h3 {
    background: #30abf2;
    background: -moz-linear-gradient(left, #30abf2 0%, #0051ac 100%);
    background: -webkit-linear-gradient(left, #30abf2 0%, #0051ac 100%);
    background: linear-gradient(to right, #30abf2 0%, #0051ac 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#30abf2', endColorstr='#0051ac', GradientType=1);
}

/* --------------- /package --------------- */
/* --------------- new-service --------------- */
.new-service {
    display: block;
    background: #fff url("https://www.bashtel.ru/bitrix/templates/b/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 & gt

;
div {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #000;;
    padding: 15px 10px;
    min-height: 48px;
    width: 60%;
}

.new-service & gt

;
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 & gt

;
span {
    display: block;
    margin-bottom: 8px;
}

.pay span {
    font-size: 14px;
    line-height: 17px;
    color: #818181;
}

.pay a,
.pay a:visited {
    color: #000;;
}

.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 & gt

;
div {
    display: inline-block;
    vertical-align: top;
    width: 33.33333%;
    float: left;
}

.pay__method {
    cursor: default;
}

.pay__method & gt

;
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 & gt

;
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 {;
}

.pay__banks & gt

;
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("https://www.bashtel.ru/bitrix/templates/b/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 & gt

;
div {
    display: inline-block;
    vertical-align: top;
/ / width: 213 px;
    width: 160px;
    padding-right: 10px;
}

.pay__terminals span {
    display: block;
    margin-bottom: 14px;
}

.pay__terminals a,
.pay__terminals a:visited {
    color: #000;;
}

.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 & gt

;
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;;
}

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

.telephone__item li & gt

;
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: #f4cc0a;
    background: -moz-linear-gradient(left, #f4cc0a 0%, #e76e15 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f4cc0a), color-stop(100%, #e76e15));
    background: -webkit-linear-gradient(left, #f4cc0a 0%, #e76e15 100%);
    background: -o-linear-gradient(left, #f4cc0a 0%, #e76e15 100%);
    background: -ms-linear-gradient(left, #f4cc0a 0%, #e76e15 100%);
    background: linear-gradient(to right, #f4cc0a 0%, #e76e15 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 & gt

;
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("https://www.bashtel.ru/bitrix/templates/b/img/phone.png") no-repeat 0 3px;
}

.support__area-location {
    font-size: 14px;
    background: url("https://www.bashtel.ru/bitrix/templates/b/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: #fff;
    border-radius: 4px;
    padding: 0px 30px 10px;
    border: 1px solid #f0f0f0;
}

.call-back h2 {
    margin: 0px -30px 10px;
    padding: 20px 30px 20px;
    background: #f0f0f0;
    border-radius: 4px 4px 0 0;
    font-size: 20px;
}

.call-back & gt

;
p {
    padding-top: 10px;
    text-align: center;
}

.call-back strong {
    display: block;
    margin-bottom: 13px;
}

.call-back label {
    font-size: 14px;
    color: #999;
    margin-bottom: 3px;
    display: block;
}

.call-back__any-thems {
    margin-bottom: 25px;
}

.call-back__any-thems label {
    margin: 0 0 12px 26px;
}

.call-back input[type="checkbox"] {
    margin-bottom: 10px;
}

.call-back input[type="checkbox"] + label {
    display: inline;
    color: #333;
    margin-left: 10px;
}

.call-back fieldset {
    padding-top: 10px;
}

.call-back fieldset input[type="text"] {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 20px;
}

.call-back fieldset input:focus {
    border-color: #00aae7;
}

.call-back textarea {
    width: 100%;
    height: 70px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 20px;
}

.call-back__line {
    display: none;
}

.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 & gt

;
div:first-child {
    display: inline-block;
    vertical-align: top;
    width: 280px;
    text-align: left;
}

.call-back__info & gt

;
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 & gt

;
div:first-child {
    width: 120px;
    margin-right: 0;
}

.call-back__info_time & gt

;
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 {
    font-size: 12px;
    color: #999;
}

.call-back__security {
    margin: 20px -30px;
    padding: 10px 30px;
    background: #f0f0f0;
}

.call-back__security label {
    margin-bottom: 15px;
}

.call-back__security & gt

;
div & gt

;
* {
    display: inline-block;
    vertical-align: middle !important;
}

.call-back__security input {
    width: 200px !important;
    margin-top: 5px;
}

.call-back__submit-wrap {
    text-align: right;
}

.call-back__submit-wrap input[type=submit],
.vacancy_btn {
    border: none;
    background: #FC5026;
    padding: 10px 20px;
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    color: #fff;
    border-radius: 4px;
    float: right;
    margin-left: 20px;
}

.call-back__submit-wrap input[type=submit]:hover,
.vacancy_btn:hover {
    background: #00aae7;
}

.vacancy_btn {
    cursor: pointer;
    margin: 0 0 23px 0;
}

.call-back__submit-wrap button {
    padding: 10px 20px;
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    margin: 0 7px;
    border: none;
    border-radius: 4px;
}

.call-back__submit-wrap button:hover {
    background: #ddd;
}

.modal_vacancy {
    top: 50% !important;
}

.body_overflow .modal_vacancy .close-button {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    border: 0;
    color: #bbb;
    padding: 0px 10px;
    font-size: 20px;
    background: #f0f0f0;
    border-radius: 4px;
}

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

.social {
    padding-bottom: 20px;
}

.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("https://www.bashtel.ru/bitrix/templates/b/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;
}

.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: #e6007e;
}

.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;
}

/* --------------- tariffs --------------- */
.tariff-block {
    background: #fff;
    margin-right: -50px;
    margin-left: -50px;
    padding-left: 35px;
    padding-right: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.tariff-block hr {
    display: none;
}

/* --------------- /tariffs --------------- */

/* index-banner 28.11.24 */

.index-banner + .site__content .row {
    background: transparent;
}

.index-banner {
    width: 100%;
    position: relative;
}

.index-banner__wrap {
    height: 800px;
}

.index-banner__wrap img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.index-banner__title {
    color: #fff;
    display: inline-flex;
    flex-direction: column;
    padding: 0 0 100px;
}

.index-banner__title h1 {
    padding: 8px 16px;
    background: #FF4F12;
    width: max-content;
    margin: 0;
    font-size: 58px;
	font-weight: 700;
	line-height: 66px;
}

.index-banner__inner {
    position: absolute;
    z-index: 3;
    inset: 0 0 0 0;
    padding: 100px 0;
    display: flex;
    align-items: center;
	max-width: 1240px;
	margin: 0 auto;
}

/* index-news.list */

.index-news {
	max-width: 1240px;
	margin: -250px auto 0;
}

.site__wrapper {
}

.index-news__row {
    display: flex;
    flex-direction: row;
}

.index-news__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}

.index-news__item {
    position: relative;
}

.index-news__item-img:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    inset: 0 0 0 0;
    z-index: 1;
}

.index-news__item-img {
    overflow: hidden;

}

.index-news__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s ease-in-out scale;
}

.index-news__item-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    position: absolute;
    inset: 0 0 0 0;
    padding: 24px;
    z-index: 3;
    overflow: hidden;
}

.index-news__item-date {
    text-align: left;
    color: #fff;
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: start;
    background: #FF4F12;
    padding: 8px;
    width: fit-content;
}

.index-news__item-date .news-date_day {
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
}

.index-news__item-date .news-date_month {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.index-news__item-title {
    margin: auto 0 0 0;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
}

.index-news__item-title.substr-title{
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    margin: 0; /* Убираем внешний отступ */
    -webkit-line-clamp: 2; /* Число отображаемых строк */
    display: -webkit-box; /* Включаем флексбоксы */
    -webkit-box-orient: vertical; /* Вертикальная ориентация */
    overflow: hidden;
}

.i-count0 img,
.i-count3 img {
    aspect-ratio: 5 / 5;
}

.i-count1 img,
.i-count2 img {
    aspect-ratio: 10 / 5;
}

.i-count1:hover .index-news__item-img img,
.i-count2:hover .index-news__item-img img {
    scale: 1.1;
    transition: 1s ease-in-out scale;
}

.i-count0 {
    grid-column: 1 / 2;
}

.i-count1 {
    grid-column: 2 / 5;
}

.i-count2 {
    grid-column: 1 / 3;
}

.i-count3 {
    grid-column: 3 / 5;
}

.index-news__sub {
    padding: 24px;
    background: #fff;
    z-index: 5;
    flex: 0 0 360px;
}



.index-news__sub-wrap {
    display: flex;
    flex-direction: column;
    gap: 42px;
}

.index-news__sub-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #4A4A4A;
}
a.index-news__sub-item:hover{
    text-decoration: none;
}
a.index-news__sub-item:hover div:first-child{
    text-decoration: none;
}

a.index-news__sub-item:hover div:last-child{
    color: #FF4F12;
    text-decoration: none;
}

.index-news__sub-item .news-date_day {
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
    color: #FF4F12;
    margin: 0 6px 0 0;
}

.index-news__sub-item .news-date_month {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: #7B929B;
    margin: 0 6px 0 0;
}

.index-news__item {

}

/* vac-banner */

.vacancy-banner {
    border-radius: 60px;
    background-color: #7700ff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    height: 650px;
}

.vacancy-banner__wrap {
    display: flex;
    flex-direction: row;
    position: relative;
    height: 100%;
}

.vacancy-banner__content {
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
    padding: 45px;
    height: 100%;
}

.vacancy-banner__logo {
    content: url("./assets/content/logo_white.svg");
    width: 155px;
}

h1.vacancy-banner__title {
    color: #ffffff;
    font-size: 56px;
    line-height: 1.1;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

p.vacancy-banner__desc {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.vacancy-banner__inner{
    padding: 115px 0;
    z-index: 7;
}

.vacancy-banner__img {
    flex: 1 1 55%;
    position: absolute;
    z-index: 6;
    inset: 0 0 0 auto;
    width: 70%;
    margin: auto -1px -3px 5px;
    display: flex;
    align-items: end;
}

.vacancy-banner__img img{
    object-fit: cover;
    width: 100%;
    max-height: 600px;
}

.vacancy-banner__bouncing {
    position: relative;
    width: 100%;
    z-index: 1;
}

.bouncing-big {
    position: absolute;
    left: -200px;
    top: 40px;
    pointer-events: none;
    zoom: 1.1;
}

.bouncing-small {
    position: absolute;
    right: 20px;
    bottom: 20px;
    zoom: 0.7;
}

.vacancy-points {
    padding: 40px 0;
    max-width: 1100px;
    margin: 0 auto;
}

.vacancy-points__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.vacancy-points__item {
    color: #000000;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 400;
    background-position: center center;
    border-style: solid;
    padding: 24px 40px;
    border-width: 1px;
    border-radius: 30px;
    border-color: #7700ff;
}

.vacancy-points__item h2{
    color: #7700ff;
    font-size: 80px;
    line-height: 100%;
    font-weight: 300;
    background-position: center center;
    border-color: transparent;
    border-style: solid;

}

a.vacancy-points__btn {
    border-width: 1px;
    border-radius: 10px;
    background-color: #7700ff;
    background-position: center center;
    border-color: #7700ff;
    border-style: solid;
    color: #ffffff;
    text-align: center;
    z-index: 15;
    padding: 8px 30px;
    display: inline-block;
}

a.vacancy-points__btn:hover{
    color: #fff;
}



@media screen and (max-width: 1240px) {
    .index-news__row {
        flex-direction: column;
    }

    .index-news__sub-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .index-news__item-title {
        font-size: 20px;
        line-height: 24px;
    }
	.index-banner__title h1{
		font-size: 50px;
		line-height: 60px;
	}
	.index-banner__wrap{
		height: 600px;
	}
	.index-news{
		margin: -150px 0 0 0;
	}
}

@media screen and (max-width: 1023px){
	.index-news__grid{
		grid-template-columns: repeat(1, 1fr);
	}
	.i-count0,
	.i-count1,
	.i-count2,
	.i-count3{
		grid-column: 1 / 2;
	}
	.i-count1 img, .i-count2 img,
	.i-count0 img, .i-count3 img{
		aspect-ratio: inherit;
	}

	.index-banner__title h1{
		font-size: 40px;
		line-height: 50px;
	}
	.index-banner__inner{
		padding: 40px;
	}

    .vacancy-banner__wrap{
        flex-direction: column;
    }

    .vacancy-points__wrap{
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .vacancy-banner__img{
        position: relative;
        width: 100%;
        margin: -10% 0 0 0;
    }
    .vacancy-banner__inner{
        padding: 30px 0;
    }
    .vacancy-banner{
        height: 100%;
    }
    .vacancy-banner__bouncing{
        position: absolute;
        height: 100%;
    }
    .bouncing-big{
        left: 0;
        bottom: 80px;
        top: auto;
    }
}

@media screen and (max-width: 768px){
    .vacancy-points__item h2{
        font-size: 60px;
    }

    .vacancy-points__item{
        padding: 12px 30px;
    }
    .vacancy-banner__content{
        padding: 24px;
    }
    h1.vacancy-banner__title{
        font-size: 36px;
    }
    .bouncing-small{
        zoom: 0.4;
    }
    .bouncing-big{
        left: 0;
        bottom: 200px;
        top: auto;
        zoom: 0.6;
    }
	.index-banner__title h1{
		font-size: 28px;
		line-height: 36px;
	}
	.index-banner__wrap{
		height: 500px;
	}
	.index-news__item-img img{
		min-height: 300px;
	}
}

@media screen and (max-width: 540px){
	.index-news__sub-wrap{
		grid-template-columns: repeat(1, 1fr);
	}
	.index-banner__title h1 {
		font-size: 16px;
		line-height: 18px;
	}
	.index-news__item-img img{
		min-height: 240px;
	}
	.index-news__item-title {
		font-size: 16px;
		line-height: 20px;
	}
	.index-news__item-date .news-date_day,
	.index-news__sub-item .news-date_day{
		font-size: 24px;
		line-height: 28px;
	}
	.index-news__item-inner,
	.index-news__sub{
		padding: 12px;
	}
}
.implementation__item img,
.gallery img {
    object-fit: cover;
}