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

    .inner-block {
        width: 300px;
    }

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

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

    .header-menu ul li:last-child {
        padding: 0 0 0 10px;
    }

    .header-menu ul li:first-child:before,
    .header-menu ul li:last-child:after {
        display: none;
    }

    .header-menu ul li a {
        font-size: 12px;
        letter-spacing: -0.5px;
    }

    .first-section .image {
        display: none;
    }

    .down-arrow {
        bottom: 40px;
    }
    
    .second-section {
        padding: 54px 0 33px;
    }

    .second-section article .photo-image {
        width: 300px;
        height: 224px;
        margin: 0 !important;
    }

    .third-section {
        padding: 50px 0;
    }

    .third-section h2 {
        font-size: 19px;
        letter-spacing: -0.7px;
        line-height: 30px;
        padding: 0 0 15px;
    }

    .third-section .info figure.image {
        left: -30px;
    }

    .fourth-section main {
        font-size: 15px;
    }

    .fourth-section .support-chat .chat-box .inner article .photo {
        margin: 0 0 10px;
        float: none;
    }

    .fourth-section .support-chat .chat-box .inner article.item-2 .photo {
        margin: 0 0 10px 130px;
    }

    .fourth-section .support-chat .chat-box .inner article .message {
        margin: 0 !important;
    }

    .fourth-section .support-chat .chat-box .inner article .message:after {
        top: -9px; left: 14px;

        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);

    }

    .fourth-section .support-chat .chat-box .inner article.item-2 .message:after {
        top: -8px; right: 14px;

        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);

    }

    .fourth-section .support-chat .chat-box form {
        padding: 15px 10px 15px 30px;
    }

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

    .footer-section h2 {
        font-size: 21px;
        padding: 0 0 31px 0;
    }

    .footer-section h2.item-1 {
        font-size: 19px;
        padding: 0 0 31px 0;
    }

    .footer-section h2 .small-text {
        font-size: 14px;
    }

    .footer-section .info-text {
        font-size: 14px;
        padding: 0 0 0 20px;
    }

    .footer-section .info-text:after {
        height: 40px;
        margin: -20px 0 0;
    }

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

    .footer-section form .button {
        width: 100%;
    }

}