/*---null---*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

input,
textarea {
  font-family: "Poppins", sans-serif;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

@font-face {
  font-family: 'ArialRounded';
  src: url("../fonts/Arial-Rounded.woff") format("woff"),
    url("../fonts/Arial-Rounded.ttf") format("truetype");
}

/*---null---*/
._container {
  max-width: 1250px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 1250px) {
  ._container {
    max-width: 1200px;
  }
}

@media (max-width: 1200px) {
  ._container {
    max-width: 1024px;
  }
}

@media (max-width: 1024px) {
  ._container {
    max-width: 992px;
  }
}

@media (max-width: 992px) {
  ._container {
    max-width: 970px;
  }
}

@media (max-width: 970px) {
  ._container {
    max-width: 767px;
  }
}

@media (max-width: 767px) {
  ._container {
    max-width: none;
  }
}

@media (max-width: 320px) {
  h2 {
    font-size: 38px !important;
  }
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

html::-webkit-scrollbar {
  width: 5px;
  background-color: #f9f9fd;
}

html::-webkit-scrollbar-thumb {
  background-color: #131B16;
}

html::-webkit-scrollbar-track {
  background-color: #f9f9fd;
}

body {
  color: #5E4870;
  font-size: 16px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: #F9F8F4;
}

button {
  border: 0;
  background: transparent;
}

.hideScroll {
  overflow-x: hidden;
  overflow-y: hidden;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.72);
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.72);
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.72);
}

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.72);
}

a {
  transition: 0.5s;
}

.hide {
  display: none;
}

.show {
  display: block !important;
}

.showMenu {
  display: flex !important;
}

.TransformArrow {
  transform: rotate(-180deg);
}

.showMenu {
  opacity: 1 !important;
  visibility: visible !important;
}

.markButton {
  background: #2a653f !important;
}

.back {
  background: #FFFFFF;
  width: 1250px;
  box-shadow: 0px 8px 15px rgba(217, 222, 226, 0.5);
  min-height: 800px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 40px 30px;
  border-radius: 25px;
}

.slick-track {
  display: flex
}

.pristine-error {
  position: absolute;
  bottom: -5px;
  right: 0;
  color: #EE8168;
  font-weight: 600;
  font-size: calc(10px + 0 * ((100vw - 320px) / 1120));
}

.error-404 {
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.error__title {
  font-family: "ArialRounded";
  font-size: calc(48px + 22 * ((100vw - 320px) / 1120));
  line-height: 122.8070175439%;
  text-align: center;
  font-weight: 600;
  color: #383838;
  margin-top: -150px;
}

.error__description {
  margin-top: 8px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #383838;
}

.has-danger input {
  border: 1px solid #EE8168 !important;
}

.has-danger .pristine-error {
  position: absolute;
  bottom: -5px;
  right: 0;
  font-weight: 600;
  font-size: calc(10px + 0 * ((100vw - 320px) / 1120));
}

.notification-error {
  background: #FAEFED;
  border: 2px solid #ECD2CA;
  position: fixed;
  right: 40px;
  top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  border-radius: 16px;
  width: 433px;
  height: 66px;
  padding: 30px;
  display: none;
}

@media (max-width: 520px) {
  .notification-error {
    width: 96%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.notification-inforrmation {
  background: #E8EFF9;
  border: 2px solid #B7CBE5;
  position: fixed;
  right: 40px;
  top: 50px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  border-radius: 16px;
  width: 433px;
  height: 66px;
  padding: 30px;
  display: none;
}

@media (max-width: 520px) {
  .notification-inforrmation {
    width: 96%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.notification-caution {
  background: #FEF8EB;
  border: 2px solid #F3DFB9;
  position: fixed;
  right: 40px;
  top: 50px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  border-radius: 16px;
  width: 433px;
  height: 66px;
  padding: 30px;
  display: none;
}

@media (max-width: 520px) {
  .notification-caution {
    width: 96%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.notification-successful {
  background: #F1F9F4;
  border: 2px solid #CEE5D3;
  position: fixed;
  right: 40px;
  top: 50px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  border-radius: 16px;
  width: 433px;
  height: 66px;
  padding: 30px;
  opacity: 1;
  display: none;
}

@media (max-width: 520px) {
  .notification-successful {
    width: 96%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.message.active {
  display: flex
}

.message.active.hide {
  transition: all .7s ease-in-out;
  opacity: 0;
  transform: translateX(300px);
}

.notification__exit {
  cursor: pointer;
}

.active .notification-error {
  display: flex;
}

.active .notification-inforrmation {
  display: flex;
}

.active .notification-caution {
  display: flex;
}

.active .notification-successful {
  display: flex;
}

.error-info .pristine-error {
  position: absolute;
  bottom: -12px;
  line-height: 1.4;
  right: 0;
  font-weight: 600;
  font-size: 10px;
}

@media (max-width: 1300px) {
  .back {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}

@media (max-width: 520px) {
  .back {
    padding: 40px 0px;
  }
}

.upload__wrapper svg {
  display: flex;
  align-items: center;
  position: absolute;
  width: 35px;
  right: -50px;
  bottom: 0px;
  display: none;
}

@media (max-width: 520px) {
  .upload__wrapper svg {
    bottom: -6px;
  }
}

.active .upload__wrapper svg {
  display: flex;
}

/* .blocked span {
  opacity: 0.3;
}

.blocked input {
  background: rgba(204, 204, 204, 0.23) !important;
  border: 1px solid #CCCCCC !important;
  color: #f1f0e9 !important;
  pointer-events: none;
  cursor: default;
} */

#place_order {
  display: none;
}

.btnOrderHide {
  color: #83A38F !important;
  background: #A3C3AF !important;
  border: 0px solid #383838 !important;
  background: #3f8d5b;
  border: 1px solid #383838;
  box-sizing: border-box;
  border-radius: 12px;
  height: 56px;
  font-size: calc(14px + 1 * ((100vw - 320px) / 1120));
  max-width: 460px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
  margin-top: 25px;
}

.btnOrderHide img {
  opacity: 0.5 !important;
  margin-left: 8px !important;
}

.blocked input::-webkit-input-placeholder {
  color: #f1f0e9 !important;
}

.blocked input:-ms-input-placeholder {
  color: #f1f0e9 !important;
}

.blocked input::-moz-placeholder {
  color: #f1f0e9 !important;
}

.blocked input:-moz-placeholder {
  color: #f1f0e9 !important;
}

.navigation__arrow .slick-disabled {
  display: none !important;
}

#prevSlide {
  position: relative;
}

#prevSlide svg {
  position: absolute;
  left: 10px;
  top: 10px;
}

@-webkit-keyframes ani {
  0% {
    transform: translateY(-150%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes ani {
  0% {
    transform: translateY(-150%);
  }

  100% {
    transform: translateY(0);
  }
}

.header {
  margin: 16px 0px;
  margin-bottom: 18px;
}

.header .header__union {
  width: 1270px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1300px) {
  .header .header__union {
    width: 100%;
    padding: 0 30px;
  }
}

@media (max-width: 520px) {
  .header .header__union {
    padding: 0 10px;
  }
}

@media (max-width: 430px) {
  .header .header__union .header__logo svg {
    width: 180px;
  }
}

@media (max-width: 370px) {
  .header .header__union .header__logo svg {
    width: 155px;
  }
}

@media (max-width: 430px) {
  .header .header__union .header__logo path {
    display: none;
  }
}

@media (max-width: 430px) {
  .header .header__union .header__logo .mob-logo {
    display: block;
  }
}

.header .header__union .header__profile {
  position: relative;
  background: #3f8d5b;
  border: 1px solid #383838;
  box-sizing: border-box;
  border-radius: 12px;
  font-style: normal;
  width: 142px;
  padding: 0px 20px;
  height: 40px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.5s;
  margin-left: auto;
  margin-right: 8px;
}

@media (max-width: 510px) {
  .header .header__union .header__profile {
    width: auto;
    padding: 0px 15px;
  }
}

.header .header__union .header__profile:hover {
  background: #33794d;
}

.header .header__union .header__profile .header__arrow {
  position: absolute;
  content: "";
  right: 17px;
  bottom: 17px;
  width: 10px;
  height: 5px;
  background: url(../img/arrow-button-wite.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.header__profile:hover .header__arrow {
  transition: 0.5s;
  transform: rotate(180deg);
}

.header__profile_block:hover .header__arrow {
  transition: 0.5s;
  transform: rotate(180deg);
}

.header .header__union .header__profile img {
  margin-right: 7px;
}

@media (max-width: 510px) {
  .header .header__union .header__profile img {
    margin-right: 0;
  }
}

@media (max-width: 510px) {
  .header .header__union .header__profile span {
    display: none;
  }
}

@media (max-width: 510px) {
  .header .header__union .header__profile .header__arrow {
    display: none;
  }
}

.header .header__union .header__profile .header__profile_block {
  display: none;
  position: absolute;
  z-index: 1111;
  top: 40px;
  left: 0;
  width: 142px;
  min-height: 70px;
  background: #F1F0E9;
  border: 1px solid #383838;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 20px;
  padding-bottom: 6px;
}

.header .header__union .header__profile .header__profile_block::after {
  position: absolute;
  content: '';
  left: 0px;
  top: -12px;
  width: 100%;
  height: 21px;
  background: transparent;
}

@media (max-width: 510px) {
  .header .header__union .header__profile .header__profile_block {
    left: auto;
    right: 0;
  }
}

.header .header__union .header__profile .header__profile_block ul li a {
  color: #383838;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  display: block;
  margin-bottom: 8px;
}

.header .header__union .header__profile .header__profile_block ul li .header__logout {
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #EE8168;
  display: block;
  border-top: 1px solid #E0DFD6;
  padding-top: 5px;
  margin-top: 8px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.header .header__union .header__profile .header__profile_block ul li .header__logout img {
  margin-right: 7px;
  display: block;
}

.header .header__union .header__profile_login {
  position: relative;
  background: #3f8d5b;
  border: 1px solid #383838;
  box-sizing: border-box;
  border-radius: 12px;
  font-style: normal;
  width: 111px;
  margin-right: 0;
  justify-content: center;
  padding: 0px 20px;
  height: 40px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #FFFFFF;
  cursor: pointer;
  transition: 0.5s;
  margin-left: auto;
}

@media (max-width: 510px) {
  .header .header__union .header__profile_login {
    width: auto;
    padding: 0px 15px;
  }
}

.header .header__union .header__profile_login:hover {
  background: #33794d;
}

.header .header__union .header__profile_login .header__arrow {
  position: absolute;
  content: "";
  right: 17px;
  bottom: 17px;
  width: 10px;
  height: 5px;
  background: url(../img/arrow-button-wite.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.header .header__union .header__profile_login img {
  margin-right: 7px;
}

@media (max-width: 510px) {
  .header .header__union .header__profile_login img {
    margin-right: 0;
  }
}

@media (max-width: 510px) {
  .header .header__union .header__profile_login span {
    display: none;
  }
}

@media (max-width: 510px) {
  .header .header__union .header__profile_login .header__arrow {
    display: none;
  }
}

.header .header__union .header__profile_login .header__profile_block {
  display: none;
  position: absolute;
  z-index: 1111;
  top: 40px;
  left: 0;
  width: 142px;
  min-height: 70px;
  background: #F1F0E9;
  border: 1px solid #383838;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 20px;
  padding-bottom: 6px;
}

@media (max-width: 510px) {
  .header .header__union .header__profile_login .header__profile_block {
    left: auto;
    right: 0;
  }
}

.header .header__union .header__profile_login .header__profile_block ul li a {
  color: #383838;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  display: block;
  margin-bottom: 8px;
}

.header .header__union .header__profile_login .header__profile_block ul li .header__logout {
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #EE8168;
  display: block;
  border-top: 1px solid #E0DFD6;
  padding-top: 5px;
  margin-top: 8px;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.header .header__union .header__profile_login .header__profile_block ul li .header__logout img {
  margin-right: 7px;
  display: block;
}

.header .header__union .header__cart {
  position: relative;
  background: linear-gradient(0deg, #F9F8F4, #F9F8F4);
  border: 1px solid #EE8168;
  box-sizing: border-box;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  align-items: center;
  display: flex;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
}

.header .header__union .header__cart:hover {
  background: #ffffff;
}

.header .header__union .header__cart img {
  width: 12px;
}

.header .header__union .header__cart span {
  position: absolute;
  content: "";
  right: -5px;
  bottom: -5px;
  width: 20px;
  height: 20px;
  background: #EE8168;
  padding: 5px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 10px;
  line-height: 11px;
  color: #FFFFFF;
}

.offer {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F9F8F4;
}

@media (max-height: 736px) {
  .offer {
    min-height: 550px;
  }
}

@media all and (max-width: 970px) {
  .checkout__union .shipping label {
    width: 100% !important;
  }
}

@media (max-height: 667px) {
  .offer {
    min-height: 500px;
  }
}

@media (max-height: 568px) {
  .offer {
    min-height: 405px;
  }
}

.offer__arrow_block {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;

}

.offer__arrow {
  background: url(../img/arrow-button-offer.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  width: 17px;
  height: 20px;
  animation: down 3s infinite;
  position: absolute;
  bottom: 10px;
  left: -8px;
}

@keyframes down {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(12px);
  }

  100% {
    transform: translateY(0);
  }
}

.offer::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -30px;
  width: 100%;
  height: 74px;
  background: url(../img/back-arrow-offer.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 520px) {}

.offer .offer__title {
  font-family: "ArialRounded";
  font-size: calc(48px + 22 * ((100vw - 320px) / 1120));
  line-height: 122.8070175439%;
  text-align: center;
  font-weight: 600;
  color: #383838;
  margin-top: -70px;
}

@media (max-width: 520px) {
  .offer .offer__title {
    text-align: left;
  }
}

@media (max-width: 320px) {
  .offer .offer__title {
    font-size: 35px;
  }
}

.offer .offer__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 38px;
}

@media (max-width: 520px) {
  .offer .offer__buttons {
    flex-direction: column;
  }
}

.offer .offer__buttons .offer__button {
  background: #3f8d5b;
  border: 1px solid #383838;
  box-sizing: border-box;
  border-radius: 12px;
  height: 56px;
  font-size: calc(14px + 1 * ((100vw - 320px) / 1120));
  max-width: 460px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
  width: 159px;
  border-radius: 12px;
}

.offer .offer__buttons .offer__button img {
  display: block;
  margin-left: 8px;
}

.offer .offer__buttons .offer__button:hover {
  background: #35794e;
}

@media (max-width: 520px) {
  .offer .offer__buttons .offer__button {
    width: 100%;
  }
}

.offer .offer__buttons .offer__button_work {
  background: #EE8168;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 12px;
  height: 56px;
  font-size: calc(14px + 1 * ((100vw - 320px) / 1120));
  max-width: 460px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
  background: transparent;
  margin-left: 16px;
  width: 159px;
  border-radius: 12px;
}

.offer .offer__buttons .offer__button_work img {
  display: block;
  margin-left: 8px;
}

.offer .offer__buttons .offer__button_work:hover {
  background: #df694f;
}

@media (max-width: 520px) {
  .offer .offer__buttons .offer__button_work {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }
}

.offer .offer__buttons .offer__button_work:hover {
  background: #ededed;
}

.books {
  background: #3f8d5b;
  min-height: 870px;
}

.books-page {
  padding-bottom: 70px;
}



.books .books__title {
  font-size: calc(48px + 12 * ((100vw - 320px) / 1120));
  line-height: 117.6470588235%;
  text-align: center;
  font-family: "ArialRounded";
  padding-top: 180px;
  color: #F9F8F4;
  font-weight: 600;
}

.books__title_page {
  padding-top: 100px !important;
}

@media (max-width: 520px) {
  .books .books__title {
    padding-top: 120px;
  }
}

.books .books__union {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 762px;
  margin: 0 auto;
  margin-top: 50px;
}

@media (max-width: 760px) {
  .books .books__union {
    flex-direction: column;
    width: 100%;
  }
}

.books .books__union .books__block {
  width: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  margin-bottom: 35px;
  margin-right: 34px;
}

.books-home .books__union .books__block {
  display: none;
}

.books-home .books__union .books__block:nth-child(1) {
  display: block;
}

.books-home .books__union .books__block:nth-child(2) {
  display: block;
}

.books-home .books__union .books__block:nth-child(3) {
  display: block;
}

.books .books__union .books__block .books__photo {
  position: relative;
  height: 269px;
  width: 216.92px;
  object-fit: contain;
  background: url(../img/books-photo-background.svg);
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 3px solid #383838;
}

.books .books__union .books__block .books__photo::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 268px;
  width: 214.92px;
}

.books .books__union .books__block img {
  transition: 0.5s;
  height: 154px;
  width: 144px;
}

.books .books__union .books__block .books__button {
  position: absolute;
  left: 0;
  bottom: -40px;
  background: #EE8168;
  border-radius: 0px 0px 22px 22px;
  width: 100%;
  height: 39px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #F9F8F4;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 760px) {
  .books .books__union .books__block {
    margin-bottom: 40px;
  }

  .books .books__union .books__block .books__description {
    min-height: auto !important;
  }
}

.books .books__union .books__block .books__subtitle {
  margin-top: 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #F9F8F4;
}

@media (max-width: 520px) {
  .books .books__union .books__block .books__subtitle {
    margin-top: 15px;
  }
}

.books .books__union .books__block:hover .books__button {
  bottom: -1px;
  transition: 0.5s;
  border-left: 1px solid #383838;
  border-right: 1px solid #383838;
  border-radius: 0px 0px 22px 22px;
  border-top: 1px solid #383838;
}

.books .books__union .books__block .books__price {
  font-weight: 600;
  margin-top: 5px;
  font-style: normal;
  font-size: 18px;
  line-height: 32px;
  color: #FFFFFF;
  text-align: center;
}

.books .books__union .books__block .books__description {
  margin-bottom: 7px;
  margin-top: 3px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #E6EDE5;
  min-height: 55px;
}

.books .books__linck {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  color: #383838;
  font-size: 15px;
  transition: 0.5s;
}

.books .books__linck:hover {
  color: #ffffff;
  transition: 0.5s;
}

@media (max-width: 760px) {
  .books .books__linck {
    margin: 0 auto;
    margin-top: 0px;
    border: 1px solid #F9F8F4;
    box-sizing: border-box;
    border-radius: 12px;
    color: #F9F8F4;
    width: 50%;
    height: 56px;
  }

  .books .books__union .books__block {
    margin-right: 0;
  }
}

@media (max-width: 420px) {
  .books .books__linck {
    width: 100%;
  }
}

.books .books__linck span {
  background: #FFFFFF;
  border: 1px solid #383838;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  border-radius: 50%;
  transition: 0.5s;
}

@media (max-width: 760px) {
  .books .books__linck span {
    background: transparent;
    border: 0px solid transparent;
  }
}

.books .books__linck span svg {
  display: block;
  z-index: 111;
}

.books .books__linck span svg path {
  fill: #383838;
}

@media (max-width: 520px) {
  .books .books__linck span svg path {
    fill: #F9F8F4;
  }
}

.books .books__linck:hover span {
  background: #d7d7d7;
}

@media (max-width: 760px) {
  .books .books__linck:hover span {
    background: transparent;
  }
}

.books .books__works {
  margin-top: 110px;
}

.books .books__works .works {
  width: 100%;
  border-radius: 41px;
}

.books .books__works .works .works__union {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .books .books__works .works .works__union {
    flex-direction: column;
  }
}

.books .books__works .works .works__union .works__block {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 70px;
  padding-top: 120px;
  width: 50%;
  background: #F9F8F4;
  border-radius: 24px 0px 0px 24px;
}

@media (max-width: 1024px) {
  .books .books__works .works .works__union .works__block {
    width: 100%;
    border-radius: 0px 0px 24px 24px;
    order: 2;
  }
}

@media (max-width: 580px) {
  .books .books__works .works .works__union .works__block {
    padding: 40px;
    padding-top: 35px;
  }
}

.books .books__works .works .works__union .works__block .works__title {
  color: #383838;
  font-size: calc(40px + 10 * ((100vw - 320px) / 1120));
  line-height: 116.2790697674%;
  font-weight: 600;
  font-family: "ArialRounded";
  margin-bottom: 15px;
}

.books .books__works .works .works__union .works__block p {
  font-size: calc(13px + 2 * ((100vw - 320px) / 1120));
  line-height: 166.6666666667%;
  color: #383838;
  margin-bottom: 7px;
}

.books .books__works .works .works__union .works__photo {
  width: 50%;
}

@media (max-width: 1024px) {
  .books .books__works .works .works__union .works__photo {
    width: 100%;
    order: 1;
  }
}

.books .books__works .works .works__union .works__photo img {
  width: 603px;
  height: 579px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0px 24px 24px 0px;
}

@media (max-width: 1200px) {
  .books .books__works .works .works__union .works__photo img {
    width: 500px;
  }
}

@media (max-width: 1024px) {
  .books .books__works .works .works__union .works__photo img {
    width: 100%;
    height: 430px;
    border-radius: 24px 24px 0px 0px;
  }
}

@media (max-width: 580px) {
  .books .books__works .works .works__union .works__photo img {
    height: 330px;
  }
}

.testimonials {
  min-height: 300px;
  background: #F1F0E9;
  margin-top: -250px;
  padding-top: 370px;
  padding-bottom: 10px;
}

.testimonials .testimonials__title {
  color: #383838;
  font-weight: 600;
  font-size: calc(40px + 10 * ((100vw - 320px) / 1120));
  line-height: 116.2790697674%;
  text-align: center;
  font-family: "ArialRounded";
}

.testimonials .testimonials__slider {
  padding-bottom: 80px;
}

.testimonials .testimonials__slider .slider {
  position: relative;
}

.testimonials .testimonials__slider .slider .slick-list {
  overflow: hidden;
}

.testimonials .testimonials__slider .slider .slick-track {
  display: flex;
}

.testimonials .testimonials__slider .slider .slick-arrow {
  position: absolute;
  top: 26%;
  font-size: 0;
  opacity: 0.6;
  transition: 0.5s;
  border-radius: 50%;
  cursor: pointer;
}

@media (max-width: 780px) {
  .testimonials .testimonials__slider .slider .slick-arrow {
    display: none;
  }
}

.testimonials .testimonials__slider .slider .slick-arrow:hover {
  opacity: 0.8;
}

.testimonials .testimonials__slider .slider .slick-prev {
  left: 0px;
  background: url(../img/arrow-slider-review.svg);
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

@media (max-width: 780px) {
  .testimonials .testimonials__slider .slider .slick-prev {
    display: none !important;
  }
}

.testimonials .testimonials__slider .slider .slick-next {
  right: 0px;
  background: url(../img/arrow-slider-review.svg);
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  transform: rotate(-180deg);
}

@media (max-width: 780px) {
  .testimonials .testimonials__slider .slider .slick-next {
    display: none !important;
  }
}

.testimonials .testimonials__slider .slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.testimonials .testimonials__slider .slider .slick-dots button {
  font-size: 0;
  width: 8px;
  height: 2px;
  background: #C4C4C4;
  box-sizing: border-box;
  border-radius: 12px;
  margin: 0 3px;
}

.testimonials .testimonials__slider .slider .slick-active button {
  background: #EE8168;
}

.testimonials .testimonials__slider .slider .slider__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
}

.testimonials .testimonials__slider .slider .slider__block .slider__description {
  width: 700px;
  font-size: calc(14px + 1 * ((100vw - 320px) / 1120));
  line-height: 187.5%;
  font-weight: 400;
  text-align: center;
  color: #383838;
}

@media (max-width: 780px) {
  .testimonials .testimonials__slider .slider .slider__block .slider__description {
    width: 100%;
  }
}

.testimonials .testimonials__slider .slider .slider__block .slider__title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: calc(15px + 1 * ((100vw - 320px) / 1120));
  color: #383838;
  margin-top: 20px;
}

.testimonials .testimonials__slider .slider .slider__block .slider__city {
  font-weight: 600;
  font-size: calc(15px + 1 * ((100vw - 320px) / 1120));
  color: #383838;
  margin-top: 5px;
}

.contact-us {
  background: #408D5C;
  padding: 40px;
  min-height: 570px;
}

@media (max-width: 1024px) {
  .contact-us {
    padding: 8px;
    padding-bottom: 40px;
    padding-top: 20px;
  }
}

.contact-us .contact .contact__union {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .contact-us .contact .contact__union {
    flex-direction: column;
  }
}

.contact-us .contact .contact__union .contact__block {
  width: 50%;
  padding: 70px;
  padding-top: 180px;
}

@media (max-width: 1024px) {
  .contact-us .contact .contact__union .contact__block {
    width: 100%;
    padding: 30px 0px;
  }
}

.contact-us .contact .contact__union .contact__block .contact__title {
  font-family: "ArialRounded";
  font-size: calc(41px + 9 * ((100vw - 320px) / 1120));
  line-height: 111.1111111111%;
  font-weight: 600;
  color: #F9F8F4;
}

.contact-us .contact .contact__union .contact__block .contact__description {
  color: #F9F8F4;
  margin-top: 10px;
}

.contact-us .contact .contact__union .contact__form {
  width: 580px;
  padding: 30px;
  padding-bottom: 40px;
  background: #F9F8F4;
  border: 1px solid #383838;
  box-sizing: border-box;
  border-radius: 36px;
}

.contact-us .contact .contact__union .contact__form form {
  position: relative;
}

@media (max-width: 780px) {
  .contact-us .contact .contact__union .contact__form {
    width: 100%;
    padding: 30px 25px;
  }
}

.contact-us .contact .contact__union .contact__form label {
  display: flex;
  flex-direction: column;
  font-family: "ArialRounded";
  position: relative;
  color: #383838;
  font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
}

.contact-us .contact .contact__union .contact__form label .error {
  border: 1px solid #EE8168;
}

.contact-us .contact .contact__union .contact__form label .error__text {
  position: absolute;
  bottom: -5px;
  right: 0;
  color: #EE8168;
  font-weight: 600;
  font-size: calc(10px + 0 * ((100vw - 320px) / 1120));
}

.contact-us .contact .contact__union .contact__form label input {
  background: #F1F0E9;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 5px 15px;
  color: #383838;
  height: 56px;
  margin-bottom: 16px;
}

.contact-us .contact .contact__union .contact__form label input::-webkit-input-placeholder {
  color: #BDBCB2;
}

.contact-us .contact .contact__union .contact__form label input:-ms-input-placeholder {
  color: #BDBCB2;
}

.contact-us .contact .contact__union .contact__form label input::-moz-placeholder {
  color: #BDBCB2;
}

.contact-us .contact .contact__union .contact__form label input:-moz-placeholder {
  color: #BDBCB2;
}

.contact-us .contact .contact__union .contact__form label textarea {
  background: #F1F0E9;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 15px 15px;
  color: #383838;
  height: 160px;
  margin-bottom: 16px;
}

.contact-us .contact .contact__union .contact__form label textarea::-webkit-input-placeholder {
  color: #BDBCB2;
}

.contact-us .contact .contact__union .contact__form label textarea:-ms-input-placeholder {
  color: #BDBCB2;
}

.contact-us .contact .contact__union .contact__form label textarea::-moz-placeholder {
  color: #BDBCB2;
}

.contact-us .contact .contact__union .contact__form label textarea:-moz-placeholder {
  color: #BDBCB2;
}

.contact-us .contact .contact__union .contact__form .contact__button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  margin-left: auto;
  color: #383838;
  font-size: 15px;
  cursor: pointer;
}

.contact-us .contact .contact__union .contact__form .contact__button span {
  background: #FFFFFF;
  border: 1px solid #383838;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  border-radius: 50%;
  transition: 0.5s;
}

.contact-us .contact .contact__union .contact__form .contact__button span img {
  display: block;
  z-index: 111;
}

.contact-us .contact .contact__union .contact__form .contact__button:hover span {
  background: #e8e8e8;
}

.contact__form_info {
  display: none;
  position: absolute;
  bottom: 0;
  color: #098f57;
  font-style: italic;
}

.authorization {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(../img/back.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.authorization .authorization__close {
  position: absolute;
  right: 50px;
  top: 40px;
  color: #F9F8F4;
  font-size: calc(15px + 0 * ((100vw - 320px) / 1120));
  display: flex;
  align-items: center;
  transition: 0.5s;
}

@media (max-width: 520px) {
  .authorization .authorization__close {
    top: 50px;
    right: 20px;
  }
}

@media (max-width: 375px) {
  .authorization .authorization__close {
    top: 20px;
  }
}

@media (max-width: 320px) {
  .authorization .authorization__close {
    top: 5px;
  }
}

.authorization .authorization__close span {
  background: #F9F8F4;
  border: 1px solid #000000;
  box-sizing: border-box;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}

.authorization .authorization__close span:hover {
  color: #787875;
}

.authorization .authorization__close span:hover span {
  background: #787875;
}

.authorization .authorization__box {
  width: 520px;
  padding: 30px;
  background: #F9F8F4;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 36px;
  margin-top: -5px;
}

@media (max-width: 520px) {
  .authorization .authorization__box {
    width: 95%;
    padding: 30px 12px;
    margin-top: 0;
  }
}

@media (max-height: 875px) {
  .authorization .authorization__box {
    height: 90%;
    overflow-x: scroll;
    margin-top: 0;
  }

  .authorization .authorization__box::-webkit-scrollbar {
    display: none;
  }

  .authorization .authorization__box::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
}

.authorization .authorization__box .authorization__header .authorization__title {
  color: #141414;
  font-size: calc(21px + 3 * ((100vw - 320px) / 1120));
  text-align: center;
  font-weight: 600;
}

.authorization .authorization__box .authorization__header .authorization__lincks {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}

.authorization .authorization__box .authorization__header .authorization__lincks .authorization__linck {
  width: 50%;
  text-transform: uppercase;
  text-align: center;
  font-size: calc(14px + 0 * ((100vw - 320px) / 1120));
  color: rgba(20, 20, 20, 0.3);
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.3);
}

.authorization .authorization__box .authorization__header .authorization__lincks .authorization__linck_active {
  color: #141414;
  border-bottom: 1px solid #141414;
}

.authorization .authorization__box .authorization__body form {
  display: flex;
  flex-direction: column;
}

.authorization .authorization__box .authorization__body form .authorization__union-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.authorization .authorization__box .authorization__body form .authorization__union-block label {
  width: 48%;
}

.authorization .authorization__box .authorization__body form label {
  display: flex;
  flex-direction: column;
  font-family: "ArialRounded";
  position: relative;
  color: #383838;
  font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
}

.authorization .authorization__box .authorization__body form label .error {
  border: 1px solid #EE8168;
}

.authorization .authorization__box .authorization__body form label .error__text {
  position: absolute;
  bottom: -5px;
  right: 0;
  color: #EE8168;
  font-weight: 600;
  font-size: calc(10px + 0 * ((100vw - 320px) / 1120));
}

.authorization .authorization__box .authorization__body form label span {
  margin-left: 15px;
  margin-bottom: 1px;
}

.authorization .authorization__box .authorization__body form label input {
  background: #F1F0E9;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 5px 15px;
  color: #383838;
  height: 56px;
  margin-bottom: 17px;
}

.authorization .authorization__box .authorization__body form label input::-webkit-input-placeholder {
  color: #BDBCB2;
}

.authorization .authorization__box .authorization__body form label input:-ms-input-placeholder {
  color: #BDBCB2;
}

.authorization .authorization__box .authorization__body form label input::-moz-placeholder {
  color: #BDBCB2;
}

.authorization .authorization__box .authorization__body form label input:-moz-placeholder {
  color: #BDBCB2;
}

.authorization .authorization__box .authorization__body form label .authorization__info_input {
  margin-top: -10px;
  margin-bottom: 10px;
  color: #686868;
  font-size: calc(14px + 0 * ((100vw - 320px) / 1120));
  line-height: 140%;
}

.authorization .authorization__box .authorization__body form .authorization__forgot {
  color: #686868;
  font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  margin-top: -7px;
  margin-left: auto;
}

.authorization .authorization__box .authorization__body form .authorization__forgot:hover {
  text-decoration: underline;
}

.authorization .authorization__box .authorization__body form .authorization__button {
  background: #EE8168;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 12px;
  height: 56px;
  font-size: calc(14px + 1 * ((100vw - 320px) / 1120));
  max-width: 460px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
  margin-top: 20px;
}

.authorization .authorization__box .authorization__body form .authorization__button img {
  display: block;
  margin-left: 8px;
}

.authorization .authorization__box .authorization__body form .authorization__button:hover {
  background: #df694f;
}

.authorization .authorization__box .authorization__footer .authorization__information {
  color: #686868;
  font-size: calc(14px + 0 * ((100vw - 320px) / 1120));
  display: flex;
  justify-content: center;
  margin-top: 15px;
  opacity: 0;
}

.authorization .authorization__box .authorization__footer .authorization__information a {
  color: #141414;
  display: block;
  margin-left: 4px;
}

.authorization .authorization__box .authorization__footer .authorization__information a:hover {
  text-decoration: underline;
}

@media (max-height: 875px) {
  .authorization .authorization__box_login {
    height: auto;
  }
}

.checkout .checkout__title {
  font-size: calc(25px + 3 * ((100vw - 320px) / 1120));
  color: #383838;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DEDEE8;
  width: 60%;
}

.checkout .checkout__union {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .checkout .checkout__union {
    flex-direction: column;
  }
}

.checkout .checkout__union .checkout__form {
  width: 60%;
}

.checkout__form .checkout__title {
  margin-bottom: 15px;
  margin-top: 40px;
}

.checkout__subtitle {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #383838;
  display: flex;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 20px;
}

.checkout__subtitle span {
  width: 34px;
  height: 34px;
  border: 1px solid #383838;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #383838;
  margin-right: 8px;
}

.checkout__subtitle .light {
  font-weight: 400;
  width: auto;
  border: 0px solid #383838;
  margin-left: 5px;
  display: inline-block;
}

.step-done span {
  position: relative;
  background: #C8E4D2;
  color: #C8E4D2;
  border: 1px solid #408D5C;
}

.step-done span::after {
  position: absolute;
  content: '';
  left: 28%;
  top: 8px;
  background: url(../img/arrow-done.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.next-stage {
  margin-top: 30px;
  opacity: 0.5;
  border-top: 1px solid #DEDEE8;
  padding-top: 20px;
}

.checkout__union .shipping {
  position: relative;
  opacity: 0.5;
}

.checkout__union .shipping__block {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.checkout__union .shipping label {
  background: #F9F8F4;
  border: 1px solid #C4C4C4;
  border-radius: 16px;
  width: 430px;
  height: 72px;
  margin-bottom: 8px;
  padding-left: 22px;
  cursor: pointer;
}

.checkout__union .shipping label span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #383838;
  font-family: "Poppins", sans-serif;
}

.checkout__union .shipping .shipping__price {
  position: absolute;
  right: 25px;
}

.checkout__union .shipping label input {
  margin-left: 20px;
}

.custom-radio-btn {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  vertical-align: text-top;
  margin-right: 8px;
}

.custom-radio-btn::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #408D5C;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.2s ease-in;
}

.real-radio-btn:checked+.custom-radio-btn::before {
  transform: translate(-50%, -50%) scale(1);
}

.real-radio-btn {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
  z-index: -1;
}










@media (max-width: 1200px) {
  .checkout .checkout__union .checkout__form {
    width: 100%;
  }
}

.checkout .checkout__union .checkout__form .checkout__form_union {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 580px) {
  .checkout .checkout__union .checkout__form .checkout__form_union {
    flex-direction: column;
  }
}

.checkout .checkout__union .checkout__form .checkout__form_union label {
  width: 49%;
}

@media (max-width: 580px) {
  .checkout .checkout__union .checkout__form .checkout__form_union label {
    width: 100%;
  }
}

.checkout .checkout__union .checkout__form label {
  display: flex;
  flex-direction: column;
  font-family: "ArialRounded";
  position: relative;
  color: #383838;
  font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
}

.checkout .checkout__union .checkout__form label .error {
  border: 1px solid #EE8168;
}

.checkout .checkout__union .checkout__form label .error__text {
  position: absolute;
  bottom: -5px;
  right: 0;
  color: #EE8168;
  font-weight: 600;
  font-size: calc(10px + 0 * ((100vw - 320px) / 1120));
}

.checkout .checkout__union .checkout__form label input {
  background: #F1F0E9;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 5px 15px;
  color: #383838;
  height: 56px;
  margin-bottom: 21px;
  width: 100%;
}

.checkout .checkout__union .checkout__form label input::-webkit-input-placeholder {
  color: #BDBCB2;
}

.checkout .checkout__union .checkout__form label input:-ms-input-placeholder {
  color: #BDBCB2;
}

.checkout .checkout__union .checkout__form label input::-moz-placeholder {
  color: #BDBCB2;
}

.checkout .checkout__union .checkout__form label input:-moz-placeholder {
  color: #BDBCB2;
}

.checkout .checkout__union .checkout__form label textarea {
  background: #F1F0E9;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 15px 15px;
  color: #383838;
  height: 130px !important;
  width: 580px !important;
}

@media (max-width: 600px) {
  .checkout .checkout__union .checkout__form label textarea {
    width: 100% !important;
  }
}

.checkout .checkout__union .checkout__form label textarea::-webkit-input-placeholder {
  color: #BDBCB2;
}

.checkout .checkout__union .checkout__form label textarea:-ms-input-placeholder {
  color: #BDBCB2;
}

.checkout .checkout__union .checkout__form label textarea::-moz-placeholder {
  color: #BDBCB2;
}

.checkout .checkout__union .checkout__form label textarea:-moz-placeholder {
  color: #BDBCB2;
}

.checkout .checkout__union .checkout__form label select {
  background: #F1F0E9;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 5px 15px;
  color: #383838;
  height: 56px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../img/arrow-black-select.svg");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 23px;
  margin-bottom: 21px;
}

.checkout .checkout__union .checkout__form label select::-webkit-input-placeholder {
  color: #BDBCB2;
}

.checkout .checkout__union .checkout__form label select:-ms-input-placeholder {
  color: #BDBCB2;
}

.checkout .checkout__union .checkout__form label select::-moz-placeholder {
  color: #BDBCB2;
}

.checkout .checkout__union .checkout__form label select:-moz-placeholder {
  color: #BDBCB2;
}

.checkout .checkout__union .checkout__order {
  width: 36%;
}

@media (max-width: 1200px) {
  .checkout .checkout__union .checkout__order {
    width: 100%;
    margin-top: 30px;
  }
}

.order {
  background: #D8F3E2;
  border-radius: 8px;
  padding: 30px 25px;
  width: 100%;
  min-height: 200px;
}

@media (max-width: 580px) {
  .order {
    width: 100%;
  }
}

.order .order__title {
  color: #000000;
  font-weight: 600;
  font-size: calc(26px + 2 * ((100vw - 320px) / 1120));
  line-height: 121.7391304348%;
  margin-bottom: 20px;
}

.order .order__union {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 18px;
}

.order__union .no-valid {
  color: #fe7a60 !important;
}

.order .order__union .order__book {
  text-transform: uppercase;
  font-weight: 600;
  color: #3f8d5b;
  font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
}

.order .order__union .order__total {
  text-transform: uppercase;
  font-weight: 600;
  color: #3f8d5b;
  font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
}

.order .order__union .order__box .box {
  display: flex;
}

.order .order__union .order__box .box .box__photo img {
  width: 87px;
  height: 108px;
  -o-object-fit: contain;
  object-fit: contain;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .order .order__union .order__box .box .box__photo img {
    width: 88px;
  }
}

@media (max-width: 350px) {
  .order .order__union .order__box .box .box__photo img {
    width: 65px;
    height: 80px;
  }
}

.order .order__union .order__box .box .box__union {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
}

.order .order__union .order__box .box .box__union .box__block .box__title {
  margin-bottom: 4px;
  font-size: calc(15px + 1 * ((100vw - 320px) / 1120));
  color: #000000;
  overflow-y: scroll;
  width: 175px;
  white-space: nowrap;
}

@media (max-width: 550px) {
  .order .order__union .order__box .box .box__union .box__block .box__title {
    width: 100px;
  }
}

@media (max-width: 360px) {
  .order .order__union .order__box .box .box__union .box__block .box__title {
    width: 75px;
  }
}

.order .order__union .order__box .box .box__union .box__block .box__title::-webkit-scrollbar {
  display: none;
}

.order .order__union .order__box .box .box__union .box__block .box__title::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.order .order__union .order__box .box .box__union .box__block .box__qty {
  text-transform: uppercase;
  color: #3f8d5b;
  font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  font-weight: 600;
  display: flex;
}

.order .order__union .order__box .box .box__union .box__block .box__qty span {
  color: #000000;
  font-weight: 500;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1120));
  display: block;
  margin-left: 6px;
}

.order .order__union .order__bookprice {
  font-weight: bold;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1120));
  color: #000000;
  font-weight: bold;
}

.order .order__union .order__subtotal {
  color: #000000;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1120));
}

.order .order__union .order__subtotal_price {
  font-weight: bold;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1120));
  color: #000000;
}

.order .order__union .order__shipping {
  color: #000000;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1120));
}

.order .order__union .order__shipping_price {
  font-weight: bold;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1120));
  color: #000000;
}

.order .order__union .order__m-total {
  color: #000000;
  font-weight: 600;
  font-size: calc(22px + 2 * ((100vw - 320px) / 1120));
  line-height: 133.3333333333%;
  padding-top: 7px;
}

.order .order__union .order__order__m-total_price {
  color: #3f8d5b;
  font-weight: 600;
  font-size: calc(17px + 2 * ((100vw - 320px) / 1120));
  line-height: 133.3333333333%;
  padding-top: 10px;
}



.order .order__union .order__order__m-total_price-info {
  display: none;
}

.order .order__union .order__tax_price-info {
  display: none;
}

.order .order__button {
  background: #3f8d5b;
  border: 1px solid #383838;
  box-sizing: border-box;
  border-radius: 12px;
  height: 56px;
  font-size: calc(14px + 1 * ((100vw - 320px) / 1120));
  max-width: 460px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
  margin-top: 25px;
}

.order .order__button img {
  display: block;
  margin-left: 8px;
}

.order .order__button:hover {
  background: #35794e;
}

.order .order__linckback {
  color: #3f8d5b;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.order .order__linckback:hover {
  text-decoration: underline;
}

.order .order__union_top {
  border-top: 1px solid #A3C3AF;
  padding-top: 7px;
}

.order .order__union_b {
  margin-top: 12px;
}

.thanks {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 605px;
  height: 605px;
  margin-bottom: 0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

@media (max-width: 520px) {
  .thanks {
    min-height: 355px;
    height: 355px;
  }
}

.thanks .thanks__block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.thanks .thanks__block .thanks__photo {
  display: block;
  margin-bottom: 7px;
}

.thanks .thanks__block .thanks__title {
  text-align: center;
  font-size: calc(23px + 5 * ((100vw - 320px) / 1120));
  line-height: 133.3333333333%;
  font-weight: 600;
  color: #383838;
  margin-bottom: 4px;
}

.thanks .thanks__block .thanks__description {
  text-align: center;
  color: #3f8d5b;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1120));
  font-weight: 500;
  margin-bottom: 20px;
}

.thanks .thanks__block .thanks__button {
  background: #3f8d5b;
  border: 1px solid #383838;
  box-sizing: border-box;
  border-radius: 12px;
  height: 56px;
  font-size: calc(14px + 1 * ((100vw - 320px) / 1120));
  max-width: 460px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
  width: 168px;
}

.thanks .thanks__block .thanks__button img {
  display: block;
  margin-left: 8px;
}

.thanks .thanks__block .thanks__button:hover {
  background: #35794e;
}

.details {
  width: 1250px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 40px 30px;
  padding-bottom: 0;
  border-radius: 25px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  background: #eaf2e9;
}

@media (max-width: 1300px) {
  .details {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

.details .details__title {
  color: #3f8d5b;
  display: flex;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  background: #eaf2e9;
  height: 60px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  cursor: pointer;
  transition: 0.5s;
}

.details .details__title:hover {
  background: #e6f2e4;
}

.details .details__title img {
  display: block;
  margin-left: 8px;
}

.details .details__block {
  display: none;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

@media (max-width: 1300px) {
  .details .details__block {
    margin-bottom: 40px;
  }
}

.details .details__block .order {
  width: 605px;
  margin: 0 auto;
  background: #eaf2e9;
}

@media (max-width: 630px) {
  .details .details__block .order {
    width: 100%;
  }
}

.details .details__block .order .box__photo img {
  height: 107px !important;
}

@media (max-width: 480px) {
  .details .details__block .order .box__photo img {
    width: 88px !important;
  }
}

@media (max-width: 350px) {
  .details .details__block .order .box__photo img {
    width: 80px !important;
  }
}

.quiz-edit {
  margin-bottom: 100px;
}

.quiz .quiz__header {
  background: #FFFFFF;
  width: 1250px;
  box-shadow: 0px 8px 15px rgba(217, 222, 226, 0.5);
  min-height: 104px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 30px;
  border-radius: 25px;
}

@media (max-width: 1300px) {
  .quiz .quiz__header {
    width: 100%;
    border-radius: 0px;
  }
}

@media (max-width: 780px) {
  .quiz .quiz__header {
    padding: 40px 20px;
  }
}

.quiz .quiz__header .header .header__navigation_step {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1200px) {
  .quiz .quiz__header .header .header__navigation_step {
    flex-direction: column;
  }
}

.quiz .quiz__header .header .header__navigation_step .header__block {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}

@media (max-width: 1200px) {
  .quiz .quiz__header .header .header__navigation_step .header__block {
    width: 100%;
  }
}

.quiz .quiz__header .header .header__navigation_step .header__block .header__title {
  font-family: "ArialRounded";
  font-size: calc(29px + 3 * ((100vw - 320px) / 1120));
  line-height: 128%;
  color: #383838;
  display: flex;
  font-weight: 800;
  align-items: center;
  overflow-x: scroll;
  max-width: 460px;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .quiz .quiz__header .header .header__navigation_step .header__block .header__title {
    max-width: 100%;
    margin-right: 40px;
  }
}

.quiz .quiz__header .header .header__navigation_step .header__block .header__title::-webkit-scrollbar {
  display: none;
}

.quiz .quiz__header .header .header__navigation_step .header__block .header__title::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.quiz .quiz__header .header .header__navigation_step .header__block .header__title .header__edit {
  position: absolute;
  right: -45px;
  top: 3px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
  cursor: pointer;
  transition: 0.5s;
  margin-left: 8px;
  display: none !important;
}

@media (max-width: 1200px) {
  .quiz .quiz__header .header .header__navigation_step .header__block .header__title .header__edit {
    right: -10px;
  }
}

.quiz .quiz__header .header .header__navigation_step .header__block .header__title .header__edit:hover {
  background: #CCCCCC;
}

.quiz .quiz__header .header .header__navigation_step .header__block .header__description {
  color: #383838;
  font-size: calc(13px + 2 * ((100vw - 320px) / 1120));
  margin-top: 1px;
  overflow-x: scroll;
  max-width: 460px;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .quiz .quiz__header .header .header__navigation_step .header__block .header__description {
    max-width: 100%;
  }
}

.quiz .quiz__header .header .header__navigation_step .header__block .header__description::-webkit-scrollbar {
  display: none;
}

.quiz .quiz__header .header .header__navigation_step .header__block .header__description::-webkit-scrollbar-thumb {
  background-color: transparent;
}

@media (max-width: 1200px) {
  .quiz .quiz__header .header .header__navigation_step .header__stap {
    width: 100%;
  }
}

.quiz .quiz__header .header .header__navigation_step .header__stap .stap {
  display: flex;
  align-items: center;
}

@media (max-width: 1200px) {
  .quiz .quiz__header .header .header__navigation_step .header__stap .stap {
    margin-top: 20px;
  }
}

.quiz .quiz__header .header .header__navigation_step .header__stap .stap .stap__point {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 50px;
  width: 120px;
}

@media (max-width: 1200px) {
  .quiz .quiz__header .header .header__navigation_step .header__stap .stap .stap__point {
    width: 25%;
  }
}

@media (max-width: 450px) {
  .quiz .quiz__header .header .header__navigation_step .header__stap .stap .stap__point {
    width: 14%;
  }
}

@media (max-width: 320px) {
  .quiz .quiz__header .header .header__navigation_step .header__stap .stap .stap__point {
    width: 10%;
  }
}

.quiz .quiz__header .header .header__navigation_step .header__stap .stap .stap__point .stap__number {
  border: 1px solid #999999;
  color: #999999;
  box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

@media (max-width: 780px) {
  .quiz .quiz__header .header .header__navigation_step .header__stap .stap .stap__point .stap__number {
    width: 30px;
    height: 30px;
  }
}

.quiz .quiz__header .header .header__navigation_step .header__stap .stap .stap__point .stap__number_active {
  background: #C8E4D2;
  border: 1px solid #3f8d5b;
}

.quiz .quiz__header .header .header__navigation_step .header__stap .stap .stap__point .stap__number_next {
  color: #383838;
}

.quiz .quiz__header .header .header__navigation_step .header__stap .stap .stap__point .stap__title {
  color: #999999;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  margin-top: 3px;
}

@media (max-width: 780px) {
  .quiz .quiz__header .header .header__navigation_step .header__stap .stap .stap__point .stap__title {
    width: 65px;
    text-align: center;
    min-height: 30px;
  }
}

.quiz .quiz__header .header .header__navigation_step .header__stap .stap .stap__point .stap__title_active {
  color: #383838;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  margin-top: 3px;
}

@media (max-width: 780px) {
  .quiz .quiz__header .header .header__navigation_step .header__stap .stap .stap__point .stap__title_active {
    width: 65px;
    text-align: center;
    min-height: 30px;
  }
}

.quiz .quiz__header .header .header__navigation_step .header__stap .stap .stap__point .stap__title_next {
  color: #383838;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  margin-top: 3px;
}

@media (max-width: 780px) {
  .quiz .quiz__header .header .header__navigation_step .header__stap .stap .stap__point .stap__title_next {
    width: 65px;
    text-align: center;
    min-height: 30px;
  }
}

.quiz .quiz__header .header .header__navigation_step .header__stap .stap .stap__point::after {
  position: absolute;
  content: "";
  right: -65px;
  top: 18px;
  width: 80px;
  height: 1px;
  background: #DDDDDD;
}

@media (max-width: 1200px) {
  .quiz .quiz__header .header .header__navigation_step .header__stap .stap .stap__point::after {
    right: -48%;
    top: 18px;
    width: 75%;
  }
}

@media (max-width: 900px) {
  .quiz .quiz__header .header .header__navigation_step .header__stap .stap .stap__point::after {
    right: -55%;
  }
}

@media (max-width: 560px) {
  .quiz .quiz__header .header .header__navigation_step .header__stap .stap .stap__point::after {
    right: -65%;
  }
}

@media (max-width: 450px) {
  .quiz .quiz__header .header .header__navigation_step .header__stap .stap .stap__point::after {
    right: -83%;
  }
}

@media (max-width: 320px) {
  .quiz .quiz__header .header .header__navigation_step .header__stap .stap .stap__point::after {
    right: -122%;
  }
}

.quiz .quiz__header .header .header__navigation_step .header__stap .stap .stap__point:last-child::after {
  display: none;
}

@media (max-width: 1200px) {
  .quiz .quiz__header .header .header__navigation_step .header__stap .stap .stap__point:first-child {
    margin-left: 0;
  }
}

.quiz__upload .pristine-error {
  bottom: -28px !important;
}

.quiz__upload_text {
  margin-right: 0;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}

.quiz__upload_text {
  width: 150px;
  overflow-y: scroll;
  white-space: nowrap;
}


.quiz__upload_text::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  height: 0px;
}

.quiz__upload_text::-webkit-scrollbar-thumb {
  background-color: #EEEFF5;
}

.quiz .quiz__body {
  background: #FFFFFF;
  width: 1250px;
  box-shadow: 0px 8px 15px rgba(217, 222, 226, 0.5);
  min-height: 104px;
  margin: 0 auto;
  min-height: 500px;
  margin-top: 10px;
  padding: 40px 30px;
  border-radius: 25px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.quiz__body .has-danger .pristine-error {
  position: absolute;
  bottom: 15px;
  left: 3px;
  color: #EE8168;
  text-align: left;
}

@media (max-width: 1300px) {
  .quiz .quiz__body {
    width: 100%;
    border-radius: 0px;
  }
}

@media (max-width: 780px) {
  .quiz .quiz__body {
    padding: 40px 10px;
  }
}

.quiz .quiz__body .body .body__form {
  margin-top: 20px;
}

.quiz .quiz__body .body .body__form form label {
  display: flex;
  flex-direction: column;
  font-family: "ArialRounded";
  position: relative;
  color: #383838;
  font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  width: 720px;
  line-height: 218.1818181818%;
}

.quiz .quiz__body .body .body__form form label .error {
  border: 1px solid #EE8168;
}

.quiz .quiz__body .body .body__form form label .error__text {
  position: absolute;
  bottom: -5px;
  right: 0;
  color: #EE8168;
  font-weight: 600;
  font-size: calc(10px + 0 * ((100vw - 320px) / 1120));
}

@media (max-width: 780px) {
  .quiz .quiz__body .body .body__form form label {
    width: 100%;
  }
}

.quiz .quiz__body .body .body__form form label .quiz__input_informations {
  font-size: 15px;
  line-height: 188%;
  display: block;
  color: #999999;
  margin-top: -8px;
  margin-bottom: 8px;
}

.quiz .quiz__body .body .body__form form label span {
  color: #383838;
  font-weight: 400;
  font-weight: 600;
  font-size: calc(21px + 3 * ((100vw - 320px) / 1120));
  margin-bottom: 8px;
  display: block;
  white-space: initial;
}

.quiz .quiz__body .body .body__form form label input {
  background: #F1F0E9;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 5px 15px;
  color: #383838;
  height: 56px;
  margin-bottom: 45px;
  width: 320px;
  font-size: 14px;
}

.quiz .quiz__body .body .body__form form label input::-webkit-input-placeholder {
  color: #BDBCB2;
}

.quiz .quiz__body .body .body__form form label input:-ms-input-placeholder {
  color: #BDBCB2;
}

.quiz .quiz__body .body .body__form form label input::-moz-placeholder {
  color: #BDBCB2;
}

.quiz .quiz__body .body .body__form form label input:-moz-placeholder {
  color: #BDBCB2;
}

@media (max-width: 510px) {
  .quiz .quiz__body .body .body__form form label input {
    width: 100%;
  }
}

.quiz .quiz__body .body .body__form form label textarea {
  background: #F1F0E9;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 15px 15px;
  color: #383838;
  height: 160px;
  margin-bottom: 45px;
  width: 320px;
  font-size: 14px;
}

.quiz .quiz__body .body .body__form form label textarea::-webkit-input-placeholder {
  color: #BDBCB2;
}

.quiz .quiz__body .body .body__form form label textarea:-ms-input-placeholder {
  color: #BDBCB2;
}

.quiz .quiz__body .body .body__form form label textarea::-moz-placeholder {
  color: #BDBCB2;
}

.quiz .quiz__body .body .body__form form label textarea:-moz-placeholder {
  color: #BDBCB2;
}

@media (max-width: 510px) {
  .quiz .quiz__body .body .body__form form label textarea {
    width: 100%;
  }
}

.quiz .quiz__body .body .body__form form label select {
  background: #F1F0E9;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 5px 15px;
  color: #383838;
  height: 56px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../img/arrow-black-select.svg");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 23px;
  margin-bottom: 45px;
  width: 320px;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../img/arrow-green-select.svg");
  background-repeat: no-repeat;
  background-position-x: 94%;
  background-position-y: 23px;
}

.quiz .quiz__body .body .body__form form label select::-webkit-input-placeholder {
  color: #BDBCB2;
}

.quiz .quiz__body .body .body__form form label select:-ms-input-placeholder {
  color: #BDBCB2;
}

.quiz .quiz__body .body .body__form form label select::-moz-placeholder {
  color: #BDBCB2;
}

.quiz .quiz__body .body .body__form form label select:-moz-placeholder {
  color: #BDBCB2;
}

@media (max-width: 510px) {
  .quiz .quiz__body .body .body__form form label select {
    width: 100%;
  }
}

.quiz .quiz__body .body .body__form form label .quiz__upload {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FBFAF7;
  width: 400px;
  padding: 20px;
  border: 1px dashed #CCCCCC;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 16px;
  text-align: center;
  font-weight: 600;
  height: 72px;
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  margin-bottom: 45px;
}

@media (max-width: 510px) {
  .quiz .quiz__body .body .body__form form label .quiz__upload {
    width: 82%;
    padding-right: 15px;
    height: 60px;
  }
}

.quiz .quiz__body .body .body__form form label .quiz__upload span {
  font-size: 12px;
  line-height: 18px;
  color: #CCCCCC;
  margin-bottom: 0;
}

@media (max-width: 510px) {
  .quiz .quiz__body .body .body__form form label .quiz__upload span {
    display: none;
  }
}

.quiz .quiz__body .body .body__form form label .quiz__upload .quiz__uploud_file {
  font-size: 13px;
  background: #C8E4D2;
  border-radius: 8px;
  width: 115px;
  line-height: 23px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3f8d5b;
  margin-bottom: 0;
  border: 0px;
  transition: 0.5s;
  cursor: pointer;
  margin-left: 11px;
}



@media (max-width: 520px) {
  .quiz .quiz__body .body .body__form form label .quiz__upload .quiz__uploud_file {
    width: 78px;
  }
}

.quiz .quiz__body .body .body__form form label .quiz__upload .quiz__uploud_file:hover {
  background: #a4ccb2;
}

.quiz .quiz__body .body .body__form form label .quiz__upload .quiz__uploud_file::-webkit-file-upload-button {
  visibility: hidden;
}

.quiz .quiz__body .body .body__form form label .quiz__upload .quiz__uploud_file::before {
  content: "Browse";
  display: inline-block;
  outline: none;
  -webkit-user-select: none;
  cursor: pointer;
  text-align: center;
}

@media (max-width: 510px) {
  .quiz .quiz__body .body .body__form form label .quiz__upload_text {
    /* display: none; */
  }
}

.quiz .quiz__body .body .body__form .quiz__book .book .book__union {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1024px) {
  .quiz .quiz__body .body .body__form .quiz__book .book .book__union {
    flex-direction: column;
    margin: 10px;
    margin-top: 20px;
    padding-top: 15px;
  }
}

.quiz .quiz__body .body .body__form .quiz__book .book .book__union .book__block {
  border: 1px dashed #CCCCCC;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 46%;
  min-height: 505px;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 18px;
}

.book__block .title span {
  font-family: "ArialRounded";
  font-size: calc(14px + 22 * ((100vw - 320px) / 1120));
  line-height: 122.8070175439%;
  text-align: center;
  font-weight: 600;
  color: #383838;
  display: block;
}

.book__block .title span::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  height: 0px;
}

.book__block .title span::-webkit-scrollbar-thumb {
  background-color: #EEEFF5;
}

.book__block .title {
  font-family: "ArialRounded";
  font-size: calc(14px + 22 * ((100vw - 320px) / 1120));
  line-height: 122.8070175439%;
  text-align: center;
  font-weight: 600;
  color: #383838;
  display: block;
  margin-top: 10px;
}

@media (max-width: 520px) {
  .book__block .title {
    margin-top: 15px;
  }

  .book__block .title span {
    font-size: calc(21px + 22 * ((100vw - 320px) / 1120));
    /* margin-top: -30px; */
  }
}

.slick-active .book__block_left {}

.slick-active .book__block_left .book__description {
  width: 100%;
}

.slick-active .book__block_left .book__description .cover_image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-active .book__block_left .book__description svg {
  width: 150px;
  margin-top: -50px;
}

.slick-active .book__block_left .book__description img {
  width: 150px;
  margin-top: -50px;
}

@media (max-width: 1300px) {
  .quiz .quiz__body .body .body__form .quiz__book .book .book__union .book__block {
    min-height: 572px;
  }
}

@media (max-width: 1024px) {
  .quiz .quiz__body .body .body__form .quiz__book .book .book__union .book__block {
    width: 100%;
    order: 2;
  }
}

@media (max-width: 520px) {
  .quiz .quiz__body .body .body__form .quiz__book .book .book__union .book__block {
    padding: 20px 20px;
    min-height: 395px;
    padding-top: 25px;
  }
}

@media (max-width: 400px) {
  .quiz .quiz__body .body .body__form .quiz__book .book .book__union .book__block {
    min-height: 355px;
  }
}

@media (max-width: 350px) {
  .quiz .quiz__body .body .body__form .quiz__book .book .book__union .book__block {
    min-height: 305px;
  }
}

.quiz .quiz__body .body .body__form .quiz__book .book .book__union .book__block .book__title {
  font-size: calc(28px + 4 * ((100vw - 320px) / 1120));
  line-height: 118.5185185185%;
  color: #383838;
  font-family: "ArialRounded";
}

.quiz .quiz__body .body .body__form .quiz__book .book .book__union .book__block .book__description {
  color: #383838;
  font-size: calc(13px + 2 * ((100vw - 320px) / 1120));
  margin-top: 10px;
  text-align: left;
}

.quiz .quiz__body .body .body__form .quiz__book .book .book__union .book__block_left {
  margin-left: 18px;
}

@media (max-width: 1024px) {
  .quiz .quiz__body .body .body__form .quiz__book .book .book__union .book__block_left {
    margin-right: 18px;
    min-height: 355px;
  }
}

@media (max-width: 350px) {
  .quiz .quiz__body .body .body__form .quiz__book .book .book__union .book__block_left {
    min-height: 305px;
  }
}

.quiz .quiz__body .body .body__form .quiz__book .book .book__union .book__block_photo {
  margin-right: 18px;
}

.quiz .quiz__body .body .body__form .quiz__book .book .book__union .book__block_photo img:first-child {
  width: 400px;
  height: 280px;
  border-radius: 1px;
}

@media (max-width: 990px) {
  .quiz .quiz__body .body .body__form .quiz__book .book .book__union .book__block_photo img:first-child {
    width: 400px;
    height: 280px;
    margin-bottom: 0px;
  }
}

@media (max-width: 520px) {
  .quiz .quiz__body .body .body__form .quiz__book .book .book__union .book__block_photo img:first-child {
    width: 50%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}

.quiz .quiz__body .body .body__form .quiz__book .book .book__union .book__block_photo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
}


@media (max-width: 1024px) {
  .quiz .quiz__body .body .body__form .quiz__book .book .book__union .book__block_photo {
    margin-left: 18px;
    margin-top: 10px;
  }
}

@media (max-width: 420px) {
  .quiz .quiz__body .body .body__form .quiz__book .book .book__union .book__block_photo {
    display: flex;
    flex-direction: column;
  }
}

.quiz .quiz__body .body .body__form .quiz__book .book .book__union .book__block_photo .book__edit {
  display: none;
}

@media (max-width: 1024px) {
  .quiz .quiz__body .body .body__form .quiz__book .book .book__union .book__block_photo {
    order: 1;
    position: relative;
  }
}

@media (max-width: 1024px) and (max-width: 1024px) {
  .quiz .quiz__body .body .body__form .quiz__book .book .book__union .book__block_photo::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -21px;
    background: #F7F7F7;
    width: 100%;
    height: 3px;
  }
}

@media (max-width: 1024px) {
  .quiz .quiz__body .body .body__form .quiz__book .book .book__union .book__block_photo .book__edit {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
    display: block;
    background: #C8E4D2;
    border: 1px solid #3f8d5b;
    box-sizing: border-box;
    border-radius: 32px;
    padding: 7px 18px;
    font-size: 13px;
    line-height: 20px;
    color: #3f8d5b;
    transition: 0.5s;
    display: flex;
    align-items: center;
  }

  .quiz .quiz__body .body .body__form .quiz__book .book .book__union .book__block_photo .book__edit img {
    width: 12px;
    height: 12px;
    margin-right: 7px;
  }

  .quiz .quiz__body .body .body__form .quiz__book .book .book__union .book__block_photo .book__edit:hover {
    border: 1px solid #336d48;
    background: #9cc0a9;
  }
}

.quiz .quiz__body .body .body__form .quiz__book .book .book__union .book__block_photo img {
  display: block;
  margin: 0 auto;
  width: 196px;
  height: 141px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 990px) {
  .quiz .quiz__body .body .body__form .quiz__book .book .book__union .book__block_photo img {
    width: 400px;
    height: 280px;
    margin-bottom: 0px;
  }
}

@media (max-width: 520px) {
  .quiz .quiz__body .body .body__form .quiz__book .book .book__union .book__block_photo img {
    width: 100%;
    height: auto;
  }
}

.quiz .quiz__body .body .body__form .quiz__book .book .book__union::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  background: #F7F7F7;
  width: 3px;
  height: 100%;
}

@media (max-width: 1024px) {
  .quiz .quiz__body .body .body__form .quiz__book .book .book__union::after {
    display: none;
  }
}

.quiz .quiz__body .body .body__form_top {
  margin-top: 0;
}

.quiz .quiz__body_bottom {
  padding-bottom: 50px;
}

@media (max-width: 800px) {
  .quiz .quiz__body_bottom {
    padding-bottom: 0;
  }
}

.quiz .quiz__body_bottom .body__form {
  overflow-x: scroll;
  height: 600px;
  white-space: nowrap;
}

@media (max-width: 510px) {
  .quiz .quiz__body_bottom .body__form {
    margin-top: 5px;
  }
}

.quiz .quiz__body_bottom .body__form::-webkit-scrollbar {
  width: 3px;
  height: 0;
}

@media (max-width: 510px) {
  .quiz .quiz__body_bottom .body__form::-webkit-scrollbar {
    display: none;
  }
}

.quiz .quiz__body_bottom .body__form::-webkit-scrollbar-thumb {
  background-color: #c7e4d2;
}

@media (max-width: 510px) {
  .quiz .quiz__body_bottom .body__form::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
}

.quiz .quiz__body_book {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  width: 1100px;
  padding: 0px 0px;
  min-height: 460px;
  margin-top: 16px;
}

@media (max-width: 1300px) {
  .quiz .quiz__body_book {
    width: 97%;
    border-radius: 25px;
  }
}

.quiz .quiz__body_cart {
  min-height: 600px;
  border-radius: 25px;
}

@media (max-width: 520px) {
  .quiz .quiz__body_cart {
    border-radius: 0px;
  }
}

.quiz .quiz__body_cart .body__cart .cart__title {
  font-size: calc(23px + 5 * ((100vw - 320px) / 1120));
  line-height: 112%;
  color: #383838;
  font-weight: 600;
}

.quiz .quiz__body_cart .body__cart .cart__union {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

@media (max-width: 810px) {
  .quiz .quiz__body_cart .body__cart .cart__union {
    flex-direction: column;
    margin-top: 15px;
  }
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders {
  width: 68.5%;
}

@media (max-width: 810px) {
  .quiz .quiz__body_cart .body__cart .cart__union .cart__orders {
    width: 100%;
    margin-bottom: 40px;
  }
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__header {
  margin-right: 20px;
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__header .table__title {
  color: #73738D;
  font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  font-weight: 600;
  padding-bottom: 10px;
}

@media (min-width: 781px) {
  .table__title_mob {
    display: none !important;
  }
}

@media (max-width: 510px) {
  .quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__header .table__title {
    display: none;
  }
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__union {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DEDEE8;
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__union .table__product {
  width: 48%;
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__union .table__price {
  width: 16.6%;
  text-align: center;
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__union .table__quantity {
  width: 16.6%;
  text-align: center;
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__union .table__total {
  width: 16.6%;
  text-align: center;
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body {
  margin-top: 8px;
  padding-right: 15px;
  overflow-x: scroll;
  height: 400px;
  white-space: nowrap;
}

@media (max-width: 510px) {
  .quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body {
    overflow-x: hidden;
    height: auto;
    margin-right: 0;
    padding-right: 0;
  }
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body::-webkit-scrollbar {
  width: 3px;
  height: 0;
  background-color: #DEDEE8;
}

@media (max-width: 510px) {
  .quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body::-webkit-scrollbar {
    width: 0px;
  }
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body::-webkit-scrollbar-thumb {
  background-color: #a4d3b4;
  width: 3px;
}

@media (max-width: 510px) {
  .quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body::-webkit-scrollbar-thumb {
    width: 0px;
  }
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union {
  position: relative;
  padding: 18px 0px;
  cursor: pointer;
}

@media (max-width: 510px) {
  .quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 30px;
    min-height: 105px;
    padding-top: 3px;
    margin-bottom: 15px;
  }
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product {
  display: flex;
  align-items: center;
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__photo img {
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 70px;
  height: 87px;
}

@media (max-width: 510px) {
  .quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__photo img {
    position: absolute;
    left: 0px;
    bottom: 12px;
  }
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}

@media (max-width: 510px) {
  .quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box {
    margin-left: 88px;
  }
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__title {
  font-weight: 600;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1120));
  color: #575768;
  overflow-x: scroll;
  width: 300px;
  margin-right: 20px;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__title {
    width: 200px;
  }
}

@media (max-width: 940px) {
  .quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__title {
    width: 130px;
  }
}

@media (max-width: 510px) {
  .quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__title {
    width: 210px;
  }
}

@media (max-width: 400px) {
  .quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__title {
    width: 150px;
  }
}

@media (max-width: 350px) {
  .quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__title {
    width: 125px;
  }
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__title::-webkit-scrollbar {
  display: none;
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__title::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__description {
  color: #73738D;
  font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  margin-top: 1px;
  overflow-x: scroll;
  width: 300px;
  margin-right: 20px;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__description {
    width: 200px;
  }
}

@media (max-width: 940px) {
  .quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__description {
    width: 130px;
  }
}

@media (max-width: 510px) {
  .quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__description {
    width: 210px;
  }
}

@media (max-width: 400px) {
  .quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__description {
    width: 150px;
  }
}

@media (max-width: 350px) {
  .quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__description {
    width: 100px;
  }
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__description::-webkit-scrollbar {
  display: none;
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__description::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__price {
  font-weight: bold;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1120));
  letter-spacing: 0.05em;
  color: #73738D;
}

@media (max-width: 510px) {
  .quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__price {
    position: absolute;
    right: 0px;
    bottom: 45px;
  }
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__quantity .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 510px) {
  .quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__quantity .quantity {
    position: absolute;
    left: 85px;
    bottom: 14px;
  }
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__quantity .quantity .quantity__minus {
  background: rgba(222, 222, 232, 0.14);
  border-right: 0px solid rgba(222, 222, 232, 0.6);
  border: 1px solid rgba(222, 222, 232, 0.6);
  box-sizing: border-box;
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  width: 30px;
  cursor: pointer;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__quantity .quantity .quantity__minus:hover {
  opacity: 0.8;
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__quantity .quantity .quantity__count {
  background: #FFFFFF;
  border: 1px solid rgba(222, 222, 232, 0.6);
  border-left: 0px;
  border-right: 0px;
  font-weight: 600;
  box-sizing: border-box;
  width: 40px;
  height: 26px;
  font-size: 15px;
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__quantity .quantity .quantity__plus {
  background: #C8E4D2;
  border: 1px solid #3f8d5b;
  border-left: 0px solid #3f8d5b;
  border: 1px solid rgba(222, 222, 232, 0.6);
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  width: 30px;
  cursor: pointer;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__quantity .quantity .quantity__plus:hover {
  opacity: 0.8;
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__total {
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1120));
  color: #3f8d5b;
}

@media (max-width: 510px) {
  .quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__total {
    position: absolute;
    right: 0;
    bottom: 20px;
  }
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__delete {
  position: absolute;
  top: 47px;
  right: -7px;
  background: #f0f0f1;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
  display: none;
}

@media (max-width: 510px) {
  .quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__delete {
    top: 3px;
    right: 0px;
  }
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__delete:hover {
  background: #e7e7e9;
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union:hover .table__delete {
  display: flex;
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__block {
  width: 30%;
}

@media (max-width: 810px) {
  .quiz .quiz__body_cart .body__cart .cart__union .cart__block {
    width: 100%;
  }
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__block .order {
  width: 100%;
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__block .order .order__title {
  font-size: calc(16px + 2 * ((100vw - 320px) / 1120));
  line-height: 120%;
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__block .order .order__subtotal {
  font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  line-height: 127.2727272727%;
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__block .order .order__shipping {
  font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  line-height: 127.2727272727%;
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__block .order .order__m-total {
  font-size: calc(15px + 2 * ((100vw - 320px) / 1120));
  line-height: 141.6666666667%;
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__block .order .order__order__m-total_price {
  font-size: calc(15px + 2 * ((100vw - 320px) / 1120));
  line-height: 141.6666666667%;
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__block .order .order__subtotal_price {
  font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  line-height: 127.2727272727%;
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__block .order .order__shipping_price {
  font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  line-height: 127.2727272727%;
}

.quiz .quiz__body_cart .body__cart .cart__union .cart__block .order .order__button {
  height: 40px;
  font-size: 13px;
}

@media (max-width: 810px) {
  .quiz .quiz__body_cart .body__cart .cart__union .cart__block .order .order__button {
    margin: 0 auto;
    margin-top: 25px;
  }
}

.quiz .quiz__body_checkout {
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.quiz .quiz__body_checkout .checkout__title {
  margin-top: 12px;
}

.quiz .book__navigation {
  margin-top: 15px;
}

.quiz .book__navigation .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}

.quiz .book__navigation .navigation .navigation__arrow {
  display: flex;
  align-items: center;
  width: 98px;
}

.quiz .book__navigation .navigation .navigation__arrow .navigation__arrow_first {
  margin: 0 8px;
  margin-top: 8px;
  transition: 0.5s;
  cursor: pointer;
}

.quiz .book__navigation .navigation .navigation__arrow .navigation__arrow_first:hover svg path {
  transition: 0.5s;
  fill: #408C5C;
}

.quiz .book__navigation .navigation .navigation__arrow .navigation__arrow_third {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  background: #FFFFFF;
  border: 1px solid #383838;
  box-sizing: border-box;
  margin-left: 12px;
  transition: 0.5s;
  cursor: pointer;
}

.quiz .book__navigation .navigation .navigation__arrow .navigation__arrow_third:hover {
  background: #C8E4D2;
  border: 1px solid #408C5C;
}

.quiz .book__navigation .navigation .navigation__arrow .navigation__arrow_third:hover svg path {
  fill: #408C5C;
}

.quiz .book__navigation .navigation .navigation__right .navigation__arrow_third {
  margin-left: 0px;
}

.quiz .book__navigation .navigation .navigation__right .navigation__arrow_first {
  margin-left: 28px;
  margin-right: 0;
  transition: 0.5s;
}

.quiz .book__navigation .navigation .navigation__left .navigation__arrow_third {
  margin-right: 0px;
}

.quiz .book__navigation .navigation .navigation__left .navigation__arrow_first {
  margin-right: 28px;
  margin-left: 0;
  transition: 0.5s;
}

.quiz .book__navigation .navigation .navigation__count {
  margin: 0px 12px;
  display: flex;
  align-items: center;
}

@media (max-width: 520px) {
  .quiz .book__navigation .navigation .navigation__count {
    margin: 0px 8px;
  }
}

.quiz .book__navigation .navigation .navigation__count span {
  display: block;
  margin: 0 10px;
}

.quiz__navigation {
  background: #C8E4D2;
  border-radius: 25px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  min-height: 74px;
  width: 1250px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0px 20px;
}

@media (max-width: 1300px) {
  .quiz__navigation {
    width: 100%;
  }
}

@media (max-width: 610px) {
  .quiz__navigation {
    position: relative;
  }
}

.quiz__navigation .navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quiz__navigation .navigation .navigation__arrow .arrow {
  cursor: pointer;
  display: flex;
}

.quiz__navigation .navigation .navigation__arrow .arrow .arrow__left {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #383838;
}

@media (max-width: 610px) {
  .quiz__navigation .navigation .navigation__arrow .arrow .arrow__left {
    position: absolute;
    left: 0;
    top: 15px;
  }
}

.quiz__navigation .navigation .navigation__arrow .arrow .arrow__left span {
  background: #FFFFFF;
  border: 1px solid #383838;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  border-radius: 50%;
}

.quiz__navigation .navigation .navigation__arrow .arrow .arrow__left::after {
  position: absolute;
  content: "";
  right: -16px;
  top: 4px;
  width: 2px;
  height: 30px;
  background: #A7D0B5;
}

@media (max-width: 610px) {
  .quiz__navigation .navigation .navigation__arrow .arrow .arrow__left::after {
    display: none;
  }
}

.quiz__navigation .navigation .navigation__arrow .arrow .arrow__left:hover span {
  background: #e8e8e8;
  border: 1px solid #969595;
}

.quiz__navigation .navigation .navigation__arrow .arrow .arrow__right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 35px;
  transition: 0.5s;
  color: #383838;
}

@media (max-width: 610px) {
  .quiz__navigation .navigation .navigation__arrow .arrow .arrow__right {
    position: absolute;
    right: 0;
    top: 15px;
  }
}

.quiz__navigation .navigation .navigation__arrow .arrow .arrow__right span {
  background: #FFFFFF;
  border: 1px solid #383838;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  border-radius: 50%;
}

.quiz__navigation .navigation .navigation__arrow .arrow .arrow__right:hover span {
  background: #e8e8e8;
  border: 1px solid #969595;
}

@media (max-width: 610px) {
  .quiz__navigation .navigation .navigation__arrow .arrow .arrow__text {
    display: none;
  }
}

.quiz__navigation .quiz__count {
  background: #D8F3E2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  min-width: 144px;
  height: 40px;
  margin-left: auto;
  color: #9BC1A9;
  font-size: calc(14px + 1 * ((100vw - 320px) / 1120));
  line-height: 125%;
}

@media (max-width: 610px) {
  .quiz__navigation .quiz__count {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

.quiz__navigation .quiz__count span {
  margin-left: 8px;
  color: #408C5C;
  margin-right: 3px;
}

.quiz__navigation .quiz__count .quiz__count_all {
  margin-left: 3px;
}

.quiz__m-footer {
  background: #FFFFFF;
  width: 100%;
  box-shadow: 0px 8px 15px rgba(217, 222, 226, 0.5);
  min-height: 80px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quiz__m-footer-edit {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1111;
}

@media (max-width: 610px) {
  .quiz__m-footer {
    padding-bottom: 25px;
  }
}

.quiz__m-footer .m-footer {
  width: 1250px;
  margin: 0 auto;
}

.quiz__m-footer .m-footer .quiz__union {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 610px) {
  .quiz__m-footer .m-footer .quiz__union {
    flex-wrap: wrap;
  }
}

.quiz__m-footer .m-footer .quiz__union .quiz__save {
  color: #383838;
  font-size: 13px;
  line-height: 20px;
  width: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #999999;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 4px 15px;
  cursor: pointer;
}

@media (max-width: 610px) {
  .quiz__m-footer .m-footer .quiz__union .quiz__save {
    width: 100%;
    width: 95%;
    height: 56px;
    margin: 0 auto;
    margin-top: 20px;
  }
}

.quiz__m-footer .m-footer .quiz__union .quiz__save:hover {
  background: #e8e8e8;
}

.quiz__m-footer .m-footer .quiz__union .quiz__save svg {
  margin-right: 8px;
}

@media (max-width: 610px) {
  .quiz__m-footer .m-footer .quiz__union .quiz__stap_navigation {
    width: 100%;
  }
}

.quiz__m-footer .m-footer .quiz__union .quiz__stap_navigation .navigation {
  display: flex;
  align-items: center;
}

@media (max-width: 610px) {
  .quiz__m-footer .m-footer .quiz__union .quiz__stap_navigation .navigation {
    width: 100%;
    justify-content: center;
    margin-top: 15px;
  }
}

.quiz__m-footer .m-footer .quiz__union .quiz__stap_navigation .navigation .navigation__left {
  font-size: 13px;
  line-height: 20px;
  color: #999999;
  background: #FFFFFF;
  border: 1px solid #999999;
  box-sizing: border-box;
  border-radius: 12px;
  width: 144px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  margin-right: 12px;
}

@media (max-width: 610px) {
  .quiz__m-footer .m-footer .quiz__union .quiz__stap_navigation .navigation .navigation__left {
    width: 163px;
    height: 56px;
    padding: 0 25px;
    font-size: 15px;
  }
}

@media (max-width: 350px) {
  .quiz__m-footer .m-footer .quiz__union .quiz__stap_navigation .navigation .navigation__left {
    width: 49%;
    margin-left: 10px;
  }
}

.quiz__m-footer .m-footer .quiz__union .quiz__stap_navigation .navigation .navigation__left:hover {
  border: 1px solid #5f5e5e;
}

.quiz__m-footer .m-footer .quiz__union .quiz__stap_navigation .navigation .navigation__left svg {
  margin-right: auto;
}

@media (max-width: 610px) {
  .quiz__m-footer .m-footer .quiz__union .quiz__stap_navigation .navigation .navigation__left_auto {
    width: 178px;
  }
}

.quiz__m-footer .m-footer .quiz__union .quiz__stap_navigation .navigation .navigation__right {
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  background: #3f8d5b;
  border: 1px solid #383838;
  box-sizing: border-box;
  border-radius: 12px;
  border-radius: 12px;
  width: 144px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  margin-right: 12px;
}

@media (max-width: 610px) {
  .quiz__m-footer .m-footer .quiz__union .quiz__stap_navigation .navigation .navigation__right {
    width: 163px;
    padding: 0 25px;
    height: 56px;
    font-size: 15px;
    margin-right: 0;
  }
}

@media (max-width: 350px) {
  .quiz__m-footer .m-footer .quiz__union .quiz__stap_navigation .navigation .navigation__right {
    width: 49%;
    margin-right: 10px;
  }
}

.quiz__m-footer .m-footer .quiz__union .quiz__stap_navigation .navigation .navigation__right:hover {
  border: 1px solid #2e7e4b;
}

.quiz__m-footer .m-footer .quiz__union .quiz__stap_navigation .navigation .navigation__right svg {
  margin-left: auto;
}

.quiz__m-footer .m-footer .quiz__union_auto {
  justify-content: flex-end;
}

.quiz__m-footer-top {
  padding-top: 25px;
  margin-top: 65px;
  padding-bottom: 25px;
}

@media (max-width: 520px) {
  .quiz__m-footer-top {
    padding-bottom: 80px;
  }
}

.quiz__m-footer_top {
  margin-top: 0;
}

.profile .profile__header .header {
  background: #FFFFFF;
  border-radius: 16px;
  min-height: 105px;
  width: 1253px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.profile .profile__header .header .header__title {
  font-family: "ArialRounded";
  font-size: calc(28px + 4 * ((100vw - 320px) / 1120));
  line-height: 118.5185185185%;
  color: #383838;
}

.profile .profile__header .header .header__description {
  color: #383838;
  font-size: calc(13px + 2 * ((100vw - 320px) / 1120));
  line-height: 125%;
}

.profile .profile__body {
  background: #FFFFFF;
  box-shadow: 0px 8px 15px rgba(217, 222, 226, 0.5);
  border-radius: 16px;
  padding: 35px 30px;
  width: 1253px;
  height: 628px;
  margin: 0 auto;
  margin-top: 17px;
  margin-bottom: 50px;
}

@media (max-width: 1300px) {
  .profile .profile__body {
    width: 100%;
    border-radius: 0px;
    height: auto;
  }
}

@media (max-width: 780px) {
  .profile .profile__body {
    padding: 40px 10px;
  }
}

.profile .profile__body .body .body__title {
  color: #383838;
  font-size: calc(22px + 6 * ((100vw - 320px) / 1120));
  line-height: 133.3333333333%;
  font-weight: 600;
}

.profile .profile__body .body .body__box {
  margin-top: 30px;
}

.profile .profile__body .body .body__box .box {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .profile .profile__body .body .body__box .box {
    flex-direction: column;
  }
}

@media (min-width: 1025px) {
  .profile .profile__body .body .body__box .box .box__navigations_mob {
    display: none;
  }
}

.profile .profile__body .body .body__box .box .box__navigation_box {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (max-width: 1024px) {
  .profile .profile__body .body .body__box .box .box__navigation_box {
    align-items: center;
  }
}

.profile .profile__body .body .body__box .box .box__navigation_box .box__links {
  width: 100%;
}

.profile .profile__body .body .body__box .box .box__navigation_box .box__links .box__link {
  position: relative;
  color: #383838;
  font-weight: 500;
  font-size: calc(15px + 2 * ((100vw - 320px) / 1120));
  padding: 12px;
  align-items: center;
  width: 345px;
  padding-left: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
}

@media (max-width: 365px) {
  .profile .profile__body .body .body__box .box .box__navigation_box .box__links .box__link {
    width: 100%;
  }
}

.profile .profile__body .body .body__box .box .box__navigation_box .box__links .box__link img {
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 8px;
}

.profile .profile__body .body .body__box .box .box__navigation_box .box__links .box__link svg {
  margin-right: 5px;
  position: absolute;
  left: 12px;
  top: 13px;
}

.profile .profile__body .body .body__box .box .box__navigation_box .box__links .box__link svg path {
  fill: #383838;
}

.profile .profile__body .body .body__box .box .box__navigation_box .box__links .box__link:hover {
  background: #dfdfdf6e;
}

.profile .profile__body .body .body__box .box .box__navigation_box .box__links .box__navigation_active {
  color: #ffffff;
  background: #3f8d5b;
  border-radius: 12px;
  cursor: pointer;
}

.profile .profile__body .body .body__box .box .box__navigation_box .box__links .box__navigation_active svg path {
  fill: white;
}

.profile .profile__body .body .body__box .box .box__navigation_box .box__links .box__navigation_active:hover {
  background: #3f8d5b;
}

.profile .profile__body .body .body__box .box .box__navigation_box .box__links .box__navigation_active::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 17px;
  width: 15px;
  height: 15px;
  background: url(../img/arrow-right-wite.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(90deg);
}

.profile .profile__body .body .body__box .box .box__navigation_box .box__links .box__block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  display: none;
  background: #F8F8F8;
  border-radius: 16px;
  padding: 10px;
}

@media (max-width: 640px) {
  .profile .profile__body .body .body__box .box .box__navigation_box .box__links .box__block {
    flex-direction: column;
    padding: 20px;
  }
}

.profile .profile__body .body .body__box .box .box__navigation_box .box__links .box__block .box__navigation {
  position: relative;
  color: #383838;
  font-weight: 500;
  font-size: calc(15px + 2 * ((100vw - 320px) / 1120));
  padding: 12px;
  align-items: center;
  width: 191px;
  padding-left: 42px;
  border-radius: 12px;
}

@media (max-width: 640px) {
  .profile .profile__body .body .body__box .box .box__navigation_box .box__links .box__block .box__navigation {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .profile .profile__body .body .body__box .box .box__navigation_box .box__links .box__block .box__navigation:last-child {
    margin-bottom: 0;
  }
}

.profile .profile__body .body .body__box .box .box__navigation_box .box__links .box__block .box__navigation svg {
  margin-right: 5px;
  position: absolute;
  left: 12px;
  top: 13px;
}

.profile .profile__body .body .body__box .box .box__navigation_box .box__links .box__block .box__navigation svg path {
  fill: #383838;
}

.profile .profile__body .body .body__box .box .box__navigation_box .box__links .box__block .box__navigation:hover {
  background: #dfdfdf6e;
}

.profile .profile__body .body .body__box .box .box__navigation_box .box__links .box__block .box__navigation_active {
  color: #ffffff;
  background: #3f8d5b;
  border-radius: 12px;
}

.profile .profile__body .body .body__box .box .box__navigation_box .box__links .box__block .box__navigation_active svg path {
  fill: white;
}

.profile .profile__body .body .body__box .box .box__navigation_box .box__links .box__block .box__navigation_active:hover {
  background: #3f8d5b;
}

.profile .profile__body .body .body__box .box .box__navigation_box .box__links .box__block .box__navigation_active::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 17px;
  width: 15px;
  height: 15px;
  background: url(../img/arrow-right-wite.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.profile .profile__body .body .body__box .box .box__navigations {
  display: flex;
  flex-direction: column;
  width: 18%;
}

@media (max-width: 1024px) {
  .profile .profile__body .body .body__box .box .box__navigations {
    display: none;
  }
}

.profile .profile__body .body .body__box .box .box__navigations .box__navigation {
  position: relative;
  color: #383838;
  font-weight: 500;
  font-size: calc(15px + 2 * ((100vw - 320px) / 1120));
  padding: 12px;
  align-items: center;
  width: 191px;
  padding-left: 42px;
  margin-bottom: 10px;
  border-radius: 12px;
}

.profile .profile__body .body .body__box .box .box__navigations .box__navigation svg {
  margin-right: 5px;
  position: absolute;
  left: 12px;
  top: 13px;
}

.profile .profile__body .body .body__box .box .box__navigations .box__navigation svg path {
  fill: #383838;
}

.profile .profile__body .body .body__box .box .box__navigations .box__navigation:hover {
  background: #dfdfdf6e;
}

.profile .profile__body .body .body__box .box .box__navigations .box__navigation_active {
  color: #ffffff;
  background: #3f8d5b;
  border-radius: 12px;
}

.profile .profile__body .body .body__box .box .box__navigations .box__navigation_active svg path {
  fill: white;
}

.profile .profile__body .body .body__box .box .box__navigations .box__navigation_active:hover {
  background: #3f8d5b;
}

.profile .profile__body .body .body__box .box .box__navigations .box__navigation_active::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 17px;
  width: 15px;
  height: 15px;
  background: url(../img/arrow-right-wite.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.profile .profile__body .body .body__box .box .box__table {
  width: 81%;
  margin-top: 5px;
}

@media (max-width: 1024px) {
  .profile .profile__body .body .body__box .box .box__table {
    width: 100%;
    margin-top: 30px;
  }
}

.profile .profile__body .body .body__box .box .box__table .table .table__union {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px;
  margin-bottom: 5px;
  padding-right: 30px;
}

@media (max-width: 600px) {
  .profile .profile__body .body .body__box .box .box__table .table .table__union {
    display: none;
  }
}

.profile .profile__body .body .body__box .box .box__table .table .table__union .table__title {
  font-weight: 600;
  font-size: 14px;
  color: #383838;
  width: 22%;
}

.profile .profile__body .body .body__box .box .box__table .table .table__union .table__title_completed {
  width: 34%;
}


.profile .profile__body .body .body__box .box .box__table .table__contant-empty .empty {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0px;
}

.profile .profile__body .body .body__box .box .box__table .table__contant-empty .empty .empty__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile .profile__body .body .body__box .box .box__table .table__contant-empty .empty .empty__box .empty__ico {
  width: 47px;
  height: 47px;
}

.profile .profile__body .body .body__box .box .box__table .table__contant-empty .empty .empty__box .empty__title {
  font-weight: 400;
  font-size: calc(32px + 1 * ((100vw - 320px) / 1120));
  line-height: 37px;
  color: #CEE9DD;
  margin: 15px 0px;
}

@media (max-width: 520px) {
  .profile .profile__body .body .body__box .box .box__table .table__contant-empty .empty .empty__box .empty__title {
    font-size: calc(25px + 1 * ((100vw - 320px) / 1120));
  }

  .profile .profile__body .body .body__box .box .box__table .table__contant-empty .empty .empty__box .empty__title {
    margin: 12px 0px;
  }
}

.profile .profile__body .body .body__box .box .box__table .table__contant-empty .empty .empty__box .empty__button {
  background: #3f8d5b;
  border: 1px solid #383838;
  box-sizing: border-box;
  border-radius: 12px;
  height: 46px;
  font-size: calc(14px + 1 * ((100vw - 320px) / 1120));
  max-width: 460px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
  width: 159px;
  border-radius: 12px;
  padding: 0px 16px;
}

.profile .profile__body .body .body__box .box .box__table .table__contant-empty .empty .empty__box .empty__button svg {
  margin-left: auto;
}

.profile .profile__body .body .body__box .box .box__table .table .table__contant {
  overflow-x: scroll;
  height: 400px;
  white-space: nowrap;
  padding-right: 10px;
}

@media (max-width: 1024px) {
  .profile .profile__body .body .body__box .box .box__table .table .table__contant {
    height: auto;
    padding-right: 0;
    margin-top: -10px;
  }
}

.profile .profile__body .body .body__box .box .box__table .table .table__contant::-webkit-scrollbar {
  width: 3px;
  height: 0;
  background: #d5d5d5;
}

.profile .profile__body .body .body__box .box .box__table .table .table__contant::-webkit-scrollbar-thumb {
  background-color: rgb(2 143 86 / 35%);
}

.profile .profile__body .body .body__box .box .box__table .table .table__contant .table__body_union {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px;
  transition: 0.5s;
  cursor: pointer;
  margin-bottom: 5px;
}

@media (max-width: 600px) {
  .profile .profile__body .body .body__box .box .box__table .table .table__contant .table__body_union {
    flex-direction: column;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.profile .profile__body .body .body__box .box .box__table .table .table__contant .table__body_union:hover {
  background: #F8F8F8;
}

.profile .profile__body .body .body__box .box .box__table .table .table__contant .table__body_union .table__date {
  font-weight: 500;
  font-size: 16px;
  color: #73738D;
  width: 22%;
}

@media (max-width: 600px) {
  .profile .profile__body .body .body__box .box .box__table .table .table__contant .table__body_union .table__date {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}

.profile .profile__body .body .body__box .box .box__table .table .table__contant .table__body_union .table__number {
  font-weight: 500;
  font-size: 16px;
  color: #73738D;
  width: 22%;
}

@media (max-width: 600px) {
  .profile .profile__body .body .body__box .box .box__table .table .table__contant .table__body_union .table__number {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}

.profile .profile__body .body .body__box .box .box__table .table .table__contant .table__body_union .table__amount {
  font-weight: 500;
  font-size: 16px;
  color: #6D9B12;
  width: 22%;
}

@media (max-width: 600px) {
  .profile .profile__body .body .body__box .box .box__table .table .table__contant .table__body_union .table__amount {
    width: 100%;
    text-align: center;
  }
}

.profile .profile__body .body .body__box .box .box__table .table .table__contant .table__body_union .table__completed {
  width: 34%;
}

@media (max-width: 600px) {
  .profile .profile__body .body .body__box .box .box__table .table .table__contant .table__body_union .table__completed {
    width: 100%;
    text-align: center;
  }
}

.profile .profile__body .body .body__box .box .box__table .table .table__contant .table__body_union .table__completed .completed {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile .profile__body .body .body__box .box .box__table .table .table__contant .table__body_union .table__completed .completed .completed__date {
  font-weight: 500;
  font-size: 15px;
  color: #73738D;
}

.profile .profile__body .body .body__box .box .box__table .table .table__contant .table__body_union .table__completed .completed .completed__box {
  display: flex;
  align-items: center;
}

.profile .profile__body .body .body__box .box .box__table .table .table__contant .table__body_union .table__completed .completed .completed__box .completed__view {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #999999;
  box-sizing: border-box;
  border-radius: 50%;
  transition: 0.5s;
}

.profile .profile__body .body .body__box .box .box__table .table .table__contant .table__body_union .table__completed .completed .completed__box .completed__view:hover {
  border: 1px solid #999999;
  background: #ececec;
}

.profile .profile__body .body .body__box .box .box__table .table .table__contant .table__body_union .table__completed .completed .completed__box .completed__download {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #999999;
  box-sizing: border-box;
  border-radius: 50%;
  margin-left: 15px;
  transition: 0.5s;
}

.profile .profile__body .body .body__box .box .box__table .table .table__contant .table__body_union .table__completed .completed .completed__box .completed__download:hover {
  border: 1px solid #999999;
  background: #ececec;
}

.profile .profile__body .body .body__box .box .box__table_first {
  display: none;
}

.profile .profile__body .body .body__box .box .box__table_second {
  display: none;
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__header {
  display: flex;
  justify-content: space-between;
  background: #F8F8F8;
  padding: 12px;
  margin-bottom: 18px;
}

@media (max-width: 780px) {
  .profile .profile__body .body .body__box .box .box__table_second .table .table__header {
    display: none;
  }
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__header .table__title {
  font-weight: 600;
  font-size: 14px;
  color: #383838;
  display: flex;
  align-items: center;
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__header .table__title svg {
  display: block;
  margin-left: 8px;
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__header .table__preview {
  width: 12%;
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__header .table__preview img {
  width: 87px;
  height: 108px;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__header .table__title_main {
  width: 28%;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  align-items: flex-start !important;
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__header .table__title_main span a {
  font-weight: 500;
  font-size: calc(16px + 1 * ((100vw - 320px) / 1120));
  line-height: 100%;
  color: #000000;
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__header .table__title_main .table__title_main_draft {
  border: 1px solid #EE8168;
  box-sizing: border-box;
  border-radius: 4px;
  width: 49px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 8px;
  color: #EE8168;
  margin-bottom: 3px;
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__header .table__created {
  width: 20%;
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__header .table__edited {
  width: 40%;
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__header .table__edited .edited {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__header .table__edited .edited .edited__box {
  display: flex;
  align-items: center;
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__header .table__edited .edited .edited__box .edited__edit {
  border: 1px solid #383838;
  box-sizing: border-box;
  border-radius: 12px;
  width: 72px;
  height: 40px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  line-height: 20px;
  color: #383838;
  transition: 0.5s;
}
.profile .profile__body .body .body__box .box .box__table_second .table .table__header .table__edited .edited .edited__box .edited__edit {
  border: 1px solid #383838;
  box-sizing: border-box;
  border-radius: 12px;
  width: 72px;
  height: 40px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  line-height: 20px;
  color: #383838;
  transition: 0.5s;
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__header .table__edited .edited .edited__box .edited__edit:hover {
  background: #3f8d5b;
  color: #F9F8F4;
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__header .table__edited .edited .edited__box .edited__add {
  background: #3f8d5b;
  border: 1px solid #383838;
  box-sizing: border-box;
  border-radius: 12px;
  width: 105px;
  text-align: center;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  line-height: 20px;
  color: #F9F8F4;
  margin-left: 10px;
  transition: 0.5s;
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__header .table__edited .edited .edited__box .edited__add:hover {
  background: #F9F8F4;
  color: #3f8d5b;
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__box {
  overflow-x: scroll;
  height: 400px;
  white-space: nowrap;
  padding-right: 10px;
}

@media (max-width: 780px) {
  .profile .profile__body .body .body__box .box .box__table_second .table .table__box {
    height: auto;
    overflow-x: hidden;
  }
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__box::-webkit-scrollbar {
  width: 3px;
  height: 0;
  background: #d5d5d5;
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__box::-webkit-scrollbar-thumb {
  background-color: rgb(2 143 86 / 35%);
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #DEDEE8;
  padding-bottom: 20px;
}

@media (max-width: 780px) {
  .profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body {
    position: relative;
    flex-direction: column;
    height: 185px;
  }
}

@media (max-width: 480px) {
  .profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body {
    height: 200px;
  }
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__preview {
  width: 12%;
}

@media (max-width: 780px) {
  .profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__preview {
    position: absolute;
    left: 0;
    top: 10px;
  }
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__preview img {
  width: 87px;
  height: 108px;
  -o-object-fit: contain;
  object-fit: contain;
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__title_main {
  width: 28%;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  align-items: flex-start !important;
}


.profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__title_main span a {
  font-weight: 500;
  font-size: calc(16px + 1 * ((100vw - 320px) / 1120));
  line-height: 100%;
  color: #000000;

}


@media (max-width: 780px) {
  .profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__title_main {
    top: 25px;
    width: 100%;
    position: absolute;
    left: 105px;
  }
}

@media (max-width: 420px) {
  .profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__title_main {
    left: 98px;
  }
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__title_main .table__title_main_draft {
  border: 1px solid #EE8168;
  box-sizing: border-box;
  border-radius: 4px;
  width: 49px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 8px;
  color: #EE8168;
  margin-bottom: 3px;
}

@media (max-width: 780px) {
  .profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__title_main .table__title_main_draft {
    position: absolute;
    right: 100px;
    top: -20px;
  }
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__title_main span {
  overflow-x: scroll;
  width: 220px;
  white-space: nowrap;
}

@media (max-width: 880px) {
  .profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__title_main span {
    width: 150px;
  }
}

@media (max-width: 780px) {
  .profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__title_main span {
    width: 60%;
  }
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__title_main span::-webkit-scrollbar {
  display: none;
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__title_main span::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__created {
  width: 20%;
}

@media (max-width: 780px) {
  .profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__created {
    width: 100%;
    position: absolute;
    bottom: 70px;
    right: 0;
    text-align: right;
    font-size: 14px;
  }
}

@media (max-width: 781px) {
  .profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__edited span {
    display: none;
  }
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__editeds {
  position: absolute;
  bottom: 100px;
  right: 0;
  text-align: right;
}

@media (min-width: 781px) {
  .profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__editeds {
    display: none;
  }
}

@media (max-width: 780px) {
  .profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__editeds {
    font-size: 14px;
  }
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__edited {
  width: 40%;
}

@media (max-width: 780px) {
  .profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__edited {
    width: 100%;
    position: absolute;
    bottom: 20px;
  }
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__edited .edited {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 780px) {
  .profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__edited .edited {
    justify-content: center;
  }
}

@media (max-width: 780px) {
  .profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__edited .edited span {
    display: none;
  }
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__edited .edited .edited__box {
  display: flex;
  align-items: center;
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__edited .edited .edited__box .edited__edit {
  border: 1px solid #383838;
  box-sizing: border-box;
  border-radius: 12px;
  width: 72px;
  height: 40px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  line-height: 20px;
  color: #383838;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__edited .edited .edited__box .edited__edit {
    width: 150px;
  }
}

@media (max-width: 350px) {
  .profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__edited .edited .edited__box .edited__edit {
    width: 130px;
  }
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__edited .edited .edited__box .edited__edit:hover {
  background: #3f8d5b;
  color: #F9F8F4;
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__edited .edited .edited__box .edited__delete {
  border: 1px solid #EE8168;
  box-sizing: border-box;
  border-radius: 12px;
  width: 72px;
  height: 40px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  line-height: 20px;
  color: #EE8168;
  transition: 0.5s;
  margin-left: 10px;
}

@media (max-width: 480px) {
  .profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__edited .edited .edited__box .edited__delete {
    width: 150px;
  }
}

@media (max-width: 350px) {
  .profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__edited .edited .edited__box .edited__delete {
    width: 130px;
  }
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__edited .edited .edited__box .edited__delete:hover {
  background: #EE8168;
  color: #F9F8F4;
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__edited .edited .edited__box .edited__add {
  background: #3f8d5b;
  border: 1px solid #383838;
  box-sizing: border-box;
  border-radius: 12px;
  width: 105px;
  text-align: center;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  line-height: 20px;
  color: #F9F8F4;
  margin-left: 10px;
  transition: 0.5s;
}

@media (max-width: 480px) {
  .profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__edited .edited .edited__box .edited__add {
    width: 150px;
  }
}

@media (max-width: 350px) {
  .profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__edited .edited .edited__box .edited__add {
    width: 130px;
  }
}

.profile .profile__body .body .body__box .box .box__table_second .table .table__box .table__body .table__edited .edited .edited__box .edited__add:hover {
  background: #F9F8F4;
  color: #3f8d5b;
}

.profile .profile__body .body .body__box .box .box__table_third {
  display: none;
  overflow-x: scroll;
  height: 480px;
}

.profile .profile__body .body .body__box .box .box__table_third::-webkit-scrollbar {
  width: 3px;
  background: #d5d5d5;
  height: 0px;
}

.profile .profile__body .body .body__box .box .box__table_third::-webkit-scrollbar-thumb {
  background-color: rgb(2 143 86 / 35%);
}

.profile .profile__body .body .body__box .box .box__table_third .authorization__button {
  position: relative;
  color: #ffffff;
  font-weight: 500;
  font-size: calc(15px + 2 * ((100vw - 320px) / 1120));
  padding: 12px;
  align-items: center;
  width: 191px;
  border-radius: 12px;
  color: #ffffff;
  background: #3f8d5b;
  border-radius: 12px;
  margin-left: 62px;
  cursor: pointer;
  transition: 0.5s;
  margin-bottom: 25px;
}

.profile .profile__body .body .body__box .box .box__table_third .authorization__button:hover {
  opacity: 0.8;
}

.profile .profile__body .body .body__box .box .box__table_third .authorization__button img {
  display: none;
}

@media (max-width: 990px) {
  .profile .profile__body .body .body__box .box .box__table_third {
    height: auto;
  }

  .box__table_third label {
    padding: 0 10px;
  }
}

.maintitle {
  position: relative;
  min-height: 156px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3f8d5b;
}

.maintitle::before {
  position: absolute;
  content: "";
  left: 50.5%;
  transform: translateX(-50%);
  bottom: -17px;
  width: 16px;
  height: 17px;
  background: url(../img/arrow-button-offer-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 111;
}

.maintitle::after {
  position: absolute;
  content: "";
  bottom: -30px;
  width: 100%;
  height: 160px;
  background: url(../img/back-arrow-title.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

@media (max-width: 520px) {
  .maintitle::before {
    left: 50.9%;
  }
}

.maintitle .maintitle__title {
  font-family: "ArialRounded";
  font-size: calc(35px + 15 * ((100vw - 320px) / 1120));
  line-height: 132.0754716981%;
  text-align: center;
  font-weight: 400;
  color: #F9F8F4;
}

@media (max-width: 520px) {
  .maintitle .maintitle__title {
    text-align: left;
  }
}

@media (max-width: 320px) {
  .maintitle .maintitle__title {
    font-size: 35px;
  }
}

.contant {
  min-height: 770px;
  background: #F9F8F4;
}

.contant .contant__block {
  width: 720px;
  margin: 0 auto;
  margin-top: 140px;
  margin-bottom: 130px;
}

@media (max-width: 780px) {
  .contant .contant__block {
    width: 100%;
    margin-top: 110px;
    margin-bottom: 90px;
  }
}

.contant .contant__block .books__title {
  font-size: calc(23px + 1 * ((100vw - 320px) / 1120));
  line-height: 114.2857142857%;
  font-family: "ArialRounded";
  color: #408D5C;
  font-weight: 600;
  margin-bottom: 10px;
}

.contant .contant__block p {
  font-weight: 400;
  font-size: calc(15px + 0 * ((100vw - 320px) / 1120));
  line-height: 187.5%;
  color: #383838;
  margin-bottom: 20px;
}

.contant .contant__faq {
  margin-top: 130px;
}

@media (max-width: 520px) {
  .contant .contant__faq {
    margin-top: 80px;
  }
}

.contant .contant__faq .faq {
  padding: 30px 20px;
  cursor: pointer;
  border-bottom: 1px solid #C4C4C4;
}

.contant .contant__faq .faq .faq__title {
  color: #383838;
  font-size: calc(20px + 3 * ((100vw - 320px) / 1120));
  font-weight: 600;
  line-height: 127.7777777778%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.contant .contant__faq .faq .faq__description {
  font-size: calc(17px + 0 * ((100vw - 320px) / 1120));
  line-height: 150%;
  color: #383838;
  display: none;
}

.contant .contant__faq .faq .faq__arrow {
  margin-right: 12px;
}

.contant .contant__faq .faq__active {
  background: #FFFFFF;
}

.contant .contant__faq .faq__active .faq__title {
  color: #408D5C;
}

.contant .contant__faq .faq__active .faq__description {
  display: block;
}

.contant .contant__faq .faq__active .faq__arrow svg {
  transform: rotate(-180deg);
}

.contant .contant__faq .faq__active .faq__arrow svg path {
  fill: #408D5C;
}

.contant .contant__offer .c-offer {
  display: flex;
  justify-content: space-between;
  min-height: 399px;
  margin-top: 120px;
}

@media (max-width: 820px) {
  .contant .contant__offer .c-offer {
    flex-direction: column;
    margin-top: 90px;
  }
}

.contant .contant__offer .c-offer .offer__block {
  border-radius: 24px 0px 0px 24px;
  width: 50%;
  background: #FFFFFF;
  min-height: 399px;
  padding: 70px;
  padding-top: 120px;
}

@media (max-width: 820px) {
  .contant .contant__offer .c-offer .offer__block {
    width: 100%;
    order: 2;
    padding: 70px 20px;
    min-height: auto;
    border-radius: 0px 0px 24px 24px;
  }
}

.contant .contant__offer .c-offer .offer__block .offer__mtitle {
  font-weight: 500;
  font-size: calc(35px + 13 * ((100vw - 320px) / 1120));
  line-height: 125%;
  color: #383838;
  font-family: "ArialRounded";
}

@media (max-width: 820px) {
  .contant .contant__offer .c-offer .offer__block .offer__mtitle {
    width: 100%;
    text-align: center;
  }
}

.contant .contant__offer .c-offer .offer__block .offer__button {
  background: #3f8d5b;
  border: 1px solid #383838;
  box-sizing: border-box;
  border-radius: 12px;
  height: 56px;
  font-size: calc(14px + 1 * ((100vw - 320px) / 1120));
  max-width: 460px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
  width: 168px;
  margin-top: 21px;
}

.contant .contant__offer .c-offer .offer__block .offer__button img {
  display: block;
  margin-left: 8px;
}

.contant .contant__offer .c-offer .offer__block .offer__button:hover {
  background: #35794e;
}

@media (max-width: 820px) {
  .contant .contant__offer .c-offer .offer__block .offer__button {
    margin: 0 auto;
    margin-top: 21px;
  }
}

.contant .contant__offer .c-offer .offer__photo {
  width: 50%;
}

@media (max-width: 820px) {
  .contant .contant__offer .c-offer .offer__photo {
    width: 100%;
    order: 1;
  }
}

.contant .contant__offer .c-offer .offer__photo img {
  border-radius: 0px 24px 24px 0px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 603px;
  height: 399px;
}

@media (max-width: 1200px) {
  .contant .contant__offer .c-offer .offer__photo img {
    width: 100%;
    border-radius: 24px 24px 0px 0px;
  }
}

@media (max-width: 520px) {
  .contant .contant__offer .c-offer .offer__photo img {
    height: 290px;
  }
}

.back-contant {
  background: #3f8d5b;
  height: 332px;
  margin-top: -240px;
}

.maincart {
  background: #FFFFFF;
  width: 1250px;
  box-shadow: 0px 8px 15px rgba(217, 222, 226, 0.5);
  min-height: 104px;
  margin: 0 auto;
  min-height: 500px;
  margin-top: 10px;
  padding: 40px 30px;
  border-radius: 25px;
  margin-bottom: 20px;
}

@media (max-width: 1300px) {
  .maincart {
    width: 100%;
    border-radius: 0px;
  }
}

@media (max-width: 780px) {
  .maincart {
    padding: 40px 10px;
  }
}

.maincart .cart .cart__title {
  font-size: calc(23px + 5 * ((100vw - 320px) / 1120));
  line-height: 112%;
  color: #383838;
  font-weight: 600;
}

.maincart .cart .cart__union {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

@media (max-width: 810px) {
  .maincart .cart .cart__union {
    flex-direction: column;
    margin-top: 15px;
  }
}

.maincart .cart .cart__union .cart__orders {
  width: 68.5%;
}

@media (max-width: 810px) {
  .maincart .cart .cart__union .cart__orders {
    width: 100%;
    margin-bottom: 40px;
  }
}

.maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__header {
  margin-right: 20px;
}

.maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__header .table__title {
  color: #73738D;
  font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  font-weight: 600;
  padding-bottom: 10px;
}

@media (max-width: 510px) {
  .maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__header .table__title {
    display: none;
  }
}

.maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__union {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DEDEE8;
}

.maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__union .table__product {
  width: 48%;
}

.maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__union .table__price {
  width: 16.6%;
  text-align: center;
}

.maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__union .table__quantity {
  width: 16.6%;
  text-align: center;
}

.maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__union .table__total {
  width: 16.6%;
  text-align: center;
}

.maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body {
  margin-top: 8px;
  padding-right: 15px;
  overflow-x: scroll;
  height: 300px;
  white-space: nowrap;
}

@media (max-width: 510px) {
  .maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body {
    overflow-x: hidden;
    height: auto;
    margin-right: 0;
    padding-right: 0;
  }
}

.maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body::-webkit-scrollbar {
  width: 3px;
  height: 0;
  background-color: #DEDEE8;
}

@media (max-width: 510px) {
  .maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body::-webkit-scrollbar {
    width: 0px;
  }
}

.maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body::-webkit-scrollbar-thumb {
  background-color: #a4d3b4;
  width: 3px;
  height: 0;
}

@media (max-width: 510px) {
  .maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body::-webkit-scrollbar-thumb {
    width: 0px;
  }
}

.maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union {
  position: relative;
  padding: 18px 0px;
  cursor: pointer;
  min-height: 88px;
}

@media (max-width: 510px) {
  .maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 30px;
    min-height: 105px;
    padding-top: 3px;
    margin-bottom: 15px;
  }
}

.maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product {
  display: flex;
  align-items: center;
}

.maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__photo img {
  box-sizing: border-box;
  -o-object-fit: contain;
  object-fit: contain;
  width: 70px;
  height: 87px;
}

@media (max-width: 510px) {
  .maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__photo img {
    position: absolute;
    left: 0px;
    bottom: 12px;
  }
}

.maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}

@media (max-width: 510px) {
  .maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box {
    margin-left: 88px;
  }
}

.maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__title {
  font-weight: 600;
  font-size: calc(14px + 2 * ((100vw - 320px) / 1120));
  color: #575768;
  overflow-x: scroll;
  width: 300px;
  margin-right: 20px;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__title {
    width: 200px;
  }
}

@media (max-width: 940px) {
  .maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__title {
    width: 130px;
  }
}

@media (max-width: 510px) {
  .maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__title {
    width: 210px;
  }
}

@media (max-width: 400px) {
  .maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__title {
    width: 150px;
  }
}

@media (max-width: 350px) {
  .maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__title {
    width: 125px;
  }
}

.maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__title::-webkit-scrollbar {
  display: none;
}

.maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__title::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__description {
  color: #73738D;
  font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  margin-top: 1px;
  overflow-x: scroll;
  width: 300px;
  margin-right: 20px;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__description {
    width: 200px;
  }
}

@media (max-width: 940px) {
  .maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__description {
    width: 130px;
  }
}

@media (max-width: 510px) {
  .maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__description {
    width: 210px;
  }
}

@media (max-width: 400px) {
  .maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__description {
    width: 150px;
  }
}

@media (max-width: 350px) {
  .maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__description {
    width: 100px;
  }
}

.maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__description::-webkit-scrollbar {
  display: none;
}

.maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__product .product .product__box .product__description::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__price {
  font-weight: bold;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1120));
  letter-spacing: 0.05em;
  color: #73738D;
}

@media (max-width: 510px) {
  .maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__price {
    position: absolute;
    right: 0px;
    bottom: 45px;
  }
}

.maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__quantity .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 510px) {
  .maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__quantity .quantity {
    position: absolute;
    left: 85px;
    bottom: 14px;
  }
}

.maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__quantity .quantity .quantity__minus {
  background: rgba(222, 222, 232, 0.14);
  border-right: 0px solid rgba(222, 222, 232, 0.6);
  border: 1px solid rgba(222, 222, 232, 0.6);
  box-sizing: border-box;
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  width: 30px;
  cursor: pointer;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__quantity .quantity .quantity__minus:hover {
  opacity: 0.8;
}

.maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__quantity .quantity .quantity__count {
  background: #FFFFFF;
  border: 1px solid rgba(222, 222, 232, 0.6);
  border-left: 0px;
  border-right: 0px;
  font-weight: 600;
  box-sizing: border-box;
  width: 40px;
  height: 26px;
  font-size: 15px;
}

.maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__quantity .quantity .quantity__plus {
  background: #C8E4D2;
  border: 1px solid #3f8d5b;
  border-left: 0px solid #3f8d5b;
  border: 1px solid rgba(222, 222, 232, 0.6);
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  width: 30px;
  cursor: pointer;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__quantity .quantity .quantity__plus:hover {
  opacity: 0.8;
}

.maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__total {
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1120));
  color: #3f8d5b;
}

@media (max-width: 510px) {
  .maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__total {
    position: absolute;
    right: 0;
    bottom: 20px;
  }
}

.maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__delete {
  position: absolute;
  top: 47px;
  right: -7px;
  background: #f0f0f1;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
  display: none;
}

@media (max-width: 510px) {
  .maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__delete {
    top: 3px;
    right: 0px;
  }
}

.maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union .table__delete:hover {
  background: #e7e7e9;
}

.maincart .cart .cart__union .cart__orders .orders .orders__table .table .table__body .table__union:hover .table__delete {
  display: flex;
}

.maincart .cart .cart__union .cart__block {
  width: 30%;
}

@media (max-width: 810px) {
  .maincart .cart .cart__union .cart__block {
    width: 100%;
  }
}

.maincart .cart .cart__union .cart__block .order {
  width: 100%;
}

.maincart .cart .cart__union .cart__block .order .order__title {
  font-size: calc(16px + 2 * ((100vw - 320px) / 1120));
  line-height: 120%;
}

.maincart .cart .cart__union .cart__block .order .order__subtotal {
  font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  line-height: 127.2727272727%;
}

.maincart .cart .cart__union .cart__block .order .order__shipping {
  font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  line-height: 127.2727272727%;
}

.maincart .cart .cart__union .cart__block .order .order__m-total {
  font-size: calc(15px + 2 * ((100vw - 320px) / 1120));
  line-height: 141.6666666667%;
}

.maincart .cart .cart__union .cart__block .order .order__order__m-total_price {
  font-size: calc(15px + 2 * ((100vw - 320px) / 1120));
  line-height: 141.6666666667%;
}

.maincart .cart .cart__union .cart__block .order .order__subtotal_price {
  font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  line-height: 127.2727272727%;
}

.maincart .cart .cart__union .cart__block .order .order__shipping_price {
  font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
  line-height: 127.2727272727%;
}

.maincart .cart .cart__union .cart__block .order .order__button {
  height: 40px;
  font-size: 13px;
}

@media (max-width: 810px) {
  .maincart .cart .cart__union .cart__block .order .order__button {
    margin: 0 auto;
    margin-top: 25px;
  }
}

.footer {
  position: relative;
  background: #131B16;
  min-height: 300px;
  padding: 50px 0px;
  padding-bottom: 90px;
}

.tax-templates .footer {
  display: none !important;
}

.footer .footer__union {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 630px) {
  .footer .footer__union {
    flex-direction: column;
  }
}

.footer .footer__union .footer__items {
  display: flex;
}

@media (max-width: 630px) {
  .footer .footer__union .footer__items {
    margin: 30px 0px;
  }
}

@media (max-width: 370px) {
  .footer .footer__union .footer__items {
    flex-direction: column;
    align-items: center;
  }
}

.footer .footer__union .footer__items li a {
  position: relative;
  font-size: calc(16px + 2 * ((100vw - 320px) / 1120));
  color: rgba(255, 255, 255, 0.48);
  padding-left: 12px;
  transition: 0.1s;
  margin: 0px 12px;
}

@media (max-width: 370px) {
  .footer .footer__union .footer__items li a {
    margin-bottom: 21px;
    display: block;
  }
}

.footer .footer__union .footer__items li a::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3f8d5b;
}

@media (max-width: 370px) {
  .footer .footer__union .footer__items li a::after {
    display: none;
  }
}

.footer .footer__union .footer__items li a:hover {
  color: #FFFFFF;
  border-bottom: 1px solid #3f8d5b;
  padding-bottom: 5px;
}

@media (max-width: 370px) {
  .footer .footer__union .footer__items li a:hover {
    padding-bottom: 0;
    border-bottom: 0px solid #3f8d5b;
  }
}

.footer__button_up {
  background: #313C35;
  border: 1px solid rgba(120, 159, 134, 0.24);
  box-sizing: border-box;
  border-radius: 16px;
  width: 56px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  z-index: 1111111;
  position: fixed;
  right: 30px;
  bottom: 17px;
}

@media (max-width: 630px) {
  .footer__button_up {
    position: fixed;
    right: 20px;
    bottom: 28px;
  }
}

.footer__button_up:hover {
  background: #3b4d42;
}

.footer .footer__union .footer__social {
  margin-top: 25px;
  margin-left: auto;
}

@media (max-width: 630px) {
  .footer .footer__union .footer__social {
    margin-left: 0;
  }
}

.footer .footer__union .footer__social .footer__instagram {
  position: relative;
  padding-left: 18px;
  color: #789F86;
  font-size: 14px;
  transition: 0.5s;
}

.footer .footer__union .footer__social .footer__instagram:hover {
  color: #618a70;
}

.footer .footer__union .footer__social .footer__instagram::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 1px;
  width: 14px;
  height: 14px;
  background: url(../img/instagram.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer .footer__union .footer__social .footer__mail {
  position: relative;
  padding-left: 18px;
  color: #789F86;
  font-size: 14px;
  margin-left: 25px;
  transition: 0.5s;
}

.footer .footer__union .footer__social .footer__mail:hover {
  color: #618a70;
}

.footer .footer__union .footer__social .footer__mail::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 3px;
  width: 14px;
  height: 11px;
  background: url(../img/mail.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.footer .footer__union .footer__created {
  color: rgba(255, 255, 255, 0.3);
  font-weight: 300;
  font-size: 14px;
  transition: 0.5s;
}

@media (max-width: 630px) {
  .footer .footer__union .footer__created {
    order: 2;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 210px;
    text-align: center;
  }
}

.footer .footer__union .footer__created span {
  color: #789F86;
  margin-left: 3px;
}

.footer .footer__union .footer__created:hover span {
  color: #71c08e;
}

.footer .footer__union .footer__description {
  color: #FFFFFF;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
}

@media (max-width: 630px) {
  .footer .footer__union .footer__description {
    order: 1;
  }
}

.footer .footer__union_button {
  border-bottom: 1px solid rgba(40, 89, 58, 0.4);
  padding-bottom: 25px;
}

@media (max-width: 370px) {
  .footer .footer__union_button {
    padding-bottom: 5px;
  }
}

.footer .footer__union_top {
  margin-top: 80px;
}

#hiddenImage{
  overflow: hidden;
  position: relative;
}
#hiddenImage:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  box-shadow: 20px 20px 40px 80px rgb(255 255 255 / 80%) inset;
}
#hiddenImage:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  box-shadow: -20px -20px 40px 80px rgb(255 255 255 / 80%) inset;
}
#image-hide-section {
  position: absolute;
  left: -9999px;
  top: -99999px;
}
.remove-modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.remove-modal.active {
  opacity: 1;
  visibility: visible;
}
.remove-modal__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  z-index: 501;
}
.remove-modal__close {
  position: absolute;
  right: 50px;
  top: 40px;
  color: #F9F8F4;
  font-size: calc(15px + 0 * ((100vw - 320px) / 1120));
  display: flex;
  align-items: center;
  transition: 0.5s;
  z-index: 503;
  cursor: pointer;
}
.remove-modal__close span {
  background: #F9F8F4;
  border: 1px solid #000000;
  box-sizing: border-box;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
}
.remove-modal__content {
  width: 520px;
  padding: 30px;
  background: #F9F8F4;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 36px;
  margin-top: -5px;
  max-height: 90%;
  position: relative;
  z-index: 503;
}
.remove-modal__title {
  color: #141414;
  font-size: calc(21px + 3 * ((100vw - 320px) / 1120));
  text-align: center;
  font-weight: 600;
}
.remove-modal__actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.remove-modal__actions-item {
  padding: 10px 35px;
  background: #df694f;
  box-sizing: border-box;
  border-radius: 12px;
  height: 56px;
  font-size: calc(14px + 1 * ((100vw - 320px) / 1120));
  max-width: 250px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  cursor: pointer;
  margin-top: 20px;
}
.remove-modal__actions-item:first-child {
  background: #3f8d5b;
  border: 1px solid #3f8d5b;
  color: white;
  transition: background 0.4s ease, color 0.4s ease;
}
.remove-modal__actions-item:first-child:hover {
  background: white;
  color: #000;
  border-color: #3f8d5b;
}
.remove-modal__actions-item:last-child {
  color: white;
  border: 1px solid transparent;
  transition: background 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.remove-modal__actions-item:last-child:hover {
  background: white;
  border-color: #df694f;
  color: #000;
}
.remove-modal__actions-item + .remove-modal__actions-item {
  margin-left: 10px;
}
.quiz .quiz__body .body .body__form .quiz__book .book .book__union .book__block .book__description p {
  font-family: "ArialRounded";
  font-size: calc(22px + 3 * ((100vw - 320px) / 1120));
  line-height: 128%;
  color: #383838;
  font-weight: 800;
}
@media all and (max-width: 520px){
  .remove-modal__close {
    top: 50px;
    right: 20px;
  }
  .quiz .quiz__body .body .body__form .quiz__book .book .book__union .book__block .book__description p {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media all and (max-width: 375px){
  .remove-modal__close {
    top: 20px;
  }
}
@media all and (max-width: 320px){
  .remove-modal__close {
    top: 5px;
  }
}
/*.edit_delete{
  margin-left: 10px;
  border: 1px solid #EE8168; !important;
}*/
.loading-wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
}
.loading-wrap svg {
  width: 120px;
}
.authorization {
  z-index: 1000 !important;
}
.books .books__union .books__block img {
  object-fit: contain;
}
.quiz__navigation .arrow .next_step_right_svg{
  margin-left: 35px;
  width: 60px;
  height: 60px;
}
.quiz__m-footer .quiz__union .save_draft_svg {
  margin-left: 55px;
  width: 60px;
  height: 60px;
}
.quiz__m-footer .quiz__union .save_draft_svg circle {
  fill: #717171;
}
@media all and (max-width: 600px) {
  .quiz .quiz__body .body .body__form form label .quiz__upload {
    width: 100% !important;
  }
  .quiz__m-footer .quiz__union .save_draft_svg {
    margin: 0 auto;
    padding-top: 30px;
  }
  .quiz__navigation .arrow .next_step_svg {
    display: none !important;
  }
}
.quiz__m-footer-edit {
  z-index: 10000;
}
@media all and (max-width: 450px) {
  .quiz__navigation .arrow .next_step_right_svg {
    margin-left: 0;
  }
}
.quiz__navigation .arrow .next_step_svg {
  margin-left: 20px;
  width: 60px;
  height: 60px;
}
.authorization__button {
  position: relative;
  overflow: hidden;
}
.authorization__button-loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EE8168;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s ease, visibility 0.1s ease;
}
.authorization__button-loader.active {
  opacity: 1;
  visibility: visible;
}
.authorization .authorization__box .authorization__body form#reg_form label {
  margin-bottom: 17px;
}
.authorization .authorization__box .authorization__body form#reg_form label input {
  margin-bottom: 0;
}
#reg_form .has-danger .pristine-error {
  top: calc(100% + 3px);
  bottom: 0;
  line-height: 1.2;
}
.authorization .authorization__box .authorization__body form#reg_form .authorization__button{
  margin-top: 30px;
}
.pdf-wrap {
  width: 100%;
}
.pdf-wrap > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pdf-wrap iframe {
  width: 100%;
}


/*// new styles*/
/*// new styles*/
.pdf-wrap {
  width: 100%;
  max-width: 1250px;
  margin: 40px auto 10px;
  position: relative;
}
.pdf-wrap > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pdf-wrap iframe {
  width: 100%;
}
@media all and (max-width: 1150px) {
  .pdf-wrap iframe {
    height: 630px;
  }
}
@media all and (max-width: 1000px) {
  .pdf-wrap iframe {
    height: 560px;
  }
}
@media all and (max-width: 850px) {
  .pdf-wrap iframe {
    height: 480px;
  }
}
@media all and (max-width: 678px) {
  .pdf-wrap iframe {
    height: 395px;
  }
  .pdf-wrap {
    margin: 20px auto 10px;
  }

}
@media all and (max-width: 500px) {
  .pdf-wrap iframe {
    height: 320px;
  }
}
@media all and (max-width: 450px) {
  .pdf-wrap iframe {
    height: 275px;
  }
}

/*// loader style*/

.pdf-wrap iframe {
  position: relative;
}
.pdf-wrap__loader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
