@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a,
h1,
h2,
h3,
p,
span {
  font-weight: 400;
}
h1 {
  font-size: 2.5rem;
  margin: 0;
}
h1,
h2 {
  font-family: ProbaProSemi;
  font-size: 187.5%;
  margin-bottom: 30px;
  color: #122945;
}
h3 {
  font-family: ProbaProSemi;
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #2d5ca6;
}
p {
  margin-bottom: 20px;
}
a {
  text-decoration: none;
  color: #555;
}
a:hover {
  color: #ccc;
}
li,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
button,
input,
textarea {
  background: 0 0;
  outline: 0;
}
button {
  cursor: pointer;
}
input {
  padding: 10px;
  border-bottom: 2px solid #ccc;
  color: #555;
  text-transform: uppercase;
}
.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.btn {
  display: inline-block;
  background: #f60;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 20px 30px;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 12px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 12px 8px rgba(0, 0, 0, 0.05);
}
.btn:hover {
  background: #f60;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@font-face {
  font-family: ProbaProRegular;
  src: url(../fonts/ProbaPro/ProbaPro-Regular.woff2) format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: ProbaProSemi;
  src: url(../fonts/ProbaPro/ProbaPro-SemiBold.woff2) format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: ProbaProBold;
  src: url(../fonts/ProbaPro/ProbaPro-Bold.otf) format("truetype");
}
body {
  background: #e5e5e5;
  font-family: Roboto, sans-serif;
  position: relative;
  font-family: ProbaProRegular;
  font-weight: 400;
  transform: none;
}
.wrapper {
  height: 100%;
  margin: 0 auto;
  max-width: 1280px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.header {
  padding: 30px 20px 20px;
  padding-bottom: 0;
  position: relative;
  background-size: cover;
  background-position: 0 0;
  background-color: #122945;
  background: -o-radial-gradient(50% 50%, 464.98px, #26486f 0, #122945 100%);
  background: radial-gradient(464.98px at 50% 50%, #26486f 0, #122945 100%);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  z-index: 9;
}
.header__burger {
  display: none;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row-between {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.row-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.lang-munu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lang-munu li:first-child {
  position: relative;
  margin-right: 20px;
}
.lang-munu li:first-child::after {
  position: absolute;
  content: "";
  background: #8a96a5;
  width: 2px;
  height: 100%;
  right: -9px;
  top: 0;
}
.lang-munu a {
  color: #8a96a5;
}
.row-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.header__content {
  margin-bottom: 33px;
}
.header__list {
  text-align: center;
}
.contact {
  font-family: ProbaProSemi;
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.contact__subtitle {
  color: #8a96a5;
}
.main-logo {
  position: relative;
  text-align: center;
}
.logo-img {
  margin-bottom: 5px;
}
.logo-title {
  display: block;
  font-family: ProbaProSemi;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2;
}
.logo-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.header__nav {
  margin-left: -20px;
}
.header__menu {
  display: flex;
  padding: 0;
}
.header__menu li a {
  color: #fff;
  font-size: 112.5%;
  font-family: ProbaProSemi;
  display: inline-block;
  padding: 15px 20px;
  background-color: transparent;
  min-height: 50px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header__menu li a:hover {
  background: #2d5ca6;
  color: #ffd300;
}
.search {
  margin-right: -20px;
}
.search__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 112.5%;
  font-family: ProbaProSemi;
  display: inline-block;
  padding: 15px 20px;
  background-color: transparent;
  min-height: 50px;
  z-index: 2;
}
.search__btn img {
  margin-right: 10px;
}
.content {
  padding: 48px 15px 36px;
}
.search-block {
  display: none;
  background: #f2f2f2;
  width: 100%;
  padding: 30px;
}
.active-search {
  display: block;
}
.content__block {
  margin-bottom: 48px;
}
.col-3 {
  width: 30%;
  margin-right: 30px;
}
.col-7 {
  width: 70%;
}
.learning__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.learning__item {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #f2f2f2;
  width: 24%;
  min-height: 160px;
}
.learning__title {
  padding: 15px;
}
.learning__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: #2d5ca6;
  color: #fff;
  padding: 8px 15px;
}
.learning__link:hover {
  background: #122945;
  color: #ffd300;
}
.learning__link span {
  position: relative;
  padding-right: 25px;
}
.learning__link span::after {
  position: absolute;
  content: url(../img/icons/foreign.svg);
  right: 0;
  bottom: 0;
}
.col-9 {
  width: 86%;
}
.features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.features__item {
  width: 30%;
  border-bottom: 2px solid #dedede;
}
.features__img {
  width: 42px;
  margin-bottom: 10px;
}
.col-1 {
  width: 17%;
}
.diplom {
  background: #122945;
  padding: 40px 10px 40px;
  text-align: center;
}
.diplom__title {
  color: #ffd300;
  margin-bottom: 30px;
}
.diplom__text {
  color: #fff;
  margin-bottom: 40px;
}
.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.banner__item {
  width: 49%;
  background: #2d5ca6;
  padding: 15px;
}
.banner__item:nth-child(3n + 1) {
  background: #122945;
}
.banner__title a {
  color: #ffd300;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.banner__title a:hover {
  text-decoration: underline;
}
.banner__footer {
  text-align: right;
}
.banner__link {
  position: relative;
  padding-right: 34px;
  color: #fff;
}
.banner__link::after {
  position: absolute;
  content: url(../img/icons/arrow.png);
  top: 0;
  right: 0;
}
.col {
  width: 50%;
}
.news {
  margin-right: 30px;
}
.news__item {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}
.news-img {
  width: 300px;
  height: 200px;
  display: block;
  margin-right: 15px;
}
.news__info {
  width: 50%;
}
.news-title a {
  color: #2d5ca6;
}
.news__anons {
  margin-bottom: 0;
}
.anons__item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
.anons__data {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ccc;
  width: 20%;
  height: 100px;
  margin-right: 15px;
}
.anons__data-list {
  text-align: center;
  font-size: 125%;
  font-weight: 700;
  color: #555;
}
.anons__text {
  width: 80%;
}
.rss {
  background: #122945;
  width: 100%;
  padding: 40px 20px;
}
.rss__img {
  margin-bottom: 20px;
}
.rss__title {
  color: #ffd300;
}
.rss__text {
  color: #fff;
}
.rss-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.rss-input {
  width: 48%;
  background: #fff;
  padding: 10px;
  text-align: center;
  border-bottom: none;
}
.rss-btn {
  width: 48%;
  background: #ffd300;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
}
.rss-btn:hover {
  background: #2d5ca6;
  color: #fff;
}
.content-block {
  margin-top: 20px;
  margin-bottom: 40px;
}
.block-list {
  display: flex;
  justify-content: space-between;
}
.block-item {
  display: flex;
  align-items: center;
}
.block-icon {
  width: 40px;
  margin-right: 30px;
}
.student {
  background: #f2f2f2;
  width: 43%;
  float: right;
  margin: 0 0 20px 30px;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.student__doks {
  position: relative;
  background: #2d5ca6;
  width: 50%;
  height: 100%;
  padding: 10px;
}
.student__doks:hover {
  background: #122945;
}
.student__doks-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text-light {
  color: #fff;
}
.student__contact {
  margin-left: 10px;
  padding: 10px;
  text-align: left;
}
.student__contact li {
  margin-bottom: 15px;
}
.student__contact li:last-child {
  margin-bottom: 0;
}
.student__contact-link {
  display: flex;
  align-items: center;
}
.student__contact-img {
  margin-right: 5px;
}
.student__info {
  margin-bottom: 15px;
}
.price__link {
  border-bottom: 1px dashed #777;
  margin-bottom: 10px;
}
.contact-form {
  background: #f2f2f2;
  padding: 30px;
}
.dok {
  background: #f2f2f2;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px;
}
.dok__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.dok__item {
  position: relative;
  background: #2d5ca6;
  width: 30%;
  min-height: 230px;
  padding: 30px 15px;
}
.dok__icon {
  margin-bottom: 15px;
}
.dok__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dok__link:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.page-list {
  margin-bottom: 20px;
}
.page-list li {
  padding-bottom: 15px;
}
.footer {
  border-top: 2px solid #dedede;
  padding-top: 20px;
}
.footer__wrap {
  padding: 0 15px;
}
.footer__item {
  margin-bottom: 20px;
}
.footer__logo {
  width: 40%;
  height: 68px;
}
.footer__img {
  width: 68px;
  height: 60px;
  margin-right: 15px;
}
.footer__logo-title,
.footer__title {
  font-family: ProbaProSemi;
  color: #333;
  font-size: 1.2rem;
}
.footer__logo-title {
  color: #00a7ff;
}
.footer__item_nav {
  width: 20%;
}
.footer__contact li,
.footer__menu li {
  margin-bottom: 5px;
}
.footer__item_contact {
  width: 40%;
}
.footer__contact_two {
  margin-left: 40px;
}
.footer__bottom {
  background: #c4c4c4;
  padding: 8px 0;
  font-size: 80%;
}
.web-dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.web-dev img {
  margin-left: 10px;
}
.article {
  width: 70%;
  margin-right: 30px;
}
.sidebar {
  width: 30%;
}
.sidebar__nav {
  margin-bottom: 40px;
}
.sadebar__menu li {
  width: 100%;
  margin-bottom: 10px;
}
.sadebar__menu li a {
  position: relative;
  background: #2d5ca6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 20px;
  color: #fff;
}
.sadebar__menu li a:hover {
  background: #26486f;
}
.sadebar__menu li a::before {
  position: absolute;
  content: url(../img/icons/foreign.svg);
  right: 20px;
  bottom: 10px;
}
.list-link{
	position: relative;
}
.list-link li {
	padding-left: 20px;
	padding-bottom: 15px;
}
.list-link li::before {
    position: absolute;
    content: url(../img/icons/list-link.svg);
}
.list-link li a{
	color: #2d5ca6;
	padding-left: 20px;
}
.f-fixed {
  position: fixed;
  right: 0;
  bottom: 80px;
  z-index: 10;
  display: block;
  opacity: 1;
  -webkit-animation: slide-in 1s ease 2s;
  animation: slide-in 1s ease 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.f-fixed__wrapp {
  margin: 8px 20px 8px 8px;
  -webkit-animation: jumping-button 3s ease 3s infinite;
  animation: jumping-button 3s ease 3s infinite;
  border-radius: 30px;
}
@-webkit-keyframes jumping-button {
  3% {
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg)
  }
  6% {
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg)
  }
  9% {
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg)
  }
  12% {
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg)
  }
  15% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }
  to {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }
}

@keyframes jumping-button {
  3% {
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg)
  }
  6% {
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg)
  }
  9% {
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg)
  }
  12% {
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg)
  }
  15% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }
  to {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }
}

.f-fixed__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: 0;
  text-decoration: none;
  color: #fff;
  line-height: 24px;
  padding: 8px 24px;
  border: none;
  border-radius: 24px;
  background-color: #01aff9;
  -webkit-transition: background-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
  transition: background-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
  transition: box-shadow .2s ease-in-out, background-color .2s ease-in-out;
  transition: box-shadow .2s ease-in-out, background-color .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 2px 4px #01aff9;
  box-shadow: 0 2px 4px #01aff9;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-animation: shadowBg 1s 0.1s ease infinite forwards;
  animation: shadowBg 1s 0.1s ease infinite forwards;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -.2px;
}
@-webkit-keyframes shadowBg {
  from {
      -webkit-box-shadow: 0 0 1px 3px rgba(1, 175, 249, 0.5), 0 0 0 8px rgba(1, 175, 249, 0.2);
      box-shadow: 0 0 1px 3px rgba(1, 175, 249, 0.5), 0 0 0 8px rgba(1, 175, 249, 0.2)
  }
  to {
      -webkit-box-shadow: 0 0 18px 6px rgba(1, 175, 249, 0), 0 0 4px 30px rgba(1, 175, 249, 0);
      box-shadow: 0 0 18px 6px rgba(1, 175, 249, 0), 0 0 4px 30px rgba(1, 175, 249, 0)
  }
}

@keyframes shadowBg {
  from {
      -webkit-box-shadow: 0 0 1px 3px rgba(1, 175, 249, 0.5), 0 0 0 8px rgba(1, 175, 249, 0.2);
      box-shadow: 0 0 1px 3px rgba(1, 175, 249, 0.5), 0 0 0 8px rgba(1, 175, 249, 0.2)
  }
  to {
      -webkit-box-shadow: 0 0 18px 6px rgba(1, 175, 249, 0), 0 0 4px 30px rgba(1, 175, 249, 0);
      box-shadow: 0 0 18px 6px rgba(1, 175, 249, 0), 0 0 4px 30px rgba(1, 175, 249, 0)
  }
}
.f-fixed__btn {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
}
.modal-wrap {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.250);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.modal {
  position: fixed;
  background: #fff;
  width: 360px;
  height: 420px;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-180px);
      -ms-transform: translateX(-180px);
          transform: translateX(-180px);
  padding: 40px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  z-index: 11;
}

.modal-active {
  display: block;
  transition: .5s;
}

.close__modal {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 10px;
  color: #555;
}

.close__modal:hover {
  color: 999;
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.modal__title {
  font-size: 24px;
  margin: 40px 0;
}

.form-input {
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  outline: none;
}
.form-btn {
  cursor: pointer;
  background: #01aff9;
  font-size: 16px;
  color: #fff;
  padding: 12px 30px;
  margin: 20px auto;
  border-radius: 24px;
  outline: none;
}
.modal-active {
  display: block;
}
.wpcf7-response-output {
  display: none;
}
@media (max-width: 768px) {
  .row,
  .row-around,
  .row-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-logo {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 40px 0;
  }
  .header__contact {
    margin-bottom: 40px;
  }
  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
  }
  .header__burger span,
  .header__burger::after,
  .header__burger::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 30px;
    height: 2px;
  }
  .header__burger::before {
    top: 0;
    left: 0;
  }
  .header__burger::after {
    left: 0;
    bottom: 0;
  }
  .header__burger span {
    left: 0;
    top: 9px;
  }
  .header__burger.active-nav::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header__burger.active-nav::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 9px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .header__burger.active-nav span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  .header__nav {
    display: none;
    position: absolute;
    background: #777;
    width: 110%;
    top: 55px;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  }
  .active-nav {
    display: block;
  }
  .header__menu {
    flex-direction: column;
    padding: 40px;
  }
  .col-md {
    width: 100%;
  }
  .learning__item {
    width: 48%;
  }
  .features__item {
    width: 47%;
  }
  .banner__item {
    width: 100%;
  }
  .banner__item:nth-child(1) {
    background: #2d5ca6;
  }
  .banner__item:nth-child(2n) {
    background: #122945;
  }
  .news {
    margin-right: 0;
  }
  .news__item {
    text-align: center;
  }
  .news-img {
    margin: 0 0 20px 0;
  }
  .news__info {
    width: 100%;
  }
  .anons__item {
    display: flex;
  }
  .anons__data {
    margin: 0 10px 0;
  }
  .block-list {
    flex-wrap: wrap;
  }
  .block-item {
    width: 100%;
  }
  .student {
    width: 100%;
  }
  .student__contact {
    margin-top: 20px;
  }
  .dok__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer__contact_two {
    margin-left: 0;
    margin-top: 20px;
  }
  .footer__item_contact,
  .footer__item_nav,
  .footer__logo {
    width: 100%;
  }
  .article {
    width: 100%;
    margin-right: 0;
  }
  .sidebar {
    width: 100%;
  }
  .contact-form input {
    width: 100%;
  }
}
