@font-face {
  font-family: 'Century Gothic';
  src: url('fonts/centurygothicbold.ttf');
  src: local('☺'),
  url('fonts/centurygothicbold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  }
@font-face {
font-family: 'Century Gothic';
src: url('fonts/CenturyGothicNormal.ttf');
src: local('☺'),
url('fonts/CenturyGothicNormal.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

*{
	margin:0;
	padding:0;
}
*:focus{
	outline:none;
}
html{scroll-behavior:smooth}

body{
	font-family: 'Century Gothic', sans-serif;
	line-height: normal;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	color: #322a2a;
  font-size: 18px;
  font-weight: 400;
}
body.overflow-hidden {
  overflow: hidden;
}
a{
	color: #fbb93f;
  text-decoration: none;
}
a[href^="tel"]{
	text-decoration:none
}
button{
	outline:0
}
ol,ul{
	list-style:none
}

textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{
	-webkit-appearance:none;
	appearance:none;
	border-radius:0
}
input[type="search"]{
	-webkit-appearance:textfield
}
table{
	border-collapse:collapse;
	border-spacing:0
}
th,td{
	padding:2px
}
h1 {
  font-size: 46px;
  text-align: center;
  color: #322a2a;
  line-height: normal;
}
h1 em {
  font-style: italic;
  font-weight: 400;
  font-size: 36px;
}
h2,.h2 {
line-height: normal;
font-weight: 700;
font-size: 46px;
letter-spacing: 0.02em;
text-transform: uppercase;
color: #322a2a;
margin-bottom: 80px;
}
p {
	padding-bottom: 10px;
}
img {max-width: 100%;}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}

#wrapper {
	overflow: hidden;
}


@media (min-width: 575.98px){
    .section, .section_1440 {
        padding: 0 calc(50vw - 300px);
    }
}

@media (min-width: 768.98px){
       .section, .section_1440 {
        padding: 0 calc(50vw - 425px);
    }
}

@media (min-width: 991.98px) {
    .section,.section_1440 {
        padding: 0 calc(50vw - 480px);
    }
}

@media (min-width: 1199.98px){
    .section {
         padding: 0 calc(50vw - 560px);
    }
    .section_1440 {
      padding: 0 calc(50vw - 561px);
    }
}
@media (min-width: 1280.98px){
    .section {
       padding: 0 calc(50vw - 540px);
    }
}
@media (min-width: 1360.98px){
  .section {
    padding: 0 calc(50vw - 774px);
  }
}
@media (max-width: 575.98px){
    .section{
        padding: 0 20px;
    }
}
.section {
	position: relative;
}
.row {
	display:flex;
	flex-wrap:wrap;
}

.hidden_desctop {
	display:none;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: poIntro;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    poIntro-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*end slick*/

#branding {
	gap: 50px;
	align-items: flex-start;
  justify-content: space-between;
padding: 45px 20px;
  min-height: 240px;
}

#header {
  background: #F7F5F5;
  position: relative;
      z-index: 5;
}
body:not(.home) #header:after,.gray:after {
    content: '';
    width: 100%;
    height: 105px;
    background: url(img/decor.png) no-repeat center;
    display: block;
    position: absolute;
    bottom: -104px;
    left: 0;
}
div#logo {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: 20px;
}
.contact a,.contact_footer a,.contact_footer span {
color: #322a2a;
position: relative;
display: block;
padding-bottom: 6px;
}
.contact a:before, .contact_footer a:before,
.contact_footer span:before,
.contact span:before {
  content: '';
  width: 40px;
  height: 40px;
  background: #DED4CB;
  display: inline-block;
  mask-size: 100%;
  vertical-align: middle;
  margin-right: 15px;
}
.contact a.phone:before,
.contact_footer a.phone:before {
  mask: url(img/phone.svg) no-repeat center;
  -webkit-mask: url(img/phone.svg) no-repeat center;
}
.contact a.mail:before,
.contact_footer a.mail:before  {
  mask: url(img/mail.svg) no-repeat center;
  -webkit-mask: url(img/mail.svg) no-repeat center;
}
.contact .adres:before,
.contact_footer .adres:before  {
  mask: url(img/adres.svg) no-repeat center;
  -webkit-mask: url(img/adres.svg) no-repeat center;
}
.vk:before,
.telegram:before,
.whatsapp:before,
.ок:before{
  content: '';
  width: 40px;
  height: 40px;
  background: #DED4CB;
  display: inline-block;
}
.vk:before {
  mask: url(img/VK.svg) no-repeat center;
  -webkit-mask: url(img/VK.svg) no-repeat center;
  mask-size: 100%;
}
.vk:hover:before {
  background-color: #0177FF;
}
.telegram:before {
  mask: url(img/telegram.svg) no-repeat center;
  -webkit-mask: url(img/telegram.svg) no-repeat center;
  mask-size: 100%;
}
.telegram:hover:before {
  background-color: #2EA6E2;
}
.whatsapp:before {
  mask: url(img/WhatsApp.svg) no-repeat center;
  -webkit-mask: url(img/WhatsApp.svg) no-repeat center;
  mask-size: 100%;
}
.ок:before {
  mask: url(img/ok.svg) no-repeat center;
  -webkit-mask: url(img/ok.svg) no-repeat center;
  mask-size: 100%;
}
.burger {
	display:none;
    width: 35px;
    height: 24px;
	background: url(img/burger.svg) no-repeat center left;
	    cursor: pointer;
}
.burger.active {
	width: 20px;
	height: 20px;
	background: url(img/close.svg) no-repeat center;
}

#menu {
  display: flex;
      justify-content: center; 
      padding: 20px 0 40px 0;
}
#menu ul  {
display: flex;
column-gap: 80px;
}
#menu ul li {
	display: inline-block;
}
#menu ul li.current-menu-item a,
#menu ul li:hover a {
    color: #2F2524;
	position: relative;;
}
#menu ul li:hover a:before,
#menu ul li.current-menu-item a:before{
  content: '';
  width: 100%;
  height: 10px;
  mask:url(img/volna.svg) repeat-x left bottom;
  -webkit-mask:url(img/volna.svg) repeat-x left bottom;
  position: absolute;
  left: 0;
  background:#FBB93F;
  bottom: -10px;
}
#menu ul li a {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #2f2524;
}
.soc {
  gap: 15px;
}

.gray  {
  position: relative;
}
.screen_home_center  {
  text-align: center;
padding: 160px 20px 80px;
  z-index: 2;
  position: relative;
  background: url(img/bg_header.png) no-repeat center;
  background-size: cover;
}

/*.screen_home_center:after {
  content: '';
  width: 100%;
  height: 105px;
  background: url(img/decor.png) no-repeat center;
  display: block;
  position: absolute;
  bottom: -104px;
  left: 0;
}*/
.screen_home_center h1{
  position:relative;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
}

.screen_home_center h2 {
  font-size: 46px;
  text-align: center;
  width: 100%;
  padding: 24px 0 0 0;
  color: #fff;
}

.projects .section_pad {
  padding: 140px 20px 230px;
}

.projects {
  background: linear-gradient(90deg, rgba(247, 245, 245, 0.3) 0%, rgba(249, 249, 249, 0.3) 35.5%, rgba(247, 245, 245, 0.3) 100%), url(img/bg.png) no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin: -75px 0 0 0;
}
.projects ul{
  display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.projects ul li{
  background: #F7F5F5;
  border-radius: 50px;
  border: 20px solid #fff;
  padding: 30px 0 30px 30px;
display: grid;
  position: relative;
  grid-template-columns: 1fr 0.8fr;
}
.projects .text {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.projects h3{
  font-weight: 700;
  font-size: 30px;
  color: #322a2a;
}
.projects .img img {
  height: auto;
  margin: -30px 0 -30px 0;
}
.projects .link_block {
  *position: absolute;
  *bottom: 30px;
}
.projects  a.link {
  border-radius: 100%;
  background: #ca5c48;
  width: 50px;
  height: 50px;
  display: block;
  border: 10px solid #fff;
  box-sizing: content-box;
  position: relative;
}
.projects  a.link:before {
  content: '';
  background: #fff;
  mask: url(img/arrow.svg) no-repeat center;
  -webkit-mask: url(img/arrow.svg) no-repeat center;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotate(180deg);
  left: 0;
}
.project_wrap {
	display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap:36px;
  margin-bottom: 20px;
}
.project_img img {
	height: auto;
	border-radius: 30px;
}
.project_wrap h1 { 
text-align: left;
}

.news_wrap,.reviews {
  background:#F7F5F5;
  position: relative;
  z-index: 2;
}
.news_wrap::after,
.news_wrap::before,
.reviews::before,
.reviews:after  {
  content: '';
  width: 100%;
  height: 105px;
  display: block;
  position: absolute;
  left: 0;
}
.news_wrap::before,
.reviews:before {
  background:url(img/decor_top.png) no-repeat center;
  top: -104px;
  height: 120px;
}
.news_wrap::after,
.reviews:after {
  background:url(img/decor.png) no-repeat center;
  bottom: -104px;
}
.news_wrap .section_pad {
  padding:40px 20px;
}
.news_wrap .title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.all_link {
font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ca5c48;
  background:#fff;
  border-radius:40px;
  padding:25px 55px;
  position: relative;
}
.all_link:after {
  content: '';
  background: #CA5C48;
  mask: url(img/arrow2.svg) no-repeat center;
  -webkit-mask: url(img/arrow2.svg) no-repeat center;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 0 0 20px;
}
.all_link:hover {
	color: #fff;
  background:#ca5c48;
}
.all_link:hover:after {
  background: #fff;
}
.news {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap:36px;
}
.news li,.news article {
background:#fff;
  border-radius:40px;
  overflow:hidden;
  position: relative;
}
.news h3,.news article h2{
padding: 43px;
font-size: 24px;
color: #322a2a;
}
.news h3 a,.news article h2 a{
  color: #322a2a;
  font-size: 24px;
  text-transform: none;
  letter-spacing: 0;
  }
.news_date {
  background:#CA5C48;
  position: absolute;
  left: 36px;
  padding:25px 15px 36px;
  border-radius:0 0 40px 40px;
  text-align: center;
}
.day {
  font-weight: 700;
  font-size: 46px;
  color: #fff;
  display: block;
  line-height: 1;
}
.month {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  display: block;
}
.news_link {
  font-weight: 400;
  font-size: 16px;
  color: #322a2a;
padding:0 43px 43px;
display: block;
  position: relative;
}
.news_img {
  height: 300px;
  overflow:hidden;
}
.news_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}
.news_link:before {
  content: '';
  background: #CA5C48;
  mask: url(img/arrow2.svg) no-repeat center;
  -webkit-mask: url(img/arrow2.svg) no-repeat center;
  width: 15px;
  height: 15px;
  position: absolute;
right: 43px;
}
.full_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery_wrap .section_pad {
	  padding:150px 0 100px;
}
.gallery .slick-list {
  padding-top: 70px !important;
}
.gallery .foto > div{
	margin: 36px 18px;
}
.gallery .slick-track .foto:nth-child(3n+1) {
	display: flex;
}
.gallery .slick-track .foto:nth-child(4n+1) {
	margin-top: -100px;
}
.gallery .slick-track .foto:nth-child(4n+2) {
	margin-top: 65px;
}
.gallery .slick-track .foto:nth-child(3n+1) > div:first-child{
	height: 300px;
}
.gallery .slick-track .foto:nth-child(3n+1) > div:last-child{
	height: 450px;
}
.gallery .slick-track .foto > div {
	max-width: 440px;
}
.gallery_wrap {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: url(img/bg_g.png) no-repeat center;
      background-size: cover;
}

.gallery li{
  margin: 15px;
height: 300px;
}
.gallery img{
width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
  border-radius:50px;
  max-height: 420px;

}

.reviews_wrap .section_pad {
  padding:60px 20px;
}
.reviews_wrap h2 {
max-width: 700px;
}
.reviews  .slick-slide img {
  width: 100%;
}
.reviews  .slick-slide {
    margin: 0 20px;
}
.slick-slide img {
  display: block;
  border-radius: 50px;
}
.slick-prev,
.slick-next {
position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  border-radius:50px;
  background:#ca5c48;
  width: 50px;
  height: 50px;
  display: block;
  border:10px solid #fff;
  box-sizing: content-box;
  top: -150px;
  right: 5%;
  text-indent: -9999px;
  z-index: 2;
  cursor: pointer;
}
.slick-prev {
right: 10%;
}
.slick-next {
  transform: rotate(180deg);
}
.slick-prev:before,
.slick-next:before {
  content: '';
  background:#fff;
  mask: url(img/arrow.svg) no-repeat center;
  -webkit-mask: url(img/arrow.svg) no-repeat center;
  width: 15px;
  height: 15px;
  position: absolute;
right: 18px;
}

.partner_wrap .section_pad {
  padding:200px 20px 0;
}
.partner_wrap + .partner_wrap .section_pad {
padding: 100px 0 140px;
}
.partner_wrap ul {
	flex-wrap: wrap;
	 display: flex;
	 gap: 36px;
}
.partner_wrap ul li {
	 display: flex;
	 gap: 20px;
	 align-content: center;
  align-items: center;
}
.partner_wrap ul li span {
font-weight: 700;
  font-size: 16px;
  color: #322a2a;
  max-width: 200px;
}
.partner_wrap ul li img {
max-width: 220px;
}

.volonter {
	position: relative;
	color: #fff;
}
.volonter::after,.volonter::before {
  content: '';
  width: 100%;
  height: 105px;
  display: block;
  position: absolute;
  left: 0;
}
.volonter::before {
  background: url(img/bg_t.png) no-repeat center;
  top: -104px;
  height: 120px;
}
.volonter::after {
  background: url(img/bg_b.png) no-repeat center;
  bottom: -104px;
  height: 120px;
}
.volonter_wrap {
background: url(img/bg_v.png) repeat-y center;
}
.volonter .section_pad {
  padding:80px 20px;
}
.volonter h2 {
  color:#fff;
  max-width: 400px;
}
.volonter .title {
  justify-content: space-between;
  align-content: center;
  align-items: last baseline;
}
.volonter .subtitle {
  font-weight: 700;
  max-width: 500px;
}
.soc_title {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  max-width: 100px;
}
.volonter .vk::before, .volonter .telegram::before, .volonter .whatsapp::before, .volonter .ок::before {
  background:#fff;
}
.volonter_content  {
display: grid;
  grid-template-columns: 1fr 1fr;
  gap:160px;	
}

.video_play .play{
background: url(images/play.svg) no-repeat center;
    background-size: auto;
  width: 140px;
  height: 140px;
  display: block;
  background-size: cover;
  animation-name: rotation;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  margin: 0 auto;
}
@-webkit-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@-moz-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@-o-keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}
@keyframes rotation {
    0% {-webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);
        -moz-transform:rotate(720deg);
        -o-transform:rotate(360deg);
        transform:rotate(360deg);}
}

.gray {
  background: linear-gradient(360deg, #f5f5f5 0%, #fff 100%);
}
.page_content article {
padding: 130px 0 150px;
}
.page_category {
  padding: 130px 0 150px;
}
.entry_img {
  width: 40%;
}

.entry-content {
  margin: 0 auto;
  line-height: 170%;
}
article .header {
  margin-bottom: 20px;
}
@media (min-width: 1281px) { 
  .entry-content {
    width: 65%;
  }
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.modal_div input[type="text"],
.modal_div input[type="tel"],
.modal_div input[type="number"]{
width: 100%;
  font-weight: 400;
  color: #212121;
  background:#fff;
  font-size: 16px;
  border:none;
  border-radius:40px;
  padding:24px;
  font-family: inherit;
}

.wpcf7 input[type="submit"],
.modal_div input[type="submit"] {
text-align: center;
  border:none;
  text-decoration:none;
  display: inline-block;
  font-family: inherit;
  border-radius:40px;
  padding:24px;
  width: 100%;
  background:#322a2a;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}
.wpcf7-spinner {
	position: absolute!important;
}
.form_field p {
	padding-bottom: 15px;
}
.policy,.policy a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.policy a {
  text-decoration: underline;
}
.c-accordion {
  position: relative;
  z-index: 2;
  max-width: 80%;
  margin: 0 auto;
}
.c-accordion__content {
  background: #f6f5fa;
  margin-bottom: 20px;
  border-radius: 20px;
}
.c-accordion__content-title {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 17px;
  padding: 30px 50px;
  justify-content: space-between;
  cursor: poIntro;
}
.c-accordion__content.active .c-accordion__content-title {
	background: #eae9f1;
  border-radius: 20px;
}
.c-accordion__content.active .c-accordion__content-title .icon img {
    filter: brightness(0) invert(1);
}
.c-accordion__content-title span {
  font-weight: 600;
  font-size: 18px;
  color: #032576;
}
.c-accordion__content-title .icon {
  margin-right: 10px;
}
.c-accordion__content-title .icon img {
  vertical-align: middle;
}
.c-accordion__content-main {
  font-size: 14px;
  line-height: 22px;
  padding: 0 0 0 58px;
  display: none;
}
.c-accordion__content.active .c-accordion__content-main {
  display: block;
  position: relative;
  padding: 42px 50px 42px 50px;
}
.c-accordion__plus {
  width: 40px;
  height: 40px;
    border-radius: 100%;
    text-indent: -9999px;
    display: inline-block;
    position: relative;
    transition: .3s;
    overflow: hidden;
    transition: .3s;
	flex-shrink: 0;
}
.c-accordion__plus:before {
    content: '';
    width: 40px;
    height: 40px;
    mask: url(images/plus.svg) no-repeat center;
    -webkit-mask: url(images/plus.svg) no-repeat center;
    position: absolute;
    left: 0;
    transition: .3s;
    background: #98dcc4;
}
.c-accordion__content.active .c-accordion__plus {	
    mask: url(images/minus.svg) no-repeat center;
    -webkit-mask: url(images/minus.svg) no-repeat center;
}

/* стили для webkit */
.wpcf7-form-control::-webkit-input-placeholder { color:#606060;    opacity: 1; }
.wpcf7-form-control::-webkit-input-placeholder {
color:#606060;    opacity: 1;
}
.wpcf7-form-control::-webkit-input-placeholder {
color:#606060;    opacity: 1;
}
/* стили для mozilla */
.wpcf7-form-control:-moz-placeholder { color:#606060;    opacity: 1; }
.wpcf7-form-control:-moz-placeholder {
color:#606060;    opacity: 1;
}
.wpcf7-form-control:-moz-placeholder {
color:#606060;    opacity: 1;
}

#footer {
padding: 120px 0 40px 0;
}
.footer {
  justify-content: space-between;
}
.contact_footer {
  display: flex;
  gap: 40px;
}
#overlay,#over_menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #232323;
    opacity: 0.6;
        z-index: 7;
}

#modal_submit {
	width: 390px;
	height: auto;
	position: fixed;
	display: none;
	z-index: 50;
	background: #fff;
	box-sizing: border-box;
	padding: 42px;
}
#modal_submit h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 10px;
  position:relative;
}
#modal_submit p {
  font-size: 14px;
  line-height: 21px;
}
.wpcf7-response-output {
	display:none;
}
.modal_div {
  width: 530px;
  height: auto;
  position: absolute;
  display: none;
  z-index: 50;
  background: #fff;
  background-size: cover;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 50px;
}

.modal_close {
  position: absolute;
  right: -30px;
  top: -20px;
  cursor: poIntro;
}
.modal_close::after,.menu_close:after {
  display: inline-block;
  content: '';
  mask: no-repeat center url(img/close.svg);
  -webkit-mask: no-repeat center url(img/close.svg);
  width: 20px;
  height: 20px;
  background: #fff;
}
.menu_close {
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
  display:none;
}
.menu_close:after {
  background: #323232;
}
.modal_div input[type="submit"]{
  cursor: pointer;
}
.modal_div input[type="submit"]:hover{
    background: #fff;
	color: #0145F3;
}
.modal_div .policy {
  color: #a0a9bf;
  font-size: 14px;
}
.modal_div .policy a{
  color: #a0a9bf;
  text-decoration: underline;
}
.modal_div .form_wrap {
  margin-top: 10px;
}
.modal_div .form_title {
  margin: 25px;
  text-align: center;
}
.modal_div .form_text {
  margin-bottom: 15px;
}
.modal_div  .form_list br {
 display:none;
}
.modal_div  .form_list span {
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 6px 11px;
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  color: #fff;
  display: inline-block;
  width: auto;
  margin: 0 0 5px 0;
}
.modal_div .form_desc {
font-size: 14px;
line-height: 1.5;
margin-bottom: 10px;
color: #fff;	
}
.modal_div .form_desc .subdesc {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin: 0 0 15px 0;
}
.modal_div p {
  color: #474747;
  font-family: "Intro", Sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 18px;
}
.modal_div .form_desc p {
  text-align: left;
}
.modal_div .form_title p{
  color: #29489a;
  font-size: 35px;
  font-weight: 400;
  line-height: 18px;
}

.modal_div .form_field {
	margin: 0 0 10px 0;
	text-align: center;
}
.modal_div .form_field label{
	font-size: 12px;
color: #777;
margin: 20px 0;
display: block;
}


@media only screen and (max-width: 1280px) { 
	.projects h3 {
    font-size: 22px;
}
.news h3, .news article h2,
.news h3 a, .news article h2 a {
    font-size: 18px;
}
.partner_wrap ul li {
    display: block;
}
.partner_wrap ul li img {
    margin: 0 auto 10px;
    text-align: center;
    display: block;
}
.partner_wrap ul li span {
    display: block;
    text-align: center;
}
.volonter_content {
    gap: 60px;
}
.footer .info {
    order: 1;
    margin: 20px 0 0;	
}
}
@media only screen and (max-width: 1199px) {
	#menu ul {
    column-gap: 60px;
}
.news {
    grid-template-columns: 1fr;
}
.news li, .news article{
display: grid;
    grid-template-columns: 0.7fr 1fr;
}
.news_img {
	    grid-row: 1 / span 2;
    grid-column: 1;
}
.news_link {
	grid-column: 2 / span 2;
}
.reviews_wrap h2 {
    max-width: 500px;
}
.slick-prev {
    right: 15%;
}
}

@media only screen and (max-width: 991px) {
	h2, .h2 {
    font-size: 38px;
    margin-bottom: 60px;
}
#branding > .contact {
		    order: 7;
	}
	#branding > .soc  {
		display:none;
	}
	#branding {
		    min-height: auto;
    padding: 20px;
    gap: 20px;
    align-items: center;
	}
	div#logo {
		    order: 0;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
	}
	div#logo img{
	    max-width: 170px;
    height: auto;
}
	.header_menu {
	 display: none;
      position: fixed;
    height: 100vh;
    background: #fff;
    top: 0;
    z-index: 10;
    left: 0;
    padding: 40px;
    width: 40%;
	}
	.burger,.menu_close {
		display:block;
	 }
	 .burger {
		    order: 2;
    flex-grow: 1; 
	 }
	 #menu {
    display: block;
}
	     #menu ul {
        display: block;
    }
	#menu ul li {
    display: block;
	    padding: 0 0 30px 0;
}
.hidden_desctop {
    display: block;
}
.contact.hidden_desctop > * {
	padding: 0 0 10px 0;	
        display: inline-block;
}
.contact.hidden_desctop .mail{
        display: block;
}

	 .projects ul {
    grid-template-columns: 1fr;
}
    .projects h3 {
        font-size: 30px;
    }
	    .volonter_content {
        display: block;
    }
.volonter_content .text {
    margin: 40px 0;
}
.page_content h1 {
	    font-size: 30px;
}
.contact_footer {
    display: block;
}
    .footer .info {
        font-size: 14px;
    }
}
@media only screen and (max-width: 768px) {
 .screen_home_center h1,
.screen_home_center h2,
h1 em {
    font-size: 30px;
}
.contact a, .contact_footer a, .contact_footer span {
    padding-bottom: 4px;
    font-size: 14px;
}
    .projects h3 {
        font-size: 24px;
    }
	.gallery .slick-track .foto:nth-child(3n+1) {
    display: block;
}
.gallery .slick-prev, .gallery .slick-next {
    top: -110px;
}
    .reviews_wrap h2 {
        max-width: 400px;
    }
	.reviews_wrap .slick-prev,
		.gallery .slick-prev{
        right: 21%;
    }
	.volonter .subtitle {
    margin-bottom: 30px;
}
.project_wrap {
    display: block;
}
    .page_content h1 {
        margin-top: 20px;
    }
	.volonter .section_pad {
    padding: 40px 20px;
}
    .header_menu {
        width: 80%;
    }
}
@media only screen and (max-width: 560px) {
     div#logo img {
        max-width: 130px;
    }
	.screen_home_center {
    background-position: 29% 100%;
}
.projects ul li {
    grid-template-columns: 1fr;
	    padding: 20px;
}
.projects .text {
    order: 1;
	margin: 40px 0 20px;
    text-align: center;
}
.projects .link_block {
    position: absolute;
    top: 10px;
    right: 10px;
}
.projects .img img {
    margin: 0 auto;
    display: block;
}
    .news li, .news article {
        display: block;
    }
	.reviews_wrap .section_pad {
    padding: 20px 0px;
}
    .projects .section_pad {
        padding: 100px 0px 160px;
    }
.news_wrap .section_pad,
.volonter .section_pad {
    padding: 10px 0px;
}
.partner_wrap .section_pad {
    padding: 200px 0px 0;
}
.gallery .foto > div {
    margin: 25px 10px;
}
.gallery img,
.gallery .slick-track .foto > div {
    max-height: 250px;
}
}
@media only screen and (max-width: 475px) {
    #branding > .contact {
      display:none;
    }
	    .burger {
        flex-grow: 0;
    }
	.news_wrap .title {
    display: block;
}
    h2, .h2 {
        margin-bottom: 40px;
    }
	.all_link {
    display: inline-block;
    margin-bottom: 20px;
}
.gallery .slick-track .foto:nth-child(4n+1),
.gallery .slick-track .foto:nth-child(4n+2) {
    margin-top: 0;
}
.gallery .slick-list {
    padding-top: 0 !important;
}
.reviews .slick-slide {
    margin: 0;
}
.reviews_wrap .slick-prev {
	top: auto;
    bottom: -90px;
    right: 50%;
}
.reviews_wrap .slick-next {
    top: auto;
    bottom: -90px;
    left: 50%;
}
}

@media only screen and (max-width: 414px) {
    .projects h3 {
        font-size: 18px;
    }
	    .projects .text {
        margin: 10px 0 20px;
    }
	.news h3, .news article h2, .news h3 a, .news article h2 a {
        padding: 25px 20px;
    }
	.news_link {
		padding: 0 20px 20px;
	}
	 .gallery .slick-prev {
        right: 26%;
    }
	    .reviews_wrap .section_pad {
        padding: 0px 0px 60px;
    }
}