@charset "UTF-8";
.big2 {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2;
    display: block;
    margin-bottom: 5px;
}
.big3 {
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.2;
  display: block;
  margin-bottom: 5px;
  color: #999999;
}
.phone-top {
  font-size: 2.2rem;
  font-weight: 400;
  color: #5a5755;
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
}
.phone-top span.small-phone {
  font-size: 1.2rem;
  font-weight: 400;
  color: #999999;
  padding-top: 8px;
  padding-right: 5px;
  transition: all 0.3s ease-in-out;
}
.phone-top:hover, .phone-top:hover span.small-phone {
  color: #ff8000;
}

.button-round {
  border-radius: 6px;
}

.percent {
  display: block;
  background: url(../img/percent.png) no-repeat left center;
  padding-left: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  color: #ff8000;
  white-space: nowrap;
  margin-left: 30px;
}

.btnlink span {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  background: rgb(254,230,0);
  background: linear-gradient(180deg, rgba(254,230,0,1) 0%, rgba(254,204,1,1) 100%);
}

.swiper-slider {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

@media (min-width: 1198px) {
    .slo-top {
      white-space: nowrap;
    }
}
@media (min-width: 200px) and (max-width: 768px) {
	.big2 {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }
    .big3 {
      font-size: 0.8rem;
      font-weight: 300;
      line-height: 1.2;
      display: inline-block;
      margin-bottom: 5px;
      color: #6d6d6d;
  }
  .rd-navbar-fixed .rd-navbar-collapse-content > * + * {
      margin-top: 10px;
  }
  .page-header {
      height: 17px;
  }
  .swiper-slide-caption  {
    text-align: center;
  }
  .swiper-slide-caption .heading-0 {
    font-size: 48px;    
    margin-top: 40px;
    text-align: center;
  }
  .swiper-slide-caption .heading-3 {
    text-align: center;
  }
}

.main-heading-h1 {
    font-size: 32px;
    line-height: 1.1;
}
.partner-cap {
    line-height: 1;
}
@media (min-width: 200px) and (max-width: 768px) {
	.main-heading-h1 {
        font-size: 26px;
        line-height: 1.1;
    }
    .partner-cap {
        text-align: center;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .footer .heading-5 {
        margin-top: 30px;
    }
}


.strong {
    font-weight: 700;
}
.footer {
    background: #eeeeee;
    padding: 40px 0px 30px 0px;
}
.menu-bot {
    margin-top: 10px;
    font-size: 0.85rem;
}
.owl-carousel .owl-dot:focus {
    outline: none;
}

.close {
    float: right;
    font-family: Arial;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
  }
  
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
  }
  
  button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
  }
  
  .modal-open {
    overflow: hidden;
  }
  
  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
  }
  
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
         -o-transform: translate(0, -25%);
            transform: translate(0, -25%);
  }

  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
  
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
  
  .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
  }
  
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
  }
  
  .modal-backdrop.fade {
    opacity: 0;
  }
  
  .modal-backdrop.show {
    opacity: 0.5;
  }
  
  .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: 20px;
    border-bottom: 1px solid #eceeef;
  }
  
  .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
  }
  
  .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 20px;
  }
  
  .modal-footer {
    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: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 20px;
    border-top: 1px solid #eceeef;
  }
  
  .modal-footer > :not(:first-child) {
    margin-left: .25rem;
  }
  
  .modal-footer > :not(:last-child) {
    margin-right: .25rem;
  }
  
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  
  @media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-sm {
      max-width: 300px;
    }
  }
  
  @media (min-width: 992px) {
    .modal-lg {
      max-width: 800px;
    }
  }
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}
@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
}

.feedbackno {
  opacity: 0.5;
}

.yellow-block {
  background-color: #fecf01;
  padding: 25px 28px;
  font-size: 1.2rem;
  line-height: 1.1;
  color: #000;
}

.objectsp {
  font-weight: 700;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.family-bg {
  background: url(../img/family-bg.jpg) no-repeat center top;
  background-size: cover;
}

.roboto {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.underline {
  display: inline-block;
  border-bottom: 5px solid #ff8000;
  line-height: 1.15;
}
.wow-outer span.underline {
  display: inline-block;
}


.calc-main-wrap {
  padding: 30px 0px 0px 30px;
  position: relative;
}
.calc-main-wrap::before {
  background: #ff4e00;
  content: '';
  display: block;
  height: 50%;
  z-index: 0;
  position: absolute;
  width: calc(50% + 30px);
  right: 30px;
  left: 0px;
  top: 0px;
}
.calc-main-wrap2 {
  position: relative;
}
.calc-main {
  background: url(../img/calc-bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 20px 30px 30px 30px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.calc-cap {
  font-size: 1.75rem;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
.calc-main .form-wrap {
  margin-top: 15px;
}
.calc-main .form-label-outside {
  width: 100%;
  padding-right: 0px;
  margin-bottom: 4px;
  font-size: 16px;
  color: #ffffff;
} 
.calc-main .form-input {
  min-height: 40px;
  padding: 5px 19px;
  font-size: 19px;
}
.calc-main .custom-control-label small {
  color: #cccccc;
}
.vyezd {
  background: url(../img/yelbg.png) repeat-x left bottom;
}
.vyezd-text {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 768px) {
	.vyezd {
    background-repeat: repeat;
  }
  .vyezd-text {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px;
  }
}

.beton-bg {
  background: url(../img/beton-bg.jpg) repeat left bottom;
}

.oswald {
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; 
}
.uppercase {
  text-transform: uppercase;
}
.step-wrap {
  background-color: #fff;
}
.step-pic {
  min-width: 260px;
}
.step-text {
  padding: 24px 30px;
  line-height: 1.2;
}
.step-text span.heading-4 {
  margin-bottom: 15px;
}

.head-table p {
  text-align: left;
  float: left;
  margin: 0;
  display: block;
  position: relative;
}
.head-table.text-center p {
  text-align: center;
}
.head-table p span {
  padding: 20px 22px;
  margin: 0;
  display: block;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; 
  font-size: 20px;
  height: 100%;
}
.head-table p:nth-child(1) {
	width: 30%;
}
.head-table p:nth-child(2) {
	width: 35%;
}
.head-table p:nth-child(3) {
	width: 35%;
}
.head-table p:nth-child(1) span {
  background-color: #fafafa;
}
.head-table p:nth-child(2) span {
  background-color: #f7f7f7;
}
.head-table p:nth-child(3) span {
  color: #ff8000;
  background-color: #fff5e9;
}
.head-table p:nth-child(3) span.black {
  color: #5a5a5a;
}
.body-Table {
  text-align: left;
}
.body-Table .body-box-outer {
	float: left;
}
.body-Table .body-box {
	text-align: left;
  width: 100%;
	color: #5a5a5a;
	font-size: 16px;
	line-height: 1.2;
  padding: 20px 22px;
  border-top: 1px solid #dddddd;
}
.body-Table.text-center .body-box {
	text-align: center;
}

.body-box .good {
	color: #00af00;
  padding: 10px 0px 10px 35px;
  background: url(../img/green-mark.png) no-repeat left 6px;
}
.body-box p {
	margin-bottom: 13px;
	font-size: 18px;
  line-height: 1.1;
	color: #ff0000;
}
.body-box .bad {
  padding: 10px 0px 10px 35px;
  background: url(../img/red-mark.png) no-repeat left 6px;
}

.body-Table .body-box-outer:nth-child(1) {
	width: 30%;
}
.body-Table .body-box-outer:nth-child(2) {
	width: 35%;
}
.body-Table .body-box-outer:nth-child(3) {
	width: 35%;
}


.body-Table .body-box-outer:nth-child(1) .body-box {
  background-color: #fafafa;
	font-size: 18px;
  padding-top: 30px;
}
.body-Table .body-box-outer:nth-child(2) .body-box {
	background-color: #f7f7f7;
}
.body-Table .body-box-outer:nth-child(3) .body-box {
	background-color: #fff5e9;
}
.body-Table:hover .body-box-outer:nth-child(1) .body-box {
  background-color: #f7f7f7;
}
.body-Table:hover .body-box-outer:nth-child(2) .body-box {
	background-color: #f3f3f3;
}
.body-Table:hover .body-box-outer:nth-child(3) .body-box {
	background-color: #faf0e4;
}

@media (min-width: 200px) and (max-width: 768px) {
  .head-table {
    flex-direction: column;
  }
  .head-table p:nth-child(1) {
    width: 100%;
    float: none;
  }
  .head-table p:nth-child(2) {
    width: 100%;
    float: none;
  }
  .head-table p:nth-child(3) {
  	width: 100%;
    float: none;
  }
  .body-Table {
    flex-direction: column;
  }
  .body-Table .body-box-outer:nth-child(1) {
    width: 100%;
    float: none;
    border-top: 3px solid #cccccc;
  }
  .body-Table .body-box-outer:nth-child(2) {
    width: 100%;
  }
  .body-Table .body-box-outer:nth-child(3) {
    width: 100%;
  }
}
.ser-bg1 {
  background: url(../img/ser-bg1.jpg) no-repeat center top;
  background-size: cover;
  color: #ffffff;
}
.ser-bg1 h2 {
  color: #ffffff;
}

.ser-bg2 {
  background: #fecf01 url(../img/ser-bg2.jpg) no-repeat center top;
  padding-top: 90px;
}

.direction-column {
  flex-direction: column;
}
.germ-text {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}
.germ-text2 {
  font-size: 27px;
  line-height: 1.2;
}

.chel-bg {
  background: url(../img/chel-bg.jpg) no-repeat center top;
  background-size: cover;
}

.attention {
  color: #00af00;
}
.dop-info {
  background-color: #f8f8f8; 
  text-align: center;
  width: 100%;
  color: #5a5a5a;
  font-size: 18px;
  line-height: 1.2;
  padding: 20px 22px;
  border-top: 1px solid #dddddd;
}
.calc-cap2 {
  font-size: 2.2rem;
  line-height: 1.2;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
} 
.calc-cap2 span.smaller {
  font-size: 1.6rem;
  display: block;
  line-height: 1.6;
} 
.nogi-bg {
  background: url(../img/nogi-bg.jpg) no-repeat center top;
  background-size: cover;
}

.tser {
  background-color: #e5e5e5;
}
.sv {
  background-color: #fffce9;
}

.footer {
  background: url(../img/footer-bg.jpg) no-repeat center top;
  background-size: cover;
  color: #000000;
}
.footer a {
  color: #000000;
}
.orange {
  color: #ff8000;
}
.ekvaring {
  background: url(../img/ekvaring.png) no-repeat left center;
  padding: 18px 0px 18px 83px;
}
.link-phone {
  font-weight: 700;
  font-size: 28;
}
.link-phone  span {
  font-weight: 300;
  font-size: 16;
}
.footer2 {
  background-color: #484848;
  color: #bbbbbb;
  font-size: 14px;
}
.nowrap {
  white-space: nowrap;
}


.socseti {
	position: fixed;
	left: 0;
	top: 235px;
	width: 35px;
	height: 105px;
	z-index: 1000;
}
.socseti a {
	display: block;
	width: 35px;
	height: 35px;
	position: relative;
}
.socseti a.avk span.icon {
	display: block;
	width: 35px;
	height: 35px;
	z-index: 10;
	background: url(../img/socseti.png) no-repeat 0px top;
}
.socseti a.ains span.icon {
	display: block;
	width: 35px;
	height: 35px;
	z-index: 10;
	background: url(../img/socseti.png) no-repeat 0px -35px;
}
.socseti a.afb span.icon {
	display: block;
	width: 35px;
	height: 35px;
	z-index: 10;
	background: url(../img/socseti.png) no-repeat 0px bottom;
}
.socseti a span.Link-Label {
    left: -600%;
    transition: opacity 0.3s ease 0s, left 0.4s ease 0s, right 0.4s ease 0s, top 0.4s ease 0s, bottom 0.4s ease 0s, width 0.4s ease 0s;
    border-radius: 0 5px 5px 0;
    font-size: 15px;
    height: inherit;
    line-height: 32px;
    margin-left: 0px;
    min-width: 35px;
    padding: 0 8px 0 8px;
    width: auto;
	top: 0;
	opacity: 0;
    position: absolute;
    white-space: nowrap;
	z-index: -1;
	color: #ffffff;
}
.socseti a.avk span.Link-Label {
	background-color: #4c75a3;
	color: #ffffff;
}
.socseti a.ains span.Link-Label {
	background-color: #e14168;
	color: #ffffff;
}
.socseti a.afb span.Link-Label {
	background-color: #3b5998;
	color: #ffffff;
}
.socseti a:hover span.Link-Label {
    left: 100%;
    transition: opacity 0.3s ease 0s, left 0.4s ease 0s, right 0.4s ease 0s, top 0.4s ease 0s, bottom 0.4s ease 0s, width 0.4s ease 0s;
	opacity: 1;
}
@media (min-width: 200px) and (max-width: 768px) {
  .step-pic {
      min-width: 160px;
      max-width: 40%;
  }
  .thumbnail-thin {
    margin-bottom: 20px;
  }
  .socseti {
      position: fixed;
      left: 0;
      bottom: 0px;
      top: auto;
      width: 135px;
      height: 35px;
  }
  .socseti a {
    display: inline-block;
    margin: 0;
   }
}

.left-menu {
  background: #f5f6fa;
  padding: 22px 28px;
  margin-bottom: 30px;
}
.left-menu ul li {
  padding-left: 12px;
  margin: 3px 0px;
  background: url(../img/marker.png) no-repeat left 7px;
}
.left-menu ul li.active a {
  color: #6d6d6d;
}

.content ul {
  margin: 10px 10px 0px 10px;
}
.content ul li {
  padding-left: 23px;
  margin: 4px 0px;
  background: url(../img/marker2.png) no-repeat left 3px;
}
.modal-header h4 {
  margin-bottom: 0;
}
.bol {
  font-size: 30px;
  font-weight: 700;
}
.relative {
  position: relative;
}
.flex_calc {  
  position: relative;
  margin-top: 15px;
}
.flex_calc .inputtext,
.flex_calc .phone_cell {
  min-height: 40px;
    padding: 5px 19px;
    width: 100%;
    font-size: 19px;
    color: #2d3742;
    background-color: #fff;
    background-image: none;
    border-radius: 8px;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid #cccccc;
    display: block;
    font-weight: 400;
    line-height: 1.5;
}
.flex_calc .inputtext.short {
    width: 150px;
}
.flex_calc .inputtextarea {
  min-height: 40px;
    padding: 5px 19px;
    width: 100%;
    font-size: 19px;
    color: #2d3742;
    background-color: #fff;
    background-image: none;
    border-radius: 8px;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid #cccccc;
    display: block;
    font-weight: 400;
    line-height: 1.5;
}
.flex_calc .inputselect {
  min-height: 40px;
    padding: 5px 10px 5px 11px;
    font-size: 19px;
    color: #2d3742;
    border-radius: 8px;
    transition: .3s ease-in-out;
    border: 1px solid #cccccc;
    display: inline-block;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    line-height: 1.5;
    margin-right: 20px;
}
