/* line 1, ../sass/main.sass */
html, body, img {
  margin: 0;
  padding: 0;
  font: 1.2em/1.6em "Roboto", Verdana, Helvetica, Arial, Geneva, sans-serif;
  /* color: #1e1e1e */ }

/* line 6, ../sass/main.sass */
html {
  background: #fff; }
a,button{
 cursor: pointer;
}
a.chevron_up {
 z-index: 99;
 position: fixed;
 left: 10px;
 bottom: 10px;
 display:none;
 height:30px;
 width:30px;
 opacity: 0.8;
 background: transparent url(../img/up-arrow.png) no-repeat;
 background-size: contain;
}
h1{
 font-size: 2em;
}
/* line 8, ../sass/main.sass */
.clearfix {
  clear: both !important;
  float: none !important; }

/* line 11, ../sass/main.sass */
.content-wrap {
  max-width: 1200px;
  margin: auto; }

/* line 14, ../sass/main.sass */
.header-wrap{
 background: #fff;
 /* background: #fed901; */
 /* background: linear-gradient(to top, #fed901, #d19831); */
 /* background: rgb(209,152,49); */ /* Old browsers */
 /* background: -moz-linear-gradient(top, rgba(209,152,49,1) 0%, rgba(254,217,1,1) 100%); */ /* FF3.6-15 */
 /* background: -webkit-linear-gradient(top, rgba(209,152,49,1) 0%,rgba(254,217,1,1) 100%); */ /* Chrome10-25,Safari5.1-6 */
 /* background: linear-gradient(to bottom, rgba(209,152,49,1) 0%,rgba(254,217,1,1) 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d19831', endColorstr='#fed901',GradientType=0 );  *//* IE6-9 */
}
.text-shadow-white,.up-header_phone{
 text-shadow: 
		-0   -1px 0   #FFFFFF,
		 0   -1px 0   #FFFFFF,
		-0    1px 0   #FFFFFF,
		 0    1px 0   #FFFFFF,
		-1px -0   0   #FFFFFF,
		 1px -0   0   #FFFFFF,
		-1px  0   0   #FFFFFF,
		 1px  0   0   #FFFFFF,
		-1px -1px 0   #FFFFFF,
		 1px -1px 0   #FFFFFF,
		-1px  1px 0   #FFFFFF,
		 1px  1px 0   #FFFFFF,
		-1px -1px 0   #FFFFFF,
		 1px -1px 0   #FFFFFF,
		-1px  1px 0   #FFFFFF,
		 1px  1px 0   #FFFFFF;
/*  text-shadow: 
		-0   -2px 0   #FFFFFF,
		 0   -2px 0   #FFFFFF,
		-0    2px 0   #FFFFFF,
		 0    2px 0   #FFFFFF,
		-2px -0   0   #FFFFFF,
		 2px -0   0   #FFFFFF,
		-2px  0   0   #FFFFFF,
		 2px  0   0   #FFFFFF,
		-1px -2px 0   #FFFFFF,
		 1px -2px 0   #FFFFFF,
		-1px  2px 0   #FFFFFF,
		 1px  2px 0   #FFFFFF,
		-2px -1px 0   #FFFFFF,
		 2px -1px 0   #FFFFFF,
		-2px  1px 0   #FFFFFF,
		 2px  1px 0   #FFFFFF,
		-2px -2px 0   #FFFFFF,
		 2px -2px 0   #FFFFFF,
		-2px  2px 0   #FFFFFF,
		 2px  2px 0   #FFFFFF,
		-2px -2px 0   #FFFFFF,
		 2px -2px 0   #FFFFFF,
		-2px  2px 0   #FFFFFF,
		 2px  2px 0   #FFFFFF; */
}
header {
  /* position: absolute */
  width: 100%;
  min-height: 370px;
  padding: 15px;
  display: block;
  /* overflow: hidden; */
  /* background-origin: content-box !important; */ 
  background: transparent url(../img/header_bg1.png) center center no-repeat;
  /* background-position: top center; */
  background-size: cover;
  }
  header .trigon .col-auto {
   padding: 0 !important;
  }
  /* line 23, ../sass/main.sass */
  header .row {
    margin-top: 30px; }
    /* line 25, ../sass/main.sass */
    header .row > div {
      max-width: 1200px !important; }
      /* line 27, ../sass/main.sass */
      header .row > div div {
        max-width: 400px; }
        /* line 29, ../sass/main.sass */
        header .row > div div > p {
          text-transform: uppercase;
          color: #fe5454;
          text-align: center;
          margin: 0;
          font-size: 1.42em;
          font-weight: bold; }
        /* line 38, ../sass/main.sass */
        header .row > div div form input, header .row > div div form button, header .row > div div form p {
          margin: 0;
          padding: 0;
          color: #494949;
          border: none; }
        /* line 45, ../sass/main.sass */
        header .row > div div form button, header .row > div div form p {
          font-weight: bold;
          text-transform: uppercase;
          font-size: 0.6em;
          line-height: 1.5; }
        /* line 51, ../sass/main.sass */
        header .row > div div form input {
          height: 45px;
          border: 2px solid #898989;
          padding: 5px 20px;
          color: #414141;
          border-radius: 6px;
          text-transform: capitalize;
          font-size: 0.8em; }
        /* line 59, ../sass/main.sass */
        header .row > div div form input:last-of-type {
          margin-bottom: 15px; }
        /* line 61, ../sass/main.sass */
        header .row > div div form input::-webkit-input-placeholder {
          opacity: 0.6; }
        /* line 63, ../sass/main.sass */
        header .row > div div form input::-moz-placeholder {
          opacity: 0.6; }
        /* line 65, ../sass/main.sass */
        header .row > div div form input:-moz-placeholder {
          opacity: 0.6; }
        /* line 67, ../sass/main.sass */
        header .row > div div form input:-ms-input-placeholder {
          opacity: 0.6; }
        /* line 69, ../sass/main.sass */
        header .row > div div form input:focus::-webkit-input-placeholder {
          opacity: 0; }
        /* line 71, ../sass/main.sass */
        header .row > div div form input:focus::-moz-placeholder {
          opacity: 0; }
        /* line 73, ../sass/main.sass */
        header .row > div div form input:focus:-moz-placeholder {
          opacity: 0; }
        /* line 75, ../sass/main.sass */
        header .row > div div form input:focus:-ms-input-placeholder {
          opacity: 0; }
        /* line 77, ../sass/main.sass */
        header .row > div div form button {
          height: 50px;
          border-radius: 7px;
          width: 190px;
          color: #fff;
          background: #fe0101;
          margin: auto;
          font-size: 1em; 
          border: 2px solid #fff;
          -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.82);
          -moz-box-shadow:    0px 2px 8px 0px rgba(50, 50, 50, 0.82);
          box-shadow:         0px 2px 8px 0px rgba(50, 50, 50, 0.82);
          }
      /* line 86, ../sass/main.sass */
      header .row > div div:first-of-type p {
        text-align: center; }
      /* line 88, ../sass/main.sass */
      header .row > div div:first-of-type p:first-of-type {
        font-size: 1.66em; }
      /* line 90, ../sass/main.sass */
      header .row > div div:first-of-type p:last-of-type {
        font-size: 8.5em;
        margin-top: 70px;
        color: #fe0101; }

/* line 94, ../sass/main.sass */
.trigon {
  padding-top: 280px;
  height: 560px;
  width: 560px;
  margin: auto;
  margin-top: -265px;
  background: #fedd01;
  -webkit-box-shadow: 0px 19px 29px -15px rgba(0,0,0,0.58);
  -moz-box-shadow: 0px 19px 29px -15px rgba(0,0,0,0.58);
  box-shadow: 0px 19px 29px -15px rgba(0,0,0,0.58);
  border-radius: 280px
 /*  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); } */
 }
  /* line 103, ../sass/main.sass */
  .trigon div {
    /* position: absolute; */
   /*  -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); */
    min-height: 100%;
    min-width: 100%;
    text-align: center; }
    /* line 109, ../sass/main.sass */
    .trigon div h1 {
      text-transform: uppercase;
      font-weight: 900;
      color: #414141;
      margin: 0 -30px 5px; }
    /* line 115, ../sass/main.sass */
    .trigon div img {
      width: 150px;
      margin-top: -5px; }
    /* line 117, ../sass/main.sass */
    .trigon div a:last-of-type {
      cursor: pointer; }
      /* line 119, ../sass/main.sass */
      .trigon div a:last-of-type img {
        width: 50px; }
    /* line 121, ../sass/main.sass */
    .trigon div div:first-of-type {
       }
      .trigon div div:first-of-type a{
       font-size: 1.6em;
       text-decoration: none;
       color: #414141; 
       font-weight:bold; }
    /* line 125, ../sass/main.sass */
    .trigon div p:last-of-type {
      font-size: 0.7em;
      margin-top: -20px; }
    /* line 128, ../sass/main.sass */
    .trigon div p {
      font-weight: 900;
      margin: 0;
      text-transform: uppercase;
      color: #414141; }

/* line 134, ../sass/main.sass */
footer div {
  margin-bottom: 20px; }
/* line 136, ../sass/main.sass */
footer img {
  width: 200px; }
/* line 139, ../sass/main.sass */
footer div:nth-child(2) p {
  margin: 0;
  text-align: left;
  font-size: 1.3em;
  line-height: 1; }
/* line 144, ../sass/main.sass */
footer div:nth-child(2) {
  /* padding-left: 50px; */ }
  /* line 146, ../sass/main.sass */
  footer div:nth-child(2) div {
    margin: 0;
    text-align: right;
    font-size: 1em;
    line-height: 1.3em; }
  footer div:nth-child(2) div a {
    color: #1e1e1e; 
    text-decoration: none; }
    
  /* line 151, ../sass/main.sass */
 /*  footer div:nth-child(3) div:first-of-type {
    margin-left: -20px;
    overflow: hidden; } */
    /* line 154, ../sass/main.sass */
    /* footer div:nth-child(3) p:first-of-type span {
      display: inline-block;
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg); } */
/* line 158, ../sass/main.sass */
footer div:last-of-type button {
  font-size: 0.7em;
  text-transform: uppercase;
  border: 1px solid #beb763;
  padding: 10px 30px;
  background: #fedd01; }

/* line 164, ../sass/main.sass */
.content-wrap, footer {
  padding: 30px 0; }

/* line 166, ../sass/main.sass */
.content-wrap > p {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2em;
  /* display: inline-block */ }

/* line 173, ../sass/main.sass */
#content_1 {
  background: #fedd01;
  text-align: center; }
  /* line 176, ../sass/main.sass */
  #content_1 p {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 0; }

/* line 182, ../sass/main.sass */
#content_2 {
  background: #000;
  text-align: center; }
  /* line 185, ../sass/main.sass */
  #content_2 p {
    text-align: center;
    color: #fedd01;
    font-size: 1em;
    margin-top: 0; }
  /* line 190, ../sass/main.sass */
  #content_2 section > p {
    color: #fff;
    font-size: 1.7em;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    margin: 0 0 15px 0; }
    /* line 197, ../sass/main.sass */
    #content_2 section > p button {
      font-weight: bold;
      font-size: 0.5em;
      text-transform: uppercase;
      border: 2px solid #fff;
      padding: 10px 30px;
      background: #fedd01;
      border-radius: 6px; }

/* line 207, ../sass/main.sass */
#content_3 section div {
  max-width: 945px;
  margin: auto; }
  /* line 210, ../sass/main.sass */
  #content_3 section div img {
    width: 100%; }

/* line 212, ../sass/main.sass */
#content_4 {
  background: #fedd01; }
  /* line 217, ../sass/main.sass */
  #content_4 section div div div:first-of-type {
    height: 114px;
    width: 114px;
    padding: 0 !important;
    border-radius: 60px;
    overflow: hidden; }
    /* line 223, ../sass/main.sass */
    #content_4 section div div div:first-of-type img {
      width: 100%; }
  /* line 225, ../sass/main.sass */
  #content_4 section div div div:nth-child(3) {
    background: #fff;
    border-radius: 60px;
    max-width: 80%;
    padding: 20px 40px;
    font-size: 0.65em;
    line-height: 1.2; }
    /* line 232, ../sass/main.sass */
    #content_4 section div div div:nth-child(3) p {
      position: absolute;
      margin: 30px 25px;
      font-weight: bold; }
  /* line 236, ../sass/main.sass */
  #content_4 section div div div:nth-child(2) {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 20px solid transparent;
    margin-right: -10px; }

/* line 244, ../sass/main.sass */
#content_5 img {
  width: 100%;
  height: 100%; }
/* line 247, ../sass/main.sass */
#content_5 form {
  max-width: 500px; }
  /* line 249, ../sass/main.sass */
  #content_5 form input, #content_5 form button {
    margin: 0;
    padding: 0;
    color: #000;
    border: none; }
  /* line 256, ../sass/main.sass */
  #content_5 form input {
    border: 1px solid #ccc;
    padding: 5px 20px;
    color: #414141;
    /* border-radius: 6px */
    text-transform: capitalize;
    font-size: 0.8em;
    margin-bottom: 15px;
    background: #e7e7e7; }
  /* line 266, ../sass/main.sass */
  #content_5 form input:focus::-webkit-input-placeholder {
    opacity: 0; }
  /* line 268, ../sass/main.sass */
  #content_5 form input:focus::-moz-placeholder {
    opacity: 0; }
  /* line 270, ../sass/main.sass */
  #content_5 form input:focus:-moz-placeholder {
    opacity: 0; }
  /* line 272, ../sass/main.sass */
  #content_5 form input:focus:-ms-input-placeholder {
    opacity: 0; }
  /* line 274, ../sass/main.sass */
  #content_5 form button {
    padding: 12px 20px 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    width: 100%;
    background: #f9ad0e;
    margin: auto;
    font-size: 0.7em; }

/* line 283, ../sass/main.sass */
#content_6 section {
  padding-bottom: 0; }
  /* line 285, ../sass/main.sass */
  #content_6 section > p {
    font-size: 1.4em;
    font-weight: normal;
    text-transform: none;
    margin-top: 0; }
  /* line 290, ../sass/main.sass */
  #content_6 section div {
    margin-bottom: 30px; }
    /* line 292, ../sass/main.sass */
    #content_6 section div p {
      font-size: 0.6em;
      margin: 0;
      line-height: 1.05;
      text-align: center; }

/* line 297, ../sass/main.sass */
#content_6 {
  background: #000;
  color: #fff; }
/*Слайдер*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.rslides_tabs{
 width: 100%;
 text-align: center;
 padding: 0
}
.rslides_tabs li{
 list-style-type: none;
 display: inline;
 margin: 0 10px;
 
}
.rslides_tabs a{
 text-decoration: none;
}
.rslides_tabs a span{
 height: 12px;
 width: 12px;
 border-radius: 6px;
 display: inline-block;
 background: #fae4bd;
}
.rslides_here a span{
 background: #fedd01;
}
/*end Слайдер*/
/*Формы*/
.modal {
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
.modal_content {
 background-color: #fff;
 width: 100%;
 max-width: 350px;
 margin: 50px auto;
 text-align: center;
 position: relative;
 font-size: 0.9rem;
 -webkit-box-shadow: 0 12px 24px rgba(0, 0, 1, 0.18);
         box-shadow: 0 12px 24px rgba(0, 0, 1, 0.18); }
.modal_content .close {
  position: absolute;
  line-height: 1;
  right: 15px;
  top: 10px;
  opacity: 0.7;
  font-size: 25px;
  cursor: pointer; }
.modal_content .modal_title {
  line-height: 1;
  margin-top: 0;
  color: #545457; }
.modal form.mail_form {
 padding: 30px; }
.mess-success,.mess-error {
 
 
 display: none;
 margin: 15px 0 !important;
 padding: 7px;
}
.modal_form_btn, .saccess_btn_close {
      display: block;
      width: 100%;
      cursor: pointer;
      font-weight: 700;
      color: #000;
      text-transform: uppercase;
      text-decoration: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      background: #fec801;
      padding: 10px 20px;
      outline: none;
      border: none; }
      /* line 274, ../sass/main.sass */
      .modal_form_btn:hover, .saccess_btn_close:hover {
        background: #f9c300; }
      /* line 276, ../sass/main.sass */
      .modal_form_btn:active, .saccess_btn_close:active {
        background: #f9d656; }
    /* line 278, ../sass/main.sass */
.saccess_btn_close { 
 font-size: 0.8em;
 padding: 0 !important;
 display: none;
}
.mess-success p,.mess-error p{
 text-align: center !important;
 color: #fff !important;
 width: 100%;
 font-size: 0.6em !important;
 margin: 0 !important;
 line-height: 1 !important;
 text-transform: none !important;
 font-weight: normal !important;
}
.modal input{
 display: block;
 padding: 10px 30px;
 width: 100%;
 margin-bottom: 15px;
}
.modal .mess-success p,.modal .mess-error p{
 font-size: 1em !important;
}
.mess-success { background-color: green !important; border-radius: .25rem;}
.mess-error { background-color: brown !important; border-radius: .25rem;}
/* Кнопка формы в процессе отправки */
/* button.btn_sending,button.btn_sending:hover,button.btn_sending:active,button.btn_sending:focus{
 border-color: #fed901 !important;}
button.btn_sending{
 background: none;
 background: #fe0101 repeating-linear-gradient(135deg, #fe0101, #fe0101 10px, #fed901 10px, #fed901 20px, #fe0101 20px) no-repeat !important;
 background-size: 1000% 100% !important;
 color: rgba(255,255,255,0) !important;
 text-shadow: rgba(1,117,177,0) -1px 1px, rgba(1,117,177,0) 1px 1px, rgba(1,117,177,0) 1px -1px, rgba(1,117,177,0) -1px -1px !important;
 background-position: 900% 0 !important;
 transition: background-position linear 600s, color .5s, text-shadow .5s !important;
} */
/*end Формы*/
/*Эффекты*/
.header_btn:after {
	top: 0;
	left: 0;
	width: 0;
 /* height: 46px; */
 height: 100%;
 border-radius: 4px;
 background: #ff8d00;
	   content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.header_btn:hover:after,.header_btn:active:after {
	width: 100%;
 /* transition: all 0.3s; */
}
.header_btn{
	transition: all 0.3s;
}
.orange-btn-hover:hover{
 background:#f9ad0e !important;
 transition: all 1s;
}
.brown-btn-hover:hover{
 background:#a46f01 !important;
 transition: all 1s;
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes shake {
  0%, 100% {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
  }
  }
  @keyframes shake {
  0%, 100% {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
  }
  } 
 .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }

/*end Эффекты*/
@media(min-width:550px) {
  /* line 305, ../sass/main.sass */
  #content_4 section div:nth-child(odd) div div:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  /* line 307, ../sass/main.sass */
  #content_4 section div:nth-child(odd) div div:nth-child(3) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
    /* line 309, ../sass/main.sass */
    #content_4 section div:nth-child(odd) div div:nth-child(3) p {
      right: 0;
      margin: 30px 65px 30px 25px; }
  /* line 312, ../sass/main.sass */
  #content_4 section div:nth-child(odd) div div:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    margin: 0 0 0 -10px; } }
@media(min-width:685px) {
  /* line 317, ../sass/main.sass */
  header {
    /* background: url(../img/top-bg-left.png) no-repeat, transparent url(../img/top-bg-right.png) no-repeat 100% 0; */ } }
@media(min-width:1090px) {
  header .row {
    /* margin-top: -30px; */
} }
@media(min-width:1200px) {
  header .row {
    /* margin-top: -70px; */
} }

@media(max-width:980px) {
  /* line 327, ../sass/main.sass */
  header div.row > div div:first-of-type p {
    padding: 0 15px; }
  /* line 329, ../sass/main.sass */
  header div.row > div div:first-of-type p:last-of-type {
    font-size: 5em; }
  /* line 331, ../sass/main.sass */
  header div.row > div div:last-of-type > p {
    padding: 0 10px; } }
@media(max-width:1200px) {
  /* line 334, ../sass/main.sass */
  .content-wrap {
    padding: 30px 20px; } }
@media(max-width:1200px) { 
 #content_4 section div div div:nth-child(3) {
  max-width: 78%;
 }
}
@media(max-width:890px) {
  /* line 338, ../sass/main.sass */
  #content_1 img {
    max-width: 70%; }
  /* line 340, ../sass/main.sass */
  #content_1 p {
    font-size: 0.7em; } }
@media(max-width:830px) {
  /* line 343, ../sass/main.sass */
  #content_4 {
    background: #fedd01; }
    /* line 348, ../sass/main.sass */
    #content_4 section div div div:nth-child(3) {
      max-width: 70%; } }
@media(max-width:685px) {
  /* line 356, ../sass/main.sass */
  #content_4 section div div div:nth-child(3) {
    max-width: 60%; }

  /* line 363, ../sass/main.sass */
  header .row div:nth-child(1) p:first-of-type {
    text-align: left; }
  /* line 366, ../sass/main.sass */
  header .row div:nth-child(2) p:first-of-type {
    text-align: right; }

  /* line 369, ../sass/main.sass */
  #content_2 div, #content_1 div {
    min-width: 50%; } }
@media (max-width: 640px) {
  header {
   overflow: hidden; } }
@media (max-width: 630px) {
  /* line 372, ../sass/main.sass */
  header div.row > div div:first-of-type p {
    padding: 0; } }
@media (max-width: 610px) {
  div.trigon {
    width: 100%; } }
@media (max-width: 590px) {
  div.trigon {
   border-radius: 0; }
  header {
   /*  background: #fedd01; */
    overflow: visible;
    padding-top: 0; }
    /* line 378, ../sass/main.sass */
    header .row {
      margin-top: 15px !important; }
      /* line 380, ../sass/main.sass */
      header .row div {
        /* margin-top: 0 !important; */ }
        /* line 382, ../sass/main.sass */
        header .row div div {
          max-width: 100%;
          /* margin-top: 90px; */ }
          /* line 386, ../sass/main.sass */
          header .row div div form button {
            /* background: #fff; */
            -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
                    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
          /* line 389, ../sass/main.sass */
          header .row div div form p {
            margin: 10px 0; }
          /* line 391, ../sass/main.sass */
          header .row div div > p:nth-child(1) {
            color: #555353; }
          /* line 394, ../sass/main.sass */
          header .row div div p {
            text-align: center !important; }
        /* line 397, ../sass/main.sass */
        header .row div div:first-of-type {
          display: none; }

  /* line 399, ../sass/main.sass */
  .trigon {
    
    height: auto;
    /* padding: 0; */
    height: 100%;
    width: 100%;
    /* margin: 0; */ }
    /* line 405, ../sass/main.sass */
    .trigon div {
      position: relative;
      /* padding: 0 20px;  */}
     .trigon>div:first-of-type {
      padding: 0 20px;
      /* font-size: 1em; */ }
      /* line 408, ../sass/main.sass */
      .trigon div h1 {
        margin: 20px 0 5px;
        font-size: 1.6em; }
      /* .trigon div div:nth-child(1) {
        font-size: 1.2em; */ }
      /* line 410, ../sass/main.sass */
      .trigon div img {
        width: 100px; }
      
@media(max-width:550px) {
  /* line 419, ../sass/main.sass */
  #content_4 section div div div:nth-child(1) {
    margin-bottom: 20px; }
  /* line 421, ../sass/main.sass */
  #content_4 section div div div:nth-child(2) {
    display: none; }
  /* line 423, ../sass/main.sass */
  #content_4 section div div div:nth-child(3) {
    max-width: 100%; }

  /* line 425, ../sass/main.sass */
  .trigon {
    /* height: 400px */
    /* width: 400px */ } }
@media(max-width:500px) {
 .trigon div div:first-of-type a{
  font-size: 1.2em;
 }
}
@media(max-width:435px) {
  /* line 433, ../sass/main.sass */
  #content_2 img {
    max-width: 70%; }
  /* line 435, ../sass/main.sass */
  #content_2 p {
    font-size: 0.7em; } }
@media(max-width:390px) {
  .modal_content {
    max-width: 90%; 
  }
  footer div:nth-child(2) p {
   font-size: 1em;
 } 
}
/*# sourceMappingURL=main.css.map */