html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
  }
  body {
    margin: 0;
  }
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  a {
    background-color: transparent;
  }
  b,
  strong {
    font-weight: bolder;
  }
  img {
    border-style: none;
  }
  button,
  input,
  select {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }
  button,
  input {
    overflow: visible;
  }
  button,
  select {
    text-transform: none;
  }
  [type="button"],
  [type="submit"],
  button {
    -webkit-appearance: button;
  }
  [type="button"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner,
  button::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  [type="button"]:-moz-focusring,
  [type="submit"]:-moz-focusring,
  button:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  .hamburger {
    padding: 0 15px;
    display: inline-block;
    cursor: pointer;
    height: 17px;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
  }
  .hamburger-box {
    width: 30px;
    height: 17px;
    display: inline-block;
    position: relative;
  }
  .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
  }
  .hamburger-inner,
  .hamburger-inner:after,
  .hamburger-inner:before {
    width: 30px;
    height: 3px;
    background-color: #503800;
    border-radius: 5px;
    position: absolute;
  }
  .hamburger-inner:after,
  .hamburger-inner:before {
    content: "";
    display: block;
  }
  .hamburger-inner:before {
    top: -7px;
  }
  .hamburger-inner:after {
    bottom: -7px;
  }
  @font-face {
    font-family: Lato;
    font-display: swap;
    font-style: italic;
    font-weight: 400;
  }
  @font-face {
    font-family: Lato;
    font-display: swap;
    font-style: italic;
    font-weight: 700;
  }
  @font-face {
    font-family: Lato;
    font-display: swap;
    font-style: normal;
    font-weight: 300;
  }
  @font-face {
    font-family: Lato;
    font-display: swap;
    font-style: normal;
    font-weight: 400;
  }
  @font-face {
    font-family: Lato;
    font-display: swap;
    font-style: normal;
    font-weight: 700;
  }
  @font-face {
    font-family: Lato;
    font-display: swap;
    font-style: normal;
    font-weight: 900;
  }
  @font-face {
    font-family: Lato;
    font-display: swap;
    font-style: italic;
    font-weight: 700;
  }
  @font-face {
    font-family: Lato;
    font-display: swap;
    font-style: italic;
    font-weight: 900;
  }
  *,
  :after,
  :before {
    box-sizing: border-box;
  }
  body {
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 24px;
    background-color: #fff;
    color: #32424b;
    min-width: 320px;
    position: relative;
    overflow-x: hidden;
    padding-top: 0;
  }
  a {
    text-decoration: none;
  }
  img {
    max-width: 100%;
  }
  .call-us {
    line-height: 18px;
    color: #677177;
    font-size: 14px;
  }
  @media screen and (max-width: 767px) {
    .call-us {
      color: #f7f7f7;
    }
  }
  .call-us a {
    color: #677177;
    font-weight: 700;
    font-size: 14px;
  }
  @media screen and (max-width: 767px) {
    .call-us a {
      color: #f7f7f7;
    }
  }
  p {
    color: #32424b;
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 15px;
  }
  ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .container {
    margin: auto;
    width: 1220px;
    padding-left: 15px;
    padding-right: 15px;
  }
  @media screen and (max-width: 1215px) {
    .container {
      width: 980px;
    }
  }
  @media screen and (max-width: 1000px) {
    .container {
      width: 745px;
    }
  }
  @media screen and (max-width: 767px) {
    .container {
      width: 545px;
    }
  }
  @media screen and (max-width: 560px) {
    .container {
      width: 100%;
    }
  }
  .section {
    position: relative;
  }
  .title {
    color: #32424b;
    font-weight: 700;
  }
  .title--md {
    line-height: 39px;
    font-size: 32px;
    margin: 0 0 15px;
  }
  @media screen and (max-width: 560px) {
    .title--md {
      line-height: 32px;
      font-size: 25px;
    }
  }
  .btn {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    text-decoration: none;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    border-radius: 7px;
    padding: 12px 25px;
    cursor: pointer;
  }
  .btn--primary {
    color: #4f3700;
    -webkit-box-shadow: 0 4px 6px rgba(190, 132, 0, 0.3);
    box-shadow: 0 4px 6px rgba(190, 132, 0, 0.3);
    border: 1px solid #be8400;
    background-color: #6e00ff;
  }
  .btn--secondary {
    -webkit-box-shadow: 0 4px 6px rgba(190, 132, 0, 0.3);
    box-shadow: 0 4px 6px rgba(190, 132, 0, 0.3);
    border-radius: 7px;
    background-color: #fff;
    color: #555;
  }
  .header {
    position: relative;
    height: 80px;
  }
  @media screen and (max-width: 1215px) {
    .header {
      height: 50px;
    }
  }
  .header__content {
    background-color: #6e00ff;
    border-bottom: 2px solid #eca80d;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
  }
  @media screen and (max-width: 1215px) {
    .header__content {
      position: fixed;
      z-index: 107159;
      top: 0;
    }
  }
  .header__main {
    width: 1398px;
    padding-left: 15px;
    padding-right: 15px;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    position: relative;
  }
  @media screen and (max-width: 1450px) {
    .header__main {
      width: 1170px;
    }
  }
  @media screen and (max-width: 1215px) {
    .header__main {
      width: auto;
      height: 50px;
    }
  }
  .header .header__button__inquiry {
    display: none;
  }
  @media screen and (max-width: 1215px) {
    .header .header__button__inquiry {
      display: inline-block;
    }
  }
  .header .header__button__order {
    display: inline-block;
  }
  @media screen and (max-width: 1215px) {
    .header .header__button__order {
      display: none;
    }
  }
  @media screen and (max-width: 1215px) {
    .header__button {
      padding: 7px 15px;
    }
    .header__button a {
      min-width: 190px;
    }
  }
  .header__button--orders {
    margin-right: 19px;
    margin-left: auto;
  }
  @media screen and (max-width: 1215px) {
    .header__button--orders {
      margin-left: 0;
      margin-right: 0;
    }
  }
  @media screen and (min-width: 1216px) {
    .mobile-nav {
      display: none;
    }
  }
  @media screen and (max-width: 1215px) {
    .mobile-nav {
      margin-left: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
  }
  .mobile-nav .hamburger {
    padding-right: 0;
  }
  .mobile-nav__order-btn {
    padding: 10px 19px;
    color: #503800;
    margin-right: 15px;
  }
  @media screen and (max-width: 360px) {
    .mobile-nav__order-btn {
      padding: 10px 14px;
      display: none;
    }
  }
  .logo {
    position: absolute;
    left: -33px;
    top: 0;
    width: 313px;
    height: 137px;
    z-index: 8;
    text-align: center;
  }
  @media screen and (max-width: 1450px) {
    .logo {
      position: static;
      height: auto;
      width: auto;
      margin-right: 15px;
    }
  }
  .logo:before {
    content: "";
    background-repeat: no-repeat;
    background-size: 3468px 2324px;
    background-position: -429px -344px;
    height: 137px;
    width: 313px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  @media screen and (max-width: 1450px) {
    .logo:before {
      display: none;
    }
  }
  .logo__link {
    display: inline-block;
  }
  .logo__svg {
    width: 135px;
    height: 45px;
    position: relative;
    z-index: 2;
    margin: 18px 0 0;
    vertical-align: middle;
  }
  @media screen and (max-width: 1450px) {
    .logo__svg {
      margin: 0;
    }
  }
  @media screen and (max-width: 1215px) {
    .logo__svg {
      width: 100px;
    }
  }
  .logo__svg--color {
    fill: #fff;
  }
  @media screen and (max-width: 1450px) {
    .logo__svg--color {
      fill: #503800;
    }
  }
  @media screen and (max-width: 1215px) {
    .logo__svg--color {
      fill: #503800;
    }
  }
  .nav {
    position: relative;
    z-index: 6;
    margin: 0 0 0 246px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  @media screen and (max-width: 1450px) {
    .nav {
      margin: 0;
    }
  }
  @media screen and (max-width: 1215px) {
    .nav {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: calc(100vh - 50px);
      max-height: none;
      z-index: 90;
      max-width: none;
      visibility: hidden;
    }
  }
  @media screen and (max-width: 1215px) {
    .nav:before {
      height: 100%;
      position: absolute;
      top: 0;
      opacity: 0;
      content: "";
      left: 0;
      background-color: rgba(0, 0, 0, 0.75);
      width: 100%;
    }
  }
  @media screen and (max-width: 1215px) {
    .nav ul li:nth-last-child(2) {
      margin-right: 0;
    }
  }
  .nav > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  @media screen and (max-width: 1215px) {
    .nav > ul {
      height: 100%;
      position: absolute;
      top: 0;
      width: 325px;
      right: 0;
      background-color: #6e00ff;
      -webkit-box-shadow: -1px 6px 2px 3px rgba(0, 0, 0, 0.15);
      box-shadow: -1px 6px 2px 3px rgba(0, 0, 0, 0.15);
      border-top: 2px solid #eca80d;
      -webkit-transform: translateX(110%);
      transform: translateX(110%);
      max-height: calc(100vh - 50px);
      overflow-y: auto;
      padding-bottom: 45px;
      display: block;
    }
  }
  .nav__item {
    padding: 0 11px;
    position: relative;
    height: 80px;
    line-height: 80px;
  }
  @media screen and (max-width: 1215px) {
    .nav__item {
      width: 100%;
      height: auto;
      line-height: normal;
      padding: 10px 15px;
    }
  }
  .nav__item--phone {
    display: none;
    color: #503800;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    margin-top: auto;
  }
  @media screen and (max-width: 1215px) {
    .nav__item--phone {
      display: block;
    }
  }
  .nav__item--phone a {
    font-weight: 700;
  }
  .nav__item:not(.nav__item--dropdown) > a {
    border-bottom: 1px solid transparent;
  }
  .nav__item.nav__item--dropdown {
    padding-right: 20px;
  }
  @media screen and (max-width: 1215px) {
    .nav__item.nav__item--dropdown {
      padding: 0;
    }
  }
  .nav__item.nav__item--dropdown ul {
    top: calc(100% + 2px);
    left: 0;
    width: 800px;
    background-color: #f5b015;
    border: 2px solid #eca80d;
    border-top: 0;
    line-height: normal;
    padding: 8px 0;
  }
  @media screen and (min-width: 1216px) {
    .nav__item.nav__item--dropdown ul {
      position: absolute;
      opacity: 0;
      visibility: hidden;
    }
  }
  @media screen and (max-width: 1215px) {
    .nav__item.nav__item--dropdown ul {
      display: none;
      width: auto;
      border: 0;
    }
  }
  .nav__item.nav__item--dropdown ul li {
    display: inline-block;
    padding: 7px 15px;
    width: 32%;
  }
  @media screen and (max-width: 1215px) {
    .nav__item.nav__item--dropdown ul li {
      width: 100%;
    }
  }
  .nav__item.nav__item--dropdown ul li a {
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid transparent;
  }
  .nav__item.nav__item--dropdown > span {
    cursor: pointer;
    border-bottom: 1px solid transparent;
  }
  @media screen and (max-width: 1215px) {
    .nav__item.nav__item--dropdown > span {
      display: block;
      padding: 10px 15px;
      cursor: pointer;
    }
  }
  .nav__item.nav__item--dropdown > span:before {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    display: inline-block;
    width: 0;
    height: 0;
    border-color: currentcolor transparent transparent;
    border-style: solid;
    border-width: 3px 4px 0;
  }
  @media screen and (max-width: 1215px) {
    .nav__item.nav__item--dropdown > span:before {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      top: 20px;
      right: 15px;
    }
  }
  @media screen and (min-width: 0\0) {
    .nav__item.nav__item--dropdown > span:before {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      border-width: 4px;
    }
  }
  .nav a,
  .nav span {
    display: inline-block;
    color: #503800;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
  }
  .calc-box .styled-select {
    position: relative;
    max-width: 100%;
    cursor: pointer;
  }
  .calc-box .styled-select select {
    background-color: transparent;
    font-weight: 700;
    white-space: nowrap;
    text-transform: none;
    width: 100%;
    border-radius: 0;
    border: 0;
    margin: 0;
    cursor: pointer;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -moz-user-focus: none;
  }
  @media screen and (max-width: 992px) {
    .calc-box .styled-select select {
      pointer-events: auto;
    }
  }
  .calc-box .styled-select select option {
    white-space: nowrap;
    padding: 0;
    display: inline-block;
  }
  .calc-box .styled-select select::-ms-expand {
    display: none;
  }
  .image-banner-home {
    width: 387px;
    padding: 26px 30px;
    background-color: rgba(255, 255, 255, 0);
  }
  @media screen and (max-width: 1000px) {
    .image-banner-home {
      width: 340px;
    }
  }
  @media screen and (max-width: 375px) {
    .image-banner-home {
      width: auto;
      padding: 22px 21px 28px;
    }
  }
  .orderform-title {
    color: #32424b;
    font-size: 20px;
    line-height: 28px;
    font-weight: 900;
  }
  .image-banner-home label {
    color: #32424b;
    font-size: 15px;
    line-height: normal;
    display: block;
    margin: 0 0 8px;
  }
  .image-banner-home select {
    color: #32424b;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    border: 0;
    width: 100%;
    padding: 11px 31px 13px 18px;
  }
  .form-item--field {
    border-radius: 7px;
    border: 1px solid #c7d3d900;
    background-color: rgba(255, 255, 255, 0);
  }
  .order-m-group--pages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .order-m-group--pages .pages-control {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 150px;
  }
  .order-m-group--pages .pages-control .form-item--field {
    overflow: hidden;
  }
  .order-m-group--pages .pages-control__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #5a5a5a;
    font-size: 15px;
    margin: 0 0 8px;
    line-height: normal;
  }
  .order-m-group--pages .pages-control__head label {
    margin: 0 10px 0 0;
    color: #5a5a5a;
  }
  .order-m-group--price {
    color: #5a5a5a;
    text-align: center;
  }
  .order-m-group--price p {
    margin: 24px 0 0;
    font-size: 16px;
    font-weight: 700;
    color: #5a5a5a;
  }
  .order-m-group--price span {
    font-size: 18px;
    color: #5a5a5a;
  }
  .order-m-group--submit {
    text-align: center;
    padding: 7px 0 0;
  }
  .order-m-group--submit input {
    padding: 15px 58px;
  }
  .order-m-group:not(:last-of-type) {
    margin: 0 0 20px;
  }
  .order-m-group:first-of-type {
    margin: 0 0 18px;
  }
  .pageskol {
    position: relative;
    height: 43px;
  }
  .pageskol-title {
    white-space: nowrap;
  }
  .pageskol input {
    color: #32424b;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    line-height: 40px;
  }
  .pageskol button,
  .pageskol input {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 43px;
  }
  .pageskol button {
    cursor: pointer;
    width: 43px;
    position: absolute;
    padding: 0;
    z-index: 1;
    top: 0;
    background-color: transparent;
  }
  .pageskol button:after,
  .pageskol button:before {
    content: "";
    width: 11px;
    height: 3px;
    background-color: #32424b;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .pageskol button.pageskol-left {
    left: 5px;
  }
  .pageskol button.pageskol-left:after {
    display: none;
  }
  .pageskol button.pageskol-right {
    right: 5px;
  }
  .pageskol button.pageskol-right:after {
    width: 3px;
    height: 11px;
  }
  .styled-select {
    position: relative;
  }
  .styled-select:before {
    content: "";
    display: inline-block;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-color: #32424b transparent transparent;
    border-style: solid;
    border-width: 4px 5px 0;
    z-index: 1;
  }
  .styled-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .styled-select select::-ms-expand {
    display: none;
  }
  .new-line-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -13px;
    margin-right: -13px;
  }
  @media screen and (max-width: 1000px) {
    .new-line-flex {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }
  .new-line-flex > * {
    padding-left: 13px;
    padding-right: 13px;
    width: 50%;
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  @media screen and (max-width: 1000px) {
    .new-line-flex > :first-of-type {
      margin-bottom: 18px;
    }
  }
  @media screen and (max-width: 1000px) {
    .new-line-flex > * {
      width: 100%;
      max-width: 100%;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
    }
  }
  .promo-section {
    padding: 0 0 44px;
    background-color: #f7f6f6;
    overflow: hidden;
  }
  .promo-section .container {
    position: relative;
    padding-top: 0;
  }
  @media screen and (max-width: 560px) {
    .promo-section {
      padding: 17px 0 25px;
    }
  }
  .promo-section__phone {
    padding-left: 76px;
  }
  @media screen and (max-width: 1450px) {
    .promo-section__phone {
      padding-left: 0;
    }
  }
  @media screen and (max-width: 1215px) {
    .promo-section__phone {
      display: none;
    }
  }
  @media screen and (max-width: 767px) {
    .promo-section__phone {
      padding-left: 0;
      text-align: center;
      position: relative;
      z-index: 50;
    }
  }
  .promo-section__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  @media screen and (max-width: 767px) {
    .promo-section__main {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }
  .promo-section__text {
    max-width: 656px;
    margin: 0;
    position: relative;
    z-index: 5;
  }
  .promo-section__text-title {
    color: #32424b;
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    margin: 0;
  }
  @media screen and (max-width: 1215px) {
    .promo-section__text-title {
      font-size: 47px;
      line-height: 55px;
    }
  }
  @media screen and (max-width: 1000px) {
    .promo-section__text-title {
      font-size: 43px;
      line-height: 49px;
    }
  }
  @media screen and (max-width: 560px) {
    .promo-section__text-title {
      font-size: 36px;
      line-height: 42px;
    }
  }
  @media screen and (max-width: 425px) {
    .promo-section__text-title {
      font-size: 30px;
      line-height: 37px;
    }
  }
  .promo-section__text p {
    font-size: 20px;
    line-height: 28px;
    margin: 20px 0;
  }
  @media screen and (min-width: 768px) {
    .promo-section__calc-short {
      position: relative;
    }
  }
  .promo-section__calc-short-bg {
    position: absolute;
    top: -77px;
    left: -92px;
    width: 870px;
    height: 549px;
    z-index: 1;
  }
  .promo-section__calc-short-bg:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    opacity: 0.04;
    background-repeat: no-repeat;
    background-size: 3468px 2324px;
    background-position: -934px -669px;
    height: 549px;
    width: 870px;
  }
  .promo-section__calc-short .image-banner-home {
    z-index: 2;
    position: relative;
  }
  @media screen and (max-width: 768px) {
    .promo-section__calc-short .image-banner-home {
      display: none;
    }
  }
  .tabs__tab-pane {
    display: none;
  }
  .testimonials-item {
    position: relative;
    padding: 23px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 5px;
  }
  @media screen and (min-width: 1000px) {
    .testimonials-item {
      margin: 0;
    }
  }
  .testimonials-item__inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 28px 32px;
    border-radius: 15px;
    border: 2px solid #32424b;
    background-color: #fff;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  @media screen and (max-width: 420px) {
    .testimonials-item__inner {
      padding: 23px 18px;
    }
  }
  .testimonials-item__inner:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 46px;
    width: 56px;
    height: 50px;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    background-size: contain;
  }
  .testimonials-item__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    margin: 15px 0 0;
  }
  .testimonials-item__quote {
    font-size: 18px;
    font-style: italic;
    line-height: 24px;
    margin: 22px 0 15px;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .testimonials-item__quote {
      font-size: 18px;
      line-height: 27px;
      margin: 40px 0 30px;
    }
  }
  @media screen and (max-width: 420px) {
    .testimonials-item__quote {
      margin: 27px 0 25px;
    }
  }
  .testimonials-item__bottom,
  .testimonials-item__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .testimonials-item__bottom span,
  .testimonials-item__head span {
    margin: 0 3px 0 0;
  }
  .testimonials-item__bottom {
    margin-top: auto;
  }
  .testimonials-item__date,
  .testimonials-item__disc,
  .testimonials-item__id,
  .testimonials-item__pages {
    vertical-align: middle;
    font-size: 13px;
  }
  .testimonials-item__date b,
  .testimonials-item__disc b,
  .testimonials-item__id b,
  .testimonials-item__pages b {
    font-size: 15px;
  }
  .testimonials-item--has-head .testimonials-item__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .uvocalc--container label {
    display: block;
    color: #3e454c;
    font-size: 15px;
    line-height: 18px;
  }
  .uvocalc--select {
    position: relative;
    margin-top: 12px;
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid #c7d3d9;
    padding: 1px;
    overflow: hidden;
  }
  .uvocalc--select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 37px;
    width: 100%;
    background-color: transparent;
    color: #3e454c;
    font-size: 1rem;
    border: 0;
    border-radius: 5px;
    padding: 0 0 0 10px;
  }
  .uvocalc--select:before {
    width: 25px;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
  }
  .uvocalc--select:after,
  .uvocalc--select:before {
    content: "";
    position: absolute;
    pointer-events: none;
  }
  .uvocalc--select:after {
    display: inline-block;
    right: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-color: #32424b transparent transparent;
    border-style: solid;
    border-width: 4px 5px 0;
    z-index: 1;
  }
  .uvocalc--type_of_paper {
    width: calc(100% - 152px);
    padding-right: 23px;
  }
  @media (max-width: 479px) {
    .uvocalc--type_of_paper {
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      padding-right: 0;
    }
  }
  .uvocalc--pages {
    width: 150px;
  }
  @media (max-width: 479px) {
    .uvocalc--pages {
      width: 100%;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding-right: 0;
      margin-bottom: 10px;
    }
    .uvocalc--submit__container .btn {
      padding: 12px 0;
    }
  }
  .uvocalc--pages__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 18px;
  }
  @media (max-width: 479px) {
    .uvocalc--pages__title {
      width: 50%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  }
  .uvocalc--pages__words {
    color: #636363;
    font-size: 15px;
  }
  .uvocalc--pages__buttons {
    width: 100%;
    margin-top: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #c7d3d9;
  }
  @media (max-width: 479px) {
    .uvocalc--pages__buttons {
      width: 50%;
      margin-top: 0;
    }
  }
  .uvocalc--pages__buttons button {
    height: 38px;
    width: 38px;
    background-color: transparent;
    border: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
  }
  .uvocalc--pages__buttons button:before {
    content: "";
    width: 1px;
    position: absolute;
    top: 6px;
    right: 0;
    bottom: 6px;
    background-color: #c5c5c5;
    display: none;
  }
  @media (max-width: 479px) {
    .uvocalc--pages__buttons button {
      height: 43px;
    }
  }
  .uvocalc--pages__buttons button span {
    display: block;
    height: 32px;
    width: 32px;
    margin: auto;
    position: relative;
    overflow: hidden;
    text-indent: -50px;
    border-radius: 5px;
  }
  .uvocalc--pages__buttons button span:before {
    content: "";
    width: 11px;
    height: 3px;
    background-color: #32424b;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  @media (max-width: 479px) {
    .uvocalc--pages__buttons button span {
      height: 38px;
    }
  }
  .uvocalc--pages__buttons button[data-plus-button]:before {
    left: 0;
    right: auto;
  }
  .uvocalc--pages__buttons button[data-plus-button] span:after {
    content: "";
    width: 3px;
    height: 11px;
    background-color: #32424b;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .uvocalc--pages__buttons input[type="text"] {
    height: 39px;
    width: calc(100% - 76px);
    text-align: center;
    border: 0;
    border-radius: 0;
    color: #3e454c;
    font-size: 16px;
    font-weight: 700;
  }
  .uvocalc--field_tip {
    width: 100%;
    font-size: 0.75rem;
    padding: 10px 3% 0;
  }
  @media (max-width: 680px) {
    .uvocalc--field_tip {
      padding: 0 15px;
    }
  }
  @media (max-width: 479px) {
    .uvocalc--field_tip {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      padding: 5px 0;
    }
  }
  .uvocalc--academic_level {
    width: 100%;
    overflow: hidden;
  }
  @media (max-width: 479px) {
    .uvocalc--academic_level {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
    }
  }
  .uvocalc--academic_level > label {
    display: none;
    padding: 10px;
  }
  @media (max-width: 767px) {
    .uvocalc--academic_level > label {
      display: block;
    }
  }
  .uvocalc--academic_level .visible-in-mobile {
    display: none;
    padding: 0 0 15px;
    border-bottom: 0;
  }
  @media (max-width: 767px) {
    .uvocalc--academic_level .visible-in-mobile {
      display: block;
    }
  }
  .uvocalc--academic_level .visible-in-mobile .uvocalc--select {
    margin: 0;
  }
  @media (max-width: 767px) {
    .uvocalc--academic_level .visible-in-desktop {
      display: none;
    }
  }
  .uvocalc--academic_level_control {
    padding: 10px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 2px solid #eee;
  }
  .uvocalc--academic_level_content {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 20px 3%;
    border: 2px solid #f0f0f0;
    border-top: 0;
    margin-bottom: 15px;
    background-color: #fff;
    position: relative;
  }
  .uvocalc--academic_level_content:after,
  .uvocalc--academic_level_content:before {
    content: "";
    position: absolute;
    top: -5px;
    height: 20px;
    background-color: #f0f0f0;
    width: 2px;
    display: inline-block;
    background: transparent;
    border: 2px solid #f0f0f0;
  }
  .uvocalc--academic_level_content:before {
    left: -4px;
  }
  .uvocalc--academic_level_content:after {
    right: -4px;
  }
  @media (max-width: 767px) {
    .uvocalc--academic_level_content {
      display: block;
      padding: 0;
      border: 0;
    }
  }
  @media (max-width: 479px) {
    .uvocalc--deadline,
    .uvocalc--submit__container,
    .uvocalc--total_price_container {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3;
    }
  }
  .uvocalc--deadline {
    margin-left: 0;
    width: 42%;
    min-width: 250px;
    font-size: 0.875rem;
    line-height: 120%;
    color: #636363;
    padding-top: 7px;
  }
  @media (max-width: 992px) {
    .uvocalc--deadline {
      width: 47%;
    }
  }
  @media (max-width: 767px) {
    .uvocalc--deadline {
      padding-top: 10px;
      margin: 0 0 15px;
      width: calc(100% - 20px);
    }
  }
  @media (max-width: 479px) {
    .uvocalc--deadline {
      min-width: 0;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
    }
  }
  .uvocalc--deadline strong span {
    font-weight: 400;
  }
  .uvocalc--total_price_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 3%;
    min-height: 45px;
    width: calc(52% - 170px);
    margin: 0;
  }
  @media (max-width: 992px) {
    .uvocalc--total_price_container {
      width: 47%;
    }
  }
  @media (max-width: 767px) {
    .uvocalc--total_price_container {
      width: 50%;
      padding: 0 10px 0 0;
      margin: 0;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
  }
  .uvocalc--total_price {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f39c12;
    font-size: 2.125rem;
    font-weight: 700;
  }
  @media (max-width: 479px) {
    .uvocalc--total_price {
      font-size: 1.5rem;
    }
  }
  .uvocalc--total_price span {
    font-size: 1.25rem;
    margin-right: 3px;
  }
  @media (max-width: 479px) {
    .uvocalc--total_price span {
      font-size: 1rem;
    }
  }
  .uvocalc--total_price_title {
    font-size: 1rem;
    line-height: 120%;
    color: #636363;
    margin-right: 10px;
  }
  .uvocalc--submit__container {
    margin-right: 0;
    margin-left: auto;
    width: 200px;
    padding: 0;
  }
  .uvocalc--submit__container .btn {
    width: 100%;
    border-radius: 3px;
  }
  @media (max-width: 767px) {
    .uvocalc--submit__container {
      margin-right: 0;
      width: calc(50% - 10px);
      padding: 0 0 10px;
    }
  }
  @media (max-width: 479px) {
    .uvocalc--submit__container {
      width: 50%;
    }
    .uvocalc--submit__container .btn {
      padding: 13px 0;
    }
  }
  @media (max-width: 360px) {
    .uvocalc--pages__title,
    .uvocalc--total_price_container {
      width: 42%;
    }
    .uvocalc--pages__buttons,
    .uvocalc--submit__container {
      width: 57%;
    }
  }
  * {
    margin: 0;
  }
  :focus {
    outline: 0;
  }
  :-moz-focusring,
  ::-moz-focus-inner {
    outline: medium;
  }
  :-moz-placeholder {
    color: #777;
  }
  a {
    color: #1482ce;
  }
  [class*="sec"] {
    box-sizing: border-box;
  }
  .writers-statistics {
    max-width: 600px;
    display: inline-block;
  }
  .writers-statistics__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 10px;
    border-radius: 10px;
    margin: 0 -20px;
    background-color: #f7f6f6;
  }
  @media screen and (max-width: 1215px) {
    .writers-statistics__inner {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0;
    }
  }
  @media (max-width: 480px) {
    .writers-statistics,
    .writers-statistics__inner {
      width: 100%;
    }
  }
  .writers-statistics__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
  }
  @media screen and (max-width: 1215px) {
    .writers-statistics__item:not(:last-child) {
      margin: 0 0 20px;
    }
  }
  .writers-statistics__item.writers-statistics__item--written-yesterday:before {
    width: 25px;
  }
  .writers-statistics__item.writers-statistics__item--rate:before {
    width: 36px;
  }
  .writers-statistics__item.writers-statistics__item--writers-active:before {
    width: 43px;
  }
  .writers-statistics__item:before {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 15px 0 0;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    height: 32px;
  }
  .writers-statistics__item span {
    font-size: 15px;
    line-height: 19px;
    color: #32424b;
  }
  .call-to-action__img {
    max-width: 250px;
    width: 100%;
    height: auto;
    margin-top: 40px;
    position: relative;
    bottom: -1px;
  }
  @media (min-width: 1024px) {
    .call-to-action__img {
      max-width: 500px;
    }
  }
  @media (min-width: 768px) {
    .call-to-action__img {
      margin-top: 0;
    }
  }
  .call-to-action.save-time-cta .call-to-action__img {
    display: none;
  }
  .video-advert-section {
    padding-top: 30px;
  }
  @media (min-width: 768px) {
    .video-advert-section {
      padding-top: 100px;
    }
  }
  @media (min-width: 1024px) {
    .video-advert-section__inner {
      background-color: #f7f6f6;
      border-radius: 25px;
      padding: 70px;
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .video-advert-section__inner:before {
      content: "";
      position: absolute;
      width: 96px;
      height: 97.5px;
      top: -3.5rem;
      right: 24px;
      background: url(../img/quality.svg) 50% / contain no-repeat;
    }
  }
  @media (min-width: 1024px) {
    .video-advert-section__intro {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      max-width: 393px;
    }
  }
  @media (min-width: 1024px) {
    .video-advert-section__intro h2 {
      margin-bottom: 20px;
    }
  }
  .video-advert-section__intro p {
    line-height: 24px;
  }
  .video-advert-section__video-wrapper {
    margin-top: 24px;
  }
  @media (min-width: 1024px) {
    .video-advert-section__video-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      max-width: 100%;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      margin-top: 0;
      border-radius: 25px;
      margin-right: 56px;
    }
  }
  .video-advert-section__video-wrapper video {
    width: 100%;
    height: 100%;
    border-radius: 15px;
  }
  @media (min-width: 768px) {
    .video-advert-section__video-wrapper video {
      min-width: 470px;
      border-radius: 25px;
    }
  }
  .header .logo:before {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    top: -30px;
  }
  .promo-section__phone {
    display: none;
  }
  @media screen and (max-width: 1215px) {
    .promo-section__phone {
      display: block;
    }
  }
  @media screen and (max-width: 768px) {
    .promo-section__phone {
      color: #32424b;
      text-align: left;
    }
  }
  @media screen and (max-width: 768px) {
    .promo-section__phone a {
      color: #32424b;
    }
  }
  .promo-section__main {
    padding-top: 50px;
  }
  @media screen and (max-width: 1215px) {
    .promo-section__main {
      padding-top: 40px;
    }
  }
  @media screen and (max-width: 1000px) {
    .promo-section__main {
      padding-top: 15px;
    }
  }
  @media screen and (max-width: 425px) {
    .promo-section__main {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
  }
  .promo-section .promo-section__writers-statistics {
    margin: 45px 0 0;
  }
  @media screen and (max-width: 1000px) {
    .promo-section .promo-section__writers-statistics {
      margin: 15px 0 0;
    }
  }
  @media screen and (max-width: 425px) {
    .promo-section .promo-section__writers-statistics .writers-statistics__inner {
      width: 100%;
    }
  }
  @media screen and (max-width: 480px) {
    .promo-section .promo-section__calc-short {
      margin-bottom: 20px;
    }
  }
  @media screen and (min-width: 768px) {
    .promo-section .promo-section__calc-short-bg:after {
      opacity: 1;
    }
  }
  .promo-section .orderform-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
  }
  @media screen and (max-width: 766px) {
    .promo-section .promo-section__calc-short {
      width: 100%;
    }
  }

  @media screen and (max-width: 767px) {
    .promo-section .image-banner-home {
      width: 100%;
    }
  }
  @media screen and (max-width: 1215px) {
    .promo-section__phone {
      padding-top: 15px;
    }
  }
  * {
    box-sizing: border-box;
  }
  