
/* For old browsers */
@supports (not(--css: variables))
{
    .supports-error
    {
        display: flex !important;
    }
}

/* For IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    .supports-error
    {
        display: flex !important;
    }
}


/*------------------------
    Fonts
------------------------*/
@font-face
{
    font-family: "PFDinDisplayPro";
    font-weight: 300;
    font-style: normal;

    font-display: swap;
    src: url("../fonts/PFDinDisplayPro-Light.woff") format("woff"),
    url("../fonts/PFDinDisplayPro-Light.ttf") format("truetype");
}

@font-face
{
    font-family: "PFDinDisplayPro";
    font-weight: 400;
    font-style: normal;

    font-display: swap;
    src: url("../fonts/PFDinDisplayPro-Regular.woff") format("woff"),
    url("../fonts/PFDinDisplayPro-Regular.ttf") format("truetype");
}

@font-face
{
    font-family: "PFDinDisplayPro";
    font-weight: 500;
    font-style: normal;

    font-display: swap;
    src: url("../fonts/PFDinDisplayPro-Medium.woff") format("woff"),
    url("../fonts/PFDinDisplayPro-Medium.ttf") format("truetype");
}

@font-face
{
    font-family: "PFDinDisplayPro";
    font-weight: 700;
    font-style: normal;

    font-display: swap;
    src: url("../fonts/PFDinDisplayPro-Bold.woff") format("woff"),
    url("../fonts/PFDinDisplayPro-Bold.ttf") format("truetype");
}

@font-face
{
    font-family: "PTRoubleSans";
    font-weight: 400;
    font-style: normal;

    font-display: swap;
    src: url("../fonts/PTRoubleSans.woff") format("woff"),
    url("../fonts/PTRoubleSans.ttf") format("truetype");
}



/*------------------
    Reset styles
------------------*/
*
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:before,
*:after
{
    box-sizing: border-box;
}

a:not(.borderless):not(.button)
{
    border: none;
}

html
{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}

body
{
    margin: 0;

    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: contain;
    -webkit-tap-highlight-color: transparent;
    text-decoration-skip: objects;
    text-rendering: optimizeLegibility;
}

img
{
    border-style: none;
}

textarea
{
    overflow: auto;
}

input,
textarea,
input:active,
textarea:active,
button
{
    margin: 0;

    -webkit-border-radius: 0;
            border-radius: 0;
         outline: none transparent !important;
    box-shadow: none;

    -webkit-appearance: none;
            appearance: none;
    -moz-outline: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button
{
    margin: 0;

    -webkit-appearance: none;
}

input[type=number]
{
    -moz-appearance: textfield;
}

:focus
{
    outline: 0;
}

:hover,
:active
{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}


::-ms-clear
{
    display: none;
}



/*-------------------
    Global styles
-------------------*/
:root
{
    --font_family: "Inter", sans-serif;
    --scroll_width: 17px;
}


.clear
{
    clear: both;
}


.left
{
    float: left;
}


.right
{
    float: right;
}


html
{
    height: 100%;
    min-height: -moz-available;
    min-height: -webkit-fill-available;
    min-height:         fill-available;
}


body
{
    color: #333;
    font: 16px/1.4 var(--font_family);

    height: 100%;
    min-height: -moz-available;
    min-height: -webkit-fill-available;
    min-height:         fill-available;

    background: linear-gradient(207deg, #F6FAFF 0%, #E5F3FF 100%);
}

body.modal-open
{
    overflow: hidden;
}


button
{
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;

    display: inline-block;

    cursor: pointer;
    vertical-align: top;

    border: none;
    background: none;
}


.wrap
{
    display: flex;
    overflow: hidden;
    flex-direction: column;

    min-height: 100%;
    padding: 29px 0;

    background: linear-gradient(207deg, #F6FAFF 0%, #E5F3FF 100%);
}

.main
{
    position: relative;

    flex: 1 0 auto;
}


.cont
{
    position: relative;

    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 20px;
}


.lazyload
{
    opacity: 0;

    transition: opacity .5s linear;
}

.lazyload.loaded
{
    opacity: 1;
}


.rub
{
    font-family: "PTRoubleSans";
    font-weight: normal !important;
    font-style: normal;
}


.flex
{
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}


.supports-error
{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;

    font-family: "Arial", sans-serif;
    font-size: 20px;
    line-height: 30px;

    display: none;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 100%;
    height: 100%;
    padding: 20px;

    text-align: center;

    background: #FFF;
}

.supports-error.show
{
    display: flex;
}



/*------------
    Tooltip
------------*/
.tooltip
{
    position: relative;
}

.tooltip__btn
{
    position: relative;
    z-index: 9;

    color: #FFF;
    font-size: 16px;
    line-height: 20px;

    display: block;

    width: 26px;
    height: 26px;

    text-align: center;

    border-radius: 50%;
    background: #164A74;

    transition: background .2s linear;
}

.tooltip__btn._text
{
    color: #164A74;
    font-size: 12px;
    line-height: 23px;

    width: auto;
    height: auto;
    padding-left: 28px;

    letter-spacing: .01em;
    text-transform: uppercase;

    background: none;

    font-feature-settings: "pnum" on, "lnum" on;
}

.tooltip__btn .tooltip__btn-name
{
    border-bottom: 1px solid;

    transition: border .2s linear;
}

@media (any-hover: hover)
{
    .tooltip__btn:not(._text):hover
    {
        background: #3C7BAF;
    }

    .tooltip__btn:hover .tooltip__btn-name
    {
        border-bottom-color: transparent;
    }
}

.tooltip__btn.active
{
    z-index: 12;
}

.tooltip__btn:not(._text).active
{
    background: #164A74;
}

.tooltip__btn.active .tooltip__btn-name
{
    border-bottom-color: currentColor;
}

.tooltip__btn-icon
{
    position: absolute;
    top: 50%;
    left: 0;

    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 23px;
    height: 24px;
    margin-top: -12px;
}

.tooltip__btn-icon img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.tooltip__box
{
    position: absolute;
    z-index: 130;

    visibility: hidden;

    text-align: left;

    opacity: 0;

    transition: visibility .2s linear, opacity .2s linear;
}

.tooltip__bord
{
    top: calc(100% + 18px);
    left: 50%;

    width: 564px;
    padding: 20px;

    border-radius: 10px;
    background: #F8FBFF;

    transform: translateX(-50%);
}

.tooltip__bord::before
{
    content: "";

    position: absolute;
    bottom: 100%;
    left: 50%;

    display: block;

    margin-left: -9px;

    border: 9px solid transparent;
    border-bottom: 16px solid #F8FBFF;
}

.tooltip__bord._left
{
    left: -20px;

    margin-left: 0;

    transform: translateX(0);
}

.tooltip__bord._left::before
{
    left: 23px;

    margin-left: 0;
}

.tooltip__bord._right
{
    right: -20px;
    left: auto;

    transform: translateX(0);
}

.tooltip__bord._right::before
{
    right: 23px;
    left: auto;

    margin-left: 0;
}

.tooltip__bg
{
    top: calc(100% + 10px);
    left: 0;

    overflow: hidden;

    width: 645px;

    border-radius: 10px;
    background: #F8FBFF;
}

.tooltip__bg._right
{
    right: 0;
    left: auto;
}

.tooltip__box.active
{
    visibility: visible;

    pointer-events: auto;

    opacity: 1;
}

.tooltip__close
{
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 20px;

    color: #164A74;

    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 24px;
    height: 24px;
    padding: 6px;

    border-radius: 2px;
    background: #E4EDF4;

    transition: color .2s linear, background .2s linear;
}

@media (any-hover: hover)
{
    .tooltip__close:hover
    {
        color: #FFF;

        background: #164A74;
    }
}

.tooltip__close svg
{
    display: block;

    width: 100%;
    height: 100%;

    stroke: currentColor;
}

.tooltip__shadow
{
    position: relative;
}

.tooltip__shadow::after
{
    content: "";

    position: absolute;
    bottom: 0;
    left: 0;

    width: calc(100% - 10px);
    height: 42px;

    pointer-events: none;

    background: linear-gradient(180deg, rgba(248, 251, 255, 0) 0%, #F8FBFF 48.67%);

    transition: opacity .2s linear;
}

.tooltip__shadow.top::after
{
    opacity: 0;
}

.tooltip__shadow._hide-shadow::after
{
    opacity: 0;
}

.tooltip__scroll
{
    overflow: hidden;
    overflow-y: auto;

    max-height: 380px;
    padding: 20px;
}

@media (min-width: 1025px)
{
    .tooltip__scroll
    {
        scrollbar-color: #164A74 #F3F3F3;
        scrollbar-width: thin;
    }

    .tooltip__scroll::-webkit-scrollbar
    {
        width: 7px;
        height: 7px;

        border-radius: 7px;
        background-color: #F3F3F3;
    }

    .tooltip__scroll::-webkit-scrollbar-track
    {
        border-radius: 7px;
        background-color: #F3F3F3;
    }

    .tooltip__scroll::-webkit-scrollbar-thumb
    {
        border-radius: 7px;
        background-color: #164A74;
    }
}

.tooltip__feature-item
{
    color: #333;
    font-size: 14px;
    line-height: 1.43;

    align-content: flex-end;
    align-items: flex-end;
    flex-wrap: nowrap;
}

.tooltip__feature-item + .tooltip__feature-item
{
    margin-top: 15px;
}

.tooltip__feature-name
{
    position: relative;

    width: 100%;
    padding-right: 10px;
}

.tooltip__feature-name::before
{
    content: "";

    position: absolute;
    bottom: 5px;
    left: 0;

    width: 100%;

    border-bottom: 1px dashed rgba(22, 74, 116, .5);
}

.tooltip__feature-name span
{
    position: relative;

    padding-right: 5px;

    background: #FFF;
}

.tooltip__bord .tooltip__feature-name span
{
    background: #F8FBFF;
}

.tooltip__feature-val
{
    font-weight: 500;

    flex-shrink: 0;

    margin-left: 5px;

    white-space: nowrap;

    font-feature-settings: "pnum" on, "lnum" on;
}

.tooltip__item + .tooltip__item
{
    margin-top: 20px;
    padding-top: 14px;

    border-top: 1px solid rgba(22, 74, 116, .25);
}

.tooltip__title
{
    color: #164A74;
    font-size: 16px;
    font-weight: 500;

    text-transform: uppercase;

    font-variant-numeric: lining-nums proportional-nums;
}

* + .tooltip__title
{
    position: relative;

    margin-top: 20px;
    padding-top: 21px;
}

* + .tooltip__title::before
{
    content: "";

    position: absolute;
    top: 0;
    left: -20px;

    width: calc(100% + 40px);
    height: 1px;

    background: rgba(22, 74, 116, .25);
}

.tooltip__flex
{
    margin: -7px 0 0 -40px;
}

.tooltip__col
{
    margin-top: 13px;
    margin-left: 40px;
}

.tooltip__col_big
{
    width: calc(100% - 40px);
}

.tooltip__col-name
{
    color: #164A74;
    font-size: 16px;

    font-variant-numeric: lining-nums proportional-nums;
}

.tooltip__col-desc
{
    color: rgba(22, 74, 116, .50);
    font-size: 16px;

    margin-top: 3px;

    font-variant-numeric: lining-nums proportional-nums;
}

.tooltip .tooltip__col-desc a
{
    color: currentColor;

    text-decoration: none;

    border-bottom: 1px solid;

    transition: border .2s linear;
}

@media (any-hover: hover)
{
    .tooltip .tooltip__col-desc a:hover
    {
        border-bottom-color: transparent;
    }
}

.overlay-tooltip
{
    position: fixed;
    z-index: 120;
    top: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 100%;

    pointer-events: none;

    opacity: 0;
    background: rgba(60, 123, 175, .20);
}

.overlay-tooltip._show
{
    visibility: visible;

    pointer-events: auto;

    opacity: 1;
}



/*------------
    Header
------------*/
.header
{
    position: relative;
    z-index: 99;
    top: 0;
    left: 0;

    width: 100%;
}

.header__bg
{
    padding: 32px 40px 40px;

    border-radius: 10px;
    background: #FFF;
    box-shadow: 1px 703px 281px rgba(222, 222, 222, .01), 0px 395px 237px rgba(222, 222, 222, .05), 0px 176px 176px rgba(222, 222, 222, .09), 0px 44px 97px rgba(222, 222, 222, .1), 0px 0px 0px rgba(222, 222, 222, .1);
}

.header__top
{
    align-content: center;
    align-items: center;

    padding-bottom: 27px;
}

.header__socials
{
    display: none;
}

.header__info
{
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.header__menu-item
{
    position: relative;
}

.header__menu-item + .header__menu-item
{
    margin-left: 20px;
}

.header__menu-link
{
    position: relative;

    color: #333;

    display: block;

    text-decoration: none;
    letter-spacing: .01em;
    text-transform: uppercase;

    transition: color .2s linear;
}

.header__menu-link.sub
{
    padding-right: 14px;
}

.header__submenu-link.sub
{
    position: relative;

    padding-right: 36px;
}

@media (any-hover: hover)
{
    .header__menu-item:hover .header__menu-link
    {
        color: #164A74;
    }
}

.header__menu-link.sub::before
{
    content: "";

    position: absolute;
    top: 50%;
    right: 0;

    width: 9px;
    height: 7px;
    margin-top: -4px;

    background: url(../images/arrow.svg) 50% no-repeat;
}

.header__submenu-link.sub::before
{
    content: "";

    position: absolute;
    top: 50%;
    right: 16px;

    width: 9px;
    height: 7px;
    margin-top: -4px;

    background: url(../images/arrow.svg) 50% no-repeat;

    transform: rotate(-90deg);
}

.header__submenu
{
    position: absolute;
    z-index: 90;
    top: calc(100% + 5px);
    left: -16px;

    visibility: hidden;

    width: 200px;
    min-width: calc(100% + 32px);
    padding: 11px 0;

    pointer-events: none;

    opacity: 0;
    border-radius: 20px;
    background: linear-gradient(206.6deg, #F6FAFF 0%, #E6F3FF 100%);
}

.header__submenu .header__submenu
{
    top: 0;
    left: calc(100% + 5px);
}

.header__menu-item:hover > .header__submenu,
.header__submenu-item:hover > .header__submenu
{
    visibility: visible;

    pointer-events: auto;

    opacity: 1;
}

.header__submenu::before
{
    content: "";

    position: absolute;
    top: -5px;
    left: 0;

    width: 100%;
    height: 7px;
}

.header__submenu .header__submenu::before
{
    top: 0;
    left: -5px;

    width: 5px;
    height: 100%;
}

/* .header__submenu-item + .header__submenu-item
{
    margin-top: 10px;
} */

.header__submenu-link
{
    color: #333;

    display: block;

    padding: 5px 16px;

    text-decoration: none;
    letter-spacing: .01em;
    text-transform: uppercase;

    transition: color .2s linear;
}

@media (any-hover: hover)
{
    .header__submenu-item:hover > .header__submenu-link
    {
        color: #164A74;
    }
}


.mini-modal
{
    position: relative;
}

.mini-modal__modal
{
    position: absolute;
    z-index: 90;
    top: calc(100% + 5px);
    left: -16px;

    visibility: hidden;

    min-width: calc(100% + 32px);
    padding: 16px;

    pointer-events: none;

    opacity: 0;
    border-radius: 10px;
    background: linear-gradient(206.6deg, #F6FAFF 0%, #E6F3FF 100%);
}

.mini-modal__modal.active
{
    visibility: visible;

    pointer-events: auto;

    opacity: 1;
}


.mini-modal_lang
{
    margin-left: auto;
}

.mini-modal__btn_lang
{
    position: relative;

    color: #333;

    padding-right: 14px;
}

.mini-modal__btn_lang::before
{
    content: "";

    position: absolute;
    top: 50%;
    right: 0;

    width: 9px;
    height: 7px;
    margin-top: -4px;

    background: url(../images/arrow.svg) 50% no-repeat;
}

.lang-list__item + .lang-list__item
{
    margin-top: 10px;
}

.lang-list__link
{
    color: #333;

    display: block;

    text-decoration: none;
    letter-spacing: .01em;
    text-transform: uppercase;

    transition: color .2s linear;
}

@media (any-hover: hover)
{
    .lang-list__link:hover
    {
        color: #164A74;
    }
}


.header__mail
{
    display: none;
}

.header__phone
{
    margin-left: 74px;
}

.header__phone a
{
    position: relative;

    color: #333;

    display: inline-block;

    padding-left: 29px;

    vertical-align: top;
    text-decoration: none;
}

.header__phone a::before
{
    content: "";

    position: absolute;
    top: 50%;
    left: 0;

    width: 24px;
    height: 24px;
    margin-top: -12px;

    background: url(../images/phone.svg) 50% no-repeat;
}


.header__logo
{
    flex-shrink: 0;

    width: 201px;
    margin-right: 40px;
}

.header__logo a,
.header__logo img
{
    display: block;

    max-width: 100%;
}


.header-search
{
    width: 100%;
}

.header-search .header-search__input
{
    color: #333;
    font: 16px var(--font_family);

    display: block;

    width: 100%;
    height: 60px;
    padding: 0 19px 0 53px;

    border: 1px solid rgba(60, 123, 175, .31);
    border-radius: 10px;
    background: url(../images/lupa.svg) 19px 50% no-repeat;
}


.header__links
{
    flex-shrink: 0;

    margin-left: 14px;
}

.header__link
{
    color: #333;

    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 57px;
    height: 60px;
    margin-left: 10px;
    padding: 10px;

    border-radius: 10px;
    background: rgba(60, 123, 175, .13);

    transition: background .2s linear, color .2s linear;
}

@media (any-hover: hover)
{
    .header__link:hover
    {
        color: #FFF;

        background: #164A74;
    }
}

.header__link svg
{
    display: block;

    max-width: 100%;
    max-height: 100%;

    fill: none;
    stroke: currentColor;
}

.header__link_cart svg
{
    width: 26px;
    height: 20px;
}

.header__link_user svg
{
    width: 21px;
    height: 24px;
}


.mob-header
{
    display: none;
}

.btn-fixed
{
    display: none;
}



/*------------
    BTNS
------------*/
.wrap-btn_marg
{
    margin-top: 48px;
}

.btn-link
{
    color: #383A47;
    font-weight: 500;
    line-height: normal;

    display: inline-block;

    padding-bottom: 8px;

    text-decoration: none;

    border-bottom: 2px solid;

    transition: border .2s linear;
}

@media (any-hover: hover)
{
    .btn-link:hover
    {
        border-bottom-color: transparent;
    }
}



/*----------------
    Typography
----------------*/
.text-block > :last-child
{
    margin-bottom: 0;
}

.text-block h1,
.text-block .title
{
    color: #383A47;
    font-size: 50px;
    font-weight: 600;
    line-height: normal;

    margin-bottom: 39px;
}

.text-block h2
{
    color: #383A47;
    font-size: 36px;
    font-weight: 600;
    line-height: normal;

    margin-bottom: 39px;
}

.text-block h2 b
{
    font-weight: 900;
}

.text-block p
{
    margin-bottom: 20px;
}

.text-block img
{
    display: block;

    max-width: 100%;
    margin-bottom: 20px;

    border-radius: 5px;
}

.text-block b
{
    font-weight: 600;
}

.text-block a
{
    color: currentColor;

    text-decoration: none;

    border-bottom: 1px solid;

    transition: border .2s linear;
}

@media (any-hover: hover)
{
    .text-block a:hover
    {
        border-bottom-color: transparent;
    }
}



/*------------------
    Form elements
------------------*/
::-webkit-input-placeholder
{
    color: #C9C9C9;

    opacity: 1;
}

::-moz-placeholder
{
    color: #C9C9C9;

    opacity: 1;
}

:-moz-placeholder
{
    color: #C9C9C9;

    opacity: 1;
}

:-ms-input-placeholder
{
    color: #C9C9C9;

    opacity: 1;
}


.page-form__sector + .page-form__sector
{
    margin-top: 30px;
}

.page-form__head
{
    justify-content: space-between;
    align-content: flex-end;
    align-items: flex-end;
}

.page-form__change
{
    color: rgba(51, 51, 51, .4);

    border-bottom: 1px solid;

    transition: border .2s linear, color .2s linear;
}

@media (any-hover: hover)
{
    .page-form__change:hover
    {
        color: #164A74;

        border-color: #164A74;
    }
}

.page-form__flex
{
    margin: 16px 0 0 -20px;
}

.page-form__line
{
    margin-bottom: 20px;
}

.page-form__line + .checkbox-text
{
    margin-top: -10px;
}

.page-form__flex .page-form__line
{
    width: calc(100%/2 - 20px);
    margin-left: 20px;
}

.page-form__flex._three .page-form__line
{
    width: calc(100%/3 - 20px);
}

.page-form__filed
{
    position: relative;
}

.page-form__filed_line::before
{
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 7px;
    height: 100%;

    border-radius: 3px;
    background: #E00;
}

.page-form__label
{
    color: #C9C9C9;
    font-size: 14px;

    margin-bottom: 5px;
}

.page-form__label span
{
    color: #E00;
}

.page-form .page-form__input
{
    color: #333;
    font: 14px var(--font_family);

    display: block;

    width: 100%;
    height: 50px;
    padding: 0 9px;

    border: 1px solid #E8E8E8;
    border-radius: 5px;
    background: none;

    transition: border .2s linear, color .2s linear;
}

.page-form .page-form__input_gray
{
    border-color: #D8D8D8;
}

.page-form .page-form__input._date
{
    padding-right: 42px;

    background: url(../images/ic_date.svg) calc(100% - 11px) 50% no-repeat;
}

.page-form .page-form__input._password
{
    padding-right: 59px;
}

.page-form .page-form__textarea
{
    color: #333;
    font: 14px var(--font_family);

    display: block;

    width: 100%;
    height: 200px;
    padding: 19px;

    resize: none;

    border: 1px solid #E8E8E8;
    border-radius: 5px;
    background: none;

    transition: border .2s linear, color .2s linear;
}

.page-form .page-form__textarea_gray
{
    height: 65px;
    padding: 11px 9px;

    border-color: #D8D8D8;
}

@media (min-width: 1025px)
{
    .page-form .page-form__textarea
    {
        scrollbar-color: #164A74 #F3F3F3;
        scrollbar-width: thin;
    }

    .page-form .page-form__textarea::-webkit-scrollbar
    {
        width: 7px;
        height: 7px;

        border-radius: 7px;
        background-color: #F3F3F3;
    }

    .page-form .page-form__textarea::-webkit-scrollbar-track
    {
        border-radius: 7px;
        background-color: #F3F3F3;
    }

    .page-form .page-form__textarea::-webkit-scrollbar-thumb
    {
        border-radius: 7px;
        background-color: #164A74;
    }
}

.page-form__eye
{
    position: absolute;
    top: 50%;
    right: 27px;

    color: #1D1A1E;

    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 20px;
    height: 20px;
    margin-top: -10px;

    opacity: .4;

    transition: opacity .2s linear, color .2s linear;
}

@media (any-hover: hover)
{
    .page-form__eye:hover
    {
        opacity: 1;
    }
}

.page-form__eye.active
{
    color: #3C7BAF;

    opacity: 1;
}

.page-form__eye svg
{
    display: block;

    width: 20px;
    height: 12px;

    fill: currentColor;
}


.page-form .error,
.page-form .error + .nice-select .current
{
    color: rgba(238, 0, 0, .40);

    border-color: #E00;
}

.page-form .error::-webkit-input-placeholder
{
    color: rgba(238, 0, 0, .40);
}

.page-form .error::-moz-placeholder
{
    color: rgba(238, 0, 0, .40);
}

.page-form .error:-moz-placeholder
{
    color: rgba(238, 0, 0, .40);
}

.page-form .error:-ms-input-placeholder
{
    color: rgba(238, 0, 0, .40);
}

.page-form .page-form__input:disabled,
.page-form .page-form__textarea:disabled
{
    color: #C9C9C9;

    cursor: default;
    pointer-events: none;
}


.page-form__info
{
    justify-content: space-between;
    align-content: center;
    align-items: center;

    margin-top: -5px;
}

.checkbox input[type=checkbox]
{
    display: none;
}

.checkbox__label
{
    position: relative;

    display: inline-block;

    vertical-align: top;
}

.checkbox__text
{
    position: relative;

    color: #C6C6C6;
    font-size: 12px;

    align-content: center;
    align-items: center;

    cursor: pointer;

    transition: color .2s linear;
}

.checkbox__text-name
{
    margin-left: 10px;

    border-bottom: 1px solid;
}

.checkbox__box
{
    position: relative;

    font-size: 10px;
    line-height: 1;

    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 58px;
    height: 30px;
    padding: 8px;

    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 31px 12px rgba(186, 186, 186, .01), 0px 17px 10px rgba(186, 186, 186, .05), 0px 8px 8px rgba(186, 186, 186, .09), 0px 2px 4px rgba(186, 186, 186, .1), 0px 0px 0px rgba(186, 186, 186, .1);
}

.checkbox__box:before
{
    content: "";

    position: absolute;
    top: 3px;
    left: 3px;

    width: 24px;
    height: 24px;

    border-radius: 50%;
    background: #164A74;

    transition: left .2s linear, background .2s linear;
}

@media (any-hover: hover)
{
    .checkbox__text:hover .checkbox__box:before
    {
        background: #3C7BAF;
    }
}

input[type=checkbox]:checked + .checkbox__text .checkbox__box:before
{
    left: 31px;
}

.page-form__forgot
{
    color: #164A74;
    font-size: 12px;
}

.page-form__forgot a
{
    color: #164A74;

    text-decoration: none;

    border-bottom: 1px solid;

    transition: border .2s linear;
}

@media (any-hover: hover)
{
    .page-form__forgot a:hover
    {
        border-bottom-color: transparent;
    }
}

.page-form__submit
{
    margin-top: 50px;
}

.page-form__submit_marg
{
    margin-top: 30px;
}

.page-form .page-form__submit-btn
{
    color: #FFF;
    font-size: 14px;

    display: inline-block;

    height: 50px;
    padding: 0 30px;

    vertical-align: top;
    letter-spacing: .01em;
    text-transform: uppercase;

    border-radius: 5px;
    background: #164A74;

    transition: background .2s linear;
}

.page-form .page-form__submit-btn.big
{
    width: 100%;
    padding: 0;
}

@media (any-hover: hover)
{
    .page-form .page-form__submit-btn:hover
    {
        background: #3C7BAF;
    }
}

.passport-data
{
    justify-content: space-between;

    margin-top: 20px;
}

.passport-data__passport
{
    justify-content: space-between;

    width: calc(36.3% - 10px);
}

.passport-data__passport .page-form__line
{
    width: calc(37% - 10px);
}

.passport-data__passport .page-form__line.number
{
    width: calc(63% - 10px);
}

.passport-data .page-form__line.big
{
    width: calc(63.7% - 10px);
}

.passport-data__sep
{
    color: #3C7BAF;
    font-size: 18px;
    line-height: 1.2;

    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    height: 60px;
    margin-top: 25px;

    opacity: .4;
}



/*---------------
	Page head
---------------*/
.main-title
{
    color: #164A74;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;

    letter-spacing: .01em;
    text-transform: uppercase;
}

.main-title span
{
    color: #F00;

    margin-left: 21px;

    text-transform: none;
}

.big-title
{
    color: #164A74;
    font-size: 24px;
    font-weight: 500;

    margin-bottom: 15px;

    letter-spacing: .01em;
    text-transform: uppercase;
}

.main-info
{
    color: #333;
    font-size: 14px;
    font-weight: 600;

    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;

    letter-spacing: .01em;
    text-transform: uppercase;
}

.main-info__icon
{
    width: 26px;
    height: 26px;
    margin-right: 4px;
}

.main-info__icon svg
{
    display: block;

    width: 100%;
    height: 100%;

    fill: currentColor;
    stroke: currentColor;
}

.main-info b
{
    color: #E00;
    font-size: 12px;
    font-weight: 600;
}

.sector__head
{
    justify-content: space-between;
    align-content: center;
    align-items: center;
}



/*--------------
    Fancybox
--------------*/
.compensate-for-scrollbar
{
    padding-right: var(--scroll_width) !important;
}

.fancybox__backdrop
{
    background: rgba(0, 0, 0, .6);
}

.fancybox__content
{
    color: #252323;
}

.fancybox__slide
{
    padding: 30px;
}

.fancybox__slide.has-video
{
    padding-top: 60px;
}

.fancybox__content > .carousel__button.is-close
{
    top: 10px;
    right: 10px;

    color: #D9D9D9;

    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 32px;
    height: 32px;
    padding: 7px;

    border: none;
    background: none;

    transition: color .2s linear;
}

@media (any-hover: hover)
{
    .fancybox__content > .carousel__button.is-close:hover
    {
        color: #000;
    }
}

.fancybox__content > .carousel__button.is-close svg
{
    width: 100%;
    height: 100%;

    fill: currentColor;
    filter: none;
    stroke: none;
}

.fancybox__content :focus:not(.carousel__button.is-close)
{
    outline: none;
}

.fancybox__button--thumbs,
.fancybox__button--zoom
{
    display: none;
}

.fancybox__thumbs
{
    display: none;
}



/*------------------------
	Slider controls
------------------------*/
.swiper
{
    position: relative;

    margin-right: 0;
    margin-left: 0;
}

.swiper_visible
{
    overflow: visible;

    margin-top: 70px;
}

.swiper-overflow
{
    overflow: hidden;
}

.swiper-wrapper
{
    height: auto;
}

.slider-button-prev,
.slider-button-next
{
    position: absolute;
    z-index: 10;
    top: -123px;

    color: #000;

    display: flex;
    overflow: hidden;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 92px;
    height: 42px;

    cursor: pointer;

    border: none;
    border-radius: 50px;
    background: none;

    transition: color .2s linear;
}

.slider-button-prev.top,
.slider-button-next.top
{
    top: -114px;
}

.slider-button-prev.center,
.slider-button-next.center
{
    top: 50%;

    width: 66px;
    margin-top: -21px;
}

.slider-button-prev.center svg,
.slider-button-next.center svg
{
    left: -26px;
}

.slider-button-prev.center
{
    left: 0;
}

.slider-button-next.center
{
    right: 0;
    left: auto;
}

.slider-button-prev_white,
.slider-button-next_white
{
    color: #FFF;
}

.slider-button-prev::before,
.slider-button-next::before
{
    content: "";

    position: absolute;
    top: 0;
    right: 0;

    width: 42px;
    height: 42px;

    border-radius: 50%;
    background: rgba(239, 172, 124, .2);

    transition: background .2s linear;
}

@media (any-hover: hover)
{
    .slider-button-prev:hover,
    .slider-button-next:hover
    {
        z-index: 11;
    }

    .slider-button-prev:hover::before,
    .slider-button-next:hover::before
    {
        background: rgba(239, 172, 124, .8);
    }
}

.slider-button-prev svg,
.slider-button-next svg
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 77px;
    height: 8px;
    margin-top: -4px;

    fill: currentColor;
    stroke: none;
}

.slider-button-prev
{
    left: 0;

    transform: rotate(180deg);
}

.slider-button-next
{
    left: 0;

    margin-left: 115px;
}

.slider-button-prev.swiper-button-disabled,
.slider-button-next.swiper-button-disabled
{
    cursor: default;
    pointer-events: none;

    opacity: .3;
}

.slider-button-prev.swiper-button-disabled::before,
.slider-button-next.swiper-button-disabled::before
{
    opacity: 0;
}

.swiper-button-lock
{
    display: none;
}

.slider-pagination
{
    position: relative;
    z-index: 9;
    bottom: 0;
    left: 0;

    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 100%;
    max-width: none;
    height: 10px;
    margin-top: 14px;
    padding: 0;

    text-align: center;

    transition: 300ms opacity, 300ms visibility;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction
{
    bottom: 0;
}

.slider-pagination.swiper-pagination-lock,
.slider-progressbar.swiper-pagination-lock
{
    display: none !important;
}

.slider-dot
{
    position: relative;

    color: #232323;

    display: block;

    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;

    border: none;
    border-radius: 50%;
    background: #D9D9D9;
    box-shadow: none;

    transition: background .2s linear;

    appearance: none;
}

.slider-dot + .slider-dot
{
    margin-left: 15px;
}

.slider-pagination-clickable .slider-dot
{
    cursor: pointer;
}

@media (any-hover: hover)
{
    .slider-dot:hover
    {
        background: #4C4E5B;
    }
}

.slider-dot.slider-dot_active
{
    background: #4C4E5B;
}

.swiper-pagination-progressbar.slider-progressbar
{
    z-index: 10;
    top: 50%;
    left: 50%;

    width: 133px;
    margin-left: -695px;

    background: transparent;

    transform: translateY(11px);
}

.swiper-pagination-progressbar.slider-progressbar::before
{
    content: "";

    position: absolute;
    top: 1px;
    left: 0;

    width: 100%;
    height: 2px;

    border-radius: 2px;
    background: #ACACAE;
}

.swiper-pagination-progressbar.slider-progressbar .swiper-pagination-progressbar-fill
{
    border-radius: 2px;
    background: #EFAC7C;
}



/*------------
    page-content
------------*/
.page-content
{
    padding-top: 30px;
}

.breadcrumbs-page
{
    color: #3C7BAF;

    display: block;

    margin-bottom: 47px;
}

.breadcrumbs-page a
{
    color: rgba(141, 141, 141, .4);

    text-decoration: none;

    transition: color .2s linear;
}

@media (any-hover: hover)
{
    .breadcrumbs-page a:hover
    {
        color: #3C7BAF;
    }
}

.breadcrumbs-page__sep
{
    color: rgba(141, 141, 141, .4);
}


.page-content__flex
{
    justify-content: space-between;
}

.aside
{
    width: 365px;
}

.aside__logo img
{
    display: block;

    max-width: 270px;
}

.aside__menu
{
    margin-top: 20px;

    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 0px 0px rgba(224, 239, 255, .10), 0px 15px 34px 0px rgba(224, 239, 255, .10), 0px 62px 62px 0px rgba(224, 239, 255, .09), 0px 139px 83px 0px rgba(224, 239, 255, .05), 0px 247px 99px 0px rgba(224, 239, 255, .01), 0px 386px 108px 0px rgba(224, 239, 255, .00);
}

.aside__menu-item + .aside__menu-item
{
    border-top: 1px solid #F3F3F3;
}

.aside__menu-link
{
    position: relative;

    color: #333;
    font-size: 14px;
    line-height: 1.4;

    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;

    min-height: 64px;
    padding: 12px 20px;

    text-decoration: none;
    text-transform: uppercase;

    transition: color .2s linear, background .2s linear;
}

@media (any-hover: hover)
{
    .aside__menu-link:hover
    {
        color: #3C7BAF;

        background: #EEF3FA;
    }
}

.aside__menu-link.active
{
    color: #3C7BAF;

    background: #EEF3FA;
}

.aside__menu-icon
{
    position: relative;

    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-shrink: 0;
    flex-wrap: wrap;

    width: 26px;
    height: 26px;
    margin-right: 8px;
}

.aside__menu-icon svg
{
    display: block;

    width: 100%;
    height: 100%;

    fill: currentColor;
    stroke: currentColor;
}

.aside__menu-name
{
    position: relative;

    display: block;

    width: 100%;
    padding-top: 2px;
}

.aside__menu-name span
{
    color: #E00;
}


.aside__banner
{
    overflow: hidden;

    margin-top: 20px;

    border-radius: 20px;
    background: #FFF;
}

.aside__banner img
{
    display: block;

    max-width: 100%;
}


.your-manager__title
{
    color: #164A74;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;

    margin-bottom: 15px;

    text-transform: uppercase;
}

.your-manager__box
{
    justify-content: space-between;

    padding: 20px;

    border-radius: 20px;
    background: #FFF;
}

.your-manager__coll
{
    width: 68px;
}

.your-manager__img
{
    position: relative;

    display: block;

    padding-bottom: 100%;
}

.your-manager__img::before
{
    content: "";

    position: absolute;
    z-index: 1;
    top: 5px;
    right: 9px;

    width: 7px;
    height: 7px;

    border-radius: 50%;
    background: #E00;
}

.your-manager__img.online::before
{
    background: #00A040;
}

.your-manager__img img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    border-radius: 50%;

    object-fit: cover;
}

.your-manager__status
{
    color: #E00;
    font-size: 12px;
    font-style: italic;
    line-height: 1.4;

    margin-top: 5px;

    text-align: center;
}

.your-manager__status.online
{
    color: #00A040;
}

.your-manager__colr
{
    width: calc(100% - 88px);
}

.your-manager__name
{
    color: #333;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
}

.your-manager__phone
{
    color: #3C7BAF;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;

    margin-top: 10px;
}

.your-manager__phone a
{
    color: #3C7BAF;

    text-decoration: none;

    border-bottom: 1px solid;
}

.your-manager__mail
{
    margin-top: 10px;
}

.your-manager__mail a
{
    color: #333;

    text-decoration: none;

    border-bottom: 1px solid;
}

.your-manager__time
{
    color: #8B8B8B;
    font-size: 12px;

    margin-top: 20px;
}

.your-manager__time span
{
    display: block;

    margin-top: 2px;
}



.page-content__content
{
    position: relative;

    width: calc(100% - 385px);
}

.page-content__content-sector + .page-content__content-sector
{
    margin-top: 94px;
}

.page-content__content-bg
{
    position: relative;

    padding: 30px 30px 48px;

    border-radius: 20px;
    background: #FFF;
}

.page-content__content-bg_pb
{
    padding-bottom: 30px;
}

.page-content__content-bg._nopb
{
    padding-bottom: 0;
}

.page-content__content-bg::before
{
    content: "";

    position: absolute;
    z-index: 10;
    top: 13px;
    left: 0;

    width: 10px;
    height: calc(100% - 26px);

    pointer-events: none;

    border-radius: 10px;
    background: #C1D5E5;
}

.page-content__content-bg_noline::before
{
    display: none;
}

.pagination-page
{
    justify-content: space-between;
    align-content: center;
    align-items: center;

    margin-top: 30px;
}

.pagination-page__link
{
    color: #164A74;
    font-size: 16px;

    letter-spacing: .01em;
    text-transform: uppercase;

    border-bottom: 1px solid;

    transition: border .2s linear;
}

@media (any-hover: hover)
{
    .pagination-page__link:hover
    {
        border-bottom-color: transparent;
    }
}

.pagination-numbers
{
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;

    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    transition: color .2s linear;
}

.pagination-numbers a
{
    color: #333;

    margin-left: 5px;
    padding: 0 5px;

    text-decoration: none;
}

@media (any-hover: hover)
{
    .pagination-numbers a:hover
    {
        color: #3C7BAF;
    }
}


.pagination-numbers a.active
{
    color: #164A74;
    font-size: 24px;
}

.pagination-numbers .dot
{
    margin-left: 5px;
    padding: 0 5px;
}



.bonuses_marg
{
    margin-top: 30px;
}

.bonuses__cols
{
    justify-content: space-between;

    margin-top: 2px;
}

.bonuses__col
{
    width: calc(50% - 10px);
}

.bonus
{
    position: relative;

    margin-top: 34px;
    padding-top: 17px;
}

.bonus::after
{
    content: "";

    position: absolute;
    bottom: 0;
    left: 0;

    width: 9px;
    height: 100%;

    border-radius: 10px;
    background: #164A74;
}

.bonus_red::after
{
    background: #E00;
}

.bonus__date
{
    position: absolute;
    top: 0;
    left: 0;

    color: #3C7BAF;
    font-size: 14px;
    font-weight: 500;

    padding: 6px 38px 0 30px;

    border-radius: 12px 12px 0 0;
    background: #F4FAFF;
}

.bonus__date::before
{
    content: "";

    position: absolute;
    bottom: 0;
    left: calc(100% - 1px);

    width: 12px;
    height: calc(100% - 8px);

    background: #F4FAFF;

    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
            clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.bonus__info
{
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    min-height: 107px;
    padding: 16px 16px 16px 30px;

    border-radius: 10px;
    background: #F4FAFF;
}

.bonus__number
{
    color: #00A040;
    font-size: 16px;

    width: 164px;

    text-transform: uppercase;
}

.bonus_red .bonus__number
{
    color: #E00;
}

.bonus__desc
{
    width: calc(100% - 184px);
}


.page-content__links
{
    width: calc(100% + 60px);
    margin: 10px -30px 0;
    padding: 0;

    border-bottom: 1px solid rgba(60, 123, 175, .16);
}

.page-content__link
{
    position: relative;

    color: rgba(60, 123, 175, .16);
    font-size: 14px;

    display: block;

    padding: 0 30px;
    padding-bottom: 9px;

    text-transform: uppercase;

    transition: color .2s linear;
}

.page-content__link::before
{
    content: "";

    position: absolute;
    bottom: -1.5px;
    left: 0;

    width: 100%;
    height: 2px;

    opacity: 0;
    border-radius: 2px;
    background: #164A74;

    transition: opacity .2s linear;
}

@media (any-hover: hover)
{
    .page-content__link:hover
    {
        color: #164A74;
    }
}

.page-content__link.active
{
    color: #164A74;
}

.page-content__link.active::before
{
    opacity: 1;
}



/*------------
    products
------------*/
.products__grid
{
    align-content: stretch;
    align-items: stretch;

    margin-top: 10px;
    margin-left: -20px;

    --product_number: 3;
}

.products__grid_marg
{
    margin-top: -20px;
}

.products__grid .product
{
    width: calc(100%/3 - 20px);
    margin: 20px 0 0 20px;
}

.product
{
    position: relative;

    padding: 20px;

    border-radius: 10px;
    background: #FFF;

    transition: background .2s linear;
}

@media (any-hover: hover)
{
    .product:hover
    {
        background: #E8EDF2;
    }
}

.product:before
{
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    pointer-events: none;

    border: 1px solid rgba(157, 179, 197, .29);
    border-radius: 10px;
}

.product__thumb
{
    position: relative;
}

.product__img
{
    position: relative;

    display: block;

    padding-bottom: 53.5%;

    border-radius: 10px;
}

.product__img img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    border-radius: 10px;

    object-fit: cover;
}

.product__sticker
{
    position: absolute;
    z-index: 1;
    bottom: -13px;
    left: 10px;

    color: #E00;
    font-size: 14px;
    line-height: 28px;

    display: inline-block;

    padding: 0 10px;

    text-align: center;
    vertical-align: top;

    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 484px 194px rgba(171, 171, 171, .01), 0px 272px 163px rgba(171, 171, 171, .05), 0px 121px 121px rgba(171, 171, 171, .09), 0px 30px 67px rgba(171, 171, 171, .1), 0px 0px 0px rgba(171, 171, 171, .1);
}

.product__links
{
    margin: 10px -20px -6px;
    padding: 8px 20px;

    background: linear-gradient(207deg, #F6FAFF 0%, #E5F3FF 100%);
}

.product__links-flex
{
    justify-content: space-between;

    margin: -10px 0 0 -16px;
}

.product__links-item
{
    color: #3C7BAF;
    font-size: 12px;

    margin: 10px 0 0 16px;

    letter-spacing: .12px;
    text-transform: uppercase;
}

.product__links-link
{
    color: #3C7BAF;

    text-decoration: none;

    border-bottom: 1px solid;

    transition: border .2s linear;
}

@media (any-hover: hover)
{
    .product__links-link:hover
    {
        border-bottom-color: transparent;
    }
}

.product__top
{
    margin-top: 20px;
}

.product__name
{
    color: #164A74;
    font-weight: 500;

    text-transform: uppercase;
}

.product__name a
{
    color: #164A74;

    text-decoration: none;

    transition: color .2s linear;
}

@media (any-hover: hover)
{
    .product__name a:hover
    {
        color: #3C7BAF;
    }
}

.product__desc
{
    color: #C9C9C9;
    font-size: 14px;

    margin-top: 5px;
}

.product__feature
{
    margin-top: 10px;
}

.product__feature-item
{
    color: rgba(22, 74, 116, .50);
    font-size: 14px;

    align-content: flex-end;
    align-items: flex-end;
    flex-wrap: nowrap;
}

.product__feature-item + .product__feature-item
{
    margin-top: 5px;
}

.product__feature-name
{
    position: relative;

    width: 100%;
    padding-right: 10px;
}

.product__feature-name::before
{
    content: "";

    position: absolute;
    bottom: 5px;
    left: 0;

    width: 100%;

    border-bottom: 1px dashed rgba(22, 74, 116, .5);
}

.product__feature-name span
{
    position: relative;

    padding-right: 5px;

    background: #FFF;

    transition: background .2s linear;
}

@media (any-hover: hover)
{
    .product:hover .product__feature-name span
    {
        background: #E8EDF2;
    }
}

.product__feature-val
{
    flex-shrink: 0;

    margin-left: 5px;

    white-space: nowrap;
}

.product__feature-val_price
{
    color: #164A74;
}

.product__feature-val_red
{
    color: #E00;
}

.product__prices
{
    margin-top: 20px;
}

.product__oldprice
{
    color: rgba(22, 74, 116, .50);

    margin-bottom: 3px;

    text-decoration: line-through;
    text-transform: uppercase;

    font-feature-settings: "pnum" on, "lnum" on;
}

.product__prices-flex
{
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.product__price
{
    color: #E00;
    font-size: 24px;

    text-transform: uppercase;

    font-feature-settings: "pnum" on, "lnum" on;
}

.product__status
{
    margin-top: 20px;
}

.product__status span
{
    color: #008515;
    font-size: 14px;
    font-weight: 400;
    line-height: 31px;

    display: inline-block;

    padding: 0 23px;

    vertical-align: top;
    letter-spacing: .14px;
    text-transform: uppercase;

    border: 1px solid #008515;
    border-radius: 30px;
}

.product__tooltip
{
    flex-shrink: 0;

    margin-left: 15px;
}

.btn-blue
{
    color: #FFF;
    font-size: 14px;
    line-height: 50px;

    display: block;

    width: 100%;
    margin-top: 16px;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    border-radius: 5px;
    background: #164A74;

    transition: background .2s linear;
}

.btn-red
{
    color: #FFF;
    font-size: 14px;
    line-height: 50px;

    display: block;

    width: 100%;
    margin-top: 20px;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    border-radius: 5px;
    background: #E00;

    transition: background .2s linear;
}

@media (any-hover: hover)
{
    .btn-blue:hover
    {
        background: #3C7BAF;
    }

    .btn-red:hover
    {
        background: #3C7BAF;
    }
}

.order-info
{
    margin: 10px 0 0 -20px;
}

.order-info_space
{
    justify-content: space-between;
}

.order-info > *
{
    margin: 10px 0 0 20px;
}

.order-info__doc-link
{
    position: relative;

    color: #164A74;
    font-size: 12px;
    line-height: 23px;

    display: inline-block;

    padding-left: 28px;

    vertical-align: top;
    letter-spacing: .12px;
    text-transform: uppercase;

    font-variant-numeric: lining-nums proportional-nums;
}

.order-info__doc-name
{
    border-bottom: 1px solid;
}

.order-info__doc-icon
{
    position: absolute;
    top: 50%;
    left: 0;

    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 23px;
    height: 24px;
    margin-top: -12px;
}

.order-info__doc-icon img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.order-info__link
{
    color: #164A74;
    font-size: 12px;
    line-height: 23px;

    letter-spacing: .12px;
    text-transform: uppercase;
}

.order-info__link-btn
{
    color: #164A74;
    font-size: 12px;
    line-height: 23px;

    text-decoration: none;
    letter-spacing: .12px;
    text-transform: uppercase;

    border-bottom: 1px solid;

    transition: border .2s linear;
}

@media (any-hover: hover)
{
    .order-info__link-btn:hover
    {
        border-bottom-color: transparent;
    }
}

.orders_bord
{
    padding-bottom: 22px;

    border-bottom: 2px solid rgba(60, 123, 175, .31);
}

.orders_history
{
    margin-top: 50px;
}

.orders__grid
{
    align-content: stretch;
    align-items: stretch;

    margin-left: -20px;

    --order_number: 3;
}

.orders__grid .order
{
    width: calc(100%/3 - 20px);
    margin: 20px 0 0 20px;
}

.order
{
    padding: 20px;

    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 484px 194px rgba(171, 171, 171, .01), 0px 272px 163px rgba(171, 171, 171, .05), 0px 121px 121px rgba(171, 171, 171, .09), 0px 30px 67px rgba(171, 171, 171, .1), 0px 0px 0px rgba(171, 171, 171, .1);
}

.order__img
{
    position: relative;

    display: block;

    padding-bottom: 53.5%;

    border-radius: 10px;
}

.order__img img
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    border-radius: 10px;

    object-fit: cover;
}

.order__top
{
    width: calc(100% + 40px);
    margin: 10px -20px 0;
    padding: 4px 20px 7px;

    background: linear-gradient(206.6deg, #F6FAFF 0%, #E6F3FF 100%);
}

.order__links
{
    margin-left: -23px;
}

.order__link
{
    color: #3C7BAF;
    font-size: 14px;
    line-height: 1.43;

    margin: 3px 0 0 23px;

    text-transform: uppercase;
}

.order__link span
{
    border-bottom: 1px solid;

    transition: border .2s linear;
}

@media (any-hover: hover)
{
    .order__link:hover span
    {
        border-bottom-color: transparent;
    }
}

.order__name
{
    color: #164A74;
    font-size: 20px;
    line-height: 1.2;

    margin-top: 20px;

    text-transform: uppercase;
}

.order__name a
{
    color: #164A74;

    text-decoration: none;

    transition: color .2s linear;
}

@media (any-hover: hover)
{
    .order__name a:hover
    {
        color: #3C7BAF;
    }
}

.order__desc
{
    font-size: 14px;
    line-height: 1.2;
}

.order__info
{
    margin-top: 10px;
}

.order__info-item
{
    color: rgba(22, 74, 116, .5);
    font-size: 14px;
    line-height: 1.43;

    align-content: flex-end;
    align-items: flex-end;
    flex-wrap: nowrap;
}

.order__info-item_big
{
    font-size: 16px;
    line-height: 1.38;
}

.order__info-item + .order__info-item
{
    margin-top: 10px;
}

.order__info-name
{
    position: relative;

    width: 100%;
    padding-right: 10px;
}

.order__info-name::before
{
    content: "";

    position: absolute;
    bottom: 5px;
    left: 0;

    width: 100%;

    border-bottom: 1px dashed rgba(22, 74, 116, .5);
}

.order__info-name span
{
    position: relative;

    padding-right: 5px;

    background: #FFF;
}

.order__info-val
{
    flex-shrink: 0;

    margin-left: 5px;

    white-space: nowrap;
}

.order__info-val_black
{
    color: #333;

    font-feature-settings: "pnum" on, "lnum" on;
}

.order__info-val_red
{
    color: #E00;

    font-feature-settings: "pnum" on, "lnum" on;
}

.order__tooltip
{
    margin-top: 15px;

    text-align: right;
}

.order__tooltip .tooltip
{
    display: inline-block;

    text-align: left;
    vertical-align: top;
}

.order__status
{
    color: #008515;
    font-size: 14px;
    line-height: 26px;

    text-transform: uppercase;
}

.order__status span
{
    display: inline-block;

    padding: 0 9px;

    vertical-align: top;

    border: 1px solid;
    border-radius: 5px;
}

.order__btn
{
    color: #164A74;
    font-size: 12px;
    line-height: 1.5;

    margin-top: 15px;

    text-transform: uppercase;
}

.order .order__btn a
{
    color: currentColor;

    text-decoration: none;

    border-bottom: 1px solid;

    transition: border .2s linear;
}

@media (any-hover: hover)
{
    .order .order__btn a:hover
    {
        border-bottom-color: transparent;
    }
}

.order__bot
{
    justify-content: space-between;

    margin-top: 35px;
}

.order__bot .order__btn
{
    margin-top: 0;
}

.order__bot .order__tooltip
{
    margin-top: 0;
}

.hall-fame
{
    padding-top: 15px;
}

.hall-fame__awards
{
    align-content: center;
    align-items: center;

    margin: -27px 0 0 -40px;
}

.hall-fame__awards-item
{
    color: #333;

    align-content: center;
    align-items: center;
    flex-wrap: nowrap;

    width: calc(100%/3 - 40px);
    max-width: 285px;
    margin: 27px 0 0 40px;
}

.hall-fame__awards-icon
{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-shrink: 0;
    flex-wrap: wrap;

    width: 51px;
    height: 51px;
    margin-right: 13px;
}

.hall-fame__awards-icon img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.hall-fame__awards-number
{
    flex-shrink: 0;

    margin-left: 16px;

    white-space: nowrap;
}

.hall-fame__awards-number .number
{
    font-size: 20px;

    display: inline-block;

    min-width: 23px;
    margin-left: 16px;

    text-align: right;
}

.hall-fame__awards-name
{
    width: 100%;
}

.leave-comment
{
    padding: 40px 0;
}

.leave-comment__title
{
    color: #333;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;

    text-align: center;
}

.leave-comment__title span
{
    color: #E00;
    font-style: italic;
}

.leave-comment__wrapbtn
{
    margin-top: 24px;

    text-align: center;
}

.leave-comment__btn
{
    display: inline-block;

    width: auto;
    min-width: 396px;
    margin-top: 0;
    padding: 0 30px;

    vertical-align: top;
}



.attainment__top
{
    justify-content: space-between;
    flex-wrap: nowrap;
}

.attainment__top-box
{
    display: block;
}

.attainment__title
{
    color: #164A74;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;

    display: none;
    flex-wrap: nowrap;

    letter-spacing: .16px;
    text-transform: uppercase;
}

.attainment__title._active
{
    display: flex;
}

.attainment__title-icon
{
    flex-shrink: 0;

    width: 60px;
    height: 60px;
    margin-right: 20px;
}

.attainment__title-icon img
{
    display: block;

    width: 100%;
    height: 100%;

    border-radius: 50%;

    object-fit: cover;
}

.attainment__title-name
{
    align-self: center;
}

.attainment__select
{
    align-self: center;
    flex-shrink: 0;

    margin-left: 20px;
}

.mini-modal__btn_select
{
    position: relative;

    color: #333;
    font-size: 16px;
    font-weight: 300;
    line-height: 38px;

    overflow: hidden;

    width: 251px;
    padding: 0 37px 0 9px;

    text-align: left;
    white-space: nowrap;
    letter-spacing: .16px;
    text-overflow: ellipsis;

    border: 1px solid #9DB3C5;
    border-radius: 5px;
    background: none;
}

.mini-modal__btn_select::after
{
    content: "";

    position: absolute;
    top: 0;
    right: 0;

    width: 27px;
    height: 100%;

    background: url(../images/arrow3.svg) 0 50% no-repeat;
}

.mini-modal__modal_select
{
    left: 0;

    min-width: 100%;
    padding: 9px 0;

    border: 1px solid #9DB3C5;
    border-radius: 5px;
    background: #FFF;
}

.attainment__select-link
{
    color: #333;
    font-size: 16px;
    font-weight: 300;

    width: 100%;
    padding: 7px 9px;

    text-align: left;

    transition: color .2s linear, background .2s linear;
}

@media (any-hover: hover)
{
    .attainment__select-link:hover
    {
        color: #3C7BAF;

        background: #EEF3FA;
    }
}

.attainment__show
{
    margin-top: 32px;
}

.checkbox-text input[type=checkbox]
{
    display: none;
}

.checkbox-text__label
{
    position: relative;

    display: inline-block;

    vertical-align: top;
}

.checkbox-text__text
{
    position: relative;

    color: #333;
    font-size: 16px;
    line-height: 22px;

    display: block;

    padding: 1px 0 1px 34px;

    cursor: pointer;
}

.checkbox-text__text_grey
{
    color: #C9C9C9;
}

.checkbox-text__text::before
{
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 24px;
    height: 24px;

    cursor: pointer;

    border: 1px solid #000;
    border-radius: 2px;

    transition: background .2s linear;
}

.checkbox-text__text_grey::before
{
    border-color: #C9C9C9;
}

input[type=checkbox]:checked + .checkbox-text__text::before
{
    border-color: #000;
    background: #000;
}

.checkbox-text__text::after
{
    content: "";

    position: absolute;
    top: 5px;
    left: 8px;

    width: 7px;
    height: 11px;

    cursor: pointer;

    opacity: 0;
    border: 2px solid #FFF;
    border-top: none;
    border-left: none;

    transition: opacity .2s linear;
    transform: rotate(45deg);
}

input[type=checkbox]:checked + .checkbox-text__text::after
{
    opacity: 1;
}

.checkbox-text__text a
{
    color: #C9C9C9;

    text-decoration: none;

    border-bottom: 1px solid;

    transition: border .2s linear;
}

.checkbox-text__text a:hover
{
    border-bottom-color: transparent;
}


.map-page
{
    position: relative;

    margin: 44px -30px 0 -30px;
    padding-right: 2px;
    padding-left: 13px;
}

.map-page::after
{
    content: "";

    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    background: rgba(60, 123, 175, .31);
}

.map-page__map
{
    position: relative;
}

.map-page__map-svg
{
    display: block;

    width: 100%;
}

.map-page__map-svg .part_js
{
    cursor: pointer;
}

.map-page__map-svg .path
{
    transition: fill .2s linear, stroke .2s linear;
}

.map-page__map-svg .part:hover .path
{
    fill: rgba(22, 74, 116, .30);
    stroke: #164A74;
    stroke-width: 1px;
}

.map-page__map-svg .name path
{
    opacity: .28;

    transition: fill .2s linear, opacity .2s linear;

    fill: #333;
}

.map-page__map-svg .part:hover .name path
{
    opacity: 1;

    fill: #164A74;
}

.map-page__markers
{
    visibility: hidden;

    opacity: 0;

    transition: opacity .2s linear, visibility .2s linear;
}

.map-page__markers._show
{
    visibility: visible;

    opacity: 1;
}

.map-page__marker
{
    position: absolute;
}

.map-page__marker:hover
{
    z-index: 1;
}

.map-page__marker-icon
{
    position: relative;

    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 14px;
    height: 14px;
    margin: 0 auto -2px;
}

.map-page__marker-icon_flag
{
    width: 19px;
    height: 19px;
    margin-bottom: 1px;
}

.map-page__marker-icon_flag::before
{
    content: "";

    position: absolute;
    bottom: -3px;
    left: -3px;

    width: 8px;
    height: 8px;

    border: 2px solid #2F576A;
    border-radius: 50%;
    background: #DBF3FF;
}

.map-page__marker-icon img
{
    position: relative;

    display: block;

    max-width: 100%;
    max-height: 100%;
}

.map-page__marker-name
{
    position: absolute;
    top: 100%;
    left: 50%;

    color: #333;
    font-size: 10px;
    line-height: 1.6;

    white-space: nowrap;

    transform: translateX(-50%);
}

.map-page__marker-icon_flag + .map-page__marker-name
{
    margin-left: -10px;
}

.map-page__marker-info
{
    position: absolute;
    top: 23px;
    left: 50%;

    width: 176px;
    padding: 15px 15px 5px;

    pointer-events: none;

    opacity: 0;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 0px 0px rgba(112, 112, 112, .10), 0px 2px 4px 0px rgba(112, 112, 112, .10), 0px 8px 8px 0px rgba(112, 112, 112, .09), 0px 18px 11px 0px rgba(112, 112, 112, .05), 0px 32px 13px 0px rgba(112, 112, 112, .01), 0px 50px 14px 0px rgba(112, 112, 112, .00);

    transition: opacity .2s linear;
    transform: translateX(-50%);
}

.map-page__marker:hover .map-page__marker-info
{
    pointer-events: auto;

    opacity: 1;
}

.map-page__marker-title
{
    color: #333;
    font-size: 16px;
}

.map-page__marker-link
{
    color: #164A74;
    font-size: 16px;

    margin-top: 2px;
}

.map-page__marker-link a
{
    color: #164A74;

    text-decoration: none;

    border-bottom: 1px solid;

    transition: border .2s linear;
}

@media (any-hover: hover)
{
    .map-page__marker-link a:hover
    {
        border-bottom-color: transparent;
    }
}

.map-page__awards
{
    color: #B5B5B5;

    align-content: center;
    align-items: center;
    flex-wrap: nowrap;

    margin-top: 8px;
}

.map-page__awards.active
{
    color: #333;
}

.map-page__awards-icon
{
    display: flex;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;

    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.map-page__awards-icon img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.map-page__awards-name
{
    font-size: 12px;
}

.map-page__awards-desc
{
    color: #00790C;
    font-size: 16px;
    font-weight: 500;

    margin-top: 5px;
}


.map-page__sector
{
    position: absolute;
    top: 0;
    left: 0;

    visibility: hidden;
    justify-content: space-between;

    width: 100%;
    height: 100%;
    padding: 20px 30px 20px;

    pointer-events: none;

    opacity: 0;
    background: #FFF;

    transition: opacity .2s linear, visibility .2s linear;
}

.map-page__sector._show
{
    visibility: visible;

    pointer-events: auto;

    opacity: 1;
}

.map-page__sector-close
{
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 46px;

    color: #164A74;

    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 24px;
    height: 24px;
    padding: 6px;

    border-radius: 2px;
    background: #E4EDF4;

    transition: color .2s linear, background .2s linear;
}

@media (any-hover: hover)
{
    .map-page__sector-close:hover
    {
        color: #FFF;

        background: #164A74;
    }
}

.map-page__sector-close svg
{
    display: block;

    width: 100%;
    height: 100%;

    stroke: currentColor;
}

.map-page__sector-coll
{
    position: relative;

    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 53.6%;
    height: 100%;
}

.map-page__sector-map
{
    display: block;

    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.sector-markers
{
    visibility: hidden;

    opacity: 0;

    transition: opacity .2s linear, visibility .2s linear;
}

.sector-markers._show
{
    visibility: visible;

    opacity: 1;
}

.sector-marker
{
    position: absolute;
}

.map-sector-marker__icon
{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 39px;
    height: 39px;
}

.map-sector-marker__icon img
{
    position: relative;

    display: block;

    max-width: 100%;
    max-height: 100%;
}

.sector-marker__icon_flag::before
{
    content: "";

    position: absolute;
    top: 100%;
    left: -10px;

    width: 23px;
    height: 23px;
    margin-top: -12px;

    border: 7px solid #2F576A;
    border-radius: 50%;
    background: #DBF3FF;
}

.sector-marker__name
{
    position: absolute;
    top: calc(100% + 8px);
    left: 50%;

    color: #333;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.6;

    margin-left: -20px;

    transform: translateX(-50%);
}

.map-page__sector-colr
{
    overflow: hidden;
    overflow-y: auto;

    width: calc(46.4% - 20px);
    max-height: 100%;
    padding-top: 48px;
}

@media (min-width: 1025px)
{
    .map-page__sector-colr
    {
        scrollbar-color: #164A74 #F3F3F3;
        scrollbar-width: thin;
    }

    .map-page__sector-colr::-webkit-scrollbar
    {
        width: 7px;
        height: 7px;

        border-radius: 7px;
        background-color: #F3F3F3;
    }

    .map-page__sector-colr::-webkit-scrollbar-track
    {
        border-radius: 7px;
        background-color: #F3F3F3;
    }

    .map-page__sector-colr::-webkit-scrollbar-thumb
    {
        border-radius: 7px;
        background-color: #164A74;
    }
}

.attainment__content
{
    position: relative;

    visibility: hidden;
    overflow: hidden;

    height: 0;

    opacity: 0;
}

.attainment__content._show
{
    visibility: visible;
    overflow: visible;

    height: auto;

    opacity: 1;

    transition: opacity .5s linear;
}

.attainment__info-icons
{
    margin-left: -10px;
}

.attainment__info-icon
{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    height: 51px;
    margin: 10px 0 0 10px;
}

.attainment__info-icon img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.attainment__comment
{
    margin-top: 30px;
}

.attainment__comment-btn
{
    color: #164A74;
    color: #164A74;
    font-weight: 500;

    text-decoration: none;
    letter-spacing: .16px;
    text-transform: uppercase;

    border-bottom: 1px solid;

    transition: border .2s linear;
}

@media (any-hover: hover)
{
    .attainment__comment-btn:hover
    {
        border-bottom-color: transparent;
    }
}

.attainment__info.flex
{
    margin-left: -20px;
}

.attainment__col
{
    width: calc(50% - 20px);
    max-width: 474px;
    margin: 40px 0 0 20px;
}

.attainment__info-title
{
    color: #164A74;
    font-size: 16px;
    font-weight: 500;

    letter-spacing: .16px;
    text-transform: uppercase;
}

* + .attainment__info-title
{
    margin-top: 25px;
}

.attainment__info-title span
{
    color: #E00;
}

.attainment__info-title i
{
    font-weight: 700;
    font-style: italic;
}

.attainment__items
{
    margin-top: 1px;
}

.attainment__items._columns
{
    column-gap: 20px;
    columns: 2;
}

.attainment__item
{
    padding-top: 15px;
}

.attainment__items._columns .attainment__item
{
    break-inside: avoid;
    page-break-inside: avoid;
    --webkit-column-break-inside: avoid;
}

.attainment__item-link
{
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

a.attainment__item-link
{
    color: rgba(51, 51, 51, .50);

    transition: color .2s linear;
}

@media (any-hover: hover)
{
    a.attainment__item-link:hover
    {
        color: #333;
    }
}

.attainment__item-icon
{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-shrink: 0;
    flex-wrap: wrap;

    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.attainment__item-icon img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

a.attainment__item-link .attainment__item-name span
{
    border-bottom: 1px solid;
}

.attainment__progress
{
    position: relative;

    margin-top: 68px;
    margin-right: -30px;
    margin-left: -30px;
}

.attainment__progress-numbers
{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;

    display: flex;
    justify-content: center;
    align-content: flex-end;
    align-items: flex-end;
    flex-wrap: nowrap;

    width: 100%;
    padding-bottom: 14px;
}

.attainment__progress-number
{
    width: 100%;

    text-align: center;
}

.attainment__progress-flag
{
    position: absolute;
    z-index: 2;

    display: flex;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;

    width: 34px;
    height: 62px;
    margin-left: -17px;
}

.attainment__progress-flag.one
{
    left: 10%;
}

.attainment__progress-flag.two
{
    left: 30%;
}

.attainment__progress-flag.three
{
    left: 50%;
}

.attainment__progress-flag.four
{
    left: 70%;
}

.attainment__progress-flag.five
{
    left: 90%;
}

.attainment__progress-flag img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.attainment__progress-noflag
{
    position: absolute;
    z-index: 2;

    display: flex;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;

    width: 34px;
    height: 94px;
    margin-bottom: -6px;
    margin-left: -17px;
}

.attainment__progress-noflag.one
{
    left: 10%;
}

.attainment__progress-noflag.two
{
    left: 30%;
}

.attainment__progress-noflag.three
{
    left: 50%;
}

.attainment__progress-noflag.four
{
    left: 70%;
}

.attainment__progress-noflag.five
{
    left: 90%;
}

.attainment__progress-noflag img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.attainment__progress-person
{
    position: absolute;
    z-index: 3;

    width: 37px;
}

.attainment__progress-person img
{
    display: block;

    max-width: 100%;
}

.attainment__progress-person2
{
    position: absolute;
    z-index: 3;
    left: 40%;

    width: 53px;
}

.attainment__progress-person2 img
{
    display: block;

    max-width: 100%;
}

.attainment__progress-img
{
    display: block;

    width: 100%;

    -webkit-clip-path: polygon(var(--percent) 0, 0 0, 0 100%, var(--percent) 100%);
            clip-path: polygon(var(--percent) 0, 0 0, 0 100%, var(--percent) 100%);
}

.attainment__progress-img_abs
{
    position: absolute;
    bottom: 0;
    left: 0;
}


/* tabs */

.tabs
{
    border-bottom: 1px solid rgba(60, 123, 175, .16);
}

.tabs__button
{
    position: relative;
    z-index: 1;

    color: rgba(60, 123, 175, .16);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;

    padding: 0 20px;
    padding-bottom: 9px;

    letter-spacing: .01em;
    text-transform: uppercase;

    transition: color .2s linear;
}

.tabs__button::after
{
    content: "";

    position: absolute;
    bottom: -1.5px;
    left: 0;

    width: 100%;
    height: 2px;

    opacity: 0;
    border-radius: 2px;
    background: #3C7BAF;

    transition: opacity .2s linear;
}

@media (any-hover: hover)
{
    .tabs__button:hover
    {
        color: #164A74;
    }
}

.tabs__button.active
{
    color: #164A74;
}

.tabs__button.active::after
{
    opacity: 1;
}

.tab-content
{
    position: relative;

    visibility: hidden;
    overflow: hidden;

    height: 0;

    opacity: 0;
}

.tab-content.active
{
    visibility: visible;
    overflow: visible;

    height: auto;

    opacity: 1;

    transition: opacity .5s linear;
}

.bonuses__tabs
{
    display: none;
}

.bonuses__col
{
    visibility: visible;
    overflow: visible;

    height: auto;

    opacity: 1;
}




/*------------
    Footer
------------*/
.footer
{
    margin-top: 200px;
}

.footer__bg
{
    padding: 24px 40px 30px;

    border-radius: 10px;
    background: #FFF;
    box-shadow: 1px 703px 281px rgba(222, 222, 222, .01), 0px 395px 237px rgba(222, 222, 222, .05), 0px 176px 176px rgba(222, 222, 222, .09), 0px 44px 97px rgba(222, 222, 222, .1), 0px 0px 0px rgba(222, 222, 222, .1);
}

.footer__coll
{
    width: 312px;
}

.footer__logo
{
    max-width: 250px;
}

.footer__logo_mob
{
    display: none;
}

.footer__logo img
{
    display: block;
}

.footer__adres
{
    color: #B3B3B3;
    font-size: 14px;

    margin-top: 10px;
}

.footer__time
{
    color: #C4C4C4;
    font-size: 14px;

    margin-top: 4px;
}

.footer__icons
{
    margin: 5px 0 0 -12px;
}

.footer__icon
{
    width: 43px;
    height: 43px;
    margin: 12px 0 0 12px;
}

.footer__icon img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}

.footer__colr
{
    width: 190px;
    margin-left: auto;
}

.footer__contact
{
    justify-content: space-between;

    margin-top: 2px;
}

.footer__contact-item
{
    width: 100%;
    margin-top: 16px;
}

.footer__contact-item_marg
{
    margin-top: 9px;
}

.footer__mail
{
    position: relative;

    color: #333;
    font-size: 12px;
    line-height: 1.4;

    display: inline-block;

    padding-left: 32px;

    vertical-align: top;
    text-decoration: none;
    letter-spacing: .01em;
    text-transform: uppercase;
}

.footer__mail::before
{
    content: "";

    position: absolute;
    top: 50%;
    left: 0;

    width: 20px;
    height: 18px;
    margin-top: -9px;

    background: url(../images/mail.svg) 50% no-repeat;
}

.footer__phone
{
    position: relative;

    color: #333;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;

    display: inline-block;

    padding-left: 32px;

    vertical-align: top;
    text-decoration: none;
    letter-spacing: .01em;
    text-transform: uppercase;
}

.footer__phone::before
{
    content: "";

    position: absolute;
    top: 50%;
    left: 0;

    width: 20px;
    height: 18px;
    margin-top: -9px;

    background: url(../images/phone.svg) 50% no-repeat;
}

.footer__callback
{
    color: #FFF;
    font-size: 14px;
    line-height: 50px;

    display: block;

    width: 100%;

    text-align: center;
    text-decoration: none;
    letter-spacing: .01em;
    text-transform: uppercase;

    border-radius: 5px;
    background: #164A74;

    transition: background .2s linear;
}

@media (any-hover: hover)
{
    .footer__callback:hover
    {
        background: #333;
    }
}

.footer__managers
{
    color: #333;
    font-size: 14px;
    line-height: 48px;

    display: block;

    width: 100%;

    text-align: center;
    text-decoration: none;
    letter-spacing: .01em;
    text-transform: uppercase;

    border: 1px solid #333;
    border-radius: 5px;

    transition: background .2s linear, color .2s linear;
}

@media (any-hover: hover)
{
    .footer__managers:hover
    {
        color: #FFF;

        background: #333;
    }
}

.footer__menu
{
    margin: 16px 0 0 32px;
}

.footer__menu-item
{
    color: #333;

    text-transform: uppercase;
}

.footer__menu-item + .footer__menu-item
{
    margin-left: 20px;
}

.footer__menu-link
{
    color: currentColor;
    font-size: 16px;

    text-decoration: none;

    border-bottom: 1px solid transparent;

    transition: border .2s linear;
}

@media (any-hover: hover)
{
    .footer__menu-link:hover
    {
        border-bottom-color: currentColor;
    }
}


.footer__socials a
{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 37px;
    height: 37px;

    transition: transform .2s linear;
}

@media (any-hover: hover)
{
    .footer__socials a:hover
    {
        transform: scale(1.2);
    }
}

.footer__socials a + a
{
    margin-left: 18px;
}

.footer__socials img
{
    display: block;

    max-width: 100%;
    max-height: 100%;
}


.footer__bot
{
    position: relative;

    justify-content: space-between;
    align-content: center;
    align-items: center;

    margin-top: 30px;
}

.footer__link
{
    color: #C1C1C1;
    font-size: 14px;
    line-height: 1.3;
}

.footer__link + .footer__link
{
    margin-left: 80px;
}

.footer__link a
{
    color: #C1C1C1;

    text-decoration: none;

    border-bottom: 1px solid;

    transition: border .2s linear;
}

@media (any-hover: hover)
{
    .footer__link a:hover
    {
        border-bottom-color: transparent;
    }
}

.footer__copy
{
    position: absolute;
    top: 50%;
    left: 50%;

    color: #C1C1C1;
    font-size: 14px;
    line-height: 1.3;

    transform: translate(-50%,-50%);

    font-variant-numeric: lining-nums proportional-nums;
}



/*------------
    Modal
------------*/
.modal-page
{
    position: fixed;
    z-index: 120;
    top: 0;
    left: 0;

    display: flex;
    visibility: hidden;
    visibility: visible !important;
    overflow: hidden;
    overflow-y: auto;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;

    width: 100%;
    height: 100%;
    padding: 30px 20px;

    pointer-events: none;

    opacity: 0;
    background: rgba(60, 123, 175, .18);

    transition: opacity .2s linear, visibility .2s linear;
}

.modal-page.show
{
    visibility: visible;

    pointer-events: auto;

    opacity: 1;
}

.modal-page__cont
{
    position: relative;

    width: 1136px;
    max-width: 100%;
    margin: auto;

    border-radius: 40px;
    background: #FBFDFF;
    box-shadow: 0px 500px 200px rgba(191, 191, 191, .01), 0px 281px 169px rgba(191, 191, 191, .05), 0px 125px 125px rgba(191, 191, 191, .09), 0px 31px 69px rgba(191, 191, 191, .1), 0px 0px 0px rgba(191, 191, 191, .1);
}

.modal-page__cont_small
{
    width: 446px;
    padding: 20px 20px 30px;

    border-radius: 10px;
    background: #F8FBFF;
    box-shadow: none;
}

.modal-page__close
{
    position: absolute;
    z-index: 10;
    top: 54px;
    right: 30px;

    color: #333;

    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 24px;
    height: 24px;
    padding: 6px;

    border-radius: 2px;
    background: #E4EDF4;

    transition: color .2s linear, background .2s linear;
}

.modal-page__close_top
{
    top: 24px;
    right: 20px;
}

@media (any-hover: hover)
{
    .modal-page__close:hover
    {
        color: #FFF;

        background: #164A74;
    }
}

.modal-page__close svg
{
    display: block;

    width: 100%;
    height: 100%;

    stroke: currentColor;
}

.modal-page__flex
{
    align-content: stretch;
    align-items: stretch;
}

.modal-page__coll
{
    position: relative;

    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;

    width: 53.7%;
    padding: 70px 0;

    border-radius: 40px;
    background: linear-gradient(216.2deg, #3C7BAF -25.47%, #5EB6FF 108.41%);
}

.modal-page__coll::before
{
    content: "";

    position: absolute;
    top: 30px;
    left: 100%;

    width: 10px;
    height: calc(100% - 60px);

    pointer-events: none;

    opacity: .1;
    background: #000;
}

.modal-page__coll-img
{
    display: block;

    max-width: 100%;
}

.modal-page__coll-imgmob
{
    display: none;

    max-width: 100%;
}

.modal-page__colr
{
    width: 46.3%;
    padding: 30px 58px 60px;
}

.modal-page__globaltitle
{
    color: #FFF;
    font-size: 16px;
    line-height: normal;

    width: calc(100% + 68px);
    margin-left: -68px;

    text-transform: uppercase;
}

.modal-page__globaltitle span
{
    display: inline-block;

    padding: 26px 29px 26px 50px;

    vertical-align: top;

    border-radius: 0 10px 10px 0;
    background: linear-gradient(216.2deg, #3C7BAF -25.47%, #5EB6FF 108.41%);
}

.modal-page__page-form
{
    margin-top: 60px;
}

.modal-page__title
{
    color: #164A74;
    font-size: 32px;
    line-height: 1.25;

    margin-bottom: 24px;

    text-align: center;
    text-transform: uppercase;
}

.modal-page__smalltitle
{
    color: #164A74;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;

    margin-bottom: 16px;
    padding-right: 34px;

    letter-spacing: .24px;
    text-transform: uppercase;
}

.modal-page__reg
{
    color: #C4C4C4;
    font-size: 14px;

    margin-top: 30px;
    padding-top: 30px;

    text-align: center;

    border-top: 1px solid #D8D8D8;
}

.modal-page__reg a
{
    color: #164A74;

    text-decoration: none;

    border-bottom: 1px solid;

    transition: border .2s linear;
}

@media (any-hover: hover)
{
    .modal-page__reg a:hover
    {
        border-bottom-color: transparent;
    }
}


@media (max-width: 1559px)
{
    .header__phone
    {
        margin-left: 40px;
    }

    .order__name
    {
        font-size: 18px;
    }

    .order__links
    {
        margin-left: -16px;
    }

    .order__link
    {
        font-size: 12px;

        margin-left: 16px;
    }

    .order__btn
    {
        order: 2;

        width: 100%;
    }

    .order__bot .order__btn
    {
        margin-top: 10px;
    }

    .order__bot .order__tooltip
    {
        width: 100%;

        text-align: left;
    }
}


@media (max-width: 1399px)
{
    .wrap
    {
        padding: 20px 0;
    }

    .header__bg
    {
        padding: 20px;
    }

    .header__phone
    {
        margin-left: auto;
    }

    .header__menu-link
    {
        font-size: 14px;
    }

    .mini-modal__btn_lang
    {
        font-size: 14px;
    }

    .header__phone a
    {
        font-size: 14px;
    }

    .header__submenu
    {
        font-size: 170px;
    }

    .header__submenu-item
    {
        font-size: 14px;
    }



    .aside
    {
        width: 300px;
    }


    .page-content__content
    {
        width: calc(100% - 320px);
    }

    .bonus__number
    {
        width: 140px;
    }

    .bonus__desc
    {
        width: calc(100% - 160px);
    }


    .order__name
    {
        font-size: 16px;
    }


    .order-info
    {
        margin-left: 0;
    }

    .order-info > *
    {
        margin-left: 0;
    }

    .order-info__doc
    {
        order: 2;

        width: 100%;
    }

    .order-info__data
    {
        width: 100%;
    }


    .hall-fame__awards-item
    {
        width: calc(100%/2 - 40px);
        max-width: none;
    }


    .footer
    {
        margin-top: 100px;
    }

    .footer__bg
    {
        padding: 20px;
    }

    .footer__menu
    {
        margin-left: auto;
    }

    .footer__menu-link
    {
        font-size: 14px;
    }
}



@media (max-width: 1299px)
{
    .wrap
    {
        padding: 0;
    }

    .header__bg
    {
        width: calc(100% + 40px);
        margin-right: -20px;
        margin-left: -20px;

        border-radius: 0;
    }



    .aside
    {
        width: 280px;
    }

    .your-manager__colr
    {
        width: calc(100% - 84px);
    }


    .page-content__content
    {
        width: calc(100% - 300px);
    }


    .passport-data__passport
    {
        width: calc(43% - 10px);
    }

    .passport-data .page-form__line.big
    {
        width: calc(57% - 10px);
    }


    .bonus__date
    {
        padding-left: 26px;
    }

    .bonus__info
    {
        padding-left: 26px;
    }

    .bonus__desc
    {
        font-size: 14px;
    }

    .bonus__desc br
    {
        display: none;
    }


    .pagination-page
    {
        margin-top: 40px;
    }



    .hall-fame__bg
    {
        padding-top: 40px;
        padding-bottom: 40px;
    }


    .attainment__items._columns
    {
        column-gap: 0;
        columns: 1;
    }


    .footer__bg
    {
        width: calc(100% + 40px);
        margin-right: -20px;
        margin-left: -20px;

        border-radius: 0;
    }

    .footer__coll
    {
        width: 260px;
    }

    .footer__icons
    {
        margin-left: -10px;
    }

    .footer__icon
    {
        margin-left: 10px;
    }
}



@media (max-width: 1199px)
{
    .aside
    {
        width: 250px;
    }

    .aside__menu-link
    {
        padding-right: 16px;
        padding-left: 16px;
    }

    .aside__menu-icon
    {
        margin-right: 6px;
    }

    .page-content__content
    {
        width: calc(100% - 270px);
    }

    .page-content__content-bg
    {
        padding-right: 20px;
        padding-left: 20px;
    }

    .page-content__content-bg::before
    {
        width: 6px;
    }

    .page-content__links
    {
        width: calc(100% + 40px);
        margin-right: -20px;
        margin-left: -20px;
    }

    .page-content__link
    {
        padding-right: 20px;
        padding-left: 20px;
    }


    .passport-data__passport
    {
        width: calc(50% - 10px);
    }

    .passport-data .page-form__line.big
    {
        width: calc(50% - 10px);
    }


    .products__grid
    {
        margin: 10px 0 0 -10px;
    }

    .products__grid .product
    {
        width: calc(100%/3 - 10px);
        margin: 10px 0 0 10px;
    }

    .product
    {
        padding: 10px;
    }

    .product__oldprice
    {
        font-size: 14px;
    }

    .product__price
    {
        font-size: 18px;
    }

    .product__tooltip
    {
        margin-left: 10px;
    }

    .tooltip__btn
    {
        font-size: 12px;
        line-height: 14px;

        width: 18px;
        height: 18px;
    }

    .tooltip__bord._left::before
    {
        left: 20px;
    }

    .tooltip__bord._right::before
    {
        right: 20px;
    }

    .product__links
    {
        margin: 10px -10px -10px;
        padding: 8px 10px;
    }


    .bonus__info
    {
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;

        min-height: 128px;
        padding-top: 26px;
    }

    .bonus__number
    {
        width: 100%;
    }

    .bonus__desc
    {
        font-size: 16px;

        width: 100%;
        margin-top: 5px;
    }



    .tooltip__bord
    {
        width: 460px;
    }


    .orders__grid
    {
        margin: 10px 0 0 -10px;
    }

    .orders__grid .order
    {
        width: calc(100%/3 - 10px);
        margin: 10px 0 0 10px;
    }

    .order
    {
        padding: 10px;
    }

    .order__top
    {
        width: calc(100% + 20px);
        margin-right: -10px;
        margin-left: -10px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .order__name
    {
        font-size: 14px;
    }

    .order__info-item_big
    {
        font-size: 14px;
        line-height: 1.43;
    }


    .attainment__progress
    {
        margin-right: -20px;
        margin-left: -20px;
    }


    .attainment__progress-flag
    {
        height: 44px;
    }

    .attainment__progress-noflag
    {
        height: 70px;
    }


    .map-page
    {
        margin-right: -20px;
        margin-left: -20px;
    }

    .map-page__marker-name
    {
        font-size: 8px;
    }


    .map-page__sector-colr
    {
        padding-top: 20px;
    }

    * + .attainment__info-title
    {
        margin-top: 20px;
    }

    .attainment__info-comment
    {
        margin-top: 20px;
    }

    .attainment__info-icon
    {
        height: 36px;
    }


    .map-sector-marker__icon
    {
        width: 24px;
        height: 24px;
    }

    .sector-marker__icon_flag::before
    {
        left: -4px;

        width: 10px;
        height: 10px;
        margin-top: -6px;

        border-width: 3px;
    }

    .sector-marker__name
    {
        top: calc(100% + 1px);

        margin-left: -10px;
    }


    .footer__socials
    {
        justify-content: flex-start;
    }

    .footer__socials a + a
    {
        margin-left: 16px;
    }

    .footer__copy
    {
        position: relative;
        left: 0;

        margin-right: 30px;

        transform: none;
    }

    .footer__link + .footer__link
    {
        margin-left: 30px;
    }

    .footer__menu
    {
        width: 51%;
        margin-top: 0;
        padding-right: 16px;
    }

    .footer__menu-item
    {
        margin: 16px 0 0 16px;
    }

    .footer__menu-item + .footer__menu-item
    {
        margin-left: 16px;
    }



    .modal-page__colr
    {
        padding-right: 40px;
        padding-left: 40px;
    }

    .modal-page__globaltitle
    {
        width: calc(100% + 58px);
        margin-left: -58px;
    }
}



@media (max-width: 1024px)
{
    body.menu-open
    {
        overflow: hidden;
    }

    .wrap
    {
        padding-bottom: 67px;
    }

    .big-title
    {
        font-size: 20px;
    }

    .header {
        position: fixed;
        z-index: 112;
        top: 70px;
        left: 0;

/*        visibility: hidden; */
        overflow: hidden;
        overflow-y: auto;

        width: 100%;
/*        height: calc(100% - 40px);*/
		  height: 0;

/*        opacity: 0;*/
        background: #FFF;
    }

    .header.show
    {
        visibility: visible;

        opacity: 1;
    }

    .header__bg
    {
        box-shadow: none;
    }

    .header__menu
    {
        order: 2;

        width: calc(100% + 40px);
        margin: 20px -20px 0;
        padding: 0 20px 20px;

        border-bottom: 1px solid rgba(51, 51, 51, .3);
    }

    .header__menu-item
    {
        width: 100%;
    }

    .header__menu-item + .header__menu-item
    {
        margin: 15px 0 0;
    }

    .header__menu-link.sub._active::before
    {
        transform: rotate(-180deg);
    }

    .header__submenu-link.sub::before
    {
        transform: rotate(0);
    }

    .header__submenu-link.sub._active::before
    {
        transform: rotate(-180deg);
    }

    .header__submenu
    {
        position: relative;
        top: 0;
        left: 0;

        display: none;
        visibility: visible;

        width: 100%;
        min-width: 1px;
        margin-top: 10px;

        pointer-events: auto;

        opacity: 1;
    }

    .header__submenu::before
    {
        display: none;
    }

    .header__submenu._show
    {
        display: block;
    }

    .header__submenu .header__submenu
    {
        left: 0;

        margin-top: 0;
        padding-left: 20px;
    }

    .mini-modal_lang
    {
        margin-left: 0;
    }

    .header__mail
    {
        position: relative;

        display: block;
        order: 3;

        width: 100%;
        margin-top: 20px;
    }

    .header__mail a
    {
        color: #333;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.2;

        display: inline-block;

        padding-left: 30px;

        vertical-align: top;
        text-decoration: none;
        letter-spacing: .01em;
        text-transform: uppercase;
    }

    .header__mail a::before
    {
        content: "";

        position: absolute;
        top: 50%;
        left: 0;

        width: 20px;
        height: 16px;
        margin-top: -8px;

        background: url(../images/mail.svg) 50% no-repeat;
    }

    .header__phone
    {
        order: 3;

        width: 100%;
        margin: 18px 0 0;
    }

    .header__top
    {
        padding-bottom: 0;
    }

    .header__info
    {
        display: none;
    }

    .header__socials
    {
        display: flex;

        margin-top: 24px;
    }

    .header__socials a
    {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;

        width: 24px;
        height: 24px;
    }

    .header__socials img
    {
        display: block;

        max-width: 100%;
        max-height: 100%;
    }

    .header__socials a + a
    {
        margin-left: 10px;
    }


    .mob-header
    {
        position: relative;

        display: block;

        padding: 15px 0 25px;

        background: #FFF;
        box-shadow: 0px 79px 32px rgba(209, 209, 209, .01), 0px 45px 27px rgba(209, 209, 209, .05), 0px 20px 20px rgba(209, 209, 209, .09), 0px 5px 11px rgba(209, 209, 209, .1), 0px 0px 0px rgba(209, 209, 209, .1);
    }

    .mob-header__logo
    {
        width: 160px;
        margin-right: auto;
    }

    .mob-header__logo a,
    .mob-header__logo img
    {
        display: block;

        max-width: 100%;
    }

    .header-search
    {
        margin-top: 15px;
    }

    .menu-open .header-search
    {
        visibility: hidden;

        opacity: 0;
    }

    .header-search .header-search__input
    {
        height: 50px;
    }

    .mob-menu-btn
    {
        position: relative;

        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;

        width: 26px;
        height: 26px;
        margin-right: -3px;
        padding: 0 3px;
    }

    .mob-menu-btn span
    {
        position: relative;

        display: block;

        width: 100%;
        height: 2px;

        border-radius: 2px;
        background: #333;

        transition: .2s linear;
    }

    .mob-menu-btn span + span
    {
        margin-top: 3px;
    }

    .mob-menu-btn.active span:nth-child(2)
    {
        opacity: 0;
    }

    .mob-menu-btn.active span:nth-child(1)
    {
        top: 5px;

        transform: rotate(45deg);
    }

    .mob-menu-btn.active span:nth-child(3)
    {
        top: -5px;

        transform: rotate(-45deg);
    }


    .btn-fixed
    {
        position: fixed;
        z-index: 110;
        bottom: 0;
        left: 0;

        display: flex;
        justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;

        width: 100%;
        min-height: 57px;
        padding: 8px 20px;

        background: #E2EAF1;
    }

    .btn-fixed__btn
    {
        color: #164A74;
        font-size: 12px;
        line-height: 1.3;

        display: block;

        min-width: 50px;

        text-align: center;

        opacity: .5;

        font-feature-settings: "pnum" on, "lnum" on;
    }

    .btn-fixed__btn.active
    {
        opacity: 1;
    }

    .btn-fixed__btn-icon
    {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;

        height: 21px;
    }

    .btn-fixed__btn-icon img
    {
        display: block;

        max-width: 100%;
        max-height: 100%;
    }

    .btn-fixed__btn-name
    {
        display: block;

        margin-top: 5px;
    }


    .breadcrumbs-page
    {
        margin-bottom: 30px;
    }



    .page-content
    {
        padding-top: 30px;
    }

    .aside
    {
        width: 100%;
    }

    .aside__logo
    {
        display: none;
    }

    .aside__menu
    {
        position: fixed;
        z-index: 100;
        bottom: 57px;
        left: 0;

        visibility: hidden;

        width: 100%;
        margin: 0;
        padding: 0;

        pointer-events: none;

        opacity: 0;
        border-radius: 0;
        background: #FFF;
        box-shadow: none;

        transition: opacity .2s linear, visibility .2s linear;
    }

    .aside__menu.show
    {
        visibility: visible;

        pointer-events: auto;

        opacity: 1;
    }

    .aside__menu-item_bord
    {
        margin: 0;
        padding: 0;

        border-bottom: none;
    }

    .aside__menu-item_logout
    {
        padding-top: 0;
    }

    .aside__menu-link
    {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .aside__menu-link::before
    {
        display: none;
    }

    .aside__menu-icon
    {
        width: 20px;
        height: 20px;
    }

    .aside__banner
    {
        display: none;
    }

    .your-manager
    {
        margin: 0;
    }

    .your-manager__box
    {
        align-content: flex-start;
        align-items: flex-start;

        padding-right: 30px;
        padding-left: 30px;

        border-radius: 5px;
        background: #FFF;
        box-shadow: 0px 236px 94px rgba(191, 191, 191, .01), 0px 133px 80px rgba(191, 191, 191, .05), 0px 59px 59px rgba(191, 191, 191, .09), 0px 15px 32px rgba(191, 191, 191, .1), 0px 0px 0px rgba(191, 191, 191, .1);
    }


    .page-content__content
    {
        width: 100%;
        margin-top: 70px;
    }

    .page-content__content-bg::before
    {
        display: none;
    }

    .tooltip__bord
    {
        width: 440px;
    }

    .page-content__content-sector + .page-content__content-sector
    {
        margin-top: 70px;
    }


    .orders_bord
    {
        padding-bottom: 16px;
    }

    .orders_history
    {
        margin-top: 30px;
    }

    .orders__grid .order
    {
        width: calc(100%/2 - 10px);
    }

    .order__bot
    {
        margin-top: 15px;
    }


    .tooltip__bg
    {
        width: 464px;
    }

    .tooltip__close
    {
        top: 14px;
    }


    .map-page
    {
        padding-right: 14px;
        padding-left: 14px;
    }


    .footer__bg
    {
        width: 100%;
        margin-right: 0;
        margin-left: 0;

        border-radius: 10px;
    }

    .footer__menu
    {
        justify-content: space-between;

        width: 100%;
        margin: -16px 0 30px;
    }

    .footer__coll
    {
        order: 2;
    }

    .footer__colr
    {
        order: 2;

        width: 380px;
    }

    .footer__contact-item
    {
        width: calc(50% - 5px);
    }

    .footer__contact-item_marg
    {
        margin-top: 16px;
    }

    .footer__link + .footer__link
    {
        margin-left: 20px;
    }

    .footer__copy
    {
        order: 3;

        margin: 16px 0 0;
    }



    .modal-page__cont
    {
        border-radius: 20px;
    }

    .modal-page__cont_small
    {
        border-radius: 10px;
    }

    .modal-page__close
    {
        top: 20px;
        right: 20px;
    }

    .modal-page__coll
    {
        padding: 50px 0;

        border-radius: 20px;
    }

    .modal-page__coll::before
    {
        display: none;
    }

    .modal-page__colr
    {
        padding: 20px 20px 30px;
    }

    .modal-page__globaltitle span
    {
        padding-top: 20px;
        padding-top: 20px;
    }

    .modal-page__page-form
    {
        margin-top: 40px;
    }

    .modal-page__title
    {
        font-size: 24px;
    }

    .page-form__submit
    {
        margin-top: 30px;
    }

    .page-form__submit_marg
    {
        margin-top: 20px;
    }

    .modal-page__reg
    {
        margin-top: 20px;
        padding-top: 20px;
    }
}



@media (max-width: 767px)
{
    body
    {
        font-size: 14px;
    }


    .big-title
    {
        font-size: 18px;

        margin-bottom: 10px;
    }


    .mob-header__logo
    {
        width: 88px;
    }


    .page-form__head .main-title
    {
        width: 100%;
        margin-bottom: 10px;
    }

    .main-title span
    {
        margin-left: 10px;
    }

    .page-form__change
    {
        margin-bottom: 0;
    }

    .products__grid
    {
        --product_number: 2;
    }

    .products__grid .product
    {
        width: calc(100%/2 - 10px);
        margin: 10px 0 0 10px;
    }

    .product__feature-item
    {
        font-size: 12px;
        line-height: 20px;
    }

    .product__price
    {
        font-size: 16px;
    }

    .tooltip__bord
    {
        width: 280px;
        padding: 20px 10px;
    }

    .tooltip__feature-item
    {
        font-size: 12px;
        line-height: 1.5;
    }

    .pagination-page
    {
        margin-top: 30px;
    }


    .page-form__flex
    {
        margin-left: 0;
    }

    .page-form__line
    {
        margin-bottom: 15px;
    }

    .page-form__line + .checkbox-text
    {
        margin-top: -5px;
    }

    .page-form__flex .page-form__line
    {
        width: 100%;
        margin-left: 0;
    }

    .page-form__flex._three .page-form__line
    {
        width: 100%;
    }

    .passport-data__passport
    {
        width: 100%;
    }

    .passport-data .page-form__line.big
    {
        width: 100%;
    }

    .page-form__sector + .page-form__sector
    {
        margin-top: 25px;
    }


    .bonuses_marg
    {
        margin-top: 25px;
    }

    .bonuses__col
    {
        width: 100%;
    }

    .bonus__desc br
    {
        display: none;
    }



    .orders_history
    {
        margin-top: 16px;
    }

    .tooltip__bg
    {
        width: 380px;
    }

    .tooltip__shadow::after
    {
        left: -10px;

        width: calc(100% + 20px);
    }

    .tooltip__scroll
    {
        max-height: 80vh;
    }

    .tooltip__col:first-child
    {
        width: calc(100% - 40px);
    }

    .order__info-item + .order__info-item
    {
        margin-top: 5px;
    }

    .order__info-item
    {
        font-size: 12px;
        line-height: 1.5;
    }

    .order__info-item_big
    {
        font-size: 12px;
        line-height: 1.5;
    }

    .tooltip__title
    {
        font-size: 16px;
    }



    .hall-fame__awards
    {
        margin: -20px 0 0 -16px;
    }

    .hall-fame__awards-item
    {
        width: calc(100% - 16px);
        margin: 20px 0 0 16px;
    }

    .hall-fame__awards-number
    {
        display: flex;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;

        width: 74px;
    }

    .hall-fame__awards-number .number
    {
        font-size: 16px;

        min-width: 1px;
    }

    .hall-fame__awards-name br
    {
        display: none;
    }


    .pagination-page__link
    {
        font-size: 14px;
    }

    .pagination-numbers
    {
        font-size: 14px;
        line-height: 26px;
    }

    .pagination-numbers a.active
    {
        font-size: 18px;
    }



    .bonuses__tabs
    {
        display: flex;

        width: calc(100% + 40px);
        margin: 30px -20px -14px;
    }

    .bonuses__col
    {
        visibility: hidden;
        overflow: hidden;

        height: 0;

        opacity: 0;
    }


    .leave-comment
    {
        padding: 15px 0;
    }

    .leave-comment__title
    {
        font-size: 26px;
    }

    .leave-comment__wrapbtn
    {
        margin-top: 20px;
    }


    .attainment__progress-person
    {
        width: 22px;
    }

    .attainment__progress-person2
    {
        width: 40px;
    }

    .attainment__progress-flag
    {
        height: 33px;
    }

    .attainment__progress-noflag
    {
        height: 55px;
        margin-bottom: 0;
    }

    .attainment__progress-numbers
    {
        font-size: 12px;

        padding-bottom: 10px;
    }


    .attainment__select
    {
        width: 100%;
        margin-left: 0;
    }

    .mini-modal__btn_select
    {
        width: 100%;
    }

    .attainment__top
    {
        flex-wrap: wrap;
    }

    .attainment__top-box
    {
        order: 2;

        width: 100%;
        margin-top: 30px;
    }

    .attainment__show
    {
        display: none;
    }

    .map-page
    {
        display: none;
    }

    .attainment__info.flex
    {
        margin: -10px 0 0 0;
    }

    .attainment__col
    {
        width: 100%;
        max-width: none;
        margin-left: 0;
    }

    .attainment__info-title
    {
        font-size: 13px;
    }

    .attainment__item-name
    {
        font-size: 16px;
    }


    .hall-fame__awards-item_deff
    {
        color: #B5B5B5;
    }


    .footer
    {
        margin-top: 70px;
    }

    .footer__coll
    {
        order: 3;

        width: 100%;
        margin-top: 30px;
    }

    .footer__adres
    {
        margin-top: 0;
    }

    .footer__logo
    {
        display: none;
    }

    .footer__logo_mob
    {
        display: block;
    }

    .footer__logo
    {
        max-width: 200px;
        margin-bottom: 30px;
    }

    .footer__colr
    {
        width: 100%;
        margin-left: 0;
    }

    .footer__menu
    {
        justify-content: flex-start;

        width: calc(100% + 16px);
        margin-left: -16px;
        padding-right: 0;
    }

    .footer__socials
    {
        justify-content: center;

        width: 100%;
    }

    .footer__socials a
    {
        width: 33px;
        height: 33px;
    }

    .footer__icons
    {
        justify-content: center;

        margin: 10px 0 0 -10px;
    }

    .footer__icon
    {
        width: 38px;
        height: 38px;
        margin: 10px 0 0 10px;
    }


    .footer__links
    {
        justify-content: center;

        width: 100%;
        margin-top: 40px;
    }

    .footer__link + .footer__link
    {
        margin-left: 16px;
    }

    .footer__copy
    {
        width: 100%;
        margin-top: 15px;
        margin-left: 0;

        text-align: center;
    }


    .modal-page
    {
        padding: 0;
    }

    .modal-page__cont
    {
        width: 100%;
        max-width: 400px;
        padding: 0;

        border-radius: 10px;
    }

    .modal-page__cont_small
    {
        max-width: 350px;
        padding: 18px 10px 26px;
    }

    .modal-page__coll
    {
        align-content: flex-start;
        align-items: flex-start;

        width: 100%;
        height: 100%;
        margin-bottom: -23px;
        padding: 87px 0 40px;

        border-radius: 10px 10px 0 0;
    }

    .modal-page__coll::after
    {
        content: "";

        position: absolute;
        bottom: 4px;
        left: 3px;

        width: calc(100% - 6px);
        height: 25px;

        opacity: .1;
        background: #000;
    }

    .modal-page__coll-img
    {
        display: none;
    }

    .modal-page__coll-imgmob
    {
        display: block;
    }

    .modal-page__colr
    {
        position: relative;

        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding: 35px 40px;

        border-radius: 10px;
        background: #FFF;
    }

    .page-form__info
    {
        margin-top: 5px;
    }

    .modal-page__reg
    {
        margin: 33px -20px 0;
        padding-right: 20px;
        padding-left: 20px;
    }

    .modal-page__globaltitle
    {
        font-size: 12px;

        width: calc(100% + 40px);
        margin-left: -40px;
    }

    .modal-page__globaltitle span
    {
        padding: 13px 32px;
    }

    .modal-page__title
    {
        font-size: 20px;

        margin-bottom: 16px;
    }

    .modal-page__close
    {
        top: 20px;
        right: 20px;

        width: 20px;
        height: 20px;
        padding: 4px;
    }

    .modal-page__close_top
    {
        top: 18px;
        right: 10px;

        width: 24px;
        height: 24px;
        padding: 6px;
    }

    .checkbox-text__text
    {
        font-size: 14px;
        line-height: 18px;

        padding-left: 30px;
    }

    .checkbox-text__text::before
    {
        width: 20px;
        height: 20px;
    }

    .modal-page__smalltitle
    {
        font-size: 16px;
    }
}



@media (max-width: 479px)
{
    .big-title
    {
        font-size: 16px;
    }

    .header__phone
    {
        font-size: 12px;
        line-height: 1.5;
    }

    .header__menu-link
    {
        font-size: 12px;
        line-height: 1.2;
    }

    .mini-modal__btn_lang
    {
        font-size: 12px;
        line-height: 1.5;
    }

    .lang-list__item
    {
        font-size: 12px;
        line-height: 1.5;
    }


    .btn-fixed__btn
    {
        font-size: 10px;

        min-width: 40px;
    }


    .aside__menu-link
    {
        font-size: 12px;
    }

    .main-title span
    {
        font-size: 12px;

        display: block;

        margin-top: 5px;
        margin-left: 0;
    }


    .page-form__flex
    {
        margin-top: 20px;
    }

    .page-form__label
    {
        font-size: 12px;
    }



    .bonus
    {
        margin-top: 25px;
    }

    .bonus__info
    {
        padding: 30px 10px 16px 24px;
    }

    .bonus__number
    {
        font-size: 14px;
    }

    .bonus__desc
    {
        font-size: 12px;
    }


    .page-content__content-bg
    {
        padding: 10px 10px 34px;

        border-radius: 10px;
    }

    .page-content__content-bg_pb
    {
        padding-bottom: 10px;
    }

    .pagination-numbers
    {
        display: none;
    }


    .page-form__change
    {
        font-size: 12px;
    }

    .products__grid
    {
        --product_number: 1;
    }

    .products__grid .product
    {
        width: calc(100% - 10px);
    }

    .product
    {
        padding: 13px 13px 27px;
    }

    .product:before
    {
        display: none;
    }

    .product__img
    {
        min-height: 131px;
    }

    .product__name
    {
        font-size: 14px;
    }

    .product__desc
    {
        font-size: 12px;
    }

    .product__feature
    {
        margin-top: 5px;
    }

    .product__tooltip
    {
        position: static;
    }

    .tooltip__btn
    {
        font-size: 10px;
        line-height: 11px;

        width: 15px;
        height: 15px;
    }

    .product__prices
    {
        position: relative;

        display: flex;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        flex-direction: row-reverse;
        flex-wrap: wrap;
    }

    .product__oldprice
    {
        font-size: 10px;
    }

    .product__tooltip
    {
        margin-left: 5px;
    }

    .tooltip__bord
    {
        top: calc(100% + 5px);
        left: 50%;

        width: calc(100vw - 40px);

        transform: translateX(-50%);
    }

    .tooltip__bord._right
    {
        right: auto;
        left: 50%;

        transform: translateX(-50%);
    }

    .tooltip__bord._left
    {
        left: 50%;

        transform: translateX(-50%);
    }

    .tooltip__bord::before
    {
        display: none;
    }

    .product__links
    {
        margin-right: -13px;
        margin-left: -13px;
        padding-right: 13px;
        padding-left: 13px;
    }


    .page-content__links
    {
        overflow: hidden;
        overflow-x: auto;
        flex-wrap: nowrap;

        padding: 0 20px;

        scrollbar-color: transparent transparent;
        scrollbar-width: thin;
    }

    .page-content__links::-webkit-scrollbar
    {
        width: 0;
        height: 0;

        background-color: transparent;
    }

    .page-content__links::-webkit-scrollbar-track
    {
        background-color: transparent;
    }

    .page-content__links::-webkit-scrollbar-thumb
    {
        background-color: transparent;
    }

    .page-content__link
    {
        font-size: 12px;

        flex-shrink: 0;

        padding-right: 0;
        padding-left: 0;

        white-space: normal;
    }

    .page-content__link::before
    {
        bottom: 0;
    }

    .page-content__link + .page-content__link
    {
        margin-left: 15px;
    }

    .page-content__content-sector + .page-content__content-sector_bord
    {
        margin-top: 29px;
        padding-top: 29px;

        border-top: 2px solid #C9C9C9;
    }


    .products__grid .product
    {
        width: calc(100% - 10px);
    }

    .orders__grid .order
    {
        width: calc(100% - 10px);
    }

    .order
    {
        padding: 20px;
    }

    .order__top
    {
        width: calc(100% + 40px);
        margin-right: -20px;
        margin-left: -20px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .order__img
    {
        min-height: 131px;
    }

    .order__name
    {
        font-size: 12px;
    }

    .tooltip__bg
    {
        left: 50%;

        width: calc(100vw - 40px);

        transform: translateX(-50%);
    }

    .tooltip__bg._right
    {
        right: auto;
        left: 50%;
    }

    .order__tooltip .tooltip
    {
        width: 100%;

        text-align: right;
    }

    .tooltip__col
    {
        width: calc(100% - 40px);
    }

    .tooltip__col-name
    {
        font-size: 14px;
    }

    .tooltip__col-desc
    {
        font-size: 14px;

        margin-top: 5px;
    }

    * + .tooltip__title
    {
        margin-top: 15px;
        padding-top: 16px;
    }



    .your-manager__box
    {
        padding-right: 20px;
        padding-bottom: 27px;
        padding-left: 20px;
    }

    .your-manager__colr
    {
        width: calc(100% - 80px);
    }

    .your-manager__name
    {
        font-size: 16px;
        line-height: 1.2;
    }

    .your-manager__phone
    {
        font-size: 14px;
        line-height: 1.2;

        margin-top: 6px;
    }

    .your-manager__mail
    {
        font-size: 14px;
        line-height: 1.2;

        margin-top: 10px;
    }

    .your-manager__time
    {
        font-size: 14px;
        line-height: 1.2;

        margin-top: 15px;
    }

    .your-manager__time span
    {
        color: #333;

        margin-top: 5px;
    }


    .breadcrumbs-page
    {
        font-size: 12px;
    }


    .passport-data__passport .page-form__line
    {
        width: 100%;
    }

    .passport-data__sep
    {
        display: none;
    }

    .passport-data__passport .page-form__line.number
    {
        width: 100%;
    }



    .hall-fame__awards-item
    {
        font-size: 12px;
    }

    .hall-fame__awards-icon
    {
        width: 28px;
        height: 28px;
        margin-right: 11px;
    }

    .hall-fame__awards-number
    {
        width: 64px;
    }

    .hall-fame__awards-number .number
    {
        font-size: 12px;
    }


    .bonuses__tabs
    {
        width: calc(100% + 20px);
        margin: 30px -10px -5px;
    }

    .tabs__button
    {
        font-size: 12px;

        padding-right: 10px;
        padding-left: 10px;
    }


    .page-content__content-bg_nopad
    {
        padding: 0;

        border-radius: 0;
        background: none;
    }


    .btn-blue
    {
        font-size: 12px;
    }

    .btn-red
    {
        font-size: 12px;
    }



    .leave-comment
    {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .leave-comment__title
    {
        font-size: 20px;
    }

    .leave-comment__btn
    {
        width: 100%;
        min-width: 1px;
        padding: 0;
    }


    .attainment__progress
    {
        margin-right: -10px;
        margin-left: -10px;
    }

    .attainment__progress-numbers
    {
        font-size: 10px;

        padding-bottom: 2px;
    }

    .attainment__progress-flag
    {
        height: 20px;
    }

    .attainment__progress-noflag
    {
        height: 34px;
    }

    .attainment__progress-person
    {
        width: 14px;
    }

    .attainment__progress-person2
    {
        width: 24px;
    }


    .mini-modal__btn_select
    {
        font-size: 14px;
    }

    .attainment__select-link
    {
        font-size: 14px;
    }

    .attainment__title
    {
        font-size: 14px;
    }

    .attainment__title-icon
    {
        margin-right: 10px;
    }


    .footer__logo
    {
        max-width: 124px;
        margin-bottom: 15px;
    }

    .footer__menu
    {
        width: 100%;
        margin-left: 0;
    }

    .footer__menu-item
    {
        font-size: 12px;

        width: 100%;
        margin-left: 0;
    }

    .footer__menu-item + .footer__menu-item
    {
        margin: 15px 0 0;
    }

    .footer__contact
    {
        margin-top: -15px;
    }

    .footer__contact-item
    {
        font-size: 12px;

        width: 100%;
    }

    .footer__contact-item_marg
    {
        margin-top: 10px;
    }

    .footer__callback
    {
        font-size: 12px;
    }

    .footer__managers
    {
        font-size: 12px;
    }

    .footer__mail
    {
        padding-left: 35px;
    }

    .footer__mail::before
    {
        width: 20px;
        height: 20px;
        margin-top: -10px;

        background-size: contain;
    }

    .footer__phone
    {
        padding-left: 35px;
    }

    .footer__phone::before
    {
        width: 20px;
        height: 20px;
        margin-top: -10px;

        background-size: contain;
    }

    .footer .footer__contact .footer__btn
    {
        font-size: 12px;
    }

    .footer__adres
    {
        font-size: 12px;
    }

    .footer__time
    {
        font-size: 12px;

        margin-top: 10px;
    }

    .footer__link
    {
        font-size: 12px;

        width: 100%;

        text-align: center;
    }

    .footer__link + .footer__link
    {
        margin: 15px 0 0;
    }

    .footer__copy
    {
        font-size: 12px;
    }


    .page-form__forgot
    {
        width: 100%;
        margin-top: 10px;
    }


    .modal-page__cont
    {
        max-width: none;
    }

    .modal-page__cont_small
    {
        max-width: 280px;
    }

    .modal-page__title
    {
        font-size: 16px;
        font-weight: 500;
    }

    .checkbox
    {
        width: 100%;
    }

    .checkbox__label
    {
        display: block;
    }

    .checkbox__text
    {
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .checkbox__text-name
    {
        margin-right: 10px;
        margin-left: 0;
    }

    .checkbox__text
    {
        font-size: 14px;
    }

    .checkbox__box
    {
        font-size: 12px;

        width: 70px;
    }

    input[type=checkbox]:checked + .checkbox__text .checkbox__box:before
    {
        left: 40px;
    }

    .checkbox__box:before
    {
        left: 5px;
    }


    .page-form__forgot
    {
        font-size: 14px;
    }
}