.show-source {
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  padding: 10px 15px;
}
.section {
    font-size: 13px;
    line-height: normal;
}
.section-layout {
    padding: 70px;
}
.section-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.section-row > .field {
    width: 49%;
    margin-bottom: 20px;
}

.section-row__fluid > .field {
  width: 100%;
  margin-bottom: 20px;
}
@media(max-width: 567px) {
    .section-row {
        display: flex;
    }
    .section-row > .field {
        width: 100%;
    }
}
.section-layout--bg {
    background-color: #f8f4ef;
}
.section-title {
    font-weight: 900;
    color: #474243;
    margin-bottom: 40px;
}
.field-title {
    color: #aaaaaa;
    margin-bottom: 21px;
}
.field-label {
    color: #646464;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}
.field-label--checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.field-label--align-center {
  align-items: center;
}
.field-label + .field-error {
    margin-top: 7px;
}
.red-star {
    margin-left: 3px;
    color: #f26a36;
}
.red-star--big {
  font-size: 20px;
}
.field-label__text {
    margin-left: 7px;
	font-size: 15px;
}
.field-label__text--date {
    font-size: 13px;
    margin-left: 0;
}

.partnership-ideas .fluid-field input[type="text"],
.field .field-label .field-label__input, .field .field-label .field-label__textarea, .field .field-label .field-label__select {
    box-sizing: border-box!important;
    width: 100%;
    margin-top: 4px;
    border: solid 1px #e5e5e5;
    border-radius: 3px;
    padding: 14px 15px 11px;
    font-size: 15px;
    transition: all .3s;
    height: auto;
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.04);
    height: auto;
    max-height: none;
}
/*стили для одного блока на странице /cooperation импортанты прописал тк стили лежат в трех файлах,и разом не переопределишь в одном месте*/
.partnership-ideas .countrycode-label{
    margin: initial!important;
    width: 44px!important;
    border-left: none!important;
    border-right: none!important;
    pointer-events: none;
}
.partnership-ideas .user-phone{
   width: 63% !important;
}
.feedback-form .field .field-label .field-label__input, .feedback-form .field .field-label .field-label__textarea, .feedback-form .field .field-label .field-label__select {
    margin-top: 0px;
}

.partnership-ideas .fluid-field input[type="text"],
.field .field-label .field-label__input, .field .field-label .field-label__select {
  max-height: 40px;
}

.fluid-field--phone-with-code > input {
  color: inherit;
  padding: 0;
  width: auto;
  margin-top: 0;
}
.fluid-field--phone-with-code > .countryCodeWidget {
  width: auto;
}

.field .fluid-field--phone-with-code input, .field textarea, .field select {
  box-sizing: border-box!important;
  width: 100%;
  border: solid 1px #e5e5e5;
  border-radius: 3px;
  padding: 11px 15px 10px;
  font-size: 15px;
  line-height: 18px;
  transition: all .3s;
  height: auto;
  max-height: 40px;
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.04);
}

.field select {
  background: #fff;
}

.field .fluid-field--phone-with-code input, .field textarea {
  color: #cccccc;
}

.field textarea {
  max-height: none;
}

@media (max-width: 576px) {
  .field .fluid-field--phone-with-code input, .field textarea, .field select {
    padding: 14px 5px 11px;
  }
}

.fluid-field--phone-with-code input {
  margin-top: 0;
}

.field-label__input:hover,.field-label__input:focus, .field-label__textarea:hover, .field-label__textarea:focus {
    border-color: #f26a36;
    color: #474243;
}

.field-label__input:read-only, .field-label__input:disabled, .field-label__textarea:read-only, .field-label__textarea:disabled {
    border-color: #e5e5e5;
    cursor: default;
    color: #cccccc;
}

.field-label__textarea {
    resize: none;
    max-height: none;
}
.field-error {
    width: 100%;
    color: #f26a36;
}
.field-error__item + .field-error__item {
    margin-top: 5px;
}

.field-label--checkbox {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.field-label__checkbox {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: relative;
	display: inline-block;
	height: 18px;
	min-width: 18px;
	background-color: #fff;
	border: solid 1px #e5e5e5;
	border-radius: 2px;
}
.checkmark--radio-button {
	border-radius: 50%;
}

.field-label--checkbox:hover .checkmark .icon--checkbox {
	fill: #f26a36;
}
.field-label__checkbox[disabled] ~ .field-label__text {
	color: #cccccc;
}
.icon--checkbox {
	position: absolute;
	display: none;
	width: 12px;
	height: 9px;
	transform: translate(25%, 50%);
	fill: #ccc;
	transition:all .3s;
}
.icon--radio-button {
	transform: translate(39%, 43%);
	width: 12px;
	height: 10px;
}
.field-label__checkbox:checked + .checkmark .icon  {
  display: block;
  top: 0;
}
.field-label + .field_container-data {
    margin: 0;
}
.field-container-data, .tt-dataset {
    background-color: #fff;
    border-top: 0px;
}
.field-container-data__item, .tt-suggestion {
    height: auto;
    vertical-align: center;
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #474243;
    font-size: 15px;
}
.field-container-data__item--error {
    font-size: 13px;
    color: #f26a36;
}
.field-container-data__item:hover, .tt-suggestion:hover {
    background-color: #f4f4f4;
    cursor: pointer;
}
.field-label__input--search {
    border-bottom: 0px;
}

.field-label__input:hover,.field-label__input:focus, .field-label__textarea:hover, .field-label__textarea:focus {
    border-color: #e5e5e5;
    border-bottom-right-radius: none;
    border-bottom-left-radius: none;
}

.preloader,
.preloader:after {
    border-radius: 50%;
    width: 33px;
    height: 33px;
}
.preloader {
    display: none;
    margin: 0 auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 4px solid rgba(229, 229, 229, 0.2);
    border-right: 4px solid rgba(229, 229, 229, 0.2);
    border-bottom: 4px solid rgba(229, 229, 229, 0.2);
    border-left: 4px solid rgba(153, 153, 153, 0.2);;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.tt-menu {
    width: 100%;
    bottom: 0;
}
.twitter-typeahead {
    display: block;
}


/* календарь */
.field-label__input--date {
    background-image: url(../img/svg/icons/calendar-lite.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-size: 42px 23px !important;
}
.field-label__input--date:hover, .field-label__input--date:focus  {
    background-image: url(../img/svg/icons/calendar.svg);
}
.field-label__input--date:read-only, .field-label__input--date:disabled {
    background-image: url(../img/svg/icons/calendar-lite.svg);
}
.field-label--date {
    display: flex;
    flex-direction: column;
    width: 150px;
}










    /* CI Form common styles
    ************************/
    .ci-form__container {
    background: #f8f4ef;
    position: relative;
    border-radius: 5px;
    padding: 25px;
    }
    .ci-form__file__area {
    display: flex;
    border-radius: 2px;
    border: dashed 1px #cccccc;
    padding: 18px 25px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    }


    .ci-form__file__area__icon {
    width: 45px;
    margin-right: 30px;
    flex-shrink: 0;
    }
    .ci-form__file__area__icon img {
    width: 100%;
    }

    .ci-form__file__area__title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 0.9;
    }
    .ci-form__file__area__title label {
    display: inline-block;
    border-bottom: 1px solid;
    line-height: normal;
    }
    .ci-form__file__area__subtitle {
    font-size: 13px;
    }
    .ci-form__file__area input {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    }
    .ci-form__file__name{
    display: none;
    }

    .add-comment-files > button {
    width: 72px;
    height: 72px;
    border-radius: 5px;
    border: solid 1px #cccccc;
    position: relative;
    margin-bottom: 20px;
    margin-right: 10px;
    }

    .add-comment-files > button.file-uploading {
    background-color: #fff;
    background-image: url('/img/svg/catalog/upload-file-loader.svg');
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
    }

    .add-comment-files > button.file-uploaded {
    cursor: pointer;
    }
    .add-comment-files > button.file-uploaded:before {
    content: "";
    display: block;
    position: absolute;
    background-image: url('/img/svg/catalog/close.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    }
    .add-comment-files > button.file-uploaded img {
    vertical-align: top;
    width: 100%;
    height: 100%;
    }
    .ci-form__subtitle {
    margin-bottom: 1em;
    }
    label.error {
    color: #f2571d;
    font-size: 13px;
    display: block;
    margin: 8px 0 -10px;
    }
    .form-captcha-input + label.error {
    margin: 0 15px;
    }
    .add-comment-files .fluid-field .valid,
    .add-comment-files .field .valid {
      display: none;
      position: relative;
      top: initial;
      right: initial;
    }
    .lk-profile__row.lk-profile__mobile .valid-good .valid img {
        position: absolute;
        right: -15px;
        top: 9px;
    }
  .ci-form__success {
    color: #939c3e;
    display: none;
  }
  .ci-form__factor {
    padding: 23px 0 26px;
  }
  .ci-form__factor:not(:last-child) {
    border-bottom: 1px solid #ede7e0;
  }
  .ci-form__factor__name {
    margin-bottom: 27px;
    font-weight: bold;
  }
  .ci-form__factor-value {
    display: flex;
    position: relative;
    width: 208px;
  }
  .ci-form__factor-value:before {
    content: "";
    display: block;
    position: absolute;
    height: 5px;
    width: calc(100% - 16px);
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #97bbb3;
  }
  .ci-form__factor-value__mark {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #97bbb3;
    border: solid 1px #f8f4ef;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-sizing: border-box;
    padding-top: 1px;
    padding-left: 1px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .ci-form__factor-value__mark:not(:last-child) {
    margin-right: 32px;
  }
  .ci-form__factor-value__mark span {
    font-size: 10px;
    color: #fff;
    font-weight: 400;
  }
  .ci-form__factor-value__mark:hover,
  .ci-form__factor-value__mark.ci-form__factor-value__mark--selected {
    transform: scale(2);
    background-color: #ffbb00;
    padding-left: 0;
  }
  .ci-form__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 12px;
    height: 12px;
    background: url(/img/svg/catalog/close.svg) center no-repeat;
    background-size: contain;
    opacity: 0.4;
    cursor: pointer;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .ci-form__close:hover {
    opacity: 0.6;
  }
  .add-comment-block.main {
    padding: 10px 10px 5px;
    border-radius: 5px;
    box-shadow: none;
  }
  .ci-review-reply-form__container {
    margin-bottom: 15px;
    display: none;
  }
  .add-comment-files button.remove i{
    display: none;
    height: 20px;
    width: 20px;
    color: #aaaaaa;
    transform: translate(125%, 125%) rotate(45deg);
    z-index: 2;
    font-size: 20px;
    font-weight: 100;
    border-radius: 50%;
    background-color: #ffffff;
  }
  .add-comment-files button.remove:hover i{
    display: block;
  }
  .js-uploadedPreview img {
      width: 100%;
      height: 100%;
  }
  .add-comment-files button.remove::after {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(242, 106, 54, 0);
    z-index: 1;
    content: "";
    transition: all .3s;

  }
  .add-comment-files button.remove:hover {
    border-color: #f26a36;
  }
  .add-comment-files button.remove:hover::after {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(242, 106, 54, .3);
    z-index: 1;
    content: "";
  }
  .add-comment-files button.remove {
    overflow: visible;
  }

  .fileErrMsg {
    margin-top: 15px;
  }
  .button_title {
    color: #474243;
    font-size: 15px;
    position: absolute;
    width: 80px;
    bottom: -15px;
    transform: translate(-15%, 0%);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .prettyprint {
    margin-top: 20px;
  }

  .fluid-field--phone-with-code {
    display: flex;
    padding: 0;
    margin-bottom: 0;
  }
  .section-row .countryCodeWidget {
    margin-top: 4px;
    margin-right: 15px;
    display: flex;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    max-height: 40px;
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.04);
  }

  @media (max-width: 576px) {
    .section-row .countryCodeWidget {
      margin-right: 5px;
      width: 147px;
    }
  }

  .feedback-form .section-row .countryCodeWidget {
    margin-top: 0px;
  }

  .field .countryCodeWidget .countryCodeSelectorList {
    height: auto;
    width: 100%;
    position: relative;
    margin-right: 0;
    border: 1px solid #e5e5e5;
    position: relative;
    display: none;
    top: 0px;
    left: 0px;
    z-index: 10;
    border-radius: 3px;
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.04);
  }

  .field .countryCodeWidget > input {
    padding: 14px 5px 11px !important;
    margin-left: -2px;
    width: 45px;
    color: inherit;
    position: absolute;
    right: 18px;
    border-right: none;
    border-left: none;
    border-radius: 0;
    z-index: 10;
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.04);
  }

  @media (max-width: 576px) {
    .field .countryCodeWidget > input {
      right: 19px;
    }
  }

  .field input.user-phone {
    margin-top: 4px;
    color: inherit;
  }
  
  .feedback-form .field input.user-phone {
    margin-top: 0px;
  }

  .section-row .countryCodeWidget .selectedFlagCont {
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.04);
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 8px;
    padding-right: 35px;
    background-position: 81% center;
    font-size: 16px;
    background: #fff;
    color: #474243;
    transition: all .3s;
  }
  @media (max-width: 576px) {
    .section-row .countryCodeWidget .selectedFlagCont {
      flex-direction: column-reverse;
      padding: 0;
      padding-right: 19px;
    }
  }
  .section-row .countryCodeWidget .countryCodeSelectorListDropdown .country-item,
  .section-row .countryCodeWidget .countryCodeSelectorListDropdown .country-item:hover {
    padding: 8px 8px;
    border: none;
  }
  .section-row .countryCodeWidget .countryCodeSelectorListDropdown .country-item:not(.selected):hover {
    background-color: #f1f1f1 !important;
  }
  .section-row .countryCodeWidget .countryCodeSelectorListDropdown .country-item:first-child {
    padding: 10px 8px;
    margin: 4px 0;
  }
  .section-row .countryCodeWidget .separator {
    margin: 0;
  }
  .section-row .countryCodeWidget .selectedFlagCont img {
    vertical-align: top;
    margin-right: 28px;
  }
  @media (max-width: 576px) {
    .section-row .countryCodeWidget .selectedFlagCont img {
      margin-right: 50px;
    }
  }
  .section-row .countryCodeWidget .selectedFlagCont:after {
    content: "";
    width: 8px;
    height: 100%;
    background: url(/img/svg/order/arrow-point-to-down.svg) center no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    right: 6px;
    bottom: 0;
  }
  .section-row .countryCodeWidget.countryCodeWidget .selectedFlagCont .country-symb-code {
    display: none;
  }
  .field.section-row .fluid-field {
    width: 100%;
  }
  .field > .section-row .fluid-field {
    width: 100%;
  }
  .form-row .field + .field {
    margin-top: 20px;
  }
  #addressDetailFields .field {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  #addressDetailFields .field .field-label {
    width: 100%;
  }
  .section-row .field span {
    margin-bottom: 0;
  }

  #persSubsEdit .bottom-row p {
    margin-bottom: 20px;
  }

  .countryCodeWidget:hover .countrycode-label, .countryCodeWidget:hover .selectedFlagCont {
    background-color: #ddd;
    cursor: pointer;
  }
  .vacancy-item .typical-form input[type="text"], .vacancy-item .typical-form textarea {
    padding: 14px 15px 11px;
  }

  .lk-profile__row .field {
    margin-bottom: 0;
  }
  .lk-profile__row .field span {
    margin-bottom: 0;
  }

  .reg-form .section-row > .field {
    margin-bottom: 0;
  }

  .reg-form .form-row .field + .field {
    margin-top: 0;
  }
  .partnership-ideas .form-row {
    padding-bottom: 20px;
  }
  .whSalePrc .form-row {
    padding-bottom: 20px;
  }
  .block-filter-selects .typical-select {
    margin-bottom: 20px;
  }
  .filter-reset {
    margin-top: 20px;
  }

  .grunge-block.order-form-block input[type="text"], .grunge-block.order-form-block input[type="search"] {
    padding: 14px 15px 11px;
  }

  .feedback-form .label {
    color: #646464;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
  }

  .lk-profile__row .section-row {
    margin-top: 3px;
  }