@font-face {
	font-family: 'Inter';
    font-display: swap;
	src: url('fonts/Inter-Regular.eot');
	src: local('☺'), 
        url('fonts/Inter-Regular.woff2') format('woff2'),
        url('fonts/Inter-Regular.woff') format('woff'),
        url('fonts/Inter-Regular.ttf') format('truetype'), 
        url('fonts/Inter-Regular.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Inter';
    font-display: swap;
	src: url('fonts/Inter-Bold.eot');
	src: local('☺'), 
        url('fonts/Inter-Bold.woff2') format('woff2'),
        url('fonts/Inter-Bold.woff') format('woff'),
        url('fonts/Inter-Bold.ttf') format('truetype'), 
        url('fonts/Inter-Bold.svg') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Inter';
    font-display: swap;
	src: url('fonts/Inter-Light.eot');
	src: local('☺'), 
        url('fonts/Inter-Light.woff2') format('woff2'),
        url('fonts/Inter-Light.woff') format('woff'),
        url('fonts/Inter-Light.ttf') format('truetype'), 
        url('fonts/Inter-Light.svg') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Inter';
    font-display: swap;
	src: url('fonts/Inter-Italic.eot');
	src: local('☺'), 
        url('fonts/Inter-Italic.woff2') format('woff2'),
        url('fonts/Inter-Italic.woff') format('woff'),
        url('fonts/Inter-Italic.ttf') format('truetype'), 
        url('fonts/Inter-Italic.svg') format('svg');
	font-weight: 400;
	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: 'Inter', Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
	color: #191d16;
    max-width: 100%;
	height: auto;
    overflow-x: hidden;
    background: #ffffff;	
	padding: 0;
	margin: 0;
}
p{
    margin: 0;
    padding: 0;
}
a{
    color: #E48900;
    text-decoration: underline;    
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
a:hover{
    text-decoration: none;    
}
ul, ol{
    list-style: none;
    padding: 0;
}
p, a, ul li, ol li, div{
    -webkit-text-size-adjust: 100%;
}
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;
    padding: 0;
}
.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;    
}
.columns-indent{
    margin: 0 0 80px;
}
.phone {
    pointer-events: none;
    white-space: nowrap;
    text-decoration: none;
}
.phone-big{
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    color: #9EDE73;
}
.nowrap{
    white-space: nowrap;
}
.yellow{
    color: #F7EA00;
}
.red{
    color: #BE0000;
}
.orange{
    color: #E48900;
}
.green{
    color: #9EDE73;
}
.grey-bg{
    background-color: #e2e6de;
}
.green-bg{
    background-color: #9EDE73;
}
.grass-bg{
    margin-top: 50px;
}
.grass-bg:before{
    content: '';
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    height: 50px;
    background-color: transparent;
    background-image: url('../images/green-grass.svg');
    background-repeat: repeat-x;
    background-position: left bottom;
}

@-webkit-keyframes bubbles {
  100% {
    background-position: 91% -287%, 3% 37%, 18% -395%, 82% -74%, 11% -399%, 76% 42%, 7% -45%, -16% -204%, 15% -390%, 52% -255%, 26% -43%;
    box-shadow: inset 0 -6.5em 0 #F7EA00;
  }
}
@keyframes bubbles {
  100% {
    background-position: 91% -287%, 3% 37%, 18% -395%, 82% -74%, 11% -399%, 76% 42%, 7% -45%, -16% -204%, 15% -390%, 52% -255%, 26% -43%;
    box-shadow: inset 0 -6.5em 0 #F7EA00;
  }
}
@-webkit-keyframes bubbles-red {
  100% {
    background-position: 91% -287%, 3% 37%, 18% -395%, 82% -74%, 11% -399%, 76% 42%, 7% -45%, -16% -204%, 15% -390%, 52% -255%, 26% -43%;
    box-shadow: inset 0 -6.5em 0 #BE0000;
  }
}
@keyframes bubbles-red {
  100% {
    background-position: 91% -287%, 3% 37%, 18% -395%, 82% -74%, 11% -399%, 76% 42%, 7% -45%, -16% -204%, 15% -390%, 52% -255%, 26% -43%;
    box-shadow: inset 0 -6.5em 0 #BE0000;
  }
}

.button-container{
    text-align: center;
    margin: 0 0 40px;
}
.button-container-indent{
    margin: 40px 0 80px;
}
.button-container-top-indent{
    margin: 15px 0 0;
}
.button-container-without-indent{
    margin: 0;
}
.button-container-left{
    text-align: left;
}
.button{
    display: inline-block;
    width: 260px;
    font-family: inherit;
    font-size: 21px;
    line-height: 30px;
    font-weight: 400;
    color: #000000;
    padding: 15px;
    background: #F7EA00;
    text-align: center;
    cursor: pointer;
    border: none;
    outline: none;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;     
}
.button-long{
    width: 100%;
}
.button:hover, .button:focus{
    -webkit-animation: bubbles 1s forwards ease-out;
    animation: bubbles 1s forwards ease-out;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 99% 112% / 0.5em 0.5em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) -1% 109% / 1.1em 1.1em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 9% 117% / 1.07em 1.07em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 92% 94% / 0.53em 0.53em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 4% 126% / 1.15em 1.15em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 75% 143% / 0.5em 0.5em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) -2% 136% / 0.9em 0.9em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) -7% 90% / 1.04em 1.04em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 8% 86% / 0.83em 0.83em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 60% 130% / 1.11em 1.11em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 36% 116% / 0.95em 0.95em;
    background-color: #f7d800;
    background-repeat: no-repeat;
}
.button-green{
    background: #9EDE73;
}
.button-green:hover, .button-green:focus{
    -webkit-animation: 1s forwards ease-out;
    animation: 1s forwards ease-out;
    background: #89cd5b;
}
.button-red{
    color: #ffffff;
    background: #BE0000;
}
.button-red:hover, .button-red:focus{
    -webkit-animation: bubbles-red 1s forwards ease-out;
    animation: bubbles-red 1s forwards ease-out;
    background-color: #940707;
}
.mobile{
    display: none;
}
h1{
    display: inline-block;
    position: relative;
    width: 100%;
    font-family: inherit;
    font-size: 54px;
    line-height: 60px;
    font-weight: 600;
    color: inherit;
    text-align: center;
    text-transform: uppercase;
    margin: 40px 0 5px;
    padding: 0;
    z-index: 10;
}
h2, h3, .title{
    display: inline-block;
    position: relative;
    width: 100%;
    font-family: inherit;
    font-size: 40px;
    line-height: 42px;
    font-weight: 600; 
    color: inherit;
    text-align: center;
    text-transform: uppercase;
    margin: 60px 0 5px;
    padding: 0;  
    z-index: 10;
}
.title-left{
    text-align: left;
}
.title-without-subtitle{
    margin-bottom: 60px;
}
.subtitle{
    display: inline-block;
    position: relative;
    width: 100%;    
    font-family: inherit;
    font-size: 25px;
    line-height: 27px;
    font-weight: 400; 
    color: inherit;
    text-align: center;
    margin: 0 0 60px;
    padding: 0;
    z-index: 10;
}
.subtitle-left{
    text-align: left;
}

.header{
    position: relative;
}

.header-top{
    position: relative;
    background: #ffffff;    
    z-index: 100;
}
.header-top:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #9ede73; /* Old browsers */   
    background: -moz-radial-gradient(center, ellipse cover,  rgba(158,222,115,1) 0%, rgba(236,248,227,0) 80%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(158,222,115,1) 0%,rgba(236,248,227,0) 80%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(158,222,115,1) 0%,rgba(236,248,227,0) 80%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ede73', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.logo{
    width: 28%;
    margin: 10px 0;
}
.logo__img-container{
    width: 47%;
    margin: 0;
    pointer-events: none;
}
.not-main .logo__img-container {
    pointer-events: all;
}
.logo__img-container img{
    height: auto;
}
.logo__text{
    width: 53%;
    font-family: inherit;
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    color: #666555;
    text-align: left;
    padding: 0 0 0 10px;
    margin: 0;
    -webkit-align-self: center;
    align-self: center;
}
.menu-container{
    width: 47%;
    padding: 0 15px;
    margin: 0;
    -webkit-align-self: flex-end;
    align-self: flex-end;
}
.menu-container__icon{
    display: none;
    position: absolute;
    left: 5px;
    top: 10px;
    width: 30px;
    height: 30px;
    font-size: 0;
    cursor: pointer;
    background: transparent url('../images/menu.svg') no-repeat center center;
}
.menu{
    -webkit-justify-content: center;
    justify-content: center;    
    margin: 0;
}
.menu__item{
    position: relative;
    width: auto;
    margin: 0;    
}
.menu__item:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #9EDE73;
    -webkit-transition: 0.3s;
    transition: 0.3s; 
    z-index: 5;
}
.menu__item:hover:before{
    height: 100%;
}
.menu__item a{
    position: relative;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    padding: 13px 16px 30px;
    text-decoration: none;
    white-space: nowrap;
    z-index: 10;
}
.menu__item-bold{
    font-weight: 600;
}
.phone-block{
    width: 25%;
    margin: 0;
    text-align: right;
    -webkit-align-self: center;
    align-self: center;
}
.phone-block__phone{
    font-family: inherit;    
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
}
.phone-block__text{
    font-family: inherit;
    font-size: 15px;
    line-height: 16px;
    font-weight: 300;
    color: #666555;    
}

.header-main{
    position: relative;
}
.header-main p.subtitle{
    margin-bottom: 0;
}
.header-main .content-big-container{
    position: relative;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 75% center;
    background-size: contain;
    padding: 50px 0 150px;
}
.header-main .content-big-container, .header-main .content-big-container.img{
    background-image: url('../images/affe-mini.png');
}
.header-main .content-big-container.webp{
    background-image: url('../images/affe-mini.webp');
}
.header-main-features{
    display: block;
    width: 37%;
    margin: 0;
}
.header-main__feature{
    position: relative;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    color: inherit;
    text-align: left;
    margin: 0 0 20px;
    overflow: hidden;
    background: #9ede73; /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(158,222,115,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(158,222,115,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(158,222,115,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ede73', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.header-main__feature p{
    position: relative;
    font-family: inherit;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: inherit;
    text-align: left;
    padding: 10px;   
    z-index: 10;
}
.header-main__feature p span:not(.nowrap){
    display: block;
    font-size: 19px;
    line-height: 21px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 5px;
}
.header__sticker{
    position: absolute;
    left: 48%;
    top: 20px;
    width: 230px;
    height: 230px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 10;
}
.img .header__sticker{
    background-image: url('../images/sticker-drobilka-new.png');
}
.webp .header__sticker{
    background-image: url('../images/sticker-drobilka-new.webp');
}
.header__sticker p{
    position: absolute;
    left: 35px;
    bottom: 23px;
    width: 100%;
    height: auto;    
    font-family: inherit;
    font-size: 25px;
    line-height: 24px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    -moz-transform: rotate(-32deg);
    -ms-transform: rotate(-32deg);
    -webkit-transform: rotate(-32deg);
    -o-transform: rotate(-32deg);
    transform: rotate(-32deg);     
}
.header__sticker p span{
    display: block;
}
.sticker-old-price {
    font-weight: 300;
    text-decoration: line-through;
    font-size: 20px;
}

.header-offer{
    position: relative;
}
.header-offer .columns {
    width: 100%;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 10px auto 30px;
}
.header-offer .columns a {
    margin: 0;
}
.header-offer__text{
    display: inline-block;
    width: auto;
    font-family: inherit;
    font-size: 21px;
    line-height: 27px;
    font-weight: 600;
    color: inherit;
    text-align: center;
    text-transform: uppercase; 
    padding-right: 20px;
    margin: 10px 0;
}
.header-offer .button{
    display: inline-block;
    width: 260px;
    margin: 20px 0 0 20px;
}
@media (max-width: 1600px) and (min-width: 1280px) {
    .header-main .content-big-container{
        background-size: auto 85%;
    }
    .header__sticker{
        left: 43%;
    }
}
@media (max-width: 1279px) and (min-width: 980px) {
    .content-container, .content-big-container{
        max-width: 950px;
    }
    .logo{
        width: 16%;
        -webkit-flex-direction: column;
        flex-direction: column;        
    }
    .logo__img-container{
        width: 100%;
        margin: 0 0 10px;
    }
    .logo__text{
        display: none;
    }
    .menu-container{
        width: 59%;
    }
    .header-main__feature{
        background: #9EDE73;
    }
    .header__sticker{
        left: 39%;
    }    
    /* Test */
    .header-main.pale .content-big-container{
        background-position: 300px -40px;
    }
    /* Test */    
}
@media (max-width: 1279px) {
    .header-main p.subtitle{
        margin-bottom: 20px;
    }    
    .header-offer .columns {
        width: 100%;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .header-offer__text {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
}
@media (max-width: 979px){
    .menu-container{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 40px;
        background: #fff;
        z-index: 10;        
    }
    .menu-container__icon{
        display: block;
    }
    .menu{
        display: none;
        position: absolute;
        left: 0;
        top: 49px;
        float: none;
        width: 200px;
        margin: 0;
        background: #ffffff;
        border: 1px solid #e2e6de;
        z-index: 15;        
    }
    .menu.visible{
        display: inline-block;
    }
    .menu__item a{
        padding: 10px 25px;
    }
    .header-offer .button{
        display: block;
        margin: 20px auto 0;
    }
    .header-offer .columns {
        margin-top: 0;
    }
    .header-main__feature{
        background: #9EDE73;
    }    
    
    .header__sticker{
        top: 0;
    }     
}

@media (max-width: 979px) and (min-width: 768px) {
    .content-container, .content-big-container{
        max-width: 750px;
        padding: 0 15px;  
    }
    .logo{
        width: 44%;
        margin-left: 90px;
    }
    .phone-block{
        width: 32%;
    }
    .logo, .phone-block{
        position: relative;
        z-index: 15;
    }
    .menu-container{
        height: 78px;
    }
    .menu-container__icon{
        left: 15px;
        top: 12px;
        width: 60px;
        height: 60px;
        background-image: url('../images/menu-big.svg');
    }
    .menu{
        top: 80px;
    }
    .header-main .content-big-container{
        padding: 50px 0 70px;
    }
    .header-main-features{
        width: 45%;
    }
    
    .header__sticker{
        left: 46%;
        width: 180px;
        height: 180px;        
    }
    .header__sticker p{
        left: 30px;
        bottom: 20px;
        font-size: 19px;
        line-height: 18px;        
    }
    .sticker-old-price {
        font-size: 15px;
    }
    
    /* Test */
    .header-main.pale .content-big-container{
        background-position: 300px -20px;
    }
    /* Test */
}

@media (max-width: 767px){
    .phone{
        pointer-events: all;
    }
    .content-container, .content-big-container{
        width: 100%;
        padding: 0 15px;       
    }
    .content-big-container .content-container{
        padding: 0;
    }    
    .button-container-indent{
        margin: 40px 0;
    }
    .logo{
        position: relative;
        width: auto;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;        
        margin: 5px 0 8px 40px;
        z-index: 20;
    }
    .logo__img-container{
        width: 90px;        
    }
    .logo__img-container img{
        height: 36px;
    }    
    .logo__text{
        width: 145px;
        font-size: 14px;
        line-height: 14px;
    }
    .phone-block{
        display: none;
    }
    .mobile{
        display: block;
    }
    .header-main .content-big-container{
        background-position:  center top;
    }
    .header-main-features{
        width: 100%;
    }
    .header__sticker{
        left: 0;
        width: 120px;
        height: 120px;        
    }
    .header__sticker p{
        left: 20px;
        bottom: 11px;
        font-size: 13px;
        line-height: 13px;        
    }
    .sticker-old-price {
    font-size: 11px;
    }
}

@media (max-width: 767px) and (min-width: 480px){
    h1{
        font-size: 40px;
        line-height: 40px;
        margin-top: 20px;
    }    
    h2, h3, .title{
        font-size: 35px;
        line-height: 35px;        
        margin: 40px 0 5px;
    }    
    .title-without-subtitle{
        margin: 40px 0;
    }
    .subtitle{
        font-size: 26px;
        line-height: 30px;
        margin: 0 0 40px;
    } 
    .header-main .content-big-container{
        padding: 270px 15px 20px;
        background-size: auto 260px;
    }   
    
    .header__sticker{
        left: 20%;
    }    
}

@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, .title{
        font-size: 26px;
        line-height: 30px;        
        margin: 40px 0 5px;
    }
    .title-without-subtitle{
        margin: 40px 0;
    }    
    .subtitle{
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 40px;
    }   
    .columns-indent{
        margin: 0 0 40px;
    }
    .header-main .content-big-container{
        padding: 250px 15px 20px;
        background-size: auto 225px;
    }
}