html {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background: #fff;
}

button, textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.container {
  max-width: 1341px;
  padding: 0 15px;
  width: 100%;
}

.wrapper {
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
}

main{
  padding-top: 121px;
}

.d-flex {
  display: flex;
  justify-content: center;
}

header {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 34px;
  background: #F0F0F0;
  backdrop-filter: blur(4.5px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  display: inline-flex;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}
header .right_cont {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .right_cont .nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .right_cont .nav li {
  margin: 0 25px;
}
header .right_cont .nav li a {
  display: inline-flex;
  color: #1E1E1E;
  font-size: 16px;
}
header .right_cont .nav li a:hover{
  text-decoration: underline;
  opacity: .9;
}
header .right_cont .soc_list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
}
header .right_cont .soc_list li {
  margin: 0 10px;
}
header .right_cont .soc_list li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
header .open_menu {
  display: none;
}

.main_section {
  width: 100%;
  padding-top: 105px;
  padding-bottom: 90px;
}
.main_section_white{
  background: #fff;
}
.main_section .img_mob {
  display: none;
}
.main_section .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_section .container .left_cont {
  width: 100%;
  max-width: 700px;
}
.main_section .container .left_cont .title {
  width: 100%;
  position: relative;
  color: #1E1E1E;
  font-size: 20px;
  padding-left: 25px;
  margin-bottom: 32px;
}
.main_section .container .left_cont .title::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 6px solid #000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main_section .container .left_cont h1 {
  margin-bottom: 23px;
}
.main_section .container .left_cont .text {
  width: 100%;
  color: #1E1E1E;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 41px;
}
.main_section .container .right_cont {
  width: 100%;
  max-width: 718px;
  position: relative;
}
.main_section .container .right_cont::before {
  content: "";
  width: 100%;
  height: 36px;
  border-radius: 319px;
  background: #A1A1A1;
  filter: blur(14.75px);
  position: absolute;
  bottom: 0;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main_section .container .right_cont .img {
  max-width: 100%;
  position: relative;
}

h1 {
  width: 100%;
  color: #1E1E1E;
  font-size: 120px;
  font-weight: 600;
  text-transform: uppercase;
}

.black_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 25px 37px;
  background: #1E1E1E;
  backdrop-filter: blur(19.5px);
}
.black_btn:hover {
  background: rgba(0, 0, 0, 0.6);
}

.about_founder {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 80px;
  background: #F0F0F0;
  backdrop-filter: blur(17.3999996185px);
}
.about_founder .mob_img {
  display: none;
}
.about_founder .container {
  max-width: 1261px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_founder .left_cont {
  width: 100%;
  max-width: 511px;
}
.about_founder .left_cont .img {
  width: 100%;
}
.about_founder .right_cont {
  width: 100%;
  max-width: 687px;
}
.about_founder .right_cont .title {
  width: 100%;
  color: #1E1E1E;
  font-size: 45px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.about_founder .right_cont ul {
  width: 100%;
}
.about_founder .right_cont ul li {
  width: 100%;
  position: relative;
  color: #1E1E1E;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 20px;
  padding-left: 30px;
}
.about_founder .right_cont ul li:last-child {
  margin-bottom: 0;
}
.about_founder .right_cont ul li::before {
  content: "";
  width: 13px;
  height: 12px;
  position: absolute;
  background: url("../img/img8.svg") top center no-repeat;
  background-size: contain;
  left: 0;
  top: 3px;
}

.why_writing_book {
  width: 100%;
  padding-top: 109px;
}
.why_writing_book .mob_img {
  display: none;
}
.why_writing_book .top_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.why_writing_book .top_area .left_cont {
  width: 100%;
  max-width: 729px;
}
.why_writing_book .top_area .left_cont .title {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #1E1E1E;
  font-size: 55px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 53px;
  line-height: 130%;
}
.why_writing_book .top_area .left_cont .title span:last-child {
  margin-left: 369px;
}
.why_writing_book .top_area .left_cont .text {
  width: 100%;
  max-width: 548px;
  padding: 14px 0 37px;
  border-top: 2px solid #F0F0F0;
  border-bottom: 2px solid #F0F0F0;
}
.why_writing_book .top_area .left_cont .text p {
  width: 100%;
  color: #1E1E1E;
  font-size: 18px;
  font-style: italic;
  line-height: 120%;
  margin-bottom: 20px;
}
.why_writing_book .top_area .left_cont .text p:last-child {
  margin-bottom: 0;
}
.why_writing_book .top_area .right_cont {
  width: 100%;
  max-width: 926px;
  position: relative;
  padding-top: 67px;
  margin-left: -150px;
}
.why_writing_book .top_area .right_cont::before {
  content: "";
  width: 100%;
  height: 48px;
  border-radius: 319px;
  background: #A1A1A1;
  filter: blur(14.75px);
  position: absolute;
  bottom: 0;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
}
.why_writing_book .top_area .right_cont .img {
  width: 100%;
  position: relative;
}
.why_writing_book .bottom_area {
  width: 100%;
  padding-top: 91px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.why_writing_book .bottom_area .title {
  width: 100%;
  color: #1E1E1E;
  text-align: center;
  font-size: 55px;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.why_writing_book .bottom_area .title i {
  font-style: normal;
}
.why_writing_book .bottom_area .text {
  width: 100%;
  max-width: 693px;
  color: #1E1E1E;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  position: relative;
}
.why_writing_book .bottom_area .text::before {
  content: "";
  width: 23.167px;
  height: 21.385px;
  background: url("../img/img10.svg") top center no-repeat;
  background-size: contain;
  left: -40px;
  top: 0;
  position: absolute;
}

.about_book {
  width: 100%;
  padding: 99px 0 36px;
  border-top: 1px solid #6F6F6F;
  border-bottom: 1px solid #6F6F6F;
  background: #F0F0F0;
  margin-top: 91px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about_book .slider_wrap {
  width: 100%;
  padding-left: 13vw;
}
.about_book .slider_wrap .slider {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
.about_book .slider_wrap .slider .slick-slide {
  margin: 0 20px;
}
.about_book .slider_wrap .slider .slick-slide div {
  width: 100%;
}
.about_book .slider_wrap .slider .slick-slide img {
  max-width: 459px;
  width: 100%;
}
.about_book .arrows_cont {
  width: 100%;
  margin-top: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_book .arrows_cont .arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-color: #6F6F6F;
  background: #6F6F6F;
  color: #fff;
  border-radius: 50%;
  margin: 0 12px;
}
.about_book .arrows_cont .arrow.slick-disabled {
  color: #1E1E1E;
  border: 1px solid #1E1E1E;
  background: transparent;
}

.buying_section {
  width: 100%;
  padding-top: 131px;
  padding-bottom: 67px;
  border-bottom: 1px solid #6F6F6F;
}
.buying_section .title {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.buying_section .title p {
  color: #1E1E1E;
  font-size: 45px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-align: center;
}
.buying_section .title span {
  margin-left: 50%;
  color: #1E1E1E;
  font-size: 20px;
  position: relative;
  padding-left: 24px;
}
.buying_section .title span::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 12px;
  background: url("../img/img13.svg") top center no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.buying_section .wrap {
  width: 100%;
  margin-top: 95px;
  border-bottom: 2px solid #1E1E1E;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.buying_section .wrap .column {
  width: 50%;
  padding-left: 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 6px;
  padding-bottom: 82px;
}
.buying_section .wrap .column:first-child {
  border-right: 2px solid #1E1E1E;
}
.buying_section .wrap .column .column_title {
  width: 100%;
  color: #1E1E1E;
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.buying_section .wrap .column .price_cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}
.buying_section .wrap .column .price_cont .old_price {
  width: 100%;
  color: #1E1E1E;
  font-size: 25px;
  line-height: 150%;
  letter-spacing: -0.55px;
  text-decoration: line-through;
}
.buying_section .wrap .column .price_cont .price {
  color: #1E1E1E;
  font-size: 55px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -1.21px;
  text-transform: uppercase;
}
.buying_section .wrap .column .text {
  width: 100%;
  color: #1E1E1E;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.176px;
  margin-bottom: 26px;
}
.buying_section .wrap .column .list {
  width: 100%;
  margin-top: 25px;
  list-style-type: disc;
  padding-left: 20px;
}
.buying_section .wrap .column .list li {
  width: 100%;
  color: #1E1E1E;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.176px;
}
.buying_section .bottom_cont {
  width: 100%;
  padding-top: 39px;
  color: #6F6F6F;
  text-align: center;
  font-size: 20px;
  line-height: 120%;
}

.media_section {
  width: 100%;
  border-bottom: 1px solid #6F6F6F;
  background: #F0F0F0;
  padding-top: 67px;
  padding-bottom: 155px;
}
.media_section .title {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #1E1E1E;
  font-size: 55px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 166px;
}
.media_section .title span {
  margin-left: 347px;
  color: #1E1E1E;
  font-size: 45px;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
}
.media_section .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.media_section .wrap .block {
  width: calc(33.33% - 31.3333333333px);
  border-radius: 10px;
}

.media_section .wrap .block iframe{
  width: 100%;
  border-radius: 10px;
}

footer {
  width: 100%;
  padding: 100px 0;
}
footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .container .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 43px;
}
footer .container .nav li {
  margin: 0 25px;
}
footer .container .nav li a {
  display: inline-flex;
  color: #1E1E1E;
  font-size: 20px;
}
footer .container .soc_list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
}
footer .container .soc_list li {
  margin: 0 10px;
}
footer .container .soc_list li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
footer .container .soc_list li a img {
  width: 53px;
}
footer .container .bottom_title {
  width: 100%;
  color: #1E1E1E;
  text-align: center;
  font-size: 20px;
  line-height: 120%;
  margin-top: 63px;
}

body.active {
  overflow: hidden;
}
body.active .responsive_wrapper {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.responsive_wrapper {
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transform: translateX(120%);
  transition: 0.3s;
  overflow-y: auto;
}
.responsive_wrapper .inside {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 40px;
  padding-bottom: 136px;
  padding-top: 63px;
}
.responsive_wrapper .inside .close_menu {
  position: absolute;
  display: inline-flex;
  padding: 0;
  background: none;
  top: 19px;
  right: 10px;
  transform: rotate(45deg);
}
.responsive_wrapper .inside .nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.responsive_wrapper .inside .nav li {
  width: 100%;
  margin-bottom: 15px;
}
.responsive_wrapper .inside .nav li:last-child {
  margin-bottom: 0;
}
.responsive_wrapper .inside .nav li a {
  display: inline-flex;
  color: #1E1E1E;
  font-size: 16px;
}
.responsive_wrapper .inside .soc_list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.responsive_wrapper .inside .soc_list li {
  margin: 0 10px;
}
.responsive_wrapper .inside .soc_list li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.main_checkout {
  width: 100%;
  padding-top: 85px;
}
.main_checkout h3 {
  margin-bottom: 32px;
}
.main_checkout .title {
  width: 100%;
  color: #1E1E1E;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 27px;
}
.main_checkout .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 38px;
  border-bottom: 1px solid #000;
}
.main_checkout .label_p {
  width: 100%;
  display: inline-block;
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 11px;
}
.main_checkout fieldset {
  width: calc(50% - 36px);
  margin-bottom: 44px;
}

.main_checkout .fieldset_old_city{
  display: none;
}

.main_checkout .fieldset_old_city.active{
  display: block;
}

.main_checkout input {
  width: 100%;
  height: 56px;
  border-radius: 10px;
  border: 1px solid #AAA;
  background: #F4F6F8;
  padding: 0 25px;
  color: #AAA;
  font-size: 16px;
  font-weight: 500;
}
.main_checkout .mod_fieldset {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.main_checkout .mod_fieldset .block {
  width: calc(33.33% - 15.3333333333px);
}

h3 {
  width: 100%;
  color: #1E1E1E;
  font-size: 45px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.855px;
  text-transform: uppercase;
}

.payment_section {
  width: 100%;
  padding-top: 36px;
}
.payment_section .wrap {
  width: 100%;
  padding-bottom: 58px;
  border-bottom: 1px solid #000;
}
.payment_section h3 {
  margin-bottom: 36px;
}
.payment_section .price {
  width: 100%;
  color: #1E1E1E;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.22px;
  margin-bottom: 30px;
}
.payment_section .list {
  width: 100%;
  margin-bottom: 20px;
}
.payment_section .list li {
  width: 100%;
  color: #6F6F6F;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.checkout_form {
  width: 100%;
}

.thank_you_wrap {
  width: 100%;
  padding-top: 85px;
}
.thank_you_wrap .title {
  width: 100%;
  color: #1E1E1E;
  font-size: 45px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.855px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.thank_you_wrap .title span {
  display: none;
}
.thank_you_wrap .wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thank_you_wrap .wrap .left_cont {
  width: 100%;
  max-width: 900px;
  position: relative;
  margin-left: -148px;
}
.thank_you_wrap .wrap .left_cont::before {
  content: "";
  height: 51px;
  border-radius: 448px;
  background: #A1A1A1;
  filter: blur(14.75px);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.thank_you_wrap .wrap .left_cont img {
  max-width: 100%;
  position: relative;
}
.thank_you_wrap .wrap .right_cont {
  margin-left: 157px;
  width: 100%;
  max-width: 530px;
}
.thank_you_wrap .wrap .right_cont .title_small {
  width: 100%;
  color: #1E1E1E;
  font-size: 45px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.855px;
  text-transform: uppercase;
  margin-bottom: 54px;
  margin-top: -80px;
}
.thank_you_wrap .wrap .right_cont .text {
  width: 100%;
  color: #1E1E1E;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 20px;
  padding-left: 39px;
}
.thank_you_wrap .wrap .right_cont .text.text2 {
  position: relative;
}
.thank_you_wrap .wrap .right_cont .text.text2::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 12px;
  background: url("../img/img22.svg") top center no-repeat;
  background-size: contain;
  top: 11px;
  left: 0;
}
.thank_you_wrap .wrap .right_cont .instagram {
  margin-left: 39px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  color: #1E1E1E;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.456px;
  margin-bottom: 20px;
}
.thank_you_wrap .wrap .right_cont .instagram img {
  margin-right: 13px;
}
.thank_you_wrap .wrap .right_cont .black_btn {
  width: 100%;
  max-width: 393px;
  margin-top: 50px;
}

.main_checkout .select2{
  width: 100% !important;
}

.main_checkout .select2-container--default .select2-selection--single{
  background: #F4F6F8;
  border-radius: 10px;
  border: 1px solid #AAA;
  height: 56px;
  font-size: 16px;
}

.main_checkout .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 54px;
  font-size: 16px;
  padding-left: 25px;
}

.main_checkout .select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 14px;
  right: 9px;
}

.select2-container .select2-selection--single .select2-selection__rendered{
  white-space: inherit !important;
  height: 54px !important;
}

.main_checkout .check_label {
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.main_checkout .check_label .check_input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  cursor: pointer;
  opacity: 0;
}
.main_checkout .check_label .check_input.error + label + .default{
  border-color: red;
}
.main_checkout .check_label .check_input:checked + .default > .active {
  opacity: 1;
}

.main_checkout .check_label .check_input:checked + label + .default > .active{
  opacity: 1;
}

.main_checkout .check_label .default {
  width: 29px;
  height: 29px;
  border-radius: 3.372px;
  border: 1px solid #243D66;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.main_checkout .check_label .default .active {
  width: 15px;
  height: 15px;
  background: #1E1E1E;
  border-radius: 3.372px;
  opacity: 0;
}
.main_checkout .check_label p {
  width: calc(100% - 29px);
  padding-left: 20px;
  color: #1E1E1E;
  font-size: 18px;
  line-height: 92.985%;
}

.select2-container--disabled{
  opacity: .3;
}

form.woocommerce-checkout,.woocommerce-cart{
  padding-top: 120px;
}

form.woocommerce-checkout .woocommerce-shipping-fields{
  display: none;
}

body.woocommerce-checkout,.woocommerce-cart{
  display: flex;
  flex-direction: column;
  align-items: center;
}

#customer_details{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.woocommerce-privacy-policy-text{
  display: none;
}

.wp-block-woocommerce-checkout{
  display: none;
}

.cart_totals h2{
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
}

