@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&family=Open+Sans:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap");
@media screen and (max-width: 640px) {
  section {
    padding: 0 20px;
  }
}

@media (min-width: 575.98px) {
  section {
    padding: 0 calc(50% - 270px);
  }
}

@media (min-width: 767.98px) {
  section {
    padding: 0 calc(50% - 360px);
  }
}

@media (min-width: 991.98px) {
  section {
    padding: 0 calc(50% - 480px);
  }
}

@media (min-width: 1199.98px) {
  section {
    padding: 0 calc(50% - 610px);
  }
}

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

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

input, textarea {
  outline: none;
}

input:active, textarea:active {
  outline: none;
}

:focus {
  outline: none;
}

textarea {
  resize: none;
}

textarea {
  resize: vertical;
}

textarea {
  resize: horizontal;
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
  margin: 0;
}

body {
  font-family: 'HelveticaNeue';
  font-weight: 400;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
  height: 100%;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

a {
  font-family: inherit;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
  border: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

body {
  font-family: "Open Sans";
  color: #000;
}

body.fixed {
  overflow: hidden;
}

a:hover {
  color: #015445;
}

.relative {
  position: relative;
}

.content.top50 {
  padding-top: 50px;
}

.content.top70 {
  padding-top: 70px;
}

.content.top80 {
  padding-top: 80px;
}

.content.top90 {
  padding-top: 90px;
}

.citylist {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}

.citylist__link {
  font-size: 14px;
  text-align: left;
  display: block;
  width: 100%;
}

.content h1, .content .h1 {
  font-size: 60px;
  font-family: "Oswald";
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}

@media screen and (max-width: 541px) {
  .content h1, .content .h1 {
    font-size: 40px;
    line-height: 52px;
  }
}

.content h1 span, .content .h1 span {
  color: #015445;
}

.content h2, .content .h2 {
  font-family: Oswald;
  font-weight: bold;
  font-size: 60px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 50px;
  line-height: 72px;
}

@media screen and (max-width: 541px) {
  .content h2, .content .h2 {
    font-size: 28px;
    line-height: 38px;
  }
}

.content h2:before, .content .h2:before {
  width: 77px;
  height: 15px;
  background-image: url("/img/h2.png");
  content: "";
  position: absolute;
  top: -26px;
}

.content h2 span, .content .h2 span {
  color: #015445;
}

.content h3, .content .h3 {
  font-family: Oswald;
  font-weight: bold;
  font-size: 50px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 50px;
  line-height: 72px;
}

@media screen and (max-width: 541px) {
  .content h3, .content .h3 {
    font-size: 28px;
    line-height: 38px;
  }
}

.content h3:before, .content .h3:before {
  width: 77px;
  height: 15px;
  background-image: url("/img/h2.png");
  content: "";
  position: absolute;
  top: -26px;
}

.content h3 span, .content .h3 span {
  color: #015445;
}

.content p {
  line-height: 30px;
  margin-bottom: 30px;
}

.content ul {
  margin-bottom: 30px;
}

.content ul li {
  line-height: 36px;
  position: relative;
  padding-left: 25px;
}

.content ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  content: '\f00c';
  color: #015445;
}

.diplom--cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 325px;
  margin-bottom: 65px;
}

.diplom--cart__image {
  height: 310px;
  width: 100%;
  background-color: #eaf9e7;
  padding: 50px 20px;
}

.diplom--cart__image figure {
  width: 100%;
  height: 100%;
}

.diplom--cart__image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.diplom--cart__image figure figcaption {
  display: none;
}

.diplom--cart__name {
  margin-top: 20px;
  line-height: 30px;
}

.diplom--cart__price {
  margin-top: 10px;
  font-family: Oswald;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  position: relative;
  padding-left: 10px;
}

.diplom--cart__price:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #015445;
  width: 122px;
  height: 36px;
  -webkit-transform: skewX(-3deg);
  transform: skewX(-3deg);
}

.diplom--cart__button {
  width: 210px;
  height: 40px;
  line-height: 35px;
  border-style: solid;
  border-width: 3px;
  border-color: #f4f117;
  border-radius: 5px;
  margin-top: 20px;
  font-family: Oswald;
  display: block;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
}

.slick-slider {
  position: relative;
  padding-bottom: 90px;
}

.slick-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 1px 27.9px 2.1px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 27.9px 2.1px rgba(0, 0, 0, 0.07);
  width: 50px;
  height: 50px;
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  font-size: 24px;
}

.slick-slider .slick-arrow:hover {
  background-color: #f4f117;
  color: #fff;
}

.slick-slider .slick-prev {
  margin-left: -70px;
}

.slick-slider .slick-next {
  margin-left: 20px;
}

.topmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 112px;
  padding-left: 15px;
  font-family: Oswald, serif;
  font-size: 18px;
  padding-top: 25px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.topmenu__burger {
  display: none;
}

.topmenu--wrapper {
  background: transparent;
}

.topmenu--wrapper.nohome {
  background-image: url("/img/topmenu_bkg.jpg");
  background-position: 50% 0%;
  background-size: 100%;
}

.topmenu__logo {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  margin-right: 30px;
}

.topmenu--city_m, .topmenu--email_m {
  display: none;
}

.topmenu--email, .topmenu--city {
  padding-left: 25px;
  margin-right: 30px;
  position: relative;
}

.topmenu--email a, .topmenu--city a {
  text-decoration: underline;
}

.topmenu--email:before, .topmenu--city:before {
  position: absolute;
  left: 0;
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  font-weight: 900;
  width: 20px;
  display: block;
  height: 20px;
}

.topmenu--city a {
  color: #b9f4ad;
}

.topmenu--city:before {
  top: 5px;
  content: '\f041';
}

.topmenu--email:before {
  top: 5px;
  content: '\f0e0';
}

.topmenu--phone {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #000;
  text-align: right;
  padding-right: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
}

.topmenu--phone a {
  height: 40px;
  font-size: 24px;
  line-height: 40px;
}

.topmenu__callback {
  display: block;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-right: 55px;
  width: 170px;
  height: 40px;
  line-height: 35px;
  border: 3px solid #f4f117;
  border-radius: 5px;
}

.topmenu.nohome {
  padding-bottom: 25px;
}

.banner {
  padding-top: 155px;
  padding-left: 165px;
  background-image: url("/img/passport.png");
  background-repeat: no-repeat;
  background-position: center right;
}

.banner--wrapper {
  background-image: url("/img/topmenu_bkg.jpg");
  background-position: 50% 0%;
  background-size: cover;
  height: 666px;
  position: relative;
  top: -77px;
  z-index: 1;
}

.banner__title {
  font-family: Oswald;
  max-width: 350px;
  line-height: 72px;
  color: #fff;
  font-weight: bold;
  font-size: 60px;
  text-transform: uppercase;
  position: relative;
}

.banner__title:before {
  width: 77px;
  height: 15px;
  background-image: url("/img/h2.png");
  content: "";
  position: absolute;
  top: -26px;
}

.banner__remark {
  margin-top: 10px;
  font-family: Oswald;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  background-color: #f4f117;
  display: inline-block;
  padding: 5px 5px;
  border-radius: 5px;
}

.banner__desc {
  margin-top: 20px;
  color: #fff;
  font-family: "Open Sans";
  max-width: 355px;
  line-height: 30px;
  font-size: 18px;
}

.banner--adv {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.banner--adv--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  background: #fff;
  color: #000;
  margin-right: 18px;
  max-width: 191px;
  height: 200px;
  border-radius: 10px;
  padding: 25px 20px;
  font-family: "Open Sans";
  -webkit-box-shadow: 0px 1px 27.9px 2.1px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 27.9px 2.1px rgba(0, 0, 0, 0.07);
  text-shadow: 0px 1px 27.9px rgba(0, 0, 0, 0.07);
}

.banner--adv--item__icon {
  display: inline-block;
  margin-bottom: 20px;
}

.banner--adv--item__title {
  color: darkgreen;
  font-weight: bold;
  line-height: 18px;
}

.banner--adv--item__text {
  margin-top: 15px;
  font-size: 14px;
}

.leftmenu {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 99;
  top: 0;
  height: 100%;
  -webkit-box-shadow: 0px 1px 27.9px 2.1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 27.9px 2.1px rgba(0, 0, 0, 0.3);
}

.leftmenu--item {
  width: 112px;
  background-color: #fff;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.leftmenu--item:first-of-type {
  padding-top: 0px;
}

.leftmenu--item:first-of-type img {
  margin-left: 17px;
  margin-right: 17px;
}

.leftmenu--item:last-of-type {
  padding-bottom: 20px;
}

.leftmenu--item__img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: auto 30px;
}

.leftmenu--item__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.leftmenu--item__hidden {
  font-family: Oswald;
  font-size: 18px;
  text-align: left;
  line-height: 0;
  width: 100%;
  text-transform: uppercase;
  display: none;
}

.leftmenu--item.parent {
  position: relative;
}

.leftmenu--item.parent:after {
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -5px;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
  content: '\f105';
  width: 10px;
  height: 10px;
  color: #767575;
}

.leftmenu--child {
  overflow: auto;
  overflow-y: visible;
  -webkit-box-shadow: 0px 1px 27.9px 2.1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 27.9px 2.1px rgba(0, 0, 0, 0.3);
  background: #fff;
  color: #000;
  position: fixed;
  top: 0;
  height: 100%;
  left: calc(50% - 480px);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  max-width: 990px;
  width: 100%;
  max-height: 100vh;
}

@media screen and (max-width: 541px) {
  .leftmenu--child {
    max-height: unset;
    overflow: unset;
    height: auto;
  }
}

.leftmenu--child li.level1 {
  margin-bottom: 30px;
}

.leftmenu--child li.level1 > a {
  color: #015445;
  font-family: Oswald, serif;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
}

.leftmenu--child li.level1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-height: 70vh;
  width: 100%;
}

@media screen and (max-width: 541px) {
  .leftmenu--child li.level1 ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-height: unset;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.leftmenu--child li.level1 li.level2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.leftmenu--child li.level1 li.level2 a {
  margin-bottom: 15px;
  display: block;
}

.leftmenu--child li.level1:last-of-type > a {
  font-size: 18px;
  color: #015445;
}

.leftmenu--child li.level1:last-of-type li.level2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
}

.leftmenu--child li.level1:last-of-type li.level2 > a.year {
  font-family: Oswald;
  font-size: 16px;
  margin-bottom: 25px;
  display: block;
  font-weight: bold;
}

@media screen and (max-width: 541px) {
  .leftmenu--child li.level1:last-of-type li.level2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.leftmenu--child li.level1:last-of-type li.level3 {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
}

.leftmenu--child li.level1.last ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 541px) {
  .leftmenu--child li.level1.last ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.leftmenu .leftmenu--child {
  display: none;
}

.leftmenu.active .leftmenu--item {
  background-color: #fff;
  width: 332px;
}

.leftmenu.active .leftmenu--item a {
  color: #000;
}

.leftmenu.active .leftmenu--item__hidden {
  display: block;
}

.leftmenu.active .leftmenu--item.active:hover {
  background-color: #015445;
  color: #fff;
}

.leftmenu.active .leftmenu--item.active:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.leftmenu.active .leftmenu--item.active:first-of-type:hover img {
  -webkit-filter: none;
  filter: none;
}

.leftmenu.active .leftmenu--child.active {
  left: calc(50% - 280px);
  display: block;
}

.description {
  padding-left: 165px;
  padding-top: 210px;
  position: relative;
}

.examples {
  padding-left: 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.examples .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
}

.require {
  padding-left: 165px;
  padding-bottom: 50px;
}

.require--wrapper {
  background: url("/img/waves.png"), #ffffe9;
  background-position: 70vw -50vh;
  background-repeat: no-repeat;
  background-size: 100%;
}

.require--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.require--item {
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 1px 27.9px 2.1px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 27.9px 2.1px rgba(0, 0, 0, 0.07);
  width: 325px;
  height: 220px;
  padding: 20px 30px;
  margin-bottom: 30px;
}

.require--item__icon {
  margin-bottom: 15px;
}

.require--item__text {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  color: darkgreen;
}

.howto {
  padding-left: 165px;
  padding-bottom: 25px;
}

.howto--wrapper {
  background-image: url("/img/howto_bkg.jpg");
  background-size: cover;
  background-position: left center;
}

.howto__title {
  color: #fff;
  margin-bottom: 10px !important;
}

.howto__subtitle {
  border-radius: 5px;
  background-color: #f4f118;
  height: 36px;
  line-height: 36px;
  color: #000;
  display: inline-block;
  font-family: Oswald;
  font-size: 30px;
  text-transform: uppercase;
  padding: 0px 5px;
  margin-bottom: 40px;
}

.howto--columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.howto--columns__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  height: 100%;
}

.howto--steps {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  margin-left: 30px;
}

.howto--steps__element {
  padding-left: 100px;
  color: #fff;
  font-size: 18px;
  padding-top: 30px;
  padding-bottom: 33px;
  margin-bottom: 30px;
  position: relative;
}

.howto--steps__element:before {
  border-radius: 5px;
  background-color: #eaeaea;
  -webkit-box-shadow: 0px 1px 27.9px 2.1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 27.9px 2.1px rgba(0, 0, 0, 0.15);
  position: absolute;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: black;
  left: 0;
  text-align: center;
  font-size: 30px;
  top: 0;
}

.howto--steps__element:last-of-type {
  margin-bottom: 0;
}

.howto--steps__element:last-of-type:before {
  top: unset;
  bottom: 0;
}

.howto--steps__element:nth-child(1):before {
  content: "1";
}

.howto--steps__element:nth-child(2):before {
  content: "2";
}

.howto--steps__element:nth-child(3):before {
  content: "3";
}

.howto--steps__element:nth-child(4):before {
  content: "4";
}

.howto--feedback {
  margin-top: 50px;
  background-color: #077461;
  background: linear-gradient(260deg, transparent 20px, #077461 0);
  color: #fff;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.howto--feedback__text {
  max-width: 580px;
}

.howto--feedback__button {
  border-style: solid;
  border-width: 3px;
  border-color: #f4f117;
  border-radius: 5px;
  width: 214px;
  height: 44px;
  display: block;
  line-height: 38px;
  font-family: Oswald;
  text-align: center;
  text-transform: uppercase;
}

.howto--payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.reviews {
  padding-left: 165px;
  padding-top: 210px;
  padding-bottom: 70px;
}

.reviews--slider {
  margin-top: 70px;
}

.reviews--review {
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 1px 27.9px 2.1px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 27.9px 2.1px rgba(0, 0, 0, 0.07);
  max-width: 325px;
  width: 100%;
  padding: 17px 30px;
}

.reviews--review__img {
  float: left;
  width: 46px;
  height: 46px;
  -o-object-fit: contain;
  object-fit: contain;
}

.reviews--review__name {
  line-height: 46px;
  margin-left: 60px;
  margin-bottom: 30px;
}

.reviews--review__slogan {
  color: #dfdc12;
  margin-bottom: 23px;
}

.reviews--review__text {
  line-height: 30px;
}

.feedback {
  padding-left: 165px;
  padding-bottom: 60px;
}

.feedback--wrapper {
  background-image: url("/img/feedback_bkg.jpg");
  background-size: cover;
}

.feedback--form {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feedback--form__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 30px;
}

.feedback--form__input {
  border-radius: 7px;
  background-color: white;
  -webkit-box-shadow: 0px 1px 27.9px 2.1px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 27.9px 2.1px rgba(0, 0, 0, 0.07);
  width: 237px;
  height: 40px;
  line-height: 40px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: none;
  padding: 0 20px;
  text-transform: uppercase;
}

.feedback--form__input:nth-child(4) {
  margin: 0;
}

.feedback--form__textarea {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  border-radius: 7px;
  background-color: white;
  -webkit-box-shadow: 0px 1px 27.9px 2.1px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 27.9px 2.1px rgba(0, 0, 0, 0.07);
  border: none;
  padding: 20px;
  height: 200px;
  margin-bottom: 50px;
}

.feedback--form__button {
  width: 210px;
  height: 40px;
  line-height: 35px;
  border-style: solid;
  border-width: 3px;
  border-color: #f4f117;
  border-radius: 5px;
  margin-top: 0px;
  font-family: Oswald;
  display: block;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
}

.captcha {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.captcha input {
  background-color: white;
  -webkit-box-shadow: 0px 1px 27.9px 2.1px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 27.9px 2.1px rgba(0, 0, 0, 0.07);
  width: 132px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-width: 3px;
  border-color: #f4f117;
  border-radius: 5px;
}

.captcha label {
  display: none;
}

.captcha .btn {
  margin: auto 20px;
  width: 110px;
  height: 40px;
  line-height: 35px;
  border-style: solid;
  border-width: 3px;
  border-color: #015445;
  border-radius: 5px;
  font-family: Oswald;
  display: block;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  background: transparent;
  cursor: pointer;
}

footer {
  background-image: url("/img/footer_bkg.jpg");
  background-size: cover;
  padding-bottom: 60px;
}

footer .topmenu {
  color: #000;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .topmenu--phone {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

footer .footer {
  padding-left: 165px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .footer--column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding-right: 30px;
}

footer .footer--column:nth-child(4) {
  padding: 0;
}

footer .footer--menu {
  margin-right: 10px;
}

footer .footer--menu__title {
  font-family: "Oswald";
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}

footer .footer--menu a {
  display: block;
  font-size: 14px;
  line-height: 30px;
}

footer .footer--bottom {
  margin-top: 90px;
}

.remodal form {
  margin: auto;
}

.diplom--detail {
  padding-left: 165px;
  padding-top: 35px;
  padding-bottom: 30px;
}

.diplom--detail .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.diplom--detail .row .diplom--cart {
  margin-right: 10px;
}

.diplom--detail .row .diplom--cart:last-of-type {
  margin-right: 0;
}

.diplom--detail__date {
  font-size: 36px;
  margin-top: 20px;
  font-family: Oswald;
  text-transform: uppercase;
}

.diplom--detail--sliderblock {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.diplom--detail--navslider {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  margin-right: 20px;
  margin-left: 00px;
  height: 380px;
}

.diplom--detail--navslider .slick-list {
  padding: 0 !important;
  height: 380px !important;
}

.diplom--detail--navslider img {
  max-width: 110px;
  padding: 10px;
  margin: 5px;
  background-color: #eaf9e7;
}

.diplom--detail--navslider img.slick-current {
  border-style: solid;
  border-width: 3px;
  border-color: #f4f118;
}

.diplom--detail--slider {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 550px;
  flex: 0 0 550px;
  width: 550px;
  margin-right: 15px;
  position: relative;
  height: 380px;
}

.diplom--detail--slider img {
  max-width: 550px;
  height: 380px;
}

.diplom--detail--slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -25px;
}

.diplom--detail--slider .slick-next {
  right: -25px;
  left: unset;
}

.diplom--detail--slider .slick-prev {
  left: 50px;
  z-index: 9;
  right: unset;
}

.diplom--detail--priceblock {
  background-image: url("/img/priceblock.png");
  background-size: cover;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
  padding-left: 50px;
  padding-top: 130px;
  position: relative;
  z-index: -1;
}

.diplom--detail--priceblock__title {
  font-family: Oswald;
  font-weight: bold;
}

.diplom--detail--priceblock__price {
  margin-top: 10px;
  font-family: Oswald;
  font-size: 52px;
  line-height: 58px;
  color: #fff;
  position: relative;
  padding-left: 10px;
}

.diplom--detail--priceblock__price:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #015445;
  width: 210px;
  height: 60px;
  -webkit-transform: skewX(-3deg);
  transform: skewX(-3deg);
}

.diplom--detail--priceblock__button {
  width: 210px;
  height: 40px;
  line-height: 35px;
  border-style: solid;
  border-width: 3px;
  border-color: #f4f117;
  border-radius: 5px;
  margin-top: 60px;
  font-family: Oswald;
  display: block;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
}

.breadcrumbs {
  padding-left: 165px;
  padding-top: 55px;
}

.breadcrumbs ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.breadcrumbs ol li {
  font-size: 14px;
  font-family: "Open Sans";
  color: #707070;
}

.breadcrumbs ol li:after {
  content: "-";
  padding: 0 5px;
}

.breadcrumbs ol li:last-of-type:after {
  display: none;
}

@media screen and (max-width: 769px) {
  header {
    position: -webkit-sticky;
    position: sticky;
    z-index: 99;
    top: 0;
  }
  .topmenu {
    margin: auto;
    padding: 20px;
  }
  .topmenu--wrapper {
    margin: auto;
    padding: 0;
    background-color: #fff;
  }
  .topmenu__burger {
    display: block;
    position: absolute;
    left: 00px;
    top: 50%;
    margin-top: -15px;
    background-image: url("/img/burger.png");
    width: 40px;
    height: 30px;
  }
  .topmenu__logo {
    margin: auto;
    margin-left: 50px;
    padding-left: 50px;
    color: #000;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    max-width: 150px;
  }
  .topmenu__logo:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background-image: url("/img/logo-m.png");
  }
  .topmenu--city, .topmenu--email {
    display: none;
  }
  .topmenu--phone {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .topmenu--phone a {
    white-space: nowrap;
  }
  .topmenu__callback {
    margin: auto;
  }
  .leftmenu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    max-width: 480px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    height: auto;
    background: #fff;
  }
  .leftmenu--mobile {
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .leftmenu--mobile__close {
    width: 80px;
    height: 80px;
    background-image: url("/img/burger-close.png");
    z-index: 9;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .leftmenu--mobile__phone {
    width: 80px;
    height: 80px;
    background-image: url("/img/m-menu-phone.png");
    z-index: 9;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .leftmenu--item {
    width: 100%;
    height: 80px;
    line-height: 80px;
  }
  .leftmenu--item__img {
    margin: 20px 30px;
  }
  .leftmenu--item__hidden {
    display: block;
  }
  .leftmenu--item.logo {
    padding-left: 80px;
    width: 50%;
  }
  .leftmenu--item.logo .leftmenu--item__hidden {
    font-size: 16px;
    text-transform: none;
    line-height: 18px;
    height: 60px;
    margin-top: 20px;
    width: 20%;
  }
  .leftmenu--item.logo img {
    margin-left: 0;
  }
  .leftmenu--item.parent:after {
    top: 0;
    margin-top: 0;
  }
  .leftmenu--child {
    position: relative;
    left: 0;
  }
  .leftmenu--child li.level2 li.level3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .leftmenu.active {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    overflow: hidden;
    overflow-y: visible;
  }
  .leftmenu.active .leftmenu--item {
    width: 100%;
  }
  .leftmenu.active .leftmenu--child.active {
    left: 0;
    height: auto;
  }
  .leftmenu.active .leftmenu--child.active li.level2 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .leftmenu.active .leftmenu--child.active li.level2 ul li.level3 ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .leftmenu.active .leftmenu--child.active li.level2 ul li.level3 ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .leftmenu.active.maxheight {
    height: 100vh;
  }
  .diplom--detail.content {
    padding-left: 0;
  }
  .breadcrumbs {
    display: none;
  }
  .diplom--detail--sliderblock {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .diplom--detail--navslider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
  }
  .diplom--detail--slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .diplom--detail--priceblock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: url("/img/priceblock_m.png");
    background-size: 100%;
    background-position: center;
    padding-top: 0;
    margin-top: 50px;
  }
  .diplom--detail--priceblock__price {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 20px;
  }
  .diplom--detail--priceblock__button {
    margin-top: 20px;
  }
  .banner {
    padding-left: 0;
    background-image: none;
    background-position: 350% 50%;
  }
  .banner--wrapper {
    background-position: 40% 0%;
    height: 752px;
    background-image: url("/img/banner_bkg_m.jpg");
  }
  .banner h1 {
    position: relative;
    max-width: unset;
  }
  .banner__desc {
    max-width: 450px;
  }
  .banner--adv {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .banner--adv--item {
    max-width: 220px;
    height: 170px;
    padding: 20px 10px;
    margin-bottom: 20px;
  }
  .banner--adv--item:nth-child(2) {
    margin-right: 100px;
  }
  .banner--adv--item__text {
    margin-top: 5px;
    font-size: 14px;
  }
  .description, .examples, .require, .howto, .reviews, .feedback {
    padding-left: 0;
  }
  .content ul li {
    font-weight: bold;
  }
  .diplom--cart__name {
    font-weight: bold;
  }
  .require--item {
    padding: 20px;
    width: 228px;
    height: 260px;
  }
  .require--item__text {
    font-weight: bold;
  }
  .require--item__desc {
    font-size: 14px;
  }
  .howto--wrapper {
    background-size: cover;
    background-image: url("/img/howto_bkg_m.jpg");
    background-position: -10px 100px;
  }
  .howto--columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .howto--steps {
    margin-top: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-left: 180px;
  }
  .howto--feedback {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .howto--feedback__button {
    margin-top: 30px;
  }
  .howto--payments {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .howto--payments__element {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    display: block;
    margin-bottom: 30px;
  }
  .howto--payments__element figure {
    text-align: center;
  }
  .howto--payments__element img {
    margin: auto;
  }
  .reviews--review {
    max-width: unset;
  }
  .feedback--wrapper {
    background-position: top center;
  }
  .feedback--form {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .feedback--form input {
    width: 45%;
  }
  .feedback--form .feedback--form__input:nth-child(4) {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  footer .topmenu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .topmenu__burger {
    display: none;
  }
  footer .topmenu__logo {
    margin-left: 0;
  }
  footer .topmenu__callback {
    margin: 0;
  }
  footer .topmenu--city_m, footer .topmenu--email_m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  footer .topmenu--city_m {
    margin-top: 50px;
  }
  footer .topmenu--email_m {
    margin-top: 30px;
  }
  footer .footer {
    padding-left: 0;
  }
  footer .footer--column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 30px;
  }
  footer .footer--bottom {
    max-width: 440px;
  }
}

@media screen and (max-width: 781px) {
  .topmenu, .topmenu.nohome {
    padding: 15px 0;
  }
  .topmenu__logo, .topmenu.nohome__logo {
    display: none;
  }
  .banner--wrapper {
    background-position: center 75px;
    height: 850px;
    background-image: url("/img/banner_bkg_m_sm.jpg");
  }
  .banner__title {
    font-size: 48px;
    line-height: 60px;
  }
  .banner__remark {
    max-width: 217px;
    font-size: 26px;
  }
  .banner__desc {
    font-size: 16px;
    line-height: 24px;
    display: block;
    max-width: 210px;
  }
  .banner--adv {
    margin-top: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
  .banner--adv--item {
    max-width: 215px;
    height: 180px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .banner .banner--adv--item:nth-child(1) {
    position: absolute;
    right: 0;
    top: -190px;
  }
  .banner .banner--adv--item:nth-child(2) {
    margin-right: 0px;
  }
  .content {
    padding-top: 70px;
  }
  .content h2 {
    font-size: 48px;
    line-height: 60px;
  }
  .content ul li:before {
    top: 0;
    margin-top: 0;
  }
  .diplom--cart {
    max-width: unset;
    width: 100%;
  }
  .diplom--cart__image {
    height: 350px;
    padding: 20px;
  }
  .require--item {
    width: 45%;
    height: 250px;
    margin-bottom: 10px;
    padding: 10px;
  }
  .howto--wrapper {
    background-position: -80px -0px;
  }
  .howto--feedback {
    background: linear-gradient(260deg, transparent 40px, #077461 0);
  }
  .howto--feedback__text {
    max-width: 350px;
  }
  .howto--steps {
    margin-left: 0;
  }
  .feedback--form input {
    width: 100%;
  }
  .feedback--form__button {
    max-width: 170px;
  }
  footer {
    background-image: url("/img/footer_bkg_m.png");
    background-repeat: no-repeat;
    padding-top: 50px;
  }
  footer .topmenu {
    position: relative;
  }
  footer .topmenu--wrapper {
    background: transparent;
  }
  footer .topmenu__logo {
    display: block;
    padding-left: 60px;
  }
  footer .topmenu__logo:before {
    left: 0;
  }
  footer .topmenu--phone {
    position: relative;
    top: -30px;
  }
  footer .topmenu__callback {
    position: absolute;
    right: 30px;
    top: 40px;
  }
  footer .topmenu--city_m, footer .topmenu--email_m {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  footer .topmenu--email_m {
    margin-top: 50px;
  }
  footer {
    padding-bottom: 10px;
  }
  footer .footer {
    margin-top: 0px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  footer .footer--bottom {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 541px) {
  .citylist {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .diplom--detail--navslider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-bottom: 0;
  }
  .diplom--detail--navslider .slick-list {
    height: auto !important;
    width: 100%;
  }
  .diplom--detail--slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .diplom--detail--slider img {
    max-width: 100% !important;
  }
  .diplom--detail--priceblock {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .diplom--detail--slider .slick-next {
    right: -25px;
    z-index: 9;
  }
  .diplom--detail--priceblock {
    padding-top: 30px;
    background-size: cover;
  }
  .diplom--detail--priceblock__title {
    position: absolute;
    top: 0;
  }
}

@media screen and (max-width: 476px) {
  .banner {
    padding-top: 60px;
  }
  .topmenu--phone {
    padding-right: 10px;
    margin-left: 15%;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
  }
  .topmenu--phone a {
    font-size: 20px;
  }
  .topmenu__callback {
    white-space: nowrap;
  }
  .banner--adv--item {
    width: 49%;
  }
  .content h2, .content h3 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 30px;
    line-height: 42px;
  }
  .content p {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 420px) {
  .citylist {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .topmenu--wrapper.nohome {
    background-size: cover;
  }
  .content h1 {
    font-size: 40px;
  }
  .diplom--detail--slider {
    height: 250px;
  }
  .diplom--detail--slider img {
    height: auto;
  }
  .diplom--cart {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .diplom--cart__price {
    margin: 0;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    padding-right: 20px;
    font-size: 36px;
    white-space: nowrap;
    height: 58px;
    line-height: 58px;
  }
  .diplom--cart__price:before {
    width: 100%;
    height: 100%;
  }
  .diplom--cart__button {
    max-width: 50%;
    margin-top: 10px;
    font-size: 14px;
  }
  .diplom--detail--priceblock {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 10px;
    width: 100%;
  }
  .diplom--detail--priceblock__price {
    margin: 0;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    padding-right: 20px;
    font-size: 36px;
    white-space: nowrap;
    height: 58px;
  }
  .diplom--detail--priceblock__price:before {
    width: 100%;
  }
  .diplom--detail--priceblock__button {
    max-width: 50%;
    margin-top: 10px;
    font-size: 14px;
  }
  .banner--wrapper {
    height: auto;
    background-position: center;
    top: 0;
  }
  .banner__desc {
    max-width: unset;
  }
  .banner--adv--item {
    width: 80%;
    max-width: unset;
    margin: auto;
    margin-bottom: 15px;
  }
  .banner .banner--adv--item:nth-child(1) {
    position: relative;
    right: unset;
    top: unset;
  }
  .banner .banner--adv--item:nth-child(2) {
    margin-right: auto;
  }
  .require--item {
    width: 95%;
    height: 180px;
  }
  .diplom--cart__image {
    height: auto;
  }
  .content.top90 {
    padding-top: 60px;
  }
  .howto__subtitle {
    height: auto;
  }
  footer .footer--column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  footer .topmenu--wrapper.nohome {
    background: none;
  }
  footer .topmenu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  footer .topmenu--phone {
    top: -10px;
    position: relative;
    margin: auto;
    margin-right: 0;
    padding-right: 0;
  }
  footer .topmenu--city a {
    color: #015445;
  }
  footer .topmenu__callback {
    position: absolute;
    right: 0;
    top: 50px;
    left: unset;
    max-width: 130px;
  }
  footer .topmenu__logo {
    padding: 0;
    padding-left: 70px;
  }
  .topmenu--phone a, footer .topmenu__callback {
    font-size: 18px;
  }
}
