

/* Start:/local/templates/luxalto/components/bitrix/sale.personal.section/.default/style.css?171387811937197*/
section.personal-section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	gap: 30px;
	margin-bottom: 60px;
	min-height: 220px;
}
section.personal-section .aside-left {
	flex: 0 0 240px;
}
section.personal-section .content {
	flex: 1 0 0;
}

@media screen and (max-width: 992px) {
	section.personal-section {
		gap: 20px;
	}

	section.personal-section .aside-left {
		flex: 1 0 100%;
	}

	section.personal-section .content {
		flex: 1 0 100%;
	}
}

.sale-personal-section-index-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 15px 0;
	padding: 0;
	height: 87%;
	border-radius: 3px;
	background-size: cover;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	opacity: .8;
	transition: all 0.3s;
	justify-content: space-around;
	background-color: var(--theme-color-primary, #51cbce);
}

@media (max-width: 992px) {
	.sale-personal-section-index-block {
		margin: 8px 0;
		height: auto;
	}
}

.sale-personal-section-index-block:hover { opacity: 1; }

.sale-personal-section-index-block-link,
.sale-personal-section-index-block-link:hover,
.sale-personal-section-index-block-link:active,
.sale-personal-section-index-block-link:focus,
.sale-personal-section-index-block-link:visited {
	display: block;
	padding: 25px 5px;
	width: 100%;
	color: #fff;
	text-decoration: none;
}

.sale-personal-section-index-block-link { color: #fff; }

.sale-personal-section-index-block-ico { font-size: 64px; }

.sale-personal-section-index-block-name {
	color: #fff;
	font-size: 15px;
	margin: 0;
	padding: 0;
}


.content_flex.personal-section > .aside-left {
	width: 292px;
}
.content_flex.personal-section > .content {
	flex: 1 0 0%;
	max-width: calc(100% - 292px - 30px);
}

@media (max-width: 1199.98px) {
	.content_flex.personal-section > .aside-left {
		width: 250px;
	}
	.content_flex.personal-section > .content {
		max-width: calc(100% - 250px - 30px);
	}
}

@media (max-width: 1024px) {
	.content_flex.personal-section > .aside-left {
		width: 100%;
		margin-bottom: 20px;
	}
	.content_flex.personal-section > .content {
		max-width: 100%;
	}
}

.personal-section .products {
	margin-top: 0px;
}


  .lk {
    margin-top: 80px;
    margin-bottom: 140px;
  }
  @media screen and (max-width: 1200px) {
    .lk {
      margin-top: 31px;
      margin-bottom: 100px;
    }
  }
  @media screen and (max-width: 479px) {
    .lk {
      margin-bottom: 60px;
    }
  }
  .lk .title {
    text-align: center;
  }
  
  .lk_inner {
    display: grid;
    grid-template-columns: 355px 1fr;
    gap: 20px;
  }
  @media screen and (max-width: 1600px) {
    .lk_inner {
      grid-template-columns: 300px 1fr;
    }
  }
  @media screen and (max-width: 1200px) {
    .lk_inner {
      grid-template-columns: 1fr;
      gap: 10px;
    }
  }
  
  .lk_aside h2 {
    font-weight: 300;
    font-size: 38px;
    color: #1a2930;
    margin-bottom: 30px;
    text-transform: none;
  }
  @media screen and (max-width: 1400px) {
    .lk_aside h2 {
      font-size: 30px;
    }
  }
  @media screen and (max-width: 1200px) {
    .lk_aside h2 {
      font-weight: 400;
      font-size: 14px;
      margin-bottom: 0;
    }
  }
  @media screen and (max-width: 1200px) {
    .lk_aside nav {
      display: none;
    }
  }
  .lk_aside li {
    padding: 13.5px 10px;
  }
  .lk_aside a {
    font-weight: 300;
    font-size: 18px;
    color: #1a2930;
    text-decoration: none;
  }
  .lk_aside a.active {
    font-weight: 500;
  }
  
  .lk_content h3 {
    font-weight: 300;
    font-size: 38px;
    color: #1a2930;
    margin-bottom: 30px;
    text-transform: none;
  }
  @media screen and (max-width: 1400px) {
    .lk_content h3 {
      font-size: 30px;
    }
  }
  
  .profile_form {
    position: relative;
    display: grid;
    grid-template-columns: 4.7fr 3.75fr 2.41fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    grid-template-areas: "ms ps ph" "ms es ph" "ms ss ph" "ms sb ph" "ms sm ph";
    gap: 20px;
  }
  @media screen and (max-width: 1400px) {
    .profile_form {
      display: grid;
      grid-template-columns: 1fr;
      gap: 30px;
      grid-template-areas: "ms" "ps" "es" "ss" "sb" "sm";
    }
  }
  @media screen and (max-width: 767px) {
    .profile_form {
      margin-left: -20px;
      margin-right: -20px;
    }
  }
  @media screen and (max-width: 640px) {
    .profile_form {
      margin-left: -16px;
      margin-right: -16px;
    }
  }
  .profile_form .main_settings {
    grid-area: ms;
  }
  .profile_form .pay_settings {
    grid-area: ps;
  }
  .profile_form .email_settings {
    grid-area: es;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  @media screen and (max-width: 767px) {
    .profile_form .email_settings {
      margin-left: 20px;
      margin-right: 20px;
    }
  }
  @media screen and (max-width: 640px) {
    .profile_form .email_settings {
      margin-left: 16px;
      margin-right: 16px;
    }
  }
  .profile_form .sms_settings {
    grid-area: ss;
    margin-top: -10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  @media screen and (max-width: 1400px) {
    .profile_form .sms_settings {
      margin-top: -20px;
    }
  }
  @media screen and (max-width: 767px) {
    .profile_form .sms_settings {
      margin-left: 20px;
      margin-right: 20px;
    }
  }
  @media screen and (max-width: 640px) {
    .profile_form .sms_settings {
      margin-left: 16px;
      margin-right: 16px;
    }
  }
  .profile_form .save_btn {
    grid-area: sb;
    padding: 15px 60px;
    margin-top: -10px;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    min-height: 56px;
    color: #1A2930;
    background-color: #ffce22;
  }
  .profile_form .save_btn:disabled {
    color: #fff;
    background: #ffe99a !important;
    cursor: auto;
  }
  @media screen and (max-width: 1400px) {
    .profile_form .save_btn {
      margin-top: -20px;
    }
  }
  @media screen and (max-width: 767px) {
    .profile_form .save_btn {
      margin-left: 20px;
      margin-right: 20px;
      width: calc(100% - 40px);
    }
  }
  @media screen and (max-width: 640px) {
    .profile_form .save_btn {
      margin-left: 16px;
      margin-right: 16px;
      width: calc(100% - 32px);
    }
  }
  .profile_form .save_btn:hover {
    background-color: #E5AC00;
  }
  .profile_form .message_saved {
    grid-area: sm;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.05;
    color: #18aa00;
    margin-top: -10px;
  }
  @media screen and (max-width: 1400px) {
    .profile_form .message_saved {
      margin-top: -20px;
    }
  }
  @media screen and (max-width: 767px) {
    .profile_form .message_saved {
      margin-left: 20px;
      margin-right: 20px;
    }
  }
  @media screen and (max-width: 640px) {
    .profile_form .message_saved {
      margin-left: 16px;
      margin-right: 16px;
    }
  }
  
  .lk_setting_block {
    padding: 40px 30px;
    background: #fff;
  }
  @media screen and (max-width: 767px) {
    .lk_setting_block {
      padding: 40px 20px;
    }
  }
  
  @media screen and (max-width: 1400px) {
    .photo_setting {
      position: absolute;
      top: 41px;
      right: 41px;
      width: 150px;
    }
  }
  @media screen and (max-width: 767px) {
    .photo_setting {
      top: 40px;
      left: 20px;
      right: unset;
      width: auto;
    }
  }
  .photo_setting label {
    cursor: pointer;
  }
  @media screen and (max-width: 767px) {
    .photo_setting label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 30px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
    }
  }
  .photo_setting:hover span {
    text-decoration: none;
  }
  .photo_setting .photo {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_40_416002)'%3E%3Crect width='200' height='200' fill='%23D9DCE1'/%3E%3Cellipse cx='99.5' cy='90' rx='31.5' ry='36' fill='%2370777F'/%3E%3Cellipse cx='100.5' cy='198' rx='63.5' ry='64' fill='%2370777F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_40_416002'%3E%3Crect width='200' height='200' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }
  @media screen and (max-width: 767px) {
    .photo_setting .photo {
      width: 150px;
      height: 150px;
      min-width: 150px;
    }
  }
  .photo_setting input {
    display: none;
  }
  .photo_setting span {
    text-align: center;
    display: block;
    margin-top: 12px;
    font-weight: 400;
    font-size: 18px;
    line-height: 0.955;
    text-decoration: underline;
    color: #e3b71b;
  }
  
  label.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    font-size: 16px;
    color: #1a2930;
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  label.checkbox input {
    display: none;
  }
  label.checkbox input:checked ~ .checkbox_icon {
    background-image: url("data:image/svg+xml,%3Csvg width='45' height='20' viewBox='0 0 45 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='45' height='20' rx='10' fill='%23FFCE22'/%3E%3Crect x='27' y='2' width='16' height='16' rx='8' fill='white'/%3E%3C/svg%3E%0A");
  }
  label.checkbox .checkbox_icon {
    background-image: url("data:image/svg+xml,%3Csvg width='45' height='20' viewBox='0 0 45 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='45' height='20' rx='10' fill='%239B9B9B' /%3E%3Crect x='2' y='2' width='16' height='16' rx='8' fill='white' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 45px;
    min-width: 45px;
    height: 20px;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  label.checkbox span {
    line-height: 1.25;
  }
  
  .pay_settings {
    padding: 30px;
  }
  @media screen and (max-width: 767px) {
    .pay_settings {
      padding: 30px 20px;
    }
  }
  @media screen and (max-width: 1200px) {
    .pay_settings fieldset {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 7px;
    }
  }
  .pay_settings h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.05;
    color: #1a2930;
    margin-bottom: 0;
  }
  @media screen and (max-width: 1200px) {
    .pay_settings h3 {
      width: 100%;
    }
  }
  .pay_settings hr {
    border-bottom: 1px solid #ececec;
    margin: 25px 0;
    width: 100%;
  }
  @media screen and (max-width: 1200px) {
    .pay_settings hr {
      border-color: #c1c1c1;
    }
  }
  
  .pay_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.05;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 8px;
  }
  .pay_inner svg path {
    fill: #1A2930;
  }
  .pay_inner:last-child {
    margin-bottom: 0;
  }
  
  .pay_radio {
    cursor: pointer;
    color: #1a2930;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
  }
  .pay_radio:hover svg path {
    fill: #FFCE22;
  }
  .pay_radio input {
    display: none;
  }
  .pay_radio input:checked ~ .pay_inner {
    border: 1px solid #ffce22;
  }
  .pay_radio input:checked ~ .pay_inner svg path {
    fill: #FFCE22;
  }
  
  .main_settings {
    font-weight: 400;
    font-size: 16px;
    color: #1a2930;
    position: relative;
  }
  @media screen and (max-width: 1400px) {
    .main_settings .fields {
      padding-right: 252px;
    }
  }
  @media screen and (max-width: 767px) {
    .main_settings .fields {
      padding-right: 0;
      padding-top: 215px;
    }
  }
  .main_settings label {
    margin-bottom: 25px;
    display: block;
    width: 100%;
  }
  .main_settings input:not([type=radio]) {
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 16px 26px;
    min-height: 55px;
    font-weight: 400;
    font-size: 16px;
    color: #1a2930;
    width: 100%;
    margin-top: 10px;
  }
  .main_settings .radio {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    padding: 10px 61px 10px 0;
    margin-bottom: 0;
    position: relative;
  }
  .main_settings .radio .radio_icon {
    display: block;
    width: 16px;
    height: 16px;
    min-width: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' rx='8' fill='white'/%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='7.5' stroke='%23AFAFAF' stroke-opacity='0.686275'/%3E%3C/svg%3E%0A");
    margin-right: 10px;
  }
  .main_settings .radio input:checked ~ .radio_icon {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.5' width='16' height='16' rx='8' fill='%23FFCE22'/%3E%3Crect x='1' y='1.5' width='14' height='14' rx='7' stroke='%23AFAFAF' stroke-opacity='0.686275' stroke-width='2'/%3E%3C/svg%3E%0A");
  }
  .main_settings .radio .delete {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 19px;
    height: 22px;
    min-width: 19px;
    cursor: pointer;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='22' viewBox='0 0 19 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 19.0391C9.83977 19.0391 10.1152 18.7636 10.1152 18.4238V8.49805C10.1152 8.15827 9.83977 7.88281 9.5 7.88281C9.16023 7.88281 8.88477 8.15827 8.88477 8.49805V18.4238C8.88477 18.7636 9.16023 19.0391 9.5 19.0391Z' fill='%23AFAFAF'/%3E%3Cpath d='M13.1914 19.0391C13.5312 19.0391 13.8066 18.7636 13.8066 18.4238V8.49805C13.8066 8.15827 13.5312 7.88281 13.1914 7.88281C12.8516 7.88281 12.5762 8.15827 12.5762 8.49805V18.4238C12.5762 18.7636 12.8516 19.0391 13.1914 19.0391Z' fill='%23AFAFAF'/%3E%3Cpath d='M5.80859 19.0391C6.14837 19.0391 6.42383 18.7636 6.42383 18.4238V8.49805C6.42383 8.15827 6.14837 7.88281 5.80859 7.88281C5.46882 7.88281 5.19336 8.15827 5.19336 8.49805V18.4238C5.19336 18.7636 5.46882 19.0391 5.80859 19.0391Z' fill='%23AFAFAF'/%3E%3Cpath d='M0.886719 6.65234H2.73242V20.8848C2.73242 21.2245 3.00788 21.5 3.34766 21.5H15.6523C15.9921 21.5 16.2676 21.2245 16.2676 20.8848V6.65234H18.1133C18.4531 6.65234 18.7285 6.37688 18.7285 6.03711C18.7285 5.69734 18.4531 5.42188 18.1133 5.42188H17.498V3.57617C17.498 3.2364 17.2226 2.96094 16.8828 2.96094H12.5762V1.11523C12.5762 0.775461 12.3007 0.5 11.9609 0.5H7.03906C6.69929 0.5 6.42383 0.775461 6.42383 1.11523V2.96094H2.11719C1.77741 2.96094 1.50195 3.2364 1.50195 3.57617V5.42188H0.886719C0.546945 5.42188 0.271484 5.69734 0.271484 6.03711C0.271484 6.37688 0.546945 6.65234 0.886719 6.65234ZM15.0371 20.2695H3.96289V6.65234H15.0371V20.2695ZM7.6543 1.73047H11.3457V2.96094H7.6543V1.73047ZM2.73242 4.19141H16.2676V5.42188H2.73242V4.19141Z' fill='%23AFAFAF'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .main_settings .add_address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-weight: 400;
    line-height: 0.955;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: #e3b71b;
    margin-top: 20px;
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .main_settings .add_address i.plus {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 8V14H8V8H14V6H8V0H6V6H0V8H6Z' fill='%23FFCE22'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    width: 14px;
    height: 14px;
  }
  
  .oh_list {
    display: grid;
    gap: 20px;
  }
  @media screen and (max-width: 767px) {
    .oh_list {
      margin-left: -20px;
      margin-right: -20px;
    }
  }
  @media screen and (max-width: 640px) {
    .oh_list {
      margin-left: -16px;
      margin-right: -16px;
    }
  }
  .oh_list .oh_header {
    display: grid;
    grid-template-columns: 169fr 218fr 189fr 186fr 190fr 173fr;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.05;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    position: relative;
  }
  @media screen and (max-width: 1400px) {
    .oh_list .oh_header {
      grid-template-columns: 70fr 145fr 121fr 105fr 112fr 175fr;
      text-align: left;
    }
  }
  @media screen and (max-width: 767px) {
    .oh_list .oh_header {
      grid-template-columns: 72px 143fr 105fr 112fr;
    }
  }
  @media screen and (max-width: 479px) {
    .oh_list .oh_header {
      font-size: 12px;
      padding: 6px 0;
      grid-template-columns: 62px 95fr 83fr 90fr;
    }
  }
  .oh_list .oh_header.open {
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-top: 1px solid #ececec;
  }
  .oh_list .oh_header.open .oh_toggle {
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
  }
  @media screen and (max-width: 767px) {
    .oh_list .oh_header.open .oh_date,
    .oh_list .oh_header.open .oh_repeat {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  .oh_list .oh_header > .oh_toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    border: none;
  }
  .oh_list .oh_header > .oh_toggle .oh_toggle_btn {
    width: 33px;
    height: 33px;
    background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='32' height='32' rx='16' fill='%23F2F2F2'/%3E%3Cpath d='M22.2604 13.9399L16.5004 19.0599L10.7404 13.9399' stroke='%231A2930' stroke-width='1.28'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    margin: auto;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  @media screen and (max-width: 767px) {
    .oh_list .oh_header .oh_date {
      display: none;
      position: absolute;
      top: calc(100% + 30px);
      left: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      border: none;
      padding: 0 20px;
    }
  }
  @media screen and (max-width: 1400px) {
    .oh_list .oh_header .oh_repeat {
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important;
    }
  }
  @media screen and (max-width: 767px) {
    .oh_list .oh_header .oh_repeat {
      display: none;
      position: absolute;
      top: calc(100% + 30px);
      right: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 0 20px;
    }
  }
  .oh_list .oh_header .oh_repeat a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    color: #e3b71b;
  }
  .oh_list .oh_header .oh_repeat a:hover {
    text-decoration: none;
  }
  .oh_list .oh_header .oh_price .info {
    white-space: nowrap;
  }
  .oh_list .oh_header > * {
    padding: 20px;
    border-right: 1px solid #ececec;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  @media screen and (max-width: 1400px) {
    .oh_list .oh_header > * {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 5.5px 20px;
    }
  }
  @media screen and (max-width: 479px) {
    .oh_list .oh_header > * {
      padding: 5px 9px;
    }
  }
  .oh_list .oh_header > *:last-child {
    border-right: none;
  }
  .oh_list .oh_header .name {
    color: #9b9b9b;
  }
  @media screen and (max-width: 479px) {
    .oh_list .oh_header .name {
      font-size: 12px;
    }
  }
  .oh_list .oh_body {
    -webkit-box-shadow: inset 0 7px 8px 0 rgba(26, 41, 48, 0.05);
            box-shadow: inset 0 7px 8px 0 rgba(26, 41, 48, 0.05);
    background: #fff;
    display: none;
  }
  .oh_list .oh_body .oh_product {
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    padding: 30px;
    display: grid;
    grid-template-columns: 26px 201px 1fr 201px;
  }
  @media screen and (max-width: 1400px) {
    .oh_list .oh_body .oh_product {
      padding: 30px 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .oh_list .oh_body .oh_product {
      grid-template-columns: 26px 120px 1fr;
    }
  }
  @media screen and (max-width: 479px) {
    .oh_list .oh_body .oh_product {
      grid-template-columns: 26px 100px 1fr;
    }
  }
  @media screen and (max-width: 767px) {
    .oh_list .oh_body .oh_product:first-of-type {
      padding-top: 77px;
    }
  }
  .oh_list .oh_body .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .oh_list .oh_body .gallery {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1/1;
  }
  .oh_list .oh_body .gallery .swiper {
    height: 100%;
  }
  .oh_list .oh_body .gallery .swiper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
    pointer-events: none;
  }
  .oh_list .oh_body .gallery .navigation-thumbs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    z-index: 2;
  }
  @media screen and (max-width: 991px) {
    .oh_list .oh_body .gallery .navigation-thumbs {
      display: none;
    }
  }
  .oh_list .oh_body .gallery .swiper-pagination {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .oh_list .oh_body .info {
    margin-left: 30px;
    margin-right: 10px;
  }
  .oh_list .oh_body .info .product_name {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 400;
    font-size: 24px;
    line-height: 0.955;
    color: #1a2930;
    margin-bottom: 20px;
  }
  @media screen and (max-width: 479px) {
    .oh_list .oh_body .info .product_name {
      font-size: 16px;
    }
  }
  .oh_list .oh_body .info .info_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 0.955;
    margin-bottom: 15px;
  }
  @media screen and (max-width: 479px) {
    .oh_list .oh_body .info .info_row {
      font-size: 12px;
    }
  }
  .oh_list .oh_body .info .info_row:last-child {
    margin-bottom: 0;
  }
  .oh_list .oh_body .info .name {
    color: #9b9b9b;
  }
  .oh_list .oh_body .control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
  @media screen and (max-width: 991px) {
    .oh_list .oh_body .control {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
    }
  }
  @media screen and (max-width: 767px) {
    .oh_list .oh_body .control {
      grid-column: span 3;
      margin-top: 30px;
    }
  }
  .oh_list .oh_body .control button {
    width: 100%;
    min-height: 50px;
    font-size: 14px;
  }
  
  .rating {
    margin: 0 0 5px 0;
    padding: 0;
    border: none;
    font-size: 14.5px;
  }
  .rating .rating_caption {
    margin-bottom: 5px;
    padding: 0;
    font-weight: 300;
    font-size: 12px;
    color: #000;
  }
  .rating .rating_group {
    position: relative;
    width: 10em;
    height: 22px;
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='22' viewBox='0 0 29 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1.42759L14.4941 8.09767L14.61 8.40763L14.9406 8.42208L22.055 8.73295L16.4821 13.1662L16.2231 13.3722L16.3115 13.691L18.2143 20.5533L12.276 16.623L12 16.4404L11.724 16.623L5.78569 20.5533L7.6885 13.691L7.77692 13.3722L7.51795 13.1662L1.94504 8.73295L9.05939 8.42208L9.38999 8.40763L9.50589 8.09767L12 1.42759Z' stroke='%23FFCE22'/%3E%3C/svg%3E%0A");
    background-size: 2em 22px;
    background-repeat: repeat-x;
  }
  .rating .rating_star {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 22px;
    font-size: inherit;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-size: 2em 22px;
    background-repeat: repeat-x;
    cursor: pointer;
  }
  .rating .rating_star:focus {
    outline: none;
  }
  .rating .rating_star:hover,
  .rating .rating_star:checked {
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='22' viewBox='0 0 29 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0L14.9624 7.92255L23.4127 8.2918L16.7933 13.5574L19.0534 21.7082L12 17.04L4.94658 21.7082L7.20668 13.5574L0.587322 8.2918L9.03756 7.92255L12 0Z' fill='%23FFD43A'/%3E%3C/svg%3E%0A");
  }
  .rating .rating_star:hover ~ .rating_star {
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='22' viewBox='0 0 29 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1.42759L14.4941 8.09767L14.61 8.40763L14.9406 8.42208L22.055 8.73295L16.4821 13.1662L16.2231 13.3722L16.3115 13.691L18.2143 20.5533L12.276 16.623L12 16.4404L11.724 16.623L5.78569 20.5533L7.6885 13.691L7.77692 13.3722L7.51795 13.1662L1.94504 8.73295L9.05939 8.42208L9.38999 8.40763L9.50589 8.09767L12 1.42759Z' stroke='%23FFCE22'/%3E%3C/svg%3E%0A");
  }
  .rating .rating_star:nth-of-type(1) {
    z-index: 5;
    width: 2em;
  }
  .rating .rating_star:nth-of-type(2) {
    z-index: 4;
    width: 4em;
  }
  .rating .rating_star:nth-of-type(3) {
    z-index: 3;
    width: 6em;
  }
  .rating .rating_star:nth-of-type(4) {
    z-index: 2;
    width: 8em;
  }
  .rating .rating_star:nth-of-type(5) {
    z-index: 1;
    width: 10em;
  }
  
  [data-modal-name=dialog_add_address] {
    position: relative;
  }
  [data-modal-name=dialog_add_address] .cross {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 21px;
    height: 21px;
    padding: 0;
  }
  [data-modal-name=dialog_add_address] .cross svg {
    width: 21px;
    height: 21px;
  }
  [data-modal-name=dialog_add_address] .cross path {
    stroke: #1A2930;
  }
  [data-modal-name=dialog_add_address] .container {
    border-radius: 5px;
    padding: 60px 120px;
    width: 1500px;
    max-width: 100vw;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 45px;
  }
  @media screen and (max-width: 1200px) {
    [data-modal-name=dialog_add_address] .container {
      padding: 60px 20px;
    }
  }
  @media screen and (max-width: 767px) {
    [data-modal-name=dialog_add_address] .container {
      gap: 30px;
    }
  }
  @media screen and (max-width: 479px) {
    [data-modal-name=dialog_add_address] .container {
      padding: 60px 20px 30px 20px;
    }
  }
  [data-modal-name=dialog_add_address] .container .title {
    font-weight: 300;
    font-size: 38px;
    line-height: 1.05;
    text-transform: uppercase;
    color: #000;
  }
  @media screen and (max-width: 767px) {
    [data-modal-name=dialog_add_address] .container .title {
      font-size: 30px;
      line-height: 1.3;
    }
  }
  @media screen and (max-width: 479px) {
    [data-modal-name=dialog_add_address] .container .title {
      font-size: 24px;
    }
  }
  [data-modal-name=dialog_add_address] .container .subtitle {
    font-weight: 400;
    font-size: 24px;
    color: #000;
  }
  @media screen and (max-width: 479px) {
    [data-modal-name=dialog_add_address] .container .subtitle {
      font-size: 18px;
    }
  }
  [data-modal-name=dialog_add_address] .container form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 45px;
    width: 100%;
  }
  @media screen and (max-width: 767px) {
    [data-modal-name=dialog_add_address] .container form {
      gap: 30px;
    }
  }
  [data-modal-name=dialog_add_address] .container form fieldset {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px 45px;
    width: 100%;
  }
  @media screen and (max-width: 1200px) {
    [data-modal-name=dialog_add_address] .container form fieldset {
      gap: 30px;
    }
  }
  @media screen and (max-width: 991px) {
    [data-modal-name=dialog_add_address] .container form fieldset {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (max-width: 767px) {
    [data-modal-name=dialog_add_address] .container form fieldset {
      grid-template-columns: 1fr;
    }
  }
  [data-modal-name=dialog_add_address] .container form fieldset > * {
    grid-column: span 2;
  }
  @media screen and (max-width: 991px) {
    [data-modal-name=dialog_add_address] .container form fieldset > * {
      grid-column: span 1;
    }
  }
  [data-modal-name=dialog_add_address] .container form fieldset > *.big {
    grid-column: span 3;
  }
  @media screen and (max-width: 991px) {
    [data-modal-name=dialog_add_address] .container form fieldset > *.big {
      grid-column: span 1;
    }
  }
  [data-modal-name=dialog_add_address] .container form label {
    position: relative;
  }
  [data-modal-name=dialog_add_address] .container form label .error {
    display: none;
    font-weight: 400;
    font-size: 10px;
    color: #ff3636;
    position: absolute;
    top: 50%;
    right: 26px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  @media screen and (max-width: 991px) {
    [data-modal-name=dialog_add_address] .container form label .error {
      top: calc(100% + 5px);
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      right: unset;
      left: 0;
    }
  }
  [data-modal-name=dialog_add_address] .container form input {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 16px 26px;
    width: 100%;
  }
  [data-modal-name=dialog_add_address] .container form input::-webkit-input-placeholder {
    color: #c1c1c1;
  }
  [data-modal-name=dialog_add_address] .container form input::-moz-placeholder {
    color: #c1c1c1;
  }
  [data-modal-name=dialog_add_address] .container form input:-ms-input-placeholder {
    color: #c1c1c1;
  }
  [data-modal-name=dialog_add_address] .container form input::placeholder {
    color: #c1c1c1;
  }
  [data-modal-name=dialog_add_address] .container .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px;
  }
  @media screen and (max-width: 479px) {
    [data-modal-name=dialog_add_address] .container .buttons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 10px;
    }
  }
  [data-modal-name=dialog_add_address] .container .buttons button {
    min-height: 62px;
    padding: 15px 60px;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    color: #1a2930;
    min-width: 201px;
  }
  @media screen and (max-width: 479px) {
    [data-modal-name=dialog_add_address] .container .buttons button {
      width: 100%;
    }
  }
  [data-modal-name=login] {
    max-width: 360px;
    position: relative;
  }
  [data-modal-name=login] .cross {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    padding: 4px;
  }
  [data-modal-name=login] .cross path {
    stroke: #1A2930;
  }
  [data-modal-name=login] .container {
    display: grid;
    grid-gap: 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background: #fbfbfb !important;
    padding: 40px 22px;
  }
  [data-modal-name=login] .container .text {
    display: grid;
    grid-gap: 10px;
  }
  [data-modal-name=login] .container .text strong {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    color: #1A2930;
  }
  [data-modal-name=login] .container .text span {
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    color: #707070;
  }  
  [data-modal-name=login] .container .tabs {
    display: grid;
    grid-gap: 20px;
  }
  [data-modal-name=login] .container .tabs_captions {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: white;
    font-size: 12px;
    padding: 2px;
    border-radius: 5px;
  }
  [data-modal-name=login] .container .tabs_captions span.tab_caption {
    cursor: pointer;
    position: relative;
    text-align: center;
    padding: 8px;
    font-weight: 300;
  }
  [data-modal-name=login] .container .tabs_captions::before {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    background-color: #F2F2F2;
    border-radius: 5px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  [data-modal-name=login] .container .tabs_captions:has(:nth-child(1).opened)::before {
    left: 0%;
  }
  [data-modal-name=login] .container .tabs_captions:has(:nth-child(2).opened)::before {
    left: 50%;
  }
  [data-modal-name=login] .container .tabs_contents .tab_content {
    display: none;
  }
  [data-modal-name=login] .container .tabs_contents .tab_content.opened {
    display: block;
  }
  [data-modal-name=login] .container form {
    display: grid;
    grid-gap: 30px;
    width: 100%;
  }
  [data-modal-name=login] .container form button {
    width: 100%;
    font-size: 18px;
    padding: 1rem;
    font-weight: 300;
  }
  [data-modal-name=login] .container .capcha_block {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  [data-modal-name=login] .container .capcha_block .capcha_inner {
    stroke: #1A2930;
  }
  
/* End */
/* /local/templates/luxalto/components/bitrix/sale.personal.section/.default/style.css?171387811937197 */
