@charset "UTF-8";
@import url("intro.css");
@import url("roboto-medium.css");
@import url("roboto-bold.css");
@import url("roboto-regular.css");
@import url("roboto-light.css");
@import url("arialnarrow.css");
@import url("roboto-condensed.css");
@import url("cambria-italic.css");
@font-face {
  font-family: "FuturaPT";
  src: url("../fonts/Futura PT/FuturaPT-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "FuturaPT-Bold";
  src: url("../fonts/Futura PT/FuturaPT-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Oswald-Bold";
  src: url("../fonts/oswald/Oswaldbold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Oswald";
  src: url("../fonts/oswald/Oswaldlight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
body {
  font-family: "FuturaPT";
}

.justi {
  text-align: justify;
}

.justi:after {
  content: "";
  width: 100%;
  height: 0;
  display: inline-block;
}

.justi div,
.justi span,
.justi ins,
.justi p,
.justi a {
  text-align: left;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    -icab-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -icab-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -icab-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    -icab-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -icab-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -icab-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    -icab-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -icab-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -icab-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    -icab-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -icab-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -icab-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 2000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes dash {
  from {
    stroke-dashoffset: 2000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-ms-keyframes dash {
  from {
    stroke-dashoffset: 2000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  from {
    stroke-dashoffset: 2000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1993px;
  z-index: 999;
  background: url("../img/screen.jpg") no-repeat center top;
  opacity: 0.8;
  display: none;
}

.btn1 {
  height: 60px;
  width: 300px;
  position: relative;
  border: 0;
  background: transparent;
  -webkit-box-shadow: -2px 2px 10px #2082a2;
  -moz-box-shadow: -2px 2px 10px #2082a2;
  -ms-box-shadow: -2px 2px 10px #2082a2;
  -o-box-shadow: -2px 2px 10px #2082a2;
  -icab-box-shadow: -2px 2px 10px #2082a2;
  box-shadow: -2px 2px 10px #2082a2;
  border-radius: 4px;
  margin-top: 40px;
}

.btn1 span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  right: 6px;
  background: url("../img/btn1_center.png") repeat-x;
  line-height: 62px;
  text-align: center;
  font-size: 16px;
  color: #003e45;
  font-family: "Roboto-Bold";
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #fff;
}

.btn1 span:before {
  content: url("../img/btn1_left.png");
  position: absolute;
  left: -6px;
  top: 0px;
}

.btn1 span:after {
  content: url("../img/btn1_right.png");
  position: absolute;
  right: -6px;
  top: 0px;
}

.btn2 {
  height: 60px;
  width: 300px;
  position: relative;
  border: 0;
  background: transparent;
  -webkit-box-shadow: -2px 2px 10px #a28e20;
  -moz-box-shadow: -2px 2px 10px #a28e20;
  -ms-box-shadow: -2px 2px 10px #a28e20;
  -o-box-shadow: -2px 2px 10px #a28e20;
  -icab-box-shadow: -2px 2px 10px #a28e20;
  box-shadow: -2px 2px 10px #a28e20;
  border-radius: 4px;
  margin-top: 40px;
}

.btn2 span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  right: 6px;
  background: url("../img/btn2_center.png") repeat-x;
  line-height: 62px;
  text-align: center;
  font-size: 16px;
  color: #473900;
  font-family: "Roboto-Bold";
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #fff;
}

.btn2 span:before {
  content: url("../img/btn2_left.png");
  position: absolute;
  left: -6px;
  top: 0px;
}

.btn2 span:after {
  content: url("../img/btn2_right.png");
  position: absolute;
  right: -6px;
  top: 0px;
}

.btn3 {
  height: 45px;
  width: 300px;
  position: relative;
  border: 0;
  background: transparent;
  -webkit-box-shadow: -2px 2px 10px #a28e20;
  -moz-box-shadow: -2px 2px 10px #a28e20;
  -ms-box-shadow: -2px 2px 10px #a28e20;
  -o-box-shadow: -2px 2px 10px #a28e20;
  -icab-box-shadow: -2px 2px 10px #a28e20;
  box-shadow: -2px 2px 10px #a28e20;
  border-radius: 4px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.btn3 span {
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: "Roboto-Bold";
  text-transform: uppercase;
}

.btn3:active {
  position: relative;
  top: 1px;
  -webkit-box-shadow: -2px 2px 3px #a28e20;
  -moz-box-shadow: -2px 2px 3px #a28e20;
  -ms-box-shadow: -2px 2px 3px #a28e20;
  -o-box-shadow: -2px 2px 3px #a28e20;
  -icab-box-shadow: -2px 2px 3px #a28e20;
  box-shadow: -2px 2px 3px #a28e20;
}

.btn3:active span {
  background: url("../img/btn3_center.png") repeat-x bottom;
}

.btn3:active span:before {
  background: url("../img/btn3_left.png") no-repeat bottom;
}

.btn3:active span:after {
  background: url("../img/btn3_right.png") no-repeat bottom;
}

.btn4 {
  height: 60px;
  width: 300px;
  position: relative;
  border: 0;
  background: transparent;
  -webkit-box-shadow: -2px 2px 10px #2082a2;
  -moz-box-shadow: -2px 2px 10px #2082a2;
  -ms-box-shadow: -2px 2px 10px #2082a2;
  -o-box-shadow: -2px 2px 10px #2082a2;
  -icab-box-shadow: -2px 2px 10px #2082a2;
  box-shadow: -2px 2px 10px #2082a2;
  border-radius: 4px;
  margin-top: 40px;
}

.btn4 span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  right: 6px;
  background: url("../img/btn4_center.png") repeat-x;
  line-height: 62px;
  text-align: center;
  font-size: 16px;
  color: #473900;
  font-family: "Roboto-Bold";
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #fff;
}

.btn4 span:before {
  content: "";
  background: url("../img/btn4_left.png") no-repeat top;
  position: absolute;
  left: -6px;
  top: 0px;
  width: 6px;
  height: 60px;
}

.btn4 span:after {
  content: "";
  background: url("../img/btn4_right.png");
  position: absolute;
  right: -6px;
  top: 0px;
  width: 6px;
  height: 60px;
}

.btn4:hover span {
  background: url("../img/btn4_center.png") repeat-x center;
}

.btn4:hover span:before {
  background: url("../img/btn4_left.png") no-repeat center;
}

.btn4:hover span:after {
  background: url("../img/btn4_right.png") no-repeat center;
}

.btn4:active {
  position: relative;
  top: 1px;
  -webkit-box-shadow: -2px 2px 3px #2082a2;
  -moz-box-shadow: -2px 2px 3px #2082a2;
  -ms-box-shadow: -2px 2px 3px #2082a2;
  -o-box-shadow: -2px 2px 3px #2082a2;
  -icab-box-shadow: -2px 2px 3px #2082a2;
  box-shadow: -2px 2px 3px #2082a2;
}

.btn4:active span {
  background: url("../img/btn4_center.png") repeat-x bottom;
}

.btn4:active span:before {
  background: url("../img/btn4_left.png") no-repeat bottom;
}

.btn4:active span:after {
  background: url("../img/btn4_right.png") no-repeat bottom;
}

body {
  font-family: "Arial";
  font-size: 14px;
}

.wrapper {
  overflow: hidden;
  background: url("../img/header_bg.png") no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -icab-background-size: cover;
  background-size: cover;
}

.center {
  max-width: 1260px;
  margin: 0 auto;
}

.top_line {
  height: 100px;
  background: rgba(43, 50, 48, 0.34);
  border-bottom: 2px solid #e5e5e5;
  width: 100%;
}

.top_line .center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  height: 100px;
}
.top_line .center .box {
  display: flex;
  align-items: center;
  justify-content: left;
}

.h2_img {
  margin-left: 15px;
  border-left: 1px solid #fff;
  padding-left: 48px;
}

.mob_logo {
  display: none;
}

.top_line h2 {
  font-family: "FuturaPT";
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 21px;
  color: #fff;
  max-width: 245px;
}

.top_line .work_time {
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 30px 0 0 50px;
}

.top_line .right_side {
  display: flex;
  justify-content: right;
}
.top_line .right_side .phone {
  font-family: "Roboto-Regular";
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: right;
}
.top_line .right_side .b_phone {
  text-align: right;
}
.top_line .right_side .b_phone span {
  font-family: "FuturaPT";
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  color: #fff;
}
.top_line .right_side .map {
  font-family: "FuturaPT";
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: right;
  text-decoration: none;
  color: #fff;
  margin-right: 2vw;
}
@media (max-width: 992px) {
  .top_line .right_side .map {
    display: none;
  }
}

.top_line .right_side p {
  font-size: 20px;
  color: #007a88;
  text-align: right;
  margin-top: 6px;
}

.top_line .right_side p span {
  cursor: pointer;
  border-bottom: 1px dashed;
}

.top_line .right_side p span:hover {
  border-bottom-color: transparent;
}

.wrap_menu {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  height: 50px;
}

.menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.2);
  -icab-box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 98;
}

.menu.active {
  position: fixed;
}

.menu.active nav {
  text-align: left;
}

.menu.active nav a {
  font-size: 16px;
  margin: 0 10px;
}

.menu.active .phone {
  right: 0px;
}

.menu nav {
  overflow: hidden;
}

.menu nav a {
  font-family: "Roboto-Regular";
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  line-height: 50px;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -icab-transition: 0.4s;
  transition: 0.4s;
}

.menu nav a:hover,
.menu nav a.active {
  color: #FFCD01;
}

.menu .phone {
  font-size: 22px;
  color: #fff;
  position: absolute;
  right: -1000px;
  top: 14px;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -icab-transition: 0.4s;
  transition: 0.4s;
}

header {
  height: 730px;
  position: relative;
  overflow: hidden;
}

header .center {
  height: 770px;
  padding-left: 20vw;
}

header svg {
  position: absolute;
  top: 100px;
  left: 0px;
}

header .svg {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
}

header.active .svg {
  -webkit-animation: dash 1s linear alternate forwards;
  -moz-animation: dash 1s linear alternate forwards;
  -ms-animation: dash 1s linear alternate forwards;
  -o-animation: dash 1s linear alternate forwards;
  -icab-animation: dash 1s linear alternate forwards;
  animation: dash 1s linear alternate forwards;
}

header.active ul li {
  left: 0px;
  opacity: 1;
}

header.active ul li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -icab-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

header.active ul li:nth-child(2) {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -icab-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

header.active ul li:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -icab-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

header.active ul li:nth-child(4) {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -icab-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

header.active ul li:nth-child(5) {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  -icab-transition-delay: 1s;
  transition-delay: 1s;
}

header h1 {
  padding-top: 180px;
  position: relative;
  font-family: "Oswald";
  line-height: 66px;
  text-transform: uppercase;
  color: #fff;
  font-size: 48px;
  text-align: left;
}
header h1 b {
  font-family: "Oswald-Bold";
}

header .desc {
  font-family: FuturaPT;
  font-size: 28px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 0.5vh;
  color: #fff;
}
header .desc2 {
  font-family: FuturaPT;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 1.5vh;
  color: #fff;
  max-width: 519px;
}

header h1 span {
  display: block;
  font-size: 24px;
  margin-top: 10px;
}

header ul {
  margin-top: 74px;
}

header ul li {
  font-family: "Roboto-Regular";
  font-size: 20px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  position: relative;
  margin-bottom: 6px;
  left: -100px;
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  -icab-transition: 0.4s;
  transition: 0.4s;
}

header ul li span {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  height: 44px;
  line-height: 44px;
  padding-left: 44px;
  padding-right: 20px;
  position: relative;
}

header ul li span:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border: 22px solid transparent;
  border-left-color: rgba(0, 0, 0, 0.5);
  left: 100%;
  top: 0;
}

header ul li img {
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

header .brigada {
  position: absolute;
  bottom: -74px;
  right: -10px;
}

header button {
  margin-right: 12px;
  z-index: 2;
}

header button img {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

header button.btn1 span {
  padding-left: 26px;
}

header button.btn4 {
  width: 370px;
}

header p {
  font-size: 24px;
  position: absolute;
  left: 0px;
  bottom: 125px;
}

header p span {
  color: red;
  font-size: 28px;
}

header p ins {
  font-size: 28px;
}

body {
  overflow-x: hidden;
}

header .btm {
  display: flex;
  justify-content: left;
  position: relative;
  bottom: -16px;
}
@media (max-width: 1000px) {
  header .btm {
    bottom: 0;
  }
}
header .btm > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  color: #000;
  font-size: 15px;
  font-family: FuturaPT;
}
header .btm > div:first-child {
  border-radius: 6px 0px 0px 0px;
  background: linear-gradient(90deg, #ECECEC 0%, #FFF 100%);
}
header .btm > div:nth-child(2) {
  border-radius: 0px 0px 0px 0px;
  background: linear-gradient(90deg, #ECECEC 0%, #FFF 100%);
}
header .btm > div:nth-child(3) {
  border-radius: 0px 8px 0px 0px;
  background: linear-gradient(90deg, #ECECEC 0%, #FFF 100%);
}

header .form {
  text-align: left;
  width: 370px;
  padding: 30px 0px;
}
header .form input {
  width: 370px;
  height: 34px;
  border-radius: 5px;
  border: 1px solid #FFF;
  background: rgba(217, 217, 217, 0.35);
  color: #fff;
  padding: 8px 17px;
}
header .form .center {
  display: flex;
  flex-direction: column;
  justify-content: right;
}
header .form input::placeholder {
  color: #fff;
}
header .form .btn3 {
  border-radius: 5px;
  background: linear-gradient(0deg, #F44B40 0%, #FB938C 100%);
  box-shadow: 0px 4px 2px 0px #A8413B;
  width: 370px;
}

header .form .element {
  margin-bottom: 10px;
}

header .form .element span {
  font-family: "Roboto-Light";
  font-size: 14px;
  display: block;
  padding-left: 10px;
  text-align: left;
  position: absolute;
  top: 18px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  -icab-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
}

header .form .element span.active {
  top: -18px;
}

header .form .element input[type=text] {
  width: 300px;
  height: 48px;
  padding: 0 10px;
  border-radius: 6px;
  border: 0;
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  -icab-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
}

header .form .element textarea {
  width: 300px;
  height: 172px;
  max-height: 172px;
  padding: 18px 10px;
  border-radius: 6px;
  border: 0;
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  -icab-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
}

header .form button {
  margin-top: 0px;
}

header .form button span {
  font-size: 22px;
}

.uslugi {
  background: #90DFEA;
  padding-top: 60px;
  position: relative;
  -webkit-box-shadow: inset -4px 0px 30px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset -4px 0px 30px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: inset -4px 0px 30px rgba(0, 0, 0, 0.4);
  -o-box-shadow: inset -4px 0px 30px rgba(0, 0, 0, 0.4);
  -icab-box-shadow: inset -4px 0px 30px rgba(0, 0, 0, 0.4);
  box-shadow: inset -4px 0px 30px rgba(0, 0, 0, 0.4);
}

.uslugi:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0.89)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3ffffff", endColorstr="#00ffffff", GradientType=1);
}

.symbols {
  background: #59676F;
  padding-top: 64px;
  padding-bottom: 84px;
}
.symbols h2 {
  color: #FFF;
  font-size: 36px;
  font-family: Oswald;
  font-weight: 300;
  text-transform: uppercase;
}
.symbols h2 b {
  font-width: 400;
}
.symbols .desc {
  margin-top: 43px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFF;
  font-size: 18px;
  font-family: FuturaPT;
  position: relative;
}
@media (max-width: 768px) {
  .symbols .desc {
    font-size: 16px;
  }
}
.symbols .desc:after {
  /*content: url("../img/desc_bg.svg");*/
  opacity: 0.5;
  position: absolute;
  right: 0;
}
.symbols .desc > div:first-child {
  width: 406px;
}
.symbols .desc > div:last-child {
  display: flex;
  justify-content: space-between;
  width: 63%;
}
.symbols .desc > div:last-child > div {
  width: 145px;
  height: 145px;
  border-radius: 18px;
  border: 1px solid #D0D0D0;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .symbols .desc > div:last-child > div {
    width: 105px;
    height: 105px;
  }
}
.symbols .desc > div:last-child > div b {
  color: #FFF;
  font-size: 67px;
  font-family: Oswald;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 768px) {
  .symbols .desc > div:last-child > div b {
    font-size: 28px;
  }
}
.symbols .desc > div:last-child > div span {
  display: block;
  margin-top: 18px;
}
@media (max-width: 768px) {
  .symbols .desc > div:last-child > div span {
    margin-top: 7px;
  }
}

.slide_2 {
  display: flex;
  flex-direction: row-reverse;
  background: #F7F7F7;
  position: relative;
}
.slide_2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20vw;
  background: #D9D9D9;
}
.slide_2 > div {
  width: 50%;
}
.slide_2 > div h2 {
  margin-top: 42px;
  color: #000;
  font-size: 36px;
  font-family: Oswald;
  font-weight: 300;
  text-transform: uppercase;
}
.slide_2 > div h2 b {
  font-weight: 600;
}
.slide_2 > div .desc {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  color: #000;
  font-size: 18px;
  font-family: Oswald;
}
.slide_2 > div .desc b {
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 8px;
}
.slide_2 > div .desc img {
  height: 78px;
  width: min-content;
}
.slide_2 > div .desc > div:nth-child(odd) {
  width: 50%;
}
.slide_2 > div .desc > div:nth-child(odd) p {
  width: 165px;
}
.slide_2 > div .desc > div:nth-child(even) {
  width: 50%;
}
.slide_2 > div .desc > div:nth-child(even) p {
  width: 315px;
}
@media (max-width: 768px) {
  .slide_2 > div .desc > div:nth-child(even) p {
    width: unset;
  }
}
.slide_2 > div .desc > div {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}
.slide_2 > img {
  width: 50%;
}

.kwiz {
  padding-top: 55px;
  padding-bottom: 65px;
  background-image: url("/img/kwiz.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.kwiz h2 {
  font-family: Oswald;
  font-size: 36px;
  font-weight: 300;
  line-height: 53px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
}
.kwiz h2 b {
  font-size: 36px;
  font-weight: 600;
  line-height: 53px;
  letter-spacing: 0em;
  text-align: left;
}
.kwiz .desc {
  margin-bottom: 40px;
  font-family: FuturaPT;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  max-width: 635px;
  color: rgb(89, 103, 111);
}
.kwiz .desc b {
  font-weight: 800;
}
.kwiz .forma {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.kwiz .forma form {
  padding-left: 33px;
  padding-top: 33px;
  padding-bottom: 33px;
  width: 60%;
}
.kwiz .forma .title {
  font-family: FuturaPT;
  font-size: 25px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: rgb(89, 103, 111);
}
.kwiz .forma .step1 input {
  display: none;
}
.kwiz .forma .step1 input:checked + label img {
  border: 2px solid red;
}
.kwiz .forma .step1 img {
  border-radius: 10px;
}
.kwiz .forma .step1 > div {
  display: flex;
  flex-wrap: wrap;
}
.kwiz .forma .step1 > div label {
  width: 25%;
  margin-top: 16px;
}
.kwiz .forma .step1 > div label p {
  font-family: FuturaPT;
  font-size: 16px;
  font-weight: 450;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 8px;
}
.kwiz .forma .step1 .btn {
  display: block;
}
.kwiz .forma .step1 .btn .btn_b {
  margin-left: auto;
}
.kwiz .forma .step6,
.kwiz .forma .step4,
.kwiz .forma .step3,
.kwiz .forma .step2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.kwiz .forma .step6 input,
.kwiz .forma .step4 input,
.kwiz .forma .step3 input,
.kwiz .forma .step2 input {
  border: 1px solid rgb(77, 77, 77);
  border-radius: 5px;
  padding: 8px 11px;
  width: 90%;
}
.kwiz .forma .step6 input {
  margin-bottom: 21px;
}
.kwiz .forma .step6 .next {
  width: 295px;
}
.kwiz .forma .step5 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.kwiz .forma .step5 .title {
  margin-bottom: 28px;
}
.kwiz .forma .step5 label {
  display: block;
  margin-bottom: 16px;
  font-family: FuturaPT;
  font-size: 16px;
  font-weight: 450;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}
.kwiz .forma .step5 .next {
  width: 295px;
}
.kwiz .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.kwiz .btn .btn_b {
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: "Roboto-Bold";
  text-transform: uppercase;
  height: 45px;
  width: 234px;
  position: relative;
  border: 0;
  background: transparent;
  box-shadow: 0px 4px 2px 0px rgb(168, 65, 59);
  -webkit-box-shadow: 0px 4px 2px 0px rgb(168, 65, 59);
  -moz-box-shadow: 0px 4px 2px 0px rgb(168, 65, 59);
  -ms-box-shadow: 0px 4px 2px 0px rgb(168, 65, 59);
  -o-box-shadow: 0px 4px 2px 0px rgb(168, 65, 59);
  -icab-box-shadow: 0px 4px 2px 0px rgb(168, 65, 59);
  background: linear-gradient(0deg, #F44B40 0%, #FB938C 100%);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}
.kwiz .btn .back {
  font-family: FuturaPT-Bold;
  color: rgb(89, 103, 111);
  font-size: 15px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  cursor: pointer;
}

.garant {
  height: 520px;
  min-height: 520px;
  background: url("../img/garant.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  display: flex;
  align-items: center;
}
.garant .title {
  font-family: Oswald;
  font-size: 40px;
  font-weight: 600;
  line-height: 59px;
  letter-spacing: 0em;
  text-align: left;
  max-width: 1120px;
}

.vgd {
  color: #fff;
  padding-top: 48px;
  padding-bottom: 80px;
  background: #59676F;
}
.vgd .title {
  font-family: Oswald;
  font-size: 36px;
  font-weight: 300;
  line-height: 53px;
  letter-spacing: 0em;
  text-align: left;
}
.vgd .title b {
  font-weight: 800;
}
.vgd .vgd_blocks {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.vgd .vgd_blocks > div {
  width: 25%;
  min-width: 315px;
  text-align: center;
  font-family: FuturaPT;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}
.vgd .vgd_blocks > div img {
  margin-bottom: 20px;
}

.works {
  padding-top: 48px;
  padding-bottom: 80px;
  background: url("/img/works.png");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
.works .slick-slide img {
  width: inherit;
}
.works h2 {
  font-family: Oswald;
  font-size: 36px;
  font-weight: 300;
  line-height: 53px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 48px;
  text-transform: uppercase;
}
.works h2 b {
  font-weight: 800;
}

.title {
  text-transform: uppercase;
}

.works.reviews {
  background-image: unset;
  background: #FBFBFB;
  overflow: hidden;
}
.works.reviews .rev {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  overflow-x: auto;
  margin-left: 20px;
}
@media (min-width: 1260px) {
  .works.reviews .rev {
    margin-left: 0;
    margin-left: calc((100vw - 1260px) / 2);
    width: calc(101vw - (100vw - 1260px) / 2);
  }
}
.works.reviews .rev .slide {
  border-radius: 15px;
  padding: 30px 25px;
  width: 332px;
  min-width: 332px;
  background: linear-gradient(146.95deg, #F4F4F4 2.86%, rgba(217, 217, 217, 0) 100%);
}
.works.reviews .rev .slide .name {
  display: flex;
  font-family: FuturaPT-Bold;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}
.works.reviews .rev .slide .name img {
  margin-right: 20px;
}
.works.reviews .rev .slide .name span {
  font-family: FuturaPT-Bold;
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #59676F;
}
.works.reviews .rev .slide .desc {
  font-family: FuturaPT;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #585858;
}

.works.faq {
  background-image: url("/img/faq.png");
}
.works.faq .title {
  margin-bottom: 20px;
}
.works.faq .faq_blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.works.faq .faq_blocks label {
  background: #59676F;
  border-radius: 10px;
  color: #fff;
  font-family: FuturaPT;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  padding-left: 42px;
  padding-right: 42px;
}
.works.faq .faq_blocks > div {
  margin-top: 20px;
  width: 48%;
}
.works.faq .faq_blocks > div .desc {
  margin-bottom: 60px;
  font-family: FuturaPT;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  height: 0;
  visibility: hidden;
  opacity: 0;
  display: none;
  transition: all 500ms;
  margin-top: 45px;
}
.works.faq .faq_blocks > div .desc ul {
  list-style: disc;
  margin-left: 40px;
}
.works.faq .faq_blocks input {
  display: none;
}
.works.faq .faq_blocks input:checked ~ div.desc {
  height: auto;
  visibility: visible;
  opacity: 1;
  display: block;
}

.ban {
  min-height: 473px;
  background-image: url("/img/ban_btm_bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}
.ban img {
  position: absolute;
  bottom: 0;
  right: calc((100vw - 1260px) / 2);
}
.ban .mob {
  display: none;
}
.ban .forma {
  width: 65%;
  border: 9px solid #59676F;
  padding-top: 26px;
  padding-bottom: 46px;
  padding-left: 3vw;
}
.ban .forma .title {
  font-family: Oswald;
  font-size: 36px;
  font-weight: 900;
  line-height: 53px;
  letter-spacing: 0em;
  text-align: left;
}
.ban .forma .desc {
  font-family: FuturaPT;
  font-size: 28px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 3px;
  margin-bottom: 12px;
}
.ban .forma .desc span {
  text-transform: uppercase;
}
.ban .forma input[type=email] {
  width: 370px;
  height: 34px;
  border-radius: 5px;
  border: 1px solid #FFF;
  background: rgba(217, 217, 217, 0.35);
  color: #fff;
  padding: 8px 17px;
}
.ban .forma input[type=phone] {
  width: 370px;
  height: 34px;
  border-radius: 5px;
  border: 1px solid #FFF;
  background: rgba(217, 217, 217, 0.35);
  color: #fff;
  padding: 8px 17px;
}
.ban .forma input[type=submit] {
  width: 370px;
  margin-top: 11px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: "Roboto-Bold";
  text-transform: uppercase;
  height: 45px;
  position: relative;
  border: 0;
  background: transparent;
  box-shadow: 0px 4px 2px 0px rgb(168, 65, 59);
  -webkit-box-shadow: 0px 4px 2px 0px rgb(168, 65, 59);
  -moz-box-shadow: 0px 4px 2px 0px rgb(168, 65, 59);
  -ms-box-shadow: 0px 4px 2px 0px rgb(168, 65, 59);
  -o-box-shadow: 0px 4px 2px 0px rgb(168, 65, 59);
  -icab-box-shadow: 0px 4px 2px 0px rgb(168, 65, 59);
  background: linear-gradient(0deg, #F44B40 0%, #FB938C 100%);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}
@media (max-width: 659px) {
  .ban .forma {
    padding-right: 3vw;
  }
  .ban .forma input[type=submit],
.ban .forma input[type=phone] {
    width: 100%;
  }
  .ban .forma .title {
    font-size: 27px;
    line-height: 37px;
  }
  .ban .forma .desc {
    font-size: 20px;
  }
}

.top_line.footer {
  background: #2B3230;
}

.popup_conf {
  width: 844px;
  height: 448px;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  color: #483c36;
  padding: 30px 50px;
  display: none;
}

.popup_conf h4 {
  font-size: 30px;
  text-align: center;
}

.popup_conf p {
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
}

.popup_conf h5 {
  font-size: 24px;
  margin-top: 20px;
}

.popup_conf .krest {
  position: absolute;
  right: -20px;
  top: -20px;
  cursor: pointer;
}

.popup {
  width: 700px;
  height: 400px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  background: #fff;
  display: none;
}

.popup .popup_left {
  position: absolute;
  width: 400px;
  left: 0;
  top: 0;
  bottom: 0;
  background: #f5efe9;
  padding: 30px 10px 0px;
}

.popup .popup_left > ins {
  display: block;
  text-align: center;
}

.popup .popup_left > ins ins {
  display: inline-block;
  font-size: 25px;
  font-family: "Roboto-Medium";
  border-bottom: 2px solid #ffcd0d;
  padding-bottom: 4px;
}

.popup .popup_left > p {
  font-size: 18px;
  font-family: "Roboto-Regular";
  margin-top: 10px;
  text-align: center;
  line-height: 24px;
}

.popup .popup_left > p span {
  display: block;
}

.popup .popup_left .form {
  text-align: center;
  margin-top: 30px;
}

.popup .popup_left .form .element {
  display: inline-block;
  margin-bottom: 30px;
}

.popup .popup_left .form .element span {
  font-family: "Roboto-Light";
  font-size: 14px;
  display: block;
  padding-left: 10px;
  text-align: left;
  position: absolute;
  top: 18px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  -icab-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
}

.popup .popup_left .form .element span.active {
  top: -18px;
}

.popup .popup_left .form .element input[type=text] {
  width: 300px;
  height: 48px;
  padding: 0 10px;
  border-radius: 6px;
  border: 0;
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  -icab-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.popup .popup_left .form .element textarea {
  width: 300px;
  height: 172px;
  max-height: 172px;
  padding: 18px 10px;
  border-radius: 6px;
  border: 0;
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  -icab-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.popup .popup_left .form button {
  margin-top: 0px;
}

.popup .popup_left .form button span {
  font-size: 22px;
}

.popup .popup_right {
  position: absolute;
  width: 300px;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 30px;
}

.popup .popup_right div {
  font-size: 24px;
  text-align: center;
  font-family: "Roboto-Light";
  margin-bottom: 30px;
}

.popup .popup_right p {
  padding-left: 90px;
  position: relative;
  margin-bottom: 10px;
}

.popup .popup_right p img {
  position: absolute;
  left: 40px;
  top: 2px;
}

.popup .popup_right p .phone {
  font-size: 20px;
  font-family: "Roboto-Regular";
  text-decoration: none;
  color: #000;
}

.popup .popup_right p .phone span {
  color: #fe9b43;
}

.popup .popup_right p.worktime {
  font-size: 14px;
  font-family: "Roboto-Light";
  margin-bottom: 30px;
}

.popup .popup_right p.worktime ins {
  font-size: 22px;
  font-family: "Roboto-Regular";
  display: block;
  margin-top: 4px;
}

.popup .popup_right p.soc {
  margin-bottom: 40px;
  display: inline-block;
  padding-left: 30px;
}

.popup .popup_right p.soc a {
  padding-left: 60px;
  color: #000;
}

.popup .popup_right p.soc a:hover {
  text-decoration: none;
}

.popup .popup_right p.soc img {
  top: -6px;
}

.popup.popup_vopros {
  width: 400px;
  height: 600px;
}

.popup.popup_thank {
  font-size: 35px;
  text-align: center;
  line-height: 360px;
  z-index: 9999;
}

.bg_popup {
  /*position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  display: none*/
}

.element.error span {
  color: red !important;
}

.modal {
  position: fixed;
  /* фиксированное положение */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  /* цвет фона */
  z-index: 1050;
  opacity: 0;
  /* по умолчанию модальное окно прозрачно */
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  /* анимация перехода */
  pointer-events: none;
  /* элемент невидим для событий мыши */
  z-index: 500;
}

/* при отображении модального окно */
.modal:target {
  opacity: 1;
  pointer-events: auto;
  overflow-y: auto;
  z-index: 500;
}

/* ширина модального окна и его отступы от экрана */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 500;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 10% auto;
    z-index: 500;
  }
}
/* свойства для блока, содержащего контент модального окна */
.modal-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0.3rem;
  outline: 0;
  z-index: 500;
}

@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    z-index: 500;
  }
}
/* свойства для заголовка модального окна */
.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
  z-index: 500;
}

.modal-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 500;
  z-index: 500;
}

/* свойства для кнопки "Закрыть" */
.close {
  float: right;
  font-family: sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  text-decoration: none;
}

/* свойства для кнопки "Закрыть" при нахождении её в фокусе или наведении */
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
}

/* свойства для блока, содержащего основное содержимое окна */
.modal-body {
  color: #2a3031;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 20px;
  overflow: auto;
  background: #ace1ea;
  z-index: 500;
}

.form h3 {
  font-size: 26px;
  font-family: "Roboto-Medium";
  line-height: 30px;
}

.form h4 {
  font-family: "Roboto-Light";
  font-size: 18px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  z-index: 1;
}

.form .element {
  display: inline-block;
  margin-bottom: 30px;
}

.form .element input[type=text] {
  width: 300px;
  height: 48px;
  padding: 0 10px;
  border-radius: 6px;
  border: 0;
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  -icab-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}

.form .element span {
  font-family: "Roboto-Light";
  font-size: 14px;
  display: block;
  padding-left: 20%;
  text-align: center;
  position: absolute;
  top: 18px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  -icab-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
  color: #616060;
  z-index: 500;
}
.form .element span :focus::-webkit-input-placeholder {
  color: transparent;
}
.form .element span :focus::-moz-placeholder {
  color: transparent;
}
.form .element span :focus:-moz-placeholder {
  color: transparent;
}
.form .element span :focus:-ms-input-placeholder {
  color: transparent;
}

.form button {
  margin-top: 0px;
}

.modal2 {
  position: fixed;
  /* фиксированное положение */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  /* цвет фона */
  z-index: 1050;
  opacity: 0;
  /* по умолчанию модальное окно прозрачно */
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  /* анимация перехода */
  pointer-events: none;
  /* элемент невидим для событий мыши */
}

.form .element textarea {
  width: 300px;
  height: 172px;
  max-height: 172px;
  padding: 18px 10px;
  border-radius: 6px;
  border: 0;
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  -icab-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
}

a {
  font-size: 15px;
  color: #ffb600;
  font-weight: 800;
}

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
