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

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

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

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

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

header {
  width: 100%;
  padding: 20px 0;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  display: inline-flex;
}

.nav_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav_list li {
  margin-left: 66px;
}
.nav_list li:first-child {
  margin-left: 0;
}
.nav_list li a {
  color: #000;
  font-size: 18px;
}

.main_section {
  width: 100%;
}
.main_section .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_section .left_cont {
  width: 100%;
  max-width: 602px;
}
.main_section .left_cont h1 {
  margin-bottom: 46px;
  margin-bottom: 30px;
}
.main_section .left_cont h4 {
  margin-bottom: 30px;
}
.main_section .left_cont .wrap {
  width: 100%;
  background: url("../img/img3.svg") top left no-repeat;
  background-size: contain;
  padding: 33px 18px 13px;
}
.main_section .left_cont .wrap ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 54px;
}
.main_section .left_cont .wrap ul li {
  color: #000;
  font-size: 20px;
  position: relative;
  padding-left: 34px;
}
.main_section .left_cont .wrap ul li::before {
  content: "";
  width: 26px;
  height: 4px;
  background: url("../img/img4.svg") top left no-repeat;
  background-size: contain;
  top: 12px;
  left: 0;
  position: absolute;
}
.main_section .left_cont .wrap p {
  width: 100%;
  color: #000;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 25px;
}
.main_section .left_cont .wrap p span {
  font-weight: 600;
}
.main_section .right_cont {
  width: 100%;
  max-width: 720px;
}
.main_section .right_cont img {
  max-width: 100%;
}

h1 {
  width: 100%;
  color: #494F43;
  font-family: Benzin-Bold;
  font-size: 48px;
}

h4 {
  width: 100%;
  color: #494F43;
  font-family: Benzin-Regular;
  font-size: 22px;
}
h4 span {
  font-family: Benzin-Bold;
}

.own_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 40px;
  border-radius: 20px;
  background: #B4A698;
}

.know_this {
  width: 100%;
  padding-top: 163px;
  padding-bottom: 130px;
}
.know_this .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.know_this h2 {
  margin-bottom: 92px;
}
.know_this ul {
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.know_this ul li {
  color: #000;
  font-size: 20px;
  line-height: 120%;
  position: relative;
  padding-left: 24px;
  width: calc(33.33% - 60px);
  margin-bottom: 91px;
  margin-left: 30px;
  margin-right: 30px;
}
.know_this ul li::before {
  content: "";
  width: 11px;
  height: 47px;
  background: #B4A698;
  position: absolute;
  top: 0;
  left: 0;
}
.know_this ul li span {
  font-weight: 600;
}
.know_this .text {
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

h2 {
  width: 100%;
  color: #000;
  text-align: center;
  font-family: Benzin-Bold;
  font-size: 40px;
  text-transform: uppercase;
}
h2 span {
  color: #B4A698;
}

.suprovid_section {
  width: 100%;
}
.suprovid_section .container {
  padding-left: 0;
  padding-right: 0;
}
.suprovid_section .inside {
  width: 100%;
  background: rgba(180, 166, 152, 0.2);
  padding: 52px 41px 43px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 20px;
}
.suprovid_section .inside .left_cont {
  width: 100%;
  max-width: 748px;
}
.suprovid_section .inside .left_cont h2 {
  margin-bottom: 33px;
  text-align: left;
  line-height: 120%;
}
.suprovid_section .inside .left_cont p {
  width: 100%;
  color: #000;
  font-size: 24px;
  line-height: 120%;
}
.suprovid_section .inside .left_cont p span {
  font-weight: 600;
}
.suprovid_section .inside .right_cont {
  width: 100%;
  max-width: 524px;
}
.suprovid_section .inside .right_cont .form_new {
  width: 100%;
}

.types_sect .left_box .video_btn .arrow_box {
  width: 63px;
  height: 63px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #000;
  background-position: center;
  background-size: initial;
  background-repeat: no-repeat;
  background-image: url("../img/arrow_right_bk.svg");
  transition: all 0.2s ease;
}
.types_sect .left_box .video_btn:hover .arrow_box {
  background-color: #B4A698;
  border: 1px solid #B4A698;
  background-image: url("../img/arrow_right_wh.svg");
}

.types_sect .right_box h3 {
  padding-bottom: 26px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  width: 100%;
  max-width: 377px;
  border-bottom: 1px solid #B4A698;
  margin-bottom: 28px;
}
.types_sect .right_box p {
  margin-bottom: 26px;
}
.types_sect .right_box ul {
  padding-left: 23px;
  margin-bottom: 39px;
}
.types_sect .right_box ul li {
  position: relative;
  margin-bottom: 10px;
}
.types_sect .right_box ul li::after {
  content: "";
  position: absolute;
  left: -23px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
}
.types_sect .right_box .plus_box {
  padding: 15px 190px 15px 40px;
  border: 1px solid #B4A698;
  border-radius: 38px;
  position: relative;
  margin-bottom: 39px;
}
.types_sect .right_box .plus_box::after {
  content: "";
  position: absolute;
  left: -21px;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #B4A698;
  background-repeat: no-repeat;
  background-position: center;
  background-size: initial;
  background-image: url("../img/plus_wh_ico.svg");
}
.types_sect .right_box .order_btn {
  width: 100%;
  max-width: 300px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #B4A698;
  border-radius: 50px;
  padding: 9px 9px 9px 45px;
  color: #fff;
  font-size: 21px;
  transition: all 0.2s ease;
}
.types_sect .right_box .order_btn:hover {
  opacity: 0.8;
}
.types_sect .right_box .order_btn .arrow_box {
  width: 63px;
  height: 63px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  background-position: center;
  background-size: initial;
  background-repeat: no-repeat;
  background-image: url("../img/arrow_right_bk.svg");
}

.tab_container .left_box .video_btn.active .arrow_box {
  background-color: #B4A698;
  border: 1px solid #B4A698;
  background-image: url("../img/arrow_right_wh.svg");
}

.tab_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.tab_container .left_box {
  width: 100%;
  max-width: 474px;
}
.tab_container .left_box .video_btn {
  width: 100%;
  position: relative;
  border-radius: 50px;
  background: #FFF;
  padding: 9px;
  padding-left: 45px;
  color: #000;
  font-size: 25px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.tab_container .left_box .video_btn:last-child {
  margin-bottom: 0;
}
.tab_container .left_box .video_btn.active {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.05);
}
.tab_container .left_box .arrow_box {
  cursor: pointer;
}

.types_sect {
  padding-top: 186px;
}
.types_sect .right_tab {
  display: none;
}
.types_sect .right_tab.active {
  display: block;
}
.types_sect .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.types_sect .own_btn_modded {
  color: #FFF;
  font-size: 25px;
  font-weight: 500;
  padding: 8px 10px 8px 39px;
  width: 100%;
  max-width: 339px;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.types_sect .own_btn_modded .arrow_box {
  width: 63px;
  height: 63px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  background-position: center;
  background-size: initial;
  background-repeat: no-repeat;
  background-image: url("../img/arrow_right_bk.svg");
  transition: all 0.2s ease;
}

.types_sect .right_box {
  width: 100%;
}

.types_sect .right_box p, .types_sect .right_box ul li {
  color: #000;
  font-size: 20px;
  line-height: 120%;
}

.types_sect .right_box p, .types_sect .right_box ul li span {
  font-weight: bold;
}

.types_sect .right_box p {
  text-transform: uppercase;
}

.suprovid_for_wants {
  width: 100%;
  padding-top: 181px;
  padding-bottom: 129px;
}
.suprovid_for_wants h2 {
  text-transform: uppercase;
  margin-bottom: 88px;
}
.suprovid_for_wants ul {
  width: calc(100% + 66px);
  margin-left: -33px;
  margin-right: -33px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.suprovid_for_wants ul li {
  margin-left: 33px;
  margin-right: 33px;
  margin-bottom: 36px;
  border-radius: 15px;
  border: 1px solid #F3F3F3;
  background: #FFF;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.12);
  padding: 22px;
  position: relative;
  min-width: 284px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.suprovid_for_wants ul li::before {
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  top: -14px;
  background: #B4A698;
  filter: drop-shadow(0px 4px 14px rgba(180, 166, 152, 0.68));
  border-radius: 50%;
}
.suprovid_for_wants ul li:last-child, .suprovid_for_wants ul li:nth-child(8) {
  width: 100%;
  max-width: 425px;
}

.add_wrap_text {
  width: 100%;
  border-radius: 38.5px;
  border: 1px solid #B4A698;
  position: relative;
  padding: 15px 40px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
  max-width: 693px;
}

.add_wrap_text::before {
  content: "";
  background: url("../img/img1_circle_plus.svg") top center no-repeat;
  background-size: contain;
  position: absolute;
  width: 42px;
  height: 42px;
  z-index: 3;
  left: -21px;
  top: 50%;
  transform: translateY(-50%);
}

.tab_container .left_box .video_btn {
  cursor: pointer;
}

.what_wait_you {
  width: 100%;
  background: rgba(180, 166, 152, 0.2);
  border-radius: 20px;
  padding-top: 76px;
  padding-bottom: 74px;
}
.what_wait_you h2 {
  margin-bottom: 69px;
}
.what_wait_you ul {
  width: 100%;
  border-radius: 25px;
  background: #FFF;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
  padding: 46px 43px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
}
.what_wait_you ul::before {
  content: "";
  position: absolute;
  height: calc(100% - 82px);
  background: #DEDEDE;
  left: 50%;
  top: 50%;
  width: 1px;
  transform: translateX(-50%) translateY(-50%);
}
.what_wait_you ul li {
  position: relative;
  width: calc(50% - 45px);
  padding-left: 55px;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 21px;
}
.what_wait_you ul li::before {
  content: "";
  position: absolute;
  width: 33px;
  height: 33px;
  background: url("../img/img5.svg") top center no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
}

.not_expected_sect {
  width: 100%;
  padding-top: 101px;
}
.not_expected_sect h2 {
  margin-bottom: 82px;
}
.not_expected_sect ul {
  width: calc(100% + 66px);
  margin-left: -33px;
  margin-right: -33px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.not_expected_sect ul li {
  border-radius: 15px;
  border: 1px solid #F3F3F3;
  background: #FFF;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.12);
  width: calc(25% - 66px);
  margin: 0 33px;
  margin-bottom: 24px;
  position: relative;
  padding-left: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 16px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 120%;
}
.not_expected_sect ul li::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 6px;
  border-radius: 10px;
  background: #494F43;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.feedback_sect {
  width: 100%;
  padding-top: 176px;
}
.feedback_sect h2 {
  margin-bottom: 30px;
}
.feedback_sect .arrows_cont {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.feedback_sect .arrows_cont .arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 57px;
  border: 1px solid #B4A698;
  border-radius: 50%;
  color: #000;
}
.feedback_sect .arrows_cont .arrow:hover {
  color: #fff;
  background: #B4A698;
}
.feedback_sect .arrows_cont .arrow.arrow_left {
  margin-right: 30px;
}
.feedback_sect .slider {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}
.feedback_sect .slider .slick-slide {
  margin: 0 10px;
}
.feedback_sect .slider .slick-slide img {
  max-width: 100%;
}

.before_after {
  padding-top: 122px;
  position: relative;
  z-index: 2;
}
.before_after h2 {
  margin-bottom: 39px;
}

.my_story {
  width: 100%;
  margin-top: 151px;
}
.my_story .inside {
  width: 100%;
  border-radius: 50px;
  border: 1px solid #B4A698;
  padding: 30px 45px 63px;
}
.my_story .inside h2 {
  margin-bottom: 27px;
}
.my_story .inside .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.my_story .inside .wrap .left_cont {
  width: 100%;
  max-width: 596px;
}
.my_story .inside .wrap .left_cont img {
  max-width: 100%;
}
.my_story .inside .wrap .right_cont {
  width: 100%;
  max-width: 566px;
}
.my_story .inside .wrap .right_cont p {
  width: 100%;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}
.my_story .inside .wrap .right_cont .title {
  position: relative;
}
.my_story .inside .wrap .right_cont .title::before {
  content: "";
  width: 33px;
  height: 33px;
  position: absolute;
  background: url("../img/img7.svg") top center no-repeat;
  background-size: contain;
  left: -45px;
  top: 0;
}
.my_story .inside .wrap .right_cont ul {
  width: 100%;
}
.my_story .inside .wrap .right_cont ul li {
  width: 100%;
  color: #000;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 25px;
  position: relative;
}
.my_story .inside .wrap .right_cont ul li::before {
  content: "";
  width: 43px;
  height: 5px;
  position: absolute;
  background: url("../img/img8.svg") top left no-repeat;
  background-size: contain;
  left: -51px;
  top: 11px;
}
.my_story .inside .wrap .right_cont ul li:last-child {
  margin-bottom: 0;
}

.team_section {
  width: 100%;
  background: rgba(180, 166, 152, 0.2);
  margin-top: 154px;
  padding-top: 57px;
  padding-bottom: 87px;
}
.team_section h2 {
  margin-bottom: 34px;
}
.team_section .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 25px;
}
.team_section .list li {
  width: calc(33.33% - 20px);
}
.team_section .list li .tab_btn {
  width: 100%;
  border-radius: 50px;
  border: 1px solid #B4A698;
  padding: 25px;
  color: #000;
  font-size: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.team_section .list li .tab_btn:hover, .team_section .list li .tab_btn.active {
  background: #B4A698;
  color: #fff;
}
.team_section .tab_wrap {
  width: 100%;
  border-radius: 50px;
  border: 1px solid #B4A698;
}
.team_section .tab_wrap .tab {
  width: 100%;
  padding: 45px 65px 56px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}
.team_section .tab_wrap .tab.active {
  display: flex;
}
.team_section .tab_wrap .tab .img {
  width: 182px;
  height: 182px;
  border-radius: 50%;
}
.team_section .tab_wrap .tab .right_cont {
  width: calc(100% - 182px);
  padding-left: 27px;
  max-width: 913px;
  padding-top: 27px;
}
.team_section .tab_wrap .tab .right_cont .title {
  width: 100%;
  color: #000;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 34px;
}
.team_section .tab_wrap .tab .right_cont ul {
  width: 100%;
  list-style-type: disc;
  padding-left: 20px;
}
.team_section .tab_wrap .tab .right_cont ul li {
  width: 100%;
  color: #000;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 10px;
}
.team_section .tab_wrap .tab .right_cont ul li:last-child {
  margin-bottom: 0;
}
.team_section .tab_wrap .tab .right_cont ul li span {
  font-weight: 600;
}

.line_box {
  width: 100%;
  position: relative;
  height: 300px;
  animation: scrollLine 30s linear infinite alternate;
}

@keyframes scrollLine {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(calc(-4200px + 100vw));
  }
}
.line_box::after {
  position: absolute;
  left: 0;
  top: 30px;
  width: 4500px;
  content: "";
  height: 2px;
  z-index: -1;
  background-color: #B4A698;
}

.line_box .numb_item {
  position: absolute;
  top: 2px;
  z-index: 2;
  width: 100%;
  max-width: 300px;
  text-align: center;
}

.line_box .numb_item:first-child {
  left: 50%;
  transform: translateX(-50%);
}

.line_box .numb_item:nth-child(2) {
  right: 87px;
}

.line_box .numb_item:nth-child(3) {
  right: -400px;
}

.line_box .numb_item:nth-child(4) {
  right: -800px;
}

.line_box .numb_item:nth-child(5) {
  right: -1200px;
}

.line_box .numb_item:nth-child(6) {
  right: -1600px;
}

.line_box .numb_item:nth-child(7) {
  right: -2000px;
}

.line_box .numb_item .num {
  display: block;
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  border-radius: 50%;
  background-color: #B4A698;
  text-align: center;
  color: #fff;
  font-size: 41px;
  line-height: 49px;
  margin: 0 auto 40px;
}

.steps_sect {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 119px;
  padding-bottom: 60px;
}
.steps_sect h2 {
  margin-bottom: 98px;
}

.faq_section {
  width: 100%;
  padding-top: 114px;
  padding-bottom: 100px;
}
.faq_section .faq_item {
  width: 100%;
  border-bottom: 1px solid #B4A698;
  padding-left: 44px;
  padding-right: 54px;
  margin-bottom: 10px;
}
.faq_section .faq_item:last-child {
  border-bottom: none;
}
.faq_section .faq_item.active {
  border-radius: 26px;
  background: #F0EDEA;
  border-bottom: 1px solid transparent;
}
.faq_section .faq_item.active .faq_btn figure {
  background: #fff;
  color: #B4A698;
}
.faq_section .faq_item.active .faq_btn figure svg {
  transform: rotate(180deg);
}
.faq_section .faq_item.active .text {
  display: block;
}
.faq_section .faq_item .faq_btn {
  padding: 38px 0 38px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #434040;
  font-size: 24px;
  font-weight: 700;
}
.faq_section .faq_item .faq_btn p {
  width: calc(100% - 41px);
  padding-right: 10px;
}
.faq_section .faq_item .faq_btn figure {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #B4A698;
  color: #fff;
}
.faq_section .faq_item .text {
  width: 100%;
  color: #434040;
  font-size: 20px;
  line-height: 120%;
  padding-bottom: 25px;
  display: none;
}
.faq_section .faq_item .text span {
  font-weight: 600;
}
.faq_section .faq_item .text i {
  font-style: italic;
}

.before_after .feeds_slider{
  width: 100%;
}

.before_after .feeds_slider .slick-slide{
  margin: 0 14px;
}

.before_after .feeds_slider .slick-slide img{
  max-width: 100%;
  border-radius: 20px;
}

.before_after .arrows_cont {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.before_after .arrows_cont .arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 57px;
  border: 1px solid #B4A698;
  border-radius: 50%;
  color: #000;
}
.before_after .arrows_cont .arrow:hover {
  color: #fff;
  background: #B4A698;
}
.before_after .arrows_cont .arrow.arrow_left {
  margin-right: 30px;
}

.shouldsend{
  width: 100%;
}

.shouldsend input{
  width: 100%;
  height: 60px;
  border: 1px solid #000;
  background: #FFF;
  padding-left: 59px;
}

.shouldsend .wrap{
  width: 100%;
  border-radius: 20px;
  background: #FFF;
  padding: 25px 30px;
}

.shouldsend fieldset{
  width: 100%;
  position: relative;
  margin-bottom: 9px;
}

.shouldsend fieldset .icon_img{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 21px;
}

.shouldsend .iti{
  width: 100%;
}

.shouldsend fieldset:last-child{
  margin-bottom: 0;
}

.shouldsend .orange_btn{
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 30px;
  font-weight: 600;
  padding: 24px;
  border-radius: 20px;
  background: #B4A698;
  margin-top: 17px;
  margin-bottom: 21px;
}

.shouldsend .oferta_label{
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.shouldsend .oferta_label input{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}

.shouldsend .oferta_label .default{
  width: 25px;
  height: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #FFF;
}

.shouldsend .oferta_label .text{
  width: calc(100% - 25px);
  padding-left: 7px;
  color: #000;
  font-size: 10.997px;
  line-height: 120%;
}

.shouldsend .oferta_label .text a{
  color: #000;
  text-decoration: underline;
}

.shouldsend .oferta_label .default img{
  display: none;
}


.shouldsend .oferta_label input:checked + .default > .active{
  display: block;
}

label.error{
  display: none !important;
}

.shouldsend fieldset input.error{
  border: 1px solid red;
}

.shouldsend .oferta_label input.error + label + .default{
  border: 1px solid red;
}

.shouldsend .oferta_label input:checked + label + .default > .active{
  display: block;
}

.footer_menu .col a{
  display: flex;
  align-items: center;
}
.footer_menu .col a span {
  padding-left: 10px;
}
footer{
margin-top: 100px;
padding-bottom: 104px;
display: flex;
flex-direction: column;
align-items: center;
}
footer .container{
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.to_top{
width: 81px;
min-width: 81px;
height: 81px;
border-radius: 50%;
background-repeat: no-repeat;
background-position: center;
background-size: inherit;
background-image: url('https://krupkina.com/with-love/img/to_top.svg');
box-shadow: 0 4px 19px rgba(0,0,0,.11);
cursor: pointer;
transition: all 0.2s ease;
}
.to_top:hover{
box-shadow: 0 4px 19px rgba(0,0,0,.22);
}
.footer_menu{
flex-grow: 1;
display: flex;
align-items: flex-start;
justify-content: space-between;
width: 100%;
max-width: 765px;
}
.footer_menu .col p{
font-size: 20px;
font-weight: bold;
margin-bottom: 25px;
}
.footer_menu .col a{
display: flex;
justify-content: flex-start;
color: #000;
margin-bottom: 15px;
transition: all 0.2s ease;
}
footer a:hover{
color: #B4A698!important;
}
.oferts li{
display: inline-block;
}
.oferts li a{
color: #000;
font-size: 15px;
margin-left: 50px;
}
footer .container.flx{
padding-top: 47px;
align-items: center;
}
footer .payments{
display: flex;
align-items: center;
gap: 26px;
}

.thanks_section{
  width: 100%;
  padding-top: 66px;
  position: relative;
  padding-bottom: 97px;
  overflow: hidden;
}

.thanks_section .left_cont{
  width: 100%;
  max-width: 762px;
}

.thanks_section .left_cont .title{
  width: 100%;
  color: #494F43;
  font-family: Benzin-Bold;
  font-size: 140px;
  text-transform: uppercase;
}

.thanks_section .left_cont .title_text{
  width: 100%;
  color: #494F43;
  font-family: Benzin-Medium;
  font-size: 30px;
  background-color: rgba(180, 166, 152, .2);
  padding: 25px 33px;
  border-radius: 20px;
  margin-bottom: 57px;
}

.thanks_section .left_cont .text{
  width: 100%;
  color: #000;
  font-size: 20px;
  position: relative;
  line-height: 120%;
  padding-left: 43px;
}

.thanks_section .left_cont .text::before{
  content: "";
  width: 34px;
  height: 6px;
  background: url("../img/img4.svg") top left no-repeat;
  background-size: contain;
  position: absolute;
  top: 12px;
  left: 0;
}

.thanks_section .left_cont .own_btn{
  margin-top: 20px;
  margin-left: 43px;
}

.thanks_section .right_cont{
  position: absolute;
  top: 16px;
  right: 0;
  max-width: 45%;
}

.thanks_section .right_cont img{
  max-width: 100%;
}

