html {
   margin: 0px;
   height: 100%;
   width: 100%;
}

body {
	background-image: url('../images/girl.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-family: 'Rubik', sans-serif;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    color: #000;
}
.mid{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: rgba(236, 236, 236, 0.7);
}

h1 {
 font-size: 36px;
}

.layout-container {
	max-width: 1280px;
    margin: 30px auto;
}



.header-phone {
    display: block;
    margin-top: 20px;
}
.header-logo{
    max-width: 200px;
	margin: 0 15px;
        
}
@media (max-width: 500px) {
    .header-logo {
        width: 100%;
    }
    .btn {
    margin-top: -10px;
}
h1 {
 font-size: 26px !important;
}
}

@media (min-width: 620px){

    .header {
        height: 30px;
        line-height: 30px;
        margin-bottom: 60px;
    }

    .header-logo {
        float: left;
    }

    .header-phone {
        float: right;
        margin-top: 0;
    }
}


.header-phone {
    font-size: 18px;
    color: #000;
    text-decoration: none;
}

.header-phone:before {
    border-radius: 30px;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}


.header-phone:hover {
    color: #eb8d00;
}

.container {
    text-align: center;
}

.btn {
    display: inline-block;
    width: 170px;
    background-color: #4b92ec;
    color: #fff;
    border-radius: 5px;
    font-size: 26px;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    margin-top: 30px;
}

.btn:hover {
    background-color: #4b92ec;
}

.textrect_phones {
    padding-left: 54px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('../images/icons/monochrome/phone.png');
}
.textrect {
    font-size: 0.9375rem;
    padding: 15px 18px;
        padding-left: 18px;
    border-radius: 4px;
}

.header__content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 45px 0;
}
.container {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}