@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

button.contactus-button{
   border-radius: 100px!important;
  background: linear-gradient(90deg, #E4862E 0%, #D5B821 100%)!important;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.6), inset 10px 10px 20px rgba(255, 255, 255, 0.3)!important;
}

#sp-footer, #sp-bottom{
  display: none;
}

.contactus-lightbox-caption{
  background-color: #4548a6!important;
  
}


.spisok li::before{
    content: "\f14a";
   font-family: fontawesome !important;
    color: #fff;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

ul.spisok {
    list-style: none;
}

.spisok li{
padding-bottom: 2px;
	
}


.contactus-lightbox-caption {
    background-color: #fff !important;
}

div.contactus-lightbox-cap > h4 {
       color: black!important;
    font-weight: bold!important;
}

div.contactus-lightbox-closer > i {
    color: black!important;
}