*, ::after, ::before {
    outline: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

img {
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    height: auto;
    max-width: 100%
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0
}

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

ul li {
    vertical-align: top
}

a {
    text-decoration: none
}

a:focus, a:hover {
    text-decoration: none;
    outline: 0
}

input {
    -webkit-appearance: none;
    -moz-appearance: none
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2rem;
    margin: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -.2rem
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0
}

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

ul li {
    vertical-align: top
}

a:focus, a:hover {
    text-decoration: none;
    outline: 0
}

input {
    -webkit-appearance: none;
    -moz-appearance: none
}

@font-face {
    font-family: Golos;
    src: url(../fonts/Golos/GolosText-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Golos;
    src: url(../fonts/Golos/GolosText-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Golos;
    src: url(../fonts/Golos/GolosText-Demibold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/montserrat/Montserrat-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/montserrat/Montserrat-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Suisse Intl";
    src: url(../fonts/SuisseIntl/SuisseIntl-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

#preloader .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.header {
    position: relative;
    top: 0;
    left: 0;
    z-index: 10000000;
    width: 100%;
    background: #f5f5f7;
    will-change: transform
}

.header.wht {
    background: #fff
}

.header.wht .line-2 {
    background: #fff
}

.header .container {
    position: relative;
    width: 100%;
    max-width: 1920px;
    padding-left: 90px;
    padding-right: 90px;
    margin-left: auto;
    margin-right: auto
}

.header .run-line {
    display: flex;
    background: #000;
    overflow: hidden
}

.header .run-line a {
    white-space: nowrap;
    animation: run-line 15s linear 0s infinite;
    margin-right: 6px;
    color: #a98c71;
    will-change: transform;
    font-size: 16px;
    line-height: 19px;
    padding: 16px 0
}

.header .run-line a span {
    color: #fff
}

.header .line-1 {
    padding: 10px 0 10px;
    overflow: hidden
}

.header .line-1 .logo {
    height: 24px;
    transition: opacity .3s ease-in-out
}

.header .line-1 .logo:hover {
    opacity: .5
}

.header .line-1 .logo img {
    height: 100%
}

.header .line-1 .btn {
    margin-left: 50px;
    background: #000;
    border-color: #000;
    color: #fff
}

.header .line-1 .btn:hover {
    border-color: rgba(0, 0, 0, .4);
    background: 0 0;
    color: #000
}

.header .line-1 .send_req {
    display: none;
    width: 100%;
    max-width: 137px;
    background: 0 0;
    padding: 4px 0;
    color: #000;
    min-width: 100px;
    cursor: pointer;
    font: 500 12px/14px Golos;
    border-radius: 35px;
    transition: .3s ease-in-out;
    margin: 0 auto;
    border: 1px solid #000;
    text-align: center
}

.header .line-1 .send_req.disable {
    pointer-events: none;
    opacity: .5
}

.header .line-1 .send_req:hover {
    background: #000;
    color: #fff
}

.header .line-1 .src_in {
    border: 0;
    outline: 0;
    font: 500 14px/18px Golos;
    border-bottom: 1px solid #e8e8e8;
    max-width: 333px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 5px;
    display: none
}

.header .line-1 .src_in input {
    border: 0;
    background: 0;
    padding-left: 5px
}

.header .line-1 .src_in input:placeholder {
    color: #000;
    opacity: .4;
    background: 0;
    padding-left: 5px
}

.header .line-1 .src_in input:-webkit-autofill, .header .line-1 .src_in input:-webkit-autofill:active, .header .line-1 .src_in input:-webkit-autofill:focus, .header .line-1 .src_in input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #f5f5f7 inset !important
}

.header .line-1 .src_in input:first-child {
    width: 100%;
    background: 0 0
}

.header .line-1 .src_in input:last-child {
    background: 0;
    background-image: url(../img/zoom_in.svg);
    width: 18px;
    height: 18px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 2px;
    margin: auto;
    cursor: pointer
}

.header .line-1 .burger {
    display: none;
    position: relative;
    width: 23px;
    height: 23px;
    margin-left: 15px;
    padding: 0;
    border: 0;
    background: 0 0;
    cursor: pointer
}

.header .line-1 .burger span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    transition: transform .3s ease-in-out
}

.header .line-1 .burger span:nth-child(1) {
    transform: translateY(-50%) translateY(-3px)
}

.header .line-1 .burger span:nth-child(2) {
    transform: translateY(-50%) translateY(3px)
}

.header .line-1 nav {
    margin-left: auto
}

.header .line-1 nav ul li {
    overflow: hidden;
    margin-left: 37px
}

.header .line-1 nav ul li:first-child {
    margin-left: 0
}

.header .line-1 nav ul li a {
    color: inherit;
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.23;
    transition: color .3s ease-in-out
}

.header .line-1 nav ul li a:hover {
    color: #086acd
}

.header .line-1 nav ul li a.hd-basket {
    position: relative;
    padding-right: 19px;
    display: inline-block
}

.header .line-1 nav ul li a.hd-basket:hover::before {
    opacity: 0
}

.header .line-1 nav ul li a.hd-basket:hover::after {
    opacity: 1
}

.header .line-1 nav ul li a.hd-basket:before {
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    width: 15px;
    height: 13px;
    background: url(../img/basket-icn_black.svg);
    transition: all .3s ease-in-out
}

.header .line-1 nav ul li a.hd-basket:after {
    opacity: 0;
    background: url(../img/basket-icn_blue.svg);
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    width: 15px;
    height: 13px;
    transition: all .3s ease-in-out
}

.header .line-1 nav ul li .counter {
    font: 500 12px/12px Golos;
    color: #e03131
}

.header .line-2 {
    display: none;
    padding-top: 10px;
    padding-bottom: 20px;
    background: #f5f5f7;
    border-bottom: 1px solid #e9e9e9
}

.header .line-2 nav {
    width: 100%;
    display: block
}

.header .line-2 nav ul li {
    margin-top: 15px
}

.header .line-2 nav ul li:first-child {
    margin-top: 0
}

.header .line-2 nav ul li a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.23;
    transition: color .3s ease-in-out;
    color: inherit
}

.header .line-2 nav ul li a:hover {
    color: #086acd
}

.header .line-2 nav ul li a.hd-basket {
    position: relative;
    padding-right: 19px;
    display: inline-block
}

.header .line-2 nav ul li a.hd-basket:hover::before {
    opacity: 0
}

.header .line-2 nav ul li a.hd-basket:hover::after {
    opacity: 1
}

.header .line-2 nav ul li a.hd-basket:before {
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    width: 15px;
    height: 13px;
    background: url(../img/basket-icn_black.svg);
    transition: all .3s ease-in-out
}

.header .line-2 nav ul li a.hd-basket:after {
    opacity: 0;
    background: url(../img/basket-icn_blue.svg);
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    width: 15px;
    height: 13px;
    transition: all .3s ease-in-out
}

.header .line-2 nav ul li .counter {
    font: 500 11px/11px Golos;
    color: #e03131
}

@keyframes run-line {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-100%)
    }
}

body, html {
    font-family: Golos;
    font-weight: 400;
    font-size: 16px;
    line-height: 1
}

html {
    font-size: 62.5%
}

.scroller {
    height: 100vh
}

.container {
    position: relative;
    width: 100%;
    max-width: 1920px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto
}

#wrap {
    margin-bottom: 0;
    background: #f5f5f7;
    position: relative;
    z-index: 99
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    margin: 0;
    padding: 0
}

.hides {
    display: none
}

.rows_lines {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: calc(100% - 8rem);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    pointer-events: none;
    z-index: 999
}

.rows_lines .cols {
    height: 100%
}

.rows_lines .cols.cols01 {
    width: calc(100% - 92.5rem - 50rem)
}

.rows_lines .cols.cols02 {
    width: 92.5rem
}

.rows_lines .cols.cols03 {
    width: 50rem
}

.rows_lines .lines {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between
}

.rows_lines .lines .line {
    width: .1rem;
    height: 100%;
    background: rgba(0, 0, 0, .3)
}

.selectize-input .item {
    color: #000
}

.selectize-control.single {
    height: auto;
    top: .2rem
}

.selectize-control.single .selectize-input {
    border: 0 solid #e8e8e8;
    border-radius: 0;
    background: #fff;
    text-align: left;
    padding: 0
}

.selectize-control.single .selectize-input.not-full {
    padding-top: 0;
    padding-bottom: 0
}

.selectize-control.single .selectize-input.dropdown-active {
    border-radius: 0
}

.selectize-control.single .selectize-input.dropdown-active:after {
    transform: rotate(180deg);
    margin: 0
}

.selectize-control.single .selectize-input:after {
    content: "";
    background: url(../img/s1.svg) no-repeat 0 0;
    width: .8rem;
    height: .5rem;
    border: 0;
    top: 1rem;
    right: 0;
    margin: 0;
    border-width: 0
}

.selectize-control.single .selectize-input .item {
    font: normal 2.1rem/2.1rem SuisseIntl;
    color: #000
}

.selectize-control.single .selectize-input .item + input {
    display: none !important
}

.selectize-control.single .selectize-dropdown {
    border-color: rgba(0, 0, 0, .3);
    border-radius: 0;
    text-align: left;
    border: 0
}

.selectize-control.single .selectize-dropdown .selectize-dropdown-content {
    max-height: 23rem;
    padding-bottom: 0
}

.selectize-control.single .selectize-dropdown .selectize-dropdown-content .option {
    font: normal 2.1rem/2.1rem SuisseIntl;
    color: #000;
    padding: .3rem 0
}

.selectize-control.single .selectize-dropdown .selectize-dropdown-content .option.active {
    background: #095aa5;
    color: #fff
}

.selectize-control.single .selectize-dropdown .nicescroll-rails {
    width: .1rem !important;
    background: rgba(0, 0, 0, .3)
}

.selectize-control.single .selectize-dropdown .nicescroll-rails .nicescroll-cursors {
    left: 1.2rem
}

.parsley-errors-list {
    position: absolute;
    top: 0;
    left: 0
}

.parsley-errors-list li {
    color: red;
    font: normal 1.2rem/1.2rem GretaCndPro;
    text-transform: uppercase;
    letter-spacing: .13em
}

picture {
    display: block
}

.a-center {
    align-items: center
}

.rows {
    width: 100%;
    flex-wrap: wrap
}

.column, .rows {
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

.btn {
    display: inline-block;
    letter-spacing: 0;
    text-align: center;
    padding: 6px 16px 8px;
    border: 1px solid rgba(0, 0, 0, .4);
    border-radius: 37px;
    transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out
}

.btn, .checkbox {
    font-size: 13px;
    line-height: 1.23
}

.btn, .checkbox, .h1 {
    font-weight: 500
}

.no-list {
    list-style: none
}

.footer .line-3 ul li:not(:first-child) {
    margin-left: 37px
}

.btm_menu_fixed {
    position: absolute;
    top: auto;
    display: none;
    background: #fff;
    left: 0;
    right: 0;
    max-width: 100% !important;
    z-index: 100000;
    width: 100% !important;
    box-shadow: 0 -1px 13px rgba(0, 0, 0, .16);
    padding: 0 12px;
    height: 70px !important;
    max-height: 70px !important;
    overflow: hidden
}

.btm_menu_fixed ul {
    display: flex;
    justify-content: center;
    margin-top: 41px
}

.btm_menu_fixed ul li {
    margin-right: 43px;
    position: relative
}

.btm_menu_fixed ul li .mn_counter {
    position: absolute;
    top: -30px;
    right: 0;
    font: 500 12px/12px Golos;
    color: #e03131
}

.btm_menu_fixed ul li:last-child {
    margin-right: 0
}

.btm_menu_fixed ul li:last-child a::before {
    background-image: url(../img/btm4.svg);
    width: 21px;
    height: 20px;
    top: -26px
}

.btm_menu_fixed ul li:first-child a::before {
    background-image: url(../img/btm1.svg);
    width: 17px;
    height: 19px;
    top: -28px
}

.btm_menu_fixed ul li:nth-child(2) a::before {
    background-image: url(../img/btm2.svg);
    width: 24px;
    height: 14px;
    top: -24px
}

.btm_menu_fixed ul li:nth-child(3) a::before {
    background-image: url(../img/btm3.svg);
    width: 24px;
    height: 21px;
    top: -28px
}

.btm_menu_fixed ul li a {
    font: 700 12px/12px Golos;
    color: #000;
    position: relative
}

.btm_menu_fixed ul li a::before {
    position: absolute;
    content: "";
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: auto
}

.src_in_mob {
    display: none;
    border: 0;
    outline: 0;
    font: 500 14px/18px Golos;
    border-bottom: 1px solid #e8e8e8;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 5px;
    position: relative
}

.src_in_mob input {
    border: 0;
    background: 0;
    padding-left: 5px
}

.src_in_mob input:placeholder {
    color: #000;
    opacity: .4;
    background: 0;
    padding-left: 5px
}

.src_in_mob input:-webkit-autofill, .src_in_mob input:-webkit-autofill:active, .src_in_mob input:-webkit-autofill:focus, .src_in_mob input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #f5f5f7 inset !important
}

.src_in_mob input:first-child {
    width: 100%;
    background: 0 0
}

.src_in_mob input:last-child {
    background: 0;
    background-image: url(../img/zoom_in.svg);
    width: 18px;
    height: 18px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 2px;
    margin: auto;
    cursor: pointer
}

.src_in_mob {
    display: none
}

body #wrapper {
    min-height: 100vh
}

body .scroller {
    overflow: hidden !important
}

.breadcrumbs {
    display: flex;
    margin-top: 65px;
    flex-wrap: wrap;
    padding-left: 44px;
    padding-right: 44px
}

.breadcrumbs li {
    margin: 0 0 0 5px
}

.breadcrumbs li:first-child {
    margin: 0
}

.breadcrumbs li:last-child a {
    pointer-events: none
}

.breadcrumbs li a {
    font: normal 14px/18px Golos;
    color: #8b8b8b;
    opacity: 1;
    transition: .35s;
    position: relative
}

.container {
    position: relative;
    width: 100%;
    max-width: 1920px;
    padding-left: 43px;
    padding-right: 43px;
    margin-left: auto;
    margin-right: auto
}

.h_ovr {
    padding-left: 35px
}

.h_ovr h1 {
    font: 500 110px/110px Golos;
    color: #000;
    letter-spacing: -.04em
}

.first_step .h3 {
    margin-bottom: 25px
}

.step {
    margin-top: 75px
}

.step.first_step {
    margin-top: 0
}

.step .h2 {
    font: normal 27px/27px Golos;
    color: #121212;
    margin-top: 35px;
    margin-bottom: 38px
}

.step .h3 {
    font: normal 14px/14px Suisse Intl;
    color: #121212
}

.step .h3 span {
    color: #c2c2c2
}

.feed_form {
    padding-bottom: 150px
}

.feed_form .second_step {
    max-width: 1318px
}

.feed_form .second_step .top_naming {
    display: flex;
    margin-bottom: 28px
}

.feed_form .second_step .top_naming .pp_in {
    margin-right: 20px;
    width: calc((100% - 40px) / 3)
}

.feed_form .second_step .top_naming .pp_in:first-child {
    margin-top: 0
}

.feed_form .second_step .top_naming .pp_in:last-child {
    margin-right: 0
}

.feed_form .second_step .mid_nm {
    margin-bottom: 28px
}

.feed_form .second_step .mid_nm .pp_in {
    margin-right: 20px;
    width: calc((100% - 20px) / 2)
}

.feed_form .second_step .mid_nm .pp_in:last-child {
    margin-right: 0
}

.feed_form .second_step .pp_in {
    border: 0;
    border-radius: 5px;
    height: 64px;
    position: relative
}

.feed_form .second_step .pp_in.focused .form-label {
    transform: translateY(-25%);
    font: normal 13px/13px Golos;
    pointer-events: none
}

.feed_form .second_step .pp_in .form-label {
    cursor: text;
    pointer-events: auto;
    font: normal 22px/22px Golos;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 22px;
    padding-left: 30px;
    color: #888;
    background-color: transparent;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out
}

.feed_form .second_step .pp_in .form-input {
    position: relative;
    padding: 25px 30px 0;
    width: 100%;
    border-radius: 5px;
    background: #fff;
    outline: 0;
    border: 0;
    height: 64px;
    transition: box-shadow 150ms ease-out;
    color: #000;
    font: normal 18px/18px Golos
}

.feed_form .second_step .pp_in .form-input.parsley-error {
    border: 1px solid #de1d1d
}

.feed_form .second_step .pp_in .form-input.parsley-success {
    border: 1px solid #2e9932
}

.feed_form .second_step .pp_in .form-input:placeholder {
    font: normal 22px/22px Golos
}

.feed_form .second_step .pp_in .form-input:-webkit-autofill, .feed_form .second_step .pp_in .form-input:-webkit-autofill:active, .feed_form .second_step .pp_in .form-input:-webkit-autofill:focus, .feed_form .second_step .pp_in .form-input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 32px #fff inset !important
}

.feed_form .second_step .pp_in .form-input::-webkit-input-placeholder {
    color: #000;
    font: normal 22px/22px Golos
}

.feed_form .second_step .pp_in .form-input::-moz-placeholder {
    color: #000;
    font: normal 22px/22px Golos
}

.feed_form .second_step .pp_in .form-input::-moz-placeholder {
    color: #000;
    font: normal 22px/22px Golos
}

.feed_form .second_step .pp_in .form-input::-ms-input-placeholder {
    font: normal 22px/22px Golos
}

.feed_form .second_step .clearfix {
    display: flex
}

.feed_form .second_step .clearfix::after, .feed_form .second_step .clearfix::before {
    display: table;
    content: " "
}

.feed_form .second_step .clearfix::after {
    clear: both
}

.feed_form .second_step .blc_tstar {
    margin: 0 0 0;
    border: 0;
    background: #fff;
    border-radius: 5px;
    padding: 15px 30px 10px;
    height: 118px;
    position: relative
}

.feed_form .second_step .blc_tstar textarea {
    background: 0 0;
    border: 0;
    resize: none;
    width: 100%;
    height: 100%;
    color: #000;
    font: normal 18px/18px Golos
}

.feed_form .second_step .blc_tstar textarea::-webkit-input-placeholder {
    color: #888;
    font: normal 22px/22px Golos
}

.feed_form .second_step .blc_tstar textarea::-moz-placeholder {
    color: #888;
    font: normal 22px/22px Golos
}

.feed_form .second_step .blc_tstar textarea::-moz-placeholder {
    color: #888;
    font: normal 22px/22px Golos
}

.feed_form .second_step .blc_tstar textarea::-ms-input-placeholder {
    color: #888;
    font: normal 22px/22px Golos
}

.feed_form .second_step .blc_tstar textarea::-webkit-autofill, .feed_form .second_step .blc_tstar textarea::-webkit-autofill:active, .feed_form .second_step .blc_tstar textarea::-webkit-autofill:focus, .feed_form .second_step .blc_tstar textarea::-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important
}

.feed_form .second_step .blc_tstar textarea:placeholder {
    font: normal 22px/22px Golos;
    color: #888
}

.feed_form .second_step .blc_check_results {
    position: relative;
    text-align: center;
    margin: 35px 0 0
}

.feed_form .second_step .blc_check_results p {
    font: normal 12px/12px SuisseIntl;
    color: rgba(0, 0, 0, .6);
    position: relative;
    padding-left: 20px;
    margin-left: 15px
}

.feed_form .second_step .blc_check_results p input {
    opacity: 0;
    font: normal 0/0 SuisseIntl;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.feed_form .second_step .blc_check_results .btm_ln {
    display: flex;
    align-items: center;
    margin-top: 28px
}

.feed_form .second_step .blc_check_results .btm_ln p {
    width: auto;
    max-width: 305px;
    text-align: left;
    padding: 0;
    font: normal 12px/12px SuisseIntl;
    color: rgba(0, 0, 0, .6)
}

.feed_form .second_step .blc_check_results .btm_ln p a {
    color: #000
}

.feed_form .second_step .blc_check_results .btm_ln p::before {
    display: none
}

.feed_form .second_step .blc_check_results .btm_ln button {
    font: normal 15px/15px SuisseIntl;
    background: #c90309;
    height: 44px;
    max-width: 129px;
    border: 0;
    width: 100%;
    cursor: pointer;
    color: #fff;
    border-radius: 41px;
    transition: .35s
}

.feed_form .second_step .blc_check_results .btm_ln button:hover {
    background: #e60209
}

.feed_form .second_step .blc_check_results .btm_ln button:active {
    background: #760004
}

.feed_form .second_step .blc_check_results .blc_fole_upl {
    text-align: left;
    margin: 33px 0 0;
    position: relative
}

.feed_form .second_step .blc_check_results .blc_fole_upl a.dwn {
    position: relative;
    font: normal 15px/15px SuisseIntl;
    color: #171820;
    text-decoration: none;
    cursor: pointer;
    padding: 0 0 0 30px;
    transition: .35s
}

.feed_form .second_step .blc_check_results .blc_fole_upl a.dwn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(../img/skrepka.svg) no-repeat 0 0;
    width: 17px;
    height: 18px
}

.feed_form .second_step .blc_check_results .blc_fole_upl p.desc {
    margin: 9px 0 0 20px;
    width: auto;
    font: normal 16px/16px SuisseIntl;
    color: #171820;
    display: none
}

.feed_form .second_step .blc_check_results .blc_fole_upl .mulip {
    display: none
}

.feed_form .second_step .blc_check_results .blc_fole_upl .parsley-errors-list {
    top: -13px
}

.feed_form .second_step .blc_check_results .progress {
    margin-top: 15px;
    height: 2px;
    margin-bottom: 0;
    background: #000;
    display: none
}

.feed_form .second_step .blc_check_results .progress .progress-bar-success {
    background: #c90309;
    height: 2px
}

.feed_form .second_step .blc_check_results .progress_txt {
    display: none;
    margin: 10px 0 0;
    color: #d5d5d5;
    font: 300 12px/12px SuisseIntl
}

.feed_form .second_step .blc_check_results .c_txt:first-child {
    margin-bottom: 8px
}

.feed_form .second_step .blc_check_results ul.list_dwn {
    margin: 0
}

.feed_form .second_step .blc_check_results ul.list_dwn li {
    position: relative;
    margin: 0 0 15px;
    padding: 0;
    border-radius: 0
}

.feed_form .second_step .blc_check_results ul.list_dwn li:last-child {
    margin-bottom: 20px
}

.feed_form .second_step .blc_check_results ul.list_dwn li.error > input {
    display: none !important
}

.feed_form .second_step .blc_check_results ul.list_dwn li:before {
    content: " ";
    display: table;
    display: none
}

.feed_form .second_step .blc_check_results ul.list_dwn li:after {
    content: " ";
    display: table;
    clear: both
}

.feed_form .second_step .blc_check_results ul.list_dwn li > div {
    display: none !important
}

.feed_form .second_step .blc_check_results ul.list_dwn p {
    font: normal 14px/14px Suisse-Intl;
    color: #171820;
    margin: 0;
    float: left
}

.feed_form .second_step .blc_check_results ul.list_dwn i {
    font: 300 13px/16px Suisse-Intl;
    color: #b2b2b2;
    margin: 0 0 0 15px;
    float: left
}

.feed_form .second_step .blc_check_results ul.list_dwn span {
    background: 0 0;
    width: 22px;
    height: 22px;
    position: absolute;
    top: -1px;
    right: 0;
    cursor: pointer
}

.feed_form .second_step .blc_check_results ul.list_dwn span:hover:after, .feed_form .second_step .blc_check_results ul.list_dwn span:hover:before {
    background: #171820;
    transition: all .35s
}

.feed_form .second_step .blc_check_results ul.list_dwn span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 18px;
    height: 1px;
    background: #171820;
    transform: rotate(45deg);
    transition: all .35s
}

.feed_form .second_step .blc_check_results ul.list_dwn span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 18px;
    height: 1px;
    background: #171820;
    transform: rotate(-45deg);
    transition: all .35s
}

.feed_form .third_step .to_top {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 46px;
    background: #086acd;
    bottom: 50%;
    margin: auto;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100000
}

.feed_form .third_step .lbl_btns {
    display: flex;
    max-width: 1410px;
    flex-wrap: wrap
}

.feed_form .third_step .lbl_btns .checkbox.style_min {
    display: none;
    align-items: center;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
    padding-top: 4px;
    margin-top: 21px
}

.feed_form .third_step .lbl_btns .checkbox.style_min:hover input:checked ~ .checkbox__checkmark {
    background-color: #fff
}

.feed_form .third_step .lbl_btns .checkbox.style_min input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.feed_form .third_step .lbl_btns .checkbox.style_min input:checked ~ .checkbox__checkmark {
    background-color: #fff
}

.feed_form .third_step .lbl_btns .checkbox.style_min input:checked ~ .checkbox__checkmark:after {
    opacity: 1
}

.feed_form .third_step .lbl_btns .checkbox.style_min input:checked ~ .checkbox__checkmark:hover {
    background-color: #eee
}

.feed_form .third_step .lbl_btns .checkbox.style_min .checkbox__checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #000;
    transition: background-color .25s ease;
    border-radius: 4px
}

.feed_form .third_step .lbl_btns .checkbox.style_min .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity .25s ease
}

.feed_form .third_step .lbl_btns .checkbox.style_min .checkbox__body {
    color: #000;
    font: 500 16px/16px Golos
}

.feed_form .third_step .lbl_btns .checkbox_a {
    padding-bottom: 5px;
    padding-top: 5px
}

.feed_form .third_step .lbl_btns .checkbox_a.style-a {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-right: 30px;
    width: calc((100% - 60px) / 3);
    height: 259px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .5)
}

.feed_form .third_step .lbl_btns .checkbox_a.style-a:nth-child(n+4) {
    margin-top: 30px
}

.feed_form .third_step .lbl_btns .checkbox_a.style-a:nth-child(3n+3) {
    margin-right: 0
}

.feed_form .third_step .lbl_btns .checkbox_a.style-a.active {
    background: #fff
}

.feed_form .third_step .lbl_btns .checkbox_a.style-a.active .checkbox__checkmark {
    border: 3px solid #086acd
}

.feed_form .third_step .lbl_btns .checkbox_a.style-a:last-child {
    margin-right: 0
}

.feed_form .third_step .lbl_btns .checkbox_a.style-a:nth-child(2) .checkbox__body .h3 {
    max-width: 190px
}

.feed_form .third_step .lbl_btns .checkbox_a.style-a:hover input:checked ~ .checkbox__checkmark {
    background-color: #fff
}

.feed_form .third_step .lbl_btns .checkbox_a.style-a input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.feed_form .third_step .lbl_btns .checkbox_a.style-a input:checked ~ .checkbox__checkmark {
    background-color: #fff
}

.feed_form .third_step .lbl_btns .checkbox_a.style-a input:checked ~ .checkbox__checkmark:after {
    opacity: 1
}

.feed_form .third_step .lbl_btns .checkbox_a.style-a input:checked ~ .checkbox__checkmark:hover {
    background-color: #eee
}

.feed_form .third_step .lbl_btns .checkbox_a.style-a .checkbox__checkmark {
    position: absolute;
    top: 39px;
    right: 21px;
    height: 27px;
    width: 27px;
    background-color: #fff;
    border: 3px solid #000;
    transition: background-color .25s ease;
    border-radius: 27px
}

.feed_form .third_step .lbl_btns .checkbox_a.style-a .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 11px;
    height: 11px;
    border-radius: 11px;
    background: #086acd;
    opacity: 0;
    transition: opacity .25s ease
}

.feed_form .third_step .lbl_btns .checkbox_a.style-a .checkbox__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-top: 38px;
    padding-bottom: 17px
}

.feed_form .third_step .lbl_btns .checkbox_a.style-a .checkbox__body .h3 {
    font: 400 18px/18px Golos;
    color: #121212;
    max-width: 214px
}

.feed_form .third_step .lbl_btns .checkbox_a.style-a .checkbox__body p {
    font: 400 14px/20px Golos;
    color: #888;
    margin-top: 15px;
    max-width: 210px
}

.feed_form .third_step .lbl_btns .checkbox_a.style-a .checkbox__body p span {
    color: #2e9932
}

.feed_form .third_step .lbl_btns .checkbox_a.style-a .checkbox__body .pr {
    font: 400 14px/14px Golos;
    color: #2e9932
}

.feed_form .fourth_step .tbl_btns {
    display: flex;
    flex-wrap: wrap;
    max-width: 1410px
}

.feed_form .fourth_step .tbl_btns .checkbox_b {
    padding-bottom: 5px;
    padding-top: 5px
}

.feed_form .fourth_step .tbl_btns .checkbox_b.style-b {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 80px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-right: 28px;
    width: calc((100% - 28px) / 2);
    height: 183px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .5)
}

.feed_form .fourth_step .tbl_btns .checkbox_b.style-b:nth-child(2n+2) {
    margin-right: 0
}

.feed_form .fourth_step .tbl_btns .checkbox_b.style-b::before {
    content: "";
    position: absolute;
    width: 43px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    top: 23px;
    left: 20px
}

.feed_form .fourth_step .tbl_btns .checkbox_b.style-b:first-child::before {
    background-image: url(../img/oplata1.svg)
}

.feed_form .fourth_step .tbl_btns .checkbox_b.style-b:nth-child(2)::before {
    background-image: url(../img/oplata2.svg)
}

.feed_form .fourth_step .tbl_btns .checkbox_b.style-b:nth-child(2) .checkbox__body p {
    max-width: 386px
}

.feed_form .fourth_step .tbl_btns .checkbox_b.style-b:nth-child(3)::before {
    background-image: url(../img/oplata3.svg)
}

.feed_form .fourth_step .tbl_btns .checkbox_b.style-b:nth-child(3) .checkbox__body p {
    max-width: 220px
}

.feed_form .fourth_step .tbl_btns .checkbox_b.style-b:nth-child(4)::before {
    background-image: url(../img/oplata4.svg)
}

.feed_form .fourth_step .tbl_btns .checkbox_b.style-b:nth-child(4) .checkbox__body p {
    max-width: 220px
}

.feed_form .fourth_step .tbl_btns .checkbox_b.style-b.active {
    background: #fff
}

.feed_form .fourth_step .tbl_btns .checkbox_b.style-b.active .checkbox__checkmark {
    border: 3px solid #086acd
}

.feed_form .fourth_step .tbl_btns .checkbox_b.style-b:last-child, .feed_form .fourth_step .tbl_btns .checkbox_b.style-b:nth-child(2) {
    margin-right: 0
}

.feed_form .fourth_step .tbl_btns .checkbox_b.style-b:nth-child(n+3) {
    margin-top: 28px
}

.feed_form .fourth_step .tbl_btns .checkbox_b.style-b:nth-child(2) .checkbox__body .h3 {
    max-width: 190px
}

.feed_form .fourth_step .tbl_btns .checkbox_b.style-b:hover input:checked ~ .checkbox__checkmark {
    background-color: #fff
}

.feed_form .fourth_step .tbl_btns .checkbox_b.style-b input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.feed_form .fourth_step .tbl_btns .checkbox_b.style-b input:checked ~ .checkbox__checkmark {
    background-color: #fff
}

.feed_form .fourth_step .tbl_btns .checkbox_b.style-b input:checked ~ .checkbox__checkmark:after {
    opacity: 1
}

.feed_form .fourth_step .tbl_btns .checkbox_b.style-b input:checked ~ .checkbox__checkmark:hover {
    background-color: #eee
}

.feed_form .fourth_step .tbl_btns .checkbox_b.style-b .checkbox__checkmark {
    position: absolute;
    top: 39px;
    right: 21px;
    height: 27px;
    width: 27px;
    background-color: #fff;
    border: 3px solid #000;
    transition: background-color .25s ease;
    border-radius: 27px
}

.feed_form .fourth_step .tbl_btns .checkbox_b.style-b .checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 11px;
    height: 11px;
    border-radius: 11px;
    background: #086acd;
    opacity: 0;
    transition: opacity .25s ease
}

.feed_form .fourth_step .tbl_btns .checkbox_b.style-b .checkbox__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-top: 38px;
    padding-bottom: 17px
}

.feed_form .fourth_step .tbl_btns .checkbox_b.style-b .checkbox__body .h3 {
    font: 400 18px/18px Golos;
    color: #121212;
    max-width: 214px;
    position: relative
}

.feed_form .fourth_step .tbl_btns .checkbox_b.style-b .checkbox__body p {
    font: 400 14px/20px Golos;
    color: #888;
    margin-top: 15px;
    max-width: 365px
}

.feed_form .fourth_step .tbl_btns .checkbox_b.style-b .checkbox__body p span {
    color: #2e9932
}

.feed_form .fourth_step .tbl_btns .checkbox_b.style-b .checkbox__body .pr {
    font: 400 14px/14px Golos;
    color: #2e9932
}

.cart_ovr {
    margin-top: 75px;
    display: flex;
    justify-content: space-between;
    position: relative
}

.cart_ovr .steps_ovr {
    display: flex;
    flex-direction: column;
    width: 1410px
}

.cart_ovr .steps_ovr .bin_ovr_mob {
    display: none;
    margin-top: 24px;
    height: 340px;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden
}

.cart_ovr .steps_ovr .bin_ovr_mob .btm_col, .cart_ovr .steps_ovr .bin_ovr_mob .mid_col, .cart_ovr .steps_ovr .bin_ovr_mob .top_col {
    padding-left: 30px
}

.cart_ovr .steps_ovr .bin_ovr_mob .top_col {
    border-bottom: 1px solid #e3e3e3;
    height: 150px;
    padding-top: 55px
}

.cart_ovr .steps_ovr .bin_ovr_mob .mid_col {
    top: 0;
    height: 156px;
    display: flex;
    align-items: center
}

.cart_ovr .steps_ovr .bin_ovr_mob .mid_col .total {
    display: flex;
    margin-top: 18px
}

.cart_ovr .steps_ovr .bin_ovr_mob .mid_col .total:first-child {
    margin-top: 0
}

.cart_ovr .steps_ovr .bin_ovr_mob .mid_col .total .emt {
    font: normal 18px/18px Golos;
    color: #888;
    width: 83px;
    display: block
}

.cart_ovr .steps_ovr .bin_ovr_mob .mid_col .total .delivery, .cart_ovr .steps_ovr .bin_ovr_mob .mid_col .total .discount, .cart_ovr .steps_ovr .bin_ovr_mob .mid_col .total .price {
    font: normal 18px/18px Golos;
    color: #121212;
    margin-left: 32px;
    text-align: left
}

.cart_ovr .steps_ovr .bin_ovr_mob .btm_col {
    border-top: 1px solid #e3e3e3;
    height: 141px;
    position: relative;
    padding-top: 30px
}

.cart_ovr .steps_ovr .bin_ovr_mob .btm_col .fin_price {
    display: flex
}

.cart_ovr .steps_ovr .bin_ovr_mob .btm_col .fin_price .emt {
    display: block;
    width: 83px;
    font: normal 18px/18px Golos;
    color: #888
}

.cart_ovr .steps_ovr .bin_ovr_mob .btm_col .fin_price .final_price {
    font: 600 18px/18px Golos;
    color: #121212;
    margin-left: 32px;
    text-align: leftal_price
}

.cart_ovr .steps_ovr .bin_ovr_mob .btm_col .buy_main {
    position: absolute;
    font: normal 16px/16px Golos;
    color: #fff;
    cursor: pointer;
    height: 55px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    border: 0;
    pointer-events: none;
    background: #d9d9d9
}

.cart_ovr .steps_ovr .bin_ovr_mob .btm_col .buy_main.allowed {
    background: #000;
    pointer-events: auto
}

.cart_ovr .steps_ovr .bin_ovr_mob .btm_col .buy_main:disabled {
    background: rgba(0, 0, 0, .5);
    pointer-events: none;
    cursor: default
}

.cart_ovr .steps_ovr .bin_ovr_mob .in_bin {
    font: normal 22px/22px Golos;
    color: #121212
}

.cart_ovr .steps_ovr .bin_ovr_mob .in_bin .bin_count {
    font: normal 18px/18px Golos;
    color: #121212;
    margin-top: 16px
}

.cart_ovr .cart_right {
    position: relative;
    height: 100%;
    width: calc(100% - 1410px - 30px)
}

.cart_ovr .cart_right .to_top {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 46px;
    background: #086acd;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.cart_ovr .cart_right .bin_ovr {
    margin-top: 0;
    height: 481px;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    overflow: hidden
}

.cart_ovr .cart_right .bin_ovr .btm_col, .cart_ovr .cart_right .bin_ovr .mid_col, .cart_ovr .cart_right .bin_ovr .top_col {
    padding-left: 30px
}

.cart_ovr .cart_right .bin_ovr .top_col {
    border-bottom: 1px solid #e3e3e3;
    height: 150px;
    padding-top: 55px
}

.cart_ovr .cart_right .bin_ovr .mid_col {
    top: 0;
    height: 184px;
    display: flex;
    align-items: center
}

.cart_ovr .cart_right .bin_ovr .mid_col .total {
    display: flex;
    margin-top: 18px
}

.cart_ovr .cart_right .bin_ovr .mid_col .total:first-child {
    margin-top: 0
}

.cart_ovr .cart_right .bin_ovr .mid_col .total .emt {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #888;
    width: 160px;
    display: block
}

.cart_ovr .cart_right .bin_ovr .mid_col .total .delivery, .cart_ovr .cart_right .bin_ovr .mid_col .total .discount, .cart_ovr .cart_right .bin_ovr .mid_col .total .price {
    font-family: "Roboto", sans-serif;
    font: normal 16px/16px Golos;
    color: #121212;
    margin-left: 4px;
    text-align: left
}

.cart_ovr .cart_right .bin_ovr .btm_col {
    border-top: 1px solid #e3e3e3;
    height: 141px;
    position: relative;
    padding-top: 30px
}

.cart_ovr .cart_right .bin_ovr .btm_col .fin_price {
    display: flex
}

.cart_ovr .cart_right .bin_ovr .btm_col .fin_price .emt {
    display: block;
    width: 83px;
    font: normal 18px/18px Golos;
    color: #888
}

.cart_ovr .cart_right .bin_ovr .btm_col .fin_price .final_price {
    font: 600 18px/18px Golos;
    color: #121212;
    margin-left: 32px;
    text-align: leftal_price
}

.cart_ovr .cart_right .bin_ovr .btm_col .buy_main {
    position: absolute;
    font: normal 16px/16px Golos;
    color: #fff;
    cursor: pointer;
    height: 55px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    border: 0;
    pointer-events: none;
    background: #d9d9d9
}

.cart_ovr .cart_right .bin_ovr .btm_col .buy_main.allowed {
    background: #000;
    pointer-events: auto
}

.cart_ovr .cart_right .bin_ovr .in_bin {
    font: normal 22px/22px Golos;
    color: #121212
}

.cart_ovr .cart_right .bin_ovr .in_bin .bin_count {
    font: normal 18px/18px Golos;
    color: #121212;
    margin-top: 16px
}

.first_step {
    margin-top: 0
}

.first_step .fs_rows {
    display: flex;
    justify-content: space-between;
    max-width: 1410px
}

.first_step .fs_rows .fs_cols01 {
    width: 100%
}

.first_step .fs_rows .product_ovr {
    background: #fff;
    border-radius: 5px;
    height: 259px;
    margin-top: 30px
}

.first_step .fs_rows .product_ovr:first-child {
    margin-top: 0
}

.first_step .fs_rows .product_ovr .pr_rows {
    display: flex;
    flex-wrap: wrap;
    height: 100%
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols01 {
    width: 208px;
    border-right: 1px solid #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols01 .ph_ovr img {
    max-width: 74px;
    max-height: 147px
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols02 {
    width: calc(100% - 208px - 75px);
    display: flex;
    justify-content: space-between;
    padding-top: 55px;
    padding-bottom: 28px;
    padding-left: 30px;
    padding-right: 30px
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols02 .l_side {
    width: 614px;
    display: flex;
    justify-content: space-between
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols02 .l_side .naming {
    width: 492px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols02 .r_side {
    width: 360px;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols02 .r_side .del_mob {
    display: none;
    width: 15px;
    height: 15px;
    border: 0;
    background: 0 0;
    cursor: pointer
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols02 .r_side .del_mob .l {
    position: absolute;
    height: 15px;
    width: 1px;
    background: #000;
    display: block
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols02 .r_side .del_mob .l:first-child {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg)
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols02 .r_side .del_mob .l:last-child {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: rotate(-45deg)
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols03 {
    position: relative;
    width: 75px;
    border-left: 1px solid #ebebeb
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols .act {
    font: normal 16px/16px Golos;
    color: #75a971;
    opacity: .7;
    letter-spacing: -.015em;
    position: absolute;
    top: -26px
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols .h4 {
    font: normal 22px/24px Golos;
    color: #000;
    letter-spacing: -.015em
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols .articul {
    font: normal 16px/16px Golos;
    color: #000;
    opacity: .4;
    letter-spacing: -.015em
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols .price_ovr {
    min-width: 145px
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols .price_ovr.not_aq .m_price {
    color: #000
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols .price_ovr.not_aq .bt_pr {
    display: none
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols .price_ovr .m_price {
    font: normal 22px/22px Golos;
    color: #df2525;
    letter-spacing: -.015em
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols .price_ovr .bt_pr {
    margin-top: 8px;
    position: relative;
    left: 1px
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols .price_ovr .bt_pr .aq {
    font: normal 18px/18px Golos;
    color: #000;
    opacity: .4;
    margin-right: 5px;
    letter-spacing: -.015em;
    text-decoration: line-through
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols .price_ovr .bt_pr .hq {
    font: normal 18px/18px Golos;
    color: #000;
    opacity: .4;
    letter-spacing: -.015em
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols .counter_ovr {
    max-width: 138px;
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #eee8e3;
    display: flex
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols .counter_ovr .minus-button {
    height: 100%;
    width: 44px;
    border-right: 1px solid #eee8e3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font: normal 18px/18px Golos;
    color: #000
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols .counter_ovr .minus-button .l {
    width: 12px;
    display: block;
    height: 2px;
    background: #000
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols .counter_ovr .plus-button {
    height: 100%;
    width: 44px;
    border-left: 1px solid #eee8e3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font: normal 18px/18px Golos;
    color: #000;
    position: relative
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols .counter_ovr .plus-button .l:first-child {
    width: 12px;
    display: block;
    height: 2px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols .counter_ovr .plus-button .l:last-child {
    transform: rotate(90deg);
    width: 12px;
    display: block;
    height: 2px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols .counter_ovr input {
    font: normal 18px/18px Golos;
    color: #000;
    width: 48px;
    height: 100%;
    border: 0;
    text-align: center
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols .final_price {
    align-items: flex-end;
    width: 145px;
    display: flex;
    flex-direction: column;
    font: normal 22px/22px Golos;
    color: #000;
    letter-spacing: -.015em
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols .final_price .hp_f {
    font: normal 18px/18px Golos;
    opacity: .4;
    margin-top: 8px
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols .fp_mob {
    display: none
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols .fp_mob span {
    font: normal 14px/14px Golos;
    color: #000;
    opacity: .4
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols .fp_mob .pr {
    color: #000;
    opacity: 1;
    font: 600 14px/14px Golos;
    letter-spacing: -.015em
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols .del {
    width: 21px;
    height: 21px;
    border: 0;
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    cursor: pointer
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols .del .l {
    position: absolute;
    height: 21px;
    width: 2px;
    background: #000;
    display: block
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols .del .l:first-child {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg)
}

.first_step .fs_rows .product_ovr .pr_rows .pr_cols .del .l:last-child {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transform: rotate(-45deg)
}

.parsley-errors-list {
    position: absolute;
    top: -12px;
    left: 0;
    display: none
}

.parsley-errors-list li {
    color: #de1d1d;
    font: normal 13px/13px SuisseIntl;
    text-transform: none;
    letter-spacing: -.015em
}

.sale_order_full_table {
    width: 100%;
    max-width: calc(100% - 88px);
    padding-left: 44px;
    padding-right: 44px;
    margin-left: auto;
    margin-right: auto
}

.sale_order_full_table tbody tr td {
    font: normal 22px/28px Golos;
    color: #000
}

#apiship_button {
    outline: 0;
    background-color: #1485ce;
    border-color: #1485ce;
    color: #fff;
    transition: .35s
}

#apiship_button:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

#apiship_button:hover {
    background-color: #53a4d8;
    border-color: #53a4d8;
    color: #fff;
    transition: .35s
}

.bx-blue .btn {
    display: inline-block;
    letter-spacing: 0;
    text-align: center;
    padding: 6px 16px 8px;
    border: 1px solid rgba(0, 0, 0, .4);
    border-radius: 37px;
    transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
    background-color: #000;
    border-color: #000
}

.bx-blue .btn.btn-default {
    display: inline-block;
    letter-spacing: 0;
    text-align: center;
    padding: 6px 16px 8px;
    border: 1px solid rgba(0, 0, 0, .4);
    border-radius: 37px;
    transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
    background-color: #000;
    border-color: #000
}

#footer {
    background: #282828;
    color: #fff;
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    height: auto;
    width: 100%;
    overflow: hidden;
    margin: auto;
    z-index: 100
}

#footer .container {
    padding: 160px 40px 80px
}

#footer input, #footer textarea {
    background: 0 0;
    width: 100%;
    border: 1px solid #3a3a3a;
    border-radius: 5px;
    font: 400 15px/18px Golos;
    padding: 35px 20px;
    color: #fff
}

#footer .line-1 .btn {
    background: 0 0;
    color: #fff;
    margin-left: auto;
    min-width: 100px;
    display: inline-block;
    letter-spacing: 0;
    text-align: center;
    padding: 6px 16px 8px;
    border: 1px solid #fff;
    border-radius: 37px;
    transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out
}

#footer .line-1 .btn:hover {
    background: #fff;
    color: #000
}

#footer .line-1 .h1 {
    font: 500 110px/100px Golos;
    letter-spacing: -.04em;
    word-break: break-all
}

#footer .line-2 {
    margin-top: 70px
}

#footer .line-2 form {
    width: 100%
}

#footer .line-2 .col-2 {
    margin-top: 65px
}

#footer .line-2 .col-2 .btn {
    background: rgba(74, 74, 74, .4);
    border-color: transparent;
    color: #fff;
    min-width: 100px;
    cursor: pointer
}

#footer .line-2 .col-2 .btn.disable {
    pointer-events: none;
    opacity: .5
}

#footer .line-2 .col-2 .btn:hover {
    background: #fff;
    color: #000
}

#footer .line-2 .col-2 .checkbox {
    margin-left: 80px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    color: #ededed;
    padding-left: 2em;
    font: 500 13px/13px Golos
}

#footer .line-2 .col-2 .checkbox.active::before {
    background: url(../img/check.svg) no-repeat 50% 50%/contain
}

#footer .line-2 .col-2 .checkbox::before {
    content: "";
    position: absolute;
    top: .0615em;
    left: 0;
    width: 1em;
    height: 1em;
    border: 1px solid #fff;
    border-radius: 50%
}

#footer .line-2 .col-2 .checkbox span {
    color: #7a7a7a
}

#footer .line-2 .col-1 input:nth-child(3n+1), #footer .line-2 .col-1 input:nth-child(3n+2) {
    width: calc((100% - 20px) / 4)
}

#footer .line-2 .col-1 input:nth-child(3n+2) {
    margin-left: 10px
}

#footer .line-2 .col-1 input:nth-child(3n+3) {
    width: calc((100% - 20px) / 4 * 2);
    margin-left: 10px
}

#footer .line-3 {
    margin-top: 145px;
    padding-top: 90px;
    border-top: 1px solid #3a3a3a
}

#footer .line-3 .rows nav {
    display: block
}

#footer .line-3 .rows nav ul li {
    margin-left: 37px
}

#footer .line-3 .rows nav ul li:first-child {
    margin-left: 0;
    margin-top: 0
}

#footer .line-3 .rows nav ul li a {
    font: 500 13px/13px Golos;
    color: #fff;
    opacity: .8;
    transition: opacity .3s ease-in-out
}

#footer .line-3 .rows nav ul li a:hover {
    opacity: 1
}

#footer .line-4 {
    margin-top: 25px
}

#footer .line-4 .col-1 {
    font: 500 12px/14px Golos
}

#footer .line-4 .col-1 p {
    opacity: .6
}

#footer .line-4 .col-1 a {
    margin-left: 40px;
    opacity: .4;
    color: #fff;
    transition: opacity .3s ease-in-out
}

#footer .line-4 .col-1 a:hover {
    opacity: 1
}

#footer .line-4 .col-2 {
    margin-left: auto;
    font: 500 12px/14px Golos
}

#footer .line-4 .col-2 p {
    opacity: .4
}

#footer .line-4 .col-2 a {
    font-weight: 600;
    color: #fff;
    margin-left: 5px;
    border-bottom: 1px solid transparent;
    transition: border-color .3s ease-in-out
}

#footer .line-4 .col-2 a:hover {
    border-bottom: 1px solid #fff
}

.fancybox-overlay {
    background-image: none;
    background: rgba(9, 25, 47, .56) repeat
}

.fancybox-close {
    top: 1.8rem;
    right: 1.8rem;
    width: 1.8rem;
    height: 1.8rem;
    background-image: none
}

.fancybox-close:after {
    content: "";
    width: 1.8rem;
    height: .2rem;
    background: #fff;
    transform: rotate(45deg)
}

.fancybox-close:before {
    content: "";
    width: 1.8rem;
    height: .2rem;
    background: #fff;
    transform: rotate(-45deg)
}

.nnvg .fancybox-button--arrow_left, .nnvg .fancybox-button--arrow_right {
    display: none !important
}

.nnvg .fancybox-button {
    background: url(../img/bcl.svg) no-repeat 0 0;
    width: 2.9rem;
    height: 3rem;
    top: 5rem;
    right: 5rem
}

.nnvg .fancybox-button svg {
    color: #708573;
    display: none
}

.nnvg .fancybox-slide--html {
    padding: 0
}

.win_popup {
    width: 100%;
    height: 100%;
    padding: 0;
    background: #fff
}

.win_popup .win_popup_ovr {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.win_popup .win_popup_in {
    width: 100%
}

.win_popup .line_pp {
    height: auto;
    text-align: center;
    background: #fff;
    padding: 0
}

.win_popup .line_pp .h3 {
    font: 300 8.2rem/7.4rem GretaComPro;
    color: #708573;
    margin: 0 0 1.2rem;
    letter-spacing: .3em;
    text-transform: uppercase
}

.win_popup .line_pp p {
    font: normal 1.7rem/2.1rem GretaComPro;
    color: #fff;
    max-width: 72rem;
    margin: auto
}

.win_popup .blc_pp_wt {
    padding: 7.7rem 0 0;
    max-width: 125rem;
    margin: auto;
    text-align: left
}

.win_popup .blc_pp_wt .rows {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 0 2rem
}

.win_popup .blc_pp_wt .rows.rows100 .cols {
    width: 100%
}

.win_popup .blc_pp_wt .rows .cols {
    width: calc(50% - 2.4rem);
    position: relative
}

.win_popup .blc_pp_wt .rows input {
    border: 0 solid #b8b8b8;
    border-bottom: .2rem solid rgba(73, 73, 73, .6);
    width: 100%;
    color: #494949;
    font: normal 2.6rem/2.6rem GretaCndPro;
    letter-spacing: .02em;
    position: relative;
    padding: 1rem 0;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0
}

.win_popup .blc_pp_wt .rows input::-webkit-input-placeholder {
    color: rgba(73, 73, 73, .6)
}

.win_popup .blc_pp_wt .rows input::-moz-placeholder {
    color: rgba(73, 73, 73, .6)
}

.win_popup .blc_pp_wt .rows input:-moz-placeholder {
    color: rgba(73, 73, 73, .6)
}

.win_popup .blc_pp_wt .rows input:-ms-input-placeholder {
    color: rgba(73, 73, 73, .6)
}

.win_popup .blc_pp_wt .rows {
    position: relative;
    text-align: center;
    margin: 3.5rem 0 0
}

.win_popup .blc_pp_wt .rows .get_go {
    font: 300 2rem/2rem GretaCndPro;
    border: .2rem solid #708573;
    padding: 1.7rem 3.3rem;
    cursor: pointer;
    color: #708573;
    background: 0 0;
    transition: .35s;
    text-transform: uppercase;
    border-radius: 5rem;
    letter-spacing: .13em;
    margin-top: 1.9rem
}

.win_popup .blc_pp_wt .rows .get_go:hover {
    color: #fff;
    border-color: #708573;
    background: #708573;
    transition: .35s
}

.win_popup .blc_pp_wt .rows button[disabled] {
    cursor: default;
    border: .2rem solid #b8b8b8;
    background: 0 0;
    color: #b1b1b1
}

.win_popup .blc_pp_wt .rows button[disabled]:hover {
    cursor: default;
    border: 2rem solid #b8b8b8;
    background: 0 0;
    color: #b1b1b1
}

.iagree {
    margin: 1.7rem 0 0;
    position: relative;
    text-align: center;
    width: 100%
}

.iagree input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000rem;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: .1rem;
    width: .1rem;
    margin: -.1rem;
    padding: 0;
    border: 0
}

.iagree input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 2.5rem;
    height: auto;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    font: 300 2rem/2rem GretaCndPro;
    letter-spacing: .025em;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    text-align: left;
    color: #494949
}

.iagree input[type=checkbox].css-checkbox:checked + label.css-label:before {
    background: #708573
}

.iagree label.css-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #949494
}

.iagree label.css-label:before {
    content: "";
    position: absolute;
    top: .7rem;
    bottom: 0;
    left: .5rem;
    width: .5rem;
    height: .5rem;
    background: rgba(112, 133, 115, 0);
    z-index: 1;
    border-radius: 100%
}

.iagree label.css-label:after {
    content: "";
    position: absolute;
    top: .2rem;
    bottom: 0;
    left: 0;
    width: 1.3rem;
    height: 1.3rem;
    border: .1rem solid #708573;
    z-index: 1;
    border-radius: 100%
}

.thank_you {
    width: 91rem;
    min-height: 17.5rem;
    height: 500px;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 25px;
    border-radius: 24px
}

.thank_you .dsk_ovr {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.thank_you .line_pp {
    height: 12.5rem
}

.thank_you .line_pp h3 {
    font: 500 90px/95px Golos;
    color: #000;
    text-align: left
}

.thank_you .blc_pp_wt {
    text-align: left;
    padding: 0;
    margin: 0;
    max-width: 100%
}

.thank_you .blc_pp_wt p {
    font: 600 35px/38px Montserrat;
    letter-spacing: -.015em;
    color: #000
}

.thank_you .blc_pp_wt span {
    font: normal 27px/27px Golos;
    color: #121212;
    margin-top: 35px;
    display: block
}

.fancybox-inner {
    overflow: visible !important;
    min-height: 10rem
}

.fancybox-is-open .fancybox-infobar {
    opacity: 0 !important;
    visibility: hidden !important
}

.fancybox-infobar {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 6rem;
    height: 6rem;
    border-radius: 100%;
    border: .3rem solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .13em;
    font: 300 1.6rem/1.6rem GretaCndPro;
    color: #fff
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0, 0, 0, 0)
}

.where_to_buy {
    padding: 45px 35px;
    border-radius: 26px;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.where_to_buy .blc_pp_wt {
    display: flex;
    flex-direction: column;
    padding: 0;
    max-width: 100%
}

.where_to_buy .tb_btn {
    margin-bottom: 20px;
    text-align: center;
    background: #000;
    color: #fff;
    font: 500 16px/16px Golos;
    padding: 9px 20px;
    border-radius: 48px;
    border: 1px solid transparent;
    transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out
}

.where_to_buy .tb_btn:last-child {
    margin-bottom: 0
}

@media (min-width: 771px) {
    .bx-blue .btn {
        cursor: pointer
    }

    .bx-blue .btn:hover {
        background: #fff;
        color: #000;
        border: 1px solid #000
    }

    .bx-blue .btn.btn-default {
        cursor: pointer
    }

    .bx-blue .btn.btn-default:hover {
        background: #fff;
        color: #000;
        border: 1px solid #000
    }

    .where_to_buy .tb_btn {
        cursor: pointer
    }

    .where_to_buy .tb_btn:hover {
        background: #fff;
        color: #000;
        border: 1px solid #000
    }
}

@media (max-width: 1800px) {
    .cart_ovr .steps_ovr {
        width: 1360px
    }

    .cart_ovr .cart_right {
        width: calc(100% - 1360px - 30px)
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols02 .l_side {
        justify-content: normal
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols02 .l_side .naming {
        width: 442px
    }
}

@media (max-width: 1750px) {
    .cart_ovr .steps_ovr {
        width: 1260px
    }

    .cart_ovr .cart_right {
        width: calc(100% - 1260px - 30px)
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols02 .l_side .naming {
        width: 400px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .h4 {
        max-width: 325px
    }
}

@media (max-width: 1650px) {
    .h_ovr h1 {
        font: 500 105px/105px Golos
    }

    .feed_form .third_step .lbl_btns .checkbox_a.style-a {
        height: 249px
    }

    .cart_ovr .steps_ovr {
        width: 1160px
    }

    .cart_ovr .cart_right {
        width: calc(100% - 1160px - 30px)
    }

    .first_step .fs_rows .product_ovr {
        height: 249px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols02 .l_side {
        width: 475px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols02 .r_side {
        width: 310px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .h4 {
        font: normal 21px/24px Golos
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .h4 {
        font: normal 20px/24px Golos
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .price_ovr .m_price {
        font: normal 21px/22px Golos
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .final_price {
        font: normal 21px/22px Golos
    }

    .thank_you .line_pp h3 {
        font: 500 85px/90px Golos
    }
}

@media (max-width: 1600px) {
    .header .container {
        padding-left: 75px;
        padding-right: 75px
    }

    .breadcrumbs {
        padding-left: 75px;
        padding-right: 75px
    }

    .h_ovr {
        padding-left: 35px
    }

    #footer .container {
        padding: 110px 30px 40px
    }

    #footer input, #footer textarea {
        border-radius: 3.7px;
        padding: 30px 15px
    }

    #footer .line-1 .h1 {
        font: 500 90px/90px Golos
    }

    #footer .line-2 {
        margin-top: 55px
    }

    #footer .line-2 .col-2 {
        margin-top: 55px
    }

    #footer .line-2 .col-2 .checkbox {
        margin-left: 50px
    }

    #footer .line-3 {
        margin-top: 120px;
        padding-top: 70px
    }

    #footer .line-4 {
        margin-top: 15px
    }

    #footer .line-4 .col-1 {
        font: 500 10px/12px Golos
    }

    #footer .line-4 .col-1 a {
        margin-left: 30px
    }

    #footer .line-4 .col-2 {
        font: 500 10px/12px Golos
    }

    #footer .line-4 .col-2 a {
        margin-left: 3px
    }

    .win_popup .line_pp .h3 {
        font: 200 7.8rem/7rem GretaComPro
    }

    .win_popup .blc_pp_wt .rows .get_go {
        padding: 1.6rem 3.3rem;
        font: 300 1.9rem/1.9rem GretaCndPro
    }
}

@media (max-width: 1550px) {
    .feed_form .second_step .pp_in {
        height: 60px
    }

    .feed_form .second_step .pp_in .form-label {
        font: normal 20px/20px Golos
    }

    .feed_form .second_step .pp_in .form-input {
        height: 60px
    }

    .feed_form .second_step .pp_in .form-input:placeholder {
        font: normal 20px/20px Golos
    }

    .feed_form .second_step .pp_in .form-input::-webkit-input-placeholder {
        font: normal 20px/20px Golos
    }

    .feed_form .second_step .pp_in .form-input::-moz-placeholder {
        font: normal 20px/20px Golos
    }

    .feed_form .second_step .pp_in .form-input::-moz-placeholder {
        font: normal 20px/20px Golos
    }

    .feed_form .second_step .pp_in .form-input::-ms-input-placeholder {
        font: normal 20px/20px Golos
    }

    .feed_form .second_step .blc_tstar textarea::-webkit-input-placeholder {
        font: normal 20px/20px Golos
    }

    .feed_form .second_step .blc_tstar textarea::-moz-placeholder {
        font: normal 20px/20px Golos
    }

    .feed_form .second_step .blc_tstar textarea::-moz-placeholder {
        font: normal 20px/20px Golos
    }

    .feed_form .second_step .blc_tstar textarea::-ms-input-placeholder {
        font: normal 20px/20px Golos
    }

    .feed_form .second_step .blc_tstar textarea:placeholder {
        font: normal 20px/20px Golos
    }

    .feed_form .third_step .lbl_btns .checkbox_a.style-a {
        height: 235px
    }

    .cart_ovr .steps_ovr {
        width: 1060px
    }

    .cart_ovr .cart_right {
        width: calc(100% - 1060px - 30px)
    }

    .first_step .fs_rows .product_ovr {
        height: 235px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols01 {
        width: 188px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols01 .ph_ovr img {
        max-width: 69px;
        max-height: 142px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols02 {
        width: calc(100% - 188px - 75px);
        padding-left: 20px;
        padding-right: 20px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols02 .l_side {
        width: 450px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols02 .r_side {
        width: 282px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .price_ovr .m_price {
        font: normal 20px/22px Golos
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .price_ovr .bt_pr .aq {
        font: normal 17px/17px Golos
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .price_ovr .bt_pr .hq {
        font: normal 17px/17px Golos
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .counter_ovr {
        max-width: 128px;
        height: 44px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .counter_ovr input {
        width: 44px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .final_price {
        font: normal 20px/22px Golos
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .final_price .hp_f {
        font: normal 17px/17px Golos
    }

    .sale_order_full_table tbody tr td {
        font: normal 20px/26px Golos
    }

    .thank_you .blc_pp_wt p {
        font: 600 33px/36px Montserrat
    }

    .where_to_buy .tb_btn {
        padding: 8px 18px
    }
}

@media (max-width: 1450px) {
    .h_ovr h1 {
        font: 500 100px/100px Golos
    }

    .step .h2 {
        font: normal 25px/25px Golos;
        margin-top: 35px;
        margin-bottom: 35px
    }

    .feed_form .second_step .pp_in .form-label {
        padding-top: 20px
    }

    .feed_form .third_step .lbl_btns .checkbox_a.style-a {
        height: 225px
    }

    .cart_ovr .steps_ovr {
        width: 1010px
    }

    .cart_ovr .steps_ovr .bin_ovr_mob .btm_col, .cart_ovr .steps_ovr .bin_ovr_mob .mid_col, .cart_ovr .steps_ovr .bin_ovr_mob .top_col {
        padding-left: 25px
    }

    .cart_ovr .steps_ovr .bin_ovr_mob .top_col {
        height: 115px;
        padding-top: 30px
    }

    .cart_ovr .steps_ovr .bin_ovr_mob .mid_col {
        height: 140px
    }

    .cart_ovr .cart_right {
        width: calc(100% - 1010px - 30px)
    }

    .cart_ovr .cart_right .bin_ovr {
        height: 396px
    }

    .cart_ovr .cart_right .bin_ovr .btm_col, .cart_ovr .cart_right .bin_ovr .mid_col, .cart_ovr .cart_right .bin_ovr .top_col {
        padding-left: 25px
    }

    .cart_ovr .cart_right .bin_ovr .top_col {
        height: 115px;
        padding-top: 30px
    }

    .cart_ovr .cart_right .bin_ovr .mid_col {
        height: 140px
    }

    .first_step .fs_rows .product_ovr {
        height: 225px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols01 {
        width: 178px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols01 .ph_ovr img {
        max-width: 65px;
        max-height: 138px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols02 {
        width: calc(100% - 178px - 65px)
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols02 .l_side .naming {
        width: 290px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols03 {
        width: 65px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .h4 {
        max-width: 265px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .price_ovr {
        min-width: 135px
    }

    .win_popup .line_pp .h3 {
        font: 200 7.4rem/6.7rem GretaComPro
    }

    .win_popup .blc_pp_wt .rows .get_go {
        padding: 1.6rem 3.3rem;
        font: 300 1.8rem/1.8rem GretaCndPro
    }

    .thank_you .line_pp h3 {
        font: 500 75px/80px Golos
    }

    .thank_you .blc_pp_wt p {
        font: 600 31px/34px Montserrat
    }

    .thank_you .blc_pp_wt span {
        font: normal 25px/25px Golos;
        margin-top: 30px
    }

    .where_to_buy .tb_btn {
        padding: 8px 18px;
        font: 500 15px/15px Golos
    }
}

@media (max-width: 1440px) {
    .header .container {
        padding-left: 65px;
        padding-right: 65px
    }

    .header .line-1 .logo {
        height: 18px
    }

    .header .line-1 .btn {
        margin-left: 30px
    }

    .breadcrumbs {
        padding-left: 65px;
        padding-right: 65px
    }

    .h_ovr {
        padding-left: 43px
    }

    #footer .container {
        padding-top: 100px
    }

    #footer input, #footer textarea {
        padding: 25px 15px
    }

    #footer .line-2 {
        margin-top: 50px
    }

    #footer .line-2 .col-2 {
        margin-top: 45px
    }

    #footer .line-2 .col-2 .checkbox {
        margin-left: 40px
    }

    #footer .line-3 {
        margin-top: 100px;
        padding-top: 60px
    }

    #footer .line-3 .rows nav ul li {
        margin-left: 20px
    }
}

@media (max-width: 1425px) {
    .where_to_buy .tb_btn {
        padding: 8px 18px;
        font: 500 14px/14px Golos
    }
}

@media (max-width: 1366px) {
    .h_ovr h1 {
        font: 500 96px/96px Golos
    }

    .step {
        margin-top: 65px
    }

    .step .h2 {
        font: normal 23px/23px Golos;
        margin-top: 30px;
        margin-bottom: 30px
    }

    .feed_form .second_step .top_naming {
        margin-bottom: 20px
    }

    .feed_form .second_step .mid_nm {
        margin-bottom: 20px
    }

    .feed_form .second_step .pp_in {
        height: 56px
    }

    .feed_form .second_step .pp_in .form-label {
        padding-top: 18px;
        font: normal 19px/19px Golos
    }

    .feed_form .second_step .pp_in .form-input {
        padding: 22px 30px 0;
        height: 56px
    }

    .feed_form .second_step .pp_in .form-input:placeholder {
        font: normal 19px/19px Golos
    }

    .feed_form .second_step .pp_in .form-input::-webkit-input-placeholder {
        font: normal 19px/19px Golos
    }

    .feed_form .second_step .pp_in .form-input::-moz-placeholder {
        font: normal 19px/19px Golos
    }

    .feed_form .second_step .pp_in .form-input::-moz-placeholder {
        font: normal 19px/19px Golos
    }

    .feed_form .second_step .pp_in .form-input::-ms-input-placeholder {
        font: normal 19px/19px Golos
    }

    .feed_form .second_step .blc_tstar textarea::-webkit-input-placeholder {
        font: normal 19px/19px Golos
    }

    .feed_form .second_step .blc_tstar textarea::-moz-placeholder {
        font: normal 19px/19px Golos
    }

    .feed_form .second_step .blc_tstar textarea::-moz-placeholder {
        font: normal 19px/19px Golos
    }

    .feed_form .second_step .blc_tstar textarea::-ms-input-placeholder {
        font: normal 19px/19px Golos
    }

    .feed_form .second_step .blc_tstar textarea:placeholder {
        font: normal 19px/19px Golos
    }

    .feed_form .third_step .lbl_btns .checkbox_a.style-a {
        padding-left: 20px;
        height: 210px;
        margin-right: 20px;
        width: calc((100% - 40px) / 3)
    }

    .feed_form .third_step .lbl_btns .checkbox_a.style-a:nth-child(n+4) {
        margin-top: 20px
    }

    .feed_form .third_step .lbl_btns .checkbox_a.style-a:nth-child(3n+3) {
        margin-right: 0
    }

    .feed_form .third_step .lbl_btns .checkbox_a.style-a .checkbox__body .h3 {
        font: 400 17px/17px Golos
    }

    .feed_form .third_step .lbl_btns .checkbox_a.style-a .checkbox__body p {
        font: 400 13px/20px Golos
    }

    .feed_form .fourth_step .tbl_btns .checkbox_b.style-b {
        padding-right: 25px
    }

    .feed_form .fourth_step .tbl_btns .checkbox_b.style-b .checkbox__body .h3 {
        font: 400 17px/17px Golos
    }

    .feed_form .fourth_step .tbl_btns .checkbox_b.style-b .checkbox__body p {
        font: 400 13px/20px Golos
    }

    .cart_ovr .steps_ovr {
        width: 960px
    }

    .cart_ovr .steps_ovr .bin_ovr_mob .mid_col .total .emt {
        font: normal 17px/17px Golos
    }

    .cart_ovr .steps_ovr .bin_ovr_mob .mid_col .total .delivery, .cart_ovr .steps_ovr .bin_ovr_mob .mid_col .total .discount, .cart_ovr .steps_ovr .bin_ovr_mob .mid_col .total .price {
        margin-left: 25px;
        font: normal 17px/17px Golos
    }

    .cart_ovr .steps_ovr .bin_ovr_mob .btm_col .fin_price .emt {
        font: normal 17px/17px Golos
    }

    .cart_ovr .steps_ovr .bin_ovr_mob .btm_col .fin_price .final_price {
        margin-left: 25px;
        font: 600 17px/17px Golos
    }

    .cart_ovr .steps_ovr .bin_ovr_mob .in_bin {
        font: normal 20px/20px Golos
    }

    .cart_ovr .steps_ovr .bin_ovr_mob .in_bin .bin_count {
        font: normal 17px/17px Golos
    }

    .cart_ovr .cart_right {
        width: calc(100% - 960px - 25px)
    }

    .cart_ovr .cart_right .bin_ovr {
        height: 396px
    }

    .cart_ovr .cart_right .bin_ovr .mid_col .total .emt {
        font: normal 17px/17px Golos
    }

    .cart_ovr .cart_right .bin_ovr .mid_col .total .delivery, .cart_ovr .cart_right .bin_ovr .mid_col .total .discount, .cart_ovr .cart_right .bin_ovr .mid_col .total .price {
        margin-left: 25px;
        font: normal 17px/17px Golos
    }

    .cart_ovr .cart_right .bin_ovr .btm_col .fin_price .emt {
        font: normal 17px/17px Golos
    }

    .cart_ovr .cart_right .bin_ovr .btm_col .fin_price .final_price {
        margin-left: 25px;
        font: 600 17px/17px Golos
    }

    .cart_ovr .cart_right .bin_ovr .in_bin {
        font: normal 20px/20px Golos
    }

    .cart_ovr .cart_right .bin_ovr .in_bin .bin_count {
        font: normal 17px/17px Golos
    }

    .first_step .fs_rows .product_ovr {
        height: 210px;
        margin-top: 25px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols01 {
        width: 168px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols01 .ph_ovr img {
        max-width: 60px;
        max-height: 125px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols02 {
        padding-top: 40px;
        padding-bottom: 22px;
        width: calc(100% - 168px - 65px)
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols02 .l_side .naming {
        width: 270px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .act {
        top: -20px;
        font: normal 15px/15px Golos
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .h4 {
        max-width: 245px;
        font: normal 19px/21px Golos
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .price_ovr .m_price {
        font: normal 19px/21px Golos
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .price_ovr .bt_pr .aq {
        font: normal 16px/16px Golos
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .price_ovr .bt_pr .hq {
        font: normal 16px/16px Golos
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .counter_ovr {
        max-width: 120px;
        height: 40px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .counter_ovr .minus-button {
        font: normal 17px/17px Golos
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .counter_ovr .plus-button {
        font: normal 17px/17px Golos
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .counter_ovr input {
        font: normal 17px/17px Golos;
        width: 40px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .final_price {
        font: normal 19px/21px Golos
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .final_price .hp_f {
        font: normal 16px/16px Golos
    }

    .sale_order_full_table tbody tr td {
        font: normal 19px/25px Golos
    }

    .win_popup .line_pp .h3 {
        font: 200 6.6rem/5.9rem GretaComPro
    }

    .win_popup .blc_pp_wt {
        max-width: 105rem
    }

    .win_popup .blc_pp_wt .rows input {
        font: normal 2.2rem/2.2rem GretaCndPro
    }

    .win_popup .blc_pp_wt .rows .get_go {
        padding: 1.3rem 3.3rem;
        font: 300 1.6rem/1.6rem GretaCndPro
    }

    .thank_you .line_pp h3 {
        font: 500 70px/75px Golos
    }

    .thank_you .blc_pp_wt p {
        font: 600 29px/32px Montserrat;
        max-width: 100%;
        height: -moz-fit-content;
        height: fit-content
    }

    .thank_you .blc_pp_wt span {
        font: normal 23px/23px Golos;
        margin-top: 25px
    }

    .where_to_buy .blc_pp_wt {
        max-width: 100%
    }
}

@media (max-width: 1320px) {
    .cart_ovr .steps_ovr {
        width: 910px
    }

    .cart_ovr .steps_ovr .bin_ovr_mob .top_col {
        height: 100px;
        padding-top: 22px
    }

    .cart_ovr .steps_ovr .bin_ovr_mob .mid_col {
        height: 120px
    }

    .cart_ovr .steps_ovr .bin_ovr_mob .mid_col .total {
        margin-top: 15px
    }

    .cart_ovr .steps_ovr .bin_ovr_mob .mid_col .total .emt {
        font: normal 16px/16px Golos
    }

    .cart_ovr .steps_ovr .bin_ovr_mob .mid_col .total .delivery, .cart_ovr .steps_ovr .bin_ovr_mob .mid_col .total .discount, .cart_ovr .steps_ovr .bin_ovr_mob .mid_col .total .price {
        font: normal 16px/16px Golos
    }

    .cart_ovr .steps_ovr .bin_ovr_mob .btm_col {
        height: 120px;
        position: relative;
        padding-top: 22px
    }

    .cart_ovr .steps_ovr .bin_ovr_mob .btm_col .fin_price .emt {
        font: normal 16px/16px Golos
    }

    .cart_ovr .steps_ovr .bin_ovr_mob .btm_col .fin_price .final_price {
        font: 600 16px/16px Golos
    }

    .cart_ovr .steps_ovr .bin_ovr_mob .in_bin {
        font: normal 19px/19px Golos
    }

    .cart_ovr .steps_ovr .bin_ovr_mob .in_bin .bin_count {
        font: 600 16px/16px Golos
    }

    .cart_ovr .cart_right {
        width: calc(100% - 910px - 25px)
    }

    .cart_ovr .cart_right .bin_ovr {
        height: 340px
    }

    .cart_ovr .cart_right .bin_ovr .top_col {
        height: 100px;
        padding-top: 22px
    }

    .cart_ovr .cart_right .bin_ovr .mid_col {
        height: 120px
    }

    .cart_ovr .cart_right .bin_ovr .mid_col .total {
        margin-top: 15px
    }

    .cart_ovr .cart_right .bin_ovr .mid_col .total .emt {
        font: normal 16px/16px Golos
    }

    .cart_ovr .cart_right .bin_ovr .mid_col .total .delivery, .cart_ovr .cart_right .bin_ovr .mid_col .total .discount, .cart_ovr .cart_right .bin_ovr .mid_col .total .price {
        font: normal 16px/16px Golos
    }

    .cart_ovr .cart_right .bin_ovr .btm_col {
        height: 120px;
        position: relative;
        padding-top: 22px
    }

    .cart_ovr .cart_right .bin_ovr .btm_col .fin_price .emt {
        font: normal 16px/16px Golos
    }

    .cart_ovr .cart_right .bin_ovr .btm_col .fin_price .final_price {
        font: 600 16px/16px Golos
    }

    .cart_ovr .cart_right .bin_ovr .in_bin {
        font: normal 19px/19px Golos
    }

    .cart_ovr .cart_right .bin_ovr .in_bin .bin_count {
        font: 600 16px/16px Golos
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols02 {
        width: calc(100% - 168px - 60px)
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols02 .l_side .naming {
        width: 230px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols03 {
        width: 60px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .h4 {
        max-width: 240px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .counter_ovr {
        max-width: 110px;
        height: 36px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .counter_ovr .minus-button .l {
        width: 10px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .counter_ovr .plus-button {
        font: normal 16px/16px Golos
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .counter_ovr .plus-button .l:first-child {
        width: 10px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .counter_ovr .plus-button .l:last-child {
        width: 10px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .counter_ovr input {
        width: 38px;
        font: normal 16px/16px Golos
    }
}

@media (max-width: 1280px) {
    .header .line-1 .src_in {
        max-width: 265px
    }

    .h_ovr h1 {
        font: 500 92px/92px Golos
    }

    .step .h2 {
        font: normal 21px/21px Golos
    }

    .feed_form .second_step .pp_in {
        height: 52px
    }

    .feed_form .second_step .pp_in .form-label {
        font: normal 18px/18px Golos
    }

    .feed_form .second_step .pp_in .form-input {
        height: 52px
    }

    .feed_form .second_step .pp_in .form-input:placeholder {
        font: normal 18px/18px Golos
    }

    .feed_form .second_step .pp_in .form-input::-webkit-input-placeholder {
        font: normal 18px/18px Golos
    }

    .feed_form .second_step .pp_in .form-input::-moz-placeholder {
        font: normal 18px/18px Golos
    }

    .feed_form .second_step .pp_in .form-input::-moz-placeholder {
        font: normal 18px/18px Golos
    }

    .feed_form .second_step .pp_in .form-input::-ms-input-placeholder {
        font: normal 18px/18px Golos
    }

    .feed_form .second_step .blc_tstar textarea::-webkit-input-placeholder {
        font: normal 18px/18px Golos
    }

    .feed_form .second_step .blc_tstar textarea::-moz-placeholder {
        font: normal 18px/18px Golos
    }

    .feed_form .second_step .blc_tstar textarea::-moz-placeholder {
        font: normal 18px/18px Golos
    }

    .feed_form .second_step .blc_tstar textarea::-ms-input-placeholder {
        font: normal 18px/18px Golos
    }

    .feed_form .second_step .blc_tstar textarea:placeholder {
        font: normal 18px/18px Golos
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .price_ovr .bt_pr {
        margin-top: 4px
    }

    .sale_order_full_table tbody tr td {
        font: normal 18px/24px Golos
    }

    #footer .container {
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 75px
    }

    #footer input, #footer textarea {
        border-radius: 3.33px;
        padding: 20px 10px
    }

    #footer .line-1 .h1 {
        font: 500 80px/80px Golos
    }

    #footer .line-2 {
        margin-top: 45px
    }

    #footer .line-2 .col-2 {
        margin-top: 35px
    }

    #footer .line-2 .col-2 .checkbox {
        margin-left: 30px;
        font: 500 12px/12px Golos
    }

    #footer .line-3 {
        margin-top: 80px;
        padding-top: 50px
    }

    #footer .line-3 .rows nav ul li a {
        font: 500 8px/8px Golos
    }

    #footer .line-4 .col-1 {
        font: 500 8px/8px Golos
    }

    #footer .line-4 .col-2 {
        font: 500 8px/8px Golos
    }

    .thank_you .line_pp h3 {
        font: 500 65px/70px Golos
    }

    .thank_you .blc_pp_wt span {
        font: normal 21px/21px Golos
    }
}

@media (max-width: 1260px) {
    .feed_form .third_step .lbl_btns .checkbox_a.style-a {
        height: 200px
    }

    .feed_form .third_step .lbl_btns .checkbox_a.style-a .checkbox__body .h3 {
        font: 400 15px/15px Golos
    }

    .feed_form .third_step .lbl_btns .checkbox_a.style-a .checkbox__body p {
        font: 400 12px/18px Golos
    }

    .cart_ovr .steps_ovr {
        width: 840px
    }

    .cart_ovr .cart_right {
        width: calc(100% - 840px - 25px)
    }

    .first_step .fs_rows .product_ovr {
        height: 200px
    }

    .first_step .fs_rows .product_ovr {
        height: 190px;
        margin-top: 20px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols01 {
        width: 150px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols01 .ph_ovr img {
        max-width: 55px;
        max-height: 110px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols02 {
        padding-left: 15px;
        padding-right: 15px;
        width: calc(100% - 150px - 50px)
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols02 .l_side .naming {
        width: 220px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols03 {
        width: 50px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .act {
        top: -20px;
        font: normal 14px/14px Golos
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .h4 {
        font: normal 18px/20px Golos;
        max-width: 200px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .articul {
        font: normal 15px/15px Golos
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .price_ovr .m_price {
        font: normal 18px/20px Golos
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .price_ovr .bt_pr .aq {
        font: normal 15px/15px Golos
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .price_ovr .bt_pr .hq {
        font: normal 15px/15px Golos
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .final_price {
        font: normal 18px/20px Golos
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .final_price .hp_f {
        margin-top: 4px;
        font: normal 15px/15px Golos
    }
}

@media (max-width: 1200px) {
    .feed_form {
        padding-bottom: 100px
    }

    .feed_form .third_step .lbl_btns .checkbox.style_min {
        margin-top: 11px;
        padding-top: 5px
    }

    .feed_form .third_step .lbl_btns .checkbox.style_min .checkbox__body {
        font: 500 14px/14px Golos
    }

    .feed_form .third_step .lbl_btns .checkbox_a.style-a .checkbox__checkmark {
        top: 20px;
        right: 20px
    }

    .feed_form .third_step .lbl_btns .checkbox_a.style-a .checkbox__body {
        padding-top: 18px;
        padding-bottom: 14px
    }

    .cart_ovr .steps_ovr {
        width: 750px
    }

    .cart_ovr .cart_right {
        width: calc(100% - 750px - 20px)
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols01 {
        width: 140px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols02 {
        width: calc(100% - 140px - 50px)
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols02 .l_side .naming {
        width: 250px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols02 .r_side {
        flex-direction: column-reverse;
        align-items: flex-end
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .h4 {
        font: normal 17px/19px Golos;
        max-width: 185px
    }

    .win_popup .line_pp .h3 {
        font: 200 5.5rem/4.9rem GretaComPro
    }

    .win_popup .blc_pp_wt .rows .get_go {
        padding: 1.2rem 3rem 1rem;
        font: 300 1.3rem/1.3rem GretaCndPro
    }
}

@media (max-width: 1100px) {
    .feed_form {
        padding-bottom: 100px
    }

    .feed_form .second_step .top_naming {
        margin-bottom: 12px;
        flex-wrap: wrap
    }

    .feed_form .second_step .top_naming .pp_in {
        width: 100%;
        margin-right: 0;
        margin-top: 12px
    }

    .feed_form .second_step .mid_nm {
        margin-bottom: 12px
    }

    .feed_form .second_step .mid_nm .pp_in {
        width: 100%;
        margin-right: 0
    }

    .feed_form .second_step .mid_nm .pp_in:last-child {
        margin-top: 12px
    }

    .feed_form .second_step .pp_in {
        height: 52px
    }

    .feed_form .second_step .pp_in .form-input {
        height: 52px
    }

    .feed_form .second_step .clearfix {
        flex-wrap: wrap
    }

    .feed_form .third_step .lbl_btns .checkbox_a.style-a .checkbox__checkmark {
        height: 17px;
        width: 17px;
        border-radius: 17px
    }

    .feed_form .third_step .lbl_btns .checkbox_a.style-a .checkbox__checkmark:after {
        height: 7px;
        width: 7px;
        border-radius: 7px
    }

    .feed_form .fourth_step .tbl_btns .checkbox_b.style-b .checkbox__checkmark {
        height: 17px;
        width: 17px;
        border-radius: 17px
    }

    .feed_form .fourth_step .tbl_btns .checkbox_b.style-b .checkbox__checkmark:after {
        height: 7px;
        width: 7px;
        border-radius: 7px
    }

    .cart_ovr {
        flex-wrap: wrap;
        padding-bottom: 140px
    }

    .cart_ovr .steps_ovr {
        width: 100%
    }

    .cart_ovr .steps_ovr .bin_ovr_mob {
        display: block
    }

    .cart_ovr .cart_right {
        width: 100%
    }

    .cart_ovr .cart_right .bin_ovr {
        margin-top: 60px
    }

    .win_popup .line_pp .h3 {
        font: 200 5rem/4.4rem GretaComPro;
        letter-spacing: .2em
    }

    .win_popup .blc_pp_wt {
        max-width: 85rem;
        padding: 5rem 0 0
    }

    .win_popup .blc_pp_wt .rows input {
        font: normal 2rem/2rem GretaCndPro
    }

    .thank_you .blc_pp_wt {
        padding: 0;
        margin: 0
    }

    .where_to_buy .blc_pp_wt {
        max-width: 100%;
        padding: 0
    }
}

@media (max-width: 1024px) {
    .header .container {
        padding-left: 50px;
        padding-right: 50px
    }

    .header .line-1 .btn {
        margin-left: 30px
    }

    .header .line-1 .src_in {
        max-width: 205px
    }

    .breadcrumbs {
        padding-left: 50px;
        padding-right: 50px
    }

    .h_ovr {
        padding-left: 43px;
        margin-top: 30px
    }

    .h_ovr h1 {
        font: 500 78px/78px Golos
    }

    #footer .container {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 50px
    }

    #footer input, #footer textarea {
        padding: 15px 10px;
        font-size: 13px
    }

    #footer .line-1 .h1 {
        font: 500 64px/64px Golos
    }

    #footer .line-2 {
        margin-top: 35px
    }

    #footer .line-2 .col-2 {
        margin-top: 30px
    }

    #footer .line-2 .col-2 .checkbox {
        font: 500 9px/9px Golos;
        margin-left: 25px
    }

    #footer .line-3 {
        margin-top: 60px;
        padding-top: 40px
    }

    #footer .line-3 .rows nav ul li a {
        font: 500 7px/7px Golos
    }

    #footer .line-4 .col-1 {
        font: 500 7px/7px Golos
    }

    #footer .line-4 .col-2 {
        font: 500 7px/7px Golos
    }

    .thank_you .line_pp h3 {
        font: 500 55px/60px Golos
    }

    .thank_you .blc_pp_wt p {
        font: 600 27px/30px Montserrat;
        height: -moz-fit-content;
        height: fit-content
    }
}

@media (max-width: 1000px) {
    .header {
        border-bottom: 1px solid #e9e9e9;
        background: #fff
    }

    .header .container {
        padding-left: 10px;
        padding-right: 10px
    }

    body #wrapper {
        min-height: 100%;
        padding-bottom: 70px
    }

    body .scroller {
        overflow: visible !important;
        height: auto
    }

    .breadcrumbs {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 30px
    }

    .breadcrumbs li {
        display: none
    }

    .breadcrumbs li:first-child {
        display: block
    }

    .breadcrumbs li:first-child a {
        padding-left: 16px;
        position: relative
    }

    .breadcrumbs li:first-child a:before {
        content: "";
        position: absolute;
        background-image: url(../img/back_arr.svg);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        width: 8px;
        height: 8px;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto
    }

    .container {
        padding-left: 10px;
        padding-right: 10px
    }

    .h_ovr {
        padding-left: 5px;
        margin-top: 20px
    }

    .step .h2 {
        margin-top: 20px;
        margin-bottom: 20px;
        font: normal 18px/18px Golos
    }

    .sale_order_full_table {
        padding-left: 10px;
        padding-right: 10px;
        max-width: calc(100% - 20px)
    }

    .thank_you .blc_pp_wt span {
        margin-top: 20px;
        font: normal 18px/18px Golos
    }
}

@media (max-width: 980px) {
    .thank_you {
        width: 75rem;
        height: 450px
    }
}

@media (max-width: 950px) {
    .header .line-1 {
        padding: 13px 0 11px
    }

    .header .line-1 .btn {
        display: none
    }

    .header .line-1 .send_req {
        display: block
    }

    .header .line-1 .src_in {
        margin: 0 0 0 auto;
        display: none
    }

    .header .line-1 .burger {
        display: block
    }

    .header .line-1 nav {
        display: none
    }

    .src_in_mob {
        margin: 21px auto 0;
        display: block
    }

    .src_in_mob {
        display: none
    }
}

@media (max-width: 900px) {
    .win_popup .blc_pp_wt {
        max-width: 75rem
    }

    .where_to_buy .blc_pp_wt {
        max-width: 100%
    }
}

@media (max-width: 854px) {
    .header .run-line a {
        font-size: 12px;
        line-height: 14px;
        padding: 10px 0
    }

    #footer .line-1 .h1 {
        font: 500 44px/44px Golos
    }
}

@media (max-width: 850px) {
    .feed_form {
        padding-bottom: 85px
    }

    .feed_form .third_step .to_top {
        width: 37px;
        height: 37px;
        border-radius: 37px
    }

    .feed_form .third_step .lbl_btns {
        flex-direction: column
    }

    .feed_form .third_step .lbl_btns .checkbox.style_min {
        padding-top: 3px;
        padding-left: 25px
    }

    .feed_form .third_step .lbl_btns .checkbox.style_min .checkbox__checkmark {
        width: 14px;
        height: 14px
    }

    .feed_form .third_step .lbl_btns .checkbox.style_min .checkbox__checkmark:after {
        left: 4px;
        top: 1px;
        height: 9px
    }

    .feed_form .third_step .lbl_btns .checkbox_a.style-a {
        width: 100%;
        height: 172px
    }

    .feed_form .third_step .lbl_btns .checkbox_a.style-a:nth-child(n+2) {
        margin-top: 12px
    }

    .feed_form .third_step .lbl_btns .checkbox_a.style-a .checkbox__body {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .feed_form .fourth_step .tbl_btns {
        flex-direction: column
    }

    .feed_form .fourth_step .tbl_btns .checkbox_b.style-b {
        height: 130px;
        width: 100%
    }

    .feed_form .fourth_step .tbl_btns .checkbox_b.style-b:nth-child(2) {
        margin-top: 12px
    }

    .feed_form .fourth_step .tbl_btns .checkbox_b.style-b:nth-child(n+3) {
        margin-top: 12px
    }

    .feed_form .fourth_step .tbl_btns .checkbox_b.style-b .checkbox__checkmark {
        top: 20px;
        right: 20px
    }

    .feed_form .fourth_step .tbl_btns .checkbox_b.style-b .checkbox__body {
        padding-top: 12px
    }

    .feed_form .fourth_step .tbl_btns .checkbox_b.style-b .checkbox__body .h3 {
        font: 400 16px/16px Golos
    }

    .cart_ovr {
        padding-bottom: 130px;
        margin-top: 20px
    }
}

@media (max-width: 800px) {
    .step {
        margin-top: 35px
    }

    .step .h2 {
        font: normal 16px/16px Golos
    }

    .feed_form .second_step .pp_in .form-label {
        padding-top: 18px;
        padding-left: 20px;
        font: normal 14px/14px Golos
    }

    .feed_form .second_step .pp_in .form-input:placeholder {
        font: normal 14px/14px Golos
    }

    .feed_form .second_step .pp_in .form-input::-webkit-input-placeholder {
        font: normal 14px/14px Golos
    }

    .feed_form .second_step .pp_in .form-input::-moz-placeholder {
        font: normal 14px/14px Golos
    }

    .feed_form .second_step .pp_in .form-input::-moz-placeholder {
        font: normal 14px/14px Golos
    }

    .feed_form .second_step .pp_in .form-input::-ms-input-placeholder {
        font: normal 14px/14px Golos
    }

    .feed_form .second_step .blc_tstar {
        height: 116px;
        padding: 10px 20px
    }

    .feed_form .second_step .blc_tstar textarea::-webkit-input-placeholder {
        font: normal 14px/14px Golos
    }

    .feed_form .second_step .blc_tstar textarea::-moz-placeholder {
        font: normal 14px/14px Golos
    }

    .feed_form .second_step .blc_tstar textarea::-moz-placeholder {
        font: normal 14px/14px Golos
    }

    .feed_form .second_step .blc_tstar textarea::-ms-input-placeholder {
        font: normal 14px/14px Golos
    }

    .feed_form .second_step .blc_check_results {
        margin: 15px 0 0
    }

    .feed_form .second_step .blc_check_results .blc_fole_upl {
        margin: 20px 0 0
    }

    .feed_form .fourth_step .tbl_btns .checkbox_b.style-b::before {
        width: 27px;
        height: 29px
    }

    .first_step .fs_rows .product_ovr {
        height: 193px;
        margin-top: 15px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols01 {
        width: 90px;
        border-right: 0
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols01 .ph_ovr img {
        max-width: 54px;
        max-height: 104px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols02 {
        width: calc(100% - 90px);
        padding-left: 0;
        padding-right: 20px;
        padding-bottom: 12px;
        position: relative
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols02 .l_side {
        width: auto;
        flex-direction: column
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols02 .l_side .naming {
        max-width: 140px;
        justify-content: normal
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols02 .r_side .del_mob {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols.pr_cols03 {
        padding-left: 90px;
        border-top: 1px solid #ebebeb;
        padding-top: 13px;
        padding-right: 20px;
        width: 100%
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .act {
        top: -20px;
        font: normal 12px/13px Golos
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .h4 {
        font: normal 13px/15px Golos;
        max-width: 140px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .articul {
        font: normal 12px/14px Golos;
        margin-top: 9px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .price_ovr {
        margin-top: 18px;
        display: flex;
        flex-direction: row;
        align-items: flex-end
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .price_ovr .m_price {
        font: normal 14px/14px Golos
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .price_ovr .bt_pr .aq {
        margin-left: 8px;
        font: normal 12px/13px Golos
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .price_ovr .bt_pr .hq {
        display: none
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .counter_ovr {
        max-width: 82px;
        height: 29px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .counter_ovr .minus-button .l {
        width: 6px;
        height: 1px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .counter_ovr .plus-button .l:first-child {
        width: 6px;
        height: 1px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .counter_ovr .plus-button .l:last-child {
        width: 6px;
        height: 1px
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .counter_ovr input {
        width: 25px;
        font: normal 10px/10px Golos
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .final_price {
        display: none
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .fp_mob {
        display: flex;
        justify-content: space-between
    }

    .first_step .fs_rows .product_ovr .pr_rows .pr_cols .del {
        display: none
    }

    .sale_order_full_table tbody tr td {
        font: normal 14px/18px Golos
    }

    .win_popup .blc_pp_wt .rows {
        margin: 1.5rem 0 0
    }

    .iagree input[type=checkbox].css-checkbox + label.css-label {
        font: 300 1.8rem/1.8rem GretaCndPro
    }

    .thank_you {
        width: 60rem;
        height: 300px
    }

    .thank_you .blc_pp_wt span {
        font: normal 16px/16px Golos
    }
}

@media (max-width: 770px) {
    .btm_menu_fixed {
        display: block
    }

    .breadcrumbs {
        margin-top: 25px
    }

    .breadcrumbs li a {
        font: normal 14px/14px Golos
    }

    .h_ovr {
        padding-left: 10px;
        margin-top: 25px
    }

    .h_ovr h1 {
        letter-spacing: -.04em;
        font: 500 20px/18px Golos
    }

    .feed_form .second_step .pp_in.focused .form-label {
        font: normal 9px/9px Golos
    }

    .feed_form .second_step .blc_check_results .btm_ln {
        margin-top: 20px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }

    .feed_form .second_step .blc_check_results .btm_ln p {
        margin: 0;
        max-width: 100%;
        order: 1
    }

    .feed_form .second_step .blc_check_results .btm_ln button {
        margin-top: 10px;
        font: normal 12px/12px SuisseIntl;
        height: 40px;
        max-width: 95px;
        order: 2
    }

    .feed_form .second_step .blc_check_results .blc_fole_upl a.dwn {
        font: normal 12px/12px SuisseIntl
    }

    .thank_you {
        padding-left: 10px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 15px;
        border-radius: 12px
    }

    .thank_you .line_pp h3 {
        letter-spacing: -.04em;
        font: 500 35px/40px Golos
    }

    .thank_you .blc_pp_wt p {
        font: 600 20px/23px Montserrat;
        height: -moz-fit-content;
        height: fit-content
    }
}

@media (max-width: 760px) {
    .win_popup .line_pp .h3 {
        font: 200 3.8rem/3.6rem GretaComPro;
        letter-spacing: .2em
    }

    .win_popup .blc_pp_wt {
        max-width: calc(100% - 4rem);
        margin: 0 auto
    }

    .win_popup .blc_pp_wt .rows {
        flex-wrap: wrap
    }

    .win_popup .blc_pp_wt .rows .cols {
        width: 100%
    }

    .win_popup .blc_pp_wt .rows .cols.cols01 {
        margin-bottom: 3rem
    }

    .win_popup .blc_pp_wt .rows input {
        border-bottom: .1rem solid rgba(73, 73, 73, .6);
        font: normal 1.8rem/1.8rem GretaCndPro
    }

    .iagree input[type=checkbox].css-checkbox + label.css-label {
        font: 300 1.5rem/1.5rem GretaCndPro
    }

    .iagree label.css-label:before {
        top: .4rem
    }

    .iagree label.css-label:after {
        top: -.1rem
    }

    .thank_you .blc_pp_wt {
        padding: 0;
        margin: 0;
        max-width: 100%
    }

    .where_to_buy .blc_pp_wt {
        max-width: 100%;
        margin: 0 auto
    }
}

@media (max-width: 750px) {
    .iagree {
        margin: 1.7rem 0 0
    }
}

@media (max-width: 650px) {
    .selectize-control.single .selectize-input .item {
        font: normal 1.6rem/1.7rem SuisseIntl
    }

    .selectize-control.single .selectize-input .item {
        font: normal 1.3rem/1.7rem SuisseIntl
    }

    .selectize-control.single .selectize-dropdown .selectize-dropdown-content .option {
        font: normal 1.6rem/1.7rem SuisseIntl
    }

    .selectize-control.single .selectize-dropdown .selectize-dropdown-content .option {
        font: normal 1.3rem/1.7rem SuisseIntl
    }

    .thank_you {
        width: 50rem
    }
}

@media (max-width: 600px) {
    .thank_you .blc_pp_wt p {
        font: 600 18px/21px Montserrat;
        height: auto
    }
}

@media (max-width: 568px) {
    .header .line-1 .logo {
        height: 14px
    }

    #footer {
        position: relative
    }

    #footer .container {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 40px
    }

    #footer .line-1 .h1 {
        font: 500 36px/36px Golos;
        width: 50%;
        word-break: normal
    }

    #footer .line-2 {
        margin-top: 30px
    }

    #footer .line-2 .col-2 {
        margin-top: 25px
    }

    #footer .line-2 .col-2 .rows {
        flex-direction: column-reverse;
        align-items: flex-start
    }

    #footer .line-2 .col-2 .btn {
        margin-top: 25px
    }

    #footer .line-2 .col-2 .checkbox {
        margin-left: 0;
        font: 500 13px/13px Golos;
        display: block;
        max-width: 225px
    }

    #footer .line-2 .col-1 input:nth-child(3n+1), #footer .line-2 .col-1 input:nth-child(3n+2) {
        width: 100%
    }

    #footer .line-2 .col-1 input:nth-child(3n+2) {
        margin-left: 0;
        margin-top: 10px
    }

    #footer .line-2 .col-1 input:nth-child(3n+3) {
        margin-top: 10px;
        margin-left: 0;
        width: 100%
    }

    #footer .line-3 {
        border-top: none;
        margin-top: 45px;
        padding-top: 0
    }

    #footer .line-3 .rows nav ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }

    #footer .line-3 .rows nav ul li {
        margin-top: 15px;
        margin-left: 0
    }

    #footer .line-3 .rows nav ul li a {
        font: 500 13px/13px Golos
    }

    #footer .line-4 {
        margin-top: 40px
    }

    #footer .line-4 .col-1 {
        font: 500 10px/10px Golos
    }

    #footer .line-4 .col-1 .rows {
        flex-direction: column;
        align-items: flex-start
    }

    #footer .line-4 .col-1 a {
        display: block;
        margin-top: 5px;
        margin-left: 0
    }

    #footer .line-4 .col-2 {
        font: 500 10px/10px Golos
    }
}

@media (max-width: 550px) {
    .selectize-control.single .selectize-input:after {
        width: 1.9rem;
        height: 1rem;
        background-size: cover
    }

    .thank_you {
        width: 40rem;
        height: 250px
    }

    .thank_you .line_pp h3 {
        letter-spacing: -.04em;
        font: 500 25px/30px Golos
    }
}

@media (max-width: 450px) {
    .parsley-errors-list {
        left: 1.4rem;
        top: .4rem
    }

    .feed_form .second_step .blc_check_results .blc_fole_upl .parsley-errors-list {
        left: 25px
    }

    .parsley-errors-list {
        left: 1.4rem;
        top: .4rem
    }

    .thank_you {
        width: 30rem;
        height: 250px
    }
}

@media (max-width: 350px) {
    .thank_you {
        width: 27.5rem
    }
}

.scroller1 {
    z-index: 99;
    position: relative;
}