@font-face {
  font-family: 'Segoe';
  src: url("../fonts/SegoeUI-Light.eot");
  src: url("../fonts/SegoeUI-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI-Light.ttf") format("truetype"), url("../fonts/SegoeUI-Light.svg#SegoeUI-Light") format("svg");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Segoe';
  src: url("../fonts/SegoeUI.eot");
  src: url("../fonts/SegoeUI.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI.ttf") format("truetype"), url("../fonts/SegoeUI.svg#SegoeUI") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Segoe';
  src: url("../fonts/SegoeUI-SemiBold.eot");
  src: url("../fonts/SegoeUI-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI-SemiBold.ttf") format("truetype"), url("../fonts/SegoeUI-SemiBold.svg#SegoeUI-SemiBold") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Segoe';
  src: url("../fonts/SegoeUI-Bold.eot");
  src: url("../fonts/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI-Bold.ttf") format("truetype"), url("../fonts/SegoeUI-Bold.svg#SegoeUI-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }

/*
.example{
	font-size: 20px;
	color: red;
	@include media('>1200'){
		color: blue;
		font-size: 30px;
	}
}*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }
  *:before, *:after {
    box-sizing: border-box;
    padding: 0;
    margin: 0; }

html {
  font-size: 16px;
  height: 100%; }
  @media (max-width: 1654px) {
    html {
      font-size: 0.82353rem; } }
  @media (max-width: 1399px) {
    html {
      font-size: 0.70588rem; } }
  @media (max-width: 991px) {
    html {
      font-size: 0.58824rem; } }
  @media (max-width: 767px) {
    html {
      font-size: 0.94118rem; } }

body {
  font: 400 0.94118rem/1 "Segoe", Helvetica, sans-serif;
  min-width: 320px;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  color: #333;
  opacity: 1;
  display: flex;
  flex-direction: column; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    display: block; } }

a {
  transition: all .3s;
  display: inline-block;
  color: #333;
  text-decoration: none; }
  a:hover, a:active {
    color: #333;
    text-decoration: none; }
  a.disabled {
    color: #333;
    pointer-events: none;
    cursor: default;
    text-decoration: none; }

button {
  cursor: pointer;
  background-color: transparent;
  border: none; }

a,
input,
button,
textarea,
select {
  outline: none;
  border: none;
  -webkit-appearance: none; }
  a:focus,
  input:focus,
  button:focus,
  textarea:focus,
  select:focus {
    outline: none; }

ol, ul {
  list-style: none; }

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

[data-svg] {
  position: relative;
  overflow: hidden;
  display: inline-block; }

.svg {
  display: inline-block;
  transition: all .3s;
  height: 1.17647rem;
  width: 1.17647rem; }

.wrapper {
  position: relative;
  flex: 1 0; }

main.content {
  position: relative;
  display: block;
  flex-grow: 999; }

.header {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  transition: all .3s;
  padding: 0.88235rem 0; }
  .header.fixed {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 0 0.58824rem 0 rgba(0, 0, 0, 0.3); }
  .header__content {
    display: flex;
    align-items: center; }
  .header__content-desc {
    display: flex;
    align-items: center;
    width: 100%; }
  .header__toggle-menu {
    display: none;
    position: relative;
    cursor: pointer; }
    .header__toggle-menu.fixed {
      position: fixed;
      right: 0.88235rem;
      z-index: 9999; }
    @media (max-width: 767px) {
      .header__toggle-menu {
        display: block; } }
    .header__toggle-menu span {
      display: block;
      width: 1.76471rem;
      height: 0.23529rem;
      background: #02BE6E;
      margin: 0.29412rem 0;
      transform: rotate(0deg);
      transition: .5s all ease;
      opacity: 1; }
      .menu-open .header__toggle-menu span:nth-child(1) {
        background: #fff;
        transform: rotate(45deg) translateY(0.7075rem); }
      .menu-open .header__toggle-menu span:nth-child(2) {
        opacity: 0; }
      .menu-open .header__toggle-menu span:nth-child(3) {
        background: #fff;
        transform: rotate(-45deg) translateY(-0.7075rem); }

.logo {
  display: flex;
  min-width: 7.17647rem;
  max-width: 7.17647rem;
  width: 100%; }
  @media (max-width: 767px) {
    .logo {
      min-width: 5.29412rem;
      max-width: 5.29412rem; } }
  @media (max-width: 479px) {
    .logo {
      min-width: 60px;
      max-width: 60px; } }
  .logo img {
    width: 100%; }
  .logo__link {
    display: flex;
    align-items: center;
    justify-content: center; }

.container {
  width: 100%;
  max-width: 97.35294rem;
  padding: 0 0.88235rem;
  margin: 0 auto; }

section {
  position: relative;
  padding: 4.41176rem 0; }
  @media (max-width: 767px) {
    section {
      padding: 30px 0; } }

[data-thumb] {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  background-size: 100%;
  position: relative;
  overflow: hidden;
  transition: all .3s;
  width: 100%; }
  [data-thumb] img {
    display: block;
    opacity: 0;
    width: 100%; }
  [data-thumb].hover-zoom:hover {
    background-size: 110%; }

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  padding: 0 1.76471rem;
  height: 4.11765rem;
  font-size: 1.52941rem;
  line-height: 1;
  transition: all .3s;
  outline: none;
  box-shadow: none;
  border: 2px solid #fff;
  text-decoration: none;
  background: #02BE6E;
  font-family: "Segoe", Helvetica, sans-serif;
  color: #fff;
  max-width: 23.41176rem;
  width: 100%; }
  @media (max-width: 767px) {
    .btn {
      height: 2.35294rem;
      font-size: 1.05882rem;
      padding: 0 15px;
      max-width: 230px;
      border: 1px solid #fff; } }
  .btn:hover {
    background: #fff;
    color: #02BE6E;
    border-color: #02BE6E; }
  .btn--wrap {
    display: block; }
  .btn--dark {
    background-color: #333;
    border-color: #333;
    color: #ccc; }
    .btn--dark:hover {
      background-color: #fff;
      color: #333; }

.nav {
  width: 100%;
  margin-left: 0.94118rem;
  border: 2px solid #fff;
  background: #02BE6E; }
  @media (max-width: 767px) {
    .nav {
      transform: translateY(-100%);
      top: 0;
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.9;
      z-index: 7500;
      transition: all 0.5s ease;
      border: 0;
      margin-left: 0; }
      .nav.active {
        transform: translateY(0); } }
  .nav ul {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .nav ul {
        flex-direction: column;
        justify-content: center;
        height: 100%; } }
    .nav ul li {
      padding: 1.47059rem 0;
      margin-right: 3.41176rem; }
      @media (max-width: 767px) {
        .nav ul li {
          margin-right: 0;
          margin-bottom: 15px;
          padding: 0; } }
      .nav ul li:last-child {
        margin-right: 0; }
      .nav ul li a {
        color: #fff;
        font-size: 1.29412rem;
        font-weight: 400; }
        .nav ul li a:hover {
          opacity: 0.7; }

.main-title {
  font-size: 4.47059rem;
  line-height: 5.94118rem;
  font-weight: 600;
  margin-bottom: 4.11765rem;
  color: #fff; }
  .main-title.up {
    text-transform: uppercase; }
  @media (max-width: 767px) {
    .main-title {
      font-size: 30px;
      line-height: 38px;
      text-align: center; } }
  @media (max-width: 479px) {
    .main-title {
      font-size: 24px;
      line-height: 28px; } }

.title {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #000;
  font-size: 2.11765rem;
  font-weight: 500;
  line-height: 2.94118rem;
  margin-bottom: 3.23529rem; }
  .title.up {
    text-transform: uppercase; }
  .title span {
    background: #02BE6E;
    min-width: 47.76471rem;
    text-align: center; }
    @media (max-width: 767px) {
      .title span {
        min-width: auto;
        padding: 0 15px; } }
  @media (max-width: 767px) {
    .title {
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 20px; } }
  @media (max-width: 479px) {
    .title {
      font-size: 16px;
      line-height: 20px; } }

.preview-wrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  padding: 0; }

.preview-wrap .page .entry-content{
  height: 100%;
  display: flex;
}

.entry-content .preview {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  margin-top: -8.82353rem;
 }

.preview-wrap .page .entry-content>.container{
     flex-grow: 999;
}

.preview-wrap .page{
  height: 100%;
}
  .preview-wrap > .container {
    flex-grow: 999; 
}




  @media (max-width: 767px) {
    .entry-content .preview {
      margin-top: -50px; } }
  @media (max-width: 767px) {
    .preview__title {
      display: flex;
      justify-content: center;
      width: 100%; } }
  .preview__btn {
    width: 100%; }
    @media (max-width: 767px) {
      .preview__btn {
        display: flex;
        justify-content: center; } }

.advantages__content {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 479px) {
    .advantages__content {
      flex-wrap: wrap;
      justify-content: space-around; } }

.advantages__item {
  width: calc(33.33% - 5.75rem); }
  @media (max-width: 767px) {
    .advantages__item {
      width: calc(33.33% - 30px); } }
  @media (max-width: 479px) {
    .advantages__item {
      width: calc(50% - 20px);
      margin-bottom: 20px; } }

.advantages__item-ico {
  height: 7.94118rem;
  margin-bottom: 2.64706rem; }
  @media (max-width: 767px) {
    .advantages__item-ico {
      height: 4.11765rem;
      margin-bottom: 0.88235rem; } }
  .advantages__item-ico [data-svg] {
    height: 100%;
    width: 100%; }
  .advantages__item-ico svg {
    height: 100%;
    width: 100%; }

.advantages__item-text {
  text-align: center;
  font-size: 1.52941rem;
  font-weight: 500;
  line-height: 2.05882rem; }
  @media (max-width: 767px) {
    .advantages__item-text {
      font-size: 16px;
      line-height: 20px; } }

.product__text {
  font-size: 1.17647rem;
  line-height: 1.70588rem;
  max-width: 80.29412rem;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2.94118rem; }
  @media (max-width: 767px) {
    .product__text {
      font-size: 14px;
      line-height: 18px; } }

.product__content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.47059rem;
  margin-right: -0.47059rem; }
  @media (max-width: 767px) {
    .product__content {
      justify-content: space-around; } }

.product__item {
  width: calc(33.33% - 1rem);
  margin-left: 0.47059rem;
  margin-right: 0.47059rem;
  border: 3px solid #02BE6E;
  padding: 3.52941rem 0.88235rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .product__item {
      padding: 30px 15px;
      width: calc(50% - 1rem);
      margin-bottom: 16px; } }
  @media (max-width: 479px) {
    .product__item {
      padding: 15px 15px;
      width: 100%; } }

.product__item-title {
  max-width: 15.29412rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-bottom: 3px solid #02BE6E;
  padding-bottom: 0.88235rem;
  font-size: 1.52941rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #02BE6E;
  margin-bottom: 2.35294rem; }
  @media (max-width: 767px) {
    .product__item-title {
      margin-bottom: 20px;
      max-width: 80%;
      border-width: 2px;
      padding-bottom: 10px;
      font-size: 16px; } }

.product__item-text {
  font-size: 1.05882rem;
  line-height: 1.70588rem;
  margin-bottom: 2.35294rem;
  flex-grow: 99; }
  @media (max-width: 767px) {
    .product__item-text {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 20px; } }

.product__item-btn {
  display: flex;
  justify-content: center; }

.complex-wrap {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.complex-wrap .product__text {
  color: #fff; }

.complex-wrap .product__item-text {
  color: #fff; }

.complex-wrap .product__item-title {
  text-transform: none;
  max-width: 80%; }

.complex-wrap .product__item {
  border: none;
  padding: 0; }

.complex-wrap .product__item-text {
  margin-bottom: 0; }

.complex-wrap .border {
  border: 3px solid #02BE6E;
  padding: 3.52941rem 0.88235rem;
  margin-bottom: 1.76471rem;
  flex-grow: 999; }
  @media (max-width: 767px) {
    .complex-wrap .border {
      padding: 30px 15px; } }
  @media (max-width: 479px) {
    .complex-wrap .border {
      padding: 15px 15px; } }

.seo-text .title span {
  padding: 0.29412rem 0.88235rem; }

.seo-text__text {
  font-size: 1.17647rem;
  line-height: 1.70588rem;
  color: #000; }
  @media (max-width: 767px) {
    .seo-text__text {
      font-size: 16px;
      line-height: 22px; } }
  @media (max-width: 479px) {
    .seo-text__text {
      font-size: 14px;
      line-height: 18px; } }
  .seo-text__text img {
    max-width: 58.82353rem;
    width: 100%;
    margin: 0 auto;
    display: block; }

.seo-text__btn {
  display: flex;
  justify-content: center;
  margin-top: 4.11765rem; }

.contacts-wrap{
  min-height: 100% !important;
  height: 100% !important;
}

.contacts {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .contacts .main-title {
    text-align: center; }
  .contacts__text {
    font-size: 1.52941rem;
    line-height: 1.70588rem;
    color: #fff;
    max-width: 41.47059rem;
    width: 100%;
    margin: 0 auto; }
    .contacts__text a {
      font-size: 1.52941rem;
      line-height: 1.70588rem;
      color: #fff;
      margin-left: 1.17647rem; }
      @media (max-width: 767px) {
        .contacts__text a {
          font-size: 16px;
          line-height: 22px; } }
      @media (max-width: 479px) {
        .contacts__text a {
          font-size: 14px;
          line-height: 18px; } }
    @media (max-width: 767px) {
      .contacts__text {
        font-size: 16px;
        line-height: 22px; } }
    @media (max-width: 479px) {
      .contacts__text {
        font-size: 14px;
        line-height: 18px; } }
  .contacts__btn {
    display: flex;
    justify-content: center;
    margin-top: 2.94118rem; }

@media (max-width: 767px) {
  .contacts-wrap {
    height: auto !important; } }

footer .header__toggle-menu.fixed {
  top: 25px; }

.modal-wrap {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0; }

.modal-wrap.visible {
  opacity: 1;
  visibility: visible; }

.modal-wrap .modal-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #000; }

.modal-wrap .modal-close {
  position: absolute;
  right: 1.41176rem;
  top: 1.41176rem;
  width: 1.17647rem;
  height: 1.17647rem;
  display: inline-block;
  background: url(../img/close.svg) 0 0 no-repeat;
  background-size: 100%;
  cursor: pointer; }

.modal-form-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 0.88235rem;
  height: 1.76471rem;
  font-size: 0.88235rem;
  line-height: 1;
  transition: all .3s;
  outline: none;
  box-shadow: none;
  border: 1px solid #02BE6E;
  text-decoration: none;
  font-family: "ProximaNova", Helvetica, sans-serif;
  color: #fff;
  background: #02BE6E;
  max-width: 9.88235rem;
  width: 100%; }

.modal-form-btn:hover {
  background: #fff;
  color: #02BE6E; }

.my-modal {
  position: relative;
  z-index: 20;
  background: #E9E1E1;
  max-width: 47.76471rem;
  width: 100%;
  padding-top: 1.76471rem;
  padding-bottom: 2.94118rem;
  overflow-y: auto;
  padding-left: 0.88235rem;
  padding-right: 0.88235rem;
  border: 0.23529rem solid #02BE6E; }

.modal__title {
  margin-bottom: 2.05882rem;
  color: #02BE6E;
  text-transform: uppercase;
  font-size: 1.05882rem;
  font-weight: 500;
  text-align: center; }

.modal-form {
  max-width: 15.29412rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.modal-form__field {
  margin-bottom: 0.58824rem;
  width: 100%; }
  @media (max-width: 767px) {
    .modal-form__field {
      width: 100%; } }

.modal-form__btn {
  display: flex;
  justify-content: center;
  width: 100%; }
  .modal-form__btn .btn {
    width: 100%; }

.input {
  height: 1.88235rem;
  border: 1px solid #02BE6E;
  background: #fff;
  border-radius: 0.41176rem; }

.input input,
.input textarea {
  width: 100%;
  height: 100%;
  padding: 3px 0.58824rem;
  border: 0;
  background: transparent;
  color: #02BE6E;
  font-size: 0.70588rem;
  resize: none;
  font-weight: 500; }

.input textarea {
  padding-top: 0.625rem; }

.input.textarea {
  height: 6.875rem; }

.input input::-webkit-input-placeholder {
  color: #02BE6E; }

.input input:-moz-placeholder {
  color: #02BE6E; }

.input input::-moz-placeholder {
  color: #02BE6E; }

.input input:-ms-input-placeholder {
  color: #02BE6E; }

.input textarea::-webkit-input-placeholder {
  color: #02BE6E; }

.input textarea:-moz-placeholder {
  color: #02BE6E; }

.input textarea::-moz-placeholder {
  color: #02BE6E; }

.input textarea:-ms-input-placeholder {
  color: #02BE6E; }


div.wpcf7 .ajax-loader{
  margin-right: -0.94118rem;
  width: 0.94118rem;
  height: 0.94118rem;
}