@media screen and (max-width: 999px) {
    .umodal {
        width: 90%;
        box-sizing: border-box;
        height: auto;
        padding: 30px;
        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 {
        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;
        flex-direction: column;
    }

    .company-profile {
        margin-left: 10px;
    }

    .company-logo {
        width: 50px;
        height: 50px;
        margin: 0px 5px 0px 0px;
    }

    .company-info {
        margin: 10px 0px;
    }

    .company-name {
        font-size: 24px;
    }

    .company-tagline {
        font-size: 14px;
    }

    .company-contacts {
        display: block;
        width: 300px;
        text-align: center;
    }

    .company-socials {
        margin: 0px;
        justify-content: center;
    }

    .company-socials .social {
        background: #F3F3F3;
    }

    .company-phone {
        margin: 10px 0px 0px;
        font-size: 18px;
        flex-direction: row;
        justify-content: space-between;
    }

    .company-phone a:first-child {
        margin-right: 5px;
    }

    .company-phone a:last-child {
        margin-left: 5px;
    }

    .additional-information {
        margin: 5px 0px 10px;
        max-width: 100%;
    }

    .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 {
        flex-direction: column;
    }

    .nav>li {
        padding: 0px 0px !important;
    }

    .nav li a {
        display: block;
        width: 100%;
        padding: 10px 0px;
        box-sizing: border-box;
        line-height: 125%;
    }

    .nav li span {
        display: inline-block;
        padding: 10px 0px;
        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;
        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 {
        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-button {
        display: none;
    }

    .top-block {
        margin: 0px;
        background-size: auto 115%;
        background-repeat: no-repeat;
        background-position: right -140px top;
    }

    .top-block .content {
        padding: 40px 20px;
        background: rgba(255, 255, 255, 0.25);

    }

    .top-block h1,
    .top-block .line {
        font-size: 22px;
        line-height: 125%;
        margin: 0px;
        max-width: 100%;
    }

    .header-height {
        height: auto;
        min-height: auto;
    }

    .slider {
        display: none;
    }

    .stock-text {
        font-size: 18px;
        margin: 15px 0px 10px;
        max-width: 75%;
    }

    .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: 16px;
    }

    .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;
    }

    .contacts-map iframe {
        width: 100%;
        height: 300px;
    }

    .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 svg {
        width: 30px;
        height: 30px;
    }

    .int {
        margin: 0px;
    }

    .fix-width {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    .psy-blog .sheet {
        width: 100%;
        padding: 0px;
        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 {
        background-image: none;
    }

    .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');
    }

    .columns {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0px;
    column-gap: 0px;
}

    input[type=text],
    select,
    input[type=email],
    textarea {
        padding: 10px;
        margin-bottom: 10px;
        width: 100%;
        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;
    }

    .subtitle {
        font-size: 16px;
        line-height: 125%;
        margin-top: 0px !important;
    }

    .newsflash {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .content ul li:before {
        margin-top: 6px;
    }

    .about-me-photo.mini-photo {
        margin: 0px 0px 20px;
        width: 100%;
    }

    img {
        max-width: 100%;
    }

    .sigFreeThumb a,
    .sigFreeThumb a img {
        width: 120px !important;
        height: 80px !important;
        background-size: cover !important;
    }

    .items-leading p {
        text-align: center;
    }
}
