.footer {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media print,
screen and (min-width: 768px) {
    .footer {
        min-width: 1024px;
    }
}

.footer-main {
    background-color: #142c4b;
}

@media print,
screen and (min-width: 768px) {
    .footer-main {
        height: 485px;
        padding-top: 110px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-main {
        padding: 20px 15px 30px;
    }
}

@media only screen and (max-width: 500px) {
    .footer-main {  
    /* display: none; */
    }
}

.footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
}

@media print,
screen and (min-width: 768px) {
    .footer-inner {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media only screen and (max-width: 767px) {
    .footer-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.footer-logo{
	max-width: 300px;
}
.footer-logo h4{
	font-size: 18px;
	font-weight: 500;
	color: white;
    line-height: 32px;
}
.footer-logo ul{
	overflow: hidden;
}
.footer-logo ul li p{
	font-size: 14px;
	color: white;
	margin-top: 5px;
    line-height: 30px;
}

.footer-logo .slick-dots{
	position: relative;
	bottom: auto;
}
.footer-logo .slick-dots li{
	width: 10px;
	height: 10px;
	background-color: white;
	display: inline-block;
	border-radius: 50%;
}
.footer-logo .slick-dots li.slick-active{
	background-color: #f08200;
}

.footer-logo .slick-dots li:not(:last-child){
	margin-right: 20px;
}
.footer-logo .slick-dots li button{
	display: none;
}

.footer-logo .news-list{
	margin-top: 40px;
}



.footer-menu {
    color: #ffffff;
}

.footer-menu.foot-contact{
	max-width: 360px;
}


@media only screen and (max-width: 767px) {
    .footer-menu {     
        /* width: calc((100% - 20px) / 2); */
        width: 100%;
    }
}

.footer-menu-title {
    position: relative;
    font-weight: bold;
    letter-spacing: 0.06em;
}
.footer-menu-titlecon {
    position: relative;
    font-weight: bold;
    letter-spacing: 0.06em;
    font-size: 24px;
    padding-bottom: 5px;
}
.footer-menu-linkscon ul li {
    font-size: 16px;
    font-family: arial;
    line-height: 32px;
    margin-top: 10px;
}

@media print,
screen and (min-width: 768px) {
    .footer-menu-title {
        font-size: 24px;
        padding-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-menu-title a {
        display: block;
        font-size: 13px;
        padding: 10px 0;
        border-bottom: 1px solid #43566f;
    }
}

@media print,
screen and (min-width: 768px) {
    .footer-menu-title::after {
        position: absolute;
        content: "";
        width: 20px;
        height: 1px;
        left: 0;
        bottom: 0;
        background-color: #ffffff;
    }
}

@media print,
screen and (min-width: 768px) {
    .footer-menu-title+.footer-menu-links {
        margin-top: 25px;
    }
}

@media print,
screen and (min-width: 768px) {
    .footer-menu-title+.footer-menu-title {
        margin-top: 35px;
    }
}

.footer-menu-links {
    margin-top: 58px;
}

.foot-contact ul li p{
	padding-left: 30px;
	position: relative;
}
.foot-contact ul li p img{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
    .footer-menu-title, 
    .footer-menu-links {
        display: none;
    }
    .footer-bottom .social-links {
    display: none !important;
}
}

@media print,
screen and (min-width: 768px) {
    .footer-menu-links ul li {
        font-size: 16px;
		font-family: arial;
        line-height: 32px;
    }
}

.footer-menu-links ul li+li {
    margin-top: 10px;
}

@media print,
screen and (min-width: 768px) {
    .footer-menu-links ul li a {
        opacity: 0.8;
    }
}

@media print,
screen and (min-width: 768px) {
    .footer-menu-links ul li a:hover {
        opacity: 1;
    }
}

.footer-menu-links-title {
    font-weight: bold;
    opacity: 0.8;
}

@media print,
screen and (min-width: 768px) {
    .footer-menu-links-title {
        font-size: 12px;
        margin-bottom: 10px;
    }
}

@media print,
screen and (min-width: 768px) {
    .footer-menu-links-inner+.footer-menu-links-inner {
        margin-left: 3.66032vw;
    }
}

@media only screen and (max-width: 767px) {
    .footer .footer-menu.footer-menu-nonesub {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .footer .footer-menu-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media print,
screen and (min-width: 768px) {
    .footer .footer-menu-inner+.footer-menu-inner {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .footer .footer-menu-inner .footer-menu-title {
        display: inline-block;
        width: calc((100% - 20px) / 2);
    }
}

.footer-bottom {
    padding: 25px 0;
    background-color: #ffffff;
	text-align: center;
}

.footer-bottom p,
.footer-bottom a{
	font-size: 16px;
	font-family: arial;
	display: inline-block;
    line-height: 32px;
}
.footer-bottom a img{
	max-height: 16px;
	vertical-align: middle;
}

.footer-bottom .social-links{
	display: inline-block;
}
.footer-bottom .social-links a{
	font-size: 12px;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #000;
	border-radius: 50%;
	margin: 0 5px;
}
.contact-inner-item.is-tel .contact-tel em{
    display: inline-block;
}