/*
Theme Name: Template theme
Version: 1.0.0
*/
.section_form .men_div img{
	position: absolute;
	right: 0;
}

#bulits .bullits .ico:before, #bulits .bullits .ico:after, #block1 .bullits .ico:before, #block1 .bullits .ico:after, .page-template-about_company .section1 .bullits .ico:before, .page-template-about_company .section1 .bullits .ico:after, .section_balon .bullits .ico:before, .section_balon .bullits .ico:after {
	display: none;
}
.home .section1 .bullits .ico {
    margin-right: 15px;
}
.section_balon .bullits .ico {
    flex: 0 0 auto;
	width: 58px;
}
.section_balon .bullits li {
    align-items: center;
}
.bullits .ico.stdbul:before, .bullits .ico.stdbul:after, .section_form_spec .bullits .ico:before, .section_form_spec .bullits .ico:after{
	 display: none;
}
.section_form_spec .bullits .ico {
    height: 52px;
}
.cat_card.big:before {
    background: url(./img/mask_dl_pl.png) no-repeat top center;
}
.section_form_spec .bullits .ico img {
	margin-bottom: 0;
}

@media only screen and (max-width: 768px){
	.home .section1 .bullits .ico {
		margin-right: 0;
	}
	.section_form_spec .bullits .ico {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 37px;
	}
}
@media screen and (max-width: 560px){
	.wrapper_promo .promoslider .img{
		height: 140px;
		height: 43vw;
		width: 100%;
		overflow: hidden;
		max-height: 200px;
	}  
	.wrapper_promo .promoslider .img img {
		/* display: none !important; */
		/* width: 180%; */
		/* margin-left: -80%; */
		height: 100%;
		width: 210%;
		margin-left: -110%;
		object-position: top;
	}
}
@media screen and (max-width: 420px){
	.home .wrapper_promo .title {
		font-size: 28px;
		margin-bottom: 5px;
	}
	.wrapper_promo .promoslider .promod .info {
		padding: 18px 20px;
	}
}


/*************/

.form .form_calc_n .tel.error {
  -webkit-animation: error ease-in-out .6s 3 !important;
          animation: error ease-in-out .6s 3 !important;
  border-color: red;
  /* border: 1px solid green; */
}
.form .form_calc_n .h6 {
    font-size: 10px;
    color: #000000;
    color: #ffffff;
    margin: 6px auto 0;
    max-width: 100%;
}
.form_calc_n .labelPhone, .form_calc_n  .input_wrap {
    margin: 0 auto 4px;
    max-width: 100%;
}
.form_calc_n .labelPhone > span, .form_calc_n  .labelPhone .backmask {
    padding: 18px 10px 22px 14px;
}
.form_calc_n .tel{
  border-width: 2px;
  border-color: rgb(142, 150, 167);
  border-style: solid;
  /* border-radius: 10px; */
}
.form .form_calc_n .button{
	max-width: 100%;
    margin: 0;
}

.form_calc_n .type_s_title {
	font-size: 22px;
	color: rgb(0, 0, 0);
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	font-family: "Open Sans";
	color: rgb(255, 81, 18);   
	color: #74c530;
}

.form_calc_n .form_type_s {
	margin: 15px 0 8px;
}

.form_calc_n .type_s {
  text-align: center;
  font-size: 14px;
  color: #757575;
    color: #ffffff;
  cursor: pointer;
  padding: 0 8px;
  width: 78px;
	height: 72px;
  transition: 0.4s;
}

.form_calc_n .type_s .type_s_ico {
/*   border-width: 1px;
  border-color: black;
  border-style: solid;
  border-radius: 50%; */
  background-color: white !important;
  width: 49px;
  height: 49px;
  margin: 0 auto 7px;
  border-radius: 9px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 6px 10px 0px rgba(4, 20, 52, 0.24);
  width: 44px;
  height: 42px;
  transition: 0.4s;
}

.form_calc_n .type_s.click .type_s_ico{
	box-shadow: none;
    margin: 0 auto 0;	
}
.form_calc_n .type_s.click {
	color: #000;
	border-style: solid;
	border-width: 2px;
	border-color: rgb(255, 81, 20);
	border-radius: 9px;
	background-color: rgb(255, 255, 255);
	/* width: 78px;
	height: 72px; */
}

.form_calc_n .type_s.click .type_s_ico {
  /* width: 48px;
				height: 48px; */
  /* border-width: 2px; */
}

.form_calc_n .type_s.Tel .type_s_ico {
  background: url(./img/soc/tel.png) no-repeat center center;
}

.form_calc_n .type_s.Telegram .type_s_ico {
  background: url(./img/soc/Telegram_f.png) no-repeat center center;
  /* border-color: #2eabe1; */
}

.form_calc_n .type_s.Viber .type_s_ico {
  background: url(./img/soc/viber_f.png) no-repeat center center;
  /* border-color: #953ede; */
}

.form_calc_n .type_s.Whatsapp .type_s_ico {
  background: url(./img/soc/whatsapp_f.png) no-repeat center center;
  /* border-color: #33b958; */
}

@media screen and (max-width: 768px) {
	.form_calc_n .type_s {
		font-size: 12px;
		padding: 0 5px;
		width: 74px;
	}
}

@media only screen and (max-width: 768px){
	.section_form + .section_seo .imageseo_wrap{
		margin-top: -40px;
	}
	.template_page .section1 .wrapper_wrap {
		width: 95%;
	}
}
@media screen and (max-width: 480px){
	.home .section1 .bullits li:first-child {
		margin-left: 0;
		margin-right: 10px;
	}
}

/* Кнопка в каталог  */
a.btncats1 {
    /* padding: 0 5px; */
    width: 300px;
    color: #000000 !important;
    margin-bottom: 30px;
}
.home .section1 .bullits {
  max-width: 783px;
}
.home .section1 {
  background-size: auto, cover;
}
@media only screen and (max-width: 1400px){
  .home .section1 .bullits {
    max-width: 670px;
  }
  .home .section1 .bullits li:nth-child(2) .text {
    max-width: 200px;
  }
  .home .section1 .bullits li:nth-child(2) .text br {
    display: none;
  }
}
@media only screen and (max-width: 768px){
  a.btncats1 {
    margin: 20px auto 0;
    z-index: 2;
  }
  .home .section1 .bullits li.hidden_mob {
    display: none;
  }
  .home .section1 .bullits li:nth-child(2) .text {
    max-width: auto;
  }
}


#uswork .flex_wrap.catalog_fotowork_wrap.slick-slider {
    display: flex;
	margin-top: 55px;
}
@media only screen and (max-width: 768px){
	#uswork .flex_wrap.catalog_fotowork_wrap.slick-slider {
		flex-wrap: wrap;
	}
	.catalog_fotowork .fotowork_img {
		height: 33vw;
	}
}


.postid-1903 .section_seo .imageseo_wrap {
    height: 395px;
    margin-top: -86px;

}
@media only screen and (max-width: 1400px){
	.postid-1903 .section_seo .imageseo_wrap {
		height: 255px;
		margin-top: -106px;
	}
}
@media only screen and (max-width: 1180px){
	.postid-1903 .section_seo .imageseo_wrap {
		height: 350px;
		float: none;		
		width: 610px;
		margin: 0 auto;
		margin-bottom: 70px;
	}
	.postid-1903 .section_form + .section_seo .imageseo_wrap {
		margin-top: -40px;
		
	}
}

@media only screen and (max-width: 768px){
	.postid-1903 .section_seo .imageseo_wrap {	
		width: 100%;
		height: 53vw;
		margin-bottom: 70px;
		margin-top: -106px;
	}
	.postid-1903 .section_form + .section_seo .imageseo_wrap {
		margin-top: -40px;
	}
}

.single-stati h5 {
    font-size: 17px;
}

@media only screen and (max-width: 768px){
.slajder_brendov_wrap.flex_wrap {
display: none;
}
}


/* new 09.2022 */

.section_gr .gr_bottom .button {
    width: 180px;
    height: 57px;
}

.btncatsgreen{
  background-image: -moz-linear-gradient( 180deg, #81F875, #00DC1D);
  background-image: -webkit-linear-gradient( 180deg, #81F875, #00DC1D);
  background-image: -ms-linear-gradient( 180deg, #81F875, #00DC1D);
  background-image: linear-gradient( 180deg, #81F875, #00DC1D);
  box-shadow: 0px 5px 0px 0px rgb(57, 142, 0);
  margin-left: 15px;
  padding-left: 31px;
}
.btncatsgreen:before{
	content: "";
	display: block;
	width: 28px;
	height: 29px;
	position: absolute;
	left: 10px;
    top: 17px;
	background: url(img/fixed_calc.png) no-repeat center;
}

#modal_zayavka_new.modal .form .sub_title_form {
    font-weight: 400;
}
#modal_zayavka_new .form_calc_n .type_s_title {
    font-size: 18px;
    color: rgb(0, 0, 0);
    color: #ffffff;
}
#modal_zayavka_new.modal .form form {
    max-width: 315px;
}
#modal_zayavka_new .form_calc_n .tel {
    border: none;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.03);
	margin-bottom: 8px;
}
#modal_zayavka_new .form_calc_n .labelPhone > span, .form_calc_n .labelPhone .backmask {
    padding-top: 21px;
}

.wrapper_promo .data {
    font-size: 22px;
    padding: 6px 24px;
}
.wrapper_promo .data span{
	font-size: 16px;
	color: rgb(0, 0, 0);
	font-weight: bold;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	/* width: 177px; */
	width: 197px;
	/* height: 34px; */
	padding: 5px 10px;
	display: block;
    margin: 7px auto 0;
    text-align: center;
}
.wrap_promo .data span {
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    /* height: 34px; */
    padding: 3px 8px;
    margin-left: 10px;
}

.wrapper_promo .title .new_t{
    line-height: 1.13;
    margin-top: -34px;
}
.wrapper_promo .btncatsgreen, .wrap_promo .btncatsgreen {
    margin-left: 0;
	width: 370px;
	margin-bottom: 0;
}
.wrapper_promo .btncatsgreen:before, .wrap_promo .btncatsgreen:before {
    width: 37px;
    height: 37px;
    left: 26px;
    top: 14px;
    background: url(img/sale_ntb.png) no-repeat center;
}
.wrap_promo .btncatsgreen {
    margin-left: 0;
}
@media only screen and (max-width: 1400px){
	.section_gr .gr_bottom .button {
		width: 144px;
		height: 50px;
		font-size: 14px;
	}
	.wrapper_promo .data {
		font-size: 16px;
		padding: 4px 24px;
	}
	.wrapper_promo .data span {
		font-size: 15px;
		/* width: 163px; */
		width: 176px;
		padding: 4px 0px;
		margin: 5px auto 0;
	}
	.wrapper_promo .title .new_t {
		line-height: 1.05;
	}
	.home .wrapper_promo .promod .info {
	  max-width: 450px;
	}
}
@media only screen and (max-width: 1180px){
	.wrapper_promo .title .new_t {
		line-height: 1.15;
		margin-top: -20px;
	}
	.wrap_promo .data span {
		font-size: 12px;
		padding: 3px 5px;
		margin-left: 2px;
	}
	.page-template-promotions .prb_m .data {
		left: 10px;
	}
}
@media only screen and (max-width: 768px){
	#modal_zayavka2.modal .left_modal, #modal_zayavka_new.modal .left_modal {
		display: none;
	}
	#modal_zayavka2.modal, #modal_zayavka_new.modal {
		background: none;
	}
	.wrapper_promo .title .new_t {
		margin-top: 0;
	}
}
	

@media only screen and (max-width: 570px){
	.wrap_promo .data span {
		display: none;
	}
}
	

@media only screen and (max-width: 560px){
	.home .wrapper_promo .promoslider .promod {
	  padding: 0;
	}
	.home .wrapper_promo .promod .info {
	  max-width: 100%;
	}
	.home .wrapper_promo .promoslider {
	  height: calc(30vw + 357px);
	}
	.wrapper_promo .promoslider .data {
		font-size: 14px;
	}
	.home .wrapper_promo .promoslider .slide_promo_wrap {
	  height: calc(32.5vw + 350px);
	}
	.wrapper_promo .title {
		font-size: 28px;
	}
	.wrapper_promo .title .new_t {
		margin-top: 0;
		text-align: center;
	}
	.wrapper_promo .btncatsgreen, .wrap_promo .btncatsgreen {
		margin-left: 0;
		max-width: 330px;
		margin: 10px auto 0;
		width: 100%;
	}
	.wrapper_promo .btncatsgreen:before, .wrap_promo .btncatsgreen:before {
		left: 11px;
		top: 12px;
	}
	.wrap_promo .btncatsgreen {
		margin-left: 0;
		width: 320px;
	}
}
@media screen and (max-width: 440px){	
	.modal .form .sub_title_form {
		font-size: 15px;
	}
	.wrapper_promo .data span {
		font-size: 13px;
		width: 140px;
		padding: 3px 0px;
	}
}
@media screen and (max-width: 420px){	
	.section_gr .gr_bottom .button {
		width: 120px;
		height: 40px;
		font-size: 12px;
	}
}
@media only screen and (max-width: 360px){
	#modal_zayavka_new .form .dop_form {
		font-size: 14px;
	}
	#modal_zayavka_new .form .form_calc_n .button {
		font-size: 14px;
	}
}
@media only screen and (max-width: 350px){
	.section_gr .gr_bottom .price_new {
		font-size: 13px;
	}
	.wrapper_promo .promoslider .data {
		width: 270px;
		padding: 5px 3px;
	}
	.wrapper_promo .text {
		font-size: 15px;
	}
	.wrapper_promo .btncatsgreen, .wrap_promo .btncatsgreen{
		font-size: 14px;
	}
	.wrapper_promo .btncatsgreen:before, .wrap_promo .btncatsgreen:before {
		left: 10px;
		top: 18px;
		background-size: cover;
		width: 27px;
		height: 27px;
	}
	.wrap_promo .btncatsgreen {
		width: 280px;
	}
}

.section_form .men_div img {
  right: -45px;
}

.page-template-about_company .section_4ac .production_slider .slides {
    height: 370px;
}
.page-template-about_company .section_4ac .production_slider .slides li img {
    height: 354px;
}
.page-template-about_company .section_4ac .production_slider {
    margin-top: -30px;
}
.page-template-about_company .section_4ac .production_slider .flex-control-nav li {
    height: 95px;
}
@media screen and (max-width: 768px) {
	.page-template-about_company .section_4ac .wrapper {
	    padding-bottom: 40px;
	}
	.page-template-about_company .section_4ac .production_slider {
	    margin-top: 40px;
	}
}
@media screen and (max-width: 560px) {
	.page-template-about_company .section_4ac .production_slider .slides {
	    height: 376px;
	    height: 80vw;
	}
	.page-template-about_company .section_4ac .production_slider .slides li img {
	    height: 100%;
	}
	.page-template-about_company .section_4ac .production_slider .flex-control-nav li {
	  height: 24vw;
	}
}
/****** правки 3 *******/

.section_gr .gr_bottom .price_new .priceP{
   font-size: 24px;
   font-weight: bold;
   margin-top: 2px;
}
.section_gr .gr_bottom .price_new {
   font-weight: 400;
   padding-right: 0;
}

@media only screen and (max-width: 768px){
.section_balon {
padding-bottom: 100px;
margin-bottom: 0;
}
}
@media only screen and (max-width: 420px){
.section_gr .gr_bottom .price_new .priceP {
font-size: 22px;
margin-top: 0;
}
}
/*--------- scroll --------*/

form button.orderSubmit.button_submit {
    display: none;
}
@media only screen and (max-width: 768px){
	form button.orderSubmit.button_submit.bigsubmit {
		position: absolute !important;
		/* display: block; */
		right: 0;
		width: 104px !important;
		box-shadow: none !important;
		font-size: 14px !important;
		border-radius: 10px;
		/* height: calc(100% - 8px); */
		height: 59px;
		font-weight: 500;
		background: #f2c906;
		background: #f2c906 url(img/str_sm.png) no-repeat center right 4px;
		padding-right: 22px !important;
		max-width: 300px;
		top: 0;
		text-transform: none;
	}
	form button.orderSubmit.button_submit.visible {
		display: block;
	}
	
	
	.modal .form_men {
		width: 90px;
		height: 90px;
	}
	.modal .left_modal {
		display: none;
	}
	.modal:not(#text_rev) {
		background: none;
	}
	div#open_garant.modal {
		background: #fff;
	}
}


@media screen and (max-width: 440px){
	.modal .form .title_form {
		font-size: 18px;
		margin-bottom: 3px;
	}
	.modal .form .sub_title_form {
		font-size: 14px;
		margin-bottom: 2px;
	}
	#modal_zayavka_new .form_calc_n .type_s_title {
		font-size: 17px;
	}
	#modal_zayavka_new .form_calc_n .form_type_s {
		margin: 7px 0 8px;
	}
}

@media only screen and (max-width: 340px){
	form button.orderSubmit.button_submit.bigsubmit {
		font-size: 13px !important;
	}
}
/* 29,11,22 */

.single-stati .plitka_section{
	margin-bottom: 40px;
}
.single-stati .plitka_section .plitka {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-stati .plitka_section li {
  border-radius: 20px;
  background-color: #f6f9ff;
  width: 335px;
    width: 24.5%;
  padding: 7px;
}
.single-stati .plitka_section li .text{
	/* font-size: 16px; */
	line-height: 1.2;
}
.single-stati .plitka_section li:before{
	display: none;
}
.single-stati .plitka_section li .li_wrap {
  border-width: 1px;
  border-color: #26C706;
  border-style: solid;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
  height: 100%;
}

.single-stati .plitka_section li .ico {
  border-radius: 20px;
  background-color: black;
  width: 100%;
  height: 189px;
    height: 141px;
  margin-bottom: 10px;
}


@media only screen and (max-width: 1400px){
	.single-stati .plitka_section li {
		max-width: 335px;
		width: 24.5%;
		padding: 3px;
	}
	.single-stati .plitka_section li .text{
		font-size: 16px;
		line-height: 1.144;
	}
	.single-stati .plitka_section li .ico {
		height: 111px;
	}
}


@media only screen and (max-width: 1180px){
	.single-stati .plitka_section li .text {
		font-size: 14px;
		line-height: 1.144;
	}
	.single-stati .plitka_section li .ico {
		height: 71px;
	}
}


@media only screen and (max-width: 768px){
  .single-stati .plitka_section .plitka {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .single-stati .plitka_section li {
    width: 50%;
    max-width: 340px;
    margin-bottom: 5px;
    padding: 5px;
  }
	.single-stati .plitka_section li .ico {
		height: 151px;
	}
}
@media only screen and (max-width: 460px){
  .single-stati .plitka_section li {
    width: 100%;
    max-width: 340px;
    margin-bottom: 5px;
  }
}
a.btnmodalpromo {
    width: 300px;
    color: #000000;
	margin-top: 10px;
}
.wrapper_promo .promod {
    padding-top: 20px;
}
.wrapper_promo .title .new_t {
    margin-top: 0;
}
@media only screen and (max-width: 1180px){
	.wrapper_promo .title .new_t {
		margin-top: 0;
	}
}
@media only screen and (max-width: 768px){
  a.btnmodalpromo {
    margin: 10px 0 0;
    z-index: 2;
  }
}
@media only screen and (max-width: 560px){
	a.btnmodalpromo {
		margin: 20px auto 0;
		z-index: 2;
	}
	.wrapper_promo .btnmodalpromo {
		margin-left: 0;
		max-width: 330px;
		margin: 10px auto 0;
		width: 100%;
		font-size: 14px;
		line-height: 47px;
		height: 47px;
	}
}
@media only screen and (max-width: 350px){
	.wrap_promo .btnmodalpromo {
		width: 280px;
		font-size: 14px;
		line-height: 50px;
		height: 51px;
	}	
}
@media only screen and (min-width: 1401px){ 
	.page-template-promotions .prb_m .text {
	  max-width: 420px;
	}
	.page-template-promotions .prb_m .info {
	  padding: 70px 285px 15px 40px;
	}
	.home .wrapper_promo .promod .info {
	  max-width: 530px;
	}

}
@media only screen and (min-width: 1201px) and (max-width: 1400px){ 
	.page-template-promotions .prb_m .info {
	  padding: 40px 145px 15px 40px;
	}
	.page-template-promotions .prb_m .text {
	  max-width: 370px;
	}
	.home .wrapper_promo .title {
	  margin-bottom: 7px;
	  line-height: 1.05;
	}

}
@media only screen and (max-width: 560px){
	.home .wrapper_promo .promoslider .data {
	  width: 290px;
	}
}


.section_director .wrapper {
  padding: 25px;
  background-image: url('./img/section_director_bg.jpg');
  margin: 200px auto 50px auto;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 53px;
}

.section_director .wrapper .title_people {
  margin-top: 50px
}

.section_director .flex_director {
  display: flex;
  margin-top: 30px;
  align-items: flex-end;
}

.section_director .flex_director .director_img {
  margin-left: -100px;
  margin-bottom: -25px;
  position: relative;
  z-index: 1;
}

.section_director .flex_director .director_img img {
  display: flex;
}

.section_director .flex_director .director_img .name_director {
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 3.709px 5.936px 16px 0px rgba(79, 79, 79, 0.28);
  position: absolute;
  width: 267px;
  padding: 15px;
  position: absolute;
  left: 50%;
  bottom: 65px;
  transform: translate(-50%, 50%);
  text-align: center;
  font-size: 18px;
}


.section_director .flex_director .director_text  {
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  margin-left: -30px;
  margin-top: 20px;
  padding: 30px 25px 30px 45px;
  font-size: 16px;
  color: #000;
  position: relative;
}

.section_director .flex_director .director_text::before {
  content: '';
  display: block;
  background-image: url('./img/before_director_text.png');
  width: 131px;
  height: 86px;
  position: absolute;
  left: -89px;
  top: 25%;
}

.section_director .flex_director .director_text p:not(:first-of-type) {
  margin-top: 30px;
}

.section_director .flex_director .director_text p {
  font-weight: 400;
  line-height: 1.5;
}

.section_director .flex_director .director_text p strong {
  font-weight: 900;
}

.section_director .flex_director .director_text .button {
  border-radius: 40px;
  max-width: 369px;
  width: 100%;
  height: 61px;
  margin-top: 20px;
}


.section_director h2:before {
  transform: translate(-45px, -30px);
}

@media only screen and (max-width: 1400px) {
  .section_director .flex_director .director_text p {
    font-size: 14px;
  }
  .section_director .flex_director .director_text p:not(:first-of-type) {
    margin-top: 20px;
  }

  .section_director .flex_director .director_img img {
    max-width: 550px;
  }
}

@media only screen and (max-width: 987px) {
  .section_director .flex_director {
    flex-direction: column;
    align-items: center;
  }
  .section_director .flex_director .director_img {
    margin: 0 auto;
  }
  .section_director .flex_director .director_text {
    margin: 0 auto;
    padding: 20px;
  }
  .section_director .flex_director .director_text::before {
    display: none;
  }

  .section_director .wrapper {
    border-radius: 20px;
    background-position: center;
    padding: 0;
    margin-top: 50px;
  }

  .section_director .flex_director .director_img img {
    max-width: 100%;
  }
  .section_director .wrapper .title_people {
    margin-top: 0px;
    padding-top: 60px;
  }
  .section_director .wrapper .title_people br {
    display: none;
  }
  .section_director h2:before {
    transform: translate(-50%, 50%);
    left: 50%;
    top: -5px;
    margin: unset;
  }
  .section_director .flex_director .director_img .name_director br {
    display: none;
  }
  .section_director .flex_director .director_img .name_director  {
    bottom: 150px;
  }
  .section_director .flex_director .director_img {
    margin-bottom: -100px;
    z-index: 0;
  }
  .section_director .flex_director .director_text .button {
    height: 54px;
    line-height: 54px;
  }
}