.footer {
    border-top: #d2d2d8 solid 2px;
    padding-top: 45px;
    padding-bottom: 95px;
}

.footer_container {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    /* padding: 0 !important; */
}
.footer_logo {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    /*align-items: center;*/
    justify-content: space-between;
}
.footer_logo .logo__img {
    width: 100%;
    max-width: 115px;
}
.footer_copyright_text {
    width: 55%;
    padding-right: 105px;
}
.footer_nav_container {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    width: 78%;
    max-width: 997px;
    padding: 0 52px;
}
.footer_nav_container .nav__list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer_nav:not(:last-child) {
    margin-right: 0px;
    width: 27%;
}
.footer_nav .nav__item:not(:last-child) {
    margin-bottom: 12px;
}
.footer_nav {
    width: 30%;
}
.footer_copyright_text h2,.footer_copyright_text .tg {
    font-size: 34px;
    font-family: SFProDisplay-Bold,sans-serif;
    margin-top: 0px;
    margin-bottom: 23px;
    line-height: 1.1em;
    font-weight: 600;
    margin-top: -7px;
}
.footer_copyright_text p {
    font-size: 15px;
    line-height: 1.4em;
    padding-bottom: 24px;
    width: 80%;
}
.remarked_telegram_ref {
    font-size: 18px;
    line-height: 1.3em;
    color: #0170e2;
    text-decoration: none;
    border-bottom: 2px solid #0170e2;
}
.remarked_telegram_ref:hover {
    opacity: .8;
    border-bottom: 2px solid #3b90e7;
}

.calculate_benefit_button {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 61px;
    border-radius: 0 20px 0 0;
    background: linear-gradient(90deg, #5fbae1 0%, #6da1f0 100%);
    box-shadow: 6px -6px 32px 0 rgba(1, 2, 54, 0.12);
    cursor: pointer;
    z-index: 20;
}

.calculate_benefit_button:hover {
    opacity: .8;
}

.calculate_benefit_button a {
    font-weight: 500;
    font-size: 20px;
    color: #fff !important;
    text-decoration: none;
}

.calculate_benefit_button a:hover {
    color: #fff;
    text-decoration: none;
}

.calculate_benefit_button--mobile {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    width: 225px;
    height: 60px;
    border-radius: 0 15px 0 0;
    box-shadow: 8px -8px 32px 0 rgba(1, 2, 54, 0.2);
    background: linear-gradient(156deg, #7757d3 0%, #7849a7 100%);
    cursor: pointer;
    z-index: 20;
}

.calculate_benefit_button--mobile:hover {
    opacity: .8;
}

.calculate_benefit_button--mobile a {
    font-weight: 400;
    font-size: 16px;
    color: #fff !important;
    text-decoration: none;
}

.calculate_benefit_button--mobile a:hover {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 768px) {

    .calculate_benefit_button {
        width: 198px;
    }
    
    .calculate_benefit_button a {
        font-size: 16px;
    }
}


@media only screen and (max-width: 767px) {
    .footer_container {
		flex-direction: column;
	}
	.footer_logo {
		margin-bottom: 34px;
	}
	.footer_nav_container {
		flex-direction: column;
		padding: 0;
		width: 100%;
	}
	.footer_copyright_text {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 24px;
	}	
	.footer_nav:not(:last-child) {
		width: 100%;
	}
	.footer_contact_button {
		display: none;
	}
}


@media screen and (max-width: 480px) {
    .footer {
		padding-top: 33px;
		padding-bottom: 79px;
	}
    .footer_container {
        flex-direction: column;
    }
    .footer_contact_button {
        display: none;
    }
    .footer_nav_container {
        flex-direction: column;
        padding: 0;
		 width: 100%;
    }
	.footer_copyright_text h2, .footer_copyright_text .tg {
		font-size: 22px;
	    margin-bottom: 10px
    }
    .footer_copyright_text {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 24px;
    }
    .footer_copyright_text p {
        padding-bottom: 3px;
		    width: 100%;
    }
	.remarked_telegram_ref {
    font-size: 15px;
    }
    .footer_logo {
        margin-bottom: 34px;
    }
    .footer_nav {
        width: 100%;
    }
    .footer_nav .nav__item:not(:last-child) {
        margin-bottom: 4px;
    }
	.footer_nav:not(:last-child) {
    width: 100%;
    }

    .calculate_benefit_button {
        display: none;
    }
    
    .calculate_benefit_button a {
        font-size: 12px;
    }

    .calculate_benefit_button--mobile {
        display: flex;
    }
}
@media only screen and (max-width: 820px){
    .footer_nav_container {
        width: 75%;
    }
}
@media only screen and (max-width: 991px){
	.footer_copyright_text h2,.footer_copyright_text .tg{
		font-size: 24px!important;
	}
}
@media only screen and (max-width: 767px){
	.footer_copyright_text h2,.footer_copyright_text .tg{
		font-size: 32px!important;
	}
}
.footer_logo .logo__img{
    min-width: 100px;
}