body {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 17px;
    color: #004785;
    width: 100%;
    overflow: hidden;
}

.text-center {
    text-align: center;
}
.animate {
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
sup, sub {
    top: -0.5em;
}
.text-right {
    text-align: right;
}

h1 {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 100px;
    line-height: 100px;
    font-weight: 800;
    text-transform: uppercase;
    color: #004785;
    margin: 0;
}
h1:after {
    display: block;
    width: 125px;
    margin: 20px 0 10px 0;
    border-bottom: 2px solid #f2c100;
}

.before-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
}
.after-title {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 45px;
    letter-spacing: 5px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
}
h2 {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 55px;
    font-weight: 800;
    text-transform: uppercase;
    color: #004785;
}
.assets-8 h1 {
    font-size: 65px;
    line-height: 80px;
}
.assets-8 .after-title {
    font-size: 34px;
}

header {
    position: fixed;
    min-width: 320px;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 4;
}
header .row > div {
    height: 0;
}
header .logo {
    display: block;
    margin-top: 20px;
    margin-left: 20px;
}
header .logo img {
    position: absolute;
}
header .logo-animate img {
    display: none;
}
header .logo-animate img.active {
    display: block;
}
header .menu-toggle {
    display: block;
    margin-top: 20px;
    margin-right: 30px;
    border: 0;
    width: 48px;
    height: 48px;
    padding: 16px 0;
    border-radius: 50%;
    cursor: pointer;
    background: #ffffff;
    outline: 0 !important;
    overflow: hidden;
}
header .menu-toggle span {
    margin: auto;
    display: block;
    width: 25px;
    height: 2px;
    background: #004785;
    margin-bottom: 5px;
}
header .menu-toggle.blue {
    background: #004785;
}
header .menu-toggle.blue span {
    background: #ffffff;
}
header .menu-toggle:hover span {
    background: #f2c100;
}
header .menu-toggle img {
    vertical-align: top;
}
header .back-url {
    cursor: pointer;
    margin-left: 25px;
    margin-top: 130px;
    width: 48px;
    height: 48px;
    display: block;
    background-image: url("../imgs/back-url-blue.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    border-radius: 50%;
}
header .back-url.blue {
    background-color: #004785;
    background-image: url("../imgs/back-url.svg");
}
header .back-url:hover {
    background-color: #f2c100;
}
.nav-bar {
    position: fixed;
    z-index: 8;
    right: -440px;
    top: 0;
    bottom: 0;
    width: 440px;
    background: #004785;
    padding: 20px 40px;
}
.nav-bar .close {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 30px;
}
.nav-bar .close span {
    position: absolute;
    display: block;
    width: 25px;
    height: 2px;
    top: 9px;
    left: -3px;
    background: #ffffff;
}
.nav-bar .close span:first-child {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav-bar .close span:last-child {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-bar .close:hover span {
    background: #f2c100;
}
.nav-bar .lang-block a {
    color: #fff;
    text-decoration: none;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 300;
}
.nav-bar .lang-block a:hover {
    color: #f2c100;
}
.nav-bar .nav-menu {
    display: block;
    margin: 50px 0;
    padding: 0;
    list-style: none;
}
.nav-bar .nav-menu a {
    cursor: pointer;
    font-family: 'Montserrat', 'Arial', sans-serif;
    color: #ffffff;
    line-height: 30px;
    font-size: 24px;;
    text-decoration: none;
}
.nav-bar .nav-menu a:hover,
.nav-bar .nav-menu a.active {
    color: #f2c100;
}
.nav-bar .nav-menu li {
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid #f2c100;
}
.nav-bar .nav-menu li:last-child {
    border-bottom: 0;
}
.nav-bar .social-links {
    color: #fff;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 300;
}
.nav-bar .social-links i {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    margin-right: 20px;
}
.nav-bar .social-links a:hover i {
    color: #f2c100;
}
.nav-bar .social-links .fa-vk {
    vertical-align: -2px;
}
.nav-bar .social-links .fa-facebook-f {
    font-size: 18px;
}
.container {

}
section {
    position: relative;
    padding: 50px 0;
}

.ajax-contents {
}
.ajax-contents .page-item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    overflow-x: hidden;
    z-index: 1;
}
.ajax-contents .page-item.level-1 {
    left: 0;
}
.ajax-contents .page-item.level-2 {
    left: 100%;
    background: #fff;
}
.ajax-contents .page-item.level-3 {
    left: 100%;
    background: #fff;
}
.ajax-contents .page-item.completed {
    left: 0;
    display: block;
}
.ajax-contents .page-item.ajax-animate {
    z-index: 2;
}

.mar-t90-b40 {
    margin: 90px 0 40px 0;
}
.container img {
    max-width: 100%;
}
.main-section-mobile {
    display: none;
}
.main-section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
   /* background: url("../imgs/bg-video.jpg") center no-repeat;
    background-size: cover;*/
}
.main-section video {
    display: none;
    top: 0;
    position: absolute;
    width: 150%;
    left: -25%;
    z-index: 1;
}
.main-section video.active {
    display: block;
}
.video-container iframe {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: url("../imgs/preload_video.jpg") no-repeat;
    background-size: 100%;
}
.video-container-mask {
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-left: -458px;
    margin-top: -458px;
    width: 916px;
    height: 916px;
    overflow: hidden;
}
.full-width-container {
    position: absolute;
    top: 50%;
    left: 50%;
}
.full-width-container video {
    left: -70%;
}
.full-width-container video.active {
    left: -25%;
}
.main-section .overlay-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -458px;
    margin-left: -458px;
    width: 916px;
    height: 916px;
    background: #002e69;
    z-index: 2;
    opacity: 0.8;
    border-radius: 50%;
    -webkit-transition: all ease-out .6s;
    -moz-transition: all ease-out .6s;
    -ms-transition: all ease-out .6s;
    -o-transition: all ease-out .6s;
    transition: all ease-out .6s;
    -moz-transform: scale(3);
    -moz-transform-origin: center center;
    -o-transform: scale(3);
    -o-transform-origin: center center;
    -webkit-transform: scale(3);
    -webkit-transform-origin: center center;
    transform: scale(3);
    transform-origin: center center;
}
.main-section .overlay-circle.active {
    -moz-transform: scale(1);
    -moz-transform-origin: center center;
    -o-transform: scale(1);
    -o-transform-origin: center center;
    -webkit-transform: scale(1);
    -webkit-transform-origin: center center;
    transform: scale(1);
    transform-origin: center center;
}
.circle-steps {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 3;
}
.svg-timer-border {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -246px;
    margin-left: -246px;
    width: 492px;
    height: 492px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    z-index: 0;
    display: none;
}
.circle-steps .circle-item {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
}
.circle-steps .circle-item.step-1 {
    margin-top: -246px;
    margin-left: -246px;
    width: 492px;
    height: 492px;
}
.circle-steps .circle-item.active {
    display: block;
}

.circle-steps .circle-item .clock-1-hover-line {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../imgs/clock-1-hover-line.svg") no-repeat;
    background-size: 100%;
    z-index: 1;
}
.circle-steps .circle-item .circle-path,
.circle-steps .circle-item text {
    display: none;
}

.circle-steps .circle-item .clock-1-hover-line.step-1 {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.circle-steps .circle-item .clock-1-hover-line.step-3 {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.circle-steps .circle-item .clock-1-hover-line.step-3 {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.circle-steps .circle-item .clock-1-hover-line.step-4 {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.circle-steps .circle-item .clock-1-hover-line.step-5 {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.circle-steps .circle-item .clock-1-hover-line.step-6 {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.circle-steps .circle-item .clock-1-hover-line.step-7 {
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
.circle-steps .circle-item .clock-1-hover-line.step-8 {
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.circle-steps .circle-item .clock-1-hover-line.step-9 {
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}

.circle-block-1 .start-svg-times {
    position: absolute;
    display: none;
    top: 0;
}

.main-count {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -150px;
}
.circle-block-content {
    position: absolute;
    text-align: center;
    top: 245px;
    opacity: 0;
    width: 100%;
    z-index: 5;
}
.circle-item h1 {
    color: #ffffff;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
    text-transform: none;
}
.circle-item h1 span {
    color: #f2c100;
}
.circle-item button {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 25px;
    background: rgba(8, 49, 98, 0.7);
    font-size: 15px;
    padding: 10px 25px;
    width: 190px;
    margin-top: 20px;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-weight: 700;
    outline: none !important;
}
.circle-item button:hover {
    color: #f2c100;
}
.circle-item.step-2 {
    margin-left: -458px;
    margin-top: -458px;
    width: 916px;
    height: 916px;
}

.circle-item.step-2 text {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 18px;
    fill: #ffffff;
}
.circle-item.step-2 text.hover,
.circle-item.step-2 text.active {
    fill: #f2c100;
}
.circle-item.step-2 path[data-hover] {
    fill: none;
    pointer-events:all;
}

.circle-steps .circle-item .clock-2-hover-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 100%;
    z-index: 5;
}
.circle-steps .circle-item .clock-2-hover-layer svg {
    fill: none;
    pointer-events:all;
    cursor: pointer;
}


.circle-item.step-2 .circle-block-content {
    top: 450px;
    left: 268px;
    width: 380px;
}

.circle-item.step-2 .circle-block-content .circle-dynamic-item {
    position: absolute;
    top: 0;
    display: none;
    width: 100%;
}
.circle-item.step-2 .circle-block-content .circle-dynamic-item.active {
    display: block;
}
.circle-item.step-2 h1 {
    margin-top: 0;
}
.circle-item.step-2 p {
    margin-top: 40px;
}

.circle-item p {
    font-family: 'Montserrat', 'Arial', sans-serif;
    color: #fff;
    font-size: 16px;
    margin-bottom: 28px;
}

.clock-2-hover-path {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 100%;
}
.clock-2-hover-path.path-hover-1 {
    background-image: url("../imgs/clock-2-hover-path.svg");
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.clock-2-hover-path.path-hover-2 {
    background-image: url("../imgs/clock-2-hover-path.svg");
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.clock-2-hover-path.path-hover-3 {
    background-image: url("../imgs/clock-2-hover-path.svg");
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.clock-2-hover-path.path-hover-4 {
    background-image: url("../imgs/clock-2-hover-path.svg");
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.clock-2-hover-path.path-hover-5 {
    background-image: url("../imgs/clock-2-hover-path.svg");
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.clock-2-hover-path.path-hover-6 {
    background-image: url("../imgs/clock-2-hover-path.svg");
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
.clock-2-hover-path.path-hover-7 {
    background-image: url("../imgs/clock-2-hover-path.svg");
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.clock-2-hover-path.path-hover-8 {
    background-image: url("../imgs/clock-2-hover-path.svg");
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}

.clock-2-active-path {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 100%;
}
.clock-2-active-path.path-active-1 {
    background-image: url("../imgs/clock-2-hover-path.svg");
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.clock-2-active-path.path-active-2 {
    background-image: url("../imgs/clock-2-hover-path.svg");
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.clock-2-active-path.path-active-3 {
    background-image: url("../imgs/clock-2-hover-path.svg");
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.clock-2-active-path.path-active-4 {
    background-image: url("../imgs/clock-2-hover-path.svg");
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.clock-2-active-path.path-active-5 {
    background-image: url("../imgs/clock-2-hover-path.svg");
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.clock-2-active-path.path-active-6 {
    background-image: url("../imgs/clock-2-hover-path.svg");
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
.clock-2-active-path.path-active-7 {
    background-image: url("../imgs/clock-2-hover-path.svg");
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.clock-2-active-path.path-active-8 {
    background-image: url("../imgs/clock-2-hover-path.svg");
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}
.circle-item .ponyatno,
.circle-item .step-next {
    position: absolute;
    left: 50%;
    z-index: 6;
    margin-left: -95px;
    opacity: 0;
}
.circle-item .ponyatno {
    opacity: 1;
}
.circle-item.step-1 .step-next {
    bottom: 109px;

}
.circle-item.step-2 .ponyatno,
.circle-item.step-2 .step-next {
    bottom: 321px;
}

.section-1 {
    background-image: url('../imgs/assets-1-bg-1.jpg');
    background-size: cover;
    background-position: center;
    min-height: 850px;
    padding-top: 100px;
}
.section-1:before {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    display: block;
    height: 400px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,000000+100&0+0,0.6+100 */
    background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
}
.assets-1-bg {
    background-image: url('/imgs/assets/1-1.jpg');
}
.assets-2-bg {
    background-image: url('/imgs/assets/2-1.jpg');
}
.assets-3-bg {
    background-image: url('/imgs/assets/3-1.jpg');
}
.assets-4-bg {
    background-image: url('/imgs/assets/4-1.jpg');
}
.assets-5-bg {
    background-image: url('/imgs/assets/5-1.jpg');
}
.assets-6-bg {
    background-image: url('/imgs/assets/6-1.jpg');
}
.assets-7-bg {
    background-image: url('/imgs/assets/7-1.jpg');
}
.assets-8-bg {
    background-image: url('/imgs/assets/8-1.jpg');
}
.section-1 h1:after {
    content: "";
    margin: 20px auto 10px auto;
}
.section-2 {
    padding: 70px 0 120px 0;
}
.count-block.count-1 {
    position: absolute;
    top: -210px;
    font-family: 'Montserrat', 'Arial', sans-serif;
    text-transform: uppercase;
}
.count-block.count-1 .before-count {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    position: absolute;
    bottom: 100%;
}
.count-block.count-1 .count-value {
    font-size: 240px;
    line-height: 200px;
    color: #f2c100;
    font-weight: 800;
    position: relative;
}
.count-block.count-1 .count-value .sup {
    display: block;
    position: absolute;
    top: 12px;
    left: 100%;
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
    min-width: 100px;
}
.beside-img-1 {
    position: relative;
    padding: 40px 0;
}

.beside-img-1:after {
    content: "";
    display: block;
    position: absolute;
    width: 70px;
    bottom: 0;
    border-bottom: 2px solid #f2c100;
}
.count-block.count-2 {
    position: relative;
    font-family: 'Montserrat', 'Arial', sans-serif;
    text-transform: uppercase;
    padding-top: 30px;
}
.count-block.count-2:before {
    content: "";
    display: block;
    position: absolute;
    width: 70px;
    top: 0;
    border-top: 2px solid #f2c100;
}
.count-block.count-2 .before-count {
    font-size: 20px;
    font-weight: 800;
}
.count-block.count-2 .count-value {
    font-size: 90px;
    line-height: 100px;
    color: #f2c100;
    font-weight: 800;
    position: relative;
}
.count-block.count-2 .count-value span {
    line-height: 70px;
    font-size: 60px;
    /*margin-right: -3px;*/
}
.count-block.count-2 .after-count {
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
    color: #f2c100;
    margin-top: -5px;
}

.section-3 {
    margin-top: 50px;
}
.section-3 h2 {
    position: absolute;
    top: -170px;
    color: #004785;
}
.section-3 h2:before {
    content: "";
    position: absolute;
    display: block;
    color: #f2c100;
    top: 20px;
    left: -30px;
    height: 105px;
    border-left: 2px solid #f2c100;
}

.people-slider {
    position: relative;
}
.dynamic-content .people-name {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 800;
}
.dynamic-content .company-text {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 50px;
    max-width: 440px;
}
.dynamic-content .company-text span {
    font-size: 12px;
}
.one-man .people-text .dynamic-item {
    top: 155px;
}
.people-images {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.people-images img {
    display: block;
    margin-bottom: 50px;
}
.dynamic-content .dynamic-item {
    display: none;
}
.dynamic-content .dynamic-item.active {
    display: block;
}

.people-names .dynamic-item {
    position: absolute;
    z-index: 1;
    top: 75px;
    left: 125px;
}
.people-text {
}
.people-text .dynamic-item {
    background: #004785;
    position: absolute;
    font-family: 'Roboto', 'Arial', sans-serif;
    font-size: 18px;
    color: #fff;
    z-index: 1;
    top: 175px;
    right: 25px;
    left: -3px;
    padding: 40px 50px;
    margin-bottom: 30px;
}
.people-slider .people-nav {
    position: absolute;
    top: 125px;
    left: -3px;
    z-index: 5;
}
.people-slider .people-nav .people-prev {
    position: absolute;
    background: #00396b;
    background-size: 12px;
    width: 50px;
    height: 50px;
}
.people-slider .people-nav .people-prev:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../imgs/btn-prev.svg") no-repeat center;
    background-size: 12px;
}
.people-slider .people-nav .people-next {
    position: absolute;
    margin-left: 50px;
    background: #00396b;
    width: 50px;
    height: 50px;
}
.people-slider .people-nav .people-next:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../imgs/btn-next.svg") no-repeat center;
    background-size: 12px;
}
.people-slider .people-nav .people-prev:hover,
.people-slider .people-nav .people-next:hover {
    cursor: pointer;
    background-color: #f2c100;
}

.about-bg {
    background-image: url('../imgs/about-bg-1.jpg');
    background-image: -webkit-image-set(url('/imgs/about-bg-1.jpg') 1x, url('/imgs/about-bg-1@2x.jpg') 2x);
    background-image: image-set(url('/imgs/about-bg-1.jpg') 1x, url('/imgs/about-bg-1@2x.jpg') 2x);
    background-size: cover;
    background-position: center;
    padding-top: 150px;
    color: #fff;
}
.about-bg:before {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    display: block;
    height: 280px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,000000+100&0+0,0.6+100 */
    background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
}
.section-4 h1 {
    color: #ffffff;
    font-size: 70px;
    line-height: 76px;
}
.section-4 h1:after {
    content: "";
    margin: 30px 0 20px 0;
}
.section-5 h2 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
}

.count-block.count-3 {
    position: relative;
    font-family: 'Montserrat', 'Arial', sans-serif;
    text-transform: uppercase;
    margin-top: -150px;
}
.count-block.count-3 .count-value {
    font-size: 270px;
    line-height: 200px;
    color: #f2c100;
    font-weight: 800;
    position: relative;
}

.count-block.count-3 .sup {
    font-size: 22px;
    line-height: 30px;
    font-weight: 800;
    color: #ffffff;
    display: block;
    position: absolute;
    left: 330px;
    top: 0;
    width: 185px;
}

.section-5 .icon-blocks .icon-img {
    position: relative;
    height: 200px;
}
.section-5 .icon-blocks .icon-block img {
    position: absolute;
    bottom: 0;
}
.section-5 .icon-blocks .icon-1 {
    color: #00b0ea;
}
.section-5 .icon-blocks .icon-2 {
    color: #004785;
}
.section-5 .icon-blocks .icon-3 {
    color: #f2c100;
}
.section-5 .icon-blocks .icon-title {
    margin: 10px 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
}
.section-6 .icon-blocks .title-block {
    background: #004785;
    color: #fff;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0;
    padding: 45px 20px;
    height: 170px;

}
.section-6 {
    padding-top: 150px;
}
.section-6 .icon-blocks .icon-block {
    position: relative;
    margin: 15px 0;
    padding: 0 10px;
    display: table;
    width: 100%;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 15px;
    line-height: 17px;
    font-weight: 700;
    text-align: center;
    background: #f5f4f4;
    overflow: hidden;
}
.section-6 .icon-blocks .icon-img {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 170px;
}
.section-6 .icon-blocks .icon-img img {
    margin-bottom: 10px;
}
.section-6 .icon-blocks .icon-block .link-hover {
    background: rgba(0, 71, 133, 0.85);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: -100%;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.section-6 .icon-blocks .icon-block:hover .link-hover {
    top: 0;
    bottom: 0;
}
.section-6 .icon-blocks .icon-block .link-hover a {
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #fff;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -65px;
    margin-top: -13px;
}
.section-6 .icon-blocks .icon-block .link-hover a:hover {
    color: #f2c100;
}
.appeal-container .people-name {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 20px;
    color: #004785;
    font-weight: 800;
    text-transform: uppercase;
}
.appeal-container .company-text {
    font-size: 16px;
    line-height: 22px;
    position: relative;
    padding-bottom: 40px;
}
.appeal-container .company-text:after {
    content: "";
    display: block;
    position: absolute;
    width: 70px;
    bottom: 0;
    border-bottom: 2px solid #f2c100;
}
.appeal-container .people-image {
    max-width: 100%;
    margin-bottom: 20px;
}
.appeal-container p {
    font-family: 'Roboto', 'Arial', sans-serif;
    font-size: 16px;
    line-height: 25px;
}
.timeline {
    color: #fff;
    background: url("/imgs/bio-bg.jpg") bottom center no-repeat;
    background-size: cover;
}
.timeline h2 {
    color: #fff;
    font-size: 38px;
}
.timeline h3 {
    margin-top: 60px;
    font-size: 38px;
}
.timeline-info {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}
.timeline-info b {
    color: #00b0ea;
}
.timeline-img-desktop {
    display: block;
}
.timeline-img-mobile {
    display: none;
}
.timeline-li {
    position: relative;
    padding-left: 30px;
}
.timeline-li:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #00b0ea;
    border-radius: 50%;
}
.more-btn {
    display: inline-block;
    color: #f2c100;
    background: url("../imgs/arrow-down.svg") center right no-repeat;
    background-size: 20px;
    padding-right: 30px;
    cursor: pointer;
}
.more-btn.active {
    background: url("../imgs/arrow-up.svg") center right no-repeat;
    background-size: 20px;
}
.more-content {
    display: none;
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-moz-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-o-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}


@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

.animate-1,
.circle-block-2 svg circle {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animate-1 {
    -webkit-animation-duration: .5s;
    -o-animation-duration: .5s;
    -moz-animation-duration: .5s;
    animation-duration: .5s;

    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}

/*
.circle-block-2 svg path.circle-path {
    display: none;
}

.circle-block-2 svg path.line-path {
}
.circle-block-2 svg path.line-path.lp1 {
    stroke-dashoffset: -1500;
    stroke-dasharray: 1500;
    animation: dash 1s linear forwards;
    -webkit-animation: dash 1s linear forwards;
    -o-animation: dash 1s linear forwards;
    -moz-animation: dash 1s linear forwards;
}
.circle-block-2 svg path.line-path.lp2 {
    stroke-dashoffset: -1500;
    stroke-dasharray: 1500;
    animation: dash 1.5s linear forwards;
    -webkit-animation: dash 1.5s linear forwards;
    -o-animation: dash 1.5s linear forwards;
    -moz-animation: dash 1.5s linear forwards;
}
.circle-block-2 svg path.line-path.lp3 {
    stroke-dashoffset: -1500;
    stroke-dasharray: 1500;
    animation: dash 2s linear forwards;
    -webkit-animation: dash 2s linear forwards;
    -o-animation: dash 2s linear forwards;
    -moz-animation: dash 2s linear forwards;
}
.circle-block-2 svg path.line-path.lp4 {
    stroke-dashoffset: -1500;
    stroke-dasharray: 1500;
    animation: dash 2.5s linear forwards;
    -webkit-animation: dash 2.5s linear forwards;
    -o-animation: dash 2.5s linear forwards;
    -moz-animation: dash 2.5s linear forwards;
}
.circle-block-2 svg path.line-path.lp5 {
    stroke-dashoffset: -1500;
    stroke-dasharray: 1500;
    animation: dash 3s linear forwards;
    -webkit-animation: dash 3s linear forwards;
    -o-animation: dash 3s linear forwards;
    -moz-animation: dash 3s linear forwards;
}
.circle-block-2 svg path.line-path.lp6 {
    stroke-dashoffset: -1500;
    stroke-dasharray: 1500;
    animation: dash 3.5s linear forwards;
    -webkit-animation: dash 3.5s linear forwards;
    -o-animation: dash 3.5s linear forwards;
    -moz-animation: dash 3.5s linear forwards;
}
.circle-block-2 svg path.line-path.lp7 {
    animation: dash 4s linear forwards;
    -webkit-animation: dash 4s linear forwards;
    -o-animation: dash 4s linear forwards;
    -moz-animation: dash 4s linear forwards;
    stroke-dashoffset: -1200;
    stroke-dasharray: 1200;
}
.circle-block-2 svg path.line-path.lp8 {
    animation: dash 4.5s linear forwards;
    -webkit-animation: dash 4.5s linear forwards;
    -o-animation: dash 4.5s linear forwards;
    -moz-animation: dash 4.5s linear forwards;
    stroke-dashoffset: -1300;
    stroke-dasharray: 1300;
}
*/
@media (max-width: 1199px) {
    .count-block.count-3 .count-value {
        font-size: 240px;
        line-height: 170px;
    }
    .count-block.count-3 .sup {
        font-size: 20px;
        line-height: 26px;
        left: 290px;
    }
    .section-6 .icon-blocks .title-block {
        font-size: 24px;
        line-height: 32px;
        padding: 55px 20px;
    }
    .people-text .dynamic-item {
        font-size: 16px;
        left: -19px;
    }
    .people-slider .people-nav {
        left: -19px;
    }
    .dynamic-content .company-text {
        font-size: 16px;
        max-width: 350px;
    }
}
@media (max-width: 1099px) {
    h1 {
        font-size: 85px;
        line-height: 90px;
    }
    .section-4 h1 {
        font-size: 60px;
        line-height: 68px;
    }
    .count-block.count-3 {
        margin-top: -140px;
    }
    .count-block.count-3 .count-value {
        font-size: 190px;
        line-height: 140px;
    }
    .count-block.count-3 .sup {
        font-size: 16px;
        line-height: 22px;
        left: 230px;
    }
}

@media (max-width: 991px) {
    .mar-t90-b40 {
        margin-top: 70px;
        margin-bottom: 20px;
    }
    .main-section video {
        top: 0;
        position: absolute;
        width: 300%;
        left: -100%;
    }
    .about-bg {
        padding-bottom: 120px;
    }
    .section-1 {
        min-height: 740px;
    }
    .section-2 {
        padding: 70px 0 70px 0;
    }
    .section-4 h1 {
        font-size: 45px;
        line-height: 52px;
    }
    .section-5 h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .section-5 .icon-blocks .icon-block img {
        height: 140px;
    }
    .section-5 .icon-blocks .icon-title {
        font-size: 18px;
        line-height: 22px;
    }
    h1 {
        font-size: 65px;
        line-height: 75px;
    }
    h2 {
        font-size: 40px;
    }
    .before-title {
        font-size: 20px;
    }
    .after-title {
        font-size: 38px;
    }
    .section-3 h2 {
        top: -145px;
    }
    .section-3 h2:before {
        height: 95px;
    }
    .count-block.count-1 {
        top: -170px;
    }
    .count-block.count-2 .before-count,
    .count-block.count-2 .after-count,
    .count-block.count-1 .count-value .sup,
    .count-block.count-1 .before-count {
        font-size: 16px;
        line-height: 22px;
    }
    .count-block.count-1 .count-value {
        font-size: 180px;
        line-height: 160px;
    }
    .count-block.count-2 .count-value {
        font-size: 60px;
        line-height: 75px;
    }
    .one-man .people-text .dynamic-item,
    .people-text .dynamic-item {
        font-size: 14px;
        top: 90px;
        left: 0;
        right: 0;
        padding: 30px;
    }
    .people-slider .people-nav {
        top: 50px;
        left: -40px;
    }
    .dynamic-content .people-name {
        font-size: 18px;
        line-height: 22px;
    }
    .dynamic-content .company-text {
        font-size: 14px;
    }
    .people-names .dynamic-item {
        top: 0;
        left: 60px;
    }
    .one-man .people-names .dynamic-item {
        top: 40px;
        left: 20px;
    }
    .people-slider .people-nav .people-prev {
        background-size: 10px;
        width: 40px;
        height: 40px;
    }
    .people-slider .people-nav .people-next {
        margin-left: 40px;
        background-size: 10px;
        width: 40px;
        height: 40px;
    }
    .main-section-desktop {

    }
    .appeal-container .people-image {
        width: 320px;
    }
    .appeal-container .people-name {
        font-size: 24px;
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    body {
        font-size: 15px;
    }
    .section-6 {
        margin: 0 auto;
        max-width: 500px;
        padding-top: 110px;
    }
    header {
        position: absolute;
    }
    header .logo img {
        width: 45px;
    }
    header .menu-toggle span {
        width: 20px;
        margin-bottom: 4px;
    }
    header .menu-toggle {
        margin-top: 20px;
        margin-right: 20px;
        width: 36px;
        height: 36px;
        padding: 11px 0;
    }
    header .back-url {
        display: none;
        cursor: pointer;
        margin-left: 25px;
        margin-top: 105px;
        width: 36px;
        height: 36px;
        background-size: 36px;
    }
    .section-4 h1 {
        font-size: 36px;
        line-height: 46px;
    }
    h1 {
        font-size: 36px;
        line-height: 46px;
    }
    h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .about-bg {
        padding-bottom: 90px;
    }
    .count-block.count-3 {
        margin-top: -190px;
    }
    .count-block.count-3 .count-value {
        font-size: 130px;
        line-height: 100px;
    }
    .section-5 h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .count-block.count-3 .sup {
        left: 160px;
    }
    .section-5 .icon-blocks .icon-block img {
        height: auto;
    }
    .section-5 .icon-blocks {
        margin-top: 90px;
    }
    .section-1 {
        padding-top: 90px;
        min-height: 490px;
    }
    .section-1:before {
        height: 250px;
    }
    .assets-1-bg {
        background-image: url('/imgs/resized/assets/1-1.jpg');
    }
    .assets-2-bg {
        background-image: url('/imgs/resized/assets/2-1.jpg');
    }
    .assets-3-bg {
        background-image: url('/imgs/resized/assets/3-1.jpg');
    }
    .assets-4-bg {
        background-image: url('/imgs/resized/assets/4-1.jpg');
    }
    .assets-5-bg {
        background-image: url('/imgs/resized/assets/5-1.jpg');
    }
    .assets-6-bg {
        background-image: url('/imgs/resized/assets/6-1.jpg');
    }
    .assets-7-bg {
        background-image: url('/imgs/resized/assets/7-1.jpg');
    }
    .assets-8-bg {
        background-image: url('/imgs/resized/assets/8-1.jpg');
    }
    .after-title {
        font-size: 20px;
        letter-spacing: 3px;
    }
    .count-block.count-1 {
        top: -145px;
    }
    .count-block.count-1 .count-value {
        font-size: 110px;
        line-height: 115px;
    }
    .count-block.count-2 .before-count,
    .count-block.count-2 .after-count,
    .count-block.count-1 .count-value .sup,
    .count-block.count-1 .before-count {
        font-size: 14px;
        line-height: 20px;
        max-width: 290px;
    }
    .count-block.count-1 .count-value .sup {
        margin-left: 5px;
    }
    .section-1 h1:after {
        content: "";
        margin: 10px auto;
    }
    .assets-8 h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .assets-8 .after-title {
        font-size: 18px;
    }
    .mar-t90-b40 {
        margin: 0;
    }
    .count-block.count-2 {
        padding: 30px 0;
    }
    .count-block.count-2:before {
        display: none;
    }
    .section-3 {
        padding: 0;
        margin-top: 30px;
    }
    .section-3 h2 {
        top: -85px;
        font-size: 26px;
    }
    .section-3 h2:before {
        height: 55px;
        top: 10px;
        left: -20px;
    }
    .people-images {
        position: relative;
    }
    .people-images img {
        margin: 0;
    }
    .people-slider .col-md-7 {
        padding: 0;
    }
    .people-slider .people-nav {
        top: 0;
        left: auto;
        right: 80px;
    }
    .dynamic-content .people-names .dynamic-item {
        position: relative;
        left: 0;
        margin: 15px 75px 15px 0;
    }
    .dynamic-content .company-text {
        margin: 0;
    }
    .people-text {
        position: relative;
        margin-left: -15px;
        margin-right: -15px;
    }
    .dynamic-content .people-text .dynamic-item {
        margin: 0;
        top: 0;
        width: 100%;
        position: relative;
        min-height: 241px;
    }
    .before-title {
        font-size: 14px;
        margin: 0 70px;
    }
    .assets-5 .beside-img-1,
    .assets-6 .beside-img-1,
    .assets-7 .beside-img-1,
    .assets-8 .beside-img-1 {
        position: relative;
        padding: 0 0 40px 0;
        margin-bottom: 40px;
    }
    .one-man .people-names .dynamic-item {
        top: 0;
    }
    .main-section {
        background: url("../imgs/preload_video.jpg") top no-repeat;
        background-size: cover;
    }
    .main-section video {
        top: 0;
        position: absolute;
        width: 350%;
        left: -125%;
    }
    .main-section-desktop {
        display: none;
    }
    .main-section-mobile {
        display: block;
    }
    .main-section-mobile .circle-item h1 {
        color: #ffffff;
        font-size: 35px;
        line-height: 40px;
        font-weight: 700;
        text-transform: none;
    }
    .circle-block-1 .start-svg-times {
        top: 0;
        left: 50%;
        margin-top: 60px;
        margin-left: -63px;
    }
    .circle-steps .circle-item .clock-1-hover-line {
        top: 0;
        left: 50%;
        margin-left: -62.5px;
        margin-top: 46px;
        width: 125px;
        height: 125px;
    }
    .svg-timer-border {
        top: 50%;
        left: 50%;
        margin-top: -185px;
        margin-left: -62.5px;
        width: 125px;
        height: 125px;
    }
    .circle-block-content {
        margin-top: 70px;
    }
    .circle-item.step-1 .step-next {
        bottom: 30px;
    }
    .circle-steps .circle-item .clock-1-hover-line {
        background: url("../imgs/clock-1-hover-line-mobile.svg") no-repeat;
        background-size: 100%;
        width: 127px;
        height: 127px;
        margin-left: -63px;
        margin-top: 60px;
    }
    .svg-timer-border.showStart {
        margin-top: -30px;
        -moz-transform: scale(1.7);
        -o-transform: scale(1.7);
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
    }
    .circle-steps .circle-item .clock-2-hover-layer {
        top: 50%;
        left: 50%;
        right: auto;
        bottom: auto;
        margin-left: -198px;
        margin-top: -165px;
    }
    .clock-2-active-path.path-active-1,
    .clock-2-active-path.path-active-2,
    .clock-2-active-path.path-active-3,
    .clock-2-active-path.path-active-4,
    .clock-2-active-path.path-active-5,
    .clock-2-active-path.path-active-6,
    .clock-2-active-path.path-active-7,
    .clock-2-active-path.path-active-8 {
        background-image: url("../imgs/clock-2-hover-path-mobile.svg");
        background-position: center;
        background-size: 395px;
        margin-top: 65px;
    }
    .circle-item.step-2 .ponyatno,
    .circle-item.step-2 .step-next {
        bottom: 242px;
    }
    .circle-item.step-2 .circle-block-content {
        margin-top: 35px;
        left: 374px;
        width: 170px;
    }
    .circle-item.step-2 h1 {
        color: #ffffff;
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        text-transform: none;
    }
    .circle-item p {
        font-family: 'Montserrat', 'Arial', sans-serif;
        color: #fff;
        font-size: 12px;
    }
    .circle-item.step-2 .hover-line{
        display: none;
    }
    .circle-item .circle-before-title {
        position: absolute;
        color: #f2c101;
        font-size: 26px;
        left: -60px;
        right: -60px;
        top: -125px;
        font-weight: 400;
    }
    .circle-dynamic-logo {
        position: absolute;
        top: -170px;
        left: 50%;
        margin-left: -50px;
    }
    .show-podskazka,
    .hide-podskazka {
        display: none;
    }
    .circle-block-2 .show-podskazka,
    .circle-block-2 .hide-podskazka {
        position: absolute;
    }
    .show-podskazka {
        width: 100%;
    }
    .show-podskazka img {
        display: block;
        margin: -10px auto 10px auto;
        width: 60px;
    }
    body {
        overflow: visible;
    }
    .ajax-contents .page-item.level-2,
    .ajax-contents .page-item.level-3 {
        position: relative;
        width: auto;
        height: auto;
    }
    .timeline {
        background: url("/imgs/resized/bio-bg.jpg") top center no-repeat;
        background-size: cover;
    }
    .appeal-container p {
        font-size: 16px;
        line-height: 22px;
    }
    .timeline-img-desktop {
        display: none;
    }
    .timeline-img-mobile {
        display: block;
    }
    .timeline-info {
        font-size: 15px;
        line-height: 24px;
    }
    .timeline-img-mobile {
        display: block;
        width: 380px;
        margin-top: 20px;
    }
    .timeline h2,
    .timeline h3 {
        font-size: 30px;
    }
}
@media (max-width: 480px) {
    .count-block.count-3 {
        margin-top: -220px;
    }
    .section-6 .icon-blocks .col-xs-6 {
        width: 100%;
    }
    .nav-bar {
        width: 100%;
        right: -100%;
    }
    .nav-bar .nav-menu a {
        line-height: 24px;
        font-size: 18px;
    }
    .nav-bar .nav-menu li {
        display: block;
        padding: 25px 0;
    }
    .timeline-img-mobile {
        width: 260px;
        margin-top: 0;
    }
    .timeline-li {
        margin-bottom: 20px;
    }
}
