* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

body {
	height: 100%;
	background: #F9F1EA;
	font-family: "Inter", "Arial", sans-serif;
	font-style: normal;
	font-weight: normal;
}

.wrapper {
	min-width: 300px;
	max-width: 100%;
	min-height: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.container {
	max-width: 1480px;
	padding: 0 16px;
	margin: 0 auto;
}

.space {
	margin-top: 48px;
	margin-bottom: 144px;
}

.link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.btn {
    font-family: "Inter", "Arial", sans-serif;
	display: inline-block;
	text-align: center;
    padding: 17px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    background: #11423F;
    color: #F7F7F7;
    text-decoration: none;
    border-radius: 5px;
	min-height: 52px;
    box-sizing: border-box;
	border: 1px solid #11423F;
	cursor: pointer;
	appearance: none;
}

.btn-tg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #11423f;
    padding: 5px;
    border-radius: 5px;
	width: 52px;
    height: 52px;
    box-sizing: border-box;
}

.btn.white,
.btn-tg.white,
.form-block .btn,
.form-block .btn-tg {
    background: #F7F7F7;
    color: #11423F;
	border: 1px solid #F7F7F7;
}

.btn:hover,
.btn-tg:hover {
    cursor: pointer;
	background:#F7F7F7;
	color: #11423F;
	border: 1px solid #11423F;
}

.btn.white:hover,
.btn-tg.white:hover,
.form-block .btn:hover,
.form-block .btn-tg:hover{
	background:#11423F;
	color: #F7F7F7;
	border: 1px solid #F7F7F7;
}

.btn-tg img.green,
.btn-tg.white img.white,
.btn-tg:hover img.white,
.btn-tg.white:hover img.green,
.form-block .btn-tg img.white,
.form-block .btn-tg:hover img.green {
	display: none;
}

.btn-tg.white img.green,
.btn-tg:hover img.green,
.btn-tg.white:hover img.white,
.form-block .btn-tg img.green,
.form-block .btn-tg:hover img.white {
	display: block;
}

.header {
    position: relative;
	background: #012D2C;
	height: 112px;
}

.header .container {
    display: grid;
    align-items: center;
    grid-template-columns: calc(33.3% - 20px) auto;
    gap: 30px;
    height: 100%;
}

.logo {
    max-height: 60px;
    max-width: 207px;
}

.logo a,
.logo span {
    display: flex;
    align-items: center;
	gap: 12px;
	text-decoration: none;
}

.logo p {
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #F9F1EA;
    letter-spacing: -3%;
}

.logo p span {
    display: block;
    font-weight: 400;
    font-size: 11px;
    margin-top: 4px;
}

.menu {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.menu ul,
.menu-contacts,
.header-contacts  {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	letter-spacing: -0.9px;
}

.header-contacts {
    display: none;
    justify-content: end;
}

.menu ul li a,
.menu-contacts a,
.header-contacts a {
    font-weight: 500;
    font-size: 21px;
    line-height: 1.3;
    text-decoration: none;
    color: #F9F1EA;
}

.menu ul li a:hover,
.menu-contacts a:hover,
.header-contacts a:hover {
	text-decoration: underline;
}

.open-menu {
    display: none;
}

/* Main */

.main {
	padding-bottom: 464px;
}

/* Intro */

.intro-block {
    display: grid;
    grid-template-columns: calc(33.3% - 20px) auto;
    gap: 30px;
}

.intro-text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
	gap: 30px;
}


.intro-text .intro-image {
    display: none;
}

span.title-label,
h2.title-label {
    display: block;
    color: #2C3136;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 35px;
}

span.title-label:before,
h2.title-label:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #2C3136;
    vertical-align: middle;
    margin-right: 10px;
}

.intro-title h1 {
    font-family: "Chiron Sung HK", serif;
    font-weight: 600;
    font-size: 53px;
    line-height: 1.1;
    color: #2C3136;
    margin-bottom: 24px;
}

.intro-title p {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    color: #7D8083;
}

.intro-title .intro-contacts-link {
    margin-top: 54px;
}

.intro-team span {
    display: block;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #2C3136;
}

.intro-team ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
	/*margin-bottom: 48px;*/
}

.intro-team ul li {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #7D8083;
    box-sizing: border-box;
    margin-right: -10px;
}

.intro-team ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.intro-contacts-link,
.contacts-link {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.intro-contacts-link a.btn,
.contacts-link a.btn {
    flex: 1;
}

.intro-team-block .intro-contacts-link {
    display: none;
}

.intro-image {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.intro-image:after {
    content: '';
    display: block;
    padding-top: 81.562%;
}

.intro-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* About */

.choose-us-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
	margin-bottom: 80px;
}

.choose-us-item {
    flex: 1;
    padding: 52px 32px;
    box-sizing: border-box;
    border: 1px solid #A18252;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    gap: 42px;
}

.choose-us-item-title {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

/*.choose-us-item h3:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 1px;
    background: #11423F;
    margin-bottom: 24px;
}*/

.choose-us-item h3 {
    font-family: "Chiron Sung HK", serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.3;
	color: #2C3136;
}

.choose-us-item p {
    font-weight: 500;
    font-size: 21px;
    line-height: 1.2;
    color: #7D8083;
}

.form-block {
    display: grid;
    grid-template-columns: calc(33.3% - 20px) auto;
    gap: 30px;
}

.form {
    background: #11423F;
    padding: 32px;
    border-radius: 5px;
}

.form h3 {
    font-family: "Chiron Sung HK", serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    color: #F7F7F7;
    margin-bottom: 48px;
}

.input-form {
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #f7f7f7;
    border: none;
    background: none;
    border-bottom: 1px solid #D9DFDF;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 0;
    margin-bottom: 14px;
}

.input-form::-webkit-input-placeholder {
	color: #7E9896;
}
.input-form:-moz-placeholder {
	color: #7E9896;
	opacity: 1;
}
.input-form::-moz-placeholder {
	color: #7E9896;
	opacity: 1;
}
.input-form:-ms-input-placeholder {
	color: #7E9896;
}
.input-form::-ms-input-placeholder {
	color: #7E9896;
}
.input-form::placeholder {
	color: #7E9896;
}

.input-approval {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.input-approval span {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #7E9896;
}

.form-link {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.form-link .btn {
    flex: 1;
}

.form-image {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.form-image:after {
    content: '';
    display: block;
    padding-top: 52.5%;
}

.form-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Competence */

.competence-block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
	margin-bottom: 80px;
}

.competence-list ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 0;
}

.competence-list ul li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.competence-list ul li a {
    cursor: default;
    font-family: "Chiron Sung HK", serif;
    position: relative;
    display: grid;
    grid-template-columns: 90px 1fr;
    align-items: center;
    gap: 32px;
    width: 100%;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 1%;
    text-decoration: none;
    color: #2C3136;
    padding: 20px 50px 20px 0;
    border-bottom: 2px solid #E6DACE;
    transition: all 0.3s ease-out;
    box-sizing: border-box;
}

.competence-list ul li a:hover {
	border-bottom: 2px solid #2C3136;
}

.competence-list ul li a span {
    max-width: 490px;
}

/*.competence-list ul li a:after {
	position: absolute;
    top: 0;
    right: 0;
    content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/icon/arrow.svg);
	background-size: cover;
	transition: all 0.3s ease-out;
}

.competence-list ul li a:hover:after {
	transform: rotate(45deg);
}*/

.competence-image {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.competence-image:after {
    content: '';
    display: block;
    padding-top: 56.758%;
}

.competence-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Cases */

.cases-navigation {
    display: none;
}

.cases-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.cases-item {
    position: relative;
    border-radius: 5px;
    border: 1px solid #A18252;
    flex: 0 0 calc(33.333% - 20px);
    min-width: 30%;
    padding: 52px 32px;
    box-sizing: border-box;
    min-height: 400px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
}

.cases-item.swiper-slide {
    display: flex;
}

.cases-item-text h3 {
    font-family: "Chiron Sung HK", serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    color: #2C3136;
    margin-bottom: 32px;
}

.cases-item-text p {
    font-weight: 500;
    font-size: 21px;
    line-height: 1.2;
    color: #7D8083;
}

.cases-item-link,
.team-item-link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.cases-item-link span,
.team-item-link span {
    font-weight: 500;
    font-size: 21px;
    line-height: 1.2;
    color: #2C3136;
}

.cases-item .cases-item-link img,
.team-item .team-item-link img {
    transition: all 0.3s ease-out;
}

.cases-item:hover .cases-item-link img,
.team-item:hover .team-item-link img {
    transform: rotate(45deg);
}

.cases-item:hover .cases-item-link span,
.team-item:hover .team-item-link span {
    text-decoration: underline;
}

.team-content {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #2C3136;
}

.team-content ul {
    margin-left: 20px;
}

.team-content ul li {
    margin-bottom: 0.5em;
}

/* Team */

.team-block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 80px;
}

.team-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 30px;
}

.team-item {
	position: relative;
}

.team-photo {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
	margin-bottom: 24px;
}

.team-photo:after {
    content: '';
    display: block;
    padding-top: 85.74%;
}

.team-photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.team-text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 24px;
}

.team-name h3 {
    font-family: "Chiron Sung HK", serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    color: #2C3136;
    margin-bottom: 10px;
}

.team-name span {
    font-weight: 500;
    font-size: 21px;
    line-height: 1.2;
    color: #7D8083;
}

/* Contacts */

.contacts {
    display: grid;
    grid-template-columns: calc(33.3% - 20px) auto;
    grid-template-rows: auto auto;
    gap: 30px;
    grid-auto-flow: column;
}

.contacts-title,
.contacts-block {
    grid-column: span 1;
}

.contacts-title span.title-label,
.contacts-title h2.title-label {
    margin-bottom: 14px;
}

.contacts-block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
}

.contacts-list {
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    color: #2C3136;
}

.contacts-list p {
    margin-bottom: 40px;
}

.contacts-list a {
	display: block;
    color: #2C3136;
	text-decoration: none;
	margin-bottom: 20px;
}

.contacts-list a:last-child {
	margin-bottom: 0;
}

.contacts-list a:hover {
	text-decoration: underline;
}

.contacts-map {
    position: relative;
    overflow: hidden;
    border: 2px solid #ECEEEE;
    border-radius: 5px;
    grid-row: span 2;
}

.contacts-map:after {
    content: '';
    display: block;
    padding-top: 46%;
}

.contacts-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Page */

.page-block {
    display: grid;
    grid-template-columns: calc(33.3% - 20px) auto;
    gap: 30px;
    color: #2C3136;
}

.page-block h1 {
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 48px;
}

.page-block h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 16px;
}

.page-block h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.page-main-content p,
.page-main-content ul {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 24px;
}

.page-main-content a {
    color: #2C3136;
}

.page-main-content a:hover {
    text-decoration: none;
}

.page-main-content a.btn {
    color: #F7F7F7;
}

.page-main-content a.btn:hover {
    color: #11423F;
}

.page-main-content ul {
    margin-left: 20px;
}

/* PopUp Cookie */

.cookie-popup {
    max-width: 426px;
    position: fixed;
    padding: 40px 50px 24px;
    text-align: center;
    margin: 40px;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 2;
    background: #F7F7F7;
    box-shadow: 0px 4px 50px 0px #2C313626;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cookie-popup-text p,
.cookie-popup-text a {
	color: #2C3136;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: -0.3px;
}

.cookie-popup-text a:hover {
    text-decoration: none;
}

.cookie-popup-text {
    margin-bottom: 24px;
}

.cookie-popup-close {
    display: block;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.cookie-popup-close:before,
.cookie-popup-close:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #7D8083;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.cookie-popup-close:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	-o-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.cookie-popup.hide {
	opacity: 0;
	bottom: -50%;
	pointer-events: none;
}

.cookie-popup-btn {
    cursor: pointer;
}

/* Popup / Fancybox */

.fancybox__backdrop {
    background: rgba(24, 24, 27, .35)!important;
}

.popup {
    width: 100%;
    max-width: 1110px;
    background: #E6DACE!important;
    padding: 80px 56px 80px 24px!important;
    box-sizing: border-box!important;
}

.popup button.f-button {
    color: #2C3136;
    right: 24px !important;
    top: 24px !important;
    width: 24px;
    height: 24px;
}

.popup-title {
    margin-bottom: 56px;
}

.popup-title h1 {
    font-family: "Chiron Sung HK", serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 1.1;
}

.popup-title span {
    display: block;
    margin-top: 14px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: #7D8083;
}

.popup-content {
    border-top: 2px solid #A18252;
    padding-top: 32px;
}

.popup-content,
.popup-content-bottom {
    display: grid;
    grid-template-columns: calc(33.3% - 20px) auto;
    gap: 30px;
    color: #2C3136;
}

.popup-content-left span.label {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    max-width: 200px;
}

.popup-photo {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.popup-photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup-photo:after {
    content: '';
    display: block;
    padding-top: 85.74%;
}

.popup-content-right {
    max-width: 592px;
}

.popup-content-right p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 24px;
}

.popup-content-right .form {
    margin-top: 56px;
    background: none;
    padding: 0;
    font-size: 0;
}

.popup-content-right .form h3 {
    color: #2C3136;
}

.popup-content-right .input-form {
    margin-bottom: 24px;
    color: #2C3136;
    border-bottom: 1px solid #A18252;
}

.popup-content-right .input-form:first-child,
.popup-content-right .input-form:nth-child(2) {
    width: calc(50% - 15px);
}

.popup-content-right .input-form:first-child {
    margin-right: 15px;
}

.popup-content-right .input-form:nth-child(2) {
    margin-left: 15px;
}

.popup-content-right .input-form::-webkit-input-placeholder {
	color: #7D8083;
}
.popup-content-right .input-form:-moz-placeholder {
	color: #7D8083;
	opacity: 1;
}
.popup-content-right .input-form::-moz-placeholder {
	color: #7D8083;
	opacity: 1;
}
.popup-content-right .input-form:-ms-input-placeholder {
	color: #7D8083;
}
.popup-content-right .input-form::-ms-input-placeholder {
	color: #7D8083;
}
.popup-content-right .input-form::placeholder {
	color: #7D8083;
}

.popup-content-right .input-approval span {
    color: #7D8083;
}

.popup-content-right .form-link {
    max-width: 300px;
}

.form form {
    position: relative;
}

.successMessage.show {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #11423F;
    color: #f7f7f7;
    top: 0;
    left: 0;
}

.popup-content-right .successMessage.show {
    background: #f7f7f7;
    color: #2C3136;
}

.secret {
    display: none;
}

/* Footer */

.footer {
	background:#11423F;
	height: 464px;
	margin: -464px auto 0;
	position: relative;
	overflow: hidden;
}

.footer .container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.footer-block {
    padding-top: 64px;
    display: grid;
    align-items: start;
    grid-template-columns: calc(33.3% - 20px) 1fr 2fr;
    gap: 30px;
}

.footer .logo p {
    color: #F7F7F7;
}

.footer .logo span {
	color: #7E9896;
}

.menu-footer span,
.contacts-footer span {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #7E9896;
    margin-bottom: 48px;
}

.menu-footer ul,
.contacts-footer ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contacts-footer ul {
    gap: 22px;
}

.menu-footer ul li a,
.contacts-footer ul li a,
.contacts-footer ul li p {
	width: fit-content;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #F7F7F7;
    text-decoration: none;
}

.contacts-footer ul li a,
.contacts-footer ul li p {
    font-size: 24px;
}

.menu-footer ul li a:hover,
.contacts-footer ul li a:hover {
	text-decoration: underline;
}

.copy {
    padding: 32px 0;
    display: grid;
    align-items: center;
    grid-template-columns: calc(33.3% - 20px) 1fr 2fr;
    gap: 30px;
    margin-bottom: 32px;
    border-top: 1px solid #7E9896;
}

.copy a {
	width: fit-content;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #7E9896;
    text-decoration: none;
}

.copy a:hover {
    text-decoration: underline;
}

@media (max-width: 1439px) {
    
    .menu ul li a, .menu-contacts a, .header-contacts a {
        font-size: 16px;
    }
    
    span.title-label, h2.title-label {
        font-size: 16px;
    }
    
    .intro-title h1 {
        font-size: 40px;
    }
    
    .intro-title p {
        font-size: 20px;
    }
    
    .intro-team ul li {
        width: 60px;
        height: 60px;
        margin-right: -8px;
    }
    
    .contacts-list,
    .intro-team span {
        font-size: 20px;
    }
    
    .choose-us-item {
        padding: 40px 24px;
        gap: 32px;
    }
    
    .choose-us-item-title {
        gap: 15px;
    }
    
    .choose-us-item-title img {
        width: 54px;
        height: 54px;
    }
    
    .choose-us-item h3 {
        font-size: 20px;
    }
    
    .choose-us-item p {
        font-size: 16px;
    }
    
    .form h3 {
        font-size: 24px;
        margin-bottom: 32px;
    }
    
    .input-form {
        font-size: 14px;
        padding: 8px 0;
    }
    
    .input-approval span {
        font-size: 14px;
    }
    
    .competence-list ul li a {
        grid-template-columns: 54px 1fr;
        gap: 24px;
        font-size: 24px;
    }
    
    .competence-list ul li a img {
        width: 100%;
    }
    
    .cases-item {
        padding: 40px 24px;
        min-height: 300px;
        gap: 24px;
    }
    
    .cases-item-text h3 {
        font-size: 24px;
        margin-bottom: 24px;
    }
    
    .cases-item-text p,
    .cases-item-link span,
    .team-item-link span {
        font-size: 16px;
    }
    
    .team-name h3 {
        font-size: 24px;
    }
    
    .team-name span {
        font-size: 16px;
    }
    
}

@media (max-width: 1100px) {

    .space {
        margin-bottom: 80px;
    }

    .btn {
        padding: 17px 12px;
    }

    .header {
        height: 96px;
    }

    .header .container {
        grid-template-columns: calc(33.3% - 20px) auto 32px;
        gap: 70px;
    }

    .header-contacts {
        display: flex;
    }

    /* Mobile menu */

    .menu {
        display: none;
        position: absolute;
        top: 110px;
        background: #012d2c;
        padding: 40px 25px;
        box-sizing: border-box;
        box-shadow: 0px 4px 50px 0px #2C313626;
        left: 16px;
        width: calc(100% - 32px);
        z-index: 10;
    }

    .menu ul {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 32px;
    }

    .menu-contacts {
        border-top: 1px solid #D9DFDF;
        padding-top: 25px;
        flex-direction: column;
    }

    .open-menu {
        display: block;
        width: 32px;
        outline: none;
        border: none;
        background: none;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .menu-burger {
        width: 32px;
        height: 32px;
        cursor: pointer;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .menu-burger > div {
        position: relative;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        width: 24px;
        height: 2px;
        border-radius: 2px;
        background: #F9F1EA;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .menu-burger > div:before,
    .menu-burger > div:after {
        content: '';
        position: absolute;
        z-index: 1;
        top: -8px;
        left: 0;
        width: 24px;
        height: 2px;
        border-radius: 2px;
        background: #F9F1EA;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .menu-burger > div:after {
        top: 8px;
    }

    .open-menu.active .menu-burger > div {
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        width: 24px;
    }

    .open-menu.active .menu-burger > div {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        background: #F9F1EA;
        width: 24px;
    }

    .open-menu.active .menu-burger > div:before, 
    .open-menu.active .menu-burger > div:after { 
        top: 0; 
        -webkit-transform: rotate(90deg); 
        -ms-transform: rotate(90deg); 
        transform: rotate(90deg);
        background: #F9F1EA;
        width: 24px;
    }

    .open-menu.active .menu-burger > div:after {
        opacity: 0; 
        width: 24px;
    }

    /* End mobile menu */

    span.title-label,
    h2.title-label {
        margin-bottom: 32px;
    }

    .intro-block {
        grid-template-columns: auto;
        gap: 32px;
    }

    .intro-text {
        flex-wrap: nowrap;
        gap: 32px;
    }

    .intro-image {
        display: none;
    }
	
	.intro-text .intro-image {
        display: block;
    }

    .intro-image:after {
        padding-top: 58.723%;
    }

    .intro-team {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        margin-bottom: 32px;
    }

    .intro-team span, .intro-team ul {
        margin-bottom: 0;
    }

    .intro-team ul {
        justify-content: end;
    }

    .intro-team ul li {
        width: 60px;
        height: 60px;
        margin-left: -8px;
        margin-right: 0;
    }

    .intro-contacts-link {
        width: calc(50% - 15px);
        float: right;
    }

    .intro-title h1 {
        font-size: 32px;
        margin-bottom: 16px;
    }
    
    .intro-title .intro-contacts-link {
        display: none;
    }
    
    .intro-team-block .intro-contacts-link {
        display: flex;
    }

    .choose-us-list {
        gap: 16px;
    }

    .choose-us-item {
        min-width: 100%;
        flex-direction: row;
        gap: 30px;
    }
    
    .choose-us-item-title {
        flex: 1;
    }

    .choose-us-item h3 {
        max-width: 330px;
    }

    .choose-us-item p {
        flex: 1;
        max-width: none;
    }

    .form-block {
        grid-template-columns: 100%;
        gap: 16px;
    }

    .form {
        order: 1;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .form h3 {
        max-width: 320px;
    }

    .form-image {
        order: 0;
    }

    .competence-block {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 80px;
    }
    
    .competence-list ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    .competence-list ul li a {
        font-size: 20px;
        padding: 0 40px 16px 0;
        margin-bottom: 24px;
    }

    .competence-image {
        display: none;
    }

    .cases-list {
        gap: 16px;
    }

    .cases-item {
        flex: 0 0 calc(50% - 8px);
    }

    .cases-item-text h3 {
        font-size: 20px;
    }

    .team-block {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .team-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 16px;
    }

    .team-name h3 {
        font-size: 20px;
    }

    .page-block {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .page-block h1 {
        font-size: 32px;
        margin-bottom: 32px;
    }

    .page-block h2 {
        font-size: 24px;
    }

    .page-block h3 {
        font-size: 20px;
    }

    .page-block p, .page-block ul {
        font-size: 14px;
    }

    .popup {
        padding: 80px 24px!important;
    }

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

    .popup-title h1 {
        font-size: 24px;
    }

    .popup-title span {
        font-size: 16px;
    }

    .popup-photo:after {
        padding-top: 80%;
    }

    .popup-content,
    .popup-content-bottom {
        grid-template-columns: 1fr;
    }
    
    .popup-content-bottom {
        gap: 0;
    }

    .popup-content-right p {
        font-size: 14px;
        margin-bottom: 22px;
    }

    .popup-content-right .form {
        margin-top: 54px;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .popup-content-right .form h3 {
        margin-bottom: 32px;
        max-width: none;
    }

    .footer {
        height: auto;
    }

    .footer-block {
        padding-top: 48px;
        grid-template-columns: 1fr 2fr;
        gap: 60px;
        margin-bottom: 64px;
    }

    .footer-block .logo {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .menu-footer span, .contacts-footer span {
        font-size: 14px;
        margin-bottom: 32px;
    }

    .menu-footer ul {
        gap: 11px;
    }

    .menu-footer ul li a, .contacts-footer ul li a, .contacts-footer ul li p {
        font-size: 14px;
    }

    .contacts-footer ul {
        gap: 18px;
    }

    .contacts-footer ul li a, .contacts-footer ul li p {
        font-size: 21px;
    }

    .contacts {
        grid-auto-flow: row;
    }

    .contacts-map {
        grid-row: auto;
        grid-column: span 2;
    }
    
    .copy {
        grid-template-columns: 1fr 2fr;
        gap: 60px;
        margin-bottom: 16px;
    }

    .copy p {
        display: none;
    }

    .copy a {
        font-size: 14px;
    }
	
}

@media (max-width: 719px) {

    .header {
        height: 68px;
    }

    .header .container {
        grid-template-columns: auto auto;
        justify-content: space-between;
        gap: 16px;
    }

    .header-contacts {
        display: none;
    }

    .header .logo a {
        height: 36px;
        gap: 10px;
    }

    .header .logo img {
        height: 100%;
    }

    .header .logo p {
        font-size: 12px;
    }

    .header .logo span {
        font-size: 8px;
    }

    .menu {
        top: 82px;
    }

    span.title-label,
    h2.title-label {
        font-size: 14px;
    }

    .intro-title h1 {
        font-size: 20px;
    }

    .intro-title p,
    .intro-team span, .intro-team ul {
        font-size: 16px;
    }

    .intro-image:after {
        padding-top: 90%;
    }

    .intro-team-block {
        display: flex    ;
        flex-wrap: wrap;
        gap: 48px;
    }

    .intro-contacts-link {
        order: 0;
        width: 100%;
    }

    .intro-team {
        order: 1;
        grid-template-columns: 1fr;
        width: 100%;
        gap: 16px;
        margin-bottom: 0;
    }
    
    .intro-team ul {
        justify-content: flex-start;
    }
    
    .intro-team ul li {
        margin-left: 0;
        margin-right: -8px;
    }

    .choose-us-item {
        min-width: 100%;
        flex-direction: column;
        gap: 30px;
        padding: 40px 20px;
    }

    .choose-us-item h3 {
        font-size: 20px;
    }

    .choose-us-item p {
        font-size: 14px;
    }

    .form-image:after {
        padding-top: 100%;
    }

    .form {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .form h3 {
        max-width: none;
        margin-bottom: 0;
        font-size: 16px;
    }

    .input-approval span {
        font-size: 12px;
    }

    .btn {
        font-size: 14px;
        padding: 14px 12px;
        min-height: 44px;
    }

    .btn-tg {
        padding: 12px;
        width: 44px;
        height: 44px;
    }

    .btn-tg img {
        width: 18px;
    }

    .competence-list ul li a {
        font-size: 16px;
        padding: 8px 0;
        grid-template-columns: 40px 1fr;
        gap: 24px;
        margin-bottom: 0;
    }
    
    .competence-list ul li a img {
        width: 40px;
        height: 40px;
    }
    
    .cases-block.swiper {
        overflow: inherit;
    }
    
    .cases-title {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 16px;
        align-items: center;
        margin-bottom: 24px;
    }
    
    .cases-title span.title-label,
    .cases-title h2.title-label {
        margin-bottom: 0;
    }
    
    .cases-navigation {
        display: flex;
        flex-direction: row;
        position: relative;
        width: 114px;
        height: 52px;
        gap: 10px;
    }
    
    .cases-block.swiper .swiper-button-prev,
    .cases-block.swiper .swiper-button-next {
        position: relative;
        background: #E6DACE;
        width: 52px;
        height: 52px;
        border-radius: 5px;
        top: 0;
        left: 0;
        margin: 0;
    }
    
    .cases-block.swiper .swiper-button-prev:hover,
    .cases-block.swiper .swiper-button-next:hover {
        background: #A18252;
    }
    
    .cases-block.swiper .swiper-button-prev:hover svg path,
    .cases-block.swiper .swiper-button-next:hover svg path {
        fill: #ffffff;
    }

    .cases-block.swiper .swiper-button-prev svg,
    .cases-block.swiper .swiper-button-next svg {
        height: 24px;
    }
    
    .cases-list {
        flex-wrap: nowrap;
        gap: 0;
    }
    
    .competence-list ul li a span {
        max-width: none;
    }

    .cases-block.swiper .cases-item {
        display: flex;
        min-width: 336px;
        padding: 40px 24px;
        min-height: 300px;
        height: auto;
    }

    .cases-item-text p {
        font-size: 14px;
    }

    .cases-item-link span,
    .team-item-link span {
        font-size: 14px;
    }

    .team-list {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .team-item {
        max-width: 100%;
    }

    .team-text {
        gap: 16px;
    }

    .team-name span {
        font-size: 14px;
    }

    .contacts-title, .contacts-block {
        grid-column: span 2;
    }

    .contacts-title span.title-label,
    .contacts-title h2.title-label {
        margin-bottom: 0;
    }

    .contacts-map {
        margin-top: 18px;
    }
    
    .contacts-map:after {
        padding-top: 100%;
    }

    .contacts-list p,
    .contacts-list a {
        margin-bottom: 24px;
    }

    .page-block h1 {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .page-block h2,
    .page-block h3 {
        font-size: 16px;
    }

    .page-block p, .page-block ul {
        margin-bottom: 18px;
    }

    .popup {
        padding: 64px 16px !important;
    }

    .popup-title h1 {
        font-size: 20px;
    }

    .popup-content {
        gap: 24px;
        padding-top: 24px;
    }
    
    .popup-content-bottom .popup-content-right .form {
        margin-top: 32px;
    }

    .popup-content-right p {
        margin-bottom: 16px;
    }

    .popup-content-right .form {
        margin-top: 48px;
    }

    .popup-content-right .input-form:first-child,
    .popup-content-right .input-form:nth-child(2) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .popup-content-right .form-link {
        max-width: none;
    }

    .footer-block {
        padding-top: 32px;
        grid-template-columns: 100%;
        gap: 48px;
        margin-bottom: 48px;
    }

    .footer-block .logo {
        grid-column-start: auto;
        grid-column-end: auto;
    }

    .menu-footer {
        order: 1;
    }

    .contacts-footer ul,
    .menu-footer ul {
        gap: 16px;
    }

    .copy {
        grid-template-columns: 100%;
        gap: 16px;
        margin-bottom: 0;
    }

}

@media (max-width: 359px) {
    
    .cases-item {
        min-width: 280px;
    }
    
}