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

@font-face {
  font-family: 'ProximaNova';
  src: url("fonts/ProximaNova-Regular.eot");
  src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Regular.woff") format("woff"), url("fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova';
  src: url("fonts/ProximaNova-Bold.eot");
  src: local("Proxima Nova Bold"), local("ProximaNova-Regular"), url("fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Bold.woff") format("woff"), url("fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1170px; } }

main {
  overflow: hidden;
  margin-top: 93px;
  }

body {
  font-size: 14px;
  font-family: "ProximaNova";
  color: #191919;
  line-height: 1.1; }

a {
  color: #191919; }

.banner {
  background-image: url("../img/banner__bg.png");
  padding: 30px 0 60px;
  }
  .banner__title {
    font-size: 42px;
    font-weight: bold;
    letter-spacing: -0.2px;
    }
    @media (max-width: 991px) {
      .banner__title {
        font-size: 36px; } }
    @media (max-width: 575px) {
      .banner__title {
        font-size: 32px; } }
    .banner__title--white {
      color: #ffffff; }
  .banner__subtitle {
    font-size: 38px;
    margin-top: 10px;
    letter-spacing: 1.1px;
    }
    @media (max-width: 575px) {
      .banner__subtitle {
        margin-top: 0px; } }
    @media (max-width: 575px) {
      .banner__subtitle span {
        margin-top: 15px; } }
    @media (max-width: 991px) {
      .banner__subtitle {
        font-size: 24px; } }
    .banner__subtitle--styled {
      font-size: 26px;
      font-weight: bold;
      color: #ffffff;
      position: relative;
      text-align: center;
      margin-left: 30px; }
      @media (max-width: 991px) {
        .banner__subtitle--styled {
          font-size: 22px; } }
      @media (max-width: 575px) {
        .banner__subtitle--styled {
          margin-left: 15px; } }
      .banner__subtitle--styled i {
        position: relative;
        z-index: 2;
        font-style: normal; }
      .banner__subtitle--styled:before {
        content: '';
        background: #D4D5DA;
        position: absolute;
        border-radius: 6px;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#64a42f), to(#79d031));
        background-image: -o-linear-gradient(bottom, #64a42f 0%, #79d031 100%);
        background-image: linear-gradient(0deg, #64a42f 0%, #79d031 100%);
        width: -webkit-calc(100% + 15px);
        width: calc(100% + 15px);
        height: 46px;
        left: 50%;
        top: 50%;
        z-index: 1;
        -webkit-transform: skew(-20deg) translate(-50%, -50%);
            -ms-transform: skew(-20deg) translate(-50%, -50%);
                transform: skew(-20deg) translate(-50%, -50%);
        margin-left: -10px; }
    .banner__subtitle--white {
      color: #ffffff; }
  .banner__right {
    position: relative;
    margin-bottom: 9px; }
    @media (max-width: 991px) {
      .banner__right {
        max-width: 565px;
        margin: 0 auto; } }
    .banner__right:before {
      content: '';
      position: absolute;
      left: -9px;
      top: -9px;
      right: -9px;
      bottom: -9px;
      background: #ffffff;
      -webkit-box-shadow: 0px 32px 77.42px 1.58px rgba(0, 0, 0, 0.08);
              box-shadow: 0px 32px 77.42px 1.58px rgba(0, 0, 0, 0.08); }
    .banner__right-wrap {
      padding: 25px 40px;
      background: #ffffff;
      -webkit-box-shadow: 0px 32px 77.42px 1.58px rgba(0, 0, 0, 0.08);
              box-shadow: 0px 32px 77.42px 1.58px rgba(0, 0, 0, 0.08);
      position: relative; }
      @media (max-width: 1200px) {
        .banner__right-wrap {
          padding: 25px; } }
      @media (max-width: 575px) {
        .banner__right-wrap {
          padding: 15px; } }
  .banner--margin {
    margin-top: 20px;
    }
  .banner__slider-wrap {
    background: #ffffff;
    padding: 40px 75px;
    max-width: 585px;
    width: 100%;
    -webkit-box-shadow: 0px 32px 79px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 32px 79px rgba(0, 0, 0, 0.08);
    margin-top: -30px; }
    @media (max-width: 1200px) {
      .banner__slider-wrap {
        padding: 40px; } }
    @media (max-width: 991px) {
      .banner__slider-wrap {
        margin-top: 0px; } }
  .banner__slider .slick-arrow {
    outline: none;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: transparent;
    border: none;
    background-image: url(../img/slider__arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0; }
    .banner__slider .slick-arrow.slick-prev {
      left: -65px; }
      @media (max-width: 1200px) {
        .banner__slider .slick-arrow.slick-prev {
          left: -40px; } }
    .banner__slider .slick-arrow.slick-next {
      -webkit-transform: scale(-1, 1);
          -ms-transform: scale(-1, 1);
              transform: scale(-1, 1);
      right: -65px; }
      @media (max-width: 1200px) {
        .banner__slider .slick-arrow.slick-next {
          right: -40px; } }
  .banner__slide--column-name {
    font-size: 12px;
    line-height: 16px; }
  .banner__slide--name {
    font-size: 24px;
    line-height: 18px;
    color: #191919;
    font-weight: 700; }
    .banner__slide--name b {
      width: 40px;
      height: 22px;
      font-size: 13px;
      line-height: 12px;
      color: white;
      font-weight: 700;
      border-radius: 6px;
      background-color: #d1372b;
      padding: 3px 5px;
      margin-right: 10px; }
      @media (max-width: 575px) {
        .banner__slide--name b {
          margin-top: 5px;
          margin-bottom: 5px; } }
    .banner__slide--name span {
      text-decoration: line-through;
      color: #727272;
      font-weight: 400; }
      @media (max-width: 575px) {
        .banner__slide--name span {
          margin-top: 5px;
          margin-bottom: 5px; } }
  .banner__slide--left {
    margin-top: 20px; }
  .banner__slide--right {
    margin-top: 10px;
    padding-bottom: 5px;
    }
  .banner__top {
    pointer-events: none;
    position: relative;
    z-index: 1;
    left: -60px; }
    @media (max-width: 991px) {
      .banner__top {
        left: 0; } }
    .banner__top:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: url(../img/slider/slide-back.png);
      background-repeat: no-repeat;
      background-position: center;
      left: 0px;
      background-size: contain;
      top: 35px;
      display: none;
      }
    .banner__top--wrapper {
      position: relative;
      width: 100%; }
      .banner__top--wrapper:before {
        content: '';
        position: absolute;
        background-image: url(../img/slider/slide_before.png);
        background-size: contain;
        width: 243px;
        height: 347px;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 2;
        left: -185px;
        bottom: -75px; }
        @media (max-width: 1200px) {
          .banner__top--wrapper:before {
            width: 200px;
            height: 250px;
            left: -100px;
            bottom: -50px; } }
        @media (max-width: 991px) {
          .banner__top--wrapper:before {
            left: -40px; } }
        @media (max-width: 575px) {
          .banner__top--wrapper:before {
            display: none; } }
      .banner__top--wrapper:after {
        content: '';
        position: absolute;
        background-image: url(../img/slider/slide_after.png);
        background-size: contain;
        width: 126px;
        height: 149px;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 0;
        top: 105px;
        right: -20px; }
        @media (max-width: 1200px) {
          .banner__top--wrapper:after {
            width: 126px;
            height: 149px;
            top: 75px;
            right: -10px; } }
        @media (max-width: 991px) {
          .banner__top--wrapper:after {
            right: -70px; } }
        @media (max-width: 575px) {
          .banner__top--wrapper:after {
            display: none; } }
    .banner__top-slide img {
      width: 100%; }

.form__name--title {
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
  }
  @media (max-width: 575px) {
    .form__name--title {
      font-size: 28px; } }

.form__name--subtitle {
  line-height: 1;
  font-size: 19px; }
  .form__name--subtitle-fixed {
    margin-top: 15px; }
  .form__name--subtitle-img {
    position: relative;
    margin-right: 10px; }
    .form__name--subtitle-img span {
      font-size: 24px;
      line-height: 22px;
      color: white;
      font-weight: 700;
      position: absolute; }
.form__name--right {
    position: relative;
}
.form__name--circle {
  background-color: #65a530;
  width: 126px;
  height: 125px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  }
  .form__name--circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

@media (max-width: 575px) {
  .form__name--right {
    display: none; } }

@media (max-width: 575px) {
  .form__name--left {
    width: 100%; } }

.form__field {
  position: relative; }
  .form__field:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .form__field--checked {
    padding: 5px;
    position: relative;
    width: 25%; }
    @media (max-width: 991px) {
      .form__field--checked {
        width: auto; } }
    .form__field--checked-wrap {
      width: 80px;
      font-size: 12px;
      border-width: 1px;
      border-color: transparent;
      border-style: solid;
      border-radius: 6px;
      height: 100%;
      padding: 15px 10px;
      pointer-events: none;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      @media (max-width: 575px) {
        .form__field--checked-wrap {
          padding: 5px;
          font-size: 0px;
          width: auto; } }
    .form__field--checked span {
      margin-top: 15px; }
      @media (max-width: 575px) {
        .form__field--checked span {
          display: none; } }
    .form__field--checked input {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      left: 0;
      top: 0;
      cursor: pointer; }
      .form__field--checked input:checked + .form__field--checked-wrap {
        border-color: #73c231; }
  .form__fields {
    margin-top: 20px;
    }
    @media (max-width: 575px) {
      .form__fields {
        margin-top: 15px; } }
    .form__fields--styled {
      margin-top: 30px;
      margin-left: -5px;
      margin-right: -5px; }
      .form__fields--styled + .form__fields {
        margin-top: 30px; }
  .form__field--email:before {
    background-image: url(../img/icon/icon__mail.png); }
  .form__field--tel:before {
    background-image: url(../img/icon/icon__phone.png); }
  .form__field:not(:first-child) {
    margin-top: 20px; }
  .form__field--message:before {
    background-image: url(../img/icon/icon__phone.png);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 27px; }
  .form__field input {
    font-size: 16px;
    line-height: 30px;
    color: #191919;
    width: 100%;
    height: 60px;
    border: 1px solid #e1e1e1;
    padding: 20px 50px 20px; }
  .form__field textarea {
    font-size: 16px;
    line-height: 30px;
    color: #191919;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 20px 50px 20px;
    resize: none; }

.form__button {
  position: relative;
  z-index: 1;
  margin-top: 20px; }

.form__text {
  margin-top: 40px; }

.form__checkbox {
  position: relative; }
  @media (max-width: 575px) {
    .form__checkbox {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .form__checkbox input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0; }
    .form__checkbox input:checked + label:before {
      background: #79d031; }
  .form__checkbox label {
    position: relative;
    pointer-events: none;
    border-width: 1px;
    border-color: #959595;
    border-style: solid;
    border-radius: 2px;
    background-color: white;
    width: 18px;
    height: 18px;
    margin: 0; }
    .form__checkbox label:before {
      content: '';
      position: absolute;
      background: #ffffff;
      width: 12px;
      height: 12px;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      border-radius: 2px;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
  .form__checkbox span {
    pointer-events: none;
    margin-left: 10px; }
    @media (max-width: 575px) {
      .form__checkbox span {
        width: auto; } }

.btn--green {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#64a42f), to(#79d031));
  background-image: -o-linear-gradient(bottom, #64a42f 0%, #79d031 100%);
  background-image: linear-gradient(0deg, #64a42f 0%, #79d031 100%);
  border-radius: 6px;
  width: 100%;
  height: 54px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .btn--green:hover {
    color: #ffffff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#7abd31), to(#8ee531));
    background-image: -o-linear-gradient(bottom, #7abd31 0%, #8ee531 100%);
    background-image: linear-gradient(0deg, #7abd31 0%, #8ee531 100%); }
  .btn--green:after {
    content: '';
    background: #7ad032;
    width: 100%;
    position: absolute;
    left: 0;
    top: 9px;
    bottom: -5px;
    -webkit-box-shadow: 0px 13px 34.3px 0.7px rgba(102, 167, 48, 0.42);
            box-shadow: 0px 13px 34.3px 0.7px rgba(102, 167, 48, 0.42);
    border-radius: 6px;
    z-index: -1; }
  .btn--green img {
    margin-left: 5px; }

.btn--item {
  margin-top: 35px; }

.btn--grey {
  text-transform: uppercase;
  border-radius: 6px;
  max-width: 281px;
  height: 53px;
  background: #f2f2f2;
  color: #191919;
  font-weight: bold;
  font-size: 12px;
  width: 100%; }
  .btn--grey img {
    margin-left: 5px; }

.btn--footer {
  max-width: 198px; }
  @media (max-width: 767px) {
    .btn--footer {
      margin-top: 15px; } }

.btn--banner {
  height: 64px; }

.advantages {
  padding: 30px 0; }
  .advantages__item {
    padding: 0 15px; }
    .advantages__item--image {
      border-width: 1px;
      border-color: #6eb931;
      border-style: solid;
      border-radius: 50%;
      width: 108px;
      height: 108px; }
      .advantages__item--image img {
        padding: 5px;
        display: block;
        max-width: 100%; }
    .advantages__item--content {
      margin-left: 25px;
      font-weight: bold;
      line-height: 1.333;
      font-size: 18px; }
      @media (max-width: 991px) {
        .advantages__item--content {
          margin-left: 0;
          margin-top: 15px;
          text-align: center;
          font-size: 24px; } }
    @media (max-width: 991px) {
      .advantages__item:not(:first-child) {
        margin-top: 15px; } }

.section__title {
  font-size: 40px;
  text-align: center;
  line-height: 1.135; }
  @media (max-width: 991px) {
    .section__title {
      font-size: 24px; } }
  .section__title span {
    font-size: 60px;
    font-weight: bold; }
    @media (max-width: 991px) {
      .section__title span {
        font-size: 36px; } }

@media (max-width: 991px) {
  .section {
    padding: 60px 0 !important; } }

.products {
  padding: 50px 0 80px; }
  .products__section {
    position: relative;
    margin-top: 45px; }
    .products__section:after {
      content: '';
      position: absolute;
      background: #ebebeb;
      height: 1px;
      width: 100%; }
    .products__section--name {
      font-size: 30px;
      color: #6eb931;
      line-height: 0.8;
      position: relative;
      padding: 0 45px;
      background: #ffffff;
      z-index: 2; }
      @media (max-width: 991px) {
        .products__section--name {
          font-size: 22px; } }
  .products__item {
    -webkit-box-shadow: 0px 8px 73px 0px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 8px 73px 0px rgba(0, 0, 0, 0.07);
    padding: 15px 40px 50px; }
    @media (max-width: 1200px) {
      .products__item {
        padding: 15px 20px 50px; } }
    .products__item--mt {
      margin-top: 30px; }
    .products__items {
      margin-top: 15px; }
      .products__items + .products__section {
        margin-top: 80px; }
    .products__item--content {
      margin-top: 40px; }
    .products__item--name {
      font-weight: bold;
      line-height: 1;
      font-size: 24px;
      font-weight: bold;
      text-align: center; }
    .products__item--image img {
      width: 100%; }
  .products__button {
    margin-top: 70px; }

.end {
  padding: 155px 0;
  background-image: url("../img/end__bg.png");
  background-color: #6aaf30; }
  .end__text {
    margin-top: 25px;
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
    position: relative;
    max-width: 500px; }
    @media (max-width: 991px) {
      .end__text {
        font-size: 18px; } }
    .end__text--text {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-left: 22px; }
    .end__text p {
      margin: 0; }
      .end__text p:not(:first-child) {
        margin-top: 10px; }
    .end__text:before {
      position: absolute;
      display: block;
      content: '';
      height: 100%;
      width: 2px;
      background: #ffffff; }
  .end--img {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    margin-top: 50px; }
    @media (max-width: 1200px) {
      .end--img {
        max-width: 700px; } }
    .end--img-wrap {
      position: relative;
      max-width: 555px; }
      @media (max-width: 991px) {
        .end--img-wrap {
          display: none; } }
  @media (max-width: 991px) {
    .end__left {
      max-width: 615px;
      margin: 0 auto;
      margin-bottom: 30px; } }

.header {
  padding: 20px 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #ffffff;
  z-index: 99;
  }
  .header__email {
    font-size: 18px;
    display: block;
    position: relative; }
    @media (max-width: 991px) {
      .header__email {
        /* text-align: right; */
        } }
    .header__email img {
      margin-right: 5px; }
  .header__phone {
    font-size: 18px;
    display: block;
    font-weight: 700;
    position: relative;
    margin-left: 25px; }
    @media (max-width: 575px) {
      .header__phone {
        margin-left: 0; } }
    .header__phone img {
      margin-right: 5px; }
  @media (max-width: 767px) {
    .header .logo span {
      display: none; } }

.logo {
  margin-left: -7px; }
  .logo span {
    line-height: 1.4;
    margin-left: 10px; }

.social {
  padding: 0;
  margin: 0;
  list-style: none; }
  .social li:not(:first-child) {
    margin-left: 10px; }
  @media (max-width: 575px) {
    .social__header {
      position: relative;
      /* left: -15px; */
      } }

.footer {
  padding: 55px 0 55px; }
  @media (max-width: 767px) {
    .footer {
      padding: 50px 0; } }
  .footer p {
    margin: 0;
    font-size: 12px;
    font-weight: 700; }
  .footer__phone {
    font-weight: 400;
    margin-left: 0; }
    @media (max-width: 767px) {
      .footer__phone {
        margin-top: 15px; } }
  .footer__top .container {
    position: relative;
    padding-bottom: 50px; }
    @media (max-width: 767px) {
      .footer__top .container {
        padding-bottom: 15px; } }
    .footer__top .container:after {
      background-color: #ebebeb;
      content: '';
      position: absolute;
      display: block;
      left: 15px;
      right: 15px;
      height: 1px;
      bottom: 0; }
  .footer__bottom {
    padding-top: 35px; }
    @media (max-width: 767px) {
      .footer__bottom {
        padding-top: 15px; } }
    @media (max-width: 767px) {
      .footer__bottom--center + .footer__bottom--center {
        margin-top: 10px; } }
    @media (max-width: 767px) {
      .footer__bottom--center {
        text-align: center; } }
  @media (max-width: 767px) {
    .footer__right {
      margin-top: 15px; } }

.list__styled {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px; }
  .list__styled--banner {
    margin-top: 0px; }
  .list__styled li {
    position: relative;
    padding-left: 20px; }
    .list__styled li:not(:first-child) {
      margin-top: 20px; }
    .list__styled li img {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
              transform: translate(0%, -50%); }

.color__list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 120px; }
  .btn--header {
    max-width: 280px;
    margin: 0 auto;
    display: block;
    margin-right: 0;
}
  @media (max-width: 575px) {
 
    .color__list {
      margin: 0 5px 5px;
      max-width: 100%; } }
  .color__list li {
    position: relative;
    display: block;
    margin-top: 15px;
    margin-right: 20px; }
    .color__list li input {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      cursor: pointer; }
      .color__list li input:checked + label:before {
        border-color: #8ec461; }
    .color__list li label {
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #000;
      margin: 0;
      pointer-events: none; }
      .color__list li label:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 30px;
        height: 30px;
        border-radius: 15px;
        border: 1px solid transparent; }


.burger {
    width: 40px;
    height: 40px;
    /* background: red; */
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
}

.burger span {
    width: 40px;
    height: 2px;
    background: #65a530;
    display: block;
    position: relative;
}
.burger span:before, .burger span:after {content: '';position: absolute;left: 0;height: 2px;width: 100%;background: #65a530;}
.burger span:before {
    top: -10px;
}
.burger span:after {
    bottom: -10px;
}
.svg__phone {
    display: inline-block;
}

.svg__phone img {
    width: 40px;
}
.header__menu {
    display: none;
}
.burger.active span {
    background: transparent;
}
.burger.active span:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
}
.burger.active span:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
}
@media (max-width: 575px) {
  .burger {
    width: 30px;
    height: 30px;
  }
  .svg__phone img {
    width: 30px
  }
  .fancybox-content {
    padding: 25px 15px; } }



@media (max-width: 1200px){
  .form__name--circle {
    width: 100px;
    height: 100px;
}
.form__name--circle img {
  width: 100%;
}
}

   @media (max-width: 991px) { 
   .header__btn--popup {
    display: block !important;
}
   .btn--header {margin: 0 auto;}
.header .header__phone {
  margin: 15px 0;
}
.form__name--circle {position: relative;transform: none;}
}
.super__none {
    display: none !important;
}

@media (max-width: 575px){
     .btn--header {
    font-size: 11px;
    margin-left: -15px;
    width: calc(100% + 30px);
    /* margin-right: -15px; */
}
}
.copyright__style img {
              width: 100%;
              max-width: 65px;
              transition: all .3s;
              display: block;
              position: relative;
              z-index: 1;
          }
          .copyright__style {
              position: relative;
              margin-left: 5px;
              overflow: hidden;
          }
          .copyright__style:before, .copyright__style:after {
              content: '';
              width: 100%;
              height: 300%;
              position: absolute;
              z-index: 2;
              -moz-transform: rotate(-80deg);
              -ms-transform: rotate(-80deg);
              -webkit-transform: rotate(-80deg);
              -o-transform: rotate(-80deg);
              transform: rotate(-80deg);
              top: -50%;
              background: transparent;
              /* opacity: 0; */
              transition: all .3s;
          }
          .copyright__style:before {
              left: -92%;
          }
          .copyright__style:after {
              right: -88%;
          }
          .copyright__style:hover .logo__transparent {
              opacity: 0;
          }
          .copyright__style:hover:before,.copyright__style:hover:after {
              background: rgba(0,0,0,0.5);
              animation: buttonAnimation ease-in 1s;
              opacity: 0;
          }
          .copyright__style:hover:before {
              left: -27px;
          }
          .copyright__style:hover:after    {
              right: -27px;
          }
          .copyright__style .logo__colors {
              transition: all 0.3s;
          }
          .copyright__style:hover .logo__colors {
          /*     z-index: 3; */
          }
          @keyframes buttonAnimation {
            from {
              opacity: 1;
            }
            to {
              opacity: 0;
            }
          }
          .copyright__style .logo__transparent {
              position: absolute;
              left: 0;
              top: 0;
          }