

/* Start:/local/templates/qtool/a/css/contacts.css?16522522133080*/
.contacts__data-col {
    margin-bottom: 25px;
}

.contacts__data-name {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #999999;
    margin-bottom: 9px;
}

.contacts__data-value {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #333333;
    display: block;
}

.contacts__map {
    margin: 20px -20px 35px;
    height: 325px;
}

.bx-yandex-map {
    max-height: 325px;
}

.contacts__files {
    margin: 0 0 35px;
}
.contacts__file {
    margin: 0 0 15px 15px;
    display: block;
    width: calc(100% - 15px);
    border: 1px solid #E5E4E5;
    line-height: 72px;
    font-size: 14px;
    color: #666666;
    text-decoration: none;
    text-align: center;
}

.contacts__file:hover {
    border-color: var(--color-blue--hover);
    color: var(--color-blue--hover);
}

.contacts__file:before {
    position: absolute;
    left: -17px;
    font-size: 32px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-blue);
    background-color: #ffffff;
    height: 1.5em !important;
}

.contacts__file:hover:before {
    color: var(--color-blue--hover);
}

@media all and (min-width: 640px) {
    .contacts__file {
        margin: 0 45px 15px 15px;
        border: 1px solid #E5E4E5;
        width: 267px;
    }
}

@media all and (min-width: 1200px) {
    .contacts__data {
        margin-top: 36px;
        margin-bottom: 36px;
    }

    .contacts__data-col {
        margin-bottom: 0;       
    }

    .contacts__data-name {
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        color: #999999;
        margin-bottom: 20px;
    }

    .contacts__data-value {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        color: #333333;
        display: inline-block;
        vertical-align: text-top;
    }

    .contacts__map {
        margin: 0;
        height: 500px;
    }

    .bx-yandex-map {
        max-height: 500px;
    }

    .contacts__mapoverlay {
        margin-top: -480px;
        position: relative;
        margin-bottom: 440px;
        font-size: 12px;
    }

    .contacts__mapoverlay-wrapper {
        background: #fff;
        padding: 16px;
        box-shadow: 0 0 4px rgb(0 0 0 / 30%);
    }

    .contacts__mapoverlay-item {
        padding-left: 65px;
        position: relative;
        min-height: 45px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .contacts__mapoverlay-icon {
        width: 45px;
        height: 45px;
        display: block;
        background-color: #0475b1;
        border-radius: 50%;
        background-size: 25px 25px;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        left: 0;
        top: 0;
    }

    .contacts__mapoverlay-name {
        font-weight: 500;
    }

    .contacts__files {
        margin: 55px 0 85px;
    }
}
/* End */


/* Start:/local/templates/qtool/a/css/orderform.css?17567184216335*/
.order {
    background-color: #F9F9F9;
    padding: 55px 30px;
    margin: 0 -20px;
    position: relative;
}

.order__yak {
    position: absolute;
    bottom: calc(100% + 80px);
    left: 0;
}

.order .heading__title {
    margin-bottom: 16px;
}

.order .heading__pretitle {
    margin-bottom: 6px;
}

.order__text {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 28px;
}

.orderform__inputbox {
    position: relative;
    margin-bottom: 6px;
}

.orderform__input {
    width: 100%;
    line-height: 35px;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #999999;
    outline: none;
    font-size: 14px;
}

.orderform__input:focus {
	border-color: #333333
}

.orderform__input.--textarea {
    line-height: 17px;
    padding-top: 9px;
    padding-bottom: 9px;
    height: 36px;
    display: block;
}

.orderform__label {
    color: #666666;
    font-size: 12px;
    line-height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.1s linear;
    cursor: pointer;
}

.orderform__input:not(:placeholder-shown) + .orderform__label,
.orderform__input.not-empty + .orderform__label,
.orderform__input:focus + .orderform__label {
	left: 0;
	top: -1px;
	transform: unset;
	font-size: 9px;
}

.orderform__file {
    margin-top: 14px;
    position: relative;
}

.orderform__file-input {
    display: none;
}

.orderform__file-label {
    border: 1px dashed;
    width: 100%;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
    transition: all 0.1s linear;
    position: relative;
}

.orderform__file-label:hover {
	color: #00669d;
	border-color: #00669d;
}

.orderform__file-label span {
    line-height: 20px;
    padding-right: 24px;
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
}

.orderform__file-label span:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 20px;
}

.file__clear {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 2px;
    font-size: 11px;
    color: red;
    opacity: 0.8;
}

.file__clear:hover {
    opacity: 1;
}

.file__clear:after {
    content: 'X';
    margin-left: 5px;
    font-weight: bold;
}


.orderform__btn {
    box-shadow: none;
    border: 0;
    background-color: #0475B1;
    line-height: 36px;
    width: 100%;
    margin-top: 14px;
    color: #fff;
    margin-bottom: 12px;
    transition: all 0.1s linear
}

.orderform__btn:hover {
    background-color: #00669d;
}

.--contacts .orderform__btn {
    line-height: 34px;
    margin: 12px 0;
}

.orderform__checkbox {
    position: relative;
    line-height: 12px;
}

.orderform__checkinput {
    display: none;
}

.orderform__checkinput {transform: scale(0);width:0;height:0;margin: 0;padding: 0;font-size: 0;display: none;}
.orderform__checkinput:invalid + label {color: red }
.orderform__checkinput:invalid + label:before {border-color: red}

.orderform__checklabel {
    padding-left: 31px;
    font-size: 10px;
    line-height: 12px;
    color: #666666;
    cursor: pointer;
}

.orderform__checklabel:before {
	content: "";
	left: 5px;
	top: -2px;
	width: 16px;
	height: 16px;
	border: 1px solid #999999;
	display: block;
	position: absolute;
}

.orderform__checklabel:hover:before {
    border: 1px solid #333333;
}

.orderform__checkinput:checked + .orderform__checklabel:before {
    border-color: #0475B1;
}

.orderform__checkinput:checked + .orderform__checklabel:after {
	content: '';
	left: 7px;
	top: 0px;
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	background-color: #0475B1;
}

@media all and (min-width: 1200px) {
    .order {
        padding: 45px 75px 25px 75px;
        margin: 0
    }

    .order__text {
	    font-weight: normal;
	    font-size: 16px;
	    line-height: 20px;
	    margin-bottom: 0;
	}

	.orderform__inputbox {
	    margin-bottom: 21px;
	}

	.orderform__input {
	    line-height: 47px;
	}

	.orderform__file-label {
	    line-height: 46px;
	}

	.orderform__file-label span {
	    line-height: 24px;
	    padding-right: 28px;
	}

    .orderform__file-label span:before {
        font-size: 24px;
    }

	.orderform__btn {
	    line-height: 48px;
	    margin-bottom: 20px;
	}

    .order.--contacts {
        margin-top: 80px;
        padding: 55px 70px 80px;
    }

    .orderform__input.--textarea {
        line-height: 23px;
        padding-top: 12px;
        padding-bottom: 12px;
        height: 48px;
    }

    .--contacts .orderform__btn {
        line-height: 46px;
        margin: 0;
    }
}

.order.order--blue {
    background-color: #0475B1;
}

.order.order--blue .heading__pretitle {
    color: #ffffff;
}

.order.order--blue .heading__title {
    color: #ffffff;
}

.order.order--blue .order__text {
    color: #ffffff;
}

.order.order--blue .orderform__input {
    border-color: #fff;
    color: #ffffff;
}

.order.order--blue .orderform__input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #0475b1 inset;
    -webkit-text-fill-color: #ffffff !important;
    
}

.order.order--blue .orderform__label {
    color: #ffffff;
}

.order.order--blue .orderform__file-label {
    color: #ffffff;
}

.order.order--blue .orderform__btn {
    background-color: #ffffff;
    color: #0475B1;
}

.order.order--blue .orderform__checklabel {
    color: #ffffff;
}

.order.order--blue .orderform__checkinput:checked + .orderform__checklabel:before {
    border-color: #ffffff;
}

.order.order--blue .orderform__checkinput:checked + .orderform__checklabel:after {
    background-color: #ffffff;
}

.order.order--blue .orderform__btn:hover {
    color: #ffffff;
    background-color: #00669d;
}

.order.order--blue .file__clear {
    color: #ffffff;
    opacity: 1;
}

.order.order--blue .file__clear:hover {
    color: red;
}

.order.order--blue .orderform__checkbox a {
    color:  #ffffff;
}

/* End */
/* /local/templates/qtool/a/css/contacts.css?16522522133080 */
/* /local/templates/qtool/a/css/orderform.css?17567184216335 */
