@charset "utf-8";

@font-face {
    font-family: "BebasNeueRegular";
    src: url("../fonts/BebasNeueRegular.eot");
    src: url("../fonts/BebasNeueRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/BebasNeueRegular.woff") format("woff"),
    url("../fonts/BebasNeueRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "BebasNeueBold";
    src: url("../fonts/BebasNeueBold.eot");
    src: url("../fonts/BebasNeueBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/BebasNeueBold.woff") format("woff"),
    url("../fonts/BebasNeueBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "HeliosCondRegular";
    src: url("../fonts/HeliosCondRegular.eot");
    src: url("../fonts/HeliosCondRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HeliosCondRegular.woff") format("woff"),
    url("../fonts/HeliosCondRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "HeliosCondBold";
    src: url("../fonts/HeliosCondBold.eot");
    src: url("../fonts/HeliosCondBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HeliosCondBold.woff") format("woff"),
    url("../fonts/HeliosCondBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


body{
	font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
    background: #FFFFFF;
    color: #333333;
}
p {
	color: #333333;
	font-size: 18px;
    line-height: 140%;
}
a:link,
a:visited {
    color: #4169E1;
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: underline;
}
img {
    border: 0;
    padding: 0;
    margin: 0;
}

h1, h2 {
	font-family: "HeliosCondBold", sans-serif;
}
h3, h4, h5, h6 {
	font-family: "BebasNeueBold", sans-serif;
}

h1 {
	font-size: 30px;
    line-height: 100%;
}
h2 {
	font-size: 24px;
    line-height: 100%;
}
h3 {
	font-size: 20px;
    line-height: 100%;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.t-shadow {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.upper {
  text-transform: uppercase;
}

.reg-btn {
  margin: 20px 30px;
}
.reg-btn a {
  display: block;
  font-family: BebasNeueBold, sans-serif;
  font-size: 50px;
  line-height: 100%;
/*  max-width: 300px;*/
  width: 400px;
  padding: 18px 40px 10px 40px;;
  margin: 0 auto;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  background: #F15922;
  border: 0px solid #FFFFFF;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  transition: all 0.7s;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.reg-btn a:hover {
  background: #E60000;
}

header,
section,
footer {
  width: 100%;
  min-width: 100%;
  margin: 0 auto;
}

.container {
/*  width: 1170px !important;
  min-width: 1170px !important;*/
}

/***** Header ******/

.navbar-default {
  height: 70px;
  width: 100%;
  min-width: 100%;
  min-height: 0px;
  margin-bottom: 0px;
  background-color: #00664B;
  border: 0;
  border-radius: 0;
  color: #FFFFFF;
}
.navbar-default .navbar-title {
  float: left;
  font-family: HeliosCondRegular, sans-serif;
  font-size: 34px;
  font-weight: normal;
  color: #FFFFFF;
  margin: 28px 0px 0px 0px;
  padding: 0;
  text-transform: uppercase;
}
.navbar-default .navbar-date {
  font-family: HeliosCondBold, sans-serif;
  font-size: 28px;
  margin: 5px 0 0 0;
  float: right;
  line-height: 110%;
}
.navbar-default .navbar-date > span {
  font-family: HeliosCondRegular, sans-serif;
  font-size: 24px;
  display: block;
}


/* --- MAIN BOX --- */

.main-box {
  position: relative;
/*  padding-bottom: 40px;  */
  height: 685px;
}
.main-box .container {
  position: relative;
  background-image: url("../images/main-bg.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 845px 685px;
  height: 685px;
  max-height: 685px;
}
.main-box .logo {
  text-align: center;
}
.main-box .main-text {
	padding: 15px 30px 10px 50px;
    background: #F15922;
    margin: 45px 0 30px 0;
}
.main-box .main-text h1 {
    font-family: BebasNeueBold, sans-serif;
	color: #FFFFFF;
	font-size: 52px;
	text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 0 0 0;
    line-height: 110%;
}
.success-page .main-box .main-text h1 {
    font-size: 40px;
    letter-spacing: 1px;
    text-align: center;
}
.main-box .main-text h2 {
    font-family: "PT Sans", sans-serif;
	color: #F0E68C;
	font-size: 12px;
	text-transform: uppercase;
    letter-spacing: 6px;
    margin: 0;
    line-height: 100%;
    text-align: center;
}
.main-box .textbox {
  font-family: HeliosCondRegular, sans-serif;
  font-size: 18px;
  line-height: 130%;
  border-left: 4px solid #00664B;
  padding: 0px 25px 0px 30px;
  margin: 34px 0;
}
.main-box .textbox h3 {
  font-size: 24px;
  color: #00664B;
  margin: 0 0 0 0;
  line-height: 130%;
  letter-spacing: 0px;
}
.main-box .register-form {
  margin: 30px 0 0 0;
  padding: 40px 20px;
  border: 1px solid #D3D3D3;
  border-radius: 3px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  background: #F3F3F3;
}
.success-page .main-box .register-form {
    padding: 20px 20px;
}
.success-page .main-box .register-form h3 {
    font-size: 26px;
    line-height: 120%;
}
.main-box .register-form h2 {
  margin: 0px 0 30px 0;
  font-family: BebasNeueBold, sans-serif;
  color: #00664B;
  font-size: 44px;
  text-transform: uppercase;
  text-align: center;
}
.main-box .register-form .input-prepend {
  margin-bottom: 15px;
}
.main-box .register-form .form-control {
  height: 50px;
  border-radius: 1px;
  padding: 8px 12px;
  font-size: 18px;
}
.main-box .register-form .input-button {
}
.main-box .register-form .btn-success,
.main-box .register-form .btn_pay {
  font-size: 28px;
  line-height: 100%;
  padding: 12px 10px 8px 10px;
  margin: 0 0 0px 0;
  text-transform: uppercase;
  color: #FFFF00;
  background: #F15922;
  border: 0;
  border-radius: 1px;
  transition: all 0.7s;
  font-family: BebasNeueBold, sans-serif;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  letter-spacing: 1px;
}
.main-box .register-form .btn-success:hover,
.main-box .register-form .btn_pay:hover {
  background: #E60000;
  border: 0;
  text-decoration: none;
}
.main-box .register-form .btn_pay.sdf {
  font-size: 22px;
  line-height: 100%;
  padding: 12px 5px 8px 5px;
  letter-spacing: 0px;
  width: 100% !important;
  min-width: 100% !important;
}


/* --- ORANGE --- */
.orange {
  position: relative;
  background: #F15922;
  padding: 20px 0 15px 0;
}

.orange .orangebox {
  position: relative;
  background-image: url("../images/icon-orangebox.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 90px 82px;
  width: 600px;
  margin: 0 auto;

}
.orange .orangebox h4 {
  font-family: HeliosCondBold, sans-serif;
  font-size: 35px;
  color: #FFFFFF;
  text-align: center;
  margin: 0 0 0 0;
  text-transform: none;
  padding-left: 80px;
}
.orange .orangebox h3 {
  font-size: 60px;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 0 0;
  padding-left: 80px;
}


/* --- QUOTE --- */
.quote {
  position: relative;
  background: #00664B;
  padding: 50px 0 50px 0;
  margin: 0;
}
.quote2 {
  position: relative;
  background-image:  url("../images/quote2.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  max-height: 550px;
  margin: 50px 0 0 0;
  padding: 0;
}
.quote3 {
  position: relative;
  background-image:  url("../images/quote3.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
  max-height: 550px;
  margin: 50px 0 0 0;
  padding: 0;
}
.quote2 .rtt,
.quote3 .rtt {
  width: 100%;
  height: 100%;
  background: rgba(255,69,0,0.7);    /*#f15922*/
}
.quote2 .container {
  padding: 220px 0 40px 0;
}
.quote3 .container {
  padding: 220px 0 40px 0;
}
.quote .quotebox .quote-start,
.quote2 .quotebox .quote-start,
.quote3 .quotebox .quote-start {
  display: inline-block;
  float: left;
  width: 9%;
  text-align: left;
}
.quote .quotebox .quote-end {
  display: inline-block;
  float: right;
  width: 9%;
  text-align: right;
  margin-top: 90px;
}
.quote2 .quotebox .quote-end,
.quote3 .quotebox .quote-end {
  display: inline-block;
  float: right;
  width: 9%;
  text-align: right;
  margin-top: 150px;
}
.quote .quotebox .quote-txt {
  font-family: HeliosCondRegular, sans-serif;
  font-size: 24px;
  display: inline-block;
  color: #FFFFFF;
  text-align: justify;
  width: 81.99%;
  margin: 0 auto;
  line-height: 150%;
}
.quote2 .quotebox .quote-txt {
  font-family: BebasNeueBold, sans-serif;
  font-size: 46px;
  display: inline-block;
  color: #FFFFFF;
  text-align: justify;
  width: 81.99%;
  margin: 0 auto 30px auto;
  line-height: 120%;
}
.quote3 .quotebox .quote-txt {
  font-family: BebasNeueBold, sans-serif;
  font-size: 76px;
  display: inline-block;
  color: #FFFFFF;
  text-align: right;
  width: 81.99%;
  margin: 0 auto 30px auto;
  line-height: 120%;
}
.quote .autor,
.quote2 .autor,
.quote3 .autor {
  text-align: right;
  color: #FFFFFF;
  font-size: 24px;
}

/* --- USPEH ---  */

.uspeh {
  position: relative;
  padding: 40px 0 70px 0;
}
.uspehbox {
  padding: 15px 30px 10px 30px;
  background: #F15922;
  margin-bottom: 30px;
}
.uspehbox h3 {
  font-size: 56px;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 0 0;
}
.uspehbox p {
  font-family: HeliosCondRegular, sans-serif;
  font-size: 26px;
  color: #FFFFFF;
  text-align: center;
  margin: 0 0 0 0;
}
.uspeh .user-image {
  margin: 0 0 30px 0;
}
.uspeh .user-social {
  margin: 0 0 30px 0;
}
.uspeh .user-image img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.3);
}
.uspeh .user-social a {
  display: inline-block;
  font-size: 20px;
  padding-top: 15px;
  margin: 0 7px;
  border-radius: 50%;
  background: #00664B;
  color: #FFFFFF;
  text-decoration: none;
  width: 50px;
  height: 50px;
  text-align: center;
}
.uspeh .user-social a:hover {
  background: #2E8B57;
}
.uspeh h4 {
  font-size: 28px;
}
.uspeh p {
  font-family: HeliosCondRegular, sans-serif;
  font-size: 20px;
}
.uspeh .container.larina {
  padding: 30px 0 30px 0;
}
.uspeh .container.goncharova {
  padding: 30px 0 30px 0;
  border-top: 1px solid #D3D3D3;
}


/* --- PREIMUSCHESTVA ---  */

.preimuschestva {
  position: relative;
}
.preimuschestva.greenline .col-md-12 {
  border-top: 3px solid #00664B;
}
.preimuschestva h2 {
  color: #F15922;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 48px;
  margin: 50px 0 50px 0;
}
.preimuschestva .prbox {
  background: #00664B;
  padding: 20px;
  height: 180px;
}

.preimuschestva .prbox1 {
  margin: 30px 0 0 0;
  padding: 10px;
 /* height: 180px; */
}
.preimuschestva .prbox1 h4 {
  font-size: 22px;
  height: 48px;
  font-family: "PT Sans", sans-serif;
}
.preimuschestva .prbox i {
  vertical-align: top;
  color: #FFFFFF;
  font-size: 36px;
  margin: 5px 3% 0 0;
  color: #FFFF00;
}
.preimuschestva .prbox p {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  width: 85.99%;
  display: inline-block;
}
.preimuschestva .prbox2 {
  font-family: HeliosCondRegular, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}
.preimuschestva ul {
  margin: 0;
  padding: 0;
  display: table;
}
.preimuschestva ul li {
  list-style-position: outside;
  list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0 0 0px 0;
  display: block;
  display: table-row;
}
.preimuschestva ul li .number {
  display: inline-block;
  font-family:  Anton, sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #FFFFFF;
  background: #00664B;
  margin-top: 10px;
  padding: 21px 0 0 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: table-cell;
}
.preimuschestva ul li .txt {
  display: inline-block;
  font-family: HeliosCondRegular, sans-serif;
  font-size: 22px;
  line-height: 120%;
  font-weight: 400;
  margin: 0px;
  padding: 0 0 0 30px;
  display: table-cell;
}

.preimuschestva .tbl {
  margin: 0;
  padding: 0;
  display: table;
}
.preimuschestva .tbl .tbl-r {
  margin: 0 0 30px 0;
  padding: 0 0 0px 0;
  display: table-row;
}
.preimuschestva .tbl .tbl-r .tbl-c {
  margin: 0 0 0px 0;
  padding: 0 0 0px 0;
  display: table-cell;
  float: left;
}
.preimuschestva .tbl .tbl-r .number {
  font-family:  Anton, sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #FFFFFF;
  background: #00664B;
  margin-top: 10px;
  padding: 21px 0 0 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  float: left;
}
.preimuschestva .tbl .tbl-r .txt {
  font-family: HeliosCondRegular, sans-serif;
  font-size: 22px;
  line-height: 120%;
  font-weight: 400;
  margin: 0px;
  padding: 0 0 30px 30px;
  float: left;
}
.preimuschestva .tbl .tbl-r .txt.top {
  padding-top: 27px;
}
.preimuschestva .tbl .tbl-r .txt.top2 {
  padding-top: 14px;
}

.preimuschestva .col-md-10 {
  margin: 0 auto;
  float: none;
}



/* --- LECTOR ---  */

.lector {
  position: relative;
  background-image: url("../images/lector.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;      /*  1280px 539px */
  height: 539px;
  max-height: 539px;
  margin: 0 auto 50px auto;
}

.lector h3 {
  color: #F15922;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 46px;
  margin: 40px 0 30px 0;
}
.lector ul {
  margin: 0;
  padding: 0;
}
.lector ul li {
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0 0 70px 0;
  display: block;
}
.lector ul li .number {
  display: inline-block;
  font-family:  Anton, sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #00664B;
  margin-top: 10px;
  padding: 0 0 0 0;
}
.lector ul li .txt {
  display: inline-block;
  font-family: HeliosCondRegular, sans-serif;
  font-size: 22px;
  line-height: 120%;
  font-weight: 400;
  margin: 0px;
  padding: 0 0 0 0;
}


/* --- SODERZHANIE ---  */

.soderzhanie {
 /* margin: 0 auto; */
}
.soderzhanie .firstline {
 margin: 50px auto 25px auto;
}
.soderzhanie .secondline {
 margin: 0 auto 50px auto;
}

.soderzhanie .sodgrid {
  width: 15%;
  margin: 0 0 20px 0;
  float: left;
  display: inline-block;
}
.soderzhanie .sodgrid .sodbox {
  padding: 43px 10px 0px 10px;
  border: 3px solid #00664B;
  font-family: HeliosCondBold, sans-serif;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  position: relative;
  height: 140px;
}
.soderzhanie .sodgrid .sodbox.s3 {
  padding-top: 34px;
}
.soderzhanie .sodgrid .sodbox span {
  position: absolute;
  top: -26px;
  left: 36%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #00664B;
  color: #FFFFFF;
  font-family: Anton, sans-serif;
  font-size: 28px;
  padding: 8px 0 0 0;
  border: 3px solid #FFFFFF;
}
.soderzhanie .arrow {
  width: 5%;
  margin: 50px 0.5% 0 0.5%;
  float: left;
  display: inline-block;
  text-align: center;
}
.soderzhanie .sodgrid .arrow {
  width: 5%;
  margin: 25px auto 0 auto;
  width: 100%;
}
.soderzhanie .sodgrid i,
.soderzhanie .arrow i {
  font-size: 40px;
}

/*.soderzhanie .arrow.a5 {
  display:none;
}*/

.soderzhanie .respons {
  display:none;
}

/* --- PRICE ---  */

.price {
  margin: 50px 0 0 0;
  padding: 50px 0;
  background: #E6E6E6;
}
.price h3 {
  background: #00664B;
  color: #FFFFFF;
  padding: 14px 20px 5px 20px;
  font-size: 56px;
  line-height: 100%;
  text-align: center;
  margin: 0;
  height: 75px;
}
.price .pricebox1 {
}
.price .pricebox1 ul {
  margin: 20px 0 0 30px;
  padding: 0;
}
.price .pricebox1 ul li {
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0 0 20px 0;
  display: block;
  font-family: HeliosCondBold, sans-serif;
  font-size: 22px;
}
.price .pricebox2 {
}
.price .pricebox2 .ggg,
.price .pricebox2 .ggg2 {
  display: none;
}
.price .pricebox2 .price-plus {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  border: 0px solid #DCDCDC;
  box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
}
.price .pricebox2 h4 {
  font-family: HeliosCondRegular, sans-serif;
  font-size: 24px;
  background: #00664B;
  color: #FFFFFF;
  padding: 24px 20px 5px 20px;
  text-align: center;
  letter-spacing: 1px;
  margin: 0;
  height: 75px;
  text-transform: uppercase;
}
.price .pricebox2 h4.gold {
  /*color: #FFD700;*/
}
.price .pricebox2 h4.vip {
  /*color: #C1E1EC; */
}
.price .pricebox2 ul {
  margin: 20px 0 0 0px;
  padding: 0;
}
.price .pricebox2 ul li {
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0 0 20px 0;
  display: block;
  font-family: HeliosCondBold, sans-serif;
  font-size: 40px;
  color: #000000;
  text-align: center;
}
.price .pricebox2 ul li.plus {
  color: #FF0000;
}
.price .pricebox2 .price-size {
  font-family: BebasNeueBold, sans-serif;
  font-size: 28px;
  color: #00664B;
  text-align: center;
  display: block;
  padding: 20px 0px 15px 0px;
  background-color: bisque;
}
.price .pricebox2 .price-size .oldprice {
  font-size: 28px;
  color: #A9A9A9;
  text-align: center;
  display: block;
  text-decoration: line-through;
  padding-bottom: 10px;
}

.price .pricebox2 .price-btn {
  margin: 20px 0px 10px 0px;
  box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
}
.price .pricebox2 .price-btn a,
.price .pricebox2 .price-btn input[type=button] {
  font-family: HeliosCondRegular, sans-serif;
  font-size: 24px;
  background: #00664B;
  color: #FFFFFF;
  padding: 15px 10px;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 100%;
  text-transform: uppercase;
  border: 0;
}
.price .pricebox2 .price-btn a:hover,
.price .pricebox2 .price-btn input[type=button]:hover {
  background: #F15922;
}



/* --- KAK ETO BUDET ---  */

.keb {
  margin: 0 0 50px 0;
  padding: 30px 0 50px 0;
  background: #00664B;
}
.keb h3 {
  background: #FFFFFF;
  color: #F15922;
  padding: 14px 20px 5px 20px;
  font-size: 60px;
  line-height: 100%;
  text-align: center;
  margin: 0;
}
.keb .kebbox {
  text-align: center;
  margin: 20px 0 20px 0;
}
.keb .kebbox img {
  margin: 20px auto;
}
.keb .kebbox p {
  font-family: HeliosCondBold, sans-serif;
  font-size: 20px;
  color: #FFFFFF;
}



/* --- CONTACT ---

.contact {
    position: relative;
    padding: 0 0 50px 0;
    margin: 0;
    z-index: 0;
    background-color: #C0C0C0;
}
.contact .container {
}
.contact .header {
  margin: 0 auto;
  padding: 50px 0 30px 0;
  display: block;
}
.contact .header h3 {
  font-size: 40px;
  color: #000000;
  text-transform: uppercase;
  margin: 10px 0;
}
.single_contact_info {
    padding-bottom: 25px;
}
.single_contact_info h3 {
    text-transform: uppercase;
    color: #333333;
    font-size: 18px;
    letter-spacing: 3px;
    margin-top: 0;
    margin-bottom: 10px;
}
.single_contact_info p {
    font-size: 15px;
    color: #3d3d3d;
}
.contact-form {
    background-color: #F0FFF0;
    padding: 30px 30px 10px 30px;
}
.contact-form .form-control {
    height: 43px;
    border-radius: 0px;
    margin-bottom: 25px;
    border: 1px solid #CCCCCC;
}
.contact-form .form-control:focus {
    border: 1px solid #66afe9;
}
.contact-form #message{
	height: 110px;
}
.form_submit{
    width: 100%;
    background: #f73b56;
    border-radius: 0px;
    border: 1px solid #FF0000;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 7px;
    text-transform: uppercase;
    font-size: 18px;
    transition: all 0.7s;
}
.form_submit:hover,
.form_submit:focus {
    background: #FF0000;
    border: 1px solid #FF4500;
    color: #FFD700;
}
.contact #success-fakebtn,
.contact #success-fakebtn:hover {
  background-color: #A9A9A9;
  border-color: #808080;
  color: #FFFFFF;
}
.contact .form_submit {
  display: none;
  visibility: hidden;
}
.contact .form_submit.yes {
  display: block;
  visibility: visible;
}
.contact label {
  font-size: 16px;
  font-weight: normal;
  padding-left: 10px;
  margin-bottom: 15px;
}

@media(max-width: 767px){
	.imac{
		margin-top: 20px
	}
}       */

/*** BOTTOM BOX ***/

.bottom-box {
    position: relative;
    padding: 50px 0 50px 0;
    margin: 50px 0 0 0;
    background-color: #00664B;
}
.bottom-box .lozung {
  text-transform: uppercase;
  font-family: BebasNeueBold, sans-serif;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 130%;
}
.bottom-box .lozung span {
  font-size: 50px;
  color: #FFFF00;
}
.bottom-box ul.spisok {
  margin: 0;
  text-align: left;
}
.bottom-box ul.spisok li {
  text-align: left;
  font-family: HeliosCondRegular, sans-serif;
  font-size: 26px;
  padding: 0 0 20px 0;
  list-style-position: outside;
  list-style-type: none;
  color: #FFFFFF;
  display: block;
  line-height: 120%;

}
.bottom-box ul.spisok li:before {
  font-family: 'FontAwesome';
  font-size: 40px;
  content: "\f078";
  text-align: left;
  padding: 0 0 0px 0px;
  color: #FF0000;
  display: block;
  margin: 0 20px 20px 0;
  float: left;
}


/*** FOOTER ***/

footer{
    position: relative;
    padding: 20px 0 20px 0;
    margin: 0 0 0 0;
    background-color: #A9A9A9;
}


.copyright_text,
.contacts {
    padding-top: 20px;
}
.copyright_text p {
    color: #636363;
    font-size: 14px;
    margin-bottom: 0px;
    letter-spacing: 0px;
}
.copyright_text a {
	color:#636363;
	text-decoration:none;
}
.copyright_text a:hover {
	text-decoration: underline;
}
.web-developer {
    padding-top: 20px;
}
.contacts p {
    color: #00664B;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
    letter-spacing: 0px;
}

.soglashenie {
    margin: 5px 0;
    color: #FFFFFF;
}

.soglashenie a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 0 15px;
}
.soglashenie a:hover {
    color: #FFFF00;
}
/*.nicescroll-rails div {
  cursor: pointer;
}*/


#arius {
  background: url("../images/arius_metall_60_45.png") no-repeat transparent;
  display: block;
  float: right;
  height: 45px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  width: 60px;
  z-index: 999;
}

.box-modal legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 120%;
    color: #333;
    text-align: center;
}

.box-modal .input-note,
.box-modal .select-note {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.box-modal .btn-success {
    display: block;
    margin: 30px 0 30px 0;
    visibility: visible;
}
.box-modal .usloviya {
  color: #808080;
}


