/*
Theme Name: Blank_One_WP
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blank_one_wp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Blank_One_WP is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=cyrillic');
label, legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600;
}
@media screen and (max-width: 820px)
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	scroll-behavior: smooth;
}
#header {
  
  background-color: rgba(0,0,0,0.2);
  color: #fff;
  position: fixed;
  width: 100%;
  transition: 0.3s ease all;
  z-index: 90;
  box-sizing: border-box;
  top: 0;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
@media (max-width: 1023px) {
  #header {
    padding: 0 12px 12px;
  }
}
@media (max-width: 768px) {
  #header {
    padding: 0;
  }
}
#header.alternate {
  background-color: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  color: #000;
}
#header.alternate .left-half > nav a:hover {
  text-decoration: none;
  background-color: #f2f2f2;
}
#header.alternate .left-half > nav a.current {
  box-shadow: inset 0px -2px 0px 0px #000;
}
#header.alternate .right-half .search-block .search {
  border: 1px solid #000;
}
#header.alternate .right-half .contact .callback a {
  border-bottom: 1px dashed #000;
}
#header .callback a {
  border-bottom: 1px dashed #fff;
}
#header .left-half {
  float: left;
}
@media (max-width: 1023px) {
  #header .left-half {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #header .left-half {
    text-align: center;
  }
}
#header .left-half .menu-btn {
  display: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  #header .left-half .menu-btn {
    display: block;
    position: absolute;
    width: 28px;
    height: 28px;
    left: 14px;
    top: 14px;
  }
}
#header .left-half .logo {
  color: inherit;
  box-sizing: border-box;
  overflow: hidden;
  vertical-align: middle;
  float: left;
}
@media (max-width: 768px) {
  #header .left-half .logo {
    float: none;
  }
}
#header .left-half .logo svg {
  height: 26px;
  padding: 14px 20px;
}
#header .left-half > nav {
  font-size: 12pt;
  font-weight: 300;
  float: right;
}
#header .left-half > nav a {
  display: inline-block;
  text-transform: uppercase;
  padding: 20px 10px 20px;
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease box-shadow;
  box-shadow: inset 0px 0px 0px 0px rgba(0,0,0,0);
}
@media (max-width: 1023px) {
  #header .left-half > nav a {
    padding: 14px 10px 10px;
  }
}
#header .left-half > nav a:hover {
  background: none;
  text-decoration: underline;
}
#header .left-half > nav a.current {
  box-shadow: inset 0px -2px 0px 0px #fff;
}
@media (max-width: 768px) {
  #header .left-half > nav {
    display: none;
  }
}
#header .right-half {
  float: right;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  align-items: center;
}
@media (max-width: 1023px) {
  #header .right-half {
    width: 100%;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  #header .right-half {
    display: none;
  }
}
#header .right-half .contact {
  font-size: 16pt;
  font-weight: 400;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-top: 4px;
  top: 0;
  left: -200px;
  transition: 0s ease width 0.2s;
  width: 185px;
}
@media (max-width: 1023px) {
  #header .right-half .contact {
    padding: 0;
  }
}
#header .right-half .contact .tel {
  line-height: 1em;
}
#header .right-half .contact .callback {
  text-align: right;
  line-height: 1em;
}
#header .right-half .contact .callback a {
  text-decoration: none;
  font-size: 0.8em;
  color: inherit;
}
#header .right-half .search-block form{
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
  height: 55px;
  align-items: center;
}
#header .right-half .search-block {

}
#header .right-half .search-block .close {
  padding: 5px;
  display: none;
}
#header .right-half .search-block label {
  padding: 0 16px;
  cursor: pointer;
  margin: 0;
}
#header .right-half .search-block label svg {
  padding-top: 5px;
}
#header .right-half .search-block .search {
  display: block;
  height: unset;
  margin: 0;
  padding: 3px 0;
  border: 1px solid #fff;
  font-size: 1.5rem;
  line-height: 2.1em;
  width: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  transition-property: width, border, padding;
  opacity: 0;
  background-color: transparent;
}
#header .right-half .search-block .search:focus {
  padding: 3px 10px;
  height: unset;
  margin: 0;
  width: 250px;
  opacity: 1;
}
@media (max-width: 1090px) {
  #header .right-half .search-block .search:focus {
    width: 190px;
  }
}
@media (max-width: 1023px) {
  #header .right-half .search-block .search:focus {
    margin: auto;
  }
}
#header .right-half .search-block .search:focus ~ .contact {
  overflow: hidden;
  width: 0px;
  transition: 0s ease width 0s;
}
#header .right-half .search-block .search:focus + .close {
  display: block;
  cursor: pointer;
}
#header #mobile-menu {
  text-align: left;
  width: 300px;
  background-color: #333;
  color: #fff;
  display: none;
  position: fixed;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  transition: 0.3s ease transform;
  transform: translateX(-300px);
}
#header #mobile-menu.open {
  transform: translateX(0px);
}
#header #mobile-menu.open .blanking {
  display: block;
  background-color: rgba(0,0,0,0.6);
}
#header #mobile-menu .blanking {
  display: none;
  transition: 0.3s ease background-color;
  background-color: rgba(0,0,0,0);
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: 300px;
}
#header #mobile-menu svg {
  vertical-align: bottom;
  padding: 0 2px;
}
#header #mobile-menu svg.close {
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 10px;
}
@media (max-width: 768px) {
  #header #mobile-menu {
    display: block;
  }
}
#header #mobile-menu input {
  background-color: transparent;
  border: 1px solid #fff;
  height: 30px;
  font-weight: 600;
  width: 180px;
}
#header #mobile-menu nav {
  padding: 10px;
  margin-bottom: 12px;
}
#header #mobile-menu nav a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding: 6px 4px;
  font-size: 18px;
  font-weight: 300;
}
#header #mobile-menu nav a.current {
  box-shadow: none;
}
#header #mobile-menu nav a:hover {
  background-color: transparent;
}
#header #mobile-menu .tel {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
}
#header #mobile-menu .callback {
  text-align: center;
}
#header #mobile-menu .callback a {
  text-decoration: none;
  border-bottom: 1px dashed #fff;
  color: #fff;
}
#header #callback,
#header #callback_mobile {
  background-color: #fff;
  width: 350px;
  position: absolute;
  z-index: 9999;
  color: #000;
  top: 35px;
  right: 64px;
  white-space: nowrap;
  display: none;
  -webkit-box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.5); -moz-box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.5); box-shadow: 0px 0px 30px -5px rgba(0,0,0,0.5);
}
#header #callback.open,
#header #callback_mobile.open {
  display: block;
}
#header #callback section,
#header #callback_mobile section {
  padding: 8px 20px 0 20px;
}
#header #callback h3,
#header #callback_mobile h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
#header #callback p,
#header #callback_mobile p {
  font-size: 16px;
}
#header #callback input,
#header #callback_mobile input {
  width: 90%;
  border: 1px solid #000;
  padding: 5px;
  font-size: 16px;
  height: 32px;
}
#header #callback input:focus,
#header #callback_mobile input:focus {
  border-color: #00c1b6;
}
#header #callback label,
#header #callback_mobile label {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6em;
  margin: 12px 5px 0 0;
}
#header #callback .close,
#header #callback_mobile .close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
#header #callback p,
#header #callback_mobile p {
  margin: 10px 0;
}
#header #callback .timer,
#header #callback_mobile .timer {
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
}
#header #callback .timer > .timer-btn,
#header #callback .timer > div,
#header #callback_mobile .timer > div {
  width: 45%;
  display: inline-block;
  line-height: 1em;
  padding: 10px;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
}
#header #callback .timer > .timer-btn,
#header #callback .timer > div:first-child,
#header #callback_mobile .timer > .timer-btn,
#header #callback_mobile .timer > div:first-child {
  width: 100%;
  background-color: #00c1b6;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

#header #callback_mobile .timer > .timer-btn,
#header #callback .timer > .timer-btn{
  height: auto;
  border: none;
  border-radius: 0;
  text-transform: none;
  margin: 0;
}
#popup-callorder-form-mobile,
#popup-callorder-form{
  margin-bottom: 0;
}
#header #callback_mobile {
  display: block;
  width: 100%;
  right: 0;
  bottom: -20px;
  top: unset;
  margin-bottom: -100%;
  transition: 0.3s ease margin-bottom;
}
#header #callback_mobile.open {
  margin-bottom: 0;
  bottom: 0;
}
#header #callback_mobile input {
  border: 1px solid #000;
}
#header #callback_mobile p {
  font-size: 15px;
}
#header #callback_mobile svg.close {
  top: 14px;
}
#why2 {
    background-color: white;
}
body {
	margin: 0;
	scroll-behavior: smooth;
}

.mobile-only {
  display: none !important;
}
@media (max-width: 768px) {
  .mobile-only {
    display: block !important;
  }
}
.desktop-only {
  display: block !important;
}
@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
}

.wrapper {
	max-width: 1440px;
	margin: 0 auto;
}

footer {
  background-color: #303030;
  color: #fff;

}
footer .container {
  padding-bottom: 0;
  padding-top: 24px;
}
footer .container .row {
  font-size: 0.9em;
  
}
footer .container .row.adress {
  text-align: center;
}
footer a {
  color: inherit;
  display: inline-block;
  font-size: 1.1em;
  line-height: 1.5em;
  margin-top: 10px;
  text-decoration: underline;
}
footer .social a {
  display: inline-block;
  margin-right: 5px;
}
footer .social a img {
  width: 30px;
  height: 30px;
}
footer p {
  margin: 16px 0;
}
footer .logo {
  margin: 40px 0 20px;
  padding-top: 20px;
  width: 140px;
  display: block;
  clear: both;
}
@media (max-width: 768px) {
  footer .logo {
    text-align: center;
  }
  .row.adress .columns{
    width: 100%;
  }
}
footer .columns{
  margin:0 2% 0 0;
}
footer .disklaimer {
  padding: 40px 0;
  text-align: center;
  display: block;
  clear: both;
}
@media (max-width: 768px) {
  footer .disklaimer {
    font-size: 0.8em;
  }
  footer .columns {
    width: 100% !important;
    float: left;
    box-sizing: border-box;
  }
}
footer .disklaimer p {
  margin: 0;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.container {
    width: 100%;
    padding: 36px 24px;
        padding-top: 36px;
        padding-bottom: 36px;
}

.column, .columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}
.three.columns {
    width: 23%;
}

a:hover {
    color: #0FA0CE;
}
a:active, a:hover {
    outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
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;
}

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;
	        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,
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;
	        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-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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 5px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

body {
	background: #fff;
	background: url(../img/back.png) no-repeat left top;
    background-size: 100%;
    position: relative;
    margin-top: -45px;
}

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

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}



/*==================== CUSTOM CSS ====================*/

/*==========HEADER==========*/

header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
}

.header-wrapper {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}


/*---top-line----*/

#top-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
   	height: 75px;
}

#top-line #menu-icon {
	float: left;
	border: 18px solid #fff;
    height: 75px;
    width: 75px;
    display: none;
}

#top-line #logo-header {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin-left: 40px;
	max-width: 150px;
}

#top-line #logo-header #logo-1 {
	height: 26px;
	margin-top: 1px;
}

#main-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0;
}

#main-menu ul li {
	list-style-type: none;
    margin-right: 35px;
    padding-bottom: 15px;
    border-bottom: 8px solid transparent;
    font-size: 14pt;
}

#main-menu ul li a {
	color: white;
	font-weight: 300;
	text-transform: uppercase;
}

#main-menu ul li:hover,
#main-menu ul li:active,
#main-menu ul li:focus {
    border-color: white;
}

#number-header {
    color: white;
    margin-right: 20px;
    max-width: 300px;
    text-align: right;
    position: absolute;
    right: 20px;
    display: inline-block;
/*     color: white;
margin-right: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; */
}

#number-header a {
	color: white;
}

#top-line #number-header span:first-child {
	font-size: 21pt;
	line-height: 1;
	font-weight: 300;
}

#top-line #number-header span:last-child {
	border-bottom: 1px dashed white;
	font-size: 12pt;
	font-weight: 300;
	line-height: 1.2;
}

#top-line #number-header span:last-child:hover,
#top-line #number-header span:last-child:active {
	cursor: pointer;
}

a {
    text-decoration: underline;
	color: #4caf50;
/*     text-decoration: none; */
}

/*----menu----*/

nav {
	position: relative;
    z-index: 100;
}

nav#main-menu {
	-ms-flex-item-align: end;
	    align-self: flex-end;
}

#menu {
	background: white;
	position: fixed;
	top: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 392px;
	height: 488px;
	display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.menu-opened {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-animation: open 0.4s ease-in-out 0s forwards;
	        animation: open 0.4s ease-in-out 0s forwards;
}

@-webkit-keyframes open {
	0% {
		top: -101vh;
	}

	100% {
		top: 0;
	}
}

@keyframes open {
	0% {
		top: -101vh;
	}

	100% {
		top: 0;
	}
}

.menu-closed {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-animation: close 0.4s ease-in-out 0s forwards;
	        animation: close 0.4s ease-in-out 0s forwards;
}

@-webkit-keyframes close {
	0% {
		top: 0;
	}
	
	100% {
		top: -101vh;
	}
}

@keyframes close {
	0% {
		top: 0;
	}

	100% {
		top: -101vh;
	}
}

#menu #menu-cross {
	text-align: right;
}

#menu #menu-cross img:hover,
#menu-icon:hover {
	cursor: pointer;
}

#menu li:nth-child(-n+6) {
    padding-left: 18px;
    line-height: 2.2;
    font-size: 18.3pt;
    font-weight: 300;
}

#menu li:nth-child(-n+6) a {
	border-bottom: 1px solid #333;
}

#menu li:first-child {
	line-height: 1;
}

#menu li:last-child {
	text-align: center;
		-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

#menu li:last-child span:first-child {
	font-size: 17pt;
	font-weight: 300;
}

#menu li:last-child span:last-child {
	font-size: 10.5pt;
	line-height: 1.3;
	font-weight: 300;
	width: auto;
	border-bottom: 1px dashed #333;
	margin: 9px auto 25px;
}

#menu li:last-child span:last-child:hover,
#menu li:last-child span:last-child:active {
	cursor: pointer;
}
.maximdolya {
    height: 42px;
    color: white;
    background: #4caf50;
    font-size: 14pt;
    border-radius: 5px;
    border: none;
    width: 100%;
    margin-top: 30px;
}
#abs-form-1 {
	position: absolute;
	right: 300px;
}

/*----intro----*/

#main-wrapper #wrapper-intro {
	background-image: url("../img/Main-Pic-BG.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 500px;
}

#delivery-wrapper #wrapper-intro {
	width: 100%;
	height: 850px;
}

#intro-text {
	margin-left: 117px;
	margin-top: 45px;
	color: white;
	font-weight: 300;
	max-width: 550px;
}

#intro-text p {
	font-size: 16.5pt;
    margin: 0;
}

#intro-text h1 {
	font-weight: 300;
	font-size: 26.5pt;
	padding-top: 130px;
}

#delivery-wrapper #intro-text {
	color: black;
	float: right;
}

#delivery-wrapper #intro-text h1 {
	font-size: 40pt;
	padding-top: 150px;
}

#delivery-wrapper #intro-text p {
	font-size: 21pt;
}

#delivery-wrapper #wpcf7-f74-o3 {
	margin-left: 0;
	margin-top: 0;
}

.form-showed {
	display: block !important;
	-webkit-transform-origin: top center;
	        transform-origin: top center;
	-webkit-animation: showform 0.4s ease-in-out forwards;
	        animation: showform 0.4s ease-in-out forwards;
}

@-webkit-keyframes showform {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		        transform: scale(0);
		-webkit-transform: rotateX(90deg);
		        transform: rotateX(90deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
		-webkit-transform: rotateX(0deg);
		        transform: rotateX(0deg);
	}
}

@keyframes showform {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		        transform: scale(0);
		-webkit-transform: rotateX(90deg);
		        transform: rotateX(90deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
		-webkit-transform: rotateX(0deg);
		        transform: rotateX(0deg);
	}
}

.form-over {
	display: block !important;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
	-webkit-animation: newshowform 0.4s ease-in-out forwards;
	        animation: newshowform 0.4s ease-in-out forwards;
}

@-webkit-keyframes newshowform {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		        transform: scale(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

@keyframes newshowform {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		        transform: scale(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

/*----form (common) ----*/

.ajax-loader {
	display: none !important;
}

form > p > input {
	height: 42px;
	color: white;
	background: #4caf50;
	font-size: 14pt;
    border-radius: 5px;
    border: none;
}

form > p > input:hover,
form > p > input:active,
form > p > input:focus {
	outline: none;
	background: #38873b;
}

form > p label {
	font-size: 13.5pt;
	line-height: 2;
}

form > p .wpcf7-text {
	border-radius: 0 !important;
	height: 40px;
}

div.wpcf7-validation-errors {
    border: 2px solid #4caf50;
}

div.wpcf7-response-output {
    margin: 10px 0;
    padding: 5px 10px;
    font-size: 11pt;
    width: 100%;
}

span.wpcf7-not-valid-tip {
	font-size: 9pt;
	color: #333;
}

.small-form {
	z-index: 10;
	background-color: white;
	width: 280px;
	min-height: 224px;
	position: absolute;
	padding: 0 20px;
	display: none;
}

#form-11 {
	z-index: 10;
	background-color: white;
	padding: 10px 20px;
    max-width: 426px;
	display: block !important;
	position: relative;
    top: 50%;
    margin: 0 15px;
    left: calc(50% - 15px);
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

#form-11 form > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    font-size: 12.5pt !important;
}

#form-11 form > p br {
	display: none;
}

.small-form .wpcf7-form-control {
	width: 100%;
}

.small-form form > p {
	margin-top: 9px;
    font-size: 12.5pt;
	text-align: left !important;
}

#form-11 form > p label:first-of-type span:last-of-type {
    position: absolute;
    right: 8px;
    top: 2px;
}

#form-11 form > p label:nth-of-type (2) {
	margin-top: 5px;
}

#form-11 form .wpcf7-submit {
	margin-top: 13px;
    margin-bottom: 10px;
}

.small-form form > p label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 42px;
}

.small-form form > p label img {
	position: relative;
    top: -6px;
    right: -26px;
}

.small-form form > p label img:hover {
	cursor: pointer;
}

.small-form form > p > input {
	margin-top: 15px;
	margin-bottom: 10px;
}

.small-form form > p > span > input {
    border: 1px solid #000;
}

/*.small-form div.wpcf7-validation-errors,*/
.small-form span.wpcf7-not-valid-tip {
	display: none !important;
}

/*----form-left----*/

#wpcf7-f81-o2 form > p > input,
#wpcf7-f81-o2 form > p label input {
	width: 100%;
}

#form-2.small-form {
    top: 480px;
    position: fixed !important;
    margin-left: 57px;
    z-index: 150;
}

/*----form-right----*/

#wpcf7-f80-o1 form > p > input,
#wpcf7-f80-o1 form > p label input {
	width: 100%;
}

#form-1.small-form {
	position: fixed;
    top: 51px;
}

/*----form-intro----*/

#wpcf7-f74-o3 {
	margin-left: 117px;
    color: #fff;
    max-width: 750px;
    margin-top: 60px;
}

#wpcf7-f74-o3 form > p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}

#wpcf7-f74-o3 form > p > input {
	width: 190px;
	margin-top: 35px;
}

#wpcf7-f74-o3 form > p label:first-of-type input {
	width: 200px;
}

#wpcf7-f74-o3 form > p label:nth-of-type(2) {
	margin: 0 20px;
}

#wpcf7-f74-o3 form > p label:nth-of-type(2) input {
	width: 280px;
}

header span.wpcf7-not-valid-tip {
    color: #fff;
}

/*==========MAIN CONTENT==========*/

.content-wrapper {
	max-width: 1206px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	    -ms-flex-flow:row wrap;
	        flex-flow:row wrap;
}

#vertical-wrapper {
	max-width: 1206px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}

#vertical-wrapper h2 {
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	font-size: 29pt;
	margin-bottom: 30px;
	font-weight: 300;
	margin-top: 50px;
	text-align: center;
	width: 90%;
}

#documents,
#why,
#price,
#attention,
#bottom-blocks {
	background-color: #f3f3f3;
}

#top-blocks,
#steps,
#create,
#meowss,
#attention2,
#newsteps {
	background-color: #fff;
}

/*----top-blocks----*/

.bonus-blocks .block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 271px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 10px 0 20px;
}

.bonus-blocks .block img {
	width: 55px;
}

.bonus-blocks .block div {
	width: 200px;
}

.bonus-blocks .block div h4 {
    font-weight: 300;
    font-size: 14pt;
    margin: 7px 0;
}

.bonus-blocks .block div p {
	margin: 0;
	font-size: 11.5pt;
	font-weight: 300;
}

/*----documents-need----*/

#need .block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 48%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 10px 0 0;
}

#need .block img {
	width: 90px;
}

#need .block div {
	width: 450px;
}

#need .block div h4 {
    font-weight: 300;
    font-size: 21pt;
    margin: 10px 0 20px;
}

#need .block div p {
	margin: 10px 0;
	font-size: 12pt;
	font-weight: 300;
}

/*----documents-important----*/

#important {
	margin-top: 40px;
	margin-bottom: 30px;
}

#important h3 {
	font-weight: normal;
    font-size: 23pt;
    color: #000;
    margin: 10px 0 0;
}

#note {
	background-color: #f1f1d4;
	padding: 0 20px 10px;
	border: 1px solid #e3e3e3;
}

#note p {
	margin-top: 5px;
}

#important #left {
	width: 57%;
}

#important-doc a {
	text-decoration: underline;
	color: #4c4cff;
}

#important-doc a:hover,
#important-doc a:active,
#important-doc a:focus {
	color: #3b3bd3;
}

.pdfjs-viewer {
	position: absolute;
}

#important-form {
    box-sizing: border-box;
/*     width: 40%; */
	background-color: #fff;
	padding: 3px 200px 15px;
	border: 1px solid #e3e3e3;
}

#important-form form > p label input {
	border: 1px solid grey;
	width: 100%;
	box-sizing: border-box;
}

#important-form form > p > input {
	/* width: 100%; */
}

/*---- steps ----*/

#steps .content-wrapper {
    margin-top: 20px;
    margin-bottom: 40px;
}

#steps .block {
	-ms-flex-preferred-size: 270px;
	    flex-basis: 270px;
	text-align: center;
}

#steps .block img {
	width: 116px;
}

#steps .block:not(:last-child) > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: -119px;
}

#steps .block:not(:last-child) > p:after {
	content: url("../img/Arrow.png");
	display: inline-block;
	margin: 0 15px;
}

#steps .block h4 {
	font-weight: 300;
    font-size: 19pt;
    margin: 15px 0;
}

#steps .block div p {
	margin-top: 0;
}

/*----why----*/

#why ul {
	width: 48%;
    padding-left: 20px;
}

#why ul h4 {
	font-size: 19pt;
	text-align: center;
	margin: 0;
}

#why ul li {
	margin: 15px 0;
}

#why ul li:last-child {
	font-size: 13.5pt;
	margin: 25px 0 15px;
}

#why ul {
	list-style-type: none;
}

#why ul:first-of-type li:not(:last-child) {
	background: url(../img/V-mark.png) no-repeat left 5px;
	background-size: 10px;
}

#why ul:nth-of-type(2) li:not(:last-child) {
	background: url(../img/V-mark.png) no-repeat left 5px;
	background-size: 10px;
}
#why ul li {
	padding-left: 25px;
}

#why ul:first-of-type h4 {
	font-weight: 300;
}

#why ul:nth-of-type(2) h4 {
/*     color: #4caf50; */
font-weight: 300;
}
#why2 ul {
	width: 48%;
    padding-left: 20px;
}

#why2 ul h4 {
	font-size: 19pt;
	text-align: center;
	margin: 0;
}

#why2 ul li {
	margin: 15px 0;
}

#why2 ul li:last-child {
	font-size: 13.5pt;
	margin: 25px 0 15px;
}

#why2 ul {
	list-style-type: none;
}

#why2 ul:first-of-type li:not(:last-child) {
	background: url(../img/X-mark.png) no-repeat left 5px;
	background-size: 12px;
}

#why2 ul:nth-of-type(2) li:not(:last-child) {
	background: url(../img/V-mark.png) no-repeat left 5px;
	background-size: 10px;
}
#why2 ul li {
	padding-left: 25px;
}

#why2 ul:first-of-type h4 {
	font-weight: 300;
}

#why2 ul:nth-of-type(2) h4 {
	color: #4caf50;
}
/*----attention----*/ 

#attention #vertical-wrapper {
	position: relative;
}

#attention h4 {
	font-weight: 300;
	font-size: 20pt;
	margin: 8px 0 0;
}

#attention .content-wrapper {
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	margin-bottom: 30px;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#attention #slides-frame {
	max-width: 1206px;
	overflow: hidden;
	position: relative;
}

#attention #slides {
	width: 1206px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#attention #slides > div {
	display: none;
	max-width: 1030px;
	margin: 0 auto;
}

.show-slide {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

#attention .content-wrapper #slides > div > span {
	display: block;
    width: 38px;
    height: 38px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    position: absolute;
    top: 150px;
}

#attention .content-wrapper .attention-left {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	left: 10px;
}

#attention .content-wrapper .attention-right {
	-webkit-transform: rotate(135deg);
	        transform: rotate(135deg);
	right: 10px;
}

#attention #attention-left-1,
#attention #attention-right-3 {
	opacity: 0.3;
}

#attention #attention-left-2:hover,
#attention #attention-right-1:hover,
#attention #attention-left-3:hover,
#attention #attention-right-2:hover {
	cursor: pointer;
}

#attention #slides .info-att {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
}

#attention #slides .info-att > div {
	width: 53%;
	margin-left: 40px;
}


#delivery-wrapper #attention .content-wrapper > img {
	width: 700px;
}

/*----price----*/

#price .content-wrapper {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}

#price #price-mobile-only {
	display: none;
}

#price .price-block {
	background-color: #fff;
    padding: 20px 25px;
    width: 449px;
    /* height: 532px; */
    text-align: center;
    border: 1px solid #e3e3e3;
    margin: 15px 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}

#price .arrow-price {
	display: none;
}

#price h3 {
	font-weight: 300;
	font-size: 23pt;
    margin: 0;
}

#price .content-wrapper .price-block > p:first-of-type {
/*	text-align: left;*/
}

#price #price-tag {
	font-size: 27pt;
	font-weight: 500;
}

#price .content-wrapper .price-block > p span:nth-of-type(2) {
	font-size: 18pt;
	font-weight: 500;
	line-height: 1em;
}

#price .content-wrapper .price-block > p {
	width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#price .content-wrapper .price-block > p:nth-of-type(2) {
	margin: 20px auto 10px;
}

#price .price-block p:nth-of-type(3) {
	display: block;
	height: 3em;
}

#price .price-block .btn,
#fast {
	height: 42px;
	color: white;
	background: #4caf50;
	font-size: 14pt;
    border-radius: 5px;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 25px;
}

#price .price-block .btn:hover,
#price .price-block .btn:active,
#price .price-block .btn:focus,
#fast:hover,
#fast:active,
#fast:focus {
	outline: none;
	background: #38873b;
}

#price .price-block > div p {
	text-align: center;
}

#price #small-form form > p {
	padding-top: 7px;
}

#delivery-wrapper #price ol {
	text-align: left;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
    margin-top: 20px;
}

#delivery-wrapper #price ol li {
	margin: 10px 0;
}

#delivery-wrapper .price-note {
	text-align: center !important;
	margin-top: 30px;
}

#delivery-wrapper .price-block {
	width: 550px;
    height: 470px;
}

#delivery-wrapper .price-block > div:nth-of-type(2) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#delivery-wrapper .price-block > div:nth-of-type(2) b {
    margin-right: 20px;
}

#delivery-wrapper .price-block > div:nth-of-type(2) input {
	margin-bottom: 0;
}

/*----form-spravka----*/

#wpcf7-f82-o5 {
	/*position: absolute;
	*/
}

#wpcf7-f82-o5 form > p > input,
#wpcf7-f82-o5 form > p label input {
	width: 100%;
}

#form-3.small-form {
	bottom: -37%;
    margin-left: 12%;
}

#delivery-wrapper #form-3.small-form {
    margin-left: 0;
}

/*----form-permission----*/

#wpcf7-f83-o6 {
	/*position: absolute;
	*/
}

#wpcf7-f83-o6 form > p > input,
#wpcf7-f83-o6 form > p label input {
	width: 100%;
}

#form-4.small-form {
	bottom: -37%;
    margin-left: 12%;
}

#delivery-wrapper #form-4.small-form {
    margin-left: 0;
}

/*----create----*/

#create .content-wrapper {
	background: url("../img/feedback-photo.png") no-repeat right -23px;
	background-size: 520px;
}

#create .content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 80%;
}

#create form {
	margin-bottom: 50px;
}

#create form #create-inline {
	display: inline-block;
	font-size: 10pt;
	margin-left: 10px;
}

#create form > p:nth-of-type(2) {
	margin-top: 5px;
}

#create form > p:nth-of-type(3) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    margin-top: 25px;
}

#create form > p:nth-of-type(3) input {
	width: 200px;
}

#create div.wpcf7-response-output {
	width: 54%;
	margin-top: 20px;
}

/*==========FOOTER==========*/

footer {
	background-color: #333;
}

#footer-wrapper {
	max-width: 1206px;
	margin: 0 auto;
	height: 240px;
	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;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
}

#footer-wrapper #footer-info {
	color: white;
	width: 500px;
}

#footer-wrapper #footer-info p {
	font-size: 11.7pt;
    font-weight: 300;
}

#footer-wrapper #footer-info p:nth-of-type(2) {
    margin-top: 7px;
    margin-bottom: 16px;
}

#footer-wrapper #footer-info a {
	color: white;
	text-decoration: none;
}

#footer-wrapper #footer-info a:hover,
#footer-wrapper #footer-info a:active,
#footer-wrapper #footer-info a:focus {
	text-decoration: none;
	opacity: 0.8;
}

#footer-wrapper #footer-info img {
	margin-top: 17px;
    width: 135px !important;
}

#footer-wrapper #number-header {
	margin-right: 0;
}

#footer-wrapper #number-header > span:first-child {
	font-size: 23pt;
	line-height: 1;
	font-weight: 300;
}

#footer-wrapper #order-call-footer {
	border-bottom: 1px dashed white;
	font-size: 11.5pt;
	font-weight: 300;
	line-height: 1.2;
	margin-top: 4px;
}

#footer-wrapper #footer-info a {
    font-size: 12pt;
    font-weight: 300;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(255,255,255,0.7);
            text-decoration-color: rgba(255,255,255,0.7);
}

#footer-wrapper #order-call-footer:hover,
#footer-wrapper #order-call-footer:active {
	cursor: pointer;
}

#form-5.small-form {
	color: #333;
	display: block !important;
	position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

#form-5.small-form > div {
	padding-top: 2px;
}

#form-5-over,
#form-11-over {
	display: none;
	position: fixed;
	z-index: 10000;
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*==========DELIVERY==========*/

#delivery-wrapper #top-blocks .block {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 25px 0;
}

#delivery-wrapper .bonus-blocks .block > p {
	margin: 0;
	display: inherit;
}

#delivery-wrapper .bonus-blocks .block div p {
	font-size: 1rem;
}

#delivery-wrapper .bonus-blocks .block img {
    width: 65px;
    margin-right: 15px;
}

#delivery-wrapper #create {
	background-color: #f3f3f3;
}

#delivery-wrapper #attention ul {
	margin-left: 0;
}

#delivery-wrapper #attention ul li {
	list-style: none;
	padding: 15px 0 15px 80px;
}

#delivery-wrapper #attention ul li:first-of-type {
	background: url(../img/icon01.png) no-repeat left 5px;
}

#delivery-wrapper #attention ul li:nth-of-type(2) {
	background: url(../img/icon02.png) no-repeat left 5px;
}

#delivery-wrapper #attention ul li:nth-of-type(3) {
	background: url(../img/icon03.png) no-repeat left 5px;
}

#delivery-wrapper #attention ul li:nth-of-type(4) {
	background: url(../img/icon04.png) no-repeat left 5px;
}

#delivery-wrapper #attention ul li:nth-of-type(5) {
	background: url(../img/icon05.png) no-repeat left 5px;
}

/*==========BANNER==========*/

#fast {
	margin-top: 60px;
}

/*==========NEEDED==========*/

.square {
	width: 585px;
	height: 545px;
	margin: 19px 0;
	overflow: hidden;
}

#square-1 {
	background: url(../img/Step1.jpg) no-repeat center;
	background-size: cover;
}

#square-2 {
	background: url(../img/Step2.jpg) no-repeat center;
	background-size: cover;
}

#square-3 {
	background: url(../img/Step3.jpg) no-repeat center;
	background-size: cover;
}

#square-4 {
	background: url(../img/Step4.jpg) no-repeat center;
	background-size: cover;
}

.overtext {
	color: white;
	background: rgba(0, 0, 0, 0.7);
	height: 400px;
	padding: 15px 25px;
}

.overtext h3 {
	margin-top: 0;
	font-size: 20pt;
	margin-bottom: 10px;
}

/*==========NEWSTEPS==========*/

#newsteps #text {
	width: 42%;
    border: 1px solid #d3d3d3;
    -ms-flex-item-align: start;
        align-self: flex-start;
    border-radius: 4px;
    padding: 5px 25px 70px;
    font-size: 12.5pt;
}

#newsteps #pics {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 50%;
    background: url(../img/Arrow-1.png) no-repeat right 60px;
    padding-right: 5px;
}

#newsteps #pics div {
	width: 30%;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}

#newsteps #pics #four {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

#newsteps #pics #five {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

#newsteps #pics div p {
	margin-top: 5px;
}

#newsteps .content-wrapper {
	margin-bottom: 40px;
}

#newsteps #pics #one:after,
#newsteps #pics #two:after {
	content: url(../img/Arrow-2.png);
	position: absolute;
	right: -57px;
    top: 50px;
}


#newsteps #pics #five:after,
#newsteps #pics #six:after {
	content: url(../img/Arrow-3.png);
	position: absolute;
	right: -53px;
    top: 50px;
}

#newsteps #pics #six img {
	border-radius: 50%;
    border: 2px solid green;
    padding: 4px;
}


/*==========RESPONSIVE==========*/

@media screen and (max-width: 1600px) {
	#delivery-wrapper #wrapper-intro {
	    height: 780px;
	}
}

@media screen and (max-width: 1500px) {
	#main-menu ul li {
		margin-right: 15px;
	}

	#delivery-wrapper #intro-text {
		float: none;
		margin-left: 59%;
		font-size: 38pt;
    	line-height: 1.4;
	}

	#delivery-wrapper #wrapper-intro {
	    height: 680px;
	}
}

@media screen and (max-width: 1400px) {
	#main-menu ul li {
		font-size: 13pt;
	}
}

@media screen and (max-width: 1350px) {
	#main-menu ul li {
		font-size: 12pt;
	}

	#needed .content-wrapper {
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}

	.square {
	    width: 550px;
	    height: 550px;
	}

	#delivery-wrapper #wrapper-intro {
	    height: 610px;
	}

	#delivery-wrapper #intro-text {
		margin-left: 55%;
	}

	#delivery-wrapper #intro-text h1 {
	    font-size: 38pt;
	}
}

@media screen and (max-width: 1280px) {
	#top-line #menu-icon {
		display: block !important;
	}

	nav#main-menu {
		display: none;
	}

	#newsteps #text {
		-ms-flex-item-align: unset;
		    -ms-grid-row-align: unset;
		    align-self: unset;
    	margin-bottom: 40px;
    	width: 70%;
    	padding-bottom: 20px;
	}

	#newsteps .content-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
    	-webkit-box-align: center;
    	    -ms-flex-align: center;
    	        align-items: center;
	}
}

@media screen and (max-width: 1220px) {
	.content-wrapper,
	#footer-wrapper {
		max-width: 95%;
	}

	#need .block div {
	    width: 78%;
	}

	#steps .block:not(:last-child) > p {
		margin-right: -92px;
	}

	#steps .block:not(:last-child) > p:after {
		margin: 0;
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
	}

	#attention #slides {
		width: 95vw;
	}

	#delivery-wrapper #attention .content-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
    	-webkit-box-align: center;
    	    -ms-flex-align: center;
    	        align-items: center;
	}

	#delivery-wrapper #attention ul li:first-of-type {
		background: url(../img/icon01.png) no-repeat left;
	}

	#delivery-wrapper #attention ul li:nth-of-type(2) {
		background: url(../img/icon02.png) no-repeat left;
	}

	#delivery-wrapper #attention ul li:nth-of-type(3) {
		background: url(../img/icon03.png) no-repeat left;
	}

	#delivery-wrapper #attention ul li:nth-of-type(4) {
		background: url(../img/icon04.png) no-repeat left;
	}

	#delivery-wrapper #attention ul li:nth-of-type(5) {
		background: url(../img/icon05.png) no-repeat left;
	}

	#delivery-wrapper #attention ul {
		padding-left: 0;
		margin-top: 25px;
	}

	.square {
	    width: 500px;
	    height: 500px;
	}

	.overtext h3 {
		font-size: 18pt;
	}

	.overtext p {
		margin-top: 0;
		font-size: 11.5pt;
	}

	#delivery-wrapper #intro-text h1 {
	    font-size: 35pt;
	    padding-top: 135px;
	}

	#delivery-wrapper #intro-text p {
	    font-size: 19pt;
	}

	#delivery-wrapper #wrapper-intro {
	    height: 550px;
	}

	#newsteps #pics {
		width: 60%;
	}
}

@media screen and (max-width: 1160px) {
	.bonus-blocks .block {
		width: 47%;
    	-webkit-box-pack: center;
    	    -ms-flex-pack: center;
    	        justify-content: center;
	}

	.bonus-blocks .block > p {
		margin-right: 20px;
		margin-left: 20px;
	}

	.bonus-blocks .block div {
		width: 80%;
	}

	#steps .block {
	    -ms-flex-preferred-size: 45%;
	        flex-basis: 45%;
	}

	#steps .block:nth-child(2) > p:after {
		display: none;
	}

	#steps .block:nth-child(2) > p {
	    margin-right: 0;
	}

	#steps .block:nth-child(2) > p img {
		margin-right: auto;
		margin-left: auto;
	}

	#steps .block:first-child > p,
	#steps .block:nth-child(3) > p {
		margin-right: -24.5vw;
	}

	#steps .block:first-child > p:after,
	#steps .block:nth-child(3) > p:after {
		-webkit-transform: scale(1);
		        transform: scale(1);
		margin: 0 13vw;
	}

	#attention .content-wrapper #slides > div > span {
	    width: 30px;
	    height: 30px;
	}

	#attention #slides > div {
		max-width: 900px;
	}

	#delivery-wrapper #intro-text h1 {
	    font-size: 33pt;
	}

	#delivery-wrapper #intro-text {
	    margin-left: 48%;
	}
}

@media screen and (max-width: 1080px) {
	#steps .block:first-child > p:after, 
	#steps .block:nth-child(3) > p:after {
		margin: 0 12vw;
	}

	#needed .content-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	#delivery-wrapper #intro-text p {
	    font-size: 18pt;
	}

	#delivery-wrapper #intro-text h1 {
	    font-size: 31pt;
	    padding-top: 125px;
	}

	#delivery-wrapper #wrapper-intro {
	    height: 490px;
	}
}

@media screen and (max-width: 1040px) {
	#attention #slides .info-att > div {
	    width: 48%;
	    margin-left: 30px;
	}

	#attention #slides > div {
	    max-width: 790px;
	}
}

@media screen and (max-width: 1000px) {
	#steps .block:first-child > p:after, 
	#steps .block:nth-child(3) > p:after {
		margin: 0 11vw;
	}

	#newsteps #pics {
		width: 70%;
	}

	#delivery-wrapper .price-block {
		min-width: 300px;
	    width: 300px !important;
	    padding: 15px 7px;
	    height: unset;
	    min-height: 560px;
	}

	#delivery-wrapper #price h3 {
		font-size: 18pt;
		height: 2.5em;
	    line-height: 1.3;
	    display: -webkit-inline-box;
	    display: -ms-inline-flexbox;
	    display: inline-flex;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	}

	#delivery-wrapper #price ol {
		padding-left: 30px;
		margin-top: 0;
	}

	#delivery-wrapper #price ol li {
		font-size: 11pt;
	}

	#delivery-wrapper .price-block > div:nth-of-type(2) {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	#delivery-wrapper .price-block > div:nth-of-type(2) b {
		margin-right: 0;
	    font-size: 17pt;
	    margin-bottom: 15px;
	}

	#delivery-wrapper #price-1 > div:nth-of-type(2) b {
		font-size: 21pt;
	}

	#delivery-wrapper .price-note {
		margin-top: 10px;
    	margin-bottom: 0;
	}
}

@media screen and (max-width: 960px) {
	#need .block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
    	-webkit-box-align: center;
    	    -ms-flex-align: center;
    	        align-items: center;
    	-webkit-box-pack: start;
    	    -ms-flex-pack: start;
    	        justify-content: flex-start;
	}

	#need .block div {
	    width: 100%;
	    text-align: center;
	}

	#vertical-wrapper h2 {
		font-size: 25pt;
	}

	#create .content-wrapper {
		background-size: 480px;
	}
}


@media screen and (max-width: 900px) {
	#intro-text {
		margin-left: 100px;
	}

	#intro-text h1 {
	    font-size: 24pt;
	    margin: 10px 0;
    	line-height: 1.5;
	}

	#intro-text p {
	    font-size: 15pt;
	}

	#wpcf7-f74-o3 {
		margin-top: 0;
		margin-left: 100px;
	}

	#wpcf7-f74-o3 form > p {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
		margin-top: 35px;
	}

	#wpcf7-f74-o3 form > p label:nth-of-type(2) {
	    margin: 0;
	}

	#wpcf7-f74-o3 form > p > input {
		margin: 20px 0 7px 125px;
	}

	#wpcf7-f74-o3 form br,
	#wpcf7-f74-o3 span.wpcf7-not-valid-tip {
		display: none;
	}

	#wpcf7-f74-o3 form > p label {
		margin-bottom: 20px;
	}

	#wpcf7-f74-o3 form > p label:first-of-type input {
	    width: 320px;
	    margin-left: 8px;
	}

	#wpcf7-f74-o3 form > p label:nth-of-type(2) input {
	    width: 320px;
	    margin-left: 20px;
	}

	#wpcf7-f74-o3 div.wpcf7-response-output {
		width: 470px;
	}

	#attention #slides .info-att {
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-flow: column;
	            flex-flow: column;
	}

	#attention #slides .info-att > p {
		text-align: center;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}

	#attention #slides .info-att img {
		width: 70%;
	}

	#attention #slides .info-att > div {
	    width: 85%;
	    margin: 0 auto;
	}

	#price h3 {
		font-size: 21pt;
	}

	#steps .block:first-child > p:after, 
	#steps .block:nth-child(3) > p:after {
		margin: 0 10vw;
	}

	#delivery-wrapper #intro-text {
	    margin-left: 100px;
	    background: rgba(255,255,255,0.4);
    	padding: 0 30px 50px;
	}
}

@media screen and (max-width: 850px) {
		/*----footer----*/

	#footer-wrapper #footer-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-flow: column;
	            flex-flow: column;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    width: 100%;
	}

	#footer-wrapper #footer-info a:first-of-type {
		-ms-flex-item-align: center;
		    -ms-grid-row-align: center;
		    align-self: center;
    	text-align: center;
	}

	#footer-wrapper #footer-info a img {
		width: 35%;
	}

	#footer-wrapper #footer-info p {
		text-align: left;
		font-size: 11pt;
	}

	#footer-wrapper #number-header,
	#footer-wrapper #number-header span {
		margin: auto;
	}

	#footer-wrapper {
		padding: 20px 20px 30px;
		height: auto;
	}

	#footer-wrapper #number-header > span:first-child {
		font-size: 21pt;
		margin-top: 20px;
    	margin-bottom: 5px;
	}

	#newsteps #pics {
		width: 80%;
	}
}

@media screen and (max-width: 820px) {
	#steps .block:first-child > p:after, 
	#steps .block:nth-child(3) > p:after {
		margin: 0 9vw;
	}


	#why .content-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
	}

	#why ul {
		width: 100%;
	}

	#why ul:first-child {
		border-bottom: 1px solid #d3d3d3;
    	padding-bottom: 5px;
	}

	#why ul:first-child:after {
		content: "или";
	    padding: 5px 20px;
	    position: absolute;
	    background-color: #f3f3f3;
	    margin-top: -10px;
	    font-size: 11pt;
	    margin-left: 42%;
	}

	#why ul:last-child {
		margin-top: 0;
padding: 0;
	}

	#why ul:first-child li:first-child {
		margin-top: 10px;
	}

	#why ul:first-child {
		padding-left: 0;
	}
	
	#why ul li:last-of-type {
/*         padding-left: 0; */
	}

@media screen and (max-width: 820px) {
	#steps .block:first-child > p:after, 
	#steps .block:nth-child(3) > p:after {
		margin: 0 9vw;
	}

	#why2 .content-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
	}

	#why2 ul {
		width: 100%;
	}

	#why2 ul:first-child {
		border-bottom: 1px solid #d3d3d3;
    	padding-bottom: 5px;
	}

	#why2 ul:first-child:after {
/*         content: "или"; */
	    padding: 5px 20px;
	    position: absolute;
	    background-color: #fff;
	    margin-top: -10px;
	    font-size: 11pt;
	    margin-left: 35%;
	}

	#why2 ul:last-child {
		margin-top: 0;
		padding: 0;
	}

	#why2 ul:first-child li:first-child {
		margin-top: 10px;
	}

	#why2 ul:first-child {
		padding-left: 0;
	}
	
	#why2 ul li:last-of-type {
		padding-left: 0;
	}

	/*----create----*/

	#create .content-wrapper > p {
		margin-top: 10px;
	}

	#create .content-wrapper strong {
		font-size: 13pt;
	}

	#wpcf7-f79-o7 {
		width: 70%;
	}

	#wpcf7-f79-o7 input {
		width: 100% !important;
	}

	#create form > p:first-of-type {
		margin-top: 3px;
	}

	#create form > p:nth-of-type(3) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
    	-webkit-box-align: center;
    	    -ms-flex-align: center;
    	        align-items: center;
    	margin-top: 20px;
	}

	#create form #create-inline {
		margin-left: 0;
    	margin-top: 10px;
	}

	#create .content-wrapper {
		background: none;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	#bottom-blocks {
		display: none;
	}

	#create div.wpcf7-response-output {
	    width: 100%;
	    margin-top: 10px;
	}

	#newsteps #pics,
	#newsteps #text {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	#steps .block:first-child > p:after, 
	#steps .block:nth-child(3) > p:after {
		margin: 0 7.5vw;
	}

	#price .content-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	#important-form form > p > input {
	    font-size: 12pt;
	}

	#delivery-wrapper #price .content-wrapper {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-flow: row nowrap !important;
		        flex-flow: row nowrap !important;
		min-width: 800px;
	}

	#delivery-wrapper #price #vertical-wrapper {
		overflow-x: scroll;
	}

	#delivery-wrapper #form-3.small-form,
	#delivery-wrapper #form-4.small-form {
		bottom: 0;
	}
}

@media screen and (max-width: 700px) {
	#intro-text {
    	padding-bottom: 30px;
	}

	#steps .block:first-child > p:after, 
	#steps .block:nth-child(3) > p:after {
		margin: 0 6vw;
	}

	#price h3 {
		font-size: 17pt;
	}


	header #top-line {
		height: 65px;
		position: fixed;
		top: 0;
		width: 100vw;
		z-index: 50;
	}

	header #menu {
	    width: 260px;
	    height: 100vh;
	}

	header #menu #menu-cross {
	    line-height: 1;
	    margin: 0;
	}

	header #menu #menu-cross {
		width: 65px;
		-ms-flex-item-align: end;
		    align-self: flex-end;
	}

	#menu li:nth-child(-n+6) {
	    padding: 0;
	    line-height: 2.5;
	    font-size: 13.5pt;
	    margin: 0 20px;
	}

	#menu li:nth-child(2),
	#menu li:nth-child(3),
	#menu li:nth-child(4),
	#menu li:nth-child(5) {
		border-bottom: 1px solid #333;
	}

	#menu li:nth-child(-n+6) a {
		border-bottom: none;
	}

	#menu li:last-child span:last-child {
		font-size: 10.5pt;
	}

	#form-2.small-form {
	    margin-top: -60%;
	    margin-left: 0;
	    width: 260px;
	    top: unset;
    	bottom: 0;
	}

	.small-form form > p {
		font-size: 13pt;
	}

	header #menu-icon {
	    top: 0;
	    height: 46px !important;
	    margin-left: 8px;
	    border: none !important;
	    width: 46px !important;
	}

	#top-line #logo-header {
		margin-left: 25px;
	}

	header #logo-header img {
    	margin-left: 32%;
    	-webkit-filter: invert(100%);
    	        filter: invert(100%);
    	height: 22px !important;
	}

	header #number-header {
		display: none;
	}

	header #top-line {
		background-color: white;
	}

	#important-form form > p > input {
	    font-size: 11pt;
	}

	#delivery-wrapper #intro-text {
		margin-left: 20px;
		padding: 0 10% 50px;
	}

	#delivery-wrapper #intro-text h1 {
	    font-size: 28pt;
	    padding-top: 135px;
	}

}

@media screen and (max-width: 640px) {

	form > p label {
		font-size: 12.5pt;
	}

	.content-wrapper {
		width: 88%;
	}

	#vertical-wrapper {
		max-width: unset;
		overflow: hidden;
	}

	#vertical-wrapper h2 {
		font-size: 19pt;
	    margin-bottom: 20px;
	    -ms-flex-item-align: center;
	        -ms-grid-row-align: center;
	        align-self: center;
	    line-height: 1.35em;
	}

	/*----header----*/

	header #logo-header img {
    	margin-left: 29%;
	}

	.small-form form > p label img {
		right: -20px;
	}

	#intro-text {
	    width: 88%;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 0;
	}

	#wpcf7-f74-o3 {
		width: 90%;
    	margin: 110px auto 0;
	}

	#wpcf7-f74-o3 form > p {
		margin-top: -60px;
	}

	#wpcf7-f74-o3 form input {
		width: 70% !important;
    	margin: 0 auto !important;
	}

	#wpcf7-f74-o3 form input.wpcf7-text {
		width: 100% !important;
	}

	#wpcf7-f74-o3 form label {
		margin: 0 auto 15px !important;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-flow: column;
	            flex-flow: column;
	}

	#wpcf7-f74-o3 form > p > label:first-child {
		display: none;
	}

	#wpcf7-f74-o3 div.wpcf7-response-output {
		width: 75%;
	    font-size: 10pt;
	    margin: 0 auto;
	    text-shadow: 1px 1px 3px black;
	}

	/*----top-blocks----*/

	#top-blocks .block img {
		margin-right: 10px;
	}

	.bonus-blocks .block {
		margin: 10px auto 20px;
		width: 100%;
	}

	.bonus-blocks .block div {
	    width: 80%;
	}

	#delivery-wrapper .bonus-blocks .block {
		margin: 10px auto 0;
	}

	/*----documents----*/

	#need,
	#important {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
	}

	#need {
		margin-top: 10px;
	}

	#need .block {
		width: 100%;
		margin: 0;
	}

	#need .block > p {
		display: none;
	}

	#need .block div p {
		text-align: left;
	}

	#need .block div h4 {
		font-size: 14pt;
		padding-left: 45px;
		line-height: 1.35em;
		text-align: left;
	}

	#need .block div {
		width: 100%;
	}

	#need #h4-1,
	#need #h4-2,
	#need #h4-3,
	#need #h4-4 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100%;
		padding: 5px 0;
	}

	#need .block:nth-child(n+2) > div {
		border-top: 1px solid lightgrey;
	}

	#need .block div span {
	    border: 2px solid #2e2e2e;
	    -webkit-transform: rotate(45deg);
	            transform: rotate(45deg);
	    display: block;
	    width: 12px;
	    height: 12px;
	    border-left-color: rgba(0, 0, 0, 0);
	    border-bottom-color: rgba(0, 0, 0, 0);
	    margin-left: 10px;
	    -webkit-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	    margin-top: -5px;
	}

	.rotate-span {
		-webkit-transform: rotate(135deg) !important;
		        transform: rotate(135deg) !important;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	#block-1-text,
	#block-2-text,
	#block-3-text,
	#block-4-text {
		display: none;
	}

	.show-mobile-text {
		display: block !important;
    	margin: -2px 0 15px !important;
	}

	#left,
	#important-form {
		width: 100% !important;
	}

	#mobile-strong {
		font-weight: 600;
	}

	#important {
		margin-top: 20px;
	}

	#important-form {
		padding-left: 20px;
		padding-right: 20px;
	}

	#important-form form > p > input {
	    font-size: 13pt;
	}

	#important-form form > p:nth-of-type(2) {
		margin-top: 10px;
	}

	#note h2 {
		font-size: 16pt;
	}

	#note p {
		font-size: 11pt;
	}

	div.wpcf7-response-output {
		width: 100%;
	}

	/*----steps----*/

	#steps .block h4 {
		font-size: 18pt;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	#steps .block:first-child h4:before {
		content: "1.";
		font-family: 'Open Sans', sans-serif;
    	margin-right: 7px;
	}

	#steps .block:nth-child(2) h4:before {
		content: "2.";
		font-family: 'Open Sans', sans-serif;
    	margin-right: 7px;
	}

	#steps .block:nth-child(3) h4:before {
		content: "3.";
		font-family: 'Open Sans', sans-serif;
    	margin-right: 7px;
	}

	#steps #block-4 > div {
		margin-top: -8px;
	}

	#steps .block:last-child h4:before {
		content: "4.";
		font-family: 'Open Sans', sans-serif;
    	margin-right: 7px;
	}

	#steps .block div p {
		font-size: 11pt;
		margin-bottom: 17px;
	}

	#steps .block > p {
		margin: 0 !important;
		display: initial !important;
	}

	#steps .block:not(:last-child) > p:after {
		display: none;
	}

	#steps .block img {
	    width: 50%;
	}

	#steps .content-wrapper {
	    margin-bottom: 25px;
	}

	#steps .block {
	    margin: 0 auto 15px;
	}

	/*----why----*/

	
	#why h4 {
		font-size: 15pt !important;
	}

	#why ul li {
	    font-size: 11pt;
	}

	#why ul li:last-child {
	    font-size: 11pt;
	    margin: 0 0 15px;
	}

	#why ul:first-child:after {
		margin-left: 42%;
	}

	/*----attention----*/

	#attention .content-wrapper div {
	    width: 100%;
	    margin-left: 0;
	}

	#attention .content-wrapper div p {
		font-size: 11pt;
    	margin-top: 10px;
	}

	#attention h4 {
	    font-size: 15pt;
	    margin: 5px 0 0;
	    line-height: 1.35;
	}

	#attention #slides {
		width: 84%;
		margin: 15px 8% 5px;
	}

	#attention #slides .info-att img {
	    width: 100%;
	}

	#attention #slides .info-att > div {
	    width: 100%;
	    margin-left: 0;
	}

	#attention .content-wrapper #slides > div > span {
	    width: 20px;
	    height: 20px;
	    border-width: 1px;
	    top: 135px;
	}

	#attention .content-wrapper .attention-left {
		left: 5px;
	}

	#attention .content-wrapper .attention-right {
		right: 5px;
	}

	#attention #slides .info-att > p {
	    text-align: center;
	    -webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	    order: 0;
	}

	/*----create----*/

	#wpcf7-f79-o7 {
		width: 100%;
	}
	
	#footer-wrapper #footer-info {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}

	.overtext {
		height: 100%;
	}

	.square {
	    width: 400px;
	    height: 400px;
	}

	#delivery-wrapper #attention img {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
    	margin-bottom: 10px;
	}

	#delivery-wrapper #attention ul {
		margin-top: 5px;
	}

	#newsteps #pics #one:after,
	#newsteps #pics #two:after,
	#newsteps #pics #five:after,
	#newsteps #pics #six:after {
	    -webkit-transform: scale(0.75);
	            transform: scale(0.75);
	}
}

@media screen and (max-width: 580px) {
	#delivery-wrapper #intro-text h1 {
	    font-size: 26pt;
	}

	#delivery-wrapper #intro-text p {
	    font-size: 17pt;
	}

	#newsteps #pics #one:after,
	#newsteps #pics #two:after,
	#newsteps #pics #three:after,
	#newsteps #pics #four:after,
	#newsteps #pics #five:after {
		-webkit-transform: none;
		        transform: none;
		content: url(../img/Vector10.png);
		position: relative;
	    right: 0;
	    top: 5px;
	}

	#newsteps #pics #six:after {
		display: none;
	}

	#newsteps #pics {
		background: none;
		padding-right: 0;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	        -ms-flex-flow: column;
	            flex-flow: column;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	}

	#newsteps #pics #four,
	#newsteps #pics #five {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}

	#newsteps #pics div {
		width: 50%;
	}
}

@media screen and (max-width: 540px) {
	header #logo-header img {
    	margin-left: 25%;
	}

	#steps .block {
		-ms-flex-preferred-size: 80%;
		    flex-basis: 80%;
	}

	#steps .block img {
	    width: 116px;
	}

	#price .price-block {
		width: 80%;
	}

	#price #price-1 {
		margin-bottom: 20px;
	}

	#fast {
	    margin-top: 48px;
	}

	#delivery-wrapper #intro-text p {
	    font-size: 16pt;
	}

	#delivery-wrapper #intro-text h1 {
	    font-size: 24pt;
	}

	#delivery-wrapper #form-11 input {
		width: 100%;
	}

	#delivery-wrapper #form-11 p {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
	}

	#delivery-wrapper #price #price-1 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 480px) {
	#intro-text h1 {
		font-size: 20pt;
	}

	#intro-text p {
		font-size: 13pt;
		display: inline;
	}

	#intro-text {
    	padding-bottom: 50px;
	}

	#vertical-wrapper h2 {
		font-size: 18pt !important;
	}

	#create div.wpcf7,
	#create .wpcf7-text {
		width: 100%;
	}

	.overtext {
	    min-height: 400px;
	}

	.square {
	    width: 100%;
	    height: auto;
	    min-height: 400px;
	}

	#delivery-wrapper #intro-text p {
		font-size: 12pt;
		line-height: 1.4;
    	margin: 20px 0 0;
    	display: block;
	}

	#delivery-wrapper #intro-text h1 {
		padding-top: 20px;
		font-size: 22pt;
	    line-height: 1.3;
	    margin-top: 250px;
	}

	#fast {
	    margin-top: 0;
	}

	#delivery-wrapper #intro-text {
		background: rgba(255,255,255,0.6);
		margin: 0;
		width: 100%;
	}

	#delivery-wrapper #wrapper-intro {
	    height: 300px;
	}

	#delivery-wrapper #price .content-wrapper {
		min-width: 750px;
	}
}

@media screen and (max-width: 430px) {
	#intro-text h1 {
		font-size: 17pt;
	}

	#intro-text p {
		font-size: 11pt;
		display: inline;
	}

	#why ul:first-child:after {
		margin-left: 35%;
	}

	/*----price----*/

	#price .content-wrapper {
		position: relative;
	}

	#price .price-block {
		margin: 15px 0px 20px;
		padding: 20px 15px;
		/* height: 490px; */
		width: 280px;
	}

	.show-price-block {
		-webkit-animation: slide-in-price 0.5s ease-in-out forwards;
		        animation: slide-in-price 0.5s ease-in-out forwards;
	}

	.hide-price-block {
		-webkit-animation: slide-out-price 0.5s ease-in-out forwards;
		        animation: slide-out-price 0.5s ease-in-out forwards;
	}

	#price-2 {
		margin-top: -510px !important;
	}

	@-webkit-keyframes slide-in-price {
		0% {
			right: -105vw;
		}

		100% {
			right: 0;
		}
	}

	@keyframes slide-in-price {
		0% {
			right: -105vw;
		}

		100% {
			right: 0;
		}
	}

	@-webkit-keyframes slide-out-price {
		0% {
			right: 0;
		}

		100% {
			right: -105vw;
		}
	}

	@keyframes slide-out-price {
		0% {
			right: 0;
		}

		100% {
			right: -105vw;
		}
	}

	#price #price-mobile-only {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		position: absolute;
		width: 85%;
		top: 0;
	}

	#price #price-mobile-only > div:first-child {
		padding-bottom: 15px;
		border-bottom: 1px solid #a9a9a9;
	}

	.arrow-price-small {
		display: block;
		float: right;
		width: 12px;
		height: 12px;
		border-right: 2px solid black;
		border-top: 2px solid black;
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
	}

	.show-price-mobile-only {
		-webkit-animation: slide-in-price-mobile 0.5s ease-in-out forwards;
		        animation: slide-in-price-mobile 0.5s ease-in-out forwards;
	}

	.hide-price-mobile-only {
        -webkit-animation: slide-out-price-mobile 0.5s ease-in-out forwards;
		        animation: slide-out-price-mobile 0.5s ease-in-out forwards;
	}

	@-webkit-keyframes slide-in-price-mobile {
		0% {
			left: -105vw;
		}

		100% {
			left: 5vw;
		}
	}

	@keyframes slide-in-price-mobile {
		0% {
			left: -105vw;
		}

		100% {
			left: 5vw;
		}
	}

	@-webkit-keyframes slide-out-price-mobile {
		0% {
			left: 0;
		}

		100% {
			left: -105vw;
		}
	}

	@keyframes slide-out-price-mobile {
		0% {
			left: 0;
		}

		100% {
			left: -105vw;
		}
	}

	#price h3 {
	    text-align: left;
	    margin-left: 15px;
	    font-size: 14pt;
	}

	#price #price-mobile-only h3 {
		margin-left: 0;
		width: 90%;
		margin-top: 15px;
	}

	#price #price-mobile-only p {
		font-size: 10.5pt;
	    line-height: 1.4;
	    margin-top: 10px;
	    width: 90%;
	    float: left;
	}

	#price .price-title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin-left: 5px;
	}

	#price .arrow-price {
		display: block !important;
		width: 30px;
		height: 20px;
		border-left: 1px solid black;
		border-top: 1px solid black;
		-webkit-transform: rotate(-45deg);
		        transform: rotate(-45deg);
	}

	#price .arrow-price:hover,
	#price .arrow-price:active,
	#price .arrow-price:focus,
	#price .arrow-price-small:hover,
	#price .arrow-price-small:active,
	#price .arrow-price-small:focus {
		cursor: pointer;
	}

	#price .content-wrapper .price-block > p {
		width: 100%;
		font-size: 10.5pt;
    	line-height: 1.4;
	}

	#price .content-wrapper .price-block #price-tag {
		font-size: 30pt;
	}

	#price .content-wrapper .price-block > p span:nth-of-type(2) {
		font-size: 12pt;
	}

	#price .price-block > div > p > input {
		margin-bottom: 0 !important;
	}

	#price .price-block p:nth-of-type(3) {
		width: 90%;
	}

	#form-3.small-form,
	#form-4.small-form {
	    bottom: 0;
	    left: 0;
    	width: 100%;
    	margin: 0;
	}

	#delivery-wrapper #price #price-2 {
		margin: 15px 20px 40px !important;
	}

	#delivery-wrapper #price h3 {
		margin-left: 0;
		text-align: center;
	}

	#delivery-wrapper #price .price-title {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-left: 0;
	}

	/*----not-price----*/

	header #logo-header img {
	    margin-left: 17%;
	}

	#wpcf7-f74-o3 form input {
		width: 100% !important;
	}
}

@media screen and (max-width: 400px) {
	#delivery-wrapper #wrapper-intro {
	    height: 320px;
	}

	#delivery-wrapper .price-block {
	    min-width: 250px;
	    width: 250px !important;
	}

	#delivery-wrapper #price .content-wrapper {
	    min-width: 600px;
	}

	#delivery-wrapper #price h3 {
	    font-size: 17pt;
	    margin-top: 13px;
	}

	#delivery-wrapper .price-block {
	    padding: 0 15px 15px;
	}

	#delivery-wrapper #price ol {
	    padding-left: 18px;
	    margin-bottom: 0;
	}

	#delivery-wrapper #price ol li {
	    font-size: 10.5pt;
	}

	#delivery-wrapper #price .price-block .btn {
		width: 100%;
	    padding-top: 15px;
	    padding-bottom: 15px;
	    height: unset;
	    font-size: 13pt;
	}
}

@media screen and (max-width: 375px) {

	header #logo-header img {
	    margin-left: 12%;
	}

	.overtext {
		padding: 15px;
	}

	.square {
		margin: 10px 0;
	}

	.overtext h3 {
	    font-size: 17pt;
	    word-break: break-word
	}

	#newsteps #pics div {
	    width: 70%;
	}
}

@media screen and (max-width: 340px) {
	#delivery-wrapper #intro-text {
		padding: 0 7% 50px;
	}

	#newsteps #text {
		padding: 0 15px 10px;
	}
}

@media screen and (max-width: 320px) {

	header #logo-header img {
	    margin-left: 5%;
	}

	#why ul:first-child:after {
		margin-left: 33%;
	}
}

#logo-header .logo.scroll {
    color: #fff;
    /* box-sizing: border-box;
    overflow: hidden;
    vertical-align: middle;
    float: left; */
}
#logo-header .logo.scroll svg {
    height: 26px;
    /* padding: 14px 20px; */
}
#logo-1 {
    color: #fff;
}