/*.section_bg_1, .section_bg_2 {
    background: none;
    background-image: url(../images/background-section-2.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}*/

:focus {
    outline: none;
    border: none;
}

.team img {
    border-radius: 5px;
}

.bg_abso img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}


.list-works ul li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
}

.list-works ul li .list-works-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;

}

.list-works ul li .description {
    font-size: 18px;
}

.list-works ul li .list-works-title .img {
    padding:5px 0px;
    margin-right:15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list-works ul li .list-works-title .img img {
    width:30px;
    height:30px;
    max-width: initial;
}

.list-works ul li .list-works-title .caption {
    font-size: 22px;
}

.popup-holder-callback .popup-holder-inner-callback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.popup-holder-callback .popup-callback {
    top: initial;
    left: initial;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    padding: 30px;
    background: #f0f7f4;
    box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.06), 0px 10px 15px rgba(0, 0, 0, 0.03);
    border-radius: 6px;
}

.popup-holder-callback .popup-callback .popup-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    height: 100%;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.popup-holder-callback .popup-callback .popup-inner > * {
    margin: 10px 0;
}

.popup-holder-callback .popup-callback .popup-inner .text .caption {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.popup-holder-callback .popup-callback .popup-inner .text .caption2 {
    font-size: 1em;
    margin-bottom: 40px;
}

.popup-holder-callback .popup-callback .popup-inner .text .description {
    font-size: 16px;
    margin-bottom: 40px;
}

.popup-holder-callback .popup-callback .popup-inner .text .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 30px;
    background: #B27C66;
    font-size: 20px;
    font-weight: bold;
}

.popup-holder-callback .popup-callback .popup-inner .text .button:hover {
    background: #1E201F;
}

.popup-holder-callback .popup-callback .popup-inner .text .button.close-callback {
    color: #fff;
    height: initial;
    padding: 10px;
    border-radius: 8px;
    font-weight: 600;
}

.popup-holder-callback.popup-active-callback {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    overflow-y: hidden;
}

.popup-holder-callback.popup-active-callback .popup-holder-inner-callback:before {
    position: fixed;
    z-index: 50;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    clear: both;
    background: rgba(81, 81, 81, 0.75);
}

.popup-holder-callback.popup-active-callback .popup-callback {
    z-index: 100;
}

.close-form {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    position: absolute;
    top: 10px;
    right: 10px;
}


@media (max-width: 1023px) {
    .popup-holder-callback.popup-active-callback .gofast {
        right: 20px;
    }

    .popup-holder-callback.popup-active-callback {
        padding-right: 0;
    }
}


@media (max-width: 479px) {
    .popup-holder-callback .popup-callback {
        width: 85%;
    }

    .popup-holder-callback .popup-callback .popup-inner .text .caption {
        font-size: 18px;
    }

    .popup-holder-callback .popup-callback .popup-inner .text .caption2 {
        margin-bottom: 20px;
    }

    .popup-holder-callback .popup-callback .popup-inner .text .description {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .popup-holder-callback .popup-callback .popup-inner .text .button {
        padding: 20px;
    }
    .form {
        padding: 10px 0px;
    }
}