@charset "UTF-8";
.account_main_page .orders_list .list_inner, .address_book .line_list, .my_account .account_navbar ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.my_account .bootstrap-select.show .dropdown-toggle:before {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.my_account .bootstrap-select > .dropdown-toggle:before {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.account_info .input_block {
  display: flex;
  margin-top: 20px;
}
.account_info .change_pass {
  width: 100%;
}
.account_info .back_btn {
  max-width: 157px;
  width: 100%;
  border-radius: 20px;
  margin-left: 20px;
  border: 1px solid #3F3E48;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 110%;
  line-height: 14px;
  color: #3F3E48;
  font-family: "bold", "arm-bold";
}
.account_info .btn_group {
  display: flex;
  margin-top: 20px;
  align-items: center;
}
.account_info .subblock_title {
  font-size: 240%;
  position: relative;
  font-family: "bold", "arm-bold";
  line-height: 29px;
  padding-bottom: 20px;
  margin-top: 25px;
}
.account_info .subblock_title::before {
  content: "";
  position: absolute;
  background: #999999;
  opacity: 0.2;
  height: 1px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
@media (max-width: 991px) {
  .account_info .btn_group {
    flex-direction: column;
    align-items: flex-start;
  }
  .account_info .back_btn {
    margin-left: 0;
    margin-top: 20px;
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .account_info .subblock_title {
    max-width: 300px;
  }
  .account_info .input_block {
    flex-direction: column;
  }
}

.info_text {
  font-size: 120%;
  line-height: 17px;
  color: #3F3E48;
  margin: 10px 0;
  font-family: "bold", "arm-bold";
  padding-bottom: 10px;
}

.my_account .account_inner {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  padding-bottom: 25px;
}
.my_account .account_navbar {
  width: 100%;
  max-width: 237px;
}
.my_account .account_navbar ul {
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.my_account .account_navbar li {
  position: relative;
  font-size: 140%;
  z-index: 5;
  font-family: "bold", "arm-bold";
  line-height: 18px;
  padding: 0 16px;
}
.my_account .account_navbar li:last-child a {
  border: none;
}
.my_account .account_navbar a {
  height: 56px;
  display: flex;
  color: #3F3E48;
  align-items: center;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.my_account .account_navbar a.current_page {
  color: #ffffff;
  pointer-events: none;
}
.my_account .account_navbar a.current_page:before {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #3F3E48;
  z-index: -1;
}
.my_account .content_title {
  width: 100%;
  font-size: 160%;
  color: #3F3E48;
  line-height: 19px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  padding: 15px 0;
}
.my_account .page_inner_title {
  position: relative;
  font-family: "bold", "arm-bold";
}
.my_account .link_to_page {
  color: #3F3E48;
  font-size: 140%;
  font-family: "bold", "arm-bold";
  line-height: 18px;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 80px;
  right: 32px;
}
.my_account .main_content {
  width: 100%;
  flex: 1;
  margin-left: 18px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 40px 32px;
  position: relative;
  min-height: 600px;
}
.my_account .address_form {
  border-top: 1px solid rgba(153, 153, 153, 0.2);
  margin-top: 40px;
}
.my_account .form_fields {
  position: relative;
}
.my_account .field_block {
  margin-bottom: 15px;
  width: 100%;
  max-width: 292px;
  margin-right: 22px;
  position: relative;
}
.my_account .label_text {
  display: block;
  font-size: 110%;
  line-height: 15px;
  font-family: "bold", "arm-bold";
  color: #3F3E48;
}
.my_account .view_pass {
  position: absolute;
  right: 0;
  top: 25px;
}
.my_account .checkbox_block {
  margin-top: 10px;
}
.my_account .checkbox_block input[type=checkbox] {
  display: none;
}
.my_account .checkbox_block input[type=checkbox]:checked + .icon_check {
  background: #3F3E48;
}
.my_account .checkbox_block input[type=checkbox]:checked + .icon_check:before {
  color: #ffffff;
  opacity: 1;
}
.my_account .checkbox_block input[type=checkbox]:checked + .box_title {
  font-family: "bold", "arm-bold";
}
.my_account .checkbox_block label {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.my_account .checkbox_block span {
  display: block;
}
.my_account .checkbox_block .box_title {
  font-size: 120%;
  line-height: 15px;
  margin-left: 10px;
}
.my_account .checkbox_block .icon_check {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 16px;
  height: 16px;
  border: 1px solid #3F3E48;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80%;
}
.my_account .checkbox_block .icon_check:before {
  opacity: 0;
}
.my_account input {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(63, 62, 72, 0.5);
  background: transparent;
  height: 40px;
  font-size: 110%;
  line-height: 14px;
  color: #999999;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.my_account input:focus {
  border-bottom: 1px solid #3f3e48;
  color: #3F3E48;
}
.my_account .button_block {
  width: 100%;
  max-width: 300px;
  display: flex;
  align-items: center;
}
.my_account .validate_button {
  width: 100%;
  max-width: 300px;
  background: #4F4F5A;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  border: none;
  color: #ffffff;
  font-family: "bold", "arm-bold";
  font-size: 110%;
  line-height: 14px;
}
.my_account .bootstrap-select {
  width: 100%;
}
.my_account .bootstrap-select > .dropdown-toggle {
  border: none;
  padding-left: 0;
  padding-top: 12px;
  border-bottom: 1px solid rgba(63, 62, 72, 0.5);
  background: transparent;
  font-size: 110%;
  line-height: 14px;
  color: #000000;
  height: 40px;
}
.my_account .bootstrap-select > .dropdown-toggle:active, .my_account .bootstrap-select > .dropdown-toggle:focus {
  border-bottom: 1px solid #3f3e48;
  color: #3F3E48;
  outline: none !important;
}
.my_account .bootstrap-select > .dropdown-toggle:before {
  content: "";
  position: absolute;
  top: 50%;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 5px;
}
.my_account .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.my_account .bootstrap-select .dropdown-menu {
  padding: 0;
  font-size: 110%;
  line-height: 14px;
}
.my_account .bootstrap-select .dropdown-menu li {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.my_account .bootstrap-select .dropdown-menu li:hover {
  background: rgba(0, 0, 0, 0.1);
}
.my_account .bootstrap-select .dropdown-menu a {
  width: 100%;
  height: 100%;
  padding: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.my_account .bootstrap-select .dropdown-menu a:hover {
  background: transparent;
}
.my_account .bootstrap-select .dropdown-menu a.active {
  color: #000000;
  background: rgba(0, 0, 0, 0.05);
}
@media (max-width: 1199px) {
  .my_account .address_form {
    margin-top: 25px;
  }
  .my_account .link_to_page {
    top: 65px;
  }
}
@media (max-width: 991px) {
  .my_account .page_inner_title {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .my_account .account_inner {
    flex-direction: column;
  }
  .my_account .account_navbar {
    margin-bottom: 20px;
    margin-right: 0;
    min-width: 100%;
  }
  .my_account .account_navbar ul {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 0;
  }
  .my_account .account_navbar a {
    border-bottom: none;
  }
  .my_account .account_navbar li {
    border-right: 1px solid rgba(153, 153, 153, 0.2);
  }
  .my_account .main_content {
    margin-left: 0;
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .my_account .link_to_page {
    top: 33px;
    font-size: 120%;
    max-width: 80px;
    right: 0;
  }
}

.web .back_btn {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.web .back_btn:hover {
  background: #3F3E48;
  color: #ffffff;
}
.web .logout_btn, .web .edit_info_btn, .web .change_pass_btn, .web .link_to_page, .web .reorder_btn, .web .details_btn {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.web .logout_btn:hover, .web .edit_info_btn:hover, .web .change_pass_btn:hover, .web .link_to_page:hover, .web .reorder_btn:hover, .web .details_btn:hover {
  opacity: 0.5;
}
.web .account_navbar a {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.web .account_navbar a:hover {
  opacity: 0.5;
}

.touch .logout_btn, .touch .edit_info_btn, .touch .change_pass_btn, .touch .link_to_page, .touch .reorder_btn, .touch .details_btn {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .logout_btn:active, .touch .edit_info_btn:active, .touch .change_pass_btn:active, .touch .link_to_page:active, .touch .reorder_btn:active, .touch .details_btn:active {
  opacity: 0.5;
}
.touch .back_btn {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .back_btn:active {
  background: #3F3E48;
  color: #ffffff;
}
.touch .account_navbar a {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.touch .account_navbar a:active {
  opacity: 0.5;
}

.address_book .input_group {
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
}
.address_book .address_form {
  position: relative;
  padding-bottom: 40px;
  padding-top: 25px;
}
.address_book .form_title {
  display: flex;
  justify-content: space-between;
  font-size: 240%;
  position: relative;
  font-family: "bold", "arm-bold";
  line-height: 28px;
  padding-bottom: 20px;
}
.address_book .form_title::before {
  content: "";
  position: absolute;
  background: #999999;
  opacity: 0.2;
  height: 1px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.address_book .field_block {
  margin-bottom: 30px;
}
.address_book .form_fields {
  margin-top: 25px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 320px;
}
.address_book .form_fields > div {
  width: 33.3%;
}
.address_book .btn_group {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.address_book .save_btn {
  max-width: 300px;
  background: #4F4F5A;
  color: #ffffff;
  margin-right: 18px;
}
.address_book .back_btn {
  max-width: 157px;
  color: #3F3E48;
  border: 1px solid #3F3E48;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 100%;
  border-radius: 20px;
  font-family: "bold", "arm-bold";
  font-size: 110%;
  line-height: 14px;
  margin-left: 20px;
}
.address_book .address_book_block {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
}
.address_book .text_block_left {
  width: 50%;
  padding: 0 32px 0 0;
  position: relative;
  border-right: 1px solid rgba(153, 153, 153, 0.2);
}
.address_book .text_block_left::before {
  content: "";
  position: absolute;
  background: #999999;
  opacity: 0.2;
  height: 1px;
}
.address_book .text_block_right {
  width: 50%;
  padding: 0 32px;
}
.address_book .block_description {
  color: #6B6B6B;
  font-size: 160%;
  line-height: 19px;
  padding-bottom: 10px;
  max-width: 300px;
}
.address_book .subblock_title {
  display: flex;
  justify-content: space-between;
  font-size: 160%;
  font-family: "bold", "arm-bold";
  line-height: 19px;
  padding-bottom: 10px;
}
.address_book .add_address {
  font-size: 140%;
  font-family: "bold", "arm-bold";
  line-height: 18px;
  margin-top: 10px;
  color: rgba(63, 62, 72, 0.7);
}
.address_book .edit_info_btn {
  color: #3F3E48;
  font-family: "bold", "arm-bold";
  line-height: 18px;
  opacity: 0.7;
}
.address_book .line_wrapper {
  margin-top: 30px;
}
.address_book .section_inner_title {
  font-size: 160%;
  line-height: 21px;
  font-family: "bold", "arm-bold";
  color: #3F3E48;
  margin: 0 auto;
  text-align: center;
}
.address_book .line_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.address_book .line_list li {
  width: 50%;
  margin-bottom: 35px;
}
.address_book .line_list li:nth-child(odd) {
  border-right: 1px solid rgba(153, 153, 153, 0.2);
}
.address_book .line_list li:nth-child(even) {
  padding-left: 35px;
}
.address_book .line_list .block_links {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  max-width: 25%;
}
.address_book .line_list .block_link {
  font-size: 120%;
  line-height: 17px;
  font-family: "bold", "arm-bold";
  display: block;
  color: rgba(63, 62, 72, 0.7);
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.address_book .dialog_inner {
  padding: 0 20px;
}
.address_book .dialog_title {
  font-size: 140%;
  line-height: 19px;
  color: rgba(63, 62, 72, 0.7);
  text-align: center;
  font-family: "bold", "arm-bold";
}
.address_book .dialog_btns {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.address_book .dialog_btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 160%;
  line-height: 21px;
  color: #3F3E48;
  font-family: "bold", "arm-bold";
  border-radius: 30px;
  border: 1px solid rgba(63, 62, 72, 0.7);
  width: 150px;
  height: 40px;
  margin: 0 10px;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.address_book .dialog_btns a:hover {
  background: #3F3E48;
  color: #ffffff;
}
.address_book .popup_container {
  max-width: 430px;
}
@media (max-width: 1440px) {
  .address_book .form_fields > div {
    width: 30%;
  }
  .address_book .input_group {
    padding-right: 0;
  }
  .address_book .sm_input:first-child {
    margin-right: 10px;
  }
  .address_book .sm_input:last-child {
    margin-right: 0;
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .address_book .form_fields {
    max-height: 450px;
  }
  .address_book .form_fields > div {
    width: 48%;
  }
  .address_book .text_block_right {
    padding: 0 15px;
  }
  .address_book .field_block {
    margin-right: 15px;
  }
  .address_book .line_list {
    margin-top: 30px;
  }
  .address_book .line_list li {
    margin-bottom: 25px;
  }
  .address_book .line_list li:nth-child(odd) {
    padding-right: 15px;
    border-right: 1px solid rgba(153, 153, 153, 0.2);
  }
  .address_book .line_list li:nth-child(even) {
    padding-left: 15px;
  }
}
@media (max-width: 575px) {
  .address_book .form_fields {
    max-height: none;
  }
  .address_book .form_fields > div {
    width: 100%;
  }
  .address_book .field_block {
    margin-right: 0;
    max-width: none;
  }
  .address_book .button_block {
    max-width: none;
  }
  .address_book .button_block button {
    max-width: none;
  }
  .address_book .btn_group {
    flex-direction: column;
  }
  .address_book .back_btn {
    max-width: none;
    margin-left: 0;
    margin-top: 20px;
  }
  .address_book .address_book_block {
    flex-direction: column;
  }
  .address_book .text_block_left {
    width: 100%;
    padding-right: 0;
    border: none;
  }
  .address_book .text_block_right {
    padding: 0;
    margin-top: 20px;
    width: 100%;
  }
  .address_book .line_list li {
    width: 100%;
    padding: 0 !important;
    border: none !important;
  }
  .address_book .line_list .block_links {
    max-width: 50%;
  }
  .address_book .section_inner_title {
    text-align: left;
  }
  .address_book .dialog_popup .popup_container {
    padding: 20px 10px;
  }
}

.dioalog_opened .dialog_popup {
  top: 0;
}

.account_main_page .page_inner_title span {
  font-family: "regular", "arm-regular";
  display: block;
  margin-top: 5px;
}
.account_main_page .user_info {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 35px;
  margin-bottom: 40px;
}
.account_main_page .user_info::before {
  content: "";
  position: absolute;
  background: #999999;
  opacity: 0.2;
  height: 1px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.account_main_page .name_surname {
  font-family: "regular", "arm-regular";
}
.account_main_page .log_out {
  display: flex;
  align-items: center;
}
.account_main_page .block_text {
  font-size: 160%;
  line-height: 19px;
}
.account_main_page .logout_btn {
  font-size: 140%;
  font-family: "bold", "arm-bold";
  line-height: 18px;
  color: #3F3E48;
  margin-left: 10px;
}
.account_main_page .block_title {
  display: flex;
  justify-content: space-between;
  font-size: 240%;
  position: relative;
  font-family: "bold", "arm-bold";
  line-height: 29px;
  padding-bottom: 18px;
}
.account_main_page .block_title::before {
  content: "";
  position: absolute;
  background: #999999;
  opacity: 0.2;
  height: 1px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.account_main_page .account_info_block {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
}
.account_main_page .account_info_block::before {
  content: "";
  position: absolute;
  background: #999999;
  opacity: 0.2;
  height: 1px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.account_main_page .account_info_block .subblock_title::before {
  display: none;
}
.account_main_page .text_block_left {
  width: 50%;
  padding: 0 32px 0 0;
  position: relative;
  border-right: 1px solid rgba(153, 153, 153, 0.2);
}
.account_main_page .text_block_left::before {
  content: "";
  position: absolute;
  background: #999999;
  opacity: 0.2;
  height: 1px;
}
.account_main_page .text_block_right {
  width: 50%;
  padding: 0 32px;
}
.account_main_page .subblock_title {
  display: flex;
  justify-content: space-between;
  font-size: 160%;
  font-family: "bold", "arm-bold";
  line-height: 19px;
  padding-bottom: 10px;
}
.account_main_page .edit_info_btn {
  color: #3F3E48;
  font-family: "bold", "arm-bold";
  line-height: 18px;
  opacity: 0.7;
  display: flex;
  align-items: center;
}
.account_main_page .edit_info_btn:before {
  font-size: 110%;
  margin-right: 8px;
  margin-bottom: 2px;
}
.account_main_page .block_description {
  color: #6B6B6B;
  font-size: 160%;
  line-height: 19px;
  padding-bottom: 10px;
  max-width: 300px;
}
.account_main_page .change_pass_btn {
  color: #3F3E48;
  font-size: 140%;
  opacity: 0.7;
  font-family: "bold", "arm-bold";
  line-height: 18px;
}
.account_main_page .address_book {
  margin: 20px 0;
}
.account_main_page .link_to_page {
  display: flex;
  align-items: center;
  color: #3F3E48;
  font-size: 60%;
  font-family: "bold", "arm-bold";
  line-height: 18px;
  opacity: 0.7;
  position: relative;
  top: 0;
  right: 0;
}
.account_main_page .address_book_block {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
}
.account_main_page .address_book_block::before {
  content: "";
  position: absolute;
  background: #999999;
  opacity: 0.2;
  height: 1px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.account_main_page .order_history {
  margin: 20px 0;
}
.account_main_page .orders_list {
  max-width: 1280px;
  margin: 0 auto;
}
.account_main_page .orders_list .list_head {
  position: relative;
  display: flex;
  font-size: 160%;
  font-family: "bold", "arm-bold";
  line-height: 19px;
  color: #333333;
  align-items: center;
  min-height: 30px;
  padding: 20px 0;
}
.account_main_page .orders_list .list_head > * {
  flex: 0 0 16.6%;
  max-width: 16.6%;
  padding-left: 30px;
}
.account_main_page .orders_list .list_head > *:first-child {
  padding-left: 0;
}
.account_main_page .orders_list .list_head::before {
  content: "";
  position: absolute;
  background: #999999;
  opacity: 0.2;
  height: 1px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.account_main_page .orders_list .list_inner > li.opened .details_btn:before {
  content: attr(data-close);
}
.account_main_page .orders_list .list_inner > li.opened .reorder_btn:before {
  content: attr(data-close);
}
.account_main_page .orders_list .view_details {
  display: flex;
  justify-content: flex-end;
  font-family: "bold", "arm-bold";
  padding-left: 0 !important;
}
.account_main_page .orders_list .view_details > * {
  border: none;
  background: transparent;
  padding: 0;
  color: #3F3E48;
}
.account_main_page .orders_list .view_details > *:before {
  content: attr(data-open);
}
.account_main_page .orders_list .view_details .details_btn {
  margin-right: 20px;
}
.account_main_page .orders_list .order_head {
  height: 75px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 160%;
  line-height: 19px;
  color: #666666;
  justify-content: space-between;
  padding: 20px 0;
}
.account_main_page .orders_list .order_head > * {
  flex: 0 0 16.6%;
  max-width: 16.6%;
  padding-left: 30px;
}
.account_main_page .orders_list .order_head > *:first-child {
  padding-left: 0;
}
.account_main_page .orders_list .order_head::before {
  content: "";
  position: absolute;
  background: #999999;
  opacity: 0.2;
  height: 1px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.account_main_page .orders_list .order_price {
  font-family: "bold", "arm-bold";
}
.account_main_page .orders_list .order_status {
  font-family: "bold", "arm-bold";
}
.account_main_page .orders_list .pending {
  color: #F7B500;
}
.account_main_page .orders_list .success {
  color: #9CD95E;
}
.account_main_page .orders_list .canceled {
  color: #972523;
}
.account_main_page .recent_reviews {
  margin: 20px 0;
}
.account_main_page .recent_reviews .list_head > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.account_main_page .recent_reviews .order_head > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.account_main_page .recent_reviews .list_inner {
  font-family: "bold", "arm-bold";
}
.account_main_page .recent_reviews .list_inner .reviews_data {
  font-family: "regular", "arm-regular";
}
.account_main_page .recent_reviews .list_inner .reviews_product {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.account_main_page .recent_reviews .list_inner .reviews_description {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 263px;
}
.account_main_page .recent_reviews .product_rate {
  font-size: 75%;
}
.account_main_page .recent_reviews .product_rate span:not(last-child) {
  margin-right: 3px;
}
@media (max-width: 1439px) {
  .account_main_page .orders_list .list_head {
    font-size: 140%;
  }
  .account_main_page .orders_list .list_head > * {
    padding-left: 15px;
  }
  .account_main_page .orders_list .order_head {
    font-size: 140%;
  }
  .account_main_page .orders_list .order_head > * {
    padding-left: 15px;
  }
}
@media (max-width: 1199px) {
  .account_main_page .orders_list .list_head {
    font-size: 120%;
    line-height: 15px;
  }
  .account_main_page .orders_list .order_head {
    font-size: 120%;
    line-height: 15px;
  }
  .account_main_page .recent_reviews .list_inner .reviews_description {
    max-width: 210px;
  }
}
@media (max-width: 959px) {
  .account_main_page .welcome_txt {
    font-size: 240%;
  }
  .account_main_page .block_title {
    font-size: 190%;
  }
  .account_main_page .subblock_title {
    font-size: 120%;
  }
  .account_main_page .block_description {
    font-size: 120%;
  }
  .account_main_page .change_pass_btn {
    font-size: 110%;
  }
  .account_main_page .account_info_block {
    flex-direction: column;
  }
  .account_main_page .account_info_block .text_block_left {
    width: 100%;
    border: none;
  }
  .account_main_page .account_info_block .text_block_left:first-child {
    margin-bottom: 25px;
  }
  .account_main_page .text_block_left {
    padding: 0;
  }
  .account_main_page .text_block_right {
    padding: 0;
    width: 100%;
  }
  .account_main_page .address_book_block {
    flex-direction: column;
  }
  .account_main_page .address_book_block .text_block_left {
    width: 100%;
    margin-bottom: 25px;
    border: none;
  }
  .account_main_page .orders_list .list_head {
    font-size: 100%;
  }
  .account_main_page .orders_list .list_head > * {
    max-width: 17.6%;
    padding-left: 5px;
  }
  .account_main_page .orders_list .order_head {
    font-size: 100%;
  }
  .account_main_page .orders_list .order_head > * {
    max-width: 17.6%;
    padding-left: 5px;
  }
  .account_main_page .recent_reviews .list_head {
    font-size: 100%;
  }
  .account_main_page .recent_reviews .list_head > * {
    max-width: 19%;
    padding-left: 5px;
  }
  .account_main_page .recent_reviews .order_head > * {
    max-width: 19%;
  }
  .account_main_page .recent_reviews .list_inner .reviews_description {
    max-width: 90px;
  }
}
@media (max-width: 767px) {
  .account_main_page .content {
    flex-direction: column;
  }
  .account_main_page .account_navbar {
    margin-bottom: 25px;
    margin-right: 0;
    overflow-x: auto;
    max-width: 100%;
    min-width: 100%;
  }
  .account_main_page .account_navbar ul {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
  }
  .account_main_page .account_navbar li:first-child {
    border-radius: 0;
  }
  .account_main_page .recent_reviews .list_inner .reviews_description {
    white-space: nowrap;
  }
  .account_main_page .order_head > *:before {
    padding-right: 40px;
  }
}
@media (max-width: 575px) {
  .account_main_page .welcome_txt {
    font-size: 220%;
  }
  .account_main_page .block_title {
    font-size: 200%;
  }
  .account_main_page .subblock_title {
    font-size: 130%;
  }
  .account_main_page .block_description {
    font-size: 130%;
  }
  .account_main_page .change_pass_btn {
    font-size: 120%;
  }
  .account_main_page .orders_list .list_head {
    display: none;
  }
  .account_main_page .orders_list .order_head {
    flex-direction: column;
    height: auto;
  }
  .account_main_page .orders_list .order_head > * {
    display: flex;
    flex: none;
    width: 100%;
    max-width: 100%;
    padding: 5px 0;
    justify-content: space-between;
    align-items: center;
    font-size: 130%;
  }
  .account_main_page .orders_list .order_head > *:before {
    display: block;
    content: attr(data-mobile);
    color: #999999;
  }
  .account_main_page .orders_list .order_head .view_details {
    justify-content: flex-end;
  }
  .account_main_page .logout_btn {
    margin-left: 0;
    font-size: 120%;
    line-height: 15px;
    margin-top: 5px;
  }
  .account_main_page .block_text {
    font-size: 120%;
    line-height: 15px;
    white-space: nowrap;
  }
  .account_main_page .log_out {
    flex-direction: column;
  }
  .account_main_page .recent_reviews .list_inner .reviews_description, .account_main_page .recent_reviews .list_inner .reviews_product {
    max-width: none;
    text-align: right;
    white-space: normal;
  }
  .account_main_page .recent_reviews .list_inner .reviews_description::before, .account_main_page .recent_reviews .list_inner .reviews_product::before {
    text-align: left;
  }
}
@media (max-width: 399px) {
  .account_main_page .main_content .welcome_txt {
    font-size: 180%;
  }
  .account_main_page .main_content .block_title {
    font-size: 160%;
  }
  .account_main_page .main_content .subblock_title {
    font-size: 130%;
  }
  .account_main_page .main_content .block_description {
    font-size: 130%;
  }
  .account_main_page .main_content .change_pass_btn {
    font-size: 120%;
  }
  .account_main_page .account_navbar li {
    font-size: 120%;
  }
}

.newsletter .block_title {
  display: flex;
  justify-content: space-between;
  font-size: 320%;
  position: relative;
  font-family: "bold", "arm-bold";
  line-height: 38px;
  padding-bottom: 18px;
}
.newsletter .block_title::before {
  content: "";
  position: absolute;
  background: #999999;
  opacity: 0.2;
  height: 1px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.newsletter .option_title {
  margin: 25px 0 10px 0;
  color: #333333;
  font-size: 160%;
  font-family: "bold", "arm-bold";
  line-height: 19.2px;
}
.newsletter .subscription_type {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  max-width: 155px;
  justify-content: space-between;
  font-size: 120%;
  line-height: 14.4px;
}
.newsletter .btn_group {
  display: flex;
}
.newsletter .btn_group > * {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 100%;
  border-radius: 20px;
  font-family: "bold", "arm-bold";
  font-size: 110%;
  line-height: 14px;
}
.newsletter .save_btn {
  max-width: 300px;
  background: #4F4F5A;
  color: #ffffff;
  margin-right: 18px;
}
.newsletter .back_btn {
  max-width: 157px;
  color: #3F3E48;
  border: 1px solid #3F3E48;
  margin-left: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .newsletter .content {
    flex-direction: column;
  }
  .newsletter .account_navbar {
    margin-bottom: 25px;
    margin-right: 0;
    overflow-x: auto;
    max-width: 100%;
    min-width: 100%;
  }
  .newsletter .account_navbar ul {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
  }
  .newsletter .account_navbar li:first-child {
    border-radius: 0;
  }
}
@media (max-width: 479px) {
  .newsletter .main_content .block_title {
    font-size: 270%;
  }
  .newsletter .option_title {
    font-size: 130%;
  }
  .newsletter .subscription_type {
    font-size: 110%;
  }
  .newsletter .btn_group > * {
    height: 30px;
    font-size: 100%;
  }
}

.address_book .line_list .block_link:hover {
  opacity: 0.5;
}

/*# sourceMappingURL=account.css.map */
