

/* Start:/local/templates/dresscodeV2/components/bitrix/catalog/restaurant_project_new/style.css?174825381821271*/
.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/components/dresscode/complex.sultions.example/templates/.default/style.css?17482538195558*/
/* .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?17482538181776*/
.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/fotorama.css?174825381815141*/
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/local/templates/dresscodeV2/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/local/templates/dresscodeV2/fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}
/* End */


/* Start:/local/components/dresscode/slider.projects/templates/.default/style.css?17482538197261*/
.projectArea {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}

.projectArea > .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));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.projectArea .sliderWrap {
  position: relative;
}

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

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

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

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

.projectArea .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) {
  .projectArea::before {
    width: calc((100vw - (100% + 239px)) / 2);
  }
  .projectArea::after {
    width: calc((100vw - (100% - 239px)) / 2);
  }
}

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

@media (max-width: 700px) {
  .projectArea::before,
  .projectArea::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;
  }
  .projectArea {
    padding-bottom: 76px;
  }
  .projectArea .sliderWrap .fotorama__nav-wrap {
    position: absolute;
    bottom: 0px;
  }
  .projectArea .sliderWrap .fotorama .fotorama__nav-wrap .fotorama__nav {
    text-align: center;
  }
  .projectArea .sliderWrap .fotorama .fotorama__nav-wrap .fotorama__nav .fotorama__dot{
    top: 6px;
    border: 1px solid #888;
  }
  .projectArea .sliderWrap .fotorama .fotorama__nav-wrap .fotorama__nav .fotorama__nav__frame.fotorama__active .fotorama__dot {
    border: 3px solid #F51E2B;
  }
  .projectArea .sliderWrap .fotorama .fotorama__nav-wrap  .fotorama__nav--dots .fotorama__nav__frame {
    height: 18px;
  }
  .projectArea .sliderHeading .controls {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    justify-content: center;
  }
  .projectArea .sliderHeading .controls .control {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .projectArea .sliderHeading .controls .control .arrow {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .projectArea .sliderHeading .controls .control .arrow::before,
  .projectArea .sliderHeading .controls .control .arrow::after {
    /* width: 140px; */
    position: absolute;
    font-size: 14px;
    line-height: 16px;
    font-family: "roboto_ltregular";
    white-space: pre-wrap;
  }
  .projectArea .sliderHeading .controls .prev .arrow svg {
    margin-left: auto;
  }
  .projectArea .sliderHeading .controls .next .arrow svg {
    margin-right: auto;
  }
  .projectArea .sliderHeading .controls .control.prev .arrow::before {
    content: attr(data-title);
  }
  .projectArea .sliderHeading .controls .control.next .arrow::after {
    content: attr(data-title);
    right: 0;
  }
  .projectArea .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/templates/dresscodeV2/components/bitrix/form.result.new/projecting/style.css?17482538189579*/
.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/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/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/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?174825381821271 */
/* /local/components/dresscode/complex.sultions.example/templates/.default/style.css?17482538195558 */
/* /local/templates/dresscodeV2/components/bitrix/catalog.section.list/solutions/style.css?17482538181776 */
/* /local/templates/dresscodeV2/fotorama.css?174825381815141 */
/* /local/components/dresscode/slider.projects/templates/.default/style.css?17482538197261 */
/* /local/templates/dresscodeV2/components/bitrix/form.result.new/projecting/style.css?17482538189579 */
