.services_main {
    max-width: 1440px;
    width: 100%;
    margin: 88px auto;
}
.services_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 69px;
}
.services_title h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    font-weight: 600;
    font-size: 60px;
    line-height: 73px;
    margin: 0;
}
.services_title > div:nth-child(1) {
    padding-left: 140px;
    width: 100%;
}
.services_title hr {
    background: #DDDDDD;
    margin: 0 20px;
    width: 100%;
}
.services_main > div:nth-child(2) {
    margin-top: 88px;
    max-width: 1440px;
}
.other_services_main {
    max-width: 1074px;
    width: 100%;
    margin: 90px auto;
}
.other_services_item {
    background: #FFFFFF;
    box-shadow: 5px 2px 18px 2px rgba(18, 18, 18, 0.1);
    padding: 40px;
}
.other_services_main h2 {
    font-size: 40px;
    line-height: 72px;
    color: #1E181C;
    padding-left: 88px;
    position: relative;
    margin: 0 0 32px;
}
.other_services_main h2:before {
    content: '';
    width: 64px;
    height: 2px;
    background: #1E181C;
    display: block;
    position: absolute;
    left: 0;
    top: 34px;
}
.other_services_item > div:nth-child(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 630px;
    width: 100%;
}
.txt_info {
    margin:0 77px 0 40px;
    padding-left: 40px;
    border-left: 1px solid #DDDDDD;
}
.txt_info h3 {
    font-weight: 600;
    font-size: 32px;
    color: #1E181C;
    margin: 0 0 8px;
}
.txt_info p {
    font-size: 24px;
    line-height: 30px;
    color: #1E181C;
    margin: 0;
}
.other_services_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
}
.other_contacts > div > div p {
    margin: 0;
}
.other_contacts > div > div {
    margin-bottom: 14px;
}
.other_contacts > div > div:last-child {
    margin-bottom: 0;
}
.other_services_item2 .txt_info {
    border: none;
    padding: 0;
    margin-left: 0;
}
.other_services_img, .other_services_img > div {
    width: 113px;
}
.see_more {
    display: none;
}


@media (max-width: 1450px) {
    .services_title h1 {
        font-size: 60px;
    }
    .services_main{
        margin: 56px auto;
    }
    .services_title h1 {
        font-size: 46px;
    }
}
@media (max-width: 1197px) {
    .services_title > div:nth-child(1) {
        padding-left:0;
    }
    .services_title {
        padding-right:0;
    }
    .services_main {
        max-width: 89%;
    }
    .services_title h1 {
        font-size: 49px;
    }
    .txt_info h3 {
        font-size: 24px;
    }
    .txt_info p {
        font-size: 20px;
        line-height: 25px;
    }
    .other_services_main h2 {
        font-size: 26px;
    }
    .other_services_main {
        margin: 45px auto;
    }
    .services_title h1 {
        font-size: 34px;
    }
}
@media (max-width: 949px) {
    .services_title h1 {
        font-size: 29px;
        line-height: 50px;
    }
}
@media (max-width: 916px) {
    .txt_info h3 {
        font-size: 16px;
    }
    .txt_info p {
        font-size: 14px;
        line-height: 20px;
    }
    .other_services_item{
        padding: 16px 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .see_more {
        background: #F0F0F0;
        text-align: center;
        font-size: 14px;
        padding: 8px 0;
        margin-top: 16px;
    }
    .other_contacts {
        width: 100%;
    }
    .other_contacts > div > div {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 9px;
    }
    .other_contacts > div > div:nth-child(1) {
        margin-top: 16px;
    }
    .other_services_img, .other_services_img > div {
        width: 50px;
    }
    .other_services_item > div:nth-child(1) {
        max-width: 100%;
        padding: 0 16px;
    }
    .txt_info {
        margin: 0 2px 0 24px;
        padding-left: 0;
        border-left: none;
    }
    .other_services_main h2 {
        font-size: 24px;
        padding-left: 43px;
        margin: 0 0 24px;
    }
    .other_services_main h2:before {
        width: 32px;
    }
    .other_services_main {
        margin: 40px auto;
    }
    .other_contacts > div:nth-child(1) {
        height: 0;
    }
    .see_more {
        display: block;
    }
}
@media (max-width: 756px) {
    .services_title h1 {
        font-size: 20px;
        line-height: 42px;
    }
}
@media (max-width: 659px) {
    .services_title h1 {
        font-size: 17px;
        line-height: 32px;
    }
    .services_title > div:nth-child(2) {
        max-width: 69px;
    }
    .services_main {
        margin: 32px auto;
    }
    .services_main > div:nth-child(2) {
        margin-top: 38px;
    }
}
@media (max-width: 434px) {
    .services_title h1 {
        font-size: 14px;
        line-height: 25px;
    }
}
@media (max-width: 375px) {
    .services_title h1 {
        font-size: 11px;
    }
}
@media (max-width: 320px) {
    .services_title h1 {
        font-size: 10px;
    }
}