/*sotrudnichestvo styles*/
.sotrud-wp {
    overflow: hidden;
}
.sotrud-wp a {
    text-decoration: none;
}
.top_orange_banner {
    background-color: #d5a353;
    padding: 95px 30px 50px;
    margin-bottom: 64px;
    position: relative;
}
.top_orange_banner:after {
    position: absolute;
    content: '';
    width: 200px;
    height: 49px;
    background: url('../images/tild3830-3837-4137-b061-356236623263__corner.png'), no-repeat;
    background-size: cover;
    bottom: -41px;
    left: 50%;
    transform: translateX(-50%);
}
.top_orange-wp {
    text-align: center;
}
.top_orange_banner .white-block {
    display: inline-block;
    border-radius: 3px;
    background-color: #ffffff;
    color: #d5a353;
    font-size: 30px;
    font-family: 'Geometria',Arial,sans-serif;
    line-height: 1.45;
    font-weight: 700;
    width: 500px;
    padding: 25px 43px 19px 71px;
    margin-right: 59px;
    height: 129px;
    overflow: hidden;
    text-align: left;
}
.top_orange_banner .top-lined-block {
    display: inline-block;
    color: #ffffff;
    font-size: 17px;
    font-family: 'Geometria',Arial,sans-serif;
    line-height: 1.7;
    font-weight: 400;
    position: relative;
    padding-top: 44px;
    width: 470px;
    height: 129px;
    overflow: hidden;
    text-align: left;
}
.top_orange_banner .top-lined-block:before {
    display: block;
    content: '';
    position: absolute;
    border-radius: 10px;
    background-color: #ffd1a4;
    width: 103px;
    height: 3px;
    top: 0;
    left: 0;
}
.sotrud-txt.text-center {
    text-align: center;
}
.sotrud-txt .title {
    color: #2e2525;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Geometria';
    letter-spacing: 2px;
    margin-bottom: 32px;
}
.sotrud-txt p {
    color: #2e2525;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
    font-family: 'Geometria';
    margin-bottom: 32px;
}
.zayavka-block {
    padding: 23px 0;
    background: #fafafa;
    text-align: center;
    margin-bottom: 54px;
}
.sotrud-wp .t-btn {
    width: 261px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    vertical-align: top;
    font-family: 'Geometria',Arial,sans-serif;
    color: #fafafa;
    background-color: #d5a353;
    padding: 0 8px;
    font-size: 16px;
}
.zayavka-block .t-btn {
    margin-right: 24px;
}
.zayavka-block .t-btn:lasr-of-type {
    margin-right: 0;
}
.catalog-block {
    background: #ffd1a4;
    padding: 28px 0;
    position: relative;
}
.catalog-block:after {
    content: '';
    background: url('../images/zabor.svg'), no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 14.39px;
    transform: rotate(-180deg);
}
.catalog-block:before {
    content: '';
    background: url('../images/zabor.svg'), no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    bottom: 0;
    left: -21px;
    width: 150%;
    height: 14.39px;
}
.catalog-txt {
    font-size: 22px;
    line-height: 1.55;
    color: rgb(46, 37, 37);
    font-family: Geometria;
    font-weight: 300;
    display: inline-block;
    width: 560px;
    vertical-align: top;
    margin-right: 72px;
    text-align: left;
}
.catalog-btn {
    color: rgb(213, 163, 83);
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    text-transform: uppercase;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px 0px;
    display: inline-block;
    font-family: 'Geometria',Arial,sans-serif;
    height: 60px;
    font-size: 16px;
    text-align: center;
    line-height: 60px;
    font-weight: 700;
    padding: 0 60px;
    vertical-align: top;
}
@media only screen and (max-width: 1199px){
    .top_orange_banner {
        letter-spacing: 0;
    }
    .top_orange_banner .white-block {
        width: 50%;
        margin-right: 0;
        font-size: 25px;
        height: auto;
        font-size: 28px;
    }
    .top_orange-wp {
        font-size: 0;
        letter-spacing: 0;
    }
    .top_orange_banner .top-lined-block {
        width: 50%;
        padding-left: 20px;
        font-size: 18px;
        font-size: 15px;
        height: auto;
    }
    .top_orange_banner .top-lined-block:before {
        left: 20px;
    }
    .catalog-txt {
        display: inline-block;
        width: 50%;
        vertical-align: top;
        margin-right: 0;
        padding-right: 30px;
        font-size: 22px;
        font-size: 19px;
        height: auto;
    }
    .catalog-btn {
        width: 220px;
        height: 60px;
        padding: 0 8px;
    }
}
@media only screen and (max-width: 767px) {
    .top_orange_banner .white-block {
        font-size: 25px;
        height: auto;
        display: block;
        margin: 0 auto 20px;
        padding: 10px;
        text-align: center;
        width: 80%;
    }
    .top_orange_banner .top-lined-block {
        display: block;
        margin: 0 auto;
        width: 80%;
    }
    .catalog-txt {
        display: block;
        margin: 0 auto 20px;
        width: 80%;
        padding: 10px;
    }
    .catalog-btn {
        display: block;
        width: 220px;
        height: 60px;
        padding: 0 8px;
        margin: 0 auto;
    }
    .catalog-block:before, .catalog-block:after {
        width: 2005px;
    }
    .sotrud-wp .t-btn, .zayavka-block .t-btn {
        display: block;
        margin: 0 auto 20px;
    }
    
    .google_translate{
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    .top_orange_banner .white-block {
        width: 100%;
    }
    .top_orange_banner .top-lined-block {
        width: 100%;
    }
    .catalog-txt {
        width: 100%;
    }
    .tn-atom-btn, .tn-atom-btn:last-of-type{
        float: none;
        display: block;
        margin: 0 auto 20px;
    }
}
