@import url(../font/stylesheet.css);
@import url("gamburger.css");

body {
  font-family: "Gilroy", Arial, Helvetica, Verdana, sans-serif;
}

* {
  box-sizing: border-box;
}

.wrap {
  max-width: 1180px;
  padding: 0 20px;
  margin: auto;
}

.header__logo {
  height: 169px;
}

.header__logo a img {
  width: 170px;
}

.header__wrap {
  display: flex;
  justify-content: space-between;
}

.header__right-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
  justify-content: center;
}

.header__contacts {
  padding-bottom: 23px;
  border-bottom: 1px solid #d3d3d3;
  display: flex;
  align-items: center;
}

.header__contacts ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.header__contacts ul li {
  font-weight: 500;
  flex: 1;
  text-align: center;
  padding-right: 50px;
}

.header__mail {
  font-weight: 300;
  color: #22344d;
  text-decoration: none;
  padding-right: 50px;
}

.header__contacts ul li a {
  font-size: 16px;
  color: #22344d;
  line-height: 19px;
  text-decoration: none;
}

.header__contacts ul li a:last-child {
 color: red;
}

.header__contacts ul li p {
  margin: 0;
  font-size: 10px;
  line-height: 13px;
  color: #9292aa;
}

.header__nav ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.header__nav {
  padding-top: 23px;
}

.header__nav ul li {
  font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  padding-right: 50px;
}

.header__nav ul li a {
  color: #22344d;
  text-decoration: none;
}

.slide-container {
  background: url(../images/slide.jpg), #efefef;
  height: 500px;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
}

.slide-container__info h2 {
  margin: 0;
  font-style: normal;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 43px;
  font-weight: 800;
  color: #22344d;
  width: 614px;
  padding: 45px 0 0 0px;
}

.slide-container__info p {
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: #22344d;
  padding: 40px 0 0 0px;
  width: 510px;
  margin: 0;
}

.plus {
  padding: 50px 0;
}

.plus-right h2,
.portfolio h2,
.faq h2,
.vacancy h2 {
  font-weight: 800;
  font-size: 33px;
  line-height: 40px;
  text-transform: uppercase;
  color: #22344d;
}

.plus-right h2 span {
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  color: #22344d;
  display: block;
  text-transform: none;
}

.plus-right p {
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: #22344d;
  width: 475px;
}

.plus-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}

.plus-right ul li {
  padding-right: 15px;
  display: flex;
  align-items: center;
}

.plus-right ul li img {
  padding-right: 5px;
}

.plus-right h3 {
  position: relative;
  font-weight: 800;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #22344d;
  margin-bottom: 6px;
}

.plus-right h3::after {
  content: "";
  position: absolute;
  width: 126px;
  border-top: 1px solid #d3d3d3;
  margin-top: 0.6em;
  margin-left: 0.4em;
}

.callback-container {
  background: url(../images/house.png) #2b798d;
  background-repeat: no-repeat;
  background-position: center;
}

.callback-container .wrap {
  display: flex;
  justify-content: space-between;
}

.callback-container h2 {
  margin: 0;
  padding-top: 70px;
  font-style: normal;
  font-weight: 800;
  font-size: 33px;
  line-height: 40px;
  text-transform: uppercase;
  color: #efefef;
  width: 605px;
}

.callback-container__left-subtitle {
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  width: 446px;
}

.callback {
  display: flex;
  flex-direction: column;
  /* width: 310px; */
  padding-top: 49px;
}

.callback input {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #fff;
  border-left: none;
  background: none;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  font-size: 16px;
  padding: 5px;
}

.callback input::placeholder {
  color: #8ca5b4;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 15px;
}

.callback input:first-of-type {
  margin-bottom: 32px;
}
.callback input:last-of-type {
  margin: 59px 0 32px;
}

.send-btn {
 
  border-radius: 2px;
  height: 50px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  border: none;
  color: #2b798d;
}

.send-btn_active {
  background: #fff;
}

.privacy {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  /* max-width: 291px; */
  color: #cfcfe3;
  padding: 10px 0;
}

.privacy-check {
  margin: 10px;
}

.portfolio {
  padding: 30px 0;
}

.portfolio__subtitle {
  width: 675px;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: #22344d;
}

.portfolio__items {
  min-height: 150px;
  list-style: none;
  padding: 0;
  display: flex;
}

.portfolio__items li {
  flex: 1;
  margin: 10px;
}
.portfolio__items li p {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #22344d;
}

.portfolio__item-one {
  background: url(../images/5.png);
}

.portfolio__item-two {
  background: url(../images/700.png);
}

.portfolio__item-three {
  background: url(../images/24.png);
}

.portfolio__item-four {
  background: url(../images/5000.png);
}
.portfolio__item {
  background-repeat: no-repeat;
  position: relative;
  background-size: inherit;
  background-position: center left;
}

.faq {
  background: url(../images/slide2.jpg) left;
  background-repeat: no-repeat;
  min-height: 831px;
  background-size: contain;
}

.faq h2 {
  margin: 0;
  padding: 82px 0 0;
}

.faq h3 {
  color: #fff;
  font-weight: 800;
  font-size: 33px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 40px;
}

.faq ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 40px 0;
  flex-direction: column;
  align-items: flex-end;
}

.faq ul li {
  height: 76px;
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(132, 164, 185, 0.24);
  border-radius: 2px;
  margin: 0 0 7px;
  display: flex;
  width: 910px;
}

.faq ul li:hover {
  cursor: pointer;
}

.faq ul li:hover .faq__items-container {
  box-shadow: inset 0px 4px 30px rgb(222 222 222 / 37%);
  transition: 0.5s;
}

.faq ul li:hover .fa-chevron-down {
  color: #2b798d;
  transition: 0.5s;
}

.faq ul li span {
  font-weight: 800;
  font-size: 40px;
  line-height: 49px;
  text-align: center;
  color: #b9bbbd;
  margin: 0 15px 0 -5px;
}

.faq ul li a {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #22344d;
  margin: 0;
  text-decoration: none;
}

.faq__items-container {
  display: flex;
  align-items: center;
  border: 1px solid #acc4d5;
  filter: drop-shadow(0px 4px 20px rgba(102, 102, 102, 0.16));
  border-radius: 2px;
  width: 100%;
  margin: 7px;
  position: relative;
}

.fa-chevron-down {
  font-size: 20px;
  color: #dbdbdb;
  position: absolute;
  right: 25px;
  top: auto;
  padding: 5px;
}

.callback-container__bottom {
  background: url(../images/house.png) #3b5370;
  background-repeat: no-repeat;
  background-position: center;
}

.callback-container__bottom h2 {
  width: 379px;
}

.callback-container__bottom p span {
  font-weight: bold;
}

.callback-container__messengers {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.callback-container__messengers li {
  width: 111px;
  height: 40px;
  border: 1px solid #eef1f3;
  border-radius: 2px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.callback-container__messengers li a {
  color: #eef1f3;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  font-weight: 300;
}

.callback-container__messengers li a i {
  font-size: 21px;
  padding-right: 6px;
}

.callback-container__messengers-title {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  margin: 9px 0 0;
}

.callback_bottom button {
  color: #22344d;
}

.footer {
  padding: 65px 0;
}

.footer .wrap {
  display: flex;
}

.footer__column {
  flex: 1;
}


.footer__column ul {
  list-style: none;
  padding: 0;
}

.footer__column li a {
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #9292aa;
}

.footer__column li a:hover {
  font-weight: bold;
  transition: 0.1s;
}

.footer__column h3 {
  font-weight: 800;
  font-size: 23px;
  line-height: 28px;
  text-transform: uppercase;
  color: #22344d;
  margin: 0;
}

.footer__column-one {
  display: flex;
  flex-direction: column;
}

.footer__column-one ul:first-child li:last-child {
  margin-top: 16px;
}

.footer__column-one li span,
.footer__column-one li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #22344d;
}

.footer__column-phone {
  padding-top: 20px;
}

.footer__column-phone li a,
.contacts__phone li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #22344d;
}

.footer__column-phone li p,
.contacts__phone li p {
  margin: 0;
  font-weight: 500;
  font-size: 10px;
  line-height: 131.5%;
  color: #9292aa;
}

.footer__column-phone li {
  padding-bottom: 10px;
}

.footer__social {
  display: flex;
  align-items: center;
}

.footer__social li {
  display: flex;
  padding-right: 40px;
}

.footer__social li:last-child {
  padding-right: 0;
}

.footer__social li i {
  font-size: 30px;
}

.contacts {
  box-shadow: inset 0px 4px 30px rgb(0 0 0 / 8%);
  padding: 58px 0 0;
}

.wrap_inside h2 {
  font-weight: 800;
  font-size: 33px;
  line-height: 40px;
  text-transform: uppercase;
  color: #22344d;
  margin: 0 0 20px;
}
.wrap_inside h3 {
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  width: 562px;
  color: #22344d;
  margin: 0 0 40px;
}

.contacts__containers {
  display: flex;
  align-items: center;
  padding: 35px 29px;
  box-shadow: 0px 4px 20px rgb(102 102 102 / 16%);
  border-radius: 2px;
}

.contacts__container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contacts__container ul {
  list-style: square;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: #22344d;
}

.contacts__container ul li::marker {
  color: #2b798d;
  font-size: 22px;
}

.contacts__map li,
.contacts__phone li {
  padding-bottom: 10px;
}

.contacts__phone,
.contacts__map {
  padding: 0 0 0 20px;
}

.contacts__map li a {
  font-size: 12px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #9292aa;
}

.contacts__phone li a {
  text-decoration: none;
}

.contacts__messengers {
  padding: 0;
}

.contacts__messengers li {
  background: #3b5370;
}

.contacts__mail {
  align-self: baseline;
}

.contacts__mail a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #22344d;
}

.contacts__mail a span {
  font-weight: 500;
  font-size: 10px;
  line-height: 13px;
  text-decoration-line: underline;
  color: #9292aa;
  padding-top: 6px;
  display: block;
}

.contacts__messengers-title {
  color: #3b5370;
}

.about__preview-container {
  display: flex;
  padding: 0 0 70px;
}

.about__previev-image {
  display: flex;
  padding: 18px;
  border: 1px solid #acc4d5;
  box-sizing: border-box;
  filter: drop-shadow(0px 4px 20px rgba(102, 102, 102, 0.16));
  border-radius: 2px;
  width: 100%;
  min-width: 400px;
}

.about__previev-image img {
  object-position: center;
  object-fit: contain;
  width: 100%;
}


.about__previev-text {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 131.5%;
  color: #22344d;
}
.about__previev-text li {
  padding-bottom: 19px;
}
.about__previev-text li span {
  position: relative;
}

.about__previev-text::before {
  content: "“";
  font-weight: bold;
  font-size: 60px;
  line-height: 43px;
  color: #e9eef2;
  top: 0;
  left: -30px;
  position: absolute;
}

.about__previev-text li:last-child span::after {
  content: "“";
  font-weight: bold;
  font-size: 60px;
  color: #e9eef2;
  bottom: -17px;
  left: 20px;
  position: absolute;
}

.about__info {
  margin: 18px 0 0 50px;
}

.about__info p {
  position: relative;
  padding: 0 0 0 147px;
  font-weight: 500;
  font-size: 16px;
  line-height: 131.5%;
  color: #22344d;
}

.about__info p::before {
  content: "";
  position: absolute;
  width: 126px;
  border-top: 1px solid #d3d3d3;
  margin-top: 0.6em;
  margin-left: -147px;
}

.about__portfolio {
  padding: 0 0 100px;
}

.about__portfolio h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #121a4e;
}

.about__portfolio-image img {
width: 100%;
}

.about__portfolio-item {
  border: 1px solid #acc4d5;
  box-sizing: border-box;
  filter: drop-shadow(0px 4px 20px rgba(102, 102, 102, 0.16));
  border-radius: 2px;
  padding: 15px;
  width: 255px;
  height: 313px;
  margin: 0 15px 15px;
}

.about__portfolio-image {
  width: 225px;
  height: 174px;
  overflow: hidden;
}

.about__portfolio-item p {
  font-weight: bold;
  font-size: 17px;
  line-height: 19px;
  color: #22344d;
  margin: 17px 0 9px;
}

.about__portfolio-item span {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #9292aa;
}

.about__portfolio-container {
  margin: 0;
  padding: 0 0 100px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.help-container {
  background: linear-gradient(to right, #2b798d 30%, #ffffff 30%);
  margin: 43px 0 100px;
}

.help-container .wrap {
  display: flex;
}

.help-container__questions {
  background: #2b798d;
  margin: 0;
  list-style: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 49px;
  color: #ffffff;
  padding: 35px 65px 50px 0px;
}

.help-container__questions li {
  border-bottom: 1px solid #acc4d4;
  cursor: pointer;
  padding: 0 0 0 25px;
  width: 285px;
}

.help-container__questions li:hover {
  transition: 0.2s;
  font-weight: bold;
  background: #4591a5;
}

.help-container__answers {
  color: #22344d;
  margin: 0 0 0 125px;
}

.help-container__answers h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0 0 35px;
}

.help-container__answers li {
  display: flex;
  padding: 0 0 25px;
  border-left: 1px solid #d3d3d3;
}

.help-container__answers li:last-child {
  border-left: none;
}

.help-container__answers ul li span {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  min-width: 55px;
  height: 28px;
  background: #22344d;
  color: #ffffff;
  margin: 0 25px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.help-container__answers ul li h5 {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 8px 0;
}

.help-container__answers ul li p {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}

.help-container__answer-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.help-container__answer-item-one p,
.help-container__answer-item-three p {
  line-height: 19px;
  margin: 45px 0 0;
}

.help-container__answer-item-one span,
.help-container__answer-item-three span {
  font-weight: bold;
}

.about__partners-title, .about__documents-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #121a4e;
  margin: 0 0 36px;
}

.about__partners {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.about__partners li{
  height: 45px;
  flex: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 5px;
}

.about__partners-one {
  background: url(../images/bir.jpg);

}

.about__partners-two {
  background: url(../images/bgs.jpg);

}

.about__partners-three {
  background: url(../images/realt.jpg);

}
.about__partners-four {
  background: url(../images/dana.png);

}

.help-container__answer-item-two ul {
  list-style: square;
  padding: 0 0 0 23px;
}

.help-container__answer-item-two ul li {
  border-left: none;
  display: list-item;
  font-size: 16px;
  line-height: 33px;
  padding: 0;
}

.help-container__answer-item-two h3,
.help-container__answer-item-eight h3 {
  font-weight: 300;
  font-size: 16px;
  line-height: 131.5%;
}

.help-container__answer-item-two ul li::marker {
  color: #2b798d;
}

.help-container__answer-item-four p {
  line-height: 21px;
  font-weight: 300;
  margin: 0 0 30px;
}

.help-container__answer-item-four p:last-child,
.help-container__answer-item-six p:last-child,
.help-container__answer-item-seven p:last-child,
.help-container__answer-item-eight p:last-child {
  line-height: 19px;
  font-weight: 500;
}

.help-container__answer-list {
  display: flex;
  flex-wrap: wrap;
}

.help-container__answer-list li {
  flex-direction: column;
  border-left: none;
  flex: 1 1 50%;
  padding: 0 100px 40px 0;
}

.vacancy {
  padding: 96px 0 0;
  color: #22344d;
  line-height: 131.5%;
}

.vacancy h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #121a4e;
}

.vacancy h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #121a4e;
  margin: 100px 0 40px;
}
.header__show-telephone {
  display: none;
}

.about__documents {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.about__documents li {
  max-width: 200px;
  border: 1px solid #acc4d5;
  margin: 20px;
  padding: 20px;
  border-radius: 2px;
  filter: drop-shadow(0px 4px 20px rgba(102, 102, 102, 0.16));
}
.about__documents li a {
  display: block;
  width: 100%;
  height: 100%;
}
.about__documents li a img {
  width: 100%;
}

.formInner {
  display: flex;
  flex-direction: column;
}

.vacancy__image {
  display: block;
  margin: auto;
  max-width: 600px;
}

.vacancy__mail {
  color: #181818;
}

.article {
  line-height: 150%;
  color: #22344d;
}

article p {
  margin: 50px 0;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(100 99 99 / 92%);
  color: white;
  padding: 10px;
  border-radius: 5px;
  display: block;
  z-index: 1000;
  max-width: 100%;
  text-align: center;
  font-size: 12px;
  width: 95%;
}

element.style {
  background: #4CAF50;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 3px;
}

.wrap-privacy {

    text-align: left;
    color: #000;
    font-size: 14px;
    line-height: 150%;

}

.privacy p {
  margin: 5px 0;
}

@media screen and (max-width: 768px) {
  .hamburger-menu {
    display: flex;
    position: absolute;
    top: 0;
    left: -100%;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    background: #fff;
    width: 100%;
  }
  .header__wrap {
    flex-direction: column;
  }
  .header__logo {
    height: 96px;
    border-bottom: 1px solid #d3d3d3;
    text-align: center;
  }
  .header__nav,
  .header__mail {
    display: none;
  }
  .header__contacts {
    padding: 0;
    border: none;
  }
  .header__right-container {
    align-items: center;
  }
  .header__show-telephone {
    left: auto;
    display: block;
    font-size: 23px;
    outline: none;
    top: 25px;
    right: 20px;
    padding: 0;
    color: #000;
    background: #fff;
    border: none;
    border-radius: 3px;
  }
  .header__contacts ul {
    max-height: 0;
    transition: 0.3s;
    overflow: hidden;
    flex-direction: column;
  }
  .showPhone .header__contacts ul {
    max-height: 200px;
    transition: 0.3s;
  }
  .slide-container {
    margin: 96px 0 0;
    text-align: center;
    height: 300px;
  }
  .slide-container .wrap {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .slide-container__info h2 {
    font-weight: 800;
    font-size: 23px;
    line-height: 28px;
    text-transform: uppercase;
    padding: 0;
    width: 100%;
    color: #ffffff;
  }
  .slide-container__info p {
    font-weight: 300;
    font-size: 16px;
    line-height: 131.5%;
    color: #ffffff;
    width: 100%;
  }
  .slide-container_blacker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .plus-right {
    text-align: center;
  }
  .plus-right h2 {
    margin: 0;
    text-align: left;
  }
  .plus-right p {
    width: 100%;
  }
  .plus-right ul {
    justify-content: space-between;
  }
  .plus-right ul li {
    padding: 0;
  }
  .plus-right h3 {
    text-align: left;
  }
  .plus-right span {
    text-align: left;
    display: block;
  }
  .callback-container .wrap {
    flex-direction: column;
  }
  /* .callback-container {
    height: 100%;
  } */
  .callback-container h2 {
    font-size: 23px;
    line-height: 28px;
    padding-top: 20px;
    width: 100%;
  }
  .callback {
    width: 100%;
  }
  .privacy {
    max-width: 100%;
  }
  .callback-container__left-subtitle {
    width: 100%;
  }
  .plus-right h2,
  .portfolio h2,
  .faq h2,
  .vacancy h2 {
    font-size: 23px;
    line-height: 28px;
    padding-top: 20px;
    width: 100%;
    margin: 0;
  }
  .portfolio__subtitle {
    width: 100%;
  }
  .portfolio__items {
    flex-direction: column;
  }
  .portfolio__items li p {
    position: relative;
  }
  .portfolio__items li {
    flex: none;
    height: 100px;
    display: flex;
    align-items: end;
    justify-content: center;
  }
  .portfolio__item {
    background-position: center;
  }
  .faq {
    background-position: center;
    background-size: cover;
  }
  .faq ul {
    align-items: center;
  }
  .faq ul li {
    width: 100%;
  }
  .faq ul li p {
    font-size: 16px;
    line-height: 18px;
  }
  .footer .wrap {
    flex-direction: column;
    align-items: center;
  }
  .footer__column {
    text-align: center;
  }
  .header__contacts ul li {
    padding: 8px 0;
  }
  .about {
    margin: 120px 0 0;
  }
  .about__preview-container {
    flex-direction: column;
    padding: 0 0 50px;
  }
  .about__previev-image {
    display: flex;
    justify-content: center;
    border: none;   
  }
  .about__previev-image img {
    border: 1px solid #acc4d5;
    padding: 20px;
    max-width: 100%;
  }
  .about__portfolio, .about__portfolio-container {
    padding: 0 0 50px;
  }
  .wrap_inside h2 {
    font-size: 23px;
    line-height: 28px;
  }
  .wrap_inside h3 {
    width: 100%;
  }
  .footer__realt {
    display: block;
    padding: 10px 0 20px;
  }
  .vacancy {
    padding: 96px 0 0;
  }
  .vacancy h3 {
    font-size: 16px;
  }
  .vacancy h4 {
    margin: 30px 0 20px;
  }
  .contacts__containers {
    flex-direction: column;
  }
  .contacts__mail {
    align-self: center;
  }

}

@media screen and (max-width: 425px) {
  .slide-container__info h2 {
    font-size: 16px;
    line-height: 19px;
  }
  .slide-container__info p,
  .plus-right p,
  .callback-container__left-subtitle,
  .portfolio__subtitle {
    font-size: 14px;
    line-height: 19px;
  }
  .plus {
    padding: 20px 0;
  }
  .slide-container {
    height: 250px;
  }
  .slide-container__info p {
    padding: 20px 0 0;
  }
  .plus-right h2,
  .portfolio h2,
  .faq h2,
  .vacancy h2,
  .callback-container h2,
  .plus-right h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .faq ul li p {
    font-size: 14px;
    line-height: 16px;
  }
  .faq {
    min-height: 750px;
  }
  .faq h3 {
    font-size: 20px;
    line-height: 22px;
    padding: 0;
  }

  .plus-right ul {
    flex-direction: column;
    justify-content: center;
  }
}

#blacker {
  position: fixed;
  transition: opacity 0.3s;
  width: 0;
  height: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  left: 0;
  top: 0;
}
#blacker.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.order {
  float: left;
  width: 100%;
  text-align: center;
}
.order h3 {
  font-weight: normal;
  font-size: 28px;
}
.order a {
  color: #fff;
  font-size: 24px;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px #fff dotted;
}
.order ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.order ul li {
  padding: 5px 0;
}

form.recall.open, form.mail-recall.open {
  top: 50%;
  opacity: 1;
  z-index: 999;
}
form.recall, form.mail-recall {
  width: 370px;
  transition: 0.5s;
  z-index: 0;
  opacity: 0;
  z-index: 20;
  background: #fff;
  position: fixed;
  padding: 25px;
  left: 50%;
  top: -1999px;
  margin-left: -185px;
  margin-top: -270px;
}
form.recall label, form.mail-recall label {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 14px;
  color: #181818;
  font-family: "Roboto", sans-serif;
  margin: 10px 0;
  text-align: left;
}
form.recall label:first-child, form.mail-recall label:first-child {
  margin-top: 0;
}
form.recall label b, form.mail-recall label b {
  font-weight: 500;
}
form.recall label input, form.mail-recall label input
form.recall label textarea, form.mail-recall label textarea {
  width: 100%;
  margin-top: 8px;
  height: 42px;
  border: 2px #2b798d4d solid;
  padding: 10px;
}
form.recall label textarea, form.mail-recall label textarea {
  height: 90px;
  max-height: 90px;
}
form.recall span.close, form.mail-recall span.close {
  display: block;
  opacity: 0.8;
  width: 25px;
  height: 25px;
  background: url(../images/fancy_close.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
form.recall h3, form.mail-recall h3 {
  font-size: 18px;
  color: #000;
}
form.recall button, form.mail-recall button {
  background: #2b798d;
  border: none;
  color: #fff;
  width: 100%;
  border-radius: 5px;
  height: 35px;
}
@media screen and (max-width: 500px) {
  form.recall, form.mail-recall {
    width: 300px;
    margin-left: -150px;
  }
}
