@media screen and (max-width: 767px) {

    .error .error-message span {
        font-size: 14px;
        letter-spacing: 0;
    }

    .input-box.error.left .error-message span,
    .input-box.error.right .error-message span {
        padding: 0 25px 0 20px;
    }

    .inner-block {
        width: 440px;
    }

    .header-menu ul li {
        padding: 0 25px 0 20px;
    }

    .header-menu ul li a {
        letter-spacing: 0;
    }

    .header-section {
        text-align: center;
    }

    .header-section .logo,
    .header-section .phone-link,
    .header-section .mail-link {
        margin: 0 30px 20px;
        float: none;
    }

    .header-section .logo {
        margin: 0 30px 12px;
    }

    .header-section .mail-link {
        margin: 0 30px;
    }

    .first-section {
        background-size: auto 100% !important   ;
    }

    .first-section .inner-block {
        height: auto;
        padding: 285px 0 100px;
    }

    .first-section h1 {
        font-size: 24px;
        padding: 55px 0 0;
    }

    .first-section .image {
        right: -280px;
    }

    .second-section {
        padding: 85px 0 55px;
        background-position: 70% -30px !important;
    }

    .second-section article {
        margin: 0 0 20px;
    }

    .second-section article,
    .second-section article:nth-child(2n+2) {
        text-align: center;
        padding: 0;
    }

    .second-section article .photo-image {
        display: inline-block;
        margin: 0 0 -10px -20px;
        position: relative;
        top: 0; left: 0; right: 0;
    }

    .second-section article:nth-child(2n+2) .photo-image {
        margin: 0 -20px -10px 0;
    }

    .third-section {
        padding: 46px 0 51px;
    }

    .third-section h2 {
        text-align: center;
    }

    .third-section .info figure.image {
        margin: auto;
        float: none;
        position: relative;
        left: -20px;
    }

    .third-section .info ul {
        margin: 11px 0 0 0;
    }

    .fourth-section {
        padding: 49px 0 60px;
    }

    .fourth-section .support-chat {
        width: auto;
    }

    .fourth-section .support-chat .chat-box .inner {
        padding: 30px;
    }

    .fourth-section .support-chat .chat-box form input {
        width: 230px;
    }

    .fourth-section main {
        padding: 0 0 12px;
    }

    .fourth-section main h2 {
        font-size: 24px;
        line-height: 32px;
        padding: 0 0 23px;
    }

    .fourth-section main h3 {
        font-size: 18px;
        padding: 0 0 22px;
    }

    .fourth-section main p {
        padding: 0 0 22px;
    }

    .footer-section {
        height: auto;
        border-bottom: 20px solid #002C47;
        background: #E6F5F8 !important;
    }

    .footer-section .inner-block {
        padding: 40px 0 0 10px;
    }

    .footer-section h2 {
        font-size: 22px;
        line-height: 34px;
        padding: 0 110px 31px 0;
    }

    .footer-section h2.item-1 {
        font-size: 22px;
        padding: 0 100px 39px 0;
    }

    .footer-section h2.item-2 {
        padding: 0 0 25px 0;
    }

    .footer-section .info-text {
        width: auto;
        font-size: 16px;
        padding: 0 180px 0 20px;
        margin: 0 0 33px;
    }

    .footer-section .info-text:after {
        height: 60px;
        margin: -30px 0 0;
    }

    .footer-section .button-line {
        margin: 0 0 23px 0;
    }

    .footer-section .button-line:after {
        display: none;
    }

    .footer-section .girl-image {
        width: 238px;
        height: 380px;
        top: auto; bottom: -33px; right: -55px;
    }

    .footer-section.simple .girl-image {
        display: none;
    }

    .footer-section form {
        text-align: center;
        padding: 0 0 55px 0;
    }

    .footer-section form .input-box {
        width: 100% !important;
        margin: 0 0 15px;
        float: none;
    }

    .form-holder {
        margin: 0;
    }

    .footer-section form .button {
        width: 50%;
        display: inline-block;
        float: none;
    }
    
    .copyrights {
        line-height: 70px;
        text-align: left;

        background: #00c6c8;
        background: -moz-linear-gradient(left, #00CECC 0%, #0093AB 100%);
        background: -webkit-linear-gradient(left, #00CECC 0%,#0093AB 100%);
        background: linear-gradient(to right, #00CECC 0%,#0093AB 100%);

    }

    .copyrights .inner-block {
        padding: 0 10px;
    }

}