/* line 8, ../sass/screen.sass */
html {
  position: relative;
  background: #fff;
  color: #323232;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

/* line 16, ../sass/screen.sass */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* line 18, ../sass/screen.sass */
a {
  color: inherit;
  text-decoration: none;
}

/* line 22, ../sass/screen.sass */
.c-grn {
  color: #3CBC80;
}

/* line 24, ../sass/screen.sass */
.pos_left {
  float: left;
}

/* line 26, ../sass/screen.sass */
.pos_right {
  float: right;
}

/* line 30, ../sass/screen.sass */
.btn {
  padding: 10px 20px;
  border-radius: 2px;
  line-height: 1em;
  border-width: 1px;
  border-style: solid;
  border-color: #dadada;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 39, ../sass/screen.sass */
.btn.c-grn {
  color: #fff;
  background: #3CBC80;
  border-color: #3CBC80;
  padding: 14px 30px;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 47, ../sass/screen.sass */
footer .btn.c-grn {
  background-color: #34A470;
  border-color: #34A470;
}
/* line 50, ../sass/screen.sass */
footer .btn.c-grn:hover {
  border-color: #42cd8c;
  background-color: #42cd8c;
}

/* line 54, ../sass/screen.sass */
.btnHolder {
  text-align: center;
}

/* line 56, ../sass/screen.sass */
svg {
  display: block;
}

/* line 58, ../sass/screen.sass */
section {
  position: relative;
  z-index: 1;
  max-width: 964px;
  margin-left: auto;
  margin-right: auto;
}

/* line 66, ../sass/screen.sass */
nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 58px;
  z-index: 2;
  background-color: transparent;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width: 1049px) {
  /* line 66, ../sass/screen.sass */
  nav {
    background-color: #fff;
  }
}
/* line 77, ../sass/screen.sass */
nav #logo, nav .btn {
  position: relative;
  z-index: 3;
}
/* line 80, ../sass/screen.sass */
nav #logo {
  font-size: 18px;
  height: 100%;
  line-height: 58px;
  margin-left: 20px;
}
/* line 85, ../sass/screen.sass */
nav .btn {
  margin-top: 10px;
  margin-right: 20px;
  cursor: pointer;
}
/* line 90, ../sass/screen.sass */
nav .btn a {
  display: inline-block;
  padding: 10px 20px;
  margin: -10px -20px;
}
/* line 94, ../sass/screen.sass */
nav .btn:hover {
  border-color: #c0c0c0;
}
/* line 96, ../sass/screen.sass */
nav .navHolder {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: -58px;
  height: 58px;
  text-align: center;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 104, ../sass/screen.sass */
nav .navHolder a {
  color: inherit;
  display: inline-block;
  margin: 19px 25px 0;
  padding-bottom: 2px;
  border-bottom: 1px solid #e1e1e1;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* line 112, ../sass/screen.sass */
nav .navHolder a:hover, nav .navHolder a.active {
  color: #3CBC80;
  border-bottom: 1px solid transparent;
}
@media (max-width: 1049px) {
  /* line 96, ../sass/screen.sass */
  nav .navHolder {
    display: none;
  }
}
/* line 117, ../sass/screen.sass */
nav.toggled {
  background-color: #fff;
}
/* line 119, ../sass/screen.sass */
nav.toggled .navHolder {
  -moz-transform: translateY(58px);
  -ms-transform: translateY(58px);
  -webkit-transform: translateY(58px);
  transform: translateY(58px);
}

/* line 123, ../sass/screen.sass */
section#title {
  padding-top: 30px;
  margin-bottom: 91px;
}
@media (max-width: 1000px) {
  /* line 123, ../sass/screen.sass */
  section#title {
    padding-top: 94px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 133, ../sass/screen.sass */
section#title div.manHolder {
  position: relative;
  max-width: 628px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 140, ../sass/screen.sass */
section#title div.manHolder svg {
  max-width: 628px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 146, ../sass/screen.sass */
section#title div.manHolder a.toggler {
  color: inherit;
  position: absolute;
  display: block;
  text-decoration: none;
}
/* line 151, ../sass/screen.sass */
section#title div.manHolder a.toggler span {
  border-bottom: 1px dashed #323232;
}
/* line 153, ../sass/screen.sass */
section#title div.manHolder a.toggler[data-toggle='1'] {
  top: 74px;
  left: 81px;
}
/* line 156, ../sass/screen.sass */
section#title div.manHolder a.toggler[data-toggle='2'] {
  top: 177px;
  left: -120px;
}
/* line 159, ../sass/screen.sass */
section#title div.manHolder a.toggler[data-toggle='3'] {
  left: -144px;
  top: 380px;
}
/* line 162, ../sass/screen.sass */
section#title div.manHolder a.toggler[data-toggle='4'] {
  left: 100%;
  margin-left: 24px;
  top: 320px;
  width: 110px;
}
/* line 167, ../sass/screen.sass */
section#title div.manHolder a.toggler[data-toggle='5'] {
  left: 100%;
  margin-left: 30px;
  top: 180px;
  width: 200px;
}
@media (max-width: 1000px) {
  /* line 146, ../sass/screen.sass */
  section#title div.manHolder a.toggler {
    display: none;
  }
}
/* line 174, ../sass/screen.sass */
section#title h1, section#title h2 {
  text-align: center;
}
/* line 176, ../sass/screen.sass */
section#title h1 {
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  font-weight: 300;
  margin-top: 6px;
  margin-bottom: 36px;
}
/* line 184, ../sass/screen.sass */
section#title h2 {
  margin-top: -40px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}
/* line 193, ../sass/screen.sass */
section#title .btn {
  display: inline-block;
}
/* line 195, ../sass/screen.sass */
section#title .btn:hover {
  background-color: #21b26e;
}

/* line 198, ../sass/screen.sass */
section.texted {
  margin-bottom: 150px;
}
@media (max-width: 983px) {
  /* line 198, ../sass/screen.sass */
  section.texted {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 100px;
  }
}
/* line 206, ../sass/screen.sass */
section.texted a, section.texted img {
  display: block;
}
/* line 208, ../sass/screen.sass */
section.texted img {
  max-width: 100%;
  height: auto;
}
/* line 212, ../sass/screen.sass */
section.texted .numeralblock h2, section.texted .numeralblock h3 {
  font-weight: 300;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
/* line 218, ../sass/screen.sass */
section.texted .numeralblock h2 {
  font-size: 20px;
  margin-bottom: 15px;
}
/* line 221, ../sass/screen.sass */
section.texted .numeralblock h3 {
  font-size: 18px;
  font-weight: 300;
  max-width: 560px;
  color: #9C9C9C;
  line-height: 21px;
  margin-top: 0;
  margin-bottom: 30px;
}
/* line 232, ../sass/screen.sass */
section.texted .numeralblock:before {
  margin: 0 auto 20px;
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #e1e1e1;
  background: #fbfbfb;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  color: #323232;
  border-radius: 50%;
}
/* line 248, ../sass/screen.sass */
section.texted#sec_1 div:before {
  content: "1";
}
/* line 248, ../sass/screen.sass */
section.texted#sec_2 div:before {
  content: "2";
}
/* line 248, ../sass/screen.sass */
section.texted#sec_3 div:before {
  content: "3";
}
/* line 248, ../sass/screen.sass */
section.texted#sec_4 div:before {
  content: "4";
}
/* line 248, ../sass/screen.sass */
section.texted#sec_5 div:before {
  content: "5";
}

/* line 252, ../sass/screen.sass */
footer {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #3CBC80;
  color: #fff;
  position: relative;
  padding: 52px 20px 173px;
  overflow: hidden;
}
/* line 260, ../sass/screen.sass */
footer a.btn {
  display: inline-block;
}
/* line 262, ../sass/screen.sass */
footer hr {
  display: block;
  border-top: none;
  margin: 60px auto 25px;
}
@media(min-width: 984px) {
  /* line 252, ../sass/screen.sass */
  footer {
    padding-bottom: 158px;
  }
  /* line 268, ../sass/screen.sass */
  footer .pos_right, footer .pos_left {
    position: absolute;
    bottom: 20px;
  }
  /* line 271, ../sass/screen.sass */
  footer .pos_right {
    right: 20px;
  }
  /* line 273, ../sass/screen.sass */
  footer .pos_left {
    left: 20px;
  }
  /* line 275, ../sass/screen.sass */
  footer hr {
    display: none;
  }
  /* line 277, ../sass/screen.sass */
  footer .social {
    text-align: right;
    width: 100%;
    margin-bottom: 10px;
  }
  /* line 281, ../sass/screen.sass */
  footer .likely {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 285, ../sass/screen.sass */
  footer .likely .likely__widget {
    margin-bottom: 0;
  }
  /* line 287, ../sass/screen.sass */
  footer .likely .likely__widget.likely__widget_odnoklassniki {
    margin-right: 0;
  }
}
/* line 291, ../sass/screen.sass */
footer h2 {
  margin: 0 auto 18px;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
/* line 298, ../sass/screen.sass */
footer .credits a, footer .contacts a {
  text-decoration: underline;
}
/* line 300, ../sass/screen.sass */
footer .contacts p > * {
  display: inline-block;
}
/* line 302, ../sass/screen.sass */
footer .contacts a {
  margin-left: 15px;
  color: inherit !important;
}
/* line 306, ../sass/screen.sass */
footer .credits {
  font-weight: 300;
}
/* line 308, ../sass/screen.sass */
footer p {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1em;
}
/* line 312, ../sass/screen.sass */
footer svg#headBig {
  width: 128px;
  height: 180px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -128px;
  margin-left: -64px;
}
@media(max-width: 983px) {
  /* line 322, ../sass/screen.sass */
  footer h2 {
    font-size: 22px;
  }
  /* line 324, ../sass/screen.sass */
  footer hr {
    margin-bottom: 25px;
  }
  /* line 326, ../sass/screen.sass */
  footer .pos_right, footer .pos_left {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  /* line 332, ../sass/screen.sass */
  footer .contacts p > * {
    display: block;
  }
  /* line 334, ../sass/screen.sass */
  footer .contacts > p:first-child {
    margin-top: 0;
    margin-bottom: 20px;
  }
  /* line 337, ../sass/screen.sass */
  footer .contacts > p:last-child {
    margin-bottom: 20px;
  }
  /* line 339, ../sass/screen.sass */
  footer .contacts > p:last-child a {
    display: block;
    margin: 10px auto;
  }
  /* line 342, ../sass/screen.sass */
  footer .credits {
    margin-top: 20px;
  }
}
