.contact {
    padding: 160px 0 80px;
    background: #f6f6f6;
}

.contact .container {
    position: relative;
}

.contact-right {
    width: 325px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.95);
}

.contact-right > p {
    font-size: 24px;
    color: #ffffff;
    background: #07a600;
    padding: 28px 32px;
    line-height: 1;
}

.contact-right-div {
    padding: 49px 32px;
}

.contact-right-div div {
    display: flex;
}

.contact-right-div div:nth-child(1) ~ div {
    margin-top: 30px;
}

.contact-right-div div i {
    font-size: 24px;
    line-height: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #15709d;
    color: #15709d;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 18px;
}

.contact-right-div div p {
    width: calc(100% - 65px);
}

.contact-right-div span {
    display: block;
    font-size: 18px;
    color: #15709d;
    font-family: Arial;
}

.contact-right-div span:nth-child(1) {
    color: #333333;
    margin-bottom: 5px;
}

/*.contact-right-div div:last-child span:nth-child(2) {*/
/*    font-size: 14px;*/
/*    line-height: 24px;*/
/*}*/

.contact2 {
    padding: 120px 0 60px;
}

.contact2 .container {
    display: flex;
}

.contact2 .left {
    width: 62%;
}

.contact2 .right {
    width: 38%;
}

.contact2 .right img {
    width: 100%;
}

.contact2 .left p:nth-child(1) {
    font-size: 24px;
    color: #555555;
    line-height: 1;
    margin-bottom: 35px;
}

.contact2 .left p:nth-child(2) span {
    width: 2px;
    display: inline-block;
    margin: 0 25px;
    background: #07a600;
}

.contact2 .left p:nth-child(2) {
    font-size: 36px;
    font-family: Arial;
    color: #15709d;
    line-height: 1;
    margin-bottom: 35px;
    display: flex;
}

.contact2 .left p:nth-child(3) {
    font-size: 17px;
    color: #999999;
    line-height: 1;
}

.contact-div img {
    width: 100%;
}

@media (max-width: 1440px) {
    .contact {
        padding-top: 100px;
    }

    .contact2 {
        padding: 60px 0;
    }
}

@media (max-width: 1360px) {

}

@media (max-width: 1230px) {

}

@media (max-width: 991px) {
    .contact2 .left p:nth-child(2) {
        font-size: 24px;
    }

    .contact {
        padding: 80px 0;
    }
}

@media (max-width: 767px) {
    .contact-right {
        position: relative;
        top: 0;
        right: auto;
        left: 0;
        transform: translate(0, 0);
        width: 100%;
        margin-top: 25px;
    }

    .contact-right > p {
        font-size: 20px;
        padding: 15px;
    }

    .contact-right-div {
        padding: 25px 15px;
    }

    .contact-right-div span {
        font-size: 16px;
    }

    .contact2 .container {
        flex-wrap: wrap;
    }

    .contact2 .container > div {
        width: 100%;
    }

    .contact2 .left p:nth-child(2) {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .contact2 .left p:nth-child(3) {
        font-size: 16px;
        line-height: initial;
    }

    .contact2 {
        padding: 40px 0;
    }

    .contact2 .left p:nth-child(1) {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .contact {
        padding: 40px 0;
    }
}