@charset "UTF-8";
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Light.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-LightIt.otf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Reg.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Bold.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Xbold.otf");
  font-weight: 800;
  font-style: normal;
}
.typography a {
  color: #a9c248;
  font-size: 20px;
  font-weight: 300;
  border-bottom: 1px solid #a9c248;
  transition: color 0.4s, background-color 0.4s, border-color 0.4s;
}
.typography a:hover {
  color: #010101;
  background-color: #a9c248;
  border-color: #010101;
}
.typography a strong, .typography a b {
  color: #a9c248;
}
.typography em, .typography i {
  font-style: italic;
  font-weight: inherit;
}
.typography b, .typography strong {
  font-weight: 700;
  font-style: inherit;
}
.typography blockquote {
  padding: 30px;
  margin-top: 40px;
  margin-left: 70px;
  margin-right: 70px;
  margin-bottom: 60px;
  border-left: 4px solid #c4df5b;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
}
.typography blockquote p {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
}
.typography ul, .typography ol {
  margin-bottom: 1.5em;
}
.typography ul li, .typography ol li {
  margin-bottom: 0.6em;
  padding-left: 70px;
  position: relative;
  font-size: 20px;
}
.typography ul li:before, .typography ol li:before {
  content: "";
  display: block;
  width: 15px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: 40px;
  background: url(../img/check.png) no-repeat center center;
}
.typography ol {
  margin: 0 60px;
}
.typography ol li {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 0;
}
.typography ol li::before {
  display: none;
}
.typography p {
  font-weight: 300;
  margin-bottom: 0.6em;
  font-size: 20px;
  line-height: 1.4;
  color: #141414;
}
.typography .wp-caption {
  max-width: 100%;
  height: auto;
}
.typography .wp-caption img {
  max-width: 100%;
  height: auto;
}
.typography .wp-caption-text {
  margin-left: 0;
  margin-top: -30px;
  margin-bottom: 40px;
  color: #7d7c7e;
  font-size: 16px;
  font-style: italic;
  text-align: left;
}
.typography .wp-caption-text a {
  font-style: italic;
  font-size: inherit;
}
.typography img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.typography h5, .typography h6 {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.3;
}
.typography h5 {
  margin-bottom: 70px;
}
.typography .flexslider {
  padding-top: 35px;
}
.typography .flex-direction-nav {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0 5px !important;
}
.typography .flex-direction-nav a {
  opacity: 1 !important;
  display: inline-block;
  font-size: 0;
  border: none;
  position: relative;
  background: transparent !important;
  width: auto;
  text-indent: 0;
}
.typography .flex-direction-nav a.flex-prev {
  padding-left: 65px;
  left: 0;
}
.typography .flex-direction-nav a.flex-prev::after {
  content: "Назад";
  font-size: 16px;
  display: inline-block;
  font-weight: 300;
  color: #464646;
}
.typography .flex-direction-nav a.flex-prev::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../img/pagination_arrow.png) no-repeat center center;
  width: 44px;
  height: 17px;
  opacity: 0.4;
  display: inline-block;
  font-size: 0;
  border: none;
}
.typography .flex-direction-nav a.flex-next {
  padding-right: 65px;
  right: 0;
}
.typography .flex-direction-nav a.flex-next::after {
  content: "";
  position: absolute;
  right: 0;
  background: url(../img/pagination_arrow.png) no-repeat center center;
  width: 44px;
  height: 17px;
  opacity: 0.4;
  display: inline-block;
  font-size: 0;
  border: none;
  transform: rotate(180deg);
}
.typography .flex-direction-nav a.flex-next::before {
  content: "Вперед";
  font-size: 16px;
  display: inline-block;
  font-weight: 300;
  color: #464646;
}
.typography .metaslider {
  padding: 0 15px;
}
.typography .metaslider .caption {
  font-size: 16px;
  color: #b2b2b2;
  font-weight: 300;
  font-style: italic;
  padding: 20px 5px;
}
.typography .metaslider .caption-wrap {
  position: static;
  background: transparent;
}
.typography .gallery-item {
  padding: 0 15px;
}
.typography .gallery-item img {
  border: none !important;
  margin-bottom: 20px;
}

.wp-polls {
  margin-bottom: 40px;
}
.wp-polls .wrap_status {
  display: flex;
  align-items: stretch;
  margin-bottom: 0;
}
.wp-polls .wrap_status:nth-child(odd) {
  background-color: #f7f8f8;
}
.wp-polls .wrap_status .title {
  width: 50%;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  padding: 35px 25px;
}
.wp-polls .wrap_status .status {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 35px 0;
  background: url(../img/pic.png) repeat-y 0% top, url(../img/pic.png) repeat-y 25% top, url(../img/pic.png) repeat-y 50% top, url(../img/pic.png) repeat-y 75% top, url(../img/pic.png) repeat-y 100% top;
  background-size: 1px 1px;
}
.wp-polls .wrap_status .status .status_bar {
  height: 29px;
  position: relative;
  background-color: #c4df5b;
}
.wp-polls .wrap_status .status .status_bar .procent {
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 20px;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 700;
}
.wp-polls ul {
  margin-left: 0;
  margin-bottom: 45px;
}
.wp-polls ul li {
  padding-left: 15px;
  margin-bottom: 25px;
}
.wp-polls ul li::before {
  display: none;
}
.wp-polls ul .scale {
  width: 50%;
  float: right;
  position: relative;
  padding-bottom: 30px;
}
.wp-polls ul .scale span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  bottom: 0;
}
.wp-polls ul .scale span:nth-child(1) {
  left: 0;
}
.wp-polls ul .scale span:nth-child(2) {
  left: 25%;
}
.wp-polls ul .scale span:nth-child(3) {
  left: 50%;
}
.wp-polls ul .scale span:nth-child(4) {
  left: 75%;
}
.wp-polls ul .scale span:nth-child(5) {
  right: 0;
}
.wp-polls .poll_btn {
  display: inline-block;
  position: relative;
  margin: 0;
}
.wp-polls .poll_btn::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -16px;
  background: url(../img/ok.png) no-repeat center center;
  background-size: 100% 100%;
}
.wp-polls .poll_btn .Buttons {
  display: block;
  border: none;
  padding: 18px;
  padding-right: 100px;
  font-size: 32px;
  font-weight: 800;
  text-align: left;
  background-color: #c4df5b;
  cursor: pointer;
}

* {
  color: #010101;
  font-size: 20px;
  font-family: "ProximaNova";
  font-weight: 300;
  /*font-style: normal;*/
  line-height: 1.2;
}

h1, h2, h3, h4 {
  margin-bottom: 18px;
  font-weight: 800;
  text-transform: none;
  line-height: 1;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 20px;
}

.tag {
  font-size: 14px;
  font-weight: 700;
  transition: all 0.2s;
}
.tag:before {
  content: "#";
}

.wrap_input {
  position: relative;
}
.wrap_input.valid input {
  border-color: #c4df5b;
  box-shadow: 0 0 2px 0px #c4df5b;
}
.wrap_input.valid::after {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  position: absolute;
  top: 20px;
  right: 15px;
  background: url(../img/check_input.png) no-repeat center center;
  background-size: 100% 100%;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=password],
textarea {
  display: block;
  width: 100%;
  height: 58px;
  margin-bottom: 20px;
  padding: 23px 18px;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 300;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  transition: border-color 0.4s, box-shadow 0.4s;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #000;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #c4df5b;
  box-shadow: 0 0 2px 0px #c4df5b;
}
input[type=text].error,
input[type=tel].error,
input[type=email].error,
input[type=password].error,
textarea.error {
  box-shadow: 0 0 2px 0px #ed1c24;
  border-color: #ed1c24;
}

label {
  display: block;
  margin-top: -10px;
  color: #010101;
  font-size: 16px;
  margin-bottom: 15px;
}
label.error {
  color: #ed1c24;
}

textarea {
  height: 210px;
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=radio] + label {
  display: block;
  position: relative;
  padding-left: 45px;
  color: #000;
  font-size: 20px;
  cursor: pointer;
}
input[type=radio] + label::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -11px;
  border-radius: 50%;
  border: 2px solid #e6e6e6;
  box-shadow: inset 0 0 5px #e6e6e6;
}
input[type=radio] + label::after {
  content: "";
  display: none;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -3px;
  border-radius: 50%;
  background-color: #c4df5b;
}

input[type=radio]:checked + label:after {
  display: block;
}

input[type=checkbox] + label {
  display: block;
  position: relative;
  padding-left: 45px;
  color: #000;
  font-size: 20px;
  cursor: pointer;
}
input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  border: 2px solid #e6e6e6;
  box-shadow: inset 0 0 5px #e6e6e6;
}
input[type=checkbox] + label::after {
  content: "";
  display: none;
  width: 15px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -4px;
  border-radius: 50%;
  background: url(../img/check_input.png) no-repeat center center;
  background-size: 100% 100%;
}

input[type=checkbox]:checked + label:after {
  display: block;
}

.input_list {
  display: block;
  width: 100%;
  height: 58px;
  position: relative;
  font-size: 18px;
  font-weight: 300;
  background-color: #fff;
  color: #010101;
  border: 1px solid #e6e6e6;
}
.input_list .current_filter {
  position: relative;
}
.input_list .current_filter::after {
  content: "";
  display: block;
  width: 20px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  background: url(../img/arrow_list.png) no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.input_list.active .current_filter::after {
  transform: rotateZ(180deg);
}
.input_list > li {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 58px;
  cursor: pointer;
}
.input_list > li > span {
  display: block;
  width: 100%;
  height: 58px;
  line-height: 58px;
  padding-left: 18px;
  padding-right: 60px;
  overflow: hidden;
}
.input_list > li .sub_list {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 99;
}
.input_list > li .sub_list li {
  padding: 15px 18px;
  font-size: 16px;
  transition: color 0.4s;
  border-bottom: 1px solid #e6e6e6;
}
.input_list > li .sub_list li:last-child {
  border-bottom: none;
}
.input_list > li .sub_list li:hover {
  color: #c4df5b;
}
.input_list-label {
  margin-bottom: 15px;
  font-size: 16px;
  color: #010101;
}

@media all and (max-width: 1199px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 16px;
  }
  .wp-polls .wrap_status .status .status_bar .procent {
    top: 100%;
    left: 50%;
    margin-left: 0;
    transform: translateX(-50%);
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  .wp-polls .wrap_status {
    flex-direction: column;
    padding-left: 0;
  }
  .wp-polls .wrap_status .title {
    width: 100%;
    justify-content: flex-start;
    padding-bottom: 5px;
    padding-top: 20px;
    padding-left: 5px;
  }
  .wp-polls .wrap_status .status {
    width: 100%;
  }
  .wp-polls ul .scale {
    display: none;
  }
  .wp-polls ul .scale span:nth-child(1) {
    left: 0;
  }
  .wp-polls ul .scale span:nth-child(2) {
    left: 25%;
  }
  .wp-polls ul .scale span:nth-child(3) {
    left: 50%;
  }
  .wp-polls ul .scale span:nth-child(4) {
    left: 75%;
  }
  .wp-polls ul .scale span:nth-child(5) {
    right: 0;
  }
  .typography ul li {
    padding-left: 40px;
  }
  .typography ul li:before {
    left: 5px;
  }
  .typography h5,
  .typography h6 {
    margin-bottom: 40px;
    font-size: 22px;
  }
  .typography h1,
  .typography h2,
  .typography h3,
  .typography h4 {
    margin-bottom: 20px;
  }
  .typography blockquote {
    padding: 15px 5px 15px 15px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    border-left: 4px solid #c4df5b;
    font-size: 22px;
  }
  .typography blockquote p {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
  }
  .typography .gallery-item {
    padding: 0;
    width: 100% !important;
  }
  .typography .gallery-item img {
    margin-bottom: 10px;
  }
  .typography .flexslider {
    padding-top: 50px;
  }
  .typography .metaslider {
    padding: 0;
  }
  .typography .flex-direction-nav a.flex-prev::after {
    display: none;
  }
  .typography .flex-direction-nav a.flex-next::before {
    display: none;
  }
}
.container {
  position: relative;
  max-width: 1200px;
  width: 100%;
  padding: 0 30px;
  height: 100%;
  margin: 0 auto;
}
@media all and (max-width: 1199px) {
  .container {
    max-width: 720px;
  }
}
@media all and (max-width: 767px) {
  .container {
    max-width: 600px;
    padding: 0 20px;
  }
}

.fw {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

button {
  background: transparent;
  border: none;
  border-radius: 0;
}

.logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #c4df5b;
  max-width: 197px;
  width: 100%;
  padding: 10px;
}
@media all and (max-width: 1199px) {
  .logo-wrapper {
    max-width: 160px;
  }
}
@media all and (max-width: 767px) {
  .logo-wrapper {
    max-width: none;
  }
}
.logo-img {
  max-width: 130px;
  width: 100%;
  height: auto;
}

.box {
  padding: 13px;
  position: relative;
}

.wrap_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.wrap_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn_write {
  width: 165px;
  height: 35px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c4df5b;
  font-size: 14px;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
}
.btn_write:after {
  content: "";
  display: block;
  margin-left: 18px;
  width: 20px;
  height: 19px;
  background: url(../img/btn_write.png) no-repeat center center;
  background-size: cover;
}
.btn_write:hover {
  background: #d7f464;
}
.btn_write:active {
  background: #d7f464;
  box-shadow: inset 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
}

/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  height: 100%;
}

.custom-select-wrapper select {
  display: none;
}

.custom-select {
  position: relative;
  display: inline-block;
  height: 100%;
}

.custom-select-trigger {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 24px;
  width: 140px;
  height: 100%;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 800;
  color: #000;
  line-height: 38px;
  background: #f5f5f5;
  cursor: pointer;
}

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 6px;
  background: url(../img/select.png) no-repeat center center;
  background-size: cover;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-180deg);
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  border-radius: 0;
  background: #f5f5f5;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
}

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}

.custom-option {
  position: relative;
  display: block;
  padding: 24px 20px;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
  border-top: 1px solid #e1e1e1;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.custom-option:last-of-type {
  border-bottom: 0;
}

.section_title {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}

.btn_search_lib {
  display: block;
  height: 58px;
  padding: 0 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  background-color: #000;
  cursor: pointer;
}

.btn_play {
  width: 80px;
  height: 80px;
  background: url(../img/btn_play.png) no-repeat center center;
  background-size: 100% 100%;
}

.popup {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 17px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
  z-index: 999;
}
.popup .email_subscribe {
  word-break: break-all;
  font-size: inherit;
  color: #c4df5b;
}
.popup-close {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 40px;
  right: 30px;
  cursor: pointer;
}
.popup-close span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.popup-close span:nth-child(1) {
  transform: rotateZ(45deg);
  margin-top: 12px;
}
.popup-close span:nth-child(2) {
  transform: rotateZ(-45deg);
  margin-top: -2px;
}
.popup-head {
  margin-bottom: 60px;
  font-size: 42px;
  font-weight: 800;
  text-align: center;
}
.popup-body {
  max-width: 600px;
  width: 100%;
  position: relative;
  padding: 40px 55px;
  background-color: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.17);
}
.popup-form_callback form {
  width: 100%;
}
.popup-form_callback form .wrap_input {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.popup-form_callback form .wrap_input .title {
  flex: none;
  width: 150px;
  font-size: 18px;
  font-weight: 300;
  margin-top: 17px;
}
.popup-form_callback form .wrap_input input {
  margin-bottom: 15px;
}
.popup-form_callback form .wrap_input input.error {
  margin-bottom: 40px;
}
.popup-form_callback form .wrap_input label {
  position: absolute;
  bottom: 0;
  left: 150px;
  margin: 0;
  margin-bottom: 15px;
}
.popup-form_callback form .wrap_input textarea.error {
  margin-bottom: 40px;
}
.popup-thank, .popup-subscribe {
  text-align: center;
}
.popup-thank p.text, .popup-subscribe p.text {
  margin-bottom: 60px;
  font-size: 26px;
  font-weight: 300;
}
.popup-thank p.text a:hover, .popup-subscribe p.text a:hover {
  background-color: #c4df5b;
}
.popup-thank p.title, .popup-subscribe p.title {
  color: #7d7c7e;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}
.popup .btn_send {
  padding: 20px 70px;
  margin-top: 15px;
  margin-left: 150px;
  background-color: #c4df5b;
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
}

.preloader {
  position: relative;
  margin: 100px auto;
  width: 20px;
  height: 20px;
  perspective: 160px;
  transform-style: preserve-3d;
}
.preloader-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}
.preloader-paper {
  width: 35px;
  height: 45px;
  background: #fff;
  border: 5px solid #c4df5b;
  position: absolute;
  border-left: none;
  transform-origin: 0% 50%;
}
.preloader-paper:nth-child(2) {
  transform: rotate(180deg);
}
.preloader-paper:nth-child(3) {
  animation: flip 2.5s infinite ease-in-out;
  animation-delay: 0.54931s;
}
.preloader-paper:nth-child(4) {
  animation: flip 2.5s infinite ease-in-out;
  animation-delay: 0.69315s;
}
.preloader-paper:nth-child(5) {
  animation: flip 2.5s infinite ease-in-out;
  animation-delay: 0.80472s;
}
.preloader-paper:nth-child(6) {
  animation: flip 2.5s infinite ease-in-out;
  animation-delay: 0.89588s;
}
.preloader-paper:nth-child(7) {
  animation: flip 2.5s infinite ease-in-out;
  animation-delay: 0.97296s;
}
.preloader-paper:nth-child(8) {
  animation: flip 2.5s infinite ease-in-out;
  animation-delay: 1.03972s;
}
.preloader-paper:nth-child(9) {
  animation: flip 2.5s infinite ease-in-out;
  animation-delay: 1.09861s;
}
.preloader-paper:nth-child(10) {
  animation: flip 2.5s infinite ease-in-out;
  animation-delay: 1.15129s;
}
.preloader-paper:nth-child(11) {
  animation: flip 2.5s infinite ease-in-out;
  animation-delay: 1.19895s;
}
.preloader-paper:nth-child(12) {
  animation: flip 2.5s infinite ease-in-out;
  animation-delay: 1.24245s;
}

.container .paper {
  width: 35px;
  height: 45px;
  background: #fff;
  border: 5px solid blueviolet;
  position: absolute;
  border-left: none;
  transform-origin: 0% 50%;
}

.container .paper:nth-child(2) {
  transform: rotate(180deg);
}

.container .paper:nth-child(3) {
  animation: flip 2.5s infinite ease-in-out;
  animation-delay: 0.54931s;
}

.container .paper:nth-child(4) {
  animation: flip 2.5s infinite ease-in-out;
  animation-delay: 0.69315s;
}

.container .paper:nth-child(5) {
  animation: flip 2.5s infinite ease-in-out;
  animation-delay: 0.80472s;
}

.container .paper:nth-child(6) {
  animation: flip 2.5s infinite ease-in-out;
  animation-delay: 0.89588s;
}

.container .paper:nth-child(7) {
  animation: flip 2.5s infinite ease-in-out;
  animation-delay: 0.97296s;
}

.container .paper:nth-child(8) {
  animation: flip 2.5s infinite ease-in-out;
  animation-delay: 1.03972s;
}

.container .paper:nth-child(9) {
  animation: flip 2.5s infinite ease-in-out;
  animation-delay: 1.09861s;
}

.container .paper:nth-child(10) {
  animation: flip 2.5s infinite ease-in-out;
  animation-delay: 1.15129s;
}

.container .paper:nth-child(11) {
  animation: flip 2.5s infinite ease-in-out;
  animation-delay: 1.19895s;
}

.container .paper:nth-child(12) {
  animation: flip 2.5s infinite ease-in-out;
  animation-delay: 1.24245s;
}

@keyframes flip {
  30% {
    transform: rotateY(-180deg);
  }
  100% {
    transform: rotateY(-180deg);
  }
}
@media all and (max-width: 767px) {
  .popup {
    align-items: flex-start;
    padding: 50px 20px;
  }
  .popup-body {
    padding: 40px 20px;
    padding-top: 60px;
  }
  .popup-form_callback form .wrap_input {
    flex-direction: column;
  }
  .popup-form_callback form .wrap_input .title {
    margin: 0;
  }
  .popup-form_callback form .wrap_input label {
    left: 0px;
  }
  .popup-thank p.text, .popup-subscrib p.text {
    font-size: 18px;
  }
  .popup-close {
    top: 15px;
    right: 10px;
  }
  .popup-head {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .popup .btn_send {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .box {
    padding: 13px 0;
  }
}
.social {
  display: flex;
  margin-top: 70px;
}

.btn_soc {
  display: block;
  width: 190px;
  height: 60px;
  margin-right: 35px;
  padding-left: 50px;
  font-size: 18px !important;
  color: #fff !important;
  line-height: 60px;
  border: none !important;
  transition: background-color 0.4s, box-shadow 0.4s;
}
.btn_soc-fb {
  background: #3a5897 url(../img/facebook.png) no-repeat 18px center;
  background-size: 12px 25px;
}
.btn_soc-fb:hover {
  background-color: #5375bc !important;
}
.btn_soc-fb:hover:active {
  box-shadow: inset 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
}
.btn_soc-twitter {
  background: #54aced url(../img/twitter.png) no-repeat 14px center;
  background-size: 25px 20px;
}
.btn_soc-twitter:hover {
  background-color: #72c0f9 !important;
}
.btn_soc-twitter:active {
  box-shadow: inset 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
}
.btn_soc-google {
  background: #dc4e41 url(../img/google.png) no-repeat 15px center;
  background-size: 25px 22px;
}
.btn_soc-google:hover {
  background-color: #f47468 !important;
}
.btn_soc-google:active {
  box-shadow: inset 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
}

.theChampSharingSvg {
  width: 45px !important;
  margin-left: 5px;
}

.theChampGoogleplusSvg {
  width: 60px !important;
}

.theChampSharing {
  position: relative;
}

.theChampFacebookBackground:after {
  content: "Facebook";
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 800;
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.theChampFacebookBackground:hover {
  background-color: #5375bc !important;
}
.theChampFacebookBackground:active {
  box-shadow: inset 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
}

.theChampTwitterBackground:after {
  content: "Twitter";
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 800;
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.theChampTwitterBackground:hover {
  background-color: #72c0f9 !important;
}
.theChampTwitterBackground:active {
  box-shadow: inset 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
}

.theChampGoogleplusBackground:after {
  content: "Google +";
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 800;
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.theChampGoogleplusBackground:before {
  content: "";
  display: block;
  width: 25px;
  height: 22px;
  position: absolute;
  left: 18px;
  top: 50%;
  background: url(../img/google.png) no-repeat center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.theChampGoogleplusBackground:hover {
  background-color: #f47468 !important;
}
.theChampGoogleplusBackground:active {
  box-shadow: inset 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
}

.theChampGoogleplusSvg {
  display: none !important;
}

.o-content_info .theChampSharingRound:nth-child(n+2) {
  display: none;
}
.o-content_info .theChampSharingRound:nth-last-child(1) {
  display: block;
  margin-left: 15px !important;
  border: 1px solid #6e6e6e !important;
}
.o-content_info .theChampFacebookBackground {
  width: 115px !important;
  height: 35px !important;
  margin: 0 !important;
}
.o-content_info .theChampFacebookBackground .theChampFacebookSvg {
  display: none !important;
}
.o-content_info .theChampFacebookBackground::after {
  left: 40px;
  font-size: 14px;
  font-weight: 700;
}
.o-content_info .theChampFacebookBackground::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 8px;
  background: url(../img/min_facebook.png) no-repeat center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.o-content_info .theChampTCBackground {
  width: 48px !important;
  height: 33px !important;
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.o-content_info .theChampTCBackground::before {
  content: "";
  width: 0px;
  border: 4px solid transparent;
  border-right: 8px solid #6e6e6e;
  position: absolute;
  right: 100%;
  margin-right: 10px;
}
.o-content_info .theChampTCBackground::after {
  content: "";
  width: 0px;
  border: 4px solid transparent;
  border-right: 8px solid #fff;
  position: absolute;
  right: 100%;
  margin-right: 8px;
}
.o-content_info .theChampTCBackground .theChampTotalShareCount {
  margin-left: -9px;
  color: #6e6e6e;
  font-size: 14px !important;
  font-weight: 300;
}
.o-content_info .theChampTCBackground .theChampTotalShareText {
  display: none !important;
}

@media all and (max-width: 767px) {
  .social {
    flex-direction: column;
  }
  .btn_soc {
    width: 100%;
    margin-right: 0;
  }
}
.s_header {
  position: relative;
}
.s_header .tag:hover {
  color: #c4df5b;
}
.s_header-top {
  border-bottom: 3px solid #000;
}
.s_header-top_wrapper {
  padding-left: 40px;
  min-height: 45px;
  align-items: center;
}
.s_header-top_all {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  align-items: center;
  cursor: pointer;
}
.s_header-top_menu {
  display: none;
}
.s_header-top_burger {
  width: 20px;
  margin-right: 18px;
}
.s_header-top_burger .line {
  width: 100%;
  height: 3px;
  margin-bottom: 3px;
  background: #000;
}
.s_header-top-tags_item {
  margin: 0 20px;
}
.s_header-write {
  background: #c4df5b;
}
.s_header-middle {
  background: url(../img/header_bg.jpg) no-repeat center center;
  background-size: 2000px;
}
.s_header-middle_wrapper {
  height: 110px;
  align-items: center;
}
.s_header-search_container {
  width: 100%;
  position: relative;
  margin-left: 35px;
}
.s_header-search_wrapper {
  position: relative;
  width: 100%;
  height: 62px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.39);
}
.s_header-search_input {
  font-size: 20px !important;
  font-weight: 900 !important;
  height: 100% !important;
  border: none !important;
  margin: 0 auto !important;
  padding-right: 70px !important;
}
.s_header-search_icon {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 22px;
  right: 0px;
  cursor: pointer;
}
.s_header-search_icon path {
  transition: all 0.2s;
}
.s_header-search_icon:hover path {
  fill: #c4df5b;
}
.s_header-search_help {
  z-index: 1;
  width: 100%;
  background: #fff;
  position: absolute;
  box-shadow: 0px 9px 27px -10px rgba(0, 0, 0, 0.39);
  border-top: 1px solid #e5e5e5;
}
.s_header-search_help-row {
  padding: 23px 24px 28px;
  border-bottom: 1px solid #e5e5e5;
  justify-content: flex-start;
}
.s_header-search_help-title {
  flex: 0 0 110px;
  font-size: 12px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  transition: all 0.2s;
}
.s_header-search_help-title:hover {
  color: #c4df5b;
}
.s_header-search_help-result {
  padding-left: 25px;
  max-width: 640px;
}
.s_header-search_help-result a {
  width: 100%;
  display: block;
  font-size: 16px;
  margin-bottom: 25px;
  transition: all 0.2s;
}
.s_header-search_help-result a span {
  font-size: 16px;
  position: relative;
}
.s_header-search_help-result a span::before {
  content: "";
  z-index: -1;
  background: transparent;
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.2s;
}
.s_header-search_help-result a span.active::before {
  width: 100%;
  background: #c4df5b;
}
.s_header-search_help-result a:hover {
  color: #c4df5b;
}
.s_header-bottom-tags {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  display: none;
  z-index: 10;
}
.s_header-bottom-tags_wrapper {
  z-index: 1;
  position: relative;
  max-width: 330px;
  width: 100%;
  height: 100%;
  padding: 0 24px 20px;
  background: #fff;
  overflow-y: auto;
}
.s_header-bottom-tags_header {
  min-height: 77px;
  align-items: center;
}
.s_header-bottom-tags_close {
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
}
.s_header-bottom-tags_close svg {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 50%;
  margin-left: -9px;
}
.s_header-bottom-tags_title {
  color: #000000;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.s_header-bottom-tags_title:before {
  content: "#";
}
.s_header-bottom-tags_item {
  padding: 10px 0;
}
.s_header-bottom-tags_item .tag {
  font-size: 18px;
}
.s_header-bottom-tags_value {
  font-size: 14px;
  color: #b2b2b2;
}
.s_header-bottom-underlayer {
  background: rgba(99, 99, 99, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.s_header-bottom-header {
  display: none;
}
.s_header-bottom--open .s_header-bottom-tags {
  display: block;
}
.s_header-nav_list {
  min-height: 87px;
  align-items: center;
}
.s_header-nav_list li a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  height: 47px;
  padding: 0 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  transition: all 0.2s;
}
.s_header-nav_list li a:hover {
  color: #c4df5b;
}
.s_header-nav_list li:last-child a {
  height: 47px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c4df5b;
}
.s_header-nav_list li:last-child a:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 20px;
  margin-left: 10px;
  background: url(../img/nush_mini.png) no-repeat center center;
  background-size: cover;
}
.s_header-nav_list li.current-menu-item a {
  background: #c4df5b;
}
.s_header-nav_list li.current-menu-item a:hover {
  color: #000;
}

@media all and (max-width: 1199px) {
  .s_header-top-tags_list {
    display: none;
  }
  .s_header-top_all {
    display: none;
  }
  .s_header-top_menu {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
  }
  .s_header-bottom {
    display: none;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    background: #fcfcfc;
  }
  .s_header-bottom-tags {
    position: static;
    width: 50%;
    height: 100vh;
  }
  .s_header-bottom-tags .container {
    padding: 0;
  }
  .s_header-bottom-tags_wrapper {
    background: #fcfcfc;
    max-width: none;
  }
  .s_header-bottom-tags_close {
    display: none;
  }
  .s_header-bottom-underlayer {
    display: none;
  }
  .s_header-bottom-header {
    display: block;
    background: url(../img/header_bg.jpg) no-repeat center center;
    background-size: 100%;
    min-height: 110px;
    padding: 0 35px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
  }
  .s_header-bottom-header_close {
    display: flex;
    flex: 0 0 50px;
  }
  .s_header-bottom-header .custom-select {
    z-index: 20;
  }
  .s_header-bottom--open {
    display: block;
  }
  .s_header-nav {
    width: 50%;
    background: #fff;
    z-index: 12;
    box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.09);
  }
  .s_header-nav .container {
    padding: 0;
  }
  .s_header-nav_list {
    flex-direction: column;
    width: 100%;
  }
  .s_header-nav_list li {
    width: 100%;
  }
  .s_header-nav_list li a {
    min-height: 77px;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 35px;
    font-size: 16px;
    justify-content: space-between;
  }
  .s_header-nav_list li a:after {
    content: "";
    display: block;
    width: 12px;
    height: 22px;
    background: url(../img/menu-arrow.png) no-repeat center center;
    background-size: cover;
  }
  .s_header-nav_list li:last-child a {
    border: none;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 35px;
    justify-content: space-between;
  }
  .s_header-nav_list li:last-child a:after {
    content: "";
    display: block;
    width: 12px;
    height: 22px;
    background: url(../img/menu-arrow.png) no-repeat center center;
    background-size: cover;
  }
  .s_header-nav-wrapper {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
}
@media all and (max-width: 767px) {
  .s_header-top_wrapper {
    padding: 0;
  }
  .s_header-middle .container {
    padding: 0;
    padding-bottom: 25px;
  }
  .s_header-middle_wrapper .s_header-search_container {
    display: none;
  }
  .s_header-nav {
    width: 100%;
  }
  .s_header-nav-wrapper {
    flex-direction: column;
  }
  .s_header-bottom-header {
    padding: 0 20px;
  }
  .s_header-bottom-tags {
    width: 100%;
    height: 100%;
  }
  .s_header-bottom-tags_wrapper {
    padding: 0 30px;
  }
  .s_header-bottom .container {
    max-width: none;
  }
  .s_header-search_wrapper {
    margin-left: 20px;
  }
  .s_header-write {
    font-size: 0;
    width: auto;
    background: transparent;
  }
  .s_header-write::after {
    margin: 0 auto;
  }
  .s_header-write:hover {
    background: transparent;
  }
  .s_header-write:active {
    background: transparent;
    box-shadow: none;
  }
  .custom-select-wrapper {
    display: none;
  }
}
.footer_search {
  min-height: 170px;
  background: url(../img/header_bg.jpg) no-repeat center center;
  background-size: 2000px;
}
.footer_search .container {
  height: 100%;
  min-height: inherit;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.footer_search .s_header-middle_wrapper {
  width: 100%;
}
.footer_search .custom-select-trigger::after {
  margin-top: 3px;
  transform: rotate(-180deg);
}
.footer_search .custom-options {
  top: initial;
  bottom: 100%;
}
.footer_search .custom-select.opened .custom-select-trigger:after {
  margin-top: 0;
  transform: rotate(0);
}
.footer_search .custom-option {
  border: none;
  border-bottom: 1px solid #e1e1e1;
}
.footer_search .s_header-search_help {
  bottom: 100%;
  top: initial;
  box-shadow: 0px -9px 27px -10px rgba(0, 0, 0, 0.39);
}
.footer_bottom {
  padding: 50px 0;
}
.footer_social {
  display: block;
  width: 35px;
  height: 35px;
  margin-right: 20px;
  flex: 0 0 35px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer_social-wrapper {
  max-width: 288px;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
}
.footer_social-wrapper-top {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.footer_social-wrapper-bottom {
  display: block;
  width: 200px;
}
.footer_social-wrapper-bottom img {
  display: block;
  width: 100%;
}
.footer_tw {
  background-image: url(../img/tw.png);
}
.footer_in {
  background-image: url(../img/in.png);
}
.footer_gp {
  background-image: url(../img/gp.png);
}
.footer_fb {
  background-image: url(../img/fb.png);
}
.footer_write {
  margin: 0 auto;
}
.footer_write-wrapper {
  max-width: 300px;
  width: 100%;
}
.footer_subscribe {
  max-width: 300px;
  width: 100%;
  padding: 0 30px 0 18px;
}
.footer_subscribe-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 900;
  color: #000000;
}
.footer_subscribe-input_wrapper {
  justify-content: flex-start;
  position: relative;
}
.footer_subscribe input {
  max-width: 210px;
  margin: 0;
  height: 40px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 300;
  border-right: 0;
}
.footer_subscribe input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.5);
}
.footer_subscribe input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
}
.footer_subscribe input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 0, 0, 0.5);
}
.footer_subscribe input:-moz-placeholder { /* Firefox 18- */
  color: rgba(0, 0, 0, 0.5);
}
.footer_subscribe label.error {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 5px;
  font-size: 14px;
}
.footer_subscribe-btn {
  flex: 0 0 40px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #c4df5b;
  cursor: pointer;
}
.footer_subscribe-btn:hover {
  background: rgba(196, 223, 91, 0.9);
}
.footer_copyrigth {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
}
.footer_copyrigth_wrapper {
  max-width: 300px;
  width: 100%;
  padding: 0 30px 0 18px;
}
.footer_copyrigth_text {
  font-size: 14px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
}

@media all and (max-width: 1199px) {
  .footer_bottom {
    padding: 30px 0 60px;
  }
  .footer_wrapper {
    flex-wrap: wrap;
  }
  .footer_social-wrapper {
    margin-bottom: 50px;
  }
  .footer_write {
    margin: 0;
  }
  .footer_write-wrapper {
    margin-bottom: 50px;
  }
  .footer_subscribe {
    padding: 0;
  }
  .footer_copyrigth_wrapper {
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .footer_search .s_header-logo-wrapper {
    max-width: 215px;
    margin: 0 auto;
  }
  .footer_bottom {
    padding: 30px 0 30px;
  }
  .footer_subscribe {
    padding: 0;
    margin-bottom: 50px;
  }
}
.news_list {
  max-width: 800px;
  margin: 0 auto;
}
.news_list-wrap {
  margin-bottom: 30px;
}
.news_list-wrap.main_posts {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 25px 20px 0px 20px;
  border: 3px solid #c4df5b !important;
}
.news_list-head {
  margin-left: 150px;
  margin-bottom: 40px;
}
.news_list-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.news_list-item-date {
  width: 150px;
  min-width: 150px;
  padding-top: 5px;
  padding-right: 30px;
  color: #7d7c7e;
  font-size: 14px;
}
.news_list-item-content .head {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  transition: color 0.4s;
  cursor: pointer;
}
.news_list-item-content .head:hover {
  color: #c4df5b;
  text-decoration: underline;
}
.news_list-item-content .text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

@media all and (max-width: 1199px) {
  .news_list {
    max-width: 720px;
  }
  .news_list-wrap {
    border-bottom: 3px solid #e6e6e6;
  }
}
@media all and (max-width: 767px) {
  .news_list {
    max-width: 320px;
    padding: 0 17px;
  }
  .news_list-head {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .news_list-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
  }
  .news_list-item-date {
    margin-bottom: 10px;
  }
  .news_list-item-content .head {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .news_list-item-content .text {
    font-size: 14px;
  }
}
.s_last_articles {
  margin-bottom: 40px;
}
.s_last_articles-top_line {
  display: flex;
  min-height: 360px;
}
.big_articles {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px 20px;
  position: relative;
}
.big_articles::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 41%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(41%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 41%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 41%, rgba(0, 0, 0, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 41%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 41%, rgba(0, 0, 0, 0.6) 100%);
  transition: opacity 0.4s;
}
.big_articles-tag .tag {
  color: #fff;
  transition: color 0.4s;
}
.big_articles-head {
  margin-bottom: 0;
  color: #fff;
  transition: color 0.4s;
}
.big_articles-wrap {
  width: 50%;
  display: flex;
}
.big_articles:hover::after {
  background: rgba(196, 223, 91, 0.9) url(../img/read_more.png) no-repeat center 30%;
  background-size: 67px 90px;
}
.big_articles:hover .big_articles-tag .tag {
  color: #010101;
}
.big_articles:hover .big_articles-head {
  color: #010101;
}
.big_articles:hover:after {
  opacity: 1;
}

.last_news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-around;
  padding: 35px 30px;
  border: 1px solid #e6e6e6;
}
.last_news-item {
  width: 47%;
  margin-bottom: 30px;
}
.last_news-item.main_news a {
  font-weight: 900;
}
.last_news-item .date {
  margin-bottom: 10px;
  font-size: 12px;
  color: #7d7c7e;
}
.last_news-item a {
  display: block;
  font-size: 15px;
  transition: color 0.4s, text-decoration 0.4s;
  line-height: 1.5;
}
.last_news-item a:hover {
  color: #c4df5b;
  text-decoration: underline;
}
.last_news-wrap {
  width: 50%;
  display: flex;
}

.last_articles {
  display: flex;
}
.last_articles-item {
  width: 25%;
}
.last_articles-item.active .last_articles-img:after {
  opacity: 1;
}
.last_articles-item.active .last_articles-link {
  color: #c4df5b;
  text-decoration: underline;
}
.last_articles-img {
  display: block;
  position: relative;
  margin-bottom: 5px;
}
.last_articles-img img {
  display: block;
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.last_articles-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(196, 223, 91, 0.9) url(../img/read_more.png) no-repeat center center;
  opacity: 0;
  transition: opacity 0.4s;
}
.last_articles-tag .tag {
  display: inline-block;
  padding: 5px;
  transition: background-color 0.4s;
}
.last_articles-tag .tag:hover {
  background-color: #c4df5b;
}
.last_articles-link {
  font-size: 20px;
  font-weight: 800;
  transition: color 0.4s;
}
.last_articles .banner {
  display: block;
  width: 25%;
}
.last_articles .banner img {
  display: block;
  width: 100%;
}

@media all and (max-width: 1199px) {
  .s_last_articles-top_line {
    flex-direction: column;
  }
  .big_articles {
    width: 100%;
    padding: 20px 10px;
  }
  .big_articles-wrap {
    width: 100%;
    height: 400px;
  }
  .last_news-wrap {
    width: 100%;
  }
  .last_news-item {
    width: 250px;
    margin-bottom: 40px;
  }
  .last_articles {
    flex-wrap: wrap;
  }
  .last_articles-item {
    width: 50%;
  }
  .last_articles .banner {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .last_news-item {
    width: 100%;
  }
  .last_news-item:nth-child(n+3) {
    display: none;
  }
  .last_articles {
    flex-wrap: wrap;
  }
  .last_articles-item {
    width: 100%;
  }
  .last_articles .banner {
    width: 100%;
  }
}
.s_affiche-main {
  margin-bottom: 75px;
}

.affiche_item {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #ebebeb;
}
.affiche_item-wrapper {
  width: 25%;
  display: block;
}
.affiche_item {
  transition: all 0.2s;
}
.affiche_item:hover {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.11);
}
.affiche_item:hover .affiche_top {
  background: #c4df5b;
}
.affiche_wrapper {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.affiche_top {
  transition: all 0.2s;
}
.affiche_place {
  padding: 0 18px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 45px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
}
.affiche_date {
  font-size: 66px;
  font-weight: 300;
  letter-spacing: 10px;
  margin-bottom: 0;
  line-height: 1;
}
.affiche_date-wrapper {
  padding: 0 18px;
  min-height: 130px;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.affiche_info {
  padding: 0 18px 35px;
}
.affiche_info p {
  height: 100px;
  font-size: 20px;
  font-weight: 900;
  overflow: hidden;
}
.affiche_tag {
  display: inline-block;
  margin-right: 10px;
}
.affiche_tag:last-of-type {
  margin-bottom: 10px;
}
.affiche_tag:not(:last-of-type):after {
  content: ",";
}
.affiche_bottom {
  padding: 30px 18px 15px;
}
.affiche_bottom span {
  font-size: 16px;
  font-weight: 300;
}
.affiche_org {
  margin-right: 10px;
  display: block;
}
.affiche_org:not(:last-of-type):after {
  content: ",";
}
.affiche_bold {
  font-size: 14px;
  font-weight: 900;
}

.wrap_tags {
  height: 23px;
  overflow: hidden;
}

@media all and (max-width: 1199px) {
  .s_affiche-main {
    margin-bottom: 50px;
  }
  .affiche_item-wrapper {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .s_affiche-main {
    margin-bottom: 35px;
  }
  .affiche_item-wrapper {
    width: 100%;
  }
  .affiche_item-wrapper:nth-child(n+4) {
    display: none;
  }
}
.btn_more,
.btn_green,
.btn_more_tags {
  display: block;
  margin: 0 auto;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 800;
  background-color: #c4df5b;
  transition: background-color 0.4s, box-shadow 0.4s;
  cursor: pointer;
}
.btn_more:hover,
.btn_green:hover,
.btn_more_tags:hover {
  background-color: #d7f464;
}
.btn_more:active,
.btn_green:active,
.btn_more_tags:active {
  box-shadow: inset 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
}

.s_news_inside .last_news {
  padding: 20px;
}
.s_news_inside .last_news-item {
  width: 100%;
}
.s_news_inside .last_news-item:last-child {
  margin-bottom: 0;
}

.news_one {
  max-width: 1020px;
  margin: 0 auto;
}
.news_one-head {
  width: 720px;
}
.news_one-head .date {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
}
.news_one-head h1 {
  margin-bottom: 25px;
}
.news_one-head .tags {
  margin-bottom: 20px;
}
.news_one-head .tags .tag {
  display: inline-block;
  color: #7d7c7e;
  transition: color 0.4s;
}
.news_one-head .tags .tag:hover {
  color: #c4df5b;
}
.news_one-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.news_one-content .typography {
  width: 720px;
  padding-bottom: 60px;
}
.news_one-content .last_news-wrap {
  width: 275px;
  min-width: 275px;
  max-width: 275px;
}
.news_one-comments {
  margin-bottom: 45px;
}

/* affiche inside page */
.affiche_sidebar {
  display: block;
}
.affiche_sidebar .btn_more {
  margin: 0;
  max-width: 200px;
}
.affiche_ticket-item {
  margin-bottom: 30px;
}
.affiche_ticket-key {
  margin-bottom: 10px;
  font-size: 18px;
}
.affiche_ticket-value {
  font-size: 18px;
  font-weight: 300;
  color: #000000;
}
.affiche_recommend-wrapper {
  margin-bottom: 50px;
}
.affiche_recommend-title {
  padding-left: 70px;
}
.affiche_recommend-list {
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* end affiche inside page */
@media all and (max-width: 1199px) {
  .s_news_inside {
    padding-top: 40px;
  }
  .news_one-head {
    width: 100%;
  }
  .news_one-content {
    flex-direction: column;
  }
  .news_one-content .typography {
    width: 100%;
  }
  .news_one-content .last_news-wrap {
    display: none;
  }
  /* affiche inside page 1199*/
  .affiche_sidebar-wrap {
    margin-bottom: 35px;
    width: 100% !important;
    max-width: none !important;
    display: block !important;
  }
  .affiche_recommend-title {
    padding: 0;
  }
  /* end affiche inside page 1199*/
}
@media all and (max-width: 767px) {
  /* affiche inside page 1199*/
  .affiche_sidebar-wrap {
    margin-bottom: 35px;
    width: 100% !important;
    max-width: none !important;
    display: block !important;
  }
  .affiche_recommend-title {
    padding: 0;
  }
  .affiche_recommend-list .box {
    padding-left: 0;
    padding-right: 0;
  }
  /* end affiche inside page 1199*/
}

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