h1,
h2,
.title-top {
	font-family: 'PF Square Sans Pro';
	font-weight: bold;
	text-align: left;
	font-size: 36px;
	text-transform: inherit;
	position: relative;
	color: #303439;
	padding-left: 28px;
	padding-right: 28px;
	margin-left: 0;
	margin-right: 0;
	letter-spacing: 0.01em;
	max-width: max-content;
	word-wrap: break-word;
}

h1::before,
h2::before,
.title-top::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 8px;
	height: 28px;
	background: #E7C7B1;
	display: block;
}

div.arrow {
	margin-bottom: 24px;
}

a.arrow {
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #303439;
	font-weight: 600;
	display: inline-block;
	padding-right: 50px;
	background: url(files/arrow-right-black.svg) right center no-repeat;
}

a.arrow.arrow-white {
	color: #FFF;
	background-image: url(files/arrow-right-white.svg);
}

.carousel-fp .slick-prev {
	top: inherit;
	bottom: 0px;
	margin: 0 0 0 0px;
	right: 60px;
	left: inherit;
	z-index: 5;
	width: 37px;
	height: 37px;
}

.carousel-fp .slick-next {
	top: inherit;
	bottom: 0px;
	margin: 0 0 0 0;
	right: 10px;
	z-index: 5;
	width: 37px;
	height: 37px;
}

.carousel-fp .slick-prev:before {
	content: '';
	font-family: 'FontAwesome';
	font-size: 50px;
	line-height: 0;
	width: 100%;
	height: 100%;
	background: url(files/ArrowLeft4.svg);
	position: absolute;
	top: 0;
	left: 0;
}

.carousel-fp .slick-prev:hover:before {
	background: url(files/ArrowLeft5.svg);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	border-radius: 50%;
}

.carousel-fp .slick-next:before {
	content: '';
	font-family: 'FontAwesome';
	font-size: 50px;
	line-height: 0;
	width: 100%;
	height: 100%;
	background: url(files/ArrowRight4.svg);
	position: absolute;
	top: 0;
	left: 0;
}

.carousel-fp .slick-next:hover:before {
	background: url(files/ArrowRight5.svg);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	border-radius: 50%;
}

.page.page-intro {
	background: url(files/bgintro2.jpg) center center no-repeat fixed;
	background-size: cover;
	padding-top: calc(var(--step) * 12);
	padding-bottom: var(--step4);
}

.page.page-intro h1 {
	color: var(--color-100);
}

.page.page-intro p {
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.page.page-intro .adv>div {
	color: var(--color-100);
	background: rgba(153,121,97,0.8);
	padding: var(--step2);
}

.page.page-intro.page-built {
	background: #D6E7F0;	
}

.page.page-intro .adv>div:hover {
	background: rgba(153,121,97,0.9);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.page.page-intro .adv>div span {
	display: flex;
	justify-content: center;
}

.page.page-intro .adv>div span img {
	display: block;
	max-width: 100px;
	height: auto;
}

.page.page-history {
	background-color: rgba(208, 227, 236, 0.2);
}

.page.page-history>.page2 {
	padding-top: var(--step6);
	padding-bottom: var(--step6);
}

.page.page-intro.page-built {
	background: #D6E7F0;	
}

.page.page-adv {
	margin-bottom: 40px;
}

.page.page-adv>.page2 {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #d0e3ec;
}

.page.page-adv .advent1 .title {
	font-size: 22px;
	font-weight: 600;
	margin-top: 35px;
	margin-bottom: 25px;
	letter-spacing: 0.05em;
}

.page.page-adv .advent1 .descr {
	color: #818181;
	line-height: 180%;
	letter-spacing: 0.05em;
}

.page.page-adv .advent2 {
	font-size: 27px;
	font-weight: 700;
	color: #E7C7B1;
	padding-top: 40px;
	letter-spacing: 0.05em;
}

.page.page-adv .advent2 .img {
	margin-bottom: 20px;
}

.page.page-adv .advent2 .descr {
	padding-left: 20px;
	position: relative;
}

.page.page-adv .advent2 .descr:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 100%;
	top: 0;
	left: 0;
	background: #E7C7B1;
}

.page.page-adv div.arrow {
	margin-top: 25px;
}

.page.page-customers {
	background: #D6E7F0;
	padding-top: 40px;
	padding-bottom: 0px;
	overflow: hidden;
}

.page.page-customers .descr {
	padding-left: 0px;
}

.page.page-customers p {
	color: #818181;
	line-height: 140%;
	letter-spacing: 0.05em;
}

.page.page-youtube {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #50555C url(files/youtube-bg.jpg) left center no-repeat;
}

.page.page-youtube>.page2 {
	max-width: 100%;
	width: calc((100% - 1170px)/2 + 1170px);
	margin-right: 0;
	overflow: hidden;
}

.page.page-youtube .youtube-title .title {
	text-align: left;
	font-style: normal;
	font-weight: 600;
	font-size: 35px;
	text-transform: inherit;
	position: relative;
	color: #ffffff;
	padding-left: 28px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 80px;
	letter-spacing: 0.05em;
}

.page.page-youtube .youtube-title .title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 100%;
	background: #E7C7B1;
	display: block;
}

.page.page-youtube .youtube-title .img {
	padding-left: 28px;
}

.page.page-youtube .youtube-title .arrow {
	padding-left: 15px;
	margin-top: 15px;
}

.page.page-youtube #videocarousel {
	margin-right: -15px;
	padding-bottom: 50px;
}

.page.page-youtube #videocarousel .slick-prev {
	top: inherit;
	bottom: 0px;
	margin: 0;
	left: 20px;
	z-index: 5;
	width: 70px;
	height: 28px;
}

.page.page-youtube #videocarousel .slick-next {
	top: inherit;
	bottom: 0px;
	margin: 0;
	right: 35%;
	z-index: 5;
	width: 70px;
	height: 28px;
}

.page.page-youtube #videocarousel .slick-prev:before {
	content: '';
	font-family: 'FontAwesome';
	font-size: 50px;
	line-height: 0;
	width: 100%;
	height: 100%;
	background: url(files/ArrowLeft2.svg);
	position: absolute;
	top: 0;
	left: 0;
}

.page.page-youtube #videocarousel .slick-next:before {
	content: '';
	font-family: 'FontAwesome';
	font-size: 50px;
	line-height: 0;
	width: 100%;
	height: 100%;
	background: url(files/ArrowRight2.svg);
	position: absolute;
	top: 0;
	left: 0;
}

.page.page-youtube #videocarousel.carousel-fp .slick-prev:hover:before {
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
	border-radius: 0%;
}

.page.page-youtube #videocarousel.carousel-fp .slick-next:hover:before {
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
	border-radius: 0%;
}

.page.page-youtube #videocarousel .item {
	margin: 15px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	position: relative;
}

.page.page-youtube #videocarousel .item>a {
	cursor: pointer;
}

.page.page-youtube #videocarousel .item>a>.title {
	position: absolute;
	width: 245px;
	height: 85px;
	background: url(files/youtube-title-bg.svg) top left no-repeat;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.page.page-youtube #videocarousel .item>a>.title>div {
	color: #fff;
	padding: 0 10px 0 40px;
	letter-spacing: 0.1em;
	font-size: 17px;
	position: relative;
}

.page.page-youtube #videocarousel .item>a>.title>div:before {
	content: '';
	width: 6px;
	height: 100%;
	background: #E7C7B1;
	position: absolute;
	top: 0;
	left: 20px;
}

.page.page-youtube #videocarousel .item>a>.title.pps_hide {
	display: none;
}

.page.page-youtube #videocarousel .item>a>.num {
	position: absolute;
	width: 45px;
	height: 37px;
	background: url(files/youtube-num-bg.svg) top left no-repeat;
	top: 0;
	right: 15px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-top: 5px;
	letter-spacing: 0.05em;
}

.page.page-youtube #videocarousel .item>a>.num.pps_hide {
	display: none;
}

.page.page-blog>.page2 {
	padding: 30px 0;
}

.page.page-blog>.page2 h4 {
	text-align: left;
	font-style: normal;
	font-weight: 600;
	font-size: 35px;
	text-transform: inherit;
	position: relative;
	color: #303439;
	padding-left: 28px;
	margin-left: 0;
	margin-right: 0;
	letter-spacing: 0.05em;
}

.page.page-blog>.page2 h4:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 8px;
	height: 28px;
	background: #E7C7B1;
	display: block;
}

.page.page-blog>.page2 .container {
	max-width: 100%;
	width: 100%;
	overflow: hidden;
}

.page.page-blog>.page2 .container>.items {
	margin: 0 -50px;
	position: relative;
}

.page.page-blog>.page2 .container>.items .item {
	margin: 0 50px;
}

.page.page-blog>.page2 .container>.items.carousel-fp .slick-prev {
	right: 110px;
}

.page.page-blog>.page2 .container>.items.carousel-fp .slick-next {
	right: 60px;
}

.page.page-blog>.page2 .container>.items>.item2 a {
	display: block;
	text-decoration: none;
}

.page.page-blog>.page2 .container>.items .item2 a:hover {
	text-decoration: none;
}

.page.page-blog>.page2 .container>.items .item2 .descr {
	letter-spacing: 0.05em;
}

.page.page-blog>.page2 .container>.items .item2 .descr .date {
	font-size: 18px;
	font-weight: 600;
	margin: 15px 0 0 0;
	color: #DADADA;
}

.page.page-blog>.page2 .container>.items .item2 .descr .title {
	font-size: 25px;
	font-weight: 600;
	margin: 15px 0 0 0;
	color: #303439;
}

.page.page-blog>.page2 .container>.items .item2 .descr .anno {
	margin: 15px 0 0 0;
	color: #33373C;
}

.page.page-blog>.page2 div.arrow {
	margin-top: 20px;
}

#map {
	width: 100%;
	height: 700px;
}

.history-wrapper {
	color: #303439;
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
}

.history-wrapper .history.slider-nav {
	font-family: 'PF Square Sans Pro';
	font-weight: bold;
	font-size: var(--font-medium);
	text-align: center;
	height: 60px;
}

.history-wrapper .history.slider-nav .slick-slide {
	padding: var(--step) 0;
}
.history-wrapper .history.slider-nav .slick-current {
	font-weight: 600;
	color: var(--color-100);
	background-color: #E7C7B1;
	border-radius: var(--step);
}

.history-wrapper .slick-prev {
  left: 30%;
  bottom: 0;
  top: inherit;
  transform: translate(0, 0);
}

.history-wrapper .slick-next {
  right: 30%;
  bottom: 0;
  top: inherit;
  transform: translate(0, 0);
}

.history-wrapper .slick-prev::before,.history-wrapper .slick-next::before {
  color: #E7C7B1;
}

.history-wrapper .history.slider-for div.history-item {
	background: rgba(41, 76, 85, 0.05);
	padding: var(--step2);
}

.history-wrapper .history.slider-for .img  {
	min-height: 84px;
}
.history-wrapper .history.slider-for .img img {
	margin: var(--step2) auto; 
}

.history-wrapper .history.slider-for .text {
	line-height: 1.6;
	letter-spacing: 0.05em;
}


.carousel.slider2 .slick-list .slick-track {
    display: flex !important;
	align-items: stretch;
}

.carousel.slider2 .slick-list .slick-slide {
    height: inherit !important;
}
.carousel.slider2 .slick-list .slick-slide>div {
	height: 100%;
}

section.tpll001 {
	background: url(files/slider2/001-scandi.jpg) center center no-repeat;
	background-size: cover;
	height: 100%;
}

section.tpll001>.page {
	background: transparent;
	backdrop-filter: blur(10px);
}

section.tpll001>.page>.page2 {
	padding-top: calc(var(--step) * 8);
	padding-bottom: calc(var(--step) * 8);
}

section.tpll001 .item2 {
	border-radius: var(--step4);
	overflow: hidden;
}

section.tpll001 .img {
	position: relative;
	box-shadow: 0 -24px 24px rgba(0,0,0,0.3);
}

section.tpll001 .img img.mobile {
	display: none
}

section.tpll001 .img img.desktop {
	display: block
}



section.tpll001 .img .header {
	position: absolute;
	top: calc(var(--step) * 12);
	left: var(--step4);
	/* padding-bottom: var(--step4); */
}

section.tpll001 .img .header .title-top {
	text-transform: uppercase;
	color: var(--color-100);
}

section.tpll001 .text {
	background: var(--color-beige);
	padding: calc(var(--step) * 12) var(--step4) var(--step4) var(--step4);
}

section.tpll001 .text .title-top {
	text-transform: uppercase;
	color: var(--color-100);
}

section.tpll001 .text .title-top::before {
	background: var(--color-blue);
}

section.tpll001 .text ul {
	text-align: left;
	margin-top: var(--step4);
}
section.tpll001 .text ul li {
	font-size: var(--font-medium);
	color: var(--color-100);
	background: var(--color-navy);
	border-radius: var(--step4);
	padding: var(--step4);
	position: relative;
}

section.tpll001 .text ul li::before {
	content: '';
	background: var(--color-beige);
	width: var(--stepHalf);
	height: var(--step4);
	position: absolute;
	left: var(--step2);
}

section.tpll002 {
	background: url(files/slider2/002-back.jpg) center center no-repeat;
	background-size: cover;
	height: 100%;
}

section.tpll002>.page {
	background: transparent;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	justify-items: center;
	flex-direction: column;
}

section.tpll002>.page>.page2 {
	padding-top: calc(var(--step) * 12);
	padding-bottom: calc(var(--step) * 12);
}

section.tpll002 .header .title-top {
	text-transform: uppercase;
	color: var(--color-100);
}

section.tpll002 ul {
	color: var(--color-100);
	margin-top: var(--step4);
}

section.tpll002 ul>li {
	text-align: center;
	background: rgba(41,76,89,0.6);
	border-radius: var(--step4);
	box-shadow: 0 24px 24px rgba(0, 0, 0, 0.3);
	padding: var(--step4);
}

section.tpll002 ul>li .img {
	margin: var(--step6) auto;
	max-width: 100px;
}

section.tpll002 ul>li .title {
	font-family: var(--font-title);
	font-weight: 600;
	font-size: var(--font-large);
	text-transform: uppercase;
	letter-spacing: 2px;
}

section.tpll002 ul>li .text {
	font-size: var(--font-medium);
	letter-spacing: 1px;
	margin-top: var(--step2);
}

section.tpll003 {
	background: var(--color-blue) url(files/slider2/003-phone.png) no-repeat;
	background-position: right 0 center;
	height: 100%;
}

section.tpll003>.page {
	background: transparent;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	justify-items: center;
	flex-direction: column;
}

section.tpll003>.page>.page2 {
	padding-top: calc(var(--step) * 12);
	padding-bottom: calc(var(--step) * 12);
}

section.tpll003 .title-top {
	animation: flow 10s ease-in-out infinite;
	background: linear-gradient(-60deg, #904e95,#904e95,#e73c7e,#904e95);
	background-size: 300%;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
@keyframes flow {
	0% {
		background-position: 0 50%;
	}
	
	50% {
		background-position: 100% 50%;
	}
	
	100% {
		background-position: 0 100%;
	}
}
section.tpll003 ul {
	text-align: left;
	margin-top: var(--step4);
	max-width: 1000px;
}
section.tpll003 ul li {
	font-size: var(--font-medium);
	color: var(--color-100);
	background: var(--color-navy);
	border-radius: var(--step4);
	padding: var(--step6) var(--step4);
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

section.tpll003 ul li::before {
	content: '';
	background: var(--color-beige);
	width: var(--stepHalf);
	height: var(--step4);
	position: absolute;
	left: var(--step2);
}
section.tpll003 ul li:last-child {
	font-size: var(--font-medium);
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	background-color: var(--color-beige);
	cursor: pointer;
	display: flex;
}
section.tpll003 ul li span {
	display: inline;
}
section.tpll003 ul li img {
	width: 36px;
	height: auto;
	display: inline;
}
@media screen and (max-width: 1880px) {
	section.tpll003 {
		background-image: url(files/slider2/003-phone2.png);
	}
}
@media screen and (max-width: 1440px) {
	.page:not(.logonav)>.page2 {
		padding-left: var(--step4);
		padding-right: var(--step4);
	}

	section.tpll001>.page>.page2 {
		padding-top: calc(var(--step) * 4);
		padding-bottom: calc(var(--step) * 4);
	}

	.page.page-youtube #videocarousel .slick-next {
		right: 15px;
	}
}

@media screen and (max-width: 960px) {
	h1,h2,.title-top {
		font-size: 30px;
	}
}

@media screen and (max-width: 768px) {
	.page.page-blog>.page2 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.page.page-blog>.page2 .container>.items .item2 .descr .anno {
		display: none;
	}

	#map {
		height: 500px;
	}
	section.tpll001 .img img.mobile {
		display: block;
	}
	
	section.tpll001 .img img.desktop {
		display: none;
	}
	section.tpll003 ul li {
		padding: var(--step6) var(--step4);
	
	}
}

@media screen and (max-width: 480px) {
	.page.page-blog>.page2 .container {
		padding-bottom: 50px;
	}

	.page.page-blog>.page2 div.arrow {
		margin-top: 40px;
	}

	#blogcarousel.carousel-fp .slick-prev {
		bottom: -30px;
	}

	#blogcarousel.carousel-fp .slick-next {
		bottom: -30px;
	}

	#map {
		height: 300px;
	}
	section.tpll002 ul>li .img {
		margin: var(--step2) auto;
		max-width: 64px;
	}
	
	section.tpll002 ul>li .title {
		font-family: var(--font-title);
		font-weight: 600;
		font-size: var(--font-medium);
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	section.tpll002 ul>li .text {
		font-size: var(--font-medium);
		letter-spacing: 1px;
		margin-top: var(--step2);
	}
	section.tpll003 {
		background-size: 80% auto;
		background-position: right bottom -200px;
	}
	section.tpll003>.page {
		justify-content: flex-start;
	}
}