body {
    overflow-x: hidden;
}

.main-container {
    max-width: 1648px;
    width: 100%;
    margin: 0 auto;
}

.helpful-information {
    padding: 120px 0 120px 0;
    margin-bottom: 150px;
}

.background-gr {
    background-color: #ECEEF0;
}

#helpful-information {
    display: none;
}

#helpful-information:checked ~ .sliderIndexBlockContainer {
    height: 0;
}

#helpful-information:checked ~ .border {
    margin-top: 0 !important;
}

#helpful-information:checked ~ .addIcon rect:last-child {
    opacity: 0;
}

#helpful-information:checked ~ .helpful-information__items {
    max-height: 1000px;
    transition: 0.35s;
}

.addIcon circle {
    transition: 0.35s;
}

.addIcon rect {
    transition: 0.35s;
}

.addIcon label {
    cursor: pointer;
}

.addIcon label:hover circle {
    fill: #7097EA;
}

.helpful-information__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -50px;
    max-height: 0;
    transition: 0.35s;
}

.helpful-information__item {
    height: 90px;
    margin: 0 0 20px 50px;
}

.helpful-information__item img {
    height: 100%;
    object-fit: contain;
    align-items: center;
}

.btn-menu{
    cursor: pointer;
}

.mobile-menu-container {
    position: fixed;
    top: 0;
    left: auto;
    right: -100%;
    background: #fff;
    width: 400px;
    height: 100vh;
    z-index: 10;
    transition: 0.35s;
    display: none;
    flex-direction: column;
    box-shadow: -20px 2px 34px rgba(9, 65, 110, 0.14);
    overflow: auto;
}

#handleMenu{
    display: none;
}

#handleMenu:checked ~ .mobile-menu-container {
    right: 0;
}

.close-menu-btn {
    cursor: pointer;
    margin: 0 0 0 auto;
}

.mobile-menu-container .fullWidthSearchRow {
    display: flex !important;
    position: relative !important;
    padding: 0 60px 0 30px;
    background: #004898;
}

.mobile-menu-container .inputSearch::placeholder {
    color: #7097EA;
}

.mobile-menu-container .fullWidthSearchRow .img{
    right: 20px;
}

.mobile-menu-container > ul {
    flex-direction: column;

}

.mobile-menu-container li {
    list-style-type: none !important;
}

.mobile-menu-container ul li a.nav-link {
    color: #004798 !important;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    box-shadow: none !important;
    text-transform: uppercase;
    padding: 15px 20px !important;
    display: flex;
    align-items: center;
    transition: 0.35s;
}

.mobile-menu-container ul li a.nav-link:hover {
    color: #3B95FF !important;
}

.mobile-menu-container ul li a.nav-link:hover path {
    fill: #3B95FF;
}

.mobile-menu-container ul li a.nav-link.active {
    color: #3B95FF !important;
}

.mobile-menu-container ul li a.nav-link.active path {
    fill: #3B95FF;
}

.mobile-menu-container ul li a.nav-link svg {
    margin: 0 0 2px 25px;
}
.mobile-menu-container ul li a.nav-link path {
    transition: 0.35s;
}

.mobile-menu-container__items {
    width: 100%;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ECEEF0;
    margin: auto 0 0 0;
}

.mobile-menu-container__items .button {
    margin: 20px 0 0 0;
    width: calc(100% - 40px);
}

.mobile-menu-container .submenu {
    position: inherit;
    display: block;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 0 20px 0 40px;
    box-shadow: none;
    transition: 0.35s;
    overflow: hidden;
    max-height: 0;
}

.mobile-menu-container .submenu.active {
    max-height: 1000px;
}

.mobile-menu-container .submenu a {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 190%;
    color: #004798;
    transition: 0.35s;
    padding: 10px 0;
}

.mobile-menu-container .submenu a:hover {
    color: #3B95FF;
    text-decoration: none;
}

.pointer-events-none {
    pointer-events: none;
}

.footer__soc-block {
    display: none;
}

.footer__logo-notext {
    display: none;
}

.footer__logo-items {
    display: flex;
}

.footer__copyright {
    display: none;
}

.padContainerText {
    display: none;
}
.eventsAndCalendar .events {
    flex-wrap: wrap;
}

.eventsAndCalendar .events .event {
    width: calc(100% / 3 - 20px);
}

.eventBtn {
    display: none;
}

.eventsAndCalendar__filter {
    display: none;
}

header {
    position: relative;
    z-index: 9;
}

.aboutPage, .departamentDetailPage {
    background-color: #fff;
}

.departamentDetailPageContainer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.aboutPage__title-mobile {
    display: none;
}

.event {
    padding: 0 !important;
}

.receptionPage, .contactPage {
    background-color: #fff !important;
}

.events {
    height: fit-content;
}

.eventsMargin {
    margin: 30px auto 0 auto !important;
}

.eventsMargin .events {
    margin: 0;
}

.mainBannerBackground {
    position: relative;
}

.mainBannerImg {
    position: absolute;
    top: -200px;
    left: -140px;
    width: 868px;
    height: 571px;
    background: url("../img/Rectangle 286.svg") no-repeat;
    background-size: contain;
}

.mainBannerBackground .org-name, .mainBannerBackground h1 {
    position: relative;
    z-index: 2;
}


@media (max-width: 1699px) {
    .main-container {
        max-width: 1110px;
    }
    .specialization {
        font-size: 18px !important;
        line-height: 120% !important;
    }
    .navSearch {
        display: none !important;
    }
    ul li a.nav-link{
        font-size: 14px;
    }
    .footer__soc-block {
        display: flex;
        justify-content: space-between;
        margin: 35px 0 0 0;
    }
    .socBlock {
        display: none !important;
    }

    .infoBlock {
        max-width: 264px;
        flex: 0 0 264px;
        margin: 0;
    }

    .footer__items {
        max-width: 264px;
        flex: 0 0 264px;
    }

    .footer__block-copyright {
        max-width: 425px;
        flex: 0 0 425px;
    }

    h1 {
        font-size: 40px !important;
    }

    .service {
        width: calc(100% / 3 - 10px);
        padding: 20px 0 20px 0;
        margin: 0 0 20px 0;
    }

    .service .image {
        margin-left: 30px;
    }

    .fullscreenDivider {
        display: none;
    }
    .eventsAndFeedback .metrics {
        width: 100%;
        justify-content: space-between !important;
    }
    .eventsAndFeedback .metricItem {
        flex-direction: column;
        margin: 0 0 80px 0;
    }
    .eventsAndFeedback .metricItem .metricContent {
        margin: 20px 0 0 0;
    }
    .eventsAndFeedback .metricItem .metricContent br{
        display: none;
    }
    .eventsAndCalendar .events .event {
        width: calc(100% / 2 - 20px);
    }
    .calendar {
        margin-left: 0;
        background: #004798;
    }
    .eventsAndCalendar {
        align-items: flex-start;
    }
    .eventsAndCalendar .events {
        max-height: 720px;
        overflow: auto;
        padding: 0 40px;
        margin-left: 20px;
    }
    .eventsAndCalendar .events {
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .eventsAndCalendar .events::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .eventsAndCalendar .events .event {
        margin-right: 0;
    }
    .helpful-information__items {
        margin: 0 0 0 -60px;
    }
    .helpful-information__item {
        margin: 0 0 20px 60px;
    }
    .awrds__container {
        width: max-content !important;
        flex-direction: column;
    }
    .awrds__container .service {
        margin: 0 0 20px 0 !important;
        width: 100% !important;
        padding: 20px 20px 20px 0;
    }
    .main .awrds {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .feedbackBlockGrey .col-xl-3 {
        flex: 0 0 calc(100% / 3);
        max-width: calc(100% / 3);
    }
    .reviews .col-xl-6 {
        -ms-flex: 0 0 752px !important;
        flex: 0 0 752px !important;
        max-width: 752px !important;
    }
    .reviews .mainItem {
        -ms-flex: 0 0 376px !important;
        flex: 0 0 376px !important;
        max-width: 376px !important;
    }
    .feedbackBlock {
        padding: 50px 20px;
    }
    #awards {
        display: none;
    }
    .aboutPage .sliderIndexBlockContainer {
        height: 420px;
    }
    .aboutPage .slick-arrow {
        margin-top: 85px;
    }
    .event {
        width: calc(100% / 3 - 15px);
    }
    .emptyPage .btn {
        margin: 0 !important;
    }
    .emptyPage h2.title {
        font-size: 42px !important;
        line-height: 120% !important;
    }
}

@media (max-width: 1199px) {
    .main-container {
        max-width: 903px;
    }
    .work-time-container{
        width: 100%;
    }
    .work-time-left{
        margin: 0 auto 0 0;
    }
    .navbar{
        display: none !important;
    }
    .mobile-menu-container {
        display: flex;
    }
    .footer__navbar {
        display: none;
    }
    .footer__logo-text {
        display: none;
    }
    .footer__logo-notext {
        display: block;
    }
    .footer__copyright {
        display: block;
        text-align: left;
        max-width: 403px;
        margin: 0 0 0 40px !important;
    }
    .footer__block-copyright-p {
        display: none;
    }
    .footer__container {
        flex-direction: column;
    }
    .footer__items {
        max-width: 100%;
        flex: 0 0 100%;
        display: flex;
        align-items: center;
    }
    .footer__logo-items {
        display: flex;
        align-items: center;
    }
    .footer__soc-block {
        margin: 0 0 0 auto;
        width: 255px;
    }
    .infoBlock {
        max-width: 100%;
        flex: 0 0 100%;
        margin: 30px 0 10px 0;
    }
    .footer__block-copyright {
        max-width: 100%;
        flex: 0 0 auto;
        text-align: left !important;
        margin: 0 !important;
    }
    .footer__block-copyright p {
        text-align: left !important;
    }
    .service {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .service img {
        height: 30px;
        margin: 0 0 10px 0;
    }
    .service .text {
        font-size: 16px;
        width: 80%;
    }
    .org-name {
        font-size: 16px;
    }
    h1 {
        font-size: 36px !important;
    }
    .our-services {
        flex-direction: column;
        margin-top: 0 !important;
    }
    .our-services .indexServiceContent {
        order: 0;
        margin-top: 0;
    }
    .our-services .padContainer {
        order: 1;
        display: flex;
        align-items: center;
    }
    .padPaper .padTitle {
        display: none;
    }
    .padPaper .align-items-center {
        display: none !important;
    }
    .padPaper {
        background: url('../img/Group 3258.svg') center no-repeat;
        margin: 20px 0 0 0;
    }
    .padContainerText {
        display: block;
    }
    .padContainerText .padTitle {
        position: inherit;
        color: #343536;
        padding: 0;
        margin: 0 0 30px 0 !important;
    }
    .padContainerText a {
        position: inherit !important;
    }
    .padContainerText a:first-child {
        margin: 0;
    }
    .calendar {
        display: none;
    }
    .eventsAndCalendar .events {
        flex: 100%;
        padding: 0;
        margin: 0 0 0 60px;
        max-height: 100%;
        overflow: visible;
    }
    .eventsAndCalendar .events .event {
        width: calc(100% / 2 - 10px);
    }
    .helpful-information {
        padding: 54px 0;
    }
    .helpful-information__items {
        margin: 0 0 0 -100px;
    }
    .helpful-information__item {
        margin: 0 0 20px 100px;
    }
    .main .awrds .main-container {
        flex-direction: column;
    }
    .awrds__container {
        width: 100% !important;
        flex-direction: row;
        justify-content: space-between !important;
        margin: 40px 0 0 0;
    }
    .awrds__container .service {
        width: 48% !important;
    }
    .main .awrds .awrdsText {
        width: 100% !important;
    }
    .eventsAndCalendar {
        flex-direction: column;
    }
    .eventsAndCalendar__filter {
        display: block;
        background: linear-gradient(163.53deg, #004798 53.36%, #91b0ef 97.79%);
        padding: 30px 20px;
        width: 843px;
        margin: 0 0 30px 60px;
        border-radius: 5px;
    }
    .eventsAndCalendar__filter .select2-container {
        width: 100% !important;
        background: #FFFFFF;
        border-radius: 5px;
    }
    .select2-container--default .select2-selection--single {
        border: none !important;
        height: auto !important;
        padding: 14px 20px;
    }
    .select2-dropdown {
        border: none !important;
        box-shadow: 0 2px 34px rgba(9, 65, 110, 0.14);
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 0.05em;
        color: #70818C !important;
        padding: 0 20px 0 0 !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 50% !important;
        transform: translate(0, -50%);
        right: 23px !important;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-width: 7px 6px 0 6px !important;
    }
    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
        border-width: 0 6px 7px 6px !important;
    }
    .select2-results__option {
        padding: 10px 20px !important;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 0.05em;
        color: #343536;
    }
    .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
        color: #343536 !important;
        background-color: #A0BBF2 !important;
    }
    .select2-container--default .select2-results__option--selected {
        background-color: transparent !important;
    }
    .innerPageHeader h1 {
        margin: 0 0 60px 0;
    }
    .department-specialists__item {
        width: 310px;
    }
    .departamentDetailPage .content-row-1199 {
        flex-direction: column;
    }
    .departamentDetailPage .padContainer {
        display: flex;
        align-items: center;
        flex-direction: row;
    }
    .reviews .col-xl-6 {
        -ms-flex: 0 0 752px !important;
        flex: 0 0 752px !important;
        max-width: 752px !important;
    }
    .reviews .form .d-flex {
        flex-direction: column;
    }
    .reviews .form .d-flex input {
        width: 100%;
    }
    .reviews .form .d-flex textarea {
        margin: 0 0 20px 0 !important;
    }
    .reviews .form .centerCheck {
        margin: 20px 0 20px 0 !important;
    }
    .reviews .form .btn {
        margin: 0;
    }
    .reviews .mainItem {
        -ms-flex: 0 0 311px !important;
        flex: 0 0 311px !important;
        max-width: 311px !important;
    }
    .feedbackBlock {
        padding: 50px 20px;
    }
    .reviews .col-xl-6 {
        -ms-flex: 0 0 622px !important;
        flex: 0 0 622px !important;
        max-width: 622px !important;
    }
    .feedbackScreen h1 {
        margin: 0 !important;
        padding: 40px 0 !important;
    }
    .aboutPage .sliderIndexBlockContainer {
        height: 370px;
    }
    .aboutPage .slick-arrow {
        margin-top: 85px;
    }
    .event {
        width: calc(100% / 2 - 15px);
    }
    .servicesBar .mr-5 {
        margin: 0 10px 0 0 !important;
    }
    .form-check {
        flex: 0 0 auto;
    }
    .servicesBar form {
        flex-wrap: wrap;
    }
    .emptyPage .textCol {
        margin-right: 0;
    }
    .receptionPage .innerPageContentWhite {
        padding-bottom: 80px;
    }
    .receptionPage .qtBlock {
        padding-top: 40px;
    }
    .receptionPage .loadMoreBlock {
        margin: 20px !important;
    }
    .helpBlockContainer {
        padding: 0 !important;
    }
    .helpBlock {
        padding: 40px;
    }
}

@media (max-width: 991px) {
    .main-container {
        max-width: 688px;
    }
    .appointment-with-a-doctor{
        display: none !important;
    }
    .footer__items {
        flex-direction: column;
    }
    .footer__soc-block {
        margin: 0;
    }
    .footer__logo-items {
        flex-direction: column;
    }
    .footer__copyright {
        margin: 26px 0 40px 0 !important;
        text-align: center;
    }
    .infoBlock {
        text-align: center;
    }
    .footer__block-copyright p, .footer__block-copyright a {
        text-align: center !important;
    }
    .service {
        width: calc(100% / 2 - 10px);
    }
    .padContainerText .align-items-center {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .padContainerText a {
        margin: 0 0 20px 0 !important;
    }
    .padPaper {
        width: 280px;
        height: 400px;
        background-size: contain;
    }
    .padContainerText {
        width: 260px;
        margin: 80px 0 0 0;
    }
    .padContainerText .padTitle {
        width: 100%;
    }
    .eventsBlockTitle:after {
        position: absolute;
        content: '';
        top: 0;
        width: 30%;
        height: 100%;
        left: auto;
        right: 100%;
        background: #fff;
    }
    .eventsBlockTitle {
        padding: 60px 0;
    }
    .eventsAndCalendar .events {
        margin: 0;
    }
    .eventsBlockTitle .eventsLink {
        display: none;
    }
    .eventBtn {
        display: block;
        margin: 20px auto 0 auto;
    }
    h2 {
        font-size: 30px;
    }
    .helpful-information__items {
        margin: 0 0 0 -110px;
    }
    .helpful-information__item {
        margin: 0 0 20px 110px;
        height: 110px;
    }
    .feedbackBlockGrey .col-xl-3 {
        flex: 0 0 calc(100% / 2);
        max-width: calc(100% / 2);
    }
    .feedbackBlockGrey {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .eventsAndCalendar__filter {
        width: 683px;
        margin: 0 0 30px 0px;
    }
    .innerPageHeader h1 {
        margin: 0;
        padding: 50px 0;
    }
    .breadcrumbContainer {
        display: none !important;
    }
    .department-specialists__item {
        width: 359px;
    }
    .departamentDetailPage h2 {
        margin-top: 30px;
    }
    .departamentDetailPage .innerPageContent {
        padding-bottom: 30px;
    }
    .reviews .mainItem {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .reviews .col-xl-6 {
        -ms-flex: 0 0 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .aboutPage .sliderIndexBlockContainer {
        height: 370px;
    }
    .aboutPage .slick-arrow {
        margin-top: 85px;
    }
    .aboutPage .photoBlock {
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: row !important;
        float: none;
    }
    .aboutPage .photoBlock img {
        width: 100px;
        height: 100px;
    }
    .aboutPage__title-mobile {
        display: block;
    }
    .aboutPage__title {
        display: none;
    }
    .aboutPage__block {
        margin: 0 0 0 10px;
    }
    .aboutPage .photoBlock {
        margin: 0 0 30px 0;
    }
    .emptyPage > .align-items-end {
        flex-direction: column;
        align-items: center !important;
    }
    .emptyPage .largeImage {
        width: 300px;
    }
    .emptyPage .textCol {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }
    .receptionPage .innerPageContentWhite {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .main-container {
        max-width: 542px;
    }
    .work-time p {
        display: none !important;
    }
    .work-time br {
        display: none;
    }
    .work-time a {
        font-size: 18px !important;
    }
    .work-time span {
        font-size: 30px !important;
    }
    .search-btn {
        padding: 5px !important;
        margin: 0 !important;
    }
    .slow_vision-btn {
        padding: 5px !important;
        margin: 0 !important;
    }
    .btn-menu {
        padding: 5px !important;
        margin: 0 !important;
    }
    .eventsAndFeedback .metrics {
        flex-direction: column;
    }
    .eventsAndFeedback .metricItem {
        flex-direction: row;
        align-items: flex-start;
    }
    .eventsAndFeedback .metricItem .metricContent br {
        display: block;
    }
    .eventsAndFeedback .metricItem .metricContent {
        margin: 0;
    }
    .eventsAndCalendar .events .event {
        width: 100%;
    }
    .eventsAndCalendar .events {
        max-height: 1000px;
        overflow: auto;
    }
    .helpful-information .slick-arrow {
        display: none !important;
    }
    .helpful-information .sliderIndexBlock {
        width: 100% !important;
    }
    .helpful-information .sliderIndexBlockContainer {
        height: auto;
    }
    .helpful-information__items {
        margin: 0 0 0 -77px;
    }
    .helpful-information__item {
        margin: 0 0 20px 77px;
        height: 90px;
    }
    .feedbackBlockGrey .col-xl-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .feedbackBlockGrey .col-xl-3:first-child .feedbackTitleBlock {
        padding: 0 10px;
        margin: 0 0 20px 0;
    }
    .eventsAndCalendar__filter {
        width: 543px;
    }
    .innerPageHeader h1 {
        text-align: center;
    }
    .department-specialists__item {
        width: 286px;
    }
    .departamentDetailPage .workTime {
        flex-direction: column;
    }
    .departamentDetailPage .workTime {
        margin: 0 0 20px 0 !important;
    }
    .departamentDetailPage .border {
        margin: 0 0 50px 0;
    }
    .reviews .mainItem {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .reviews .col-xl-6 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .aboutPage .sliderIndexBlockContainer {
        height: 510px;
    }
    .aboutPage .slick-arrow {
        margin-top: 155px;
    }
    .event {
        width: 100%
    }
    .emptyPage h2.title {
        font-size: 30px !important;
        margin: 0 0 30px 0 !important;
    }
    .emptyPage p.content {
        font-size: 20px!important;
        margin: 0 0 30px 0 !important;
    }
}

@media (max-width: 575px) {
    .main-container {
        max-width: 341px;
    }
    .work-time {
        display: none !important;
    }
    .logo-text {
        display: none !important;
    }
    header {
        padding: 20px 0;
    }
    .mobile-menu-container {
        width: 100%;
    }
    .service {
        width: calc(100% / 1);
    }
    .services {
        margin-top: -80px !important;
    }
    .org-name {
        font-size: 14px;
    }
    h1 {
        font-size: 28px !important;
    }
    .video {
        height: 489px;
    }
    .padPaper {
        display: none;
    }
    .padContainerText {
        width: 100%;
    }
    .padContainerText .padTitle {
        width: 100% !important;
        text-align: center;
        font-size: 30px;
    }
    .padContainerText a {
        margin: 0 auto 20px auto !important;
    }
    .metrics .metricCounts {
        font-size: 50px;
    }
    .helpful-information__items {
        margin: 0 0 0 0;
    }
    .helpful-information__item {
        margin: 0 0 20px 0;
        height: 130px;
    }
    .eventsAndCalendar__filter {
        width: 343px;
    }
    .department-specialists__item {
        width: 370px;
    }
    .departamentDetailPageContainer{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .departamentDetailPageContainer h1 {
        text-align: center;
    }
    .departamentDetailPageContainer .innerPage__container {
        order: 1;
    }
    .departamnetImage {
        order: 0;
    }
    .departamentDetailPage .workTime {
        align-items: center;
    }
    .departamentDetailPage .workTime p {
        margin: 0 !important;
    }
    .aboutPage p {
        font-size: 18px;
    }
    .aboutPage .slick-arrow {
        display: none !important;
    }
    .aboutPage .sliderIndexBlockContainer .sliderIndexBlock {
        width: 100% !important;
    }
    .aboutPage .innerPageContent {
        padding-top: 10px;
    }
    .aboutPage .separator {
        margin: 10px 0 !important;
    }
    .receptionPage .photoBlock {
        width: 100%;
        height: auto;
        margin: 0 0 20px 0;
    }
    .helpBlock form div {
        flex-direction: column;
    }
    .helpBlock form input[type=text]{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .formBlock .subtitle {
        margin-bottom: 20px !important;
    }
    .helpBlock button {
        margin: 20px auto 0 auto;
    }
    .formBlock .title {
        font-size: 26px;
    }
}