:root {
  --font-base: Gilroy;
  --font-brand: Pacifico;
  --bg_main_ligth_color: #f2f2f2;
  --bg_main_dark_color: #3a3b3d;
  --bg_brand_ligth_color: #fff3e0;
  --bg_brand_medium_color: #dcaf70;
  --bg_brand_dark_color: #322e29;
  --text_main_ligth_color: #f2f2f2;
  --text_main_dark_color: #3a3b3d;
  --text_brand_color: #dcaf70;
  --btn_ligth_color: #ffffff;
  --btn_dark_color: #dcaf70;
}

body {
  font-family: var(--font-base);
  font-size: 18px;
  line-height: 1.4;
  color: var(--text_main_dark_color);
}

@media (max-width: 1200px) {
  body {
    font-size: 16px;
  }
}

header {
  position: fixed;
  width: 100%;
  /*background-image: url("../../assets/img/example_header.png");*/
  /*background-size: cover;*/
  height: 72px;
  background-color: var(--bg_main_dark_color);
  z-index: 5;
}

@media (min-width: 1700px) {
  .wrapper {
    padding-left: 120px;
    padding-right: 120px;
    width: 100%;
  }
}

@media (min-width: 1300px) and (max-width: 1700px) {
  .wrapper {
    padding-left: 70px;
    padding-right: 70px;
    width: 100%;
  }
}

@media (min-width: 1000px) and (max-width: 1300px) {
  .wrapper {
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
  }
}

@media (min-width: 800px) and (max-width: 1000px) {
  .wrapper {
    padding-left: 35px;
    padding-right: 35px;
    width: 100%;
  }
}

@media (max-width: 800px) {
  .wrapper {
    padding-left: 19px;
    padding-right: 19px;
    width: 100%;
  }
}

.main_menu {
  /*position: relative;*/
  padding-top: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
}

.main_menu_nav {
  margin-left: 15px;
  /*background: none;*/
}

@media (max-width: 1530px) {
  .main_menu_nav {
    position: static;
    /*left: -30px;*/
    /*flex-wrap: nowrap;*/
    /*order: -1;*/
    /*background-color: red;*/
  }
}

.main_menu_item:hover {
  color: var(--text_brand_color)!important;
}

.main_menu_item {
  padding-left: 8px!important;
  color: var(--text_main_ligth_color)!important;
  font-size: 16px;
}

.main_menu_request_link {
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  color: var(--text_brand_color);
  line-height: 1.2;
}

.main_menu_request_link:hover {
  color: var(--bg_brand_ligth_color);
}

@media (min-width: 1600px) {
  section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
  }
}

@media (min-width: 1000px) and (max-width: 1600px) {
  section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
  }
}

@media (max-width: 1000px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
  }
}

.first_designed_header {
  font-family: var(--font-brand);
  font-size: 54px;
  letter-spacing: 4px;
  color: var(--text_brand_color);
}

.first_simple_header {
  margin-top: 4px;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

#express-design {
  /*background-image: url("../../assets/img/example_Block01.png");*/
  /*background-size: cover;*/
  padding-top: 72px;
}

p.margin0 {
  margin: 0px;
}

.express-design_left {
  width: 54%;
  /*border: solid 1px red;*/
}

.express-design_text {
  padding-top: 10px;
  padding-bottom: 23px;
}

.first_birdlist_list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.birdlist_item {
  display: flex;
  gap: 18px;
  align-items: center;
}

.first_list_item {
  font-size: 16px;
}

.btn_dark:hover {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.12), 0px 3px 4px rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 0.2);
}

.btn_dark:active {
  box-shadow: none;
}

.btn_dark {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  border: solid 1px var(--btn_dark_color);
  background-color: var(--btn_dark_color);
  height: 46px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: var(--text_main_dark_color);
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
}

.express-design_buttons {
  margin-top: 42px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 10px;
}

@media (max-width: 800px) {
  .express-design_buttons {
    display: flex;
    flex-direction: column;
  }
}

.btn_ligth {
  padding-left: 10px;
  padding-right: 10px;
  border: solid 1px var(--btn_dark_color);
  background-color: var(--btn_ligth_color);
  width: 100%;
  height: 46px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: var(--text_brand_color);
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: center;
}

.btn_ligth:hover {
  border: solid 1px var(--btn_dark_color);
  background-color: var(--btn_dark_color);
  color: var(--text_main_ligth_color);
}

.btn_ligth:active {
  border: solid 1px var(--btn_dark_color);
  background-color: var(--btn_ligth_color);
  color: var(--text_brand_color);
}

.express-design_content {
  display: flex;
  justify-content: space-between;
}

.express-design_right {
  width: 42%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.express-design_img {
  position: relative;
  background-image: url("../../assets/img/Block01.png");
  background-size: cover;
  background-position: center;
  /*height: 515px;*/
  height: 100%;
  /*flex-grow: 1;*/
}

.dark_brand_panel {
  padding: 24px;
  background-color: var(--bg_brand_medium_color);
}

@media (max-width: 768px) {
  .dark_brand_panel {
    padding: 8px;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .dark_brand_panel {
    padding: 16px;
  }
}

.expert {
  background-image: url("../../assets/img/Block02_pattern_bg.png");
  background-repeat: repeat;
  /*background-image: url("../../assets/img/example_Block02.png");*/
}

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

@media (max-width: 1200px) {
  .block_content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}

.top_hint {
  position: absolute;
  top: -3px;
  right: 0px;
  padding: 24px;
  font-size: 16px;
  background-color: var(--bg_brand_medium_color);
  text-align: right;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.12), 0px 3px 4px rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 0.2);
}

.block_left {
  width: 58%;
  /*border: solid 1px red;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .block_left, .block_right {
    width: 100%!important;
    padding-bottom: 20px;
  }
}

.block_designed_header {
  font-family: var(--font-brand);
  font-size: 42px;
  letter-spacing: 3px;
  color: var(--text_brand_color);
}

.block_simple_header {
  margin-top: 4px;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  /*width: 120%;*/
}

.block_text {
  padding-top: 10px;
  /*padding-bottom: 23px;*/
}

.block_text2 {
  padding-top: 16px;
  padding-bottom: 0px;
  /*width: 608px;*/
}

.birdlist_list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.block_right {
  width: 38%;
  /*min-height: 271px;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.block_img {
  position: relative;
  background-image: url("../../assets/img/Block02(исх).png");
  background-size: cover;
  /*background-position: center;*/
  width: 100%;
  height: 515px;
  /*height: 100%;*/
  flex-grow: 1;
}

.block_footer {
  margin-top: 44px;
  padding: 24px;
  border: solid 1px var(--bg_brand_medium_color);
  background-color: var(--bg_brand_ligth_color);
}

.bottom_hint {
  position: absolute;
  bottom: -3px;
  right: 0px;
  width: 69%;
  padding: 24px;
  font-size: 16px;
  background-color: var(--bg_brand_medium_color);
  text-align: right;
  box-shadow: 10px 1px 8px rgba(0, 0, 0, 0.12), 0px 3px 4px rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 2.2);
}

#express-design_dark_brand_panel {
  text-align: right;
  font-size: 16px;
}

@media (max-width: 800px) {
  .first_list_item, #express-design_dark_brand_panel {
    font-size: 14px;
  }
}

.errors_list {
  padding-left: 56px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.errors_item {
  display: flex;
}

.errors_list_img {
}

h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.errors_list_text {
  padding-left: 40px;
}

.express-design_cost {
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 800px) {
  .express-design_cost {
    font-size: 25px;
    font-weight: 700;
  }
}

.realisation {
  background-color: var(--bg_main_ligth_color);
}

.realisation_main {
  background-image: url("../../assets/img/Block04.png");
  background-size: cover;
  background-position: center;
  height: 800px;
}

#realisation_content {
  margin-top: 40px;
}

.what_is_included_main {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-around;
}

#what_is_included {
  /*background-image: url("../../assets/img/example_Block05.png");*/
  /*height: 1000px;*/
}

.what_is_included_panel {
  padding-top: 27px;
  /*border: solid 1px lime;*/
  max-width: 432px;
  font-size: 16px;
}

.what_is_included_panel_header {
  margin-top: 25px;
}

#development_designed_header, #development_simple_header {
  text-align: center;
}

.development {
  background-color: #fffbf4;
}

.development_stage {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 40px;
}

@media (max-width: 768px) {
  .development_stage {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
  }
}

.development_stage_text {
  width: 48%;
  max-width: 576px;
}

.development_stage_img {
  padding-top: 20px;
  width: 48%;
  /*max-width: 576px;*/
  /*background-image: url("../../assets/img/development_stage_1.png");*/
  /*background-size: cover;*/
  /*background-position: center;*/
}

@media (max-width: 768px) {
  .development_stage_img {
    padding-top: 20px;
    width: 100%;
    height: 300px;
  }
}

.development_stage_img_in {
  width: 100%;
  height: 300px;
  /*height: auto;*/
  background-image: url("../../assets/img/development_stage_1.png");
  /*background-size: cover;*/
  background-size: contain;
  /*background-position: center;*/
}

.development_main {
}

.stage_step {
  /*margin-left: 30px;*/
  font-family: var(--font-brand);
  font-size: 42px;
  letter-spacing: 3px;
  color: var(--text_brand_color);
}

#development_stage-1 {
  text-align: right;
}

#development_stage_step_list {
  padding-bottom: 15px;
}

.format_block1 {
  width: 48%;
  border: solid 1px blue;
}

.format_text {
  margin-top: 30px;
}

.format_block2 {
  width: 48%;
  border: solid 1px #70ff00;
}

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

@media (max-width: 750px) {
  .format_main {
    display: flex;
    flex-direction: column;
  }
}

.format_left {
  width: 48%;
}

@media (max-width: 750px) {
  .format_left, .format_right {
    width: 100%!important;
    margin-bottom: 20px;
  }
}

.format_right {
  width: 48%;
}

.format_left_img {
  height: 400px;
  background-image: url("../../assets/img/format_1.png");
  background-size: cover;
  background-position: center;
}

@media (min-width: 1400px) {
  .format_left_headers {
    display: none;
  }
}

@media (max-width: 1400px) {
  .format_right_headers {
    display: none;
  }
}

.format_right_img {
  height: 400px;
  background-image: url("../../assets/img/format_2.png");
  background-size: cover;
  background-position: center;
}

@media (max-width: 750px) {
  .format_right_img {
    width: 100%;
  }
}

#format_dark_brand_panel {
  margin-top: 40px;
  border: solid red;
}

.realization {
  background-image: url("../../assets/img/Block02_pattern_bg.png");
  background-repeat: repeat;
}

#realization_designed_header, #realization_simple_header {
  text-align: center;
}

.realization_stage {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}

.realization_stage_img {
  width: 46px!important;
  background-image: url("../../assets/img/decor_4.svg");
  /*background-size: cover;*/
  /*background-position: center;*/
}

.realization_content_decor {
  width: 1px!important;
  padding-left: 23px;
  padding-right: 23px;
  background-image: url("../../assets/img/decor_2.svg");
  background-position: center;
  margin-bottom: -30px;
}

.realization_content {
  display: flex;
  justify-content: flex-start;
}

.realization_content {
  padding-bottom: 30px;
}

.realization_stage_panel {
  margin-left: 30px;
}

.realization_main {
  max-width: 1076px;
  margin: auto;
}

.realization_content_img {
  margin-top: 30px;
}

.benefit_content_header {
  text-align: center;
}

.benefit_subtitle {
  font-size: 32px;
  font-weight: 700;
}

.benefit_main {
  display: flex;
  /*border: solid 1px red;*/
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 1200px) {
  .benefit_main {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

.benefit_main_panel {
  width: 48%;
  margin-bottom: 20px;
  /*border: solid 1px blue;*/
}

@media (min-width: 800px) and (max-width: 1200px) {
  .benefit_main_panel {
    width: 100%;
    /*border: solid 1px blue;*/
    margin: 0px!important;
    padding: 0px!important;
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 800px) {
  .benefit_main_panel {
    width: 100%;
    /*border: solid 1px blue;*/
    margin: 0px!important;
    padding: 0px!important;
    display: flex;
    flex-direction: column;
  }
}

#benefit_1 {
}

#benefit_2 {
  padding-bottom: 170px;
  display: flex;
}

#benefit_3 {
  display: flex;
}

#benefit_4 {
  margin-top: -170px;
}

#benefit_2_img {
  width: 50%;
}

.benefit_text {
  width: 50%;
  margin-left: 20px;
}

@media (max-width: 800px) {
  .benefit_text {
    width: 100%;
    margin-left: 0px;
  }
}

#benefit_1_img {
  width: 100%;
}

#benefit_3_img {
  width: 50%;
}

#benefit_4_img {
  width: 100%;
}

.benefit_text_header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

#development_stage-3 {
  text-align: right;
}

.profit {
  background-color: #fffbf4;
}

.profit_content_header {
  text-align: center;
}

#profit_dark_brand_panel {
  width: 100%;
  text-align: right;
}

.profit_footer {
  margin-top: 42px;
  display: flex;
  justify-content: center;
}

.mask {
  /*position: absolute;*/
  width: 60%;
  height: 480px;
  margin-right: -250px;
  /*background-color: var(--bg_brand_dark_color);*/
  /*text-align: right;*/
  /*display: flex;*/
  /*justify-content: flex-end;*/
  background-image: url('../../assets/img/mask.png');
  background-position: right;
  background-size: cover;
  z-index: 1;
}

.form_img {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 480px;
  width: 50%;
  background-image: url('../../assets/img/CTA0.png');
  background-position: left;
  background-size: cover;
  filter: opacity(40%);
  z-index: 0;
}

.mask_img {
  height: 480px;
  width: 40%;
  overflow: hidden;
}

.request_main {
  /*padding-top: 40px;*/
  /*padding-bottom: 40px;*/
  /*min-height: 480px;*/
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

#request {
  padding-bottom: 0px;
  color: var(--text_main_ligth_color);
}

.request_left {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

.request_bg {
  /*position: absolute;*/
  position: relative;
  background-color: var(--bg_brand_dark_color);
  width: 100%;
  min-height: 350px;
  /*height: 480px;*/
  display: flex;
  overflow: hidden;
  /*z-index: -1;*/
}

.request_img {
  position: absolute;
  right: 0px;
  /*max-width: 50%;*/
  width: 50%;
  /*margin-right: -80px;*/
  height: 480px;
  background-image: url('../../assets/img/CTA0.png');
  background-position: right;
  background-size: cover;
  opacity: 56%;
  /*z-index: 0;*/
}

.mask_mask {
  width: 100%;
}

.profit_footer_img {
  margin-top: 30px;
  /*width: 100%;*/
}

.request_right {
  width: 40%;
  display: flex;
  align-items: center;
}

.request_form {
  width: 100%;
}

.request_form_item {
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 5px;
}

@media (max-width: 1200px) {
  .request_form_item {
    height: 70px;
  }
}

.request_form_input:focus {
  border-color: white;
  box-shadow: none;
}

.request_form_input {
  height: 48px;
  border: solid 1px white;
  border-radius: 0px;
  background: rgba( 255, 255, 255, .5 );
}

@media (max-width: 1200px) {
  .request_form_input, .btn.request_btn {
    height: 36px!important;
  }
}

.request_form_file::file-selector-button {
  display: none;
}

.content_on_bg {
  position: absolute;
  /*border: solid 1px red;*/
  width: 100%;
  height: 100%;
  /*min-height: 350px;*/
  display: flex;
  align-items: center;
}

.benefit_img {
  text-align: center;
}

.btn.request_btn:hover {
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.12), 0px 3px 4px rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 0.2);
  /*background-color: var(--btn_dark_color);*/
}

.btn.request_btn:active {
  box-shadow: none;
  background-color: var(--btn_dark_color);
  border-color: var(--bg_brand_medium_color);
  color: var(--text_main_dark_color);
}

.btn.request_btn {
  height: 48px;
  background-color: var(--bg_brand_medium_color);
  border-color: var(--bg_brand_medium_color);
  border-radius: 0px;
  color: var(--text_main_dark_color);
  font-weight: 700;
}

footer {
  padding-top: 24px;
  padding-bottom: 40px;
  background-color: var(--bg_main_dark_color);
  color: var(--text_main_ligth_color);
}

.footer_bottom {
  margin-top: 24px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  border-top: solid 1px grey;
}

.footer_logo {
  width: 137px;
  height: 67px;
}

@media (max-width: 1540px) {
  .main_menu_nav .navbar-collapse:not(.show) {
    margin-top: 15px;
    display: none!important;
  }
}

.main_menu_nav .navbar-collapse {
  /*display: none!important;*/
  background: var(--bg_main_dark_color);
}

.main_menu .bg-body {
  /*background-color: aqua!important;*/
  background: none!important;
}

.navbar-toggler:hover {
  /*background-color: red;*/
  border-color: var(--text_brand_color);
  /*color: white!important;*/
  /*background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='red' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");*/
  background-image: url("../../assets/img/toggler_hover.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler {
  /*color: white!important;*/
  /*background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='red' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");*/
  background-image: url("../../assets/img/toggler.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.navbar-toggler-icon {
  /*background-image: url("../../assets/img/toggler.svg");*/
  /*background-repeat: no-repeat;*/
  /*background-position: center;*/
  /*width: 17px;*/
  background: none;
}

@media (max-width: 1540px) {
  #main_menu {
    position: relative;
    padding-left: 70px;
  }
}

@media (max-width: 1530px) {
  .main_menu_nav .navbar-collapse.show {
    position: absolute;
    top: 100%;
    /*right: 0;*/
    left: 0;
    width: 280px;
    margin-top: 8px;
    flex-basis: auto;
  }
}

@media (max-width: 1530px) {
  .nain_menu_CF {
    position: absolute;
    left: -15px;
    top: 16px;
    /*background-color: red;*/
    /*width: 220px;*/
    width: auto;
    z-index: 3;
  }
}

@media (min-width: 800px) and (max-width: 1270px) {
  .first_designed_header, .first_simple_header {
    font-size: 36px;
  }
}

@media (max-width: 800px) {
  .first_designed_header, .first_simple_header {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .right_panel_small {
    display: none;
  }
}

@media (max-width: 768px) {
  .express-design_right {
    display: none;
  }
}

@media (max-width: 768px) {
  .express-design_left {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .block_designed_header, .block_simple_header {
    font-size: 20px;
  }
}

@media (min-width: 800px) and (max-width: 1200px) {
  .block_designed_header, .block_simple_header {
    font-size: 32px;
  }
}

#realisation_top_hint {
  max-width: 40%;
}

@media (max-width: 1200px) {
  #realisation_top_hint {
    display: none;
  }
}

@media (max-width: 1200px) {
  .realisation_main {
    background: none;
    height: auto;
  }
}

@media (min-width: 1100px) {
  .realisation_img_small {
    display: none;
  }
}

@media (min-width: 1200px) {
  .realization_img_small, #realisation_dark_brand_panel {
    display: none;
  }
}

.development_img {
  height: 100%;
}

#development_stage_img-1 {
  background-image: url("../../assets/img/development_stage_1.png");
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  #development_stage_img-1, #development_stage_img-3 {
    order: -1;
  }
}

#development_stage_img-2 {
  background-image: url("../../assets/img/development_stage_2.png");
  background-size: cover;
  background-position: center;
}

#development_stage_img-3 {
  background-image: url("../../assets/img/development_stage_3.png");
  background-size: cover;
  background-position: center;
}

#development_stage_img-4 {
  background-image: url("../../assets/img/development_stage_4.png");
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .development_stage_text {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
}

@media (max-width: 1200px) {
  .benefit_all_img {
    width: 48%!important;
    margin: 0px;
    padding: 0px;
  }
}

@media (max-width: 800px) {
  .benefit_all_img {
    width: 100%!important;
    margin: 0px;
    padding: 0px;
  }
}

@media (max-width: 1200px) {
  #benefit_1_img, #benefit_4_img {
    display: none;
  }
}

@media (min-width: 1200px) {
  #benefit_1_img_full, #benefit_4_img_full {
    display: none;
  }
}

@media (max-width: 1400px) {
  .profit_main {
    display: flex;
    flex-direction: column;
  }
}

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

.profit_left, .profit_right {
  width: 48%;
}

@media (max-width: 1400px) {
  .profit_right {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
  }
}

@media (max-width: 700px) {
  .profit_right {
    width: 100%;
    margin-top: 20px;
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
}

@media (max-width: 1400px) {
  .profit_left {
    width: 100%;
  }
}

@media (min-width: 400px) and (max-width: 1000px) {
  #request_simple_header {
    font-size: 20px;
  }
}

@media (max-width: 400px) {
  #request_simple_header {
    font-size: 18px;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  #request_simple_header {
    font-size: 24px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  #request_simple_header {
    font-size: 35px;
  }
}

@media (max-width: 760px) {
  .request_main {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .request_left, .request_right {
    width: 100%;
  }
}

@media (min-width: 760px) {
  #request_bg_img_2 {
    /*position: absolute;*/
    display: none;
  }
}

#request_bg_img_2 {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 300px;
  max-height: 300px;
  background-image: url("../../assets/img/CTA2.png");
  background-size: cover;
  background-position: center;
}

@media (max-width: 760px) {
  #request_bg_img_1 {
    display: none;
  }
}

@media (max-width: 760px) {
  .content_on_bg {
    position: relative;
    padding-bottom: 20px;
  }
}

@media (min-width: 760px) {
  .request_bg {
    /*position: absolute;*/
    /*bottom: 0px;*/
    /*height: 300px;*/
  }
}

#footer_logo {
  text-align: center;
}

@media (max-width: 760px) {
  .footer_bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.modal-content {
  border: solid 1px var(--text_brand_color);
  background-color: var(--bg_brand_ligth_color);
}

h4 {
  color: var(--text_brand_color);
}

.footer_link {
  text-decoration: underline var(--btn_ligth_color);
}

@media (min-width:1530px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

@media (max-width:1539.98px) {
  .navbar-expand-xxl .navbar-toggler {
    display: flex;
  }
}

@media (min-width:1540px) {
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

@media (max-width:1539.98px) {
  .navbar-expand-xxl .navbar-nav {
    flex-direction: column;
  }
}

@media (min-width:1540px) {
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
}

@media (min-width:1540px) {
  .navbar-expand-xxl .navbar-collapse {
    /*display: flex!important;*/
    /*flex-basis: auto;*/
  }
}

