.dropdown-toggle {
    background-size: 4px 18px
}

.dropdown-menu:before {
    right: 40px
}

.dropdown-menu {
    padding-top: 24px;
    padding-bottom: 24px;
    margin-right: -28px
}

.dropdown-item {
    font-size: 15px;
    padding-right: 32px;
    padding-left: 32px
}

.dropdown-item:not(:last-child) {
    margin-bottom: 16px
}

.container {
    max-width: 1152px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-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: 24px;
    padding-right: 24px
}

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

.hidden-from-lg {
    display: none
}

.main.main--cabinet {
   /* padding-bottom: 96px*/
}

.main.main--cabinet:before {
    height: 237px
}

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

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

.bg-overlay {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover
}

.bg-overlay:before {
    content: "";
    z-index: -1;
    background: rgba(45, 48, 63, .8)
}

.btn-group {
    min-width: 428px
}

.btn-group .btn {
    padding-right: 24px;
    padding-left: 24px;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.article, .section {
    min-height: 384px;
    padding: 40px 48px 48px
}

.article__link, .section__link {
    margin-top: auto
}

.article__more, .overlay.only-mobile, .section__more {
    display: none
}

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

.section-head {
    padding: 48px
}

.blog-preview__media.hidden-upto-lg {
    display: -ms-flexbox;
    display: flex
}

.blog-row .col-lg-8 {
    max-width: 720px
}

.blog-row [class^=col]:last-child {
    margin-left: auto
}

.user__avatar {
    font-size: 24px;
    padding: 5px 0px 2px 2px;
}

.user__email {
    font-size: 15px
}

.tag {
    font-size: 13px;
    padding-left: 14px;
    padding-right: 30px
}

.tag__remove {
    width: 30px
}

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

.form-control-select--without-border .choices[data-type*=select-one] .choices-arrow {
    width: 9px;
    height: 5px
}

.form-control-select--without-border .choices__inner {
    font-size: 15px
}

.form-control-select--without-border .choices__list--dropdown {
    min-width: 208px;
    padding-top: 12px;
    padding-bottom: 12px
}

.form-control-select--without-border .choices__list--dropdown .choices__item {
    font-size: 15px;
    padding: 4px 24px
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -24px;
    margin-right: -24px
}

.form-col {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    padding-right: 24px;
    padding-left: 24px
}

.form-col + .form-col {
    margin-top: 0
}

.form-col:nth-child(n+3) {
    margin-top: 8px
}

.menu-is-opened {
    overflow: initial
}

.header__inner {
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0
}

.header__logo img {
    width: 115px;
    height: 24px
}

.header__main-nav {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.header__user-bar {
    margin-left: auto
}

.header__user-bar > li {
    padding: 18px 0
}

.header__bar-item {
    margin-right: 12px;
    margin-left: 12px
}

.header__bar-item--support {
    margin-right: 9px;
    margin-left: 9px
}

.header__bar-item--support svg {
    width: 20px;
    height: 16px
}

.header__bar-item.logget-in span {
    width: 30px;
    height: 30px;
    font-size: 14px
}

.header__bar-item--user {
    width: 42px
}

.header__bar-item--user svg {
    width: 16px;
    height: 18px
}

.header__open-menu {
    display: none
}

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

.footer__additional {
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 16px
}

.footer__logo {
    margin-bottom: 0;
    padding: 6px 0
}

.footer__info {
    margin: 0 56px
}

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

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

.sets {
    padding-bottom: 64px
}

.sets__title {
    margin-bottom: 40px
}

.sets-item {
    padding: 48px 48px 56px
}

.sets-item--products {
    padding-bottom: 40px
}

.odds-item {
    padding: 56px 48px 72px
}

.odds-item__title {
    margin-bottom: 12px
}

.odds-item__media {
    margin-bottom: 48px
}

.odds-item__media img, .odds-item__media svg {
    width: auto;
    height: 105px
}

.cta {
    padding: 56px 48px
}

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

.site-head-product__text {
    max-width: 398px
}

.site-head-product__content {
    margin-top: 0;
    padding-left: 48px
}

.site-head-product__media {
    padding-right: 0px !important;
}

.site-head-product__media img {
    height: 256px;
    width: auto;
    max-width: none;
    /*margin-left: -184px*/
}

.site-head-news__title {
    margin-bottom: 24px
}

.site-head-news__text {
    font-size: 20px;
    line-height: 29px
}

.news-article {
    padding: 80px 144px 32px
}

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

.modal--confirm .modal__heading {
    margin-bottom: 28px
}

.modal--confirm-email .modal__heading {
    margin-bottom: 24px
}

.modal--confirm-email .modal__content {
    padding-bottom: 62px
}

.modal.centered {
    top: 50%;
    transform: translateY(-50%) !important
}

.modal.modal--confirm .modal__content {
    padding-top: 48px;
    padding-bottom: 55px
}

.modal.modal--url .modal__content {
    padding-top: 48px
}

.modal {
    position: relative;
    overflow: visible;
    top: 15%;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto
}

.modal-container, .modal__aside {
    display: -ms-flexbox;
    display: flex
}

.modal__aside {
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 256px;
    max-width: 256px;
    -ms-flex: 1 1 256px;
    flex: 1 1 256px;
    padding: 72px 24px 56px;
    background: #f4f4f4;
    text-align: center
}

.modal__aside img {
    margin-left: auto;
    margin-right: auto
}

.modal__aside p {
    margin-top: auto;
    font-size: 15px;
    line-height: 22px
}

.modal__content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 56px 64px
}

.modal__close {
    display: block;
    position: absolute;
    left: calc(100% + 8px);
    bottom: calc(100% + 8px);
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    cursor: pointer
}

.modal__close svg {
    fill: #fff
}

.modal--contact .form-group + .form-group {
    margin-top: 32px
}

.modal--contact .form-group + .form-group-file {
    margin-top: 16px
}

.modal--contact .form-group-submit .btn {
    width: 100%
}

.modal.modal--confirm, .modal.modal--confirm-email, .modal.modal--url {
    max-width: 550px
}

.task__text p + ol, .task__text p + p, .task__text p + ul {
    margin-top: 12px
}

.content__header {
    padding-top: 36px;
    padding-bottom: 0
}

.content__account-info {
    display: block
}

.content__tabs {
    display: -ms-flexbox;
    display: flex
}

.content__user {
    margin-bottom: 16px
}

.checks__sidebar {
    max-width: 384px;
    border-right: 1px solid #f4f4f4
}

.checks__body {
    display: -ms-flexbox;
    display: flex;
    padding-left: 40px;
    padding-top: 18px
}

.checks__header {
    margin-bottom: 26px;
    padding-right: 16px
}

.checks__stats {
    padding-right: 0;
    padding-left: 0;
    font-size: 14px
}

.checks__last-date {
    font-size: 14px
}

.checks__content {
    padding: 0 40px 0 0;
    overflow-y: auto
}

.checks__footer {
    padding: 48px 40px 32px 0
}

.search-checks {
    padding-right: 24px;
    padding-left: 24px
}

.search-checks__form {
    margin-bottom: 12px
}

.search-checks__date-btn {
    width: 32px;
    right: -8px
}

.search-checks__clear {
    width: 32px;
    right: 24px
}

.search-checks__result {
    font-size: 14px;
    padding-top: 6px;
    margin-bottom: 6px
}

.docs {
    overflow-y: auto
}

.docs__item {
    padding: 12px 24px 16px;
    font-size: 15px
}

.docs__header {
    font-size: 14px;
    margin-bottom: 8px
}

.docs__link {
    line-height: 1.26
}

.messages__header {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 48px;
    height: 70px;
}

.messages__wide {
    padding-left: 32px;
    width: auto
}

.messages__sort {
    padding-left: 0;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.messages__label {
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top
}

.messages__check-all {
    position: absolute;
    left: -16px;
    top: 50%;
    margin-right: 0;
    transform: translateY(-50%)
}

.messages__remove {
    margin-left: auto
}

.messages__nav {
    display: -ms-flexbox;
    display: flex;
    margin-right: -16px
}

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

.messages__item {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-left: 32px;
    padding-right: 0
}

.messages__item:after, .messages__item:not(:last-child):before {
    right: -48px;
    left: -48px
}

.messages__item a {
    -ms-flex-positive: 1;
   flex-grow: 1;
    -ms-flex-align: baseline;
    align-items: baseline;
   /* -ms-flex-direction: row;*/
    /*flex-direction: row;*/
    padding-right: 16px;
    overflow: hidden
}

.messages__check {
    right: auto;
    left: -16px;
    top: 50%;
    transform: translateY(-50%)
}

.messages__date {
    -ms-flex: none;
    flex: none;
    font-size: 16px
}

.messages__title {
    padding-right: 12px;
    font-size: 16px
}

.messages__desc {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.messages__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 16px 32px 16px 48px;
    border-top: 1px solid #f4f4f4
}

.message__header {
    padding-left: 48px;
    padding-right: 32px
}

.message__inner {
    padding: 48px 144px;
    font-size: 18px
}

.message__date {
    font-size: 14px;
    margin-bottom: 24px
}

.message__body {
    margin-bottom: 54px
}

.message__body .h2 + p, .message__body .h2 + ul, .message__body h2 + p, .message__body h2 + ul {
    margin-bottom: 24px
}

.message__nav {
    display: -ms-inline-flexbox;
    display: inline-flex
}

.profile-form__inner {
    padding-top: 48px;
    padding-bottom: 56px
}

.profile-form__email {
   /* margin-bottom: 48px*/
}

.profile-form__email-field {
    /*margin-bottom: 24px*/
}

.profile-form__desc {
   /* margin-bottom: 18px;*/
    font-size: 16px
}

.profile-form__buttons {
   /* padding-top: 80px;*/
    -ms-flex-pack: justify;
    justify-content: space-between
}

.profile-form__buttons * + * {
    margin-top: 0
}

.profile-form__btn {
    width: auto
}

.profile-form__btn--save {
    min-width: 224px
}

.profile-form__btn--remove {
    min-width: 182px
}

.tariffs__footer {
    /*min-height: 168px;*/
}

.history__filter {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px
}

.history__col-main, .history__filter {
    -ms-flex-direction: row;
    flex-direction: row
}

.history__col-main {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.history__date, .history__select-period {
    margin-right: 40px;
    margin-bottom: 0
}

.history__col-date {
    max-width: 148px;
    min-width: 148px
}

.history__col-date:first-child {
    margin-right: 16px
}

.history__filter-select {
    margin-bottom: 0
}

.change_os{
    min-width: 240px;
}
