.container {
    max-width: 992px
}

.col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-md-first {
    -ms-flex-order: -1;
    order: -1
}

.order-md-last {
    -ms-flex-order: 13;
    order: 13
}

.order-md-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-md-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-md-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-md-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-md-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-md-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-md-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-md-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-md-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-md-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-md-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-md-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-md-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-md-0 {
    margin-left: 0
}

.offset-md-1 {
    margin-left: 8.33333%
}

.offset-md-2 {
    margin-left: 16.66667%
}

.offset-md-3 {
    margin-left: 25%
}

.offset-md-4 {
    margin-left: 33.33333%
}

.offset-md-5 {
    margin-left: 41.66667%
}

.offset-md-6 {
    margin-left: 50%
}

.offset-md-7 {
    margin-left: 58.33333%
}

.offset-md-8 {
    margin-left: 66.66667%
}

.offset-md-9 {
    margin-left: 75%
}

.offset-md-10 {
    margin-left: 83.33333%
}

.offset-md-11 {
    margin-left: 91.66667%
}

.d-md-none {
    display: none !important
}

.d-md-inline {
    display: inline !important
}

.d-md-inline-block {
    display: inline-block !important
}

.d-md-block {
    display: block !important
}

.d-md-table {
    display: table !important
}

.d-md-table-row {
    display: table-row !important
}

.d-md-table-cell {
    display: table-cell !important
}

.d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

.m-md-0 {
    margin: 0 !important
}

.mt-md-0, .my-md-0 {
    margin-top: 0 !important
}

.mr-md-0, .mx-md-0 {
    margin-right: 0 !important
}

.mb-md-0, .my-md-0 {
    margin-bottom: 0 !important
}

.ml-md-0, .mx-md-0 {
    margin-left: 0 !important
}

.m-md-1 {
    margin: .25rem !important
}

.mt-md-1, .my-md-1 {
    margin-top: .25rem !important
}

.mr-md-1, .mx-md-1 {
    margin-right: .25rem !important
}

.mb-md-1, .my-md-1 {
    margin-bottom: .25rem !important
}

.ml-md-1, .mx-md-1 {
    margin-left: .25rem !important
}

.m-md-2 {
    margin: .5rem !important
}

.mt-md-2, .my-md-2 {
    margin-top: .5rem !important
}

.mr-md-2, .mx-md-2 {
    margin-right: .5rem !important
}

.mb-md-2, .my-md-2 {
    margin-bottom: .5rem !important
}

.ml-md-2, .mx-md-2 {
    margin-left: .5rem !important
}

.m-md-3 {
    margin: 1rem !important
}

.mt-md-3, .my-md-3 {
    margin-top: 1rem !important
}

.mr-md-3, .mx-md-3 {
    margin-right: 1rem !important
}

.mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important
}

.ml-md-3, .mx-md-3 {
    margin-left: 1rem !important
}

.m-md-4 {
    margin: 1.5rem !important
}

.mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important
}

.mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important
}

.mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important
}

.ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important
}

.m-md-5 {
    margin: 3rem !important
}

.mt-md-5, .my-md-5 {
    margin-top: 3rem !important
}

.mr-md-5, .mx-md-5 {
    margin-right: 3rem !important
}

.mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important
}

.ml-md-5, .mx-md-5 {
    margin-left: 3rem !important
}

.p-md-0 {
    padding: 0 !important
}

.pt-md-0, .py-md-0 {
    padding-top: 0 !important
}

.pr-md-0, .px-md-0 {
    padding-right: 0 !important
}

.pb-md-0, .py-md-0 {
    padding-bottom: 0 !important
}

.pl-md-0, .px-md-0 {
    padding-left: 0 !important
}

.p-md-1 {
    padding: .25rem !important
}

.pt-md-1, .py-md-1 {
    padding-top: .25rem !important
}

.pr-md-1, .px-md-1 {
    padding-right: .25rem !important
}

.pb-md-1, .py-md-1 {
    padding-bottom: .25rem !important
}

.pl-md-1, .px-md-1 {
    padding-left: .25rem !important
}

.p-md-2 {
    padding: .5rem !important
}

.pt-md-2, .py-md-2 {
    padding-top: .5rem !important
}

.pr-md-2, .px-md-2 {
    padding-right: .5rem !important
}

.pb-md-2, .py-md-2 {
    padding-bottom: .5rem !important
}

.pl-md-2, .px-md-2 {
    padding-left: .5rem !important
}

.p-md-3 {
    padding: 1rem !important
}

.pt-md-3, .py-md-3 {
    padding-top: 1rem !important
}

.pr-md-3, .px-md-3 {
    padding-right: 1rem !important
}

.pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important
}

.pl-md-3, .px-md-3 {
    padding-left: 1rem !important
}

.p-md-4 {
    padding: 1.5rem !important
}

.pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important
}

.pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important
}

.pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important
}

.pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important
}

.p-md-5 {
    padding: 3rem !important
}

.pt-md-5, .py-md-5 {
    padding-top: 3rem !important
}

.pr-md-5, .px-md-5 {
    padding-right: 3rem !important
}

.pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important
}

.pl-md-5, .px-md-5 {
    padding-left: 3rem !important
}

.m-md-n1 {
    margin: -.25rem !important
}

.mt-md-n1, .my-md-n1 {
    margin-top: -.25rem !important
}

.mr-md-n1, .mx-md-n1 {
    margin-right: -.25rem !important
}

.mb-md-n1, .my-md-n1 {
    margin-bottom: -.25rem !important
}

.ml-md-n1, .mx-md-n1 {
    margin-left: -.25rem !important
}

.m-md-n2 {
    margin: -.5rem !important
}

.mt-md-n2, .my-md-n2 {
    margin-top: -.5rem !important
}

.mr-md-n2, .mx-md-n2 {
    margin-right: -.5rem !important
}

.mb-md-n2, .my-md-n2 {
    margin-bottom: -.5rem !important
}

.ml-md-n2, .mx-md-n2 {
    margin-left: -.5rem !important
}

.m-md-n3 {
    margin: -1rem !important
}

.mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important
}

.mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important
}

.mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important
}

.ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important
}

.m-md-n4 {
    margin: -1.5rem !important
}

.mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important
}

.mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important
}

.mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important
}

.ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important
}

.m-md-n5 {
    margin: -3rem !important
}

.mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important
}

.mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important
}

.mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important
}

.ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important
}

.m-md-auto {
    margin: auto !important
}

.mt-md-auto, .my-md-auto {
    margin-top: auto !important
}

.mr-md-auto, .mx-md-auto {
    margin-right: auto !important
}

.mb-md-auto, .my-md-auto {
    margin-bottom: auto !important
}

.ml-md-auto, .mx-md-auto {
    margin-left: auto !important
}

.row {
    margin-left: -16px;
    margin-right: -16px
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    padding-left: 16px;
    padding-right: 16px
}

.hidden.hidden-upto-md {
    display: block
}

.hidden-from-md {
    display: none
}

.main, .main--not-found {
    padding-bottom: 72px
}

.main--not-found {
    padding-top: 72px
}

.btn.btn-medium-2 {
    padding: 14px 16px
}

.article, .section {
    padding: 32px
}

.row-gap-upto-md {
    margin-top: 0
}

.section-head {
    padding-left: 32px;
    padding-right: 32px
}

.item-nav {
    font-size: 15px
}

.item-nav__status {
    margin-right: 20px
}

.item-nav__toggles {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.checkbox__text {
    font-size: 15px
}

.alert {
    padding-top: 13px;
    padding-bottom: 13px
}

.alert__close {
    top: 50%;
    transform: translateY(-50%)
}

.alert__close svg {
    width: 12px;
    height: 12px
}

.alert__message {
    font-size: 17px
}

.section--main {
    padding-top: 72px
}

.footer__main {
    padding-top: 32px;
    padding-bottom: 22px
}

.footer__address {
    font-size: 14px
}

.footer__tel {
    margin-bottom: 0
}

.footer__link {
    padding: 16px 0
}

.footer__additional-info {
    padding-top: 24px;
    padding-bottom: 48px;
    font-size: 15px
}

.footer__copyright {
    margin-bottom: 0
}

.footer__copyright span {
    display: inline
}

.site-head-main__content {
    padding-left: 32px
}

.site-head-main__title {
    margin-bottom: 32px;
    font-size: 48px;
    line-height: 50px
}

.site-head-main p {
    margin-bottom: 10px
}

.site-head-main__systems .item + .item {
    margin-left: 48px
}

.site-head-main__systems .item--windows {
    width: 185px
}

.site-head-main__systems .item--apple-black {
    width: 44px
}

.site-head-main__systems .item--linux {
    width: 116px
}

.site-head-main__media {
    padding-right: 16px
}

.site-head-main__media img {
    width: 90%;
}

.site-head-main > :last-child {
    margin-bottom: 40px
}

.sets {
    padding-bottom: 64px
}

.sets__items-wrap {
    max-width: none
}

.sets__items {
    box-shadow: inset 0 0 0 4px #e5e9e9
}

.sets__item {
    -ms-flex-positive: 1;
   /* flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;*/
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    margin-left: auto;
    margin-right: auto;
}

.sets__item_for2 {
    -ms-flex-positive: 1;
    /* flex-grow: 1;
     -ms-flex-negative: 1;
     flex-shrink: 1;
    -ms-flex-preferred-size: 33.33333%;*/
    flex-basis: 50%;
    margin-left: auto;
    margin-right: auto;
}

.sets-item2 {
    width: 70%;
    margin: 0 auto;
}

.sets__item + .sets__item {
    box-shadow: inset 2px 0 0 0 #e5e9e9, -2px 0 0 0 #e5e9e9
}

.opportunities__title {
    margin-top: 64px;
    margin-bottom: 56px
}

.opportunities__slider {
    position: relative;
    margin-bottom: 0
}

.opportunities__slider .nav {
    position: absolute;
    z-index: 1;
    top: 30%;
    display: block;
    width: 36px;
    height: 36px;
    background: transparent;
    padding: 0;
    border: none;
    outline: none
}

.opportunities__slider .nav-prev {
    left: 0
}

.opportunities__slider .nav-next {
    right: 0
}

.opportunities__slider .nav svg {
    fill: hsla(0, 0%, 100%, .2);
    transition: all .15s ease-in-out
}

.opportunities__slider .nav:focus svg, .opportunities__slider .nav:hover svg {
    fill: #93be39
}

.opportunities__items {
    display: block
}

.opportunities .tns-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    margin-top: 0
}

.opportunity__content {
    padding-left: 72px;
    padding-right: 56px
}

.opportunity__media {
    padding-top: 8px;
    padding-right: 72px
}

.opportunity__img {
    width: 100%;
    height: 406px
}

.odds {
    padding-bottom: 0
}

.odds__items-wrap {
    max-width: none
}

.odds__item {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%
}

.odds__item + .odds__item {
    box-shadow: -1px 0 0 0 #e5e9e9
}

.odds-item {
    padding-bottom: 32px
}

.cta {
    display: -ms-flexbox;
    display: flex;
    padding: 32px 24px
}

.cta__media {
    -ms-flex: 1 1 140px;
    flex: 1 1 140px;
    max-width: 140px;
    display: block;
    margin-right: 48px;
    fill: #93be39;
    width: 140px;
    height: auto
}

.cta__about {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 0;
    margin-right: 48px;
    text-align: left
}

.cta__try {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right
}

.cta__try .btn {
    max-width: 216px;
    margin-top: auto;
    margin-right: 0
}

.faq__accordion {
    padding-left: 56px;
    padding-right: 56px
}

.faq__more {
    margin-top: 56px
}

.site-head-product__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 24px;
    margin-bottom: 0;
    margin-top: 16px;
    text-align: left
}

.site-head-product .btn-group-wrap {
    margin-top: 32px
}

.site-head-product__media {
    margin-bottom: 0;
    padding-right: 24px
}

.site-head-product__media img {
    width: 100%;
    height: auto
}

.site-head-product__media--single img {
    max-width: 424px
}

.site-head-product__price {
    margin-top: auto
}

.site-head-product__links {
    margin-top: 16px;
    margin-bottom: 48px
}

.site-head-product__links a {
    margin: 0
}

.site-head-product__links a + a {
    margin-top: 0;
    margin-left: 40px
}

.site-head-product__links--mob {
    display: none
}

.site-head-product__links--desktop {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.news-article {
    padding: 48px 72px 32px
}

.news-article__content {
    padding-bottom: 80px
}

.news-article p {
    font-size: 18px;
    line-height: 27px
}

.modal-container {
    max-width: 992px
}

.editor-aside__tooltip-content p + p {
    margin-top: 0
}

.rules__list button {
    padding-top: 14px;
    padding-bottom: 14px
}

.checks__navigation {
    -ms-flex-order: 1;
    order: 1;
    width: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: -16px
}

.checks__btn {
    width: auto;
    min-width: 198px;
    margin-left: auto;
}

.checks__select {
    margin-right: 48px
}

.checks__select .choices__item.choices__item--selectable {
    font-size: 15px
}

.tariff__main-info {
    padding: 54px 48px 48px;
    border-bottom: none;
   /* border-right: 1px solid #e5e9e9*/
}

.tb{
    border-right: 1px solid #e5e9e9;
}

.tariff__balance {
    margin-bottom: 14px
}

.tariff__status {
    margin-bottom: 0
}

.tariff__buttons {
    margin-bottom: 44px;
    -ms-flex-direction: row;
    flex-direction: row
}

.tariff__button {
    min-width: 188px
}

.tariff__button--top-up {
    margin-bottom: 0;
    margin-right: 16px
}

.tariff__badge {
    margin-bottom: 4px
}

.tariff__demo {
    padding: 54px 56px 56px
}

.tariff__photo {
    margin-left: 0;
    margin-bottom: 32px
}

.tariff__desc {
    font-size: 18px;
    line-height: 1.5
}

.tariff__btn-activate {
    min-width: 272px;
    width: auto
}

.tariff__link {
    font-size: 16px
}

.tariffs {
    padding: 36px 48px 48px
}

.tariffs__title {
    margin-bottom: 32px;
    padding-right: 0;
    padding-left: 0
}

.tariffs__list {
    border: 4px solid #e5e9e9
}

.tariffs__item {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    width: 33%;
    border-right: 4px solid #e5e9e9
}

.tariffs__item:first-child {
    border-left: none
}

.tariffs__item:last-child {
    border-right: none
}

.tariffs__item li {
    font-size: 15px;
    margin-bottom: 14px;
    line-height: 1.06
}

.tariffs__inner {
    min-width: 100%;
    width: auto;
    padding: 48px 24px 40px;
    border: none
}

.tariffs__badge {
    left: 24px;
    top: 28px
}

.tariffs__name {
    margin-bottom: 20px;
    letter-spacing: 0
}

.tariffs__body {
    margin-bottom: 32px
}

.tariffs__footer {
    min-height: 144px
}

.tariffs__status {
    line-height: 1.5
}

.tariffs__current {
    padding-top: 40px
}

.tariffs__last-days {
    font-size: 15px;
    line-height: 1.46
}

.tariffs__desc {
    font-size: 15px;
    /*padding-top: 12px*/
}

.page-tariff {
    padding-bottom: 0
}

.page-tariff__title {
    margin-bottom: 12px;
    line-height: 1.46
}

.page-tariff__subtitle {
    margin-bottom: 36px
}

.page-tariff__connect {
    padding: 40px 48px 32px;
    border-bottom: none;
    border-right: 1px solid #e5e9e9
}

.page-tariff section.page-tariff__activation {
    height: 100%
}

.page-tariff__activation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 48px;
    padding-left: 48px;
    padding-bottom: 56px
}

.page-tariff__activation .page-tariff__subtitle {
    margin-bottom: 48px
}

.page-tariff__item {
    padding-top: 12px;
    padding-bottom: 16px;
    min-height: 94px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row
}

.page-tariff__btn-connect {
    min-width: 180px
}

.page-tariff__duration {
    line-height: 1.5;
    margin-bottom: 0
}

.page-tariff__sub-describe {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.33
}

.page-tariff__col {
    max-width: 224px
}

.page-tariff__col-addittional {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    width: 150px;
    margin-left: auto;
    padding-left: 12px
}

.page-tariff__value {
    margin-bottom: 0;
    margin-right: 40px
}

.page-tariff__activatio-key {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.page-tariff__submit-code {
    margin-top: auto
}

.history {
    padding-top: 40px;
    padding-bottom: 32px
}

.history__header {
    padding-right: 48px;
    padding-left: 48px
}

.history__title {
    margin-bottom: 16px
}

.orfo-online {
    position: fixed;
    width: 22%;
}
.editor-aside {
    min-width: 170px;
}

.footer__address{
    font-size: 14px;
}

/* set menu for planshet */

.header__menu {
    position: static;
    overflow: visible;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    padding-right: 44px;
    padding-left: 44px;
    padding-bottom: 0;
    border: none
}

.header__open-menu {
    display: none
}

.header__body .container {
    max-width: 100%
}

.header__body {
    background: transparent
}

.header__list {
    -ms-flex-direction: row;
    flex-direction: row
}

.header__item + .header__item {
    border: none
}

.header__item:hover .header__sublist {
    display: block;
    box-shadow: inset 0 1px 0 0 #e5e5e5, inset 1px -1px 0 0 #f4f4f4, inset -1px -1px 0 0 #f4f4f4
}

.header__item:hover .header__link {
    color: #77a31a
}

.header__item:hover .header__arrow {
    fill: #77a31a;
    transform: rotate(-90deg)
}

.header__item.is-expanded .header__arrow {
    transform: rotate(90deg)
}

.header__item.select-lang {
    display: none
}

.header__link:focus .header__link {
    color: #77a31a
}

.header__link:focus .header__arrow {
    fill: #77a31a;
    transform: rotate(-90deg)
}

.header__link:focus + .header__sublist {
    display: block;
    box-shadow: inset 0 1px 0 0 #e5e5e5, inset 1px -1px 0 0 #f4f4f4, inset -1px -1px 0 0 #f4f4f4
}

.header__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 28px;
    padding-bottom: 28px
}

.header__link--dropdown-link {
    padding: 10px 32px;
    text-align: left;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: row;
    flex-direction: row
}

.header__link.services .header__arrow {
    display: block
}

.header__arrow {
    position: static;
    margin-left: 6px
}

.header__sublist {
    position: absolute;
    top: 100%;
    min-width: 265px;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #fff
}

.header__sublist:before {
    display: none
}

.header__sublink {
    padding: 16px 28px 16px 32px
}

.header__lang-list {
    display: -ms-flexbox;
    display: flex
}

.header__dropdown {
    position: absolute;
    top: 100%;
    border: 1px solid #e5e5e5;
    box-shadow: 4px 4px 8px rgba(56, 56, 56, .15)
}

.header__dropdown:before {
    display: block
}

.header__user-info {
    position: absolute;
    top: 100%;
    right: -16px;
    left: auto;
    width: 254px;
    padding-right: 0;
    padding-left: 0;
    padding-top: 24px
}

.header__user-info:before {
    right: 42px
}

.header__user-info .container {
    max-width: 100%
}

.header__user-info .header__list {
    -ms-flex-direction: column;
    flex-direction: column
}

.header__user-body {
    padding-bottom: 16px;
    padding-right: 32px;
    padding-left: 32px
}

.header__row {
    margin-bottom: 20px
}

.header__avatar {
    margin-right: 16px
}

.header__email {
    font-size: 14px
}

.header__footer-user {
    padding: 24px 32px
}

.header__logout {
    border-top: 1px solid #f4f4f4;
    font-weight: 600;
    color: #878787;
    padding-top: 24px;
    padding-bottom: 24px
}

.header__logout svg {
    display: block
}
.header__main-nav {
    -ms-flex-positive: 1;
    flex-grow: 1;
}


.col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.force_block {
    display: block !important;
}

.hidden-from-lg, .hidden-from-md, .hidden-from-sm {
    display: none;
}