/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 40 version
*/

@font-face {
  font-family: 'Circe';
  src: url("../fonts/Circe-Regular.woff") format("woff"), 
  url("../fonts/Circe-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circe';
  src: url("../fonts/Circe-Bold.woff") format("woff"), 
  url("../fonts/Circe-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circe';
  src: url("../fonts/Circe-ExtraBold.woff") format("woff"), 
  url("../fonts/Circe-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Colus';
  src: url("../fonts/Colus-Regular.woff") format("woff"), 
  url("../fonts/Colus-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html{font-family: "Circe", sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:0.30em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects;text-decoration: none}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:'Open Sans',sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}

body {
  overflow-x: hidden;
}
.page {
  width: 100%;
  overflow: hidden;
}

* {
  font-family: "Circe", sans-serif;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.flex { 
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
}
.wrapper {
  position: relative;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(48, 42, 39, 0.5);
  border-bottom: 3px solid rgba(255, 255, 255, .4);
}
.header__wrapper {
  height: 157px;
  padding: 45px 0 40px;
}
.header__link {
  display: inline-block;
  font-weight: bold;
  color: #fbf9f8;
  font-size: 27px;
}
.header__link:hover {
  text-decoration: underline;
}
.right {
  text-align: right;
}
.banner {
  position: relative;
  padding-top: 400px;
  background: #e3e4e5;
}
.banner__img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.banner__top {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 35px;
}
.banner__top_text {
  display: inline-block;
  text-shadow: 1px 2px 80px #000;
  font-size: 35px;
  font-weight: 800;
  line-height: 1.14;
  color: #ffffff;
  text-transform: uppercase;
  width: 325px;
}
.banner__top_name {
  display: inline-block;
  text-shadow: 1px 2px 80px #000;
  font-family: Colus;
  font-size: 45px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  color: #ffffff;
}
.banner__span {
  display: block;
  text-align: center;
  text-shadow: 0 0 46px rgba(166, 60, 1, 0.25);
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.19;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.banner__title {
  margin: 0 0 25px;
  text-shadow: 1px 2.8px 80px #643f3d;
  font-family: Colus;
  font-size: 114.5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.96;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.btn {
  display: block;
  width: 268px;
  height: 64px;
  margin: 0 auto;
  -webkit-border-radius: 32px;
          border-radius: 32px;
  padding: 21px 24px 24px;
  font-size: 22px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: 0.55px;
  text-align: center;
  color: #ffffff;
  -webkit-box-shadow: 0 0 90px #00aeff, inset 0 -2px 3px rgba(11, 6, 121, .5);
          box-shadow: 0 0 90px #00aeff, inset 0 -2px 3px rgba(11, 6, 121, .5);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 108, 255, 0.74)), color-stop(rgba(0, 144, 255, 0.74)), color-stop(rgba(0, 174, 255, 0.75)), color-stop(rgba(48, 189, 255, 0.75)), to(rgba(48, 189, 255, 0.75)));
  background-image: -o-linear-gradient(bottom, rgba(0, 108, 255, 0.74), rgba(0, 144, 255, 0.74), rgba(0, 174, 255, 0.75), rgba(48, 189, 255, 0.75), rgba(48, 189, 255, 0.75));
  background-image: linear-gradient(to top, rgba(0, 108, 255, 0.74), rgba(0, 144, 255, 0.74), rgba(0, 174, 255, 0.75), rgba(48, 189, 255, 0.75), rgba(48, 189, 255, 0.75));
  cursor: pointer;
}
.btn:hover {
  -webkit-box-shadow: 0 0 90px #00aeff;
          box-shadow: 0 0 90px #00aeff
}
.banner__text {
  padding: 220px 0 45px;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #67524c;
  max-width: 1270px;
  margin: 0 auto;
}
.banner__list_title {
  display: block;
  margin-bottom: 50px;
  text-shadow: 2.6px 7.6px 9px rgba(189, 163, 148, 0.41);
  font-family: Colus;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #724c46;
}
.banner__list_container {
  position: relative;
  z-index: 2;
  list-style: none;
  padding: 0 0 90px;
  margin: 0;
  max-width: 630px;
}
.banner__list_item {
  display: block;
  margin-bottom: 25px;
  position: relative;
  padding-left: 72px;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #68534d;
}
.banner__list_item::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0;
  width: 50px;
  height: 50px;
  background: url(../images/li.png) no-repeat;
  background-size: contain;
}
.banner__list_item:nth-child(1)::before {
  top: -7px;
}

.two {
  position: relative;
  background: #e3e4e5;
}
.two__img {
  position: absolute;
  bottom: 0;
}
.two__title {
  position: relative;
  z-index: 2;
  margin: 0 0 80px;
  text-shadow: 2.6px 7.6px 9px rgba(189, 163, 148, 0.41);
  font-family: Colus;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #724c46;
}
.two__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 50px;
}
.two__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-calc(33.333% - 13px);
  width: calc(33.333% - 13px);
  margin-bottom: 20px;
  border-radius: 25px;
  -webkit-box-shadow: 2.6px 7.6px 29px 0 rgba(211, 185, 183, 1);
          box-shadow: 2.6px 7.6px 29px 0 rgba(211, 185, 183, 1);
  background-color: rgba(255, 255, 255, .4);
  padding-left: 150px;
  min-height: 210px;
}
.two__item_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  -webkit-box-shadow: 2.6px 7.6px 29px 0 rgba(211, 185, 183, 0.75);
          box-shadow: 2.6px 7.6px 29px 0 rgba(211, 185, 183, 0.75);
  background-color: #ffffff;
}
.two__item_img2 img {
  position: relative;
  top: 100px;
}
.two__item_img4 img {
  position: relative;
  top: 70px;
}
.two__item_img5 img {
  position: relative;
  top: 20px;
}
.two__item_img6 img {
  position: relative;
  top: -90px;
  left: 70px;
}
.two__item_text {
  padding: 25px;
  display: block;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #68534d;
}
.two__span {
  display: block;
  text-align: center;
  font-family: Circe;
  font-size: 30px;
  line-height: 1.1;
  color: #68544e;
  margin-bottom: 70px;
}
.two__strong {
  display: block;
  max-width: 1125px;
  margin: 0 auto;
  padding: 0 0 110px;
  font-family: Colus;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #a65c67;
}

.four {
  position: relative;
  z-index: 2;
  padding-top: 100px;
}
.four__img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.four__title {
  text-shadow: 2.6px 7.6px 9px rgba(180, 168, 162, 0.35);
  font-family: Colus;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #83675f;
  margin: 0 0 70px;
}
.four__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 900px;
}
.four__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  margin-bottom: 50px;
}
.four__item_text {
  display: block;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #68544e;
}
.four__item_img {
  width: 120px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 25px;
}
.four__item_img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.four__block1 {
  padding: 130px 0;
  max-width: 655px;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #8f6240;
}
.four__block1 b {
  font-weight: 800;
  color: #68544e;
}

.four__block2_title {
  display: block;
  font-size: 48px;
  line-height: 1.1;
  color: #68544e;
  display: block;
  text-transform: uppercase;
  text-shadow: 2.6px 7.6px 9px rgba(180, 168, 162, 0.35);
  font-family: Colus;
  margin-bottom: 20px;
}
.four__block2_text {
  display: block;
  text-shadow: 2.6px 7.6px 9px rgba(180, 168, 162, 0.35);
  font-family: Colus;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #8f6240;
}
.plashes__container {
  position: relative;
  margin-top: -140px;
  overflow: hidden;
  padding-bottom: 500px;
}
.plashes__container_img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
.plashes {
  padding-top: 600px;
}
.plash {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 275px;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 26px;
          border-radius: 26px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 90px 0 rgba(175, 148, 133, 0.5);
          box-shadow: 0 0 90px 0 rgba(175, 148, 133, 0.5);
  background-color: rgba(255, 255, 255, .65);
  padding: 50px 20px 50px 38%;
}
.plash__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: -webkit-calc(38% - 40px);
  width: calc(38% - 40px);
  -webkit-border-radius: 26px;
          border-radius: 26px;
  -webkit-box-shadow: 0 0 35px 0 #af9485;
          box-shadow: 0 0 35px 0 #af9485;
  background-color: #ffffff;
  overflow: hidden;
}
.plash__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.plash__text {
  font-family: Circe;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #956b5d;
}
.plash__title {
  display: block;
  font-family: Colus;
  line-height: 1.2;
  color: #52433b;
  margin-bottom: 20px;
}

.author {
  padding: 90px 0;
}
.author__title {
  margin: 0 0 200px;
  text-shadow: 2.6px 7.6px 9px rgba(180, 168, 162, 0.35);
  font-family: Colus;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #58362c;
}
.author__name {
  position: relative;
  z-index: 3;
  display: block;
  font-family: Colus;
  font-size: 48px;
  font-weight: normal;
  text-shadow: 0 0 80px #000, 0 0 80px #9f7d71;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 0.24px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 35px;
}
.author__circles {
  position: relative;
  height: 580px;
  width: 1px;
  margin: 0 auto;
}
.author__img {
  position: absolute;
  left: -290px;
  width: 580px;
  height: 580px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.author__img img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.author__img::before {
  position: absolute;
  z-index: 1;
  content: '';
  top: -80px;
  left: -80px;
  bottom: -80px;
  right: -80px;
  opacity: 0.9;
  -webkit-box-shadow: 0.7px 1.9px 84px 0 rgba(81, 29, 9, 0.2);
          box-shadow: 0.7px 1.9px 84px 0 rgba(81, 29, 9, 0.2);
  background-color: #e4c4b6;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.author__img::after {
  position: absolute;
  content: '';
  top: -290px;
  left: -290px;
  bottom: -290px;
  right: -290px;
  opacity: 0.4;
  mix-blend-mode: multiply;
  -webkit-box-shadow: 0.7px 1.9px 225px 25px rgba(103, 92, 87, 0.35);
          box-shadow: 0.7px 1.9px 225px 25px rgba(103, 92, 87, 0.35);
  background-color: #292929;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.author__span {
  position: absolute;
  z-index: 3;
  padding-right: 65px;
  width: 335px;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: 0.42px;
  text-align: right;
  color: #ffffff;
}
.author__span::after {
  position: absolute;
  content: '';
  right: 0;
  top: 8px;
  background-color: #ffffff;
  width: 23px;
  height: 23px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.author__span1 {
  top: 108px;
  right: 320px;
  text-align: right;
}
.author__span2 {
  top: 270px;
  right: 360px;
  text-align: right;
}
.author__span3 {
  top: 445px;
  right: 317px;
  text-align: right;
}
.author__span--right {
  padding: 0 0 0 65px;
  text-align: left;
}
.author__span--right::after {
  left: 0;
  right: auto;
}
.author__span4 {
  top: 108px;
  left: 320px;
}
.author__span5 {
  top: 270px;
  left: 358px;
}
.author__span6 {
  top: 445px;
  left: 317px;
}

.bottom {
  position: relative;
  padding-top: 250px;
  overflow: hidden;
  margin-top: -500px;
}
.bottom__img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  min-height: 100%;
}
.process__title {
  margin: 0;
  text-shadow: 2.6px 7.6px 9px rgba(180, 168, 162, 0.35);
  font-family: Colus;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
  color: #896a61;
  margin-bottom: 110px;
}
.process__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  margin-bottom: 80px;
}
.process__item:nth-child(2n+1) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: left;
}
.process__item_container {
  width: -webkit-calc(50% + 39px);
  width: calc(50% + 39px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.process__item:nth-child(2n) .process__item_container {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.process__item_num {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Colus;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.69;
  letter-spacing: normal;
  color: #89766e;
  width: 78px;
  height: 78px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background: url(../images/ellips.png) no-repeat center;
  background-size: contain;
}
.process__item:nth-child(2n) .process__item_num {
  margin: 0 0 0 25px;
}
.process__item_text {
  display: block;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  color: #8c5d50;
}
.process__item_text b {
  font-weight: 800;
}
.process__item_num::before,
.process__item_num::after {
  position: absolute;
  left: -webkit-calc(50% - 1px);
  left: calc(50% - 1px);
  bottom: -webkit-calc(100% + 14px);
  bottom: calc(100% + 14px);
  content: '';
  width: 2px;
  height: 52px;
  background-color: #bbada0;
}
.process__item_num::after {
  bottom: auto;
  top: -webkit-calc(100% + 14px);
  top: calc(100% + 14px);
}
.process__item:last-child .process__item_num::after {
  display: none;
}
.process__item:first-child .process__item_num::before {
  height: 88px;
}

.zapis {
  min-height: 900px;
  padding-top: 270px;
}
.zapis__title {
  max-width: 830px;
  margin: 0 auto 70px;
  text-shadow: 2.6px 7.6px 29px rgba(0, 0, 0, .5);
  font-family: Colus;
  font-size: 47.5px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.12;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.zapis__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 830px;
  margin: 0 auto;
}
.zapis__item {
  display: block;
  width: -webkit-calc(50% - 7px);
  width: calc(50% - 7px);
  max-width: 338px;
  margin: 0 7px 14px;
  height: 77px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #56cec7;
}





@media screen and (max-width: 1320px) {
  .banner__title {
    font-size: 90px;
  }
  .banner__top_text {
    font-size: 24px;
  }
  .banner {
    padding-top: 290px;
  }
  .banner__top {
    margin-bottom: 120px;
  }
  .banner__text {
    padding-top: 270px;
  }
  .two__item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    min-height: 170px;
  }
  .two__item_text {
    font-size: 24px;
  }
  .author__img {
    width: 350px;
    height: 350px;
    left: -175px;
  }
  .author__img::before {
    top: -40px;
    left: -40px;
    bottom: -40px;
    right: -40px;
  }
  .author__img::after {
    top: -140px;
    left: -140px;
    bottom: -140px;
    right: -140px;
  }
  .author__span {
    width: 320px;
  }
  .author__span1 {
    top: 30px;
    right: 164px;
    padding-right: 50px;
  }
  .author__span2 {
    top: 155px;
    right: 205px;
    padding-right: 50px;
  }
  .author__span3 {
    top: 280px;
    right: 165px;
    padding-right: 50px;
  }
  .author__span4 {
    top: 30px;
    left: 164px;
    padding-left: 50px;
  }
  .author__span5 {
    top: 155px;
    left: 205px;
    padding-left: 50px;
  }
  .author__span6 {
    top: 280px;
    left: 164px;
    padding-left: 50px;
  }
}



@media screen and (max-width: 980px) {
  .header__wrapper {
    height: auto;
    padding: 20px 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .logo img {
    width: 240px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .header__link {
    font-size: 22px;
  }
  .banner__title {
    font-size: 70px;
  }
  .banner__list_title,
  .two__title {
    font-size: 36px;
  }
  .two__title {
    margin-bottom: 40px;
  }
  .four {
    padding-top: 50px;
  }
  .four__title {
    font-size: 36px;
    margin-bottom: 50px;
  }
  .four__item_text {
    font-size: 24px;
  }
  .four__block1,
  .four__item_text {
    text-shadow: 0 0 2px #fff;
  }
  .author {
    padding: 50px 0;
  }
  .author__title {
    margin-bottom: 50px;
    font-size: 28px;
  }
  .author__circles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    width: auto;
  }
  .author__img {
    position: relative;
    top: 0;
    left: 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 50px;
  }
  .author__span {
    position: relative;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    padding: 0 0 0 30px;
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
  }
  .author__span br {
    display: none;
  }
  .author__span::after {
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
  }
  .author__left,
  .author__right {
    width: 100%;
  }
  .process__title,
  .zapis__title {
    font-size: 32px;
    margin-bottom: 50px;
  }
  .process__title br {
    display: none;
  }
  .process__item {
    margin-bottom: 50px;
  }
  .process__item_text {
    font-size: 24px;
  }
  .process__item_num::before, .process__item_num::after,
  .process__item:first-child .process__item_num::before {
    height: 30px;
  }
  .zapis {
    padding-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .logo {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin-bottom: 15px;
  }
  .banner__img,
  .four__img {
    width: 1200px;
    height: auto;
  }
  .banner {
    padding-top: 170px;
  }
  .banner__top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .banner__top_name {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin-bottom: 30px;
    font-size: 36px;
  }
  .banner__top_text {
    text-align: center;
    width: 100%;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .banner__top_text br {
    display: none;
  }
  .banner__span {
    font-size: 18px;
  }
  .banner__title {
    font-size: 44px;
  }
  .banner__text {
    padding: 100px 0 250px;
    font-size: 24px;
  }
  .banner__list_title, .two__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .banner__list_item {
    font-size: 24px;
    padding-left: 45px;
  }
  .banner__list_item::before {
    width: 30px;
    height: 30px;
  }
  .banner__list_container {
    padding-bottom: 50px;
  }
  .two__item {
    width: 100%;
    min-height: 120px;
  }
  .two__span {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .two__list {
    padding-bottom: 30px;
  }
  .two__strong {
    font-size: 24px;
    padding-bottom: 50px;
  }
  .four__title,
  .four__block2_title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .four__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .four__item_img {
    width: 50px;
    height: 50px;
  }
  .four__item_text {
    font-size: 18px;
  }
  .four__item_text br {
    display: none;
  }
  .four__item_img img {
    max-height: 100%;
  }
  .four__block1 {
    padding: 20px 0 50px;
    font-size: 18px;
  }
  .four__block2_text {
    font-size: 24px;
  }
  .plashes {
    padding-top: 300px;
  }
  .plashes__container {
    margin: 0;
  }
  .plash__text {
    font-size: 18px;
  }
  .plash {
    min-height: 200px;
    padding: 30px 15px 30px 135px;
    margin-bottom: 20px;
  }
  .plash__img {
    width: 120px;
  }
  .author__title {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .author__name {
    font-size: 32px;
  }
  .author__span {
    font-size: 18px;
  }
  .process__item_container {
    width: 100%;
  }
  .process__item_num {
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
  .process__item_text {
    font-size: 18px;
    text-align: left;
  }
  .process__item_text br {
    display: none;
  }
  .process__item:first-child .process__item_num::before {
    display: none;
  }
  .process__item:nth-child(2n) .process__item_num {
    margin: 0 25px 0 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .process__item:nth-child(2n) .process__item_container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .zapis {
    padding-top: 50px;
  }
}

@media screen and (max-width: 480px) {
  .header__wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .logo {
    margin: 0;
  }
  .header__link {
    margin: 10px 10px 0;
  }
  .banner__title,
  .banner__top_name {
    font-size: 30px;
  }
  .banner__span,
  .banner__top_text {
    font-size: 16px;
  }
  .banner {
    padding-top: 190px;
  }
  .banner__top {
    margin-bottom: 20px;
  }
  .btn {
    height: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    font-size: 18px;
  }
  .banner__text {
    padding: 140px 0 40px;
    font-size: 16px;
  }
  .banner__list_title, .two__title {
    font-size: 24px;
    text-align: center;
  }
  .banner__list_item {
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 30px;
    text-shadow: 0 0 3px #fff;
  }
  .banner__list_item::before {
    width: 20px;
    height: 20px;
  }
  .banner__list_item:nth-child(1)::before {
    top: 0;
  }
  .two {
    padding-top: 40px;
  }
  .two__item_text {
    font-size: 16px;
  }
  .two__span,
  .two__strong {
    font-size: 20px;
  }
  .two__item_img {
    width: 120px;
  }
  .two__item {
    padding-left: 120px;
  }
  .four__title, .four__block2_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .four__block1 {
    font-size: 16px;
  }
  .four__block2_text {
    font-size: 18px;
  }
  .plash__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .plash__text {
    font-size: 16px;
  }
  .plash__title {
    font-size: 14px;
  }
  .process__title, .zapis__title {
    font-size: 24px;
  }
}
