h1 {
  font-weight: 700;
  font-size: 65px;
  font-family: "intro", Arial, sans-serif;
  line-height: 1.15;
}

.blockHeader {
  align-items: center;
  background-color: #242731;
  border-color: #242731;
  display: flex;
  width: 100%;
}
.blockHeader .headerLending {
  align-items: center;
  color: #ffffff;
  display: flex;
  max-width: 1174px;
  margin: 0 auto;
  height: 40px;
  justify-content: space-between;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
.blockHeader .headerLending .onlyMobile,
.blockHeader .headerLending .menuBlock {
  display: none;
}
.blockHeader .headerLending .blockLogo img {
  height: auto;
  width: 150px;
}
.blockHeader .headerLending .leandingMenu .menuBlock a:hover {
  color: #ff6b2c;
  font-weight: 700;
  text-decoration: none;
}
.blockHeader .headerLending .menuTitle {
  background: url("/img/hamburger_icon.svg") no-repeat left center;
  color: #b7b7b7;
  font-weight: 400;
  padding: 2px 0 0 25px;
}
.leandingMenu.open .menuTitle,
.blockHeader .headerLending .leandingMenu .menuTitle:hover {
  background: url("/img/hamburger_iconWT.svg") no-repeat left center;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
}
.leandingMenu.open .menuTitle {
  position: relative;
}
.leandingMenu.open .menuTitle:after {
  content: "";
  display: flex;
  position: absolute;
  width: 10px;
  bottom: -14px;
  right: -6px;
  justify-items: flex-end;
  height: 10px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
}
.leandingMenu.open .menuBlock {
  /*border: 1px solid rgba(0,0,0,.15);*/
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: flex;
  flex-wrap: wrap;
  color: #000000;
  background: #ffffff;
  position: absolute;
  top: 40px;
  z-index: 100;
  max-width: 390px;
  padding: 10px 15px;
}
.leandingMenu.open .menuBlock a {
  color: #000000;
  font-size: 16px;
  line-height: 1.2;
  padding: 5px 0;
  width: 100%;
}
.headerLending .menuTitle .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
@media (max-width: 767px) {
  .blockHeader .headerLending .onlyMobile {
    display: flex;
  }
}
@media (max-width: 479px) {
  h1 {
    font-weight: 700;
    font-size: 38px;
    font-family: "intro", Arial, sans-serif;
    line-height: 1.15;
  }
  .leandingMenu.open .menuBlock {
    max-width: 290px;
  }
  .leandingMenu.open .menuBlock a {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .blockHeader .headerLending {
    padding: 0 10px;
  }
  .blockHeader .headerLending .blockLogo img {
    width: 110px;
  }
}

.btn {
  background: linear-gradient(to right, #d33a0c, #d33a0c);
  border-radius: 50px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}
.errorInput {
  color: red !important;
}
.errorInput:focus {
  color: inherit;
}
.errorInput:focus + .errorTextForm {
  display: none;
}
div.errorTextForm {
  background: #dedede;
  border-radius: 8px;
  border: 1px solid #fff;
  color: red;
  line-height: 1.5;
  text-align: center;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 5px 10px;
  position: absolute;
  width: auto;
  z-index: 999;
}

.thanks_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 10000000;
}
.thanks_wrapper.active {
  opacity: 1;
  visibility: visible;
}
.thanks_wrapper .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #1e1e1e;
  opacity: 0.9;
}
.thanks_wrapper .content {
  width: 100%;
  border-radius: 15px;
  background-color: #ffffff;
  max-width: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 20px;
}
.thanks_wrapper .content .close_modal {
  position: absolute;
  top: 21px;
  right: 20px;
}
.thanks_wrapper .content .title {
  text-align: center;
  color: #111110;
  font-family: "Mont", Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.thanks_wrapper .content p {
  text-align: center;
  color: #111110;
  font-family: "Mont", Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

div.errorTextForm:after {
  border: 10px solid;
  border-color: transparent transparent #dedede transparent;
  bottom: 100%;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0;
}
/*#modal_container {*/
/*display: none!important;*/
/*}*/
.modal-header .close {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #b4b4b4;
  height: 20px;
  position: absolute;
  right: -30px;
  top: 0;
  width: 22px;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.modal-header .close:before {
  position: relative;
  top: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-header .close:after,
.modal-header .close:before {
  background-color: #b4b4b4;
  height: 2px;
  width: 100%;
  display: block;
  content: "";
}
.modal-header .close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.my_btn {
  font-family: "GothamPro", Sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1em;
  letter-spacing: 0.6px;
  fill: #2a2a33;
  color: #2a2a33 !important;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 5px 5px 5px 5px;
  padding: 21px 83px 20px 83px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #ffcf3e 0%, #ffb607 100%);
  border-radius: 5px 5px 5px 5px;
  margin-top: 20px;
  display: inline-block;
}

.modal_wrapper {
  max-width: 500px;
  padding: 0;
  display: none;
}

.modal_wrapper .inner {
  width: 100%;
  padding: 50px;
  background-image: linear-gradient(180deg, #78c256 0%, #45b058 100%);
  border-radius: 5px 5px 5px 5px;
  box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
  padding-top: 30px;
}

.modal_wrapper .inner .title {
  width: 100%;
  color: #ffffff;
  font-family: "GothamPro", Sans-serif;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: 1px;
  margin-bottom: 33px;
}

.modal_wrapper .inner .text {
  width: 100%;
  color: #ffffff;
  font-family: "GothamPro", Sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 33px;
}

.modal_wrapper .inner form {
  width: 100%;
}

.modal_wrapper .inner form input {
  width: 100%;
  font-family: "GothamPro", Sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2em;
  padding: 6px 10px 6px 32px;
  margin: 0px 0px 15px 0px;
  border-radius: 5px 5px 5px 5px;
  color: #2a2a33;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ffffff;
}

.modal_wrapper .inner .my_btn {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.modal_wrapper .inner .conf {
  width: 100%;
  color: #ffffff;
  font-family: "GothamPro", Sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.modal_wrapper .inner .top {
  width: 100%;
  background-color: rgba(2, 1, 1, 0);
  background-image: url(https://smartsreda.com/wp-content/uploads/2020/04/modal-4-img-355px.png);
  background-position: 90% 10px;
  background-repeat: no-repeat;
  background-size: 196px auto;
  opacity: 1;
  padding-top: 20px;
}

.title_form {
  width: 100%;
  color: #ffffff;
  font-family: "GothamPro", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.elementor-13
  .elementor-element.elementor-element-f17b1fd
  > .elementor-widget-container {
  padding-bottom: 0px !important;
}

.modal_link {
  margin-top: 40px;
}

.elementor-widget-container_my {
  display: flex;
}

.elementor-widget-container_my img {
  margin-right: 40px;
}

.green_btn {
  background-image: linear-gradient(0deg, #45b058 0%, #78c256 100%) !important;
  color: #fff !important;
  font-weight: 500;
}

.modal_link_mod {
  margin-top: 0;
}

.elementor-element-bfb7969 {
  margin-top: 15px;
}

input,
a,
button {
  outline: none !important;
}

@media (max-width: 999px) {
  .modal_wrapper .inner {
    padding: 30px;
    padding-top: 10px;
  }
  .my_btn {
    font-size: 16px;
    padding: 16px 70px 16px 70px;
  }
}

@media (max-width: 767px) {
  .my_btn {
    font-size: 16px;
    line-height: 1em;
    padding: 10px 0px 12px 0px;
    width: 100%;
    max-width: 400px;
    text-align: center;
  }
  .elementor-13
    .elementor-element.elementor-element-f17b1fd
    > .elementor-widget-container {
    padding: 0;
  }
}
