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);
}
body {
  width: 100%;
  background: url(../img/bg.png) top center;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #fff;
}
section {
  width: 100%;
  margin: 0 auto;
}
header {
  background: #2e1420;
  padding-top: 10px;
  padding-bottom: 10px;
}
.content {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.left_block_header {
  float: left;
}
.name_logo {
  font-family: "Ci-Bold";
  font-size: 30px;
  color: #fff;
  text-decoration: none;
}
.right_block_header {
  float: right;
  text-align: right;
  padding-top: 8px;
}
.left_logo {
  display: inline-block;
  vertical-align: middle;
}
.right_logo {
  display: inline-block;
  vertical-align: middle;
  padding-left: 70px;
}
.description_logo {
  font-size: 18px;
  font-family: "Circe";
  color: rgba(255, 255, 255, 0.712);
  font-weight: bold;
  line-height: 1.389;
  text-align: right;
  display: inline-block;
} 
.no_br_2 {
  display: block;
}
.description_logo_2 {
  font-size: 18px;
  font-family: "Circe";
  color: rgba(255, 255, 255, 0.712);
  font-weight: bold;
  line-height: 1.389;
  text-align: right;
  display: inline-block;
  padding-left: 50px;
} 
.popup-br {
  display: none;
}
.phone_number {
  font-size: 25px;
  font-family: "HelveticaNeue";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1;
  text-align: right;
  padding-bottom: 3px;
}
.phone_number_2 {
  font-size: 25px;
  font-family: "HelveticaNeue";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1;
  text-align: right;
  padding-bottom: 10px;
  display: none;  
}
.order_phone {
  font-size: 15px;
  font-family: "HelveticaNeue";
  color: rgba(255, 255, 255, 0.612);
  line-height: 1.571;
  text-align: right;
  text-decoration: none;
}
.tb_phone_1 {
  display: none;
}
.left_section_2 {
  float: left;
}
.right_section_2 {
  float: right;
  letter-spacing: 1px;
  padding-top: 95px;
}
.inline_block_frame {
  display: inline-block;
  vertical-align: top;
}
.main_text {
  font-size: 40px;
  font-family: "Circe";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.125;
  text-align: left;
  padding-bottom: 10px;
}
.cost_text {
  font-size: 20px;
  font-family: "HelveticaNeue";
  color: rgb(146, 146, 146);
  line-height: 1.4;
  padding-bottom: 35px;
}
.cost_text_2 {
  font-size: 35px;
  font-family: "Circe";
  color: rgb(254, 213, 4);
  font-weight: bold;
  line-height: 1;
  padding-bottom: 20px;
}
.test_text {
  font-size: 20px;
  font-family: "HelveticaNeue";
  color: rgb(255, 255, 255);
  line-height: 1.4;
}
.button {
  font-size: 20px;
  font-family: "HelveticaNeue";
  color: rgb(1, 1, 1);
  line-height: 1.4;
  font-weight: bold;
  border-color: transparent;
  background: linear-gradient(to bottom, #ffd803, #eeaa0e);
  padding: 22px 44px 22px 44px;
  text-decoration: none;
  border-radius: 5px;
}
.press_button {
  margin-top: 45px;
}
.bold {
  font-weight: bold;
}
.white_text, .white_text span {
	color: #fff;
}
.logo_pos {
  display: inline-block;
  vertical-align: middle;
}
.description_logo_pos_2 {
  font-size: 14px;
  font-family: "HelveticaNeue";
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.286;
  display: inline-block;
  vertical-align: middle;
  padding-left: 35px;
  text-align: left;
  padding-bottom: 8px;
}
.after_button {
  margin-top: 55px;
}
.frame_text {
  font-size: 16px;
  font-family: "HelveticaNeue";
  color: rgb(0, 0, 0);
  line-height: 1.375;
  text-align: center;
  padding-top: 10px;
}
.full_frame {
  background: #fff;
  border-radius: 35px;
  text-align: center;
  margin: 0 auto;
  width: 255px;
  height: 180px;
  display: inline-block;
  vertical-align: top;
  margin: 12px;
}
.check {
  margin-top: -35px;
}
.section_3 {
  text-align: center;
  padding-top: 80px;
}
.section_4 {
  text-align: center;
  padding-top: 80px;
}
.headline_section_4 {
  font-size: 35px;
  font-family: "Circe";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.143;
  text-align: center;
}
.frame_tovar {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}
.radius_tov {
  border-radius: 5px;
}
.description_tovar {
  font-size: 16px;
  font-family: "HelveticaNeue";
  color: rgb(255, 255, 255);
  line-height: 1.375;
  text-align: center;
  padding-top: 10px;
}
.description_metod{
	font-size: 19px;
    background-color: #ffcd0b;
    padding: 20px 0 20px 0;
    position: relative;
    bottom: 80px;
    font-weight: 600;
    font-family: "Circe";
}
@media screen and (max-width: 860px){
   .description_metod{
       font-size: 14px;
       bottom: 65px;
       font-weight: 500;}
}
@media screen and (max-width: 600px){
   .description_metod{
       width: 215px;
       margin-left: auto;
       margin-right: auto;}
}
.row_2 {
  padding-top: 40px;
}
.row_1 {
  padding-top: 40px;
}
.section_5 {
  padding-top: 100px;
  text-align: center;
}
.headline_section_5 {
  font-size: 45px;
  font-family: "Circe";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.full_print {
  display: inline-block;
  margin: 7px;
}
.print_block {
  padding-top: 40px;
}
.print {
  border-radius: 10px;
}
.headline_section_6 {
  font-size: 45px;
  font-family: "Circe";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.111;
  text-align: center;
  padding-bottom: 40px;
}
.yellow {
  color: #fdd504;
}
.section_6 {
  padding-top: 100px;
  text-align: center;
}
.tb_1 {
  display: table;
}
.log {
  margin: 15px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.section_7 {
  text-align: center;
  padding-top: 80px;
}
.cost_fot {
  font-size: 45px;
  font-family: "Circe";
  color: rgb(255, 217, 3);
  font-weight: bold;
  line-height: 1.111;
  text-align: center;
  padding-bottom: 15px;
}
.test_fot {
  font-size: 20px;
  font-family: "HelveticaNeue";
  color: rgb(255, 255, 255);
  line-height: 1.4;
  text-align: center;
  padding-bottom: 30px;
}
.section_8 {
  text-align: center;
  padding-top: 80px;
}


.line {
  border-bottom: 1px solid#949494;
}
.fot_tx {
  padding-top: 50px;
}
.footer_menu {
  padding-top: 20px;
  padding-bottom: 20px;
}
.inline_block1 {
  display: inline-block;
  vertical-align: middle;
  width: 32.5%;
}
.inline_block2 {
  display: inline-block;
  vertical-align: middle;
  width: 32.5%;
}
.inline_block3 {
  display: inline-block;
  vertical-align: middle;
  width: 32.5%;
  text-align: center;
}
.footer_text {
  font-size: 16px;
  font-family: "HelveticaNeue";
  color: rgba(255, 255, 255, 0.451);
  line-height: 1.375;
  text-align: center;
}
.ft_tx {
  font-size: 25px;
  font-family: "HelveticaNeue";
  color: rgba(255, 255, 255, 0.702);
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding-bottom: 10px;
}
footer {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 93px;
  padding-bottom: 70px;
}
.slid {
  position: relative;
  z-index: 1;
}
.slide {
  position: relative;
  z-index: 1;
}


























.x {
  font-size: 20px;
}
.box-modal {
  background: url(../img/bgp.png) center center!important;
  background-size: auto!important;
  background-repeat: no-repeat!important;
  width: 1140px!important;
  height: 717px!important;
  box-shadow: none!important;
  border-radius: 12px!important;
  padding: 0px!important;
}
.left_block {
  float: left;
  width: 57%;
  padding-left: 50px;
  padding-right: 15px;
}
.for_take { 
  font-size: 18px;
  font-family: "HelveticaNeue";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  padding-top: 45px;
}
.border_question {
  background: #fff;
  margin-top: 20px;
  border-radius: 5px;
}
.politika {
  text-decoration: underline;
  color: rgb(154, 152, 152);
}
.db {
  font-size: 18px;
  font-family: "HelveticaNeue";
  color: #8d4161;
  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;
}
.cm {
  font-size: 14px;
  font-family: "HelveticaNeue";
  color: #000;
  line-height: 1.2;
  text-align: center;
  padding: 8px;
  border: 1px;
  border-color: transparent;
  height: 35px;
  border-radius: 5px 0px 0px 5px;
  background: linear-gradient(to right, #ffd903, #eda90f);
}
.span {
  padding-left: 20px;
  padding-right: 20px;
}
.complete {
  width: 20%;
}
.complete_2 {
  width: 30%;
}
.complete_3 {
  width: 45%;
}
.complete_4 {
  width: 60%;
}
.complete_5 {
  width: 75%;
}
.complete_6 {
  width: 90%;
}
.question {
  font-size: 28px;
  font-family: "Circe";
  color: rgb(255, 255, 255);
  line-height: 1.167;
  text-align: left;
  letter-spacing: 0.3px;
  padding-top: 30px;
  padding-bottom: 20px;
}
.text_button {
  font-size: 20px;
  font-family: "HelveticaNeue";
  color: rgb(255, 255, 255);
  line-height: 1.1;
  text-align: left;
  padding-bottom: 10px;
  letter-spacing: 1px;
}
.vertical {
  vertical-align: top;
}
.md {
    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;
}
#button_1_2 {
  width: 18px;
  height: 18px;
}
.nx {
  display: block;
  border: 1px solid#ab5dfd;
  opacity: 0.5;
   background: linear-gradient(to bottom, #ab5dfd, #699cfe);
  border-radius: 5px;
  padding: 15px 50px 15px 50px;
  font-size: 20px;
  font-family: "HelveticaNeue";
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}
.sb {
  background: linear-gradient(to bottom, #ab5dfd, #699cfe);
  border-radius: 5px;
  padding: 15px 50px 15px 50px;
  font-size: 20px;
  font-family: "HelveticaNeue";
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  display: none;
  border: 1px solid#ab5dfd;
}
#button_1_2 {
  display: inline-block;
  vertical-align: middle;
}
.popup-tovar {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;

}
.vertical {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  font-size: 18px;
}
.right_block {
  float: right;
  width: 41%;
  text-align: center;
  height: 716px;
  padding-top: 50px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px 10px 10px 0px;
}
.linee {
  border-bottom: 1px solid#414154;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.linee_2 {
  border-bottom: 1px solid#824f51;
  width: 70%;
  margin: 0 auto;
  margin-top: 15px;
}
.face {
  display: inline-block;
  vertical-align: middle;
}
.description_face {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
.name {
  font-size: 25px;
  font-family: "Circe";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: left;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
.job {
  font-size: 15px;
  font-family: "HelveticaNeue";
  color: rgba(255, 255, 255, 0.49);
  line-height: 1.2;
  text-align: left;
  letter-spacing: 1px;
}
.poli {
  font-family: "HelveticaNeue";
  text-align: left;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
}
#exampleModal_8 {
  padding-right: 50px!important;
  padding-left: 50px!important;
  padding-top: 50px!important;
  background: #800c00!important;
  height: auto!important;
  padding-bottom: 20px!important;
}
.dont_wanna_2 {
  font-size: 45px;
  font-family: "Circe";
  color: rgb(255, 217, 3);
  line-height: 1;
  text-align: center;
  letter-spacing: 0.5px;
  padding-top: 30px;
}
.give {
  font-size: 20px;
  font-family: "HelveticaNeue";
  color: rgb(255, 255, 255);
  line-height: 1.4;
  text-align: center;
  padding-bottom: 15px;
  padding-top: 10px;
}
.forma {
  text-align: center;
}
.form_otstyp_1 {
  text-align: center;
}
.form_otstyp_2 {
  text-align: left;
}
#form_decor_1 {
  border: 1px solid#fff;
  background: #fff;
  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_2 {
  border: 1px solid#fff;
  background: #fff;
  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_3 {
  border: 1px solid#fff;
  background: #fff;
  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_4 {
  border: 1px solid#fff;
  background: #fff;
  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_5 {
  border: 1px solid#fff;
  background: #fff;
  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_10 {
  border: 1px solid#fff;
  background: #fff;
  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_6 {
  border: 1px solid#fff;
  background: #fff;
  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_77 {
  border: 1px solid#fff;
  background: #fff;
  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;
}
.sub {
  color: #ffffff;
  border: 1px;
  border-color: transparent;
  background: linear-gradient(to bottom, #fed703, #eda90f);
  font-size: 20px;
  font-family: "HelveticaNeue";
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-align: center;
  border-radius: 5px;
  width: 260px;
  padding: 20px 0px 20px 0px;
  margin-top: 20px;
  cursor: pointer;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(255,238,0,1);
  -moz-box-shadow: 0px 0px 26px 0px rgba(255,238,0,1);
  box-shadow: 0px 0px 26px 0px rgba(255,238,0,1);
}
.sub_2 {
  color: #ffffff;
  border: 1px;
  border-color: transparent;
  background: linear-gradient(to bottom, #fed703, #eda90f);
  font-size: 20px;
  font-family: "HelveticaNeue";
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-align: center;
  border-radius: 5px;
  width: 260px;
  padding: 20px 0px 20px 0px;
  margin-top: 20px;
  cursor: pointer;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(255,238,0,1);
  -moz-box-shadow: 0px 0px 26px 0px rgba(255,238,0,1);
  box-shadow: 0px 0px 26px 0px rgba(255,238,0,1);
}
#submit_take_1 {

}
.text-11 {
  font-size: 15px;
  font-family: "HelveticaNeue";
  color: rgb(154, 152, 152);
  line-height: 1.2;
  text-align: center;
  padding-top: 30px;
}
.name_2 {
  font-size: 18px;
  font-family: "Circe";
  color: rgb(255, 255, 255);
  line-height: 1.222;
  text-align: left;
  padding-bottom: 15px;
}
.job_2 {
  font-size: 15px;
  font-family: "HelveticaNeue";
  color: rgba(255, 255, 255, 0.49);
  line-height: 1.2;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
}
.job_3 {
  font-size: 15px;
  font-family: "HelveticaNeue";
  color: rgba(255, 255, 255, 0.49);
  line-height: 1.2;
  text-align: left;
}
#exampleModal_11 {
  width: 500px!important;
  height: 320px!important;
  text-align: center;
}
.box-modal_close_2 {
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 11px;
    line-height: 15px;
    color: #999;
    cursor: pointer;
}
.orader_2 {
  text-align: center;
  font-family: "HelveticaNeueBold";
  font-size: 18px;
  padding-top: 25px;
  color: #fff;
}
#form_deco {
    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;
}
#pol_11 {
  color: #fff;
}
#submit_3_2 {
  color: #ffffff;
  border: 0.1px solid#fe679f;
  background: linear-gradient(to bottom, #fdb15a, #fe679f);
  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 34px -2px rgba(253,177,90,1);
-moz-box-shadow: 0px 0px 34px -2px rgba(253,177,90,1);
box-shadow: 0px 0px 34px -2px rgba(253,177,90,1);
}
.text-1111 {
  font-size: 15px;
  font-family: "HelveticaNeue";
  color: rgb(154, 152, 152);
  line-height: 1.2;
  text-align: center;
  padding-top: 10px;
}
.text-1111 {
  font-size: 15px;
  font-family: "HelveticaNeue";
  color: #fff;
  line-height: 1.2;
  text-align: center;
  padding-top: 10px;
}
.tb_1 {
  display: table;
}
.tb_2 {
  display: none;
}
.inl_2 {
  display: none;
}
.bl_sc_6_nope {
  display: none;
}
.tb_4 {
  display: none;
}
.message-disabled_4 {
  margin-left: 157px;
}
.message-disabled_2 {
  margin-left: 145px;
}
.message-disabled_3 {
  margin-left: 225px;
}
.orader_3 {
  font-size: 30px;
  font-family: "Circe";
  color: rgb(255, 255, 255);
  line-height: 1.167;
  text-align: center;
  padding-top: 55px;
  padding-bottom: 20px;
}
.orader_4 {
  font-size: 20px;
  font-family: "HelveticaNeue";
  color: rgb(255, 255, 255);
  line-height: 1.4;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 15px;
}
#exampleModal_5 {
  width: 1140px!important;
  height: 550px!important;
  border-radius: 5px;
}
#exampleModal_100 {
  width: 1140px!important;
  height: 550px!important;
  border-radius: 5px;
}
.forma_2 {
  text-align: center;
}
.text-111 {
  font-size: 15px;
  font-family: "HelveticaNeue";
  color: rgb(154, 152, 152);
  line-height: 1.2;
  text-align: center;
  padding-top: 20px;
}
#pol_6 {
  color: rgb(154, 152, 152);
}
.form_otstyp_2 {
  text-align: center;
}
.left_block_ex-5 {
  float: left;
  padding-left: 40px;
}
.right_block_ex-5 {
  float: right;
  margin-top: 70px;
  margin-right: 60px;
}
.black_back {
  background: rgba(0, 0, 0, 0.5);
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 5px;
  width: 630px;
}
.where {
  font-size: 16px;
  font-family: "HelveticaNeue";
  color: rgb(255, 255, 255);
  line-height: 1.75;
  text-align: center;
}
.input_inline {
  display: inline-block;
}
@media screen and (max-width: 1170px) {
  body {
    background-size: cover;
    background-repeat: no-repeat;
  }
  .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .box-modal {
    width: 950px!important;
  }
  .left_block_ex-5 {
    float: none;
    width: 100%;
    padding-left: 0px;
    text-align: center;
    margin: 0 auto
  }
  .right_block_ex-5 {
    float: none;
    width: 100%;
    text-align: center;
  }
  #exampleModal_5 {
    width: 700px!important;
    background: #800c00!important;
    height: auto!important;
  }
  #exampleModal_100 {
    width: 700px!important;
    background: #800c00!important;
    height: auto!important;
  }
  .black_back {
    width: 100%;
  }
  .print {
    width: 250px;
  }
  .tb_1 {
    margin: 0 auto;
  }
  .log {
    width: 150px;
  }
  .inline_block_frame {
    display: block;
  }
  .inline_block_frame_2 {
    padding-top: 30px;
  }
  .radius_tov {
    width: 150px;
  }
  .t-shirt {
    width: 500px;
    padding-top: 50px;
  }
  .right_logo {
    display: none;
  }
  .headline_section_6 {
    font-size: 40px;
  }
  .headline_section_5 {
    font-size: 40px;
  }
  .width_lightzoom {
    width: 125px;
  }
  .right_block_ex-5 {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 1010px) {
  .left_block {
    float: none;
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .right_block {
    float: none;
    width: 100%;
    margin-top: 25px;
    border-radius: 0px 0px 10px 10px;
  }
  .box-modal {
    width: 715px!important;
    background-size: cover!important;
    height: 1200px!important;
  }
  #exampleModal_2, #exampleModal_1, #exampleModal_3, #exampleModal_77, #exampleModal_4, #exampleModal_5 {
    height: auto!important;
  }
  .message-disabled_2 {
    margin-left: 260px;
  }
}
@media screen and (max-width: 1000px) {
  .left_section_2 {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .right_section_2 {
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  .t-shirt {
    width: 330px;
    padding-top: 0px;
  }
  .main_text {
    text-align: center;
  }
  .right_section_2 {
    padding-top: 25px;
  }
  .no_br {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .description_phone {
    text-align: center;
    padding-top: 10px;
  }
  .description_phone_2 {
    text-align: center;
  }

  .inl_sec_3_2 {
    margin: 0px;
  }
  .inline_sec_3 {
    display: block;
    margin-top: 30px;
  }
  .inline_arrow {
    display: block;
  }
  .section_3 {
    padding-top: 10px;
  }
  .tb_5 {
    text-align: center;
    margin: 0 auto;
    display: none;
  }
  .tb_6 {
    text-align: center;
    margin: 0 auto;
    display: table;
  }
  .td_4 {
    vertical-align: middle;
  }
  .nbr {
    display: none;
  }
  .name_sec_6 {
    font-size: 30px;
  }
  .text_1_sec_4 {
    font-size: 30px;
  }
  .sec_2_text_1 {
    font-size: 45px;
  }
  .name_sec_9 {
    font-size: 30px;
  }
  .tb_2 {
    display: table;
    margin: 0 auto;
  }
  .tb_1 {
    display: none;
  }
  .tb_phone_1 {
    display: table;
    text-align: center;
    margin: 0 auto;
  }
  .section_3 {
    padding-top: 50px;
  }
  .print {
    width: 215px;
  }
}
@media screen and (max-width: 800px) {
  .tb_4 {
    display: block;
  }
  .tb_3 {
    display: none;
  } 
  .tdtd {
    padding-top: 0px;
  }
  .description_phone {
    font-size: 35px;
  }
  .give_question {
    font-size: 35px;
  }
  .description_question {
    font-size: 18px;
  }
  .description_phone_2 {
    font-size: 18px;
  }
  .logo_section_5 {
    font-size: 35px;
  }
  .name_section_6 {
    font-size: 35px;
  }
  .name_section_8 {
    font-size: 35px;
  }
  .inline_block1 {
    display: block;
    width: 100%;
    text-align: center;
  }
  .inline_block2 {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
  .inline_block3 {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
  .section_5 {
    padding-top: 50px;
  }
@media screen and (max-width: 750px) {
  .bb {
    display: none;
  }
  .box-modal {
    width: 420px!important;
  }
  .complete {
    padding-top: 0px;
  }
  .question {
    font-size: 25px;
  }

  .right_block {
    height: auto;
    padding-bottom: 30px;
  }
  #exampleModal_8 {
    height: auto!important;
  }
  .message-disabled_2 {
    margin-left: 118px;
  }
  .popup-tovar {
    display: none;
  }
  .for_take {
    font-size: 14px;
  }
  .description_face {
    padding-left: 0px;
    display: block;
    padding-top: 10px;
  }
  .name_2 {
    text-align: center;
  }
  .job_3 {
    text-align: center;
  }
  .for_take {
    text-align: center;
  }
  .brr {
    display: none;
  }
    #exampleModal_100 {
    width: 280px!important;
  }
  .nash {
    width: 200px;
  }
  .orader_3 {
    font-size: 25px;
  }
  .r {
    display: none;
  }
  #pol_6 {
    color: #fff;
  }
}
@media screen and (max-width: 710px) {
  .nashiv {
    width: 400px;
  }
  .nas-1 {
    width: 150px;
  }
  #slider {
    max-width: 400px;
    height: 430px;
  }
  .headline_section_4, .headline_section_5, .headline_section_6 {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .left_block_header {
    padding-top: 10px;
  }
  .description_phone {
    font-size: 30px;
  }
  .description_question {
    font-size: 15px;
  }
  .description_phone_2 {
    font-size: 15px;
  }
  #exampleModal_11 {
    width: 290px!important;
    height: 360px!important;
  }
  .bz {
    display: none;
  }
  #exampleModal_8 {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  .inline_nas {
    display: block;
    padding-top: 20px;
  }
  .desription_nas {
    font-size: 20px;
  }
  .nas-1 {
    width: 200px;
  }
  .name_logo {
    width: 200px;
  }
  .phone_number_2 {
    display: block;
  }
  .phone_number {
    display: none;
  }
  #exampleModal_5 {
    width: 280px!important;
  }
  .orader_3 {
    font-size: 15px;
  }
  .nash {
    width: 200px;
  }
  #form_decor_5 {
    margin-top: 10px;
  }
    #form_decor_6 {
    margin-top: 10px;
  }
  .clear {
    display: none;
  }
  .where {
    font-size: 14px;
    padding-top: 10px;
  }

  .inline_block_frame_2 {
    padding-top: 0px;
  }
  .full_frame {
    margin-top: 30px;
  }
  .full_print {
    display: block;
    padding-top: 15px;  
  }
  .message-disabled_3 {
    margin-left: 54px;
  }
  .frame_tovar {
    display: block;
    padding-top: 15px;
  }
  .row_2 {
    padding-top: 0px;
  }
  .radius_tov {
    width: 200px;
  }
}
@media screen and (max-width: 500px) {
  .how_many {
    font-size: 50px;
  }
  .what_many {
    font-size: 15px;
  }
  .phone_number {
    font-size: 20px;
  }
  .phone_number_2 {
    font-size: 20px;
  }
  .order_phone {
    font-size: 15px;
  }
  .phon {
    width: 240px;
  }
  .width_lightzoom {
    width: 190px;
  }
  .dis {
    text-align: center;
  }
  .span {
    display: none;
  }
  .popup-br {
    display: block;
    line-height: 0.3;
  }
  .button_1_2 {
    font-size: 17px;
  }
  .db {
    margin-left: 25px;
    padding-top: 10px;
  }
  .give {
    font-size: 17px
  }
  .dont_wanna_2 {
    font-size: 40px;
  }
  .cm {
    font-size: 12px;
  }
  .log {
    margin: 5px;
  }
  .headline_section_4, .headline_section_5, .headline_section_6 {
    font-size: 25px;
  }
  .section_7 {
    padding-top: 50px;
  }
  .cost_fot {
    font-size: 30px;
  }
  .no_br_2 {
    display: none;
  }
  .test_text {
    font-size: 15px;
  }
  .main_text {
    font-size: 30px;
  }
  .t-shirt {
    width: 260px;
  }
  .logo_pos {
    display: block;
  }
  .description_logo_pos_2 {
    display: block;
    text-align: center;
    padding: 0px;
    padding-top: 10px;
  }
  
}
@media screen and (max-width: 480px) {
  .box-modal {
    width: 280px!important;
    height:auto!important;
  }
  #exampleModal_5 {
    width: 275px!important;
    padding-right: 20px;
    padding-left: 20px;
  }
  #exampleModal_100 {
    width: 275px!important;
    padding-right: 20px;
    padding-left: 20px;
  }
  .orader_3 {
    font-size: 20px;
  }
  .orader_4 {
    font-size: 18px;
  }
  .name_section_9 {
    font-size: 18px;
  }
  .complete_2 {
    padding-top: 8px;
  }
  .message-disabled_2 {
    margin-left: 50px;
  }
  .md {
    margin-left: 200px;
  }
  .message-disabled_4 {
    margin-left: 57px;
  }
  .sec_2_text_1 {
    text-align: 35px;
  }
  .text_2_sec_4 {
    font-size: 15px;
  }
  .name_sec_5 {
    font-size: 35px;
  }
  .log_2 {
    width: 80px;
  }
  .nashiv {
    width: 290px;
  }
  .log {
    width: 120px;
  }
  .td_3 {
    padding-right: 0px;
    padding: 10px;
  }
  .button {
    font-size: 15px;
  }
  #slider {
    max-width: 290px;
    height: 320px;
  }
  .text_1_sec_8 {
    font-size: 25px;
  }
  .name_sec_9 {
    font-size: 25px;
  }
  .button {
    padding-left: 5px;
    padding-right: 5px;
  }
  .name_sec_6 {
    font-size: 25px;
  }
  .sec_2_text_1 {
    text-align: 30px!important;
  }
  .face {
    padding-bottom: 10px;
  }
  .md {
    margin-left: 47px;
  }
  .message-disabled {
    margin-left: 20px;
  }
}
@media screen and (max-width: 430px) {
  .lin_2 {
    padding-left: 25px;
  }
  .name_logo {
    font-size: 20px;
  }
  .description_phone {
    font-size: 30px;
  }
  .give_question {
    font-size: 25px;
  }
  .description_question {
    font-size: 15px;
  }
  .description_phone_2 {
    font-size: 15px;
  }
  .logo_section_5 {
    font-size: 25px;
  }
  .name_section_6 {
    font-size: 25px;
  }
  .name_section_8 {
    font-size: 25px;
  }
  .descr_logo {
    font-size: 15px;
  }
  .inline_section_6 {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 500px;
    padding-top: 30px;
  }
  .bl_sc_6_nope {
    text-align: center;
  }
  .pdbott {
    padding-top: 0px;
  }
  .name_section_6 {
    padding-bottom: 10px;
  }
  .phone_number {
    font-size: 18px;
  }
  .phone_number_2 {
    font-size: 18px;
  }
  .question {
    font-size: 20px;
  }
  .cm {
    font-size: 12px;
  }
  .complete_2 {
    padding-top: 8px;
  }
  .dis {
    text-align: center;
  }
  #kik {
    padding-bottom: 10px;
  }
  .db {
    margin: 0px;
  }
  .right_block {
    height: 1000px;
  }
  .description_face {
    padding-left: 0px;
  }
  .name_2 {
    text-align: center;
  }
  .job_2 {
    text-align: center;
  }
  .job_3 {
    text-align: center;
  }
  .left_block_header {
    float: none;
    width: 100%;
    text-align: center;
  }
  .right_block_header {
    float: none;
    text-align: center;
  }
  .name_logo {
    width: 250px;
  }
  .phone_number_2 {
    font-size: 25px;
    text-align: center;
    margin-top: 15px;
  }
  .secsec {
    font-size: 30px;
  }
  .section_4 {
    padding-top: 45px;
  }
}
@media screen and (max-width: 380px) {
  .lin_2 {
    padding-left: 5px;
  }
  .how_many {
    font-size: 40px;
  }
  .what_many {
    font-size: 13px;
  }
  .rr {
    display: none;
  }
  .name_logo {
    font-size: 17px;
  }
  .main_text {
    font-size: 25px;
  }
  .cost_text {
    font-size: 15px;
  }
  .cost_text_2 {
    font-size: 25px;
  }
  .headline_section_4, .headline_section_5, .headline_section_6 {
    font-size: 20px;
  }
  .log {
    margin: 0px;
  }
}
input#maket_file_upload {
    WIDTH: 100%;
}

