*,
*:before,
*:after {
    box-sizing: border-box;
}
body {
    font-family: "Circe-Regular", sans-serif;
    font-size: 29px;
    color: #000;
    background: #F0F0F0;
}
h1,
h2,
h3 {
    margin: 0;
    font-family: "Circe-ExtraBold", sans-serif;
}
h1 {
    color: #fff;
}
h1,
h2 {
    font-size: 41px;
}
h3 {
    font-size: 29px;
    color: #99CC50;
}
h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
}
a {
    display: inline-block;
    font-size: 22px;
    text-decoration: none;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
p {
    margin: 0 0 40px 0;
    padding: 0;
}
p:last-child {
    margin: 0;
}
input,
button {
    border: 0 none;
    outline: 0 none;
}
.page {
    overflow: hidden;
}
.inner {
    padding: 0 30px;
    background: #fff;
}

/* header */

.header__topline {
    position: relative;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 28px;
    height: 80px;
    background: #202020;
}
.menu__list,
.special-cost {
    -ms-flex-align: center;
    align-items: center;
}
.menu__list li + li {
    margin-left: 40px;
}
.menu__list a {

    font-size: 22px;
    color: #fff;
    vertical-align: middle;
}
.menu__list li:first-child a {
    position: relative;
    padding-left: 41px;
}
.menu__list li:first-child a:before {
    position: absolute;
    top: -2px;
    left: 0;
    content: "";
    width: 30px;
    height: 24px;
    background: url("img/hamburger-ico.png") left center no-repeat;
}
.menu-ico {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    text-align: center;
    line-height: 80px;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
}
.logo img {
    vertical-align: middle;
}
.header__callback .btn {
    padding: 10px 20px;
    font-family: "Circe-Regular", sans-serif;
    font-size: 19px;
}
.header__callback a:last-child {
    margin-left: 27px;
    font-size: 22px;
    color: #fff;
    line-height: normal;
}
.header__info {
    position: relative;
}
.header__description {
    padding: 47px 30px;
    max-width: 390px;
    width: 100%;
    min-height: 655px;
    background: #242424;
}
.header__description > *:not(:last-child) {
    margin-bottom: 36px;
}
.header__img {
    width: 100%;
    min-height: 655px;
    background: url("img/header-img.jpg") -138px -50px no-repeat;

}
.header__title {
    color: #fff;
}
.product-list {
    color: #fff;
}
.product-list li {
    font-size: 19px;
    padding: 10px;
    border-radius: 2px;
    background-color: #484848;

}
.product-list li + li {
    margin-top: 5px;
}
.total-sum {
    font-size: 19px;
    color: #6a6a6a;
}
.total-sum > span {
    margin-top: 10px;
    display: block;
}
.total-sum span {
    font-family: "Circe-Regular", sans-serif;
    font-size: 28px;
    color: #f20319;
    line-height: 28px;
}
.total-sum span span {
    font-family: "Circe-Bold", sans-serif;
}
.total-sum span .rouble {
    font-family: "ALS-Rubl";
    font-size: 28px;
}
.btn {
    color: #242424;
    text-align: center;
    border-radius: 2px;
    background: #fff;
    font-family: "Circe-Bold", sans-serif;
    font-size: 24px;
    vertical-align: middle;
    transition: box-shadow .3s ease;
    -webkit-transition: box-shadow .3s ease;
    -moz-transition: box-shadow .3s ease;
    -ms-transition: box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
}
.btn:hover {
    box-shadow: 0 7px 15px -10px rgb(255,255,255,.8); 
}
.header__description .btn {
    padding: 21px 0;
    width: 100%;
}
sup {
    font-size: 18px;
}
.sample-free-btn {
    position: absolute;
    right: -106px;
    bottom: -106px;
    width: 212px;
    height: 212px;
    background: url("img/free-ico.png") no-repeat;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    z-index: 100;
}
.sample-free-btn:hover {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; 
}

/* intro */

.intro .inner {
    position: relative;
    padding: 53px 30px 64px;
    background: #fff;
}
.intro .inner p:last-child {
    position: relative;
    /* padding: 16px; */
}
.marker {
    position: relative;
    padding: 0 3px;
    margin: 0 -3px;
}
.marker span {
    position: relative;
    z-index: 2;
}
.marker:after {
    position: absolute;
    content: "";
    top: 7px;
    left: 0;
    width: 100%;
    height: 28px;
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
}
.marker--red:after {
    top: 10px;
    height: 25px;
    transform: rotate(-1deg) skew(4deg,0);
    -webkit-transform: rotate(-1deg) skew(4deg,0);
    -moz-transform: rotate(-1deg) skew(4deg,0);
    -ms-transform: rotate(-1deg) skew(4deg,0);
    -o-transform: rotate(-1deg) skew(4deg,0);
}
.intro p:last-child .marker--red:last-child {
    padding: 0;
    margin: 0;
}
.intro p:last-child .marker--red:last-child:after {
    transform: rotate(-1deg) skew(12deg,0);
    -webkit-transform: rotate(-1deg) skew(12deg,0);
    -moz-transform: rotate(-1deg) skew(12deg,0);
    -ms-transform: rotate(-1deg) skew(12deg,0);
    -o-transform: rotate(-1deg) skew(12deg,0);
}
.marker--green:after {
    background: #E0F3C4;
}
.marker--red:after {
    background: #FFC1C7;
}

/* products */

.products__title {
    margin-bottom: 30px;
}
.products__list {
    padding: 0 70px;
    -webkit-box-pack: justify;
    justify-content: space-between;
	-ms-flex-pack: justify;
}
.products__text {
    margin-bottom: 50px;
}
.products__item {
    max-width: 215px;
    width: 100%;
}
.products__img-wrap {
    margin-bottom: 15px;
    width: 215px;
    height: 245px;
}
.products__img-wrap img {
    max-width: 100%;
}
.products__item h3 {
    text-align: center;
}

/* property */

.property .inner {
    padding-top: 84px;
}
.property__title {
    margin-bottom: 35px;
}
.property__list li + li {
    margin-top: 33px;
}
.property__item {
    padding: 0 40px;
    background: url("img/arrow-ico.png") left 10px no-repeat;
}
.special-cost {
    margin-top: 54px;
}
.btn--green {
    margin-right: 20px;
    padding: 22px 55px;
    color: #fff;
    background: #99CC50;
}
.btn--green:hover {
    box-shadow: 0 7px 15px -10px rgba(153, 204, 80, 1); 
}
.special-cost .phone,
.footer .phone  {
    font-family: "Circe-Bold", sans-serif;
    font-size: 24px;
    color: #000;
}

/* advantages */

.advantages .inner {
    padding-top: 47px;
}
.advantages__item {
    width: calc(100% / 6);
}
.advantages__image-wrap {
    margin-bottom: 14px;
    height: 70px;
}
.advantages__image-wrap img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.advantages h4 {
    padding: 0 15px;
    text-align: center;
}

/* reviews */

.reviews .inner {
    padding-top: 70px;
}
.reviews__title {
    margin-bottom: 46px;
}
.reviews__slider-wrap {
    overflow: hidden
}
.reviews__slider {
    margin: 0 -35px;
    padding-bottom: 152px;
}
.reviews__item {
    padding: 0 35px;
}
.reviews__item-text {
    margin-bottom: 26px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e4e4e4;
}
.reviews__item-author {
    position: relative;
}
.reviews__item-author {
    -webkit-box-pack: justify;
    justify-content: space-between;
	-ms-flex-pack: justify;
}
.reviews__item-author span {
    display: block;
}
.reviews__item-author span:first-child {
    margin-bottom: 3px;
    font-size: 19px;
    color: #808080;
}
.reviews__item-text,
.reviews__item-author span:last-child {
    font-size: 24px;

}
.slick-dots {
    position: absolute;
    bottom: 70px;
    left: 50%;
    height: 20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0 15px;
    display: inline-block;
}
.slick-dots button {
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background-color: #E4E4E4;
    border-radius: 50%;
}
.slick-active button {
    background-color: #99cc50;
}

/* usage */

.usage .inner .row:last-child {
    margin-top: 26px;
}
.usage__title {
    margin-bottom: 30px;
}
.usage__text {
    margin-bottom: 60px;
}
.usage__item {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    color: #89c434;
    font-size: 24px;
}
.usage__item div {
    margin-right: 26px;
}
.usage__image-wrap {
    width: 105px;
    height: 105px;
    border-radius: 50%;
}

/* intro-2 */

.intro-2 .inner {
    padding-top: 100px;
}
.intro-2__title {
    margin-bottom: 35px;
}
.intro-2 .special-cost {
    margin-top: 40px;
}
.intro-2 .download {
    margin-left: auto;
    color: #99cc50;
    font-size: 24px;
    line-height: 1;
    border-bottom: 2px solid #99cc50;
}
.intro-2 .download:hover {
    border-bottom: 2px solid transparent;
}

/* map */

.map .inner {
    padding-top: 52px;
    padding-bottom: 30px;
}
#map {
    width: 100%;
    height: 460px;
}
#map a {
    font-size: 16px;
}

/* footer */

.footer .inner {
    padding: 25px 30px;
    background: transparent;
}
.footer__topline {
    justify-content: space-between;
	-ms-flex-pack: justify;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 26px;
}
.footer__topline p {
    margin: 0;
}
.footer .phone,
.footer__topline p {
    font-size: 22px;
}
.copyright {
    color: #c1c1c1;
    font-size: 15px;
}

/* Modal */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    background: rgb(99, 114, 117, .4);
    overflow: auto;
    z-index: 99;
}
.modal {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 30px;
    width: 390px;
    font-size: 16px;
    background: #fff;
    border-radius: 4px;
    z-index: 100;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.mobile {
    position: relative;
    top: 0;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
}
.close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    z-index: 101;
}
.modal h4 {
    margin-bottom: 30px;
}
.form {
    text-align: center;
}
.form__input-wrap input {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
    font-size: 22px;
    border: 1px solid #eee; 
}
.form__input-wrap input::placeholder {
    color: #808080;
}
.modal .btn--green {
    margin: 0;
    width: 100%;
    padding: 15px 0;
    font-size: 22px;
    text-align: center;
}

/* Media queries */

@media screen and (max-width: 1199px) {
.header .container > .header__callback {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
	-ms-flex-pack: justify;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 30px;
    background: #484848;
}
.sample-free-btn {
    right: 10px;
    bottom: 10px;
    width: 132px;
    height: 132px;
    background-size: 132px;
}
.products__list {
    padding: 0;
}
.advantages .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.advantages__item {
    width: calc(100% / 3);
}
.advantages__item:nth-child(n+4) {
    margin-top: 30px;
}
.download {
    display: none;
}
#map {
    height: 360px;
}
}

@media screen and (max-width: 991px) {
p {
    margin-bottom: 15px !important;
    font-size: 20px;
}
h1,
h2 {
    margin-bottom: 22px !important;
    font-size: 32px;
}
h3 {
    font-size: 24px;
    color: #99CC50;
}
.intro .inner {
    padding-bottom: 35px;
}
.marker:after,
.marker-green:after {
    top: 5px;
    height: 20px;
}
.products__img-wrap {
    width: 150px;
    height: 160px;
}
.products__text,
.reviews__item-text, 
.reviews__item-author span:last-child {
    font-size: 20px;
}
.property__item {
    font-size: 22px;
    background-position: left 5px;
}
.products__text {
    margin-bottom: 30px !important;
}
.property__list li + li {
    margin-top: 15px;
}
.reviews__slider {
    padding-bottom: 70px;
}
.slick-dots {
    bottom: 50px;
}
.intro-2 .inner,
.reviews .inner,
.property .inner {
    padding-top: 50px;
}
.usage .inner .row:last-child,
.usage .inner .row:first-child > div:not(:first-child) {
    margin-top: 0;
}
.usage .inner .row > div {
    margin-top: 20px;
}
.usage__item {
    font-size: 22px;
}
.footer__topline {
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
}
.footer__topline .logo {
    margin-bottom: 15px;
}
.copyright {
    text-align: center;
}
}
    
@media screen and (max-width: 767px) {
h2 {
    font-size: 22px;
}
p,
.property__item,
.products__text, .reviews__item-text, 
.reviews__item-author span:last-child {
    font-size: 18px;
}
.header .logo,
.sample-free-btn {
    display: none;
}
.header__topline {
    -webkit-box-pack: center;
    justify-content: center;
}
.menu__list a {
    font-size: 18px;
}
.menu__list li:first-child a:before {
    top: 0;
    width: 25px;
    height: 19px;
    background-size: 25px 19px;
}
.header__info {
    -ms-flex-direction: column;
    flex-direction: column;
}
.header__description {
    padding: 30px;
    max-width: 100%;
    min-height: auto;
    order: 2;
}
.header__img {
    min-height: auto;
    height: 200px;
    background-size: cover;
    background-position: center;
}
.header__description .btn {
    padding: 15px 0;
    font-size: 16px;
}
.intro-2 .phone {
    display: none;
}
.intro-2 .btn--green {
    margin: 0;
    padding: 15px 0;
    width: 100%;
    font-size: 20px;
}
.products__list {
    -ms-flex-direction: column;
    flex-direction: column;
}
.products__list li + li {
    margin-top: 30px;
}
.products__item {
    max-width: 100%;
}
.products__img-wrap {
    margin: 0 auto 15px;
    width: 215px;
    height: 245px;
}
.property .phone {
    display: none;
}
.property .btn--green {
    margin: 0;
    padding: 15px 0;
    width: 100%;
    font-size: 20px;
}
.advantages__item {
    width: 50%;
}
.advantages__item:nth-child(n+3) {
    margin-top: 30px;
}
#map {
    height: 250px;
}
}
@media screen and (max-width: 480px) {
.overlay {
    overflow: auto;
}
.header .container > .header__callback {
    justify-content: center;
    -ms-flex-pack: center;
}
.header__callback .phone {
    display: none;
}
.modal {
    width: 290px;
}
.menu__inner {
    position: absolute;
    width: 100%;
    left: 0;
    top: 80px;
    display: none;
    padding: 15px 30px;
    background: #484848;
    z-index: 100;
}
.menu--active .menu__inner {
    display: block;
}
.menu-ico {
    display: block;
}
.menu__list {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}
.menu__list li + li {
    margin: 0;
}
.menu__list li a {
    padding: 15px 0;
}
.menu__list li:first-child a:before {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
}
@media screen and (max-width: 425px) {
body {
    background: #fff;
}
.inner {
    padding: 0;
}
.intro .inner {
    padding: 50px 5px 30px 0;
}
.property__item {
    padding-right: 0;
}
.reviews__item-author img {
    display: none !important;
}
.usage__item {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}
.usage__item div {
    margin: 0 0 15px 0;
}
.advantages__item {
    width: 100%;
}
.footer__topline p {
    font-size: 18px;
    text-align: center;
}
}
@media screen and (max-width: 375px) {
.footer .inner {
    padding: 25px 0;
}
.advantages__item + .advantages__item {
    margin-top: 30px;
}
}

/* Style for IE 10+ */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.header__img {
    max-width: 750px;
    overflow: hidden;
}
main {
    display: block;
}
.usage__item {
    position: relative;
    display: table;
    
}
.usage__image-wrap,
.usage__item p {
    display: table-cell;
    vertical-align: middle;
}
.usage__item p {
    padding-left: 26px;
}
}



