/*Reset Table */
/* http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}
*,*:focus,*:active,*:hover {
    outline: none;
}
button::-moz-focus-inner { border: 0; }
input::-moz-focus-inner { border: 0; }
select::-moz-focus-inner { border: 0; outline: 0 }
option::-moz-focus-inner { border: 0; outline: 0 }
select:-moz-focusring * {
  color:#000; /* your normal text color here */
  text-shadow:none;
}
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Reset Table END */
/*Fonts */
@font-face {
  font-family: "Arial";
  src: local("Arial"), url("../fonts/arial.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Arial";
  src: local("Arial Italic"), url("../fonts/ariali.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Arial";
  src: local("Arial Bold"), url("../fonts/arialb.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Arial";
  src: local("Arial Bold Italic"), url("../fonts/arialbi.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Intro";
  src: local("Intro"), url("../fonts/intro.woff2") format("woff2"), url("../fonts/intro.woff") format("woff"), url("../fonts/intro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/*Fonts END */
/*Header */
.top-offer {
  background-color: #27ba70;
  position: relative;
}
.top-offer .def-width {
  padding-right: 30px;
}
.top-offer p {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
}
.top-offer p a{
	text-decoration: none;
}
.top-offer p span {
  color: #fff;
}

.top-offer__close {
  position: absolute;
  top: 4px;
  right: 10px;
  cursor: pointer;
}
.top-offer__close img {
  display: block;
}

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-animation: nav-anim linear 0.4s;
          animation: nav-anim linear 0.4s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes nav-anim {
  0% {
    opacity: 0;
    -webkit-transform: translate(0%, -200%);
            transform: translate(0%, -200%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

@keyframes nav-anim {
  0% {
    opacity: 0;
    -webkit-transform: translate(0%, -200%);
            transform: translate(0%, -200%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
.header-pn {
  background-color: #412d68;
}
.header-pn .def-width {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-pn a, .header-pn span {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  font-weight: 700;
}
.header-pn a:hover, .header-pn span:hover {
  text-decoration: underline;
}
.header-pn ul li {
  margin-right: 20px;
}
.header-pn ul li span {
  font-weight: 400;
  margin-right: 4px;
}
.header-pn .header-login img {
  margin-right: 5px;
}
.header-pn .header-login a {
  text-transform: uppercase;
}

.header-menu {
  background-color: #f7f7f7;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.header-menu .def-width {
  -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;
}
.header-menu ul li:nth-last-child(2) {
  margin-right: -15px;
}
.header-menu ul li a {
  color: #412d68;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  padding: 18px 15px;
}
.header-menu ul li a:hover {
  color: #27ba70;
  text-decoration: underline;
}
.header-menu ul li a.active {
  color: #27ba70;
}
/*.header-menu ul li a.active:hover {
  text-decoration: none;
  cursor: default;
}*/

.header-logo a {
  display: block;
}
.header-logo a img {
  display: block;
}

/*Modal phones */
.modal-frame {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 50;
  display: table;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
  visibility: hidden;
  z-index: 10000;
  height: 100vh;
}
.modal-frame.state-appear {
  visibility: visible;
  background-color: rgba(4, 4, 4, 0.5);
}
.modal-frame.state-appear .modal-inset {
  -webkit-animation: modalComeIn 0.25s ease;
          animation: modalComeIn 0.25s ease;
  visibility: visible;
}
.modal-frame.state-appear .modal-body {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1, 1);
      -ms-transform: translateY(0) scale(1, 1);
          transform: translateY(0) scale(1, 1);
}
.modal-frame.state-leave {
  visibility: visible;
}
.modal-frame.state-leave .modal-inset {
  -webkit-animation: modalHeadOut 0.35s ease 0.1s;
          animation: modalHeadOut 0.35s ease 0.1s;
  visibility: visible;
}
.modal-frame.state-leave .modal-body {
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transform: translateY(25px);
      -ms-transform: translateY(25px);
          transform: translateY(25px);
}

@-moz-document url-prefix() {
  .modal-frame {
    height: calc(100% - 55px);
  }
}
.modal {
  display: block;
  vertical-align: middle;
  text-align: center;
}

.modal-inset {
  position: relative;
  padding: 60px 30px;
  background-color: #fff;
  min-width: 320px;
  max-width: 400px;
  min-height: 126px;
  margin: auto;
  visibility: hidden;
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.modal-inset .close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
}

.modal-body {
  margin: auto;
  opacity: 0;
  -webkit-transform: translateY(0) scale(0.8, 0.8);
      -ms-transform: translateY(0) scale(0.8, 0.8);
          transform: translateY(0) scale(0.8, 0.8);
  -webkit-transition-property: opacity, -webkit-transform;
          transition-property: opacity, transform;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.modal-body ul li {
  line-height: 36px;
  border-bottom: 1px dashed #27ba70;
  text-align: left;
  padding-left: 26px;
}
.modal-body ul li:last-child {
  border-bottom: 0;
}
.modal-body ul li span {
  color: #412d68;
}
.modal-body ul li img {
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.modal-body ul li a {
  text-decoration: none;
  color: #412d68;
  font-weight: 700;
}

@-webkit-keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  65.5% {
    -webkit-transform: scale(1.03, 1.03);
            transform: scale(1.03, 1.03);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  65.5% {
    -webkit-transform: scale(1.03, 1.03);
            transform: scale(1.03, 1.03);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
            transform: translateY(35px) scale(0.97, 0.97);
  }
}
@keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) scale(1, 1);
            transform: translateY(0) scale(1, 1);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
            transform: translateY(35px) scale(0.97, 0.97);
  }
}
/*Modal phones END */
/*Header END */
/*Default */
body {
  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
  font-family: "Arial";
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  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;
  min-height: 100vh;
  position: relative;
  background-color: #fff;
}
body.no-overflow {
  overflow: hidden;
}
body.no-overflow-nav {
  overflow: hidden;
}

main {
	flex-grow: 1;
    padding-top: 32px;
    padding-bottom: 40px
}

h2, h3, h4, h5 {
  font-weight: 400;
}

h1, h2.like-h1 {
  font-family: "Intro";
  font-size: 30px;
  text-transform: uppercase;
  line-height: 36px;
  font-weight: 400;
}

h2 {
  font-size: 28px;
  line-height: 34px;
}

h3 {
  font-size: 24px;
  line-height: 34px;
}

h4 {
  font-size: 20px;
  line-height: 32px;
}

h5 {
  font-size: 18px;
  line-height: 28px;
}

strong {
  font-weight: 700;
}

button {
  border: 0;
  padding: 0;
  outline: 0;
  cursor: pointer;
}

a, .smth-more {
  display: inline-block;
  color: #6b5597;
  text-decoration: underline;
  -webkit-transition: 0.1s;
          transition: 0.1s;
  cursor: pointer;
}
a:hover, .smth-more:hover {
  text-decoration: none;
}
a:active, .smth-more:active {
  text-decoration: none;
}
a:focus, .smth-more:focus {
  text-decoration: none;
}

ol.def-ol {
  list-style: none;
  counter-reset: li;
  padding-left: 16px;
}
ol.def-ol li {
  position: relative;
  counter-increment: li;
  line-height: 24px;
  margin-bottom: 6px;
}
ol.def-ol li::before {
  content: counter(li) ". ";
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  width: 16px;
  margin-left: -16px;
}

ul.def-ul {
  text-align: left;
}
ul.def-ul li {
  position: relative;
  font-weight: 400;
  line-height: 22px;
  padding-left: 16px;
  margin-bottom: 10px;
  font-size: 16px;
}
ul.def-ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #6b5597;
  border-radius: 50%;
}

.def-width {
  max-width: 1140px;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.show-in-mob,
.show-in-tab {
  display: none;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.with-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.near-sidebar {
  -webkit-box-flex: 8;
  -webkit-flex: 8;
      -ms-flex: 8;
          flex: 8;
}

.sidebar {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

.title {
  margin-bottom: 22px;
}

.home-main__smth {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.more {
  text-align: center;
}

/*Buttons */
.butn {
  border: 0;
  outline: 0;
  background-image: none;
  text-decoration: none;
  display: inline-block;
  padding: 12px 25px;
  margin-bottom: 0;
  vertical-align: middle;
  line-height: 1.5;
  cursor: pointer;
  text-align: center;
  background-color: #ccc;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.2s;
          transition: 0.2s;
  white-space: nowrap;
}
.butn.butn-green {
  min-width: 190px;
  background-color: #848484;
  background-image: -webkit-linear-gradient(bottom, #25b16a 0%, #28bf74 100%);
  background-image: linear-gradient(to top, #25b16a 0%, #28bf74 100%);
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 -2px 0 #2d8029;
}
.butn.butn-green:hover {
  background-image: -webkit-linear-gradient(bottom, #22a363 0%, #25b36c 100%);
  background-image: linear-gradient(to top, #22a363 0%, #25b36c 100%);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 -1px 0 #2d8029;
}
.butn.butn-green:active {
  background-image: -webkit-linear-gradient(bottom, #25b16a 0%, #28bf74 100%);
  background-image: linear-gradient(to top, #25b16a 0%, #28bf74 100%);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 -1px 0 #2d8029;
}

/*Buttons END */
/*Select */
.select-style {
  background-color: #fff;
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 20px;
}
.select-style:after {
  content: "";
  position: absolute;
  width: 26px;
  height: 9px;
  text-align: center;
  top: 14px;
  right: 0;
  z-index: -1;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("../images/svg/arrow_faq.svg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 8px 8px;
}
.select-style:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  width: 26px;
  z-index: -1;
}
.select-style select {
  background-color: transparent;
  height: 40px;
  border: 0;
  border-radius: 4px;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding: 0 26px 0 10px;
  cursor: pointer;
  box-shadow: none;
  display: block;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #b3b3b3;
}
.select-style select:focus {
  outline: none;
  color: #111;
  border-color: #111;
}
select:-moz-focusring {
    color: #000;
    background: #fff;
}
.select-style select::-ms-expand {
    display: none;
}
/*Select END */
input[type="text"] {
  box-sizing: border-box;
  background-color: #fff;
  border: 0;
  outline: 0;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 40px;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  max-width: 180px;
  text-align: center;
}
#order-form input[type="text"]{
	max-width: unset;
	text-align: left;
	color: #555;
}
/*Default END */
/*Home page */
/*Home page */
.home {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

.home__smth {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.home__smth .def-width {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}
.home__smth .def-width:before {
  content: "";
  width: 160px;
  height: 268px;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -134px;
  background-image: url("../images/svg/img_text1.svg");
  background-repeat: no-repeat;
}
.home__smth .def-width:after {
  content: "";
  width: 174px;
  height: 280px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -140px;
  background-image: url("../images/svg/img_text2.svg");
  background-repeat: no-repeat;
}
.home__smth h1 {
  text-align: center;
  margin-bottom: 26px;
}
.home__smth p, .home__smth h2, .home__smth ul {
  max-width: 726px;
  margin: 10px auto;
}

.home__smth-text {
  margin-bottom: 6px;
  height: 335px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.home__smth-text.text-height {
  height: auto;
}

.home__lid {
  padding: 30px 0;
  background-image: url("../images/bg_lead.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
.home__lid .def-width {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.home__lid-left {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.home__lid-left h2 {
  color: #fff;
  font-family: "Intro";
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.home__lid-left p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 42px;
  max-width: 524px;
}
.home__lid-left ul li {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-right: 60px;
}
.home__lid-left ul li img {
  margin-right: 4px;
}

.home__lid-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 350px;
}

.calculator {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 24px 2px rgba(0, 0, 0, 0.3);
  padding: 20px 20px 30px;
  min-width: 350px;
}
.calculator h3 {
  text-align: center;
  font-weight: 600;
  margin-bottom: 22px;
}

.calculator__pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.calculator__pages label {
  margin-right: 8px;
}
.calculator__pages input {
  max-width: 60px;
}
.calculator__pages span {
  margin: 0 auto;
}

.calculator__butn {
  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;
}
.calculator__butn span {
  margin: 0 auto;
  font-size: 24px;
  font-weight: 700;
}

.home__hiw {
  padding: 32px 0 60px;
}
.home__hiw h2 {
  text-align: center;
  margin-bottom: 26px;
}
.home__hiw .bx-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home__hiw .bx-viewport {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 90px;
}
.home__hiw .bx-controls {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
  max-width: 614px;
}
.home__hiw .bx-controls-direction {
  display: none;
}
.home__hiw .bx-default-pager {
  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;
  margin: 18px 0 66px;
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.home__hiw .bx-default-pager:before {
  content: "";
  position: relative;
  bottom: -135px;
  margin: 0 17px;
  height: 14px;
  background-color: whitesmoke;
  border: 2px solid #ccc;
  width: 100%;
}
.home__hiw .bx-default-pager .bx-pager-item {
  width: 74px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 4;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.home__hiw .bx-default-pager .bx-pager-item:first-child {
  background-image: url("../images/svg/how1.svg");
}
.home__hiw .bx-default-pager .bx-pager-item:nth-child(2) {
  background-image: url("../images/svg/how2.svg");
}
.home__hiw .bx-default-pager .bx-pager-item:nth-child(3) {
  background-image: url("../images/svg/how3.svg");
}
.home__hiw .bx-default-pager .bx-pager-item:last-child {
  background-image: url("../images/svg/how4.svg");
}
.home__hiw .bx-default-pager a {
  padding: 6px 13px;
  background-color: #f5f5f5;
  border: 2px solid #ccc;
  border-radius: 6px;
  color: #27bc71;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  bottom: -66px;
}
.home__hiw .bx-default-pager a.active {
  border: 2px solid #27bc71;
}
.home__hiw h4 {
  font-weight: 700;
}

.home__stats {
  padding: 32px 0;
  background-color: #6b5597;
  background-image: url("../images/svg/pattern.svg");
}
.home__stats h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
}
.home__stats ul li {
  width: 25%;
  text-align: center;
}
.home__stats ul span {
  display: block;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 16px;
}
.home__stats ul p {
  font-size: 20px;
  color: #fff;
}

.home__stats-img {
  min-height: 54px;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.home__why {
  padding: 32px 0;
}
.home__why h2 {
  text-align: center;
  margin-bottom: 28px;
}
.home__why ul {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -20px;
  overflow: hidden;
}
.home__why ul li {
  padding: 0 20px;
  width: 25%;
}
.home__why h4 {
  font-weight: 700;
  margin-bottom: 14px;
  position: relative;
  padding-left: 40px;
}
.home__why h4 .why-icon {
  position: absolute;
  left: 0
}
.why-icon {
  display: block;
  width: 30px;
  height: 30px;
}
.select-icon {
  background: url(/images/svg/qual.svg) center no-repeat;
}
.confid-icon {
  background: url(/images/svg/conf.svg) center no-repeat;
}
.orig-icon {
  background: url(/images/svg/orig.svg) center no-repeat;
}
.mon-icon {
  background: url(/images/svg/mone.svg) center no-repeat;
}
.home__testim {
  padding: 32px 0;
  overflow: hidden;
  background-color: #f5f5f5;
  background-image: url("../images/svg/pattern_black.svg");
}
.home__testim h2 {
  text-align: center;
  margin-bottom: 26px;
}
.home__testim ul > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home__testim ul h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}
.home__testim ul p {
  margin-bottom: 12px;
}
.home__testim ul ul li {
  line-height: 30px;
}
.home__testim .bx-wrapper {
  margin: 0 auto 14px;
  position: relative;
}
.home__testim .bx-default-pager {
  display: none;
}
.home__testim .bx-controls-direction a {
  width: 25px;
  height: 36px;
  position: absolute;
  top: 50%;
  text-indent: -9999px;
  margin-top: -18px;
  background-image: url("../images/svg/left_arrow.svg");
  background-repeat: no-repeat;
}
.home__testim .bx-controls-direction a.bx-prev {
  left: -122px;
}
.home__testim .bx-controls-direction a.bx-prev:hover {
  left: -124px;
}
.home__testim .bx-controls-direction a.bx-prev:active {
  left: -128px;
}
.home__testim .bx-controls-direction a.bx-next {
  right: -122px;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.home__testim .bx-controls-direction a.bx-next:hover {
  right: -124px;
}
.home__testim .bx-controls-direction a.bx-next:active {
  right: -128px;
}

.home__testim-left {
  margin-right: 50px;
}

.home__testim-rate {
  font-weight: 700;
  margin-right: 6px;
}

/*Home page END */
/*Home page END */
/*Another pages */
/*About us page */
.bunner-one {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
  margin: 24px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url("../images/img_banner.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.bunner-one h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
}
.bunner-one h2 span {
  color: #2cde85;
}
.bunner-one h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.bunner-one h4 span {
  color: #2cde85;
}

.about .sidebar .sidebar__testim {
  display: none;
}

.about__img {
  margin-bottom: 8px;
}
.about__img img {
  float: right;
  margin-left: 40px;
}

/*About us page END */
/*Testimonials page */
.testim .sidebar .sidebar__testim {
  display: none;
}

.testim__items li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}
.testim__items h4 {
  font-weight: 700;
  margin-bottom: 4px;
}
.testim__items p {
  margin-bottom: 12px;
}

.testim__rate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.testim__rate strong {
  margin-right: 10px;
}

/*Pagination nav */
.pagination__nav {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 22px;
  background-color: #fff;
  margin-top: -21px;
}
.pagination__nav div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 7px;
}
.pagination__nav div a {
  color: #27bc71;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  background-color: whitesmoke;
  border: 2px solid #ccc;
  border-radius: 6px;
  margin-right: 10px;
  padding: 3px 13px;
}
.pagination__nav div a:hover {
  color: #27bc71;
  text-decoration: underline;
}
.pagination__nav div a.pagination-navigation-disabled {
  border: 3px solid #27bc71;
  cursor: not-allowed;
  position: static;
  padding: 3px 12px;
}
.pagination__nav div a.pagination-navigation-disabled:hover {
  color: #27bc71;
  text-decoration: none;
}

/*Pagination nav END */
/*Testimonials page END */
/*FAQ page */
.faq .sidebar .sidebar__testim {
  display: none;
}

.faq__accordion h4 {
  outline: 0;
  cursor: pointer;
  font-weight: 700;
  border-top: 1px solid #f2f2f2;
  line-height: 24px;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 4px;
  position: relative;
}
.faq__accordion h4:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.faq__accordion h4:hover {
  color: #6b5597;
}
.faq__accordion h4:after {
  content: "";
  width: 8px;
  height: 6px;
  display: inline-block;
  position: relative;
  top: -2px;
  right: -5px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
  background-image: url("../images/svg/arrow_faq.svg");
  background-repeat: no-repeat;
}
.faq__accordion h4.ui-state-active:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

/*FAQ page END */
/*Contacts page */
.cont .sidebar .sidebar__testim,
.cont .sidebar .sidebar__stat{
  display: none;
}

.cont__info > img {
  margin-left: 40px;
}

.cont__info-left ul {
  margin-bottom: 20px;
}
.cont__info-left a {
  color: #111;
  text-decoration: none;
}

.cont-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
}
.cont-title h4 {
  font-weight: 700;
}
.cont-title div {
  min-width: 22px;
  margin-right: 10px;
}
.cont-title div img {
  display: block;
}

/*Contacts page END */
/*Samples page */
.samples__items > li {
  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-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}
.samples__items > li img {
  margin-right: 32px;
}

.samples__text h4 {
  font-weight: 700;
  margin-bottom: 10px;
}
.samples__text h4 a {
  color: #111;
  text-decoration: none;
}
.samples__text h4 a:hover {
  color: #6b5597;
}
.samples__text ul {
  margin-right: 28px;
}
.samples__text ul li {
  line-height: 30px;
}

/*Samples page END */
.text__left p {
  margin: 6px 0 12px;
}

.not-found {
  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;
  text-align: center;
}
.not-found h1 {
  margin-bottom: 48px;
}
.not-found img {
  margin-bottom: 46px;
}

.order .sidebar {
  padding-top: 50px;
}
.order .sidebar .calculator {
  display: none;
}

/*Another pages END */
/*Sidebar */
.sidebar {
  max-width: 350px;
  margin-left: 30px;
}
.sidebar .calculator {
  margin-bottom: 46px;
}

.sidebar__stat {
  margin-bottom: 36px;
  padding-left: 26px;
}
.sidebar__stat ul li {
  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;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 14px;
}
.sidebar__stat ul li svg {
  margin-right: 14px;
}

.sidebar__badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-bottom: 40px;
}

.sidebar__testim {
  padding: 26px 20px;
  background-color: whitesmoke;
  background-image: url("../images/svg/pattern_black.svg");
}
.sidebar__testim h4 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 14px;
}
.sidebar__testim > strong {
  display: block;
  margin-bottom: 6px;
}
.sidebar__testim p {
  margin-bottom: 12px;
}
.sidebar__testim .testim__rate {
  margin-bottom: 16px;
}

/*Sidebar END */
/*Footer */
.cta {
  padding: 48px 0;
  background-color: #6b5597;
  background-image: url("../images/svg/pattern.svg");
}
.cta .def-width {
  -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;
}
.cta h2 {
  color: #fff;
  font-family: "Intro";
  font-size: 40px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.cta p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

footer.footer-order .cta,
footer.footer-order .footer-links__right {
  display: none;
}
footer.footer-order .footer-links__content {
  margin-bottom: 6px;
}
footer.footer-order .footer-links__left ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
}
footer.footer-order .footer-links__left ul li {
  margin-right: 20px;
}
footer.footer-order.fixed-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@-webkit-keyframes foot-anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes foot-anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.footer-links {
  background-color: #242424;
  padding: 14px 0;
}
.footer-links a {
  font-size: 12px;
}

.footer-links__content {
  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;
  margin-bottom: 26px;
}

.footer-links__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-links__left ul {
  margin-right: 20px;
}
.footer-links__left a {
  color: #eee;
}

.footer-links__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-links__right a {
  color: #989898;
}
.footer-links__right ul {
  margin-right: 84px;
}

.copyright {
  color: #eee;
  font-size: 12px;
}

/*Footer END */
/*Media */

@media (max-width: 998px) {
  .sidebar {
    display: none;
  }
}

@media (max-width: 1024px) {
  .def-width {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-pn ul li span span {
    display: none;
  }
  .faq h4 {
    	padding-right: 10px;
    }
  .top-offer__close {
    right: 20px;
  }

  .home__lid-left {
    margin-right: 20px;
  }
  .home__lid-left h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .home__lid-left ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__lid-left ul li {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .home__lid-left p {
    margin-bottom: 22px;
  }

  .home__hiw .bx-viewport {
    margin-right: 30px;
    min-width: 346px;
  }

  .home__why ul li {
    width: 50%;
    margin-bottom: 20px;
  }

  .home__testim .bx-controls-direction a.bx-next {
    right: -54px;
  }
  .home__testim .bx-controls-direction a.bx-prev {
    left: -54px;
  }

  .home__testim-left {
    margin-right: 20px;
  }

  .home__smth .def-width:before, .home__smth .def-width:after {
    display: none;
  }

  .home__stats ul p {
    max-width: 126px;
    margin: 0 auto;
    font-weight: 700;
  }

  .cta h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-right: 30px;
  }
  .cta p {
    display: none;
  }

  .footer-links__content {
    margin-bottom: 8px;
  }

  .footer-links__right ul {
    margin-right: 20px;
  }
  .footer-links__right ul:last-child {
    margin-right: 0;
  }
}
@media (max-width: 760px) {
  .def-width {
    padding-left: 10px;
    padding-right: 10px;
  }

  .show-in-mob {
    display: block;
  }

  .header-menu {
    z-index: 999;
    position: relative;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .header-pn,
  .footer-links__left,
  .footer-links__right {
    display: none;
  }

  .home__lid {
    padding: 22px 0 0;
    background-size: inherit;
  }
  .home__lid .def-width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .home__lid-left {
    margin-right: 0;
    margin-bottom: 28px;
  }
  .home__lid-left h2 {
    margin-bottom: 0;
    text-align: center;
  }
  .home__lid-left p, .home__lid-left ul {
    display: none;
  }

  .header-menu .def-width {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-offer p {
    text-align: left;
  }

  .top-offer__close {
    right: 10px;
  }

  /*Nav toggler */
  .nav-toggler {
    position: relative;
    cursor: pointer;
    width: 24px;
    height: 24px;
    overflow: hidden;
    z-index: 999;
    top: 3px;
  }
  .nav-toggler:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    height: 3px;
    width: 24px;
    background-color: #412d68;
    -webkit-transition: -webkit-transform 0.2s;
            transition: transform 0.2s;
  }
  .nav-toggler:after {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    height: 3px;
    width: 24px;
    background-color: #412d68;
    -webkit-transition: -webkit-transform 0.2s;
            transition: transform 0.2s;
  }
  .nav-toggler.nav-toggler--open .nav-lines {
    -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  .nav-toggler.nav-toggler--open:before {
    width: 23px;
    -webkit-transform: rotate(45deg) translate(8px, 7px);
        -ms-transform: rotate(45deg) translate(8px, 7px);
            transform: rotate(45deg) translate(8px, 7px);
  }
  .nav-toggler.nav-toggler--open:after {
    width: 23px;
    -webkit-transform: rotate(-45deg) translate(4px, -3px);
        -ms-transform: rotate(-45deg) translate(4px, -3px);
            transform: rotate(-45deg) translate(4px, -3px);
  }

  .nav-lines {
    display: block;
    position: relative;
    top: 8px;
    width: 24px;
    height: 3px;
    background-color: #412d68;
    -webkit-transition: -webkit-transform 0.2s;
            transition: transform 0.2s;
  }

  /*Main nav */
  .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%);
    -webkit-transition: 0.3s ease;
            transition: 0.3s ease;
    background-color: #fff;
  }
  .main-nav > ul {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 58px;
    margin-left: 10px;
    padding-bottom: 30px;
  }
  .main-nav > ul > li > a {
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
    padding: 6px 0;
  }
  .main-nav > ul > li > a.active {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .main-nav > ul > li.sign a {
    text-transform: uppercase;
    font-size: 15px;
  }
  .main-nav > ul > li.sign a img {
    margin-right: 4px;
  }
  .main-nav.main-nav--open {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }

  .phone-toggler img {
    display: block;
  }

  .calculator {
    min-width: 300px;
  }

  .calculator__butn span {
    margin: 0;
  }

  .home__hiw {
    padding: 32px 0 42px;
  }
  .home__hiw .bx-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home__hiw .bx-viewport {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    min-width: 200px;
  }
  .home__hiw .bx-controls {
    max-width: 100%;
  }
  .home__hiw .bx-default-pager {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 78px;
  }
  .home__hiw .bx-default-pager:before {
    bottom: -102px;
  }
  .home__hiw .bx-default-pager .bx-pager-item {
    width: 58px;
    height: 63px;
  }
  .home__hiw .bx-default-pager .bx-pager-item:first-child {
    background-size: 48px 63px;
  }
  .home__hiw .bx-default-pager .bx-pager-item:nth-child(2) {
    background-size: 58px 58px;
  }
  .home__hiw .bx-default-pager .bx-pager-item:nth-child(3) {
    background-size: 48px 63px;
  }
  .home__hiw .bx-default-pager .bx-pager-item:last-child {
    background-size: 46px 62px;
  }
  .home__hiw .bx-default-pager a {
    bottom: -50px;
  }

  .home__why ul {
    margin: 0;
  }
  .home__why ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 8px;
  }
  .home__why h4 {
    /*border-bottom: 1px dotted #111;*/
    display: inline-block;
    line-height: 30px;
  }
  .home__why h4 img {
    background-color: #fff;
    height: 24px;
    padding-right: 10px;
  }

  .home__stats h2 {
    margin-bottom: 16px;
  }
  .home__stats ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 350px;
    margin: 0 auto;
    padding-left: 20px;
  }
  .home__stats ul li {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }
  .home__stats ul li:last-child {
    margin-bottom: 0;
  }
  .home__stats ul p {
    max-width: 100%;
    margin: 0;
    font-size: 20px;
    display: inline;
  }
  .home__stats ul span {
    margin: 0 5px 0 0;
    font-size: 20px;
    display: inline;
  }

  .home__stats-img {
    margin: 0;
    min-height: 29px;
    display: inline-block;
  }
  .home__stats-img img {
    width: 27px;
    position: relative;
    top: 4px;
    margin-right: 6px;
  }

  .home__testim ul p {
    margin-bottom: 8px;
  }

  .home__testim-slider li:not(:first-child) {
    display: none;
  }

  .home__testim-left {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .home__testim-right {
    display: none;
  }

  .home__smth-text {
    height: 146px;
  }

  .cta {
    padding: 30px 0;
  }
  .cta .def-width {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cta h2 {
    margin-right: 0;
    margin-bottom: 24px;
    text-align: center;
  }

  .footer-mob {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .footer-mob .select-style {
    margin-bottom: 0;
  }
  .footer-mob .select-style select {
    color: #111;
  }

  .bunner-one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .bunner-one__text {
    text-align: center;
  }
  .bunner-one__text h4 {
    margin-bottom: 14px;
  }

  .about__img img {
    float: none;
    display: block;
    margin: 0 auto 14px;
  }

  .cont__info > img {
    display: none;
  }

  .samples__items > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .samples__items > li img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/*Media END */

/*# sourceMappingURL=main.css.map */

.header-pn ul li span:hover{
  text-decoration: none;
}
#main-customer-form input{
    max-width: unset;
    text-align: left;
}

#login-form input,
#order-form .steps-wrapper .form-control {
  max-width: inherit !important;
}

.modal .modal-file-upload .modal-content .modal-body .wrap-select-file {
  line-height: initial !important;
}

main.order {
  padding-bottom: 120px;
}

body #main-customer-form .wrap-customer-form form .input-wrap button.submit-btn,
#order-form .steps-wrapper .custom-button, #order-form .steps-wrapper .custom-button-second-step, #order-form .steps-wrapper .custom-button-third-step,.modal .modal-file-upload .modal-content .modal-footer .green-btn.cancel-btn_hidden,#order-form .steps-wrapper .promo-code .promo-code-value button {
  background: #27ba70 !important;
  border: none !important;
  background-image: none !important;
}

body #main-customer-form .wrap-customer-form form .input-wrap button.submit-btn:hover,
#order-form .steps-wrapper .custom-button:hover, #order-form .steps-wrapper .custom-button-second-step:hover, #order-form .steps-wrapper .custom-button-third-step:hover, .modal .modal-file-upload .modal-content .modal-footer .green-btn.cancel-btn_hidden:hover,#order-form .steps-wrapper .promo-code .promo-code-value button:hover {
  background: #0aaf5c !important;
  background-image: none !important;
}
.modal .modal-file-upload .modal-content .modal-header{
    background-color: #412d68;
}
#main-nav li {
  line-height: 24px;
}

@media (min-width: 767px) and (max-width: 998px) {
  .footer-links__content {
    flex-direction: column;
  }
  .footer-links__left,
  .footer-links__right {
    justify-content: center;
  }
  .footer-links__right ul,
  .footer-links__left ul {
    display: flex;
    flex-direction: row;
    margin-right: 0;
  }
  .footer-links__right ul li,
  .footer-links__left ul li {
    margin-right: 10px;
  }
  .copyright {
    text-align: center;
  }
}

#order-form .steps-wrapper .preferred-wrapper input {
  height: auto;
}
ol.custom-list{
  list-style: decimal;
  padding-left: 20px;
}
select:focus::-ms-value {
    color: black;
    background: #fff;
}
.footer-links__left a:focus{
    text-decoration: underline;
}