* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-family: 'Montserrat', sans-serif; }

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #171500;
  line-height: 26px;
  background: #fff url("img/top_bg.png") 100% 10px no-repeat; }

.container {
  width: 1290px;
  margin: 0 auto; }

@media (max-width: 1600px) {
  body {
    background: #fff url("img/top_bg1.png") 100% 10px no-repeat; }

  .container {
    width: 960px; } }
@media (max-width: 1024px) {
  body {
    background: #fff url("img/top_bg2.png") 100% 190px no-repeat; }

  .container {
    width: calc(100% - 60px); } }
p {
  margin: 20px 0; }

.header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 40px 0; }
  .header .top-menu {
    display: block;
    padding: 0;
    list-style: none;
    margin: 0; }
    .header .top-menu li {
      display: inline-block;
      margin-right: 30px; }
      .header .top-menu li:last-child {
        margin-right: 0; }
      .header .top-menu li a {
        line-height: 24px;
        color: #171500;
        font-weight: 400;
        text-decoration: none; }
        .header .top-menu li a:hover {
          text-decoration: underline; }
  .header .top-contacts span {
    line-height: 24px;
    font-weight: 400;
    color: #171500;
    display: block; }
  .header .top-contacts a {
    font-weight: 600;
    line-height: 24px;
    color: #171500;
    text-decoration: none;
    vertical-align: middle; }
    .header .top-contacts a:hover {
      text-decoration: underline; }
  .header .top-contacts .whatsapp {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url("img/wavi.png") left top no-repeat;
    background-size: auto 24px;
    vertical-align: middle; }
    .header .top-contacts .whatsapp:hover {
      opacity: .7; }
  .header .top-contacts .viber {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url("img/wavi.png") right top no-repeat;
    background-size: auto 24px;
    vertical-align: middle; }
    .header .top-contacts .viber:hover {
      opacity: .7; }
  .header .top-contacts.push {
    margin-left: auto;
    margin-right: 40px; }

@media (max-width: 1600px) {
  .container {
    width: 960px; } }
@media (max-width: 1024px) {
  .container {
    width: calc(100% - 60px); } }
h1 {
  font-weight: 800;
  font-size: 64px;
  line-height: 78px;
  text-transform: uppercase;
  color: #171500; }

h2 {
  font-weight: 800;
  font-size: 48px;
  line-height: 59px;
  text-transform: uppercase;
  color: #171500; }

.btn {
  height: 80px;
  line-height: 80px;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 0.15em;
  color: #F9F9F9;
  background: #171500;
  border-radius: 2px;
  display: inline-block;
  padding: 0 80px;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center; }
  .btn:hover {
    opacity: .8; }
  .btn.orange {
    background: #FCB026;
    color: #171500; }

.btn[disabled=disabled] {
  opacity: .5;
  cursor: auto; }

.top-block {
  width: 550px; }
  .top-block p {
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    color: #171500; }

#services {
  padding: 10px 0;
  margin-top: 100px; }
  #services .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    margin: 50px -15px 0; }
    #services .list .item {
      width: 25%;
      padding: 15px; }
      #services .list .item .num {
        font-weight: bold;
        font-size: 96px;
        line-height: 117px;
        color: #FCB026; }
      #services .list .item .title {
        font-weight: bold;
        font-size: 26px;
        line-height: 130%;
        text-transform: uppercase;
        color: #171500;
        margin-bottom: 10px; }
      #services .list .item .text {
        font-weight: 500;
        font-size: 20px;
        line-height: 130%;
        color: #171500; }

#privacy.popup {
  max-width: 960px; }

@media (max-width: 1600px) {
  #services .list .item {
    width: 33.33333%; } }
@media (max-width: 1024px) {
  #services .list .item {
    width: 50%; } }
.catalog {
  background: url("img/catalog_bg.png") 50% 200px no-repeat;
  margin-top: 125px; }
  .catalog .list {
    margin-top: 70px; }
    .catalog .list .item {
      background: #FFFFFF;
      border: 1px solid #FCB026;
      border-radius: 2px;
      padding: 30px;
      display: flex;
      justify-content: space-between;
      margin-bottom: 30px; }
      .catalog .list .item > div {
        width: calc(50% - 15px); }
      .catalog .list .item .img img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .catalog .list .item .text {
        color: #171500; }
        .catalog .list .item .text .title {
          font-weight: 600;
          font-size: 26px;
          line-height: 130%;
          text-transform: uppercase;
          margin-bottom: 20px; }
        .catalog .list .item .text .txt, .catalog .list .item .text .price {
          font-weight: 500;
          font-size: 20px;
          line-height: 130%;
          margin-bottom: 20px; }
        .catalog .list .item .text .price strong {
          font-size: 26px;
          font-weight: 600; }
        .catalog .list .item .text .note {
          font-style: italic;
          font-weight: 400;
          font-size: 20px;
          line-height: 130%; }
  .catalog .info {
    padding-left: 440px; }
    .catalog .info p {
      margin: 20px 0;
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      color: #171500; }
    .catalog .info .btn {
      margin-top: 10px; }

@media (max-width: 1600px) {
  .catalog {
    background-image: url("img/catalog_bg1.png"); }
    .catalog .info {
      padding-left: 330px; } }
@media (max-width: 1024px) {
  .catalog {
    background-image: url("img/catalog_bg2.png"); } }
.stages {
  margin-top: 150px; }
  .stages .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; }
    .stages .list .item {
      width: 33.33333%;
      padding: 15px; }
      .stages .list .item .num {
        font-weight: bold;
        font-size: 96px;
        line-height: 117px;
        color: #FCB026; }
      .stages .list .item .title {
        font-weight: bold;
        font-size: 26px;
        line-height: 130%;
        text-transform: uppercase;
        color: #171500;
        margin-bottom: 10px; }
      .stages .list .item .text {
        font-weight: 500;
        font-size: 20px;
        line-height: 130%;
        color: #171500; }

.questions {
  background: url("img/questions.png") top center no-repeat;
  min-height: 977px;
  display: flex;
  align-items: center; }
  .questions .qform {
    max-width: 1370px;
    margin: 0 auto;
    width: 100%;
    background: #FCB026;
    padding: 80px 100px;
    text-align: center; }
    .questions .qform h2 {
      margin: 0 0 50px; }
    .questions .qform .big {
      font-weight: bold;
      font-size: 30px;
      line-height: 37px;
      text-transform: uppercase;
      color: #171500; }
    .questions .qform input {
      width: 100%; }
    .questions .qform input[type=text], .questions .qform input[type=tel] {
      background: #FEFDF7;
      border: 1px solid #171500;
      box-sizing: border-box;
      border-radius: 2px;
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      color: #454545;
      padding: 0 10px;
      height: 80px; }
    .questions .qform .line {
      display: flex;
      justify-content: space-between;
      margin-top: 50px; }
      .questions .qform .line label {
        display: block;
        text-align: left;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 10px; }
      .questions .qform .line .col-1, .questions .qform .line .col-2 {
        width: calc(30% - 20px); }
      .questions .qform .line .col-3 {
        width: calc(40% - 20px); }
    .questions .qform .privacy {
      position: relative;
      margin-top: 20px; }
      .questions .qform .privacy input[type=checkbox] {
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 0;
        width: 24px;
        height: 24px;
        margin-top: -12px; }
      .questions .qform .privacy label {
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: #171500;
        display: block;
        padding-left: 35px;
        position: relative;
        text-align: left; }
        .questions .qform .privacy label:before {
          content: '';
          display: block;
          width: 24px;
          height: 24px;
          background: #171500;
          border-radius: 1px;
          position: absolute;
          left: 0;
          top: 0; }
        .questions .qform .privacy label a {
          color: #2962FF;
          text-decoration: underline; }
          .questions .qform .privacy label a:hover {
            text-decoration: none; }
      .questions .qform .privacy input[type=checkbox]:checked + label:after {
        content: '';
        display: block;
        width: 12px;
        height: 9px;
        border-left: solid 2px #fff;
        border-bottom: solid 2px #fff;
        position: absolute;
        left: 5px;
        top: 3px;
        transform: rotate(-45deg); }
    .questions .qform .star {
      font-style: italic;
      font-weight: 500;
      font-size: 18px;
      line-height: 130%;
      margin-top: 50px; }

@media (max-width: 1600px) {
  .questions .qform {
    padding: 80px 35px; } }
#goal h2 {
  margin-top: 0; }

.goal {
  background: url("img/goal.jpg") left bottom no-repeat;
  padding-left: 440px;
  padding-top: 30px; }
  .goal .title {
    font-weight: bold;
    font-size: 26px;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 50px; }

.footer {
  background: url("img/footer.png") bottom center no-repeat;
  margin-top: 150px; }
  .footer .container {
    position: relative;
    bottom: 40px;
    background: #ffb100;
    display: flex;
    padding: 110px 140px 40px;
    flex-wrap: wrap; }
    .footer .container .col-1, .footer .container .col-2 {
      width: 30%; }
    .footer .container .col-3 {
      width: 40%; }
  .footer .footer-tel {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    font-size: 24px;
    color: #171500;
    text-decoration: none;
    vertical-align: middle; }
    .footer .footer-tel:hover {
      text-decoration: underline; }
  .footer .whatsapp {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url("img/wavi.png") left top no-repeat;
    vertical-align: middle; }
    .footer .whatsapp:hover {
      opacity: .7; }
  .footer .viber {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url("img/wavi.png") right top no-repeat;
    vertical-align: middle; }
    .footer .viber:hover {
      opacity: .7; }
  .footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .footer ul li {
      margin-bottom: 10px; }
  .footer a {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #171500;
    text-decoration: none; }
    .footer a:hover {
      text-decoration: underline; }
    .footer a.email {
      font-weight: 400; }
  .footer .copy {
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    margin-top: 35px; }
  .footer .tagline {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: lowercase; }
  .footer .org {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px; }

@media (max-width: 1600px) {
  .footer .container {
    padding: 70px 50px 50px; } }
.popup {
  color: #171500;
  padding: 60px;
  max-width: 570px; }
  .popup .title {
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase; }
  .popup.fancybox__content > .carousel__button.is-close {
    color: #171500;
    top: 0; }
  .popup .qform {
    max-width: 1370px;
    margin: 0 auto;
    width: 100%;
    text-align: center; }
    .popup .qform h2 {
      margin: 0 0 50px; }
    .popup .qform .big {
      font-weight: bold;
      font-size: 30px;
      line-height: 37px;
      text-transform: uppercase;
      color: #171500; }
    .popup .qform input {
      width: 100%; }
    .popup .qform input[type=text], .popup .qform input[type=tel] {
      background: #FEFDF7;
      border: 1px solid #FCB026;
      box-sizing: border-box;
      border-radius: 2px;
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      color: #454545;
      padding: 0 10px;
      height: 80px;
      margin-bottom: 30px; }
    .popup .qform .line {
      margin-top: 30px; }
      .popup .qform .line label {
        display: block;
        text-align: left;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 10px; }
      .popup .qform .line .col-1, .popup .qform .line .col-2, .popup .qform .line .col-3 {
        width: 100%; }
    .popup .qform .privacy {
      position: relative; }
      .popup .qform .privacy input[type=checkbox] {
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 0;
        width: 24px;
        height: 24px;
        margin-top: -12px; }
      .popup .qform .privacy label {
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        color: #171500;
        display: block;
        padding-left: 35px;
        position: relative;
        text-align: left; }
        .popup .qform .privacy label:before {
          content: '';
          display: block;
          width: 24px;
          height: 24px;
          background: #171500;
          border-radius: 1px;
          position: absolute;
          left: 0;
          top: 0; }
        .popup .qform .privacy label a {
          color: #2962FF;
          text-decoration: underline; }
          .popup .qform .privacy label a:hover {
            text-decoration: none; }
      .popup .qform .privacy input[type=checkbox]:checked + label:after {
        content: '';
        display: block;
        width: 12px;
        height: 9px;
        border-left: solid 2px #fff;
        border-bottom: solid 2px #fff;
        position: absolute;
        left: 5px;
        top: 5px;
        transform: rotate(-45deg); }

.sm-menu {
  display: none; }

.mess-true {
  margin-top: 30px;
  font-weight: 800;
  text-align: center;
  display: none; }

.no-big {
  display: none; }

@media (max-width: 1024px) {
  body {
    margin-top: 180px; }

  h1 {
    font-size: 48px;
    line-height: 59px; }

  .top-block {
    width: 460px; }

  .catalog .list .item {
    flex-wrap: wrap; }

  .catalog .list .item > div {
    width: 100%; }
    .catalog .list .item > div.img {
      margin-bottom: 30px;
      height: 270px; }

  .catalog .info {
    padding-left: 0; }

  .stages .list .item {
    width: 50%; }

  .questions .qform .line {
    flex-wrap: wrap;
    justify-content: space-around; }

  .questions .qform .line .col-1, .questions .qform .line .col-2 {
    width: 40%; }

  .questions .qform .line .col-3 {
    width: 60%; }

  .goal {
    background: none;
    padding: 0; }

  .footer {
    background: none; }
    .footer .container {
      width: 100%; }
    .footer .col-1, .footer .col-2, .footer .col-3 {
      width: 50% !important; }
    .footer .col-1 {
      order: 1; }
    .footer .col-2 {
      order: 3; }
    .footer .col-3 {
      order: 2; }
    .footer .copy {
      order: 4; }

  .footer .container {
    bottom: auto;
    padding: 50px 30px 40px; }

  .footer ul {
    margin-top: 30px; }
    .footer ul li {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 30px; }
      .footer ul li:last-child {
        margin-right: 0; }

  .no-big {
    display: block; }

  .no-sm {
    display: none; }

  .header {
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 0; }

  .header .top-menu {
    display: none; }

  .header .top-contacts.push {
    display: none; }

  .header .top-contacts {
    width: 100%; }

  .header .logo-menu {
    width: calc(100% - 40px); }

  .header .sm-menu-container {
    width: 40px; }
    .header .sm-menu-container .sm-menu-btn {
      display: block;
      width: 40px;
      height: 40px;
      background: url("img/burger.png") center no-repeat; }
      .header .sm-menu-container .sm-menu-btn.open {
        background: url("img/dismiss.png") center no-repeat; }

  .header-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    z-index: 99; }

  .header .top-contacts span {
    display: inline; }

  .header-container .sm-menu.open {
    position: absolute;
    top: 99%;
    left: 0;
    width: 100%;
    display: block;
    background: #fff;
    padding: 0 30px 15px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1); }
    .header-container .sm-menu.open .top-menu {
      display: block;
      padding: 0;
      list-style: none;
      margin: 0 0 30px; }
      .header-container .sm-menu.open .top-menu li {
        display: inline-block;
        margin-right: 30px; }
        .header-container .sm-menu.open .top-menu li a {
          line-height: 24px;
          color: #171500;
          font-weight: 400;
          text-decoration: none; }
    .header-container .sm-menu.open .top-contacts a {
      font-weight: 600;
      color: #171500;
      text-decoration: none; }

  #services {
    margin-top: 0; }

  .catalog {
    margin-top: 75px; }

  .stages {
    margin-top: 100px; }

  .questions {
    min-height: 1077px; }

  #goal {
    margin-top: 20px; }

  .footer {
    margin-top: 90px; } }
@media (max-width: 720px) {
  .header .top-contacts span {
    display: block;
    font-size: 16px; }

  body {
    background: #fff; }

  .top-block {
    width: 100%; }

  h1 {
    font-size: 34px;
    line-height: 40px; }

  .top-block p {
    font-size: 24px; }

  .btn {
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    padding: 0 10px;
    width: 100%;
    text-align: center; }

  h2 {
    font-size: 26px;
    line-height: 44px; }

  #services .list .item .title, #services .list .item .text, .stages .list .item .title, .stages .list .item .text {
    font-size: 14px; }

  .catalog .list .item .text .title {
    font-size: 22px; }

  .catalog .list .item .text .txt, .catalog .list .item .text .price, .catalog .list .item .text .note {
    font-size: 16px; }

  .questions .qform .line .col-1, .questions .qform .line .col-2, .questions .qform .line .col-3 {
    width: 100%; }

  .goal .btn {
    width: 100%; }

  .footer .col-1, .footer .col-2, .footer .col-3 {
    width: 100% !important; }

  .footer .container .col-3 {
    margin-top: 10px; }

  .popup {
    padding: 30px;
    max-width: 100%; }

  .popup .qform input[type=text], .popup .qform input[type=tel], .questions .qform input[type=text], .questions .qform input[type=tel] {
    height: 70px; }

  .questions .qform input[type=text] {
    margin-bottom: 20px; }

  .header .top-contacts a {
    font-size: 18px; }

  .header {
    padding: 15px 0; }

  #services {
    padding: 60px 0 10px; }

  #services .list {
    margin: 20 px -15 px 0; }

  .catalog {
    margin-top: 55px; }

  .catalog .list {
    margin-top: 40px; }

  .stages {
    margin-top: 80px; }

  .questions {
    margin-top: 40px;
    min-height: auto; }

  .questions .qform {
    padding: 40px !important; }

  #goal {
    margin-top: 80px; }

  .footer .container {
    padding: 30px 30px 40px; } }
@media (max-width: 360px) {
  h1 {
    font-size: 30px; } }

/*# sourceMappingURL=style.css.map */
