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

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

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

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

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

/* line 21, sass/footer.css */
footer {
  top: -120px;
  margin-top: 80px;
  width: 1300px;
  max-width: 100%;
  /*position: relative;*/
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

/* line 27, sass/footer.css */
footer a {
  color: #ffffff;
  display: block;
  margin-bottom: 7px; }

/* line 31, sass/footer.css */
footer .class-block {
  width: 25%;
  background: #79AE41;
  color: #ffffff; }

/* line 35, sass/footer.css */
footer .arrow-icon {
  display: none;
  height: 22px; }
footer .arrow li:hover {
  background: #A5D76C;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s; }
/* line 38, sass/footer.css */
footer .title-block {
  border-bottom: 1px solid #ffffff;
  font-family: RobotoBlack, sans-serif;
  text-transform: uppercase;
  font-size: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px;
  letter-spacing: 0.02em; }

/* line 49, sass/footer.css */
footer .description-block {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 55px 30px;
  font-size: 14px;
  line-height: 1.45em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 200px; }

/* line 57, sass/footer.css */
footer .description {
  width: 100%; }

/* line 59, sass/footer.css */
footer p {
  margin-bottom: 7px;
  display: block; }

/* line 62, sass/footer.css */
footer .menu a {
  color: #ffffff; }

/* line 64, sass/footer.css */
footer .menu li {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s; }

/* line 66, sass/footer.css */
footer .menu li:hover {
  margin-left: 5px; }

/* line 68, sass/footer.css */
footer .class-block-2 {
  background: #89C149; }

/* line 70, sass/footer.css */
footer .class-block-3 {
  background: #99C863; }

/* line 72, sass/footer.css */
footer .class-block-4 {
  background: #A3D56B; }

/* line 74, sass/footer.css */
footer input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  width: 200px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-family: RobotoLight, sans-serif;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  display: block;
  margin: 0 auto; }

/* line 87, sass/footer.css */
footer input::-webkit-input-placeholder {
  color: #ededed; }
footer input:-moz-placeholder {
  color: #ededed; }
footer input::-moz-placeholder {
  color: #ededed; }
footer input:-ms-input-placeholder {
  color: #ededed; }
footer input::-ms-input-placeholder {
  color: #ededed; }
footer input::placeholder {
  color: #ededed; }

@media (max-width: 1070px) {
  /* line 91, sass/footer.css */
  body footer {
    width: 100%;
    -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 94, sass/footer.css */
  body footer .class-block {
    width: 100%; }
  /* line 96, sass/footer.css */
  body footer .description-block {
    background: #ffffff;
    color: #595959;
    padding: 30px 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: none;
    font-size: 16px; }
  /* line 103, sass/footer.css */
  body footer .description {
    width: 40%;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  /* line 108, sass/footer.css */
  body footer .title-block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 35px 25px 35px; }
  /* line 111, sass/footer.css */
  body footer .arrow-icon {
    display: block;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s; }
  /* line 114, sass/footer.css */
  body footer .rotated180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  /* line 116, sass/footer.css */
  body footer .menu a, body footer a {
    color: #595959; }
  /* line 118, sass/footer.css */
  body footer input {
    margin: unset;
    border-bottom: 1px solid #6a6a6a;
    text-align: left;
    color: #595959; }
  /* line 123, sass/footer.css */
  body footer input::-webkit-input-placeholder {
    color: #6a6a6a; }
  body footer input:-moz-placeholder {
    color: #6a6a6a; }
  body footer input::-moz-placeholder {
    color: #6a6a6a; }
  body footer input:-ms-input-placeholder {
    color: #6a6a6a; }
  body footer input::-ms-input-placeholder {
    color: #6a6a6a; }
  body footer input::placeholder {
    color: #6a6a6a; }
  /* line 125, sass/footer.css */
  body footer .btn {
    margin: 22px 0;
    outline: none; } }

.last_post_date {
  padding-right: 15px
}
