@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");


* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  color: #000000;
}

ul,
ol {
  padding: 0;

  list-style: none;
}

b,
strong {
  font-weight: bold;
}

p {
  margin: 0;
}

.content_link {
  font-weight: bold;
  color: #05adcb;
  text-decoration: underline;
}

/* .content_link:hover {
  text-decoration: underline;
} */

.main_wrap {
  overflow: hidden;
}

.container {
  position: relative;

  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

/* .mob_change {
  display: none;
}

.web_change {
  display: block;
} */

header {
  margin-bottom: 40px;
  padding: 15px 0;

  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 49px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 4px 49px 0 rgba(0, 0, 0, 0.18);
}

.logo {
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
}

.logo div {
  display: inline-block;
  margin-right: 5px;
  padding: 7px 6px 5px;

  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;

  background: #00d8ff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.logo span {
  vertical-align: middle;
}

.logo:hover {
  text-decoration: none;
}

.breadcrumbs {
  position: relative;

  padding: 10px 25px;

  font-size: 0;

  background: #000000;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.nav li {
  position: relative;

  display: inline-block;
  margin-right: 45px;

  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
}

.nav li:before {
  content: "";
  position: absolute;
  top: 2px;
  right: -24px;

  display: block;
  width: 7px;
  height: 7px;

  border-right: 1px solid #05adcb;
  border-bottom: 1px solid #05adcb;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav li:last-child {
  margin-right: 0;
}

.nav li:last-child:before {
  display: none;
}

.soc_icons {
  position: absolute;
  top: 50%;
  right: 25px;

  display: inline-block;

  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.icon {
  display: inline-block;
  height: 12px;
  margin-right: 15px;

  vertical-align: middle;
}

.icon:last-child {
  margin-right: 0;
}

.icon_fb {
  width: 6px;

  background: url(../img/soc_icons.png) no-repeat 0 -14px;
}

.icon_fb:hover {
  background: url(../img/soc_icons.png) no-repeat 0 0;
}

.icon_twitter {
  width: 14px;

  background: url(../img/soc_icons.png) no-repeat -26px -14px;
}

.icon_twitter:hover {
  background: url(../img/soc_icons.png) no-repeat -26px 0;
}

.icon_youtube {
  width: 11px;

  background: url(../img/soc_icons.png) no-repeat -54px -14px;
}

.icon_youtube:hover {
  background: url(../img/soc_icons.png) no-repeat -54px 0;
}

.icon_inst {
  width: 12px;

  background: url(../img/soc_icons.png) no-repeat -82px -14px;
}

.icon_inst:hover {
  background: url(../img/soc_icons.png) no-repeat -82px 0;
}


.main_title {
  margin: 35px 70px;

  font-weight: bold;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
}

.white_box-wrap {
  margin-bottom: 40px;
  padding: 40px 0;

  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.white_box {
  padding: 30px;

  font-weight: bold;
  font-size: 16px;

  background: #ffffff;
  -webkit-box-shadow: 0 4px 57px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 57px 0 rgba(0, 0, 0, 0.06);
}

.white_box p {
  margin-bottom: 30px;
}

.white_box p:last-child {
  margin-bottom: 0;
}

.blue {
  color: #05adcb;
}

.title {
  width: 60%;
  margin: 0 0 30px;

  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

.doc_content {
  margin-bottom: 50px;

  font-size: 0;
}

.doc_photo {
  display: inline-block;
  width: 34%;
  margin-right: 40px;

  vertical-align: top;
}

.doc_text {
  display: inline-block;
  width: calc(66% - 40px);

  font-size: 16px;
  vertical-align: top;
}

.doc_title {
  width: 82%;
  margin-bottom: 20px;

  font-size: 14px;
  color: #05adcb;
  font-style: italic;
}

.reasons_block {
  margin-bottom: 50px;
}

.reasons_title {
  margin: 0 0 30px;

  font-weight: bold;
  font-size: 22px;
}

.reasons_items-wrap {
  margin-bottom: 40px;
}

.reason_item {
  margin-bottom: 30px;

  font-size: 0;
}

.reason_item:last-child {
  margin-bottom: 0;
}

.reason_img {
  display: inline-block;
  width: 26%;
  margin: 0 45px 0 80px;

  vertical-align: top;
}

.reason_text {
  display: inline-block;
  width: calc(74% - 125px);

  font-size: 16px;
  vertical-align: top;
}

.reason_item-title {
  margin-bottom: 20px;

  font-weight: bold;
  color: red;
}

.prod_block {
  margin-bottom: 50px;
}

.prod_block p {
  margin-bottom: 30px;
}

.prod_block p:last-child {
  margin-bottom: 0;
}

.prod {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 50px auto;
}

.red_title {
  margin-bottom: 30px;

  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: red;
  text-transform: uppercase;
}

.order_block {
  margin-bottom: 30px;
  padding: 40px 0;

  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.order_block p {
  margin-bottom: 40px;
}

.order_title {
  margin: 0 0 30px;

  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}

.order_title span {
  color: red;
}

.questions_block p {
  margin-bottom: 15px;

  font-size: 20px;
}

.white_red {
  color: red;
}

.questions_block li {
  display: block;
  max-width: 320px;
  margin-bottom: 5px;
  padding: 5px 10px;

  background: #eeeeee;
  cursor: pointer;
}

.questions_block li:hover {
  background: #bfbebe;
}

.questions_block li:last-child {
  margin-bottom: 0;
}

.answer_text {
  display: none;
  margin-bottom: 15px;
}

.form_wrap {
  position: relative;

  display: none;
}

.main_form {
  display: block;
  width: 280px;
  margin-left: 75px;
}

.form_title {
  margin-bottom: 20px;

  color: #05adcb;
}

.inp {
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  padding: 0 15px;

  font-size: 14px;
  line-height: 38px;

  border: 1px solid #000000;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  outline: none;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* INP-COLORS */
.inp::-webkit-input-placeholder {
  color: #000000;
}
.inp::-moz-placeholder {
  color: #000000;
}
.inp:-moz-placeholder {
  color: #000000;
}
.inp:-ms-input-placeholder {
  color: #000000;
}
/* INP-COLORS */

select.inp {
  background: url(../img/triangle.png) no-repeat 94% center;
  cursor: pointer;
}

.btn {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 10px;

  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;

  background: #00d8ff;
  border: none;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  outline: none;
  -webkit-box-shadow: 0 10px 21px 0 rgba(0, 149, 176, 0.34);
          box-shadow: 0 10px 21px 0 rgba(0, 149, 176, 0.34);
  cursor: pointer;

  -webkit-transition: 0.5s;
       -o-transition: 0.5s;
          transition: 0.5s;
}

.btn:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.form_prices {
  margin-bottom: 20px;

  line-height: 1.2;
  text-align: center;
}

.old_price {
  font-size: 16px;
  color: #aaaaaa;
  text-decoration: line-through;
}

.new_price {
  font-size: 24px;
}

.form_prod {
  position: absolute;
  top: 0;
  right: 35px;

  width: calc(100% - 435px);
}

.item-gift {
  display: none;
  margin: 15px 0 20px;

  font-weight: bold;
  font-size: 20px;
  text-align: center;
}

.item-gift span {
  font-weight: bold;
  color: #e87d26;
}

.comments_block {
  padding-bottom: 130px;
}

.comments_title {
  margin: 0 0 35px;

  font-weight: bold;
  font-size: 18px;
}

.comment {
  position: relative;

  margin-bottom: 15px;
  padding: 30px 30px 30px 80px;

  border: 1px solid #e5e5e5;
}

.comment:last-child {
  margin-bottom: 0;
}

.comment_ava {
  position: absolute;
  top: 21px;
  left: 21px;

  display: block;
}

.comment_name {
  margin-bottom: 20px;

  font-weight: bold;
  font-size: 14px;
  color: #05adcb;
}

.comment_img {
  display: block;
  width: 100%;
  max-width: 315px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  header {
    margin-bottom: 25px;

    text-align: center;
  }

  .logo {
    display: inline-block;
  }

  .breadcrumbs {
    display: none;
  }

  .main_title {
    margin: 0 0 25px;

    font-size: 18px;
  }

  .white_box-wrap {
    padding: 25px 0;
  }

  .white_box {
    padding: 15px;
  }

  .title {
    width: 100%;
    margin-bottom: 20px;
  }

  .doc_photo {
    display: block;
    width: 100%;
    max-width: 290px;
    margin: 0 auto 30px;
  }
  .doc_text {
    width: 100%;
  }

  .doc_title {
    width: 100%;
  }

  .reasons_title {
    font-size: 18px;
    text-align: center;
  }

  .reason_img {
    display: block;
    width: 250px;
    margin: 0 auto 15px;
  }

  .reasons_block {
    margin-bottom: 30px;
  }

  .reason_text {
    width: 100%;

    text-align: center;
  }

  .reason_item-title {
    margin-bottom: 15px;
  }

  .reason_item {
    margin-bottom: 0;
  }

  .reason_item-text {
    font-size: 14px;
  }

  .reasons_block {
    margin-bottom: 30px;
  }

  .prod {
    margin: 40px auto 30px;
  }

  .prod_block {
    margin-bottom: 30px;
  }

  .order_block {
    padding: 25px 0;
  }

  .order_title {
    width: 100%;
    margin-bottom: 25px;

    font-size: 16px;
    text-align: center;
  }

  .form_prod {
    display: none;
  }

  .main_form {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }

  .comments_title {
    margin: 0 0 30px;

    font-size: 16px;
  }

  .comment {
    padding: 20px;
  }

  .comment_name {
    padding-left: 80px;
  }

  .reasons_block .slick-dots li {
    width: 18px;
    height: 18px;
    margin: 0 5px;

    vertical-align: middle;

    background: transparent;
    -webkit-border-radius: 50%;
            border-radius: 50%;
  }

  .reasons_block .slick-dots li button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;

    font-weight: bold;
    font-size: 10px;
    line-height: 18px;
    color: #000000;
    text-decoration: underline;
  }

  .reasons_block .slick-dots li.slick-active {
    background: #05adcb;
  }

  .reasons_block .slick-dots li.slick-active button {
    color: #ffffff;
    text-decoration: none;
  }

  .reasons_block .slick-dots li button:before {
    display: none;
  }

  .reasons_block .slick-dotted.slick-slider {
    margin-bottom: 80px;
  }

  .reasons_block .slick-dots {
    bottom: -45px;
    z-index: 15;
  }

  .reasons_block .slick-prev,
  .reasons_block .slick-next {
    top: auto;
    bottom: -41px;
    z-index: 16;

    width: 15px;
    height: 15px;

    border-top: 4px solid #05adcb;
    border-left: 4px solid #05adcb;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .reasons_block .slick-prev {
    left: 25px;

    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .reasons_block .slick-next {
    right: 25px;

    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}