#back-top {
    display: none;
}
#back-top a {
    position: fixed;
    right: 7px;
    bottom: 10px;
    display: block;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    color: #ff8a65;
    border: 2px solid #ff8a65;
    border-radius: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 1040;
}
@media (max-width: 576px){
    #back-top a {
    	width: 40px;
    	height: 40px;
    }
}
#back-top a:hover {
    color: #df5c39;
    border-color: #df5c39;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* Главный баннер */
.banner__girl img {
    width: 603px;
}

/* Вопрос-ответ */
#block-faq__item {
    display: none;
}

/* Попап */
#FormModal .modal-content,
#modal-callback .modal-content {
    background-color: #FFF;
}
#FormModal .modal-title,
#modal-callback .modal-title {
    color: #000;
    font-style: normal;
    font-size: 24px;
    font-weight: bold;
    font-weight: 700;
}
#FormModal .modal-header .close,
#modal-callback .modal-header .close {
    /*color: #000;
    font-style: normal;
    font-size: 31px;
    font-weight: bold;
    font-weight: 700;
    margin-top: 1px;
    margin-right: -7px;*/
}
#FormModal .modal-body,
#FormModal .modal-header,
#modal-callback .modal-body,
#modal-callback .modal-header{
    padding-left: 30px;
    padding-right: 30px;
}
#FormModal .modal-body > p:first-child,
#modal-callback .text-center {
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 5px 0 25px;
    font-size: 16px;
}
#FormModal input, 
#FormModal textarea{
    border-radius: 10px;
    background: #ECF8F9;
    border: none;
    width: 100%;
    padding: 13px;
    margin-bottom: 21px;
}
#modal-callback .input-group {
    border-radius: 10px;
    width: 100%;
}
#modal-callback .form-control {
    padding: 13px;
    background: #ECF8F9;
}
#FormModal input[type="tel"], 
#FormModal input[type="text"], 
#FormModal input[type="email"],
#modal-callback input[type="text"] {
    height: 40px;
}
#FormModal .buttons button,
#FormModal .btn.btn-primary.button,
#modal-callback #btn_send {
    height: 40px;
    padding: 10px 45px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 7px;
    border: none;
    color: #909090;
    width: 100%;
}
#FormModal #button-submit-formpopup,
#FormModal .btn.btn-primary.button,
#modal-callback #btn_send {
    background: #14C4CC;
    color: #FFF;
}