/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

@font-face {
  font-family: "Roboto";
  src:  url("../fonts/Roboto-Bold.ttf") format("truetype"),
        url("../fonts/Roboto-Bold.woff") format("woff"),
        url("../fonts/Roboto-Bold.woff2") format("woff2");

  font-style: normal;
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src:  url("../fonts/Roboto-Medium.ttf") format("truetype"),
        url("../fonts/Roboto-Medium.woff") format("woff"),
        url("../fonts/Roboto-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src:  url("../fonts/Roboto-Regular.ttf") format("truetype"),
        url("../fonts/Roboto-Regular.woff") format("woff"),
        url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Nanotech";
  src:  url("../fonts/NanotechLLC-Bold.woff") format("woff"),
        url("../fonts/NanotechLLC-Bold.woff2") format("woff2");

  font-style: normal;
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Nanotech";
  src:  url("../fonts/NanotechLLC.woff") format("woff"),
        url("../fonts/NanotechLLC.woff2") format("woff2");

  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

h1, h2, h3, h4, h5, h6, p, ul, button {
  margin: 0;
  padding: 0;
}

button, input {
  font-family: "Roboto", sans-serif;
}

button {
  cursor: pointer;
}

input {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body {
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: calc(24/14);
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #181930;
}

::selection {
  color: #fff;
  background-color: #506EFA;
}

.container {
  max-width: 1170px;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 992px;
  }
}

@media only screen and (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid {
  display: grid;
}

.btn {
  text-decoration: none;
  border: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .25s;
  transition: .25s;
  border-radius: 10px;
}

.btn--app {
  background-color: #fff;
  border: 2px solid #E4E4E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  line-height: 1;
  height: 30px;
}

.btn--app img {
  margin-right: 13px;
  position: relative;
  top: -2px;
}

.btn--app:hover {
  border-color: #506EFA;
}

.btn--accent {
  background-color: #506EFA;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  width: 100%;
}

.btn--accent:hover {
  background-color: #5a76fa;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

main {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
  padding-top: 48px;
}

main header.header-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  /*padding: 12px;*/
}

main header.header-main.fixed {
  -webkit-box-shadow: 0px 4px 53px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 53px rgba(0, 0, 0, 0.1);
}

main header.header-main .grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  grid-template-columns: auto 1fr auto;
}

@media only screen and (max-width: 992px) {
  main header.header-main .grid {
    grid-template-columns: 1fr auto 1fr;
  }
}

main header.header-main .grid .menu-wrap {
  pointer-events: auto;
  position: relative;
  display: none;
}

@media only screen and (max-width: 992px) {
  main header.header-main .grid .menu-wrap {
    display: block;
  }
}

main header.header-main .grid .menu-wrap button.menu {
  display: block;
  border: none;
  width: 16px;
  height: 14px;
  position: relative;
  background-color: transparent;
  left: 12px;
  -webkit-transition: all 0.75s ease-out 0s;
  transition: all 0.75s ease-out 0s;
}
main header.header-main .grid .menu-wrap button.active {
  transform: translateX(14px);
}
main header.header-main .grid .menu-wrap button.inside{
  transform: translateX(28px);
  margin: 13px 0px 0px;
}
main header.header-main .grid .menu-wrap button.menu::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 2px solid #E4E4E4;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}

main header.header-main .grid .menu-wrap button.menu.active span {
  opacity: 1;
}

main header.header-main .grid .menu-wrap button.menu.active span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
  opacity: 0;
}

main header.header-main .grid .menu-wrap button.menu.active span:nth-child(2) {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}

main header.header-main .grid .menu-wrap button.menu.active span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

main header.header-main .grid .menu-wrap button.menu span {
  display: block;
  position: absolute;
  height: 3px;
  border-radius: 50px;
  background-color: #181930;
  left: 0;
  right: 0;
  -webkit-transition: all 0.75s ease-out 0s;
  transition: all 0.75s ease-out 0s;
  opacity: 0.3;
}

main header.header-main .grid .menu-wrap button.menu span:nth-child(1) {
  top: 0;
  opacity: 1;
}

main header.header-main .grid .menu-wrap button.menu span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

main header.header-main .grid .menu-wrap button.menu span:nth-child(3) {
  bottom: 0;
}

main header.header-main .grid .logo-wrap {
  font-size: 0;
}

main header.header-main .grid nav {
  padding-left: 34px;
}



main header.header-main .grid nav ul {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-gap: 38px 34px;
}

@media only screen and (max-width: 992px) {
  main header.header-main .grid nav ul {
    grid-auto-flow: row;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}

main header.header-main .grid nav ul li {
  list-style-type: none;
}

main header.header-main .grid nav ul li a {

  text-decoration: none;
  color: inherit;
  position: relative;
  -webkit-transition: .25s;
  transition: .25s;
  margin: 0.375rem 0px;
  position: relative;
  color: rgba(24,25,48,1);
  z-index: 99;
  padding: 1.0625rem 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 148%;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

main header.header-main .grid nav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  border-radius: 50px;
  background-color: #4BE8C5;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

main header.header-main .grid nav ul li a.active {
  font-weight: bold;
}
main header.header-main .grid nav ul li a:focus, main header.header-main .grid nav ul li a:hover, main header.header-main .grid nav ul li a:active{
  font-weight: bold;
}

main header.header-main .grid nav ul li a.active::after {
  width: 100%;
}

main header.header-main .grid nav ul li a:hover::after {
  width: 100%;
}

main header.header-main .grid .btns-wrap {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  grid-gap: 10px;
}
main header.header-main .grid .btns-wrap .header-phone{
  display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    padding: 5px 10px;
    outline: none;
    background: #fafbfc;
    width: auto;
    max-width: 140px;
    height: 30px;
    border-radius: 10px;
    font-size: 0.875rem;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: rgb(24, 25, 48);
    white-space: nowrap;
    border: 0.125rem solid #fafbfc;
    transition: border-color 0.3s ease-in-out 0s;
}
main header.header-main .grid .btns-wrap .header-phone img{
  margin-right: 10px;

}
main header.header-main .grid .btns-wrap .header-phone:hover, main header.header-main .grid .btns-wrap .header-phone:focus{
  border: 0.125rem solid #506efa;
  -webkit-transition: border-color 0.3s ease-in-out 0s;
  -o-transition: border-color 0.3s ease-in-out 0s;
  transition: border-color 0.3s ease-in-out 0s;

}
@media only screen and (max-width: 992px) {
  main header.header-main .grid .btns-wrap .btn {
    display: none;
  }
}

main header.header-main .grid .btns-wrap .lang-select {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

main header.header-main .grid .btns-wrap .lang-select:not(.active) button {
  color: inherit;
}

main header.header-main .grid .btns-wrap .lang-select:not(.active) ul {
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
  opacity: 0;
  pointer-events: none;
}

main header.header-main .grid .btns-wrap .lang-select button {
  border: none;
  background-color: transparent;
  height: 30px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-color: #fff;
  border: 2px solid #E4E4E4;
  border-radius: 10px;
  padding-left: 7px;
  padding-right: 28px;
  background-image: url("../img/ic-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 6px) 50%;
}

main header.header-main .grid .btns-wrap .lang-select button:hover {
  border-color: #506EFA;
}

main header.header-main .grid .btns-wrap .lang-select ul {
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 53px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 53px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  z-index: 2;
}

main header.header-main .grid .btns-wrap .lang-select ul li {
  display: block;
  text-align: center;
}

main header.header-main .grid .btns-wrap .lang-select ul a {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 2px 10px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

main header.header-main .grid .btns-wrap .lang-select ul a:hover {
  background-color: #506EFA;
  color: #fff;
}

main footer.footer-main {
  border-top: 1px solid #E4E4E4;
  padding: 15px 0;
}

main footer.footer-main .grid {
  grid-auto-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main footer.footer-main .grid .copy {
  color: #818c99;
}

main footer.footer-main .grid .social-wrap {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-auto-flow: column;
  grid-gap: 14px;
  font-size: 0;
}

main footer.footer-main .grid .social-wrap a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

main footer.footer-main .grid .social-wrap a:hover {
  -webkit-transform: translate(0, -2px);
          transform: translate(0, -2px);
  opacity: 0.8;
}

.app-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background-color: #eee;
  z-index: 100;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: auto auto 1fr auto;
  grid-gap: 5px;
  line-height: 1.25;
  padding: 0 10px;
  display: none;
}

.app-wrapper button.close {
  font-size: 0;
  border: none;
  background-color: transparent;
}

.app-wrapper .text-wrap {
  color: #666;
}

.app-wrapper .text-wrap .title {
  font-size: 13px;
  margin-bottom: 2px;
  font-weight: 500;
  color: #000;
}

.app-wrapper .text-wrap .author {
  font-size: 11px;
  margin-bottom: 2px;
}

.app-wrapper .text-wrap .rating {
  display: grid;
  grid-auto-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  grid-gap: 2px;
}

.app-wrapper .text-wrap p {
  font-size: 12px;
  margin-top: 3px;
}

.app-wrapper .link-wrap a {
  color: #506EFA;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
}

body.phone-device.open main {
  padding-top: 128px;
}

body.phone-device.open.single-product main header.header-main {
  top: 80px;
}

body.phone-device.open.ios .app-wrapper.ios {
  display: grid;
}

body.phone-device.open.android .app-wrapper.android {
  display: grid;
}

.remodal--form {
  max-width: 465px;
  border-radius: 10px;
  padding: 20px 48px;
  text-align: left;
}

@media only screen and (max-width: 480px) {
  .remodal--form {
    padding: 20px 15px;
  }
}

.remodal--form .title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .remodal--form .title {
    font-size: 20px;
  }
}

.remodal--form .info {
  border-radius: 10px;
  background-color: #eaf0ff;
  color: #506EFA;
  font-weight: 500;
  padding: 20px 50px 20px 20px;
  font-size: 15px;
  line-height: calc(21/15);
}

@media only screen and (max-width: 767px) {
  .remodal--form .info {
    margin-top: 10px;
    font-size: 13px;
    padding: 20px;
  }
}

.remodal--form form {
  margin-top: 15px;
}

.remodal--form form .input-wrap {
  position: relative;
  display: block;
  margin-top: 14px;
}

.remodal--form form .input-wrap input {
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 10px;
  border: 1px solid #E4E4E4;
  padding: 0 20px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.remodal--form form .input-wrap input:focus {
  border-color: #181930;
}

.remodal--form form .input-wrap input.active-placeholder + .placeholder {
  top: -9px;
  background-color: #fff;
  color: #181930;
  font-size: 13px;
  font-weight: 500;
}

.remodal--form form .input-wrap .placeholder {
  position: absolute;
  top: 13px;
  left: 13px;
  padding: 0 7px;
  color: #818c99;
  pointer-events: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.remodal--form form .btn-wrap {
  margin-top: 30px;
  text-align: center;
}

@media only screen and (min-width: 481px) {
  .remodal--form form .btn-wrap .btn {
    max-width: 224px;
  }
}

.product-page {
  padding-top: 85px;
  padding-bottom: 180px;
}

@media only screen and (max-width: 992px) {
  .product-page {
    padding-top: 50px;
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .product-page {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}

.product-page .grid {
  padding-left: 188px;
  padding-right: 100px;
  grid-template-columns: 1fr 467px;
  grid-gap: 55px;
}

@media only screen and (max-width: 1200px) {
  .product-page .grid {
    padding-left: 100px;
    padding-right: 0;
  }
}

@media only screen and (max-width: 992px) {
  .product-page .grid {
    padding-left: 0;
    grid-template-columns: 1fr 380px;
    grid-gap: 20px;
  }

}

@media only screen and (max-width: 767px) {
  .product-page .grid {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .product-page .grid .image-wrap {
    overflow: hidden;
    text-align: center;
    padding-left: 15%;
  }
}

.product-page .grid .image-wrap img {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  left: 0;
  max-width: 100%;
}

@media only screen and (max-width: 576px) {
  .product-page .grid .image-wrap img {
    max-width: 212px;
  }
}

.product-page .grid .info-wrap h1 {
  font-weight: bold;
  font-size: 35px;
  line-height: 1.25;
}

@media only screen and (max-width: 767px) {
  .product-page .grid .info-wrap h1 {
    font-size: 25px;
  }
}

.product-page .grid .info-wrap .price {
  font-size: 30px;
  font-weight: bold;
  color: #506EFA;
}

@media only screen and (max-width: 767px) {
  .product-page .grid .info-wrap .price {
    font-size: 20px;
  }
}

.product-page .grid .info-wrap .desctiprion {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .product-page .grid .info-wrap .desctiprion {
    margin-top: 5px;
  }
}

.product-page .grid .info-wrap .optional-wrap {
  margin-top: 22px;
}

.product-page .grid .info-wrap .optional-wrap p {
  color: #9a9a9a;
  margin-bottom: 12px;
}

.product-page .grid .info-wrap .optional-wrap label {
  display: block;
  position: relative;
  padding: 7px 25px 10px 55px;
  cursor: pointer;
  margin-bottom: 10px;
  -webkit-tap-highlight-color: transparent;
}

.product-page .grid .info-wrap .optional-wrap label:hover .checkbox {
  border-color: #506EFA;
}

.product-page .grid .info-wrap .optional-wrap label input {
  position: absolute;
  top: 15px;
  left: 15px;
  opacity: 0;
}

.product-page .grid .info-wrap .optional-wrap label input:checked + .checkbox {
  border-color: #506EFA;
}

.product-page .grid .info-wrap .optional-wrap label input:checked + .checkbox::before {
  background-color: #506EFA;
  border-color: #506EFA;
}

.product-page .grid .info-wrap .optional-wrap label .checkbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.product-page .grid .info-wrap .optional-wrap label .checkbox::before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  top: 13px;
  left: 15px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-image: url("../img/ic-check.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.product-page .grid .info-wrap .optional-wrap label .label-title {
  font-weight: bold;
  font-size: 16px;
}

.product-page .grid .info-wrap .optional-wrap label .label-price {
  font-weight: 500;
  color: #506EFA;
}

.product-page .grid .info-wrap .optional-wrap label .label-desc {
  line-height: calc(21/14);
}

.product-page .grid .info-wrap .total-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
  padding-top: 3px;
}

.product-page .grid .info-wrap .total-wrap p {
  font-weight: bold;
}

.product-page .grid .info-wrap .total-wrap .total-price {
  color: #506EFA;
  font-weight: 500;
}

.product-page .grid .info-wrap .btn-wrap {
  margin-top: 30px;
}

.loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #1087eb;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 0.5s linear infinite; /* Safari */
  animation: spin 0.5s linear infinite;
  text-align: center;
  position: relative;
  left: calc(50% - 20px);
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.eror_validate{
	display:none;
}

[novalidate=novalidate] .eror_validate{
    display:block;
	color:red;
}

.eror_validate {
  border-radius: 10px;
  background-color: #ff041c;
  color: #fff !important;
  font-weight: 500;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: calc(21/15);
}

.custom_form .error {
  color: #ff041c;
  font-weight: 500;
  font-size: 13px;
  padding-left: 20px;
}

.blog .site-main,
.single-post .site-main,
.page .site-main {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog h1 {
  max-width: 852px;
  width: 100%;
  margin: 0 auto;
}

article.type-post,
article.type-page {
  max-width: 852px;
  width: 100%;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  overflow: hidden;
  margin-bottom: 30px;
}

article.type-post .attachment-post-thumbnail {
  width: 100%;
  height: auto;
}

article.type-post .entry-title a {
  font-weight: bold;
  font-size: 25px;
  line-height: 1.25;
  color: #000;
  text-decoration: none;
}

article.type-post .entry-meta .posted-on {
  font-weight: bold;
}

article.type-post .entry-meta .entry-date {
  color: #506EFA;
}

article.type-post .entry-content,
article.type-page .entry-content {
  padding: 20px;
}

article.type-page .entry-title {
  padding: 0 20px;
}

body.phone-device.open main {
  padding-top: 30px;
}

body.phone-device h1 {
  margin: 40px 0 0;
  padding: 0 20px;
  font-size: 35px;
}

.more-link {
  color: #506EFA;
  font-weight: bold;
  text-decoration: underline dashed #506EFA;
}

@media only screen and (max-width: 767px) {
  .single-post .site-main {
    margin-top: 50px;
    align-items: start;
  }
}
@media only screen and (max-width: 992px) {
  main header.header-main .grid nav ul li a {

    text-decoration: none;
    color: inherit;
    position: relative;
    -webkit-transition: .25s;
    transition: .25s;
    margin: 0.375rem 0px;
    position: relative;
    color: rgba(24,25,48,1);
    z-index: 99;
    padding: 0;
    font-size: 25px;
    line-height: 100%;
    font-family: Roboto, sans-serif;
    font-weight: 400;
  }
  main header.header-main .grid nav ul li a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    height: 4px;
    border-radius: 50px;
    background-color: #4BE8C5;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    bottom: -7px;
  }
  .menu-img{
    position: fixed;
    overflow: hidden;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-img-circle{
    opacity: 0;
    transition: all 0.5s ease-out 0s;
    background-color: transparent;
    width: 270px;
    height: 530px;
    position: relative;
    right: 0;
    object-fit: cover;
    overflow: hidden;
    transform: translateX(100%);
}
nav.active .menu{
  z-index: 1;
}
nav.active .menu-img-circle{
  opacity: 1;
  transform: translateX(0);

  }
  .menu-container {
    display: flex;
    align-items: center;
    margin: 40px 0 0 30px;
    padding-top: 50px;
  }
  .menu-img-circle-inside{
    width: 420px;
    height: 420px;
    padding: 75px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2;
    transition: all 0.75s ease-out 0s;
    transform: translateY(-50%) translateX(100%) rotate(120deg);
    visibility: hidden;
    background: radial-gradient(circle at 50% 50%, rgba(75, 232, 197, 0.6) 0%, rgba(255, 255, 255, 1) 66%);
    background:-moz-radial-gradient(circle at 50% 50%, rgba(75, 232, 197, 0.6) 0%, rgba(255, 255, 255, 1) 66%);
    background:-webkit-radial-gradient(circle at 50% 50%, rgba(75, 232, 197, 0.6) 0%, rgba(255, 255, 255, 1) 66%);
    background:-o-radial-gradient(circle at 50% 50%, rgba(75, 232, 197, 0.6) 0%, rgba(255, 255, 255, 1) 66%);
    background:-ms-radial-gradient(circle at 50% 50%, rgba(75, 232, 197, 0.6) 0%, rgba(255, 255, 255, 1) 66%);
  }
  nav.active .menu-img-circle-inside{

    transform: translateY(-50%) translateX(49%) rotate(0deg);
    visibility: visible;
  }
  .menu-img-circle img{
    max-width: 100%;
    width: 270px;
    height: 270px;

  }

  main header.header-main .grid nav {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    -webkit-transition: all 0.75s ease-out 0s;
    transition: all 0.75s ease-out 0s;
    -webkit-transform: translate(-120%, 0);
            transform: translate(-120%, 0);
  }
  main header.header-main .grid nav.active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-box-shadow: 0px 4px 53px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 53px rgba(0, 0, 0, 0.1);
  }
}
#bitnami-banner {
  display: none;
}
@media only screen and (min-width: 992px) {
.steps__bottom{max-height:363px}
}

.steps__bottom-form-ckeckbox input:focus+label,.steps__bottom-form-ckeckbox label:focus{background:none;box-shadow:none}
.steps__bottom-form-ckeckbox input+label+div,.cards__card-item input+label+div{
  display:inline-block;
}
.cards__card-item input+label+div{
	position: relative;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;    
    margin-left: 33px;
	/*cursor: pointer;*/
}
/*.steps__bottom-form-ckeckbox input+div::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 3px;
  background-color: #181930;
}
.steps__bottom-form-ckeckbox input+div::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  display: block;
}
.steps__bottom-form-ckeckbox input+div a {
  color: #181930;
  text-decoration: underline;
}*/

.steps__bottom-form-ckeckbox label+div a,.cards__card-item label+div a{
    color: #181930;
    text-decoration: underline;
}

@media screen and (max-width: 540px){
	.steps__bottom-form-ckeckbox label,.cards__card-item label{display:inline}
	.steps__bottom-form-ckeckbox label+div,.cards__card-item label+div{
		display:block;
		padding-left:25px;
	}
	.cards__card-item label+div{padding-left:0}
}

#p-mobile+#p-mobile-error{display:none !important}

@media (min-width: 900px){
	body .steps__bottom-form-success{margin-bottom:8px}
}
body .main__left .label p::before{padding-right:5px}
body .main__left .label p::after{right:-65px}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

@media screen and (max-width: 470px) {
  #steps__message {
    bottom: -50px !important;
  }
}

.inputs__list-item .item-icon {
  margin: 0 7px !important;
  margin-bottom: 8px !important;
}


@media screen and (max-width: 720px) {
  .range-bar-bullet {
    cursor: none !important;
  }
}
