

/* Start:/local/templates/contact_adaptive/components/bitrix/news.list/review-block/style.css?176692368029*/
#mycarousel img {border:0px;}
/* End */


/* Start:/local/templates/contact_adaptive/components/bitrix/form.result.new/order_open/style.css?1766923680666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/contact_adaptive/components/bitrix/form.result.new/order_open/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/contact_adaptive/components/bitrix/form.result.new/order_open/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/contact_adaptive/components/bitrix/form.result.new/outcall-new-2023/style.css?176692368010226*/
.calc-block input::-webkit-outer-spin-button,
.calc-block input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.calc-block input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.switch-btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 44px;
}
.switch-btns .switch-telemarketing {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-decoration-line: underline;
    text-underline-position: under;
    color: #999999;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    outline: none;
    padding: 0;
    margin-right: 33px;
    cursor: pointer;
}
.switch-btns .switch-telemarketing:last-child {
    margin-right: 0;
}
.switch-btns .switch-telemarketing svg {
    margin-right: 8px;
}
.switch-btns .switch-telemarketing.active {
    color: #BD3B23;
    text-decoration: none;
}
.switch-btns .switch-telemarketing.active svg path {
    stroke: #BD3B23;
}
.calc-block .input-block {
    border: 1px solid #B4B4B4;
    border-radius: 4px;
    padding: 35px 30px 28px;
    position: relative;
    margin-bottom: 28px;
}
.calc-block .input-block:last-child {
    margin-bottom: 0;
}
.calc-block .input-block .input-title {
    position: absolute;
    padding: 0 15px;
    height: 21px;
    left: 30px;
    top: -9px;
    background: #FFFFFF;
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #212C35;
}
.calc-block .input-block .input-group {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 28px;
}
.calc-block .input-block .input-group:last-child {
    margin-bottom: 0;
}
.calc-block .input-block .input-group label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 37px;
    width: calc(100% - 168px);
    position: relative;
    /*z-index: 9;*/
}
.calc-block .input-block .input-group label span {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #212C35;
}
.calc-block .input-block .input-group input {
    width: 168px;
    height: 37px;
    background: #EBEDEF;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: none;
    padding: 10px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    outline: none;
    box-sizing: border-box;
}
.calc-block .input-block .input-group input[type=checkbox],
.calc-block .input-block .input-group input[type=radio] {
    display: none;
}

.calc-block .input-block .input-group input[type=checkbox] + label:after,
.calc-block .input-block .input-group input[type=radio] + label:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
    width: 20px;
    height: 20px;
    background: #EBEDEF;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.calc-block .input-block .input-group input[type=radio] + label:after {
    border-radius: 50%;
}
.calc-block .input-block .input-group input[type=radio]:checked + label:before {
    content: '';
    position: absolute;
    right: -5px;
    transform: translate(100%, -50%);
    z-index: 9;
    top: 50%;
    background-color: #BD3B23;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
}
.calc-block .input-block .input-group input[type=checkbox]:checked + label:before {
    content: '';
    position: absolute;
    right: -2px;
    transform: translate(100%, -50%);
    z-index: 9;
    top: 50%;
    background-image: url("/local/templates/contact_adaptive/components/bitrix/form.result.new/outcall-new-2023/./img/checkbox-tick.svg");
    width: 16px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
}
.calc-block .outgoing,
.calc-block .ingoing {
    display: none;
}
.calc-block .outgoing.active,
.calc-block .ingoing.active {
    display: block;
}
.calc-block .telemarketing {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.calc-block .left-block {
    width: 448px;
}
.calc-block .right-block {
    display: none;
    width: 281px;
}
.calc-block .right-block.active {
    display: block;
}
.calc-block .right-block .count-block {
    border: 1px solid #B4B4B4;
    border-radius: 4px;
    position: relative;
    padding: 29px 30px 44px;
}
.calc-block .right-block .count-block .count-title {
    position: absolute;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #212C35;
    background-color: #ffffff;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    padding: 0 1px;
}
.calc-block .right-block .count-block .price {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #BD3B23;
    margin-bottom: 13px;
    text-align: center;
}
.calc-block .right-block .count-block .help-text {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #999999;
    margin-bottom: 15px;
}
.calc-block .right-block .count-block .text {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #212C35;
    margin-bottom: 10px;
}
.calc-block .right-block .count-block .input-group {
    margin-bottom: 4px;
}
.calc-block .right-block .count-block .input-group:last-of-type {
    margin-bottom: 35px;
}
.calc-block .right-block .count-block .input-group label {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #212C35;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 37px;
}
.calc-block .right-block .count-block .input-group input {
    background-color: #EBEDEF;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: none;
    padding: 10px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    box-sizing: border-box;
    width: 100%;
    height: 37px;
}
.calc-block .right-block .count-block .send-btn {
    width: 100%;
    height: 37px;
    border: none;
    background: #BD3B23;
    box-shadow: 0 4px 0 #A12A14;
    border-radius: 4px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    cursor: pointer;
    outline: none;
}
.calc-block .left-block .help-text {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    text-align: left;
    max-width: 100%;
    width: 388px;
    margin: 15px auto 0;
}
.calc-block .left-block .calc {
    max-width: 100%;
    width: 388px;
    height: 37px;
    background: #007F92;
    box-shadow: 0 4px 0 #005B69;
    border-radius: 4px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    border: none;
    margin: 15px auto 0;
    display: block;
    cursor: pointer;
    outline: none;
}
.calc-block .input-block .input-group .inputs {
    width: 168px;
}
.calc-block .input-block .input-group .inputs label {
    width: 100%;
    padding-left: 30px;
    margin-bottom: 3px;
    cursor: pointer;
    box-sizing: border-box;
}
.calc-block .input-block .input-group.inputs-group label {
    height: 37px
}
.calc-block .input-block .input-group .inputs label:last-of-type {
    margin-bottom: 0;
}
.calc-block .input-block .input-group .inputs input + label:after {
    left: 0;
    transform: translate(0, -50%);
}
.calc-block .input-block .input-group .inputs input:checked + label:before {
    left: 5px;
    transform: translate(0, -50%);
    right: auto;
}
.calc-block .switch-input-block {
    display: none;
}
.calc-block .switch-input-block.active {
    display: block;
}
.calc-block .red {
    color: #EB5757 !important;
}
@media screen and (max-width: 1025px) {
    .calc-block .left-block {
        width: 100%;
        margin-bottom: 45px;
    }
    .calc-block .right-block {
        width: 100%;
    }
    .calc-block .telemarketing {
        flex-wrap: wrap;
    }
    .switch-btns .switch-telemarketing {
        font-size: 16px;
        margin-right: 15px;
    }
    .switch-btns .switch-telemarketing svg {
        width: 20px;
        height: 20px;
    }
}
@media screen and (max-width: 767px) {
    .switch-btns {
        flex-wrap: wrap;
    }
    .switch-btns .switch-telemarketing {
        font-size: 20px;
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .switch-btns .switch-telemarketing:last-child {
        margin-bottom: 0;
    }
    .switch-btns .switch-telemarketing svg {
        width: 30px;
        height: 30px;
    }
    .calc-block .input-block {
        padding: 35px 25px 20px;
    }
    .calc-block .right-block .count-block {
        padding: 40px 25px;
    }
    .calc-block .input-block .input-group input,
    .calc-block .input-block .input-group .inputs {
        width: 140px;
    }
    .calc-block .input-block .input-group label {
        width: calc(100% - 140px);
    }
}
/* End */


/* Start:/local/templates/contact_adaptive/components/bitrix/news.list/info_list/style.css?1766923680150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/contact_adaptive/components/bitrix/news.list/main-reviews/style.css?17669236801101*/
.main-reviews-wrapper {
	background: #ecf2f2;
	padding: 30px 0 30px;
}
.main-reviews-wrapper h2.h3 {
	font-size: 30px;
}
.main-reviews-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.main-reviews-item {
	width: 50%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	margin-top: 40px;
}
.main-reviews-item .reviews-name {
	text-decoration: none;
	margin-bottom: 10px;
	color: #000;
	font-weight: 700;
}
.main-reviews-item .reviews-image {
	min-height: 80px;
    width: 100%;
}
.all-reviews-btns {
    width: 155px;
    height: 40px;
    background: #03acaf;
    color: #fff;
    display: flex;
    margin: 40px auto 0;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
}
.all-reviews-btns:hover {
	color: #fff;
}

@media only screen and (max-width: 1025px) {
	.main-reviews-wrapper .container {
	    width: 100%;
	}

	.main-reviews-item {
		padding: 0 15px;
	}
	.main-reviews-wrapper h2.h3 {
		padding-left: 15px;
	}
}

@media only screen and (max-width: 576px) {
	.main-reviews-item {
		width: 100%
	}
}
/* End */
/* /local/templates/contact_adaptive/components/bitrix/news.list/review-block/style.css?176692368029 */
/* /local/templates/contact_adaptive/components/bitrix/form.result.new/order_open/style.css?1766923680666 */
/* /local/templates/contact_adaptive/components/bitrix/form.result.new/outcall-new-2023/style.css?176692368010226 */
/* /local/templates/contact_adaptive/components/bitrix/news.list/info_list/style.css?1766923680150 */
/* /local/templates/contact_adaptive/components/bitrix/news.list/main-reviews/style.css?17669236801101 */
