body{
    font-family: 'Roboto', sans-serif;
    background: #fff;
    color: #000;
}

a,a:hover,a:focus,button,button:hover,button:focus{
    outline:none;
    text-decoration: none;
}

.site-button{
    background: #ffed00;
    border: none;
    color: #000;
    font-size: 16px;
    padding: 10px 45px;
}

h2{
    text-align: center;
    margin: 40px 0;
    font-size: 25px;
    font-weight: normal;
}

/*header*/
header{
    padding: 15px 0;
}
header .logo{
    width: 30%;
    float: left;
}
header .logo img{
    max-width: 100%;
}
header .description{
    width: 70%;
    float: left;
    font-size: 17px;
    padding: 20px 0 0 25px;
}
header .address{
    margin:0;
    float: left;
    width: 50%;
    text-align: right;
    padding-top: 20px;
}
header .address li{
    font-size: 17px;
    
}
header .address li a{
    color: #000;
}
header .phones{
    float: right;
    width: 50%;
    text-align: right;
    padding-left: 15px;
}
header .phones .phone{
    display: block;
    color: #000;
    font-size: 24px;
}
header .phones button{
    margin-top: 5px;
}

/*main block*/
.main-block{
    background:url('../img/back.png') no-repeat 50% 50%;
    background-size:cover !important;
    padding: 100px 0;
}
.main-block h1{
    color: #fff;
    font-size: 48px;
    font-weight: normal;
    line-height: 60px;
    padding-bottom: 50px;
}
.main-block .items{
    overflow: hidden;
    width: 100%;
    padding-top: 45px;
    text-align: center;
}
.main-block .items img{
    height: 75px;
}
.main-block .items .item-title{
    color: #fff;
    font-size: 24px;
    padding-top: 20px;
}
.main-block button{
    margin-top: 70px;
}

/*opps*/
.opps{}
.opps .table-block{
    text-align: center;
    padding-bottom: 40px;
    font-size: 16px;
}
.opps .table-block .one{
   padding:0;
   background: #fbfbfb;
   text-align: left;
}
.opps .table-block .two{
    padding:0;
    background: #d2d2d2;
}
.opps .table-block .three{
    padding:0;
    background: #fbfbfb;
}
.opps .table-block .title{
    background: #ffed00;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
}
.opps .table-block ul{
    margin:0;
    padding: 15px;
}
.opps .table-block ul li{
    padding: 7px 0;
}

/*price*/
.price{
    background: #f3f3f3;
    padding-bottom: 40px;
}
.price table{
    width: 55%;
    margin: 0 auto;
    font-size: 16px;
}
.price table td{
    padding: 7px 5px;
}
.price table td:last-child{
    text-align:right;
}
.price button{
    margin-top: 30px;
}

/*footer*/
footer{
    padding: 40px 0;
}
footer .logo{
    
}
footer .logo img{
    width:165px
}
footer .rights{
    margin: 0;
    font-size: 16px;
    padding-top: 5px;
}

/*modal*/
.modal {
  text-align: center;
}
.modal h3{
    text-align:center;
    font-weight: normal;
    margin: 5px 0 25px;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal-content{
    border-radius: 0;
    background: #f5f5f5;
}
.modal-body{
    padding: 25px;
}

.modal-content .site-button{
    width: 100%;
    display: block;
    margin: 15px 0;
    border-radius: 0;
}
.modal-content .confirm-block input{
    position: relative;
    top: 3px;
    display: block;
    float: left;
    margin: 4px 10px 10px 0;
}
.modal-content .confirm-block .small-text{
    font-weight: normal;
    font-size: 10px;
    color:#a7a7a7;
    display: block;
}
.confirm-block a{
    color:#a7a7a7;
    text-decoration: underline;
}
.modal-content input[type="email"]{
    width:100%;
}

.modal-content{
    width: 400px;
    margin: 0 auto;
}
.modal-content input{
    width: 100%;
    margin-bottom: 25px;
    height: 45px;
    padding: 5px 15px;
    border: 1px solid transparent;
}
.modal-content input:focus{
    border: 1px solid #0dada7;
}
.modal-content input[type="checkbox"]{
    width: auto;
    margin: 4px 10px 5px 0;
    height: auto;
}
.modal-content .btn-green{
    width: auto;
    border-radius: 0;
    margin: 0 auto 25px;
    display: block;
    float: none;
    background: #ff8f93;
}
.modal-content .close{
    position: absolute;
    right: -40px;
    color: #fff;
    opacity: 1;
    font-size: 38px;
    top: -45px;
}

.modal .politic-text{
    height:500px;
    overflow-y: scroll;
}

#politic .modal-content{
    width:auto;
}

#thnx{
    font-size: 12px;
    margin: 15px 0 0;
    display:none;
}

#thnxs{
    font-size: 12px;
    margin: 15px 0 0;
    display:none;
}

@media only screen and (min-width: 768px){
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}


/*-------------------*/
@media only screen and (min-width: 481px) and (max-width: 767px){
    
    /*modal*/
    .modal-open .modal{
        padding:0 !important;
    }
    .modal-content{
        width: auto;
        max-width: 100%;
    }
    .modal-content .close{
        right: 20px;
        top: 20px;
        color: #000;
        font-size: 24px;
        opacity: 0.5;
        margin-top: -15px;
        margin-right: -10px;
    }
    
    /*header*/
    header .description{
        display:none;
    }
    header .logo img{
        max-width: 100px;
    }
    header .logo{
        width: auto;
    }
    .logo-block{}
    .contacts-block{
        position: absolute;
        left: 115px;
        width: calc(100% - 115px);
    }
    header .address{
        padding-top: 0;
    }
    header .address li {
        font-size: 14px;
    }
    header .phones .phone{
        font-size: 14px;
    }
    header .phones button{
        font-size: 14px;
        font-size: 14px;
        padding: 8px 15px;
    }
    
    /*main-block*/
    .main-block{
        padding: 50px 0;
    }
    .main-block h1{
        font-size: 30px;
        line-height: 36px;
        padding-bottom: 0;
    }
    .main-block .items .item-title{
        padding-bottom: 25px;
    }
    .main-block button{
        margin-top: 10px;
    }
    
    /*opps*/
    .opps .table-block{
        border-bottom: 1px solid #ddd;
    }
    
    /*price*/
    .price table{
        width: 100%;
        font-size: 14px;
    }
    .price table td{
        border-bottom: 1px solid #ddd;
    }
    
}
@media only screen and (min-width: 361px) and (max-width: 480px){
    
    /*modal*/
    .modal-open .modal{
        padding:0 !important;
    }
    .modal-content{
        width: auto;
        max-width: 100%;
    }
    .modal-content .close{
        right: 20px;
        top: 20px;
        color: #000;
        font-size: 24px;
        opacity: 0.5;
        margin-top: -15px;
        margin-right: -10px;
    }
    
    /*header*/
    header .description{
        padding: 0 15px 0 15px;
        text-align: right;
    }
    header .address{
        width: 100%;
        padding-top: 5px;
        text-align: center;
    }
    header .phones{
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
    header .logo img{
        max-width: 100px;
    }
    
    /*main-block*/
    .main-block{
        padding: 50px 0;
    }
    .main-block h1{
        font-size: 30px;
        line-height: 36px;
        padding-bottom: 0;
    }
    .main-block .items .item-title{
        padding-bottom: 25px;
    }
    .main-block button{
        margin-top: 10px;
    }
    
    /*opps*/
    .opps .table-block{
        border-bottom: 1px solid #ddd;
    }
    
    /*price*/
    .price table{
        width: 100%;
        font-size: 14px;
    }
    .price table td{
        border-bottom: 1px solid #ddd;
    }
    
}
@media only screen and (max-width: 360px){
    
    /*modal*/
    .modal-open .modal{
        padding:0 !important;
    }
    .modal-content{
        width: auto;
        max-width: 100%;
    }
    .modal-content .close{
        right: 20px;
        top: 20px;
        color: #000;
        font-size: 24px;
        opacity: 0.5;
        margin-top: -15px;
        margin-right: -10px;
    }
    
    /*header*/
    header .description{
        font-size: 14px;
        padding: 0 0 0 15px;
    }
    header .address{
        width: 100%;
        padding-top: 5px;
        text-align: center;
    }
    header .phones{
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
    
    /*main-block*/
    .main-block{
        padding: 50px 0;
    }
    .main-block h1{
        font-size: 30px;
        line-height: 36px;
        padding-bottom: 0;
    }
    .main-block .items .item-title{
        padding-bottom: 25px;
    }
    .main-block button{
        margin-top: 10px;
    }
    
    /*opps*/
    .opps .table-block{
        border-bottom: 1px solid #ddd;
    }
    
    /*price*/
    .price table{
        width: 100%;
        font-size: 14px;
    }
    .price table td{
        border-bottom: 1px solid #ddd;
    }
    
}