/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "Roboto-Black";
  font-display: swap;
  src: url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Bold";
  font-display: swap;
  src: url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Regular";
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Medium";
  font-display: swap;
  src: url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

p,
h1,
h2 {
  margin: 0;
}

.serv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 200px;
}

.serv h2 {
  font-size: 32px;
  font-family: "Roboto-Medium";
  color: #515B5C;
  margin-bottom: 60px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
  width: 100%;
}

.header_s {
  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;
  padding: 34px 0px;
  z-index: 2;
  width: 100%;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.header-cont {
  max-width: 1166px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo img {
  display: block;
  max-width: 100%;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*width: 70%;*/
}

.menu a {
  text-decoration: none;
  font-family: "Roboto-Medium";
  font-size: 14px;
  color: #fff;
  margin-right: 40px;
  position: relative;
}

.menu a:hover:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: .55s opacity;
  -o-transition: .55s opacity;
  transition: .55s opacity;
  bottom: -4px;
  left: 0;
}

.menu a:last-child {
  margin-right: 0;
}

.menu_s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*width: 70%;*/
}

.menu_s a {
  text-decoration: none;
  font-family: "Roboto-Medium";
  font-size: 14px;
  color: #0092F6;
  margin-right: 40px;
  position: relative;
}

.menu_s a:hover:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0092F6;
  position: absolute;
  -webkit-transition: .55s opacity;
  -o-transition: .55s opacity;
  transition: .55s opacity;
  bottom: -4px;
  left: 0;
}

.menu_s a:last-child {
  margin-right: 0;
}

.callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-family: "Roboto-Bold";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 40px;
  font-size: 14px;
}

.callback_s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #0092F6;
  font-family: "Roboto-Bold";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 40px;
  font-size: 14px;
}

.main {
  width: 100%;
  background: url(../img/main_bg.jpg);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 200px 0px;
  z-index: 1;
}

.main-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1166px;
  width: 90%;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*max-width: 738px;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.call-button {
  font-family: "Roboto-Medium";
  padding: 15px 30px;
  background-color: transparent;
  border: solid 1px #0092F6;
  color: #fff;
  margin-left: 23px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.call-button:hover {
  background-color: #0092F6;
}

.call-button_s {
  font-family: "Roboto-Medium";
  padding: 15px 30px;
  background-color: transparent;
  border: solid 1px #0092F6;
  color: #0092F6;
  margin-left: 23px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.call-button_s:hover {
  background-color: #0092F6;
  color: #fff;
}

.main h1 {
  font-family: "Roboto-Bold";
  line-height: 60px;
  color: #fff;
}

.main p,
span {
  font-family: "Roboto-Regular";
  line-height: 30px;
  color: #fff;
  margin-top: 20px;
}

.main span {
  display: none;
}

.main-butt {
  font-family: "Roboto-Medium";
  color: #fff;
  background-color: #0092F6;
  border: 0;
  padding: 15px 48px;
  margin-top: 40px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.main-butt:hover {
  color: #0092F6;
  background-color: #fff;
}

.line {
  width: 60%;
  height: 2px;
  background-color: #fff;
  margin-left: -100px;
  margin-bottom: 20px;
}

.main-left {
  margin-left: 100px;
}

.second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.second-cont {
  max-width: 1166px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 116px;
}

.second-gallery {
  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;
  width: 100%;
  margin-top: 96px;
}

.first-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.second-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.serv-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: distribute;
      align-content: space-around;
  width: 90%;
  max-width: 1166px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.second-cont h2 {
  color: #515B5C;
  font-size: 32px;
  font-family: "Roboto-Medium";
  text-align: center;
  line-height: 50px;
}

.second-cont h2 span {
  color: #0092F6;
}

.sr-block:hover p {
  bottom: 100px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.sr-block:hover button {
  display: block;
}

.sr-block button:hover {
  background-color: #00518C;
}

.sr-block button {
  font-family: "Roboto-Medium";
  font-size: 14px;
  padding: 10px 30px;
  background-color: transparent;
  position: absolute;
  left: 20px;
  bottom: 60px;
  z-index: 10;
  color: #fff;
  border: 0;
  border: solid 1px #00518C;
  /*visibility: hidden;*/
  display: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

.sr-block {
  width: 24%;
  position: relative;
}

.sr-block img {
  width: 100%;
  display: block;
}

.sr-block p {
  position: absolute;
  z-index: 3;
  color: #fff;
  bottom: 75px;
  left: 20px;
  font-family: "Roboto-Regular";
  font-size: 16px;
  line-height: 20px;
}

.second-row {
  margin-top: 15px;
}

.fr-block:hover p {
  bottom: 100px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.fr-block:hover button {
  display: block;
}

.fr-block button:hover {
  background-color: #00518C;
}

.fr-block button {
  font-family: "Roboto-Medium";
  font-size: 14px;
  padding: 10px 30px;
  background-color: transparent;
  position: absolute;
  left: 20px;
  bottom: 60px;
  z-index: 10;
  color: #fff;
  border: 0;
  border: solid 1px #00518C;
  /*visibility: hidden;*/
  display: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  cursor: pointer;
}

.fr-block {
  width: 33%;
  position: relative;
  margin-bottom: 10px;
  margin-right: auto;
}

.fr-block img {
  max-width: 100%;
  display: block;
}

.fr-block p {
  position: absolute;
  z-index: 3;
  color: #fff;
  bottom: 75px;
  left: 20px;
  font-family: "Roboto-Regular";
  font-size: 16px;
  line-height: 20px;
}

.third {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 112px;
  padding-bottom: 100px;
}

.third-cont {
  max-width: 1166px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.picture {
  width: 56%;
  max-width: 573px;
  min-width: 300px;
}

.picture img {
  display: block;
  max-width: 100%;
}

.description {
  width: 38%;
  max-width: 500px;
  position: relative;
}

.description h2 {
  font-size: 32px;
  color: #515B5C;
  font-family: "Roboto-Medium";
}

.description p {
  font-size: 24px;
  color: #515B5C;
  font-family: "Roboto-Regular";
  line-height: 40px;
  margin-top: 36px;
  min-width: 300px;
}

.description p span {
  color: #0092F6;
}

.hidden_h {
  display: none;
}

.fourth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/contacts.jpg);
  background-size: cover;
  height: 430px;
  position: relative;
}

.fourth-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/contacts.jpg);
  background-size: cover;
  margin-top: 200px;
  height: 430px;
  position: relative;
}

.fourth-cont {
  max-width: 1166px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: -34px;
}

.contacts {
  background-color: #515B5C;
  -webkit-box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 178px 50px 70px;
}

.contacts-icons {
  margin-top: 44px;
  width: 100%;
}

.contact:first-child {
  margin-top: 0;
}

.desc {
  margin-left: 24px;
  color: #fff;
  font-family: "Roboto-Regular";
  font-size: 16px;
  max-width: 196px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.contacts h3:first-child {
  color: #fff;
  font-family: "Roboto-Medium";
  font-size: 30px;
  text-align: center;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.contact img {
  display: block;
  max-width: 100%;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #3B4041;
  padding: 40px 0px;
}

.footer-cont {
  max-width: 1166px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .menu a {
  font-size: 18px;
}

.call-button_footer {
  font-family: "Roboto-Medium";
  color: #fff;
  background-color: #0092F6;
  border: 0;
  padding: 15px 48px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.call-button_footer:hover {
  color: #0092F6;
  background-color: #fff;
}

.menu-burger {
  width: 100%;
  height: 200%;
  background-color: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  z-index: 11;
  display: none;
  -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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 16px;
  color: #fff;
}

.menu-burger a {
  font-family: "Roboto-Medium";
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 40%;
  color: #3B4041;
  text-decoration: none;
  background: #fff;
  border-bottom: 1px solid #c4c4c4;
  text-align: center;
  height: 16%;
  padding-left: 42px;
}

.menu-burger p:first-child {
  background: #0092F6;
  color: #fff;
  font-family: "Roboto-Medium";
  font-size: 24px;
  width: 40%;
  padding: 60px 0px;
  padding-left: 42px;
}

.menu-burger button {
  background: #0092F6;
  color: #fff;
  font-family: "Roboto-Medium";
  font-size: 14px;
  padding: 27px 0px;
  border: 0;
  width: 90%;
}

.menu-burger_expanded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -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;
  width: 30px;
}

.menu-cont {
  margin-left: 5%;
  width: 90%;
  display: none;
  height: 100px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  z-index: 15;
  top: 46px;
}

.menu-btn {
  position: relative;
  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;
  width: 100%;
  height: 80px;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.menu-btn__burger {
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.menu-btn__burger::before,
.menu-btn__burger::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 5px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.menu-btn__burger::before {
  -webkit-transform: translateY(-8px);
      -ms-transform: translateY(-8px);
          transform: translateY(-8px);
}

.menu-btn__burger::after {
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
}

.menu-btn.open .menu-btn__burger {
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  left: 200px;
  bottom: -8px;
}

.menu-btn.open .menu-btn__burger::before {
  -webkit-transform: rotate(45deg) translate(35px, -35px);
      -ms-transform: rotate(45deg) translate(35px, -35px);
          transform: rotate(45deg) translate(35px, -35px);
  background-color: #fff;
  left: 200px;
  bottom: -8px;
}

.menu-btn.open .menu-btn__burger::after {
  -webkit-transform: rotate(-45deg) translate(35px, 35px);
      -ms-transform: rotate(-45deg) translate(35px, 35px);
          transform: rotate(-45deg) translate(35px, 35px);
  background-color: #fff;
  left: 200px;
  bottom: -8px;
}

.ph {
  display: none;
  width: 24%;
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}

.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}

.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}

.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}

.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}

.close-btn {
  position: absolute;
  right: 6px;
  top: 0px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #3B4041;
}

.pop-up-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pop-up-content-wrap .cont {
  width: 90%;
  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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.cont input {
  border: 0;
  border-bottom: 1px solid #989696;
  width: 80%;
  color: #989696;
  padding-left: 20px;
  padding-bottom: 14px;
  padding-top: 14px;
  margin-top: 40px;
  font-family: "Roboto-Medium";
  font-size: 16px;
}

.cont form {
  width: 90%;
  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;
}

.cont h3 {
  font-family: "Roboto-Medium";
  font-size: 32px;
  color: #515B5C;
  text-align: center;
}

.cont h3 span {
  font-size: 18px;
  color: #515B5C;
}

.cont form button {
  display: block;
  width: 177px;
  padding: 15px 0px;
  background-color: #0092F6;
  border: 0;
  font-family: "Roboto-Medium";
  font-size: 14px;
  color: #fff;
  margin-top: 48px;
}

#nav:checked ~ .burger-menu {
  left: 0;
}

#nav:checked ~ .nav-open {
  left: 35%;
}

#nav:checked ~ .nav-open > span {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

#nav:checked ~ .nav-open > span:after {
  top: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

#nav:checked ~ .nav-open > span:before {
  top: 0;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.nav-open > span,
.nav-open > span::before,
.nav-open > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.nav-open > span::before {
  content: '';
  top: -8px;
}

.nav-open > span::after {
  content: '';
  top: 8px;
}

.nav-open {
  display: none;
  position: absolute;
  top: 34px;
  left: 5%;
  z-index: 50;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

#nav:checked ~ .nav-open_s {
  left: 35%;
}

#nav:checked ~ .nav-open_s > span {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-color: #fff;
}

#nav:checked ~ .nav-open_s > span:after {
  top: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-color: #fff;
}

#nav:checked ~ .nav-open_s > span:before {
  top: 0;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-color: #fff;
}

.nav-open_s > span,
.nav-open_s > span::before,
.nav-open_s > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0092F6;
}

.nav-open_s > span::before {
  content: '';
  top: -8px;
}

.nav-open_s > span::after {
  content: '';
  top: 8px;
}

.nav-open_s {
  display: none;
  position: absolute;
  top: 36px;
  left: 5%;
  z-index: 50;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.hidden {
  visibility: hidden;
  position: absolute;
  top: 300px;
}

.burger-menu {
  position: absolute;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100vh;
  background-color: #fff;
  z-index: 10;
}

.burger-menu p {
  padding-left: 5%;
  padding-top: 42px;
  padding-bottom: 40px;
  background-color: #0092F6;
  color: #fff;
  font-family: "Roboto-Medium";
  font-size: 36px;
}

.side-menu {
  margin: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.side-menu a {
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 30px;
  text-decoration: none;
  color: #3B4041;
  font-family: "Roboto-Medium";
  font-size: 24px;
}

#navi {
  position: fixed;
  top: 40%;
  right: 4%;
  width: 50px;
  z-index: 9999;
}

#navi ul {
  list-style-type: none;
  position: relative;
  padding: 3px;
  padding-left: 35%;
}

#navi ul li {
  position: relative;
  padding-bottom: 20px;
  padding-left: 35%;
  color: #718785;
}

#navi a {
  display: block;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  border-radius: 50%;
  border: 2px solid;
  border-color: #0092F6;
  text-decoration: none;
}

#navi a:hover {
  border-radius: 50%;
  background-color: #0092F6;
  text-decoration: none;
}

#navi a.active {
  border-radius: 50%;
  background-color: #0092F6;
  text-decoration: none;
}

.label {
  position: relative;
  top: -60%;
  left: -200%;
  width: 100%;
  text-align: right;
  font-size: 1em;
  color: #718785;
  display: none;
}

.services {
  padding: 15px 48px;
  background-color: #0092F6;
  border: 0;
  font-family: "Roboto-Medium";
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  font-size: 14px;
  margin-top: 40px;
  color: #fff;
}

.services:hover {
  background-color: #fff;
  color: #0092F6;
  border: 1px solid #0092F6;
}

.pop-slider {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 30;
}

.actives {
  visibility: visible;
}

.slider img {
  width: 100%;
  display: block;
}

.slider .slick-arrow.slick-prev {
  background: url(../img/simple_arrow.png) no-repeat center;
  border: 0;
  left: -20px;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  background-size: cover;
  cursor: pointer;
}

.slider .slick-arrow {
  font-size: 0;
  position: absolute;
  z-index: 4;
  bottom: 46%;
  height: 20px;
}

.slider .slick-arrow.slick-next {
  background: url(../img/simple_arrow.png) no-repeat center;
  border: 0;
  right: -20px;
  background-size: cover;
  cursor: pointer;
}

.slider {
  min-width: 0;
  width: 40%;
  position: relative;
}

.cross {
  position: fixed;
  top: 0px;
  right: 20px;
  color: #fff;
  font-size: 40px;
  font-family: sans-serif;
  cursor: pointer;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-list {
  overflow: hidden;
}

@media screen and (min-width: 800px) {
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}

@media (max-width: 1200px) {
  #nav {
    display: none;
  }

  .sr-block p {
    font-size: 14px;
  }

  .fr-block p {
    font-size: 14px;
  }

  .description p {
    font-size: 14px;
  }

  .contacts {
    padding: 34px 62px 32px 45px;
  }

  .contacts h3:first-child {
    font-size: 24px;
  }

  .contact {
    margin-top: 14px;
  }

  .contacts-icons {
    margin-top: 24px;
  }

  .footer .menu a {
    font-size: 16px;
  }

  .footer .logo {
    width: 192px;
  }

  .third {
    padding-top: 112px;
  }

  .fourth {
    height: 250px;
  }

  .fourth-cont {
    top: -73px;
  }
}

@media (max-width: 1024px) {
  .menu a {
    font-size: 13px;
  }

  .menu_s a {
    font-size: 13px;
  }

  .callback {
    font-size: 12px;
  }

  .callback_s {
    font-size: 12px;
  }

  .main-left {
    margin-left: 50px;
  }

  .line {
    margin-left: -50px;
  }

  .second-cont h2 {
    font-size: 24px;
  }

  .second-cont {
    padding-top: 77px;
  }

  .second-gallery {
    margin-top: 40px;
  }
}

@media (max-width: 992px) {
  .header .menu {
    display: none;
  }

  .header_s .menu_s {
    display: none;
  }

  .nav-open {
    display: block;
  }

  .nav-open_s {
    display: block;
  }

  .footer .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 120px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer .menu a {
    margin: 0;
    margin-bottom: 10px;
  }

  .call-button {
    display: none;
  }

  .call-button_s {
    display: none;
  }

  .main h1 {
    font-size: 28px;
  }

  .sr-block p {
    left: 12px;
    font-size: 14px;
  }

  .sr-block button {
    left: 12px;
  }

  .fr-block p {
    left: 12px;
    font-size: 14px;
  }

  .fr-block button {
    left: 12px;
  }

  .hidden_h {
    display: block;
    font-size: 32px;
    color: #515B5C;
    font-family: "Roboto-Medium";
    text-align: center;
    margin-bottom: 30px;
  }

  .description h2 {
    display: none;
  }

  .description {
    max-width: 100%;
    width: 100%;
  }

  .description p {
    width: 100%;
  }

  .third-cont {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .menu-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .ph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  .logo {
    width: 32%;
  }
}

@media screen and (max-width: 799px) {
  .custom-model-inner {
    margin-top: 45px;
  }
}

@media (max-width: 768px) {
  .slider {
    width: 60%;
  }

  .main h1 {
    font-size: 24px;
    line-height: 35px;
  }

  .main-left {
    margin-left: 31px;
  }

  .line {
    margin-left: -31px;
  }

  .main p {
    display: none;
  }

  .main span {
    display: block;
  }

  .main-butt {
    width: 100%;
  }

  .sr-block img {
    max-width: 100%;
    width: 100%;
  }

  .sr-block {
    width: 50%;
    margin-bottom: 15px;
  }
  
  .fr-block img {
    max-width: 1000%;
    width: 100%;
  }

  .fr-block {
    width: 48%;
    margin-bottom: 15px;
  }

  .first-row {
    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;
  }

  .second-row {
    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;
    width: 100%;
  }

  .fourth {
    height: 146px;
  }

  .fourth-cont {
    top: -24px;
  }

  .contacts {
    padding: 0px 15px 13px 37px;
  }

  .desc {
    margin-left: 10px;
    font-size: 10px;
  }
    
  .contacts h3:first-child {
    font-size: 14px;
  }

  .contact img {
    width: 10px;
  }

  .footer-cont {
    -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;
  }

  .callback {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-left: 0;
    margin-bottom: 45px;
  }

  .callback_s {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-left: 0;
    margin-bottom: 45px;
  }

  .footer .logo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 45px;
  }

  .footer .menu a {
    margin-bottom: 14px;
  }

  .footer .menu {
    margin-top: 20px;
  }

  /*.logo{
        width: 100px;
    }*/

  .callback {
    margin: 0;
  }

  .callback_s {
    margin: 0;
  }

  .sr-block p {
    left: 5%;
  }

  .sr-block button {
    width: 90%;
    left: 5%;
  }

  .fr-block p {
    left: 5%;
  }

  .fr-block button {
    width: 90%;
    left: 5%;
  }

  .side-menu a {
    font-size: 16px;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }

  .burger-menu p {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 24px;
  }

  .header {
    top: 30px;
  }

  .header_s {
    top: 30px;
  }

  .side-menu > .main-butt {
    margin-top: 10px;
    font-size: 12px;
    padding: 10px 20px;
  }
}

@media (max-width: 425px) {
  .callback {
    font-size: 10px;
  }

  .callback_s {
    font-size: 10px;
  }

  .sr-block {
    width: 80%;
  }

  .fr-block {
    width: 80%;
    margin-right: 0;
  }

  .slider {
    width: 80%;
  }
}