body {
    font-family: 'MuseoSans', sans-serif;
    font-size: 16px;
    position: relative;
    overflow-x: hidden; 
    min-width: 320px;
}
body a {
    text-decoration: none;
}
body a:hover {
    text-decoration: none;
}

.main-header {
    background: url(../img/bg__header.jpg) no-repeat;
    background-position: top center; 
    background-size: cover;
}
.main-header .top-line {
    padding-top: 55px; 
    color: #fefeff;
}
.main-header .top-line .logo {
    margin-top: 13px;
}
.main-header .top-line .logo img {
    max-width: 100%;
}
.main-header .top-line .top-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    margin-top: 10px;
}
.main-header .top-line .adress {
    font-family: 'Lato';
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    position: relative;
    margin-top: 10px; 
    padding-left: 30px;
}
.main-header .top-line .adress:before {
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0; 
    display: inline-block;
    content: '\f041';
    vertical-align: top;
    color: #9ccb3b;
}
.main-header .top-line .phone {
    margin-top: 10px;
}
.main-header .top-line .phone a {
    font-size: 16px;
    font-weight: 500; 
    color: #fefeff;
}
.main-header .top-line .phone a:before {
    font-family: 'FontAwesome';
    font-size: 16px;
    display: inline-block;
    margin-right: 20px; 
    content: '\f095';
    vertical-align: middle;
    color: #9ccb3b;
}
.main-header .top-line .btn-wrap button {
    font-size: 14px;
    font-weight: 500;
    line-height: 33px; 
    width: 100%;
    height: 33px;
    text-align: center;
    color: #426510;
    border: 0;
    -webkit-border-radius: 17px;
            border-radius: 17px;
    background-color: #fff;
}
.main-header .middle-line .info {
    padding-top: 230px;
    padding-bottom: 260px;
}
.main-header .middle-line .info .title {
    font-size: 53px;
    font-weight: 300;
    line-height: 53px;
    padding-bottom: 13px; 
    text-transform: uppercase;
    color: #fefeff;
}
.main-header .middle-line .info .desc {
    font-size: 110px;
    font-weight: 900;
    line-height: 110px; 
    text-transform: uppercase;
    color: #9ccb3b;
}
.main-header .middle-line .info .sub {
    font-size: 53px;
    font-weight: 900;
    line-height: 53px;
    padding-bottom: 30px; 
    text-transform: uppercase;
    color: #fefeff;
}
.main-header .middle-line .info .label {
    font-size: 33px;
    font-weight: 100;
    line-height: 35px;
    padding-bottom: 36px; 
    color: #fff;
}
.main-header .middle-line .info .btn-wrap button {
    font-size: 24px;
    font-weight: 500;
    line-height: 63px;
    display: inline-block;
    height: 63px;
    margin-right: 35px; 
    padding: 0 70px;
    vertical-align: top;
    color: #fefeff;
    border: 0;
    -webkit-border-radius: 32px;
            border-radius: 32px;
    background-color: #9ccb3b;
}
.main-header .middle-line .info .btn-wrap button.play {
    position: relative; 
    padding-right: 85px;
    padding-left: 35px;
    background-color: #f47721;
}
.main-header .middle-line .info .btn-wrap button.play:after {
    font-family: 'FontAwesome';
    font-size: 31px;
    line-height: 52px;
    position: absolute;
    top: 5px;
    right: 7px; 
    display: inline-block;
    width: 52px;
    height: 52px;
    content: '\f144';
    text-align: center;
    color: #f47721;
    -webkit-border-radius: 52px;
            border-radius: 52px;
    background-color: #fcf7ff;
}

.hidden {
    display: none;
}
