.page-tpls_title {
    margin-top:40px
}
.nd-contacts {
    margin-bottom:250px
}
.grid-2 {
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:10px;
    margin-bottom:90px
}
.ct-line {
    display:grid;
    grid-template-columns: 42px auto;
    gap:16px;
    margin-bottom:15px;
    color:#000
}
.grid-2 > div > div:last-of-type {
    margin-bottom:35px;
}
.ct-line p, .ct-line a {
    font-weight: 400;
    font-size: 19px;
    line-height: 29px;
    color:#000
}
.ct-line b {
    font-weight: 600;
    display:block;
}
.ct-line a {
    text-decoration: underline;
}
.ct-line a:hover{
    opacity: .7;
}
.usual-button {
    background:#B0D32C;
    text-align: center;
    line-height: 40px;
    padding:0 30px;
    color:#fff;
    font-weight: 600;
    font-size: 15px;
    border-radius: 4px;
    width:100%;
    display:block;
    max-width:254px;
    text-decoration: none
}
.usual-button:hover {
    opacity: .7;
}
.whyme {
    margin-bottom:80px
}
section h2 {
    color:#2C2C2C;
    text-transform: uppercase;
    margin-bottom:40px;
    font-weight: 600;
    font-size: 28px;
}
.grid-4 {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap:50px;
}
.wm-col {
    display:flex;
    flex-direction: column;
    align-items: center;
    gap:15px
}
.wm-col img {
    max-width:175px;
    width:100%;
    height: auto;
}
.wm-col span {
    font-weight: 400;
    font-size: 19px;
    line-height: 29px;
    text-align: center;
    color:#2C2C2C;
}
.control {
    background:#157ECD;
    padding:38px 42px 0;
    margin-bottom:107px;
    display:grid;
    grid-template-columns: 2fr 1fr;
}
.control > div:first-of-type {
    display:flex;
    flex-direction: column;
    gap:15px;
}
.co-header {
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    color:#fff
}
.co-desc {
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    color:#fff
}
.managers {
    margin-bottom:80px
}
.man{
    position: relative;
}
.man img {
    position: absolute;
    bottom:0;
    right:22px;
}
.control .usual-button {
    margin-bottom:38px
}
.manager, .worker {
    display:flex;
    flex-direction: column;
    gap:10px;
    align-items: center;
}
.man-name {
    font-weight: 700;
    font-size: 19px;
    line-height: 29px;
    text-align: center;
}
.worker img {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    width: auto;
    height: 100%;
    max-width: 231px;
    max-height:200px
}
.worker .usual-button {
    margin:20px auto 0;
    max-width: 80%;
}
.workers-carusel .slick-track {
    display: flex !important;
}
.workers-carusel .slick-slide {
    height: inherit !important;
}
.man-spec {
    text-align: center;
}
.workers-carusel .slick-prev {
    left:15px;
    z-index:3
}
.workers-carusel .slick-next {
    right:15px;
    z-index:3
}
.workers-carusel .slick-arrow:hover img {
    opacity: .7;
}
.workers-carusel .slick-arrow:before {
    content:none
}
.workers-carusel .slick-arrow {
    width:58px;
    height:58px
}
#director, #kontrol {
    max-width:440px;
    padding:0;
}
.item-input.order-field input {
    background-image: url(../img/order-icon.png);
    background-size: 24px 24px;
    background-position: 13px 11px;
    padding-left: 45px;
}
.item-input.text-field textarea {
    display: block;
    width: 100%;
    padding: 10px 20px;
    border: 2px solid #dcdcdc;
    font-size: 19px;
    line-height: 21px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-color: #fff;
}
.file-remark {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color:#9A9A9A;
    margin-bottom:18px;
    display:block;
}
.get-file {
    border: 2px solid #B0D32C;
    display: block;
    width: 100%;
    position: relative;
    margin-bottom:5px
}
.get-file input {
    font-size:0;
    width:100%;
    padding: 10px 20px;
    opacity:0
}
.file-label {
    position: absolute;
    left: 0;
    width:100%;
    text-align: center;
    color:#B0D32C;
    font-weight: 400;
    font-size: 19px;
    line-height: 34px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.get-file:hover{
    opacity: .7;
}


@media(max-width:1024px){
    .grid-4 {
        grid-template-columns: 1fr 1fr 1fr;
        gap:30px;
    }
    .control {
        padding-right:0;
    }
}

@media(max-width:767px) {
    .grid-2 {
        grid-template-columns: 1fr
    }
    .grid-4 {
        grid-template-columns: 1fr 1fr;
        gap:20px;
    }
    .whyme {
        margin-bottom:40px
    }
    .control {
        padding:20px;
        grid-template-columns: 1fr;
        margin-bottom:33px;
    }
    .control > div:last-child {
        display:none
    }
    .control .usual-button {
        margin-bottom:0
    }
    .workers-carusel .slick-arrow {
        width:40px;
        height:40px
    }
    .worker .usual-button {
        font-size:9px
    }
}