/*
Theme Name: It-reserved
*/

/* global */

@font-face {
  font-family: "SFUIDisplay";
  src: local("SFUIDisplay Light"),
    url("fonts/sf-ui-display-light-58646b33e0551.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "SFUIDisplay";
  src: local("SFUIDisplay Regular"),
    url("fonts/SFUIDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "SFUIDisplay";
  src: local("SFUIDisplay Medium"),
    url("fonts/SFUIDisplay-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "SFUIDisplay";
  src: local("SFUIDisplay Semibold"),
    url("fonts/SFUIDisplay-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "SFUIDisplay";
  src: local("SFUIDisplay Bold"),
    url("fonts/SFUIDisplay-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "InterTight";
  src: local("InterTight Regular"),
    url("fonts/InterTight-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "InterTight";
  src: local("InterTight Medium"),
    url("fonts/InterTight-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "InterTight";
  src: local("InterTight SemiBold"),
    url("fonts/InterTight-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "InterTight";
  src: local("InterTight Bold"),
    url("fonts/InterTight-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Tomorrow";
  src: local("Tomorrow medium"),
    url("fonts/tomorrow-medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Tomorrow";
  src: local("Tomorrow semibold"),
    url("fonts/tomorrow-semibold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Tektur";
  src: local("Tektur Regular"),
    url("fonts/Tektur-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Tektur";
  src: local("Tektur Medium"),
    url("fonts/Tektur-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Tektur";
  src: local("Tektur SemiBold"),
    url("fonts/Tektur-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Tektur";
  src: local("Tektur Bold"),
    url("fonts/Tektur-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  src: local("Raleway Regular"),
    url("fonts/raleway_regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Solway";
  src: local("Solway Bold"),
    url("fonts/Solway-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "SFUIDisplay", sans-serif;
  color: var(--Black);
}

@supports scrollbar-color {
  body {
    scrollbar-width: thin;
    scrollbar-color: var(--Black) transparent;
  }
}

@supports selector(::-webkit-scrollbar) {
  body::-webkit-scrollbar {
    width: 10px;
  }

  body::-webkit-scrollbar-track {
    background: transparent;
  }

  body::-webkit-scrollbar-thumb {
    background: var(--Black);
    border-radius: 20px;
  }
}

h1 {
  color: var(--Silver);
  font-size: calc(42px + 23 * ((100vw - 375px) / (1920 - 375)));
  font-weight: 600;
  letter-spacing: 3.25px;
  text-transform: uppercase;
}

h2 {
  color: #fff;
  font-family: "Tektur";
  font-size: calc(28px + 7 * ((100vw - 375px) / (1920 - 375)));
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

br.mobile {
  display: none;
}

rect,
circle,
path {
  transition: var(--Transition);
}

:root {
  --Red: #b9130c;
  --Silver: #edf2ff;
  --LightSilver: #F2F2F2;
  --SilverBorder: #dfdfdf;
  --Black: #031135;
  --ColorWhite: #ffffff;
  --Dark: #0c0e15;
  --lightDark: #4c4c4d;
  --darkBg: #1e1e1e;
  --BlackColor: #282829;
  --lightBlack: #22282B;
  --lightGray: #F3F5F6;
  --bulletGray: #E6E9EA;
  --sliderLightGray: #909DA2;
  --Transition: 0.3s all linear;
}

body:has(.wrapper .header.active) {
  overflow: hidden;
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
	body[style*="overflow: hidden"] {
 	  padding-right: 10px;
	}
	
	body[style*="overflow: hidden"] .header {
		padding-right: 10px;
	}
}

.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.container,
.container_small,
.container_big {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.container_big {
  max-width: 1500px;
}

.container {
  max-width: 1305px;
}

.container_small {
  max-width: 1095px;
}

.button {
  display: flex;
  padding: 14px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: var(--Red);
  border: 0;
  outline: 0;
  transition-duration: .5s;
  cursor: pointer;
  width: fit-content;
  color: #EDF2FF;
  font-weight: 700;
  text-transform: uppercase;
}

.button:hover {
  filter: brightness(80%);
}

.main_btn {
  background-color: transparent;
  border: 1px solid var(--Silver);
  border-radius: 50px;
  padding: 15px 28px;
  min-width: 160px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17.9px;
  color: var(--Silver);
  cursor: pointer;
  transition: var(--Transition);
  text-transform: uppercase;
}

.main_btn.red:hover {
  background-color: var(--Red);
  border-color: var(--Red);
}

.img_wrap {
  overflow: hidden;
  border-radius: 15px;
  width: 100%;
}

.img_wrap img {
  transition: var(--Transition);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.img_wrap:hover img {
  scale: 1.15;
}

/* global */

/* header */

.header {
  width: 100%;
  background-color: transparent;
  padding: 25px 0 55px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: background-color 0.3s linear, padding-bottom 0.3s linear;
}


.header.fixed {
  background-color: var(--ColorWhite);
  border-bottom: 1px solid #d9dbe9;
  padding: 25px 0 35px 0;
}

.header .container_big {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  gap: 110px;
}

.header_logo {
  width: 100%;
  height: 100%;
  max-width: 180px;
  max-height: 40px;
	display:block;
}

.header_logo svg {
  width: 180px;
  height: 40px;
}

.header.fixed svg {
  fill: #000000;
}

.header.fixed .s0 {
  fill: var(--Red);
}

.header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 110px;
}

.header .menu {
  display: flex;
  align-items: center;
  gap: 70px;
}

.header .menu a {
  font-size: calc(20px - 5 * ((100vw - 375px) / (1920 - 375)));
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: var(--Silver);
  display: block;
  position: relative;
  transition: var(--Transition);
}

.header .menu-item-has-children {
  position: relative;
}

.header .menu-item-has-children > a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.header .menu-item-has-children > a::before {
  content: "";
  width: 0;
  height: 0;
  transition: var(--Transition);
}

@media screen and (min-width: 1101px) {
  .header .sub-menu {
    visibility: hidden;
    position: absolute;
    top: calc(100% + 20px);
    left: -40px;
    transform: scaleY(0) translateX(-0%);
    background-color: rgba(12, 14, 21, 0.98);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: max-content;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .header .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    animation: growDown 500ms ease-in-out forwards;
    transform-origin: top center;
    transition: 0.5s all linear;
  }

  .header .sub-menu::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: 25px;
    z-index: 1;
    background-color: transparent;
  }

  .header .menu .sub-menu a {
    color: var(--ColorWhite);
    background-color: rgba(12, 14, 21, 0.96);
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    text-wrap: nowrap;
  }

  @keyframes growDown {
    0% {
      transform: scaleY(0) translateX(-0%);
    }

    80% {
      transform: scaleY(1.1) translateX(-0%);
    }
    100% {
      transform: scaleY(1) translateX(-0%);
    }
  }

  .header .menu-item-has-children > a::before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid var(--Silver);
  }

  .fixed .menu-item-has-children > a::before {
    border-top: 6px solid #000000;
  }

  .header .menu-item-has-children:hover > a::before {
    border-bottom: 6px solid var(--Silver);
    border-top: transparent;
  }

  .fixed .menu-item-has-children:hover > a::before {
    border-bottom: 6px solid #000000;
    border-top: transparent;
  }
	
	
.header .menu .menu-item-has-children:hover .menu-item a:after {
	height:2px!important;
}
	
/* 	service item menu */
	
	.header .menu {
    position: relative;
	}
	
	#menu-item-9, #menu-item-902 {
		position:static;
	}
	
	#menu-item-9 > .sub-menu, #menu-item-902 > .sub-menu {
		display: flex;
        flex-direction: row;
        gap: 70px;
	}
	#menu-item-9 > .sub-menu a::before, #menu-item-902 > .sub-menu a::before {
		display: none;
	}
	
	#menu-item-9 .menu-item-has-children > a , #menu-item-902 .menu-item-has-children > a{
		flex-direction: row;
		padding-bottom: 10px;
	}
	
	#menu-item-9 a:hover:after, #menu-item-902 a:hover:after {
		width: 100px;
	}
	
	#menu-item-9 .sub-menu .sub-menu a:after, #menu-item-902 .sub-menu .sub-menu a:after {
		bottom: -5px;
	}
	
	#menu-item-9 .sub-menu a, #menu-item-902 .sub-menu a {
		font-weight: 500;
	}
	
	#menu-item-9 .sub-menu .sub-menu a, #menu-item-902 .sub-menu .sub-menu a {
		font-weight: 400;
		font-size: 15px;
		padding-bottom:0;
	}
	
	#menu-item-9 > .sub-menu .sub-menu, #menu-item-902 > .sub-menu .sub-menu {
        animation: none;
        padding: 0 0 0 15px;
        position: static;
        transform: scaleY(1) translateX(-0%);
        border-radius: 0;
        border: none;
		margin-top: 15px;
    }
	
/* 	#menu-item-9 > .sub-menu .sub-menu a:after, #menu-item-902 > .sub-menu .sub-menu a:after {
		display: none;
	} */
	
	#menu-item-9 > .sub-menu > li:nth-last-child(2),
	#menu-item-9 > .sub-menu > li:last-child, #menu-item-902 > .sub-menu > li:nth-last-child(2),#menu-item-902 > .sub-menu > li:last-child {
    	position: absolute;
		bottom: 50px;
        right: 90px;
	}
	
	#menu-item-9 > .sub-menu > li:nth-last-child(2), #menu-item-902 > .sub-menu > li:nth-last-child(2) {
		right: 295px;
	}
	
	/* 	service item menu */
	
	    .header #menu-item-12 .sub-menu a, .header #menu-item-10 .sub-menu a, .header #menu-item-901 .sub-menu a, .header #menu-item-899 .sub-menu a {
        padding-bottom: 15px;
    }
	
	
	
}

.fixed .menu a {
  color: #000000;
}

.header .menu a:after,
.footer .bottom_menu a::after, .footer .menu a::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--Red);
  transition: var(--Transition);
}

.header .menu > .menu-item > a::after, .footer .menu a::after {
	bottom: -10px;
}

.footer .bottom_menu a::after {
	bottom: -5px;
}

.header .menu .menu-item:hover > a::after, a[aria-current="page"]::after,
.footer_block .menu a:hover::after {
  width: 100px!important;
  height: 3px!important;
}

/* .header .menu .menu-item-has-children:hover a:after {
	width: 100px;
} */

.header_block {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header_block .main_btn {
  text-transform: math-auto;
  font-size: 15px;
}

.fixed .header_block .main_btn {
  color: #000000;
  border-color: #000000;
}

.fixed .header_block .main_btn:hover {
  border-color: var(--Red);
}

.header_burger,
.header_socials {
  display: none;
}

  /* lang */
  .language_switcher {
    position: relative;
    width: 42px;
    aspect-ratio: 1;
  }

  .language_switcher li {
    position: absolute;
    top: 100%;
    left: 0;
    scale: 0;
    width: 100%;
    height: 100%;
    transition: var(--Transition);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .language_switcher a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    max-width: 42px;
    max-height: 42px;
    background-color: var(--Red);
    color: var(--ColorWhite);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: var(--Transition);
  }

  .language_switcher a:hover {
    scale: 1.3;
  }

  .language_switcher.active li {
    scale: 1;
  }

  .language_switcher .current-lang {
    top: 0;
    scale: 1;
  }
  /* lang */


/* header */

/* footer */

.footer {
  width: 100%;
  background-color: var(--ColorWhite);
}

.footer .container {
  display: flex;
  flex-wrap: wrap;
}

.footer_row {
  display: flex;
  flex-direction: column;
}

.footer_row.first {
  gap: 25px;
  max-width: 350px;
  padding: 35px 22px 35px 0;
  border-right: 1px solid var(--SilverBorder);
}

.footer_sticky {
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: sticky;
  left: 0;
  top: 30px;
}

.footer_logo {
  margin-bottom: 15px;
}

.footer_description {
  color: var(--lightDark);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.footer .main_btn {
  max-width: 200px;
  background-color: var(--darkBg);
}

.footer_socials {
  color: var(--Dark);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}

.footer_socials ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer_socials a {
  display: block;
  width: 40px;
  height: 40px;
}

.footer_socials svg {
  width: 100%;
  height: 100%;
}

.footer_socials svg:hover rect {
  fill: var(--Red);
  stroke: var(--Red);
}

.footer_socials svg:hover path {
  fill: var(--ColorWhite);
}

.footer_socials svg:hover circle {
  fill: var(--Red);
}

.footer_row.second {
  width: calc(100% - 350px);
}

.footer_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  overflow: hidden;
  padding: 35px 0 20px 30px;
  position: relative;
}

.footer_block::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 1500px);
  height: 1px;
  background-color: var(--SilverBorder);
}

.footer_block .menu {
  display: flex;
  align-items: center;
  gap: 80px;
}

.footer_block .menu a {
  color: var(--Black);
  font-size: calc(18px - 3 * ((100vw - 375px) / (1920 - 375)));
  font-weight: 400;
  letter-spacing: 0.3px;
  position: relative;
}

.second .footer_socials {
  flex-direction: row;
}

.bottom_menu {
  width: 100%;
  padding: 35px 0 35px 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 60px;
}

.bottom_menu .menu-item-has-children > a {
  color: var(--Dark);
  font-size: calc(18px - 2 * ((100vw - 375px) / (1920 - 375)));
  font-weight: 700;
  text-transform: uppercase;
}

.bottom_menu li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bottom_menu a {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.bottom_menu .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bottom_menu > li:last-of-type {
  width: 100%;
  gap: 20px;
}

.bottom_menu li:last-of-type .sub-menu {
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.bottom_menu li:last-of-type .sub-menu a {
  padding: 10px 15px;
  border: 1px solid var(--Black);
  border-radius: 50px;
  color: var(--Black);
  font-size: calc(11px + 1 * ((100vw - 375px) / (1920 - 375)));
  font-weight: 500;
  transition: var(--Transition);
}

.bottom_menu li:last-of-type .sub-menu a::after {
	display: none;
}

.bottom_menu li:last-of-type .sub-menu a:hover, .bottom_menu li:last-of-type .sub-menu a[aria-current="page"] {
  background-color: var(--Red);
  color: var(--ColorWhite);
  border-color: var(--Red);
}



.footer_socials.mobile {
  display: none;
}

.footer_copy {
  width: 100%;
  border-top: 1px solid var(--SilverBorder);
  padding: 30px 0 25px 0;
}

.footer_copy .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--Dark);
  font-size: 12px;
  font-weight: 400;
}

.footer_copy ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.footer_copy a {
  position: relative;
  color: var(--Dark);
  font-size: 12px;
  font-weight: 400;
}

.footer_copy a::after {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--Dark);
}

/* footer */

.tech {
  background-color: var(--Black);
  padding: 60px 0;
}

.tech.tech--white {
	background-color: #fff;
}

.tech .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.tech .container h2 {
  max-width: 272px;
	font-weight: 400;
}

.tech.tech--white .container h2 {
	color: #031135;
}

.tech__items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 14px;
  max-width: 900px;
}

.tech__items li a {
  display: flex;
  padding: 14px 40px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #EDF2FF;

  color: #EDF2FF;
  font-size: 15px;
  font-weight: 700;
  transition-duration: .5s;
}

.tech.tech--white .tech__items li a {
	color: #031135;
	border: 1px solid #031135;
}
.tech.tech--white .tech__items li a:hover {
	color: #EDF2FF;
	border: 1px solid var(--Red);
}
.tech__items li a:hover {
  background-color: #b9130c;
  border: 1px solid #b9130c;
}

/* popup */

#popup, #popup_cases {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 102;
  transform: scaleY(0.01) scaleX(0);
  padding: 15px;
}

#popup.hide, #popup_cases.hide {
  animation: unfoldOut 1s 0s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#popup:target, #popup_cases:target {
  display: flex;
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#popup .popup_bg, #popup_cases .popup_bg {
  background-color: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(2px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#popup:target .popup_body, #popup_cases:target .popup_body {
  scale: 1;
}

#popup .popup_body, #popup_cases .popup_body {
  display: flex;
  align-items: center;
	justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 800px;
  transition: 1s all linear;
  scale: 0;
  padding: 65px 60px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.popup_block {
	width: 100%;
	 display: flex;
	flex-direction:column;
}

.popup_block.first {
	max-width: 300px;
	 gap: 30px;
}

#popup_cases .popup_block.first {
	gap: 50px;
}

.popup_block.second {
	max-width: 375px;
  gap: 25px;
	padding-left: 45px;
	border-left: 1px solid #282829;
}

.popup_title {
	color: #FFF;
font-family: "Tektur";
font-size: calc(28px + 10 * ((100vw - 375px) / (1920 - 375)));
font-weight: 600;
line-height: 150%; 
letter-spacing: 3.073px;
text-transform: uppercase;
}

#popup_cases .popup_title {
font-size: calc(18px + 4 * ((100vw - 375px) / (1920 - 375)));
letter-spacing: 1.76px;
}

.popup_form_title {
	color: #FFF;
text-align: center;
font-family: "Tektur";
font-size: calc(16px + 2 * ((100vw - 375px) / (1920 - 375)));
font-weight: 400;
line-height: 140%;
letter-spacing: 1.44px;
text-transform: uppercase;
}

.popup_content {
	padding: 15px 20px 25px 25px;
	color: #FFF;
font-size: calc(14px + 2 * ((100vw - 375px) / (1920 - 375)));
font-weight: 400;
line-height: 150%;
	border-radius: 10px;
	max-width: 280px;
border: 1px solid rgba(255, 255, 255, 0.21);
}

#popup_cases .popup_content {
	padding: 20px 25px;
}

.popup .form label {
	width: 100%;
}

.popup .form .all_width {
	flex-direction: column;
	gap: 20px;
	margin-top: 0;
}

.popup .form_submit {
	width: 100%;
}

.popup_close {
  width: 32px;
  height: 32px;
  aspect-ratio: 1 / 1;
  position: absolute;
  cursor: pointer;
  transition: var(--Transition);
  right: 20px;
  top: 15px;
  border-radius: 50%;
	border: 1.5px solid #333333;
}

.popup_close::after,
.popup_close::before {
  content: "";
  width: 80%;
  height: 1.5px;
  background-color:#333333;
  position: absolute;
  top: 50%;
  left: 50%;
}

.popup_close::before {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.popup_close::after {
 transform: translate(-50%, -50%) rotate(45deg);
}

.popup_close:hover {
  scale: 1.05;
}

@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}

@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}

/* popup */

@media screen and (max-width: 1600px) {
  /* header */
  .header .container_big {
    gap: 15px;
  }

  .header_wrap {
    width: 100%;
    justify-content: end;
    gap: 30px;
  }

  .header .menu {
    gap: 50px;
	margin-left: auto;
  }
	
	.header_block {
   margin-left: auto;
}
	
	.header .menu .menu-item:hover > a::after, a[aria-current="page"]::after,
.footer_block .menu a:hover::after {
  width: 75px!important;
	height: 3px;
}
  /* header */
}

@media screen and (max-width: 1300px) {
  /* header */
  .header .menu {
    gap: 20px;
  }
  /* header */

  /* footer */

  .footer_block .menu {
    gap: 20px;
    flex-wrap: wrap;
  }

  /* footer */
}

@media screen and (max-width: 1200px) {
  .tech .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .tech__items {
    max-width: 100%;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1150px) {
	.header .menu {
        gap: 10px;
    }
	
	    .header_wrap {
        gap: 15px;
    }
	
	    #menu-item-9 > .sub-menu {
        gap: 35px;
    }
}

@media screen and (max-width: 1100px) {
  .tech {
		padding: 40px 0 80px 0;
	}
	 /* tech */

  .tech__items {
    justify-content: flex-start;
  }

  .tech .container h2 {
    max-width: 100%;
  }

  /* tech */


  /* header */
  .header,
  .header.fixed {
    padding: 20px 0;
  }

  .header.active {
    background: rgba(12, 14, 21, 0.98);
    border-bottom: 1px solid transparent;
  }

  .header.active svg,
  .header.active .s0 {
    fill: var(--ColorWhite);
  }
	
	.header_logo {
    max-width: 161px;
}
	
	.header_logo svg {
    width: 161px;
    height: 36px;
}

  .header .container_big {
    justify-content: space-between;
  }

  .header_burger {
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    cursor: pointer;
  }

  .header_burger::after,
  .header_burger::before,
  .header_burger span {
    position: absolute;
    right: 0;
    height: 3px;
    background-color: var(--ColorWhite);
    transition: var(--Transition);
  }

  .fixed .header_burger::after,
  .fixed .header_burger::before,
  .fixed .header_burger span {
    background-color: #000000;
  }

  .header.active .header_burger::after,
  .header.active .header_burger::before,
  .header.active .header_burger span {
    background-color: var(--ColorWhite);
  }

  .header_burger::before {
    content: "";
    width: 60%;
    top: 0px;
  }

  .header_burger span {
    top: 50%;
    translate: 0 -50%;
    width: 100%;
  }

  .header_burger::after {
    content: "";
    bottom: 0px;
    width: 60%;
  }

  .header.active .header_burger::before {
    rotate: 45deg;
    top: 50%;
    width: 100%;
  }

  .header.active .header_burger span {
    rotate: -45deg;
    top: 50%;
    translate: 0;
  }

  .header.active .header_burger::after {
    opacity: 0;
  }

  .header_wrap {
	  
    max-width: 400px;
    position: absolute;
    top: 100%;
    right: -450px;
    transition: var(--Transition);
    background-color: rgba(12, 14, 21, 0.98);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 40px 15px 70px 15px;
    height: calc(100vh - 81px);
    gap: 40px;
    overflow-y: scroll;
  }
	
	.header_wrap:after {
		content: "";
        position: absolute;
        background-color: rgba(255, 255, 255, 0.19);
        top: 0;
        left: 15px;
        width: calc(100% - 20px);
        height: 1px;
	}

  .header_wrap::-webkit-scrollbar {
    width: 10px;
  }
  
  .header_wrap::-webkit-scrollbar-track {
    background: transparent;
  }
  
  .header_wrap::-webkit-scrollbar-thumb {
    background: var(--Black);
    border-radius: 20px;
  }

  .header .menu {
    flex-direction: column;
    gap: 25px;
    width: 100%;
    align-items: flex-start;
  }

  .fixed .menu a {
    color: var(--Silver);
  }

  .header .menu a {
    width: max-content;
  }

  .header .menu-item-has-children > a::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid var(--Silver);
    position: absolute;
    right: 0;
	pointer-events: none;
  }

  .header .menu-item-has-children.active > a::before {
    rotate: 90deg;
  }

  .header .menu-item-has-children {
    width: 100%;
    cursor: pointer;
  }

  .header.active .header_wrap {
    right: 0;
  }

  .header .menu-item-has-children > a {
    position: static;
  }

  .header .menu-item-has-children.active .sub-menu {
    margin-top: 15px;
    max-height: 100vh;
  }

  .header .menu-item-has-children .sub-menu {
    height: 100%;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .header .menu-item-has-children .sub-menu a {
    color: var(--ColorWhite);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.36px;
  }
	
	.header .menu > .menu-item-has-children  > .sub-menu > .menu-item > a {
		 font-weight: 500;
	}

  .header .menu-item-has-children .sub-menu a::before {
    display: none;
  }

  .header .menu-item-has-children .sub-menu .sub-menu {
    margin-top: 10px;
    padding-left: 15px;
  }

  .header .menu-item-has-children .sub-menu .sub-menu a {
    font-size: 15px;
  }

  .header_block {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }

  .header_block .main_btn {
    display: none;
  }

  .header_socials {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .header_socials a {
    height: 42px;
    display: block;
  }

  .header_socials svg {
    width: 42px;
    height: 42px;
  }

  .header .menu a:after {
    display: none;
  }
	
  .header a[aria-current="page"]::after {
  	display: block!important;
  	top: 20px !important;
  	width: 70px;
  	height: 2px;
  }
	
	.header .menu >li > a[aria-current="page"]::after {
		top: 25px !important;
	}

  /* header */

  /* footer */

  .footer_block {
    flex-direction: column;
    align-items: flex-start;
  }

  /* footer */
}

@media screen and (max-width: 768px) {
	  .tech__items li a {
    padding: 12px 30px;
    font-size: 11px;
  }

  /* globals */

  br.mobile {
    display: block;
  }

  /* globals */

  /* footer */

  .footer .container {
    flex-direction: column;
  }

  .footer_row.first {
    max-width: 100%;
    padding: 60px 0 30px 0;
    border-right: none;
    border-bottom: 1px solid var(--SilverBorder);
  }

  .footer_row.first .footer_socials {
    display: none;
  }

  .footer_logo {
    margin-bottom: 0;
  }

  .footer_row.second {
    width: 100%;
  }

  .footer_block {
    padding: 30px 0 40px 0;
    gap: 25px;
  }

  .footer_block .menu {
    gap: 25px 40px;
  }

  .second .footer_socials {
    gap: 20px;
  }

  .bottom_menu {
    padding: 45px 0 40px 0;
    gap: 30px 15px;
    justify-content: space-between;
  }

  .bottom_menu > li {
    width: calc(100% / 2 - (15px / 2));
  }

  .bottom_menu a {
    width: max-content;
  }

  .bottom_menu > li:last-of-type {
    margin-top: 10px;
  }

  .bottom_menu > li:last-of-type span {
    font-size: 16px;
  }

  .bottom_menu li:last-of-type .sub-menu {
    justify-content: space-between;
    gap: 10px;
  }

  .footer_socials.mobile {
    display: flex;
    padding: 35px 0;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-top: 1px solid var(--SilverBorder);
  }

  .footer_copy {
    padding: 25px 0 40px 0;
  }

  .footer_copy .container {
    flex-direction: column-reverse;
    gap: 25px;
  }

  /* footer */
	
/* 	popup */
	#popup, #popup_cases {
		    padding: 0;
	}
	
	#popup .popup_body, #popup_cases .popup_body {
		padding: 65px 30px;
		justify-content: center;
	}
	.popup_block.first {
   display:none;
}
	
	.popup_block.second {
    max-width: 400px;
    gap: 30px;
    padding-left: 0;
    border-left: none;
}
	
	.popup .form .all_width {
		gap: 25px;
	}
	
	.popup .form .all_width:last-of-type {
    margin-top: 0;
}
	
	/* 	popup */
}
