


input {
    line-height: 2.5 !important;
    width: 100%;
    box-sizing: border-box;
    padding: 0 8px;
}

img {
    border: 0;
    width: 100%;
    height: auto;
}

@-webkit-keyframes pulse {
  0% { box-shadow:0 0 0px #78e809}
  50% { box-shadow:0 0 80px #78e809}
  100% { box-shadow:0 0 0px #78e809}
}

.btn-call {
  background-color: #78e809;
	
	background-image: url('https://web.archive.orghttps://stroika.pl.ua/images/phone-2.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 32px;
	padding:40px;
	border-radius:100px;
  position: fixed;
  bottom: 40px;
  right: 40px;
	cursor: pointer;
	  -webkit-animation: pulse 1.5s ease-in-out 0s infinite;
}



.btn-close {
  color: #aaa;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  right: 5px;
  top: 0;
}


.btn-close:hover {
  color: #919191;
}
.modal:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.modal:target:before {
  display: block;
}
.modal:target .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: transform 0.6s ease-out;
  top: 10%;
}
.modal-dialog {
    background: #fefefe;
    border: #333 solid 1px;
    border-radius: 5px;
    
    position: fixed;
    left: 25%;
    top: -100%;
    z-index: 999999;
    width: 50%;
    -webkit-transform: translate(0, -500%);
    -ms-transform: translate(0, -500%);
    transform: translate(0, -500%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    min-width: 320px;
}
.modal-body {
  padding: 0px 32px 20px;;
}
.modal-header,
.modal-footer {
  padding: 10px 20px;
}
.modal-header {
  border-bottom: #eee solid 1px;
}
.modal-header h2 {
  font-size: 20px;
  margin: 0 !important;
}
.modal input[type="submit"] {
  margin-bottom: 0 !important;
}


.modal-footer {
  border-top: #eee solid 1px;
  text-align: right;
}


.nav_list__item>a {
  font-size: 12px !important;
}



