@keyframes RandomTranslate {
    0% {
        transform: translateX(0);
    }
    20%{
        transform: translateX(10px);
    }
    40%{
        transform: translateX(20px) translateY(16px);
    }
    60%{
        transform: translateX(32px) translateY(-16px);
    }
    80%{
        transform: translateX(16px) translateY(-10px);
    }        
    100% {
        transform: translateX(0);
    }   
}
@keyframes StickTranslate {
    0% {
        transform: translateX(0);
    } 
    50% {
        transform: translateX(10px);
    }   
    100% {
        transform: translateX(0);
    }   
}






.map__countblock{
    padding-right: 0;
}




@media all and (max-width:997px){




    .hdr{
        background: #000;
        background-image: -webkit-linear-gradient( 90deg, rgb(7,37,88) 0%, rgb(6,115,163) 100%);
    }
    .hdr .container{
        height: 510px;
        background: url(../img/mobile/phone_eng.png) center bottom no-repeat;
        -webkit-background-size: 208px;
        background-size: 208px;
    }
    .hdr--ru .container{
        background-image: url(../img/mobile/phone_rus.png);
    }
    .mob__ball{
        display: block;
        pointer-events: none;
        width:85px;
        position: absolute;
        left: 30px;
        top: 180px;
        animation-iteration-count: infinite;
        animation-name: RandomTranslate;
        animation-duration: 10s; 
        animation-timing-function: linear; 
    }
    .mob__ball img{
        display: block;
        width: 100%;
    }
    .sphere1{
        display: none;
    }
    .sphere2{
        width: 80px;
        bottom: -25px;
        right: 20px;
        animation-iteration-count: infinite;
        animation-name: StickTranslate;
        animation-duration: 10s; 
        animation-timing-function: linear;
        animation-direction: reverse;
    }
    .foosphere1{
        width:85px;
        left: auto;
        right: 20px;
        opacity: 0.4;
        top: 55px;
        animation-iteration-count: infinite;
        animation-name: RandomTranslate;
        animation-duration: 10s; 
        animation-timing-function: linear; 
    }
    .mob__foostick{
        display: block;
        pointer-events: none;
        position: absolute;
        width: 80px;
        bottom: auto;
        top: -40px;
        right:auto;
        left: 30px;
        animation-iteration-count: infinite;
        animation-name: StickTranslate;
        animation-duration: 10s; 
        animation-timing-function: linear;
        animation-direction: reverse;
    }
    .foosphere2{
        display: none;
    }
    .hdr__top{
        position: relative;
        z-index: 20;
    }
    .hdr__logo{
        display: none;
    }
    .switcher{
        z-index: 20;
        margin-top: 10px;
        width: 120px;
    }
    .switcher__arrow{
        right: 10px;
    }
    .switcher__block{
        border:none;
        justify-content: flex-start;
        padding-left: 10px;
        margin-left: -10px;
    }
    .mob__burger{
        display: block;
        width: 24px;
        height: 24px;
        border:none;
        background: url(../img/mobile/menu_icon.svg) transparent center center no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        margin-top: 15px;
        cursor: pointer;
        outline: none;
    }
    .mob__logo{
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 95px;
        margin-bottom: 20px;
    }
    .mob__logo img{
        display: block;
        width: 100%;
    }
    .hdr__main{
        padding-left: 0;
        border-left: 0;
        margin-top: 10px;
    }
    .hdr__h1{
        text-align: center;
        font-size: 21px;
        line-height: 24px;
        font-weight: 300;
        margin-bottom: 30px;
    }
    .hdr__h2{
        text-align: center;
        font-size: 14px;
        font-weight: 300;
    }
    .map__left{
        display: none;
    }
    .map__right{
        width: 100%;
        padding-top: 15px;
        padding-left: 0;
    }
    .map__rightttl{
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 210px;
    }
    .map__counties{
        padding-top: 15px;
        margin-left: -5px;
        margin-right: -5px;
        flex-flow: column nowrap;
    }
    .map__leftcol, .map__rightcol{
        width: 100%;
    }
    .map__continent{
        display: block;
        flex-basis: 100%;
        text-align: center;
        font-size: 16px;
        color:#252525 !important;
        text-decoration: none !important;
    }
    .map__countblock{
        flex-flow: row wrap;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding-bottom: 25px;
    }
    .map__item{
        height: 40px;
        border-radius: 3px;
        background: #fff;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
        padding: 0 10px;
        margin: 0 4px 5px;
        width:calc(50% - 8px);
        font-size: 11px;
        line-height: 1.4;
    }
    .map__item img{
        width: 16px;
        height: 16px;
        border-radius: 50%;
        object-fit: cover;
        border:1px solid #bbd0d9;
    }
    .feats__head{
        font-size: 24px;
        line-height: 40px;
    }
    .feats__head span{
        padding: 0;
    }
    .feats__item{
    }
    .feats__item img{
        width: 100px;
    }
    .feats__title{
        font-size: 16px;
    }
    .feats__sub{
        font-size: 12px;
    }
    .footer{
        position: relative;
        overflow: visible;
        height: 400px;
        background-image: linear-gradient( 90deg, rgb(7,37,88) 0%, rgb(6,115,163) 100%);
        padding-top: 30px;
        text-align: center;
    }
    .footer__title{
        text-align: center;
        font-size: 24px;
        line-height: 1;
        padding: 10px 10px;
        border-bottom: 3px solid #ff500b;
        border-left: none;
        display: inline-block;
    }
    .footer__loc{
        padding-left: 0;
        text-align: center;
        font-size: 12px;
        line-height: 16px;
        max-width: 185px;
        margin: 23px auto 0;
        padding-top: 27px;
        background-position: center top;
        background-size: 13px auto;
    }
    .footer__conts{
        padding-top: 20px;
        flex-flow: column nowrap;
        align-items: center;
    }
    .footer__cont{
        flex-flow: column nowrap;
        align-items: center;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .footer__cont a{
        font-size: 16px;
        font-weight: 400;
        text-decoration: underline;
        text-align: center;
    }
    .footer__contimg{
        margin-right: 0;
        margin-bottom: 6px;
        width: 18px;
    }
    .footer__bottom{
        padding-top: 15px;
        padding-bottom: 15px;
        justify-content: space-between;
        align-items: center;
    }
    .footer__logo{
        width: 60px;
        margin-right: 0;
    }
    .footer__menu{
        display: none;
    }
    .footer__fishnet{
        width: 70px;
        margin-left: 0;
        margin-top: 10px;
        margin-right: 30px;
    }
    .footer__social {
        display: none;
    }
    .mob__footerburger{
        width: 20px;
        margin-top: 10px;
        border:none;
        background: none;
        display: block;
        outline: none;
        cursor: pointer;
    }
    .mob__footerburger img{
        display: block;
        width: 20px;
    }










    /* END 997px */
}