@charset "UTF-8";
header {
  background-color: rgba(51, 146, 184, 0.8);
  height: 60px;
  width: 100%;
  position: fixed;
  z-index: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}

main {
  height: 100%;
  background-color: #F0F7F7;
}

footer {
  background-color: #3392b8;
  height: 60px;
  width: 100%;
}

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

.write_paral {
  position: absolute;
  height: 460px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  z-index: 102;
}

.spec_back {
  z-index: 101;
  position: fixed;
  height: 500px;
  background-color: rgba(3, 55, 155, 0.63);/*rgba(29, 107, 135, 0.6);*/
  width: 100%;
}

.photowrap {
  height: 400px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}

.photowrap img {
  width: 100%;
  min-height: 500px;
}

.chuikov_header {
  color: white;
  font-family: Consolas, 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', Monaco, 'Courier New', monospace;
  font-style: italic;
  float: left;
  height: 60px;
  margin-left: 10px;
  padding-right: 20px;
  font-size: 22px;
  line-height: 60px;
  padding-left: 50px;
  background: url(http://chuikov.net/web_studio/css/image/logo2.png) no-repeat;
  background-size:50px 45px;
  background-position-y: center;
}

.chuikov_a_header {
  text-decoration: none;
  color: white;
  text-shadow: 0px 0px 4px #B0B0B0;
}

.h1_chuikov {
  margin: 0;
}

.after_footer {
  /*background-color:#1D6b87;*/
  background: url(file:///Macintosh%20HD/Users/Documents/%D0%A1%D0%B0%D0%B9%D1%82%20%D0%B1%D0%B5%D0%B7%20%D0%B8%D0%BC%D0%B5%D0%BD%D0%B8%202/ebb675fb8c2c5fcde3a132318d9e3d3bd21d1b3b.jpg);
  background-size: contain;
  height: 300px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}

.order {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  padding: 14px;
  padding-top: 9px;
  padding-bottom: 9px;
  border: 2px solid #E4b34b;
  background-color: #FFD262;
  font-weight: 1200;
  border-radius: 30px;
}

.main_menu_right {
  float: right;
  height: 60px;
  line-height: 60px;
  margin-right: 30px;
}

.main_menu {
  display: block;
  cursor: pointer;
  float: left;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 1222px) {
  .main_menu {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 1164px) {
  .main_menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main_menu_right {
    margin-right: 25px;
  }
}
@media screen and (max-width: 1117px) {
  .main_menu {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main_menu_right {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1075px) {
  .main_menu {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main_menu_right {
    margin-right: 15px;
  }
}
@media screen and (max-width: 1030px) {
  .main_menu {
    padding-left: 5px;
    padding-right: 5px;
  }

  .main_menu_right {
    margin-right: 10px;
  }
}
@media screen and (max-width: 983px) {
  .main_menu {
    padding-left: 5px;
    padding-right: 5px;
  }

  .main_menu_right {
    margin-right: 3px;
  }
}
@media screen and (max-width: 977px) {
  .main_menu {
    padding-left: 5px;
    padding-right: 5px;
  }

  .main_menu_right {
    margin-right: 3px;
  }

  .order {
    font-size: 16px;
    padding: 14px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media screen and (max-width: 956px) {
  .main_menu {
    padding-left: 5px;
    padding-right: 5px;
  }

  .main_menu_right {
    margin-right: 3px;
  }

  .order {
    font-size: 16px;
    padding: 9px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
.hed_1 {
  /*	width: 55%;
   background-color: rgba(222, 63, 65, 1.00); */
  /*height: 60px;*/
  float: right;
  margin-right: 30px;
  /*margin-right:40px;*/
  /*
  display: flex;
  flex-direction: row;
  justify-content: center;*/
}

@media screen and (max-width: 1075px) {
  .hed_1 {
    margin-right: 5px;
  }
}
@media screen and (max-width: 970px) {
  .hed_1 {
    margin-right: 0px;
  }
}
.span_main_menu {
  font-weight: 900;
}

.img_main {
  float: left;
  padding-right: 20px;
}

.r {
  display: block;
  position: relative;
  height: 30px;
  line-height: 30px;
  min-width: 100px;
  text-align: center;
  margin-top: 12px;
  border: 3px solid rgba(51, 146, 184, 0);
  border-radius: 10px;
  padding-left: 4px;
  padding-right: 4px;
}

.r2 {
  display: block;
  position: relative;
  height: 30px;
  line-height: 30px;
  min-width: 100px;
  margin-top: 12px;
  border: 3px solid rgba(51, 146, 184, 0);
  border-radius: 10px;
  padding-left: 4px;
  padding-right: 4px;
}

.r2_1 {
  padding-left: 7px;
}

.hover_menu_item {
  border: 3px solid #FFFFFF;
  background-color: #fff;
  color: #3392b8;
}

.main_menu_link {
  text-decoration: none;
}

.main_menu_link2 {
  text-decoration: none;
  padding-right: 10px;
}

.order_big {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #FFF;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  width: 280px;
  text-align: center;
  border: 2px solid #E4b34b;
  border-bottom: 4px solid #E4b34b;
  background-color: #FFD262;
  font-weight: 1200;
  border-radius: 35px;
}

.grey {
  position: fixed;
  width: 100%;
  height: 110%;
  background-color: #000;
  z-index: 1000;
  opacity: 0.8;
  display: none;
}

.order_form {
  position: fixed;
  width: 800px;
  min-height: 470px;
  height: auto;
  background-color: #FFFFFF;
  left: 50%;
  top: 50%;
  margin-top: -230px;
  margin-left: -400px;
  display: none;
  z-index: 1001;
}

.order_form_show {
  width: 800px;
  min-height: 470px;
  height: auto;
  background-color: #FFFFFF;
  margin: 0 auto;
  border-radius: 10px;
  margin-top: 70px;
}

.h2_order {
  color: #4B4B4B;
  font-weight: 200;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}

.order_field {
  outline: none;
  height: 40px;
  line-height: 40px;
  width: 300px;
  font-size: 21px;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  color: #272733;
  border-width: 1px;
  border-color: #bebebe;
  border-style: solid;
  margin-left: 20px;
  resize: none;
  vertical-align: center;
  border-radius: 0px;
  width: 600px;
  margin-left: 25px; 
  border-bottom: 4px solid rgba(1,231,202,1.00);
}

.order_field:focus {
  border: 1px solid #006898;
  border-bottom: 4px solid rgba(1,231,202,1.00);
  vertical-align: center;
  /*box-shadow:  0 0px 7px #006898;*/
}

.order_textarea {
  outline: none;
  min-height: 212px;
  height: 100%;
  resize: vertical;
  width: 350px;
  font-size: 21px;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  color: #272733;
  border: 1px solid #bebebe;
  margin-right: 20px;
  margin-top: 28px;
}

.order_textarea:focus {
  border: 1px solid #006898;
  /*box-shadow:  0 0px 7px #66AFE9;*/
}

.right_text {
  float: right;
  padding-bottom: 80px;
}

.triangle-down {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid white;
  border-bottom: none;
  margin-top: 12px;
  margin-left: 10px;
  position: absolute;
}

.hover_triangle_item_zero {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #3392b8;
}

.hover_triangle_item {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: none;
  border-bottom: 8px solid #3392b8;
}

.order_first {
  height: 40px;
  line-height: 40px;
}

.order_second {
  margin-top: 10px;
}

::-webkit-input-placeholder {
  font-weight: lighter;
  color: #BDBDBD;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease;
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}

::-moz-placeholder {
  color: #BDBDBD;
  opacity: 1;
  transition: opacity 0.3s ease;
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}

:-moz-placeholder {
  color: #BDBDBD;
  opacity: 1;
  transition: opacity 0.3s ease;
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}

:-ms-input-placeholder {
  color: #BDBDBD;
  opacity: 1;
  transition: opacity 0.3s ease;
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}

.pred_captcha {
  height: 30px;
  line-height: 30px;
  margin-left: 20px;
  margin-top: -10px;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  color: #444444;
}

[name=name] {
  background: no-repeat url(image/ico_input_user_red.png);
  background-position-y: center;
  background-position-x: 10px;
  padding-left: 50px;
  background-size:30px 30px;
}

[name=phone] {
  background: no-repeat url(image/ico_input_phone_red.png);
  background-position-y: center;
  background-position-x: 10px;
  padding-left: 50px;
  background-size:30px 30px;
}

[name=email] {
  background: no-repeat url(image/ico_input_envelope_red.png);
  background-position-y: center;
  background-position-x: 10px;
  padding-left: 50px;
  background-size:30px 30px;
}

[name=captcha] {
  width: 348px;
}

.error {
  background-color: #FF5554;
  color: #FFFFFF;
  width: 351px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-left: 3px;
  margin-top: -5px;
  opacity: 0;
  margin-left: 20px;
}

.error_span {
  background-color: #FF5554;
  color: #FFFFFF;
  width: 356px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-left: 3px;
  margin-top: 6px;
  opacity: 0;
  margin-left: -1px;
}

.error_textarea {
  background-color: #FF5554;
  color: #FFFFFF;
  width: 353px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: -5px;
  padding-left: 3px;
  opacity: 0;
}

.close_dost {
  position: absolute;
  left: 100%;
  margin-left: -40px;
}

#triangle-down {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid white;
  position: absolute;
  margin-top: 27px;
  margin-left: -25px;
}

#triangle-down_big {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 40px solid #1D6b87;
  left: 50%;
  margin-left: -30px;
  position: relative;
}

#triangle-down_div {
  width: 100%;
  height: 0;
  margin-bottom: 70px;
  margin-top: -1px;
}

.answer {
  background-color: rgba(255, 255, 255, 0.9);
  width: 700px;
  height: 300px;
  left: 50%;
  margin-left: -380px;
  margin-top: 60px;
  position: fixed;
  z-index: 900;
  display: none;
  border: 2px solid #3494ba;
}

@media screen and (max-width: 1055px) {
  .answer {
    background-color: rgba(255, 255, 255, 0.9);
    width: 700px;
    height: 300px;
    left: 50%;
    margin-left: -350px;
    margin-top: 60px;
    position: fixed;
    z-index: 900;
    display: none;
    border: 2px solid #3494ba;
  }
}
.after_footer_content_h1 {
  color: #89D6F3;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  font-size: 40px;
  margin: 0;
  margin-top: 60px;
  text-shadow: 0 0 2px black;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0;
  margin-top: 50px;
}

.h1_an {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  margin-top: 0px;
  /*background-color: rgba(29,107,135,0.9);*/
}

.an_1 {
  margin-left: -200px;
  margin-top: 50px;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  display: inline-block;
  opacity: 0;
}

.an_1_active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  margin-left: 0px;
  margin-top: 0px;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  /*background-color: rgba(29,107,135,0.9);*/
}

.an_2 {
  opacity: 0;
  margin-left: -200px;
  margin-top: 50px;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  display: inline-block;
}

.an_2_active {
  opacity: 1;
  margin-left: 0px;
  margin-top: 0px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  /*background-color: rgba(29,107,135,0.9);*/
}

.main_an_1 {
  margin-top: 50px;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  display: inline-block;
  opacity: 0;
}

.main_an_1_active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  margin-top: 0px;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  /*background-color: rgba(29,107,135,0.9);*/
}

.main_an_2 {
  opacity: 0;
  margin-top: 50px;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  display: inline-block;
}

.main_an_2_active {
  opacity: 1;
  margin-top: 0px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  /*background-color: rgba(29,107,135,0.9);*/
}

.main_an_3 {
  opacity: 0;
  margin-top: 50px;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  display: inline-block;
}

.main_an_3_active {
  opacity: 1;
  margin-top: 0px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 1.9s;
          transition-duration: 1.9s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  /*background-color: rgba(29,107,135,0.9);*/
}

.after_footer_content {
  color: #FFFFFF;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  font-size: 18px;
  text-shadow: 0 0 2px black;
}

.first_block {
  margin-bottom: 0;
  margin-top: 5px;
}

.no_first_block {
  width: 100%;
  position: relative;
  height: auto;
  padding-bottom: 30px;
}

.text_first_block {
  width: 94%;
  margin-left: 3%;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  color: #272733;
  float: left;
  height: 100%;
  margin-top: 50px;
}

.h1_main_part {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  color: #272733;
  font-weight: 500;
}

.clear {
  clear: left;
}

.price {
  border-radius: 0px 0px 10px 10px;
  background-color: #45366E;
  width: 100%;
  height: 60px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.price_h {
  color: #FFFFFF;
  margin: 0;
  font-size: 40px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  font-weight: 500;
}

.price_span {
  color: #FFFFFF;
  margin: 0;
  font-size: 10px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

.left {
  float: left;
  width: 50%;
}

.text {
  background-color: #FFFFFF;
  border-radius: 10px 10px 0 0;
  padding: 1%;
  line-height: 30px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background-color: #F0F7F7;
  width: 100%;
  position: absolute;
  margin-top: 460px;
  z-index: 101;
  -webkit-transform: translate3d(0, 0, 0);
}

.img {
  position: fixed;
  width: 100%;
  height: auto;
  margin: 0;
  z-index: 100;
  -webkit-filter: saturate(230%);
}

.header_div_fon {
  position: fixed;
  width: 100%;
  height: 250px;
  margin: 0;
  z-index: 100;
  background-color: #1d6b87;
}

.bottom {
  clear: both;
  background-color: #F0F7F7;
}

.feature {
  background-color: #D5EAE9;
  width: 370px;
  height: 230px;
  float: left;
  margin-right: 0px;
  opacity: 0;
  margin-left: 0px;
  -webkit-transform: scale(0.8);
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  border-radius: 15px;
}

.opacity_feature {
  -webkit-transform: scale(1);
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}

.feature:nth-child(3) {
  margin-right: 0px !important;
}

.center {
  margin: 0 auto !important;
  width: 1170px;
}

.feature_2 {
  margin-top: 30px;
}

.feature_ikon {
  width: 100px;
  height: 120px;
  background-size: 120px 120px;
  background-position-y: top;
  margin-top: -5px;
  margin-left: 15px;
  padding-right: 10px;
  float: left;
}

.text_feature {
  float: left;
  color: #272733;
  height: 100%;
}

.feature_span {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  font-size: 21px;
  color: #181824;
  display: block;
}

.feature_span_2 {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
}

.f_s {
  width: 240px;
  padding-top: 15px;
}

.rub {
  font-family: 'ALSRubl-Arial', Arial, sans-serif;
  line-height: normal;
  font-weight: normal;
}

.li_img {
  float: left;
  padding-right: 10px;
  margin-left: 10px;
}

.text_li {
  height: 32px;
  line-height: 32px;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  text-transform: uppercase;
  width: 350px;
}

.li {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 5px;
  cursor: pointer;
}

.right {
  float: right;
}

.li_main_a {
  color: #242733;
  text-decoration: none;
}

.li_main_a:hover {
  color: #0072B2;
  text-decoration: underline;
}

#triangle {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 40px solid #F0F7F7;
  position: absolute;
  top: 0%;
  margin-top: -2px;
  left: 50%;
  margin-left: -30px;
}

#triangle_green {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 40px solid #D5EAE9;
  position: absolute;
  top: 0%;
  margin-top: -2px;
  left: 50%;
  margin-left: -30px;
}

#triangle_green_last {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 40px solid #D5EAE9;
  position: absolute;
  top: 0%;
  margin-top: -2px;
  left: 50%;
  margin-left: -30px;
}

#triangle_green_predlast {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 40px solid #D5EAE9;
  position: absolute;
  top: 0%;
  margin-top: -2px;
  left: 50%;
  margin-left: -30px;
}

#triangle_light_green_last {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 40px solid #F0F7F7;
  position: absolute;
  top: 0%;
  margin-top: -2px;
  left: 50%;
  margin-left: -30px;
}

.second_no_first_block {
  width: 100%;
  background-color: #D5EAE9;
  min-height: 300px;
  height: 100%;
  padding-bottom: 30px;
  position: relative;
  padding-top: 30px;
}

.slider {
  width: 90%;
  margin: 0 auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

:focus {
  outline: none !important;
}

.img_max {
  max-height: 300px;
  overflow: hidden;
  border: 5px solid #1fbce3;
  border-radius: 20px;
}

.portfolio {
  display: none;
  z-index: 1001;
  position: absolute;
  width: 100%;
  height: auto;
}

.portfolio_img_big {
  width: 800px;
  position: absolute;
  left: 50%;
  margin-left: -400px;
}

.portfolio_img {
  cursor: pointer;
}

.close_portfoli {
  position: fixed;
  top: -8px;
  right: 0px;
}

.close_portfoli:after {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2.2em;
  content: "\2A2F";
  cursor: pointer;
}

.close {
  /*background-color:rgba(165,143,222,1.00);*/
  border: 4px solid #a58fde;
  width: 50px;
  height: 50px;
  border-radius: 60px;
  line-height: 45px;
  cursor: pointer;
  z-index: 1001;
  position: fixed;
  left: 100%;
  margin-left: -70px;
  margin-top: 10px;
}

.close_text {
  font-family: Verdana;
  font-size: 50px;
  font-weight: bold;
  /*color:#FFFFFF;*/
  color: #a58fde;
  text-align: center;
}

.feature_ikon_simple {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border: 3px solid #1fbce3;
  border-radius: 80px;
  margin-top: 20px;
}

.feature_ikon_big {
  width: 230px;
  height: auto;
  min-height: 230px;
  margin-top: 10px;
  margin-left: 80px;
  float: left;
}

.all_reserved {
  color: white;
  font-family: Consolas, 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', Monaco, 'Courier New', monospace;
  font-size: 13px;
}

.container_auto_center {
  width: 1180px;
  margin: 0 auto;
  /*background-color:rgba(249,7,11,1.00);*/
}

.text_feature_company {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  color: #272733;
  font-weight: 900;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  text-align: center;
  margin-top: 180px;
  font-size: 18px;
  font-style: italic;
  /*text-shadow: 0px 0px 1px #000;*/
  line-height: 30px;
}

#preloader {
  background: #FFFFFF url(image/box-3.gif) no-repeat center center;
  width: 32px;
  height: 32px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  position: fixed;
}

.div_advant {
  margin-left: 5%;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}

.li_item {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-direction: column;
}

.img_li_item {
  width: 50%;
  height: auto;
  margin-left: 25%;
  display: block;
}

.text_item {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  text-align: center;
}

.h4_item {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  margin: 0;
  margin-top: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.text_span_item {
  margin-top: 15px;
  line-height: 30px;
}

.flex_round {
  margin-top: 50px;
  margin-left: 5%;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
}

.round_block {
  width: 30%;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-direction: column;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  text-align: center;
  line-height: 25px;
}

.js-ex {
  font-size: 17px !important;
  color: #636363 !important;
  background-color: #fff !important;
  height: 35px;
  border: 1px solid #B1B1B1;
  border-color: #B1B1B1;
  line-height: 40px !important;
  width: 357px !important;
  border-radius: 0px !important;
  outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 49px !important;
}

.select2-container .select2-selection--single {
  height: 49px !important;
  line-height: 49px !important;
  font-size: 18px !important;
  width: 357px !important;
  margin-bottom: -7px !important;
  border-bottom: 4px solid rgba(1,231,202,1.00);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px !important;
}

.select2-container .select2-search__field {
  margin-left: -1px !important;
}

.bor {
  border: none;
  width: 357px;
  height: 49px;
  border-radius: 0px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0px !important;
}

.box-row {
  width: 350px;
  border: 5px solid #1fbce3;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.two {
  margin-top: 10px;
}

.img_port {
  opacity: 1;
  cursor: pointer;
}

.big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 92%;
  margin-left: 4%;
}

.fon {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.9);
  height: 350px;
  width: 350px;
  z-index: 999;
  margin-top: -350px;
  margin-left: 0px;
  margin-bottom: 0px;
  opacity: 0;
  position: relative;
  outline: 3px solid #fff;
  outline-offset: -20px;
}

.spec_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tittle_img {
  position: absolute;
  color: white;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
  width: 190px;
  height: 140px;
  left: 50%;
  margin-left: -95px;
  top: 50%;
}

.title_name {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 10px;
}

.title_descr {
  text-align: center;
  font-size: 15px;
  padding-bottom: 10px;
  width: 190px;
}

.title_descr_2 {
  width: 190px;
  text-align: center;
  padding-top: 10px;
  text-transform: uppercase;
  font-size: 16px;
}

.button_see {
  color: #fff;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  text-transform: uppercase;
  font-size: 25px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  border: 2px solid #fff;
  cursor: pointer;
}

.up_class {
  -webkit-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.block_switch_portfolio {
  text-align: center;
  height: 100px;
  line-height: 100px;
}

.switch_port_item {
  margin-right: 50px;
  color: #272733;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border: solid #52bee9 2px;
  cursor: pointer;
}

.switch_port_item:hover {
  background-color: #52bee9;
  color: white;
}

.block_switch_portfolio > a:last-child {
  margin-right: 0px;
}

.block_switch_portfolio > a:first-child {
  background-color: #52bee9;
  color: white;
}

#seven {
  padding-bottom: 50px;
  min-height: 1000px;
}

.main_scheme {
  background-color: #F0F7F7;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  color: #272733;
  position: relative;
  padding-top: 30px;
}

.main_scheme:first-child {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-justify-content: space-around;
}

.img_scheme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  height: 450px;
}

.text_scheme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-direction: column;
  min-height: 400px;
  height: auto;
  width: 500px;
}

.text_scheme_high {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-direction: column;
  height: 450px;
  width: 500px;
}

.text_scheme_block {
  line-height: 27px;
  font-size: 17px;
}

.img_block {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-align-self: center;
}

.head_scheme {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  text-transform: uppercase;
  line-height: 30px;
}

.cvadr {
  min-width: 70px;
  min-height: 70px;
  border-radius: 5px;
  background-color: #01e7ca;
  color: #F0F7F7;
              /*
background-color:rgba(245,43,46,1.00);*/
}

.cvadr:before {
  content: "\2714";
  color: #F0F7F7;
  padding: 1px;
}

.after_cvadr {
  margin-left: 20px;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}

.two_text_li_scheme {
  padding-top: 20px;
  color: #6e6e6e;
}

.li_scheme {
  padding-bottom: 15px;
}

.second_scheme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-justify-content: space-around;
}

.h2_progress_bar {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: lighter;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}

.scheme_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding-top: 40px;
  padding-bottom: 20px;
}

.left_scheme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.right_scheme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_scheme {
  padding-bottom: 20px;
  padding-top: 30px;
}

.scheme_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-direction: column;
  height: auto;
  width: 500px;
}

@media screen and (max-width: 1023px) {
  .scheme_text {
    width: 400px;
  }
}
.main_about_company {
  width: 100%;
  background-color: #fbfdfe;
}

.type_uslug {
  width: 100%;
  padding-bottom: 10px;
  background-color: #fbfdfe;
}

.left_about_company {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.right_about_company {
  float: right;
  width: 40%;
  height: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.h2_about_company {
  text-transform: uppercase;
}

.ps_about_company {
  color: #7B7B7B;
  padding-bottom: 20px;
  font-style: italic;
  line-height: 25px;
}

.text_about_company {
  color: #333;
  line-height: 25px;
}

.center_vertic_about_company {
  width: 90%;
  padding-bottom: 20px;
}

.gif_img {
  width: 400px;
  display: block;
}

.green {
  width: 100%;
  background-color: #F0F7F7;
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
}

#triangle_white {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 40px solid #fff;
  margin: 0 auto;
  margin-top: -1px;
}

#triangle_white_green {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 40px solid #fbfdfe;
  position: absolute;
  top: 0%;
  margin-top: -2px;
  left: 50%;
  margin-left: -30px;
}

.ul_uslug {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
}

.li_uslug_f {
  padding-top: 30px;
  border-bottom: 1px solid #dadada;
  width: 400px;
  height: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.li_uslug {
  padding-top: 50px;
  width: 400px;
  height: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ul_uslug > .li_uslug_f:nth-child(-n+2) {
  border-right: 1px solid #dadada;
}

.ul_uslug > .li_uslug:nth-child(-n+2) {
  border-right: 1px solid #dadada;
}

@media screen and (min-width: 1080px) and (max-width: 1120px) {
  .li_uslug_f {
    width: 360px;
  }

  .li_uslug {
    width: 360px;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1203px) {
  .li_uslug_f {
    width: 380px;
  }

  .li_uslug {
    width: 380px;
  }
}
@media screen and (min-width: 1204px) {
  .li_uslug_f {
    width: 400px;
  }

  .li_uslug {
    width: 400px;
  }
}
/*--------------------Mini uslugi---------------------*/
.li_uslug_f_mini {
  padding-top: 30px;
  border-bottom: 1px solid #dadada;
  width: 490px;
  height: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.li_uslug_mini {
  padding-top: 50px;
  width: 490px;
  height: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ul_uslug > .li_uslug_f_mini:nth-child(-n+1) {
  border-right: 1px solid #dadada;
}

.ul_uslug > .li_uslug_mini:nth-child(-n+1) {
  border-right: 1px solid #dadada;
}

@media screen and (max-width: 983px) {
  .li_uslug_f_mini {
    width: 450px;
  }

  .li_uslug_mini {
    width: 450px;
  }
}
@media screen and (min-width: 984px) and (max-width: 1070px) {
  .li_uslug_f_mini {
    width: 490px;
  }

  .li_uslug_mini {
    width: 490px;
  }
}
/*--------------------------------------------------*/
.title_uslugi {
  margin-top: 25px;
  text-align: center;
  line-height: 25px;
}

.a_usluga {
  color: #242733;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.a_usluga:hover {
  color: #0072B2;
  text-decoration: underline;
}

.uslugi_mini {
  color: #6D6D6D;
  font-style: italic;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  font-size: 14px;
  line-height: 22px;
}

.description_uslugi {
  margin-top: 5px;
  text-align: center;
}

.descr_usl {
  margin-top: 10px;
  font-size: 20px;
  text-align: left;
  line-height: 30px;
}

.cvadr_uslugi {
  min-width: 70px;
  min-height: 70px;
  border-radius: 5px;
  /*background-color:rgba(1,231,202,1.00);*/
  color: #a58fde;
                             /*
background-color:rgba(245,43,46,1.00);*/
}

.cvadr_uslugi:before {
  content: "\2714";
  /*color:rgba(165,143,222,1.00);*/
  padding: 1px;
}

.after_cvadr_uslugi {
  margin-left: 20px;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}

.text_span_item_2 {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  color: #272733;
  font-weight: 900;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  font-style: italic;
  /*text-shadow: 0px 0px 1px #000;*/
  line-height: 30px;
}

.write_paral_main_page {
  position: absolute;
  height: 460px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  z-index: 102;
}

@media screen and (max-width: 1100px) {
  .write_paral_main_page {
    margin-top: -20px;
  }
}
@media screen and (min-width: 1200px) {
  .write_paral_main_page {
    margin-top: 30px;
  }
}
.after_footer_content_h1_main_page {
  color: white;
  margin-bottom: 30px;
  font-size: 50px;
  margin-left: 20%;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  opacity: 0;
}

.h1_an_main {
  margin-left: 5%;
  opacity: 1;
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  /*background-color: rgba(29,107,135,0.9);*/
}

.after_footer_content_main_page {
  color: white;
  width: 600px;
  line-height: 30px;
  margin-left: 5%;
  font-size: 22px;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}

.block_seo_1 {
  background-color: #F0F7F7;
  padding-top: 30px;
  width: 100%;
}

.internal_block_seo_2 {
  padding-top: 0px;
}

.block_seo_2 {
  background-color: #D5EAE9;
  position: relative;
  padding-top: 30px;
}

.left_seo_optimization_page {
  background-color: #F0F7F7;
  padding-left: 20px;
}

.right_scheme_seo_optimization_page {
  background-color: #F0F7F7;
  padding-left: 20px;
}

.main_scheme_seo_optimization_page {
  padding-bottom: 20px;
  background-color: #F0F7F7;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  color: #272733;
}

.h1_main_part_seo_optimization_page {
  padding-bottom: 20px;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  color: #272733;
  font-weight: 500;
}

.text_scheme_seo_optimization_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-direction: column;
  height: auto;
  width: 500px;
}

.head_scheme_seo_optimization_page {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  text-transform: uppercase;
  line-height: 30px;
}

.text_scheme_block_seo_optimization_page {
  line-height: 27px;
  font-size: 17px;
  padding-right: 5px;
}

.two_text_li_scheme_seo_optimization_page {
  margin-top: 20px;
  color: #6e6e6e;
  padding-bottom: 20px;
}

.two_text_li_scheme_seo_optimization_page:last-child {
  padding-bottom: 40px;
}

.li_scheme_seo_optimization_page:last-child {
  padding-bottom: 10px;
}

.li_scheme_seo_optimization_page {
  padding-bottom: 15px;
  padding-right: 5px;
}

.div_advant_seo_optimization_page {
  margin-left: 5%;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  padding-bottom: 20px;
}

.li_item_seo_optimization_page {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-direction: column;
}

.img_li_item_seo_optimization_page {
  width: 50%;
  height: auto;
  margin-left: 25%;
  display: block;
}

.text_item_seo_optimization_page {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  text-align: center;
}

.h4_item_seo_optimization_page {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  margin: 0;
  margin-top: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.text_span_item_seo_optimization_page {
  margin-top: 15px;
  line-height: 30px;
}

.block_advert_1 {
  background-color: #F0F7F7;
  padding-top: 30px;
  width: 100%;
}

.internal_block_advert_2 {
  padding-top: 0px;
}

.block_advert_2 {
  background-color: #D5EAE9;
  position: relative;
  padding-top: 30px;
}

.left_advert_page {
  background-color: #F0F7F7;
  padding-left: 20px;
}

.right_scheme_advert_page {
  background-color: #F0F7F7;
  padding-left: 20px;
}

.main_scheme_advert_page {
  padding-bottom: 20px;
  background-color: #F0F7F7;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  color: #272733;
}

.h1_main_part_advert_page {
  padding-bottom: 20px;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  color: #272733;
  font-weight: 500;
}

.text_scheme_advert_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-direction: column;
  height: auto;
  width: 500px;
}

.head_scheme_advert_page {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  text-transform: uppercase;
  line-height: 30px;
}

.text_scheme_block_advert_page {
  line-height: 27px;
  font-size: 17px;
  padding-right: 5px;
}

.two_text_li_scheme_advert_page {
  margin-top: 20px;
  color: #6e6e6e;
  padding-bottom: 20px;
}

.two_text_li_scheme_advert_page:last-child {
  padding-bottom: 40px;
}

.li_scheme_advert_page:last-child {
  padding-bottom: 20px;
}

.li_scheme_advert_page {
  padding-bottom: 15px;
  padding-right: 5px;
}

.div_advant_advert_page {
  margin-left: 5%;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  padding-bottom: 20px;
}

.li_item_advert_page {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-direction: column;
}

.img_li_item_advert_page {
  width: 50%;
  height: auto;
  margin-left: 25%;
  display: block;
}

.text_item_advert_page {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  text-align: center;
}

.h4_item_advert_page {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  margin: 0;
  margin-top: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.text_span_item_advert_page {
  margin-top: 15px;
  line-height: 30px;
}

.block_crease_conversion_1 {
  background-color: #F0F7F7;
  padding-top: 30px;
  width: 100%;
}

.internal_block_crease_conversion_2 {
  padding-top: 0px;
}

.block_crease_conversion_2 {
  background-color: #D5EAE9;
  position: relative;
  padding-top: 30px;
}

.left_crease_conversion_page {
  background-color: #F0F7F7;
  padding-left: 20px;
}

.right_scheme_crease_conversion_page {
  background-color: #F0F7F7;
  padding-left: 20px;
}

.main_scheme_crease_conversion_page {
  padding-bottom: 20px;
  background-color: #F0F7F7;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  color: #272733;
}

.h1_main_part_crease_conversion_page {
  padding-bottom: 20px;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  color: #272733;
  font-weight: 500;
}

.text_scheme_crease_conversion_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-direction: column;
  height: auto;
  width: 500px;
}

.head_scheme_crease_conversion_page {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  text-transform: uppercase;
  line-height: 30px;
}

.text_scheme_block_crease_conversion_page {
  line-height: 27px;
  font-size: 17px;
  padding-right: 5px;
}

.two_text_li_scheme_crease_conversion_page {
  margin-top: 20px;
  color: #6e6e6e;
  padding-bottom: 20px;
}

.two_text_li_scheme_crease_conversion_page:last-child {
  padding-bottom: 40px;
}

.li_scheme_crease_conversion_page:last-child {
  padding-bottom: 20px;
}

.li_scheme_crease_conversion_page {
  padding-bottom: 15px;
  padding-right: 5px;
}

.div_advant_crease_conversion_page {
  margin-left: 5%;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  padding-bottom: 20px;
}

.li_item_crease_conversion_page {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-direction: column;
}

.img_li_item_crease_conversion_page {
  width: 50%;
  height: auto;
  margin-left: 25%;
  display: block;
}

.text_item_crease_conversion_page {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  text-align: center;
}

.h4_item_crease_conversion_page {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  margin: 0;
  margin-top: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.text_span_item_crease_conversion_page {
  margin-top: 15px;
  line-height: 30px;
}

.ramk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  border: 1px solid #01e7ca;
  width: 90%;
  margin-left: 5%;
  margin-top: 30px;
  border-radius: 15px;
  -webkit-transform: scale(0.8);
  opacity: 0;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}

.opacity_ramk {
  -webkit-transform: scale(1);
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}

.ramk_left {
  margin-left: 30px;
  width: 70%;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  font-size: 24px;
  line-height: 40px;
}

.ramk_right {
  width: 50%;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  padding-bottom: 15px;
  padding-top: 15px;
}

.block_technical_support_1 {
  background-color: #F0F7F7;
  padding-top: 30px;
  width: 100%;
}

.internal_block_technical_support_2 {
  padding-top: 0px;
}

.block_technical_support_2 {
  background-color: #D5EAE9;
}

.left_technical_support_page {
  background-color: #F0F7F7;
  padding-left: 20px;
}

.right_scheme_technical_support_page {
  background-color: #F0F7F7;
  padding-left: 20px;
}

.main_scheme_technical_support_page {
  padding-bottom: 20px;
  background-color: #F0F7F7;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  color: #272733;
}

.h1_main_part_technical_support_page {
  padding-bottom: 20px;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  color: #272733;
  font-weight: 500;
}

.text_scheme_technical_support_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-direction: column;
  height: auto;
  width: 500px;
}

.head_scheme_technical_support_page {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  text-transform: uppercase;
  line-height: 30px;
}

.text_scheme_block_technical_support_page {
  line-height: 27px;
  font-size: 17px;
  padding-right: 5px;
}

.two_text_li_scheme_technical_support_page {
  margin-top: 20px;
  color: #6e6e6e;
  padding-bottom: 20px;
}

.two_text_li_scheme_technical_support_page:last-child {
  padding-bottom: 40px;
}

.li_scheme_technical_support_page:last-child {
  padding-bottom: 20px;
}

.li_scheme_technical_support_page {
  padding-bottom: 15px;
  padding-right: 5px;
}

.div_advant_technical_support_page {
  margin-left: 5%;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  padding-bottom: 20px;
}

.li_item_technical_support_page {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-direction: column;
}

.img_li_item_technical_support_page {
  width: 50%;
  height: auto;
  margin-left: 25%;
  display: block;
}

.text_item_technical_support_page {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  text-align: center;
}

.h4_item_technical_support_page {
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  margin: 0;
  margin-top: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.text_span_item_technical_support_page {
  margin-top: 15px;
  line-height: 30px;
}

.technical_support_block_2 {
  background-color: #D5EAE9;
  position: relative;
  padding-top: 30px;
}

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

/* pricing table */
.pricing-table {
  padding: 0px;
  margin: 0px;
  margin-top: 0px;
}

.pricing-table td {
  padding: 0px;
  border-left: 1px solid transparent;
}

.pricing-table .pricing-table-list td {
  padding: 10px 8px;
  font-weight: 500;
  text-align: center;
  font-size: 12px;
  background: #F9F9F9;
}

.pricing-table .pricing-table-list .glyphicon-ok {
  color: #68AF27;
}

.pricing-table .pricing-table-list .glyphicon-remove {
  color: #C22439;
}

.pricing-table .pricing-table-list td:first-child {
  font-weight: 600;
  text-align: left;
  border-left: 0px;
  font-size: 11px;
  color: #333;
  text-transform: uppercase;
}

.pricing-table .pricing-table-list:nth-child(2n) td {
  background: #F2F2F2;
}

.pricing-table .pricing-table-text {
  background-color: #F0F7F7;
}

.pricing-table .pricing-table-text h2 {
  font-size: 35px;
  font-weight: 300;
  line-height: 33px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  color: #45366e;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  line-height: 40px;
}

@media screen and (max-width: 1085px) {
  .pricing-table .pricing-table-text h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 33px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #45366e;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    line-height: 40px;
  }
}
.pricing-table .pricing-table-text p {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #666;
  margin-top: 20px;
  line-height: 20px;
}

.pricing-table .pricing-table-item {
  color: #FFF;
}

.pricing-table .pricing-table-item .pricing-table-item-head {
  padding: 10px 5px;
  text-align: center;
  background: #45366e;
  padding-bottom: 20px;
}

.pricing-table .pricing-table-item .pricing-table-item-head p {
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.pricing-table .pricing-table-item .pricing-table-item-head span {
  font-size: 11px;
}

.pricing-table .pricing-table-item .pricing-table-item-price {
  padding: 15px 10px;
  text-align: center;
  background-color: #F0F7F7;
  color: #45366e;
}

.pricing-table .pricing-table-item .pricing-table-item-price p {
  font-size: 35px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: 0px;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}

.pricing-table .pricing-table-item .pricing-table-item-price p span {
  font-size: 23px;
  font-weight: 300;
}

.pricing-table .pricing-table-item .pricing-table-item-price > span {
  font-size: 14px;
  font-weight: 400;
  color: #45366e;
  line-height: 25px;
}

@media screen and (max-width: 1220px) {
  .pricing-table .pricing-table-item .pricing-table-item-price p {
    font-size: 27px;
  }
}
@media screen and (max-width: 1008px) {
  .pricing-table .pricing-table-item .pricing-table-item-price p {
    font-size: 24px;
  }
}
@media screen and (max-width: 965px) {
  .pricing-table .pricing-table-item .pricing-table-item-price {
    padding: 15px 5px;
  }
}
.pricing-table .pricing-table-item .pricing-table-item-purchase {
  padding: 10px 5px;
  background-color: #F0F7F7;
}

.pricing-table .pricing-table-item .pricing-table-item-purchase .btn {
  text-transform: uppercase;
  margin-bottom: 0px;
}

/* eof pricing table */
.glyphicon-ok:before {
  content: "\2714";
  font-size: 16px;
}

.glyphicon-remove:before {
  content: "\2718";
  font-size: 16px;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  text-transform: uppercase;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn {
  display: inline-block;
  padding: 9px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-block {
  display: block;
  width: 100%;
}

.price_block_2 {
  border-radius: 0px 0px 10px 10px;
  background-color: #45366E;
  width: 100%;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}

.left_price_block_2, .right_price_block_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}

.middle_price_block_2 {
  padding-bottom: 0px;
}

.order_box {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #fff;
  display: none;
  z-index: 1001;
}

.order_box_header {
  background: #45366e;
  color: #fff;
  text-align: center;
  height: 70px;
  line-height: 70px;
  text-transform: uppercase;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  font-size: 24px;
  position: relative;
  text-shadow: 0 0 1px black;
}

.order_box_main {
  padding-top:25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.order_box .order_box_close {
  background-image: url(http://chuikov.net/web_studio/svg_ikon/pv_layer_controls_2x.png);
  background-size: 35px 145px;
  position: absolute;
  top: 100%;
  left: 100%;
  margin-top: -46px;
  margin-left: -45px;
  width: 37px;
  height: 37px;
  background-position: 0px 0px;
  opacity: 0.5;
  -webkit-transition: opacity 100ms linear;
          transition: opacity 100ms linear;
  cursor: pointer;
}

.order_box .order_box_close:hover {
  opacity: 1;
}

textarea.order_field:focus {
  border: 3px solid #45366e;
}

#form_to_send {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.error {
  margin-left: 25px;
  width: 651px;
}

[name=captcha] {
  width: 648px;
}

.bor {
  margin-bottom: 30px;
  margin-left: 25px;
  width: 652px;
}

.js-ex {
  font-size: 17px !important;
  color: #636363 !important;
  background-color: #fff !important;
  height: 35px;
  border: 1px solid #B1B1B1;
  border-color: #B1B1B1;
  line-height: 40px !important;
  width: 652px !important;
  border-radius: 0px !important;
  outline: none;
}

.select2-container .select2-selection--single {
  height: 49px !important;
  line-height: 49px !important;
  font-size: 18px !important;
  width: 652px !important;
  margin-bottom: -7px !important;
}

.error_span {
  width: 651px;
}

.button {
  border-radius: 5px;
  text-align: center;
  background-color: #006898;
  border-color: #004566;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
  text-transform: uppercase;
  height: 60px;
  font-size: 30px;
  font-weight: lighter;
  line-height: 60px;
  width: 350px;
  border: none;
  border-radius: 15px;
  margin: 0 auto;
  box-shadow: 0px 3px 2px 0px #004566;
}

.button:hover {
  background: #1077a3;
  border: none;
  box-shadow: 0px 0px 0px 0px #004566;
}

/*
	color:rgba(254,209,107,1.00) - jeltyj; 
	color:rgba(165,143,222,1.00) - siren
	color:rgba(69,54,110,1.00) - siren 2
	color:rgba(1,231,202,1.00) - green 
	color:rgba(122,214,95,1.00) - gren 2
	color:rgba(51,126,61,1.00) - green 3
	rgba(82,190,233,1.00) - blue
	color:rgba(52,148,186,1.00) - blue 2
	color:rgba(255,110,103,1.00) - red
	color:rgba(50,53,62,1.00) - gray
*/
