@font-face {
  font-family: "PTSansCaptionRegular";
  src: url(../fonts/pt/PTSansCaptionRegular/PTSansCaptionRegular.eot);
  src: url(../fonts/pt/PTSansCaptionRegular/PTSansCaptionRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/pt/PTSansCaptionRegular/PTSansCaptionRegular.woff) format("woff"), url(../fonts/pt/PTSansCaptionRegular/PTSansCaptionRegular.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PTSansCaptionBold";
  src: url(../fonts/pt/PTSansCaptionBold/PTSansCaptionBold.eot);
  src: url(../fonts/pt/PTSansCaptionBold/PTSansCaptionBold.eot?#iefix) format("embedded-opentype"), url(../fonts/pt/PTSansCaptionBold/PTSansCaptionBold.woff) format("woff"), url(../fonts/pt/PTSansCaptionBold/PTSansCaptionBold.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Blogger Sans";
  src: url(../fonts/BloggerSans.eot);
  src: local("Blogger Sans"), url(../fonts/BloggerSans.woff) format("woff"), url(fonts/BloggerSans.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
body {
  background-color: #ddd;
  color: #333;
  font-family: Roboto, sans-serif;
  height: 2000px;
}

header {
  height: 72px;
  background-color: #FFF;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
header .container p {
  margin: 0;
}
header .container img {
  float: left;
  margin-top: 6px;
}
header .container a,
header .container .btn_header {
  float: right;
}
header .container a {
  color: #333;
  cursor: text;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  margin: 21px 40px 0px 40px;
}
header .container .btn_header {
  font-size: 14px;
  border: 2px solid #fdc317;
  border-radius: 15px;
  padding: 5px 12px;
  margin-top: 19px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  header .container .btn_header {
    font-size: 19px;
    margin-top: 16px;
  }
}
header .container .btn_header:hover {
  background-color: #DDD;
}
header .container .btn_header:active {
  border-color: #b6b6b6;
  color: #000;
}
header .container .p_dostavka {
  float: right;
  margin-top: 29px;
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .container .p_dostavka {
    margin: 0px 20px 0px 0px;
  }
  header .container a {
    margin: 12px 20px 0px 0px;
  }
}
@media (max-width: 767px) {
  header .container .btn_header {
    margin: 5px 0px 0px 0px;
    padding: 3px 12px;
  }
  header .container a {
    margin: 0;
    font-size: 16px;
  }
  header .container .p_dostavka {
    margin: 0;
    font-size: 12px;
  }
}

.c1 {
  margin-top: 72px;
  height: calc(100vh - 72px);
  height: 617px;
  background-image: url("../images/c1_bg.png");
  background-position: 100% 50%;
  background-size: cover;
}
@media only screen and (max-width: 1199px) {
  .c1 {
    background-position: 100% 100%;
  }
}
@media only screen and (max-width: 991px) {
  .c1 {
    background-position: 50% 50%;
  }
}
.c1 .c1_container {
  height: 617px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c1 .c1_block {
  margin-left: 10px;
}
.c1 .c1_block .c1_block_1 {
  background-color: rgba(252, 238, 113, 0.85);
  padding: 40px 20px;
  color: #000;
  text-align: center;
}
.c1 .c1_block .c1_block_1 h1 {
  font-weight: 700;
  margin: 5px;
}
@media only screen and (max-width: 991px) {
  .c1 .c1_block .c1_block_1 h1 {
    font-size: 49px;
  }
}
@media only screen and (max-width: 767px) {
  .c1 .c1_block .c1_block_1 h1 {
    font-size: 44px;
  }
}
.c1 .c1_block .c1_block_1 p {
  font-size: 19px;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .c1 .c1_block .c1_block_1 p {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .c1 .c1_block .c1_block_1 p {
    font-size: 22px;
  }
}
.c1 .c1_block .c1_block_2 {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 20px 13px 20px 40px;
  color: #FFF467;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .c1 .c1_block .c1_block_2 {
    font-size: 25px;
  }
}
.c1 .c1_block .c1_block_2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-padding-start: 40px;
  padding-left: 40;
  list-style-type: none;
}
.c1 .c1_block .c1_block_2 ul li {
  width: 180px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 17px 0px;
}
@media only screen and (max-width: 991px) {
  .c1 .c1_block .c1_block_2 ul li {
    width: 240px;
  }
}
.c1 .c1_block .c1_block_2 ul li:before {
  content: "";
  background-image: url(../images/list_galka.svg);
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -40px;
}
.c1 .c1_block .c1_block_2 ul li p {
  margin: 0;
}

.c2 {
  background-color: #FFF;
}
.c2 h2 {
  text-align: center;
  font-size: 28px;
}
@media only screen and (max-width: 991px) {
  .c2 h2 {
    font-size: 40px;
  }
}
.c2 p {
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .c2 p {
    font-size: 28px;
  }
}
.c2 ul {
  font-size: 20px;
  -webkit-margin-before: 0.4em;
  -webkit-margin-after: 0.5em;
  line-height: 1.2;
}
.c2 .c2_block_about {
  margin: 60px 80px 0px 80px;
}
@media only screen and (max-width: 991px) {
  .c2 .c2_block_about {
    margin: 30px 0px 0px 0px;
  }
}
.c2 .c2_block_about:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #F7E149;
}
.c2 .c2_block_about img {
  border-radius: 50%;
}
.c2 .c2_block_about h2 {
  font-weight: 700;
}
.c2 .c2_block_about .c2_about {
  padding: 24px;
  padding-bottom: 60px;
}
.c2 .c2_block_about p {
  margin: 0;
}
.c2 .c2_maria {
  text-align: center;
}
.c2 .c2_what_2 p {
  text-align: right !important;
}
@media only screen and (max-width: 991px) {
  .c2 .c2_what_2 p br {
    display: none;
  }
}
.c2 .c2_block_what {
  margin: 35px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c2 .c2_block_what .c2_p_text {
  font-size: 14px;
}
.c2 .c2_block_what h2 {
  font-weight: 700;
  margin-bottom: 45px;
}
@media only screen and (max-width: 991px) {
  .c2 .c2_block_what h2 {
    font-size: 40px;
  }
}
.c2 .c2_block_what .c2_what {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 800px;
}
.c2 .c2_block_what span,
.c2 .c2_block_what .c2_what_div {
  width: 370px;
}
.c2 .c2_block_what span {
  height: 250px;
  background-position: center;
  background-size: cover;
}
.c2 .c2_block_what .c2_what_div {
  padding: 0px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 991px) {
  .c2 .c2_block_what .c2_what_div {
    padding: 0px 10px;
  }
}
.c2 .c2_block_what .c2_what_div p {
  margin: 0 0 15px;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .c2 .c2_block_what .c2_what_div p {
    font-size: 21px;
  }
}
.c2 .c2_block_what .c2_what_div .btn_c2 {
  font-size: 15px;
  border: 2px solid #fdc317;
  border-radius: 18px;
  padding: 7px 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.c2 .c2_block_what .c2_what_div .btn_c2:hover {
  background-color: #DDD;
}
.c2 .c2_block_what .c2_what_div .btn_c2:active {
  border-color: #b6b6b6;
  color: #000;
}
@media only screen and (max-width: 991px) {
  .c2 .c2_block_what .c2_what_div .btn_c2 {
    font-size: 23px;
  }
}

.c3 {
  background-color: #3B3A38;
  background-image: url(../images/c3_bg.jpg);
  background-position: center;
  background-size: cover;
}
.c3 > div {
  background-color: rgba(0, 0, 0, 0.5);
}
.c3 .container {
  padding-top: 60px;
  padding-bottom: 35px;
  text-align: center;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c3 h2 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
  .c3 h2 {
    font-size: 40px;
  }
}
.c3 p {
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .c3 p {
    font-size: 22px;
  }
}
.c3 .c3_p {
  font-size: 22px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .c3 .c3_p {
    font-size: 27px;
  }
}
.c3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  -webkit-padding-start: 0px;
  padding-left: 0;
  margin-bottom: 15px;
}
.c3 ul li {
  text-align: center;
  margin-bottom: 30px;
}
.c3 ul li div {
  border: 2px solid #f7e149;
  border-radius: 18px;
  min-height: 120px;
}
.c3 ul .c3_li1 {
  font-size: 48px;
  font-weight: 700;
  position: relative;
  margin: 0;
  line-height: 1.3;
}
.c3 ul .c3_li1:after {
  content: "";
  width: 60%;
  position: absolute;
  height: 1px;
  background-color: #f7e149;
  bottom: 0;
  left: 20%;
}
.c3 ul .c3_li2 {
  font-size: 18px;
  margin: 0;
  margin-top: 5px;
  padding: 0;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .c3 ul .c3_li2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.c3 .c3_end {
  text-align: center;
}
.c3 .c3_end > p:nth-child(1) {
  font-size: 28px;
  color: #FFF467;
  margin-bottom: 5px;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .c3 .c3_end > p:nth-child(1) {
    font-size: 30px;
  }
}

.c4 {
  text-align: center;
  background-color: #FFF;
  padding: 75px 0px 0px 0px;
  font-size: 18px;
  height: 631px;
}
@media only screen and (max-width: 991px) {
  .c4 {
    font-size: 24px;
  }
}
.c4 h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
  .c4 h2 {
    font-size: 40px;
  }
}
.c4 h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0px 5px;
}
@media only screen and (max-width: 991px) {
  .c4 h3 {
    font-size: 22px;
  }
}
.c4 h3 span {
  color: #fdc317;
}
.c4 .cont {
  margin-top: 10px;
}
.c4 .bx_slider_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c4 .bx_slider_div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 250px;
}
.c4 .bx_slider_div .g {
  height: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 5px solid #fff;
  cursor: pointer;
}
.c4 .bx_slider_div p {
  font-size: 16px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .c4 .bx_slider_div p {
    font-size: 23px;
  }
}

.c5 {
  text-align: center;
  background-color: #FFF;
  padding: 15px 0px 35px 0px;
  font-size: 18px;
}
.c5 h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .c5 h2 {
    font-size: 40px;
  }
}
.c5 ul {
  counter-reset: item;
  list-style-type: none;
  -webkit-padding-start: 0px;
  -webkit-padding-end: 0px;
  padding-left: 0;
  padding-right: 0;
  color: #fdc317;
  font-size: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c5 ul li {
  margin-bottom: 35px;
  min-height: 75px;
}
.c5 ul > li:nth-child(odd) {
  direction: rtl;
  float: left;
  text-align: right;
  position: relative;
  padding-right: 90px;
}
.c5 ul > li:nth-child(odd):after {
  position: absolute;
  top: 0;
  right: 40px;
  line-height: 1;
  vertical-align: center;
  content: counter(item);
  counter-increment: item;
}
.c5 ul > li:nth-child(even) {
  text-align: left;
  position: relative;
  padding-left: 90px;
}
.c5 ul > li:nth-child(even):before {
  position: absolute;
  top: 0;
  left: 40px;
  line-height: 1;
  vertical-align: center;
  content: counter(item);
  counter-increment: item;
}
.c5 ul p {
  font-size: 16px;
  color: #333;
  margin: 0;
  line-height: 1.1;
}
.c5 ul .p_big {
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .c5 ul .p_big {
    font-size: 30px;
  }
}
.c5 ul .p_small {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  .c5 ul .p_small {
    font-size: 22px;
  }
}
.c5 ul .p_text {
  margin-top: 5px;
  line-height: 1.4;
}
@media only screen and (max-width: 991px) {
  .c5 ul .p_text {
    font-size: 26px;
  }
  .c5 ul .p_text > br {
    display: none;
  }
}

.c6 {
  background-color: #3B3A38;
  background-image: url(../images/c6_bg.jpg);
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .c6 p {
    font-size: 30px;
  }
}
.c6 > div {
  background-color: rgba(255, 255, 255, 0.5);
}
.c6 .container {
  padding: 70px 0px 35px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c6 .container > p {
  font-size: 16px;
  padding: 5px 90px;
  text-align: justify;
  margin: 0;
  color: #111;
}
@media only screen and (max-width: 991px) {
  .c6 .container > p {
    font-size: 28px;
    padding: 5px 30px;
  }
}
.c6 h2 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 35px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .c6 h2 {
    font-size: 40px;
  }
}
.c6 .c6_block {
  position: relative;
  width: 100%;
  padding: 0px 100px 0px 100px;
}
@media only screen and (max-width: 991px) {
  .c6 .c6_block {
    padding: 0px;
  }
}
.c6 .c6_block .c6_block_div {
  padding-left: 70px;
  padding-top: 60px;
  width: 72%;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .c6 .c6_block .c6_block_div {
    padding-left: 20px;
    z-index: 2;
    width: 100%;
  }
}
.c6 .c6_block .c6_block_div > p {
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .c6 .c6_block .c6_block_div > p {
    font-size: 30px;
  }
}
.c6 .c6_img {
  width: 27%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 991px) {
  .c6 .c6_img {
    position: absolute;
    width: 50%;
    top: -30px;
    right: 0;
    opacity: 0.25;
  }
}
@media only screen and (max-width: 991px) {
  .c6 .c6_img img {
    width: 400px;
  }
}
.c6 .c6_img p {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .c6 .c6_img p {
    font-size: 27px;
  }
}
.c6 .c6_ul {
  -webkit-padding-start: 120px;
  padding-left: 40px;
}
.c6 .c6_ul li {
  font-size: 20px;
  line-height: 1;
}
.c6 .c6_ul li p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .c6 .c6_ul li p {
    font-size: 25px;
  }
}

.c7 {
  text-align: center;
  background-color: #FFF;
  padding: 75px 0px 35px 0px;
  font-size: 18px;
}
.c7 h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
  .c7 h2 {
    font-size: 40px;
  }
}
.c7 p {
  font-size: 16px;
  text-align: justify;
  padding: 0px 85px;
}
@media only screen and (max-width: 991px) {
  .c7 p {
    padding: 0px;
    font-size: 28px;
  }
}
.c7 .p_first {
  font-size: 22px;
  text-align: center;
  padding: 0px 0px 30px 0px;
}
@media only screen and (max-width: 991px) {
  .c7 .p_first {
    font-size: 33px;
  }
}
.c7 .c7_block_pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
}
.c7 .c7_block_pic .c7_pic_big1,
.c7 .c7_block_pic .c7_pic_big2,
.c7 .c7_block_pic .c7_pic_small {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center;
  height: 400px;
}
.c7 .c7_block_pic .c7_pic_big1 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  margin: 2px;
}
.c7 .c7_block_pic .c7_pic_big2 {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  margin: 2px;
}
.c7 .c7_block_pic .c7_pic_small {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c7 .c7_block_pic .c7_pic_min {
  width: calc(50% - 4px);
  height: calc(50% - 2px);
  margin: 2px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) and (min-width: 768px) {
  .c7 .c7_block_pic {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c7 .c7_block_pic .c7_pic_min {
    -ms-flex-preferred-size: 48.9%;
        flex-basis: 48.9%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .c7 .c7_block_pic {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c7 .c7_block_pic .c7_pic_big1,
  .c7 .c7_block_pic .c7_pic_big2 {
    height: 300px;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  .c7 .c7_block_pic .c7_pic_big2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c7 .c7_block_pic .c7_pic_small {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .c7 .c7_block_pic .c7_pic_small {
    height: 600px;
  }
}

.c8 {
  text-align: center;
  background-color: #FFF;
  padding: 35px 0px 35px 0px;
  font-size: 18px;
}
.c8 h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
  .c8 h2 {
    font-size: 40px;
  }
}
.c8 p {
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .c8 p {
    font-size: 23px;
    line-height: 1.2;
  }
}
.c8 ul {
  counter-reset: item;
  list-style-type: none;
  -webkit-padding-start: 0px;
  -webkit-padding-end: 0px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 50px;
  margin-bottom: 40px;
  color: #333;
  font-size: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c8 ul li {
  width: 200px;
}
.c8 .c8_p1 {
  color: #fdc317;
  font-size: 20px;
  margin: 10px 0px 10px;
}
@media only screen and (max-width: 991px) {
  .c8 .c8_p1 {
    font-size: 33px;
  }
}
.c8 .c8_last {
  width: 65%;
  margin: 0 auto;
  border: 2px dashed #b5b5b5;
  border-radius: 21px;
  padding: 30px 0px 20px;
}
@media only screen and (max-width: 991px) {
  .c8 .c8_last {
    width: 100%;
  }
}
.c8 .c8_last p {
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .c8 .c8_last p {
    font-size: 22px;
  }
}
.c8 .btn_c8 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  background-color: #f7e149;
  border-radius: 25px;
  border: 2px solid #f7e149;
  padding: 7px 40px;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .c8 .btn_c8 {
    font-size: 24px;
  }
}
.c8 .btn_c8:hover {
  background-color: #7d7979;
  border-color: #f4d70c;
  color: #fff;
}
.c8 .btn_c8:active {
  background-color: #7d7979;
  border-color: #646161;
  color: #fff;
}

.c9 {
  text-align: center;
  background-color: #fbf8aa;
  padding: 35px 0px 0px 0px;
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  .c9 {
    font-size: 25px;
  }
}
.c9 h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
  .c9 h2 {
    font-size: 40px;
  }
}
.c9 h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 991px) {
  .c9 h3 {
    font-size: 23px;
  }
}
.c9 p {
  font-weight: 700;
}
.c9 .p_first {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 20px;
}
@media only screen and (max-width: 991px) {
  .c9 .p_first {
    font-size: 33px;
  }
}
.c9 .c9_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .c9 .c9_block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c9 .c9_block > div {
  width: 350px;
  border: 3px solid #fff;
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .c9 .c9_block > div {
    width: 600px;
  }
}
.c9 .c9_block .c9_img {
  position: relative;
  padding: 10px 0px;
}
.c9 .c9_block .c9_img:before, .c9 .c9_block .c9_img:after {
  content: "";
  position: absolute;
  width: 85%;
  height: 2px;
  background-color: #FFF;
  left: 7.5%;
  right: 0;
}
.c9 .c9_block .c9_img:before {
  top: 0;
}
.c9 .c9_block .c9_img:after {
  bottom: 0;
}
.c9 .c9_block .price {
  font-size: 22px;
  font-weight: 700;
  position: relative;
  padding: 7px 0px;
}
@media only screen and (max-width: 991px) {
  .c9 .c9_block .price {
    font-size: 33px;
  }
}
.c9 .c9_block .price:after {
  content: "";
  position: absolute;
  width: 85%;
  height: 2px;
  background-color: #FFF;
  left: 7.5%;
  right: 0;
  bottom: 0;
}
.c9 .c9_block ul {
  text-align: left;
  list-style-type: disc;
  -webkit-padding-start: 40px;
  -webkit-padding-end: 40px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #333;
}
.c9 .btn_c9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  background-color: rgba(252, 252, 252, 0);
  border-radius: 25px;
  border: 2px solid #fdc317;
  padding: 7px 15px;
  width: 85%;
  margin-bottom: 5px;
  font-size: 15px;
}
@media only screen and (max-width: 991px) {
  .c9 .btn_c9 {
    font-size: 24px;
  }
}
.c9 .btn_c9:hover {
  background-color: #7d7979;
  border-color: #dba402;
  color: #fff;
}
.c9 .btn_c9:active {
  background-color: #7d7979;
  border-color: #646161;
  color: #fff;
}

.c10 {
  text-align: justify;
  background-color: #fbf8aa;
  padding: 70px 0px 0px 0px;
  font-size: 14px;
  background-color: #FFF;
}
.c10 h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .c10 h2 {
    font-size: 40px;
  }
}
.c10 p {
  font-weight: 700;
}
.c10 .c10_block > div {
  border-radius: 100px;
  border: 1px solid #f7e149;
  padding: 10px;
  margin: 20px 0px;
  display: table;
}
@media only screen and (max-width: 991px) {
  .c10 .c10_block > div {
    padding: 30px 10px;
  }
}
.c10 .c10_block > div p {
  font-weight: normal;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .c10 .c10_block > div p {
    font-size: 28px;
  }
}
.c10 .c10_block > div img,
.c10 .c10_block > div div {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .c10 .c10_block > div img,
  .c10 .c10_block > div div {
    display: block;
  }
}
.c10 .c10_block > div img {
  width: 185px;
  height: 185px;
  border-radius: 50%;
}
@media only screen and (max-width: 991px) {
  .c10 .c10_block > div img {
    margin: 0 auto;
  }
}
.c10 .c10_block > div a {
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c10 .c10_block > div a p {
  color: #000;
  opacity: 0.55;
  position: relative;
  padding: 0px 35px;
  white-space: nowrap;
}
.c10 .c10_block > div a p:hover {
  opacity: 1;
}
.c10 .c10_block > div a p:before {
  content: url(../images/vk12.png);
  position: absolute;
  margin-top: 1px;
  opacity: 0.55;
  margin-left: -28px;
  margin-right: -28px;
}
@media only screen and (max-width: 991px) {
  .c10 .c10_block > div a p:before {
    margin-top: -3px;
  }
}
.c10 .c10_block > div a p:before:hover {
  opacity: 1;
}
.c10 .c10_block > div:nth-child(even) {
  direction: rtl;
}
@media only screen and (max-width: 991px) {
  .c10 .c10_block > div:nth-child(even) {
    direction: ltr;
  }
}
.c10 .c10_block > div:nth-child(even) div {
  padding: 0px 20px 0px 45px;
}
.c10 .c10_block > div:nth-child(odd) {
  direction: ltr;
}
.c10 .c10_block > div:nth-child(odd) div {
  padding: 0px 45px 0px 20px;
}
.c10 .c10_block > div:before, .c10 .c10_block > div:after {
  content: "";
  display: table;
}
.c10 .c10_block > div:after {
  clear: both;
}
@media (max-width: 767px) {
  .c10 .c10_block > div div {
    display: table-row;
  }
  .c10 .c10_block > div img {
    margin: 0 auto;
  }
}

.c11 {
  text-align: center;
  background-color: #fbf8aa;
  padding: 35px 0px 0px 0px;
  font-size: 16px;
  background-color: #FFF;
}
@media only screen and (max-width: 991px) {
  .c11 {
    font-size: 28px;
    line-height: 1.3;
  }
}
.c11 h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  .c11 h2 {
    font-size: 40px;
  }
}
.c11 h2 span {
  color: #fdc317;
}
.c11 .p_first {
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .c11 .p_first {
    font-size: 27px;
  }
}
.c11 p {
  font-weight: normal;
}
.c11 .c11_block {
  padding-top: 15px;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media only screen and (max-width: 991px) {
  .c11 .c11_block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c11 .c11_block > div {
  width: 340px;
}
@media only screen and (max-width: 991px) {
  .c11 .c11_block > div {
    padding-top: 50px;
  }
}
.c11 .c11_block .p_light,
.c11 .c11_block .p_strong {
  padding: 0px 10px;
}
.c11 .c11_block .p_strong {
  padding-top: 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
}
@media only screen and (max-width: 991px) {
  .c11 .c11_block .p_strong {
    font-size: 30px;
  }
  .c11 .c11_block .p_strong > br {
    display: none;
  }
}
.c11 .question {
  background-color: #e6e6e6;
  padding: 32px 20px;
}
.c11 .question p {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .c11 .question p {
    font-size: 30px;
  }
}

.c12 {
  height: 300px;
  position: relative;
}
.c12 #map1 {
  height: 100%;
}
.c12 .address {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 42%;
  margin: 10px auto;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 1;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .c12 .address {
    width: 80%;
  }
}
.c12 .address h2 {
  font-size: 26px;
  font-weight: 700;
  margin-top: 25px;
}
@media only screen and (max-width: 991px) {
  .c12 .address h2 {
    font-size: 40px;
  }
}
.c12 .address p {
  font-size: 16px;
  line-height: 0.9;
  margin-bottom: 25px;
}
@media only screen and (max-width: 991px) {
  .c12 .address p {
    font-size: 25px;
  }
}

footer {
  background-image: url(../images/footer_bg.jpg);
  background-position: 100% 100%;
  background-size: cover;
  color: #fff;
}
footer > div {
  background-color: rgba(0, 0, 0, 0.6);
}
footer .container {
  text-align: center;
  padding: 35px 0px 0px 0px;
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  footer .container {
    font-size: 24px;
  }
}
footer .container h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  footer .container h2 {
    font-size: 40px;
  }
}
footer .container .form {
  width: 300px;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  footer .container .form {
    width: 420px;
  }
}
footer .container .form input,
footer .container .form button {
  width: 100%;
  margin: 5px 0px;
  outline: 0;
}
footer .container .form input {
  padding: 6px 12px;
  height: 34px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 30px;
  color: #000;
}
@media only screen and (max-width: 991px) {
  footer .container .form input {
    padding: 26px 25px;
  }
}
footer .container .form input:focus {
  border-color: #66afe9;
}
footer .container .form button {
  background-color: transparent;
  border-radius: 25px;
  border: 2px solid #f7e149;
  padding: 8px 16px;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 991px) {
  footer .container .form button {
    padding: 11px 16px;
    font-size: 27px;
  }
}
footer .container .form button:hover, footer .container .form button:active {
  background-color: #f6dc2a;
  border-color: #f4d70c;
  color: #000;
}
footer .logo {
  text-align: right;
  padding: 0px 25px 10px 25px;
}
@media only screen and (max-width: 991px) {
  footer .logo {
    padding: 25px 25px 10px 25px;
  }
}
footer .logo:before, footer .logo:after {
  content: "";
  display: table;
}
footer .logo:after {
  clear: both;
}
footer .logo > img {
  float: left;
}
footer .logo > div {
  float: right;
}
footer .logo p {
  margin: 0;
}
footer .logo .p_phone {
  font-size: 20px;
  font-weight: 700;
}
footer .ip_bottom {
  position: relative;
  padding: 10px 20px 0px 20px;
}
footer .ip_bottom:before {
  content: "";
  height: 1px;
  background-color: #737373;
  top: 0;
  left: 1.5%;
  right: 0;
  width: 97%;
  position: absolute;
}
footer .ip_bottom .ip {
  float: left;
  text-align: left;
  font-size: 12px;
  padding-left: 10px;
}

.popup_bg,
.popup_bg_attention {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  outline: none;
  display: none;
  z-index: 900;
  background-color: rgba(0, 0, 0, 0.4);
}

.popup_form {
  position: fixed;
  z-index: 1000;
  display: none;
  width: 400px;
  margin-left: -200px;
  background-color: #fff;
  padding: 17px;
  border-radius: 5px;
  left: 50%;
  top: 50%;
  margin-top: -250px;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .popup_form {
    width: 700px;
    margin-left: -350px;
    top: 0;
    padding: 50px 17px;
    margin-top: 50px;
  }
}
.popup_form .close_form {
  position: absolute;
  top: 10px;
  right: 8px;
  font-size: 23px;
  line-height: 1;
  height: 26px;
  width: 26px;
  background-color: transparent;
  border: none;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .popup_form .close_form {
    font-size: 53px;
    height: 53px;
    width: 53px;
  }
}
.popup_form .close_form:focus {
  outline: none;
}
.popup_form .close_form:hover {
  opacity: 1;
}
.popup_form .form_text {
  font-size: 18px;
  font-weight: 700;
  padding: 0px 25px 0px 5px;
  margin-bottom: 15px;
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  .popup_form .form_text {
    font-size: 30px;
  }
}
.popup_form .form_textarea {
  display: none;
}
@media only screen and (max-width: 991px) {
  .popup_form .form_textarea {
    height: 150px;
  }
}
.popup_form .form_input,
.popup_form .form_textarea {
  width: 100%;
  padding: 6px 12px;
  border-radius: 30px;
  border: 1px solid #ccc;
  font-size: 14px;
  margin: 5px auto;
}
@media only screen and (max-width: 991px) {
  .popup_form .form_input,
  .popup_form .form_textarea {
    width: 95%;
    padding: 12px 25px;
    font-size: 28px;
    margin: 9px auto;
  }
}
.popup_form .form_input:focus,
.popup_form .form_textarea:focus {
  outline: none;
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.popup_form button.form_input {
  background-color: #fff;
  border: 3px solid #f7e149;
  padding: 8px 16px;
  font-size: 18px;
  color: #000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 991px) {
  .popup_form button.form_input {
    font-size: 28px;
  }
}
.popup_form button.form_input:hover {
  background-color: #f6dc2a;
  border-color: #f4d70c;
}
.popup_form button.form_input:active {
  background-color: #f6dc2a;
  border-color: #ddc20a;
}
.popup_form button.form_input:focus {
  outline: none;
  border-color: #f4d70c;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.popup_form .form_vibor {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  margin: 0;
  padding-top: 10px;
}
@media only screen and (max-width: 991px) {
  .popup_form .form_vibor {
    font-size: 28px;
  }
}
.popup_form label {
  font-size: 16px;
  font-weight: normal;
  padding-left: 8px;
  vertical-align: middle;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .popup_form label {
    font-size: 28px;
  }
}
.popup_form input[type="radio"] {
  vertical-align: middle;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .popup_form input[type="radio"] {
    zoom: 2.4;
  }
}
.popup_form .input_div {
  display: block;
  text-align: left;
}

.popup_bg_attention {
  z-index: 1100;
}

.popup_attention {
  position: fixed;
  z-index: 1200;
  display: none;
  width: 600px;
  margin-left: -300px;
  background-color: #fff;
  padding: 17px;
  border-radius: 5px;
  left: 50%;
  top: 50%;
  margin-top: -200px;
  overflow: hidden;
  text-align: center;
}
.popup_attention img {
  padding: 17px 0px;
}
.popup_attention .attention_big {
  font-size: 30px;
  font-weight: 700;
  color: #575757;
}
.popup_attention button {
  background-color: #9eddea;
  border: none;
  border-radius: 7px;
  padding: 10px 30px;
  margin: 10px 0px 0px;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.popup_attention button:hover {
  background-color: #add6de;
}
.popup_attention button:active {
  background-color: #95b3b9;
}
@media only screen and (max-width: 991px) {
  .popup_attention .attention_text {
    font-size: 23px;
  }
}

/*# sourceMappingURL=style.css.map */