.footer {
    background-color: #000000;
    padding-top: 30px;
}
.footer ul li{
    list-style-type: none;
}
.footer__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.footer__wrapper_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.footer__wrapper_left > div{
	    min-width: 360px;
}
.about-project__link, .press-center__link {
    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;
}
.footer-icon {
    margin-right: 7px;
    width: 6px;
    height: 8px;
}
footer h1, footer h2, footer h3{
    line-height: normal;
}
.contacts__title, .about-project__title, .press-center__title {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 50px;
}
.contacts__title::before, .about-project__title::before, .press-center__title::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 1px;
    background-color: #ffffff;
    background-image: -webkit-gradient(linear,  left top,  right top,  from(#b98d21),  color-stop(23%,  #e2bb5c),  color-stop(51%,  #916f1c),  color-stop(79%,  #cfac58),  to(#ac8316));
    background-image: -o-linear-gradient(left,  #b98d21 0%,  #e2bb5c 23%,  #916f1c 51%,  #cfac58 79%,  #ac8316 100%);
    background-image: linear-gradient(to right,  #b98d21 0%,  #e2bb5c 23%,  #916f1c 51%,  #cfac58 79%,  #ac8316 100%);
    left: 0;
    bottom: -7px;
}
.contacts__item, .contacts__title, .about-project__text, .about-project__title, .press-center__text, .press-center__title {
    color: #ffffff;
}


/*///////////////////////////////////////////////////////// */
.modal_footer *{
	font-size:16px !important;
}
.modal_footer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
/*    overflow: hidden;*/
    display: none;
    outline: 0;
}
.modal-open .modal_footer {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-open {
    overflow: hidden;
}
.modal_footer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
/*    overflow: hidden;*/
    display: none;
    outline: 0;
}
.modal-backdrop {
    z-index: 1041;
}
.modal-backdrop.show {
    opacity: .5;
		display:block;
}
.modal_footer.show{
	display:block;
}
.modal-open .modal_footer {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    display:none;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.analytics__poppup__right{
	    padding: 20px 60px;
    float: left;
    width: 456px;
}
.send_footer {
    padding: 16px 50px;
    font-size: 18px;
    letter-spacing: 0.36px;
    border-radius: 3px;
    background-color: #c7cada;
    background-image: -webkit-gradient(linear, left top, right top, from(#d7b257), color-stop(50%, #ead091), to(#d8b559));
    background-image: -o-linear-gradient(left, #d7b257 0%, #ead091 50%, #d8b559 100%);
    background-image: linear-gradient(to right, #d7b257 0%, #ead091 50%, #d8b559 100%);
    margin-bottom: 80px
}
.analytics__poppup{
    width: 811px;
    height: 478px;
    position: fixed;
    display: block;
    background: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.analytics__poppup__right .right-panel__button{
	width: 100% !important;
	padding: 16px 0px !important;
	margin-bottom:0px !important;
}
.analytics__poppup>div:last-child{
        text-align:center;
        color:#b3b3b3;
        font-size: 13px
    }
    .analytics__poppup>div:last-child a{
       color:#b3b3b3; 
    }
    .analytics__poppup>div:last-child a:hover{
       color:#454545; 
    }
.right-panel__button {
    padding: 16px 50px;
    font-size: 18px;
    letter-spacing: 0.36px;
    border-radius: 3px;
    background-color: #c7cada;
    background-image: -webkit-gradient(linear, left top, right top, from(#d7b257), color-stop(50%, #ead091), to(#d8b559));
    background-image: -o-linear-gradient(left, #d7b257 0%, #ead091 50%, #d8b559 100%);
    background-image: linear-gradient(to right, #d7b257 0%, #ead091 50%, #d8b559 100%);
    margin-bottom: 80px
}
/*/////////////////////////////////////////////////////////*/
.footer__button{
	  width: 273px;
  height: 48px;
  border-radius: 3px;
  border: solid 1px #c39a2f;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
	margin-top:30px;
	float:left;
  letter-spacing: 0.32px;
  text-align: center;
  color: #c39a2f;
	    display: block;
       padding-top: 12px;
			     -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.footer__button:hover{
	color: white;
	background-color: #c39a2f;
}
.footer__copyright{
	float:right;
	text-align:right;
	color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.25;
    letter-spacing: 0.32px;
		margin-top:30px;
}
.footer__last_container{
	padding-bottom:30px
}
.footer__wrapper_left li{
	margin-bottom: 20px;
}
.footer-bigicon{
	place-self: flex-start;
    margin-top: 7px;
}
.footer__logo{
	margin-top: 60px;
}
.showmobile{
	display:none;
}
@media (max-width: 1560px){
	.footer__wrapper_left > div:nth-child(1) {
		min-width: 305px;
	}
	.footer__wrapper_left > div:nth-child(4) {
		    min-width: 340px;
	}
	.footer__wrapper_left > div:nth-child(5) {
		   min-width: 220px;
	}
}

@media (max-width: 1200px){
	.footer__wrapper_left > div:nth-child(1) {
		min-width: 255px;
	}
	.footer__wrapper_left > div:nth-child(4) {
		min-width: 287px;
	}
	.footer__wrapper_left > div:nth-child(5) {
		 min-width: 198px;
	}
	.footer__logo{
		width: 220px;
    display: inline-block;
    height: 90px;
	}
	.footer__wrapper_left > div {
    font-size: 14px;
}
}

@media (max-width: 970px){
	.footer__wrapper_left > div:nth-child(1) {
		min-width: 270px;
	}
	.footer__wrapper_left > div:nth-child(4) {
		min-width: 300px;
	}
	.footer__wrapper_left > div:nth-child(5) {
		 min-width: 198px;
	}
	.footer__logo{
		width: 220px;
    display: none;
    height: 90px;
	}
	.footer__wrapper_left > div {
    font-size: 14px;
}
.footer__copyright{
	    margin-top: 38px;
			    font-size: 14px;
}
}

@media (max-width: 770px){
	.footer__wrapper_left > div:nth-child(1) {
		min-width: 270px;
	}
	.footer__wrapper_left > div:nth-child(2) {
		min-width: 300px;
	}
	.footer__wrapper_left > div:nth-child(3) {
		 min-width: 198px;
	}
	.footer__logo{
		width: 220px;
    display: none;
    height: 90px;
	}
	.footer__wrapper_left > div {
    font-size: 14px;
}
.footer__copyright{
	   width: 300px;
    margin: auto;
    float: unset;
    text-align: center;
    margin-top: 20px;
}
.footer__container{
	display:block;
}
.footer__wrapper_left{
	display:block;
}
.footer__wrapper_left > div{
	display:block;
	width:300px;
	margin-left:10px;
	margin-bottom: 30px;
	margin-right:10px;
	margin: auto;
}
.footer__wrapper_left > div h3{
	margin-bottom:20px;
}
.footer__button{
	width: 300px;
    display: block;
    margin: auto;
    float: unset;
}
.showmobile{
	display:block;
}
.hiddenmobile{
	display:none !important;
}
}