.root .desktop_sections .sec_elem {
  margin: 10px 0;
}

.root .desktop_sections .sec_elem.selected > .sec_elem_data > a {
  color: #BCB4FF;
  font-weight: bold;
  text-decoration: none;
}

.root .desktop_sections .sec_elem .sec_elem_data {
  font-size: 14px;
}

.root .desktop_sections .sec_elem .sec_elem_data .folder_icon {
  padding-right: 10px;
}

.root .desktop_sections .sec_elem .sec_elem_data a {
  color: #666;
}

.root .desktop_sections .sec_elem .sec_elem_childs {
  padding-left: 20px;
  border-left: solid 1px #CCC;
}

.root .mobile_sections {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 0 0;
  background-color: #FFF;
  z-index: 100;
  font-size: 16px;
  color: #000;
  background-color: #BCB4FF;
}

.root .mobile_sections.opened .selected {
  border-bottom: 0;
}

.root .mobile_sections.opened .sections {
  display: block;
}

.root .mobile_sections.fixed {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  box-shadow: 0 0 30px #000;
}

.root .mobile_sections .selected {
  padding: 10px;
  padding-bottom: 15px;
}

.root .mobile_sections .selected .sel_value {
  width: 79%;
  display: inline-block;
  vertical-align: middle;
}

.root .mobile_sections .selected .sel_switch {
  width: 20%;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}

.root .mobile_sections .sections {
  padding: 10px;
  padding-top: 15px;
  border-top: solid 1px #000;
  overflow: hidden;
  display: none;
  transition: all 0.3s ease-out;
}

.root .mobile_sections .sections .sec_elem {
  margin-top: 10px;
}

.root .mobile_sections .sections .sec_elem .sec_elem_data {
  color: #000;
  text-decoration: none;
  display: block;
}

.root .mobile_sections .sections .sec_elem .sec_elem_childs {
  padding-left: 40px;
}

.root .filter-block {
  border: solid 1px #CCC;
  border-radius: 6px;
  margin-bottom: 10px;
  background-color: #FCFCFC;
}

.root .filter-block .filter-block-header {
  background-color: #F6F6F6;
  padding: 10px;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
}

.root .filter-block .filter-block-header:hover {
  background-color: #EEE;
}

.root .filter-block .filter-block-header .visible-items-count {
  width: 50%;
  display: inline-block;
  vertical-align: center;
}

.root .filter-block .filter-block-header .selected-filters-count {
  width: 50%;
  display: inline-block;
  text-align: right;
  vertical-align: center;
}

.root .filter-block .filter-block-body {
  overflow: hidden;
  padding: 5px;
  border-top: solid 1px #CCC;
}

.root .filter-block .filter-block-body .materials-filter {
  display: inline-block;
  min-width: 33%;
  vertical-align: top;
}

.root .filter-block .filter-block-body .materials-filter .filter-name {
  font-weight: bold;
  padding: 5px 10px;
  border-bottom: solid 1px #CCC;
  margin: 5px 10px;
}

.root .filter-block .filter-block-body .materials-filter .filter-vars {
  margin: 0 10px;
  padding: 0 10px;
}

.root .filter-block .filter-block-body .materials-filter .filter-vars label {
  font-weight: normal;
  display: block;
}

.root .filter-block .filter-block-body .filter-block-actions {
  text-align: right;
}

.root .filter-block .filter-block-body .filter-block-actions .btn {
  margin: 5px;
}

.root .material {
  display: inline-block;
  width: 195px;
  margin: 8px;
  margin-bottom: 15px;
  text-align: center;
  vertical-align: top;
}

.root .material .material_image {
  border: solid 1px #666;
  width: 100%;
  height: 195px;
  overflow: hidden;
  position: relative;
  display: block;
  cursor: pointer;
  margin-bottom: 5px;
  position: relative;
}

.root .material .material_image img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-out;
  z-index: 1;
  cursor: pointer;
}

.root .material .material_image img:hover {
  transform: scale(1.1);
}

.root .material .material_image .like {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px;
  background-color: rgba(188, 180, 255, 0.6);
  z-index: 10;
  text-align: center;
  width: 100%;
  font-size: 14px;
  transition: all 0.2s ease-out;
  color: #333;
}

.root .material .material_image .like span {
  padding-left: 10px;
}

.root .material .material_image .like:hover {
  color: #000;
  background-color: #BCB4FF;
}

.root .material .material_name {
  font-size: 13px;
  color: #565;
  font-weight: bold;
  line-height: 1.2;
}

.root .material .material_props {
  font-size: 12px;
  margin-top: 3px;
  color: #666;
}

.root .material .material_props span {
  padding-left: 5px;
}

.root .materials-feedback {
  padding: 5px 20px;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}

.root .materials-feedback h1 {
  font-size: 22px;
  text-align: center;
  margin-top: 0;
}

.root .materials-feedback h2 {
  font-size: 18px;
  text-align: center;
}

.root .materials-feedback .congrats {
  text-align: center;
  color: #090;
}

.root .materials-feedback .selected-elem-image {
  text-align: center;
  padding-bottom: 10px;
}

.root .materials-feedback .selected-elem-image img {
  width: 100px;
  height: auto;
  border: solid 1px #BBB;
  padding: 2px;
  background-color: #FFF;
}

.root .materials-feedback .selected-elem-name {
  width: 70%;
  margin: 3px auto;
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
}

.root .materials-feedback .mat-form .form-group {
  margin-bottom: 5px;
}

.root .materials-feedback .mat-form label {
  color: #363;
  font-size: 13px;
}

.root .materials-feedback .mat-form textarea {
  height: 100px;
}

.root .materials-feedback .mat-form .btn {
  text-align: center;
}

.root .materials-feedback .mat-form #g-recaptcha {
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .root {
    padding-top: 50px;
  }
  .filter {
    padding-right: 0;
    padding-left: 0;
  }
  .filter .filter-block {
    border-radius: 0;
  }
  .filter .filter-block .filter-block-body .materials-filter {
    min-width: 50%;
  }
  .materials-feedback {
    padding: 5px 10px;
  }
  .materials-feedback h1 {
    font-size: 18px;
  }
  .materials-feedback h2 {
    font-size: 16px;
  }
  .materials-feedback .selected-elem-image img {
    width: 100px;
  }
}

@media screen and (max-width: 480px) {
  .root .desktop_sections .material {
    width: 140px;
  }
  .root .desktop_sections .material .material_image {
    height: 140px;
  }
}

@media screen and (max-width: 360px) {
  .root .desktop_sections .material {
    width: 130px;
  }
  .root .desktop_sections .material .material_image {
    height: 130px;
  }
  .materials-feedback .selected-elem-image img {
    width: 90px;
    padding: 0;
    border-color: #333;
  }
}

@media screen and (max-width: 330px) {
  .root .desktop_sections .material {
    width: 120px;
  }
  .root .desktop_sections .material .material_image {
    height: 120px;
  }
}

@media screen and (max-height: 700px) {
  .root .materials-feedback .selected-elem-image img {
    width: 90px;
  }
}
