

/* Start:/local/templates/dresscodeV2/components/bitrix/catalog/restaurant_project_new/style.css?174941152921271*/
.limiter #breadcrumbs {
  max-width: 1248px;
}

p:last-of-type {
  margin-bottom: 0;
}

.solutionShow {
  font-family: "robotoregular";
  text-decoration: none;
  border: 1px solid #E7E8EA;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 28px;
  line-height: 40px;
  color: #000;
  transition: .2s ease;
  font-size: 14px;
}

.solutionShow:hover {
  color: #fff;
  background-color: #F51E2B;
  transition: 0s ease;
  border-color: #F51E2B;
}

.solutionShow:active {
  position: relative;
  top: 1px;
}

.solutions_link {
  text-align: center;
}

.solutions_link a {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 9px 20px 11px 20px;
  box-sizing: border-box;
  border: 1px solid red;
  display: inline-block;
  border: 1px solid #F51E2B;
  border-radius: 4px;
  text-decoration: none;
  color: #000;
  transition-duration: .2s;
  transition-timing-function: ease;
  transition-property: color, background-color;
}

.solutions_link a:active {
  top: 1px;
}

.solutions_link a:hover {
  background-color: #F51E2B;
  color: #fff;
  transition-duration: 0s;
}

._gray {
  background: #F9F9F9;
}

._red {
  color: #F51E2B;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.section_heading {
  height: 461px;
  display: flex;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: center;
}

.section_heading h1 {
  font-size: 30px;
  line-height: 40px;
  margin-top: 121px;
  margin-bottom: 10px;
}

.projtcting_stages {
  margin-top: 50px;
}

.projtcting_stages .heading {
  display: block;
  font-size: 21px;
  line-height: 26px;
  font-family: 'robotobold';
  margin-bottom: 16px;
}

.projtcting_stages .stages {

}

.projtcting_stages .stages > ol {
  counter-reset: number;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.projtcting_stages .stages > ol > li {
  padding: 20px 40px 25px 23px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.projtcting_stages .stages > ol > li:nth-child(odd) {
  background-color: #F9F9F9;
}

.projtcting_stages .stages > ol > li:first-child {
  border-top: 5px solid #F51E2B;
}

.projtcting_stages .stages > ol > li:last-child {
  background-color: #F51E2B;
  padding: 20px 30px 30px 25px;
}

.projtcting_stages .stages > ol > li:last-child p {
  color: #fff;
  font-family: 'robotobold';
  font-size: 18px;
  line-height: 21px;
}

.projtcting_stages .stages > ol > li:last-child .left .heading,
.projtcting_stages .stages > ol > li:last-child .left .heading::before {
  color: #fff;
}

.projtcting_stages .stages > ol > li .left {
  width: 370px;
  margin-right: 45px;
}

.projtcting_stages .stages > ol > li .right {
  width: calc(100% - 415px);
}

.projtcting_stages .stages > ol > li .left > .heading {
  display: flex;
  font-family: 'robotobold';
  font-size: 18px;
}

.projtcting_stages .stages > ol > li .left > .heading::before {
  counter-increment: number;
  content: counter(number)"\a0";
  font-size: 50px;
  color: #F51E2B;
}

ul.red_dot,
.projtcting_stages .stages > ol > li .right > ul {
  list-style: none;
  padding: 0px;
  margin-left: 33px;
  margin-top: 1em;
}

ul.red_dot > li,
.projtcting_stages .stages > ol > li .right > ul > li {
  position: relative;
  line-height: 20px;
  margin-bottom: 6px;
}

ul.red_dot > li::before,
.projtcting_stages .stages > ol > li .right > ul > li::before {
  position: absolute;
  content: '';
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #F51E2B;
  left: -13px;
  top: 8px;
}

.projtcting_stages p:only-of-type {
  margin: 0;
}

.questionnaire_link {
  text-decoration: none;
  line-height: 34px;
  display: block;
  margin-top: 10px;
  position: relative;
}

.questionnaire_link:active {
  top: 1px;
}

.questionnaire_link > span {
  position: relative;
  margin-left: 37px;
  color: #F51E2B;
  border-bottom: 1px solid #F51E2B;
  transition: .2s border-bottom-color ease;
}

.questionnaire_link > span::before {
  position: absolute;
  content: '';
  left: -37px;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
  height: 34px;
  background-image: url('/images/restaurant_project/questionnaire.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.questionnaire_link > span:hover {
  border-bottom-color: transparent;
  transition-duration: 0s;
}

.projecting_notice {
  display: flex;
  align-items: center;
  margin-top: 15px;
  font-family: 'robotobold';
  font-size: 16px;
  line-height: 24px;
}

.projecting_notice img {
  margin-right: 8px;
}

.projecting_notice p {
  margin: 0;
}

.requirements {
  margin-top: 60px;
  padding-top: 50px;
  padding-bottom: 60px;
}

.requirements .wrapper > .heading {
  font-family: 'robotobold';
  font-size: 21px;
  line-height: 26px;
}

.requirements .standards_list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -20px 0 -20px;
}

.requirements .standards_list .item {
  width: calc((100%/3) - 40px);
  margin: 0 20px;
}

.requirements .standards_list .item .heading {
  font-family: 'robotobold';
  font-size: 16px;
  line-height: 20px;
}

.requirements .standards_list .item p {
  margin-top: 5px;
  margin-bottom: 0px;
}

.how_we_work {

}

.how_we_work .wrapper > .heading {
  font-family: 'robotobold';
  font-size: 21px;
  line-height: 26px;
  display: inline-block;
  margin-top: 50px;
}

.examples{

}

.solution_examples {
  background: #fff;
  border: 2px solid #E7E8EA;
  padding: 27px 40px 40px 40px;
  margin-top: 30px;
}

.solution_examples .complex_solutions_content .sliderWrap {
  margin-bottom: 30px;
}

.solution_examples > p {
  margin: 0 0 20px 0;
}

.solution_examples > .heading {
  font-size: 21px;
  line-height: 26px;
  font-family: 'robotobold';
  margin-bottom: 10px;
  display: inline-block;
}

.projecting_form {
  margin-top: 50px;
}

.projecting_form .notice {
  margin: 0 auto;
  max-width: 765px;
  text-align: center;
}

.projecting_form .notice p {
  font-family: 'robotobold';
  font-size: 18px;
  line-height: 26px;
  margin: 0;
}

.projecting_form .webFormDw {
  margin-top: 50px;
}

.solutionList {
  /* margin-bottom: 30px; */
}

.solutionList .solutionItems {

}

.solutionList .solutionItems .solutionItem {
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 16px;
}

.solutionList .solutionItems .solutionItem:not(.heding) {
  padding: 21px 0px 25px 0px;
  box-sizing: border-box;
  border-bottom: 1px solid #E7E8EA;
}

.solutionList .solutionItems .solutionItem .item {
  display: table-cell;
  vertical-align: middle;
}

.solutionList .solutionItems .solutionItem .name {
  width: 34%;
}

.solutionList .solutionItems .solutionItem .name .element a {
  text-decoration: none;
  color: unset;
  transition: color .2s ease;
}

.solutionList .solutionItems .solutionItem .name .element a:hover {
  color: #ff232b;
  transition: color 0s ease;
}

.solutionList .solutionItems .solutionItem .name .group {
  font-size: 14px;
  color: #888;
}

.solutionList .solutionItems .solutionItem .area {
  width: 29%;
}

.solutionList .solutionItems .solutionItem:not(.heding) .price {
  font-family: 'robotobold';
  white-space: nowrap;
}

.solutionList .solutionItems .solutionItem .show {
  width: 130px;
}

.solutionList .solutionItems .solutionItem.heding {
  color: #888;
  line-height: 20px;
  font-size: 14px;
}

.solutionHeading {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.solutionHeading a {
  text-decoration: none;
  color: unset;
  display: flex;
  align-items: center;
}

.solutionHeading a .heading {
  transition: color .2s ease;
}

.solutionHeading a .heading:hover {
  color: #ff232b;
  transition: color 0s ease;
}

.solutionHeading .icon {
  height: 28px;
  width: 28px;
  margin-right: 5px;
}

.solutionHeading .icon img {
  max-width: 100%;
}

.solutionHeading .heading {
  font-family: 'robotobold';
  font-size: 21px;
}

.institutions {
  margin-top: 60px;
}

.institutions .heading {
  font-family: 'robotobold';
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 10px;
  display: block;
}

.institutions .institutions_list {
  display: flex;
  flex-wrap: wrap;
}

.institutions .institutions_list .item {
  padding-right: 100px;
  padding-bottom: 20px;
  text-transform: lowercase;
}

.institutions .institutions_list .item a {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.institutions .institutions_list .item img {
  margin-right: 8px;
  max-width: 40px;
}

.institutions .institutions_list .item span {
  font-size: 16px;
  line-height: 20px;
}

.technological_design {
  margin-top: 30px;
}

.technological_design .heading {
  font-family: 'robotobold';
  font-size: 21px;
  line-height: 26px;
  display: block;
  margin-bottom: 10px;
}

.tech_design_benefits {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -19px 0 -19px;
}

.tech_design_benefits .item {
  width: calc(20% - 38px);
  margin: 0 19px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  align-items: center;
}

.tech_design_benefits .item .image {
  width: 86px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tech_design_benefits .item .image img {
  max-width: 100%;
}

.tech_design_benefits .item .text {
  font-size: 14px;
  line-height: 20px;
}

.image_notice_block {
  border: 2px solid #E7E8EA;
  box-sizing: border-box;
  padding: 25px 50px;
  display: flex;
  margin-top: 30px;
  background-color: #fff;
}

.image_notice_block img {
  margin-right: 46px;
}

.image_notice_block .text {
  font-size: 16px;
  line-height: 24px;
}

.image_notice_block .text p:first-child,
.image_notice_block .text p:last-child {
  margin: 0;
}

.area_heading .description {
  display: flex;
  align-items: center;
}

.area_heading .description img {
  margin-right: 50px;
  /* max-width: 100%;
  width: 260px; */
}

.area_heading .description h1 {
  font-size: 30px;
  line-height: 40px;
  margin: 0;
}

.area_heading .description p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
}

.current_area_example {
  margin-top: 30px;
}

.current_area_example .solutions_link {
  margin-top: 20px;
}

.concept {
  margin-top: 50px;
  padding: 50px 0 60px 0;
}

.concept ol {
  padding-left: 33px;
}

.concept ol li {
  margin-bottom: 6px;
}

.concept .wrapper > .heading {
  font-size: 24px;
  line-height: 36px;
  display: inline-block;
  margin-bottom: 10px;
}

.concept .block > .heading {
  font-family: 'robotobold';
  font-size: 21px;
  line-height: 26px;
  display: block;
  margin-bottom: 10px;
}

.concept .block .sub_heading {
  font-family: 'robotobold';
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
}

.blocks {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.blocks .block {
  margin: 0 20px;
}

.blocks._two .block {
  width: calc(50% - 40px);
}


@media (min-width: 1242px) {
  .institutions .institutions_list .item:nth-child(5n+1) {
    width: 129px;
  }
  .institutions .institutions_list .item:nth-child(5n+2) {
    width: 87px;
  }
  .institutions .institutions_list .item:nth-child(5n+3) {
    width: 120px;
  }
  .institutions .institutions_list .item:nth-child(5n+4) {
    width: 136px;
  }
  .institutions .institutions_list .item:nth-child(5n+5) {
    width: 222px;
  }
}

@media (max-width: 1241px) {
  .institutions .institutions_list{
    justify-content: space-between;
  }
}

@media (min-width: 768px) and (max-width: 768px) {
  .institutions .institutions_list .item:nth-child(3n+1) {
    width: 129px;
  }
  .institutions .institutions_list .item:nth-child(3n+2) {
    width: 120px;
  }
  .institutions .institutions_list .item:nth-child(3n+3) {
    width: 222px;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .tech_design_benefits {
    margin-top: 12px;
    margin-bottom: -20px;
  }
  .tech_design_benefits {
    justify-content: center;
  }
  .tech_design_benefits .item {
    width: calc((100%/3) - 38px);
    margin-bottom: 20px;
  }
  .image_notice_block {
    padding: 25px 30px;
  }
  .image_notice_block img {
    margin-right: 30px;
  }
  .projtcting_stages {
    margin-top: 40px;
  }
  .projtcting_stages .stages > ol > li .left {
    width: 245px;
    margin-right: 50px;
  }
  .projtcting_stages .stages > ol > li .right {
    width: calc(100% - 295px);
  }
  .requirements {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .requirements .standards_list .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .requirements .standards_list .item:last-child {
    margin-bottom: 0;
  }
  .how_we_work .wrapper > .heading {
    margin-top: 40px;
  }
  .solution_examples {
    padding: 25px 25px 40px 25px;
  }
  .solution_examples > p {
    margin: 0 15px 20px 0;
  }
  .section_heading {
    height: 444px;
    background-repeat: no-repeat;
    background-size: 2054px 493px;
  }
  .section_heading h1 {
    margin-top: 62px;
  }
  .institutions {
    margin-top: 40px;
  }
  .concept {
    margin-top: 40px;
    padding: 40px 0 50px 0;
  }
}

@media (max-width: 700px) {
  .wrapper {
    padding: 0 12px;
  }
  .blocks {
    margin: 0 -10px;
  }
  .blocks .block {
    margin: 0 10px;
  }
  .blocks._two .block {
    width: calc(50% - 20px);
  }
  .tech_design_benefits {
    margin: 20px -10px 0 -10px;
  }
  .tech_design_benefits .item {
    width: calc((100%/3) - 20px);
    margin: 0 10px;
  }
  .requirements .standards_list {
    margin: 20px -10px 0 -10px;
  }
}

@media (max-width: 600px) {
  .projtcting_stages .stages > ol > li{
    flex-direction: column;
    padding: 0px 14px;
  }
  .projtcting_stages .stages > ol > li:last-child {
    padding: 20px 15px 25px 15px;
  }
  .projtcting_stages .stages > ol > li .left {
    padding: 24px 0px 25px 0px;
  }
  .projtcting_stages .stages > ol > li .left.active span {

  }
  .projtcting_stages .stages > ol > li .left .arrow {
    height: 6px;
    width: 10px;
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-50%);
  }
  .projtcting_stages .stages > ol > li .left .arrow span {}
  .projtcting_stages .stages > ol > li .left .arrow span {
    position: absolute;
    height: 1px;
    top: 3px;
    width: 7px;
    background-color: red;
  }
  .projtcting_stages .stages > ol > li .left .arrow span:first-child {
    left: 0px;
    transform: rotate(-45deg);
    transform-origin: left;
  }
  .projtcting_stages .stages > ol > li .left .arrow span:last-child {
    right: 0px;
    transform: rotate(45deg);
    transform-origin: right;
  }
  .projtcting_stages .stages > ol > li .left.active .arrow span:first-child {
    transform: rotate(45deg);
    animation: toggleArrowLeft_down .2s ease-out;
  }
  .projtcting_stages .stages > ol > li .left.active .arrow span:last-child {
    transform: rotate(-45deg);
    animation: toggleArrowRight_down .2s ease-out;
  }
  .projtcting_stages .stages > ol > li .left .arrow span:first-child {
    animation: toggleArrowLeft_up .2s ease-out;
  }
  .projtcting_stages .stages > ol > li .left .arrow span:last-child {
    animation: toggleArrowRight_up .2s ease-out;
  }
  .projtcting_stages .stages > ol > li .right > ul {
    padding: 10px 0px 25px 20px;
  }
  .projtcting_stages .stages > ol > li .right {
    transition: height .2s ease;
    overflow: hidden;
  }
  .projtcting_stages .stages > ol > li .left,
  .projtcting_stages .stages > ol > li .right {
    width: 100%;
    position: relative;
  }
  .projtcting_stages .stages > ol > li .right.mobileHidden {
    height: 0px;
  }
  .solutionList .solutionItems .solutionItem .name .group,
  .solutionList .solutionItems .solutionItem.heding{
    display: none;
  }
  .solutionList .solutionItems .solutionItem {
    display: flex;
    flex-direction: column;
  }
  .solutionList .solutionItems .solutionItem .name {
    margin-bottom: 8px;
  }
  .solutionList .solutionItems .solutionItem .area,
  .solutionList .solutionItems .solutionItem .price {
    font-size: 14px;
    position: relative;
    width: 100%;
    display: flex;
  }
  .solutionList .solutionItems .solutionItem .area::before {
    content: 'Рекомендуемая площадь';
  }
  .solutionList .solutionItems .solutionItem .area::before,
  .solutionList .solutionItems .solutionItem .price::before  {
    /* flex-basis: 215px; */
    color: #888;
  }
  .solutionList .solutionItems .solutionItem .price {
    font-family: "roboto_ltregular" !important;
  }
  .solutionList .solutionItems .solutionItem .price::before {
    content: 'Базовая цена';
  }
  .solutionList .solutionItems .solutionItem .area {
    margin-bottom: 8px;
  }
  .section_heading {
    background-image: none !important;
    height: auto;
  }
  .section_heading h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .institutions {
    margin-top: 20px;
  }
  .institutions .institutions_list {
    justify-content: space-between;
  }
  .institutions .institutions_list .item {
    padding: 0;
    margin-bottom: 20px;
    width: calc(50% - 20px);
  }
  .institutions .institutions_list .item span {
    font-size: 14px;
    line-height: 16px;
  }
  .technological_design {
    margin-top: 10px;
  }
  .tech_design_benefits .item {
    width: 100%;
    margin: 0 10px 20px 10px;
    flex-direction: row;
  }
  .tech_design_benefits .item .image {
    width: 60px;
    margin-right: 10px;
  }
  .tech_design_benefits .item .text {
    width: calc(100% - 70px);
    text-align: left;
  }
  .tech_design_benefits {
    margin: 20px -10px 0 -10px;
  }
  .image_notice_block {
    padding: 15px 15px 20px 15px;
    flex-direction: column;
  }
  .image_notice_block img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .image_notice_block .text {
    font-size: 14px;
    line-height: 20px;
  }
  .projtcting_stages {
    margin-top: 30px;
  }
  .projtcting_stages .stages > ol > li .left {
    margin-right: 0;
  }
  .projtcting_stages .stages > ol > li .left > .heading {
    margin-bottom: 0;
  }
  .projtcting_stages .stages > ol > li:first-child .left > .heading::before {
    margin-top: 0;
  }
  .projtcting_stages .stages > ol > li .left > .heading::before {
    margin-top: 8px;
  }
  .requirements {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .how_we_work .wrapper > .heading {
    margin-top: 30px;
  }
  .solutionList .solutionItems .solutionItem .name {
    width: 100%;
  }
  .solutionList .solutionItems .solutionItem .show {
    display: none;
  }
  .solutionList .solutionItems .solutionItem .name .element a {
    color: #F51E2B;
  }
  .solutionList .solutionItems .solutionItem .area::before,
  .solutionList .solutionItems .solutionItem .price::before {
    flex-grow: 1;
  }
  .solution_examples > p {
    margin-right: 0;
  }
  .solution_examples {
    padding: 20px 12px 30px 12px;
  }
  .solution_examples .complex_solutions_content .sliderWrap {
    margin-bottom: 20px;
  }
  .projecting_form {
    margin-top: 30px;
  }
  .webFormDw.decoration {
    margin-top: 30px;
  }
  .projecting_form .notice p {
    font-size: 16px;
  }
  .webFormItemsWrap .webFormItem {
    width: calc(100% - 12px) !important;
  }
  .projecting_notice {
    flex-direction: column;
    text-align: center;
    margin-bottom: 25px;
  }
  .projecting_notice img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .projtcting_stages .stages > ol > li .right > ul {
    margin-left: 0;
  }
  .projtcting_stages p:only-of-type {
    margin-bottom: 25px;
  }
  .requirements .standards_list {
    margin: 20px -10px 0 -10px;
  }
  .requirements .standards_list .item  {
    margin: 0 10px 20px 10px;
  }
  .projtcting_stages .stages > ol > li:last-child p {
    margin: 0;
  }
  .projtcting_stages .stages > ol > li .right .questionnaire_link {
    margin-bottom: 25px;
  }
  .area_heading .description {
    flex-direction: column;
  }
  .area_heading .description img {
    margin: 0 auto 20px auto;
  }
  .area_heading .description h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .concept {
    margin-top: 30px;
    padding: 30px 0 40px 0;
  }
  .concept .block .sub_heading {
    margin-top: 10px;
  }
  .blocks._two .block {
    width: calc(100% - 20px);
  }
}


/* @media (max-width: 360px) {
  .solutionList .solutionItems .solutionItem .area::before,
  .solutionList .solutionItems .solutionItem .price::before {
    flex-basis: 200px;
  }
}

@media (max-width: 340px) {
  .solutionList .solutionItems .solutionItem .area::before,
  .solutionList .solutionItems .solutionItem .price::before {
    flex-basis: 180px;
  }
} */

@keyframes toggleArrowLeft_down {
  0% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(0deg);
    width: 5px;
  }
  100% {
    transform: rotate(45deg);
  }
}

@keyframes toggleArrowRight_down {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(0deg);
    width: 5px;
  }
  100% {
    transform: rotate(-45deg);
  }
}

@keyframes toggleArrowLeft_up {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(0deg);
    width: 5px;
  }
  100% {
    transform: rotate(-45deg);
  }
}

@keyframes toggleArrowRight_up {
  0% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(0deg);
    width: 5px;
  }
  100% {
    transform: rotate(45deg);
  }
}

/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/system.pagenavigation/.default/style.css?17546501842724*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}
.show-more-pagination-btn {
	height: 35px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 25px;
	min-width: 113px;
	margin-left: 5px;
	font-size: 15px;
	color: #fff;
	background-color: #ED1C24;
	transition: all .2s ease;
	border-radius: 25px;
	cursor: pointer;
}
.show-more-pagination-btn:hover, .show-more-pagination-btn:focus {
	background-color: #BB151C;
}
.show-more-pagination-btn:active {
	background-color: #A91117;
}
/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/form.result.new/projecting-new/style.css?17494115299579*/
.webFormDw.decoration {
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.24);
	background: url(/images/form_bg_pattern.png) #F9F9F9;
  border-top: 5px solid #F51E2B;
	margin-bottom: 60px;
	padding-bottom: 40px;
}

.webFormDw.decoration .webFormHeading {
	font-size: 21px;
	text-align: center;
}

.webFormDw > .wrap {
	max-width: 860px;
	padding: 0 20px;
	margin: 0 auto;
}

.webFormDw form{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.webFormDw form.loading{
	pointer-events: none;
	opacity: 0.8;
}

.webFormHeading{
	font-family: "robotoMedium";
	font-weight: normal;
	font-size: 16px;
	margin: 0;
}

.webFormDescription{
	margin: 24px 0 0 0;
	max-width: 800px;
}

.webFormItemsWrap {
	margin: 0 -12px;
	display: flex;
	flex-wrap: wrap;
}

.webFormItemsWrap .webFormItem {
	width: calc((100% / 3) - 24px);
	margin: 0 12px;
}

.webFormItem{
	margin-top: 24px;
}

.webFormDw.decoration .webFormItemCaption {
	font-family: "roboto_ltregular";
	margin-bottom: 5px;
	line-height: 20px;
}

.webFormDw.decoration #WEB_FORM_ITEM_MESSAGE input {
	height: 130px;
}

.webFormDw.decoration .webFormItem .webFormItemLabel {
	color: #000;
}

.webFormItemImage{
	vertical-align: middle;
	display: inline-block;
	padding-right: 6px;
}

.webFormItemLabel{
	vertical-align: middle;
	display: inline-block;
	color: #555555;
}

.webFormItemRequired{
	display: inline-block;
	padding-left: 4px;
	color: #ff0000;
}

.webFormItemFieldVariant{
	display: inline-block;
	margin-left: 12px;
}

.webFormItemFieldVariant:first-child{
	margin-left: 0px;
}

.webFormItemField input[type="password"],
.webFormItemField input[type="text"],
.webFormItemField select{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	border: 1px solid #e7e7e7;
	padding-left: 12px;
	line-height: 55px;
	/*max-width: 600px;*/
	max-width: 100%;
	font-size: 14px;
	color: #555555;
	outline: none;
	height: 55px;
	width: 100%;
}

.webFormItemField textarea{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	border: 1px solid #e7e7e7;
	padding-left: 12px;
	line-height: 21px;
	padding-top: 12px;
	/*max-width: 600px;*/
	max-width: 100%;
	font-size: 14px;
	color: #555555;
	height: 200px;
	outline: none;
	width: 100%;
	resize: none;
}

.webFormItemField input[id*="form_date_"]{
	margin-bottom: 6px;
}

.webFormItemField input[type="text"]:focus,
.webFormItemField input[type="password"]:focus,
.webFormItemField textarea:focus{
	border: 1px solid #aaaaaa;
}

.webFormItemField input[type="checkbox"] + label,
.webFormItemField input[type="radio"] + label {
	cursor: pointer;
}

.webFormItemField input[type="checkbox"]:not(checked),
.webFormItemField input[type="radio"]:not(checked) {
  position: absolute;
  opacity: 0;
}

.webFormItemField input[type="checkbox"]:not(checked) + label,
.webFormItemField input[type="radio"]:not(checked) + label {
	position: relative;
	padding-left: 28px;
}

.webFormItemField input[type="checkbox"] + label:before {
	background: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/projecting-new/images/checkBox.png) 0 0 no-repeat transparent;
}

.webFormItemField input[type="radio"] + label:before {
	background: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/projecting-new/images/radio.png) 0 0 no-repeat transparent;
}

.webFormItemField input[type="checkbox"]:not(checked) + label:before,
.webFormItemField input[type="radio"]:not(checked) + label:before {
	position: absolute;
	content: " ";
    height: 17px;
	width: 17px;
	left: 0;
	top: 0px;
}

.webFormItemField input[type="checkbox"]:not(checked) + label:hover:before,
.webFormItemField input[type="radio"]:not(checked) + label:hover:before {
	background-position: 0 -17px;
}

.webFormItemField input[type="checkbox"]:checked + label:before,
.webFormItemField input[type="radio"]:checked + label:before {
	background-position: 0 -34px;
}

.webFormItemField input[type="checkbox"]:checked + label:hover:before,
.webFormItemField input[type="radio"]:checked + label:hover:before {
	background-position: 0 -51px;
}

.webFormItemField input[type="checkbox"]:disabled + label,
.webFormItemField input[type="radio"]:disabled + label {
	cursor: default;
}

.webFormItemField input[type="checkbox"]:disabled + label:before,
.webFormItemField input[type="radio"]:disabled + label:before {
	background-position: 0 -68px !important;
}

.webFormItemField img.calendar-icon {
    vertical-align: middle !important;
    margin: 0 0 0 0px !important;
    border: 0 !important;
}

.webFormItemField [multiple]{
	line-height: 120px;
	height: 120px;
	padding: 12px;
}

.webFormCaptchaPicture{
	margin-top: 13px !important;
}

.webFormCaptchaPicture img{
	vertical-align: middle;
	max-width: 100%;
}

.webFormCaptchaLabel{
	margin-bottom: 12px;
	margin-top: 0px !important;
}

.webFormItemField input.captcha_word{
	max-width: 300px;
}

.webFormDw.decoration .webFormTools {
	margin-top: 57px;
  text-align: center;
}

.webFormDw.decoration .webFormTools input[type="submit"] {
  font-family: "robotoregular";
	font-size: 16px;
	background-color: #F51E2B;
	border: none;
	border-radius: 4px;
}

.webFormTools input[type="submit"],
.webFormTools input[type="reset"]{
	-webkit-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	border: 1px solid #e7e7e7;
	text-align: center;
	line-height: 55px;
	max-width: 200px;
	font-size: 14px;
	cursor: pointer;
	color: #ffffff;
	outline: none;
	height: 55px;
	width: 100%;
	padding: 0;
}

.webFormTools input[type="submit"]:active{
	position: relative;
	top: 1px;
}

.webFormTools input[type="submit"].loading{
	background-image: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/projecting-new/images/loading.gif);
	background-color: #000000 !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	pointer-events: none;
	color: #dddddd;
	opacity: 0.1;
}

.webFormTools input[type="reset"]{
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	color: #000000;
}

.webFormTools input[type="reset"]:hover{
	border: 1px solid #cccccc;
}

.webFormTools input[type="reset"]:active{
	position: relative;
	top: 1px;
}

.webFormTools input:first-child{
	margin-right: 12px;
}

.webFormItemError,
.webFormError{
	font-family: "robotoMedium";
	margin-bottom: 12px;
	font-size: 12px;
	color: #ff0000;
	display: none;
}

.webFormError{
	margin-bottom: 0px;
	margin-top: 24px;
}

.webFormItemError.visible,
.webFormError.visible{
	display: block;
}

.webFormItemField .error{
	border: 1px solid #ff0000 !important;
}

.webFormMessage{
	-webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 0, 0, 0.4);
    line-height: 250px;
    position: fixed;
    overflow: auto;
    display: none;
    z-index: 1000;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.webFormMessageContainer{
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4);
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -225px;
	position: absolute;
	text-align: center;
	margin-top: -125px;
	border-radius: 2px;
	padding: 0px 24px;
	height: 250px;
	width: 450px;
	left: 50%;
	top: 50%;
}

.webFormMessageMiddle{
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

.webFormMessageHeading{
	margin-bottom: 24px;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}

.webFormMessageDescription{
	text-align: center;
}

.webFormMessageExit{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #000000;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	line-height: 40px;
	margin-top: 24px;
	padding: 0 24px;
	color: #ffffff;
	height: 40px;
}

.webFormMessageExit:hover{
	opacity: 0.8;
}

.webFormMessageExit:active{
	position: relative;
	top: 1px;
}

.captchaWrap {
	display: flex;
	justify-content: space-between;
}

.captchaWrap .webFormItem {
	display: flex;
}

.captchaWrap .webFormItem .wrap:first-child {
	margin-right: 20px;
}

.captchaWrap .webFormTools {

}

.captchaWrap .webFormTools input[type="submit"] {
	width: 200px;
}

@media all and (max-width: 650px) {

	.webFormItemField input[id*="form_date_"]{
		margin-bottom: 12px;
	}


	.webFormItemField img.calendar-icon{
		margin-left: 0px !important;
	}

	.webFormTools input[type="submit"],
	.webFormTools input[type="reset"]{
		max-width: 150px;
	}

}

@media all and (max-width: 600px) {
	.captchaWrap {
		flex-direction: column;
	}
	.webFormDw.decoration .webFormTools {
		margin-top: 20px;
	}
}

@media all and (max-width: 475px) {
	.captchaWrap .webFormItem {
		flex-direction: column;
	}
	.captchaWrap .webFormItem .wrap:first-child {
		margin-right: 0px;
	}
	.webFormItemField input.captcha_word {
		max-width: unset !important;
		width: 100% !important;
	}
	.webFormDw.decoration .webFormItemCaption {
		margin-top: 12px !important;
	}
}

@media all and (max-width: 400px) {
	.webFormTools input[type="submit"],
	.webFormTools input[type="reset"]{
		margin-bottom: 24px;
		max-width: 300px;
		display: block;
		width: 100%;
	}
}

/* End */


/* Start:/local/components/dresscode/complex.sultions.examples/templates/.default/style.css?17494115297672*/
.openedArea {
  position: relative;
  background-color: #F9F9F9;
  display: flex;
  flex-direction: column;
  padding-bottom: 45px;
  margin-bottom: 60px;
}

.openedArea::before {
  content: '';
  position: absolute;
  background-color: inherit;
  width: calc((100vw - (100% + 379px)) / 2);
  top: 0;
  bottom: 0;
  transform: translateX(100%);
  right: 0;
}

.openedArea::after {
  content: '';
  position: absolute;
  background-color: inherit;
  width: calc((100vw - (100% - 379px)) / 2);
  top: 0;
  bottom: 0;
  transform: translateX(-100%);
  left: 0;
}

.openedArea > .heading {
  display: block;
  font-family: 'robotobold';
  font-size: 21px;
  margin-bottom: 20px;
  padding-top: 40px;
}

.areaTypeList ul {
  list-style: none;
  padding: 0;
  margin: 0 12px 25px -12px;
  display: flex;
  position: relative;
  z-index: 1;
}

.areaTypeList ul > li {
  padding: 0 12px;
  text-transform: lowercase;
  font-size: 16px;
  line-height: 29px;
  z-index: 2;
  white-space: nowrap;
}

.areaTypeList ul > li > span {
  border-bottom: 1px dashed;
  border-color: #7d7d7d;
  transition: border-color .2s ease;
  cursor: pointer;
}

.areaTypeList ul > li > span:hover {
  border-color: transparent;
  color: #F51E2B;
  transition: border-color 0s ease;
}

.areaTypeList ul > li.active > span {
  border-color: transparent;
  color: #F51E2B;
  font-family: "robotoregular";
}

.areaTypeList ul > li > span:active {
  position: relative;
  top: 1px;
}

.areaTypeList ul > span {
  position: absolute;
  transition: .3s ease;
  transition-property: left, width;
  border: 1px solid #F51E2B;
  border-radius: 60px;
  z-index: 1;
  top: 50%;
  box-sizing: border-box;
  height: 30px;
  transform: translateY(calc(-50% + 1px));
}

.openedArea .sliderHeading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.openedArea .sliderHeading .heading {
  display: block;
  font-family: 'robotobold';
  font-size: 18px;
  line-height: 26px;
}

.openedArea .sliderHeading .controls {
  display: flex;
  align-items: center;
  font-family: "robotoregular";
  line-height: 26px;
  font-size: 18px;
}

.openedArea .sliderHeading .controls .arrow {
  display: flex;
  cursor: pointer;
}

.openedArea .sliderHeading .controls .arrow svg {
  stroke: #888;
  transition: stroke .2s ease;
}

.openedArea .sliderHeading .controls .arrow:hover svg {
  stroke: #F51E2B;
  transition: stroke 0s ease;
}

.openedArea .sliderHeading .controls .arrow svg:active {
  position: relative;
  top: 1px;
}

.openedArea .sliderHeading .controls .arrow.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.openedArea .sliderHeading .controls .prev,
.openedArea .sliderHeading .controls .next {
  display: flex;
  align-items: center;
}

.openedArea .sliderHeading .controls .prev .cnt {
  margin-left: 8px;
}

.openedArea .sliderHeading .controls .next .cnt {
  margin-right: 8px;
}

.openedArea .sliderHeading .controls .next .arrow svg {
  transform: scaleX(-1);
}

.openedArea .sliderHeading .controls .del {
  margin: 0 5px;
}

.openedArea .sliderWrap {
  position: relative;
}

.openedArea .sliderWrap .overlay {
  position: absolute;
  transform: translateZ(0);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
}

.openedArea .sliderWrap .overlay .loader {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  /* background: red; */
  z-index: 10;
  transform: translate(-50%, -50%);
}

.openedArea .sliderWrap .fotorama {
  width: 100%;
}

.openedArea .sliderWrap .fotorama .fotorama__nav-wrap .fotorama__nav {
  text-align: left;
}

.openedArea .sliderWrap .fotorama .fotorama__thumb-border {
  border-color: #000;
}

.overlay .loader svg {
  stroke-dasharray: 298.3;
  stroke-dashoffset: 298.3;
  stroke: red;
  transform: rotate(-90deg);
  animation: stroke 1.2s infinite linear;
}

@keyframes stroke {
  0% {
    stroke-dashoffset: 298.3;
  }
  50% {
    stroke-dashoffset: 0;
    transform: rotate(-270deg);
  }
  50.01% {
    stroke-dashoffset: 596.6;
    transform: rotate(-90deg);
  }
  100% {
    stroke-dashoffset: 298.3;
    transform: rotate(-270deg);
    /* transform: rotate(360deg); */
  }
}

@media (max-width: 1300px) {
  .openedArea::before {
    width: calc((100vw - (100% + 239px)) / 2);
  }
  .openedArea::after {
    width: calc((100vw - (100% - 239px)) / 2);
  }
}

@media (max-width: 1024px) {
  .openedArea::before,
  .openedArea::after {
    width: 24px;
  }
}

@media (max-width: 700px) {
  .openedArea::before,
  .openedArea::after{
    width: 12px;
  }
  .areaTypeList ul {
    margin: 0 12px 25px 1px;
  }
}

@media (max-width: 600px) {
  .areaTypeList {
    position: relative;
    margin-bottom: 15px;
  }
  .areaTypeList .wrap {
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .areaTypeList .wrap::-webkit-scrollbar {
    display: none;
  }
  .areaTypeList ul {
    display: table-cell;
  }
  .areaTypeList ul > li {
    display: table-cell;
    line-height: 32px;
  }
  .areaTypeList.left::before,
  .areaTypeList.right::after {
    position: absolute;
    content: '';
    height: inherit;
    top: 0px;
    bottom: 0;
    width: 50px;
    z-index: 10;
  }
  .areaTypeList.left::before {
    background: linear-gradient(to right, rgba(249,249,249,1) 0%,rgba(229,229,229,0) 100%);
    left: -1px;
  }
  .areaTypeList.right::after {
    background: linear-gradient(to right, rgba(229,229,229,0) 0%,rgba(249,249,249,1) 100%);
    right: -1px;
  }
  .openedArea {
    padding-bottom: 76px;
  }
  .openedArea .sliderWrap .fotorama__nav-wrap {
    position: absolute;
    bottom: 0px;
  }
  .openedArea .sliderWrap .fotorama .fotorama__nav-wrap .fotorama__nav {
    text-align: center;
  }
  .openedArea .sliderWrap .fotorama .fotorama__nav-wrap .fotorama__nav .fotorama__dot{
    top: 6px;
    border: 1px solid #888;
  }
  .openedArea .sliderWrap .fotorama .fotorama__nav-wrap .fotorama__nav .fotorama__nav__frame.fotorama__active .fotorama__dot {
    border: 3px solid #F51E2B;
  }
  .openedArea .sliderWrap .fotorama .fotorama__nav-wrap  .fotorama__nav--dots .fotorama__nav__frame {
    height: 18px;
  }
  .openedArea .sliderHeading .controls {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    justify-content: center;
  }
  .openedArea .sliderHeading .controls .control {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .openedArea .sliderHeading .controls .control .arrow {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .openedArea .sliderHeading .controls .control .arrow::before,
  .openedArea .sliderHeading .controls .control .arrow::after {
    /* width: 140px; */
    position: absolute;
    font-size: 14px;
    line-height: 16px;
    font-family: "roboto_ltregular";
    white-space: pre-wrap;
  }
  .openedArea .sliderHeading .controls .prev .arrow svg {
    margin-left: auto;
  }
  .openedArea .sliderHeading .controls .next .arrow svg {
    margin-right: auto;
  }
  .openedArea .sliderHeading .controls .control.prev .arrow::before {
    content: attr(data-title);
  }
  .openedArea .sliderHeading .controls .control.next .arrow::after {
    content: attr(data-title);
    right: 0;
  }
  .openedArea .sliderHeading .controls .arrow {
    align-items: center;
  }
  .clientsSlider .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
    border: 1px solid #888;
    box-sizing: border-box;
  }
  .clientsSlider .swiper-pagination-bullet-active {
    border: 1px solid #F51E2B;
    background: #F51E2B;
  }
  .clientsSlider.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -6px;
  }
}

/* End */


/* Start:/local/components/dresscode/complex.sultions.example/templates/.default/style.css?17494115295558*/
/* .openedArea {
  position: relative;
  background-color: #F9F9F9;
  display: flex;
  flex-direction: column;
  padding-bottom: 45px;
  margin-bottom: 60px;
}

.openedArea::before {
  content: '';
  position: absolute;
  background-color: inherit;
  width: calc((100vw - (100% + 379px)) / 2);
  top: 0;
  bottom: 0;
  transform: translateX(100%);
  right: 0;
}

.openedArea::after {
  content: '';
  position: absolute;
  background-color: inherit;
  width: calc((100vw - (100% - 379px)) / 2);
  top: 0;
  bottom: 0;
  transform: translateX(-100%);
  left: 0;
}

.openedArea > .heading {
  display: block;
  font-family: 'robotobold';
  font-size: 21px;
  margin-bottom: 20px;
  padding-top: 40px;
} */

.areaTypeList ul {
  list-style: none;
  padding: 0;
  margin: 0 12px 12px -12px;
  display: flex;
  position: relative;
  z-index: 1;
}

.areaTypeList ul > li {
  padding: 0 12px;
  text-transform: lowercase;
  font-size: 16px;
  line-height: 29px;
  z-index: 2;
  white-space: nowrap;
}

.areaTypeList ul > li > span {
  border-bottom: 1px dashed;
  border-color: #7d7d7d;
  transition: border-color .2s ease;
  cursor: pointer;
}

.areaTypeList ul > li > span:hover {
  border-color: transparent;
  color: #F51E2B;
  transition: border-color 0s ease;
}

.areaTypeList ul > li.active > span {
  border-color: transparent;
  color: #F51E2B;
  font-family: "robotoregular";
}

.areaTypeList ul > li > span:active {
  position: relative;
  top: 1px;
}

.areaTypeList ul > span {
  position: absolute;
  transition: .3s ease;
  transition-property: left, width;
  border: 1px solid #F51E2B;
  border-radius: 60px;
  z-index: 1;
  top: 50%;
  box-sizing: border-box;
  height: 30px;
  transform: translateY(calc(-50% + 1px));
}

.openedArea .sliderHeading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.openedArea .sliderHeading .heading {
  display: block;
  font-family: 'robotobold';
  font-size: 18px;
  line-height: 26px;
}

.openedArea .sliderHeading .controls {
  display: flex;
  align-items: center;
  font-family: "robotoregular";
  line-height: 26px;
  font-size: 18px;
}

.openedArea .sliderHeading .controls .arrow {
  display: flex;
  cursor: pointer;
}

.openedArea .sliderHeading .controls .arrow svg {
  stroke: #888;
  transition: stroke .2s ease;
}

.openedArea .sliderHeading .controls .arrow:hover svg {
  stroke: #F51E2B;
  transition: stroke 0s ease;
}

.openedArea .sliderHeading .controls .arrow svg:active {
  position: relative;
  top: 1px;
}

.openedArea .sliderHeading .controls .arrow.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.openedArea .sliderHeading .controls .prev,
.openedArea .sliderHeading .controls .next {
  display: flex;
  align-items: center;
}

.openedArea .sliderHeading .controls .prev .cnt {
  margin-left: 8px;
}

.openedArea .sliderHeading .controls .next .cnt {
  margin-right: 8px;
}

.openedArea .sliderHeading .controls .next .arrow svg {
  transform: scaleX(-1);
}

.openedArea .sliderHeading .controls .del {
  margin: 0 5px;
}

.complex_solutions_content .sliderWrap {
  position: relative;
}

.complex_solutions_content .sliderWrap .overlay {
  position: absolute;
  transform: translateZ(0);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
}

.complex_solutions_content .sliderWrap .overlay .loader {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  /* background: red; */
  z-index: 10;
  transform: translate(-50%, -50%);
}

/* .complex_solutions_content .sliderWrap .fotorama {
  width: 100%;
}

.complex_solutions_content .sliderWrap .fotorama .fotorama__nav-wrap .fotorama__nav {
  text-align: left;
}

.complex_solutions_content .sliderWrap .fotorama .fotorama__thumb-border {
  border-color: #000;
} */

.overlay .loader svg {
  stroke-dasharray: 298.3;
  stroke-dashoffset: 298.3;
  stroke: red;
  transform: rotate(-90deg);
  animation: stroke 1.2s infinite linear;
}

@keyframes stroke {
  0% {
    stroke-dashoffset: 298.3;
  }
  50% {
    stroke-dashoffset: 0;
    transform: rotate(-270deg);
  }
  50.01% {
    stroke-dashoffset: 596.6;
    transform: rotate(-90deg);
  }
  100% {
    stroke-dashoffset: 298.3;
    transform: rotate(-270deg);
    /* transform: rotate(360deg); */
  }
}

@media (max-width: 1300px) {
  .openedArea::before {
    width: calc((100vw - (100% + 239px)) / 2);
  }
  .openedArea::after {
    width: calc((100vw - (100% - 239px)) / 2);
  }
}

@media (max-width: 1024px) {
  .openedArea::before,
  .openedArea::after {
    width: 24px;
  }
}

@media (max-width: 700px) {
  .openedArea::before,
  .openedArea::after{
    width: 12px;
  }
  .areaTypeList ul {
    margin: 0 12px 25px 1px;
  }
}

@media (max-width: 768px) {
  .areaTypeList {
    position: relative;
    margin-bottom: 15px;
  }
  .areaTypeList .wrap {
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .areaTypeList .wrap::-webkit-scrollbar {
    display: none;
  }
  .areaTypeList ul {
    display: table-cell;
  }
  .areaTypeList ul > li {
    display: table-cell;
    line-height: 32px;
  }
  .areaTypeList.left::before,
  .areaTypeList.right::after {
    position: absolute;
    content: '';
    height: inherit;
    top: 0px;
    bottom: 0;
    width: 50px;
    z-index: 10;
  }
  .areaTypeList.left::before {
    background: linear-gradient(to right, rgba(249,249,249,1) 0%,rgba(229,229,229,0) 100%);
    left: -1px;
  }
  .areaTypeList.right::after {
    background: linear-gradient(to right, rgba(229,229,229,0) 0%,rgba(249,249,249,1) 100%);
    right: -1px;
  }
}

/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/catalog.section.list/solutions/style.css?17494115291776*/
.solutionSelect {

}

.solutionSelect .heading {
  background: #F3F3F3;
  border: 1px solid #E7E8EA;
  border-radius: 4px 4px 0px 0px;
  line-height: 46px;
  text-align: center;
  display: block;
  font-family: 'robotobold';
  text-transform: uppercase;
  color: black;
}

.solutionSelect ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.solutionSelect ul li {
  border: 1px solid #E7E8EA;
  border-top: none;
}

.solutionSelect ul li:last-child {
  border-radius: 0px 0px 4px 4px;
}

.solutionSelect ul li.selected a {
  font-family: 'robotobold';
}

.solutionSelect ul li.selected .soltionName {
  color: #ff232b;
}

.solutionSelect ul li a {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 25px;
  text-decoration: none;
  color: unset;
  line-height: 44px;
  transition: color 0s ease;
}

.solutionSelect ul li a:hover .soltionName {
  color: #ff232b;
}

.solutionSelect ul li .soltionName {
  transition: color .2s ease;
}

.solutionSelect ul li .soltionCnt {
  color: #888;
}

.allSolutions .solutionList .solutionHeading {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.allSolutions .solutionList .solutionHeading a {
  text-decoration: none;
  color: unset;
  display: flex;
  align-items: center;
}

.allSolutions .solutionList .solutionHeading a .heading {
  transition: color .2s ease;
}

.allSolutions .solutionList .solutionHeading a .heading:hover {
  color: #ff232b;
  transition: color 0s ease;
}

.allSolutions .solutionList .solutionHeading .icon {
  height: 28px;
  width: 28px;
  margin-right: 5px;
}

.allSolutions .solutionList .solutionHeading .icon img {
  max-width: 100%;
}

.allSolutions .solutionList .solutionHeading .heading {
  font-family: 'robotobold';
  font-size: 21px;
}

/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/form.result.new/projecting-new-popup/style.css?17494115299579*/
.webFormDw.decoration {
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.24);
	background: url(/images/form_bg_pattern.png) #F9F9F9;
  border-top: 5px solid #F51E2B;
	margin-bottom: 60px;
	padding-bottom: 40px;
}

.webFormDw.decoration .webFormHeading {
	font-size: 21px;
	text-align: center;
}

.webFormDw > .wrap {
	max-width: 860px;
	padding: 0 20px;
	margin: 0 auto;
}

.webFormDw form{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.webFormDw form.loading{
	pointer-events: none;
	opacity: 0.8;
}

.webFormHeading{
	font-family: "robotoMedium";
	font-weight: normal;
	font-size: 16px;
	margin: 0;
}

.webFormDescription{
	margin: 24px 0 0 0;
	max-width: 800px;
}

.webFormItemsWrap {
	margin: 0 -12px;
	display: flex;
	flex-wrap: wrap;
}

.webFormItemsWrap .webFormItem {
	width: calc((100% / 3) - 24px);
	margin: 0 12px;
}

.webFormItem{
	margin-top: 24px;
}

.webFormDw.decoration .webFormItemCaption {
	font-family: "roboto_ltregular";
	margin-bottom: 5px;
	line-height: 20px;
}

.webFormDw.decoration #WEB_FORM_ITEM_MESSAGE input {
	height: 130px;
}

.webFormDw.decoration .webFormItem .webFormItemLabel {
	color: #000;
}

.webFormItemImage{
	vertical-align: middle;
	display: inline-block;
	padding-right: 6px;
}

.webFormItemLabel{
	vertical-align: middle;
	display: inline-block;
	color: #555555;
}

.webFormItemRequired{
	display: inline-block;
	padding-left: 4px;
	color: #ff0000;
}

.webFormItemFieldVariant{
	display: inline-block;
	margin-left: 12px;
}

.webFormItemFieldVariant:first-child{
	margin-left: 0px;
}

.webFormItemField input[type="password"],
.webFormItemField input[type="text"],
.webFormItemField select{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	border: 1px solid #e7e7e7;
	padding-left: 12px;
	line-height: 55px;
	/*max-width: 600px;*/
	max-width: 100%;
	font-size: 14px;
	color: #555555;
	outline: none;
	height: 55px;
	width: 100%;
}

.webFormItemField textarea{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	border: 1px solid #e7e7e7;
	padding-left: 12px;
	line-height: 21px;
	padding-top: 12px;
	/*max-width: 600px;*/
	max-width: 100%;
	font-size: 14px;
	color: #555555;
	height: 200px;
	outline: none;
	width: 100%;
	resize: none;
}

.webFormItemField input[id*="form_date_"]{
	margin-bottom: 6px;
}

.webFormItemField input[type="text"]:focus,
.webFormItemField input[type="password"]:focus,
.webFormItemField textarea:focus{
	border: 1px solid #aaaaaa;
}

.webFormItemField input[type="checkbox"] + label,
.webFormItemField input[type="radio"] + label {
	cursor: pointer;
}

.webFormItemField input[type="checkbox"]:not(checked),
.webFormItemField input[type="radio"]:not(checked) {
  position: absolute;
  opacity: 0;
}

.webFormItemField input[type="checkbox"]:not(checked) + label,
.webFormItemField input[type="radio"]:not(checked) + label {
	position: relative;
	padding-left: 28px;
}

.webFormItemField input[type="checkbox"] + label:before {
	background: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/projecting-new-popup/images/checkBox.png) 0 0 no-repeat transparent;
}

.webFormItemField input[type="radio"] + label:before {
	background: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/projecting-new-popup/images/radio.png) 0 0 no-repeat transparent;
}

.webFormItemField input[type="checkbox"]:not(checked) + label:before,
.webFormItemField input[type="radio"]:not(checked) + label:before {
	position: absolute;
	content: " ";
    height: 17px;
	width: 17px;
	left: 0;
	top: 0px;
}

.webFormItemField input[type="checkbox"]:not(checked) + label:hover:before,
.webFormItemField input[type="radio"]:not(checked) + label:hover:before {
	background-position: 0 -17px;
}

.webFormItemField input[type="checkbox"]:checked + label:before,
.webFormItemField input[type="radio"]:checked + label:before {
	background-position: 0 -34px;
}

.webFormItemField input[type="checkbox"]:checked + label:hover:before,
.webFormItemField input[type="radio"]:checked + label:hover:before {
	background-position: 0 -51px;
}

.webFormItemField input[type="checkbox"]:disabled + label,
.webFormItemField input[type="radio"]:disabled + label {
	cursor: default;
}

.webFormItemField input[type="checkbox"]:disabled + label:before,
.webFormItemField input[type="radio"]:disabled + label:before {
	background-position: 0 -68px !important;
}

.webFormItemField img.calendar-icon {
    vertical-align: middle !important;
    margin: 0 0 0 0px !important;
    border: 0 !important;
}

.webFormItemField [multiple]{
	line-height: 120px;
	height: 120px;
	padding: 12px;
}

.webFormCaptchaPicture{
	margin-top: 13px !important;
}

.webFormCaptchaPicture img{
	vertical-align: middle;
	max-width: 100%;
}

.webFormCaptchaLabel{
	margin-bottom: 12px;
	margin-top: 0px !important;
}

.webFormItemField input.captcha_word{
	max-width: 300px;
}

.webFormDw.decoration .webFormTools {
	margin-top: 57px;
  text-align: center;
}

.webFormDw.decoration .webFormTools input[type="submit"] {
  font-family: "robotoregular";
	font-size: 16px;
	background-color: #F51E2B;
	border: none;
	border-radius: 4px;
}

.webFormTools input[type="submit"],
.webFormTools input[type="reset"]{
	-webkit-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	border: 1px solid #e7e7e7;
	text-align: center;
	line-height: 55px;
	max-width: 200px;
	font-size: 14px;
	cursor: pointer;
	color: #ffffff;
	outline: none;
	height: 55px;
	width: 100%;
	padding: 0;
}

.webFormTools input[type="submit"]:active{
	position: relative;
	top: 1px;
}

.webFormTools input[type="submit"].loading{
	background-image: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/projecting-new-popup/images/loading.gif);
	background-color: #000000 !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	pointer-events: none;
	color: #dddddd;
	opacity: 0.1;
}

.webFormTools input[type="reset"]{
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	color: #000000;
}

.webFormTools input[type="reset"]:hover{
	border: 1px solid #cccccc;
}

.webFormTools input[type="reset"]:active{
	position: relative;
	top: 1px;
}

.webFormTools input:first-child{
	margin-right: 12px;
}

.webFormItemError,
.webFormError{
	font-family: "robotoMedium";
	margin-bottom: 12px;
	font-size: 12px;
	color: #ff0000;
	display: none;
}

.webFormError{
	margin-bottom: 0px;
	margin-top: 24px;
}

.webFormItemError.visible,
.webFormError.visible{
	display: block;
}

.webFormItemField .error{
	border: 1px solid #ff0000 !important;
}

.webFormMessage{
	-webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 0, 0, 0.4);
    line-height: 250px;
    position: fixed;
    overflow: auto;
    display: none;
    z-index: 1000;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.webFormMessageContainer{
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4);
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -225px;
	position: absolute;
	text-align: center;
	margin-top: -125px;
	border-radius: 2px;
	padding: 0px 24px;
	height: 250px;
	width: 450px;
	left: 50%;
	top: 50%;
}

.webFormMessageMiddle{
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

.webFormMessageHeading{
	margin-bottom: 24px;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}

.webFormMessageDescription{
	text-align: center;
}

.webFormMessageExit{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #000000;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	line-height: 40px;
	margin-top: 24px;
	padding: 0 24px;
	color: #ffffff;
	height: 40px;
}

.webFormMessageExit:hover{
	opacity: 0.8;
}

.webFormMessageExit:active{
	position: relative;
	top: 1px;
}

.captchaWrap {
	display: flex;
	justify-content: space-between;
}

.captchaWrap .webFormItem {
	display: flex;
}

.captchaWrap .webFormItem .wrap:first-child {
	margin-right: 20px;
}

.captchaWrap .webFormTools {

}

.captchaWrap .webFormTools input[type="submit"] {
	width: 200px;
}

@media all and (max-width: 650px) {

	.webFormItemField input[id*="form_date_"]{
		margin-bottom: 12px;
	}


	.webFormItemField img.calendar-icon{
		margin-left: 0px !important;
	}

	.webFormTools input[type="submit"],
	.webFormTools input[type="reset"]{
		max-width: 150px;
	}

}

@media all and (max-width: 600px) {
	.captchaWrap {
		flex-direction: column;
	}
	.webFormDw.decoration .webFormTools {
		margin-top: 20px;
	}
}

@media all and (max-width: 475px) {
	.captchaWrap .webFormItem {
		flex-direction: column;
	}
	.captchaWrap .webFormItem .wrap:first-child {
		margin-right: 0px;
	}
	.webFormItemField input.captcha_word {
		max-width: unset !important;
		width: 100% !important;
	}
	.webFormDw.decoration .webFormItemCaption {
		margin-top: 12px !important;
	}
}

@media all and (max-width: 400px) {
	.webFormTools input[type="submit"],
	.webFormTools input[type="reset"]{
		margin-bottom: 24px;
		max-width: 300px;
		display: block;
		width: 100%;
	}
}

/* End */
/* /local/templates/dresscodeV2/components/bitrix/catalog/restaurant_project_new/style.css?174941152921271 */
/* /local/templates/dresscodeV2/components/bitrix/system.pagenavigation/.default/style.css?17546501842724 */
/* /local/templates/dresscodeV2/components/bitrix/form.result.new/projecting-new/style.css?17494115299579 */
/* /local/components/dresscode/complex.sultions.examples/templates/.default/style.css?17494115297672 */
/* /local/components/dresscode/complex.sultions.example/templates/.default/style.css?17494115295558 */
/* /local/templates/dresscodeV2/components/bitrix/catalog.section.list/solutions/style.css?17494115291776 */
/* /local/templates/dresscodeV2/components/bitrix/form.result.new/projecting-new-popup/style.css?17494115299579 */
