/*
Theme Name: Gener
Author: Dmitry Shulga
Author URI: https://freelancehunt.com/freelancer/dnshulga.html
Version: 1.0
*/
.admin-bar .header {
	top: 32px;
}
.station__card-photo img {
	width: 100%;
}
.header.less {
	box-shadow: 0 2px 23px 0 #adadad;
}
.singular {
	margin-top: 84px;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
.singular a {
	display: inline;
}
.singular blockquote {
	font-weight: bolder;
	font-style: italic;
}
.tt-up {
	text-transform: uppercase;
}
p.status {
	font-size: 12px;
}
.white-popup-block p.status {
	color: #fff;
	padding-top: 5px;
	text-align: center;
	width: 100%;
}
.cusDD_options {
	height: auto;
}
.footer__wrapp .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}
.footer__wrapp .social p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #febf0f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    width: 100%;
}
.footer__wrapp .social p img {
    margin-right: 8px;
}
.footer__wrapp .social a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 7px;
    margin-right: 20px;
}
.footer__wrapp .social a svg{
     fill: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}
.footer__wrapp .social a svg:hover {
    fill: #febf0f;
}

.footer__info ul {
	min-height: 130px;
}
.footer__info ul:not(:last-child) {
	margin-bottom: 30px;
}
.social.not-desktop {
	display: none;
}
#lang {
	margin-left: 45px;
}
#lang li {
	display: inline-block;
}
#lang li a {
	color: #55595e;
	position: relative;
}
#lang li a:hover {
	color: #000;
	opacity: 0.8;
}
#lang a:hover::before, #lang a:hover::after {
	    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#lang a::before {
	top: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
#lang a::after {
	bottom: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
#lang a::before {
	position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #febf0f;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,-webkit-transform .3s;
    -o-transition: opacity .3s,transform .3s;
    transition: opacity .3s,transform .3s;
    transition: opacity .3s,transform .3s,-webkit-transform .3s;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
#lang a::after {
	position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #febf0f;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,-webkit-transform .3s;
    -o-transition: opacity .3s,transform .3s;
    transition: opacity .3s,transform .3s;
    transition: opacity .3s,transform .3s,-webkit-transform .3s;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.header__btn::after {
	text-align: center;
}

@media only screen and (max-width: 1050px) {
	.footer__wrapp .social {
		justify-content: center;
   		margin-bottom: 30px;
	}
	.footer__wrapp .social p {
		text-align: center;
    		justify-content: center
	}
	.footer__wrapp .social a {
		margin: 0px 8px;
	}
}
@media only screen and (max-width: 475px) {
	.about__left img {
		bottom: 20px;
	}
	.footer__info {
  		flex-direction: column;
		text-align: center;
	}
	.footer__info ul {
  		min-height: auto;
	}
	.footer__info-left {
  		display: flex;
  		justify-content: space-between;
 		margin-bottom: 20px;
	}
	.footer__info ul:not(:last-child) {
  		margin: 0px 10px 0px 0px;
	}
	.footer__info .footer__info-right ul:not(:last-child) {
  		margin: 0px 0px 20px 0px;
	}
	.footer__info p {
		display: block;
	}
	.footer__info-left ul {
		width: 50%;
	}
	.footer__wrapp .social {
		display: none;
	}
	.footer__wrapp .social.not-desktop {
		display: flex;
		margin-bottom: 0;
	}
	.social.not-desktop p {
		display: none;
	}
	.footer__nav {
		text-align: center;
	}
	.main__slider-banner .banner-btn {
		margin: auto;
	}
	.about__left-name {
		font-size: 19px;
	}
}
#thanks, #thanks-sub {
	max-width: 400px;
	max-height: 250px;
}
#thanks .title, #thanks-sub .title {
	font-size: 25px;
}
#thanks .subtitle, #thanks-sub .subtitle {
	font-size: 14px;
}
.content {
	margin-top: 84px;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	min-height: calc(100vh - 504px);
}
.main__slider-banner .slick-track {
	height: 100%;
}

.projects__slider .slider__bottom {
	margin-top: 50px;
}
.projects__slider .slider__info-title {
	color: #fff;
}
.projects__slider .slider__info-title:hover {
	color: #febf0f;
}
.projects__slider .slider__head-link {
	width: 100%;
	height: 100%;
}
.btn:hover::after {
	text-align: center;
}
.content img.alignright {
	margin-bottom: 10px;
	margin-left: 10px;
}

@media only screen and (min-width: 767px) {
	.main__slider-banner .banner-title {
		min-height: 140px;
	}
}
@media only screen and (max-width: 767px) {
	.main__slider-banner .slick-slide {
    		display: flex;
   		flex-direction: column;
    		justify-content: space-between;
	}
	.content {
		min-height: inherit;
		padding: 0px 20px;
	}
	.form-modal_1 {
		padding: 30px;
	}
	.form-modal_1 img {
		display: none;
	}
	.about__left img {
		width: 45%;
	}
}

/********************contacts page***************/
.contacts {
	margin-top: 84px;
	margin-left: auto;
	margin-right: auto;
}

.contacts h1 {
	color: #ffffff;
	font-size: 42px;
	font-weight: 700;
	text-align: center;
	margin: 0px 0px 40px 0px;
}

.contacts__inner {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: calc( 100vh - 370px);
}

.contacts__wrapp {
	background-color: #ffffff;
	max-width: 1200px;
	padding: 30px 70px 40px 100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.contacts__wrapp .order__form {
	margin: 0;
}

.contacts__wrapp .order__form h2 {
	font-size: 40px;
}

.contacts__wrapp .order__form p {
	font-size: 16px;
}

.contacts__wrapp .order__form form {
	margin-top: 25px;
}

.contacts__info .mbt {
	margin-bottom: 20px;
}

.contacts__info .mt {
	margin-top: 20px;
}

.contacts__info p {
	font-weight: 700;
	font-size: 22px;
	margin: 0;
}

.contacts__info a {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 10px;
	color: #55595e;
	transition: .3s;
	display: flex;
	align-items: center;
}

.contacts__info a:hover {
	color: #febf0f;
}

.contacts__info a:hover svg {
	fill: #febf0f;
}

.contacts__info a svg {
	width: 24px;
	height: 24px;
	fill: #298af7;
	transition: .3s;
	margin-right: 10px;
}

.contacts__info small {
	/*margin-left: 20px;*/
	font-size: 14px;
}

.contacts__info small svg {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.contacts__info .work-info {
	font-weight: 500;
	font-size: 20px;
}
section.main {
	margin: 12px auto 0 auto
}
.advantages__item:nth-child(7) {
	margin-top: 60px;
}
.form-modal_2 {
	padding: 80px 60px 95px 60px;
}
.slider__info-btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #febf0f;
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
}
.slider__info-btn:hover {
	color: #febf0f;
}
.slider__info-btn:after {
	display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #febf0f;
    content: "";
    -webkit-transition: width .3s ease-out;
    -o-transition: width .3s ease-out;
    transition: width .3s ease-out;
}
.slider__info-btn:hover::after {
	width: 100%;
}
@media (max-width: 1500px) {
	.contacts__wrapp {
		max-width: 1100px;
	}
	.main__slider-banner {
		top: 55%;
	}
}
@media (max-width: 1550px) {
	.main__slider-banner {
		top: 55%;
	}
}

@media (max-width: 1350px) {
	.contacts {
		margin-top: 60px;
	}
}

@media (max-width: 1200px) {
	.contacts__wrapp {
		max-width: 100%;
		padding: 30px 50px;
	}

	.contacts__inner {
		padding: 30px 20px;
	}
}

@media (max-width: 1060px) {
	.contacts__wrapp {
		flex-direction: column;
	}

	.contacts__wrapp .order__form {
		text-align: center;
		margin-top: 50px;
	}

	.contacts__wrapp .order__form h2 {
		font-size: 30px;
	}

	.contacts__info {
		text-align: center;
	}

	.contacts__info a {
		justify-content: center;
	}
}

@media (max-width: 600px) {
	.contacts__wrapp {
		padding: 30px 15px;
	}

	.contacts h1 {
		font-size: 32px;
	}
}

@media (max-width: 375px) {
	.contacts h1 {
		color: #000;
		margin-bottom: 30px;
	}

	.contacts__inner {
		background-image: none !important;
	}

	.contacts__wrapp {
		padding: 0px;
	}
}


/* style for articles in nashi proekti */

.clearfix:after {
   content: "";
   display: block;
   clear: both;
}
.flex-wrapper-m {
   display: flex;
   flex-wrap: wrap;
}
.flex-wrapper-m img {
   max-width: 100%;
   display: block;
   margin: 0 auto 20px auto;
}
.flex-wrapper-m > div {
   width: 100%;
}
.flex-wrapper-m > div:nth-child(2){
   padding-left: 0;
}
.gray_line_br {
   margin: 20px 0;
   height: 2px;
   background-color: #c1c1c1;
}
.btn-more {
  display: block;
  text-align: center;
  margin: 0 auto;
  background: #ffbf00;
  color: #f7f7f7;
  border: none;
  width: 200px;
  height: 60px;
  line-height: 60px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .3s;
}
.btn-more:hover {
  background-color: #ffd400;
  color: white;
}

.section-title {
  font-weight: bold;
  font-size: 23px;
  text-transform: uppercase;
  color: #0A0D1B;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
}
.section-title:after {
  content: "";
  display: block;
  background-color: #F1C40F;
  height: 4px;
  width: 30px;
  margin: 15px 0 0;
}

@media all and (min-width: 768px) {
     .flex-wrapper-m > div:nth-child(2){
       padding-left: 40px;
     }
    .w-md-auto {
      width: auto !important;
      
    }
    .w-md-50 {
      width: 50% !important;
    }
    .w-md-33 {
      width: 33% !important;
      padding-left: 40px;
    }
    .section-title {
      margin-top: 0;
    }
}

.fluid-width-video-wrapper { /* уже есть в файле index но статье поч не подгружается */
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 56%;
}
.fluid-width-video-wrapper > iframe { /* уже есть в файле index но статье поч не подгружается */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* style for articles in nashi proekti */
.about {
	flex-direction: column;	
}
.about__inner {
	padding: 0px 20px;
	margin: 0 auto;
	display: flex;
}
.about__right-title {
	max-width: 1330px;
	padding: 0px 12px;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 40px;
	line-height: 1em;
}
.about__wrap {
	max-width: 400px;
}
.about__left p {
	font-size:18px;
	line-height:32px;
	color:#55595e;
	margin-bottom:20px;
}
.about__right {
	padding-top: 0;
	width: 500px;
	max-width: 100%;
	margin-left: 20px;
}
.about__right iframe {
	width: 100%;
	height: 270px;
	margin-bottom: 30px;
}
.about__left {
	background: none;
}
.about__left img {
	left: 0px;
}
.about__left::before {display:none;}
.about__text--mob {display:none;}
@media all and (max-width: 1030px) {
	.about__inner {
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	.about__left {
		max-width: 100%;
		margin-bottom: 40px;
	}
}
@media all and (max-width: 769px) {
	.about__left-name p {
		text-align: left;
	}
	.about__left {
		height: auto;
	}
	.about__left img {
		width: 40%;
	}
	.about__right {
		padding: 0px;
		margin: 0px;
	}
	.about__right-title {
		margin-bottom: 20px;
		padding: 0px 20px;
	}
}
@media all and (max-width: 730px) { 
	.about__text--mob {
		display:block;
		font-size:18px;
		line-height:32px;
		color:#55595e;
		margin-bottom:20px;
	}
	/*.about__wrap p {
		display: none;
	}*/
	.about__left-name p {
		display: block;
		text-align: right;
	}
	.about__left-name {
		text-align: right;
	}
	.about__left {
		flex-direction: row;
    		justify-content: space-between;
    		align-items: flex-start;
		margin-bottom: 20px;
	}
	.about__left img {
		height: 300px;
    		position: static;
   		width: auto;
	}
	.about__wrap {
		max-width: 100%;
	}

}
@media all and (max-width: 500px) { 
	.about__left img {
		height: 200px;
	}
	.about__left-name {
		margin: 0;
	}
	.about__left-name p {
		margin: 0;
	}
	.about__right {width: 100%;}
	.about__right iframe {height: 200px; margin: 0;}
	.about {
		padding: 30px 0px 50px 0px;
	}
	.about__text--mob {line-height: 26px;}
	.about__btn {
		margin: 15px auto 0px auto;
	}
}
@media all and (max-width: 360px) {
	.about__left img {
		margin-left: -20px;
		height: 180px;
	}
	.about__right iframe {
		height: 155px;
	}
	.about__text--mob {line-height: 22px; font-size: 16px;}
}
@media all and (max-width: 320px) {
	.about__left-name {
		font-size: 17px;
	}
	.about__left p {
		font-size: 16px;
		line-height: 24px;
	}
}


ul.sub-menu {
	position: absolute;
    background-color: #fff;
    text-align: left;
    padding: 10px 15px;
    margin-left: -15px;
    display: none;
    border-radius: 3px;
}
.header__nav ul.sub-menu li:not(:first-child) {
	margin: 0;
}
ul.sub-menu  li {
	margin-bottom: 0px;
}
.cusDD_default {
	margin-bottom: 6px;
}
p.notice {
	display: none;
	color: red;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
}
.req-label {
	color: #fff;
	font-size: 13px;
}
.header {
/*	position: sticky;*/
	top: 0;
}
section.main {
	margin-top: 0;
}
.img-wrapper {
	padding-top: 0;
}
.pagination {
	text-align: center;
	margin-top: 30px;
}
.pagination li {
	display: inline-block;
	padding: 5px;
}
.pagination li a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #222;
	border: 3px solid #febf0f;
	height: 35px;
	width: 35px;
}
.pagination li a:hover {
	background-color: #febf0f;
	color: #fff;
}
.pagination li span.current {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	background-color: #febf0f;
	border: 3px solid #febf0f;
	color: #fff;
}
#project-text {
	padding-top: 20px;
}
@media only screen and (max-width: 767px) {
	ul.sub-menu {
		display: block;
	    background: transparent;
	    position: relative;
	    margin-left: 0;
	}
	ul.menu li {
		text-align: left;
	}
	.header__nav ul a {
		font-size: 15px;
	}
	.header__nav ul {
		align-items: flex-start;
	}
	.header__nav ul.sub-menu li::before {
		display: none;
	}
	.header__nav ul li:not(:first-child) {
		margin-top: 20px;
	}
	ul.sub-menu {
		padding-bottom: 0;
	}
	.header__nav ul.sub-menu li:not(:first-child) {
		margin-top: 10px;
	}
	.header__nav ul li:not(:first-child) {
		width: 100%;
	}
	.header__nav ul li:not(:first-child)::before {
		top: -10px;
	}
	.main__slider .slick-slide {
		transform: none;
	}
	.main__slider-banner .slick-dots {
		margin-left: 20px;
	}
}
@media (min-width: 1400px) {
	.main__slider .slick-slide {
		background-size: contain;
	}
	.header.less .header__inner {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.main__slider .slick-slide {
		height: 815px;
	}
	#lang li:first-child {
		margin-right: 5px;
	}
}

/* custom decoration styles */
/* slider decore */
.main__decorations .main__decoration {
	z-index: 10;
}
.main__decorations .main__decoration img {
		max-width: 100%
	}
.main__decorations .main__decoration.main__decoration_first {
	display: none;
	position: absolute;
	top: 3%;
	left: 15%;
	width: 164px;
	height: 127px;
	z-index: 2;
}
.main__decorations .main__decoration.main__decoration_fourth {
	position: absolute;
	top: 88%;
	left: 2%;
	width: 164px;
	height: 185px;
	z-index: 2;
}
@media (max-width: 1920px) {
.main__decorations .main__decoration.main__decoration_fourth {
    top: 85%;
}
}
@media (min-width: 1545px) {
	.main__decorations .main__decoration.main__decoration_first {
		left: 24%;
	}
}
@media (min-width: 1460px) {
		.main__decorations .main__decoration.main__decoration_fourth {
		left: 11%
	}
	.main__decorations .main__decoration.main__decoration_first {
		display: block;
	}
}
@media (max-width: 1400px) {
		.main__decorations .main__decoration.main__decoration_fourth {
		top: 93%;
	}
}
@media (min-width: 1331px) {
		.main__slider-banner::before {
		content: '';
		background: url("https://gener.com.ua/wp-content/uploads/group-29.svg") 0 0 / 100% no-repeat;
		position: absolute;
		top: -20px;
		right: -35px;
		width: 106px;
		height: 95.5px;
	}
	.main__slider-banner::after {
		content: '';
		background: url("https://gener.com.ua/wp-content/uploads/group-27-3.svg") 0 0 / 100% no-repeat;
		position: absolute;
		bottom: -60px;
		left: -44px;
		width: 106px;
		height: 130px;
	}
}
/*
@media (max-width: 770px) {
		.main__decorations .main__decoration.main__decoration_fourth {
		display: none;
	}
}*/
/* header-decorations styles */
	.header__inner::before, .header__inner::after {
			display: none;
		}
	@media (min-width: 1650px)  {
			.header	.header__inner::after {
			left: 82%;
	}
	}	
	@media (min-width: 1350px)  {
			.header.less .header__inner::before {
		opacity: 0;
		visibility: hidden;
	}	
	.header.less .header__inner::after {
		opacity: 0;
		visibility: hidden;
	}	
/*.header	.header__inner::before {
			transition: all 0.05s;
			opacity: 1;
			visibility: visible;
			display: block;
			content: '';
			position: absolute;
			top: 75%;
			left: 46%;
			background: url("https://gener.com.ua/wp-content/uploads/header-middle.svg") 0 0 / 100% no-repeat;
			width: 172px;
			height: 85px;
			z-index: 2;
			transition: all 0.5s;
	}*/
	.header	.header__inner::after {
			transition: all 0.05s;
			opacity: 1;
			visibility: visible;
			display: block;
			content: '';
			position: absolute;
			top: 50%;
			left: 89%;
			background: url("https://gener.com.ua/wp-content/uploads/group-26.svg") 0 0 / 100% no-repeat;
			width: 128px;
			height: 82px;
			z-index: 2;
			transition: all 0.5s;
	}
	}
@media (min-width: 1349px) {

    
	.header__logo, .header__decoration, 
	.header__decoration_first, 
	.header__decoration_second, .header__inner  {
		position: relative;
	}
	.header .header__logo::before {
			content: '';
			position: absolute;
			top: -4%;
			left: -72%;
			background: url("https://gener.com.ua/wp-content/uploads/group-21.svg") 0 0 / 100% no-repeat;
			width: 82px;
			height: 90.5px;
			z-index: 2;
			transition: all 0.5s;
	}
	.header.less .header__logo::before {
			content: '';
			position: absolute;
			top: -7%;
			left: -72%;
			background: url("https://gener.com.ua/wp-content/uploads/header-left.svg") 0 0 / 100% no-repeat;
			width: 72px;
			height: 80.5px;
			z-index: 2;
	}
	.header__decoration_first {
		left: 80px;
		top: -14px;
	}
	.header__decoration_second {
		left: 174px;
		top: -27px;
	}
	.header__decoration_first::before {
			content: '';
			position: absolute;
			top: 33px;
			right: 0%;
			background: url("https://gener.com.ua/wp-content/uploads/group-23-1.svg") 0 0 / 100% no-repeat;
			width: 62px;
			height: 50px;
			z-index: 2;
	}
	.header__decoration_second::before {
			content: '';
			position: absolute;
			top: 32px;
			transform: translate(0px, -50%);
			right: 10%;
			background: url("https://gener.com.ua/wp-content/uploads/group-22-1.svg") 0 0 / 100% no-repeat;
			width: 81.5px;
			height: 90.5px;
			z-index: 2;
	}
	}
@media (min-width: 1460px) {
	.header__inner::before {
		top: 60%;
	}
}
@media (min-width: 1800px) {
	.header	.header__inner::after {
		left: 82%;
	}
}


/*main page__06/02/24*/

.about-section{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
   /* padding: 50px 0 120px 0;   */
   padding: 50px 0 0px 0;
    width: 1330px;
    align-items: center;
    margin: 0 auto;
}
.about-title{
    max-width: 100%;
    padding: 0px 12px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 40px;
    line-height: 1em;
    font-weight: 700;
    font-size: 50px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #000;    
}
.about-content{
    padding: 0px 12px;
    margin: 0 auto;
    display: flex; 
    justify-content: space-between;
    width: 100%;
}
.about-content__info{
    display: flex;
    flex-direction: column;
    width: 550px;
}
.about-content__info_text{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 30px;
}
.about-content__info_icons{
    display: flex;
    justify-content: space-between;
}
.about-content__info_icon span{
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}
.about-content__video{
    padding-top: 0;
    width: 640px;
    max-width: 100%;
    margin-left: 20px;
}
.about-content__video iframe{
    width: 100%;
    height: 340px;
    margin-bottom: 30px;
}
.about-logotype{
    display: none;
}

.about-content__video{
    position: relative;
}
.about-content__video:after{
    content: '';
    position: absolute;
    top: 209px;
    right: 268px;
    background: url(https://gener.com.ua/wp-content/uploads/group-33-2.svg) 0 0 / 100% no-repeat;
    width: 135px;
    height: 149px;
    z-index: 2;
    transition: all 0.5s;     
} 
.about-content__video:after{
    content: '';
    position: absolute;
    top: 250px;
    right: 536px;
    background: url(https://gener.com.ua/wp-content/uploads/group-33-2.svg) 0 0 / 100% no-repeat;
    width: 135px;
    height: 149px;
    z-index: 2;
    transition: all 0.5s;     
}

@media(max-width: 1350px){
   .about-section{
       width: 1200px;
   } 
   .about-content__video{
       width: 500px;
   }
   .about-content__video:after{
    content: '';
    position: absolute;
    top: 250px;
    right: 405px;
    background: url(https://gener.com.ua/wp-content/uploads/group-33-2.svg) 0 0 / 100% no-repeat;
    width: 135px;
    height: 149px;
    z-index: 2;
    transition: all 0.5s;     
}
}
@media(max-width: 1200px){
    .about-section{
       width: 1024px;
   } 
   .about-content__video{
       width: 400px;
   }
    .about-content__video iframe{
        width: 100%;
        height: 300px;
    }
.about-content__video:after{
    content: '';
    position: absolute;
    top: 209px;
    right: 305px;
    background: url(https://gener.com.ua/wp-content/uploads/group-33-2.svg) 0 0 / 100% no-repeat;
    width: 135px;
    height: 149px;
    z-index: 2;
    transition: all 0.5s;     
}    
}
@media(max-width: 1024px){
    .about-section {
        width: 100%;
        padding: 40px 20px 0px 20px;
    }
    .about-content{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .about-content__info{
        width: 100%;
        margin-bottom: 40px;
    }
    .about-title{
        font-size: 32px;
    }
    .about-content__video{
        margin-left: 0px;
    }
}
@media(max-width: 768px){
    .about-content__info_text{
    font-family: Roboto;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #86898D;
    }
    .about-content__video{
        width: 100%;
    }
.about-content__video:after{
    content: '';
    position: absolute;
    top: 209px;
    right: 268px;
    background: url(https://gener.com.ua/wp-content/uploads/group-33-2.svg) 0 0 / 100% no-repeat;
    width: 135px;
    height: 149px;
    z-index: 2;
    transition: all 0.5s;     
}
.about-content__video:after{
    content: '';
    position: absolute;
    top: 209px;
    right: 460px;
    background: url(https://gener.com.ua/wp-content/uploads/group-33-2.svg) 0 0 / 100% no-repeat;
    width: 135px;
    height: 149px;
    z-index: 2;
    transition: all 0.5s;     
} 
}
@media(max-width: 600px){
    .about-content__info_icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.about-content, .about-title{
    padding: 0px;
}
.about-content__video{
    margin-left: 0px;
}
.about-logotype{
    display: flex;
    justify-content: center;
    width: 234px;
    position: relative;
}
.about-logotype img.about__left-photo{
    width: 234px;
    margin: 30px 0px 60px;
}
.about-logotype:before{
    content: '';
	position: absolute;
    top: -20px;
    right: -50px;
	background: url("https://gener.com.ua/wp-content/uploads/group-22-2.svg") 0 0 / 100% no-repeat;
	width: 135px;
	height: 149px;
	z-index: -1;
	transition: all 0.5s;        
    } 
.about-logotype:after{
    content: '';
	position: absolute;
    top: 26px;
    right: 177px;
	background: url("https://gener.com.ua/wp-content/uploads/group-30.svg") 0 0 / 100% no-repeat;
	width: 135px;
	height: 149px;
	z-index: -1;
	transition: all 0.5s;        
    } 
.about-content__video:after{
    content: '';
    position: absolute;
    top: 209px;
    right: 268px;
    background: url(https://gener.com.ua/wp-content/uploads/group-33-2.svg) 0 0 / 100% no-repeat;
    width: 135px;
    height: 149px;
    z-index: 2;
    transition: all 0.5s;     
}    
}
.projects{
    position: relative;
}
.about-content__whitelogo{
        width: 100%;
}
.about-section, .plant-description.description-block, .automatic-plant.description-block, .price-plant__image{
    position: relative;
}
@media (min-width: 1240px) {
	.projects::before {
		content: '';
		background: url("https://gener.com.ua/wp-content/uploads/group-27-1-1.svg") 0 0 / 100% no-repeat;
		position: absolute;
        top: -50px;
        right: 58%;
		width: 143px;
		height: 109.5px;
	}
.about-section::after {
	content: '';
	background: url("https://gener.com.ua/wp-content/uploads/group-20.svg") 0 0 / 100% no-repeat;
	position: absolute;
	bottom: -85px;
    right: -70px;
	width: 119px;
	height: 131.8px;
}
.plant-description.description-block::after, .automatic-plant.description-block::after {
	content: '';
	background: url("https://gener.com.ua/wp-content/uploads/group-5.svg") 0 0 / 100% no-repeat;
	position: absolute;
    right: 4%;
	width: 81px;
	height: 78px;
}
.price-plant__image::before{
   	content: '';
	background: url("https://gener.com.ua/wp-content/uploads/group-20-1.svg") 0 0 / 100% no-repeat;
	position: absolute;
    top: 127px;
    left: 0;
	width: 122px;
	height: 135.8px; 
}
.price-plant__image::after{
   	content: '';
	background: url("https://gener.com.ua/wp-content/uploads/group-23-1-1.svg") 0 0 / 100% no-repeat;
	position: absolute;
    bottom: -57px;
    right: 141px;
	width: 97px;
	height: 74.8px; 
}
}
.projects::after {
	content: '';
	background: url("https://gener.com.ua/wp-content/uploads/screencapture-gener-ua-2023-12-21-12_18_45-1.svg") 0 0 / 100% no-repeat;
	position: absolute;
	bottom: -85px;
    right: 5%;
	width: 119px;
	height: 131.8px;
}


.slider__head-link{
    position: relative;
}
.slider__head-link::after{
    content: '';
	position: absolute;
	top: 50%;
    left: 80%;
	background: url("https://gener.com.ua/wp-content/uploads/group-27-1.svg") 0 0 / 100% no-repeat;
	width: 105px;
	height: 128px;
	z-index: 2;
	transition: all 0.5s;
}

.projects__slider .slick-arrow{
    top: -90px;
}
.services-plant__circle {
    background-color: #febf0f;
}
.projects__slider .slick-next::before{
    content: url(https://gener.com.ua/wp-content/uploads/group-1.svg);
}
.projects__slider .slick-prev::before{
    content: url(https://gener.com.ua/wp-content/uploads/group-45.svg);
}
.city-with-border{
    padding: 15px 0px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    color: #9B9EA2;
    line-height: 18.75px;
    display: flex;
    align-items: center;
}
.city-with-border img{
    margin-right: 5px;
    height: 20px;
}
.projects__slider .slick-prev{
    border: 2px solid #404245!important;
    border-radius: 4px 0px 0px 4px!important;
    height: 46px!important;
    width: 46px!important;
    box-shadow: none;
    right: 68px!important;
}
.projects__slider .slick-next{
    border: 2px solid #404245!important;
    border-radius: 0px 4px 4px 0px!important;
    height: 46px!important;
    width: 46px!important;
    box-shadow: none;
}
.projects__slider .slick-arrow:active{
    border: 2px solid #febf0f!important;
}
.projects__suptitle {
    width: 40%;
}
.works__images{
    width: 400px;
    height: auto;
    max-height: 240px;
    border-radius: 4px;
}
.only-border{
    border-bottom: 2px solid #404245;
    margin-bottom: 20px;
    width: 95px;
}
.projects__slider .slider__head-btn{
    background: none;
    top: 60px;
    left: 150px;
}
.projects__slider .slider__head-btn::before {
    width: 84px;
    height: 84px;
    background: #FEBD33;
    opacity: 0.4;
}
.projects__btn-more.btn span, .popup-with-form.banner-btn.btn span{
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
}
.projects__btn-more.btn::after, .popup-with-form.banner-btn.btn::after{
    font-size: 14px;
}
.projects__btn-more{
    background-color: #FEBF0F;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;    
    width: 208px;
}
@media (max-width: 1060px){
.projects__slider .slick-arrow {
    top: -50px;
}
}
.services-plant__image__first::before{
    content: '';
	position: absolute;
	top: -30%;
    left: 0;
	background: url("https://gener.com.ua/wp-content/uploads/group-31-4.svg") 0 0 / 100% no-repeat;
	width: 116px;
	height: 90px;
	z-index: -1;
	transition: all 0.5s;        
}

@media(max-width: 600px){

    .services-plant__image{
        position: relative;
    }
    .services-plant__image__first::before{
    content: '';
	position: absolute;
	top: -30%;
    left: 0;
	background: url("https://gener.com.ua/wp-content/uploads/group-31-4.svg") 0 0 / 100% no-repeat;
	width: 116px;
	height: 90px;
	z-index: -1;
	transition: all 0.5s;        
    }
    .services-plant__image__first::after{
    content: '';
	position: absolute;
    top: 80%;
    left: 11px;
	background: url("https://gener.com.ua/wp-content/uploads/group-31-5.svg") 0 0 / 100% no-repeat;
	width: 101px;
	height: 111px;
	z-index: -1;
	transition: all 0.5s;        
    }   
    .services-plant__image__second::after{
    content: '';
	position: absolute;
    top: 80%;
    left: 71px;
	background: url("https://gener.com.ua/wp-content/uploads/group-32-2.svg") 0 0 / 100% no-repeat;
	width: 101px;
	height: 111px;
	z-index: -1;
	transition: all 0.5s;        
    }      
    .services-plant__image__third::before{
    content: '';
	position: absolute;
	top: -25%;
    left: 0;
	background: url("https://gener.com.ua/wp-content/uploads/group-50-1.svg") 0 0 / 100% no-repeat;
	width: 116px;
	height: 90px;
	z-index: -1;
	transition: all 0.5s;        
    }
    .services-plant__image__third::after{
    content: '';
	position: absolute;
    top: 80%;
    left: 12px;
	background: url("https://gener.com.ua/wp-content/uploads/group-33-1.svg") 0 0 / 100% no-repeat;
	width: 101px;
	height: 111px;
	z-index: -1;
	transition: all 0.5s;        
    }      
    .projects__slider .slick-prev{
        right: 45px!important;
    }
    
    .main__decorations .main__decoration.main__decoration_fourth{
        top: 85%;
        right: 2%;
        left: auto;
    }
    .main__slider-banner.slick-initialized.slick-slider.slick-dotted{
    display: flex!important;
    flex-direction: column!important;
    justify-content: center!important;
    }
    .slick-dots{
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    width: 100%!important;
    margin-left: 0px!important;
    }
    .main__slider-banner .slick-dots{
        top: 510px;
    }
	.main__slider-banner .banner-title{
	font-size: 26px;
    line-height: 31px;
    font-weight: 700;
	}  
	.popup-with-form.banner-btn.btn span{
	    font-size: 18px;
	}
    .popup-with-form.banner-btn.btn::after{
        font-size: 18px;
    }	
	.popup-with-form.banner-btn.btn{
	    width: 292px;
	}
	.services-plant__item:nth-child(2){
	    margin-bottom: 20px;
	    margin-top: 20px;
	}
	.services-plant__row:nth-child(2){
	    row-gap: 1.15625rem;
	}
}

@media(max-width: 455px){
    .projects h2 {
    max-width: 230px;
}
    .works__images{
        width: 100%;
        height: auto;
    }
}
@media(max-width: 400px){

}

@media (max-width: 37.5em){
.services-plant__subtitle::before {
    top: -10px;
    left: -25px;
    width: 70px;
    height: 70px;
}
}

@media (max-width: 37.4375em){
.services-plant__image {
    width: 45%;
    aspect-ratio: 390/450;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 45%;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 45%;
}
}

@media (max-width: 38.125em){
.services-plant__subtitle {
    font-size: 18px;
}
.services-plant__text p {
    font-size: 12px;
    line-height: 21px;
    font-weight: 600;
}
}




