menu {
	position: fixed;
	top: 170px;
	right: 20px;
	z-index: 10;
	/*width: 220px;*/
	width: auto;
	top: 50%;
	transform: translateY(-50%);
}

menu a {
	color: #1F365D;
}

menu ul {
	color: #1F365D;
	font-family: Assistant;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

menu ul li {
	position: relative;
	width: 100%;
	/*height: 60px;*/
	height: auto;
}

/*menu ul li::after {
	content: '';
	position: absolute;
	top: 0;
	right: 12px;
	height: 60px;
	width: 1px;
	background: rgba(0, 0, 0, 0.50);
}
menu ul li::after {
    content: '';
    position: absolute;
	top: 0;
    right: 0;
	width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(27, 46, 78, .2);
    cursor: pointer;
    transition: all .3s;
}

.anylock-home-menu li:hover::after {
	background: #1B2E4E;
}*/

/*menu ul li:last-child::after {
	display: none;
}

menu ul li:hover span:after {
	background: #00A895;
}*/

menu ul li span {
	display: inline-block;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    background: #1B2E4E;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s;
}

menu ul li:hover span{
	opacity: 1;
}

/*
menu ul li::after,
menu ul li::before,
*/
header {
	padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #D1D3D4;
    height: 86px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
    background: #fff;
}

body.admin-bar header{
	top: 32px;
}

header .wrapper {
	width: 1260px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 100%;
}

header .main-logo {
	width: auto;
	order: 2;
    flex: 0 0 20%;
    max-width: 20%;
}

header .main-logo img{
	max-height: 76px;
	margin: auto;
}

header .menu_icon {
	width: 40px;
}

footer {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #1a233f;
	font-size: 12px;
	color: rgba(209, 211, 212, 0.50);
}

footer .wrapper {
	display: flex;
    justify-content: space-between;
	background: url(../images/footer-line.png) no-repeat center bottom;
	max-width: 1000px;
    padding-block-end: 50px;
}

footer a {
    color: #fff;
    font-size: 15px;
}

footer h5 {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 20px;
	color: #fff;
}

.footer_logo {

}

.footer_logo img {
	width: 152px;
	margin: 0;
}

.footer_logo span {
	color: #fff !important;
	display: inline-block;
	width: 100%;
	padding: 15px 0 30px 0;
	    font-weight: bold;
}

.footer_logo p{
	color: #fff;
	font-size: 17px;
    line-height: 21px;
    margin-block-start: 10px;
}

.footer_content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;	
}

.link_holder {
    display: flex;
    align-items: flex-start;
    gap: 56px;
    width: 70%;
}

.link_holder .text_holder {
	width: 50%;
}

.link_holder ul li {
	padding-bottom: 11px;
}

.quick_contact {
	width: 30%;
}

.social_icon {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    margin-block-start: 15px;
}

.social_icon a{
	background: #FFFFFF0D;
    border: 1px solid #FFFFFF14;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social_icon img {
	width: 22px;
}

.quick_contact .contact ul li {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
	color: #fff;
    font-size: 15px;
}

.quick_contact .contact img {
	width: 28px;
}

.copyright {
	padding-top: 40px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	flex-direction: column;
    gap: 30px;
	display: flex;
}

.copyright ul{
	display: flex;
	justify-content: center;
}

.copyright a {
	color: #fff;
	display: inline-block;
	margin: 0 15px;
}

	.footer_logo{
		width: 30%;
		margin-block-start: -15px;
	}

	.footer_content {
		padding-top: 0;
		padding-bottom: 0;
		flex-wrap: wrap;
		position: relative;
		padding-inline: 0;
		justify-content: flex-end;
		width: 70%;
	}

@media only screen and (max-width:1400px),
(max-width:1499px) {
	menu {
		right: 15px;
	}

	menu ul {
		font-size: 16px;
	}

	menu ul li {
		height: auto;
	}

}

@media only screen and (max-width:1000px),
(max-width:1099px) {

	header .wrapper {
		width: 100%;
	}
}

@media only screen and (max-width:900px),
(max-width:999px) {}

@media only screen and (max-width:400px),
(max-width:499px) {
 

	header .main-logo {
		width: 100px;
		max-width: 30%;
		flex: 0 0 25%;
	}

	header .menu_icon {
		width: 32px;
	}

	footer .wrapper {
		width: 100%;
		flex-direction: column;
    	align-items: center;
	}

	.footer_logo span {
		font-size: 12px !important;
		font-size: 18px !important;
        text-align: center;
	}

	footer{
		padding-top: 15px;
	}

	.footer_logo {
		width: 100%;
		margin-block-start: -15px;
		display: flex;
		align-items: center;
	}	

	.footer_content{
		width: 100%;
		padding-top: 40px;
	}

.quick_contact {
    width: 100%;
}	

	.quick_contact .social_icon{
		position: absolute;
		top: 5px;
		left: 0;
		right: 0;
		margin: auto;
		justify-content: center;
		    gap: 15px;
	}

	.link_holder {
		width: 100%;
	}

	.copyright {
		padding-top: 30px;
	}

	.footer_logo{
		flex-direction: column;
		padding-block-start: 35px;
		gap: 0;
	}

	.quick_contact .contact{
		padding: 40px 0 0 0;
	}

}

header .main-menu{
	display: flex;
	gap: 30px;
}

header .main-menu li{
	position: relative;
}

header .main-menu li:after{
	content: '';
	position: absolute;
	top: 50%;
	left: -15px;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background-color: #1F365D;
}

header .main-menu li:last-child:after{
	display: none;
}

header .main-menu li a{
color: #1F365D;
    font-size: 19px;
    font-weight: 600;
}

header .main-menu li.current-menu-item a,
header .main-menu li a:hover{
	color: #00A895;
}

header .header-phone{
	margin-inline-start: 0;
    margin-inline-end: 0;
    order: 3;
    flex: 0 0 40%;
    max-width: 40%;
    display: flex;
    justify-content: flex-end;
}

header .wrapper .main-navigation{
	order: 1;
    flex: 0 0 40%;
    max-width: 40%;
}

header .header-phone a{
display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 15px;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    background: #F26128;
    padding: 12px 24px;
    border-radius: 30px;
	width: max-content;
}

/*.anylock-home-menu li.active,
.anylock-home-menu a.active {
    animation: anylockMenuLinkIn 0.35s ease both;
}*/

.anylock-home-menu ul {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

/*.anylock-home-menu li {
    position: relative;
    top: 0;
    right: 0;
    width: max-content;
    max-width: 100%;


    pointer-events: none;
    transform: translateX(18px);

    transition:
        opacity 0.4s ease,
        transform 0.4s ease,
        visibility 0s linear 0.4s;
}*/

@media (prefers-reduced-motion: reduce) {
    .anylock-home-menu li,
    .anylock-home-menu li.active {
        transition: none;
        transform: none;
    }
}

@keyframes anylockMenuLinkIn {
    from {
        opacity: 0;
        transform: translateX(15px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media only screen and (max-width:400px){
	.anylock-home-menu ul{
		right: 10px;
	}
}