@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}
body {
  background: #5A85B7;
}

.wrapper {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.name {
  background: #6698D0;
  font-size: 20px;
  line-height: 120px;
  height: 120px;
  padding: 0px 0px 0px 50px;
  font-weight: bolder;
}
@media (max-width: 1000px) {
  .name {
    font-size: 15px;
    padding: 0px;
    height: 80px;
    text-align: center;
  }
}

.container {
  margin: 0 auto;
  max-width: 1700px;
}
@media (max-width: 1700px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}

.indent__in {
  min-height: 70px;
  background: #2B558B;
}
@media (max-width: 1000px) {
  .indent__in {
    min-height: 30px;
  }
}

.indent {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
footer .container {
  background: #6698D0;
}

.footer {
  max-width: 50%;
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 30px;
}
.footer a:hover {
  text-decoration: underline;
}
.footer a:active {
  color: #ffffff;
}
@media (max-width: 1000px) {
  .footer {
    max-width: 100%;
  }
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.content .container {
  background: #fff;
}

.content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .content__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.content__navigation {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
}

.navigation {
  background: #8BB4E9;
}

.navigation__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigation__buttons li {
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
}
.navigation__buttons li a {
  display: block;
}
.navigation__buttons li a:hover {
  background: #5C789B;
  color: #fff;
}
.navigation__buttons li a:active {
  background: #C8D2DD;
}

.navigation__dowtitle {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  margin: 30px 10px 20px 10px;
}

.navigation__filelinks {
  font-size: 20px;
  color: #394967;
}
.navigation__filelinks li {
  line-height: 25px;
  margin: 0px 20px 15px 50px;
}
.navigation__filelinks li:last-child {
  margin: 0px 20px 30px 50px;
}
.navigation__filelinks li a:hover {
  text-decoration: underline;
}
.navigation__filelinks li a:active {
  color: #ffffff;
}

.navigation__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.navigation__image img {
  max-width: 100%;
  padding: 15px;
  border-radius: 30px;
}

.content__image {
  background: url("../img/content_image.png") left bottom no-repeat;
  background-color: #E3EEF5;
  min-width: 253px;
}
@media (max-width: 1200px) {
  .content__image {
    display: none;
  }
}

.content__description {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: #D9F6FD;
  padding: 30px;
  font-size: 18px;
}
.content__description .title {
  margin: 20px 0px 15px 0px;
}
.content__description .title:first-child {
  margin: 0px 0px 15px 0px;
}
.content__description ul {
  margin: 0px 0px 30px 50px;
}
.content__description ul li {
  background: url("../img/check_16.png") 0 2px no-repeat;
  padding: 0px 0px 0px 20px;
}
@media (max-width: 1000px) {
  .content__description ul {
    margin: 0px 0px 20px 0px;
  }
}
.content__description a:hover {
  text-decoration: underline;
}
.content__description a:active {
  color: #ffffff;
}

.title {
  font-size: 20px;
  font-weight: bold;
}