.header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px 30px; }
  .header__logo {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-width: 300px;
    width: 30%; }
    .header__logo-icon {
      margin-right: 10px;
      min-width: 45px;
      width: 10%; }
  .header__titles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-right: 20px;
    width: 65%; }
  .header__sub-title {
    margin-top: 10px;
    width: 100%; }
  .header__title {
    margin: 0;
    color: #010101;
    letter-spacing: 1.07px;
    font-weight: 700;
    font-size: 2.1rem;
    font-family: Roboto; }
  .header__block {
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .header__phones {
    margin: 0;
    color: #424242;
    font-weight: 400;
    font-size: 1.7rem;
    font-family: Roboto; }
  .header__phone {
    display: inline-block;
    margin: 0; }
  .header__under-phone-content {
    margin-top: 10px; }
  .header__menu-part {
    margin-left: 3.1%;
    padding-left: 20px;
    border-left: 2px solid #404040; }

.footer {
  box-sizing: border-box;
  padding: 40px 120px;
  background-color: #404040;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.35); }
  .footer__content {
    display: -ms-flexbox;
    display: flex; }
  .footer__contact, .footer__link {
    display: block;
    margin: 0;
    margin-top: 15px; }
    .footer__contact,
    .footer__contact a, .footer__link,
    .footer__link a {
      color: #fff;
      font-weight: 400;
      font-size: 1.142rem;
      font-family: Roboto; }
    .footer__contact:first-child, .footer__link:first-child {
      margin-top: 0; }
  .footer__link:hover {
    color: #ffc200; }
  .footer__section {
    margin-left: 5.7%; }
    .footer__section:first-child {
      margin: 0; }
  .footer__title {
    margin: 0;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 500;
    font-size: 2.57rem;
    font-family: Roboto; }
  .footer__copyright {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #fff;
    color: #fff;
    font-weight: 400;
    font-size: 1.28rem;
    font-family: Roboto; }
  .footer__socials {
    margin-top: 15px; }
  .footer__social {
    display: inline-block;
    margin-left: 15px;
    width: 3rem;
    height: 3rem; }
    .footer__social:first-child {
      margin-left: 0; }
    .footer__social-icon,
    .footer__social svg {
      width: 100%;
      height: 100%; }

.view-selector {
  text-align: right; }
  .view-selector_selected_grid .view-selector__grid-decor {
    background-color: #008f32; }
  .view-selector_selected_list .view-selector__list-decor {
    background-color: #008f32; }
  .view-selector__list {
    display: inline-block; }
  .view-selector__grid {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-left: 1px solid #cdcdcd; }
  .view-selector__grid, .view-selector__list {
    padding: 0 5px;
    width: 30px;
    height: 30px;
    outline: none;
    border-right: 1px solid #cdcdcd;
    background: none;
    vertical-align: middle;
    cursor: pointer; }
    .view-selector__grid:hover .view-selector-grid-decor,
    .view-selector__grid:hover .view-selector-list-decor, .view-selector__list:hover .view-selector-grid-decor,
    .view-selector__list:hover .view-selector-list-decor {
      background-color: #008f32; }
  .view-selector__grid-decor {
    margin: 2px;
    width: 10px;
    height: 10px;
    background-color: #cdcdcd; }
  .view-selector__list-decor {
    margin-top: 5px;
    width: 100%;
    height: 5px;
    background-color: #cdcdcd; }
    .view-selector__list-decor:first-child {
      margin-top: 2px; }

html {
  font-size: 14px;
  font-family: Roboto, Arial, sans-serif; }
  @media only screen and (max-width: 1090px) {
    html {
      font-size: 11px; } }
  @media only screen and (min-width: 1090px) and (max-width: 1200px) {
    html {
      font-size: 12px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    html {
      font-size: 12px; } }

body {
  margin: 0;
  font-size: 1rem; }

html,
body,
#root {
  height: 100%; }

#root {
  min-width: 1000px; }
  #root svg {
    display: block; }

@font-face {
  font-weight: 900;
  font-style: italic;
  font-family: Roboto;
  src: url(/fonts/50705c5ed1205b63efdbfee941a6b655.ttf) format("truetype"); }

@font-face {
  font-weight: 900;
  font-style: normal;
  font-family: Roboto;
  src: url(/fonts/ec4c9962ba54eb91787aa93d361c10a8.ttf) format("truetype"); }

@font-face {
  font-weight: 700;
  font-style: italic;
  font-family: Roboto;
  src: url(/fonts/1eb7a893589ddce89d81cdb22a356660.ttf) format("truetype"); }

@font-face {
  font-weight: 700;
  font-style: normal;
  font-family: Roboto;
  src: url(/fonts/ee7b96fa85d8fdb8c126409326ac2d2b.ttf) format("truetype"); }

@font-face {
  font-weight: 500;
  font-style: italic;
  font-family: Roboto;
  src: url(/fonts/bd19ad60600a1537c00d3b4923a5e5de.ttf) format("truetype"); }

@font-face {
  font-weight: 500;
  font-style: normal;
  font-family: Roboto;
  src: url(/fonts/d08840599e05db7345652d3d417574a9.ttf) format("truetype"); }

@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: Roboto;
  src: url(/fonts/3e1af3ef546b9e6ecef9f3ba197bf7d2.ttf) format("truetype"); }

.rows-layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: stretch;
      align-items: stretch;
  min-height: 100%; }
  .rows-layout__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-align: stretch;
        align-items: stretch; }
  .rows-layout__header, .rows-layout__footer {
    -ms-flex: 0 0;
        flex: 0 0; }

.input {
  position: relative;
  width: 100%; }
  .input__field {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    outline: none;
    border: thin solid #bdbdbd;
    color: #424242;
    font-weight: 400;
    font-size: 1.3rem;
    font-family: Roboto; }
    .input__field:hover, .input__field:focus {
      border-color: #ffc200; }
    .input__field_iconified {
      padding-left: 30px; }
  .input__icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    width: 1.5rem;
    height: 1.5rem; }

.button {
  display: block;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  outline: none;
  border: thin solid #bdbdbd;
  background-color: #fff;
  font-size: 1.2rem;
  cursor: pointer; }
  .button_inline {
    display: inline-block;
    width: auto; }
  .button_theme_green {
    background-color: #009846;
    color: #fff; }
    .button_theme_green:hover {
      background-color: #ffc200;
      color: #fff; }
  .button_theme_light:hover {
    border-color: #ffc200;
    color: #ffc200; }
    .button_theme_light:hover path {
      fill: #ffc200 !important; }
  .button_theme_light:active {
    background-color: #ffc200;
    color: #fff; }
    .button_theme_light:active path {
      fill: #fff !important; }
  .button_theme_light.button_disabled {
    color: #fff; }
    .button_theme_light.button_disabled:hover {
      color: #fff; }
  .button_disabled {
    background-color: #bdbdbd; }
    .button_disabled:hover, .button_disabled:active {
      border-color: #bdbdbd;
      background-color: #bdbdbd; }

.title {
  display: block;
  margin: 0;
  padding-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #bebebe;
  font-weight: 400;
  font-size: 2.3rem;
  font-family: Roboto; }
  .title_theme_regular {
    padding-bottom: 10px;
    font-size: 1.7rem; }

.paginator {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .paginator__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 0;
    padding: 0;
    border-right: 1px solid #ccc;
    list-style: none; }
  .paginator__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .paginator__page-link {
    display: block;
    box-sizing: border-box;
    padding: 10px 15px;
    outline: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    font-family: Roboto;
    cursor: pointer; }
  .paginator__page:last-child {
    border-right: 1px solid #ccc; }
  .paginator__page_active .paginator__page-link,
  .paginator__page:hover .paginator__page-link {
    background-color: #008f32;
    color: #fff; }
  .paginator__prev, .paginator__next {
    display: none; }
  .paginator__next-btn {
    margin-left: 20px; }
  .paginator__prev-btn {
    margin-right: 20px; }
    .paginator__prev-btn svg {
      transform: rotate(-180deg); }
  .paginator__next-btn-icon, .paginator__prev-btn-icon {
    width: 1rem;
    height: 1rem; }
    .paginator__next-btn-icon svg, .paginator__prev-btn-icon svg {
      width: 100%;
      height: 100%; }
    .paginator__next-btn-icon svg path, .paginator__prev-btn-icon svg path {
      fill: #fff !important; }
  .paginator__sizes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    color: #424242;
    font-weight: 400;
    font-size: 1.3rem;
    font-family: Roboto; }
    .paginator__sizes-label {
      margin: 0;
      margin-right: 5px; }
  .paginator__size {
    padding: 10px;
    cursor: pointer; }
    .paginator__size:hover, .paginator__size_active {
      background-color: #008f32;
      color: #fff; }

.photo {
  position: relative;
  width: 100%;
  height: 100%; }
  .photo__wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
    overflow: hidden;
    height: 100%;
    background-color: #fff;
    transition: transform 0.3s ease;
    transform: scale(1, 1);
    will-change: transition; }
    .photo__wrapper_preview:hover {
      z-index: 10;
      border: 1px solid #ffc200;
      transform: scale(2, 2); }
  .photo__bg {
    height: 100%; }
  .photo_type_css {
    height: 100%; }
    .photo_type_css .photo__bg {
      height: 100%;
      background-position: center;
      background-size: cover; }

.ReactModal__Overlay {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

body.ReactModal__Body--open {
  overflow: hidden;
  width: 100%; }
  body.ReactModal__Body--open #content {
    overflow: hidden; }

.ReactModal__Content {
  opacity: 0;
  transition: opacity 0.2s ease-in; }
  .ReactModal__Content--after-open {
    opacity: 1; }
  .ReactModal__Content--before-close {
    opacity: 0; }

.checkbox {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center; }
  .checkbox__label {
    margin-left: 10px;
    font-size: 1.2rem;
    font-family: Roboto;
    cursor: pointer; }
  .checkbox__rectangle {
    position: relative;
    width: 1.3rem;
    height: 1.3rem;
    border: 1px solid #ccc;
    cursor: pointer; }
    .checkbox__rectangle:hover {
      border-color: #ffc107; }
  .checkbox__mark {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    width: 1.3rem;
    height: 1.3rem;
    content: ''; }
    .checkbox__mark svg {
      width: 100%;
      height: 100%; }
    .checkbox__mark path {
      fill: #388e3c !important; }

.counter-input {
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  border: thin solid #bdbdbd; }
  .counter-input, .counter-input__field {
    height: 100%; }
  .counter-input__field {
    display: block;
    box-sizing: border-box;
    padding: 0;
    padding: 5px 0;
    width: 60%;
    outline: none;
    border: none;
    color: #909090;
    text-align: center;
    font-weight: 500;
    font-size: 1.5rem;
    font-family: Roboto; }
  .counter-input__controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 40%; }
  .counter-input__control {
    display: block;
    margin: 0;
    padding: 0;
    height: 50%;
    outline: none;
    border: none;
    background: none;
    cursor: pointer; }
    .counter-input__control svg {
      margin: 0 auto;
      width: 7px;
      height: 7px; }
    .counter-input__control svg path {
      fill: #909090 !important; }
    .counter-input__control:hover {
      opacity: 0.8; }
    .counter-input__control:active {
      background-color: #ffc107; }
      .counter-input__control:active svg path {
        fill: #fff !important; }
    .counter-input__control_type_down {
      border-top: thin solid #bdbdbd;
      border-left: thin solid #bdbdbd; }
      .counter-input__control_type_down svg {
        transform: rotate(90deg); }
    .counter-input__control_type_up {
      border-left: thin solid #bdbdbd; }
      .counter-input__control_type_up svg {
        transform: rotate(-90deg); }

.radio-button {
  display: -ms-flexbox;
  display: flex; }
  .radio-button_disabled {
    opacity: 0.45; }
  .radio-button__field {
    margin-right: 10px; }
  .radio-button__label {
    display: block;
    color: #424242;
    font-size: 1.2rem;
    font-family: Roboto;
    cursor: pointer; }
    .radio-button_disabled .radio-button__label {
      cursor: default; }
  .radio-button__comment {
    margin-top: 3px;
    color: #388e3c;
    font-weight: 400;
    font-size: 0.8rem;
    font-family: Roboto; }

.tabs__tab-head {
  padding: 15px 15px;
  outline: none;
  border: none;
  border-left: 1px solid #cdcdcd;
  background: none;
  color: #424242;
  cursor: pointer; }
  .tabs__tab-head:last-child {
    border-right: 1px solid #cdcdcd; }
  .tabs__tab-head:hover, .tabs__tab-head_active {
    color: #388e3c; }

.tabs__tab-title {
  margin: 0;
  font-weight: 400;
  font-size: 1.5rem;
  font-family: Roboto; }

.expander__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  cursor: pointer; }

.expander__title {
  margin: 0;
  color: #424242;
  font-weight: 400;
  font-size: 1.5rem;
  font-family: Roboto; }

.expander__arrow {
  margin-right: 10px;
  width: 10px; }

.expander__header_opened .expander__arrow {
  transform: rotate(180deg); }

.expander__content {
  padding: 10px; }

.block-name {
  display: block; }

.sign-in {
  box-sizing: border-box;
  padding: 25px 50px;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); }
  .sign-in__fields {
    padding-bottom: 20px;
    border-bottom: 1px solid #cdcdcd; }
  .sign-in__title {
    margin: 0;
    color: #424242;
    text-align: center;
    font-weight: 400;
    font-size: 2.6rem;
    font-family: Roboto; }
  .sign-in__field {
    margin-top: 20px; }
  .sign-in__controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
  .sign-in__control {
    margin-top: 15px;
    width: 150px;
    text-align: center; }
  .sign-in__forgot {
    margin-top: 15px;
    outline: none;
    border: none;
    background: none;
    color: #388e3c;
    font-weight: 400;
    font-size: 1.2rem;
    font-family: Roboto;
    cursor: pointer; }
    .sign-in__forgot:hover {
      text-decoration: underline; }
  .sign-in__errors {
    margin: 0;
    margin-top: 15px;
    color: #c51616;
    font-weight: 400;
    font-size: 1.2rem;
    font-family: Roboto; }
  .sign-in__open {
    padding: 0;
    outline: none;
    border: none;
    background-color: none;
    cursor: pointer; }
    .sign-in__open:hover {
      text-decoration: underline; }
  .sign-in__no-acc-label {
    color: #424242;
    font-weight: 400;
    font-size: 1.2rem;
    font-family: Roboto; }
  .sign-in__footer {
    text-align: center; }
  .sign-in__to-signup {
    padding: 0;
    outline: none;
    border: none;
    background: none;
    color: #388e3c;
    font-weight: 400;
    font-size: 1.5rem;
    font-family: Roboto;
    cursor: pointer; }
    .sign-in__to-signup:hover {
      text-decoration: underline; }

.sign-up {
  box-sizing: border-box;
  padding: 25px 50px;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); }
  .sign-up__title {
    margin: 0;
    color: #424242;
    text-align: center;
    font-weight: 400;
    font-size: 2.6rem;
    font-family: Roboto; }
  .sign-up__field {
    margin-top: 20px; }
  .sign-up__submit {
    margin: 20px auto;
    width: 150px; }
  .sign-up__footer {
    margin-top: 30px;
    border-top: thin solid #bdbdbd; }
  .sign-up__to-signin {
    display: block;
    margin-top: 20px;
    padding: 0;
    width: 100%;
    outline: none;
    border: none;
    background: none;
    color: #388e3c;
    text-align: center;
    font-weight: 400;
    font-size: 1.5rem;
    font-family: Roboto;
    cursor: pointer; }
    .sign-up__to-signin:hover {
      text-decoration: underline; }
  .sign-up__error {
    margin: 10px 0 10px 0;
    color: #c51616;
    text-align: center;
    font-weight: 400;
    font-size: 1.2rem;
    font-family: Roboto; }
    .sign-up__error:empty {
      margin: 0; }
  .sign-up__confirmation {
    text-align: center;
    font-weight: 400;
    font-size: 1.3rem;
    font-family: Roboto;
    line-height: 1.3; }

.auth-restore {
  position: relative;
  box-sizing: border-box;
  padding: 25px 50px;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); }
  .auth-restore__title {
    margin: 0;
    color: #424242;
    text-align: center;
    font-weight: 400;
    font-size: 2.6rem;
    font-family: Roboto; }
  .auth-restore__preloader {
    position: absolute;
    right: 10px;
    bottom: 25px;
    display: inline-block; }
  .auth-restore__field {
    margin-top: 20px; }
  .auth-restore__back {
    display: block;
    margin-top: 15px;
    padding: 0;
    width: 100%;
    outline: none;
    border: none;
    background: none;
    color: #388e3c;
    text-align: center;
    font-weight: 400;
    font-size: 1.2rem;
    font-family: Roboto;
    cursor: pointer; }
    .auth-restore__back:hover {
      text-decoration: underline; }
  .auth-restore__submit {
    margin-top: 15px; }
  .auth-restore__success, .auth-restore__hint {
    color: rgba(0, 0, 0, 0.5);
    font-size: 1rem;
    font-family: Roboto;
    line-height: 1.3; }
  .auth-restore__success {
    margin-top: 15px;
    text-align: center;
    font-size: 1.3rem; }
  .auth-restore__error {
    margin-top: 10px;
    color: #c51616;
    text-align: center;
    font-weight: 400;
    font-size: 1.2rem;
    font-family: Roboto; }
    .auth-restore__error:empty {
      margin: 0; }

.auth__modal {
  box-sizing: border-box;
  min-width: 300px;
  max-width: 500px;
  width: 40%; }

.auth__name {
  margin: 0; }

.auth__sign-out {
  margin-top: 5px;
  padding: 0;
  outline: none;
  border: none;
  background: none;
  cursor: pointer; }
  .auth__sign-out:hover {
    color: #ffc200; }

.change-password {
  position: relative;
  box-sizing: border-box;
  padding: 25px 50px;
  width: 450px;
  border: 1px solid #ccc;
  background-color: #fff; }
  .change-password__title {
    margin: 0;
    color: #424242;
    text-align: center;
    font-weight: 400;
    font-size: 2.6rem;
    font-family: Roboto; }
  .change-password__field, .change-password__submit {
    margin-top: 15px; }
  .change-password__error {
    margin: 10px 0 10px 0;
    color: #c51616;
    text-align: center;
    font-weight: 400;
    font-size: 1.2rem;
    font-family: Roboto; }
    .change-password__error:empty {
      margin: 0; }

.personal-settings {
  border: 1px solid #ccc;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .personal-settings__title {
    margin: 0;
    font-weight: 400;
    font-size: 1.5rem;
    font-family: Roboto; }
  .personal-settings__header {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    background-color: #efefef;
    color: #424242; }
  .personal-settings__content {
    position: relative;
    padding: 15px 40px; }
  .personal-settings__loader {
    position: absolute;
    right: 40px;
    bottom: 15px; }
  .personal-settings__field {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 15px; }
    .personal-settings__field-error {
      position: absolute;
      bottom: -1.2rem;
      left: 0;
      margin: 0;
      color: #c51616;
      font-size: 0.85rem; }
    .personal-settings__field:first-child {
      margin-top: 0; }
  .personal-settings__label {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    color: #424242;
    text-align: right;
    font-weight: 400;
    font-size: 1.3rem;
    font-family: Roboto; }
  .personal-settings__value {
    position: relative;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    margin-left: 20px;
    color: #424242;
    text-align: left;
    font-weight: bold;
    font-size: 1.3rem;
    font-family: Roboto; }
  .personal-settings__actions {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    margin-left: 20px; }
    .personal-settings__actions .personal-settings__action:first-child {
      margin-left: 0; }
  .personal-settings__action {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    margin-left: 20px;
    padding: 0;
    outline: none;
    border: none;
    background: none;
    color: #388e3c;
    text-align: left;
    font-weight: 400;
    font-size: 1.3rem;
    font-family: Roboto;
    cursor: pointer; }
    .personal-settings__action:hover {
      text-decoration: underline; }
  .personal-settings__column {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .personal-settings__column:last-child {
      -ms-flex-positive: 1;
          flex-grow: 1; }

.news-list_view_short-grid {
  padding: 3%;
  background-color: #f5f5f5; }
  .news-list_view_short-grid .news-list__row {
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px; }
    .news-list_view_short-grid .news-list__row:first-child {
      margin-top: 0; }
  .news-list_view_short-grid .news-list__item {
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin-left: 3%;
    padding: 15px;
    width: 17%;
    border: 1px solid #ccc;
    background-color: #fff;
    cursor: pointer; }
    .news-list_view_short-grid .news-list__item:hover {
      border-color: #ffc200; }
    .news-list_view_short-grid .news-list__item-img {
      overflow: hidden; }
      .news-list_view_short-grid .news-list__item-img img {
        width: 100%; }
    .news-list_view_short-grid .news-list__item-date {
      margin-top: 25px;
      margin-bottom: 0;
      color: #009846;
      font-size: 1.214rem;
      font-family: Roboto; }
    .news-list_view_short-grid .news-list__item-descr {
      margin: 0;
      margin-top: 10px;
      color: #000;
      font-size: 1.2rem;
      font-family: Roboto;
      line-height: 1.5; }
    .news-list_view_short-grid .news-list__item:first-child {
      margin-left: 0; }

.news-list_view_list .news-list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 15px 0;
  height: 200px;
  border-bottom: 1px solid #ccc; }
  .news-list_view_list .news-list__item-title {
    margin: 0;
    color: #000;
    font-weight: bold;
    font-size: 1.5rem;
    font-family: Roboto;
    cursor: pointer; }
    .news-list_view_list .news-list__item-title:hover {
      color: #009846;
      text-decoration: underline; }
  .news-list_view_list .news-list__item-img {
    width: 25%;
    height: 100%; }
  .news-list_view_list .news-list__item-content {
    overflow: hidden;
    margin-left: 15px;
    width: 73%;
    height: 100%; }
  .news-list_view_list .news-list__item-date {
    color: #009846;
    font-size: 1.214rem;
    font-family: Roboto; }
  .news-list_view_list .news-list__item-descr {
    margin: 0;
    margin-top: 10px;
    color: #000;
    font-size: 1.2rem;
    font-family: Roboto;
    line-height: 1.5; }

.news-list__empty {
  text-align: center;
  font-size: 1.5rem;
  font-family: Roboto; }

.news-details__content-wrapper {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc; }
  .news-details__content-wrapper::after {
    display: table;
    clear: both;
    content: ""; }

.news-details__title-photo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  float: left;
  overflow: hidden;
  margin-top: 15px;
  margin-right: 20px;
  width: 25%; }
  .news-details__title-photo img {
    width: 100%; }

.news-details__content {
  padding-top: 15px;
  font-size: 1.3rem;
  font-family: Roboto; }
  .news-details__content p {
    margin: 0;
    line-height: 1.5; }

.news-details__date {
  margin-top: 20px;
  color: #009846;
  text-align: right;
  font-size: 1.214rem;
  font-family: Roboto; }

.product-item:hover {
  border-color: #ffc200; }

.product-item_view_card {
  width: 100%;
  border: thin solid #ccc; }

.product-item_view_row {
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
  border: thin solid #ccc; }

.product-item-card__photo {
  margin: 0 auto;
  width: 100%;
  height: 150px;
  border-bottom: thin solid #ccc;
  text-align: center;
  cursor: pointer; }

.product-item-card__content {
  box-sizing: border-box;
  padding: 15px; }

.product-item-card__descr {
  margin: 0;
  margin-top: 15px;
  min-height: 50px;
  color: #424242;
  text-align: center;
  font-weight: 400;
  font-size: 1.3rem;
  font-family: Roboto;
  line-height: 1.3;
  cursor: pointer; }
  .product-item-card__descr:hover {
    text-decoration: underline; }

.product-item-card__price {
  margin: 15px 0;
  color: #388e3c;
  text-align: center;
  font-weight: 400;
  font-size: 2rem;
  font-family: Roboto; }

.product-item-card__text, .product-item-card__exists {
  margin: 0;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 400;
  font-size: 1.2rem;
  font-family: Roboto; }

.product-item-row {
  min-height: 170px; }
  .product-item-row__image {
    max-height: 120px;
    width: 15%;
    text-align: center;
    cursor: pointer; }
  .product-item-row__content {
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin-left: 30px; }
  .product-item-row__text, .product-item-row__price {
    margin: 0; }
  .product-item-row__text {
    margin-top: 5px;
    color: #424242;
    font-weight: 400;
    font-size: 1.3rem;
    font-family: Roboto; }
    .product-item-row__text:first-child {
      margin-top: 0; }
    .product-item-row__text_interactive {
      cursor: pointer; }
      .product-item-row__text_interactive:hover {
        text-decoration: underline; }
  .product-item-row__price {
    color: #388e3c;
    text-align: center;
    text-align: right;
    font-weight: 400;
    font-size: 2rem;
    font-family: Roboto; }
  .product-item-row__controls, .product-item-row__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .product-item-row__data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .product-item-row__data-info, .product-item-row__data-quantity {
      margin-right: 15px; }

.products-list {
  margin: 0 -10px; }
  .products-list__list, .products-list__grid {
    padding: 1px 0;
    min-height: 120px; }
  .products-list__item {
    margin: 20px 10px; }
  .products-list__paginator {
    box-sizing: border-box;
    margin-top: 20px;
    padding: 0 10px; }
  .products-list__params {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    box-sizing: border-box;
    padding: 0 10px; }
  .products-list__ordering {
    display: -ms-flexbox;
    display: flex;
    font-size: 1.3rem;
    font-family: Roboto; }
    .products-list__ordering-name {
      margin-bottom: 2px; }
    .products-list__ordering-item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin-left: 5px;
      padding: 0 2px;
      cursor: pointer; }
      .products-list__ordering-item_selected, .products-list__ordering-item:hover {
        color: #388e3c;
        text-decoration: underline; }
    .products-list__ordering-icon {
      width: 1.25rem;
      height: 1.25rem;
      cursor: pointer; }
      .products-list__ordering-icon svg {
        width: 100%;
        height: 100%; }
      .products-list__ordering-icon_selected path, .products-list__ordering-icon:hover path {
        fill: #388e3c !important; }
      .products-list__ordering-icon_dir_up {
        transform: rotate(-90deg); }
      .products-list__ordering-icon_dir_down {
        margin-right: 5px;
        transform: rotate(90deg); }
  .products-list__empty {
    margin: 50px 0;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-family: Roboto; }

.categories-list {
  display: block;
  box-sizing: border-box;
  width: 100%; }
  .categories-list_expandable .categories-list__title {
    cursor: pointer; }
  .categories-list_view_recursive {
    border: 2px solid #ccc; }
    .categories-list_view_recursive .categories-list__preloader {
      margin-right: 20px;
      margin-bottom: 30px;
      margin-left: 20px; }
      .categories-list_view_recursive .categories-list__preloader:empty {
        margin: 0; }
  .categories-list__list {
    background-color: #fff; }
    .categories-list__list_nested {
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 20px;
      border: thin solid #ffc200;
      line-height: 1.4; }
  .categories-list__arrow {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 10px;
    width: 20px;
    height: 20px; }
    .categories-list__arrow path {
      fill: #008f32 !important; }
    .categories-list__arrow svg {
      width: 100%;
      height: 100%; }
  .categories-list__category {
    position: relative;
    font-weight: 400;
    font-size: 1.4rem;
    font-family: Roboto; }
    .categories-list__category-item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding: 10px 20px;
      border-bottom: thin solid #ccc;
      cursor: pointer; }
      .categories-list__category-item:hover {
        color: #ffc200; }
    .categories-list__category_nested .categories-list__category-item {
      padding: 5px;
      border: none; }
      .categories-list__category_nested .categories-list__category-item:hover {
        text-decoration: underline; }
    .categories-list__category:first-child {
      padding-top: 0;
      border-top: 1px solid #bebebe; }
    .categories-list__category:last-child .categories-list__category-item {
      border-bottom: none; }
    .categories-list__category:hover > .categories-list__category-children {
      display: block; }
    .categories-list__category:hover > .categories-list__category-item {
      border-color: #ffc200;
      color: #ffc200; }
    .categories-list__category:hover > .categories-list__category-item > .categories-list__arrow path {
      fill: #ffc200 !important; }
    .categories-list__category_nested {
      width: 200px; }
      .categories-list__category_nested:first-child {
        border-top: none; }
    .categories-list__category-children {
      position: absolute;
      top: -1px;
      left: 100%;
      z-index: 5;
      display: none;
      box-sizing: border-box;
      min-width: 500px;
      width: 65vw; }
  .categories-list__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 40px;
    color: #388e3c;
    font-weight: 400;
    font-size: 2rem;
    font-family: Roboto; }
  .categories-list__expand {
    width: 1.3rem;
    height: 1.3rem;
    transition: transform 0.3s ease;
    transform: rotate(0); }
    .categories-list__expand svg {
      width: 100%;
      height: 100%; }
      .categories-list__expand svg path {
        fill: #388e3c !important; }
    .categories-list_expanded .categories-list__expand {
      transform: rotate(90deg); }
  .categories-list__cat-item-content {
    box-sizing: border-box;
    margin: 10px;
    padding: 20px;
    border: thin solid #ccc;
    background-color: #fff;
    cursor: pointer; }
    .categories-list__cat-item-content:hover {
      border-color: #ffc200; }
  .categories-list__cat-item-photo {
    margin: 0 auto;
    width: 150px;
    height: 150px; }
  .categories-list__cat-item-child {
    margin: 5px 0;
    font-size: 1.2rem;
    line-height: 1.5;
    cursor: pointer; }
    .categories-list__cat-item-child:hover {
      text-decoration: underline; }
  .categories-list__cat-item-title {
    margin: 0;
    margin-top: 10px;
    color: #009846;
    word-break: break-word;
    font-size: 1.5rem;
    font-family: Roboto;
    line-height: 1.3;
    cursor: pointer; }
    .categories-list__cat-item-title:hover {
      text-decoration: underline; }
  .categories-list__empty {
    margin: 50px 20px;
    text-align: center;
    font-size: 1.5rem;
    font-family: Roboto; }

.category-details__sub-categories {
  margin: 0 -10px;
  margin-top: 20px;
  margin-bottom: 40px; }
  .category-details__sub-categories:empty {
    margin: 0; }

.category-details__sub-category {
  box-sizing: border-box;
  margin-top: 5px;
  padding-left: 10px;
  width: 25%;
  word-break: break-word; }

.category-details__title {
  margin: 0;
  font-weight: 400;
  font-size: 2.3rem;
  font-family: Roboto; }

.category-details__products {
  margin-top: 20px; }

.products-filters {
  padding: 20px;
  border: 1px solid #ccc; }
  .products-filters__title {
    margin: 0;
    color: #388e3c;
    font-weight: 400;
    font-size: 2rem;
    font-family: Roboto; }
  .products-filters__filter {
    margin-top: 15px; }
  .products-filters__submit {
    margin-top: 20px; }

.product-filter__inputs {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }

.product-filter__input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 35%;
  font-size: 1.2rem; }
  .product-filter__input:last-child {
    margin-left: 20px; }

.product-filter__label {
  margin-right: 5px; }

.product-details__data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 30px;
  border: 1px solid #ccc; }

.product-details__image {
  box-sizing: border-box;
  padding: 20px;
  width: 50%;
  height: 24rem; }

.product-details__info {
  box-sizing: border-box;
  padding: 1rem;
  width: 30%;
  border-left: 1px solid #ccc; }

.product-details__label {
  margin: 0;
  margin-top: 15px;
  color: #424242;
  font-weight: 400;
  font-size: 2rem;
  font-family: Roboto; }

.product-details__price {
  margin: 0;
  margin-top: 15px;
  color: #388e3c;
  font-weight: 700;
  font-size: 3rem;
  font-family: Roboto; }

.product-details__extra {
  margin-top: 15px; }

.product-details__images {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100px;
  height: 24rem; }
  .product-details__images .slick-slider {
    width: 100%; }

.product-details__add-img {
  height: 100%;
  outline: none;
  cursor: pointer; }
  .product-details__add-img-wrapper {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-pack: center;
        justify-content: center;
    overflow: hidden;
    margin: 5px auto;
    width: 97% !important;
    height: 100px;
    outline: none;
    border: thin solid #fff; }
    .product-details__add-img-wrapper:hover {
      border-color: #388e3c; }

.product-details__slider-arrow {
  margin: auto;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer; }
  .product-details__slider-arrow_type_top {
    transform: rotate(180deg); }
  .product-details__slider-arrow svg {
    width: 100%;
    height: 100%; }

.product-details__properties {
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
  border-top: none; }

.product-details__column {
  box-sizing: border-box;
  width: 50%;
  border-right: 1px solid #ccc; }
  .product-details__column_hidden {
    display: none; }
  .product-details__column_fullwidth {
    width: 100%; }
  .product-details__column:last-child {
    border-right: none; }

.product-details__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 7px 30px;
  border-bottom: 1px solid #ccc;
  color: #424242;
  font-weight: 400;
  font-size: 1.3rem;
  font-family: Roboto; }
  .product-details__row:last-child {
    border-bottom: none; }
  .product-details__row:first-child {
    padding: 15px 30px;
    background-color: #efefef;
    color: #424242;
    font-weight: 400;
    font-size: 1.6rem;
    font-family: Roboto; }

.product-details__descr {
  margin: 0;
  line-height: 1.5; }

.basket-items {
  border: 1px solid #ccc;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .basket-items, .basket-items__items {
    width: 100%; }
  .basket-items__items {
    border-collapse: collapse; }
  .basket-items__header-cell {
    padding: 15px 5px;
    border: 1px solid #ccc;
    background-color: #efefef;
    color: #424242;
    font-weight: 400;
    font-size: 1.3rem;
    font-family: Roboto; }
    .basket-items__header-cell_type_count {
      width: 10%; }
  .basket-items__items_cropped .basket-items__header-cell:first-child {
    border-left: none; }
  .basket-items__items_cropped .basket-items__header-cell:last-child {
    border-right: none; }
  .basket-items__summary-title-cell, .basket-items__summary-price-cell {
    margin: 0;
    padding: 15px 0;
    font-weight: 700;
    font-size: 1.3rem;
    font-family: Roboto; }
  .basket-items__summary-title-cell {
    color: #388e3c;
    text-align: right; }
  .basket-items__summary-price-cell {
    color: #424242;
    text-align: center; }
  .basket-items__cell {
    color: #424242;
    font-weight: 400;
    font-size: 1.1rem;
    font-family: Roboto; }
    .basket-items__cell_type_image {
      max-width: 60px; }
    .basket-items__cell_type_preloader {
      text-align: center; }
  .basket-items__photo {
    margin: 0 auto;
    width: 60px;
    height: 60px; }
  .basket-items__delete {
    padding: 0;
    outline: none;
    border: none;
    background: none;
    cursor: pointer; }
    .basket-items__delete:hover svg path {
      fill: #ffc200 !important; }
    .basket-items__delete-icon {
      display: inline-block;
      padding: 0;
      width: 1rem;
      height: 1rem;
      outline: none;
      border: none;
      background: none;
      cursor: pointer; }
      .basket-items__delete-icon:hover svg path {
        fill: #ffc200 !important; }
  .basket-items__preloader {
    display: inline-block; }
  .basket-items__delete-modal {
    box-sizing: border-box;
    padding: 25px 50px;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.35); }
    .basket-items__delete-modal-text {
      margin: 35px 0;
      font-size: 1.3rem; }
    .basket-items__delete-modal-controls {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .basket-items__delete-modal-controls .button {
        width: 49%; }

.add-to-basket {
  display: -ms-flexbox;
  display: flex; }
  .add-to-basket__count {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    height: 100%; }
  .add-to-basket__submit {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%; }
  .add-to-basket__btn-label {
    font-size: 1.2rem; }
    @media only screen and (max-width: 1090px) {
      .add-to-basket__btn-label {
        font-size: 0.86rem; } }
    @media only screen and (min-width: 1090px) and (max-width: 1200px) {
      .add-to-basket__btn-label {
        font-size: 0.86rem; } }
  .add-to-basket__preloader {
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translate(-50%, -50%); }

.flat-page__empty, .flat-page__container {
  padding-top: 20px;
  font-size: 1.2rem;
  font-family: Roboto;
  line-height: 1.5; }

.breadcrumbs__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  padding: 0;
  list-style: none; }

.breadcrumbs__link {
  color: #bdbdbd;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.3rem;
  font-family: Roboto;
  line-height: 30px; }
  .breadcrumbs__link:visited {
    color: #bdbdbd; }
  .breadcrumbs__link:hover, .breadcrumbs__link_active {
    color: #388e3c;
    text-decoration: underline; }
  .breadcrumbs__link_active:visited {
    color: #388e3c; }

.breadcrumbs__crumb::after {
  display: inline-block;
  margin: 5px;
  color: #bdbdbd;
  content: '/';
  font-size: 1.3rem; }

.breadcrumbs__crumb:last-child::after {
  display: none; }

.base-layout {
  width: 100%; }
  .base-layout__auth-item {
    margin-top: 5px; }
    .base-layout__auth-item:first-child {
      margin-top: 0; }
  .base-layout__crumbs {
    margin-top: 2rem;
    margin-left: 2rem; }
  .base-layout__menu-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 10px;
    font-weight: 400;
    font-size: 1.285rem;
    font-family: Roboto;
    cursor: pointer; }
    .base-layout__menu-item:first-child {
      margin-top: 0; }
    .base-layout__menu-item-icon {
      margin-right: 10px;
      width: 2.5rem;
      height: 2.5rem; }
      .base-layout__menu-item-icon svg {
        width: 100%;
        height: 100%; }
      .base-layout__menu-item-icon path {
        fill: #404040 !important; }
  .base-layout__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0;
    background-color: #00b147;
    box-shadow: 0 0 3px #000; }
    .base-layout__nav-content {
      width: 100%;
      text-align: center; }
    .base-layout__nav-link {
      position: relative;
      display: inline-block;
      padding: 10px 3%;
      min-width: 80px;
      height: 100%;
      color: #fff;
      text-decoration: none;
      font-weight: 400;
      font-size: 1.5rem;
      font-family: Roboto; }
      .base-layout__nav-link:hover {
        background-color: #ffc200;
        text-decoration: underline; }
      .base-layout__nav-link::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        display: block;
        margin: auto;
        width: 2px;
        height: calc(100% - 20px);
        background-color: #fff;
        content: ''; }
      .base-layout__nav-link:first-child {
        border-left: none; }
        .base-layout__nav-link:first-child::after {
          display: none; }
  .base-layout__content {
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    padding: 2rem;
    padding-bottom: 5rem; }
  .base-layout__left {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 350px;
    width: 30%; }
  .base-layout__center {
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin-left: 3%;
    width: 67%;
    vertical-align: top; }
  .base-layout__catalog-filters {
    margin-top: 30px; }
  .base-layout__banner {
    margin-top: 30px;
    width: 100%; }
    .base-layout__banner-img {
      width: 100%; }

.catalog-layout__category-link {
  color: inherit;
  text-decoration: inherit;
  font-family: inherit; }
  .catalog-layout__category-link:visited {
    color: inherit;
    text-decoration: none; }

.create-order__field {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px; }
  .create-order__field:first-child {
    margin-top: 0; }
  .create-order__field-label {
    width: 20%;
    font-weight: 400;
    font-size: 1.3rem;
    font-family: Roboto; }

.create-order__first-row {
  display: -ms-flexbox;
  display: flex; }

.create-order__section {
  -ms-flex-positive: 1;
      flex-grow: 1;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }
  .create-order__section_leftmargin {
    margin-left: 25px; }
    .create-order__section_leftmargin:first-child {
      margin-left: 0; }
  .create-order__section_topmargin {
    margin-top: 25px; }
  .create-order__section-header {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    background-color: #efefef;
    color: #424242; }
  .create-order__section-title {
    margin: 0;
    font-weight: 400;
    font-size: 1.5rem;
    font-family: Roboto; }
  .create-order__section-content {
    padding: 20px; }

.create-order__radio-field {
  margin-top: 15px; }
  .create-order__radio-field:first-child {
    margin-top: 0; }

.create-order__delivery-points {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px; }

.create-order__delivery-point {
  margin-left: 20px;
  width: 300pt; }

.create-order__comment {
  box-sizing: border-box;
  padding: 20px;
  min-height: 100px;
  width: 100%;
  outline: none;
  border: 1px solid #ccc;
  font-size: 1.2rem;
  resize: none; }
  .create-order__comment:hover, .create-order__comment:focus {
    border-color: #ffc107; }

.create-order__submit {
  margin-top: 30px;
  text-align: right; }

.create-order__error {
  position: absolute;
  top: calc(100% + 5px);
  left: 17%;
  margin: 0;
  color: #ef5350;
  font-size: 1rem;
  font-family: Roboto; }
  .create-order__error_type_summary {
    position: static;
    text-align: right; }

.orders-history {
  border-bottom: 1px solid #ccc; }
  .orders-history__row {
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    cursor: pointer; }
    .orders-history__row:hover {
      background-color: rgba(0, 0, 0, 0.05); }
  .orders-history__items {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }
  .orders-history__cell {
    padding: 10px 0;
    width: 30%;
    text-align: center;
    font-size: 1.2rem;
    font-family: Roboto; }
    .orders-history__cell:nth-child(1) {
      width: 10%; }
    .orders-history__cell_type_head {
      border-right: 1px solid #ccc;
      background-color: #efefef; }
      .orders-history__cell_type_head:last-child {
        border-right: none; }
  .orders-history__empty {
    margin: 0;
    padding: 20px 0;
    border: 1px solid #ccc;
    border-bottom: none;
    text-align: center;
    font-size: 1.3rem;
    font-family: Roboto; }

.order-basket__create-order {
  margin-top: 30px; }

.order-basket__submit {
  margin-top: 30px;
  text-align: right; }

.order-basket__order {
  text-align: center;
  font-size: 1.5rem;
  font-family: Roboto; }

.order-basket__link {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 1.2rem;
  font-family: Roboto; }
  .order-basket__link:visited {
    color: black; }
  .order-basket__link:hover {
    text-decoration: underline; }

.basket-layout__list {
  margin-top: 30px; }

.shop-details {
  text-align: left; }
  .shop-details__title {
    margin: 0;
    margin-bottom: 15px;
    color: #388e3c;
    font-weight: 500;
    font-size: 1.8rem;
    font-family: Roboto; }
  .shop-details__icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: middle; }
  .shop-details__info-item {
    margin-top: 10px; }
  .shop-details__text {
    display: inline-block;
    margin: 0;
    margin-left: 5px;
    color: #424242;
    vertical-align: middle;
    font-weight: 500;
    font-size: 1.2rem;
    font-family: Roboto; }
    .shop-details__text a:focus, .shop-details__text a:active, .shop-details__text a:visited {
      color: #424242; }

.full-shops-view {
  text-align: center; }
  .full-shops-view__preloader {
    margin-top: 20px; }
  .full-shops-view__cities {
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc; }
  .full-shops-view__city {
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin-left: 30px;
    text-align: left; }
    .full-shops-view__city:first-child {
      margin-left: 0; }
    .full-shops-view__city-title {
      margin: 0;
      padding-bottom: 5px;
      border-bottom: 1px solid #ccc;
      font-weight: normal;
      font-size: 1.6rem; }
  .full-shops-view__shop {
    display: block;
    margin-top: 10px;
    padding: 0;
    outline: none;
    border: none;
    background: none;
    color: #388e3c;
    text-align: left;
    font-weight: 400;
    font-size: 1.5rem;
    font-family: Roboto;
    cursor: pointer; }
    .full-shops-view__shop:hover {
      text-decoration: underline; }
  .full-shops-view__detailed {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc; }

.personal-office__content {
  margin-top: 20px; }

.personal-office__tab-content {
  padding-top: 20px; }

.search-page__tabs {
  position: relative;
  margin-top: 20px; }

.search-page__view-selector {
  position: absolute;
  top: 15px;
  right: 0;
  display: inline-block; }

.search-page__results {
  margin-top: 20px; }

.main-layout {
  width: 100%; }
  .main-layout__slider {
    position: relative;
    width: 100%; }
    .main-layout__slider-arrow {
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2;
      display: inline-block;
      box-sizing: border-box;
      margin: auto;
      padding: 15px;
      width: 45px;
      height: 45px;
      background-color: #008f32;
      opacity: 0.85;
      cursor: pointer; }
      .main-layout__slider-arrow-icon {
        margin: auto;
        width: 50%;
        height: 100%; }
      .main-layout__slider-arrow path {
        fill: #fff !important; }
      .main-layout__slider-arrow_type_left {
        left: 0;
        transform: scale(-1, -1); }
      .main-layout__slider-arrow_type_right {
        right: 0; }
      .main-layout__slider-arrow svg {
        width: 100%;
        height: 100%; }
    .main-layout__slider-dots {
      padding: 0;
      list-style: none;
      text-align: center; }
      .main-layout__slider-dots li {
        display: inline-block;
        margin-top: 1rem;
        margin-left: 50px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #008f32;
        cursor: pointer; }
        .main-layout__slider-dots li:first-child {
          margin-left: 0; }
        .main-layout__slider-dots li.slick-active, .main-layout__slider-dots li:hover {
          background-color: #ffc200; }
      .main-layout__slider-dots button {
        opacity: 0;
        cursor: pointer; }
  .main-layout__slide {
    position: relative; }
    .main-layout__slide-descr {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      margin: auto;
      width: 60%; }
      .main-layout__slide-descr-content {
        margin: 0 auto;
        padding: 30px;
        max-width: 400px;
        background-color: rgba(255, 255, 255, 0.8);
        text-align: center;
        font-family: Roboto; }
    .main-layout__slide-title {
      margin: 0;
      font-weight: bold;
      font-size: 2rem; }
    .main-layout__slide-text {
      margin: 0;
      margin-top: 30px;
      font-weight: 400;
      font-size: 1.2rem;
      line-height: 1.5; }
    .main-layout__slide-image {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      overflow: hidden;
      width: 100%;
      height: 350px; }
    .main-layout__slide-picture {
      margin: 0 auto;
      height: 100%; }
  .main-layout__news {
    margin-top: 80px; }


/*# sourceMappingURL=2.bc8faf6beaff33084690.css.map*/