@media screen and (max-width: 1170px) {
    .go-first {
        display: none;
    }
}

@media screen and (max-height: 820px) {
    #fullpage .section.mobile_application .section_image {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
        flex: 1 0 40%;
    }
}

@media screen and (max-width: 1200px) {
    .price_inner .price_top {

    }

    .price_inner .price_bottom .item:nth-child(3) {
        padding-bottom: 0;
    }

    .price_inner .price_bottom .item p {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    #contacts .container {
        max-width: 1100px;
    }

    .navbar.navbar-default .navbar-nav li a {
        padding: 15px 5px;
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .image-switcher {
        position: relative;
        min-height: 800px;
    }

    .second {
        text-align: center;
        padding: 80px 0;
        background-size: cover;
        background: url('../img/Page 1@1x.png');
    }

    @media screen and (min-width: 767px) {
        .navbar.navbar-default li {
            height: 36px;
            margin: 7px 8px;
        }

        .navbar.navbar-default li a.s-active {
            padding: 15px 5px;
        }

        .btn-lang-toggle {
            width: 36px;
            height: 36px;
            padding: 0;
            line-height: 36px;
        }
    }

    .navbar.navbar-default:not(.secondaryBtns) .navbar-toggle {
        border: none;
        background: transparent;
    }

    .navbar.navbar-default:not(.secondaryBtns) .navbar-toggle .icon-bar {
        background: #fff;
        width: 30px;
        height: 4px;
    }

    .selectLanguage {
        text-align: center;
    }

    .selectLanguage ul.dropdown-menu li a {
        padding: 5px 15px 15px 15px !important;
    }

    .med_me h1 {
        font-size: 40px;
        max-width: 600px;
        margin: 0 auto 40px;
    }

    .med_me p {
        max-width: 600px;
    }

    .price_section .price_top .bubble {
        width: 160px;
        height: 160px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 30px 0 20px 0;
    }

    .price_section .price_top .bubble span.price .rubl {
        font-size: 24px;
    }

    .price_section .price_top .bubble span {
        font-size: 14px;
        margin-bottom: 5px;
        line-height: 18px;
    }

    .price_section .price_top .bubble .price_block.ru i.to,
    .price_section .price_top .bubble .price_block.ru i.from {
        margin-right: 0;
    }

    .price_section .price_top .bubble span.price {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 0;
    }

    .price_section .price_top .bubble .price_block {
        padding: 0 20px;
    }

    .price_section .price_top .bubble .price_block i {
        margin: 0;
    }

    .price_section .price_top .bubble .price_block span.price {
        font-size: 28px;
        line-height: 28px;
    }

    .price_section .price_top h3 {
        font-size: 40px;
        line-height: 40px;
    }

    .price_inner .price_bottom {
        padding: 20px;
    }

    .price_inner .price_bottom .item p {
        font-size: 14px;
    }

    #contacts .container {
        max-width: 910px;
    }

    footer .container .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    footer .container .row div:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    footer .container .row div:last-child .sk_logo {
        margin-left: auto;
    }

    footer .container .row div:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        text-align: center;
    }

    .section_description ul li {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .section_description ul li:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 800px) {
    .image-switcher img.s-before,
    .image-switcher img.s-after {
        margin-top: 0;
        float: none;
        width: 100%;
        position: static;
    }

    .textSwitcherWrapper .s-textAfter, .textSwitcherWrapper .s-textBefore {
        position: static;
        top: 0;
        left: 0;
    }

    .image-switcher {
        position: relative;
        min-height: 380px;
    }

    .general-form .input-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: none;
    }

    .general-form .input-wrapper input {
        border-radius: 100px;
        border: solid 1px #5a96c4;
        height: 50px;
        line-height: 50px;
        width: 100%;
        margin: 0 0 30px;
        text-align: center;
    }

    .general-form .input-wrapper button {
        width: 100%;
        height: 50px;
    }

}

@media (max-width: 767px) {
    footer .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .price_bottom, .price_top {
        flex-direction: column;
    }

    .price_bottom {
        max-width: 420px;
        margin: 20px auto;
    }

    .price_bottom .item {
        width: 100%;
        max-width: 320px;
    }

    .price_top h3 {
        text-align: center;
        margin-bottom: 20px;
    }

    .price_top .price_form {
        max-width: 100%;
    }

    .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: none;
    }

    #bs-example-navbar-collapse-1 ul.dropdown-menu li a {
        color: #016bad;
        text-align: center;
        font-size: 18px;
        font-family: HelveticaMedium;
    }

    .btn-lang-toggle {
        padding: 0;
        border: 1px solid #000;
        margin: 20px auto 0;
        display: block;
    }

    .btn-lang-toggle img {
        width: 40px;
    }

    .go-up {
        left: 20px;
        bottom: 20px;
    }

    .price_section .price_top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .price_section .price_top h3 {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .price_inner .price_bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #fullpage .section .flex_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #fullpage .section {
        padding: 30px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #fullpage .section.med_me {
        padding: 100px 0 50px;
    }

    #fullpage .section.price_section {
        padding-bottom: 0;
    }

    #fullpage .section .section_description {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 30px;
    }

    #fullpage .section .section_image:nth-child(n) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #fullpage .section .section_image img:nth-child(n) {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

    #fullpage .section.widget {
        background: #42b6fb;
    }

    #fullpage .section.mobile_application {
        background: #ffc549;
        padding-bottom: 0;
    }

    #fullpage .section.back_office {
        background: #dbdee0;
    }

    .price_section .price_top {
        padding: 20px 0;
    }
}

@media (max-width: 450px) {
    .navbar.navbar-default:not(.secondaryBtns) li a,
    .navbar.navbar-default:not(.secondaryBtns) li a.s-active {
        color: #016bad;
        text-align: center;
        font-size: 20px;
    }

    .navbar.navbar-default:not(.secondaryBtns) .navbar-collapse {
        background: #fff;
    }

    .selectLanguage {
        text-align: center;
    }

    .modalFormWrapper {
        width: 98%;
        margin: 0 auto;
        left: 0;
        top: 15%;
        right: 0;
        padding: 30px 20px;
    }

    .modalFormWrapper form {
        min-width: 0;
    }

    .team .one-item p, .team .one-item span {
        font-family: HelveticaBold;
        font-size: 17px;
    }

    .hideMobile {
        display: none !important;
    }

    .only-sm {
        display: block !important;
    }

    .established h2 {
        width: 100%;
    }

    .blueTitle {
        width: 100%;
        font-size: 33px;
    }

    .navbar.navbar-default:not(.secondaryBtns) .navbar-toggle {
        border: none;
        background: transparent;
    }

    .navbar.navbar-default:not(.secondaryBtns) .navbar-toggle .icon-bar {
        background: #fff;
        width: 30px;
        height: 4px;
    }

    .navbar.navbar-default:not(.secondaryBtns) .navbar-collapse {
        background: #fff;
    }

    .navbar.navbar-default:not(.secondaryBtns) li a,
    .navbar.navbar-default:not(.secondaryBtns) li a.s-active {
        color: #016bad;
        text-align: center;
        font-size: 20px;
    }

    .header h1 {
        font-size: 24px;
    }

    .header p {
        font-size: 15px;
    }

    .general-form {
        width: 100%;
    }

    .general-form .input-wrapper {
        width: 100%;
    }

    .general-form .input-wrapper button {
        display: block;
        float: none;
        width: 100%;
        padding: 12px;
        top: 50px;
    }

    .general-form .input-wrapper input {
        width: 100%;
        text-align: center;
        padding: 3px 20px;
        left: 0;
    }

    .secondaryBtns {
        background: #2a7ab5 !important;
        text-align: center;
        padding: 35px 0;
    }

    .secondaryBtns li {
        display: inline-block;
    }

    .secondaryBtns li a.s-active {
        padding: 16px 30px !important;
    }

    .second {
        background: url("../img/Page 1@1x.png") no-repeat;
        padding: 40px 0;
    }

    .four,
    .five,
    .roadmap {
        padding: 40px 0;
    }

    .view-switcher {
        width: 100%;
        background-size: contain;
        background: none;
        border: 2px solid #2898fd;
    }

    .view-switcher a {
        padding: 10px 50px;
    }

    .textSwitcherWrapper {
        min-height: 480px;
    }

    .textSwitcherWrapper.ru {
        min-height: 670px;
    }

    .textSwitcherWrapper q.s-textBefore,
    .textSwitcherWrapper q.s-textAfter {
        position: static;
    }

    .image-switcher img {
        width: 100% !important;
        right: 0;
        left: 0;
    }

    .image-switcher img.s-before,
    .image-switcher img.s-after {
        margin-top: 20px;
    }

    .roadmap {
        padding: 40px 10px;
    }

    .roadmap .rm1,
    .roadmap .rm2 {
        display: block;
    }

    .roadmap .rm1 .item,
    .roadmap .rm2 .item {
        max-width: none;
        padding: 0 10px;
    }

    .roadmap .scale {
        width: 30px;
        float: left;
        margin: 4px 25px 0 0;
    }

    .team h2,
    .team h3 {
        text-align: center;
    }

    .team h3 {
        margin-top: 0;
        font-size: 30px;
    }

    .team .one-item {
        min-height: 360px;
        margin-bottom: 30px;
    }

    .team .s-one .one-item,
    .team .s-two .one-item {
        min-height: 360px;
    }

    .team .s-one .one-item span,
    .team .s-two .one-item span {
        height: 120px;
    }

    .team .directors .one-item {
        min-height: 400px;
    }

    .established img {
        margin-top: 0;
    }

    footer {
        text-align: center;
    }

    footer * {
        display: block;
        float: none;
        margin: 0 auto 20px;
    }

    footer .gb_logo {
        width: 173px;
        margin: 0 auto 30px;
    }

    .section_description h2 {
        font-size: 24px;
    }

    .med_me h1 {
        font-size: 26px;
    }

    .med_me p {
        font-size: 18px;
    }

    .price_section .price_top .bubble.subscription {
        margin-left: auto;
    }
}

@media (max-width: 320px) {
    .view-switcher a {
        padding: 8px 37px;
    }

    .textSwitcherWrapper {
        min-height: 575px;
    }

    .image-switcher {
        min-height: 350px;
    }

    .image-switcher img.s-after,
    .image-switcher img.s-before {
        margin-top: 30px;
    }

    .established img {
        margin-top: 0;
    }

    .team h3 {
        font-size: 30px;
    }

    .team .one-item span,
    .team .one-item p {
        font-size: 16px;
    }
}

@media (max-width: 450px) {
    .established__logos {
        display: none;
    }

    .established__logos--mobile {
        display: block;
    }

    .price_top .price_form {
        padding: 0;
    }

    .price_top .price_form_inner {
        flex-direction: column;
    }

    .price_top .price_form_inner .form_row {
        width: 100%;
        padding: 0;
    }

    .price_top .price_form p {
        font-size: 14px;
        line-height: 18px;
    }
}
@media (max-width: 1000px) {
    #contacts .container {
        max-width: 750px;
    }
}
