html {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-weight: 400;
  background: #000;
}
html body {
  background: #000 !important;
}

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

.container_own {
  max-width: 1345px;
  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;
}

h1 {
  width: 100%;
  color: #FFF;
  font-size: 65px;
  line-height: 100%;
  letter-spacing: -1.235px;
  text-transform: uppercase;
}

.red_btn_new_item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 20px;
  line-height: 150%;
  padding: 0 48px;
  height: 70px;
  border-radius: 100px;
  border: 1px solid #F33;
  background: #DC5242;
}
.red_btn_new_item:hover {
  color: #fff;
  text-decoration: none;
  background: #a33023;
}

.statistic_section {
  width: 100%;
  position: relative;
  padding-top: 106px;
  padding-bottom: 163px;
  margin-top: 157px;
}
.statistic_section::before {
  content: "";
  position: absolute;
  background: url("../img/img3.png") top center no-repeat;
  background-size: contain;
  width: 2500px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
}
.statistic_section .container_own {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.statistic_section h2 {
  position: relative;
  margin-bottom: 84px;
}
.statistic_section .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  max-width: 1052px;
}
.statistic_section .wrap .block {
  width: calc(33.33% - 8.6666666667px);
  border-radius: 30px;
  background: #1A1A1A;
  padding: 25px 5px 23px 35px;
  margin-bottom: 13px;
  position: relative;
  transition: 0.3s;
}
.statistic_section .wrap .block:hover {
  background: #fff;
}
.statistic_section .wrap .block:hover .text {
  color: #000;
}
.statistic_section .wrap .block .title {
  width: 100%;
  color: #DC5242;
  font-size: 70px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -1.54px;
}
.statistic_section .wrap .block .text {
  width: 100%;
  margin-top: -10px;
  color: #FFF;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.38px;
}

h2 {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.88px;
  text-transform: uppercase;
}

.trusted_best {
  width: 100%;
  padding-top: 68px;
  padding-bottom: 88px;
}
.trusted_best h2 {
  margin-bottom: 37px;
}

.result_cases {
  width: 100%;
  padding-top: 76px;
  position: relative;
  padding-bottom: 71px;
}
.result_cases.result_cases1::before {
  content: "";
  position: absolute;
  background: url("../img/img7.png") top center no-repeat;
  background-size: contain;
  width: 2500px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
}
.result_cases.result_cases_black h2 {
  color: #fff;
}
.result_cases.result_cases_black .wrap .left_cont .top_area .text_area {
  border-color: #fff;
}
.result_cases.result_cases_black .wrap .left_cont .top_area .text_area p {
  color: #fff;
}
.result_cases.result_cases_black .wrap .left_cont .info {
  background: rgba(255, 255, 255, 0.2);
}
.result_cases.result_cases_black .wrap .left_cont .info li {
  color: #fff;
}
.result_cases.result_cases_black .red_btn_new_item2 {
  color: #fff;
}
.result_cases .container_own {
  position: relative;
  z-index: 2;
}
.result_cases h2 {
  color: #1E1E1E;
  margin-bottom: 74px;
}
.result_cases h2 span {
  position: relative;
}
.result_cases h2 span i {
  position: relative;
  z-index: 3;
}
.result_cases h2 span::before {
  content: "";
  position: absolute;
  width: 294px;
  height: 44px;
  background: url("../img/img9.svg") top center no-repeat;
  background-size: cover;
  right: -30px;
  bottom: 0;
  z-index: -1;
}
.result_cases .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.result_cases .wrap .left_cont {
  width: calc(100% - 493px);
  padding-right: 33px;
}
.result_cases .wrap .left_cont .top_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.result_cases .wrap .left_cont .top_area .logo_img {
  width: 100%;
  max-width: 301px;
}
.result_cases .wrap .left_cont .top_area .text_area {
  width: calc(100% - 330px);
  padding-left: 12px;
  border-left: 1px solid #000;
}
.result_cases .wrap .left_cont .top_area .text_area p {
  width: 100%;
  color: #1E1E1E;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.342px;
  margin-bottom: 5px;
}
.result_cases .wrap .left_cont .top_area .text_area p strong {
  font-weight: 700;
}
.result_cases .wrap .left_cont .top_area .text_area p:last-child {
  margin-bottom: 0;
}
.result_cases .wrap .left_cont .columns {
  width: 100%;
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 19px;
}
.result_cases .wrap .left_cont .columns .column {
  width: calc(50% - 11px);
  border-radius: 30px;
  background: #1A1A1A;
  padding: 8px 23px 23px;
}
.result_cases .wrap .left_cont .columns .column .title {
  width: 100%;
  color: #DC5242;
  font-size: 60px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.66px;
}
.result_cases .wrap .left_cont .columns .column .text {
  width: 100%;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.38px;
}
.result_cases .wrap .left_cont .info {
  width: 100%;
  background: rgba(26, 26, 26, 0.2);
  border-radius: 30px;
  padding: 43px 15px;
  margin-bottom: 26px;
}
.result_cases .wrap .left_cont .info li {
  width: 100%;
  position: relative;
  color: #1E1E1E;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.342px;
  padding-left: 15px;
  margin-bottom: 20px;
}
.result_cases .wrap .left_cont .info li:last-child {
  margin-bottom: 0;
}
.result_cases .wrap .left_cont .info li::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  background: url("../img/img8.svg") top center no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}
.result_cases .wrap .right_cont {
  width: 100%;
  max-width: 493px;
}
.result_cases .wrap .right_cont .logo_cont {
  display: none;
}
.result_cases .see_all_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 62px;
}
.result_cases .see_all_wrap .red_btn_new_item {
  color: #fff;
}

.book_form_section {
  width: 100%;
  padding-top: 163px;
  padding-bottom: 126px;
  position: relative;
  margin-bottom: 40px;
}
.book_form_section::before {
  content: "";
  position: absolute;
  background: url("../img/img25.png") top center no-repeat;
  background-size: contain;
  width: 2500px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
}
.book_form_section .container_own {
  position: relative;
  z-index: 2;
}
.book_form_section .inside {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
.book_form_section .inside::before {
  content: "";
  width: 24px;
  height: 332px;
  background: url("../img/img27.svg") top center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 52.3%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
.book_form_section .inside .left_cont {
  width: 52%;
  border-radius: 60px;
  background: rgba(30, 30, 30, 0.1);
  backdrop-filter: blur(8.8000001907px);
  padding: 74px 52px 40px 69px;
}
.book_form_section .inside .left_cont .title {
  width: 100%;
  color: #1E1E1E;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.88px;
  text-transform: uppercase;
  margin-bottom: 36px;
}
.book_form_section .inside .left_cont .title span {
  position: relative;
  display: inline-block;
}
.book_form_section .inside .left_cont .title span::before {
  content: "";
  background: url("../img/img26.svg") top center no-repeat;
  background-size: contain;
  width: 348px;
  height: 65px;
  right: 13px;
  bottom: 0;
  z-index: 1;
  position: absolute;
}
.book_form_section .inside .left_cont .title span i {
  position: relative;
  z-index: 2;
}
.book_form_section .inside .left_cont .text {
  position: relative;
  width: 100%;
  padding-left: 27px;
  color: #1E1E1E;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.38px;
}
.book_form_section .inside .left_cont .text::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img/img13.svg") top center no-repeat;
  background-size: cover;
  position: absolute;
  top: 5px;
  left: 0;
}
.book_form_section .inside .right_cont {
  width: 47.5%;
  border-radius: 60px;
  background: rgba(30, 30, 30, 0.1);
  backdrop-filter: blur(8.8000001907px);
  padding: 25px 72px 45px 46px;
}

.audit_main_section {
  width: 100%;
  margin-top: 40px;
}
.audit_main_section .inside {
  width: 100%;
  background: url("../img/img35.png") top center no-repeat;
  background-size: 100% 100%;
  padding: 50px 35px 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.audit_main_section .inside .title_top {
  width: 100%;
  color: #FFF;
  font-size: 25px;
  line-height: 150%;
  letter-spacing: -0.55px;
  margin-bottom: 10px;
}
.audit_main_section .inside .title {
  width: 100%;
  max-width: 689px;
  color: #FFF;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.88px;
  text-transform: uppercase;
}
.audit_main_section .inside .title strong {
  font-weight: 700;
}
.audit_main_section .inside .price_cont {
  width: 100%;
  max-width: 523px;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.audit_main_section .inside .price_cont .old_price {
  color: #FFF;
  font-size: 35px;
  line-height: 150%;
  letter-spacing: -0.77px;
  text-decoration-line: line-through;
  margin-right: 17px;
}
.audit_main_section .inside .price_cont .current_price {
  color: #DC5242;
  font-size: 61px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -1.403px;
  margin-bottom: -10px;
}
.audit_main_section .inside .text {
  width: 100%;
  color: #FFF;
  font-size: 25px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -0.55px;
  padding-top: 18px;
  position: relative;
  max-width: 640px;
  margin-bottom: 47px;
}
.audit_main_section .inside .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 523px;
  height: 1px;
  background: #fff;
}
.audit_main_section .inside .red_btn_new_item {
  text-transform: uppercase;
  padding: 0 30px;
  margin-right: 46px;
}
.audit_main_section .inside .wrap_bottom {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.audit_main_section .inside .wrap_bottom .leave_req {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  height: 70px;
  border-radius: 100px;
  border: 1px solid #FFF;
  background: #000;
  width: 100%;
  max-width: 290px;
}
.audit_main_section .inside .wrap_bottom .leave_req:hover {
  text-decoration: none;
  background: #fff;
  border-color: #000;
  color: #000;
}

.problems_solve {
  width: 100%;
}
.problems_solve h2 {
  margin-bottom: 68px;
}
.problems_solve .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.problems_solve .wrap .block {
  width: calc(50% - 5px);
  border-radius: 30px;
  background: #FFF;
  position: relative;
  padding: 48px 20px 36px 54px;
  margin-bottom: 13px;
}
.problems_solve .wrap .block:hover {
  background: #DC5242;
}
.problems_solve .wrap .block:hover .list_block li {
  background: #fff;
}
.problems_solve .wrap .block:hover .title {
  color: #fff;
  border-color: #fff;
}
.problems_solve .wrap .block:hover .text {
  color: #fff;
}
.problems_solve .wrap .block:hover .text::before {
  content: "";
  background: url("../img/img37.svg") top center no-repeat;
  background-size: cover;
}
.problems_solve .wrap .block .list_block {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 20px;
  right: 35px;
}
.problems_solve .wrap .block .list_block li {
  margin-left: 10px;
  width: 13px;
  height: 13px;
  background: #434343;
  border-radius: 50%;
}
.problems_solve .wrap .block .list_block li:first-child {
  margin-left: 0;
}
.problems_solve .wrap .block .title {
  width: 100%;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.22px;
  text-transform: uppercase;
  min-height: 60px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
  margin-bottom: 19px;
}
.problems_solve .wrap .block .text {
  width: 100%;
  color: #000;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.198px;
  position: relative;
  max-width: 527px;
  padding-left: 39px;
}
.problems_solve .wrap .block .text::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("../img/img36.svg") top center no-repeat;
  background-size: cover;
  position: absolute;
  left: 9px;
  top: 2px;
}

.express_section {
  width: 100%;
  padding-top: 161px;
}
.express_section h2 {
  margin-bottom: 79px;
}
.express_section .slider_wrap {
  width: 100%;
}
.express_section .slider_wrap .slider {
  width: calc(100% + 44px);
  margin-left: -22px;
  margin-right: -22px;
}
.express_section .slider_wrap .slider .slick-current {
  padding-top: 118px;
}
.express_section .slider_wrap .slider .slick-current .slide {
  background: #FFF;
  opacity: 1;
}
.express_section .slider_wrap .slider .slick-current .slide .title, .express_section .slider_wrap .slider .slick-current .slide .text_cont, .express_section .slider_wrap .slider .slick-current .slide .bottom_text {
  color: #1E1E1E;
}
.express_section .slider_wrap .slider .slick-current .slide .title, .express_section .slider_wrap .slider .slick-current .slide .text_cont {
  border-color: #1E1E1E;
}
.express_section .slider_wrap .slider .slick-slide {
  margin: 0 22px;
  transition: 0.3s;
}
.express_section .slider_wrap .slide {
  width: 100%;
  border-radius: 50px;
  background: #494949;
  padding: 48px 32px 32px;
  opacity: 0.5;
}
.express_section .slider_wrap .slide .title {
  width: 100%;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.38px;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.express_section .slider_wrap .slide .text_cont {
  width: 100%;
  padding-top: 31px;
  color: #FFF;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.352px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  min-height: 270px;
}
.express_section .slider_wrap .slide .text_cont .text {
  margin-bottom: 20px;
}
.express_section .slider_wrap .slide .text_cont ul {
  list-style: disc;
  padding-left: 20px;
}
.express_section .slider_wrap .slide p {
  width: 100%;
}
.express_section .slider_wrap .slide .bottom_text {
  color: #FFF;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.352px;
  min-height: 72px;
}
.express_section .slider_wrap .slide .bottom_text span {
  font-weight: 500;
  text-transform: uppercase;
}

.red_btn_new_item2 {
  background: none;
  color: rgb(0, 0, 0);
  border: 1px solid rgb(220, 82, 66);
}

.section_materials {
  width: 100%;
  padding-top: 150px;
}
.section_materials h2 {
  margin-bottom: 55px;
}
.section_materials .wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section_materials .wrap .block {
  width: calc(33.33% - 9.3333333333px);
  background: url("../img/img43.png") top center no-repeat;
  background-size: 100% 100%;
  padding: 50px 50px 30px;
}
.section_materials .wrap .block ul {
  width: 100%;
}
.section_materials .wrap .block ul li {
  width: 100%;
  color: #FFF;
  font-size: 20px;
  line-height: 150%;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.section_materials .wrap .block ul li:last-child {
  margin-bottom: 0;
}
.section_materials .wrap .block ul li::before {
  content: "";
  width: 13px;
  height: 13px;
  background: #DC5242;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 7px;
}
.section_materials .arrows_cont {
  width: 100%;
  display: none;
  justify-content: space-between;
  align-items: center;
}
.section_materials .arrows_cont .arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.main-header{
    position: static;
    padding: 26px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: 42px;
    margin-bottom: 39px;
}


.book_form_section .subscribe-section .subscribe-form{
    background: none !important;
    padding: 0 !important;
}
.book_form_section .subscribe-form .fixed_width_field input{
    border: none;
    height: 73px;
    border-radius: 50px;
    background-color: #FFF !important;
    box-shadow: 0px 4px 7.8px 0px rgba(0, 0, 0, 0.15);
    padding-top: 10px;
    border: 1px solid #000;
}
.book_form_section .form-inline .form-group{
    margin-bottom: 0;
}
.book_form_section .subscribe-form .fixed_width_field{
    width: 100%;
    padding: 0 !important;
    max-width: 100%;
    margin-bottom: 16px;
}

.book_form_section .subscribe-section .subscribe-form button[type=submit]{
    margin: 0 !important;
    font-size: 18px;
    font-weight: 500;
    height: 73px;
    border-radius: 50px; 
    max-width: 100% !important;
    width: 100%;
}
.book_form_section .subscribe-section .subscribe-form button[type=submit]:hover{
    background: #DC5242 !important;
}
.book_form_section .subscribe-section .name_form_field input{
    background: url(/wp-content/themes/krupkin/team/uw.svg) no-repeat top +24px left +15px;
    padding: 10px;
    
}
.book_form_section .subscribe-section .emaildes input{
    background: url(/wp-content/themes/krupkin/team/ew.svg) no-repeat top +24px left +15px;
    padding: 10px;
}
.book_form_section .subscr_bottom{
    margin-bottom: 0 !important;
}
.book_form_section .form-inline .form-control.error{
    background-color: #f1aea6 !important;
}

.book_form_section .subscribe-section{
    min-height: initial;
    background: none;
    backdrop-filter: none;
    padding: 0;
}

.book_form_section .subscribe-section .container{
    width: 100%;
    padding: 0;
}

.book_form_section .subscribe-section .row{
    margin: 0;
}

.emaildes input{
    padding-left: 50px !important;
  }
  .name_form_field input{
      padding-left: 50px !important;
  }






.problems_solve .subscribe-section .subscribe-form{
    background: none !important;
    padding: 0 !important;
}
.problems_solve .subscribe-form .fixed_width_field input{
    border: none;
    height: 73px;
    border-radius: 50px;
    background-color: #FFF !important;
    box-shadow: 0px 4px 7.8px 0px rgba(0, 0, 0, 0.15);
    padding-top: 10px;
    border: 1px solid #000;
}
.problems_solve .form-inline .form-group{
    margin-bottom: 0;
}
.problems_solve .subscribe-form .fixed_width_field{
    padding: 0 !important;
    max-width: 24% !important;
}

.problems_solve .subscribe-section .subscribe-form button[type=submit]{
    margin: 0 !important;
    font-size: 18px;
    font-weight: 500;
    height: 73px;
    border-radius: 50px; 
    max-width: 100% !important;
    width: 100%;
}
.problems_solve .subscribe-section .subscribe-form button[type=submit]:hover{
    background: #DC5242 !important;
}
.problems_solve .subscribe-section .name_form_field input{
    background: url(/wp-content/themes/krupkin/team/uw.svg) no-repeat top +24px left +15px;
    padding: 10px;
    
}
.problems_solve .subscribe-section .emaildes input{
    background: url(/wp-content/themes/krupkin/team/ew.svg) no-repeat top +24px left +15px;
    padding: 10px;
}
.problems_solve .subscr_bottom{
    margin-bottom: 0 !important;
}
.problems_solve .form-inline .form-control.error{
    background-color: #f1aea6 !important;
}

.problems_solve .subscribe-section{
    min-height: initial;
    background: none;
    backdrop-filter: none;
    padding: 0;
}

.problems_solve .subscribe-section .container{
    width: 100%;
    padding: 0;
}

.problems_solve .subscribe-section .row{
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.problems_solve .form_wrap{
    width: 100%;
    border-radius: 60px;
    background: rgba(30, 30, 30, 0.84);
    backdrop-filter: blur(8.800000190734863px);
    padding: 48px 29px;
    margin-top: 40px;
}

.offer-ekskursiya-form-not-modal input{
    border: none;
    height: 73px;
    border-radius: 50px;
    background-color: #FFF !important;
    box-shadow: 0px 4px 7.8px 0px rgba(0, 0, 0, 0.15);
    padding-top: 10px;
    border: 1px solid #000;
    margin-bottom: 16px;
}

.offer-ekskursiya-form-not-modal .name_form_field {
    background: url(/wp-content/themes/krupkin/team/uw.svg) no-repeat top +24px left +15px;
    padding: 10px;
    padding-left: 50px;
}
.offer-ekskursiya-form-not-modal .emaildes{
    background: url(/wp-content/themes/krupkin/team/ew.svg) no-repeat top +24px left +15px;
    padding: 10px;
    padding-left: 50px;
}

.intl-tel-input{
    margin-bottom: 16px;
}

.offer-ekskursiya-form-not-modal .button{
    background: #DC5242;
    line-height: 35px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0px;
    text-transform: none;
    float: left;
    letter-spacing: initial;
    margin: 0 !important;
    font-size: 18px;
    font-weight: 500;
    height: 73px;
    border-radius: 50px;
    max-width: 100% !important;
    width: 100%;
}

.offer-ekskursiya-form-not-modal input.error {
    background-color: #f1aea6 !important;
}

.problems_solve .form_wrap .col-md-12{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.problems_solve .form_wrap .col-md-12 input,.problems_solve .form_wrap .col-md-12 .intl-tel-input{
    width: 24% !important;
    margin-bottom: 0;
}

.problems_solve .form_wrap .col-md-12 .intl-tel-input input{
    width: 100% !important;
}

.problems_solve  .offer-ekskursiya-form-not-modal .button{
    width: 24%;
}
