h1, h2, h3, h4, h5, p {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

button {
  border: none;
  background: none;
}

a:hover {
  text-decoration: none;
}

header {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 200px;
}
header ul {
  margin-left: auto;
  display: flex;
  align-items: center;
}
header ul li {
  list-style: none;
  margin-right: 40px;
}
header ul li a {
  font-family: Gilroy-300, sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #FFFFFF;
}
header button {
  border: 2px solid #D1B083;
  border-radius: 3px;
  padding: 10px 23px;
  color: #D1B083;
  font-family: Gilroy-500, sans-serif;
  font-size: 18px;
  line-height: 1;
}

body {
  background: linear-gradient(146.57deg, #181818 0%, #202020 20.83%, #252525 47.54%, #202020 73.08%, #181818 100%);
}

.block1 {
  padding-bottom: 110px;
  padding-top: 30px;
  background-image: url("../images/back1_image.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}
.block1 .title {
  width: 810px;
  font-family: Gilroy-500, sans-serif;
  font-size: 64px;
  line-height: 1;
  color: #FFFFFF;
}
.block1 .title span {
  color: #D1B083;
}
.block1 p {
  font-family: Gilroy-300, sans-serif;
  font-size: 32px;
  line-height: 1;
  color: #FFFFFF;
  margin-top: 40px;
  margin-bottom: 80px;
}

 .main_btn {
  background: linear-gradient(92.82deg, #D1B083 6.12%, #D0B49C 92.85%);
  border-radius: 4px;
  padding: 20px 82px;
  /*width: 200px;*/
  /*height: 60px;*/
  font-family: Gilroy-500, sans-serif;
  font-size: 24px;
  line-height: 1;
  color: #261E12;
  position: relative;
  overflow: hidden;
}
 .main_btn:before {
    animation: shine 5s ease-in-out infinite;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: -70%;
    z-index: 10;
    left: -20%;
    width: 20%;
    height: 240%;
    opacity: 0;
    transform: rotate(40deg);

    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.5) 77%, rgba(255, 255, 255, 1.1) 92%, rgba(255, 255, 255, 0.8) 100%);
}

@keyframes shine {
    10% {
        opacity: 1;
        top: -70%;
        left: 110%;
        transition-property: left, top, opacity;
        transition-duration: 3.7s, 2.7s, 1.15s;
        transition-timing-function: ease;
    }
    50% {
        opacity: 0;
        top: -70%;
        left: 110%;
        transition-property: left, top, opacity;
    }
	55% {
        opacity: 1;
        top: -70%;
        left: 110%;
        transition-property: left, top, opacity;
        transition-duration: 3.7s, 2.7s, 1.15s;
        transition-timing-function: ease;
    }
    100% {
        opacity: 0;
        top: -70%;
        left: 110%;
        transition-property: left, top, opacity;
    }
}
.main_title {
  font-family: Gilroy-400, sans-serif;
  font-size: 36px;
  line-height: 1;
  color: #FFFFFF;
}
.main_title span {
  color: #D1B083;
}

.block2 {
  padding-top: 40px;
  padding-bottom: 100px;
  background-image: url("../images/logo_part1.png");
  background-repeat: no-repeat;
  background-position: right;
}
.block2 .main_title {
  margin-bottom: 60px;
}
.block2 .slide_block {
  background-image: url("../images/slide_png.svg");
  min-height: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 25px;
}
#svgContainer{
  display: none;
}
.block2 .slide_block .title_h1 {
  font-family: Philosopher-400, sans-serif;
  font-size: 24px;
  line-height: 1;
  color: #D1B083;
  margin-top: 15px;
  margin-bottom: 10px;
}
.block2 .slide_block .title_h2 {
  font-family: Gilroy-300, sans-serif;
  font-size: 12px;
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.block2 .slide_block p {
  font-family: Gilroy-600, sans-serif;
  font-size: 18px;
  line-height: 1.1;
  text-align: center;
  color: #FFFFFF;
}

.block3 {
  background-image: url("../images/back1.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 150px;
}
.block3 .main_title {
  margin-bottom: 30px;
}
.block3 .cover {
  width: 100%;
  margin-bottom: 160px;
}

.three_block {
  display: flex;
  justify-content: space-between;
}
.three_block .three_one {
  width: 350px;
  height: 300px;
  background-image: url("../images/subtract.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 0 15px;
  padding-top: 100px;
  text-align: center;
}
.three_block .three_one .circle {
  background-image: url("../images/circle.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 140px;
  height: 140px;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}
.three_block .three_one .circle.first img {
  margin-top: -61px;
  margin-left: -20px;
}
.three_block .three_one .circle.second img {
  margin-top: -10px;
  margin-right: -10px;
}
.three_block .three_one .circle.third img {
  margin-right: -32px;
}
.three_block .three_one .title_h1 {
  font-family: Gilroy-600, sans-serif;
  font-size: 22px;
  line-height: 1;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.three_block .three_one p {
  font-family: Gilroy-300, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #FFFFFF;
  text-align: left;
}

.block-price{
  padding-top: 30px;
  padding-bottom: 150px;
}
.price-block{
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
  align-items: flex-start;
}
.price_1b{
  background: #FFFFFF;
  border-radius: 10px;
  width: 350px;
  padding: 20px;
}
.price_2b{
  background: #FFFFFF;
  border-radius: 10px;
  width: 350px;
  padding: 20px;
}
.p-tarif{
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}
.p-premium{
  font-family: Gilroy-700;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  padding-top: 12px;
  padding-bottom: 10px;
}
.prtxt1{
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
.nice-svg{
  padding-right: 5px;
  padding-left: 10px;
}
.price-premium{
  font-family: Gilroy-700;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  color: #000000;
  padding: 15px 0;
}
.price-btn{
  background: linear-gradient(
          92.82deg, #D1B083 6.12%, #D0B49C 92.85%);
  border-radius: 4px;
  width: 100%;
  height: 60px;
  padding: 0 0!important;
  font-size: 18px!important;
}
.block4 {
  padding-bottom: 160px;
}
.block4 .main_title {
  margin-bottom: 60px;
}
.block4 .sliders_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.block4 .one_slide {
  width: 540px;
  margin-bottom: 60px;
  text-align: center;
}
.block4 .one_slide .title {
  font-family: Gilroy-600, sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #FFFFFF;
  padding: 0 10px;
  text-align: center;
}
.block4 .one_slide p {
  padding: 0 10px;
  font-family: Gilroy-300, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center;
}
.block4 .one_slide .link_ {
  font-family: Gilroy-400, sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 20px;
}
.block4 .one_slide button {
  font-family: Gilroy-500, sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #261E12;
}

.slider_temp .swiper-wrapper {
  padding-bottom: 40px;
}
.slider_temp .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #D1B083;
}

.big_slider {
  padding-bottom: 70px;
}
.big_slider .swiper-button-prev {
  background-image: url(../images/left.svg);
}
.big_slider .swiper-button-next {
  background-image: url(../images/right.svg);
}
.big_slider .swiper-button-next, .big_slider .swiper-button-prev {
  position: absolute;
  bottom: 0;
  top: auto;
  width: 40px;
  height: 40px;
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.big_slider .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  background: rgba(209, 176, 131, 0.5);
  border: 1px solid #D1B083;
  opacity: 1;
  box-sizing: border-box;
}
.big_slider .swiper-pagination-bullet-active {
  background: #D1B083;
}
.big_slider .swiper-button-prev:after, .big_slider .swiper-rtl .swiper-button-next:after {
  content: "";
}
.big_slider .swiper-button-next:after, .big_slider .swiper-rtl .swiper-button-prev:after {
  content: "";
}

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


/*POPUP*/

.dm-table {
  display: table;
  width: 100%;
  height: 100%;
}

.dm-cell {
  display: table-cell;
  /*padding: 0 1em;*/
  vertical-align: middle;
  /*text-align: center;*/
}

.dm-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  /*display: none;*/
  overflow: auto;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.3);
}

.spsza{
  font-size: 29px;
  color: #D1B083;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding-top: 20px;
  font-family: Gilroy-700, sans-serif;
}
.pp-span {
  font-family: Gilroy-400, sans-serif;
  color: #000;
  line-height: 1.2;
  text-align: center;
  padding-top: 20px;
  font-size: 20px;
  padding-bottom: 20px;
}
.okno {
  background-color: #FFFFFF;
  width: 500px;
  height: auto;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 45px;
  z-index: 999999;
  position: relative;
  border-radius: 10px;
}

.popup-close {
  position: relative;
}

.closes {
  width: 13px;
  height: 13px;
  cursor: pointer;
  position: absolute;
  right: 22px;
  top: -26px;
  font-size: 20px;
  font-weight: bold;
  color: #D1B083;
}

.closes:hover {
  
}

.closeup {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/*POPUP END*/
.pf-img{
  width: 100%;
}
.dnonelg{
  display: none;
}
.main_btn:hover{
  background: #af9464;
  border-radius: 4px;
}
header button:hover{
  background: #D1B083;
  color: #ffffff;
}
header ul li a:hover{
  color: #D1B083;
}
.block3 .cover {
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-bottom: 201px;
  margin-top: 70px;
}
.block5{
  background: #303030;
  padding: 60px 0;
}
.sizd{
  font-family: Gilroy-400;
  font-size: 44px;
  line-height: 58px;
  color: #FFFFFF;
}
.sizd-podtitle{
  font-family: Gilroy-400;
  font-size: 20px;
  line-height: 29px;
  color: #FFFFFF;
  padding-top: 15px;
}
.cont5{
  padding-top: 5px;
}
.adres{
  display: flex;
  padding-top: 19px;
}
.iconadr {
  padding-right: 13px;
}
.icontxt{
  font-family: Gilroy-400;
  font-size: 21px;
  line-height: 29px;
  color: #FFFFFF;
}
.soc-set {
  display: flex;
  padding-top: 30px;
  width: 160px;
  justify-content: space-between;
}
.formaa {
  display: flex;
  flex-direction: column;
  width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.formaa input{
  background: #F5F5F5;
  border-radius: 4px;
  height: 60px;
  padding-left: 60px;
  width: 100%;
}
.txtarea{
  background: #F5F5F5;
  border-radius: 4px;
  height: 60px;
  padding-left: 60px;
  width: 100%;
  padding-top: 15px;
}
.form_btn{
  font-family: Gilroy-500, sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #261E12;
}
.formaa label{
  position: relative;
  margin-bottom: 20px;
}
.usersvg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 10px;
}
.backicon5{
  position: absolute;
  right: 0;
}
.txtpeak {
  font-family: Philosopher;
  font-size: 270px;
  line-height: 323px;
  opacity: 0.1;
  color: #D1B083;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}


.footer{
  background: #202020;
  padding: 20px 0;
}
.cc{
  font-family: Gilroy-300;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
}
.block1 {
  padding-bottom: 0;
  padding-top: 30px;
  background-image: url(../images/back1_image.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}
.block1 .title {
  width: 810px;
  font-family: Gilroy-500, sans-serif;
  font-size: 64px;
  line-height: 1;
  color: #FFFFFF;
}
.gifka{
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 234px;
  width: 232px;
  margin-right: 29px;
  border-radius: 30px;
}

.block1{
  height: 840px;
}
.samrt-png {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 220px;
}
.block1 p{
  width: 80%;
}
@media (max-width: 1600px) {
  .block1 p{
    width: 100%;
  }
  .samrt-png{
    margin-top: 120px;
  }
  .gifka {
    margin-top: 134px;
  }
  .blo{
    display: flex;
  }
  .block1 {
    padding-bottom: 0;
    padding-top: 30px;
    background-image: url(../images/back1_image.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-position-y: 140px;
    height: 740px;
  }
  .block1 .title {
    width: 700px;
    font-size: 54px;
    line-height: 1;
  }
  .blo2{

  }
  header {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 160px;
  }
  .block1 p {
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 80px;
  }

}

@media (max-width: 1199px) {
  header img{
    width: 180px;
  }
  header ul li a {
    font-size: 16px;
    line-height: 1;
  }
  header button {
    padding: 10px 23px;
    font-size: 16px;
    line-height: 1;
  }
  .block1 .title {
    width: 700px;
    font-size: 45px;
    line-height: 1;
  }
  .block1 p {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 80px;
    width: 500px;
  }
  .block4 .one_slide .title {
    font-size: 18px;
    line-height: 1;
    padding: 0 10px;
  }
  .block4 .one_slide p {
    padding: 0 10px;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .block4 .one_slide .link_ {
    font-size: 17px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .main_btn {
    padding: 20px 70px;
    font-size: 21px;
  }
  .txtpeak {
    font-size: 200px;
    line-height: 323px;
  }
  .three_block .three_one p {
    font-size: 15px;
    line-height: 1.3;
    text-align: left;
  }
  .three_block .three_one {
    width: 290px;
    height: 300px;
    padding: 0 15px;
    padding-top: 100px;
  }
  .block2 .slide_block {
    min-height: 390px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .block2 .slide_block p {
    font-size: 14px;
    line-height: 1.1;
  }
  .block2 .slide_block .title_h1 {
    font-size: 21px;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .block2 .slide_block .title_h2 {
    font-size: 11px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .main_title {
    font-size: 33px;
    line-height: 1;
  }
  .sizd {
    font-size: 37px;
    line-height: 58px;
  }
  .sizd-podtitle {
    font-size: 18px;
    line-height: 29px;
    padding-top: 15px;
  }
  .icontxt {
    font-size: 18px;
    line-height: 29px;
  }
  .form_btn {
    font-size: 16px!important;
  }
  .cc {
    font-size: 15px;
  }
  .block4 .one_slide {
    width: 49%;
  }
  .one_slide img{
    width: 100%;
  }
  .price_1b {
    width: 290px;
    padding: 20px;
  }
  .p-premium {
    font-size: 30px;
    padding-top: 12px;
    padding-bottom: 10px;
  }
  .p-tarif {
    font-size: 18px;
    line-height: 24px;
  }
}


@media (max-width: 991.9px) {
  header img {
    width: 160px;
  }
  .samrt-png {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 120px;
    width: 410px;
  }
  .gifka {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 137px;
    width: 187px;
    margin-right: 25px;
    border-radius: 30px;
  }
  .block1 .title {
    width: 470px;
    font-size: 45px;
    line-height: 1;
  }
  .block1 .title {
    width: 470px;
    font-size: 35px;
    line-height: 1;
  }
  .block1 p {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 80px;
    width: 500px;
  }
  .block2 .slide_block .title_h1 {
    font-size: 17px;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .block2 .slide_block p {
    font-size: 11px;
    line-height: 1.1;
  }
  .userimg{
    width: 90px;
  }
  .block2 .slide_block {
    min-height: 260px;
    padding: 0 25px;
  }
  .main_title {
    font-size: 30px;
    line-height: 1;
  }
  .three_block .three_one p {
    font-size: 13px;
    line-height: 1.3;
    text-align: left;
  }
  .three_block .three_one {
    width: 220px;
    height: 300px;
    padding: 0 15px;
    padding-top: 100px;
  }
  .three_block .three_one .circle.third img {
    margin-right: -32px;
    width: 120px;
  }
  .three_block .three_one .circle.second img {
    margin-top: -10px;
    margin-right: -10px;
    width: 120px;
  }
  .block4 .one_slide button {
    font-size: 14px;
    line-height: 1;
  }
  .circle.first img {
    margin-top: -61px;
    margin-left: -20px;
    width: 180px;
  }
  .sizd {
    font-size: 28px;
    line-height: 58px;
  }
  .sizd-podtitle {
    font-size: 15px;
    line-height: 29px;
    padding-top: 10px;
  }
  .icontxt {
    font-size: 15px;
    line-height: 29px;
  }
  .soc-set img{
    width: 35px;
  }
  .soc-set {
    display: flex;
    padding-top: 30px;
    width: 140px;
    justify-content: space-between;
  }
  header ul li {
    list-style: none;
    margin-right: 20px;
  }
  header button {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1;
  }
  .block1 {
    padding-top: 30px;
    background-position-y: 50px;
    height: 630px;
  }
  .price_1b {
    width: 225px;
    padding: 20px;
  }
  .p-premium {
    font-size: 25px;
    padding-top: 12px;
    padding-bottom: 10px;
  }
  .price-btn {
    width: 100%;
    height: 55px;
    padding: 0 0!important;
    font-size: 16px!important;
  }
}


@media (max-width: 767.9px) {
  .three_block .three_one .circle {
    width: 130px;
    height: 130px;
    top: -90px;
  }
  .block3{
    padding-bottom: 10px;
  }
  .block3 .cover {
    margin-bottom: 251px;
  }
  .formaa{
    margin-top: 20px;
    margin-left: 0;
  }
  .txtpeak {
    font-size: 140px;
    line-height: 73px;
  }
  .three_block{
    flex-wrap: wrap;
    justify-content: center;
  }
  .three_block .three_one {
    width: 80%;
    height: 260px;
    margin-bottom: 100px;
  }
  .block4 .one_slide button {
    font-size: 14px;
    padding: 17px 0px;
    margin-top: 0;
  }
  .dnone{
    display: none;
  }
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
  }
  .svgcall{
    width: 20px;
  }
  header a{
    color: #D0B49C;
  }
  .dnonelg{
    display: block;
  }
  .blo {
    display: flex;
    flex-wrap: wrap;
  }
  .block1 {
    padding-top: 30px;
    background-position-y: 50px;
    height: auto;
    background: none;
    margin-bottom: 70px;
  }
  .samrt-png {
    position: inherit;
    right: inherit;
    top: inherit;
    margin-top: 120px;
    width: 410px;
  }
  .txtpeak {
    font-size: 90px;
    line-height: 323px;
  }
  .blo2 {
    width: 100%;
    margin-top: -100px;
  }
  .samrt-mob {
    width: 230px;
    display: block;
    margin: 0 auto;
    margin-top: 90px;
    z-index: 99;
    position: relative;
  }
  .gifka {
    position: inherit;
    right: inherit;
    top: inherit;
    width: 201px;
    border-radius: 30px;
    display: block;
    margin: 0 auto;
    margin-top: -453px;
    position: relative;
    z-index: 999;
  }
  .wopmob{
    position: absolute;
    right: 0;
    z-index: 9;
  }
  .main_btn {
    padding: 20px 70px;
    font-size: 21px;
    width: 100%;
    z-index: 999;
    position: relative;
    margin-top: 70px;
  }
  .block2{
    background: none;
  }
  .adres {
    display: flex;
    padding-top: 0px;
  }
  .form_btn {
    font-size: 16px!important;
    margin-top: 0!important;
  }
  .backicon5 {
    position: absolute;
    right: 0;
    width: 110px;
  }
  .price-block{
    display: flex;
    padding-top: 80px;
    flex-direction: column;
    align-items: center;
  }
  .price_1b {
    width: 395px;
    padding: 20px;
    margin-bottom: 30px;
  }
  .price-btn {
    width: 100%;
    height: 55px;
    padding: 0 0!important;
    font-size: 16px!important;
    margin-top: 0!important;
  }
  .p-premium {
    font-size: 30px;
    padding-top: 12px;
    padding-bottom: 10px;
  }
  .prtxt1 {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
  }
}
@media (max-width: 575.9px) {
  .okno{
    width: 90%;
  }
  .block1 p {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 80px;
    width: 100%;
  }
  .block1 .title{
    width: 100%;
  }
  .price-block {
    display: flex;
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 500px) {
  .slide1_wrap{
    margin-right: -15px;
  }
  .formaa {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
  .block2 .slide_block .title_h1 {
    font-size: 24px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .block2 .slide_block .title_h2 {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .block2 .slide_block p {
    font-size: 16px;
    width: 230px;
  }
  .block4 .one_slide{
    width: 100%;
  }
  .block2 .slide_block {
    min-height: 400px;
    padding: 0 25px;
    width: 80%;
    transition: 0.2s ease;
  }
  .userimg {
    width: 140px;
    margin-top: -30px;
  }
  .swiper-slide-next .slide_block{
    margin-left: -60px;
  }
  #svgContainer{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;

  }
	#svgContainer svg{
		width:96px;
		height:64px;
	}
  #svgContainer svg path{
    stroke: #af9464;
  }
  .swiper-slide-next .slide_block {
    margin-left: -60px;
  }
  .block1 .title span {
    color: #D1B083;
    text-transform: uppercase;
  }
  .block1 .title {
    width: 100%;
    line-height: 1.3;
  }
  .block1 p {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 80px;
    line-height: 1.2;
  }
  .block3 .cover {
    width: 100%;
    margin-bottom: 201px;
    margin-top: 70px;
  }
  .block3 {
    padding-top: 30px;
    padding-bottom: 0px;
    background-size: contain;
    margin-bottom: -50px;
  }
  .three_block .three_one p {
    font-size: 15px;
    line-height: 1.4;
    text-align: left;
  }
  .block4 {
    padding-bottom: 80px;
  }
  .price_1b {
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 450px) {
  .block1 .title {
    width: 100%;
    line-height: 1.3;
    font-size: 30px;
  }
  .block1 p {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 80px;
    line-height: 1.2;
  }
  .three_block .three_one {
    width: 80%;
    height: 260px;
    margin-bottom: 130px;
  }
  .three_block .three_one p {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
  }
  .three_block .three_one .circle.second img {
    margin-top: -10px;
    margin-right: -10px;
    width: 100px;
  }
  .three_block .three_one .circle.first img {
    margin-top: -61px;
    margin-left: -10px;
    width: 160px;
  }
  .three_block .three_one .circle.third img {
    margin-right: -32px;
    width: 105px;
  }
  .block4 {
    padding-bottom: 80px;
    margin-top: -60px;
  }
  .slider_temp .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #D1B083;
  }
  .block5 {
    background: #303030;
    padding: 50px 0;
  }
  .backicon5 {
    position: absolute;
    right: 0;
    width: 80px;
    margin-top: -20px;
  }
  .txtpeak {
    font-size: 85px;
    line-height: 323px;
    margin-top: 158px;
  }
  .icontxt {
    font-size: 15px;
    line-height: 24px;
  }
  .adres {
    display: flex;
    padding-top: 0px;
    margin-bottom: 16px;
  }
  .location-svg{

  }
  .icontxt {
    font-size: 17px;
    line-height: 24px;
  }
  .iconadrrr {
    padding-right: 6px;
  }

}
@media (max-width: 410px) {
  .txtpeak {
    font-size: 70px;
    line-height: 1.2;
  }
  .three_block .three_one{
    width: 100%;
  }
  .three_block .three_one .circle {
    width: 120px;
    height: 120px;
    top: -70px;
  }
  .block2 .slide_block {
    width: 90%;
  }
  .swiper-slide-next .slide_block {
    margin-left: -30px;
  }
  .block1 .title {
    width: 100%;
    line-height: 1.3;
    font-size: 26px;
  }
  .block1 p {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 80px;
    line-height: 1.2;
  }
  .samrt-mob {
    width: 220px;
    display: block;
    margin: 0 auto;
    margin-top: 114px;
    z-index: 99;
    position: relative;
  }
  .gifka {
    position: inherit;
    right: inherit;
    top: inherit;
    width: 196px;
    border-radius: 24px;
    display: block;
    margin: 0 auto;
    margin-top: -436px;
    position: relative;
    z-index: 999;
  }
  .main_title {
    font-size: 28px;
    line-height: 1.2;
  }
  .three_block .three_one {
    width: 100%;
    padding-top: 85px;
  }
  .block4 .sliders_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .big_slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: rgba(209, 176, 131, 0.5);
    border: 1px solid #D1B083;
    opacity: 1;
    box-sizing: border-box;
  }
  .txtpeak {
    font-size: 70px;
    line-height: 1.2;
    margin-top: 290px;
  }
  .block5 {
    background: #303030;
    padding: 50px 0;
  }
  .backicon5 {
    margin-top: -20px;
    position: absolute;
    right: 0;
    width: 70px;
  }
  .icontxt {
    font-size: 15px;
    line-height: 24px;
  }
  .adres {
    display: flex;
    padding-top: 0px;
    margin-bottom: 16px;
  }
  .location-svg{

  }
  .icontxt {
    font-size: 17px;
    line-height: 24px;
  }
  .iconadrrr {
    padding-right: 6px;
  }

}

@media  {

}