:root {   
   --color-text-o:    #F7CC32;
   --color-text-t:    #273C5B;
   --color-text-h:    #868686;
   --color-bg: #EBF3F9;

   /*var(--color-text-o)*/
   /*var(--color-text-t)*/
   /*var(--color-text-h)*/
   /*var(--color-bg)*/

}

html {
	max-width: 1920px;
	margin: 0 auto;
}

body {
	font-family: 'TT Norms';
	font-size: 14px;	
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	color: var(--color-text-t);
}

.container {
	max-width: 1202px;
	width: 100%;
	margin: 0 auto;	
	padding: 0 15px;
	position: relative;	
/*	border-right: 1px solid black;
	border-left: 1px solid black;*/
}

.overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: black;
	opacity: 0.9;
	z-index: 49;
	cursor: pointer;
}

/*Общие стили*/
	* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		outline: none;
		font-variant-ligatures: none;
	}

	p,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 0;
	}

	a {
		text-decoration: none;		
	}

	a:visited {
	    color: var(--color-text-t);
	}

	ul {
		margin-left: 0;
		margin: 0;
		padding-left: 0;
		list-style: none;
	}

	button {
		padding: 0;
	}

	button,
	input {
		font-family: 'TT Norms' !important;
	}

	input {
		color: #000 !important;
	}

	input::-webkit-input-placeholder,
	input::-moz-placeholder,
	input::-ms-input-placeholder,	
	input::placeholder {
		color: #EBF3F9 !important;
	}	

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

/*Шапка*/
	.header__top-wrap {
		background-color: #F6F6F6;
		padding: 14px 0;
	}

	.header__top-flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.header__top-wrap-left {
		width: 583px;
	}

	
	.header__center-wrap-left-logo{
		overflow: hidden !important;
	}
	.header__center-wrap-left-logo video{
		transform: scale(1.0);
	}

	@media (max-width: 1023px){
		
		.header__center-wrap-left-logo video{
			width: 130px !important;
		}
	}


	.header__top-wrap-left ul {
		display: flex;
		justify-content: space-between;
	}

	.header__top-wrap-left ul li a {
		font-size: 15px;
		line-height: 17.7px;
		font-weight: 500;
		color: var(--color-text-h);
	}

	.header__top-wrap-prom {
		color: red;
		font-size: 15px;
		font-weight: 700;
	}

	.header__top-wrap-prom.mb {
		display: none;
		color: red;
		font-size: 15px;
		font-weight: 700;
		text-align: center;
		margin: 8px;
	}

	.header__top-wrap-right {
		position: relative;
		padding-left: 18px;
		align-items: center;
	}

	.header__top-wrap-right:before {
		content: '';
		width: 13px;
		height: 15px;
		background-image: url(../img/location.png);
		position: absolute;
		left: 0;
		top: 2px;
	}

	.header__top-wrap-right p {
		color: var(--color-text-t);
	}

	.header__top-wrap-right p:last-child {
		margin-left: 5px;
	}

	.header__center-wrap {
		padding-top: 12px;
		position: relative;
		align-items: center;
	}

	.header__center-wrap-left {
		width: 435px;
		align-items: center;
	}


	.header__center-wrap-left-w p {
		font-size: 16px;
		font-weight: 400;
		color: var(--color-text-t);
		width: 252px;
	}

	.header__center-wrap-left-w p:last-child {
		margin-top: 5px;
	}

	.header__center-wrap-left-w p:last-child img {
		width: 22px;
		height: auto;
		margin-left: 5px;
	}

	.header__center-wrap-right {
		width: 440px;
		align-items: center;
	}

	.header__center-wrap-right-l {
		text-align: right
	}

	.header__center-wrap-mob,
	.header__center-wrap-mob-bot {
		display: none;
	}

	.header__center-wrap-right-l-img {
		display: flex;
		gap: 10px;
		justify-content: flex-end;
		align-items: center;
	}

	.header__center-wrap-right-l-img img {
		width: 42px;
		height: 42px;
		margin-right: 8px;
	}

	.header__center-wrap-right-l p {
		font-size: 15px;
		font-weight: 400;
		color: var(--color-text-t);
		position: relative;
		padding-left: 5px;
	}
	
	@keyframes fadeInOut {
	  0% {
	    opacity: 0;
	    transform: scale(0);
	  }
	  25% {
	  	opacity: 0.2;
	  	transform: scale(0.2);
	  }
	  50% {
	    opacity: 0.5;
	    transform: scale(0.5);
	  }
	  75% {
	  	opacity: 0.8;
	  	transform: scale(0.8);
	  }
	  100% {
	    opacity: 1;
	    transform: scale(1);
	  }
	}

	.header__center-wrap-right-l p:before- {
		content: '';
		width: 9px;
		height: 9px;
		position: absolute;
		top: 6px;
		right: 128px;
		border-radius: 50%;
		background-color: #6DC438;
		animation: fadeInOut 0.6s infinite alternate-reverse;
		animation-timing-function: ease-in-out;
	}

	.header__p-night:before {
		content: '';
		width: 9px;
		height: 9px;
		position: absolute;
		top: 7px !important;
		right: 173px !important;
		border-radius: 50%;
		background-color: #B40024 !important;
		animation: none !important;
	}

	.header-number {
		font-size: 22px;
		font-weight: 700;
		color: var(--color-text-t);
	}

	.header-number:hover,
	.header-email:hover {
		color: var(--color-text-o);
	}

	.header-email {
		font-size: 17px;
		color: #00489D;
	}

	.header__center-wrap-right-r button {
		width: 181px;
		height: 54px;
		background-color: var(--color-text-o);
		color: var(--color-text-t);
		border: 1px solid #F7CC32 !important;
		border-radius: 50px;
		font-size: 15px;
		font-weight: 700;
		cursor: pointer;
		transition: ease-out 0.1s;
	}

	.header__center-wrap-right-burger {
		display: none;
	}

	.header__center-wrap-menu {
		display: none;
		position: absolute;
		top: 107px;
		right: -15px;
	}

	.header__bottom-wrap {
		border-top: 1px solid #E1E1E1;
		padding: 11px 0;
	}

	.site-branding_fixed .header__bottom-wrap {
		border-top: none;
	}

	.header__bottom-wrap ul {
		display: flex;
		justify-content: space-evenly;
	}

	.header__bottom-wrap ul li {
		padding: 11px;
	}

	.header__bottom-wrap ul li a {
		font-size: 18px;
		font-weight: 500;
		color: var(--color-text-t);
		padding: 11px 15px;
		border-radius: 50px;
		border: 2px solid transparent;
	}

	.header__bottom-wrap .current-menu-item {
		background-color: var(--color-text-o);
		border: none;
		border-radius: 90px;
	}

	.header__bottom-wrap .current-menu-item a:hover {
		border: 2px solid transparent;
	}

	.header__bottom-wrap ul li a:hover {
		border: 2px solid var(--color-text-t);
	}

	.header__center-wrap-menu .header__center-wrap-left-w {
		display: none;
	}

	.header__wa-mob,
	.header__p-day-mob {
		display: none;
	}

	.site-branding_fixed {
		display: none;
		position: fixed;
	   width: 100%;
	   top: 0;
	   left: 0;
	   z-index: 100;
	}

	.site-branding_fixed.fix {
		display: block;
	}

	.site-branding.fix {
		display: none;
	}

	.site-branding_fixed .header__top-wrap {
		padding: 7px 0;
	}

	.header__top-wrap-wacontemail {
		display: flex;
		justify-content: start;
		gap: 30px;
		align-items: center;
	}

	.header__top-wrap-wacont {
		display: flex;
		justify-content: start;
		gap: 15px;
		align-items: center;
	}

	.header__top-wrap-cont {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}

	.site-branding_fixed .header__p-day,
	.site-branding_fixed .header__p-night {
		font-size: 13px;
		line-height: 22px;
		font-weight: 400;
		color: var(--color-text-t);
		position: relative;
		padding-left: 14px;
	}

	.site-branding_fixed .header__p-day:before {
		content: '';
		width: 9px;
		height: 9px;
		position: absolute;
		top: 6px;
		left: 0;
		border-radius: 50%;
		background-color: #6DC438;
		animation: fadeInOut 0.6s infinite alternate-reverse;
		animation-timing-function: ease-in-out;
	}

	.site-branding_fixed .header__p-night:before {
		content: '';
		width: 9px;
		height: 9px;
		position: absolute;
		top: 7px !important;
		left: 0;
		border-radius: 50%;
		background-color: #B40024 !important;
		animation: none !important;
	}

	.site-branding_fixed .header__top-wrap-wa {
		width: 30px;
		height: 30px;
	}

	.site-branding_fixed .header-number {
		font-size: 17px;
		line-height: 22px;
		font-weight: 700;
		color: var(--color-text-t);
	}

	.header__bot {
		background-color: #fff;
	}

	.header__bot-flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.header__bot-logomenu {
		display: flex;
		justify-content: start;
		align-items: center;
		gap: 20px;
	}

	.site-branding_fixed .header__bot-logo {
		width: 115px;
		height: 70px;
	}

	.site-branding_fixed .header__bottom-wrap ul li {
		padding: 11px 5px;
	}

	.menu-fiksirovannoe-menyu-container > ul > .menu-item-has-children {
		position: relative;
		padding-left: 25px !important;
	}

	.menu-fiksirovannoe-menyu-container > ul > .menu-item-has-children {
		border: 2px solid transparent;
	}

	.menu-fiksirovannoe-menyu-container > ul > .menu-item-has-children.show {
		background-color: var(--color-text-o);
		border-radius: 90px;
	}

	.menu-fiksirovannoe-menyu-container > ul > .menu-item-has-children a {
		border: unset !important;
	}

	.menu-fiksirovannoe-menyu-container > ul > .menu-item-has-children a:focus {
		outline: none !important;
	}

	.menu-fiksirovannoe-menyu-container > ul > .menu-item-has-children:before {
		content: '';
		position: absolute;
		top: 16px;
		left: 17px;
		width: 18px;
		height: 18px;
		background-image: url(../img/dots-menu.svg);
	}

	.menu-fiksirovannoe-menyu-container > ul > .menu-item-has-children > ul.show {
		display: block;
	}

	.header__bottom-wrap ul ul {
		display: none;
		margin-top: 11px;
		margin-left: -25px;
		border-radius: 20px;
		position: absolute;
		background-color: #fff;
		z-index: 100;
		overflow: hidden;
	}

	.header__bottom-wrap ul ul li:hover,
	.header__bottom-wrap ul ul li.current-menu-item {
		background-color: var(--color-text-o);
		border-radius: unset;
	}


/*Шапка конец*/

/*1 экран */
	.main-page__section1-wrap-card {
		padding-top: 115px;
		padding-bottom: 174px;
		height: 691px !important;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
		/* Старое значение height: 356px */
	.main-page__section1-wrap-card-plate {
		width: 578px;
		height: auto;
		background-color: rgba(0, 72, 157, 0.8);
		border-radius: 10px;
		padding: 45px 56px 51px 56px;
	}

	.main-page__section1-wrap-card:first-child .main-page__section1-wrap-card-plate {
		height: auto;
	}

	.main-page__section1-wrap-card-plate h1 {
		font-size: 46px;
		font-weight: 700;
		line-height: 1.2;
		color: #fff;
	}

	.main-page__section1-wrap-card-plate h2 {
		font-size: 46px;
		font-weight: 700;
		line-height: 1.2;
		color: #fff;
	}

	.main-page__section1-wrap-card-plate p {
		font-size: 24px;
		line-height: 1.5;
		color: #fff;
		margin-top: 17px;
	}

	.main-page__section1-wrap-card-plate a {
		display: block;
		width: 243px;
		height: 67px;
		background-color: var(--color-text-o);
		color: var(--color-text-t) !important;
		font-size: 15px;
		font-weight: 700;
		padding-top: 22px;
		text-align: center;
		border-radius: 90px;
		border: none;
		margin-top: 40px;
	}

	.main-page__section1-wrap-card-plate a:focus {
		outline: none;
	}

	.main-page__section1-wrap-card-plate_h1-small {
		font-size: 35px !important;
	}

	.main-page__section1-wrap-card-plate_btn-2 {
		width: 282px !important;
	}

	.main-page__section1-wrap .slick-dots {
		bottom: 30px;
		left: -531px;
	}

	.main-page__section1-wrap .slick-dots li button:before {
		font-size: 40px;
		color: #fff;
	}

	.main-page__section1-wrap .slick-dots li.slick-active button:before {
		color: #fff;
		opacity: 1 !important;
	}

	.main-page__section1-wrap-mob {
		display: none !important;
		margin-bottom: 0 !important;
	}

	.main-page__links-section-mob {
		display: none;
	}
/*1 экран  конец*/

/*2 экран*/
	.main-page__section2 {
		padding-top: 110px;
		padding-bottom: 60px;
	}

	.main-page__h2 {
		font-size: 46px;
		font-weight: 700;
		color: var(--color-text-t);
		text-align: center;
		line-height: 1.2;
	}

	.main-page__section2-wrap {
		flex-wrap: wrap;
		    margin-top: 70px;
			align-items: flex-start;
	}

	.main-page__section2-wrap-card {
		width: 340px;
		margin-bottom: 70px;
	}

	.main-page__section2-wrap-img {
		width: 316px;
		margin: 0 auto;
	}

	.main-page__section2-wrap-card p {
		font-size: 20px;
		line-height: 32px;
		text-align: center;
		margin-top: 10px;
	}

	.main-page__section2-wrap-card span {
		font-weight: 700;
	}
/*2 экран  конец*/

/*3 экран */
	.main-page__section3 {
		padding-top: 108px;
		padding-bottom: 90px;
		background-color: #EBF3F9;
	}

	.main-page__section3-wrap {
		align-items: center;
	}

	.main-page__section3__h2 {
		width: 500px;
		text-align: left;
	}

	.main-page__section3-wrap p {
		font-size: 18px;
		width: 450px;
		margin-top: 20px;
	}

	.main-page__section3-wrap-right {
		/*position: relative;*/
	}

	.main-page__section3-wrap-right-notebook-wr {
		position: relative;
		width: 672px;
		height: 400px;
		background-image: url(../img/notebook.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}

	.video-wrapper,
	.main-page__section3-wrap-right-youtube {
		width: 510px;
		position: absolute;
		top: 42px;
		left: 81px;
	}

	.video-wr,
	.main-page__section3-wrap-right-youtube-iframe {
		display: none;	
		position: relative;
	   padding-bottom: 61.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
	   height: 0;
	   overflow: hidden;
	}

	.video,
	.main-page__section3-wrap-right-youtube-iframe iframe {
		display: none;
		position: absolute;
	   top: 0;
	   left: 0;
	   width: 100%;
	   height: 100%;
	   border-width: 0;
	   outline-width: 0;
	}

	video {
	   width: 100%; 
	   height: 100%; 
	   object-fit: cover; 
	}

	#player {
		width: 100vw !important;
		height: 100vh !important;
	}

	.main-page__section3-wrap-right-notebook-img {
		cursor: pointer;
	}

	.main-page__section3-wrap-right-notebook {
		position: relative;
		max-width: 670px;
		min-width: 670px;
		cursor: pointer;
	}

	/*3 экран  конец*/
	.form-stock {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		padding-top: 131px;
		padding-bottom: 131px;
	}

	.form-stock h2 {
		color: #fff;
	}

	.form-stock__desc {
		font-size: 20px;
		margin-top: 20px;
		color: #fff;
		text-align: center;
	}

	.form-stock__form {
		width: 91.4%;
		margin: 0 auto;
		margin-top: 40px;
	}

	.form-stock__form-wrap input {
		width: 335px;
		height: 67px;
		border: none;
		border-radius: 50px;
		color: #B8BCBE;
		padding-left: 30px;
		font-size: 15px;
		margin-right: 20px;
	}

	.form-stock__submit {
		margin-right: 0 !important;
		border: 1px solid #F7CC32 !important;
		background-color: var(--color-text-o) !important;
		color: var(--color-text-t) !important;
		cursor: pointer;
		font-weight: 700;
		padding-left: 0 !important;
		padding-right: 0 !important;
		transition: ease-out 0.1s;
	}

	.form-stock__pp {
		margin-top: 10px;
		color: #fff;
		font-size: 14px;
		text-align: center;
	}

	.wpcf7-spinner {
		display: none;
	}

	.form-stock__form .wpcf7-response-output {
		display: none;
	}

	.form-stock__form  .wpcf7-form-control-wrap {
		position: relative;
	}

	.form-stock__pp a {
		text-decoration: underline;
		color: #fff;
	}
	/*6 экран */
	.main-page__section6 {
		padding-top: 110px;
		padding-bottom: 90px;
	}

	.main-page__section6-desc {
		padding: 15px 25px;
		background-color: var(--color-text-o);
		font-size: 24px;
		font-weight: 700;
		width: 90.7%;
		margin: 0 auto;
		margin-top: 40px;
		text-align: center;
		line-height: 28px;
		border-radius: 10px;
	}

	.main-page__section6-wrap {
		margin: 50px 0;
	}

	.main-page__section6-wrap-card {
		box-shadow: 0px 4px 13px rgba(30, 35, 66, 0.11);
		        margin-bottom: 30px;
		        padding-top: 25px;
		        padding-bottom: 13px;
	}

	.main-page__section6-wrap-card-img {
		width: 80.4%;
		margin: 0 auto;
	}

	.main-page__section6-desc-fl {
		gap: 30px;		
	}

	.main-page__section6-desc-2 {		
		font-size: 17px;
		font-weight: 400;
		line-height: 1.6;
	}

	.main-page__section6-desc-3-4 {
		padding: 37px 24px;
		background-color: var(--color-text-o);
		font-size: 24px;
		font-weight: 700;
		max-width: 454px;
		min-width: 454px;
		height: 217px;		
		text-align: center;
		line-height: 28px;
		border-radius: 10px;
	}

	.main-page__section6-desc-4 {
		margin-top: 30px;
	}

	.main-page__advantages {
		padding-top: 50px;
		padding-bottom: 50px;	
	}

	.main-page__advantages-fl {
		margin-top: 61px;
		gap: 30px;
	}

	.main-page__adv-fl-bl {
		width: 49%;
		gap: 30px;
	}

	.main-page__adv {
		position: relative;
		width: 47%;
		font-size: 17px;
		font-weight: 400;
		line-height: 1.6;
		text-align: center;
	}

	.main-page__adv span {
		font-weight: 700;
	}

	.main-page__adv:before {
		position: absolute;
		top: -61px;
		left: calc( 50% - 24.5px );
		content: '';
		background-image: url(../img/checked.png);
		background-position: center;
		background-repeat: no-repeat;
		width: 45px;
		height: 45px;
		background-color: var(--color-text-o);
		border-radius: 50%;

	}
/*6 экран  конец*/

/*Общественные места 1 экран начало */
	.public-places__section1 {
		padding-top: 20px;
		padding-bottom: 140px;
		background-image: url(../img/public-places-bg.jpg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	.public-places__section1 a span,
	.public-places__section1 a:visited,
	.public-places__section1 .breadcrumbs__separator,
	.public-places__section1 .breadcrumbs__current {
		color: #fff !important;
	}

	.public-places__section1-h1 {
		margin-top: 100px;
		font-size: 40px;
		line-height: 47px;
		font-weight: 700;
		width: 800px;
		color: #fff;
	}

	.public-places__section1-wrap {
		margin-top: 30px;
	}

	.public-places__section1-wrap-card {
		position: relative;
		font-size: 20px;
		line-height: 23px;
		margin-bottom: 25px;
		color: #fff;
		padding-left: 30px;
	}

	.public-places__section1-wrap-card:before {
		content: '';
		width: 18px;
		height: 18px;
		position: absolute;
		top: 3px;
		left: 0;
		background-image: url(../img/public-places-dot.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.public-places__section1-wrap-card:last-child {
		margin-bottom: 0;
	}

	.public-places__section1-wrap-card span {
		font-weight: 700;
	}
	/*Общественные места 1 экран конец*/

	/*Общественные места 2 экран начало */
	.public-places__section2 {
		padding-top: 110px;
		padding-bottom: 115px;
	}

	.public-places__section2-wrap {
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 45px;
	}

	.public-places__section2-wrap-card {
		width: 360px;
		margin: 0px 20px 35px 0;
		border-radius: 10px;
		padding: 5px 5px 0 5px;
		box-shadow: 0px 4px 13px rgba(30, 35, 66, 0.11);
	}

	.public-places__section2-wrap-img img {
		border-radius: 10px;
	}

	.public-places__section2-wrap-card-p {
		display: flex;
		align-items: center;
		height: 85px;
		justify-content: center;
	}

	.public-places__section2-wrap-card p {
		font-size: 20px;
		font-weight: 700;
		text-align: center;
		line-height: 23px;
	}
/*Общественные места 2 экран  конец*/

/*Общественные места 5 экран  начало*/
	.public-places__section5 {
		background-color: var(--color-bg);
		padding-top: 100px;
		padding-bottom: 130px;
	}

	.public-places__section5-wrap {
		flex-wrap: wrap;
		margin-top: 60px;
	}

	.public-places__section5-wrap-card {
		width: 263px;
	}

	.public-places__section5-wrap-img {
		width: 263px;
		height: 376px;
		box-shadow: 0px 4px 13px rgba(30, 35, 66, 0.11);
		border-radius: 10px;
		cursor: pointer;
	}

	.public-places__section5-wrap-img img {
		width: 100%;
		height: 100%;
	}

	.public-places__section5-wrap-card p {
		font-size: 20px;
		line-height: 23px;
		font-weight: 700;
		margin-top: 25px;
		text-align: center;
	}
/*Общественные места 5 экран  конец*/

/*Общественные места 6 экран  начало*/
	.public-places__section6,
	.quality_rainbow-net {
		padding-top: 110px;
		padding-bottom: 110px;
	}

	.public-places__section6-img {
		margin-top: 50px;
	}

	.public-places__section6-mobile {
		display: none;
	}

	.public-places__section6-img-mob {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.public-places__section6-mobile p {
		font-size: 18px;
		font-weight: 500;
		padding-left: 30px;
		margin-bottom: 10px;
	}

	.quality_rainbow__wr {
		width: 1200px;
		margin: 0 auto;
		margin-top: 20px;
		border: 15px solid #EBF3F9;
		padding: 48px;
		position: relative;
	}

	.quality_rainbow__wr-txt {
		width: 58%;
		font-size: 17px;
		line-height: 1.6;
	}

	.quality_rainbow__desc-1 {
		font-weight: 400;
	}

	.quality_rainbow__desc-2 {
		margin-top: 15px;
		font-weight: 700;
	}

	.quality_rainbow__wr img {
		position: absolute;
		bottom: 0;
		right: 4%;		
	}
/*Общественные места 6 экран  конец*/

/*Общественные места 7 экран  начало*/
	.public-places__section7 {
		padding-top: 100px;
		padding-bottom: 115px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.public-places__section7-wrap {
		margin-top: 65px;
		flex-wrap: wrap;
	}

	.public-places__section7-wrap-card {
		width: 360px;
		margin-bottom: 40px;
	}

	.public-places__section7-wrap-card-wave {
		width: 155px;
		height: 155px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		border-radius: 50%;
		border: 2px solid #fff;
	}

	.public-places__section7-wrap-card-wave2 {
		width: 125px;
		height: 125px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		border-radius: 50%;
		border: 2px solid #fff;
	}

	.public-places__section7-wrap-card-circle {
		width: 87px;
		height: 87px;
		margin: 0 auto;
		background-color: #F25959;
		border-radius: 50%;
	}

	.public-places__section7-wrap-card-circle p {
		font-size: 26px;
		color: #fff;
		font-weight: 700;
		text-align: center;
		margin-top: 10px;
	}

	.public-places__section7-wrap-card-bot {
		background-color: #fff;
		border-radius: 15px;
		width: 360px;
		height: 174px;
		margin-top: -76px;
		position: relative;
		z-index: 25;
		padding: 20px;
	}

	.public-places__section7-wrap-card-bot p {
		font-size: 15px;
		line-height: 22px;
		text-align: center;
		margin-bottom: 10px;
	}

	.public-places__section7-wrap-card-bot p:last-child {
		margin-bottom: 0;
	}

	.public-places__section7-wrap-card-bot p span {
		font-weight: 700;
		font-size: 18px;
		line-height: 23px;
	}

	.public-places__section7-wrap-btn {
		width: 360px;
		display: flex;
		align-items: center;
	}

	.public-places__section7-wrap-btn button {
		width: 279px;
		height: 67px;
		background-color: #F15959;
		color: #fff;
		font-size: 15px;
		font-weight: 700;
		border: none;
		border-radius: 50px;
		cursor: pointer;
		margin: 0 auto;
		margin-top: 39px;
	}
/*Общественные места 7 экран  конец*/

/*Общественные места 8 экран  начало*/
	.public-places__section8 {
		padding-top: 115px;
		padding-bottom: 115px;
	}

	.public-places__section8 h2 {
		text-align: left;
	}

	.public-places__section8-wrap {
		flex-wrap: wrap;
	}

	.public-places__section8-wrap-left {
		width: 47.3%;
	}

	.public-places__section8-wrap-left-text {
		margin-top: 20px;
	}

	.public-places__section8-wrap-left-text p {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.public-places__section8-wrap-right {
		margin-top: 20px;
	}

	.public-places__section8-wrap-right img {
		border-radius: 15px;
	}
/*Общественные места 8 экран  конец*/

/* Лайт бокс */
	.lightbox {
	    display: flex;
	    background-color: rgba(0,0,0,0.7);
	    display: none;
	    position: fixed;
	    top: 0;
	    right: 0;
	    width: 100%;
	    height: 100%;
	    z-index: 1001;
	    align-items: center;
	    justify-content: center;
	}

	.lightbox-flex {
	    display: flex !important;
	}

	.lightbox .item {
	    position: relative;
	    max-width: 66%;
	}

	.lightbox .item img {
	    min-width: 250px;
	    max-height: 80vh;
	    display: block;
	    cursor: pointer;
	    background-color: #fff;
	    max-width: 100%;
	}

	.lightbox .btn-close {
	    border-radius: 100%;
	    background-color: #fff;
	    width: 25px;
	    height: 25px;
	    position: absolute;
	    right: -9px;
	    top: -9px;
	    cursor: pointer;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}

	.lightbox .btn-close span {
	    position: absolute;
	    display: block;
	    width: 3px;
	    height: 15px;
	    background-color: #F25959;
	}

	.lightbox .btn-close span:nth-child(1) {
	    transform: rotate(45deg);
	}

	.lightbox .btn-close span:nth-child(2) {
	    transform: rotate(-45deg);
	}

	.lightbox .btn-forward {
		right: -28px;
	}

	.lightbox .btn-back {
		left: -28px;
	}

	.lightbox .btn-forward:before {
		content: '';
		width: 12px;
		height: 18px;
		background-image: url(../img/project-arrow-r.png);
		position: absolute;
		top: 20px;
		left: 24px;
	}

	.lightbox .btn-forward:hover:before {
		background-image: url(../img/project-arrow-rh.png);
	}

	.lightbox .btn-back:before {
		content: '';
		width: 12px;
		height: 18px;
		background-image: url(../img/project-arrow-l.png);
		position: absolute;
		top: 20px;
		left: 21px;
	}

	.lightbox .btn-back:hover:before {
		background-image: url(../img/project-arrow-lh.png);
	}

	@media (max-width: 1366px) {
	    .lightbox .item {
	        max-width: 65%;
	        margin: 0px 27px;
	    }
	}

	@media (max-width: 992px) {
	    .lightbox .item {
	        max-width: 80%;
	    }
	}

	@media (max-width: 600px) {
	    .lightbox .item {
	        max-width: 90%;
	    }
	}

	.lightbox .item .caption {
	    text-align: center;
	    background-color: #fff;
	    padding: 10px;
	}

	.lightbox .btn-forward,
	.lightbox .btn-back {
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    padding: 0;
	    font-size: 0;
	    z-index: 3;
	    border-radius: 50%;
	    width: 57px;
	    background-color: #fff;
	    background-repeat: no-repeat !important;
	    height: 57px;
	    cursor: pointer;
	}

	.lightbox .btn-forward:hover,
	.lightbox .btn-back:hover {
		background-color: #F25959;
	}

/*Мы участвовали в проектах*/
	.our-participation {
		padding-top: 100px;
		padding-bottom: 125px;
	}

	.our-participation__desc {
		font-size: 20px;
		line-height: 23px;
		text-align: center;
		margin-top: 20px;
	}

	.our-participation__wrap {
		flex-wrap: wrap;
		    margin-top: 45px;
		    justify-content: center;
	}

	.our-participation__wrap-card {
		width: 208px;
		box-shadow: 0px 4px 13px rgba(30, 35, 66, 0.11);
		border-radius: 10px;
		margin: 0px 13px 13px 0px;
		height: 124px;
	}

	.our-participation__wrap-card img {
		border-radius: 10px;
	}
/*Мы участвовали в проектах  конец*/

/*10 экран*/
	.main-page__section10 {
		background-color: var(--color-bg);
		padding-top: 110px;
		padding-bottom: 80px;
	}

	.main-page__section10-desc {
		font-size: 20px;
		text-align: center;
		line-height: 23px;
		margin-top: 12px;
	}

	.main-page__section10-headquarters {
		margin: 0 auto;
		margin-top: 75px;
		max-width: 1140px;
		height: 100%;
	}

	.main-page__section10-headquarters img {
		border-radius: 10px;
	}

	.main-page__section10-membership {
		width: 88.7%;
		margin: 0 auto;
		margin-top: 15px;
	}
/*10 экран  конец*/

/*Форма визуализация */
	.form-visualization {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		padding-top: 131px;
		padding-bottom: 131px;
	}

	.form-visualization h2 {
		color: #fff;
	}
/*11 экран  конец*/

/*Футер */
	.footer__top {
		padding-top: 45px;
		border-top: 1px solid #E1E1E1;
		align-items: flex-start;
	}

	.footer__top-left {
		width: 550px;
		align-items: center;
	}

	.footer__top-left-logo-desc {
		display: none;
	}


	.footer__top-left-desc {
		margin-top: 30px;
	}

	.footer__top-left-desc p {
		font-size: 16px;
	}

	.footer__top-left-desc p:last-child {
		margin-top: 5px;
	}

	.footer__top-left-contacts {
		margin-top: 27px;
		width: 250px;
	}

	.footer__top-left-contacts p {
		font-size: 16px;
	}

	.footer__top-left-contacts p:first-child {
		margin-bottom: 5px;
	}

	.footer__top-left-contacts span {
		font-weight: 700;
	}

	.footer__top-left-l-r-mob {
		display: none;
	}

	.footer__top-right-wrap-callback-mob {
		display: none;
	}

	.footer__top-left-l-r ul li {
		margin-bottom: 6px;
	}

	.footer__top-left-l-r ul li a {
		font-size: 15px;
		font-weight: 500;
		color: var(--color-text-t);
		-webkit-text-decoration: underline var(--color-text-t);
		        text-decoration: underline var(--color-text-t);
	}

	.footer__top-right-wrap {
		text-align: right;
		margin-bottom: 13px;
	}

	.footer__top-right-wrap-mail {
		margin-top: 35px;
	}

	.footer__top-right-wrap .header-email {
		font-size: 18px;
		font-weight: 700;
		color: var(--color-text-t);
	}

	.footer__top-right-wrap p {
		font-size: 14px;
		font-weight: 400;
		color: var(--color-text-t);
		position: relative;
		padding-left: 5px;
	}


	.footer__top-right-wrap p:before {
		content: '';
		width: 9px;
		height: 9px;
		position: absolute;
		top: 5px;
		right: 120px;
		border-radius: 50%;
		background-color: #6DC438;
		animation: fadeInOut 0.6s infinite alternate-reverse;
  		animation-timing-function: ease-in-out;
	}

	.footer__p-night:before {
		content: '';
		width: 9px;
		height: 9px;
		position: absolute;
		top: 6px !important;
		right: 159px !important;
		border-radius: 50%;
		background-color: #B40024 !important;
		animation: none !important;
	}

	.footer__top-right-wrap button {
		width: 217px;
		height: 54px;
		background-color: var(--color-text-o);
		color: var(--color-text-t);
		border: 1px solid #F7CC32 !important;
		border-radius: 50px;
		font-size: 15px;
		font-weight: 700;
		cursor: pointer;
		transition: ease-out 0.1s;
	}

	.footer__bottom {
		align-items: end;
	}

	.footer__bottom-left {
		width: 600px;
		max-width: 900px;
		margin-top: 30px;
		align-items: center;
	}

	.footer__bottom-left p {
		font-size: 13px;
	}

	.footer__bottom-left-r {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.footer__bottom-left-r a {
		font-size: 13px;
		-webkit-text-decoration: underline var(--color-text-t);
		        text-decoration: underline var(--color-text-t);
		color: var(--color-text-t);
	}

	.footer__bottom-left-r a:first-child {
		margin-right: 30px;
	}

	.footer__bottom-right {
		text-align: right;
		margin-top: 5px;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.footer__bottom-right p {
		font-size: 13px;
	}

	.footer__bottom-right a {
		font-size: 13px;
		-webkit-text-decoration: underline var(--color-text-t);
		        text-decoration: underline var(--color-text-t);
		color: var(--color-text-t);
	}

	.footer__top-left-l-r-mob .footer__top-right-wrap-networks {
		display: none;
	}

	.footer__top-right-wrap-networks {
		margin-top: 20px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		gap: 20px;
		margin-bottom: 0;
	}

	.footer__top-right-wrap-networks a {
		display: block;
		width: 30px;
		height: 30px;
	}
/*Футер  конец*/

/*Реализованные проекты начало */
	.project__top-name {
		padding-top: 20px;
		padding-bottom: 64px;
		background-image: url(../img/projects-top.jpg);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}


	.project__top-name h1 {
		font-size: 46px;
		text-align: left;
		color: #fff;
		font-weight: 700;
		margin-top: 45px;
	}

	.project__breadcrumbs {
		text-align: left;
	}

	.project__breadcrumbs .breadcrumbs__separator {
		margin-right: 3px;
		margin-left: 3px;
	}


	.project__breadcrumbs a,
	.project__breadcrumbs .breadcrumbs__current,
	.project__breadcrumbs .breadcrumbs__separator {
		color: #fff;
	}

	.project__main {
		flex-wrap: wrap;
		margin-top: 60px;
	}

	.project__main-nav {
		width: 562px;
		margin-top: 60px;
		position: relative;
		display: flex;
		justify-content: space-between;
	}

	.project__main-nav:before {
		content: '';
		width: -moz-fit-content;
		width: 100%;
		height: 1px;
		position: absolute;
		bottom: -12px;
		left: 0;
		background-color: #E1E1E1;
	}

	.project__main-nav p {
		font-size: 18px;
		font-weight: 700;
		color: var(--color-text-t);
		cursor: pointer;
	}

	.project__main-nav .active {
		position: relative;
	}

	.project__main-nav .active:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 3px;
		bottom: -13px;
		border-radius: 50px;
		left: 0;
		background-color: var(--color-text-o);
	}

	.project__main-card {
		width: 360px;
		height: 660px;
		margin-bottom: 40px;
		padding: 5px 5px 30px 5px;
		box-shadow: 0px 4px 13px rgba(30, 35, 66, 0.11);
		        border-radius: 10px;
		background-color: #fff;
	}

	.project__main-card-img {
		width: 100%;
		height: 206px;
		overflow: hidden;
	}

	.project__main-card-img img {
		border-radius: 10px;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: center;
		   object-position: center;
	}

	.project__main-card-wraptxt {
		padding-right: 10px;
		padding-left: 15px;
		overflow: hidden;
		height: 324px;
	}

	.project__main-card-wrap-title {
		height: auto;
	}

	.project__main-card-title {
		font-size: 18px;
		font-weight: 700;
		margin-top: 25px;
/*		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;*/
	}

	.project__main-card-subtitle {
		font-size: 16px;
		font-weight: 700;
		margin-top: 15px;
/*		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;*/
	}

	.project__main-card-text {
		font-size: 16px;
		margin-top: 12px;
		line-height: 23px;
		height: auto;
	}

	.project__main-card button {
		display: block;
		width: 303px;
		height: 54px;
		margin: 0 auto;
		background-color: #fff;
		color: var(--color-text-t);
		font-size: 15px;
		font-weight: 700;
		border: 1px solid var(--color-text-t) !important;
		border-radius: 90px;
		margin-top: 25px;
		cursor: pointer;
		transition: ease-out 0.1s;
	}

	.project__main-card-button {
		display: block;
		width: 303px;
		height: 54px;
		margin: 0 auto;
		background-color: #fff;
		color: var(--color-text-t);
		font-size: 15px;
		font-weight: 700;
		border: 1px solid var(--color-text-t) !important;
		border-radius: 90px;
		margin-top: 25px;
		cursor: pointer;
		text-align: center;
		padding-top: 16px;
		transition: ease-out 0.1s;
	}

	.project__card-popup {
		display: none;
		position: fixed;
		width: 80%;
		height: 90vh;
		overflow-y: scroll;
		border-radius: 10px;
		top: 5%;
		left: calc(50% - 40%);
		z-index: 100;
		background-color: #fff;
		padding: 35px 0;
	}

	.project__card-popup::-webkit-scrollbar {
	  width: 10px;
	  background-color: #f9f9fd;
	}

	.project__card-popup::-webkit-scrollbar-thumb {
	  border-radius: 10px;
	  background-color: #868686;
	}

	.project__card-popup::-webkit-scrollbar-track {
	  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
	  border-radius: 10px;
	  background-color: #f9f9fd;
	}

	.project__card-popup-close {
		position: absolute;
		top: 10px;
		right: 10px;
		cursor: pointer;
		opacity: 0.8;
	}

	.project__card-popup-close:hover {
		opacity: 1;
	}

	.project__card-popup-wrap {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.project__card-popup-wrap-img {
		width: 29.3%;
		height: 206px;
		margin: 15px;
		cursor: pointer;
	}

	.project__card-popup-wrap-img img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: center;
		   object-position: center;
		   border-radius: 10px;
	}

	.project__card-popup-title {
		font-weight: 700 !important;
		font-size: 24px !important;
	}

	.project__card-popup p {
		font-size: 18px;
		font-weight: 400;
		line-height: 1.5;
		margin-top: 15px;
		padding-left: 40px;
	}
/*Реализованные проекты конец*/

/*Реализованные проекты(слайдер) начало*/
	.completed-projects {
		padding-top: 110px;
		padding-bottom: 110px;
		background-color: var(--color-bg);
	}

	.completed-projects .project__main-card {
		width: 340px;
		height: 650px;
		margin: 0;
		margin-bottom: 40px;
	}

	.completed-projects .project__main-card-wrap-title {
		height: auto ;
	}

	.completed-projects .project__main-card-title {
		font-size: 18px;
		margin-top: 15px;
	}

	.completed-projects .project__main-card-subtitle {
		font-size: 16px;
		margin-top: 10px;
	}

	.completed-projects .project__main-card-text {
		font-size: 15px;
		height: auto;
	}

	.completed-projects .project__main-card button {
		width: 90%;
	}

	.compeleted-projects__slider {
		margin-top: 65px;
	}

	.compeleted-projects__slider .slick-list {
		width: 1080px;
		margin: 0 auto;
	}

	.completed-projects .project__main-card {
		margin: 0 auto !important;
	}

	.compeleted-projects__slider .slick-prev {
		z-index: 10;
		left: -13px;
	}

	.compeleted-projects__slider .slick-next {
		right: -13px;
	}

	.compeleted-projects__slider .slick-prev,
	.compeleted-projects__slider .slick-next {
		width: 57px;
		height: 57px;
		border-radius: 50%;
		background-color: #fff;
		box-shadow: 0px 4px 13px rgba(30, 35, 66, 0.11);
	}

	.compeleted-projects__slider .slick-prev:before {
		content: '';
		background-image: url(../img/project-arrow-l.png);
		width: 12px;
		height: 18px;
		position: absolute;
		top: 20px;
		left: 24px;
		opacity: 1 !important;
	}

	.compeleted-projects__slider .slick-next:before {
		content: '';
		background-image: url(../img/project-arrow-r.png);
		width: 12px;
		height: 18px;
		position: absolute;
		top: 20px;
		left: 24px;
		opacity: 1 !important;
	}

	.compeleted-projects__slider .slick-prev:focus,
	.compeleted-projects__slider .slick-next:focus {
		background-color: #fff;
	}

	.compeleted-projects__slider .slick-prev:hover {
		background-color: #F25959;
	}

	.compeleted-projects__slider .slick-prev:hover:before {
		background-image: url(../img/project-arrow-lh.png);
	}

	.compeleted-projects__slider .slick-next:hover {
		background-color: #F25959;
	}

	.compeleted-projects__slider .slick-next:hover:before {
		background-image: url(../img/project-arrow-rh.png);
	}

	.slider__counter,
	.slider__counter-blog,
	.slider__counter-review,
	.slider__counter-clients {
	    display: none;
	    width: 100px;
	    letter-spacing: 6px;
	    font-size: 22px;
	    font-weight: 700;
	    color: var(--color-text-t);
	    position: absolute;
	    top: -50px;
	    left: calc( 50% - 50px );
	    text-align: center;
	}

	.compeleted-projects__slider .slick-dots {
		display: none !important;
	}

	.completed-projects-href {
		display: block;
		width: 383px;
		height: 67px;
		margin: 0 auto;
		margin-top: 60px;
		padding-top: 22px;
		text-align: center;
		background-color: var(--color-text-o);
		font-size: 15px;
		font-weight: 700;
		color: var(--color-text-t) !important;
		border-radius: 90px;
		border: 1px solid #F7CC32 !important;
		transition: ease-out 0.1s;
	}

	.completed-projects-href:focus {
		outline: none;
	}
/*Реализованные проекты(слайдер) конец*/

/*Реализованные проекты(single) начало*/
	.project {
		margin-bottom: 50px;
	}

	.project .main-page__h2 {
		text-align: left;
		margin-bottom: 15px;
	}

	.flex-st {
		display: flex;
		justify-content: start;
		gap: 30px;
	}

	.project__card-imgs {
		width: 586px;
	}

	.project__card-wr-txt {
		width: 100%;
	}

	.project__card-imgs .slider-for {
	    height: 368px;
	}

	.project__card-img-for {
	   height: 368px !important;
	   overflow: hidden;
	   border-radius: 10px;
	   cursor: pointer;
	}

	.project__card-img-for img {
		height: 100%;
		width: 100%;
		border-radius: 10px;
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: center;
		   object-position: center;
	}

	.slider-nav {
		margin-top: 15px;
	}

	.project__card-img-nav {
		margin: 0 auto;
		width: 130px;
		height: 80px;
		border-radius: 10px;
	   cursor: pointer;
	   overflow: hidden;
	}

	.project__card-img-nav img {
		width: 100%;
		height: 100%;
		border-radius: 10px;
		-o-object-fit: cover;
		   object-fit: cover;
		-o-object-position: center;
		   object-position: center;
	}

	.project__card-tit {
		font-weight: 400;	
		font-size: 16px;
		margin-bottom: 6px;
	}

	.project__card-tit span {
		font-weight: 600;	
	}

	.project__card-subtitle {
		font-weight: 600;	
		font-size: 16px;
	}

	.project__card-txt {
		font-weight: 400;	
		font-size: 16px;
	}


/*Реализованные проекты(single) конец*/

/*Поп-ап форма начало*/
	.wpcf7-response-output {
		display: none !important;
	}

	.popup-form {
		display: none;
		position: fixed;
		width: 440px;
		top: 50%;
		transform: translateY(-50%);
		left: calc(50% - 220px);
		background-color: #fff;
		z-index: 100;
		padding: 60px 55px;
		box-shadow: 5px 15px 40px rgba(30, 35, 66, 0.15);
		border-radius: 10px;
	}

	.popup-form__close {
		position: absolute;
		top: 15px;
		right: 15px;
		cursor: pointer;
		opacity: 0.8;
	}

	.popup-form__close:hover {
		opacity: 1;
	}

	.popup-form h3 {
		font-size: 26px;
		font-weight: 700;
		text-align: center;
	}

	.popup-form__title {
		font-size: 26px;
		font-weight: 700;
		text-align: center;
	}

	.popup-form__wrap {
		margin-top: 33px;
	}

	.popup-form__wrap input {
		width: 335px;
		height: 67px;
		background-color: var(--color-bg);
		color: var(--color-text-t);
		font-size: 15px;
		padding-left: 30px;
		border-radius: 90px;
		margin-bottom: 18px;
		border: none;
	}

	.popup-form__wrap-submit {
		background-color: var(--color-text-o) !important;
		border: 1px solid #F7CC32 !important;
		color: var(--color-text-t) !important;
		padding-left: 0 !important;
		cursor: pointer;
		font-weight: 600;
		padding: 0 !important;
		transition: ease-out 0.1s;
	}

	.popup-form__wrap-pp {
		width: 222px;
		margin: 0 auto;
		font-size: 14px;
		font-weight: 400;
		text-align: center;
	}

	.popup-form__wrap-pp a {
		font-weight: 700;
		font-size: 14px;
		color: var(--color-text-t) !important;
		text-decoration: underline;
	}
/*Поп-ап форма конец*/
	.popup-form__hide {
		display: none !important;
		width: 0px !important;
		height: 0px !important;
		margin: 0 !important;
		padding: 0 !important;
		visibility: hidden;
	}

/* Сертификаты и гарантия */
	.warranty-certificates {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.warranty-certificates-accordion-block {
		width: 1000px;
		margin: 0 auto;
		cursor: pointer;
		border-radius: 20px;
		box-shadow: -5px -5px 10px #F8F8F8, 5px 5px 30px #EAEEF3;
		margin-bottom: 20px;
	}

	.warranty-certificates-accordion-block-header {	
		position: relative;
	   font-size: 18px;
	   background-color: var(--color-text-o);
	   padding: 20px;
	   display: flex;
	   align-items: flex-end;
	   border-radius: 20px;
	   border: 2px solid #F7CC32 !important;
	}

	.warranty-certificates-accordion-block-header:hover {
		box-shadow: inset 0 0 0 5px #fdf2cb;
		transition: ease-out 0.1s;	
	}

	.warranty-certificates-accordion-block-header p {
		font-size: 20px;
		margin-bottom: 0 !important;
	}

	.warranty-certificates-accordion-block-header:before {
	    content: '';
	    position: absolute;
	    width: 25px;
	    height: 2px;
	    right: 20px;
	    top: 50%;
	    background-color: var(--color-text-t);
	    transition: 0.5s
	}

	.warranty-certificates-accordion-block-header.show:before {
	    content: '';
	    position: absolute;
	    right: 20px;
	    top: 50%;
	    background-color: var(--color-text-t);
	    transform: rotate(-47deg);
	    transition: 0.5s;
	    z-index: 2
	}

	.warranty-certificates-accordion-block-header:after {
	    content: '';
	    position: absolute;
	    width: 25px;
	    height: 2px;
	    right: 20px;
	    top: 50%;
	    background-color: var(--color-text-t);
	    transform: rotate(90deg);
	    transition: 0.5s
	}

	.warranty-certificates-accordion-block-header.show:after {
	    content: '';
	    position: absolute;
	    right: 20px;
	    top: 50%;
	    background-color: var(--color-text-t);
	    transform: rotate(47deg);
	    transition: 0.5s
	}

	.warranty-certificates-accordion-block-content {
		display: none;
		background-color: #fff;
		padding-top: 20px;
		padding-left: 20px;
		padding-bottom: 20px;
	}

	.warranty-certificates-accordion-block-content {
		font-size: 18px;
	}

/* Страница благодарности */

.thank-you-page {
	padding-top: 70px;
	padding-bottom: 70px;
	background-image: url(../img/public-places-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.thank-you-page h1 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5;
	color: white;
}


.thank-you-page h2,
.thank-you-page p {
	font-size: 30px;
	font-weight: 700;
	color: white;
	margin-top: 30px;
}

/* Блог */
	.blog__top-name {		
		padding-top: 20px;
      padding-bottom: 64px;
      background-image: url(../img/projects-top.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
	}

	.blog__breadcrumbs {
		margin-left: 20px;
	}

	.blog__breadcrumbs a,
	.blog__breadcrumbs .breadcrumbs__separator,
	.blog__breadcrumbs .breadcrumbs__current {
		color: #fff;
	}

	.blog__top-name h1 {
	   font-size: 46px;
	   text-align: left;
	   color: #fff;
	   font-weight: 700;
	   margin-top: 45px;	 
	   margin-left: 20px;  
	}

	.post-small__wrap {
		margin-top: 80px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 25px;
	}

	.post-small__card {
		width: 360px;
	}

	.post-small__card a.post-thumbnail,
	.post-small__card .post-thumbnail {
		display: block;
		width: 360px;
		height: 225px;
		overflow: hidden;	
	}

	.post-thumbnail img {
		width: 100%;					
		-o-object-fit: cover;
		   object-fit: cover;
    	-o-object-position: center;
    	   object-position: center;
	}

	.post-small__card .entry-title {
		margin: 10px 0;
		font-size: 18px;
		font-weight: 700;
		/*height: 54px;*/
/*		overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;*/
	}

	.post-small__card .entry-title a {
		color: var(--color-text-t);
	}

	.post-small__card .entry-title a:visited {
		color: var(--color-text-t);
	}

	.post-small__card .entry-content {
		margin: 0;
		height: 240px;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
	}

	.entry-content__excerpt {
		height: 192px;
		overflow-y: hidden;
	}

	.post-small__button-wrap {
		width: 100%;
		display: flex;
		align-items: flex-end;
		flex-direction: column;
	}

	.post-small__button {
			display: block;
			width: 140px;
			height: 40px;
			background-color: #fff;
			color: var(--color-text-t);
			border: 1px solid var(--color-text-t) !important;
			border-radius: 50px;
			font-size: 15px;
			font-weight: 700;
			cursor: pointer;
			transition: ease-out 0.1s;
			text-align: center;
			padding: 8px;
			margin: 30px 0;
	}

	.post-small__button:visited {
		color: var(--color-text-t);
	}

	.show-more__blog {
			display: block;
			width: 300px;
			height: 54px;
			background-color: var(--color-text-o);
			color: var(--color-text-t);
			border: 1px solid #F7CC32 !important;
			border-radius: 50px;
			font-size: 15px;
			font-weight: 700;
			cursor: pointer;
			transition: ease-out 0.1s;
			text-align: center;
			margin: 0 auto;
			margin-top: 20px;
			margin-bottom: 20px;
	}

/* Блог запись */
	.post-big__card {
		width: 800px;
		margin: 0 auto;
		padding-bottom: 50px;
	}

	.post-big__card .post-thumbnail {
		margin-bottom: 20px;
	}

	.post-big__card .entry-content {
		font-size: 16px;
	}

	.post-big__card .entry-content h2 {
		font-size: 22px;
	}

	.post-big__card .entry-content h3 {
		font-size: 20px;
	}

	.post-big__card .entry-content p {
		margin: 1em 0;
	}

	.post-big__card .entry-content li {
		margin: 0.5em 0;
	}

/* Слайдер блог */
	.slider-blog {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.slider-blog__slider {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.slider-blog__slider article {
		margin: 0 auto;
		margin-top: 30px;
	}	

	.slider__counter-blog {
		display: block;
		top: -35px;
	}	

	.slider-blog__slider .slick-prev {
		z-index: 10;
		left: 0;
	}

	.slider-blog__slider .slick-next {
		right: 0;
	}

	.slider-blog__slider .slick-prev,
	.slider-blog__slider .slick-next {
		width: 57px;
		height: 57px;
		top: -3%;
		border-radius: 50%;
		background-color: #fff;
		box-shadow: 0px 4px 13px rgba(30, 35, 66, 0.11);
	}

	.slider-blog__slider .slick-prev:before {
		content: '';
		background-image: url(../img/project-arrow-l.png);
		width: 12px;
		height: 18px;
		position: absolute;
		top: 20px;
		left: 24px;
		opacity: 1 !important;
	}

	.slider-blog__slider .slick-next:before {
		content: '';
		background-image: url(../img/project-arrow-r.png);
		width: 12px;
		height: 18px;
		position: absolute;
		top: 20px;
		left: 24px;
		opacity: 1 !important;
	}

	.slider-blog__slider .slick-prev:focus,
	.slider-blog__slider .slick-next:focus {
		background-color: #fff;
	}

	.slider-blog__slider .slick-prev:hover {
		background-color: #F25959;
	}

	.slider-blog__slider .slick-prev:hover:before {
		background-image: url(../img/project-arrow-lh.png);
	}

	.slider-blog__slider .slick-next:hover {
		background-color: #F25959;
	}

	.slider-blog__slider .slick-next:hover:before {
		background-image: url(../img/project-arrow-rh.png);
	}

	.slider-blog__more {
		display: block;
		width: 383px;
		height: 67px;
		margin: 0 auto;
		margin-top: 60px;
		padding-top: 22px;
		text-align: center;
		background-color: var(--color-text-o);
		font-size: 15px;
		font-weight: 700;
		color: var(--color-text-t) !important;
		border-radius: 90px;
		border: 1px solid #F7CC32 !important;
		transition: ease-out 0.1s;
	}

/* Напишите в WhatsApp */

.write__whatsapp {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}

.write__whatsapp h2 {
	color: white;
	width: 556px;
	margin: 0 auto;
}

.write__whatsapp-main {
	margin-top: 80px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.write__whatsapp-main-block {
	width: 300px;
	height: 150px;
	margin-bottom: 50px;
	background-color: #fff;
	border-radius: 15px;
	display: flex;
	align-items: center;
}

.write__whatsapp-main-block p {
	color: #273C5B;
	font-size: 20px;
	font-weight: 700;
	width: 210px;
	text-align: center;
	line-height: 20px;
	margin: 0 auto;
}

.write__whatsapp-button {
	width: 300px;
	height: 82px;
	margin: 0 auto;
	border-radius: 15px;
	border: none;
	background-color: #2CB742;
	display: flex;
	align-items: center;
}

.write__whatsapp-button a {
	width: 288px;
	height: 72px;
	background-color: #2CB742;
	color: white;
	font-size: 20px;
	font-weight: 500;
	position: relative;
	margin: 0 auto;
	border: 1px solid white;
	border-radius: 12px;
	padding-left: 65px;
	padding-top: 20px;
}

.write__whatsapp-button a:before {
	content: '';
	width: 36px;
	height: 36px;
	position: absolute;
	top: 17px;
	left: 14px;
	background-image: url(../img/whatsapp-logo.png);
}

.write__whatsapp-text {
	margin-top: 15px;
	font-size: 20px;
	color: white;
	text-align: center;
}

/*Детские игровые комплексы и городки*/
	.play-complexes {
		background: #EBF3F9;
		padding-top: 90px;
		padding-bottom: 80px;
	}

	.play-complexes-desc-1 {
		width: 1140px;
		margin: 0 auto;
		margin-top: 40px;
		border: 15px solid #FFF;
		padding: 35px;
		position: relative;
	}

	.play-complexes-desc-1 p {
		width: 630px;
		font-size: 17px;
		font-weight: 400;
		line-height: 1.6;
	}

	.play-complexes-desc-1 img {
		position: absolute;
		bottom: 15px;
		right: -30px;
	}

	.play-complexes__h3 {
		margin-top: 50px;
		font-size: 32px;
		font-weight: 700;
		line-height: 1.3;
		text-align: center;
	}

	.play-complexes-cards {
		margin-top: 25px;
		display: flex;
		justify-content: center;
		gap: 35px;
		flex-wrap: wrap;
		margin-bottom: 50px;
	}

	.play-complexes__wrap-card {
		width: 360px;
		height: 300px;
		padding: 5px;
		background: #FFF;		
		border-radius: 10px;
		box-shadow: 0px 4px 13px 0px rgba(30, 35, 66, 0.11);		
	}

	.play-complexes__wrap-card img {
		border-radius: 10px;
	}

	.play-complexes__wrap-card p {
		font-size: 17px;
		font-weight: 700;
		line-height: 1.6;
		text-align: center;
		margin-top: 10px;
	}

	.play-complexes-desc-2 {
		width: 1140px;
		margin: 0 auto;
		margin-top: 50px;
		border: 15px solid #FFF;
		padding: 40px;
		position: relative;
	}

	.play-complexes-desc-2 p {
		margin-left: 420px;
		width: 610px;
		font-size: 17px;
		font-weight: 400;
		line-height: 1.6;
	}

	.play-complexes-desc-1 p span,
	.play-complexes-desc-2 p span {
		font-weight: 700;
	}

	.play-complexes-desc-2 img {
		position: absolute;
		bottom: 0px;
		left: 40px;
	}

/*Текст с изображением*/
	.text-with-image {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.text-with-image__wrapper {
		border: 15px solid #EBF3F9;
		padding: 10px 35px;
	}

	.text-with-image__wr-fl-left,
	.text-with-image__wr-fl-right,
	.text-with-image__wr-txt {
		padding: 25px 0;
	}

	.text-with-image__wr-fl-left,
	.text-with-image__wr-fl-right {
		display: flex;
		justify-content: space-between;
		gap: 10px;
	}

	.text-with-image__txt {
		width: 56%;	
	}

	.text-with-image__txt h2 {
		color: #273C5B;
		font-size: 30px;
		font-weight: 700;
		line-height: 1.3;
		margin-bottom: 25px;
	}

	.text-with-image__txt h3 {
		color: #273C5B;
		font-size: 24px;
		font-weight: 700;
		line-height: 1.3;
		margin-bottom: 15px;
	}

	.text-with-image__txt p {		
		color: #273C5B;
		font-family: TT Norms;
		font-size: 17px;
		font-weight: 400;
		line-height: 1.6;
	}

	.text-with-image__img {
		width: 42%;
		height: auto;
		overflow: hidden;
	}

	.text-with-image__img img {
		width: 100%;
	   height: 100%;
	   -o-object-fit: cover;
	      object-fit: cover;
	   -o-object-position: center;
	      object-position: center;
	}

	.text-with-image__wr-txt .text-with-image__txt {
		width: 100%;
	}

	.text-with-image__par {
		margin-top: 25px;
	}

	.text-with-image__par p {		
		line-height: 2;
		position: relative;
		padding-left: 31px;
	}

	.text-with-image__par p:before {
		content: '';
		position: absolute;
		top: calc( 50% - 9px );
		left: 0;
		width: 18px;
		height: 18px;
		background: transparent;
		border-radius: 90px;
		border: 5px solid #F7CC32;
	}

/*Популярные категории*/
	.completed-cat-product {
		padding-top: 100px;
		background-position: center;
		background-size: cover;
		padding-bottom: 150px;
	}

	.completed-cat-product__slider {
		margin-top: 60px;
	}

	.completed-cat-product__card {
		margin: 0 10px;
		width: 340px;
		padding: 55px 3px 15px 3px;
		border-radius: 10px;
		background: #FFF;
		box-shadow: 0px 4px 13px 0px rgba(30, 35, 66, 0.11);
	}

	.completed-cat-product__card img {
		width: 100%;
		height: 200px;
		margin-bottom: 45px;
	}

	.completed-cat-product__card .woocommerce-loop-product__title {
		padding: 0 45px;	
		margin-bottom: 45px;
	}

	.completed-cat-product__slider .slick-list {
		idth: 1080px;
		margin: 0 auto;
	}

	.completed-projects .project__main-card {
		margin: 0 auto !important;
	}

	.completed-cat-product__slider .slick-prev {
		z-index: 10;
		left: -13px;
	}

	.completed-cat-product__slider .slick-next {
		right: -13px;
	}

	.completed-cat-product__slider .slick-prev,
	.completed-cat-product__slider .slick-next {
		width: 57px;
		height: 57px;
		border-radius: 50%;
		background-color: #fff;
		box-shadow: 0px 4px 13px rgba(30, 35, 66, 0.11);
	}

	.completed-cat-product__slider .slick-prev:before {
		content: '';
		background-image: url(../img/project-arrow-l.png);
		width: 12px;
		height: 18px;
		position: absolute;
		top: calc( 50% - 9px );
		left: calc( 50% - 8px );
		opacity: 1 !important;
	}

	.completed-cat-product__slider .slick-next:before {
		content: '';
		background-image: url(../img/project-arrow-r.png);
		width: 12px;
		height: 18px;
		position: absolute;
		top: calc( 50% - 9px );
		left: calc( 50% - 4px );
		opacity: 1 !important;
	}

	.completed-cat-product__slider .slick-prev:focus,
	.completed-cat-product__slider .slick-next:focus {
		background-color: #fff;
	}

	.completed-cat-product__slider .slick-prev:hover {
		background-color: #F25959;
	}

	.completed-cat-product__slider .slick-prev:hover:before {
		background-image: url(../img/project-arrow-lh.png);
	}

	.completed-cat-product__slider .slick-next:hover {
		background-color: #F25959;
	}

	.completed-cat-product__slider .slick-next:hover:before {
		background-image: url(../img/project-arrow-rh.png);
	}

	.completed-cat-product__slider .slick-dots {
		display: none !important;
	}


/*Первый экран Категории*/
	.woocommerce-products-header-first {
		padding-top: 20px;
		padding-bottom: 140px;		
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	.woocommerce-products-header-first a span,
	.woocommerce-products-header-first a:visited,
	.woocommerce-products-header-first .breadcrumbs__separator,
	.woocommerce-products-header-first .breadcrumbs__current {
		color: #fff !important;
	}

	.first-screen__title {
		margin-top: 100px;
		font-size: 40px;
		line-height: 47px;
		font-weight: 700;
		width: 800px;
		color: #fff;
	}

	.first-screen__wrap {
		margin-top: 30px;
	}

	.first-screen__wrap-card {
		position: relative;
		font-size: 20px;
		line-height: 23px;
		margin-bottom: 25px;
		color: #fff;
		padding-left: 30px;
	}

	.first-screen__wrap-card:before {
		content: '';
		width: 18px;
		height: 18px;
		position: absolute;
		top: 3px;
		left: 0;
		background-image: url(../img/public-places-dot.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.first-screen__wrap-card:last-child {
		margin-bottom: 0;
	}

	.first-screen__wrap-card span {
		font-weight: 700;
	}

/*Заголовок	*/
	.cat-product-title {
		padding-top: 130px;
	}

	.cat-product-h1 {
		color: #273C5B;
		font-size: 46px;
		font-weight: 700;
	}

/*Быстрые ссылки*/
	.quick-links {
		padding: 30px 0;
	}

	.quick-links__wrap {
		padding: 15px 25px;
		display: flex; 
		justify-content: start;
		gap: 15px;
		flex-wrap: wrap;
	}

	a.quick-links__wrap-url {
      display: block;      
      padding: 10px 20px;
      background-color: var(--color-text-t) !important;
      color: var(--color-text-o);
      font-size: 11px;
      font-weight: 500;
      border: 1px solid var(--color-text-t) !important;
      border-radius: 10px;
      cursor: pointer;
      text-align: center;
      transition: ease-out 0.1s;
	}

	a.quick-links__wrap-url:hover {
		background-color: #fff !important;
      color: var(--color-text-t) !important;
	}

/*Кнопка Каталог аксессуаров*/
	.button-accessories .up-sells-btn {
		margin-top: -60px;
		margin-bottom: 50px;
	}
