/* Typography. */

@font-face {
  font-family: 'circe';
  src: url("../fonts/circe-regular.eot");
  src: url("../fonts/circe-regular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/circe-regular.woff")format("woff"),
    url("../fonts/circe-regular.ttf")format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'AGOpus';
  src: url("../fonts/ofont.ru_AGOpus.eot");
  src: url("../fonts/ofont.ru_AGOpus.eot?#iefix")format("embedded-opentype"),
    url("../fonts/ofont.ru_AGOpus.woff")format("woff"),
    url("../fonts/ofont.ru_AGOpus.ttf")format("truetype");
  font-style: normal;
  font-weight: 700;
}

/* Typography. */

/* Root. */

:root {
  /* icon. */
  --icon_size: 32px;
  /* icon. */
  /* font-size. */
  --h1: 69px;
  --h2: 60px;
  --h3: 56px;
  --h4: ;
  --h5: ;
  --h6: ;
  --body: 20px;
  --family: 'circe', sans-serif;
  --font2: 'AGOpus', sans-serif;
  /* font-size. */
  /* color. */
  --color: #292929;
  --bg: var(--white);
  --white: #fff;
  /* color. */
  /* btn.*/
  --btn_height: ;
  --btn_color: ;
  --btn_bg: ;
  --btn_bd_size: ;
  --btn_bd_color: ;
  --btn_shadow: ;
  --btn__lh: 0px;
  /* btn.*/
  /* inner. */
  --inner_g: 44px;
  --i1: ;
  --i2: ;
  --i3: ;
  --i4: ;
  --i5: ;
  --i6: ;
  --bone: 24px;
  --bone_w: 1160px;
  /* inner. */
  /* shadow. */
  --shadow: ;
  /* shadow. */
  /* grid. */
  --grid_2: 2;
  /* grid. */
}

/* Root. */

/* Null. */

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--color);
}

html {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  color: var(--color);
  font-size: var(--body);
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  font-family: var(--family);
  background-color: var(--bg);
}

img,
svg {
  display: block;
  width: 100%;
  height: auto;
}

a {
  display: block;
  color: var(--color);
  text-decoration: none;
}

li {
  list-style-type: none;
}

input,
button,
textarea {
  display: block;
  font-family: var(--family);
  background-color: transparent;
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  resize: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--color);
  font-family: var(--family);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--color);
  font-family: var(--family);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--color);
  font-family: var(--family);
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: var(--color);
  font-family: var(--family);
}

input::placeholder,
textarea::placeholder {
  color: var(--color);
  font-family: var(--family);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--family);
  font-size: var(--body);
  font-weight: 400;
}

/* Null. */

/* Global. */

.bone {
  width: 100%;
  max-width: calc(var(--bone_w) + var(--bone) * 2);
  margin: 0 auto;
  padding: 0 var(--bone);
}

.logo {
  width: 100%;
  max-width: ;
}

.title {
  font-size: var(--h2);
  font-weight: ;
}

p+p {
  margin-top: 1em;
}

/* Global. */

/* Grid. Flex. */

.grid {
  display: grid;
  grid-gap: var(--inner_g);
}

.grid__twoo {
  grid-template-columns: repeat(var(--grid_2), 1fr);
}

.grid__three {
  grid-template-columns: repeat(var(--grid_3), 1fr);
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex__align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex__start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Grid. Flex. */

/* Main. */

.main {
  position: relative;
  z-index: 1;
  height: 40vw;
  /*min-height: 600px;*/
  max-height: 1400px;
}

.main_video {
  --res: 70px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 0 0 var(--res) var(--res);
}

.main_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.main_play {
  --color: var(--white);
  --inner: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  padding: 10px;
  border: 8px solid rgba(226, 38, 39, 0.3);
  -webkit-box-shadow: inset 0 0 0 40px rgba(226, 38, 39, 0.6);
  box-shadow: inset 0 0 0 40px rgba(226, 38, 39, 0.6);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transform: translate3d(-50%, -50%, 0px);
  transform: translate3d(-50%, -50%, 0px);
  -webkit-transition: padding .43s;
  -o-transition: padding .43s;
  transition: padding .43s;
}

.main_play svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - var(--inner));
  height: calc(100% - var(--inner));
  -webkit-transform: translate3d(-50%, -50%, 0px);
  transform: translate3d(-50%, -50%, 0px);
  -webkit-transition: width .43s, height .43s;
  -o-transition: width .43s, height .43s;
  transition: width .43s, height .43s;
}

.main_play:hover {
  --inner: 0px;
}

.main_logo {
  position: absolute;
  /*top: 36px;
  left: 132px;*/
  top: 130px;
  right: 132px;
  width: 128px;
}

.main_logo__center {
  position: absolute;
  top: 36px;
  width: 244px;
  right: 70px;
  /*left: 50%;
  -webkit-transform: translate3d(-50%, 0px, 0px);
  transform: translate3d(-50%, 0px, 0px);*/
}

.main_dec {
  --size: 88px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2.5vw;
}

.way .main_dec {
  top: 6vw;
  bottom: auto;
}

.main_dec_img {
  overflow: hidden;
  position: absolute;
}

.main_dec_img img {
  width: calc(100vw - var(--scroll));
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main_dec_img:nth-child(1) {
  left: 0;
  bottom: 0;
  width: calc(50% - var(--size) / 2);
}

.main_dec_img:nth-child(1) img {
  -o-object-position: left bottom;
  object-position: left bottom;
}

.main_dec_img:nth-child(2) {
  left: 50%;
  bottom: 0;
  width: var(--size);
  margin-left: calc(var(--size) / -2);
}

.main_dec_img:nth-child(2) img {
  -o-object-position: center;
  object-position: center;
  -webkit-transform: translate3d(calc(-50% - var(--size) / -2), 0, 0px);
  transform: translate3d(calc(-50% - var(--size) / -2), 0, 0px);
}

.main_dec_img:nth-child(3) {
  right: 0;
  bottom: 0;
  width: calc(50% - var(--size) / 2);
}

.main_dec_img:nth-child(3) img {
  -o-object-position: right bottom;
  object-position: right bottom;
  -webkit-transform: translate3d(calc(-50% - var(--size) / 2), 0px, 0px);
  transform: translate3d(calc(-50% - var(--size) / 2), 0px, 0px);
}

/* Main. */

/* What. */

.what {
  margin-top: 140px;
}



.what_img {
  -ms-flex-item-align: center;
  align-self: center;
}

.what_info {
  -ms-flex-item-align: center;
  align-self: center;
}

.what_title {
  font-family: var(--font2);
  font-size: var(--h3);
  font-weight: 700;
}

.what_text {
  margin-top: 40px;
}

/* What. */

/* Items. */

.items {
  --inner: -52px;
  --top: 148px;
  overflow: hidden;
  margin-top: calc(var(--top) + var(--inner));
  padding: calc(var(--inner) * -1) 0;
}

.items .bone {
  position: relative;
  z-index: 1;
}

.items_bg {
  position: absolute;
  top: var(--inner);
  left: var(--inner);
  right: var(--inner);
  bottom: var(--inner);
  z-index: -1;
}

.items_bg img {
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: center;
  object-position: center;
}

.items_net {
  max-width: 840px;
  margin: 0 auto;
  padding: 88px 40px;
}

.item {
  --color: #FFE879;
  max-width: 120px;
  text-align: center;
}

.item_icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 36px;
}

.item_icon img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

/* Items. */

/* Form */
.form {
  overflow: hidden;
  margin-top: 100px;
}

.form_title {
  font-family: var(--font2);
  font-size: var(--h2);
  font-weight: 700;
}

/* Form. */

/* Way. */

.way {
  overflow: hidden;
  margin-top: 100px;
}

/*.way {
    overflow: visible;
    padding-top: 150px;
    margin-top: 50px;
    padding-bottom: 152px;
    background: url(https://unblast.com/wp-content/uploads/2020/02/Concrete-Texture-2.jpg);
    background-size: cover;
    position: relative;
}*/
.way_title {
  font-family: var(--font2);
  font-size: var(--h2);
  font-weight: 700;
}



.way_net {
  --grid_2: 2;
  margin-top: 60px;
}

.way_info {
  --inner_g: 56px 56px;
  max-width: 50%;
}

.way_item {
  position: relative;
  padding-left: 50px;
}

.way_item_num {
  --color: rgba(255, 234, 114, 1);
  font-family: var(--font2);
  font-size: var(--h1);
  font-weight: 700;
  position: absolute;
  left: -10px;
  top: -15px;
}

/*.way_item_text {
  margin-top: 20px;
}

.way_item_text:before{
    --color: rgba(41, 41, 41, 0.3);
    font-family: var(--font2);
    font-size: var(--h2);
    font-weight: 700;
    content: '';
    position: absolute;
    right: -40px;
}
.way_item_text.num-1{
    content: '1';
}
.way_item_text.num-1{
    content: '2';
}
.way_item_text.num-1{
    content: '3';
}
.way_item_text.num-1{
    content: '4';
}
*/
.way_item_text b {
  font-family: var(--font2);
}

.way_img {
  margin-top: -100px;
  margin-right: -60px;
  margin-left: 32px;
}

/* Way. */

/* Footer. */

.footer {
  --color: var(--white);
  position: relative;
  margin-top: 152px;
  z-index: 1;
}

.footer_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.footer_bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.footer .flex {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer_net {
  padding: 44px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}



.footer_logo {
  max-width: 100px;
  margin-right: 36px;
}

.footer_text {
  margin-bottom: 12px;
}

.footer_text a {
  display: inline;
  -webkit-transition: color .43s;
  -o-transition: color .43s;
  transition: color .43s;
}

.footer_text a:hover {
  --color: #FFE879;
}

.footer_coop {
  margin-bottom: 12px;
}

/* Footer. */
@media only screen and (orientation : portrait) {
  .main {
    max-height: 100vw;
    height: 100vw;
  }
}

@media only screen and (max-width: 1340px) {
  /* Items. */

  .items {
    --inner: 0px;
  }

  /* Items. */
}

@media only screen and (max-width: 1000px) {
  /* Main. */

  .main_video {
    --res: 48px;
  }

  /* Main. */
}

@media only screen and (min-width: 900px) {
  .hide_desktop {
    display: none;
  }
}

@media only screen and (max-width: 900px) {

  /* Main. */
  .hide_mobile {
    display: none;
  }

  .main_logo {
    top: 36px;
    left: var(--bone);
  }

  .main_logo__center {
    left: auto;
    right: var(--bone);
    width: auto;
    -webkit-transform: translate3d(0, 0px, 0px);
    transform: translate3d(0, 0px, 0px);
  }

  .main_logo__center img {
    height: 58px;
    width: auto;
  }

  /* Main. */
  /* Form */
  .form_title {
    text-align: center;
    margin-top: 30px;
  }

  /* Form */
  /* Way. */

  .way_title {
    text-align: center;
    margin-top: 30px;
  }

  .way_item_text {
    margin-top: 0;
  }

  .way_net {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }

  .way_img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    max-width: 400px;
    margin-top: 0;
    margin-left: 0;
  }

  .way_info {
    width: 100%;
    max-width: 600px;
    --inner_g: 30px 20px;
  }

  .way_item {
    padding-left: 35px;
  }

  /* Way. */

  /* Footer. */

  .footer_logo {
    margin-right: 12px;
  }

  /* Footer. */
}

@media only screen and (max-width: 770px) {
  /* Root. */

  :root {
    /* grid. */
    --grid_2: 1;
    /* grid. */
  }

  /* Root. */

  /* Main. */

  .main_video {
    --res: 32px;
  }

  /* Main. */

  /* What. */

  .what_img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .what_title {
    text-align: center;
  }

  /* What. */

  /* Items. */

  .items_net {
    padding: 60px 20px;
  }

  /* Items. */

  /* Footer. */

  .footer {
    --body: 14px;
    font-size: var(--body);
  }

  /* Footer. */
}

@media only screen and (max-width: 600px) {
  /* Root. */

  :root {
    /* font-size. */
    --h1: 40px;
    --h2: 36px;
    --h3: 32px;
    --body: 16px;
    /* font-size. */
  }

  /* Root. */

  /* Block_name. */



  /* Block_name. */

  /* Main. */

  .main {
    min-height: 0;
  }

  .main_video {
    --res: 0;
  }

  .main_dec {
    display: none;
  }

  .main_logo {
    top: 20px;
    width: 100px;
  }

  .main_logo__center {
    top: 20px;
  }

  .main_logo__center img {
    height: 45px;

  }

  /* Main. */

  /* What. */

  .what {
    margin-top: 50px;
  }

  .what_title {
    text-align: center;
  }

  /* What. */

  /* Items. */

  .items {
    --inner: -60px;
    --top: 100px;
  }

  .items_net {
    display: grid;
    grid-gap: var(--inner_g);
    grid-template-columns: repeat(2, auto);
  }

  .item_icon {
    margin-bottom: 20px;
  }

  .items_bg img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  /* Items. */

  /* Way. */

  .way {
    margin-top: 100px;
  }

  .way_item_text {
    font-size: 75%;
  }

  /* Way. */

  /* Footer. */

  .footer_net {
    display: block;
    text-align: center;
  }

  .footer_left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .footer_logo {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .footer_coop {
    margin-top: 20px;
    margin-bottom: 0;
  }

  /* Footer. */
}
.wpcf7-list-item-label a {
  color: #E3001B; 
}