body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #464646;
}

a {
  cursor: pointer;
}

a:focus, a:hover, a:active, h4:focus, button:focus, input:focus, textarea:focus {
  outline: 0;
}

p {
  padding: 0;
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

.mob-block {
  display: none;
}
.mobile {
    display: none
}
.tac {
  text-align: center;
}

.a-hidden {
  opacity: 0;
}

.a-visible {
  opacity: 1;
}

.red{
  border-radius: 50px !important;
  background-color: #f00 !important;
  color: #fff !important;
}

.btn {
  font-weight: 600;
  font-size: .9rem;
  background-color: #03d413;
  display: inline-block;
  color: #000;
  margin: auto;
  transition: .5s;
  padding: 14px 30px;
  border-radius: 50px;
}

.btn:hover {
  transition: .5s;
}

header {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    padding: 15px 0 35px 0;
    background-image: url("../img/images/bg-header.png");
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: top right
}

header .row {
    align-items: center
}

header .logo {
    align-items: center;
    display: flex;
    justify-content: center
}

header .logo img {
    position: absolute;
    left: -2%;
    width: 24%
}

header .logo p {
    font-weight: 400;
    display: inline-block;
    color: #f9f9f9;
    font-size: .75rem;
    margin-left: 35px
}

header .phone {
    display: block
}

header .phone a {
    font-weight: 600;
    font-size: 1.1rem;
    color: #03d413;
    display: block
}


header .phone .bit-mob{
    font-size: .8rem;
    font-weight: 100;
    display: block;
    line-height: 6px;
}

header .phone span {
  font-size: .9rem;
  color: #fff;
}

.first {
  height: 110vh;
  background-image: url("../img/images/photo1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.first .table {
  top: 14vh;
  position: relative;
  width: 78%;
  background-color: #fff;
  border-radius: 2px;
  text-align: center;
  margin: auto;
  padding: 30px 46px;
}

.first .table h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.first .table .dop-title {
  font-size: .9rem;
  color: #333;
  margin: 8px 0;
  display: block;
  border: 0;
  padding: 0;
  text-align: center;
}

.first .table .dop-title span {
  color: #03d413;
  float: none;
}

.first .table .pretitle {
  border: 0;
  text-align: center;
  background-color: #ececec;
  display: block;
  border-radius: 20px;
  color: #666;
  border: 0;
  font-size: .8rem;
  margin-top: 16px;
  padding: 6px 16px;
}

.first .table p {
  padding: 3px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  text-align: left;
  font-size: .9rem;
  margin: 8px 0;
}

.first .table p span {
  float: right;
  color: #ff0000;
  font-size: 1rem;
  font-weight: 600;
}

.first .table .pre-btn {
  text-align: center;
  font-weight: bold;
  display: block;
  color: #000;
  font-size: .8rem;
  font-family: 'Open Sans', italic;
  border: 0;
  padding: 0;
  margin: 14px 0 7px 0;
}

.second {
  padding: 50px 0;
}

.second h3 {
  font-weight: bold;
  font-size: 1.7rem;
  text-align: center;
  width: 45%;
  color: #000;
  margin: 30px auto 30px auto;
}

.second hr {
  width: 20%;
  height: 1px;
  background-color: #aaa;
  margin: 0 auto 16px auto;
}

.second .box {
  width: 90%;
  border-radius: 8px;
  padding: .7rem;
  margin: 24px auto;
  text-align: center;
}

.second .box h4 {
  font-weight: bold;
  color: #000;
  font-size: 1.2rem;
}

.second .box p {
  font-size: .9rem;
  opacity: .9;
}

.second .box .img-block {
  margin-bottom: 16px;
  height: 7rem;
  width: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.second .btn {
  display: block;
  text-align: center;
  width: 20%;
  margin: 14px auto;
}

.photo-1 {
  height: 280px;
  background-image: url("../img/images/bg-photo-1.png");
}

.photo-2 {
  height: 290px;
  background-image: url("../img/images/bg-photo-2.png");
}

.photo-3 {
  background-image: url("../img/images/bg-photo-31.png");
  background-size: 100% !important;
  padding: 40px 0 !important;
  background-repeat: no-repeat;
}

.third {
  background-size: cover;
  padding: 30px 0;
}

.third .row {
  align-items: center;
}

.third .right-line {
  float: right;
  padding-left: 0 !important;
  padding-right: 5% !important;
  text-align: right !important;
}

.third .right-line hr {
  text-align: right;
  position: relative;
  left: 70%;
}

.third .mob-img {
  width: 100%;
  margin: auto;
  text-align: center;
  display: none;
  border-radius: 50px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.third .line-content {
  z-index: 10;
  padding: 40px 0;
  display: block;
  position: relative;
  width: 90%;
  padding-left: 10%;
  text-align: left;
}

.third .line-content h3 {
  z-index: 10;
  color: #000;
  font-size: 1.4rem;
  margin-bottom: 14px;
}

.third .line-content hr {
  width: 30%;
  display: block;
  background-color: #aaa;
  margin: 14px 0;
  height: 1px;
}

.third .line-content p {
  z-index: 10;
  font-size: 1rem;
  font-weight: 100;
  line-height: normal;
  margin: 8px 0;
  color: #666;
}

.third .line-content p strong {
  font-weight: bold;
  color: #000;
}

.third .line-content .btn {
  width: 78%;
  display: block;
  float: left;
  margin: 20px auto;
  text-align: center;
}

.map {
  padding: 50px 0;
}

.map h3 {
  color: #000;
  font-size: 1.7rem;
  margin-bottom: 30px;
}

.map hr {
  width: 20%;
  height: 1px;
  background-color: #aaa;
  margin: 0 auto 30px auto;
}

.map p {
  width: 70%;
  margin: 0 auto 30px auto;
  display: block;
  color: #464646;
  font-size: 1rem;
}

.map iframe {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15) !important;
  pointer-events: none;
}

.map .btn {
  width: 30%;
  display: block;
  margin: 34px auto;
  text-align: center;
}

.pop-serv {
  padding: 50px 0;
  text-align: center;
}

.pop-serv h3 {
  color: #000;
  font-size: 1.7rem;
  margin-bottom: 30px;
}

.pop-serv hr {
  width: 20%;
  height: 1px;
  background-color: #aaa;
  margin: 0 auto 30px auto;
}

.pop-serv p {
  width: 70%;
  margin: 0 auto 30px auto;
  display: block;
  color: #464646;
  font-size: 1rem;
}

.pop-serv .box {
  width: 100%;
  padding: 14% 1%;
  display: block;
  border-radius: 1px;
}

.pop-serv .box h4 {
  font-weight: bold;
  font-size: 1.1rem;
  margin: 20px 0 0 0;
  display: block;
  color: #000;
}

.pop-serv .box p {
  width: 100%;
  font-size: .9rem;
  margin: 18px auto;
  color: #464646;
}

.pop-serv .box img {
  width: 90%;
  margin: auto;
  display: block;
}

.fourth {
  padding: 50px 0;
}

.fourth .row {
  align-items: center;
}

.fourth h3 {
  text-align: center;
  color: #000;
  font-size: 1.7rem;
  margin-bottom: 30px;
}

.fourth hr {
  width: 20%;
  height: 1px;
  background-color: #aaa;
  margin: 0 auto 30px auto;
}

.fourth .evacuator {
  width: 90%;
  margin: auto;
  text-align: center;
}

.fourth .evacuator img {
  width: 70%;
  margin: auto;
  display: block;
}

.fourth .txt p {
  display: inline-block;
  font-size: 1rem;
  text-align: left;
  padding: 10px 0;
  color: #000;
  font-weight: 600;
  border-bottom: 1px dashed #999;
}

.fourth .txt span {
  font-weight: bold;
  color: #ff0000;
}

.fourth .txt i {
  position: relative;
  top: 3px;
  font-size: 24px !important;
  color: #999;
  font-weight: 100;
  margin-right: 10px;
}

.fourth .btn {
  color: #000 !important;
  margin: 50px 0 0 0;
}

footer {
  margin-top: 40px;
  padding: 50px 0;
  background-image: url("../img/images/footer-bg.png");
  color: #fff;
  background-size: cover;
}

footer .content {
  width: 50%;
  margin: auto;
  text-align: center;
  padding: 80px 0 40px 0;
}

footer .content h3 {
  line-height: 1.6;
  font-size: 1.6rem;
  margin-bottom: 24px;
}

footer .content h3 span {
  border-bottom: 3px solid #fff;
}

footer .content .pretitle {
  display: block;
  width: 80%;
  margin: auto;
  padding: 15px;
  border-radius: 20px;
  border: 1px solid #f9f9f9;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 30px;
}

footer .content .pretitle span {
  color: #03d413;
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
  margin-top: 6px;
}

footer .content .pretitle span strong {
  font-weight: bold;
  font-size: 1.3rem;
}

footer .content p {
  display: block;
  font-size: .9rem;
  margin: 30px 0;
}

footer .soc {
  text-align: center;
}

footer .soc a {
  margin: 0 10px;
}

footer .soc a i {
  font-size: 20px !important;
  color: #fff;
}

footer .adr {
  text-align: center;
}

footer .phone {
  display: block;
}

footer .phone a {
  font-weight: 600;
  font-size: 1.5rem;
  color: #03d413;
  display: block;
}

footer .phone span {
  font-size: .9rem;
  color: #fff;
}
/*Tehnika*/

.tehnika {
    padding: 50px 0
}

.tehnika h3 {
    font-weight: bold;
    font-size: 1.7rem;
    text-align: center;
    width: 45%;
    color: #000;
    margin: 30px auto 30px auto
}

.tehnika hr {
    width: 20%;
    height: 1px;
    background-color: #aaa;
    margin: 0 auto 16px auto
}

.tehnika p{
    width: 70%;
    margin: 0 auto 30px auto;
    display: block;
    color: #464646;
    font-size: 1rem
}

.tehnika .box:hover {
    transform: scale(1.05);
    transition: .5s all;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1)
}

.tehnika .box {
    width: 90%;
    margin: 44px auto 0 auto;
    text-align: center;
    padding: 28px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    transition: .4s all
}

.tehnika .box h4 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px
}

.tehnika .box img {
    width: 75%;
    margin: 20px auto
}

.tehnika .box h5 {
    font-weight: 600;
    font-size: 1.1rem;
    color: #333;
}

.tehnika .box p {
    font-size: .9rem;
    color: #343434;
}

.tehnika .box .btn {
    margin-top: 26px
}

/*Help*/

.help {
    padding: 50px 0;
    color: #000
}

.help .row {
    align-items: center
}

.help img {
    width: 80%;
    text-align: left
}

.help h4 {
    font-size: 1.6rem;
    font-weight: 800;
    margin: 0
}

.help ul {
    padding-left: 40px;
    margin-top: 10px
}

.help ul li {
    font-weight: 100;
    font-size: 1.2rem
}
.help p{
    font-weight: bold;
    display: block;
    margin-top: 20px;
    font-size: 1.1rem;
}

.help .btn {
    width: 26%;
    display: block;
    margin: 50px auto 10px auto;
    text-align: center
}