:root {
  --main-color: #292862;
  --main-color-2: #d63a12;
}
* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  resize: none;
  outline: none;
  font-weight: 400;
  font-style: normal;
  font-family: Roboto, Arial;
  font-size: 16px;
  line-height: 1.2;
  -webkit-appearance: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #000;
  background: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-top: 97px;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
}
header .container {
  height: 97px;
}
img {
  max-width: 100%;
}
.logo {
  display: flex;
}
.logo img {
  height: 77px;
}
.container {
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
.container_flex {
  display: flex;
  align-items: center;
}
.utp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 0px;
  background: url('./img/utp.jpg') no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}
.utp:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .75);
  content: '';
}
.utp .container {
  position: relative;
  z-index: 1;
}
header nav {
  margin-left: 60px;
}
header nav ul {
  display: flex;
  flex-wrap: wrap;
}
header nav ul li {
  margin-right: 25px;
}
header nav li:last-child {
  margin-riul ght: 0px;
}
header nav ul li a {
  color: #000;
}
header .contacts {
  margin-left: auto;
  text-align: right;
}
header .contacts li {
  margin-bottom: 5px;
}
header .contacts li a {
  font-weight: 500;
  color: #000;
  font-size: 16px;
}
header .contacts p {
  font-size: 14px;
}
.utp * {
  text-align: center;
}
.utp h1 {
  font-size: 65px;
  max-width: 920px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.utp p {
  color: #fff;
  margin: 30px 0px;
  font-size: 25px;
}
.utp .form {
  padding: 40px 30px;
  width: 100%;
  background: #fff;
  border-radius: 15px;
}
.utp .form > p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 30px;
  color: #000;
  font-weight: 700;
}
.utp form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  margin-left: 25px;
  margin-right: 25px;
}
.utp form .form_group {
  display: flex;
  flex-direction: column;
}
.utp form .form_group label {
  font-size: 15px;
  margin-bottom: 8px;
  text-align: left;
  font-weight: 500;
}
.utp form .form_group input {
  height: 46px;
  padding: 0px 15px;
  display: flex;
  align-items: center;
  background: #0606071a;
  border-radius: 4px;
  border: 1px solid #0606071a;
  font-weight: 500;
  text-align: left;
}
.iti input.iti__tel-input, .iti input.iti__tel-input[type=text], .iti input.iti__tel-input[type=tel] {
  width: 100%;
}
.iti__country-container {
  right: 10px !important;
}
.utp form > button {
  border: none;
  height: 46px;
  margin-top: auto;
  background: var(--main-color-2);
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.utp form > button:hover {
  background: var(--main-color);
  cursor: pointer;
}
.title {
  margin-top: 80px;
  font-size: 48px;
  text-align: center;
  font-weight: 700;
}
.title_small {
  margin-top: 20px;
  font-size: 22px;
  text-align: center;
  margin-bottom: 50px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.posl_items {
  margin-left: 25px;
  margin-right: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 25px;
}
.posl_items .item .image {
  height: 215px;
  width: 100%;
  background-size: cover !important;
}
.posl_items .item p {
  height: 50px;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
}
.posl_items .item .caption {
  padding: 25px;
  background: #eee;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.posl_items .item button {
  border: 2px solid var(--main-color);
  border-radius: 100px;
  color: var(--main-color);
  font-weight: 600;
  padding: 10px 25px;
  font-size: 14px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.posl_items .item button:hover {
  color: #fff;
  background: var(--main-color);
  cursor: pointer;
}
.etapi_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
}
.etapi_items .item {
  display: flex;
}
.etapi_items .item > span {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--main-color-2);
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}
.etapi_items .item .item_right {
  margin-left: 25px;
  width: calc(100% - 75px);
}
.etapi_items .item .item_right p {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
  padding-top: 12px;
}
.etapi_items .item .item_right span {
  line-height: 1.5;
}
.etapi_items .item .item_right span b {
  font-weight: 600;
}
.callback_middle {
  position: relative;
  background: url(./img/utp.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 100px 0px;
  margin-top: 100px;
}
.callback_middle:before {
  position: absolute;
  left: 0;
  top: 0;
  background: #827373f0;
  width: 100%;
  height: 100%;
  content: '';
}
.callback_middle .title {
  margin-bottom: 30px;
  margin-top: 0px;
  position: relative;
  z-index: 1;
  color: #fff;
}
.callback_middle .title_small {
  position: relative;
  font-weight: 500;
  color: #fff;
  z-index: 1;
}
.callback_middle form {
  z-index: 1;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.callback_middle form .form_group {
  display: flex;
  flex-direction: column;
}
.callback_middle form .form_group label {
  font-size: 15px;
  margin-bottom: 8px;
  text-align: left;
  font-weight: 500;
  color: #fff;
}
.callback_middle form input {
  background: #fff;
  height: 46px;
  padding: 0px 15px;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.callback_middle form button {
  margin-top: auto;
  border: none;
  height: 46px;
  margin-top: auto;
  background: var(--main-color);
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.callback_middle form button:hover {
  background: var(--main-color-2);
  cursor: pointer;
}
.works_items {
  margin-left: 25px;
  margin-right: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 25px;
}
.works_items .image {
  height: 400px;
}
.works_items .image a {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.works_items img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.callback_middle_2,
.callback_middle_3 {
  margin-top: 50px;
}
.desc_block {
  display: grid;
  grid-template-columns: 400px 1fr;
  grid-gap: 50px;
  margin-top: 100px;
}
.desc_block_left {
  height: 468px;
  position: relative;
  overflow: hidden;
}
.desc_block_left img {
  object-fit: cover;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 15px;
}
.desc_block_right .title {
  margin-top: 0px;
  text-align: left;
  font-size: 40px;
  margin-bottom: 15px;
  display: block;
}
.desc_block_right h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}
.desc_block_right b {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.asks {
  background: #eee;
  padding-bottom: 100px;
}
.asks .asks_items {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 25px;
  margin-top: 50px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.asks .asks_items .item {
  padding-bottom: 25px;
  border-bottom: 2px solid #ddd;
}
.asks .asks_items .item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.asks .asks_items .item p {
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: 600;
}
.asks .asks_items .item span b {
  font-weight: 600;
}
footer {
  background: #303030;
  padding: 100px 0px;
}
footer .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}
footer .container * {
  color: #fff;
}
.footer_left .title {
  text-align: left;
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 40px;
}
.footer_left > p {
  font-size: 22px;
}
footer .phones,
footer .address,
footer .mail,
footer .logo {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #666;
  font-size: 22px;
}
footer .phones li {
  margin-bottom: 5px;
}
footer .phones li a,
footer .mail span {
  font-size: 22px;
}
footer .phones p,
footer .address p {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}
footer .mail {
  font-size: 16px;
}
footer .mail b {
  font-weight: 600;
}
footer .logo img {
  height: 100px;
  padding: 10px;
  background: #555;
  width: fit-content;
}
.footer_right .form {
  background: #eee;
  padding: 50px;
  position: sticky;
  top: 110px;
}
.footer_right .form > p {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 25px;
  text-align: center;
  color: #000;
}
.footer_right .form .form_group {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.footer_right .form .form_group label {
  font-size: 15px;
  margin-bottom: 8px;
  text-align: left;
  font-weight: 500;
  color: #000;
}
.footer_right .form .form_group input {
  height: 46px;
  border: 1px solid #ddd;
  padding: 0px 15px;
  border-radius: 4px;
  color: #000;
}
.footer_right .form .form_group input::placeholder {
  color: #444;
}
.footer_right .form .form_group textarea {
  border: 1px solid #ddd;
  padding: 8px 15px;
  border-radius: 4px;
  color: #000;
}
.footer_right form > button {
  width: 100%;
  border-radius: 4px;
  background: var(--main-color-2);
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  border: none;
}
.footer_right form > button:hover {
  background: var(--main-color);
  cursor: pointer;
}
@media (max-width: 1024px) {
  .mobile_menu {
    z-index: 3;
    position: fixed;
    left: -100%;
    top: 60px;
    background: #f5f5f5;
    height: calc(100vh - 60px);
    width: 100%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .mobile_menu.active {
    left: 0;
  }
  .mobile_menu .contacts {
    text-align: center;
  }
  .mobile_menu .contacts li {
    margin-bottom: 10px;
  }
  .mobile_menu .contacts li a {
    font-size: 20px;
    font-weight: 600;
    color: #000;
  }
  .mobile_menu nav ul li {
    margin-bottom: 15px;
    text-align: center;
  }
  .mobile_menu nav ul li:last-child {
    margin-bottom: 0px;
  }
  .mobile_menu nav ul li a {
    text-align: center;
    font-size: 16px;
    color: #000;
  }
  .mobile_link {
    height: 36px;
    width: 36px;
    display: flex !important;
    margin-left: auto;
  }
  .mobile_link span {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile_link span:before {
    position: absolute;
    content: '';
    -webkit-mask: url('./img/menu.svg') no-repeat center;
    mask: url('./img/menu.svg') no-repeat center;
    background-color: var(--main-color);
    -webkit-mask-size: 36px;
    mask-size: 36px;
    width: 36px;
    height: 36px;
    transition: background-color .35s ease-in-out;
  }
  .mobile_link.active span:before {
    -webkit-mask: url('./img/close.svg') no-repeat center;
    mask: url('./img/close.svg') no-repeat center;
    background-color: var(--main-color-2);
    -webkit-mask-size: 36px;
    mask-size: 36px;
  }
  .container {
    width: initial;
    margin-left: 10px;
    margin-right: 10px;
  }
  .utp {
    padding: 70px 0px;
  }
  .utp h1 {
    font-size: 38px;
  }
  .utp .container {
    margin-left: 30px;
    margin-right: 30px;
  }
  .utp .form {
    padding: 40px 0px;
  }
  .utp .form > p {
    padding: 0px 25px;
    font-size: 22px;
  }
  body {
    padding-top: 60px;
  }
  .logo img {
    height: 42px;
  }
  .mobile_link {
    display: none;
  }
  header .container {
    height: 60px;
  }
  header nav,
  header .contacts {
    display: none;
  }
  .utp form,
  .etapi_items,
  .callback_middle form,
  .desc_block,
  footer .container {
    grid-template-columns: 1fr;
  }
  .posl_items {
    grid-template-columns: 1fr;
    margin-left: 0px;
    margin-right: 0px;
  }
  .works_items {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .works_items .image {
    height: 120px;
  }
  .title {
    font-size: 34px;
    margin-top: 50px;
  }
  .title_small {
    font-size: 18px;
  }
  .callback_middle {
    padding: 50px 0px;
    margin-top: 50px;
  }
  .asks {
    padding-bottom: 50px;
  }
  footer .container {
    grid-gap: 25px;
  }
  footer {
    padding-top: 50px;
    padding-bottom: 25px;
  }
  footer .logo {
    display: none;
  }
  .footer_left .title {
    font-size: 32px;
  }
  .footer_right .form {
    padding: 50px 25px;
  }
}
.overlay {
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .75);
  z-index: 11;
}
.overlay.active {
  left: 0;
}
.modal {
  z-index: 12;
  position: fixed;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.active {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal_close {
  position: absolute;
  right: 0;
  top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 32px;
}
.modal.active .modal_close {
  right: -25px;
}
.modal_close:hover {
  background: var(--main-color);
  cursor: pointer;
}
.modal .form,
.modal .info {
  position: relative;
    background: #eee;
    padding: 50px;
}
.modal .form > p {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 25px;
  text-align: center;
  color: #000;
}
.modal .form .form_group {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.modal .form .form_group label {
  font-size: 15px;
  margin-bottom: 8px;
  text-align: left;
  font-weight: 500;
  color: #000;
}
.modal .form .form_group input {
  height: 46px;
  border: 1px solid #ddd;
  padding: 0px 15px;
  border-radius: 4px;
  color: #000;
}
.modal .form .form_group input::placeholder {
  color: #444;
}
.modal .form .form_group textarea {
  border: 1px solid #ddd;
  padding: 8px 15px;
  border-radius: 4px;
  color: #000;
}
.modal form > button {
  width: 100%;
  border-radius: 4px;
  background: var(--main-color-2);
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  border: none;
}
.modal form > button:hover {
  background: var(--main-color);
  cursor: pointer;
}
.modal .info p {
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .modal {
    width: 85%;
  }
  .modal .form,
  .modal .info {
    padding: 50px 15px;
  }
}
form > button.sended {
  opacity: 0.3;
  pointer-events: none;
}