* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  min-width: 280px;
  font-family: "Ubuntu-regular", "Arial", sans-serif;
  color: #8F8F8F;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

input,
textarea,
button {
  font: inherit;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  overflow: hidden;
  text-overflow: ellipsis;
}

@font-face {
  font-family: "Ubuntu-bold";
  src: url("../fonts/Ubuntu-Bold.woff2") format("woff2"), url("../fonts/Ubuntu-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu-regular";
  src: url("../fonts/Ubuntu-Regular.woff2") format("woff2"), url("../fonts/Ubuntu-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ubuntu-light";
  src: url("../fonts/Ubuntu-Light.woff2") format("woff2"), url("../fonts/Ubuntu-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas-bold";
  src: url("../fonts/BebasNeueBold.woff2") format("woff2"), url("../fonts/BebasNeueBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.container {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1180px) {
  .container {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    max-width: 1180px;
  }
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 5px;
}

.header__logo img {
  width: 75px;
  height: auto;
}

.header__link {
  position: relative;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  border: 0.5px solid #DADADA;
  border-radius: 4px;
  color: #8F8F8F;
  font-size: 6px;
  font-family: "Ubuntu-light";
  transition: all 0.3s linear;
}
.header__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 7px;
  height: 7px;
  background-image: url("../img/icon-phone.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.header__link:hover {
  color: #FE4C04;
  border: 1px solid #FE4C04;
}
.header__link:hover::before {
  background-image: url("../img/icon-phone-active.svg");
}
.header__link:active {
  color: #FE4C04;
  border: 1px solid #FE4C04;
}
.header__link:active::before {
  background-image: url("../img/icon-phone-active.svg");
}

.header__nav {
  display: none;
}

@media (min-width: 768px) {
  .header {
    padding-bottom: 5px;
  }
  .header__logo img {
    width: 105px;
  }
  .header__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
  }
  .header__nav li a {
    font-family: "Ubuntu-light";
    font-size: 9px;
    color: #8F8F8F;
    transition: all 0.3s linear;
  }
  .header__nav li a:hover {
    color: #7e00cb;
  }
  .header__nav li a:active {
    color: #7e00cb;
  }
  .header__link {
    padding-top: 7px;
    padding-bottom: 6px;
    padding-right: 7px;
    padding-left: 20px;
    font-size: 9px;
  }
  .header__link::before {
    width: 9px;
    height: 9px;
  }
}
@media (min-width: 1180px) {
  .header {
    padding-top: 25px;
    padding-bottom: 10px;
  }
  .header__logo img {
    width: 180px;
  }
  .header__link {
    display: block;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-right: 11px;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 15px;
    border-radius: 7px;
  }
  .header__link::before {
    left: 11px;
    width: 14px;
    height: 14px;
  }
  .header__nav {
    gap: 18px;
    padding-right: 20px;
    margin-bottom: 10px;
  }
  .header__nav li a {
    font-size: 15px;
  }
}
.footer {
  background-color: #404143;
  color: #ffffff;
  padding-top: 18px;
  padding-bottom: 35px;
  font-family: "Ubuntu-regular";
}
.footer a {
  color: #ffffff;
}

.footer__copywrite {
  position: relative;
  padding: 7px 25px;
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #2D2D47;
  border-radius: 16px;
}
.footer__copywrite q {
  padding: 0;
  margin: 0;
  margin-right: 8px;
  font-style: italic;
  font-size: 12px;
}
.footer__copywrite q span {
  font-family: "Ubuntu-bold";
}
.footer__copywrite p {
  padding: 0;
  margin: 0;
  font-family: "Ubuntu-regular";
  font-size: 12px;
}
.footer__copywrite::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background-image: url("../img/icon-info.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.footer__logo {
  display: block;
  margin-bottom: 7px;
  width: 104px;
  height: auto;
}

.footer__socials {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.footer__socials img {
  display: block;
  margin-bottom: 0;
  width: 20px;
  height: auto;
}
.footer__socials li:first-child:hover {
  background-color: #4C75A3;
  border-radius: 50%;
}
.footer__socials li:nth-child(2):hover {
  background-color: #ed812b;
  border-radius: 50%;
}
.footer__socials li:nth-child(3):hover {
  background-color: #F52424;
  border-radius: 50%;
}
.footer__socials li:nth-child(4):hover {
  background-color: #0088cc;
  border-radius: 50%;
}

.footer__phones {
  margin-bottom: 16px;
}

.footer__tel {
  display: block;
  color: #ffffff;
  font-size: 11px;
  font-family: "Ubuntu-bold";
  transition: all 0.3s linear;
}
.footer__tel:hover {
  color: #D8B7FA;
}
.footer__tel:active {
  color: #D8B7FA;
}

.footer__details {
  margin-bottom: 23px;
}
.footer__details p {
  padding: 0;
  margin: 0;
  margin-bottom: 3px;
  font-size: 8px;
  line-height: 1.2;
}

.footer__email {
  margin-bottom: 16px;
}
.footer__email a {
  color: #ffffff;
}
.footer__email span {
  margin-right: 5px;
}

.footer__personal {
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 16px;
  margin-bottom: 14px;
}

.footer__personal-img {
  width: 44px;
  height: 62px;
  background-color: #D9D9D9;
}
.footer__personal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer__personal-text a {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 7px;
}
.footer__personal-text a:first-child {
  margin-bottom: 12px;
}

.footer__training {
  display: block;
  margin-bottom: 9px;
  font-size: 10px;
  line-height: 1.1;
  font-family: "Ubuntu-bold";
  text-transform: uppercase;
}

.footer__section {
  margin-bottom: 8px;
}
.footer__section a {
  display: block;
}

.footer__link {
  font-size: 7px;
  margin-bottom: 6px;
}
.footer__link:last-child {
  margin-bottom: 0;
}

a.footer__main-link {
  font-family: "Ubuntu-bold";
  font-size: 10px;
  margin-bottom: 4px;
  color: #8F8F8F;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
a.footer__main-link:hover {
  color: #ffffff;
}
a.footer__main-link:active {
  color: #ffffff;
}

.footer__form {
  width: 100%;
  min-height: 126px;
  border-radius: 6px;
  background-color: #ffffff;
  margin-bottom: 16px;
  margin-top: 20px;
  overflow: hidden;
}

.footer__payment {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
}

.footer__quote {
  display: block;
  font-size: 7px;
  margin-bottom: 20px;
}

.footer__umoney {
  width: 64px;
  height: auto;
}

.footer__tinkoff {
  width: 27px;
  height: auto;
}

.footer__cloud {
  width: 27px;
  height: auto;
}

@media (min-width: 576px) {
  .footer__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
  }
  .footer__column--last {
    grid-column: 1/3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
  }
  .footer__column--last .footer__form {
    order: -1;
    margin-top: -50px;
  }
  .footer__column--last .footer__payment {
    grid-column: 1/3;
  }
}
@media (min-width: 768px) {
  .footer {
    padding-top: 32px;
    padding-bottom: 40px;
  }
  .footer__wrap {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 18px;
  }
  .footer__column--last {
    grid-column: 3/4;
    display: block;
  }
  .footer__column--last .footer__form {
    order: 0;
    margin-top: 0;
  }
}
@media (min-width: 1180px) {
  .footer {
    padding-top: 50px;
  }
  .footer__logo {
    width: 170px;
  }
  .footer__socials {
    margin-bottom: 25px;
  }
  .footer__socials img {
    width: 35px;
  }
  .footer__tel {
    font-size: 18px;
  }
  .footer__details {
    margin-bottom: 40px;
  }
  .footer__details p {
    font-size: 14px;
  }
  .footer__phones {
    margin-bottom: 25px;
  }
  .footer__personal {
    grid-template-columns: 68px 1fr;
    margin-bottom: 24px;
  }
  .footer__personal-text a {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .footer__personal-text a:first-child {
    margin-bottom: 15px;
  }
  .footer__personal-img {
    width: 68px;
    height: 99px;
  }
  .footer__quote {
    font-size: 12px;
  }
  .footer__training {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .footer__link {
    font-size: 12px;
  }
  a.footer__main-link {
    font-size: 16px;
  }
  .footer__section {
    margin-bottom: 16px;
  }
  .footer__section.footer__section--main {
    margin-bottom: 19px;
  }
  .footer__form {
    width: 97%;
    min-height: 210px;
  }
  .footer__payment {
    justify-content: flex-start;
    padding-left: 45px;
    gap: 40px;
  }
  .footer__umoney {
    width: 107px;
  }
  .footer__tinkoff {
    width: 45px;
  }
  .footer__cloud {
    width: 44px;
  }
}
.completed__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 32px;
  margin-bottom: 20px;
  background: rgb(112, 0, 227);
  background: linear-gradient(180deg, rgb(112, 0, 227) 0%, rgb(166, 83, 252) 100%);
  background-image: url("../img/bg-mobile.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  border-radius: 15px;
}

.completed__title {
  padding: 0;
  margin: 0;
  margin-bottom: 9px;
  font-family: "Bebas-bold";
  font-size: 46px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.completed__text {
  padding: 0;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0;
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
}
.completed__text a {
  display: block;
  color: #ffffff;
  font-family: "Ubuntu-bold";
  transition: all 0.3s linear;
}
.completed__text a:hover {
  color: #FE4C04;
}
.completed__text a:active {
  color: #FE4C04;
}

.completed__logo {
  display: block;
  width: 96px;
  height: auto;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .completed__wrap {
    margin-bottom: 30px;
    padding-top: 72px;
    padding-bottom: 44px;
    background-image: url("../img/bg-tablet.jpg");
    background-position: center bottom;
  }
  .completed__logo {
    width: 106px;
  }
  .completed__title {
    font-size: 60px;
  }
  .completed__title br {
    display: none;
  }
  .completed__text {
    margin-bottom: 47px;
  }
}
@media (min-width: 1180px) {
  .completed__wrap {
    margin-bottom: 50px;
    padding-top: 120px;
    padding-bottom: 75px;
    border-radius: 20px;
    background-image: url("../img/bg.jpg");
  }
  .completed__logo {
    width: 180px;
  }
  .completed__title {
    font-size: 100px;
    margin-bottom: 15px;
  }
  .completed__text {
    font-size: 30px;
    margin-bottom: 75px;
  }
}
/*# sourceMappingURL=style.min.css.map */