

/* Start:/local/templates/.default/components/bitrix/form/designers/bitrix/form.result.new/.default/style.css?177129356115966*/
.designers-form__input--disabled {
  pointer-events: none;
  opacity: 0.4; }


@media only screen and (min-width: 768px) {
  .designers-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.designers-head__desc {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font: 300 14px/138% "Open Sans", sans-serif;
  letter-spacing: 0.1px;
  color: #020000; }

.designers-head__img {
  text-align: center;
  margin-top: 15px;
  width: 100%; }
@media only screen and (min-width: 768px) {
  .designers-head__img {
    width: 455px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-top: 0;
    margin-left: 15px; } }
.designers-head__img img {
  width: 100%; }

.designers {
  position: relative;
  margin-top: 30px; }
@media only screen and (min-width: 768px) {
  .designers__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
.designers__title {
  font: normal 24px/100% "Open Sans", sans-serif;
  letter-spacing: 0.65px;
  margin-bottom: 40px;
  color: #0255a6; }
.designers__video {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 45px;
  height: -webkit-calc(69vw - 70px);
  height: calc(69vw - 70px); }
@media only screen and (min-width: 992px) {
  .designers__video {
    height: 465px; } }
@media only screen and (min-width: 768px) {
  .designers__video {
    margin-top: 60px; } }
.designers__video iframe {
  max-height: 100%; }
.designers__form-title {
  min-height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font: bold 16px/100% "Open Sans", sans-serif;
  letter-spacing: 0.4px;
  color: #fff;
  background-color: #0255a6;
  text-align: center;
  padding: 8px 25px; }
.designers__tab-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
@media only screen and (min-width: 768px) {
  .designers__tab-item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    min-width: -webkit-calc(50% - 10px);
    min-width: calc(50% - 10px); } }
.designers-title {
  color: #0255a6;
  font: bold 21px/137% "Open Sans", sans-serif; }
@media only screen and (min-width: 768px) {
  .designers-title {
    font: bold 24px/137% "Open Sans", sans-serif; } }
.designers-title--small {
  max-width: 650px; }
.designers-list {
  margin-top: 40px; }
.designers-list__items {
  margin-top: 40px; }
@media only screen and (min-width: 680px) {
  .designers-list__items {
    margin-left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
.designers-list__item {
  min-height: 82px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
@media only screen and (min-width: 680px) {
  .designers-list__item {
    -webkit-flex-basis: -webkit-calc(50% - 25px * 1 / 2);
    -ms-flex-preferred-size: calc(50% - 25px * 1 / 2);
    flex-basis: calc(50% - 25px * 1 / 2); } }
.designers-list__img {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-right: 30px;
  text-align: center;
  width: 82px;
  height: 82px; }
.designers-list__text {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font: normal 14px/135% "Open Sans", sans-serif;
  letter-spacing: 0.4px;
  color: #020000; }

.designers-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  /*background: url("/local/static/build/pic/designers-formtop.png") no-repeat top left, url("/local/static/build/pic/designers-formbottom.png") no-repeat bottom right #f0f0f0;*/
  background-size: 150px, 505px 203px;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding: 7px 15px 40px;
  margin-bottom: 0;
  margin-top: 0; }
@media only screen and (max-width: 950px) {
  .designers-form {
    width: 100%;
    margin-bottom: 40px; } }
@media only screen and (max-width: 452px) {
  .designers-form {
    padding: 15px; } }
.designers-form--other {
  padding: 50px 45px 30px; }
@media only screen and (max-width: 452px) {
  .designers-form--other {
    padding: 50px 20px 30px; } }
.designers-form__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }
.designers-form__footer {
  margin-top: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2; }
.designers-form__link {
  font-size: 18px;
  margin: 20px 0 10px; }
.designers-form__link span {
  font-size: 17px;
  color: #020000;
  letter-spacing: 0.4px; }
@media only screen and (max-width: 452px) {
  .designers-form__link span {
    font: normal 11px/100% "Open Sans", sans-serif; } }
.designers-form__link .enter-bim {
  display: block;
  font: 600 14px/100% "Open Sans", sans-serif;
  letter-spacing: 0.4px;
  color: #0255a6;
  text-decoration: underline;
  -webkit-transition: all .3s;
  transition: all .3s; }
.designers-form__link .enter-bim:hover {
  opacity: 0.6; }
.designers-form__element {
  display: inline-block;
  position: relative;
  margin-bottom: 17px;
  width: 100%;
  vertical-align: bottom; }
@media only screen and (max-width: 500px) {
  .designers-form__element {
    width: 100%;
    margin-right: 0; } }
.designers-form__element--note::after {
  position: absolute;
  top: -webkit-calc(100% - 28px);
  top: calc(100% - 28px);
  right: 3px;
  content: '*';
  font: 18px/133% "Open Sans", sans-serif;
  letter-spacing: 0.5px;
  color: #0255a6; }
.designers-form__element span.error {
  top: -webkit-calc(100% + 5px);
  top: calc(100% + 5px);
  font: normal 300 10px/100% "Open Sans", sans-serif; }

.designers-form__element .iti {
  display: block;
}
.designers-form__recaptcha-error {
  display: none;
  font: normal 300 13px/100% "Open Sans", sans-serif;
  color: #D13434;
  margin-top: 5px; }
.designers-form__recaptcha-wrapper {
  position: relative;
  margin: 0 0 20px; }
.designers-form .form-btn {
  width: 100%;
  float: none;
  height: 50px;
  margin: 20px auto 0; }
.designers-form .form-btn--link {
  margin: 0 auto; }
@media only screen and (min-width: 540px) {
  .designers-form .form-btn {
    width: 240px; }
  .designers-form .form-btn--link {
    width: 300px;
    margin: 0 auto; } }
.designers-form .footnote {
  font: normal 12px/144% "Open Sans", sans-serif;
  letter-spacing: 0.4px;
  padding-right: 45px;
  color: #020000; }
.designers-form .footnote a {
  display: inline;
  text-decoration: none;
  color: #0255a6; }
.designers-form .checkbox .label:before {
  background-color: transparent; }
.designers-form__input {
  width: 100%;
  height: 40px;
  font: normal 18px/133% "Open Sans", sans-serif;
  color: #020000;
  padding-right: 18px;
  padding-left: 15px; }
.designers-form__checkbox {
  float: left;
  display: inline-block;
  vertical-align: top;
  position: relative; }
@media only screen and (max-width: 500px) {
  .designers-form__checkbox {
    width: 100%;
    margin: 0 0 10px 0; } }
.designers-form__checkbox-input {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 0 none; }
.designers-form .checkbox__txt {
  vertical-align: middle;
  font: 400 14px/135% "Open Sans", sans-serif;
  letter-spacing: 0.2px;
  color: #0155a6;
  margin-left: 5px; }
.designers-form__success {
  display: none; }
.designers-form ::-webkit-input-placeholder {
  font: 18px/133% "Open Sans", sans-serif;
  color: #020000; }
.designers-form :-ms-input-placeholder {
  font: 18px/133% "Open Sans", sans-serif;
  color: #020000; }
.designers-form ::placeholder {
  font: 18px/133% "Open Sans", sans-serif;
  color: #020000; }
.designers-form .privacy {
  display: inline-block;
  width: 75%;
  margin-bottom: 10px; }
@media only screen and (max-width: 768px) {
  .designers-form .privacy {
    width: 68%; } }
@media only screen and (max-width: 500px) {
  .designers-form .privacy {
    width: 100%; } }
.designers-form .privacy a {
  text-decoration: underline; }
.designers-form__validate-error-container {
  font: normal 300 13px/100% "Open Sans", sans-serif;
  color: #D13434; }
.designers-form__validate-error-container:not(:empty) {
  margin: 10px 0; }
.designers-form__recaptcha {
  margin-top: 10px; }

.designers-form--bim {
  background: url("/local/static/build/pic/designer-form-1.png") no-repeat top left, url("/local/static/build/pic/designer-form-2.png") no-repeat bottom right #f0f0f0; }
.designers-form--bim .footnote {
  padding-right: 0; }
.designers-form--bim .footnote i {
  color: #0255a6;
  font-style: normal; }

.designers-contacts {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  padding-top: 30px; }
@media only screen and (max-width: 950px) {
  .designers-contacts {
    width: 100%; } }
.designers-contacts__wrap {
  position: relative;
  margin: 0 0 25px 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 0px;
  width: 100%;
  box-sizing: border-box;
  float: left; }
@media only screen and (max-width: 500px) {
  .designers-contacts__wrap {
    margin: 0 0 10px 0;
    text-align: center; } }
.designers-contacts__city {
  font: bold 14px/120% "Open Sans", sans-serif;
  display: inline-block;
  width: 31%;
  box-sizing: border-box;
  vertical-align: top;
  color: #0155a6;
  letter-spacing: 1px; }
@media only screen and (max-width: 992px) {
  .designers-contacts__city {
    width: 100%; } }
@media only screen and (max-width: 500px) {
  .designers-contacts__city {
    width: 100%; } }
.designers-contacts__block {
  position: relative;
  margin: 0 0 5px 0;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top; }
@media only screen and (max-width: 500px) {
  .designers-contacts__block {
    margin: 0 0 5px 0;
    width: 100%; } }
.designers-contacts__block-item {
  margin-bottom: 15px;
  padding-left: 3px;
  width: 100%; }
.designers-contacts__phone {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  margin: 0 0 0 0; }
@media only screen and (max-width: 500px) {
  .designers-contacts__phone {
    display: block;
    margin: 0; } }
.designers-contacts__phone, .designers-contacts__person {
  font: 300 14px/18px "Open Sans", sans-serif;
  color: #000; }
@media only screen and (max-width: 500px) {
  .designers-contacts__phone, .designers-contacts__person {
    display: inline-block;
    margin: 0 0 5px 0; } }
.designers-contacts__person {
  letter-spacing: -0.3px; }
.designers-contacts .col {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top; }
@media only screen and (max-width: 500px) {
  .designers-contacts .col {
    width: 100% !important; } }
.designers-contacts .col.col-1 {
  width: 51%; }
.designers-contacts .col.col-2 {
  width: 48%; }
.designers-contacts .col-2 .designers-contacts__city {
  width: 32%; }
@media only screen and (max-width: 992px) {
  .designers-contacts .col-2 .designers-contacts__city {
    width: 100%; } }
@media only screen and (max-width: 500px) {
  .designers-contacts .col-2 .designers-contacts__city {
    width: 100%; } }
.designers-contacts .col-2 .designers-contacts__phone {
  padding-left: 9px; }

.social-question {
  margin: 0 0 0 0; }
.social-question__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px; }
.social-question__title {
  margin: 0 0 10px 0; }
.social-question__input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 0 0; }
.social-question__input input {
  height: 20px !important;
  width: 20px !important;
  margin: 0 0 0 20px; }
.social-question__col {
  padding: 0 16px; }

.social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 -16px 15px -16px; }
.social-list__col {
  padding: 0 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }
.social-list__col input {
  margin: 0 20px 0 0;
  visibility: visible;
  position: initial;
  top: initial; }


.form-btn {
  position: relative;
  float: right;
  padding: 0 30px;
  height: 35px;
  border: 0 none;
  background-color: #0155a6;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.form-btn:hover {
  background-color: #3583ce; }
.form-btn:active {
  top: 2px; }
.form-btn span {
  text-transform: uppercase;
  color: #fff;
  font: bold 14px/100% "Open Sans", sans-serif; }
.form-btn--header-form-btn {
  float: none;
  margin: 0 auto;
  display: block; }
.form-btn--link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 300px;
  text-align: center; }

.designers-form__content input::-webkit-input-placeholder{
  color: #9c9c9c !important;
}
.designers-form__content input:-moz-placeholder{
  color: #9c9c9c !important;
}
.button-login-select-programm{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.button-login-select-programm span:first-child{
  font-weight: normal;
  text-transform: none;
  font-size: 13px;
  margin-bottom: 8px;
}
.link-select-programm{
  height: 50px;
}
.designers__tab-item div h5{
  margin-left: 14px;
}
.tab-program__font{
  padding: 7px 15px 40px;
  font-size: 17px;
}
.button-login-select-programm__container{
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: center;
  align-items: center;
}
.button-login-select-programm__container div:first-child{
  display: flex;
  flex: 1 1 auto;
}
.clear {
  clear: both; }

.designers-form .iti__country-list li:before {
  display: none;
}
/* End */
/* /local/templates/.default/components/bitrix/form/designers/bitrix/form.result.new/.default/style.css?177129356115966 */
