.header_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_super_nav_box {
  display: none;
}

.header {
  padding: 30px 0;
  position: relative;
  border-bottom: 1px solid #ececec;
  z-index: 999;
  background: #ffffff;
}

.header_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  min-width: 427px;
  max-width: 427px;
  margin-right: 125px;
}

.header_super_nav_box {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  z-index: 999;
  margin-top: 1px;
  background: #ffffff;
  border: 1px solid #ececec;
  -webkit-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.07);
  border-bottom: 1px solid #ee7407;
}

.header_super_nav_box_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 34px 0 16px;
  background: #ffffff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_nav > li > a {
  font-size: 16px;
  line-height: 37px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #000000;
  position: relative;
}

.top_nav > li > a:hover {
  color: #ee7407;
}

.header_nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.main_nav_level1 {
  position: absolute;
  display: none;
  background: #ffffff;
  border-style: dashed;
  border-image-source: url("/images/vertical-line.svg");
  border-image-repeat: repeat;
  border-left-width: 4px;
  border-image-slice: 4;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.17);
          box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.17);
}

.main_nav_level1 a {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #171717;
  padding: 13px 20px;
  border-bottom: 1px solid #e4e4e4;
  display: block;
}

.main_nav_level1 a:hover {
  background: #ee7407;
  color: #ffffff;
}

.main_nav_submenu > a {
  position: relative;
  padding-right: 23px;
}

.main_nav_submenu > a:before {
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  font-size: 8px;
  line-height: 1;
  width: 8px;
  height: 5px;
  margin-top: -4px;
  color: #ee7407;
  font-weight: 700;
  background: url("/images/menu-arrow.svg") no-repeat left center/8px auto;
  -webkit-transition: .2s;
  transition: .2s;
}

.main_nav_submenu > a:hover, .main_nav_submenu > a.active {
  color: #ee7407;
}

.main_nav_submenu > a:hover:before, .main_nav_submenu > a.active:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.header_super_nav_item1 {
  min-width: 240px;
  max-width: 240px;
  padding-right: 50px;
}

.header_super_nav_item2 {
  min-width: 550px;
  max-width: 550px;
}

.header_super_nav_item2 .header_super_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header_super_nav_item2 .header_super_nav_list li {
  min-width: 50%;
  max-width: 50%;
  padding-right: 50px;
}

.header_super_nav_item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header_super_nav_item4 {
  min-width: 240px;
  max-width: 240px;
}

.header_super_nav_title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 20px;
  display: inline-block;
}

.header_super_nav_title:hover {
  color: #ee7407;
}

.header_super_nav_list li {
  margin-bottom: 16px;
}

.header_super_nav_list li a {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #171717;
  padding-left: 20px;
}

.header_super_nav_list li a:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 6px;
  height: 9px;
  left: 0;
  top: 3px;
  background: url("/images/list-arrow.svg") no-repeat center center/5px auto;
  -webkit-transition: .2s;
  transition: .2s;
}

.header_super_nav_list li a:hover {
  color: #ee7407;
}

.header_super_nav_list li a:hover:before {
  left: 2px;
}

.header_super_nav_item_addr {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #101010;
  margin-bottom: 9px;
}

.header_super_nav_item_phone {
  font-size: 16px;
  line-height: 37px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 9px;
}
.header_super_nav_item_phone a{color:#000!important;text-decoration:none!important}

.header_super_nav_item4 .btn {
  height: 37px;
  border: 1px solid #ee7407;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
}

.header_super_nav_item4 .btn span {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ee7407;
  padding-right: 32px;
  background: url("/images/arrow-long.svg") no-repeat right center/15px auto;
}

.header_super_nav_item4 .btn:hover {
  background: #ee7407;
}

.header_super_nav_item4 .btn:hover span {
  color: #ffffff;
  background: url("/images/arrow-longw.svg") no-repeat right center/15px auto;
}

.footer {
  border-style: dashed;
  border-image-source: url("/images/horisontal-line.svg");
  border-image-repeat: repeat;
  border-top-width: 4px;
  border-image-slice: 4;
  padding: 52px 0;
  background: #ffffff;
}

.footer_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_logo {
  min-width: 140px;
  max-width: 140px;
  margin-right: 50px;
}

.footer_info {
  min-width: 500px;
  max-width: 500px;
  padding-right: 50px;
}

.footer_info_text {
  margin-bottom: 15px;
}

.footer_info_text p {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #313131;
}

.footer_info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flow-root;
}

.footer_info_links a {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #313131;
  margin-right: 50px;
}

.footer_info_links a:hover {
  color: #ef7911;
}

.footer_label {
  font-size: 13px;
  line-height: 22px;
  font-weight: 300;
  color: #848484;
  margin-bottom: 3px;
}

.footer_socials {
  min-width: 40px;
  max-width: 40px;
  margin-right: 58px;
}

.footer_socials .link {
  width: 40px;
  height: 40px;
  display: block;
}

.footer_socials .link.ic_tg {
  background: #f4f4f4 url("/images/telegram.svg") no-repeat center center/16px auto;
  margin-bottom: 14px;
}

.footer_socials .link.ic_tg:hover {
  background: #ee7407 url("/images/telegramw.svg") no-repeat center center/16px auto;
}

.footer_socials .link.ic_wa {
  background: #f4f4f4 url("/images/whatsapp.svg") no-repeat center center/18px auto;
}

.footer_socials .link.ic_wa:hover {
  background: #ee7407 url("/images/whatsappw.svg") no-repeat center center/16px auto;
}

.footer_addr {
  min-width: 295px;
  max-width: 295px;
  margin-right: 60px;
}

.footer_addr_office {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #353535;
  margin-bottom: 10px;
}

.footer_addr_office:hover {
  color: #ee7407;
}

.footer_addr_plans {
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  color: #101010;
  margin-bottom: 30px;
}

.footer_addr_but .btn {
  height: 42px;
  border: 1px solid #ee7407;
  min-width: 100%;
  max-width: 100%;
}

.footer_addr_but .btn span {
  font-size: 12px;
  line-height: 43px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ee7407;
  padding-right: 38px;
  background: url("/images/arrow-long.svg") no-repeat right center/19px auto;
}

.footer_addr_but .btn:hover {
  background: #ee7407;
}

.footer_addr_but .btn:hover span {
  color: #ffffff;
  background: url("/images/arrow-longw.svg") no-repeat right center/19px auto;
}

.footer_contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_contacts_phone {
  margin-bottom: auto;
}

.footer_contacts_phone .f_phone {
  font-size: 16px;
  line-height: 37px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #000000;
}

.footer_contacts_phone .f_phone:hover {
  color: #ee7407;
}

.footer_contacts_email .f_email {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #353535;
}

.footer_contacts_email .f_email:hover {
  color: #ee7407;
}

.btn_orange {
  border: 1px solid #ee7407;
}

.btn_orange span {
  font-weight: 400;
  text-transform: uppercase;
  color: #ee7407;
}

.btn_orange:hover {
  background: #ee7407;
}

.btn_orange:hover span {
  color: #ffffff;
}

.btn_orange.btn_i span {
  padding-right: 38px;
  background: url("/images/arrow-long.svg") no-repeat right center/19px auto;
}

.btn_orange.btn_i:hover span {
  background: url("/images/arrow-longw.svg") no-repeat right center/19px auto;
}

.btn_black {
  border: 1px solid #1c1c1c;
  background: #1c1c1c;
}

.btn_black span {
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
}

.btn_black:hover {
  background: #000000;
}

.btn_black.btn_i span {
  padding-right: 38px;
  background: url("/images/arrow-longw.svg") no-repeat right center/19px auto;
}

.btn_white {
  border: 1px solid #ffffff;
  background: #ee7407;
}

.btn_white span {
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
}

.btn_white:hover {
  background: #ffffff;
}

.btn_white:hover span {
  color: #ee7407;
}

.btn_white.btn_i span {
  padding-right: 38px;
  background: url("/images/arrow-longw.svg") no-repeat right center/19px auto;
}

.btn_white.btn_i:hover span {
  background: url("/images/arrow-long.svg") no-repeat right center/19px auto;
}

.footer_bottom {
  padding-top: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #313131;
}

.footer_bottom a {
  color: #353535;
}

.footer_bottom a:hover {
  color: #ee7407;
}

.main {
  padding: 50px 0 0;
  position: relative;
}

.main:before {
  content: '';
  position: absolute;
  z-index: 1;
  background: url("/images/main.webp") no-repeat center center/235px auto;
  right: 0;
  width: 235px;
  height: 648px;
  bottom: 0;
}

.main .cont {
  position: relative;
  padding-bottom: 300px;
}

.main_title {
  margin-bottom: 25px;
  padding: 0 100px;
}

.main_title h1 {
  font-size: 34px;
  line-height: 46px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #000000;
}

.main_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 100px;
}

.main_text {
  min-width: 430px;
  max-width: 430px;
  margin-right: 85px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #000000;
}

.main_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_links .btn_orange {
  height: 51px;
  padding: 0 52px;
  margin-right: 55px;
}

.main_links .btn_orange span {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.main_links .btn_i span {
  padding-right: 58px;
  background-size: 28px auto;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #232323;
}

.main_links .btn_i:hover span {
  color: #ee7407;
  background: url("/images/arrow-long.svg") no-repeat right center/28px auto;
}

.big_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}

.big_photo img {
  position: absolute;
}

.main_about {
  padding-top: 310px;
  background: #ee7407;
  padding-bottom: 55px;
  position: relative;
}

.main_about:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 235px;
  height: 380px;
  left: 0;
  bottom: -200px;
  background: url("/images/mabout.webp") no-repeat left center/100% auto;
}

.main_about .cont {
  position: relative;
}

.main_about_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 100px;
}

.main_about_info {
  min-width: 490px;
  max-width: 490px;
  padding-right: 70px;
}

.main_about_text {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin-bottom: 38px;
  margin-top: 40px;
}

.main_about_text strong,
.main_about_text b {
  font-weight: 700;
}

.main_about_but .btn {
  height: 51px;
  padding: 0 50px;
}

.main_about_but .btn span {
  font-size: 11px;
  padding-top: 1px;
}

.main_about_item {
  min-width: 298px;
  max-width: 298px;
  margin-right: 50px;
}

.main_about_item:nth-child(1) {
  margin-right: 3;
}

.main_about_item .ic {
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 24px;
}

.main_about_item .ic img {
  max-height: 100%;
}

.main_about_item .subtitle {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ffffff;
  margin-bottom: 13px;
}

.main_about_item .text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 20px;
}

.main_about_item .btn span {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #353535;
  border-bottom: 1px dashed #353535;
}

.main_about_item .btn .icon {
  background: url("/images/arrow-longb.svg") no-repeat center center/19px auto;
  height: 7px;
  margin-left: 20px;
  min-width: 19px;
  max-width: 19px;
  -webkit-transition: .2s;
  transition: .2s;
}

.main_about_item .btn:hover {
  background: transparent;
}

.main_about_item .btn:hover span {
  color: #ffffff;
  border-bottom: 1px dashed #ffffff;
}

.main_about_item .btn:hover .icon {
  background: url("/images/arrow-longw.svg") no-repeat center center/19px auto;
}

.advantages {
  padding: 65px 0 60px;
  border-bottom: 1px solid #ececec;
}

.advantages_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 155px;
}

.advantages_item_wrap {
  margin-left: 50px;
}

.advantages_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  min-width: 335px;
  max-width: 335px;
}

.advantages_item.advantages_item1 {
  min-width: 285px;
  max-width: 285px;
  padding-top: 2px;
}

.advantages_item.advantages_item1 .text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #171717;
}

.advantages_item.advantages_item1 .numb {
  font-size: 100px;
}

.advantages_item .numb {
  margin-right: 35px;
  font-size: 66px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: -0.06em;
  color: #000000;
}

.advantages_item .text {
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #171717;
}

.advantages_item_title {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #171717;
  min-width: 100%;
  max-width: 100%;
}

.contractor {
  padding: 45px 0 100px;
}

.contractor_headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 100px 45px;
}

.contractor_headline h2 {
  font-size: 34px;
  line-height: 43px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #000000;
  min-width: 450px;
  max-width: 450px;
  padding-right: 50px;
}

.contractor_headline .text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #000000;
}

.contractor_nav {
  border-bottom: none;
  border-top: none;
  border-style: dashed;
  border-image-source: url("/images/horisontal-line.svg");
  border-image-repeat: repeat;
  border-width: 4px;
  border-image-slice: 4;
  position: relative;
  padding: 50px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contractor_nav:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  width: 4px;
  top: 0;
  height: 100%;
  background: url("/images/vertical-line.svg") repeat center -10px/4px auto;
}

.contractor_nav:after {
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  width: 4px;
  top: 0;
  height: 100%;
  background: url("/images/vertical-line.svg") repeat center -10px/4px auto;
}

.contractor_info {
  min-width: 450px;
  max-width: 450px;
  padding-right: 50px;
}

.contractor_info .text {
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 25px;
}

.contractor_info .btn_orange {
  border: none;
  background: transparent;
}

.contractor_info .btn_orange span {
  padding-top: 3px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  padding-right: 27px;
}

.contractor_info .btn_orange:hover span {
  color: #353535;
  background: url("/images/arrow-longb.svg") no-repeat right center/19px auto;
  padding-right: 30px;
}

.contractor_menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.contractor_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contractor_menu ul li {
  min-width: 50%;
  max-width: 50%;
  padding-right: 50px;
}

.contractor_menu ul li a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #171717;
  padding-left: 20px;
  margin-bottom: 16px;
}

.contractor_menu ul li a:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 6px;
  height: 9px;
  left: 0;
  top: 4px;
  background: url("/images/list-arrow.svg") no-repeat center center/5px auto;
  -webkit-transition: .2s;
  transition: .2s;
}

.contractor_menu ul li a:hover {
  color: #ee7407;
}

.contractor_menu ul li a:hover:before {
  left: 3px;
}

.contractor_nav_wrapper {
  position: relative;
  margin-bottom: 40px;
}

.contractor_nav_wrapper:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 52px;
  height: 69px;
  right: 35px;
  bottom: -15px;
  background: url("/images/icon5.svg") no-repeat center center/100% auto;
}

.contractor_logo {
  padding: 0 100px;
}

.contractor_logo img {
  width: 100%;
}

.main_form {
  background: #ee7407;
}

.main_form_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 100px;
  position: relative;
  background: #ffffff;
  top: -100px;
  -webkit-box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.14);
}

.main_form_df:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 14px;
  height: 100%;
  top: 0;
  left: 0;
  background: url("/images/line-left.svg") repeat-y left -17px/14px auto;
}

.main_form_df:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 14px;
  height: 100%;
  top: 0;
  right: 0;
  background: url("/images/line-right.svg") repeat-y left -17px/14px auto;
}

.main_form_info {
  min-width: 420px;
  max-width: 420px;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main_form_title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #101010;
  margin-bottom: 20px;
}

.main_form_text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #6c6c6c;
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 30px;
}

.main_form_text:before {
  content: '';
  position: absolute;
  z-index: 1;
  height: 2px;
  width: 100px;
  left: 0;
  bottom: 0;
  background: #ee7407;
}

.errorpage_wrapper {
  background: #f2f2f2;
}

.main_form_subtitle {
  margin-top: auto;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #101010;
  margin-bottom: 22px;
}

.main_form_address {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #101010;
  margin-bottom: 4px;
}

.main_form_plans {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #101010;
  margin-bottom: 20px;
}

.main_form_contacts {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_form_contacts .phone {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #000000;
  margin-right: 25px;
}

.main_form_contacts .btn {
  padding-left: 30px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
  color: #101010;
}

.main_form_contacts .btn:hover {
  color: #ee7407;
}

.main_form_contacts .btn_tg {
  background: url("/images/telegram.svg") no-repeat left center/16px auto;
  margin-right: 21px;
}

.main_form_contacts .btn_tg:hover {
  background: url("/images/telegramo.svg") no-repeat left center/16px auto;
}

.main_form_contacts .btn_wa {
  background: url("/images/whatsapp.svg") no-repeat left center/17px auto;
  margin-right: 21px;
}

.main_form_contacts .btn_wa:hover {
  background: url("/images/whatsappo.svg") no-repeat left center/17px auto;
}

.main_form_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: auto;
}

.main_form_wrap .form_control {
  min-width: calc(100% - 250px);
  max-width: calc(100% - 250px);
}

.main_form_wrap .form_control:nth-child(even) {
  min-width: 215px;
  max-width: 215px;
  margin-left: 35px;
}

.main_form_wrap .form_control textarea {
  height: 105px;
}

.form_control {
  margin-bottom: 23px;
}

.form_control input,
.form_control textarea {
  height: 44px;
  border: 1px solid #d8d8d8;
  width: 100%;
  padding: 0 18px;
  resize: none;
}

.form_control textarea {
  padding: 10px 18px;
}

.form_control_label {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #101010;
  margin-bottom: 12px;
}

.form_control_label span {
  color: #ee7407;
}

.input_file input {
  display: none;
}

.input_file .input_file_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 100%;
  width: 190px !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#dcdcdc), to(#eaeaea));
  background-image: linear-gradient(0deg, #dcdcdc 0%, #eaeaea 100%);
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
}

.input_file .input_file_btn span {
  padding-left: 30px;
  font-size: 14px;
  line-height: 37px;
  font-weight: 400;
  color: #3f3c37;
  background: url("/images/clip-file.svg") no-repeat left center/16px auto;
}

.input_file .input_file_btn:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e6e6e6), to(#dddddd));
  background-image: linear-gradient(0deg, #e6e6e6 0%, #dddddd 100%);
}

.form_buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}

.form_buttons .btn_orange {
  background: #ee7407;
  height: 55px;
  padding: 0 45px;
  margin-right: 30px;
}

.form_buttons .btn_orange span {
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #ffffff;
  white-space: nowrap;
}

.form_buttons .btn_orange:hover {
  border: 1px solid #ee7407;
  background: #ffffff;
}

.form_buttons .btn_orange:hover span {
  color: #ee7407;
}

.main_form_wrap_info {
  font-size: 13px;
  line-height: 20px; 
  font-weight: 400;
  color: #101010;
  padding-bottom:25px;
}
.main_form_wrap_info input{width:16px;height:16px;display:inline-block;vertical-align:middle;margin:0 10px 0 0;}
.main_form_wrap_info input.invalid{outline: 1px solid red;       /* часто видно */
  outline-offset: 1px;
  /* или */
  box-shadow: 0 0 0 1px red;    /* более надёжно */
}}
.main_form_wrap_info span{display:inline-block;vertical-align:middle;}

.main_form_wrap_info a {
  color: #ec7525;
  text-decoration:none;
}

.main_form_wrap_info a:hover {
  color: #a04101;
  text-decoration:underline!important;
}

.main_form_content {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 100px;
  margin-top: -70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
}

.main_form_content_title {
  min-width: 400px;
  max-width: 400px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.main_form_content_button .btn {
  padding: 0 55px;
  height: 46px;
}

.main_form_content_button span {
  white-space: nowrap;
  font-size: 12px;
}

.main_form_content_text {
  min-width: 280px;
  max-width: 280px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #ffffff;
}

.ourprojects {
  padding: 45px 0 55px;
}

.ourprojects .btn_orange {
  border: none;
  background: transparent;
}

.ourprojects .btn_orange span {
  padding-top: 3px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  padding-right: 27px;
}

.ourprojects .btn_orange:hover span {
  color: #353535;
  background: url("/images/arrow-longb.svg") no-repeat right center/19px auto;
}

.ourprojects_title {
  text-align: center;
  font-size: 34px;
  line-height: 43px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #000000;
  padding-bottom: 70px;
  position: relative;
}

.ourprojects_title:before {
  content: '';
  position: absolute;
  z-index: 1;
  height: 2px;
  width: 100px;
  background: #ee7407;
  bottom: 35px;
  left: 50%;
  margin-left: -50px;
}

.ourprojects_text {
  width: 650px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}

.ourprojects_link {
  text-align: center;
  margin-bottom: 45px;
}

.ourprojects_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ourprojects_slider {
  min-width: 640px;
  max-width: 640px;
  margin-right: 60px;
}

.ourprojects_thumbs {
  min-width: calc(100% - 700px);
  max-width: calc(100% - 700px);
  position: relative;
}

.ourprojects_thumbs:before {
  content: '';
  position: absolute;
  z-index: 999;
  width: 2px;
  top: 0;
  height: 100%;
  background: #ffffff;
  right: 0;
}

.ourprojects_thumbs:after {
  content: '';
  position: absolute;
  z-index: 999;
  height: 2px;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  right: 0;
}

.ourprojects_thumbs .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transform: translate3d(0, 0px, 0px) !important;
          transform: translate3d(0, 0px, 0px) !important;
}

.ourprojects_thumbs .swiper-slide {
  min-width: 33.33%;
  max-width: 33.33%;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ourprojects_thumbs .swiper-slide img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: .2s;
}

.ourprojects_thumbs .swiper-slide:hover {
  cursor: pointer;
}

.ourprojects_thumbs .swiper-slide:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.ourprojects_thumbs_headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.ourprojects_thumbs_title {
  font-size: 20px;
  line-height: 43px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #000000;
}

.ourprojects_thumbs_subtitle {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #000000;
}

.ourprojects_img {
  position: relative;
  display: block;
}

.ourprojects_img img {
  width: 100%;
}

.ourprojects_img:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: rgba(25, 25, 25, 0.3) url("/images/project-info.svg") no-repeat center center/51px auto;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.ourprojects_img_name {
  position: absolute;
  left: 0;
  top: 25px;
  background: #ee7407;
  padding: 6px 24px 5px;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffffff;
}

.ourprojects_img_logo {
  position: absolute;
  right: 20px;
  bottom: 15px;
  width: 177px;
  z-index: 2;
}

.ourprojects_img_gallery {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  background: #ee7407;
}

.ourprojects_img_gallery .numb {
  display: block;
  width: 28px;
  padding: 25px 0 10px;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  font-weight: 300;
  color: #ffffff;
  background: url("/images/image.svg") no-repeat center 7px/12px auto;
}

.fancybox-button--play {
  display: none;
}

.this_gallery {
  display: none;
}

.ourprojects_img:hover:before {
  opacity: 1;
}

.ourprojects_content {
  padding-right: 140px;
  margin-top: 25px;
}

.ourprojects_content_title {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #000000;
  margin-bottom: 12px;
  display: block;
}

.ourprojects_content_title:hover {
  color: #ee7407;
}

.ourprojects_content_text {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
}

.ourprojects_slider .btn_sl {
  width: 47px;
  height: 47px;
  margin-top: 25px;
  background: #ee7407;
  background: #ee7407 url("/images/arrow-right.svg") no-repeat center center/16px auto;
}

.ourprojects_slider .btn_sl:hover {
  background: #353535 url("/images/arrow-right.svg") no-repeat center center/16px auto;
}

.ourprojects_slider .btn_sl.swiper-button-next {
  right: 0;
}

.ourprojects_slider .btn_sl.swiper-button-prev {
  left: initial;
  right: 55px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.ourprojects_slider .btn_sl.swiper-button-disabled {
  background: #f4f4f4 url("/images/arrow-rightb.svg") no-repeat center center/16px auto;
  opacity: 1;
}

.ourprojects_slider .btn_sl:after {
  display: none;
}

.errorpage_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 130px;
  padding-right: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.errorpage {
  background: #f2f2f2;
}

.errorpage_img {
  min-width: 512px;
  max-width: 512px;
  margin-right: 75px;
}

.errorpage_img img {
  width: 100%;
}

.errorpage_content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.errorpage_title {
  font-size: 38px;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 28px;
  margin-top: -15px;
}

.errorpage_title span {
  display: block;
  color: #ee7407;
}

.errorpage_subtitle {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  color: #191919;
  margin-bottom: 20px;
}

.errorpage_text {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  color: #252525;
  margin-bottom: 33px;
}

.errorpage .main_about_item {
  margin-right: 0;
  min-width: initial;
  max-width: initial;
}

.errorpage .main_about_item .btn span {
  color: #ee7407;
  border-bottom: 1px dashed #ee7407;
}

.errorpage .main_about_item .btn .icon {
  background: url("/images/arrow-long.svg") no-repeat center center/19px auto;
}

.errorpage .main_about_item .btn:hover span {
  color: #353535;
  border-bottom: 1px dashed #353535;
}

.errorpage .main_about_item .btn:hover .icon {
  background: url("/images/arrow-longb.svg") no-repeat center center/19px auto;
}

.projects_list .ourprojects_content {
  padding-right: 0;
}

.mhead {
  margin: 60px 0 60px;
  padding-left: 96px;
  border-left: 4px solid #ee7407;
}

@media screen and (max-width: 768px) {
  .mhead {
    border-width: 2px;
  }
}

.mhead .j_breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mhead .j_breadcrumbs a {
  position: relative;
  margin-right: 30px;
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #000000;
}

.mhead .j_breadcrumbs a:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 10px;
  border-radius: 0;
  background: #ee7407;
  right: -16px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.mhead .j_breadcrumbs a:hover {
  color: #ee7407;
}

.mhead .j_breadcrumbs span {
  font-size: 13px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #000000;
}

.m_title {
  font-size: 38px;
  line-height: 43px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 10px;
}

.company_description {
  position: relative;
  padding-left: 100px;
  padding-bottom: 100px;
}

.company_description_img {
  position: absolute;
  width: 502px;
  height: 314px;
  left: -80px;
  z-index: 1;
}

.company_description_text {
  border-style: dashed;
  border-image-source: url("/images/horisontal-lineg.svg");
  border-image-repeat: repeat;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-image-slice: 4;
}

.company_description_text_border {
  border-style: dashed;
  border-image-source: url("/images/vertical-lineg.svg");
  border-image-repeat: repeat;
  border-left-width: 4px;
  border-right-width: 4px;
  border-image-slice: 4;
  padding: 35px 100px 20px;
  padding-left: 350px;
}

.company_description_text_border p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 15px;
}

.company_description_text_border p strong,
.company_description_text_border p b {
  font-weight: 700;
}

.company_description_text_border p a {
  color: #ee7407;
}

.company_description_text_border p a:hover {
  color: #353535;
}

.company_technics {
  padding: 0 100px 60px;
}

.company_technics_headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.company_technics_title {
  min-width: 550px;
  max-width: 550px;
  padding-right: 50px;
  font-size: 28px;
  line-height: 43px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #000000;
}

.company_technics_text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #000000;
}

.company_technics_units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.company_technics_units .item {
  min-width: 20%;
  max-width: 20%;
  padding-right: 40px;
  margin-bottom: 15px;
}

.company_technics_units .item .item_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 116px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 25px;
}

.company_technics_units .item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.company_technics_units .item .text .ic {
  min-width: 19px;
  max-width: 19px;
  height: 19px;
  margin-right: 15px;
  border-radius: 2px;
  background: #ee7407;
  color: #ffffff;
  font-size: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  padding-top: 2px;
}

.company_technics_units .item .text .name {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
}

.main_task {
  background: #ee7407;
  padding: 50px 0;
}

.main_task_text {
  padding: 0 100px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
}

.btn_sl,
.slick-arrow {
  width: 47px;
  height: 47px;
  border: none;
  margin-top: 25px;
  background: #ee7407;
  background: #ee7407 url("/images/arrow-right.svg") no-repeat center center/16px auto;
}

.btn_sl:hover,
.slick-arrow:hover {
  background: #353535 url("/images/arrow-right.svg") no-repeat center center/16px auto;
}

.btn_sl.swiper-button-next, .btn_sl.slick-next,
.slick-arrow.swiper-button-next,
.slick-arrow.slick-next {
  right: 0;
}

.btn_sl.swiper-button-prev, .btn_sl.slick-prev,
.slick-arrow.swiper-button-prev,
.slick-arrow.slick-prev {
  left: initial;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.btn_sl.swiper-button-disabled,
.slick-arrow.swiper-button-disabled {
  background: #f4f4f4 url("/images/arrow-rightb.svg") no-repeat center center/16px auto;
  opacity: 1;
}

.btn_sl:after,
.slick-arrow:after {
  display: none;
}

.slick-arrow {
  overflow: hidden;
  text-indent: -9999px;
  z-index: 9;
}

.slick-arrow.slick-prev {
  position: absolute;
  left: 75px;
  top: 50%;
  margin-top: -23px;
}

.slick-arrow.slick-next {
  position: absolute;
  right: 75px;
  top: 50%;
  margin-top: -23px;
}

.sertificat_slider {
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
}

.sertificat_slider .swiper-wrapper {
  margin-left: -115px;
}

.sertificat_slider .swiper-slide {
  border: 1px solid #ececec;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(160, 75, 0, 0.07);
          box-shadow: 0px 3px 7px 0px rgba(160, 75, 0, 0.07);
  margin-top: auto;
  margin-bottom: auto;
  padding: 13px;
}

.sertificat_slider .swiper-slide .sertificats_text {
  display: none;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.sertificat_slider .swiper-slide img {
  width: 100%;
}

.sertificat_slider .swiper-slide.swiper-slide-active {
  min-width: 400px;
  padding: 20px 30px;
}

.sertificat_slider .swiper-slide.swiper-slide-active .sertificats_text {
  display: block;
  opacity: 1;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  color: #3b3e40;
  padding-top: 15px;
}

.sertificat_slider .swiper-slide.swiper-slide-active img {
  width: 100%;
}

.sertificats_title {
  padding: 45px 0 35px;
  text-align: center;
  font-size: 26px;
  line-height: 43px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #000000;
}

.sertificats {
  padding-bottom: 60px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 15px;
}

.sertificats .btn_sl {
  margin-top: -28px;
}

.sertificats .btn_sl.swiper-button-prev {
  left: 0;
}

.sertificats .btn_sl.swiper-button-next {
  right: 0;
}

.contacts_border {
  border-style: dashed;
  border-image-source: url("/images/horisontal-lineg.svg");
  border-image-repeat: repeat;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-image-slice: 4;
  margin-bottom: 55px;
}

.contacts_box {
  border-style: dashed;
  border-image-source: url("/images/vertical-lineg.svg");
  border-image-repeat: repeat;
  border-left-width: 4px;
  border-right-width: 4px;
  border-image-slice: 4;
  padding: 15px 100px 44px;
}

.contacts_title {
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 1.2;
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
  background: url("/images/contacts.svg") no-repeat right bottom/52px auto;
}

.contacts_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts_addr {
  min-width: 490px;
  max-width: 490px;
  padding-right: 20px;
  padding-left: 55px;
  background: url("/images/contacts-adres.svg") no-repeat left 0/27px auto;
}

.contacts_addr .name {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #101010;
  margin-bottom: 18px;
}

.contacts_addr .btn_ymap {
  height: 35px;
  padding: 0 25px;
  background-color: #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-bottom: 20px;
}

.contacts_addr .btn_ymap span {
  font-size: 12px;
  font-weight: 300;
  color: #191919;
  padding-right: 29px;
  background: url("/images/new-tab.svg") no-repeat right center/12px auto;
}

.contacts_addr .btn_ymap:hover {
  border: 1px solid #ee7407;
}

.contacts_addr .btn_ymap:hover span {
  color: #ee7407;
}

.contacts_addr .contacts_plans {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #101010;
}

.contacts_phone {
  padding-left: 50px;
  background: url("/images/contacts-phone.svg") no-repeat left 0/27px auto;
  margin-right: 80px;
}

.contacts_phone a {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #000000;
}

.contacts_phone a:hover {
  color: #ee7407;
}

.contacts_soc {
  margin-right: 50px;
}

.contacts_soc .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.contacts_soc .btn .ic {
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  background-color: #ffffff;
  border: 1px solid #ee7407;
  border-radius: 5px;
  -webkit-transition: .2s;
  transition: .2s;
  margin-right: 13px;
}

.contacts_soc .btn .text {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #1d1d1d;
  -webkit-transition: .2s;
  transition: .2s;
}

.contacts_soc .btn.btn_tg .ic {
  background: url("/images/telegramo.svg") no-repeat center center/14px auto;
}

.contacts_soc .btn.btn_wa .ic {
  background: url("/images/whatsappo.svg") no-repeat center center/15px auto;
}

.contacts_soc .btn:hover .text {
  color: #ee7407;
}

.contacts_soc .btn:hover.btn_tg .ic {
  background: #ee7407 url("/images/telegramw.svg") no-repeat center center/14px auto;
}

.contacts_soc .btn:hover.btn_wa .ic {
  background: #ee7407 url("/images/whatsappw.svg") no-repeat center center/15px auto;
}

.contacts_mail {
  padding-left: 48px;
  background: url("/images/mail.svg") no-repeat left 0/27px auto;
}

.contacts_mail .btn {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #232323;
  margin-top: 10px;
}

.contacts_mail .btn:hover {
  color: #ee7407;
}

.contacts_map {
  margin-bottom: 60px;
}

.contacts_logo {
  padding-bottom: 100px;
}

.mform_box {
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.14);
  padding: 35px 0 45px;
}

.mform_headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 35px;
  border-style: dashed;
  border-image-source: url("/images/horisontal-line.svg");
  border-image-repeat: repeat;
  border-bottom-width: 4px;
  border-image-slice: 4;
  padding: 0 100px 35px;
}

.mform_text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #252525;
  min-width: 550px;
  max-width: 550px;
  margin-right: 110px;
}

.mform_label {
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  color: #101010;
  min-width: 270px;
  max-width: 270px;
  padding-right: 20px;
}

.mform {
  padding-bottom: 65px;
}

.mform .contacts_mail {
  padding-bottom: 13px;
}

.mform .main_form_wrap {
  padding: 35px 100px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mform .main_form_wrap .form_control {
  min-width: 400px;
  max-width: 400px;
}

.mform .main_form_wrap .form_control.form_control_short {
  min-width: 215px;
  max-width: 215px;
}

.mform .main_form_wrap .form_control.form_control_long {
  min-width: 845px;
  max-width: 845px;
}

.mform .main_form_wrap .form_control.form_control_middle {
  min-width: 215px;
  max-width: 215px;
}

  
  .mform .main_form_wrap .form_control.form2File, .mform .main_form_wrap .form_control.form2File .form_control{min-width: 215px;
  max-width: 215px;}
  

.mform .main_form_wrap .form_control:nth-child(even) {
  margin-left: initial;
}

.mform .main_form_wrap .input_file .input_file_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: initial;
  padding: 0 31px;
}

.input_file_info {
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  margin-top: 15px;
}

.mform_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 100%;
  max-width: 100%;
}

.mform_df .main_form_wrap_info {
  margin-bottom: 10px;
  min-width: 420px;
  max-width: 420px;
  margin-left: auto;
  margin-right: 0;
  font-size: 12px;
  line-height: 1.25;
}

.posts {
  padding-bottom: 50px;
}

.posts_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  margin-left: -9px;
  margin-right: -9px;
  padding-left: 100px;
  padding-right: 100px;
}

.posts_df .item {
  margin-left: 9px;
  margin-right: 9px;
  border: 1px solid #efefef;
  padding: 20px;
  min-width: calc(25% - 18px);
  max-width: calc(25% - 18px);
  margin-bottom: 18px;
}

.posts_df .item img {
  width: 100%;
  margin-bottom: 12px;
}

.posts_df .item:hover {
  border: 1px solid #ee7407;
}

.posts_df .item .text {
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  color: #3b3e40;
}

.park_img {
  position: relative;
}

.park .park_content {
  padding-left: 100px;
  padding-right: 100px;
}

.park .company_technics {
  margin-top: 55px;
}

.park .company_description_text_border {
  padding-bottom: 45px;
}

.park_content {
  margin-top: -4px;
}

.park_content .company_description_text_border {
  padding-left: 60px;
  padding-right: 60px;
}

.park_content_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.park_content_df h2 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  color: #000000;
  min-width: 340px;
  max-width: 340px;
  padding-right: 50px;
}

.park_content_text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #000000;
}

.grey_border {
  border-style: dashed;
  border-image-source: url("/images/horisontal-lineg.svg");
  border-image-repeat: repeat;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-image-slice: 4;
  margin-bottom: 100px;
}

.serviceitem {
  padding-bottom: 60px;
}

.serviceitem .grey_box:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 70px;
  height: 70px;
  left: 100px;
  bottom: -33px;
  background: url("/images/icon1.svg") no-repeat center center/100% auto;
}

.serviceitem .grey_box .text p {
  margin-bottom: 10px;
}

.serviceitem .grey_box .text ul {
  padding-bottom: 7px;
}

.serviceitem .grey_box .text ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.serviceitem .grey_box .text ul li:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 4px;
  height: 4px;
  left: 0;
  top: 10px;
  background: #ee7407;
}

.grey_box {
  border-style: dashed;
  border-image-source: url("/images/vertical-lineg.svg");
  border-image-repeat: repeat;
  border-left-width: 4px;
  border-right-width: 4px;
  border-image-slice: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 100px 25px;
  position: relative;
}

.grey_box h2 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  color: #000000;
}

.grey_box h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #000000;
}

.grey_box .grey_box_head {
  margin-bottom: 15px;
  min-width: 410px;
  max-width: 410px;
  padding-right: 55px;
}

.grey_box .text p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #000000;
}

.grey_box .text p strong,
.grey_box .text p b {
  font-weight: 700;
}

.grey_box .text p a {
  color: #ee7407;
}

.grey_box .text p a:hover {
  color: #353535;
}

.projects .grey_box:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 70px;
  height: 42px;
  left: 100px;
  bottom: -13px;
  background: url("/images/icon2.svg") no-repeat center center/100% auto;
}

.projects .grey_border {
  margin-bottom: 45px;
}

.projects_title {
  font-size: 26px;
  line-height: 43px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #000000;
  text-align: center;
  margin-bottom: 45px;
}

.projects_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: -17px;
  margin-right: -17px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 100px;
  padding-right: 100px;
}

.projects_list .item {
  min-width: calc(50% - 34px);
  max-width: calc(50% - 34px);
  margin-left: 17px;
  margin-right: 17px;
  margin-bottom: 45px;
}

.projects_list .ourprojects_content_title {
  height: 50px;
}

.projects_clients {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-bottom: 75px;
  padding-left: 180px;
  padding-right: 180px;
}

.projects_clients:before {
  content: '';
  position: absolute;
  z-index: 999;
  width: 2px;
  top: 0;
  height: 100%;
  background: #ffffff;
  right: 0;
}

.projects_clients:after {
  content: '';
  position: absolute;
  z-index: 999;
  width: 100%;
  bottom: 0;
  height: 2px;
  background: #ffffff;
  right: 0;
}

.projects_clients .client_link {
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  min-width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 20%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.projects_clients .client_link:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.main_task {
  position: relative;
}

.main_task:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 235px;
  height: 380px;
  left: 0;
  bottom: -145px;
  background: url("/images/mabout.webp") no-repeat left center/100% auto;
}

.main_task_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 100px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.main_task_df .btn {
  min-width: 293px;
  max-width: 293px;
  margin-left: 58px;
  height: 51px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main_task_df .btn span {
  font-size: 11px;
  background-size: 19px auto;
}

.main_task_df .main_task_text {
  padding: 0;
}

.projectitem_informer {
  margin-bottom: 40px;
}

.projectitem_informer .list {
  min-width: 360px;
  max-width: 360px;
  padding-left: 80px;
  margin-left: 80px;
  position: relative;
  border-left: 2px solid #f1f1f1;
}

.projectitem_informer .list:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 48px;
  height: 46px;
  left: -23px;
  top: 50%;
  margin-top: -23px;
  background: url("/images/icon3.svg") no-repeat left center/48px auto;
}

.projectitem_informer .list_name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
}

.projectitem_informer .list_info {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
}

.projectitem_informer .list_item {
  margin-bottom: 10px;
}

.projectitem_title {
  padding: 0 100px;
  font-size: 24px;
  line-height: 43px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 35px;
}

.projectitem_sliders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: 100px;
  margin-right: 100px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ececec;
}

.projectitem_msl {
  min-width: 920px;
  max-width: 920px;
  margin-right: 30px;
  position: relative;
}

.projectitem_msl .btn_sl {
  margin-top: -23px;
}

.projectitem_img {
  position: relative;
}

.projectitem_img > img {
  width: 100%;
}

.projectitem_logo {
  position: absolute;
  right: 35px;
  top: 35px;
  width: 187px;
  z-index: 2;
}

.projectitem_tsl {
  height: 690px;
  min-width: 165px;
  max-width: 165px;
  margin-left: auto;
  padding-bottom: 35px;
  padding-top: 35px;
  position: relative;
}

.projectitem_tsl .swiper-container {
  height: 100%;
}

.projectitem_tsl .swiper-slide {
  overflow: hidden;
  position: relative;
}

.projectitem_tsl .swiper-slide:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)));
  background: linear-gradient(rgba(255, 255, 255, 0.4));
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

.projectitem_tsl .swiper-slide:hover:before {
  opacity: 1;
}

.projectitem_tsl .btn_th {
  position: absolute;
  width: 100%;
  height: 24px;
  margin: 0;
  background: #f1f1f1 url("/images/arrow-down.svg") no-repeat center center/9px auto;
}

.projectitem_tsl .btn_th:after {
  display: none;
}

.projectitem_tsl .btn_th:hover {
  background: #ee7407 url("/images/arrow-down.svg") no-repeat center center/9px auto;
}

.projectitem_tsl .swiper-button-prev {
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.projectitem_tsl .swiper-button-next {
  bottom: 0;
  left: 0;
  top: initial;
}

.projectitem_text {
  margin-top: 20px;
  padding-left: 26px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  color: #000000;
  background: url("/images/imageo.svg") no-repeat left center/12px auto;
}

.projectitem_back {
  padding-bottom: 70px;
}

.projectitem_back a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #ee7407;
  background: url("/images/back-arrow.svg") no-repeat left center/14px auto;
  padding-left: 30px;
  margin-left: 100px;
}

.projectitem_back a:hover {
  color: #353535;
  background: url("/images/back-arrowb.svg") no-repeat left center/14px auto;
}

.sendok .errorpage_img {
  margin-right: 0;
  margin-left: 75px;
}

.sendok .btn span {
  color: #ee7407;
  border-bottom: 1px dashed #ee7407;
}

.sendok .btn .icon {
  background: url("/images/arrow-long.svg") no-repeat center center/19px auto;
}

.sendok .btn:hover span {
  color: #353535;
  border-bottom: 1px dashed #353535;
}

.sendok .btn:hover .icon {
  background: url("/images/arrow-longb.svg") no-repeat center center/19px auto;
}

.grey_box_head .btn {
  height: 51px;
  padding: 0 50px;
  margin-top: 30px;
}

.grey_box_head .btn span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.grey_box_head .btn:hover {
  border: 1px solid #ee7407;
}

.service .grey_box:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 53px;
  height: 59px;
  left: 100px;
  bottom: -18px;
  background: url("/images/icon4.svg") no-repeat center center/100% auto;
}

.service .grey_border {
  margin-bottom: 70px;
}

.service_steps {
  background: #f5f5f5;
  padding: 40px 0 40px;
}

.service_steps_title {
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  color: #000000;
  padding-left: 100px;
  padding-right: 100px;
  margin-bottom: 37px;
}

.service_steps_df {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -50px;
  margin-left: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.service_steps_df .item {
  min-width: calc(25% - 50px);
  max-width: calc(25% - 50px);
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-right: 5px;
}

.service_steps_df .item:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 7px;
  height: 10px;
  background: url("/images/list-arrowg.svg") no-repeat center center/7px auto;
  right: -28px;
  top: 22px;
}

.service_steps_df .item:last-child:before {
  display: none;
}

.service_steps_df .item .item_ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
  min-width: 55px;
  max-width: 55px;
  background: #ffffff;
  border-radius: 5px;
  font-size: 32px;
  font-weight: 300;
  color: #000000;
  margin-right: 22px;
}

.service_steps_df .item .item_text {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
  padding-top: 5px;
}

.service_headline_df {
  padding: 50px 100px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service_headline_title {
  min-width: 405px;
  max-width: 405px;
  padding-right: 55px;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ee7407;
}

.service_headline_title span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #000000;
}

.service_headline_text {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #000000;
}

.service_list .contractor_info {
  min-width: 100%;
  max-width: 100%;
  padding-right: 0;
}

.service_list_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -23px;
  margin-right: -23px;
  width: auto;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 25px;
}

.service_list_df .item {
  margin-left: 23px;
  margin-right: 23px;
  min-width: calc(50% - 46px);
  max-width: calc(50% - 46px);
  border: 5px solid #f1f1f1;
  margin-bottom: 45px;
  padding: 30px 65px;
  position: relative;
  padding-bottom: 70px;
  background: url("/images/slesho.webp") no-repeat right bottom/98px auto;
}

.service_list_df .item:before {
  content: '';
  position: absolute;
  z-index: 1;
}

.service_list_df .item:hover {
  border-color: #ee7407;
}

.service_list_df .item:hover .item_title {
  color: #ee7407;
}

.service_list_df .item_title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #171717;
  margin-bottom: 15px;
  -webkit-transition: .2s;
  transition: .2s;
}

.service_list_df .item_text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #000000;
}

.service_list_df .contractor_info {
  position: absolute;
  bottom: 30px;
  left: 65px;
}

.service_item_img {
  margin-bottom: 35px;
}

.service_item_img img {
  width: 100%;
}

.service_item_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 100px 35px;
}

.service_item {
  overflow: hidden;
}

.service_item_headline {
  min-width: 770px;
  max-width: 770px;
  padding-right: 70px;
}

.service_item_title {
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 30px;
}

.service_item_title:before {
  content: '';
  position: absolute;
  z-index: 1;
  height: 2px;
  bottom: 0;
  right: -20px;
  width: 2000px;
  background: #ee7407;
}

.service_item_title h2 {
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  color: #171717;
}

.service_item_text p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #171717;
  margin-bottom: 12px;
}

.service_item_text p b,
.service_item_text p strong {
  font-weight: 700;
}

.service_item_content {
  padding-top: 12px;
}

.service_item_ic {
  margin-bottom: 30px;
}

.service_item_content_title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.service_item_content_text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #1d1d1d;
  margin-bottom: 25px;
}

.service_item .main_about_item .btn span {
  color: #ee7407;
  border-bottom: 1px dashed #ee7407;
  font-size: 12px;
}

.service_item .main_about_item .btn .icon {
  background: url("/images/arrow-long.svg") no-repeat center center/19px auto;
}

.service_item .main_about_item .btn:hover span {
  color: #353535;
  border-bottom: 1px dashed #353535;
}

.service_item .main_about_item .btn:hover .icon {
  background: url("/images/arrow-longb.svg") no-repeat center center/19px auto;
}

.gallery_service_title {
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 40px;
}

.gallery_service_slider .btn_sl {
  margin-top: -20px;
}

.gallery_service_slider .btn_sl.swiper-button-prev {
  left: -23px;
}

.gallery_service_slider .btn_sl.swiper-button-next {
  right: -23px;
}

.gallery_service_slider {
  position: relative;
  margin-bottom: 65px;
}

.gallery_service {
  padding-bottom: 100px;
}

.servitempark {
  padding-top: 50px;
}

.service_item_ic img {
  width: 63px;
}

.main .cont {
  z-index: 1;
  background: #ffffff;
}

@media screen and (max-width: 1650px) {
  .main_about:before,
  .main_task:before {
    left: -150px;
  }
}

.slick-slide {
  padding: 0px 10px;
  cursor: pointer;
}

.slick-slide img {
  width: 100%;
}

.slick-slide .sertificats_text {
  display: none;
}

.slick-slide .slwr {
  padding: 10px;
  border: 1px solid #ececec;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(160, 75, 0, 0.07);
          box-shadow: 0px 3px 7px 0px rgba(160, 75, 0, 0.07);
  -webkit-transition: .2s;
  transition: .2s;
}

.slick-slide .slwr:hover {
  border: 1px solid #ee7407;
}

.slick-slide.slick-current.slick-active.slick-center .slwr {
  padding: 10px;
  border: 1px solid #ee7407;
}

.slick-slide.slick-current.slick-active.slick-center .sertificats_text {
  display: block;
}

.slick-slide.slick-current.slick-active.slick-center .fan {
  display: block;
}

.slick-slide.slick-current.slick-active.slick-center .nofan {
  display: none;
}

.slick-slide .fan {
  display: none;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sertificats_text {
  display: block;
  opacity: 1;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  color: #3b3e40;
  padding-top: 15px;
}

.gallery_service_slider .swiper-slide a {
  position: relative;
}

.gallery_service_slider .swiper-slide a:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)));
  background: linear-gradient(rgba(255, 255, 255, 0.4));
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

.gallery_service_slider .swiper-slide a:hover:before {
  opacity: 1;
}

.btn_file_reset {
  display: none;
  height: 40px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  width: 190px;
}

.btn_file_reset span {
  font-weight: 400;
  color: #3f3c37;
  font-size: 14px;
  padding-left: 27px;
  background: url("/images/cancel-file.svg") no-repeat left center/15px auto;
}

.btn_file_reset:hover {
  border: 1px solid #ee7407;
}



#recaptcha1 {
    transform:scale(0.90);
	transform-origin:0 0;
	position:relative;
	top:3px
}


@media screen and (max-width: 1370px) {
	#recaptcha1 {
		transform:scale(0.9);
		transform-origin:0 0;
	}
}

@media screen and (max-width: 768px) {
	#recaptcha1 {
		transform:scale(1);
	}
}

input.invalid, textarea.invalid{border-color:red!important}

.attach {
  position: relative;
  top:-3px
}
.attach.loaded .attach__btn {
  background-color: #e5dbd7;
  pointer-events: none;
}
.attach.loaded .attach__status {
  font-size: 0;
}
.attach.loaded .attach__status i {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.attach.loaded .attach__del {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.attach__topic {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #212121;
  padding-bottom: 17px;
}
@media (max-width: 575px) {
  .attach__topic {
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 13px;
  }
}
.attach__topic mark {
  background-color: transparent;
  color: #ec2626;
}
.attach__dyad {
 display: block;
}
@media (max-width: 767px) {
  .attach__dyad {
    display: block;
  }
}
.attach__btn {
  position: relative;
  background-color: gray;
  border: none;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #ffffff;
  padding: 12px 10px;
  min-width: 213px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.attach__btn:hover {
  background-color: #000;
}
.attach__btn i {
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 13px;
}
.attach__btn i img, .attach__btn i svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.attach__btn label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.attach__btn input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: -1;
  pointer-events: none;
}
.attach__twain {
  width:100%;text-align:center;
  display: block;
  padding-top:5px
}
@media (max-width: 767px) {
  .attach__twain {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}
.attach__status {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #adadad;
}
.attach__status i {
  display: none;
  min-width: 18px;
  max-width: 18px;
  height: 23px;
  margin-right: 15px;
}
@media (max-width: 575px) {
  .attach__status i {
    min-width: 14px;
    max-width: 14px;
    height: 18px;
    margin-right: 12px;
  }
}
.attach__status i img, .attach__status i svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.attach__del {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #2c2c2c;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position:relative;
  top:5px
}
.attach__del i {
  min-width: 18px;
  max-width: 18px;
  height: 14px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 15px;
}
.attach__del i img, .attach__del i svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.attach__del i img path, .attach__del i svg path {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.attach__del:hover {
  color: #ee7407;
}
.attach__del:hover i svg path {
  fill: #ee7407;
}
.attach__note {
  padding-top: 5px;
  font-size: 10px;
  line-height: 18px;
  font-weight: 400;
  color: #141414;
  text-align:center;
  line-height:1.2
}
@media (max-width: 575px) {
  .attach__note {
    font-size: 10px;
    line-height: 16px;
    padding-top: 12px;
  }
}