

/* Start:/local/templates/aspro-allcorp2/components/bitrix/news/services.v3/style.css?17392850263151*/
.form-and-menu-block {
    display: flex;
}

.form-and-menu-block-left {
    width: 363px;
    margin-right: 30px;
}

.form-and-menu-block-right {
    width: calc(100% - 293px);
}

.form-and-menu-block-right-box {
    display: flex;
    align-items: center;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 550px; */
    position: relative;
}

.form-and-menu-block-right-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.form-and-menu-block-right-box > div {
    position: relative;
    z-index: 1;
}

.form-and-menu-block-right-box-left {
    padding: 30px;
    width: 65%;
}

.form-and-menu-block-right-box-left > div {
    max-width: 386px;
    margin: 0 auto;
}

.form-and-menu-block-right-box-left-title h1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #FFFFFF;
    font-family: Roboto, Arial, sans-serif;
}

.form-and-menu-block-right-box-left-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 150%;
    color: #DBDBDB;
}

.form-and-menu-block-right-box-right {
    width: 35%;
}


.service-content-block {
    margin: 30px 0;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #555555;
}

.service-content-block p,
.service-content-block ul,
.service-content-block ol {
    margin-bottom: 15px;
}

.service-content-block p:last-child,
.service-content-block ul:last-child,
.service-content-block ol:last-child {
    margin-bottom: 0;
}

.service-content-block h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #222222;
    margin-bottom: 20px;
    margin-top: 0;
}

.service-content-block img {
    max-width: 100%
}

.full-img-block {
    text-align: center;
}

.service-content-block.double-block {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 60px 0;
}

.service-content-block .double-block-left {
    width: calc(50% - 15px);
}

.service-content-block .double-block-right {
    width: calc(50% - 15px);
}

@media screen and (max-width: 960px) {
    .form-and-menu-block-left {
        display: none;
    }

    .form-and-menu-block-right {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .service-content-block.double-block {
        flex-wrap: wrap;
        margin: 30px 0 60px 0;
        justify-content: center;
    }

    .service-content-block .double-block-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .service-content-block .double-block-right {
        width: 100%;
        text-align: center;
    }

}

@media screen and (max-width: 600px) {
    .form-and-menu-block-right-box {
        flex-direction: column;
    }

    .form-and-menu-block-right-box-left {
        width: 100%;
        padding: 50px 30px;
        min-height: 300px;
    }

    .form-and-menu-block-right-box-right {
        width: 100%;
    }
}

@media screen and (max-width: 350px) {
    .form-and-menu-block-right-box-left-title h1 {
        font-size: 26px;
        line-height: 32px;
    }
}

/* End */


/* Start:/local/templates/aspro-allcorp2/components/newForm/main.feedback/feedbackForm.v2/style.css?16800113514891*/
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:80%;}
span.mf-req {color:red;}

.mfeedback h3 {
  text-align: center;
}

header .feedback-form-service {
  box-shadow: 0 1px 2px rgba(0,0,0,.8);
  background: rgba(0,0,0,.7);
  border: 1px solid #898988;
  padding: 15px 35px 30px;
  transition: all .3s ease-in-out;
}

header .main-user-consent-request-announce {
  color: #fff;
}

header .main-user-consent-request a {
  color: #fff;
  text-decoration: underline;
}

.feedback-form-fields {
  width: 100%;
  margin-bottom: 20px;
}

.feedback-form-services .btn {
  background-color: #0088cc !important;
  height: 49px;
  margin: 0 !important;
  border-radius: 0;
  overflow: unset;
  width: 100%;
  border-color: #0088cc !important;
}


.feedback-form-service {
  background: rgba(11, 11, 11, 0.7);
  border: 1px solid #898988;
  min-height: 550px;
  padding: 20px 35px 0;
  transition: all .3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* .feedback-form-service > div {
  font-size: 1.6em;
  line-height: 24px;
  margin: 30px 0 25px;
  margin-top: 0;
  text-align: center;
  color: #000;
} */

.logo-row .feedback-form-service div:first-child {
  font-size: 1.6em;
  line-height: 24px;
  margin: 20px 0 15px;
  margin-top: 0;
  text-align: center;
  color: #fff;
}

.logo-row .feedback-form-service div:not(:first-child) {
  font-size: 1.4em;
  line-height: 24px;
  margin: 20px 0 25px;
  margin-top: 0;
  text-align: center;
  color: #fff;
}


.feedback-form-service .main-user-consent-request {
  margin-bottom: 0
}

.feedback-block {
  display: block;
  position: absolute;
  top: 125px;
  right: 3%;
  z-index: 2;
}

.feedback-block .feedback-form-service h3 {
  margin: 10px 0 10px;
  color: #fff;
}

.feedback-block .feedback-form-service h4 {
  margin: 10px 0 20px;
  color: #fff;
  text-align: center;
}

 .feedback-block .feedback-form-service .btn {
  border-color: #0088cc;
  overflow: unset;
}

.feedback-form-fields-content .form-group input {
  font-weight: normal;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #000;
  width: 100%;
}


.feedback-block .feedback-form-fields-content, .feedback-block form {
  display: block;
  text-align: center;
}


.feedback-block form .form-group {
  width: 100%;
}

.righttext form {
  display: block;
}

.righttext .feedback-form-fields-content {
  display: block;
}

.righttext .feedback-form-fields-content .form-group {
  width: 100%;
}

header .mf-ok-text {
  color: #fff !important;
  font-weight: bold;
  text-align: center !important;
  margin-bottom: 15px;
}

.loader-for-form {
  overflow:hidden;
  font-size: 10px;
  margin: 0 auto !important;
  text-indent: -9999em;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0088cc;
  background: -moz-linear-gradient(left, #0088cc 10%, rgba(101,171,248, 0) 42%);
  background: -webkit-linear-gradient(left, #0088cc 10%, rgba(101,171,248, 0) 42%);
  background: -o-linear-gradient(left, #0088cc 10%, rgba(101,171,248, 0) 42%);
  background: -ms-linear-gradient(left, #0088cc 10%, rgba(101,171,248, 0) 42%);
  background: linear-gradient(to right, #0088cc 10%, rgba(101,171,248, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  display: none;
}
.loader-for-form:before {
  width: 50%;
  height: 50%;
  background: #0088cc;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader-for-form:after {
  background: #3a3a3a;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.feedback-form-service-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 13px;
    text-align: center;
}

.feedback-form-service-text {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 30px;
}

div.mfeedback .mf-ok-text {
    text-align: center;
    color: #18c139;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 16px;
}

@media screen and (max-width: 600px) {
    .feedback-form-service {
        min-height: auto;
        padding: 50px 35px !important;
    }
}

/* End */


/* Start:/local/templates/aspro-allcorp2/components/bitrix/main.userconsent.request/userconsent.v2/user_consent.css?16800113513901*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px; /* loader magic */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 30px 0;
	font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	padding: 5px 10px;
	width: 100%;
	height: 130px;
	border: 1px solid #999;
	background: #fff;
	box-sizing: border-box;
	outline: none;
	-moz-appearance: none;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	cursor: pointer;
	color: #FFFFFF;
	font-size:10px;
	line-height: 12px;
}

.main-user-consent-request-announce a:hover {
	color: #0088cc;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text {
		height: 240px;
	}
}

/* End */


/* Start:/local/templates/aspro-allcorp2/components/aspro/form.allcorp2/calculate-cost.v2/style.css?16800113517150*/
.styled-block{margin:4px 0 -25px !important;background:#eef2f4 !important;padding: 29px 0 53px !important;border:none !important;}
*[id^=comp] > .row{margin-left:0;margin-right:0;}


.big-form-wr {
    display: flex;
    margin-top: 50px;
}

.big-form-left {
    background-image: url(/local/templates/aspro-allcorp2/components/aspro/form.allcorp2/calculate-cost.v2/images/form-img.jpeg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 30%;
}

.big-form-right {
    width: 70%;
}


.calculation-cost {
  padding: 55px 95px;
  transition: all .3s ease-in-out;
  background-color: #0088CC;
}

.calculation-cost .form-control {
  /* border: 1px solid #000; */

    font-weight: normal;
    font-size: 13px;
    color: #626262;
    border-radius: 0;
}

.calculation-cost label {
  color: #000 !important;
}

.calculation-cost .inner-wrapper .top > div {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 26px;
}

.comment-row {
  display: flex;
}

.comment-row .text-center {
  text-align: left;
}


.comment-row .btn.btn-primary {
  background-color: #0088cc;
  border-color: #0088cc;
}

.comment-row .btn.btn-primary:hover {
  background-color: #39baec;
  border-color: #39baec;
}

.captcha-row {
  margin-left: 0;
  margin-right: 0;
}

.calculate-cost-btn {
  display: flex;
  align-items: center;
  padding-left: 0;
  width: calc(50% - 8px);
}

.calculation-cost .text-center {
  width: 100%;
  text-align: right;
  /* margin-right: 20px; */
}


@media (max-width: 1024px) {

  .calculation-cost {
    padding: 15px 20px 30px;

  }

  .comment-row {
    display: block;
  }
  .calculate-cost-btn {
    justify-content: center;
    margin-top: 20px;
  }

.calculate-cost-btn .btn.btn-primary {
  background-color: #0088cc;
  border-color: #0088cc;
}

.captcha-row label:not(.error) {
  margin-left: 15px;
}

.captcha-row .captcha_input.recaptcha_text {
  margin-left: 15px;
}


}

.big-form-wr .calculation-cost .form-fields .col-md-6,
.big-form-wr .second-row {
    padding-left: 8px;
    padding-right: 8px;
}

.calculation-cost .form-fields .col-md-3 {
    padding-left: 0;
    padding-right: 16px;
}

.calculation-cost .form-fields .col-md-3:last-child {
    padding-right: 0;
}

.second-row-fields {
}

#dop-toggler,
#dop-toggler:hover {
    position: relative;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.2s linear;
    padding-right: 20px;
    margin-bottom: 16px;
    display: inline-block;
}

#dop-toggler::after {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    width: 12px;
    height: 12px;
    background-image: url(/local/templates/aspro-allcorp2/components/aspro/form.allcorp2/calculate-cost.v2/images/shevron.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    transition: 0.2s linear;
}

#dop-toggler.open::after {
    transform: rotate(0deg);
    transition: 0.2s linear;
}


.big-form-wr label[for="captcha_word"] {
    display: none;
}

.big-form-wr .row.comment-row {
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}

.big-form-wr .row.comment-row::before,
.big-form-wr .row.comment-row .row::before,
.big-form-wr .row.comment-row::after,
.big-form-wr .row.comment-row .row::after {
    content: none;
}

.big-form-wr .row.comment-row .row,
.big-form-wr .form-fields .row {
    margin-left: 0;
    margin-right: 0;
}

.big-form-wr .calculate-cost-btn .btn.btn-primary {
    background: #FFA24D;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    padding: 23px 97px;
    color: #FFFFFF;
    min-height: 78px;
    margin: 0;
    display: block;
    width: 100%;
}

.big-form-wr .calculation-cost label {
    font-weight: normal;
    font-size: 10px !important;
    line-height: 12px;
    color: #FFFFFF !important;
    line-height: normal !important;
    padding-left: 8px !important;
}

.calculation-cost .bx_filter label::before {
    content: '' !important;
    z-index: 1 !important;
}

.calculation-cost label a,
.calculation-cost label a:hover {
    color: #fff;
    text-decoration: underline;
}

.big-form-wr .licence_block {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.big-form-wr input[type="checkbox"]:checked,
.big-form-wr input[type="checkbox"]:not(:checked)
{
    position: absolute;
    left: -9999px;
}

.big-form-wr input[type="checkbox"]:checked + span,
.big-form-wr input[type="checkbox"]:not(:checked) + span {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    line-height: 12px;
    cursor: pointer;
}

.big-form-wr input[type="checkbox"]:checked + span:before,
.big-form-wr input[type="checkbox"]:not(:checked) + span:before {
    content: "" !important;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    background-color: #ffffff;
}

.big-form-wr input[type="checkbox"]:checked + span:before,
.big-form-wr input[type="checkbox"]:not(:checked) + span:before {
    border-radius: 0;
}


.big-form-wr input[type="checkbox"]:checked + span:after,
.big-form-wr input[type="checkbox"]:not(:checked) + span:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.big-form-wr input[type="checkbox"]:checked + span:after,
.big-form-wr input[type="checkbox"]:not(:checked) + span:after {
    left: 2px;
    top: 2px;
    width: 8px;
    height: 5px;
    border-radius: 1px;
    border-left: 1px solid #0088CC !important;
    border-bottom: 1px solid #0088CC !important;
    border-top: none !important;
    border-right: none !important;
    background: none !important;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.big-form-wr input[type="checkbox"]:not(:checked) + span:after {
    opacity: 0;
}

.big-form-wr input[type="checkbox"]:checked + span:after {
    opacity: 1;
}

.big-form-wr .form-fields .form-group label.error {
    display: none !important;
}

.big-form-wr .captcha-row.normal label.error {
    top: -20px;
}

@media screen and (max-width: 1220px) {
    .big-form-wr .calculate-cost-btn {
        width: 100%;
        margin-top: 16px;
    }

    .big-form-wr .row.comment-row {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 1024px) {
    .big-form-wr .calculate-cost-btn .btn.btn-primary {
        background: #FFA24D;
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
        padding: 23px 97px;
        color: #FFFFFF;
        min-height: 78px;
        margin: 0;
        display: block;
        width: 100%;
        border: none;
    }
}


@media screen and (max-width: 990px) {
    .big-form-left {
        display: none;
    }

    .big-form-right {
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/aspro-allcorp2/components/aspro/form.allcorp2/callback-line/style.css?17387551485775*/
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:80%;}
span.mf-req {color:red;}

.mfeedback h3 {
    text-align: center;
}

.feedback-form-service-lines {
    display: flex;
}

header .feedback-form-service-line {
    box-shadow: 0 1px 2px rgba(0,0,0,.8);
    background: rgba(0,0,0,.7);
    border: 1px solid #898988;
    padding: 15px 35px 30px;
    transition: all .3s ease-in-out;
}

header .main-user-consent-request-announce {
    color: #fff;
}

header .main-user-consent-request a {
    color: #fff;
    text-decoration: underline;
}

.feedback-form-fields-line {
    width: 100%;
    margin-bottom: 20px;
}

.feedback-form-fields-line-content-line {
    display: flex;
    align-items: center;
}

.feedback-form-services.feedback-form-services-line .form-group {
    width: 50%;
    margin-right: 10px;
}

.feedback-form-services.feedback-form-services-line .btn {
    background-color: #0088cc !important;
    height: 49px;
    margin: 0 !important;
    border-radius: 0;
    overflow: unset;
    width: auto;
}

.feedback-form-services.feedback-form-services-line {
    display: flex;
    width: 100%;
    
}

.feedback-form-service-line form {
    display: flex;
}

.feedback-form-service-line {
    box-shadow: 0 1px 5px rgba(0,0,0,.8);
    /* background: rgba(255, 162, 48,.7); */
    background: linear-gradient(51.37deg, #FFA24D 20.26%, #FFD465 85.71%), #FFBE6E;
    padding: 20px 35px 0;
    transition: all .3s ease-in-out;
    margin-bottom: 20px;
    margin-top: 50px;
}

.feedback-form-service-line > div {
    font-size: 1.6em;
    line-height: 24px;
    margin: 30px 0 25px;
    margin-top: 0;
    text-align: center;
    color: #000;
}

.logo-row .feedback-form-service-line div:first-child {
    font-size: 1.6em;
    line-height: 24px;
    margin: 20px 0 15px;
    margin-top: 0;
    text-align: center;
    color: #fff;
}

.logo-row .feedback-form-service-line div:not(:first-child) {
    font-size: 1.4em;
    line-height: 24px;
    margin: 20px 0 25px;
    margin-top: 0;
    text-align: center;
    color: #fff;
}


.feedback-form-service-line .main-user-consent-request {
    margin-bottom: 0
}

.feedback-block {
    display: block;
    position: absolute;
    top: 125px;
    right: 3%;
    z-index: 2;
}

.feedback-block .feedback-form-service-line h3 {
    margin: 10px 0 10px;
    color: #fff;
}

.feedback-block .feedback-form-service-line h4 {
    margin: 10px 0 20px;
    color: #fff;
    text-align: center;
}

.feedback-block .feedback-form-service-line .btn {
    border-color: #0088cc;
    overflow: unset;
}

.feedback-form-fields-line-content-line .form-group input {
    font-weight: normal;
    font-size: 14px;
    border-radius: 0;
    border: 1px solid #000;
}


.feedback-block .feedback-form-fields-line-content-line, .feedback-block form {
    display: block;
    text-align: center;
}


.feedback-block form .form-group {
    width: 100%;
}

.righttext form {
    display: block;
}

.righttext .feedback-form-fields-line-content-line {
    display: block;
}

.righttext .feedback-form-fields-line-content-line .form-group {
    width: 100%;
}

header .mf-ok-text {
    color: #fff !important;
    font-weight: bold;
    text-align: center !important;
    margin-bottom: 15px;
}

.loader-for-form {
    overflow:hidden;
    font-size: 10px;
    margin: 0 auto !important;
    text-indent: -9999em;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0088cc;
    background: -moz-linear-gradient(left, #0088cc 10%, rgba(101,171,248, 0) 42%);
    background: -webkit-linear-gradient(left, #0088cc 10%, rgba(101,171,248, 0) 42%);
    background: -o-linear-gradient(left, #0088cc 10%, rgba(101,171,248, 0) 42%);
    background: -ms-linear-gradient(left, #0088cc 10%, rgba(101,171,248, 0) 42%);
    background: linear-gradient(to right, #0088cc 10%, rgba(101,171,248, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    display: none;
}
.loader-for-form:before {
    width: 50%;
    height: 50%;
    background: #0088cc;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.loader-for-form:after {
    background: #3a3a3a;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@media (max-width: 768px) {
    .feedback-form-service-lines,
    .feedback-form-services-line {
        display: block;
    }

    .feedback-form-fileds-content {
        display: block;
    }

    .feedback-form-fields-line-content-line {
        display: block;
    }

    .feedback-form-services.feedback-form-services-line .form-group {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .feedback-form-services.feedback-form-services-line .btn {
        width: 100%;
    }

    .feedback-form-service-line {
        padding: 20px 35px 20px;
    }

    .feedback-form-services.feedback-form-services-line {
        flex-wrap: wrap;
        
    }

}

.big-form-wr .row.comment-row {
    flex-direction: column;
}

/* End */


/* Start:/local/templates/aspro-allcorp2/components/bitrix/news.list/reviews.carusel/style.css?16800113522190*/
@media (max-width: 991px) {
    .reviews-block__title {
        padding: 0 15px;
    }
}

.reviews-block {
	margin: 50px 0;
}

.reviews-slider .slick-slide {
    margin: 0 15px;
}

.reviews-slider .slick-list {
    margin: 0 -15px;
}

.reviews-slider .slick-dots {
    padding-top: 30px;
    position: relative;
    bottom: auto;
}

.reviews-slider .slick-dots>li {
    width: 10px;
    height: 10px;
}

.reviews-slider .slick-dots>li::before {
    content: none;
}

.reviews-slider .slick-dots>li>button {
    background: #C4C4C4;
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

.reviews-slider .slick-dots>li>button::before {
    content: none;
}

.reviews-slider .slick-dots>li.slick-active>button {
    background-color: #237ECB;
}

@media (max-width: 991px) {
    .reviews-slider .slick-list {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .reviews-slider .slick-slide img {
        margin: initial;
		width: 56px;
		height: 56px;
    }
}

.reviews-slider-item {
    padding: 31px;
    background: right bottom/auto no-repeat url(/local/templates/aspro-allcorp2/components/bitrix/news.list/reviews.carusel/images/reviews-bg-quotes.svg);
    border: 1px solid #f2f2f2;
}

.reviews-slider-item__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 18px;
}

.reviews-slider-item__img {
    display: block;
    width: 56px;
	height: 56px;
    border-radius: 30px;
	object-fit:cover;
}

.reviews-slider-item__name {
    padding: 0 0 0 20px;
    font-size: 15px;
    line-height: 150%;
    font-weight: bold;
    color: #222222;
	width: calc(100% - 76px);
}

.reviews-slider-item__post {
    display: block;
    padding: 5px 0 0;
    font-size: 13px;
    line-height: 150%;
    font-weight: normal;
    color: #767676;
}

.reviews-slider-item__text {
    font-size: 13px;
    line-height: 150%;
}

.reviews-slider-item__link {
    padding: 20px 30px 0 0;
    color: #237ecb;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    display: inline-block;
}

.reviews-slider-item__link svg {
    padding: 0 0 0 2px;
    width: 32px;
    height: 13px;
    margin: 0 0 -2px;
}

.reviews-slider-item__link:hover svg path {
    fill: #222;
}

/* End */
/* /local/templates/aspro-allcorp2/components/bitrix/news/services.v3/style.css?17392850263151 */
/* /local/templates/aspro-allcorp2/components/newForm/main.feedback/feedbackForm.v2/style.css?16800113514891 */
/* /local/templates/aspro-allcorp2/components/bitrix/main.userconsent.request/userconsent.v2/user_consent.css?16800113513901 */
/* /local/templates/aspro-allcorp2/components/aspro/form.allcorp2/calculate-cost.v2/style.css?16800113517150 */
/* /local/templates/aspro-allcorp2/components/aspro/form.allcorp2/callback-line/style.css?17387551485775 */
/* /local/templates/aspro-allcorp2/components/bitrix/news.list/reviews.carusel/style.css?16800113522190 */
