/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
@import url(../css/slick.css);
@import url(../css/slick-theme.css);

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: neo;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
td,
th {
  text-align: left;
  font-weight: normal;
}

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

blockquote,
q {
  quotes: "" "";
}

body.scrolled #header {
  background-color: rgba(211, 226, 251, 0.9);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

body.scrolled #header .ownContainer {
  padding: 5px 0;
}

#theMain {
  overflow: hidden;
  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;
}

.own {
  width: 100%;
  position: relative;
}

.own .wrapper {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.own h2.subtitle {
  color: #fff;
  font-family: "Museo Sans Cyrl 900", sans-serif;
  font-size: 50px;
}

.own * {
  font-family: inherit;
  font-size: inherit;
}

.own .blueButton {
  position: relative;
  top: 0;
  width: 275px;
  height: 58px;
  border: none;
  border-radius: 8px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#4062cf),
    to(#7192ff)
  );
  background-image: -o-linear-gradient(bottom, #4062cf 0%, #7192ff 100%);
  background-image: linear-gradient(to top, #4062cf 0%, #7192ff 100%);
  color: #fff;
  font-family: "MADE Evolve Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  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;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.own .blueButton.greenButton {
  text-shadow: 0 5px 18px rgba(79, 80, 80, 0.5);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#b1e332),
    to(#82bc2d)
  );
  background-image: -o-linear-gradient(bottom, #b1e332 0%, #82bc2d 100%);
  background-image: linear-gradient(to top, #b1e332 0%, #82bc2d 100%);
}

.own .blueButton.greenButton:before {
  background: url("../img/button-bg-green.png") bottom center no-repeat;
  bottom: -30px;
}

.own .blueButton:before {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: 100%;
  background: url("../img/button-bg.png") bottom center no-repeat;
  background-size: 100% 100%;
  opacity: 0.5;
  position: absolute;
  left: 2px;
  bottom: -24px;
  z-index: -1;
}

.own .blueButton:hover {
  top: 10px;
}

.own#header {
  width: 100%;
  background-color: transition;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 470px) {
  .own#header {
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.own#header .ownContainer {
  width: 100%;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.own#header .ownContainer .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 470px) {
  .own#header .ownContainer .left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.own#header .ownContainer .left .logo {
  margin-right: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

@media only screen and (max-width: 630px) {
  .own#header .ownContainer .left .logo {
    margin-right: 10px;
  }
}

.own#header .ownContainer .left .logo .mainLogo {
  color: #2a3957;
  font-family: "MADE Evolve Sans", sans-serif;
  font-size: 26px;
  font-weight: 700;
}

@media only screen and (max-width: 560px) {
  .own#header .ownContainer .left .logo .mainLogo {
    font-size: 5vw;
  }
}

.own#header .ownContainer .left .logo .subLogo {
  margin-top: 3px;
  color: #2a3957;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 11.9px;
  text-transform: uppercase;
}

@media only screen and (max-width: 560px) {
  .own#header .ownContainer .left .logo .subLogo {
    font-size: 2.3vw;
  }
}

.own#header .ownContainer .left .hours {
  height: 33px;
  padding-left: 40px;
  margin-right: 70px;
  background: url("../img/header-ic-time.png") left center no-repeat;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 980px) {
  .own#header .ownContainer .left .hours {
    display: none;
  }
}

.own#header .ownContainer .left .hours span {
  color: #2a3957;
  font-size: 14px;
}

.own#header .ownContainer .left .hours span.text1 {
  font-family: "MADE Evolve Sans", sans-serif;
  font-weight: 700;
}

.own#header .ownContainer .left .hours span.text2 {
  font-family: "Myriad Pro", sans-serif;
  font-weight: 400;
}

.own#header .ownContainer .left .city {
  font-size: 28px;
  font-family: "MADE Evolve Sans", sans-serif;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .own#header .ownContainer .left .city {
    display: none;
  }
}

.own#header .ownContainer .right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 470px) {
  .own#header .ownContainer .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 400px) {
  .own#header .ownContainer .right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.own#header .ownContainer .right a.phone {
  height: 50px;
  margin-right: 30px;
  color: #2a3957;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 20px;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  flex-shrink: 0;
}

@media only screen and (max-width: 560px) {
  .own#header .ownContainer .right a.phone {
    margin-right: 2vw;
    font-size: 3.5vw;
  }
}

.own#header .ownContainer .right a.phone:hover {
  text-decoration: underline;
}

.own#header .ownContainer .right a.phone i.icon {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 22px;
  border-radius: 50%;
  background-image: url("../img/header-ic-phone.png"),
    -webkit-gradient(linear, left bottom, left top, from(#b1e332), to(#82bc2d)),
    -webkit-gradient(linear, left bottom, left top, from(#4062cf), to(#4568de));
  background-image: url("../img/header-ic-phone.png"),
    -o-linear-gradient(bottom, #b1e332 0%, #82bc2d 100%),
    -o-linear-gradient(bottom, #4062cf 0%, #4568de 100%);
  background-image: url("../img/header-ic-phone.png"),
    linear-gradient(to top, #b1e332 0%, #82bc2d 100%),
    linear-gradient(to top, #4062cf 0%, #4568de 100%);
  background-size: 50%, 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 979px) {
  .own#header .ownContainer .right a.phone i.icon {
    width: 30px;
    height: 30px;
  }
}

@media only screen and (max-width: 560px) {
  .own#header .ownContainer .right a.phone i.icon {
    margin-right: 1.5vw;
  }
}

@media only screen and (max-width: 470px) {
  .own#header .ownContainer .right a.phone i.icon {
    width: 7vw;
    height: 7vw;
    margin: 0 0 0 3vw;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.own#header .ownContainer .right a.phone i.icon:before {
  content: "";
  display: block;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  border-radius: 50%;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#82bc2d),
      to(#ccd8fe)
    ),
    -webkit-gradient(linear, left bottom, left top, from(#4062cf), to(#4568de));
  background-image: -o-linear-gradient(bottom, #82bc2d 0%, #ccd8fe 100%),
    -o-linear-gradient(bottom, #4062cf 0%, #4568de 100%);
  background-image: linear-gradient(to top, #82bc2d 0%, #ccd8fe 100%),
    linear-gradient(to top, #4062cf 0%, #4568de 100%);
  opacity: 0.14;
  position: absolute;
  left: -8px;
  top: -8px;
  z-index: -1;
  -webkit-animation: 2s pulse1 infinite;
  animation: 2s pulse1 infinite;
}

@media only screen and (max-width: 470px) {
  .own#header .ownContainer .right a.phone i.icon:before {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
}

.own#header .ownContainer .right a.phone i.icon:after {
  content: "";
  display: block;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  border-radius: 50%;
  background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#82bc2d),
      to(#ccd8fe)
    ),
    -webkit-gradient(linear, left bottom, left top, from(#4062cf), to(#4568de));
  background-image: -o-linear-gradient(bottom, #82bc2d 0%, #ccd8fe 100%),
    -o-linear-gradient(bottom, #4062cf 0%, #4568de 100%);
  background-image: linear-gradient(to top, #82bc2d 0%, #ccd8fe 100%),
    linear-gradient(to top, #4062cf 0%, #4568de 100%);
  opacity: 0.14;
  position: absolute;
  left: -15px;
  top: -15px;
  z-index: -2;
  -webkit-animation: 2s pulse2 infinite;
  animation: 2s pulse2 infinite;
}

@media only screen and (max-width: 470px) {
  .own#header .ownContainer .right a.phone i.icon:after {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@-webkit-keyframes pulse1 {
  0% {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    left: -4px;
    top: -4px;
  }
  50% {
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    left: -8px;
    top: -8px;
  }
  to {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    left: -4px;
    top: -4px;
  }
}

@keyframes pulse1 {
  0% {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    left: -4px;
    top: -4px;
  }
  50% {
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    left: -8px;
    top: -8px;
  }
  to {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    left: -4px;
    top: -4px;
  }
}

@-webkit-keyframes pulse2 {
  0% {
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    left: -15px;
    top: -15px;
  }
  50% {
    width: calc(100% + 36px);
    height: calc(100% + 36px);
    left: -18px;
    top: -18px;
  }
  to {
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    left: -15px;
    top: -15px;
  }
}

@keyframes pulse2 {
  0% {
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    left: -15px;
    top: -15px;
  }
  50% {
    width: calc(100% + 36px);
    height: calc(100% + 36px);
    left: -18px;
    top: -18px;
  }
  to {
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    left: -15px;
    top: -15px;
  }
}

.own#header .ownContainer .right a.phone span {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.own#header .ownContainer .right #menu {
  position: relative;
}

.own#header .ownContainer .right #menu.opened .toggleMenu i:not(:last-child) {
  margin-bottom: 8px;
}

@media only screen and (max-width: 560px) {
  .own#header .ownContainer .right #menu.opened .toggleMenu i:not(:last-child) {
    margin-bottom: 7px;
  }
}

.own#header .ownContainer .right #menu.opened ul.menuItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.own#header .ownContainer .right #menu .toggleMenu {
  width: 60px;
  height: 60px;
  border: none;
  background: none;
  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;
  cursor: pointer;
}

@media only screen and (max-width: 470px) {
  .own#header .ownContainer .right #menu .toggleMenu {
    width: 8vw;
    height: 8vw;
  }
}

.own#header .ownContainer .right #menu .toggleMenu:hover i {
  width: 50px;
}

@media only screen and (max-width: 470px) {
  .own#header .ownContainer .right #menu .toggleMenu:hover i {
    width: 9vw;
  }
}

.own#header .ownContainer .right #menu .toggleMenu i {
  width: 40px;
  height: 6px;
  background-color: #2a3957;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 470px) {
  .own#header .ownContainer .right #menu .toggleMenu i {
    width: 6vw;
    height: 5px;
  }
}

.own#header .ownContainer .right #menu .toggleMenu i:not(:last-child) {
  margin-bottom: 4px;
}

.own#header .ownContainer .right #menu ul.menuItems {
  display: none;
  background-color: rgba(211, 226, 251, 0.9);
  position: absolute;
  right: 0;
  top: 65px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 470px) {
  .own#header .ownContainer .right #menu ul.menuItems {
    top: 50px;
    right: -10px;
  }
}

.own#header .ownContainer .right #menu ul.menuItems li {
  width: 100%;
  text-align: right;
}

.own#header .ownContainer .right #menu ul.menuItems li:not(:last-child) {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(42, 57, 87, 0.2);
}

.own#header .ownContainer .right #menu ul.menuItems li a {
  white-space: nowrap;
  color: #2a3957;
  font-family: "MADE Evolve Sans", sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.own#header .ownContainer .right #menu ul.menuItems li a:hover {
  text-decoration: underline;
}

.own#first {
  margin-top: 110px;
  padding-bottom: 120px;
  z-index: 2;
}

@media only screen and (max-width: 980px) {
  .own#first {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 580px) {
  .own#first {
    padding-bottom: 20px;
  }
}

.own#first .ownContainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.own#first .ownContainer .left {
  position: relative;
  width: 55%;
  min-width: 575px;
  margin-top: 55px;
  margin-bottom: 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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 2;
}

@media only screen and (max-width: 980px) {
  .own#first .ownContainer .left {
    width: 100%;
    margin-top: 0;
    min-width: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.own#first .ownContainer .left .hours {
  display: none;
  height: 25px;
  margin-bottom: 10px;
  padding-left: 35px;
  background: url("../img/header-ic-time.png") left center no-repeat;
  background-size: auto 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 980px) {
  .own#first .ownContainer .left .hours {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.own#first .ownContainer .left .hours span {
  position: relative;
  color: #2a3957;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.own#first .ownContainer .left .hours span.text1 {
  font-family: "MADE Evolve Sans", sans-serif;
  font-weight: 700;
  margin-right: 5px;
}

.own#first .ownContainer .left .hours span.text2 {
  font-family: "Myriad Pro", sans-serif;
  font-weight: 400;
  top: 1px;
}

.own#first .ownContainer .left h1 {
  max-width: 570px;
  color: #2a3957;
  font-family: "Museo Sans Cyrl 900", sans-serif;
  font-size: 58px;
  text-transform: uppercase;
  line-height: 1.2;
}

@media only screen and (max-width: 980px) {
  .own#first .ownContainer .left h1 {
    font-size: 40px;
    text-align: center;
  }
}

@media only screen and (max-width: 580px) {
  .own#first .ownContainer .left h1 {
    font-size: 30px;
  }
}

.own#first .ownContainer .left h2 {
  max-width: 475px;
  margin-top: 20px;
  color: #5d6a84;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 26px;
  line-height: 40px;
}

@media only screen and (max-width: 980px) {
  .own#first .ownContainer .left h2 {
    font-size: 30px;
    text-align: center;
  }
}

@media only screen and (max-width: 580px) {
  .own#first .ownContainer .left h2 {
    font-size: 20px;
  }
}

.own#first .ownContainer .left img.master-mobile {
  display: none;
  width: 100%;
  max-width: 500px;
  margin-top: 40px;
}

@media only screen and (max-width: 980px) {
  .own#first .ownContainer .left img.master-mobile {
    display: block;
  }
}

@media only screen and (max-width: 580px) {
  .own#first .ownContainer .left img.master-mobile {
    margin-top: 30px;
  }
}

.own#first .ownContainer .left .items {
  position: relative;
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
}

@media only screen and (max-width: 980px) {
  .own#first .ownContainer .left .items {
    max-width: 560px;
  }
}

@media only screen and (max-width: 580px) {
  .own#first .ownContainer .left .items {
    -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;
  }
}

.own#first .ownContainer .left .items .item {
  width: 50%;
  min-width: 250px;
  margin: 12px 0;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 580px) {
  .own#first .ownContainer .left .items .item {
    width: 100%;
    margin: 4px 0;
  }
}

.own#first .ownContainer .left .items .item i.icon {
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 580px) {
  .own#first .ownContainer .left .items .item i.icon {
    width: 35px;
    height: 35px;
  }
}

.own#first .ownContainer .left .items .item i.icon.icon1 {
  background-image: url("../img/first-ic-1.png");
}

.own#first .ownContainer .left .items .item i.icon.icon2 {
  background-image: url("../img/first-ic-2.png");
}

.own#first .ownContainer .left .items .item i.icon.icon3 {
  background-image: url("../img/first-ic-3.png");
}

.own#first .ownContainer .left .items .item i.icon.icon4 {
  background-image: url("../img/first-ic-4.png");
}

.own#first .ownContainer .left .items .item i.icon.icon5 {
  background-image: url("../img/first-ic-5.png");
}

.own#first .ownContainer .left .items .item i.icon.icon6 {
  background-image: url("../img/first-ic-6.png");
}

.own#first .ownContainer .left .items .item p {
  color: #5d6a84;
  font-family: "Museo Sans Cyrl 300", sans-serif;
  font-size: 19px;
}

@media only screen and (max-width: 580px) {
  .own#first .ownContainer .left .items .item p {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }
  .own#first .ownContainer .left .items .item p br {
    display: none;
  }
}

.own#first .ownContainer .left .buttons {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 580px) {
  .own#first .ownContainer .left .buttons {
    -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;
  }
}

.own#first .ownContainer .left .buttons .button_container {
  margin: 15px 0;
  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;
}

.own#first .ownContainer .left .buttons .button_container:not(:last-child) {
  margin-right: 15px;
}

@media only screen and (max-width: 580px) {
  .own#first .ownContainer .left .buttons .button_container:not(:last-child) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .own#first .ownContainer .left .buttons .button_container a.desktop {
    display: none;
  }
}

.own#first .ownContainer .left .buttons .button_container a.mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .own#first .ownContainer .left .buttons .button_container a.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.own#first .ownContainer .left .buttons .button_container span {
  margin-top: 16px;
  opacity: 0.82;
  color: #818b9e;
  font-family: "Myriad Pro", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.own#first .ownContainer .right {
  position: relative;
  width: 45%;
}

@media only screen and (max-width: 980px) {
  .own#first .ownContainer .right {
    display: none;
  }
}

.own#first .ownContainer .right .ownContainer {
  position: absolute;
  top: -5px;
  left: -130px;
  z-index: -1;
}

.own#first .ownContainer .right .ownContainer img.man {
  position: absolute;
  top: 0;
  bottom: 20px;
  left: calc(50% - 119px);
  z-index: 2;
}

.own#first .ownContainer .right .ownContainer i.gear {
  display: block;
  position: absolute;
}

.own#first .ownContainer .right .ownContainer i.gear.gear1 {
  width: 123px;
  height: 160px;
  background-image: url("../img/gear1.png");
  top: calc(50% - 150px);
  left: calc(50% - 160px);
  z-index: 1;
}

.own#first .ownContainer .right .ownContainer i.gear.gear2 {
  width: 111px;
  height: 114px;
  background-image: url("../img/gear2.png");
  top: calc(50% - 240px);
  left: calc(50% + 270px);
  z-index: 1;
}

.own#first .ownContainer .right .ownContainer i.gear.gear3 {
  width: 137px;
  height: 186px;
  background-image: url("../img/gear3.png");
  top: calc(50% + 10px);
  left: calc(50% + 403px);
  z-index: 1;
}

.own#first .ownContainer .right .ownContainer i.gear.gear4 {
  width: 245px;
  height: 246px;
  background-image: url("../img/gear4-v2.png");
  top: calc(50% + 190px);
  left: calc(50% - 20px);
  z-index: 3;
}

.own#services {
  margin-top: -120px;
  padding: 180px 0 90px;
  background: #71a7ff url("../img/second-bg.jpg") top center no-repeat;
}

@media only screen and (max-width: 560px) {
  .own#services {
    padding: 180px 0 40px;
  }
}

.own#services .box {
  width: 100%;
  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;
}

.own#services .box h2.subtitle {
  font-size: 50px;
  text-align: left;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media only screen and (max-width: 560px) {
  .own#services .box h2.subtitle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
    font-size: 32px;
  }
}

.own#services .box .services {
  width: calc(100% + 100px);
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 560px) {
  .own#services .box .services {
    margin-top: 50px;
  }
}

.own#services .box .services .item {
  width: 200px;
  margin: 0 50px 55px;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.own#services .box .services .item .imgBox {
  width: 200px;
  height: 200px;
  border-radius: 14px;
  border: 4px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.own#services .box .services .item .imgBox img {
  min-width: 100%;
  min-height: 100%;
}

.own#services .box .services .item span.text {
  min-width: 260px;
  min-height: 40px;
  margin-top: 10px;
  color: #ffffff;
  font-family: "Museo Sans Cyrl 300", sans-serif;
  font-size: 20px;
  letter-spacing: 0.41px;
}

.own#services .box .services .item span.price {
  margin-top: 7px;
  color: #ffffff;
  font-family: "Museo Sans Cyrl 700", sans-serif;
  font-size: 20px;
  letter-spacing: 0.41px;
}

.own#offers {
  padding: 30px 0;
  background-color: #71a7ff;
}

.own#offers .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.own#offers .box h2.subtitle {
  width: 100%;
  margin-bottom: 80px;
}

@media only screen and (max-width: 560px) {
  .own#offers .box h2.subtitle {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
  }
}

.own#offers .box .left {
  width: 60%;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 560px) {
  .own#offers .box .left {
    width: 100%;
  }
}

.own#offers .box .left h3 {
  margin-bottom: 10px;
  color: #ffffff;
  font-family: "Museo Sans Cyrl 900", sans-serif;
  font-size: 25px;
  letter-spacing: 0.51px;
}

.own#offers .box .left p {
  margin-bottom: 40px;
  color: #ffffff;
  font-family: "Museo Sans Cyrl 300", sans-serif;
  font-size: 20px;
  letter-spacing: 0.41px;
}

.own#offers .box .left p.text1 {
  max-width: 530px;
}

.own#offers .box .left p.text2 {
  max-width: 640px;
}

.own#offers .box .left p.text3 {
  max-width: 710px;
}

.own#offers .box .right {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 560px) {
  .own#offers .box .right {
    width: 100%;
  }
}

.own#offers .box .right img {
  width: 100%;
  max-width: 350px;
}

.own#how {
  padding: 30px 0;
  background-color: #71a7ff;
}

.own#how .box {
  width: 100%;
  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;
}

.own#how .box h2.subtitle {
  text-align: left;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media only screen and (max-width: 767px) {
  .own#how .box h2.subtitle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
}

@media only screen and (max-width: 560px) {
  .own#how .box h2.subtitle {
    font-size: 36px;
  }
}

.own#how .box .infographics {
  width: 100%;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .own#how .box .infographics {
    -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;
  }
}

.own#how .box .infographics .item {
  position: relative;
  width: 140px;
  margin: 0 50px 50px;
  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;
}

@media only screen and (max-width: 767px) {
  .own#how .box .infographics .item {
    margin-bottom: 110px;
  }
  .own#how .box .infographics .item:last-child {
    margin-bottom: 50px;
  }
}

.own#how .box .infographics .item:not(:last-child):after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  top: 47px;
  right: -80px;
}

@media only screen and (max-width: 767px) {
  .own#how .box .infographics .item:not(:last-child):after {
    width: 3px;
    height: 56px;
    left: calc(50% - 1.5px);
    top: unset;
    bottom: -80px;
  }
}

.own#how .box .infographics .item span {
  margin-top: 20px;
  color: #ffffff;
  font-family: "Museo Sans Cyrl 300", sans-serif;
  font-size: 20px;
  letter-spacing: 0.41px;
  text-align: center;
}

.own#order {
  padding: 130px 0 30px;
  background-color: #71a7ff;
}

@media only screen and (max-width: 768px) {
  .own#order {
    padding: 80px 0 50px;
  }
}

.own#order .ownContainer {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .own#order .ownContainer {
    -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;
  }
  .own#order .ownContainer > :first-child {
    margin-bottom: 40px;
  }
}

.own#order .ownContainer:before {
  content: "";
  display: block;
  width: 165px;
  height: 172px;
  background: url("../img/order-img.png") center no-repeat;
  position: absolute;
  left: -15px;
  top: -110px;
  z-index: 1;
}

.own#order .ownContainer h2.subtitle {
  font-size: 36px;
}

.own#order .ownContainer p {
  margin-top: 15px;
  color: #ffffff;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 23px;
  line-height: 1.3;
}

@media only screen and (max-width: 560px) {
  .own#order .ownContainer p {
    text-align: center;
  }
  .own#order .ownContainer p br {
    display: none;
  }
}

.own#order .ownContainer .items {
  position: relative;
  width: 510px;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .own#order .ownContainer .items {
    width: 100%;
    max-width: 510px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.own#order .ownContainer .items.left {
  position: relative;
  margin-right: auto;
}

@media only screen and (max-width: 1100px) {
  .own#order .ownContainer .items.left {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .own#order .ownContainer .items.left {
    margin-right: 0;
  }
}

.own#order .ownContainer .items.left iframe {
  width: 100%;
  margin-top: 25px;
}

.own#order .ownContainer .items.right ul {
  margin-top: 35px;
}

.own#order .ownContainer .items.right ul li {
  color: #fff;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 23px;
  line-height: 1.3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.own#order .ownContainer .items.right ul li:not(:last-child) {
  margin-bottom: 25px;
}

.own#order .ownContainer .items.right ul li i {
  width: 21px;
  height: 21px;
  margin-right: 12px;
  margin-top: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.23);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.own#order .ownContainer .items.right ul li i:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
}

.own#order .ownContainer .items.right ul li span {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.own#map {
  padding: 50px 0;
  background-color: #71a7ff;
  background-image: url("../img/third-bg.png");
  background-position: center 200px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .own#map {
    padding: 40px 0 10px;
  }
}

.own#map .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .own#map .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.own#map .wrapper .map {
  width: 50%;
  width: 100%;
  height: 400px;
}

@media only screen and (max-width: 768px) {
  .own#map .wrapper .map {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.own#map .wrapper .map iframe {
  width: 100%;
  max-height: 100%;
}

.own#map .wrapper .container {
  width: 50%;
  padding: 20px 50px;
}

@media only screen and (max-width: 768px) {
  .own#map .wrapper .container {
    width: 100%;
    padding: 40px 0;
  }
}

.own#map .wrapper .container h2.subtitle {
  color: #fff;
  font-size: 36px;
}

.own#map .wrapper .container ul {
  margin-top: 35px;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.own#map .wrapper .container ul li {
  color: #fff;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  font-size: 23px;
  line-height: 1.3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.own#map .wrapper .container ul li:not(:last-child) {
  margin-bottom: 10px;
}

.own#map .wrapper .container ul li i {
  width: 21px;
  height: 21px;
  margin-right: 12px;
  margin-top: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.23);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.own#map .wrapper .container ul li i:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
}

.own#map .wrapper .container ul li span {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.own#reviews {
  padding: 30px 0;
  background: url("../img/map-bg.jpg") top center repeat-y;
}

.own#reviews .box {
  width: 100%;
  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;
}

.own#reviews .box h2.subtitle {
  text-align: left;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media only screen and (max-width: 979px) {
  .own#reviews .box h2.subtitle {
    font-size: 36px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
}

.own#reviews .box .reviews_container {
  position: relative;
  width: 100%;
  margin-top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 560px) {
  .own#reviews .box .reviews_container {
    margin-top: 30px;
  }
}

.own#reviews .box .reviews_container .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.own#reviews .box .reviews_container ul.slick-dots {
  bottom: 50px;
}

.own#reviews .box .reviews_container ul.slick-dots li {
  width: unset;
  height: unset;
}

.own#reviews .box .reviews_container ul.slick-dots li.slick-active button {
  background-color: #72a7ff;
}

.own#reviews .box .reviews_container ul.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e0e0e0;
}

.own#reviews .box .reviews_container ul.slick-dots li button:before {
  display: none;
}

.own#reviews .box .reviews_container span.arrow {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 16px);
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.own#reviews .box .reviews_container span.arrow:hover {
  background-color: #3271de;
}

.own#reviews .box .reviews_container span.arrow.prev {
  background-image: url("../img/reviews-arrow.png");
  left: 50px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 767px) {
  .own#reviews .box .reviews_container span.arrow.prev {
    left: 15px;
  }
}

@media only screen and (max-width: 450px) {
  .own#reviews .box .reviews_container span.arrow.prev {
    left: -5px;
  }
}

.own#reviews .box .reviews_container span.arrow.next {
  background-image: url("../img/reviews-arrow.png");
  right: 50px;
}

@media only screen and (max-width: 767px) {
  .own#reviews .box .reviews_container span.arrow.next {
    right: 15px;
  }
}

@media only screen and (max-width: 450px) {
  .own#reviews .box .reviews_container span.arrow.next {
    right: -5px;
  }
}

.own#reviews .box .reviews_container .reviews_list {
  width: calc(100% - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .own#reviews .box .reviews_container .reviews_list {
    width: calc(100% - 100px);
  }
}

@media only screen and (max-width: 450px) {
  .own#reviews .box .reviews_container .reviews_list {
    width: calc(100% - 20px);
  }
}

.own#reviews .box .reviews_container .review {
  width: 100%;
  height: auto;
  margin: 20px 20px 30px;
  padding: 65px 95px 70px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 20px 1px #175bd1;
  box-shadow: 0 5px 20px 1px #175bd1;
}

@media only screen and (max-width: 767px) {
  .own#reviews .box .reviews_container .review {
    padding: 30px 30px 70px;
  }
}

@media only screen and (max-width: 450px) {
  .own#reviews .box .reviews_container .review {
    padding: 25px 20px 70px;
  }
}

.own#reviews .box .reviews_container .review span.name {
  color: #2a3957;
  font-family: "Museo Sans Cyrl 900", sans-serif;
  font-size: 20px;
}

.own#reviews .box .reviews_container .review .text {
  margin-top: 15px;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.own#reviews .box .reviews_container .review .text p {
  color: #5d6a84;
  font-family: "Museo Sans Cyrl 300", sans-serif;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 1.3;
}

.own#reviews .box .reviews_container .review .text p:not(:last-child) {
  margin-bottom: 8px;
}

.bx-crm-widget-form-config-sidebar-info {
  padding-left: 10px;
  padding-right: 10px;
  background: #4d72b4;
}

.bx-crm-widget-form-config-sidebar-info a.crm-webform-checkbox-name {
  color: #000;
}

.b24-widget-button-position-bottom-right {
  bottom: 170px !important;
  right: 20px !important;
}

/* ========== ФУТЕР ========== */
.site-footer {
  background: #2a3957;
  color: #fff;
  padding: 40px 0 20px;
  font-family: "Museo Sans Cyrl 300", sans-serif;
  width: 100%;
  clear: both;
}

.site-footer .wrapper {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}

.footer-col {
  flex: 1;
  min-width: 200px;
  padding-left: 120px;
}

.footer-col h4 {
  font-family: "MADE Evolve Sans", sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
  color: #34abf0;
  font-weight: 700;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.6;
  color: #ccd8fe;
  margin-bottom: 8px;
}

.footer-col a {
  color: #ccd8fe;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-col a:hover {
  color: #b1e332;
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  color: #8a96b8;
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }
  .footer-col {
    min-width: auto;
  }
  .footer-bottom {
    font-size: 11px;
  }
}

/* ========== БАННЕР СОГЛАСИЯ (БЕЗ ЗЕЛЁНОЙ ПОЛОСЫ) ========== */
#consentBanner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
  padding: 24px 20px 20px;
  z-index: 10000;
  max-width: 360px;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  text-align: center;
  border: none;
  border-top: none;
}

#consentBanner p {
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 1.45;
  color: #2a3957;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  text-align: center;
}

#consentBanner .banner-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
}

#consentBanner button {
  flex: 1;
  min-width: 130px;
  padding: 12px 16px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  font-family: "MADE Evolve Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.25s ease;
  text-align: center;
}

#consentBanner #consentAcceptBtn {
  background: #82bc2d;
  color: white;
  box-shadow: 0 2px 6px rgba(130, 188, 45, 0.3);
  border-radius: 8px;
}

#consentBanner #consentAcceptBtn:hover {
  background: #6a9e1f;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(130, 188, 45, 0.4);
}

#consentBanner #consentDeclineBtn {
  background: #eef2f9;
  color: #2a3957;
  box-shadow: none;
  border-radius: 8px;
}

#consentBanner #consentDeclineBtn:hover {
  background: #e0e6f0;
  transform: translateY(-2px);
}

/* Стили для модалки настроек cookies */
#cookiesSettingsModal .privacy-modal-content {
  max-width: 450px;
}

#cookiesSettingsModal h2 {
  font-family: "MADE Evolve Sans", sans-serif;
  font-size: 22px;
  color: #2a3957;
  margin-bottom: 20px;
}

#cookiesSettingsModal label span strong {
  font-family: "MADE Evolve Sans", sans-serif;
  font-weight: 600;
}

.settings-modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  color: #999;
}

.settings-modal-close:hover {
  color: #333;
}

/* ========== БАЗОВЫЕ СТИЛИ САЙТА (ВАШИ ОРИГИНАЛЬНЫЕ) ========== */
/* Здесь весь ваш оригинальный main.css, который был до наших доработок */
/* Я не копирую его полностью, так как он у вас есть, но ниже добавляю НОВЫЕ стили */

/* ========== ДОБАВЛЯЕМ НОВЫЕ СТИЛИ ДЛЯ COOKIES ========== */

/* Баннер согласия */
#consentBanner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
  padding: 24px 20px 20px;
  z-index: 10000;
  max-width: 360px;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  text-align: center;
  border: none;
  border-top: none;
}

#consentBanner p {
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: 1.45;
  color: #2a3957;
  font-family: "Museo Sans Cyrl 500", sans-serif;
  text-align: center;
}

#consentBanner .banner-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
}

#consentBanner button {
  flex: 1;
  min-width: 130px;
  padding: 12px 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: "MADE Evolve Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.25s ease;
  text-align: center;
}

#consentBanner #consentAcceptBtn {
  background: #82bc2d;
  color: white;
  box-shadow: none;
}

#consentBanner #consentAcceptBtn:hover {
  background: #6a9e1f;
  transform: translateY(-2px);
}

#consentBanner #consentDeclineBtn {
  background: #eef2f9;
  color: #2a3957;
  box-shadow: none;
}

#consentBanner #consentDeclineBtn:hover {
  background: #e0e6f0;
  transform: translateY(-2px);
}

/* Кнопка отзыва согласия */
#revokeConsentBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: #0088ff7c;
  color: white;
  border: none;
  font-size: 24px;
  cursor: pointer;
  z-index: 9999;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
  text-align: center;
}

#revokeConsentBtn:hover {
  transform: scale(1.1);
  background: #6a9e1f;
}

/* Модальное окно (общие стили для всех модалок) */
.privacy-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10001;
  display: none;
  align-items: center;
  justify-content: center;
}

.privacy-modal-content {
  background: white;
  max-width: 600px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 12px;
  padding: 25px;
  position: relative;
  font-family: "Museo Sans Cyrl 300", sans-serif;
  color: #2a3957;
}

.privacy-modal-close,
.settings-modal-close,
.consent-modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  color: #999;
}

.privacy-modal-close:hover,
.settings-modal-close:hover,
.consent-modal-close:hover {
  color: #333;
}

.privacy-modal-content h2 {
  font-size: 24px;
  font-family: "MADE Evolve Sans", sans-serif;
  margin-bottom: 15px;
  color: #2a3957;
}

.privacy-modal-content p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}

/* Футер */
.site-footer {
  background: #2a3957;
  color: #fff;
  padding: 40px 0 20px;
  font-family: "Museo Sans Cyrl 300", sans-serif;
  width: 100%;
  clear: both;
}

.site-footer .wrapper {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}

.footer-col {
  flex: 1;
  min-width: 200px;
}

.footer-col h4 {
  font-family: "MADE Evolve Sans", sans-serif;
  font-size: 18px;
  margin-bottom: 15px;
  color: #34abf0;
  font-weight: 700;
}

.footer-col p {
  font-size: 14px;
  line-height: 1.6;
  color: #ccd8fe;
  margin-bottom: 8px;
}

.footer-col a {
  color: #ccd8fe;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-col a:hover {
  color: #34abf0;
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  color: #8a96b8;
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }
  .footer-col {
    min-width: auto;
    padding-left: 0;
  }
}

/* Запрет переноса номера */
.own#header .ownContainer .right a.phone {
  white-space: nowrap;
  flex-shrink: 0;
}

@media only screen and (max-width: 560px) {
  .own#header .ownContainer .right a.phone {
    white-space: nowrap;
    font-size: 4vw;
    flex-shrink: 0;
  }
}
