@import url("font-awesome.min.css");

@font-face {
	font-family: 'PT-Sans';
    font-display: swap;
	src: url('fonts/PT-Sans-Regular.eot');
	src: local('☺'), 
        url('fonts/PT-Sans-Regular.woff2') format('woff2'),
        url('fonts/PT-Sans-Regular.woff') format('woff'),
        url('fonts/PT-Sans-Regular.ttf') format('truetype'), 
        url('fonts/PT-Sans-Regular.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'PT-Sans';
    font-display: swap;
	src: url('fonts/PT-Sans-Bold.eot');
	src: local('☺'), 
        url('fonts/PT-Sans-Bold.woff2') format('woff2'),
        url('fonts/PT-Sans-Bold.woff') format('woff'),
        url('fonts/PT-Sans-Bold.ttf') format('truetype'), 
        url('fonts/PT-Sans-Bold.svg') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'PT-Sans';
    font-display: swap;
	src: url('fonts/PT-Sans-Italic.eot');
	src: local('☺'), 
        url('fonts/PT-Sans-Italic.woff2') format('woff2'),
        url('fonts/PT-Sans-Italic.woff') format('woff'),
        url('fonts/PT-Sans-Italic.ttf') format('truetype'), 
        url('fonts/PT-Sans-Italic.svg') format('svg');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: 'PT-Sans';
    font-display: swap;
	src: url('fonts/PT-Sans-Bold-Italic.eot');
	src: local('☺'), 
        url('fonts/PT-Sans-Bold-Italic.woff2') format('woff2'),
        url('fonts/PT-Sans-Bold-Italic.woff') format('woff'),
        url('fonts/PT-Sans-Bold-Italic.ttf') format('truetype'), 
        url('fonts/PT-Sans-Bold-Italic.svg') format('svg');
	font-weight: 600;
	font-style: italic;
}

::-webkit-input-placeholder {opacity:1;}
::-moz-placeholder          {opacity:1;}/* Firefox 19+ */
:-moz-placeholder           {opacity:1;}/* Firefox 18- */
:-ms-input-placeholder      {opacity:1;}

*, *:before, *:after{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    position: relative;    
    font-family: 'PT-Sans', Arial, sans-serif;
    font-size: 19px;
    line-height: 24px;
    font-weight: 400;
	color: #2c2c2c;
    max-width: 100%;
	height: auto;
    overflow-x: hidden;
    background: #ffffff;	
	padding: 0;
	margin: 0;
}
p {
    margin: 0;
    padding: 0;
}
a {
    color: #008851;
    text-decoration: none;
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
ul, ol{
    list-style: none;
    padding: 0;
    margin: 0;
}
p, a, ul li, ol li, div{
    -webkit-text-size-adjust: 100%;
}
i {
    font-family: fontawesome !important;
}
img{
    display: block;
    max-width: 100%;
    border: none;
    outline: none;    
}
.content-container{
    width: 100%;
    max-width: 1200px;
    height:auto;
    margin: 0 auto;
    padding: 0 15px;
}
.content-big-container{
    width: 100%;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
}
.columns{
    display: -webkit-flex; 
    display: flex; 
    height: auto;
    -webkit-flex-direction: row;    
    flex-direction: row;
    -webkit-align-items: stretch;    
    align-items: stretch;    
}
.phone {
    pointer-events: none;
    white-space: nowrap;
}
.nowrap{
    white-space: nowrap;
}
.mobile{
    display: none;
}
.red{
    color: #ff5f5f;
}
.button{
    display: inline-block;
    font-family: 'PT-Sans', Arial, sans-serif;
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
    color: #ffffff;
    padding: 15px;
    background: #1A6647;
    text-align: center;
    cursor: pointer;
    border: none;
    outline: none;
    text-transform: uppercase;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.button:hover{
    background: #008851;  
}
.button.grey-button{
    background: #666666;
}
.button.grey-button:hover{
    background: #aaaaaa;       
}
.button.button-blue{
    background: #004681;
}
.button.button-blue:hover{
    background: #307FC0;       
}
h1{
    display: inline-block;
    position: relative;
    width: 100%;
    font-family: inherit;
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    color: inherit;
    text-align: center;
    text-transform: uppercase;
    margin: 40px 0 5px;
    padding: 0;
    z-index: 10;
}
h1 span{
    display: block;
}
h2, h3, p.title{
    display: inline-block;
    position: relative;
    width: 100%;
    font-family: inherit;
    font-size: 44px;
    line-height: 44px;
    font-weight: 600; 
    color: inherit;
    text-align: center;
    text-transform: uppercase;
    margin: 65px 0 5px;
    padding: 0;  
    z-index: 10;
}
p.subtitle{
    display: inline-block;
    position: relative;
    width: 100%;    
    font-family: inherit;
    font-size: 30px;
    line-height: 35px;
    font-weight: 600; 
    color: inherit;
    text-align: center;
    margin: 0 0 60px;
    padding: 0;
    z-index: 10;
}

#header{
    position: relative;
    background: #f7f7f7;    
}
#header:before{
    content: '';
    position: absolute;
    left: 0; 
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-image: -webkit-linear-gradient(-400deg, rgba(0, 0, 0, 0) 75%, rgba(49, 196, 136, 0.3) 25%);
    background-image: linear-gradient(130deg,rgba(0, 0, 0, 0) 75%, rgba(49, 196, 136, 0.3) 25%);
    z-index: 1;
    pointer-events: none;       
}
#top{
    position: relative;
    background: #ffffff;
    border-bottom: 2px solid #e5e5e5;
    z-index: 100;
}
#top .columns{
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.logo{
    width: 28%;
    margin: 10px 0;
}
.logo .img-container{
    margin: 0;
    pointer-events: none;
}
.menu-container{
    width: 47%;
    margin: 0;
    -webkit-align-self: center;
    align-self: center;
}
.menu-container span{
    display: none;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    font-size: 0;
    cursor: pointer;
}
.menu-container span:before{
    content: "\f039";
    font-family: fontawesome !important;
    font-size: 30px;
    line-height: 30px;
    color: inherit;
}
.menu{
    margin: 0;
}
.menu li{
    width: auto;
    margin: 0 15px;
}
.menu li a{
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    padding: 13px 10px;
}
.menu li a:hover{
    color: #008851;
}
.phone-block{
    width: 25%;
    margin: 0;
    text-align: right;
}
#top .phone-block{
    -webkit-align-self: center;
    align-self: center;    
}
.phone-block a.phone{
    font-family: inherit;    
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    color: #2c2c2c;
}
.phone-block p{
    font-family: inherit;
    font-size: 16px;
    line-height: 16px;
}

#header-main{
    position: relative;
}
#header-main p.subtitle{
    margin-bottom: 0;
}
#header-main .inner{
    position: relative;
    background-color: transparent;
    background-image: url('../images/header-bg.png');
    background-repeat: no-repeat;
    background-position: 80% bottom;
    padding: 50px 0;
    z-index: 10;
}
#header-main .inner.img{
    background-image: url('/images/header-bg.png');
}
#header-main .inner.webp{
    background-image: url('/images/header-bg.webp');
}
#header-main .columns{
    position: relative;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    z-index: 10;
}
#header-main .columns #header-features{
    display: block;
    width: 38%;
    margin: 0;
}
#header-main .columns #header-features li{
    position: relative;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: normal;
    color: inherit;
    text-align: left;
    margin: 0 0 20px;
    overflow: hidden;
}
#header-main .columns #header-features li p{
    position: relative;
    font-family: inherit;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    color: inherit;
    text-align: left;
    padding: 10px 10px 10px 74px;
    background-color: #e6e6e6;
    background-color: rgba(230, 230, 230, 0.9);
    background-color: transparent \9;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4ce6e6e6, endColorstr=#4ce6e6e6)";
    z-index: 10;
}
#header-main .columns #header-features li p span:not(.nowrap){
    display: block;
    font-size: 19px;
    line-height: 21px;
    font-weight: 600;
    margin: 0 0 5px;
}
#header-main .columns #header-features li p .fa{
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 100%;
    font-size: 36px;
    line-height: 64px;
    color: #ffffff;    
    background: #31c488;   
    text-align: center;
    z-index: 15;
}

#top-offer{
    position: relative;
    z-index: 10;
}
#top-offer .offer{
    display: inline-block;
    width: 100%;
    font-family: inherit;
    font-size: 21px;
    line-height: 27px;
    font-weight: 600;
    color: inherit;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 60px;  
}
#top-offer a.button{
    display: inline-block;
    width: 200px;
    margin: 20px 0 0 20px;
}

.form-date:after {
    content: attr(data-text);
}

@media (max-width: 1600px) and (min-width: 1280px){
    #header-main .inner{
        padding: 50px 0 0;
        background-position: right 20px center;
        background-size: 58% auto;
    }
}

@media (max-width: 1279px) and (min-width: 980px) {
    .content-container, .content-big-container{
        max-width: 950px;
    }
    .menu-container{
        width: 47%;
    }
    .menu li{
        margin: 0 5px;
    }
    .phone-block{
        width: 25%;
    }
    #header-main .inner{
        padding: 50px 0 0; 
        background-position: right center;
        background-size: 54% auto;
    }
    #header-main .columns #header-features{
        width: 45%;
    }  
}

@media (max-width: 979px){
    #header-main .columns #header-features li p{
        padding: 10px 10px 10px 48px;
    }
    #header-main .columns #header-features li p .fa{
        width: 36px;
        font-size: 24px;
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .content-container, .content-big-container{
        max-width: 750px;
    } 
    h1{
        font-size: 55px;
        line-height: 55px;
    }
    #top .logo{
        width: 30%;
    } 
    .menu-container{
        width: 40%;
        padding: 0 20px;
    } 
    .menu li{
        margin: 0 5px;
    }
    .menu li a{
        padding: 5px;
    }
    #top .menu-container .columns{
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; 
        -webkit-justify-content: center;
        justify-content: center;
    }    
    .phone-block{
        width: 30%;
    }    
    #header-main .inner{
        padding: 30px 0 0;
        background-size: 52% auto;
        background-position: right center;
    }
    #header-main .columns #header-features{
        width: 47%;
    }
}

@media (max-width: 767px){
    .content-container, .content-big-container{
        width: 100%;
        padding: 0 15px;       
    }
    .content-big-container .content-container{
        padding: 0;
    }
    .phone{
        pointer-events: all;
    }
    .mobile{
        display: block;
    }
    #top .logo{
        position: relative;
        width: auto;
        margin: 0;
        z-index: 15;
    }
    #top .logo .img-container{
        width: auto;
        padding: 0 10px 0 0;
        margin: 0;
    }
    #top .logo .img-container img{
        height: 36px;
        padding: 2px 0;
    }
    .menu-container{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 40px;
        background: #ffffff;
        z-index: 10;
    }
    .menu-container span{
        display: block;
    }
    #top .menu{
        display: none;
        position: absolute;
        right: 0;
        top: 41px;
        float: none;
        width: 200px;
        margin: 0;
        background: #fff;
        border: 1px solid #e5e5e5;
        z-index: 15;
    }
    #top .menu.visible{
        display: inline-block;
    }
    #top .menu li{
        float: none;
    }
    #top .menu li a{
        display: inline-block;
        width: 100%;
        font-size: 16px;
        line-height: 18px;
        padding: 5px;
        margin: 3px 0;
    }
    #top .menu li.mobile{
        font-weight: 600;        
    }
    #top .menu li a.phone{
        border-top: 1px solid #e5e5e5;
        padding: 10px 5px;
        margin: 5px 0;
    }
    #top .menu li a.phone .fa{
        padding: 0 5px 0 0;
    }
    #top .phone-block{
        display: none;
    }  
    #header-main p.subtitle{
        margin-bottom: 20px;
    }
    #header-main .inner{
        background-position: center top;
    }
    #header-main .columns #header-features{
        width: 100%;
    }
    #top-offer .offer{
        margin: 0 0 40px;
    }
    #top-offer a.button{
        display: block;
        width: 250px;
        margin: 20px auto 0;
    }
}

@media (max-width: 767px) and (min-width: 480px){
    h1{
        font-size: 40px;
        line-height: 40px;
        margin-top: 20px;
    }    
    h2, h3, p.title{
        font-size: 35px;
        line-height: 35px;        
        margin: 40px 0 5px;
    }
    p.subtitle{
        font-size: 30px;
        line-height: 35px;
        margin: 0 0 40px;
    }    
    #top .logo{
        max-width: 300px;
    } 
    #header-main .inner {
        padding: 230px 0 20px;
        background-size: auto 220px;
    }
}

@media (max-width: 479px) {
    body{
        font-size: 17px;
        line-height: 21px;
        overflow-x: auto;
    }
    h1{
        font-size: 30px;
        line-height: 32px;
        margin-top: 20px;
    }    
    h2, h3, p.title{
        font-size: 30px;
        line-height: 32px;        
        margin: 40px 0 5px;
    }
    p.subtitle{
        font-size: 22px;
        line-height: 24px;
        margin: 0 0 40px;
    } 
    #header-main .inner {
        background-size: auto 150px;
        padding-top: 160px;
    }
}