::-webkit-input-placeholder {
    color: #fff;
    line-height: 35px;
}

::-moz-placeholder {
    color: #fff;
    line-height: 35px;
}

:-ms-input-placeholder {
    color: #fff;
    line-height: 35px;
}

:-moz-placeholder {
    color: #fff;
    line-height: 35px;
}

* {
    outline: none;
}

body {
    font-family: HelveticaRegular;
    font-size: 14px;
}

.noScroll {
    overflow: hidden;
}

img {
    width: 100%;
}

.more-lnk {
    text-transform: uppercase;
    border-bottom: 1px solid #515155;
    text-decoration: none;
    color: #515155;
}

.more-lnk:hover {
    text-decoration: none;
    border: none;
}

.navbar.navbar-default {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    background: transparent;
    margin-bottom: 0;
    font-family: HelveticaRegular;
}

.navbar.navbar-default.fixed {
    position: fixed;
    background: url("../img/header.png"), -webkit-gradient(linear, right top, left top, from(#02368d), to(#007fb9)) fixed;
    background: url("../img/header.png"), -webkit-linear-gradient(right, #02368d, #007fb9) fixed;
    background: url("../img/header.png"), -o-linear-gradient(right, #02368d, #007fb9) fixed;
    background: url("../img/header.png"), linear-gradient(to left, #02368d, #007fb9) fixed;
    background-size: cover;
    top: -100px;
    z-index: 9999;
    width: 100%;
}

.navbar.navbar-default li {
    margin: 0 1px;
}

.navbar.navbar-default .navbar-nav li a {
    text-shadow: none;
    color: #fff;
    font-family: HelveticaMedium;
    font-size: 18px;
    position: relative;
    padding: 15px 8px;
}

.navbar.navbar-default .navbar-nav > li > a::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: right;
    -o-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

@media screen and (min-width: 1024px) {
    .navbar.navbar-default li a:hover {
        color: #fff;
    }

    .navbar.navbar-default li:hover a::before {
        right: 0;
    }
}

.navbar-brand img {
    display: block;
    height: 35px;
    position: relative;
    top: -5px;
    width: auto;
    margin-right: 20px;
}

.btn-lang-toggle {
    font-size: 18px;
    background-color: transparent;
    font-family: HelveticaBold;
    border: none;
    padding: 15px 0;
}

.btn-lang-toggle img {
    width: 30px;
    height: auto;
    display: block;
}

@media screen and (min-width: 1024px) {
    .btn-lang-toggle:hover,
    .btn-lang-toggle:active:focus,
    .btn-lang-toggle:active,
    .btn-lang-toggle:focus {
        outline: none;
        color: #fff;
    }
}

#bs-example-navbar-collapse-1 ul.dropdown-menu {
    padding: 10px 0;
    border-radius: 0;
    top: 125%;
}

body[dir=rtl] #bs-example-navbar-collapse-1 ul.dropdown-menu {
    text-align: right;
}

#bs-example-navbar-collapse-1 ul.dropdown-menu li a {
    color: #024093;
    font-size: 17px;
    font-weight: 500;
}

#bs-example-navbar-collapse-1 ul.dropdown-menu li a img {
    display: inline-block;
    width: 30px;
    height: auto;
    margin-right: 15px;
    border: 1px solid #000;
}

body[dir=rtl] #bs-example-navbar-collapse-1 ul.dropdown-menu li a img {
    margin-right: 0;
    margin-left: 15px;
}

.header, .footer-form {
    background: url("../img/header.png"), -webkit-gradient(linear, right top, left top, from(#02368d), to(#007fb9)) fixed;
    background: url("../img/header.png"), -webkit-linear-gradient(right, #02368d, #007fb9) fixed;
    background: url("../img/header.png"), -o-linear-gradient(right, #02368d, #007fb9) fixed;
    background: url("../img/header.png"), linear-gradient(to left, #02368d, #007fb9) fixed;
    background-size: 100%;
    color: #fff;
    padding: 10px 0 200px;
    position: relative;
}

.header a {
    color: #fff;
}

.header h1 {
    text-align: center;
    font-family: HelveticaThin;
    margin: 100px 0 40px;
    font-size: 44px;
    font-weight: 300;
    color: #fff;
}

.header p,
.med_me p {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    max-width: 826px;
    margin: 0 auto;
    color: #fff;
}

.header a,
.header h1 {
    position: relative;
    z-index: 2;
}

.general-form {
    margin: 50px auto 0;
    width: 540px;
    text-align: center;
}

.general-form label {
    font-family: HelveticaRegular;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

.general-form .input-wrapper {
    width: 540px;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4px;
    border-radius: 100px;
    border: solid 1px #5a96c4;
}

.general-form .input-wrapper input {
    background: transparent;
    border: 0;
    color: #fff;
    outline: none;
    font-size: 18px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 3px;
    margin-left: 20px;
    line-height: 30px;
}

.general-form .input-wrapper button {
    border: none;
    padding: 7px 60px;
    font-family: HelveticaRegular;
    font-size: 20px;
    border-radius: 100px;
    background: #27bbff;
    background: -webkit-gradient(linear, left top, right top, from(#27bbff), to(#297afc));
    background: -webkit-linear-gradient(left, #27bbff 0%, #297afc 100%);
    background: -o-linear-gradient(left, #27bbff 0%, #297afc 100%);
    background: linear-gradient(to right, #27bbff 0%, #297afc 100%);
}

.general-form .input-wrapper button:hover {
    background: #fff;
    color: #023c91;
}

.general-form .input-wrapper button:active {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.second {
    padding: 80px 0;
    background-size: cover;
}

.second h2 {
    max-width: 556px;
    text-align: center;
    color: #000;
    margin: 0 auto 30px;
    font-family: HelveticaThin;
    font-size: 44px;
}

.second p {
    max-width: 440px;
    margin: 0 auto;
    font-family: HelveticaRegular;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #000;
}

.why_med-me_item {
    text-align: center;
}

.why_med-me_item h3 {
    text-align: center;
    font-family: HelveticaBold;
    margin-bottom: 20px;
}

.why_med-me_item ul li {
    margin-bottom: 5px;
    font-size: 14px;
    font-family: HelveticaMedium;
    text-align: left;
}

body[dir=rtl] .why_med-me_item ul li {
    text-align: right;
}

.why_med-me_item .more {
    font-family: HelveticaMedium;
    font-size: 16px;
}

.four {
    background: url("../img/four-bg.svg") 100% no-repeat;
    padding: 80px 0;
    background-size: cover;
    font-family: HelveticaMedium;
    color: #fff;
    font-size: 18px;
}

.four h2 {
    margin-bottom: 40px;
}

.four ul {
    padding-left: 20px;
    padding-right: 50px;
    min-height: 170px;
}

.four ul li {
    margin-bottom: 5px;
}

.five {
    padding: 80px 0;
    font-size: 18px;
    background: #f5f5f5;
}

.five li {
    font-family: HelveticaMedium;
    margin-bottom: 20px;
    font-size: 18px;
    color: #000;
}

.blueTitle {
    font-family: HelveticaRegular;
    font-size: 36px;
    font-weight: bold;
    text-align: left;
    color: #4990e2;
}

body[dir="rtl"] .blueTitle {
    text-align: right;
}

.textSwitcherWrapper {
    position: relative;
}

.textSwitcherWrapper .s-textAfter,
.textSwitcherWrapper .s-textBefore {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
}

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

.image-switcher img {
    position: absolute;
    top: 0;
    right: 5%;
}

.image-switcher img.s-after {
    margin-top: 90px;
}

.image-switcher img.s-before {
    margin-top: 100px;
}

.image-switcher img.s-before,
.image-switcher img.s-after {
    width: 70%;
    position: static;
    margin: 100px auto 0;
    display: block;
}

.view-switcher {
    padding: 0;
    background: url("../img/rectangle-8.svg") no-repeat;
    border-radius: 50px;
    font-family: HelveticaMedium;
    width: 310px;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0 30px;
}

.view-switcher a {
    padding: 7px 45px;
    text-decoration: none;
    color: #298efe;
}

.view-switcher a.active {
    border-radius: 50px;
    color: #fff;
    background: #27bbff;
    background: -webkit-gradient(left top, right top, color-stop(0%, #27bbff), color-stop(100%, #297afc));
    background: -webkit-gradient(linear, left top, right top, from(#27bbff), to(#297afc));
    background: -webkit-linear-gradient(left, #27bbff 0%, #297afc 100%);
    background: -o-linear-gradient(left, #27bbff 0%, #297afc 100%);
    background: linear-gradient(to right, #27bbff 0%, #297afc 100%);
}

.section-title {
    font-family: HelveticaRegular;
    font-size: 36px;
    font-weight: bold;
    text-align: left;
}

.established {
    padding: 80px 0;
    color: #0068ac;
}

body[dir=rtl] .established .row > * {
    float: right;
}

.established span {
    color: #27bbff;
}

.established p {
    font-size: 18px;
    margin-bottom: 20px;
    font-family: HelveticaRegular;
}

.established h2 {
    margin-bottom: 40px;
}

.established h2 span {
    display: block;
}

.established img {
    margin-top: 100px;
}

.rm-circle-active,
.rm-circle {
    width: 22px;
    height: 22px;
    background: #1d416a;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.rm-circle-active {
    background: #3cc1ff;
}

.team {
    padding: 80px 0;
}

.team h2 {
    font-family: HelveticaBold;
    margin-bottom: 80px;
    font-size: 36px;
}

.team h3 {
    font-size: 36px;
    color: #9b9b9b;
    font-family: HelveticaBold;
    margin-bottom: 30px;
}

.team .one-item {
    text-align: center;
}

.team .one-item img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin-bottom: 40px;
}

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

.team .one-item span {
    color: #9b9b9b;
    display: inline-block;
    height: 210px;
}

.footer-form {
    padding: 30px 15px;
}

.footer-form .general-form {
    margin: 0 auto;
}

footer {
    background: #02172e;
    color: #fff;
    padding: 15px 0;
    overflow: hidden;
    width: 100%;
    position: relative;
}

footer a {
    font-size: 18px;
    color: #fff;
    font-family: HelveticaBold;
}

footer .gb_logo {
    width: 173px;
    margin-right: 60px;
}

footer .sk_logo {
    width: 65px;
}

footer span {
    font-family: HelveticaBold;
    margin: 0 10px;
}

footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .privacy-policy {
    margin: 0 auto;
    font-size: 15px;
    text-transform: uppercase;
}

footer .container .power {
    margin-left: auto;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    direction: ltr;
}

.skolkovo-residence {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.skolkovo-residence > a {
    margin-right: 10px;
}

body[dir="rtl"] .skolkovo-residence > a {
    margin-right: 0;
    margin-left: 10px;
}

.skolkovo-residence .txt,
.skolkovo-research {
    color: #eee;
    font: normal 12px Helvetica;
}

.skolkovo-research {
    margin: 10px 0 10px auto;
    text-align: center;
}

.facebook-link {
    font-size: 0;
    display: block;
    width: 25px;
    height: 25px;
    background: url(/img/facebook.svg) center no-repeat;
    background-size: contain;
    transition: opacity 0.3s ease-in-out;
}

.facebook-link:hover {
    opacity: 0.8;
}

body[dir="rtl"] .skolkovo-research {
    margin: 10px auto 10px 0;
}

.privacy-policy + .power {
    margin-left: 0 !important;
}

.modal-window {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 222;
}

.modal-window .overflow {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

.modalFormWrapper {
    background: #fff;
    z-index: 222222;
    position: fixed;
    top: 30%;
    left: 50%;
    padding: 40px 40px 50px;
    border-radius: 8px;
    margin-left: -240px;
}

.modalFormWrapper ::-webkit-input-placeholder,
.price_form ::-webkit-input-placeholder {
    color: #a8a8a8;
}

.modalFormWrapper ::-moz-placeholder,
.price_form ::-moz-placeholder {
    color: #a8a8a8;
}

.modalFormWrapper :-ms-input-placeholder,
.price_form :-ms-input-placeholder {
    color: #a8a8a8;
}

.modalFormWrapper :-moz-placeholder,
.price_form :-moz-placeholder {
    color: #a8a8a8;
}

.price_form h3,
.modalFormWrapper h3 {
    font-size: 23px;
    font-weight: 300;
    text-align: center;
    color: #025fa6;
    margin-bottom: 30px;
}

.price_form form,
.modalFormWrapper form {
    min-width: 400px;
}

.price_form form .error-string,
.modalFormWrapper form .error-string {
    position: relative;
    top: -24px;
    text-align: center;
}

.price_form form input,
.modalFormWrapper form input {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 100px;
    border: solid 1px #016bae;
    margin-bottom: 25px;
    padding: 0 20px;
    font-size: 23px;
    text-align: center;
}

.price_form form button,
.modalFormWrapper form button {
    display: block;
    width: 168px;
    height: 40px;
    border: none;
    color: #fff;
    font-size: 18px;
    font-family: HelveticaRegular;
    margin: 0 auto;
    border-radius: 100px;
    background-image: -webkit-gradient(linear, right top, left top, from(#2877fd), to(#27bbff));
    background-image: -webkit-linear-gradient(right, #2877fd, #27bbff);
    background-image: -o-linear-gradient(right, #2877fd, #27bbff);
    background-image: linear-gradient(to left, #2877fd, #27bbff);
}

.error-string {
    color: #f00;
    display: none;
    font-size: 15px;
    margin-top: 5px;
    font-family: HelveticaRegular;
}

.general-form .error-string {
    color: #ff6464;
    font-family: HelveticaThin;
}

.success-modal {
    text-align: center;
}

.success-modal button {
    display: block;
    width: 168px;
    height: 40px;
    border: none;
    color: #fff;
    font-size: 18px;
    font-family: HelveticaRegular;
    margin: 0 auto;
    border-radius: 100px;
    background-image: -webkit-gradient(linear, right top, left top, from(#2877fd), to(#27bbff));
    background-image: -webkit-linear-gradient(right, #2877fd, #27bbff);
    background-image: -o-linear-gradient(right, #2877fd, #27bbff);
    background-image: linear-gradient(to left, #2877fd, #27bbff);
}

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

.col-sm-7.only-sm img:nth-child(2) {
    margin-bottom: 50px;
}

.col-sm-7.only-sm {
    position: relative;
}

.white-s {
    position: absolute;
    display: block;
    width: 50%;
    background: #fff;
    height: 45px;
    right: 0;
    top: 0;
}

.established__logos__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 15px;
}

.established__logos__row .image:not(:last-child) {
    margin-right: 11%;
}

.established__logos .image {
    display: block;
    width: 26%;
    height: auto;
    margin: 0;
}

.established__logos .image img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.established__logos--mobile {
    display: none;
    padding-top: 0;
}

.established__logos__row--mobile {
    padding: 20px 5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.established__logos__row--mobile .image:nth-child(n) {
    width: 45%;
    margin-right: 0;
}

.established__logos__row--mobile .image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#wrap_message {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 8888;
}

#message_pending {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 15px 30px;
    border-radius: 10px;
    background: #fff;
    z-index: 9999;
    font-size: 23px;
    font-weight: 300;
    text-align: center;
    color: #025fa6;
    line-height: 1;
}

.contacts {
    margin-bottom: 20px;
}

.contacts h2 {
    font-family: HelveticaBold;
    font-size: 36px;
}

.contacts p {
    font-size: 16px;
    line-height: 18px;
    font-family: HelveticaRegular;
}

.contacts p a {
    color: #fff;
}

.description_blue {
    color: #fff;
}

.price_section {
    background: url("../img/price_background.jpg");
    background-size: cover;
}

.price_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.price_inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.price_section .price_top {
    padding: 20px 40px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.price_section .price_top h3 {
    font-size: 53px;
    font-family: HelveticaBold;
    color: #fff;
    margin-right: auto;
    line-height: 50px;
    letter-spacing: -1px;
}

.price_section .price_top .bubble {
    background: #fff;
    border-radius: 50%;
    width: 225px;
    height: 225px;
    margin: 9px 0 0 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 52px 0 0 0;
}

.price_section .price_top .bubble span {
    font-size: 20px;
    line-height: 24px;
    font-family: HelveticaRegular;
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

.price_section .price_top .bubble span:last-child {
    margin-bottom: 0;
}

.price_section .price_top .bubble span.price {
    display: inline-block;
    color: #3787ff;
    font-size: 56px;
    line-height: 56px;
    font-family: HelveticaBold;
    margin-bottom: 4px;
}

.price_section .price_top .bubble span.price .rubl {
    font-family: 'PT Rouble Sans';
    display: inline;
    font-size: 36px;
}

.price_section .price_top .bubble .price_block {
    margin-bottom: 3px;
    color: #0e8fff;
    font-family: HelveticaRegular;
    font-size: 16px;
    padding: 0 36px;
}

.price_section .price_top .bubble .price_block:last-of-type {
    margin-bottom: 0;
}

.price_section .price_top .bubble .price_block i {
    font-style: normal;
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 27px;
}

.price_section .price_top .bubble .price_block i.to {
    margin-left: 19px;
}

.price_section .price_top .bubble .price_block.ru i.to {
    margin: 0 20px 0 0;
}

.price_section .price_top .bubble .price_block.ru i.from {
    margin: 0 20px 0 0;
}

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

.price_section .price_top .bubble.subscription span:not(:last-child) {
    margin-bottom: 5px;
}

.price_bottom {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
}

.price_bottom .item {
    width: 50%;
    padding: 10px 20px;
    text-align: center;
}
.price_bottom .item-title {
    width: 100%;
    padding: 10px 20px;
    text-align: center;
}
.price_bottom .item-title h3{
    font-family: HelveticaMedium;
}

.price_bottom .image {
    height: 65px;
    margin-bottom: 10px;
}

.price_bottom img {
    display: block;
    width: 60px;
    height: auto;
    margin: 0 auto;
}

.price_bottom p {
    font-size: 20px;
    font-family: HelveticaMedium;
    line-height: 30px;
}

.price_bottom p span.blue {
    color: #27bbff;
}

.price_bottom .marker {
    width: 100%;
    padding-top: 10px;
}

.price_top .price_form {
    max-width: 600px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    min-width: 0;
}

.price_top .price_form form {
    min-width: 0;
}

.price_top .price_form_inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.price_top .price_form_inner .form_row {
    width: 50%;
    margin-bottom: 10px;
    padding: 0 10px;
}

.price_top .price_form_inner button[disabled="disabled"] {
    background: #cccccc;
}

.price_top .price_form_inner button {
    height: 35px;
    line-height: 35px;
}

.price_top .price_form_inner input {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
}

.price_top .price_form p {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
    margin: 0 0 10px 0;
}

.accept_pp {
    font-size: 12px;
    line-height: 20px;
    padding-top: 10px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin: 0 0 10px 0;
}

.accept_pp__link {
    text-decoration: underline;
    color: #eee;
}

.accept_pp__link:hover {
    color: #ddd;
}

.fixed_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    background: url("../img/header.png"), -webkit-gradient(linear, right top, left top, from(#02368d), to(#007fb9)) fixed;
    background: url("../img/header.png"), -webkit-linear-gradient(right, #02368d, #007fb9) fixed;
    background: url("../img/header.png"), -o-linear-gradient(right, #02368d, #007fb9) fixed;
    background: url("../img/header.png"), linear-gradient(to left, #02368d, #007fb9) fixed;
    background-size: cover;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.med_me {
    background: url("../img/header.png"), -webkit-gradient(linear, right top, left top, from(#02368d), to(#007fb9)) fixed;
    background: url("../img/header.png"), -webkit-linear-gradient(right, #02368d, #007fb9) fixed;
    background: url("../img/header.png"), -o-linear-gradient(right, #02368d, #007fb9) fixed;
    background: url("../img/header.png"), linear-gradient(to left, #02368d, #007fb9) fixed;
    background-size: cover;
}

#fullpage .section.call_doctor {
    background: #87e0fd;
    background: -webkit-linear-gradient(left, #87e0fd 0%, #53cbf1 67%, #05abe0 100%);
    background: -webkit-gradient(linear, left top, right top, from(#87e0fd), color-stop(67%, #53cbf1), to(#05abe0));
    background: -o-linear-gradient(left, #87e0fd 0%, #53cbf1 67%, #05abe0 100%);
    background: linear-gradient(to right, #87e0fd 0%, #53cbf1 67%, #05abe0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87e0fd', endColorstr='#05abe0', GradientType=1);
}

#fullpage .section.call_doctor {
    background: #499bea;
    background: -webkit-linear-gradient(top, #499bea 0%, #207ce5 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#499bea), to(#207ce5));
    background: -o-linear-gradient(top, #499bea 0%, #207ce5 100%);
    background: linear-gradient(to bottom, #499bea 0%, #207ce5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#499bea', endColorstr='#207ce5', GradientType=0);
}

#fullpage .section.sms {
    background: #d2ff52;
    background: -webkit-linear-gradient(left, #d2ff52 0%, #91e842 100%);
    background: -webkit-gradient(linear, left top, right top, from(#d2ff52), to(#91e842));
    background: -o-linear-gradient(left, #d2ff52 0%, #91e842 100%);
    background: linear-gradient(to right, #d2ff52 0%, #91e842 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2ff52', endColorstr='#91e842', GradientType=1);
}

#fullpage .section.telemedicine {
    background: #a7cfdf;
    background: -webkit-linear-gradient(top, #a7cfdf 0%, #23538a 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#a7cfdf), to(#23538a));
    background: -o-linear-gradient(top, #a7cfdf 0%, #23538a 100%);
    background: linear-gradient(to bottom, #a7cfdf 0%, #23538a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7cfdf', endColorstr='#23538a', GradientType=0);
}

#fullpage .section.call_doctor {
    background: -webkit-linear-gradient(-45deg, rgba(30, 87, 153, 0) 0%, rgba(30, 87, 153, 0.8) 15%, rgba(31, 93, 160, 1) 19%, rgba(41, 137, 216, 1) 50%, rgba(34, 103, 174, 1) 81%, rgba(33, 99, 168, 0.8) 85%, rgba(30, 87, 153, 0.21) 96%, rgba(30, 87, 153, 0) 100%);
    background: -webkit-linear-gradient(315deg, rgba(30, 87, 153, 0) 0%, rgba(30, 87, 153, 0.8) 15%, rgba(31, 93, 160, 1) 19%, rgba(41, 137, 216, 1) 50%, rgba(34, 103, 174, 1) 81%, rgba(33, 99, 168, 0.8) 85%, rgba(30, 87, 153, 0.21) 96%, rgba(30, 87, 153, 0) 100%);
    background: -o-linear-gradient(315deg, rgba(30, 87, 153, 0) 0%, rgba(30, 87, 153, 0.8) 15%, rgba(31, 93, 160, 1) 19%, rgba(41, 137, 216, 1) 50%, rgba(34, 103, 174, 1) 81%, rgba(33, 99, 168, 0.8) 85%, rgba(30, 87, 153, 0.21) 96%, rgba(30, 87, 153, 0) 100%);
    background: linear-gradient(135deg, rgba(30, 87, 153, 0) 0%, rgba(30, 87, 153, 0.8) 15%, rgba(31, 93, 160, 1) 19%, rgba(41, 137, 216, 1) 50%, rgba(34, 103, 174, 1) 81%, rgba(33, 99, 168, 0.8) 85%, rgba(30, 87, 153, 0.21) 96%, rgba(30, 87, 153, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#001e5799', GradientType=1);
}

#fullpage .section .flex_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

#fullpage .section .section_image {
    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-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 {
    max-height: 100%;
    width: 100%;
    height: auto;
    display: block;
}

#fullpage .section.vacancies a {
    color: #fff;
}

#fullpage .section.vacancies .section_image img {
    max-width: 350px;
}

#fullpage .section.mobile_application .section_image {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

#fullpage .section.widget .section_image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

#fullpage .section.back_office .section_image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    background: #dbdee0;
}

#fullpage .section.sms .section_image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 45%;
    flex: 1 0 45%;
}

#fullpage .section.telemedicine .section_image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 42%;
    flex: 1 0 42%;
}

#fullpage .section.call_doctor .section_image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
}

.section_description {
    padding: 0 30px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.section_description h2 {
    font-size: 36px;
    font-family: HelveticaBold;
    margin-bottom: 40px;
}

.section_description h2 {
    color: #4990e2;
}

.vacancies h2,
.call_doctor h2 {
    color: #fff;
}

.widget h2 {
    color: #000;
}

.telemedicine h2 {
    color: #fff;
}

.section_description ul {
    margin: 0;
    padding: 0;
}

.section_description ul li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.3;
    font-family: HelveticaMedium;
    list-style: none;
    position: relative;
    padding-left: 20px;
}

body[dir=rtl] .section_description ul li {
    padding-left: 0;
    padding-right: 20px;
}

.section_description ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 4px;
    left: 0;
    background: #fff;
    z-index: 10;
}

body[dir=rtl] .section_description ul li::before {
    left: auto;
    right: 0;
}

.go-up, .go-first {
    position: absolute;
    display: block;
    bottom: 150px;
    z-index: 9999;
    background: #007fb9;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 10px 0.3em -0.1em rgba(0, 0, 6, 0.5);
    box-shadow: 0 10px 0.3em -0.1em rgba(0, 0, 6, 0.5);
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-size: 40px;
    text-shadow: 0 1px 2px #000, 0 0 10px #E0F1FF;
    opacity: 1;
    width: 48px;
    height: 48px;
    text-decoration: none;
}

.go-first {
    right: 50px;
}

.go-first:hover, .go-first:focus {
    text-decoration: none;
    color: #fff;
}

.go-up {
    position: fixed;
    display: none;
    bottom: 100px;
    left: 50px;
}

.med_me h1 {
    text-align: center;
    font-family: HelveticaThin;
    margin-bottom: 40px;
    font-size: 44px;
    font-weight: 300;
    color: #fff;
}

.navbar-brand,
.header_phone {
    padding: 15px 10px;
}

.header_phone {
    color: #fff;
    font-family: HelveticaMedium;
    font-size: 18px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-shadow: none;
}

.header_phone:hover {
    text-decoration: none;
    opacity: 0.8;
}

@media (max-width: 1200px) {
    .header_phone {
        display: none;
    }
}

@media (max-width: 425px) {
    .header_phone {
        display: inline-block;
        padding: 20px 8px 20px 8px;
        font-size: 14px;
        float: right;
    }

    .navbar-brand {
        padding-right: 0;
        padding-top: 13px;
    }

    .navbar-brand img {
        margin-right: 0;
        top: 0;
        height: 30px;
    }
}

.contacts_inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.contacts_inner_right h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: bold;
}

@media (min-width: 767px) {
    .contacts_inner-left {
        padding-right: 20px;
    }

    .contacts_inner_right {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .contacts_inner {
        flex-direction: column;
    }
}
