@media all and (min-width: 1200px){
    .container{
        max-width: 1200px;
    }
}
html, body{
    font-family: 'OpenSans-web', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    background: #fff;
}
body{
    overflow-x: hidden;
}
input, button, textarea{
    font-family: inherit;
}
a{
    text-decoration: none;
    color:#000;
}
a:hover{
    color:#000;
}
.mshow{
    display: none;
}






.hdr {
    background: url(../img/en/hdr.jpg) center top no-repeat;
    -webkit-background-size: contain;
    background-size: auto 100%;
    position: relative;
}
.hdr--ru{
    background-image: url(../img/ru/hdr.jpg);
}
.mob__ball{
    display: none;
}
.hdr .container{
    position: relative;
    height: 354px;
}
.hdr__top {
    position: relative;
    z-index: 99;
    justify-content: space-between;
}
.hdr__logo {
    padding-top: 20px;
}
.hdr__logo a{
    display: block;
    width: 141px;
}
.hdr__logo img{
    display: block;
    width: 100%;
}
.switcher {
    margin-top: 21px;
    width: 145px;
    position: relative;
}
.switcher__block {
    width: 100%;
    height: 35px;
    border:1px solid #769cc1;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    position: relative;
    color:#fff;
    font-size: 14px;
    font-weight: 300;
    padding-right: 15px;
    cursor: pointer;
}
@media (min-width: 1200px){
    .switcher__block:hover{
        background-color: #fff;
        color:#000;
    }
    .switcher__block:hover .switcher__icon{
        filter: brightness(0.1);
    }
}
.switcher__icon{
    width: 24px;
    margin-right: 10px;
    display: block;
}
.switcher__arrow {
    position: absolute;
    width: 7px;
    top: 50%;
    right: 20px;
    display: block;
    margin-top: -1px;
}
.switcher__pop {
    margin-top: 6px;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-10px);
    width: 100%;
    white-space: normal;
    background: #fff;
    padding: 7px 0;
    transition: all 0.3s ease;
    border-radius: 3px;
}
.switcher.active .switcher__pop{
    transform: translateY(0px);
    opacity: 1;
    pointer-events: auto;
}
.switcher__pop:before{
    width: 10px;
    height: 10px;
    background: #fff;
    top:-3px;
    left: 30px;
    transform: rotate(45deg);
    pointer-events: none;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}
.switcher__pop a{
    display: block;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}
.switcher__pop a:hover{
    background: #dfedf4;
}
.hdr__main {
    position: relative;
    z-index: 3;
    margin-top: 30px;
    border-left: 4px solid #ed5d2d;
    color:#fff;
    padding-left: 16px;
}
.mob__logo{
    display: none;
}
.mob__burger{
    display: none;
}
.hdr__h1 {
    font-size: 30px;
    margin-bottom: 10px;
}
.hdr__h2 {
    font-size: 23px;
    font-weight: 300;
}








.wrapper {
    padding-top: 35px;
    background: url(../img/en/mapbg.jpg) center top no-repeat;
    background-size: 1900px auto;
    padding-bottom: 60px;
}
.map {
}
.map__left {
    width: 50%;
    position: relative;
    min-height: 450px;
}
.indexmap {
}
.indexmap__line1 {
    align-items: center;
}
.indexmap__count {
    color:#ed5d2d;
    font-weight: 300;
    font-size: 52px;
    line-height: 1;
    padding-right: 20px;
}
.indexmap__ans {
    font-size: 18px;
    font-weight: 300;
    color:#252525;
    line-height: 1.3;
}
.indexmap__line2{
    flex-flow: row wrap;
}
.indexmap__info {
    padding-top: 24px;
    white-space: nowrap;
    align-items: center;
    color:#252525;
    margin-right: 23px;
}
.indexmap__info img{
    display: block;
    flex-shrink: 0;
    margin-right: 5px;
}
.indexmap__info img.nogap{
    margin-right: 0;
}
.indexmap__info strong{
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
}
.indexmap__info small{
    padding-left: 5px;
    display: block;
    color:#959595;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}
.indexmap__default{
    display: none;
}
.indexmap__default.active {
    display: block;
}
.indexmap__defaultimg{
    padding-top: 10px;
    margin-right: 20px; 
}
.indexmap__defaultimg img{
    display: block;
    width: 100%;
}


.countryimg__item{
    pointer-events: none;
    position: absolute;
    top:0;
    left: auto;
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.3s ease;
}
.countryimg__item.active{
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
    position: relative;
}
.countryimg__info{
    padding-top: 15px;
}
.countryimg__info img{
    width: 37px;
    display: block;
    flex-shrink: none;
    margin-right: 20px;
}
.countryimg__info p{
    padding-top: 8px;
    font-size: 20px;
    line-height: 1;
    color:#0a0a0a;
    font-weight: 600;
}
.countryimg__info small{
    display: block;
    font-size: 12px;
    color:#959595;
    line-height: 22px;
    font-weight: 300;
}
.countryimg__mainimg{
    width: 100%;
    padding-top: 0px;
    padding-right: 20px;
}
.countryimg__mainimg img{
    display: block;
    width: 100%;
}
.map__right {
    padding-top: 5px;
    width: 50%;
    padding-left: 15px;
    flex-shrink: 0;
}
.map__rightttl {
    color:#252525;
    font-size: 18px;
    font-weight: 600;
}
.map__counties {
    padding-top: 17px;
}
.map__leftcol,
.map__rightcol{
    width: 50%;
}
.map__item {
    width: 100%;
    align-items: center;
    color:#505050;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 14px;
    cursor: pointer;
}
.map__countblock{
    padding-bottom: 15px;
    padding-right: 50px;
}
.map__continent{
    display: block;
    color:#3386c7 !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    padding-bottom: 15px;
    text-decoration: underline;
}
.map__continent.active{
    text-decoration: none;
}
@media (min-width: 1200px){
    .map__item:hover{
        color:#000;
    }
    .map__item.active,
    .map__item:hover{
        color:#505050;
        font-weight: 600;
        text-decoration: underline;
    }
}
.map__sqflag {
    width: 18px;
    margin-top: 1px;
    height: 13px;
    display: block;
    margin-right: 12px;
}
.map__item span{
    display: block;
}








.feats {
    padding-top: 45px;
}
.feats__head {
    color:#071f63;
    font-weight: 400;
    font-size: 48px;
    line-height: 72px;
    text-align: center;
}
.feats__head span{
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 3px solid #ed5d2d;
}
.feats__wrap {
    padding-top: 43px;
}
.feats__item {
    margin-bottom: 36px;
    text-align: center;
    color:#252525;
}
.feats__item img{
    display: block;
    margin: 0 auto 0;
    max-width: 120px;
}
.feats__title{
    font-size: 18px;
    padding-top: 5px;
    font-weight: 600;
}
.feats__sub {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 300;
}
.footer {
    overflow: hidden;
    height: 430px;
    background: url(../img/en/footer/bg.jpg) center top no-repeat;
    -webkit-background-size: contain;
    background-size: auto 100%;
    color:#fff;
    padding-top: 85px;
}
.footer .container{
    position: relative;
}
.footer__title {
    position: relative;
    z-index: 10;
    font-size: 55px;
    line-height: 45px;
    padding-left: 20px;
    border-left: 4px solid #ed5d2d;
}
.footer__loc {
    position: relative;
    z-index: 10;
    margin-top: 55px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    padding-left: 30px;
    background: url(../img/en/footer/location_footer.svg) left center no-repeat;
    background-size: 20px 34px;
}
.footer__conts {
    position: relative;
    z-index: 10;
    padding-top: 45px;
}
.footer__cont {
    align-items: center;
    line-height: 1;
    font-weight: 300;
    padding-right: 40px;
}
.footer__cont a{
    color:#fff;
    font-size: 16px;
}
.footer__contimg {
    flex-shrink: 0;
    margin-right: 10px;
}
.footer__bottom {
    position: relative;
    z-index: 10;
    padding-top: 65px;
    justify-content: center;
}
.footer__logo {
    width: 70px;
    margin-right: 15px;
    flex-shrink: 0;
    display: block;
}
.footer__logo img{
    display: block;
    width: 100%;
}
.footer__menu {
    padding-top: 20px;
}
.footer__menu a{
    color:#fff;
    font-size: 13px;
    display: block;
    line-height: 1.3;
    margin: 0 15px;
}
.footer__menu a:hover{
    color:#d0d0d0;
}
.footer__fishnet {
    margin-top: 10px;
    margin-left: 15px;
    display: block;
    width: 90px;
}
.footer__fishnet img{
    display: block;
    width: 100%;
}
.footer__social {
    margin-top: 18px;
    padding-left: 10px;
}
.footer__social a{
    display: block;
    margin: 0 5px;
    width: 20px;
}
.footer__social a img{
    display: block;
    width: 100%;
}
.footer__social a:hover{
    opacity: 0.8;
}
.mob__footerburger{
    display: none;
}










.hystmodal__window--menu{
    width: 200px;
    height: 100vh;
    min-height: 420px;
    transform: translateX(100%);
    transition: all 0.2s linear 0s;
    margin: 0;
    margin-left: auto;
    padding: 30px 20px 0 20px;
    background: #F4F8FA;
}
.hystmodal--active .hystmodal__window--menu{
    transform: translateX(0);
    position: relative;
}
.hystmodal__window--menu .hystmodal__close{
    top: 5px;
    right: auto;
    left: 5px;
    filter: brightness(0.3);
    width: 15px;
    height: 15px;
    outline: none;
}
.mobmenu__top{
}
.mobmenu__top>span{
    display: block;
    font-size: 18px;
    line-height: 20px;
    color: #3C3E44;
    font-weight: 700;
}
.mobmenu__menu{
    padding: 15px 0 5px;
    border-bottom: 1px solid #f0f0f0;
}
.mobmenu__menu a{
    padding: 0px;
    color:#000;
    font-size: 14px;
    line-height: 35px;
    display: block;
}














.sphere1{
    pointer-events: none;
    width: 158px;
    position: absolute;
    left: -70px;
    top: 10px;
}
.sphere2 {
    pointer-events: none;
    width: 128px;
    position: absolute;
    right: 30px;
    bottom: -10px;
    z-index: 10;
}
.sphere1 img, .sphere2 img, .foosphere1 img, .foosphere2 img, .mob__foostick img{
    display: block;
    width: 100%;
}
.foosphere1{
    pointer-events: none;
    width: 190px;
    position: absolute;
    left: -90px;
    top: 20px;
}
.foosphere2 {
    pointer-events: none;
    width: 184px;
    position: absolute;
    right: 0;
    top: -85px;
    z-index: 10;
}
.mob__foostick{
    display: none;
}