.main__list, .main__list-item, .main__title {
  margin-bottom: 30px
}

.forma .forma__text, .forma .new_price_text, .main__list-item {
  font-family: CirceBold
}

.best, .forma .form__btn, .forma .forma__text, .main__list-item, .main__title span, .zak__btn {
  text-transform: uppercase
}

button, input, select {
  outline: 0
}

a {
  color: red !important;
}

@font-face {
  font-family: CirceRegular;
  src: url(fonts/Circe/Regular.eot);
  src: url(fonts/Circe/Regular.eot?#iefix) format("embedded-opentype"), url(fonts/Circe/Regular.woff) format("woff"), url(fonts/Circe/Regular.ttf) format("truetype")
}

@font-face {
  font-family: CirceExtraLight;
  src: url(fonts/Circe/ExtraLight.eot);
  src: url(fonts/Circe/ExtraLight.eot?#iefix) format("embedded-opentype"), url(fonts/Circe/ExtraLight.woff) format("woff"), url(fonts/Circe/ExtraLight.ttf) format("truetype")
}

@font-face {
  font-family: CirceBold;
  src: url(fonts/Circe/Bold.eot);
  src: url(fonts/Circe/Bold.eot?#iefix) format("embedded-opentype"), url(fonts/Circe/Bold.woff) format("woff"), url(fonts/Circe/Bold.ttf) format("truetype")
}

@font-face {
  font-family: CirceExtraBold;
  src: url(fonts/Circe/ExtraBold.eot);
  src: url(fonts/Circe/ExtraBold.eot?#iefix) format("embedded-opentype"), url(fonts/Circe/ExtraBold.woff) format("woff"), url(fonts/Circe/ExtraBold.ttf) format("truetype")
}

.main {
  padding: 40px 0 35px
}

.main__title span {
  font-size: 35px;
  display: block;
  margin-top: 20px
}

.main__list-item {
  font-size: 18px;
  line-height: 1.2;
  padding-left: 50px;
  color: #1e1e1e;
  background: url(img/galka.png) left center no-repeat
}

.prod1 {
  position: absolute;
  right: 15px;
  top: -55px
}

@media (min-width:992px) and (max-width:1199px) {
  .main__title span {
    font-size: 30px
  }
  .main__title img {
    width: 100%
  }
  .main__list-item {
    font-size: 14px;
    padding-top: 1px;
    padding-bottom: 1px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .main__title span {
    font-size: 26px
  }
  .main__list-item {
    font-size: 16px
  }
}

@media (max-width:767px) {
  .main__title span {
    font-size: 16px;
    text-align: center;
    padding: 0 40px
  }
  .main__title_mob {
    font-size: 23px !important;
  }
  .prod1 {
    left: 0;
    right: 25px;
    top: 50px;
    width: 283px;
    margin: 0 auto
  }
  .prod1 img {
    width: 100%
  }
  .main__list-item {
    padding-left: 0px;
    padding-bottom: 1px;
    font-size: 16px
  }
  .main__list {
    margin-top: 420px;
    margin-bottom: 0
  }
  .main {
    padding-top: 30px;
  }
}

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

.footer a {
  display: block;
  font-size: 20px
}

.forma .forma__bottom, .forma .forma__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox
}

.forma {
  background-color: #fff
}

.forma .pri {
  text-align: right;
  padding: 0 53px 25px 0;
  font-size: 16px;
  font-family: "Roboto";
}

.best, .countdown, .forma .prices, .owl-dots, .top__items, .zak__btn {
  text-align: center
}

.forma .forma__text {
  background-color: #993232;
  color: #fff;
  padding: 8px 20px 4px;
  font-size: 22px;
  text-align: center
}

.forma .forma__bottom {
  display: flex;
  padding: 35px 35px 0 0
}

.forma .forma__top {
  display: flex
}

.forma .new_price_text {
  color: #54461b;
  font-size: 31px;
  line-height: 1
}

.forma .form__btn, .forma .price__new {
  font-family: "Roboto";
  font-weight: 900;
}

.forma .prices {
  width: 307px;
  padding: 0 19px
}

.forma .price__new {
  font-size: 33px;
  color: #ea1818;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-justify-content: center;
  -ms-flex-pack: distribute;
  justify-content: center
}

.forma input, .forma select {
  background-color: #e8e8e8;
  border: none;
  font-size: 17px;
  padding: 12px 0 10px 15px;
  height: 46px;
  width: 100%;
  margin-bottom: 12px
}

.forma .form__btn {
  width: 100%;
  display: block;
  height: 46px;
  font-size: 20px;
  line-height: 48px;
  background-color: #ea1818;
  color: #fff;
  border: none
}

@media (min-width:992px) and (max-width:1199px) {
  .forma .forma__text {
    line-height: 29px;
    font-size: 20px;
    padding-left: 13px;
    padding-right: 13px
  }
  .forma .price__new {
    font-size: 33px
  }
  .forma .new_price_text {
    font-size: 23px;
    margin-bottom: 10px
  }
  .prod1 img {
    width: 310px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .forma .forma__text {
    font-size: 20px
  }
  .forma .price__new {
    font-size: 33px
  }
  .forma .new_price_text {
    font-size: 23px;
    margin-bottom: 10px
  }
}

@media (max-width:767px) {
  .forma .pri {
    text-align: center;
    padding: 0 0 20px;
  }
  .forma .forma__top {
    display: block
  }
  .forma .forma__text {
    font-size: 21px
  }
  .forma .forma__bottom {
    padding: 15px 20px 10px;
    display: block
  }
  .forma .prices {
    width: 100%;
    margin-bottom: 15px;
    padding: 0
  }
  .forma .new_price_text {
    font-size: 27px
  }
  .forma .price__new {
    font-size: 33px
  }
  .footer {
    color: #fff;
  }
  .main__list-item {
    color: #fff;
  }
}

.timer {
  font-family: CirceBold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.timer__text {
  background-color: #cc2f2f;
  color: #fff;
  font-size: 23px;
  padding: 5px 25px 5px;
}

.countdown {
  padding: 2px 19px;
  background-color: #e59393
}

.countdown__item {
  font-size: 28px;
  color: #4d3f14;
  width: 32px;
  position: relative;
  display: inline-block
}

.countdown__item:after {
  content: ':';
  position: absolute;
  right: -9px;
  bottom: 0
}

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

.minute {
  margin: 0 9px
}

@media (min-width:992px) and (max-width:1199px) {
  .timer__text {
    font-size: 15px;
    line-height: 32px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .timer__text {
    font-size: 20px
  }
}

@media (max-width:767px) {
  .timer {
    display: block
  }
  .timer__text {
    font-size: 22px
  }
}

.zak__btn {
  width: 200px;
  display: block;
  height: 46px;
  font-size: 20px;
  line-height: 48px;
  font-family: CirceExtraBold;
  background-color: #ea1818;
  color: #fff!important;
  border: none;
  margin: 30px auto 0
}

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

.owl-dots {
  margin-top: 25px
}

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

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

.owl-nav {
  position: relative;
  margin-top: 15px
}

.owl-nav .owl-next, .owl-nav .owl-prev {
  position: absolute;
  height: 19px;
  width: 10px;
  background-repeat: no-repeat!important
}

.owl-nav .owl-prev {
  left: 50px
}

.owl-nav .owl-next {
  right: 50px
}

.top {
  background-color: #ea1818;
  padding: 28px 0
}

.top__item {
  color: #1e1e1e;
  margin: 0 2px;
  display: inline-block;
  padding: 7px 12px 4px;
  font-size: 19px;
  background-color: #fff
}

.top__items {
  margin: 4px 0
}

.best {
  font-size: 29px;
  font-family: CirceExtraLight;
  color: #fff;
  padding-top: 3px;
  border: 1px dotted #fff;
  text-shadow: 0 0 15px #fff
}

.logo {
  margin: 10px 0
}

@media (min-width:992px) and (max-width:1199px) {
  .best {
    font-size: 23px
  }
  .top__item {
    font-size: 17px
  }
  .logo {
    margin: 8px 0
  }
  .logo img {
    width: 100%
  }
  .top__items {
    margin: 1px 0
  }
}

@media (min-width:768px) and (max-width:991px) {
  .logo {
    margin: 9px 0
  }
  .logo img {
    width: 100%
  }
  .top__items {
    text-align: right;
    margin: 0
  }
}

.popup__result, .result__btn, .sostav__item, .sostav__text, .zak__btn-popup {
  text-align: center
}

@media (max-width:767px) {
  .logo {
    text-align: center;
    margin-bottom: 18px
  }
  .logo img {
    width: 240px
  }
  .top__item {
    margin: 7px 0
  }
  .best {
    font-size: 22px;
    margin: 7px auto 0;
    width: 100%;
  }
}

.popup {
  display: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: fixed
}

.popup .form__btn, .zak__btn-popup {
  width: 200px;
  display: block;
  height: 46px;
  font-size: 20px;
  line-height: 48px;
  font-family: CirceExtraBold;
  background-color: #ea1818;
  margin: 30px auto 0;
  border: none;
  text-transform: uppercase
}

.popup .form__btn {
  color: #fff
}

.zak__btn-popup {
  color: #fff!important
}

.answer__title, .popup__result_title, .result__btn {
  font-family: CirceBold
}

.popup__bg {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: .561;
  overflow: hidden;
  background-color: #fff
}

.popup__result, .popup__wrapper {
  position: absolute;
  z-index: 1;
  right: 0;
  width: 750px;
  background-color: #fff;
  left: 0
}

.popup__wrapper {
  margin: auto;
  height: 600px;
  overflow: auto;
  padding: 60px 0 60px 60px;
  top: 3%;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .3);
  box-shadow: 0 0 40px rgba(0, 0, 0, .3)
}

.popup__result {
  top: 5%;
  margin: 0 auto;
  display: none;
  padding: 50px 60px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .3);
  box-shadow: 0 0 40px rgba(0, 0, 0, .3)
}

.popup__result_title {
  font-size: 27px;
  margin-bottom: 20px
}

.popup__result__text {
  font-size: 21px
}

.answer__item {
  margin-bottom: 50px
}

.answer__item fieldset {
  padding-left: 25px;
  margin-top: 10px
}

.answer__title {
  font-size: 20px;
  position: relative;
  padding-left: 25px
}

.answer__title:before {
  content: '';
  position: absolute;
  background-color: red;
  width: 15px;
  height: 15px;
  left: 0;
  top: 4px
}

.form-check-label {
  font-size: 18px;
  font-weight: 400;
  cursor: pointer
}

.result__btn {
  background-color:red;
  color: #fff;
  font-size: 20px;
  border: none;
  margin: 0 auto;
  padding: 8px 0;
  width: 260px;
  display: block
}

@media (min-width:768px) and (max-width:991px) {
  .popup__result, .popup__wrapper {
    width: 500px;
    padding: 20px
  }
  .popup__wrapper {
    height: 500px
  }
  .answer__title {
    font-size: 17px
  }
  .form-check-label {
    font-size: 16px
  }
  .popup__result__text {
    font-size: 17px
  }
}

@media (max-width:767px) {
  .popup__wrapper {
    width: 250px;
    padding: 10px;
    height: 400px
  }
  .answer__title {
    font-size: 14px;
    padding-left: 14px
  }
  .answer__title:before {
    width: 7px;
    height: 7px;
    top: 6px
  }
  .form-check-label {
    font-size: 14px;
    padding-left: 5px
  }
  .answer__item {
    margin-bottom: 10px
  }
  .answer__item fieldset {
    padding-left: 15px;
    margin-top: 5px
  }
  .form-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .result__btn {
    width: 100%;
    font-size: 18px
  }
  .popup__result {
    width: 250px;
    padding: 10px
  }
  .popup__result__text {
    font-size: 14px
  }
  .popup__result_title {
    margin-bottom: 0
  }
}

.test {
  padding-top: 30px;
  padding-bottom: 50px
}

.test .section-title {
  font-family: CirceExtraBold;
  color: #fff;
  font-size: 25px;
  margin: 30px 0;
  line-height: 1.2;
  padding-right: 350px
}

.test__text {
  font-size: 20px;
  color: #fff
}

.test__answer, .test__btn {
  font-size: 23px;
  font-family: CirceBold
}

.test__text span {
  color: #ffeb00
}

.test__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px
}

.test__answer {
  background-color: #FFF;
  color: #000;
  padding: 12px 30px
}

.test__btn {
  background-color: #ea1818;
  color: #fff;
  border: none;
  width: 230px
}

@media (min-width:992px) and (max-width:1199px) {
  .test {
    padding-top: 60px
  }
  .test .section-title {
    padding-right: 260px
  }
  .test__answer, .test__text {
    font-size: 19px
  }
  .test .section-title {
    margin: 50px 0;
  }
  .test__wrapper {
    margin-top: 50px;
  }
  .problems {
    padding-top: 64px !important;
  }
  .skills {
    padding-top: 45px;
  }
  .skills__items {
    margin-top: 115px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .test__answer, .test__text {
    font-size: 15px
  }
  .test {
    padding-top: 65px
  }
  .test .section-title {
    padding-right: 0;
    margin: 40px 0;
  }
  .test__answer {
    padding-right: 10px;
    padding-left: 10px
  }
  .test__btn {
    font-size: 17px;
    width: 125px
  }
  .test__wrapper {
    margin-top: 40px;
  }
  .problems {
    padding-top: 53px !important;
  }
  .skills {
    padding-top: 80px;
  }
  .skills__item {
    margin-top: 140px;
  }
}

@media (max-width:767px) {
  .test__btn, .test__img img {
    width: 100%
  }
  .test {
    padding-top: 0;
    padding-bottom: 35px;
  }
  .test .section-title {
    padding-right: 0;
    font-size: 18px;
    text-align: center;
    margin: 20px 0 10px;
    color: #333
  }
  .test__bg {
    background-color: #fff;
    padding: 0 20px 40px
  }
  .test__text {
    font-size: 16px;
    color: #333
  }
  .test__text span {
    color: red;
  }
  .test__wrapper {
    display: block;
    margin-top: 25px
  }
  .test__answer {
    padding: 12px 15px;
    text-align: center;
    font-size: 18px
  }
  .test__btn {
    padding: 15px 0
  }
  .main__title span {
    color: #fff;
  }
}

.problems {
  padding-top: 45px;
  padding-bottom: 109px
}

.problems .section-title {
  font-family: CirceExtraBold;
  font-size: 25px;
  padding-right: 565px;
  line-height: 1.2;
  margin-bottom: 50px
}

.problems__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px
}

.problems__item span {
  font-size: 22px;
  font-family: CirceBold;
  margin-left: 10px
}

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

@media (min-width:768px) and (max-width:991px) {
  .problems .section-title {
    padding-right: 400px
  }
  .problems__item img {
    width: 75px
  }
  .problems__item span {
    font-size: 21px
  }
}

@media (max-width:767px) {
  .problems__bg {
    padding: 0 15px 215px;
    background: url(img/problems__mob.png) center bottom no-repeat #fff
  }
  .problems {
    padding-bottom: 35px;
    padding-top: 0
  }
  .problems .section-title {
    text-align: center;
    margin-top: 25px;
    padding-right: 0;
    margin-bottom: 20px;
    font-size: 20px
  }
  .problems__item {
    display: block;
    text-align: center
  }
  .problems__item span {
    margin-left: 0;
    font-size: 18px
  }
}

.skills .section-title {
  font-family: CirceExtraBold;
  font-size: 25px;
  margin: 50px 0 40px;
  line-height: 1.2;
  padding-right: 325px
}

.skills__text {
  font-size: 21px;
  margin-bottom: 35px
}

.skills__img img {
  width: 100%
}

.skills__title {
  background: url(img/galka2.png) left top -2px no-repeat;
  font-size: 20px;
  padding-left: 25px;
  font-family: CirceBold;
}

.skills__description {
  font-size: 16px;
  padding-left: 25px;
  font-family: CirceExtraLight;
  margin-top: 10px
}

.skills__list {
  margin-bottom: 20px
}

.skills__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
}

.skills__item {
  position: relative;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}

.skills__item p {
  position: absolute;
  color: #fff;
  font-size: 21px;
  top: 20px;
  padding-right: 25px;
  left: 20px
}

.skills__item img {
  width: 228px
}

/* .skills__item:last-child {
  border-right: 3px solid #fff
} */

@media (min-width:992px) and (max-width:1199px) {
  .skills__items {
    margin-top: 117px;
  }
  .skills .section-title {
    padding-right: 295px;
    margin: 30px 0 20px
  }
  .skills__title {
    font-size: 18px
  }
  .skills__description {
    font-size: 15px
  }
  .skills__text {
    margin-bottom: 13px
  }
  .skills__item img {
    width: 184px
  }
  .skills__item p {
    font-size: 16px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .skills__description, .skills__title {
    padding-left: 0
  }
  .skills {
    padding-top: 80px
  }
  .skills .section-title {
    padding-right: 200px;
    margin: 20px 0 10px;
    font-size: 21px
  }
  .skills__text {
    margin-bottom: 15px;
    font-size: 16px
  }
  .skills__title {
    background-image: none;
    font-size: 15px
  }
  .skills__item img {
    width: 140px
  }
  .skills__item p {
    font-size: 14px;
    padding-right: 5px;
    top: 5px;
    left: 5px
  }
  .skills__list {
    margin-bottom: 17px
  }
  .skills__img {
    margin-top: 23px !important;
  }
  .skills__items {
    margin-top: 0;
  }

  .forma .pri {
    padding-right: 70px;
  }
}

@media (max-width:767px) {
  .skills__bg {
    background-color: #fff;
    padding: 0 20px
  }
  .skills .section-title {
    text-align: center;
    padding-right: 0;
    font-size: 19px;
    margin: 25px 0 15px
  }
  .skills__text, .skills__title {
    font-size: 16px
  }
  .skills__title {
    padding-left: 21px
  }
  .skills__items {
    display: block
  }
  .skills__item img {
    width: 100%!important
  }
  .skills__item p {
    left: 0;
    right: 0;
    font-size: 17px;
    text-align: center;
    height: 73px;
    padding: 0 15px;
    top: 0;
    bottom: 0;
    margin: auto
  }
  .skills__img {
    margin-top: 20px !important;
  }
}

.sostav {
  padding-top: 103px;
  padding-bottom: 81px
}

.sostav .section-title {
  text-transform: uppercase;
  font-size: 30px;
  font-family: CirceExtraBold;
  margin-bottom: 0px;
  padding: 0 170px;
  text-align: center
}

.sostav__text {
  font-size: 23px;
  margin-bottom: 30px
}

.sostav__img {
  height: 150px;
  position: relative
}

.sostav__img img, .stars__img {
  position: absolute;
  right: 0;
  bottom: 0
}

.sostav__img img {
  width: 125px;
  height: 125px;
  object-fit: cover;
  left: 0;
  margin: 0 auto
}

.sostav__item span {
  font-size: 22px;
  margin: 10px 0;
  color: red;
  font-family: CirceBold;
  display: block
}

.stars .section-title, .vost .section-title {
  font-family: CirceExtraBold
}

.sostav__item p {
  font-size: 14px;
}

.sostav-wrap {
  padding: 0 30px;
  margin-right: 20px;
}

@media (min-width:992px) and (max-width:1199px) {
  .sostav {
    padding-top: 105px
  }
  .sostav .section-title {
    padding: 0
  }
  .sostav__text {
    font-size: 20px;
  }
  .sostav__item span {
    font-size: 23px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .sostav-wrap {
    padding: 0 15px;
    margin-right: 0;
  }
  .sostav {
    padding-top: 130px
  }
  .sostav .section-title {
    padding: 0;
    font-size: 24px;
    margin-bottom: 0
  }
  .sostav__text {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .sostav__item span {
    font-size: 17px
  }
}

@media (max-width:767px) {
  .sostav-wrap {
    padding: 0 15px;
    margin-right: 0;
  }
  .sostav__bg {
    background-color: #fff;
    padding: 30px 20px 20px
  }
  .sostav {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .sostav .section-title {
    padding: 0;
    font-size: 17px
  }
  .sostav .owl-dot {
    background-color: #ea1818!important
  }
  .sostav__text {
    text-align: left;
    font-size: 18px;
    margin-bottom: 0
  }
  .sostav__size {
    width: 126px;
    height: 126px
  }
  .sostav__item span {
    font-size: 21px
  }
}

.stars {
  padding-top: 78px
}

.stars .container {
  height: 681px
}

.stars .section-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  margin-top: 30px;
  color: #fff
}

.vost .section-title, .vost__list li {
  color: #1e1e1e;
  text-transform: uppercase
}

.stars__img {
  width: 100%
}

@media (min-width:992px) and (max-width:1199px) {
  .stars .container {
    height: 600px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .stars .container {
    height: 500px
  }
}

@media (max-width:767px) {
  .stars .section-title {
    color: red;
  }
  .vost__list li {
    padding-left: 30px !important;
  }
  .stars__bg {
    background-color: #fff;
    padding: 20px 20px 40px
  }
  .stars__bg img {
    margin: 0 auto;
    position: static
  }
  .stars {
    padding-top: 0
  }
  .stars .container {
    height: auto
  }
  .stars .section-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 27px
  }
}

.vost {
  padding-top: 60px;
  padding-bottom: 60px
}

.vost .section-title {
  font-size: 47px;
  margin-bottom: 60px;
  text-align: left
}

.prod2 {
  text-align: center
}

.vost__list {
  padding-right: 50px
}

.vost__list li {
  background: url(img/galka.png) left center no-repeat;
  padding: 4px 0 4px 50px;
  font-size: 23px;
  font-family: CirceBold;
  margin-bottom: 30px;
  line-height: 1.2
}

.skills__img {
  margin-top: 53px;
}

@media (min-width:992px) and (max-width:1199px) {
  .vost {
    padding-top: 130px
  }
  .vost .section-title {
    font-size: 39px;
    margin-bottom: 88px
  }
  .vost__list li {
    font-size: 16px;
    padding-top: 7px;
    padding-bottom: 7px
  }
  .skills__img {
    margin-top: 35px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .vost {
    padding-top: 215px
  }
  .vost .section-title {
    font-size: 30px;
    margin-bottom: 95px
  }
  .vost__list li {
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 8px
  }
}

@media (max-width:767px) {
  .vost .section-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 50px;
    color: #FFF;
  }
  .vost__list {
    padding-right: 0;
    padding-top: 40px;
  }
  .vost {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .vost__list li {
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    color: #fff
  }
  .dost {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .zak__btn {
    margin-top: 0 !important;
  }
}

.reviews {
  padding-top: 83px
}

.reviews .section-title {
  text-align: center;
  margin-bottom: 25px;
  font-size: 30px;
  font-family: CirceExtraBold;
  text-transform: uppercase
}

.reviews__description, .reviews__name, .reviews__text span {
  font-family: CirceBold
}

.reviews__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  font-size: 16px
}

.reviews__description {
  font-size: 22px;
  margin: 3px 0
}

.reviews__text {
  font-size: 16px;
  line-height: 1.7
}

.reviews__text span {
  color: red
}

.reviews__img {
  margin-right: 25px
}

.reviews__img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}

@media (min-width:992px) and (max-width:1199px) {
  .reviews {
    padding-top: 55px
  }
  .reviews .section-title {
    margin-bottom: 15px
  }
  .reviews__item {
    margin-bottom: 25px
  }
}

@media (min-width:768px) and (max-width:991px) {
  .reviews {
    padding-top: 80px
  }
  .reviews .section-title {
    margin-bottom: 15px
  }
  .reviews__item {
    margin-bottom: 25px
  }
  .reviews__text {
    font-size: 14px
  }
}

@media (max-width:767px) {
  .reviews__bg {
    background-color: #fff;
    padding: 20px
  }
  .reviews .section-title {
    font-size: 27px
  }
  .reviews .owl-dot {
    background-color: #ea1818!important
  }
  .reviews .owl-dot.active {
    background-color: #333!important
  }
  .reviews__item {
    display: block;
    padding: 0 20px;
    text-align: center
  }
  .reviews__text {
    text-align: left;
    font-size: 15px
  }
  .reviews__img {
    margin: 0
  }
  .reviews__name {
    margin-top: 20px;
    margin-bottom: 20px
  }
  .reviews__description {
    font-size: 16px
  }
}

.dost {
  padding-top: 70px;
  padding-bottom: 70px
}

.dost .section-title {
  text-transform: uppercase;
  margin-bottom: 35px;
  font-family: CirceExtraBold;
  color: #333;
  text-align: center;
  font-size: 30px
}

.dost__item {
  text-align: center;
  color: #333;
  position: relative
}

.dost__item span {
  display: block;
  margin: 15px 0 7px;
  text-transform: uppercase;
  font-family: CirceBold;
  font-size: 22px
}

.dost__item p {
  font-size: 20px;
  line-height: 1.1;
  padding: 0 30px
}

.dost__item .str {
  position: absolute;
  right: -30px;
  top: 67px
}

@media (min-width:992px) and (max-width:1199px) {
  .dost {
    padding-top: 120px
  }
  .dost__item p {
    padding: 0
  }
}

@media (min-width:768px) and (max-width:991px) {
  .dost {
    padding-top: 75px
  }
  .dost__item p {
    padding: 0
  }
}

@media (max-width:767px) {
  .dost .section-title,
  .dost__item {
    color: #fff;
  }
  .dost__item p, .dost__item span {
    text-align: left;
    padding-left: 110px
  }
  .dost .section-title {
    font-size: 26px
  }
  .dost__item {
    margin-bottom: 75px
  }
  .dost__item img {
    float: left;
    width: 100px
  }
  .dost__item p {
    padding-right: 0;
    font-size: 17px
  }
  .str {
    width: auto!important;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 37px;
    top: 102px!important
  }
}

body, p {
  margin: 0
}

.land__bg {
  background: url(img/bg.jpg) center top repeat-y;
  position: relative
}

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
}

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

body {
  font-family: CirceRegular
}

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

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1180px
}
input[type="radio"]:checked {
    background-color: blue;
}
input[type="radio"]:disabled {
    -webkit-appearance: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    padding: 0px;
    background-clip: content-box;
    border: 2px solid #bbbbbb;
    background-color: none;
    border-radius: 50%;
}
.footer {
  text-align: center;
  padding: 30px 0
}

footer a {
  display: block
}

.footer__link {
  display: inline-block !important;
}

@media (max-width:767px) {
  .land__bg {
    background: url(img/bg_mob.jpg) center top repeat-y #f5e9d1
  }
  .container {
    width: 320px
  }
}

@media(min-width: 1200px) {
  .forma .pri {
    padding-right: 70px;
  }
}

@media (max-width: 768px) {
    .footer__link{
        color: red !important;
    }
    .form-check-label{
        line-height: 20px;
        margin-bottom: 0;
    }
    input[type=checkbox], input[type=radio] {
        margin: 0px 0 0;
        margin-top: 1px\9;
        line-height: normal;
    }
    .sostav__item p {
        font-size: 13px;
    }
}


@media (max-width: 1025px) {
    .sostav__img img {
        width: 90px;
        height: 90px;
        object-fit: cover;
        left: 0;
        margin: 0 auto;
    }
    .sostav__text {
        font-size: 23px;
        margin-bottom: -55px;
    }
}

@media (max-width: 575px) {
    .footer__link{
        color: #fff !important;
    }
}