@import url("https://fonts.googleapis.com/css?family=Ubuntu:400,400i,700&display=swap&subset=cyrillic");

html,
body,
div,
span,
h1,
h2,
h3,
h4,
p,
img,
strong,
i,
ol,
ul,
li,
form,
label,
article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

input,
select,
button,
textarea {
  margin: 0;
  font-size: 100%;
  outline: none;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input:not([type=radio]):not([type=checkbox]),
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

img {
  vertical-align: middle;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  text-decoration: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: 'MySupermolot';
  src: url("../fonts/Supermolot/Supermolot.eot");
  src: local("../fonts/Supermolot/Supermolot"), url("../fonts/Supermolot/Supermolot.eot?#iefix") format("embedded-opentype"), url("../fonts/Supermolot/Supermolot.woff") format("woff"), url("../fonts/Supermolot/Supermolot.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'MySupermolot';
  src: url("../fonts/Supermolot/Supermolot-Bold.eot");
  src: local("../fonts/Supermolot/Supermolot Bold"), local("Supermolot-Bold"), url("../fonts/Supermolot/Supermolot-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Supermolot/Supermolot-Bold.woff") format("woff"), url("../fonts/Supermolot/Supermolot-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon/Flaticon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.flaticon-placeholder:before {
  content: "\f100";
}

.flaticon-call-answer:before {
  content: "\f101";
}

.flaticon-arrow:before {
  content: "\f102";
}

.flaticon-arrow-point-to-right:before {
  content: "\f103";
}

.flaticon-arrowhead-thin-outline-to-the-left:before {
  content: "\f104";
}

.flaticon-right-arrow:before {
  content: "\f105";
}

.flaticon-eye:before {
  content: "\f106";
}

.flaticon-download:before {
  content: "\f107";
}

.flaticon-expand:before {
  content: "\f108";
}

.flaticon-print:before {
  content: "\f109";
}

.flaticon-close-envelope:before {
  content: "\f10a";
}

.flaticon-man-user:before {
  content: "\f10b";
}

.flaticon-left-arrow:before {
  content: "\f10c";
}

.flaticon-multiply:before {
  content: "\f10d";
}

html {
  font-size: 16px;
  -webkit-appearance: none;
}

body {
  min-width: 320px;
  background-color: #fff;
  color: #333;
  font-family: "Ubuntu", sans-serif;
  font-size: 1rem;
}

.container {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.gallery-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

a {
  color: #e74c3c;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a[href^=tel] {
  color: #e74c3c;
}

.text-accent {
  color: #e74c3c;
}

h1,
h2,
h3 {
  font-family: "MySupermolot", sans-serif;
}

.section-subheader,
.section-header,
.section-text {
  text-align: center;
}

.section-subheader {
  font-size: 1.125rem;
  color: #c9c9c9;
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
  margin-bottom: 10px;
}

.section-header {
  font-size: 2.375rem;
  font-weight: 400;
  margin-bottom: 80px;
  color: #040e27;
}

.section-text {
  color: #7a7b7f;
  max-width: 945px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.375rem;
  margin-bottom: 80px;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: #e74c3c;
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.btn:hover::after {
  background-color: #d62c1a;
}

.nav-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  color: #fff;
  background-color: #e74c3c;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.nav-btn:hover {
  background-color: #d62c1a;
}

.count-btn {
  height: 45px;
  background-color: #dae3f7;
  border-radius: 5px;
  color: #19387f;
  font-size: 0.875rem;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
}

.count-btn:hover {
  background-color: #b0c3ee;
}

.count-btn.active {
  background-color: #19387f;
  color: #fff;
}

.input,
.textarea {
  margin-bottom: 10px;
}

.input input,
.input textarea,
.textarea input,
.textarea textarea {
  width: 100%;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.875rem;
  -webkit-transition: border-color .3s, -webkit-box-shadow .3s;
  transition: border-color .3s, -webkit-box-shadow .3s;
  transition: box-shadow .3s, border-color .3s;
  transition: box-shadow .3s, border-color .3s, -webkit-box-shadow .3s;
}

.input input:focus,
.input textarea:focus,
.textarea input:focus,
.textarea textarea:focus {
  border-color: #1aaaff;
  -webkit-box-shadow: 0 0 8px 0 rgba(26, 170, 255, 0.9);
  box-shadow: 0 0 8px 0 rgba(26, 170, 255, 0.9);
}

.input input.error,
.input textarea.error,
.textarea input.error,
.textarea textarea.error {
  border-color: #e74c3c;
}

.input input.error:focus,
.input textarea.error:focus,
.textarea input.error:focus,
.textarea textarea.error:focus {
  -webkit-box-shadow: 0 0 8px 0 rgba(237, 118, 105, 0.9);
  box-shadow: 0 0 8px 0 rgba(237, 118, 105, 0.9);
}

.input {
  position: relative;
}

.input .label {
  width: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 45px;
  background-color: #3c67b0;
  color: #fff;
  border-radius: 5px 0 0 5px;
  font-size: 1.125rem;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.input input {
  height: 45px;
  padding: 0 20px 0 65px;
}

.input.no-label input {
  padding: 0 20px;
}

.input.with-error .label {
  background-color: #e74c3c;
}

.textarea textarea {
  resize: none;
  padding: 15px;
  min-height: 100px;
  font-family: "Ubuntu", sans-serif;
}

.checkbox {
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #7a7b7f;
  margin-bottom: 20px;
}

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

.checkbox label input {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  border-radius: 3px;
  margin-right: 5px;
}

.submit button {
  width: 100%;
  height: 45px;
  background-color: #e74c3c;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.submit button:hover {
  background-color: #d62c1a;
}

label.error {
  color: #e74c3c;
  font-size: 0.8125rem;
}

.modal {
  background-color: #fff;
  max-width: 575px;
  width: 100%;
  margin: 0 auto;
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.modal.md {
  max-width: 810px;
  padding: 0;
}

.modal.md .form-steps {
  height: 290px;
}

.modal.md .form-steps .step {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal.md .form-steps .step.active {
  display: block;
}

.modal.md .content {
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal.md .content .inputs-label {
  margin-bottom: 10px;
  font-family: "MySupermolot", sans-serif;
}

.modal.md .content .inputs-group {
  margin-bottom: 30px;
}

.modal.md .content .inputs-group:last-child {
  margin-bottom: 0;
}

.modal.md .content .inputs-group .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}

.modal.md .content .inputs-group .inner .input,
.modal.md .content .inputs-group .inner .count-btn {
  width: calc(100% / 3 - 10px);
  margin: 5px;
}

.modal.lg {
  max-width: 1000px;
  padding: 0;
}

.modal.lg .content {
  padding: 50px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.modal.lg .content ul {
  list-style-position: inside;
}

.modal.lg .content ul li {
  font-size: 0.9375rem;
  margin-bottom: 10px;
  line-height: 1.375rem;
}

.modal.lg .content .images-slider-wrapper {
  float: left;
  margin-right: 20px;
}

.modal.lg .content .images-slider-wrapper .images-slider {
  margin-bottom: 10px;
  width: 400px;
  height: 235px;
}

.modal.lg .content .images-slider-wrapper .images-slider .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 400px;
  height: 235px;
}

.modal.lg .content .images-slider-wrapper .product-modal-nav .nav-btn {
  width: 35px;
  height: 35px;
  background-color: #3c67b0;
  font-size: 0.75rem;
  padding-top: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal.lg .content .images-slider-wrapper .product-modal-nav .gallery-dots .owl-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #3c67b0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 3px;
}

.modal.lg .content .images-slider-wrapper .product-modal-nav .gallery-dots .owl-dot.active {
  background-color: #3c67b0;
}

.modal.lg .content .text h4 {
  font-size: 1.375rem;
  margin-bottom: 15px;
  font-family: "MySupermolot", sans-serif;
  color: #040e27;
}

.modal.lg .content .text p {
  font-size: 0.9375rem;
  margin-bottom: 10px;
  line-height: 1.375rem;
}

.modal.lg .content .text p:last-child {
  margin-bottom: 0;
}

.modal .modal-footer {
  padding: 33px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #163479;
}

.modal .modal-footer .footer-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal .modal-footer .footer-btns .btn {
  width: 256px;
  height: 51px;
  margin: 0 5px;
}

.modal .modal-footer .footer-btns .btn::after {
  z-index: 10;
}

.modal .modal-footer .footer-btns .btn span {
  position: relative;
  z-index: 15;
}

.modal .modal-footer .count-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.modal .modal-footer .count-data .count-steps {
  font-weight: 700;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.modal .modal-footer .count-data .prev-step {
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 25px;
  margin-left: 25px;
}

.modal .modal-footer .count-data .prev-step:hover {
  text-decoration: underline;
}

.modal .modal-footer .count-data .prev-step:hover .icon {
  background-color: #fff;
  color: #e74c3c;
}

.modal .modal-footer .count-data .prev-step .icon {
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e74c3c;
  border-radius: 50%;
  margin-right: 7px;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
}

.modal .modal-footer .count-data .btn {
  height: 51px;
  width: 236px;
}

.modal .modal-footer .count-data .btn::after {
  z-index: 15;
}

.modal .modal-footer .count-data .btn p {
  position: relative;
  z-index: 20;
}

.modal .modal-header {
  text-align: center;
  margin-bottom: 40px;
}

.modal .modal-header h3 {
  font-weight: 400;
  font-size: 1.375rem;
  margin-bottom: 10px;
}

.modal .modal-header p {
  line-height: 1.25rem;
  color: #7a7b7f;
}

.modal-map {
  max-width: 575px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.modal-map #map_box {
  min-height: 400px;
}

.close-modal {
  width: 35px;
  height: 35px;
  background-color: #163171;
  color: #fff;
  font-size: 1.25rem;
  padding-top: 2px;
  padding-left: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 100;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.close-modal:hover {
  background-color: #3c67b0;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

#modal_message_text {
  text-align: center;
}

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

#main_screen {
  background-image: url("../img/main_screen_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  position: relative;
}

#main_screen::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(1, 44, 108, 0.7);
}

#main_screen .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

#main_screen .container .site-header {
  position: relative;
}

#main_screen .container .site-header .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  font-size: 0.9375rem;
}

#main_screen .container .site-header .header-top .header-logo {
  -webkit-box-flex: 4;
  -ms-flex-positive: 4;
  flex-grow: 4;
}

#main_screen .container .site-header .header-top .header-data {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#main_screen .container .site-header .header-top .header-data .contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  margin-left: 20px;
}

#main_screen .container .site-header .header-top .header-data .contacts-block .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #e74c3c;
}

#main_screen .container .site-header .header-top .header-data .contacts-block .icon .fi {
  font-size: 1.125rem;
  position: relative;
}

#main_screen .container .site-header .header-top .header-data .contacts-block .icon .fi.flaticon-placeholder {
  font-size: 1.3125rem;
  left: 3px;
}

#main_screen .container .site-header .header-top .header-data .contacts-block .data {
  line-height: 1.25rem;
}

#main_screen .container .site-header .header-top .header-data .contacts-block .data a {
  display: block;
  color: #fff;
}

#main_screen .container .site-header .header-top .header-data .contacts-block .data a.phone-link {
  text-decoration: none;
}

#main_screen .container .site-header .header-top .header-data .contacts-block .btn {
  height: 44px;
  margin-left: 20px;
  width: 220px;
}

#main_screen .container .site-header .header-top .menu-toggle {
  display: none;
  margin-left: 20px;
}

#main_screen .container .site-header .header-top .menu-toggle .menu-icon {
  display: inline-block;
  width: 30px;
  height: 10px;
  position: relative;
}

#main_screen .container .site-header .header-top .menu-toggle .menu-icon .line {
  display: block;
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 3px;
  margin-top: 3px;
}

#main_screen .container .site-header .header-top .menu-toggle .menu-icon .line::before,
#main_screen .container .site-header .header-top .menu-toggle .menu-icon .line::after {
  background-color: #fff;
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
}

#main_screen .container .site-header .header-top .menu-toggle .menu-icon .line::before {
  top: -10px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}

#main_screen .container .site-header .header-top .menu-toggle .menu-icon .line::after {
  bottom: -10px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

#main_screen .container .site-header .header-top .menu-toggle .menu-icon.is-toggle .line {
  background: none;
}

#main_screen .container .site-header .header-top .menu-toggle .menu-icon.is-toggle .line::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#main_screen .container .site-header .header-top .menu-toggle .menu-icon.is-toggle .line::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main_screen .container .site-header .top-menu {
  padding-top: 30px;
}

#main_screen .container .site-header .top-menu.visible {
  max-height: 400px;
}

#main_screen .container .site-header .top-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#main_screen .container .site-header .top-menu .menu a {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color .3s;
  transition: color .3s;
  position: relative;
}

#main_screen .container .site-header .top-menu .menu a::after {
  content: "";
  display: inline-block;
  background-color: #e74c3c;
  height: 3px;
  width: 0;
  left: 50%;
  bottom: -10px;
  position: absolute;
  -webkit-transition: width .3s;
  transition: width .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#main_screen .container .site-header .top-menu .menu a:hover {
  color: #e74c3c;
}

#main_screen .container .site-header .top-menu .menu a:hover::after {
  width: 100%;
}

#main_screen .container .offer {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#main_screen .container .offer .offer-content {
  margin-top: -55px;
  max-width: 688px;
  width: 100%;
  border-top: 10px solid #fff;
  border-left: 10px solid #fff;
  padding: 60px 0 70px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

#main_screen .container .offer .offer-content::after {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 10px;
  height: 50px;
  position: absolute;
  top: -1px;
  right: 0;
}

#main_screen .container .offer .offer-content h1 {
  width: 705px;
  font-size: 2.75rem;
  text-transform: uppercase;
  line-height: 3.375rem;
  margin-bottom: 15px;
}

#main_screen .container .offer .offer-content .subheader {
  font-style: italic;
  font-size: 1.625rem;
  padding: 9px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.25);
  display: inline-block;
}

#main_screen .container .offer .offer-content .btn-wrapper {
  position: absolute;
  right: 0;
  left: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: -26px;
}

#main_screen .container .offer .offer-content .btn-wrapper::before {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  content: "";
  height: 10px;
  width: 50px;
  display: inline-block;
  background-color: #fff;
}

#main_screen .container .offer .offer-content .btn-wrapper .btn {
  height: 61px;
  width: 282px;
  border-width: 2px;
  font-size: 0.9375rem;
  margin-left: 10px;
}

#main_screen .container .offer .btn-next {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 105px;
  height: 105px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: -55px;
  left: calc(50% - 52.5px);
  font-size: 1.125rem;
  color: #1e3a72;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

#main_screen .container .offer .btn-next .fi {
  position: relative;
  bottom: 10px;
}

#main_screen.no_offer .container {
  height: auto;
  min-height: 0;
  padding-bottom: 40px;
}

#products .section-header {
  margin-bottom: 20px !important;
}

#products .products {
  margin: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  text-align: center;
}

#products .products .product {
  width: calc(100% / 3 - 20px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 10px;
  min-height: 250px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#products .products .product::after {
  content: "";
  position: absolute;
  height: 100px;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

#products .products .product::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
  background: -webkit-gradient(linear, left bottom, left top, from(#052b60), color-stop(50%, #461c6b), to(#831414));
  background: linear-gradient(0deg, #052b60 0%, #461c6b 50%, #831414 100%);
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

#products .products .product .product-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: height .5s;
  transition: height .5s;
}

#products .products .product .product-about .product-title {
  font-size: 1.125rem;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#products .products .product .product-about .product-text {
  position: absolute;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  opacity: 0;
}

#products .products .product .product-about .btn {
  position: absolute;
  width: 186px;
  height: 41px;
  text-transform: none;
  font-weight: 400;
  opacity: 0;
}

#products .products .product .product-about .btn .fi {
  margin-left: 5px;
  margin-top: 4px;
  font-size: 0.75rem;
}

#products .products .product:hover::after {
  opacity: 0;
}

#products .products .product:hover::before {
  opacity: .75;
}

#products .products .product:hover .product-about {
  height: 100%;
}

#products .products .product:hover .product-about .product-text {
  position: relative;
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

#products .products .product:hover .product-about .btn {
  position: relative;
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

#benefits {
  background-color: #19387f;
  color: #fff;
  text-align: center;
  padding-bottom: 60px;
}

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

#benefits .container .benefit {
  width: calc(100% / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 20px 20px;
  min-height: 333px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#benefits .container .benefit:nth-child(2n - 1) {
  background-color: #163171;
}

#benefits .container .benefit .benefit-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-bottom: 20px;
}

#benefits .container .benefit .benefit-content .benefit-title {
  font-family: "MySupermolot", sans-serif;
  text-transform: uppercase;
  line-height: 1.5rem;
  margin-bottom: 10px;
}

#benefits .container .benefit .benefit-content .benefit-text {
  line-height: 1.25rem;
}

#count_order_red {
  color: #fff;
  margin-top: -60px;
  position: relative;
  z-index: 10;
}

#count_order_red .container {
  padding: 28px 55px;
  background-color: #e74c3c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
}

#count_order_red .container h2 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  max-width: 680px;
  margin-right: 20px;
}

#count_order_red .container .btn {
  width: 340px;
  height: 60px;
  color: #e74c3c;
  border-width: 2px;
  z-index: 1;
  font-size: 0.9375rem;
}

#count_order_red .container .btn::after {
  background-color: #fff;
}

#count_order_red .container .btn:hover {
  color: #fff;
}

#count_order_red .container .btn:hover::after {
  background-color: transparent;
}

#projects .container {
  max-width: none;
  padding: 0 20px;
}

#projects .container .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}

#projects .container .gallery .gallery-item {
  width: calc(20% - 20px);
  min-height: 220px;
  position: relative;
  margin: 10px;
}

#projects .container .gallery .gallery-item .img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#projects .container .gallery .gallery-item .item-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(5, 43, 96, 0.75)), color-stop(50%, rgba(70, 28, 107, 0.75)), to(rgba(131, 20, 20, 0.75)));
  background: linear-gradient(0deg, rgba(5, 43, 96, 0.75) 0%, rgba(70, 28, 107, 0.75) 50%, rgba(131, 20, 20, 0.75) 100%);
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

#projects .container .gallery .gallery-item .item-data:hover {
  opacity: 1;
}

#projects .container .gallery .gallery-item .item-data h4 {
  font-size: 1.125rem;
  margin-bottom: 15px;
}

#projects .container .gallery .gallery-item .item-data .open-img {
  text-align: center;
  color: #fff;
  text-decoration: none;
}

#projects .container .gallery .gallery-item .item-data .open-img:hover {
  text-decoration: underline;
}

#projects .container .gallery .gallery-item .item-data .open-img .fi {
  margin-right: 5px;
}

#prices {
  background-image: url("../img/prices_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#prices::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(4, 14, 38, 0.85);
}

#prices .container {
  position: relative;
  z-index: 5;
}

#prices .section-subheader,
#prices .section-header {
  color: #fff;
}

#prices .section-header {
  margin-bottom: 20px;
}

#prices .prices {
  margin: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 45px;
}

.prices_form {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.prices_form .input input {
  padding: 0 20px 0 45px;
}

.prices_form > div {
  display: flex;
}

#prices > div > p {
  color: #fff;
  line-height: 1.6;
  text-align: center;
  max-width: 540px;
  margin: 0 auto 60px;
}

.prices_form > div:last-child {
  justify-content: flex-end;
  padding: 0 25px;
  margin-top: 15px;
}

.prices_form .submit {
  display: flex;
  width: 32.5%;
}

.prices_form > div .checkbox {
  max-width: 320px;
  margin-bottom: 0;
  text-align: right;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.prices_form > div .input {
  display: flex;
  flex-grow: 1;
  padding: 0 25px;
}
#prices .prices .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% / 3 - 20px);
  background-color: #fff;
  margin: 10px;
  padding: 25px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}

#prices .prices .price .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 46px;
  margin-right: 10px;
}

#prices .prices .price .icon img {
  width: 100%;
}

#prices .prices .price .data h4 {
  font-weight: 400;
  margin-bottom: 3px;
}

#prices .prices .price .data p {
  font-size: 0.75rem;
  color: #999;
  margin-bottom: 7px;
}

#prices .prices .price .price-links {
  font-size: 0.75rem;
}

#prices .prices .price .price-links a {
  color: #3c67b0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3px;
}

#prices .prices .price .price-links a:first-child {
  margin-right: 10px;
}

#prices .prices .price .price-links a .fi {
  font-size: 0.875rem;
  margin-right: 3px;
}

#prices .prices .price .price-links a .fi.flaticon-eye {
  margin-top: 2px;
}

#about .section-subheader {
  text-align: left;
}

#about .about-headers .section-header {
  text-align: left;
  margin-bottom: 30px;
  position: absolute;
  opacity: 0;
  z-index: -100;
}

#about .about-headers .section-header.active {
  opacity: 1;
  position: static;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

#about .about-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#about .about-inner .content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#about .about-inner .content .screens {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 40px;
}

#about .about-inner .content .screens .text-block {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  position: absolute;
  z-index: -100;
  opacity: 0;
}

#about .about-inner .content .screens .text-block.active {
  position: static;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

#about .about-inner .content .screens .text-block p {
  margin-bottom: 15px;
}

#about .about-inner .content .screens .text-block p:last-child {
  margin-bottom: 0;
}

#about .about-inner .content .facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#about .about-inner .content .facts .fact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% / 3);
  min-height: 180px;
  background-color: #f5f5f5;
}

#about .about-inner .content .facts .fact:nth-child(2) {
  background-color: #fff;
}

#about .about-inner .content .facts .fact img {
  margin-bottom: 7px;
}

#about .about-inner .images {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 50px;
}

#about .about-inner .images .gallery {
  position: relative;
  width: 415px;
  min-height: 520px;
}

#about .about-inner .images .gallery .img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 95%;
  height: 96%;
  border-radius: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#about .about-inner .images .gallery .img.active {
  right: auto;
  bottom: auto;
  left: 0;
  top: 0;
  z-index: 10;
  -webkit-box-shadow: 5px 5px 3px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 5px 5px 3px 0 rgba(0, 0, 0, 0.7);
}

#about .about-inner .images .gallery-nav {
  margin-top: 25px;
}

#count_order_blue {
  background-image: url("../img/count-order_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#count_order_blue::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(25, 56, 127, 0.9);
}

#count_order_blue .container {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#count_order_blue .section-header {
  margin-bottom: 20px !important;
  color: #fff;
}

#count_order_blue .section-text {
  color: #fff;
  margin-bottom: 30px;
}

#count_order_blue .btn {
  width: 292px;
  height: 65px;
  border-width: 2px;
}

#documentation .documentation .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#documentation .documentation .owl-stage .owl-item {
  padding: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#documentation .documentation .item {
  min-height: 400px;
  height: 100%;
  background-color: #eee;
  border: 1px solid #d1d1d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#documentation .documentation .item .open-slider-img {
  display: block;
  width: 100%;
}

#documentation .documentation .item .open-slider-img img {
  width: 100%;
}

#documentation .gallery-nav {
  margin-top: 30px;
}

#documentation .gallery-nav .nav-btn {
  background-color: #3c67b0;
}

#documentation .gallery-nav .gallery-dots .owl-dot {
  width: 17px;
  height: 17px;
  border: 2px solid #3c67b0;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 3px;
}

#documentation .gallery-nav .gallery-dots .owl-dot.active {
  background-color: #3c67b0;
}

#contacts {
  background-image: url("../img/contacts_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#contacts::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(4, 14, 38, 0.85);
}

#contacts .contacts .container {
  position: relative;
  z-index: 10;
}

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

#contacts .contacts .contacts-inner .contacts-data,
#contacts .contacts .contacts-inner .send-order {
  width: calc(50% - 20px);
  margin: 0 10px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contacts .contacts .contacts-inner .contacts-data {
  padding: 40px 0;
  background-color: rgba(12, 40, 93, 0.8);
  border: 1px solid #163171;
}

#contacts .contacts .contacts-inner .contacts-data .data-header {
  color: #fff;
  font-size: 1.875rem;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

#contacts .contacts .contacts-inner .contacts-data .contacts-block {
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#contacts .contacts .contacts-inner .contacts-data .contacts-block.accent {
  background-color: #091c41;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#contacts .contacts .contacts-inner .contacts-data .contacts-block.accent p {
  color: #fff;
}

#contacts .contacts .contacts-inner .contacts-data .contacts-block.accent p a {
  color: #fff;
}

#contacts .contacts .contacts-inner .contacts-data .contacts-block:last-child {
  padding-bottom: 0;
}

#contacts .contacts .contacts-inner .contacts-data .contacts-block h4 {
  color: #fff;
  font-family: "MySupermolot", sans-serif;
  margin-bottom: 10px;
}

#contacts .contacts .contacts-inner .contacts-data .contacts-block .contacts-row {
  margin-bottom: 10px;
}

#contacts .contacts .contacts-inner .contacts-data .contacts-block p {
  color: #aabdf5;
  font-size: 0.875rem;
  margin-bottom: 5px;
}

#contacts .contacts .contacts-inner .contacts-data .contacts-block p strong {
  color: #fff;
  font-family: "MySupermolot", sans-serif;
}

#contacts .contacts .contacts-inner .contacts-data .contacts-block p a {
  color: #aabdf5;
}

#contacts .contacts .contacts-inner .contacts-data .contacts-block p a.phone-link {
  text-decoration: none;
}

#contacts .contacts .contacts-inner .contacts-data .contacts-block a {
  font-size: 0.875rem;
}

#contacts .contacts .contacts-inner .send-order {
  padding: 40px;
  background-color: #fff;
}

#contacts .contacts .contacts-inner .send-order .form-header {
  text-align: center;
  font-size: 1.375rem;
  margin-bottom: 10px;
}

#contacts .contacts .contacts-inner .send-order .form-text {
  text-align: center;
  color: #7a7b7f;
  margin-bottom: 20px;
}

#contacts .footer-bottom {
  color: #fff;
  background-color: #040e27;
  position: relative;
  z-index: 10;
}

#contacts .footer-bottom .container {
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#contacts .footer-bottom .container .developer {
  font-size: 0.875rem;
}

#contacts .footer-bottom .container .developer img {
  margin-right: 20px;
}

#contacts .footer-bottom .container .developer a {
  color: #aabdf5;
}

.section_text_content {
  margin: 60px 0;
}

@media only screen and (max-width: 1440px) {
  #main_screen .container {
    min-height: 720px;
  }

  #projects .container .gallery .gallery-item {
    width: calc(25% - 20px);
  }
}

@media only screen and (max-width: 1200px) {
  #benefits .container {
    padding: 0;
  }
}

@media only screen and (max-width: 1100px) {
  #main_screen .container .site-header .top-menu .menu a {
    font-size: 0.8125rem;
  }
}

@media only screen and (max-width: 992px) {
  .section-header {
    margin-bottom: 60px;
  }

  .section-text {
    margin-bottom: 60px;
  }

  #main_screen .container .site-header .header-top {
    padding-top: 20px;
  }

  #main_screen .container .site-header .header-top .header-data {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  #main_screen .container .site-header .header-top .header-data .contacts-block.adress {
    display: none;
  }

  #main_screen .container .site-header .header-top .header-data .contacts-block .btn {
    width: 180px;
  }

  #main_screen .container .site-header .header-top .menu-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  #main_screen .container .site-header .top-menu {
    overflow: hidden;
    max-height: 0;
    padding-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 50;
    background-color: rgba(22, 49, 113, 0.99);
    -webkit-transition: max-height .5s;
    transition: max-height .5s;
  }

  #main_screen .container .site-header .top-menu .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #main_screen .container .site-header .top-menu .menu a {
    padding: 15px;
    border-bottom: 1px solid #1c3e8f;
  }

  #main_screen .container .offer .offer-content h1 {
    width: 100%;
  }

  #main_screen.no_offer .container {
    padding-bottom: 0;
  }

  #main_screen.no_offer .container .site-header .header-top {
    border-bottom: 0;
  }

  #products .products .product {
    width: calc(50% - 20px);
    min-height: 300px;
  }

  #benefits .container .benefit {
    font-size: 0.875rem;
    padding-left: 15px;
    padding-right: 15px;
  }

  #benefits .container .benefit .benefit-content .benefit-title {
    line-height: 1.375rem;
  }

  #count_order_red .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  #projects {
    padding-bottom: 20px;
  }

  #projects .container .gallery .gallery-item {
    width: calc(100% / 3 - 20px);
  }

  #prices .prices .price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #prices .prices .price .icon {
    margin-right: 0;
    margin-bottom: 10px;
  }

  #prices .prices .price .data {
    text-align: center;
  }

  #about {
    padding: 60px 0 40px 0;
  }

  #about .about-inner .content .screens {
    margin-bottom: 20px;
    font-size: 0.875rem;
    line-height: 1.375rem;
  }

  #about .about-inner .content .screens .text-block p {
    margin-bottom: 10px;
  }

  #about .about-inner .content .facts .fact {
    min-height: 120px;
    font-size: 0.875rem;
  }

  #about .about-inner .content .facts .fact img {
    width: 50px;
  }

  #about .about-inner .images {
    margin-left: 30px;
  }

  #about .about-inner .images .gallery {
    width: 350px;
    min-height: 450px;
  }

  #about .about-inner .images .gallery .img {
    height: 430px;
    width: 330px;
  }

  #contacts .contacts .contacts-inner .contacts-data,
  #contacts .contacts .contacts-inner .send-order {
    width: 100%;
    margin-bottom: 20px;
  }

  #contacts .contacts .contacts-inner .contacts-data:last-child,
  #contacts .contacts .contacts-inner .send-order:last-child {
    margin-bottom: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .modal.lg .content .images-slider-wrapper {
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .prices_form > div:last-child {
    padding: 0;
  }

  .prices_form > div .checkbox {
    text-align: center;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .prices_form > div .input {
    padding-right: 0;
    margin-bottom: 20px;
  }

  #prices .prices {
    padding: 0 30px;
  }

  .prices_form .submit {
    width: 100%;
  }

  .prices_form > div {
    flex-direction: column;
  }

  .modal.lg .content .images-slider-wrapper .images-slider {
    width: 100%;
    height: 300px;
  }

  .modal.lg .content .images-slider-wrapper .images-slider .item {
    width: 100%;
    height: 300px;
  }

  .modal .modal-footer .count-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal .modal-footer .count-data .count-steps {
    margin-bottom: 10px;
  }

  .modal .modal-footer .count-data .prev-step {
    margin: 10px 0;
  }

  #main_screen .container .site-header .header-top .header-data .contacts-block .icon {
    margin-right: 5px;
  }

  #main_screen .container .offer .offer-content {
    padding: 0;
    border: none;
  }

  #main_screen .container .offer .offer-content::after {
    display: none;
  }

  #main_screen .container .offer .offer-content .subheader {
    margin-bottom: 20px;
    padding: 9px 15px;
    font-size: 1.375rem;
  }

  #main_screen .container .offer .offer-content .btn-wrapper {
    position: static;
  }

  #main_screen .container .offer .offer-content .btn-wrapper::before {
    display: none;
  }

  #main_screen .container .offer .offer-content .btn-wrapper .btn {
    margin-left: 0;
  }

  #benefits .container .benefit {
    width: 50%;
  }

  #benefits .container .benefit:nth-child(3) {
    background-color: transparent;
  }

  #benefits .container .benefit:nth-child(4) {
    background-color: #163171;
  }

  #count_order_red .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
  }

  #count_order_red .container h2 {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.625rem;
  }

  #projects .container {
    padding: 0 10px;
  }

  #projects .container .gallery {
    margin: -5px;
  }

  #projects .container .gallery .gallery-item {
    min-height: 180px;
    width: calc(100% / 3 - 10px);
    margin: 5px;
  }

  #projects .container .gallery .gallery-item .item-data h4 {
    font-size: 0.75rem;
    margin-bottom: 5px;
  }

  #projects .container .gallery .gallery-item .item-data .open-img {
    font-size: 0.75rem;
  }

  #prices .prices .price {
    padding: 20px 15px;
  }

  #about .about-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #about .about-inner .content {
    margin-bottom: 20px;
  }

  #about .about-inner .images {
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 0;
    width: 100%;
  }

  #about .about-inner .images .gallery {
    width: 100%;
    min-height: 600px;
  }

  #about .about-inner .images .gallery .img {
    width: 95%;
    height: 95%;
  }

  #contacts .footer-bottom .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }

  #contacts .footer-bottom .container .copyright {
    font-size: 0.875rem;
  }

  #contacts .footer-bottom .container .developer {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #contacts .footer-bottom .container .developer img {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 690px) {
  #main_screen .container .site-header .header-top .header-data {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }

  #main_screen .container .site-header .header-top .header-data .contacts-block {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
  }

  #main_screen .container .site-header .header-top .header-data .contacts-block .btn {
    margin-left: auto;
  }
}

@media only screen and (max-width: 576px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-subheader {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .section-header {
    font-size: 2rem;
    line-height: 2.375rem;
    margin-bottom: 40px;
  }

  .section-text {
    margin-bottom: 40px;
  }

  .nav-btn {
    width: 38px;
    height: 38px;
    font-size: 0.875rem;
  }

  .modal {
    padding: 40px 20px;
  }

  .modal {
    padding: 40px 10px 30px 10px;
  }

  .modal.md .form-steps {
    height: auto;
  }

  .modal.md .content {
    padding: 40px 20px;
  }

  .modal.md .content {
    padding: 40px 10px 30px 10px;
  }

  .modal.md .content .inputs-group .inner .input,
  .modal.md .content .inputs-group .inner .count-btn {
    width: 100%;
  }

  .modal.lg .content {
    padding: 50px 15px 30px 15px;
  }

  .modal.lg .content .images-slider-wrapper .images-slider {
    height: 235px;
  }

  .modal.lg .content .images-slider-wrapper .images-slider .item {
    height: 235px;
  }

  .modal .modal-footer {
    padding: 15px;
  }

  .modal .modal-footer .footer-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal .modal-footer .footer-btns .btn {
    margin: 5px 0;
    width: 100%;
  }

  .modal .modal-footer .count-data .btn {
    width: 100%;
  }

  #main_screen .container .site-header .header-top .header-data .contacts-block .data {
    line-height: 1.125rem;
  }

  #main_screen .container .offer .offer-content h1 {
    font-size: 2rem;
    line-height: 2.375rem;
  }

  #main_screen .container .offer .offer-content .subheader {
    font-size: 1.125rem;
  }

  #main_screen .container .offer .offer-content .btn-wrapper .btn {
    width: 100%;
  }

  #products .products .product {
    width: 100%;
  }

  #benefits .container .benefit {
    width: 100%;
  }

  #benefits .container .benefit:nth-child(3) {
    background-color: #163171;
  }

  #benefits .container .benefit:nth-child(4) {
    background-color: transparent;
  }

  #count_order_red .container .btn {
    width: 100%;
  }

  #projects {
    padding-bottom: 10px;
  }

  #projects .container .gallery .gallery-item {
    width: calc(50% - 10px);
  }

  #prices .section-header {
    margin-bottom: 40px;
  }

  #prices .prices .price {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  #prices .prices .price .icon {
    margin-right: 10px;
    margin-bottom: 0;
  }

  #prices .prices .price .data {
    text-align: left;
  }

  #about .about-headers .section-header {
    margin-bottom: 10px;
  }

  #about .about-inner .images .gallery {
    min-height: 400px;
  }

  #about .about-inner .images .gallery-nav {
    margin-top: 15px;
  }

  #count_order_blue .btn {
    width: 100%;
  }

  #documentation .gallery-nav {
    margin-top: 15px;
  }

  #documentation .gallery-nav .gallery-dots .owl-dot {
    width: 13px;
    height: 13px;
  }

  #contacts .contacts .container {
    padding: 0;
  }

  #contacts .contacts .contacts-inner .contacts-data,
  #contacts .contacts .contacts-inner .send-order {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 400px) {
  .section-header {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }

  #main_screen .container .site-header .header-top .header-data .contacts-block .btn {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }

  #main_screen .container .offer .offer-content h1 {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-bottom: 5px;
  }

  #projects .container .gallery .gallery-item {
    min-height: 130px;
  }

  #prices .prices .price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #prices .prices .price .icon {
    margin-right: 0;
    margin-bottom: 10px;
  }

  #prices .prices .price .data {
    text-align: center;
  }

  #about .about-inner .content .facts .fact {
    width: 100%;
  }

  #contacts .contacts .contacts-inner .contacts-data .data-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  #contacts .contacts .contacts-inner .contacts-data .contacts-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  #contacts .contacts .contacts-inner .send-order {
    padding: 40px 20px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon/Flaticon.svg#Flaticon") format("svg");
}
}
