@media screen and (max-width: 999px) {
    .umodal {
        width: 90%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        padding: 20px 20px 20px;
        z-index: 100500;
    }

    .umodal h3 {
        font-size: 22px !important;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 900 !important;
        text-transform: uppercase;
        margin: 5px 0px 20px;
    }

    .close {
        width: 25px;
        height: 25px;
        position: fixed;
        margin-left: calc(100% - 80px);
        margin-top: -8px;
        cursor: pointer;
    }

    body {
        font-size: 14px;
        line-height: 150%;
        min-width: 320px;
    }

    body,
    .header,
    .nav,
    .sheet,
    .footer,
    .uform {
        width: auto;
    }

    .header,
    .nav,
    .content,
    .page-header {
        padding: 0px 20px;
    }

    .header {
        height: auto;
        padding: 15px 0px 20px;
    }

    .company-info {
        display: block;
        width: 250px;
        margin: 0px auto;
    }

    .company-profile {
        margin-left: 10px;
    }

    .company-logo {
        margin: 0px auto 0px;
        width: 50px;
        height: 50px;
        padding: 12px 10px 8px;
    }

    .company-logo svg {
        width: 30px;
        height: 30px;
        margin: 0px;
    }

    .company-name {
        font-size: 24px;
    }

    .company-tagline {
        font-size: 14px;
    }

    .company-contacts {
        display: block;
        width: 300px;
        text-align: center;
        margin: 10px auto 0px;
    }

    .company-phone {
        margin: 15px 0px 0px;
        font-size: 16px;
    }

    .top-int {
        margin-left: 20px;
    }

    .company-address {
        margin-top: 3px;
        font-size: 14px;
    }

    .burger {
        display: block;
        text-align: center;
        padding: 15px;
        font-size: 20px;
        color: #FFFFFF;
    }

    .burger-button,
    .burger-button-text {
        display: inline-block;
        vertical-align: top;
    }

    .burger-button {
        width: 20px;
        margin-right: 5px;
    }

    .burger-button span {
        display: block;
        background: #FFFFFF;
        height: 2px;
        margin: 4px 0px;
        border-radius: 2px;
    }

    .menu {
        height: 0px;
        padding: 0px 20px;
        overflow: hidden;
    }

    .menu-active {
        height: auto;
        padding: 0px 20px;
    }

    nav {
        background: #0088CC !important;
    }

    .nav > li {
        padding: 0px 0px !important;
    }

    .nav li a {
        display: block;
        width: 100%;
        padding: 10px 0px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 125%;
    }

    .nav li span {
        display: inline-block;
        padding: 10px 0px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .nav li {
        display: block;
        text-align: center;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .nav-child {
        display: none !important;
        background: rgba(0, 0, 0, 0.1) !important;
        position: static !important;
        margin: 0px 0px 0px !important;
        padding: 0px !important;
        border: 0px solid rgba(0, 0, 0, 0.1) !important;
    }

    .nav-child-active {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .nav > li:hover ul:before {
        display: none;
    }

    .nav-child li {
        padding: 0px;
    }

    .nav-child li:first-child {
        border-top: none !important;
    }

    .nav-child li a {
        font-size: 16px !important;
    }

    h1 {
        font-size: 26px;
        margin: 0px 0px 15px;
    }

    h2 {
        font-size: 22px;
        margin: 10px 0px;
    }

    h3 {
        font-size: 18px;
        margin: 10px 0px;
    }

    h4 {
        font-size: 16px;
        margin: 10px 0px;
    }

    .page-header h1,
    .page-header h2 {
        font-size: 20px;
        margin: 10px 0px 15px;
    }

    .content,
    .page-header {
        width: 100%;
        margin: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .section {
        padding: 30px 0px;
    }

    .caption {
        font-size: 22px;
        line-height: 125%;
        margin: 0px 0px 10px;
    }

    .caption h1,
    .caption h2 {
        font-size: 22px;
        line-height: 125%;
    }

    .h-triggers,
    .h-inline-blocks,
    .v-triggers,
    .v-inline-blocks,
    .wide-blocks {
        text-align: center;
        margin-bottom: 0px;
    }

    .h-trigger {
        text-align: left;
        margin: 10px 0px;
    }

    .h-trigger-text {
        width: calc(100% - 65px) !important;
    }

    .v-trigger {
        text-align: left;
        margin: 10px 0px;
    }

    .v-inline-block {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 100%;
        overflow: hidden;
        margin: 10px 0px;
    }

    .v-inline-block-img img {
        width: 100%;
    }

    .h-inline-block,
    .h-inline-block:nth-child(2n) {
        max-width: 317px;
        width: 100%;
        overflow: hidden;
        margin: 10px 0px;
    }

    .h-inline-block-img {
        display: none;
    }

    .h-inline-block-text .button {
        text-align: center;
        display: inline-block;
    }

    .feedback .uform {
        margin-top: 20px;
    }

    .wide-block-img {
        width: auto;
        margin: 0px 0px 20px;
        width: 100px;
        height: 100px;
    }

    .wide-block-img img {
        width: 100px;
        height: 100px;
    }

    .wide-block-text {
        width: auto;
        margin: 0px;
    }

    .wide-block-text button {
        display: inline-block;
    }

    .pagination li a,
    .pagination li span {
        border-width: 1px;
        margin-bottom: 10px;
    }

    footer {
        padding: 15px 0px 0px;
    }

    .error-block {
        padding: 100px 40px;
        width: auto;
        margin: auto;
    }

    .phone-icon {
        display: none;
    }

    .phone-button {
        display: none;
    }

    .top-block {
        margin: 0px;
        padding: 30px 0px;
        background: url('../images/slide0.jpg') center;
        background-size: cover;
    }

    .top-block h1,
    .top-block .line {
        font-size: 22px;
        line-height: 125%;
        margin: 0px;
        max-width: 100%;
    }

    .header-height {
        height: auto;
    }

    .slider {
        display: none;
    }

    .stock-text {
        font-size: 14px;
        margin: 15px 0px 10px;
    }

    .top-button {
        padding: 6px 20px;
        font-size: 16px;
    }

    .about-me-photo,
    .about-me-text {
        display: block;
        width: 100%;
        margin: 10px 0px;
    }

    .avatar {
        text-align: center;
    }

    .avatar img {
        width: 200px;
        height: 200px;
        margin: 10px 0px 0px;
    }

    .intro-text {
        font-size: 14px;
    }

    .line {
        width: calc(100% - 50px);
    }

    .give .h-trigger-img {
        width: 30px;
        height: 30px;
        padding: 10px;
        vertical-align: middle;
    }

    .give .h-trigger-text {
        vertical-align: middle;
    }

    .question-icon {
        width: 30px;
        height: 30px;
    }

    .question-icon svg {
        width: 30px;
        height: 30px;
    }

    .question {
        border-radius: 40px;
        width: 100%;
    }

    .question-text {
        width: calc(100% - 90px);
        margin-left: 10px;
        line-height: 125%;
    }

    h4.newsflash-title a {
        font-size: 18px !important;
        text-align: center;
        color: #0088CC;
    }

    .blog-item {
        margin: 0px;
        max-width: 100%;
    }

    .blog-item-text {
        height: 112px;
    }

    .blog-item-text + .readmore {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }

    div > ymaps {
        width: 100% !important;
        height: 300px !important;
    }

    .contacts-map,
    .contacts-text {
        display: block;
        width: 100%;
        height: auto;
    }

    .nav li a,
    .nav li span {
        color: #FFFFFF !important;
        font-size: 18px;
    }

    .nav .divider span {
        background-image: url('../images/arrow-white.svg');
    }

    .footer-column,
    .footer-column:nth-child(4) {
        width: 100%;
        margin: 0px 0px 10px;
        text-align: left;
    }

    .footer-column p {
        font-size: 14px;
    }

    .footer-column svg {
        width: 30px;
        height: 30px;
    }

    .int {
        margin: 0px;
    }

    .fix-width {
        width: 100%;
        padding: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .psy-blog .sheet {
        width: 100%;
        padding: 0px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .psy-blog .sidebar {
        display: none;
    }

    .oplata .abzac {
        width: 100%;
    }

    .oplatablock {
        width: 100%;
    }

    input[type="radio"] {
        margin-top: 6px !important;
    }

    .radiobtn + .radiobtn {
        padding-left: 0px;
    }

    video {
        width: 100%;
        height: auto;
    }

    .feedback-page .uform {
        margin: 20px 0px;
    }

    .v-inline-block-text h3 {
        font-size: 20px;
    }

    .text {
        width: 160px;
    }

    .nav .divider span:hover {
        background-image: url('../images/arrow-white.svg');
    }

    input[type=text],
    select,
    input[type=email],
    textarea {
        padding: 7px;
        font-size: 13px;
        margin-bottom: 10px;
        border: 1px solid #0088CC;
        background: #FFFFFF;
        font-weight: 300;
        line-height: 125%;
    }

    .soglasie {
        line-height: 125%;
        font-weight: 300;
        font-size: 9px;
        margin-bottom: 5px;
    }

    .umodal .caption {
        font-size: 20px;
        margin: 0px 0px 20px;
    }

    .keys-intro img {
        display: none;
    }

    .keys-intro,
    .blocklintro {
        margin: 15px 0px;
        font-size: 14px;
    }

    .tests h2 {
        font-size: 20px;
        line-height: 125%;
    }

    .pricetable {
        width: calc(100% - 100px);
        line-height: 125%;
        font-size: 12px;
    }
}