:root {
  --color-primary: #215AA4;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-R.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Ubuntu-B";
  src: url("../fonts/Ubuntu-B.ttf");
  font-weight: normal;
  font-style: normal;
}
/* fonts*/
/* default styles*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0 none;
  margin: 0;
  padding: 0;
}

body {
  font: 18px Ubuntu, Arial, sans-serif;
}

#go-top {
  background: url("../images/up.png") no-repeat scroll 0 0 transparent;
  width: 64px;
  height: 75px;
  font-size: 25px;
  position: fixed;
  left: 52.5%;
  margin-left: 540px;
  text-align: center;
  text-decoration: none;
  top: 90%;
  cursor: pointer;
  z-index: 999;
}

#menu {
  background: #fff;
  padding: 2px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  border-bottom: 1px solid #e0e0e0;
}

#menu ul {
  width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto auto auto auto;
}

#menu ul li {
  padding: 10px 0;
  list-style: none;
  border-right: 1px solid #e0e0e0;
  text-align: center;
  text-transform: uppercase;
}

#menu ul li:last-child {
  border: 0;
}

#menu a {
  font-family: "Ubuntu-B";
  font-size: 17px;
  text-align: center;
  color: var(--color-primary);
  cursor: pointer;
}

.default {
  display: none !important;
}

#thx-window {
  font-size: 20px;
  height: 100px;
  left: 50%;
  margin-left: -190px;
  margin-top: -62px;
  text-align: center;
  top: 52.5%;
  width: 395px;
}

#Call {
  top: 50%;
  left: 50%;
  margin-left: -190px;
  margin-top: -203px;
  padding: 20px;
  position: relative;
  width: 380px;
}

#Order {
  left: 50%;
  margin-left: -190px;
  margin-top: -203px;
  padding: 20px;
  position: relative;
  top: 50%;
  width: 380px;
}

#Call.window {
  background-color: transparent;
}

#Call.window .btnClose {
  top: 25px;
  right: 25px;
  z-index: 1;
}

#all-content {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 10;
  display: none;
  background-image: url("../images/hover_caption_bg.png");
}

.window {
  background-color: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  color: #808080;
  display: none;
  padding-top: 30px;
  position: fixed !important;
  z-index: 109;
}

.btnClose {
  cursor: pointer;
  position: absolute;
  right: -15px;
  top: -16px;
}

.form-name {
  text-align: center;
  font-size: 24px;
}

/* default styles*/
/* header */
header {
  position: relative;
  width: 100%;
  padding-top: 55px;
}

#desc {
  text-align: center;
  float: left;
  margin-left: 120px;
  font-family: "Ubuntu-B";
  font-size: 27px;
  text-transform: uppercase;
  margin-top: 45px;
}

#desc span {
  font-size: 22px;
}

header .header-container, header .top-menu .inner, header nav, .middle {
  margin: 0 auto;
  position: relative;
  width: 1200px;
}

.call.btn {
  color: var(--color-primary);
  font-size: 15px;
  text-decoration: underline;
  text-transform: none;
  margin-top: 5px;
  padding: 0;
  text-align: center;
  display: block;
  cursor: pointer;
}

.contact {
  float: right;
  width: 220px;
}

.contact p {
  text-align: center;
}

.contact .phone {
  font-size: 25px;
}

.contact .city {
  font-size: 12px;
}

.logo {
  background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 93px;
  text-indent: -9999em;
  width: 155px;
  margin-top: 0;
  float: left;
}

header .logo {
  margin-top: 20px;
}

/* header */
/* content styles */
#head-bg {
  background: url("../images/head-bg.jpg") no-repeat scroll center center transparent;
  width: 100%;
  height: 446px;
  border-top: 2px solid #9cd0f6;
  margin-top: 20px;
  min-width: 1300px;
}

#hour {
  background: url("../images/one-hour.png") no-repeat scroll center 0 transparent;
  width: 330px;
  height: 339px;
  float: left;
  margin-top: 46px;
}

.form-wrap {
  margin-top: 46px;
  width: 360px;
  position: relative;
  float: right;
}

h2 {
  font-size: 36px;
  color: var(--color-primary);
  text-align: center;
  font-family: "Ubuntu-B";
  text-transform: uppercase;
  padding: 10px 0;
}

#mid-act {
  background: url("../images/mid-img.jpg") no-repeat scroll center 0 transparent;
  width: 100%;
  height: 472px;
  min-width: 1300px;
}

#mid-act p.big {
  font-size: 39px;
  text-transform: uppercase;
  width: 680px;
  margin-left: 100px;
  float: left;
  margin-top: 200px;
  font-family: "Ubuntu-B";
}

#mid-act .form {
  margin-top: 90px;
}

#egg {
  background: var(--color-primary);
  padding: 40px 0;
  min-width: 1300px;
}

#egg h2 {
  color: #fff;
}

#egg {
  color: #fff;
}

#egg .big {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

#egg .elem {
  width: 170px;
  float: left;
  margin-left: 50px;
}

#egg .elem .title {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 15px;
  text-align: center;
}

#egg .elem p {
  font-size: 14px;
  text-align: center;
}

#egg .elem .icon {
  width: 100%;
  height: 64px;
}

#egg .elem.e1 .icon {
  background: url("../images/egg/1.png") no-repeat scroll center 0 transparent;
}

#egg .elem.e2 .icon {
  background: url("../images/egg/2.png") no-repeat scroll center 0 transparent;
}

#egg .elem.e3 .icon {
  background: url("../images/egg/3.png") no-repeat scroll center 0 transparent;
}

#egg .elem.e4 .icon {
  background: url("../images/egg/4.png") no-repeat scroll center 0 transparent;
}

#egg .elem.e5 .icon {
  background: url("../images/egg/5.png") no-repeat scroll center 0 transparent;
}

#how-work {
  margin-top: 30px;
}

#how-work .img {
  background: url("../images/how-work.png") no-repeat scroll center 0 transparent;
  width: 1280px;
  height: 258px;
  margin: 0 auto;
}

#partner {
  margin-top: 70px;
}

#partner h2 {
  color: #fff;
}

#slider2 img {
  float: left;
  margin-left: 90px;
}

#slider2 .right {
  width: 420px;
  margin-right: 50px;
  margin-top: 60px;
}

#slider2 li {
  padding-top: 50px;
}

#slider2.slider, #slider2.slider ul li, #partner .container {
  height: 340px;
}

#slider2 .right p {
  text-align: center;
  color: #fff;
}

#slider2 .right p.name {
  font-size: 40px;
  font-weight: bold;
}

#slider2 .right p.desc {
  font-size: 22px;
}

#partner {
  background: var(--color-primary);
  padding: 40px 0;
  min-width: 1300px;
}

.dark-blue-bg {
  background: var(--color-primary);
  min-width: 1300px;
}

.dark-blue-bg .el {
  float: left;
  width: 325px;
  text-align: center;
  cursor: pointer;
  padding: 10px 0;
  background-image: url("../images/service/delim.png");
  background-position: right top;
  background-repeat: no-repeat;
}

.dark-blue-bg .el.e4 {
  background-image: none;
}

.dark-blue-bg .el.active, .dark-blue-bg .el:hover {
  background: #fff;
}

.dark-blue-bg .el.active p, .dark-blue-bg .el:hover p {
  color: var(--color-primary);
}

.dark-blue-bg .el p {
  color: #fff;
  font-weight: bold;
}

#service .dark-blue-bg .el.active.e1 .icon, #service .dark-blue-bg .el.e1:hover .icon {
  background: url("../images/service/1.png") no-repeat scroll center 0 transparent;
}

#service .dark-blue-bg .el.active.e2 .icon, #service .dark-blue-bg .el.e2:hover .icon {
  background: url("../images/service/2.png") no-repeat scroll center 0 transparent;
}

#service .dark-blue-bg .el.active.e3 .icon, #service .dark-blue-bg .el.e3:hover .icon {
  background: url("../images/service/3.png") no-repeat scroll center 0 transparent;
}

#service .dark-blue-bg .el.active.e4 .icon, #service .dark-blue-bg .el.e4:hover .icon {
  background: url("../images/service/4.png") no-repeat scroll center 0 transparent;
}

#service .dark-blue-bg .el.e1 .icon {
  background: url("../images/service/1w.png") no-repeat scroll center 0 transparent;
}

#service .dark-blue-bg .el.e2 .icon {
  background: url("../images/service/2w.png") no-repeat scroll center 0 transparent;
}

#service .dark-blue-bg .el.e3 .icon {
  background: url("../images/service/3w.png") no-repeat scroll center 0 transparent;
}

#service .dark-blue-bg .el.e4 .icon {
  background: url("../images/service/4w.png") no-repeat scroll center 0 transparent;
}

#service .el .icon {
  width: 100%;
  height: 57px;
}

#service .middle {
  width: 1300px;
}

#service #main-block {
  background: url("../images/service/sep.png") no-repeat scroll 329px 100px transparent;
}

#service .elem {
  float: left;
  width: 325px;
  padding-top: 20px;
  position: relative;
  cursor: pointer;
}

#service .elem.active, #service .elem:hover {
  background: var(--color-primary);
}

#service .elem.active p, #service .elem:hover p {
  color: #fff;
}

#service .elem.active.e1 .icon, #service .elem:hover.e1 .icon {
  background: url("../images/service/1w.png") no-repeat scroll center 0 transparent;
}

#service .elem.active.e2 .icon, #service .elem:hover.e2 .icon {
  background: url("../images/service/2w.png") no-repeat scroll center 0 transparent;
}

#service .elem.active.e3 .icon, #service .elem:hover.e3 .icon {
  background: url("../images/service/3w.png") no-repeat scroll center 0 transparent;
}

#service .elem.active.e4 .icon, #service .elem:hover.e4 .icon {
  background: url("../images/service/4w.png") no-repeat scroll center 0 transparent;
}

#service .elem .icon {
  width: 100%;
  height: 64px;
}

#service .elem .title {
  font-family: "Ubuntu-B";
  margin: 10px auto 15px;
  height: 70px;
}

#service .elem p {
  text-align: center;
  color: #0b233b;
  font-size: 15px;
  width: 220px;
  margin: 0 auto;
}

#service .elem.active button, #service .elem:hover button {
  background: #ffffff;
  border-bottom: 3px solid #bfc9d0;
  color: var(--color-primary);
}

#service .elem.active .arr, #service .elem:hover .arr {
  background: url("../images/service/arr.png") no-repeat scroll center 0 transparent;
  width: 100%;
  height: 45px;
  position: absolute;
  bottom: -45px;
}

#service .elem p.desc {
  height: 70px;
}

#service .elem button {
  border-radius: 10px;
  display: block;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  padding: 10px 0;
  transition: all 0.8s 0.1s ease;
  -moz-transition: all 0.8s 0.1s ease;
  -o-transition: all 0.8s 0.1s ease;
  -webkit-transition: all 0.8s 0.1s ease;
  -khtml-transition: all 0.8s 0.1s ease;
  -opera-transition: all 0.8s 0.1s ease;
  -ms-transition: all 0.8s 0.1s ease;
  width: 124px;
  /*constant*/
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  background: var(--color-primary);
  border-bottom: 3px solid #2f7eb6;
}

#service .elem.e1 .icon {
  background: url("../images/service/1.png") no-repeat scroll center 0 transparent;
}

#service .elem.e2 .icon {
  background: url("../images/service/2.png") no-repeat scroll center 0 transparent;
}

#service .elem.e3 .icon {
  background: url("../images/service/3.png") no-repeat scroll center 0 transparent;
}

#service .elem.e4 .icon {
  background: url("../images/service/4.png") no-repeat scroll center 0 transparent;
}

#service .block {
  margin-top: 50px;
  /*display:none;*/
}

#service .frame {
  width: 496px;
  height: auto;
  padding-top: 20px;
  position: relative;
  padding-bottom: 20px;
}

#service .frame .frame_top, #service .frame .frame_bottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 37px;
}

#service .frame .frame_top {
  background: url("../images/service/frame_top.png") no-repeat scroll center 0 transparent;
  top: 0;
}

#service .frame .frame_bottom {
  background: url("../images/service/frame_bottom.png") no-repeat scroll center 0 transparent;
  bottom: 0;
}

#service .frame p {
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
}

#service .frame.left p {
  margin-left: 35px;
}

#service .frame.right p {
  margin-left: 55px;
}

#service .frame p span {
  font-family: "Ubuntu-B";
}

.bg-blue {
  width: 100%;
  padding: 30px 0;
  background: var(--color-primary);
  margin: 20px 0;
  min-width: 1300px;
}

#service .bg-blue .middle {
  width: 1200px;
}

#service .block .desc {
  font-size: 18px;
  color: var(--color-primary);
  text-align: center;
}

.file_wrap {
  position: relative;
}

.file_add {
  font-size: 13px;
  color: #ffffff;
  border-bottom: 1px dashed #fff;
  text-align: center;
  display: inline-block;
  z-index: 0;
  position: relative;
}

.filesform {
  position: absolute;
  top: 210px;
  left: 0;
  width: 100%;
  text-align: center;
}

form .file-input {
  position: absolute;
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 20px;
  left: 0;
  top: 0;
  margin: 4px 0px 0px -60px;
  padding: 0;
  cursor: pointer;
}

.object {
  /*width:1050px;
  margin:0 auto;*/
}

.object .left, .object .mid, .object .right {
  width: 290px;
  text-align: center;
  color: #fff;
}

.object .list {
  height: 270px;
}

.object .list p {
  font-size: 15px;
  background: url("../images/object/list.png") no-repeat left 10px;
  margin-top: 20px;
  text-align: left;
  list-style: none;
  padding-left: 32px;
}

.object .title {
  font-size: 18px;
  height: 70px;
  font-family: "Ubuntu-B";
}

.object .info p {
  font-family: "Ubuntu-B";
  font-size: 20px;
  margin-bottom: 5px;
}

.object .mid {
  float: left;
  margin-left: 75px;
}

.block .container, .block .slider {
  height: 550px;
}

#block4 .slideleft,
#block4 .slideright,
#block3 .slideleft,
#block3 .slideright,
#block2 .slideleft,
#block2 .slideright {
  visibility: hidden;
}

.container {
  position: relative;
  width: 1050px;
  height: 390px;
  margin: 0 auto;
}

.sliderbutton {
  width: 48px;
  height: 390px;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  top: 160px;
}

.slideleft {
  background: url(../images/object/larr.png) 0px 0 no-repeat;
  left: -85px;
}

.slideright {
  background: url(../images/object/rarr.png) 0 0 no-repeat;
  right: -105px;
}

.slider-wrap {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}

.article {
  text-align: center;
}

.slider {
  height: 407px;
  overflow: auto;
  position: relative;
  width: 1200px;
}

.slider ul {
  position: absolute;
  list-style: none;
  top: 0;
  left: 0;
}

.slider ul li {
  float: left;
  width: 1050px;
  height: 520px;
  position: relative;
  padding-left: 20px;
}

/* content styles */
/*form styles*/
button {
  border: 0;
}

.form .btn {
  /*constant*/
  border-radius: 10px;
  display: block;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  padding: 10px 0;
  transition: all 0.8s 0.1s ease;
  -moz-transition: all 0.8s 0.1s ease;
  -o-transition: all 0.8s 0.1s ease;
  -webkit-transition: all 0.8s 0.1s ease;
  -khtml-transition: all 0.8s 0.1s ease;
  -opera-transition: all 0.8s 0.1s ease;
  -ms-transition: all 0.8s 0.1s ease;
  width: 175px;
  /*constant*/
  margin-top: 10px;
  font-family: "Ubuntu-B";
  color: #fff;
  font-size: 22px;
  background: #ffa624;
  background: -moz-linear-gradient(top, #ffa624 0%, #ffbc59 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa624), color-stop(100%, #ffbc59));
  background: -webkit-linear-gradient(top, #ffa624 0%, #ffbc59 100%);
  background: -o-linear-gradient(top, #ffa624 0%, #ffbc59 100%);
  background: -ms-linear-gradient(top, #ffa624 0%, #ffbc59 100%);
  background: linear-gradient(to bottom, #ffa624 0%, #ffbc59 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffa624", endColorstr="#ffbc59",GradientType=0 );
  border-bottom: 3px solid #b6802a;
}

.form .btn:hover {
  margin-top: 12px;
  border-bottom: 1px solid #b6802a;
}

.window .btn {
  border: 0 none;
  outline: 0 none;
  width: 100%;
  cursor: pointer;
  margin-top: 10px;
}

.btn:hover {
  /*
  	background:#b70000;
  	color:#FFEE25;*/
}

.form {
  width: 260px;
  height: 215px;
  background: url("../images/form.png");
  float: right;
  position: relative;
  padding: 50px;
  padding-top: 40px;
}

.form .do_ord {
  font-size: 24px;
  color: #ffffff;
  font-family: "Ubuntu-B";
  text-align: center;
  text-transform: uppercase;
}

.form input {
  margin-top: 15px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #b5c5d0;
  height: 25px;
  background-color: #ecf7fe;
  text-align: center;
  font-size: 13px;
  transition: all 0.8s 0.1s ease;
  -moz-transition: all 0.8s 0.1s ease;
  -o-transition: all 0.8s 0.1s ease;
  -webkit-transition: all 0.8s 0.1s ease;
  -khtml-transition: all 0.8s 0.1s ease;
  -opera-transition: all 0.8s 0.1s ease;
  -ms-transition: all 0.8s 0.1s ease;
}

input.error, textarea.error {
  background: #FFD2D2 !important;
  color: #000 !important;
}

input[type=text].success {
  background: #EDFFEF !important;
  color: #000 !important;
}

/*form styles*/
/*footer styles */
footer {
  width: 100%;
  min-width: 1300px;
}

footer .map-wrap {
  width: 100%;
  height: 455px;
  position: relative;
  min-width: 1300px;
}

footer .map-wrap #map, footer .map-wrap #map2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#frame-contact {
  background: url("../images/gray_frame.png") no-repeat scroll center 0 transparent;
  width: 537px;
  height: 215px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50px;
  margin-left: -500px;
}

#frame-contact .wrap {
  width: 405px;
  margin: 0 auto;
  padding-top: 10px;
}

#frame-contact .wrap .elem {
  padding-top: 10px;
  font-size: 17px;
  color: #fff;
}

#frame-contact .wrap .elem .left {
  width: 90px;
  font-weight: bold;
}

#frame-contact .wrap .elem .right {
  width: 265px;
}

#selector {
  width: 308px;
  margin: 20px auto 0;
}

#selector a {
  display: block;
  width: 150px;
  border: 2px solid #ececec;
  padding: 8px 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

#selector a.active {
  background: #ffffff;
  color: #58585b;
}

#selector a#b1 {
  border-radius: 5px 0 0 5px;
  float: left;
}

#selector a#b2 {
  border-radius: 0 5px 5px 0;
  float: right;
}

.f-logo {
  display: inline-block;
  width: 131px;
  height: 78px;
  margin-right: 25px;
  background: url("../images/small_logo.png") no-repeat scroll center 0 transparent;
}
.f-bottom {
  border-right: 2px solid #51b1f5;
  background: #f2f2f2;
  padding: 20px 0;
}
.f-bottom__grid {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr
}

.b-contact {
  font-size: 20px;
  margin-top: 15px;
  background: url("../images/phone.png") no-repeat scroll 0 0 transparent;
  padding-left: 75px;
  padding-right: 20px;
}
.social {
}
.social__link {
}
.social__img {
  width: 35px;
  height: auto;
}

/*footer styles */
/* additional styles */
/* carusel */
.liquid {
  padding: 10px 0;
  margin-top: 20px;
}

.liquid .previous, .liquid .next {
  display: block;
  height: 174px;
  width: 37px;
  margin-top: 80px;
  padding: 0;
  cursor: pointer;
  background-repeat: no-repeat;
}

.liquid .previous {
  background-image: url("http://www.1-smeta.ru/images/diplom/larr.png");
  float: left;
  padding-left: 40px;
}

.liquid .next {
  background-image: url("http://www.1-smeta.ru/images/diplom/rarr.png");
  float: right;
}

.liquid ul li {
  width: 236px;
  padding: 0 2px;
  margin: 0 5px !important;
}

/* carusel */
.clrfix:after {
  clear: both;
  content: "";
  display: block;
}

.center {
  text-align: center;
}

.red {
  color: #f10c0c;
}

.green {
  color: #66CC00;
}

.light-bold {
  font-weight: 600;
}

.bold {
  font-weight: bold;
}

.clear {
  clear: both;
}

.text-shadow {
  text-shadow: 2px 2px 3px #969696;
}

.left {
  float: left;
}

.right {
  float: right;
}

.style-image {
  height: 113px;
  width: 207px;
}

/* additional styles */
/*ipavel*/
.form {
  width: 260px;
  height: auto;
  background-image: none;
  float: right;
  position: relative;
  padding: 30px 40px;
  background-color: var(--color-primary);
  border-radius: 10px;
  box-shadow: 2px 2px 2px 2px var(--color-primary);
}

.feedback-form-1__message, .feedback-form-2__message {
  text-align: center;
  color: white;
  padding-top: 5px;
  font-size: 0.8em;
}

.footer {
}
