@charset "UTF-8";
/*---------------------kp styles------------------------*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/* .kp_display {
  display: none;
} */

#element-to-save {
  cursor: default;
}

.kp_choose_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin: 40px auto;
}

@media only screen and (max-width: 576px) {
  .kp_choose_wrap {
    grid-template-columns: 1fr;
  }
}
.kp_blue_header {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #003B70;
  margin-top: 18px;
}

.kp_grey_descript {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  text-align: center;
}

.kp_black_descr {
  font-weight: 400;
  font-size: 12px;
  color: #1F1F1F;
}

.old_price {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  text-decoration: line-through;
  margin-top: 25px;
}

.m_old_price {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  margin-top: 25px;
}

.new_price {
  font-weight: 500;
  font-size: 16px;
  color: #1F1F1F;
  margin-top: 7px;
}

.blue_bg {
  background: url("/img/blue_bg.svg") no-repeat;
  background-size: Auto 750px;
  padding-top: 54px;
}

.manager_blue_bg {
  background: url("/img/blue_bg.svg") no-repeat;
  background-size: Auto 750px;
  padding-top: 10px;
}

.kp_first_grid {
  display: grid;
  grid-template-columns: 50% 1fr;
  margin-top: 41px;
}

.kp_blue_name {
  font-weight: 500;
  font-size: 16px;
  color: #003B70;
}

.manager_first_img {
  width: 100%;
  height: 175px;
  transform: scale(-1, 1);
}
.manager_first_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.kp_first_list {
  margin-top: 22px;
}

.footnote {
  padding-top: 9px;
  font-weight: 400;
  font-size: 10px;
  text-align: center;
  color: #666666;
  border-top: 1px solid #C5C5C5;
  margin-top: 140px;
}

.footnote_1 {
  padding-top: 9px;
  font-weight: 400;
  font-size: 6px;
  text-align: center;
  color: #666666;
  border-top: 1px solid #C5C5C5;
  margin-top: 30px;
}

.list_header {
  font-weight: 500;
  font-size: 12px;
  color: #1F1F1F;
  margin-top: 7px;
}
.list_header:before {
  display: block;
  margin-right: 8px;
  background-color: #003B70;
  width: 4px;
  height: 4px;
}

.list_descript {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  margin-top: 7px;
}

.kp_color_wrap {
  display: flex;
  justify-content: right;
}

.color_thumbnail {
  width: 26px;
  height: 26px;
  background: #666666;
  margin-right: 3px;
}

.kp_color_name {
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  color: #1F1F1F;
  margin-bottom: 10px;
}

.kp_color_descript {
  text-align: left;
  font-weight: 400;
  font-size: 10px;
  color: #666666;
}

.kp_respectfully_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 174px;
}

.kp_special_offer, .kp_special_offer_credit, .kp_special_offer_credit_credit {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #666666;
  margin-top: 12px;
  text-indent: 1.5em;
}

.kp_special_offer_1 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  padding-top: 6px;
  border-top: 1px solid #C5C5C5;
  margin-top: 135px;
}

.kp_hand_write {
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
  text-indent: 1.5em;
  text-align: justify;
  color: #1F1F1F;
  margin: 10px 0;
}

.kp_table {
  width: 100%;
  margin-top: 17px;
}
.kp_table td {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 12px;
  padding: 10px 19px;
}
.kp_table td:first-child {
  background: rgba(205, 231, 255, 0.2) !important;
  color: #1F1F1F;
  border-bottom: 1px solid #FFFFFF;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.kp_table td:nth-child(2) {
  color: #666666;
  padding: 10px 19px;
  border: 1px solid #F6F3F2;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.kp_list {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #1F1F1F;
}

.car_wrap_photos_block {
  display: grid;
  grid-template: "first first . ." "first first . .";
  gap: 10px;
  margin: 20px 0;
}

.car_wrap_photos_block:not(.car_wrap_photos_block:nth-child(1)) {
  display: none;
}

.car_photos .car_wrap_photos_block:nth-child(2) {
  grid-template: ". . first first" ". . first first";
  display: grid;
}

.car_photo_1 {
  grid-area: first;
}

.car_photo_image {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.car_photo_image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
}

.car_photo_image img:hover {
  opacity: 0.8;
}

.tabs__content {
  display: none;
}

.tabs__content-active {
  display: block;
}

.slick-slide {
  padding: 28px 15px;
}
.slick-slide img {
  max-height: 519px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 0px;
}

.photo_descript {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.kp_list_header {
  display: flex;
  justify-content: left;
}

.kp_list_header div:first-child {
  margin-right: 12px;
}

.kp_list_header div:nth-child(2) {
  border-bottom: 1px solid #C5C5C5;
  padding-bottom: 6px;
}

.kp_blue_list {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #003B70;
}

.kp_blue_warning {
  margin: 40px auto;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 12px;
  color: #1F1F1F;
  background: rgba(205, 231, 255, 0.2);
  text-indent: 1.5em;
  padding: 20px;
}

.kp_blue_button {
  background-color: #22d4d0;
  cursor: pointer;
  padding: 10px 40px;
  transition: all 0.3s;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  margin: 20px auto;
  width: 150px;
}
.kp_blue_button:hover {
  background-color: #FF8829;
}

.kp_input input {
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  border: 1px solid #ccc !important;
}

.prices_wrap .kp_input:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}

.prices_wrap .kp_input:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}

#kp_textarea {
  margin-bottom: 10px;
  width: 100%;
  padding: 20px;
  border: 1px solid #eee;
}

.kp_note {
  display: none;
  border: 1px solid #C5C5C5;
  text-indent: 1.5em;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #666666;
  margin-top: 20px;
  border-radius: 3px;
  padding: 10px;
}

.delete_kp_note {
  background-color: #DC3545;
  color: #ffffff;
  border-radius: 3px;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  display: none;
  margin-top: 10px;
}

.getComplect ul li {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #1F1F1F;
  padding: 5px 0;
}
.getComplect ul li:before {
  content: "";
  display: inline-block;
  background-color: #0F4779;
  width: 5px;
  height: 5px;
  margin-right: 19px;
  border-radius: 10px;
}
.getComplect .title {
  border-bottom: 1px solid #C5C5C5;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #003B70;
  padding-bottom: 7px;
}
.getComplect .title:before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 19px;
  border-radius: 3px;
}
.getComplect .title[data-count="1"]:before {
  background-image: url("/img/kp_icon_1.svg");
}
.getComplect .title[data-count="2"]:before {
  background-image: url("/img/kp_icon_2.svg");
}
.getComplect .title[data-count="3"]:before {
  background-image: url("/img/kp_icon_3.svg");
}
.getComplect .title[data-count="4"]:before {
  background-image: url("/img/kp_icon_4.svg");
}
.getComplect .title[data-count="5"]:before {
  background-image: url("/img/kp_icon_5.svg");
}
.getComplect .title[data-count="6"]:before {
  background-image: url("/img/kp_icon_6.svg");
}
.getComplect .title[data-count="7"]:before {
  background-image: url("/img/kp_icon_7.svg");
}

.mgetComplect ul li {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 9px;
  color: #1F1F1F;
  padding: 5px 0;
}
.mgetComplect ul li:before {
  content: "";
  display: inline-block;
  background-color: #0F4779;
  width: 5px;
  height: 5px;
  margin-right: 6px;
  border-radius: 10px;
}
.mgetComplect .title {
  border-bottom: 1px solid #C5C5C5;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #003B70;
}
.mgetComplect .title:before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 33px;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 6px;
  border-radius: 3px;
}
.mgetComplect .title[data-count="1"]:before {
  background-image: url("/img/kp_icon_1.svg");
}
.mgetComplect .title[data-count="2"]:before {
  background-image: url("/img/kp_icon_2.svg");
}
.mgetComplect .title[data-count="3"]:before {
  background-image: url("/img/kp_icon_3.svg");
}
.mgetComplect .title[data-count="4"]:before {
  background-image: url("/img/kp_icon_4.svg");
}
.mgetComplect .title[data-count="5"]:before {
  background-image: url("/img/kp_icon_5.svg");
}
.mgetComplect .title[data-count="6"]:before {
  background-image: url("/img/kp_icon_6.svg");
}
.mgetComplect .title[data-count="7"]:before {
  background-image: url("/img/kp_icon_7.svg");
}

.kp_table_1 table {
  width: 100%;
  /* margin-top: 17px; */
}
.kp_table_1 table td {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 12px;
  padding: 10px 19px;
}
.kp_table_1 table td:first-child {
  background: rgba(205, 231, 255, 0.2);
  color: #1F1F1F;
}
.kp_table_1 table td:nth-child(2) {
  padding: 10px 19px;
}

.valid_until {
  text-align: right;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #0F4779;
}

.kp_checkbox {
  margin-top: 30px;
  margin-bottom: 30px;
}
.kp_checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.kp_checkbox label {
  margin-left: 30px;
}

.kp_total_cost {
  display: none;
}

.kp_special_offer, .kp_special_offer_credit, .kp_special_offer_credit_credit {
  display: none;
}

.manager_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.blue_bg2 {
  background-image: none !important;
  padding-top: 0 !important;
}

.thumb_form2 {
  width: 33px;
  /* height: 17px; */
  margin-right: 10px;
  border-radius: 15px;
  background-blend-mode: luminosity;
  background-image: url("/img/color1.png");
}

.kp_first_grid2 {
  display: grid;
  grid-template-columns: 1fr 30%;
  margin-top: 41px;
  align-items: center;
}

.kp_first_img2 {
  width: 100%;
  height: 390px;
}
.kp_first_img2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  transform: scale(-1, 1);
}

.kp_color_margin {
  margin-top: 10px;
}

.list_header2 {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 15px;
}

.list_descript2 {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-top: 7px;
}

.colors-2 {
  margin-bottom: 10px;
}

.kp_blue_header2 {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin-top: 18px;
  text-transform: uppercase;
}

.kp_yellow_warning {
  background-color: #F6F3F2;
  padding: 20px;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.kppage-img-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.kppage-img-2 div {
  width: 100%;
  height: 200px;
}
.kppage-img-2 div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.kp_table {
  width: 100%;
  margin-top: 17px;
}
.kp_table td {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 12px;
  padding: 10px 19px;
}
.kp_table td:first-child {
  color: #1F1F1F;
  border-bottom: 1px solid #F6F3F2;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.kp_table td:nth-child(2) {
  color: #666666;
  padding: 10px 19px;
  border: 1px solid #F6F3F2;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.kp_list_2 {
  -moz-columns: 2;
       columns: 2;
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 15px;
}
.kp_list_2 li {
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  border-bottom: 1px solid #416388;
  padding-bottom: 15px;
}
.kp_list_2 li:first-child {
  margin-top: 0px;
}
.kp_list_2 li span {
  display: inline-block;
  text-align: right;
  margin-left: 10px;
  text-transform: none;
  font-weight: 300;
}

.kp_table_2_new table {
  width: 100%;
  margin-top: 17px;
}
.kp_table_2_new table td {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 12px;
  padding: 10px 19px;
}
.kp_table_2_new table td:first-child {
  background: rgba(239, 239, 239, 0.5) !important;
  color: #1F1F1F;
}
.kp_table_2_new table td:nth-child(2) {
  padding: 10px 19px;
}

.valid_until2 {
  text-align: right;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}

/*Дизайн нового kp от 04.08.2024*/
.kpsex-flex {
  display: flex;
  justify-content: left;
}

.kpsex-flex div {
  /* margin-left: 10px; */
}

.k-t-right {
  text-align: right;
}

.k-mt-1 {
  /* margin-top: 10px; */
}

.k-mt-2 {
  margin-top: 15px;
}

.k-mt-3 {
  margin-top: 30px;
}

.k-center {
  text-align: center;
}

.k-left {
  text-align: left;
}

.k-grey, .k-purple {
  font-size: 12px;
}

.k-grey {
  color: #666666;
}

.k-black {
  color: #17181A;
  font-weight: 500;
}

.k-purple {
  color: #7A45E5;
  font-weight: 500;
}

.k-kp-header {
  display: grid;
  grid-template-columns: 1fr 10% 1fr;
  align-items: center;
  gap: 10px;
}

.k-item-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.k-item-grid-between {
  display: grid;
  grid-template-columns: 85% 1fr;
  align-items: center;
}

.k-item-flex-left {
  display: flex;
  justify-content: left;
  align-items: center;
}

.k-item-flex-left div {
  margin-right: 10px;
}

.k-kp-header-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 10px;
}

.k-mens-icon {
  display: none;
}

.k-bg-grey {
  background-color: #EFF2F7;
  border-radius: 15px;
  padding: 3px 5px;
}

.k-gift-icons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: center;
}

.k-price-bg {
  background-color: #E4DAFA;
  border-radius: 15px;
  padding: 5px 10px;
}

.k-h1 {
  color: #17181A;
  font-weight: 500;
  font-size: 18px;
}

.k-grey-header {
  background-color: #EFF2F7;
  color: #17181A;
  font-weight: 500;
  border-radius: 15px 15px 0 0;
  padding: 7px;
}

.k-document-wrap {
  display: grid;
  grid-template-columns: 30% 1fr;
  align-items: center;
  gap: 10px;
}

.getComplect2 .title {
  background-color: #EFF2F7;
  color: #17181A;
  font-weight: 500;
  border-radius: 15px 15px 0 0;
  padding: 7px;
  margin-bottom: 5px;
  text-align: center;
}
.getComplect2 ul {
  -moz-columns: 2;
       columns: 2;
}
.getComplect2 ul li {
  color: #666666;
  font-size: 12px;
  margin-left: 19px;
  margin-bottom: 10px;
}

.car_photo_image img {
  border-radius: 15px !important;
}

.k-kp-img {
  width: 100%;
  height: 200px;
}
.k-kp-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 15px;
}

.k-p {
  text-indent: 2em; /* Задайте необходимый отступ */
}

.k-line {
  display: flex;
  align-items: flex-end;
}

.k-line:after {
  background-color: #C6C6C6;
  content: "";
  display: block;
  flex-grow: 0;
  height: 0.5px;
  margin-left: 5px;
  width: 100%;
}

.k-line-1 {
  display: flex;
  align-items: flex-end;
}

.k-line-1:after {
  background-color: #C6C6C6;
  content: "";
  display: block;
  flex-grow: 0;
  height: 0.5px;
  margin-left: 5px;
  width: 70%;
}

.kp_special_offer-1, .kp_special_offer_credit-1, .kp_special_offer_credit_credit-1 {
  display: none;
}/*# sourceMappingURL=kp.css.map */

.kp_first_info {
    padding-top: 10px;
}

.manager_first_img {
    height: auto;
    display: flex;
    justify-content: center;
    transform: scale(1);
}

.manager_first_img img {
    height: 100%;
    width: 90%;
    object-fit: cover;
}

.kp_first_grid {
    margin-top: 0;
}

.container.manager_blue_bg {
    padding-top: 0;
}

.kp_input input {
    border: none;
}

.kp_blue_name {
    display: flex;
    flex-direction: column;
    padding-top: 12px;
}

.kp_salon {
    margin-bottom: 14px;
}

#manager_photo {
    display: flex;
    width: 100%;
}

@media print {
    .print_display_none {
        display: none!important;
    }
    .roistat-lh-pulsator-phone {
        display: none;
    }

}
