@font-face {
  font-family: 'AGLettericaCondensedC';
  src: url('../fonts/AGLettericaCondensedC.eot');
  src: url('../fonts/AGLettericaCondensedC.eot?#iefix') format('embedded-opentype'), url('../fonts/AGLettericaCondensedC.woff2') format('woff2'), url('../fonts/AGLettericaCondensedC.woff') format('woff'), url('../fonts/AGLettericaCondensedC.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Daray';
  src: url('../fonts/mr_Daray-Daray.eot');
  src: url('../fonts/mr_Daray-Daray.eot?#iefix') format('embedded-opentype'), url('../fonts/mr_Daray-Daray.woff2') format('woff2'), url('../fonts/mr_Daray-Daray.woff') format('woff'), url('../fonts/mr_Daray-Daray.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.debug {
  height: 100vh;
  position: fixed;
  width: 100%;
}

.debug > div {
  height: inherit;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.debug > div > div {
  height: inherit;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.debug > div > div > div {
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  word-wrap: break-word;
  width: calc(8.333333333333334% - 20px);
  height: inherit;
  outline: 1px solid #ff0;
  background: rgba(0, 0, 0, 0.5);
}

/* Defaults */

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img,
abbr {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: 'AGLettericaCondensedC', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  min-width: 300px;
  position: relative;
}

header,
main,
footer {
  margin: 0;
  padding: 0;
}

button,
select {
  cursor: pointer;
}

button:focus,
select:focus {
  outline: none;
}

input:focus,
textarea:focus {
  outline: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  font-family: 'AGLettericaCondensedC', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  color: #BF3546;
}

a:hover {
  opacity: 0.8;
}

.wrapper {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.section {
  padding: 50px 0;
}

.section-title {
  font-family: 'Daray', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 90px;
  text-transform: uppercase;
  color: #800414;
}

.main,
.about,
.instruction,
.events,
.farma,
.sertificates {
  max-width: 1920px;
  margin: 0 auto;
  background: #F1D9C8;
}

/* main */

.main {
  background: url(../img/banner_1_2.jpg) center center no-repeat;
  /*background: url(../img/bg-main.jpg) center center no-repeat;*/
  background-size: cover;
  min-height: 100vh;
  width: 100%;
}

.mainBlock {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  max-width: 70%;
  margin: 0 auto;
  padding-top: 40px;
  margin-right: -20px;
}

.mainBlockBtn {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  top: 10px;
  cursor: pointer;
  margin-right: 15px;
  transition: all 0.3s;
}

.menuBtn {
  display: block;
  width: 60px;
  height: 5px;
  border-radius: 9px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menuBtn2 {
  display: block;
  width: 50px;
  height: 5px;
  border-radius: 9px;
  background: #fff;
  transform: translateY(17px);
}
.menuBtn3 {
  display: block;
  width: 35px;
  height: 5px;
  border-radius: 9px;
  background: #fff;
  transform: translateY(23px);
}


.menuBtn:before {
  content: '';
  display: block;
  height: 5px;
  width: 60px;
  border-radius: 9px;
  background: #fff;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.menuBtn:after {
  content: '';
  display: block;
  height: 5px;
  width: 60px;
  border-radius: 9px;
  background: #fff;
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
}

.menuBtn.activebtn {
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
}

.menuBtn.activebtn:after {
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg);
}

.menuBtn.activebtn:before {
  display: none;
}

.mainBlockMenu {
  position: relative;
  top: -3px;
  display: none;
}

.mainBlockMenu li a {
  font-family: 'Daray', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  text-transform: uppercase;
  color: #FFFFFF;
}

/* about */

.about {
  padding-bottom: 50px;
}

.aboutBlock {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
}

.aboutBlock-img {
  margin-top: -30px;
}

.aboutBlock-left {
  box-sizing: border-box;
  width: 50%;
  margin-bottom: 150px;
}

.aboutBlock-right {
  box-sizing: border-box;
  width: 50%;
}

.about-text {
  font-family: 'AGLettericaCondensedC', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  color: #543838;
  max-width: 70%;
  margin: 50px auto 0;
}

/* instruction */

.instrSlider {
  margin-top: 80px;
}

.instrSlide {
  text-align: center;
}

/* events */

.faqItems {
  max-width: 50%;
  margin: 50px auto 0;
}

.faqItem {
  width: 100%;
}

.faqItemQuestion {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #BF3546;
  padding-bottom: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.faqItemQuestion-title {
  font-family: 'AGLettericaCondensedC', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  color: #BF3546;
}

.faqItemQuestion-icon {
  padding-left: 40px;
  cursor: pointer;
}

.faqItemAnswer {
  padding: 30px 0;
  display: none;
}

.faqItemAnswer-desc {
  font-family: 'AGLettericaCondensedC', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #000000;
}

.faqItemAnswer-desc:hover {
  text-decoration: none;
}

.faqItemQuestion.active .faqItemQuestion-icon {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* farma */

.farma-subtitle {
  font-family: 'AGLettericaCondensedC', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  margin-top: 20px;
}

.farma-subtitle a {
  color: #BF3546;
}

.farma-subtitle a:hover {
  text-decoration: underline;
}

.farmaForm {
  padding: 60px 100px;
  background: #fff;
  margin-top: 50px;
  display: none;
}

.farmaFormBlock-title {
  font-family: 'AGLettericaCondensedC', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  color: #000;
  margin-bottom: 20px;
}

.farmaFormBlock-title span {
  color: #BF3546;
}

.farmaFormBlock {
  margin-bottom: 70px;
}

.form-input input {
  width: 100%;
  padding: 8px 0;
  box-sizing: border-box;
  border: none;
  font-family: 'AGLettericaCondensedC', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  border-bottom: 1px solid #ABA8A8;
}

.form-input textarea {
  width: 100%;
  padding: 8px 0;
  box-sizing: border-box;
  border: none;
  font-family: 'AGLettericaCondensedC', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  border-bottom: 1px solid #ABA8A8;
  resize: vertical;
  min-height: 70px;
}

section label input[type="radio"] {
  display: none;
}

section label input[type="radio"] ~ span {
  position: relative;
  display: inline-block;
  padding: 3px 0 5px 50px;
  font-family: 'AGLettericaCondensedC', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}

section label input[type="radio"] ~ span:hover {
  cursor: pointer;
}

section label input[type="radio"] ~ span:before {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  background: #fff;
  margin-right: 5px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

section label input[type="radio"]:checked ~ span:before {
  border: 5px solid #BF3546;
}

.farmaFormBtns {
  display: -webkit-box;
  display: flex;
}

.farmaFormBtns-left {
  box-sizing: border-box;
  width: 50%;
}

.farmaFormBtns-right {
  box-sizing: border-box;
  width: 50%;
  text-align: right;
}

.farmaFormBtn-btn {
  font-family: 'AGLettericaCondensedC', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #BF3546;
  box-sizing: border-box;
  padding: 15px 0;
  width: 300px;
  border: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.farmaFormBtn-btn:hover {
  opacity: 0.9;
}

.farmaFormBtns-title {
  font-family: 'AGLettericaCondensedC', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 20px;
}

.farmaFormBtns-title span {
  color: #BF3546;
}

.farmaFormBtns-btnclear {
  font-family: 'AGLettericaCondensedC', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #BF3546;
  background: none;
  border: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.farmaFormBtns-btnclear:hover {
  cursor: pointer;
  opacity: 0.9;
}

.farma-btn {
  text-align: center;
  margin-top: 50px;
}

.farmaFormBtn-btn2 {
  font-family: 'AGLettericaCondensedC', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  background: #BF3546;
  box-sizing: border-box;
  padding: 15px 0;
  width: 300px;
  border: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.farmaFormBtn-btn2:hover {
  opacity: 0.9;
}

/* sertificates */

.sertificates {
  padding-bottom: 0;
}

.section-subtext {
  font-family: 'AGLettericaCondensedC', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  color: #000000;
  max-width: 60%;
  margin: 50px auto 0px;
}

.tolko {
  margin-top: 50px;
  display: none;
}

.tolko-top {
  width: 100%;
  height: 50px;
  background: #F3EAE3;
}

.tolko-bot {
  width: 100%;
  height: 50px;
  background: #D1C4BD;
}

.tolko-title {
  font-family: 'Daray', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  text-align: center;
  text-transform: uppercase;
  color: #800414;
  position: relative;
  top: 20px;
}

/* contacts */

.contacts {
  background: #9A7A69;
  max-width: 1920px;
  margin: 0 auto;
}

.contacts-title {
  font-family: 'AGLettericaCondensedC', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 72px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 30px;
}

.contactsBlock {
  max-width: 50%;
  margin: 30px auto 0;
  opacity: 0.9;
}

.contacts-subtitle {
  font-family: 'AGLettericaCondensedC', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.contacts-li {
  font-family: 'AGLettericaCondensedC', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  color: #FFFFFF;
  margin-bottom: 20px;
  position: relative;
  padding-left: 80px;
}

.contacts-li a {
  font-family: 'AGLettericaCondensedC', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  color: #FFFFFF;
}

.contacts-li:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
}

.contacts-li-map:before {
  width: 38px;
  height: 48px;
  background: url(../img/icon-map.png) center center no-repeat;
}

.contacts-li-tel {
  margin-bottom: 30px;
}

.contacts-li-tel:before {
  width: 44px;
  height: 44px;
  background: url(../img/icon-tel.png) center center no-repeat;
}

.contacts-li-email:before {
  width: 48px;
  height: 32px;
  background: url(../img/icon-email.png) center center no-repeat;
}

.thanks {
  font-family: 'AGLettericaCondensedC', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.relation {
  position: relative;
}

.relation_ration {
  padding-top: 50.25%;
  height: 0;
}

.relation_content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* libs */

/* Arrows */

.instrSlider .slick-prev,
.instrSlider .slick-next {
  color: transparent;
  font-size: 0;
  border: 0;
  width: 47px;
  height: 74px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}

.instrSlider .slick-prev:focus,
.instrSlider .slick-next:focus {
  outline: 0;
}

.instrSlider .slick-prev:hover,
.instrSlider .slick-next:hover {
  opacity: 0.7;
  cursor: pointer;
}

.instrSlider .slick-prev {
  left: 10px;
  background: url('../img/icon-arrow.png') center center no-repeat;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  background-size: contain;
}

.instrSlider .slick-next {
  right: 10px;
  background: url('../img/icon-arrow.png') center center no-repeat;
  background-size: contain;
}

.reviewsItems .slick-prev,
.reviewsItems .slick-next {
  color: transparent;
  font-size: 0;
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  border: 1.5px solid #FFCD00;
  box-sizing: border-box;
  border-radius: 16px;
}

.reviewsItems .slick-prev:focus,
.reviewsItems .slick-next:focus {
  outline: 0;
}

.reviewsItems .slick-prev:hover,
.reviewsItems .slick-next:hover {
  opacity: 0.7;
  cursor: pointer;
}

.reviewsItems .slick-prev {
  left: 10px;
  background: url('../img/arrowReview.svg') center center no-repeat;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}

.reviewsItems .slick-next {
  right: 10px;
  background: url('../img/arrowReview.svg') center center no-repeat;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
  -webkit-transform-origin: center 25%;
  -ms-transform-origin: center 25%;
  transform-origin: center 25%;
}

/* Dots */

.mainSlider .slick-dots {
  bottom: 30px;
  left: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.mainSlider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.mainSlider .slick-dots li button {
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  color: transparent;
  font-size: 0;
}

.mainSlider .slick-dots li button:hover {
  cursor: pointer;
  opacity: 1;
}

.mainSlider .slick-dots li button:hover,
.mainSlider .slick-dots li button:focus {
  outline: none;
}

.mainSlider .slick-dots li.slick-active button {
  background-color: #fff;
  border: 1px solid #fff;
  opacity: 1;
  position: relative;
}

.reviewsItems .slick-dots {
  bottom: 30px;
  left: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.reviewsItems .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.reviewsItems .slick-dots li button {
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #eee;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  color: transparent;
  font-size: 0;
}

.reviewsItems .slick-dots li button:hover {
  cursor: pointer;
  opacity: 1;
}

.reviewsItems .slick-dots li button:hover,
.reviewsItems .slick-dots li button:focus {
  outline: none;
}

.reviewsItems .slick-dots li.slick-active button {
  background-color: #ccc;
  border: 1px solid #ccc;
  opacity: 1;
  position: relative;
}

.partners .slick-prev,
.partners .slick-next {
  color: transparent;
  font-size: 0;
  border: 0;
  width: 18px;
  height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.partners .slick-prev:focus,
.partners .slick-next:focus {
  outline: 0;
}

.partners .slick-prev:hover,
.partners .slick-next:hover {
  opacity: 1;
  cursor: pointer;
}

.partners .slick-prev {
  left: 0px;
  background: url('../img/icon-arrowleft.png') center center no-repeat;
}

.partners .slick-next {
  right: 0px;
  background: url('../img/icon-arrowright.png') center center no-repeat;
}

.slick-dots {
  position: absolute;
  bottom: -50px;
  left: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #DBDBDB;
  border: 1px solid #DBDBDB;
  box-sizing: border-box;
  color: transparent;
  font-size: 0;
}

.slick-dots li button:hover {
  cursor: pointer;
  opacity: 1;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  background-color: #174363;
  border: 1px solid #174363;
  opacity: 1;
  position: relative;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide:focus {
  outline: 0;
}

.slick-slide img {
  display: inline-block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
.modal2{display: none;}

@media screen and (max-width: 1140px) {
  .debug > div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .debug > div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 992px) {
  .debug > div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .debug > div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .farmaForm {
    padding: 50px 20px;
  }

  .farmaFormBlock {
    margin-bottom: 30px;
  }

  .farmaFormBtns {
    flex-wrap: wrap;
  }

  .farmaFormBtns-left {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .farmaFormBtns-right {
    width: 100%;
    text-align: center;
  }

  .tolko-title {
    font-size: 32px;
    top: 5px;
  }

  .mainSlider .slick-dots {
    bottom: 30px;
  }

  .reviewsItems .slick-dots {
    bottom: 10px;
  }

  .slick-dots {
    bottom: -10px;
  }
}

@media screen and (max-width: 720px) {
  .debug > div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .debug > div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section {
    padding: 30px 0;
  }

  .section-title {
    font-size: 55px;
  }

  .mainBlock  {
    padding-top: 25px;
    padding-right: 10px;
  }
  .mainBlockMenu li {
    margin-bottom: 8px;
  }

  .mainBlockMenu li a {
    font-size: 28px;
  }

  .about {
    padding-top: 30px;
  }

  .aboutBlock {
    flex-wrap: wrap;
  }

  .aboutBlock-img {
    margin-top: 0px;
  }

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

  .aboutBlock-right {
    width: 100%;
  }

  .about-text {
    max-width: 95%;
    font-size: 20px;
  }

  .about-text a {
    font-size: 16px;
  }

  .instrSlider {
    margin-top: 40px;
  }

  .faqItems {
    max-width: 100%;
  }

  .faqItemQuestion {
    -webkit-box-align: center;
    align-items: center;
  }

  .faqItemQuestion-title {
    font-size: 45px;
  }

  .faqItemAnswer-desc {
    font-size: 26px;
  }

  .faqItemQuestion-icon img {
    max-width: 60%;
  }

  .sertificates {
    padding-bottom: 50px;
  }

  .section-subtext {
    max-width: 100%;
    font-size: 28px;
  }

  .contacts-title {
    font-size: 50px;
  }

  .contactsBlock {
    max-width: 95%;
  }

  .contacts-subtitle {
    font-size: 23px;
    padding-left: 80px;
  }

  .contacts-li {
    font-size: 23px;
  }

  .contacts-li a {
    font-size: 23px;
  }
}

@media screen and (max-width: 576px) {
  .debug > div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .debug > div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main {
    background: #CC4C59 url(../img/bg-mainMobile.jpg) left top no-repeat;
    background-size: auto 100%;
    min-height: 400px;
  }

  .farmaFormBtn-btn {
    width: 100%;
  }

  .farmaFormBtn-btn2 {
    width: 100%;
  }

  .tolko-title {
    font-size: 33px;
    top: 12px;
    max-width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 350px) {
  .debug > div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .debug > div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}




/* modal */
.modal,.modal2 {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  padding: 100px 0;
  box-sizing: border-box;
  width: 700px;
}
.modal-title {
  font-family: 'Daray', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #543838;
  margin-bottom: 20px;
}
.modal-subtext {
  font-family: 'AGLettericaCondensedC', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}
.modalBtns {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.modalBtn {
  font-family: 'Daray', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #BF3546;
  border: none;
  padding: 8px 0;
  width: 60px;
  margin: 0 15px;
}
.modalBtn:hover {
  opacity: 0.9;
}




@media screen and (max-width: 720px) {

  .modal,.modal2 {
    width: 90%;
    margin: 0 auto;
    padding: 40px 20px;
  }

  .modal-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .modal-subtext {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .modalBtn {
    font-size: 24px;
    width: 40px;
    margin: 0 15px;
  }


  .slick-dots li {
    display: none;
  }

  .slick-dots li:first-child {
    display: inline-block;
  }
  .slick-dots li:nth-child(2) {
    display: inline-block;
  }
  .slick-dots li:nth-child(3) {
    display: inline-block;
  }


}



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


