#main .header-wrap {
    justify-content: space-between;
}

#main .header-wrap .logo {
    margin-right: 40px
}

#main .header__social-items {
    display: flex;
    justify-content: space-around;
    align-iteMS: flex-start;
}
#main .header__social-item:not(:last-of-type){
    margin-right: 1.5rem;
}
#main .header-phone::before {
    left: 62px;
}

#main .header-phone {
   padding-left: 100px;
}

.nav-wrapper ul.nav li:nth-child(8){
    display: none;
}

.nav-footer ul.nav li:nth-child(8){
    display: flex;
}
.close-mob-nav{
	background: url(../img/close_.svg) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
   
    top: 10px;
}
.mobile-nav {
    display: none;
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    background: #002664;
    width: 100%;
    height: 100vh;
}
 
.mobile-nav > i {
    color: #ffffff;
position: absolute;
right: 9px;
top: 7px;
font-size: 20px;
font-weight: 600;
cursor: pointer;
z-index: 99999999;
}
.whatsap_telega{
	margin-left: 25px;
  width: 140px;
}
.whatsap_telega a{
	float: left;
}
.whatsap{
	
}
.telega{
	
}
.vk{
	margin-top: 8px;
  margin-left: 3px;
  float: left;
}
.whatsap img {
    margin-top: -1px;
    float: left;
}
.mobile-nav__items {
    width: 100%;
    height: 100%;
    list-style: circle;
    margin: 0 auto;
    padding: 17px 0 0 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mobile-nav__item {
    padding: 1rem 0;
    /*border-bottom: 1px solid #3d4b53!important;*/
}



.mobile-nav__item a {
    font-size: 1rem;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 12px 25px 15px;
}




.mobile-nav__item:hover,
.mobile-nav__item:active {
    background: -webkit-linear-gradient(90deg, #8e0866 0%, #d90866 100%);
}

.toggle-button {
    position: absolute;
    top: 20px;
    right:20px;
    width: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
}

.toggle-button:focus {
    outline: none;
}

.toggle-button__bar {
    width: 100%;
    height: 0.2rem;
    background: #000000;
    display: block;
    margin: 0.3rem 0;
}


.nav-wrapper {
    display: none !important;
}

@media (min-width: 60rem) {
    .toggle-button {
        display: none;
    }

    .nav-wrapper {
        display: block !important;
    }
    
    
}


@media screen and (max-width: 628px){
	
    footer{
        display: block !important;
    }
    .nav-footer{
        display: none !important;
    }
}

footer{
    display: none !important;
}

.backdrop {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.01);
}

.new-footer{
    background-color: #012664;
}
.nav-footer{
    display: flex;
    justify-content: space-between;
}

.nav-footer-menu{
    display: flex;
    flex-direction: column;
    width: 70%;
}

.nav-footer-menu .container{
    width: 100% !important;
}
.nav-footer-phone-and-copy{
    display: flex;
    flex-direction: column;
    width: 30%;
    justify-content: space-between;
    background-color: #012664;
    color: #fff;
    padding: 60px 0 15px 0;
}
.nav-footer-phone-and-copy a, .nav-footer-phone-and-copy .header-phone__ps, .nav-footer-phone-and-copy .header-phone__ps span{
    color: #fff !important;
}

.nav-footer-phone-and-copy .header-phone:before {
    content: '';
    display: block;
    background: url(../img/icons/phone.png) no-repeat 50% 50%/cover;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 10px;
}

.nav-footer-phone-and-copy .header-phone {
    padding-left: 45px;
    position: relative;
}

.nav-footer .nav{
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 30px 0;
    justify-content: flex-start;
    align-items: flex-start;
    height: 420px;
}

.nav-footer .nav-wrap.sticky, .nav-footer .nav-wrapper.sticky{
	position: relative !important;
	height: auto !important;
}
.nav-footer .nav__item{
	border: none !important;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.nav-footer .nav__item a{
    padding: 5px 15px;
}
.nav-footer .nav-footer-menu .nav__item .podmenuic{
    display: block !important;
    position: relative !important;
    top: 0 !important;
    background-color: #012664;
    padding: 5px 25px 0 0 !important;
    width: 350px;
}
.nav-footer .nav-footer-menu .nav__item .podmenuic a{
    color: #fff;
}

.otrasotos__desc h2{
    font-size: 37px;
    text-align: center;
    color: #0054dc;
    font-family: "MerriweatherBold",sans-serif;
    margin-bottom: 30px;
}


.sert-name{
    display: none;
}
.sert-page .sert-name{
    display: block;
    text-align: center;
    width: 100%;
    padding: 15px 0 0 0;
}
.sert-page .item__link{
    border: none !important;
}

.sert-page .sert-wrapper{
    padding: 150px 0;
}