@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: local(''),
    url('/local/templates/webcom_2018/fonts/roboto-v27-latin_cyrillic-300.woff2') format('woff2'),
    url('/local/templates/webcom_2018/fonts/roboto-v27-latin_cyrillic-300.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: local(''),
    url('/local/templates/webcom_2018/fonts/roboto-v27-latin_cyrillic-regular.woff2') format('woff2'),
    url('/local/templates/webcom_2018/fonts/roboto-v27-latin_cyrillic-regular.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: local(''),
    url('/local/templates/webcom_2018/fonts/roboto-v27-latin_cyrillic-500.woff2') format('woff2'),
    url('/local/templates/webcom_2018/fonts/roboto-v27-latin_cyrillic-500.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: local(''),
    url('/local/templates/webcom_2018/fonts/roboto-v27-latin_cyrillic-700.woff2') format('woff2'),
    url('/local/templates/webcom_2018/fonts/roboto-v27-latin_cyrillic-700.woff') format('woff');
}

@media only screen and (min-width: 1200px) {
    /*
    * Marguerite optimized font (only with numbers)
    * Generated by Font Squirrel (https://www.fontsquirrel.com)
    */
    @font-face {
        font-family: 'margueriteregular';
        src: url('/local/templates/webcom_2018/fonts/marguerite-webfont.eot');
        src: url('/local/templates/webcom_2018/fonts/marguerite-webfont.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/webcom_2018/fonts/marguerite-webfont.woff2') format('woff2'),
        url('/local/templates/webcom_2018/fonts/marguerite-webfont.woff') format('woff'),
        url('/local/templates/webcom_2018/fonts/marguerite-webfont.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
        /* Temporary blocking for default browser fonts */
        font-display: block;
    }
}

*,
:after,
:before {
    box-sizing: border-box;
}

* {
    outline: none
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #333;
    background: #fff;
}

body.js-disable-scroll {
    overflow: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 15px;
}

a {
    font-family: Roboto, sans-serif;
    text-decoration: underline;
    color: #009731;
    cursor: pointer;
}

a:hover {
    text-decoration: none
}

a:hover,
a:focus {
    color: #009731
}

img {
    max-width: 100%;
}

.img-lazy {
    color: transparent;
    opacity: 0;
}

.img-loaded {
    opacity: 1;
    transition: opacity .15s ease;
}

iframe {
    max-width: 100%;
}


/* Custom margins/paddings */
.g-margin-none {
    margin: 0 !important
}

.g-mt-none {
    margin-top: 0 !important
}

.g-mb-none {
    margin-bottom: 0 !important
}

.g-padding-none {
    padding: 0 !important
}

.g-pt-none {
    padding-top: 0 !important
}

.g-pb-none {
    padding-bottom: 0 !important
}


/* Show/hide classes */
.g-desktop-show {
    display: block !important
}

.g-desktop-hide {
    display: none !important
}


/* Buttons */
.b-new-btn {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    border-radius: 6px;
    transition: .1s ease-in-out;
    cursor: pointer
}

.b-new-btn--lower {
    text-transform: lowercase
}

.b-new-btn--shadow {
    box-shadow: 0 10px 20px rgba(3, 6, 31, .21);
}

.b-new-btn--shadow:hover {
    box-shadow: 0 2px 2px rgba(3, 6, 31, .21);
}

.b-new-btn--shadow:active {
    box-shadow: none;
}

.b-new-btn--shadow-blue {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 198, 195, .12);
}

.b-new-btn--shadow-blue:hover {
    box-shadow: 0 2px 2px rgba(0, 198, 195, .12);
}

.b-new-btn--shadow-blue:active {
    box-shadow: none;
}

.b-new-btn--orange {
    background: linear-gradient(180deg, #fffc00 -28.12%, #f60 100%);
    color: #fff;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}

.b-new-btn--orange:hover {
    color: #fff;
    background: linear-gradient(180deg, #fffc00 -28.12%, #fd812f 100%)
}

.b-new-btn--orange:focus {
    color: #fff
}

.b-new-btn--green {
    background: linear-gradient(180deg, #fffc00 -28.12%, #74e701 100%);
    color: #1c1c1c;
    text-shadow: 0 1px 4px rgba(255, 255, 255, .65)
}

.b-new-btn--green:hover,
.b-new-btn--green:focus {
    color: #1c1c1c
}

.b-new-btn--blue {
    background: linear-gradient(180deg, #00ebf6 0%, #00b6f6 100%);
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .25)
}

.b-new-btn--blue:hover {
    background: linear-gradient(180deg, #00fff0 0%, #00bdff 100%);
    color: #fff
}

.b-new-btn--blue:focus {
    color: #fff
}

.b-new-btn--sky-blue {
    color: #fff;
    background-color: #00B9FF;
}

.b-new-btn--sky-blue:hover {
    color: #fff;
    background-color: #66d5ff;
}

.b-new-btn--sky-blue:focus {
    color: #fff
}

.b-new-btn--ghost-blue {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #004a66;
    background: #fff;
    border: 2px solid #d0f1fc;
    transition: .3s ease-in-out
}

.b-new-btn--ghost-blue:hover {
    color: #fff;
    background: #00b9ff;
    border: 2px solid #00b9ff;
}

.b-new-btn--ghost-blue.disable {
    opacity: .5;
    pointer-events: none;
}

.b-new-btn--white-empty {
    color: #fff;
    background: transparent;
    text-shadow: none;
    border: 1px solid #fff;
}

.b-new-btn--white-empty:hover {
    color: #595959;
    background: #fff;
}

.b-new-btn--arrow-left,
.b-new-btn--arrow-left-blue,
.b-new-btn--arrow-right,
.b-new-btn--arrow-right-blue {
    display: flex;
    align-items: center;
    justify-content: center
}

.b-new-btn--arrow-left:before {
    background: url(/local/templates/webcom_2018/images/vendor/arrow-left.svg) no-repeat;
    height: 17px;
    margin-right: 16px
}

.b-new-btn--arrow-left:hover:before,
.b-new-btn--arrow-right:hover:before {
    transition: .4s ease-in-out;
    background-position: 100% 0
}

.b-new-btn--arrow-left-blue:before,
.b-new-btn--arrow-left:before,
.b-new-btn--arrow-right-blue:before,
.b-new-btn--arrow-right:before {
    content: "";
    background-size: cover;
    transition: .4s ease-in-out;
    width: 9.5px
}

.b-new-btn--arrow-right:before {
    background: url(/local/templates/webcom_2018/images/vendor/arrow-left.svg) no-repeat;
    order: 2;
    margin-left: 16px;
    transform: rotate(180deg);
    height: 17px
}

.b-new-btn--arrow-left-blue:before,
.b-new-btn--arrow-right-blue:before {
    background: url(/local/templates/webcom_2018/images/vendor/arrow-left-blue.svg) no-repeat;
    height: 1em
}

.b-new-btn--arrow-left-blue:before {
    margin-right: 16px
}

.b-new-btn--arrow-right-blue:before {
    order: 2;
    margin-left: 16px;
    transform: rotate(180deg)
}


/* Links */
.b-new-link {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 22px;
    text-decoration: underline;
    color: #009731;
    cursor: pointer;
}

.b-new-link:hover {
    color: #009731;
    text-decoration: none
}

.b-new-link:focus {
    color: #009731
}

.b-new-link--lime-green,
.b-new-link--lime-green:hover,
.b-new-link--lime-green:focus {
    color: #5eeba7
}

.b-new-link--mint,
.b-new-link--mint:hover,
.b-new-link--mint:focus {
    color: #4dfffc
}

.b-new-link--reverse,
.b-new-link--reverse:focus {
    color: #00b9ff
}

.b-new-link--reverse:hover {
    color: #009731
}

.b-new-link--blue,
.b-new-link--blue:hover,
.b-new-link--blue:focus {
    color: #0092d8
}

.b-new-link--gray-blue,
.b-new-link--gray-blue:hover,
.b-new-link--gray-blue:focus {
    color: #487fa1
}

.b-new-link--yellow,
.b-new-link--yellow:hover,
.b-new-link--yellow:focus {
    color: #fffc00
}

.b-new-link--orange,
.b-new-link--orange:hover,
.b-new-link--orange:focus {
    color: #FF9800;
}

.b-new-link--red,
.b-new-link--red:hover,
.b-new-link--red:focus {
    color: #e2291c
}

.b-new-link--white,
.b-new-link--white:hover,
.b-new-link--white:focus {
    color: #fff
}

.b-new-link--black,
.b-new-link--black:hover,
.b-new-link--black:focus {
    color: #333
}

.b-new-link--dark-black,
.b-new-link--dark-black:focus,
.b-new-link--dark-black:hover {
    color: #1d1d1d;
}


.b-new-link--gray,
.b-new-link--gray:hover,
.b-new-link--gray:focus,
.b-new-link--disable,
.b-new-link--disable:hover,
.b-new-link--disable:focus {
    color: #c0ccd3;
}

.b-new-link--disable {
    text-decoration: none;
    pointer-events: none
}

.b-new-link--nowrap {
    white-space: nowrap
}

.b-new-link--more {
    position: relative
}

.b-new-link--more:before {
    content: '';
    width: 70px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 20%, #fff 100%)
}

.b-new-link--arrow-left {
    display: flex;
    align-items: center;
    color: #004a66
}

.b-new-link--arrow-left:before {
    content: '';
    width: 9.5px;
    height: 17px;
    margin-right: 16px;
    background: url(/local/templates/webcom_2018/images/vendor/arrow-left.svg) no-repeat;
    background-size: cover;
    transition: .4s ease-in-out;
}

.b-new-link--arrow-left:hover {
    color: #004a66
}

.b-new-wrapper-link {
    color: #333;
    display: inline-block;
    text-decoration: none;
}

.b-new-wrapper-link:hover {
    color: #333;
}

.b-new-wrapper-link:focus-visible {
    outline: none;
    color: #333;
}

.b-new-wrapper-link:focus {
    color: #333;
}

/* Sections titles */
.b-new-title {
    margin: 0;
    font-family: Roboto, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #1c1c1c
}

.b-new-title--left {
    align-self: flex-start
}

.b-new-title--center {
    text-align: center
}

.b-new-title--upper {
    text-transform: uppercase
}

.b-new-title--blue {
    color: #008ec4
}

.b-new-title--blue-dark {
    color: #004a90
}

.b-new-title--orange {
    color: #f60
}

.b-new-title--white {
    color: #fff
}

.b-new-title--yellow {
    color: #fffc00
}

.b-new-title--mb-desc {
    margin-bottom: 16px
}

.b-new-title--mb-nodesc {
    margin-bottom: 40px
}


/* Footnotes in text */
.starafter:after,
.starbefore:before {
    content: '*';
    display: inline;
    font-weight: 700;
    color: #ff9800
}

.starbefore:before {
    margin-right: 3px
}

.starafter:after {
    margin-left: 3px
}


/* Tooltips in text */
.g-tooltip-new {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    font-family: Roboto, sans-serif;
    transition: .2s
}

.g-tooltip-new:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: url('/local/templates/webcom_2018/images/tooltips/tooltip-icon_black.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.g-tooltip-new--white:before {
    background-image: url('/local/templates/webcom_2018/images/tooltips/tooltip-icon_white.svg');
}

.g-tooltip-new--gray:before {
    background-image: url('/local/templates/webcom_2018/images/tooltips/tooltip-icon_gray.svg');
}

.g-tooltip-new--blue:before {
    background-image: url('/local/templates/webcom_2018/images/tooltips/tooltip-icon_blue.svg');
}

.g-tooltip-new--mint:before {
    background-image: url('/local/templates/webcom_2018/images/tooltips/tooltip-icon_mint.svg');
}

.g-tooltip-new--green:before {
    background-image: url('/local/templates/webcom_2018/images/tooltips/tooltip-icon_green.svg');
}

.g-tooltip-new--lime-green:before {
    background-image: url('/local/templates/webcom_2018/images/tooltips/tooltip-icon_lime-green.svg');
}

.g-tooltip-new--yellow:before {
    background-image: url('/local/templates/webcom_2018/images/tooltips/tooltip-icon_yellow.svg');
}

.g-tooltip-new--red:before {
    background-image: url('/local/templates/webcom_2018/images/tooltips/tooltip-icon_red.svg');
}

.g-tooltip-new:hover:before {
    background-image: url(/local/templates/webcom_2018/images/tooltips/tooltip-icon_blue.svg);
}

.g-tooltip-new--blue:hover:before {
    background-image: url('/local/templates/webcom_2018/images/tooltips/tooltip-icon_green.svg');
}

.g-tooltip-new--mint:hover:before {
    background-image: url('/local/templates/webcom_2018/images/tooltips/tooltip-icon_lime-green.svg');
}

.g-tooltip-new--lime-green:hover:before {
    background-image: url('/local/templates/webcom_2018/images/tooltips/tooltip-icon_mint.svg');
}

.g-tooltip-new-text {
    width: 300px;
    margin: 0;
    padding: 24px;
    position: fixed;
    z-index: 8;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 6px 12px rgba(0, 147, 194, 0.12);
}

.g-tooltip-new-arrow {
    content: '';
    width: 28px;
    height: 28px;
    margin-left: -14px;
    position: absolute;
    top: calc(100% + 14px);
    left: 50%;
    background-color: #fff;
    border-radius: 2px 0;
    box-shadow: 0px 6px 12px rgba(0, 147, 194, 0.12);
    transform: rotate(45deg);
}

/*Remove Bitrix widget*/
/*.b24-widget-button-wrapper {*/
/*    display: none !important;*/
/*}*/
.b24-widget-button-inner-mask,
.b24-widget-button-inner-block {
    /*background: #00aeef !important;*/
}

.b24-widget-button-pulse {
    /*border-color: #00aeef !important;*/
}


.b24-widget-button-inner-block {

}

/* Header */
.b-header {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: #122338;
    position: relative;
}

.b-header > * {
    position: relative;
}

/* Header bg-image */
.b-header__bg-img-wrap {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.b-header__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    color: transparent;
}

.b-header__top {
    width: 100%;
    position: relative;
    z-index: 10;
    background-color: rgba(5, 27, 43, .5);
    border-bottom: 2px solid rgba(29, 44, 56, .4);
}

.b-header__container {
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px 15px;
}

.no-wrap {
    white-space: nowrap;
}


/* Prevent conflicts while header-logo-menu opened */
.b-header:not(.b-header--fixed) .b-header__container .b-header__call,
.b-header:not(.b-header--fixed) .b-header__container .b-header__logo-group,
.b-header:not(.b-header--fixed) .b-header__container .b-header__year,
.b-header:not(.b-header--fixed) .b-header__container .b-header__btn-contact,
.b-header:not(.b-header--fixed) .b-header__container ~ .b-header__nav {
    transition: opacity .3s;
}

.b-header:not(.b-header--fixed) .b-header__container.logo-menu-opened .b-header__call,
.b-header:not(.b-header--fixed) .b-header__container.logo-menu-opened .b-header__logo-group,
.b-header:not(.b-header--fixed) .b-header__container.logo-menu-opened .b-header__year,
.b-header:not(.b-header--fixed) .b-header__container.logo-menu-opened .b-header__btn-contact,
.b-header:not(.b-header--fixed) .b-header__container.logo-menu-opened ~ .b-header__nav {
    opacity: .4;
    pointer-events: none;
}


/* Header main-logo */
.b-header__logo {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 0 0 19px;
    position: relative;
    left: -3px;
    z-index: 11;
    background-color: #fff;
    border-radius: 4px 8px;
    transform-origin: 0 100%;
    transform: skewX(-30deg);
    transition: width .5s;
}

.b-header__logo .b-logo__link {
    display: block;
    text-decoration: none;
}

.b-header__logo .b-logo__img {
    display: block;
    width: 111px;
    height: 20px;
    background: url(/local/templates/webcom_2018/images/header/default/webcom-logo.svg) no-repeat center/cover;
    transform: skewX(30deg);
}

.b-header__logo .b-logo__separator {
    display: block;
    width: 15.5px;
    height: 24px;
    margin-left: 3px;
    margin-right: 3px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    transform: skewX(30deg);
}

.b-header__logo .b-logo__separator:after {
    content: '';
    display: block;
    width: 1.5px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    background: #b6cad1;
    transform: skewX(-30deg) translateY(-50%);
}

.b-header__logo .b-logo__menu-btn {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    transform: skewX(30deg);
    padding: 8px 35px 8px 0;
    cursor: pointer;

    width: 100%;
    justify-content: flex-start;
    overflow: hidden;
}

.b-header__logo .b-logo__menu-btn-title {
    margin: 0;
    position: relative;
    top: 1.5px;
    z-index: 11;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #008EC5;
    background: #ffffff;
    text-decoration: none;
    pointer-events: none;
}

.b-header__logo .b-logo__menu-btn-title--performance {
    color: #44ad3d;
}

.b-header__logo .b-logo__menu-btn-title--group {
    display: none;
}

.b-header__logo .b-logo__menu-btn-icon {
    display: flex;
    align-items: center;
    position: absolute;
    left: calc(100% - 28px);
    top: calc(50% - 1px);
    z-index: 10;
    transition: transform .4s;
    pointer-events: none;
}

.b-header__logo.js-active .b-logo__menu-btn-icon {
    transform: rotate(-180deg);
}

.sp-header-default-help_arrow-logo {
    width: 11px;
    height: 8px;
}

.b-header__logo .b-logo__menu-btn-icon svg {
    font-size: 7px;
    fill: #8a979f;
    transition: fill .05s ease;
    pointer-events: none;
}

.b-header__logo .b-logo__menu-btn:hover .b-logo__menu-btn-icon svg {
    transition: fill .2s ease;
}

.b-header__logo--performance .b-logo__menu-btn:hover .b-logo__menu-btn-icon svg {
    fill: #44ad3d
}

.b-header__logo--performance.js-active .b-logo__menu-btn-icon svg,
.b-header__logo--performance.js-active .b-logo__menu-btn:hover .b-logo__menu-btn-icon svg {
    fill: #44ad3d
}

.b-header__logo--pay .b-logo__menu-btn:hover .b-logo__menu-btn-icon svg {
    fill: #008EC5
}

.b-header__logo--pay.js-active .b-logo__menu-btn-icon svg,
.b-header__logo--pay.js-active .b-logo__menu-btn:hover .b-logo__menu-btn-icon svg {
    fill: #008EC5
}

.b-header__logo .b-logo__menu-wrap {
    display: none;
    min-width: 287px;
    max-height: calc(100vh - 64px);
    position: absolute;
    top: calc(100% + 4px);
    left: 5px;
    z-index: 11;
    border-radius: 4px;
    background: #fff;
    box-shadow: 4px 4px 6px rgba(21, 78, 130, .1);
    transform: skewX(30deg);
    transform-origin: 0 0;
    overflow-y: auto;
}

.b-header__logo .b-logo__menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

.b-header__logo .b-logo__menu-item {
    position: relative;
}

.b-header__logo .b-logo__menu-item--hidden {
    display: none;
}

.b-header__logo .b-logo__menu-item-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.b-header__logo .b-logo__menu-link {
    display: flex;
    align-items: center;
    position: relative;
    padding: 12px 0 12px 32px;
    cursor: pointer;
}

.b-header__logo div.b-logo__menu-link {
    cursor: auto;
}

.b-header__logo .b-logo__menu-link img {
    height: 34px;
    pointer-events: none;
}

.b-header__logo .b-logo__submenu-btn {
    display: block;
    width: 40px;
    height: 58px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: url(/local/templates/webcom_2018/images/header/default/logo/submenu-arrow.svg) no-repeat center/10px 7px;
    cursor: pointer;
    transform: rotate(180deg);
    transition: transform .3s;
}

.b-header__logo .b-logo__submenu-btn.js-active {
    transform: rotate(0deg);
}

.b-header__logo .b-logo__submenu {
    display: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* Second level */
.b-header__logo .b-logo__menu > li > ul {
    margin-left: 49px;
    position: relative;
}

.b-header__logo .b-logo__menu > li > ul:before {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 26px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #D4D4D4;
}

.b-header__logo .b-logo__menu > li > ul > li > .b-logo__menu-link {
    position: relative;
}

.b-header__logo .b-logo__menu > li > ul > li > .b-logo__menu-link:before {
    content: '';
    display: block;
    width: 18px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 6px;
    background-color: #D4D4D4;
    transform: translateY(-50%);
    transition: .3s;
}

.b-header__logo .b-logo__menu > li > ul > li > .b-logo__menu-link:hover:before,
.b-header__logo .b-logo__menu > li > ul > li > .b-logo__menu-link--active:before {
    background-color: #231F20;
}

.b-header__logo .b-logo__menu > li > ul > li > .b-logo__menu-link > img {
    height: 30px;
}

.b-header__menu-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(11, 11, 11, .5);
    transition: opacity .3s, visibility .3s;
}

.b-header__menu-overlay.js-active {
    opacity: 1;
    visibility: visible;
}


/* Header logo webcom-group */
.b-header__logo-group {
    display: block;
    position: absolute;
    top: 23px;
    left: 0;
    z-index: 9;
}

.b-header__logo-group-link {
    display: block;
    width: 126px;
    height: 44px;
    background: url(/local/templates/webcom_2018/images/header/default/group-link.svg) no-repeat center/cover;
    transition: .3s;
}

.b-header__logo-group-link:hover {
    background: url(/local/templates/webcom_2018/images/header/default/group-link_white.svg) no-repeat center/cover;
}


/* Header year */
.b-header__year {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.b-header__year .b-year__icon {
    margin: 0 5px 0 0;
    position: relative;
    top: 8px;
    font-family: margueriteregular, sans-serif;
    font-size: 29px;
    line-height: 1.4;
    color: #fd0;
}

/* IE11 fix */
.ie11 .b-header__year .b-year__icon {
    top: 1px;
    font-family: Roboto, sans-serif;
    font-size: 35px;
    font-style: italic;
}

.b-header__year .b-year__text {
    margin: 0;
    padding: 0;
    position: relative;
    top: -1px;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 17px;
    color: #fff;
}

.b-header__year .b-year__text:first-letter {
    margin-left: 8px
}


/* Header phones */
.b-header__call {
    border-left: 2px solid rgba(255, 255, 255, .2);
    border-right: 2px solid rgba(255, 255, 255, .2);
    margin-left: auto;
    padding: 0 7px 0 14px;
    transform: skewX(-30deg);
    z-index: 9;
}

.b-header__call .b-call__inner {
    display: flex;
    align-items: center;
    position: relative;
    transform: skewX(30deg);
}

.b-header__call .b-call__code,
.b-header__call .b-call__text {
    font-weight: 500;
    font-size: 16px;
    color: #fff
}

.b-header__call .b-call__code {
    margin: 0;
    transition: opacity .2s linear, visibility .2s linear;
}

.b-header__call .b-call__code.js-hidden {
    opacity: 0;
    visibility: hidden;
}

.b-header__call .b-call__text {
    display: flex;
    align-items: center;
    margin: 0 0 0 7px;
    cursor: pointer;
}

.b-header__call .b-call__text.js-active .b-call__icon,
.b-header__call .b-call__text.js-active .b-call__textual {
    opacity: 0;
    visibility: hidden;
}

.b-header__call .b-call__text.js-active .b-call__number {
    top: calc(50% + 1px);
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.b-header__call .b-call__text:hover {
    color: #fffc00;
    transition: color .2s ease-in;
}

.b-header__call .b-call__text:hover .b-call__icon svg {
    fill: #fffc00;
    transition: fill .2s ease-in
}

.b-header__call .b-call__icon {
    display: flex;
    flex-shrink: 0;
    width: 18px;
    height: 10px;
    margin-top: 2px;
    margin-right: 4px;
    transition: opacity .2s linear, visibility .2s linear;
}

.b-header__call .b-call__arrow svg,
.b-header__call .b-call__icon svg {
    fill: #fff;
}

.b-header__call .b-call__textual {
    margin: 0;
    transition: opacity .2s linear, visibility .2s linear;
}

.b-header__call .b-call__number {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -100%;
    right: 26px;
    transform: translateY(-50%);
    transition: visibility 0s linear .2s, opacity .2s linear, top .2s linear
}

.b-header__call .b-call__number-link {
    font-size: 23px;
    font-weight: 700;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
}

.b-header__call .b-call__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    margin-left: 2px;
    position: relative;
    cursor: pointer;
}

.b-header__call .b-call__arrow svg {
    position: relative;
    top: 1px;
    pointer-events: none;
}

.sp-header-default-help_arrow-call {
    width: 11px;
    height: 6px;
}

.b-header__call .b-call__arrow.js-active svg,
.b-header__call .b-call__arrow:hover svg {
    fill: #fffc00;
    transition: fill .2s ease-in
}

.b-header__call .b-call__arrow.js-active ~ .b-call__menu {
    top: 100%;
    margin-top: 10px;
    visibility: visible;
    opacity: 1;
}

.b-header__call .b-call__menu {
    opacity: 0;
    visibility: hidden;
    display: block;
    margin: 0;
    padding: 16px 24px 16px 25px;
    position: absolute;
    top: -100%;
    right: 0;
    z-index: 10;
    list-style: none;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 4px 6px rgba(21, 78, 130, .1);
    transition: opacity .2s linear, visibility .2s linear, top .2s linear
}

.b-header__call .b-call__menu:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: calc(12px * 2)
}

.b-header__call .b-call__menu:after {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    right: 6.5px;
    border-left: 6px solid rgba(255, 255, 255, 0);
    border-right: 6px solid rgba(255, 255, 255, 0);
    border-bottom: 6px solid #fff;
}

.b-header__call .b-call__phones {
    margin: 0;
    padding: 0;
    list-style: none;
}

.b-header__call .b-phones__item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px
}

.b-header__call .b-phones__item:last-child {
    margin-bottom: 0
}

.b-header__call .b-phones__icon {
    display: flex;
    flex-shrink: 0;
    width: 24px;
    margin-right: 24px
}

.b-header__call .b-phones__icon svg {
    font-size: 24px;
    width: 1em;
    height: 1em;
}

.b-header__call .b-phones__link {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    letter-spacing: .05em;
    white-space: nowrap;
    text-decoration: none;
    color: #333;
}

.b-header__call .b-phones__link:hover {
    text-decoration: underline;
}

.b-header__call .b-call__menu-btn-contact:hover {
    text-decoration: none;
}

.b-header__call .b-call__menu-btn-contact {
    display: none;
}


/* Header contact-button */
.b-header__btn-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    max-height: 40px;
    margin-left: 40px;
    margin-right: 10px;
    padding: 12px 22px;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    letter-spacing: .02em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
    background: linear-gradient(8.72deg, #fd0 3.11%, #fffd70 116.63%);
    border-radius: 4px 6px;
    transition: background .2s ease-in-out;
    transform: skewX(-30deg);
    overflow: hidden;
}

.b-header__btn-contact:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: linear-gradient(30deg, #47ffff -10%, rgba(255, 255, 255, 0) 90%);
    transition: .1s ease-in-out;
}

.b-header__btn-contact:hover:before {
    width: 100%;
}

.b-header__btn-contact-text {
    position: relative;
    z-index: 1;
    transform: skewX(30deg);
    color: #333;
}

.b-header__btn-contact:hover .b-header__btn-contact-text {
    color: #333;
}


/* Header main-menu toggle-button */
.b-header__btn-menu {
    display: none;
}


/* Header main-menu */
.b-header__nav {
    width: 100%;
}

.b-header__nav .b-menu {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    list-style: none;
    padding: 0 15px;
}

.b-header__nav .b-menu__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    width: 20%;
    position: relative;
    z-index: 1;
}

.b-header__nav .b-menu__item:first-of-type .b-menu__submenu {
    left: 0;
    transform: none
}

.b-header__nav .b-menu__item:last-of-type .b-menu__submenu {
    left: auto;
    right: 0;
    transform: none
}

.b-header__nav .b-menu__item:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    width: 0;
    height: 2px;
    background: #ffe661;
    transition: .2s ease-in-out
}

.b-header__nav .b-menu__item:hover:before {
    left: 0;
    width: 100%;
}

.b-header__nav .b-menu__item:hover .b-menu__submenu {
    visibility: visible;
    opacity: 1;
    transition: .2s ease;
}

.b-header__nav .b-menu__item--parent .b-menu__link,
.b-header__nav .b-submenu__item {
    display: flex;
    align-items: center
}

.b-header__nav .b-menu__item--parent.js-active,
.b-header__nav .b-menu__item--parent:hover {
    z-index: 10;
}

.b-header__nav .b-menu__item--parent .b-menu__link:after {
    content: '';
    width: 8px;
    height: 5px;
    margin-top: 1px;
    margin-left: 8px;
    background: url(/local/templates/webcom_2018/images/header/default/arrow-menu.svg) no-repeat center/contain
}

.b-header__nav .b-menu__link {
    justify-content: center;
    width: 100%;
    padding: 16px 18px 10px;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    text-align: center
}

.b-header__nav .b-menu__submenu {
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    min-width: 100%;
    margin: 2px 0 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    list-style: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .9) 1.67%, rgba(255, 255, 255, .95) 4.99%, rgba(255, 255, 255, .95) 100%);
    box-shadow: 0 4px 6px rgba(21, 78, 130, .1);
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    transition: .05s ease
}

.b-header__nav .b-submenu__item {
    transition: .2s ease-in-out;
    position: relative;
}

.b-header__nav .b-submenu__item--br-top {
    border-top: 2px solid rgba(224, 224, 224, .7)
}

.b-header__nav .b-submenu__item--br-top .b-submenu__link {
    font-weight: 500
}

.b-header__nav .b-submenu__item:hover {
    background-color: #fff
}

.b-header__nav .b-submenu__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.b-header__nav .b-submenu__icon svg {
    width: 17px;
    height: 17px;
}

.b-header__nav .b-submenu__link {
    position: relative;
    width: 100%;
    padding: 16px 16px 16px 50px;
    font-size: 16px;
    color: #062538;
    text-decoration: none;
    white-space: nowrap;
}

.b-header__nav .b-submenu__link:after {
    margin-left: 3px;
    position: relative;
    top: -8px;
    font: 700 10px Roboto, sans-serif;
    color: #e2291c;
}

.b-header__nav .b-submenu__link--new:after {
    content: 'new'
}

.b-header__nav .b-submenu__link--fire:after {
    content: 'hot'
}


/* Fixed header */
.b-header--fixed .b-header__top {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #fff;
    border-bottom: 2px solid #ebebeb;
    transition: top .3s ease-out;
}

.b-header--offtop .b-header__top {
    top: -70px;
}

.b-header--fixed.b-header--offtop .b-header__top {
    top: 0;
}

.b-header--fixed .b-header__container {
    padding-top: 0;
    padding-bottom: 0
}


.b-header--fixed .b-header__logo {
    height: 54px;
    padding: 0;
    left: 0;
    border-radius: 0;
    transform: none;
}

.b-header--fixed .b-header__logo .b-logo__link {
    z-index: 11;
}

.b-header--fixed .b-header__logo .b-logo__separator {
    width: 1px;
    height: 34px;
    margin-left: 8px;
    margin-right: 7px;
    transform: none;
    z-index: 11;
}

.b-header--fixed .b-header__logo .b-logo__separator:after {
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
}

.b-header--fixed .b-header__logo .b-logo__img {
    transform: none
}

.b-header--fixed .b-header__logo .b-logo__menu-btn {
    padding: 8px 24px 8px 0;
    transform: none;
}

.b-header--fixed .b-header__logo .b-logo__menu-btn-icon {
    left: calc(100% - 17px);
}

.b-header--fixed .b-header__logo .b-logo__menu-wrap {
    min-width: 275px;
    top: calc(100% + 2px);
    left: -14px;
    border-radius: 0 0 4px 4px;
    transform: none;
}

.b-header--fixed .b-header__logo .b-logo__menu > li > ul {
    margin-left: 33px;
}

.b-header--fixed .b-header__logo .b-logo__menu-link {
    padding-left: 16px;
}

.b-header--fixed .b-header__logo .b-logo__menu > li > ul > li > .b-logo__menu-link {
    padding-left: 32px;
}


.b-header--fixed .b-header__logo-group {
    display: none;
}


.b-header--fixed .b-header__year {
    display: none
}


.b-header--fixed .b-header__call {
    padding: 0;
    border: 0;
    transform: none;
}

.b-header--fixed .b-header__call .b-call__inner {
    transform: none;
}

.b-header--fixed .b-header__call .b-call__code,
.b-header--fixed .b-header__call .b-call__number-link,
.b-header--fixed .b-header__call .b-call__text {
    color: #333
}

.b-header--fixed .b-header__call .b-call__arrow svg,
.b-header--fixed .b-header__call .b-call__icon svg,
.b-header--fixed .b-header__call .b-call__text {
    transition: none;
}

.b-header--fixed .b-header__call .b-call__text.js-active .b-call__number {
    top: calc(50% + 1px);
    right: 25px;
}

.b-header--fixed .b-header__call .b-call__arrow svg,
.b-header--fixed .b-header__call .b-call__icon svg,
.b-header--fixed .b-header__call .b-call__text:hover .b-call__icon svg {
    fill: #333
}

.b-header--fixed .b-header__call .b-call__arrow {
    margin-left: 1px;
}

.b-header--fixed .b-header__call .b-call__arrow.js-active ~ .b-call__menu {
    margin-top: 15px;
}

.b-header--fixed .b-header__call .b-call__menu {
    border-top: 2px solid #ffe661;
    border-radius: 0 0 2px 2px
}

.b-header--fixed .b-header__call .b-call__menu:after {
    content: none
}

.b-header--fixed .b-header__call .b-phones__icon svg {
    display: block
}


.b-header--fixed .b-header__btn-contact {
    margin-left: 24px;
    margin-right: 0;
    padding: 9px 29px;
    line-height: normal;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    transform: none;
}

.b-header--fixed .b-header__btn-contact-text {
    transform: none
}


.b-header--fixed .b-header__nav {
    position: fixed;
    width: auto;
    top: 0;
    left: calc(50% - 246px);
    z-index: 4;
    margin-bottom: 0;
    border-bottom: 0;
    background: #fff;
    transition: top .3s ease-out;
}

.b-header--offtop .b-header__nav {
    top: -70px;
}

.b-header--fixed.b-header--offtop .b-header__nav {
    top: 0;
}

.b-header--fixed .b-header__nav--performance {
    left: calc(50% - 246px);
}

.b-header--fixed .b-header__nav--pay {
    left: calc(50% - 284px);
}

.b-header--fixed .b-header__nav .b-nav__menu {
    padding-left: 0;
    padding-right: 0;
    justify-content: flex-start
}

.b-header__nav .b-nav__menu--bottom {
    display: none;
}

.b-header--fixed .b-header__nav .b-menu__link {
    padding: 18px;
    font-size: 17px;
    line-height: 18px;
    color: #333;
}

.b-header--fixed .b-header__nav .b-menu__item {
    flex-shrink: 0;
    flex-grow: 0;
    width: auto;
    padding: 0;
}

.b-header--fixed .b-header__nav .b-menu__item--hidden {
    display: none
}

.b-header--fixed .b-header__nav .b-menu__item:first-of-type .b-menu__submenu {
    left: 50%;
    transform: translateX(-50%)
}


/* Mobile devices custom-styles */
.ios {
    /* allow to click on document */
    cursor: pointer;
}

.ios:focus,
.ios:active {
    /* disallow document highlightning */
    -webkit-tap-highlight-color: transparent;
}

.mobile .b-header__logo .b-logo__menu-btn:hover .b-logo__menu-btn-icon svg,
.tablet .b-header__logo .b-logo__menu-btn:hover .b-logo__menu-btn-icon svg {
    fill: #8a979f;
}

.mobile .b-header__logo--performance.js-active .b-logo__menu-btn-icon svg,
.tablet .b-header__logo--performance.js-active .b-logo__menu-btn-icon svg,
.mobile .b-header__logo--performance.js-active .b-logo__menu-btn:hover .b-logo__menu-btn-icon svg,
.tablet .b-header__logo--performance.js-active .b-logo__menu-btn:hover .b-logo__menu-btn-icon svg {
    fill: #44ad3d;
}

.mobile .b-header__logo--pay.js-active .b-logo__menu-btn-icon svg,
.tablet .b-header__logo--pay.js-active .b-logo__menu-btn-icon svg,
.mobile .b-header__logo--pay.js-active .b-logo__menu-btn:hover .b-logo__menu-btn-icon svg,
.tablet .b-header__logo--pay.js-active .b-logo__menu-btn:hover .b-logo__menu-btn-icon svg {
    fill: #008EC5;
}

.mobile .b-header__call .b-call__text:focus,
.mobile .b-header__call .b-call__text:active,
.tablet .b-header__call .b-call__text:focus,
.tablet .b-header__call .b-call__text:active {
    -webkit-tap-highlight-color: transparent;
}

.mobile .b-header__call .b-call__arrow ~ .b-call__menu,
.tablet .b-header__call .b-call__arrow ~ .b-call__menu {
    top: 100%;
    transition: none;
}

.mobile .b-header__call .b-call__arrow.js-active ~ .b-call__menu,
.tablet .b-header__call .b-call__arrow.js-active ~ .b-call__menu {
    top: 100%;
    transition: opacity .3s ease, visibility .3s ease;
}

.mobile .b-header__nav .b-menu__item,
.tablet .b-header__nav .b-menu__item {
    cursor: pointer
}

.mobile .b-header__nav .b-menu__item:hover:before,
.tablet .b-header__nav .b-menu__item:hover:before {
    left: 50%;
    width: 0
}

.mobile .b-header__nav .b-menu__item:hover .b-menu__submenu,
.tablet .b-header__nav .b-menu__item:hover .b-menu__submenu {
    opacity: 0;
    visibility: hidden;
    transition: none;
}

.mobile .b-header__nav .b-menu__item.js-active:before,
.tablet .b-header__nav .b-menu__item.js-active:before {
    left: 0;
    width: 100%
}

.mobile .b-header__nav .b-menu__submenu,
.tablet .b-header__nav .b-menu__submenu {
    transition: none;
}

.mobile .b-header__nav .b-menu__item.js-active .b-menu__submenu,
.tablet .b-header__nav .b-menu__item.js-active .b-menu__submenu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease, visibility .3s ease;
}

.mobile .b-header__nav .b-menu__item--parent .b-menu__link,
.tablet .b-header__nav .b-menu__item--parent .b-menu__link {
    pointer-events: none
}


/* Breadcrumbs */
.b-header__breadcrumbs {
    width: 100%;
    margin: 24px auto;
}

.b-header__breadcrumbs .b-breadcrumbs__container {
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.b-header__breadcrumbs .b-breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.b-header__breadcrumbs .b-breadcrumbs__item {
    position: relative;
    margin-right: 18px;
}

.b-header__breadcrumbs .b-breadcrumbs__item:after {
    content: '\00bb';
    display: block;
    padding: 0 4px;
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
    color: #fff;
}

.b-header__breadcrumbs .b-breadcrumbs__item:last-child:after {
    display: none;
}

.b-header__breadcrumbs .b-breadcrumbs__link {
    display: block;
    padding: 3px 0;
    font-size: 12px;
    color: #5eeba7;
    text-decoration: none;
}

.b-header__breadcrumbs .b-breadcrumbs__link:hover,
.b-header__breadcrumbs .b-breadcrumbs__link:focus {
    color: #5eeba7;
    text-decoration: underline;
}

.b-header__breadcrumbs .b-breadcrumbs__current {
    display: block;
    padding: 3px 0;
    font-size: 12px;
    color: #fff;
}


/* Main page's title */
.b-header__title {
    width: 100%;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fff;
    max-width: 1200px;
    margin: 0 auto 32px;
    padding-right: 15px;
    padding-left: 15px
}


/* Block "Category" (list of links) */
.b-header__category {
    width: 100%
}

.b-header__category .b-category__container {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px
}

.b-header__category .b-category__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    transition: max-height .5s
}

.b-header__category .b-category__item {
    width: calc((99.9% - 32px * 2) / 3);
    margin-right: 32px;
    padding: 0;
    border-left: 2px solid rgba(192, 204, 211, .2);
}

.b-header__category .b-category__item:nth-child(3n) {
    margin-right: 0
}

.b-header__category .b-category__link {
    display: block;
    min-width: 0;
    margin: 0;
    padding-left: 10px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .02em;
    color: #c0ccd3;
}

.b-header__category .b-category__link:hover {
    color: #5eeba7;
    text-decoration: underline
}

.b-header__category .b-category__link:before {
    content: '\00bb';
    display: inline-block;
    margin-right: 4px;
    color: #c0ccd3;
}

.b-header__category .b-category__link:hover:before {
    color: #5eeba7
}

.b-header__category .b-category__btn {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 28px;
    margin: 0 0 32px;
    padding: 0;
    border: 0;
    border-radius: 0 0 4px 4px;
    background: rgba(192, 204, 211, .2);
    text-align: center;
    cursor: pointer;
}

.b-header__category .b-category__btn-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #c0cbd1;
    letter-spacing: 0.02em;
}

.b-header__category .b-category__btn-text:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    background: url(/local/templates/webcom_2018/images/header/default/arrow-circle.svg) no-repeat center/14px;
    transition: .3s;
}

.b-header__category.b-category--expanded .b-category__btn-text:before {
    transform: rotate(-180deg)
}

.b-header__category .b-category__separator {
    display: none;
    width: 100%;
    height: 2px;
    background: rgba(192, 204, 211, .2);
    margin-bottom: 16px
}


/* Block "Desc" */
.b-header__desc {
    width: 100%;
    margin-bottom: 32px;
}

.b-header__desc--bg-opacity {
    padding-top: 16px;
    padding-bottom: 16px;
    background: rgba(152, 215, 250, .14)
}

.b-header__desc .b-desc__container {
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px
}

.b-header__desc .b-desc__text {
    width: 100%;
    margin: 0;
    font-weight: 300;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
    transition: .35s;
}

.b-header__desc .b-desc__text > :last-child {
    margin-bottom: 0;
}

.b-header__desc .b-desc__text > :first-child {
    margin-top: 0;
}

.b-header__desc .b-desc__text a,
.b-header__desc .b-desc__text a:hover {
    color: #5eeba7;
}

.b-header__desc .b-desc__text b {
    font-weight: 500;
}

.b-header__desc .b-desc__btn-more {
    display: inline-block;
    padding: 0;
    font-size: 14px;
    color: #5eeba7;
    background: transparent;
    border: none;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

.b-header__desc .b-desc__btn-more:hover {
    text-decoration: underline;
}

.b-header__desc .b-desc__text .g-tooltip-new {
    top: 4px;
}


/* Block "Review" */
.b-header__review {
    width: 100%;
    margin-bottom: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: rgba(152, 215, 250, .14)
}

.b-header__review .b-review__container {
    display: flex;
    max-width: 1200px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px
}

.b-header__review .b-review__text {
    width: 70%;
    font-weight: 300;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
    margin: 0
}

.b-header__review .b-review__btn {
    flex-shrink: 0;
    border: 0;
    min-width: 270px;
    padding: 16px;
    text-align: center
}


/* Block "Task" */
.b-header__task {
    width: 100%;
    margin-bottom: 16px
}

.b-header__task .b-task__container {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px
}

.b-header__task .b-task__title {
    margin: 0 0 24px;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: .02em;
    color: #fff
}

.b-header__task .b-task__item,
.b-header__task .b-task__items {
    display: flex
}

.b-header__task .b-task__items {
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0
}

.b-header__task .b-task__item {
    position: relative;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 0;
    background: rgba(102, 157, 189, .14);
    border-radius: 8px;
    padding: 13px 20px;
    margin-right: 32px;
    margin-bottom: 24px;
    width: calc((99.9% - 32px * 2) / 3)
}

.b-header__task .b-task__item:nth-child(3n) {
    margin-right: 0
}

.b-header__task .b-task__item:last-of-type {
    margin-right: 0 !important
}

.b-header__task .b-task__item--col-2 {
    margin-right: 32px;
    width: calc((100% - 32px) / 2)
}

.b-header__task .b-task__item--col-2:nth-child(3n) {
    margin-right: 32px
}

.b-header__task .b-task__item--col-2:nth-child(2n) {
    margin-right: 0
}

.b-header__task .b-task__icon {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    background: #fff;
    margin-right: 20px
}

.b-header__task .b-task__icon svg {
    height: 1em;
    width: 1em;
    font-size: 24px;
    fill: #324c63;
}

.b-header__task .b-task__icon .sp-header-default-task_question {
    width: .59em
}

.b-header__task .b-task__icon .sp-header-default-task_locker,
.b-header__task .b-task__icon .sp-header-default-task_man {
    width: .73em;
}

.b-header__task .b-task__icon .sp-header-default-task_stethoscope,
.b-header__task .b-task__icon .sp-header-default-task_sold {
    width: .75em
}

.b-header__task .b-task__icon .sp-header-default-task_book,
.b-header__task .b-task__icon .sp-header-default-task_shield {
    width: .83em
}

.b-header__task .b-task__icon .sp-header-default-task_search,
.b-header__task .b-task__icon .sp-header-default-task_search_hata,
.b-header__task .b-task__icon .sp-header-default-task_lamp {
    width: .85em;
}

.b-header__task .b-task__icon .sp-header-default-task_bag,
.b-header__task .b-task__icon .sp-header-default-task_alarm-clock,
.b-header__task .b-task__icon .sp-header-default-task_balance,
.b-header__task .b-task__icon .sp-header-default-task_circleline,
.b-header__task .b-task__icon .sp-header-default-task_cosmetics,
.b-header__task .b-task__icon .sp-header-default-task_cup,
.b-header__task .b-task__icon .sp-header-default-task_starup,
.b-header__task .b-task__icon .sp-header-default-task_star,
.b-header__task .b-task__icon .sp-header-default-task_tablet {
    width: .92em;
}

.b-header__task .b-task__icon .sp-header-default-task_search-z {
    width: .96em
}

.b-header__task .b-task__icon .sp-header-default-task_growth,
.b-header__task .b-task__icon .sp-header-default-task_hata,
.b-header__task .b-task__icon .sp-header-default-task_medal,
.b-header__task .b-task__icon .sp-header-default-task_plus-man,
.b-header__task .b-task__icon .sp-header-default-task_user-add,
.b-header__task .b-task__icon .sp-header-default-task_telefon,
.b-header__task .b-task__icon .sp-header-default-task_tooth {
    width: 1.04em;
}

.b-header__task .b-task__icon .sp-header-default-task_bar,
.b-header__task .b-task__icon .sp-header-default-task_basket,
.b-header__task .b-task__icon .sp-header-default-task_frendship,
.b-header__task .b-task__icon .sp-header-default-task_group,
.b-header__task .b-task__icon .sp-header-default-task_layers,
.b-header__task .b-task__icon .sp-header-default-task_lock,
.b-header__task .b-task__icon .sp-header-default-task_monitor {
    width: 1.09em;
}

.b-header__task .b-task__icon .sp-header-default-task_coins,
.b-header__task .b-task__icon .sp-header-default-task_cons-1 {
    width: 1.18em;
}

.b-header__task .b-task__icon .sp-header-default-task_cabluk,
.b-header__task .b-task__icon .sp-header-default-task_field-plus,
.b-header__task .b-task__icon .sp-header-default-task_mixer,
.b-header__task .b-task__icon .sp-header-default-task_mobile,
.b-header__task .b-task__icon .sp-header-default-task_users,
.b-header__task .b-task__icon .sp-header-default-task_view,
.b-header__task .b-task__icon .sp-header-default-task_vk_1,
.b-header__task .b-task__icon .sp-header-default-task_speaker {
    width: 1.2em;
}

.b-header__task .b-task__icon .sp-header-default-task_stat {
    width: 1.25em;
}

.b-header__task .b-task__icon .sp-header-default-task_cons-2,
.b-header__task .b-task__icon .sp-header-default-task_cons-3 {
    width: 1.3em;
}

.b-header__task .b-task__icon .sp-header-default-task_auto {
    width: 1.5em
}

.b-header__task .b-task__icon .sp-header-default-task_laptop_up {
    fill: initial
}

.b-header__task .b-task__icon .sp-header-default-task_zooming {
    fill: none
}

.b-header__task .b-task__text {
    line-height: 18px;
    font-size: 16px;
    color: #e3e3e3;
    margin: 0
}

.b-header__task .b-task__link {
    white-space: nowrap;
    color: #5eeba7
}

.b-header__task .b-task__link:hover,
.b-header__task .b-task__link:focus {
    color: #5eeba7;
    text-decoration: none
}

.b-header__task .b-task__link:visited {
    color: #5eeba7
}


/* Block "Decision" */
.b-header__decision {
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    background: rgba(102, 157, 189, .14)
}

.b-header__decision--arrow {
    position: relative;
}

.b-header__decision--arrow:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: calc(50% - 22px);
    bottom: calc(0% - 22px);
    z-index: 1;
    border-top: 22px solid #375167;
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
}

.b-header__decision .b-decision__container {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px
}

.b-header__decision .b-decision__title {
    margin: 0 0 16px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: .02em;
    color: #fffc00
}

.b-header__decision .b-decision__text {
    font-weight: 300;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
    margin: 0
}

.b-header__decision .b-decision__text > :first-child {
    margin-top: 0;
}

.b-header__decision .b-decision__text > :last-child {
    margin-bottom: 0;
}

.b-header__decision .b-decision__text a,
.b-header__decision .b-decision__text a:hover {
    color: #5eeba7;
}

.b-header__decision .b-decision__text b {
    font-weight: 500;
}

.b-header__decision .b-decision__text .g-tooltip-new {
    top: 4px;
}


/* Block "Chain" */
.b-header__chain {
    width: 100%
}

.b-header__chain .b-chain__container,
.b-header__chain .b-chain__head {
    display: flex
}

.b-header__chain .b-chain__container {
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px
}

.b-header__chain .b-chain__head {
    align-items: center;
    margin-bottom: 24px
}

.b-header__chain .b-chain__title {
    margin: 0 32px 0 0;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: .02em;
    color: #fff
}

.b-header__chain .b-chain__link,
.b-header__chain .b-chain__time {
    flex-shrink: 0;
    font-size: 14px
}

.b-header__chain .b-chain__time {
    margin: 0 32px 0 auto;
    color: rgba(255, 255, 255, .8)
}

.b-header__chain .b-chain__link {
    color: #5eeba7
}

.b-header__chain .b-chain__link:hover,
.b-header__chain .b-chain__link:focus {
    color: #5eeba7;
    text-decoration: none
}

.b-header__chain .b-chain__link:visited {
    color: #5eeba7
}

.b-header__chain .b-chain__item,
.b-header__chain .b-chain__items {
    display: flex
}

.b-header__chain .b-chain__items {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 8px;
    padding: 0
}

.b-header__chain .b-chain__item {
    position: relative;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 0;
    background: rgba(152, 215, 250, .14);
    border-radius: 8px;
    padding: 6px 46px 6px 16px;
    margin-right: 16px;
    margin-bottom: 16px;
    width: calc((100% - 16px * 4) / 5);
    text-decoration: none;
    transition: .3s
}

.b-header__chain .b-chain__item:hover {
    background: rgba(152, 215, 250, .24)
}

.b-header__chain .b-chain__item:nth-child(5n) {
    margin-right: 0
}

.b-header__chain .b-chain__item:last-of-type {
    margin-right: 0 !important
}

.b-header__chain .b-chain__text {
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    margin: 0;
    color: rgba(255, 255, 255, .8)
}

.b-header__chain .b-chain__icon {
    margin-left: auto;
    padding: 16px;
    display: flex;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.b-header__chain .b-chain__icon svg {
    font-size: 10px
}

.sp-header-default-chain_arrow {
    width: 1.25em;
    height: 1em
}


/*!* Block "Prime" (can be used inside or outside the header) *!*/
/*.b-prime {*/
/*    width: 100%*/
/*}*/

/*.b-prime--bg-white {*/
/*    background: #fff;*/
/*}*/

/*.b-prime__container {*/
/*    max-width: 1200px;*/
/*    margin: 0 auto;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    padding: 96px 15px 60px;*/
/*}*/

/*.b-prime__container > :last-child {*/
/*    margin-bottom: 0*/
/*}*/

/*.b-prime__container--thin {*/
/*    padding-top: 10px;*/
/*    padding-bottom: 10px;*/
/*}*/

/*.b-prime__title {*/
/*    font-weight: 500;*/
/*    line-height: 80px;*/
/*    font-size: 64px;*/
/*    text-align: center;*/
/*    text-transform: uppercase;*/
/*    letter-spacing: .02em;*/
/*    color: #5fd4ff;*/
/*    text-shadow: 0 4px 8px rgba(0, 0, 0, .3);*/
/*    margin: 0 0 16px*/
/*}*/

/*.b-prime__desc {*/
/*    line-height: 28px;*/
/*    font-size: 24px;*/
/*    text-align: center;*/
/*    letter-spacing: .02em;*/
/*    color: #fff;*/
/*    margin: 0 0 90px;*/
/*    width: 100%*/
/*}*/

/*.b-prime__item,*/
/*.b-prime__items {*/
/*    display: flex*/
/*}*/

/*.b-prime__items {*/
/*    width: 100%;*/
/*    flex-wrap: wrap;*/
/*    list-style: none;*/
/*    justify-content: center;*/
/*    padding: 0;*/
/*    margin: 0*/
/*}*/

/*.b-prime__item {*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    margin: 0 16px 50px 0;*/
/*    width: calc((99.9% - 2 * 16px) / 3);*/
/*    max-width: 340px;*/
/*    min-height: 92px;*/
/*    padding: 0 16px;*/
/*    border-left: 4px solid*/
/*}*/

/*.b-prime__item:nth-child(odd) {*/
/*    border-left-color: #486e91*/
/*}*/

/*.b-prime__item:nth-child(even) {*/
/*    border-left-color: #00c6c3*/
/*}*/

/*.b-prime__item:nth-child(3n) {*/
/*    margin-right: 0*/
/*}*/

/*.b-prime__count {*/
/*    line-height: 1;*/
/*    font-size: 42px;*/
/*    text-transform: uppercase;*/
/*    letter-spacing: -.02em;*/
/*    position: relative;*/
/*    color: #fff;*/
/*    margin: 0 0 12px;*/
/*}*/

/*.b-prime__count sup {*/
/*    position: absolute;*/
/*    top: -50%*/
/*}*/

/*.b-prime__text {*/
/*    line-height: 20px;*/
/*    font-size: 16px;*/
/*    color: #fff;*/
/*    margin: 0*/
/*}*/

/*.b-prime__link {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    line-height: 18px;*/
/*    font-size: 14px;*/
/*    color: #fff;*/
/*    text-decoration: underline;*/
/*}*/

/*.b-prime__link:hover,*/
/*.b-prime__link:focus {*/
/*    text-decoration: none*/
/*}*/

/*.b-prime__link,*/
/*.b-prime__link:hover,*/
/*.b-prime__link:focus,*/
/*.b-prime__link:visited {*/
/*    color: #fff;*/
/*}*/

/*.b-prime--bg-white .b-prime__link,*/
/*.b-prime--bg-white .b-prime__link:hover,*/
/*.b-prime--bg-white .b-prime__link:focus,*/
/*.b-prime--bg-white .b-prime__link:visited {*/
/*    color: #32465e;*/
/*}*/

/*.b-prime__link-text {*/
/*    margin: 0;*/
/*}*/

/*.b-prime__img-wrap {*/
/*    display: flex;*/
/*    width: 35px;*/
/*    margin-right: 16px*/
/*}*/

/*.b-prime__img {*/
/*    width: 100%;*/
/*}*/


/* Footer */
.b-footer {
    padding: 0;
    margin: auto 0 0;
    background: linear-gradient(180deg, rgba(19, 38, 54, .86) 0%, rgba(4, 24, 48, .86) 100%), url(/local/templates/webcom_2018/images/footer/default/footer-bg.jpg) right bottom no-repeat;
    background-size: cover;
    border-top: 2px solid #062F4A;
}

.b-footer__container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative
}

.b-footer__btn-up {
    padding: 5px 34px 5px 15px;
    position: absolute;
    right: 15px;
    bottom: 9px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    background-color: rgba(0, 0, 0, .1);
    border: 2px solid #245770;
    border-radius: 4px;
    transition: background-color .5s ease, color .5s ease
}

.b-footer__btn-up.js-hidden {
    opacity: 0;
    visibility: hidden;
}

.b-footer__btn-up:after {
    content: '';
    position: absolute;
    top: auto;
    left: calc(50% + 19px);
    width: 12px;
    height: 14px;
    background: url(/local/templates/webcom_2018/images/footer/default/icons/arrow.svg) no-repeat;
    transition: .5s ease
}

.b-footer__btn-up:hover {
    color: #00618c;
    background-color: #fff;
    cursor: pointer;
}

.b-footer__btn-up:hover:after {
    background-position-y: -15px
}

.b-footer__top,
.b-footer__bottom {
    display: flex;
    align-items: center;
    width: 100%;
}

/* IE11 fix */
@media only screen and (min-width: 768px) {
    .ie11 .b-footer__top, .ie11 .b-footer__bottom {
        align-items: stretch;
    }
}

.b-footer__top {
    padding: 20px 0;
    border-bottom: 2px solid #245770
}

.b-footer__item {
    display: flex;
    align-items: center;
    border-right: 1px solid #245770
}

.b-footer__item .b-menu__item--hidden {
    display: none;
}

.b-footer__top .b-footer__item {
    min-height: 32px;
}

.b-footer__bottom .b-footer__item {
    margin: 18px 0;
    padding: 0 12px;
    font-size: 12px;
    line-height: 12px;
    color: #5288a3;
}

.b-footer__item:first-child {
    padding-left: 0;
}

.b-footer__item:last-child {
    border-right: 0;
}

.b-footer__item--nav {
    margin-left: auto;
    padding-left: 16px;
}

.b-footer__item--socials {
    padding: 0 16px
}

.b-footer__item .b-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

.b-footer__item .b-menu__item {
    padding-right: 16px;
    flex-shrink: 0
}

.b-footer__item .b-menu__item:last-child {
    padding-right: 0
}

.b-footer__item .b-menu__link {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
    transition: color .1s ease-in-out
}

.b-footer__item .b-menu__link:hover {
    color: #5eeba7;
    text-decoration: underline
}

.b-footer__item .b-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.b-footer__item .b-socials__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 16px;
}

.b-footer__item .b-socials__item--hidden {
    display: none;
}

.b-footer__item .b-socials__item:last-child {
    margin-right: 0
}

.b-footer__item .b-socials__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-color .1s ease-in-out;
}

.b-footer__item .b-socials__link:hover {
    background-color: #00577E;
}

.b-footer__item .b-socials__item--instagram .b-socials__link {
    background-image: url(/local/templates/webcom_2018/images/footer/default/icons/instagram.svg);
    background-size: 16px;
}

.b-footer__item .b-socials__item--instagram .b-socials__link:hover {
    background-image: url(/local/templates/webcom_2018/images/footer/default/icons/instagram_white.svg);
}

.b-footer__item .b-socials__item--vkontakte .b-socials__link {
    background-image: url(/local/templates/webcom_2018/images/footer/default/icons/vkontakte.svg);
    background-size: 18px 19px;
}

.b-footer__item .b-socials__item--vkontakte .b-socials__link:hover {
    background-image: url(/local/templates/webcom_2018/images/footer/default/icons/vkontakte_white.svg);
}

.b-footer__item .b-socials__item--facebook .b-socials__link {
    background-image: url(/local/templates/webcom_2018/images/footer/default/icons/facebook.svg);
    background-size: 10px 18px;
}

.b-footer__item .b-socials__item--facebook .b-socials__link:hover {
    background-image: url(/local/templates/webcom_2018/images/footer/default/icons/facebook_white.svg);
}

.b-footer__item .b-socials__item--youtube .b-socials__link {
    background-image: url(/local/templates/webcom_2018/images/footer/default/icons/youtube.svg);
    background-size: 20px;
}

.b-footer__item .b-socials__item--youtube .b-socials__link:hover {
    background-image: url(/local/templates/webcom_2018/images/footer/default/icons/youtube_white.svg);
}

.b-footer__item.b-contact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 32px;
}

.b-footer__item .b-contact__item--mail {
    margin-right: 32px
}

.b-footer__item .b-contact__item--phone {
    order: 1;
}

.b-footer__item .b-contact__link {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    transition: color .1s ease-in-out;
}

.b-footer__item .b-contact__link:hover {
    color: #5eeba7;
    text-decoration: underline;
}

.b-footer__call {
    display: flex;
    align-items: center;
    position: relative;
}

.b-footer__call .b-call__code,
.b-footer__call .b-call__text {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.b-footer__call .b-call__code {
    margin: 0;
    transition: .2s linear;
}

.b-footer__call .b-call__code.js-hidden {
    opacity: 0;
    visibility: hidden;
}

.b-footer__call .b-call__text {
    display: flex;
    align-items: center;
    margin: 0 0 0 4px;
    cursor: pointer;
    transition: color .15s ease-in-out;
}

.b-footer__call .b-call__text:hover {
    color: #5eeba7;
}

.b-footer__call .b-call__icon {
    margin-top: 2px;
    margin-right: 4px;
    width: 16px;
    height: 10px;
    display: flex;
    transition: opacity .2s linear;
}

.b-footer__call .b-call__icon svg {
    fill: #fff;
    transition: fill .15s ease-in-out;
}

.b-footer__call .b-call__text:hover .b-call__icon svg {
    fill: #5eeba7;
}

.b-footer__call .b-call__textual {
    margin: 0;
    transition: opacity .2s linear;
}

.b-footer__call .b-call__text.js-active .b-call__icon,
.b-footer__call .b-call__text.js-active .b-call__textual {
    opacity: 0;
}

.b-footer__call .b-call__number {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -100%;
    right: 0;
    transform: translateY(-50%);
    transition: visibility 0s linear .2s, opacity .2s linear, top .2s linear;
}

.b-footer__call .b-call__text.js-active .b-call__number {
    top: calc(50% + 1px);
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.b-footer__call .b-call__number-link {
    font-size: 23px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
}

.b-footer__link {
    color: #5288a3;
    text-decoration: underline;
    transition: color .1s ease-in-out;
    cursor: pointer;
}

.b-footer__link:visited {
    color: #5288a3;
}

.b-footer__link:hover {
    color: #5eeba7;
    text-decoration: none
}


/* ie11 fix */
.ie11 .b-header {
    background-attachment: scroll;
}

.ie11 .b-header__category .b-category__btn-text {
    margin: 0;
}


/* Owl-carousel custom styling */
.owl-item > :first-child {
    width: 100% !important
}

.owl-dots,
.owl-nav {
    display: flex
}

.owl-nav {
    justify-content: space-between;
    width: 110%;
    height: 58px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.owl-nav.disabled {
    display: none
}

.owl-nav .owl-prev {
    width: 32px;
    background: url(/local/templates/webcom_2018/images/vendor/owl/prev.svg) no-repeat center/contain;
}

.owl-nav .owl-next {
    width: 32px;
    background: url(/local/templates/webcom_2018/images/vendor/owl/next.svg) no-repeat center/contain;
}

.owl-nav .owl-next.disabled,
.owl-nav .owl-prev.disabled {
    opacity: 0;
    cursor: default
}

.owl-dots {
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 32px;
}

.owl-dots .owl-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 4px;
    background: rgba(90, 90, 90, .38);
    border-radius: 50%;
    transition: background .2s ease-in-out
}

.owl-dots .owl-dot.active {
    background: #00b9ff
}


@media only screen and (max-width: 1500px) {
    .b-header__logo-group {
        display: block;
        margin-top: 1px;
        margin-left: 18px;
        position: relative;
        top: auto;
        left: auto;
        z-index: auto;
    }

    .b-header__logo-group-link {
        display: block;
        width: 106px;
        height: 32px;
        background: url(/local/templates/webcom_2018/images/header/default/group-link-small.svg) no-repeat center/cover;
        transition: .3s;
    }

    .b-header__logo-group-link:hover {
        background: url(/local/templates/webcom_2018/images/header/default/group-link-small_white.svg) no-repeat center/cover;
    }

    .b-header__year {
        margin-right: 24px;
    }

    .b-header__btn-contact {
        margin-left: 27px;
    }
}

@media only screen and (max-width: 1300px) {
    .owl-nav {
        width: 101%
    }
}

@media only screen and (max-width: 1199px) {
    .container {
        padding: 48px 24px;
    }

    .b-new-btn--arrow-left:before {
        margin-right: 12px
    }

    .b-new-btn--arrow-right:before {
        margin-left: 12px
    }

    .b-new-btn--arrow-left-blue:before {
        margin-right: 12px
    }

    .b-new-btn--arrow-right-blue:before {
        margin-left: 12px
    }

    .b-new-link {
        font-size: 16px
    }

    .b-new-link--arrow-left:before {
        margin-right: 12px
    }

    .b-new-title {
        font-size: 32px
    }

    .b-new-title--mb-nodesc {
        margin-bottom: 32px
    }

    .b-header__top {
        border-bottom: 2px solid rgba(29, 44, 56, .8);
    }

    .b-header__container {
        padding: 20px 24px 15px;
    }

    .b-header__year {
        display: none
    }

    .b-header__btn-contact {
        margin-left: 27px;
        margin-right: 9px;
    }

    .b-header__nav .b-nav__menu {
        padding-left: 24px;
        padding-right: 24px;
    }

    .b-header__nav .b-menu__link {
        padding: 14px 18px 10px;
        font-size: 15px;
        line-height: 18px;
    }

    .b-header__nav .b-submenu__link {
        font-size: 15px
    }

    .b-header--fixed .b-header__call .b-call__code {
        margin-top: 1px;
        font-size: 15px;
    }

    .b-header--fixed .b-header__call .b-call__text {
        font-size: 15px;
    }

    .b-header--fixed .b-header__call .b-call__number-link {
        font-size: 20px;
    }

    .b-header--fixed .b-header__btn-contact {
        margin-left: 24px;
        padding: 8px 24px 6px;
        font-size: 15px;
    }

    .b-header--fixed .b-header__nav--performance {
        left: calc(50% - 217px);
    }

    .b-header--fixed .b-header__nav--pay {
        left: calc(50% - 254px);
    }

    .b-header--fixed .b-header__nav .b-menu__link {
        padding: 18px;
        font-size: 15px;
        line-height: 18px;
    }

    .b-header__breadcrumbs .b-breadcrumbs__container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .b-header__title {
        padding-left: 24px;
        padding-right: 24px;
    }

    .b-header__category .b-category__container {
        padding-right: 24px;
        padding-left: 24px
    }

    .b-header__category .b-category__link {
        line-height: 34px;
    }

    .b-header__category .b-category__separator {
        margin-bottom: 24px
    }

    .b-header__desc .b-desc__container {
        padding-right: 24px;
        padding-left: 24px
    }

    .b-header__review .b-review__container {
        padding-right: 24px;
        padding-left: 24px
    }

    .b-header__task {
        margin-bottom: 24px
    }

    .b-header__task .b-task__container {
        padding-right: 24px;
        padding-left: 24px
    }

    .b-header__task .b-task__item {
        padding-top: 19px;
        padding-bottom: 19px;
        margin-bottom: 16px;
        width: calc((100% - 32px) / 2)
    }

    .b-header__task .b-task__item:nth-child(3n) {
        margin-right: 32px
    }

    .b-header__task .b-task__item:nth-child(2n) {
        margin-right: 0
    }

    .b-header__task .b-task__item--col-2:nth-child(3n) {
        margin-right: 32px
    }

    .b-header__task .b-task__icon {
        margin-right: 24px
    }

    .b-header__task .b-task__icon svg {
        font-size: 26px
    }

    .b-header__decision .b-decision__container {
        padding-right: 24px;
        padding-left: 24px
    }

    .b-header__chain .b-chain__container {
        padding-right: 24px;
        padding-left: 24px
    }

    .b-header__chain .b-chain__item {
        width: calc((99.9% - 16px * 2) / 3);
        padding: 7px 46px 7px 16px;
    }

    .b-header__chain .b-chain__item:nth-child(3n) {
        margin-right: 0
    }

    .b-header__chain .b-chain__item:nth-child(5n) {
        margin-right: 16px
    }

    .b-header__chain .b-chain__text {
        font-size: 16px;
        line-height: 20px
    }

    /*.b-prime__container {*/
    /*    padding-left: 24px;*/
    /*    padding-right: 24px;*/
    /*}*/
    /*.b-prime__container > :last-child {*/
    /*    margin-bottom: 0*/
    /*}*/
    /*.b-prime__desc {*/
    /*    line-height: 26px;*/
    /*    font-size: 22px*/
    /*}*/
    /*.b-prime__text {*/
    /*    line-height: 18px;*/
    /*    font-size: 14px*/
    /*}*/
    .b-footer {
        padding-top: 40px;
        border-top: 0;
    }

    .b-footer__container {
        padding: 0
    }

    .b-footer__btn-up {
        padding: 12px 34px 12px 16px;
        top: -40px;
        bottom: auto;
        left: 0;
        right: 0;
        text-align: center;
        color: #00b9ff;
        background-color: #fff;
        border: 0;
        border-radius: 0;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, .08);
    }

    .b-footer__btn-up--fixed {
        position: fixed;
        top: auto;
        bottom: 0;
        z-index: 9;
        transition: none;
    }

    .b-footer__btn-up:after,
    .b-footer__btn-up--fixed:hover:after {
        background-position-y: -30px
    }

    .b-footer__btn-up--fixed:after {
        transition: none;
    }

    .b-footer__btn-up--fixed:hover {
        color: #00b9ff;
        background-color: #fff;
    }

    .b-footer__top {
        padding: 14px 24px;
        border-top: 2px solid #062F4A;
    }

    .b-footer__top .b-footer__item {
        min-height: 40px;
    }

    .b-footer__item .b-menu__item--hidden-tabletLarge {
        display: none;
    }

    .b-footer__item .b-menu__item {
        padding-right: 16px;
    }

    .b-footer__item .b-menu__link {
        font-size: 15px;
        line-height: 18px;
    }

    .b-footer__item--socials {
        padding: 0 16px;
    }

    .b-footer__item .b-socials__item {
        margin-right: 16px;
    }

    .b-footer__item.b-contact {
        display: block;
        padding-right: 10px;
        text-align: right;
    }

    .b-footer__item .b-contact__item {
        margin-bottom: 6px;
        margin-right: 0;
    }

    .b-footer__call .b-call__number-link {
        font-size: 20px;
    }

    .b-footer__item .b-contact__item--mail {
        margin-bottom: 0;
    }

    .b-footer__item .b-contact__item--phone {
        order: unset;
    }

    .b-footer__bottom {
        flex-wrap: wrap;
        padding: 8px 12px;
    }

    .b-footer__bottom .b-footer__item {
        margin: 5px 0;
    }

    .b-footer__bottom .b-footer__item:first-child {
        padding: 0 12px;
    }
}

@media only screen and (max-width: 1023px) {
    .container {
        padding: 40px 24px;
    }

    .b-new-btn {
        font-size: 18px;
        line-height: 21px
    }

    .b-new-link {
        font-size: 15px;
        line-height: 19px
    }

    .b-new-title {
        font-size: 28px
    }

    .owl-dots {
        margin-top: 24px;
        margin-bottom: 24px
    }

    .b-header__logo {
        height: 40px;
        margin-right: 0;
        padding: 0 0 0 17.5px;
    }

    .b-header__logo .b-logo__img {
        width: 88px;
        height: 16px;
    }

    .b-header__logo .b-logo__separator {
        width: 12.4px;
        height: 19px;
    }

    .b-header__logo .b-logo__menu-btn {
        padding: 7px 32px 7px 0;
    }

    .b-header__logo .b-logo__menu-btn-title {
        font-size: 13px;
        top: 1px;
    }

    .b-header__logo .b-logo__menu-btn-icon {
        left: calc(100% - 25px);
        top: calc(50% - 1px);
    }

    .b-header__logo.js-active .b-logo__menu-btn-icon {
        top: calc(50% - 2px);
    }

    .b-header__logo .b-logo__menu-wrap {
        min-width: 237px;
    }

    .b-header__logo .b-logo__submenu-btn {
        height: 43px;
    }

    .b-header__logo .b-logo__menu > li > ul > li > .b-logo__submenu-btn {
        height: 40px;
    }

    .b-header__logo .b-logo__menu-link {
        padding: 8px 0px 8px 28px;
    }

    .b-header__logo .b-logo__menu > li > ul {
        margin-left: 41px;
    }

    .b-header__logo .b-logo__menu > li > ul:before {
        height: calc(100% - 19px);
    }

    .b-header__logo .b-logo__menu > li > ul > li > .b-logo__menu-link {
        padding: 8px 0px 8px 26px;
    }

    .b-header__logo .b-logo__menu > li > ul > li > .b-logo__menu-link:before {
        width: 14px;
        left: 5px;
    }

    .b-header__logo .b-logo__menu-link img {
        height: 27px;
    }

    .b-header__logo .b-logo__menu > li > ul > li > .b-logo__menu-link > img {
        height: 24px;
    }

    .b-header__logo-group {
        display: block;
        margin: 0;
        position: absolute;
        top: unset;
        left: 24px;
        bottom: 5px;
        z-index: 1;
    }

    .b-header__logo-group-link {
        display: block;
        width: 106px;
        height: 32px;
        background: url(/local/templates/webcom_2018/images/header/default/group-link-small.svg) no-repeat center/cover;
        transition: .3s;
    }

    .b-header__logo-group-link:hover {
        background: url(/local/templates/webcom_2018/images/header/default/group-link-small_white.svg) no-repeat center/cover;
    }

    .b-header__call {
        padding: 0;
        border: none;
    }

    .b-header__call .b-call__number-link {
        font-size: 20px;
    }

    .b-header__btn-contact {
        margin-left: 18px;
        padding: 13px 13px 12px;
        font-size: 15px;
        line-height: normal;
    }

    .b-header__btn-menu {
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 32px;
        height: 32px;
        margin-left: 24px;
        padding: 0;
        position: relative;
        background: #fff;
        border: 2px solid #00b9ff;
        border-radius: 4px;
        cursor: pointer;
        transition: background .2s ease-in-out;
    }

    .b-header__btn-menu:after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        position: absolute;
        top: calc(100% + 10px);
        left: 50%;
        z-index: 10;
        background: #00b9ff;
        transition: .2s ease-in-out;
    }

    .b-header__btn-menu-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        pointer-events: none;
    }

    .b-header__btn-menu-icon svg {
        font-size: 14px;
        fill: #00b9ff;
        transition: fill .2s
    }

    .sp-header-default-help_burger {
        width: 1.14em;
        height: 1em;
    }

    .b-header__btn-menu.js-active .b-header__btn-menu-icon svg {
        fill: #fff
    }

    .b-header__btn-menu.js-active {
        background: #00b9ff
    }

    .b-header__btn-menu.js-active:after {
        width: calc(100% + 4px);
        left: -2px;
    }

    .b-header__nav .b-nav__menu {
        width: calc(100% - 168px);
        margin-left: auto;
        margin-right: 15px;
        padding-right: 0;
        padding-left: 0;
    }

    .b-header__nav .b-menu__item {
        width: auto;
    }

    .b-header__nav .b-menu__link {
        padding: 14px 0px 10px;
    }

    .b-header__nav .b-menu__item--parent .b-menu__link:after {
        margin-left: 5px;
    }

    .b-header--fixed .b-header__container {
        padding: 4px 24px;
    }

    .b-header--fixed .b-header__logo {
        height: 40px;
        padding: 0;
    }

    .b-header--fixed .b-header__logo .b-logo__separator {
        width: 1px;
        height: 27px;
        margin-left: 6px;
        margin-right: 5.5px;
    }

    .b-header--fixed .b-header__logo .b-logo__menu-btn {
        height: 100%;
    }

    .b-header--fixed .b-header__logo .b-logo__menu-btn-icon {
        left: calc(100% - 17px);
    }

    .b-header--fixed .b-header__logo.js-active .b-logo__menu-btn-icon {
        top: calc(50% - 2px);
    }

    .b-header--fixed .b-header__logo .b-logo__menu-btn-title {
        top: 1px;
    }

    .b-header--fixed .b-header__logo .b-logo__menu-wrap {
        min-width: 230px;
        top: calc(100% + 6px);
    }

    .b-header--fixed .b-header__logo .b-logo__menu > li > ul {
        margin-left: 28px;
    }

    .b-header--fixed .b-header__logo .b-logo__menu-link {
        padding-left: 15px;
    }

    .b-header--fixed .b-header__logo .b-logo__menu > li > ul > li > .b-logo__menu-link {
        padding-left: 26px;
    }

    .b-header--fixed .b-header__call .b-call__text.js-active .b-call__number {
        right: 25px;
    }

    .b-header--fixed .b-header__call .b-call__arrow.js-active ~ .b-call__menu {
        margin-top: 12px;
    }

    .b-header--fixed .b-header__btn-menu {
        display: flex;
    }

    .b-header--fixed .b-header__nav {
        opacity: 0;
        visibility: hidden;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 3;
        border-top: 2px solid #ebebeb;
        border-bottom: 2px solid #ebebeb;
        transition: none;
    }

    .b-header--fixed .b-header__nav.js-active {
        opacity: 1;
        visibility: visible;
        transition: opacity .2s ease, visibility .2s ease;
    }

    .b-header--offtop .b-header__nav {
        top: 100%;
    }

    .b-header--fixed.b-header--offtop .b-header__nav {
        top: 100%;
    }

    .b-header--fixed .b-header__nav .b-nav__menu {
        width: 100%;
        margin-right: 0;
    }

    .b-header--fixed .b-header__nav .b-menu__item {
        flex-grow: 1;
    }

    .b-header--fixed .b-header__nav .b-menu__item--hidden {
        display: flex
    }

    .b-header--fixed .b-header__nav .b-menu__item:first-of-type .b-menu__submenu {
        left: 0;
        transform: none
    }

    .b-header--fixed .b-header__nav .b-menu__link {
        padding: 14px;
    }

    /*.b-prime__container {*/
    /*    padding-top: 70px;*/
    /*    padding-bottom: 59px;*/
    /*}*/
    /*.b-prime__container--thin {*/
    /*    padding-top: 10px;*/
    /*    padding-bottom: 10px;*/
    /*}*/
    /*.b-prime__container > :last-child {*/
    /*    margin-bottom: 0*/
    /*}*/
    /*.b-prime__title {*/
    /*    line-height: 60px;*/
    /*    font-size: 46px*/
    /*}*/
    /*.b-prime__desc {*/
    /*    margin-bottom: 52px;*/
    /*    line-height: 20px;*/
    /*    font-size: 16px*/
    /*}*/
    /*.b-prime__items {*/
    /*    margin-bottom: 12px*/
    /*}*/
    /*.b-prime__item {*/
    /*    padding-left: 12px;*/
    /*    padding-right: 12px;*/
    /*    width: calc((100% - 16px) / 2);*/
    /*    margin-bottom: 20px*/
    /*}*/
    /*.b-prime__item:nth-child(3n) {*/
    /*    margin-right: 16px*/
    /*}*/
    /*.b-prime__item:nth-child(2n) {*/
    /*    margin-right: 0*/
    /*}*/
    .b-header__category .b-category__item {
        margin-right: 32px;
        width: calc((100% - 32px) / 2)
    }

    .b-header__category .b-category__item:nth-child(3n) {
        margin-right: 32px
    }

    .b-header__category .b-category__item:nth-child(2n) {
        margin-right: 0
    }

    .b-header__review .b-review__btn {
        padding: 10px;
        min-width: 190px
    }

    .b-header__task .b-task__item {
        padding-left: 16px;
        padding-right: 16px;
        margin-right: 16px
    }

    .b-header__task .b-task__item:nth-child(3n) {
        margin-right: 16px
    }

    .b-header__task .b-task__item:nth-child(2n) {
        margin-right: 0
    }

    .b-header__task .b-task__item--col-2:nth-child(3n) {
        margin-right: 16px
    }

    .b-header__task .b-task__icon {
        margin-right: 16px
    }

    .b-header__task .b-task__text {
        line-height: 17px;
        font-size: 15px
    }

    .b-header__chain .b-chain__item {
        width: calc((100% - 16px) / 2);
        padding: 8px 46px 8px 16px;
    }

    .b-header__chain .b-chain__item:nth-child(3n) {
        margin-right: 16px
    }

    .b-header__chain .b-chain__item:nth-child(2n) {
        margin-right: 0
    }

    .b-header__chain .b-chain__text {
        font-size: 15px;
        line-height: 19px
    }

    .b-footer__top {
        padding: 15px 24px;
    }

    .b-footer__top .b-footer__item {
        min-height: 36px
    }

    .b-footer__item--nav {
        padding-left: 8px;
    }

    .b-footer__item--socials {
        padding: 0 8px
    }

    .b-footer__item .b-socials__item {
        margin-right: 8px;
    }

    .b-footer__item .b-socials__link {
        width: 24px;
        height: 24px;
    }

    .b-footer__item.b-contact {
        padding-right: 6px;
    }

    .b-footer__item .b-socials__item--instagram .b-socials__link {
        background-size: 12px;
    }

    .b-footer__item .b-socials__item--vkontakte .b-socials__link {
        background-size: 14px;
    }

    .b-footer__item .b-socials__item--facebook .b-socials__link {
        background-size: 8px 14px;
    }

    .b-footer__item .b-socials__item--youtube .b-socials__link {
        background-size: 16px;
    }

    .b-footer__item .b-menu__item {
        padding-right: 8px
    }

    .b-footer__item .b-menu__item:first-child {
        display: none;
    }

    .b-footer__item .b-menu__link {
        font-size: 14px;
        line-height: 16px;
    }

    .b-footer__item .b-contact__link {
        font-size: 14px;
        line-height: 16px;
    }

    .b-footer__call .b-call__code,
    .b-footer__call .b-call__text {
        font-size: 14px;
        line-height: 16px;
    }

    .b-footer__call .b-call__number-link {
        font-size: 16px;
    }

    .b-footer__bottom .b-footer__item {
        margin: 4px 0;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        padding: 32px 16px;
    }

    .b-new-btn--ghost-blue {
        font-size: 14px
    }

    .b-new-btn--arrow-left-blue:before,
    .b-new-btn--arrow-left:before,
    .b-new-btn--arrow-right-blue:before,
    .b-new-btn--arrow-right:before {
        width: 7.3px;
        height: 13px
    }

    .b-new-link {
        font-size: 14px;
        line-height: 17px
    }

    .b-new-link--arrow-left:before {
        width: 7.3px;
        height: 13px
    }

    .b-new-title {
        font-size: 22px
    }

    .b-new-title--center-mobile {
        text-align: center
    }

    .b-new-title--mb-desc {
        margin-bottom: 12px
    }

    .b-new-title--mb-nodesc {
        margin-bottom: 24px
    }

    .g-mobile-hide {
        display: none !important
    }

    .g-mobile-show {
        display: block !important
    }

    .owl-nav {
        transform: translate(50%, -50%)
    }

    .owl-dots {
        margin-top: 16px;
        margin-bottom: 16px
    }

    .b-header__container {
        padding: 12px 16px 2px
    }

    .b-header__logo {
        justify-content: flex-start;
        height: 32px;
        padding: 0 0 0 24px;
        position: absolute;
        top: 12px;
        left: 16px;
        background-color: transparent;
        border-radius: 0;
        cursor: pointer;
        transform: none;
    }

    .b-header__logo:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: -1.5px;
        background: #fff;
        border-radius: 4px 4px;
        transform-origin: 0 100%;
        transform: skewX(-30deg);
        pointer-events: none;
    }

    .b-header__logo {
        width: 137px;
    }

    .b-header__logo.js-active {
        width: 192px;
    }

    .b-header__logo .b-logo__img {
        transform: none;
    }

    .b-header__logo .b-logo__separator {
        display: none;
        margin-left: 0;
        transform: none;
    }

    .b-header__logo.js-active .b-logo__separator {
        display: block;
        z-index: 11;
        background: #fff;
        pointer-events: none;
    }

    .b-header__logo .b-logo__menu-btn {
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: calc(100% + 16px);
        height: 100%;
        transform: none;
    }

    .b-header__logo .b-logo__link {
        pointer-events: none;
        padding-right: 3px;
        position: relative;
        z-index: 11;
        background: #fff;
    }

    .b-header__logo .b-logo__menu-btn-title {
        width: auto;
        position: absolute;
        top: calc(50% + 1px);
        right: 40px;
        z-index: 10;
        transform: translateY(-50%);
    }

    .b-header__logo .b-logo__menu-btn-title--performance,
    .b-header__logo .b-logo__menu-btn-title--pay {
        display: none
    }

    .b-header__logo .b-logo__menu-btn-title--group {
        display: block;
        opacity: 0;
        visibility: hidden;
        width: 0;
        color: #00B9FF;
        transition: opacity 0s, visibility 0s;
    }

    .b-header__logo.js-active .b-logo__menu-btn-title--group {
        opacity: 1;
        visibility: visible;
        width: auto;
        transition: .4s opacity .1s, .4s visibility .1s;
    }

    .b-header__logo .b-logo__menu-btn-icon {
        top: calc(50% - 2px);
        left: auto;
        right: 22px;
    }

    .b-header__logo .b-logo__menu-btn:hover .b-logo__menu-btn-icon svg,
    .b-header__logo--performance .b-logo__menu-btn:hover .b-logo__menu-btn-icon svg,
    .b-header__logo--pay .b-logo__menu-btn:hover .b-logo__menu-btn-icon svg {
        fill: #00B9FF;
    }

    .b-header__logo--performance.js-active .b-logo__menu-btn-icon svg,
    .b-header__logo--performance.js-active .b-logo__menu-btn:hover .b-logo__menu-btn-icon svg,
    .b-header__logo--pay.js-active .b-logo__menu-btn-icon svg,
    .b-header__logo--pay.js-active .b-logo__menu-btn:hover .b-logo__menu-btn-icon svg {
        fill: #00B9FF;
    }

    .b-header__logo .b-logo__menu-wrap {
        min-width: 228px;
        left: 1px;
        transform: none;
        border-radius: 2px;
    }

    .b-header__logo .b-logo__menu > li > ul {
        margin-left: 37px;
    }

    .b-header__logo .b-logo__menu-item--hidden {
        display: block;
    }

    .b-header__logo .b-logo__menu-link {
        padding-left: 24px;
    }

    .b-header__logo .b-logo__menu > li > ul > li > .b-logo__menu-link {
        padding-left: 25px;
    }

    .b-header__logo .b-logo__menu > li > ul > li > .b-logo__menu-link:before {
        left: 4px;
    }

    .b-header__logo-group {
        display: none;
    }

    .b-header__call {
        margin-right: 0;
        position: relative;
        right: -3px;
        transform: none;
    }

    .b-header__call .b-call__inner {
        padding: 5px 0;
        transform: none;
    }

    .b-header__call .b-call__code {
        display: none
    }

    .b-header__call .b-call__code,
    .b-header__call .b-call__text,
    .b-header__call .b-call__arrow {
        pointer-events: none
    }

    .b-header__call .b-call__text {
        margin: 0;
        font-size: 10px;
        font-weight: normal;
    }

    .b-header__call .b-call__inner.js-active .b-call__text {
        color: #fffc00;
        transition: color .2s ease-in;
    }

    .b-header__call .b-call__icon {
        width: 11px;
        height: 8px;
        margin-top: 1px;
        margin-right: 4px;
    }

    .b-header__call .b-call__text.js-active .b-call__number {
        right: 28px;
        top: calc(50% + 1px);
    }

    .b-header__call .b-call__text.js-active .b-call__number-link {
        font-size: 14px;
    }

    .b-header__call .b-call__arrow {
        width: 22px;
        height: 22px;
        margin-left: 6px;
    }

    .b-header__call .b-call__inner.js-active .b-call__arrow svg,
    .b-header__call .b-call__inner.js-active .b-call__icon svg {
        fill: #fffc00;
        transition: fill .2s ease-in;
    }

    .b-header__call .b-call__inner.js-active .b-call__arrow:before {
        border-color: #fffc00;
        transition: border-color .2s ease-in;
    }

    .b-header__call .b-call__arrow:before {
        content: '';
        display: block;
        width: calc(100% - 5px);
        height: calc(100% - 5px);
        position: absolute;
        top: 3px;
        left: 2px;
        border-radius: 50%;
        border: 1px solid #fff;
        pointer-events: none;
    }

    .b-header__call .b-call__arrow:hover svg {
        fill: #fff;
    }

    .b-header__call .b-call__arrow svg {
        width: 7px;
        height: 4px;
        top: 0.5px;
        left: -1px;
    }

    .b-header__call .b-call__menu {
        top: calc(100% + 4px);
        right: 3px;
        transition: none;
    }

    .b-header__call .b-call__inner.js-active .b-call__menu {
        top: calc(100% + 4px);
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        transition: opacity .3s ease, visibility .3s ease;
    }

    .b-header__call .b-call__menu:after {
        top: -4px;
        right: 5px;
        border-left: 4px solid rgba(255, 255, 255, 0);
        border-right: 4px solid rgba(255, 255, 255, 0);
        border-bottom: 4px solid #fff;
    }

    .b-header__call .b-call__menu-btn-contact {
        display: block;
        max-width: 210px;
        flex-grow: 1;
        margin-top: 8px;
        padding: 8px 16px;
        position: relative;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: .05em;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        white-space: nowrap;
        color: #333;
        background: linear-gradient(8.72deg, #fd0 3.11%, #fffd70 116.63%);
        border-radius: 4px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    }

    .b-header__call .b-call__menu-btn-contact:hover {
        box-shadow: none;
    }

    .b-header__btn-contact {
        display: none
    }

    .b-header__nav .b-nav__menu {
        width: 100%;
        margin: 0 auto;
        position: relative
    }

    .b-header__nav .b-nav__menu--bottom {
        display: flex;
        flex-wrap: wrap;
    }

    .b-header--fixed .b-header__nav .b-nav__menu {
        justify-content: center;
    }

    .b-header__nav .b-nav__menu--bottom .b-menu__link {
        padding-left: 5px;
        padding-right: 5px;
    }

    .b-header__nav .b-menu__item {
        position: static;
        max-width: 50%
    }

    .b-header__nav .b-menu__link {
        padding: 14px 14px 12px;
    }

    .b-header__nav .b-menu__item--parent .b-menu__link {
        pointer-events: none
    }

    .b-header__nav .b-menu__item--parent .b-menu__link:after {
        margin-left: 6px;
        width: 9px;
        height: 6px;
    }

    .b-header__nav .b-menu__item:before {
        content: none
    }

    .b-header__nav .b-menu__item--hidden {
        display: none
    }

    .b-header__nav .b-menu__submenu {
        left: 0;
        transform: none;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        max-height: calc(100vh - 126px);
        margin: 0;
        border-radius: 0;
    }

    .b-header__nav .b-submenu__link {
        padding: 16px 8px 16px 50px;
        font-size: 14px;
        white-space: normal;
    }

    .b-header__nav .b-submenu__link:after {
        top: -6px;
    }

    .b-header--fixed .b-header__container {
        padding: 8px 16px;
    }

    .b-header--fixed .b-header__logo {
        top: 4px;
        left: 16px;
        padding-left: 0;
        margin-left: 0;
        border-radius: 0
    }

    .b-header--fixed .b-header__logo:before {
        display: none;
    }

    .b-header--fixed .b-header__logo.js-active {
        width: 164px;
    }

    .b-header--fixed .b-header__logo .b-logo__link {
        padding-right: 6px;
    }

    .b-header--fixed .b-header__logo .b-logo__separator {
        margin-left: 0;
    }

    .b-header--fixed .b-header__logo .b-logo__menu-btn {
        width: 100%;
        padding: 0;
    }

    .b-header--fixed .b-header__logo .b-logo__menu-btn-icon {
        top: calc(50% - 2px);
        left: auto;
        right: 30px;
    }

    .b-header--fixed .b-header__logo.js-active .b-logo__menu-btn-icon {
        right: 7px;
    }

    .b-header--fixed .b-header__logo .b-logo__menu-btn-title {
        top: calc(50% + 1px);
        right: 25px;
    }

    .b-header--fixed .b-header__logo .b-logo__menu-wrap {
        min-width: 228px;
        top: calc(100% + 6px);
        left: -16px;
        border-radius: 0 0 4px 0;
    }

    .b-header--fixed .b-header__logo .b-logo__menu-link {
        padding-left: 17px;
    }

    .b-header--fixed .b-header__logo .b-logo__menu > li > ul {
        margin-left: 30px;
    }

    .b-header--fixed .b-header__logo .b-logo__menu > li > ul > li > .b-logo__menu-link {
        padding-left: 25px;
    }

    .b-header--fixed .b-header__call {
        position: relative;
        margin-right: 0;
        width: 32px;
        height: 32px;
        padding: 0;
        border-radius: 0
    }

    .b-header--fixed .b-header__call .b-call__inner {
        background: url(/local/templates/webcom_2018/images/header/default/phone.svg) no-repeat center/50%, linear-gradient(8.72deg, #fd0 3.11%, #fffd70 116.63%);
        width: 100%;
        height: 100%;
        border-radius: 4px;
    }

    .b-header--fixed .b-header__call .b-call__inner.js-active {
        background: url(/local/templates/webcom_2018/images/header/default/phone.svg) no-repeat center/50%, linear-gradient(30deg, #47ffff -10%, #fff500 90%);
    }

    .b-header--fixed .b-header__call .b-call__arrow svg,
    .b-header--fixed .b-header__call .b-call__code,
    .b-header--fixed .b-header__call .b-call__text {
        display: none
    }

    .b-header--fixed .b-header__call .b-call__arrow {
        width: 32px;
        height: 32px;
        position: static;
        border: 0;
        border-radius: 4px;
    }

    .b-header--fixed .b-header__call .b-call__arrow:before {
        display: none;
    }

    .b-header--fixed .b-header__call .b-call__arrow:after {
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        top: calc(100% + 8px);
        left: 50%;
        width: 0;
        height: 2px;
        background: #fd0;
        transition: .2s ease-in-out;
    }

    .b-header--fixed .b-header__call .b-call__inner.js-active .b-call__arrow:after {
        width: 100%;
        left: 0;
    }

    .b-header--fixed .b-header__call .b-call__menu {
        width: 100vw;
        padding: 0;
        right: -61px;
        border-top: 0;
        border-radius: 0;
    }

    .b-header--fixed .b-header__call .b-call__menu {
        top: calc(100% + 10px);
    }

    .b-header--fixed .b-header__call .b-call__inner.js-active .b-call__menu {
        top: calc(100% + 10px);
    }

    .b-header--fixed .b-header__call .b-phones__item {
        padding: 0;
        margin-bottom: 0;
        border-bottom: 2px solid #eff2f7;
    }

    .b-header--fixed .b-header__call .b-phones__link {
        max-height: 44px;
        padding: 13px 0;
    }

    .b-header--fixed .b-header__call .b-call__menu-btn-contact {
        margin: 10px auto;
    }

    .b-header__btn-menu {
        /*display: flex;*/
    }

    .b-header--fixed .b-header__btn-menu {
        margin-left: 16px;
    }

    .b-header--fixed .b-header__btn-menu:focus,
    .b-header--fixed .b-header__btn-menu:active {
        -webkit-tap-highlight-color: transparent;
    }

    .b-header--fixed .b-header__nav {
        opacity: 0;
        visibility: hidden;
        border-bottom: none;
        box-shadow: 0px 4px 6px rgba(21, 78, 130, 0.1);
    }

    .b-header--fixed .b-header__nav.js-active {
        opacity: 1;
        visibility: visible;
    }

    .b-header--fixed .b-header__nav .b-menu__link {
        padding: 15px 14px;
    }

    .b-header--fixed .b-header__nav .b-menu__item--hidden {
        display: none;
    }

    .b-header--fixed .b-header__nav .b-menu__item--parent .b-menu__link:after {
        margin-left: 5px;
    }

    .mobile .b-header__logo--performance.js-active .b-logo__menu-btn-icon svg,
    .tablet .b-header__logo--performance.js-active .b-logo__menu-btn-icon svg,
    .mobile .b-header__logo--performance.js-active .b-logo__menu-btn:hover .b-logo__menu-btn-icon svg,
    .tablet .b-header__logo--performance.js-active .b-logo__menu-btn:hover .b-logo__menu-btn-icon svg {
        fill: #00B9FF;
    }

    .mobile .b-header__logo--pay.js-active .b-logo__menu-btn-icon svg,
    .tablet .b-header__logo--pay.js-active .b-logo__menu-btn-icon svg,
    .mobile .b-header__logo--pay.js-active .b-logo__menu-btn:hover .b-logo__menu-btn-icon svg,
    .tablet .b-header__logo--pay.js-active .b-logo__menu-btn:hover .b-logo__menu-btn-icon svg {
        fill: #00B9FF;
    }

    .mobile .b-header__call .b-call__menu,
    .tablet .b-header__call .b-call__menu {
        right: 3px;
        top: calc(100% + 8px);
        transition: none;
    }

    .mobile .b-header__call .b-call__inner.js-active .b-call__menu,
    .tablet .b-header__call .b-call__inner.js-active .b-call__menu {
        transition: opacity .3s ease, visibility .3s ease;
    }

    .mobile .b-header--fixed .b-header__call .b-call__menu,
    .tablet .b-header--fixed .b-header__call .b-call__menu {
        transition: none;
    }

    .mobile .b-header--fixed .b-header__call .b-call__inner.js-active .b-call__menu,
    .tablet .b-header--fixed .b-header__call .b-call__inner.js-active .b-call__menu {
        right: -61px;
        transition: opacity .3s ease, visibility .3s ease;
    }

    .b-header__breadcrumbs .b-breadcrumbs__container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .b-header__title {
        padding-right: 16px;
        padding-left: 16px;
        font-size: 22px;
        margin-bottom: 16px
    }

    .b-header__category {
        margin-bottom: 24px;
        margin-left: 16px;
        width: calc(100% - 16px)
    }

    .b-header__category .b-category__container {
        padding: 0 16px 0 0;
        border-left: 2px solid rgba(192, 204, 211, .2)
    }

    .b-header__category .b-category__items {
        margin-bottom: 0;
    }

    .b-header__category .b-category__item {
        width: 100%;
        border-left: 0
    }

    .b-header__category .b-category__item:nth-child(n) {
        margin-right: 0
    }

    .b-header__category .b-category__btn {
        width: 40px;
        height: 29px;
        margin: 1px 0 0;
        padding: 0;
        position: relative;
        background: none;
        border-radius: 0;
        line-height: inherit;
    }

    .b-header__category .b-category__btn:before {
        content: '';
        display: block;
        width: 18px;
        height: 4px;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        background: url(/local/templates/webcom_2018/images/header/default/dots.svg) no-repeat center/contain;
        transform: translate(-50%, -50%);
    }

    .b-header__category.b-category--expanded .b-category__btn:before {
        width: 14px;
        height: 9px;
        background: url(/local/templates/webcom_2018/images/header/default/arrow.svg) no-repeat center/contain;
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .b-header__category .b-category__btn-text {
        display: none;
    }

    .b-header__category .b-category__separator {
        display: none !important;
    }

    .b-header__desc {
        margin-bottom: 32px
    }

    .b-header__desc .b-desc__container {
        padding-right: 16px;
        padding-left: 16px
    }

    .b-header__desc .b-desc__text {
        line-height: 16px
    }

    .b-header__review {
        margin-bottom: 32px
    }

    .b-header__review .b-review__container {
        flex-direction: column;
        justify-content: flex-start;
        padding-right: 16px;
        padding-left: 16px
    }

    .b-header__review .b-review__text {
        width: 100%;
        text-align: center;
        margin-bottom: 24px;
        line-height: 16px
    }

    .b-header__task {
        margin-bottom: 8px
    }

    .b-header__task .b-task__container {
        padding-right: 16px;
        padding-left: 16px
    }

    .b-header__task .b-task__title {
        line-height: 26px;
        font-size: 22px;
        margin-bottom: 16px
    }

    .b-header__task .b-task__item {
        padding: 12px;
        width: 100%;
        margin-bottom: 8px
    }

    .b-header__task .b-task__item:nth-child(2n) {
        margin-right: 16px
    }

    .b-header__task .b-task__item--col-2:nth-child(n),
    .b-header__task .b-task__item:nth-child(n) {
        margin-right: 0
    }

    .b-header__task .b-task__icon {
        margin-right: 12px
    }

    .b-header__task .b-task__icon svg {
        font-size: 24px
    }

    .b-header__decision .b-decision__container {
        padding-right: 16px;
        padding-left: 16px
    }

    .b-header__decision .b-decision__title {
        line-height: 26px;
        font-size: 22px
    }

    .b-header__decision .b-decision__text {
        line-height: 16px
    }

    .b-header__chain {
        margin-top: 24px;
    }

    .b-header__chain .b-chain__container {
        padding-right: 16px;
        padding-left: 16px
    }

    .b-header__chain .b-chain__head {
        margin-bottom: 16px;
        flex-direction: column;
        align-items: stretch
    }

    .b-header__chain .b-chain__title {
        margin-right: 0;
        font-size: 22px;
        margin-bottom: 12px
    }

    .b-header__chain .b-chain__time {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 8px
    }

    .b-header__chain .b-chain__items {
        margin-bottom: 16px
    }

    .b-header__chain .b-chain__item {
        width: 100%;
        margin-bottom: 8px;
        padding: 9px 46px 9px 16px;
    }

    .b-header__chain .b-chain__item:nth-child(2n) {
        margin-right: 16px
    }

    .b-header__chain .b-chain__item:nth-child(n) {
        margin-right: 0
    }

    .b-header__chain .b-chain__text {
        font-size: 14px;
        line-height: 17px
    }

    /*.b-prime__container {*/
    /*    padding: 30px 16px 32px;*/
    /*}*/
    /*.b-prime__container--thin {*/
    /*    padding-top: 10px;*/
    /*    padding-bottom: 10px;*/
    /*}*/
    /*.b-prime__container > :last-child {*/
    /*    margin-bottom: 0*/
    /*}*/
    /*.b-prime__title {*/
    /*    line-height: 32px;*/
    /*    font-size: 28px*/
    /*}*/
    /*.b-prime__desc {*/
    /*    margin-bottom: 27px;*/
    /*    line-height: 18px;*/
    /*    font-size: 14px*/
    /*}*/
    /*.b-prime__items {*/
    /*    margin-bottom: 32px*/
    /*}*/
    /*.b-prime__item {*/
    /*    width: 100%;*/
    /*    min-height: 60px;*/
    /*    margin-bottom: 20px;*/
    /*    padding-left: 8px;*/
    /*    padding-right: 0*/
    /*}*/
    /*.b-prime__item:last-of-type {*/
    /*    margin-bottom: 0*/
    /*}*/
    /*.b-prime__item:nth-child(n) {*/
    /*    margin-right: 0*/
    /*}*/
    /*.b-prime__count {*/
    /*    line-height: normal;*/
    /*    font-size: 32px*/
    /*}*/
    .b-footer {
        background: url(/local/templates/webcom_2018/images/footer/default/footer-bg--mobile.jpg) no-repeat center/cover;
    }

    .b-footer__top,
    .b-footer__bottom {
        flex-direction: column;
        align-items: center;
    }

    .b-footer__top {
        padding: 9px 0 0;
    }

    .b-footer__top .b-footer__item {
        min-height: auto;
        border-right: 0;
    }

    .b-footer__item--nav {
        display: none
    }

    .b-footer__item.b-contact {
        margin: 0 auto 5px;
        padding-right: 0;
        text-align: center;
    }

    .b-footer__item .b-contact__item {
        margin-bottom: 10px;
        text-align: center;
    }

    .b-footer__item .b-contact__item--phone {
        margin-bottom: 6px;
    }

    .b-footer__call .b-call__text {
        padding: 4px 0;
    }

    .b-footer__call .b-call__number {
        padding: 4px 0;
        right: 50%;
        transform: translateX(50%);
    }

    .b-footer__call .b-call__text.js-active .b-call__number {
        top: calc(50% - 10px);
    }

    .b-footer__item--socials {
        width: 100%;
        justify-content: center;
        order: 1;
        padding: 8px 0;
        border-top: 2px solid #245770;
    }

    .b-footer__item .b-socials__item {
        margin-right: 32px
    }

    .b-footer__item .b-socials__item--hidden {
        display: block;
    }

    .b-footer__item .b-socials__link {
        width: 32px;
        height: 32px;
    }

    .b-footer__item .b-socials__item--instagram .b-socials__link {
        background-size: 16px;
    }

    .b-footer__item .b-socials__item--vkontakte .b-socials__link {
        background-size: 18px 19px;
    }

    .b-footer__item .b-socials__item--facebook .b-socials__link {
        background-size: 10px 18px;
    }

    .b-footer__item .b-socials__item--youtube .b-socials__link {
        background-size: 20px;
    }

    .b-footer__bottom {
        padding: 11px 16px 6px;
    }

    .b-footer__bottom .b-footer__item {
        margin: 0 0 8px;
        padding: 0;
        border-right: 0;
    }

    .b-footer__bottom .b-footer__item:first-child {
        padding: 0;
    }

    .b-footer__bottom .b-footer__item:last-child {
        margin: 0;
    }

    .b-footer__bottom .b-footer__item--company {
        margin: 0 0 3px;
        font-weight: 500;
    }

    .b-footer__bottom .b-footer__item--unp {
        margin: 2px 0;
    }

    .b-footer__bottom .b-footer__item--terms-of-use .b-footer__link {
        padding: 6px 0;
    }
}

@media only screen and (max-width: 560px) {
    .b24-widget-button-wrapper.b24-widget-button-position-bottom-right {
        right: 0 !important;
        bottom: 15px !important;
    }
}

