/*
Theme Name: London
Theme URI:
Description:
Version: 1.0
*/
@import url("fonts/panton/stylesheet.css");
@import url("fonts/Open_Sans/stylesheet.css");
@import url("fonts/Geologica/stylesheet.css");

html, body {
height: 100%;
margin: 0;
padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	color:#464646;
}
* html .page-wrapper {
height: 100%;
}
a:focus, input:focus, button:focus {
	outline: none;
}
img, iframe {
	max-width:100%;
}
h1 {
	line-height:49.99px;
	font-size:40px;
	margin-bottom:0;
	margin-top:0;
	font-weight:400;
	font-family: 'Geologica', sans-serif;
}
.category h1 {
	width:557px;
}
.home h2, .home .h2 {
	font-size:45px;
}
h2, .h2 {
	font-size:35px;
	line-height:100%;
	font-weight:400;
	font-family: 'Geologica', sans-serif;
}
h3, .h3 {
	font-size:35px;
	line-height:46.66px;
	font-family: 'Open Sans', sans-serif;
}
button, input[type=submit] {
	cursor:pointer;
}
.page-wrapper {
	min-height:100%;
	position: relative;
	padding-top:55px;
}
.home .page-wrapper {
	padding-top:121px;
}
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
margin-right:15px;
}

.alignright {
float: right;
margin-left:15px;
}

input[type="text"].wpcf7-not-valid, input[type="tel"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid {
border:1px solid red;
}

span.wpcf7-not-valid-tip {
display:none;
}

div.wpcf7-validation-errors {
font-size:13pt;
}

div.wpcf7-response-output {
margin:0;
padding:0;
}

.inform div.wpcf7-response-output, .inform div.wpcf7-validation-errors {
color:#fff;
}

div.wpcf7 .ajax-loader {
display:none;
}

#back-top {
    position: fixed;
    bottom: 100px;
    right: 30px;
	cursor: pointer;
    z-index: 100;
}
#back-top div {
    width: 55px;
    height: 55px;
    display: block;
    opacity: 0.7;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding-top: 20px;
	background: #EA9A9E;
    cursor: pointer;
	border-radius: 6px;
	margin:0;
}
#back-top:hover div {
	opacity:1;
}
#back-top div:before {
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 13px 10px;
	border-color: transparent transparent #fff transparent;
	display: inline-block;
}
.header-top {
	background: #343434;
    padding: 8px 0 9px;
    line-height: 19.07px;
    color: #C8C8C8;
    font-size: 14px;
}
.header-top-info {
	display: flex;
    justify-content: flex-end;
}
.header-time {
	margin-right:63px;
}
.header-top-item {
	display: flex;
    align-items: center;
}
.header-top-item img {
	margin-right:5px;
}
.header {
	background: #464646;
	position: fixed;
    width: 100%;
    z-index: 1000;
	top:0;
}
.header-contacts {
	color:#fff;
}
.header-contacts-info {
	position:relative;
	padding: 15px 0 12px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-contacts-line {
	position:absolute;
	height:1px;
	width:100%;
	bottom:0;
	left:0;
	background:#fff;
}
.header-contacts-line:before {
	content:'';
	position:absolute;
	left:0;
	width:55px;
	background:#FF555F;
	height: 1px;
}
.socials {
	font-size:12px;
	display: flex;
}
.whatsapp {
	margin:0 16px 0 18px;
}
.header-contacts-block-item a {
	color:#fff;
}
.header-contacts-block-item a:hover {
	color:#FF555F;
}
.header-contacts-block-item {
	display:flex;
	align-items: center;
}
.circle-contacts {
	width:12px;
	height:12px;
	margin-left:4px;
	border-radius:100%;
	background:#E8565F;
	border:3px #764a4b solid;
}
.mail img, .phone img {
	margin-right:15px;
}
.mail {
	font-size:12px;
	line-height:16.34px;
	margin:0 70px;
}
.phone a {
	display:flex;
	text-decoration:none;
	font-size:18px;
	line-height:24.51px;
	white-space: nowrap;
}
.header-contacts-block {
	display: flex;
    align-items: center;
}
.button {
	font-size: 13px;
    line-height: 100%;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    padding: 12px 24px;
    text-align: center;
    color: #E8565F;
    display: inline-block;
    border: 1px solid #E8565F;
}
.button:hover {
	opacity:.8;
}
.footer .button {
	background: #E8565F;
	color:#fff;
}
.top-menu > li > .wrapper-sub-menu {
	display:none;
	position:absolute;
	z-index:100;
	left:0;
	padding-top:15px;
}
.top-menu .sub-menu {
	list-style:none;
	margin:0;
    box-shadow: 0px 4px 6px 4px #00000040;
	padding:0;
}
.top-menu .sub-menu .sub-menu {
	display:none;
}
.top-menu > li > .wrapper-sub-menu > .sub-menu {
	width:410px;
	display:block;
}
.top-menu > li > .wrapper-sub-menu > .sub-menu li a {
	display: flex;
	justify-content: space-between;
    line-height: 20.43px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    padding: 10px 15px 10px 22px;
	background: #343434;
}
.top-menu > li > .wrapper-sub-menu > .sub-menu li:hover > a {
	color:#FF555F;
}
.top-menu > li > .wrapper-sub-menu > .sub-menu li .sub-menu li a {
	padding:10px 20px;
	white-space: nowrap;
}
.top-menu {
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	line-height: 16.34px;
    font-weight: 600;
    gap: 36px;
	position:relative;
}
.header-menu {
	padding:19px 0 14px;
}
.header-menu a {
	color:#fff;
	text-decoration:none;
}
.top-menu li a {
	font-size: 12px;
    text-transform: uppercase;
}
.top-menu > li:hover > a {
	color:#E8565F;
}
.top-menu > li > a > .arrow {
	transform: rotate(90deg);
	margin-left:5px;
}
.top-menu > li:hover > a > .arrow, .header-contacts-block-item a:hover img, .top-menu > li > .wrapper-sub-menu > .sub-menu li:hover a img {
	filter: invert(50%) sepia(16%) saturate(3639%) hue-rotate(316deg) brightness(90%) contrast(103%);
}
.top-menu > li:hover > .sub-menu {
	display:block;
}
.top-menu > li > .wrapper-sub-menu > .sub-menu li {
	position:relative;
}
.top-menu > li > .wrapper-sub-menu > .sub-menu li .sub-menu {
	position: absolute;
    left: 100%;
    top: 0;
	z-index: 1;
}
.menu-and-search {
	display: flex;
    justify-content: space-between;
	position: relative;
}
.open-search-btn {
	cursor:pointer;
}
.searchform {
	position: absolute;
    right: 35px;
    top: 100%;
    z-index: 1000;
	display:none;
}
.custom-form {
    display: flex;
}
.searchinput {
	padding: 10px 25px;
    font-size: 15px;
    line-height: 23.4px;
    border: 0;
    width: 400px;
    font-weight: 400;
    border-radius: 6px 0 0 6px;
    box-shadow: 0px 0px 20px 0px #0000000D;
}
#searchsubmit {
	background-color: #E8565F;
    background-image: url(images/icon-search.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    border-radius: 0 6px 6px 0;
    width: 49px;
    cursor: pointer;
    flex: none;
}
.menu__icon {
    z-index: 5;
    display: none;
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    right: 0;
}
.menu__icon::before, .menu__icon::after {
    content: '';
}
.menu__icon span, .menu__icon::before, .menu__icon::after {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    height: 2px;
    width: 80%;
    transition: all .3s ease 0s;
    background-color: #fff;
    border-radius: 5px;
}
.menu__icon::before {
    top: 16px;
}
.menu__icon::after {
    bottom: 16px;
}
.menu__icon span {
    top: 50%;
    transform: scale(1) translate(-50%, -50%);
}
.menu__icon.active::before {
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    top: 24px;
}
.menu__icon.active span, .mobile-arrow, .clients-slider .slick-dots li button {
	display:none;
}
.menu__icon.active::after {
    transform: rotate(45deg);
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    bottom: 24px;
}
.front-head {
	height:853px;
	background:#464646;
	position:relative;
	z-index: 0;
	overflow:hidden;
	background-size: cover;
}
.front-head h1, .front-head .advantages, .front-head .button.n2 {
	position: relative;
	z-index: 3;
}
.front-head-white {
	height: 1439px;
    left: -100px;
    right: -200px;
    background: #fff;
    transform: rotate(173deg);
    position: absolute;
    top: 733px;
	z-index: 1;
}
.front-head-red {
	height: 1439px;
    width: 100%;
    background: #E8565F;
    transform: rotate(191.4deg);
    position: absolute;
    top: 769px;
    left: -200px;
	z-index: 1;
}
.home h1 {
	line-height: 100%;;
    color: #fff;
    font-size: 64px;
    font-weight: 400;
    font-family: 'Geologica', sans-serif;
	margin-bottom:24px;
}
.advantages {
	width: 533px;
    margin: 68px auto 35px;
    text-align: center;
    display: flex;
    gap: 84px;
    color: #fff;
}
.advantage-item {
	width:132px;
	flex: none;
}
.advantage-name {
	font-size: 14px;
    line-height: 19.07px;
    font-weight: 600;
    margin-top: 21px;
}
.button.n2 {
	font-weight:600;
	display:inline-block;
	padding:12px 40px;
}
.trends {
	margin-top: -45px;
    position: relative;
	margin-bottom:140px;
}
.trends-text {
	font-size: 18px;
    line-height: 24.51px;
    color: #6E6E6E;
    margin-top: 40px;
    width: 862px;
    max-width: 100%;
}
.trend-name {
	font-size: 18px;
    font-family: 'Geologica', sans-serif;
    margin-top: 20px;
	color: #464646;
}
.trend-item {
	padding:20px 10px 20px 20px;
	width: 270px;
	text-decoration:none;
}
.trend-icon img {
	height:74px;
}
.trends-list {
	display: flex;
    flex-wrap: wrap;
    gap: 30px;
	margin-top:45px;
}
.trend-item:hover {
	box-shadow: 0px 2px 10px 0px #00000026;
}
.trend-item:hover .trend-name {
	color:#FF555F;
}
.projects .h2, .clients .h2 {
	text-align:center;
}
.oblique-line {
	height: 480px;
    bottom: 122px;
    background: #EEEEEE;
    transform: rotate(173deg);
    left: -100px;
    right: -100px;
    position: absolute;
    z-index: -1;
}
.block-width-line {
    position: relative;
    overflow: hidden;
}
.calling-measurer-title {
	font-size: 35px;
    line-height: 125%;
	font-weight:400;
	font-family: 'Geologica', sans-serif;
	margin-bottom:20px;
    max-width: 100%;
}
.calling-measurer-info {
	color: #6E6E6E;
    line-height: 138%;
}
.calling-measurer {
	display:flex;
	margin:140px auto 0;
	padding-bottom: 227px;
	width: 970px;
    max-width: 100%;
}
.calling-measurer-text {
	width: 100%;
    margin-right: 30px;
}
.calling-measurer-form {
	width: 100%;
}
.calling-measurer-form input[type="text"], .calling-measurer-form input[type="tel"], .consul-form input, .callback-form input {
	border: none;
    padding: 11px 30px 10px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #969696;
    width: 100%;
    margin-bottom: 15px;
}
.consul-form input {
	margin-bottom:0;
}
.callback-form input {
	width:100%;
	margin-bottom: 20px;
	border:1px solid;
}
.callback-form textarea {
	width: 100%;
    border: 1px solid #969696;
    height: 80px;
    padding: 15px 30px;
    font-family: 'Panton', sans-serif;
    color: #464646;
    font-size: 14px;
}
.calling-measurer-form input[type=submit], .consul-form input[type=submit], .callback-form input[type=submit] {
	background: #E8565F;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    padding: 12px 0;
    font-size: 12px;
    line-height: 16.34px;
    margin: 15px 0 0;
}
.calling-measurer-form input[type=submit] {
	margin: 25px auto 0;
	width: 270px;
	max-width:100%;
}
.callback-form input[type=submit] {
	margin-top: 10px;
}
.consul-form input[type=submit] {
	margin-top:0;
	width:auto;
	display: inline-block;
    vertical-align: top;
	width:100%;
}
.consul-form-inputs {
	display:flex;
	gap:30px;
}
.consul-form-inputs > span {
	width:100%;
}
.call-form {
	display: grid;
}
.from-to-title {
	display: flex;
	align-items: flex-end;
}
.from-to .h2 {
	width:100%;
}
.title-etaps {
	width:100%;
	font-size: 35px;
    line-height: 100%;
    font-weight: 400;
    font-family: 'Geologica', sans-serif;
}
.from-to-text {
	display: flex;
	margin-top:58px;
}
.from-to-left, .from-to-right {
	width:100%;
}
.from-to-left {
	padding-right:90px;
}
.from-to-right {
	padding-left:90px;
	position:relative;
}
.from-to-right:before {
	content:'';
	width:2px;
	height:540px;
	background:#E8565F;
	position:absolute;
	left: -4px;
}
.from-to-item-title {
	line-height: 27.99px;
    font-size: 21px;
	font-family: 'Geologica', sans-serif;
	margin-bottom:24px;
	color: #464646;
	position:relative;
}
.from-to-item-text {
	color:#828282;
	line-height:21.79px;
}
.from-to-item {
	margin-bottom:45px;
}
.from-to-item-text p {
	margin-bottom: 23px;
    margin-top: 0;
}
.from-to-link {
	display:inline-block;
	margin-top:50px;
	color:#464646;
}
.from-to-link:hover {
	text-decoration:none;
}
.from-to-link img {
	margin-left:6px;
}
.from-to-item-title span {
	color:#fff;
	font-size:24px;
	line-height:39.99px;
	height:40px;
	width:40px;
	border-radius:100%;
	background:#E8565F;
	position:absolute;
	display: flex;
    justify-content: center;
    align-items: center;
	left: -113px;
	font-family: 'Geologica', sans-serif;
}
.london-title {
	text-align:center;
	font-family: 'Panton', sans-serif;
}
.london-name {
	font-size:50px;
	color:#E8565F;
	line-height:66.65px;
	font-weight:600;
}
.london-description {
	line-height:59.99px;
	font-size:45px;
}
.london-list {
	display:flex;
	flex-wrap: wrap;
    gap: 30px;
	justify-content: center;
}
.london-list-item {
	width: 370px;
	padding: 74px 14px 30px 30px;
    background: #fff;
	max-width:100%;
}
.london-list-item-title {
	font-size: 21px;
    line-height: 27.99px;
    margin: 14px 0 19px;
	font-family: 'Panton', sans-serif;
}
.london-list-item-text {
	line-height: 21.79px;
    color: #828282;
}
.london {
	margin-top: -100px;
}
.layer-1 {
	background:url(images/layer-1.svg) top center no-repeat;
	padding-top: 127px;
}
.layer-2 {
	background:url(images/layer-2.svg) top center no-repeat;
	padding-top: 118px;
}
.layer-3 {
	background:url(images/layer-3.png) top center no-repeat;
	padding-top: 110px;
    margin-top: 30px;
	padding-bottom: 182px;
}
h2 span, .h2 span {
	color:#E8565F;
}
.clients {
	margin-bottom: 150px;
}
.review {
	display: flex;
	margin-top:60px;
	align-items: flex-start;
}
.review-text {
	color: #828282;
    text-align: center;
    font-size: 26px;
    line-height: 35.41px;
}
.reviewer {
	color: #464646;
    font-size: 16px;
    line-height: 21.79px;
    font-weight: 600;
    margin: 61px 0 7px;
}
.position {
	line-height: 19.07px;
    font-size: 14px;
}
.clients-slider {
	padding:0 15px;
}
.clients-slider .slick-track {
	display:flex;
	align-items: center;
}
.clients-slider .slick-slide {
	margin:0 10px;
}
.clients-slider .slick-dots {
	left: 0;
    display: flex;
	bottom: auto;
    bottom: -40px;
}
.clients-slider .slick-dots li {
	width: 100%;
    height: 1px;
    background: #000;
    margin: 0;
}
.clients-slider .slick-dots li.slick-active {
	height: 3px;
    background: #E8565F;
    margin-top: -1px;
}
.slick-btn {
	position:absolute;
	top: 50%;
    margin-top: -12px;
	cursor:pointer;
}
.prev-btn {
	left:0;
}
.next-btn {
	right:0;
}
.footer-form {
	height:411px;
	overflow: hidden;
    position: relative;
	padding-top: 101px;
}
.footer-form .sogl {
	margin-top:16px;
}

.footer-form-triangle {
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 2800px 411px 1200px;
    border-color: transparent transparent #464646 transparent;
    position: absolute;
    margin-left: -1546px;
    left: 50%;
    z-index: -1;
    top: 0;
}
.footer-form .calling-measurer-title, .consul-form-text {
	color:#fff;
	text-align:left;
}
.consul-form {
	display:inline-block;
	width:970px;
	max-width:100%;
}
.consul-form-text {
	margin-top:24px;
	margin-bottom:40px;
	width:770px;
	max-width:100%;
}
.wpcf7-spinner {
	position:absolute;
	width:auto !important;
}
.footer-map {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.footer-menus {
	background: #464646;
    padding: 29px 0 41px;
}
.footer-menus-content {
	border-bottom:1px solid #A4A4A4;
	border-top:1px solid #A4A4A4;
	padding:32px 0 25px;
}
.footer-logo {
	margin-bottom:35px;
}
.footer-menus-content {
	display:flex;
	justify-content: space-between;
}
.footer-contacts {
	width:202px;
}
.footer-phone {
	line-height: 24.51px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}
.footer-phone:hover, .footer-mail:hover, .footer-menu a:hover, .footer-bottom a:hover {
	color:#E8565F;
	text-decoration:none;
}
.footer-times {
	color: #C8C8C8;
    font-size: 14px;
    line-height: 19.07px;
    margin: 15px 0 30px;
}
.footer-socials {
	display: flex;
    align-items: center;
	margin:26px 0 16px;
	gap: 15px;
}
.footer-socials-text {
	color: #fff;
    font-size: 14px;
	display: flex;
    align-items: center;
	gap:8px;
}
.footer-socials .circle-contacts {
	margin-left:0;
}
.footer .whatsapp {
	margin: 0 0 0 20px;
}
.footer-socials img:hover {
	filter: unset;
}
.footer-socials img, .contacts-background .footer-socials img:hover {
	filter: invert(50%) sepia(16%) saturate(3639%) hue-rotate(316deg) brightness(90%) contrast(103%);
}
.footer-mail {
	color:#fff;
	font-size:14px;
}
.footer-address {
	color: #C8C8C8;
    font-size: 14px;
    margin-top: 30px;
}
.footer-menu-title {
	color: #C8C8C8;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 34px;
}
.footer-menu {
	margin: 0;
    padding: 0;
    list-style: none;
}
.footer-menu a {
	color:#fff;
	text-decoration:none;
	font-size:14px;
}
.footer-menu li {
	margin-bottom:10px;
}
.footer-bottom {
	font-size:14px;
	padding-top:20px;
	display: flex;
    justify-content: space-between;
}
.footer-bottom, .footer-bottom a {
	color:#969696;
	text-decoration:none;
}
.callback-form {
	width: 300px;
    margin: 0 auto;
	max-width:100%;
}
.callback-form-acceptance {
	margin-top: 20px;
    line-height: 16.34px;
    font-size: 12px;
    color: #6E6E6E;
}
.callback-form-acceptance a {
	color: #6E6E6E;
	text-decoration:none;
	font-weight:600;
}
.all-head {
	height:152px;
	background:url(images/all-head.png) top center no-repeat;
	background-size:cover;
}
.all-head .container {
	height: 100%;
	position:relative;
}
#breadcrumbs {
	position: absolute;
    bottom: 10px;
	font-size: 12px;
    line-height: 16.34px;
	color:#fff;
}
#breadcrumbs a {
	color:#C8C8C8;
	text-decoration:none;
}
#breadcrumbs a:hover {
	color:#FF555F;
}
.title-block {
	/*height:592px;*/
	position:relative;
	padding-top:70px;
	overflow: hidden;
	padding-bottom:100px;
	background:#eee;
	padding-bottom: 118px;
}
.title-block-triangle {
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 592px 4536px 0 1852px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    margin-left: -2199px;
    left: 50%;
    z-index: 1;
    top: 0;
	display:none;
}
.line-right {
	position: absolute;
    height: 600px;
    transform: rotate(172.58deg);
    background: #fff;
    right: -100px;
    left: -100px;
    bottom: -557px;
}
.line-left {
	position: absolute;
    height: 1600px;
    transform: rotate(-162.28deg);
    background: #fff;
    right: -100px;
    left: -428px;
    bottom: -1697px;
}
.under_title {
	line-height: 24.51px;
    color: #6e6e6e;
    margin-top: 25px;
}
.title-block .button.n2 {
	margin-top:32px;
	color:#fff;
	background:#E8565F;
	padding: 12px 24px;
}
#modal-2 .callback-form {
	width:455px;
}
#modal-2 .callback-form input[type=file] {
	display:none;
}
.callback-form-file-btn {
	cursor:pointer;
	font-size: 12px;
    line-height: 16.34px;
    font-weight: 600;
	flex: none;
}
.callback-form-file-btn img {
	margin-right:7px;
}
.callback-form-file-text {
	color: #969696;
    font-size: 12px;
    line-height: 16.34px;
    text-align: left;
}
.callback-form-file {
	display: flex;
    gap: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
	text-align: left;
}
.we-doing {
	width:737px;
	display: flex;
    gap: 90px;
    margin-top: 65px;
    text-align: center;
}
.we-doing-item {
	width:190px;
	flex: none;
}
.we-doing-item-name {
	line-height: 26.66px;
    font-size: 20px;
    font-family: 'Panton', sans-serif;
	margin: 14px 0 10px;
}
.we-doing-item-text {
	color: #6E6E6E;
    font-size: 14px;
}
.main-directions {
	margin-top:80px;
}
.main-directions-text {
	margin-top:30px;
	line-height: 21.79px;
    color: #6E6E6E;
    width: 768px;
    max-width: 100%;
}
.sub-cats {
	display: flex;
    justify-content: center;
    margin-top: 50px;
	gap: 30px;
	flex-wrap: wrap;
}
.sub-cat-item {
	border: 1px solid #EEEEEE;
    padding: 15px 15px 20px;
	text-decoration:none;
	width:270px;
	background:#fff;
}
.sub-cat-item:hover {
	border-color:#FF555F;
}
.subcat-title {
	color:#464646;
	font-family: 'Panton', sans-serif;
	line-height:27.99px;
	font-size:21px;
	margin-top:20px;
}
.sub-cat-item:hover .subcat-title {
	color:#FF555F;
}
.unique-text {
	color: #6E6E6E;
    line-height: 21.79px;
    width: 768px;
    margin-top: 30px;
	max-width:100%;
}
.unique {
	margin-top:-45px;
	height: 1039px;
	margin-bottom: 69px;
}
.unique-content {
	margin-top:44px;
	display: flex;
	gap:54px;
}
.listing-item-text {
	color: #6E6E6E;
    line-height: 21.79px;
}
.listing-item {
	background: #fff;
    display: flex;
    align-items: center;
    gap: 34px;
    padding: 45px 30px;
	margin-bottom:30px;
}
.unique-content-item {
	width:100%;
}
.listing-item-icon {
	flex:none;
}
.unique-content-item.text h2, .unique-content-item.text .h2 {
	font-size:21px;
	line-height:27.99px;
	margin:0 0 20px;
	font-weight:400;
	color: #464646;
}
.unique-content-item.text {
	color:#6E6E6E;
	line-height:21.79px;
}
.layer-1-1 {
	background: url(images/layer-1-1.svg) top center no-repeat;
    padding-top: 127px;
}
.layer-2-1 {
	background: url(images/layer-2-1.svg) top center no-repeat;
    padding-top: 118px;
	height:100%;
}
.price {
	margin-bottom:140px;
}
.price-text {
	color: #6E6E6E;
    line-height: 21.79px;
    margin-top: 30px;
    max-width: 100%;
    width: 870px;
}
.price-table {
	margin-top:38px;
}
.price-table-row {
	display:flex;
	justify-content: space-between;
	padding: 23px 50px 15px;
    line-height: 21.79px;
    border-bottom: 1px solid #F5F5F5;
}
.price-table-row.table-head {
	background:#F5F5F5;
	color: #6E6E6E;
    text-transform: uppercase;
    line-height: 21.79px;
    padding: 38px 50px 20px;
}
.price-table-row .price-table-cell:first-child {
	width:65%;
}
.price-table-row .price-table-cell:nth-child(2) {
	width:20%;
}
.price-table-row .price-table-cell:last-child {
	width: 15%;
    text-align: right;
}
.price-table-cell a {
	color:#FF555F;
}
.price-table-cell a:hover {
	text-decoration:none;
}
.archive .clients, .page-id-108 .clients {
	margin-top:160px;
}
.services-page {
	margin:50px 0 150px;
}
.content-block {
	margin-top:79px;
}
.title-2 {
	font-size: 45px;
    line-height: 59.99px;
    font-family: 'Panton', sans-serif;
	width: 437px;
	max-width: 100%;
	position: relative;
}
.title-2:after {
	content:'o';
	font-size: 240px;
    font-weight: 700;
    color: #FF555F;
    position: absolute;
    transform: rotate(30deg);
    z-index: -1;
    right: -24px;
    bottom: 8px;
    text-transform: uppercase;
}
.content {
	display:flex;
	gap: 30px;
	position: relative;
}
.content-block-item {
	width:100%;
}
.content-block-item.right {
	line-height: 21.79px;
    color: #6E6E6E;
}
.single .unique-text {
	text-align: center;
    margin: 30px auto 0;
}
.single .unique .h2 {
	text-align: center;
}
.city-img {
	position: absolute;
    bottom: -133px;
    z-index: -1;
    left: -26px;
}
.single .unique {
	margin-top: -15px;
}
.single .unique-content {
	gap:30px;
}
.single .unique-content {
	margin-top:60px;
}
.single .listing-item {
	padding: 57px 30px;
}
.contact-page {
	    filter: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix'values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale);
    -webkit-filter: grayscale(100%);
	position: absolute;
    width: 100%;
	bottom:0;
}
.contact-page-wraper {
	position:relative;
	height:768px;
	margin-bottom: -300px;
}
.contact-page-form {
	height: 532px;
    overflow: hidden;
    position: relative;
    padding-top: 95px;
    text-align: center;
	padding-top: 109px;
}
.contact-page-form .container {
	margin-top:100px;
}
.contact-page-triangle {
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1500px 532px 2600px;
    border-color: transparent transparent #464646 transparent;
    position: absolute;
    margin-left: -2329px;
    left: 50%;
    top: 0;
}
.contact-page-form-container-right {
	width: 570px;
    flex: none;
}
.contact-page-form input {
	border: 1px solid #969696;
    padding: 14px 30px 5px;
    font-size: 14px;
    font-family: 'Panton', sans-serif;
    color: #464646;
	width: 100%;
	margin-bottom:40px;
}
.contact-page-form textarea {
	height:40px;
	border: 1px solid #969696;
    padding: 14px 30px 5px;
    font-size: 14px;
    font-family: 'Panton', sans-serif;
    color: #464646;
	width: 100%;
}
.contact-page-form-container-left {
	color:#fff;
}
.contact-page-form-container {
	display:flex;
	gap: 92px;
	position:relative;
}
.contact-page-form-container-title {
	margin-top:51px;
	font-size:35px;
	line-height: 46.66px;
    font-family: 'Panton', sans-serif;
	margin-bottom:30px;
	text-align:left;
	margin-left:100px;
}
.contact-page-form-container-text {
	text-align:left;
	margin-left:100px;
	width:290px;
	max-width:100%;
}
.telmail {
	display:flex;
	gap:30px;
}
.wpcf7-list-item {
	margin:0;
}
.wpcf7-form-control-wrap label {
	display: flex;
	align-items: flex-start;
    gap: 8px;
	text-align:left;
}
.modal .wpcf7-form-control-wrap label a {
	color: #464646;
}
.contact-page-form .wpcf7-form-control-wrap label {
	margin: 15px 0;
}
.modal .wpcf7-form-control-wrap label {
	margin-bottom:15px;
}
.footer-form .wpcf7-form-control-wrap label, .contact-page-form .wpcf7-form-control-wrap label, .footer-form .wpcf7-form-control-wrap label a, .contact-page-form .wpcf7-form-control-wrap label a {
	color:#fff;
}
.calling-measurer-form .sogl .wpcf7-form-control-wrap label {
	margin: 0px;
	color: #828282;
}
.calling-measurer-form .sogl a {
	color: #828282;
}
.sogl input {
	margin:0px;
	width: 24px;
    height: 24px;
    flex: none;
}
.consul-form .sogl a {
	color: #fff;
}
.contact-page-form input[type=submit] {
	background: #E8565F;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    padding: 12px;
    width: 270px;
}
.contact-page-form form {
	text-align:left;
}
.contacts-background {
	position: absolute;
    top: 55px;
    background: #fff;
    box-shadow: 4px 4px 8px 4px #00000040;
    padding: 15px 30px 33px;
    width: 370px;
	z-index:1;
}
.contacts-phone {
	margin: 35px 0 10px;
}
.contacts-phone a {
	color:#6E6E6E;
	text-decoration:none;
	line-height:24.51px;
	font-size:18px;
}
.contacts-time {
	font-size:14px;
}
.contacts-background .footer-socials span {
	color:#6E6E6E;
}
.contacts-background .footer-socials {
    margin: 32px 0 10px;
}
.contacts-email a {
	color:#6E6E6E;
	font-size:14px;
}
.contacts-address {
	margin-top:36px;
	font-size:14px;
}
.contacts-phone img, .contacts-email img {
	filter: invert(50%) sepia(16%) saturate(3639%) hue-rotate(316deg) brightness(90%) contrast(103%);
	margin-right:7px;
}
.page-title {
	margin:70px 0 40px;
}
.london-in-numbers {
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.london-in-numbers-items {
	display: flex;
    justify-content: space-between;
	gap:30px;
}
.london-in-numbers-title {
	font-family: 'Panton', sans-serif;
    color: #000;
    line-height: 59.99px;
    font-size: 45px;
}
.london-in-numbers-title span {
	color:#FF555F;
	font-weight:500;
}
.london-in-numbers-item {
	width:270px;
	background:#fff;
	text-align:center;
	padding: 25px 0;
}
.number {
	color: #FF555F;
    font-weight: 500;
    font-size: 60px;
    line-height: 79.98px;
    font-family: 'Geologica', sans-serif;
}
.london-in-numbers-item-text {
	color: #6E6E6E;
    font-size: 18px;
    margin-top: 10px;
    line-height: 24.51px;
}
.page-template-default .block-width-line {
	padding-bottom: 250px;
    padding-top: 390px;
    margin-top: -149px;
}
.grey-button {
	background:#464646;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	line-height:16.34px;
	padding:12px;
	width:370px;
	margin:108px auto 0;
	display: block;
	text-align:center;
	text-decoration:none;
}
.page-id-110 .price-table {
	margin-bottom: 80px;
	margin-top:30px;
}
.page-id-110 .tab-header {
	justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}
.footer-form .wpcf7 form .wpcf7-response-output {
	color:#fff;
}
.wpcf7 form .wpcf7-response-output {
	font-size: 14px;
	margin:0;
}
.contact-page-form .wpcf7 form .wpcf7-response-output {
	color:#fff;
}
.category-portfolio .title-block, .in-category-portfolio .title-block {
	height:642px;
	position: absolute;
    width: 100%;
}
.portfolio-title {
	font-size: 18px;
    background: #E8565F;
    font-family: 'Panton', sans-serif;
    color: #fff;
    line-height: 24px;
    text-align: center;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	padding:0 33px;
}
.portfolio-item {
	text-decoration:none;
	width: 370px;
	position:relative
}
.portfolio-item:hover {
	box-shadow: 0px 2px 4px 0px #999;
}
.portfolio-wrapper {
	display: flex;
    flex-wrap: wrap;
}
.portfolio-wrapper .portfolio-item {
	margin-right:30px;
	margin-bottom:30px;
}
.portfolio-wrapper .portfolio-item:nth-child(3n) {
	margin-right:0;
}
.content-box {
	z-index: 1;
    position: relative;
	margin-bottom: 210px;
}
.category-portfolio h1, .in-category-portfolio h1 {
	margin:70px 0 60px;
}
.portfolio-img img {
	height:auto;
}
.hero {
  padding: 86px 0;
}

.hero__wrap {
  display: flex;
  gap: 30px;
}

.hero__left {
    flex: none;
	width:670px;
}
.home .hero__left {
	width:auto;
}
.hero__label {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
	display: flex;
    align-items: center;
    gap: 30px;
	margin-bottom: 24px;
}
.hero__label:before {
	content:'';
	background:#E8565F;
	width:70px;
	height:2px;
}

.hero__label span.red {
	color:#E8565F;
}

.hero__desc {
  color: #ddd;
  margin-bottom: 32px;
  font-size: 16px;
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  background: #E8565F;
  color: #fff;
  text-decoration: none;
	text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
	cursor:pointer;
}

/* картинка */
.hero__right img {
  width: 100%;
  max-width: 500px;
  height: auto;
}

/* FEATURES */
.features.service-page {
	margin-top:-79px;
}
.features__grid {
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
    gap: 30px;
	position: relative;
    z-index: 10;
}

.feature {
    background: #343434;
    padding: 16px;
	width: 270px;
}

.feature__title {
  font-size: 18px;
  margin-bottom: 12px;
	margin-top:12px;
	color:#fff;
	font-family: 'Geologica', sans-serif;
}

.feature__text {
  color: #ccc;
  font-size: 14px;
}
/* СЛАЙДЕР */

.slider {
  position: relative;
  display: flex;
  align-items: center;
	z-index:1;
}

.slider__main {
  height: 100%;
}

.slider__main img {
  
}

/* стрелки */
.slider__arrows {
  position: absolute;
  bottom: 0;
  left: -95px;
  display: flex;
  gap: 32px;
}

.slider__arrows > div, .clients__arrow {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  cursor: pointer;
}
/*
.clients__arrow {
	position:absolute;
	top:50%;
	margin-top:-12px;
}
.clients__arrow--prev {
	left:0;
}
.clients__arrow--next {
	right:0;
}*/
#prev, .clients__arrow--prev {
  border-right: 12px solid #E8565F;
}

#next, .clients__arrow--next {
  border-left: 12px solid #E8565F;
}
/* КОНЕЦ СЛАЙДЕРА */

.clients__title {
    text-align:left !important;
    margin-bottom: 44px;
	margin-top: 0;
    color: #464646;
	font-family: 'Geologica', sans-serif;
	font-weight: 400;
}

/* СЛАЙДЕР КЛИЕНТОВ */
.clients__slider {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* ОКНО (обрезает лишнее) */
.clients__viewport {
  overflow: hidden;
  width: 100%;
}

/* ТРЕК */
.clients__track {
  display: flex;
  gap: 60px;
  transition: transform 0.3s ease;
}

.clients__item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* КАРТИНКА */
.clients__item img, .clients-slider img {
  max-height: 100%;
  width: auto;
  opacity: 0.5;
  transition: 0.3s;
	filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.clients__item img:hover, .clients-slider img:hover {
  opacity: 1;
	filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

/* ЛИНИЯ */
.clients__line {
  margin: 40px auto;
  width: 100%;
  height: 1px;
  background: #000;
  position: relative;
}

.clients__progress {
  position: absolute;
  height: 2px;
  width: 120px;
  background: #ff4d4d;
  left: 0;
}

/* ТЕКСТ */
.clients__text {
  font-size: 26px;
  color:#464646;
}

.about {
  position: relative;
  color: #fff;
  padding: 146px 0 231px;
}

/* фон */
.about__bg {
  position: absolute;
  inset: 0;
  background: url('images/bg-city.png') center no-repeat;
  z-index: 0;
}

/* контент */
.about__content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.about__title {
    font-size: 45px;
    margin-bottom: 122px;
}
.about__title span {
	color:#E8565F;
}
/* сетка */
.about__grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

/* карточка */
.about__item {
    background: #464646;
    padding: 16px;
    text-align: left;
	width: 370px;
}

/* иконка */
.about__icon {
  margin-bottom: 12px;
}

/* заголовок */
.about__name {
    font-size: 20px;
    margin-bottom: 12px;
    font-family: 'Geologica', sans-serif;
}
.bg-grey {
	width:100%;
	height:1114px;
	background:url(images/bg-grey.png) top center no-repeat;
	position:absolute;
	left:0;
	top:-274px;
	z-index: -1;
}

.faq {
  margin-top: 90px;
	margin-bottom:140px;
}

.faq__title {
  text-align: center;
  margin-bottom: 40px;
}

/* список */
.faq__list {
  max-width: 970px;
	max-width:100%;
  margin: 0 auto;
}

/* вопрос */
.faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
	padding: 20px 0;
	border-bottom: 1px solid #F5F5F5;
	font-weight: 500;
}

/* активный */
.faq__item.active .faq__question, .faq__question:hover {
    color: #E8565F;
	border-bottom: 1px solid #E8565F;
}

/* иконка */
.faq__icon {
    width: 10px;
    height: 10px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
    transition: 0.3s;
	flex:none;
}
.faq__question:hover .faq__icon {
	border-right: 1px solid #E8565F;
    border-bottom: 1px solid #E8565F;
}
.faq__item.active .faq__icon {
  transform: rotate(-135deg);
  border-color: #ff4d4d;
}

/* ответ */
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  color: #828282;
}

/* открытый */
.faq__item.active .faq__answer {
  
}

/* нижний текст */
.faq__bottom {
    text-align: center;
    margin-top: 40px;
    font-size: 26px;
}

.faq__bottom a {
  color: #E8565F;
  text-decoration: none;
}

.steps {
  padding: 140px 0;
}

/* заголовок */
.steps__title {
  font-size: 35px;
  font-weight: 400;
  font-family: 'Geologica', sans-serif;
  text-align: center;
  margin-bottom: 24px;
}
.steps__slogan {
	text-align:center;
	color:#6E6E6E;
	margin-bottom:40px;
}
/* список */
.steps__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

/* item */
.steps__item {
  display: flex;
	flex-direction: column;
  gap: 15px;
  width: calc(33.333% - 20px);
}

/* номер */
.steps__num {
  width: 40px;
  height: 40px;
  background: #ff4d4d;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

/* контент */
.steps__item-title {
  font-size: 20px;
  color: #464646;
  font-weight: 400;
  font-family: 'Geologica', sans-serif;
  margin-bottom: 15px;
}
.steps__item-title span {
	color:#828282;
}
.steps__text {
  color: #828282;
}
.tabs {
   margin-top:75px;
}

/* Стили для списка вкладок */
.tab-header {
   list-style: none;
   padding-left: 0;
   display: flex;
   align-items: center;
   justify-content: space-between;
   margin: 0;
}

/* Стили для вкладки */
.tab-header__item {
    padding: 10px 30px 11px;
    cursor: pointer;
    text-transform: uppercase;
    color:#000;
    font-size: 14px;
}
.tab-header__item a {
    color:#000;
    text-decoration:none;
}
.tab-header__item img {
    margin-left:5px;
}
/* Стили для активной вкладки */
.tab-header__item.active {
   color: #E8565F;
   position: relative;
   border:1px solid #E8565F;
}

/* Стиль для списка контейнеров с содержимым вкладок */
.tab-content {
   list-style: none;
   padding: 0;
   margin: 50px 0 0;
}

/* Стили для контейнера с содержимым вкладки. По умолчанию скрыт. */
.tab-content__item {
   display: none;
}

/* Стили для активного контейнера вкладки */
.tab-content__item.active {
   display: block;
}
.tab-img {
    display:flex;
    gap:30px;
}
.tab-img.column {
    flex-direction: column;
}
.unique3d {
    padding: 117px 0 202px;
    margin-top: 16px;
	background: url(images/grey-bg-line.svg) center no-repeat;
}
.unique3d-wrapper {
}
.unique3d__title {
  text-align: center;
  font-size: 35px;
  margin-bottom: 25px;
}

.unique3d__subtitle {
    text-align: center;
    color: #6E6E6E;
    max-width: 748px;
    margin: 0 auto 40px;
    line-height: 1.4;
    font-family: 'Panton', sans-serif;
}

/* сетка */
.unique3d__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

/* карточка */
.unique3d__item {
  display: flex;
  align-items: center;
  gap: 34px;
  width: calc(50% - 15px);
  padding: 57px 30px;
	background:#fff;
}

/* иконка */
.unique3d__icon img {
  width: 60px;
  height: 60px;
}

/* текст */
.unique3d__text {
    color: #6E6E6E;
    line-height: 1.38;
    font-family: 'Panton', sans-serif;
}
.unique3d__icon {
	flex:none;
}
.unique3d__icon img {
	width:50px;
	height:50px;
}

.letters {
  margin:140px 0;
}

/* заголовок */
.letters__title {
	font-size:35px;
    text-align: center;
    margin-bottom: 40px;
}

/* список */
.letters__list {
  display: flex;
  flex-direction: column;
}

/* item */
.letters__item {
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #F5F5F5;
	padding:20px 0;
}

/* номер */
.letters__num {
  min-width: 40px;
  height: 40px;
  color:#fff;
  background: #E8565F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:24px;
	font-family: 'Geologica', sans-serif;
}

/* название */
.letters__name {
	font-size:20px;
	font-family: 'Geologica', sans-serif;
    width: 370px;
}

/* текст */
.letters__text {
  flex: 1;
  color: #828282;
}

.equipment {
  
}

/* заголовок */
.equipment__title {
  text-align: center;
  margin-bottom: 24px;
}

/* подзаголовок */
.equipment__subtitle {
    text-align: center;
	color:#6E6E6E;
    margin: 0 auto 40px;
    line-height: 1.4;
	font-family: 'Panton', sans-serif;
}

/* item */
.equipment__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 40px 0;
  border-bottom: 1px solid #F5F5F5;
}

/* контент */
.equipment__content {
  flex: 1;
}

/* название */
.equipment__name {
    margin-bottom: 8px;
    font-size: 20px;
    font-family: 'Geologica', sans-serif;
}

/* описание */
.equipment__desc {
  color: #828282;
  margin-bottom: 22px;
}

.equipment__desc div {
	margin-bottom:8px;
}

/* список */
.equipment__list {
  margin-bottom: 30px;
  padding-left: 0;
  list-style: none;
}

.equipment__list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}

.equipment__list li::before {
  content: "—";
  position: absolute;
  left: 0;
}

/* для чего */
.equipment__for {
	font-size:18px;
}
.equipment__for span {
  color: #E8565F;
}

/* картинка */
.equipment__image img {
  width: 420px;
  height: auto;
  display: block;
}

.quote {
  text-align: center;
}

/* заголовок */
.quote__title {
  margin-bottom: 46px;
}

/* карточка */
.quote__box {
    max-width: 100%;
    width: 970px;
    margin: 0 auto 54px;
    padding: 40px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* кавычки */
.quote__text::before,
.quote__text::after {
  position: absolute;
}

.quote__text::before {
  content: url(images/open-quote.svg);
  left: -60px;
  top: 0px;
}

.quote__text::after {
  content: url(images/close-quote.svg);
  right: -60px;
  top: 0px;
}

/* текст */
.quote__text {
    position: relative;
    max-width: 744px;
    margin: 0 auto 40px;
    line-height: 1.35;
    font-size: 26px;
}

.quote__text span {
	position:relative;
	z-index:1;
}

/* автор */
.quote__author {
  text-align: center;
}

/* аватар */
.quote__avatar {
    width: 50px;
    height: 50px;
    margin: 0 auto 7px;
    background: #E8565F;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* имя */
.quote__name {
  font-weight: 600;
  margin-bottom: 7px;
}

/* должность */
.quote__role {
  font-size: 14px;
  color: #828282;
}
.page-id-108 .projects {
	margin-top: 90px;
}
.search-title a {
	color:#444;
	font-size: 18px;
}
.search-title a:hover {
	text-decoration:none;
}
.search-title {
	padding:16px 0;
	border-bottom:1px solid #999;
}
main.search-page, main.page-404 {
	margin-bottom:80px;
}
main.page-404 .page-content span {
	font-size:400px;
	font-weight:900;
}