

/* Start:/local/templates/aspro-scorp/components/bitrix/news.detail/services/style.css?17155833252353*/
.content {
    font-size: 15px;
}


.calculation__popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    z-index: 999;
}

.calculation__popup-content {
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    width: 67%;
    margin: 0 auto;
    position: relative;

}

.calculation__close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 50px;
    cursor: pointer;
}

@media(max-width:990px) {
    .calculation__close {
        font-size: 35px;
    }
}

.calculation__showPopup {
    outline: none;
    border: none;
    padding: 10px 20px;
    background: #F60;
    color: white;
    font-size: 13px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
}

.calculation__showPopup img {
    margin-right: 20px;
}


.content-md .detail .ask_a_question--custom {
    width: 250px;
}

.inner--custom {
    width: 100%;
}

.detailimage {
    position: relative;
}


.ask_a_question--custom {
    position: absolute;
    right: 45px;
    top: 2%;
}

@media(max-width:690px) {
    .ask_a_question--custom {
        top: 10px;
        left: 0;
        right: 0;
    }
}

.question-form {
    display: flex;
    background: white;
    margin-bottom: 20px;
    border: 1.5px solid #e65100;
    padding: 15px 15px 10px 15px;
    cursor: pointer;
}

.question-form__description {
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}

.detail .ask_a_question .btn-default.wc.vert.question-form__button {
    margin: 0;
}

.btn-default.wc.vert .question-form__name {
    font-family: 'Ubuntu';
    background: inherit;
    border-bottom: none;
    border-top: none;
    padding: 0;
    font-size:12px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 5px;
}

.btn-default.wc.vert:hover .question-form__name {
    background: inherit;
    border-bottom: none;
    border-top: none;
}


.question-form__description .question-form__text {
    font-size: 12px;
    line-height: 14px !important;
    text-align: left;
}

.detail .image-left {
    width: 100%;
}

.detailimage .img-responsive {
    width: 100%;
    object-fit: cover;
}
/* End */


/* Start:/local/components/cost-calculation/main.feedback/templates/.default/style.css?17155840787957*/
.cost-calculation--background {
    background-color:#F8F8F8;
    border: 1px solid #F60;
    width: 100%;
}

.cost-calculation {
    font-family: Ubuntu;
    font-style: normal;
    width: 100%;
    max-width: 1280px;
    /* padding: 40px; */
    padding: 20px;
}

@media(max-width:1090px) {
    .cost-calculation {
        padding: 20px;
    }
}

.cost-calculation__container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}


@media(max-width:1300px) {
    .cost-calculation__container  {
        padding: 0 5px;
    }
}

.cost-calculation__form {
    width: 73%;
}


@media(max-width:990px) {
    .cost-calculation__form  {
        width: 100%;
    }
}


.cost-calculation__image {
    width: 25%;
}

@media(max-width:990px) {
    .cost-calculation__image  {
        display: none;
    }
}

.cost-calculation__image img {
    display: block;
    width: 100%;
    object-fit: cover;
    max-height: 575px;
}

.cost-calculation__title {
    color: #333;
    /* font-size: 35px; */
    font-size: 26px;
    font-weight: 400;
    line-height: 145.9%;
    position: relative;
    border-bottom: 5px solid #F60;
    /* padding-bottom: 20px; */
    padding-bottom: 0px;
    width: max-content;
    /* margin-bottom: 60px; */
    margin-bottom: 20px;
}


@media(max-width:990px) {
    .cost-calculation__title  {
        font-size: 26px;
        margin-left: 20px;
        margin-bottom: 35px;
    }
}

.cost-calculation__subtitle {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 145.9%;
    /* margin: 25px 0; */
    margin: 10px 0;
    text-align: left;
}


@media(max-width:990px) {
    .cost-calculation__subtitle  {
        margin: 25px 0 25px 20px;
    }
}

.cost-calculation__list {
    display: flex;
    width: 100%;
    max-width: 955px;
}


@media(max-width:990px) {
    .cost-calculation__list {
        flex-direction: column;
        align-items: center;
    }
}

.cost-calculation__item {
    width: 305px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 130px; */
    height: 90px;
}

.cost-calculation__item:nth-child(2) {
    margin: 0 20px;
}

@media(max-width:990px) {
    .cost-calculation__item:nth-child(2)  {
        margin: 0;
    }
}

@media(max-width:990px) {
    .cost-calculation__item  {
        width: 95%;
        margin: 5px 0;
    }
}

.cost-calculation__input {
    width: 100%;
    /* height: 60px; */
    height: 40px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    outline: none;
    padding-left: 51px;
    /* font-size: 18px; */
    font-size: 14px;
}

.cost-calculation__input::placeholder {
    font-size: 14px;
}

.cost-calculation__item .cost-calculation__input {
        background-color: white;
}


@media(max-width:990px) {
    .cost-calculation__input  {
        padding-left: 81px;
    }
}

.cost-calculation__message {
    width: 100%;
    height: 120px;
    position: relative;
}


@media(max-width:990px) {
    .cost-calculation__message  {
        width: 95%;
        margin: 0 auto;
    }
}


.cost-calculation__textarea {
    outline: none;
    padding: 24px 0 0 51px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    width: 100%;
    color: #8B8B8B;
    font-weight: 300;
    font-size: 18px;
}


.textarea-icon {
    position: absolute;
    left: 25px;
    top: 30%; 
    transform: translateY(-50%); 
}


.cost-calculation__link {
    text-decoration-line: underline;
    color: #8B8B8B;
    font-size: 14px;
    font-weight: 300;
    line-height: 145.9%;
    /* margin-left: 15px; */
}

.cost-calculation__info {
    display: flex;
    flex-direction: column;
    /* margin: 25px 0; */
    margin: 0 0 25px 0;
}


@media(max-width:990px) {
    .cost-calculation__info  {
        width: 95%;
        margin: 20px auto 20px auto;
    }
}

.cost-calculation__text {
    color: #8B8B8B;
    font-size: 14px;
    font-weight: 300;
    line-height: 145.9%;
    /* margin-bottom: 25px; */
    margin-bottom: 10px;
}

.cost-calculation__button {
    border: none;
    outline: none;
    color: white;
    padding: 20px 43px;
    background: #F60;
    font-size: 18px;
    text-align: left;
}


@media(max-width:990px) {
    .cost-calculation__button  {
        margin-left: 17px;
    }
}

.cost-calculation__input::placeholder,
.cost-calculation__textarea::placeholder {
    font-size: 14px;
}

.cost-calculation__select {
    width: 100%;
    /* height: 60px; */
    height: 40px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    outline: none;
    padding: 0 0 0 51px;
    color: #8B8B8B;
    /* font-size: 18px; */
    font-size: 14px;
    font-weight: 300;
    line-height: 145.9%;
    appearance: none;
    background: url("/images/arrow-select-form.png") no-repeat;
    background-position-x: calc(100% - 24px);
    /* background-position-y: calc(100% - 24px); */
    background-position-y: calc(100% - 13px);
}


.cost-calculation__item .cost-calculation__select {
    background-color: white;
}

.mf-ok-text {
    font-size:18px;
    margin-bottom: 10px;
}

@media(max-width:990px) {
    .cost-calculation__select {
        padding: 0 0 0 81px;
    }
}

.checkbox-container {
    display: flex;
}

/* .icon-road {
    background: url(/images/icon/road.png) no-repeat;
    background-position-x: calc(5% - -10px);
    background-position-y: calc(5% + 22px);
} */

.icon-name {
    background: url(/images/icon/name.png) no-repeat;
    background-position-x: calc(5% - -10px);
        /* background-position-y: calc(5% + 19px); */
        background-position-y: calc(5% + 13px);
}

.icon-phone{
    background: url(/images/icon/phone.png) no-repeat;
    background-position-x: calc(5% - -10px);
    /* background-position-y: calc(5% + 19px); */
    background-position-y: calc(5% + 13px);
}

.icon-email{
    background: url(/images/icon/email.png) no-repeat;
    background-position-x: calc(5% - -10px);
        /* background-position-y: calc(5% + 19px); */
        background-position-y: calc(5% + 13px);
}

.icon-departure {
    background: url(/images/icon/path.png) no-repeat;
    background-position-x: calc(5% - -10px);
        /* background-position-y: calc(5% + 19px); */
        background-position-y: calc(5% + 13px);
}

.icon-destination{
    background: url(/images/icon/path.png) no-repeat;
    background-position-x: calc(5% - -10px);
        /* background-position-y: calc(5% + 19px); */
        background-position-y: calc(5% + 13px);
}

.icon-cargo{
    background: url(/images/icon/cargo.png) no-repeat;
    background-position-x: calc(5% - -10px);
        /* background-position-y: calc(5% + 19px); */
        background-position-y: calc(5% + 13px);
}

.icon-dimensions{
    background: url(/images/icon/dimensions.png) no-repeat;
    background-position-x: calc(5% - -10px);
        /* background-position-y: calc(5% + 19px); */
        background-position-y: calc(5% + 13px);
}

.icon-price{
    background: url(/images/icon/price.png) no-repeat;
    background-position-x: calc(5% - -10px);
        /* background-position-y: calc(5% + 19px); */
        background-position-y: calc(5% + 13px);
}

.icon-weight{
    background: url(/images/icon/weight.png) no-repeat;
    background-position-x: calc(5% - -10px);
        /* background-position-y: calc(5% + 19px); */
        background-position-y: calc(5% + 13px);
}

.icon-number_of_places{
    background: url(/images/icon/icon-number_of_places.png) no-repeat;
    background-position-x: calc(5% - -10px);
        /* background-position-y: calc(5% + 19px); */
        background-position-y: calc(5% + 13px);
}

.icon-total_volume{
    background: url(/images/icon/icon-total_volume.png) no-repeat;
    background-position-x: calc(5% - -10px);
        /* background-position-y: calc(5% + 19px); */
        background-position-y: calc(5% + 13px);
}

.cost-calculation__text{
    color: #8B8B8B;
    font-size: 14px;
    font-weight: 300;
    line-height: 145.9%;
    margin-left: 15px;
}













/* End */
/* /local/templates/aspro-scorp/components/bitrix/news.detail/services/style.css?17155833252353 */
/* /local/components/cost-calculation/main.feedback/templates/.default/style.css?17155840787957 */
