.footer-section {
    background: #171E23 !important;
	padding: 3vw 5% !important;
}
.footer-block {
    align-items: flex-start;
}
.footer-menu-title p{
    color: #6d83bd;
    font-weight: 300;
    font-size: 1.5vw;
    line-height: 2.2vw;
    margin-bottom: 1vw;
}
.footer-menu a{
    text-decoration: none;
    color: #aaaaaa;
	font-weight: 400;
    font-size: 1.1vw !important;
    line-height: 1.8vw;
}
.footer-menu li{
    margin-bottom: 0.5vw !important;
}
.footer-menu a span,
.footer-links a span{
    color: #aaaaaa !important;
}
.footer-menu a:hover span,
.footer-links a:hover span{
    color: #fff !important;	
}
.footer-menu a:hover,
.footer-links a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-color: #f7cd2b;
}
.footer-copyright li{
    color: #aaaaaa;
    font-weight: 400;
    font-size: 1vw;
    line-height: 1.6vw;
    white-space: nowrap;
}
.footer-copyright li span{
    color: #aaaaaa !important;
}
.copyright-block {
    border-top: 0.07vw solid rgba(255, 255, 255, 0.1);
}
.footer-social-card p{
    color:#f7cd2b !important;
    font-size: 1.1vw;
}
.footer-social-icons svg {
    fill: #fff;
    height: 1.5vw !important;
    width: 1.5vw !important;
}
.footer-social-icons a {
    width: auto !important;
}
.footer-social-icons a:hover svg {
    fill: #f7cd2b;
}
.footer-social-icons span{
    margin: 0 !important;
	margin-left: 1vw !important;
}
.footer-contact-block{
    margin: 3vw 0 !important;
}
.footer-contact-title h4 {
    font-size: 2.2vw;
    line-height: 2.8vw;
	color: #fff !important;
}
.footer-contact-btn a {
    padding: 0 !important;
    font-size: 1.1vw !important;
	 color: #fff;
}
.footer-contact-btn a span{
	 color: #fff !important;
}
.footer-contact-btn a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-color: #f7cd2b;
}
.footer-contact-btn svg {
    width: 1.4vw !important;
    height: 1.4vw !important;
}
.footer-contact-btn svg path{
    fill: #f7cd2b !important;
}
.footer-contact-btn:hover svg path{
    fill: #fff !important;
}
.footer-certificate-top .footer-certificate img {
    width: 6.7vw;
    height: auto;
}
.footer-certificate-top{
    justify-content: flex-end !important;
    margin-bottom: 1vw !important;
    gap: 2vw !important;
}
.footer-certificate-bottom{
    gap: 2vw;
}
.footer-certificate-bottom .footer-certificate img {
    width: auto;
    height: 4.5vw;
}
.footer-menu-block{
    display: flex !important;
    justify-content: flex-start !important;
    margin-top: 0.6vw !important;
}
.footer-menu-box {
    display: flex !important;
}
.footer-menu-box .footer-menu-card{
    gap: 0 !important;
}
.footer-menu-box .footer-menu-card:first-child{
    max-width: 50% !important;
	width: 50% !important;
}
.footer-menu-box .footer-menu-card:nth-child(2){
    max-width: 20% !important;
	width: 20% !important;
}
.footer-menu-box .footer-menu-card:last-child{
    max-width: 30% !important;
	width: 30% !important;
}
.footer-links-block{
    margin-top: 1vw;
}
.copyright-block {
    justify-content: space-between !important;
    padding-top: 1vw !important;
}
.copyright-block .back-top-arrow svg{
    width: 2vw !important;
    height: 2vw !important;
}
.copyright-block .back-top-arrow svg path{
    fill: #f7cd2b !important;
}
.copyright-block .back-top-arrow a {
    padding: 0 !important;
}
.back-top-arrow span{
	display: none !important;
}

@media only screen and (min-width:1401px) and (max-width:7680px){

}

@media only screen and (min-width:1281px) and (max-width:1400px){

}

@media only screen and (min-width:1200px) and (max-width:1280px){

}

@media only screen and (min-width:992px) and (max-width:1200px){
.footer-menu-block {
    margin-top: 1.2vw !important;
}
.footer-contact-btn svg {
    width: 20px !important;
    height: 20px !important;
}
}

@media only screen and (min-width:768px) and (max-width:991px){
.footer-section {
    padding: 30px 20px !important;
}
.footer-menu-block {
    margin-top: 0 !important;
}
.footer-menu-box {
    display: flex !important;
    flex-direction: column !important;
}
.footer-menu-box .footer-menu-card:first-child,
.footer-menu-box .footer-menu-card:nth-child(2),
.footer-menu-box .footer-menu-card:last-child{
    max-width: 100% !important;
    width: 100% !important;
}
.footer-menu-title p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}
.footer-menu li {
    margin-bottom: 5px !important;
}
.footer-menu a {
    font-size: 16px !important;
    line-height: 26px;
}
.footer-social-card{
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    text-align: left !important;
    margin-top: 30px !important;
}
.footer-social-card p {
    font-size: 16px;
}
.footer-social-title{
    align-self: flex-start !important;
}
.footer-social-icons span {
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: 10px !important;
}
.footer-social-icons svg {
    height: 20px !important;
    width: 20px !important;
}
.footer-contact-block {
    margin: 30px 0 !important;
}
.footer-contact-title h4 {
    font-size: 24px;
    line-height: 34px;
	text-align: right;
}
.footer-contact-btn a {
    font-size: 16px !important;
}
.footer-certificate-top .footer-certificate img {
    width: 80px;
    height: auto;
}
.footer-certificate-top {
    margin-bottom: 10px !important;
    gap: 20px !important;
}
.footer-certificate-bottom .footer-certificate img {
    width: auto;
    height: 50px;
}
.footer-certificate-bottom {
    gap: 20px !important;
}
.footer-links-block {
    margin-top: 20px !important;
}
.footer-links-block li {
    margin: 0 10px 10px !important;
}
.copyright-block {
    padding-top: 20px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
	column-gap: 0 !important;
}
.footer-copyright li {
    font-size: 14px !important;
    line-height: 24px;
}
.copyright-block .back-top-arrow svg {
    width: 20px !important;
    height: 20px !important;
}
.copyright-block .footer-copyright {
   max-width: 80% !important;
   min-width: 80% !important;
}
.copyright-block .back-top-arrow {
   max-width: 20% !important;
   min-width: 20% !important;
}
.footer-block{
    flex-direction: column !important;
}
.footer-info-block{
    width: 100% !important;
}
.footer-contact-btn svg {
    width: 20px !important;
    height: 20px !important;
}
}

@media only screen and (min-width:481px) and (max-width:767px){
.footer-section {
    padding: 30px 20px !important;
}
.footer-menu-block {
    margin-top: 0 !important;
}
.footer-menu-box {
    display: flex !important;
    flex-direction: column !important;
}
.footer-menu-box .footer-menu-card:first-child,
.footer-menu-box .footer-menu-card:nth-child(2),
.footer-menu-box .footer-menu-card:last-child{
    max-width: 100% !important;
    width: 100% !important;
}
.footer-menu-title p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}
.footer-menu li {
    margin-bottom: 5px !important;
}
.footer-menu a {
    font-size: 16px !important;
    line-height: 26px;
}
.footer-social-card{
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    text-align: left;
	margin-top: 30px !important;
}
.footer-social-card p {
    font-size: 16px;
}
.footer-social-title{
    align-self: flex-start !important;
}
.footer-social-icons span {
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: 10px !important;
}
.footer-social-icons svg {
    height: 20px !important;
    width: 20px !important;
}
.footer-contact-block {
    margin: 30px 0 !important;
}
.footer-contact-title h4 {
    font-size: 24px;
    line-height: 34px;
	text-align: right;
}
.footer-contact-btn a {
    font-size: 16px !important;
}
.footer-certificate-top .footer-certificate img {
    width: 80px;
    height: auto;
}
.footer-certificate-top {
    margin-bottom: 10px !important;
    gap: 20px !important;
}
.footer-certificate-bottom .footer-certificate img {
    width: auto;
    height: 50px;
}
.footer-certificate-bottom {
    gap: 20px !important;
}
.footer-links-block {
    margin-top: 20px !important;
}
.footer-links-block li {
    margin: 0 10px 10px !important;
}
.copyright-block {
    padding-top: 20px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-copyright li {
    font-size: 14px !important;
    line-height: 24px;
}
.copyright-block .back-top-arrow svg {
    width: 20px !important;
    height: 20px !important;
}
.copyright-block .back-top-arrow {
    width: 100%;
    margin-top: 20px;
}
.footer-contact-btn svg {
    width: 20px !important;
    height: 20px !important;
}
	
}

@media only screen and (min-width:320px) and (max-width:480px){
.footer-section {
    padding: 30px 20px !important;
}
.footer-menu-block {
    margin-top: 0 !important;
}
.footer-menu-box {
    display: flex !important;
    flex-direction: column !important;
}
.footer-menu-box .footer-menu-card:first-child,
.footer-menu-box .footer-menu-card:nth-child(2),
.footer-menu-box .footer-menu-card:last-child{
    max-width: 100% !important;
    width: 100% !important;
}
.footer-menu-title p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}
.footer-menu li {
    margin-bottom: 5px !important;
}
.footer-menu a {
    font-size: 16px !important;
    line-height: 26px;
}
.footer-social-card{
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    text-align: left;
	margin-top: 30px !important;
}
.footer-social-card p {
    font-size: 16px;
}
.footer-social-title{
    align-self: flex-start !important;
}
.footer-social-icons span {
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: 10px !important;
}
.footer-social-icons svg {
    height: 20px !important;
    width: 20px !important;
}
.footer-contact-block {
    margin: 30px 0 !important;
}
.footer-contact-title h4 {
    font-size: 24px;
    line-height: 34px;
	text-align: right;
}
.footer-contact-btn a {
    font-size: 16px !important;
}
.footer-certificate-top .footer-certificate img {
    width: 80px;
    height: auto;
}
.footer-certificate-top {
    margin-bottom: 10px !important;
    gap: 20px !important;
}
.footer-certificate-bottom .footer-certificate img {
    width: auto;
    height: 50px;
}
.footer-certificate-bottom {
    gap: 20px !important;
}
.footer-links-block {
    margin-top: 20px !important;
}
.footer-links-block li {
    margin: 0 10px 10px !important;
}
.copyright-block {
    padding-top: 20px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-copyright li {
    font-size: 14px !important;
    line-height: 24px;
    white-space: break-spaces;
}
.copyright-block .back-top-arrow svg {
    width: 20px !important;
    height: 20px !important;
}
.copyright-block .back-top-arrow {
    width: 100%;
    margin-top: 20px;
}
.footer-block,
.footer-social-card{
    flex-direction: column !important;
}
.footer-info-block{
    width: 100% !important;
}
.footer-contact-btn svg {
    width: 20px !important;
    height: 20px !important;
}
}