

/* 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 */


/* Start:/local/templates/qtool/components/bitrix/news/blog/style.css?1652252213615*/
.--blog {
	margin-top: 45px;
}

.tagscloud {}

.tagscloud__heading {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 20px;
}

.tagscloud__list {
	display: flex;
	flex-flow: row wrap;
}

.tagscloud__link {
	margin-right: 6px;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: 500;
	line-height: 22px;
	border: 1px solid var(--color-blue);
	display: block;
	color: var(--color-blue);
	padding: 0 10px;
	text-decoration: none;
}

.tagscloud__link:hover,
.tagscloud__link.--selected {
	background-color: var(--color-blue);
	color: #fff;
}
/* End */


/* Start:/local/templates/qtool/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?16965077878886*/
.coloredtext {
    color: var(--color-blue) !important;
}

.articledate {
	position: relative;
    margin-top: -7px;
    margin-bottom: 15px;
}

.articledate__val {
	line-height: 15px;
	font-size: 12px;
	color: #999999;
}

.article__prevtext {
    background-color: var(--color-blue);
    color:  #ffffff;
    padding: 25px 30px;
    margin: 0 0 24px 0;
    font-size: 14px;
    line-height: 17px;
}

.article__prevtext p:last-child {
    margin: 0;
}

.toc {
	padding: 36px 17px 38px;
	background-color: rgba(4, 117, 177, 0.02);
	margin-bottom: 45px;
}

.toc__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 20px;
}

.toc__list {
    padding-left: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #666666;
    counter-reset: item;
    margin-bottom: 0;
}

.toc__item {
    padding: 0 0 0 25px;
    list-style: inside decimal;
    list-style: none;
    position: relative;
    counter-increment: item;
    margin-bottom: 10px;
}

.toc__link {
    color: #666666;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.toc__link:hover {
	color: #000000;
	text-decoration: underline;	
}

.toc__item:before {
    content: counter(item) ".";
    display: inline-block;
    position: absolute;
    left: 0;
}

.toc__item .toc__list {
    column-count: 1;
    margin-top: 5px;
    margin-bottom: 5px;
    counter-reset: subitem;
    font-size: 12px;
    line-height: 24px;
}

.toc__item .toc__item {
    padding-left: 30px;
    counter-increment: subitem;
}

.toc__item .toc__item:before {
    content: counter(item) "." counter(subitem);
}

.toc__item .toc__item:last-child {
    padding-bottom: 0;
}

.toc *:last-child {
    margin-bottom: 0;
}

.article__text {
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #666666;
}

.article__text a {
    color: var(--color-blue);
    text-decoration: none;
}

.article__text a:hover {
    color: var(--color-blue--hover);
    text-decoration: underline;
    text-underline-position: from-font;
    outline-offset: 2px;
}

.article__text h2,
.article__text .h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #333333;
    margin: 27px 0;
}

.article__text h3,
.article__text .h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    margin: 23px 0;
}

.article__text .bold {
    color: #333333;
}

.article__text img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.article__text ul {
    list-style: none;
    padding-left: 0;
}

.article__text ul li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 18px;
}

.article__text ul li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    left: 0;
    background-color: var(--color-blue);
}

.article__text ul.minuses li:before {
    background-color: #D87676;
}

.article__text ul.tbl__list {
    list-style: none;
    padding-left: 0;
}

.article__text ul.tbl__list li {
    margin-bottom: 0;
    position: relative;
    padding-left: 10px;
}

.article__text ul.tbl__list li:before {
    content: '';
    display: block;
    width: 2px;
    height: 2px;
    position: absolute;
    border-radius:  50%;
    top: 6px;
    left: 0;
    background-color: var(--color-blue);
}

.article__text .img {
    max-width: 80%;
    margin: 30px auto;
}

.article__text .img_full {
    max-width: 100%;
}

.article__text .img a {
    display: block;
    text-decoration: none;
    outline: none;
}

.article__text .img img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.article__text .img span {
    display: block;
    margin-top: 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #666666;
    text-align: center;
}

.tbl__box {
    overflow-x: auto;
    margin: 36px 0;
}

.tbl {
    font-size: 12px;
    line-height: 15px;
    min-width: 950px;
}

.tbl .tbl__thead {
    color: var(--color-blue);
}
.tbl .tbl__thead .tbl__tr {}
.tbl .tbl__thead .tbl__th {
    padding: 28px 20px;
    border-bottom: 1px solid var(--color-blue);
    white-space: nowrap;
    color:  var(--color-blue);
    font-weight: 600;
}
.tbl .tbl__thead .tbl__th:first-child {
    padding-left: 0;
}
.tbl .tbl__thead .tbl__th:last-child {
    padding-right: 0;
}


.tbl .tbl__tbody {
}
.tbl .tbl__tbody .tbl__tr {}
.tbl .tbl__tbody .tbl__td {
    padding: 18px 20px 18px;
    border-bottom: 1px solid #F0F0F0;
    vertical-align: top;
}

.tbl .tbl__tbody .tbl__td.tbl__td_vac {
    vertical-align: middle;
}

.tbl .tbl__tbody .tbl__td:first-child {
    padding-left: 0;
}
.tbl .tbl__tbody .tbl__td:last-child {
    padding-right: 0;
}


.tbl .tbl__tbody .tbl__td_name {
    font-size: 36px;
    line-height: 44px;
    color: var(--color-blue);
    padding: 12px 20px 24px;
}


@media all and (min-width: 1200px) {
    .article__prevtext {
        padding: 50px 70px;
        font-size: 16px;
        line-height: 20px;
    }

    .articledate {
        margin-top: 0
    }

    .articledate__val {
        position: absolute;
        top: -59px;
        right: 0;
        line-height: 39px;
        font-size: 14px;
    }

    .toc {
        padding: 43px 45px 54px;
        /*padding: 43px 0 54px;*/
    }

    .toc__title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .toc__list {
        font-size: 16px;
        line-height: 32px;
    }

    .toc__item {
        padding: 0 0 0 25px;
    }

    .toc__item .toc__list {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 24px;
    }

    .article__text {
        /*padding: 0 46px;*/
        font-size: 16px;
        line-height: 20px;
    }

    .article__text h2,
    .article__text .h2 {
        font-size: 21px;
        line-height: 26px;
    }

    .article__text h3,
    .article__text .h3 {
        font-size: 18px;
        line-height: 23px;
    }

    .article__text ul li {
        padding-left: 27px;
    }
}

.olnumerik {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
    counter-reset: section;
}

.olnumerik li {
    display: flex;
    list-style: none;
    margin: 0 0 24px 0; 
    padding: 0 0 0 0;
    min-height: 58px;
    counter-increment: section;
}

.olnumerik li:before {
    content: "0" counter(section) ".";
    color: var(--color-blue);
    font-weight: 900;
    font-size: 36px;
    line-height: 36px;
    font-weight: 900;   
    width: 92px;
    flex: 0 0 92px;
    margin: 0 0 0 0;
}




/* --- */

.brands {
    margin: 14px -20px 10px;
    padding: 0 0 18px;
    overflow-x: auto;
}

.brands__list {
    padding: 9px 0;
    border: 1px solid #f6f6f6;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    min-width: 750px;
}

.brands__item {
    width: 25%;
    min-width: 150px;
    padding: 0 24px;
    height: 36px;
}

.brands__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.brands__img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin: auto;
}

.brands__item:not(:last-child) {
    border-right: 1px solid #f6f6f6;
}

@media all and (min-width: 1200px) {
    .brands {
        margin: 18px 0 14px;
    }

    .brands__list {
        padding: 26px 0 20px;
    }

    .brands__item {
        padding: 0 15px;
        height: 48px;
    }
}

/* --- */

.faq {
    margin: 20px 0 15px;
}

.faq__item {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 17px;
}

.faq__q {
    border: 1px solid var(--color-blue);
    color: var(--color-blue);
    background-color: #ffffff;
    padding: 7px 40px 7px 10px;
    font-weight: bold;
    text-underline-position: under;
    text-decoration-style: dotted;
    position: relative;
    font-weight: 500;
}

.faq__a {
    padding: 15px 10px 10px;
    font-weight: 400;
}

.faq__q:after {
    content: '+';
    color: var(--color-blue);
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
}

.faq__q.active {
    background-color: var(--color-blue);
    color: #ffffff;
}

.faq__q.active:after {
    content: '–';
    color: #ffffff;
}


@media all and (min-width: 991px) {
    .faq {
        margin: 42px 0 35px;
    }

    .faq__item {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 20px;
    }

    .faq__q {
        padding: 12px 55px 13px 22px;
    }

    .faq__a {
        padding: 30px 22px 15px;
    }

    .faq__q:after {
        width: 55px;
        font-size: 32px;
        line-height: 39px;
    }
}

@media all and (min-width: 1024px) {
    main h1.heading__title {
        padding-right: 297px;
    }
}
/* End */
/* /local/templates/qtool/a/css/orderform.css?17567184216335 */
/* /local/templates/qtool/components/bitrix/news/blog/style.css?1652252213615 */
/* /local/templates/qtool/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?16965077878886 */
