* {
    margin: 0;
    padding: 0;
}

html, body {
    min-height: 100%;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

.visually-hidden {
    visibility: hidden;
}

a {
    text-decoration: none;
	color: #0f0f0f
    
}

a:focus {
    color: #a5fb08;
}

a:hover {
    color: #a9cf65;
}

ul{
    list-style: none;
}
/*----------Начало Контейнера-----------------------------------------------------------------------------------------*/
.container {
    min-height: 100%;
    background-color: #ffffff;
}

/*-------------Шапка Сайта-------------------------------------------------------------------------------------------*/
.main-header {
    width: 100%;
    height: 603px;
    background-color: #ffffff;
}

/*-----------------Верхнее Меню Логотип-------------------------------------------------------------------------------*/
.main-header-top {
    
    height: 140px;
    min-width: 100%;
}

.main-header-top li {
    float: left;
}

.header-logo {
    margin-top: 22px;
    margin-left: 221px;
    margin-right: 700px;

}

.header-logo a{
    display: block;
    width: 293px;
    height: 48px;
	color: #7ba332;
    font-size: 68px;
    font-weight: 400;
	
}

.header-phone {
	float: right;
    margin-top: 45px;
    margin-right: 200px;
}

.header-phone p {
    height: 21px;
    font-size: 25px;
    font-weight: 400;
}


.header-mode {
    margin-top: 15px;
    margin-right: 120px;
	
}

.header-mode p {
	
}

.mode-top p{
	font-size: 10px;
	color: rad;
}


/*----------------Конец Логотипа--------------------------------------------------------------------------------------*/

/*----------------Навигация По сайту----------------------------------------------------------------------------------*/
.main-navigation {
    min-width: 100%;
    height: 58px;
    background-color: #edf1f4;
    position: absolute;
    opacity: 0.82;
}

.navigation-site li {
    float: left;
}
.navigation-service {
    margin-left: 503px;
    margin-top: 15px;
}

.navigation-contacts {
    margin-left: 631px;
    margin-top: 15px;
}
/*--------------Конец навиации по сайту-------------------------------------------------------------------------------*/

.slider {
    width: 1920px;
    height: 463px;
    

}

/*----------------Услуги---------------------------------------------------------------------------------------------*/
.amenities {
    background-color: #f1f2f6;
    width: 1601px;
    height: 618px;
    margin-left: 160px;
    margin-right: 160px;
}

.amenities li {
    float: left;
    margin-left: 24px;
}

.amenities li h2 {
    text-align: center;
    margin-top: 54px;
    margin-bottom: 54px;
}

.amenities a {
    display: block;
}

.amenities a img:hover {
    outline: 2px solid #a9cf65;
}

.amenities a:focus {
    color: #a5fb08;
}

.amenities li p {
    text-align: center;
    margin-top: 34px;
    margin-bottom: 34px;
}
/*--------------Окончание контейнера услуг---------------------------------------------------------------------------*/

/*--------------О компании ------------------------------------------------------------------------------------------*/

.services-price {
    width: 1600px;
    height: 1080px;
    background-color: #e1e2e4;
    margin-left: 160px;
    margin-right: 160px;
}

.services-price li {
    float: left;
}

.photo {
    display: block;
    margin-top: 132px;
    margin-right: 88px;
    margin-left: 100px;
}

.services-price-right{
    width: 825px;
    height: 768px;
    background-color: #f0f2f5;
    margin-top: 138px;
    margin-right: 96px;
}

.services-price-right p {
    width: 738px;
    height: 287px;
    color: #0f0f0f;
    text-transform: none;
    font-size: 25px;
    font-weight: 400;
    line-height: 48px;
    margin-top: 102px;
    margin-left: 75px;
    margin-right: 13px;
}

.price p {
    margin-bottom: 334px;
}

/*--------------Конец Контейнера ------------------------------------------------------------------------------------*/

/*--------------Подвал-Сайта------------------------------------------------------------------------------------------*/
footer {
    background-color: #38454e;
    height: 401px;
    color: #faf6f6;
    text-transform: none;
}

.footer-address {
    float: left;
    margin-left: 182px;
    margin-top: 82px;
    font-size: 35px;
}


footer ul {
    margin-top: 200px;
    margin-left: -400px;
    float: left;
}

footer ul li {
    margin-bottom: 25px;
}

.output {
    color: #e01f1f;
}

.footer-phone {
    width: 352px;
    height: 33px;
    float: right;
    font-size: 40px;
    font-weight: 400;
    margin-top: 100px;
    margin-right: 70px;
}
