/*
Theme Name: TaxDev
Author: Ya
Description: Individual development
Version: 1.0
*/
* {
	margin: 0;
	padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    line-height: 1;
}
*:focus {
    outline: none;
}
article, 
aside, 
footer, 
header, 
main, 
nav, 
section {
	display: block;
}
html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}
body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	width: 100%;
	font-display: swap;
	-webkit-text-size-adjust: none;
	line-height: 1.6;
	letter-spacing: .01em;
	background-color: #fff;
	overflow-x: hidden;
}
body.page-template-page-services {
	background-color: #dcdfe0;
}
.inner,
.mini-inner {
	width:100%;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.inner {
	max-width: 1270px;
}
.mini-inner {
	max-width: 780px;	
}
a,
button,
input[type="submit"] {
    text-decoration: none;
    outline: none;
}
a {
	color: #202647;
}
.primary-menu span,
a:hover,
a.breadcrumbs__link {
	color: #631b1a;
}
a.breadcrumbs__link:hover,
.breadcrumbs {
	color: #ababab
}
img {
	max-width: 100%;
	height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	color: #333;
	font-weight: 700;
	font-family: "Playfair", serif;
}
h1 {	
	margin-bottom: 10px;
	font-size: 38px;
}
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	margin-bottom: 15px;
}
h2 {
	font-size: 35px;
}
h2.h22 {
	font-size: 36px;	
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;	
}
h6 {
	font-size: 15px;	
}
section {
	padding: 75px 0;
	position: relative;
}
.inner,
.mini-inner,
section {
	cursor: default;
}
.grid {
	display:grid;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.history .grid.cols-1-2 {
	grid-column-gap: 0;
	grid-row-gap: 0;	
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align:center;
}
.cols-2 {
	grid-template-columns: repeat(2,1fr);	
}
.cols-1-2 {
	grid-template-columns: 30% 70%;	
}
.cols-3 {
	grid-template-columns: repeat(3,1fr);	
}
.cols-4 {
	grid-template-columns: repeat(4,1fr);			
}
.flex {
	display: flex;
}
.aic {
	align-items: center;
}
.psr {
	position: relative;
}
.color {
	color: #631b1a;
}
::selection {
    color: #fff;
    background-color: #631b1a;;
}
.mt20 {
	margin-top: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mb30 {
	margin-bottom: 30px;
}
/* Header*/
.header {
	padding: 15px 0;
	background-color: #fff;
}
.lang-sw ul li {
	opacity: 0;
	list-style-type: none;
	position: absolute;
	top: 20px;
}
.lang-sw ul li.current-lang,
.lang-sw:hover ul li {
	opacity: 1;	
}
.lang-sw .current-lang,
.lang-sw .current-lang a {
	position: relative;
}
.lang-sw .current-lang a {
	padding-right: 15px;
}
.lang-sw .current-lang a:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	height:0px;
    width:0px;
    border:none;
    border-top:5px solid #000000;
    border-left:5px solid rgba(0,0,0,0);
    border-right:5px solid rgba(0,0,0,0);
}
.header select {
	border: none;
	background-color: #fff;
	font-size: 15px;
	cursor: pointer;
}
.logo img {
	height: 65px;
}
.top-contacts.flex {
	justify-content: end;
}
.top-contacts.flex,
.socials.flex {
	gap: 10px;
}
.socials svg {
	width: 23px;
	height: 23px;
	width: #999;
}
/* Menu */
@media (min-width: 1024px) {
.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	-webkit-animation: fade-in 1s linear;
	-moz-animation: fade-in 1s linear;
	-o-animation: fade-in 1s linear;
	animation: fade-in 1s linear;
}
@-webkit-keyframes fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
@-moz-keyframes    fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
@-o-keyframes      fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
@keyframes         fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
}
.primary-menu {
	background-color: #f0f0f0;
}
.primary-menu a,
.primary-menu span {
	font-weight: 600;
}
.primary-menu .inner {
	display: flex;
	gap: 30px;
	justify-content: space-between;
}
.menubar,
.menu-close {
	display: none;
}
.menu {
    list-style-type:none;
    margin: 0;
    clear:both;
    padding-left:0px;
    text-align:center;
	font-weight: 500;
	font-size: 13px;
	display: flex;
	gap: 40px;
	justify-content: center;
}
.menu li {
    position: relative;
    white-space: nowrap;
    display: inline-block;
}
.menu span,
.menu .menu-item > a {
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    text-decoration: none;
    display: inline-block;
}
.menu > .menu-item-has-children a {
    transition:color .25s ease-in-out;
    -webkit-transition:color .25s ease-in-out;
}
.menu > li.menu-item-has-children:after, 
.menu-item-has-children .menu-item-has-children > a:after {
	content: url('../../../wp-content/themes/uni2/img/menu-chevron.svg');
	display: inline-block;
	position: relative;
	top: -2px;
	right: -10px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.menu-item-has-children .menu-item-has-children > a:after {
	float: right;
}
.menu > li.menu-item-has-children:hover:after {
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
	top: 2px;
}
.menu .menu-item-has-children {
    position:relative;
}
.menu .sub-menu,
.menu .children {
    background-color:#fff;
    position:absolute;
    z-index:1000;
    top:42px;
    left:0;
    min-width:230px;
    opacity:0;
    visibility:hidden;
    box-shadow:0 6px 12px rgba(0,0,0,.100);
    margin-top:30px;
    -webkit-transition:all .35s;
    transition:all .35s;
}
.menu .sub-menu .sub-menu {
	top: 0;
}
.menu .sub-menu li {
    width:100%!important;
    height:auto;
    display:block;
}
.menu .sub-menu li a,
.menu .sub-menu li span {
    font-size:15px;
    display:block;
	color: #333;
    margin:0;
    display:block;
    width:100%;
    text-align:left;
    text-decoration:none;
	text-transform: none;
	font-weight: 400;
    position:relative;
    padding:14px 25px;
    border-bottom:1px solid rgba(0,0,0,0.05);
}
.menu .menu-item-has-children:hover > .sub-menu {
    margin-top:0px;
    opacity:1;
    visibility:visible;
}
.sub-menu .sub-drop-icon{
    position:absolute;
    top:17px;
    right:20px;
    font-size:15px;
}
.sub-menu .sub-menu {
	left: 50%;
}
@media screen and (min-width: 1200px) {
	.primary-menu .menu > li > a::before {
    	content: '';
    	position: absolute;
    	left: 0;
    	right: 0;
    	bottom: 0;
    	border-bottom: 2px solid #631b1a;
    	-webkit-transition: all .5s ease;
    	-o-transition: all .5s ease;
    	transition: all .5s ease;
    	-webkit-transform: translateY(-7px);
    	-ms-transform: translateY(-7px);
    	transform: translateY(-7px);
    	opacity: 0;
  	}
  	.primary-menu .menu > li > a:hover::before {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	.intro {
    	height: calc(100vh - 140px);
  	}
}
/* Intro */
.intro {
	padding: 80px 0;
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 75px;
}
.intro::before {
	content: '';	
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
.slogan,
.subslogan {
	color: #fff;
}
.page h1.slogan {
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.page h1.slogan,
.page h2.subslogan {
	font-size: 48px;
}
.home .slogan span {
	font-family: "Times New Roman", serif;
	font-size: 40px;
}
.slogan,
.subslogan {
	max-width: 800px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}
.subslogan {
	font-size: 28px;
	line-height: 1;
	margin-bottom: 40px;
	max-width: 50%;
}
.subslogantext {
	max-width: 450px;
}
.subslogantext p {
	line-height: 1.4;
	font-size: 17px;
}
.intro .swiper {
  	position: absolute;
  	right: 0;
  	top: 50%;
  	transform: translateY(-50%);
  	width: 530px;
	height: 155px;
  	background-color: #fff;
}
.mySwiper .swiper-slide {
	display: flex;
	gap: 30px;
}
.slider-txt,
.case-intro,
.about-list-item p.num {
	font-family: "Playfair", serif;
}
.mySwiper .swiper-button-next, 
.mySwiper .swiper-button-prev {
	color: #999;
	bottom: 10px;
	top: auto;
}
.mySwiper .swiper-button-next::after, 
.mySwiper .swiper-button-prev::after {
	font-size: 22px!important;
}
.mySwiper .swiper-button-prev {
	left: 180px;
}
.mySwiper .swiper-button-next {
	left: 220px;
}
.mySwiper .swiper-slide .slider-txt {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 400;
}
.mySwiper .swiper-pagination {
	position: absolute;
	top: 10px;
	right: 10px;
	left: auto;
	color: #999;
	font-size: 14px;
	width: max-content;
	font-weight: 500;
}
.swiper-pagination-current {
	color: #999;
}
.swiper-pagination-total {
	color: #ccc;
}
.slider-img {
	z-index: 1000;
}
.autoplay-progress {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 10;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #444;
}
.autoplay-progress span {
    font-size: 	14px;
    font-weight: 400;
}
.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 1px;
    stroke: #444;
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}
.btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.5px;
	cursor: pointer;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #631b1a;
	background-color: transparent;
	min-width: 280px;
	width: -moz-max-content;
	width: max-content;
	padding: 14px;
	line-height: 1.5;
	overflow: hidden;
	z-index: 1;
	font-weight: 400;
	font-size: 15px;
	transition: color .3s cubic-bezier(.17, .67, .83, .67);
}
.whwb-item .btn {
	min-width: auto;
}
.btn::before {
	content: "";
	position: absolute;
	left: -10%;
	width: 120%;
	bottom: 100%;
	height: 150%;
	background: #631b1a;
	z-index: -1;
	animation: animCache2 .3s forwards cubic-bezier(.17, .67, .83, .67);
}
.btn svg {
	margin-left: 16px;
	transition: all .3s cubic-bezier(.17, .67, .83, .67);
	transform-origin: right;
}
.btn svg path {
	stroke: #fff;
}
.btn:hover svg {
	width: 0;
	margin: 0;
}
.btn:hover {
	color: #1c1c1c;
}
.faq .btn:hover {
	color: #fff;
}
.btn:hover::before {
	animation: animCacheHover2 .3s forwards alternate cubic-bezier(.17, .67, .83, .67);
}
@-webkit-keyframes animCacheHover2{
	0%{
		-webkit-transform:skewY(10deg);
		transform:skewY(10deg);
		bottom:0
	}
	to{
		-webkit-transform:skewY(0deg);
		transform:skewY(0deg);
		bottom:150%
	}
}
@keyframes animCacheHover2{
	0%{
		-webkit-transform:skewY(10deg);
		transform:skewY(10deg);
		bottom:0
	}
	to{
		-webkit-transform:skewY(0deg);
		transform:skewY(0deg);
		bottom:150%
	}
}
@-webkit-keyframes animCache2{
	0%{
		bottom:auto;
		-webkit-transform:skewY(10deg);
		transform:skewY(10deg);
		top:150%
	}
	to{
		-webkit-transform:skewY(0deg);
		transform:skewY(0deg);
		bottom:auto;
		top:0
	}
}
@keyframes animCache2{
	0%{
		bottom:auto;
		-webkit-transform:skewY(10deg);
		transform:skewY(10deg);
		top:150%
	}
	to{
		-webkit-transform:skewY(0deg);
		transform:skewY(0deg);
		bottom:auto;
		top:0
	}
}
.btn.inverse,
.grey {
	background: #fff;
}
.btn.inverse {
	color: #631b1a;
	border-color: #631b1a;
}
.grey {
	color: #333;
	border-color: #999;
	border: solid 1px #ababab;
	padding: 7px 14px;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
}
.btn.inverse svg {
	fill: #631b1a;
}
.btn.inverse:hover svg {
	fill: #fff;
}
.btn.big {
	font-size: 15px;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	padding: 15px 80px;
	font-weight: 500;
	width: min-content;
	overflow: hidden;
	z-index: 1;
	font-weight: 400;
	-webkit-transition: color .3s cubic-bezier(.17,.67,.83,.67);
	-o-transition: color .3s cubic-bezier(.17,.67,.83,.67);
	transition: color .3s cubic-bezier(.17,.67,.83,.67);
}
.btn.big:hover {
	color: #666;
}
.btn.big::before {
	background-color: #fff;
	content: "";
	position: absolute;
	bottom: 150%;
	width: 120%;
	height: 150%;
	top: auto;
	left: -10%;
	-webkit-transform: skewY(10deg);
	-ms-transform: skewY(10deg);
	transform: skewY(10deg);
	-webkit-animation: animCache1 .3s forwards cubic-bezier(.17,.67,.83,.67);
	animation: animCache1 .3s forwards cubic-bezier(.17,.67,.83,.67);
	z-index: -1;
}
.btn.big:hover::before {
	-webkit-animation: animCacheHover1 .3s forwards alternate cubic-bezier(.17,.67,.83,.67);
	animation: animCacheHover1 .3s forwards alternate cubic-bezier(.17,.67,.83,.67);
}
@-webkit-keyframes animCacheHover1{
	to{
		-webkit-transform:skewY(0deg);
		transform:skewY(0deg);
		bottom:0
	}
}
@keyframes animCacheHover1{
	to{
		-webkit-transform:skewY(0deg);
		transform:skewY(0deg);
		bottom:0
	}
}
@-webkit-keyframes animCache1{
	0%{
		bottom:auto;
		-webkit-transform:skewY(0deg);
		transform:skewY(0deg);
		top:0
	}
	to{
		-webkit-transform:skewY(10deg);
		transform:skewY(10deg);
		bottom:auto;
		top:150%
	}
}
@keyframes animCache1{
	0%{
		bottom:auto;
		-webkit-transform:skewY(0deg);
		transform:skewY(0deg);
		top:0
	}
	to{
		-webkit-transform:skewY(10deg);
		transform:skewY(10deg);
		bottom:auto;
		top:150%
	}
}
.promo .btn {
	margin-left: auto;
	margin-right: auto;
}
.promo .btn svg {
	width: 20px;
	margin-right: 5px;
	margin-left: 0;
}
.promo .btn:hover {
	color: #fff;
}
/* Front titles */
.about-section {
	margin-bottom: 75px;
}
.about-section::before {
	content: '';
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #f0f0f0;
}
.about-img img {
	max-width: none;
	right: -50px;
}
.about-text {
	padding-left: 100px;
}
.about-text h2 {
	font-weight: 400;
	margin-bottom: 30px;
	text-align: left;
	color: #1c1c1c;
	/*max-width: 321px;*/
	text-indent: 39px;
	line-height: 1.3;
	font-size: 27px;
}
.about-text h2::before {
	width: 15px;
    height: 25px;
    content: "";
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg);
	position: absolute;
	left: 10px;
	top: -10px;
	border-left: 1px solid #631b1a;
	border-right: 1px solid #631b1a;
}
.about-text p {
	margin-bottom: 25px;
}
.services {
	background-color: #dcdfe0;
}
.clients .section-title {
	line-height: 1.4;
}
.clients .inner {
	display: flex;
	gap: 50px;
}
.clients .grid {
	column-gap: 5vw;
    grid-row-gap: 4vw;
}
.client-item {
	background-color: #f0f0f0;
	padding: 41px 43px 41px 107px;
}
.percent {
	font-family: "Playfair", serif;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 60px;
	color: #631b1a;
	left: -30px;
}
.section-title {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
}
.section-subtitle {
	font-size: 14px;
	margin: 0 auto;
	max-width: 680px;
	line-height: 1.5;
	color: #555;
}
.heading-divider {
	margin: 24px auto 40px;
	max-width: 385px;
	display: block;
	height: 3px;
	position: relative;
	z-index: 1;
}
.heading-line1 {
	width: 100px;
	height: 3px;
	display: inline-block;
	background-color: #631b1a;
	vertical-align: top;
}
.heading-line2 {
	width: 100%;
	height: 1px;
	display: inline-block;
	background-color: #dedede;
	position: absolute;
	top: 1px;
	left: 0;
	z-index: -1;
}
/* Catalog */
.post-thumb {
	position: relative;
	overflow: hidden;
}
.post-thumb img {
	width: 100%;
	display: block;
}
.post-link {
	display: block;
	font-weight: 400;
	font-size: 28px;
	margin-bottom: 15px;
	line-height: 1.3;
	font-family: "Playfair", serif;
}
.offer-btn {
	margin-top: 35px;
}
.cat-title h1 {
	padding: 45px 0 70px;
	font-weight: 400;
	font-size: 40px;
}
/* Promo-block */
.promo {
	background-image: url(../../../wp-content/themes/uni2/img/promo.jpg);
	background-repeat: no-repeat;
	background-size: cover;	
	background-position: center;
	background-attachment: fixed;
	color: #fff;
}
.promo::before,
.bottom-contact::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.65);
	z-index: 0;
}
.promo .section-title,
.promo .section-subtitle {
	color: #fff;
	position: relative;
	margin-bottom: 35px;
}
.promo .section-subtitle {
	font-size: 16px;
	line-height: 1.45;
}
.promo .section-title::after {
	content: '';
	position: absolute;
	display: block;
	height: 1px;
	width: 50px;
	left: 50%;
	bottom: -15px;
	margin-left: -25px;
	background-color: #631b1a;
}
/* About us block */
.about-txt {
	padding: 25px;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.12);
	position: absolute;
	right: 0;
	top: 50px;
	background: #fff;
	width: 55%;
}
.about-txt ul {
	margin-bottom: 15px;
}
.about-txt li {
	list-style-type: none;
	margin-left: 15px;
	padding-left: 25px;
	background-image: url(../../../wp-content/themes/uni2/img/checked.svg);
	background-repeat: no-repeat;
	background-size: 21px;
}
/* Services tabs */
.tabs-left {
	display: flex;
	flex-direction: column;
	background-color: #e7e7e7;
}
.serv-tabs.grid,
.service-desc.grid,
.partners .grid {
	gap: 0;
}
.tablink,
.sd-link {
	border: 1px solid #ccc;
}
.tablink {
	border-radius: 0;
	padding: 20px 50px;
	text-align: left;
	font-size: inherit;
	color: #444;
	background-color: transparent;
	border-left: 5px solid transparent;
	width: 100%;
	border-right: none;
	border-bottom: none;
	font-size: 18px;
}
.tablink:last-child {
	border-bottom: 1px solid #ccc;
}
.sd-link {
	border-right: none;
}
.sd-link:last-child {
	border-right: 1px solid #ccc;
}
.tablink:hover,
.tablink.active-tab {
	color: #631b1a;
}
.tablink.active-tab {
	background-color: #f0f0f0;
	border-left: 5px solid #631b1a;
}
.w3-animate-bottom {
	position: relative;
	animation: animatebottom 0.4s
}
.sd-link:hover {
	color: #202647;
}
.sd-link svg,
.case-item-val svg {
	-webkit-transition: -webkit-transform .5s ease-out;
	transition: -webkit-transform .5s ease-out;
	-o-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: transform .5s ease-out,-webkit-transform .5s ease-out;
	width: 26px;
	height: 26px;
	position: absolute;
	right: 0;
	top: 0;
}
.sd-link:hover svg,
.case-item-val a:hover svg {
	-webkit-transform: rotateY(1turn);
	transform: rotateY(1turn);
}
.sd-link p {
	position: relative;
	line-height: 1.3;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transform: translateY(40px);
	-ms-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.sd-link:hover p {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
@keyframes animatebottom {
	from {
		bottom: -300px;
		opacity: 0
	}
	to {
		bottom: 0;
		opacity: 1
	}
}
.service-desc {
    min-height: 100%;
    flex-wrap: wrap;
    background-color: #f0f0f0;
    border-top: 1px solid #d4d4d4;
    overflow: hidden;
}
.sd-link {
	padding: 50px;
	display: flex;
	flex-direction: column;
	gap: 50px;
	height: 100%;
}
.sd-link span {
	padding-right: 25px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	text-transform: uppercase;
	line-height: 1.5;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.sd-link:hover span {
	top: 10%;
	-webkit-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	transform: translateY(-40%);
}
/* Reviews */
.reviews .section-title {
	color: #fff;
}
.reviews::before {
	content: '';
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.reviews {
	background-image: url(../../../wp-content/themes/uni2/img/revbg.jpg);
	background-repeat: no-repeat;	
	background-attachment: fixed;
	background-position: center;
}
.swiper-slide.review {
	display: flex;
	flex-direction: column;
	gap: 30px;
	color: #fff;
	justify-content: center;
	align-items: center;
}
.review-inner {
	max-width: 900px;
}
.swiper-slide.review img {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	border: 4px solid #631b1a;
	margin-bottom: 10px;
}
.rev-name {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
}
.rev-desc {
	margin-bottom: 25px;
}
section p.rev-txt {
	line-height: 1.5;
	font-weight: 500;
}
.mySwiper2 .swiper-button-next, 
.mySwiper2 .swiper-button-prev {
	color: #fff;
}
/* Blog announcements */
.blog,
.about-list,
.history {
	background-color: #f0f0f0;
}
.section-head .section-title {
	margin-bottom: 0;
}
.section-head a {
	font-size: 18px;
}
.section-head {
	margin-bottom: 35px;
}
.post-thumb img,
.emp-item img,
.mySwiper4 img,
.partner-item img {
	margin-bottom: 20px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.post-thumb img:hover,
.emp-item img:hover,
.mySwiper4 img:hover,
.partner-item:hover img {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
}
.post-meta {
	color: #999;
	margin-bottom: 15px;
}
.blog .mySwiper3,
.docs .mySwiper3 {
	padding-left: 50px;
}
.docs .mySwiper3 .swiper-button-next, 
.docs .mySwiper3 .swiper-button-prev{
	color: #555;
}
.mySwiper4 {
	width: 100%;
}
.mySwiper4 img {
	margin-bottom: 0;
}
.his-desc {
	font-size: 16px;
}
.more-link {
	font-size: 14px;
	font-weight: 400;
	color: #1c1c1c;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	letter-spacing: .14em;
	text-transform: uppercase;
}
.post-announce:hover .more-link {
	letter-spacing: .4em;
}
.more-link:hover {
	color: #1c1c1c;
}
.post-item.inner {
	max-width: 700px;
}
.post-item .content p {
	font-size: 16px;
	font-weight: 300;
}
.post-item .content p,
.post-item .content h2,
.post-item .content h3,
.post-item .content h4 {
	margin-bottom: 24px;
}
/* Bottom contact */
.bottom-contact {
	background-image: url(../../../wp-content/themes/uni2/img/contactbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;	
	display: flex;
	background-position: center;
}
.st-block {
	display: flex;
	justify-content: end;
}
.scroll-text {
	max-height: 174px;
	color: #fff;
	overflow-y: scroll;
	max-width: 391px;
	padding-right: 10px;
}
.scroll-text h3 {
	color: #fff;
}
/* Common */
.top-title .inner {
	align-items: center;
	height: 100%;
}
.top-title {
	background-position: center;
	height: calc(100vh - 175px);
	animation: animateBg forwards 0.5s ease-in;
}
@keyframes animateBg{
    from { background-size: 110%; }
    to { background-size: cover; }
}
.top-title h1 {
	margin-bottom: 0;
	color: #fff;
	font-size: 64px;
	max-width: 50%:;
}
.archive .top-title,
.page .top-title {
	background-image: url(../../../wp-content/themes/uni2/img/contactbg.jpg);
}
.page.page-id-1115 .top-title {
	background-image: url("/wp-content/uploads/2024/11/main-hero.jpg")!important;
	background-size: cover;
	background-position: center;
}
.page h1 {
	margin-bottom: 0;
}
.top-title,
.top-title .inner {
	position: relative;	
}
.top-title::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,0,0,.5);
    z-index: 0;
}
.top-title,
.cat-items {
	margin-bottom: 50px;	
}
.breadcrumbs {
	font-size: 13px;
	padding-top: 11px;
	padding-bottom: 11px;
	background: rgba(255, 255, 255, 0.7);
}
.breadcrumbs .inner {
	display: flex;
	align-items: center;
	gap: 10px;
}
.breadcrumbs svg {
	width: 15px;
	height: 15px;
	fill: #631b1a;
}
.case-info {
	margin-bottom: 70px;
}
.case-info.grid {
	gap: 0;
}
.case-intro {
	background-color: #631b1a;
	padding: 85px;
	position: relative;
	z-index: 2;
	margin-top: -160px;
	font-size: 30px;
	max-width: 55%;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 70px;
}
.single .case-intro {
	margin-bottom: 0;
}
.case-intro p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.3;
	margin-top: 20px;
}
.sticky-data {
	padding: 50px;
	background-color: #f0f0f0;
	position: sticky;
	top: 43px;
}
.case-data-item {
	margin-bottom: 40px;
}
.case-data-item p {
	margin-bottom: 18px;
	color: #631b1a;
}
.case-client-logo img {
	height: 45px;
	width: auto;
}
.case-item-val {
	text-transform: uppercase;
}
.case-item-val a {
	display: block;
	margin-top: 20px;
}
.case-item-val a:first-child {
	margin-top: 0;
}
.case-item-val svg {
	margin-top: -5px;
}
.case-content {
	padding-top: 70px;
}
.about-list-item {
	width: 100%;
	max-width: 568px;
	margin-bottom: 140px;
}
.about-list-item p {
	padding-left: 100px;
}
.about-list-item p.num {
	padding-left: 0;
	font-size: 228px;
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: PlayFair,sans-serif;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(99, 27, 26,.5);
	color: transparent;
	line-height: 1;
	letter-spacing: -.035em;
}
.about-list-item h2 {
	font-size: 42px;
	margin-bottom: 38px;
}
.about-list-item:nth-of-type(even) {
	margin-left: auto;
	margin-right: auto;
}
.about-phil {
	padding: 50px 80px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	max-width: 40%;
}
.about-phil h3 {
	font-size: 24px;
	text-indent: 70px;
}
.about-phil h3::before {
	content: '';
	-webkit-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	transform: skew(-45deg);
	position: absolute;
	left: 10px;
	top: -5px;
	border-left: 1px solid #631b1a;
	border-right: 1px solid #631b1a;
	width: 15px;
	height: 25px;
}
.about-phil p {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin-left: auto;
	font-size: 14px;
	margin-bottom: 0;
}
.about-phil p::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -46px;
	width: 30px;
	border-bottom: 1px solid #631b1a;
}
.parallax {
	position: absolute;
	right: 0;
	width: 380px;
	top: 300px;
}
#sec-img.parallax {
	top: auto;
	left: 0;
	bottom: -100px;
}
.history {
	padding-left: 50px;
}
.year {
	position: absolute;
  	font-family: PlayFair,sans-serif;
	font-size: 72px;
	top: 40px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	color: transparent;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
  	-webkit-text-orientation: mixed;
  	text-orientation: mixed;
  	-webkit-transform: rotate(-180deg);
  	-ms-transform: rotate(-180deg);
  	transform: rotate(-180deg);
  	z-index: 3;
  	left: 0;
}
.mySwiper4 .swiper-button-next, 
.mySwiper4 .swiper-button-prev {
	color: #fff;
}
.section-title .sub-title {
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.1px;
	text-transform: none;
}
.partners .partner-item:nth-child(2n-1) {
	border-right: 1px solid #e7e7e7;
}
.partners .partner-item:first-child, 
.partners .partner-item:nth-child(2) {
	border-top: 1px solid #e7e7e7;
}
.partners .partner-item:nth-child(3) {
	border-top: 1px solid #e7e7e7;
}
.partners .partner-item {
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	cursor: pointer;
	padding: 0 100px;
	height: 150px;
}
.partner-item img {
	position: relative;
	margin: 0 auto;
}
.partner-item:hover img {
	transform: scale(0.9);
	margin: -50px auto 0;
}
.content p,
.content ul,
.content ol,
section p {
	margin-bottom: 15px;
}
.content p,
.content li,
section li, 
.widget ul li,
.widget ol li,
section p  {
	line-height: 1.6;	
}
.content ul li,
.content ol li,
section ul li,
section ol li,
.accordion__content li {
	margin-left: 25px;
	margin-bottom: 5px;
}
.accordion__content li {
	line-height: 1.3;
}
.accordion__content ul {
	padding-left: 25px;
	margin-bottom: 10px;
}
.page-template-page-service .accordion__content h2 {
  	font-size: 32px;	
}
.page-template-page-service .accordion__content h2,
.accordion__content h3,
.accordion__content h4,
.accordion__content h5,
.accordion__content h6 {
	margin-left: 25px;
  	margin-bottom: 15px;
}
.content li::marker {
	color: #631b1a;
}
.content p:last-child,
section p:last-child,
section ul li:last-child,
section ol li:last-child,
section ul:last-child,
section ol:last-child {
	margin-bottom: 0;
}
.page.inner ul li {
	padding-left: 5px;
	background-repeat: no-repeat;
	background-size: 20px 20px;	
	background-position: 0 center;
}
li::marker {
	color: #631b1a;
}
input[type="submit"],
button {
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
}
p.suptitle::before {
	left: -37px;
}
p.suptitle::after {
	right: -37px;
}
p.suptitle::before, 
p.suptitle::after {
	content: '';
	display: block;
	height: 1px;
	width: 25px;
	background: #77b300;
	position: absolute;
	top: 12px;
}
/* Category and post*/
input[type="submit"],
button,
input[type="submit"]:hover,
button:hover {
	color: #fff;	
}
.navigation {
	margin-top: 40px;
	margin-bottom: 15px;
}
.page-numbers {
	display: inline-block;
	min-width: 35px;
	line-height: 30px;
	background: #fff;
	border: 1px solid #cccccc;
	color: #777;
	text-align: center;
	font-size: 13px;
}
.page-numbers:hover, .page-numbers.current {
	background: #f4f4f4;
}
.cat-items .content .wp-post-image {
    float: none;
}
.alignnone {
	margin-bottom: 25px;
}
/* Contact page */
.cd-title {
	position: relative;
	padding-left: 35px;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #444;
}
.cd-title::before {
	content: '';
	display: block;
	position: absolute;
	width: 25px;
	height: 1px;
	left: 0;
	top: 10px;
	background: #f07e74;
}
.cpd {
	font-weight: 400;
	display: block;
	margin-bottom: 10px;
}
.cpd svg {
	fill: #631b1a;
	width: 15px;
	height: 15px;
	margin-bottom: -2px;
	margin-right: 3px;
}
.page-cf .wpcf7 .grid {
	gap: 10px;
}
.contact-block {
	margin-bottom: 20px;
}
.contact-block::last-child {
	margin-bottom: 0;
}
.contact-data h2 {
	font-size: 28px;
	margin-bottom: 30px;
}
.contact-data p {
	color: #424242;
	margin-bottom: 15px;
	font-weight: 300;
}
.c-address,
.c-email,
.c-phone {
	margin-bottom: 30px;
}
.addr-link {
	line-height: 1.5;
}
.c_foto {
	position: absolute;
	width: 65px;
	left: -95px;
	top: 0;
}
.map-block {
	margin-top: 30px;
}
#map {
	width: 100%;
	height: 350px;
}
.c-address .flex {
	gap: 15px;
}
/* Services */
.page-template-page-service h1 {
	margin-bottom: 30px;
	font-size: 40px;
	line-height: 1.2;
}
.top-st {
	font-size: 18px;
	color: #fff;
	line-height: 1.4;
	font-weight: 300;
}
.page-template-page-service .case-intro {
	font-size: 16px;
	font-family: 'Open Sans',sans-serif;
	margin-top: -130px;
	font-weight: 300;
	line-height: 1.6;
}
.top-form {
	max-width: 440px;
	margin: 0 auto;
	padding: 50px;
	background: rgba(232, 232, 232, 0.75);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.tf-title {
	font-size: 18px;
	margin-bottom: 20px;
}
.page-template-page-service h2 {
	font-size: 42px;
	margin-bottom: 	40px;
}
.for-whom,
.what-in {
	gap: 20px;
	line-height: 1.4;
	color: #1c1c1c;
}
.for-whom {
	font-size: 20px;
	padding: 36px;
	background: #f0f0f0;
}
.for-whom img {
	width: 	150px;
}
.what-in {
	padding: 20px;
	font-size: 18px;
	background-color: #f7f0ed;
}
.what-in svg {
	width: 25px;
	height: 25px;
	fill: #631b1a;
	border-radius: 100%;
	background-color: #fff;
}
.issues {
	background-color: #f0f0f0;
	font-size: 20px;
	color: #1c1c1c;
}
.issue {
	gap: 20px;
}
.is-num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 91px;
	height: 91px;
	font-family: "Playfair", serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 34px;
	text-align: center;
	color: #b58500;
	border-radius: 100px;
	border: 2px solid #b58500;
	flex: 0 0 auto;
}
.why-we {
	color: #424242;
	font-size: 18px;
	padding: 20px 80px;
	background-color: #f0f0f0;
	border-left: 3px solid #631b1a;
	margin-bottom: 20px;
	line-height: 1.4;
}
.why-we:last-child {
	margin-bottom: 0;
}
.emp-item h3 {
	font-size: 26px;
}
.for-whom-block,
.what-in-block,
.issues,
.why-we-block,
.page-template-page-service .promo,
.serv-experts,
.results,
.serv-proc,
.price-block,
.serv-desc,
.price-block,
.serv-desc,
.serv-advantages,
.whwb,
.page-template-page-service .reviews {
	margin-bottom: 150px;
}
.serv-proc {
	background-color: #f1f1f1;
}
.proc-item {
	padding: 30px;
	background-color: #fff;
	line-height: 1.5;
	font-size: 16px;
	gap: 20px;
}
.serv-proc {
	counter-reset: count;
}
.serv-proc .proc-item::before {
	counter-increment: count;
	content: "0" counter(count);
	color: #631b1a;
	font-weight: 600;
}
.tarif-desc {
	padding: 50px;
	background-color: #e7e7e7;
	overflow: hidden;
}
.tarif-desc ~ .tarif-desc {
	margin-top: 50px;
}
.tarif-desc::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: -100%;
	background-color: #f7f0ed;
	-webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.tarif-desc:hover::before {
	top: 0;
}
.tarif-desc {
	z-index: 1;
}
.tarif-desc h3 {
	font-size: 28px;
}
.tarif-desc ul {
	list-style-type: none;
	color: #1c1c1c;
}
.tarif-desc li {
	line-height: 1.4;
	margin-bottom: 15px;
	display: flex;
	gap: 10px;
}
.tarif-desc li:before {
	content: 'T';
	color: #631b1a;
	font-family: 'Times New Roman';
	background-color: #fff;
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-top: 2px;
}
.price-div {
	justify-content: space-between;
}
.price {
	font-size: 18px;
}
.vat {
	font-size: 13px;
	color: #666;
}
.price .btn {
	margin-top: 40px;
}
/* Accordion */
[class*=__container] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1200px;
	height: 100%;
	padding: 0 15px;
	margin: 0 auto
}
@media(max-width: 425.98px) {
	[class*=__container] {
		padding: 0 10px
	}
}
@-webkit-keyframes animation-gradient {
	0% {
		background-position: 0% 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0% 50%
	}
}
@keyframes animation-gradient {
	0% {
		background-position: 0% 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0% 50%
	}
}
/*.accordion__item:not(:last-child) {
	margin-bottom: 10px
}*/
.accordion__header {
	background-color: #631b1a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	border-bottom: 1px solid #fff;
}
.accordion__header:last-child {
	margin-bottom: 0;
}
.accordion__title {
	color: #fff;
	font-size: 26px;
	margin-bottom: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.accordion__icon {
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 15px;
	flex: 0 0 15px;
	height: 15px
}
.accordion__icon .icon-plus path,
.accordion__icon .icon-minus path {
	fill: #fff;
}
.accordion__icon.hide .icon-minus {
	display: none;
}
.accordion__icon.show .icon-plus {
	display: none;
}
.accordion__content {
	height: 0;
	overflow: hidden;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.accordion__content p:first-child {
	padding-top: 30px;
}
.accordion__content p {
	padding: 0 30px 15px 30px;
	line-height: 1.3;
}
.accordion__content p:last-child {
	padding-bottom: 30px;
}
.serv-desc-block {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 500px
}
.serv-desc-accordion {
	background-color: #fff;
  	max-width: 900px;
  	margin: -184px auto 0;
  	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.13);
  	position: relative;
  	z-index: 1;
}
/* Services page */
.page-template-page-services .top-st {
	color: #000;
	max-width: 750px;
	margin: 30px auto 0;
}
.srv-list.grid {
	grid-column-gap: 0;
}
.srv-list-price {
	background-color: #f0f0f0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	flex-direction: column;
	justify-content: center;
}
.srv-list-price > div {
	width: 100%;
	justify-content: space-around;
	margin-bottom: 20px;
}
.srv-list-price .color {
	text-transform: lowercase;
}
.srv-list .sd-link {
	border-top: none;
	border-bottom: none;
}
.srv-list:last-child .sd-link,
.srv-list:last-child .srv-list-price {
	border-bottom: 1px solid #ccc;	
}
/* Advantages */
.serv-advantages {
	padding-top: 70px;
}
.advant-item {
	border: 2px solid #631b1a;
	padding: 30px;
	line-height: 1.4;
}
.advant-item img {
	position: absolute;
	right: 20px;
	top: -30px;
	height: 60px;
	width: auto;
}
.advant-item strong {
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
}
.advant-item p {
	font-weight: 300;
	line-height: 1.3;
}
/*Who will benefit */
.whwb-item {
	background-color: #f9f4ec;
	padding: 30px;
}
.whwb-item strong {
	font-family: "Playfair", serif;
	display: block;
	font-weight: 500;
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: 0.5px;
}
.whwb-item p {
	line-height: 1.3;
}
.whwb-item strong,
.whwb-item p {
	margin-bottom: 20px;
}
.whwb-item .btn {
	width: 100%;
}
.troubles h2 {
	font-size: 28px;
}
.troubles p {
	margin-bottom: 40px;
}
.ww2 {
	overflow: hidden;
	margin-bottom: 150px;
}
.ww2 img {
	position: absolute;
	right: 0;
	top: -50px;
	width: 50%;
}
.ww2::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -50%;
	background-color: #631b1a;
}
.ww2 .grid {
	grid-column-gap: 0;
}
.ww2 svg {
	position: absolute;
	left: 0;
	bottom: -150px;
	width: 400px;
	height: 380px;
}
.ww2txt,
.ww2txt h2 {
	color: #fff;
}
.ww2txt {
	padding-right: 50px;
}
.ww2-item {
	display: flex;
	gap: 20px;
}
.ww2-item::before {
	content: "T";
	color: rgb(99, 27, 26);
	font-family: "Times New Roman";
	background-color: rgb(255, 255, 255);
	width: 40px;
	height: 40px;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-top: 2px;
	font-size: 25px;
}
.related-pages {
	background-color: #f0f0f0;
}
.related-pages .post-thumb {
	margin-bottom: 20px;
}
@media (min-width: 1024px) {
	.related-pages .post-thumb {
		height: 260px;
		display: inline-block;
	}
	.related-pages .post-thumb img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
}
h2.related-title {
	margin-bottom: 15px;
}
.related-subtitle {
	margin-bottom: 40px;
  	font-weight: 400;
  	font-size: 20px;
  	line-height: 24px;
}
.relate-link {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3;
}
/* Steps */
@media (min-width: 1024px) {
	.step-num::before {
		position: absolute;
		left: 150px;
		top: 26px;
		height: 1px;
		width: 100%;
		content: "";
		background: #631b1a;
	}
}
.steps {
	background-color: #f0f0f0;
}
.step-item:last-child .step-num:before {
	display: none;
}
.step-num span {
	background: #631b1a;
	border-radius: 50%;
	color: #fff;
	font-weight: 600;
	position: relative;
	height: 45px;
	width: 45px;
	line-height: 45px;
	display: inline-block;
	transition: 0.3s;
	margin-bottom: 30px;
}
.step-num span::before,
.step-num span::after {
	content: "";
	z-index: -1;
	position: absolute;
	opacity: 0;
	border-radius: 50%;
	right: 0;
	margin: auto;
	transition: 0.3s;
	background: #631b1a;
}
.step-num span::before {
	left: -20px;
	top: -20px;
	height: 85px;
	width: 85px;
}
.step-num span::after {
	position: absolute;
	left: -10px;
	top: -10px;
	height: 65px;
	width: 65px;
}
.step-item:hover .step-num span,
.step-item:hover .step-num span::before,
.step-item:hover .step-num span::after {
	transform: scale(1.1);
}
.step-item:hover .step-num span::before {
	opacity: 0.2;
}
.step-item:hover .step-num span::after {
	opacity: 0.25;
}
/* To top button */
.gototop {
	position: fixed;
	display: block;
	box-sizing: border-box;
	height: 42px;
	width: 42px;
	border: none;
	background-color: #631b1a;
	color: #fff;
	bottom: 20px;
	right: 20px;
	margin-right: -30px;
	outline: none;
	opacity: 0;
	transition: opacity .3s ease, margin-right .5s ease-out;
	cursor: pointer;
	text-align: center;
	border-radius: 100%;
	z-index: 1;
}
.gototop svg {
	fill: #fff;
	height: 40px;
	width: 40px;
}
.visiblebtn{
	transition: opacity .3s ease, margin-right .5s ease-out;
	margin-right: 0px;
	opacity: 1;
}
.visiblebtn:hover{
	opacity: 0.6;
}
input[type="submit"],
input[type="button"],
button {
	-webkit-appearance: none;
}
/* Popup */
.popup-container .popup-button {
    background: #333;
    line-height: 34px;
    color: #fff;
    padding: 0 20px;
    border-radius: 3px;
    display: block;
    cursor: pointer;
}
.popup-inner .grid {
	grid-column-gap: 15px;
	grid-row-gap: 15px;	
}
.popup-container .popup-button:hover {
    background: #444;
}
.popup-container .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: 250ms all;
}
.popup-inner {
    width: 95%;
	max-width: 400px;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 150%;
    transition: 250ms all;
    max-height: 90%;
	overflow-y: auto;
}
.popup-title svg {
    height: 20px;
    width: auto;
    margin-right: 3px;
    position: relative;
    top: 3px;
    fill: #631b1a;
}
.popup-title h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
    font-weight: 700;
}
.popup-title .subtitle {
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 1.3;
    color: #555;
}
.popup-container .popup .popup-inner .popup-content ul li {
    margin-bottom: 10px;
}
.popup-container .popup .popup-inner .popup-content ul li:last-child {
    margin-bottom: 0;
}
.popup-container .popup .popup-inner .popup-content ul li input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    line-height: 34px;
    padding: 0 15px;
    font-size: 14px;
    box-sizing: border-box;
}
.popup-container .popup .popup-inner .popup-content ul li button {
    width: 100%;
    line-height: 34px;
    background: #666;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    font-size: 14px;
}
.popup-container .popup .popup-inner .popup-content ul li button:hover {
    background: #444;
}
.popup-container .popup .transparent-label {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: pointer;
}
.popup-container>input {
    display: none;
}
.popup-container>input:checked+.popup {
    opacity: 1;
    visibility: visible;
}
.popup-container>input:checked+.popup .popup-inner {
    position: relative;
    top: 50%;
}
.popup-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: block;
    padding: 10px;
    font-size: 22px;
    color: #777;
}
.popup-close-btn:hover {
    color: #dd3d53;
}
/*404*/
.error404 .top-title {
	background-image: url(/wp-content/uploads/2024/12/company.jpg);
}
.error404 .content p {
	margin-bottom: 15px;
}
/* FAQ */
.faq .grid {
	grid-column-gap: 50px;
}
.faq,
.faq h2 {
	color: #fff;
}
.faq {
	background-color: #424242;
}
.faq h2 {
	font-size: 28px;
}
.faq .wpcf7 {
	max-width: 360px;
}
.faq .wpcf7 p {
	margin-bottom: 0;
}
.acc-wrapper {
    padding: 0;
    overflow: hidden;
	width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
button.accordion {
	color: #fff;
	font-size: 16px;
}
.accordion {
    cursor: pointer;
    padding: 11px 32px;
    width: 100%;
    text-align: left;
    font-weight: 500;
    border: none;
    outline: none;
    transition: 0.4s;
}
.panel {
    padding: 0 32px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
	margin-bottom: 15px;
}
.panel:last-child {
	border-bottom: none;
}
.accordion::after {
	content: '+';
	font-size: 20px;
	color: #fff;
	font-weight: 300;
	transition: 0.5s;
	line-height: 1;
}
.accordion.active:after {
    transform: rotate(45deg);
}
section .panel p,
.panel li {
    line-height: 1.7;
    font-weight: 400;
}
section .panel p {
	display: block;
}
section .panel p,
section .panel p:last-child,
section .panel ul,
section .panel ul:last-child,
section .panel ol,
section .panel ol:last-child {
	margin-bottom: 15px;
}
.panel li p {
    margin-top: 10px;
    margin-bottom: 0;
}
.panel ol li {
    margin-bottom: 15px;
}
.panel li {
    margin-bottom: 5px;
}
.seotxt p:last-child,
.seotxt ul:last-child,
section .answer p:last-child,
.panel .answer li:last-child {
    margin-bottom: 0;
}
button.accordion {
	line-height: 1.4;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.accordion,
.panel {
	background-color: #676767;
	border-bottom: 1px solid #676767;
}
.accordion {
	border-bottom: 0;
}
.panel {
	border-top: 0;
} 
/* Footer*/
.footer {
	padding: 40px 0 20px;
	margin-top: 50px;
	position: relative;
	z-index: 1;
	background-color: #1c1c1c;
	background-position: center center;
	background-attachment: scroll;
}
.fixbtn {
	position: fixed;
	width: 55px;
	height: 55px;
	right: 20px;
	bottom: 80px;
	border-radius: 100%;
	background-color: #29af3e;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: pulse-white 2s infinite;
	z-index: 10001;
}
.fixbtn svg {
	fill: #fff;
	width: 50px;
	height: 50px;
	margin-top: -4px;
	margin-left: -2px;
}
@keyframes pulse-white {
	0% {
		box-shadow: 0 0 0 0 rgba(41, 175, 62, 0.7);
	}
	
	70% {
		box-shadow: 0 0 0 15px rgba(41, 175, 62, 0);
	}
	
	100% {
		box-shadow: 0 0 0 0 rgba(41, 175, 62, 0);
	}
}
.home .footer,
.page-template-page-service .footer {
	margin-top: 0;
}
.footer .socials {
	margin-top: 30px;
}
.footer-logo {
	width: 150px;
	margin-bottom: 9px;
	opacity: 0.7;
}
.footer-title {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #fff;
	line-height: 1.2;
}
.footer-txt p {
	line-height: 1.25;
	font-weight: 500;
	color: #999;
}
.footer,
.fmenu .menu span,
.footer a {
	color: #e8e9eb;
	font-size: 14px;
}
.footer a {
	color: #999;
}
.footer a:hover {
	color: #d0d3e2;
}
.fmenu .menu {
	display: block;
	text-align: left;
	font-size: 15px;
	font-weight: 500;
}
.fmenu .menu a,
.fmenu .menu span {
	text-transform: none;
	padding: 0;
}
.fmenu .menu li {
	display: block;
	margin-bottom: 10px;
	text-transform: none;
}
.fmenu .menu li:last-child {
	margin-bottom: 0;
}
.fc-item {
	line-height: 1.2;
	margin-bottom: 12px;
	font-size: 14px;
}
.fc-item a {
	color: #fff;
}
.subsform .tnp-subscription {
	margin: 0;
}
.subsform .tnp-subscription input[type="text"],
.subsform .tnp-subscription input[type="email"] {
	background-color: #424242;
	color: #fff;
	margin-bottom: 10px;
}
.copyright {
	margin-top: 35px;
	padding-top: 20px;
	border-top: 1px solid #424242;
}
.copyright .inner {
	font-weight: 300;
	color: #ccc;
	font-size: 13px;
}
/*CF7*/
p.suptitle {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 15px;
	color: #e84d4b;
	display: inline-block;
	position: relative;
}
p.suptitle::before, 
p.suptitle::after {
	content: '';
	display: block;
	height: 1px;
	width: 25px;
	background: #e84d4b;
	position: absolute;
	top: 8px;
}
p.suptitle::after {
	right: -37px;
}
.wpcf7 h2 {
	font-weight: 700;
}
.wpcf7 .btn {
	width: 100%;
}
.wpcf7 {
	position: relative;
}
.wpcf7 .wpcf7-spinner {
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 0;
}
.wpcf7 .subtitle {
	line-height: 1.4;
	margin-bottom: 15px;
}
.wpcf7 input[type="text"].form-name, 
.wpcf7 input[type="tel"].form-tel,
.wpcf7 input[type="email"].form-email {
	padding-left: 35px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 5px;
}
.faq .wpcf7 textarea {
	padding-left: 35px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 5px 12px;	
}
.faq .wpcf7 textarea {
	background-image: url(../../../wp-content/themes/uni2/img/question.svg);	
}
.wpcf7 input[type="text"].form-name {
	background-image: url(../../../wp-content/themes/uni2/img/form-name.svg);
}
.faq .wpcf7 input[type="text"].form-name {
	background-image: url(../../../wp-content/themes/uni2/img/form-namew.svg);
}
.right-sidebar .wpcf7 input[type="text"].form-name {
	background-image: url(../../../wp-content/themes/uni2/img/form-name-w.svg)
}
.wpcf7 input[type="tel"].form-tel {
	background-image: url(../../../wp-content/themes/uni2/img/form-phone.svg);
}
.right-sidebar .wpcf7 input[type="tel"].form-tel {
	background-image: url(../../../wp-content/themes/uni2/img/form-phone-w.svg);
}
.wpcf7 input[type="email"].form-email {
	background-image: url(../../../wp-content/themes/uni2/img/form-email.svg);
}
.faq .wpcf7 input[type="email"].form-email {
	background-image: url(../../../wp-content/themes/uni2/img/form-emailw.svg);
}
.right-sidebar .wpcf7 input[type="email"].form-email {
	background-image: url(../../../wp-content/themes/uni2/img/form-email-w.svg);
}
.right-sidebar .wpcf7 input[type="text"],
.right-sidebar .wpcf7 input[type="email"],
.right-sidebar .wpcf7 input[type="tel"],
.right-sidebar .wpcf7 select,
.right-sidebar .wpcf7 textarea  {
	background-color: #631b1a;
	color: #fff;
	border: none;
	border-bottom: 1px solid #3581e3;
}
.right-sidebar .wpcf7 .btn {
	background-color: #1c67ca;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea  {
	width: 100%;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:10px;
	font-size: 15px;
}
.faq .wpcf7 input[type="text"],
.faq .wpcf7 input[type="email"],
.faq .wpcf7 input[type="tel"],
.faq .wpcf7 select,
.faq .wpcf7 textarea {
	background-color: #676767;
	border: 1px solid #676767;	
	color: #fff;
}
.wpcf7 textarea {
	height:120px;
	line-height: 1.4;
}
.wpcf7-not-valid-tip {
	display:none!important;
}
.wpcf7-not-valid {
	border:1px solid #f00!important;
}
.right-sidebar .wpcf7-not-valid {
	border-left: none!important;
	border-top: none!important;
	border-right: none!important;
}
.wpcf7-not-valid-tip, 
.invalid .wpcf7-response-output,
div.wpcf7-validation-errors {
	display: none !important;
}
.wpcf7-response-output {
	font-size:13px;
	text-align:center;
	color:#666;
	font-weight:300;
}
div.wpcf7-response-output {
    margin: 10px 0 0!important;
    padding: 0!important;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-mail-sent-ok,
.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
	border:none!important;
}
input[type="submit"],
button,
input[type="text"],
textarea,
input[type="tel"] {
	-webkit-appearance: none;
}
.wpcf7-acceptance label {
    cursor: pointer;
}
.wpcf7-acceptance {
    display: block;
    font-size: 12px;
}
.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}
.wpcf7-acceptance label {
	display: flex;
  	gap: 7px;
  	align-items: flex-start;
}
.wpcf7-acceptance input[type="checkbox"] {
	margin-top: -2px;
}
:focus::-webkit-input-placeholder {
	color: transparent
}
:focus::-moz-placeholder {
	color: transparent
}
:focus:-moz-placeholder {
	color: transparent
}
:focus:-ms-input-placeholder {
	color: transparent
}
@media (min-width: 1440px) {
	.slider-text {
		line-height: 1.7;
	}
}
@media (min-width: 801px) {
	.page.inner .content img {
		padding: 5px;
		box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.13);
	}
	img.alignright,
	a img.alignright {
    	float:right;
     	margin:0 0 10px 20px;
	}
	img.alignleft,
	a img.alignleft {
    	float:left;
     	margin:0 20px 10px 0
	}
	img.aligncenter,
	a img.aligncenter {
    	display: block;
     	margin-left: auto;
     	margin-right: auto
	}
}
@media (max-width: 1024px) {
	.intro img {
		height: 100%;
		width: auto;
		max-width: none;
	}
}
@media (min-width: 500px) and (max-width: 768px) {
	.header .cols-3 {
		grid-template-columns: 1fr 1fr 40%;
	}
	.catalog .cols-3 {
		grid-template-columns: repeat(2,1fr);
	}
	.tablink {
		padding: 15px;
	}
	.sd-link {
		padding: 15px;
		gap: 20px;
	}
	.sd-link span {
		text-transform: none;
	}
	.sd-link svg {
		width: 20px;
		height: 20px;
	}
	.about-text {
		padding-left: 50px;
	}
	.intro .swiper {
		max-width: 70%;
		margin-left: auto;
		margin-right: auto;
	}	
}
@media (min-width: 769px) and (max-width: 900px) {
	.top-address {
		margin-bottom: 0;
	}
	.primary-menu a,
	.primary-menu span {
		font-size: 11px;
	}
	.primary-menu .menu span, 
	.primary-menu .menu .menu-item > a {
		padding: 10px 0;
	}
	.primary-menu .menu {
		gap: 25px;
	}
	.slider-title {
  		font-size: 35px;
  	}
  	.slider-text {
		line-height: 1.5;
		font-size: 15px;
	}
}
@media (max-width: 812px) {
	h1 {
		font-size: 32px;
	}
	h2 {
    	font-size: 24px;
    	line-height: 1.3;
  	}
	.inner {
		padding-left: 10px;
		padding-right: 10px;
	}
  	.about-txt {
		padding: 15px;
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
	}
	.header,
	.right,
	.copyright {
		text-align:center;
	}
	.blog .mySwiper3, 
	.docs .mySwiper3 {
		padding-left: 0;
	}
	.blog {
		padding-left: 10px;
		padding-right: 10px;
	}
	.copyright .inner {
		line-height: 1.3;
	}
	.about-img img {
		max-width: 100%;
	}
	.page-template-page-service h2 {
  		font-size: 32px;
	}
	.ww2 .cols-2,
	.price-block .cols-2 {
		grid-template-columns: 1fr;
	}
	.for-whom {
		font-size: 18px;
		padding: 25px;
		flex-direction: column;
		gap: 0;
	}
	.for-whom img {
		width: 100px;
	}
	.issues {
		font-size: 18px;
	}
	.is-num {
		width: 70px;
		height: 70px;
		font-size: 30px;
		line-height: 30px;
	}
}
@media (max-width: 768px) {
	.whwb .cols-3 {
		grid-template-columns: 1fr;
	}
	.partners .partner-item {
		padding: 0 30px;
	}
	.header .grid,
	.footer .grid {
		gap: 15px;
	}
	h1 {
		font-size: 28px;
	}
	.intro .swiper {
		position: relative;
		right: 0;
		top: 0;
		transform: none;
		width: 100%;
		height: 155px;
	}
	.subslogan {
		min-width: 100%;
	}
	.page h2.subslogan {
  		font-size: 38px;
	}
	.subslogantext {
		max-width: none;
		margin-bottom: 30px;
	}
	.clients .inner {
		flex-direction: column;
	}
	.client-item {
		padding: 30px;
	}
	.percent {
		top: -20px;
		transform: none;
		font-size: 30px;
		left: 20px;
	}
	.st-block {
		justify-content: start;
	}
	section.ww2 {
		padding-top: 0;
	}
	.ww2::before {
		content: none;
	}
	.ww2 {
		background-color: #631b1a;
	}
	.ww2txt {
		padding-right: 0;
	}
	.ww2 img {
		position: relative;
		right: 0;
		top: 0;
		width: 100%;
		margin-bottom: 40px;
	}
	.footer .menu li a, 
	.footer .menu span {
		padding: 3px 0;
	}
	.footer .menu {
		display: block;
	}
	.footer .cols-4,
	.wpcf7 .cols-2 {
		grid-template-columns: repeat(2,1fr);
	}
	.footer-title {
		margin-bottom: 20px;
	}
	.fmenu .menu a {
		font-size: 15px;
	}
	.wpcf7-list-item-label {
		line-height: 1.3;
	}
}
@media (max-width: 667px) {
	.cols-2,
	.cols-3,
	.cols-2-1,
	.cols-1-2,
	.cols-4,
	.footer .cols-4,
	.cols-1-3,
	.header .cols-3,
	.post-item.cols-2	{
		grid-template-columns: 1fr;	
	}
	.blog .cols-2 {
			grid-template-columns: repeat(2,1fr);	
	}
	.partners .cols-3 {
		grid-template-columns: repeat(3,1fr);
	}
	.header .center {
		text-align: left;
	}
	.header .aic {
		align-items: start;
	}
	.logo {
		grid-area: logo;
	}
	.lang-sw {
		grid-area: switcher;
	}
	.top-contacts {
		grid-area: contacts;
	}
	.header .cols-3 {
		grid-template-columns: 2fr;
		gap: 10px;
		grid-template-areas:
			"logo switcher" 
			"contacts contacts";	
	}
	.top-contacts.flex {
		justify-content: center;
		flex-direction: column;
   		align-items: center;
	}
	.top-title {
		height: auto;
		padding-top: 100px;
		padding-bottom: 100px;
		animation: none;
		background-size: cover;
	}
	.case-intro {
		padding: 35px;
		margin-top: -50px;
		font-size: 18px;
		max-width: none;
		margin-bottom: 50px;
	}
	.parallax {
		display: none;
	}
	.about-list-item h2 {
		font-size: 32px;
		line-height: 1.2;
	}
	.about-list-item {
		width: 100%;
		max-width: 568px;
		margin-bottom: 90px;
	}
	.about-list-item p {
		padding-left: 50px;
	}
	.about-phil {
		padding: 30px;
		position: relative;
		right: 0;
		top: 0;
		transform: none;
		max-width: none;
	}
	.about-list-item p.num {
		font-size: 130px;
	}
	.footer-txt {
		grid-area: ftxt;	
	}
	.fmenu {
		grid-area: fmenu1;	
	}
	.fmenu:nth-of-type(2) {
		grid-area: fmenu2;	
	}
	.subsform {
		grid-area: subsform;
	}
	.footer .cols-4 {
		gap: 40px;
		grid-template-areas:
			"ftxt ftxt" 
			"fmenu1 fmenu2"
			"subsform subsform";
	}
	.menu > li.menu-item-has-children::after, 
		.menu-item-has-children .menu-item-has-children > a::after {
		content: none;
	}
	.page h1.slogan, 
	.page h2.subslogan {
		font-size: 40px;
	}
	.page h1.slogan {
		line-height: 1;
		margin-bottom: 20px;
	}
	.page h2.subslogan {
		font-size: 27px;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	.subslogantext {
		margin-bottom: 80px;
	}
	.intro {
		padding-bottom: 0;
	}
	.about-img img {
		right: 0;
	}
	.promo {
		background-size: auto;
	}
	.about-text {
		padding-left: 0;
	}
	.about-section::before {
		width: 100%;
	}
	.clients .grid {
		grid-row-gap: 50px;
	}
	.scroll-text {
		max-width: 310px;
	}
	.top-title h1 {
		font-size: 34px;
		max-width: none;
	}
	.partners .cols-3 {
		grid-template-columns: repeat(2,1fr);
	}
	.history {
		padding-left: 10px;
		padding-right: 10px;
	}
	.history .cols-1-2 {
		display: block;
	}
	.srv-list {
		margin-bottom: 40px;
	}
	.srv-list.grid {
		grid-row-gap: 0;
	}
	.srv-list.sd-link {
		padding: 30px;
		gap: 30px;
	}
	.srv-list .sd-link p {
		display: none;
	}
	.srv-list-price {
		border-top: none;
		padding-bottom: 30px;
	}
	.top-form {
		padding: 30px;
	}
	.step-item {
		text-align: center;
	}
	.serv-advantages.grid  {
		gap: 50px;
	}
	.for-whom-block, 
	.what-in-block, 
	.issues, 
	.why-we-block, 
	.page-template-page-service .promo, 
	.serv-experts, .results, 
	.serv-proc, 
	.price-block, 
	.serv-desc, 
	.price-block, 
	.serv-desc, .serv-advantages, 
	.whwb, 
	.page-template-page-service .reviews {
		margin-bottom: 80px;
	}
	.reviews {
		background-attachment: unset;
	}
	.page-template-page-service h2 {
		font-size: 32px;
		margin-bottom: 30px;
		line-height: 1.1;
	}
	.accordion__title {
		font-size: 22px;
	}
	.why-we {
		padding: 20px ;
		line-height: 1.3;
	}
	.footer .cols-4,
	.wpcf7 .cols-2 {
		grid-template-columns: repeat(1,1fr);
	}
	.footer .menu li a, 
	.footer .menu span {
		font-size: 14px;
	}
	.swiper {
		height: 400px;
	}
	.swiper img {
		max-width: none;
	}
	.swiper.mySwiper3 img,
	.swiper.mySwiper4 img {
		max-width: 100%;
	}
	.slider-title {
  		font-size: 35px;
	}
	.slider-text {
		font-size: 15px;
	}
	.about-txt li {
		margin-left: 10px;
	}
	/*.footer-txt img {
		margin-left: auto;
		margin-right: auto;
	}*/
	.footer-txt p {
  		line-height: 1.45;
	}

	.footer-title {
		margin-bottom: 20px;
	}
	img.aligncenter,
	img.alignleft,
	img.alignright {
    	display: block;
     	margin-left: auto;
     	margin-right: auto;
     	margin-bottom: 15px;
	}
}
@media (max-width: 550px) {
	.footer .cols-4 {
		gap: 40px;
		grid-template-areas:
			"ftxt" 
			"fmenu1" 
			"fmenu2"
			"subsform";
	}
}
@media (min-width: 1920px) {
	.page-template-page-service h1 {
		font-size: 50px;
	}
	body {
		font-size: 16px;
	}
	.menu {
		font-size: 14px;
	}
}
.checkoutView {
	width: 40%!important;
}
.menu-item-48 > a,
.menu-item-838 > a,
.menu-item-855 > a {
	pointer-events: none;
}
.aafc {
	height: 60px;
	display: block;
}
#fin .sd-link:nth-child(5),
#fin .sd-link:nth-child(6) {
	display: none;
}