h1,
h2,
h3,
h4,
h5,
h6,
span,
p {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: Montserrat;
}

a {
  text-decoration: none !important;
  transition: 0.3s ease all;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

button {
  border: none;
  outline: none;
  transition: 0.3s ease all;
  /* pointer-events: none; */
}

button.active {
  pointer-events: all;
}

.wrapper {
  overflow: hidden;
  width: 100%;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

header {
  background-color: #011941;
}

header .header_block {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
  align-items: center;
}

header .logo img{
    width: 176px;
}

header .header_block .menu ul {
  display: flex;
  align-items: center;
  gap: 32px;
}

header .header_block .menu ul li a {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #fff;
}

header .header_block .menu ul li a:hover {
  opacity: 0.7;
}

header .header_block .phones_block {
  display: flex;
  gap: 24px;
}

header .header_block .phones_block .numbers a {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  border-bottom: 4px dotted #fff;
  padding-bottom: 2px;
}

header .header_block .phones_block .numbers a:hover {
  opacity: 0.7;
}

header .header_block .phones_block .numbers p {
  display: flex;
  align-items: center;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

header .header_block .phones_block .numbers p img {
  margin-right: 8px;
}

header .header_block .phones_block .btns_phone a {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  background-color: #f55102;
  padding: 20px 42px;
  display: block;
}

header .header_block .phones_block .btns_phone a:hover {
  opacity: 0.7;
}

header .header_block .phones_block .btns_phone button {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  background-color: #f55102;
  padding: 20px 42px;
  display: block;
}

header .header_block .phones_block .btns_phone button:hover {
  opacity: 0.7;
}

header .header_block .phones_block .btns_phone a img {
  display: none;
}

header .header_block .open_menu {
  width: 37px;
  height: 37px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  border: 2px solid #f55102;
  background: transparent;
  transition: 0.3s ease all;
}

header .header_block .open_menu:hover {
  background: #f55102;
}

header .header_block .open_menu .close {
  display: none;
}

header .header_block .open_menu.active .close {
  display: block;
}

header .header_block .open_menu.active .burger {
  display: none;
}

.head_mob {
  z-index: 99;
  position: fixed;
  top: 158px;
  left: 0;
  width: 100%;
  height: calc(100vh - 113px);
  background: #011941;
  overflow: auto;
  padding: 32px 20px;
  opacity: 0;
  transition: 0.3s ease all;
  pointer-events: none;
  display: none;
}

.head_mob.active {
  opacity: 1;
  pointer-events: all;
}

.head_mob .head_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
  height: 100%;
}

.head_mob .head_wrap .head_links {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.head_mob .head_wrap .head_links .accordion-button,
.head_mob .head_wrap .head_links .nav_link {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.head_mob .head_wrap .head_links .accordion-button::after,
.head_mob .head_wrap .head_links .nav_link::after {
  display: none;
}

.head_mob .head_wrap .head_links .accordion-button.child,
.head_mob .head_wrap .head_links .nav_link.child {
  text-transform: none;
}

.head_mob .head_wrap .head_links .accordion-button img,
.head_mob .head_wrap .head_links .nav_link img {
  transition: 0.3s ease all;
}

.head_mob .head_wrap .head_links .accordion-button:not(.collapsed) img,
.head_mob .head_wrap .head_links .nav_link:not(.collapsed) img {
  transform: rotate(-90deg);
  margin-top: -2px;
}

.head_mob .head_wrap .head_links .accordion {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.head_mob .head_wrap .head_links .accordion.child {
  gap: 14px;
}

.head_mob .head_wrap .head_links .accordion.child .accordion-body a {
  font-size: 12px;
}

.head_mob .head_wrap .head_links .accordion-item {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.head_mob .head_wrap .head_links .accordion-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
}

.head_mob .head_wrap .head_links .accordion-body a {
  font-family: "Montserrat";
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 4%;
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.head_mob .head_wrap .head_links .accordion-item,
.head_mob .head_wrap .head_links .accordion-button {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
}

.head_mob .head_wrap .head_email {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
}

.head-menu {
  position: absolute;
  z-index: 1;
  top: 24px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  /* z-index: 99; */
  transition: all 0.3s ease;
  display: flex;
  background: #fff;
  padding: 20px 40px 20px 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  width: 820px;
}

.head-menu.active {
  opacity: 1;
  z-index: 99;
  top: 34px;
  pointer-events: all;
}

.head-menu .menu__sidebar {
  display: flex;
  flex-direction: column;
  min-width: 241px;
}

.head-menu .menu__sidebar .menu__tab {
  padding: 15px 16px;
  background: #fff;
  border: none;
  text-align: left;
  font-weight: 600;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #011941;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head-menu .menu__sidebar .menu__tab.active {
  background: #f5f6f8;
}

.head-menu .menu__sidebar .menu__tab:hover {
  background: #e0e0e0;
}

.head-menu .menu__content {
  margin-left: 30px;
  flex: 1;
}

.head-menu .menu__content .menu__info {
  display: none;
}

.head-menu .menu__content .menu__info.active {
  display: block;
}

.head-menu .menu__content .menu__info h2 {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 700;
}

.head-menu .menu__content .menu_links {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}

.head-menu .menu__content .menu_links .menu_link {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.head-menu .menu__content .menu_links .menu_link a {
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #011941;
}

.bredhours {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bredhours .item {
  display: flex;
  position: relative;
}

.bredhours .item::after {
  content: "";
  position: absolute;
  background-image: url(../img/Line.png);
  height: 28px;
  width: 2px;
  right: -26px;
  top: 50%;
  transform: translate(0, -50%);
}

.bredhours .item .hours {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bredhours .item p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #011941;
}

.bredhours .item p img {
  margin-right: 8px;
}

.bredhours .item p span {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

.bredhours .item p a {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--bs-body-color);
  transition: all 0.3s ease;
  cursor: pointer;
}
.bredhours .item p a:hover {
  color: #f55102;
}

.bredhours .item:last-child::after {
  content: none;
}

.menu_child {
  background-color: #011941;
  padding: 24px 0 20px 0;
}

.menu_child .menus_ch {
  position: relative;
}

.menu_child .menus_ch ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.menu_child .menus_ch ul li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.menu_child .menus_ch ul li a {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 4%;
  color: rgba(255, 255, 255, 0.8);
  opacity: 80%;
  position: relative;
  text-transform: uppercase;
}

.menu_child .menus_ch ul li a:hover {
  opacity: 0.7;
}

.menu_child .menus_ch ul li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #ccd1d9;
}

.menu_child .menus_ch ul li a img {
  margin-left: 4px;
}

.menu_child .menus_ch ul .afters_a {
  position: relative;
  margin-right: 32px;
}

.menu_child .menus_ch ul .afters_a::before {
  content: "";
  position: absolute;
  background: url(../img/Line2.svg);
  height: 28px;
  width: 2px;
  right: -32px;
  top: -6px;
}

.breadcrumbs_site {
  padding: 20px 0 32px 0;
}

.breadcrumbs_site .breadcrumbs ul {
  display: flex;
  align-items: center;
  gap: 6px;
}

.breadcrumbs_site .breadcrumbs ul li {
  display: flex;
  align-items: baseline;
}

.breadcrumbs_site .breadcrumbs ul li img {
  margin-right: 6px;
}

.breadcrumbs_site .breadcrumbs ul li:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumbs_site .breadcrumbs ul a {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #011941;
  border-bottom: 1px solid #011941;
  display: block;
}

.info_form {
  padding-bottom: 42px;
}

.info_form .titles_forms {
  margin-bottom: 32px;
}

.info_form .titles_forms h3 {
  color: #011941;
  font-family: "Roboto Flex";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  /* 116.667% */
}

.info_form .titles_forms h3 span {
  color: #0099e2;
}

.info_form .items_services {
  display: flex;
  gap: 32px;
  margin-bottom: 40px;
}

.info_form .items_services .item {
  display: flex;
  align-items: center;
}

.info_form .items_services .item p {
  color: #011941;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 125% */
  margin-left: 12px;
}

.info_form .img_shlan img {
  border-radius: 12px;
  max-width: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: 350px;
}

.info_form .img_shlan .img-fluid {
  -o-object-fit: cover;
  object-fit: cover;
}

.info_form .item .top_info {
  display: flex;
  align-items: center;
  gap: 24px;
}

.info_form .item .top_info h3 {
  font-family: Roboto Flex;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0%;
  color: #011941;
}

.info_form .item .bottom_infoes {
  margin-top: 24px;
}

.info_form .item .bottom_infoes p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #011941;
}

.info_form .item .bottom_infoes .items_end {
  margin-top: 24px;
}

.info_form .item .bottom_infoes .items_end .items {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.info_form .item .bottom_infoes .items_end .items:last-child {
  margin-bottom: 0;
}

.info_form .item .bottom_infoes .items_end .items h3 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #011941;
}

.info_form .item .bottom_infoes .items_end .items h3 img {
  margin-right: 10px;
}

.info_form .item .bottom_infoes .items_end .items p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
}
.info_form .item .bottom_infoes .items_end .items a {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0rem;
  color: var(--bs-body-color);
  transition: all 0.3s ease;
  cursor: pointer;
}

.info_form .item .bottom_infoes .items_end .items a:hover {
  color: #f55102;
}

.info_form .item .bottom_infoes .items_end .items .line {
  border-bottom: 1px solid #011941;
}

.links .line:first-child {
  display: none;
}

.form_boxs {
  display: flex;
  justify-content: end;
}

.form_boxs .form-box {
  background: #f5f6f7;
  border-radius: 12px;
  padding: 0;
  width: 100%;
}

.form_boxs {
  padding: 24px;
  border-radius: 12px;
  background: #f5f6f7;
}

.form_boxs.form_boxs1 {
  padding: 0;
}

.form_boxs .all_inputs {
  display: flex;
  gap: 16px;
}

.form_boxs .input-group input {
  height: 60px;
  top: 164px;
  left: 24px;
  border-radius: 2px;
  border-width: 2px;
  outline: none;
  border: 2px solid rgba(1, 25, 65, 0.5019607843);
  background: #f5f6f7;
}

.form_boxs .form-box h3 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #011941;
  margin-bottom: 20px;
}

.form_boxs .inputs_s {
  border: 2px solid #f55102;
  border-radius: 2px;
  width: 284px;
  height: 60px;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #fff;
}

.form_boxs .upload-section {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 40px;
  cursor: pointer;
}

.form_boxs .upload-section::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(19, 35, 48, 0) 0%,
    #132330 50.49%,
    rgba(19, 35, 48, 0) 100%
  );
}

.form_boxs .upload-section span {
  color: #f05a00;
  font-weight: 600;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.form_boxs .formats {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #011941;
}

.form_boxs .input-group {
  display: flex;
  gap: 16px;
}

.form_boxs .input-group button,
.form_boxs .input-group input {
  max-width: 284px;
  width: 284px;
}

.form_boxs .input-group input,
.form_boxs .input-group textarea {
  flex: 1;
  padding: 20px 32px;
  font-size: 14px;
  border-radius: 2px;
  box-sizing: border-box;
}

.form_boxs .input-group input::-moz-placeholder,
.form_boxs .input-group textarea::-moz-placeholder {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #011941;
}

.form_boxs .input-group input[type="submit"] {
  padding-left: 48px;
  text-align: left;
  background-color: #d44e00;
}

.form_boxs input[type="file"] {
  display: none;
}

.form_boxs .input-group input::placeholder,
.form_boxs .input-group textarea::placeholder {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #011941;
}

.form_boxs .input-group textarea {
  padding: 16px 20px;
  width: 100%;
  /* height: 84%; */
  resize: none;
}

.form_boxs .input-group textarea::-moz-placeholder {
  opacity: 0.7;
}

.form_boxs .input-group textarea::placeholder {
  opacity: 0.7;
}

.form_boxs .input-group .mob-textarea {
  display: none;
}

.form_boxs textarea {
  width: 283;
  height: 136;
  top: 164px;
  left: 323px;
  border-radius: 2px;
  border-width: 2px;
  border: 2px solid rgba(1, 25, 65, 0.5019607843);
  background: #f5f6f7;
  outline: none;
}

.form_boxs textarea::-moz-placeholder {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #011941;
  opacity: 0.7;
}

.form_boxs textarea::placeholder {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #011941;
  opacity: 0.7;
}

.form_boxs .input-group p {
  width: 100%;
}

.form_boxs .submit-btn,
.form_boxs input[type="submit"] {
  background-color: #f05a00;
  color: white;
  font-weight: bold;
  padding: 14px;
  font-family: Montserrat;
  border: none;
  width: 100%;
  height: 60px;
  border-radius: 2px;
  font-size: 16px;
  cursor: pointer;
}

.form_boxs input[type="submit"] {
  background-image: url("../img/healthicon.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 48px) center;
}

.form_boxs .submit-btn:hover,
.form_boxs input[type="submit"]:hover {
  background-color: #d44e00;
}

.form_boxs .notice {
  margin-top: 8px;
  font-size: 12px;
  color: rgba(1, 25, 65, 0.6980392157);
  text-align: justify;
}

.form_boxs1 {
  justify-content: normal;
}

.details {
  background: url(../img/bg_details.png);
  padding: 42px 0 59px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.details.about_inside {
  padding: 0;
  background-color: #011941;
  background-image: url(../img/back-about.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.details.about_inside .logos_all {
  gap: 32px;
  padding: 72px 24px 80px 24px;
  backdrop-filter: blur(40.20000076293945px);
  margin-left: auto;
  background: #d9d9d905;
  border-bottom-right-radius: 24px;
  width: fit-content;
  align-items: flex-start;
}

.details.about_inside .logos_all p {
  font-size: 16px;
  max-width: 676px;
  color: white;
}
.details.about_inside .logos_all p span {
  font-size: 18px;
  font-weight: 700;
}
.details.about_inside .logos_all p b {
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .details.about_inside {
    padding: 0;
    background: #011941;
    background-position: left bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: lighten;
  }
  .details.about_inside .logos_all .top_logo img {
    max-width: 357px;
  }
  .details.about_inside .logos_all {
    gap: 32px;
    padding: 40px 0;
    backdrop-filter: none;
    margin-left: auto;
    background: transparent;
    border-bottom-right-radius: 0;
    width: fit-content;
    align-items: flex-start;
  }

  .details.about_inside .logos_all p {
    font-size: 16px;
    max-width: 676px;
    color: white;
  }
  .details.about_inside .logos_all p span {
    font-size: 16px;
  }
  .details.about_inside .logos_all p b {
    font-size: 16px;
  }
}

.details .details_title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.details .details_title h3 {
  font-family: Roboto Flex;
  font-weight: 700;
  font-size: 42px;
  line-height: 46px;
  letter-spacing: 0%;
  color: #fff;
}

.details .details_title a {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  padding: 16px 32px;
  background: #f55102;
}

.details .details_title a:hover {
  opacity: 0.7;
}

.details .items {
  background: rgba(1, 25, 65, 0.6);
  padding: 24px;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  border-radius: 12px;
  margin-bottom: 24px;
  height: calc(100% - 24px);
}

.details .items .top_info {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}

.details .items .top_info h4 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  margin-left: 16px;
}

.details .items .btm_info p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #cdd2da;
  max-width: 478px;
}

.details .logos_all {
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: end;
  padding-top: 123px;
}

.details .logos_all .top_logo img {
  max-width: 516px;
}

.details .logos_all .top_logo p {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin-top: 32px;
  margin-bottom: 20px;
}

.details .logos_all .items_logos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6px;
}

.delevery {
  padding: 42px 0;
}

.delevery .title_delivery {
  margin-bottom: 32px;
}

.delevery .title_delivery h2 {
  font-family: Roboto Flex;
  font-weight: 700;
  font-size: 42px;
  line-height: 46px;
  letter-spacing: 0%;
  color: #0099e2;
}

.delevery .title_delivery h2 span {
  color: #011941;
}

.delevery .items_del {
  background: #f5f6f7;
  padding: 24px 24px 18px;
  border-radius: 12px;
  min-height: 216px;
}

.delevery .items_del .top_inf {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}

.delevery .items_del .top_inf img {
  margin-right: 8px;
}

.delevery .items_del .top_inf p {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #011941;
}

.delevery .items_del .main_inf p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #011941;
}

.delevery .items_del .bottom_s {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  gap: 40px;
}

.delevery .items_del .bottom_s img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.price {
  padding: 42px 0;
}

.price .proce_block .title {
  margin-bottom: 32px;
}

.price .proce_block .title h2 {
  color: #011941;
  font-family: "Roboto Flex";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 109.524% */
}

.price .table_blocks .tabs {
  display: flex;
  gap: 44px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.price .table_blocks .tab {
  color: #011941;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  background-color: transparent;
  border: none;
}

.price .table_blocks .tab.active {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 16px 32px;
  border-radius: 2px;
  background: #0099e2;
  border: none;
  text-decoration: none;
}

.price .table_blocks .table-container {
  overflow-x: auto;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  60% {
    opacity: 0.7;
    /* transform: translateY(-1px) scale(1); */
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.price .table_blocks .table-container table.hide {
  display: none;
}
.price .table_blocks .table-container table.show {
  display: table;
  animation: fadeInUp 0.7s ease forwards;
}

.price .table_blocks table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}

.price .table_blocks th,
.price .table_blocks td {
  border: 1px solid #ccc;
  text-align: center;
}

.price .table_blocks td {
  background-color: #f5f6f7;
  color: #011941;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  padding: 24px;
}

.price .table_blocks th {
  color: #011941;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 125% */
  padding: 28px;
}

.price .table_blocks th.highlight,
.price .table_blocks td.highlight {
  color: #f55102;
  font-weight: 700;
}

.price .dop_infs {
  margin-top: 32px;
}

.price .dop_infs h4 {
  color: #011941;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
  margin-bottom: 5px;
}

.price .dop_infs ul li {
  color: #011941;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.equipment {
  background: url(../img/eq2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 42px 0;
}

.equipment .group_eq {
  border-radius: 12px;
  background-color: #f5f6f7;
  padding: 32px;
  border-bottom: 10px solid #f55102;
}

.equipment .group_eq .tem_equipemtn {
  display: flex;
  align-items: center;
  gap: 25px;
}

.equipment .group_eq .tem_equipemtn.hide {
  display: none;
}
.equipment .group_eq .tem_equipemtn.show {
  display: flex;
  animation: fadeInUp 0.7s ease forwards;
}

.equipment .group_eq .tem_equipemtn .img_eq {
  max-width: 400px;
  max-height: 260px;
  flex: 1 0 100%;
}
.equipment .group_eq .tem_equipemtn .img_eq img {
  width: 100%;
  height: 100%;
  /* max-width: 260px; */
  object-fit: contain;
  mix-blend-mode: multiply;
}

.equipment .group_eq .tem_equipemtn .info_equip h3 {
  color: #011941;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}

.equipment .group_eq .tem_equipemtn .info_equip .items_s {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap: 53px; */
  margin-bottom: 10px;
}

.equipment .group_eq .tem_equipemtn .info_equip .items_s h4 {
  color: #011941;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 133.333% */
}

.equipment .group_eq .tem_equipemtn .info_equip .items_s p {
  color: #011941;
  text-align: right;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: 0.56px;
  text-transform: uppercase;
}

.equipment .other_equipment {
  margin-top: 32px;
}

.equipment .other_equipment h4 {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 20px;
}

.equipment .other_equipment .items_other {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.equipment .other_equipment .items_other .wraper-img-equip {
  max-height: 120px;
  max-width: 183px;
  /* -o-object-fit: cover; */
  /* object-fit: cover; */
  border-radius: 12px;
  overflow: hidden;
  background-color: #011941;
  display: flex;
  justify-content: center;
  align-items: center;
}
.equipment .other_equipment .items_other .wraper-img-equip.active {
  background-color: #0099e2;
}

.equipment .other_equipment .items_other .items_other_img {
  width: 100%;
  max-width: 163px;
  max-height: 100px;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  /* mix-blend-mode: multiply; */
}

.equipment .other_equipment .items_other .wraper-img-equip {
  max-height: 120px;
  max-width: 183px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #011941;
}

.equipment .title {
  margin-bottom: 32px;
}

.equipment .title h2 {
  color: #011941;
  font-family: "Roboto Flex";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 109.524% */
}

.consultation {
  padding: 42px 0 42px 0;
}

.consultation .consultion_block .info_const .tops h3 {
  color: #011941;
  font-family: "Roboto Flex";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 109.524% */
  margin-bottom: 32px;
  max-width: 589px;
}

.consultation .consultion_block .info_const .tops h3 span {
  color: #0099e2;
}

.consultation .consultion_block .info_const .tops p {
  color: #011941;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 130% */
  margin-bottom: 18px;
  max-width: 576px;
}

.consultation .consultion_block .info_const .info_child p {
  color: #011941;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  /* 130% */
  margin-bottom: 14px;
}

.consultation .consultion_block .info_const .info_child p:last-child {
  margin-bottom: 0;
}

.consultation .consultion_block .info_const .info_child p img {
  margin-right: 8px;
}

.consultation .consultion_block .info_const .btns {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.consultation .consultion_block .info_const .btns .btns1 {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 20px 32px;
  border-radius: 2px;
  background: #f55102;
  display: flex;
  align-items: center;
  height: 60px;
}

.consultation .consultion_block .info_const .btns .btns1:hover {
  opacity: 0.7;
}

.consultation .consultion_block .info_const .btns .btns1 img {
  margin-left: 12px;
}

.consultation .consultion_block .info_const .btns .btns2 {
  color: #011941;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 20px 32px;
  border-radius: 2px;
  border: 2px solid #011941;
  background: #fff;
  display: flex;
  align-items: center;
  height: 60px;
}

.consultation .consultion_block .info_const .btns .btns2:hover {
  opacity: 0.7;
}

.consultation .consultion_block .info_const .btns .btns2 img {
  margin-left: 12px;
}

.consultation .consultion_block .info_user {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  max-height: 440px;
}

.consultation .consultion_block .info_user img {
  border-radius: 12px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.consultation .consultion_block .info_user .text_users {
  background: #0099e2;
  padding: 17px 30px;
  width: 327px;
  position: absolute;
  z-index: 100;
  bottom: 0px;
  left: 0;
  border-bottom-left-radius: 12px;
}

.consultation .consultion_block .info_user .text_users::after {
  content: "";
  position: absolute;
  right: -8px;
  top: 10px;
  width: 8px;
  height: 100%;
  background: #fff;
}

.consultation .consultion_block .info_user .text_users h4 {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  /* 162.5% */
}

.consultation .consultion_block .info_user .text_users p {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 185.714% */
  letter-spacing: 0.56px;
  text-transform: uppercase;
}

.consultation .consultion_block .askeds {
  margin-top: 84px;
}

.consultation .consultion_block .askeds .title h2 {
  color: #011941;
  font-family: "Roboto Flex";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 109.524% */
  margin-bottom: 32px;
}

.consultation .consultion_block .accordions .accordion-item {
  border: none;
  background-color: #f5f6f7;
  margin-bottom: 16px;
  border-radius: 12px;
}

.consultation .consultion_block .accordions .accordion-item .accordion-body {
  padding: 0 27px 27px;
}

.consultation .consultion_block .accordions .accordion-header button {
  color: #011941;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: transparent;
  box-shadow: none;
  padding: 32px 32px 24px;
}

.consultation2 .consultion_block .info_user {
  height: 366px;
}

.example_s {
  background-image: url(../img/bg_example.png);
  padding: 42px 0;
  margin-bottom: 42px;
}

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

.example_s .examples_block .item .title h2 {
  color: #fff;
  font-family: "Roboto Flex";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 109.524% */
  margin-bottom: 32px;
}

.example_s .examples_block .items {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: end;
}

.example_s .examples_block .items::after {
  content: "";
  position: absolute;
  left: 100px;
  height: 100%;
  width: 1px;
  background: linear-gradient(
    0deg,
    rgba(19, 35, 48, 0) 0%,
    #ffffff 50.49%,
    rgba(19, 35, 48, 0) 100%
  );
}

.example_s .examples_block .form-block {
  flex: 1 1 300px;
  width: 376px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
}
.example_s .examples_block .form-block .form-box {
  flex: 1 1 300px;
  max-width: 376px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
}
.example_s .examples_block .form-block .all_inputs {
  flex-direction: column-reverse;
  gap: 0;
}
.example_s .examples_block .form-block .upload-section {
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.example_s .examples_block .form-block .upload-section::after {
  display: none;
}
.example_s .examples_block .form-block .upload-section .inputs_s {
  max-width: 100%;
  width: 100%;
}
.example_s .examples_block .form-block .upload-section .formats {
  color: white;
}

.example_s .examples_block .form-block h2 {
  margin-bottom: 20px;
}

.example_s .examples_block .form-block button,
.example_s .examples_block .form-block input,
.example_s .examples_block .form-block textarea {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  border: none;
  font-size: 14px;
  border-radius: 4px;
}

.example_s .examples_block .form-block input {
  height: 60px;
  border-radius: 2px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: #fff;
  border-radius: 2px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: #fff;
  outline: none;
  font-size: 16px;
  padding-left: 32px;
}

.example_s .examples_block .form-block input[type="submit"] {
  background-color: #d44e00;
  background-image: url(../img/healthicon.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 48px) center;
  border: none;
}

@media (max-width:992px) {
    .example_s .examples_block .form-block input[type="submit"]{
        background-position: calc(100% - 75px) center;
        padding-left: 70px;
    }
    
}

.example_s .examples_block .form-block .notice {
  color: white;
}
.example_s .examples_block .form-block .wpcf7-spinner {
  height: 0;
  width: 0;
  transform: scaleY(0);
  margin: 0;
  padding: 0;
  display: inline;
}

.wpcf7-spinner {
  height: 0;
  width: 0;
  transform: scaleY(0);
  margin: 0;
  padding: 0;
  display: inline;
}

.example_s .examples_block .form-block input::-moz-placeholder {
  border-radius: 2px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: #fff;
}

.example_s .examples_block .form-block input::placeholder {
  border-radius: 2px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: #fff;
}

.example_s .examples_block .form-block textarea {
  border-radius: 2px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background: #fff;
  padding: 18px 20px 0px 32px;
  outline: none;
  height: 60px;
}

.example_s .examples_block .form-block button {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 16px 20px;
  height: 60px;
  border-radius: 2px;
  background: linear-gradient(88deg, #b03b08 -7.7%, #f55102 101.38%), #f55102;
  margin-top: 10px;
}

.example_s .examples_block .form-block button:hover {
  opacity: 0.7;
}

.example_s .examples_block .form-block .notice {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 133.333% */
  max-width: 233px;
  margin: 0;
}

.example_s .examples_block .form-block .notice br {
  display: none;
}

.example_s .examples_block .form-block .upload-button {
  color: #f55102;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: #fff;
  border-radius: 2px;
  border: 2px solid #f55102;
  background: #fff;
  height: 60px;
}

.example_s .examples_block .form-block .upload-button img {
  margin-left: 12px;
}

.example_s .examples_block .form-block .upload-section .formats {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  width: 284px;
  margin:0 auto 24px auto;
}

.example_s .examples_block .form-block .upload-section .formats br {
  display: none;
}

.example_s .examples_block .swiper-section {
  position: relative;
  flex: 1 1 400px;
  max-width: 600px;
}

.example_s .examples_block .swiper-section .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.example_s .examples_block .swiper-section .arrow_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.example_s .examples_block .swiper-section .arrow_wrap .swiper-button-next,
.example_s .examples_block .swiper-section .arrow_wrap .swiper-button-prev {
  position: static;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f55102;
}

.example_s
  .examples_block
  .swiper-section
  .arrow_wrap
  .swiper-button-next::after,
.example_s
  .examples_block
  .swiper-section
  .arrow_wrap
  .swiper-button-prev::after {
  font-size: 10px;
  color: #fff;
}

.example_s .examples_block .swiper-section h2 {
  margin-bottom: 20px;
}

.example_s .examples_block .slider_wrap {
  position: relative;
}

.example_s .examples_block .slider_wrap::after {
  content: "";
  position: absolute;
  top: 12px;
  right: -12px;
  width: 586px;
  height: 361px;
  border-radius: 12px;
  border: 6px solid #ffffff;
  opacity: 0.3;
}

.example_s .examples_block .swiper {
  width: 100%;
  height: 360px;
}

.example_s .examples_block .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.example_s .examples_block .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 8px;
  height: 8px;
}

.example_s .examples_block .swiper-pagination-bullet-active {
  background: #ff5a00;
  width: 12px;
  height: 12px;
}

.example_s .examples_block .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.example_s .examples_block .items h2 {
  color: #fff;
  font-family: "Roboto Flex";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  /* 109.524% */
  margin-bottom: 32px;
}

.services {
  padding: 42px 0;
}

.services_wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.services_wrap .top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.services_wrap .top h2 {
  font-family: "Roboto Flex";
  font-weight: 700;
  font-size: 42px;
  line-height: 46px;
  color: #011941;
}

.services_wrap .top p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #011941;
}

.services_wrap .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.services_wrap .items .item {
  position: relative;
  border-radius: 12px;
  padding: 20px 46px 20px 20px;
  background: rgba(1, 25, 65, 0.0392156863);
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
}
.services_wrap .items .item:nth-child(n + 5) {
  display: none;
}
.services_wrap .items.open .item:nth-child(n + 5) {
  display: flex;
}

.services_wrap .items .item .item_img {
  display: flex;
  align-items: center;
  gap: 20px;
}

.services_wrap .items .item .item_img img {
  width: 80px;
  height: 80px;
  border-radius: 12px;
}

.services_wrap .items .item .item_img b {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #011941;
}

.services_wrap .items .item .links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.services_wrap .items .item .links a {
  white-space: nowrap;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: rgba(1, 25, 65, 0.6980392157);
  border-bottom: 1px solid rgba(1, 25, 65, 0.6980392157);
}

.services_wrap .items .item .links a:hover {
  opacity: 0.7;
}

.services_wrap .items .item .links .line {
  width: 1px;
  height: 17px;
  background-image: url(../img/Line.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.services_wrap .items .item .item_link {
  width: 100px;
  height: 100px;
  padding: 18px 17px;
  border-radius: 100%;
  background: #f55102;
  position: absolute;
  bottom: -50px;
  right: -50px;
}

.services_wrap .items .item .item_link:hover {
  opacity: 0.7;
}

.services_wrap .service_btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 2px;
  background: #f55102;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  transition: 0.3s ease all;
}

.services_wrap .service_btn:hover {
  opacity: 0.7;
}

.offer {
  padding: 42px 0;
}

.offer_wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.offer_wrap .top {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.offer_wrap .top h3 {
  font-family: "Roboto Flex";
  font-weight: 700;
  font-size: 42px;
  line-height: 46px;
  color: #011941;
  max-width: 965px;
}

.offer_wrap .top h3 span {
  color: #0099e2;
}

.offer_wrap .texts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.offer_wrap .texts p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 20px;
}

.description {
  padding: 42px 0;
}

.description .wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.description .wrap h1 {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 46px;
  line-height: 1;
}
.description .wrap h2 {
}
.description .wrap h3 {
}
.description .wrap h4 {
}

.description .wrap p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  /* color: #011941; */
}

.home {
  background-image: url(../img/home_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 53px 0px 66px;
}

.home .home_wrap {
  position: relative;
}

.home .info_form {
  max-width: 800px;
  padding: 0;
}

.home .info_form .titles_forms {
  margin-bottom: 32px;
}

.home .info_form .titles_forms h3 {
  color: #fff;
  font-family: "Roboto Flex";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  /* 116.667% */
}

.description .wrap ul {
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: disc;
}
.description .wrap ol {
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: decimal;
}
.description .wrap ol li {
  list-style: decimal;
  font-size: 20px;
  line-height: 1.1;
}

.description .wrap ul li {
  list-style: disc;
  font-size: 20px;
  line-height: 1.1;
}

.home .info_form .titles_forms h3 span {
  color: #0099e2;
}

.home .info_form .items_services .item:nth-child(3) {
  display: none;
}

.home .info_form .items_services .item p {
  color: #fff;
}

.home .info_form .form_boxs {
  max-width: 630px;
  /* padding: 24px; */
}

.form-p .form_boxs {
  padding: 24px;
}

.home .home_img {
  position: absolute;
  top: -35px;
  right: -228px;
}

.custom {
  margin-top: 159px;
  padding-bottom: 42px;
  background: #011941;
}

.custom .custom_wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.custom .custom_wrap .box {
  padding: 32px;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #f5f6f8;
  border-bottom: 10px solid #f55102;
  margin-top: -117px;
}

.custom .custom_wrap .box h3 {
  font-family: "Roboto Flex";
  font-weight: 700;
  font-size: 42px;
  line-height: 46px;
  color: #011941;
}

.custom .custom_wrap .box p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #011941;
}

.custom .custom_wrap .body {
  display: flex;
  flex-direction: column;
}

.custom .custom_wrap .body .top_btns {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}

.custom .custom_wrap .body .top_btns a {
  padding: 16px 32px;
  border-radius: 2px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
}
.custom .custom_wrap .body .top_btns .custom_btn_btn {
  padding: 16px 32px;
  border-radius: 2px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  background: none;
}

.custom .custom_wrap .body .top_btns a:nth-child(1) {
  background: #0099e2;
}
.custom .custom_wrap .body .top_btns .custom_btn_btn.active {
  background: #0099e2;
}

.custom .custom_wrap .body .cards .row {
  display: none;
}
.custom .custom_wrap .body .cards .row.show {
  display: flex;
  animation: fadeInUp 0.7s ease forwards;
}

.custom .custom_wrap .body .cards .row .col-12.col-sm-6:nth-child(n + 9) {
  display: none;
}
.custom .custom_wrap .body .cards .row.open .col-12.col-sm-6:nth-child(n + 9) {
  display: block;
}

.custom .custom_wrap .body .card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background: #ffffff;
  overflow: hidden;
  height: 100%;
  justify-content: space-between;
}

.custom .custom_wrap .body .card .card_img {
  width: 100%;
  height: 183px;
  overflow: hidden;
  display: inline-table;
}

.custom .custom_wrap .body .card .card_img img {
  width: 100%;
  height: 100%;
  height: 186px;
  -o-object-fit: cover;
  object-fit: cover;
}



.custom .custom_wrap .body .card_info {
  padding: 20px 18px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  /* height: 100%; */
}

.custom .custom_wrap .body .card_info p {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #011941;
  line-height: 1.5;
  transition: 0.3s ease all;
}

.custom .custom_wrap .body .card_info p:hover {
  opacity: 0.7;
}

.custom .custom_wrap .body .card_info .card_link {
  padding: 16px 32px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #f55102;
  border: 2px solid #f55102;
  max-width: -moz-fit-content;
  max-width: fit-content;
  transition: 0.3s ease all;
}

.custom .custom_wrap .body .card_info .card_link:hover {
  background: #f55102;
  color: #fff;
}

.custom .custom_wrap .body .card_more {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 8px auto 0;
  padding: 16px 32px;
  background: #f55102;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
}
@media (max-width:992px) {
    .custom .custom_wrap .body .card .card_img img{
        max-height: 175px;
        height: 175px;
    }
    .custom .custom_wrap .body .card .card_img {
        height: 175px;
    }
    .custom .custom_wrap .body .card_info {
        padding: 16px 18px 18px;
        gap: 10px;
    }
}

.custom .custom_wrap .body .card_more:hover {
  opacity: 0.7;
}

.orders {
  padding: 42px 0;
}

.orders .order_wrap {
  padding: 42px;
  background-image: url(../img/order-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.orders .order_wrap h3 {
  font-family: "Roboto Flex";
  font-weight: 700;
  font-size: 42px;
  line-height: 46px;
  letter-spacing: 4%;
  max-width: 640px;
  color: #fff;
}

.orders .order_wrap .boxs {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.orders .order_wrap .boxs .box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.orders .order_wrap .boxs .box img {
  width: 48px;
  height: 48px;
}

.orders .order_wrap .boxs .box p {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #fff;
}

.details2 {
  background-image: url(../img/details2-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 77px 0px 93px;
}

.details2 .logos_all {
  padding: 0;
}

footer {
  background-color: #011941;
  padding: 32px 0;
}

footer .header_block {
  display: flex;
  justify-content: space-between;
  padding: 0px 0px 36px;
  align-items: center;
}

footer .header_block .menu ul {
  display: flex;
  align-items: center;
  gap: 32px;
}

footer .header_block .menu ul li a {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #fff;
}

footer .header_block .phones_block {
  display: flex;
  gap: 24px;
}

footer .header_block .phones_block .numbers a {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  border-bottom: 4px dotted #fff;
  padding-bottom: 2px;
}

footer .header_block .phones_block .numbers p {
  display: flex;
  align-items: center;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

footer .header_block .phones_block .numbers p img {
  margin-right: 8px;
}

footer .menu_footer {
  /* margin-bottom: 36px; */
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

footer .row {
  gap: 32px 0;
}

footer .menu_footer h3 {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 4%;
  text-transform: uppercase;
  color: #fff;
}

footer .menu_footer ul {
  padding-right: 3px;
  overflow-y: auto;
  max-height: 260px;
  /* margin-top: auto; */
}

footer .menu_footer ul::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: #eff0f6;
}

footer .menu_footer ul::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background-color: #d44e00;
}

footer .menu_footer ul li {
  margin-bottom: 8px;
}

footer .menu_footer ul li a {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}

@media (max-width: 1300px) {
  .home .info_form {
    max-width: 600px;
  }
  .home .home_img {
    right: -100px;
    width: 600px;
  }
}

@media (max-width: 1150px) {
  .head_mob {
    display: block;
  }
  .home .home_img,
  .menu_child,
  .head-menu,
  header .header_block .menu ul,
  header .header_block .phones_block .numbers p,
  header .header_block .phones_block .btns_phone button span,
  .bredhours .item:nth-child(3) p img,
  .bredhours .item:nth-child(2) {
    display: none;
  }
  header .header_block .phones_block .btns_phone a img,
  header .header_block .open_menu,
  .home .info_form .items_services .item:nth-child(3) {
    display: flex;
  }
  .home .info_form {
    max-width: 100%;
  }
  .bredhours {
    gap: 48px;
  }
  header .header_block .phones_block {
    align-items: center;
  }
  header .header_block .phones_block .btns_phone button {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
  }
  .info_form .items_services {
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .equipment .group_eq .tem_equipemtn {
    flex-direction: column;
    gap: 32px;
  }
  .offer_wrap .texts p{
    font-size: 16px;
    line-height: 1.2;
  }
  .description .wrap h1 {
    font-size: 20px;
  }
  .description .wrap h2 {
    font-size: 18px;
  }
  .description .wrap h3 {
    font-size: 18px;
  }
  .description .wrap h4 {
    font-size: 18px;
  }
  .description .wrap p {
    font-size: 14px;
  }

  .description .wrap ul {
    padding-left: 1rem;
    gap: 4px;
  }
  .description .wrap ul li {
    list-style: disc;
    font-size: 14px;
    line-height: 1.1;
  }
  .description .wrap ol {
    padding-left: 1rem;
    gap: 4px;
  }
  .description .wrap ol li {
    list-style: disc;
    font-size: 14px;
    line-height: 1.1;
  }
  .equipment .group_eq .tem_equipemtn .info_equip .items_s {
    /* gap: 30px; */
  }
  .equipment .group_eq .tem_equipemtn .info_equip .items_s p {
    white-space: nowrap;
    font-size: 10px;
  }
  .equipment .group_eq .tem_equipemtn .info_equip .items_s h4 {
    font-size: 14px;
  }
  .equipment .title h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .equipment .group_eq .tem_equipemtn img {
    height: 199px;
    width: 100%;
  }
  .equipment {
    background-repeat: no-repeat;
    background-size: cover;
  }
  .equipment .other_equipment .items_other {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .example_s .examples_block {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  .example_s .examples_block .item,
  .example_s .examples_block .form-block {
    width: 100%;
  }
  .info_form .item .bottom_infoes {
    margin-bottom: 32px;
  }
  .example_s .examples_block .items {
    justify-content: center;
  }
  .example_s .examples_block .items::after {
    display: none;
  }
  footer .menu {
    order: 3;
  }
  footer {
    padding: 16px 0;
  }
  footer .header_block {
    flex-wrap: wrap;
    padding: 0px 0px 32px;
    margin: 0;
    gap: 18px;
  }
  footer .menu {
    width: 100%;
  }
  footer .header_block .menu ul {
    justify-content: space-between;
  }
  footer .header_block .phones_block .numbers p {
    display: none;
  }
}

@media (max-width: 776px) {
  .services {
    padding: 40px 0;
  }
  .services_wrap .top {
    gap: 16px;
  }
  .services_wrap .items {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .services_wrap .items .item {
    padding: 18px 46px 18px 18px;
  }
  .services_wrap .items .item:nth-child(n + 4) {
    display: none;
  }
  .custom .custom_wrap .body .cards .row .col-12.col-sm-6:nth-child(n + 5) {
    display: none;
  }
  .custom
    .custom_wrap
    .body
    .cards
    .row.open
    .col-12.col-sm-6:nth-child(n + 5) {
    display: block;
  }
  .services_wrap .items.open .item:nth-child(n + 4) {
    display: flex;
  }
  .orders .order_wrap .boxs {
    gap: 16px;
  }
  .consultation .consultion_block .info_const .btns {
    margin-top: 20px;
    gap: 12px;
    flex-direction: column;
  }
  .consultation .consultion_block .info_const .btns a {
    padding: 18px 25px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .consultation .consultion_block .info_user {
    display: flex;
    justify-content: center;
  }
  .delevery .items_del {
    height: auto;
  }
  .delevery {
    padding: 40px 0;
  }
  .delevery .title_delivery h2 {
    font-size: 24px;
    line-height: 26px;
    max-width: 241px;
  }
  .delevery .items_del .bottom_s {
    gap: 10px;
  }
  .delevery .items_del .bottom_s img {
    width: auto;
  }
  .example_s .examples_block .swiper-section {
    max-width: 100%;
  }
  .example_s .examples_block .slider_wrap::after {
    width: 100%;
    height: 100%;
    border-width: 3px;
    border-radius: 8px;
  }
}
footer .logo img {
    width: 176px;
  }
@media (max-width: 568px) {
  .head_mob {
    top: 118px;
  }
  header .header_block {
    padding: 16px 0;
  }
  header .logo img {
    width: 106px;
  }
  header .header_block .phones_block .numbers a {
    font-size: 12px;
    border-bottom: 3px dotted #fff;
    margin-right: 16px;
    padding-bottom: 0;
  }
  header .header_block .phones_block {
    gap: 8px;
  }
  .bredhours .item p span,
  .bredhours .item p {
    font-size: 10px;
  }
  .bredhours .item .hours p {
    width: 88px;
  }
  .bredhours .item p img {
    width: 20px;
    height: 20px;
  }
  .bredhours {
    gap: 19px;
    padding: 10px 0;
  }
  .bredhours .item::after {
    right: -8px;
  }
  .home {
    padding: 28px 0;
  }
  .home .info_form .titles_forms {
    margin-bottom: 24px;
  }
  .home .info_form .titles_forms h3 {
    font-size: 28px;
    line-height: 100%;
  }
  .info_form .items_services .item p {
    font-size: 14px;
  }
  .info_form .none-img,
  .info_form .items_services .item p br {
    display: none;
  }
  .form_boxs .upload-section {
    align-items: start;
    gap: 8px;
    cursor: pointer;
    flex-direction: column;
    width: 100%;
  }
  .form_boxs .inputs_s {
    width: 100%;
  }
  .form_boxs .formats br {
    display: none;
  }
  .form_boxs .formats {
    flex-wrap: wrap;
  }
  .form_boxs .all_inputs {
    gap: 8px;
    flex-direction: column-reverse;
  }
  .form_boxs .input-group.desc-textarea {
    /* display: none; */
  }
  .form_boxs .input-group .mob-textarea {
    display: block;
    height: 60px;
  }
  .form_boxs .input-group textarea {
    min-height: 60px;
    height: 60px;
    background: none;
    padding: 20px 20px 0;
  }
  .form_boxs .input-group input {
    /* background: none; */
    padding: 20px;
    width: 100%;
    max-width: 100%;
  }
  .form_boxs .input-group {
    gap: 8px;
    flex-direction: column;
  }
  .form_boxs .notice {
    text-align: initial;
  }
  .form_boxs .form-box {
    background: #f5f6f7;
    border-radius: 12px;
    /* padding: 16px; */
    /* box-shadow: 0px 0px 6px 0px rgba(131, 131, 131, 0.1215686275); */
  }
  .info_form {
    padding-bottom: 28px;
  }
  .info_form .titles_forms h3 {
    font-size: 28px;
    line-height: 100%;
  }
  .info_form .items_services {
    gap: 12px;
    margin-bottom: 28px;
  }
  .services_wrap .items .item .item_img {
    gap: 16px;
  }
  .services_wrap .items .item .item_img img {
    width: 64px;
    height: 64px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .services_wrap .items .item .item_img b {
    font-size: 16px;
  }
  .services_wrap .top h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .services_wrap .top p {
    font-size: 16px;
    line-height: 20px;
  }
  .services_wrap .items .item .links .line {
    display: none;
  }
  .custom {
    margin-top: 194px;
    background: #011941;
  }
  .custom .custom_wrap .box {
    padding: 20px;
    gap: 16px;
    margin-top: -154px;
  }
  .custom .custom_wrap .box h3 {
    font-size: 24px;
    line-height: 26px;
  }
  .custom .custom_wrap .box p {
    font-size: 16px;
    line-height: 20px;
  }
  .custom .custom_wrap .body .top_btns a {
    text-align: center;
    font-size: 14px;
  }
  .orders .order_wrap {
    padding: 20px;
    gap: 28px;
  }
  .orders .order_wrap h3 {
    font-size: 24px;
    line-height: 26px;
  }
  .orders .order_wrap .boxs .box {
    font-size: 12px;
  }
  .orders .order_wrap .boxs .box p {
    font-size: 10px;
    line-height: 16px;
  }
  .orders .order_wrap .boxs .box p br {
    display: none;
  }
  .orders .order_wrap .boxs .box img {
    width: 32px;
    height: 39px;
  }
  .orders {
    padding: 40px 0;
  }
  .details {
    padding: 40px 0;
  }
  .details2 {
    background-image: url(../img/details2-bg-mob.png);
    padding: 40px 0 176px;
  }
  .details .logos_all .top_logo img {
    max-width: 100%;
    width: 100%;
    height: 124px;
  }
  .details .logos_all {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }
  .details .logos_all .items_logos {
    grid-template-columns: 1fr 1fr;
    gap: 19px;
    width: 100%;
  }
  .details .logos_all .items_logos img {
    width: 100%;
  }
  footer .header_block .phones_block .numbers a {
    font-size: 12px;
    border-bottom: 3px dotted #fff;
    padding-bottom: 0;
  }
  footer .menu_footer {
    margin-bottom: 32px;
  }
  footer .menu_footer h3 {
    font-size: 14px;
  }
  footer .menu_footer ul li a {
    font-size: 12px;
    line-height: 16px;
  }
  footer .logo img {
    width: 106px;
  }
  footer .header_block .menu ul li a {
    font-size: 12px;
  }
  .consultation .consultion_block .info_user {
    justify-content: initial;
  }
  .consultation .consultion_block .info_user img {
    width: 100%;
    height: 366px;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: 0px 0px 32px 0px rgba(131, 131, 131, 0.1215686275);
  }
  .details .items {
    padding: 20px;
    margin-bottom: 24px;
  }
  .equipment,
  .price {
    padding: 40px 0;
  }
  .price .table_blocks th {
    font-size: 12px;
    width: 110px;
  }
  .price .table_blocks td {
    font-size: 12px;
    white-space: nowrap;
  }
  .price .proce_block .title {
    margin-bottom: 20px;
  }
  .price .proce_block .title h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .price .table_blocks .tabs {
    gap: 32px;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .price .table_blocks .tabs::-webkit-scrollbar {
    display: none;
  }
  .price .table_blocks .tab {
    font-size: 14px;
    white-space: nowrap;
  }
  .price .dop_infs {
    margin-top: 20px;
  }
  .price .dop_infs h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .equipment .other_equipment .items_other {
    grid-template-columns: 1fr 1fr;
    gap: 17px;
  }
  .consultation .consultion_block .askeds {
    margin-top: 80px;
  }
  .consultation .consultion_block .accordions .accordion-header button {
    padding: 20px;
    font-size: 14px;
  }
  .consultation .consultion_block .accordions .accordion-item .accordion-body {
    padding: 0px 16px 20px 20px;
    font-size: 12px;
  }
  .example_s .examples_block .items h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 24px;
  }
  .example_s .examples_block .swiper {
    height: 200px;
  }
  .example_s {
    margin-bottom: 0;
    padding: 40px 0;
  }
  .description,
  .offer {
    padding: 40px 0;
  }
  .offer_wrap .top h3 {
    font-size: 24px;
    line-height: 26px;
  }
  .offer_wrap .top {
    gap: 20px;
  }

  .details .items .top_info h4 {
    font-size: 16px;
  }
  .details .details_title {
    margin-bottom: 24px;
    flex-direction: column;
    gap: 20px;
  }
  .details .details_title a {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .details .details_title h3 {
    font-size: 24px;
  }
  .breadcrumbs_site .breadcrumbs ul li:nth-child(2) {
    font-size: 14px;
  }
  .delevery .items_del .bottom_s img:nth-child(1) {
    height: 32px;
  }
  .delevery .items_del .bottom_s img:nth-child(2) {
    height: 25px;
  }
  .delevery .items_del .bottom_s img:nth-child(3) {
    height: 34px;
  }
  .delevery .items_del .bottom_s img:nth-child(4) {
    height: 20px;
  }
  .consultation .consultion_block .info_const .tops h3 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .consultation .consultion_block .info_const .tops p {
    font-size: 16px;
  }
  .consultation .consultion_block .info_const .info_child p {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
  }
  .bredhours .item .hours img {
    width: 20px;
    height: 20px;
  }
  .custom .custom_wrap .body .card_more {
    margin-top: 16px;
  }
  .example_s .examples_block .item .title h2,
  .consultation .consultion_block .askeds .title h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .breadcrumbs_site .breadcrumbs ul a,
  .consultation .consultion_block .info_const .btns .btns1,
  .consultation .consultion_block .info_const .btns .btns2 {
    font-size: 14px;
  }
  .example_s .examples_block .form-block .upload-button {
    margin: 0 0 8px;
    padding: 15px 20px;
  }
  .example_s .examples_block .form-block button {
    font-size: 16px;
    padding: 17px 20px;
    height: 60px;
    margin-top: 10px;
  }
}

.overlay {
  z-index: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #1f201f;
  transition: all 0.5s ease;
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0.6);
}
.overlay.active {
  pointer-events: all;
  opacity: 1;
  z-index: 100;
}
.modal_pop {
  transform: translate(-50%, -1000%);
  overflow: hidden;
  background-color: white;
  border-radius: 12px;
  z-index: 0;
  position: fixed;
  top: 20%;
  left: 50%;
  transition: all 0.5s ease;
  padding: 24px 32px;
  max-width: 375px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px #8383831f;
  border-radius: 12px;
}
.modal_pop.active {
  z-index: 101;
  transform: translate(-50%, 0);
}
.modal_pop .modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  z-index: 3;
}
.modal_pop .modal-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.modal_pop .modal-text {
  font-size: 14px;
  max-width: 190px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 28px;
}
.modal_pop .all_inputs {
}
.modal_pop .input-group {
  display: flex;
  padding: 1px 0;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 8px;
}
.modal_pop input {
  border: 1px solid #011941;
  width: 100%;
  height: 60px;
  padding: 20px 32px;
  font-size: 16px;
  color: #011941;
}
.modal_pop .submit-btn {
  height: 60px;
  width: 100%;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 700;
  background-color: #d44e00;
  color: white;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}
.modal_pop .submit-btn:hover {
  border: 1px solid #d44e00;
  color: #d44e00;
  background-color: white;
}
.modal_pop .notice {
  color: #011941b2;
  font-size: 12px;
  max-width: 2863px;
  margin: 0 auto;
  text-align: center;
}

.modal_pop .wpcf7-spinner {
  opacity: 0;
  transform: scaleY(0);
  height: 0;
  padding: 0;
  margin: 0;
  width: 0;
}

.modal_thx {
  transform: translate(-50%, -1000%);
  overflow: hidden;
  background-color: white;
  border-radius: 12px;
  z-index: 0;
  position: fixed;
  top: 20%;
  left: 50%;
  transition: all 0.5s ease;
  padding: 24px 40px;
  max-width: 375px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 6px 0px #8383831f;
  border-radius: 12px;
}

.modal_thx.active {
  z-index: 101;
  transform: translate(-50%, 0);
}
.modal_thx .modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  z-index: 3;
}
.modal_thx .modal-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.modal_thx .modal-text {
  font-size: 14px;
  max-width: 190px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 28px;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

/*# sourceMappingURL=index.css.map */
