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

.root .desktop_sections .ps_elem.special > .ps_elem_data > a {
  color: #694;
  text-decoration: underline;
  font-weight: bold;
}

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

.root .desktop_sections .ps_elem .ps_elem_data {
  font-size: 14px;
}

.root .desktop_sections .ps_elem .ps_elem_data .folder_icon {
  padding-right: 10px;
}

.root .desktop_sections .ps_elem .ps_elem_data a {
  color: #666;
}

.root .desktop_sections .ps_elem .ps_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: #AADF8F;
}

.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 #FFF;
  overflow: hidden;
  display: none;
  transition: all 0.3s ease-out;
}

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

.root .mobile_sections .sections .ps_elem .ps_elem_data {
  color: #333;
  text-decoration: none;
  display: block;
}

.root .mobile_sections .sections .ps_elem .ps_elem_childs {
  padding-left: 40px;
}

.root .section_header {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.4em;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
}

.root .image {
  display: inline-block;
  width: 195px;
  height: 195px;
  margin: 8px;
  position: relative;
  cursor: pointer;
  text-align: center;
  border: solid 1px #666;
  overflow: hidden;
}

.root .image a, .root .image a:selected {
  text-decoration: none;
}

.root .image img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-out;
  z-index: 1;
  cursor: zoom-in;
}

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

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

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

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

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

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

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

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

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

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

.projs-feedback .projs-form .form-group {
  margin-bottom: 5px;
}

.projs-feedback .projs-form label {
  color: #333;
  font-size: 13px;
}

.projs-feedback .projs-form textarea {
  height: 100px;
}

.projs-feedback .projs-form .btn {
  text-align: center;
}

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

@media screen and (max-width: 768px) {
  .root {
    padding-top: 75px;
  }
  .projs-feedback {
    padding: 5px 10px;
  }
  .projs-feedback h1 {
    font-size: 18px;
  }
  .projs-feedback h2 {
    font-size: 16px;
  }
  .projs-feedback .selected-elem img {
    width: 100px;
  }
}

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

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

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