/* COPYRIGHT LUGUBRIS */

/*** MY STYLES ***/

:root {
  font-family: "Inter";
  --bgcolor: #0d103b;
  --secondary-color: #0f1348;
  --color-prim-wh: #ffff;
  --titles-font: "Oswald";
  --sqares-bg-blue: linear-gradient(to right, #181c45 2px, transparent 2px),
    linear-gradient(to bottom, #181c45 2px, transparent 2px);
  --beige-col: #faf9f0;
  --redcol: #d92d3d;
}

/* Header */

.header {
  padding-top: 25px;
  margin-bottom: -114px;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}

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

.available {
  display: flex;
  align-items: center;
  gap: 16px;
}

.available p {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 18px;
  line-height: undefined;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: var(--color-prim-wh);
}

.header__menu {
  background-color: #272b5a;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 0px 40px;
}

.nav-menu,
.nav-menu {
  display: flex;
  align-items: center;
  gap: 46px;
  padding: 24px 0px;
  margin: 0px;
}

.menu-item a,
.nav-link {
  font-weight: 700;
  font-size: 18px;
  line-height: undefined;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: var(--color-prim-wh);
}

/* .current-menu-item a, */
.menu-item a:focus,
.menu-item a:hover,
.nav-link:focus,
.nav-link:hover {
  color: var(--redcol);
}

.header-bttn {
  width: 224px;
  height: 71px;
  background-color: var(--redcol);
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: var(--color-prim-wh);
  transition: 0.3s;
}

.header-bttn .img-call {
  width: 50px;
  display: none;
}

.header-bttn .img-call path {
  fill: var(--color-prim-wh);
}

.header-bttn:hover {
  color: var(--color-prim-wh);
  background-color: #272b5a;
}

/* Banner */

.main-banner__section {
  padding-top: 180px;
  padding-bottom: 101px;
  background-color: var(--bgcolor);
  background-image: url(img/banner-bg.png);
  background-position: 20px calc(100% - 25px);
  background-repeat: no-repeat;
}

.banner__title {
  font-weight: 700;
  font-size: 64px;
  line-height: undefined;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: var(--color-prim-wh);
  padding-left: 0px;
  font-family: var(--titles-font);
}

.banner__sub {
  font-weight: 700;
  font-size: 36px;
  line-height: undefined;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: var(--color-prim-wh);
  padding-left: 0px;
}

/* Date */

.year-block {
  margin-top: auto;
  font-size: 3.2em;
  font-family: var(--titles-font);
  padding: 5px 15px;
  margin-right: 35px;
  background-color: #e1a39b;
  color: #151718;
  font-weight: 700;
  text-transform: uppercase;
  height: max-content;
  line-height: 120%;
}

/* Banner Windows */

.banner__windows {
  position: relative;
  margin-top: 30px;
  margin-left: 30px;
  z-index: 1;
}

.programm-window {
  display: flex;
  flex-direction: column;
  width: 550px;
  height: 400px;
  background-color: var(--beige-col);
  border-width: 2px;
  border-color: #000000;
  border-style: solid;
  padding: 0px;
}

.programm-window__top {
  max-height: 34px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 21px;
  padding: 8.32px 14px;
}

.programm-window__top img {
  cursor: pointer;
}

.programm-window .program-window__content {
  font-weight: 500;
  font-size: 18px;
  line-height: undefined;
  letter-spacing: 0em;
  text-align: left;
  color: #0f1348;
  max-width: 450px;
  margin: 21px auto 0 auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 0px;
}

.programm-window .program-window__content p {
  margin-bottom: 10px;
}

.programm-window .program-window__content p:last-child {
  margin-bottom: 0px;
}

.programm-window.third,
.programm-window.second {
  position: absolute;
}

.programm-window.second {
  top: -10px;
  left: -10px;
  z-index: -1;
}

.programm-window.third {
  top: -30px;
  left: -30px;
  z-index: -2;
}

.programm-window.third .programm-window__top,
.programm-window.second .programm-window__top {
  min-height: 31.63px;
}

.barcode {
  pointer-events: none;
  margin-top: 15px;
}

/* Banner chad */

.main-banner__section {
  position: relative;
}

.banner__chad {
  width: auto;
  height: auto;
  pointer-events: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 0;
  padding-right: 0px;
}

/* Clients */

.dots-container {
  display: flex;
  gap: 9px;
}

.dots-container .dot {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: var(--color-prim-wh);
  margin-bottom: 15px;
}

.clients-section {
  background-color: #0d103b;
  background-image: var(--sqares-bg-blue);
  background-size: 103px 103px;
  padding: 42px 0px;
}

.container-clients {
  max-width: 1258px;
  margin: 0 auto;
  width: 100%;
  background-color: #d91825;
  padding: 16px;
  border-radius: 25px;
}

.clients-screen {
  width: 100%;
  background-color: #272b5a;
  border-radius: 25px;
  padding: 30px 16px 30px 16px;
  display: flex;
  justify-content: space-between;
}

/* Left side */

.clients-creen__left {
  display: flex;
  flex-direction: column;
}

.clients-chad__container {
  margin-top: auto;
}

.find-self-container {
  position: relative;
  margin-left: 23px;
  z-index: 0;
  margin-bottom: 20px;
}

.find-empty,
.find-self {
  font-weight: 700;
  font-size: 37px;
  line-height: 100%;
  letter-spacing: 0.06em;
  text-align: left;
  text-transform: uppercase;
  color: #000000;
  max-width: 502px;
  min-width: 502px;
  width: 100%;
  height: 62px;
  background-color: var(--color-prim-wh);
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.find-empty {
  display: block;
  position: absolute;
}

.find-empty:nth-child(2) {
  z-index: -1;
  top: 10px;
  left: -10px;
}

.find-empty:last-child {
  z-index: -2;
  top: 20px;
  left: -20px;
}

/* Right side */

.clients-screen__right {
  display: flex;
  flex-direction: column;
}

.clients-title {
  margin-top: -50px;
  color: var(--color-prim-wh);
  font-weight: 700;
  font-size: 36px;
  line-height: undefined;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  width: max-content;
  white-space: pre-line;
  margin-left: -99px;
  font-family: var(--titles-font);
  display: flex;
  flex-direction: column;
  margin-top: 0px;
  margin-bottom: 26px;
}

.clients-title span {
  padding: 5px 12px;
  white-space: pre-line;
  background-color: #d91825;
  text-align: left;
  display: inline-block;
  max-width: max-content;
}

.clients-title span:nth-child(2),
.clients-title span:last-child {
  margin-left: 100px;
}

.clients-right__content {
  display: flex;
  flex-direction: column;
}

.clients-type-list {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 16px;
  margin-bottom: 0px;
}

.clients-type-list li {
  font-weight: 700;
  font-size: 22px;
  line-height: undefined;
  letter-spacing: 0em;
  text-align: left;
  color: var(--color-prim-wh);
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}

.clients-type-list li:last-child {
  margin-bottom: 0px;
}

.clients-type-list li::before {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  background-color: #d91825;
  display: block;
  left: -15px;
  top: 8px;
}

.clients-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0em;
  text-align: left;
  color: #b4b4b4;
  margin: 19px 0px 20px 0px;
}

.form-group .wpcf7-submit,
.common-bttn {
  padding: 10px 32px 13px;
  background-color: #d91825;
  border-radius: 50px;
  font-weight: 700;
  font-size: 16px;
  line-height: undefined;
  letter-spacing: 0em;
  text-align: left;
  color: var(--color-prim-wh);
  width: max-content;
  transition: 0.3s;
  text-transform: uppercase;
}

.form-group .wpcf7-submit:hover,
.common-bttn:hover {
  background-color: #0d103b;
  color: var(--color-prim-wh);
}

/* Services */

.services-section {
  background-color: var(--redcol);
  padding: 42px 0px;
}

.custom-services-container {
  max-width: 1500px;
  width: 100%;
  border-radius: 25px;
  margin: 0 auto;
  background-color: #0d103b;
  padding: 18px 17px 22px;
}

.services-screen {
  background-color: var(--beige-col);
  padding-top: 10px;
  border-radius: 25px;
  padding-bottom: 12px;
}

.services__title {
  font-weight: 700;
  font-size: 37px;
  line-height: 120%;
  font-family: var(--titles-font);
  letter-spacing: 0em;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
}

.services__container {
  background-color: var(--beige-col);
  background-image: linear-gradient(to right, #d9d5ca 2px, transparent 2px),
    linear-gradient(to bottom, #d9d5ca 2px, transparent 2px);
  background-size: 93px 80.1px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 34px 0px;
  padding: 12px 12px 0px 12px;
}

.services__item {
  width: 32.05%;
  border: 1px solid black;
  margin-bottom: 25px;
  transition: 0.3s;
}

.services__item:focus,
.services__item:hover {
  transform: scale(1.03);
}

.services-item__top {
  background: #1c1c1c;
  position: relative;
  height: 22px;
  display: flex;
  justify-content: center;
}

.pin {
  background-color: #d9d9d9;
  display: block;
  width: 17px;
  height: 33px;
  margin: -16px auto 0;
}

.services-item__body {
  padding: 43px 25px;
  background-color: #e8e2d2;
}

.services__item:nth-child(odd) .services-item__content {
  background-color: var(--redcol);
}

.services__item:nth-child(even) .services-item__content {
  background-color: #272b5a;
}

.services-item__content {
  position: relative;
}

.services-item__content::before {
  width: 68px;
  height: 102px;
  content: "";
  position: absolute;
  right: 0px;
  top: 60px;
  background-image: url(img/Pattern_01.svg);
  display: block;
}

.services-item__content * {
  width: max-content;
}

.services-item__title {
  background-color: #e8e2d2;
  padding: 0px 5px 10px 0px;
  font-weight: 700;
  font-size: 29px;
  line-height: undefined;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: #000000;
}

.services-item__text {
  padding: 5px 5px 5px 0px;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  /* white-space: pre-line; */
  text-align: left;
  display: inline-block;
}

.services-item__text {
  background-color: #e8e2d2;
  padding-right: 5px;
}

.services-item__content br {
  height: 0px;
}

.services-item__bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 56px;
}

.services-item_bttm-text {
  background-color: #e8e2d2;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0px;
}

.centercolor {
  background-color: #e8e2d2;
  width: 54px;
}

.services-time {
  padding-right: 5px;
}

.services-money {
  padding-left: 5px;
}

.projects-section__header {
  background-color: #0d103b;
  background-image: var(--sqares-bg-blue);
  background-size: 103px 103px;
  padding: 50px 0px 50px 0px;
}

.project-section__title {
  font-size: 120px;
  color: var(--color-prim-wh);
  text-transform: uppercase;
  font-family: var(--titles-font);
  text-align: center;
}

.all-projects-container {
  background-color: var(--beige-col);
}

.all-projects-grid {
  padding: 50px 0px;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}

.project-item {
  transition: 0.3s;
  margin-bottom: 40px;
}

.project-item:focus,
.project-item:hover {
  transform: scale(1.03);
}

.project-item__top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  background-color: #1c1c1c;
  padding: 11px 10px;
}

.project-item__top .dot {
  background-color: #d9d9d9;
  display: block;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

.project-item__content {
  background-color: #e8e2d2;
  border: 1px solid #1c1c1c;
  min-height: 426px;
  overflow: hidden;
  text-align: center;
}

.project-item__content img {
  transform: scale(1.05);
}

.project-title a {
  font-weight: 400;
  font-size: 18px;
  line-height: undefined;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  margin-bottom: 0px;
  text-transform: uppercase;
  padding-top: 10px;
}

.project-descr {
  font-weight: 700;
  font-size: 18px;
  line-height: undefined;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  margin-bottom: 0px;
}

/* Footer */

.footer {
  background-color: #0d103b;
  background-image: var(--sqares-bg-blue);
  background-size: 103px 103px;
  padding: 50px 0px;
}

.socials-footer {
  display: flex;
  gap: 12px;
}

.footer-social {
  width: 80px;
  height: 80px;
}

.footer-social {
  background-color: #272b5a;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition: 0.3s;
}

.footer-social path {
  fill: var(--color-prim-wh);
  transition: 0.3s;
}

.footer-social:hover path {
  fill: var(--redcol);
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.footer-contact {
  font-size: 1.2em;
  color: var(--color-prim-wh);
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.3s;
}

.footer-contact:hover,
.footer-contact:focus {
  transform: translateX(10px);
  color: var(--color-prim-wh);
}

.worktime {
  font-size: 20px;
  color: var(--color-prim-wh);
  font-weight: 700;
  text-align: right;
}

.worktime span {
  opacity: 0.7;
}

.contacts-title {
  text-transform: uppercase;
  color: var(--color-prim-wh);
  font-family: var(--titles-font);
  font-size: 4em;
  line-height: 120%;
  margin-bottom: 50px;
}

.contacts-links {
  margin-top: 40px;
  color: var(--color-prim-wh);
  font-weight: 600;
  justify-content: space-between;
}

.contacts-links a {
  color: var(--color-prim-wh);
  text-decoration: underline;
}

.contacts-links a:hover,
.contacts-links a:focus {
  color: var(--color-prim-wh);
  text-decoration: none;
}

/* Dialog */

.form-group .wpcf7-submit {
  border: none;
}

.f-html {
  padding: 0px !important;
}

button.f-button.is-close-button {
  top: 2px;
}

.dialog-header {
  background-color: #1c1c1c;
  width: 100%;
  height: 34px;
}

.dialog-body {
  border: 1px solid #1c1c1c;
  background-color: var(--beige-col);
  padding: 20px 15px;
  width: 400px;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label br {
  display: none;
}

.form-group p {
  margin-bottom: 0px;
}

.form-group input {
  width: 100%;
  font-size: 1.2em;
  text-transform: uppercase;
  border: 1px solid #1c1c1c;
  /* margin-bottom: 15px; */
  padding: 10px 15px;
}

.form-group .wpcf7-submit,
.form-group button {
  margin: 0 auto;
}

.form-title {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  font-family: var(--titles-font);
  font-size: 1.5vw;
  text-align: center;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-acceptance label span {
  font-size: 0.9em;
}

.wpcf7-acceptance {
  margin: 15px 0px;
  display: flex;
}

.wpcf7-acceptance a {
  color: black;
  text-decoration: underline;
}

.wpcf7-acceptance a:hover {
  text-decoration: none;
}

.wpcf7-acceptance label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wpcf7-acceptance label span {
  line-height: 120%;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0px;
}

.wpcf7-acceptance input {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}

/* 404 */

.error-page__section {
  padding-top: 260px;
  padding-bottom: 150px;
  background-color: var(--bgcolor);
}

.error-page__wrapper {
  border-radius: 32px;
  background-color: #d91825;
  padding: 15px 35px 45px;
  max-width: 700px;
  margin: 0 auto;
}

.error-page__screen {
  border-radius: 32px;
  background-color: var(--beige-col);
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.error-page__title {
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--titles-font);
  font-size: 10em;
  text-align: center;
  color: #d91825;
}

.error-page__text-big {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2em;
  text-align: center;
}

.common-bttn {
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* Peroject */

.project-header_l,
.project-header_r {
  padding-top: 150px;
  padding-bottom: 30px;
}

.project-header_l {
  padding-left: 5em;
}

.project-header_r {
  padding-left: 3em;
}

.project-header_l {
  background-color: #0d103b;
  background-image: var(--sqares-bg-blue);
  background-size: 103px 103px;
}

.project-header_r {
  background-color: #e8e2d2;
}

.project-page__title {
  display: flex;
  flex-direction: column;
  font-family: var(--titles-font);
  font-weight: 700;
  font-size: 59px;
  color: var(--color-prim-wh);
  text-transform: uppercase;
}

.project-page__title span {
  font-size: 62px;
}

.project-page__about {
  font-family: var(--titles-font);
  font-weight: 700;
  font-size: 62px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: #1c1c1c;
}

.project-tags {
  margin-top: 15px;
  gap: 15px;
}

.project-tag {
  padding: 6px 18px 8px;
  background-color: #272b5a;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2000000476837158;
  letter-spacing: 0em;
  text-align: center;
  text-transform: lowercase;
  color: var(--color-prim-wh);
}

.project-page__bttns {
  margin-top: 17px;
  gap: 55px;
  display: flex;
}

.cmmn-project__bttn {
  font-weight: 700;
  font-size: 16px;
  line-height: undefined;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
  color: var(--redcol);
  background-color: #e8e2d2;
  border-radius: 45px;
  transition: 0.3s;
}

.cmmn-project__bttn:hover,
.cmmn-project__bttn:focus {
  color: var(--color-prim-wh);
  background-color: #272b5a;
}

.project-bttn {
  padding: 19px 39px;
}

.project-call-bttn {
  padding: 19px 25px;
}

.project-block__about {
  max-width: 500px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
}

.project-sceenshot__section {
  background-color: #0f0f0f;
}

.custom-screenshot__container {
  padding: 3vw 5vw;
}

/* Addition */

/* .home .page-item-9 {
  display: none;
} */

.single-project {
  background-color: var(#151718);
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
  background-color: var(--bgcolor);
  padding-top: 0px;
  transition: 0.3s;
}

/* Certificates */

.certificates__container {
  padding: 50px 0px 140px;
  background-color: #e8e2d2;
}

.certificates__content-wrapper {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}

.certificates-carousel__item-wrapper {
  margin: 0 12px;
  display: flex;
  align-items: center;
}

.certificates-carousel__item {
  display: flex;
  align-items: center;
  height: 100%;
}

.slick-slider .slick-arrow {
  width: 48px;
  height: 48px;
  background-color: #d91825;
  color: transparent;
  bottom: -100px;
  position: absolute;
  transition: 0.3s;
  border-radius: 50%;
  background-image: url(img/chevr.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 4px 0px;
}

.slick-slider .slick-prev {
  right: calc(50% + 10px);
  transform: rotate(180deg);
}

.slick-slider .slick-next {
  right: calc(50% - 60px);
}

.slick-slider .slick-arrow:hover {
  background-color: #272b5a;
  /* transform: scale(1.1); */
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.fancybox-certificate {
  transition: 0.3s;
  height: 248px;
}

/*

.fancybox-certificate:hover {
  transform: scale(1.1);
} */