@import url('https://fonts.googleapis.com/css?family=Cuprum');
body{
    margin: 0;
    font-family: Arial, sans-serif;
}
h2{
    text-align: center;
    font-weight: normal;
    font-size: 1.9vw;
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px 0;
}
h3{
    font-weight: bold;
    font-size: 1.6vw;
    line-height: 1.5;
    margin: 15px 0;
}
p{
    margin: 0 0 15px 0;
}
strong{
    font-weight: bold;
}
img{
    max-width: 100%;
}
.clearfix:after{
    display: block;
    content: "";
    clear: both;
}
.max-width{
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
}
header .top-row{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 2.5% 0 0.7%;
}
header .top-row .item{
    padding: 0 1%;
    box-sizing: border-box;
    position: relative;
}
header .top-row .item:first-child{
    padding-left: 0;
    align-self: center;
    transform: translateY(-13%);
}
header .top-row .item:last-child{
    padding-right: 0;
    border-left: unset;
}
header .top-row .logo img{
    width: 79%;
    margin: 0 auto 8px;
    display: block;
}
header .top-row .logo .desc{
    font-size: 17px;
    color: #83c243;
    text-align: center;
}
header .top-row .address{
    margin-left: auto;
}
header .top-row .address a{
    text-transform: uppercase;
    color: #83c243;
    font-size: 1.2rem;
    text-decoration: unset;
    border-bottom: 1px solid;
}
header .phones a{
    color: #83c243;
    font-size: 2rem;
    font-weight: bold;
    display: block;
    text-decoration: unset;
}
header .phones a+a{
    margin-top: 10px;
}
header .phones span {
    color: #83c243;
    text-align: center;
    display: block;
    font-size: 16px;
}
header .top-row .social a{
    display: inline-block;
}
header .top-row .social a img{
    width: 24px;
}
.top-image{
    position: relative;
    background: #f1f1f1;
    margin-bottom: 10px;
}
.top-image img{
    display: block;
    width: 100%;
}
.top-image .text{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 52%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.top-image .text .title{
    color: #83c243;
    font-style: italic;
    font-size: 2vw;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
}
.top-image .text a{
    background: linear-gradient(to right, #ff8d00, #ff4c00);
    text-transform: uppercase;
    color: #fff;
    text-decoration: unset;
    padding: 30px 100px;
    display: inline-block;
    border-radius: 40px;
    font-size: 1.5rem;
}
.services{
    display: inline-block;
    width: 100%;
}
.services .content{
    background: #83c243;
    width: 100%;
    padding: 2% 0;
}
.services .slider{
    width: 75%;
    margin: 0 auto;
}
.services .slider .slick-list{
    width: 87%;
    margin: 0 auto;
}
.services .service{
    padding: 0.15%;
    box-sizing: border-box;
    text-align: center;
}
.services .service a{
    text-decoration: unset;
}
.services .service img{
    width: 100%;
    height: auto;
    border-radius: 50%;
    border: 3px solid #fff;
    box-sizing: border-box;
    margin: auto;
    margin-bottom: 15px;
    /* -webkit-box-shadow: inset 0px 0px 12px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 12px 1px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 12px 1px rgba(0,0,0,0.75); */
}
.services .service .name{
    color: #fff;
    font-size: 0.95vw;
    margin-bottom: 15px;
    white-space: nowrap;
}
.services .service .button{
    background: #fff;
    padding: 2vh;
    display: inline-block;
    border-radius: 25px;
    width: 80%;
    font-size: 1.2rem;
}
.slick-arrow{
    display: block;
    position: absolute;
    top: calc(50% - 1.5vw);
    color: #fff;
    font-size: 3vw;
    font-weight: bold;
    line-height: 1;
}
.slick-arrow.slick-prev{
    left: 0;
}
.slick-arrow.slick-next{
    right: 0;
}
.advantages{
    padding-bottom: 10px;
    position: relative;
}
.advantages .content{
    width: 88%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 0 auto;
}
.advantages .content .advantage{
    background: #f0f0f0;
    width: 24.5%;
    box-sizing: border-box;
    padding: 1.5%;
    position: relative;
}
.advantages .content .advantage img{
    margin: 0 auto;
    width: 40%;
    display: block;
    margin-bottom: 5px;
}
.advantages .content .advantage img.piggy{
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-10px,-89%);
    width: 42%;
}
.advantages .content .advantage .title{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 13px;
}
.advantages .content .advantage .desc{
    font-size: 14px;
}
.advantages .cow{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 11.5%;
}
.effect{
    width: 100%;
    padding: 1.5% 6%;
    background: linear-gradient(to bottom, #71bb6f, #83c243);
    color: #fff;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    box-sizing: border-box;
    font-size: 19px;
}
.effect .item {
    border-left: 3px solid #fff;
    padding: 0 3%;
    box-sizing: border-box;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 1.5;
}
.effect .item:last-child{
    border-right: 1px solid #fff;
}
.effect .item .big{
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 0;
}
.about{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 2% 6%;
    box-sizing: border-box;
    justify-content: space-between;
    background: #f1f1f1;
    margin-bottom: 1%;
    margin-top: 10px;
}
.about .left{
    padding-left: 2%;
    width: 50%;
    box-sizing: border-box;
    line-height: 1.3;
}
.about .left h2{
    text-align: left;
}
.about .right{
    width: 45%;
}
.reviews-order{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 88%;
    margin: 0 auto;
}
.reviews-order .form,
.reviews-order .reviews{
    width: 50%;
    box-sizing: border-box;
}
.reviews-order .form{
    background: url(../images/all.jpg) no-repeat center center;
    background-size: cover;
    padding: 1.5% 2.5% 2.5%;
    display: flex;
    flex-direction: column;
    color: #fff;
}
.reviews-order .form h3{
    margin-bottom: 2.8vw;
}
.reviews-order .form form{
    display: flex;
    /* flex-direction: column; */
    justify-content: stretch;
    height: 100%;
    align-content: stretch;
    flex-wrap: wrap;
}
.reviews-order .form form .item{
    width: 44%;
    display: block;
    margin-right: 20%;
    margin-bottom: 1.5vw;
}
.reviews-order .form form input{
    display: block;
    width: 100%;
}
.reviews-order .form form input#phone{
    font-size: 1vw;
    padding: 15px 23px;
    border-radius: 25px;
    border: unset;
    font-style: italic;
    box-sizing: border-box;
}
.reviews-order .form form input#agreement{
    vertical-align: middle;
    display: inline-block;
    font-size: 2vw;
    width: 1.2vw;
    height: 1.2vw;
    border: 1px solid #000;
    margin-right: 10px;
}
.reviews-order .form form label{
    font-size: 0.85vw;
}
.reviews-order .form form label a{
    color: inherit;
}
.reviews-order .form form .item.submit{
    align-self: flex-end;
    margin-top: 9vw;
    margin-bottom: 0;
}
.reviews-order .form form input#submit{
    background: linear-gradient(to right, #ff8d00, #ff4c00);
    color: #fff;
    font-size: 1.05vw;
    text-transform: uppercase;
    padding: 20px;
    border-radius: 25px;
    display: block;
    border: unset;
}
.reviews-order .reviews{
    padding-left: 1%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.reviews-order .reviews .review{
    background: #f1f1f1;
    padding: 2% 5%;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 2%;
}
.reviews-order .reviews .review:last-child{
    margin-bottom: 0;
}
.reviews-order .reviews .review .name{
    font-weight: bold;
    font-size: 1.05vw;
    margin-bottom: 18px;
}
.reviews-order .reviews .review .date{
    font-size: 0.95vw;
    margin-bottom: 18px;
}
.reviews-order .reviews .review .text{
    font-size: 0.85vw;
    margin-bottom: 10px;
}
.my_icon{
    white-space: nowrap;
}
.my_icon svg,
.my_icon span{
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
.my_icon svg{
    background-color:#83c243;
    border-radius:50px;
    padding:3px;
    border:3px solid #fff;
    fill:#fff;
    width: 26px;
    height: auto;
}
.my_icon span{
    background-color: #fff;
    position: relative;
    line-height: 26px;
    padding-right: 5px;
}
.my_icon span:before{
    content: '';
    height: 100%;
    background: #fff;
    position: absolute;
    width: 18px;
    left: -18px;
    border-radius: 6px 0 0 6px;
    z-index: -1;
}