@charset "UTF-8";
/* --------------------------------------------------------------------------- */
/* Media Queries */
/* --------------------------------------------------------------------------- */
/* xs 360px */
/* sm 576px */
/* md 768px */
/* lg 992px */
/* xl 1280px */
/* hd 1440px */
/* retina 1920px */
html, body, div, span, applet, main, 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-family: "Open Sans", sans-serif;
  font-size: 100%;
}

html {
  min-width: 576px;
  overflow-x: hidden;
}

body {
  min-width: 576px;
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #474a51;
  background-color: #ffffff;
  margin: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0px;
  padding: 0px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body.overflow {
  height: 100%;
  position: relative;
  overflow: hidden !important;
  -webkit-overflow-scrolling: auto;
}

main {
  margin-bottom: auto;
}

article,
aside,
details,
main,
figcaption, figure,
footer, header,
hgroup,
menu, nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  height: auto;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input,
textarea {
  color: #333;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

input[type=button],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
}

input[type=search] {
  -webkit-appearance: none;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
}

td,
form {
  margin: 0px;
  padding: 0px;
}

a {
  color: #0EA4E3;
  text-decoration: none;
  outline: none;
}

ul {
  list-style: none;
}

* {
  box-sizing: border-box;
}

span, a {
  display: inline-block;
}

img {
  display: block;
}

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

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

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.hidden {
  display: none;
}

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}

#app {
  padding-top: 78px;
}
@media screen and (min-width: 768px) {
  #app {
    padding-top: 86px;
  }
}

@media screen and (min-width: 768px) {
  .show-only-small {
    display: none !important;
  }
}

.hide-on-tablets-phones {
  display: none;
}
@media screen and (min-width: 1200px) {
  .hide-on-tablets-phones {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .hide-only-phones {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .show-on-tablets-phones {
    display: none !important;
  }
}

.wrapper {
  width: 100%;
  max-width: 576px;
  display: block;
  padding: 0 20px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .wrapper {
    max-width: 768px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .wrapper {
    max-width: 1200px;
    padding: 0 15px;
  }
}

.section {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.page-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .page-header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.page-caption {
  padding-bottom: 10px;
  position: relative;
}
.page-caption:after {
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #bfbfbf;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

.page-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #474a51;
  padding-left: 30px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-title {
    font-size: 28px;
    line-height: 38px;
    padding-left: 65px;
  }
}

.page-content {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-content {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .page-content {
    padding-bottom: 40px;
  }
}

.button {
  width: 100%;
  height: 50px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #DAF4FF;
  background: #0ea4e3;
  box-shadow: 4px 8px 18px 4px rgba(10, 87, 119, 0.15);
  border-radius: 10px;
  outline: none;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .button {
    width: auto;
    min-width: 255px;
  }
}
@media screen and (min-width: 1200px) {
  .button:hover {
    color: #0ea4e3;
    background: #ffffff;
  }
}
.button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.tooltip {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  color: white;
  background-color: #0ea4e3;
  border: 1px solid #0ea4e3;
  border-radius: 100%;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
@media screen and (min-width: 768px) {
  .tooltip {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
}
.tooltip:hover {
  color: #0EA4E3;
  background-color: #ffffff;
}

.total-text h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #474A51;
  margin-bottom: 10px;
}
.total-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #474A51;
}
@media screen and (min-width: 768px) {
  .total-text p {
    font-size: 18px;
    line-height: 27px;
  }
}
.total-text a {
  font-weight: 600;
  color: #0EA4E3;
  text-decoration: none;
}

.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  box-shadow: 4px 8px 18px 4px rgba(10, 87, 119, 0.15);
  z-index: 1500;
}

.header-inner {
  width: 100%;
  height: 78px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .header-inner {
    height: 86px;
    padding-left: 0;
    padding-right: 0;
  }
}

.header-logo {
  width: 123px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header-logo {
    width: 163px;
    height: 100%;
    border-right: 1px solid #d8d8d8;
  }
}
@media screen and (min-width: 1200px) {
  .header-logo {
    width: 305px;
  }
}
.header-logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .header-logo img {
    width: 123px;
  }
}
@media screen and (min-width: 1200px) {
  .header-logo img {
    width: 175px;
  }
}

.header-dropdown {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header-dropdown {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 55px;
  }
}

.info-dropdown:hover .info-list__holder, .info-dropdown:active .info-list__holder {
  max-height: 1000px;
}
.info-dropdown:hover .title, .info-dropdown:active .title {
  color: #0EA4E3;
}
.info-dropdown:hover .title:before, .info-dropdown:active .title:before {
  border-top: 2px solid #0EA4E3;
  border-right: 2px solid #0EA4E3;
}
.info-dropdown:hover .title:before,
.info-dropdown:hover .title:before, .info-dropdown:active .title:before,
.info-dropdown:active .title:before {
  transform: translateY(-50%) rotate(-45deg);
  margin-top: 2px;
}
.info-dropdown .title {
  padding: 0 30px 0 0;
  font-size: 18px;
  line-height: 27px;
  position: relative;
  cursor: pointer;
  transition: color 0.3s;
}
.info-dropdown .title:before {
  width: 8px;
  height: 8px;
  display: block;
  content: "";
  border-top: 2px solid #474A51;
  border-right: 2px solid #474A51;
  border-radius: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  transition: all 0.3s, margin 0.3s;
}

.info-list__holder {
  width: 275px;
  max-height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 1px;
  background-color: #ffffff;
  box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.18);
  transition: max-height 0.4s, padding 0.3s;
  transition-delay: 0s, 0.2s;
  z-index: 11;
  overflow: hidden;
}

.info-dropdown__list {
  margin-bottom: 0;
  overflow: hidden;
  transition: max-height 0.4s;
}

.info-dropdown__item {
  line-height: 1;
  transition: color 0.3s;
}
.info-dropdown__item a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 20px;
  text-decoration: none;
}
.info-dropdown__item a:hover {
  color: #0ea4e3;
  background: #e7e7e7;
}

.header-contacts {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-contacts {
    width: 214px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #d8d8d8;
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  .header-contacts {
    width: 297px;
    margin-left: auto;
  }
}

.js-call__back {
  display: flex;
  align-items: center;
}

.header-contacts__icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
@media screen and (min-width: 1200px) {
  .header-contacts__icon {
    width: 25px;
    height: 25px;
  }
}

.header-contacts__phone {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #474A51;
}
@media screen and (min-width: 1200px) {
  .header-contacts__phone {
    font-size: 20px;
    line-height: 27px;
  }
}
.header-contacts__phone:hover {
  color: #0EA4E3;
  transition: color 0.3s;
  cursor: pointer;
}

.call-back__form {
  width: 0;
  height: 50px;
  position: absolute;
  right: -348px;
  bottom: -51px;
  display: flex;
  background-color: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  transition: width 0.3s;
  overflow: hidden;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .call-back__form {
    right: 0px;
  }
}
.call .call-back__form {
  width: 724px;
}
@media screen and (min-width: 1200px) {
  .call .call-back__form {
    width: 859px;
  }
}
.call .call-back__form .error .error__text {
  bottom: 5px;
}

.call-back__label {
  width: auto;
  height: 100%;
  flex-grow: 1;
}
.call-back__label + .call-back__label {
  border-left: 1px solid #d3d3d3;
}

.call-back__field {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  border: none;
  padding: 10px 20px;
  /* Firefox 18- */
  /* Firefox 19+ */
}
.call-back__field:-moz-placeholder {
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #bfbfbf;
}
.call-back__field::-moz-placeholder {
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #bfbfbf;
}
.call-back__field::-webkit-input-placeholder {
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #bfbfbf;
}
.call-back__field:-ms-input-placeholder {
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #bfbfbf;
}

.call-back__submit {
  width: 250px;
  height: 100%;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #d3d3d3;
  transition: color 0.3s;
  white-space: nowrap;
  padding: 0;
}
.call-back__submit:focus {
  outline: none;
}

.header-cart {
  min-width: 175px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .header-cart {
    min-width: 175px;
  }
}
@media screen and (min-width: 1200px) {
  .header-cart {
    min-width: 295px;
    margin-left: 0;
    padding: 0 50px;
  }
}

.header-cart__link {
  width: 68px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0EA4E3;
  box-shadow: 4px 8px 18px 4px rgba(10, 87, 119, 0.15);
  border-radius: 10px;
}

.header-cart__icon {
  width: 25px;
  height: 25px;
}

.cart-price {
  line-height: normal;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .cart-price {
    width: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .cart-price {
    width: 125px;
  }
}

.cart-price__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #474A51;
}
@media screen and (min-width: 1200px) {
  .cart-price__title {
    font-size: 16px;
    line-height: 22px;
  }
}

.cart-price__num .amount {
  font-size: 16px;
  line-height: 24px;
  color: #474A51;
}
@media screen and (min-width: 1200px) {
  .cart-price__num .amount {
    font-size: 18px;
    line-height: 27px;
  }
}

.header-menu {
  width: 75px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header-menu {
    width: 135px;
    height: 100%;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .header-menu {
    display: none;
  }
}

#menuToggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle #nav-icon {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#menuToggle #nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #0EA4E3;
  border-radius: 9px;
  opacity: 1;
  left: 50%;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#menuToggle #nav-icon span:nth-child(1) {
  top: 50%;
  transform-origin: center;
  transform: translate(-50%, -10px) rotate(0deg);
}

#menuToggle #nav-icon span:nth-child(2) {
  top: 50%;
  transform-origin: center;
  transform: translate(-50%, -1px) rotate(0deg);
}

#menuToggle #nav-icon span:nth-child(3) {
  top: 50%;
  transform-origin: center;
  transform: translate(-50%, 8px) rotate(0deg);
}

#menuToggle input:checked ~ #nav-icon span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

#menuToggle input:checked ~ #nav-icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#menuToggle input:checked ~ #nav-icon span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ .line {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #0EA4E3;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ .line:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ .line:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  width: 265px;
  position: absolute;
  top: 60px;
  right: -20px;
  background: #ffffff;
  padding: 0 0 0;
  margin: 0 0;
  list-style-type: none;
  box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.18);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media screen and (min-width: 768px) {
  #menu {
    width: 330px;
    top: 64px;
    right: -30px;
  }
}
#menu a {
  font-size: 16px;
  line-height: 24px;
  color: #474A51;
  text-decoration: none;
  display: block;
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  #menu a {
    font-size: 18px;
    line-height: 27px;
  }
}
#menu a:hover {
  color: #0EA4E3;
  background: #E7E7E7;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul {
  transform: none;
  opacity: 1;
}

#top-header .header-content__left .header-content__left,
#top-header .header-content__right .header-content__left,
#top-header .header-content__center .header-content__left,
#top-header .flex-box .header-content__left {
  width: 305px;
}
#top-header .header-content__left .header-content__center,
#top-header .header-content__right .header-content__center,
#top-header .header-content__center .header-content__center,
#top-header .flex-box .header-content__center {
  width: 565px;
}
#top-header .header-content__left .header-content__right,
#top-header .header-content__right .header-content__right,
#top-header .header-content__center .header-content__right,
#top-header .flex-box .header-content__right {
  width: 295px;
  text-transform: none;
  border-right: 1px solid #d8d8d8;
  justify-content: space-around;
}
#top-header .header-content__left .info-dropdown .title, #top-header .header-content__left .header-content__contacts > p,
#top-header .header-content__right .info-dropdown .title,
#top-header .header-content__right .header-content__contacts > p,
#top-header .header-content__center .info-dropdown .title,
#top-header .header-content__center .header-content__contacts > p,
#top-header .flex-box .info-dropdown .title,
#top-header .flex-box .header-content__contacts > p {
  line-height: normal;
}
#top-header .header-content__left .info-dropdown .title,
#top-header .header-content__right .info-dropdown .title,
#top-header .header-content__center .info-dropdown .title,
#top-header .flex-box .info-dropdown .title {
  text-transform: none;
  font-size: 18px;
}
#top-header .header-content__left .info-dropdown .title:before,
#top-header .header-content__right .info-dropdown .title:before,
#top-header .header-content__center .info-dropdown .title:before,
#top-header .flex-box .info-dropdown .title:before {
  right: 19px;
  color: #0EA4E3;
  top: 65%;
}
#top-header .header-content__left .info-dropdown .title .call-back,
#top-header .header-content__right .info-dropdown .title .call-back,
#top-header .header-content__center .info-dropdown .title .call-back,
#top-header .flex-box .info-dropdown .title .call-back {
  color: #474A51;
}
#top-header .header-content__left .js-call__back,
#top-header .header-content__right .js-call__back,
#top-header .header-content__center .js-call__back,
#top-header .flex-box .js-call__back {
  text-decoration: underline;
}
#top-header .header-content__left .js-call__back img,
#top-header .header-content__right .js-call__back img,
#top-header .header-content__center .js-call__back img,
#top-header .flex-box .js-call__back img {
  display: inline-block;
}
#top-header .header-content__left .header-content__left,
#top-header .header-content__right .header-content__left,
#top-header .header-content__center .header-content__left,
#top-header .flex-box .header-content__left {
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}
#top-header .header-content__left .header-content__left .header-content__img,
#top-header .header-content__right .header-content__left .header-content__img,
#top-header .header-content__center .header-content__left .header-content__img,
#top-header .flex-box .header-content__left .header-content__img {
  width: 175px;
  height: 67px;
}
#top-header .header-content__left .header-content__center,
#top-header .header-content__right .header-content__center,
#top-header .header-content__center .header-content__center,
#top-header .flex-box .header-content__center {
  justify-content: space-around;
  border-right: 1px solid #d8d8d8;
}

.footer {
  background-color: #D8D8D8;
  padding: 20px 0 15px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 20px 0;
  }
}

.footer-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .footer-inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .footer-inner {
    padding: 0 25px;
  }
}

.copyright {
  font-size: 14px;
  line-height: 21px;
  color: #474A51;
}
@media screen and (min-width: 768px) {
  .copyright {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .copyright {
    font-size: 18px;
    line-height: 27px;
  }
}

.privacy-policy {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #0EA4E3;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .privacy-policy {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .privacy-policy {
    font-size: 18px;
    line-height: 27px;
  }
}
.privacy-policy:hover {
  color: #0EA4E3;
  text-decoration: none;
}

.form-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #474a51;
  margin-bottom: 20px;
}

.form-item + .form-item {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .form-item + .form-item {
    margin-top: 30px;
  }
}

.form-field {
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.form-label {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 5px;
  transform: translateX(25px);
  transition: color 0.3s;
  position: relative;
}
.error .form-label {
  color: #d20909;
}

.form-input {
  width: 100%;
  height: 55px;
  font-size: 23px;
  border: 1px solid #d8d8d8;
  padding: 0 20px;
  /* Firefox 18- */
  /* Firefox 19+ */
}
@media screen and (min-width: 768px) {
  .form-input {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .form-input {
    height: 50px;
  }
}
.form-input:-moz-placeholder {
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #bfbfbf;
}
@media screen and (min-width: 768px) {
  .form-input:-moz-placeholder {
    font-size: 16px;
  }
}
.form-input::-moz-placeholder {
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #bfbfbf;
}
@media screen and (min-width: 768px) {
  .form-input::-moz-placeholder {
    font-size: 16px;
  }
}
.form-input::-webkit-input-placeholder {
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #bfbfbf;
}
@media screen and (min-width: 768px) {
  .form-input::-webkit-input-placeholder {
    font-size: 16px;
  }
}
.form-input:-ms-input-placeholder {
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #bfbfbf;
}
@media screen and (min-width: 768px) {
  .form-input:-ms-input-placeholder {
    font-size: 16px;
  }
}
.error .form-input {
  border: 1px solid #d20909;
}

.form-textarea {
  width: 100%;
  height: 160px;
  font-size: 23px;
  display: block;
  padding: 15px 20px;
  border: 1px solid #d8d8d8;
  resize: none;
  /* Firefox 18- */
  /* Firefox 19+ */
}
@media screen and (min-width: 768px) {
  .form-textarea {
    font-size: 16px;
  }
}
.form-textarea:-moz-placeholder {
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #bfbfbf;
}
@media screen and (min-width: 768px) {
  .form-textarea:-moz-placeholder {
    font-size: 16px;
  }
}
.form-textarea::-moz-placeholder {
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #bfbfbf;
}
@media screen and (min-width: 768px) {
  .form-textarea::-moz-placeholder {
    font-size: 16px;
  }
}
.form-textarea::-webkit-input-placeholder {
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #bfbfbf;
}
@media screen and (min-width: 768px) {
  .form-textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
}
.form-textarea:-ms-input-placeholder {
  font-style: italic;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #bfbfbf;
}
@media screen and (min-width: 768px) {
  .form-textarea:-ms-input-placeholder {
    font-size: 16px;
  }
}
.error .form-textarea {
  border: 1px solid #d20909;
}

.error__text {
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  color: #d20909;
  text-transform: none;
  display: none;
  position: absolute;
  top: 0;
  right: 1px;
  padding: 0 20px;
  background: #ffffff;
  z-index: 1;
}
.error__text:first-letter {
  text-transform: uppercase;
}
.form-label ~ .error__text {
  top: 24px;
}

.error .error__text {
  display: block;
}

fieldset[disabled] .multiselect {
  pointer-events: none;
}

.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: #fff;
  display: block;
}

.multiselect__spinner:after,
.multiselect__spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 2px solid transparent;
  border-top-color: #41b883;
  box-shadow: 0 0 0 1px transparent;
}

.multiselect__spinner:before {
  animation: spinning 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite;
}

.multiselect__spinner:after {
  animation: spinning 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite;
}

.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}

.multiselect__loading-enter,
.multiselect__loading-leave-active {
  opacity: 0;
}

.multiselect,
.multiselect__input,
.multiselect__single {
  font-family: inherit;
  font-size: 16px;
  touch-action: manipulation;
}

.multiselect {
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
  color: #35495e;
}

.multiselect * {
  box-sizing: border-box;
}

.multiselect:focus {
  outline: none;
}

.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
  opacity: 0.6;
}

.multiselect--active {
  z-index: 50;
}

.multiselect--active:not(.multiselect--above) .multiselect__current,
.multiselect--active:not(.multiselect--above) .multiselect__input,
.multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.multiselect--active .multiselect__select {
  transform: rotate(180deg);
}

.multiselect--above.multiselect--active .multiselect__current,
.multiselect--above.multiselect--active .multiselect__input,
.multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.multiselect__input,
.multiselect__single {
  font-weight: 600;
  font-size: 24px;
  color: #474A51;
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  background: #fff;
  padding: 0 0 0 0;
  width: 100%;
  transition: border 0.1s ease;
  box-sizing: border-box;
  margin-bottom: 8px;
  vertical-align: top;
  top: -3px;
}
@media screen and (min-width: 576px) {
  .multiselect__input,
  .multiselect__single {
    font-size: 14px;
    top: 3px;
  }
}

.multiselect__input::-moz-placeholder {
  color: #35495e;
}

.multiselect__input::placeholder {
  color: #35495e;
}

.multiselect__tag ~ .multiselect__input,
.multiselect__tag ~ .multiselect__single {
  width: auto;
}

.multiselect__input:hover,
.multiselect__single:hover {
  border-color: #cfcfcf;
}

.multiselect__input:focus,
.multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none;
}

.multiselect__tags-wrap {
  display: inline;
}

.multiselect__tags {
  min-height: 64px;
  display: block;
  padding: 16px 40px 0 16px;
  border-radius: 0;
  border: 1px solid #d8d8d8;
  background: #fff;
  font-size: 24px;
}
@media screen and (min-width: 576px) {
  .multiselect__tags {
    min-height: 44px;
    font-size: 14px;
    padding: 8px 40px 0 10px;
  }
}

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  background: #41b883;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
@media screen and (min-width: 576px) {
  .multiselect__tag {
    padding: 4px 26px 4px 10px;
  }
}

.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: normal;
  width: 22px;
  text-align: center;
  line-height: 22px;
  transition: all 0.2s ease;
  border-radius: 5px;
}

.multiselect__tag-icon:after {
  content: "×";
  color: #266d4d;
  font-size: 14px;
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
  background: #369a6e;
}

.multiselect__tag-icon:focus:after,
.multiselect__tag-icon:hover:after {
  color: #fff;
}

.multiselect__current {
  min-height: 40px;
  overflow: hidden;
  padding: 8px 30px 0 12px;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
}

.multiselect__current,
.multiselect__select {
  line-height: 16px;
  box-sizing: border-box;
  display: block;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}

.multiselect__select {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  text-align: center;
  transition: transform 0.2s ease;
}

.multiselect__select:before {
  position: relative;
  right: 0;
  top: 65%;
  color: #999;
  margin-top: 4px;
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: "";
}

.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px;
}

.multiselect--active .multiselect__placeholder {
  display: none;
}

.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 50;
  -webkit-overflow-scrolling: touch;
}

.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}

.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8;
}

.multiselect__content::webkit-scrollbar {
  display: none;
}

.multiselect__element {
  display: inherit;
}
.multiselect__element.multiselect__element--group {
  display: block;
}

.multiselect__option {
  font-weight: 500;
  font-size: 16px;
  color: #474A51;
  display: block;
  padding: 10px 10px 10px 10px;
  min-height: 30px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
@media screen and (min-width: 576px) {
  .multiselect__option {
    font-size: 14px;
  }
}

.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 13px;
}

.multiselect__option--highlight {
  background: #E7E7E7;
  color: #0EA4E3;
  outline: none;
}

.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #41b883;
  color: #fff;
}

.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: 700;
}

.multiselect__option--selected:after {
  content: attr(data-selected);
  color: silver;
}

.multiselect__option--selected.multiselect__option--highlight {
  color: #474A51;
}

.multiselect__option--selected.multiselect__option--highlight:after {
  content: attr(data-deselect);
}

.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select {
  color: #a6a6a6;
}

.multiselect__option--disabled {
  background: #ededed !important;
  color: #a6a6a6 !important;
  cursor: text;
  pointer-events: none;
}

.multiselect__option--group {
  background: #0EA4E3;
  color: #ffffff;
}

.multiselect__option--group.multiselect__option--disabled {
  background: #0EA4E3 !important;
  color: #ffffff !important;
  cursor: default;
  pointer-events: none;
}

.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff;
}

.multiselect__option--group.multiselect__option--highlight:after {
  background: #35495e;
}

.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede;
}

.multiselect__option--group-selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect-enter-active,
.multiselect-leave-active {
  transition: all 0.15s ease;
}

.multiselect-enter,
.multiselect-leave-active {
  opacity: 0;
}

.multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}

[dir=rtl] .multiselect {
  text-align: right;
}

[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px;
}

[dir=rtl] .multiselect__tags {
  padding: 8px 8px 0 40px;
}

[dir=rtl] .multiselect__content {
  text-align: right;
}

[dir=rtl] .multiselect__option:after {
  right: auto;
  left: 0;
}

[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px;
}

[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px;
}

@keyframes spinning {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(2turn);
  }
}
/* --------------------------------------------------------------------------- */
/* CONFIGURATOR PAGE */
/* --------------------------------------------------------------------------- */
#configurator {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #configurator {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  #configurator {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.config-promo {
  max-width: 770px;
  margin: auto;
}

.config-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .config-title {
    font-size: 28px;
    line-height: 38px;
  }
}

.config-exerpt {
  font-size: 14px;
  line-height: 150%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .config-exerpt {
    font-size: 18px;
  }
}

/* CONNECTOR BLOCK */
/* --------------------------------------------------------------------------- */
.connector-block {
  height: 100%;
  position: relative;
}
.connector-block:hover .connector-block__title {
  color: #0ea4e3;
}
.connector-block:hover .connector-block__box {
  border: 1px solid #0ea4e3;
  box-shadow: 0 0 0 1px #0ea4e3;
}
.connector-block:hover * {
  cursor: pointer;
}
.connector-block.active .connector-block__box {
  border: 1px solid #0ea4e3;
  box-shadow: 0 0 0 1px #0ea4e3;
}

.connector-block__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 25px 15px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .connector-block__content {
    padding: 20px 25px 20px;
  }
}

.connector-block__title {
  height: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #474a51;
}
@media screen and (min-width: 768px) {
  .connector-block__title {
    font-size: 18px;
    line-height: 27px;
  }
}

.connector-block__image {
  width: 175px;
  border-radius: 5px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .connector-block__image {
    width: 145px;
  }
}
@media screen and (min-width: 1200px) {
  .connector-block__image {
    width: 130px;
  }
}

.connector-block__box {
  border: 1px solid #d8d8d8;
  box-shadow: 4px 8px 15px rgba(14, 109, 149, 0.15);
  border-radius: 8px;
  overflow: hidden;
}
.connector-block__box svg {
  width: 100%;
  height: auto;
  display: block;
}

.connector-block__tooltip {
  position: absolute;
  right: 20px;
  bottom: -14px;
  cursor: pointer;
}

.connector-tooltip {
  margin: auto;
}

/* ********************** */
/* --------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .slider-block {
    margin-top: 40px;
  }
}
.slider-block .single-slider {
  position: relative;
}
.slider-block .input-amount {
  width: 75px;
  height: 36px;
  font-size: 25px;
  line-height: 1em;
  background: transparent;
  border: 1px solid #D8D8D8;
}
@media screen and (min-width: 768px) {
  .slider-block .input-amount {
    width: 65px;
    height: 25px;
    font-size: 15px;
  }
}

.amount-block__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #474A51;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .amount-block__title {
    font-size: 16px;
    text-align: center;
  }
}

.amount-block__content {
  width: 195px;
  padding: 10px;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  box-shadow: 4px 6px 15px rgba(14, 109, 149, 0.15);
}
@media screen and (min-width: 768px) {
  .amount-block__content {
    width: 175px;
    padding: 10px 10px;
    margin: auto;
  }
}
.amount-block__content .units {
  width: 80px;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #474A51;
  text-align: center;
  text-transform: lowercase;
}
@media screen and (min-width: 768px) {
  .amount-block__content .units {
    font-size: 16px;
    line-height: 22px;
  }
}

.input-amount-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.input-amount-arrows {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  border-left: 1px solid #D8D8D8;
  padding: 0 12px;
  margin-left: 50px;
  display: none;
}

.input-amount-arrow {
  padding: 6px 20%;
  line-height: 50%;
}

/* ********************** */
/* --------------------------------------------------------------------------- */
.config-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .config-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .config-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.config-content.config-hidden {
  display: none;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
.config-content.config-hidden * {
  opacity: 0;
}
.config-content .type-card-grid {
  display: flex;
  justify-content: center;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: -30px;
  margin-right: -10px;
  margin-left: -10px;
}
@media screen and (min-width: 768px) {
  .config-content .type-card-grid {
    margin-top: -20px;
    margin-right: -15px;
    margin-left: -15px;
  }
}
.config-content .type-card-wrapper {
  flex: 0 0 auto;
  flex-basis: 50%;
  max-width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  margin: 30px 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .config-content .type-card-wrapper {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .config-content .type-card-wrapper {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.config-content .type-card-wrapper .config-description {
  padding-top: 40px;
}
@media screen and (min-width: 1200px) {
  .config-content .type-card-wrapper .config-description {
    padding-top: 80px;
  }
}

.select-connectors.hide-only-phones .mobile-dropdowns {
  margin-top: 10%;
}

.show-only-small .wrap-drop {
  width: 100%;
}
.show-only-small .info-block {
  position: absolute;
  right: -50px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}

.mobile-dropdowns {
  height: 100%;
  position: relative;
  z-index: 1;
}

.connector-type__block {
  width: 100%;
  position: relative;
}
.connector-type__block.images {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .connector-type__block.images img {
    margin: 0;
    width: 100%;
    height: auto;
  }
}

.connector-a {
  position: absolute;
  top: 18%;
  transform: translateY(-50%);
  z-index: 3;
}

.fiber {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.connector-b {
  position: absolute;
  top: 85%;
  transform: translateY(-50%);
  z-index: 1;
}

.connector-type__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #474A51;
  position: absolute;
  top: -35px;
}
@media screen and (min-width: 768px) {
  .connector-type__title {
    top: 0px;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
.connector-type__title.grey {
  color: #eaeaea;
}

@media screen and (min-width: 768px) {
  .images-block {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .images-block {
    padding-top: 80px;
  }
}

.img-container {
  min-height: 165px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .img-container {
    min-height: 100px;
  }
}
.img-container img {
  width: 165px;
  height: 54px;
  transform: translateX(10%) rotate(90deg);
}
@media screen and (min-width: 768px) {
  .img-container img {
    transform: rotate(0deg);
  }
}
.img-container img.duplicate {
  position: absolute;
}

.table-item .table {
  font-style: normal;
  font-size: 18px;
  font-size: 20px;
  font-weight: bold;
  align-items: center;
  color: #474A51;
  display: table;
  border-top: 3px solid #0EA4E3;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .table-item .table {
    border-top: 0px;
  }
}
.table-item .table th, .table-item .table td {
  border: 1px solid #D8D8D8;
}
.table-item .table thead {
  font-weight: bold;
}
.table-item .table th {
  width: 55px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #474A51;
  border-right: 1px solid #dee2e6;
}
@media screen and (min-width: 768px) {
  .table-item .table th {
    font-size: 16px;
    line-height: 22px;
  }
}
.table-item .table td {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}
.table-item .table span {
  font-size: 20px;
}

.table {
  font-style: normal;
  font-size: 18px;
  font-size: 20px;
  font-weight: bold;
  align-items: center;
  color: #474A51;
  display: table;
  margin: 0;
}
.table th, .table td {
  border: 1px solid #D8D8D8;
}
.table thead {
  font-weight: bold;
}
.table th {
  width: 55px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #474A51;
  border-right: 1px solid #dee2e6;
}
@media screen and (min-width: 768px) {
  .table th {
    font-size: 16px;
    line-height: 22px;
  }
}
.table td {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}

.add-to-cart {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0EA4E3;
  box-shadow: 4px 8px 18px rgba(10, 87, 119, 0.15);
  border-radius: 8px;
  text-align: center;
  margin-bottom: 15px;
  transition: all 0.3s;
  outline: none;
}
@media screen and (min-width: 768px) {
  .add-to-cart {
    width: 63px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .add-to-cart {
    margin-bottom: 0;
  }
}
.add-to-cart.added, .add-to-cart.added:hover {
  background: #36E166;
}
.add-to-cart:hover {
  background: #FFFFFF;
}
.add-to-cart:hover svg {
  fill: #0EA4E3;
}
.add-to-cart:focus {
  outline: none;
}
.add-to-cart svg {
  fill: #FFFFFF;
  transition: all 0.3s;
}

.buttons-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.buttons-block .copy-button-block {
  width: 100%;
}
.buttons-block .copy-button-block div {
  font-size: 14px;
  line-height: 21px;
  margin-top: 20px;
}

#calc-btn {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  #calc-btn {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  #calc-btn {
    margin-top: 0;
  }
}

/* --------------------------------------------------------------------------- */
/* CART PAGE */
/* --------------------------------------------------------------------------- */
.pagename-cart .page-header {
  display: none;
}

/* CART HEADINGS */
/* --------------------------------------------------------------------------- */
.cart-headings__inner {
  padding-bottom: 10px;
  position: relative;
}
.cart-headings__inner:after {
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #bfbfbf;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

.cart-headings__title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #474a51;
  padding-left: 30px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .cart-headings__title {
    font-size: 28px;
    line-height: 38px;
    padding-left: 65px;
  }
}

.order .title-cart {
  display: none;
}

.title-order {
  display: none;
}
.order .title-order {
  display: block;
}

/* CART TABLE */
/* --------------------------------------------------------------------------- */
.cart-table {
  display: block;
}
.order .cart-table {
  display: none;
}

.cart-title {
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}
.cart-title__text {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  padding: 15px 0;
  color: #474a51;
}

.cart-table__row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cart-table__cell-1 {
  width: 5%;
  text-align: center;
}
.cart-table__cell-2 {
  width: 40%;
}
.cart-table__cell-3 {
  width: 20%;
}
.cart-table__cell-4 {
  width: 15%;
}
.cart-table__cell-5 {
  width: 20%;
}

.table-header {
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}
.table-header th, .table-header td {
  border: 0;
}

.mobile-cart-item {
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .mobile-cart-item {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .mobile-cart-item__left {
    width: 60%;
    display: flex;
  }
  .mobile-cart-item__left .text-block {
    width: 180px;
  }
}

.mobile-cart-item__right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .mobile-cart-item__right {
    width: 40%;
    justify-content: flex-start;
  }
  .mobile-cart-item__right .cart-card__price {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-cart-item__right .cart-card__total {
    margin-top: 40px;
  }
}
.mobile-cart-item__right .currency {
  font-weight: 600;
  font-size: 23px;
  color: #474A51;
  display: inline;
}
@media screen and (min-width: 768px) {
  .mobile-cart-item__right .currency {
    font-size: 20px;
  }
}
.mobile-cart-item__right .price {
  font-weight: 600;
  font-size: 23px;
  color: #474A51;
  display: inline;
}
@media screen and (min-width: 768px) {
  .mobile-cart-item__right .price {
    font-size: 20px;
  }
}

.cart-block__content {
  border: 1px solid #d8d8d8;
}

.cart-card {
  font-size: 0;
  border-bottom: 1px solid #eaeaea;
}
@media screen and (min-width: 768px) {
  .cart-card {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1200px) {
  .cart-card {
    padding: 40px 0;
  }
}
.cart-card .count {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
}
.cart-card .text {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #474A51;
  display: inline-block;
}
.cart-card .price-by-one {
  display: none;
}
@media screen and (min-width: 768px) {
  .cart-card .price-by-one {
    display: inline-block;
  }
}

.cart-card__info {
  display: inline-block;
  vertical-align: middle;
}
.cart-card__info .text-block {
  width: 248px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}
.cart-card__info .text {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  margin-bottom: 13px;
}

.cart-card__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .cart-card__total {
    padding-right: 40px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .cart-card__total {
    padding-right: 45px;
  }
}

.cart-card__price {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #474A51;
  vertical-align: middle;
  white-space: nowrap;
  transition: color 0.3s;
}

.cart-total__price {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #474A51;
  vertical-align: middle;
  white-space: nowrap;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .cart-total__price {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) {
  .cart-total__price {
    font-size: 18px;
    line-height: 27px;
  }
}

/* CART LAYOOUT start */
.table-cart-mobile th {
  border: 0;
  text-align: center;
}
.table-cart-mobile td {
  border: 0;
}

/* CART LAYOOUT end */
/* CART ELEMENTS start */
.img-block {
  width: 355px;
  height: auto;
  font-size: 0;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  background: #ffffff;
  box-shadow: 4px 8px 18px 4px rgba(10, 87, 119, 0.15);
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .img-block {
    width: 160px;
  }
}
.img-block img {
  width: 190px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .img-block img {
    width: 130px;
  }
}

.cord-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .cord-title {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .cord-title {
    margin-top: 0;
  }
}

.calc-block {
  width: 120px;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .calc-block {
    width: 144px;
  }
}
.calc-block .plus,
.calc-block .num,
.calc-block .minus {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: #ffffff;
}
@media screen and (min-width: 1200px) {
  .calc-block .plus,
  .calc-block .num,
  .calc-block .minus {
    width: 48px;
    height: 48px;
  }
}
.calc-block .num {
  font-size: 25px;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  transition: color 0.3s;
}
@media screen and (min-width: 768px) {
  .calc-block .num {
    font-size: 16px;
  }
}
.calc-block .plus,
.calc-block .minus {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  box-shadow: 0px 4px 18px 2px rgba(10, 87, 119, 0.15);
}
.calc-block .plus:hover,
.calc-block .minus:hover {
  cursor: pointer;
}
.calc-block i {
  line-height: 40px;
}
@media screen and (min-width: 1200px) {
  .calc-block i {
    line-height: 48px;
  }
}

.remove-cart {
  height: 40px;
  width: 40px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0ea4e3;
  position: relative;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  box-shadow: 4px 8px 18px 4px rgba(10, 87, 119, 0.15);
  border-radius: 10px;
}
@media screen and (min-width: 1200px) {
  .remove-cart {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

/* CART ELEMENTS end */
/* CART CHECKOUT FORM */
/* --------------------------------------------------------------------------- */
.cart-checkout {
  display: none;
}
.order .cart-checkout {
  display: block;
}

.checkout-title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #474A51;
}
@media screen and (min-width: 768px) {
  .checkout-title {
    font-size: 20px;
    line-height: 27px;
  }
}

.personal-status {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .personal-status {
    margin-right: -50px;
    margin-left: -50px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .personal-status {
    margin-bottom: 80px;
  }
}

.personal-status__cell {
  flex: 0 0 auto;
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .personal-status__cell {
    max-width: 50%;
    flex-basis: 50%;
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .personal-status__cell {
    max-width: 33.3333%;
    flex-basis: 33.3333%;
  }
}

.personal-status__block {
  width: 100%;
  height: 55px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  box-shadow: 4px 8px 18px 4px rgba(10, 87, 119, 0.15);
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .personal-status__block {
    height: 50px;
  }
}
.personal-status__block:hover:not(.checked) {
  cursor: pointer;
}
.personal-status__block.checked {
  color: #0EA4E3;
  border: 2px solid #0EA4E3;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

.contact-details {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contact-details {
    max-width: 500px;
  }
}

/* CART CHECKOUT FORM end */
/* CART SUMMARY */
/* --------------------------------------------------------------------------- */
.cart-summary .back {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
  color: #474a51;
  cursor: pointer;
  transition: color 0.3s;
  display: none;
}
.cart-summary .back:hover {
  color: #0EA4E3;
}
.order .cart-summary .back {
  display: block;
}

.cart-summary .back i {
  margin-right: 15px;
  vertical-align: middle;
  font-size: 30px;
}

.cart-summary__price-table {
  width: 100%;
}

.cart-summary__title {
  font-weight: 700;
  font-size: 23px;
  line-height: 27px;
  text-align: right;
  color: #474A51;
  margin-bottom: 46px;
  position: relative;
}
.cart-summary__title:after {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  bottom: -13px;
  border-bottom: 1px solid #bfbfbf;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.25);
}

.cart-summary__list {
  width: 60%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .cart-summary__list {
    width: 270px;
  }
}

.cart-summary__list-item {
  width: 100%;
  font-size: 18px;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .cart-summary__list-item {
    align-items: flex-end;
    margin-top: 10px;
  }
}
.cart-summary__list-item .text {
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
  color: #474A51;
}
@media screen and (min-width: 768px) {
  .cart-summary__list-item .text {
    font-size: 18px;
    line-height: 27px;
  }
}
.cart-summary__list-item .num {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #474A51;
}
@media screen and (min-width: 768px) {
  .cart-summary__list-item .num {
    font-size: 18px;
    line-height: 27px;
  }
}
.cart-summary__list-item .num-js {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .cart-summary__list-item .num-js {
    font-size: 28px;
    line-height: 38px;
  }
}

.cart-summary__buttons {
  padding-bottom: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .cart-summary__buttons .order {
    display: block;
    margin-left: auto;
  }
}
.order .cart-summary__buttons .order {
  display: none;
}

.cart-summary__buttons .link {
  display: none;
}
@media screen and (min-width: 768px) {
  .cart-summary__buttons .link {
    margin-left: auto;
  }
}
.order .cart-summary__buttons .link {
  display: block;
}

/* --------------------------------------------------------------------------- */
/* PAYMENT, DELIVERY AND WARRANTY PAGE */
/* --------------------------------------------------------------------------- */
.about-intro__lead {
  max-width: 435px;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .about-intro__lead {
    max-width: 685px;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .about-intro__lead {
    margin-bottom: 40px;
  }
}

.about-article {
  background: #f0fbff;
}

.about-article__inner {
  max-width: 1100px;
  margin: auto;
}

.about-article__picture {
  margin: auto;
}

.about-article__content h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .about-article__content h3 {
    font-size: 20px;
    line-height: 27px;
  }
}
.about-article__content p {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .about-article__content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.about-article__content strong {
  font-weight: 600;
}

/* ABOUT Advantages */
/* --------------------------------------------------------------------------- */
.about-advantages {
  background: #e0f5fe;
}

.about-advantages__item {
  width: 360px;
  padding-left: 40px;
  margin: 10px auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about-advantages__item {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .about-advantages__item {
    width: 260px;
    margin: 0 auto;
  }
}

.about-advantages__icon {
  position: absolute;
  top: 5px;
  left: 0;
}

.about-advantages__text {
  font-size: 18px;
  line-height: 27px;
}
@media screen and (min-width: 768px) {
  .about-advantages__text {
    font-size: 20px;
    line-height: 27px;
  }
}

/* ABOUT Services */
/* --------------------------------------------------------------------------- */
@media screen and (min-width: 1200px) {
  .about-services_item {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .about-services_item:nth-child(odd) {
    flex-direction: row-reverse;
    display: flex;
    margin-left: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .about-services_item:nth-child(even) {
    margin-left: 170px;
  }
}
.about-services_item + .about-services_item {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .about-services_item + .about-services_item {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .about-services_item + .about-services_item {
    margin-top: 80px;
  }
}

.about-services__picture {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
  .about-services__article {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.about-services__article h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .about-services__article h3 {
    font-size: 20px;
    line-height: 27px;
  }
}
.about-services__article p {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  margin-top: 0.5em;
}
@media screen and (min-width: 1200px) {
  .about-services__article p {
    font-size: 16px;
    line-height: 24px;
  }
}

/* --------------------------------------------------------------------------- */
/* PAYMENT, DELIVERY AND WARRANTY PAGE */
/* --------------------------------------------------------------------------- */
.delivery {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .delivery {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.delivery h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .delivery h3 {
    font-size: 20px;
    line-height: 27px;
  }
}
.delivery p {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
}
@media screen and (min-width: 768px) {
  .delivery p {
    font-size: 16px;
    line-height: 24px;
  }
}
.delivery p + p {
  margin-top: 1em;
}

.delivery-picture {
  width: 100%;
  display: block;
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .delivery-picture {
    max-width: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .delivery-picture {
    margin: 0 auto;
  }
}

.our-details {
  background: #f0fbff;
  padding: 20px 10px;
}
@media screen and (min-width: 768px) {
  .our-details {
    padding: 20px 35px;
  }
}
@media screen and (min-width: 1200px) {
  .our-details {
    padding: 40px 25px 40px 70px;
  }
}
.our-details h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .our-details h3 {
    font-size: 20px;
    line-height: 27px;
  }
}
.our-details ul {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
}
@media screen and (min-width: 768px) {
  .our-details ul {
    font-size: 16px;
    line-height: 24px;
  }
}
.our-details ul + ul {
  margin-top: 2em;
}
.our-details li {
  margin-top: 0.5em;
}

.contacts-list__item + .contacts-list__item {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contacts-list__item + .contacts-list__item {
    margin-top: 30px;
  }
}

.contacts-list__icon {
  margin-right: 20px;
}
.contacts-list__icon svg {
  border-radius: 50%;
  box-shadow: 4px 8px 18px 4px rgba(10, 87, 119, 0.15);
  overflow: hidden;
}

.contacts-list__text {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #474A51;
}

.contacts-map {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .contacts-map {
    margin-top: 40px;
  }
}

.map-iframe {
  width: 100%;
  height: 350px;
  display: block;
}
@media screen and (min-width: 768px) {
  .map-iframe {
    height: 435px;
  }
}
@media screen and (min-width: 1200px) {
  .map-iframe {
    height: 400px;
  }
}

.contact-form {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .contact-form {
    max-width: 475px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-form {
    margin-top: 0;
  }
}

.disabled {
  opacity: 0.5;
}

.grecaptcha-badge {
  display: none;
}
