body {
    
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

H1, h2, h3, h4, h5 {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;    
}

H1 {
    font-size: 60px;
}

H2 {
    font-size: 48px;
    margin-bottom: 50px;
}

H3 {
    font-size: 38px;
}

H4 {
    font-size: 24px;
}

#mainnav-mobile {
    color:#ccc;
}

#mainnav-mobile a {
    color:#fff;
    text-decoration:none;
}

#mainnav-mobile ul {
    text-align:center;
    margin-top:20px;
}

#mainnav-mobile .phone {
    font-weight: bold;
    font-size: 24px;
}


header {
    background: url('/images/bg-pc1.jpg') bottom center no-repeat;
    color: #fff;
    padding: 30px;
    text-align: center;
    padding-bottom: 70px;
}

header .top {
    background: linear-gradient(115deg,#fff 0,#fff 310px,#333 311px,#333 100%);    
    padding: 25px;
    text-align: right;
    margin-bottom: 100px;
}

header .top a {
    color: #fff;
    text-decoration: none;
}

header .top .logo {    
    text-align: left;
}

header .top .phone {
    font-size: 30px;
    padding-top: 7px;
}

header .top .cta {
    padding-top: 4px;
}

header .top .cta .btn {
    font-size: 20px;
    text-transform: uppercase;
    background-color: #F5DF1E;
    border: none;
    border-radius: 10px;
}

header .description {
    font-size: 24px;
    margin-top: 30px;
}

#header_mobile {
    padding:10px 20px;
    background:#212529;
}

#header_mobile .phone {
    text-align:right;
    padding-top:5px;
}

#header_mobile .phone a {
    color:#fff;
    text-decoration:none;
    font-weight:bold;
    font-size:16px;
    
}

/*Виды рулонного газона  - на главной----------------------->>*/
#types {
    padding: 70px 0;
}

#types h2 {
    margin-bottom: 15px;
}

#types .description {
    text-align: center;
    margin-bottom: 30px;
}

#types h4 {
    text-align: left;
}

#types span {
    font-weight: bold;
    font-size: 20px;
}

#types .info {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
}
/*<<-------------------------------------------------Виды рулонного газона  - на главной*/

/*Стоимость укладки газона - на главной----------------------->>*/

#laying {
    background-color: #333;
    padding: 70px 20px;
}

#laying .pricing-header {
    color: #fff;
}

#laying h3 {
    font-size: 50px;
    margin-top: 15px;    
}

#laying h4 {
    color: #fff;
}

#laying ul {
    padding: 0 15px;
}

#laying li {
    text-align: left;
    padding-bottom: 5px;
}

#laying li::before {
    content: '✔';
    color:darkgreen;
    margin-right: 10px;
    font-size: 22px;
  }

/*<<-------------------------------------------------Стоимость укладки газона  - на главной*/

/*Почему наш газон - на главной----------------------->>*/
#why {
    background: linear-gradient(#f6f6f6, #fff);
    padding: 70px 0 0 0;
}

#why .item {
    margin-bottom: 80px;
}

#why .item img {
    border-bottom: 10px solid #6F8F00 ;
    padding-bottom: 15px;
}

#why .item h4 {
    text-align: left;
}

#why .item__info {
    text-align: left;
    padding-left: 100px;
}

#why .cta__form {
    padding-top: 100px;
}

#why .cta__form input {
    border-radius: 35px;
    padding: 15px;
    margin-bottom: 20px;
}

#why .cta__form .btn {
    border-radius: 35px;
    padding: 15px;
    width: 100%;
    background-color: #6F8F00;
    border: none;
}

/*<<-------------------------------------------------Почему наш газон - на главной*/


.social-btn {
    text-align: center;
}

.social-btn img {
    margin:0 10px;
}

.division {
    float: none;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
   }

.division .line {
    border-top: 1px solid #DFDFDF;
    position: absolute;
    top: 10px;
    width: 34%;
   }
.division .line.l {
    left: 0;
   }
.division .line.r {
    right: 0;
   }
.division span {
    color: #424242;
    font-size: 17px;
   }

footer {
    background-color: #333;
    padding: 70px 20px;
    color: #fff; 
}

footer h2 {
    color: #6F8F00;
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    text-decoration: none;
}

footer ul {
    padding: 0;
}

footer ul li {
    list-style-type: none;
    margin-bottom: 10px;    
}

footer a {
    color: #C4C4C4;
}

footer a:hover {
    color: #fff;
}

footer .logo img {
    margin-bottom: 30px;
}

footer .logo .address {
    font-size: 14px;
    color: #C4C4C4;
}

footer .contacts {
    color: #C4C4C4;
    font-size: 14px;
    text-transform: uppercase;
}

footer .contacts a {
    color: #fff;
}

footer .contacts span {
    font-weight: bold;
    font-size: 24px;
}

footer .contacts .email {
    font-size: 18px;
    font-weight: normal;
}

#social-btn {
    padding: 15px 10px;
    background-color: #333;
    color: #fff;
    font-size: 12px;
}

#social-btn a {
    color: #fff;
}

#social-btn .images-block {
    text-align: right;    
    padding-top: 5px;
}

#social-btn .images-block img {
    margin: 0 3px;
}

#modal-callback .modal-body {
    padding: 30px;
}

#modal-callback .btn {
    width: 100%;
}

#gallery {
	padding:70px 20px;
}

#gallery .item {
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    #why .cta__form {
        padding-top: 0px;
    }

    #why .cta__form h2 {
        font-size: 34px;
        margin-bottom: 20px;
    }

    #why .cta__form input {
        border-radius: 35px;
        padding: 10px;
        margin-bottom: 15px;
    }

    .division {
        margin: 10px auto;
    }

    .social-btn img {
        width: 35px;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
        margin-bottom: 25px;
    }

    h3 {
        font-size: 22px;
    }

    header {
        padding: 70px 20px;
        background: url('/images/bg-mobile-1.jpg') bottom center no-repeat;
    }

    header .top {
        background: #333;
        padding: 25px;
        text-align: center;
        margin-bottom: 50px;
    }

    header .top .logo {
        text-align: center;
        margin-bottom: 10px;
    }

    header .description {
        font-size: 18px;
        margin-bottom: 30px;
    }

    #types {
        padding: 50px 0;
    }

    #why {
        padding: 30px 20px;
    }

    #why .item {
        margin-bottom: 35px;
    }

    #why .item img {
        width: 45px;
    }

    #why .item__info {
        padding-left: 65px;
    }

    #why .item__info p {
        line-height: 1.3;
    }

    #why .cta__form {
        padding-top: 0;
    }

    #gallery {
        padding:30px 10px;
    }
    
    #gallery .item {
        margin-bottom: 10px;
    }
}