.intro {
  /* background: url(../images/src/intro-bg.png); */
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}

@media (min-width: 768px){
    .intro{ 
      min-height: 820px;
      height: 100vh;
    }
}

.intro__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45fr 55fr;
      grid-template-columns: 45fr 55fr;
}

.animation-none {
  -webkit-animation: none !important;
          animation: none !important;
}

.intro__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.intro__title {
  font-family: Raleway;
  font-size: 56px;
  font-weight: 800;
  line-height: 60px;
  margin: 0 0 24px 0;
  /*белый скин*/
  text-shadow: 0px 0px 17px #4141416e;
  color: white;
}

.intro__subtitle {
  font-family: Raleway;
  font-size: 28px;
  font-weight: 600;
  line-height: 33px;
    /*белый скин*/
  text-shadow: 0px 0px 17px #4141416e;
  color: white;
}

.intro__list {
  list-style-type: none;
  padding: 0;
}

.intro__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Raleway;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 0;
  /*белый скин*/
  color: white;
}

.intro__item::before {
  content: '';
  background: url(../images/src/listcheck.png);
  width: 27px;
  height: 23px;
  display: block;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right: 10px;
  min-width: 27px;
}

.about {
  margin: 0;
}

.intro__button span {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 800;
  line-height: 19px;
}

.intro__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  padding: 14px 30px;
  cursor: pointer;
}

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

.intro__button img {
  margin-right: 0.5em;
}

.button-fill {
  background: #ff9839;
  color: white;
  border: 2px solid transparent;
  cursor: pointer;
  margin-right: 16px;
}

.button-in {
  border: 2px solid #FF9839;
  /*белый скин
    background: transparent;
    color: #FF9839;
  */
  background:#fff;
  color: #5e5e5e;
}

.intro__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.intro__addition {
  font-family: Raleway;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.phonenum{
    display: flex;
}

.nav__item{
    align-items: center;
}

.nav__item a {
    margin-left: 27px;
}

.nav__item a:last-child{
    margin-left: 0;
}

.header__phone{
    background: #868686;
    background: linear-gradient(180deg, rgba(108, 108, 108, 0.55) 0%, rgba(157, 131, 106, 0.3575) 100%);
    border-radius: 60px;
    font-family: Raleway;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    color: white;
    padding: 0 16px;
}

.header__phone {
    text-decoration: none!important;
}


.phonenum a {
   opacity: 1; 
   text-decoration: none!important;
}


.phonenum a:hover {
   opacity: 0.85; 
}


@media screen and (max-width: 730px) {
    .header__phone {
        background:none;
        font-size: 18px;
}
}


.dropdown__social {
    margin-top: 10px;
    padding: 20px 10px 0;
    display: inline-block;
    border-top: 2px solid #ff9839;
}

.header__toggle {
    position: fixed;
    right: 10px;
    top: 6px;
    background: rgb(255 255 255 / 30%);
    padding: 22px;
    border-radius: 30px;
}   

.toggle__line:nth-child(1) {
    width: 22px;
}

.toggle__line {
    margin-right: 11px;
}

.toggle.is-active .toggle__line:nth-child(1), .toggle.is-active .toggle__line:nth-child(3) {
    width: 26px;
    margin-right: 9px;
}

.header__phone svg {
    padding-top: 1px;
}

.header__dropdown > .nav__item.phonenum{
    display: none;
}

.header__dropdown > .nav__item.phonenum a:first-child{
    margin: 0 16px 0 0;
}

.nav__list{
    align-items: center;
    margin-top: 0;
}

.header__nav{
    margin-top: 0;
}

.goods {
    background: #ffffff!important;
}

.our-partners:before {
    background: linear-gradient(to bottom,#efefef 0,#fff 100%)!important;
}

@media screen and (max-width: 991px) {
  .intro__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 60fr 40fr;
        grid-template-columns: 60fr 40fr;
  }
}

@media screen and (min-width: 767px){
    .mobile__phone{
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .mobile__phone{
        display: inline-block;
        margin: 0 auto;
        margin-top: -10vh;
        margin-bottom: 10vh;
        background: #868686;
        background: linear-gradient(180deg, rgba(108, 108, 108, 0.55) 0%, rgba(157, 131, 106, 0.3575) 100%);
        border-radius: 60px;
        font-family: Raleway;
        font-size: 20px;
        font-weight: bold;
        line-height: 36px;
        color: white;
        padding: 0 16px;
    }
    
    .intro__content_n{
        display: flex;
        flex-direction: column;
    }
    
    .header__dropdown > .nav__item.phonenum{
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
        /* grid-gap: 20px; */
        grid-gap: 2px;
        justify-items: center;
    }
    
  .intro {
    padding-top: 100px;
  }
  .intro__title {
    text-align: center;
  }
  .intro__subtitle {
    text-align: center;
  }
  .intro__buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .intro__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 450px) {
  .intro__button span {
    font-size: 14px;
  }
  .intro__button {
    padding: 10px 15px;
  }
  .intro__title {
    font-size: 38px;
  }
  .intro__subtitle {
    font-size: 22px;
  }
}
/*# sourceMappingURL=newstyles.css.map */