 @font-face {
    font-family: 'IgraSans';
	src: url(../fonts/igra-sans.woff2);
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Craftwork Grotesk';
	src: url(../fonts/CraftworkGrotesk-h.woff2);
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Craftwork Grotesk';
	src: url(../fonts/CraftworkGrotesk-m.woff2);
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Craftwork Grotesk';
	src: url(../fonts/CraftworkGrotesk-r.woff2);
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Inter';
	src: url(../fonts/Inter-r.woff2); 
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Inter';
	src: url(../fonts/Inter-l.woff2);
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'icon';
	src: url(../fonts/icons/icon.woff2);
	font-style: normal;
	font-display: swap;
}
:root {
    --orange-100: #ff5736;
    --orange-200: #ff5938;
    --dark-100: #121212;
    --dark-200: #131313;
    --grey-800: #242424;
    --grey-700: #232323;
    --grey-400: #424242;
    --grey-300: #707070;
    --grey-200: #a1a1a1;
    --grey-100: #c7c7c7;
    --white: hsl(0, 0%, 100%);
    --white-200: #f5f5f5;
    --white-300: #f6f6f6;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    font-family: 'IgraSans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.00000000001px;
    font-weight: 400;
    color: var(--white);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  --webkit-appearance:none;
  border-radius: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
    --webkit-appearance: none;
    margin: 0;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="date"],
textarea,
input[type="tel"],
select,
input[type="submit"],
button,
.btn {
  --webkit-appearance: none;
  border-radius: 0;
}
a {
    text-decoration: none;
    transition: 0.2s;
}
p {
    cursor: default;
}
img {
    object-fit: cover;
}
textarea {
    --webkit-appearance: none;
    resize: vertical;
}
input[placeholder] {
    text-overflow: ellipsis;
}
::-webkit-input-placeholder {
    color: hsl(0, 0%, 63%);
    font-family: 'Mulish';
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.5px;
}
:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px var(--white) !important;
    box-shadow: inset 0 0 0 50px var(--white) !important;
}
:focus::-webkit-input-placeholder {
    color: transparent;
    transition: 0.3s;
}
::selection {
    background-color: hsla(51, 23%, 11%, 0.7);
    color: var(--white);
}
.wrapper {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}
header {
    background-color: var(--dark-200);
    position: relative;
    z-index: 999;
}
header .wrapper {
    display: flex;
    align-items: center;
}
header .subheader-btn {
    display: grid;
    grid-template-columns: repeat(3, 3px);
    gap: 5px;
    grid-template-rows: repeat(3, 3px);
    margin-right: 3%;
    cursor: pointer;
}
header .subheader-btn div {
    border-radius: 50%;
    background-color: var(--white);
    transition: .3s;
}
header .subheader-btn.open div,
header .subheader-btn:hover div {
    background-color: var(--orange-200);
}
header .subheader-btn.open div:nth-child(2n) {
    opacity: 0;
}
header .logo,
footer .logo {
    max-width: 225px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .logo img,
footer .logo img {
    width: 100%;
}
header .wrapper > nav {
    margin-left: auto;
}
header .wrapper > nav .ws-menu {
    display: flex;
    align-items: center;
    gap: 20px;
}
header .wrapper > nav .ws-menu p,
header .wrapper > nav .ws-menu a {
    transition: 0.3s;
    cursor: pointer;
}
header .wrapper > nav .ws-menu .selected > p,
header .wrapper > nav .ws-menu .selected > a {
    color: var(--orange-100);
    position: relative;
}
header .wrapper > nav .ws-menu .selected > p::after,
header .wrapper > nav .ws-menu .selected > a::after {
    content: ''; 
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: var(--orange-100);
    position: absolute;
    left: calc(50% - 1px);
    top: 22px;
}
header .wrapper > nav .ws-menu .selected > p::after {
    top: 53px;
}
header .wrapper > nav .ws-menu p {
    padding: 30px 0;
}
header .wrapper > nav .ws-menu p:hover,
header .wrapper > nav .ws-menu a:hover {
    color: var(--orange-200);
}
header .subheader,
header .wrapper > nav .ws-menu p ~ .sub-menu {
    max-height: 0px;
    transition: .4s;
    position: absolute;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    width: 100%;
    left: 0;
    z-index: 20;
    background-color: var(--dark-100);
    padding-left: calc((100% - 1180px) / 2);
    padding-right: calc((100% - 1180px) / 2);
}
header .subheader {
    top: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
header .subheader nav {
    margin-top: 80px;
    margin-bottom: 155px;
    position: relative;
    z-index: 1;
}
header .subheader nav .ws-menu {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
header .subheader nav .ws-menu > .item:first-child {
    display: none;
}
header .subheader nav .item p,
header .subheader nav .item a {
    font-size: 50px;
    line-height: 40px;
    transition: .3s;
}
header .subheader nav .item p:hover,
header .subheader nav .item a:hover {
    color: var(--orange-200);
}
header .subheader nav .sub-menu {
    display: none;
}
header .subheader .info {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-top: 80px;
    margin-bottom: 160px;
    position: relative;
    z-index: 1;
}
header .subheader .info h2 {
    font-family: 'Inter', sans-serif;
}
header .subheader .info div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
header .subheader .info a {
    font-size: 18px;
    line-height: 20px;
    transition: .2s;
}
header .subheader .info a:hover {
    color: var(--orange-200);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
header .subheader .info .feedback {
    border: none;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
    font-size: 18px;
    line-height: 20px;
}
header .subheader .info .feedback::after {
    font-family: 'icon';
    content: '\e939';
    font-size: 12px;
    color: var(--white);
    margin-left: 10px;
    transform: rotate(-45deg);
    margin-top: 1px;
    transition: .2s;
}
header .subheader .info .feedback:hover::after {
    color: var(--orange-200);
}
header .subheader-btn.open ~ .subheader {
    max-height: 1000px;
}
header .subheader::before,
header .wrapper > nav .ws-menu p ~ .sub-menu::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: hsla(0, 0%, 100%, 0.2);
    max-width: 1180px;
    margin: 0 auto;
    position: absolute;
    top: 0;
}
header .wrapper > nav .ws-menu .item:hover p ~ .sub-menu {
    max-height: 1000px;
}
header .wrapper > nav .ws-menu p ~ .sub-menu > .item {
    margin-top: 50px;
    margin-bottom: 450px;
}
header .career-menu .sub-menu {
    gap: 100px;
    justify-content: flex-start!important;
}
header .wrapper > nav .ws-menu p ~ .sub-menu > .item > a {
    font-family: 'Craftwork Grotesk';
    display: block;
    letter-spacing: 0.02em;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 22px;
}
 header .wrapper > nav .ws-menu p ~ .sub-menu > .item > div .sub-menu .child-2 {
     font-family: 'Craftwork Grotesk';
     display: block;
     letter-spacing: 0.02em;
     font-weight: 500;
     text-transform: uppercase;
     line-height: 22px;
 }
header .wrapper > nav .ws-menu p ~ .sub-menu > .item:first-child > a {
    max-width: 140px;
    margin-bottom: 20px;
} 
header .wrapper > nav .ws-menu p ~ .sub-menu > .item:nth-child(2) > a {
    max-width: 180px;
    margin-bottom: 20px;
} 
header .wrapper > nav .ws-menu p ~ .sub-menu > .item:nth-child(3) > a {
    max-width: 130px;
    margin-bottom: 20px;
}
header .wrapper > nav .ws-menu p ~ .sub-menu .sub-menu {
    display: grid;
    grid-template-columns: 180px 170px;
    row-gap: 10px;
}
header .wrapper > nav .ws-menu p ~ .sub-menu .sub-menu a {
    font-family: 'Craftwork Grotesk';
    line-height: 24px;
    color: var(--grey-200);
}
header .wrapper > nav .ws-menu p ~ .sub-menu .sub-menu a:hover {
    color: var(--orange-200);
}
header .hamburger {
    display: none;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 20px;
    height: 15px;
    cursor: pointer;
    z-index: 1;
    transition: 0.25s;
    margin-left: auto;
}
header .hamburger span::before {
    content: '';
    top: -6px;
}
header .hamburger span::after {
    content: '';
    top: 6px;
}
header .hamburger span,
header .hamburger span::before,
header .hamburger span::after {
    display: block;
    position: absolute;
    width: 20px;
    height: 1px;
    background: var(--white);
    transition: 0.25s;
}
header .hamburger.show span {
    transform: rotate(45deg);
}
header .hamburger.show span::before  {
    top: 0;
    transform: rotate(0);
    opacity: 0;
}
header .hamburger.show span::after {
    top: 0;
    transform: rotate(90deg);
}
.main-block {
    background: var(--dark-100);
    position: relative;
    display: flex;
    align-items: center;
    padding: 130px 0;
    overflow: hidden;
    border-top: 1px solid var(--grey-400);
    min-height: 620px;
}
.title-page .block-text {
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    padding: 40px 40px 40px 60px;
}
header .subheader::after,
.main-block::before,
.main-title::before,
.title-page .block-text::before {
    content: '';
    background-image: url(../../../../images/2023/02/ellipse-148.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: absolute;
    top: 0;
    left: -30%;
    bottom: 0;
    animation: pulsar 4s infinite linear;
}
header .subheader::after {
    top: -25%;
    right: 0;
    left: auto;
    transform: rotateY(180deg);
}
.title-page .block-text::before {
    z-index: 1;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    background: var(--dark-200);
    background-image: url(../../../../images/2023/02/ellipse-148.webp);
    border-radius: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotateY(180deg);
    background-position: center;
    width: calc(100% - 2px);
    overflow: hidden;
}
.title-page .block-text::after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(270deg, rgba(246, 85, 53, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
    border-radius: 30px;
}
.title-page .block-text .text {
    position: relative;
    z-index: 1;
    font-family: 'Inter';
    font-size: 18px;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.title-page .block-text .text * {
    font-family: 'Inter';
    font-size: 18px;
    line-height: 30px;
}
.main-block::before {
    animation: pulsar 5s infinite linear;
}
@keyframes pulsar {
    0% {
        filter: drop-shadow(0px 0px 10px rgba(255, 87, 54, 0));
    }
    30% {
        filter: drop-shadow(0px 0px 10px rgba(255, 87, 54, 0.7));
    }
    100% {
        filter: drop-shadow(0px 0px 10px rgba(255, 87, 54, 0));
    }
}
.ellipse {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: calc(((100% - 1180px)/2) - 60px);    
    top: 0;
    width: 575px;
    height: 562px;
    pointer-events: none;
}
.ellipse div {
    width: 240px;
    height: 520px;
    border: 1px solid var(--white);
    border-radius: 120px/260px;
    position: absolute;
    transform-origin: 53% 41%;
    transform: rotate(-10.35deg);
    opacity: 0;
    left: 0;
    animation: ellipse-rotate 22s infinite linear;
}
@keyframes ellipse-rotate {
    0% {
        opacity: 0.001;
        transform: perspective(500px) rotate(-10deg) scale(1) skewX(0);
    }
    20% {
        opacity: 0.4;
    }
    50% {
        transform: perspective(500px) rotate3d(-120, -100, -475, -260deg) scale(0.6) skewX(20deg);
        opacity: 0.1;
    }
    70% {
        opacity: 0.4;
    }
    100% {
        opacity: 0.05;
        transform: perspective(500px) rotate3d(1, 1, 1, -10deg) scale(1) skewX(0);
    }
}
main .ellipse div:first-child {
    animation-delay: 0.3s;
}
main .ellipse div:nth-child(2) {
    animation-delay: 0.6s;
}
main .ellipse div:nth-child(3) {
    animation-delay: 0.9s;
}
main .ellipse div:nth-child(4) {
    animation-delay: 1.2s;
}
main .ellipse div:nth-child(5) {
    animation-delay: 1.5s;
}
main .ellipse div:nth-child(6) {
    animation-delay: 1.8s;
}
main .ellipse div:nth-child(7) {
    animation-delay: 2.1s;
}
main .ellipse div:nth-child(8) {
    animation-delay: 2.4s;
}
main .ellipse div:nth-child(9) {
    animation-delay: 2.7s;
}
main .ellipse div:nth-child(10) {
    animation-delay: 3s;
}
main .ellipse div:nth-child(11) {
    animation-delay: 3.3s;
}
main .ellipse div:nth-child(12) {
    animation-delay: 3.6s;
}
main .ellipse div:nth-child(13) {
    animation-delay: 3.9s;
}
main .ellipse div:nth-child(14) {
    animation-delay: 4.2s;
}
main .ellipse div:nth-child(15) {
    animation-delay: 4.5s;
}
main .ellipse div:nth-child(16) {
    animation-delay: 4.8s;
}
main .ellipse div:nth-child(17) {
    animation-delay: 5.1s;
}
main .ellipse div:nth-child(18) {
    animation-delay: 5.4s;
}
main .ellipse div:nth-child(19) {
    animation-delay: 5.7s;
}
main .ellipse div:nth-child(20) {
    animation-delay: 6s;
}
main .ellipse div:nth-child(21) {
    animation-delay: 6.3s;
}
main .ellipse div:last-child {
    animation-delay: 6.6s;
}
.main-block .wrapper {
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.main-block .icon {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: 10px;
    min-width: 230px;
}
.main-block .icon::before {
    content: '\e91e';
    font-family: 'icon';
    color: var(--white);
    font-size: 42px;
    line-height: 42px;
}
.main-block .text {
    display: flex;
}
.main-block .text > div {
    max-width: 780px;
}
.main-block .text::before {
    content: '';
    display: block;
    height: 150px;
    width: 1px;
    min-width: 1px;
    background: linear-gradient(to bottom, var(--white), transparent);
    margin-right: 60px;
}
.main-block .icon,
.main-block .text h1 {
    font-size: 34px;
    letter-spacing: 1px;
    line-height: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.main-block .text p,
.title-page .block-text p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 30px;
}
.work {
    padding: 120px 0;
}
.work h2 {
    color: var(--dark-200);
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 50px;
}
.work .list-areas {
    background: var(--orange-100);
    border-radius: 30px;
    padding: 50px 40px;
    display: grid;
    grid-template-columns: 0.92fr 0.89fr 0.85fr;
    gap: 20px;
}
.work .list-areas .item {
    display: flex;
    gap: 15px;
    opacity: 0;
    transform: translateY(-15px);
}
.work .list-areas .item .title {
    font-size: 17px;
    letter-spacing: 1px;
}
.work .list-areas .item.animation {
    animation: animateWork .3s forwards linear;
    will-change: transform;
}
@keyframes animateWork {
    from {
        transform: translateY(-15px);
        opacity: 0;
    }
    to {
        transform: translate(0);
        opacity: 1;
    }
}
.work .list-areas .item::before {
    font-family: 'icon';
    color: var(--white);
    font-size: 20px;
    line-height: 20px;
}
.list-areas .auto::before {
    content: '\e930';
}
.list-areas .trade::before {
    content: '\e92c';
}
.list-areas .infrastructure::before {
    content: '\e934';
}
.list-areas .building::before {
    content: '\e932';
}
.list-areas .tourism::before {
    content: '\e925';
}
.list-areas .safety::before {
    content: '\e931';
}
.list-areas .learning::before {
    content: '\e933';
}
.list-areas .telecommunications::before {
    content: '\e92d';
}
.list-areas .finance::before {
    content: '\e92e';
}
.list-areas .agriculture::before {
    content: '\e921';
}
.list-areas .energy::before {
    content: '\e92f';
}
.list-areas .industry::before {
    content: '\e935';
}
.list-areas .insurance::before {
    content: '\e927';
}
.list-areas .sports::before {
    content: '\e91f';
}
.list-areas .startups::before {
    content: '\e920';
}
section.contact-form {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 300px calc(92% - 300px);
    gap: 60px 8%;
    margin-top: 120px;
    margin-bottom: 220px;
    position: relative;
}
section.contact-form > h2 {
    grid-area: 1/1/2/3;
    font-size: 34px;
    line-height: 48px;
    letter-spacing: 1px;
    color: var(--dark-100);
}
section.contact-form .contact-us {
    background-color: var(--orange-100);
    padding: 30px 40px 40px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
}  
section.contact-form .contact-us h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 40px;
    max-width: 260px;
}
section.contact-form .contact-us .links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 70px;
}
section.contact-form .contact-us .links a {
    font-size: 18px;
}
section.contact-form .contact-us .links a:last-child {
    text-decoration: underline;
}
section.contact-form .contact-us > a {
    padding-top: 40px;
    border-top: 1px solid hsla(0, 0%, 100%, 0.5);
    font-size: 18px;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
section.contact-form .contact-us > a::after {
    content: '\e93e';
    font-family: 'icon';
    font-size: 11px;
    line-height: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--white);
    color: var(--orange-100);
    margin-right: 11px;
    transition: .3s;
}
section.contact-form .contact-us > a::before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0);
    position: absolute;
    right: 0;
    opacity: 0;
    transition: .3s;
    transform: scale(0);
    background: rgba(255, 255, 255, 0.8);
}
section.contact-form .contact-us > a:hover::before,
section.contact-form .contact-us > a:hover:after {
    opacity: 0.8;
}
section.contact-form .contact-us > a:hover::before {
    animation: puls-white 0.5s forwards linear;
}
@keyframes puls-white {
    0% {
        transform: scale(0);
        background: var(--white);
        opacity: 0;
    }
    80% {
        transform: scale(1.02);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        background: rgba(255, 255, 255, 0);
        border: 1px solid rgba(255, 255, 255, 1);
    }
}
@keyframes puls-orange {
    0% {
        transform: scale(0);
        background: var(--orange-100);
        opacity: 0;
    }
    50% {
        transform: scale(1.02);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        background: rgba(255, 87, 54, 0);
        border: 1px solid rgba(255, 87, 54, 1);
    }
}
section.contact-form .image-line {
    position: absolute;
    right: 70px;
    top: -230px;
}
section.contact-form .image-line .ellipse {
    width: 404px;
    height: 394px;
    position: static;
    transform: rotateY(180deg);
}
section.contact-form .image-line .ellipse div {
    width: 170px;
    height: 370px;
    border-radius: 85px/180px;
    border: 1px solid var(--orange-100);
}
section.contact-form form  {
    display: flex;
    flex-direction: column;
    /* overflow: hidden; */
}
section.contact-form form div:not(.file, .bottom) {
    display: grid;
    grid-template-columns: 190px auto;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
section.contact-form form div span,
section.contact-form form div label {
    font-size: 18px;
    line-height: 20px;
    color: var(--dark-100);
}
section.contact-form form div input:not([type="file"]),
section.contact-form form div input:not([type="checkbox"]) {
    border: none;
    border-bottom: 1px solid var(--dark-100);
    padding: 0 20px;
    background: var(--white);
    color: var(--dark-100);
}
section.contact-form form div input {
    font-family: 'Inter';
    font-size: 14px;
    line-height: 30px;
    color: var(--dark-100);
    width: 100%;
}
section.contact-form form div input::placeholder {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height: 30px;
}
section.contact-form form .file {
    padding-top: 20px;
}
section.contact-form form div.file input[type="file"] {
    display: none;
}
section.contact-form form div.file label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: .3s linear;
}
section.contact-form form div.file label:hover {
    color: var(--orange-100);
}
section.contact-form form div.file label::before {
    content: '\e91d';
    font-family: 'icon';
    font-size: 30px;
    line-height: 30px;
    transition: .3s linear;
}
section.contact-form form div.file label:hover:before {
    color: var(--orange-100);
}
section.contact-form form .bottom  {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}
section.contact-form form .bottom input {
    display: none;
}
section.contact-form form .bottom label {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    cursor: pointer;
    position: relative;
}
section.contact-form form .bottom label a,
section.contact-form form .bottom label span {
    font-family: 'Inter';
    font-size: 12px;
    line-height: 18px;
    color: var(--dark-100);
}
section.contact-form form .bottom label span {
    max-width: 450px;
}
section.contact-form form .bottom label a {
    text-decoration: underline;
}
section.contact-form form .bottom label::before {
    content: '';
    display: block;
    min-width: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid hsl(0, 0%, 0%);
}
section.contact-form form .bottom label::after {
    content: '\e93f';
    font-family: 'icon';
    font-size: 16px;
    line-height: 14px;
    position: absolute;
    left: 3px;
    top: 4px;
    opacity: 0;
    color: var(--orange-100);
    font-weight: 500;
}
section.contact-form form .bottom input:checked ~ label::after {
    opacity: 1;
}
section.contact-form form .bottom button {
    min-width: 100px;
    min-height: 100px;
    background-color: var(--orange-100);
    border-radius: 50%;
    font-size: 12px;
    line-height: 20px;
    color: var(--white);
    border: none;
    transition: .7s;
    cursor: pointer;
    position: relative;
}
section.contact-form form .bottom button::after {
    content: '';
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid var(--orange-100);
    position: absolute;
    top: -11px;
    left: -11px;
    opacity: 0;
    transition: .5s;
    transform: scale(0);
    background: rgba(255, 87, 54, 0.8);
}
section.contact-form form .bottom button:hover::after {
    opacity: 0.8;
    animation: puls-orange 0.5s forwards linear;
}
section.contact-form form .bottom button:hover {
    opacity: 0.8;
}
.window-background {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow-y: auto;
}
.window-background .window-body {
    max-height: 100vh;
    width: 100%;
    max-width: 1180px;
    background: var(--white);
    position: absolute;
    padding: 140px 180px 190px;
    animation: show-window 0.5s forwards;
    border: 1px solid var(--orange-200);
    box-shadow: 0px 0px 40px rgba(255, 87, 54, 0.2);
    border-radius: 20px;
    display: flex;
    gap: 40px;
}
@keyframes show-window {
    0% {
        top: -490px;
    }
    100% {
        top: calc(50% - 245px);
    }
}
.window-background .window-body .window-close {
    position: absolute;
    right: 40px;
    top: 40px;
    transform: rotate(45deg);
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.window-background .window-body .window-close::before {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: var(--dark-200);
    top: 14px;
    left: 0;
}
.window-background .window-body .window-close::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: var(--dark-200);
    top: 0;
    left: 14px;
}
.window-background .window-title {
    width: calc(100% - 140px);
    padding-bottom: 20px;
}
.window-background .window-body h2 {
    font-size: 34px;
    line-height: 44px;
    color: var(--dark-200);
    margin-bottom: 40px;
}
.window-background .window-body p {
    font-size: 18px;
    line-height: 28px;
    color: var(--dark-200);
}
.window-background .window-body button.close {
    width: 100px;
    height: 100px;
    background-color: var(--orange-100);
    border: none;
    cursor: pointer;
    align-self: flex-end;
    border-radius: 50%;
    font-size: 12px;
    line-height: 20px;
    position: relative;
    transition: 0.3s;
}
.window-background .window-body button.close::after {
    content: '';
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid var(--orange-100);
    position: absolute;
    top: -11px;
    left: -11px;
    transition: .5s;
    transform: scale(0);
    background: rgba(255, 87, 54, 0.8);
}
.window-background .window-body button.close:hover {
    opacity: 0.8;
}
.window-background .window-body button.close:hover::after {
    animation: puls-orange 0.3s forwards linear;
}
.go-up {
    position: fixed;
    bottom: 50px;
    right: 40px;
    z-index: 111;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--orange-100);
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: auto;
    transition: .3s linear;
}
.go-up:hover {
    background-color: var(--orange-100);
}
.go-up::after {
    content: '\e938';
    font-family: 'icon';
    font-size: 12px;
    line-height: 12px;
    color: var(--orange-100);
    transition: .3s linear;
}
.go-up:hover::after {
    color: var(--white);
}
footer {
    padding-bottom: 55px;
}
footer .top {
    border-top: 2px solid var(--dark-100);
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 75px;
}
footer .top nav {
    width: 60%;
}
footer .top nav .ws-menu {
    width: 100%;
    display: grid;
    grid-template-columns: 65% 17%;
    grid-template-rows: repeat(4,20px);
    row-gap: 20px;
    justify-content: space-between;
}
footer .top nav .ws-menu > .item:first-child {
    grid-area: 1/1/8/2;
}
footer .top nav p,
footer .top nav .ws-menu > .item > a {
    font-size: 18px;
    color: var(--dark-100);
    position: relative;
    transition: .3s;
}
footer .top nav .ws-menu > .item > .sub-menu > .item .sub-menu a:hover,
footer .top nav .ws-menu > .item > .sub-menu > .item > a:hover,
footer .top nav .ws-menu > .item > a:hover {
    color: var(--orange-200);
} 
footer .top nav .ws-menu > .item > a::after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background-color: var(--orange-200);
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    transition: .3s;
}
footer .top nav .ws-menu > .item > a:hover::after {
    width: 100%;
}
footer .top nav p {
    margin-bottom: 20px;
}
footer .top nav .ws-menu > .item > .sub-menu {
    display: grid;
    grid-template-columns: 225px 180px;
    grid-template-rows: 20px 130px;
    row-gap: 10px;
    justify-content: space-between;
}
footer .top nav .ws-menu > .item > .sub-menu > .item > a {
    color: var(--dark-100);
    display: flex;
    margin-bottom: 5px;
    transition: .3s;
}
footer .top nav .ws-menu > .item > .sub-menu > .item:nth-child(3) {
    grid-area: 1/2/3/3;
}
footer .top nav .ws-menu > .item > .sub-menu > .item .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 9px;
}
footer .top nav .ws-menu > .item > .sub-menu > .item .sub-menu a {
    color: var(--grey-300);
    transition: .3s;
}
footer .top .info {
    display: flex;
    flex-direction: column;
}
footer .top .info .social {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
footer .top .info a {
    font-weight: 400;
    font-size: 18px;
    color: var(--dark-200);
    transition: .3s;
} 
footer .top .info a:hover {
    color: var(--orange-200);
}
footer .top .info .phone {
    margin-bottom: 30px;
}
footer .top .info .mail {
    text-decoration: underline;
    margin-bottom: 95px;
}
footer .top .info .feedback {
    font-size: 18px;
    color: var(--dark-100);
    cursor: pointer;
    display: flex;
    gap: 15px;
    align-items: center;
}
footer .top .info .feedback::after {
    content: '\e93e';
    font-family: 'icon';
    font-size: 16px;
    line-height: 16px;
    color: var(--orange-100);
    margin-top: 3px;
}
footer .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .bottom .chr {
    display: flex;
    gap: 15px;
    max-width: 270px;
}
footer .bottom .chr img {
    max-height: 30px;
}
footer .bottom .chr span {
    font-size: 10px;
    line-height: 15px;
    color: var(--dark-100);
}
@media screen and (max-width: 1220px) {
    .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    header {
        padding: 22px 0;
        position: fixed;
        width: 100%;
    }
    header .subheader {
        padding-left: 20px;
        padding-right: 20px;
    }
    header .subheader::before {
        width: calc(100% - 40px);
    }
    header .wrapper > nav {
        position: fixed;
        top: 64px;
        right: -320px;
        width: 320px;
        height: calc(100% - 64px);
        background-color: var(--dark-100);
        border-top: 1px solid hsla(0, 0%, 100%, 0.2);
        padding: 30px 20px;
        transition: .3s;
    }
    header .wrapper .hamburger.show ~ nav {
        right: 0;
    }
    header .wrapper > nav .ws-menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    header .wrapper > nav .ws-menu > .item {
        width: 100%;
    }
    header .wrapper > nav .ws-menu p {
        padding: 0;
    }
    header .wrapper > nav .ws-menu p,
    header .wrapper > nav .ws-menu a {
        font-family: 'Craftwork Grotesk';
        font-weight: 500;
        text-transform: uppercase;
        width: 100%;
        display: block;
    }
    header .wrapper > nav .ws-menu .selected > p::after,
    header .wrapper > nav .ws-menu .selected > a::after {
        display: none;
    }
    header .wrapper > nav .ws-menu .item p ~ .sub-menu  {
        position: fixed;
        top: 64px;
        right: -320px;
        left: auto;
        width: 320px;
        height: calc(100% - 64px);
        max-height: 100%;
        background-color: var(--dark-100);
        border-top: 1px solid hsla(0, 0%, 100%, 0.2);
        padding: 30px 20px;
        transition: .3s;
        flex-direction: column;
        justify-content: start;
        gap: 30px;
    }
    header .wrapper > nav .ws-menu .item p.show ~ .sub-menu {
        right: 0;
    }
    header .wrapper > nav .ws-menu p ~ .sub-menu > .item:first-child > a {
        max-width: 100%;
    }
    header .wrapper > nav .ws-menu p ~ .sub-menu > .item:nth-child(3) > a,
    header .wrapper > nav .ws-menu p ~ .sub-menu > .item:nth-child(2) > a,
    header .wrapper > nav .ws-menu p ~ .sub-menu > .item:nth-child(0) > a,
    header .wrapper > nav .ws-menu p ~ .sub-menu > .item:first-child > a {
        margin-bottom: 5px;
        max-width: 260px;
    }
    header .wrapper > nav .ws-menu p ~ .sub-menu::before {
        display: none;
    }
    header .wrapper > nav .ws-menu p ~ .sub-menu .sub-menu {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    header .wrapper > nav .ws-menu p ~ .sub-menu > .item {
        margin: 0;
    }
    header .hamburger {
        display: flex;
    }
    .main-block {
        overflow: hidden;
    }
    .main-block .wrapper {
        gap: 15px;
    }
    .main-block .text::before {
        margin-right: 15px;
    }
    .ellipse {
        left: unset;
        right: 0;
    }
    .title-page .content .vertical-line {
        gap: 20px;
        flex-direction: column;
    }
    .title-page .content {
        gap: 35px;
        flex-direction: column;
    }
    .title-page h1 {
        white-space: normal;
        margin-bottom: 0;
    }
    .title-page .content .vertical-line::before {
        width: 100%;
        height: 1px;
    }
    main {
        margin-top: 64px;
    }
    .work .list-areas {
        grid-template-columns: 1fr 1fr;
    }
    section.contact-form {
        grid-template-columns: 260px calc(100% - 290px);
        gap: 30px;
    }
    section.contact-form .contact-us {
        padding: 30px 20px 50px;
    }
    section.contact-form form div:not(.file, .bottom) {
        grid-template-columns: 170px auto;
    }
    .window-background .window-body {
        width: calc(100% - 40px);
        padding: 180px 100px 130px;
    }
    footer {
        position: relative;
    }
    footer::before {
        content: '';
        display: block;
        width: calc(100% - 40px);
        height: 2px;
        background-color: var(--dark-100);
        position: absolute;
        left: 20px;
        top: 0;
    }
    footer .top {
        border-top: none;
    }
    footer .top nav {
        width: 77%;
    }
    footer .top nav .ws-menu {
        grid-template-columns: 75% 120px;
    }
}
@media screen and (max-width: 768px) {
    header .subheader-btn {
        grid-template-columns: repeat(3, 2px);
        grid-template-rows: repeat(3, 2px);
    }
    header .subheader::before, header .wrapper > nav .ws-menu p ~ .sub-menu::before {
        display: none;
    }
    header .subheader {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
    header .subheader::after {
        top: 0;
        right: 0;
        left: -50%;
        transform: rotateY(0);
        width: 176%;
        background-position: top;
        background-size: contain;
    }
    @keyframes pulsar {
        0% {
            filter: drop-shadow(0px 0px 40px rgba(255, 87, 54, 0));
        }
        30% {
            filter: drop-shadow(0px 0px 40px rgba(255, 87, 54, 0.7));
        }
        100% {
            filter: drop-shadow(0px 0px 40px rgba(255, 87, 54, 0));
        }
    }
    header .subheader nav {
        margin-top: 30px;
    }
    header .subheader nav .ws-menu {
        gap: 10px;
    }
    header .subheader nav .item p, 
    header .subheader nav .item a {
        font-size: 25px;
        line-height: 30px;
    }
    header .subheader .info {
        margin-top: 0;
        margin-bottom: 200px;
    }
    header .subheader nav {
        margin-bottom: 0;
    }
    header .logo {
        max-width: 180px;
    }
    header .wrapper > nav .ws-menu .item p ~ .sub-menu,
    header .wrapper > nav {
        height: calc(100% - 60px);
        top: 60px;
    }
    .title-page {
        padding-top: 70px;
        padding-bottom: 0;
    }
    .ellipse {
        width: 320px;
        height: 425px;
    }
    .ellipse div {
        width: 180px;
        height: 326px;
        border-radius: 90px/168px;
    }
    .title-page .block-text {
        margin-top: 75px;
        padding: 20px;
    }
    .title-page .block-text .text {
        font-size: 16px;
        line-height: 25px;
    }
    .title-page .block-text::before {
        animation: none;
    }
    .image-line {
        display: none;
    }
    .main-block::before {
        top: 70px;
        filter: blur(50px); 
        left: 50%;
        width: 100%;
    }
    .main-block .wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 45px;
    } 
    .main-block .icon {
        flex-direction: row;
        align-items: center;
    }
    .main-block .icon, 
    .main-block .text h1 {
        margin-bottom: 0;
    }
    .main-block .text {
        flex-direction: column;
    }
    .main-block .text::before {
        width: 100%;
        height: 1px;
        margin-bottom: 30px;
        margin-right: 0;
    }
    main {
        margin-top: 60px;
    }
    .work {
        padding-top: 30px;
        padding-bottom: 80px;
    }
    .work .list-areas {
        grid-template-columns: 1fr;
    }
    section.contact-form {
        grid-template-columns: 1fr;
        margin-bottom: 120px;
        margin-top: 80px;
        gap: 0;
    }
    section.contact-form .contact-us {
        margin-bottom: 40px;
    }
    section.contact-form > h2 {
        grid-area: 1/1/2/2;
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 28px;
    }
    section.contact-form form .file {
        margin-bottom: 30px;
    }
    section.contact-form form .bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    section.contact-form form .bottom button {
        align-self: flex-end;
    }
    section.contact-form form div:not(.file, .bottom) {
        grid-template-columns: 90px auto;
    }
    section.contact-form form div span, 
    section.contact-form form div label {
        font-size: 14px;
    }
    section.contact-form .image-line {
        right: unset;
        top: 90%;
        left: 15%;
    }
    section.contact-form .image-line .ellipse {
        width: 220px;
        height: 225px;
        transform: unset;
    }
    section.contact-form .image-line .ellipse div {
        width: 120px;
        height: 226px;
        border-radius: 60px/108px;
    }
    .window-background .window-body {
        flex-direction: column;
        gap: 70px;
        padding: 180px 30px 130px;
    } 
    .window-background .window-title {
        width: 100%;
        padding-bottom: 0;
    }
    @keyframes show-window {
        0% {
            bottom: -690px;
        }
        100% {
            bottom: 20px;
        }
    }
    footer {
        display: flex;
        flex-direction: column;
        padding: 30px 0px 60px;
    }
    footer .top {
        border-top: none;
        flex-direction: column;
        gap: 40px;
        padding-top: 0;
        padding-bottom: 50px;
    }
    footer .top nav {
        width: 100%;
    }
    footer .top nav .ws-menu {
        grid-template-columns: 1fr;
    }
    footer .top nav .ws-menu {
        row-gap: 10px;
    }
    footer .top nav .ws-menu > .item:first-child {
        margin-bottom: 10px;
    }
    footer .top nav .ws-menu > .item > .sub-menu {
        display: flex;
        flex-direction: column;
    }
    footer .top nav .ws-menu > .item > .sub-menu > .item .sub-menu {
        gap: 10px;
    }
    footer .top nav p {
        margin-bottom: 10px;
    }
    footer .top .info .social {
        gap: 5px;
        margin-bottom: 20px;
    }
    footer .top .info .phone,
    footer .top .info .mail {
        margin-bottom: 20px;
    }
    footer .bottom {
        display: contents;
    }
    footer .logo {
        order: -1;
        margin-bottom: 35px;
        margin-left: 20px;
    }
    footer .bottom .chr {
        margin-left: 20px;
    }
}
@media screen and (max-width: 375px) {
    header .subheader-btn {
        margin-right: 10px;
    }
    header .hamburger {
        width: 16px;
        height: 12px;
    }
    header .hamburger span,
    header .hamburger span::before,
    header .hamburger span::after {
        width: 16px;
    }
    header .hamburger span::before {
        top: -5px;
    }
    header .hamburger span::after {
        top: 5px;
    }
    header .subheader .info {
        gap: 20px;
    }
    header .subheader .info h2 {
        font-size: 12px;
    }
    header .subheader .info a,
    header .subheader .info .feedback  {
        font-size: 16px;
    }
    .main-block {
        padding: 45px 0 60px;
    }
    .main-block .icon {
        font-size: 24px;
        line-height: 24px;
    }
    .main-block .icon::before {
        font-size: 20px;
        line-height: 22px;
    }
    .main-block .text h1 {
        font-size: 20px;
        line-height: 30px;
    }
    .ellipse {
        width: 180px;
        height: 225px;
    }
    .ellipse div {
        width: 120px;
        height: 226px;
        border-radius: 60px/108px;
    }
    .work h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .work .list-areas {
        gap: 10px;
        padding: 30px 20px 40px;
    }
    .work .list-areas .item,
    .work .list-areas .item .title,
    .work .list-areas .item p {
        font-size: 14px;
    }
    section.contact-form > h2 {
        font-size: 20px;
        line-height: 24px;
    }
    section.contact-form .contact-us h2 {
        font-size: 22px;
        line-height: 28px;
        max-width: 140px;
        margin-bottom: 50px;
    }
    section.contact-form .contact-us .links {
        padding-left: 5px;
    }
    section.contact-form .contact-us .links a {
        font-size: 16px;
        line-height: 16px;
    }
    section.contact-form .contact-us > a {
        padding-top: 30px;
        font-size: 16px;
        padding-left: 20px;
    }
    section.contact-form form div:not(.file, .bottom) {
        gap: 0;
    }
    section.contact-form form div input:not([type="file"]), 
    section.contact-form form div input:not([type="checkbox"]) {
        padding: 0;
        padding-left: 10px;
    }
    section.contact-form form div.file label {
        max-width: 180px;
    }
    section.contact-form form .file {
        margin-bottom: 20px;
    }
    section.contact-form form .bottom label {
        gap: 10px;
    }
    section.contact-form form .bottom label span,
    section.contact-form form .bottom label a {
        font-size: 12px;
        line-height: 16px;
        color: var(--grey-100);
    }
    section.contact-form form .bottom button {
        min-width: 80px;
        min-height: 80px;
        height: 80px;
        width: 80px;
    }
    section.contact-form form .bottom button::after {
        display: none;
    }
    section.contact-form .image-line {
        display: none;
    }
    .window-background .window-body .window-close {
        right: 30px;
        top: 30px;
    }
    .window-background .window-body h2 {
        margin-bottom: 20px;
    }
    footer::before {
        height: 1px;
    }
    footer .logo {
        max-width: 180px;
    }
    footer .top nav p {
        font-size: 14px;
    }
    footer .top nav .ws-menu > .item > .sub-menu > .item > a {
        margin-bottom: 10px;
    }
    footer .top nav .ws-menu > .item > .sub-menu > .item:first-child > a {
        margin-bottom: 0px;
    }
    footer .top nav .ws-menu > .item > .sub-menu > .item > a,
    footer .top nav .ws-menu > .item > .sub-menu > .item .sub-menu a {
        color: var(--grey-300);
        font-size: 12px;
        line-height: 22px;
    }
    footer .top .info .feedback {
        gap: 10px;
    }
    footer .top .info a,
    footer .top .info .feedback,
    footer .top .info .feedback::after {
        font-size: 14px;   
    }
    footer .top .info .feedback::after {
        margin-top: 4px;
    }
}  