@import url(https://fonts.googleapis.com/css?family=Montserrat+Alternates:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap);
@import url(https://fonts.googleapis.com/css?family=Alice:regular&display=swap);
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

body {
  font-family: Alice;
  font-size: 14px;
  color: #0D1316;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 390px;
}

.content {
  flex: 1 1 auto;
}

.header__black {
  height: 35px;
  background-color: #0D1316;
  color: #ffffff;
  text-decoration: none;
}

.blackheader__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 35px;
}
.blackheader__item li {
  font-family: Montserrat Alternates;
  margin: auto 12px;
}
.blackheader__item li:first-child {
  display: none;
}
.blackheader__item li:nth-child(2) {
  display: none;
}
.blackheader__item li a {
  color: #ffffff;
}
.blackheader__item li:last-child {
  margin-right: 40px;
}

.stickyheader {
  background-color: #F7F6F4;
  font-family: Montserrat Alternates;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 56px;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 16px 0 16px;
  z-index: 1000;
}
.stickyheader__logo img {
  height: 20px;
  width: 110px;
}
.stickyheader__contacs {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.stickyheader__viber {
  display: none;
}
.stickyheader__telegram {
  display: none;
}
.stickyheader__ikonki {
  line-height: 15px;
  display: none;
}
.stickyheader__number {
  font-weight: 600;
  padding: 0 0 0 12px;
}
.stickyheader__number a {
  font-weight: 600;
}
.stickyheader__zvjazatus a {
  font-weight: 500;
  border: 2px solid #E08602;
  border-radius: 4px;
  padding: 9px 24px;
  display: none;
  color: #0D1316;
}
.stickyheader__zvjazatus:hover {
  background-color: rgba(224, 134, 2, 0.1);
}
.stickyheader__zvjazatus:active {
  background-color: rgba(224, 134, 2, 0.3);
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}

.container {
  min-width: 272px;
  margin: 0 auto;
}

.hero {
  display: flex;
  flex-direction: column;

}
.hero__white {
  background-color: #F7F6F4;
  padding: 5px 0 0 0;
  position: relative;
}
.hero__container {
  margin: 0 auto;
}
.hero__whiterow {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  background-color: #F7F6F4;
  align-items: center;
}
.hero__whitecolum {
  border-radius: 16px;
}
.hero__whitefoto {
  z-index: 3;
  display: flex;
  justify-content: center;
  border-radius: 16px;
}
.hero__whitefoto img {
  width: 86%;
  height: 277px;
  border-radius: 16px;
}
.hero__black {
  background-color: #0D1316;
  color: #ffffff;
  padding: 18px 24px 45px;
  position: relative;
}
.hero__blackrow {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.hero__avatar {
  position: absolute;
  top: -70px;
  left: 24px;
  z-index: 100;
}
.hero__avatar img {
  z-index: 100;
}

.whitecolum {
  width: 86%;
  display: flex;
  flex-direction: column;
  margin-top: 52px;
  font-weight: 400;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.whitecolum__title, . {
  
  line-height: 115%;
}
.reveal-line {font-size: 32px; height: 32px;}
.whitecolum__subtitle {
  font-size: 16px;
  line-height: 150%;
  margin-top: 16px;
  font-family: Montserrat Alternates;
  opacity: 0.8;
}
.whitecolum__contacs {
  margin: 32px 0 128px 0;
}

.whitecolum__number a {
  font-weight: 600;
  text-decoration: none;
}
.whitecolum__mail {
    display: none;
    font-weight: 500;
    border: 2px solid #E08602;
    border-radius: 4px;
    padding: 9px 24px;
    color: #0D1316;

}

.contacs {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 22px;
  z-index: 100;
  row-gap: 30px;
  column-gap: 15px;
}
.contacs__row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.contacs__ikonki {
  margin: 0 9px;
}
.contacs__ikonki a img {
  width: 44px;
  height: 44px;
}
.contacs__ikonki:hover {
  filter: brightness(150%);
}
.contacs__ikonki:active {
  filter: contrast(200%);
}
.contacs__number {
  display: flex;
  justify-content: center;
  font-family: Montserrat Alternates;
  font-size: 23px;
  line-height: normal;
  font-weight: 600;
  letter-spacing: 6%;
  color: #0D1316;
  text-align: center;
}

.blackcolum {
  color: #ffffff;
  display: flex;
  flex-direction: column-reverse;
  padding: 15px;

}
.blackcolum__title {
  font-size: 22px;
  margin-top: 32px;
  line-height: 25px;
  text-align: center;
}
.blackcolum__title span {
  display: none;
}
.blackcolum__ceo {
  font-family: Montserrat Alternates;
  text-align: right;
  line-height: 21px;
}
.blackcolum__ceo span {
  opacity: 50%;
}
.benefits { border-radius:16px; background-color:#0D1316; position:relative; color:#ffffff; padding:45px 24px 50px; overflow:hidden; }
.benefits__container { max-width:880px; margin:0 auto; }
.benefits__row { display:flex; flex-wrap:wrap; justify-content:center; }
.benefits__item { flex:0 1 100%; margin-bottom:40px; }
.benefits__item:last-child { margin-bottom:0; }
.benefits__circle { width:141px; height:242px; border-radius:4px; background-color:rgba(224,134,2,0.1); filter:blur(100px); z-index:20; position:absolute; bottom:-140px; left:34px; overflow:hidden; pointer-events:none; }

.item { display:flex; flex-direction:row; align-items:flex-start; }
.item__icon { flex:0 0 auto; }
.item__body { display:flex; flex-direction:column; margin-left:16px; }
.item__title { font-size:18px; line-height:1.3; margin-bottom:8px; }
.item__text { font-family:"Montserrat Alternates", sans-serif; font-size:14px; line-height:1.5; opacity:0.75; }


.portfolio {
  margin-bottom: 50px;
  padding: 70px 0 47px;
}
.portfolio__tittle {
  font-size: 38px;
  line-height: 64px;
  text-align: center;
  margin-bottom: 48px;
}
.portfolio__slider-nav {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  margin: 10px 24px;
}
.portfolio__countpage {
  display: flex;
  flex-direction: row;
  padding: 8px;
}
.portfolio__socmereji {
  display: flex;
  flex-direction: column;
}
.portfolio__text {
  font-family: Montserrat Alternates;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px 0;
}
.portfolio__item-box {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.portfolio__item {
  padding: 10px 24px;
  border: 1px solid #DC8907;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 50%;
  margin: 0 6px;
}
.portfolio__item a span {
  display: none;
}
.portfolio__item:hover {
  background-color: rgba(224, 134, 2, 0.1);
}
.portfolio__item:active {
  background-color: rgba(224, 134, 2, 0.3);
}
.portfolio__line {
  border-top: dashed 1px rgba(13, 19, 22, 0.2);
  height: 1px;
  width: 100%;
  display: flex;
  align-items: center;
  align-self: center;
  margin: 24px 0;
}

.logozhk {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.logozhk__body {
  display: flex;
  flex-direction: row;
  margin-bottom: 32px;
  animation: slide 60s linear infinite;
}
.logozhk__item {
  width: 100%;
}
.logozhk__item img {
  height: 64px;
  margin: 0 12px;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.sswiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-slider {
  padding: 0 24px;
}
.button-slider__block {
  border: dashed rgba(13, 19, 22, 0.2) 1px;
  border-radius: 4px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-slider__block:hover {
  border: 1px solid #E08602;
}
.button-slider__block:active {
  border: 1px solid #E08602;
  background-color: rgba(224, 134, 2, 0.1);
}
.sswiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sswiper-pagination {
  font-size: 26px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

span.swiper-pagination-total {
  opacity: 0.6;
}

.swiper-one-foto {
  padding: 8px;
  border-radius: 4px;
  margin: 0 auto;
}
.swiper-one-foto img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-height: 378px;
  border-radius: 4px;
}

.whyavrwood {
  margin: 50px 24px 90px;
}
.whyavrwood__circle1 {
  position: absolute;
  top: -89px;
  right: -107px;
}
.whyavrwood__circle2 {
  background-color: rgba(224, 134, 2, 0.1);
  width: 466px;
  height: 466px;
  border-radius: 50%;
  position: absolute;
  left: -308px;
  bottom: -275px;
  z-index: 20;
  filter: blur(100px);
}
.whyavrwood__container {
  background-color: #F7F6F4;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  padding: 60px 8px 125px;
}
.whyavrwood__title-body {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
  text-align: center;
  padding: 0 16px 0;
  font-weight: 400;
}
.whyavrwood__icon {
  width: 56px;
  height: 56px;
  background-color: rgba(224, 134, 2, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.whyavrwood__title {
  font-size: 32px;
  line-height: normal;
  margin-bottom: 24px;
}
.whyavrwood__subtitle {
  font-family: Montserrat Alternates;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 45px;
  text-align: center;
  opacity: 0.8;
}
.whyavrwood__row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px 0;
}
.whyavrwood__colum {
  width: 100%;
  padding: 0 20px;
}

.wa-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
}
.wa-item:last-child {
  margin-bottom: 0;
}
.wa-item__icon {
  margin-bottom: 37px;
}
.wa-item__row {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}
.wa-item__title {
  font-size: 22px;
  line-height: normal;
  margin-bottom: 16px;
}
.wa-item__text {
  font-family: Montserrat Alternates;
  line-height: 150%;
  opacity: 80%;
  text-align: center;
  opacity: 0.8;
}

.howitworks {
  margin: 0 24px 45px;
}
.howitworks__title {
  color: #0D1316;
  font-size: 32px;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 48px;
}
.howitworks__column {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.howitworks__img {
  width: clamp(463px, 45vw, 50vw);
  background-color: #F7F6F4;
  display: flex;
  align-items: center;
}
.howitworks__img img {
  width: 100%;
  border-radius: 4px;
  -o-object-fit: contain;
     object-fit: contain;
}

.hiw-spoiler {
  color: #86898B;
  width: 100%;
  position: relative;
  border-bottom: dashed 1px #86898B;
}
.hiw-spoiler__title {
  padding: 24px 40px 24px 0;
  display: flex;
  width: 100%;
  font-size: 16px;
  align-items: center;
  cursor: pointer;
}
.hiw-spoiler__title._active {
  color: #0D1316;
}
.hiw-spoiler__title._active span {
  color: #EF7927;
}
.hiw-spoiler__title._active::after {
  transform: rotate(35deg);
}
.hiw-spoiler__title._active::before {
  transform: rotate(-35deg);
}
.hiw-spoiler__title span {
  font-family: Montserrat Alternates;
  font-size: 20px;
  line-height: 24px;
  color: #86898B;
  margin-right: 10px;
  font-weight: 900;
}
.hiw-spoiler__title::before {
  content: "";
  background: #000;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 45px;
  right: 20px;
  transform: rotate(35deg);
  right: 18.5px;
  transition: all 0.3s ease 0s;
}
.hiw-spoiler__title::after {
  content: "";
  background: #000;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 45px;
  right: 20px;
  transform: rotate(-35deg);
  right: 9px;
  transition: all 0.3s ease 0s;
}
.hiw-spoiler__content {
  display: none;
  width: 100%;
  margin-bottom: 24px;
}
.hiw-spoiler__text {
  color: #0D1316;
  opacity: 0.8;
  font-family: Montserrat Alternates;
  font-size: 16px;
  line-height: 150%;
  padding-left: 35px;
  margin-bottom: 32px;
  transition: all 0.3 ease 0s;
}
.hiw-spoiler__text.active {
  padding-top: -20px;
}
.hiw-spoiler__img {
  max-height: 347px;
  border-radius: 16px;
  background-color: #F7F6F4;
  display: flex;
  justify-content: center;
}
.hiw-spoiler__img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.cta {
  margin: 0 24px 90px;
}
.cta__container {
  min-width: 272px;
  margin: 0 auto;
}
.cta__body {
  padding: 90px 8px 30px;
  background-color: #F7F6F4;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.cta__circle-down {
  width: 906px;
  height: 639.594px;
  border-radius: 906px;
  background: rgba(224, 134, 2, 0.1);
  filter: blur(50px);
  position: absolute;
  bottom: -289px;
  left: 50%;
  transform: translate(-50%, 0);
}
.cta__form {
  width: 100%;
}
.cta__row {
  display: flex;
  flex-direction: column;
  padding: 36px 0 0 0;
}
.cta__item {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  margin-bottom: 48px;
}
.cta__item:last-child {
  margin-bottom: 0;
}
.cta__title {
  font-size: 22px;
  line-height: 25.15px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  text-align: center;
  flex: 1 0 auto;
}
.cta__text {
  font-family: Montserrat Alternates;
  line-height: 21px;
  display: flex;
  justify-content: center;
  opacity: 80%;
  text-align: center;
  flex: 1 0 auto;
}
.cta__contacs {
  display: flex;
  justify-content: center;
}
.cta__ctatwo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 8px;
}
.cta__ctarow {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cta__cta {
  font-size: 16px;
  line-height: 150%;
  font-family: Montserrat Alternates;
  opacity: 0.8;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0 17px;
}
.cta__ctaline-mobile {
  border-top: dashed 1px;
  height: 1px;
  width: 100%;
  display: flex;
  align-items: center;
  align-self: center;
  margin: 18px 0;
}

.form__body {
  margin: 0 auto;
  position: relative;
}
.form__body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
}
.form__body._sending::after {
  opacity: 1;
  visibility: visible;
}
.form__title {
  font-weight: 400;
  font-size: 36px;
  line-height: normal;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  text-align: center;
}
.form__subtitle {
  font-family: Montserrat Alternates;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  opacity: 0.8;
  display: flex;
  justify-content: center;
  margin: 0 auto 60px;
  text-align: center;
}
.form__colum {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
.form__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 18px;
  z-index: 100;
}
.form__item :last-child {
  margin-bottom: 0;
}
.form__label {
  font-weight: 700;
  line-height: 21px;
  font-family: Montserrat Alternates;
  margin-bottom: 7px;
  display: block;
  width: 100%;
}
.form__input {
  height: 58px;
  border-radius: 4px;
  border: 1px solid #D8D8D8;
  padding: 0 20px;
  font-size: 16px;
  font-family: Montserrat Alternates;
  font-weight: 400;
  transition: all 0.5s ease 0s;
}
.form__input:focus {
  border: 1px solid rgb(224, 134, 2);
}
.form__input._error {
  box-shadow: 0 0 15px red;
}
.form__button {
  font-family: Montserrat Alternates;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  background-color: #E08602;
  padding: 10px 24px;
  margin-left: 5px;
  border-radius: 4px;
  height: 40px;
  box-shadow: 0 2px #b8b7b7;
  position: relative;
  top: 0;
  z-index: 100;
}
.form__button:hover {
  background-color: #c27501;
}
.form__button:active {
  box-shadow: 0 1px 0 #8c8c8c;
  top: 5px;
}
.form__buttonbox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 80px;
}

.file__item {
  position: relative;
}
.file__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 0;
  cursor: pointer;
}
.file__preview {
  display: inline-block;
  width: 100px;
  padding: 10px 0px 0px 0px;
  z-index: 100;
}
.file__preview img {
  max-width: 100%;
}
.file__button {
  box-shadow: 0 2px rgba(224, 134, 2, 0.1);
  display: inline-flex;
  border: solid 1px #E08602;
  border-radius: 4px;
  color: #0D1316;
  padding: 11px 24px;
  margin-right: 5px;
  z-index: 100;
}
.file__button::after {
  content: "";
  background: url(/img/ikonki/dod\ file.svg);
  width: 16px;
  height: 16px;
  margin: auto 12px;
  background-repeat: no-repeat;
}

.footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px 5px;
  font-family: Montserrat Alternates;
  color: #0D1316;
}
.footer__tittle {
  font-weight: 600;
  font-style: 16px;
  margin: 20px 0;
}
.footer__dostavka {
  font-weight: 400;
  line-height: 150%;
}

.title { width:100%; margin:0 auto; }

.reveal-line { display:flex; justify-content:center; align-items:center; font-size:40px; overflow:hidden; height:54px; margin:0; position:relative; }

.reveal-text { visibility:hidden; display:inline-block; }



/*_____________________RESPONSIVE__________________________*/
@media (max-width: 390px) {
      .whitecolum { margin-top: 30px;}
      .reveal-line {font-size: 25px; height: 26px;}
      .whitecolum__subtitle {font-size:14px;}
      .whitecolum__mail {display:block;}
      .whitecolum__number {display: none;}
      .whitecolum__contacs {margin: 32px 0 90px 0;}
}

@media (min-width: 390px) {
    .whitecolum__mail {display:block;}
    .whitecolum__number {display:none;}
    .reveal-line {font-size: 23px; height: 26px;}
    
  .container {
    max-width: 688px;
  }
  .blackheader__item li:first-child {
    display: block;
  }
  .blackheader__item li:nth-child(2) {
    display: block;
  }
  .stickyheader__viber {
    display: block;
    padding: 5px;
  }
  .stickyheader__telegram {
    display: block;
    padding: 5px;
  }
  .portfolio__item {
    padding: 10px 17px;
  }
  .portfolio__item a span {
    display: inline-block;
    font-weight: 500;
    font-family: Montserrat Alternates;
    font-size: 16px;
    margin-left: 10px;
    line-height: 20px;
    color: #0D1316;
  }
  .swiper-one-foto img {
    max-height: 394px;
  }
  .whyavrwood {
    margin: 50px 24px 90px;
  }
  .whyavrwood__row {
    padding: 0 16px 0;
  }
  .file__button {
    font-family: Montserrat Alternates;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
  }
  .cta__row {
    padding: 60px 0 0 0;
  }
  .howitworks {
    margin: 0 24px 108px;
  }
  .hiw-spoiler__img {
    max-height: 450px;
  }

}
@media (min-width: 768px) {
 .reveal-line {font-size: 32px; height: 34px;}
  .container {
    max-width: 944px;
  }
  .stickyheader {
    padding: 0 40px 0 40px;
  }
  .stickyheader__zvjazatus a {
    display: block;
  }
  .stickyheader__logo img {
    height: 28px;
    width: 154px;
  }
  .stickyheader__number {
    padding: 0 18px 0 16px;
  }
  .stickyheader__ikonki {
    display: inline-block;
  }
  .stickyheader__ikonki a {
    padding: 5px;
  }
  .stickyheader__ikonki a img {
    width: 15px;
    height: 15px;
  }
  .hero__white {
    padding: 37px 0 0 0;
  }
  .hero__whitefoto {
    z-index: 20;
  }
  .hero__whitefoto img {
    height: 464px;
  }
  .hero__black {
    padding: 20px 49px 84px;
  }
  .hero__blackrow {
    justify-content: flex-end;
  }
  .hero__avatar {
    overflow: visible;
    top: -120px;
    right: 0px;
    left: unset;
  }
  .hero__circle {
    display: none;
  }
  .whitecolum {
    margin-right: 60px;
  }
  .whitecolum__title {
    font-size: 42px;
  }
  .whitecolum__subtitle {
    margin-top: 24px;
  }
  .whitecolum__contacs {
    margin: 20px 0 120px 0;
    
  }
  .whitecolum__contacsrow {
    margin-top: 0;
  }
  .whitecolum__mail {margin-bottom: 0;}
  .contacs {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .contacs__number {
    margin-left: 18px;
  }
  .contacs__ikonki a img {
    width: 28px;
    height: 28px;
  }
  .blackcolum {
    flex-direction: column;
    align-items: flex-end;
    padding: 0 10px 0;
  }
  .blackcolum__title {
    margin-top: 0;
  }
  .blackcolum__title span {
    display: inline;
  }
  .benefits {
    padding: 84px 40px 50px;
  }
  .benefits__item {
    flex: 0 1 50%;
  }
  .portfolio__slider-nav {
    flex-direction: row;
    justify-content: space-between;
  }
  .portfolio__item-box {
    align-items: center;
  }
  .portfolio__item {
    width: 40px;
    height: 40px;
  }
  .portfolio__item a span {
    display: none;
  }
  .portfolio__line {
    display: none;
  }
  .portfolio__socmereji {
    flex-direction: row;
    justify-content: flex-end;
  }
  .portfolio__text {
    margin: 0 10px 0 0;
  }
  .logozhk__item img {
    height: 85px;
    margin: 0 20px;
  }
  .whyavrwood {
    margin: 40px 40px 86px;
  }
  .whyavrwood__container {
    padding: 90px 40px 142px 64px;
  }
  .whyavrwood__row {
    padding: 0 8px 0;
  }
  .whyavrwood__colum {
    padding: 0;
  }
  .wa-item {
    display: flex;
    flex-direction: row;
  }
  .wa-item__icon {
    padding: 13px;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
    margin-right: 11px;
  }
  .wa-item__row {
    padding: 0 16px;
  }
  .wa-item__text {
    text-align: left;
  }
  .wa-item__title {
    text-align: left;
  }
  .howitworks {
    margin: 0 40px 90px;
  }
  .howitworks__title {
    margin-bottom: 64px;
  }
  .hiw-spoiler__title {
    font-size: 24px;
  }
  .cta {
    margin: 0 40px;
  }
  .cta__body {
    padding: 90px 24px 124px;
  }
  .cta__cta {
    white-space: nowrap;
    width: 100%;
    position: relative;
  }
  .cta__ctaline-mobile {
    border-left: #d9d9d9 dashed 1px;
    border-top: unset;
    margin: 0 18px;
    width: unset;
    height: 22px;
  }
  .cta__ctaline-tablet {
    border-top: rgba(13, 19, 22, 0.2) dashed 1px;
    height: 1px;
    width: 100%;
    display: flex;
    align-items: center;
    align-self: center;
  }
  .cta__row {
    flex-direction: row;
  }
  .cta__item {
    width: 33.33%;
    margin-bottom: 0;
  }
  .form__input {
    padding: 0 40px;
    align-items: center;
  }
  .footer {
    flex-direction: row;
    padding: 8px 40px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1360px;
  }
  .hero__white {
    padding: 45px 40px 0 40px;
    margin-bottom: -76px;
  }
  .hero__whiterow {
    display: flex;
    flex-direction: row;
  }
  .hero__whitefoto {
    display: flex;
    flex-direction: row;
  }
  .hero__whitefoto img {
    width: 400px;
  }
  .hero__black {
    padding: 40px 80px 99px;
  }
  .hero__blackrow {
    flex-direction: row;
    justify-content: flex-start;
    text-align: right;
    position: relative;
  }
  .hero__avatar {
    top: -91px;
    right: 250px;
  }
  .whitecolum {
    width: 100%;
    margin-right: 63px;
    align-items: start;
  }
  .whitecolum__title {
    text-align: left;
  }
  .whitecolum__subtitle {
    text-align: left;
    max-width: 669px;
    margin-right: 60px;
  }
  .whitecolum__contacs {
    margin: 20px 0 116px 0;
  }
  .blackcolum {
    flex-direction: column;
    padding: 0 10px 0 0;
    width: 50%;
  }
  .blackcolum__title {
    padding-right: 20px;
    margin: 0 0 9px;
    text-align: right;
  }
  .blackcolum__titlespan {
    display: inline;
  }
  .blackcolum__ceo {
    text-align: right;
  }
  .benefits {
    padding: 100px 40px 32px;
  }
  .benefits .logozhk__item img {
    margin: 0 30px;
  }
  .swiper-one-foto img {
    max-height: 526px;
  }
  .whyavrwood {
    margin: 50px 40px 66px;
  }
  .whyavrwood__row {
    justify-content: center;
  }
  .wa-item {
    flex: 0 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 70px;
  }
  .wa-item__title {
    text-align: center;
  }
  .wa-item__text {
    text-align: center;
  }
  .wa-item__icon {
    margin: 0 0 24px 0;
  }
  .howitworks {
    margin: 0 40px 74px;
  }
  .cta__body {
    padding: 90px 24px 80px;
  }
  .form__input {
    width: 800px;
    display: flex;
    justify-content: center;
  }
  .form__subtitle {
    width: 800px;
  }
  .form__colum {
    align-items: center;
  }
  .howitworks__column {
    width: clamp(470px, 50%, 612px);
    margin-right: 44px;
  }
  .howitworks__row {
    display: flex;
    flex-direction: row;
    position: relative;
  }
  .howitworks__img {
    width: 45%;
    position: absolute;
    top: 0;
    right: -40px;
    justify-content: center;
    height: 100%;
  }
  .howitworks__img img {
    height: clamp(463px, 100%, 600px);
  }
  .hiw-spoiler__title {
    padding: 32px;
  }
  .hiw-spoiler__img {
    max-height: 600px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1360px;
  }
  .hero__white {
    padding: 47px 120px 0;
  }
  .hero__whitefoto img {
    width: 500px;
    height: 580px;
  }
  .hero__black {
    padding: 40px 120px 130px;
  }
  .hero__avatar {
    right: 350px;
  }
  .whitecolum__subtitle {
    font-size: 20px;
  }
  .blackcolum {
    width: 567px;
  }
  .contacs__ikonki a img {
    width: 32px;
    height: 32px;
  }
  .benefits {
    padding: 99px 120px 50px;
  }
  .portfolio__tittle {
    font-size: 56px;
  }
  .swiper-one-foto img {
    max-height: 724px;
  }
  .whyavrwood {
    margin: 50px 40px 127px;
  }
  .whyavrwood__container {
    padding: 90px 80px 180px;
  }
  .wa-item {
    flex: 0 1 33.33%;
    padding: 0 16px;
  }
  .wa-item__text {
    text-align: center;
  }
  .wa-item:last-child {
    margin-bottom: 70px;
  }
  .wa-item__icon:last-child {
    padding: 19px;
  }
  .howitworks {
    margin: 0 40px 195px;
  }
  .howitworks__title {
    font-size: 48px;
  }
  .hiw-spoiler__title {
    padding: 32px 24px 32px 0;
    font-size: 26px;
  }
  .cta__body {
    padding: 90px 24px 78px;
  }
  .cta__row {
    padding: 80px 0 0 0;
  }
  .form__title {
    font-size: 56px;
    max-width: 800px;
    display: flex;
    justify-content: center;
    margin: 0 auto 24px;
  }
}
@media (min-width: 2560px) {
  .container {
    max-width: 1600px;
  }
  .swiper-one-foto img {
    max-height: 1300px;
  }
}/*# sourceMappingURL=style.css.map */