:root {
  /* зима */
  /* --bg-form-color: #027aa7;
    --btn-color: #176684;
    --btn-hover-color: #00aeef;
    --select-color: #3498db; */

  /* лето */
  --bg-form-color: #41ba35;
  --btn-color: #288b1e;
  --btn-hover-color: #2e9922;
  --select-color: #2aaf45;

  /* осень */
  /* --bg-form-color: #ffbc17;
    --btn-color: #982d0b;
    --btn-hover-color: #e78609;
    --select-color: #e6b710; */
}

body {
  margin: 0;
  background-color: #e9e9e9 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2px;
  padding-right: 3px;
}

@media (min-width: 768px) {
  .container {
    width: 725px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 945px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 2px;
  padding-right: 3px;
}

.row {
  margin-left: -2px;
  margin-right: -3px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 3px;
  padding-right: 2px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.text-center {
  text-align: center;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

html {
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button,
input,
select {
  overflow: visible;
}

button,
input,
select,
textarea {
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  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;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.btn {
  display: block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
}

.vertical-container {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.vertical-inner {
  position: relative;
  top: 50% !important;
  transform: translateY(-50%);
  z-index: 99;
}

p {
  font-size: 1.5rem;
  line-height: 1.3;
  color: #363636;
  margin: 0;
}

h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  text-transform: uppercase;
}

h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #363636;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.3;
  color: #363636;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 5.7rem;
  font-weight: 400;
  line-height: 1.3;
  color: #363636;
  margin: 0;
}

a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
  list-style-type: none;
}

.header {
  position: relative;
  border-bottom: 3px #fff solid;
}

@media only screen and (min-width: 320px) {
  .header {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .header {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 992px) {
  .header {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 1200px) {
  .header {
    margin-bottom: 0px;
  }
}

@media only screen and (min-width: 320px) {
  .header video {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .header video {
    display: block;
    width: 100%;
    height: auto;
    margin-top: -40px;
  }
}

@media only screen and (min-width: 1200px) {
  .header video {
    width: 100%;
    height: auto;
    margin-top: -50px;
  }
}

@media only screen and (min-width: 1350px) {
  .header video {
    width: 100%;
    height: auto;
    margin-top: -150px;
  }
}

.header__baground {
  width: 100%;
  padding-top: 40px;
}

@media only screen and (min-width: 320px) {
  .header__baground {
    position: relative;
    background: url("../images/summer/bg-img.jpg") no-repeat left center;
  }

  .header__baground::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    filter: blur(5px);
  }
}

@media only screen and (min-width: 768px) {
  .header__baground {
    width: 100%;
    height: auto;
    padding-top: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .header__baground {
    /* background: none; */
    width: 100%;
    height: auto;
  }
}

.header__baground-top {
  text-align: center;
}

.header__baground-logo {
  display: inline-block;
  vertical-align: top;
  width: 65px;
  height: 65px;
  margin-left: 25px;
  margin-right: 420px;
}

.header__baground-logo .logo img {
  width: 100%;
}

@media only screen and (min-width: 320px) {
  .header__baground-bot .main-form_title {
    font-size: 2.5rem;
  }

  .header__baground-logo {
    display: block;
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) {
  .header__baground-logo {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-left: 25px;
    margin-right: 10%;
  }
}

@media only screen and (min-width: 992px) {
  .header__baground-logo {
    width: 65px;
    height: 65px;
    margin-left: 25px;
    margin-right: 220px;
  }
}

@media only screen and (min-width: 1200px) {
  .header__baground-logo {
    width: 65px;
    height: 65px;
    margin-left: 25px;
    margin-right: 380px;
    float: left;
  }
}

.header__baground .city {
  display: inline-block;
  vertical-align: top;
  margin-right: 145px;
  margin-top: 15px;
}

@media only screen and (min-width: 320px) {
  .header__baground .city {
    display: block;
    margin-right: 0;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .header__baground .city {
    display: inline-block;
    margin-right: 105px;
  }
}

@media only screen and (min-width: 992px) {
  .header__baground .city {
    margin-right: 65px;
  }
}

.header__baground .city .maps {
  background: url("../images/city.png") no-repeat left center;
  display: inline-block;
  vertical-align: top;
  font-size: 2rem;
  font-weight: 400;
  color: #ffff02;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.5;
  margin-right: 15px;
  padding-left: 25px;
}

@media only screen and (min-width: 320px) {
  .header__baground .city .maps {
    margin-right: 5px;
    padding-top: 10px;
    min-height: 30px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .header__baground .city .maps {
    line-height: 1.5;
    font-size: 17px;
  }
}

@media only screen and (min-width: 992px) {
  .header__baground .city .maps {
    font-size: 1.7rem;
  }
}

.header__baground .city .phone {
  display: inline-block;
  vertical-align: top;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
}

@media only screen and (min-width: 320px) {
  .header__baground .city .phone {
    padding-top: 10px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .header__baground .city .phone {
    font-size: 17px;
  }
}

@media only screen and (min-width: 992px) {
  .header__baground .city .phone {
    font-size: 1.7rem;
  }
}

.header__baground-contacts {
  display: inline-block;
  vertical-align: top;
}

.header__baground-contacts .langs li {
  display: inline-block;
  vertical-align: top;
  list-style-type: none;
  margin-left: 10px;
}

@media only screen and (min-width: 320px) {
  .header__baground-contacts .langs li {
    margin-left: 4px;
    margin-top: -7px;
  }
}

@media only screen and (min-width: 768px) {
  .header__baground-contacts .langs li {
    padding-top: 5px;
    margin-left: 10px;
  }
}

.header__baground-contacts .langs li a {
  font-size: 13px;
  font-weight: 400;
  color: #d2b9aa;
  text-transform: uppercase;
}

.header__baground-contacts .langs li a:hover {
  color: #fff;
}

@media only screen and (min-width: 320px) {
  .header__baground-contacts .langs li a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .header__baground-contacts .langs li a {
    font-size: 11px;
  }
}

@media only screen and (min-width: 992px) {
  .header__baground-contacts .langs li a {
    font-size: 13px;
  }
}

.header__baground-contacts .langs li a.active {
  color: #fff;
  text-decoration: underline;
}

.header__baground .header-img {
  vertical-align: top;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.flex-img {
  display: flex;
  justify-content: space-between;
}

.img-list {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
}

.img-list_item {
  overflow: hidden;
}

.list-item_img {
  width: 85px;
  height: auto;
}

.fameli-img {
  width: 357px;
  height: auto;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .img-list {
    flex-direction: row;
  }

  .list-item_img {
    width: 65px;
  }

  .flex-img {
    flex-direction: column;
  }

  .fameli-img {
    width: 198px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 320px) {
  .header__baground-mid {
    text-align: center;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .title-box {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .header__baground-mid {
    padding-left: 0px;
    /* width: 100%; */
  }
}

@media only screen and (min-width: 992px) {
  .title-box {
    margin-top: 80px;
    margin-bottom: 0;
    width: 58%;
  }

  .header__baground-mid {
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
}

.header__baground-mid h1 {
  margin: 0;
}

@media only screen and (min-width: 320px) {
  .header__baground-mid h1 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .header__baground-mid h1 {
    font-size: 60px;
  }
}

@media only screen and (min-width: 320px) {
  .header__baground-mid h1 span {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .header__baground-mid h1 span {
    font-size: 42px;
  }
}

.header__baground-mid .mid-text {
  font-size: 28px;
  color: #fff;
}

@media only screen and (min-width: 320px) {
  .header__baground-mid .mid-text {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .header__baground-mid .mid-text {
    font-size: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .header__baground-mid .mid-text {
    font-size: 38px;
  }
}

.header__baground .guarantee-item {
  display: inline-block;
  vertical-align: top;
  margin-top: 30px;
  text-align: left;
}

.header__baground .guarantee-item p {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
}

@media only screen and (min-width: 320px) {
  .header__baground .guarantee-item p {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .header__baground .guarantee-item p {
    font-size: 60px;
  }
}

.header__baground .guarantee-item p span {
  font-size: 27px;
  text-transform: uppercase;
}

@media only screen and (min-width: 320px) {
  .header__baground .guarantee-item p span {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .header__baground .guarantee-item p span {
    font-size: 27px;
  }
}

.header__baground .guarantee-item .year-2 {
  font-weight: 400;
  font-size: 31px;
}

@media only screen and (min-width: 320px) {
  .header__baground .guarantee-item .year-2 {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .header__baground .guarantee-item .year-2 {
    font-size: 31px;
  }
}

.header__baground .guarantee-item .day-2 {
  font-weight: 400;
  font-size: 25px;
}

@media only screen and (min-width: 320px) {
  .header__baground .guarantee-item .day-2 {
    font-size: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .header__baground .guarantee-item .day-2 {
    font-size: 25px;
  }
}

.header__baground .guarantee-item .day-3 {
  font-weight: 400;
  line-height: 1.2;
}

@media only screen and (min-width: 320px) {
  .header__baground .guarantee-item .day-3 {
    font-size: 13px;
  }
}

@media only screen and (min-width: 768px) {
  .header__baground .guarantee-item .day-3 {
    font-size: 15px;
  }
}

.header__baground .guarantee-1 {
  padding-left: 50px;
  margin-right: 60px;
  background: url("../images/guarantee-2.png") no-repeat left center;
}

.header__baground .guarantee-2 {
  padding-left: 60px;
  background: url("../images/guarantee-1.png") no-repeat left center;
}

.header__baground-bot {
  width: 100%;
  background: var(--bg-form-color);
  padding: 10px 0 10px 0;
  height: auto;
}

.header__baground-bot .main-form_title {
  margin-bottom: 10px;
  color: #fff;
}

.header__baground-bot .main-form {
  text-align: center;
}

.header__baground-bot .main-form input {
  width: 300px;
  height: 51px;
  background: #fff;
  border: none;
  color: #7a7a7a;
  padding: 18px 18px;
  outline: none;
  overflow: hidden;
  margin: 1% auto;
  line-height: 1.4;
  border-radius: 3px;
}

.header__baground-bot .main-form .btn-orange {
  width: 300px;
  height: 55px;
  font-size: 25px;
  font-weight: 400;
  color: #fff !important;
  line-height: 1.17;
  background: var(--btn-color);
  border-radius: 5px;
  border-bottom: 1px solid #0e3244;
  margin: 0 auto;
}

.header__baground-bot .main-form .btn-orange:hover {
  background: var(--btn-hover-color);
}

.header__baground-bot .header-bot-text {
  width: 700px;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  margin-left: 200px;
}

@media only screen and (min-width: 320px) {
  .header__baground-bot {
    margin-top: 0%;
  }

  .header__baground-bot .header-bot-text {
    text-align: center;
    margin-left: 0px;
    width: 100%;
  }

  .header__baground .guarantee-1 {
    padding-left: 50px;
    margin-right: 10%;
    margin-left: 10%;
    background: url("../images/guarantee-2.png") no-repeat left center;
  }

  .header__baground .guarantee-2 {
    padding-left: 50px;
    margin-right: 10%;
    margin-left: 10%;
    background: url("../images/guarantee-1.png") no-repeat left center;
  }
}

@media only screen and (min-width: 768px) {
  .header__baground-bot .header-bot-text {
    text-align: center;
    margin-left: 0px;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .header__baground-bot .header-bot-text {
    text-align: center;
    margin-left: 0px;
    width: 100%;
  }

  .header__baground .guarantee-1 {
    padding-left: 50px;
    margin-right: 3%;
    margin-left: 3%;
    background: url("../images/guarantee-2.png") no-repeat left center;
  }

  .header__baground .guarantee-2 {
    padding-left: 50px;
    margin-right: 3%;
    margin-left: 3%;
    background: url("../images/guarantee-1.png") no-repeat left center;
  }
}

.header__baground-bot .header-bot-text h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.1;
  text-align: right;
}

@media only screen and (min-width: 320px) {
  .header__baground-bot .header-bot-text h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 1%;
  }
}

@media only screen and (min-width: 768px) {
  .header__baground-bot .header-bot-text h2 {
    text-align: center;
    font-size: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .header__baground-bot .header-bot-text h2 {
    text-align: center;
    font-size: 40px;
    padding-bottom: 1%;
  }
}

.header__baground-bot .header-bot-text p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

@media only screen and (min-width: 320px) {
  .header__baground-bot .header-bot-text p {
    font-size: 12px;
    width: 300px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .header__baground-bot .header-bot-text p {
    font-size: 18px;
    width: 700px;
  }
}

.header__baground-bot .header-bot-btn {
  width: 235px;
  float: right;
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}

@media only screen and (min-width: 320px) {
  .header__baground-bot .header-bot-btn {
    float: left;
  }
}

@media only screen and (min-width: 768px) {
  .header__baground-bot .header-bot-btn {
    float: left;
  }
}

@media only screen and (min-width: 992px) {
  .header__baground-bot .header-bot-btn {
    float: right;
  }
}

.header__baground-bot .header-bot-btn .btn-yellow {
  margin-top: 5px;
  width: 235px;
  height: 59px;
  font-size: 20px;
  font-weight: 400;
  color: #5a4208;
  line-height: 59px;
  background: #ffbc17;
  border-radius: 5px;
  border-bottom: 1px solid #982d0b;
}

.header__baground-bot .header-bot-btn .btn-yellow:hover {
  background: #e78609;
  border-bottom: none;
}

.my-remodal {
  width: 350px;
  background: #c7c0c0;
  padding: 30px 17px;
  border-radius: 5px;
}

.my-remodal h2 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: none;
  text-align: center;
}

.my-remodal .input {
  width: 100%;
  height: 51px;
  background: #fff;
  border: none;
  color: #7a7a7a;
  padding: 18px 18px;
  outline: none;
  overflow: hidden;
  margin: 0 auto;
  line-height: 1.4;
  margin-bottom: 9px;
  border-radius: 3px;
}

.my-remodal .input::-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #7a7a7a !important;
}

.my-remodal .input::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #7a7a7a !important;
}

.my-remodal .input:-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #7a7a7a !important;
}

.my-remodal .input:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #7a7a7a !important;
}

.my-remodal .input:focus::-webkit-input-placeholder,
.my-remodal textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.my-remodal .input:focus::-moz-placeholder,
.my-remodal textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.my-remodal .input:focus:-moz-placeholder,
.my-remodal textarea:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.my-remodal .input:focus:-ms-input-placeholder,
.my-remodal textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.my-remodal .btn-orange {
  width: 100%;
  height: 61px;
  font-size: 25px;
  font-weight: 400;
  color: #fff !important;
  line-height: 61px;
  background: var(--btn-color);
  border-radius: 5px;
  border-bottom: 1px solid #0e3244;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 10px;
}

.my-remodal .btn-orange:hover {
  background: var(--bg-form-color);
  border: none;
}

.my-remodal p {
  font-size: 13px;
}

@media only screen and (min-width: 320px) {
  .thanks-headline h1 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .thanks-headline h1 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .thanks-headline h1 {
    font-size: 70px;
  }
}

@media only screen and (min-width: 1200px) {
  .thanks-headline h1 {
    font-size: 90px;
  }
}

@media only screen and (min-width: 320px) {
  .thanks-headline h2 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .thanks-headline h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .thanks-headline h2 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .thanks-headline h2 {
    font-size: 50px;
  }
}

.promo {
  padding: 10rem 0;
  border-bottom: 3px #fff solid;
}

.promo h2 {
  margin-bottom: 35px;
  margin-top: 0;
}

@media only screen and (min-width: 320px) {
  .promo h2 {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .promo h2 {
    font-size: 3.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .promo h2 {
    font-size: 4.5rem;
  }
}

.promo h3 {
  margin-bottom: 35px;
  margin-top: 0;
}

@media only screen and (min-width: 320px) {
  .promo h3 {
    font-size: 2rem;
    margin-top: 35px;
  }
}

@media only screen and (min-width: 768px) {
  .promo h3 {
    font-size: 2.5rem;
  }

  .promo h3 {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 992px) {
  .promo h3 {
    font-size: 3.5rem;
  }
}

.promo__item {
  position: relative;
  padding: 0 !important;
}

.promo__item img {
  width: 100%;
  height: 237px;
}

.promo__item:hover {
  cursor: pointer;
  outline: 4px solid var(--bg-form-color);
  outline-offset: -4px;
}

.promo__item:hover .promo__caption {
  display: none;
}

.promo__caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.promo__caption h3 {
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.promo__caption h3 span {
  font-size: 1.7rem;
  font-weight: 700;
}

/* ---------------------------------- MEDIA --------------------------------- */
@media screen and (max-width: 768px) {
  .promo__item {
    margin-bottom: 5px;
  }

  .promo__item img {
    height: auto;
  }

  .title--margin-bottom {
    margin-bottom: 20px !important;
  }
}

/* ---------------------------------- PRICE --------------------------------- */
.price {
  padding-top: 50px;
  padding-bottom: 130px;
  border-bottom: 3px #fff solid;
}

.price_flex-content {
  display: flex;
  justify-content: space-around;
  margin-bottom: 35px;
}

.price .swiper-price__photo {
  display: inline-block;
  vertical-align: top;
  width: 306px;
}

.price .swiper-price__photo-1 {
  display: inline-block;
  vertical-align: top;
}

.price .swiper-price-prev,
.price .swiper-price-next {
  width: 50px;
  height: 50px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 50px 50px;
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 240px) and (max-width: 479px) {
  .price {
    padding-bottom: 50px;
  }

  .price h2 {
    /* margin-bottom: 25px; */
    font-size: 3rem;
  }
}

.price .swiper-price__photo img {
  width: 520px;
  height: auto;
}

@media only screen and (min-width: 320px) {
  .promo__caption {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .price h2 {
    /* margin-bottom: 35px; */
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .price .swiper-price__photo img {
    width: 480px;
    height: auto;
  }
}

@media only screen and (max-width: 991px) {
  .content {
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .price .swiper-price__photo,
  .price .swiper-price__photo-1 {
    display: none;
  }

  .price_flex-content {
    position: relative;
    text-align: center;
    justify-content: center;
    margin-bottom: 35px;
  }
}

/* price */
.price .swiper-price__content {
  display: inline-block;
  vertical-align: top;
  padding-top: 25px;
}

@media only screen and (max-width: 992px) {
  .price .swiper-price__content {
    padding-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .price .swiper-price__content {
    padding: 19px 5px;
  }
}

@media only screen and (min-width: 1200px) {
  .price .swiper-price__content {
    padding: 25px 5px;
  }
}

.price .swiper-price__content h3 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

@media only screen and (min-width: 320px) {
  .price .swiper-price__content h3 {
    text-align: center;
  }
}

@media only screen and (min-width: 1200px) {
  .price .swiper-price__content h3 {
    text-align: left;
  }
}

.price .swiper-price__content h4 {
  font-size: 1.7rem;
  font-weight: 400;
  font-style: italic;
  color: #e4470f;
  margin-bottom: 35px;
}

@media only screen and (min-width: 992px) {
  .price .swiper-price__content h4 {
    text-align: center;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .price .swiper-price__content h4 {
    text-align: left;
    margin-bottom: 35px;
  }
}

.price .swiper-price__content p {
  position: relative;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  padding-left: 35px;
  margin-bottom: 10px;
}

.bold {
  font-weight: bold !important;
}

.color-price {
  color: red;
}

@media only screen and (min-width: 320px) {
  .price .swiper-price__content p {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .price .swiper-price__content p {
    padding: 0 10px 0 35px;
  }
}

@media only screen and (min-width: 1200px) {
  .price .swiper-price__content p {
    padding-left: 35px;
  }
}

.price .swiper-price__content p:after {
  content: "";
  display: block;
  position: absolute;
  left: -5px;
  top: 10px;
  border-bottom: 2px solid #adadad;
  width: 28px;
}

@media only screen and (min-width: 320px) {
  .price h3 {
    font-size: 2.5rem;
  }

  .price .swiper-price__content h3 {
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .price h3 {
    font-size: 3.5rem;
  }

  .promo__caption {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
}

.price img {
  display: inline-block;
  vertical-align: top;
  height: 327px;
}

@media only screen and (min-width: 320px) {
  .price__row-item {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .price__row-item {
    text-align: left;
  }
}

@media only screen and (min-width: 992px) {
  .price__row-item {
    text-align: left;
  }
}

.price .row-img {
  margin-right: 28px;
}

.price__row {
  margin-top: 2%;
  margin-bottom: 2%;
  padding-left: 140px;
}

@media only screen and (min-width: 320px) {
  .price__row {
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) {
  .price__row {
    padding-left: 0px;
  }
}

.price .line {
  border-bottom: 1px solid #ccc;
}

.price__caption {
  display: block;
  vertical-align: top;
  margin-bottom: 10px;
}

@media only screen and (min-width: 320px) {
  .price__caption {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .price__caption {
    text-align: center;
  }
}

@media only screen and (min-width: 992px) {
  .price__caption {
    text-align: left;
    padding-top: 5%;
    padding-left: 2%;
    padding-right: 5%;
  }
}

.price__caption h4 {
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1.4;
}

.price__caption h4 img {
  height: 35px;
}

.price__caption p {
  font-size: 1.5rem;
  margin-top: 20px;
}

.price__row-btn {
  display: flex;
  justify-content: space-evenly;
}

@media only screen and (min-width: 320px) {
  .price__row-btn {
    text-align: center;
  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .price__row-btn {
    flex-direction: column;
    align-items: center;
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 992px) {
  .price__row-btn {
    text-align: left;
  }
}

.price__row-btn .btn-orange {
  display: inline-block;
  vertical-align: top;
  width: 262px;
  height: 59px;
  font-size: 20px;
  font-weight: 400;
  color: #fff !important;
  line-height: 59px;
  background: var(--btn-hover-color);
  border-radius: 5px;
  border-bottom: 1px solid var(--bg-form-color);
}

.price__row-btn .btn-orange:hover {
  background: var(--btn-color);
  border: none;
}

/* ====================STOP PROBLEMS================== */

.figures {
  width: 100%;
  height: auto;
  border-bottom: 3px #fff solid;
  padding-bottom: 2%;
}

.figures h2 {
  margin-bottom: 35px;
  font-size: 4.5rem;
}

.figures .box-img {
  position: relative;
  margin: 0 auto 10px;
  width: 100%;
  height: 660px;
  overflow: hidden;
}

.figures .box-img img {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: auto;
}

.figures .content {
  width: 100%;
  padding: 0 50px;
}

.content p {
  margin-bottom: 10px;
}

/* ---------------------------------- MEDIA --------------------------------- */
@media screen and (max-width: 992px) {
  .figures .box-img {
    height: 450px;
  }
}

@media screen and (max-width: 768px) {
  .figures .content {
    padding: 0 25px;
  }
}

@media screen and (max-width: 480px) {
  .figures .box-img {
    height: 300px;
  }

  .figures .box-img img {
    top: 0;
  }

  .figures .content {
    padding: 0 15px;
  }
}

@media (min-width: 240px) and (max-width: 479px) {
  .figures h2 {
    margin-bottom: 25px;
    font-size: 3rem;
  }
}

.figures__item-1 {
  position: relative;
}

.ul-list {
  font-size: 20px;
  text-transform: capitalize;
  color: #dadada;
  padding: 20px;
}

.hr-ul {
  border-top: 1px solid #000000;
  margin: 8px 144px;
}

.container-outside {
  max-width: 1290px;
  margin: auto;
  margin: auto;
  padding-top: 50px;
}

.line-after-1:after,
.line-after-2:after,
.line-after-3:after {
  content: "";
  display: block;
  position: absolute;
  top: 80px;
  border-bottom: 2px solid #e9e9e9;
}

.line-after-1:after {
  width: 120px;
  left: 320px;
}

.line-after-2:after {
  width: 100px;
  left: 330px;
}

.line-after-3:after {
  width: 120px;
  left: 254px;
}

.container-outside h2 img {
  margin-top: -26px;
  display: inline-block;
}

@media only screen and (min-width: 320px) {
  .figures__item-1:after {
    display: none;
  }

  .figures h2 span {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .figures__item-1:after {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .figures__item-1:after {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .figures__item-1:after {
    display: block;
  }

  .figures h2 span {
    font-size: 60px;
  }
}

.figures__item {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

.figures__item h3 {
  font-size: 120px;
  font-weight: 700;
  color: #fff;
  line-height: 132px;
  text-transform: uppercase;
}

.figures__item h4 {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.figures__item h4 span {
  font-weight: 700;
}

.cooperation {
  padding: 45px 0 80px;
  border-bottom: 3px #fff solid;
}

.cooperation .box-img {
  position: relative;
  margin: 0 auto 10px;
  width: 100%;
  height: 550px;
  overflow: hidden;
}

.cooperation .box-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.cooperation h4 {
  margin-bottom: 35px;
  text-align: center;
  padding: 0 100px;
  font-size: 25px;
}

/* -------------------------------- NEW MEDIA ------------------------------- */
@media screen and (max-width: 992px) {
  .cooperation .box-img {
    height: 450px;
  }

  .cooperation h4 {
    padding: 0 56px;
  }
}

@media screen and (max-width: 768px) {
  .cooperation .box-img {
    height: 290px;
  }

  .cooperation .content {
    padding: 0 25px;
  }
}

@media screen and (max-width: 480px) {
  .cooperation .box-img {
    height: 180px;
    /* height: 240px; */
  }

  .cooperation .box-img img {
    top: 0;
  }

  .cooperation .content {
    padding: 0 15px;
  }

  .cooperation h4 {
    padding: 0 15px;
    font-size: 18px;
  }
}

@media (min-width: 240px) and (max-width: 479px) {
  .cooperation h2 {
    margin-bottom: 10px;
    font-size: 3rem;
  }
}

/* ----------------------------------- END ---------------------------------- */

@media only screen and (min-width: 320px) {
  .cooperation h2 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .cooperation h2 {
    margin-bottom: 15px;
    font-size: 45px;
  }
}

.cooperation h3 {
  margin-bottom: 25px;
  font-weight: bold;
}

@media only screen and (min-width: 320px) {
  .cooperation h3 {
    font-size: 20px;
    font-weight: bold;
  }
}

@media only screen and (min-width: 768px) {
  .cooperation h3 {
    font-size: 35px;
    font-weight: bold;
  }
}

.cooperation__item {
  text-align: center;
}

.cooperation__item h4 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 30px;
}

@media only screen and (min-width: 320px) {
  .cooperation__item p {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .cooperation__item p {
    margin-bottom: 0;
  }
}

.cooperation__row {
  margin-bottom: 90px;
}

.sixteen-years {
  background: #5c4d43 url(../images/years-work.jpg) no-repeat center top;
  padding: 5rem 0;
}

.sixteen-years h2 {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-bottom: 5rem;
}

@media only screen and (min-width: 320px) {
  .sixteen-years h2 {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .sixteen-years h2 {
    font-size: 3.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .sixteen-years h2 {
    font-size: 4.5rem;
  }
}

.sixteen-years h2 span {
  display: block;
  font-weight: 300;
  font-size: 3.5rem;
}

@media only screen and (min-width: 320px) {
  .sixteen-years h2 span {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 768px) {
  .sixteen-years h2 span {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 992px) {
  .sixteen-years h2 span {
    font-size: 3.5rem;
  }
}

.sixteen-years__item {
  position: relative;
  padding: 0 !important;
}

.sixteen-years__item img {
  width: 100%;
}

.sixteen-years__caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sixteen-years__caption h3 {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.sixteen-years__caption h3 span {
  display: block;
}

@media only screen and (min-width: 320px) {
  .sixteen-years__caption h3 span {
    font-size: 4rem;
  }
}

@media only screen and (min-width: 768px) {
  .sixteen-years__caption h3 span {
    font-size: 6rem;
  }
}

@media only screen and (min-width: 992px) {
  .sixteen-years__caption h3 span {
    font-size: 8rem;
  }
}

.our-team {
  width: 100%;
  height: 676px;
  padding: 60px 0 0 0;
  background: #fff;
}

.our-team h2 {
  margin: 0 0 34px 0;
}

.team_item {
  display: block;
  cursor: pointer;
  position: relative;
}

.team_item:hover {
  outline: 4px solid #027aa7;
  outline-offset: -4px;
}

.team-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(83, 56, 44, 0.7);
}

.team-layer span {
  display: block;
  width: 100%;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  position: absolute;
  text-transform: uppercase;
}

.team-layer span label {
  font-weight: normal;
}

.team_item:hover>.team-layer {
  display: none;
}

/* скопировал */
.our-team .swiper-team-prev {
  margin-top: 68px;
  left: 510px;
}

.our-team .swiper-team-next {
  margin-top: 68px;
  right: 510px;
}

@media (min-width: 991px) and (max-width: 1170px) {

  /* скопировал */
  .our-team .swiper-team-prev {
    display: none;
    margin-top: 38px;
    left: 40%;
  }

  .our-team .swiper-team-next {
    display: none;
    margin-top: 38px;
    right: 40%;
  }

  .our-team {
    height: auto;
    padding: 60px 0 60px 0;
  }

  .team_item img {
    width: 100%;
  }

  .team-layer span {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {

  /* скопировал */
  .our-team .swiper-team-prev {
    margin-top: 38px;
    left: 40%;
  }

  .our-team .swiper-team-next {
    margin-top: 38px;
    right: 40%;
  }

  .our-team {
    height: 546px;
  }

  .team_item img {
    width: 100%;
  }

  .team-layer span {
    font-size: 16px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {

  /* скопировал */
  .our-team .swiper-team-prev {
    display: none;
    margin-top: 38px;
    left: 40%;
  }

  .our-team .swiper-team-next {
    display: none;
    margin-top: 38px;
    right: 40%;
  }

  .our-team {
    height: auto;
    padding: 60px 0 60px 0;
  }

  .team_item img {
    width: 100%;
  }

  .team-layer span {
    font-size: 14px;
  }
}

@media (min-width: 240px) and (max-width: 479px) {

  /* скопировал */
  .our-team .swiper-team-prev {
    display: none;
    margin-top: 38px;
    left: 40%;
  }

  .our-team .swiper-team-next {
    display: none;
    margin-top: 38px;
    right: 40%;
  }

  .our-team {
    height: auto;
    padding: 60px 0 60px 0;
  }

  .team_item img {
    width: 100%;
  }

  .team-layer span {
    font-size: 12px;
  }
}

.clients {
  padding: 55px 0 75px;
  background: #e9e9e9;
}

.clients .container {
  position: relative;
}

.clients h2 {
  margin-bottom: 65px;
}

@media only screen and (min-width: 320px) {
  .clients h2 {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .clients h2 {
    font-size: 4rem;
  }
}

@media only screen and (min-width: 992px) {
  .clients h2 {
    font-size: 4.5rem;
  }
}

.clients__item img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg);
}

.clients__item img:hover {
  cursor: pointer;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

.clients .swiper-button-prev,
.clients .swiper-container-rtl .swiper-button-next,
.swiper-team-prev,
.swiper-team-next,
.swiper-price-prev,
.swiper-price-next,
.swiper-price-1-prev,
.swiper-price-1-next {
  background-image: url("../images/prev.png");
  left: -65px;
  right: auto;
}

.clients .swiper-button-prev:hover,
.clients .swiper-container-rtl .swiper-button-next:hover,
.swiper-team-prev:hover,
.swiper-price-prev:hover,
.swiper-price-1-prev:hover {
  background-image: url("../images/prev-hover.png");
}

.clients .swiper-button-prev:active,
.clients .swiper-container-rtl .swiper-button-next:active {
  background-image: url("../images/prev-activ.png");
}

.clients .swiper-button-next,
.clients .swiper-container-rtl .swiper-button-prev,
.swiper-team-next,
.swiper-price-next,
.swiper-price-1-next {
  background-image: url("../images/next.png");
  right: -65px;
  left: auto;
}

.clients .swiper-button-next:hover,
.clients .swiper-container-rtl .swiper-button-prev:hover,
.swiper-team-next:hover,
.swiper-price-next:hover,
.swiper-price-1-next:hover {
  background-image: url("../images/next-hover.png");
}

.clients .swiper-button-next:active,
.clients .swiper-container-rtl .swiper-button-prev:active {
  background-image: url("../images/next-activ.png");
}

.clients .swiper-button-prev,
.clients .swiper-button-next {
  position: absolute;
  top: 70%;
  width: 64px;
  height: 64px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 64px 64px;
  -webkit-background-size: 64px 64px;
  background-size: 64px 64px;
  background-position: center;
  background-repeat: no-repeat;
}

/* скопировал */
.our-team .swiper-team-prev,
.our-team .swiper-team-next {
  position: absolute;
  width: 64px;
  height: 64px;
  margin-top: 35px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 64px 64px;
  -webkit-background-size: 64px 64px;
  background-size: 64px 64px;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 320px) {

  .clients .swiper-button-prev,
  .clients .swiper-button-next {
    display: none;
  }
}

@media only screen and (min-width: 768px) {

  .clients .swiper-button-prev,
  .clients .swiper-button-next,
  .swiper-team-prev,
  .swiper-team-next {
    display: block;
  }
}

.clients .swiper-wrapper {
  text-align: center;
}

.clients .swiper-wrapper .swiper-slide {
  position: relative;
}

.clients .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 150px;
}

@media only screen and (min-width: 320px) {
  .clients .swiper-wrapper .swiper-slide img {
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  .clients .swiper-wrapper .swiper-slide img {
    height: 100px;
  }
}

@media only screen and (min-width: 992px) {
  .clients .swiper-wrapper .swiper-slide img {
    height: 150px;
  }
}

/* REVIEWS */
.reviews {
  background: url("../images/reviews.jpg") no-repeat bottom center;
  border-bottom: 3px #fff solid;
}

.reviews .container {
  position: relative;
}

.focus-text {
  font-weight: bold;
}

@media only screen and (min-width: 320px) {
  .reviews {
    background: #dcdcdc;
    padding-bottom: 50px;
    padding-top: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .reviews {
    background: url("../images/reviews.jpg") no-repeat bottom center;
    padding-bottom: 15px;
    padding-top: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .reviews {
    padding-bottom: 22px;
  }
}

@media only screen and (min-width: 320px) {
  .reviews h2 {
    margin-bottom: 10px;
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .reviews h2 {
    font-size: 4rem;
  }
}

@media only screen and (min-width: 992px) {
  .reviews h2 {
    margin-bottom: 6px;
    font-size: 4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .reviews h2 {
    margin-bottom: 65px;
    font-size: 4.5rem;
  }
}

.reviews .swiper-slide {
  text-align: center;
}

.reviews .swiper-reviews__photo {
  display: inline-block;
  vertical-align: top;
  width: 306px;
  margin-right: 40px;
  margin-left: 50px;
}

@media only screen and (min-width: 320px) {
  .reviews .swiper-reviews__photo {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .reviews .swiper-reviews__photo {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media only screen and (min-width: 320px) {
  .reviews .swiper-reviews__photo img {
    width: 150px;
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  .reviews .swiper-reviews__photo img {
    width: 206px;
    height: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .reviews .swiper-reviews__photo img {
    width: 306px;
    height: auto;
  }
}

.reviews .swiper-reviews__content {
  display: inline-block;
  vertical-align: top;
  padding-top: 25px;
}

@media only screen and (min-width: 992px) {
  .reviews .swiper-reviews__content {
    width: 640px;
    padding: 19px 5px;
  }
}

@media only screen and (min-width: 1200px) {
  .reviews .swiper-reviews__content {
    width: 640px;
    padding: 25px 5px;
  }
}

.reviews .swiper-reviews__content h3 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

@media only screen and (min-width: 320px) {
  .reviews .swiper-reviews__content h3 {
    text-align: center;
  }
}

@media only screen and (min-width: 1200px) {
  .reviews .swiper-reviews__content h3 {
    text-align: left;
  }
}

.reviews .swiper-reviews__content h4 {
  font-size: 1.7rem;
  font-weight: 400;
  font-style: italic;
  color: #e4470f;
  margin-bottom: 35px;
}

@media only screen and (min-width: 992px) {
  .reviews .swiper-reviews__content h4 {
    text-align: center;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .reviews .swiper-reviews__content h4 {
    text-align: left;
    margin-bottom: 35px;
  }
}

.reviews .swiper-reviews__content p {
  position: relative;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  padding-left: 35px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 320px) {
  .reviews .swiper-reviews__content p {
    text-align: left;
    padding: 0 10px 0 20px;
  }
}

@media only screen and (min-width: 768px) {
  .reviews .swiper-reviews__content p {
    padding: 0 10px 0 35px;
  }
}

@media only screen and (min-width: 1200px) {
  .reviews .swiper-reviews__content p {
    padding-left: 35px;
  }
}

.reviews .swiper-reviews__content p:after {
  content: "";
  display: block;
  position: absolute;
  left: -5px;
  top: 10px;
  border-bottom: 2px solid #adadad;
  width: 28px;
}

@media only screen and (min-width: 320px) {
  .reviews .swiper-reviews__content p:after {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .reviews .swiper-reviews__content p:after {
    display: block;
  }
}

@media only screen and (min-width: 320px) {
  .reviews .swiper-reviews__block {
    text-align: center;
  }
}

@media only screen and (min-width: 1200px) {
  .reviews .swiper-reviews__block {
    text-align: right;
  }
}

.reviews .swiper-reviews__img {
  display: inline-block;
  vertical-align: top;
}

@media only screen and (min-width: 320px) {
  .reviews .swiper-reviews__img img {
    width: 200px;
    height: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .reviews .swiper-reviews__img img {
    width: 250px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .reviews .swiper-reviews__img img {
    width: 367px;
    margin-right: 15px;
  }
}

.reviews .swiper--prev,
.reviews .swiper-container-rtl .swiper--next {
  background-image: url("../images/prev.png");
  right: auto;
}

@media only screen and (min-width: 320px) {

  .reviews .swiper--prev,
  .reviews .swiper-container-rtl .swiper--next {
    left: 15px;
  }
}

@media only screen and (min-width: 768px) {

  .reviews .swiper--prev,
  .reviews .swiper-container-rtl .swiper--next {
    left: 30px;
  }
}

@media only screen and (min-width: 1200px) {

  .reviews .swiper--prev,
  .reviews .swiper-container-rtl .swiper--next {
    left: -65px;
  }
}

.reviews .swiper--prev:hover,
.reviews .swiper-container-rtl .swiper--next:hover {
  background-image: url("../images/prev-hover.png");
}

.reviews .swiper--prev:active,
.reviews .swiper-container-rtl .swiper--next:active {
  background-image: url("../images/prev-activ.png");
}

.reviews .swiper--next,
.reviews .swiper-container-rtl .swiper--prev {
  background-image: url("../images/next.png");
  left: auto;
}

@media only screen and (min-width: 320px) {

  .reviews .swiper--next,
  .reviews .swiper-container-rtl .swiper--prev {
    right: 15px;
  }
}

@media only screen and (min-width: 768px) {

  .reviews .swiper--next,
  .reviews .swiper-container-rtl .swiper--prev {
    right: 30px;
  }
}

@media only screen and (min-width: 1200px) {

  .reviews .swiper--next,
  .reviews .swiper-container-rtl .swiper--prev {
    right: -65px;
  }
}

.reviews .swiper--next:hover,
.reviews .swiper-container-rtl .swiper--prev:hover {
  background-image: url("../images/next-hover.png");
}

.reviews .swiper--next:active,
.reviews .swiper-container-rtl .swiper--prev:active {
  background-image: url("../images/next-activ.png");
}

.reviews .swiper--prev,
.reviews .swiper--next {
  position: absolute;
  top: 25%;
  width: 64px;
  height: 64px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 64px 64px;
  -webkit-background-size: 64px 64px;
  background-size: 64px 64px;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 320px) {

  .reviews .swiper--prev,
  .reviews .swiper--next {
    top: 13%;
    transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
  }
}

@media only screen and (min-width: 768px) {

  .reviews .swiper--prev,
  .reviews .swiper--next {
    top: 25%;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
  }
}

/* ========================STOP REVIEVS===================== */

.certificates {
  padding: 50px 0 100px;
  background: #e9e9e9;
}

@media only screen and (min-width: 320px) {
  .certificates h2 {
    margin-bottom: 10px;
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .certificates h2 {
    font-size: 4rem;
  }
}

@media only screen and (min-width: 992px) {
  .certificates h2 {
    margin-bottom: 35px;
    font-size: 4rem;
  }
}

@media only screen and (min-width: 1200px) {
  .certificates h2 {
    margin-bottom: 65px;
    font-size: 4.5rem;
  }
}

.certificates__row {
  text-align: center;
  padding: 0 50px;
}

.certificates__item {
  padding: 25px 25px;
}

.certificates__item img {
  width: 100%;
  -webkit-box-shadow: -1px 2px 35px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 2px 35px -2px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 2px 35px -2px rgba(0, 0, 0, 0.75);
}

.certificates .swiper-team-prev,
.certificates .swiper-team-next {
  margin-top: -64px;
}

@media only screen and (min-width: 320px) {
  .certificates__item img {
    max-width: 210px;
  }
}

@media only screen and (min-width: 768px) {
  .certificates__item img {
    width: 100%;
  }
}

.remodal-close {
  position: absolute;
  top: 17px;
  right: -150px;
}

.hours {
  padding: 60px 0 110px;
  border-bottom: 3px #fff solid;
}

@media only screen and (min-width: 320px) {
  .hours {
    padding: 30px 0 30px;
    background: var(--bg-form-color);
  }
}

@media only screen and (min-width: 768px) {
  .hours {
    padding: 40px 0 40px;
    /* background: url('../images/hours.jpg') no-repeat bottom center; */
  }
}

@media only screen and (min-width: 992px) {
  .hours {
    padding: 60px 0 110px;
  }
}

.hours h2 {
  color: #fff;
  font-size: 57px;
  margin-bottom: 75px;
}

@media only screen and (min-width: 320px) {
  .hours h2 {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .hours h2 {
    margin-bottom: 25px;
    font-size: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .hours h2 {
    margin-bottom: 55px;
    font-size: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .hours h2 {
    margin-bottom: 75px;
    font-size: 57px;
  }
}

.hours h2 .hours__one {
  color: #fffc00;
  font-size: 83px;
}

@media only screen and (min-width: 320px) {
  .hours h2 .hours__one {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .hours h2 .hours__one {
    font-size: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .hours h2 .hours__one {
    font-size: 82px;
  }
}

.hours h2 .hours__two {
  color: #fffc00;
}

.hours__item-1:after {
  content: "";
  display: block;
  position: absolute;
  top: 76px;
  left: 227px;
  width: 132px;
  height: 20px;
  background: url("../images/hours__item-1.png") no-repeat bottom center;
}

@media only screen and (min-width: 320px) {
  .hours__item-1:after {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .hours__item-1:after {
    display: block;
  }
}

.hours__item {
  position: relative;
  text-align: center;
}

.hours__item .round {
  position: absolute;
  top: 0;
  left: 64px;
  width: 164px;
  height: 164px;
  border: 5px solid #ffd200;
  border-radius: 50%;
}

@media only screen and (min-width: 320px) {
  .hours__item .round {
    top: 0;
    left: 262px;
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .hours__item .round {
    top: 0;
    left: 100px;
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .hours__item .round {
    top: 0;
    left: 36px;
  }
}

@media only screen and (min-width: 1200px) {
  .hours__item .round {
    top: 0;
    left: 64px;
  }
}

.hours__item img {
  padding-top: 43px;
}

.hours__item h3 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding-top: 70px;
}

@media only screen and (min-width: 320px) {
  .hours__item h3 {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .hours__item h3 {
    margin-bottom: 10px;
    padding-top: 70px;
  }
}

.call {
  padding: 80px 0 50px;
  border-bottom: 3px #fff solid;
}

@media only screen and (min-width: 320px) {
  .call {
    background: #d9d1d1;
  }
}

@media only screen and (min-width: 768px) {
  .call {
    background: url("../images/call.jpg") no-repeat bottom center;
  }
}

@media only screen and (min-width: 320px) {
  .call__left {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .call__left {
    text-align: left;
  }
}

.call__left h4 {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  padding-left: 30px;
  padding-top: 50px;
}

@media only screen and (min-width: 320px) {
  .call__left h4 {
    padding-left: 0;
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .call__left h4 {
    padding-left: 30px;
    font-size: 31px;
  }
}

@media only screen and (min-width: 992px) {
  .call__left h4 {
    font-size: 47px;
  }
}

@media only screen and (min-width: 1200px) {
  .call__left h4 {
    font-size: 57px;
  }
}

.call__left h5 {
  font-weight: 400;
  text-transform: uppercase;
  margin: 10px 0;
  padding-left: 30px;
}

@media only screen and (min-width: 320px) {
  .call__left h5 {
    padding-left: 0;
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .call__left h5 {
    padding-left: 30px;
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .call__left h5 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 1200px) {
  .call__left h5 {
    font-size: 28px;
  }
}

.call__left h5 span {
  font-weight: 700;
  color: #e64308;
}

.call__form {
  text-align: center;
  border: 3px #fff solid;
}

.call__form h6 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.call__form p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
}

.call__form .input {
  width: 300px;
  height: 51px;
  background: #fff;
  border: none;
  color: #7a7a7a;
  padding: 18px 18px;
  outline: none;
  overflow: hidden;
  margin: 0 auto;
  line-height: 1.4;
  margin-bottom: 9px;
  border-radius: 3px;
}

.call__form .input::-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #7a7a7a !important;
}

.call__form .input::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #7a7a7a !important;
}

.call__form .input:-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #7a7a7a !important;
}

.call__form .input:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #7a7a7a !important;
}

.call__form .input:focus::-webkit-input-placeholder,
.call__form textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.call__form .input:focus::-moz-placeholder,
.call__form textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.call__form .input:focus:-moz-placeholder,
.call__form textarea:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.call__form .input:focus:-ms-input-placeholder,
.call__form textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.call__form .btn-orange {
  width: 300px;
  height: 74px;
  font-size: 25px;
  font-weight: 400;
  color: #fff !important;
  line-height: 71px;
  background: var(--btn-hover-color);
  border-radius: 5px;
  border-bottom: 1px solid var(--bg-form-color);
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 10px;
}

.call__form .btn-orange:hover {
  background: var(--btn-color);
}

.map {
  padding: 50px 0;
  border-bottom: 3px #fff solid;
}

.map h2 {
  text-align: center;
  margin-bottom: 35px;
}

.map .interactive-map {
  width: 100%;
  height: 500px;
}

/* ---------------------------------- MEDIA --------------------------------- */
@media screen and (max-width: 480px) {
  .map h2 {
    font-size: 25px;
  }

  .map .interactive-map {
    height: 280px;
  }
}

.footer {
  background: #e9e9e9;
  padding: 2% 0 0;
  position: relative;
}

.footer__logo {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.footer__logo img {
  width: 50%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg);
}

.footer__logo img:hover {
  cursor: pointer;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

.footer__after-logo {
  font-size: 14px;
  text-transform: uppercase;
  color: #858585;
}

@media only screen and (min-width: 320px) {
  .footer__after-logo {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .footer__after-logo {
    text-align: center;
    margin-bottom: 2%;
  }
}

.footer__phone {
  text-align: center;
  margin-bottom: 2%;
}

.footer__phone .phone {
  width: 225px;
  font-size: 20px;
  background: url("../images/phone.png") no-repeat left center;
  padding-left: 30px;
}

@media only screen and (min-width: 320px) {
  .footer__phone .phone {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .footer__phone .phone {
    margin: 0;
  }
}

.footer__mail {
  text-align: right;
  padding-top: 10px;
}

@media only screen and (min-width: 320px) {
  .footer__mail {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .footer__mail {
    text-align: right;
  }
}

.footer__mail .mail {
  width: 280px;
  font-size: 20px;
  background: url("../images/mail.png") no-repeat left center;
  padding-left: 25px;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media only screen and (min-width: 320px) {
  .footer__mail .mail {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .footer__mail .mail {
    margin: 0;
  }
}

@media only screen and (min-width: 992px) {
  .footer__mail .mail {
    margin-left: 29px;
  }
}

@media only screen and (min-width: 1200px) {
  .footer__mail .mail {
    margin-left: 102px;
  }
}

.footer__mail .studio {
  font-size: 12px;
  color: #858585;
  padding-top: 10px;
}

@media only screen and (min-width: 768px) {
  .footer__mail .studio {
    text-align: left;
  }
}

@media only screen and (min-width: 1200px) {
  .footer__mail .studio {
    padding-left: 150px;
  }
}

.footer__mail .studio a {
  text-decoration: underline;
  color: #e64308;
}

.footer__mail .studio a img {
  width: 150px;
  height: 23px;
  margin-top: 14px;
}

@media only screen and (min-width: 320px) {
  .thanks-headline h1 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .thanks-headline h1 {
    font-size: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .thanks-headline h1 {
    font-size: 70px;
  }
}

@media only screen and (min-width: 1200px) {
  .thanks-headline h1 {
    font-size: 90px;
  }
}

@media only screen and (min-width: 320px) {
  .thanks-headline h2 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .thanks-headline h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .thanks-headline h2 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .thanks-headline h2 {
    font-size: 50px;
  }
}

.ib {
  display: inline-block;
}

.btn-orange-1 {
  display: inline-block;
  vertical-align: top;
  width: 262px;
  height: 59px;
  font-size: 14px;
  font-weight: 400;
  color: #fff !important;
  line-height: 59px;
  background: var(--btn-hover-color);
  border-radius: 5px;
  border-bottom: 1px solid var(--bg-form-color);
  /* margin-bottom: 10px; */
}

.btn-orange-1:hover {
  background: var(--btn-color);
  border: none;
}

@media screen and (max-width: 992px) {
  .btn-orange-1 {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .btn-orange-1 {
    margin-right: 0px;
  }
}

@media screen and (max-width: 480px) {
  .btn-orange-1 {
    margin-right: 0px;
  }
}

@media screen and (max-width: 320px) {
  .btn-orange-1 {
    margin-right: 0px;
  }
}

@media (max-width: 992px) and (min-width: 320px) {
  .price__row-btn .btn-orange {
    font-size: 14px;
  }
}

@media only screen and (max-width: 425px) {
  body.has-fullscreen-modal {
    position: fixed;
    width: 100%;
  }
}

/* -------------------------------- NEW STYLE ------------------------------- */
.product-container,
.product-container1,
.product-container2,
.product-container3 {
  width: 500px;
}

.main-photo-container {
  position: relative;
  display: flex;
  justify-content: center;
  border: 1px solid grey;
  background: #fff;
}

.zoom-img {
  display: inline-block;
}

.zoom-img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  background-image: url(../images/lens.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  fill: grey;
  width: 50px;
  height: 50px;
  z-index: 999;
  opacity: 0;
}

.zoom-img:hover::before {
  opacity: 1;
}

.arrow-container {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.thumbnail-container,
.thumbnail-container1,
.thumbnail-container2,
.thumbnail-container3,
.thumbnail-container4,
.thumbnail-container5 {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  overflow: auto;
}

.thumbnail,
.thumbnail1,
.thumbnail2,
.thumbnail3,
.thumbnail4,
.thumbnail5 {
  width: 80px !important;
  height: 80px !important;
  cursor: pointer;
  border: 2px solid transparent;
}

.selected {
  border-color: var(--select-color);
}

.title1 {
  margin-top: 50px;
  margin-bottom: 35px;
}

/* ---------------------------------- MEDIA --------------------------------- */
@media screen and (max-width: 992px) {
  .price {
    padding-bottom: 200px;
    /* height: 3695px; */
  }

  .relative-box {
    position: relative;
    height: 872px;
  }

  .relative-box1 {
    position: relative;
    height: 832px;
  }

  .relative-box2 {
    position: relative;
    height: 909px;
  }

  .relative-box3 {
    position: relative;
    height: 909px;
  }

  .thumbnail-container,
  .thumbnail-container1,
  .thumbnail-container2,
  .thumbnail-container3,
  .thumbnail-container4,
  .thumbnail-container5 {
    margin-bottom: 25px;
  }

  .product-container,
  .product-container1,
  .product-container2,
  .product-container3 {
    margin: 0 auto 20px auto;
  }

  .position {
    position: absolute;
    top: 70%;
    left: 16%;
    z-index: 99;
  }

  .position1 {
    position: absolute;
    top: 0px;
    left: 16%;
    z-index: 99;
  }
}

@media screen and (max-width: 768px) {


  .relative-box {
    height: 1000px;
    /*height: 935px;*/
  }

  .relative-box1 {
    height: 930px;
    /*height: 895px;*/
  }

  .relative-box2 {
    height: 1000px;
    /*height: 926px;*/
  }

  .relative-box3 {
    height: 855px;

  }
}

@media screen and (max-width: 480px) {
  .price {
    height: 100%;
    /* height: 4020px; */
    /*height: 3720px;*/
  }

  .relative-box {
    height: 950px;
    /* height: 1020px; */
    /*height: 907px;*/
  }

  .relative-box1 {
    height: 885px;
    /*height: 825px;*/
  }

  .relative-box2 {
    height: 950px;
    /*height: 890px;*/
  }

  .relative-box3 {
    height: 790px;
    /*height: 825px;*/
  }

  .position,
  .position1 {
    left: 17%;
  }

  .product-container,
  .product-container1 {
    width: 315px;
  }

  .price img {
    width: auto;
    height: 195px;
  }

  .price .swiper-price-next,
  .price .swiper-price-prev {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}

@media screen and (max-width: 430px) {

  .position,
  .position1 {
    left: 12%;
  }
}

@media screen and (max-width: 391px) {

  .position,
  .position1 {
    left: 9%;
  }
}

@media screen and (max-width: 377px) {

  .relative-box {
    height: 1050px;
    /*height: 940px;*/
  }

  .relative-box1 {
    height: 920px;
    /*height: 857px;*/
  }

  .position,
  .position1 {
    left: 8%;
  }
}

@media screen and (max-width: 350px) {

  .position,
  .position1 {
    left: 3%;
  }
}

@media screen and (max-width: 330px) {

  .position,
  .position1 {
    left: 0%;
  }
}

.gallery {
  padding: 45px;
  width: 100%;
  height: auto;
  border-bottom: 3px #fff solid;
}

.gallery h2 {
  margin-bottom: 35px;
  font-size: 4.5rem;
}

.gallery .box-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.gallery .box-img img {
  position: absolute;
  top: 0;
  left: 0;
  /* width: 100%; */
}

.gallery .box-img,
.gallery .box-img img {
  height: 720px;
}

/* ---------------------------------- MEDIA --------------------------------- */

@media screen and (max-width: 992px) {

  .gallery .box-img,
  .gallery .box-img img {
    height: 570px;
  }
}

@media screen and (max-width: 768px) {

  .gallery .box-img,
  .gallery .box-img img {
    height: 450px;
  }
}

@media screen and (max-width: 480px) {

  .gallery .box-img,
  .gallery .box-img img {
    height: 290px;
  }
}

@media screen and (max-width: 375px) {

  .gallery .box-img,
  .gallery .box-img img {
    height: 200px;
  }
}

@media (min-width: 240px) and (max-width: 479px) {
  .gallery h2 {
    margin-bottom: 25px;
    font-size: 3rem;
  }
}