@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto&subset=latin-ext,cyrillic,cyrillic-ext);

html, body, div, span, applet, object, iframe, 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; }


img, fieldset, a img { border: none; }

input[type="text"], input[type="email"], input[type="tel"], textarea { -webkit-appearance: none; }

input[type="submit"], button { cursor: pointer; }
input[type="submit"]::-moz-focus-inner, button::-moz-focus-inner { padding: 0; border: 0; }

textarea { overflow: auto; }

input, button { margin: 0; padding: 0; border: 0; }

input { box-sizing: border-box; }

div, input, textarea, select, button, h1, h2, h3, h4, h5, h6, a, span, a:focus { outline: none; }

ul, ol { list-style-type: none; }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) { * { -webkit-text-size-adjust: none; } }
table { border-spacing: 0; border-collapse: collapse; width: 100%; }

html { box-sizing: border-box; }

* { box-sizing: border-box; }
*:before, *:after { box-sizing: border-box; }

a:hover, a:visited, a:active{text-decoration: none;}


html, body {
  font-family: 'OS-Regular';
  font-size: 16px;
  line-height: 1.2;
  color: #2e2e30;
  background: #f7f7f7;
}


.button {
  font-family: 'B-Regular';
  font-size: 29px;
  color: #f7f7f7;
  padding: 15px 40px;
}
.button.brown {
  background-color: #bb9a6a;
}
.button.black {
  background-color: #2e2e30;
}


span.span {
  display: block;
}


/*  Header  */
.header {
  padding-top: 3px;
}
.header .logo {
  background: url('../images/logo.png');
  background-repeat: no-repeat;
  background-position: left center;
  height: 97px;
  font-size: 16px;
  color: #f7f7f7;
  line-height: 1.5;
  padding: 15px 0 0 115px;
  text-align: left;
}
.header .callback_block {
  padding: 14px 0 0;
  text-align: right;
}
.header .callback_block .number img {
  position: relative;
  top: -8px;
  left: -4px;
}
.header .callback_block .number a {
  font-family: 'B-Regular';
  font-size: 30px;
  color: #f7f7f7;
  padding-bottom: 3px;
}
.header .callback_block .callback a {
  font-size: 16px;
  color: #f7f7f7;
  margin-right: 36px;
  border-bottom: 1px dotted #f7f7f7;
}
/*  Main Screen  */
.main_screen {
  background: url('../images/main_screen.png');
  background-repeat: no-repeat;
  background-position: top center;
  height: 885px;
  text-align: center;
}
.main_screen .ms_title {
  font-family: 'B-Regular';
  font-size: 95px;
  color: #f7f7f7;
  margin-top: 80px;
  line-height: 1.2;
  padding-top: 50px;
  background: url('../images/ms_title.png');
  background-repeat: no-repeat;
  background-position: top center;
  text-transform: uppercase;
}
.main_screen .ms_undertitle {
  font-family: 'B-Regular';
  font-size: 42px;
  color: #bb9a6a;
  margin-top: 40px;
}
.main_screen .ms_button_block {
  font-size: 16px;
  color: #d6d6d6;
  margin-top: 40px;
}
.main_screen .ms_button_block span {
  margin-top: 20px;
}


/* Second Screen */
.second_screen {
  padding-top: 75px;
  text-align: center;
}
.second_screen .container{
  background: url('../images/second_screen.png');
  background-repeat: no-repeat;
  background-position: 96% 95%;
  padding-bottom: 150px;
}
.second_screen .ss_title {
  font-family: 'B-Distressed';
  font-size: 60px;
}
.second_screen .ss_undertitle {
  margin-top: 50px;
  font-size: 20px;
}
.second_screen .rb_title {
  margin: 90px 0 30px;
  font-family: 'B-Regular';
  font-size: 50px;
  color: #bb9a6a;
}
.second_screen .ss_reasons_block {
  overflow: hidden;
  text-align: center;
  margin-bottom: 80px;
}
.second_screen .rb_block {
  padding-top: 250px;
  margin-right: 15px;
  display: inline-block;
  color: #f7f7f7;
  vertical-align: top;
}
.second_screen .rb_block.first {
  background: url('../images/rb_block_first.png');
  background-repeat: no-repeat;
  height: 422px;
  width: 348px;
}
.second_screen .rb_block.second {
  background: url('../images/rb_block_second.png');
  background-repeat: no-repeat;
  height: 422px;
  width: 348px;
}
.second_screen .rb_block.third {
  background: url('../images/rb_block_third.png');
  background-repeat: no-repeat;
  height: 422px;
  width: 348px;
  margin-right: 0;
}
.second_screen .rb_block .tb_title {
  font-family: 'B-Regular';
  font-size: 30px;
}
.second_screen .ss_button_block {
  text-align: left;
  color: #b8b8b8;
}
.second_screen .bb_title {
  font-family: 'B-Regular';
  font-size: 41px;
  margin-bottom: 30px;
  color: #2e2e30;
}
.second_screen .ss_button_block button {
  margin-bottom: 20px;
}


/* Shop Opened */
.shop_opened {
  background: url('../images/shop_opened.png');
  background-repeat: no-repeat;
  background-position: top center;
  height: 1094px;
  padding-top: 185px;
  text-align: center;
}
.shop_opened .so_title {
  font-family: 'B-Regular';
  font-size: 82px;
  color: #f7f7f7;
  margin-bottom: 33px;
  text-transform: uppercase;
}
.shop_opened .so_undertitle {
  font-family: 'B-Regular';
  font-size: 42px;
  color: #bb9a6a;
}
.shop_opened .so_info_block {
  margin-top: 180px;
  text-align: left;
  padding-left: 70px;
}
.shop_opened .ib_img, .shop_opened .ib_text {
  display: inline-block;
  vertical-align: top;
}
.shop_opened .ib_text {
  font-size: 18px;
}
.shop_opened .ib_block {
  margin-bottom: 40px;
}
.shop_opened .ib_text span.brown {
  font-family: 'B-Regular';
  font-size: 42px;
  color: #bb9a6a;
}
.shop_opened .so_button_block {
  text-align: left;
  padding-left: 155px;
  margin-top: -5px;
}


/* Info in Numbers */
.info_numbers {
  background: url('../images/info_numbers.png');
  background-repeat: no-repeat;
  background-position: top center;
  height: 996px;
  padding-top: 80px;
  text-align: center;
}
.info_numbers .in_title {
  font-family: 'B-Distressed';
  font-size: 60px;
}
.info_numbers .in_undertitle {
  font-size: 20px;
  margin: 40px 0 60px;
}
.info_numbers .in_numbers_block {
  overflow: hidden;
  font-size: 20px;
}
.info_numbers .in_numbers_block span.brown {
  font-family: 'B-Shade';
  font-size: 108px;
  color: #bb9a6a;
}
.info_numbers .in_button_block {
  text-align: left;
  padding-left: 65px;
  font-family: 'B-Regular';
  font-size: 41px;
  margin-top: 150px;
}
.info_numbers .in_button_block span.brown {
  font-family: 'B-Shade';
  font-size: 90px;
  color: #bb9a6a;
  margin-bottom: 20px;
}


/* Open Your Shop */
.open_shop {
  text-align: center;
  padding: 100px 0 140px;
}
.open_shop .os_title {
  font-family: 'B-Distressed';
  font-size: 60px;
}
.open_shop .os_undertitle {
  font-family: 'B-Regular';
  font-size: 50px;
  color: #bb9a6a;
}
.open_shop .os_text {
  font-size: 20px;
  margin: 60px 0;
}
.open_shop .os_items_block .ib_text {
  font-size: 20px;
}
.open_shop .os_items_block  .second .ib_img {
  margin-top: -10px;
  margin-left: -20px
}
.open_shop .os_items_block  .second .ib_text {
  margin-top: -47px;
}
.open_shop .os_items_block  .third .ib_text {
  margin-left: 20px;
  margin-top: 7px;
}
.open_shop .os_items_block  .third .ib_img {
  margin-left: -10px;
  margin-top: 5px
}
.open_shop .os_items_block.first {
  margin-bottom: 50px;
}
.open_shop .os_items_block .fourth .ib_text {
  margin-top: -75px;
}
.open_shop .os_items_block .fifth .ib_text {
  margin-top: -126px;
}
.open_shop .os_items_block .fifth .ib_img {
  margin-left: 50px
}
.open_shop .os_items_block .sixth .ib_text {
  margin-top: -81px;
}
.open_shop .os_items_block .sixth .ib_img {
  margin-left: -30px;
}


/* Second Year */
.second_year {
  background: url('../images/second_year.png');
  background-repeat: no-repeat;
  background-position: top center;
  height: 1186px;
  padding-top: 200px;
  z-index: 10;
  position: relative;
}
.second_year .sy_title {
  font-family: 'B-Distressed';
  font-size: 60px;
  text-align: center;
  margin-bottom: 60px;
}
.second_year .sy_info_block {
  margin-bottom: 45px;
}
.second_year .sy_info_block .ib_number, .second_year .sy_info_block .ib_text {
  display: inline-block;
}
.second_year .sy_info_block .ib_number {
  font-family: 'B-Shade';
  font-size: 117px;
  color: #bb9a6a;
  margin-right: 20px;
}
.second_year .sy_info_block .ib_text {
  font-size: 20px;
  line-height: 1.6;
}
.second_year .sy_button_block {
  font-family: 'B-Regular';
  font-size: 41px;
  margin-top: 100px;
}
.second_year .sy_button_block .button {
  margin-top: 20px;
}


/* Open Form Screen */
.open_form {
  background: url('../images/open_form.png');
  background-repeat: no-repeat;
  background-position: top center;
  height: 1299px;
  margin-top: -370px;
  padding-top: 450px;
  text-align: center;
}
.open_form .of_title {
  font-family: 'B-Regular';
  font-size: 76px;
  color: #f7f7f7;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.open_form .of_undertitle {
  font-family: 'B-Regular';
  font-size: 42px;
  color: #bb9a6a;
}
.open_form form {
  margin-top: 170px;
  text-align: left;
  padding-left: 80px;
}
.open_form form .form_title {
  font-family: 'B-Regular';
  font-size: 41px;
  margin-bottom: 50px;
}
.open_form .form-line {
  display: inline-block;
}
.open_form .form-line .input {
  margin-right: 35px;
}
input.input {
  border-bottom: 4px solid #bb9a6a;
  padding-bottom: 6px;
  font-family: 'OS-Semibold';
  font-size: 24px;
  background: none;
}
::-webkit-input-placeholder {color:#2e2e30;}
::-moz-placeholder          {color:#2e2e30;}/* Firefox 19+ */
:-moz-placeholder           {color:#2e2e30;}/* Firefox 18- */
:-ms-input-placeholder      {color:#2e2e30;}


/* Footer */
.footer {
  background: #e5e5e5;
  color: #8e8e8e;
  padding: 30px 0;
  font-size: 14px;
  max-width: 1920px;
  margin: 0 auto;
}
.footer .footer_info {
  padding-right: 0;
}
.footer .footer_conf a {
  color: #8e8e8e;
}
.footer .footer_soc {
  padding-right: 0;
}
.footer .footer_soc a img {
  margin-right: 5px;
}
.footer .footer_callback {
  margin-top: -2px;
  text-align: right;
  padding-right: 50px;
}
.footer .footer_callback a.number {
  font-family: 'B-Regular';
  font-size: 30px;
  color: #8e8e8e;
  margin-right: 20px;
}
.footer .footer_callback a.number img {
  position: relative;
  top: -3px;
}
.footer .footer_callback a.callback {
  font-size: 17px;
  color: #8e8e8e;
  border-bottom: 1px dotted #8e8e8e;
  padding-bottom: 3px;
  position: relative;
  top: -7px;
}


/* Thanks */
.thanks_screen {
  background: url('../images/thanks_bottom.png'), url('../images/thanks.png');
  background-repeat: no-repeat;
  background-position: bottom center, top center;
  height: 869px;
  text-align: center;
}
.thanks_screen .thank_title {
  font-family: 'B-Regular';
  font-size: 80px;
  color: #f7f7f7;
  margin-top: 80px;
  line-height: 1.2;
  padding-top: 50px;
  background: url('../images/ms_title.png');
  background-repeat: no-repeat;
  background-position: top center;
  text-transform: uppercase;
}
.thanks_screen .thank_undertitle {
  margin: 60px 0 40px;
  font-family: 'B-Regular';
  font-size: 42px;
  color: #bb9a6a;
}
.thanks_screen .return {
  margin-top: 30px;
}
.thanks_screen .button {
  color: #f7f7f7;
}
.thanks_screen .return a {
  color: #d6d6d6;
  text-decoration: underline;
}


.modal-header {
  border: none;
  text-align: center;
}
.modal-header .title {
  font-family: 'B-Regular';
  font-size: 34px;
  margin-top: 35px;
}
.modal-body .undertitle{padding-bottom: 10px;}
.modal-body .input {
  margin-bottom: 20px;
  margin-top: 0;
  width: 90%;
  color: #2e2e30;
}
.modal-body .button {
  width: 90%;
  font-size: 20px;
  padding: 20px;
}
.modal-body {
  text-align: center;
  color: #2e2e30;
  font-family: 'B-Regular';
  font-size: 20px;
}
.modal-dialog {
  width: 400px;
  color: #2e2e30;
}
.modal-content {
  background: #f7f7f7;
}
button.close {
  font-size: 20px;
  opacity: 1;
  width: 40px;
  height: 40px;
  color: #444;
  border: 3px solid #444;
  text-shadow: none;
  border-radius: 4px;
}
.modal-header .close {  
  margin-top: -5px;
  margin-right: -5px;
}
.close:hover, .close:focus {
  opacity: .95;
  color: #dedbda;
}

.form-line {
  position: relative;
}
.popover {
  text-align: center;
  font-size: 12px;
}
.popover-content {
  padding: 9px;
  color: #000;
}
.popover.bottom {
  margin-top: 40px;
}

.selectDiv {
   background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
   height: 29px;
   overflow: hidden;
   width: 240px;
   background: url(http://i62.tinypic.com/2e3ybe1.jpg) no-repeat right center;
   height: 34px;
   width: 90%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.selectDiv select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 268px;
   border: 1px solid #ccc;
   font-size: 16px;
   height: 34px;
   width: 104%;
}

@media (max-width:1200px){
  .main_screen .ms_title{font-size: 80px;}
  .second_screen .rb_block {
    margin-bottom: 20px;
  }
  .inlinehhhh{display: inline-block;}
  .footer .footer_callback{display: inline-block;float:right;margin-top: 20px; padding-right: 0;}
  .info_numbers .in_undertitle{
    margin: 25px 0 25px;
  }
  .info_numbers .in_numbers_block span.brown{font-size: 80px;}
  .info_numbers .in_button_block{margin-top: 80px;}
  .second_year .sy_info_block .ib_number{font-size: 67px;}
  .open_form .of_title{font-size: 56px;}
  .open_form form{
    margin-top: 190px;
    max-width: 690px;
    margin: 220px auto 0 auto;
  }
  .header .logo {
    background: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 97px;
    font-size: 16px;
    display: inline-block;
    color: #f7f7f7;
    float: left;
    line-height: 1.5;
    padding: 15px 0 0 115px;
    text-align: left;
  }
  .header .callback_block {
    padding: 14px 0 0;
    display: inline-block;
    text-align: right;
    float: right;
  }
}
@media(max-width:992px){
  .open_form form{margin:180px auto 0 auto;}
  .shop_opened .so_info_block{margin-top: 50px;padding-left: 0;}
  .second_year .sy_button_block{margin-top: 70px;}
}
@media (max-width: 766px)  {/*and (min-width:320px)*/
  .inlinehhhh{display: block;}
  .footer .footer_callback{display: block;float:none;margin-top: -3px; padding-right: 0;}
  
  .button {
    font-size: 23.37px;
    padding: 10px 25px;
  }
  
  
  .container {
    padding: 0 10px;
  }
  span.span_m {
    display: block;
  }


  /*  Header  */
  .header {
    padding-top: 12px;
  }
  .header .logo {
    height: 78px;
    padding: 3px 0 0 53%;
    background-position: 32% center;
    background-size: contain;
    float:none;
    display: block;
  }
  .header .callback_block {
    padding: 14px 0 0;
    text-align: center;
    float:none;
    display: block;
  }
  .header .callback_block .callback a {
    margin-right: 10px;
  }
  /*  Main Screen  */
  .main_screen {
    background: url('../images/main_screen_m_2.png'), url('../images/main_screen_m_1.png');
    background-repeat: no-repeat;
    background-position: bottom center, top center;
    height: 525px;
    text-align: center;
    background-size: contain, cover;
  }
  .main_screen .ms_title {
    font-size: 28px;
    margin-top: 40px;
    padding-top: 38px;
  }
  .main_screen .ms_undertitle {
    font-size: 20px;
    margin-top: 20px;
  }
  .main_screen .ms_button_block {
    margin-top: 20px;
  }



  /* Second Screen */
  .second_screen {
    padding-top: 25px;
    text-align: center;
  }
  .second_screen .container{
    background: none;
    padding-bottom: 25px;
  }
  .second_screen .ss_title {
    font-size: 28px;
  }
  .second_screen .ss_undertitle {
    margin-top: 20px;
    font-size: 16px;
  }
  .second_screen .rb_title {
    margin: 35px 0 20px;
    font-size: 28px;
  }
  .second_screen .ss_reasons_block {
    margin-bottom: 30px;
  }
  .second_screen .rb_block {
    padding-top: 200px;
    margin-right: 0;
    font-size: 12.8px;
    margin-bottom: 20px;
  }
  .second_screen .rb_block.first {
    background: url('../images/rb_block_first_m.png');
    background-repeat: no-repeat;
    height: 338px;
    width: 278px;
  }
  .second_screen .rb_block.second {
    background: url('../images/rb_block_second_m.png');
    background-repeat: no-repeat;
    height: 338px;
    width: 278px;
  }
  .second_screen .rb_block.third {
    background: url('../images/rb_block_third_m.png');
    background-repeat: no-repeat;
    height: 338px;
    width: 278px;
    margin-right: 0;
  }
  .second_screen .rb_block .tb_title {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .second_screen .bb_title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .second_screen .ss_button_block button {
    margin-bottom: 0;
  }



  /* Shop Opened */
  .shop_opened {
    background: url('../images/shop_opened_m_2.png'), url('../images/shop_opened_m_1.png');
    background-repeat: no-repeat;
    background-position: top center;
    height: auto;
    padding-top: 90px;
    text-align: center;
    background-size: contain, cover;
  }
  .shop_opened .container {
    padding: 0;
  }
  .shop_opened .so_title {
    font-size: 28px;
    margin-top:20px;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .shop_opened .so_undertitle {
    font-size: 28px;
    padding: 0 10px;
  }
  .shop_opened .so_img {
    width: 100%;
  }
  .shop_opened .so_info_block {
    margin-top: -3px;
    text-align: center;
    padding-left: 0;
    background: #f7f7f7;
    padding: 20px 10px;
  }
  .shop_opened .ib_text {
    font-size: 16px;
    margin-top: 20px;
  }
  .shop_opened .ib_block {
    margin-bottom: 40px;
  }
  .shop_opened .ib_block.second {
    margin-bottom: 0;
  }
  .shop_opened .ib_text span.brown {
    font-size: 28px;
    margin-top: 15px;
  }
  .shop_opened .so_button_block {
    padding-left: 0;
    background: #f7f7f7;
    text-align: center;
    padding-bottom: 60px;
  }
  .shop_opened .so_button_block .button {
    width: 80%;
  }



  /* Info in Numbers */
  .info_numbers {
    background: url('../images/info_numbers_m_1.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    height: auto;
    padding-top: 40px;
    text-align: center;
    background-size: cover;
  }
  .info_numbers .in_title {
    font-size: 28px;
  }
  .info_numbers .in_undertitle {
    font-size: 16px;
    margin: 20px 0;
  }
  .info_numbers .in_numbers_block .nb_block {
    margin-bottom: 35px;
  }
  .info_numbers .in_numbers_block span.brown {
    font-size: 94px;
  }
  .info_numbers .in_button_block {
    text-align: center;
    padding-left: 0;
    font-size: 28px;
    margin-top: 0;
  }
  .info_numbers .in_button_block span.brown {
    font-size: 54px;
    margin-bottom: 20px;
  }
  .info_numbers .in_button_block .button {
    width: 90%;
  }
  .info_numbers img {
    width: 100%;  
  }

  
  /* Open Your Shop */
  .open_shop {
    padding: 20px 0 0;
  }
  .open_shop .os_title {
    font-size: 28px;
  }
  .open_shop .os_undertitle {
    font-size: 28px;
    margin-top: 15px;
  }
  .open_shop .os_text {
    font-size: 16px;
    margin: 20px 0 35px;
  }
  .open_shop .os_items_block > .col-lg-4 {
    margin-bottom: 50px;
    padding: 0;
  }
  .open_shop .os_items_block .ib_text {
    font-size: 20px;
    margin-top: 20px;
  }
  .open_shop .os_items_block  .second .ib_img {
    margin: 0;
  }
  .open_shop .os_items_block  .second .ib_text {
    margin: 0;
    margin-top: 20px;
  }
  .open_shop .os_items_block  .third .ib_text {
    margin: 0;
    margin-top: 20px;
  }
  .open_shop .os_items_block.first {
    margin: 0;
  }
  .open_shop .os_items_block .fourth .ib_text {
    margin: 0;
    margin-top: 20px;
  }
  .open_shop .os_items_block .fifth .ib_text {
    margin: 0;
    margin-top: 20px;
  }
  .open_shop .os_items_block .sixth .ib_text {
    margin: 0;
    margin-top: 20px;
  }
  .open_shop .os_items_block  .third .ib_img {
    margin:0;
  } 
  .open_shop .os_items_block .fifth .ib_img {
    margin: 0
  }
  .open_shop .os_items_block .sixth .ib_img {
    margin: 0;
  }



  /* Second Year */
  .second_year {
    background: #e5e5e5;
    height: auto;
    padding: 40px 0;
    z-index: 10;
    position: relative;
  }
  .second_year .sy_title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .second_year .sy_info_block {
    margin-bottom: 45px;
    text-align: center;
  }
  .second_year .sy_info_block .ib_number, .second_year .sy_info_block .ib_text {
    display: block;
  }
  .second_year .sy_info_block .ib_number {
    font-size: 60px;
    margin-right: 0;
  }
  .second_year .sy_info_block .ib_text {
    font-size: 16px;
    line-height: 1.5;
  }
  .second_year .sy_button_block {
    font-size: 28px;
    margin-top: 30px;
    text-align: center;
  }
  .second_year .sy_button_block .button {
    margin-top: 20px;
    width: 80%;
    padding: 10px 20px;
  }
  .sy_img_top {
    width: 100%;
  }


  /* Open Form Screen */
  .open_form {
    background: url('../images/open_form_m_1.png');
    background-repeat: no-repeat;
    background-position: top center;
    height: auto;
    margin-top: 0;
    padding-top: 30px;
    text-align: center;
    background-size: cover;
  }
  .open_form .container {
    padding: 0;
  }
  .open_form .of_title {
    font-size: 28px;
    margin-bottom: 40px;
    padding: 0 10px;
  }
  .open_form .of_undertitle {
    font-size: 28px;
    padding: 0 10px;
  }
  .open_form form {
    margin-top: 35px;
    background: url('../images/open_form_form.png');
    padding: 70px 10px 40px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .open_form form .form_title {
    font-size: 28px;
    margin-top:20px;
    margin-bottom: 30px;
  }
  .open_form .form-line {
    display: block;
    margin-bottom: 20px;
  }
  .open_form .form-line .input {
    font-size: 19.19px;
    width: 90%;
  }
  .open_form form .button {
    width: 90%;
  }

  
  
  /* Footer */
  .footer {
    text-align: center;
  }
  .footer .footer_info {
    margin-bottom: 20px;
  }
  .footer .footer_conf {
    margin-bottom: 20px;
  }
  .footer .footer_soc {
    margin-bottom: 20px;
  }
  .footer .footer_soc span {
    margin-bottom: 7px;
  }
  .footer .footer_soc a img {
    margin-right: 5px;
  }
  .footer .footer_callback {
    text-align: center;
    padding: 0;
  }
  .footer .footer_callback a.number {
    margin-right: 0;
  }
  .footer .footer_callback a.callback {
    font-size: 14px;
    top: 0;
  }

  
  
  .thanks_screen {
    height: auto;
    padding-bottom: 90px;
  }
  .thanks_screen .thank_title {
    font-size: 28px;
    margin-top: 80px;
    line-height: 1.2;
    padding-top: 50px;
  }
  .thanks_screen .thank_undertitle {
    margin: 60px 0 40px;
    font-size: 28px;
  }
  .thanks_screen .return {
    margin-top: 30px;
  }
  .thanks_screen .button {
    display: block;
    font-size: 20px;
  }
  .thanks_screen .return a {
    color: #d6d6d6;
    text-decoration: underline;
  }
  
  
  .modal-dialog {
    width: 96%;
    margin: 2%;
  }
  
  
}
