/* USER VARIABLES SECTION */

:root {
  --accent: #000;
  --regular-text: 16px;
  --lineheight: 1.65;
  --userfont: 'Montserrat', sans-serif;
  --systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

/* BOOTSTRAP SETTINGS SECTION */

/* gutter 20px (10px + 10px). Comment this code for default gutter start at 1.5rem (24px) wide. */
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 0.938rem;
}

.row,
.row>* {
  --bs-gutter-x: 1.875rem;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

input[type="checkbox"],
input[type="radio"],
input[type="file"] {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  z-index: 1;
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}

/* GENERAL CSS SETTINGS */

.img-right {
  float: right;
  margin-left: 50px;
}

.img-left {
  float: left;
  margin-right: 50px;
}

@media(max-width: 767px) {

  .img-right,
  .img-left {
    float: none;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 0 10px 0;
  }
}

::placeholder {
  color: #ccc;
  opacity: 1;
}

::selection {
  background-color: var(--accent);
  color: #fff;
}

input,
textarea {
  outline: none;
}

input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: #14295E;
}

input:required:valid,
textarea:required:valid {
  border-color: green;
}

* {
  padding: 0;
  margin: 0;
}

html{
    scroll-behavior: smooth;
}

body {
  font-family: var(--userfont);
  font-size: var(--regular-text);
  line-height: var(--lineheight);
  color: var(--text);
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  background: #000;
  font-weight: 400;
}

/* common */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .8;
  display: none;
  z-index: 100;
}

.overlay.show {
  display: block;
}

.position-relative {
  position: relative;
}

.svg-block {
  position: absolute;
  bottom: -9999px;
  left: -9999px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.title {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

.text-small {
  margin: 0;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
}

.social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
  padding: 0;
  margin: 0;
}

.social li {
  list-style-type: none;
}

.social li a svg {
  fill: #CEA348;
  width: 45px;
  height: 45px;
}

.phone {
  display: flex;
  gap: 0 1px;
  align-items: center;
  text-decoration: none;
}

.phone__icon {
  fill: #fff;
  width: 43px;
  height: 43px;
}

.phone__info {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  line-height: normal;
}

.phone__info span {
  color: #CEA348;
  text-decoration: none;
  font-weight: 700;
}

.btn {
  border-radius: 20px;
  background: #CEA449;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  color: #FFF;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  width: 100%;
  max-width: 315px;
  text-decoration: none;
  transition: .2s ease all;
  border: 1px solid #CEA449;
}

.btn:hover {
  background: transparent;
  color: #CEA449;
}

.btn-link-home {
  margin: 40px auto 0 auto;
  font-size: 22px;
  line-height: 22px;
  height: 75px;
  max-width: 430px;
}

.logo {
  display: block;
  transition: .1s ease all;
}

.logo img{
  transition: all .5s ease;
     max-width: 100%;
     max-height: 100%;
}

.logo--mobile{
  display: none;
  margin: 0 auto;
}

.menu-toggle span {
  display: block;
  background: #CEA348;
  border-radius: 2px;
  transition: .25s ease-in-out;
}

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

.hamburger span {
  width: 48px;
  height: 3px;
  position: relative;
  margin: 10px 0;
}

.hamburger span:nth-child(1) {
  transition-delay: .5s;
}

.hamburger span:nth-child(2) {
  transition-delay: .625s;
}

.hamburger span:nth-child(3) {
  transition-delay: .75s;
}

.cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  top: 0;
}

.cross span:nth-child(1) {
  height: 0%;
  width: 3px;
  position: absolute;
  top: 0;
  left: 22px;
  transition-delay: 0s;
}

.cross span:nth-child(2) {
  width: 0%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 22px;
  transition-delay: .25s;
}

.menu-toggle.open .hamburger span {
  width: 0%;
}

.menu-toggle.open .hamburger span:nth-child(1) {
  transition-delay: 0s;
}

.menu-toggle.open .hamburger span:nth-child(2) {
  transition-delay: .125s;
}

.menu-toggle.open .hamburger span:nth-child(3) {
  transition-delay: .25s;
}

.menu-toggle.open .cross span:nth-child(1) {
  transition-delay: .625s;
  height: 100%;
}

.menu-toggle.open .cross span:nth-child(2) {
  transition-delay: .375s;
  width: 100%;
}

.lang {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.lang li {
  list-style-type: none;
}

.lang li a {
  display: block;
  color: #BCBCBC;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  padding: 0 7px;
  text-decoration: none;
  position: relative;
  transition: all .2s ease;
  text-transform: uppercase;
}

.lang li a:hover {
  color: #fff;
  text-decoration: underline;
}

.lang li a:before {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 30px;
  right: 0;
  background: #fff;
}

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

.lang li.active a {
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
}

.btn-up {
  background: transparent;
  border: none;
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 25px;
  right: 25px;
  font-size: 0;
  padding: 0;
  opacity: 0;
  z-index: 91;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  display: flex;
}

.btn-up svg {
  width: 50px;
  height: 50px;
  fill: none;
}

.btn-up.active {
  opacity: 1;
}

.footnote {
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.footnote a {
  text-decoration: underline;
  color: #fff;
}

.control-input {
  width: 100%;
  border-radius: 15px;
  border: 1px solid #CEA449;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  height: 75px;
  color: #000;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  padding: 0 27px;
}

.control-input::placeholder {
  color: #000;
}

.control-btn {
  border-radius: 15px;
  border: 1px solid #CEA449;
  background: #CEA348;
  height: 75px;
  font-size: 22px;
  line-height: 22px;
  width: 100%;
  max-width: 100%;
}

.slider--prev svg,
.slider--next svg {
  fill: #D1D1D1;
  width: 19px;
  height: 34px;
}

.slider--prev {
  transform: scale(-1);
  position: absolute;
  left: 0;
  top: 50%;
}

.slider--next {
  position: absolute;
  right: 0;
  top: 50%;
}

@media(max-width: 991px){
  .logo--pc{
    display: none;
  }
  .logo--mobile{
    display: block;
  }
  .header__phone .phone__icon{
    width: 23px;
    height: 23px;
  }
  .header__phone .phone__info{
    display: none;
  }

  .header__btn-menu{
    width: 24px;
  }

  .hamburger span{
    width: 100%;
  }

  .title{
    font-size: 19px;
    line-height: 20px;
  }

  .btn-link-home{
    height: 40px;
    font-size: 15px;
    line-height: 15px;
  }
  .control-input{
    height: 40px;
    font-size: 13px;
    line-height: 13px;
  }

  .control-btn{
    height: 40px;
    font-size: 13px;
    line-height: 13px;
  }

  .footnote{
    font-size: 12px;
    line-height: 16px;
  }

  .text-small{
    font-size: 15px;
    line-height: 20px;
  }

  .img-right{
    margin: 0 0 20px 0;
    float: unset;
    display: block;
    width: 100%;
  }
}

@media(max-width: 767px) {
  .slider--prev,
  .slider--next{
    display: none;
  }
}

@media(max-width: 350px){
    .logo--mobile{
        display: block;
        width: 100%;
    }
}

/* end common */

/* header */
body.header--padding-inner{
    padding-top: 126px;
}
.header {
  padding: 28px 0 28px 0;
  /* background: #222; */
  background: transparent;
  z-index: 101;
  position: fixed;
  overflow: hidden;
  transition: 1s ease all;
  width: 100%;
  margin: 0 auto;
  top: 0;
}

.header.header--fixed {
  background: rgba(0, 0, 0, 0.80);
  transition: .9s ease all;
  padding: 20px 0;
}

.header.show{
  overflow: unset;
}

.header--inner {
  background: rgba(0, 0, 0, 0.80);
  padding: 20px 0;
}

.header--fixed .logo img.logo--pc,
.header--inner .logo img.logo--pc {
    max-width: 86px;
    max-height: 86px;
    margin: 0 auto;
}

.header__logo {
  text-align: center;
}

.header__btn-menu {
  margin: 0 0 0 auto;
  display: block;
  border: none;
  padding: 0;
  position: relative;
  width: 48px;
  height: 48px;
  background: none;
  z-index: 3;
}

.header__menu {
  background: #222;
  width: 100%;
  max-width: 790px;
  padding: 45px 0 44px 0;
  position: absolute;
  top: -28px;
  right: -100%;
  z-index: 2;
  visibility: hidden;
  transition: .2s ease all;
}

.header__menu.show {
  visibility: visible;
  right: 0;
}

.header__menu-logo {
  display: block;
  margin: 0 0 25px 0;
  padding: 17px 0 0 0;
}

.header__menu-logo img {
  width: 86px;
  height: 86px;
  display: block;
  margin: 0 auto;
}

.header__menu-list {
  padding: 0;
  margin: 0 0 0 114px;
}

.header__menu-list>li {
  list-style-type: none;
  display: block;
  padding: 0 0 8px 0;
}

.header__menu-list>li:last-child {
  padding: 0;
}

.header__menu-list>li>a {
  display: block;
  color: #FFF;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  text-decoration: none;
  transition: .1s ease all;
}

.header__menu-list li a:hover {
  color: #CEA348;
  text-decoration: underline;
}

.header__menu-list li.active>a {
  color: #CEA348;
  text-decoration: underline;
}

.header__menu-list li.active> .parent__wrap a {
  color: #CEA348;
  text-decoration: underline;
}

.header__menu-phone {
  margin: 55px 0 54px 106px;
}

.header__menu-phone .phone__info {
  font-size: 20px;
}

.parent__wrap {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.parent__wrap a {
  display: block;
  color: #FFF;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  text-decoration: none;
  transition: .1s ease all;
}

.parent__wrap-btn {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

.parent__wrap-btn svg {
  fill: none;
  width: 14px;
  height: 7px;
  stroke: #fff;
}

.parent__submenu {
  padding: 15px 0 20px 0;
  margin: 0 0 0 60px;
  display: none;
}

.parent__submenu.show {
  display: block;
}

.parent__submenu li {
  list-style-type: none;
}

.parent__submenu li a {
  text-decoration: none;
  color: #FFF;
  font-size: 20px;
  line-height: 32px;
}

@media(max-width: 1025px){
    body.header--padding-inner{
        padding-top: 126px;
    }
}

@media(max-width: 991px){
    body.header--padding-home{
        padding-top: 80px;
    }
    body.header--padding-inner{
        padding-top: 80px;
   }
  .header{
    background: rgba(0, 0, 0, 0.80);
    padding: 16px 0;
  }
  
  .header.header--fixed{
      padding: 16px 0;
  }

  .header__menu-list{
    margin: 0;
    padding: 0 20px;
  }

  .lang li a{
    font-size: 18px;
  }

  .header__menu-phone .phone__info{
    font-size: 14px;
  }

  .header__menu-list>li>a,
  .parent__wrap a{
    font-size: 14px;
    line-height: 20px;
  }

  .parent__submenu li a{
    font-size: 14px;
    line-height: 14px;
  }

  .parent__submenu{
    margin: 0 0 0 40px;
    padding: 10px 0;
  }

  .header__menu-phone{
    justify-content: flex-start;
    margin: 40px 0;
    padding: 0 10px;
  }

  .header__menu{
    padding: 16px 0 30px 0;
  }
}

/* end header */

/* footer */
.footer {
  padding: 100px 0 60px 0;
}

.footer__title {
  color: #CEA348;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.36px;
  margin: 0 0 20px 0;
}

.footer__right-title {
  text-align: right;
  margin: 0 0 34px 0;
}

.footer__logo {
  display: block;
  text-align: center;
  margin: 0 0 22px 0;
}

.footer__menu {
  padding: 0;
  margin: 0;
}

.footer__menu li {
  list-style-type: none;
  padding: 0 0 24px 0;
}

.footer__menu li a {
  display: block;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.16px;
  text-decoration: none;
}

.footer__menu li:last-child {
  padding: 0;
}

.footer__right-wrap {
  border-left: 1px solid #CEA449;
  padding: 0 0 0 25px;
  height: 100%;
}

.footer__left-wrap {
  border-right: 1px solid #CEA449;
  padding: 0 100px 0 0;
  height: 100%;
}

.footer__center-copy {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.36px;
  margin: 38px 0 0 0;
}

.footer__right-item {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin: 0 0 38px 0;
}

.footer__right-item:last-child {
  margin: 0;
}

.footer__right-item strong {
  color: #FFF;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.4px;
  letter-spacing: 0.36px;
}


.footer__right-item a,
.footer__right-item span {
  color: #FFF;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.4px;
  letter-spacing: 0.36px;
  text-decoration: none;
}

@media(max-width: 991px){
  .footer{
    padding: 32px 0;
  }

  .footer__right{
    order: 0;
  }

  .footer__left{
    order: 1;
  }

  .footer__center{
    order: 2;
    padding: 20px 0 0 0;
  }

  .footer__title{
    text-align: center;
    font-size: 19px;
    line-height: 19px;
  }

  .footer__left-wrap {
    border: none;
    padding: 55px 0 0 0;
    text-align: center;
  }

  .footer__right-wrap{
    padding: 0;
    border: none;
  }

  .footer__right-item{
    align-items: center;
    margin: 0 0 15px 0;
  }

  .footer__menu li a{
    text-align: center;
  }
}

/* end footer */

/* slider */
.slider {
/*   background: #222; */
  position: relative;
  overflow: hidden;
}

/* .slider__swiper-slide-img-pc {
  text-align: right;
} */

.slider__swiper-slide-img-pc img{
    width: 100%;
    display: block;
}

.slider__swiper-slide-link{
    display: block;
}

.slider__swiper-slide-img-mob {
  display: none;
}

.slider__swiper-slide {
  position: relative;
}

.slider__swiper-slide-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 80;
  width: 100%;
  margin: 0 auto;
}

.slider__swiper-slide-text h2 {
  color: #FFF;
  font-family: Montserrat;
  font-size: 38px;
  line-height: 50px;
  font-weight: 500;
  max-width: 750px;
}

.slider__swiper-slide-text h2 strong {
  font-weight: 700;
  color: #CEA449;
  text-transform: uppercase;
}

.slider__swiper-slide-text p {
  color: #FFF;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 25px 0 0 0;
}

.slider__swiper-slide-text-link {
  margin: 32px 0 0 0;
}

.slider--pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  bottom: 22px !important;
  gap: 0 10px;
}

.slider--pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: transparent;
  border-radius: 100%;
  border: 1px solid #CEA348;
  padding: 0 !important;
  margin: 0 !important;
}

.slider--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #CEA348;
}

@media(max-width: 1350px){
  .slider{
    margin: 0;
  }
  .slider__swiper-slide-text h2{
    font-size: 28px;
    line-height: 35px;
  }
  .slider__swiper-slide-img-pc img{
    display: block;
    width: 100%;
  }
}

@media(max-width: 991px){
  .slider__swiper-slide{
    display: flex;
    align-items: center;
    justify-content: revert;
    flex-direction: column;
  }
  .slider__swiper-slide-text-link{
    height: 30px;
    font-size: 16px;
    line-height: 16px;
    max-width: 150px;
  }
  .slider__swiper-slide-text h2{
    font-size: 20px;
    line-height: 30px;
    max-width: 100%;
  }
  
  .slider__swiper-slide-text p{
      display: none;
  }
}

@media(max-width: 700px){
    .slider{
        height: 480px;
    }
    .slider__swiper-slide-text{
      top: 10px;
      transform: unset;
      left: 0;
    } 
    
    .slider__swiper-slide-img-pc{
        /* display: none; */
        height: 480px;
    }
    .slider__swiper-slide-img-pc img{
      height: 100%;
      object-fit: cover;
    }
}

@media(max-width: 500px){
    .slider__swiper-slide-img-pc{
        display: none;
    }
    .slider__swiper-slide-img-mob{
        display: block;
        width: 100%;
        height: 480px;
    } 
    .slider__swiper-slide-img-mob img{
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
}

/* end slider */

/* concept */
.concept {
  padding: 248px 0 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/bg-concept.png');
  background-position: top center;
}

.concept__title {
  margin: 0 0 32px 0;
}

.concept__text-small {
  margin: 0 0 62px 0;
}

.concept__achievement-item {}

.concept__achievement-item-number {
  color: #CEA348;
  text-align: center;
  font-size: 40px;
  line-height: 49px;
  font-weight: 700;
}

.concept__achievement-item-text {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}


.concept__facts {
  margin: 84px 0 0 0;
}

.concept__fact-item {
    display: flex;
    align-items: center;
    gap: 0 51px;
    border-radius: 15px;
    background: #FFF;
    height: 85px;
    padding: 0 0 0 24px;
    position: relative;
    z-index: 3;
}

.concept__fact-item-icon {
  fill: none;
  width: 44px;
  height: 44px;
}

.concept__fact-item-text {
  color: #000;
  font-size: 20px;
  line-height: 26px;
  width: calc(100% - (44px + 51px));
}

.concept__fact-item-text strong {
  color: #CEA449;
  font-weight: 700;
}

@media(max-width: 1396px){
  .concept__fact-item{
    gap: 0 20px;
  }
  .concept__fact-item-text{
    font-size: 15px;
    line-height: 20px;
  }
}

@media(max-width: 991px){
  .concept{
    padding: 40px 0;
    margin: 30px 0 0 0;
    background-image: url('../images/bg-rect.png');
  }
  .concept__facts .row{
    gap: 16px 0;
  }
  .concept__achievements .row{
    gap: 40px 0;
  }
  .concept__achievement-item-text{
    font-size: 19px;
    line-height: 24px;
  }
  .concept__achievement-item-number{
    font-size: 30px;
    line-height: 30px;
  }
  .concept--home{
    margin: 0;
  }
  
  .concept__title{
      line-height: 32px;
  }
}

/* end concept */

/* steps-work */
.steps-work {
  padding: 142px 0 87px 0;
  position: relative;
}

.steps-work::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 470px;
  height: 951px;
  background-image: url('../images/butterfly-paralacs.png');
}

.steps-work__text-small {
  margin: 15px 0 0 0;
}

.steps-work__row {
  margin-top: 81px;
}

.steps-work__item {
  display: flex;
  align-items: flex-start;
  gap: 0 10px;
  padding: 0 0 100px 0;
}

.steps-work__item-text {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
}

@media(max-width: 1200px) {
  .steps-work__item{
    padding: 0 0 50px 0;
  }
  .steps-work__item-text{
    font-size: 20px;
    line-height: 20px;
  }
}

@media(max-width: 991px) {
  .steps-work{
    padding: 60px 0;
  }
  .steps-work::before{
    width: calc(100% / 2);
    top: -40px;
  }
  
  .steps-work__item{
      align-items: center;
      padding: 0 0 20px 0;
  }
  
  .steps-work__item-img img{
      transform: scale(.5);
  }
  
  .steps-work__item-text{
    font-size: 15px;
    line-height: 20px;
  }
}

/* end steps-work */

/* services */
.services {
  padding: 76px 0 35px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/bg-rect.png');
  background-position: top center;
}

.services__row {
  margin: 30px 0 0 0;
}

.services__item {
  border-radius: 25px;
  border: 1px solid #25262C;
  background: linear-gradient(152deg, rgba(255, 246, 233, 0.10) 0%, rgba(26, 29, 35, 0.10) 26.62%, rgba(26, 29, 35, 0.10) 52.10%, rgba(26, 29, 35, 0.20) 77.62%, rgba(26, 29, 35, 0.20) 100%);
  backdrop-filter: blur(7.5px);
  display: flex;
  padding: 20px 10px 32px 15px;
  gap: 0 27px;
  min-height: 264px;
  transition: .2s ease all;
  text-decoration: none;
  height: 100%;
}

.services__item:hover {
  box-shadow: 0px 4px 3px 0px rgba(206, 164, 73, 0.65);
}

.services__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.services__item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.services__item-text h3 {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
}

.services__item:hover h3 {
  color: #CEA449;
}

.services__item-text p {
  color: #E4E5EA;
  font-size: 18px;
  line-height: 25px;
  margin: 33px 0 0 0;
}

.services__mb {
  margin: 0 0 55px 0;
}
/*
.services__mb:last-child {
  margin: 0;
}
*/

.services--inner {
  background: none;
  padding: 0 0 45px 0;
  position: relative;
}

.services--inner::before {
/*   content: '';
display: block;
position: absolute;
left: 0;
top: 0;
background-repeat: no-repeat;
background-size: contain;
width: 470px;
height: 951px;
background-image: url(../images/butterfly-left.svg); */
}

.services--inner .services__row {
  margin: 0;
}

.services-text-block {
  padding: 90px 0 0 0;
}

.services-text-block h2 {
  color: #FFF;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  margin: 0 0 17px 0;
}

.services-text-block p {
  margin: 0 0 35px 0;
  color: #FFF;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.services-text-block ul {
  padding: 0;
  margin: 0;
}

.services-text-block ul li {
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 15px 0;
  display: block;
  position: relative;
  list-style-type: none;
  padding: 0 0 0 50px;
}

.services-text-block ul li strong {
  font-size: 20px;
}

.services-text-block ul li::before {
  content: '';
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 10px;
  margin: 0 0 0 -10px;
}

.services-title {
  color: #FFF;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.services-faq {
  position: relative;
}

.butterfley-icon {
  position: relative;
}

.butterfley-icon::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: -410px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 470px;
  height: 951px;
  background-image: url(../images/butterfly-paralacs.png);
}

.services-faq__title {
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 43px 0;
}

.identities {
  padding: 90px 0 0 0;
}

.identities__img img {
  display: block;
  width: 100%;
}

.think-colors {
  padding: 0;
}

.think-colors__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.think-colors__item {
  width: 33.33%;
  height: 111px;
}

.create-logos {
  padding: 90px 0 0 0;
}

.create-logos__img img {
  width: 100%;
  display: block;
}

.reputation-company {
  padding: 100px 0 0 0;
}

.reputation-company h2 {
  color: #FFF;
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  margin: 0 0 35px 0;
}

.reputation-company p {
  margin: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.reputation-company .steps-work__row {
  margin: 55px 0 0 0;
}

.stage-works {
  padding: 95px 0 0 0;
}

.stage-works__title {
  text-align: left;
  margin: 0 0 35px 0;
  font-weight: 600;
}

.stage-works__row {
  gap: 66px 0;
}

.stage-works__item {
  display: flex;
  align-items: flex-start;
  gap: 0 22px;
}

.stage-works__item-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #CEA449;
}

.stage-works__item-icon svg {
  fill: #fff;
  width: 42px;
  height: 30px;
}

.stage-works__item-text {
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  max-width: 320px;
  width: 100%;
}

.services-ordering {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/bg-rect.png);
  background-position: top center;
  padding: 77px 0 84px 0;
}

.services-ordering__row {
  gap: 96px 0;
}

.services-ordering__content {
  margin: 0 0 90px 0;
}

.services-ordering__content h2 {
  color: #FFF;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 35px 0;
}

.services-ordering__content h3{
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 35px 0;
}

.services-ordering__content p {
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 25px 0;
}

.services-ordering__content p:last-child {
  margin: 0;
}

.services-ordering__title {
  color: #FFF;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  margin: 0 0 50px 0;
}

.services-ordering__item {
  display: flex;
  align-items: flex-start;
  gap: 0 40px;
}

.services-ordering__item-info h2 {
  color: #FFF;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.services-ordering__item-info p {
  margin: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.services-form {
  position: relative;
  z-index: 22;
  padding: 115px 0 90px 0;
}

.services-form__wrapper {
  border-radius: 25px;
  background: #222;
  padding: 55px 0 87px 0;
}

.services-form__left {
  text-align: right;
}

.services-form__right h2 {
  color: #FFF;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  margin: 0 0 25px 0;
}

.services-form__right h3 {
  color: #FFF;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}

.form-inner-services {
  margin: 60px 0 0 0;
  display: flex;
  align-items: center;
  gap: 46px 23px;
  flex-wrap: wrap;
}

.form-inner-services__col {
  max-width: 376px;
  width: 100%;
}


.form-inner-services__control {
  position: relative;
}

.form-inner-services__control input {
  border-radius: 25px;
  background: #000;
  height: 60px;
  display: flex;
  align-items: center;
  width: 100%;
  color: #D9D9D9;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  padding: 0 10px 0 73px;
  border: none;
}

.form-inner-services__control-icon {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 20px;
  left: 23px;
}

.form-inner-services__control input::placeholder {
  color: #D9D9D9;
}

.form-inner-services__btn {
  border-radius: 25px;
  background: #CEA449;
  height: 60px;
  font-size: 22px;
  line-height: 22px;
  max-width: 100%;
}

.form-inner-services__text {
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}

.form-inner-services__text a {
  color: #CEA449;
}

.services-prices {
  padding: 85px 0 0 0;
}

.services-prices__title {
  font-weight: 400;
  margin: 0 0 10px 0;
  font-size: 36px;
  line-height: 36px;
}

.services-prices__text {
  font-size: 18px;
  line-height: 18px;
  margin: 0;
}

.services-prices__text sup {
  color: #CEA449;
}

.services-prices__slider {
  margin: 30px 0 0 0;
  overflow: hidden;
}

.services-prices__item {
  height: 850px;
  border-radius: 25px;
  background: #F6F6F6;
  padding: 8px 50px 48px 50px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.services-prices__item-img {
  text-align: center;
  margin: 0 0 16px 0;
}

.services-prices__item-info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.services-prices__item-bottom {
  width: 100%;
}

.services-prices__item-head h2 {
  color: #000;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 21px 0;
}

.services-prices__item-head p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 26px 0;
}

.services-prices__item-head ul {
  padding: 0;
  margin: 0;
}

.services-prices__item-head ul li {
  list-style-type: none;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 0 0 12px 25px;
  position: relative;
}

.services-prices__item-head ul li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url('../images/icon_plus.svg');
  width: 13px;
  height: 13px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.services-prices__item-head ul li:last-child {
  padding-bottom: 0;
}

.services-prices__item-bottom-price {
  margin: 0 0 37px 0;
  color: #000;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
}

.services-prices__item-bottom-price strong {
  color: #CEA449;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.services-prices__item-bottom-btn {
  height: 58px;
  border-radius: 15px;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  max-width: 100%;
}

.services-prices-pagination {
  margin: 25px 0 0 0;
}

.create-buy-site {
  position: relative;
  z-index: 22;
  padding: 0 0 80px 0;
}

.create-buy-site__title {
  color: #FFF;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  margin: 0 0 20px 0;
}

.create-buy-site__text {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.create-buy-site__img {
  margin-top: 20px;
}

.create-buy-site__img img {
  width: 100%;
  display: block;
}

.create-funtional-site {
  padding: 0 0 80px 0;
}

.create-funtional-site__img {
  text-align: center;
  margin-top: 30px;
}

.create-funtional-site__title {
  margin: 0 0 20px 0;
  color: #FFF;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
}

.create-funtional-site__text {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  margin: 0;
}

@media(max-width: 1025px){
    .services-prices__item-img img{
      width: 100%;
      display: block;
  }
  
  .form-inner-services__col:nth-child(2){
    order: 4;
  }

  .form-inner-services__col:nth-child(4){
    order: 5;
  }
  .form-inner-services__col:nth-child(6){
    order: 7;
  }
}

@media(max-width: 991px){
  .services--inner::before{
    height: 320px;
    width: 177px;
    background-image: url(../images/butterfly-mobile.svg);
    top: -40px;
  }
  .services__item-text{
    justify-content: center;
  }
  .services__item-text h3{
    margin: 0 0 25px 0;
    font-size: 15px;
    line-height: 20px;
  }

  .services__mb{
    margin: 0 0 23px 0;
  }
  .services-form__left{
    display: none;
  }
  .services-ordering{
    padding: 60px 0;
  }
  .services-ordering__content h2{
    font-size: 19px;
    line-height: 25px;
    margin: 0 0 20px 0;
  }
  .services-ordering__content p{
    margin: 0 0 15px 0;
    font-size: 13px;
    line-height: 20px;
  }
  .services-ordering__title{
    font-size: 19px;
    line-height: 19px;
    margin: 0 0 40px 0;
  }
  .services-ordering__item-info h2 {
    font-size: 15px;
    line-height: 20px;
  }
  .services-ordering__item-info p{
    font-size: 13px;
    line-height: 20px;
  }
  .services-ordering__row{
    gap: 40px 0;
  }
  .services-ordering__item{
    gap: 0 15px;
  }
  .services-ordering__item-icon{
    width: 90px;
  }
  .services-ordering__item-info{
    width: calc(100% - 100px);
  }
  .services-prices{
    padding: 30px 0 0 0;
  }
  .services-prices__title{
    font-size: 19px;
    line-height: 22px;
  }
  .services-prices__text{
    font-size: 13px;
    line-height: 20px;
  }
  .create-funtional-site__img img{
    width: 100%;
    display: block;
  }
  .create-buy-site__title{
    font-size: 19px;
    line-height: 22px;
  }
  .create-buy-site__text{
    font-size: 13px;
    line-height: 20px;
  }
  .butterfley-icon::before{
    width: calc(100% / 2);
    top: -60%;
    z-index: -1;
  }
  .create-funtional-site__title{
    font-size: 20px;
    line-height: 22px;
  }
  .create-funtional-site__text{
    font-size: 13px;
    line-height: 20px;
  }
  .services-faq__title{
    font-size: 23px;
    line-height: 25px;
    margin: 0 0 15px 0;
  }
  .services-form__wrapper{
    padding: 14px 10px 22px 10px;
  }
  .services-form__right h2{
    text-align: center;
    font-size: 19px;
    line-height: 22px;
    margin: 0 0 25px 0;
  }
  .services-form__right h3{
    text-align: center;
    font-size: 15px;
    line-height: 20px;
  }
  .form-inner-services{
    margin: 30px 0 0 0;
    gap: 17px 0;
  }

  .form-inner-services__col{
    max-width: 100%;
  }

  .services-form{
    padding: 60px 0;
  }

  .stage-works__item-text{
    font-size: 15px;
    line-height: 20px;
  }
  .stage-works__row{
    gap: 20px 0;
  }
  .reputation-company h2{
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 15px 0;
  }
  .reputation-company p{
    font-size: 13px;
    line-height: 20px;
  }
  .services-title{
    font-size: 19px;
    line-height: 20px;
  }
  .think-colors__item{
    width: 100%;
  }
  .services-text-block h2{
    font-size: 19px;
    line-height: 22px;
    font-weight: 600;
  }
  .services-text-block p{
    font-size: 13px;
    font-weight: 400;
  }
  .services-text-block ul li{
    font-size: 13px;
    font-weight: 400;
  }
  .services-text-block ul li strong{
    font-weight: 600;
    font-size: 13px;
  }
  .form-inner-services__btn{
    height: 40px;
    font-size: 15px;
    line-height: 15px;
  }
  .form-inner-services__control input{
    height: 40px;
  }
  .form-inner-services__control-icon{
    top: 10px;
  }
  .form-inner-services__text{
    font-size: 13px;
    line-height: 20px;
  }
  .services-prices__item{}
  
  .services-prices__item-img img{
      width: auto;
      display: inline-block;
  }
  
  .services__item-text p {
    color: #E4E5EA;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
  }
}

/* end services */

/* contact */
.contact {
  position: relative;
  padding: 0 0 20px 0;
}

.contact::before {
/*   content: '';
display: block;
position: absolute;
left: 0;
top: -190px;
background-repeat: no-repeat;
background-size: contain;
width: 470px;
height: 870px;
background-image: url(../images/butterfly-left.svg); */
}

.contact__info{
  position: relative;
  z-index: 2;
}

.contact__info h3 {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.36px;
  margin: 0 0 44px 0;
}

.contact__info p {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.36px;
  margin: 0 0 38px 0;
}

.contact__info p a {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  display: block;
  margin: 5px 0 0 0;
}

.contact__social {
  flex-direction: column;
  gap: 35px 0;
  align-items: baseline;
}

.contact__social li a {
  display: flex;
  align-items: center;
  gap: 0 29px;
  text-decoration: none;
}

.contact__social li a span {
  color: #FFF;
  font-size: 18px;
  font-size: 18px;
  letter-spacing: 0.36px;
}

.contact__img img {
  display: block;
  width: 100%;
}

@media(max-width: 991px){
  .contact::before{
    height: 320px;
    width: calc(100% / 2);
    background-image: url('../images/butterfly-mobile.svg');
    top: 0;
  }
  .contact__info p{
    margin: 0 0 25px 0;
  }
  .contact__info h3{
    margin: 0 0 30px 0;
  }

  .contact__img{
    padding: 60px 0 0 0;
  }
  
  .contact__info-social-h3{
      margin-top: 37px!important;
  }
}

/* end contact */

/* consultation */
.consultation {
  padding: 113px 0 80px 0;
}

.consultation--inner {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/bg-rect.png);
  background-position: top center;
  padding: 60px 0 80px 0;
  margin: 80px 0 0 0;
}

.consultation--about {
  padding: 88px 0 80px 0;
}

.consultation__title {
  font-weight: 500;
  margin: 0 0 35px 0;
}

.consultation__form {
  margin: 0 0 22px 0;
  display: block;
}

@media(max-width: 991px){
  .consultation--inner{
    background: none;
    padding: 60px 0 50px 0;
    margin: 0;
  }
  .consultation__form .row{
    gap: 14px 0 ;
  }
}

/* end consultation */

/* about */
.about {
  padding: 0 0 82px 0;
}

.about h2 {
  color: #CEA449;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.about h3 {
  color: #FFF;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 0 25px 0;
}

.about p {
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 25px 0;
}

.about p:last-child {
  margin: 0;
}

.about ul {
  padding: 0 0 0 0;
  margin: 0 0 25px 0;
}

.about ul li {
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 15px 0;
  display: block;
  position: relative;
  padding: 0 0 0 30px;
  list-style-type: none;
}

.about ul li::before {
  content: '';
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 10px;
  margin: 0 0 0 -10px;
}

.about ul li:last-child {
  margin: 0;
}

.about--inner {
  padding-bottom: 0;
  position: relative;
}

.about--inner::before {
/*   content: '';
display: block;
position: absolute;
left: 0;
top: -210px;
background-repeat: no-repeat;
background-size: contain;
width: 470px;
height: 870px;
background-image: url(../images/butterfly-left.svg); */
}


@media(max-width: 991px) {
  .about--inner::before{
    height: 320px;
    z-index: -1;
    width: calc(100% / 2);
    background-image: url(../images/butterfly-mobile.svg);
    top: -40px;
  }
  .about h2{
    font-size: 23px;
    line-height: 23px;
    margin: 0 0 20px 0;
  }

  .about h3{
    font-size: 19px;
    line-height: 19px;
  }

  .about p,
  .about ul li{
    font-size: 13px;
    line-height: 20px;
  }
}

/* end about */

/* reviews */
.reviews {
  padding: 65px 0 65px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../images/bg-rect.png');
  background-position: top center;
}

.reviews__text-small {
  font-size: 20px;
  margin: 15px 0 0 0;
}

.reviews__wrapper {
  position: relative;
}

.reviews__slider {
  max-width: 1120px;
  margin: 50px auto 0 auto;
}

.reviews__slider-slide-container img {
  display: block;
  width: 100%;
}

.reviews__slider-slide.swiper-slide {
  transform: scale(0.85);
  transition: transform .2s ease;
}

.reviews__slider-slide.swiper-slide-active {
  transform: scale(1);
  transition: transform .2s ease;
  border: 3px solid #CEA348;
  box-shadow: 0px 4px 4px 0px rgba(206, 163, 72, 0.70);
}

.reviews-pagination {
  margin-top: 30px;
}

@media(max-width: 991px){
    .reviews-button-prev{
        left: -31px;
        top: 40%;
    }
    
    .reviews-button-next{
        right: -31px;
        top: 40%;
    }
}

@media(max-width: 767px){
    .reviews-button-prev{
        display: none;
    }
    
    .reviews-button-next{
        display: none;
    }
}

/* end reviews */

/* clients */
.clients {
  padding: 94px 0 20px 0;
}

.clients__text-small {
  margin: 15px 0 0 0;
  font-size: 20px;
}

.clients__wrapper{
  border: 3px solid #000;
  margin: -2px;
  overflow: hidden;
  padding: 25px 0 0 0;
}

.clients__slider {
  margin: -1px;
  width: 100%;
  height:732px;
  position: relative;
}

.swiper-slide.clients__slider-slide{
  height: calc(100% / 3) !important;
}

.clients__list-item {
  height: 244px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #CEA449;
  border-right: none;
  border-top: none;
}

.clients__list-item img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.clients__list-item:hover img {
  filter: grayscale(0);
}

.clients__pagination {
  margin: 25px 0 0 0;
}

/* end clients */

/* text-block */
.text-block {
  padding: 80px 0 0 0;
}

.text-block h2 {
  color: #FFF;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 25px 0;
}

.text-block p {
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 15px 0;
}

.btn-text-block {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  margin: 22px auto 0 auto;
}

.btn-text-block svg {
  fill: none;
  stroke-width: 3px;
  stroke: #fff;
  width: 20px;
  height: 20px;
}

.btn-text-block.active svg {
  transform: scale(-1);
}

.text-block__hidden {
  height: 194px;
  overflow: hidden;
  position: relative;
}

.text-block__hidden::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 60px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}

.text-block__hidden.show {
  height: 100%;
}

.text-block__hidden.show::before {
  display: none;
}

@media(max-width: 991px){
  .text-block{
    padding: 40px 0 0 0;
  }
  .text-block h2{
    font-size: 15px;
    line-height: 15px;
  }

  .text-block p{
    font-size: 13px;
    line-height: 20px;
  }
}

/* end text-block */

/* block-title */
.block-title {
  padding: 48px 0 80px 0;
}

.block-title--title {
  color: #FFF;
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
}

.block-title p {
  margin: 20px 0 0 0;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

@media(max-width: 991px){
  .block-title{
    padding: 12px 0 40px 0;
  }
  .block-title--title{
    font-size: 19px;
    line-height: 19px;
  }
  .block-title p{
    font-size: 15px;
    line-height: 20px;
  }
}

/* end  */

/* inner-page */
.inner-page--error img,
.inner-page--success img {
  display: block;
  width: 100%;
}

.inner-page__cms-content h3 {
  color: #FFF;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  margin: 0 0 35px 0;
}

.inner-page__cms-content h4 {
  color: #FFF;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  margin: 0 0 35px 0;
}

.inner-page__cms-content p {
  margin: 0 0 30px 0;
  color: #FFF;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.inner-page__cms-content p:last-child {
  margin: 0;
}

.inner-page__cms-content ul {
    padding: 0 0 0 0;
    margin: 0 0 25px 0;
}

.inner-page__cms-content ul li {
    color: #FFF;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 15px 0;
    display: block;
    position: relative;
    padding: 0 0 0 15px;
}

.inner-page__cms-content ul li::before {
    content: '';
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 10px;
    margin: 0 0 0 -10px;
}

@media(max-width: 991px){
  .inner-page__cms-content h3{
    font-size: 19px;
    line-height: 19px;
    margin: 0 0 20px 0;
  }

  .inner-page__cms-content p{
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 15px 0;
  }

  .inner-page__cms-content h4{
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 20px 0;
  }
}

/* end inner-page */

/* faq */
.faq {
  position: relative;
}

.faq::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -210px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 470px;
  height: 870px;
  background-image: url(../images/butterfly-left.svg);
}

.faq__list-item {
  margin: 0 0 40px 0;
  position: relative;
  z-index: 5;
}

.faq__list-item:last-child {
  margin: 0;
}

.faq__list-item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFF;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s ease;
}

.faq__list-item-head svg {
  fill: none;
  stroke: #fff;
  stroke-width: 3px;
  width: 11px;
  height: 23px;
}

.faq__list-item-head.active,
.faq__list-item-head:hover{
  color: #CEA449;
}

.faq__list-item-head.active svg{
  transform: scale(-1);
}

.faq__list-item-content {
  padding: 26px 20px 46px 20px;
  display: none;
}

.faq__list-item-content.show {
  display: block;
}

.faq__list-item-content p {
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 20px 0;
}

.faq__list-item-content p:last-child {
  margin: 0;
}

.faq__list-item-content ul {
  padding: 0 0 0 0;
  margin: 0 0 25px 0;
}

.faq__list-item-content ul li {
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 15px 0;
  display: block;
  position: relative;
  padding: 0 0 0 15px;
}

.faq__list-item-content ul li::before {
  content: '';
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 10px;
  margin: 0 0 0 -10px;
}

@media(max-width: 991px){
  .faq::before{
    height: 320px;
    width: calc(100% / 2);
    background-image: url(../images/butterfly-mobile.svg);
    top: -40px;
  }
  .faq__list-item{
    margin: 0 0 20px 0;
  }
  .faq__list-item-head{
    font-size: 15px;
    line-height: 15px;
  }
  .faq__list-item-content{
    padding: 15px 10px 40px 10px;
  }
  .faq__list-item-content p,
  .faq__list-item-content ul li{
    font-size: 13px;
    line-height: 20px;
  }
}

/* end faq */

/* blog */
.blog {
  margin: 0 0 -80px 0;
  z-index: 2;
  position: relative;
}

.blog--inner {
  margin: 0;
}

.blog__item-wrap{
    text-decoration: none;
}

.blog__item-img {
  margin: 0 0 25px 0;
  transition: .2s ease all;
}

.blog__item-wrap:hover .blog__item-img {
  box-shadow: 0px 4px 4px 0px #CEA449;
}

.blog__item-img img {
  display: block;
  width: 100%;
}

.blog__item-tags {
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 17px 0;
}

.blog__item-tags span,
.blog__item-tags a {
  text-decoration: none;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog__item-title,
.blog__item-title a {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.blog__item-wrap:hover .blog__item-title{
    color: #CEA449;
}

.blog__item-desc {
  padding: 0;
  margin: 15px 0 0 0;
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.blog__item {
  margin: 0 0 80px 0;
}

.blog--slider {
  margin: 90px 0 0 0;
}

.blog__content h2 {
  margin: 0 0 30px 0;
  color: #FFF;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
}

.blog__content h3 {
  margin: 0 0 30px 0;
  color: #FFF;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.blog__content p {
  color: #FFF;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin: 0 0 25px 0;
}

.blog__content p:last-child {
  margin: 0;
}

.blog__content ul {
    padding: 0 0 0 0;
    margin: 0 0 25px 0;
}

.blog__content ul li {
    color: #FFF;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 15px 0;
    display: block;
    position: relative;
    padding: 0 0 0 15px;
}

.blog__content ul li::before {
    content: '';
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 10px;
    margin: 0 0 0 -10px;
}

@media(max-width: 991px) {
  .blog__item-img{
    margin: 0 0 18px 0;
  }
  .blog__item-tags span, .blog__item-tags a{
    font-size: 12px;
  }
  .blog__item-title, .blog__item-title a{
    font-size: 15px;
    line-height: 20px;
  }
  .blog__item-desc{
    font-size: 13px;
    line-height: 20px;
  }

  .blog__content h2{
    font-size: 19px;
    line-height: 20px;
    margin: 0 0 20px 0;
  }

  .blog__content h3{
    font-size: 15px;
    line-height: 20px;
  }

  .blog__content p{
    font-size: 13px;
    line-height: 20px;
  }
}

/* end blog */


#butterflyBlock {
  position: absolute;
  left: 0;
  top: 90px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 470px;
  height: 951px;
  background-image: url('../images/butterfly-left.svg');
}

.butterflyBlockBlog{
    position: fixed!important;
}

@media(max-width: 991px) {
  #butterflyBlock{
    height: 320px;
    z-index: 1;
    width: calc(100% / 2);
    background-image: url(../images/butterfly-mobile.svg);
    top: 65px;
  }

}