@font-face {
  font-family: RobotoLight;
  src: url(../fonts/Roboto-Light.ttf); }

@font-face {
  font-family: RobotoRegular;
  src: url(../fonts/Roboto-Regular.ttf); }

@font-face {
  font-family: RobotoMedium;
  src: url(../fonts/Roboto-Medium.ttf); }

@font-face {
  font-family: RobotoBlack;
  src: url(../fonts/Roboto-Black.ttf); }

@font-face {
  font-family: RobotoBold;
  src: url(../fonts/Roboto-Bold.ttf); }

/* line 21, sass/style.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* line 41, sass/style.css */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 45, sass/style.css */
body {
  line-height: 1; }

/* line 48, sass/style.css */
ol, ul {
  list-style: none; }

/* line 51, sass/style.css */
blockquote, q {
  quotes: none; }

/* line 54, sass/style.css */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* line 59, sass/style.css */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 63, sass/style.css */
body {
  background: #F6F6F6;
  font-family: RobotoRegular, sans-serif; }

/* line 66, sass/style.css */
body a {
  text-decoration: none;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s; }

/* line 69, sass/style.css */
body li {
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s; }

/* line 72, sass/style.css */
.clear:after {
  content: '';
  display: block;
  float: none;
  clear: both;
  height: 0;
  position: relative; }

/* line 80, sass/style.css */
input {
  outline: none; }

/* line 83, sass/style.css */
.wr {
  max-width: 1170px;
  margin: 0 auto; }

/* line 87, sass/style.css */
h1 {
  font-size: 25px;
  color: #595959;
  font-family: RobotoBold, sans-serif;
  text-align: center;
  width: 100%; }

/* line 94, sass/style.css */
.btn {
  font-size: 18px;
  color: #ffffff;
  font-family: RobotoMedium, sans-serif;
  width: 145px;
  max-width: 200px;
  border: none;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 22px auto 0 auto;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  min-height: 37px;
  background: #FB8C00;
  box-shadow: 0px 2px 6px 2px rgba(251, 140, 0, 0.4);
  display: block;
  outline: none; }

/* line 114, sass/style.css */
.btn:hover {
  background: #ED8400; }

/* line 117, sass/style.css */
.block-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

/*---------------------------------------------*/

.qwert{
    position:  absolute;
    transition:  0.3s;
    bottom: 70px;
    height: 123px;
    overflow:  hidden;
    padding-right: 40px;
    box-sizing: border-box;
    max-height: 400px;
}

.qwert .clear{
    height: 30px;
}

.small-item .qwert{
    bottom: 30px;
    max-height: 205px;
}

.item:hover .qwert{
    height: unset !important;
}

/*---------------------------------------------*/
/* line 121, sass/style.css */
.h1-block {
  background: #ffffff;
  /*padding: 5px 0;*/
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 15; }

/* line 128, sass/style.css */
.bg-containter {
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0; }

/* line 135, sass/style.css */
.main-bg {
  background: url(./img/img1.jpg) no-repeat center;
  height: 550px;
  background-size: cover;
  width: 100%;
  position: relative;
  z-index: 10; }

/*----------------------content-----------------------*/
/* line 144, sass/style.css */
.content-container {
  background: #ffffff;
  box-shadow: -2px 7px 19px 0px rgba(0, 0, 0, 0.25);
  width: 1300px;
  max-width: 98%;
  border-radius: 4px;
  position: relative;
  z-index: 15;
  top: -100px;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

/* line 155, sass/style.css */
.content-container .item {
  background-size: cover;
  position: relative;
  border-radius: 3px;
  background-position: center;
  background-repeat: no-repeat;
  width: 575px; }

/* line 162, sass/style.css */
.content-container .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

/* line 165, sass/style.css */
.content-container .block .small-item:last-child {
  margin-top: 20px; }

/* line 167, sass/style.css */
.content-container .wr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px 0 1px 0; }

/* line 171, sass/style.css */
.diagonal {
  height: 400px;
  width: 120%;
  position: absolute;
  background: #9CCC65;
  -webkit-transform: rotate(-13deg);
  -moz-transform: rotate(-13deg);
  -ms-transform: rotate(-13deg);
  -o-transform: rotate(-13deg);
  transform: rotate(-13deg);
  left: -10%;
  top: 33%; }

/* line 180, sass/style.css */
.rect-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 70px 0; }

/* line 185, sass/style.css */
.item .frame {
  content: "";
  display: block;
  position: absolute;
  width: 94%;
  height: 94%;
  border: 1px solid #ED8400;
  background: transparent;
  top: 3%;
  left: 3%;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; }

/* line 198, sass/style.css */
.item .title {
  font-size: 42px;
  color: #ffffff;
  font-family: RobotoMedium, sans-serif;
  margin-bottom: 25px;
  position: relative;
  z-index: 10; }

/* line 206, sass/style.css */
.item .subtitle {
  color: #ffffff;
  font-size: 21px;
  line-height: 1.3em;
  position: relative;
  z-index: 10; }

/* line 213, sass/style.css */
.item .bg-containter {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 65px 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 3px; }

/* line 221, sass/style.css */
.item .bg-containter:hover > .frame {
  opacity: 1; }

/* line 224, sass/style.css */
.small-item .bg-containter {
  padding: 45px 45px; }

/* line 227, sass/style.css */
.large-item {
  height: 540px; }

/* line 230, sass/style.css */
.small-item {
  height: 260px; }

/* line 232, sass/style.css */
.small-item .frame {
  content: "";
  display: block;
  position: absolute;
  width: 94%;
  height: 88%;
  border: 1px solid #ED8400;
  background: transparent;
  top: 6%;
  left: 3%;
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; }

/* line 245, sass/style.css */
.item-1 {
  background: url(../img/img3.jpg); }

/* line 248, sass/style.css */
.item-2 {
  background: url(../img/img4.jpg); }

/* line 251, sass/style.css */
.item-3 {
  background: url(../img/img2.jpg); }

@media (max-width: 1070px) {
  /* line 255, sass/style.css */
  .menu-btn {
    display: block;
    cursor: pointer;
    max-width: 110px; }
  /* line 259, sass/style.css */
  header {
    padding: 0 40px; }
  /* line 261, sass/style.css */
  header .wr .menu {
    display: none; }
  /* line 263, sass/style.css */
  .content-container {
    width: 950px; }
  /* line 265, sass/style.css */
  .content-container .item {
    width: 400px;
    height: 400px; }
  /* line 268, sass/style.css */
  .content-container .block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  /* line 271, sass/style.css */
  .content-container .block .small-item:last-child {
    margin-top: 0; }
  /* line 273, sass/style.css */
  .content-container .large-item {
    width: 100%;
    margin-bottom: 40px; }
  /* line 276, sass/style.css */
  .content-container .block-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  /* line 278, sass/style.css */
  .large-item .frame {
    height: 88%;
    top: 6%; }
  /* line 281, sass/style.css */
  .small-item .frame {
    width: 88%;
    left: 6%; }
  /* line 284, sass/style.css */
  .wr {
    max-width: 999px; }
  /* line 286, sass/style.css */
  .content-container .wr {
    width: 100%;
    padding: 55px 55px 0 55px; }
  /* line 289, sass/style.css */
  .rect-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px; } }

@media (max-width: 769px) {
  /* line 294, sass/style.css */
  .main-bg {
    height: 450px; }
  /* line 296, sass/style.css */
  .content-container {
    width: 95%;
    top: -140px; }
  /* line 299, sass/style.css */
  .content-container .wr {
    width: 90%;
    padding: 30px 0; }
  /* line 302, sass/style.css */
  .content-container .item {
    height: 300px; }
  /* line 304, sass/style.css */
  .content-container .item .bg-containter {
    padding: 45px 35px; }
  /* line 306, sass/style.css */
  .content-container .item .title {
    font-size: 30px;
    margin-bottom: 16px; }
  /* line 309, sass/style.css */
  .content-container .item .subtitle {
    font-size: 17px;
    line-height: 1.4em; }
  /* line 312, sass/style.css */
  .content-container .small-item {
    width: 47%; }

    .auth-frame form .block{
        flex-direction: column-reverse;
    }
    .auth-frame .btn{margin-top: 25px;}
}

@media (max-width: 420px) {
  /* line 316, sass/style.css */
  .content-container .block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  /* line 318, sass/style.css */
  .content-container .block .item {
    width: 100%;
    margin: 10px 0; }
  /* line 321, sass/style.css */
  .content-container .block .small-item:last-child {
    margin-top: 10px; }
  /* line 323, sass/style.css */
  .rect-block {
    margin-bottom: 0; }
  /* line 325, sass/style.css */
  body .description-block .description {
    width: 100%; }
  /* line 327, sass/style.css */
  .diagonal {
    width: 1000px;
    left: -30%; }
  /* line 330, sass/style.css */
  .content-container .item .bg-containter {
    padding: 35px 25px; }
  .item:hover .qwert{
    height: 123px !important;}
  .qwert{bottom: 30px;}

    .auth-frame .block{
        flex-direction: column;
    }
    .auth-frame form{
        border-right: none;
        padding-right: 0;
        padding-bottom: 25px;
        border-bottom: 1px solid #787878;
    }

    .registration-block{
        padding-left: 0;
        padding-top: 20px;
    }
}
