    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins.eot");
    src: url("../fonts/Poppins/Poppins.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Poppins/Poppins.woff") format("woff"),
    url("../fonts/Poppins/Poppins.ttf") format("truetype");
}
@font-face {
    font-family: "Lora";
    src: url("../fonts/Lora/Lora.eot");
    src: url("../fonts/Lora/Lora.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Lora/Lora.woff") format("woff"),
    url("../fonts/Lora/Lora.ttf") format("truetype");
}
body {
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: Poppins;
    font-weight: 400;
    font-style: normal;
}
.main {
        height: 500px;
        background-image: url('../img/3873481c-banner-bg.jpg');
        display: block;
        background-repeat: no-repeat;
        background-position: center center;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}
.main .main-header {
    background: rgba(51,51,51,0.7);
    height: 100%;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column;
justify-content: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
    align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
    align-items: center;
}
.main .main-header .title {
    text-align: center;
    max-width: 300px;
    padding: 25px 0;
}
.main .main-header .title h1 {
    font-weight: 300;
    font-size: 33px;
    color: #fff;
    line-height: 50px;
    margin: 0;
}

.main .main-header .logo {
   display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
    	justify-content: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
}
.main .main-header .logo a {
    color: #fff;
    font-size: 25px;
}
.main .main-header .logo a:hover {
  text-decoration: underline;
}
.main-header .callback {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    font-family: Poppins;
    font-style: normal;
    text-align: center;
    background: rgba(245,175,0,1);
    -pie-background: rgba(245,175,0,1);
    width: 150px;
    height: 48px;
    border-radius: 30px;
    line-height: 48px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
.main-header .callback:hover {
    background: rgba(51,51,51,1);
    transition: all 0.4s ease 0s;
    outline: none;

}
.service , .contacts {
    margin: 0 auto;
    max-width: 300px;
    padding-left: 15px;
    padding-right: 15px;
}
.service h2 , .contacts h2 {
    font-size: 36px;
    color: #333333;
    font-weight: 400;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 5px;
}
.service p , .contacts p{
    font-family: Lora;
    line-height: 32px;
    color: #999999;
    font-size: 18px;
    text-align: center;
    margin: 0;
}
.service .service-description , .contacts .contacts-description{
    text-align: center;
    margin: 50px 0;
}
.service-description a , .contacts-description h3 {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    color: #000000;
}
.service-description p , .contacts-description p{
    font-family: Lora;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    text-align: center;
}
.contacts-description a {
    color: #999999;
    text-orientation: none;
}
footer {
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}
footer p a {
    color: #999999;
}
#modal {
    width: 100%;
    max-width: 300px;
    padding-left: 5px;
    padding-right: 5px;
    height: 320px;
    display:none;
}
#modal form {
    display: inline-block;
    text-align: center;
    position: relative;
}
#modal .modal-body {
    max-width: 290px;
}
#modal .modal-body h1 {
    font-size: 25px;
    text-align: center;
    font-family: Poppins;
}
#modal .form-control {
        margin-bottom: 15px;
        width: 260px;
        height: 34px;
        padding: 0px 5px;
        font-size: 12px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#modal .submit {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    font-family: Poppins;
    font-style: normal;
    text-align: center;
    background: rgba(245,175,0,1);
    -pie-background: rgba(245,175,0,1);
    width: 130px;
    height: 40px;
    border-radius: 30px;
    line-height: 40px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
       margin-top: 15px;
}
#modal .submit:hover , #modal .submit:focus {
  outline: none;
}
#modal .result {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 14px;
    font-family: Lora;
    margin-top: 10px;
    font-weight: bold;
}
#modal  label.checkbox {
     font-size: 11px;

}
ul.spisok li , ul.spisok-contact {
    font-family: Lora;
    font-size: 14px;
    line-height: 25px;
}
ul.spisok li {
    list-style: decimal;
}