@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?cwhh4a");
    src: url("../fonts/icomoon.eot?cwhh4a#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?cwhh4a") format("truetype"), url("../fonts/icomoon.woff?cwhh4a") format("woff"), url("../fonts/icomoon.svg?cwhh4a#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

.b-widget__close::before,
.b-header__toggle::before,
.b-header__exit::before,
.b-search__btn::before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::after,
*::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    outline: none;
}

body {
    margin: 0;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
    line-height: 1.4;
    font-size: 14px;
}

img {
    max-width: 100%;
    border: none;
    outline: none;
}

a {
    border: none;
    outline: none;
    color: #d51418;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

select::-ms-expand {
    display: none;
}

.container,
.b-header__container {
    width: 100%;
    max-width: 1150px;
    padding: 0 15px;
    margin: 0 auto;
}

.b-widget__inner,
.b-header__inner,
.b-search,
.b-content__inner,
.b-comments__item,
.b-order,
.b-sideNews__item {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.b-widget__icon,
.b-widget__text,
.b-header__section,
.b-search__field,
.b-search__btn,
.b-content__left,
.b-content__right,
.b-comments__left,
.b-comments__right,
.b-order__form,
.b-order__product,
.b-sideNews__ava,
.b-sideNews__caption {
    display: table-cell;
    vertical-align: top;
}

.c-btn {
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 225px;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    background-color: #d51418;
    color: #fff;
    text-decoration: none;
    padding: 10px 8px 8px;
    border: none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
}

.c-btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.c-btn--blue {
    background-color: #014687;
}

.b-widget {
    display: none;
    max-width: 300px;
    position: fixed;
    z-index: 500;
    bottom: 20px;
    right: 20px;
    margin-left: 20px;
    background-color: #d51418;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 30px 15px 10px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.b-widget__icon,
.b-widget__text {
    vertical-align: middle;
}

.b-widget__icon {
    width: 63px;
    font-size: 0;
}

.b-widget__text {
    color: #fff;
    margin: 0;
    padding-left: 18px;
    font-size: 13px;
}

.b-widget__close {
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px;
    border: none;
    background-color: transparent;
    padding: 0;
}

.b-widget__close::before {
    content: '\e901';
    color: #fff;
}

.b-widget--packs {
    background-color: #014687;
}

.b-header {
    background-color: #f1eef1;
    padding: 25px 0;
}

.b-header__section {
    vertical-align: middle;
}

.b-header__section--logo {
    width: 54%;
    font-size: 0;
}

.b-header__section--menu {
    padding-left: 30px;
    padding-right: 15px;
}

.b-header__logo {
    display: inline-block;
    vertical-align: middle;
    max-width: 30%;
}

.b-header__titles {
    display: inline-block;
    vertical-align: middle;
    padding-left: 50px;
}

.b-header__title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    color: #014687;
    margin: 0 0 15px;
}

.b-header__subtitle {
    font-size: 16px;
    line-height: 1;
    color: #014687;
    margin: 0;
}

.b-header__link {
    display: block;
    color: #014687;
    line-height: 1;
    text-decoration: none;
}

.b-header__link:hover {
    text-decoration: underline;
    color: #000;
}

.b-header__link+.b-header__link {
    margin-top: 8px;
}

.b-header__registration {
    margin-bottom: 60px;
    text-align: right;
}

.b-header__registration .b-header__link {
    display: inline-block;
}

.b-header__registration .b-header__link+.b-header__link {
    margin-top: 0;
    margin-left: 5px;
}

.b-header__registration .b-header__link+.b-header__link::before {
    content: '|';
    padding-right: 5px;
}

.b-header__toggle,
.b-header__exit {
    display: none;
}

.b-header__toggle::before,
.b-header__exit::before {
    font-size: 25px;
}

.b-search {
    background-color: #fff;
}

.b-search__field {
    position: relative;
}

.b-search__field input {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 0;
    padding: 0;
    padding-left: 13px;
    margin: 0;
    width: 100%;
    height: 100%;
}

.b-search__btn {
    width: 100px;
    text-align: center;
    background-color: #014687;
    color: #fff;
    text-decoration: none;
    padding: 6px;
}

.b-nav {
    background-color: #014687;
    text-align: center;
}

.b-nav__link {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    padding: 15px 11px;
}

.b-nav__link:hover {
    text-decoration: underline;
}

.b-breadcrumbs {
    margin: 15px 0 35px;
}

.b-breadcrumbs__item {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #014687;
    text-decoration: none;
}

.b-breadcrumbs__item:hover {
    color: #000;
    text-decoration: underline;
}

.b-breadcrumbs__item+.b-breadcrumbs__item::before {
    content: '>';
    display: inline-block;
    padding: 0 5px;
}

.b-content__right {
    width: 35%;
    padding-left: 30px;
}

.b-question {
    -webkit-box-shadow: 0 0 23px 4px rgba(220, 213, 213, 0.25);
    box-shadow: 0 0 23px 4px rgba(220, 213, 213, 0.25);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 30px;
    margin-bottom: 35px;
}

.b-question__date {
    margin: 0;
    font-size: 12px;
    color: #ccc;
}

.b-question__title {
    font-size: 22px;
    color: #014687;
    font-weight: 500;
    margin: 14px 0 10px;
}

.b-question__text {
    color: #111;
    margin: 0;
}

.b-comments {
    margin-bottom: 40px;
}

.b-comments__item {
    padding: 20px 0;
    padding-right: 15px;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    position: relative;
}

.b-comments__left {
    width: 100px;
}

.b-comments__right {
    padding-left: 30px;
}

.b-comments__ava {
    position: relative;
    top: 4px;
}

.b-comments__name {
    margin: 0 0 13px;
    font-weight: 500;
    padding-right: 100px;
}

.b-comments__text {
    margin: 0;
}

.b-comments__img {
    margin-top: 15px;
}

.b-comments__date {
    display: inline-block;
    color: #7d7d7d;
    font-size: 11px;
    line-height: 1.1;
    position: absolute;
    top: 23px;
    right: 15px;
}

.b-comments__title {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    position: relative;
    padding-bottom: 6px;
}

.b-comments__title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-color: #014687;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.b-comments__list {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.b-test {
    margin-top: 80px;
    font-size: 0;
}

.b-test__left,
.b-test__right {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 14px;
}

.b-test__right {
    position: relative;
}

.b-test__inner {
    border: 1px solid #afafaf;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    min-height: 530px;
}

.b-test__slide {
    padding: 30px 40px;
}

.b-test__slide--result {
    display: none;
}

.bx-wrapper .b-test__slide--result {
    display: block;
}

.b-test__slide--result .b-test__title {
    text-align: center;
}

.b-test__slide--result p {
    color: #111;
    margin-bottom: 0;
}

.b-test__slide--result img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.b-test__title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 20px;
}

.b-test__title b {
    font-weight: 500;
    color: #014687;
    display: block;
}

.b-test__item {
    margin-bottom: 20px;
}

.b-test__question {
    margin: 0 0 10px;
}

.b-test__answer {
    margin: 10px 0 0;
    cursor: pointer;
}

.b-test__answer::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #014687;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.b-test__answer--selected::before {
    background-color: #014687;
}

.b-test__field {
    border: 1px solid #afafaf;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    padding: 5px;
    width: 60px;
    text-align: center;
}

.b-test__circle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    right: 0;
    padding-bottom: -webkit-calc(100% - 30px);
    padding-bottom: calc(100% - 30px);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #014687;
}

.b-test__women {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-bottom: -webkit-calc(170% - 30px);
    padding-bottom: calc(170% - 30px);
    left: 30px;
    right: 0;
    background-image: url(../img/women.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.js-result-loading {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.js-result-loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.b-order {
    margin: 80px 0;
}

.b-order__form,
.b-order__product {
    vertical-align: middle;
}

.b-order__form {
    width: 45%;
    padding-left: 30px;
}

.b-order__product {
    position: relative;
    margin: 0 auto;
    /* max-width: 250px; */
}

.b-order__rect {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 125px;
    background-color: #014687;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-order__sale {
    position: absolute;
    bottom: 20px;
    left: 50%;
    background-color: #d51418;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
}

.b-order__sale span {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-order__sale b {
    font-size: 35px;
}

.b-form {
    border: 1px solid #afafaf;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 35px 25px;
}

.b-form__group {
    padding: 12px 17px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.b-form__group+.b-form__group {
    margin-top: 20px;
}

.b-form__group--select {
    background-image: url(../img/dropdown.png);
    background-repeat: no-repeat;
    background-position: center right 17px;
}

.b-form__field {
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
	color: inherit;
}

.b-form__cost {
    font-size: 18px;
    text-align: center;
    margin: 15px 0 20px;
}

.b-form__oldprice {
    display: inline-block;
    color: #c2c2c2;
    position: relative;
    padding: 0 5px;
    overflow: hidden;
}

.b-form__oldprice::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background-color: #d51418;
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
}

.b-form__newprice {
    display: block;
    color: #d51418;
}

.b-form__btn {
    max-width: none;
}

.b-sideQuestions__title {
    margin: 0;
    background-color: #014687;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    padding: 5px 20px;
}

.b-sideQuestions__item {
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 10px 20px;
}

.b-sideQuestions__link {
    color: #000;
    text-decoration: none;
}

.b-sideQuestions__link:hover {
    text-decoration: underline;
    color: #014687;
}

.b-sideNews {
    margin-top: 40px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    padding: 0 20px;
}

.b-sideNews__item+.b-sideNews__item {
    margin-top: 20px;
}

.b-sideNews__item:hover .b-sideNews__caption {
    text-decoration: underline;
    color: #014687;
}

.b-sideNews__ava {
    width: 98px;
}

.b-sideNews__ava img {
    position: relative;
    top: 4px;
}

.b-sideNews__caption {
    padding-left: 25px;
    color: #363636;
    text-decoration: none;
}

@media only screen and (max-width: 1150px) {
    .b-header__title {
        font-size: 24px;
    }
    .b-header__logo {
        max-width: 27%;
    }
    .b-header__titles {
        padding-left: 30px;
    }
    .b-nav__link {
        font-size: 13px;
        padding: 15px 7px;
    }
}

@media only screen and (max-width: 991px) {
    .container {
        max-width: 640px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .b-nav {
        display: none;
    }
    .b-header {
        padding: 0;
    }
    .b-header__container {
        padding: 0;
    }
    .b-header__exit {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        text-decoration: none;
        color: #014687;
        width: 50px;
    }
    .b-header__exit::before {
        content: '\e902';
    }
    .b-header__toggle {
        display: inline-block;
        position: relative;
        top: 4px;
        text-decoration: none;
        color: #fff;
    }
    .b-header__toggle::before {
        content: '\e900';
    }
    .b-header__section {
        display: block;
        width: 100%;
        padding: 0;
    }
    .b-header__section--logo {
        padding: 20px 10px;
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .b-header__section--menu {
        display: none;
    }
    .b-header__section--other {
        background-color: #014687;
        padding: 6px 10px;
        overflow: auto;
    }
    .b-header__registration {
        display: none;
    }
    .b-header__titles {
        display: table-cell;
        vertical-align: middle;
        padding-left: 15px;
        text-align: center;
    }
    .b-header__title {
        font-size: 20px;
        margin-bottom: 0;
    }
    .b-header__subtitle {
        display: none;
    }
    .b-header__logo {
        width: 100px;
        max-width: none;
        display: table-cell;
        vertical-align: middle;
    }
    .b-header__search {
        float: right;
    }
    .b-search {
        width: 200px;
    }
    .b-search__btn {
        width: 40px;
        background-color: #ebebeb;
        font-size: 0;
    }
    .b-search__btn::before {
        font-size: 20px;
        color: #014687;
        content: '\e903';
    }
    .b-breadcrumbs {
        margin-bottom: 20px;
    }
    .b-breadcrumbs__item {
        font-size: 10px;
        line-height: 1.4;
    }
    .b-breadcrumbs__item+.b-breadcrumbs__item::before {
        padding: 0 2px;
    }
    .b-content__right {
        display: none;
    }
    .b-question {
        padding: 20px 10px;
        margin-bottom: 25px;
    }
    .b-question__title {
        font-size: 16px;
        margin: 10px 0;
    }
    .b-comments {
        margin-bottom: 20px;
    }
    .b-comments__item {
        border-right: none;
        padding-right: 0;
    }
    .b-comments__left {
        width: 80px;
    }
    .b-comments__right {
        padding-left: 10px;
    }
    .b-comments__date {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 5px;
    }
    .b-comments__name {
        padding-right: 0;
        font-size: 12px;
    }
    .b-comments__text {
        font-size: 14px;
    }
    .b-test {
        margin-top: 40px;
    }
    .b-test__left {
        width: 100%;
    }
    .b-test__right {
        display: none;
    }
    .b-test__slide {
        padding: 15px;
    }
    .b-order {
        display: block;
        margin: 35px 0;
    }
    .b-order__form,
    .b-order__product {
        display: block;
    }
    .b-order__form {
        margin: 30px auto 0;
        padding-left: 0;
        width: 100%;
        max-width: 320px;
    }
}

@media only screen and (max-width: 480px) {
    .b-header__titles {
        text-align: left;
    }
}