/* ------ Home ------ */

/* ------ Specification ------ */

body {
    margin: 0;
	padding: 0;
    background-color:#fedb73;
    font-family: Arial, Helvetica, Sans-Serif;
}

div, p, form, input, a, span, button, textarea {
	box-sizing: border-box;
}

p {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

h1 {
    color: #fff;
	font-size: 35px;
    font-weight: 700;
    line-height: 1.2em;
    max-width: 400px;
}

a, a:hover, a:active {
	text-decoration: none;
}

a, button, input {
	transition: all 0.5s ease;
}

.but {
    width: 100%;
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: 900;
    max-width: 200px;
    padding: 5px;
    border-radius: 5%;
    text-align: center;
    text-transform: uppercase;
    background-color: #b89a3e;
    border: 1px solid transparent;
    border-bottom: 4px solid #b89a3e;
    box-shadow: 0 0 10px 4px #242424;
    font-family: Arial, Helvetica, Sans-Serif;    
}

.but:hover, .modal-reg__but:hover {
	color: #b89a3e;
	background-color: #fff;
	border: 1px solid #b89a3e;
	border-bottom: 4px solid #b89a3e;
}

.but:active {
	box-shadow: 0 0 25px rgba(0,0,0,0.3) inset;
}

/* ------ First display ------ */

.header-container{
   width: 1000px;
   height: 250px;
   max-width: 100%;
   border-radius: 35px;
   margin: 50px auto 35px ;
   background-repeat: no-repeat;
   box-shadow: 0 0 10px 4px #242424;
   background-image: url(../img/hider-tr.webp);
}
.logo img {
    height: 65px;
    display: flex;
    margin: auto;
    max-width: 300px;
    align-items: center;
}
.button-but{
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 10px;
}
.button-but a{
    color: #b89a3e;
    font-weight: bold;
    border-radius: 100%;
    border: 3px solid #b89a3e;
    background-color: #000;
    padding: 5px;
}
.offer-left{
    padding-left: 20px;
    padding-top: 10px;
}
.offer-text{
    font-size: 22px;
    color: #ffd327;
    line-height: 1.2em;
    max-width: 400px;
}
.offer-text-left{
    font-size: 18px;
    color: #ffd327;
    line-height: 1.2em;
    max-width: 400px;
}
.offer-right {
    float: right;
}
.tel a{
    display: flex;
    font-size: 16px;
    color: #fff;
}
/* ------ Media Queries ------ */

/* 992-1200px */
@media screen and (max-width: 1200px) {
    
}

/* 768-992px */
@media screen and (max-width: 992px) {
  .header-container {
        width: 1000px;
        height: 100%!important;
        background-repeat: no-repeat !important;
        background-image: none!important;
        background-color: #000!important;
    }
    .offer-content{
        padding: 15px;
    }
     h1{
        font-size: 26px!important;
        text-align: center;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .link{
        border-top: #fff solid 1px;
    }
    .offer-text{
        margin-top: 10px;
        max-width: 100%;
        text-align: center;
    }
    .offer-right{
        margin-top: 20px;
        float: none;
    }
    .offer-text-left{
        max-width: 100%;
        text-align: center;
    }
    .tel a{
        text-align: center;
        display: block;
        margin-top: 20px;
        font-size: 20px;
    }
    .but{
        display: block;
        text-align: center;
        margin-top: 20px;
        margin: auto;
        margin-top: 20px;
    }

}

/* 576-768px */
@media screen and (max-width: 768px) {
    

}

/* 320-480px */
@media screen and (max-width: 480px) {
}

/* 320-576px */
@media screen and (max-width: 576px) {

}
















 










