::-moz-selection {
  background: #51c0ff;
  color: #fff;
}
::selection {
  background: #51c0ff;
  color: #fff;
}
html {
  display: block !important;
}
.success {
  background: #0ed454 !important;
}
.error::placeholder {
  color: red !important;
}
body {
  font-family: Montserrat, sans-serif;
  color: #131313;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 1023px) {
  body {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
.icon {
  display: inline-block;
  width: 2em;
  height: 2em;
  font-size: 30px;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
p,
ul {
  margin-top: 0;
}
.btn,
button:focus,
input,
select,
textarea {
  outline: 0;
}
input,
textarea {
  background: #fcfcfc;
  border: 2px solid #51c0ff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #313131;
  display: block;
  width: 100%;
  resize: none;
  margin-bottom: 30px;
  padding: 19px 21px;
}
@media only screen and (max-width: 767px) {
  input,
  textarea {
    margin-bottom: 20px;
  }
}
input:last-child,
textarea:last-child {
  margin-bottom: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  text-transform: uppercase;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  text-transform: uppercase;
}
input::placeholder,
textarea::placeholder {
  text-transform: uppercase;
}
textarea {
  height: 100%;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
select {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #131313;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  width: 80%;
  text-align: center;
  padding: 5px 25%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  select {
    font-size: 11px;
    width: 100%;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table tr td,
table tr th {
  border: 2px solid #131313;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  table tr td,
  table tr th {
    font-size: 13px;
    padding: 10px 5px;
  }
}
@media only screen and (max-width: 767px) {
  table tr td,
  table tr th {
    font-size: 8px;
    padding: 7px 2px;
  }
}
table tr td:hover,
table tr th:hover {
  background: #ffe351;
}
table tr th {
  text-transform: uppercase;
  font-weight: 600;
}
table tr strong {
  font-weight: 600;
}
table + span,
table + p.span {
  font-size: 10px;
  line-height: 1.3;
  display: block;
  margin-top: 5px;
}
h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 21px;
  }
}
h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 40px;
}
h4 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}
h4 i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 60%;
  background: #ffe351;
  display: inline-block;
}
h4 > span {
  display: inline-block;
  position: relative;
}
h4 span {
  position: relative;
  z-index: 2;
}
p {
  line-height: 1.5;
  margin-bottom: 24px;
}
p.f24 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  p.f24 {
    font-size: 16px;
  }
  p.f24 br {
    display: none;
  }
}
a {
  text-decoration: none;
  color: inherit;
}
a.big {
  color: #51c0ff;
  font-size: 48px;
  font-weight: 700;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  a.big {
    font-size: 22px;
  }
}
a.big:hover {
  text-decoration: none;
}
.blue {
  color: #51c0ff;
}
.btn {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  background: #51c0ff;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 20px 36px;
}
@media only screen and (max-width: 767px) {
  .btn {
    padding: 16px 55px;
    font-size: 12px;
  }
}
.btn:focus {
  outline: 0;
}
.btn.center {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .btn.mobile {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: initial;
    text-align: center;
  }
}
.btn.arrow {
  background: #ffe351;
  border: 4px solid #131313;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: #131313;
  padding: 15px 160px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .btn.arrow {
    padding-left: 0;
    padding-right: 0;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.btn.arrow:hover {
  -webkit-box-shadow: 0 19px 9px -14px rgba(0, 0, 0, 0.3);
  box-shadow: 0 19px 9px -14px rgba(0, 0, 0, 0.3);
}
.btn.arrow img {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 767px) {
  .btn.arrow img {
    width: 25px;
  }
}
.btn-yellow {
  background: #ffe351;
  -webkit-box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.25),
    inset 0 2px 7px rgba(0, 0, 0, 0.25),
    inset 0 -5px 7px -3px rgba(0, 0, 0, 0.25);
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.25),
    inset 0 2px 7px rgba(0, 0, 0, 0.25),
    inset 0 -5px 7px -3px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #313131;
}
.btn-yellow:hover {
  background: #51c0ff;
  color: #fff;
}
.container {
  margin: 0 auto;
  max-width: 1090px;
}
@media only screen and (max-width: 1130px) {
  .container {
    padding: 0 20px;
  }
}
.header {
  background: rgba(252, 252, 252, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .header {
    background: #fff;
    position: fixed;
    z-index: 5;
  }
}
@media only screen and (max-width: 1023px) {
  .header + .menu {
    display: none;
  }
}
.header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1355px;
}
@media only screen and (max-width: 1395px) {
  .header .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .header .container > .header__menu {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header .container {
    padding: 0 10px;
  }
}
.header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .header__logo img {
    width: 76px;
  }
}
.header__menu a {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header__menu a:hover {
  color: #51c0ff;
}
.header__phone {
  font-weight: 700;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .header__phone {
    font-size: 12px;
    text-align: right;
    position: relative;
    z-index: 2;
  }
}
.header__phone:hover {
  color: #51c0ff;
}
.header__phone span {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .header__phone span {
    display: block;
    font-size: 10px;
    text-align: right;
  }
}
.menu {
  position: fixed;
  top: 95px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.menu .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fcfcfc;
  -webkit-box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 100px;
  border-radius: 100px;
  padding: 16px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu .container:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
}
.menu .container > div {
  position: relative;
}
.menu .container > div:hover .submenu {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(100%);
  -ms-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%);
  pointer-events: all;
}
.menu a {
  margin: 0 25px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.menu a:hover {
  color: #51c0ff;
}
.menu .submenu {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(105%);
  -ms-transform: translateX(-50%) translateY(105%);
  transform: translateX(-50%) translateY(105%);
  bottom: 5px;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 20px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .menu .submenu {
    display: none !important;
  }
}
.menu .submenu a {
  display: block;
  white-space: nowrap;
  margin-bottom: 5px;
}
.menu .submenu a:last-child {
  margin-bottom: 0;
}
.mobile-menu {
  position: relative;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mobile-menu .list {
  display: none;
  padding: 0 20px 20px;
  background: #fff;
}
.mobile-menu .list .menu {
  position: relative;
  top: 0;
}
.mobile-menu .list .menu .container {
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-bottom: 0;
}
.mobile-menu .list a {
  display: block;
  font-size: 20px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .mobile-menu .list a {
    font-size: 18px;
  }
}
.mobile-menu .hamburger {
  width: 69px;
  height: 69px;
  background: url(../img/icons/hamburger.svg) no-repeat center #fff;
  -webkit-background-size: 39px 39px;
  background-size: 39px;
  position: absolute;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 12;
}
.mobile-menu .hamburger.active {
  -webkit-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
  bottom: -34px;
}
.mobile-menu .header__menu {
  position: relative;
  padding: 30px 0 20px;
}
.mobile-menu .header__menu::after,
.mobile-menu .header__menu::before {
  content: "";
  position: absolute;
  height: 3px;
  background: #51c0ff;
  width: 70%;
}
.mobile-menu .header__menu::before {
  right: 0;
  top: 0;
}
.mobile-menu .header__menu::after {
  bottom: 0;
  left: 0;
}
.main {
  background: #fcfcfc;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1023px) {
  .main {
    background: #fff;
  }
}
.main.full {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 80vh;
}
@media only screen and (max-width: 1279px) {
  .main.full {
    min-height: 55vh;
  }
}
@media only screen and (max-width: 1023px) {
  .main.full {
    min-height: 41vw;
  }
}
@media only screen and (max-width: 767px) {
  .main.full {
    min-height: 140vw;
  }
  .main.full.binding-and-stitching {
    background-image: url(../img/binding-and-stitching-m.jpg) !important;
  }
  .main.full.brochures {
    background-image: url(../img/brochures-m.jpg) !important;
  }
  .main.full.business-card-printing {
    background-image: url(../img/business-card-printing-m.jpg) !important;
  }
  .main.full.copying {
    background-image: url(../img/copying-m.jpg) !important;
  }
  .main.full.document-printing {
    background-image: url(../img/document-printing-m.jpg) !important;
  }
  .main.full.engineering {
    background-image: url(../img/engineering-m.jpg) !important;
  }
  .main.full.folding {
    background-image: url(../img/folding-m.jpg) !important;
  }
  .main.full.lamination {
    background-image: url(../img/lamination-m.jpg) !important;
  }
  .main.full.large-format-printing {
    background-image: url(../img/large-format-printing-m.jpg) !important;
  }
  .main.full.leaflet-printing {
    background-image: url(../img/leaflet-printing-m.jpg) !important;
  }
  .main.full.photo-printing {
    background-image: url(../img/photo-printing-m.jpg) !important;
  }
  .main.full.photos-of-the-documents {
    background-image: url(../img/photos-of-the-documents-m.jpg) !important;
  }
  .main.full.polygraphy {
    background-image: url(../img/polygraphy-m.jpg) !important;
  }
  .main.full.postcards {
    background-image: url(../img/postcards-m.jpg) !important;
  }
  .main.full.poster-printing {
    background-image: url(../img/poster-printing-m.jpg) !important;
  }
  .main.full.print-on-canvas {
    background-image: url(../img/print-on-canvas-m.jpg) !important;
  }
  .main.full.printing-drawings {
    background-image: url(../img/printing-drawings-m.jpg) !important;
  }
  .main.full.printing-photos {
    background-image: url(../img/printing-photos-m.jpg) !important;
  }
  .main.full.project-documentation {
    background-image: url(../img/project-documentation-m.jpg) !important;
  }
  .main.full.scanning {
    background-image: url(../img/scanning-m.jpg) !important;
  }
  .main.full.students {
    background-image: url(../img/students-m.jpg) !important;
  }
}
.main.full h2 {
  background: rgba(81, 192, 255, 0.8);
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  line-height: 0.75;
  font-size: 96px;
  padding: 20px;
  top: 65px;
  left: 0;
  position: relative;
}
@media only screen and (max-width: 1365px) {
  .main.full h2 {
    font-size: 76px;
  }
}
@media only screen and (max-width: 1279px) {
  .main.full h2 {
    font-size: 66px;
    margin-top: 15%;
  }
}
@media only screen and (max-width: 1023px) {
  .main.full h2 {
    text-align: left;
    line-height: 0.9;
    margin: 0;
    font-size: 46px;
    padding-left: 20px;
    left: 0;
    display: inline-block;
    width: auto;
    margin-top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .main.full h2 {
    font-size: 27px;
    margin-top: 20%;
    position: absolute;
    bottom: 20%;
    top: initial !important;
  }
}
.main.full h2.yellow {
  background: rgba(255, 227, 81, 0.8);
}
.main.full .container {
  background: 0 0;
  padding-bottom: 9.3%;
  background-position: left center;
}
@media only screen and (max-width: 1365px) {
  .main.full .container {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1279px) {
  .main.full .container {
    min-height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 1023px) {
  .main.full .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.main .container {
  padding-top: 13.2%;
  padding-bottom: 7%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: url(../img/main.svg) no-repeat 105% 115px;
  -webkit-background-size: 57% 57%;
  background-size: 57%;
  max-width: 1355px;
  min-height: 600px;
}
@media only screen and (max-width: 1395px) {
  .main .container {
    padding: 0 60px;
    background: url(../img/main.svg) no-repeat 100% 115px;
    -webkit-background-size: 50% 50%;
    background-size: 50%;
  }
}
@media only screen and (max-width: 1279px) {
  .main .container {
    background: url(../img/main.svg) no-repeat 110% 186px;
    -webkit-background-size: 57% 57%;
    background-size: 57%;
  }
}
@media only screen and (max-width: 1023px) {
  .main .container {
    background-position: 50% 25%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .main .container {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-background-size: 94% 94%;
    background-size: 94%;
    background-position: 50% 21%;
  }
}
.main h2 {
  margin-bottom: 33px;
  text-transform: uppercase;
  font-family: Jura, Montserrat, Arial, sans-serif;
}
@media only screen and (max-width: 1023px) {
  .main h2 {
    margin-bottom: 33%;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .main h2 {
    font-size: 22px;
    margin-top: 20px;
  }
}
.main ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  position: relative;
  top: 20px;
}
@media only screen and (max-width: 1279px) {
  .main ul {
    margin-top: 15%;
  }
  .main ul + h2 {
    margin-top: 40px !important;
    top: 0 !important;
  }
}
@media only screen and (max-width: 1023px) {
  .main ul {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .main ul {
    display: none !important;
  }
}
.main ul li {
  font-size: 48px;
  text-transform: uppercase;
  font-family: Oswald, Montserrat, Arial, sans-serif;
}
@media only screen and (max-width: 1365px) {
  .main ul li {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1279px) {
  .main ul li {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .main ul li {
    font-size: 18px;
  }
}
.main ul li:nth-child(2) {
  padding-left: 20px;
}
.main ul li:nth-child(3) {
  padding-left: 40px;
}
.main ul li:nth-child(4) {
  padding-left: 60px;
}
.border {
  border: 2px solid #000;
  display: inline-block;
  padding: 8px 13px;
  font-family: Jura, Montserrat, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  line-height: 1.2;
  font-size: 24px;
}
@media only screen and (max-width: 1279px) {
  .border {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1023px) {
  .border {
    margin-top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 60px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .border {
    margin-top: 90px;
    margin-left: 10px;
    font-size: 13px;
  }
  .border br {
    display: none;
  }
}
.border span.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  padding-right: 6px;
  padding-left: 8px;
}
.border span.left::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.border span.left::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.border span.left .num {
  display: block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 14px;
  font-family: Jura, Montserrat, Arial, sans-serif;
}
.border span.left .line {
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 7px;
  width: 1px;
  background: #000;
}
.border span.bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  left: -2px;
  bottom: 0;
  right: -2px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  padding-top: 6px;
  padding-bottom: 8px;
}
.border span.bottom::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.border span.bottom::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 4px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.border span.bottom .num {
  display: block;
  font-size: 14px;
  font-family: Jura, Montserrat, Arial, sans-serif;
}
.border span.bottom .line {
  position: absolute;
  left: 3px;
  right: 3px;
  bottom: 7px;
  height: 1px;
  background: #000;
}
.rule {
  background: url(../img/rule.svg) no-repeat top right;
  -webkit-background-size: 29px 29px;
  background-size: 29px;
}
@media only screen and (max-width: 1279px) {
  .rule {
    -webkit-background-size: 16px 16px;
    background-size: 16px;
  }
}
.title.top {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-left: 2px solid #131313;
  border-right: 2px solid #131313;
  height: 52px;
}
.title.top::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  height: 2px;
  background: #131313;
}
@media only screen and (max-width: 1130px) {
  .title.top::before {
    left: 20px;
    right: 20px;
  }
}
.title.top h2 {
  -webkit-transform: translateY(-11px);
  -ms-transform: translateY(-11px);
  transform: translateY(-11px);
  white-space: nowrap;
  background: #fff;
  padding: 0 15px;
  margin: 0;
  margin-left: 5.4%;
}
@media only screen and (max-width: 767px) {
  .title.top h2 {
    margin-left: 10px;
    padding: 0 10px;
  }
}
.title.left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 50px;
  border-top: 2px solid #131313;
  border-bottom: 2px solid #131313;
}
@media only screen and (max-width: 1279px) {
  .title.left {
    position: relative;
    width: 100%;
    height: 52px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border-left: 2px solid #131313;
    border-right: 2px solid #131313;
    border-top: 0;
    border-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 0;
  }
}
.title.left::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  width: 2px;
  background: #131313;
}
@media only screen and (max-width: 1279px) {
  .title.left::before {
    left: 0;
    right: 0;
    top: 15px;
    bottom: initial;
    height: 2px;
    width: initial;
  }
}
.title.left h2 {
  -webkit-transform: rotate(-90deg) translateY(-12px) translateX(-15%);
  -ms-transform: rotate(-90deg) translateY(-12px) translateX(-15%);
  transform: rotate(-90deg) translateY(-12px) translateX(-15%);
  white-space: nowrap;
  background: #fff;
  padding: 0 15px;
  margin: 0;
}
@media only screen and (max-width: 1279px) {
  .title.left h2 {
    -webkit-transform: translateY(-11px) !important;
    -ms-transform: translateY(-11px) !important;
    transform: translateY(-11px) !important;
    white-space: nowrap;
    background: #fff;
    padding: 0 15px;
    margin: 0;
    margin-left: 5.4%;
  }
}
@media only screen and (max-width: 767px) {
  .title.left h2 {
    margin-left: 10px;
    padding: 0 10px;
  }
}
.icons {
  padding: 84px 0 50px;
}
@media only screen and (max-width: 1023px) {
  .icons {
    margin-bottom: -30px;
    padding-top: 60px;
  }
}
.icons + .text {
  padding-top: 20px;
}
.icons + .btn.arrow {
  margin-top: -40px;
  top: -27px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1023px) {
  .icons + .btn.arrow {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .icons + .btn.arrow {
    margin-bottom: 20px;
  }
}
.icons.flex .container {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
}
@media only screen and (max-width: 1279px) {
  .icons.flex .container {
    padding: 0 20px;
  }
}
.icons.flex .icons__item {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33.33%;
}
@media only screen and (max-width: 1023px) {
  .icons.flex .icons__item {
    width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .icons.flex .icons__item {
    display: block;
    text-align: center;
  }
}
.icons.flex .icons__item img {
  width: 40%;
}
.icons.flex .icons__item span {
  width: 50%;
  font-size: 16px;
}
@media only screen and (max-width: 1023px) {
  .icons.flex .icons__item span {
    font-size: 12px;
    text-align: center;
    display: block;
    width: 100%;
  }
}
.icons .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 38px;
}
@media only screen and (max-width: 1130px) {
  .icons .container {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .icons .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.icons__item {
  text-align: center;
  cursor: pointer;
  height: 180px;
}
@media only screen and (max-width: 1023px) {
  .icons__item {
    width: 50%;
    margin-bottom: 30px;
    height: 150px;
  }
}
.icons__item:hover span {
  color: #51c0ff;
}
.icons__item:hover path[stroke="#131313"] {
  stroke: #51c0ff;
}
.icons__item:hover svg[fill="#131313"] {
  fill: #51c0ff;
}
.icons__item:hover path[stroke="#1D1D1B"] {
  stroke: #51c0ff;
}
.icons__item:hover path[fill="#131313"] {
  fill: #51c0ff;
}
.icons__item svg {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .icons__item svg {
    max-width: 100px;
    margin-bottom: -20px;
  }
}
.icons__item svg path {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.icons__item span {
  color: rgba(19, 19, 19, 0.6);
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  margin-top: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .icons__item span {
    font-size: 12px;
  }
}
.features {
  padding: 39px 0;
}
.features .container {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .features .container {
    padding-left: 80px;
  }
}
.features .title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .features .title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 50px;
    border-top: 2px solid #131313;
    border-bottom: 2px solid #131313;
    border-left: 0;
    border-right: 0;
    height: 100%;
  }
  .features .title::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 2px;
    background: #131313;
  }
}
@media only screen and (max-width: 767px) and (max-width: 1279px) {
  .features .title::before {
    top: 0;
    bottom: 0;
    left: 15px;
    height: 100%;
    width: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .features .title h2 {
    -webkit-transform: rotate(-90deg) translateY(-12px) translateX(-15%);
    -ms-transform: rotate(-90deg) translateY(-12px) translateX(-15%);
    transform: rotate(-90deg) translateY(-12px) translateX(-15%);
    white-space: nowrap;
    background: #fff;
    padding: 0 15px;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .features .title h2 {
    margin-left: 10px;
    padding: 0 10px;
    -webkit-transform: rotate(-90deg) translateY(-50%) translateX(50%) !important;
    -ms-transform: rotate(-90deg) translateY(-50%) translateX(50%) !important;
    transform: rotate(-90deg) translateY(-50%) translateX(50%) !important;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
.features__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media only screen and (max-width: 767px) {
  .features__list {
    display: none;
  }
}
.features__list.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .features__list.mobile {
    display: block;
  }
}
.features .slide {
  padding: 0 20px;
}
.features__item {
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  margin: 0 15px 30px;
  display: block;
  background: #fcfcfc;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0 0 25px 25px;
  border-radius: 0 0 25px 25px;
  position: relative;
  padding-bottom: 22%;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .features__item {
    width: -webkit-calc(33.333% - 30px);
    width: calc(33.333% - 30px);
    padding-bottom: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .features__item {
    width: 100%;
    padding-bottom: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.features__item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-background-size: 110% 110%;
  background-size: 110%;
}
.features__item:hover span {
  background: rgba(255, 227, 81, 0.8);
}
.features__item span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(81, 192, 255, 0.8);
  -webkit-border-radius: 0 0 25px 25px;
  border-radius: 0 0 25px 25px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3;
  height: 51px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .features__item span {
    font-size: 12px;
  }
}
.circle {
  padding: 30px 0;
}
.circle .container {
  position: relative;
}
.circle__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -15px;
  position: relative;
}
.circle__text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #51c0ff;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 2;
  padding: 5px;
  cursor: default;
}
@media only screen and (max-width: 1023px) {
  .circle__text {
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    padding: 10px;
  }
}
.circle__item {
  width: -webkit-calc(33.333% - 30px);
  width: calc(33.333% - 30px);
  margin: 0 15px 30px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .circle__item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 767px) {
  .circle__item {
    width: 100%;
    margin-bottom: 15px;
  }
  .circle__item:nth-child(even) {
    text-align: right;
  }
  .circle__item:nth-child(even)::before {
    left: initial !important;
    right: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    top: 0 !important;
    width: 131px;
    height: 131px;
  }
  .circle__item:nth-child(odd) {
    text-align: left;
  }
  .circle__item:nth-child(odd)::before {
    left: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    top: 0 !important;
    width: 131px;
    height: 131px;
  }
}
.circle__item:hover .circle__text {
  opacity: 1;
}
.circle__item.left::before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1023px) {
  .circle__item.left::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.circle__item.right::before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: 0;
  right: 0;
  left: initial;
}
@media only screen and (max-width: 1023px) {
  .circle__item.right::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.circle__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffe351;
}
.circle__item img {
  position: relative;
  z-index: 2;
  margin-top: 23px;
  margin-bottom: 10px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 767px) {
  .circle__item img {
    max-width: 100px;
  }
}
.circle__item span {
  display: block;
  font-size: 18px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .circle__item span {
    font-size: 16px;
  }
}
.gallery {
  padding: 30px 0;
}
.gallery .container {
  position: relative;
}
.gallery .title {
  margin-bottom: 30px;
}
.gallery .title h2 {
  -webkit-transform: rotate(-90deg) translateY(-12px) translateX(-45%);
  -ms-transform: rotate(-90deg) translateY(-12px) translateX(-45%);
  transform: rotate(-90deg) translateY(-12px) translateX(-45%);
}
.gallery__list {
  margin: 0 -15px -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .gallery__list {
    margin-left: 0;
    margin-right: 0;
  }
}
.gallery__item {
  width: 250px;
  height: 250px;
  margin: 0 15px 30px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 1279px) {
  .gallery__item {
    width: 222px;
    height: 222px;
  }
}
@media only screen and (max-width: 1023px) {
  .gallery__item:nth-child(1),
  .gallery__item:nth-child(2) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .gallery__item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    height: 0;
    padding-bottom: 47%;
    margin: 0 5px 10px;
  }
}
.gallery__item:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border: 4px solid #131313;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .gallery__item:last-child {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    height: 162px;
    padding: 0;
  }
}
.gallery__item:last-child:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.gallery__item:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  background: #ffe351;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gallery__item:last-child img {
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .gallery__item:last-child img {
    width: 50px;
  }
}
.gallery__item:last-child span {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1279px) {
  .gallery__item:last-child span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery__item:last-child span {
    font-size: 14px;
  }
}
.map {
  padding: 65px 0;
}
.map .container {
  position: relative;
}
.map .title {
  margin-bottom: 23px;
}
.map iframe {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
@media only screen and (max-width: 767px) {
  .map iframe {
    height: 300px !important;
  }
}
.consultation {
  padding-bottom: 95px;
}
.consultation h2 {
  margin-bottom: 0;
}
.consultation p {
  margin-bottom: 21px;
  font-size: 24px;
}
@media only screen and (max-width: 1279px) {
  .consultation p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .consultation p {
    font-size: 12px;
  }
  .consultation p br {
    display: none;
  }
}
.consultation form .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .consultation form .flex {
    display: block;
  }
}
.consultation form .flex > div {
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .consultation form .flex > div {
    width: 100%;
    margin-bottom: 20px;
  }
  .consultation form .flex > div textarea {
    height: 200px;
  }
}
.footer {
  background: #131313;
  padding: 26px 0;
  color: #fff;
}
.footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .footer .container {
    display: block;
  }
}
.footer .container > div:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer .container > div:first-child {
    display: block;
  }
}
.footer__col {
  margin-right: 12%;
}
@media only screen and (max-width: 1279px) {
  .footer__col {
    margin-right: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .footer__col {
    margin-right: 0;
  }
}
.footer__col:first-child .footer__title {
  position: relative;
}
.footer__col:first-child .footer__title::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 2px;
  width: 30px;
  background: #51c0ff;
}
.footer ul {
  list-style-type: none;
  padding-left: 0;
}
.footer ul li {
  font-size: 14px;
  margin-bottom: 2px;
  white-space: nowrap;
}
.footer ul li a {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer ul li a:hover {
  opacity: 0.6;
}
.footer__title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 6px;
}
.footer form {
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .footer form {
    margin-top: 40px;
  }
}
.footer form span {
  font-size: 13px;
  color: #fcfcfc;
}
@media only screen and (max-width: 1023px) {
  .footer form span {
    margin-bottom: 10px;
    display: block;
  }
}
.footer form input {
  font-size: 13px;
  color: #131313;
  background: #fcfcfc;
  -webkit-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
  border: 0;
  width: 171px;
  padding: 6px 11px;
  position: relative;
  z-index: 2;
  margin: 0;
  -webkit-box-shadow: 0 0 20px #51c0ff;
  box-shadow: 0 0 20px #51c0ff;
  border-top: 1px solid #fff;
  margin-right: -1px;
}
.footer form .btn {
  position: relative;
  z-index: 2;
  color: #fcfcfc;
  padding: 6px 11px;
  font-size: 12px;
  text-transform: uppercase;
  border: 0;
  background: #131313;
  border: 1px solid #51c0ff;
  -webkit-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
  -webkit-box-shadow: 0 0 20px #51c0ff;
  box-shadow: 0 0 20px #51c0ff;
}
.footer form .btn:hover {
  background: #51c0ff;
}
.footer form .form-group {
  margin-top: 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.footer__social {
  margin-top: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .footer__social {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer__social a {
  margin: 0 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  display: block;
}
.footer__social a svg {
  -webkit-box-shadow: 0 0 20px #51c0ff;
  box-shadow: 0 0 20px #51c0ff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.footer__social a svg path {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer__social a svg:hover path {
  fill: #ffe351;
}
.text {
  padding: 97px 0 0;
}
@media only screen and (max-width: 767px) {
  .text {
    padding-top: 60px;
    overflow: hidden;
  }
}
.text .container {
  position: relative;
}
.text .title {
  margin-bottom: 21px;
}
.text + .icons {
  margin-top: -90px;
}
.text .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .text .flex {
    display: block;
  }
}
.text .flex > div {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .text .flex > div {
    width: 100%;
    margin-bottom: 20px;
  }
}
.text h3 {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .text ul {
    padding-left: 15px;
  }
}
.text ul li {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .text ul li {
    font-size: 14px;
  }
  .text ul li strong {
    font-weight: 700;
  }
}
.text img {
  margin-bottom: 20px !important;
  max-width: 100%;
}
.text h4 {
  margin-bottom: 7px;
}
.trigger {
  width: 100%;
  text-align: center;
  border: 2px solid #131313;
  margin-bottom: -2px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .trigger {
    font-size: 11px;
  }
}
.trigger.active {
  background: #ffe351;
}
.trigger.active::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.trigger:hover {
  background: #fff3b7;
}
.trigger::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icons/trigger.svg) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  width: 18px;
  height: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.trigger__body {
  display: none;
  margin-bottom: 20px;
}
.trigger__body.active {
  display: block;
}
.trigger__body + span,
.trigger__body + p.span {
  display: block;
  font-size: 13px;
  margin-top: -15px;
}
.w80 {
  width: 85.4%;
}
@media only screen and (max-width: 1023px) {
  .w80 {
    width: 100%;
  }
}
.w70 {
  width: 75.4%;
}
@media only screen and (max-width: 1023px) {
  .w70 {
    width: 100%;
  }
}
.w60 {
  width: 65.4%;
}
@media only screen and (max-width: 1023px) {
  .w60 {
    width: 100%;
  }
}
.w50 {
  width: 55.4%;
}
@media only screen and (max-width: 1023px) {
  .w50 {
    width: 100%;
  }
}
.print {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .print {
    display: block;
  }
}
.print::before {
  content: "";
  position: absolute;
  width: 230px;
  height: 189px;
  background: url(../img/wire2.png) no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 1279px) {
  .print::before {
    width: 208px;
  }
}
@media only screen and (max-width: 1279px) {
  .print::before {
    display: none;
  }
}
.print form {
  width: 437px;
  background: #f8f8f8;
  -webkit-box-shadow: -2px 2px 28px rgba(0, 0, 0, 0.25),
    inset 0 5px 7px rgba(0, 0, 0, 0.25),
    inset 0 -5px 7px -3px rgba(0, 0, 0, 0.25);
  box-shadow: -2px 2px 28px rgba(0, 0, 0, 0.25),
    inset 0 5px 7px rgba(0, 0, 0, 0.25),
    inset 0 -5px 7px -3px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 35px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .print form {
    width: 100%;
    margin-bottom: 111px;
    padding: 20px 19px;
  }
}
.print .form-group {
  background: #f8f8f8;
  -webkit-box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.25),
    inset 0 2px 7px rgba(0, 0, 0, 0.25),
    inset 0 -5px 7px -3px rgba(0, 0, 0, 0.25);
  box-shadow: -2px 2px 8px rgba(0, 0, 0, 0.25),
    inset 0 2px 7px rgba(0, 0, 0, 0.25),
    inset 0 -5px 7px -3px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 10px 10px;
  margin-bottom: 20px;
}
.print .form-group span {
  display: block;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 3px;
}
.print .form-group select {
  width: 100%;
  padding: 3px 10px;
  text-transform: initial;
  margin-bottom: 0;
}
.print .form-group input {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #131313;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  width: 100%;
  padding: 3px 10px;
  text-transform: initial;
}
@media only screen and (max-width: 767px) {
  .print .form-group input {
    font-size: 11px;
  }
}
.print .btn {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 20px 71px;
}
.print .printer {
  background: #f8f8f8;
  -webkit-box-shadow: -2px 2px 28px rgba(0, 0, 0, 0.25),
    inset 0 5px 7px rgba(0, 0, 0, 0.25),
    inset 0 -5px 7px -3px rgba(0, 0, 0, 0.25);
  box-shadow: -2px 2px 28px rgba(0, 0, 0, 0.25),
    inset 0 5px 7px rgba(0, 0, 0, 0.25),
    inset 0 -5px 7px -3px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 15px;
  border-radius: 15px;
  width: 437px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 0;
  margin-bottom: 240px;
  position: relative;
  top: 85px;
}
@media only screen and (max-width: 767px) {
  .print .printer {
    width: 100%;
    position: relative;
    margin-bottom: 60%;
  }
}
.print .printer::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 133px;
  width: 10px;
  height: 33px;
}
@media only screen and (max-width: 1279px) {
  .print .printer::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .print .printer::before {
    position: absolute;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-100%);
    -ms-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
    display: block;
    width: 168px;
    height: 205px;
    background: url(../img/wire-mobile.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.print .printer img {
  margin-bottom: 20px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.print .printer .check {
  position: relative;
  width: 286px;
  margin-bottom: -50%;
  overflow: hidden;
  padding: 0 13px 23px;
}
.print .printer .check::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  height: 3px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background: #2c2c2c;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.99);
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.99);
  z-index: 3;
}
.print .printer .check .list {
  -webkit-box-shadow: 4px 9px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 9px 7px rgba(0, 0, 0, 0.25);
  background: url(../img/icons/check.svg) repeat-x left bottom #fcfcfc;
  -webkit-background-size: 5px 5px;
  background-size: 5px;
  width: 100%;
  padding: 30px 14px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.print .printer .check .list.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.print .printer .check__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.print .printer .check ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.print .printer .check ul:last-child {
  margin-bottom: 0;
}
.print .printer .check ul li {
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 10px;
  text-transform: initial;
  font-weight: 400;
}
.print .printer .check ul li.s {
  font-size: 10px;
  border-bottom: 1px dashed #000;
}
.print .printer .check ul li:last-child {
  margin-bottom: 0;
}
section.top {
  padding-top: 230px;
}
@media only screen and (max-width: 1023px) {
  section.top {
    padding-top: 60px;
  }
}
section.top iframe {
  height: 638px !important;
}
@media only screen and (max-width: 1279px) {
  section.top iframe {
    height: 400px !important;
  }
}
.is-sticky {
  position: relative;
  z-index: 10;
}
.is-sticky .menu {
  margin-top: 20px;
}
#sticky-wrapper {
  height: 0 !important;
}
.slick-dots {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.slick-dots button {
  display: none;
}
.slick-dots li {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #313131;
  margin: 0 3px;
  position: relative;
}
.slick-dots li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #313131;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slick-dots li.slick-active::before {
  width: 6px;
  height: 6px;
}
.hide {
  display: none !important;
}
input[name="count"] {
  margin-bottom: 0 !important;
  height: 30px;
}
select[disabled] {
  background: #dadada;
}
.footer__address {
  max-width: 215px;
  white-space: normal !important;
}
