.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 570px;
  height: 98px;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-family: "Playfair Display",serif;
  font-size: 30px;
  font-weight: 700;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 0 0 #ccc;
  box-shadow: 0 4px 0 0 #ccc;
  border-radius: unset!important;
  bottom: 0;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.btn:hover {
  background-color: #f1f1f1;
  -webkit-transition: all .2s;
  transition: all .2s
}
.btn:active {
  background-color: #f1f1f1;
  -webkit-box-shadow: 0 0 0 0 #ccc;
  box-shadow: 0 0 0 0 #ccc;
  bottom: -2px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s
}
.btn-lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 570px;
  height: 98px;
  color: #fff;
  text-align: center;
  font-family: "Playfair Display",serif;
  font-size: 30px;
  font-weight: 700;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid #fff;
  -webkit-transition: background-color .2s;
  transition: background-color .2s
}
.btn-lines:hover {
  background-color: #fff;
  color: rgba(0,0,0,.9)
}
.popup-form-wrpr {
  display: none;
  position: fixed;
  overflow: auto;
  z-index: 400;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,.4);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.popup-form-wrpr[data-popup=true] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.popup-form::-webkit-input-placeholder {
  font-size: 14px;
  color: #a2a2a2
}
.popup-form:-ms-input-placeholder {
  font-size: 14px;
  color: #a2a2a2
}
.popup-form::-ms-input-placeholder {
  font-size: 14px;
  color: #a2a2a2
}
.popup-form::placeholder {
  font-size: 14px;
  color: #a2a2a2
}
.popup-form {
  position: relative;
  width: 100%;
  max-width: 570px;
  background-color: #fff;
  border-radius: unset!important
}
.popup-form h2 {
  font-family: "Playfair Display",serif;
  font-weight: 700;
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px
}
.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 15px;
  width: 15px;
  background-image: url(../images/close-btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .3;
  cursor: pointer;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all .3s;
  transition: all .3s
}
.close-btn:hover {
  opacity: .5;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all .3s;
  transition: all .3s
}
.popup-form h2 span {
  color: #12b263
}
.popup-form_top {
  padding: 54px 26px 36px
}
.popup-form form {
  width: 100%
}
.popup-form input {
  width: 100%;
  padding: 14px 22px;
  border-radius: 5px;
  margin-bottom: 15px;
  border: 1px solid #c7d1d8
}
.popup-form form button {
  font-family: "Playfair Display",serif;
  font-size: 24px
}
.popup-form_bottom {
  padding: 36px 26px;
  background-color: #f0f3f4
}
.massengers-wrpr {
  padding: 15px 26px;
  background-color: #fff;
  width: 100%;
  max-width: 450px;
  border-radius: 4px
}
.massengers-wrpr h3,
.popup-form_bottom h3 {
  font-family: "Playfair Display",serif;
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 700
}
.massengers-wrpr h3 {
  font-size: 28px;
  color: #4f4642;
  font-weight: 500;
  text-shadow: 0 0 1px #4f4642,0 0 1px #4f4642
}
.popup-form_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.popup-form_btns a {
  position: relative;
  width: calc(33.33% - 6px);
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: center right;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all .3s
}
.popup-form_btns a:hover {
  opacity: .85;
  -webkit-transition: all .3s;
  transition: all .3s
}
.massengers-wrpr .popup-form_btns a {
  height: 45px;
  background-size: 35px 35px;
  font-size: 14px;
  border-radius: 4px
}
.massengers-wrpr .popup-form_btns .whatsapp {
  background-size: contain
}
.massengers-wrpr .popup-form_btns .whatsapp::after {
  height: 35px;
  width: 35px
}
.popup-form_btns .viber {
  background-color: #7d51a0;
  background-image: url(../images/viber_f.png);
  margin-right: 6px
}
.popup-form_btns .tlg {
  background-color: #20a0e1;
  background-image: url(../images/tlg_f.png);
  margin-left: 3px;
  margin-right: 3px
}
.popup-form_btns .whatsapp {
  background: -webkit-gradient(linear,left top,left bottom,color-stop(15.62%,#60fc7c),color-stop(81.25%,#27d145));
  background: linear-gradient(180deg,#60fc7c 15.62%,#27d145 81.25%);
  margin-left: 6px
}
.popup-form_btns .whatsapp::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  height: 50px;
  width: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/whatsapp_f.png);
  background-repeat: no-repeat;
  background-size: contain
}
.secBaner {
  position: relative
}
.header-btns {
  position: absolute;
  left: 50%;
  top: 65%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  width: 100%;
  max-width: 1754px;
  padding: 0 20px;
  margin: auto
}
.header-btns .btn {
  margin-bottom: 20px
}
.header-btns .btnStn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  text-shadow: 0 0 1px #4f4642,0 0 1px #4f4642;
  width: 100%;
  max-width: 450px;
  padding: 20px 20px;
  font-size: 28px;
  margin-bottom: 20px;
  cursor: pointer
}
.header-btns .btnStn:hover {
  text-shadow: 0 0 1px #fff,0 0 1px #fff
}
.popup-form form {
  position: relative
}
.popup-form form h5 {
  position: absolute;
  left: 50%;
  font-size: 12px;
  width: 100%;
  text-align: center;
  bottom: -25px;
  margin: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
.popup-form form .success {
  color: #12b263
}
.popup-form form .error {
  color: #ff6e6e
}
.header-bg-img {
  position: relative;
  z-index: 0;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}
.header-text-block {
  width: 100%;
  max-width: 1754px;
  padding: 40px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%
}
.header-text-block {
  position: absolute;
  width: 100%;
  z-index: 200;
  max-width: 1754px;
  padding: 40px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%
}
.header-text-block .text {
  background-color: rgba(79,69,67,.8);
  padding: 20px 30px;
  color: #fff;
  border-radius: 4px
}
.header-text-block .text h2 {
  font-size: 40px;
  font-family: "Playfair Display",serif
}
.secPos .carouselSertif {
  display: none
}
.secPos .slick-next,
.secPos .slick-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 10px;
  font-size: 30px;
  border: none;
  background-color: rgba(79,69,67,.8)
}
.secPos .slick-next {
  right: 0
}
.secPos .slick-list {
  margin: 0 30px
}
.secPos .carouselSertif .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 290px;
  -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;
  border: 1px solid #4f4543;
  padding: 15px;
  padding-bottom: 50px;
  text-align: center
}
.secPos .carouselSertif .item svg {
  max-height: 54px;
  max-width: 54px;
  fill: #4f4543
}
.secPos .carouselSertif .item h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #4f4543;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  font-weight: 400
}
.secPos .carouselSertif .item p {
  color: #4f4543;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin: 0
}
.secPos .carouselSertif .item span {
  color: #4f4543;
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .4px;
  margin-top: 15px
}
.secPos .carouselSertif .item span::after {
  content: '';
  height: 6px;
  width: 6px;
  display: inline-block;
  border-top: 1px solid #4f4543;
  border-right: 1px solid #4f4543;
  margin-left: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  -webkit-transition: .25s;
  -o-transition: .25s
}
.block-picture img {
  width: 100%;
  height: auto
}
section.secComand {
  padding-bottom: 0
}
.callback {
  margin-bottom: 30px
}
.btnCallback {
  width: 100%;
  padding: 10px 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 28px;
  cursor: pointer;
  color: #fff;
  border-radius: 4px;
  background-color: rgba(79,69,67,.8);
  border: 1px solid rgba(79,69,67,0);
  -webkit-transition: all .2s;
  transition: all .2s
}
.btnCallback:hover {
  color: rgba(79,69,67,.8);
  border: 1px solid rgba(79,69,67,.8);
  background-color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s
}

@media (max-width:1400px) {
  .header-btns {
    top: calc(75% + 40px)
  }
}

@media (max-width:1340px) {
  .btn,
  .btn-lines {
    max-width: 450px;
    height: 70px;
    font-size: 24px
  }
  .popup-form_btns a {
    font-size: 16px
  }
  .header-bg-img {
    max-height: 1000px
  }
}
@media (max-width:1140px) {
  .header-btns {
    top: calc(55% + 40px)
  }
  header .btnStn {
    display: none
  }
}
@media (min-width: 1100px) {
  .header-bg-img{
    background-position: top;
    background-position-y: -7vh;
  }
}
@media (min-width: 1400px) {
  .header-bg-img{
    background-position-y: -13vh;
  }
}
@media (min-width: 1650px) {
  .header-bg-img{
    background-position-y: -17vh;
  }
}
@media (max-width:1030px) {
  .header-btns .btnStn,
  .massengers-wrpr {
    max-width: 400px;
    font-size: 26px
  }
  .massengers-wrpr {
    padding: 26px 16px
  }
  .header-btns .popup-form_btns a {
    height: 36px;
    background-size: 25px 25px;
    font-size: 14px
  }
  .header-btns .popup-form_btns .whatsapp {
    background-size: unset
  }
  .header-btns .popup-form_btns .whatsapp::after {
    height: 26px;
    width: 26px
  }
  .header-text-block .text h2 {
    font-size: 32px
  }
}

@media (max-width:770px) {
  .header-btns .btn,
  .header-btns .btn-lines {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    font-size: 20px;
    height: 68px
  }
  .popup-form {
    margin-top: 80px
  }
  .popup-form h2 {
    font-size: 24px
  }
  .popup-form-wrpr {
    padding: 0 15px 30px
  }
  .popup-form form button {
    font-size: 16px
  }
  .popup-form_btns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .popup-form_btns .tlg,
  .popup-form_btns .viber,
  .popup-form_btns .whatsapp {
    width: calc(33.33% - 6px);
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px
  }
  .header-bg-img {
    max-height: calc(100vh - 330px);
    background-size: auto 75vh
  }
  .header-text-block {
    padding: 20px;
    padding-bottom: 15px
  }
  .header-text-block .text {
    padding: 15px;
    width: 100%;
    text-align: center
  }
  .header-text-block .text h2 {
    font-size: 20px
  }
  .header-text-block .text p {
    font-size: 12px;
    margin-bottom: 0
  }
  .header-btns {
    position: relative;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    right: 0;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    background-color: rgba(79,69,67,.8);
    padding-top: 20px;
    padding-bottom: 20px
  }
  .header-btns .btnStn {
    font-size: 22px;
    padding: 15px 15px;
    background-color: #fff;
    color: #4f4642;
    border: 1px solid #fff;
    margin-bottom: 15px
  }
  .massengers-wrpr h3 {
    margin-bottom: 10px
  }
  .header-btns .btnStn:hover {
    background-color: #4f4642;
    color: #fff;
    border: 1px solid #4f4642
  }
  .header-btns .popup-form_btns a,
  .popup-form_btns a {
    background-position: center;
    font-size: 14px;
    margin-bottom: 0;
    background-position: center center;
    width: calc(33.33% - 10px);
    max-width: 80px;
    border-radius: 4px;
    color: rgba(0,0,0,0)
  }
  .popup-form_btns .whatsapp::after {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
  }
  header .btnStn {
    display: none
  }
  .massengers-wrpr {
    background-color: #fff;
    color: rgba(79,69,67,.8);
    padding: 8px 15px
  }
  .massengers-wrpr h3 {
    color: #4f4642;
    font-size: 22px
  }
  header .logo svg {
    width: 55px;
    height: 60px
  }
  header .logo span {
    margin-left: 5px;
    font-size: 22px
  }
  .secPos .carouselSertif {
    display: block
  }
  .secPos .blockItems {
    display: none
  }
  .btnCallback {
    font-size: 24px
  }
  .secBaner {
    padding-top: 70px
  }
  header .logo {
    height: 70px
  }
}

@media (max-width:600px) {
  .header-bg-img{
    height: 40vh;
    background-size: cover;
  }
}