@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%;
}

h1, h2, h3, p.title, p.subtitle, a {
  text-wrap: balance;
}

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;
    -webkit-justify-content: space-between;
    justify-content: space-between;    
}

.columns-break{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;    
}

.phone {
    pointer-events: none;
    white-space: nowrap;
}

.nowrap {
    white-space: nowrap;
}

.mobile {
    display: none;
}

.hidden{
    display: none;
}

.red {
    color: #ff5f5f;
}
.grey-bg{
    background: #f7f7f7;
}
.dark-bg{
    background: #2c2c2c;    
}

.stroked{
    color: #666666;
    text-decoration: line-through;    
}

.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;
}
.button.button-red {
    background: #ff5f5f;
}

.button.button-red:hover {
    background: #d84040;
}
h1{
    display: inline-block;
    position: relative;
    width: 100%;
    font-family: inherit;
    font-size: 64px;
    line-height: 64px;
    font-weight: 600;
    color: inherit;
    text-align: center;
    text-transform: uppercase;
    margin: 32px 0 4px;
    padding: 0;
    z-index: 10;
}
h2, h3, p.title, #feedback-page h1{
    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: 64px 0 4px;
    padding: 0;  
    z-index: 10;
}
p.subtitle{
    display: inline-block;
    position: relative;
    width: 100%;    
    font-family: inherit;
    font-size: 28px;
    line-height: 32px;
    font-weight: 600; 
    color: inherit;
    text-align: center;
    margin: 0 0 60px;
    padding: 0;
    z-index: 10;
}

.header{
    position: relative;
}
.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) 65%, rgba(49, 196, 136, 0.3) 35%);
    background-image: linear-gradient(130deg, rgba(0, 0, 0, 0) 65%, rgba(49, 196, 136, 0.3) 35%);
    z-index: 1;
    pointer-events: none;
}

.header-top{
    position: relative;
    background: #ffffff;
    border-bottom: 2px solid #e5e5e5;
    z-index: 100;
}
.logo{
    width: 32%;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 10px 0;
}
.logo .img-container{
    margin: 0;
}
.logo .img-container img{
    height: auto;
}
.logo p:not(.img-container){
    font-family: inherit;
    font-size: 16px;
    line-height: 18px;
    color: #999999;
    text-align: left;
    padding: 0 0 0 10px;
    margin: 0;
    -webkit-align-self: center;
    align-self: center;
}
.logo.header-columns p:not(.img-container){
    max-width: 180px;
}
.header-top .menu.columns{
    -webkit-justify-content: center;
    justify-content: center;    
}
.menu-container{
    width: 43%;
    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;
}
.header-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;
    z-index: 5;
}
.header-main p.subtitle{
    margin: 0 0 28px;
}
.header-inner{
    position: relative;
    padding: 32px 0 100px;    
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right top;
}
.header-inner, .header-inner.img{
    background-image: url('../images/header.png');
}
.header-inner.webp{
    background-image: url('../images/header.webp');
}
.header-features{
    width: 35%;
    margin: 0;
}
.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 12px;
    overflow: hidden;
}
.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;
    background-color: #e9e9e9;
    z-index: 10;
}
.header-features li p span:not(.nowrap){
    display: block;
    font-size: 19px;
    line-height: 21px;
    font-weight: 600;
    padding: 0 0 0 10px;
    margin: 0 0 5px;
}
.header-features li p:before{
    content: "";
    position: absolute;
    left: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    background: #31c488;
    -moz-transform: rotate(45deg);
    /* Для Firefox */
    -ms-transform: rotate(45deg);
    /* Для IE */
    -webkit-transform: rotate(45deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(45deg);
    /* Для Opera */
    transform: rotate(45deg);
    z-index: 15;
}

.header-offer{
    position: relative;
    z-index: 10;
}
.header-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;  
}
.header-offer a.button{
    display: inline-block;
    width: 200px;
    margin: 20px 0 0 20px;
}
.form-date:after {
    content: attr(data-text);
}


@media (max-width: 1279px){
    .header-offer a.button{
        display: block;
        margin: 20px auto 0;
    }
}

@media (max-width: 1279px) and (min-width: 980px) {
    .content-container, .content-big-container {
        max-width: 950px;
    }
    .header-top .logo{
        width: 16%;
    }
    .logo .img-container{
        width: 100%;
    }    
    .header-top .logo p:not([class]){
        display: none;
    }
    .menu-container{
        width: 59%;
    }
    .phone-block{
        width: 25%;
    }    
    .header-features{
        width: 34%;
    }
    .menu-container{
        margin: 0 20px;
    }
    
    .header-inner{
        padding: 32px 0 40px;
        background-position: right center;
        background-size: 52% auto;        
    }
    .header-features{
        width: 44%;
    }
}

@media (max-width: 979px){
    .header-main-columns{
        -webkit-align-items: flex-start;
        align-items: flex-start;        
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .content-container, .content-big-container {
        max-width: 750px;
    }
    h1{
      font-size: 55px;
      line-height: 55px;
    }    
    .header-top .logo{
        width: 8%;
    } 
    .logo .img-container{
        width: 100%;
    }
    .header-top .logo p:not([class]){
        display: none;
    }    
    .menu-container{
        width: 62%;
        padding: 0 20px;
    } 
    .menu li{
        margin: 0 5px;
    }
    .header-top .menu-container .columns{
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; 
        -webkit-justify-content: center;
        justify-content: center;
    }    
    .phone-block{
        width: 30%;
    } 
    
    .header-inner{
        padding: 32px 0 40px;
        background-position: right center;
        background-size: 52% auto;        
    }    
    .header-features{
        width: 48%;
        padding: 0 20px 0 0;
    }
}

@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;
    }
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    } 

    .header-top .logo{
        position: relative;
        width: auto;
        margin: 0;
        z-index: 15;
    }
    .header-top .logo .img-container{
        width: auto;
        padding: 0 10px 0 0;
        margin: 0;
    }
    .header-top .logo .img-container img{
        width: auto;
        height: 36px;
        padding: 2px 0;
    }
    .header-top .logo p{
        width: auto;
        font-size: 14px;
        line-height: 14px;
        padding: 6px 0;
        margin: 0;
    }
    .menu-container{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 40px;
        background: #fff;
        z-index: 10;
    }
    .menu-container span{
        display: block;
    }
    .header-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;
    }
    .header-top .menu.visible{
        display: inline-block;
    }
    .header-top .menu li{
        float: none;
    }
    .header-top .menu li a{
        display: inline-block;
        width: 100%;
        font-size: 16px;
        line-height: 18px;
        padding: 5px;
        margin: 3px 0;
    }
    .header-top .menu li.mobile{
        font-weight: 600;        
    }
    .header-top .menu li a.phone{
        border-top: 1px solid #e5e5e5;
        padding: 10px 5px;
        margin: 5px 0;
    }
    .header-top .menu li a.phone .fa{
        padding: 0 5px 0 0;
    }
    .header-top .phone-block{
        display: none;
    }    
    
    .header-inner{
        padding: 270px 0 20px;
        background-position: center top;
        background-size: auto 250px;
    }
    .header-main p.subtitle{
        margin: 0 0 20px;
    }
    .header-main-columns{
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .header-features{
        width: 100%;
    }
    
    .header-offer .offer{
        margin: 0 0 40px;
    }
    
}

@media (max-width: 767px) and (min-width: 480px) {
    h1{
        font-size: 40px;
        line-height: 40px;
        margin-top: 20px;
    }     
    h2, h3, p.title, #feedback-page h1{
        font-size: 35px;
        line-height: 35px;        
        margin: 40px 0 5px;
    }
    p.subtitle{
        font-size: 25px;
        line-height: 30px;
        margin: 0 0 40px;
    }     
    .header-top .logo{
        max-width: 300px;
    }
}


@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, #feedback-page h1{
        font-size: 30px;
        line-height: 32px;        
        margin: 40px 0 5px;
    }
    p.subtitle{
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 40px;
    }    
    .header-top .logo p{
        max-width: 140px;
    }  
 
}