@import url("https://fonts.googleapis.com/css2?family=Commissioner:wght@100;200;300;400;500;600;700;800;900&display=swap");
header {
  width: 100%;
  height: 90px;
  background-color: var(--color-blue-100);
  position: sticky;
  top: 0;
  z-index: 99;
}
header .container {
  height: 100%;
  display: flex;
  align-items: center;
}
header .container img {
  max-width: 109px;
  height: auto;
}
header .container .content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container .content nav {
  margin-left: 74px;
}
header .container .content nav ul {
  display: flex;
  gap: 34px;
}
header .container .content nav ul li {
  font-size: 1.25rem;
  font-weight: bold;
  color: white;
}
header .container .content nav ul li a {
  padding: 10px;
  color: white;
}
header .container .soc {
  display: flex;
  align-items: center;
}
header .container .soc .tel {
  font-size: 1.25rem;
  font-weight: bold;
  color: white;
}
header .container .soc .palka {
  width: 2px;
  height: 40px;
  margin: 0 25px;
  border-radius: 11px;
  background-color: white;
}

/*Burger*/
#nav-icon6 {
  width: 60px;
  height: 45px;
  margin-left: auto;
  transition-duration: 1s;
  cursor: pointer;
  display: none;
}

#nav-icon6 span {
  height: 6px;
  width: 60px;
  background-color: #ffffff;
  border-radius: 20px;
  position: absolute;
  transition-duration: 0.25s;
  transition-delay: 0.25s;
  transition: transform 0.25s, top 0.25s 0.25s;
}

#nav-icon6 span:before {
  left: 0;
  position: absolute;
  top: 38px;
  height: 6px;
  width: 60px;
  background-color: #ffffff;
  content: "";
  border-radius: 20px;
  transition-duration: 0.25s;
  transition: transform 0.25s, top 0.25s 0.25s;
}

#nav-icon6 span:after {
  left: 0;
  position: absolute;
  top: 18px;
  height: 6px;
  width: 60px;
  background-color: #ffffff;
  content: "";
  border-radius: 20px;
  transition-duration: 0.25s;
  transition: transform 0.25s, top 0.25s 0.25s;
}

#nav-icon6.open span {
  transition: top 0.25s, transform 0.25s 0.25s;
  transition-duration: 0.1s;
  transition-delay: 0.25s;
  background: transparent;
}

#nav-icon6.open span:before {
  transition: top 0.25s, transform 0.25s 0.25s;
  top: 20px;
  transform: rotateZ(-45deg);
}

#nav-icon6.open span:after {
  transition: top 0.4s, transform 0.25s 0.25s;
  top: 20px;
  transform: rotateZ(45deg);
}

@media screen and (max-width: 900px) {
  header .container .content nav {
    margin-left: 44px;
  }
  header .container .content nav ul {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  header {
    font-size: 3rem;
  }
  header .container .content {
    width: 100%;
    height: calc(100% - 90px);
    background-color: rgba(38, 72, 150, 0.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: fixed;
    z-index: 10;
    top: 90px;
    left: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
  }
  header .container .content nav {
    width: 100%;
    margin-left: 0;
    margin-bottom: 60px;
  }
  header .container .content nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  header .container .content nav ul li {
    width: 100%;
  }
  header .container .content nav ul li a {
    width: 100%;
    height: 100px;
    padding: 0;
    font-size: 2rem;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .container .content .soc {
    position: absolute;
    bottom: 30px;
  }
  header .container .content .soc .tel {
    margin-left: 0;
  }
  header .container #menu.open {
    display: flex;
  }
  #nav-icon6 {
    display: block;
  }
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}

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

h1 {
  font-size: 3rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.375rem;
  color: var(--color-blue-75);
}

p {
  margin: 0;
}

button {
  width: 289px;
  height: 60px;
  font-family: "Commissioner";
  font-size: 1.25rem;
  font-weight: 600;
  color: white;
  border: none;
  border-radius: 11px;
  background-color: var(--color-blue-100);
  cursor: pointer;
  transition: 0.2s;
}

button:hover {
  opacity: 0.9;
  transition: 0.2s;
}

a:hover {
  opacity: 0.8;
  transition: 0.2s;
}

input {
  width: 300px;
  margin-bottom: 40px;
  padding: 10px 0;
  font-size: 1.2rem;
  border: none;
  border-bottom: 2px solid white;
  background-color: unset;
}

input:focus-visible {
  outline: none;
}

.preview h1 {
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 115%;
  letter-spacing: -0.02em;
}
.preview .title {
  margin-bottom: 30px;
}
.preview .title-1 {
  margin-left: -3px;
}
.preview .title-2 {
  margin-left: 12px;
}
.preview .title-3 {
  margin-left: 34px;
}
.preview p {
  width: 650px;
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 116.3%;
  letter-spacing: -0.02em;
  color: var(--color-blue-75);
}
.preview .bg {
  width: 100%;
  max-height: 850px;
  height: 100%;
  -webkit-clip-path: polygon(95% 0%, 100% 0%, 100% 100%, 30% 100%);
          clip-path: polygon(95% 0%, 100% 0%, 100% 100%, 30% 100%);
  background-image: url("/lib/img/bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.advantages {
  width: 100%;
  background-color: var(--color-bg-100);
}
.advantages h1,
.advantages h6 {
  text-align: center;
}
.advantages h6 {
  margin-bottom: 65px;
}
.advantages .content {
  display: flex;
  justify-content: center;
  gap: 90px;
}
.advantages .content .item {
  text-align: center;
}
.advantages .content .item img {
  margin: 0 auto;
  display: block;
}
.advantages .content .item .title {
  font-size: 3rem;
  font-weight: 700;
}
.advantages .content .item p {
  max-width: 330px;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-blue-75);
}

.advantage {
  width: 100%;
  height: 512px;
  display: flex;
  align-items: center;
}
.advantage .bg {
  width: 100%;
  height: inherit;
  background-image: url("/lib/img/bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
}
.advantage .container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.advantage .container img {
  margin-right: 20px;
}
.advantage .container .content {
  color: white;
}
.advantage .container .content p {
  max-width: 720px;
  margin-top: 3px;
  font-size: 1.25rem;
  font-weight: 600;
}

.service h1 {
  margin-bottom: 60px;
  text-align: center;
}
.service .content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.service .content .item {
  max-width: 392px;
  height: 442px;
  box-shadow: var(--box-shadow-100);
  border-radius: 11px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service .content .item h5 {
  width: 90%;
  margin-top: 15px;
  text-align: center;
}
.service .content .item div {
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
}
.service .content .item div img {
  width: 100%;
}
.service .content .item button {
  width: 100%;
  margin-top: auto;
  border-radius: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service .content .item button img {
  margin-right: 8px;
}

.case h1 {
  margin-bottom: 60px;
  text-align: center;
}
.case .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 20px;
}
.case .content .item {
  box-sizing: border-box;
  min-height: 200px;
  padding: 20px;
  box-shadow: var(--box-shadow-50);
  position: relative;
}
.case .content .item .nda {
  font-size: 8rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.1;
}
.case .content .item div {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.case .content .item div .red {
  margin-right: 20px;
  font-size: 3rem;
  font-weight: 700;
  display: inline-block;
}
.case .content .item div h5 {
  line-height: 91.8%;
}
.case .content .item p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 91.8%;
}

.feedback {
  text-align: center;
  position: relative;
}
.feedback .red {
  opacity: 0.04;
  font-size: 14vw;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  z-index: -1;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.feedback h1 {
  margin-bottom: 10px;
}
.feedback span {
  margin-bottom: 60px;
  font-size: 1.125rem;
  font-weight: 600;
  display: block;
}

footer {
  width: 100%;
  height: 100px;
  background-color: #2a4481;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer span {
  font-size: 1.125rem;
  color: var(--color-bg-100);
  opacity: 0.25;
}

.popup-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}

.popup-bg.open {
  display: block;
}

.popup {
  box-sizing: border-box;
  width: unset;
  padding: 60px 50px;
  border-radius: 11px;
  background-color: rgb(65, 90, 151);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  display: none;
}
.popup #close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 15px;
  transition: 0.2s;
  cursor: pointer;
  display: block;
}
.popup #close::before {
  content: "";
  width: 80%;
  height: 5px;
  display: block;
  border-radius: 10px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup #close::after {
  content: "";
  width: 80%;
  height: 5px;
  display: block;
  border-radius: 10px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup #close:hover {
  transition: 0.2s;
  opacity: 0.7;
}
.popup h1 {
  margin-bottom: 40px;
  font-size: 2rem;
  color: white;
  text-align: center;
}
.popup form {
  display: flex;
  flex-direction: column;
}
.popup form input {
  color: white;
}
.popup form input::-moz-placeholder {
  color: white;
}
.popup form input::placeholder {
  color: white;
}
.popup form button {
  width: 100%;
  margin-top: 20px;
  border-radius: 11px;
  border: 1px solid white;
  background-color: unset;
  transition: 0.2s;
}
.popup form button:hover {
  transition: 0.2s;
  background-color: rgba(255, 255, 255, 0.15);
}

.popup.open {
  display: inline-block;
}

@media screen and (max-width: 480px) {
  .popup {
    width: 100%;
  }
  .popup form input {
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .popup {
    width: 100%;
    padding: 50px 30px;
  }
}
@media screen and (max-width: 1200px) {
  .preview .bg {
    -webkit-clip-path: none;
            clip-path: none;
    opacity: 0.2;
  }
}
@media screen and (max-width: 900px) {
  .preview h1 {
    font-size: 3.8rem;
  }
  .advantages .content {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    font-size: 14px;
  }
  .container-x {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .container-y {
    padding-top: 60px !important;
    padding-bottom: 80px !important;
  }
  .preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .preview h1 {
    font-size: 3.8rem;
  }
  .preview p {
    width: unset;
  }
  .advantages .content .item img {
    transform: scale(0.9);
  }
  .advantage img {
    max-width: 300px;
    height: auto;
    margin-right: 10px !important;
  }
  .case {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 700px) {
  .preview h1 {
    font-size: 3rem;
  }
  .advantages .content {
    flex-direction: column;
  }
  .advantages .content .item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .advantages .content .item img {
    transform: scale(0.8);
  }
  .case .content {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 600px) {
  .preview h1 {
    font-size: 2.5rem;
  }
  .advantage .container img {
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  :root {
    font-size: 12px;
  }
  .container-x {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .preview h1 {
    font-size: 2.5rem;
  }
  .advantage .container img {
    width: 150px;
  }
}
@media screen and (max-width: 480px) {
  .preview h1 {
    font-size: 2.2rem;
  }
  .advantage .container img {
    width: 120px;
  }
}
:root {
  --color-blue-100: #264796;
  --color-blue-75: #677cb0;
  --color-blue-50: #99a8ca;
  --color-blue-25: #ccd3e5;
  --color-red-100: #e31e25;
  --color-red-75: #ea565b;
  --color-red-50: #f18e92;
  --color-red-25: #f8c7c8;
  --color-bg-100: #fafaff;
  --box-shadow-100: 0 0 20px var(--color-blue-50);
  --box-shadow-50: 0 0 20px var(--color-blue-25);
}

html {
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Commissioner";
  color: var(--color-blue-100);
  background-color: var(--color-bg-100);
  position: relative;
}

.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.container-x {
  padding-left: 18px;
  padding-right: 18px;
}

.container-y {
  padding-top: 80px;
  padding-bottom: 100px;
}

.red {
  color: var(--color-red-100);
}/*# sourceMappingURL=style.css.map */