@font-face {
  font-family: "Georgia-Bold";
  src: url("../fonts/georgia-bold.ttf");
}
@font-face {
  font-family: "Georgia";
  src: url("../fonts/Georgia.ttf");
}
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #000000;
  font-family: "Georgia";
  min-width: 320px;
}
.clear {
  clear: both;
}
h3 {
  font-family: "Georgia-Bold";
  font-size: 30px;
  color: #2d2d2d;
  text-transform: uppercase;
  text-align: center;
}
.container {
  padding: 0 50px;
  position: relative;
  max-width: 1040px;
  margin: auto;
}
.container * {
  transition: 0.2s;
}
.container > p.title {
  font-family: "Georgia-Bold";
  font-size: 40px;
  color: #2d2d2d;
  text-align: center;
  margin-top: 0;
  text-transform: uppercase;
}
.bg1 {
  background: #8c8986 url(../img/brushed-alum.png);
}
.bg2 {
  background: rgba(1, 120, 255, 0.61) url(../img/brushed-alum.png);
}
.wrapper {
  overflow: hidden;
  transition: filter 0.8s;
}
.wrapper > div {
  padding: 55px 0;
}
header {
  background: url(../img/header2.jpg) no-repeat center top fixed;
  transition: 0s;
}
header .top_info {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.4));
  padding: 10px 0;
  box-shadow: rgba(0, 0, 0, 0.7) 0 3px 55px;
}
header .top_info .container div.text {
  float: left;
  margin: 10px 0;
  max-width: 340px;
}
header .top_info .container div.text p.title {
  margin: 0;
  text-align: left;
  text-transform: none;
  color: white;
  font-size: 40px;
}
header .top_info .container div.text span {
  display: block;
  text-align: left;
  color: white;
}
header .top_info .container div.tels {
  margin: 10px 0;
  float: right;
}
header .top_info .container div.tels img {
  display: inline-block;
  position: relative;
  top: 10px;
  transition: 0s;
}
header .top_info .container div.tels img.icon {
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  margin-right: 5px;
}
header .top_info .container div.tels img.tel {
  margin-right: 12px;
}
header .top_info .container div.tels div {
  display: inline-block;
  max-width: 185px;
  vertical-align: middle;
}
header .top_info .container div.tels a {
  line-height: 25px;
  display: inline-block;
  font-size: 18px;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  margin-right: 2px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: arial;
  font-weight: bold;
}
header .top_info .container div.tels a:hover {
  color: #ff414d;
}
header nav {
  position: absolute;
  width: 100%;
  min-width: 320px;
  z-index: 20;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  transition: 0s;
}
header nav .container {
  text-align: left;
  height: 44px;
}
header nav .container ul {
  list-style: none;
  margin: 0;
  display: inline-block;
  padding: 0;
}
header nav .container ul br.mobile {
  display: none;
}
header nav .container ul li {
  display: inline-block;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  float: left;
}
header nav .container ul li:last-of-type {
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}
header nav .container ul li .wrap {
  position: relative;
  overflow: hidden;
  transform: 0.3s;
}
header nav .container ul li .wrap:after {
  content: "";
  position: absolute;
  top: -60px;
  bottom: -60px;
  left: -20px;
  width: 0px;
  background: #ff1616 url(../img/brushed-alum.png);
  transform: rotateZ(25deg);
  transition: 0.3s;
}
header nav .container ul li a {
  text-decoration: none;
  line-height: 44px;
  padding: 0 20px;
  display: block;
  color: white;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
header nav .container ul li:hover .wrap:after {
  width: 120%;
}
header nav .container button {
  color: #fff;
  text-transform: uppercase;
  height: 31px;
  border-radius: 3px;
  border: 0;
  font-family: "Georgia-Bold";
  float: right;
  margin-top: 7px;
  cursor: pointer;
  background: #ff414d;
  outline: none;
}
header nav .container button:hover {
  background: #8c0e1d;
}
header nav .container .language {
  float: right;
  margin-left: 10px;
  padding-top: 2px;
  text-align: center;
}
header nav .container .language a {
  display: block;
  color: white;
  text-decoration: none;
  text-align: center;
}
header nav .container .language a.active {
  color: black;
  text-decoration: underline;
  font-family: "Georgia-Bold";
}
header nav .container .language a:not(.active) {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
header nav .container .language a:hover {
  color: #ff414d;
}
header > .container {
  padding: 100px 0;
  text-align: center;
  font-family: "Georgia-Bold";
}
header > .container .text {
  vertical-align: middle;
  max-width: 560px;
  text-align: left;
  width: 54%;
  display: inline-block;
  margin-right: 30px;
}
header > .container .text p:first-of-type {
  color: #EDECFF;
  font-size: 35px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
header > .container .text p:last-of-type {
  color: #FBB839;
  font-size: 26px;
  font-family: "Georgia";
  letter-spacing: -0.5px;
  margin-bottom: 35px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
header > .container .form {
  padding-top: 28px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.5);
  max-width: 430px;
  border-radius: 5px;
  width: 44%;
  display: inline-block;
}
header > .container .form p {
  font-family: 'Scada', sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 34px;
  color: white;
  margin-top: 0;
}
header > .container .form p span {
  color: #DFE1FE;
  font-size: 16px;
  line-height: 22px;
  display: block;
}
header > .container .form label {
  margin-bottom: 10px;
  font-family: 'Scada', sans-serif;
  font-size: 18px;
}
header > .container .form label span {
  color: white;
  display: block;
  width: 90%;
  margin: 0 auto 10px;
  text-align: left;
}
header > .container .form label input,
header > .container .form label textarea {
  width: 90%;
  border: 0;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  resize: none;
  font-family: 'Scada', sans-serif;
}
header > .container .form input[type=submit] {
  background: #ff414d;
  border: 0;
  color: white;
  width: 90%;
  text-transform: uppercase;
  font-size: 22px;
  padding: 5.5px;
  margin-bottom: 28px;
  cursor: pointer;
  border-radius: 5px;
}
header > .container .form input[type=submit]:hover {
  background: #8c0e1d;
}
.services .container > p.title {
  font-family: "Georgia-Bold";
  font-size: 50px;
}
.services .container .sorts {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.services .container .sorts .item {
  display: none;
  width: 190px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}
.services .container .sorts .item img {
  width: 100%;
  border-radius: 3px 3px 0 0;
}
.services .container .sorts .item .bottom {
  margin-top: -4px;
}
.services .container .sorts .item .bottom .wrap {
  position: relative;
  overflow: hidden;
}
.services .container .sorts .item .bottom .wrap strong {
  font-size: 17px;
  color: #2d2d2d;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 49px;
  height: 49px;
  position: relative;
  z-index: 1;
}
.services .container .sorts .item .bottom .wrap .left,
.services .container .sorts .item .bottom .wrap .right {
  position: absolute;
  top: -29px;
  bottom: -27px;
  left: -20px;
  width: 0;
  background: rgba(1, 120, 255, 0.61);
  background: #8c8986 url(../img/brushed-alum.png);
  transform: rotateZ(25deg);
}
.services .container .sorts .item .bottom .wrap .right {
  right: -20px;
  left: auto;
}
.services .container .sorts .item .bottom ul.level2 {
  border: 1px solid rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 101%;
  left: -1px;
  right: -1px;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  transition: 0s;
  border-radius: 3px;
  max-height: 250px;
  z-index: 5;
}
.services .container .sorts .item .bottom ul.level2 * {
  transition: 0s;
}
.services .container .sorts .item .bottom ul.level2 li {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.services .container .sorts .item .bottom ul.level2 li .wrap {
  position: relative;
}
.services .container .sorts .item .bottom ul.level2 li .wrap a {
  padding: 10px 3px;
  position: relative;
  width: 100%;
  display: block;
  z-index: 1;
  text-decoration: none;
  color: #2d2d2d;
  font-size: 16px;
}
.services .container .sorts .item .bottom ul.level2 li .wrap .left,
.services .container .sorts .item .bottom ul.level2 li .wrap .right {
  position: absolute;
  top: -29px;
  bottom: -27px;
  left: -20px;
  width: 0;
  background: rgba(1, 120, 255, 0.61);
  background: #8c8986 url(../img/brushed-alum.png);
  transform: rotateZ(25deg);
  transition: 0.3s;
}
.services .container .sorts .item .bottom ul.level2 li .wrap .right {
  right: -20px;
  left: auto;
}
.services .container .sorts .item .bottom ul.level2 li:hover .left,
.services .container .sorts .item .bottom ul.level2 li:hover .right {
  width: 116px;
}
.services .container .sorts .item .bottom ul.level2 li:hover a {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.services .container .sorts .item.active .bottom strong {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.services .container .sorts .item.active .bottom .left,
.services .container .sorts .item.active .bottom .right {
  width: 116px;
}
.services .container .list ul {
  list-style: none;
  padding: 0;
}
.services .container .list ul li {
  width: 50%;
  float: left;
  padding-left: 50px;
  transition: 0s;
}
.services .container .list ul li a {
  color: white;
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  line-height: 30px;
  transition: 0.2s;
}
.services .container .list ul li a:hover {
  color: #424242;
}
.services .container .list ul li:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 13px;
  border-radius: 50px;
  height: 5px;
  width: 5px;
  background: rgba(0, 0, 0, 0.5);
}
.mCSB_container {
  margin-right: 0!important;
}
.mCSB_scrollTools {
  width: 7px!important;
}
.mCSB_scrollTools_vertical {
  opacity: 0;
}
.services.bg2 .container .sorts .item ul.level2.mCustomScrollbar .mCSB_scrollTools.mCS-dark-thin.mCSB_scrollTools_vertical {
  opacity: 0!important;
}
.why_us .sorts {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.why_us .sorts .item {
  width: 190px;
  height: 179px;
  padding-top: 11px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  position: relative;
  vertical-align: top;
}
.why_us .sorts .item img {
  height: 79px;
  border-radius: 3px 3px 0 0;
}
.why_us .sorts .item strong {
  font-size: 15px;
  color: #2d2d2d;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  width: 95%;
  display: block;
  margin: 15px auto;
}
.why_us .sorts .item strong:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 128px;
  height: 1px;
  background: #795535;
}
.why_us .partners {
  text-align: center;
}
.why_us .partners img {
  vertical-align: middle;
}
.plan .wrap {
  text-align: center;
}
.plan .wrap .item {
  display: inline-block;
  text-align: center;
  margin: 0 20px;
  vertical-align: middle;
}
.plan .wrap .item strong {
  display: block;
  margin: 15px auto;
}
.plan .wrap .item img {
  display: block;
  margin: auto;
  height: 60px;
}
.plan .wrap img.arrow {
  height: 30px;
}
.plan .wrap br.mobile {
  display: none;
}
.slider .wrap {
  width: 80%;
  margin: auto;
}
.slider .wrap .owl-item {
  text-align: center;
}
.slider .wrap a.item {
  text-align: center;
  text-decoration: none;
}
.slider .wrap a.item .img_wrap {
  display: inline-block;
  padding: 7px 5px 5px;
  position: relative;
}
.slider .wrap a.item .img_wrap:after {
  content: "";
  position: absolute;
  display: block;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: black;
}
.slider .wrap a.item .img_wrap img {
  height: 200px;
  width: auto;
  margin: auto;
  position: relative;
  z-index: 1;
  display: block;
}
.slider .wrap a.item span {
  margin: 10px auto;
  display: block;
  max-width: 90%;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.slider .wrap .owl-prev,
.slider .wrap .owl-next {
  position: absolute;
  top: 45%;
  top: calc(50% - 55px);
  height: 55px;
  width: 30px;
  background: url(../img/cursor.png) no-repeat left center;
  background-size: auto 100%;
  opacity: 0.6;
}
.slider .wrap .owl-prev:hover,
.slider .wrap .owl-next:hover {
  opacity: 1;
}
.slider .wrap .owl-prev {
  left: -30px;
}
.slider .wrap .owl-next {
  right: -30px;
  background-position-x: right;
}
.order form {
  margin: auto;
  max-width: 681px;
}
.order form input {
  width: 100%;
  border: 0;
  height: 40px;
  margin-bottom: 20px;
  font-size: 16px;
  color: black;
  padding-left: 20px;
  outline: none;
}
.order form input[type=submit] {
  height: 75px;
  background: #ff414d;
  margin: 15px 0 0;
  font-family: "Georgia-Bold";
  color: white;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 75px;
  cursor: pointer;
}
.order form input[type=submit]:hover {
  background: #8c0e1d;
}
.order form textarea {
  width: 100%;
  height: 100px;
  border: 0;
  font-size: 16px;
  color: black;
  padding-left: 20px;
  padding-top: 11px;
  outline: none;
  resize: none;
}
.order form input,
.order form textarea {
  font-family: "Georgia";
}
.order form input::-webkit-input-placeholder,
.order form textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: black;
}
.order form input:-moz-placeholder,
.order form textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
  opacity: 1;
}
.order form input::-moz-placeholder,
.order form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black;
  opacity: 1;
}
.order form input:-ms-input-placeholder,
.order form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
}
.contacts .left,
.contacts .right {
  width: 50%;
  float: left;
}
.contacts .left p.title {
  font-size: 46px;
  font-family: "Georgia-Bold";
  color: white;
  margin-top: 0;
  margin-bottom: 20px;
}
.contacts .left strong {
  display: block;
  color: #2d2d2d;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.76);
  margin-bottom: 5px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.contacts .left img {
  transition: 0s;
}
.contacts .left div.tels {
  margin-bottom: 10px;
}
.contacts .left div.tels img {
  display: inline-block;
  margin-right: 13px;
  position: relative;
  top: 14px;
  vertical-align: middle;
}
.contacts .left div.tels div {
  display: inline-block;
  max-width: 180px;
  vertical-align: middle;
}
.contacts .left div.tels div a {
  line-height: 25px;
}
.contacts .left div.tels div a .icon {
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  margin-right: 5px;
}
.contacts .left div.tels a {
  display: inline-block;
  font-size: 17px;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  margin-right: 2px;
  text-transform: uppercase;
  text-decoration: none;
}
.contacts .left div.tels a:hover {
  color: #424242;
}
.contacts .left div.email {
  margin-top: 30px;
  margin-left: 3px;
}
.contacts .left div.email div {
  display: inline-block;
  max-width: 343px;
  vertical-align: middle;
}
.contacts .left div.email img {
  vertical-align: text-bottom;
  margin-right: 12px;
}
.contacts .left div.email a {
  color: #00a5ce;
  font-size: 17px;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.contacts .left div.email a:hover {
  text-decoration: underline;
}
.contacts .left div.address {
  margin-top: 30px;
  margin-left: 6px;
  font-size: 15px;
}
.contacts .left div.address div {
  display: inline-block;
  max-width: 343px;
  vertical-align: middle;
}
.contacts .left div.address img {
  vertical-align: bottom;
  margin-right: 12px;
  position: relative;
}
.contacts .left div.address address {
  display: inline-block;
  font-style: normal;
  font-size: 17px;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.contacts .right {
  max-width: 490px;
}
.contacts .right #map {
  width: 100%;
  height: 410px;
  transition: 0s;
}
.contacts .right #map * {
  transition: 0s;
}
footer {
  position: relative;
  background: #2b2a29;
}
footer .line_top {
  background: url(../img/line_top2.png);
  background-repeat: no-repeat repeat-x;
  background-size: 33px 100%;
  -webkit-filter: drop-shadow(3px -9px 0px #efeeee);
  filter: drop-shadow(3px -9px 0px #efeeee);
  position: absolute;
  height: 27px;
  width: 100%;
  top: -20px;
  z-index: 10;
}
footer .copyring {
  padding: 50px 0;
  color: #efeeee;
  text-align: center;
  font-size: 18px;
}
footer .copyring br.mobile {
  display: none;
}
footer .copyring a {
  color: white;
  text-decoration: none;
}
footer .copyring a:hover {
  text-decoration: underline;
}
#up_btn {
  display: none;
  padding: 0;
  position: fixed;
  width: 35px;
  height: 35px;
  right: 10px;
  bottom: 50px;
  background: #ff414d url(../img/arrow_up.png) center center no-repeat;
  background-size: 70% auto;
  border-radius: 3px;
  z-index: 15;
  cursor: pointer;
  transition: 0s;
}
#up_btn:hover {
  background-color: #8c0e1d;
}
.menu_btn {
  display: none;
  position: absolute;
  background: #ff414d;
  right: 30px;
  top: 7px;
  width: 31px;
  height: 31px;
  bottom: auto;
  padding: 9px 10px;
  border-radius: 4px;
  border: 1px solid #fff;
}
.menu_btn i {
  color: #00c3d4;
}
.toggle-mnu {
  padding: 11px 4px!important;
  cursor: pointer;
}
.toggle-mnu span:after,
.toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
}
.toggle-mnu span:after {
  top: 7px;
}
.toggle-mnu span {
  position: relative;
  display: block;
  background: transparent!important;
}
.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
.toggle-mnu.on span {
  background-color: transparent;
  left: 1px;
  top: 1px;
}
.toggle-mnu.on span:before {
  transform: rotate(45deg) translate(-1px, 0px);
  top: 1px;
}
.toggle-mnu.on span:after {
  transform: rotate(-45deg) translate(6px, -7px);
  top: 10px;
}
.popup_bg {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 50;
}
.popup_form {
  min-width: 272px;
  height: 468px;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 85%;
  margin: auto;
  max-width: 400px;
  z-index: 51;
  display: inline-table;
  background: #0178ff url(../img/brushed-alum.png);
  padding: 20px;
  border-radius: 3px;
  display: none;
  opacity: 0;
}
.popup_form form {
  margin: auto;
  max-width: 681px;
  height: 100%;
}
.popup_form form input {
  width: 100%;
  border: 0;
  height: 40px;
  margin-bottom: 20px;
  font-size: 16px;
  color: black;
  padding-left: 20px;
  outline: none;
}
.popup_form form input[type=submit] {
  height: 75px;
  background: #ff414d;
  margin: 15px 0 0;
  font-family: "Georgia-Bold";
  color: white;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 75px;
  cursor: pointer;
}
.popup_form form input[type=submit]:hover {
  background: #8c0e1d;
}
.popup_form form textarea {
  width: 100%;
  height: 100px;
  border: 0;
  font-size: 16px;
  color: black;
  padding-left: 20px;
  padding-top: 11px;
  outline: none;
  resize: none;
}
.popup_form form input,
.popup_form form textarea {
  font-family: "Georgia";
}
.popup_form form input::-webkit-input-placeholder,
.popup_form form textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: black;
}
.popup_form form input:-moz-placeholder,
.popup_form form textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
  opacity: 1;
}
.popup_form form input::-moz-placeholder,
.popup_form form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black;
  opacity: 1;
}
.popup_form form input:-ms-input-placeholder,
.popup_form form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
}
.popup_form .close {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 25px;
  cursor: pointer;
}
.popup_form .close:hover {
  transform: rotate(10deg);
}
.popup_form p {
  color: white;
  text-align: center;
  font-family: 'Scada', sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 34px;
  margin-top: 0;
  margin-bottom: 20px;
}
.done {
  opacity: 0;
  display: none;
  position: fixed;
  top: 45%;
  top: calc(50% - 25px);
  left: 0;
  right: 0;
  z-index: 9999;
  background: #0178ff url(../img/brushed-alum.png);
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  z-index: 51;
}
.done p {
  margin: auto;
  text-align: center;
  font-size: 30px;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
