:root {

  --font-family: "TT Commons", sans-serif;
  --second-family: "Azorath", sans-serif;
  --third-family: "Cera Pro", sans-serif;

	--text-color: #333;
	--link-color: #333;
	--link-color-hover: #333;

	--fancybox-opacity: .9;
}


* {
	margin: 0;
	padding: 0;
	border: 0;
}

:focus {
	outline: 0;
}

img {
	height: auto;
}

html {
  font-size: calc(1vw / 19.2);
}

@media only screen and (max-width: 768px) {
	html {
		font-size: calc(1vw / 4.8);
	}
}

body {
	font-size: 24rem;
	line-height: 1.4;
	font-family: var(--font-family), sans-serif;
  font-optical-sizing: auto;
	font-style: normal;
	font-weight: 400;
	color: var(--text-color);
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	/*display: inline;*/
}

a {
	color: var(--link-color);
	text-decoration: underline;
	transition: all 0.2s ease-in-out 0s;
	outline: 0;
}

	a:visited {
		
	}

	a:hover{
		text-decoration:none;
	}


/*@media only screen and (max-width: 768px) {
	body {
		font-size:18rem;
	}
}*/



/* ==============      cont       ================*/

.cont {
	width: 100%;
	padding: 0 170rem;
	margin: 0 auto;
	box-sizing: border-box;
}

.cont2 {
	width: 100%;
	padding: 0 85rem;
	margin: 0 auto;
	box-sizing: border-box;
}


@media only screen and (max-width: 768px) {
	.cont {
		padding: 0 20rem;
	}
	.cont2 {
		padding: 0 20rem;
	}
}






/* ==============      topheader       ================*/

.topheader {
	position: fixed;
	left: 0;
	right: 0;
	top: 14rem;
	z-index: 115;
}

#wpadminbar + .topheader {
	top: 58rem;
}

.topheader .wrap {
	display: flex;
	align-items: center;
}

.topheader .wrap .logo {
	height: 87rem;
	border: 2rem solid #fff;
	border-radius: 10rem;
	display: flex;
	align-items: center;
	padding: 0 34rem 0 26rem;
	box-sizing: border-box;
	background: rgba(238, 244, 251, 1);
}

.topheader.fix .wrap .logo {
	background: #eef4fb;
}

.topheader .wrap .logo:hover {
	opacity: .6;
}

.topheader .wrap .logo img {
	height: 35rem;
	margin-top: 6rem;
}

.topheader .wrap .button2 {
	height: 88rem;
	padding-left: 50rem;
	padding-right: 50rem;
	background-color: #6f94ac;
	flex-shrink: 0;
}

.topheader .wrap .button2:hover {
	background-color: #4e6879;
}


.topheader .panel {
	background: #eef4fb;
	border-radius: 10rem;
	height: 87rem;
	width: 100%;
	margin: 0 16rem;
	padding: 0 48rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.topheader.fix .panel {
  box-shadow:30rem 43rem 40rem rgba(0,0,0,.15);
}

.topheader .panel .link {
	display: flex;
	align-items: center;
	margin-left: 33rem;
}

.topheader .panel .link img {
	height: 16rem;
	margin-right: 16rem;
}

.topheader .panel .link a {
	font-weight: 700;
	font-size: 21rem;
	line-height: 1.2381;
	text-align: right;
	color: #222;
	text-decoration: none;
}

.topheader .panel .link a:hover {
	text-decoration: underline;
}





.topheader .menu {
  display:flex;
}

.topheader .menu > ul {
  list-style:none;
  display:flex;
}

.topheader .menu > ul > li {
  list-style:none;
  margin: 0 10rem;
  position:relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.topheader .menu > ul > li.menu-item-has-children:after {
  border-right:.13em solid #333;
  border-top:.13em solid #333;
  content:"";
  display:inline-block;
  height:.25em;
  margin-left:.1em;
  position:relative;
  top:-2.9pt;
  transform:rotate(135deg);
  width:.25em;
  margin-left: 7rem;
}

.topheader .menu > ul > li > a {
	font-weight: 700;
	font-size: 16rem;
	line-height: 1.05882;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-align: center;
	color: #222;
}


.topheader .menu > ul > li.menu_item_scroll {

}

.topheader .menu > ul > li.menu_item_scroll > a {
  position:relative;
  overflow:hidden;
  display: inline-block;
}

.topheader .menu > ul > li.menu_item_scroll > a span {
	display: block;
  position:relative;
  transform:translateY(0);
  transition:transform .4s
}

.topheader .menu > ul > li.menu_item_scroll > a span:nth-child(2) {
  position:absolute
}

.topheader .menu > ul > li.menu_item_scroll:hover > a span {
  transform:translateY(-100%)
}

.topheader .menu > ul > li.menu_item_scroll:hover > a:hover span:nth-child(2) {
  position:absolute
}





.topheader .menu > ul > li > ul {
  width:450rem;
  position:absolute;
  list-style:none;
  margin:0;
  box-shadow:30rem 43rem 40rem rgba(0,0,0,.15);
  visibility:hidden;
  top:130%;
  opacity:0;
  -webkit-transition:all .2s linear;
  -moz-transition:all .2s linear;
  transition:all .2s linear;
  z-index:10;
  padding-top:19rem;
  background: #eef4fb;
  border-radius:0 0 10rem 10rem;

  overflow: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 150rem);
}


.topheader .menu > ul > li:hover > ul {
  visibility:visible;
  opacity:1;
  top:100%
}

.topheader .menu > ul > li > ul > li {
  width:100%;
  list-style:none;
  box-sizing:border-box;
}

.topheader .menu > ul > li > ul > li > a {
/*  width:100%;*/
  line-height:1.2em;
  display:inline-block;
  padding:8rem 22rem;
  box-sizing:border-box;
  text-transform:none;
  font-weight:600;
  text-decoration: none;
}

.topheader .menu > ul > li > ul > li:last-child {
  padding-bottom:16rem;
}



.topheader .menu > ul > li > ul > li > ul {
  list-style:disc;
  margin:-5rem 0 0;
  padding:0 20rem 10rem 55rem;
  box-sizing:border-box;
  width:100%
}

.topheader .menu > ul > li > ul > li > ul > li {
  padding: 1rem 0;
}

.topheader .menu> ul > li > ul > li > ul > li > a {
  font-weight:300;
  text-decoration: none;
}



.topheader .menu li > a {
  text-decoration:none;
}

.topheader .menu li > a:hover {
  text-decoration:underline;
}

.topheader .menu li.current-menu-ancestor > a,
.topheader .menu li.current-menu-item > a {
	text-decoration:underline;
}


.mob_menu_bt {
  display:none;
  position:relative;
  overflow:hidden;
  margin:0;
  padding:0;
  font-size:0;
  text-indent:-9999rem;
  cursor:pointer;
  -webkit-transition:background .3s;
  transition:background .3s;
  width:50rem;
  height:40rem;
  border-radius:5rem;
  flex-shrink: 0;

  box-shadow: 0 0 64px 0 rgba(198, 198, 198, 0.37);
	background: #6f94ac;
	border-radius: 6rem;
	padding: 6rem 3rem;
}

.mob_menu_bt span {
  display:block;
  position:absolute;
  top:50%;
  left:15%;
  right:15%;
  height:4rem;
  margin-top:-3.5%;
  -webkit-transition:background 0 .3s;
  transition:background 0 .3s;
  background: #fff;
}

.mob_menu_bt span::before,
.mob_menu_bt span::after {
  position:absolute;
  display:block;
  left:0;
  width:100%;
  height:100%;
  content:"";
  -webkit-transition-duration:.3s,.3s;
  transition-duration:.3s,.3s;
  -webkit-transition-delay:.3s,0;
  transition-delay:.3s,0;
  background: #fff;
}

.mob_menu_bt span::before {
  top:-11rem;
  -webkit-transition-property:top,-webkit-transform;
  transition-property:top,transform;
}

.mob_menu_bt span::after {
  bottom:-11rem;
  -webkit-transition-property:bottom,-webkit-transform;
  transition-property:bottom,transform;
}

.mob_menu_bt.active span {
  background:0 0!important;
}

.mob_menu_bt.active span::before,
.mob_menu_bt.active span::after {
  -webkit-transition-delay:0,.3s;
  transition-delay:0,.3s
}

.mob_menu_bt.active span::before {
  top:0;
  -webkit-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg)
}

.mob_menu_bt.active span::after {
  bottom:0;
  -webkit-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  transform:rotate(-45deg)
}



@media only screen and (max-width: 768px) {	
	.mob_menu_bt {
    display:block;
    position: relative;
    z-index: 222;
  }
  .topheader .menu {
	  display:none;
	  position: fixed;
	  right: 0;
	  left: 0;
	  top: 0;
	  z-index: 220;
	  background: #fff;
	  height: calc(100% - 100rem);
	  overflow-y: scroll;
	}
	.topheader .menu > ul {
	  flex-direction: column;
	  padding-top: 100rem;
	}
	.topheader .menu > ul > li {
	  margin: 0 20rem 15rem;
    height: auto;
    flex-direction: column;
    align-items: start;
	}
	.topheader .menu > ul > li.menu-item-has-children:after {
	  display: none;
	}
	.topheader .menu > ul > li > a {
		font-size: 28rem;
    line-height: 1.4;
	}
	.topheader .menu > ul > li > ul {
	  width: auto;
	  position: static;
	  box-shadow: none;
	  visibility: visible;
	  top:auto;
	  opacity: 1;
	  padding-top: 5rem;
	  background: transparent;
	  border-radius: 0;
	  max-height: none;
	  overflow: visible;
	}
}



@media only screen and (max-width: 768px) {
	.promoblock .wrap1 .form .line .button2 {
		width: 33%;
	}
	.topheader {
		top: 0;
    background:#1e1e1ed9;
    padding: 7rem 0;
    z-index: 999;
	}
	.topheader .wrap {

	}
	.topheader .wrap .logo {
		height: 41rem;
		border: 1rem solid #fff;
		border-radius: 6rem;
		padding: 0 17rem 0 12rem;
		position: relative;
		z-index: 1000;
	}
	.topheader .wrap .logo img {
		margin-top: 3rem;
		height: 24rem;
	}
	.topheader .wrap .button2 {
		display: none;
	}

	.topheader .panel {
		background: transparent;
		border-radius: 0;
		height: auto;
		width: auto;
		margin: 0 auto;
		flex-direction: column;
		padding: 0;
	}
	.topheader .panel .link {
		margin-left: 0;
		margin: 2rem 0;
	}
	.topheader .panel .link img {
		filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
	}
	.topheader .panel .link a {
		font-size: 18rem;
		text-align: left;
		color: #fff;
	}

}













/* ==============      mainblock       ================*/

.mainblock {
	margin-bottom: 90rem;
	background-repeat: no-repeat;
	background-position: center  center;
	background-size: cover;
	position: relative;
}

.mainblock:after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
}

.mainblock .cont{
	position: relative;
	z-index: 1;
}

.mainblock .wrap {
	display: flex;
	flex-direction: column;
	max-width: 1188rem;
	padding: 222rem 0 156rem;
	/*min-height: 943rem;*/
	box-sizing: border-box;
	justify-content: center;
}

.mainblock .breadcrumbs {
	font-size: 16rem;
	line-height: 1.66667;
	color: #fff;
}

.mainblock .breadcrumbs span {
	font-size: 12rem;
	color: #fff;
}

.mainblock .breadcrumbs a {
	color: #a7a7a7;
	font-size: 12rem;
	text-decoration: none;
}

.mainblock .breadcrumbs a:hover {
	text-decoration: underline;
}

.mainblock .header {
	font-family: var(--second-family);
	font-weight: 300;
	font-size: 72rem;
	line-height: 1.4;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 30rem;
}

.mainblock .header b {
	font-weight: 800;
}

.mainblock .header h1 {
	display: inline;
}

.mainblock .text {
	font-weight: 500;
	font-size: 36rem;
	line-height: 1.94444;
	color: #fff;
	margin-bottom: 30rem;
}

.mainblock .scroll-down-arrow {
	position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20rem;
  z-index: 3;
  text-align: center;
	z-index: 1;
}

.mainblock .scroll-down-arrow img {
	width: 30rem;
	animation: bounce 2s infinite;
	transition: all 0.2s ease-in-out 0s;
	cursor: pointer;
}

.mainblock .scroll-down-arrow img:hover {
	opacity: .6;
}

@keyframes bounce {
	0%{transform: translateY(0);}
	40% {transform: translateY(-15rem);}
	100% {transform: translateY(0);}
}


@media only screen and (max-width: 768px) {
	.mainblock {
		margin-bottom: 60rem;
	}
	.mainblock .wrap {
		padding: 325rem 0 110rem;
		min-height: auto;
	}
	.mainblock .breadcrumbs {

	}
	.mainblock .header {
		font-size: 36rem;
		line-height: 1.4;
		margin-bottom: 20rem;
	}
	.mainblock .text {
		font-size: 24rem;
		line-height: 1.4;
		margin-bottom: 20rem;
	}
}





/* ==============      solutionblock       ================*/

.solutionblock {
	margin-bottom: 90rem;
	overflow: hidden;
}

.solutionblock .header {
	margin-bottom: 72rem;
	font-family: var(--second-family);
	font-weight: 300;
	font-size: 60rem;
	line-height: 1.25;
	text-transform: uppercase;
	text-align: center;
	color: #333;
}

.solutionblock .header b {
	font-weight: 800;
}

.solutionblock .blocks {
	display: flex;
	margin: 0 -20rem;
	flex-wrap: wrap;
	justify-content: center;
}

.solutionblock .blocks .item {
	width: calc(50% - 40rem);
	margin: 0 20rem 40rem;
	line-height: 0;
	position: relative;
	overflow: hidden
}

.solutionblock .blocks .item:nth-child(2n+1) {
	border-radius: 0 20rem 20rem 0;
}

.solutionblock .blocks .item:nth-child(2n) {
	border-radius: 20rem 0 0 20rem;
}

.solutionblock .blocks.uneven .item:last-child {
	border-radius: 20rem;
}

.solutionblock .blocks .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 0.55;
}

.solutionblock .blocks .item:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #0000003b url(../img/solutionblock_mask.png) no-repeat center center;
	background-size: cover;
}

.solutionblock .blocks .item .name {
	position: absolute;
	top: 50rem;
	left: 100rem;
	max-width: 400rem;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 40rem;
	line-height: 1.5;
	text-transform: uppercase;
	color: #fff;
}

.solutionblock .blocks .item .bottom {
	position: absolute;
	bottom: 50rem;
	left: 100rem;
	display: flex;
	align-items: center;
}

.solutionblock .blocks .item .bottom .button1 {
	margin-right: 49rem;
}

.solutionblock .blocks .item .bottom .link {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 18rem;
	line-height: 1.27778;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #fff;
	position: relative;
}

.solutionblock .blocks .item .bottom .link:after {
	content: "\2192";
	position: absolute;
	right: -30rem;
	transition: all 0.2s ease-in-out 0s;
}

.solutionblock .blocks .item .bottom .link:hover:after {
	right: -40rem;
}


.solutionblock .blocks .item .bottom .link:hover {
	text-decoration: none;
}

.solutionblock .button_all {
	text-align: center;
	margin-top: 30rem;
}

.solutionblock .button_all .button2 {
	height: 100rem;
}







@media only screen and (max-width: 768px) {
	.solutionblock {
		margin-bottom: 60rem;
	}
	.solutionblock .header {
		margin-bottom: 32rem;
		font-size: 32rem;
		line-height: 1.4;
	}
	.solutionblock .blocks {
		margin: 0;
		padding: 0 20rem;
	}
	.solutionblock .blocks .item {
		width: 100%;
		margin: 0 0 20rem;
		border-radius: 20rem !important;
	}
	.solutionblock .blocks .item .name {
		position: absolute;
		top: 30rem;
		left: 20rem;
		max-width: 210rem;
		font-size: 28rem;
		line-height: 1.4;
	}
	.solutionblock .blocks .item .bottom {
		bottom: 30rem;
		left: 20rem;
	}
	.solutionblock .blocks .item .bottom .button1 {
		margin-right: 19rem;
	}
	.solutionblock .blocks .item .bottom .link {
		font-size: 16rem;
	}

	.solutionblock .button_all {
		text-align: center;
		margin-top: 30rem;
	}

	.solutionblock .button_all .button2 {
		height: 80rem;
		width: 100%;
		padding: 5rem 15rem;
	}
}








/* ==============      projectsblock       ================*/

.projectsblock {
	margin-bottom: 90rem;
	overflow: hidden;
}

.projectsblock .header {
	margin-bottom: 72rem;
	font-family: var(--second-family);
	font-weight: 300;
	font-size: 60rem;
	line-height: 1.25;
	text-transform: uppercase;
	text-align: center;
	color: #333;
}

.projectsblock .header b {
	font-weight: 800;
}


.projectsblock .items {
	margin: 0 -25rem;
	display: flex;
	flex-wrap: wrap;
}

.projectsblock .items .item {
	width: calc(50% - 50rem);
	margin: 0 25rem 50rem;
}

.projectsblock .items .item.hide {
  opacity: 0;
  display: none;
}

.projectsblock .items .item .image {
	width: 100%;
	border-radius: 20rem;
	line-height: 0;
	overflow: hidden;
	margin-bottom: 15rem;
	position: relative;
	height: 400rem;
	display: block;
}

.projectsblock .items .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.projectsblock .items .item .image:after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: url(../img/projectsblock_mask.png);
	transition: all 0.2s ease-in-out 0s;
}

.projectsblock .items .item .image:hover:after {
	opacity: 0;
}

.projectsblock .items .item .thumbs {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10rem 30rem;
}

.projectsblock .items .item .thumbs a {
	display: block;
	line-height: 0;
	overflow: hidden;
	border-radius: 10rem;
	width: calc(25% - 20rem);
	margin: 0 10rem;
	position: relative;
	height: 100rem;
}

.projectsblock .items .item .thumbs a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.projectsblock .items .item .thumbs a:after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: url(../img/projectsblock_mask.png);
	transition: all 0.2s ease-in-out 0s;
}

.projectsblock .items .item .thumbs a:hover:after {
	opacity: 0;
}

.projectsblock .items .item .name {
	font-weight: 700;
	font-size: 30rem;
	color: #333;
	margin-bottom: 12rem;
}

.projectsblock .items .item .desc {
	font-weight: 400;
	font-size: 16rem;
	line-height: 1.5;
	color: #737373;
	margin-bottom: 12rem;
}

.projectsblock .items .item .bt {
	
}

.projectsblock .items .item .bt .button2 {
	height: 63rem;
	font-size: 14rem;
}


.projectsblock .items_more {
	text-align: center;
	margin-top: 30rem;
}

.projectsblock .items_more .button3 {
	padding-left: 80rem;
	padding-right: 80rem;
}





@media only screen and (max-width: 768px) {
	.projectsblock {
		margin-bottom: 60rem;
	}
	.projectsblock .header {
		margin-bottom: 37rem;
		font-size: 28rem;
	}
	.projectsblock .items {
		margin: 0;
		flex-direction: column;
	}
	.projectsblock .items .item {
		width: 100%;
		margin: 0 0 50rem;
	}
	.projectsblock .items_more {
		text-align: center;
		margin-top: 10rem;
	}
	.projectsblock .items_more .button3 {
		width: 100%;
	}
}










/* ==============      solutionsblock       ================*/

.solutionsblock {
	margin-bottom: 90rem;
	background: url(../img/solutionsblock_bg.jpg) no-repeat center center;
	background-size: cover;
	border-radius: 20rem;
	position: relative;
}

.solutionsblock:after{
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-color: rgba(0,0,0,0.4);
	top: 0;
	left: 0;
}

.solutionsblock .cont{
	position: relative;
	z-index: 10;
}

.solutionsblock .wrap {
	display: flex;
}

.solutionsblock .wrap1 {
	padding: 126rem 0;
	width: 100%;
}

.solutionsblock .wrap1 .header {
	font-family: var(--second-family);
	font-weight: 800;
	font-size: 60rem;
	line-height: 1.25;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 30rem;
}

.solutionsblock .wrap1 .text {
	font-weight: 500;
	font-size: 24rem;
	color: #fff;
	margin-bottom: 30rem;
}

.solutionsblock .wrap2 {
	width: 650rem;
	flex-shrink: 0;
	box-sizing: border-box;
	padding: 200rem 0 130rem 85rem;
	background: url(../img/solutionsblock_wrap2_bg.svg) no-repeat left center;
	background-size: contain;
}

.solutionsblock .wrap2 .header {
	font-weight: 700;
	font-size: 28rem;
	color: #fff;
	margin-bottom: 48rem;
}

.solutionsblock .wrap2 .items {
	counter-reset: section;
}

.solutionsblock .wrap2 .items .item {
	position: relative;
	font-weight: 500;
	font-size: 18rem;
	color: #fff;
	padding: 13rem 31rem 18rem 67rem;
	margin-bottom: 15rem;
	border-radius: 10rem;
	max-width: 337rem;
	box-sizing: border-box;
	cursor: pointer;
}

.solutionsblock .wrap2 .items .item:nth-child(1) {
	margin-left: -53rem;
}
.solutionsblock .wrap2 .items .item:nth-child(2) {
	margin-left: -54rem;
}
.solutionsblock .wrap2 .items .item:nth-child(3) {
	margin-left: -37rem;
}
.solutionsblock .wrap2 .items .item:nth-child(4) {
	margin-left: -10rem;
}

.solutionsblock .wrap2 .items .item.active,
.solutionsblock .wrap2 .items .item:hover {
	background: #fff;
	color: #000;
}

.solutionsblock .wrap2 .items .item:before {
	counter-increment: section;
  content: counter(section, decimal-leading-zero) " ";
  position: absolute;
	left: 11px;
  top: 11rem;
  font-weight: 700;
	font-size: 28rem;
	color: #fff;
}

.solutionsblock .wrap2 .items .item.active:before,
.solutionsblock .wrap2 .items .item:hover:before {
	color: #333;
}

.solutionsblock .wrap2 .items .item:after {
	content: "";
	width: 17rem;
	height: 17rem;
	border-radius: 100%;
	background: #969193;
	position: absolute;
	left: -37rem;
	top: 19rem;
}

.solutionsblock .wrap2 .items .item.active:after,
.solutionsblock .wrap2 .items .item:hover:after {
	background: #fff;
}







@media only screen and (max-width: 768px) {
	.solutionsblock {
		margin-bottom: 60rem;
	}
	.solutionsblock .wrap {
		flex-direction: column;
	}
	.solutionsblock .wrap1 {
		padding: 40rem 0;
		position: relative;
	}
	.solutionsblock .wrap1 .header {
		font-size: 28rem;
		line-height: 1.4;
	}
	.solutionsblock .wrap2 {
		margin: -180rem 0 0;
		width: 100%;
	}

	.solutionsblock .wrap2 .header {
		margin-left: -80rem;
	}

	.solutionsblock .wrap2 .items {
		counter-reset: section;
	}

	.solutionsblock .wrap2 .items .item {
		position: relative;
		font-weight: 500;
		font-size: 18rem;
		color: #fff;
		padding: 13rem 31rem 18rem 67rem;
		margin-bottom: 15rem;
		border-radius: 10rem;
		max-width: 337rem;
		box-sizing: border-box;
		cursor: pointer;
	}

	.solutionsblock .wrap2 .items .item:nth-child(1) {
		margin-left: -53rem;
	}
	.solutionsblock .wrap2 .items .item:nth-child(2) {
		margin-left: -54rem;
	}
	.solutionsblock .wrap2 .items .item:nth-child(3) {
		margin-left: -37rem;
	}
	.solutionsblock .wrap2 .items .item:nth-child(4) {
		margin-left: -10rem;
	}

	.solutionsblock .wrap2 .items .item.active,
	.solutionsblock .wrap2 .items .item:hover {
		background: #fff;
		color: #000;
	}

	.solutionsblock .wrap2 .items .item:before {
		counter-increment: section;
	  content: counter(section, decimal-leading-zero) " ";
	  position: absolute;
		left: 11px;
	  top: 11rem;
	  font-weight: 700;
		font-size: 28rem;
		color: #fff;
	}

	.solutionsblock .wrap2 .items .item.active:before,
	.solutionsblock .wrap2 .items .item:hover:before {
		color: #333;
	}

	.solutionsblock .wrap2 .items .item:after {
		content: "";
		width: 17rem;
		height: 17rem;
		border-radius: 100%;
		background: #969193;
		position: absolute;
		left: -37rem;
		top: 19rem;
	}

	.solutionsblock .wrap2 .items .item.active:after,
	.solutionsblock .wrap2 .items .item:hover:after {
		background: #fff;
	}
}











/* ==============      textbgimgblock       ================*/

.textbgimgblock {
	margin-bottom: 90rem;
	background: url(../img/textbgimgblock_bg_1.jpg) no-repeat center center;
	background-size: cover;
	padding: 105rem 0 60rem;
	min-height: 760rem;
	box-sizing: border-box;
}

.textbgimgblock .wrap {
	max-width: 740rem;
}

.textbgimgblock .wrap .header {
	font-family: var(--second-family);
	font-weight: 800;
	font-size: 60rem;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 27rem;
}

.textbgimgblock .wrap .header2 {
	font-weight: 500;
	font-size: 36rem;
	line-height: 1.33333;
	color: #333;
	margin-bottom: 35rem;
}

.textbgimgblock .wrap .text {
	font-weight: 400;
	font-size: 24rem;
	line-height: 1.4;
	color: #333;
}






@media only screen and (max-width: 768px) {
	.textbgimgblock {
		margin-bottom: 60rem;
		padding: 0 0 380rem;
		min-height: auto;
		background: url(../img/textbgimgblock_bg_1_mob.jpg) no-repeat center bottom;
		background-size: contain;
	}
	.textbgimgblock .wrap {
		max-width: 100%;
	}
	.textbgimgblock .wrap .header {
		font-size: 28rem;
		margin-bottom: 24rem;
	}
	.textbgimgblock .wrap .header2 {
		font-size: 24rem;
		line-height: 1.4;
		margin-bottom: 21rem;
	}
	.textbgimgblock .wrap .text {
		font-size: 18rem;
		line-height: 1.4;
	}
}











/* ==============      ancestorsblock       ================*/

.ancestorsblock {
	margin-bottom: 90rem;
	margin-top: 150rem;
}

.ancestorsblock .header {
	font-family: var(--second-family);
	font-weight: 800;
	font-size: 60rem;
	text-transform: uppercase;
	text-align: center;
	color: #333;
	margin-bottom: 30rem;
}

.ancestorsblock .bg {
	padding-top: 75rem;
  padding-bottom: 80rem;
	position: relative;
	background: url(../img/ancestorsblock_number.svg) no-repeat center top;
	background-size: contain;
	max-width: 1222rem;
	margin: 0 auto;
}

.ancestorsblock .bg .text1 {
	font-weight: 500;
	font-size: 36rem;
	line-height: 1.52778;
	text-align: center;
	color: #333;
	margin-bottom: 30rem;
}

.ancestorsblock .bg .text2 {
	font-weight: 400;
	font-size: 24rem;
	line-height: 1.4;
	text-align: center;
	color: #333;
}




@media only screen and (max-width: 768px) {
	.ancestorsblock {
		margin-bottom: 60rem;
		margin-top: 100rem;
	}
	.ancestorsblock .header {
		font-size: 28rem;
	}
	.ancestorsblock .bg {
		padding-top: 89rem;
    padding-bottom: 0;
	  background-position: center top;
	}
	.ancestorsblock .bg .text1 {
		font-size: 24rem;
		line-height: 1.4;
		margin-bottom: 20rem;
	}
	.ancestorsblock .bg .text2 {
		font-size: 18rem;
	}
}












/* ==============      promoblock       ================*/

.promoblock {
	margin-bottom: 90rem;
	background: url(../img/promoblock_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 90rem 0 100rem;
}

.promoblock .wrap {
	display: flex;
}

.promoblock .wrap .wrap1 {
	width: 1100rem;
}

.promoblock .wrap1 .header {
	width: 1100rem;
	font-family: var(--second-family);
	font-weight: 800;
	font-size: 60rem;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20rem;
}

.promoblock .wrap1 .header2 {
	font-weight: 500;
	font-size: 36rem;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 44rem;
	max-width: 882rem;
}

.promoblock .wrap1 .text1 {
	font-weight: 500;
	font-size: 18rem;
	color: #fff;
	margin-bottom: 21rem;
}

.promoblock .wrap1 .form {
	margin-bottom: 21rem;
}

.promoblock .wrap1 .form .line {
	display: flex;
}

.promoblock .wrap1 .form .line .select1 {
	width: 33%;
	height: 100rem;
	margin-right: 20rem;
	margin-bottom: 14rem;
}

.promoblock .wrap1 .form .line .input1 {
	width: 33%;
	height: 100rem;
	margin-right: 20rem;
	margin-bottom: 14rem;
}

.promoblock .wrap1 .form .line .button2 {
	width: 33%;
	height: 100rem;
	padding-left: 10rem;
	padding-right: 10rem;
	margin-bottom: 14rem;
}

.promoblock .wrap1 .form .policy {
	font-weight: 400;
	font-size: 14rem;
	line-height: 1.35714;
	color: #fff;
}

.promoblock .wrap1 .form .policy a {
	color: #fff;
}

.promoblock .wrap1 .form .policy .agree_checkbox {
	margin-right: 10rem;
	position: relative;
	top: -2rem;
}

.promoblock .wrap1 .text2 {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 36rem;
	line-height: 1;
	color: #fff;
}

.promoblock .wrap1 .text2 .bt {
	margin-left: 10rem;
	display: flex;
}

.promoblock .wrap1 .text2 .bt img {
	height: 45rem;
}

.promoblock .wrap1 .text2 .bt:hover {
	opacity: .7;
}

.promoblock .wrap2 {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding-left: 80rem;
	box-sizing: border-box;
}

.promoblock .wrap2 .proline {
	margin-bottom: 34rem;
	font-weight: 500;
	font-size: 36rem;
	line-height: 1.2;
	color: #fff;
	align-self: end;
}

.promoblock .wrap2 .proline span {
	display: block;
	font-weight: 600;
	font-size: 60rem;
	text-transform: uppercase;
}

.promoblock .wrap2 .name {
	font-weight: 400;
	line-height: 1.66667;
	font-size: 18rem;
	color: #fff;
}





@media only screen and (max-width: 768px) {
	.promoblock {
		margin-bottom: 60rem;
		background-size: cover;
		padding: 90rem 0 100rem;
	}
	.promoblock .wrap {
		flex-direction: column;
	}
	.promoblock .wrap .wrap1 {
		width: 100%;
	}
	.promoblock .wrap1 .header {
		width: 100%;
		font-size: 36rem;
	}
	.promoblock .wrap1 .header2 {
		font-size: 28rem;
	}
	.promoblock .wrap1 .form {

	}
	.promoblock .wrap1 .form .line {
		flex-direction: column;
	}
	.promoblock .wrap1 .form .line .select1 {
		width: 100%;
		height: 80rem;
		margin-right: 0;
		margin-bottom: 20rem;
	}
	.promoblock .wrap1 .form .line .input1 {
		width: 100%;
		height: 80rem;
		margin-right: 0;
		margin-bottom: 20rem;
	}
	.promoblock .wrap1 .form .line .button4 {
		width: 100%;
		height: 80rem;
		margin-right: 0;
		margin-bottom: 20rem;
	}
	.promoblock .wrap1 .text2 {
		font-size: 24rem;
	}
	.promoblock .wrap2 {
		margin-top: 40rem;
		padding-left: 0;
	}
	.promoblock .wrap2 .proline {
		font-size: 24rem;
		align-self: start;
	}
	.promoblock .wrap2 .proline span {
		font-size: 36rem;
	}
	.promoblock .wrap2 .name {
		font-size: 14rem;
	}
}







/* ==============      profilesblock       ================*/

.profilesblock {
	margin-bottom: 90rem;
}

.profilesblock .header {
	font-family: var(--second-family);
	font-weight: 300;
	font-size: 60rem;
	text-transform: uppercase;
	text-align: center;
	color: #333;
	margin-bottom: 63rem;
}

.profilesblock .header b {
	font-weight: 800;
	margin-bottom: 63rem;
}

.profilesblock .items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -17rem;
}

.profilesblock .items .item {
	width: calc(33% - 34rem);
	margin: 0 17rem;
	position: relative;
	height: 500rem;
	border-radius: 20rem;
	overflow: hidden;
	line-height: 0;
	background: #f0f2f7;
}

.profilesblock .items .item:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(22, 25, 36, 0.5);
}

.profilesblock .items .item img {
	width: 100%;
	height:100%;
	object-fit: cover;
}


.profilesblock .items .item .name {
	padding: 50rem 59rem;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 48rem;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}

.profilesblock .items .item .bt {
	padding: 50rem 59rem;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}

.profilesblock .items .item .button1,
.profilesblock .items .item .button2 {
	height: 75rem;
}

.profilesblock .items .slick-prev {
	left: -50rem;
}

.profilesblock .items .slick-next {
	right: -50rem;
}








@media only screen and (max-width: 768px) {
	.profilesblock {
		margin-bottom: 60rem;
	}
	.profilesblock .header {
		font-size: 36rem;
		line-height: 1.4;
	}
	.profilesblock .items {
		margin: 0 -20rem;
	}
	.profilesblock .items .slick-list {
		padding: 0 40rem;
	}
	.profilesblock .items .item {
		width: 100%;
		margin: 0 5rem;
		height: 336rem;
		border-radius: 20rem;
	}
	.profilesblock .items .item .name {
		font-size: 38rem;
	}
	.profilesblock .items .item .button1,
	.profilesblock .items .item .button2 {
		height: 60rem;
	}
}








/* ==============      partnersblock       ================*/

.partnersblock {
	margin-bottom: 90rem;
}

.partnersblock .header {
	font-family: var(--second-family);
	font-weight: 300;
	font-size: 60rem;
	text-transform: uppercase;
	text-align: center;
	color: #333;
	margin-bottom: 63rem;
}

.partnersblock .header b {
	font-weight: 800;
	margin-bottom: 63rem;
}


.partnersblock .items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5rem;
}

.partnersblock .items .slick-track {
	height: 100%;
	display: flex;
}

.partnersblock .items .item {
	width: calc(20% - 10rem);
	margin: 0 5rem;
	position: relative;
	overflow: hidden;
	line-height: 0;
	border: 1rem solid #E1E1E1;
	box-sizing: border-box;
	padding: 25rem;
	height: auto;
}

.partnersblock .items .item img {
	width: 100%;
	height:100%;
	object-fit: contain;
}


.partnersblock .items .slick-prev {
	left: -60rem;
  top: 156rem;
}

.partnersblock .items .slick-next {
	right: -60rem;
  top: 156rem;
}



.partnersblock .items .slick-dots {
	display: flex !important;
	list-style: none;
	justify-content: center;
	margin-top: 24rem;
	width: 100%;
}

.partnersblock .items .slick-dots li {
	display: inline-block;
	width: 10rem;
	height: 10rem;
	background: #d9d9d9;
	margin: 0 7rem;
	border-radius: 10rem;
	overflow: hidden;
	border: 1rem solid #fff;
	transition: all 0.2s ease-in-out 0s;
}

.partnersblock .items .slick-dots li button {
	text-indent: -999rem;
	overflow: hidden;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}

.partnersblock .items .slick-dots li.slick-active {
	background: #21252a;
	border: 1rem solid #21252a;
}





@media only screen and (max-width: 768px) {
	.partnersblock {
		margin-bottom: 60rem;
	}
	.partnersblock .header {
		font-size: 36rem;
		line-height: 1.4;
		margin-bottom: 30rem;
	}
	.partnersblock .items {
		margin: 0 -20rem;
	}
	.partnersblock .items .slick-list {
		padding: 0 60rem;
	}
}










/* ==============      whoareyoublock       ================*/

.whoareyoublock {
	margin-bottom: 90rem;
}

.whoareyoublock .header {
	font-family: var(--second-family);
	font-weight: 800;
	font-size: 60rem;
	text-transform: uppercase;
	text-align: center;
	color: #333;
	margin-bottom: 30rem;
}

.whoareyoublock .header2 {
	font-weight: 500;
	font-size: 36rem;
	line-height: 1.94444;
	text-align: center;
	color: #333;
	margin-bottom: 90rem;
}

.whoareyoublock .items {
	display: flex;
}

.whoareyoublock .items .item {
	display: flex;
	width: 50%;
}

.whoareyoublock .items .item .info {
	width: 50%;
	flex-shrink: 0;
	border-radius: 20rem 20rem 0 0;
	background: #333e45;
	color: #fff;
	position: relative;
	padding: 80rem 30rem 30rem;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.whoareyoublock .items .item .info:before {
		content: "";
		position: absolute;
		left: -100rem;
		top: 0;
		bottom: 0;
		right: -100rem;
		background: linear-gradient(100deg, 
			rgba(255, 255, 255, 0) 10.74%, 
			rgba(255, 255, 255, 0.1) 21.1%, 
			rgba(255, 255, 255, 0) 35.35%
		), rgba(255,255,255,0);
		animation: blickitem 3s infinite;
	}

@keyframes blickitem {
		0% {transform: translateX(-50%);}
		100% {transform: translateX(100%);}
	}

.whoareyoublock .items .item .info .icon {
	position: absolute;
	left: 50%;
	top: -40rem;
	transform: translateX(-50%);
	width: 80rem;
	height: 80rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff;
}

.whoareyoublock .items .item .info .icon img {
	width: 40rem;
	height: 40rem;
	object-fit: contain;
}

.whoareyoublock .items .item .info .name {
	font-weight: 700;
	font-size: 30rem;
	color: #fff;
	text-align: center;
	margin-bottom: 22rem;
}

.whoareyoublock .items .item .info .text {
	font-weight: 400;
	font-size: 16rem;
	line-height: 1.375;
	color: #fff;
}

.whoareyoublock .items .item .info .text ul {
	margin: 0 0 0 30rem;
}

.whoareyoublock .items .item .info .text ul li {
	padding-bottom: 10rem;
}

.whoareyoublock .items .item .img {
	width: calc(50% + 20rem);
	flex-shrink: 0;
	margin: 20rem 0 0 -20rem;
}

.whoareyoublock .items .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}






@media only screen and (max-width: 768px) {
	.whoareyoublock {
		margin-bottom: 60rem;
	}
	.whoareyoublock .header {
		font-size: 36rem;
		margin-bottom: 20rem;
	}
	.whoareyoublock .header2 {
		font-size: 28rem;
		margin-bottom: 40rem;
	}
	.whoareyoublock .items {
		flex-direction: column;
		margin: 0 -20rem;
	}
	.whoareyoublock .items .item {
		width: 100%;
	}
	.whoareyoublock .items .item .info {
		border-radius: 0;
		padding: 26rem 20rem 20rem;
	}
	.whoareyoublock .items .item .info .icon {
		position: absolute;
		left: auto;
		right: 10rem;
		top: 10rem;
		transform: translateX(0);
		width: 40rem;
		height: 40rem;
	}
	.whoareyoublock .items .item .info .icon img {
		width: 20rem;
		height: 20rem;
	}
	.whoareyoublock .items .item .info .name {
		font-weight: 700;
		font-size: 18rem;
		color: #fff;
		margin-bottom: 13rem;
		text-align: left;
	}
	.whoareyoublock .items .item .info .text {
		font-size: 14rem;
		line-height: 1.4;
	}
	.whoareyoublock .items .item .info .text ul {
		margin: 0 0 0 15rem;
	}
	.whoareyoublock .items .item .info .text ul li {
		padding-bottom: 7rem;
	}
	.whoareyoublock .items .item .img {
		width: 50%;
		margin: 0;
	}

	.whoareyoublock .items .item:nth-child(2) .info {
		order: 1;
	}
}











/* ==============      contactsblock       ================*/

.contactsblock {
	margin-bottom: 90rem;
}

.contactsblock .wrap {
	display: flex;
}

.contactsblock .wrap .info {
	width: 300rem;
	flex-shrink: 0;
	margin-right: 50rem;
}

.contactsblock .info .header {
	font-family: var(--second-family);
	font-weight: 300;
	font-size: 55rem;
	line-height: 1.18182;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 30rem;
}

.contactsblock .info .header b {
	font-weight: 800;
}

.contactsblock .info .line {
	display: flex;
	margin-bottom: 20rem;
	align-items: center;
}

.contactsblock .info .line img {
	margin-right: 10rem;
	width: 24rem;
}

.contactsblock .info .line div {
	font-weight: 400;
	font-size: 16rem;
	line-height: 1.5;
	color: #333;
}

.contactsblock .info .line .phone-link {
	font-weight: 700;
	font-size: 20rem;
	color: #333;
}

.contactsblock .info .line .phone-link a {
	text-decoration: none;
	color: inherit;
}

.contactsblock .info .line .phone-link a:hover {
	text-decoration: underline;
}

.contactsblock .info .line .mail {
	font-weight: 700;
	font-size: 16rem;
	line-height: 1.5;
	color: #333;
}

.contactsblock .info .line .mail a {
	color: inherit;
}

.contactsblock .info .text2 {
	font-weight: 700;
	font-size: 16rem;
	line-height: 1.5;
	color: #333;
	margin-bottom: 16rem;
	padding-top: 10rem;
}

.contactsblock .info .bts {
	margin-bottom: 20rem;
}

.contactsblock .info .bts a {
	display: inline-block;
	text-decoration: none;
}

.contactsblock .info .bts a:hover {
	opacity: .7;
}

.contactsblock .info .bts a img {
	height: 45rem;
}

.contactsblock .info .link {
	font-weight: 700;
	font-size: 20rem;
	color: #333;
}

.contactsblock .info .link a {
	color: inherit;
}

.contactsblock .wrap .gallary {
		width: 428rem;
		margin-right: 50rem;
		flex-shrink: 0;
}

.contactsblock .wrap .gallary .header {
	font-weight: 700;
	font-size: 24rem;
	color: #333;
	margin-bottom: 15rem;
}

.contactsblock .wrap .gallary .bigimg {
	width: 100%;
	border-radius: 20rem;
	overflow: hidden;
	line-height: 0;
	margin-bottom: 15rem;
}

.contactsblock .wrap .gallary .bigimg img {
	width: 100%;
	/*height: 100%;*/
	object-fit: cover;
}

.contactsblock .wrap .gallary .thumbs {
	margin: 0 -7rem;
	display: flex;
	flex-wrap: wrap;
}

.contactsblock .wrap .gallary .thumbs a {
	display: block;
	width: calc(33.33% - 14rem);
	margin: 0 7rem 15rem;
	line-height: 0;
	overflow: hidden;
	border-radius: 20rem;
}

.contactsblock .wrap .gallary .thumbs a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contactsblock .wrap .gallary .thumbs a:hover img {
	opacity: .7;
}

.contactsblock .wrap .map {
	width: 100%;
}

.contactsblock .wrap .map .headers {
	display: flex;
	justify-content: space-between;
	margin-bottom: 18rem;
	align-items: center;
}

.contactsblock .wrap .map .headers .header {
	font-weight: 700;
	font-size: 24rem;
	color: #333;
}

.contactsblock .wrap .map .headers .link {
	font-weight: 700;
	font-size: 20rem;
	color: #333;
}

.contactsblock .wrap .map .mapwrap {
	width: 100%;
	border-radius: 20rem;
	height: 480rem;
	overflow: hidden;
	border-radius: 20rem;
}

.contactsblock .wrap .map .mapwrap iframe {
	width: 100%;
	height: 100%;
}





@media only screen and (max-width: 768px) {
	.contactsblock {
		margin-bottom: 60rem;
	}
	.contactsblock .wrap {
		flex-direction: column;
	}
	.contactsblock .wrap .info {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30rem;
	}
	.contactsblock .info .header {
		font-size: 36rem;
		line-height: 1.4;
	}
	.contactsblock .info .line img {
		width: 20rem;
	}
	.contactsblock .info .line .phone {
		font-weight: 700;
		font-size: 20rem;
		color: #333;
	}
	.contactsblock .wrap .gallary {
			width: 100%;
			margin-right: 0;
			margin-bottom: 30rem;
	}
}





.big.contactsblock .wrap {
	flex-wrap: wrap;
}

.big.contactsblock .info .header {
	display: none;
}

.big.contactsblock .wrap .map {
	margin-top: 40rem;
}

.big.contactsblock .wrap .gallary {
  margin-right: auto;
  margin-left: auto;
}


.contactsblock .form {
	width: 500rem;
	box-sizing: border-box;
	margin-left: auto;
	background: #f0f2f7;
	border-radius: 20rem;
	padding: 40rem 60rem;
}

.contactsblock .form .formtitle {
	font-weight: 700;
	font-size: 30rem;
	text-align: center;
	color: #333;
	margin-bottom: 34rem;
}

.contactsblock .form .line  {
	margin-bottom: 12rem;
}

.contactsblock .form .input1 {
	width: 100%;
	border-radius: 10rem;
	box-shadow: inset 0 0 21px 0 rgba(255, 255, 255, 0.4);
	background: #fff;
	font-weight: 400;
	font-size: 18rem;
	color: #333;
}

.contactsblock .form .textarea1 {
	width: 100%;
	border-radius: 10rem;
	box-shadow: inset 0 0 21px 0 rgba(255, 255, 255, 0.4);
	background: #fff;
	font-weight: 400;
	font-size: 18rem;
	color: #333;
	height: 140rem;
}

.contactsblock .form .button2 {
	width: 100%;
	height: 100rem;
}

.contactsblock .form .policy {
	text-align: center;
	font-weight: 400;
	font-size: 14rem;
	line-height: 1.35714;
	color: #333;
}



@media only screen and (max-width: 768px) {
	.big.contactsblock .wrap .map {
		margin-top: 30rem;
	}
	.big.contactsblock .wrap .gallary {
	  margin-right: 0;
	  margin-left: 0;
	}
	.contactsblock .form {
		width: auto;
		margin: 0 -20rem;
		border-radius: 0;
		padding: 40rem 50rem;
	}
	.contactsblock .form .formtitle {
		font-weight: 700;
		font-size: 30rem;
		text-align: center;
		color: #333;
		margin-bottom: 34rem;
	}
	.contactsblock .form .line  {
		margin-bottom: 12rem;
	}
	.contactsblock .form .input1 {
		width: 100%;
		border-radius: 10rem;
		box-shadow: inset 0 0 21px 0 rgba(255, 255, 255, 0.4);
		background: #fff;
		font-weight: 400;
		font-size: 18rem;
		color: #333;
	}
	.contactsblock .form .textarea1 {
		width: 100%;
		border-radius: 10rem;
		box-shadow: inset 0 0 21px 0 rgba(255, 255, 255, 0.4);
		background: #fff;
		font-weight: 400;
		font-size: 18rem;
		color: #333;
		height: 140rem;
	}
	.contactsblock .form .button2 {
		width: 100%;
		height: 100rem;
	}
	.contactsblock .form .policy {
		text-align: center;
		font-weight: 400;
		font-size: 14rem;
		line-height: 1.35714;
		color: #333;
	}
}



/* ==============      footerblock       ================*/

.footerblock {
	background: #f0f2f7;
	padding: 70rem 0 0;
}

.footerblock .wrap1 {
	display: flex;
	justify-content: space-between;
}

.footerblock .wrap1 .col {

}

.footerblock .wrap1 .col:nth-child(5) {
	max-width: 270rem;
}

.footerblock .wrap1 .col + .col {
	padding-left: 90rem;
}

.footerblock .wrap1 .col .logo {
	text-decoration: none;
}

.footerblock .wrap1 .col .logo:hover {
	opacity: .7;
}

.footerblock .wrap1 .col .logo img {
	width: 200rem;
}

.footerblock .wrap1 .col .header {
	font-weight: 400;
	font-size: 20rem;
	letter-spacing: 0.03em;
	color: #333;
	margin-bottom: 14rem;
}

.footerblock .wrap1 .col .menu {
	list-style: none;
	font-weight: 400;
	font-size: 16rem;
	line-height: 1.875;
	color: #5a5a5a;
}

.footerblock .wrap1 .col .menu li {
	
}

.footerblock .wrap1 .col .menu li a {
	
}

.footerblock .wrap1 .col .list {
	font-weight: 400;
	font-size: 16rem;
	line-height: 1.875;
	color: #5a5a5a;
	list-style: none;
}

.footerblock .wrap1 .col .list li {
	padding-left: 23rem;
	position: relative;
}

.footerblock .wrap1 .col .list li:before {
	position: absolute;
	left: 0;
	top: 4rem;
	background: url(../img/footerblock_list_arrow.svg) no-repeat center center;
	background-size: contain;
	width: 12rem;
	height: 10rem;
	content: "";
}

.footerblock .wrap1 .col .list li a {
	
}

.footerblock .wrap1 .col .text {
	font-weight: 400;
	font-size: 16rem;
	line-height: 1.5;
	color: #5a5a5a;
}

.footerblock .wrap1 .col .text p {
	padding-bottom: 20rem;
}


.footerblock .wrap2 {
	margin-top: 70rem;
	padding: 30rem 0;
	border-top: 1px solid #577aeb1f;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 400;
	font-size: 14rem;
	color: #333;
}





@media only screen and (max-width: 768px) {
	.footerblock {
		padding-bottom: 48rem;
	}
	.footerblock .wrap1 {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.footer__logo-block{
		grid-column-start: 1;
		grid-column-end: 3;
	}
	.footerblock .wrap1 .col:nth-child(1) {
		width: 100%;
		text-align: center;
	}
	.footerblock .wrap1 .col:nth-child(2) {
		width: 50%;
	}
	.footerblock .wrap1 .col:nth-child(3) {
		width: 50%;
	}
	.footerblock .wrap1 .col:nth-child(4),
	.footerblock .wrap1 .col:nth-child(5) {
		width: 100%;
		max-width: none;
	}
	.footerblock .wrap1 .col + .col {
		padding-left: 0;
		margin-top: 20rem;
	}
	.footerblock .wrap2 {
		margin-top: 16rem;
	}
}












/* ==============      fly_bts       ================*/
.fly_bts {
	position: fixed;
	right: 80rem;
	bottom: 80rem;
	z-index: 999;
}

.fly_bts a {
	display: block;
	width: 80rem;
	height: 80rem;
	text-decoration: none;
	border-radius: 10rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10rem;
}

.fly_bts a:hover {
	opacity: .7;
}

.fly_bts img {
	width: 30rem;
}

.fly_bts .whatsapp {
	background: #25b654;
}

.fly_bts .max {
	background: #0129f3;
}

.fly_bts .telegram {
	background: #00afe9;
}

.fly_bts span {
	display: none;
}


@media only screen and (max-width: 768px) {
	.fly_bts {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		display: flex;
	}

	.fly_bts a {
		width: 50%;
		height: 48rem;
		border-radius: 0;
		margin-top: 0;
	}

	.fly_bts a:hover {
		opacity: .7;
	}

	.fly_bts img {
		width: auto;
		height: 32rem;
		margin-right: 20rem;
	}

	.fly_bts span {
		display: block;
		font-family: var(--third-family);
		font-weight: 400;
		font-size: 16rem;
		line-height: 1.15;
		color: #fff;
	}
}









/* ==============      tabspriceblock       ================*/

.tabspriceblock {
	margin-bottom: 90rem;	
}

.tabspriceblock .header {
	font-family: var(--second-family);
	font-weight: 300;
	font-size: 60rem;
	text-transform: uppercase;
	text-align: center;
	color: #333;
	margin-bottom: 48rem;
}

.tabspriceblock .header b {
	font-weight: 800;
}

.tabspriceblock .wrap {
	display: flex;
}

.tabspriceblock .wrap .bts {
	width: 280rem;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
}

.tabspriceblock .wrap .bts a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-family: var(--second-family);
	font-size: 18rem;
	line-height: 1.38889;
	text-transform: uppercase;
	color: #333;
	background: #f0f2f7;
	border-radius: 10rem;
	padding: 20rem 80rem;
	height: 80rem;
	margin-bottom: 14rem;
	box-sizing: border-box;
	text-decoration: none;
}

.tabspriceblock .wrap .bts a:hover,
.tabspriceblock .wrap .bts a.active {
	background: rgba(64, 86, 100, 0.6);
	color: #fff;
}

.tabspriceblock .wrap .tabs {
	width: 1228rem;
	margin-left: auto;
}

.tabspriceblock .wrap .tabs .tab {
	display: none;
}

.tabspriceblock .wrap .tabs .tab.active {
	display: block;
}

.tabspriceblock .wrap .tabs .tab .slide {
	display: flex;
}

.tabspriceblock .wrap .tabs .tab .slide .col1 {
	width: 100%;
}

.tabspriceblock .wrap .tabs .tab .slide .col1 .name {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 48rem;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 12rem;
}

.tabspriceblock .wrap .tabs .tab .slide .col1 .brand {
	font-weight: 400;
	font-size: 24rem;
	line-height: 1.45833;
	color: #333;
	margin-bottom: 20rem;
}

.tabspriceblock .wrap .tabs .tab .slide .col1 .brand a {
	
}

.tabspriceblock .wrap .tabs .tab .slide .col1 .lists {
	display: flex;
	margin-bottom: 20rem;
}

.tabspriceblock .wrap .tabs .tab .slide .col1 .lists .list {
	width: 50%;
}

.tabspriceblock .wrap .tabs .tab .slide .col1 .lists .list .title {
	font-weight: 700;
	font-size: 20rem;
	line-height: 1.2;
	color: #333;
	margin-bottom: 20rem;
}

.tabspriceblock .wrap .tabs .tab .slide .col1 .lists .list ul {
	list-style: none;
	margin-bottom: 10rem;
}

.tabspriceblock .wrap .tabs .tab .slide .col1 .lists .list ul li {
	font-weight: 400;
	font-size: 16rem;
	line-height: 1.125;
	color: #333;
	margin-bottom: 10rem;
	position: relative;
	padding-left: 40rem;
}

.tabspriceblock .wrap .tabs .tab .slide .col1 .lists .list ul li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/tabspriceblock_list.svg) no-repeat center center;
	background-size: contain;
	width: 25rem;
	height: 25rem;
}

.tabspriceblock .wrap .tabs .tab .slide .col1 .price {
	font-weight: 500;
	font-size: 24rem;
	color: #000;
	margin-bottom: 20rem;
}

.tabspriceblock .wrap .tabs .tab .slide .col1 .price b {
	font-weight: 700;
	font-size: 50rem;
}

.tabspriceblock .wrap .tabs .tab .slide .col1 .button2 {
	height: 100rem;
}

.tabspriceblock .wrap .tabs .tab .slide .col2 {
	width: 593rem;
	margin-left: 40rem;
	flex-shrink: 0;
}

.tabspriceblock .wrap .tabs .tab .slide .col2 .image {
	width: 100%;
	line-height: 0;
	overflow: hidden;
	border-radius: 20rem;
}

.tabspriceblock .wrap .tabs .tab .slide .col2 .image img {
	width: 100%;
}

.tabspriceblock .wrap .tabs .tab .slick-prev {
	right: 70rem;
	top: auto;
	bottom: 0;
	left: auto;
}

.tabspriceblock .wrap .tabs .tab .slick-next {
	right: 0;
	top: auto;
	bottom: 0;
}




@media only screen and (max-width: 768px) {
	.tabspriceblock {
		margin-bottom: 60rem;	
	}
	.tabspriceblock .header {
		font-size: 28rem;
		margin-bottom: 34rem;
	}
	.tabspriceblock .wrap {
		display: flex;
		flex-direction: column;
	}
	.tabspriceblock .wrap .bts {
		width: 100%;
		flex-direction: row;
		overflow-y: scroll;
		padding-bottom: 10rem;
	}
	.tabspriceblock .wrap .bts a {
		padding: 16rem 47rem;
		height: 57rem;
		margin-bottom: 0;
		margin-right: 14rem;
	}
	.tabspriceblock .wrap .tabs {
		width: 100%;
		margin-left: 0;
	}
	.tabspriceblock .wrap .tabs .tab .slide {
		flex-direction: column;
	}
	.tabspriceblock .wrap .tabs .tab .slide .col1 {
		order: 2;
	}
	.tabspriceblock .wrap .tabs .tab .slide .col1 .name {
		font-size: 24rem;
	}
	.tabspriceblock .wrap .tabs .tab .slide .col1 .brand {
		font-size: 18rem;
	}
	.tabspriceblock .wrap .tabs .tab .slide .col1 .lists {
		margin-bottom: 10rem;
	}
	.tabspriceblock .wrap .tabs .tab .slide .col1 .price {
		font-size: 18rem;
	}
	.tabspriceblock .wrap .tabs .tab .slide .col1 .price b {
		font-size: 36rem;
	}

	.tabspriceblock .wrap .tabs .tab .slide .col1 .button2 {
		height: 100rem;
	}

	.tabspriceblock .wrap .tabs .tab .slide .col2 {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20rem;
	}

	.tabspriceblock .wrap .tabs .tab .slick-prev {
		right: auto;
		top: 148rem;
		bottom: auto;
		left: 15rem;
	}

	.tabspriceblock .wrap .tabs .tab .slick-next {
		right: 15rem;
		top: 148rem;
		bottom: auto;
	}
}





/* ==============      faqblock       ================*/
.faqblock {
	margin-bottom: 90rem;
}

.faqblock .header {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 60rem;
	line-height: 1.25;
	text-transform: uppercase;
	text-align: center;
	color: #333;
	margin-bottom: 60rem;
}

.faqblock .header b {
	font-weight: 700;
}

.faqblock .spoilers {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20rem;
}

.faqblock .spoilers .spoiler {
	width: calc(50% - 40rem);
  margin: 0 20rem 20rem;
}

.faqblock .spoilers .spoiler .blockheader {
  padding: 36rem 100rem 36rem 40rem;
  box-sizing:border-box;
  cursor:pointer;
  position:relative;
  transition:all 0.2s ease-in-out 0s;
  border-radius:10rem;
  background-color: #f0f2f7;
  font-weight: 500;
	font-size: 24rem;
	line-height: 1.5;
	color: #1b1b1b;
}

.faqblock .spoilers .spoiler .blockheader:after {
  position:absolute;
  right:34rem;
  top:50%;
  transform:translateY(-50%);
  width:40rem;
  height:40rem;
  background: var(--color-yellow);
  border-radius:50%;
  content:"+";
  text-align:center;
  line-height:45rem;
  color:#333;
  font-size:30rem;
  transition:all 0.2s ease-in-out 0s;
  transform-origin:50% 0;
  background: #fff;
}

.faqblock .spoilers .spoiler .blockheader:hover:after {
  background:#fff;
  color: #000;
}

.faqblock .spoilers .spoiler .blockheader.active:after {
  transform:rotate(45deg) translateY(-50%)
}

.faqblock .spoilers .spoiler:hover .blockheader {
  background:#d8dce3;
}

.faqblock .spoilers .spoiler .blockheader.active {
/*  background:#d8dce3;*/
}

.faqblock .spoilers .spoiler .text {
  display:none;
  background:#FFF;
  padding:60rem 55rem 58rem;
  box-sizing:border-box;
  border-radius:0 0 25rem 25rem;
  line-height: 1.4;
  font-weight:400;
  font-size: 22rem;
	margin-top: -50rem;
	background: #f0f2f7;
}






@media only screen and (max-width: 768px) {
	.faqblock {
		margin-bottom: 60rem;
	}
	.faqblock .header {
		font-size: 28rem;
		margin-bottom: 24rem;
	}
	.faqblock .spoilers {
		margin: 0;
	}
	.faqblock .spoilers .spoiler {
		width: 100%;
	  margin: 0 0 20rem;
	}
	.faqblock .spoilers .spoiler .blockheader {
	  padding: 20rem 60rem 20rem 20rem;
	}
	.faqblock .spoilers .spoiler .text {
	  padding:50rem 20rem 40rem;
	  font-size: 20rem;
	}
}







/* ==============      tabswintypesblock       ================*/

.tabswintypesblock {
	margin-bottom: 90rem;
}

.tabswintypesblock .header {
	font-weight: 300;
	font-size: 60rem;
	text-transform: uppercase;
	text-align: center;
	color: #333;
	margin-bottom: 58rem;
}

.tabswintypesblock .header b {
	font-weight: 800;
}

.tabswintypesblock .wrap {
	display: flex;
}

.tabswintypesblock .wrap .bts {
	width: 280rem;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	margin-right: 54rem;
	flex-shrink: 0;
}

.tabswintypesblock .wrap .bts a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-family: var(--second-family);
	font-size: 18rem;
	line-height: 1.38889;
	text-transform: uppercase;
	color: #333;
	background: #f0f2f7;
	border-radius: 10rem;
	padding: 20rem 20rem;
	height: 80rem;
	margin-bottom: 14rem;
	box-sizing: border-box;
	text-decoration: none;
}

.tabswintypesblock .wrap .bts a:hover,
.tabswintypesblock .wrap .bts a.active {
	background: rgba(64, 86, 100, 0.6);
	color: #fff;
}

.tabswintypesblock .wrap .tabs {
	width: 100%;
}

.tabswintypesblock .wrap .tabs .tab {
	display: none;
}

.tabswintypesblock .wrap .tabs .tab.active {
	display: flex;
}

.tabswintypesblock .wrap .tabs .tab .image {
	width: 565rem;
	overflow: hidden;
	border-radius: 20rem;
	line-height: 0;
	margin-right: 73rem;
	flex-shrink: 0;
}

.tabswintypesblock .wrap .tabs .tab .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tabswintypesblock .wrap .tabs .tab .info {
	width: 100%;
}

.tabswintypesblock .wrap .tabs .tab .info .name {
	font-weight: 700;
	font-size: 40rem;
	color: #333;
	margin-bottom: 30rem;
}

.tabswintypesblock .wrap .tabs .tab .info .desc {
	font-weight: 400;
	font-size: 18rem;
	line-height: 1.94444;
	color: #333;
	margin-bottom: 18rem;
}

.tabswintypesblock .wrap .tabs .tab .info .button2 {
	height: 100rem;
}





@media only screen and (max-width: 768px) {
	.tabswintypesblock {
		margin-bottom: 60rem;
	}
	.tabswintypesblock .header {
		font-size: 28rem;
		margin-bottom: 34rem;
	}
	.tabswintypesblock .wrap {
		flex-direction: column;
	}
	.tabswintypesblock .wrap .bts {
		width: 100%;
		flex-shrink: 0;
		flex-direction: row;
		margin-right: 0;
		overflow-y: scroll;
		margin-bottom: 33rem;
		padding-bottom: 10rem;
	}
	.tabswintypesblock .wrap .bts a {
		padding: 16rem 47rem;
		height: 57rem;
		margin-bottom: 0;
		margin-right: 14rem;
	}
	.tabswintypesblock .wrap .tabs .tab {
		flex-direction: column;
	}
	.tabswintypesblock .wrap .tabs .tab .image {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30rem;
	}
	.tabswintypesblock .wrap .tabs .tab .info .name {
		font-size: 24rem;
		margin-bottom: 10rem;
	}
	.tabswintypesblock .wrap .tabs .tab .info .desc {
		font-size: 18rem;
		line-height: 1.4;
	}
}











/* ==============      typography       ================*/

.typography {
	font-weight: 400;
	line-height: 1.4;
}

.typography p {
	padding-bottom: 20rem;
}

.typography img {
	max-width: 100%;
	border-radius: 5rem;
/*	box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.15);*/
/*  border-bottom: 2px solid #fff;*/
/*  border-right: 2px solid #fff;*/
}

.typography ul {
	margin: 0 0 20rem 0;
	list-style: none;
}

.typography ul li {
	position: relative;
	margin-bottom: 5rem;
	padding-left: 24rem;
}

.typography ul li:before {
	content: "";
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 9rem;
	background: #405664;
}

.typography ol {
	margin: 0 0 20rem 30rem;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: inherit;
	line-height: 1.2;
	padding: 0.6em 0 1em;
	font-weight: 800;
}

.typography h1 {
	font-size: 56rem;
	margin-top: 0;
}

.typography h2 {
	font-size: 48rem;
}

.typography h3 {
	font-size: 40rem;
}

.typography h4 {
	font-size: 26rem;
}

.typography h5 {
	font-size: 25rem;
}

.typography h6 {
	font-size: 24rem;
}

.typography blockquote {
	border-radius: 20rem;
	background: #f4f7fa;
	padding: 40rem 40rem 20rem;
	margin-bottom: 20rem;
}

.typography .wp-caption {
	max-width: 100%;
  padding: 10rem;
  box-sizing: border-box;
  border-radius: 2rem;
  background: #f9f9f9;
  border: 1rem solid #eee;
  margin: 0 auto 25rem;
}

.typography .wp-caption .wp-caption-text {
	text-align: center;
  width: 100%;
  padding: 5rem 10rem 0;
  font-size: .8em;
}

.typography .alignleft {
	float: left;
	margin: 0 20rem 10rem 0;
}

.typography .alignright {
	float: right;
	margin: 0 0 30rem 30rem;
}

.typography .wp-block-image {
	margin-bottom: 30rem;
}

.typography figure.wp-block-gallery.has-nested-images {
	margin-bottom: 30rem;
}

.typography p img {
	border-radius: 20rem;
}

.typography img.size-full {
	width: 100%;
}


.typography .gallery {
	display: flex;
  flex-wrap: wrap;
  margin-bottom: 10rem;
  gap: 30rem;
  justify-content: space-between;
}

.typography .gallery .gallery-item {
	box-sizing: border-box;
}
.typography .gallery.gallery-columns-2 .gallery-item {
	flex: 1 1 calc(100% / 2 - 15rem);
}
.typography .gallery.gallery-columns-3 .gallery-item {
	flex: 1 1 calc(100% / 3 - 30rem);
}

.typography .gallery img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20rem;
}








@media only screen and (max-width: 768px) {
	.typography {
		font-size: 16rem;
	}
	.typography h1 {
		font-size: 38rem;
		margin-top: 0;
	}
	.typography h2 {
		font-size: 30rem;
	}
	.typography h3 {
		font-size: 28rem;
	}
	.typography h4 {
		font-size: 22rem;
	}
	.typography h5 {
		font-size: 17rem;
	}
	.typography h6 {
		font-size: 16rem;
	}
	.typography blockquote {
	  padding: 25rem 25rem 5rem;
	}
	.typography .gallery.gallery-columns-2 .gallery-item {
		flex: 1 1 100%;
	}
	.typography .gallery.gallery-columns-3 .gallery-item {
		flex: 1 1 100%;
	}
	.typography .alignright {
		float: none;
		margin: 0 0 30rem 0;
	}
}






/* ==============      contantblock       ================*/

.contantblock {
	margin-bottom: 90rem;
}

.contantblock .content_spoiler {
	max-height: 400rem;
	overflow: hidden;
	position: relative;
}

.contantblock .content_spoiler:after {
	content: "";
	position: absolute;
	left: 0;right: 0;
	bottom: 0;
	height: 300rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.contantblock .content_spoiler.open:after {
	display: none;
}

.contantblock .content_spoiler_bt {

}

.contantblock .content_spoiler_bt .link {
	font-weight: 700;
	font-size: 20rem;
	color: #333;
}


@media only screen and (max-width: 768px) {
	.contantblock {
		margin-bottom: 60rem;
	}
}









/* ==============      designblock       ================*/

.designblock {
	margin-bottom: 90rem;
	background: url(../img/designblock_bg.jpg) no-repeat center center;
	background-size: cover;
	border-radius: 20rem;
	position: relative;
	padding: 82rem 0 38rem;
}

.designblock .bigimg {
	width: 875rem;
	position: absolute;
	right: 0;
	bottom: 0;
	max-height: 100%;
	object-fit: contain;
}

.designblock .topinfo {
	position: absolute;
	top: 106rem;
	right: 160rem;
	text-align: center;
}

.designblock .topinfo p:nth-child(1) {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 24rem;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 12rem;
}

.designblock .topinfo p {
	font-weight: 700;
	font-size: 18rem;
	font-family: var(--third-family);
	color: #fff;
}

.designblock .topinfo p a {
	color: inherit;
}

.designblock .wrap {
	position: relative;
	max-width: 970rem;
	z-index: 5;
}

.designblock .wrap .header {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 60rem;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 22rem;
}

.designblock .wrap .header br {
	
}

.designblock .wrap .header b {
	font-weight: 700;
}

.designblock .wrap .text {
	font-weight: 400;
	font-size: 28rem;
	color: #fff;
	margin-bottom: 40rem;
}

.designblock .wrap .text p {
	margin-bottom: 30rem;
}

.designblock .wrap .text p b {
	font-weight: 700;
}

.designblock .wrap .items {
	display: flex;
	flex-wrap: wrap;
}

.designblock .wrap .items .item {
	width: 250rem;
	margin: 0 60rem 70rem 0;
	display: flex;
	flex-direction: column;
	align-items: start;

}

.designblock .wrap .items .item img {
	height: 44rem;
	margin-bottom: 12rem;
}

.designblock .wrap .items .item .name {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 20rem;
	line-height: 1.4;
	text-transform: uppercase;
	color: #fff;
}

.designblock .wrap .items .item .desc {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 18rem;
	line-height: 1.4;
	color: #fff;
}





@media only screen and (max-width: 768px) {
	.designblock {
		margin-bottom: 60rem;
		padding: 60rem 0;
	}

	.designblock .bigimg {
		width: 100%;
		position: static;
		margin-right: -20rem;
		margin-left: 20rem;
	}
	.designblock .topinfo {
		position: static;
		text-align: left;
	}
	.designblock .wrap {
		max-width: 100%;
	}
	.designblock .wrap .header {
		font-size: 28rem;
		margin-bottom: 29rem;
	}
	.designblock .wrap .text {
		font-size: 24rem;
		margin-bottom: 23rem;
	}
	.designblock .wrap .text p {
		margin-bottom: 20rem;
	}
	.designblock .wrap .items {
		margin-bottom: 100rem;
	}
	.designblock .wrap .items .item {
		width: 200rem;
		margin: 0 20rem 20rem 0;
	}
	.designblock .wrap .items .item img {
		height: 25rem;
		margin-bottom: 5rem;
	}
	.designblock .wrap .items .item .name {
		font-size: 18rem;
	}
}







/* ==============      advantagesblock       ================*/

.advantagesblock {
	margin-bottom: 90rem;
	padding: 90rem 0 50rem;
	background: url(../img/advantagesblock_bg.jpg) no-repeat center center;
	background-size: cover;
	border-radius: 20rem;
}

.advantagesblock .wrap {
	display: flex;
	justify-content: space-between;
}

.advantagesblock .wrap .info {
	max-width: 751rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 30rem;
}

.advantagesblock .wrap .info .header {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 60rem;
	line-height: 1.25;
	text-transform: uppercase;
	color: #333;
}

.advantagesblock .wrap .info .text {
	font-weight: 500;
	font-size: 18rem;
	color: #333;
	max-width: 530rem;
}

.advantagesblock .wrap .info .text p {
	
}

.advantagesblock .wrap .items {
	display: flex;
	flex-direction: column;
	margin-right: 100rem;
}

.advantagesblock .wrap .items .item {
	display: flex;
	flex-direction: column;
	width: 155rem;
	margin-bottom: 40rem;
}

.advantagesblock .wrap .items .item img {
	width: 40rem;
	margin-bottom: 16rem;
}

.advantagesblock .wrap .items .item .name {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 20rem;
	line-height: 2;
	text-transform: uppercase;
	color: #fff;
}

.advantagesblock .wrap .items .item .desc {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 18rem;
	color: #fff;
}




@media only screen and (max-width: 768px) {
	.advantagesblock {
		margin-bottom: 60rem;
		padding: 50rem 0 36rem;
		background-image: url(../img/advantagesblock_bg_mob.jpg);
	}
	.advantagesblock .wrap {
		flex-direction: column;
	}
	.advantagesblock .wrap .info {
		max-width: 100%;
	}
	.advantagesblock .wrap .info .header {
		font-size: 28rem;
		margin-bottom: 20rem;
		color: #fff;
	}
	.advantagesblock .wrap .info .text {
		color: #fff;
		max-width: 100%;
	}


	.advantagesblock .wrap .items {
		display: flex;
		flex-direction: row;
		margin-right: 0;
		flex-wrap: wrap;
	}

	.advantagesblock .wrap .items .item {
		width: calc(50% - 20rem);
		margin: 0 10rem 20rem;
	}

	.advantagesblock .wrap .items .item img {
		width: 40rem;
		margin-bottom: 16rem;
	}

	.advantagesblock .wrap .items .item .name {
		font-family: var(--second-family);
		font-weight: 700;
		font-size: 20rem;
		line-height: 2;
		text-transform: uppercase;
		color: #fff;
	}

	.advantagesblock .wrap .items .item .desc {
		font-family: var(--font-family);
		font-weight: 500;
		font-size: 18rem;
		color: #fff;
	}
}







/* ==============      constructionsblock       ================*/

.constructionsblock {
	margin-bottom: 90rem;
}

.constructionsblock .header {
	font-weight: 300;
	font-size: 60rem;
	text-transform: uppercase;
	text-align: center;
	color: #333;
	margin-bottom: 58rem;
}

.constructionsblock .header b {
	font-weight: 800;
}

.constructionsblock .slider {
	width: 100%;
}

.constructionsblock .slider .slide {
	width: 100%;
}

.constructionsblock .slider .slide .wrap {
	width: 100%;
	display: flex;
}

.constructionsblock .slider .slide .wrap .img {
	width: 770rem;
	overflow: hidden;
	line-height: 0;
	border-radius: 20rem;
	margin-right: 80rem;
	flex-shrink: 0;
	position: relative;
}

.constructionsblock .slider .slide .wrap .img img {
	width: 100%;
}

.constructionsblock .slider .slide .wrap .img .name {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 40rem;
	line-height: 1.5;
	text-transform: uppercase;
	color: #fff;
	padding: 70rem 40rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.constructionsblock .slider .slide .wrap .info {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.constructionsblock .slider .slide .wrap .info .title {
	font-weight: 700;
	font-size: 40rem;
	color: #333;
	margin-bottom: 20rem;
}

.constructionsblock .slider .slide .wrap .info .list {
	display: flex;
	margin: 0 -20rem 20rem;
	flex-wrap: wrap;
}

.constructionsblock .slider .slide .wrap .info .list p {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 20rem;
	line-height: 1.4;
	text-transform: uppercase;
	color: #91949e;
	width: calc(33.33% - 40rem);
	margin: 0 20rem 40rem;
	padding-left: 25rem;
	box-sizing: border-box;
	position: relative;
}

.constructionsblock .slider .slide .wrap .info .list p:before {
	content: "";
	position: absolute;
	left: 0;
	top: 12rem;
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	background: #91949e;
}


.constructionsblock .slider .slide .wrap .info .desc {
	font-weight: 400;
	font-size: 24rem;
	line-height: 1.45833;
	color: #333;
}

.constructionsblock .slider .slick-prev {
	left: -80rem;
}

.constructionsblock .slider .slick-next {
	right: -80rem;
}






@media only screen and (max-width: 768px) {
	.constructionsblock {
		margin-bottom: 60rem;
	}
	.constructionsblock .header {
		font-size: 28rem;
		margin-bottom: 40px;
	}
	.constructionsblock .slider .slide .wrap {
		flex-direction: column;
	}
	.constructionsblock .slider .slide .wrap .img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40rem;
	}
	.constructionsblock .slider .slide .wrap .img img {
		width: 100%;
	}
	.constructionsblock .slider .slide .wrap .img .name {
		font-size: 28rem;
		line-height: 1.4;
		padding: 40rem;
	}
	.constructionsblock .slider .slide .wrap .info .title {
		font-size: 28rem;
	}
	.constructionsblock .slider .slide .wrap .info .list p {
		font-size: 18rem;
		line-height: 1.4;
		width: calc(50% - 40rem);
		margin: 0 20rem 40rem;
		padding-left: 25rem;
	}
	.constructionsblock .slider .slide .wrap .info .desc {
		font-size: 18rem;
	}
	.constructionsblock .slider .slick-prev {
		left: 20rem;
		top: 144rem;
	}
	.constructionsblock .slider .slick-next {
		right: 20rem;
		top: 144rem;
	}
}







/* ==============      componentsblock       ================*/

.componentsblock {
	margin-bottom: 90rem;
}

.componentsblock .header {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 60rem;
	text-transform: uppercase;
	text-align: center;
	color: #333;
	margin-bottom: 30rem;
}

.componentsblock .header b {
	font-weight: 700;
}

.componentsblock .subheader {
	font-weight: 400;
	font-size: 36rem;
	line-height: 1.52778;
	text-align: center;
	color: #333;
	margin-bottom: 55rem;
}

.componentsblock .items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15rem;
}

.componentsblock .items .item {
	width: calc(25% - 30rem);
	margin: 0 15rem 30rem;
	display: flex;
	flex-direction: column;
}

.componentsblock .items .item .img {
	width: 100%;
	line-height: 0;
	border-radius: 20rem;
	overflow: hidden;
	margin-bottom: 24rem;
}

.componentsblock .items .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.componentsblock .items .item .name {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 24rem;
	line-height: 1.16667;
	text-transform: uppercase;
	text-align: center;
	color: #333;
	margin-bottom: 8rem;
}

.componentsblock .items .item .desc {
	font-weight: 400;
	font-size: 16rem;
	line-height: 1.5;
	text-align: center;
	color: #333;
}






@media only screen and (max-width: 768px) {
	.componentsblock {
		margin-bottom: 60rem;
	}
	.componentsblock .header {
		font-size: 28rem;
	}
	.componentsblock .subheader {
		font-size: 24rem;
		margin-bottom: 30rem;
	}
	.componentsblock .items {

	}
	.componentsblock .items .slick-list {
		padding-right: 100rem;
	}
	.componentsblock .items .item {
		width: 100%;
	}
	.componentsblock .items .item .name {
		
	}
	.componentsblock .items .item .desc {
		font-size: 18rem;
	}
}







/* ==============      foundationblock       ================*/

.foundationblock {
	margin-bottom: 90rem;
}

.foundationblock .header {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 60rem;
	text-transform: uppercase;
	text-align: center;
	color: #333;
	margin-bottom: 58rem;
}

.foundationblock .header b {
	font-weight: 700;
}

.foundationblock .items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15rem;
}

.foundationblock .items .item {
	width: calc(33.33% - 30rem);
	margin: 0 15rem 30rem;
	display: flex;
	flex-direction: column;
}

.foundationblock .items .item .img {
	width: 100%;
	line-height: 0;
	border-radius: 20rem;
	overflow: hidden;
	margin-bottom: 24rem;
}

.foundationblock .items .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.foundationblock .items .item .name {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 24rem;
	line-height: 1.16667;
	text-transform: uppercase;
	text-align: center;
	color: #333;
	margin-bottom: 16rem;
}

.foundationblock .items .item .desc {
	font-weight: 400;
	font-size: 22rem;
	line-height: 1.5;
	text-align: center;
	color: #333;
}






@media only screen and (max-width: 768px) {
	.foundationblock {
		margin-bottom: 60rem;
	}
	.foundationblock .header {
		font-size: 28rem;
	}
	.foundationblock .items {

	}
	.foundationblock .items .slick-list {
		padding-right: 100rem;
	}
	.foundationblock .items .item {
		width: 100%;
	}
	.foundationblock .items .item .name {
		
	}
	.foundationblock .items .item .desc {
		font-size: 18rem;
	}
}






/* ==============      additionalblock       ================*/

.additionalblock {
	margin-bottom: 90rem;
}

.additionalblock .header {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 60rem;
	text-transform: uppercase;
	text-align: center;
	color: #333;
	margin-bottom: 58rem;
}

.additionalblock .header b {
	font-weight: 700;
}

.additionalblock .items {
	margin: 0 -15rem;
	display: flex;
	flex-wrap: wrap;
}

.additionalblock .items .item {
	width: calc(25% - 30rem);
	margin: 0 15rem 30rem;
	position: relative;
	box-sizing: border-box;
	height: 375rem;
	border-radius: 20rem;
	overflow: hidden;
	padding: 45rem 40rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 0.2s ease-in-out 0s;
}

.additionalblock .items .item:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
/*	background: #f0f2f7;*/
	background: linear-gradient(180deg, rgba(33, 34, 38, 0.5) 19.7%, rgba(48, 50, 62, 0.5) 100%), rgba(49, 52, 67, 0.4);
	z-index: 1;
	transition: all 0.2s ease-in-out 0s;
}

.additionalblock .items .item:hover:before {
/*	background: linear-gradient(180deg, rgba(33, 34, 38, 0.69) 19.7%, rgba(48, 50, 62, 0.69) 100%), rgba(49, 52, 67, 0.57);*/
/*	background: linear-gradient(180deg, rgba(33, 34, 38, 0.5) 19.7%, rgba(48, 50, 62, 0.5) 100%), rgba(49, 52, 67, 0.4);*/
}

.additionalblock .items .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.additionalblock .items .item .name {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 28rem;
	line-height: 1.42857;
	text-transform: uppercase;
/*	color: #333;*/
	margin-bottom: 20rem;
	position: relative;
	z-index: 2;
	transition: all 0.2s ease-in-out 0s;
	color: #fff;
}

.additionalblock .items .item:hover .name {
	color: #fff;
}

.additionalblock .items .item .desc {
	font-weight: 400;
	font-size: 18rem;
	line-height: 1.22222;
	color: #333;
	position: relative;
	z-index: 2;
	opacity: 0;
	transition: all 0.2s ease-in-out 0s;
}

.additionalblock .items .item:hover .desc {
	color: #fff;
	opacity: 1;
}





@media only screen and (max-width: 768px) {
	.additionalblock {
		margin-bottom: 60rem;
	}
	.additionalblock .header {
		font-size: 28rem;
		margin-bottom: 30rem;
	}
	.additionalblock .items {
		margin: 0 -10rem;
	}
	.additionalblock .items .item {
		width: calc(50% - 20rem);
		margin: 0 10rem 20rem;
		height: 200rem;
		padding: 30rem 20rem;
	}
	.additionalblock .items .item:before {
		background: linear-gradient(180deg, rgba(33, 34, 38, 0.5) 19.7%, rgba(48, 50, 62, 0.5) 100%), rgba(49, 52, 67, 0.4);
	}
	.additionalblock .items .item .name {
		color: #fff;
		font-size: 18rem;
	}
	.additionalblock .items .item .desc {
		display: none;
	}
}











/* ==============      appointmentblock       ================*/

.appointmentblock {
	margin-bottom: 90rem;
}

.appointmentblock .header {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 60rem;
	text-transform: uppercase;
	text-align: center;
	color: #333;
	margin-bottom: 58rem;
}

.appointmentblock .header b {
	font-weight: 700;
}

.appointmentblock .items {
	margin: 0 -15rem;
	display: flex;
	flex-wrap: wrap;
}

.appointmentblock .items .item {
	width: calc(25% - 30rem);
	margin: 0 15rem 30rem;
	position: relative;
	box-sizing: border-box;
	height: 524rem;
	border-radius: 20rem;
	overflow: hidden;
	padding: 45rem 40rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 0.2s ease-in-out 0s;
}

.appointmentblock .items .item:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(33, 34, 38, 0.5) 19.7%, rgba(48, 50, 62, 0.5) 100%), rgba(49, 52, 67, 0.4);
	z-index: 1;
	transition: all 0.2s ease-in-out 0s;
}

.appointmentblock .items .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.appointmentblock .items .item .name {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 28rem;
	line-height: 1.42857;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20rem;
	position: relative;
	z-index: 2;
	transition: all 0.2s ease-in-out 0s;
}

.appointmentblock .items .item .desc {
	font-weight: 400;
	font-size: 22rem;
	line-height: 1.27273;
	color: #fff;
	position: relative;
	z-index: 2;
	opacity: 0;
	transition: all 0.2s ease-in-out 0s;
}

.appointmentblock .items .item:hover .desc {
	opacity: 1;
}





@media only screen and (max-width: 768px) {
	.appointmentblock {
		margin-bottom: 60rem;
	}
	.appointmentblock .header {
		font-size: 28rem;
		margin-bottom: 30rem;
	}
	.appointmentblock .items {
		margin: 0 -10rem;
	}
	.appointmentblock .items .slick-list {
		padding-right: 100rem;
	}
	.appointmentblock .items .item {
		width: 100%;
		margin: 0 10rem 20rem;
		height: auto;
		padding: 34rem 20rem 80rem;
		min-height: 395rem;
	}
	.appointmentblock .items .item:before {
		background: linear-gradient(180deg, rgba(33, 34, 38, 0.5) 19.7%, rgba(48, 50, 62, 0.5) 100%), rgba(49, 52, 67, 0.4);
	}
	.appointmentblock .items .item .name {
		color: #fff;
		font-size: 18rem;
		margin-bottom: 40rem;
	}
	.appointmentblock .items .item .desc {
		opacity: 1;
		font-size: 18rem;
	}
}








/* ==============      panoramictypesblock       ================*/

.panoramictypesblock {
	margin-bottom: 90rem;
}

.panoramictypesblock .header {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 60rem;
	text-transform: uppercase;
	text-align: center;
	color: #333;
	margin-bottom: 58rem;
}

.panoramictypesblock .header b {
	font-weight: 700;
}

.panoramictypesblock .items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15rem;
}

.panoramictypesblock .items .item {
	width: calc(20% - 30rem);
	margin: 0 15rem 30rem;
	display: flex;
	flex-direction: column;
}

.panoramictypesblock .items .item .img {
	width: 100%;
	line-height: 0;
	border-radius: 20rem;
	overflow: hidden;
	margin-bottom: 24rem;
}

.panoramictypesblock .items .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.panoramictypesblock .items .item .name {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 24rem;
	line-height: 1.16667;
	text-transform: uppercase;
	text-align: center;
	color: #333;
	margin-bottom: 16rem;
}






@media only screen and (max-width: 768px) {
	.panoramictypesblock {
		margin-bottom: 60rem;
	}
	.panoramictypesblock .header {
		font-size: 28rem;
	}
	.panoramictypesblock .items {

	}
	.panoramictypesblock .items .slick-list {
		padding-right: 100rem;
	}
	.panoramictypesblock .items .item {
		width: 100%;
	}
	.panoramictypesblock .items .item .name {
		
	}
}






/* ==============      comparisonblock       ================*/

.comparisonblock {
	margin-bottom: 90rem;
}

.comparisonblock .header {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 60rem;
	text-transform: uppercase;
	text-align: center;
	color: #333;
	margin-bottom: 58rem;
}

.comparisonblock .header b {
	font-weight: 700;
}

.comparisonblock .table {
	width: 100%;
	overflow: hidden;
	border-radius: 20rem;
}

.comparisonblock .table table {
	width: 100%;
	border-collapse: collapse;
}

.comparisonblock .table table tr {
	
}

.comparisonblock .table table tr td {
	padding: 20rem 40rem;
	font-weight: 400;
	font-size: 20rem;
	line-height: 1;
	text-align: center;
	color: #000;
	border: 1px solid #e1eafe;
}

.comparisonblock .table table tr:nth-child(1) td {
	background: #6e768b !important;
	font-weight: 700;
	font-size: 22rem;
	color: #fff;
}

.comparisonblock .table table tr:nth-child(2n+1) td {
	background: #f7f9fe;
}

.comparisonblock .table table tr td:nth-child(1) {
	font-weight: 700;
	white-space: pre;
}

.comparisonblock .table table tr td .button3 {
	
}


@media only screen and (max-width: 768px) {
	.comparisonblock {
		margin-bottom: 60rem;
	}
	.comparisonblock .header {
		font-size: 28rem;
	}
	.comparisonblock .table {
		overflow-x: scroll;
		border-radius: 20rem 0 0 20rem;
		padding-bottom: 10rem;
	}
	.comparisonblock .table table {
		width: auto;
	}
	.comparisonblock .table table tr td {
		padding: 20rem 20rem;
	}
}










/* ==============      profiles2block       ================*/

.profiles2block {
	margin-bottom: 90rem;
}

.profiles2block .header {
	font-family: var(--second-family);
	font-weight: 300;
	font-size: 60rem;
	text-transform: uppercase;
	text-align: center;
	color: #333;
	margin-bottom: 63rem;
}

.profiles2block .header b {
	font-weight: 800;
	margin-bottom: 63rem;
}

.profiles2block .items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15rem;
}

.profiles2block .items .item {
	width: calc(50% - 30rem);
	margin: 0 15rem 30rem;
	position: relative;
	height: 400rem;
	border-radius: 20rem;
	overflow: hidden;
	line-height: 0;
	background: #f0f2f7;
}

.profiles2block .items .item:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(22, 25, 36, 0.5);
}

.profiles2block .items .item img {
	width: 100%;
	height:100%;
	object-fit: cover;
}


.profiles2block .items .item .name {
	padding: 50rem 59rem;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 48rem;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	line-height: 1.4em;
}

.profiles2block .items .item .bt {
	padding: 50rem 59rem;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}

.profiles2block .items .item .button4 {
	height: 75rem;
}




@media only screen and (max-width: 768px) {
	.profiles2block {
		margin-bottom: 60rem;
	}
	.profiles2block .header {
		font-size: 36rem;
		line-height: 1.4;
	}
	.profiles2block .items {
		margin: 0 -20rem;
	}
	.profiles2block .items .slick-list {
		padding: 0 40rem;
	}
	.profiles2block .items .item {
		width: 100%;
		margin: 0 5rem;
		height: 280rem;
		border-radius: 20rem;
	}
	.profiles2block .items .item .name {
		font-size: 28rem;
	}
	.profiles2block .items .item .button4 {
		height: 60rem;
	}
}






/* ==============      innerblock       ================*/

.innerblock {
	margin-bottom: 90rem;
	background-repeat: no-repeat;
	background-position: center  center;
	background-size: cover;
	background-image: url(../img/innerblock_bg_1.jpg);
}

.innerblock .wrap {
	display: flex;
	flex-direction: column;
	max-width: 1188rem;
	padding: 222rem 0 79rem;
	box-sizing: border-box;
	justify-content: center;
}

.innerblock .breadcrumbs {
	font-size: 16rem;
	line-height: 1.66667;
	color: #fff;
}

.innerblock .breadcrumbs span {
	font-size: 18rem;
	color: #fff;
}

.innerblock .breadcrumbs a {
	color: #a7a7a7;
	font-size: 12rem;
	text-decoration: none;
}

.innerblock .breadcrumbs a:hover {
	text-decoration: underline;
}

.innerblock .header {
	font-family: var(--second-family);
	font-weight: 300;
	font-size: 64rem;
	line-height: 1.4;
	text-transform: uppercase;
	color: #fff;
}

.innerblock .header b {
	font-weight: 800;
}



@media only screen and (max-width: 768px) {
	.innerblock {
		margin-bottom: 60rem;
	}
	.innerblock .wrap {
		padding: 162rem 0 40rem;
	}
	.innerblock .breadcrumbs {

	}
	.innerblock .header {
		font-size: 28rem;
		line-height: 1.4;
	}
}









/* ==============      buttonstabs       ================*/

.buttonstabs {
	margin-bottom: 60rem;
}

.buttonstabs .bts {
	display: flex;
	margin: 0 -9rem;
}

.buttonstabs .bts a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-family: var(--second-family);
	font-size: 18rem;
	line-height: 1.38889;
	text-transform: uppercase;
	color: #333;
	background: #f0f2f7;
	border-radius: 10rem;
	padding: 20rem 80rem;
	height: 80rem;
	margin: 0 9rem;
	box-sizing: border-box;
	text-decoration: none;
}

.buttonstabs .bts a:hover,
.buttonstabs .bts a.active {
	background: rgba(64, 86, 100, 0.6);
	color: #fff;
}




@media only screen and (max-width: 768px) {
	.buttonstabs {
		margin-bottom: 60rem;
	}
	.buttonstabs .bts {
		margin: 0 -20rem;
		overflow-x: scroll;
		padding: 0 6rem 10rem;
	}

	.buttonstabs .bts a {
		width: auto;
		padding: 16rem 40rem;
    height: 57rem;
    margin-bottom: 0;
    margin: 0 9rem 0;
	}

}









/* ==============      articlesblock       ================*/

.articlesblock {
	margin-bottom: 90rem;
	overflow: hidden;
}

.articlesblock .header {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 60rem;
	text-transform: uppercase;
	text-align: center;
	color: #333;
	margin-bottom: 58rem;
}

.articlesblock .items {
	display: flex;
	margin: 0 -23rem;
	flex-wrap: wrap;
}

.articlesblock .items .item {
	margin: 0 23rem 46rem;
	width: calc(33.33% - 46rem);
	display: flex;
	justify-content: end;
	position: relative;
	border-radius: 20rem;
	overflow: hidden;
	height: 500rem;
	flex-direction: column;
}

.articlesblock .items .item:nth-child(3n+1) {
	border-radius: 0 20rem 20rem 0;
}

.articlesblock .items .item:nth-child(3n) {
	border-radius: 20rem 0 0 20rem;
}

.articlesblock .items .item.hide {
  opacity: 0;
  display: none;
}

.articlesblock .items .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.articlesblock .items .item:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	background: linear-gradient(180deg, rgba(48, 48, 48, 0.4) 0%, rgba(48, 48, 48, 0.4) 48.19%, rgba(48, 48, 48, 0.4) 100%), linear-gradient(90deg, rgba(48, 48, 48, 0.3) 0%, rgba(48, 48, 48, 0.3) 100%);
	z-index: 1;
}

.articlesblock .items .item .text {
	position: relative;
	padding: 0 50rem 56rem;
	z-index: 2;
}

.articlesblock .items .item .text .name {
	margin-top: 100%;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 28rem;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 16rem;
}

.articlesblock .items .item .text .link {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 18rem;
	line-height: 1.27778;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #fff;
	position: relative;
}

.articlesblock .items .item .text .link:after {
	content: "\2192";
	position: absolute;
	right: -30rem;
}

.articlesblock .items .item .text .link:hover {
	text-decoration: none;
}

.articlesblock .items_more {
	text-align: center;
	margin-top: 30rem;
}

.articlesblock .items_more .button3 {
	padding-left: 80rem;
	padding-right: 80rem;
}





@media only screen and (max-width: 768px) {
	.articlesblock {
		margin-bottom: 60rem;
		overflow: initial;
		padding: 0 20rem;
	}
	.articlesblock .header {
		font-size: 28px;
	}
	.articlesblock .items {
		margin: 0;
	}
	.articlesblock .items .item {
		margin: 0 0 30rem;
		width: 100%;
		height: 361rem;
		border-radius: 20rem !important;
	}
	.articlesblock .items .item .text {
		position: relative;
		padding: 0 30rem 45rem;
		z-index: 2;
	}
	.articlesblock .items .item .text .name {
		font-size: 24rem;
	}
}















/* ==============      ipopup       ================*/

.ipopup_wrap {
	display: flex !important;
  justify-content: center;
  align-items: center;
}

.ipopup_wrap #ipopup {
	max-width: 492rem;
}

.ipopup_wrap #ipopup .wrap {
	display: flex;
}

.ipopup_wrap #ipopup .iform {
	width: 100%;
/*	max-width: 492rem;*/
	padding: 54rem 52rem 54rem;
	background: #fff;
	box-sizing: border-box;
}

.ipopup_wrap #ipopup .iform .text1 {
	font-weight: 700;
	font-size: 44rem;
	color: #000;
	padding-bottom: 15rem;
	line-height: 1.1;
}

.ipopup_wrap #ipopup .iform .text2 {
	font-weight: 400;
	font-size: 22rem;
	letter-spacing: 0.05em;
	color: #333;
	padding-bottom: 15rem;
}

.ipopup_wrap #ipopup .iform .button2 {
	width: 100%;
	margin-bottom: 23rem;
}

.ipopup_wrap #ipopup .iform .policy {
	font-weight: 400;
	font-size: 14rem;
	color: #333;
}

.ipopup_wrap #ipopup .iform .input1 {
	width: 100%;
	margin-bottom: 23rem;
	color: #333;
	border: 1rem solid #424242;
}

.ipopup_wrap #ipopup .iform .select1 {
	width: 100%;
	margin-bottom: 23rem;
}

.ipopup_wrap #ipopup .iform .select1:before {
	content: "1";
}

.ipopup_wrap #ipopup .iform .textarea1 {
	width: 100%;
	margin-bottom: 23rem;
}

.ipopup_wrap  #ipopup .bt_close {
	color: #000;
}



.ipopup_wrap #ipopup .iside {
/*	width: 481rem;*/
	box-sizing: border-box;
	padding: 55rem 49rem;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.ipopup_wrap #ipopup .iside .manager {
	display: flex;
	align-items: center;
	margin-bottom: 24rem;
}

.ipopup_wrap #ipopup .iside .manager img {
	height: 99rem;
	border-radius: 50%;
	margin-right: 20rem;
}

.ipopup_wrap #ipopup .iside .manager p {
	font-weight: 500;
	font-size: 18rem;
	letter-spacing: 0.08em;
	color: #fff;
}

.ipopup_wrap #ipopup .iside .text1 {
	font-weight: 500;
	font-size: 32rem;
	letter-spacing: 0.04em;
	color: #fff;
	margin-bottom: 16rem;
}

.ipopup_wrap #ipopup .iside ul {
	list-style: none;
}

.ipopup_wrap #ipopup .iside ul li {
	list-style: none;
	margin-bottom: 15rem;
	position: relative;
	padding-left: 30rem;
	font-weight: 500;
	font-size: 20rem;
	color: #fff;
}

.ipopup_wrap #ipopup .iside ul li:before {
	content: "";
	width: 10rem;
	height: 10rem;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #1d92ff;
}

.ipopup_wrap #ipopup .final_message {
	background: #fff;
	text-align: center;
	padding: 50rem;
	font-size: 30rem;
	margin-right: 50rem;
}

.ipopup_wrap #ipopup .info {
	background: #fff;
  padding: 50rem;
  margin-right: 60rem;
  text-align: center;

  font-weight: 400;
  font-size: 28rem;
  letter-spacing: 0.05em;
  color: #333;
}

.ipopup_wrap #ipopup .info .title {
	font-weight: 700;
  font-size: 36rem;
  color: #000;
  padding-bottom: 49rem;
}




@media only screen and (max-width: 768px) {
	.ipopup_wrap #ipopup .iside {
		display: none;
	}
	.ipopup_wrap #ipopup .iform {
		padding: 20rem 25rem;
	}
	.ipopup_wrap #ipopup .iform .text1 {
		font-size: 46rem;
		padding-bottom: 30rem;
	}
	.ipopup_wrap #ipopup .iform .text2 {
		font-size: 22rem;
	}
	.ipopup_wrap #ipopup .info {
		padding: 20rem;
		font-size: 18rem;
		margin-right: 0;
	}
	.ipopup_wrap #ipopup .info .title {
	  font-size: 22rem;
	  padding-bottom: 20rem;
	}
	.ipopup_wrap #ipopup .bt_close {
		color: #000;
	}


}







/* ==============      portfolioblock       ================*/

.portfolioblock {
	margin-bottom: 90rem;
}

.portfolioblock .content {
	margin-bottom: 60rem;
}

.portfolioblock .pimages {
	display: flex;
	align-items: center;
  flex-wrap: wrap;
  gap: 30rem;
}

.portfolioblock .pimages a {
  width: calc(100% / 4 - 23rem);
  border-radius: 20rem;
  overflow:hidden;
  height: 180rem;
  position: relative;
}

.portfolioblock .pimages a:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: url(../img/projectsblock_mask.png) no-repeat center center;
  background-size: cover;
  transition: all 0.2s ease-in-out 0s;
}

.portfolioblock .pimages a:hover:after {
  opacity: 0;
}

.portfolioblock .pimages a:first-child {
  width: 100%;
  height: 750rem;
  margin-left: 0;
}

.portfolioblock .pimages a:nth-child(n+6) {
  display: none;
}

.portfolioblock .pimages a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.portfolioblock .videoframe {
	
}

.portfolioblock .videoframe .header {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 40rem;
	color: #333;
	margin-bottom: 37rem;
}

.portfolioblock .videoframe .wrap {
	position: relative;
	border-radius: 20rem;
	overflow: hidden;
	line-height: 0;
}

.portfolioblock .videoframe .wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.portfolioblock .videoframe .wrap .button_video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}

.portfolioblock .videoframe .wrap:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	content: "";
	background: rgba(0, 0, 0, 0.6);
}


@media only screen and (max-width: 768px) {
	.portfolioblock {
		margin-bottom: 60rem;
	}
	.portfolioblock .pimages {
	  gap: 15rem;
	}
	.portfolioblock .pimages a {
	  height: 66rem;
	  width: calc(100% / 4 - 12rem);
	}
	.portfolioblock .pimages a:first-child {
	  height: 210rem;
	}
}







/* ==============      articleblock       ================*/

.articleblock {
	margin-bottom: 90rem;
}

.articleblock .wrap {
	display: flex;
}

.articleblock .maincol {
	width: 1100rem;
	margin-right: 70rem;
	flex-shrink: 0;
}

.articleblock .apanel {
	border-radius: 20rem;
	background: #f0f2f7;
	padding: 45rem 50rem;
	box-sizing: border-box;
	display: flex;
	margin-bottom: 30rem;
}

.articleblock .autor {
	width: 270rem;
	margin-right: 50rem;
	box-sizing: border-box;
}

.articleblock .autor .img {
	width: 100rem;
	height: 100rem;
	border-radius: 50rem;
	background: #fff;
	margin-bottom: 30rem;	
	overflow: hidden;
	line-height: 0;
}

.articleblock .autor .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.articleblock .autor .name {
	font-weight: 700;
	font-size: 18rem;
	color: #000;
	margin-bottom: 5rem;
}

.articleblock .autor .desc {
	font-weight: 500;
	font-size: 14rem;
	color: #000;
}

.articleblock .rig {
	
}

.articleblock .rig .items {
	display: flex;
	align-items: center;
}

.articleblock .rig .items .item {
	display: flex;
	align-items: center;
	padding-right: 30rem;
	margin-right: 30rem;
	border-right: 1px solid #dadce6;
	margin-bottom: 25rem;
	line-height: 1.8;
}

.articleblock .rig .items .item img {
	height: 20rem;
	margin-right: 7rem;
}

.articleblock .rig .items .item span {
	font-weight: 500;
	font-size: 16rem;
}

.articleblock .rig .title {
	font-weight: 700;
	font-size: 18rem;
	margin-bottom: 15rem;
}

.articleblock .rig ol {
	margin: 0 0 5rem 20rem;
	font-weight: 500;
	font-size: 16rem;
	color: #333;
}

.articleblock .wpanel {
	margin-bottom: 30rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.articleblock .wpanel .views {
	display: flex;
	align-items: center;
}

.articleblock .wpanel .views .stars {
	margin-right: 7rem;
}

.articleblock .wpanel .views .stars img {
	margin-right: 1rem;
	height: 15rem;
}

.articleblock .wpanel .views img {
	height: 20rem;
}

.articleblock .wpanel .views span {
	font-weight: 500;
	font-size: 16rem;
	margin-left: 7rem;
}

.articleblock .wpanel .share {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.articleblock .wpanel .share img {
	height: 20rem;
}

.articleblock .wpanel .share span {
	font-weight: 500;
	font-size: 16rem;
	margin-left: 7rem;
}


.articleblock .rightcol {
	width: 100%;
}

.articleblock .rightcol .form {
	width: 100%;
	background: url(../img/articleblock_form_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 60rem 50rem 258rem;
	box-sizing: border-box;
	border-radius: 20rem;
}

.articleblock .rightcol .form .text1 {
	font-weight: 400;
	font-size: 18rem;
	text-align: center;
	color: #fff;
	margin-bottom: 12rem;
}

.articleblock .rightcol .form .text2 {
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 24rem;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin-bottom: 21rem;
}

.articleblock .rightcol .form .text3 {
	font-weight: 400;
	font-size: 14rem;
	color: #fff;
	margin-bottom: 12rem;
}

.articleblock .rightcol .form .line {
	width: 100%;
	margin-bottom: 12rem;
}

.articleblock .rightcol .form .line .input1 {
	width: 100%;
}

.articleblock .rightcol .form .line .select1 {
	width: 100%;
}

.articleblock .rightcol .form .line .button4 {
	width: 100%;
}

#cookie_note{
	z-index: 9999;
	display: none;
	position: fixed;
	bottom: 15px;
	left: 50%;
	max-width: 90%;
	transform: translateX(-50%);
	padding: 10px;
	background-color: white;
	border-radius: 4px;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p{
	margin: 0;
	font-size: 12px;
	text-align: left;
	color: black;
	padding-right: 5px;
}

.cookie_accept{
	width:30%;
	#  background: gold;
	# color: black;
}

.pagination{
	display: flex;
	justify-content: center;
	gap: 15px;
	list-style: none;
}
.pagination-item {
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: all 0.2s ease-in-out 0s;
	text-decoration: none;
	border: 2rem solid #405664;
	border-radius: 10rem;
	line-height: 1;
	padding: 5rem 20rem 5rem;
	background: transparent;
	height: 50rem;
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 18rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #405664;
	outline: 1px solid;
	outline-color: rgba(255, 255, 255, .5);
	outline-offset: 0;
	text-shadow: none;
	transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.pagination-item:hover{
	background: rgba(0, 0, 0, .3);
	background: rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
	outline-color: rgba(255, 255, 255, .05);
	outline-offset: 10rem;
	text-shadow: 1px 1px 2px #427388;
}
.pagination li.active .pagination-item{
	background-color: #6f94ac;
	color: #fff;
}
.ancestorsblock .bg{
	word-wrap: break-word;
}
.max-icon{
	width: 45rem;
	height: 45rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background-color: #0129f3;
	text-align: center;
}
.max-icon img{
	width: 22rem;
}
.modal-body.contactsblock{
	padding: 0;
	margin-bottom: 0;
	background: none;
	border: none;
}
.modal.fade .modal-dialog{
	margin-top: 140px;
}
.modal-content{
	background: none;
	border-radius: 20px !important;
}
.modal-backdrop.fade.show {
	opacity: .6;
}
.modal-body.contactsblock .form .formtitle {
	margin-bottom: 10rem;
}
.modal-body.contactsblock .form span {
	margin-bottom: 10rem;
}
.modal button.close{
	position: absolute;
	z-index: 10;
	background: none;
	font-size: 50px;
	right: 10px;
	top: 0px;
	line-height: 1;
}
.infoModal__text{
	font-size: 24px;
}
#infoModal .modal-footer button{
	font-size: 20px;
}
#infoModal{
	z-index: 999999999;
}
.modal-body.contactsblock .form {
	width: 100%;
	margin: 0 !important;
}
.footerblock .wrap1 .col .logo {
	margin: 0 25px;
}
.policy.policy-white,
.policy.policy-white a{
	text-align: center;
	font-weight: 400;
	font-size: 14rem;
	line-height: 1.35714;
	color: #FFF;
}
.solutionblock.services-three .blocks .item {
	width: calc(33% - 20rem);
	margin: 0 10rem 20rem;
}
.solutionblock.services-three .blocks .item:nth-child(2n),
.solutionblock.services-three .blocks .item:nth-child(5){
	border-radius: 20rem;
}
.solutionblock.services-three .blocks .item:nth-child(3n) {
	border-radius: 20rem 0 0 20rem;
}
.solutionblock.services-three .blocks .item:nth-child(4n) {
	border-radius: 0 20rem 20rem 0;
}
.solutionblock.services-three .blocks .item img {
	aspect-ratio: 1 / 0.65;
}
.solutionblock.services-three .blocks .item .name {
	top: 30rem;
}
.services__item_desc{
	position: absolute;
	bottom: 160rem;
	left: 100rem;
	max-width: 400rem;
	font-family: var(--second-family);
	font-size: 18rem;
	line-height: 1.5;
	color: #fff;
}
.corp__sertificate{
	padding: 0 40px;
	margin: 15px 0;
}
.corp__sertificate img{
	width: 100%;
}
.inline_form input[type="file"]{
	font-size: 18px;
}
#send_project input[type="text"]{
	height: 75rem;
}
#send_project input[type="email"]{
	height: 75rem;
}
#call__back input[type="text"],
#call__back input[type="email"]{
	height: 75rem;
}
#call__back.modal.fade .modal-dialog {
	margin-top: 170rem;
}
#send_project.modal.fade .modal-dialog {
	margin-top: 180px;
}
.index-hero__buttons{
	display: flex;
	gap: 30px;
}
.index-hero__buttons>*{
	height: 80rem;
}
.clients-one_slider .swiper-wrapper{
	align-items: center;
}
.ancestorsblock h2{
	margin: 15px 0;
	font-size: 30rem;
}
.ancestorsblock p{
	margin: 10px 0;
}
.services-images .slick-list{
	width: 100%;
}
.services-images .slick-track{
	width: 100%;
}
.ancestorsblock .cont ul{
	list-style: inside;
	padding-left: 20px;
}
button:disabled{
	pointer-events: none;
	opacity: .6;
}


@media (min-width: 576px){
	#cookie_note.show{
		display: flex;
	}

}



@media screen and (max-width: 768px){
	.promoblock .wrap1 .form .line .button2 {
		width: 100%;
	}
	.footerblock .wrap1 .col .logo img {
		width: 110rem;
	}
	.index-hero__buttons {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.index-hero__buttons>* {
		height: 60rem;
		font-size: 14rem;
	}
	.solutionblock.services-three .blocks .item {
		width: 100%;
		margin: 0 0 20rem;
	}
	.services__item_desc {
		bottom: 110rem;
		left: 30rem;
		max-width: 450rem;
		font-size: 15rem;
		line-height: 1.5;
	}
}

@media only screen and (max-width: 768px) {
	.articleblock {
		margin-bottom: 60rem;
	}
	.articleblock .wrap {
		flex-direction: column;
	}
	.articleblock .maincol {
		width: 100%;
		margin-right: 0;
	}
	.articleblock .apanel {
		padding: 45rem 30rem;
		flex-direction: column;
	}
	.articleblock .autor {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20rem;
		display: flex;
	}
	.articleblock .autor .img {
		margin-bottom: 0;
		margin-right: 30rem;
	}
	.articleblock .autor .desc {
		width: 100%;
	}

	.articleblock .rightcol .form {
		width: 100%;
		background: url(../img/articleblock_form_bg.jpg) no-repeat center center;
		background-size: cover;
		padding: 60rem 50rem 258rem;
		box-sizing: border-box;
		border-radius: 20rem;
	}

	.articleblock .rightcol .form .text1 {
		font-weight: 400;
		font-size: 18rem;
		text-align: center;
		color: #fff;
		margin-bottom: 12rem;
	}

	.articleblock .rightcol .form .text2 {
		font-family: var(--second-family);
		font-weight: 700;
		font-size: 24rem;
		text-transform: uppercase;
		text-align: center;
		color: #fff;
		margin-bottom: 21rem;
	}

	.articleblock .rightcol .form .text3 {
		font-weight: 400;
		font-size: 14rem;
		color: #fff;
		margin-bottom: 12rem;
	}

	.articleblock .rightcol .form .line {
		width: 100%;
		margin-bottom: 12rem;
	}

	.articleblock .rightcol .form .line .input1 {
		width: 100%;
	}

	.articleblock .rightcol .form .line .select1 {
		width: 100%;
	}

	.articleblock .rightcol .form .line .button4 {
		width: 100%;
	}

}


@media (max-width: 575px){
	#cookie_note.show{
		display: block;
		text-align: left;
		transform: translateX(0%);
		left: 0%;
	}
	#cookie_note{
		left: 0%;
		max-width: 100%;
	}
	.cookie_accept{
		width:100%;
		min-height: 40px;
		#  background: gold;
		# color: black;
	}
}







