body {
  position: relative;
}

/*move_up*/
a#move_up {
  z-index:1000;
  position: fixed;
  bottom: 10px;
  right:10px;
  display: none;
  text-align: center;
  font: 14px;
  text-decoration: none;
  color: #fff;
  background: #ff3d00;
  padding: 12px 18px;
  opacity:0.9;
  filter: alpha(opacity=90);
  border-radius: 2px;
}

a#move_up i {
  font-size: 24px;
}

a#move_up:hover {
  color: #ffffff;
  background: #fcb03b;
}
/*end move_up*/

.close {
  cursor: pointer;
}
.click_phone{
  color: #fff;
}
.click_phone:hover{
  text-decoration:none;
  color: #fff;
}

.btn {
  cursor: pointer;
}

* {
  font-family: "Roboto", sans-serif;
}

.photo-gallery-name {
  display: none;
}

#feedback_block {
  text-align: left;
}

#exampleModal-2 .modal-dialog {
  max-width: 50%;
}

.navbar-expand-lg .navbar-nav {
  margin: auto !important;
}

img {
  max-width: 100%;
}

.content-title {
  display: block;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.photo-gallery-item img {
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

.top-block {
  background: url("../images/top_gradient.jpg") repeat-y center top;
}

.top-block .logo {
  display: block;
  text-align: center;
  background: #fff;
  padding-top: 9px;
  padding-bottom: 5px;
}

.top-block .logo:hover, .logo:focus {
  text-decoration: none;
}

.top-block .logo span {
  display: block;
  line-height: 46px;
}

.top-block .top-logo {
  font-size: 30px;
  color: #32364b;
  font-weight: 900;
  text-transform: uppercase;
}

.top-block .middle-logo {
  font-size: 70px;
  color: #32364b;
  font-weight: 900;
  text-transform: uppercase;
}

.top-block .bottom-logo {
  font-size: 24px;
  color: #919191;
  font-weight: normal;
  text-transform: uppercase;
}

.wrap-phones {
  display: inline-block;
  padding-top: 45px;
  margin-right: 30px;
}

.phone {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}

.phone i {
  color: #ffcc00;
}

.phone a {
  color: #fff;
  font-weight: normal;
}

.wrap-info {
  display: inline-block;
  padding-top: 43px;
}


.map, .mail {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}

.map i {
  font-size: 24px;
  color: #ffcc00;
}

.mail i {
  font-size: 16px;
  color: #ffcc00;
}

.langs-block {
  display: inline-block;
  float: right;
  margin-top: 50px;
}

.langs-block .dropdown-toggle {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  background: #ffcc00;
  border-radius: 2px;
  padding: 10px 14px;
}

.langs-block .nav-link {
  padding-left: 10px;
}

.langs-block .nav-link img {
  margin-right: 10px;
}

.wrap-navbar {
  padding-top: 16px;
  padding-bottom: 16px;
}

.navbar-brand {
  display: none;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  padding: 0.7rem 2rem;
  border-radius: 2px;
  transition: 0.3s;
}

/*.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
  background: #969696;
}*/

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #fff;
  background: #4aaeda;
}

.navbar-toggler {
  cursor: pointer;
}

.section {
  padding-top: 10px;
  padding-bottom: 15px;
}

.wrap-tovar {
  background: #00263a url("../images/line.png") repeat;
  padding-top: 30px;
  padding-bottom: 25px;
}

.img-tovar img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 15px;
}

.img-tovar img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

h1 {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}

.info-tovar ul {
  padding-left: 0;
  list-style: none;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}

.info-tovar ul li {
  margin-bottom: 5px;
}

.info-tovar ul li i {
  color: #ffcc00;
}

.price {
  font-size: 17px;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  background: #ffcc00;
  border-radius: 2px;
  border-bottom: 2px solid #b18e00;
  padding: 14px 0px;
  width: 250px;
  text-align: center;
  transition: 0.1s;
  display: inline-block;
  margin-bottom: 15px;
}

.price:hover, .price:focus {
  padding-top: 16px;
  padding-bottom: 12px;
  border-color: #e0b507;
  background: #e0b507;
  color: #333;
  text-decoration: none;
}

.order {
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #0db500;
  border-radius: 2px;
  border: none;
  border-bottom: 2px solid #0a8c00;
  padding: 14px 0px;
  width: 250px;
  text-align: center;
  transition: 0.1s;
  display: inline-block;
}

.order:hover, .order:focus {
  padding-top: 16px;
  padding-bottom: 12px;
  background: #0a8c00;
  color: #fff;
  text-decoration: none;
}

.example {
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #ff7800;
  border-radius: 2px;
  border: none;
  border-bottom: 2px solid #d66500;
  padding: 14px 0px;
  width: 250px;
  text-align: center;
  transition: 0.1s;
  display: inline-block;
  margin-bottom: 15px;
}

.example:hover, .example:focus {
  padding-top: 16px;
  padding-bottom: 12px;
  background: #d66500;
  color: #fff;
  text-decoration: none;
}

.wrap-tovar-white {
  padding-top: 30px;
  padding-bottom: 25px;
}

h2 {
  font-size: 48px;
  color: #333;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}

.wrap-tovar-white .info-tovar ul {
  color: #444;
}

.advantage {
  background: #eee url("../images/line.png") repeat;
  padding-top: 30px;
  padding-bottom: 25px;
}

h3 {
  font-size: 48px;
  color: #333;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}

.advantage img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 15px;
}

.advantage img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.name-advantage {
  width: 50%;
  text-align: center;
  display: inline-block;
  font-size: 30px;
  color: #333;
  line-height: 30px;
}

.work-examples {
  padding-top: 30px;
  padding-bottom: 25px;
}

h4 {
  font-size: 48px;
  color: #333;
  font-weight: bold;
  display: block;
  margin-bottom: 25px;
}

.wrap-feedback {
  background: #00263a url("../images/line.png") repeat;
  padding-top: 30px;
  padding-bottom: 25px;
}

.wrap-feedback h5 {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  display: block;
}

.wrap-feedback input {
  margin-bottom: 22px;
}

.wrap-feedback .order {
  cursor: pointer;
}

.wrap-feedback textarea {
  margin-bottom: 25px;
}

.footer {
  background: url(../images/top_gradient.jpg) repeat-y center top;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer .logo {
  display: block;
  text-align: center;
  background: #fff;
  padding-top: 9px;
  padding-bottom: 5px;
}

.footer .logo:hover, .logo:focus {
  text-decoration: none;
}

.footer .logo span {
  display: block;
  line-height: 30px;
}

.footer .top-logo {
  font-size: 21px;
  color: #32364b;
  font-weight: 900;
  text-transform: uppercase;
}

.footer .middle-logo {
  font-size: 48px;
  color: #32364b;
  font-weight: 900;
  text-transform: uppercase;
}

.footer .bottom-logo {
  font-size: 17px;
  color: #919191;
  font-weight: normal;
  text-transform: uppercase;
}

.footer .wrap-phones {
  padding-top: 24px;
  margin: 0px;
}

.copyright {
  padding-top: 24px;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}

.copyright p {
  display: inline-block;
  margin-right: 60px;
}

.live-counter {
  display: inline-block;
  float: right;
  margin-top: -60px;
}

.modal-dialog {
  max-width: 90%;
  margin: 10px auto;
}

.modal-header {
  background: #ffce00;
}

.modal-body {
  overflow: auto;
}

.modal-title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.modal-dialog table {
  margin-bottom: 15px;
}

.modal-dialog table td {
  border: 1px solid #eee;
  text-align: center;
  padding: 4px;
}

.modal-dialog table tr td {
  padding-top: 8px;
  padding-bottom: 8px;
}

.modal-dialog table tr:first-child td {
  background: #358bee;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}

.modal-dialog table tr:nth-child(odd) {
  background: #f7f7f7;
}

.modal-dialog table tr:hover {
  background: #eaf8ff;
}

blockquote {
  color: #444;
  font-style: italic;
}

.form-control{
	border:1px solid #999;
}

@media (max-width: 1199px) {
  .wrap-phones {
    padding-top: 0;
  }

  .wrap-info {
    padding-top: 24px;
  }

  .top-block .top-logo {
    font-size: 19px;
  }

  .top-block .middle-logo {
    font-size: 44px;
  }

  .top-block .logo span {
    line-height: 30px;
  }

  .top-block .bottom-logo {
    font-size: 16px;
  }

  .phone, .map, .mail {
    font-size: 16px;
  }

  .langs-block .dropdown-toggle {
    font-size: 15px;
  }

  .langs-block {
    margin-top: 30px;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    padding: 0.7rem 1.5rem;
  }

  h1 {
    font-size: 36px;
  }

  .info-tovar ul {
    font-size: 16px;
  }

  .price {
    font-size: 15px;
  }

  .order {
    font-size: 15px;
  }

  .example {
    font-size: 15px;
  }

  h2, h3, h4, .wrap-feedback h5 {
    font-size: 36px;
  }

  .name-advantage {
    width: 100%;
    font-size: 24px;
    line-height: auto;
    margin-bottom: 15px;
  }

  .wrap-feedback h5 {
    margin-bottom: 15px;
  }

  .copyright {
    font-size: 16px;
  }

  .footer .top-logo {
    font-size: 18px;
  }

  .footer .middle-logo {
    font-size: 42px;
  }

  .footer .bottom-logo {
    font-size: 15px;
  }

  .footer .logo span {
    line-height: 26px;
  }

}

@media (max-width: 991px) {
  #exampleModal-2 .modal-dialog {
    max-width: 80%;
  }

  .wrap-logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wrap-phones {
    padding-top: 12px;
  }

  .wrap-info {
    padding-top: 2px;
  }

  .langs-block {
    margin-top: -20px;
  }

  .navbar-brand {
    display: block;
    position: absolute;
    left: 90px;
    top: 8px;
  }

  .wrap-navbar .navbar-nav {
    margin-top: 10px;
  }

  .wrap-navbar .navbar-nav li {
    border-bottom: 1px solid #eee;
  }

  .live-counter {
    margin-top: -44px;
  }
}

@media (max-width: 767px) {
 #exampleModal-2 .modal-dialog {
   max-width: 90%;
 }

.langs-block {
    position: absolute;
    float: inherit;
    right: 26px;
    top: -60px;
}

  .live-counter {
    margin-top: -58px;
  }
}

@media (max-width: 575px) {
  .top-block .logo {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }

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

  .copyright p {
    margin-right: 0px;
  }

  .live-counter {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 0px;
  }
}





