body {
  font-family: 'Exo 2', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 36px;
  color: #002E6D;
  -webkit-transition: 0.3s ease-in-out;
}
h1 {
  font-weight: 400;
  font-size: 48px;
}
h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  margin-top: 30px;
}
h4 {
  -webkit-transition: 0.3s ease-in-out;
}
input {
  margin-right: 1.5em;
  font-size: 20px;
  font-family: 'Exo 2', sans-serif;
  color: #444;
}
textarea {
  font-family: 'Exo 2', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
}
section {
  text-transform: uppercase;
  border-bottom: 3px solid #68b738;
  padding: 50px 0px;
  padding-bottom: 90px;
  display: grid;
}
section:last-child {
  border: none;
}
label {
  display: block;
  margin: 10px 0px;
}
html {
  font-size: 16px;
}
.cover {
  margin-right: 0px;
  margin-left: 0px;
  flex-wrap: nowrap;
}
.conteiner {
  max-width: 1112px;
  margin: auto;
  position: relative;
  display: flex;
}
.menu {
  background: #fff;
  box-shadow: 2px 0px 25px rgba(23, 53, 100, 0.25);
  height: 100%;
  max-width: 100px;
  min-width: 100px;
  position: relative;
  z-index: 2;
  padding: 0px;
  -webkit-transition: 0.3s ease-in-out;
  transform: translate(0%, 0);
  -webkit-transition: all 0.5s ease-in-out;
  transform: translate(0%, 0);
  -webkit-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
}
.content {
  display: flex;
  background: #F6F6F6;
  flex: 1 1 100%;
  max-width: 100%;
  height: 100%;
  padding: 0px;

}
.content .inner {
  width: 100%;
  margin: 0px;
}
.nav li {
  margin: 20px auto;
  width: 100%;
}
.nav li:first-child {
  margin-top: 30px;
}
.nav li a {
  margin: auto;
  padding: 0rem 0rem;
  width: 40px;
}
.nav li img {
  width: 40px;
  height: 40px;
}
.nav .active {
  background: rgba(24, 51, 100, 0.1);
  border-left: 3px solid #002E6D;
  padding: 5px 0px;
  margin: 15px auto;
}
.block {
  background: #fff;
  padding: 40px 20px;
  display: flex;
  align-items: center;
}
.block-inner {
  border: 1px solid #002E6D;
  border-right: 0px;
  border-left: 10px solid #5FAD56;
  opacity: 1;
  z-index: 1;
  transform: translate(0, 0%);
  -webkit-transition: all 0.5s ease-in-out;
  transform: translate(-20%, 0);
  -webkit-transform: translate(-20%, 0);
  -o-transform: translate(-20%, 0);
  -moz-transform: translate(-20%, 0);
}
.msg .block-inner-out:first-child .block-inner {
  border-top: 2px solid #002E6D;
  border-bottom: 1px solid #002E6D;
}
.msg .block-inner-out:last-child .block-inner {
  border-top: 1px solid #002E6D;
  border-bottom: 2px solid #002E6D;
}
.block-inner-out {
  overflow: hidden;
  padding: 0px;
}
.block-inner-out input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.block-inner-out input[type=checkbox]:checked~div.block-inner {
  transform: translate(0, 0%);
  -webkit-transition: all 0.5s ease-in-out;
  transform: translate(0%, 0);
  -webkit-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
}
.block-inner-out input[type=checkbox] {
  transform: translate(-20%, 0%);
  -webkit-transition: all 0.5s ease-in-out;
  transform: translate(-20%, 0);
  -webkit-transform: translate(-20%, 0);
  -o-transform: translate(-20%, 0);
  -moz-transform: translate(-20%, 0);
}
.block-inner-out input[type=checkbox]:checked {
  transform: translate(0, 0%);
  -webkit-transition: all 0.5s ease-in-out;
  transform: translate(0%, 0);
  -webkit-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
}
.block-general {
  padding: 0px 0px;
  margin: 12px auto;
}
.icon-block {
  padding: 0px;
  max-width: 70px;
  flex-shrink: 0;
}
.arrow-block {
  min-width: 70px;
  max-width: 70px;
  flex-shrink: 0;
  height: 40px;
}
.titel-block {
  flex-shrink: 1;
  position: unset;
}
.block-inner:active .block-foto {
  display: block;
}
.accordion ul {
  list-style: none;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  padding: 0px 0px;
  margin: 12px auto;
  padding: 0;
}
.accordion .msg  ul {

  margin: 0px auto;

}
.accordion .block-inner-out-group {
  box-shadow: none;
  margin: 0px auto;
}
.msg .block-inner-out .block-inner-out-group .block-inner {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.msg .block-inner-out .block-inner-out-group li:last-child .block-inner {
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #002E6D;
}
.accordion ul li {
  position: relative;
  padding: 0;
  margin: 0;
}
.accordion ul li i:before, .accordion ul li i:after {
  content: "";
  position: absolute;
  background: url("../img/arrow.svg") center no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.accordion ul li i:before {
  transform: translate(0px, 0) rotate(0deg);
}
.accordion ul li i:after {
  transform: translate(0px, 0) rotate(-180deg);
}
.accordion ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.accordion ul li input[type=checkbox]:checked~div.msg {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  transform: translate(0, 0%);
}
.menu-m[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 0%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 3;
}
.accordion ul li input[type=checkbox]:checked~.block i:before {
  transform: translate(-15px, 17px) rotate(0deg);
}
.accordion ul li input[type=checkbox]:checked~.block i:after {
  transform: translate(17px, -17px) rotate(-180deg);
}
div.msg, ul li i:before, ul li i:after {
  transition: all 0.5s ease-in-out;
}
* {
  margin: 0;
  padding: 0;
}
.knopka {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  padding: 20px;
  font-size: 20px;
  margin: 20px;
}
.test {
  position: absolute;
  display: none;
}
#noceck {
  display: none;
}
#noceck[type=radio]:checked~.test {
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  animation: onModal 0.5s forwards;
  z-index: 2;
}
.test-2 {
  position: absolute;
  display: none;
}
#noceck-2 {
  display: none;
}
#noceck-2[type=radio]:checked~.test-2 {
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  animation: onModal 0.5s forwards;
  z-index: 2;
}
@keyframes onModal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bgModal {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  position: relative;
}
.modalBlock {
  position: fixed;
  height: calc(100vh - 14%);
  overflow: hidden;
  background: #fff;
  width: 90%;
  max-width: 965px;
  left: 0;
  right: 0;
  margin: auto;
  top: 10%;
  max-height: 809px;
  border-radius: 15px;
  padding: 24px 17px;
}
.blockCont {
  height: 85%;
  max-height: 698px;
  overflow: scroll;
  margin: 0px;
}
.arrow-down {
  display: flex;
  justify-content: center;
}
.close::before {
  content: "";
  position: absolute;
  background: url("../img/close.svg") center no-repeat;
  background-size: contain;
  width: 29px;
  height: 29px;
}
#noceck2 {
  display: none;
}
#noceck2+label {
  cursor: pointer;
  float: right;
  padding: 0 0px;
  width: 29px;
  height: 29px;
  margin-right: 4px;
  margin-top: 0px;
}
#noceck2-2 {
  display: none;
}
#noceck2-2+label {
  cursor: pointer;
  float: right;
  padding: 0 0px;
  width: 29px;
  height: 29px;
  margin-right: 4px;
  margin-top: 0px;
}
.popup {
  width: 100%;
  padding: 0px;
  height: 100%;
}
.fancybox-iframe {
  background: none;
}
.fancybox-content {}
.fancybox-slide>* {
  background-color: inherit;
}
#list a img {
  width: inherit;
  height: inherit;
  justify-content: center;
}
.gallery-photo-one {
  max-width: 220px;
  height: 220px;
  padding: 0px;
  margin: 6px;
  flex: 1 1 220px;
}
#list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px
}
.photo-block {
  padding: 0px;
}
#files {
  display: none;
}
.photo-gallery {
  max-width: 220px;
  height: 220px;
  background: url("../img/photo-gallery.svg") center no-repeat;
  border: 1px solid #ccc;
  margin: 6px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #C8C8C8;
  line-height: 24px;
  font-size: 20px;
  flex: 1 1 220px;
  cursor: pointer;
}
.photo-gallery p {
  margin-bottom: 1.5em;
}
#ph1 {
  background: #C41E3D;
}
#ph2 {
  background: #5cb85c;
}
.nav-link a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C41E3D;
}
.accordion .buttons {
  box-shadow: none;
}
.open-galery {
  border: 4px solid #173364;
  color: #173364;
}

.finish-report {
  background-color: #173364;
  color: #fff;
  border: none;
}
.finish-report:hover {
  background-color: #173364;
  color: #fff;
  opacity: 0.8;
}
.button {
  justify-content: space-between;
  margin: 0px;
  color: #173364;
}
.button button {
  flex: 0 0 49%;
  font-family: Exo 2;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  padding: 15px;
}
.files {
  height: 100%;
  align-items: center;
  justify-content: center;
  right: 0px;
  top: 0px;
  display: flex;
}
.block-foto {
  height: 100%;
  width: auto;
  width: 20%;
  position: absolute;
  height: 100%;
  right: 0px;
  top: 0px;
  margin-top: 0px;
  cursor: pointer;
}
.open-galery .block-foto {
  margin: auto;
  cursor: pointer;
  width: 100%;
  position: relative;
}
.finish-report .block-foto {
  margin: auto;
  cursor: pointer;
  width: 100%;
  position: relative;
}
.open-galery .block-foto img {
  margin: 10px;
  margin-top: 10px;
}
.menu-mobil {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  width: 0px;
  overflow: hidden;
  position: absolute;
}
.fancybox-content body {
  display: flex;
  justify-content: center;
}

.block-foto a {
  color: #fff;
}
.block-foto a:hover {
  color: #fff;
}
.block-foto a img {
  margin: 15px;
  margin-top: 10px;
}
.border-red {
  border-left: 10px solid red;
}
.choise-category img {
  width: 40px;
}
.choise-category .icon-block {
  max-width: 40px;
}
.choise-category li {
  margin: 20px 0px;
}
@media (max-width: 435px) {
  .titel-block h4 {
    font-size: 14px;
    -webkit-transition: 0.3s ease-in-out;
  }
  .arrow-block {
    min-width: 40px;
    max-width: 40px;
  }
  .accordion ul li i:before, .accordion ul li i:after {
    width: 30px;
    height: 30px;
  }
  .icon-block img {
    width: 40px;
  }
  .accordion ul li input[type=checkbox]:checked~.block i:before {
    transform: translate(-10px, 12px) rotate(0deg);
  }
  .accordion ul li input[type=checkbox]:checked~.block i:after {
    transform: translate(13px, -12px) rotate(-180deg);
  }
  .block {
    padding: 25px 20px;
  }
  .offBlock {
    padding-right: 8px;
  }
}
@media (max-width: 576px) {
  .choise-category .titel-block{flex: 0 0 75%;}
  .block-foto a img {
    margin: 15px;
    margin-left: 0px;
    margin-top: 10px;
}

  .button button {
    flex: 0 0 100%;
  }
  .open-galery {
    margin-bottom: 8px;
  }
  .button .finish-report {
    padding: 25px 10px;
  }
  .button .finish-report:focus {
    box-shadow: none;
  }
  .menu {
    position: absolute;
    -webkit-transition: 0.3s ease-in-out;
    transform: translate(-40%, 0%);
    -webkit-transition: all 0.5s ease-in-out;
    transform: translate(-40%, 0);
    -webkit-transform: translate(-40%, 0);
    -o-transform: translate(-40%, 0);
    -moz-transform: translate(-40%, 0);
    left: -100px;
  }
  .menu-mobil {
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    position: relative;
  }
  .menu-m[type=checkbox]:checked~div.menu {
    transform: translate(0%, 0%);
    -webkit-transition: all 0.5s ease-in-out;
    transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
  }
  .menu-m[type=checkbox]~div.menu {
    transform: translate(100%, 0%);
    -webkit-transition: all 0.5s ease-in-out;
    transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
  }
  .menu-m[type=checkbox] {
    position: absolute;
    cursor: pointer;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    transform: translate(-40%, 0%);
    -webkit-transition: all 0.5s ease-in-out;
    transform: translate(-40%, 0);
    -webkit-transform: translate(0%, 0);
    -o-transform: translate(-40%, 0);
    -moz-transform: translate(-40%, 0);
  }
  .menu-m[type=checkbox]:checked {
    width: 100px;
    height: 100px;
    transform: translate(0, 0%);
    -webkit-transition: all 0.5s ease-in-out;
    transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
  }
}
@media screen and (max-width: 768px) {
  .button button {

    padding: 15px 10px;
  }
  .block-foto {
    width: 40%;
    position: absolute;
    height: 100%;
    right: 0px;
    top: 0px;
  }
  .block-inner {
    transform: translate(-40%, 0%);
    -webkit-transition: all 0.5s ease-in-out;
    transform: translate(-40%, 0);
    -webkit-transform: translate(-40%, 0);
    -o-transform: translate(-40%, 0);
    -moz-transform: translate(-40%, 0);
  }
  .block-inner-out input[type=checkbox] {
    transform: translate(-40%, 0%);
    -webkit-transition: all 0.5s ease-in-out;
    transform: translate(-40%, 0);
    -webkit-transform: translate(-40%, 0);
    -o-transform: translate(-40%, 0);
    -moz-transform: translate(-40%, 0);
}

}
@media screen and (max-width: 815px) {
  .open-galery .block-foto{    display: flex; justify-content: center; align-items: center;}
}
@media (min-width: 992px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 20px;
  }
}
