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

body {
  color: #323D51;
  font: normal 400 16px/1.55 'Inter', sans-serif;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  color: #29303F;
  font-weight: 500;
  line-height: 1.3;
}

h2 {
  font-size: 40px;
}

h4 {
  font-size: 20px;
}

li {
  list-style: none;
  padding-left: 6px;
}

button {
  background-color: #D3AC3E;
  border: none;
  border-radius: 8px;
  color: #FFF;
  filter: drop-shadow(4px 8px 12px rgba(0, 0, 0, 0.25));
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .02em;

  transition: background .25s;
}

button:hover {
  background: #B89636;
  cursor: pointer;
}

button:hover,
button:active,
button:focus {
  outline: none;
}

input:active,
input:focus,
textarea:active,
textarea:focus {
  outline: 1px solid #D3AC3E;
  outline-offset: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.section-block {
  padding: 96px 0;
}

.section-bg {
  background: linear-gradient(261.17deg, rgba(211, 172, 62, 0.08) -8.16%, rgba(59, 71, 91, 0.08) 100%);
}

.text-orange {
  color: #D3AC3E;
}


/*** Main Header ***/
header {
  background: #FFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  position: fixed;
  width: 100%;
  z-index: 999;
}

nav {
  align-items: center;
  display: flex;
  min-height: 80px;
  justify-content: space-between;
  padding: 16px 0;
}

.nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.nav-list a {
  color: #323D51;
  display: flex;
}

.nav-list .contact-phone {
  color: #D3AC3E;
  font-weight: 500;
}

.nav-list .contact-phone::before {
  content: url(../icons/contacts/phone_accent.svg);
  display: flex;
  margin-right: 4px;
}

.nav-list li {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .02em;
  list-style: none;
  margin: 0 12px;
  display: flex;
}


/*** Messengers ***/
.messengers {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 48px;
  right: 32px;
  z-index: 998;
}

.messengers a {
  margin-bottom: 12px;
}

/*** Banner Block ***/
.banner {
  background: url('../imgs/banner_img.webp') bottom no-repeat;
  /* background-color: #ECECEC; */
  padding-top: 140px;
}

h1 {
  line-height: 1.2;
  margin: 16px 0;
  font-size: 42px;
}

.banner form p {
  height: 48px;
  width: 80%;
  display: block;
  margin: 0 10%;
}

.banner textarea {
  min-height: 80px;
}

.banner .consult-block {
  padding: 32px 0;
  margin: 15px 0;
}

.banner h1 {
  display: flex;
  justify-content: center;
}

/*** Intro Block ***/
.intro {
  background: url('../imgs/intro_img.webp') top 44px right no-repeat;
  /* background-color: #ECECEC; */
  padding: 80px 0 160px 0;
}

.intro-btn {
  margin-top: 64px;
  padding: 16px 24px;
  width: 280px;
}


/*** Services List ***/
.services {
  background: #3B475B;
  padding: 48px 0 178px;
}

.services h2 {
  text-align: center;
}

.services-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  color: #FFF;
  margin-top: 20px;
}

.services-list li {
  margin: 12px 0;
  width: 32%;
}

.services-list li i {
  margin-right: 10px;
  color: #D3AC3E;
}

/*** How We Work ***/
.work-block {
  background: #FFF;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 48px 0 64px;
  position: relative;
  text-align: center;
  top: -100px;
}

.work-block h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.work-block h2::after {
  content: '';
  background: #D3AC3E;
  border-radius: 2px;
  margin: 16px 0;
  height: 8px;
  width: 80px;
}

.stage p {
  margin-bottom: 8px;
}

.stages {
  margin: 32px 0 0 0;
}

.stage .subtitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #29303F;
  font-size: 20px;
  font-weight: 500;
}

.stage .img1 {
  content: url('../imgs/work/work1.webp');
  margin: 0 auto;
  max-width: 250px;
}

.stage .img2 {
  content: url('../imgs/work/work2.webp');
  margin: 0 auto;
  max-width: 250px;
}

.stage .img3 {
  content: url('../imgs/work/work3.webp');
  margin: 0 auto;
  max-width: 250px;
}

.stage .subtitle::after {
  content: '';
  background: #D3AC3E;
  border-radius: 2px;
  margin: 8px 0;
  height: 2px;
  width: 24px;
}


/*** Services Common Styles ***/
.criminal h2 {
  margin-top: 20px;
}

.service-block p {
  margin: 8px 0 16px 0;
}

h3 {
  display: flex;
  flex-direction: column;
  font-size: 32px;
}

h3::after {
  content: '';
  background: #D3AC3E;
  border-radius: 2px;
  margin: 16px 0;
  height: 8px;
  width: 80px;
}

.service-item {
  padding: 48px 0;
}

.service-layout {
  align-items: center;
}

.descr-list li {
  margin: 8px 0;
}

.descr-list li::before {
  content: url('../icons/diamond_dark_16.svg');
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.balance-left {
  background: url('../imgs/balance-l.svg') center left no-repeat;
}

.balance-right {
  background: url('../imgs/balance-r.svg') center right no-repeat;
}

/*** Accordions ***/
.accordion {
  display: block;
  background: #FFF;
  box-shadow: 2px 8px 12px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 16px 24px;

  transition: background .2s;
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.minus {
  background: #3B475B;
  border-radius: 2px;
  height: 4px;
  width: 24px;
}

.accordion-header .minus::after {
  content: '';
  background: #3B475B;
  border-radius: 2px;
  display: block;
  height: 24px;
  width: 4px;
  position: relative;
  left: 10px;
  top: -10px;
}

.accordion input:checked~.accordion-header .minus::after {
  content: '';
  background: #3B475B;
  border-radius: 2px;
  display: block;
  height: 24px;
  width: 4px;
  position: relative;
  transform: rotate(90deg);
  left: 10px;
  top: -10px;
}

.accordion .accordion-content,
.accordion input {
  display: none;
}

.accordion input:checked~.accordion-content {
  display: block;
  margin-top: 8px;
  padding-left: 16px;

  animation: fadeInFromNone .5s ease-in-out;
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

.accordion:hover {
  background: #F0F0F7;
  cursor: pointer;
}


/*** Features ***/
.features h2 {
  display: flex;
  flex-direction: column;
  align-items: center;

  margin-top: 16px;
  text-align: center;
}

.features h2::after {
  content: '';
  background: #D3AC3E;
  border-radius: 2px;
  margin: 16px 0 32px;
  height: 8px;
  width: 80px;
}

.features-block,
.consult-block {
  background: #FFFFFF;
  box-shadow: 0px -4px 12px rgba(0, 0, 0, 0.15), 0px 8px 24px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 32px 16px;
}

.features-list {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-around;
}

.features-list li {
  list-style-type: none;
  margin: 16px 0;
  width: 45%;
}

.features-list li::before {
  content: '';
  margin-right: 24px;
  position: relative;
}

.features-list li:nth-child(1)::before {
  content: url('../icons/features/company.svg');
}

.features-list li:nth-child(2)::before {
  content: url('../icons/features/all_specs.svg');
}

.features-list li:nth-child(3)::before {
  content: url('../icons/features/everyday.svg');
}

.features-list li:nth-child(4)::before {
  content: url('../icons/features/docs.svg');
}

.features-list li:nth-child(5)::before {
  content: url('../icons/features/quality.svg');
  top: 9px;
}

.features-list li:nth-child(6)::before {
  content: url('../icons/features/xp.svg');
}

.features-list li:nth-child(7)::before {
  content: url('../icons/features/location.svg');
}

.features-list li:nth-child(8)::before {
  content: url('../icons/features/group.svg');
  top: 12px;
}


/*** Deals ***/
.deals {
  padding-bottom: 8px;
}

.deals-header {
  margin-bottom: 32px;
}

.deals h2 {
  margin-bottom: 8px;
}

.solutions {
  padding-bottom: 80px;
  margin: 0 auto;
}

.solutions-slider {
  background: #fff;
  box-shadow: 0px 4px 8px rgba(51, 51, 51, 0.2), 0px 8px 16px rgba(51, 51, 51, 0.16), 0px 12px 24px rgba(51, 51, 51, 0.1), 0px 16px 32px rgba(51, 51, 51, 0.08);
}

.solutions-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  font-size: 0;
  margin-top: -30px;
  width: 30px;
  height: 50px;
  border: none;
}

.solutions-slider .slick-arrow.slick-prev {
  left: 10px;
  background: url(../icons/arrow_l.svg) 0 0 / 100% no-repeat;
}

.solutions-slider .slick-arrow.slick-next {
  right: 10px;
  background: url(../icons/arrow_r.svg) 0 0 / 100% no-repeat;
}

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

.set-item img {
  display: block;
  width: 50%;
  max-height: 450px;
  height: auto;
  margin: 50px 25px;
  object-fit: contain;
  cursor: pointer;
}

.set-content {
  margin-right: 80px;
}

.set-content p {
  margin-bottom: 12px;
}

.deal-title {
  margin-bottom: 24px;
}

.result {
  color: #D3AC3E;
  font-size: 20px;
  font-weight: 500;
  margin: 32px 0 8px;
}

.deal-descr li {
  margin: 4px 16px;
}

/*** Consult Form ***/
.consult-block {
  padding: 64px 0;
}

.consult-block h2 {
  font-size: 42px;
  margin-left: 10%;
}

form input,
textarea {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 4px;
  height: 48px;
  margin: 0 10% 16px;
  width: 80%;
}

form input::placeholder,
textarea::placeholder {
  color: rgba(50, 61, 81, 0.6);
  font-size: 16px;
}

textarea,
form input {
  color: #4d5d7c;
  font-size: 17px;
  padding: 16px 24px;
}

textarea {
  border: none;
  min-height: 120px;
  resize: none;
}

.form-btn {
  margin: 16px 20%;
  padding: 16px 0;
  width: 60%;
}

.policy {
  font-size: 10px;
  margin-top: 4px;
  text-align: center;
}

.policy a {
  color: #D3AC3E;
}


/*** About Us ***/
.about-text h2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.about-text h2::after {
  content: '';
  background: #D3AC3E;
  border-radius: 2px;
  margin: 16px 0;
  height: 8px;
  width: 80px;
}

/*** Footer ***/
footer {
  background: #29303F;
  color: #FFF;
  padding: 64px 0 16px;
}

.contacts-title {
  font-size: 32px;
  font-weight: 500;
  margin: 32px 0 16px 8px;
}

footer a {
  color: #FFF;
}

footer li {
  list-style-type: none;
  margin-bottom: 16px;
}

footer li::before {
  content: '';
  margin-right: 8px;
  position: relative;
  top: 6px;
}

.contact-address::before {
  content: url('../icons/contacts/address.svg');
}

.contact-phone::before {
  content: url('../icons/contacts/phone.svg');
}

.contact-email::before {
  content: url('../icons/contacts/mail.svg');
}

iframe {
  filter: drop-shadow(1px 4px 8px rgba(0, 0, 0, 0.25));
  height: 100%;
  width: 100%;
}

.copyright {
  font-size: 12px;
  font-weight: 300;
  margin: 32px auto 8px;
  text-align: center;
}

.copyright-ip {
    margin-top: 0px;
}
