@charset "UTF-8";

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}


/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}


/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}


/**
 * 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
   ========================================================================== */


/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}


/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}


/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}


/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}


/**
 * Add the correct background and color in IE 9-.
 */

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


/**
 * 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
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}


/**
 * Add the correct display in iOS 4-7.
 */

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


/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}


/**
 * Hide the overflow in IE.
 */

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


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}


/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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


/**
 * 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 */
}


/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}


/**
 * Remove the default vertical scrollbar in IE.
 */

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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}


/* Scripting
   ========================================================================== */


/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}


/**
 * Add the correct display in IE.
 */

template {
  display: none;
}


/* Hidden
   ========================================================================== */


/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background-color: #fff;
  color: #08344c;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden !important;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}


/* Overlay helper */

.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}


/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}


/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url(fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url(fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

@font-face {
  font-family: 'fontafaa72e9edea309092b444be9479f487';
  src: url("https://nomail.com.ua/files/eot/afaa72e9edea309092b444be9479f487.eot?#iefix") format("embedded-opentype"), url("https://nomail.com.ua/files/woff/afaa72e9edea309092b444be9479f487.woff") format("woff"), url("https://nomail.com.ua/files/woff2/afaa72e9edea309092b444be9479f487.woff2") format("woff2");
}


@font-face {
  font-family: 'fontddd58151cc7372dd187a5b3765047340';
  src: url("https://nomail.com.ua/files/eot/ddd58151cc7372dd187a5b3765047340.eot?#iefix") format("embedded-opentype"), url("https://nomail.com.ua/files/woff/ddd58151cc7372dd187a5b3765047340.woff") format("woff"), url("https://nomail.com.ua/files/woff2/ddd58151cc7372dd187a5b3765047340.woff2") format("woff2");
}

@font-face {
  font-family: 'fontbcd826b1e90968390490c28037857940';
  src: url("https://nomail.com.ua/files/eot/bcd826b1e90968390490c28037857940.eot?#iefix") format("embedded-opentype"), url("https://nomail.com.ua/files/woff/bcd826b1e90968390490c28037857940.woff") format("woff"), url("https://nomail.com.ua/files/woff2/bcd826b1e90968390490c28037857940.woff2") format("woff2");
}

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

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


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

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

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


* {
  padding: 0;
  margin: 0;
  outline: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

body{
  font-family: "MuseoSansRegular";
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  color: #08344c;
}

img {
  max-width: 100%;
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.clients {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.clients__logo {
  position: relative;
  width: 135px;
  height: 100px;
  margin-bottom: 20px;
}

.clients__logo:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 0;
  transition: opacity .45s;
}

.clients__logo--1 {
  background: url('../img/icon/clients/1-1.jpg') no-repeat center;
  background-size: contain;
}

.clients__logo--2 {
  background: url('../img/icon/clients/2-1.jpg') no-repeat center;
  background-size: contain;
}

.clients__logo--3 {
  background: url('../img/icon/clients/3-1.jpg') no-repeat center;
  background-size: contain;
}

.clients__logo--4 {
  background: url('../img/icon/clients/4-1.jpg') no-repeat center;
  background-size: contain;
}

.clients__logo--5 {
  background: url('../img/icon/clients/5-1.jpg') no-repeat center;
  background-size: contain;
}

.clients__logo--1:after {
  background: url('../img/icon/clients/1-2.jpg') no-repeat center;
  background-size: contain;
}

.clients__logo--2:after {
  background: url('../img/icon/clients/2-2.jpg') no-repeat center;
  background-size: contain;
}

.clients__logo--3:after {
  background: url('../img/icon/clients/3-2.jpg') no-repeat center;
  background-size: contain;
}

.clients__logo--4:after {
  background: url('../img/icon/clients/4-2.jpg') no-repeat center;
  background-size: contain;
}

.clients__logo--5:after {
  background: url('../img/icon/clients/5-2.jpg') no-repeat center;
  background-size: contain;
}

.clients__logo:hover:after {
  opacity: 1;
}

.dropdown__list{
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 20vw;
  height: 100vh;
  text-align: center;
  background-color: white;
  z-index: 999;
  transform: translateX(-100%);
  transition: transform .35s;
}

.dropdown__link{
  display: block;
  padding: 15px 25px;
  font-size: 24px;
  color: #08344c;
  text-transform: uppercase;
  text-decoration: none;
}

.dropdown__link:hover{
  color: #81d336;
}

.dropdown__list--home .dropdown__link{
  font-size: 18px;
}

.popup {
  display: none;
}

.status-popup__title{
  font-family: 'MuseoSansBlack';
  font-size: 42px;
}

.fancybox-overlay {
  background-color: rgba(0, 0, 0, .65) !important;
}

.fancybox-wrap{
  border: 10px solid rgba(3, 37, 69, 0.3);
}

.status-popup {
  width: 700px;
  padding-top: 30px;
  text-align: center;
}



.callback{
  display: none;
  width: 400px;
  padding: 40px 60px;
  border: 10px solid rgba(3, 37, 69, 0.3);
  background-color: white;
  text-align: center;
}

.callback__title{
  font-family: "MuseoSansBold";
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.6px;
  line-height: 30px;
  text-transform: uppercase;
}

.callback__descr{
  color: #08344c;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}

.callback__form-input{
  display: block;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #a5bdcd;
  color: #455c6c;
  font-size: 16px;
  width: 100%;
  font-weight: 400;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
}

.callback__form-button{
  border: 0;
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
  border-radius: 29px;
  z-index: 4;
  cursor: pointer;
  background-color: #ddea72;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5aab0f), to(#81d336));
  background-image: -webkit-linear-gradient(bottom, #5aab0f 0%, #81d336 100%);
  background-image: -o-linear-gradient(bottom, #5aab0f 0%, #81d336 100%);
  background-image: linear-gradient(to top, #5aab0f 0%, #81d336 100%);
  color: #021e3d;
  font-family: "MuseoSansBold";
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  line-height: 60px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.7px;
}

.header {
  height: 782px;
  background: url('../img/background/back__header.jpg') no-repeat center;
  background-size: cover;
  width: 100%;
}

.wrap, .container {
  position: relative;
  max-width: 1170px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.header__top {
  height: 50px;
  padding-top: 40px;
  margin-bottom: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top__left,
.top__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 50%;
}

.logo__text { 
  color: rgba(255,255,255,0.57);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-left: 40px;
  padding: 10px;
}

.feed__tel {
  height: 100%;
  width: 185px;
  margin-right: 40px;
  border-radius: 23px 0% 0% 23px;
  background-color: #42b3e1;
  color: #182d41;
  font-family: "MuseoSansBlack";
  font-size: 14px;
  text-align: center;
  font-weight: 900;
  font-style: normal;
  line-height: 50px;
  text-decoration: none;
}

.tel {
  text-decoration: none;
  color: #ffffff;
  font-family: "MuseoSansBlack";
  font-size: 18px;
  font-weight: 900;
  font-style: normal;
  line-height: 60px;
  margin-right: 30px;
  /* Text style for "+7(495) 38" */
  letter-spacing: 0.45px;
}

.sandwich {
  position: relative;
  width: 30px;
  cursor: pointer;
}

.sandwich__item {
  display: block;
  width: 30px;
  height: 5px;
  background-color: white;
  -webkit-transition: opacity .45s, -webkit-transform .35s;
  transition: opacity .45s, -webkit-transform .35s;
  -o-transition: transform .35s, opacity .45s;
  transition: transform .35s, opacity .45s;
  transition: transform .35s, opacity .45s, -webkit-transform .35s;
}

.sandwich__item--top {
  margin-bottom: 5px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.sandwich__item--mid {
  margin-bottom: 5px;
  opacity: 1;
}

.sandwich__item--bott {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.active .sandwich__item--top {
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.active .sandwich__item--mid {
  opacity: 0;
}

.active .sandwich__item--bott {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

.header__middle {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.middle__right {
  width: 422px;
  height: 512px;
  background-color: rgba(3, 37, 69, 0.3);
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.in__form {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 40px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form__h {
  text-align: center;
  font-family: "MuseoSansBlack";
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.6px;
  line-height: 30px;
  text-transform: uppercase;
}

.form__p {
  text-align: center;
  color: #08344c;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}

.inputer {
  width: 100%;
  margin-bottom: 20px;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #a5bdcd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
}

.inputer input {
  padding: 10px;
  color: #455c6c;
  font-family: "MuseoSansLight";
  font-size: 16px;
  width: 100%;
  font-weight: 100;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  background: none;
}

.z-wrap {
  position: relative;
  z-index: 100;
}

.form__submit {
  border: 0;
  width: 100%;
  height: 60px;
  position: relative;
  border-radius: 29px;
  z-index: 4;
  cursor: pointer;
  background-color: #ddea72;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5aab0f), to(#81d336));
  background-image: -webkit-linear-gradient(bottom, #5aab0f 0%, #81d336 100%);
  background-image: -o-linear-gradient(bottom, #5aab0f 0%, #81d336 100%);
  background-image: linear-gradient(to top, #5aab0f 0%, #81d336 100%);
  color: #021e3d;
  font-family: "MuseoSansBlack";
  font-size: 28px;
  font-weight: 900;
  line-height: 60px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.7px;
}

.form__submit::before {
  width: calc(100% + 30px);
  content: '';
  position: absolute;
  left: -14px;
  height: 97px;
  background: url('../img/decor/button.png') no-repeat;
  background-position: center;
  background-size: cover;
}

.form__submit::after {
  width: 100%;
  content: '';
  position: absolute;
  left: 0;
  height: 60px;
  background: url('../img/decor/in__shadow.png') no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.6;
}

.check {
  display: inline-block;
  width: 22px;
  margin-right: 14px;
  vertical-align: top;
}

.ok {
  display: inline-block;
  width: 200px;
  color: #08344c;
  font-size: 14px;
  font-weight: 400;
  color: #303005;
  letter-spacing: 0.5px;
}

.ok a {
  color: #303005;
}

.middle__h {
  color: #81d336;
  font-family: "MuseoSansBlack";
  font-size: 42px;
  font-weight: 900;
  line-height: 55px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.space--bottom{
  margin-bottom: 60px;
}

.middle__h span {
  color: #45b3e1;
}

.next__h {
  color: #ffffff;
  margin-bottom: 80px;
  font-family: "MuseoSansBold";
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  /* Text style for "баров и ре" */
  letter-spacing: 1px;
}

.text--light{
  font-family: "MuseoSansLight";
  font-size: 30px;
  font-weight: 100;
  line-height: 36px;
}

.next__p {
  color: #ffffff;
  font-family: "MuseoSansLight";
  font-size: 30px;
  font-weight: 100;
  line-height: 36px;
  margin-bottom: 50px;
  width: 450px;
  max-width: 100%;
}

.next__last {
  font-size: 36px;
  position: relative;
  font-weight: 400;
  color: #81d336;
  font-size: 24px;
  letter-spacing: 0.6px;
  line-height: 40px;
  /* Text style for "," */
  padding-left: 160px;
}

.next__last span {
  font-family: "MuseoSansBold";
  font-weight: 700;
  letter-spacing: 0.9px;
  color: white;
  font-size: 36px;
  letter-spacing: 0.6px;
  line-height: 55px;
}

.next__last::after {
  content: '';
  width: 73px;
  height: 2px;
  line-height: 50px;
  display: inline-block;
  background: white;
  margin-left: 40px;
  position: absolute;
  top: 18px;
  left: 20px;
}

.about-wrapper{
  background: url('../img/background/back__section.png') no-repeat center;
  background-size: cover;
}

.display2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 868px;
  padding-top: 120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.display2__one {
  width: 450px;
  /* height: 868px; */
}

.display2__two {
  width: calc(100% - 450px);
  /* height: 868px; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.display2__one div {
  color: #08344c;
  font-family: "MuseoSansBlack";
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
}

.display2__two {
  padding-left: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
}

.forma {
  width: 220px;
  height: 180px;
}

.forma h2 {
  color: #455c6c;
  font-family: "MuseoSansBlack";
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 55px;
  text-transform: uppercase;
}

.forma p {
  color: #08344c;
  font-family: "MuseoSansBold";
  font-size: 17px;
  font-weight: 700;
}

.forma p span{
  font-family: "MuseoSansBlack";
}

.forma:last-child {
  width: 220px;
  height: 180px;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.line {
  height: 1px;
  width: 100%;
  background: silver;
}

.display3 {
  width: 100%;
  height: 814px;
  position: relative;
  padding-top: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.display3::before {
  content: '';
  width: 231px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('../img/background/back__col.png') no-repeat;
}

.sh::before {
  width: 49px;
  content: '';
  margin-bottom: 10px;
  margin-right: 20px;
  display: inline-block;
  height: 7px;
  background: #182d41;
}

.d3__h {
  font-family: "MuseoSansBlack";
  font-size: 36px;
  font-weight: 900;
  line-height: 36px;
  color: #455c6c;
  position: relative;
  z-index: 10;
}

.d3__h span {
  letter-spacing: 0.9px;
  line-height: 48px;
  color: #08344c;
  text-transform: uppercase;
}

.d3__flex {
  padding-top: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.d3__left-container {
  width: 570px;
  height: 401px;
  position: relative;
  background: url(../img/img1.png);
  z-index: 10;
  background-position: center;
  background-size: cover;
}

.d3__true-container {
  width: 570px;
  height: 401px;
  /* top: 0;
  right: 0;
  left: 0;
  bottom: 0; */
  position: absolute;
  background: url('../img/content/slider_1/slide_1.jpg') no-repeat center;
  z-index: 10;
  background-size: cover;
}

.d3__rama {
  width: 570px;
  height: 401px;
  border: 10px solid rgba(0, 128, 0, 0.34);
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  bottom: -60px;
  left: 80px;
  z-index: -1 !important;
}

.dot {
  width: 4px;
  height: 25px;
  background: #182d41;
  margin-right: 6px;
  float: left;
  cursor: pointer;
  transition: background-color .35s, height .25s ease-in-out;
}

.dotted {
  position: absolute;
  bottom: -60px;
  left: 0px;
  cursor: pointer;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dotted .active {
  height: 50px;
  background-color: #81d336;
}

.dotted--second .active{
  background-color: #45b3e1;
}

.dot:hover {
  background-color: #81d336;
}

.dotted--second .dot:hover{
  background-color: #45b3e1;
}

.arrows {
  position: absolute;
  bottom: -80px;
  right: 0px;
  cursor: pointer;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #455c6c;
}

.arrow {
  font-size: 48px;
  margin-right: 20px;
  transition: color .25s;
}

.arrow:hover {
  color: #81d336;
}

.arrows--second .arrow:hover{
  color: #45b3e1;
}

.d3__right-h {
  padding-top: 40px;
  color: #08344c;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  margin-bottom: 40px;
  color: #455c6c;
}

.d3__right-p {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  color: #455c6c;
}

.d3__right-h2 {
  font-family: "MuseoSansBlack";
  font-weight: 900;
  text-transform: uppercase;
  color: #08344c;
  margin-bottom: 30px;
  margin-top: 40px;
}

.d3__right-li {
  color: #455c6c;
  font-size: 16px;
  padding-left: 40px;
  position: relative;
  margin-bottom: 20px;
}

.d3__right-li span{
  font-family: "MuseoSansBold";
}

.d3__right-li::after {
  content: '';
  background: #81d336;
  width: 5px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: 0;
}

.d3__right-li.list-marker::after {
  content: '';
  background: #45b3e1;
  width: 5px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: 0;
}

.d3__right {
  width: 444px;
  margin-left: 130px;
  position: relative;
  z-index: 10;
}

.d4 {
  height: 650px;
  padding-top: 130px;
  width: 100%;
  position: relative;
}

.d4__cnt{
  padding: 0;
}

.d4::before {
  content: '';
  width: 230px;
  height: 468px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url('../img/background/back__col-2.png') no-repeat;
}

.d3__img2 {
  background: url('../img/content/slider_2/slide_1.jpg') no-repeat center;
}

.d5 {
  width: 100%;
  height: 675px;
  background: url('../img/background/back__work.jpg') no-repeat center;
  background-size: cover;
}

.company{
  background: url('../img/background/back__section.png') no-repeat center;
  background-size: cover;
}

.d6 {
  padding-top: 120px;
  height: 565px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.d6 .forma:last-child {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.display2__one span {
  color: #455c6c;
}

.d6 .display2__one {
  height: 100%;
}

.d6 .display2__two {
  height: 100%;
}

.d7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 60px;
}

.d7_1 {
  width: 370px;
  color: #08344c;
  font-family: "MuseoSansMedium";
  font-size: 16px;
  font-weight: 500;
}

.d7_1 span {
  color: #08344c;
  font-family: "MuseoSansBlack";
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.18px;
  line-height: 30px;
}

.d7_2 h1 {
  margin: 0;
  font-family: "MuseoSansBlack";
  font-size: 36px;
  font-weight: 900;
  line-height: 40px;
  text-transform: uppercase;
  /* Text style for "немного на" */
  letter-spacing: 1.8px;
  /* Text style for "истории ," */
  color: #455c6c;
  letter-spacing: 1.8px;
}

.d7_2 h2 {
  color: #08344c;
  font-family: "MuseoSansBlack";
  letter-spacing: 1.8px;
  font-size: 36px;
  font-weight: 900;
  line-height: 40px;
  text-transform: uppercase;
  /* Text style for "немного на" */
  letter-spacing: 1.8px;
}

.d7_2 p {
  color: #08344c;
  font-size: 18px;
  font-weight: 400;
  /* Text style for "Региональн" */
  letter-spacing: 0.18px;
  line-height: 24px;
  /* Text style for "году.  С э" */
  letter-spacing: 0.18px;
  line-height: 30px;
  /* Text style for ".  ,  , Ср" */
}

.d7_2 .spanner {
  font-family: "MuseoSansBold";
  font-weight: 700;
  color: #08344c;
  letter-spacing: 0.18px;
  line-height: 30px;
}

.d7_2 {
  width: 722px;
}

.d7_3 {
  width: 418px;
  color: #08344c;
  font-size: 18px;
  font-weight: 400;
  margin-top: 100px;
  line-height: 30px;
}

.d7_4 {
  width: 618px;
  margin-top: 100px;
}

.d7_3 .spanner {
  font-family: "MuseoSansBold";
  font-weight: 700;
  letter-spacing: 0.18px;
  line-height: 30px;
}

.last_d {
  background: url('../img/background/back__pre-footer.jpg') no-repeat center;
  background-size: cover;
  padding-bottom: 80px;
}

.checkbox {
  display: none;
}

.checkbox-fake {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #a5bdcd;
  border-radius: 3px;
  cursor: pointer
}

.checkbox-fake:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  background: url('../img/icon/check.svg') no-repeat center;
  opacity: 0;
}

.checkbox:checked~.checkbox-fake:before {
  opacity: 1;
}

.footer{
  margin: 0;
  padding-bottom: 130px;
}

.sites{
  padding: 70px 0 0px;
}

.sites__wrap{
  display: flex;
  flex-direction: column;
}

.sites__row{
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
}

.sites__item{
  position: relative;
  width: 470px;
  height: 300px;
}
.sites__item5{
  position: relative;
  width: 940px;
  height: 300px;
  margin-bottom:40px;
}

.sites__item-inner{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.sites__decor{
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.sites__decor--1{
  top: -20px;
  left: -20px;
}
.sites__decor--2{
  top: -20px;
  right: -50px;
}
.sites__decor--3{
  bottom: -20px;
  left: -20px;
}
.sites__decor--4{
  bottom: -20px;
  right: -50px;
}

.sites__title{
  margin-bottom: 45px;
  font-family: 'MuseoSansBlack';
  font-size: 32px;
  line-height: 18px;
  color: white;
  text-transform: uppercase;
}

.sites__price-text{
  margin-bottom: 20px;
  font-family: 'MuseoSansLight';
  font-size: 21px;
  line-height: 18px;
  color: #81d336;
  text-decoration: underline;
}

.sites__price-value{
  margin-bottom: 35px;
  font-family: 'MuseoSansBold';
  font-size: 24px;
  line-height: 18px;
  color: white;
}

.sites__link{
  display: block;
  padding: 12px 45px;
  border-radius: 25px;
  background-image: -moz-linear-gradient( 90deg, rgb(90, 171, 15) 0%, rgb(129, 211, 54) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(90, 171, 15) 0%, rgb(129, 211, 54) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(90, 171, 15) 0%, rgb(129, 211, 54) 100%);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35),
  inset 0 8px 30px -6px rgba(255, 255, 255, 1);
  font-family: 'MuseoSansBlack';
  font-size: 28px;
  line-height: 18px;
  color: black;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .35s;
}

.sites__link:hover{
  color: white;
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.35),
  inset 0 -8px 30px -6px rgba(255, 255, 255, 1);
}


.outer{
  background: url('../img/background/footer-back.jpg') no-repeat;
  background-size: cover;
  color: white;
}

.outer a{
  color: white;
}
@media screen and (max-width: 1250px){
  .dropdown__list{
    width: 25vw;
  }
}

@media screen and (max-width: 992px){
  .container{
    padding: 0;
  }
  
  .sites__row{
    flex-direction: column;
    align-items: center;
    margin: 0;
  }

  .sites__item{
    width: 50%;
    margin-bottom: 30px;
  }

  .sites__decor{
    display: none;
  }
  .sites__decor5{
    display: none;
  }
  .sites__item5{
	  width: 50% !important;
	  margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 800px) {
  .status-popup {
    width: 400px;
  }
  .status-popup__title {
    font-size: 32px;
  }
}

@media screen and (max-width: 750px){
  .sites__title{
    margin-bottom: 30px;
    font-size: 24px;
  }

  .sites__price-text{
    margin-bottom: 15px;
    font-size: 16px;
  }

  .sites__price-value{
    font-size: 20px;
  }

  .sites__link{
    font-size: 20px;
  }
}

@media screen and (max-width: 650px) {
  .header--space{
    margin-bottom: 30px;
  }


  .display2{
    padding-top: 60px;
  }

  .display2 .display2__one{
    padding-bottom: 30px;
  }

  .display3{
    padding-top: 35px;
  }

  .d3__flex{
    padding-top: 30px;
  }

  .d3__right-h{
    margin-bottom: 20px;
  }

  .d4{
    padding-top: 0;
  }

  .header__middle{
    padding-top: 40px !important;
  }

  .d6{
    padding-top: 40px;
  }

  .d6 .display2__one{
    margin: 0 auto;
    padding-bottom: 40px;
  }

  .d7{
    padding-top: 30px;
    padding-bottom: 0;
  }

  .d7_1{
    margin-bottom: 30px;
  }

  .d7_1 img{
    margin-bottom: 5px;
  }

  .d7 .d7_3{
    margin-top: 15px;
  }

  .d7 .d7_4{
    margin-top: 30px;
  }

  .space--bottom{
    margin-bottom: 30px;
  }

  .last_d{
    padding-bottom: 30px;
  }

  .footer{
    padding-top: 20px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 630px) {
  .status-popup{
    width: 400px;
  }
  
  .status-popup__title{
    font-size: 25px;
  }
}

@media screen and (max-width: 580px){
  .sites__item{
    width: 290px;
    height: 260px;
  }
  .sites__item5 {
    width: 290px !important;
    height: 260px !important;
  }
  .sites__link {
	width: 150px !important;
  }
}

@media screen and (max-width: 450px) {
  .status-popup {
    width: 300px;
  }
  .status-popup__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 340px){
  .sites__item{
    width: 220px;
    height: 220px;
  }
    .sites__item5 {
    width: 220px !important;
    height: 220px !important;
  }

  .sites__title{
    margin-bottom: 10px;
    font-size: 15px;
  }

  .sites__price-text{
    margin-bottom: 10px;
    font-size: 12px;
  }

  .sites__link{
    padding: 10px 30px;
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
  .status-popup {
    width: 250px;
  }
  .status-popup__title {
    font-size: 25px;
  }
}

@media screen and (max-width: 980px) {
  .dropdown__list {
    width: 35vw;
  }
}

@media screen and (max-width: 750px) {
  .dropdown__link{
    padding: 10px 12px;
    font-size: 18px;
  }
}

@media screen and (max-width: 700px){
  .clients{
    flex-direction: column;
  }
}

@media screen and (max-width: 500px) {
  .dropdown__list{
    width: 45vw;
  }
}

@media screen and (max-width: 350px) {
  .dropdown__link {
    padding: 8px 8px;
    font-size: 14px;
  }
}

@media (max-width: 1130px) {
  .wrap {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px;
  }
  .header__top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top__left {
    max-width: 100%;
    width: 320px;
  }
  .top__right {
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .top__left {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .feed__tel {
    display: none;
  }
  .header__middle {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header {
    height: auto;
    padding-bottom: 60px;
  }
  .in__form {
    height: auto;
    padding: 20px;
  }
  .middle__right {
    height: auto;
    width: 100%;
  }
  .middle__h {
    font-size: 36px;
    line-height: 38px;
  }
  .next__p {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
  }
  .next__last {
    padding: 0;
  }
  .next__last::after {
    display: none;
  }
  .display2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .display2__one {
    padding-bottom: 60px;
    height: auto;
  }
  .display2__two {
    padding: 0;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
  }
  .forma {
    margin-bottom: 40px;
  }
  .forma:last-child {
    margin-bottom: 40px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    height: auto;
  }
  .display3::before {
    display: none;
  }
  .d4::before {
    display: none;
  }
  .last_d .next__h {
    margin-left: 0 !important;
  }
  .last_d .middle__h {
    margin-left: 0 !important;
    font-size: 20px !important;
    line-height: 24px;
  }
  .d6 {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .d4 {
    height: auto;
  }
  .d5 {
    height: auto;
    padding-bottom: 40px;
  }
  .d5 .next__h {
    margin-left: 0 !important;
  }
  .display3 {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .d5 .middle__h {
    line-height: 24px;
    margin-left: 0px;
    font-size: 20px;
  }
  .d3__flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .d3__right {
    margin-left: 0;
  }
  .d3__right {
    width: 100%;
  }
  .display3 .d3__flex .d3__left {
    width: 100%;
  }
  .d3__left-container {
    max-width: 100%;
  }
  .display3 .d3__right {
    margin-top: 60px;
  }
  .d3__img2 {
    max-width: 100%;
  }
  .d3__left {
    max-width: 100%;
  }
  .display2__one div {
    font-size: 36px !important;
  }
  .d3__h span {
    font-size: 28px;
  }
  .next__h {
    margin-bottom: 20px;
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .header__middle {
    margin-top: 40px;
  }
  .next__p {
    margin-bottom: 20px;
  }
  d5 .rus {
    height: 70px;
  }
  .display2__one div {
    font-size: 32px !important;
  }
  .forma img {
    display: inline-block;
  }
  .forma {
    text-align: center;
  }
  .d3__h::before {
    display: none;
  }
  .d3__h {
    text-align: center;
  }
  .d3__true-container {
    /* width: calc(100% + 80px); */
    left: -40px;
  }
  .d3__img2 {
    /* width: calc(100% + 80px) !important; */
    left: -40px;
    right: -40px;
    max-width: 1000%;
    margin-bottom: 60px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .d3__true-container {
    left: -40px;
    width: calc(100% + 80px);
    right: -40px;
  }
  .d4 .d3__left {
    margin-bottom: 60px;
  }
  .d7_3 {
    margin-top: 40px;
  }
  .d7_4 {
    margin-top: 40px;
  }
  .middle__left {
    text-align: center;
  }
  .d7_2 div {
    text-align: center;
  }
  .form__h {
    font-size: 18px;
  }
  .form__p {
    font-size: 14px;
  }
  .d3__h {
    font-size: 24px;
  }
  .d3__h span {
    font-size: 24px;
  }
  .display2__one div {
    text-align: center;
  }
  .d7 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .dropdown__list {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@media (max-width: 435px) {
  .tel {
    margin: 0;
  }

}

@media (max-width: 650px) {
  .contacts
  {
    position: static !important;
  }
}

@media (max-width: 1130px){
  .forma p{
    font-size: 14px;
  }

  .forma h2{
    line-height: 28px;
  }
}


.sites__item-inner5{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.sites__decor5{
  position: absolute;
  width: 105%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.sites__decor--5{
  top: 35px;
  left: -20px;
}
* {
    margin:0;
    padding:0;
}
#hp-ctn-howItWorks img {
    vertical-align:middle;
}
#hp-ctn-howItWorks {
    padding:0px 0px 0px 0px;
    text-align: center;
    top:130px;
    margin:0px;
    width: 160px;
    height:40px;
    background:#5aab0f;
    z-index:15;
    border-radius: 5px 5px 0px 0px;
    -moz-transform:rotate(-270deg);
    -ms-transform:rotate(-270deg);
    -o-transform:rotate(-270deg);
    -webkit-transform:rotate(-270deg);
    transform-origin: bottom right;
    position: fixed;
    left: -150px;
}
#hp-ctn-howItWorks p {
    color:#fff;
    display:inline-block;
    line-height:40px;
}

.contacts
{
    position: absolute;
    margin-top: 20px;
    color: rgba(255,255,255,0.57);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; 
}

.contacts .title
{
    text-decoration: none;
    color: rgba(255,255,255,1);
    font-family: "MuseoSansBlack";
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    margin-top: 20px;
    line-height: 40px;
    margin-right: 30px;
    /* Text style for "+7(495) 38" */
    letter-spacing: 0.45px;
    text-align: left;
}

.btn 
{
    padding: 15px 30px;
    border-radius: 23px;
    border: 0;
    background-color: #42b3e1;
    color: #182d41;
    font-family: "MuseoSansBlack";
    font-size: 14px;
    text-align: center;
    font-weight: 900;
    font-style: normal;
    text-decoration: none;
    outline: none;
    color: white;
}
.contacts a
{
    color: rgba(255,255,255,0.57);
}
.contacts a:hover
{
    color: rgba(255,255,255,0.9);
}