.new-footer {
    width: 100%;
    background: #195d5e;
    padding: 32px 0px;
}
.new-footer .wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.new-footer .zag {
	color: #fff996;
	width: 100%;
	font-size: 32px;
	margin-bottom: 30px;
}
.f-left {
	display: flex;
	justify-content: space-between;
	min-width: 60%;
}
.new-footer ul {
	color: #fff996;
	padding-left: 15px;
}
.new-footer li {
    margin-bottom: 22px;
    font: 15px Arial;
}
.new-footer li a {
    color: inherit;
    text-decoration: none;
    transition: 0.4s;
}
.new-footer li a:hover {
    color: #fff;
}
.f-right {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.f-tel {
	color: #fff996;
    text-decoration: none;
    font-size: 32px;
    transition: 0.4s;
}
.f-tel:hover {
    color: #fff;
}
.zak-zvon {
	background: white;
	font-size: 25px;
	padding: 10px 36px;
	margin: 12px 0px;
	cursor: pointer;
	transition: 0.4s;
    color: #000;
}
.zak-zvon:hover {
	background: #fff996;
}
.f-mail {
	color: #fff996;
    text-decoration: none;
    font-size: 26px;
    font-weight: 600;
    transition: 0.4s;
}
.f-mail:hover {
    color: #fff;
}
.new-footer hr {
	width: 100%;
	background: white;
	border: none;
	height: 1px;
	margin: 20px 0px 36px;
}
.f-down {
    width: 100%;
}
.f-down ul {    
    padding-left: 4px;
}
.f-down li {
    display: inline-block;
    width: 24%;
    position: relative;
    padding: 0px 10px 0px 10px;
}
.f-down li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #fff996;
    position: absolute;
    top: 8px;
    left: -1px;
    border-radius: 50%;
}
.copyr {
    color: #fff996;
}
.phonemask {
	font-size: 24px !important;
	padding: 4px 10px !important;
	height: 47px !important;
}
.hidden {
    display: none;
}
.sucess {
	display: none;
	color: #195d5e;
	font-size: 35px;
	font-weight: 600;
	line-height: 1;
	padding: 74px 0px 100px 0px;
}
.superoverlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 100000;
}
.form-line button {
    cursor: pointer;
    transition: 0.2s;
}
.form-line button:hover {
    background: #008ba4;
}

@media (max-width:1000px) {
.new-footer .wrap {
    max-width: calc(100% - 32px);
}
}

@media (max-width:770px) {
.new-footer .zag {
    text-align: center;
}
.new-footer .wrap {
	justify-content: center;
}
.f-down ul {
    
}
.f-down li {
	width: 49%;
}
}

@media (max-width:400px) {
.f-left {
	flex-direction: column;
}
.f-down li {
	width: 100%;
}
}









