.main {
  background-image: url(img/main.jpg);
  padding: 50px 0 115px
}

.main .section-title {
  font-size: 44px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 500;
  margin-bottom: 20px
}

.main__img {
  margin-top: 15px;
  text-align: right
}

.main__list {
  background-color: #FFF;
  padding: 20px 0 5px;
  border-top: 8px solid #009F3B
}

.main__list li {
  font-size: 23px;
  margin-bottom: 17px;
  padding-left: 70px;
  background: url(img/galka.png) left 30px center no-repeat
}

@media (min-width:992px) and (max-width:1199px) {
  .main .section-title {
    font-size: 36px
  }
  .main__img img {
    width: 100%
  }
  .main__list li {
    font-size: 18px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .main .section-title {
    font-size: 32px
  }
  .main__img {
    margin-top: 85px
  }
  .main__img img {
    width: 100%
  }
  .main__list li {
    font-size: 15px
  }
}

@media (max-width:767px) {
  .main {
    background-image: url(img/main_mob.jpg);
    padding-bottom: 95px
  }
  .main .form__horizontal {
    margin-top: 0
  }
  .main .form__horizontal .timer {
    margin-bottom: 220px
  }
  .main .section-title {
    font-size: 31px
  }
  .main__list li {
    font-size: 17px;
    padding-right: 15px;
    -ms-background-position-y: 5px;
    background-position-y: 5px
  }
  .main__img {
    position: absolute;
    top: 140px;
    width: 260px;
    left: 0;
    right: 0;
    margin: 0 auto
  }
}

.footer {
  padding: 20px 0;
  text-align: center
}

.footer a {
  display: block
}

.form__horizontal .form__top, .form__horizontal .prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox
}

.form__horizontal {
  margin-top: 55px;
  -webkit-border-radius: 10px;
  border-radius: 10px
}

.form__horizontal .pri {
  text-align: right;
  color: #FFF;
  margin-top: 7px
}

.form__horizontal .prices {
  display: flex
}

.form__horizontal .price__text {
  background-color: #434343;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  width: 213px;
  padding: 21px 40px;
  text-align: center
}

.form__horizontal .price__new {
  color: #FFF;
  background-color: #FF1919;
  text-transform: uppercase;
  text-align: center;
  font-size: 40px;
  padding: 7px 0 0;
  font-weight: 700;
  width: 288px
}

.form__horizontal .form__top {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.form__horizontal .timer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 417px;
  background-color: #E7E3E0
}

.form__horizontal .timer__text {
  font-size: 14px;
  text-transform: uppercase
}

.form__horizontal .countdown__item {
  display: inline-block;
  font-size: 21px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #009F3B;
  line-height: 35px;
  width: 37px;
  height: 37px;
  text-align: center;
  position: relative;
  border: 1px dotted #009F3B
}

.form__horizontal .countdown__item:after {
  content: ':';
  position: absolute;
  right: -13px;
  top: -1px
}

.form__horizontal .countdown__item:last-child:after {
  display: none
}

.form__horizontal .minute {
  margin: 0 20px
}

.form__horizontal .form__list {
  background-color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 43px 50px 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.form__horizontal input, .form__horizontal select {
  color: #000;
  width: 232px;
  height: 56px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #009F3B;
  padding: 15px 0 15px 40px;
  background-position: left 15px center, center;
  background-repeat: no-repeat, repeat
}

.form__horizontal input::-webkit-input-placeholder, .form__horizontal select::-webkit-input-placeholder {
  color: #333;
  font-size: 16px
}

.form__horizontal input::-moz-placeholder, .form__horizontal select::-moz-placeholder {
  color: #333;
  font-size: 16px
}

.form__horizontal input:-ms-input-placeholder, .form__horizontal select:-ms-input-placeholder {
  color: #333;
  font-size: 16px
}

.form__horizontal input::-ms-input-placeholder, .form__horizontal select::-ms-input-placeholder {
  color: #333;
  font-size: 16px
}

.form__horizontal input::placeholder, .form__horizontal select::placeholder {
  color: #333;
  font-size: 16px
}

.form__horizontal .form__btn, .zak__btn {
  font-size: 20px;
  font-weight: 800;
  background-color: #FF1919;
  text-transform: uppercase
}

.form__horizontal .form__btn {
  width: 256px;
  color: #fff;
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .25);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .25);
  border: none;
  -webkit-border-radius: 30px;
  border-radius: 30px
}

@media (min-width:992px) and (max-width:1199px) {
  .form__horizontal .form__btn, .form__horizontal input, .form__horizontal select {
    width: 200px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .form__horizontal input, .form__horizontal select {
    width: 160px;
    height: 50px
  }
  .form__horizontal .form__btn {
    width: 170px
  }
  .form__horizontal .price__new {
    width: 150px
  }
  .form__horizontal .form__list {
    padding-left: 20px;
    padding-right: 20px
  }
}

@media (max-width:767px) {
  .form__horizontal .form__top, .form__horizontal .prices {
    display: block
  }
  .form__horizontal .timer {
    width: auto;
    display: block;
    text-align: center
  }
  .form__horizontal .timer__text {
    margin-bottom: 7px
  }
  .form__horizontal .price__text {
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px
  }
  .form__horizontal .price__new {
    padding: 0;
    margin-top: 8px
  }
  .form__horizontal .form__list {
    display: block;
    margin-top: 30px;
    padding: 25px 35px
  }
  .form__horizontal .form__list input, .form__horizontal .form__list select {
    width: 100%;
    margin-bottom: 20px
  }
  .form__horizontal .form__list .form__btn {
    width: 100%;
    height: 55px
  }
  .form__horizontal i {
    top: -20px
  }
  .logo {
    text-align: center
  }
}

.zak__btn {
  width: 256px;
  display: block;
  color: #fff!important;
  padding: 18px 0;
  text-align: center;
  margin: 0 auto;
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .25);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, .25);
  border: none;
  -webkit-border-radius: 30px;
  border-radius: 30px
}

.owl-dots, .top__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox
}

.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto
}

.owl-dots {
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-color: #000!important;
  display: inline-block
}

.owl-dots .owl-dot.active {
  background-color: #009F3B!important
}

.top {
  background-color: #009F3B;
  padding: 16px 0
}

.top__item {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 43px
}

.top__item img {
  margin-right: 15px
}

.top__item span {
  text-transform: uppercase;
  color: #FFF;
  font-size: 12px
}

@media (min-width:992px) and (max-width:1199px) {
  .top__item span {
    font-size: 11px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .logo {
    text-align: center;
    margin-bottom: 15px
  }
  .top__item img {
    margin-right: 9px
  }
}

.product {
  padding: 60px 0 90px
}

.product .section-title {
  margin-bottom: 60px
}

.product__img img {
  -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, .1);
  box-shadow: 0 15px 24px rgba(0, 0, 0, .1)
}

.product__text p {
  font-size: 24px;
  margin-bottom: 30px
}

.product__text>span {
  text-transform: uppercase;
  font-weight: 500;
  line-height: normal;
  font-size: 48px
}

.product__text>span span {
  color: #009F3B
}

@media (min-width:992px) and (max-width:1199px) {
  .product__text p {
    font-size: 20px
  }
  .product__img img {
    width: 100%
  }
}

@media (min-width:768px) and (max-width:991px) {
  .product__text p {
    font-size: 15px
  }
  .product__text>span {
    font-size: 35px
  }
  .product__img img {
    width: 100%
  }
}

@media (max-width:767px) {
  .product {
    padding: 30px 0
  }
  .product .section-title {
    font-size: 23px;
    margin-bottom: 15px;
    text-align: left
  }
  .product__text p {
    font-size: 15px
  }
  .product__text>span {
    font-size: 24px
  }
  .product__img {
    margin-top: 10px
  }
  .product__img img {
    width: 100%
  }
}

.comp__item, .how__item, .osoben__item, .product2 .countdown__item, .product2 .timer__text, .section-title, footer {
  text-align: center
}

.osoben {
  background-image: url(img/bg.jpg);
  padding: 45px 0
}

.osoben .section-title {
  margin-bottom: 40px
}

.osoben__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.osoben__item {
  width: 284px
}

.osoben__item span {
  text-transform: uppercase;
  color: #009F3B;
  font-size: 24px;
  display: block;
  margin: 8px 0;
  font-weight: 700
}

.osoben__item p {
  font-size: 18px;
  padding: 0 8px;
  font-weight: 500
}

@media (min-width:768px) and (max-width:991px) {
  .osoben__item {
    width: 220px
  }
  .osoben__item img {
    width: 100%
  }
  .osoben__item p {
    padding: 0;
    font-size: 14px
  }
}

@media (max-width:767px) {
  .osoben {
    background-image: none;
    background-color: #EEDFD5
  }
  .osoben .section-title {
    font-size: 27px;
    margin-bottom: 25px
  }
  .osoben__items {
    display: block
  }
  .osoben__item {
    width: 100%;
    margin-bottom: 30px
  }
}

.product2 {
  padding: 50px 0
}

.product2 .section-title {
  margin-bottom: 40px
}

.product2 .timer {
  width: 366px;
  margin: 0 30px 0 auto
}

.product2 .timer__text {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  padding: 0 55px
}

.product2 .countdown {
  margin: 20px 0
}

.product2 .countdown__item {
  display: inline-block;
  font-size: 48px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #009F3B;
  line-height: 78px;
  width: 85px;
  height: 85px;
  position: relative;
  border: 1px dotted #009F3B
}

.product2 .countdown__item:after {
  content: ':';
  position: absolute;
  right: -34px;
  top: -1px
}

.product2 .countdown__item:last-child:after {
  display: none
}

.product2 .minute {
  margin: 0 55px
}

@media (min-width:768px) and (max-width:991px) {
  .product2 .timer__text {
    padding: 0 15px
  }
  .product2 .product2__img img, .product2 .timer {
    width: 100%
  }
  .product2 .countdown {
    text-align: center
  }
  .product2 .countdown__item {
    width: 60px;
    font-size: 38px;
    line-height: 63px;
    height: 60px
  }
  .product2 .countdown__item:after {
    top: -4px;
    right: -18px
  }
  .product2 .minute {
    margin: 0 25px
  }
}

@media (max-width:767px) {
  .product2 .product2__img, .product2 .timer {
    text-align: center
  }
  .product2 .section-title {
    font-size: 24px
  }
  .product2 .timer {
    width: auto;
    margin-right: 0;
    margin-top: 30px
  }
  .product2 .timer__text {
    padding: 0 20px
  }
  .product2 .countdown__item {
    width: 60px;
    font-size: 38px;
    line-height: 63px;
    height: 60px
  }
  .product2 .countdown__item:after {
    top: -4px;
    right: -18px
  }
  .product2 .minute {
    margin: 0 25px
  }
}

.comp {
  background-image: url(img/bg.jpg);
  padding-top: 30px
}

.comp .section-title {
  margin-bottom: 35px
}

.comp__item {
  width: 223px;
  margin-bottom: 15px!important;
  height: 342px
}

.comp__item span {
  color: #009F3B;
  font-weight: 700;
  line-height: normal;
  font-size: 20px;
  display: block;
  margin: 10px 0
}

.comp1, .comp3, .comp4 {
  margin: 0 auto
}

.comp2 {
  margin: 0 0 0 auto
}

.comp3 {
  margin-top: 500px
}

.comp6 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto
}

@media (min-width:768px) and (max-width:991px) {
  .comp6 {
    width: 300px
  }
  .comp__item img {
    width: 160px
  }
  .comp3 {
    margin-top: 380px
  }
}

@media (max-width:767px) {
  .comp {
    padding-bottom: 50px
  }
  .comp .section-title {
    font-size: 25px
  }
  .comp__item {
    margin: 0 auto!important
  }
}

.how {
  padding: 50px 0
}

.how .section-title {
  margin-bottom: 40px
}

.how__item span {
  font-weight: 700;
  font-size: 24px;
  display: block;
  margin: 10px 0
}

.how__item p {
  font-size: 19px;
  padding: 0 20px
}

@media (min-width:992px) and (max-width:1199px) {
  .how__item span {
    font-size: 22px
  }
  .how__item p {
    padding: 0;
    font-size: 18px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .how__item span {
    font-size: 16px
  }
  .how__item img {
    width: 130px
  }
  .how__item p {
    padding: 0;
    font-size: 14px
  }
}

@media (max-width:767px) {
  .how {
    padding-bottom: 0
  }
  .how .section-title {
    text-align: left;
    font-size: 26px
  }
  .how__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 125px;
    margin-bottom: 15px
  }
  .how__item img {
    width: 95px
  }
  .how__text {
    text-align: left;
    margin-left: 10px
  }
  .how__text span {
    margin: 0;
    font-size: 19px
  }
  .how__text p {
    padding: 0;
    font-size: 17px
  }
}

.reviews {
  padding: 50px 0 65px;
  background: -webkit-gradient(linear, left top, left bottom, from(#EEDFD6), color-stop(99.99%, #FFEFEF), to(#EEDFD6));
  background: -webkit-linear-gradient(top, #EEDFD6 0, #FFEFEF 99.99%, #EEDFD6 100%);
  background: -o-linear-gradient(top, #EEDFD6 0, #FFEFEF 99.99%, #EEDFD6 100%);
  background: linear-gradient(180deg, #EEDFD6 0, #FFEFEF 99.99%, #EEDFD6 100%)
}

.reviews .section-title {
  margin-bottom: 190px
}

.rev__item {
  position: relative;
  background-color: #FFF;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 60px 30px 30px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .5);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .5)
}

.rev__item img {
  position: absolute;
  left: 0;
  right: 0;
  top: -135px;
  margin: 0 auto
}

.rev__item p {
  font-size: 16px;
  height: 430px;
  margin-bottom: 10px
}

.rev__item p span {
  font-weight: 700;
  color: #009F3B
}

.rev__item>span {
  font-weight: 700;
  font-size: 18px
}

@media (min-width:992px) and (max-width:1199px) {
  .rev__item {
    padding-left: 15px;
    padding-right: 15px
  }
  .rev__item p {
    font-size: 15px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .reviews .section-title {
    margin-bottom: 160px
  }
  .rev__item {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px
  }
  .rev__item img {
    width: 150px;
    top: -115px
  }
  .rev__item p {
    font-size: 15px;
    height: 605px
  }
}

@media (max-width:767px) {
  .reviews .section-title {
    margin-bottom: 35px;
    font-size: 23px
  }
  .rev__item {
    margin: 140px 15px 15px;
    padding-left: 15px;
    padding-right: 15px
  }
  .rev__item img {
    top: -135px
  }
  .rev__item p {
    height: auto
  }
  .container {
    width: 320px
  }
}

body, p {
  margin: 0
}

.section-title {
  font-size: 36px;
  font-weight: 700
}

.section-title span {
  color: #009F3B;
  text-transform: uppercase
}

.form__item {
  position: relative
}

i {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  height: 14px;
  margin: auto
}

a {
  text-decoration: none!important
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0
}

input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0
}

button {
  outline: 0
}

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  outline: 0;
  -moz-appearance: none;
  appearance: none
}

body {
  font-family: Roboto, sans-serif
}

section {
  background-repeat: no-repeat;
  background-position: center top
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1180px
}

footer {
  padding: 20px 0
}

footer a {
  display: block
}