@charset "UTF-8";

/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/* line 22, C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
    line-height: 1;
}

/* line 24, C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol,
ul {
    list-style: none;
}

/* line 26, C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* line 28, C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

/* line 30, C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q,
blockquote {
    quotes: none;
}

/* line 103, C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

/* line 32, C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
    border: none;
}

/* line 116, C:/Ruby31-x64/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

@font-face {
    font-family: AGForeignerC;
    src: url("../fonts/agforeignerc.otf");
}

@font-face {
    font-family: AGForeignerMediumC;
    src: url("../fonts/agforeignermediumc.otf");
}

@font-face {
    font-family: AGForeignerLightC;
    src: url("../fonts/agforeignerlightc.otf");
}

/* line 23, ../sass/screen.scss */
body {
    font-family: "AGForeignerC", sans-serif;
    font-size: 16px;
    color: #55595D;
    line-height: 18px;
}

/* line 29, ../sass/screen.scss */
.mt50 {
    margin-top: 50px;
}

/* line 32, ../sass/screen.scss */
.mb50 {
    margin-bottom: 50px;
}

/* line 35, ../sass/screen.scss */
.mb100 {
    margin-bottom: 100px;
}

/* line 38, ../sass/screen.scss */
.mb75 {
    margin-bottom: 75px;
}

/* line 41, ../sass/screen.scss */
.reg-div {
    position: relative;
}

/* line 44, ../sass/screen.scss */
.reg-left {
    background-image: url(../img/bg-red.png);
    min-height: 100vh;
    background-size: 100%;
    background-position: 50% 50%;
    width: 700px;
}

/* line 51, ../sass/screen.scss */
.reg-left .back {
    color: #fff;
    position: absolute;
    top: 45px;
    left: 89px;
}

/* line 56, ../sass/screen.scss */
.reg-left .back img {
    margin-right: 20px;
}

/* line 60, ../sass/screen.scss */
.reg-left .Сopyright {
    position: absolute;
    bottom: 54px;
    left: 89px;
    font-family: "AGForeignerLightC", sans-serif;
    font-size: 14px;
    line-height: 15px;
    color: #FFFFFF;
}

/* line 70, ../sass/screen.scss */
.menu-left {
    background-image: url(../img/bg-red2.png);
    min-height: 100vh;
    width: 269px;
    position: relative;
    background-size: cover;
    padding: 39px 0px;
}

/* line 77, ../sass/screen.scss */
.menu-left .menu {
    margin-bottom: 136px;
}

/* line 79, ../sass/screen.scss */
.menu-left .menu a {
    width: 100%;
    display: inline-block;
    color: #fff;
    padding: 16px 0 16px 31px;
    text-decoration: none;
}

/* line 84, ../sass/screen.scss */
.menu-left .menu a:hover {
    font-weight: bold;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.096) 0%, rgba(238, 128, 19, 0) 85.5%);
}

/* line 89, ../sass/screen.scss */
.menu-left .menu a.active {
    font-weight: bold;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.096) 0%, rgba(238, 128, 19, 0) 85.5%);
}

/* line 94, ../sass/screen.scss */
.menu-left .line {
    margin: 0 31px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* line 98, ../sass/screen.scss */
.menu-left .back {
    color: #fff;
    position: absolute;
    bottom: 47px;
    left: 31px;
}

/* line 103, ../sass/screen.scss */
.menu-left .back img {
    margin-right: 20px;
}

/* line 108, ../sass/screen.scss */
.reg-content {
    width: calc(100% - 700px);
    min-height: 100vh;
}

/* line 112, ../sass/screen.scss */
.reg-content .form-group {
    margin-bottom: 0rem;
}

/* line 115, ../sass/screen.scss */
.reg-content .Сopyright {
    position: absolute;
    left: 45px;
    bottom: 54px;
    font-size: 14px;
    line-height: 15px;
    color: #686868;
    font-family: "AGForeignerLightC", sans-serif;
}

/* line 124, ../sass/screen.scss */
.reg-content .reg-content-div {
    width: 495px;
}

/* line 126, ../sass/screen.scss */
.reg-content .reg-content-div-head {
    font-family: "AGForeignerMediumC", sans-serif;
    font-size: 28px;
    line-height: 31px;
    text-transform: uppercase;
    color: #686868;
    text-align: center;
}

/* line 136, ../sass/screen.scss */
.reg-content label {
    width: 100%;
    line-height: 18px;
    color: #686868;
    margin-bottom: 10px;
}

/* line 141, ../sass/screen.scss */
.reg-content label span {
    color: #BB161A;
}

/* line 145, ../sass/screen.scss */
.reg-content input {
    width: 100%;
    border: 1px solid #CBCBCB;
    border-radius: 2px;
    height: 50px;
    padding-left: 20px;
    color: #55595D;
}

/* line 154, ../sass/screen.scss */
.reg-content input::placeholder {
    color: #CBCBCB;
}

/* line 157, ../sass/screen.scss */
.reg-content input:focus-visible {
    outline: none;
}

/* line 161, ../sass/screen.scss */
.reg-content .confirm-numbers {
    border: 1px solid #BCBFC1;
    height: 50px;
    padding-left: 22px;
}

/* line 165, ../sass/screen.scss */
.reg-content .confirm-numbers .confirm {
    width: 14px;
    text-align: center;
    height: auto;
    border: none;
    border-bottom: 1px solid #BCBFC1;
    font-size: 16px;
    line-height: 18px;
    color: #55595D;
    margin-right: 22px;
    padding: 0;
}

/* line 178, ../sass/screen.scss */
.reg-content .enter {
    background-color: #BB161A;
    border-radius: 2px;
    width: 100%;
    height: 50px;
    box-shadow: none;
    border: none;
    color: #fff;
    font-family: "AGForeignerMediumC", sans-serif;
}

/* line 187, ../sass/screen.scss */
.reg-content .enter:hover {
    background: #EB001B;
}

/* line 192, ../sass/screen.scss */
.reg-content .botom-p {
    font-size: 14px;
    color: #686868;
    line-height: 24px;
    text-align: center;
}

.botom-p .link {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-decoration: underline;
    color: #686868;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* line 197, ../sass/screen.scss */
.reg-content .botom-p a {
    text-decoration: underline;
    color: #686868;
}

/* line 202, ../sass/screen.scss */
.reg-content-select {
    color: #686868;
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    top: 48px;
    right: 89px;
    border: none;
    width: 42px;
}

/* line 211, ../sass/screen.scss */
.reg-content-select:focus-visible {
    outline: none;
}

/* line 220, ../sass/screen.scss */
.reg-content .Developed {
    color: #686868;
    font-size: 14px;
    line-height: 15px;
    font-family: "AGForeignerLightC", sans-serif;
    position: absolute;
    right: 89px;
    bottom: 53px;
}

/* line 228, ../sass/screen.scss */
.reg-content .Developed a {
    text-decoration: underline;
    color: #686868;
}

/* line 233, ../sass/screen.scss */
.reg-content .info {
    color: #55595D;
}

/* line 237, ../sass/screen.scss */
.dropbtn {
    padding: 0px;
    cursor: pointer;
}

/* line 241, ../sass/screen.scss */
.dropdown {
    position: absolute;
    top: 48px;
    right: 45px;
    border: none;
    font-size: 14px;
    line-height: 24px;
    color: #686868;
    z-index: 2;
}

/* line 252, ../sass/screen.scss */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 45px;
    box-shadow: 0px 0px 13px rgba(235, 0, 27, 0.19);
}

/* line 259, ../sass/screen.scss */
.dropbtn {
    padding-left: 0px;
    width: 45px;
    position: relative;
}

/* line 264, ../sass/screen.scss */
.dropbtn::after {
    background: transparent url("../img/drop-arr.png") no-repeat scroll center center;
    content: "";
    height: 5px;
    position: absolute;
    right: 14px;
    top: 9px;
    width: 8px;
}

/* line 273, ../sass/screen.scss */
.dropdown-content a {
    color: #686868;
    padding: 12px;
    text-decoration: none;
    display: block;
}

/* line 279, ../sass/screen.scss */
.dropdown-content a:hover {
    background-color: #fff;
    color: #BB161A;
}

/* line 284, ../sass/screen.scss */
.dropdown:hover .dropdown-content {
    display: block;
}

/* line 287, ../sass/screen.scss */
.menu-content {
    padding: 127px 45px 153px 45px;
    position: relative;
    width: 100%;
}

/* line 292, ../sass/screen.scss */
.menu-content .Developed {
    color: #686868;
    font-size: 14px;
    line-height: 15px;
    font-family: "AGForeignerLightC", sans-serif;
    position: absolute;
    right: 45px;
    bottom: 53px;
}

/* line 300, ../sass/screen.scss */
.menu-content .Developed a {
    text-decoration: underline;
    color: #686868;
}

/* line 305, ../sass/screen.scss */
.menu-content .Сopyright {
    position: absolute;
    left: 45px;
    bottom: 54px;
    font-size: 14px;
    line-height: 15px;
    color: #686868;
    font-family: "AGForeignerLightC", sans-serif;
}

/* line 315, ../sass/screen.scss */
.menu-content-div .head-p {
    font-family: "AGForeignerMediumC", sans-serif;
    font-size: 26px;
    line-height: 29px;
    color: #55595D;
}

/* line 321, ../sass/screen.scss */
.menu-content-div hr {
    margin: 18px 0;
    border-top: 1px solid rgba(85, 89, 93, 0.2);
}

/* line 325, ../sass/screen.scss */
.menu-content-div .info-content {
    font-size: 21px;
    line-height: 23px;
    color: #686868;
    font-family: "AGForeignerMediumC", sans-serif;
    margin-top: 25px;
}

/* line 334, ../sass/screen.scss */
.item-input {
    width: 29%;
    margin-right: 6.5%;
    margin-bottom: 50px;
    position: relative;
}
.item-input.full-width {
    width: 100%;
    margin-right: 0;
}
/* line 339, ../sass/screen.scss */
.item-input :focus-visible {
    outline: 0;
}

/* line 342, ../sass/screen.scss */
.item-input select {
    width: 100%;
    border: 1px solid #55595D;
    height: 50px;
    padding-left: 20px;
    color: #55595D;
    padding-right: 20px;
}

/* line 349, ../sass/screen.scss */
.item-input select :focus-visible {
    outline: 0;
}

/* line 353, ../sass/screen.scss */
.item-input label {
    color: rgba(85, 89, 93, 0.6);
    width: 100%;
    margin-bottom: 10px;
}

/* line 358, ../sass/screen.scss */
.item-input input {
    border: 1px solid rgba(85, 89, 93, 0.1);
    width: 100%;
    height: 50px;
    padding-left: 20px;
    color: #55595D;
}

/* line 364, ../sass/screen.scss */
.item-input input::placeholder {
    color: #CBCBCB;
}

/* line 367, ../sass/screen.scss */
.item-input input:focus-visible {
    outline: none;
}

/* line 371, ../sass/screen.scss */
.item-input:nth-child(3n) {
    margin-right: 0;
}

/* line 374, ../sass/screen.scss */
.item-input .data_info {
    border: 1px solid rgba(85, 89, 93, 0.1);
    width: 100%;
    height: 50px;
    padding-left: 20px;
    color: #55595D;
    display: flex;
    align-items: center;
}

/* line 383, ../sass/screen.scss */
.item-input .edit-btn {
    width: 16px;
    height: 16px;
    background: transparent;
    background-image: url(../img/pencil.png);
    background-size: 100%;
    position: absolute;
    bottom: 16px;
    right: -36px;
    border: none;
    padding: 0;
}

/* line 394, ../sass/screen.scss */
.item-input .edit-btn:hover {
    background-image: url(../img/pencil2.png);
}

/* line 399, ../sass/screen.scss */
.inner-block {
    max-width: 1140px;
}

/* line 402, ../sass/screen.scss */
.item-cart {
    height: 50px;
    padding: 0 20px 0 15px;
    border: 1px solid rgba(85, 89, 93, 0.1);
    width: 30%;
    margin-right: 5%;
    margin-bottom: 50px;
    position: relative;
}

.item-cart:nth-child(3n) {
    margin-right: 0;
}

/* line 413, ../sass/screen.scss */
.item-cart img {
    margin-right: 29px;
}

/* line 416, ../sass/screen.scss */
.item-cart p {
    margin-right: 48px;
}

/* line 419, ../sass/screen.scss */
.item-cart .form-check-input {
    position: absolute;
    left: -9999px;
    width: 100%;
}

/* line 423, ../sass/screen.scss */
.item-cart .form-check-input span {
    font-size: 14px;
    color: #666;
}

/* line 427, ../sass/screen.scss */
.item-cart input.form-check-input[type="checkbox"] ~ span {
    position: relative;
    display: inline-block;
    padding: 0px 0 0px 20px;
}

/* line 432, ../sass/screen.scss */
.item-cart input.form-check-input[type="checkbox"] ~ span:before {
    content: "";
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    color: #000;
    margin-right: 0px;
    border: 1px solid rgba(85, 89, 93, 0.2);
    border-radius: 4px;
    left: 0px;
    top: -13px;
    box-sizing: border-box;
}

/* line 450, ../sass/screen.scss */
.item-cart input.form-check-input[type="checkbox"]:checked ~ span:before {
    content: "";
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    color: #000;
    margin-right: 0px;
    border: 3px solid #fff;
    border-radius: 4px;
    left: 0px;
    top: -13px;
    box-sizing: border-box;
    background: #55595D;
    box-shadow: 0px 0px 1px 1px #55595D;
    -webkit-box-shadow: 0px 0px 1px 1px #55595D;
}

/* line 471, ../sass/screen.scss */
.item-cart .del-btn {
    width: 8px;
    height: 8px;
    background: transparent;
    background-image: url(../img/del.png);
    background-size: 100%;
    position: absolute;
    bottom: 20px;
    right: -29px;
    border: none;
    padding: 4px;
}

/* line 482, ../sass/screen.scss */
.item-cart .del-btn:hover {
    background-image: url(../img/del2.png);
}

/* line 486, ../sass/screen.scss */
.item-cart a {
    color: #55595D;
}

/* line 488, ../sass/screen.scss */
.item-cart a .add-cart {
    padding: 13px 20px;
}

/* line 490, ../sass/screen.scss */
.item-cart a .add-cart img:nth-child(1) {
    margin-right: 31px;
}

/* line 493, ../sass/screen.scss */
.item-cart a .add-cart img.plus-img {
    margin-right: 0px;
}

/* line 496, ../sass/screen.scss */
.item-cart a .add-cart .add-p {
    margin-left: 0;
}

/* line 500, ../sass/screen.scss */
.item-cart a:hover {
    text-decoration: none;
}

/* line 509, ../sass/screen.scss */
.left-cart {
    width: 100%;
}

/* line 512, ../sass/screen.scss */
.right-cart {
    width: 29%;
    display: none;
}

/* line 514, ../sass/screen.scss */
/* .right-cart .item-cart {
  width: 100%;
} */

/* line 518, ../sass/screen.scss */
.btn-add {
    padding: 0;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.09);
}

/* line 522, ../sass/screen.scss */
.wrap-table {
    max-height: 697px;
    overflow-y: auto;
    padding-right: 47px;
}

/* line 527, ../sass/screen.scss */
.wrap-table::-webkit-scrollbar {
    width: 6px;
    height: 0em;
}

/* line 531, ../sass/screen.scss */
.wrap-table::-webkit-scrollbar-button {
    background: rgba(85, 89, 93, 0.09);
}

/* line 534, ../sass/screen.scss */
.wrap-table::-webkit-scrollbar-track-piece {
    background: rgba(85, 89, 93, 0.09);
}

/* line 537, ../sass/screen.scss */
.wrap-table::-webkit-scrollbar-thumb {
    background: #B4B4B4;
}

.table.desctop {
    margin-bottom: 30px;

}

.table.desctop td {
    border-top: none;
}

.table.desctop > thead > tr > th {
    border-bottom: none;
}

/* line 542, ../sass/screen.scss */
.table.desctop thead {
    background: #FAFAFA;
}

/* line 544, ../sass/screen.scss */
.table.desctop thead th {
    text-align: center;
    vertical-align: middle;
    position: relative;
    font-family: "AGForeignerMediumC", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #686868;
    padding: 17px 8px 18px 8px;
}

/* line 553, ../sass/screen.scss */
.table.desctop thead th img:nth-child(2) {
    width: 7px;
    margin-left: 10px;
    vertical-align: middle;
    position: absolute;
    top: calc(50% - 9px);
}

.table.desctop thead th img:nth-child(3) {
    width: 7px;
    margin-left: 10px;
    vertical-align: middle;
    position: absolute;
    top: calc(50% + 2px);
}

.table.desctop thead th a:nth-child(2) {
    width: 7px;
    margin-left: 10px;
    vertical-align: middle;
    position: absolute;
    top: calc(50% - 15px);
}

.table.desctop thead th a:nth-child(3) {
    width: 7px;
    margin-left: 10px;
    vertical-align: middle;
    position: absolute;
    top: calc(50% - 5px);
}

.select2-container--krajee .select2-selection--single {
    height: 50px;
}


/* line 560, ../sass/screen.scss */
.table.desctop thead th div {
    display: inline-block;
}

/* line 567, ../sass/screen.scss */
.table.desctop tbody tr td,
.table.desctop tbody tr th {
    text-align: center;
    color: rgba(69, 72, 81, 0.8);
    font-size: 16px;
    line-height: 17px;
    font-family: "AGForeignerLightC", sans-serif;
    padding: 25px 2px;
    vertical-align: middle;
}

/* line 575, ../sass/screen.scss */
.table.desctop tbody tr td button,
.table.desctop tbody tr th button {
    border: none;
    background: rgba(85, 89, 93, 0.1);
    padding: 12px 8px;
    width: 100%;
    color: rgba(69, 72, 81, 0.8);
    font-size: 16px;
    line-height: 17px;
    font-family: "AGForeignerLightC", sans-serif;
}

/* line 586, ../sass/screen.scss */
.table.desctop tbody tr .green-status {
    color: #7CBB16;
}

/* line 589, ../sass/screen.scss */
.table.desctop tbody tr .red-status {
    color: #BB161A;
}

/* line 595, ../sass/screen.scss */
.global-container {
    position: relative;
}

/* line 598, ../sass/screen.scss */
.botom-info {
    margin: 25px 0 75px;
}

/* line 601, ../sass/screen.scss */
.a-exit {
    width: 100%;
    display: inline-block;
    color: #fff;
    padding: 16px 0 16px 31px;
}

/* line 606, ../sass/screen.scss */
.a-exit img {
    margin-right: 10px;
}

/* line 609, ../sass/screen.scss */
.a-exit:hover {
    color: #fff;
}

/* line 613, ../sass/screen.scss */
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
}

/* line 622, ../sass/screen.scss */
.modal-content {
    box-shadow: 0px 0px 53px rgba(235, 0, 27, 0.19);
    max-width: 612px;
    border: none;
}

/* line 627, ../sass/screen.scss */
.modal-dialog {
    max-width: 612px;
}

/* line 631, ../sass/screen.scss */
.modal-header {
    padding: 0;
    border: none;
}

/* line 635, ../sass/screen.scss */
.modal-body {
    position: relative;
    padding: 84px 58px;
}

/* line 638, ../sass/screen.scss */
.modal-body .close {
    position: absolute;
    top: 15px;
    right: 15px;
}

/* line 643, ../sass/screen.scss */
.modal-body .head-modal {
    font-weight: 500;
    font-size: 26px;
    line-height: 29px;
    color: #55595D;
    font-family: "AGForeignerMediumC", sans-serif;
    margin-bottom: 25px;
}

/* line 651, ../sass/screen.scss */
.modal-body .mb50 {
    margin-bottom: 50px;
}

/* line 654, ../sass/screen.scss */
.modal-body .modal-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 17px;
    font-family: "AGForeignerLightC", sans-serif;
    margin-bottom: 75px;
}

/* line 661, ../sass/screen.scss */
.modal-body .no-marg {
    margin: 0;
}

/* line 663, ../sass/screen.scss */
.modal-body .no-marg span {
    font-family: "AGForeignerMediumC", sans-serif;
}

/* line 668, ../sass/screen.scss */
.modal-body .modal-input label {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    color: #55595D;
    margin-bottom: 10px;
}

/* line 674, ../sass/screen.scss */
.modal-body .modal-input label span {
    color: #BB161A;
}

/* line 678, ../sass/screen.scss */
.modal-body .modal-input input {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #CBCBCB;
}

/* line 683, ../sass/screen.scss */
.modal-body .modal-input input::placeholder {
    font-size: 16px;
    line-height: 18px;
    color: #CBCBCB;
}

/* line 690, ../sass/screen.scss */
.modal-body .enter-modal {
    height: 50px;
    background: #BB161A;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    font-family: "AGForeignerMediumC", sans-serif;
    border: none;
    width: 100%;
    margin-top: 75px;
}

/* line 701, ../sass/screen.scss */
.modal-body .enter-modal:hover {
    background: #EB001B;
}

/* line 705, ../sass/screen.scss */
.modal-body .select_day {
    margin-top: 41px;
}

/* line 708, ../sass/screen.scss */
.modal-body .calculate-days {
    margin-top: 50px;
}

/* line 711, ../sass/screen.scss */
.modal-body hr {
    margin: 50px 0;
}

/* line 715, ../sass/screen.scss */
.mob-table {
    display: none;
}

.mobile_banner {
    display: none;
}

/* line 718, ../sass/screen.scss */
.result {
    display: none;
}

/* line 767, ../sass/screen.scss */
.right-div {
    width: 403px;
    background: rgba(85, 89, 93, 0.05);
    min-height: 100vh;
    padding: 127px 48px 75px 48px;
    /* прячем input checkbox */
    /* стили для метки */
    /* формируем внешний вид чекбокса в псевдоэлементе before */
    /* вариации внешнего вида в зав-ти от статуса checkbox */
    /* checked */
}

.right-div.loyalty {
    width: 45% !important;
}

/* line 772, ../sass/screen.scss */
.right-div hr {
    margin: 18px 0;
    border-top: 1px solid rgba(85, 89, 93, 0.2);
}

/* line 776, ../sass/screen.scss */
.right-div label {
    font-weight: 300;
    font-size: 16px;
    line-height: 17px;
    color: rgba(69, 72, 81, 0.8);
    margin-bottom: 11px;
    font-family: "AGForeignerLightC", sans-serif;
}

/* line 784, ../sass/screen.scss */
.right-div input {
    background: #FFFFFF;
    border: 1px solid rgba(85, 89, 93, 0.2);
    width: 100%;
    height: 50px;
    padding-left: 17px;
    margin-bottom: 10px;
}

/* line 791, ../sass/screen.scss */
.right-div input::placeholder {
    font-size: 16px;
    line-height: 18px;
    color: #55595D;
}

/* line 797, ../sass/screen.scss */
.right-div .info-contract-block {
    margin-bottom: 50px;
}

/* line 799, ../sass/screen.scss */
.right-div .info-contract-block .top-span {
    color: rgba(85, 89, 93, 0.6);
    font-weight: 300;
    font-size: 16px;
    line-height: 17px;
    font-family: "AGForeignerLightC", sans-serif;
    margin-bottom: 25px;
}

/* line 807, ../sass/screen.scss */
.right-div .info-contract-block .bottom-span {
    font-size: 16px;
    line-height: 18px;
    color: #55595D;
}

/* line 814, ../sass/screen.scss */
.right-div .acquainted-check {
    position: relative;
    margin-bottom: 50px;
}

/* line 819, ../sass/screen.scss */
.right-div .acquainted-check input[type="checkbox"] {
    display: none;
}

/* line 824, ../sass/screen.scss */
.right-div .acquainted-check label {
    color: #55595D;
    cursor: default;
    font-family: "AGForeignerLightC", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 17px;
    padding: 0px 0;
    vertical-align: middle;
    position: relative;
    padding-left: 25px;
}

/* line 835, ../sass/screen.scss */
.right-div .acquainted-check label a {
    color: #55595D;
    text-decoration: underline;
}

/* line 842, ../sass/screen.scss */
.right-div .acquainted-check label:before {
    content: " ";
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    margin-right: 5px;
    border: 1px solid #55595D;
    border-radius: 4px;
    left: 0;
    top: 1px;
    box-sizing: border-box;
    transition: all 300ms ease-in-out;
}

/* line 861, ../sass/screen.scss */
.right-div .acquainted-check input:checked + label:before {
    content: "";
    display: block;
    border: 4px solid #fff;
    padding: 0px;
    background: #55595D;
    box-shadow: 0px 0px 1px 1px #55595D;
    -webkit-box-shadow: 0px 0px 1px 1px #55595D;
    -moz-box-shadow: 0px 0px 1px 1px #55595D;
}

/* line 874, ../sass/screen.scss */
.right-div .sum {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #55595D;
    text-align: center;

}

/* line 883, ../sass/screen.scss */
.right-div .top_p {
    color: rgba(69, 72, 81, 0.8);
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    font-family: "AGForeignerMediumC", sans-serif;
    margin-bottom: 15px;
}

/* line 891, ../sass/screen.scss */
.right-div .head-p {
    font-family: "AGForeignerMediumC", sans-serif;
    font-size: 26px;
    line-height: 29px;
    font-weight: 500;
    color: #55595D;
}

/* line 898, ../sass/screen.scss */
.right-div .light-p {
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
    color: rgba(69, 72, 81, 0.8);
    font-family: "AGForeignerLightC", sans-serif;
    margin-bottom: 25px;
}

/* line 907, ../sass/screen.scss */
.right-div .light-p.last-p {
    margin-bottom: 20px;
}

/* line 910, ../sass/screen.scss */
.menu-content .red-button {
    background: #BB161A;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 18px;
    border: none;
    min-width: 50%;
    padding: 12px 17px;
    margin-bottom: 25px;
}

.right-div .red-button {
    background: #BB161A;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 18px;
    border: none;
    width: 100%;
    padding: 12px 17px;
    margin-bottom: 25px;
}

.right-div .red-button.hr {
    margin-bottom: 0 !important;
}

a.red-link {
    color: #BB161A !important;
    text-decoration: underline;
}

/* line 920, ../sass/screen.scss */
.right-div .red-button:hover {
    background: #EB001B;
}

.reg-content .enter.disabled,
.right-div .red-button.disabled {
    background-color: #e6e7e8 !important;
    color: #55595D !important;
}

/* line 924, ../sass/screen.scss */
.right-div .add-credit {
    height: 50px;
}

/* line 927, ../sass/screen.scss */
.right-div .no-active {
    background: rgba(85, 89, 93, 0.1);
    color: #55595D;
}

/* line 930, ../sass/screen.scss */
.right-div .no-active:hover {
    background: #EBECED;
}

/* line 933, ../sass/screen.scss */
.right-div .no-active:focus-visible {
    outline-width: 0;
}

/* line 937, ../sass/screen.scss */
.right-div .pdf {
    font-size: 16px;
    line-height: 18px;
    color: #55595D;
    background: rgba(85, 89, 93, 0.1);
}

/* line 942, ../sass/screen.scss */
.right-div .pdf:hover {
    background: #EBECED;
}

/* line 945, ../sass/screen.scss */
.right-div .pdf:focus-visible {
    outline-width: 0;
}

/* line 950, ../sass/screen.scss */
.acquainted-check {
    position: relative;
    margin-bottom: 50px;
}

/* прячем input checkbox */
/* line 955, ../sass/screen.scss */
.acquainted-check input[type="checkbox"] {
    display: none;
}

.required {
    margin-bottom: 30px;
}

/* стили для метки */
/* line 960, ../sass/screen.scss */
.acquainted-check label {
    color: #55595D;
    cursor: default;
    font-family: "AGForeignerLightC", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 17px;
    padding: 0px 0;
    vertical-align: middle;
    position: relative;
    padding-left: 25px;
}

/* line 971, ../sass/screen.scss */
.acquainted-check label a {
    color: #55595D;
    text-decoration: underline;
}

/* формируем внешний вид чекбокса в псевдоэлементе before */
/* line 978, ../sass/screen.scss */
.acquainted-check label:before {
    transform: translateX(-3px) translateY(2px);
    content: " ";
    position: unset;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #fff;
    margin-right: 5px;
    border: 1px solid #55595D;
    border-radius: 4px;
    box-sizing: border-box;
    transition: all 300ms ease-in-out;
}

/* line 994, ../sass/screen.scss */
.modal-body .acquainted-check {
    margin: 50px 0 0 0;
}

/* вариации внешнего вида в зав-ти от статуса checkbox */
/* checked */
/* line 1000, ../sass/screen.scss */
.acquainted-check input:checked + label:before {
    content: "";
    display: inline-block;
    border: 4px solid #fff;
    padding: 0px;
    background: #55595D;
    box-shadow: 0px 0px 1px 1px #55595D;
    -webkit-box-shadow: 0px 0px 1px 1px #55595D;
    -moz-box-shadow: 0px 0px 1px 1px #55595D;
}

.field-checkcode-isallowpolicy {
    padding-left: 0;
}

.field-checkcode-isallowpolicy .custom-control {
    padding-left: 0;
}

.field-checkcode-isallowpolicy .custom-control label {
    padding: 0 25px;
}

/* line 1011, ../sass/screen.scss */
.info-contract .top-span {
    color: rgba(85, 89, 93, 0.6);
    font-weight: 300;
    font-size: 16px;
    line-height: 17px;
    font-family: "AGForeignerLightC", sans-serif;
    margin-bottom: 25px;
    height: 38px;
}

/* line 1019, ../sass/screen.scss */
.info-contract .bottom-span {
    color: #55595D;
    font-size: 16px;
    line-height: 18px;
}

/* line 1024, ../sass/screen.scss */
.info-contract .info-contract-block {
    margin-bottom: 20px;
    height: 77px;
}

/* line 1026, ../sass/screen.scss */
.info-contract .info-contract-block button {
    border: none;
    background: transparent;
    padding: 0;
    margin-left: 5px;
}

/* line 1032, ../sass/screen.scss */
.info-contract .info-contract-block .crossed {
    text-decoration: line-through;
    font-size: 14px;
    line-height: 16px;
}

/* line 1037, ../sass/screen.scss */
.info-contract .info-contract-block .red-span {
    color: #BB161A;
    font-size: 16px;
    line-height: 18px;
}

/* line 1042, ../sass/screen.scss */
.info-contract .info-contract-block .norm-span {
    font-size: 14px;
    line-height: 16px;
}

/* line 1048, ../sass/screen.scss */
.info-contract .pile1 div {
    max-width: 315px;
}

.info-contract {
    margin-bottom: 20px;
}

/* line 1054, ../sass/screen.scss */
.wrap-pledge {
    height: auto;
    overflow: hidden;
    margin-top: 18px;
    margin-bottom: 25px;
}

/* line 1059, ../sass/screen.scss */
.wrap-pledge .pledge {
    border: 1px solid rgba(85, 89, 93, 0.2);
}

/* line 1061, ../sass/screen.scss */
.wrap-pledge .pledge thead {
    background: #fff;
    border-bottom: 1px solid rgba(85, 89, 93, 0.2);
}

/* line 1066, ../sass/screen.scss */
.wrap-pledge .pledge thead tr th {
    text-align: center;
    color: #686868;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    font-family: "AGForeignerMediumC", sans-serif;
    padding: 17px 5px;
}

/* line 1079, ../sass/screen.scss */
.wrap-pledge .pledge tbody tr td,
.wrap-pledge .pledge tbody tr th {
    text-align: center;
    color: #4D4F5C;
    font-size: 16px;
    font-family: "AGForeignerLightC", sans-serif;
    padding: 24px 5px;
}

/* line 1091, ../sass/screen.scss */
.adres {
    color: #55595D;
    font-size: 16px;
    line-height: 24px;
}

/* line 1096, ../sass/screen.scss */
.Developed {
    color: #686868;
    font-size: 14px;
    line-height: 15px;
    font-family: "AGForeignerLightC", sans-serif;
    position: absolute;
    right: 46px;
    bottom: 53px;
    margin-bottom: 0px;
    margin-right: 80px;
}

/* line 1107, ../sass/screen.scss */
.Developed a {
    text-decoration: underline;
    color: #686868;
}

/* line 1111, ../sass/screen.scss */
.calendar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* line 1115, ../sass/screen.scss */
.calendar .datapicker {
    width: 360px;
    height: 282px;
    margin-bottom: 50px;
}

/* line 1121, ../sass/screen.scss */
.calendar .status .status-item {
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
    color: rgba(69, 72, 81, 0.8);
    font-family: "AGForeignerLightC", sans-serif;
}

.status {
    width: calc(100% - 300px);
    margin-top: -28px;
}

/* line 1128, ../sass/screen.scss */
.calendar .status .status-item .div-color {
    width: 17px;
    height: 17px;
    margin-right: 26px;
}

/* line 1133, ../sass/screen.scss */
.calendar .status .status-item .div-color-grey {
    background: rgba(85, 89, 93, 0.45);
}

/* line 1136, ../sass/screen.scss */
.calendar .status .status-item .div-color-light {
    background: rgba(85, 89, 93, 0.05);
}

/* line 1139, ../sass/screen.scss */
.calendar .status .status-item .div-color-red {
    background: #BB161A;
}

.calendar .status .status-item .div-color-white {
    background: #fff;
}

/* line 1145, ../sass/screen.scss */
.bottom-descript {
    display: flex;
    justify-content: space-between;
}

/* line 1150, ../sass/screen.scss */
.bottom-descript .descript-div .name-data {
    color: rgba(85, 89, 93, 0.6);
    font-weight: 300;
    font-size: 16px;
    line-height: 17px;
    font-family: "AGForeignerLightC", sans-serif;
    margin-bottom: 25px;
}

/* line 1158, ../sass/screen.scss */
.bottom-descript .descript-div .summ-cost {
    font-size: 16px;
    line-height: 18px;
    color: #55595D;
}

.menu-content-div a {
    color: #55595D;
}

.page-item.active .page-link {
    z-index: 3;
    /* color: #fff;
    background-color: #55595D;
    border-color: #55595D; */
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #55595D;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination {
    justify-content: center;
    align-items: center;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-radius: 50%;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background: rgba(85, 89, 93, 0.1);
    border: none;
}

.page-item.disabled .page-link span {
    color: #BBBDBE;
}

.page-item:last-child .page-link {
    border-radius: 50%;
}

.page-item .page-link span {
    color: #55595D;

}

.page-item .page-link {
    background: transparent;
    border: none;
}

.page-item.active .page-link {
    font-size: 24px;
    background: transparent;
    color: #55595D;
}

.page-item.prev .page-link,
.page-item.next .page-link {
    background: rgba(85, 89, 93, 0.1);
    border: none;
}

.select2-container--krajee .select2-selection {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #55595D;
    border-radius: 0px;
    color: #55595D;
    font-size: 16px;
    outline: 0;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    border: none;
    border-left: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    position: absolute;
    height: 48px;
    top: 1px;
    right: 1px;
    width: 20px;
}

.lang-mob {
    display: none;
}

.desctop th a {
    color: #686868;
}

.top-span button {
    position: relative;
}

.top-span button:hover::after {
    content: attr(data-title);
    position: absolute;
    left: 55%;
    color: #55595D;
    top: -35px;
    min-width: 160px;
    text-align: left;
    z-index: 1;
    background: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border: 1px solid rgba(85, 89, 93, 0.2);
    /* Параметры рамки */
}

.select2-container--krajee .select2-selection--single {
    padding: 14px 24px 13px 12px;
}

.select2-container--krajee .select2-selection--single .select2-selection__clear,
.select2-container--krajee .select2-selection--multiple .select2-selection__clear {
    top: 15px;
}

.data-ending,
.text-status {
    max-width: calc(100% - 43px);
}

.data-ending-value {
    padding-left: 43px;
    margin-top: 10px;
}

#payment label {
    width: 100%;
    line-height: 18px;
    color: #686868;
    margin-bottom: 10px;
}

#payment .reg-content label span {
    color: #BB161A;
}

#payment .info {
    color: #55595D;
    font-weight: 400;
    line-height: 18px;
}

#payment label span {
    color: #BB161A;
}

#payment .num-phone {
    border: 1px solid #BCBFC1;
    height: 50px;
    padding-left: 45px;
    width: 100%;
    letter-spacing: 5px;
}

#payment button.enter {
    background: #BB161A;
    border-radius: 2px;
    width: 100%;
    height: 50px;
    box-shadow: none;
    border: none;
    color: #fff;
    font-family: "AGForeignerMediumC", sans-serif;
}

#payment button.enter:hover {
    background: #EB001B;
}

/* .modal.show {
  display: flex;
  align-items: center;
} */
.form-control:focus {

    border-color: #CBCBCB;
    outline: 0;
    box-shadow: none;
}

.top-span p {
    position: relative;
}

.top-span p button {
    position: absolute;
    top: 0;
    right: -20px;
}


@media only screen and (min-width: 1280px) and (max-width: 1515px) {

    /* line 1208, ../sass/screen.scss */
    .item-cart img {
        margin-right: 4px;
    }

    /*  .top-span button {
        position: absolute;
        top: 0;
        right: 0;
      }*/
    /* line 1211, ../sass/screen.scss */
    .item-cart p {
        margin-right: 4px;
    }

    .info-contract .info-contract-block .crossed {
        font-size: 12px;
    }

    .info-contract .info-contract-block .red-span {
        font-size: 12px;
    }

    .info-contract .info-contract-block .norm-span {
        font-size: 12px;

    }

    .info-contract .bottom-span {
        font-size: 14px;
    }
}

.sort-select {
    display: none;
}

.dropdown.mob-select {
    display: none;
}


@media only screen and (min-width: 320px) and (max-width: 1023px) {

    .amountNewPoint {
        display: none !important;
    }

    .amountNewMobile {
        display: flex !important;
    }


    /* line 1216, ../sass/screen.scss */
    .dropdown {
        top: 34px;
        right: 30px;
        color: #fff;
        display: none;
    }

    .dropdown:hover .dropdown-content {
        display: none;
    }

    .dropdown.mob-select {
        display: block;
        position: absolute;
        top: 32px;
        right: 30px;
        z-index: 3;
        color: #fff;
        border: none;
        font-size: 14px;
        line-height: 24px;
    }

    .dropdown.mob-select button {
        color: #fff;
        border: none;
        font-size: 14px;
        line-height: 24px;
        width: 45px;
        padding: 6px 12px;
    }

    .dropdown.mob-select button:hover {
        color: #fff;
    }

    .dropdown.mob-select .dropdown-menu {
        min-width: 40px;
        background: #fff;
        width: 45px;
        position: absolute;
        box-shadow: 0px 0px 13px rgb(235 0 27 / 19%);
        padding: 0;
    }

    .dropdown.mob-select .dropdown-menu .dropdown-item {
        padding: 10px 12px;
        font-size: 14px;
        text-decoration: none;
        display: block;
        font-size: 14px;
        color: #686868;
        text-decoration: none;
    }


    .table > tbody > tr > td {
        border-top: none;
    }

    .status {
        width: 100%;
        margin-top: 0px;
    }

    .sort-select {
        display: block;
    }

    .sort-select:focus {
        border: 1px solid rgba(85, 89, 93, 0.2);
        box-shadow: none;
    }

    .menu-content-div .head-p.storage {
        text-align: left;
    }

    .menu-content-div .info-content {
        margin-top: 5px;
    }

    .item-cart {
        margin-bottom: 20px;
    }

    .info-contract .info-contract-block {
        margin-bottom: 20px;
        height: 70px;
    }

    .info-contract .top-span {
        font-size: 14px;
        margin-bottom: 20px;
    }

    #select-day.show {
        overflow-x: hidden;
        overflow-y: auto;
    }

    .modal-body {
        padding: 50px 10px;
    }

    .pagination {
        display: none;
    }


    .result .pagination > li > a,
    .result .pagination > li > span {
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #55595D;
        text-decoration: none;
        background-color: #fff;
        border: 1px solid #ddd;
    }

    .result .pagination {
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .result .page-item:first-child .page-link {
        margin-left: 0;
        border-radius: 50%;
    }

    .result .page-item.disabled .page-link {
        color: #6c757d;
        pointer-events: none;
        cursor: auto;
        /* background: rgba(85, 89, 93, 0.1); */
        border: none;
    }

    .result .page-item.disabled .page-link span {
        color: #BBBDBE;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
    }

    .page-link:focus {
        outline: none;
        box-shadow: none;
    }

    .result .page-item:last-child .page-link {
        border-radius: 50%;
    }

    .result .page-item .page-link span {
        color: #55595D;
        font-size: 22px;

    }

    .result .page-item .page-link {
        background: transparent;
        border: none;
    }

    .result .page-item.active .page-link {
        font-size: 24px;
        background: transparent;
        color: #55595D;
    }

    .result .page-item.prev .page-link,
    .result .page-item.next .page-link {
        /* background: rgba(85, 89, 93, 0.1); */
        border: none;
    }


    .lang-mob {
        display: flex;
        justify-content: center;
        padding: 23px 0;
    }

    .lang-mob a {
        color: #fff;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        text-align: center;
        text-transform: uppercase;
    }

    .lang-mob span {
        color: #fff;
        text-align: center;
        margin: 0 10px;
    }

    /* line 1221, ../sass/screen.scss */
    .item-cart .del-btn {
        right: -18px;
    }

    /* line 1224, ../sass/screen.scss */
    .modal-body .no-marg span {
        width: 100%;
        display: block;
        margin: 30px 0;
    }

    /* line 1230, ../sass/screen.scss */
    .calendar {
        display: block;
    }

    /* line 1233, ../sass/screen.scss */
    .calendar .datapicker {
        width: 100%;
    }

    /* line 1236, ../sass/screen.scss */
    .bottom-descript {
        display: block;
    }

    /* line 1239, ../sass/screen.scss */
    .bottom-descript .descript-div .name-data {
        margin-bottom: 20px;
    }

    /* line 1242, ../sass/screen.scss */
    .descript-div {
        width: 100%;
        margin-bottom: 40px;
    }

    /* line 1246, ../sass/screen.scss */
    .flex-block {
        display: flex;
        flex-wrap: wrap;
    }

    /* line 1249, ../sass/screen.scss */
    .flex-block .menu-left {
        order: 0;
        z-index: 0;
    }

    /* line 1253, ../sass/screen.scss */
    .flex-block .menu-content {
        order: 2;
    }

    /* line 1256, ../sass/screen.scss */
    .flex-block .right-div {
        order: 1;
        border-top-left-radius: 9px;
        border-top-right-radius: 9px;
        margin-top: -9px;
        position: relative;
        z-index: 5;
        background-image: url(../img/bg-grey.jpg);
    }


    /* line 1266, ../sass/screen.scss */
    .right-div {
        width: 100%;
        min-height: auto;
        padding: 41px 30px 10px 30px;
    }

    .right-div.loyalty {
        width: 100% !important;
    }

    /* line 1271, ../sass/screen.scss */
    .right-div .red-button {
        padding: 12px 4%;
        height: 60px;
    }

    /* line 1275, ../sass/screen.scss */
    .result {
        display: block;
    }

    /* line 1278, ../sass/screen.scss */
    .menu-left {
        padding: 0 0 9px 0;
    }

    /* line 1281, ../sass/screen.scss */
    .menu-left .menu {
        margin-top: 111px;
        text-align: center;
        margin-bottom: 44px;
    }

    /* line 1286, ../sass/screen.scss */
    .menu-left {
        background-image: url(../img/bg-red2.png);
        min-height: auto;
        width: 100%;
        background-repeat: no-repeat;
    }

    /* line 1293, ../sass/screen.scss */
    .wrap-menu {
        display: none;
    }

    /* line 1296, ../sass/screen.scss */
    .display-block {
        display: block;
    }

    /* line 1299, ../sass/screen.scss */
    .menu-content-div .info-content {
        margin-bottom: 20px;
    }

    /* line 1302, ../sass/screen.scss */
    .item-input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        position: relative;
    }

    /* line 1308, ../sass/screen.scss */
    .item-input .edit-btn {
        width: 12px;
        height: 12px;
        background-image: url(../img/pencil.png);
        bottom: 62px;
        right: 0px;
    }

    /* line 1316, ../sass/screen.scss */
    /* .right-cart {
      width: 100%;
    } */
    /* line 1322, ../sass/screen.scss */
    .item-cart p {
        margin-right: 20px;
    }

    /* line 1325, ../sass/screen.scss */
    .item-cart {
        width: 100%;
        margin-right: 0;
    }

    /* line 1329, ../sass/screen.scss */
    .left-cart {
        width: 100%;
    }

    /* line 1332, ../sass/screen.scss */
    .item-cart img {
        margin-right: 20px;
    }

    /* line 1335, ../sass/screen.scss */
    .item-cart a .add-cart {
        margin-bottom: 80px;
    }

    /* line 1338, ../sass/screen.scss */
    .menu-content .Developed {
        font-weight: 300;
        font-size: 10px;
        line-height: 11px;
        font-family: "AGForeignerLightC", sans-serif;
        position: relative;
        right: 0px;
        text-align: center;
        bottom: 0px;
        margin-top: 20px;
    }

    /* line 1349, ../sass/screen.scss */
    .menu-content .Сopyright {
        position: relative;
        left: 0px;
        bottom: 0px;
        font-weight: 300;
        font-size: 10px;
        line-height: 11px;
        text-align: center;
        color: #686868;
        font-family: "AGForeignerLightC", sans-serif;
    }

    /* line 1360, ../sass/screen.scss */
    .menu-left .back {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 109px;
        margin-bottom: 0px;
        padding-bottom: 55px;
    }

    /* line 1368, ../sass/screen.scss */
    .menu-content {
        padding: 30px;
        border-radius: 9px;
        position: relative;
        width: 100%;
        background: #fff;
        margin-top: -9px;
    }

    /* line 1376, ../sass/screen.scss */
    .top-head {
        padding: 30px;
    }

    /* line 1379, ../sass/screen.scss */
    .botom-info {
        margin: 20px 0 60px;
    }

    /* line 1382, ../sass/screen.scss */
    .dropbtn::after {
        background: transparent url(../img/drop-arr-white.png) no-repeat scroll center center;
    }

    /* line 1386, ../sass/screen.scss */
    .dropdown {
        position: absolute;
        top: 34px;
        right: 30px;
        z-index: 2;
    }

    /* line 1392, ../sass/screen.scss */
    .reg-left {
        background-image: url(../img/bg-red-mob.png);
        height: 100vh;
        width: 100%;
        position: relative;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 50% 20%;
    }

    /* line 1401, ../sass/screen.scss */
    .reg-content {
        width: 100%;
        padding: 75px 30px 0;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        background: #fff;
        z-index: 2;
        position: absolute;
        top: 217px;
    }

    /* line 1413, ../sass/screen.scss */
    .mb100 {
        margin-bottom: 0;
    }

    /* line 1416, ../sass/screen.scss */
    .mb50 {
        margin-bottom: 0;
    }

    /* line 1419, ../sass/screen.scss */
    .mb75 {
        margin-bottom: 0;
    }

    /* line 1422, ../sass/screen.scss */
    .reg-content .reg-content-div-head {
        margin-bottom: 80px;
        font-size: 24px;
        line-height: 27px;
    }

    /* line 1428, ../sass/screen.scss */
    .reg-content {
        min-height: auto;
    }

    /* line 1431, ../sass/screen.scss */
    .mb55 {
        margin-bottom: 55px;
    }

    /* line 1434, ../sass/screen.scss */
    .reg-content .info {
        margin-bottom: 60px;
    }

    /* line 1437, ../sass/screen.scss */
    .botom-info {
        font-size: 14px;
        line-height: 16px;
    }

    /* line 1441, ../sass/screen.scss */
    label {
        font-size: 14px;
        line-height: 16px;
    }

    /* line 1445, ../sass/screen.scss */
    .reg-content .reg-content-div {
        width: 100%;
    }

    /* line 1448, ../sass/screen.scss */
    .dropdown-content {
        background: #fff;
        width: 45px;
    }

    /* line 1453, ../sass/screen.scss */
    .reg-content .enter {
        margin-top: 40px;
    }

    /* line 1456, ../sass/screen.scss */
    .reg-content .botom-p {
        margin-top: 40px;
        margin-bottom: 74px;
    }

    /* line 1460, ../sass/screen.scss */
    .reg-content .Сopyright {
        position: relative;
        left: 0px;
        bottom: 0px;
        font-size: 10px;
        line-height: 11px;
        font-family: "AGForeignerLightC", sans-serif;
        text-align: center;
        margin-bottom: 20px;
    }

    /* line 1470, ../sass/screen.scss */
    .reg-content .Developed {
        margin-right: 0 !important;
        font-weight: 300;
        font-size: 10px;
        line-height: 11px;
        position: relative;
        right: 0px;
        bottom: 0px;
        font-family: "AGForeignerLightC", sans-serif;
        text-align: center;
        margin-bottom: 29px;
    }

    /* line 1481, ../sass/screen.scss */
    .reg-left .back {
        color: #fff;
        position: absolute;
        top: 30px;
        left: 30px;
    }

    /* line 1487, ../sass/screen.scss */
    .desctop {
        display: none;
    }

    .desktop_banner {
        display: none;
    }

    /* line 1490, ../sass/screen.scss */
    .mob-table {
        display: block;
        width: 100%;
        margin-bottom: 0px;
    }

    .mobile_banner {
        display: block;
        width: 100%;
        margin-bottom: 0px;
    }

    /* line 1495, ../sass/screen.scss */
    .mob-table tr td {
        text-align: left;
        font-size: 16px;
        line-height: 18px;
        color: #55595D;
        padding: 20px 10px 20px 0;
        border: none;
        min-width: 150px;
    }

    /* line 1503, ../sass/screen.scss */
    .mob-table tr td p {
        font-size: 14px;
        line-height: 16px;
        color: rgba(85, 89, 93, 0.6);
        margin-bottom: 14px;
    }

    /* line 1509, ../sass/screen.scss */
    .mob-table tr td button {
        color: #55595D;
        background: #CBCBCB;
        height: 50px;
        width: 100%;
        border: none;
    }

    /* line 1516, ../sass/screen.scss */
    .mob-table tr td hr {
        margin: 10px 0;
    }

    /* line 1520, ../sass/screen.scss */
    .mob-table tr .green-status {
        color: #7CBB16;
    }

    /* line 1523, ../sass/screen.scss */
    .mob-table tr .red-status {
        color: #BB161A;
    }

    /* line 1528, ../sass/screen.scss */
    .result {
        color: #686868;
        font-weight: 300;
        font-size: 14px;
        line-height: 15px;
        font-family: "AGForeignerLightC", sans-serif;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    /* line 1537, ../sass/screen.scss */
    .result P {
        margin-bottom: 10px;
    }

    /* line 1545, ../sass/screen.scss */
    .page-item ul li a.page-link {
        border: none;
    }

    /* line 1547, ../sass/screen.scss */
    .page-item ul li a.page-link span {
        display: inline-block;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: rgba(85, 89, 93, 0.1);
    }

    /* line 1560, ../sass/screen.scss */
    .page-item:first-child img {
        transform: rotate(-180deg);
    }

    /* line 1564, ../sass/screen.scss */
    .page-item.disabled a {
        background: rgba(85, 89, 93, 0.1);
        opacity: 0.4;
    }

    /* line 1568, ../sass/screen.scss */
    .result .page-link {
        color: #55595D;
        text-align: center;
        letter-spacing: 0.318117px;
        border: none;
        font-size: 24px;
        line-height: 20px;
    }

    /* line 1575, ../sass/screen.scss */
    .result .page-link span {
        display: inline-block;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: rgba(85, 89, 93, 0.1);
    }

    /* line 1581, ../sass/screen.scss */
    .result .page-link span img {
        width: 5.5px;
    }

    /* line 1586, ../sass/screen.scss */
    .menu-left .menu a {
        padding: 16px 0 16px 0px;
    }

    /* line 1589, ../sass/screen.scss */
    .a-exit {
        padding: 16px 0 16px 0px;
    }

    /* line 1592, ../sass/screen.scss */
    .info-contract .pile1 div {
        max-width: 100%;
    }

    /* line 1595, ../sass/screen.scss */
    .wrap-pledge {
        display: none;
    }

    /* line 1598, ../sass/screen.scss */
    .mobil-pledge .mob-table tr td {
        padding: 10px 35px 10px 0;
        width: 50vw;
        text-align: left;
    }

    /* line 1603, ../sass/screen.scss */
    .adres {
        text-align: left;
        margin-bottom: 40px;
    }

    /* line 1606, ../sass/screen.scss */
    .adres:last-child {
        margin-bottom: 30px;
    }

    /* line 1609, ../sass/screen.scss */
    .adres span {
        width: 100%;
        display: block;
    }

    /* line 1614, ../sass/screen.scss */
    .Developed {
        text-align: center;
        font-family: "AGForeignerLightC", sans-serif;
        position: relative;
        right: 0px;
        bottom: 0px;
        margin-bottom: 30px;
        font-weight: 300;
        font-size: 10px;
        line-height: 11px;
        color: #686868;
    }

    /* line 1626, ../sass/screen.scss */
    .Developed a {
        text-decoration: underline;
        color: #686868;
    }
}

@media only screen and (min-width: 320px) and (max-width: 359px) {

    /* line 1632, ../sass/screen.scss */
    .right-div .red-button {
        padding: 12px 4%;
    }
}

/*end 320*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {


    /* line 1638, ../sass/screen.scss */
    .reg-left {
        background-image: url(../img/bg-red-mob.png);
        height: 100vh;
        width: 100%;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: 50% 20%;
        position: relative;
    }

    /* line 1647, ../sass/screen.scss */
    .mobil-pledge .mob-table tr td:nth-child(1),
    .mobil-pledge .mob-table tr td:nth-child(2) {
        width: 50%;
    }

    /* line 1650, ../sass/screen.scss */
    .mob-table tr td {
        min-width: 340px;
    }

    /* line 1653, ../sass/screen.scss */
    .Developed {
        color: #686868;
        font-size: 14px;
        line-height: 15px;
        text-align: center;
        font-family: "AGForeignerLightC", sans-serif;
        position: relative;
        right: 0px;
        bottom: 0px;
        margin-bottom: 30px;
    }

    /* line 1664, ../sass/screen.scss */
    .Developed a {
        text-decoration: underline;
        color: #686868;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {

    /* line 1670, ../sass/screen.scss */
    .menu-left {
        background-image: url(../img/bg-red2.png);
        min-height: auto;
        width: 100%;
        background-repeat: no-repeat;
    }

    /* line 1676, ../sass/screen.scss */
    /*  .wrap-menu {
        display: none;
      }*/
    /* line 1679, ../sass/screen.scss */
    .menu-left .menu {
        text-align: center;
        margin-top: 111px;
        margin-bottom: 44px;
    }

    /* line 1683, ../sass/screen.scss */
    .menu-left .back {
        padding-left: 31px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {

    /* line 1688, ../sass/screen.scss */
    .reg-left {
        background-image: url(../img/bg-red.png);
        background-size: 100%;
        width: 40%;
    }

    /* line 1693, ../sass/screen.scss */
    .right-div {
        width: 27%;
        padding: 127px 20px 0px 20px;
    }

    /* line 1697, ../sass/screen.scss */
    .adres:last-child {
        margin-bottom: 90px;
    }

    /* line 1700, ../sass/screen.scss */
    .Developed {
        color: #686868;
        font-size: 14px;
        line-height: 15px;
        font-family: "AGForeignerLightC", sans-serif;
        position: absolute;
        right: 45px;
        bottom: 53px;
    }

    /* line 1709, ../sass/screen.scss */
    .Developed a {
        text-decoration: underline;
        color: #686868;
    }

    /* line 1713, ../sass/screen.scss */
    .menu-content {
        padding: 127px 25px 100px 25px;
    }

    /* line 1716, ../sass/screen.scss */
    .wrap-pledge {
        overflow: auto;
        height: 287px;
    }

    /* line 1720, ../sass/screen.scss */
    .wrap-table {
        margin-bottom: 60px;
    }

    /* line 1723, ../sass/screen.scss */
    .menu-content {
        padding: 127px 25px 53px 25px;
    }

    /* line 1726, ../sass/screen.scss */
    .menu-left {
        width: 23%;
    }

    /* line 1729, ../sass/screen.scss */
    .right-div .red-button {
        padding: 12px 40px;
    }

    /* line 1732, ../sass/screen.scss */
    .left-cart {
        width: 100%;
    }

    /* line 1735, ../sass/screen.scss */
    /* .right-cart {
      width: 44%;
    } */
    /* line 1738, ../sass/screen.scss */
    .inner-block {
        max-width: 100%;
    }

    /* line 1741, ../sass/screen.scss */
    .item-cart {
        padding: 0 10px 0 10px;
        width: 45%;
        margin-right: 10%;
    }

    .item-cart:nth-child(2n) {
        margin-right: 0;
    }

    .item-cart:nth-child(3n) {
        margin-right: 10%;
    }

    .item-cart a .add-cart img:nth-child(1) {
        margin-right: 6px;
    }

    .item-cart a .add-cart img.plus-img {
        margin-top: 5px;
    }

    .item-cart.btn-add {
        padding-right: 0;
    }


    .item-cart input.form-check-input[type="checkbox"]:checked ~ span:before {
        left: 6px;
    }

    .item-cart img {
        margin-right: 8px;
    }

    .item-cart .del-btn {
        right: -17px;
    }

    .item-cart a .add-cart {
        padding: 13px 0px;
    }

    /* line 1746, ../sass/screen.scss */
    .reg-content {
        width: calc(100% - 40%);
        display: flex;
    }

    /* line 1750, ../sass/screen.scss */
    .item-cart p {
        margin-right: 5px;
    }

    /* line 1753, ../sass/screen.scss */
    .reg-div {
        display: flex;
    }

    /* line 1756, ../sass/screen.scss */
    .reg-content .Сopyright {
        color: #fff;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1399px) {
    .left-cart {
        width: 100%;
    }

    .table.desctop thead th img:nth-child(2) {
        margin-left: 6px;
    }

    .table.desctop thead th img:nth-child(3) {
        margin-left: 6px;
    }

    .item-cart {
        padding: 0 10px 0 10px;
        width: 40%;
        margin-right: 5%;
    }

    /* .item-cart:nth-child() .item-cart img {
      margin-right: 8px;
    } */
    .item-cart:nth-child(2n) {
        margin-right: 0;
    }

    .item-cart:nth-child(3n) {
        margin-right: 10%;
    }

    .item-cart input.form-check-input[type="checkbox"]:checked ~ span:before {
        left: 6px;
    }

    .item-cart .del-btn {
        right: -20px;
    }

    /* .item-cart.btn-add {
      padding-right: 0;
    } */
    /* .item-cart a .add-cart img:nth-child(1) {
      margin-right: 15px;
    } */
    /* .right-cart {
      width: 44%;
    } */
    .item-cart a .add-cart {
        padding: 13px 0px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
    /* .right-cart {
      width: 30%;
    } */
    .left-cart {
        width: 100%;
    }

    .item-cart a .add-cart img:nth-child(1) {
        margin-right: 12px;
    }

    .item-cart p {
        margin-right: 5px;
    }

    .item-cart input.form-check-input[type="checkbox"]:checked ~ span:before {
        left: 14px;
    }

    .item-cart input.form-check-input[type="checkbox"] ~ span:before {
        left: 14px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1740px) {
    .top-span {
        height: 34px;
    }
}

.btn-loader {
    position: relative;
    opacity: .5;
    pointer-events: none;
    color: #BB161A !important;
}

.btn-loader:after {
    content: '';
    position: absolute;
    background: url("../img/loader.svg") no-repeat center;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: 150% 150%;
}

input.btn-loader {
    background-image: url("../img/loader.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px;
    color: transparent !important;
}

.slidecontainer {
    margin-top: 10px;
    width: 100%;
}

/*de6a00 de8500*/
/* The slider itself */
.slider {
    -webkit-appearance: none; /* Override default CSS styles */
    appearance: none;
    height: 4px; /* Specified height */
    outline: none; /* Remove outline */
    margin-top: 22px;
    background: transparent;

    position: relative;
    width: calc(100% - 100px);
    margin-left: 50px;
    z-index: 3;

}

.trackBackground {
    background: #55595D36;
    position: absolute;
    top: 50%;
    left: 50px;
    right: 50px;
    transform: translateY(-50%);
    z-index: 1;
    height: 4px;
}


/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    width: 44px;
    height: 44px;
    background-color: #FF001D;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-image: url("../img/slider_thumb.png");
    background-repeat: no-repeat;
    background-position: center;

}

.amountInfo {

    font-weight: bold;
    color: #BB161A;
    font-size: 16px;
    line-height: 18px;
}

input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.slider::-moz-range-thumb {
    width: 44px;
    height: 44px;
    background-color: #FF001D;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-image: url("../img/slider_thumb.png");
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}


input[type="range"]::-moz-range-progress {
    height: 12px;
    /*background: linear-gradient(270deg, #180304 3.6%, #EB0000 8.24%, #BB1616 94.8%, #180304 110.57%);*/
}

.rangeTrack {
    height: 12px;

    position: absolute;
    top: 19px;
    left: 50px;
    z-index: 2;
    right: 50px;
    display: flex;
}

.rangeTrack #rangeTrackBackground {
    position: relative;
    width: 100%;
    height: 12px;
    background: linear-gradient(270deg, #180304 3.6%, #EB0000 8.24%, #BB1616 94.8%, #180304 110.57%);
    align-items: center;
}


.slidecontainer {
    position: relative;
    height: 50px;
}

.slider-control {
    position: absolute;
    top: 0;
    background-color: #EB001B;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 3px;;

}

.slider-control.plus {
    background-image: url("../img/plus2.png");
    right: 0;
}

.slider-control.minus {
    background-image: url("../img/minus.png");
    left: 0;
}

.slidecontainer .amountNewPoint {
    position: absolute;
    width: 3px;
    height: 32px;
    top: -10px;
    left: 724px;
    background-color: #D9D9D9;
    z-index: -1;
}

.amountNewMobile {
    display: none;
}

.amountNewMobile .amountNewDesc {
    width: 100%;
    padding: 15px 15px;
    background-color: #F6F7F7;
    font-size: 12px;
}

.amountNewMobile .amountNewDesc .max_price {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #BB161A;
    text-align: left;
    font-weight: 700;
}

.amountNewMobile .amountNewDesc .red {
    color: #EB001B;
    font-weight: 600;
}

.slidecontainer .amountNewPoint .amountNewDesc {
    position: absolute;
    width: 177px;
    padding: 4px 10px;
    background-color: #F6F7F7;
    font-size: 12px;
    top: 50px;
    right: 0;
}

.slidecontainer .amountNewPoint .amountNewDesc.alignLeft {
    right: unset;
    left: 0;
}

.slidecontainer .amountNewDesc .max_price {
    width: 100%;
    display: block;
    color: #BB161A;
    text-align: center;
    font-weight: 700;
}

.slidecontainer .amountNewDesc .red {
    color: #EB001B;
    font-weight: 600;
}

.range-bottom {
    display: inline-block;
    color: #BB161A;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    width: 75px;
}

.range-bottom.min {

    margin-left: -13px;
}

.range-bottom.max {
    margin-right: -13px;
}

.slider_row {
    margin-bottom: 20px;
}

.slider_row input[type=text] {
    background: #FFFFFF;
    border: 1px solid rgba(85, 89, 93, 0.2);
    width: 100%;
    height: 50px;
    padding-left: 17px;
    margin-top: 28px;
}

.dobor_attention {
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
}

.dobor_attention .red-span {
    color: #BB161A;
    font-size: 16px;
    line-height: 18px;
}

.banner {
    margin-top: 20px;
    width: 100%;
}

.banner img {
    width: 100%;
}


.loyalty button:hover::after {
    content: attr(data-title);
    position: absolute;
    left: 55%;
    color: #55595D;
    top: -35px;
    min-width: 160px;
    text-align: left;
    z-index: 1;
    background: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border: 1px solid rgba(85, 89, 93, 0.2);
}

.loyalty button {
    border: none;
    background: transparent;
    padding: 0;
    margin-left: 5px;
}


.loyalty {
}

.loyalty .info_list {
    padding-top: 19px;
}

.loyalty .info_list .option {
    color: #55595D6B;

    font-size: 16px;
    font-family: "AGForeignerMediumC", sans-serif;

}

.loyalty .info_list .value {
    color: #55595D;

    font-size: 16px;
    font-family: "AGForeignerMediumC", sans-serif;
}

.right-div.loyalty hr {
    margin: 10px 0 70px;
    border-top: 1px solid rgba(85, 89, 93, 0.2);
}


.loyalty .history {
    height: 60vh;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: auto;
    scrollbar-width: thin;


}

.loyalty .history::-webkit-scrollbar {
    width: 5px;
    height: 10px;

}

.loyalty .history::-webkit-scrollbar-track-piece {
    background-color: #f0f0f0;
}

.loyalty .history::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #cdcdcd;
}

.loyalty .history_container {
    position: relative;
}

.loyalty .history_container::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    content: "";
    bottom: 0;
    left: -11px;
    right: 0;
    width: calc(100% + 50px);
    height: 50px;
    position: absolute;
    pointer-events: none;
    z-index: 2;
}


.loyalty .history .item {
    background-image: url("/img/ellipse.png");
    padding-bottom: 39px;
    background-repeat: no-repeat;
    background-position: left 1px top 12px;
    margin-left: -9px;
    padding-left: 13px;
    position: relative;
}

.loyalty .history .item::before {
    content: '';
    background-color: #DDDEDF;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 9px;
    margin-left: 0px;
    top: 0;
    z-index: -1;
}

.loyalty .history .item:first-child::before {
    top: 50%;
    transform: translateY(-25%);
}

.loyalty .history .item:last-child::before {
    bottom: 50%;
    transform: translateY(-75%);
}

.loyalty .history .item .title {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: "AGForeignerLightC", sans-serif;
}

.loyalty .history .item .date {
    color: #55595D6B;
    font-size: 16px;
    font-family: "AGForeignerMediumC", sans-serif;
}

.loyalty .history .item .value {
    color: #55595D;
    font-weight: bold;
    font-family: "AGForeignerMediumC", sans-serif;
    font-size: 16px;
}

.loyalty .history .item.type_loyalty_types_1 {
}

.loyalty .history .item.type_loyalty_types_2 {
}

.loyalty .history .item.type_loyalty_types_3 {
}

.loyalty .history .item.type_loyalty_types_4 {
}

.loyalty .history .item.type_loyalty_types_4 .value,
.loyalty .history .item.type_loyalty_types_4 .title {
    color: #009C19;
}


.loyalty .history .item.type_loyalty_types_5 {
}

.loyalty .history .item.type_loyalty_types_5 .value,
.loyalty .history .item.type_loyalty_types_5 .title {
    color: #EB001B;
}

.loyalty .alert-banner {
    max-width: 734px;
    width: 100%;
}

.loyalty .alert-banner .left_info {
    padding-left: 60px;
    flex: 1 0 0;
}

.loyalty .alert-banner .red-circle {
    width: 147px;
    height: 147px;
    border-radius: 50%;
    background-color: #BB161A;
    color: #fff;
    font-size: 16px;
    padding: 33px 14px;
    text-align: center;
    line-height: 1.3;
    font-family: "AGForeignerMediumC", sans-serif;
    margin-bottom: 15px;

}

.loyalty .alert-banner .title {
    font-family: "AGForeignerMediumC", sans-serif;
    font-size: 26px;
    line-height: 1;
    color: #BB161A;
}

.loyalty .alert-banner .description {

    font-size: 16px;
    color: #55595D6B;
    font-family: "AGForeignerMediumC", sans-serif;
}

.loyalty .alert-banner .description span {
    color: #BB161A;
}

.loyalty .agreement {
    font-family: "AGForeignerMediumC", sans-serif;
    color: #55595D;
    max-width: 470px;
}

.loyalty .agreement.full {
    max-width: unset !important;
}

.loyalty .agreement a {
    color: #BB161A;
    text-decoration: underline;
}

body > #fxo-widget-iframe {
    display: none;
}

.chat_container {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 54px;
    height: 54px;
    z-index: 10;

}

.chat_container.open {
    height: 175px;
}

.chat_container:after,
.chat_container:before {
    content: '';
    background-color: #C81110;
    position: absolute;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    z-index: -1;
    display: none;
}

.chat_container.open:after,
.chat_container.open:before {
    display: block;
}

.chat_container:after {
    bottom: 0;
}

.chat_container:before {
    top: 0;
}

.chat_container .chat_links {
    transition: 300ms;
    position: relative;
    display: none;
}

.chat_container.open .chat_links {
    display: block;
}

.chat_container.open .chat_links:before {
    content: '';
    background-color: #C81110;
    position: absolute;
    width: 100%;
    top: 30px;
    z-index: -1;
    height: calc(100% + 5px);
}


.chat_container.open .chat_links #fxo-widget-iframe {
    position: relative;
    width: 91px;
    height: 71px;
    display: block;
    bottom: unset;
    left: unset;
    transform: translateX(17px) translateY(3px);
}


.chat_container .open_chat {
    background-image: url("/img/chat.svg");
    width: 54px;
    height: 54px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.chat_container .chat_links .link_item {
    width: 54px;
    height: 54px;
    display: block;
    margin: 0 auto 0;
    border-radius: 50%;
    cursor: pointer;
}

.chat_container .chat_links .link_item:nth-child(2) {
    margin-top: 5px;
}


.chat_container.open .open_chat {
    background-image: url("/img/chat_close.png");
}

.chat_container .telegram_button {
    background-image: url("/img/telegram.png");
    background-repeat: no-repeat;
    background-position: center;
}

.chat_container .webchat_button {
    background-image: url("/img/webchat.png");
    background-repeat: no-repeat;
    background-position: center;
}

.codeMaskContent {
    position: absolute;
    transform: translateX(21px) translateY(16px);
    display: block;
}


