h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*! 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).
 */
*{
  box-sizing: border-box;
}
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 {
  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 */
  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"], /* 1 */
[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 {
  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"] {
  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, /* 1 */
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;
}

/*BEGIN*/
@font-face {
  font-family: HelveticaNeue;
  src: url(../font/HelveticaRegular.ttf);
}
@font-face {
  font-family: HelveticaNeueBold;
  src: url(../font/HelveticaBold.ttf);
}
@font-face {
  font-family: HelveticaNeueLight;
  src: url(../font/HelveticaLight.ttf);
}
@font-face {
  font-family: Circe;
  src: url(../font/Circle-Regular.otf);
}
@font-face {
  font-family: Ci-Bold;
  src: url(../font/CRC65.otf);
}
@font-face {
  font-family: BebasNeueCyrillic;
  src: url(../font/BebasNeueCyrillic.ttf);
}
.main {
  width: 100%;
  background: url(../img/b.png) center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.left_header_block {
  float: left;
  text-align: left;
}
.right_header_block {
  float: right;
  text-align: right;
}
.left_logo {
  display: inline-block;
  vertical-align: middle;
}
#scales {
    margin-right: 5px;
}
.right_logo {
  display: inline-block;
  vertical-align: middle;
  padding-left: 25px;
}
#blink {
  -webkit-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
}
@-webkit-keyframes blink {
  100% { color: rgba(34, 34, 34, 0); }
}
@keyframes blink {
  100% { color: rgba(34, 34, 34, 0); }
}
.logo_name {
  font-size: 40px;
  font-family: "BebasNeueCyrillic";
  color: rgb(255, 255, 255);
  line-height: 1.125;
  text-align: left;
  text-decoration: none;
}
.description_logo {
  font-size: 14px;
  font-family: "HelveticaNeue";
  color: rgba(255, 255, 255, 0.329);
  line-height: 1.071;
  text-align: left;
}
.header {
  padding-top: 35px;
}
.phone_number {
  font-size: 25px;
  font-family: "HelveticaNeue";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1;
  text-align: right;
}
.order_phone {
  font-size: 18px;
  font-family: "HelveticaNeue";
  color: rgb(0, 156, 255);
  line-height: 1.222;
  text-align: right;
  padding-right: 30px;
  text-decoration: none;
}
.text_1 {
  font-size: 50px;
  font-family: "Circe";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  letter-spacing: 1px;
}
.text_2 {
  font-size: 50px;
  font-family: "Ci-Bold";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  text-decoration: underline;
}
.font_bold {
  font-family: "Ci-Bold";
}
.main_menu {
  text-align: center;
  margin: 0 auto;
  padding-top: 105px;
}
.action {
  font-size: 25px;
  font-family: "Circe";
  color: rgb(144, 204, 14);
  line-height: 1.12;
  text-align: center;
  padding-top: 20px;
}
.button {
  margin-top: 65px;
  padding-bottom: 50px;
}
.button_main {
  text-decoration: none;
  font-size: 19px;
  font-family: "HelveticaNeue";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.125;
  text-align: center;
  border: 1px solid#8dc80d;
  padding: 20px 0px 25px 0px;
  background: linear-gradient(to bottom, #90cb0f, #77ab08);
  border-radius: 60px;
  width: 388px;
  -webkit-box-shadow: 0px 0px 25px 1px rgba(142,201,14,1);
  -moz-box-shadow: 0px 0px 25px 1px rgba(142,201,14,1);
  box-shadow: 0px 0px 25px 1px rgba(142,201,14,1);
}
.left_main_block {
  float: left;
  text-align: left;
  width: 50%;
  padding-top: 25px;
  padding-left: 90px;
}
.right_main_block {
  float: right;
  text-align: left;
  width: 50%;
  padding-left: 15px;
  padding-top: 115px;
}
.green_name {
  font-size: 45px;
  font-family: "Circe";
  color: rgb(144, 204, 14);
  font-weight: bold;
  line-height: 1;
  text-align: left;
}
.green_description {
  font-size: 20px;
  font-family: "HelveticaNeue";
  color: rgb(255, 255, 255);
  line-height: 1.4;
  text-align: left;
  padding-top: 5px;
}
.green_padding {
  padding-top: 47px;
}
.inline {
  display: inline-block;
  vertical-align: middle;
}
.inline_2 {
  display: inline-block;
  vertical-align: middle;
  padding-left: 29px;
  padding-bottom: 10px;
}
.work_description {
  font-size: 20px;
  font-family: "HelveticaNeue";
  color: rgb(255, 255, 255);
  line-height: 1.4;
  text-align: left;
}
.ots {
  padding-top: 35px;
}
.main_menu_2 {
  margin-top: 35px;
  margin-bottom: 55px;
}
.inline_block {
  display: inline-block;
  vertical-align: top;
  width: 33%;
}
.footer_text {
  font-size: 16px;
  font-family: "HelveticaNeue";
  color: rgba(255, 255, 255, 0.502);
  line-height: 1.375;
  text-align: center;
  letter-spacing: 1px;
}
.footer {
  padding-top: 65px;
  padding-bottom: 70px;
}
.box-modal {
  width: 1200px!important;
  height: 715px!important;
}
.left_block {
  float: left;
  width: 55%;
  padding-left: 25px;
  padding-right: 20px;
}
.for_take {
  font-size: 15px;
  font-family: "HelveticaNeue";
  color: rgb(43, 43, 56);
  line-height: 1.2;
  text-align: center;
  padding-top: 20px;
}
.question {
  font-size: 25px;
  font-family: "HelveticaNeue";
  color: rgb(52, 66, 72);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 0.3px;
  padding-top: 30px;
  padding-bottom: 20px;
}
.complete {
  font-size: 15px;
  font-family: "HelveticaNeue";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  padding: 8px;
  border: 1px solid#77aa08;
  height: 35px;
  width: 29%;
  background: #77aa08;
}
.complete_2 {
  font-size: 15px;
  font-family: "HelveticaNeue";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  padding: 8px;
  border: 1px solid#77aa08;
  height: 35px;
  width: 40%;
  background: #77aa08;
}
.complete_3 {
  font-size: 15px;
  font-family: "HelveticaNeue";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  padding: 8px;
  border: 1px solid#77aa08;
  height: 35px;
  width: 60%;
  background: #77aa08;
}
.complete_4 {
  font-size: 15px;
  font-family: "HelveticaNeue";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  padding: 8px;
  border: 1px solid#77aa08;
  height: 35px;
  width: 75%;
  background: #77aa08;
}
.complete_5 {
  font-size: 15px;
  font-family: "HelveticaNeue";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  padding: 8px;
  border: 1px solid#77aa08;
  height: 35px;
  width: 90%;
  background: #77aa08;
}
#button_1 {
  font-size: 18px;
  font-family: "HelveticaNeue";
  color: rgb(52, 66, 72);
  line-height: 1.222;
  text-align: left;
  padding-bottom: 15px;
}
#button_1_2 {
  display: inline-block;
  vertical-align: middle;
}
#buttonn {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
}
#buttonnn {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
}
#buttonnnn {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
}
#vertical {
  padding-left: 15px;
  vertical-align: middle;
}
.dis {
  display: inline-block;
  vertical-align: middle;
}
.message-disabled {
    display: none;
    width: 180px;
    height: 29px;
    background: #f2213c;
    text-align: center;
    line-height: 29px;
    font-family: "HelveticaNeue";
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    margin: 14px 0 0 5px;
    position: absolute;
    margin-top: -15px;
    margin-left: -1px;
}
#kik {
  padding-top: 20px;
  display: inline-block;
}
.disabled {
  opacity: 0.5;
}
.next {
  display: block;
  border: 1px solid#ffdc00;
  background: linear-gradient(to bottom, #ffdc00, #ffc000);
  border-radius: 5px;
  padding: 15px 50px 15px 50px;
  font-size: 20px;
  font-family: "HelveticaNeue";
  color: rgb(71, 63, 9);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 50px 1px rgba(255,221,0,1);
  -moz-box-shadow: 0px 0px 50px 1px rgba(255,221,0,1);
  box-shadow: 0px 0px 50px 1px rgba(255,221,0,1);
}
.next_2 {
  display: block;
  border: 1px solid#ffdc00;
  background: linear-gradient(to bottom, #ffdc00, #ffc000);
  border-radius: 5px;
  padding: 15px 50px 15px 50px;
  font-size: 20px;
  font-family: "HelveticaNeue";
  color: rgb(71, 63, 9);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 50px 1px rgba(255,221,0,1);
  -moz-box-shadow: 0px 0px 50px 1px rgba(255,221,0,1);
  box-shadow: 0px 0px 50px 1px rgba(255,221,0,1);
}
.next_3 {
  display: block;
  border: 1px solid#ffdc00;
  background: linear-gradient(to bottom, #ffdc00, #ffc000);
  border-radius: 5px;
  padding: 15px 50px 15px 50px;
  font-size: 20px;
  font-family: "HelveticaNeue";
  color: rgb(71, 63, 9);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 50px 1px rgba(255,221,0,1);
  -moz-box-shadow: 0px 0px 50px 1px rgba(255,221,0,1);
  box-shadow: 0px 0px 50px 1px rgba(255,221,0,1);
}
.next_4 {
  display: block;
  border: 1px solid#ffdc00;
  background: linear-gradient(to bottom, #ffdc00, #ffc000);
  border-radius: 5px;
  padding: 15px 50px 15px 50px;
  font-size: 20px;
  font-family: "HelveticaNeue";
  color: rgb(71, 63, 9);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 50px 1px rgba(255,221,0,1);
  -moz-box-shadow: 0px 0px 50px 1px rgba(255,221,0,1);
  box-shadow: 0px 0px 50px 1px rgba(255,221,0,1);
}
.next_5 {
  display: block;
  border: 1px solid#ffdc00;
  background: linear-gradient(to bottom, #ffdc00, #ffc000);
  border-radius: 5px;
  padding: 15px 50px 15px 50px;
  font-size: 20px;
  font-family: "HelveticaNeue";
  color: rgb(71, 63, 9);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 50px 1px rgba(255,221,0,1);
  -moz-box-shadow: 0px 0px 50px 1px rgba(255,221,0,1);
  box-shadow: 0px 0px 50px 1px rgba(255,221,0,1);
}
#submit_first_text_1 {
  border: 1px solid#ffdc00;
  background: linear-gradient(to bottom, #ffdc00, #ffc000);
  border-radius: 5px;
  padding: 15px 50px 15px 50px;
  font-size: 20px;
  font-family: "HelveticaNeue";
  color: rgb(71, 63, 9);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  display: none;
  -webkit-box-shadow: 0px 0px 50px 1px rgba(255,221,0,1);
  -moz-box-shadow: 0px 0px 50px 1px rgba(255,221,0,1);
  box-shadow: 0px 0px 50px 1px rgba(255,221,0,1);
}
.opacity {
  opacity: 0.7;
}
#submit_first_text_2 {
  border: 1px solid#ffdc00;
  background: linear-gradient(to bottom, #ffdc00, #ffc000);
  border-radius: 5px;
  padding: 15px 50px 15px 50px;
  font-size: 20px;
  font-family: "HelveticaNeue";
  color: rgb(71, 63, 9);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  display: none;
  -webkit-box-shadow: 0px 0px 50px 1px rgba(255,221,0,1);
  -moz-box-shadow: 0px 0px 50px 1px rgba(255,221,0,1);
  box-shadow: 0px 0px 50px 1px rgba(255,221,0,1);
}
#submit_first_text_3 {
  border: 1px solid#ffdc00;
  background: linear-gradient(to bottom, #ffdc00, #ffc000);
  border-radius: 5px;
  padding: 15px 50px 15px 50px;
  font-size: 20px;
  font-family: "HelveticaNeue";
  color: rgb(71, 63, 9);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  display: none;
  -webkit-box-shadow: 0px 0px 50px 1px rgba(255,221,0,1);
  -moz-box-shadow: 0px 0px 50px 1px rgba(255,221,0,1);
  box-shadow: 0px 0px 50px 1px rgba(255,221,0,1);
}
#submit_first_text_4 {
  border: 1px solid#ffdc00;
  background: linear-gradient(to bottom, #ffdc00, #ffc000);
  border-radius: 5px;
  padding: 15px 50px 15px 50px;
  font-size: 20px;
  font-family: "HelveticaNeue";
  color: rgb(71, 63, 9);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  display: none;
  -webkit-box-shadow: 0px 0px 50px 1px rgba(255,221,0,1);
  -moz-box-shadow: 0px 0px 50px 1px rgba(255,221,0,1);
  box-shadow: 0px 0px 50px 1px rgba(255,221,0,1);
}
#submit_first_text_5 {
  border: 1px solid#ffdc00;
  background: linear-gradient(to bottom, #ffdc00, #ffc000);
  border-radius: 5px;
  padding: 15px 50px 15px 50px;
  font-size: 20px;
  font-family: "HelveticaNeue";
  color: rgb(71, 63, 9);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  display: none;
  -webkit-box-shadow: 0px 0px 50px 1px rgba(255,221,0,1);
  -moz-box-shadow: 0px 0px 50px 1px rgba(255,221,0,1);
  box-shadow: 0px 0px 50px 1px rgba(255,221,0,1);
}
#display_block {
  font-size: 18px;
  font-family: "HelveticaNeue";
  color: rgb(4, 126, 188);
  line-height: 1.333;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid#b5b3b3;
  border-bottom-style: dashed;
  margin-right: 20px;
  display: inline-block;
  margin-left: 35px;
}
#display_block_2 {
  font-size: 18px;
  font-family: "HelveticaNeue";
  color: rgb(4, 126, 188);
  line-height: 1.333;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid#b5b3b3;
  border-bottom-style: dashed;
  margin-right: 20px;
  display: inline-block;
  margin-left: 35px;
}
#display_block_3 {
  font-size: 18px;
  font-family: "HelveticaNeue";
  color: rgb(4, 126, 188);
  line-height: 1.333;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid#b5b3b3;
  border-bottom-style: dashed;
  margin-right: 20px;
  display: inline-block;
  margin-left: 35px;
}
#display_block_4 {
  font-size: 18px;
  font-family: "HelveticaNeue";
  color: rgb(4, 126, 188);
  line-height: 1.333;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid#b5b3b3;
  border-bottom-style: dashed;
  margin-right: 20px;
  display: inline-block;
  margin-left: 35px;
}
.right_block {
  float: right;
  width: 41%;
  text-align: center;
  border-left: 1px solid#dddddd;
  height: 685px;
}
.saved {
  font-size: 25px;
  font-family: "HelveticaNeue";
  color: rgb(52, 66, 72);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding-top: 25px;
}
.rg_menu {
  width: 100%;
  background: #2b2b38;
  height: 95px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.face {
  display: inline-block;
  margin-top: -15px;
  text-align: center;
  vertical-align: middle;
}
.facee {
  display: inline-block;
  margin-top: -15px;
  text-align: center;
  vertical-align: middle;
}
.who_is {
  display: inline-block;
  vertical-align: middle;
  margin-top: -15px;
  padding-left: 20px;
}
.name {
  font-size: 25px;
  font-family: "HelveticaNeue";
  color: rgb(255, 255, 255);
  line-height: 1;
  text-align: left;
}
.job {
  font-size: 15px;
  font-family: "HelveticaNeue";
  color: rgba(255, 255, 255, 0.49);
  line-height: 1.2;
  text-align: left;
  padding-top: 5px;
}
.dont_wanna_2 {
  font-size: 30px;
  font-family: "Circe";
  color: rgb(176, 6, 26);
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.5px;
  padding-top: 30px;
}
.border_question {
  border: 1px solid#e8e8e8;
  margin-top: 20px;
}
.give {
  font-size: 15px;
  font-family: "HelveticaNeue";
  color: rgb(52, 66, 72);
  line-height: 1.2;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px;
}
.forma {
  text-align: center;
}
.form_otstyp_1 {
  text-align: center;
}
.form_otstyp_2 {
  text-align: left;
}
#form_decor_11 {
  border: 2px solid#8bc50d;
  background: #f3f3f3;
  border-radius: 5px;
  width: 260px;
  padding: 15px 0px 15px 0px;
  margin-top: 20px;
  font-size: 15px;
  font-family: "HelveticaNeue";
  color: #344248;
  line-height: 1.467;
  outline: none;
  text-align: center;
}
#form_decor_22 {
  border: 2px solid#8bc50d;
  background: #f3f3f3;
  border-radius: 5px;
  width: 260px;
  padding: 15px 0px 15px 0px;
  margin-top: 20px;
  font-size: 15px;
  font-family: "HelveticaNeue";
  color: #344248;
  line-height: 1.467;
  outline: none;
  text-align: center;
}
#form_decor_33 {
  border: 2px solid#8bc50d;
  background: #f3f3f3;
  border-radius: 5px;
  width: 260px;
  padding: 15px 0px 15px 0px;
  margin-top: 20px;
  font-size: 15px;
  font-family: "HelveticaNeue";
  color: #344248;
  line-height: 1.467;
  outline: none;
  text-align: center;
}
#form_decor_44 {
  border: 2px solid#8bc50d;
  background: #f3f3f3;
  border-radius: 5px;
  width: 260px;
  padding: 15px 0px 15px 0px;
  margin-top: 20px;
  font-size: 15px;
  font-family: "HelveticaNeue";
  color: #344248;
  line-height: 1.467;
  outline: none;
  text-align: center;
}
#form_decor_55 {
  border: 2px solid#8bc50d;
  background: #f3f3f3;
  border-radius: 5px;
  width: 260px;
  padding: 15px 0px 15px 0px;
  margin-top: 20px;
  font-size: 15px;
  font-family: "HelveticaNeue";
  color: #344248;
  line-height: 1.467;
  outline: none;
  text-align: center;
}
#form_decor_66 {
  border: 2px solid#8bc50d;
  background: #f3f3f3;
  border-radius: 5px;
  width: 260px;
  padding: 15px 0px 15px 0px;
  margin-top: 20px;
  font-size: 15px;
  font-family: "HelveticaNeue";
  color: #344248;
  line-height: 1.467;
  outline: none;
  text-align: center;
}
.message-disabled_2 {
    display: none;
    width: 180px;
    height: 29px;
    background: #f2213c;
    text-align: center;
    line-height: 29px;
    font-family: "HelveticaNeue";
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    margin: 14px 0 0 5px;
    position: absolute;
    margin-top: -15px;
    margin-left: 150px;
}
#submit_take_11 {
  border: 1px solid#8bc50d;
  color: #ffffff;
  background: #8bc50d;
  font-family: "HelveticaNeue";
  border-radius: 5px;
  width: 260px;
  padding: 20px 0px 20px 0px;
  margin-top: 20px;
  cursor: pointer;
  font-size: 18px; 
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 25px 1px rgba(142,201,14,1);
  -moz-box-shadow: 0px 0px 25px 1px rgba(142,201,14,1);
  box-shadow: 0px 0px 25px 1px rgba(142,201,14,1);
}
#submit_take_22 {
  border: 1px solid#8bc50d;
  color: #ffffff;
  background: #8bc50d;
  font-family: "HelveticaNeue";
  border-radius: 5px;
  width: 260px;
  padding: 20px 0px 20px 0px;
  margin-top: 20px;
  cursor: pointer;
  font-size: 18px; 
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 25px 1px rgba(142,201,14,1);
  -moz-box-shadow: 0px 0px 25px 1px rgba(142,201,14,1);
  box-shadow: 0px 0px 25px 1px rgba(142,201,14,1);
}
#submit_take_33 {
  border: 1px solid#8bc50d;
  color: #ffffff;
  background: #8bc50d;
  font-family: "HelveticaNeue";
  border-radius: 5px;
  width: 260px;
  padding: 20px 0px 20px 0px;
  margin-top: 20px;
  cursor: pointer;
  font-size: 18px; 
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 25px 1px rgba(142,201,14,1);
  -moz-box-shadow: 0px 0px 25px 1px rgba(142,201,14,1);
  box-shadow: 0px 0px 25px 1px rgba(142,201,14,1);
}
#submit_take_44 {
  border: 1px solid#8bc50d;
  color: #ffffff;
  background: #8bc50d;
  font-family: "HelveticaNeue";
  border-radius: 5px;
  width: 260px;
  padding: 20px 0px 20px 0px;
  margin-top: 20px;
  cursor: pointer;
  font-size: 18px; 
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 25px 1px rgba(142,201,14,1);
  -moz-box-shadow: 0px 0px 25px 1px rgba(142,201,14,1);
  box-shadow: 0px 0px 25px 1px rgba(142,201,14,1);
}
#submit_take_55 {
  border: 1px solid#8bc50d;
  color: #ffffff;
  background: #8bc50d;
  font-family: "HelveticaNeue";
  border-radius: 5px;
  width: 260px;
  padding: 20px 0px 20px 0px;
  margin-top: 20px;
  cursor: pointer;
  font-size: 18px; 
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 25px 1px rgba(142,201,14,1);
  -moz-box-shadow: 0px 0px 25px 1px rgba(142,201,14,1);
  box-shadow: 0px 0px 25px 1px rgba(142,201,14,1);
}
#submit_take_66 {
  border: 1px solid#8bc50d;
  color: #ffffff;
  background: #8bc50d;
  font-family: "HelveticaNeue";
  border-radius: 5px;
  width: 260px;
  padding: 20px 0px 20px 0px;
  margin-top: 20px;
  cursor: pointer;
  font-size: 18px; 
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 25px 1px rgba(142,201,14,1);
  -moz-box-shadow: 0px 0px 25px 1px rgba(142,201,14,1);
  box-shadow: 0px 0px 25px 1px rgba(142,201,14,1);
}
.text-11 {
  font-size: 15px;
  font-family: "HelveticaNeue";
  color: rgb(154, 152, 152);
  line-height: 1.2;
  text-align: center;
  padding-top: 30px;
}
.text-111 {
  font-size: 15px;
  font-family: "HelveticaNeue";
  color: rgb(154, 152, 152);
  line-height: 1.2;
  text-align: left;
  padding-top: 30px;
}
.text-1111 {
  font-size: 15px;
  font-family: "HelveticaNeue";
  color: rgb(154, 152, 152);
  line-height: 1.2;
  text-align: center;
  padding-top: 30px;
}
.politika {
  text-decoration: underline;
  color: rgb(154, 152, 152);
}
.green_color {
  color: #77aa08;
}
.left_block_2 {
  float: left;
  width: 50%;
  padding-left: 75px;
  padding-top: 130px
}
.upper_name {
  font-size: 25px;
  font-family: "Circe";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 25px;
}

.forma_2 {
  text-align: left;
  padding-top: 10px;
}
.message-disabled_3 {
    display: none;
    width: 180px;
    height: 29px;
    background: #f2213c;
    text-align: center;
    line-height: 29px;
    font-family: "HelveticaNeue";
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    margin: 14px 0 0 5px;
    position: absolute;
    margin-top: -15px;
    margin-left: 40px;
}
.list {
  font-size: 18px;
  font-family: "HelveticaNeue";
  color: rgb(52, 66, 72);
  line-height: 1.333;
  text-align: left;
  padding-bottom: 20px;
}
.right_block_2 {
  float: right;
  width: 50%;
  text-align: left;
  background: url(../img/sh.png) center center no-repeat / cover;
  width: 583px;
  height: 626px;
}
.last_text {
  font-size: 18px;
  font-family: "HelveticaNeue";
  color: rgb(52, 66, 72);
  line-height: 1.333;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.last_text_bold {
  font-size: 18px;
  font-family: "HelveticaNeueBold";
  color: #344248;
  font-weight: bold;
  line-height: 1.333;
  text-align: left;
}
.lin {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.right_block_2 {
  background: url(../img/bg2.png) center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 560px;
  height: 685px;
}
.consultation {
  font-size: 45px;
  font-family: "Circe";
  color: rgb(144, 204, 14);
  font-weight: bold;
  line-height: 1.111;
  text-align: center;
  padding-top: 60px;
}
.footer_inline {
  display: inline-block;
  vertical-align: middle;
}
.footer_inline_2 {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
#button_4 {
  font-size: 20px;
  font-family: "HelveticaNeue";
  color: rgb(255, 255, 255);
  line-height: 1.4;
  text-align: left;
}
.foot {
  padding-left: 65px;
  padding-top: 40px;
}
.second_action {
  font-size: 20px;
  font-family: "Circe";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding-top: 25px;
}
.padfot_2 {
  padding-top: 13px;
  opacity: 0.5;
}
.padfot_3 {
  padding-top: 13px;
  opacity: 0.5;
}
#exampleModal_7 {
  width: 500px!important;
  height: 450px!important;
}
.orader_2 {
  text-align: center;
  font-family: "HelveticaNeueBold";
  font-size: 18px;
  padding-top: 10px;
}
.for {
  text-align: center;
  padding-top: 20px;
}
#form_decor_3 {
    border: 2px solid#8bc50d;
    background: #f3f3f3;
    border-radius: 5px;
    width: 260px;
    padding: 15px 0px 15px 0px;
    margin-top: 20px;
    font-size: 15px;
    font-family: "HelveticaNeue";
    line-height: 1.467;
    outline: none;
    text-align: center;
}
#submit_3_2 {
  border: 1px solid#90cb0f;
  color: #ffffff;
  background: linear-gradient(to bottom, #90cb0f, #77ab08);
  font-family: "HelveticaNeue";
  border-radius: 5px;
  width: 260px;
  padding: 20px 0px 20px 0px;
  margin-top: 20px;
  cursor: pointer;
  font-size: 18px; 
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 25px 1px rgba(142,201,14,1);
  -moz-box-shadow: 0px 0px 25px 1px rgba(142,201,14,1);
  box-shadow: 0px 0px 25px 1px rgba(142,201,14,1);
}
.box-modal_close_2 {
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 11px;
    line-height: 15px;
    color: #999;
    cursor: pointer;
}
.form_otstyp_3 {
  text-align: center;
}
.poli {
  font-family: "HelveticaNeue";
  text-align: left;
  font-size: 20px;
  line-height: 23px;
}
#exampleModal_8 {
  height: 1055px!important;
}
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  color:gray;
  width: 100%;
  max-width: 388px;
  animation: radial-pulse 1s infinite;
  margin: 0 auto;
  border-radius: 60px;
  padding-top: 0px;
  margin-top: 15px;
  padding-bottom: 0px;
}
.brbr {
  display: none;
}
.action {
  margin-bottom: 35px;
}
@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(140, 199, 14, 0.5);
  }
 
  100% {
    box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
  }
}
@media screen and (max-width: 1300px) {
  #exampleModal_8 {
    height: 1100px!important;
  }
  #exampleModal_7 {
    height: 450px!important;
  }
  .box-modal {
    width: 1000px!important;
  }
  .complete {
    font-size: 14px;
    padding-top: 2px;
  }
  .left_block_2 {
    width: 42%;
    padding-left: 20px;
  }
  .message-disabled_2 {
      margin-left: 110px;
  }
}
@media screen and (max-width: 1100px) {
  .text_1 {
    font-size: 40px;
  }
  .text_2 {
    font-size: 40px;
  }
  .main_menu {
    padding-top: 60px;
  }
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer_text {
    font-size: 14px;
  }
  .footer {
    text-align: center;
    padding-top: 0px;
  }
  .inline_block {
    width: 33%;
  }
  .main {
    width: 100%;
    background: url(../img/background.png) center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .left_main_block {
    background: rgba(0, 0, 0, 0.7);
    left: 0px;
    padding-top: 0px;
    padding-bottom: 40px;
    padding-left: 150px;
  }
  .right_main_block {
    padding-top: 45px;
  }
  .face {
    width: 100%;
    max-width: 80px;
  }
  .work_description {
    font-size: 17px;
  }
  .inline_2 {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1075px) {
  .box-modal {
    width: 850px!important;
  }
  .complete {
    padding: 2px;
  }
  .fc {
    width: 100%;
  }
  .facee {
    width: 25%;
    margin-top: 5px;
  }
  .who_is {
    margin-top: 0px;
  }
  .dont_wanna_2 {
    font-size: 27px;
  }
  .text-11 {
    font-size: 14px;
  }
  #exampleModal_8 {
    height: 1500px!important;
  }
  .for_take {
    font-size: 13px;
  }
  .right_block_2 {
    width: 460px;
  }
  .foot {
    padding-left: 30px;
  }
  .clear {
    display: none;
  }
  .message-disabled_2 {
      margin-left: 77px;
  }
}
@media screen and (max-width: 930px) {
  .br {
    display: none;
  }
  .right_logo {
    display: block;
    padding-left: 0px;
  }
  .right_header_block {
    padding-top: 10px;
  }
  .left_main_block {
    padding-left: 50px;
  }
  .green_name {
    font-size: 35px;
  }
  .green_description {
    font-size: 17px;
  }
  .left_main_block {
    width: 100%;
    float: none;
  }
  .right_main_block {
    width: 57%;
  }
  .inline_block {
    display: block;
    padding-top: 10px;
    width: 100%;
  }
  .green_padding {
    display: inline-block;
    vertical-align: top;
    width: 31%;
  }
  .green_name {
    text-align: center;
  }
  .green_description {
    text-align: center;
  }
  .left_main_block {
    padding-left: 0px;
  }
  .inline_2 {
    display: block;
    padding-left: 0px;
  }
  .right_main_block {
    float: none;
    width: 100%;
    padding-left: 0px;
  }
  .ots {
    text-align: center;
  }
  .work_description {
    text-align: center;
  }
  .face {
    max-width: 100px;
  }
  .text_1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .box-modal {
    width: 700px!important;
  }
  .question {
    font-size: 24px;
  }
  .saved {
    font-size: 20px;
  }
  .name {
    font-size: 20px;
  }
  .brr {
    display: none;
  }
  .text-11 {
    padding-top: 20px;
  }
  .rg_menu {
    height: 85px;
  }
  .left_block {
    text-align: center;
  }
  .facee {
    margin-top: -15px;
  }
  .who_is {
    margin-top: -15px;
  }
  .right_block {
    padding-top: 15px;
  }
  .complete {
    padding-top: 2px;
  }
  #display_block {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    margin-top:20px;
  }
  #display_block_2 {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    margin-top:20px;
  }
  #display_block_3 {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    margin-top:20px;
  }
  #display_block_4 {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    margin-top:20px;
  }
  .facee {
    margin-top: -15px;
  }
  .who_is {
    margin-top: -15px;
  }
  .complete_2 {
    padding-top: 0px;
  }
  .facee {
    margin-top: 7px;
  }
  .who_is {
    margin-top: 7px;
  }
  .consultation {
    font-size: 30px;
  }
  .second_action {
    font-size: 18px;
  }
  .women {
    width: 100%;
    max-width: 100px;
  }
  .right_block_2 {
    width: 360px;
  }
  .brbr {
    display: block;
  }
  #exampleModal_8 {
    height:1500px!important;
  }
  .message-disabled_2 {
      margin-left: 45px;
  }
}
@media screen and (max-width: 770px) {
  .message-disabled {
    margin-left: -9px;
  }
  .text_1 {
    font-size: 30px;
  }
  .text_2 {
    font-size: 30px;
  }
  .action {
    font-size: 20px;
  }
  .green_padding {
    width: 100%;
    display: block;
  }
  .box-modal {
    width: 500px!important;
  }
  .left_block {
    float: none;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  .right_block {
    float: none;
    width: 100%;
    padding-left: 0px;
    border-left: none;
  }
  #exampleModal_1 {
    height: 1100px!important;
  }
  #exampleModal_2 {
    height: 1100px!important;
  }
  #exampleModal_3 {
    height: 1155px!important;
  }
  #exampleModal_4 {
    height: 1155px!important;
  }
  #exampleModal_5 {
    height: 1130px!important;
  }
  #exampleModal_6 {
    height: 1100px!important;
  }
  .question {
    font-size: 22px;
  }
  .complete {
    padding-top: 7px;
  }
  .complete_2 {
    padding-top: 7px;
  }
  .facee {
    margin-top: -18px;
  }
  .who_is {
    margin-top: -16px;
  }
  .left_block_2 {
    float: none;
    display: block;
    width: 100%;
    padding-left: 0px;
    padding-top: 35px;
  }
  .right_block_2 {
    float: none;
    display: block;
    width: 100%;
  }
  #exampleModal_6 {
    height: 1260px!important;
  }
  .upper_name {
    text-align: center;
  }
  .last_text_bold {
    text-align: center;
  }
  .form_otstyp_2 {
    text-align: center;
  }
  .fo3 {
    text-align: center;
  }
  .text-111 {
    padding-top: 20px;
    text-align: center;
  }
  .right_block_2 {
    margin-top: 30px;
    height: 580px;
  }
  #exampleModal_6 {
    height: 1050px!important;
  }
  #exampleModal_8 {
    height: 2000px!important;
  }
   .message-disabled_2 {
      margin-left: 145px;
  }
   .message-disabled_3 {
      margin-left: 30px;
  }
  .order_phone {
      padding-right: 0px!important;
  }
}
@media screen and (max-width: 630px) {
  .left_header_block {
    float: none;
    width: 100%;
    text-align: center;
  }
  .right_header_block {
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 25px;
  }
  .description_logo {
    text-align: center;
  }
  .phone_number {
    text-align: center;
  }
  .main_menu {
    padding-top: 20px;
  }
  .action {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bbrr {
    display: none;
  }
   .order_phone {
      padding-right: 0px!important;
  }
}
@media screen and (max-width: 540px) {
  .box-modal {
    width: 380px!important;
  }
  #exampleModal_1 {
    height: 1125px!important;
  }
  #exampleModal_2 {
    height: 1200px!important;
  }
  #exampleModal_3 {
    height: 1275px!important;
  }
  #exampleModal_4 {
    height: 1225px!important;
  }
  #exampleModal_5 {
    height: 1225px!important;
  }
  .complete {
    padding-top: 1px;
  }
  .facee {
    margin-top: -1px;
  }
  .who_is {
    margin-top: 0px;
  }
  .complete_2 {
    padding-top: 0px;
  }
  .r {
    display: none;
  }
  #exampleModal_7 {
    width: 280px!important;
  }
  #form_decor_3 {
    width: 240px;
  }
  #submit_3_2 {
    width: 240px;
  }
    #exampleModal_6 {
    height: 1100px!important;
  }
  #exampleModal_8 {
    height: 2800px!important;
  }
  .message-disabled_2 {
      margin-left: 85px;
  }
    .message-disabled_3 {
      margin-left: 85px;
  }
}
@media screen and (max-width: 430px) {
  .text_1 {
    font-size: 25px;
  }
  .text_2 {
    font-size: 25px;
  }
  .button_main {
    font-size: 14px;
    padding: 20px px 20px px;
  }
  .logo_name {
    font-size: 38px;
  }
  .button {
    max-width: 288px;
  }
  .box-modal {
    width: 275px!important;
  }
  .question {
    font-size: 18px;
  }
  .rg_menu {
    height: 130px;
  }
  .who_is {
    margin-top: 4px;
    padding-left: 0px;
  }
  .facee {
    width: 30%;
    margin-top: -25px;
  }
  #form_decor_11 {
    width: 215px;
  }
  #form_decor_22 {
    width: 215px;
  }
  #form_decor_33 {
    width: 215px;
  }
  #form_decor_44 {
    width: 215px;
  }
  #form_decor_55 {
    width: 215px;
  }
  #form_decor_66 {
    width: 215px;
  }

  #submit_take_11 {
    width: 215px;
  }
  #submit_take_22 {
    width: 215px;
  }
  #submit_take_33 {
    width: 215px;
  }
  #submit_take_44 {
    width: 215px;
  }
  #submit_take_55 {
    width: 215px;
  }
  #submit_take_66 {
    width: 215px;
  }
  #exampleModal_1 {
    height: 1215px!important;
  }
  #exampleModal_2 {
    height: 1315px!important;
  }
  #exampleModal_3 {
    height: 1400px!important;
  }
  #exampleModal_4 {
    height: 1290px!important;
  }
  #exampleModal_5 {
    height: 1385px!important;
  }
  .complete {
    font-size: 12px;
    padding-top: 3px;
  }
  .complete_2 {
    font-size: 12px;
    padding-top: 3px;
  }
  .complete_3 {
    font-size: 12px;
    padding-top: 9px;
  }
  .complete_4 {
    font-size: 12px;
    padding-top: 9px;
  }
  .complete_5 {
    font-size: 12px;
    padding-top: 9px;
  }
  .complete_6 {
    font-size: 12px;
    padding-top: 9px;
  }
    #exampleModal_6 {
    height: 1135px!important;
  }
  .right_block_2 {
    height: 570px;
  }
  .women {
    max-width: 70px;
  }
  #button_4 {
    font-size: 16px;
  }
  #vertical {
    padding-left: 10px;
  }
  .foot {
    padding-left: 20px;
  }
  #exampleModal_8 {
    height: 3950px!important
  }
   .message-disabled_2 {
      margin-left: 30px;
  }
   .message-disabled_3 {
      margin-left: 30px;
  }
}