/* Yahoo! CSS Reset */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300&subset=cyrillic,latin);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:700&subset=latin,cyrillic);
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  /*list-style: none;*/
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

p {margin-bottom:15px; text-align:justify;}

.fw {font-weight:bold;}

.tac {text-align:center;}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

/* End of Yahoo! CSS Reset */
html {
  height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

body {
  font: 14px/1.46666 'Roboto', sans-serif;
  background: #fff;
  color: #19252c;
}

a {
  color: inherit;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  text-decoration: none;
}

h1 {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.2;
  color: #19252c;
}

* {
  box-sizing: border-box;
}

.medium {
  font-weight: 500;
}

.bold {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}

.bold-rob {
  font-weight: 700;
}

.thin {
  font-weight: 700;
}

.ubold {
  font-weight: 900;
}

.page {
  min-height: 100vh;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.primary {
  color: #abcc29;
}

.secondary {
  color: #498bb2;
}

.wrapper {
  width: 960px;
  margin: 0 auto;
}

.clear:before, .clear:after {
  display: table;
  content: "";
  line-height: 0;
}
.clear:after {
  clear: both;
}

.bg-1 {
  background: url("../images/bg-1_2.jpg") no-repeat top center;
  height: 525px;
}

.bg-2 {
  background: url("../images/bg-2.jpg") no-repeat top center;
}

.bg-3 {
  background: url("../images/bg-3.jpg") no-repeat top center;
}

.bg-5 {
  background: url("../images/bg-5.jpg") no-repeat top center;
}
.bg-5 h1, .bg-5 h2, .bg-5 h3, .bg-5 h4, .bg-5 h5, .bg-5 h6 {
  color: #fff;
}

.bg-7 {
  background: url("../images/bg-7.jpg") repeat top left;
}

.bg-6 {
  background: url("../images/bg-6.jpg") no-repeat top center;
  height: 525px;
}

.bg-4 {
  background-image: url("../images/bg-4.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #787f83;
}
.bg-4 h1, .bg-4 h2, .bg-4 h3, .bg-4 h4, .bg-4 h5, .bg-4 h6 {
  color: #fff;
}

.email {
  text-decoration: underline;
}

.pos-rel {
  position: relative;
}
#bg-1_h1 {
  background: rgba(0, 0, 0, 0) url("../images/bg_1_2.png") no-repeat scroll center top;
  color: #fff;
  height: 100px;
  left: 146px;
  position: absolute;
  text-align: center;
  top: 79px;
  width: 380px;
}
#bg-1_h1 h1 {
  border-top: 1px solid;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  margin-top: 45px;
  padding-top: 5px;
}
#bg-1_h1 p {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding-top: 5px;
  text-align: center;
}

#bg-1_h1 p:before {
    content: "_____";
    position: relative;
    top: -4px;
}
#bg-1_h1 p:after {
    content: "_____";
    position: relative;
    top: -4px;
}
.border-after:after {
  content: '';
  position: absolute;
  top: 85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #c3d3dd;
  height: 4px;
  width: 100px;
}

.title3 {
  font-size: 18px;
  line-height: 1.2px;
  color: #19252c;
}

.color-1 {
  color: #718895;
}

.color-2 {
  color: #89a6b7;
}

.white {
  color: #fff;
}

.hid {
  display: none;
}

#rez_cont {
  display: none;
}

.img-container + p {
  margin-top: 15px;
}

h1 + .inline-list {
  margin-top: 120px;
}

h1 + .owl-carousel {
  margin-top: 120px;
}

h1 + .t_container {
  margin-top: 100px;
}

img + .title3 {
  margin-top: 20px;
}

.title3 + p {
  margin-top: 30px;
}

.title3 + iframe {
  margin-top: 30px;
}

.well {
  padding-top: 35px;
  padding-bottom: 25px;
}

.well-md {
  padding-top: 20px;
  padding-bottom: 30px;
  background: url("../images/bg-7.jpg") repeat top left;
}

.well-1 {
  padding-top: 53px;
  padding-bottom: 44px;
}

* + #rez_cont {
  margin-top: 30px;
}

* + .diz-p {
  margin-top: 5px;
}

* + .call-us {
  margin-top: 35px;
}

* + .or {
  margin-top: 10px;
}

* + .btn-no-bg {
  margin-top: 15px;
}

/* Components */
.btn {
  background-color: #abcc29;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  border: none;
  outline: none;
}

.btn:hover {
  background-color: #498bb2;
  cursor: pointer;
}

.btn-md {
  font-weight: 700;
  width: 149px;
  height: 46px;
  font-size: 16px;
  padding: 10px 10px 0px;
}

.btn-lg {
  font-size: 18px;
  font-weight: 500;
  width: 180px;
  height: 44px;
  line-height: 44px;
}

.btn-no-bg {
  display: inline-block;
  width: 215px;
  border: 4px solid #abcc29;
  text-align: center;
  font-size: 19px;
  color: #19252c;
  height: 45px;
  line-height: 35px;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.btn-no-bg:hover {
  background: #abcc29;
  cursor: pointer;
}

.inline-list {
  word-spacing: 16px;
}
.inline-list li {
  display: inline-block;
  word-spacing: normal;
}

/*========================================================
                      RD Mail Form
=========================================================*/
.mailform {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.mailform fieldset {
  border: none;
}

.mailform label {
  position: relative;
  display: block;
  height: 50px;
  width: 255px;
  margin-top: 22.5px;
}
.mailform label:first-child {
  margin-top: 0;
}
.mailform label input, .mailform label select {
  height: 45px;
}
.mailform label input, .mailform label select, .mailform label textarea {
  text-align: center;
  display: block;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  font-size: 14px;
  padding: -1px 18px;
  line-height: 45px;
  color: #333;
  background: #f1f4f6;
  border: 1px solid #d4dce1;
  border-radius: 0px;
}
.mailform label input:-moz-placeholder, .mailform label select:-moz-placeholder, .mailform label textarea:-moz-placeholder {
  color: #a7b8c2;
  opacity: 1;
}
.mailform label input::-webkit-input-placeholder, .mailform label select::-webkit-input-placeholder, .mailform label textarea::-webkit-input-placeholder {
  color: #a7b8c2;
  opacity: 1;
}
.mailform label input::-moz-placeholder, .mailform label select::-moz-placeholder, .mailform label textarea::-moz-placeholder {
  color: #a7b8c2;
  opacity: 1;
}
.mailform label input:-ms-input-placeholder, .mailform label select:-ms-input-placeholder, .mailform label textarea:-ms-input-placeholder {
  color: #a7b8c2;
  opacity: 1;
}
.mailform label textarea {
  resize: vertical;
  overflow: auto;
  min-height: 45px;
  height: 212px;
  max-height: 318px;
}
@media (min-width: 768px) {
  .mailform label {
    margin-top: 10px;
  }
}

/*=================   MF Controls   =====================*/
.mfControls {
  word-spacing: 15px;
  text-align: center;
}
.mfControls > * {
  margin-top: 15px;
  word-spacing: normal;
}
.mfControls button {
  min-width: 145px;
}

@-webkit-keyframes fout {
  0% {
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
  100% {
    -webkit-transform: scale(0) translateX(0);
    transform: scale(0) translateX(0);
  }
}
@keyframes fout {
  0% {
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
  100% {
    -webkit-transform: scale(0) translateX(0);
    transform: scale(0) translateX(0);
  }
}
/*===============   MF Placeholder   ====================*/
.mfPlaceHolder {
  cursor: text;
  position: relative;
  top: -46px;
  padding: -1px 18px;
  font-weight: inherit;
  font-size: 14px;
  line-height: 45px;
  color: #a7b8c2;
  opacity: 1;
  -webkit-transition: .2s all ease;
          transition: .2s all ease;
}
*:-webkit-autofill ~ .mfPlaceHolder {
  opacity: .4;
}
.mfPlaceHolder.state-1 {
  opacity: 0;
}

/*================   MF Validation   ====================*/
.mfValidation {
  position: absolute;
  width: 210px;
  height: 30px;
  padding: 5px 15px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #FFF;
  background: #111;
  font-weight: inherit;
  font-size: 12px;
  line-height: 20px;
  -webkit-transition: .3s all ease;
          transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 998;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
  right: 10px;
  bottom: 100%;
  margin-bottom: 5px;
}
.mfValidation:before {
  position: absolute;
  right: 10px;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #111 transparent transparent transparent;
}
.mfValidation:hover:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #1e1e1e transparent transparent transparent;
}
@media (min-width: 768px) {
  .mfValidation {
    margin-bottom: 1px;
  }
}
.mfValidation:hover {
  background: #1e1e1e;
}
.mfValidation:before {
  content: '';
  -webkit-transition: .3s all ease;
          transition: .3s all ease;
}
.mfValidation.show {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-animation: notifanim 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
  animation: notifanim 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
}
.mfValidation.hide {
  -webkit-animation: notifanim-fo 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
  animation: notifanim-fo 0.4s cubic-bezier(0.55, 0, 0.1, 1) forwards;
}
.mfValidation.valid {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes notifanim-fo {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  99% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
}
@keyframes notifanim-fo {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  99% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }
}
@-webkit-keyframes notifanim {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  1% {
    visibility: visible;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes notifanim {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  1% {
    visibility: visible;
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/*=================    MF Submit    =====================*/
.mfInfo,
.mfProgress {
  position: fixed;
  left: 15px;
  bottom: 15px;
  padding: 17px;
  height: 54px;
  color: #FFF;
  background: #111;
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 2px 3px 8px 0px rgba(0, 0, 0, 0.1);
  line-height: 20px;
  font-size: 13px;
  -webkit-transition: .3s all ease;
          transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(83px);
  -ms-transform: translateY(83px);
      transform: translateY(83px);
  z-index: 9999;
}
.mfInfo .loader,
.mfProgress .loader {
  display: inline-block;
  position: relative;
  margin-right: 16px;
}
.mfInfo .loader, .mfInfo .loader:before, .mfInfo .loader:after,
.mfProgress .loader,
.mfProgress .loader:before,
.mfProgress .loader:after {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.mfInfo .loader:before, .mfInfo .loader:after,
.mfProgress .loader:before,
.mfProgress .loader:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.mfInfo .loader:before,
.mfProgress .loader:before {
  -webkit-animation: mfLoader 1.1s infinite linear;
  animation: mfLoader 1.1s infinite linear;
  border: 2px solid #FFF;
  border-top-color: transparent;
  border-radius: 50%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: .3s all ease;
          transition: .3s all ease;
}
.mfInfo .loader:after,
.mfProgress .loader:after {
  opacity: 0;
  visibility: hidden;
  font-weight: 400;
  font-family: "FontAwesome";
  font-size: 20px;
  -webkit-transition: .6s all ease;
          transition: .6s all ease;
  -webkit-transform: rotate(-90deg) scale(0);
  -ms-transform: rotate(-90deg) scale(0);
      transform: rotate(-90deg) scale(0);
}
.mfInfo.fail,
.mfProgress.fail {
  background: #F34234;
}
.mfInfo.fail .loader:after,
.mfProgress.fail .loader:after {
  content: '\f00d';
}
.mfInfo.success,
.mfProgress.success {
  background: #2E7D32;
}
.mfInfo.success .loader:after,
.mfProgress.success .loader:after {
  content: '\f00c';
}
.mfInfo.fail .loader:before, .mfInfo.success .loader:before,
.mfProgress.fail .loader:before,
.mfProgress.success .loader:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
}
.mfInfo.fail .loader:after, .mfInfo.success .loader:after,
.mfProgress.fail .loader:after,
.mfProgress.success .loader:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
      transform: rotate(0deg) scale(1);
}
.mfInfo.fail, .mfInfo.success, .mfInfo.sending,
.mfProgress.fail,
.mfProgress.success,
.mfProgress.sending {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
}
@media (min-width: 768px) {
  .mfInfo,
  .mfProgress {
    bottom: 24px;
    left: 50%;
    -webkit-transform: translate(-50%, 83px);
    -ms-transform: translate(-50%, 83px);
        transform: translate(-50%, 83px);
  }
  .mfInfo.fail, .mfInfo.success, .mfInfo.sending,
  .mfProgress.fail,
  .mfProgress.success,
  .mfProgress.sending {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
  }
}

@-webkit-keyframes mfLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes mfLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.form_skin1 {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  max-width: 295px;
  padding: 22px 20px 30px;
  position: absolute;
  right: 25px;
  top: 35px;
}
.form_skin1 p {
  color: #19252c;
  font-size: 20px;
  margin-bottom: 15px;
  text-align:left;
}
.form_skin1 .btn {
  width: 100%;
  line-height: 1.2;
  padding-top: 0;
  padding-bottom: 2px;
  height: 45px;
}

.form_skin2 label {
  float: left;
  width: 180px;
  margin-top: 0;
  margin-right: 10px;
}
.form_skin2 .mfControls {
  float: left;
  width: 180px;
  margin-top: 0;
}
.form_skin2 .btn {
  margin-top: 0;
  line-height: 38px;
  height: 45px;
  background: #19252c;
}
.form_skin2 .btn:hover {
  background: #498bb2;
}

.form_skin3 {
  margin-top: 25px;
}
.form_skin3 label {
  margin-right: 10px;
  width: 165px;
}
.form_skin3 .mfControls{
	width: 160px;
}
.form_skin3 .btn {
  background: #f79124;
	width: 160px;
}
.form_skin3 .btn:hover {
  background: #abcc29;
}

.form_skin4 {
  background: #fff;
  padding: 25px 30px 30px 30px;
  max-width: 370px;
}
.form_skin4 p {
  color: #19252c;
  font-size: 32px;
  margin-bottom: 5px;
}
.form_skin4 p + p {
  color: #989da3;
  font-size: 16px;
  margin-bottom: 15px;
}
.form_skin4 .btn {
  width: 100%;
  line-height: 1.2;
  padding-top: 0;
  padding-bottom: 2px;
  height: 45px;
  background: #303030;
  text-transform: uppercase;
}
.form_skin4 .btn:hover {
  background: #abcc29;
}

/* Header
-----------------------------------------------------------------------------*/
footer,
.header {
  height: 140px;
  background: #fff;
  border-bottom: 4px solid #19252c;
  padding-top: 20px;
}
footer .brand,
.header .brand {
  float: left;
  margin-right: 35px;
}
footer .contact-info,
.header .contact-info {
  float: left;
  margin-right: 35px;
}
footer .contact-info2,
.header .contact-info2 {
  float: left;
  margin-right: 40px;
}
footer .contact-info2 .phone,
.header .contact-info2 .phone {
  font-size: 24px;
}
footer .sheldue,
.header .sheldue {
  float: left;
}
footer .btn,
.header .btn {
  float: left;
  margin-right: 20px;
}
footer .inline-list,
.header .inline-list {
  margin-top: 20px;
  text-align: right;
}
footer .inline-list li > a,
.header .inline-list li > a {
  padding: 15px 12px 15px 12px;
  color: #485158;
  font-size: 19px;
}
footer .inline-list li > a:hover,
.header .inline-list li > a:hover {
  background-color: #19252c;
  color: #fff;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
  padding: 0 0 10px;
}

.inline-list1 {
  word-spacing: 30px;
}

.list_style_p {
  font-size:22px;
  font-weight:bold;
  text-align:center;
  color:#707070;
}

.inline-list2 li {
  max-width: 135px;
  vertical-align: top;
  color: #2d4858;
}

.img-container {
  background: url("../images/img-container.png") no-repeat top center;
  height: 135px;
  width: 135px;
  line-height: 135px;
}
.img-container img {
  display: inline-block;
  vertical-align: middle;
}

.r1,
.r2,
.r3 {
  width: 295px;
  margin-right: 30px;
  text-align: center;
  float: left;
}

.r3 {
  margin-right: 0;
}

.h_row {
  line-height: 65px;
  height: 65px;
}

.h_row p {
  color: #19252c;
  font-size: 18px;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  text-align: center;
}

.h_row p span {
  color: #abcc29;
}

.r1 .h_row {
  background: #eaeaea;
}

.r2 .h_row {
  background: #2e2e2e;
}

.r2 .h_row p {
  color: #fff;
}

.r3 .h_row {
  background: #2f84c0;
}

.r3 .h_row p span {
  color: #fff;
}

.r2 .h_row p {
  color: #fff;
}

.htd {
    padding: 20px;
    background: #eaeaea;
    margin: 6px 0;
    line-height: 48px;
}

.wh {background-color:#fff !important;}

.htd p {
  font-family: 'Roboto Slab', serif;
  font-weight:normal !important;
  font-size: 12px;
  color: #000;
  line-height: 20px;
  text-align: center;
}

.htd p span.price {
  font-size: 25px;
  color: #19252c;
}

.htd p span.rubm {
  font-size: 25px;
  color: #19252c;
}

.more_btn {
  background: #abcc29;
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-out;
          transition: all 0.4s ease-out;
}

.more_btn:hover {
  cursor: pointer;
  background: #498bb2;
}

.hid_table {
  display: none;
}

.inline-list3 li {
  max-width: 295px;
  vertical-align: top;
}
.inline-list3 img {
  border-radius: 50%;
}
.inline-list3 iframe {
  height: 195px !important;
}

.element-container {
  width: 288px;
  border: 2px solid #4a5961;
  height: 45px;
  margin-right: 22px;
}

.select-container {
  background-image: url("../images/arr_sel.png");
  background-repeat: no-repeat;
  background-position: 257px 17px;
  overflow: hidden;
}
.select-container select {
  height: 100%;
  width: 305px;
  padding: 0px 15px 3px 15px;
  border: medium none;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  background: transparent none repeat scroll 0% 0%;
}
.select-container select option {
  color: #000;
}
.select-container select:hover {
  cursor: pointer;
}
.select-container select:focus, .select-container select:active {
  outline: none;
}
.select-container:hover {
  cursor: pointer;
}

.input-container {
  padding: 9px 15px 0px 20px;
  font-size: 15px;
}
.input-container p,
.input-container input {
  float: left;
}
.input-container input {
  background: transparent;
  outline: none;
  border: none;
  width: 35px;
  font-size: inherit;
  border-bottom: 1px solid #89a6b7;
  margin: 0 15px;
  color: #fff;
}

.form-calc-container {
  padding: 0 0 0 25px;
}
.form-calc-container .select-container {
  float: left;
}
.form-calc-container .input-container {
  float: left;
}
.form-calc-container .btn {
  float: left;
}

.calc-container {
  background: url("../images/calc-border-top.png") no-repeat top center;
  border-right: 1px solid #869fac;
  border-left: 1px solid #869fac;
  border-bottom: 1px solid #869fac;
  width: 940px;
  padding: 40px 35px;
  position: relative;
  top: -16px;
  left: 8px;
}

.or,
.diz-p {
  font-size: 15px;
}

.rez-text {
  font-size: 29px;
  line-height: 1.2;
}

.call-us {
  font-size: 18px;
  line-height: 1.2;
  color: white;
  text-align: center;
  margin-top: 10px;
}
.call-us span {
  font-size: 25px;
}

.or {
  color: #c3d3dd;
  font-size: 18px;
  text-align: center;
}

/*popUp*/
.popup {
  width: 391px;
  z-index: 99999;
  position: fixed;
  left: 50%;
  margin-left: -180px;
  margin-top: -220px;
  top: 50%;
  padding: 0;
  display: none;
}

.popup .form_container {
  box-shadow: none;
  position: static;
  padding-top: 10px;
}

#popup_thanks {
  background-color: #fff;
  width: 570px;
  margin-left: -280px;
}

#popup_thanks .popup-content {
  padding: 20px 30px 30px 30px;
}
#popup_thanks .popup-content .btn-md {
  width: 140px;
  height: 50px;
  line-height: 50px;
  background: #303030;
  padding: 0;
  display: inline-block;
  margin-top: 30px;
}
#popup_thanks .popup-content .btn-md:hover {
  background: #abcc29;
}

.popup-content p.title {
  font-size: 25px;
}

.popup-content p {
  text-align: center;
  font-size: 18px;
  color: #232323;
  line-height: 1.2;
  padding-top: 30px;
}

.btn-close,
.btn-close-tanks {
  background: url("../images/btn-close.png") no-repeat;
  height: 26px;
  right: -40px;
  position: absolute;
  top: 1px;
  width: 26px;
}

.btn-close-tanks:hover,
.btn-close:hover {
  cursor: pointer;
}

.hide-layout {
  background: #000;
  bottom: 0;
  display: none;
  height: 100%;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.popup .mfcont {
  margin: 0;
}

/*hidden element to move*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1 !important;
}

.a18,
.a19,
.a20,
.a21,
.a22,
.a23,
.a17,
.a16,
.a15 li,
.a14,
.a13 li,
.a12,
.a11,
.a10,
.a9,
.a7,
.a8,
.a6,
.a5,
ul.a4 li,
.a3,
ul.a2 li,
.a1 {
  /*opacity: 0;*/
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

#scrollup {
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: url("../images/up.png") no-repeat top center;
  display: none;
  cursor: pointer;
  text-align: center;
  z-index: 99999999;
  width: 69px;
  height: 45px;
  line-height: 45px;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
#scrollup p {
  color: #498bb2;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 10px;
}
#scrollup:hover {
  opacity: 0.6;
}

.mfInfo {
  display: none !important;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
  height: 110px;
  background: #fff;
  position: relative;
  border: none;
}

.fireseo {
    clear:both;

}

.add_file_label{
	cursor: pointer;
}

.fileform {
	width: 100%;
	height: 45px;
	background-color: #d1dce3;
	box-shadow: inset 0 -3px 0 rgba(105, 118, 127, 0.15);
	cursor: pointer;
	overflow: hidden;
	padding: 2px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	transition: all .3s ease;
}
.fileform:hover{
	background-color: #dde8ef;
	cursor: pointer;
	box-shadow: inset 0 -3px 0 rgba(105, 118, 127, 0.15);
}

.fileform .selectbutton {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	color: #626f78;
	z-index: 999;
	position: relative;
	cursor: pointer;
}
.fileform .selectbutton > img{
	color: #626f78;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	font-size: 16px;
	height: 21px;
	position: relative;
	margin-top: -5px;
	margin-right: 5px;
}

.fileform #upload{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	font-size: 150px;
	height: 45px;
	z-index:20;
}

.fileform #fileformlabel {
	height: 45px;
	line-height: 35px;
	overflow: hidden;
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	color: #626f78;
	max-width: 75%;
	text-overflow: ellipsis;
}
.fileform .delete-file{
	width: 12px;
	height: 12px;
	text-shadow: 0.6px 0.8px 0 rgba(255, 255, 255, 0.46);
	color: #626f78;
	font-size: 29px;
	position: absolute;
	top: 6px;
	right: 5px;
	font-weight: 600;
	line-height: 27px;
	display: inline-block;
	vertical-align: middle;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transition: all .3s ease;
	display: none;
}
.fileform .delete-file:hover{
	color: #2f84c0;
}
.form_skin4 label{
	width: 100%;
}
#top{
	position: fixed;
	right: 40px;
	bottom: 40px;
	width: 77px;
	height: 42px;
	background-image: url("../images/up-arrow.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
/*	transition: all .3s ease;*/
	display: none;
}
#top:hover{
	background-position: 0 -42px;
}

.family {display:none!important;}

/*Carousel arrows positions*/
#projects_styles .owl-nav .owl-next,
#projects_styles .owl-nav .owl-prev {
  top:  50%;
}