@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');html {box-sizing: border-box;}*, *::before, *::after {box-sizing: inherit;outline: none;}body {font-family: 'Open Sans', sans-serif;font-weight: 400;font-style: normal;font-size: 16px;line-height: 1;background: #fffbee url('/usertpl/i/bg.webp');}img {box-sizing: content-box;width: auto;max-width: 100%;height: auto;border: none;}a {color: inherit;border: none;}input, textarea, option, select, button {border: none;font-family: inherit;font-size: inherit;line-height: inherit;}button {user-select: none;cursor: pointer;}.container {position: relative;width: 100%;max-width: 1215px;margin: 0 auto;padding: 0 15px;}.clearfix::before, .clearfix::after {content: '';display: table;}.clearfix::after {clear: both;}.title {margin: 0;padding: 40px 0;font-size: 28px;font-weight: 700;line-height: 30px;text-align: center;}.title--white {color: #fff;}.title--purple {color: #f02b63;}.title--orange {color: #fd6b0d;}.button {position: relative;display: block;margin: 0;padding: 10px;border: 3px solid #fff;border-radius: 10px;font-size: 16px;font-weight: 700;line-height: 20px;white-space: nowrap;color: #fff;text-align: center;text-decoration: none;user-select: none;background: #f02b63;cursor: pointer;transition: .3s;}.button:hover {}.button:active {top: 1px;}.button:disabled {border-color: #f67a9d;background: #f67a9d;}.zoom {position: relative;}.zoom::before {content: '';position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: 1;background: #000;opacity: 0;transition: .3s;}.zoom::after {content: '';position: absolute;top: 50%;left: 50%;z-index: 2;width: 40px;height: 40px;background: url(/usertpl/i/zoom.svg) no-repeat center / 40px;opacity: .4;transform: translate(-50%, -50%);transition: .3s;}.zoom:hover::before {opacity: .3;}.zoom:hover::after {opacity: 1;}.purple {position: relative;}.purple::before, .purple::after {content: '';position: absolute;left: 0;right: 0;z-index: 2;width: 100%;height: 8px;}.purple::before {top: -8px;background: url(/usertpl/i/purple-top.png) repeat-x center bottom;}.purple::after {bottom: -8px;background: url(/usertpl/i/purple-bot.png) repeat-x center top;}.green {position: relative;}.green::before, .green::after {content: '';position: absolute;left: 0;right: 0;z-index: 2;width: 100%;height: 8px;}.green::before {top: -8px;background: url(/usertpl/i/green-top.png) repeat-x center bottom;}.green::after {bottom: -8px;background: url(/usertpl/i/green-bot.png) repeat-x center top;}.orange {position: relative;}.orange::before, .orange::after {content: '';position: absolute;left: 0;right: 0;z-index: 2;width: 100%;height: 8px;}.orange::before {top: -8px;background: url(/usertpl/i/orange-top.png) repeat-x center bottom;}.orange::after {bottom: -8px;background: url(/usertpl/i/orange-bot.png) repeat-x center top;}.map {height: 400px;background: #ccc;}@media (min-width: 768px) {.title--white {position: relative;padding: 0 60px;}.title--white::before, .title--white::after {content: '';position: absolute;top: 0;width: 40px;height: 40px;}.title--white::before {left: 0;background: url(/usertpl/i/candy-white.png) no-repeat center;}.title--white::after {right: 0;background: url(/usertpl/i/candy-white.png) no-repeat center;}.title--purple {position: relative;padding: 0 60px;}.title--purple::before, .title--purple::after {content: '';position: absolute;top: 0;width: 40px;height: 40px;}.title--purple::before {left: 0;background: url(/usertpl/i/candy-purple.png) no-repeat center;}.title--purple::after {right: 0;background: url(/usertpl/i/candy-purple.png) no-repeat center;}.title--orange {position: relative;padding: 0 60px;}.title--orange::before, .title--orange::after {content: '';position: absolute;top: 0;width: 40px;height: 40px;}.title--orange::before {left: 0;background: url(/usertpl/i/candy-orange.png) no-repeat center;}.title--orange::after {right: 0;background: url(/usertpl/i/candy-orange.png) no-repeat center;}}.form {}.form input, .form textarea {display: block;width: 100%;height: 38px;padding: 0 15px;border: 1px solid #fde2ea;border-radius: 10px;font-size: 13px;line-height: 20px;color: #000;background: #fbf8f2;}.form textarea {min-width: 100%;max-width: 100%;min-height: 100px;max-height: 250px;}.form input:focus, .form textarea:focus {border-color: #ccc;}.form input[type="radio"], .form input[type="checkbox"] {display: none;}.form input[type="radio"] + label {position: relative;display: inline-block;margin: 0 0 0 30px;font-size: 15px;line-height: 20px;cursor: pointer;}.form input[type="radio"] + label::before {content: '';position: absolute;top: 0;left: -30px;z-index: 1;width: 20px;height: 20px;border: 1px solid #fde2ea;border-radius: 5px;background: #fbf8f2;}.form input[type="radio"]:checked + label::after {content: '';position: absolute;top: 5px;left: -25px;z-index: 2;width: 10px;height: 10px;border-radius: 2px;background: #aaa;}.form input:focus {}.form input:disabled {}.form_wrap {display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: flex-start;}.form_group {width: 100%;margin: 0 0 15px;}.form_group_2 {width: 100%;margin: 0 0 15px;}.form_group--hidden {display: none;}.form_button {margin: 0 auto;padding: 6px 15px;border-color: #f02b63;}@media (min-width: 768px) {.form_group_2 {width: calc((100% - 15px)/2);margin: 0 15px 15px 0;}.form_group_2:nth-child(2n) {margin: 0 0 15px;}}.modal {position: relative;z-index: 9999;display: none;}.modal_overlay {position: fixed;top: 0;bottom: 0;right: 0;left: 0;z-index: 1;display: flex;overflow: auto;background: rgba(0,0,0,.5);}.modal_block {display: none;width: 100%;max-width: 520px;margin: auto;padding: 30px 15px;}.modal_loading {position: fixed;top: 50%;left: 50%;z-index: 9;display: none;justify-content: center;align-items: center;width: 140px;height: 60px;padding: 10px 20px;margin: -30px 0 0 -70px;border-radius: 10px;background: #fff;box-shadow: 0 0 5px 0 #ccc;overflow: hidden;}.modal_head {position: relative;padding: 20px 60px 20px 20px;border-radius: 10px 10px 0 0;background: #c3d600;}.modal_head::before {display: none;}.modal_close {position: absolute;top: 20px;right: 20px;z-index: 1;width: 20px;height: 20px;padding: 2px;background: transparent;}.modal_body {padding: 25px 20px 20px;border-radius: 0 0 10px 10px;background: #fff;}.modal_title {min-height: 20px;margin: 0;font-size: 20px;line-height: 20px;color: #fff;}.modal_text {margin: 0;font-size: 17px;line-height: 20px;text-align: center;}.wrap {display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: flex-start;}.node {width: 100%;margin: 0 0 15px;}.node_title {margin: 0;font-size: 16px;font-weight: 700;line-height: 20px;color: #f02b63;}.node_title a {text-decoration: none;}.node_more {margin: 0;font-size: 14px;line-height: 15px;color: #a54405;}.node_more a {border-bottom: 1px solid;text-decoration: none;}.data_title {margin: 0 0 15px;font-size: 20px;font-weight: 600;line-height: 25px;color: #f02b63;}.data_content {margin: 0;font-size: 15px;line-height: 1.3;}.image {display: flex;justify-content: center;align-items: center;}.image img {flex: 0 0 auto;display: block;max-height: 100%;}.image_big {margin: 0 0 8px;}.image_big_item {display: none;width: 100%;height: 260px;padding: 15px;border: 1px solid #ececec;background: #fff;}.image_big_item--active {display: flex;}.image_big_item img {max-height: 100%;}.image_small {display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: flex-start;}.image_small_item {width: calc(25% - 6px);margin: 0 8px 0 0;height: 60px;padding: 10px;border: 1px solid #ececec;background: #fff;transition: .3s;}.image_small_item:nth-child(4) {margin: 0;}.image_small_item:hover, .image_small_item--active {border: 1px solid #f02b63;}.image_small_item img {max-height: 100%;}.catalog_wrap {margin: 0 0 15px;}.catalog_node {position: relative;padding: 15px;border-radius: 15px;background: #fffbee;}.catalog_code {margin: 0;font-size: 13px;font-weight: 300;line-height: 15px;color: #9a9895;}.catalog_node_image {height: 250px;margin: 0 0 15px;padding: 10px;border-radius: 10px;background: #fff;}.catalog_node .node_title {margin: 0 0 10px;min-height: 40px;overflow: hidden;}.catalog_node_info {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;margin: 0 0 10px;}.catalog_node .catalog_code {position: absolute;top: 20px;left: 20px;}.catalog_avl {font-size: 15px;line-height: 20px;color: #dbb86b;}.catalog_price {font-size: 20px;font-weight: 700;line-height: 20px;color: #383636;}.catalog_price i {border-bottom: 1px dashed;font-style: normal;cursor: pointer;}.catalog_oneclick {display: block;width: 152px;height: 30px;border-radius: 10px;font-size: 14px;font-weight: 700;background: #c3d600;}.catalog_incart {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}.catalog_node_count {width: 100%;margin: 0 0 15px;}.catalog_incart_button {width: 100%;padding: 6px;border-color: #f02b63;font-size: 13px;text-transform: uppercase;}.catalog_incart_button span {padding: 0 0 0 30px;background: url(/usertpl/i/incart.svg) no-repeat left center / 20px;}.catalog_data {display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: flex-start;}.catalog_left {width: 100%;margin: 0 0 20px;}.catalog_right {width: 100%;}.catalog_content {order: 2;width: 100%;}.catalog_data_info {order: 1;width: 100%;margin: 0 0 20px;padding: 15px;border: 1px solid #ececec;border-radius: 15px;background: #fffbee;text-align: center;}.catalog_data .data_title {margin: 0 0 10px;}.catalog_data .catalog_code {margin: 0 0 20px;}.catalog_data .catalog_incart_button {width: 100%;}.catalog_data_count {width: 100%;margin: 0 0 15px;}.catalog_data .catalog_price {margin: 0 0 15px;}.catalog_data .catalog_avl {margin: 0 0 15px;}.catalog_data .catalog_oneclick {width: 100%;margin: 0 0 10px;}.article_node {margin: 0 0 30px;}.article_node .node_title {margin: 0 0 10px;}.article_data .data_content {margin: 0 0 30px;}.news_node {display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: flex-start;margin: 0 0 30px;}.news_node .node_title {margin: 0 0 10px;}.news_node_image {width: 100%;height: 180px;margin: 0 0 20px;background: no-repeat center / cover;}.news_node_desc {width: 100%;}.news_data_image {margin: 0 0 20px;}.news_data_image img {display: block;margin: 0 auto;}.gallery_wrap {margin: 0 0 15px;}.gallery_node {display: block;height: 180px;background: no-repeat center / cover;}.file_node {display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: center;margin: 0 0 30px;}.file_node_button {order: 2;width: 100%;margin: 15px 0 0;}.file_node_desc {order: 1;width: 100%;}@media (min-width: 480px) {.node {width: calc((100% - 15px)/2);margin: 0 15px 15px 0;}}@media (min-width: 480px) and (max-width: 767px) {.node:nth-child(2n) {margin: 0 0 15px;}}@media (min-width: 768px) {.node {width: calc((100% - 30px)/3);}.news_node_image {width: 260px;margin: 0 30px 0 0;}.news_node_desc {width: calc(100% - 290px);}.file_node_button {order: 1;width: 260px;margin: 0 30px 0 0;}.file_node_desc {order: 2;width: calc(100% - 290px);}.catalog_left {width: 300px;margin: 0 30px 0 0;}.catalog_right {width: calc(100% - 330px);}}@media (min-width: 768px) and (max-width: 1023px) {.node:nth-child(3n) {margin: 0 0 15px;}}@media (min-width: 920px) {.catalog_content {order: 1;width: calc(100% - 230px);}.catalog_data_info {order: 2;width: 200px;margin: 0 0 0 30px;}}@media (min-width: 1024px) {.node {width: calc((100% - 45px)/4);margin: 0 15px 15px 0;}.node:nth-child(4n) {margin: 0 0 15px;}.image_big_item {height: 360px;}.image_small_item {height: 90px;}.catalog_left {width: 400px;}.catalog_right {width: calc(100% - 430px);}}@media (min-width: 1200px) {.catalog_node_count {width: 80px;margin: 0;}.catalog_incart_button {width: 152px;}.catalog_node .count_num {padding: 0 25px;}.catalog_node .count_button {width: 25px;}}.heading {padding: 20px 0 5px;}.heading_wrap {display: flex;flex-wrap: wrap;justify-content: space-around;align-items: center;}.heading_block {margin: 0 0 20px;}.heading_text {margin: 5px 0 0;font-size: 13px;font-weight: 300;line-height: 20px;color: #a54405;}.heading_text span {border-bottom: 1px dashed;cursor: pointer;}.logo_link {display: flex;justify-content: center;text-decoration: none;}.logo_link img {display: block;margin: 0 10px 0 0;}.logo_link span {font-size: 39px;font-weight: 700;line-height: 50px;color: #f02b63;}.logo_text {margin: 5px 0 0;font-size: 15px;font-weight: 300;line-height: 20px;color: #a54405;text-align: center;text-transform: uppercase;}.search {width: 100%;}.search_form {position: relative;}.search_form input {width: 100%;height: 37px;padding: 0 45px 0 15px;border: 1px solid #fde2ea;border-radius: 10px;font-size: 13px;font-weight: 300;line-height: 20px;color: #a54405;background: #fbf8f2;}.search_form button {position: absolute;top: 3px;right: 3px;z-index: 1;width: 31px;height: 31px;border: none;border-radius: 8px;background: #c3d600 url(/usertpl/i/search.svg) no-repeat center / 20px;}.search_text {text-align: center;}.phone {padding: 0 0 0 75px;background: url(/usertpl/i/phone.svg) no-repeat left 10px center / 50px;}.phone_link {font-size: 17px;font-weight: 600;line-height: 20px;color: #f02b63;text-decoration: none;}.phone_city {font-size: 13px;line-height: 20px;color: #a54405;}.phone_text {margin: 2px 0 0;}.minicart {padding: 0 0 0 70px;background: url(/usertpl/i/cart.svg) no-repeat left 10px center / 50px;}.minicart_block {position: relative;margin: 0 0 0 10px;padding: 10px;border: 1px solid #fde2ea;border-left: none;border-radius: 0 10px 10px 0;background: #fbf8f2;}.minicart_block::before {content: '';position: absolute;top: 0;left: -8px;z-index: -1;width: 15px;height: calc(100% + 1px);border: 1px solid #fde2ea;border-right: none;border-top: none;background: #fbf8f2;transform: skewX(-12deg);}.minicart_text {margin: 0;font-size: 13px;font-weight: 300;line-height: 20px;color: #a54405;}.minicart_text span {font-weight: 600;}.minicart_link {border-bottom: 1px solid;font-size: 13px;font-weight: 700;line-height: 20px;color: #f02b63;text-decoration: none;}.menu {position: relative;padding: 7.5px 0;background: #f02b63;}.menu_toggle {padding: 5px 0;}.menu_icon {display: block;width: 20px;height: 20px;margin: 0 auto;}.menu_icon--hidden {display: none;}.menu_list {display: none;}.menu_wrap {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}.menu_item {width: 100%;padding: 5px 0;font-size: 16px;font-weight: 800;line-height: 30px;color: #fbf8f2;text-align: center;}.menu_item a {text-decoration: none;}@media (min-width: 768px) {.logo_link span {font-size: 49px;}.search {width: auto;}}@media (min-width: 992px) {.menu_toggle {display: none;}.menu_list {display: block;}.menu_item {width: auto;padding: 0;}}@media (min-width: 1200px) {.heading_wrap {justify-content: space-between;}}.slider_item {height: 510px;background: no-repeat center / cover;}.slider_block {position: absolute;top: 50%;left: 0;transform: translateY(-50%);z-index: 1;display: flex;flex-wrap: wrap;justify-content: center;align-items: flex-start;width: 100%;text-align: center;}.slider_title {display: inline-block;margin: 0 0 15px;padding: 10px 15px;border-radius: 15px;font-size: 30px;font-weight: 700;line-height: 35px;color: #f02b63;background: #c3d600;}.slider_text {display: inline-block;margin: 0 0 15px;padding: 5px 20px;border-radius: 15px;font-family: 'Arial';font-size: 20px;line-height: 25px;color: #fff;background: #fd6b0d;}.slider_button {display: inline-block;}.catalog {position: relative;padding: 0 0 40px;background: #fd6b0d;}.catalog .section_title {color: #fff;}.catalog_text {margin: 20px 0;font-size: 20px;line-height: 25px;color: #fff;text-align: center;}.catalog_button {width: 270px;margin: 0 auto;}.brand {padding: 10px 0 70px;}.brand_wrap {display: flex;flex-wrap: wrap;justify-content: space-around;align-items: center;padding: 20px 0 0;}.brand_item {margin: 0 10px 20px;}.popular {padding: 0 0 30px;background: #c3d600;}.inner {padding: 0 0 50px;min-height: 400px;}.table {width: 100%;text-align: center;font-size: 14px;}.table_head {display: none;border-top: 1px solid #ececec;border-left: 1px solid #ececec;font-weight: 600;color: #fff;background: #c3d600;}.table_item {position: relative;display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: stretch;margin: 0 0 15px;border-top: 1px solid #ececec;border-left: 1px solid #ececec;background: #fff;}.table_cell {padding: 10px;border-right: 1px solid #ececec;border-bottom: 1px solid #ececec;}.table_cell_image {width: 100%;}.table_cell_image .image {height: 130px;}.table_cell_title {width: 100%;}.table_cell_price {width: 100%;}.table_cell_count {width: 100%;}.table_cell_delete {position: absolute;top: 0;right: 0;z-index: 1;border-left: 1px solid #ececec;}.count {position: relative;}.count_num {width: 100%;height: 38px;padding: 0 38px;border-top: 1px solid #fde2ea;border-bottom: 1px solid #fde2ea;font-size: 19px;font-weight: 600;color: #6c0507;text-align: center;}.count_button {position: absolute;top: 0;z-index: 1;display: flex;justify-content: center;align-items: center;width: 38px;height: 38px;background: #fd6b0d;}.count_button img {display: block;width: 10px;}.count_button_minus {left: 0;border-radius: 10px 0 0 10px;}.count_button_plus {right: 0;border-radius: 0 10px 10px 0;}.cart {display: none;}.cart_delete {width: 38px;height: 38px;padding: 12px;border-radius: 10px;background: #fd6b0d;}.cart_message {display: none;}.cart_table_delivery {position: relative;padding: 10px 10px 15px;font-size: 20px;color: #fff;text-align: center;background: #f02b63;}.cart_table_delivery::before {content: '';position: absolute;top: -8px;left: 0;z-index: 2;width: 100%;height: 8px;background: url(/usertpl/i/purple-top.png) repeat-x center bottom;}.cart_delivery {margin: 0 0 10px;padding: 20px 0 0;font-size: 25px;font-weight: 700;line-height: 30px;}.cart_sum {margin: 0;padding: 0 0 20px;font-size: 30px;font-weight: 700;line-height: 30px;}.message {padding: 60px 0;text-align: center;}.message_title {margin: 0 0 20px;font-size: 25px;font-weight: 600;line-height: 30px;color: #f02b63;}.message_text {margin: 0;font-size: 18px;line-height: 20px;color: #a54405;}.message_text a {border-bottom: 1px solid;text-decoration: none;}.message_text span {border-bottom: 1px dashed;cursor: pointer;}.message_code {margin: 50px 0;font-size: 150px;font-weight: 700;color: #c3d600;}.order {display: none;}.order_title {margin: 0 0 15px;font-size: 18px;font-weight: 600;line-height: 20px;text-align: center;}.order_form {max-width: 800px;margin: 0 auto;padding: 15px;border-radius: 15px;background: #fd6b0d;}.order_block {width: 100%;}.expand_button {position: relative;display: block;margin: 0 auto;padding: 10px 50px;font-size: 20px;font-weight: 700;line-height: 20px;text-transform: uppercase;color: #f02b63;background: transparent;}.expand_button::before, .expand_button::after {content: '';position: absolute;top: 10px;z-index: 1;width: 20px;height: 20px;background: url(/usertpl/i/expand.svg) no-repeat center / cover;transition: .2s;}.expand_button::before {left: 15px;}.expand_button::after {right: 15px;}.expand_button--active::before {transform: rotate(-180deg);}.expand_button--active::after {transform: rotate(180deg);}.expand_content {display: none;padding: 20px 0 0;}.sort {display: flex;flex-wrap: wrap;justify-content: flex-end;align-items: flex-start;margin: 0 0 15px;}.sort_select {width: 285px;height: 38px;padding: 0 10px;border: 1px solid #fde2ea;border-radius: 10px;font-size: 14px;background: #fbf8f2;}.whatsapp {position: fixed;bottom: 20px;left: 20px;z-index: 5;}.whatsapp_link {display: flex;align-items: center;padding: 17.5px;border-radius: 50%;font-size: 15px;line-height: 30px;text-decoration: none;background: #c3d600;box-shadow: 0 19px 38px 0 rgba(34,36,43,.3);}.whatsapp_link span {display: none;margin: 0 0 0 10px;}@media (min-width: 768px) {.table {display: table;border-collapse: collapse;}.table_head {display: table-header-group;}.table_content {display: table-row-group;}.table_item {display: table-row;margin: 0;}.table_cell {display: table-cell;vertical-align: middle;}.table_cell_image {width: 160px;}.table_cell_title {width: auto;}.table_cell_price {width: 160px;}.table_cell_count {width: 170px;}.table_cell_delete {position: static;width: 58px;}.order_block {width: 50%;}.whatsapp {position: fixed;bottom: 0;left: 30px;z-index: 5;}.whatsapp_link {padding: 5px 15px;border-radius: 8px 8px 0 0;box-shadow: 0 12px 14px 8px rgba(0,0,0,.17);}.whatsapp_link span {display: block;}}@media (min-width: 1200px) {.slider_title {padding: 15px 50px;font-size: 57px;line-height: 60px;}.slider_text {padding: 15px 30px;font-size: 27px;line-height: 30px;}}.index_footer .footer_menu {padding: 20px 0 10px;}.index_footer .footer_menu::before {display: none;}.footer_wrap {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;padding: 40px 0 50px;}.footer_block {width: 100%;margin: 0 0 20px;text-align: center;}.footer_text {margin: 0;font-size: 13px;font-weight: 300;line-height: 16px;color: #a54405;}.footer_text a {text-decoration: none;}.footer_text a:hover {border-bottom: 1px solid;}@media (min-width: 768px) {.footer_block {width: auto;text-align: left;}.footer_block:last-child {text-align: right;}}.section {margin: 0 0 20px;}.section_item {width: 150px;margin: 0 7.5px 30px;}.section_wrap {display: flex;flex-wrap: wrap;justify-content: space-around;align-items: flex-start;}.section_image {display: block;width: 120px;height: 120px;margin: 0 auto 10px;border: 4px solid #dbb86b;border-radius: 50%;background: #fbf8f2 no-repeat center / cover;}.section_title {margin: 0;font-size: 20px;font-weight: 800;line-height: 25px;color: #000;text-align: center;}.section_title a {text-decoration: none;}@media (min-width: 768px) {.section_item {width: 270px;margin: 0 7.5px 30px;}}@media (min-width: 1200px) {.section_image {width: 240px;height: 240px;margin: 0 auto 20px;}}.paging {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}.paging_item {display: block;width: 38px;height: 38px;margin: 0 5px;border-radius: 10px;font-size: 15px;font-weight: 600;line-height: 38px;color: #fff;text-align: center;text-decoration: none;background: #fd6b0d;}.paging_item--active {opacity: .7;}