/* reset */
/* main variables */
/*MAIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

html {
    font-size: 10px !important;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "HelveticaNeueCyr", sans-serif;
    background: #ffffff;
    height: 100%;
    color: #000000;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    font-size: 2rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}

html {
    height: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

input, textarea {
    color: #333;
    font-family: "HelveticaNeueCyr", sans-serif;
    outline: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}

input[type="button"], input[type="submit"], button {
    cursor: pointer;
}

td {
    margin: 0px;
    padding: 0px;
}

form {
    padding: 0px;
    margin: 0px;
}

a {
    color: #000;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
    text-decoration: none;
    color: #000;
}

a, span, div, button {
    outline: none !important;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

input[type=submit], input[type=button], button {
    -webkit-appearance: none;
    outline: none;
}

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

*:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after, .wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

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

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url("../fonts/HelveticaNeueCyr-Medium.eot");
    src: url("../fonts/HelveticaNeueCyr-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Medium.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url("../fonts/HelveticaNeueCyr-Bold.eot");
    src: url("../fonts/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

/* checkbox */
/* radio */
/* select */
.jq-checkbox {
    width: 16px;
    display: inline-block;
    height: 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid #cccccc;
    margin-right: 11px;
    top: -2px;
}

.jq-checkbox.checked {
    border-color: #3399cc;
}

.jq-checkbox.checked .jq-checkbox__div {
    width: 8px;
    height: 8px;
    margin: 2px 0 0 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #3399cc;
}

.jq-checkbox.disabled {
    opacity: 0.5;
}

.jq-radio {
    width: 16px;
    display: inline-block;
    height: 16px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid #cccccc;
    margin-right: 11px;
    top: -2px;
}

.jq-radio.checked {
    border-color: #3399cc;
}

.jq-radio.checked .jq-radio__div {
    width: 8px;
    height: 8px;
    margin: 2px 0 0 2px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #3399cc;
}

.jq-radio.disabled {
    opacity: 0.5;
}

/* */
.jq-file {
    position: relative;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    background: #FFFFFF;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    height: 58px;
    border: 1px solid #C8E6F5;
    padding: 2px;
}

.jq-file input {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    font-size: 100px;
    cursor: pointer;
    line-height: 1em;
}

.jq-file__name {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    padding: 14px 120px 14px 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 54px;
    font-size: 14px;
    color: #BEBEBE;
    line-height: 1.7;
    font-family: "HelveticaNeueCyr", sans-serif;
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.jq-file__browse {
    position: absolute;
    top: 2px;
    right: 2px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    height: 52px;
    padding: 5px 5px;
    font-family: "Sora", sans-serif;
    text-align: center;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    width: 108px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #68C9FA;
    border: 1px solid transparent;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.jq-file:hover .jq-file__browse {
    color: #fff;
    background: #38ADE8;
}

.jq-file:active .jq-file__browse {
    color: #fff;
    background: #0C89C8;
}

.jq-file.focused .jq-file__browse {
    color: #fff;
    background: #0C89C8;
}

.jq-file.disabled .jq-file__browse {
    color: #fff;
    background: #D7D7D7;
}

.jq-file.changed .jq-file__name {
    color: #34373E;
}

.jq-file.changed {
    border-color: #80C3E4;
}

/* */
.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
}

.jq-selectbox .placeholder {
    color: #000;
}

.jq-selectbox__select {
    height: 5.6rem;
    padding: 1rem 3rem 1rem 1.6rem;
    border: 1px solid rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    background: transparent;
    line-height: 2rem;
    color: #000;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #CCC;
    background: #F5F5F5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888;
}

.jq-selectbox__select-text {
    display: block;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0px;
    right: 0;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 21px;
    right: 15px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 24px;
}

.jq-selectbox__dropdown {
    bottom: auto !important;
    overflow: hidden;
    top: 100% !important;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 2rem;
    left: 0;
    font-size: 1.6rem;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #FFF;
    z-index: 1;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
}

.jq-selectbox__search {
    margin: 16px;
}

.jq-selectbox__search input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 10px 16px 10px 40px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 1.55556C3.99312 1.55556 1.55556 3.99312 1.55556 7C1.55556 10.0069 3.99312 12.4444 7 12.4444C10.0069 12.4444 12.4444 10.0069 12.4444 7C12.4444 3.99312 10.0069 1.55556 7 1.55556ZM0 7C0 3.13401 3.13401 0 7 0C10.866 0 14 3.13401 14 7C14 10.866 10.866 14 7 14C3.13401 14 0 10.866 0 7Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.9127 10.9127C11.2407 10.5847 11.7725 10.5847 12.1005 10.9127L15.754 14.5662C16.082 14.8942 16.082 15.426 15.754 15.754C15.426 16.082 14.8942 16.082 14.5662 15.754L10.9127 12.1005C10.5847 11.7725 10.5847 11.2407 10.9127 10.9127Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat 16px 50%;
    -webkit-background-size: 16px 16px;
    background-size: 16px;
    font-family: "HelveticaNeueCyr", sans-serif;
    height: 56px;
    font-size: 16px;
    color: #000;
    -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button, .jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.jq-selectbox__not-found {
    margin: 16px;
    padding: 10px 16px 10px;
    background: #F0F0F0;
    font-size: 16px;
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
    max-height: 220px;
}

.jq-selectbox li {
    min-height: 18px;
    padding: 1rem 1.6rem 1rem 3.2rem;
    line-height: 2rem;
}

.jq-selectbox li:hover {
    background: #eee;
}

.jq-selectbox li.selected, .jq-selectbox li.sel {
    background: #eee;
}

.jq-selectbox.placeholder .jq-selectbox__select, .jq-selectbox li.placeholder {
    color: #C2C2C2;
}

.jq-selectbox li.placeholder {
    display: none !important;
}

.jq-selectbox li.disabled {
    color: #ccc;
    background: none;
}

.jq-selectbox li.disabled:hover {
    background: none;
}

.jq-selectbox li.optgroup {
    font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default;
}

.jq-selectbox li.option {
    padding-left: 25px;
}

.jq-number__field input {
    box-sizing: border-box;
    width: 100%;
    border: none;
    outline: none;
    background: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
.header {
    width: 100%;
    z-index: 50;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-order: 1;
}

.fl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 8.8rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-left: auto;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
}

.lang a {
    color: rgba(0, 0, 0, 0.4);
}

.lang a.active, .lang a:hover {
    color: #000000;
}

.lang span {
    height: 24px;
    width: 2px;
    margin: 0px 5px 0 5px;
    background: #000;
    display: inline-block;
    vertical-align: middle;
}

/* */
@media screen and (max-width: 1023px) {
    .fl {
        height: 56px;
    }
}

/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
.footer {
    text-align: left;
    width: 100%;
    min-width: 320px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-order: 3;
    position: relative;
}

.footer .lang {
    width: 225px;
    margin-left: 0;
    order: 1;
    justify-content: flex-end;
}

.copy {
    font-weight: 500;
    font-size: 1.4rem;
}

.footer_help {
    font-weight: 500;
    font-size: 1.4rem;
}

.footer_help a {
    display: inline-block;
}

@media screen and (max-width: 1023px) {
    .footer {
        padding: 26px 0;
    }

    .footer .fl {
        height: auto;
        flex-wrap: wrap;
    }

    .footer .lang {
        order: 0;
        width: auto;
    }

    .footer_help {
        width: 100%;
        padding-top: 21px;
    }
}

@media screen and (max-width: 767px) {
    .footer .fl {
        height: 71px;
    }

    .copy {
        font-size: 12px;
    }

    .footer_help {
        font-size: 12px;
    }
}

@media screen and (max-width: 499px) {
    .footer_help {
        width: 270px;
    }
}

.main-wrapper {
    padding: 0 0 0 0;
    min-width: 320px;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.wrapper {
    min-width: 320px;
    max-width: 1408px;
    padding: 0 4.8rem;
    padding: 0 3.2rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    width: 100%;
}

.wow {
    visibility: hidden;
}

/* titles */
p {
    padding: 0rem 0 2rem 0;
}

h1, .h1 {
    font-size: 7.2rem;
    line-height: 1;
    color: #000;
    padding: 0rem 0 2rem 0px;
    font-weight: 500;
}

h2, .h2 {
    font-size: 4.6rem;
    line-height: 1.18;
    color: #000;
    padding: 0rem 0 1.6rem 0;
    font-weight: 500;
}

h3, .h3 {
    font-size: 3.8rem;
    line-height: 1.18;
    color: #000;
    padding-top: 0;
    padding-bottom: 1.6rem;
}

h4, .h4 {
    font-size: 3rem;
    line-height: 1.18;
    color: #000;
    padding: 1rem 0 1rem 0px;
    position: relative;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

/* text position */
.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.nowrap {
    white-space: nowrap !important;
}

/* loader */
.loaded .main-wrapper {
    visibility: hidden;
    opacity: 0;
}

.icon-load {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background-color: #fff;
    z-index: 200;
}

.loaded .icon-load {
    display: block;
}

/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.content {
    min-width: 320px;
    text-align: left;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-order: 2;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-grow: 1;
}

/* */
.btn {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    vertical-align: middle;
    height: 5.8rem;
    padding: 1rem 3.1rem;
    font-family: "HelveticaNeueCyr", sans-serif;
    text-align: center;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 500;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #000;
    border: 1px solid #000;
    -webkit-border-radius: 1.3rem;
    border-radius: 1.3rem;
}

.btn:hover {
    color: #fff;
    background: #333;
    border-color: #333;
}

.btn-bord {
    background: transparent;
    color: #000;
}

.btn-bord:hover {
    background: #777;
}

.form_group {
    margin-bottom: 39px;
}

.form_row {
    margin-bottom: 1.6rem;
}

.form_title {
    display: block;
    margin-bottom: 17px;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2rem;
}

.form_cols {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form_cols_item {
    width: 50%;
    padding: 0 1.2rem;
}

.form_btn {
    margin-top: 27px;
}

.form_btn .btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

label.error {
    font-size: 1.4rem;
    position: absolute;
    color: #B50000;
    top: 100%;
    left: 2rem;
    right: 0;
    line-height: 1.6rem;
    font-weight: 300;
}

.form-control, .form-control-phone {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    padding: 1rem 1.6rem;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 5.6rem;
    font-size: 1.6rem;
    color: #000;
    line-height: 1;
    font-family: helvetica, "HelveticaNeueCyr", sans-serif;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    font-weight: 400;
}

.form-control:focus, .form-control-phone:focus {
    border-color: black;
}

.form-control.error {
    border: 1px solid #FF2B00;
}

textarea.form-control {
    height: 90px;
    resize: none;
}

.form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    font-weight: 400;
}

.form-control:-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    font-weight: 400;
}

.form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    font-weight: 400;
}

.form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    font-weight: 400;
}

.form_anim {
    position: relative;
}

.form_anim_label {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.6rem;
    left: 1.7rem;
    top: 1.6rem;
}

.form_anim .form-control {
    padding: 1.9rem 1.6rem 0.5rem;
}

.form_anim .jq-selectbox__select {
    padding: 1.9rem 3rem 0.5rem 1.6rem;
}

.form_anim.filled .form_anim_label {
    top: 8px;
    font-size: 1.2rem;
}

.form_anim span.error {
    font-size: 1.6rem;
    color: #FF2B00;
}

.form_anim .help-block {
    font-size: 1.6rem;
    color: #FF2B00;
}

.iti {
    width: 100%;
    font-size: 1.6rem;
}

.iti .iti__arrow {
    border: none;
}

.iti .iti__selected-flag {
    padding: 0 9px 0 13px;
}

.iti__selected-dial-code {
    font-weight: 500;
}

.iti__flag-container {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 8px 0px 0px 8px;
}

.form_anim .iti .form-control {
    padding: 1rem 1.6rem 1rem 59px;
}

.form_anim .iti .form-control-phone {
    padding: 1rem 1.6rem 1rem 59px;
    text-indent: 11px;
}

.iti__country-list {
    font-size: 1.6rem;
}

.has-error .form-control {
    border-color: #FF2B00;
}

.has-error .form-control-phone {
    border-color: #FF2B00;
}

.checks {
    margin-bottom: 19px;
    padding-top: 3px;
}

.checks_item {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 13px;
}

.checks_item label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

.checks_item input[type="checkbox"] {
    position: absolute;
}

.checks_item_txt {
    padding-left: 3.6rem;
    position: relative;
}

.checks_item_txt:before {
    width: 2rem;
    height: 2rem;
    border: 1px solid #000;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
}

.checks_item_txt a {
    text-decoration: underline;
}

.checks_item_txt a:hover {
    text-decoration: none;
}

.checks_item input:checked + .checks_item_txt:before {
    background: url(../svg/check.svg) no-repeat center #000;
    -webkit-background-size: 16px 16px;
    background-size: 16px;
}

.radios {
    margin-bottom: 19px;
    padding-top: 2px;
}

.radios:last-child {
    margin-bottom: 42px;
}

.radios_item {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 13px;
}

.radios_item label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    position: relative;
}

.radios_item input[type="radio"] {
    position: absolute;
}

.radios_item_txt {
    padding-left: 3.6rem;
    position: relative;
}

.radios_item_txt:before {
    width: 2rem;
    height: 2rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #000;
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
}

.radios_item_txt a {
    text-decoration: underline;
}

.radios_item_txt a:hover {
    text-decoration: none;
}

.radios_item input:checked + .radios_item_txt:before {
    background: #000;
    -webkit-box-shadow: 0 0 0 0.4rem #fff inset;
    box-shadow: 0 0 0 0.4rem #fff inset;
}

.radios-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.radios-inline .radios_item {
    width: 50%;
}

.radios-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.radios-text .radios_item {
    width: 50%;
}

.radios-text .radios_item label {
    display: block;
}

.radios-text .radios_item:first-child .radios_item_txt {
    -webkit-border-radius: 1rem 0px 0px 1rem;
    border-radius: 1rem 0px 0px 1rem;
}

.radios-text .radios_item:last-child .radios_item_txt {
    -webkit-border-radius: 0px 1rem 1rem 0px;
    border-radius: 0px 1rem 1rem 0px;
}

.radios-text .radios_item_txt:before {
    display: none;
}

.radios-text .radios_item_txt {
    font-weight: 500;
    border: 2px solid #000000;
    padding: 0 0px;
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.radios-text input:checked + .radios_item_txt, .radios-text .radios_item_txt:hover {
    background: #000;
    color: #fff;
}

/*---------------------------------------*/
.m-show {
    display: none;
}

.js-bg {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

/*-----------------------------*/
.date {
    margin-bottom: 2.6rem;
    color: #CE1021;
    font-weight: 500;
    font-size: 1.6rem;
    border: 2px solid #E01426;
    height: 3.8rem;
    padding: 0rem 1.4rem 0rem;
    -webkit-border-radius: 2rem;
    border-radius: 2rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.welcome {
    height: 64rem;
    overflow: hidden;
    margin-bottom: 10rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#E8E7E7), color-stop(24.87%, #E3E3E5), color-stop(53.04%, #DEDEDE), color-stop(64.94%, #D8D8D8), color-stop(75.82%, #D8D8DA), color-stop(85.75%, #D9D9DB), color-stop(99.5%, #D8D8DA));
    background: -webkit-linear-gradient(top, #E8E7E7 0%, #E3E3E5 24.87%, #DEDEDE 53.04%, #D8D8D8 64.94%, #D8D8DA 75.82%, #D9D9DB 85.75%, #D8D8DA 99.5%);
    background: -o-linear-gradient(top, #E8E7E7 0%, #E3E3E5 24.87%, #DEDEDE 53.04%, #D8D8D8 64.94%, #D8D8DA 75.82%, #D9D9DB 85.75%, #D8D8DA 99.5%);
    background: linear-gradient(180deg, #E8E7E7 0%, #E3E3E5 24.87%, #DEDEDE 53.04%, #D8D8D8 64.94%, #D8D8DA 75.82%, #D9D9DB 85.75%, #D8D8DA 99.5%);
    padding: 9.6rem 2rem 9.6rem 11.5rem;
    -webkit-border-radius: 4.8rem;
    border-radius: 4.8rem;
    position: relative;
}

.welcome_img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    max-height: 596px;
}

.welcome_img img {
    max-height: 100%;
}

.welcome_cont {
    width: 61rem;
    position: relative;
    z-index: 3;
}

.welcome .btns {
    margin-top: 2.4rem;
}

.btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -1.6rem;
}

.btns .btn {
    margin-right: 1.6rem;
}

.more {
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 0.9rem;
    font-size: 1.6rem;
}

.more:after {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    content: '';
    position: relative;
    right: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0 0 0.8rem;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}

.more:hover:after {
    right: -10px;
}

.info_txt {
    -webkit-column-gap: 4%;
    -moz-column-gap: 4%;
    column-gap: 4%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin-top: 1.6rem;
    max-width: 111rem;
}

.info_txt p {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.about {
    margin-bottom: 10.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about_img {
    width: 42.1rem;
    min-width: 42.1rem;
    height: 42.1rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 11.6%;
}

.about_img img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about_cont {
    max-width: 54rem;
}

.about_cont p {
    padding-bottom: 3rem;
}

.about h2 {
    padding: 2.5rem 0 3.2rem;
}

.blockquote {
    display: block;
    margin: 8.3rem 0 10.7rem;
    padding: 0;
    line-height: 1.13;
}

.details {
    overflow: hidden;
    background: -webkit-linear-gradient(271.32deg, #EBEBEB 0.98%, #E8E8E8 98.74%);
    background: -o-linear-gradient(271.32deg, #EBEBEB 0.98%, #E8E8E8 98.74%);
    background: linear-gradient(178.68deg, #EBEBEB 0.98%, #E8E8E8 98.74%);
    -webkit-border-radius: 4.8rem;
    border-radius: 4.8rem;
    padding: 6rem 2rem 6.4rem 11.6rem;
    position: relative;
}

.details_img {
    position: absolute;
    right: 0;
    max-height: 100%;
    bottom: 0px;
}

.details_img img {
    max-height: 100%;
}

.details_cont {
    position: relative;
    z-index: 3;
}

.params {
    margin: 1.6rem 0 4.2rem;
}

.params_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.params_row_label {
    color: rgba(0, 0, 0, 0.6);
    width: 34.7rem;
}

.params_row_value {
    font-weight: 500;
}

.params_row a {
    border-bottom: 1px solid currentColor;
    line-height: 1;
    display: inline-block;
}

.params_row a:hover {
    border-color: transparent;
}

/* */
.win {
    background: #FFFFFF;
    -webkit-border-radius: 3.2rem;
    border-radius: 3.2rem;
    width: 65.2rem;
    padding: 6.5rem 6.4rem 7.15rem;
    overflow: visible;
}

.win_title {
    margin-bottom: 2.9rem;
    font-weight: 500;
    font-size: 4.4rem;
    line-height: 1.43;
}

.win_txt {
    margin-bottom: 2.9rem;
    min-height: 9.7rem;
}

.win_btn .btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.back {
    padding: 2.5rem 0;
}

.back a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.6rem;
}

.back a:before {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    content: '';
    position: relative;
    right: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0px 1.4rem 0 1rem;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
}

.back a:before:hover:before {
    right: 10px;
}

.checkout {
    margin: 0.8rem 0 41px;
}

.checkout h1 {
    padding: 0rem 0 3.9rem 0px;
    font-size: 4.6rem;
}

.columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.sidebar {
    width: 53.7rem;
    margin-left: 3.2rem;
}

.center {
    width: 53.7rem;
}

.tovar {
    margin-bottom: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    line-height: 2rem;
    margin-top: 1px;
}

.tovar_img {
    margin-right: 4rem;
    width: 19.1rem;
    min-width: 19.1rem; /*height: 19.1rem;*/
    overflow: hidden; /*background: -webkit-linear-gradient(336.93deg, rgba(231, 231, 231, 0.2) -4.53%, rgba(194, 194, 194, 0.1) 92.47%); background: -o-linear-gradient(336.93deg, rgba(231, 231, 231, 0.2) -4.53%, rgba(194, 194, 194, 0.1) 92.47%); background: linear-gradient(113.07deg, rgba(231, 231, 231, 0.2) -4.53%, rgba(194, 194, 194, 0.1) 92.47%);*/
    -webkit-border-radius: 1.6rem;
    border-radius: 1.6rem;
}

.tovar_img img {
    height: 100%;
    object-fit: cover;
}

.tovar_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tovar_title {
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 1px;
}

.tovar_inf {
    margin-bottom: 1.2rem;
}

.tovar_price {
    font-weight: bold;
}

.tovar .form_anim_label {
    display: none;
}

.tovar .form_anim {
    margin-bottom: 16px;
}

.tovar .tovar_bot .form_anim {
    margin-right: 6%;
    margin-bottom: 0px;
}

.tovar .form_anim .jq-selectbox__select {
    height: 40px;
    padding: 0.5rem 3rem 0.5rem 1.6rem;
}

.tovar .jq-selectbox li {
    padding: 1rem 1.6rem 1rem 1.6rem;
}

.tovar select {
    height: 40px;
    width: 100%;
}

.tovar .jq-selectbox__trigger-arrow {
    top: 12px;
}

.tovar .jq-selectbox.opened .jq-selectbox__trigger-arrow {
    top: 16px;
}

.tovar_bot {
    display: flex;
    align-items: center;
}

.tovar_bot .remove-item {
    text-decoration-line: underline;
    margin-left: auto;
}

.form_cols:last-child {
    margin-bottom: -1.6rem;
}

.form_cols.js-address-visible {
    margin-bottom: -1.6rem;
}

.form_anim .jq-number {
    width: 96px;
    height: 40px;
    padding: 0 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form_anim .jq-number .jq-number__spin {
    font-size: 20px;
    cursor: pointer;
    height: 38px;
    min-width: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_anim .jq-number .minus {
    order: -1;
    padding-bottom: 5px;
}

.form_anim .jq-number .minus:before {
    content: '-';
}

.form_anim .jq-number .plus:before {
    content: '+';
}

.form_anim .jq-number .form-control {
    overflow: visible;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    height: 38px;
    border: none;
    padding: 0;
    text-align: center;
}

.add-item {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    display: inline-flex;
    margin: 0 0 0 231px;
}

.email-description {
    font-size: 16px;
    line-height: 20px;
}

/* */
.field-order-phone {
    z-index: 5;
}

.field-order-city .form_anim_label, .field-city_id .form_anim_label, .js-address-hidden .form_anim_label {
    z-index: 4;
}

.select2-container--classic {
    border: none;
    font-size: 1.6rem;
}

.form_anim .select2-container--classic .select2-selection--single {
    height: 5.6rem;
    border: 1px solid rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
    background: transparent;
    line-height: 2rem;
    color: #000;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 3rem 0.6rem 1.6rem;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    padding-bottom: 0.7rem;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    line-height: 2rem;
    color: #000;
    padding: 0;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    border: none;
    background: transparent;
    top: 0;
    right: 0;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b,
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: none;
    position: absolute;
    top: 21px;
    right: 15px;
    left: auto;
    margin: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 24px;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    background: transparent;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 10px 10px;
}

.select2-container--classic.select2-container--open .select2-dropdown.select2-dropdown--above {
    border-radius: 10px 10px 0 0;
}

.select2-search--dropdown {
    padding: 16px;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 10px 16px 10px 40px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 1.55556C3.99312 1.55556 1.55556 3.99312 1.55556 7C1.55556 10.0069 3.99312 12.4444 7 12.4444C10.0069 12.4444 12.4444 10.0069 12.4444 7C12.4444 3.99312 10.0069 1.55556 7 1.55556ZM0 7C0 3.13401 3.13401 0 7 0C10.866 0 14 3.13401 14 7C14 10.866 10.866 14 7 14C3.13401 14 0 10.866 0 7Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.9127 10.9127C11.2407 10.5847 11.7725 10.5847 12.1005 10.9127L15.754 14.5662C16.082 14.8942 16.082 15.426 15.754 15.754C15.426 16.082 14.8942 16.082 14.5662 15.754L10.9127 12.1005C10.5847 11.7725 10.5847 11.2407 10.9127 10.9127Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat 16px 50%;
    background-size: 16px;
    font-family: "HelveticaNeueCyr", sans-serif;
    height: 56px;
    font-size: 16px;
    color: #000;
    -webkit-appearance: textfield;
}

.select2-container--classic .select2-results__group {
    padding: 1rem 1.6rem 1rem 3.2rem;
}

.select2-results__option {
    padding: 1rem 1.6rem 1rem 3.2rem;
    line-height: 2rem;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background: #eee;
    color: #000;
}

.select2-results {
    padding-bottom: 16px;
}

.has-success .select2-container--open .select2-selection, .has-success .select2-container--krajee.select2-container--focus .select2-selection {
    border-color: rgba(0, 0, 0, 0.5);
    box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 50000s ease-in-out 0s;
}

/* */
@media screen and (max-width: 1439px) {
    h1, .h1 {
        font-size: 68px;
    }

    .welcome {
        height: auto;
        padding: 6vw 0 9vw 6vw;
    }

    .details {
        padding: 4.15vw 0 4.45vw 5vw;
    }

    .params_row_label {
        width: 26.7rem;
    }
}

@media screen and (max-width: 1199px) {
    h1, .h1 {
        font-size: 63px;
    }

    h2, .h2, .blockquote {
        font-size: 44px;
    }

    .tovar_img {
        width: 18.1rem;
        min-width: 18.1rem;
        margin-right: 2rem;
    }

    .about_img {
        width: 37rem;
        min-width: 37rem;
        height: 37rem;
    }

    .welcome {
        height: auto;
        padding: 5vw 0 5vw 5vw;
    }

    .welcome h1 {
        width: 48rem;
    }

    .details {
        padding: 4.15vw 0 4.45vw 5vw;
    }

    .params {
        margin: 0.6rem 0 3.2rem;
    }

    .params_row_label {
        width: 22rem;
    }

    .details_img {
        right: -54px;
    }

    .checkout h1 {
        font-size: 44px;
    }
    .add-item { margin: 0 0 0 202px;}

}

@media screen and (max-width: 1023px) {
    body {
        font-size: 1.8rem;
    }

    h1, .h1 {
        font-size: 52px;
    }

    h2, .h2, .blockquote {
        font-size: 38px;
    }

    .columns {
        display: block;
    }

    .sidebar {
        width: 100%;
        margin-left: 0rem;
        max-width: 58rem;
        margin-bottom: 40px;
    }

    .center {
        width: 100%;
    }

    .tovar_img {
        width: 19.1rem;
        min-width: 19.1rem;
    }

    .about {
        margin-bottom: 5rem;
    }

    .about_img {
        width: 28.8rem;
        min-width: 28.8rem;
        height: 28.8rem;
        margin-right: 4.6%;
    }

    .about h2 {
        padding: 2.2rem 0 2.2rem;
    }

    .about_cont p {
        padding-bottom: 26px;
    }

    .details, .welcome {
        -webkit-border-radius: 32px;
        border-radius: 32px;
    }

    .info_txt {
        margin-top: 6px;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .info_txt p {
        padding-bottom: 24px;
    }

    .blockquote {
        margin: 50px 0 75px;
    }

    .date {
        font-size: 1.4rem;
        height: 34px;
        margin-bottom: 22px;
    }

    .welcome {
        height: auto;
        padding: 4vw 0 3vw 3.2vw;
        margin-bottom: 6rem;
    }

    .welcome h1 {
        width: 36rem;
    }

    .welcome .btns {
        margin-top: 1.2rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .more {
        margin-top: 1rem;
    }

    .welcome_cont {
        width: 56rem;
    }

    .welcome_img {
        max-height: 420px;
    }

    .details {
        padding: 4vw 0 4vw 3.2vw;
    }

    .details_img {
        right: -52px;
        max-height: 467px;
        top: 0;
    }

    .params_row_label {
        width: 19rem;
    }

    .checkout h1 {
        font-size: 38px;
        line-height: 1.2;
    }
    .add-item { margin: 0 0 0 211px;}
}

@media screen and (max-width: 1023px) and (min-width: 767px) {
    .details_img:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -4px;
        height: 30px;
        background: -webkit-linear-gradient(top, rgba(233, 233, 233, 0) 0%, #e9e9e9 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 233, 233, 0)), to(#e9e9e9));
        background: -o-linear-gradient(top, rgba(233, 233, 233, 0) 0%, #e9e9e9 100%);
        background: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, #e9e9e9 100%);
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 1.6rem;
    }

    h1, .h1 {
        font-size: 50px;
        line-height: 1.07;
    }

    h2, .h2, .blockquote {
        font-size: 34px;
    }

    .wrapper {
        padding: 0 16px;
    }

    .about {
        margin-bottom: 2.5rem;
        display: block;
    }

    .about_img {
        margin: 0 auto 15px;
    }

    .about_cont p {
        padding-bottom: 24px;
    }

    .details {
        -webkit-border-radius: 24px;
        border-radius: 24px;
    }

    .blockquote {
        margin: 23px 0 50px;
        line-height: 1.2;
    }

    .date {
        font-size: 1.2rem;
        height: 30px;
        padding: 0rem 10px 0rem;
    }

    .welcome {
        margin-bottom: 3.8rem;
        -webkit-border-radius: 24px;
        border-radius: 24px;
        height: auto;
        padding: 40px 2rem 0vw 2rem;
        background: -webkit-gradient(linear, left top, right top, from(#E5E5E7), color-stop(24.87%, #E6E6E8), color-stop(36.98%, #E6E6E8), color-stop(52%, #E6E6E8), color-stop(65.07%, #E5E5E7), color-stop(72.42%, #E6E6E8), color-stop(80.77%, #E6E6E8), color-stop(86.65%, #E4E4E6), color-stop(90.32%, #E5E5E7), color-stop(99.5%, #E4E4E6));
        background: -webkit-linear-gradient(left, #E5E5E7 0%, #E6E6E8 24.87%, #E6E6E8 36.98%, #E6E6E8 52%, #E5E5E7 65.07%, #E6E6E8 72.42%, #E6E6E8 80.77%, #E4E4E6 86.65%, #E5E5E7 90.32%, #E4E4E6 99.5%);
        background: -o-linear-gradient(left, #E5E5E7 0%, #E6E6E8 24.87%, #E6E6E8 36.98%, #E6E6E8 52%, #E5E5E7 65.07%, #E6E6E8 72.42%, #E6E6E8 80.77%, #E4E4E6 86.65%, #E5E5E7 90.32%, #E4E4E6 99.5%);
        background: linear-gradient(90deg, #E5E5E7 0%, #E6E6E8 24.87%, #E6E6E8 36.98%, #E6E6E8 52%, #E5E5E7 65.07%, #E6E6E8 72.42%, #E6E6E8 80.77%, #E4E4E6 86.65%, #E5E5E7 90.32%, #E4E4E6 99.5%);
    }

    .welcome h1 {
        width: auto;
    }

    .welcome_cont {
        width: auto;
    }

    .welcome_img {
        max-height: 700px;
        left: 0;
        text-align: center;
        position: static;
        margin: 16px -2rem -3px;
    }

    .welcome_img img {
        width: 100%;
    }

    .details {
        padding: 0 2rem 4rem;
        /*background: -webkit-gradient(linear, left top, left bottom, color-stop(36.2%, rgba(223, 223, 225, 0)), to(#EBEBEC)), -webkit-gradient(linear, left top, right top, from(#E8E8E9), color-stop(10.45%, #E6E6E7), color-stop(16.68%, #E1E1E2), color-stop(23.58%, #DDDDDE), color-stop(31.54%, #DDDDDF), color-stop(38.72%, #DDDDDE), color-stop(47.12%, #DDDDDF), color-stop(52%, #DCDCDD), color-stop(59.05%, #DDDDDD), color-stop(66.92%, #E6E6E7), color-stop(74.33%, #EAEAEB), color-stop(81.34%, #EAEAEB), color-stop(86.04%, #EBEBEC), color-stop(99.5%, #EAEAEA)); background: -webkit-linear-gradient(top, rgba(223, 223, 225, 0) 36.2%, #EBEBEC 100%), -webkit-linear-gradient(left, #E8E8E9 0%, #E6E6E7 10.45%, #E1E1E2 16.68%, #DDDDDE 23.58%, #DDDDDF 31.54%, #DDDDDE 38.72%, #DDDDDF 47.12%, #DCDCDD 52%, #DDDDDD 59.05%, #E6E6E7 66.92%, #EAEAEB 74.33%, #EAEAEB 81.34%, #EBEBEC 86.04%, #EAEAEA 99.5%); background: -o-linear-gradient(top, rgba(223, 223, 225, 0) 36.2%, #EBEBEC 100%), -o-linear-gradient(left, #E8E8E9 0%, #E6E6E7 10.45%, #E1E1E2 16.68%, #DDDDDE 23.58%, #DDDDDF 31.54%, #DDDDDE 38.72%, #DDDDDF 47.12%, #DCDCDD 52%, #DDDDDD 59.05%, #E6E6E7 66.92%, #EAEAEB 74.33%, #EAEAEB 81.34%, #EBEBEC 86.04%, #EAEAEA 99.5%); background: linear-gradient(180deg, rgba(223, 223, 225, 0) 36.2%, #EBEBEC 100%), linear-gradient(90deg, #E8E8E9 0%, #E6E6E7 10.45%, #E1E1E2 16.68%, #DDDDDE 23.58%, #DDDDDF 31.54%, #DDDDDE 38.72%, #DDDDDF 47.12%, #DCDCDD 52%, #DDDDDD 59.05%, #E6E6E7 66.92%, #EAEAEB 74.33%, #EAEAEB 81.34%, #EBEBEC 86.04%, #EAEAEA 99.5%);*/
    }

    .details_img {
        position: static;
        margin: 0 1rem 42px -2rem;
        max-height: 700px;
    }

    .checkout h1 {
        padding-bottom: 28px;
        font-size: 34px;
    }

    .back {
        padding: 2.2rem 0;
    }

    .checkout {
        margin: 1.3rem 0 41px;
    }

    .back a:before {
        margin: 0px 1.4rem 0 0.2rem;
    }

    .btn {
        height: 49px;
    }

    .details_img {
        right: 0;
        position: relative;
    }

    .details_img:after {
        content: '';
        position: absolute;
        left: 0;
        right: -30px;
        bottom: -4px;
        height: 10%;
        background: -webkit-linear-gradient(top, rgba(233, 233, 233, 0) 0%, #e9e9e9 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 233, 233, 0)), to(#e9e9e9));
        background: -o-linear-gradient(top, rgba(233, 233, 233, 0) 0%, #e9e9e9 100%);
        background: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, #e9e9e9 100%);
    }

}

@media screen and (max-width: 529px) {
    h1, .h1 {
        font-size: 40px;
    }

    h2, .h2, .blockquote {
        font-size: 30px;
    }

    .form_cols_item {
        width: 100%;
    }

    .params {
        margin: 10px 0 25px;
    }

    .params_row {
        display: block;
        margin-bottom: 16px;
    }

    .params_row_label {
        width: 100%;
        margin-bottom: 2px;
    }

    .welcome .btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0;
        margin-top: 15px;
        text-align: center;
    }

    .welcome .btns .btn {
        margin-right: 0rem;
        width: 100%;
        margin-bottom: 16px;
    }

    .more {
        margin-top: 0;
        padding: 4px 0.9rem;
        margin-right: 8px;
    }

    .btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0;
    }

    .btns .btn {
        margin-right: 0rem;
        width: 100%;
        margin-bottom: 16px;
    }

    .btns .btn:last-child {
        margin-bottom: 0px;
    }

    .checkout h1 {
        padding-bottom: 18px;
        font-size: 30px;
    }

    .tovar {
        display: block;
        margin-bottom: 38px;
    }

    .tovar_img {
        width: 54px;
        min-width: 54px;
        height: 54px;
        margin-bottom: 16px;
    }
    .add-item { margin: 0 0 0 0px;}
}

/*# sourceMappingURL=style.css.map */
.has-error .help-block {
    font-size: 1.6rem;
    color: #FF2B00;
}