@font-face {
  font-family: 'helv_roman';
  src: url('fonts/helveticaneuecyr-roman-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helv_bold';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/helveticaneuecyr-bold-webfont.woff') format('woff');
}
@font-face {
  font-family: 'helv_light_italic';
  src: url('fonts/helveticaneuecyr-lightitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helv_light';
  src: url('fonts/helveticaneuecyr-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
#why_we p {
    font-family: 'helv_light';
    font-size: 18px;
}
.b24_2016_uslugi *{
  line-height: 1.42857143;
}
.button {
  background-color: #acd04a;
  border: solid 1px;
  /* border-color: #b4e060 #92bd40 #6e971d; */
  border-color:#3ad1ec #1ec6e4 #1bb3ce;
  border-radius: 8px;
  background-image: -webkit-linear-gradient(bottom, #0ba5c1, #0bb8d8) !important;
  background-image: -moz-linear-gradient(bottom, #0ba5c1, #0bb8d8) !important;
  background-image: -ms-linear-gradient(bottom, #0ba5c1, #0bb8d8) !important;
  background-image: -o-linear-gradient(bottom, #0ba5c1, #0bb8d8) !important;
  background-image: linear-gradient(bottom, #0ba5c1, #0bb8d8) !important;
  /* background-image: linear-gradient(bottom, #97bf23, #acd04a) !important; */
  -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  /*-webkit-font-smoothing: antialiased;*/
  padding: 10px 18px;
  font-weight: bold;
  font-size: 18px;
  outline: none;
  cursor: hand;
}
a.button {
  display: inline-block;
}
a.button,
a.button:hover,
a.button:visited,
a.button:active,
a.button:focus {
  color: #fff;
  text-decoration: none;
}

a.button:hover {
  background-image: -webkit-linear-gradient(bottom, #0cb9d8, #0fcff3) !important;
  background-image: -moz-linear-gradient(bottom, #0cb9d8, #0fcff3) !important;
  background-image: -ms-linear-gradient(bottom, #0cb9d8, #0fcff3) !important;
  background-image: -o-linear-gradient(bottom, #0cb9d8, #0fcff3) !important;
  background-image: linear-gradient(bottom, #0cb9d8, #0fcff3) !important;
  /* background-image: linear-gradient(bottom, #aed724, #c2e64c) !important; */
}
a.button:active {
  background-image: -webkit-linear-gradient(bottom, #0cb9d8, #0fcff3) !important;
  background-image: -moz-linear-gradient(bottom, #0cb9d8, #0fcff3) !important;
  background-image: -ms-linear-gradient(bottom, #0cb9d8, #0fcff3) !important;
  background-image: -o-linear-gradient(bottom, #0cb9d8, #0fcff3) !important;
  background-image: linear-gradient(bottom, #0cb9d8, #0fcff3) !important;
}
main.container {width: 100%!important;margin:0;padding:0;}
.write-us__info p a {font-weight: 300;}
main.container img {display: inline;}
div.container  {margin-top: 0;}
.banner_page {
	display: block; 
	height: 500px; 
	width: 100%; 
	background: url(images/B24.jpg) no-repeat scroll center center;
}


.btn-green-cust{
  background-image: -webkit-linear-gradient(bottom, #97bf23, #acd04a) !important;
  background-image: -moz-linear-gradient(bottom, #97bf23, #acd04a) !important;
  background-image: -ms-linear-gradient(bottom, #97bf23, #acd04a) !important;
  background-image: -o-linear-gradient(bottom, #97bf23, #acd04a) !important;
  background-image: linear-gradient(bottom, #97bf23, #acd04a) !important;
  /* border-color: #b4e060 #92bd40 #6e971d !important; */
  border: none!important;
}
a.btn-green-cust:hover, a.btn-green-cust:active{
  background-image: -webkit-linear-gradient(bottom, #aed724, #c2e64c) !important;
  background-image: -moz-linear-gradient(bottom, #aed724, #c2e64c) !important;
  background-image: -ms-linear-gradient(bottom, #aed724, #c2e64c) !important;
  background-image: -o-linear-gradient(bottom, #aed724, #c2e64c) !important;
  background-image: linear-gradient(bottom, #aed724, #c2e64c) !important;
}


@media screen and (max-width: 1199px) {
	.banner_page {
		background: url(images/B24mob.jpg) no-repeat scroll center center;
	}
	.form-mrcrook .form-group.fild-message {
		float: left!important;
		height: 295px!important;
	}
	.form-mrcrook .form-group::after {
		content: '';
		display: block;
		clear: both;
	}
}
.tab_content ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.tab_content ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.tab_content .item.item_1 ol > li:before {
  content: "1." counters(item, ".");
  display: table-cell;
  padding-right: 0.6em;   
  font-weight: bold;  
}
.tab_content .item.item_2 ol > li:before {
  content: "2." counters(item, ".");
  display: table-cell;
  padding-right: 0.6em;    
}
.tab_content .item.item_3 ol > li:before {
  content: "3." counters(item, ".");
  display: table-cell;
  padding-right: 0.6em;    
}
.tabs_content .tab_content .item_summary .text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2; 
}
.tabs_list a{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    border-radius: 4px;
    border: 1px solid #dedede;
    transition-property: background-color;
    transition-duration: .2s;
}
.tabs_list a span {
    display: inline-block;
    line-height: 1.2;
}
.tabs_content {
    background: #f7f6f9;
    
    padding-bottom: 70px;
    color: #000;
}
.tabs_content .tab_content {
    display: none;
}
.tabs_content .tab_content .inner {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;   
    box-shadow: 0px 27px 32px rgba(159,159,159, .14);
}
.tabs_content .tab_content.act {
    display: block;
}
.tabs_list a:hover,.tabs_list a.act {
    background: #d1f3fd;
    border-color: #d1f3fd;
    transition-property: background-color;
    transition-duration: .2s;
}   
.tabs_list a:hover span,.tabs_list a.act span {

}  
.tabs_content .tab_content h3 {
    font-size: 43px;
    padding: 50px 0;
    color: #000;
}
.tabs_content .tab_content h4 {
    font-size: 22px;
    padding-bottom: 50px;
    color: #939395;
}
.tabs_content .tab_content .item_summary {
    display: none;
    padding: 50px;
    background: #fffaf7;
    position: relative;
}
.tabs_content .tab_content .item_summary.paket {
    display: block;
}
.tabs_content .tab_content .item_summary .t, .tabs_content .tab_content .item_summary .summ_price {
    position: relative;
    max-width: 590px;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}
.tabs_content .tab_content a.btn {
    background: #d5eaa9;
    position: absolute;
    bottom: 50px;
    right: 50px;
}
.tabs_content .tab_content .item_summary.paket a.btn {
    bottom: 37px;
}
.tabs_content .tab_content a.btn:hover {
    background: #c3e08c;
}
.tabs_content .tab_content a.btn:active {
    background: #bcdd81;
}
.tabs_content .tab_content i.rub {
    font-weight: 300;
}
.tabs_content .tab_content .item {
    padding: 50px;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #f7f6f9;
}
.tabs_content .tab_content .item:hover {
    background: #f9f9f9;
}
.tabs_content .tab_content .item.select {
    background: #e7f9fe;
}
.tabs_content .tab_content .item.select:hover {
    background: #d1f3fd;
}
.tabs_content .tab_content .item .t {
    position: relative;
    max-width: 790px;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    cursor: pointer;
}
.tabs_content .tab_content .item .tt {
    position: relative;
    max-width: 790px;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}
.tabs_content .tab_content .item .tt span {
    line-height: 1.2;
    display: inline-block;    
}
.tabs_content .tab_content .item .t::before {
    content: '▼';
    font-size: 60%;
    position: absolute;
    left: -20px;
    line-height: 28px;
}
.tabs_content .tab_content .item.full .t::before {
    content: '▲';
}
.tabs_content .tab_content .item .t span {
    border-bottom: 1px dashed #9aa6a9;
    line-height: 1.2;
    display: inline-block;    
}
.tabs_content .tab_content .item .c {
    display: none;
    position: relative;
    max-width: 790px;
    font-size: 18px;
    padding-top: 10px;
}
.tabs_content .tab_content .item .ct {
    display: block;
    position: relative;
    max-width: 790px;
    font-size: 18px;
    padding-top: 10px;
}
.tabs_content .tab_content .item.full .c {
    display: block;
}
.tabs_content .tab_content .item i.rub {
    font-weight: 300;
}
.tabs_content .tab_content .item label {
    display: none;
    width: 54px;
    height: 54px;
    position: absolute;
    right: 55px;
    top: 38px;
    border-radius: 50%;
    background: #dedede;
    cursor: pointer;
}
.tabs_content .tab_content .item:hover label {
    display: block;
}
.tabs_content .tab_content .item label::before {
    content: 'Выбрать';
    position: absolute;
    line-height: 54px;
    top: 0;
    left: -80px;
    color: #9f9f9f;
    font-size: 15px;
    font-style: italic;
    display: none;
    font-weight: 300;
}
.tabs_content .tab_content .item:hover label::before {
    display: block;
}
.tabs_content .tab_content .item label::after {
    content: '√';
    font-size: 28px;
    line-height: 54px;
    width: 100%;
    text-align: center;
    color: #ebeaec;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.tabs_content .tab_content .item:hover label::after {
    display: block;
}
.tabs_content .tab_content .item label:hover::after {
    content: '';
}
.tabs_content .tab_content .item input {
    display: none;
}
.tabs_content .tab_content .item input:checked + label {
    background: #fff;
    display: block!important;
}
.tabs_content .tab_content .item input:checked + label::after {
    color: #4f4f4f;
    content: '√';
    display: block;
}
.tabs_content .tab_content .item input:checked + label:hover::after {
    content: '×';
}
.tabs_content .tab_content .item input:checked + label::before {
    content: 'Отменить';
}
.tabs_content .tab_content .item label input, .tabs_content .tab_content .item label div {
    display: none!important;
}
@media screen and (max-width: 768px) {
    .tabs_list a, .tabs_list a {
        margin-bottom: 15px;
    }
    .tabs_content .tab_content .item label {
        display: block;
        width: 54px;
        height: 54px;
        position: relative;
        margin: 15px auto 15px;
        top: 0;
        left:0;
    }    
    .tabs_content .tab_content .item label::before, .tabs_content .tab_content .item label::after {
        display: block;
    }
    .tabs_content .tab_content .item .t {
        font-size: 14px;
    }
    .tabs_content .tab_content .item .tt {
        font-size: 14px;
    }
    .tabs_content .tab_content .item .ct {
        font-size: 13px;
    }
    .tabs_content .tab_content a.btn {
        position: relative;
        top: 0;
        left: 0;
        font-size: 13px;
        margin-top: 15px;
    }
    .tabs_content .tab_content .item_summary .summ_position {
        font-size: 11px;
    }
}
i.rub {
    font-style: normal;
    font-family: ProximaNova-Reg,ProximaNova-Regular, sans-serif;
    font-size: 90%;
}
#fancybox-close {
    display: none!important;
}
body {
  font-size: 18px;
}
.partners {
  display: block !important;
  padding-top: 60px;
}
.partners img {
  max-height: 60px;
  width: auto;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .partners img {
    margin-bottom: 35px;
  }
}
.partners h3 {
  visibility: hidden;
  font-size: 0px;
}
.partners::before {
  display: block!important;
  visibility: visible!important;
  content: "Наши клиенты уже использующие Битрикс24"!important;
  text-align: center!important;
    
    font-weight: 300;
    font-size: 43px;
	    line-height: 1.1;
    margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .partners h3:before {
    font-size: 36px !important;
  }
}
@media screen and (max-width: 768px) {
  .partners h3:before {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .page-vnedrenie_bitrix24_new h1,
  .page-vnedrenie_bitrix24_new h2,
  .page-vnedrenie_bitrix24_new h3 {
    text-align: center;
  }
}
.page-vnedrenie_bitrix24_new h1 {
  text-align: center;
  font-size: 60px;
}
@media screen and (max-width: 992px) {
  .page-vnedrenie_bitrix24_new h1 {
    font-size: 55px;
  }
}
@media screen and (max-width: 768px) {
  .page-vnedrenie_bitrix24_new h1 {
    font-size: 42px;
  }
}
.page-vnedrenie_bitrix24_new h2 {
  font-size: 43px;
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .page-vnedrenie_bitrix24_new h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .page-vnedrenie_bitrix24_new h2 {
    font-size: 30px;
  }
}
.page-vnedrenie_bitrix24_new ul {
  list-style: none;
}
.page-vnedrenie_bitrix24_new ul li {
  position: relative;
  padding-left: 25px;
}
.page-vnedrenie_bitrix24_new ul li:before {
  display: inline-block;
  margin-left: -25px;
  margin-right: 8px;
  content: "—";
}
.page-vnedrenie_bitrix24_new ul.ul-round li:before {
  margin-right: 20px;
  content: "·";
}
.page-vnedrenie_bitrix24_new .nowrap {
  white-space: nowrap;
}
.page-vnedrenie_bitrix24_new .rub {
  position: relative;
  left: -0.4em;
  white-space: nowrap;
}
.page-vnedrenie_bitrix24_new .rub:before {
  position: relative;
  display: inline-block;
  left: 0.5em;
  top: 0.1em;
  content: "–";
}
@media screen and (max-width: 768px) {
  .page-vnedrenie_bitrix24_new .btn {
    white-space: normal;
  }
}
@media screen and (max-width: 768px) {
  .page-vnedrenie_bitrix24_new .container {
    overflow: hidden;
  }
}
.page-vnedrenie_bitrix24_new .block-1 {
  background: url("images/clouds.png") top center no-repeat;
}
@media screen and (max-width: 480px) {
  .page-vnedrenie_bitrix24_new .block-1 img {
    width: 100%;
    height: auto;
  }
}
.page-vnedrenie_bitrix24_new .block-2 a {
  color: #535252;
  text-decoration: underline;
}
.page-vnedrenie_bitrix24_new .block-2 a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .page-vnedrenie_bitrix24_new .block-2 img {
    width: 100%;
    height: auto;
  }
}
.page-vnedrenie_bitrix24_new .block-3 {
  background: url("images/clouds.png") center -30px no-repeat;
}
.page-vnedrenie_bitrix24_new .block-3 .element-1 {
  padding-top: 180px;
}
@media screen and (max-width: 992px) {
  .page-vnedrenie_bitrix24_new .block-3 .element-1 {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-vnedrenie_bitrix24_new .block-3 .element-1 {
    padding-top: 0;
  }
}
.page-vnedrenie_bitrix24_new .block-4 {
  color: #fff;
  text-align: center;
  background: #b0d055;
}
.page-vnedrenie_bitrix24_new .block-4 .button {
  text-shadow: none;
  font-size: 21px;
  padding: 12px 23px;
  font-weight: normal;
  font-family: 'helv_bold', Arial, Helvetica, sans-serif;
}
.page-vnedrenie_bitrix24_new .block-5 {
  overflow: hidden;
  background: url("images/clouds-2.png") top center no-repeat;
}
.page-vnedrenie_bitrix24_new .block-6 {
  background: url("images/clouds.png") top center no-repeat;
}
@media screen and (max-width: 768px) {
  .page-vnedrenie_bitrix24_new .block-6 img {
    width: 100%;
    height: auto;
  }
}
.page-vnedrenie_bitrix24_new .block-7 .btn {
  white-space: normal;
}
.page-vnedrenie_bitrix24_new .block-8 {
  color: #fff;
  background: url("images/block-8-bg.jpg") top center no-repeat;
}
@media screen and (max-width: 768px) {
  .page-vnedrenie_bitrix24_new .block-8 {
    padding-bottom: 40px;
    background-size: cover;
  }
}
.page-vnedrenie_bitrix24_new .block-8 .btn {
  border: 2px solid #fff;
}
.page-vnedrenie_bitrix24_new .block-8 .btn:hover,
.page-vnedrenie_bitrix24_new .block-8 .btn:active {
  background: rgba(255, 255, 255, 0.3);
}
.page-vnedrenie_bitrix24_new .block-9 {
  padding-bottom: 160px;
  background: url("images/tablet.jpg") bottom right no-repeat;
}
@media screen and (max-width: 992px) {
  .page-vnedrenie_bitrix24_new .block-9 {
    padding-bottom: 400px;
    background-position: bottom center;
  }
}
@media screen and (max-width: 768px) {
  .page-vnedrenie_bitrix24_new .block-9 {
    background-size: 400px;
    padding-bottom: 340px !important;
  }
}
@media screen and (max-width: 480px) {
  .page-vnedrenie_bitrix24_new .block-9 {
    background-size: 300px;
  }
}
.page-vnedrenie_bitrix24_new .block-10 {
  background: url("images/block-10-bg.jpg") top center no-repeat;
}
@media screen and (max-width: 768px) {
  .page-vnedrenie_bitrix24_new .block-10 {
    background: none;
  }
}
.page-vnedrenie_bitrix24_new .block-10 .container {
  background: url("images/block-10-bg.png") top center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .page-vnedrenie_bitrix24_new .block-10 .container {
    margin-top: -90px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-vnedrenie_bitrix24_new .block-10 .container .btn {
    font-size: 18px;
  }
}
.page-vnedrenie_bitrix24_new .block-10 .btn {
  white-space: normal;
}
.page-vnedrenie_bitrix24_new .block-11 {
  color: #fff;
  background: url("images/block-11-bg.jpg") top center no-repeat;
}
@media screen and (max-width: 992px) {
  .page-vnedrenie_bitrix24_new .block-11 {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .page-vnedrenie_bitrix24_new .block-11 {
    margin-top: -45px;
  }
}
.page-vnedrenie_bitrix24_new .block-12 {
  font-size: 15px;
  background: url("images/clouds.png") bottom center no-repeat;
}
.page-vnedrenie_bitrix24_new .block-13 {
  position: relative;
  background: #2ec3f2;
  color: #fff;
}
.page-vnedrenie_bitrix24_new .block-13 h2 {
  font-family: 'helv_bold';
}
.page-vnedrenie_bitrix24_new .block-13-image {
  margin-left: -96px;
}
.page-vnedrenie_bitrix24_new .block-13 .sale-image {
  width: 100%;
  max-width: 525px;
  height: auto;
}
.popover {
  max-width: 350px !important;
  margin-right: 15px;
  z-index: 90 !important;
}
.popover-title {
  padding: 8px 14px 0px 14px;
  font-weight: bold;
  background-color: #fff;
  border-bottom: none;
}
.tariff-info {
  position: absolute;
  display: inline-block;
  box-sizing: content-box;
  left: -27px;
  top: 32px;
  height: 9px;
  width: 9px;
  border: 3px solid #bbb9b9;
  border-radius: 50%;
  background: #e6e3e3;
  cursor: pointer;
}
.tariff-info:hover {
  height: 13px;
  width: 13px;
  left: -30px;
  top: 30px;
  border-width: 4px;
}
.tariff-info:active {
  border-color: #2fc7f7;
}
.tariff-column {
  position: relative;
  padding: 5px;
  z-index: 10;
}
.tariff-column .btn {
  width: 100%;
}
.tariff-column.hover {
  position: relative;
  z-index: 10;
  border: 2px solid transparent;
}
.tariff-column.hover:hover {
  border-color: #b2edfc;
  border-radius: 5px;
}
.tariff-title {
  height: 80px;
  color: #2fc7f7;
  font-family: 'helv_bold', Arial, Helvetica, sans-serif;
}
.tariff-item {
  position: relative;
  height: 80px;
  z-index: 10;
}
.tariff-item.shaded {
  background: #fafafa;
}
.tariff-item.shaded:before {
  position: absolute;
  display: block;
  background: #fafafa;
  height: 100%;
  width: 2000px;
  left: -2000px;
  top: 0;
  content: "";
  z-index: 0;
}
.tariff-item.shaded:after {
  position: absolute;
  display: block;
  background: #fafafa;
  height: 100%;
  width: 3000px;
  right: -3000px;
  top: 0;
  content: "";
  z-index: 0;
}
.tariff-small .tariff-title {
  height: auto;
  font-size: 19px;
}
.tariff-small .tariff-small-button,
.tariff-small .percent {
  text-align: center;
}
.tariff-small .btn {
  padding: 20px 50px;
}
.tariff-small b {
  font-size: 16px;
}
.tariff-small-item {
  width: 320px;
  margin: 0 auto 30px auto;
  padding: 20px 30px;
  border: 2px solid #dadada;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .tariff-small-item {
    width: 290px;
  }
}
.tariff-small-item .tariff-info {
  left: -38px;
  top: 7px;
}
.tariff-small-item .tariff-info:hover {
  left: -41px;
  top: 5px;
}
@media screen and (max-width: 1200px) {
  .tariff-total.percent {
    font-size: 48px;
  }
}
@media screen and (max-width: 1200px) {
  .tariff-buy .btn {
    font-size: 17px;
  }
}
.tariff-note {
  padding: 2px 5px;
  background: #ededed;
  color: #b6b6b6;
}
.percent {
  font-size: 58px;
  color: #a1a1a1;
}
.child {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
}
.helper {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0px;
  zoom: 1;
}
.btn {
  font-size: 21px;
  padding: 10px 20px;
}
a.black,
a.black:active,
a.black:visited {
  color: #161616;
  text-decoration: underline;
}
a.black:hover {
  text-decoration: none;
}
.btn,
a.btn,
a.btn:active,
a.btn:visited,
a.btn:hover {
  display: inline-block;
  color: #fff;
  font-family: 'helv_bold';
  text-decoration: none;
}
.btn-green {
  border: none;
  border-radius: 5px;
  color: #fff;
  background: #97bf27;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk3YmYyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZWQ4NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #97bf27 0%, #aed856 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97bf27), color-stop(100%, #aed856));
  background: -webkit-linear-gradient(left, #97bf27 0%, #aed856 100%);
  background: -o-linear-gradient(left, #97bf27 0%, #aed856 100%);
  background: -ms-linear-gradient(left, #97bf27 0%, #aed856 100%);
  background: linear-gradient(to right, #97bf27 0%, #aed856 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#97bf27', endColorstr='#aed856', GradientType=1);
}
.btn-green:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aed856+0,97bf27+100 */
  background: #aed856;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlZDg1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5N2JmMjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #aed856 0%, #97bf27 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #aed856), color-stop(100%, #97bf27));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #aed856 0%, #97bf27 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #aed856 0%, #97bf27 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #aed856 0%, #97bf27 100%);
  /* IE10+ */
  background: linear-gradient(to right, #aed856 0%, #97bf27 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aed856', endColorstr='#97bf27', GradientType=1);
  /* IE6-8 */
}
.btn-black {
  border: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#040505+0,bec0c1+100 */
  background: #040505;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA0MDUwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZWMwYzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #040505 0%, #bec0c1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #040505), color-stop(100%, #bec0c1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #040505 0%, #bec0c1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #040505 0%, #bec0c1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #040505 0%, #bec0c1 100%);
  /* IE10+ */
  background: linear-gradient(to right, #040505 0%, #bec0c1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#040505', endColorstr='#bec0c1', GradientType=1);
  /* IE6-8 */
}
.btn-black:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bec0c1+6,040505+100 */
  background: #bec0c1;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2JSIgc3RvcC1jb2xvcj0iI2JlYzBjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDA1MDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #bec0c1 6%, #040505 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(6%, #bec0c1), color-stop(100%, #040505));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #bec0c1 6%, #040505 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #bec0c1 6%, #040505 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #bec0c1 6%, #040505 100%);
  /* IE10+ */
  background: linear-gradient(to right, #bec0c1 6%, #040505 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bec0c1', endColorstr='#040505', GradientType=1);
  /* IE6-8 */
}
.btn:active {
  -webkit-box-shadow: inset 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
}
.gradient-green {
  background: #97bf27;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk3YmYyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZWQ4NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #97bf27 0%, #aed856 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97bf27), color-stop(100%, #aed856));
  background: -webkit-linear-gradient(left, #97bf27 0%, #aed856 100%);
  background: -o-linear-gradient(left, #97bf27 0%, #aed856 100%);
  background: -ms-linear-gradient(left, #97bf27 0%, #aed856 100%);
  background: linear-gradient(to right, #97bf27 0%, #aed856 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#97bf27', endColorstr='#aed856', GradientType=1);
}
.icon-plus,
.icon-minus {
  position: relative;
  display: inline-block;
  height: 28px;
  width: 28px;
  border: 2px solid transparent;
  border-radius: 50%;
  line-height: 1;
}
.icon-plus:before,
.icon-minus:before {
  position: relative;
  display: inline-block;
  text-align: center;
  top: -8px;
}
.icon-plus {
  border-color: #49caf3;
  color: #49caf3;
}
.icon-plus:before {
  font-size: 34px;
  content: "+";
}
.icon-minus {
  border-color: #d1d6d9;
  color: #d1d6d9;
}
.icon-minus:before {
  font-size: 36px;
  content: "–";
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel .item {
  padding: 0 70px;
}
.carousel .item img {
  display: block;
  height: 115px;
  width: 115px;
  margin-bottom: 25px;
  border-radius: 50%;
}
.carousel .item a {
  display: inline-block;
  margin-top: 25px;
  color: #000;
  text-decoration: underline;
}
.carousel .item a:hover {
  text-decoration: none;
}
.carousel-control {
  width: 35px;
}
.carousel .glyphicon-menu-left,
.carousel .glyphicon-menu-right {
  color: #161616;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  font-size: 35px;
}
.carousel .glyphicon-menu-left {
  left: 15px;
}
.carousel .glyphicon-menu-right {
  left: auto;
  right: 15px;
}
#application_form {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  #application_form {
    margin-top: 0;
  }
}
.form {
  padding: 60px 50px 20px 50px;
  background: #f0f2f1;
  -webkit-box-shadow: 0px 130px 145px -37px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 130px 145px -37px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 130px 145px -37px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  .form {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 480px) {
  .form {
    padding: 40px 20px 20px 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.form .name {
  background: url("../../../../services/prodvizhenie/leadgeneration/images/form-icon_01.png") no-repeat;
}
.form .phone {
  background: url("../../../../services/prodvizhenie/leadgeneration/images/form-icon_03.png") no-repeat;
}
.form .site {
  background: url("../../../../services/prodvizhenie/leadgeneration/images/form-icon_05.png") no-repeat;
}
.form .company {
  background: url("../../../../services/prodvizhenie/leadgeneration/images/form-icon_07.png") no-repeat;
}
.form .email {
  background: url("../../../../services/prodvizhenie/leadgeneration/images/form-icon_09.png") no-repeat;
}
.form .incorrect.name {
  background: url("../../../../services/prodvizhenie/leadgeneration/images/form-icon_02.png") no-repeat;
}
.form .incorrect.phone {
  background: url("../../../../services/prodvizhenie/leadgeneration/images/form-icon_04.png") no-repeat;
}
.form .incorrect.site {
  background: url("../../../../services/prodvizhenie/leadgeneration/images/form-icon_06.png") no-repeat;
}
.form .incorrect.company {
  background: url("../../../../services/prodvizhenie/leadgeneration/images/form-icon_08.png") no-repeat;
}
.form .incorrect.email {
  background: url("../../../../services/prodvizhenie/leadgeneration/images/form-icon_10.png") no-repeat;
}
.form .alert {
  padding: 0;
  margin-bottom: 10px;
  border: none;
  border-radius: none;
  color: #e54c70;
  text-align: right;
  font-size: 16px;
}
.form .form-group {
  margin-bottom: 40px;
}
.form .form-group .input {
  padding-left: 70px;
  padding-bottom: 8px;
}
.form .form-group .submit {
  text-align: right;
}
.form input[type="text"],
.form textarea {
  border: 2px solid #c6c6c6;
  border-radius: 3px;
  outline: none;
  background: #f0f2f1;
  padding: 10px 20px;
  width: 100%;
  resize: none;
}
.form input[type="submit"] {
  float: right;
  color: #fff;
  text-transform: uppercase;
  font-family: 'helv_bold', Arial, Helvetica, sans-serif;
  padding: 15px 40px;
  border: none;
  outline: none;
  border-radius: 3px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0ccdd9+0,0bb8d8+100 */
  background: #0ccdd9;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBjY2RkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYmI4ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #0ccdd9 0%, #0bb8d8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0ccdd9), color-stop(100%, #0bb8d8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #0ccdd9 0%, #0bb8d8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #0ccdd9 0%, #0bb8d8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #0ccdd9 0%, #0bb8d8 100%);
  /* IE10+ */
  background: linear-gradient(to right, #0ccdd9 0%, #0bb8d8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ccdd9', endColorstr='#0bb8d8', GradientType=1);
  /* IE6-8 */
}
.form input[type="submit"]:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0bb8d8+0,0ccdd9+100 */
  background: #0bb8d8;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiYjhkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwY2NkZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #0bb8d8 0%, #0ccdd9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0bb8d8), color-stop(100%, #0ccdd9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #0bb8d8 0%, #0ccdd9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #0bb8d8 0%, #0ccdd9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #0bb8d8 0%, #0ccdd9 100%);
  /* IE10+ */
  background: linear-gradient(to right, #0bb8d8 0%, #0ccdd9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0bb8d8', endColorstr='#0ccdd9', GradientType=1);
  /* IE6-8 */
}
.form input[type="submit"]:active {
  -webkit-box-shadow: inset 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
}
.form .incorrect input[type="text"] {
  border-color: #e54c70;
}
.relative {
  position: relative;
}
.p-t-0 {
  padding-top: 0;
}
.p-t-5 {
  padding-top: 5px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-t-15 {
  padding-top: 15px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-t-25 {
  padding-top: 25px;
}
.p-t-30 {
  padding-top: 30px;
}
.p-t-35 {
  padding-top: 35px;
}
.p-t-40 {
  padding-top: 40px;
}
.p-t-45 {
  padding-top: 45px;
}
.p-t-50 {
  padding-top: 50px;
}
.p-t-55 {
  padding-top: 55px;
}
.p-t-60 {
  padding-top: 60px;
}
.p-t-65 {
  padding-top: 65px;
}
.p-t-70 {
  padding-top: 70px;
}
.p-t-75 {
  padding-top: 75px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-t-85 {
  padding-top: 85px;
}
.p-t-90 {
  padding-top: 90px;
}
.p-t-95 {
  padding-top: 95px;
}
.p-t-100 {
  padding-top: 100px;
}
.p-r-0 {
  padding-right: 0;
}
.p-r-5 {
  padding-right: 5px;
}
.p-r-10 {
  padding-right: 10px;
}
.p-r-15 {
  padding-right: 15px;
}
.p-r-20 {
  padding-right: 20px;
}
.p-r-25 {
  padding-right: 25px;
}
.p-r-30 {
  padding-right: 30px;
}
.p-r-35 {
  padding-right: 35px;
}
.p-r-40 {
  padding-right: 40px;
}
.p-r-45 {
  padding-right: 45px;
}
.p-r-50 {
  padding-right: 50px;
}
.p-r-55 {
  padding-right: 55px;
}
.p-r-60 {
  padding-right: 60px;
}
.p-r-65 {
  padding-right: 65px;
}
.p-r-70 {
  padding-right: 70px;
}
.p-r-75 {
  padding-right: 75px;
}
.p-r-80 {
  padding-right: 80px;
}
.p-r-85 {
  padding-right: 85px;
}
.p-r-90 {
  padding-right: 90px;
}
.p-r-95 {
  padding-right: 95px;
}
.p-r-100 {
  padding-right: 100px;
}
.p-b-0 {
  padding-bottom: 0;
}
.p-b-5 {
  padding-bottom: 5px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-b-15 {
  padding-bottom: 15px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-b-25 {
  padding-bottom: 25px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.p-b-35 {
  padding-bottom: 35px;
}
.p-b-40 {
  padding-bottom: 40px;
}
.p-b-45 {
  padding-bottom: 45px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-b-55 {
  padding-bottom: 55px;
}
.p-b-60 {
  padding-bottom: 60px;
}
.p-b-65 {
  padding-bottom: 65px;
}
.p-b-70 {
  padding-bottom: 70px;
}
.p-b-75 {
  padding-bottom: 75px;
}
.p-b-80 {
  padding-bottom: 80px;
}
.p-b-85 {
  padding-bottom: 85px;
}
.p-b-90 {
  padding-bottom: 90px;
}
.p-b-95 {
  padding-bottom: 95px;
}
.p-b-100 {
  padding-bottom: 100px;
}
.p-l-0 {
  padding-left: 0;
}
.p-l-5 {
  padding-left: 5px;
}
.p-l-10 {
  padding-left: 10px;
}
.p-l-15 {
  padding-left: 15px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-l-25 {
  padding-left: 25px;
}
.p-l-30 {
  padding-left: 30px;
}
.p-l-35 {
  padding-left: 35px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-l-45 {
  padding-left: 45px;
}
.p-l-50 {
  padding-left: 50px;
}
.p-l-55 {
  padding-left: 55px;
}
.p-l-60 {
  padding-left: 60px;
}
.p-l-65 {
  padding-left: 65px;
}
.p-l-70 {
  padding-left: 70px;
}
.p-l-75 {
  padding-left: 75px;
}
.p-l-80 {
  padding-left: 80px;
}
.p-l-85 {
  padding-left: 85px;
}
.p-l-90 {
  padding-left: 90px;
}
.p-l-95 {
  padding-left: 95px;
}
.p-l-100 {
  padding-left: 100px;
}
.m-t-0 {
  margin-top: 0;
}
.m-t-5 {
  margin-top: 5px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-35 {
  margin-top: 35px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-t-45 {
  margin-top: 45px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-t-55 {
  margin-top: 55px;
}
.m-t-60 {
  margin-top: 60px;
}
.m-t-65 {
  margin-top: 65px;
}
.m-t-70 {
  margin-top: 70px;
}
.m-t-75 {
  margin-top: 75px;
}
.m-t-80 {
  margin-top: 80px;
}
.m-t-85 {
  margin-top: 85px;
}
.m-t-90 {
  margin-top: 90px;
}
.m-t-95 {
  margin-top: 95px;
}
.m-t-100 {
  margin-top: 100px;
}
.m-r-0 {
  margin-right: 0;
}
.m-r-5 {
  margin-right: 5px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-r-35 {
  margin-right: 35px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-r-45 {
  margin-right: 45px;
}
.m-r-50 {
  margin-right: 50px;
}
.m-r-55 {
  margin-right: 55px;
}
.m-r-60 {
  margin-right: 60px;
}
.m-r-65 {
  margin-right: 65px;
}
.m-r-70 {
  margin-right: 70px;
}
.m-r-75 {
  margin-right: 75px;
}
.m-r-80 {
  margin-right: 80px;
}
.m-r-85 {
  margin-right: 85px;
}
.m-r-90 {
  margin-right: 90px;
}
.m-r-95 {
  margin-right: 95px;
}
.m-r-100 {
  margin-right: 100px;
}
.m-b-0 {
  margin-bottom: 0;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-b-55 {
  margin-bottom: 55px;
}
.m-b-60 {
  margin-bottom: 60px;
}
.m-b-65 {
  margin-bottom: 65px;
}
.m-b-70 {
  margin-bottom: 70px;
}
.m-b-75 {
  margin-bottom: 75px;
}
.m-b-80 {
  margin-bottom: 80px;
}
.m-b-85 {
  margin-bottom: 85px;
}
.m-b-90 {
  margin-bottom: 90px;
}
.m-b-95 {
  margin-bottom: 95px;
}
.m-b-100 {
  margin-bottom: 100px;
}
.m-l-0 {
  margin-left: 0;
}
.m-l-5 {
  margin-left: 5px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-l-35 {
  margin-left: 35px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-l-45 {
  margin-left: 45px;
}
.m-l-50 {
  margin-left: 50px;
}
.m-l-55 {
  margin-left: 55px;
}
.m-l-60 {
  margin-left: 60px;
}
.m-l-65 {
  margin-left: 65px;
}
.m-l-70 {
  margin-left: 70px;
}
.m-l-75 {
  margin-left: 75px;
}
.m-l-80 {
  margin-left: 80px;
}
.m-l-85 {
  margin-left: 85px;
}
.m-l-90 {
  margin-left: 90px;
}
.m-l-95 {
  margin-left: 95px;
}
.m-l-100 {
  margin-left: 100px;
}
@media screen and (min-width: 1200px) {
  .p-lg-t-0 {
    padding-top: 0;
  }
  .p-lg-t-5 {
    padding-top: 5px;
  }
  .p-lg-t-10 {
    padding-top: 10px;
  }
  .p-lg-t-15 {
    padding-top: 15px;
  }
  .p-lg-t-20 {
    padding-top: 20px;
  }
  .p-lg-t-25 {
    padding-top: 25px;
  }
  .p-lg-t-30 {
    padding-top: 30px;
  }
  .p-lg-t-35 {
    padding-top: 35px;
  }
  .p-lg-t-40 {
    padding-top: 40px;
  }
  .p-lg-t-45 {
    padding-top: 45px;
  }
  .p-lg-t-50 {
    padding-top: 50px;
  }
  .p-lg-t-55 {
    padding-top: 55px;
  }
  .p-lg-t-60 {
    padding-top: 60px;
  }
  .p-lg-t-65 {
    padding-top: 65px;
  }
  .p-lg-t-70 {
    padding-top: 70px;
  }
  .p-lg-t-75 {
    padding-top: 75px;
  }
  .p-lg-t-80 {
    padding-top: 80px;
  }
  .p-lg-t-85 {
    padding-top: 85px;
  }
  .p-lg-t-90 {
    padding-top: 90px;
  }
  .p-lg-t-95 {
    padding-top: 95px;
  }
  .p-lg-t-100 {
    padding-top: 100px;
  }
  .p-lg-r-0 {
    padding-right: 0;
  }
  .p-lg-r-5 {
    padding-right: 5px;
  }
  .p-lg-r-10 {
    padding-right: 10px;
  }
  .p-lg-r-15 {
    padding-right: 15px;
  }
  .p-lg-r-20 {
    padding-right: 20px;
  }
  .p-lg-r-25 {
    padding-right: 25px;
  }
  .p-lg-r-30 {
    padding-right: 30px;
  }
  .p-lg-r-35 {
    padding-right: 35px;
  }
  .p-lg-r-40 {
    padding-right: 40px;
  }
  .p-lg-r-45 {
    padding-right: 45px;
  }
  .p-lg-r-50 {
    padding-right: 50px;
  }
  .p-lg-r-55 {
    padding-right: 55px;
  }
  .p-lg-r-60 {
    padding-right: 60px;
  }
  .p-lg-r-65 {
    padding-right: 65px;
  }
  .p-lg-r-70 {
    padding-right: 70px;
  }
  .p-lg-r-75 {
    padding-right: 75px;
  }
  .p-lg-r-80 {
    padding-right: 80px;
  }
  .p-lg-r-85 {
    padding-right: 85px;
  }
  .p-lg-r-90 {
    padding-right: 90px;
  }
  .p-lg-r-95 {
    padding-right: 95px;
  }
  .p-lg-r-100 {
    padding-right: 100px;
  }
  .p-lg-b-0 {
    padding-bottom: 0;
  }
  .p-lg-b-5 {
    padding-bottom: 5px;
  }
  .p-lg-b-10 {
    padding-bottom: 10px;
  }
  .p-lg-b-15 {
    padding-bottom: 15px;
  }
  .p-lg-b-20 {
    padding-bottom: 20px;
  }
  .p-lg-b-25 {
    padding-bottom: 25px;
  }
  .p-lg-b-30 {
    padding-bottom: 30px;
  }
  .p-lg-b-35 {
    padding-bottom: 35px;
  }
  .p-lg-b-40 {
    padding-bottom: 40px;
  }
  .p-lg-b-45 {
    padding-bottom: 45px;
  }
  .p-lg-b-50 {
    padding-bottom: 50px;
  }
  .p-lg-b-55 {
    padding-bottom: 55px;
  }
  .p-lg-b-60 {
    padding-bottom: 60px;
  }
  .p-lg-b-65 {
    padding-bottom: 65px;
  }
  .p-lg-b-70 {
    padding-bottom: 70px;
  }
  .p-lg-b-75 {
    padding-bottom: 75px;
  }
  .p-lg-b-80 {
    padding-bottom: 80px;
  }
  .p-lg-b-85 {
    padding-bottom: 85px;
  }
  .p-lg-b-90 {
    padding-bottom: 90px;
  }
  .p-lg-b-95 {
    padding-bottom: 95px;
  }
  .p-lg-b-100 {
    padding-bottom: 100px;
  }
  .p-lg-l-0 {
    padding-left: 0;
  }
  .p-lg-l-5 {
    padding-left: 5px;
  }
  .p-lg-l-10 {
    padding-left: 10px;
  }
  .p-lg-l-15 {
    padding-left: 15px;
  }
  .p-lg-l-20 {
    padding-left: 20px;
  }
  .p-lg-l-25 {
    padding-left: 25px;
  }
  .p-lg-l-30 {
    padding-left: 30px;
  }
  .p-lg-l-35 {
    padding-left: 35px;
  }
  .p-lg-l-40 {
    padding-left: 40px;
  }
  .p-lg-l-45 {
    padding-left: 45px;
  }
  .p-lg-l-50 {
    padding-left: 50px;
  }
  .p-lg-l-55 {
    padding-left: 55px;
  }
  .p-lg-l-60 {
    padding-left: 60px;
  }
  .p-lg-l-65 {
    padding-left: 65px;
  }
  .p-lg-l-70 {
    padding-left: 70px;
  }
  .p-lg-l-75 {
    padding-left: 75px;
  }
  .p-lg-l-80 {
    padding-left: 80px;
  }
  .p-lg-l-85 {
    padding-left: 85px;
  }
  .p-lg-l-90 {
    padding-left: 90px;
  }
  .p-lg-l-95 {
    padding-left: 95px;
  }
  .p-lg-l-100 {
    padding-left: 100px;
  }
  .m-lg-t-0 {
    margin-top: 0;
  }
  .m-lg-t-5 {
    margin-top: 5px;
  }
  .m-lg-t-10 {
    margin-top: 10px;
  }
  .m-lg-t-15 {
    margin-top: 15px;
  }
  .m-lg-t-20 {
    margin-top: 20px;
  }
  .m-lg-t-25 {
    margin-top: 25px;
  }
  .m-lg-t-30 {
    margin-top: 30px;
  }
  .m-lg-t-35 {
    margin-top: 35px;
  }
  .m-lg-t-40 {
    margin-top: 40px;
  }
  .m-lg-t-45 {
    margin-top: 45px;
  }
  .m-lg-t-50 {
    margin-top: 50px;
  }
  .m-lg-t-55 {
    margin-top: 55px;
  }
  .m-lg-t-60 {
    margin-top: 60px;
  }
  .m-lg-t-65 {
    margin-top: 65px;
  }
  .m-lg-t-70 {
    margin-top: 70px;
  }
  .m-lg-t-75 {
    margin-top: 75px;
  }
  .m-lg-t-80 {
    margin-top: 80px;
  }
  .m-lg-t-85 {
    margin-top: 85px;
  }
  .m-lg-t-90 {
    margin-top: 90px;
  }
  .m-lg-t-95 {
    margin-top: 95px;
  }
  .m-lg-t-100 {
    margin-top: 100px;
  }
  .m-lg-r-0 {
    margin-right: 0;
  }
  .m-lg-r-5 {
    margin-right: 5px;
  }
  .m-lg-r-10 {
    margin-right: 10px;
  }
  .m-lg-r-15 {
    margin-right: 15px;
  }
  .m-lg-r-20 {
    margin-right: 20px;
  }
  .m-lg-r-25 {
    margin-right: 25px;
  }
  .m-lg-r-30 {
    margin-right: 30px;
  }
  .m-lg-r-35 {
    margin-right: 35px;
  }
  .m-lg-r-40 {
    margin-right: 40px;
  }
  .m-lg-r-45 {
    margin-right: 45px;
  }
  .m-lg-r-50 {
    margin-right: 50px;
  }
  .m-lg-r-55 {
    margin-right: 55px;
  }
  .m-lg-r-60 {
    margin-right: 60px;
  }
  .m-lg-r-65 {
    margin-right: 65px;
  }
  .m-lg-r-70 {
    margin-right: 70px;
  }
  .m-lg-r-75 {
    margin-right: 75px;
  }
  .m-lg-r-80 {
    margin-right: 80px;
  }
  .m-lg-r-85 {
    margin-right: 85px;
  }
  .m-lg-r-90 {
    margin-right: 90px;
  }
  .m-lg-r-95 {
    margin-right: 95px;
  }
  .m-lg-r-100 {
    margin-right: 100px;
  }
  .m-lg-b-0 {
    margin-bottom: 0;
  }
  .m-lg-b-5 {
    margin-bottom: 5px;
  }
  .m-lg-b-10 {
    margin-bottom: 10px;
  }
  .m-lg-b-15 {
    margin-bottom: 15px;
  }
  .m-lg-b-20 {
    margin-bottom: 20px;
  }
  .m-lg-b-25 {
    margin-bottom: 25px;
  }
  .m-lg-b-30 {
    margin-bottom: 30px;
  }
  .m-lg-b-35 {
    margin-bottom: 35px;
  }
  .m-lg-b-40 {
    margin-bottom: 40px;
  }
  .m-lg-b-45 {
    margin-bottom: 45px;
  }
  .m-lg-b-50 {
    margin-bottom: 50px;
  }
  .m-lg-b-55 {
    margin-bottom: 55px;
  }
  .m-lg-b-60 {
    margin-bottom: 60px;
  }
  .m-lg-b-65 {
    margin-bottom: 65px;
  }
  .m-lg-b-70 {
    margin-bottom: 70px;
  }
  .m-lg-b-75 {
    margin-bottom: 75px;
  }
  .m-lg-b-80 {
    margin-bottom: 80px;
  }
  .m-lg-b-85 {
    margin-bottom: 85px;
  }
  .m-lg-b-90 {
    margin-bottom: 90px;
  }
  .m-lg-b-95 {
    margin-bottom: 95px;
  }
  .m-lg-b-100 {
    margin-bottom: 100px;
  }
  .m-lg-l-0 {
    margin-left: 0;
  }
  .m-lg-l-5 {
    margin-left: 5px;
  }
  .m-lg-l-10 {
    margin-left: 10px;
  }
  .m-lg-l-15 {
    margin-left: 15px;
  }
  .m-lg-l-20 {
    margin-left: 20px;
  }
  .m-lg-l-25 {
    margin-left: 25px;
  }
  .m-lg-l-30 {
    margin-left: 30px;
  }
  .m-lg-l-35 {
    margin-left: 35px;
  }
  .m-lg-l-40 {
    margin-left: 40px;
  }
  .m-lg-l-45 {
    margin-left: 45px;
  }
  .m-lg-l-50 {
    margin-left: 50px;
  }
  .m-lg-l-55 {
    margin-left: 55px;
  }
  .m-lg-l-60 {
    margin-left: 60px;
  }
  .m-lg-l-65 {
    margin-left: 65px;
  }
  .m-lg-l-70 {
    margin-left: 70px;
  }
  .m-lg-l-75 {
    margin-left: 75px;
  }
  .m-lg-l-80 {
    margin-left: 80px;
  }
  .m-lg-l-85 {
    margin-left: 85px;
  }
  .m-lg-l-90 {
    margin-left: 90px;
  }
  .m-lg-l-95 {
    margin-left: 95px;
  }
  .m-lg-l-100 {
    margin-left: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .p-md-t-0 {
    padding-top: 0;
  }
  .p-md-t-5 {
    padding-top: 5px;
  }
  .p-md-t-10 {
    padding-top: 10px;
  }
  .p-md-t-15 {
    padding-top: 15px;
  }
  .p-md-t-20 {
    padding-top: 20px;
  }
  .p-md-t-25 {
    padding-top: 25px;
  }
  .p-md-t-30 {
    padding-top: 30px;
  }
  .p-md-t-35 {
    padding-top: 35px;
  }
  .p-md-t-40 {
    padding-top: 40px;
  }
  .p-md-t-45 {
    padding-top: 45px;
  }
  .p-md-t-50 {
    padding-top: 50px;
  }
  .p-md-t-55 {
    padding-top: 55px;
  }
  .p-md-t-60 {
    padding-top: 60px;
  }
  .p-md-t-65 {
    padding-top: 65px;
  }
  .p-md-t-70 {
    padding-top: 70px;
  }
  .p-md-t-75 {
    padding-top: 75px;
  }
  .p-md-t-80 {
    padding-top: 80px;
  }
  .p-md-t-85 {
    padding-top: 85px;
  }
  .p-md-t-90 {
    padding-top: 90px;
  }
  .p-md-t-95 {
    padding-top: 95px;
  }
  .p-md-t-100 {
    padding-top: 100px;
  }
  .p-md-r-0 {
    padding-right: 0;
  }
  .p-md-r-5 {
    padding-right: 5px;
  }
  .p-md-r-10 {
    padding-right: 10px;
  }
  .p-md-r-15 {
    padding-right: 15px;
  }
  .p-md-r-20 {
    padding-right: 20px;
  }
  .p-md-r-25 {
    padding-right: 25px;
  }
  .p-md-r-30 {
    padding-right: 30px;
  }
  .p-md-r-35 {
    padding-right: 35px;
  }
  .p-md-r-40 {
    padding-right: 40px;
  }
  .p-md-r-45 {
    padding-right: 45px;
  }
  .p-md-r-50 {
    padding-right: 50px;
  }
  .p-md-r-55 {
    padding-right: 55px;
  }
  .p-md-r-60 {
    padding-right: 60px;
  }
  .p-md-r-65 {
    padding-right: 65px;
  }
  .p-md-r-70 {
    padding-right: 70px;
  }
  .p-md-r-75 {
    padding-right: 75px;
  }
  .p-md-r-80 {
    padding-right: 80px;
  }
  .p-md-r-85 {
    padding-right: 85px;
  }
  .p-md-r-90 {
    padding-right: 90px;
  }
  .p-md-r-95 {
    padding-right: 95px;
  }
  .p-md-r-100 {
    padding-right: 100px;
  }
  .p-md-b-0 {
    padding-bottom: 0;
  }
  .p-md-b-5 {
    padding-bottom: 5px;
  }
  .p-md-b-10 {
    padding-bottom: 10px;
  }
  .p-md-b-15 {
    padding-bottom: 15px;
  }
  .p-md-b-20 {
    padding-bottom: 20px;
  }
  .p-md-b-25 {
    padding-bottom: 25px;
  }
  .p-md-b-30 {
    padding-bottom: 30px;
  }
  .p-md-b-35 {
    padding-bottom: 35px;
  }
  .p-md-b-40 {
    padding-bottom: 40px;
  }
  .p-md-b-45 {
    padding-bottom: 45px;
  }
  .p-md-b-50 {
    padding-bottom: 50px;
  }
  .p-md-b-55 {
    padding-bottom: 55px;
  }
  .p-md-b-60 {
    padding-bottom: 60px;
  }
  .p-md-b-65 {
    padding-bottom: 65px;
  }
  .p-md-b-70 {
    padding-bottom: 70px;
  }
  .p-md-b-75 {
    padding-bottom: 75px;
  }
  .p-md-b-80 {
    padding-bottom: 80px;
  }
  .p-md-b-85 {
    padding-bottom: 85px;
  }
  .p-md-b-90 {
    padding-bottom: 90px;
  }
  .p-md-b-95 {
    padding-bottom: 95px;
  }
  .p-md-b-100 {
    padding-bottom: 100px;
  }
  .p-md-l-0 {
    padding-left: 0;
  }
  .p-md-l-5 {
    padding-left: 5px;
  }
  .p-md-l-10 {
    padding-left: 10px;
  }
  .p-md-l-15 {
    padding-left: 15px;
  }
  .p-md-l-20 {
    padding-left: 20px;
  }
  .p-md-l-25 {
    padding-left: 25px;
  }
  .p-md-l-30 {
    padding-left: 30px;
  }
  .p-md-l-35 {
    padding-left: 35px;
  }
  .p-md-l-40 {
    padding-left: 40px;
  }
  .p-md-l-45 {
    padding-left: 45px;
  }
  .p-md-l-50 {
    padding-left: 50px;
  }
  .p-md-l-55 {
    padding-left: 55px;
  }
  .p-md-l-60 {
    padding-left: 60px;
  }
  .p-md-l-65 {
    padding-left: 65px;
  }
  .p-md-l-70 {
    padding-left: 70px;
  }
  .p-md-l-75 {
    padding-left: 75px;
  }
  .p-md-l-80 {
    padding-left: 80px;
  }
  .p-md-l-85 {
    padding-left: 85px;
  }
  .p-md-l-90 {
    padding-left: 90px;
  }
  .p-md-l-95 {
    padding-left: 95px;
  }
  .p-md-l-100 {
    padding-left: 100px;
  }
  .m-md-t-0 {
    margin-top: 0;
  }
  .m-md-t-5 {
    margin-top: 5px;
  }
  .m-md-t-10 {
    margin-top: 10px;
  }
  .m-md-t-15 {
    margin-top: 15px;
  }
  .m-md-t-20 {
    margin-top: 20px;
  }
  .m-md-t-25 {
    margin-top: 25px;
  }
  .m-md-t-30 {
    margin-top: 30px;
  }
  .m-md-t-35 {
    margin-top: 35px;
  }
  .m-md-t-40 {
    margin-top: 40px;
  }
  .m-md-t-45 {
    margin-top: 45px;
  }
  .m-md-t-50 {
    margin-top: 50px;
  }
  .m-md-t-55 {
    margin-top: 55px;
  }
  .m-md-t-60 {
    margin-top: 60px;
  }
  .m-md-t-65 {
    margin-top: 65px;
  }
  .m-md-t-70 {
    margin-top: 70px;
  }
  .m-md-t-75 {
    margin-top: 75px;
  }
  .m-md-t-80 {
    margin-top: 80px;
  }
  .m-md-t-85 {
    margin-top: 85px;
  }
  .m-md-t-90 {
    margin-top: 90px;
  }
  .m-md-t-95 {
    margin-top: 95px;
  }
  .m-md-t-100 {
    margin-top: 100px;
  }
  .m-md-r-0 {
    margin-right: 0;
  }
  .m-md-r-5 {
    margin-right: 5px;
  }
  .m-md-r-10 {
    margin-right: 10px;
  }
  .m-md-r-15 {
    margin-right: 15px;
  }
  .m-md-r-20 {
    margin-right: 20px;
  }
  .m-md-r-25 {
    margin-right: 25px;
  }
  .m-md-r-30 {
    margin-right: 30px;
  }
  .m-md-r-35 {
    margin-right: 35px;
  }
  .m-md-r-40 {
    margin-right: 40px;
  }
  .m-md-r-45 {
    margin-right: 45px;
  }
  .m-md-r-50 {
    margin-right: 50px;
  }
  .m-md-r-55 {
    margin-right: 55px;
  }
  .m-md-r-60 {
    margin-right: 60px;
  }
  .m-md-r-65 {
    margin-right: 65px;
  }
  .m-md-r-70 {
    margin-right: 70px;
  }
  .m-md-r-75 {
    margin-right: 75px;
  }
  .m-md-r-80 {
    margin-right: 80px;
  }
  .m-md-r-85 {
    margin-right: 85px;
  }
  .m-md-r-90 {
    margin-right: 90px;
  }
  .m-md-r-95 {
    margin-right: 95px;
  }
  .m-md-r-100 {
    margin-right: 100px;
  }
  .m-md-b-0 {
    margin-bottom: 0;
  }
  .m-md-b-5 {
    margin-bottom: 5px;
  }
  .m-md-b-10 {
    margin-bottom: 10px;
  }
  .m-md-b-15 {
    margin-bottom: 15px;
  }
  .m-md-b-20 {
    margin-bottom: 20px;
  }
  .m-md-b-25 {
    margin-bottom: 25px;
  }
  .m-md-b-30 {
    margin-bottom: 30px;
  }
  .m-md-b-35 {
    margin-bottom: 35px;
  }
  .m-md-b-40 {
    margin-bottom: 40px;
  }
  .m-md-b-45 {
    margin-bottom: 45px;
  }
  .m-md-b-50 {
    margin-bottom: 50px;
  }
  .m-md-b-55 {
    margin-bottom: 55px;
  }
  .m-md-b-60 {
    margin-bottom: 60px;
  }
  .m-md-b-65 {
    margin-bottom: 65px;
  }
  .m-md-b-70 {
    margin-bottom: 70px;
  }
  .m-md-b-75 {
    margin-bottom: 75px;
  }
  .m-md-b-80 {
    margin-bottom: 80px;
  }
  .m-md-b-85 {
    margin-bottom: 85px;
  }
  .m-md-b-90 {
    margin-bottom: 90px;
  }
  .m-md-b-95 {
    margin-bottom: 95px;
  }
  .m-md-b-100 {
    margin-bottom: 100px;
  }
  .m-md-l-0 {
    margin-left: 0;
  }
  .m-md-l-5 {
    margin-left: 5px;
  }
  .m-md-l-10 {
    margin-left: 10px;
  }
  .m-md-l-15 {
    margin-left: 15px;
  }
  .m-md-l-20 {
    margin-left: 20px;
  }
  .m-md-l-25 {
    margin-left: 25px;
  }
  .m-md-l-30 {
    margin-left: 30px;
  }
  .m-md-l-35 {
    margin-left: 35px;
  }
  .m-md-l-40 {
    margin-left: 40px;
  }
  .m-md-l-45 {
    margin-left: 45px;
  }
  .m-md-l-50 {
    margin-left: 50px;
  }
  .m-md-l-55 {
    margin-left: 55px;
  }
  .m-md-l-60 {
    margin-left: 60px;
  }
  .m-md-l-65 {
    margin-left: 65px;
  }
  .m-md-l-70 {
    margin-left: 70px;
  }
  .m-md-l-75 {
    margin-left: 75px;
  }
  .m-md-l-80 {
    margin-left: 80px;
  }
  .m-md-l-85 {
    margin-left: 85px;
  }
  .m-md-l-90 {
    margin-left: 90px;
  }
  .m-md-l-95 {
    margin-left: 95px;
  }
  .m-md-l-100 {
    margin-left: 100px;
  }
}
@media screen and (max-width: 992px) {
  .p-sm-t-0 {
    padding-top: 0;
  }
  .p-sm-t-5 {
    padding-top: 5px;
  }
  .p-sm-t-10 {
    padding-top: 10px;
  }
  .p-sm-t-15 {
    padding-top: 15px;
  }
  .p-sm-t-20 {
    padding-top: 20px;
  }
  .p-sm-t-25 {
    padding-top: 25px;
  }
  .p-sm-t-30 {
    padding-top: 30px;
  }
  .p-sm-t-35 {
    padding-top: 35px;
  }
  .p-sm-t-40 {
    padding-top: 40px;
  }
  .p-sm-t-45 {
    padding-top: 45px;
  }
  .p-sm-t-50 {
    padding-top: 50px;
  }
  .p-sm-t-55 {
    padding-top: 55px;
  }
  .p-sm-t-60 {
    padding-top: 60px;
  }
  .p-sm-t-65 {
    padding-top: 65px;
  }
  .p-sm-t-70 {
    padding-top: 70px;
  }
  .p-sm-t-75 {
    padding-top: 75px;
  }
  .p-sm-t-80 {
    padding-top: 80px;
  }
  .p-sm-t-85 {
    padding-top: 85px;
  }
  .p-sm-t-90 {
    padding-top: 90px;
  }
  .p-sm-t-95 {
    padding-top: 95px;
  }
  .p-sm-t-100 {
    padding-top: 100px;
  }
  .p-sm-r-0 {
    padding-right: 0;
  }
  .p-sm-r-5 {
    padding-right: 5px;
  }
  .p-sm-r-10 {
    padding-right: 10px;
  }
  .p-sm-r-15 {
    padding-right: 15px;
  }
  .p-sm-r-20 {
    padding-right: 20px;
  }
  .p-sm-r-25 {
    padding-right: 25px;
  }
  .p-sm-r-30 {
    padding-right: 30px;
  }
  .p-sm-r-35 {
    padding-right: 35px;
  }
  .p-sm-r-40 {
    padding-right: 40px;
  }
  .p-sm-r-45 {
    padding-right: 45px;
  }
  .p-sm-r-50 {
    padding-right: 50px;
  }
  .p-sm-r-55 {
    padding-right: 55px;
  }
  .p-sm-r-60 {
    padding-right: 60px;
  }
  .p-sm-r-65 {
    padding-right: 65px;
  }
  .p-sm-r-70 {
    padding-right: 70px;
  }
  .p-sm-r-75 {
    padding-right: 75px;
  }
  .p-sm-r-80 {
    padding-right: 80px;
  }
  .p-sm-r-85 {
    padding-right: 85px;
  }
  .p-sm-r-90 {
    padding-right: 90px;
  }
  .p-sm-r-95 {
    padding-right: 95px;
  }
  .p-sm-r-100 {
    padding-right: 100px;
  }
  .p-sm-b-0 {
    padding-bottom: 0;
  }
  .p-sm-b-5 {
    padding-bottom: 5px;
  }
  .p-sm-b-10 {
    padding-bottom: 10px;
  }
  .p-sm-b-15 {
    padding-bottom: 15px;
  }
  .p-sm-b-20 {
    padding-bottom: 20px;
  }
  .p-sm-b-25 {
    padding-bottom: 25px;
  }
  .p-sm-b-30 {
    padding-bottom: 30px;
  }
  .p-sm-b-35 {
    padding-bottom: 35px;
  }
  .p-sm-b-40 {
    padding-bottom: 40px;
  }
  .p-sm-b-45 {
    padding-bottom: 45px;
  }
  .p-sm-b-50 {
    padding-bottom: 50px;
  }
  .p-sm-b-55 {
    padding-bottom: 55px;
  }
  .p-sm-b-60 {
    padding-bottom: 60px;
  }
  .p-sm-b-65 {
    padding-bottom: 65px;
  }
  .p-sm-b-70 {
    padding-bottom: 70px;
  }
  .p-sm-b-75 {
    padding-bottom: 75px;
  }
  .p-sm-b-80 {
    padding-bottom: 80px;
  }
  .p-sm-b-85 {
    padding-bottom: 85px;
  }
  .p-sm-b-90 {
    padding-bottom: 90px;
  }
  .p-sm-b-95 {
    padding-bottom: 95px;
  }
  .p-sm-b-100 {
    padding-bottom: 100px;
  }
  .p-sm-l-0 {
    padding-left: 0;
  }
  .p-sm-l-5 {
    padding-left: 5px;
  }
  .p-sm-l-10 {
    padding-left: 10px;
  }
  .p-sm-l-15 {
    padding-left: 15px;
  }
  .p-sm-l-20 {
    padding-left: 20px;
  }
  .p-sm-l-25 {
    padding-left: 25px;
  }
  .p-sm-l-30 {
    padding-left: 30px;
  }
  .p-sm-l-35 {
    padding-left: 35px;
  }
  .p-sm-l-40 {
    padding-left: 40px;
  }
  .p-sm-l-45 {
    padding-left: 45px;
  }
  .p-sm-l-50 {
    padding-left: 50px;
  }
  .p-sm-l-55 {
    padding-left: 55px;
  }
  .p-sm-l-60 {
    padding-left: 60px;
  }
  .p-sm-l-65 {
    padding-left: 65px;
  }
  .p-sm-l-70 {
    padding-left: 70px;
  }
  .p-sm-l-75 {
    padding-left: 75px;
  }
  .p-sm-l-80 {
    padding-left: 80px;
  }
  .p-sm-l-85 {
    padding-left: 85px;
  }
  .p-sm-l-90 {
    padding-left: 90px;
  }
  .p-sm-l-95 {
    padding-left: 95px;
  }
  .p-sm-l-100 {
    padding-left: 100px;
  }
  .m-sm-t-0 {
    margin-top: 0;
  }
  .m-sm-t-5 {
    margin-top: 5px;
  }
  .m-sm-t-10 {
    margin-top: 10px;
  }
  .m-sm-t-15 {
    margin-top: 15px;
  }
  .m-sm-t-20 {
    margin-top: 20px;
  }
  .m-sm-t-25 {
    margin-top: 25px;
  }
  .m-sm-t-30 {
    margin-top: 30px;
  }
  .m-sm-t-35 {
    margin-top: 35px;
  }
  .m-sm-t-40 {
    margin-top: 40px;
  }
  .m-sm-t-45 {
    margin-top: 45px;
  }
  .m-sm-t-50 {
    margin-top: 50px;
  }
  .m-sm-t-55 {
    margin-top: 55px;
  }
  .m-sm-t-60 {
    margin-top: 60px;
  }
  .m-sm-t-65 {
    margin-top: 65px;
  }
  .m-sm-t-70 {
    margin-top: 70px;
  }
  .m-sm-t-75 {
    margin-top: 75px;
  }
  .m-sm-t-80 {
    margin-top: 80px;
  }
  .m-sm-t-85 {
    margin-top: 85px;
  }
  .m-sm-t-90 {
    margin-top: 90px;
  }
  .m-sm-t-95 {
    margin-top: 95px;
  }
  .m-sm-t-100 {
    margin-top: 100px;
  }
  .m-sm-r-0 {
    margin-right: 0;
  }
  .m-sm-r-5 {
    margin-right: 5px;
  }
  .m-sm-r-10 {
    margin-right: 10px;
  }
  .m-sm-r-15 {
    margin-right: 15px;
  }
  .m-sm-r-20 {
    margin-right: 20px;
  }
  .m-sm-r-25 {
    margin-right: 25px;
  }
  .m-sm-r-30 {
    margin-right: 30px;
  }
  .m-sm-r-35 {
    margin-right: 35px;
  }
  .m-sm-r-40 {
    margin-right: 40px;
  }
  .m-sm-r-45 {
    margin-right: 45px;
  }
  .m-sm-r-50 {
    margin-right: 50px;
  }
  .m-sm-r-55 {
    margin-right: 55px;
  }
  .m-sm-r-60 {
    margin-right: 60px;
  }
  .m-sm-r-65 {
    margin-right: 65px;
  }
  .m-sm-r-70 {
    margin-right: 70px;
  }
  .m-sm-r-75 {
    margin-right: 75px;
  }
  .m-sm-r-80 {
    margin-right: 80px;
  }
  .m-sm-r-85 {
    margin-right: 85px;
  }
  .m-sm-r-90 {
    margin-right: 90px;
  }
  .m-sm-r-95 {
    margin-right: 95px;
  }
  .m-sm-r-100 {
    margin-right: 100px;
  }
  .m-sm-b-0 {
    margin-bottom: 0;
  }
  .m-sm-b-5 {
    margin-bottom: 5px;
  }
  .m-sm-b-10 {
    margin-bottom: 10px;
  }
  .m-sm-b-15 {
    margin-bottom: 15px;
  }
  .m-sm-b-20 {
    margin-bottom: 20px;
  }
  .m-sm-b-25 {
    margin-bottom: 25px;
  }
  .m-sm-b-30 {
    margin-bottom: 30px;
  }
  .m-sm-b-35 {
    margin-bottom: 35px;
  }
  .m-sm-b-40 {
    margin-bottom: 40px;
  }
  .m-sm-b-45 {
    margin-bottom: 45px;
  }
  .m-sm-b-50 {
    margin-bottom: 50px;
  }
  .m-sm-b-55 {
    margin-bottom: 55px;
  }
  .m-sm-b-60 {
    margin-bottom: 60px;
  }
  .m-sm-b-65 {
    margin-bottom: 65px;
  }
  .m-sm-b-70 {
    margin-bottom: 70px;
  }
  .m-sm-b-75 {
    margin-bottom: 75px;
  }
  .m-sm-b-80 {
    margin-bottom: 80px;
  }
  .m-sm-b-85 {
    margin-bottom: 85px;
  }
  .m-sm-b-90 {
    margin-bottom: 90px;
  }
  .m-sm-b-95 {
    margin-bottom: 95px;
  }
  .m-sm-b-100 {
    margin-bottom: 100px;
  }
  .m-sm-l-0 {
    margin-left: 0;
  }
  .m-sm-l-5 {
    margin-left: 5px;
  }
  .m-sm-l-10 {
    margin-left: 10px;
  }
  .m-sm-l-15 {
    margin-left: 15px;
  }
  .m-sm-l-20 {
    margin-left: 20px;
  }
  .m-sm-l-25 {
    margin-left: 25px;
  }
  .m-sm-l-30 {
    margin-left: 30px;
  }
  .m-sm-l-35 {
    margin-left: 35px;
  }
  .m-sm-l-40 {
    margin-left: 40px;
  }
  .m-sm-l-45 {
    margin-left: 45px;
  }
  .m-sm-l-50 {
    margin-left: 50px;
  }
  .m-sm-l-55 {
    margin-left: 55px;
  }
  .m-sm-l-60 {
    margin-left: 60px;
  }
  .m-sm-l-65 {
    margin-left: 65px;
  }
  .m-sm-l-70 {
    margin-left: 70px;
  }
  .m-sm-l-75 {
    margin-left: 75px;
  }
  .m-sm-l-80 {
    margin-left: 80px;
  }
  .m-sm-l-85 {
    margin-left: 85px;
  }
  .m-sm-l-90 {
    margin-left: 90px;
  }
  .m-sm-l-95 {
    margin-left: 95px;
  }
  .m-sm-l-100 {
    margin-left: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-xs-t-0 {
    padding-top: 0;
  }
  .p-xs-t-5 {
    padding-top: 5px;
  }
  .p-xs-t-10 {
    padding-top: 10px;
  }
  .p-xs-t-15 {
    padding-top: 15px;
  }
  .p-xs-t-20 {
    padding-top: 20px;
  }
  .p-xs-t-25 {
    padding-top: 25px;
  }
  .p-xs-t-30 {
    padding-top: 30px;
  }
  .p-xs-t-35 {
    padding-top: 35px;
  }
  .p-xs-t-40 {
    padding-top: 40px;
  }
  .p-xs-t-45 {
    padding-top: 45px;
  }
  .p-xs-t-50 {
    padding-top: 50px;
  }
  .p-xs-t-55 {
    padding-top: 55px;
  }
  .p-xs-t-60 {
    padding-top: 60px;
  }
  .p-xs-t-65 {
    padding-top: 65px;
  }
  .p-xs-t-70 {
    padding-top: 70px;
  }
  .p-xs-t-75 {
    padding-top: 75px;
  }
  .p-xs-t-80 {
    padding-top: 80px;
  }
  .p-xs-t-85 {
    padding-top: 85px;
  }
  .p-xs-t-90 {
    padding-top: 90px;
  }
  .p-xs-t-95 {
    padding-top: 95px;
  }
  .p-xs-t-100 {
    padding-top: 100px;
  }
  .p-xs-r-0 {
    padding-right: 0;
  }
  .p-xs-r-5 {
    padding-right: 5px;
  }
  .p-xs-r-10 {
    padding-right: 10px;
  }
  .p-xs-r-15 {
    padding-right: 15px;
  }
  .p-xs-r-20 {
    padding-right: 20px;
  }
  .p-xs-r-25 {
    padding-right: 25px;
  }
  .p-xs-r-30 {
    padding-right: 30px;
  }
  .p-xs-r-35 {
    padding-right: 35px;
  }
  .p-xs-r-40 {
    padding-right: 40px;
  }
  .p-xs-r-45 {
    padding-right: 45px;
  }
  .p-xs-r-50 {
    padding-right: 50px;
  }
  .p-xs-r-55 {
    padding-right: 55px;
  }
  .p-xs-r-60 {
    padding-right: 60px;
  }
  .p-xs-r-65 {
    padding-right: 65px;
  }
  .p-xs-r-70 {
    padding-right: 70px;
  }
  .p-xs-r-75 {
    padding-right: 75px;
  }
  .p-xs-r-80 {
    padding-right: 80px;
  }
  .p-xs-r-85 {
    padding-right: 85px;
  }
  .p-xs-r-90 {
    padding-right: 90px;
  }
  .p-xs-r-95 {
    padding-right: 95px;
  }
  .p-xs-r-100 {
    padding-right: 100px;
  }
  .p-xs-b-0 {
    padding-bottom: 0;
  }
  .p-xs-b-5 {
    padding-bottom: 5px;
  }
  .p-xs-b-10 {
    padding-bottom: 10px;
  }
  .p-xs-b-15 {
    padding-bottom: 15px;
  }
  .p-xs-b-20 {
    padding-bottom: 20px;
  }
  .p-xs-b-25 {
    padding-bottom: 25px;
  }
  .p-xs-b-30 {
    padding-bottom: 30px;
  }
  .p-xs-b-35 {
    padding-bottom: 35px;
  }
  .p-xs-b-40 {
    padding-bottom: 40px;
  }
  .p-xs-b-45 {
    padding-bottom: 45px;
  }
  .p-xs-b-50 {
    padding-bottom: 50px;
  }
  .p-xs-b-55 {
    padding-bottom: 55px;
  }
  .p-xs-b-60 {
    padding-bottom: 60px;
  }
  .p-xs-b-65 {
    padding-bottom: 65px;
  }
  .p-xs-b-70 {
    padding-bottom: 70px;
  }
  .p-xs-b-75 {
    padding-bottom: 75px;
  }
  .p-xs-b-80 {
    padding-bottom: 80px;
  }
  .p-xs-b-85 {
    padding-bottom: 85px;
  }
  .p-xs-b-90 {
    padding-bottom: 90px;
  }
  .p-xs-b-95 {
    padding-bottom: 95px;
  }
  .p-xs-b-100 {
    padding-bottom: 100px;
  }
  .p-xs-l-0 {
    padding-left: 0;
  }
  .p-xs-l-5 {
    padding-left: 5px;
  }
  .p-xs-l-10 {
    padding-left: 10px;
  }
  .p-xs-l-15 {
    padding-left: 15px;
  }
  .p-xs-l-20 {
    padding-left: 20px;
  }
  .p-xs-l-25 {
    padding-left: 25px;
  }
  .p-xs-l-30 {
    padding-left: 30px;
  }
  .p-xs-l-35 {
    padding-left: 35px;
  }
  .p-xs-l-40 {
    padding-left: 40px;
  }
  .p-xs-l-45 {
    padding-left: 45px;
  }
  .p-xs-l-50 {
    padding-left: 50px;
  }
  .p-xs-l-55 {
    padding-left: 55px;
  }
  .p-xs-l-60 {
    padding-left: 60px;
  }
  .p-xs-l-65 {
    padding-left: 65px;
  }
  .p-xs-l-70 {
    padding-left: 70px;
  }
  .p-xs-l-75 {
    padding-left: 75px;
  }
  .p-xs-l-80 {
    padding-left: 80px;
  }
  .p-xs-l-85 {
    padding-left: 85px;
  }
  .p-xs-l-90 {
    padding-left: 90px;
  }
  .p-xs-l-95 {
    padding-left: 95px;
  }
  .p-xs-l-100 {
    padding-left: 100px;
  }
  .m-xs-t-0 {
    margin-top: 0;
  }
  .m-xs-t-5 {
    margin-top: 5px;
  }
  .m-xs-t-10 {
    margin-top: 10px;
  }
  .m-xs-t-15 {
    margin-top: 15px;
  }
  .m-xs-t-20 {
    margin-top: 20px;
  }
  .m-xs-t-25 {
    margin-top: 25px;
  }
  .m-xs-t-30 {
    margin-top: 30px;
  }
  .m-xs-t-35 {
    margin-top: 35px;
  }
  .m-xs-t-40 {
    margin-top: 40px;
  }
  .m-xs-t-45 {
    margin-top: 45px;
  }
  .m-xs-t-50 {
    margin-top: 50px;
  }
  .m-xs-t-55 {
    margin-top: 55px;
  }
  .m-xs-t-60 {
    margin-top: 60px;
  }
  .m-xs-t-65 {
    margin-top: 65px;
  }
  .m-xs-t-70 {
    margin-top: 70px;
  }
  .m-xs-t-75 {
    margin-top: 75px;
  }
  .m-xs-t-80 {
    margin-top: 80px;
  }
  .m-xs-t-85 {
    margin-top: 85px;
  }
  .m-xs-t-90 {
    margin-top: 90px;
  }
  .m-xs-t-95 {
    margin-top: 95px;
  }
  .m-xs-t-100 {
    margin-top: 100px;
  }
  .m-xs-r-0 {
    margin-right: 0;
  }
  .m-xs-r-5 {
    margin-right: 5px;
  }
  .m-xs-r-10 {
    margin-right: 10px;
  }
  .m-xs-r-15 {
    margin-right: 15px;
  }
  .m-xs-r-20 {
    margin-right: 20px;
  }
  .m-xs-r-25 {
    margin-right: 25px;
  }
  .m-xs-r-30 {
    margin-right: 30px;
  }
  .m-xs-r-35 {
    margin-right: 35px;
  }
  .m-xs-r-40 {
    margin-right: 40px;
  }
  .m-xs-r-45 {
    margin-right: 45px;
  }
  .m-xs-r-50 {
    margin-right: 50px;
  }
  .m-xs-r-55 {
    margin-right: 55px;
  }
  .m-xs-r-60 {
    margin-right: 60px;
  }
  .m-xs-r-65 {
    margin-right: 65px;
  }
  .m-xs-r-70 {
    margin-right: 70px;
  }
  .m-xs-r-75 {
    margin-right: 75px;
  }
  .m-xs-r-80 {
    margin-right: 80px;
  }
  .m-xs-r-85 {
    margin-right: 85px;
  }
  .m-xs-r-90 {
    margin-right: 90px;
  }
  .m-xs-r-95 {
    margin-right: 95px;
  }
  .m-xs-r-100 {
    margin-right: 100px;
  }
  .m-xs-b-0 {
    margin-bottom: 0;
  }
  .m-xs-b-5 {
    margin-bottom: 5px;
  }
  .m-xs-b-10 {
    margin-bottom: 10px;
  }
  .m-xs-b-15 {
    margin-bottom: 15px;
  }
  .m-xs-b-20 {
    margin-bottom: 20px;
  }
  .m-xs-b-25 {
    margin-bottom: 25px;
  }
  .m-xs-b-30 {
    margin-bottom: 30px;
  }
  .m-xs-b-35 {
    margin-bottom: 35px;
  }
  .m-xs-b-40 {
    margin-bottom: 40px;
  }
  .m-xs-b-45 {
    margin-bottom: 45px;
  }
  .m-xs-b-50 {
    margin-bottom: 50px;
  }
  .m-xs-b-55 {
    margin-bottom: 55px;
  }
  .m-xs-b-60 {
    margin-bottom: 60px;
  }
  .m-xs-b-65 {
    margin-bottom: 65px;
  }
  .m-xs-b-70 {
    margin-bottom: 70px;
  }
  .m-xs-b-75 {
    margin-bottom: 75px;
  }
  .m-xs-b-80 {
    margin-bottom: 80px;
  }
  .m-xs-b-85 {
    margin-bottom: 85px;
  }
  .m-xs-b-90 {
    margin-bottom: 90px;
  }
  .m-xs-b-95 {
    margin-bottom: 95px;
  }
  .m-xs-b-100 {
    margin-bottom: 100px;
  }
  .m-xs-l-0 {
    margin-left: 0;
  }
  .m-xs-l-5 {
    margin-left: 5px;
  }
  .m-xs-l-10 {
    margin-left: 10px;
  }
  .m-xs-l-15 {
    margin-left: 15px;
  }
  .m-xs-l-20 {
    margin-left: 20px;
  }
  .m-xs-l-25 {
    margin-left: 25px;
  }
  .m-xs-l-30 {
    margin-left: 30px;
  }
  .m-xs-l-35 {
    margin-left: 35px;
  }
  .m-xs-l-40 {
    margin-left: 40px;
  }
  .m-xs-l-45 {
    margin-left: 45px;
  }
  .m-xs-l-50 {
    margin-left: 50px;
  }
  .m-xs-l-55 {
    margin-left: 55px;
  }
  .m-xs-l-60 {
    margin-left: 60px;
  }
  .m-xs-l-65 {
    margin-left: 65px;
  }
  .m-xs-l-70 {
    margin-left: 70px;
  }
  .m-xs-l-75 {
    margin-left: 75px;
  }
  .m-xs-l-80 {
    margin-left: 80px;
  }
  .m-xs-l-85 {
    margin-left: 85px;
  }
  .m-xs-l-90 {
    margin-left: 90px;
  }
  .m-xs-l-95 {
    margin-left: 95px;
  }
  .m-xs-l-100 {
    margin-left: 100px;
  }
}
@media screen and (max-width: 480px) {
  .p-xxs-t-0 {
    padding-top: 0;
  }
  .p-xxs-t-5 {
    padding-top: 5px;
  }
  .p-xxs-t-10 {
    padding-top: 10px;
  }
  .p-xxs-t-15 {
    padding-top: 15px;
  }
  .p-xxs-t-20 {
    padding-top: 20px;
  }
  .p-xxs-t-25 {
    padding-top: 25px;
  }
  .p-xxs-t-30 {
    padding-top: 30px;
  }
  .p-xxs-t-35 {
    padding-top: 35px;
  }
  .p-xxs-t-40 {
    padding-top: 40px;
  }
  .p-xxs-t-45 {
    padding-top: 45px;
  }
  .p-xxs-t-50 {
    padding-top: 50px;
  }
  .p-xxs-t-55 {
    padding-top: 55px;
  }
  .p-xxs-t-60 {
    padding-top: 60px;
  }
  .p-xxs-t-65 {
    padding-top: 65px;
  }
  .p-xxs-t-70 {
    padding-top: 70px;
  }
  .p-xxs-t-75 {
    padding-top: 75px;
  }
  .p-xxs-t-80 {
    padding-top: 80px;
  }
  .p-xxs-t-85 {
    padding-top: 85px;
  }
  .p-xxs-t-90 {
    padding-top: 90px;
  }
  .p-xxs-t-95 {
    padding-top: 95px;
  }
  .p-xxs-t-100 {
    padding-top: 100px;
  }
  .p-xxs-r-0 {
    padding-right: 0;
  }
  .p-xxs-r-5 {
    padding-right: 5px;
  }
  .p-xxs-r-10 {
    padding-right: 10px;
  }
  .p-xxs-r-15 {
    padding-right: 15px;
  }
  .p-xxs-r-20 {
    padding-right: 20px;
  }
  .p-xxs-r-25 {
    padding-right: 25px;
  }
  .p-xxs-r-30 {
    padding-right: 30px;
  }
  .p-xxs-r-35 {
    padding-right: 35px;
  }
  .p-xxs-r-40 {
    padding-right: 40px;
  }
  .p-xxs-r-45 {
    padding-right: 45px;
  }
  .p-xxs-r-50 {
    padding-right: 50px;
  }
  .p-xxs-r-55 {
    padding-right: 55px;
  }
  .p-xxs-r-60 {
    padding-right: 60px;
  }
  .p-xxs-r-65 {
    padding-right: 65px;
  }
  .p-xxs-r-70 {
    padding-right: 70px;
  }
  .p-xxs-r-75 {
    padding-right: 75px;
  }
  .p-xxs-r-80 {
    padding-right: 80px;
  }
  .p-xxs-r-85 {
    padding-right: 85px;
  }
  .p-xxs-r-90 {
    padding-right: 90px;
  }
  .p-xxs-r-95 {
    padding-right: 95px;
  }
  .p-xxs-r-100 {
    padding-right: 100px;
  }
  .p-xxs-b-0 {
    padding-bottom: 0;
  }
  .p-xxs-b-5 {
    padding-bottom: 5px;
  }
  .p-xxs-b-10 {
    padding-bottom: 10px;
  }
  .p-xxs-b-15 {
    padding-bottom: 15px;
  }
  .p-xxs-b-20 {
    padding-bottom: 20px;
  }
  .p-xxs-b-25 {
    padding-bottom: 25px;
  }
  .p-xxs-b-30 {
    padding-bottom: 30px;
  }
  .p-xxs-b-35 {
    padding-bottom: 35px;
  }
  .p-xxs-b-40 {
    padding-bottom: 40px;
  }
  .p-xxs-b-45 {
    padding-bottom: 45px;
  }
  .p-xxs-b-50 {
    padding-bottom: 50px;
  }
  .p-xxs-b-55 {
    padding-bottom: 55px;
  }
  .p-xxs-b-60 {
    padding-bottom: 60px;
  }
  .p-xxs-b-65 {
    padding-bottom: 65px;
  }
  .p-xxs-b-70 {
    padding-bottom: 70px;
  }
  .p-xxs-b-75 {
    padding-bottom: 75px;
  }
  .p-xxs-b-80 {
    padding-bottom: 80px;
  }
  .p-xxs-b-85 {
    padding-bottom: 85px;
  }
  .p-xxs-b-90 {
    padding-bottom: 90px;
  }
  .p-xxs-b-95 {
    padding-bottom: 95px;
  }
  .p-xxs-b-100 {
    padding-bottom: 100px;
  }
  .p-xxs-l-0 {
    padding-left: 0;
  }
  .p-xxs-l-5 {
    padding-left: 5px;
  }
  .p-xxs-l-10 {
    padding-left: 10px;
  }
  .p-xxs-l-15 {
    padding-left: 15px;
  }
  .p-xxs-l-20 {
    padding-left: 20px;
  }
  .p-xxs-l-25 {
    padding-left: 25px;
  }
  .p-xxs-l-30 {
    padding-left: 30px;
  }
  .p-xxs-l-35 {
    padding-left: 35px;
  }
  .p-xxs-l-40 {
    padding-left: 40px;
  }
  .p-xxs-l-45 {
    padding-left: 45px;
  }
  .p-xxs-l-50 {
    padding-left: 50px;
  }
  .p-xxs-l-55 {
    padding-left: 55px;
  }
  .p-xxs-l-60 {
    padding-left: 60px;
  }
  .p-xxs-l-65 {
    padding-left: 65px;
  }
  .p-xxs-l-70 {
    padding-left: 70px;
  }
  .p-xxs-l-75 {
    padding-left: 75px;
  }
  .p-xxs-l-80 {
    padding-left: 80px;
  }
  .p-xxs-l-85 {
    padding-left: 85px;
  }
  .p-xxs-l-90 {
    padding-left: 90px;
  }
  .p-xxs-l-95 {
    padding-left: 95px;
  }
  .p-xxs-l-100 {
    padding-left: 100px;
  }
  .m-xxs-t-0 {
    margin-top: 0;
  }
  .m-xxs-t-5 {
    margin-top: 5px;
  }
  .m-xxs-t-10 {
    margin-top: 10px;
  }
  .m-xxs-t-15 {
    margin-top: 15px;
  }
  .m-xxs-t-20 {
    margin-top: 20px;
  }
  .m-xxs-t-25 {
    margin-top: 25px;
  }
  .m-xxs-t-30 {
    margin-top: 30px;
  }
  .m-xxs-t-35 {
    margin-top: 35px;
  }
  .m-xxs-t-40 {
    margin-top: 40px;
  }
  .m-xxs-t-45 {
    margin-top: 45px;
  }
  .m-xxs-t-50 {
    margin-top: 50px;
  }
  .m-xxs-t-55 {
    margin-top: 55px;
  }
  .m-xxs-t-60 {
    margin-top: 60px;
  }
  .m-xxs-t-65 {
    margin-top: 65px;
  }
  .m-xxs-t-70 {
    margin-top: 70px;
  }
  .m-xxs-t-75 {
    margin-top: 75px;
  }
  .m-xxs-t-80 {
    margin-top: 80px;
  }
  .m-xxs-t-85 {
    margin-top: 85px;
  }
  .m-xxs-t-90 {
    margin-top: 90px;
  }
  .m-xxs-t-95 {
    margin-top: 95px;
  }
  .m-xxs-t-100 {
    margin-top: 100px;
  }
  .m-xxs-r-0 {
    margin-right: 0;
  }
  .m-xxs-r-5 {
    margin-right: 5px;
  }
  .m-xxs-r-10 {
    margin-right: 10px;
  }
  .m-xxs-r-15 {
    margin-right: 15px;
  }
  .m-xxs-r-20 {
    margin-right: 20px;
  }
  .m-xxs-r-25 {
    margin-right: 25px;
  }
  .m-xxs-r-30 {
    margin-right: 30px;
  }
  .m-xxs-r-35 {
    margin-right: 35px;
  }
  .m-xxs-r-40 {
    margin-right: 40px;
  }
  .m-xxs-r-45 {
    margin-right: 45px;
  }
  .m-xxs-r-50 {
    margin-right: 50px;
  }
  .m-xxs-r-55 {
    margin-right: 55px;
  }
  .m-xxs-r-60 {
    margin-right: 60px;
  }
  .m-xxs-r-65 {
    margin-right: 65px;
  }
  .m-xxs-r-70 {
    margin-right: 70px;
  }
  .m-xxs-r-75 {
    margin-right: 75px;
  }
  .m-xxs-r-80 {
    margin-right: 80px;
  }
  .m-xxs-r-85 {
    margin-right: 85px;
  }
  .m-xxs-r-90 {
    margin-right: 90px;
  }
  .m-xxs-r-95 {
    margin-right: 95px;
  }
  .m-xxs-r-100 {
    margin-right: 100px;
  }
  .m-xxs-b-0 {
    margin-bottom: 0;
  }
  .m-xxs-b-5 {
    margin-bottom: 5px;
  }
  .m-xxs-b-10 {
    margin-bottom: 10px;
  }
  .m-xxs-b-15 {
    margin-bottom: 15px;
  }
  .m-xxs-b-20 {
    margin-bottom: 20px;
  }
  .m-xxs-b-25 {
    margin-bottom: 25px;
  }
  .m-xxs-b-30 {
    margin-bottom: 30px;
  }
  .m-xxs-b-35 {
    margin-bottom: 35px;
  }
  .m-xxs-b-40 {
    margin-bottom: 40px;
  }
  .m-xxs-b-45 {
    margin-bottom: 45px;
  }
  .m-xxs-b-50 {
    margin-bottom: 50px;
  }
  .m-xxs-b-55 {
    margin-bottom: 55px;
  }
  .m-xxs-b-60 {
    margin-bottom: 60px;
  }
  .m-xxs-b-65 {
    margin-bottom: 65px;
  }
  .m-xxs-b-70 {
    margin-bottom: 70px;
  }
  .m-xxs-b-75 {
    margin-bottom: 75px;
  }
  .m-xxs-b-80 {
    margin-bottom: 80px;
  }
  .m-xxs-b-85 {
    margin-bottom: 85px;
  }
  .m-xxs-b-90 {
    margin-bottom: 90px;
  }
  .m-xxs-b-95 {
    margin-bottom: 95px;
  }
  .m-xxs-b-100 {
    margin-bottom: 100px;
  }
  .m-xxs-l-0 {
    margin-left: 0;
  }
  .m-xxs-l-5 {
    margin-left: 5px;
  }
  .m-xxs-l-10 {
    margin-left: 10px;
  }
  .m-xxs-l-15 {
    margin-left: 15px;
  }
  .m-xxs-l-20 {
    margin-left: 20px;
  }
  .m-xxs-l-25 {
    margin-left: 25px;
  }
  .m-xxs-l-30 {
    margin-left: 30px;
  }
  .m-xxs-l-35 {
    margin-left: 35px;
  }
  .m-xxs-l-40 {
    margin-left: 40px;
  }
  .m-xxs-l-45 {
    margin-left: 45px;
  }
  .m-xxs-l-50 {
    margin-left: 50px;
  }
  .m-xxs-l-55 {
    margin-left: 55px;
  }
  .m-xxs-l-60 {
    margin-left: 60px;
  }
  .m-xxs-l-65 {
    margin-left: 65px;
  }
  .m-xxs-l-70 {
    margin-left: 70px;
  }
  .m-xxs-l-75 {
    margin-left: 75px;
  }
  .m-xxs-l-80 {
    margin-left: 80px;
  }
  .m-xxs-l-85 {
    margin-left: 85px;
  }
  .m-xxs-l-90 {
    margin-left: 90px;
  }
  .m-xxs-l-95 {
    margin-left: 95px;
  }
  .m-xxs-l-100 {
    margin-left: 100px;
  }
}




.b24_2016_menu {
	padding-top: 15px;
	padding-bottom: 25px;
	background: rgba(255,255,255,0.6);
	position: fixed;
	top: 75px;
	width: 100%;
	z-index: 99;
	margin: 0 auto;
	text-align: center;
  z-index: 1;
}
.b24_2016_menu.fixed_menu {
	position: fixed;
}
.hide_box_menu {
	width: 100%;
	height: 0;
}
.all_free {
	background-image: none!important;
}
.all_free .l1 {
    background: url(images/options.png) no-repeat 0 0;
    height: 64px;
    padding: 10px;
    padding-left: 80px;
    line-height: 22px;
    margin-bottom: 20px;
}
.b24_2016_menu a {
	border: 2px solid #d5eaa9;
	color: #d5eaa9;
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	text-decoration: none;
	margin: 0 7px;
	background: #fff;
	border: 2px solid #98c128;
	color: #98c128;	
}
.b24_2016_menu a:hover {
	border: 2px solid transparent;
	background: #a3cc3d;
	background: -moz-linear-gradient(top,  #8caf38 0%, #a3cc3d 100%);
	background: -webkit-linear-gradient(top,  #8caf38 0%,#a3cc3d 100%);
	background: linear-gradient(to bottom,  #8caf38 0%,#a3cc3d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8caf38', endColorstr='#a3cc3d',GradientType=0 );
	color: #fff;
	position: relative;	
	border-bottom: 2px solid #a3cc3d;	
}
.b24_2016_menu a.act {
	border: 2px solid transparent;
	background: #a3cc3d;
	background: -moz-linear-gradient(top,  #8caf38 0%, #a3cc3d 100%);
	background: -webkit-linear-gradient(top,  #8caf38 0%,#a3cc3d 100%);
	background: linear-gradient(to bottom,  #8caf38 0%,#a3cc3d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8caf38', endColorstr='#a3cc3d',GradientType=0 );
	color: #fff;
	position: relative;	
	border-bottom: 2px solid #a3cc3d;
}
.b24_2016_menu a.act::after {
	background: #a3cc3d;
	color: #fff;	
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -7px;
	margin-bottom: -9px;
}
.b24_2016_video {
	height: 975px;
	background: url(images/video-bg-min.jpg) no-repeat 50% 50%;
	background-size: cover;
	position: relative;
	text-align: center;
}
.b24_2016_video_bg {
	background: rgba(0,0,0,0.75);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.b24_2016_video_content {
	color: #fff;
	text-align: center;
	
}
.b24_2016_video_content a {
	color: #fff;
	text-decoration: underline;
}
.b24_2016_video_content .line_1 {
	font-size: 38px;
}
.b24_2016_video_content .line_3 {
	font-size: 30px;
}

.b24_2016_video_content .btn_play {
	display: block;
	width: 80px;
	height: 80px;
	border: 2px solid rgba(255,255,255,.65);
	cursor: pointer;
	margin: 30px auto;
	border-radius: 50%;
	position: relative;
}
.b24_2016_video_content .btn_play::after, .b24_2016_video_content .btn_play::before {
    content: ''; 
    position: absolute;
    left: 26px; 
	top: 25px;
    border: 14px solid transparent;
}
.b24_2016_video_content .btn_play::after {
    border-left: 28px solid rgba(255,255,255,.65);
}
.b24_2016_video_content .btn_play:hover::after {
    border-left: 28px solid rgba(255,255,255,1);
}
.b24_2016_video_content .btn_play:hover {
    border-color: rgba(255,255,255,1);
}
.b24_2016_video_player {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
}
.b24_2016_price {

}

.b24_2016_price .title {
	margin: 0 50px;
	margin-top: 80px;
	color: #000;
	font-size: 40px;
	
}
.b24_2016_price .description {
	margin: 20px 50px;
	color: #000;
	font-size: 30px;
	
	max-width: 650px;
}
.b24_2016_price .menu {
	margin: 20px 50px;
	text-align: center;
	display: block;
}
.b24_2016_price .menu a {
	border: 2px solid #d5eaa9;
	color: #d5eaa9;
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	text-decoration: none;
	margin: 0;
	background: #efefef;
	margin-right: 50px;
	border: 2px solid #98c128;
	color: #98c128;	
}
.b24_2016_price .menu a:hover {
	border: 2px solid transparent;
	background: #a3cc3d;
	background: -moz-linear-gradient(top,  #8caf38 0%, #a3cc3d 100%);
	background: -webkit-linear-gradient(top,  #8caf38 0%,#a3cc3d 100%);
	background: linear-gradient(to bottom,  #8caf38 0%,#a3cc3d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8caf38', endColorstr='#a3cc3d',GradientType=0 );
	color: #fff;
	position: relative;	
	border-bottom: 2px solid #a3cc3d;
}
.b24_2016_price .menu a.act {
	border: 2px solid transparent;
	background: #a3cc3d;
	background: -moz-linear-gradient(top,  #8caf38 0%, #a3cc3d 100%);
	background: -webkit-linear-gradient(top,  #8caf38 0%,#a3cc3d 100%);
	background: linear-gradient(to bottom,  #8caf38 0%,#a3cc3d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8caf38', endColorstr='#a3cc3d',GradientType=0 );
	color: #fff;
	position: relative;	
	border-bottom: 2px solid #a3cc3d;
}
.b24_2016_price .menu a.act::after {
	background: #a3cc3d;
	color: #fff;	
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -7px;
	margin-bottom: -9px;
}
.b24_2016_price .menu .free {
	position: absolute;
	font-size: 10px;
	margin-top: -14px;
}
.b24_2016_price .slider_box {
	position: relative;
	margin-top: 40px;
	display: none;
}
.b24_2016_price .slider_box .rowb {
	float: left;
	margin-right: 35px;
	width: 356px;
	box-shadow: 0px 3px 7px rgba(0,0,0,.31);
	padding: 25px;
	background-color: #f7f7f7;
	background-image: url(images/b24box.png);
	background-repeat: no-repeat;
	background-position: 25px 75px;
	position: relative;
}
.b24_2016_price .slider_box .rowb:hover {
	box-shadow: 0px 20px 40px rgba(0,0,0,.21);
}
.b24_2016_price .slider_box .left {
	width: 160px;
	position: absolute;
	right: 0;
	margin-top: 95px;
}
.b24_2016_price .slider_box .line_1 {
	font-size: 36px;
	
}
.b24_2016_price .slider_box .line_2 {
	font-size: 18px;
	
	text-decoration: line-through;
	position:relative;
	display: inline-block;
	padding-right: 20px;
}
.b24_2016_price .slider_box .line_2::after {
	content: '';
}
.b24_2016_price .slider_box .line_3 {
	font-size: 36px;
	font-family: 'helv_bold';
	position:relative;
	display: inline-block;
	padding-right: 20px;
	color: #000;
}
.b24_2016_price .slider_box .line_3::after {
	content: '';
	background: url(images/rubico.png) no-repeat;
	width: 17px;
	height: 18px;
	position: absolute; 
	right: 0;
	top: 0;
}
.b24_2016_price .slider_box .line_4 {
	font-size: 14px;
	
}
.b24_2016_price .slider_box a.buy_btn {
	background: #0bbed8;
	background: -moz-linear-gradient(top,  #0bbed8 0%, #0bbfd8 100%);
	background: -webkit-linear-gradient(top,  #0bbed8 0%,#0bbfd8 100%);
	background: linear-gradient(to bottom,  #0bbed8 0%,#0bbfd8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bbed8', endColorstr='#0bbfd8',GradientType=0 );
	display: block;
	font-size: 22px;
	color: #fff;
	text-align: center;
	line-height: 64px;
	height: 64px;
	border-radius: 3px;
	text-decoration: none;
}
.b24_2016_price .slider_box a.buy_btn:hover {
	background: #0bbed8;
	background: -moz-linear-gradient(top,  #0bbed8 0%, #0aa6b9 100%);
	background: -webkit-linear-gradient(top,  #0bbed8 0%,#0aa6b9 100%);
	background: linear-gradient(to bottom,  #0bbed8 0%,#0aa6b9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bbed8', endColorstr='#0aa6b9',GradientType=0 );	
}
.b24_2016_price .slider_box .line_5 {
	margin: 20px 0;
	width: 100%;
	font-size: 14px;
	
}
.b24_2016_price .slider_box .l1 {
	background: url(images/options.png) no-repeat 0 0;
	height: 64px;
	padding: 10px;
	padding-left: 80px;
	line-height: 22px;
	margin-bottom: 20px;
}
.b24_2016_price .slider_box .l2 {
	background: url(images/options.png) no-repeat 0 -79px;
	height: 64px;
	padding: 10px;
	padding-left: 80px;
	line-height: 22px;
}
.b24_2016_price .slider_box .l4 {
	background: url(images/sprite_t1.png) no-repeat 0 0;
	height: 64px;
	padding: 10px;
	padding-left: 80px;
	line-height: 22px;
}
.b24_2016_price .slider_box .l3 {
	background: url(images/sprite_t1.png) no-repeat 0 -79px;
	height: 64px;
	padding: 10px;
	padding-left: 80px;
	line-height: 22px;
}
.b24_2016_price .slider_box .line_6 {
	font-size: 36px;
	color: #6e6e6e;
	text-align: center;
	
	margin-top: 20px;
}
.b24_2016_price .slider_box .sale_ico {
	width: 107px;
	height: 180px;
	float: right;
	background: url(images/sale-ico.png) no-repeat;
	text-align: center;
	line-height: 107px;
	color: #fff;
	font-size: 36px;
	
}
.b24_2016_price .lnk {
	text-align: center;
	margin: 30px;
}
.b24_2016_price .diff_table {
	display: none;
}
.b24_2016_tax {
	margin-top: 50px;
}
.b24_2016_tax .info_box {
	margin: 0 50px;
	max-width: 850px;
	
}
.b24_2016_tax .icon-plus:before {
	top: -5px;
}
.b24_2016_tax .icon-minus:before {
	top: -8px;
}
.page-vnedrenie_bitrix24_new .block-10 {
	background-size: cover;
	margin-bottom: 0;
	padding-bottom: 30px;
}
.b24_application_form {
	background: #efefef;
}
.b24_application_form .form {
	background: #f1f3f2;
}
.b24_application_form h2 {
	
	margin: 50px 0;
}
.why_we {
	height: 250px;
}
#why_we p {
    
    font-size: 18px;
}
.why_we .line_1 {
	
	font-size: 36px;
	margin: 0 50px;
}
.why_we .line_2 {
	
	font-size: 20px;
	margin: 20px 50px;
}
.why_we .code_box_input {
	position: absolute;
	top: 0;
	right: 440px;
	background: #fff;
    display: none;
    width: 650px;
    height: 500px;
}
.why_we .code_box_input .img {
	background: url(images/podarok.png) no-repeat;
	width: 221px;
	height: 242px;
	float: left;
}
.why_we .why_is {
    width: 280px;
    height: 50px;
    position: absolute;
    top: 190px;
    right: 50px;
    cursor: pointer;
    display: block;
	z-index: 9999;
}
.code_box {
	background: url(images/code.png) no-repeat;
	width: 728px;
	height: 295px;
	position: fixed;
	top: 35px;
	right: 0;
	transition: 1s;
	z-index: 900;
}
.get_code {
	font-family: 'helv_light_italic';
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: 140px;
	left: 30px;
	color: #000;
	text-shadow: 0 0 2px #fff;
}
.get_code_back {
	font-family: 'helv_light_italic';
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: 185px;
	left: 30px;
	display: none;
	color: #000;
	text-shadow: 0 0 2px #fff;
}
#application_form {
	margin-top: 0px;
	box-shadow: none;

}
.mr-0 {
	margin-right: 0!important;
}
.diff_table .col-xs-4 {
	font-family: 'helv_bold';
}
.diff_table .col-xs-4 .dop_info {
	
}
.diff_table .tariff-item.b0 {
	height: 80px
}
.diff_table .tariff-item.b1 {
	height: 40px
}
.diff_table .tariff-item.b2 {
	height: 40px
}
.diff_table .tariff-item.b3 {
	height: 100px
}
.diff_table .tariff-item.b4 {
	height: 60px
}
.diff_table .tariff-item.b5 {
	height: 40px
}
.diff_table .tariff-item.b6 {
	height: 80px
}
.diff_table .tariff-title {
	
	color: #000;
}
.diff_table .tariff-title .i {
	font-family: 'helv_bold';
	color: #2fc7f7;
}
.diff_table .icon-plus:before {
	top: -5px;
}
.page-vnedrenie_bitrix24_new h2, .b24_2016_portfolio h2 {
	
	font-weight: 300;
	margin-left: 20px;
}
.competition_new {
    width: 1010px;
    text-align: left;
	padding-left: 350px;
	
	font-size: 16px;
	padding-top: 50px;
	height: 300px;
}
.pt_card_prof {
    width: 106px;
    height: 32px;
    background: url('images/medal.png') no-repeat;
    display: block;
	margin: 10px 0;
}
.pt_card_prof.i1c {
    background-position: 0 -63px;
}
.pt_card_prof.b24 {
    background-position: -436px -63px;
}
.pt_card_prof.corp {
    background-position: -218px -63px;
}
.b24_2016_integration_box {
	width: 1100px;
	overflow: hidden;
	position: relative;
	height: 600px;
	margin: 0 auto;
}
.b24_2016_integration_box::before {
	width: 100%;
	height:30px;
	border-radius: 50%;
	box-shadow: 0 0 20px rgba(0,0,0,.4);
	content: '';
	display: block;
	position: absolute;
	bottom: -30px;
	left: 0;
	z-index: 100; 
}
.b24_2016_integration_box .owl-item {
	float: left;
}
.b24_2016_integration_box .item_box {
	width: 1100px;
	overflow: hidden;
}
.b24_2016_integration_box .img_box {
	width: 500px;
	overflow: hidden;
	float: left;
}
.b24_2016_integration_box .img_box img {
	display: block;
	width: 100%;
}
.b24_2016_integration_box .info_box {
	float: right;
	width: 550px;
}
.b24_2016_integration_box .info_box img {
	max-width: 350px;
	display: block;
	margin-bottom: 30px;
}
.b24_2016_integration_box .info_box .b1 {
	font-family: 'helv_bold';
	font-size: 18px;
	margin-bottom: 30px;
}
.b24_2016_integration_box .info_box .b2 {
	
	font-size: 14px;
}
.b24_2016_integration_box_prev {
	cursor: pointer;
	color: #161616;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 35px;
	left: 0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	opacity: .5;
}
.b24_2016_integration_box_next {
	cursor: pointer;
	color: #161616;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 35px;
	right: 0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	opacity: .5;
}
.b24_2016_integration_box_next:hover, .b24_2016_integration_box_prev:hover {
	opacity: .9;
}
@media screen and (max-width: 1200px) {
	.mobile-hide {
		display: none;
	}
	.b24_2016_price .lnk {
		display: none;
	}
	.b24_2016_menu, .hide_box_menu {
		display: none;
	}
	.b24_2016_video_content .line_2 {
		display: none;
	}
	.b24_2016_video_content .line_3 {
		display: none;
	}
	.code_box {
		display: none;
	}
	.b24_2016_price .slider_box .rowb {
		float: none;
		margin: 20px auto;
	}
	.mr-0 {
		margin-right: auto!important;
	}
	.b24_2016_price .menu {
		display: block;
	}
	.b24_2016_price .menu a {
		width: 100%;
		margin: 10px 0;
		text-align: center;
		
	}
	.b24_2016_price .menu a.act::after {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.b24_2016_price .slider_box .rowb {
		width: 320px;
	}
	.b24_2016_price .slider_box .left {
		width: 160px;
	}
}

.bg-medal {
	background: url(images/nedal-new.png) no-repeat 158px  -6px; 
}
@media screen and (max-width: 1200px) {
	.bg-medal {
		background: none; 
	}
	.competition_new {
		padding: 15px;
		width: auto;
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size: 18px;
		height: auto;
	}
}
.box_8 .title {
    text-align: center;
    padding: 20px 0px;
    margin-bottom: 0px;
    font-size: 52px;
    line-height: 1.2em;
    font-family: 'helv_light', Arial, Helvetica, sans-serif;
    margin-bottom: 18px;
    font-weight: normal;
}

.tabs_content .tab_content a.btn.dedede {
    background: #dedede;
}
.tabs_content .tab_content .item:hover a.btn.dedede {
    background: #d5eaa9;
}
.tabs_content .tab_content .item a.btn.dedede:hover {
    background: #c3e08c;
}


.b24_2018_prices {
	position: relative;
	padding-top: 70px;
}
.b24_2018_prices .tab_version {
	text-align: center;
	font-size: 0;
}
.b24_2018_prices .tab_version .btnv {
	display: inline-block;
	width: 280px;
	border-radius: 5px 0 0 5px;
	background-color: #f7f7f9;
	font-size: 17px;
	letter-spacing: 2px;
	line-height: 25px;
	color: #cccccc;
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	line-height: 58px;
	height: 58px;
	box-shadow: none!important;
	transition: all .2s ease-in;
	cursor: pointer;
}
.b24_2018_prices .tab_version .btnv.r {
	border-radius: 0 5px 5px 0;
}
.b24_2018_prices .tab_version .btnv.l::before {
	content: '';
	background: url(images/tab-ver-1.png) no-repeat;
	display: block;
	position: absolute;
	width: 229px;
	height: 108px;
	margin-top: -80px;
	margin-left: -115px;
	z-index: -1;
	filter: grayscale(1);
	opacity: .5;
	transition: all .2s ease-in;
}
.b24_2018_prices .tab_version .btnv.r::before {
	content: '';
	background: url(images/tab-ver-2.png) no-repeat;
	display: block;
	position: absolute;
	width: 191px;
	height: 131px;
	margin-top: -72px;
    margin-left: 253px;
	z-index: -1;
	filter: grayscale(1);
	opacity: .5;
	transition: all .2s ease-in;
}
.b24_2018_prices .tab_version .btnv:hover, .b24_2018_prices .tab_version .btnv.act {
	background-color: #0bcbd9;
	color: rgb(255,255,255);
}
.b24_2018_prices .tab_version .btnv:hover::before, .b24_2018_prices .tab_version .btnv.act::before {
	filter: grayscale(0);
	opacity: 1;
}
.b24_2018_prices .tab_tarif_header {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	font-family: "Proxima Nova Rg";
	font-size: 23px;
	height: 70px;
	color: rgb(0,0,0);
	margin-top: 80px;
}
.b24_2018_prices .tab_tarif_header .btnv {
	cursor: pointer;
	padding: 0 20px;
	border: 1px solid #fff;
	border-bottom: 1px solid #cccccc;
	line-height: 68px;
	display: inline-block;
	border-radius: 5px 5px 0 0; 
}
.b24_2018_prices .tab_tarif_header .btnv.act {
	cursor: pointer;
	padding: 0 20px;
	border: 1px solid #cccccc;
	border-bottom: 1px solid #fff;
	background: #fff;
}
.b24_2018_prices .tab_tarif_header .btnv span {
	border-bottom: 1px solid #cccccc;
	line-height: 1.1;
}
.b24_2018_prices .tab_tarif_header .btnv.act span {
	border-bottom: 1px solid #fff;
}
.b24_2018_prices .tab_tarif_content {
	margin-top: 60px;
}
.b24_2018_prices .tab_tarif_content .t {
	color: #fff;
	font-family: 'Proxima Nova Rg';
	font-weight: blold;
	font-size: 23px;
	text-align: center;
	background: #0bcbd9;
	border-radius: 5px 5px 0 0; 
	line-height: 58px;
	height: 58px;
}
.b24_2018_prices .tab_tarif_content .c {
	font-size: 23px;
	line-height: 1.1;
	padding: 30px;
	color: #000;
	background: rgba(247,247,249, .5);
	border-radius: 0 0 5px 5px; 	
	font-family: 'Proxima Nova Rg', 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif
}
.b24_2018_prices .tab_tarif_content .c span {font-size: 15px;}
.b24_2018_prices .tab_tarif_content .c span.small {font-size: 13px;display: block;}
.b24_2018_prices .tab_tarif_content .c span.h {font-size: 17px;}
.b24_2018_prices .tab_tarif_content .btnv {
	background: #d5d5d9; color: #fff;
	display: block;
	border-radius: 5px;
	font-size: 17px;
	letter-spacing: 2px;
	line-height: 25px;
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	line-height: 58px;
	height: 58px;
	transition: all .2s ease-in;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	margin-top: 30px;
}
.b24_2018_prices .tab_tarif_content .tabc {
	text-align: center;
}
.b24_2018_prices .tab_tarif_content .tabc:hover .btnv {
	background: #0bcbd9; color: #fff;
}
.b24_2018_prices .tabitem {display: none;}
.b24_2018_prices .tabitem_act {display: block;}
.b24_2018_prices .tab_versionc {
	display: none;
}
.b24_2018_prices .tab_versionc.tab_version_act {
	display: block;
}
.b24_2018_prices i.plus span {
	position: absolute;
	display: block;
	width: 17px;
	height: 17px;
	background: url(images/p-m-s.png) no-repeat 0 0;
	margin-left: -25px;
	margin-top: 6px;
}
.b24_2018_prices i.minus span {
	position: absolute;
	display: block;
	width: 17px;
	height: 17px;
	background: url(images/p-m-s.png) no-repeat 0 -17px;
	margin-left: -25px;
	margin-top: 6px;
}
.b24_2018_prices .p-m {
	padding-left: 44px;
	text-align: left;
}
.b24_2018_prices .tab_tarif_content .tabitem {
	position: relative;
}
.b24_2018_prices .selectrow {
	background: #efeff2;
	position: absolute;
	display: block;
	height: 25px;
	width: 100%;
	opacity: 0;
	top: 0;
	border-radius: 5px;
	transition: all .3s;
}
.b24_2018_prices .selectrow.show {
	opacity: 1;
}
.b24_2018_prices .c .text {
	font-size: 15px;
	height: 200px;
	min-height: 200px;
	transition: all .3s;
	overflow: hidden;
	position: relative;
	text-align: justify;
}
.b24_2018_prices .c .text:hover {
	height: auto;
}
.b24_2018_prices .c .text::after {
	content: '';
	display: block;
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, rgba(247,247,249, .5), rgba(247,247,249, .0));
}
.b24_2018_prices .c .text:hover::after {
	background: none;
}
.b24_2018_prices .slider-price {}
.b24_2018_prices .slider-price-controll {position: relative;}
.b24_2018_prices .price-text span {
    font-size: 23px!important;
}
.b24_2018_prices .slider-price span {
	display: none;
}
.b24_2018_prices .slider-price span.a {
	display: block;
}
.b24_2018_prices .slider-price-controll .next {
	background: url(images/arslider.png) no-repeat 0 0;
	width: 9px;
	height: 17px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.b24_2018_prices .slider-price-controll .prev {
	background: url(images/arslider.png) no-repeat -9px 0;
	width: 9px;
	height: 17px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
@media screen and (max-width: 749px) {
	.b24_2018_prices .tab_tarif_content {
		margin-top: 30px;
	}
	.b24_2018_prices .tab_tarif_header {
		width: 100%;
		border-bottom: 0;
		font-family: "Proxima Nova Rg";
		font-size: 15px;
		height: auto;
		color: rgb(0,0,0);
		margin-top: 30px;
	}
	.b24_2018_prices .tab_tarif_header .btnv {
		cursor: pointer;
		padding: 3px 5px;
		border: 0;
		border: 0;
		line-height: 1.1;
		display: inline-block;
		border-radius: 5px; 		
	}
	.b24_2018_prices .tab_tarif_header .btnv.act {
		cursor: pointer;
		padding: 3px 5px;
		border: 0;
		background: #b8e9ec;
		border-bottom: 0;
	}
	.b24_2018_prices .tab_tarif_header .btnv span {
		border-bottom: 1px solid #cccccc;
		line-height: 1.1;
	}
	.b24_2018_prices .tab_tarif_header .btnv.act span {
		border-bottom: 1px solid transparent;
	}
	.b24_2018_prices .tab_version .btnv.r::before {
		margin-top: -170px;
		margin-left: 143px;
	}
}
.banner_page {
	display: block; 
	height: 500px; 
	width: 100%; 
	background: url(images/B24.jpg) no-repeat scroll center center;
}
@media screen and (max-width: 1199px) {
	.banner_page {
		background: url(images/B24mob.jpg) no-repeat scroll center center;
	}
	.form-mrcrook .form-group.fild-message {
		float: left!important;
		height: 295px!important;
	}
	.form-mrcrook .form-group::after {
		content: '';
		display: block;
		clear: both;
	}
}
.tab_content ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.tab_content ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.tab_content .item.item_1 ol > li:before {
  content: "1." counters(item, ".");
  display: table-cell;
  padding-right: 0.6em;   
  font-weight: bold;  
}
.tab_content .item.item_2 ol > li:before {
  content: "2." counters(item, ".");
  display: table-cell;
  padding-right: 0.6em;    
}
.tab_content .item.item_3 ol > li:before {
  content: "3." counters(item, ".");
  display: table-cell;
  padding-right: 0.6em;    
}
.tabs_content .tab_content .item_summary .text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2; 
}
.tabs_list a{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    border-radius: 4px;
    border: 1px solid #dedede;
    transition-property: background-color;
    transition-duration: .2s;
}
.tabs_list a span {
    display: inline-block;
    line-height: 1.2;
}
.tabs_content {
    background: #f7f6f9;
    font-family: 'helv_light';
    padding-bottom: 70px;
    color: #000;
}
.tabs_content .tab_content {
    display: none;
}
.tabs_content .tab_content .inner {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;   
    box-shadow: 0px 27px 32px rgba(159,159,159, .14);
}
.tabs_content .tab_content.act {
    display: block;
}
.tabs_list a:hover,.tabs_list a.act {
    background: #d1f3fd;
    border-color: #d1f3fd;
    transition-property: background-color;
    transition-duration: .2s;
}   
.tabs_list a:hover span,.tabs_list a.act span {

}  
.tabs_content .tab_content h3 {
    font-size: 43px;
    padding: 50px 0;
    color: #000;
}
.tabs_content .tab_content h4 {
    font-size: 22px;
    padding-bottom: 50px;
    color: #939395;
}
.tabs_content .tab_content .item_summary {
    display: none;
    padding: 50px;
    background: #fffaf7;
    position: relative;
}
.tabs_content .tab_content .item_summary.paket {
    display: block;
}
.tabs_content .tab_content .item_summary .t, .tabs_content .tab_content .item_summary .summ_price {
    position: relative;
    max-width: 590px;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}
.tabs_content .tab_content a.btn {
    background: #d5eaa9;
    position: absolute;
    bottom: 50px;
    right: 50px;
}
.tabs_content .tab_content .item_summary.paket a.btn {
    bottom: 37px;
}
.tabs_content .tab_content a.btn:hover {
    background: #c3e08c;
}
.tabs_content .tab_content a.btn:active {
    background: #bcdd81;
}
.tabs_content .tab_content i.rub {
    font-weight: 300;
}
.tabs_content .tab_content .item {
    padding: 50px;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #f7f6f9;
}
.tabs_content .tab_content .item:hover {
    background: #f9f9f9;
}
.tabs_content .tab_content .item.select {
    background: #e7f9fe;
}
.tabs_content .tab_content .item.select:hover {
    background: #d1f3fd;
}
.tabs_content .tab_content .item .t {
    position: relative;
    max-width: 790px;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    cursor: pointer;
}
.tabs_content .tab_content .item .tt {
    position: relative;
    max-width: 790px;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}
.tabs_content .tab_content .item .tt span {
    line-height: 1.2;
    display: inline-block;    
}
.tabs_content .tab_content .item .t::before {
    content: '▼';
    font-size: 60%;
    position: absolute;
    left: -20px;
    line-height: 28px;
}
.tabs_content .tab_content .item.full .t::before {
    content: '▲';
}
.tabs_content .tab_content .item .t span {
    border-bottom: 1px dashed #9aa6a9;
    line-height: 1.2;
    display: inline-block;    
}
.tabs_content .tab_content .item .c {
    display: none;
    position: relative;
    max-width: 790px;
    font-size: 18px;
    padding-top: 10px;
}
.tabs_content .tab_content .item .ct {
    display: block;
    position: relative;
    max-width: 790px;
    font-size: 18px;
    padding-top: 10px;
}
.tabs_content .tab_content .item.full .c {
    display: block;
}
.tabs_content .tab_content .item i.rub {
    font-weight: 300;
}
.tabs_content .tab_content .item label {
    display: none;
    width: 54px;
    height: 54px;
    position: absolute;
    right: 55px;
    top: 38px;
    border-radius: 50%;
    background: #dedede;
    cursor: pointer;
}
.tabs_content .tab_content .item:hover label {
    display: block;
}
.tabs_content .tab_content .item label::before {
    content: 'Выбрать';
    position: absolute;
    line-height: 54px;
    top: 0;
    left: -80px;
    color: #9f9f9f;
    font-size: 15px;
    font-style: italic;
    display: none;
    font-weight: 300;
}
.tabs_content .tab_content .item:hover label::before {
    display: block;
}
.tabs_content .tab_content .item label::after {
    content: '√';
    font-size: 28px;
    line-height: 54px;
    width: 100%;
    text-align: center;
    color: #ebeaec;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.tabs_content .tab_content .item:hover label::after {
    display: block;
}
.tabs_content .tab_content .item label:hover::after {
    content: '';
}
.tabs_content .tab_content .item input {
    display: none;
}
.tabs_content .tab_content .item input:checked + label {
    background: #fff;
    display: block!important;
}
.tabs_content .tab_content .item input:checked + label::after {
    color: #4f4f4f;
    content: '√';
    display: block;
}
.tabs_content .tab_content .item input:checked + label:hover::after {
    content: '×';
}
.tabs_content .tab_content .item input:checked + label::before {
    content: 'Отменить';
}
.tabs_content .tab_content .item label input, .tabs_content .tab_content .item label div {
    display: none!important;
}
@media screen and (max-width: 768px) {
    .tabs_list a, .tabs_list a {
        margin-bottom: 15px;
    }
    .tabs_content .tab_content .item label {
        display: block;
        width: 54px;
        height: 54px;
        position: relative;
        margin: 15px auto 15px;
        top: 0;
        left:0;
    }    
    .tabs_content .tab_content .item label::before, .tabs_content .tab_content .item label::after {
        display: block;
    }
    .tabs_content .tab_content .item .t {
        font-size: 14px;
    }
    .tabs_content .tab_content .item .tt {
        font-size: 14px;
    }
    .tabs_content .tab_content .item .ct {
        font-size: 13px;
    }
    .tabs_content .tab_content a.btn {
        position: relative;
        top: 0;
        left: 0;
        font-size: 13px;
        margin-top: 15px;
    }
    .tabs_content .tab_content .item_summary .summ_position {
        font-size: 11px;
    }
}
i.rub {
    font-style: normal;
    font-family: sans-serif;
    font-size: 90%;
}
#fancybox-close {
    display: none!important;
}
body {
  font-size: 18px;
}
.partners {
  display: block !important;
  padding-top: 60px;
}
.partners img {
  max-height: 60px;
  width: auto;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .partners img {
    margin-bottom: 35px;
  }
}
.partners h3 {
  visibility: hidden;
  font-size: 0px;
}
.partners::before {
  display: block!important;
  visibility: visible!important;
  content: "Наши клиенты уже использующие Битрикс24"!important;
  text-align: center!important;
    font-family: 'helv_light';
    font-weight: 300;
    font-size: 43px;
	    line-height: 1.1;
    margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .partners h3:before {
    font-size: 36px !important;
  }
}
@media screen and (max-width: 768px) {
  .partners h3:before {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .page-vnedrenie_bitrix24_new h1,
  .page-vnedrenie_bitrix24_new h2,
  .page-vnedrenie_bitrix24_new h3 {
    text-align: center;
  }
}
.page-vnedrenie_bitrix24_new h1 {
  text-align: center;
  font-size: 60px;
}
@media screen and (max-width: 992px) {
  .page-vnedrenie_bitrix24_new h1 {
    font-size: 55px;
  }
}
@media screen and (max-width: 768px) {
  .page-vnedrenie_bitrix24_new h1 {
    font-size: 42px;
  }
}
.page-vnedrenie_bitrix24_new h2 {
  font-size: 43px;
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .page-vnedrenie_bitrix24_new h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .page-vnedrenie_bitrix24_new h2 {
    font-size: 30px;
  }
}
.page-vnedrenie_bitrix24_new ul {
  list-style: none;
}
.page-vnedrenie_bitrix24_new ul li {
  position: relative;
  padding-left: 25px;
}
.page-vnedrenie_bitrix24_new ul li:before {
  display: inline-block;
  margin-left: -25px;
  margin-right: 8px;
  content: "—";
}
.page-vnedrenie_bitrix24_new ul.ul-round li:before {
  margin-right: 20px;
  content: "·";
}
.page-vnedrenie_bitrix24_new .nowrap {
  white-space: nowrap;
}
.page-vnedrenie_bitrix24_new .rub {
  position: relative;
  left: -0.4em;
  white-space: nowrap;
}
.page-vnedrenie_bitrix24_new .rub:before {
  position: relative;
  display: inline-block;
  left: 0.5em;
  top: 0.1em;
  content: "–";
}
@media screen and (max-width: 768px) {
  .page-vnedrenie_bitrix24_new .btn {
    white-space: normal;
  }
}
@media screen and (max-width: 768px) {
  .page-vnedrenie_bitrix24_new .container {
    overflow: hidden;
  }
}
.page-vnedrenie_bitrix24_new .block-1 {
  background: url("images/clouds.png") top center no-repeat;
}
@media screen and (max-width: 480px) {
  .page-vnedrenie_bitrix24_new .block-1 img {
    width: 100%;
    height: auto;
  }
}
.page-vnedrenie_bitrix24_new .block-2 a {
  color: #535252;
  text-decoration: underline;
}
.page-vnedrenie_bitrix24_new .block-2 a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .page-vnedrenie_bitrix24_new .block-2 img {
    width: 100%;
    height: auto;
  }
}
.page-vnedrenie_bitrix24_new .block-3 {
  background: url("images/clouds.png") center -30px no-repeat;
}
.page-vnedrenie_bitrix24_new .block-3 .element-1 {
  padding-top: 180px;
}
@media screen and (max-width: 992px) {
  .page-vnedrenie_bitrix24_new .block-3 .element-1 {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-vnedrenie_bitrix24_new .block-3 .element-1 {
    padding-top: 0;
  }
}
.page-vnedrenie_bitrix24_new .block-4 {
  color: #fff;
  text-align: center;
  background: #b0d055;
}
.page-vnedrenie_bitrix24_new .block-4 .button {
  text-shadow: none;
  font-size: 21px;
  padding: 12px 23px;
  font-weight: normal;
  font-family: 'helv_bold', Arial, Helvetica, sans-serif;
  display: inline-flex;
}
.page-vnedrenie_bitrix24_new .block-5 {
  overflow: hidden;
  background: url("images/clouds-2.png") top center no-repeat;
}
.page-vnedrenie_bitrix24_new .block-6 {
  background: url("images/clouds.png") top center no-repeat;
}
@media screen and (max-width: 768px) {
  .page-vnedrenie_bitrix24_new .block-6 img {
    width: 100%;
    height: auto;
  }
}
.page-vnedrenie_bitrix24_new .block-7 .btn {
  white-space: normal;
}
.page-vnedrenie_bitrix24_new .block-8 {
  color: #fff;
  background: url("images/block-8-bg.jpg") top center no-repeat;
}
@media screen and (max-width: 768px) {
  .page-vnedrenie_bitrix24_new .block-8 {
    padding-bottom: 40px;
    background-size: cover;
  }
}
.page-vnedrenie_bitrix24_new .block-8 .btn {
  border: 2px solid #fff;
}
.page-vnedrenie_bitrix24_new .block-8 .btn:hover,
.page-vnedrenie_bitrix24_new .block-8 .btn:active {
  background: rgba(255, 255, 255, 0.3);
}
.page-vnedrenie_bitrix24_new .block-9 {
  padding-bottom: 160px;
  background: url("images/tablet.jpg") bottom right no-repeat;
}
@media screen and (max-width: 992px) {
  .page-vnedrenie_bitrix24_new .block-9 {
    padding-bottom: 400px;
    background-position: bottom center;
  }
}
@media screen and (max-width: 768px) {
  .page-vnedrenie_bitrix24_new .block-9 {
    background-size: 400px;
    padding-bottom: 340px !important;
  }
}
@media screen and (max-width: 480px) {
  .page-vnedrenie_bitrix24_new .block-9 {
    background-size: 300px;
  }
}
.page-vnedrenie_bitrix24_new .block-10 {
  background: url("images/block-10-bg.jpg") top center no-repeat;
}
@media screen and (max-width: 768px) {
  .page-vnedrenie_bitrix24_new .block-10 {
    background: none;
  }
}
.page-vnedrenie_bitrix24_new .block-10 .container {
  background: url("images/block-10-bg.png") top center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .page-vnedrenie_bitrix24_new .block-10 .container {
    margin-top: -90px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-vnedrenie_bitrix24_new .block-10 .container .btn {
    font-size: 18px;
  }
}
.page-vnedrenie_bitrix24_new .block-10 .btn {
  white-space: normal;
}
.page-vnedrenie_bitrix24_new .block-11 {
  color: #fff;
  background: url("images/block-11-bg.jpg") top center no-repeat;
}
@media screen and (max-width: 992px) {
  .page-vnedrenie_bitrix24_new .block-11 {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .page-vnedrenie_bitrix24_new .block-11 {
    margin-top: -45px;
  }
}
.page-vnedrenie_bitrix24_new .block-12 {
  font-size: 15px;
  background: url("images/clouds.png") bottom center no-repeat;
}
.page-vnedrenie_bitrix24_new .block-13 {
  position: relative;
  background: #2ec3f2;
  color: #fff;
}
.page-vnedrenie_bitrix24_new .block-13 h2 {
  font-family: 'helv_bold';
}
.page-vnedrenie_bitrix24_new .block-13-image {
  margin-left: -96px;
}
.page-vnedrenie_bitrix24_new .block-13 .sale-image {
  width: 100%;
  max-width: 525px;
  height: auto;
}
.popover {
  max-width: 350px !important;
  margin-right: 15px;
  z-index: 90 !important;
}
.popover-title {
  padding: 8px 14px 0px 14px;
  font-weight: bold;
  background-color: #fff;
  border-bottom: none;
}
.tariff-info {
  position: absolute;
  display: inline-block;
  box-sizing: content-box;
  left: -27px;
  top: 32px;
  height: 9px;
  width: 9px;
  border: 3px solid #bbb9b9;
  border-radius: 50%;
  background: #e6e3e3;
  cursor: pointer;
}
.tariff-info:hover {
  height: 13px;
  width: 13px;
  left: -30px;
  top: 30px;
  border-width: 4px;
}
.tariff-info:active {
  border-color: #2fc7f7;
}
.tariff-column {
  position: relative;
  padding: 5px;
  z-index: 10;
}
.tariff-column .btn {
  width: 100%;
}
.tariff-column.hover {
  position: relative;
  z-index: 10;
  border: 2px solid transparent;
}
.tariff-column.hover:hover {
  border-color: #b2edfc;
  border-radius: 5px;
}
.tariff-title {
  height: 80px;
  color: #2fc7f7;
  font-family: 'helv_bold', Arial, Helvetica, sans-serif;
}
.tariff-item {
  position: relative;
  height: 80px;
  z-index: 10;
}
.tariff-item.shaded {
  background: #fafafa;
}
.tariff-item.shaded:before {
  position: absolute;
  display: block;
  background: #fafafa;
  height: 100%;
  width: 2000px;
  left: -2000px;
  top: 0;
  content: "";
  z-index: 0;
}
.tariff-item.shaded:after {
  position: absolute;
  display: block;
  background: #fafafa;
  height: 100%;
  width: 3000px;
  right: -3000px;
  top: 0;
  content: "";
  z-index: 0;
}
.tariff-small .tariff-title {
  height: auto;
  font-size: 19px;
}
.tariff-small .tariff-small-button,
.tariff-small .percent {
  text-align: center;
}
.tariff-small .btn {
  padding: 20px 50px;
}
.tariff-small b {
  font-size: 16px;
}
.tariff-small-item {
  width: 320px;
  margin: 0 auto 30px auto;
  padding: 20px 30px;
  border: 2px solid #dadada;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .tariff-small-item {
    width: 290px;
  }
}
.tariff-small-item .tariff-info {
  left: -38px;
  top: 7px;
}
.tariff-small-item .tariff-info:hover {
  left: -41px;
  top: 5px;
}
@media screen and (max-width: 1200px) {
  .tariff-total.percent {
    font-size: 48px;
  }
}
@media screen and (max-width: 1200px) {
  .tariff-buy .btn {
    font-size: 17px;
  }
}
.tariff-note {
  padding: 2px 5px;
  background: #ededed;
  color: #b6b6b6;
}
.percent {
  font-size: 58px;
  color: #a1a1a1;
}
.child {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
}
.helper {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0px;
  zoom: 1;
}
.btn {
  font-size: 21px;
  padding: 10px 20px;
}
a.black,
a.black:active,
a.black:visited {
  color: #161616;
  text-decoration: underline;
}
a.black:hover {
  text-decoration: none;
}
.btn,
a.btn,
a.btn:active,
a.btn:visited,
a.btn:hover {
  display: inline-block;
  color: #fff;
  font-family: 'helv_bold';
  text-decoration: none;
}
.btn-green {
  border: none;
  border-radius: 5px;
  color: #fff;
  background: #97bf27;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk3YmYyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZWQ4NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #97bf27 0%, #aed856 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97bf27), color-stop(100%, #aed856));
  background: -webkit-linear-gradient(left, #97bf27 0%, #aed856 100%);
  background: -o-linear-gradient(left, #97bf27 0%, #aed856 100%);
  background: -ms-linear-gradient(left, #97bf27 0%, #aed856 100%);
  background: linear-gradient(to right, #97bf27 0%, #aed856 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#97bf27', endColorstr='#aed856', GradientType=1);
}
.btn-green:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aed856+0,97bf27+100 */
  background: #aed856;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlZDg1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5N2JmMjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #aed856 0%, #97bf27 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #aed856), color-stop(100%, #97bf27));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #aed856 0%, #97bf27 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #aed856 0%, #97bf27 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #aed856 0%, #97bf27 100%);
  /* IE10+ */
  background: linear-gradient(to right, #aed856 0%, #97bf27 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aed856', endColorstr='#97bf27', GradientType=1);
  /* IE6-8 */
}
.btn-black {
  border: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#040505+0,bec0c1+100 */
  background: #040505;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA0MDUwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZWMwYzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #040505 0%, #bec0c1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #040505), color-stop(100%, #bec0c1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #040505 0%, #bec0c1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #040505 0%, #bec0c1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #040505 0%, #bec0c1 100%);
  /* IE10+ */
  background: linear-gradient(to right, #040505 0%, #bec0c1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#040505', endColorstr='#bec0c1', GradientType=1);
  /* IE6-8 */
}
.btn-black:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bec0c1+6,040505+100 */
  background: #bec0c1;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2JSIgc3RvcC1jb2xvcj0iI2JlYzBjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNDA1MDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #bec0c1 6%, #040505 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(6%, #bec0c1), color-stop(100%, #040505));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #bec0c1 6%, #040505 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #bec0c1 6%, #040505 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #bec0c1 6%, #040505 100%);
  /* IE10+ */
  background: linear-gradient(to right, #bec0c1 6%, #040505 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bec0c1', endColorstr='#040505', GradientType=1);
  /* IE6-8 */
}
.btn:active {
  -webkit-box-shadow: inset 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
}
.gradient-green {
  background: #97bf27;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk3YmYyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZWQ4NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #97bf27 0%, #aed856 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #97bf27), color-stop(100%, #aed856));
  background: -webkit-linear-gradient(left, #97bf27 0%, #aed856 100%);
  background: -o-linear-gradient(left, #97bf27 0%, #aed856 100%);
  background: -ms-linear-gradient(left, #97bf27 0%, #aed856 100%);
  background: linear-gradient(to right, #97bf27 0%, #aed856 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#97bf27', endColorstr='#aed856', GradientType=1);
}
.icon-plus,
.icon-minus {
  position: relative;
  display: inline-block;
  height: 28px;
  width: 28px;
  border: 2px solid transparent;
  border-radius: 50%;
  line-height: 1;
}
.icon-plus:before,
.icon-minus:before {
  position: relative;
  display: inline-block;
  text-align: center;
  top: -8px;
}
.icon-plus {
  border-color: #49caf3;
  color: #49caf3;
}
.icon-plus:before {
  font-size: 34px;
  content: "+";
}
.icon-minus {
  border-color: #d1d6d9;
  color: #d1d6d9;
}
.icon-minus:before {
  font-size: 36px;
  content: "–";
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel .item {
  padding: 0 70px;
}
.carousel .item img {
  display: block;
  height: 115px;
  width: 115px;
  margin-bottom: 25px;
  border-radius: 50%;
}
.carousel .item a {
  display: inline-block;
  margin-top: 25px;
  color: #000;
  text-decoration: underline;
}
.carousel .item a:hover {
  text-decoration: none;
}
.carousel-control {
  width: 35px;
}
.carousel .glyphicon-menu-left,
.carousel .glyphicon-menu-right {
  color: #161616;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  font-size: 35px;
}
.carousel .glyphicon-menu-left {
  left: 15px;
}
.carousel .glyphicon-menu-right {
  left: auto;
  right: 15px;
}
#application_form {
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  #application_form {
    margin-top: 0;
  }
}
.form {
  padding: 60px 50px 20px 50px;
  background: #f0f2f1;
  -webkit-box-shadow: 0px 130px 145px -37px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 130px 145px -37px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 130px 145px -37px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  .form {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 480px) {
  .form {
    padding: 40px 20px 20px 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.form .name {
  background: url("../../../../services/prodvizhenie/leadgeneration/images/form-icon_01.png") no-repeat;
}
.form .phone {
  background: url("../../../../services/prodvizhenie/leadgeneration/images/form-icon_03.png") no-repeat;
}
.form .site {
  background: url("../../../../services/prodvizhenie/leadgeneration/images/form-icon_05.png") no-repeat;
}
.form .company {
  background: url("../../../../services/prodvizhenie/leadgeneration/images/form-icon_07.png") no-repeat;
}
.form .email {
  background: url("../../../../services/prodvizhenie/leadgeneration/images/form-icon_09.png") no-repeat;
}
.form .incorrect.name {
  background: url("../../../../services/prodvizhenie/leadgeneration/images/form-icon_02.png") no-repeat;
}
.form .incorrect.phone {
  background: url("../../../../services/prodvizhenie/leadgeneration/images/form-icon_04.png") no-repeat;
}
.form .incorrect.site {
  background: url("../../../../services/prodvizhenie/leadgeneration/images/form-icon_06.png") no-repeat;
}
.form .incorrect.company {
  background: url("../../../../services/prodvizhenie/leadgeneration/images/form-icon_08.png") no-repeat;
}
.form .incorrect.email {
  background: url("../../../../services/prodvizhenie/leadgeneration/images/form-icon_10.png") no-repeat;
}
.form .alert {
  padding: 0;
  margin-bottom: 10px;
  border: none;
  border-radius: none;
  color: #e54c70;
  text-align: right;
  font-size: 16px;
}
.form .form-group {
  margin-bottom: 40px;
}
.form .form-group .input {
  padding-left: 70px;
  padding-bottom: 8px;
}
.form .form-group .submit {
  text-align: right;
}
.form input[type="text"],
.form textarea {
  border: 2px solid #c6c6c6;
  border-radius: 3px;
  outline: none;
  background: #f0f2f1;
  padding: 10px 20px;
  width: 100%;
  resize: none;
}
.form input[type="submit"] {
  float: right;
  color: #fff;
  text-transform: uppercase;
  font-family: 'helv_bold', Arial, Helvetica, sans-serif;
  padding: 15px 40px;
  border: none;
  outline: none;
  border-radius: 3px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0ccdd9+0,0bb8d8+100 */
  background: #0ccdd9;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBjY2RkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYmI4ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #0ccdd9 0%, #0bb8d8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0ccdd9), color-stop(100%, #0bb8d8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #0ccdd9 0%, #0bb8d8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #0ccdd9 0%, #0bb8d8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #0ccdd9 0%, #0bb8d8 100%);
  /* IE10+ */
  background: linear-gradient(to right, #0ccdd9 0%, #0bb8d8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ccdd9', endColorstr='#0bb8d8', GradientType=1);
  /* IE6-8 */
}
.form input[type="submit"]:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0bb8d8+0,0ccdd9+100 */
  background: #0bb8d8;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiYjhkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwY2NkZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #0bb8d8 0%, #0ccdd9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0bb8d8), color-stop(100%, #0ccdd9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #0bb8d8 0%, #0ccdd9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #0bb8d8 0%, #0ccdd9 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #0bb8d8 0%, #0ccdd9 100%);
  /* IE10+ */
  background: linear-gradient(to right, #0bb8d8 0%, #0ccdd9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0bb8d8', endColorstr='#0ccdd9', GradientType=1);
  /* IE6-8 */
}
.form input[type="submit"]:active {
  -webkit-box-shadow: inset 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
}
.form .incorrect input[type="text"] {
  border-color: #e54c70;
}
.relative {
  position: relative;
}
.p-t-0 {
  padding-top: 0;
}
.p-t-5 {
  padding-top: 5px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-t-15 {
  padding-top: 15px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-t-25 {
  padding-top: 25px;
}
.p-t-30 {
  padding-top: 30px;
}
.p-t-35 {
  padding-top: 35px;
}
.p-t-40 {
  padding-top: 40px;
}
.p-t-45 {
  padding-top: 45px;
}
.p-t-50 {
  padding-top: 50px;
}
.p-t-55 {
  padding-top: 55px;
}
.p-t-60 {
  padding-top: 60px;
}
.p-t-65 {
  padding-top: 65px;
}
.p-t-70 {
  padding-top: 70px;
}
.p-t-75 {
  padding-top: 75px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-t-85 {
  padding-top: 85px;
}
.p-t-90 {
  padding-top: 90px;
}
.p-t-95 {
  padding-top: 95px;
}
.p-t-100 {
  padding-top: 100px;
}
.p-r-0 {
  padding-right: 0;
}
.p-r-5 {
  padding-right: 5px;
}
.p-r-10 {
  padding-right: 10px;
}
.p-r-15 {
  padding-right: 15px;
}
.p-r-20 {
  padding-right: 20px;
}
.p-r-25 {
  padding-right: 25px;
}
.p-r-30 {
  padding-right: 30px;
}
.p-r-35 {
  padding-right: 35px;
}
.p-r-40 {
  padding-right: 40px;
}
.p-r-45 {
  padding-right: 45px;
}
.p-r-50 {
  padding-right: 50px;
}
.p-r-55 {
  padding-right: 55px;
}
.p-r-60 {
  padding-right: 60px;
}
.p-r-65 {
  padding-right: 65px;
}
.p-r-70 {
  padding-right: 70px;
}
.p-r-75 {
  padding-right: 75px;
}
.p-r-80 {
  padding-right: 80px;
}
.p-r-85 {
  padding-right: 85px;
}
.p-r-90 {
  padding-right: 90px;
}
.p-r-95 {
  padding-right: 95px;
}
.p-r-100 {
  padding-right: 100px;
}
.p-b-0 {
  padding-bottom: 0;
}
.p-b-5 {
  padding-bottom: 5px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-b-15 {
  padding-bottom: 15px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-b-25 {
  padding-bottom: 25px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.p-b-35 {
  padding-bottom: 35px;
}
.p-b-40 {
  padding-bottom: 40px;
}
.p-b-45 {
  padding-bottom: 45px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-b-55 {
  padding-bottom: 55px;
}
.p-b-60 {
  padding-bottom: 60px;
}
.p-b-65 {
  padding-bottom: 65px;
}
.p-b-70 {
  padding-bottom: 70px;
}
.p-b-75 {
  padding-bottom: 75px;
}
.p-b-80 {
  padding-bottom: 80px;
}
.p-b-85 {
  padding-bottom: 85px;
}
.p-b-90 {
  padding-bottom: 90px;
}
.p-b-95 {
  padding-bottom: 95px;
}
.p-b-100 {
  padding-bottom: 100px;
}
.p-l-0 {
  padding-left: 0;
}
.p-l-5 {
  padding-left: 5px;
}
.p-l-10 {
  padding-left: 10px;
}
.p-l-15 {
  padding-left: 15px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-l-25 {
  padding-left: 25px;
}
.p-l-30 {
  padding-left: 30px;
}
.p-l-35 {
  padding-left: 35px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-l-45 {
  padding-left: 45px;
}
.p-l-50 {
  padding-left: 50px;
}
.p-l-55 {
  padding-left: 55px;
}
.p-l-60 {
  padding-left: 60px;
}
.p-l-65 {
  padding-left: 65px;
}
.p-l-70 {
  padding-left: 70px;
}
.p-l-75 {
  padding-left: 75px;
}
.p-l-80 {
  padding-left: 80px;
}
.p-l-85 {
  padding-left: 85px;
}
.p-l-90 {
  padding-left: 90px;
}
.p-l-95 {
  padding-left: 95px;
}
.p-l-100 {
  padding-left: 100px;
}
.m-t-0 {
  margin-top: 0;
}
.m-t-5 {
  margin-top: 5px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-35 {
  margin-top: 35px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-t-45 {
  margin-top: 45px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-t-55 {
  margin-top: 55px;
}
.m-t-60 {
  margin-top: 60px;
}
.m-t-65 {
  margin-top: 65px;
}
.m-t-70 {
  margin-top: 70px;
}
.m-t-75 {
  margin-top: 75px;
}
.m-t-80 {
  margin-top: 80px;
}
.m-t-85 {
  margin-top: 85px;
}
.m-t-90 {
  margin-top: 90px;
}
.m-t-95 {
  margin-top: 95px;
}
.m-t-100 {
  margin-top: 100px;
}
.m-r-0 {
  margin-right: 0;
}
.m-r-5 {
  margin-right: 5px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-r-35 {
  margin-right: 35px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-r-45 {
  margin-right: 45px;
}
.m-r-50 {
  margin-right: 50px;
}
.m-r-55 {
  margin-right: 55px;
}
.m-r-60 {
  margin-right: 60px;
}
.m-r-65 {
  margin-right: 65px;
}
.m-r-70 {
  margin-right: 70px;
}
.m-r-75 {
  margin-right: 75px;
}
.m-r-80 {
  margin-right: 80px;
}
.m-r-85 {
  margin-right: 85px;
}
.m-r-90 {
  margin-right: 90px;
}
.m-r-95 {
  margin-right: 95px;
}
.m-r-100 {
  margin-right: 100px;
}
.m-b-0 {
  margin-bottom: 0;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-b-55 {
  margin-bottom: 55px;
}
.m-b-60 {
  margin-bottom: 60px;
}
.m-b-65 {
  margin-bottom: 65px;
}
.m-b-70 {
  margin-bottom: 70px;
}
.m-b-75 {
  margin-bottom: 75px;
}
.m-b-80 {
  margin-bottom: 80px;
}
.m-b-85 {
  margin-bottom: 85px;
}
.m-b-90 {
  margin-bottom: 90px;
}
.m-b-95 {
  margin-bottom: 95px;
}
.m-b-100 {
  margin-bottom: 100px;
}
.m-l-0 {
  margin-left: 0;
}
.m-l-5 {
  margin-left: 5px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-l-35 {
  margin-left: 35px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-l-45 {
  margin-left: 45px;
}
.m-l-50 {
  margin-left: 50px;
}
.m-l-55 {
  margin-left: 55px;
}
.m-l-60 {
  margin-left: 60px;
}
.m-l-65 {
  margin-left: 65px;
}
.m-l-70 {
  margin-left: 70px;
}
.m-l-75 {
  margin-left: 75px;
}
.m-l-80 {
  margin-left: 80px;
}
.m-l-85 {
  margin-left: 85px;
}
.m-l-90 {
  margin-left: 90px;
}
.m-l-95 {
  margin-left: 95px;
}
.m-l-100 {
  margin-left: 100px;
}
@media screen and (min-width: 1200px) {
  .p-lg-t-0 {
    padding-top: 0;
  }
  .p-lg-t-5 {
    padding-top: 5px;
  }
  .p-lg-t-10 {
    padding-top: 10px;
  }
  .p-lg-t-15 {
    padding-top: 15px;
  }
  .p-lg-t-20 {
    padding-top: 20px;
  }
  .p-lg-t-25 {
    padding-top: 25px;
  }
  .p-lg-t-30 {
    padding-top: 30px;
  }
  .p-lg-t-35 {
    padding-top: 35px;
  }
  .p-lg-t-40 {
    padding-top: 40px;
  }
  .p-lg-t-45 {
    padding-top: 45px;
  }
  .p-lg-t-50 {
    padding-top: 50px;
  }
  .p-lg-t-55 {
    padding-top: 55px;
  }
  .p-lg-t-60 {
    padding-top: 60px;
  }
  .p-lg-t-65 {
    padding-top: 65px;
  }
  .p-lg-t-70 {
    padding-top: 70px;
  }
  .p-lg-t-75 {
    padding-top: 75px;
  }
  .p-lg-t-80 {
    padding-top: 80px;
  }
  .p-lg-t-85 {
    padding-top: 85px;
  }
  .p-lg-t-90 {
    padding-top: 90px;
  }
  .p-lg-t-95 {
    padding-top: 95px;
  }
  .p-lg-t-100 {
    padding-top: 100px;
  }
  .p-lg-r-0 {
    padding-right: 0;
  }
  .p-lg-r-5 {
    padding-right: 5px;
  }
  .p-lg-r-10 {
    padding-right: 10px;
  }
  .p-lg-r-15 {
    padding-right: 15px;
  }
  .p-lg-r-20 {
    padding-right: 20px;
  }
  .p-lg-r-25 {
    padding-right: 25px;
  }
  .p-lg-r-30 {
    padding-right: 30px;
  }
  .p-lg-r-35 {
    padding-right: 35px;
  }
  .p-lg-r-40 {
    padding-right: 40px;
  }
  .p-lg-r-45 {
    padding-right: 45px;
  }
  .p-lg-r-50 {
    padding-right: 50px;
  }
  .p-lg-r-55 {
    padding-right: 55px;
  }
  .p-lg-r-60 {
    padding-right: 60px;
  }
  .p-lg-r-65 {
    padding-right: 65px;
  }
  .p-lg-r-70 {
    padding-right: 70px;
  }
  .p-lg-r-75 {
    padding-right: 75px;
  }
  .p-lg-r-80 {
    padding-right: 80px;
  }
  .p-lg-r-85 {
    padding-right: 85px;
  }
  .p-lg-r-90 {
    padding-right: 90px;
  }
  .p-lg-r-95 {
    padding-right: 95px;
  }
  .p-lg-r-100 {
    padding-right: 100px;
  }
  .p-lg-b-0 {
    padding-bottom: 0;
  }
  .p-lg-b-5 {
    padding-bottom: 5px;
  }
  .p-lg-b-10 {
    padding-bottom: 10px;
  }
  .p-lg-b-15 {
    padding-bottom: 15px;
  }
  .p-lg-b-20 {
    padding-bottom: 20px;
  }
  .p-lg-b-25 {
    padding-bottom: 25px;
  }
  .p-lg-b-30 {
    padding-bottom: 30px;
  }
  .p-lg-b-35 {
    padding-bottom: 35px;
  }
  .p-lg-b-40 {
    padding-bottom: 40px;
  }
  .p-lg-b-45 {
    padding-bottom: 45px;
  }
  .p-lg-b-50 {
    padding-bottom: 50px;
  }
  .p-lg-b-55 {
    padding-bottom: 55px;
  }
  .p-lg-b-60 {
    padding-bottom: 60px;
  }
  .p-lg-b-65 {
    padding-bottom: 65px;
  }
  .p-lg-b-70 {
    padding-bottom: 70px;
  }
  .p-lg-b-75 {
    padding-bottom: 75px;
  }
  .p-lg-b-80 {
    padding-bottom: 80px;
  }
  .p-lg-b-85 {
    padding-bottom: 85px;
  }
  .p-lg-b-90 {
    padding-bottom: 90px;
  }
  .p-lg-b-95 {
    padding-bottom: 95px;
  }
  .p-lg-b-100 {
    padding-bottom: 100px;
  }
  .p-lg-l-0 {
    padding-left: 0;
  }
  .p-lg-l-5 {
    padding-left: 5px;
  }
  .p-lg-l-10 {
    padding-left: 10px;
  }
  .p-lg-l-15 {
    padding-left: 15px;
  }
  .p-lg-l-20 {
    padding-left: 20px;
  }
  .p-lg-l-25 {
    padding-left: 25px;
  }
  .p-lg-l-30 {
    padding-left: 30px;
  }
  .p-lg-l-35 {
    padding-left: 35px;
  }
  .p-lg-l-40 {
    padding-left: 40px;
  }
  .p-lg-l-45 {
    padding-left: 45px;
  }
  .p-lg-l-50 {
    padding-left: 50px;
  }
  .p-lg-l-55 {
    padding-left: 55px;
  }
  .p-lg-l-60 {
    padding-left: 60px;
  }
  .p-lg-l-65 {
    padding-left: 65px;
  }
  .p-lg-l-70 {
    padding-left: 70px;
  }
  .p-lg-l-75 {
    padding-left: 75px;
  }
  .p-lg-l-80 {
    padding-left: 80px;
  }
  .p-lg-l-85 {
    padding-left: 85px;
  }
  .p-lg-l-90 {
    padding-left: 90px;
  }
  .p-lg-l-95 {
    padding-left: 95px;
  }
  .p-lg-l-100 {
    padding-left: 100px;
  }
  .m-lg-t-0 {
    margin-top: 0;
  }
  .m-lg-t-5 {
    margin-top: 5px;
  }
  .m-lg-t-10 {
    margin-top: 10px;
  }
  .m-lg-t-15 {
    margin-top: 15px;
  }
  .m-lg-t-20 {
    margin-top: 20px;
  }
  .m-lg-t-25 {
    margin-top: 25px;
  }
  .m-lg-t-30 {
    margin-top: 30px;
  }
  .m-lg-t-35 {
    margin-top: 35px;
  }
  .m-lg-t-40 {
    margin-top: 40px;
  }
  .m-lg-t-45 {
    margin-top: 45px;
  }
  .m-lg-t-50 {
    margin-top: 50px;
  }
  .m-lg-t-55 {
    margin-top: 55px;
  }
  .m-lg-t-60 {
    margin-top: 60px;
  }
  .m-lg-t-65 {
    margin-top: 65px;
  }
  .m-lg-t-70 {
    margin-top: 70px;
  }
  .m-lg-t-75 {
    margin-top: 75px;
  }
  .m-lg-t-80 {
    margin-top: 80px;
  }
  .m-lg-t-85 {
    margin-top: 85px;
  }
  .m-lg-t-90 {
    margin-top: 90px;
  }
  .m-lg-t-95 {
    margin-top: 95px;
  }
  .m-lg-t-100 {
    margin-top: 100px;
  }
  .m-lg-r-0 {
    margin-right: 0;
  }
  .m-lg-r-5 {
    margin-right: 5px;
  }
  .m-lg-r-10 {
    margin-right: 10px;
  }
  .m-lg-r-15 {
    margin-right: 15px;
  }
  .m-lg-r-20 {
    margin-right: 20px;
  }
  .m-lg-r-25 {
    margin-right: 25px;
  }
  .m-lg-r-30 {
    margin-right: 30px;
  }
  .m-lg-r-35 {
    margin-right: 35px;
  }
  .m-lg-r-40 {
    margin-right: 40px;
  }
  .m-lg-r-45 {
    margin-right: 45px;
  }
  .m-lg-r-50 {
    margin-right: 50px;
  }
  .m-lg-r-55 {
    margin-right: 55px;
  }
  .m-lg-r-60 {
    margin-right: 60px;
  }
  .m-lg-r-65 {
    margin-right: 65px;
  }
  .m-lg-r-70 {
    margin-right: 70px;
  }
  .m-lg-r-75 {
    margin-right: 75px;
  }
  .m-lg-r-80 {
    margin-right: 80px;
  }
  .m-lg-r-85 {
    margin-right: 85px;
  }
  .m-lg-r-90 {
    margin-right: 90px;
  }
  .m-lg-r-95 {
    margin-right: 95px;
  }
  .m-lg-r-100 {
    margin-right: 100px;
  }
  .m-lg-b-0 {
    margin-bottom: 0;
  }
  .m-lg-b-5 {
    margin-bottom: 5px;
  }
  .m-lg-b-10 {
    margin-bottom: 10px;
  }
  .m-lg-b-15 {
    margin-bottom: 15px;
  }
  .m-lg-b-20 {
    margin-bottom: 20px;
  }
  .m-lg-b-25 {
    margin-bottom: 25px;
  }
  .m-lg-b-30 {
    margin-bottom: 30px;
  }
  .m-lg-b-35 {
    margin-bottom: 35px;
  }
  .m-lg-b-40 {
    margin-bottom: 40px;
  }
  .m-lg-b-45 {
    margin-bottom: 45px;
  }
  .m-lg-b-50 {
    margin-bottom: 50px;
  }
  .m-lg-b-55 {
    margin-bottom: 55px;
  }
  .m-lg-b-60 {
    margin-bottom: 60px;
  }
  .m-lg-b-65 {
    margin-bottom: 65px;
  }
  .m-lg-b-70 {
    margin-bottom: 70px;
  }
  .m-lg-b-75 {
    margin-bottom: 75px;
  }
  .m-lg-b-80 {
    margin-bottom: 80px;
  }
  .m-lg-b-85 {
    margin-bottom: 85px;
  }
  .m-lg-b-90 {
    margin-bottom: 90px;
  }
  .m-lg-b-95 {
    margin-bottom: 95px;
  }
  .m-lg-b-100 {
    margin-bottom: 100px;
  }
  .m-lg-l-0 {
    margin-left: 0;
  }
  .m-lg-l-5 {
    margin-left: 5px;
  }
  .m-lg-l-10 {
    margin-left: 10px;
  }
  .m-lg-l-15 {
    margin-left: 15px;
  }
  .m-lg-l-20 {
    margin-left: 20px;
  }
  .m-lg-l-25 {
    margin-left: 25px;
  }
  .m-lg-l-30 {
    margin-left: 30px;
  }
  .m-lg-l-35 {
    margin-left: 35px;
  }
  .m-lg-l-40 {
    margin-left: 40px;
  }
  .m-lg-l-45 {
    margin-left: 45px;
  }
  .m-lg-l-50 {
    margin-left: 50px;
  }
  .m-lg-l-55 {
    margin-left: 55px;
  }
  .m-lg-l-60 {
    margin-left: 60px;
  }
  .m-lg-l-65 {
    margin-left: 65px;
  }
  .m-lg-l-70 {
    margin-left: 70px;
  }
  .m-lg-l-75 {
    margin-left: 75px;
  }
  .m-lg-l-80 {
    margin-left: 80px;
  }
  .m-lg-l-85 {
    margin-left: 85px;
  }
  .m-lg-l-90 {
    margin-left: 90px;
  }
  .m-lg-l-95 {
    margin-left: 95px;
  }
  .m-lg-l-100 {
    margin-left: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .p-md-t-0 {
    padding-top: 0;
  }
  .p-md-t-5 {
    padding-top: 5px;
  }
  .p-md-t-10 {
    padding-top: 10px;
  }
  .p-md-t-15 {
    padding-top: 15px;
  }
  .p-md-t-20 {
    padding-top: 20px;
  }
  .p-md-t-25 {
    padding-top: 25px;
  }
  .p-md-t-30 {
    padding-top: 30px;
  }
  .p-md-t-35 {
    padding-top: 35px;
  }
  .p-md-t-40 {
    padding-top: 40px;
  }
  .p-md-t-45 {
    padding-top: 45px;
  }
  .p-md-t-50 {
    padding-top: 50px;
  }
  .p-md-t-55 {
    padding-top: 55px;
  }
  .p-md-t-60 {
    padding-top: 60px;
  }
  .p-md-t-65 {
    padding-top: 65px;
  }
  .p-md-t-70 {
    padding-top: 70px;
  }
  .p-md-t-75 {
    padding-top: 75px;
  }
  .p-md-t-80 {
    padding-top: 80px;
  }
  .p-md-t-85 {
    padding-top: 85px;
  }
  .p-md-t-90 {
    padding-top: 90px;
  }
  .p-md-t-95 {
    padding-top: 95px;
  }
  .p-md-t-100 {
    padding-top: 100px;
  }
  .p-md-r-0 {
    padding-right: 0;
  }
  .p-md-r-5 {
    padding-right: 5px;
  }
  .p-md-r-10 {
    padding-right: 10px;
  }
  .p-md-r-15 {
    padding-right: 15px;
  }
  .p-md-r-20 {
    padding-right: 20px;
  }
  .p-md-r-25 {
    padding-right: 25px;
  }
  .p-md-r-30 {
    padding-right: 30px;
  }
  .p-md-r-35 {
    padding-right: 35px;
  }
  .p-md-r-40 {
    padding-right: 40px;
  }
  .p-md-r-45 {
    padding-right: 45px;
  }
  .p-md-r-50 {
    padding-right: 50px;
  }
  .p-md-r-55 {
    padding-right: 55px;
  }
  .p-md-r-60 {
    padding-right: 60px;
  }
  .p-md-r-65 {
    padding-right: 65px;
  }
  .p-md-r-70 {
    padding-right: 70px;
  }
  .p-md-r-75 {
    padding-right: 75px;
  }
  .p-md-r-80 {
    padding-right: 80px;
  }
  .p-md-r-85 {
    padding-right: 85px;
  }
  .p-md-r-90 {
    padding-right: 90px;
  }
  .p-md-r-95 {
    padding-right: 95px;
  }
  .p-md-r-100 {
    padding-right: 100px;
  }
  .p-md-b-0 {
    padding-bottom: 0;
  }
  .p-md-b-5 {
    padding-bottom: 5px;
  }
  .p-md-b-10 {
    padding-bottom: 10px;
  }
  .p-md-b-15 {
    padding-bottom: 15px;
  }
  .p-md-b-20 {
    padding-bottom: 20px;
  }
  .p-md-b-25 {
    padding-bottom: 25px;
  }
  .p-md-b-30 {
    padding-bottom: 30px;
  }
  .p-md-b-35 {
    padding-bottom: 35px;
  }
  .p-md-b-40 {
    padding-bottom: 40px;
  }
  .p-md-b-45 {
    padding-bottom: 45px;
  }
  .p-md-b-50 {
    padding-bottom: 50px;
  }
  .p-md-b-55 {
    padding-bottom: 55px;
  }
  .p-md-b-60 {
    padding-bottom: 60px;
  }
  .p-md-b-65 {
    padding-bottom: 65px;
  }
  .p-md-b-70 {
    padding-bottom: 70px;
  }
  .p-md-b-75 {
    padding-bottom: 75px;
  }
  .p-md-b-80 {
    padding-bottom: 80px;
  }
  .p-md-b-85 {
    padding-bottom: 85px;
  }
  .p-md-b-90 {
    padding-bottom: 90px;
  }
  .p-md-b-95 {
    padding-bottom: 95px;
  }
  .p-md-b-100 {
    padding-bottom: 100px;
  }
  .p-md-l-0 {
    padding-left: 0;
  }
  .p-md-l-5 {
    padding-left: 5px;
  }
  .p-md-l-10 {
    padding-left: 10px;
  }
  .p-md-l-15 {
    padding-left: 15px;
  }
  .p-md-l-20 {
    padding-left: 20px;
  }
  .p-md-l-25 {
    padding-left: 25px;
  }
  .p-md-l-30 {
    padding-left: 30px;
  }
  .p-md-l-35 {
    padding-left: 35px;
  }
  .p-md-l-40 {
    padding-left: 40px;
  }
  .p-md-l-45 {
    padding-left: 45px;
  }
  .p-md-l-50 {
    padding-left: 50px;
  }
  .p-md-l-55 {
    padding-left: 55px;
  }
  .p-md-l-60 {
    padding-left: 60px;
  }
  .p-md-l-65 {
    padding-left: 65px;
  }
  .p-md-l-70 {
    padding-left: 70px;
  }
  .p-md-l-75 {
    padding-left: 75px;
  }
  .p-md-l-80 {
    padding-left: 80px;
  }
  .p-md-l-85 {
    padding-left: 85px;
  }
  .p-md-l-90 {
    padding-left: 90px;
  }
  .p-md-l-95 {
    padding-left: 95px;
  }
  .p-md-l-100 {
    padding-left: 100px;
  }
  .m-md-t-0 {
    margin-top: 0;
  }
  .m-md-t-5 {
    margin-top: 5px;
  }
  .m-md-t-10 {
    margin-top: 10px;
  }
  .m-md-t-15 {
    margin-top: 15px;
  }
  .m-md-t-20 {
    margin-top: 20px;
  }
  .m-md-t-25 {
    margin-top: 25px;
  }
  .m-md-t-30 {
    margin-top: 30px;
  }
  .m-md-t-35 {
    margin-top: 35px;
  }
  .m-md-t-40 {
    margin-top: 40px;
  }
  .m-md-t-45 {
    margin-top: 45px;
  }
  .m-md-t-50 {
    margin-top: 50px;
  }
  .m-md-t-55 {
    margin-top: 55px;
  }
  .m-md-t-60 {
    margin-top: 60px;
  }
  .m-md-t-65 {
    margin-top: 65px;
  }
  .m-md-t-70 {
    margin-top: 70px;
  }
  .m-md-t-75 {
    margin-top: 75px;
  }
  .m-md-t-80 {
    margin-top: 80px;
  }
  .m-md-t-85 {
    margin-top: 85px;
  }
  .m-md-t-90 {
    margin-top: 90px;
  }
  .m-md-t-95 {
    margin-top: 95px;
  }
  .m-md-t-100 {
    margin-top: 100px;
  }
  .m-md-r-0 {
    margin-right: 0;
  }
  .m-md-r-5 {
    margin-right: 5px;
  }
  .m-md-r-10 {
    margin-right: 10px;
  }
  .m-md-r-15 {
    margin-right: 15px;
  }
  .m-md-r-20 {
    margin-right: 20px;
  }
  .m-md-r-25 {
    margin-right: 25px;
  }
  .m-md-r-30 {
    margin-right: 30px;
  }
  .m-md-r-35 {
    margin-right: 35px;
  }
  .m-md-r-40 {
    margin-right: 40px;
  }
  .m-md-r-45 {
    margin-right: 45px;
  }
  .m-md-r-50 {
    margin-right: 50px;
  }
  .m-md-r-55 {
    margin-right: 55px;
  }
  .m-md-r-60 {
    margin-right: 60px;
  }
  .m-md-r-65 {
    margin-right: 65px;
  }
  .m-md-r-70 {
    margin-right: 70px;
  }
  .m-md-r-75 {
    margin-right: 75px;
  }
  .m-md-r-80 {
    margin-right: 80px;
  }
  .m-md-r-85 {
    margin-right: 85px;
  }
  .m-md-r-90 {
    margin-right: 90px;
  }
  .m-md-r-95 {
    margin-right: 95px;
  }
  .m-md-r-100 {
    margin-right: 100px;
  }
  .m-md-b-0 {
    margin-bottom: 0;
  }
  .m-md-b-5 {
    margin-bottom: 5px;
  }
  .m-md-b-10 {
    margin-bottom: 10px;
  }
  .m-md-b-15 {
    margin-bottom: 15px;
  }
  .m-md-b-20 {
    margin-bottom: 20px;
  }
  .m-md-b-25 {
    margin-bottom: 25px;
  }
  .m-md-b-30 {
    margin-bottom: 30px;
  }
  .m-md-b-35 {
    margin-bottom: 35px;
  }
  .m-md-b-40 {
    margin-bottom: 40px;
  }
  .m-md-b-45 {
    margin-bottom: 45px;
  }
  .m-md-b-50 {
    margin-bottom: 50px;
  }
  .m-md-b-55 {
    margin-bottom: 55px;
  }
  .m-md-b-60 {
    margin-bottom: 60px;
  }
  .m-md-b-65 {
    margin-bottom: 65px;
  }
  .m-md-b-70 {
    margin-bottom: 70px;
  }
  .m-md-b-75 {
    margin-bottom: 75px;
  }
  .m-md-b-80 {
    margin-bottom: 80px;
  }
  .m-md-b-85 {
    margin-bottom: 85px;
  }
  .m-md-b-90 {
    margin-bottom: 90px;
  }
  .m-md-b-95 {
    margin-bottom: 95px;
  }
  .m-md-b-100 {
    margin-bottom: 100px;
  }
  .m-md-l-0 {
    margin-left: 0;
  }
  .m-md-l-5 {
    margin-left: 5px;
  }
  .m-md-l-10 {
    margin-left: 10px;
  }
  .m-md-l-15 {
    margin-left: 15px;
  }
  .m-md-l-20 {
    margin-left: 20px;
  }
  .m-md-l-25 {
    margin-left: 25px;
  }
  .m-md-l-30 {
    margin-left: 30px;
  }
  .m-md-l-35 {
    margin-left: 35px;
  }
  .m-md-l-40 {
    margin-left: 40px;
  }
  .m-md-l-45 {
    margin-left: 45px;
  }
  .m-md-l-50 {
    margin-left: 50px;
  }
  .m-md-l-55 {
    margin-left: 55px;
  }
  .m-md-l-60 {
    margin-left: 60px;
  }
  .m-md-l-65 {
    margin-left: 65px;
  }
  .m-md-l-70 {
    margin-left: 70px;
  }
  .m-md-l-75 {
    margin-left: 75px;
  }
  .m-md-l-80 {
    margin-left: 80px;
  }
  .m-md-l-85 {
    margin-left: 85px;
  }
  .m-md-l-90 {
    margin-left: 90px;
  }
  .m-md-l-95 {
    margin-left: 95px;
  }
  .m-md-l-100 {
    margin-left: 100px;
  }
}
@media screen and (max-width: 992px) {
  .p-sm-t-0 {
    padding-top: 0;
  }
  .p-sm-t-5 {
    padding-top: 5px;
  }
  .p-sm-t-10 {
    padding-top: 10px;
  }
  .p-sm-t-15 {
    padding-top: 15px;
  }
  .p-sm-t-20 {
    padding-top: 20px;
  }
  .p-sm-t-25 {
    padding-top: 25px;
  }
  .p-sm-t-30 {
    padding-top: 30px;
  }
  .p-sm-t-35 {
    padding-top: 35px;
  }
  .p-sm-t-40 {
    padding-top: 40px;
  }
  .p-sm-t-45 {
    padding-top: 45px;
  }
  .p-sm-t-50 {
    padding-top: 50px;
  }
  .p-sm-t-55 {
    padding-top: 55px;
  }
  .p-sm-t-60 {
    padding-top: 60px;
  }
  .p-sm-t-65 {
    padding-top: 65px;
  }
  .p-sm-t-70 {
    padding-top: 70px;
  }
  .p-sm-t-75 {
    padding-top: 75px;
  }
  .p-sm-t-80 {
    padding-top: 80px;
  }
  .p-sm-t-85 {
    padding-top: 85px;
  }
  .p-sm-t-90 {
    padding-top: 90px;
  }
  .p-sm-t-95 {
    padding-top: 95px;
  }
  .p-sm-t-100 {
    padding-top: 100px;
  }
  .p-sm-r-0 {
    padding-right: 0;
  }
  .p-sm-r-5 {
    padding-right: 5px;
  }
  .p-sm-r-10 {
    padding-right: 10px;
  }
  .p-sm-r-15 {
    padding-right: 15px;
  }
  .p-sm-r-20 {
    padding-right: 20px;
  }
  .p-sm-r-25 {
    padding-right: 25px;
  }
  .p-sm-r-30 {
    padding-right: 30px;
  }
  .p-sm-r-35 {
    padding-right: 35px;
  }
  .p-sm-r-40 {
    padding-right: 40px;
  }
  .p-sm-r-45 {
    padding-right: 45px;
  }
  .p-sm-r-50 {
    padding-right: 50px;
  }
  .p-sm-r-55 {
    padding-right: 55px;
  }
  .p-sm-r-60 {
    padding-right: 60px;
  }
  .p-sm-r-65 {
    padding-right: 65px;
  }
  .p-sm-r-70 {
    padding-right: 70px;
  }
  .p-sm-r-75 {
    padding-right: 75px;
  }
  .p-sm-r-80 {
    padding-right: 80px;
  }
  .p-sm-r-85 {
    padding-right: 85px;
  }
  .p-sm-r-90 {
    padding-right: 90px;
  }
  .p-sm-r-95 {
    padding-right: 95px;
  }
  .p-sm-r-100 {
    padding-right: 100px;
  }
  .p-sm-b-0 {
    padding-bottom: 0;
  }
  .p-sm-b-5 {
    padding-bottom: 5px;
  }
  .p-sm-b-10 {
    padding-bottom: 10px;
  }
  .p-sm-b-15 {
    padding-bottom: 15px;
  }
  .p-sm-b-20 {
    padding-bottom: 20px;
  }
  .p-sm-b-25 {
    padding-bottom: 25px;
  }
  .p-sm-b-30 {
    padding-bottom: 30px;
  }
  .p-sm-b-35 {
    padding-bottom: 35px;
  }
  .p-sm-b-40 {
    padding-bottom: 40px;
  }
  .p-sm-b-45 {
    padding-bottom: 45px;
  }
  .p-sm-b-50 {
    padding-bottom: 50px;
  }
  .p-sm-b-55 {
    padding-bottom: 55px;
  }
  .p-sm-b-60 {
    padding-bottom: 60px;
  }
  .p-sm-b-65 {
    padding-bottom: 65px;
  }
  .p-sm-b-70 {
    padding-bottom: 70px;
  }
  .p-sm-b-75 {
    padding-bottom: 75px;
  }
  .p-sm-b-80 {
    padding-bottom: 80px;
  }
  .p-sm-b-85 {
    padding-bottom: 85px;
  }
  .p-sm-b-90 {
    padding-bottom: 90px;
  }
  .p-sm-b-95 {
    padding-bottom: 95px;
  }
  .p-sm-b-100 {
    padding-bottom: 100px;
  }
  .p-sm-l-0 {
    padding-left: 0;
  }
  .p-sm-l-5 {
    padding-left: 5px;
  }
  .p-sm-l-10 {
    padding-left: 10px;
  }
  .p-sm-l-15 {
    padding-left: 15px;
  }
  .p-sm-l-20 {
    padding-left: 20px;
  }
  .p-sm-l-25 {
    padding-left: 25px;
  }
  .p-sm-l-30 {
    padding-left: 30px;
  }
  .p-sm-l-35 {
    padding-left: 35px;
  }
  .p-sm-l-40 {
    padding-left: 40px;
  }
  .p-sm-l-45 {
    padding-left: 45px;
  }
  .p-sm-l-50 {
    padding-left: 50px;
  }
  .p-sm-l-55 {
    padding-left: 55px;
  }
  .p-sm-l-60 {
    padding-left: 60px;
  }
  .p-sm-l-65 {
    padding-left: 65px;
  }
  .p-sm-l-70 {
    padding-left: 70px;
  }
  .p-sm-l-75 {
    padding-left: 75px;
  }
  .p-sm-l-80 {
    padding-left: 80px;
  }
  .p-sm-l-85 {
    padding-left: 85px;
  }
  .p-sm-l-90 {
    padding-left: 90px;
  }
  .p-sm-l-95 {
    padding-left: 95px;
  }
  .p-sm-l-100 {
    padding-left: 100px;
  }
  .m-sm-t-0 {
    margin-top: 0;
  }
  .m-sm-t-5 {
    margin-top: 5px;
  }
  .m-sm-t-10 {
    margin-top: 10px;
  }
  .m-sm-t-15 {
    margin-top: 15px;
  }
  .m-sm-t-20 {
    margin-top: 20px;
  }
  .m-sm-t-25 {
    margin-top: 25px;
  }
  .m-sm-t-30 {
    margin-top: 30px;
  }
  .m-sm-t-35 {
    margin-top: 35px;
  }
  .m-sm-t-40 {
    margin-top: 40px;
  }
  .m-sm-t-45 {
    margin-top: 45px;
  }
  .m-sm-t-50 {
    margin-top: 50px;
  }
  .m-sm-t-55 {
    margin-top: 55px;
  }
  .m-sm-t-60 {
    margin-top: 60px;
  }
  .m-sm-t-65 {
    margin-top: 65px;
  }
  .m-sm-t-70 {
    margin-top: 70px;
  }
  .m-sm-t-75 {
    margin-top: 75px;
  }
  .m-sm-t-80 {
    margin-top: 80px;
  }
  .m-sm-t-85 {
    margin-top: 85px;
  }
  .m-sm-t-90 {
    margin-top: 90px;
  }
  .m-sm-t-95 {
    margin-top: 95px;
  }
  .m-sm-t-100 {
    margin-top: 100px;
  }
  .m-sm-r-0 {
    margin-right: 0;
  }
  .m-sm-r-5 {
    margin-right: 5px;
  }
  .m-sm-r-10 {
    margin-right: 10px;
  }
  .m-sm-r-15 {
    margin-right: 15px;
  }
  .m-sm-r-20 {
    margin-right: 20px;
  }
  .m-sm-r-25 {
    margin-right: 25px;
  }
  .m-sm-r-30 {
    margin-right: 30px;
  }
  .m-sm-r-35 {
    margin-right: 35px;
  }
  .m-sm-r-40 {
    margin-right: 40px;
  }
  .m-sm-r-45 {
    margin-right: 45px;
  }
  .m-sm-r-50 {
    margin-right: 50px;
  }
  .m-sm-r-55 {
    margin-right: 55px;
  }
  .m-sm-r-60 {
    margin-right: 60px;
  }
  .m-sm-r-65 {
    margin-right: 65px;
  }
  .m-sm-r-70 {
    margin-right: 70px;
  }
  .m-sm-r-75 {
    margin-right: 75px;
  }
  .m-sm-r-80 {
    margin-right: 80px;
  }
  .m-sm-r-85 {
    margin-right: 85px;
  }
  .m-sm-r-90 {
    margin-right: 90px;
  }
  .m-sm-r-95 {
    margin-right: 95px;
  }
  .m-sm-r-100 {
    margin-right: 100px;
  }
  .m-sm-b-0 {
    margin-bottom: 0;
  }
  .m-sm-b-5 {
    margin-bottom: 5px;
  }
  .m-sm-b-10 {
    margin-bottom: 10px;
  }
  .m-sm-b-15 {
    margin-bottom: 15px;
  }
  .m-sm-b-20 {
    margin-bottom: 20px;
  }
  .m-sm-b-25 {
    margin-bottom: 25px;
  }
  .m-sm-b-30 {
    margin-bottom: 30px;
  }
  .m-sm-b-35 {
    margin-bottom: 35px;
  }
  .m-sm-b-40 {
    margin-bottom: 40px;
  }
  .m-sm-b-45 {
    margin-bottom: 45px;
  }
  .m-sm-b-50 {
    margin-bottom: 50px;
  }
  .m-sm-b-55 {
    margin-bottom: 55px;
  }
  .m-sm-b-60 {
    margin-bottom: 60px;
  }
  .m-sm-b-65 {
    margin-bottom: 65px;
  }
  .m-sm-b-70 {
    margin-bottom: 70px;
  }
  .m-sm-b-75 {
    margin-bottom: 75px;
  }
  .m-sm-b-80 {
    margin-bottom: 80px;
  }
  .m-sm-b-85 {
    margin-bottom: 85px;
  }
  .m-sm-b-90 {
    margin-bottom: 90px;
  }
  .m-sm-b-95 {
    margin-bottom: 95px;
  }
  .m-sm-b-100 {
    margin-bottom: 100px;
  }
  .m-sm-l-0 {
    margin-left: 0;
  }
  .m-sm-l-5 {
    margin-left: 5px;
  }
  .m-sm-l-10 {
    margin-left: 10px;
  }
  .m-sm-l-15 {
    margin-left: 15px;
  }
  .m-sm-l-20 {
    margin-left: 20px;
  }
  .m-sm-l-25 {
    margin-left: 25px;
  }
  .m-sm-l-30 {
    margin-left: 30px;
  }
  .m-sm-l-35 {
    margin-left: 35px;
  }
  .m-sm-l-40 {
    margin-left: 40px;
  }
  .m-sm-l-45 {
    margin-left: 45px;
  }
  .m-sm-l-50 {
    margin-left: 50px;
  }
  .m-sm-l-55 {
    margin-left: 55px;
  }
  .m-sm-l-60 {
    margin-left: 60px;
  }
  .m-sm-l-65 {
    margin-left: 65px;
  }
  .m-sm-l-70 {
    margin-left: 70px;
  }
  .m-sm-l-75 {
    margin-left: 75px;
  }
  .m-sm-l-80 {
    margin-left: 80px;
  }
  .m-sm-l-85 {
    margin-left: 85px;
  }
  .m-sm-l-90 {
    margin-left: 90px;
  }
  .m-sm-l-95 {
    margin-left: 95px;
  }
  .m-sm-l-100 {
    margin-left: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-xs-t-0 {
    padding-top: 0;
  }
  .p-xs-t-5 {
    padding-top: 5px;
  }
  .p-xs-t-10 {
    padding-top: 10px;
  }
  .p-xs-t-15 {
    padding-top: 15px;
  }
  .p-xs-t-20 {
    padding-top: 20px;
  }
  .p-xs-t-25 {
    padding-top: 25px;
  }
  .p-xs-t-30 {
    padding-top: 30px;
  }
  .p-xs-t-35 {
    padding-top: 35px;
  }
  .p-xs-t-40 {
    padding-top: 40px;
  }
  .p-xs-t-45 {
    padding-top: 45px;
  }
  .p-xs-t-50 {
    padding-top: 50px;
  }
  .p-xs-t-55 {
    padding-top: 55px;
  }
  .p-xs-t-60 {
    padding-top: 60px;
  }
  .p-xs-t-65 {
    padding-top: 65px;
  }
  .p-xs-t-70 {
    padding-top: 70px;
  }
  .p-xs-t-75 {
    padding-top: 75px;
  }
  .p-xs-t-80 {
    padding-top: 80px;
  }
  .p-xs-t-85 {
    padding-top: 85px;
  }
  .p-xs-t-90 {
    padding-top: 90px;
  }
  .p-xs-t-95 {
    padding-top: 95px;
  }
  .p-xs-t-100 {
    padding-top: 100px;
  }
  .p-xs-r-0 {
    padding-right: 0;
  }
  .p-xs-r-5 {
    padding-right: 5px;
  }
  .p-xs-r-10 {
    padding-right: 10px;
  }
  .p-xs-r-15 {
    padding-right: 15px;
  }
  .p-xs-r-20 {
    padding-right: 20px;
  }
  .p-xs-r-25 {
    padding-right: 25px;
  }
  .p-xs-r-30 {
    padding-right: 30px;
  }
  .p-xs-r-35 {
    padding-right: 35px;
  }
  .p-xs-r-40 {
    padding-right: 40px;
  }
  .p-xs-r-45 {
    padding-right: 45px;
  }
  .p-xs-r-50 {
    padding-right: 50px;
  }
  .p-xs-r-55 {
    padding-right: 55px;
  }
  .p-xs-r-60 {
    padding-right: 60px;
  }
  .p-xs-r-65 {
    padding-right: 65px;
  }
  .p-xs-r-70 {
    padding-right: 70px;
  }
  .p-xs-r-75 {
    padding-right: 75px;
  }
  .p-xs-r-80 {
    padding-right: 80px;
  }
  .p-xs-r-85 {
    padding-right: 85px;
  }
  .p-xs-r-90 {
    padding-right: 90px;
  }
  .p-xs-r-95 {
    padding-right: 95px;
  }
  .p-xs-r-100 {
    padding-right: 100px;
  }
  .p-xs-b-0 {
    padding-bottom: 0;
  }
  .p-xs-b-5 {
    padding-bottom: 5px;
  }
  .p-xs-b-10 {
    padding-bottom: 10px;
  }
  .p-xs-b-15 {
    padding-bottom: 15px;
  }
  .p-xs-b-20 {
    padding-bottom: 20px;
  }
  .p-xs-b-25 {
    padding-bottom: 25px;
  }
  .p-xs-b-30 {
    padding-bottom: 30px;
  }
  .p-xs-b-35 {
    padding-bottom: 35px;
  }
  .p-xs-b-40 {
    padding-bottom: 40px;
  }
  .p-xs-b-45 {
    padding-bottom: 45px;
  }
  .p-xs-b-50 {
    padding-bottom: 50px;
  }
  .p-xs-b-55 {
    padding-bottom: 55px;
  }
  .p-xs-b-60 {
    padding-bottom: 60px;
  }
  .p-xs-b-65 {
    padding-bottom: 65px;
  }
  .p-xs-b-70 {
    padding-bottom: 70px;
  }
  .p-xs-b-75 {
    padding-bottom: 75px;
  }
  .p-xs-b-80 {
    padding-bottom: 80px;
  }
  .p-xs-b-85 {
    padding-bottom: 85px;
  }
  .p-xs-b-90 {
    padding-bottom: 90px;
  }
  .p-xs-b-95 {
    padding-bottom: 95px;
  }
  .p-xs-b-100 {
    padding-bottom: 100px;
  }
  .p-xs-l-0 {
    padding-left: 0;
  }
  .p-xs-l-5 {
    padding-left: 5px;
  }
  .p-xs-l-10 {
    padding-left: 10px;
  }
  .p-xs-l-15 {
    padding-left: 15px;
  }
  .p-xs-l-20 {
    padding-left: 20px;
  }
  .p-xs-l-25 {
    padding-left: 25px;
  }
  .p-xs-l-30 {
    padding-left: 30px;
  }
  .p-xs-l-35 {
    padding-left: 35px;
  }
  .p-xs-l-40 {
    padding-left: 40px;
  }
  .p-xs-l-45 {
    padding-left: 45px;
  }
  .p-xs-l-50 {
    padding-left: 50px;
  }
  .p-xs-l-55 {
    padding-left: 55px;
  }
  .p-xs-l-60 {
    padding-left: 60px;
  }
  .p-xs-l-65 {
    padding-left: 65px;
  }
  .p-xs-l-70 {
    padding-left: 70px;
  }
  .p-xs-l-75 {
    padding-left: 75px;
  }
  .p-xs-l-80 {
    padding-left: 80px;
  }
  .p-xs-l-85 {
    padding-left: 85px;
  }
  .p-xs-l-90 {
    padding-left: 90px;
  }
  .p-xs-l-95 {
    padding-left: 95px;
  }
  .p-xs-l-100 {
    padding-left: 100px;
  }
  .m-xs-t-0 {
    margin-top: 0;
  }
  .m-xs-t-5 {
    margin-top: 5px;
  }
  .m-xs-t-10 {
    margin-top: 10px;
  }
  .m-xs-t-15 {
    margin-top: 15px;
  }
  .m-xs-t-20 {
    margin-top: 20px;
  }
  .m-xs-t-25 {
    margin-top: 25px;
  }
  .m-xs-t-30 {
    margin-top: 30px;
  }
  .m-xs-t-35 {
    margin-top: 35px;
  }
  .m-xs-t-40 {
    margin-top: 40px;
  }
  .m-xs-t-45 {
    margin-top: 45px;
  }
  .m-xs-t-50 {
    margin-top: 50px;
  }
  .m-xs-t-55 {
    margin-top: 55px;
  }
  .m-xs-t-60 {
    margin-top: 60px;
  }
  .m-xs-t-65 {
    margin-top: 65px;
  }
  .m-xs-t-70 {
    margin-top: 70px;
  }
  .m-xs-t-75 {
    margin-top: 75px;
  }
  .m-xs-t-80 {
    margin-top: 80px;
  }
  .m-xs-t-85 {
    margin-top: 85px;
  }
  .m-xs-t-90 {
    margin-top: 90px;
  }
  .m-xs-t-95 {
    margin-top: 95px;
  }
  .m-xs-t-100 {
    margin-top: 100px;
  }
  .m-xs-r-0 {
    margin-right: 0;
  }
  .m-xs-r-5 {
    margin-right: 5px;
  }
  .m-xs-r-10 {
    margin-right: 10px;
  }
  .m-xs-r-15 {
    margin-right: 15px;
  }
  .m-xs-r-20 {
    margin-right: 20px;
  }
  .m-xs-r-25 {
    margin-right: 25px;
  }
  .m-xs-r-30 {
    margin-right: 30px;
  }
  .m-xs-r-35 {
    margin-right: 35px;
  }
  .m-xs-r-40 {
    margin-right: 40px;
  }
  .m-xs-r-45 {
    margin-right: 45px;
  }
  .m-xs-r-50 {
    margin-right: 50px;
  }
  .m-xs-r-55 {
    margin-right: 55px;
  }
  .m-xs-r-60 {
    margin-right: 60px;
  }
  .m-xs-r-65 {
    margin-right: 65px;
  }
  .m-xs-r-70 {
    margin-right: 70px;
  }
  .m-xs-r-75 {
    margin-right: 75px;
  }
  .m-xs-r-80 {
    margin-right: 80px;
  }
  .m-xs-r-85 {
    margin-right: 85px;
  }
  .m-xs-r-90 {
    margin-right: 90px;
  }
  .m-xs-r-95 {
    margin-right: 95px;
  }
  .m-xs-r-100 {
    margin-right: 100px;
  }
  .m-xs-b-0 {
    margin-bottom: 0;
  }
  .m-xs-b-5 {
    margin-bottom: 5px;
  }
  .m-xs-b-10 {
    margin-bottom: 10px;
  }
  .m-xs-b-15 {
    margin-bottom: 15px;
  }
  .m-xs-b-20 {
    margin-bottom: 20px;
  }
  .m-xs-b-25 {
    margin-bottom: 25px;
  }
  .m-xs-b-30 {
    margin-bottom: 30px;
  }
  .m-xs-b-35 {
    margin-bottom: 35px;
  }
  .m-xs-b-40 {
    margin-bottom: 40px;
  }
  .m-xs-b-45 {
    margin-bottom: 45px;
  }
  .m-xs-b-50 {
    margin-bottom: 50px;
  }
  .m-xs-b-55 {
    margin-bottom: 55px;
  }
  .m-xs-b-60 {
    margin-bottom: 60px;
  }
  .m-xs-b-65 {
    margin-bottom: 65px;
  }
  .m-xs-b-70 {
    margin-bottom: 70px;
  }
  .m-xs-b-75 {
    margin-bottom: 75px;
  }
  .m-xs-b-80 {
    margin-bottom: 80px;
  }
  .m-xs-b-85 {
    margin-bottom: 85px;
  }
  .m-xs-b-90 {
    margin-bottom: 90px;
  }
  .m-xs-b-95 {
    margin-bottom: 95px;
  }
  .m-xs-b-100 {
    margin-bottom: 100px;
  }
  .m-xs-l-0 {
    margin-left: 0;
  }
  .m-xs-l-5 {
    margin-left: 5px;
  }
  .m-xs-l-10 {
    margin-left: 10px;
  }
  .m-xs-l-15 {
    margin-left: 15px;
  }
  .m-xs-l-20 {
    margin-left: 20px;
  }
  .m-xs-l-25 {
    margin-left: 25px;
  }
  .m-xs-l-30 {
    margin-left: 30px;
  }
  .m-xs-l-35 {
    margin-left: 35px;
  }
  .m-xs-l-40 {
    margin-left: 40px;
  }
  .m-xs-l-45 {
    margin-left: 45px;
  }
  .m-xs-l-50 {
    margin-left: 50px;
  }
  .m-xs-l-55 {
    margin-left: 55px;
  }
  .m-xs-l-60 {
    margin-left: 60px;
  }
  .m-xs-l-65 {
    margin-left: 65px;
  }
  .m-xs-l-70 {
    margin-left: 70px;
  }
  .m-xs-l-75 {
    margin-left: 75px;
  }
  .m-xs-l-80 {
    margin-left: 80px;
  }
  .m-xs-l-85 {
    margin-left: 85px;
  }
  .m-xs-l-90 {
    margin-left: 90px;
  }
  .m-xs-l-95 {
    margin-left: 95px;
  }
  .m-xs-l-100 {
    margin-left: 100px;
  }
}
@media screen and (max-width: 480px) {
  .p-xxs-t-0 {
    padding-top: 0;
  }
  .p-xxs-t-5 {
    padding-top: 5px;
  }
  .p-xxs-t-10 {
    padding-top: 10px;
  }
  .p-xxs-t-15 {
    padding-top: 15px;
  }
  .p-xxs-t-20 {
    padding-top: 20px;
  }
  .p-xxs-t-25 {
    padding-top: 25px;
  }
  .p-xxs-t-30 {
    padding-top: 30px;
  }
  .p-xxs-t-35 {
    padding-top: 35px;
  }
  .p-xxs-t-40 {
    padding-top: 40px;
  }
  .p-xxs-t-45 {
    padding-top: 45px;
  }
  .p-xxs-t-50 {
    padding-top: 50px;
  }
  .p-xxs-t-55 {
    padding-top: 55px;
  }
  .p-xxs-t-60 {
    padding-top: 60px;
  }
  .p-xxs-t-65 {
    padding-top: 65px;
  }
  .p-xxs-t-70 {
    padding-top: 70px;
  }
  .p-xxs-t-75 {
    padding-top: 75px;
  }
  .p-xxs-t-80 {
    padding-top: 80px;
  }
  .p-xxs-t-85 {
    padding-top: 85px;
  }
  .p-xxs-t-90 {
    padding-top: 90px;
  }
  .p-xxs-t-95 {
    padding-top: 95px;
  }
  .p-xxs-t-100 {
    padding-top: 100px;
  }
  .p-xxs-r-0 {
    padding-right: 0;
  }
  .p-xxs-r-5 {
    padding-right: 5px;
  }
  .p-xxs-r-10 {
    padding-right: 10px;
  }
  .p-xxs-r-15 {
    padding-right: 15px;
  }
  .p-xxs-r-20 {
    padding-right: 20px;
  }
  .p-xxs-r-25 {
    padding-right: 25px;
  }
  .p-xxs-r-30 {
    padding-right: 30px;
  }
  .p-xxs-r-35 {
    padding-right: 35px;
  }
  .p-xxs-r-40 {
    padding-right: 40px;
  }
  .p-xxs-r-45 {
    padding-right: 45px;
  }
  .p-xxs-r-50 {
    padding-right: 50px;
  }
  .p-xxs-r-55 {
    padding-right: 55px;
  }
  .p-xxs-r-60 {
    padding-right: 60px;
  }
  .p-xxs-r-65 {
    padding-right: 65px;
  }
  .p-xxs-r-70 {
    padding-right: 70px;
  }
  .p-xxs-r-75 {
    padding-right: 75px;
  }
  .p-xxs-r-80 {
    padding-right: 80px;
  }
  .p-xxs-r-85 {
    padding-right: 85px;
  }
  .p-xxs-r-90 {
    padding-right: 90px;
  }
  .p-xxs-r-95 {
    padding-right: 95px;
  }
  .p-xxs-r-100 {
    padding-right: 100px;
  }
  .p-xxs-b-0 {
    padding-bottom: 0;
  }
  .p-xxs-b-5 {
    padding-bottom: 5px;
  }
  .p-xxs-b-10 {
    padding-bottom: 10px;
  }
  .p-xxs-b-15 {
    padding-bottom: 15px;
  }
  .p-xxs-b-20 {
    padding-bottom: 20px;
  }
  .p-xxs-b-25 {
    padding-bottom: 25px;
  }
  .p-xxs-b-30 {
    padding-bottom: 30px;
  }
  .p-xxs-b-35 {
    padding-bottom: 35px;
  }
  .p-xxs-b-40 {
    padding-bottom: 40px;
  }
  .p-xxs-b-45 {
    padding-bottom: 45px;
  }
  .p-xxs-b-50 {
    padding-bottom: 50px;
  }
  .p-xxs-b-55 {
    padding-bottom: 55px;
  }
  .p-xxs-b-60 {
    padding-bottom: 60px;
  }
  .p-xxs-b-65 {
    padding-bottom: 65px;
  }
  .p-xxs-b-70 {
    padding-bottom: 70px;
  }
  .p-xxs-b-75 {
    padding-bottom: 75px;
  }
  .p-xxs-b-80 {
    padding-bottom: 80px;
  }
  .p-xxs-b-85 {
    padding-bottom: 85px;
  }
  .p-xxs-b-90 {
    padding-bottom: 90px;
  }
  .p-xxs-b-95 {
    padding-bottom: 95px;
  }
  .p-xxs-b-100 {
    padding-bottom: 100px;
  }
  .p-xxs-l-0 {
    padding-left: 0;
  }
  .p-xxs-l-5 {
    padding-left: 5px;
  }
  .p-xxs-l-10 {
    padding-left: 10px;
  }
  .p-xxs-l-15 {
    padding-left: 15px;
  }
  .p-xxs-l-20 {
    padding-left: 20px;
  }
  .p-xxs-l-25 {
    padding-left: 25px;
  }
  .p-xxs-l-30 {
    padding-left: 30px;
  }
  .p-xxs-l-35 {
    padding-left: 35px;
  }
  .p-xxs-l-40 {
    padding-left: 40px;
  }
  .p-xxs-l-45 {
    padding-left: 45px;
  }
  .p-xxs-l-50 {
    padding-left: 50px;
  }
  .p-xxs-l-55 {
    padding-left: 55px;
  }
  .p-xxs-l-60 {
    padding-left: 60px;
  }
  .p-xxs-l-65 {
    padding-left: 65px;
  }
  .p-xxs-l-70 {
    padding-left: 70px;
  }
  .p-xxs-l-75 {
    padding-left: 75px;
  }
  .p-xxs-l-80 {
    padding-left: 80px;
  }
  .p-xxs-l-85 {
    padding-left: 85px;
  }
  .p-xxs-l-90 {
    padding-left: 90px;
  }
  .p-xxs-l-95 {
    padding-left: 95px;
  }
  .p-xxs-l-100 {
    padding-left: 100px;
  }
  .m-xxs-t-0 {
    margin-top: 0;
  }
  .m-xxs-t-5 {
    margin-top: 5px;
  }
  .m-xxs-t-10 {
    margin-top: 10px;
  }
  .m-xxs-t-15 {
    margin-top: 15px;
  }
  .m-xxs-t-20 {
    margin-top: 20px;
  }
  .m-xxs-t-25 {
    margin-top: 25px;
  }
  .m-xxs-t-30 {
    margin-top: 30px;
  }
  .m-xxs-t-35 {
    margin-top: 35px;
  }
  .m-xxs-t-40 {
    margin-top: 40px;
  }
  .m-xxs-t-45 {
    margin-top: 45px;
  }
  .m-xxs-t-50 {
    margin-top: 50px;
  }
  .m-xxs-t-55 {
    margin-top: 55px;
  }
  .m-xxs-t-60 {
    margin-top: 60px;
  }
  .m-xxs-t-65 {
    margin-top: 65px;
  }
  .m-xxs-t-70 {
    margin-top: 70px;
  }
  .m-xxs-t-75 {
    margin-top: 75px;
  }
  .m-xxs-t-80 {
    margin-top: 80px;
  }
  .m-xxs-t-85 {
    margin-top: 85px;
  }
  .m-xxs-t-90 {
    margin-top: 90px;
  }
  .m-xxs-t-95 {
    margin-top: 95px;
  }
  .m-xxs-t-100 {
    margin-top: 100px;
  }
  .m-xxs-r-0 {
    margin-right: 0;
  }
  .m-xxs-r-5 {
    margin-right: 5px;
  }
  .m-xxs-r-10 {
    margin-right: 10px;
  }
  .m-xxs-r-15 {
    margin-right: 15px;
  }
  .m-xxs-r-20 {
    margin-right: 20px;
  }
  .m-xxs-r-25 {
    margin-right: 25px;
  }
  .m-xxs-r-30 {
    margin-right: 30px;
  }
  .m-xxs-r-35 {
    margin-right: 35px;
  }
  .m-xxs-r-40 {
    margin-right: 40px;
  }
  .m-xxs-r-45 {
    margin-right: 45px;
  }
  .m-xxs-r-50 {
    margin-right: 50px;
  }
  .m-xxs-r-55 {
    margin-right: 55px;
  }
  .m-xxs-r-60 {
    margin-right: 60px;
  }
  .m-xxs-r-65 {
    margin-right: 65px;
  }
  .m-xxs-r-70 {
    margin-right: 70px;
  }
  .m-xxs-r-75 {
    margin-right: 75px;
  }
  .m-xxs-r-80 {
    margin-right: 80px;
  }
  .m-xxs-r-85 {
    margin-right: 85px;
  }
  .m-xxs-r-90 {
    margin-right: 90px;
  }
  .m-xxs-r-95 {
    margin-right: 95px;
  }
  .m-xxs-r-100 {
    margin-right: 100px;
  }
  .m-xxs-b-0 {
    margin-bottom: 0;
  }
  .m-xxs-b-5 {
    margin-bottom: 5px;
  }
  .m-xxs-b-10 {
    margin-bottom: 10px;
  }
  .m-xxs-b-15 {
    margin-bottom: 15px;
  }
  .m-xxs-b-20 {
    margin-bottom: 20px;
  }
  .m-xxs-b-25 {
    margin-bottom: 25px;
  }
  .m-xxs-b-30 {
    margin-bottom: 30px;
  }
  .m-xxs-b-35 {
    margin-bottom: 35px;
  }
  .m-xxs-b-40 {
    margin-bottom: 40px;
  }
  .m-xxs-b-45 {
    margin-bottom: 45px;
  }
  .m-xxs-b-50 {
    margin-bottom: 50px;
  }
  .m-xxs-b-55 {
    margin-bottom: 55px;
  }
  .m-xxs-b-60 {
    margin-bottom: 60px;
  }
  .m-xxs-b-65 {
    margin-bottom: 65px;
  }
  .m-xxs-b-70 {
    margin-bottom: 70px;
  }
  .m-xxs-b-75 {
    margin-bottom: 75px;
  }
  .m-xxs-b-80 {
    margin-bottom: 80px;
  }
  .m-xxs-b-85 {
    margin-bottom: 85px;
  }
  .m-xxs-b-90 {
    margin-bottom: 90px;
  }
  .m-xxs-b-95 {
    margin-bottom: 95px;
  }
  .m-xxs-b-100 {
    margin-bottom: 100px;
  }
  .m-xxs-l-0 {
    margin-left: 0;
  }
  .m-xxs-l-5 {
    margin-left: 5px;
  }
  .m-xxs-l-10 {
    margin-left: 10px;
  }
  .m-xxs-l-15 {
    margin-left: 15px;
  }
  .m-xxs-l-20 {
    margin-left: 20px;
  }
  .m-xxs-l-25 {
    margin-left: 25px;
  }
  .m-xxs-l-30 {
    margin-left: 30px;
  }
  .m-xxs-l-35 {
    margin-left: 35px;
  }
  .m-xxs-l-40 {
    margin-left: 40px;
  }
  .m-xxs-l-45 {
    margin-left: 45px;
  }
  .m-xxs-l-50 {
    margin-left: 50px;
  }
  .m-xxs-l-55 {
    margin-left: 55px;
  }
  .m-xxs-l-60 {
    margin-left: 60px;
  }
  .m-xxs-l-65 {
    margin-left: 65px;
  }
  .m-xxs-l-70 {
    margin-left: 70px;
  }
  .m-xxs-l-75 {
    margin-left: 75px;
  }
  .m-xxs-l-80 {
    margin-left: 80px;
  }
  .m-xxs-l-85 {
    margin-left: 85px;
  }
  .m-xxs-l-90 {
    margin-left: 90px;
  }
  .m-xxs-l-95 {
    margin-left: 95px;
  }
  .m-xxs-l-100 {
    margin-left: 100px;
  }
}




.b24_2016_menu.fixed_menu {
	position: fixed;
}
.hide_box_menu {
	width: 100%;
	height: 75px;
}
.all_free {
	background-image: none!important;
}
.all_free .l1 {
    background: url(images/options.png) no-repeat 0 0;
    height: 64px;
    padding: 10px;
    padding-left: 80px;
    line-height: 22px;
    margin-bottom: 20px;
}
.b24_2016_menu a {
	border: 2px solid #d5eaa9;
	color: #d5eaa9;
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	text-decoration: none;
	margin: 0 7px;
	background: #fff;
	border: 2px solid #98c128;
	color: #98c128;	
}
.b24_2016_menu a:hover {
	border: 2px solid transparent;
	background: #a3cc3d;
	background: -moz-linear-gradient(top,  #8caf38 0%, #a3cc3d 100%);
	background: -webkit-linear-gradient(top,  #8caf38 0%,#a3cc3d 100%);
	background: linear-gradient(to bottom,  #8caf38 0%,#a3cc3d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8caf38', endColorstr='#a3cc3d',GradientType=0 );
	color: #fff;
	position: relative;	
	border-bottom: 2px solid #a3cc3d;	
}
.b24_2016_menu a.act {
	border: 2px solid transparent;
	background: #a3cc3d;
	background: -moz-linear-gradient(top,  #8caf38 0%, #a3cc3d 100%);
	background: -webkit-linear-gradient(top,  #8caf38 0%,#a3cc3d 100%);
	background: linear-gradient(to bottom,  #8caf38 0%,#a3cc3d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8caf38', endColorstr='#a3cc3d',GradientType=0 );
	color: #fff;
	position: relative;	
	border-bottom: 2px solid #a3cc3d;
}
.b24_2016_menu a.act::after {
	background: #a3cc3d;
	color: #fff;	
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -7px;
	margin-bottom: -9px;
}
.b24_2016_video {
	height: 975px;
	background: url(images/video-bg-min.jpg) no-repeat 50% 50%;
	background-size: cover;
	position: relative;
	text-align: center;
}
.b24_2016_video_bg {
	background: rgba(0,0,0,0.75);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.b24_2016_video_content {
	color: #fff;
	text-align: center;
	font-family: 'helv_light';
}
.b24_2016_video_content a {
	color: #fff;
	text-decoration: underline;
}
.b24_2016_video_content .line_1 {
	font-size: 38px;
}
.b24_2016_video_content .line_3 {
	font-size: 30px;
}

.b24_2016_video_content .btn_play {
	display: block;
	width: 80px;
	height: 80px;
	border: 2px solid rgba(255,255,255,.65);
	cursor: pointer;
	margin: 30px auto;
	border-radius: 50%;
	position: relative;
}
.b24_2016_video_content .btn_play::after, .b24_2016_video_content .btn_play::before {
    content: ''; 
    position: absolute;
    left: 26px; 
	top: 25px;
    border: 14px solid transparent;
}
.b24_2016_video_content .btn_play::after {
    border-left: 28px solid rgba(255,255,255,.65);
}
.b24_2016_video_content .btn_play:hover::after {
    border-left: 28px solid rgba(255,255,255,1);
}
.b24_2016_video_content .btn_play:hover {
    border-color: rgba(255,255,255,1);
}
.b24_2016_video_player {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
}
.b24_2016_price {

}

.b24_2016_price .title {
	margin: 0 50px;
	margin-top: 80px;
	color: #000;
	font-size: 40px;
	font-family: 'helv_light';
}
.b24_2016_price .description {
	margin: 20px 50px;
	color: #000;
	font-size: 30px;
	font-family: 'helv_light';
	max-width: 650px;
}
.b24_2016_price .menu {
	margin: 20px 50px;
	text-align: center;
	display: block;
}
.b24_2016_price .menu a {
	border: 2px solid #d5eaa9;
	color: #d5eaa9;
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
	padding: 0 30px;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	text-decoration: none;
	margin: 0;
	background: #efefef;
	margin-right: 50px;
	border: 2px solid #98c128;
	color: #98c128;	
}
.b24_2016_price .menu a:hover {
	border: 2px solid transparent;
	background: #a3cc3d;
	background: -moz-linear-gradient(top,  #8caf38 0%, #a3cc3d 100%);
	background: -webkit-linear-gradient(top,  #8caf38 0%,#a3cc3d 100%);
	background: linear-gradient(to bottom,  #8caf38 0%,#a3cc3d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8caf38', endColorstr='#a3cc3d',GradientType=0 );
	color: #fff;
	position: relative;	
	border-bottom: 2px solid #a3cc3d;
}
.b24_2016_price .menu a.act {
	border: 2px solid transparent;
	background: #a3cc3d;
	background: -moz-linear-gradient(top,  #8caf38 0%, #a3cc3d 100%);
	background: -webkit-linear-gradient(top,  #8caf38 0%,#a3cc3d 100%);
	background: linear-gradient(to bottom,  #8caf38 0%,#a3cc3d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8caf38', endColorstr='#a3cc3d',GradientType=0 );
	color: #fff;
	position: relative;	
	border-bottom: 2px solid #a3cc3d;
}
.b24_2016_price .menu a.act::after {
	background: #a3cc3d;
	color: #fff;	
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
	content: '';
	width: 14px;
	height: 14px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -7px;
	margin-bottom: -9px;
}
.b24_2016_price .menu .free {
	position: absolute;
	font-size: 10px;
	margin-top: -14px;
}
.b24_2016_price .slider_box {
	position: relative;
	margin-top: 40px;
	display: none;
}
.b24_2016_price .slider_box .rowb {
	float: left;
	margin-right: 35px;
	width: 356px;
	box-shadow: 0px 3px 7px rgba(0,0,0,.31);
	padding: 25px;
	background-color: #f7f7f7;
	background-image: url(images/b24box.png);
	background-repeat: no-repeat;
	background-position: 25px 75px;
	position: relative;
}
.b24_2016_price .slider_box .rowb:hover {
	box-shadow: 0px 20px 40px rgba(0,0,0,.21);
}
.b24_2016_price .slider_box .left {
	width: 160px;
	position: absolute;
	right: 0;
	margin-top: 95px;
}
.b24_2016_price .slider_box .line_1 {
	font-size: 36px;
	font-family: 'helv_light';
}
.b24_2016_price .slider_box .line_2 {
	font-size: 18px;
	font-family: 'helv_light';
	text-decoration: line-through;
	position:relative;
	display: inline-block;
	padding-right: 20px;
}
.b24_2016_price .slider_box .line_2::after {
	content: '';
}
.b24_2016_price .slider_box .line_3 {
	font-size: 36px;
	font-family: 'helv_bold';
	position:relative;
	display: inline-block;
	padding-right: 20px;
	color: #000;
}
.b24_2016_price .slider_box .line_3::after {
	content: '';
	background: url(images/rubico.png) no-repeat;
	width: 17px;
	height: 18px;
	position: absolute; 
	right: 0;
	top: 0;
}
.b24_2016_price .slider_box .line_4 {
	font-size: 14px;
	font-family: 'helv_light';
}
.b24_2016_price .slider_box a.buy_btn {
	background: #0bbed8;
	background: -moz-linear-gradient(top,  #0bbed8 0%, #0bbfd8 100%);
	background: -webkit-linear-gradient(top,  #0bbed8 0%,#0bbfd8 100%);
	background: linear-gradient(to bottom,  #0bbed8 0%,#0bbfd8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bbed8', endColorstr='#0bbfd8',GradientType=0 );
	display: block;
	font-size: 22px;
	color: #fff;
	text-align: center;
	line-height: 64px;
	height: 64px;
	border-radius: 3px;
	text-decoration: none;
}
.b24_2016_price .slider_box a.buy_btn:hover {
	background: #0bbed8;
	background: -moz-linear-gradient(top,  #0bbed8 0%, #0aa6b9 100%);
	background: -webkit-linear-gradient(top,  #0bbed8 0%,#0aa6b9 100%);
	background: linear-gradient(to bottom,  #0bbed8 0%,#0aa6b9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bbed8', endColorstr='#0aa6b9',GradientType=0 );	
}
.b24_2016_price .slider_box .line_5 {
	margin: 20px 0;
	width: 100%;
	font-size: 14px;
	font-family: 'helv_light';
}
.b24_2016_price .slider_box .l1 {
	background: url(images/options.png) no-repeat 0 0;
	height: 64px;
	padding: 10px;
	padding-left: 80px;
	line-height: 22px;
	margin-bottom: 20px;
}
.b24_2016_price .slider_box .l2 {
	background: url(images/options.png) no-repeat 0 -79px;
	height: 64px;
	padding: 10px;
	padding-left: 80px;
	line-height: 22px;
}
.b24_2016_price .slider_box .l4 {
	background: url(images/sprite_t1.png) no-repeat 0 0;
	height: 64px;
	padding: 10px;
	padding-left: 80px;
	line-height: 22px;
}
.b24_2016_price .slider_box .l3 {
	background: url(images/sprite_t1.png) no-repeat 0 -79px;
	height: 64px;
	padding: 10px;
	padding-left: 80px;
	line-height: 22px;
}
.b24_2016_price .slider_box .line_6 {
	font-size: 36px;
	color: #6e6e6e;
	text-align: center;
	font-family: 'helv_light';
	margin-top: 20px;
}
.b24_2016_price .slider_box .sale_ico {
	width: 107px;
	height: 180px;
	float: right;
	background: url(images/sale-ico.png) no-repeat;
	text-align: center;
	line-height: 107px;
	color: #fff;
	font-size: 36px;
	font-family: 'helv_light';
}
.b24_2016_price .lnk {
	text-align: center;
	margin: 30px;
}
.b24_2016_price .diff_table {
	display: none;
}
.b24_2016_tax {
	margin-top: 50px;
}
.b24_2016_tax .info_box {
	margin: 0 50px;
	max-width: 850px;
	font-family: 'helv_light';
}
.b24_2016_tax .icon-plus:before {
	top: -5px;
}
.b24_2016_tax .icon-minus:before {
	top: -8px;
}
.page-vnedrenie_bitrix24_new .block-10 {
	background-size: cover;
	margin-bottom: 0;
	padding-bottom: 30px;
}
.b24_application_form {
	background: #efefef;
}
.b24_application_form .form {
	background: #f1f3f2;
}
.b24_application_form h2 {
	font-family: 'helv_light';
	margin: 50px 0;
}
.why_we {
	height: 250px;
}
#why_we p {
    font-family: 'helv_light';
    font-size: 18px;
}
.why_we .line_1 {
	font-family: 'helv_light';
	font-size: 36px;
	margin: 0 50px;
}
.why_we .line_2 {
	font-family: 'helv_light';
	font-size: 20px;
	margin: 20px 50px;
}
.why_we .code_box_input {
	position: absolute;
	top: 0;
	right: 440px;
	background: #fff;
    display: none;
    width: 650px;
    height: 500px;
}
.why_we .code_box_input .img {
	background: url(images/podarok.png) no-repeat;
	width: 221px;
	height: 242px;
	float: left;
}
.why_we .why_is {
    width: 280px;
    height: 50px;
    position: absolute;
    top: 190px;
    right: 50px;
    cursor: pointer;
    display: block;
	z-index: 9999;
}
.code_box {
	background: url(images/code.png) no-repeat;
	width: 728px;
	height: 295px;
	position: fixed;
	top: 35px;
	right: 0;
	transition: 1s;
	z-index: 900;
}
.get_code {
	font-family: 'helv_light_italic';
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: 140px;
	left: 30px;
	color: #000;
	text-shadow: 0 0 2px #fff;
}
.get_code_back {
	font-family: 'helv_light_italic';
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	top: 185px;
	left: 30px;
	display: none;
	color: #000;
	text-shadow: 0 0 2px #fff;
}
#application_form {
	margin-top: 0px;
	box-shadow: none;

}
.mr-0 {
	margin-right: 0!important;
}
.diff_table .col-xs-4 {
	font-family: 'helv_bold';
}
.diff_table .col-xs-4 .dop_info {
	font-family: 'helv_light';
}
.diff_table .tariff-item.b0 {
	height: 80px
}
.diff_table .tariff-item.b1 {
	height: 40px
}
.diff_table .tariff-item.b2 {
	height: 40px
}
.diff_table .tariff-item.b3 {
	height: 100px
}
.diff_table .tariff-item.b4 {
	height: 60px
}
.diff_table .tariff-item.b5 {
	height: 40px
}
.diff_table .tariff-item.b6 {
	height: 80px
}
.diff_table .tariff-title {
	font-family: 'helv_light';
	color: #000;
}
.diff_table .tariff-title .i {
	font-family: 'helv_bold';
	color: #2fc7f7;
}
.diff_table .icon-plus:before {
	top: -5px;
}
.page-vnedrenie_bitrix24_new h2, .b24_2016_portfolio h2 {
	font-family: 'helv_light';
	font-weight: 300;
	margin-left: 0px;
}
.competition_new {
    width: 1010px;
    text-align: left;
	padding-left: 350px;
	font-family: 'helv_light';
	font-size: 16px;
	padding-top: 50px;
	height: 300px;
}
.pt_card_prof {
    width: 106px;
    height: 32px;
    background: url('images/medal.png') no-repeat;
    display: block;
	margin: 10px 0;
}
.pt_card_prof.i1c {
    background-position: 0 -63px;
}
.pt_card_prof.b24 {
    background-position: -436px -63px;
}
.pt_card_prof.corp {
    background-position: -218px -63px;
}
.b24_2016_integration_box {
	width: 1100px;
	overflow: hidden;
	position: relative;
	height: 600px;
	margin: 0 auto;
}
.b24_2016_integration_box::before {
	width: 100%;
	height:30px;
	border-radius: 50%;
	box-shadow: 0 0 20px rgba(0,0,0,.4);
	content: '';
	display: block;
	position: absolute;
	bottom: -30px;
	left: 0;
	z-index: 100; 
}
.b24_2016_integration_box .owl-item {
	float: left;
}
.b24_2016_integration_box .item_box {
	width: 1100px;
	overflow: hidden;
}
.b24_2016_integration_box .img_box {
	width: 500px;
	overflow: hidden;
	float: left;
}
.b24_2016_integration_box .img_box img {
	display: block;
	width: 100%;
}
.b24_2016_integration_box .info_box {
	float: right;
	width: 550px;
}
.b24_2016_integration_box .info_box img {
	max-width: 350px;
	display: block;
	margin-bottom: 30px;
}
.b24_2016_integration_box .info_box .b1 {
	font-family: 'helv_bold';
	font-size: 18px;
	margin-bottom: 30px;
}
.b24_2016_integration_box .info_box .b2 {
	font-family: 'helv_light';
	font-size: 14px;
}
.b24_2016_integration_box_prev {
	cursor: pointer;
	color: #161616;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 35px;
	left: 0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	opacity: .5;
}
.b24_2016_integration_box_next {
	cursor: pointer;
	color: #161616;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 35px;
	right: 0;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	opacity: .5;
}
.b24_2016_integration_box_next:hover, .b24_2016_integration_box_prev:hover {
	opacity: .9;
}
@media screen and (max-width: 1200px) {
	.mobile-hide {
		display: none;
	}
	.b24_2016_price .lnk {
		display: none;
	}
	.b24_2016_menu, .hide_box_menu {
		display: none;
	}
	.b24_2016_video_content .line_2 {
		display: none;
	}
	.b24_2016_video_content .line_3 {
		display: none;
	}
	.code_box {
		display: none;
	}
	.b24_2016_price .slider_box .rowb {
		float: none;
		margin: 20px auto;
	}
	.mr-0 {
		margin-right: auto!important;
	}
	.b24_2016_price .menu {
		display: block;
	}
	.b24_2016_price .menu a {
		width: 100%;
		margin: 10px 0;
		text-align: center;
		
	}
	.b24_2016_price .menu a.act::after {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.b24_2016_price .slider_box .rowb {
		width: 320px;
	}
	.b24_2016_price .slider_box .left {
		width: 160px;
	}
}

.bg-medal {
	background: url(images/nedal-new.png) no-repeat 158px  -6px; 
}
@media screen and (max-width: 1200px) {
	.bg-medal {
		background: none; 
	}
	.competition_new {
		padding: 15px;
		width: auto;
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size: 18px;
		height: auto;
	}
}
.box_8 .title {
    text-align: center;
    padding: 20px 0px;
    margin-bottom: 0px;
    font-size: 52px;
    line-height: 1.2em;
    font-family: 'helv_light', Arial, Helvetica, sans-serif;
    margin-bottom: 18px;
    font-weight: normal;
}

.tabs_content .tab_content a.btn.dedede {
    background: #dedede;
}
.tabs_content .tab_content .item:hover a.btn.dedede {
    background: #d5eaa9;
}
.tabs_content .tab_content .item a.btn.dedede:hover {
    background: #c3e08c;
}


.b24_2018_prices {
	position: relative;
	padding-top: 70px;
}
.b24_2018_prices .tab_version {
	text-align: center;
	font-size: 0;
}
.b24_2018_prices .tab_version .btnv {
	display: inline-block;
	width: 280px;
	border-radius: 5px 0 0 5px;
	background-color: #f7f7f9;
	font-size: 17px;
	letter-spacing: 2px;
	line-height: 25px;
	color: #cccccc;
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	line-height: 58px;
	height: 58px;
	box-shadow: none!important;
	transition: all .2s ease-in;
	cursor: pointer;
}
.b24_2018_prices .tab_version .btnv.r {
	border-radius: 0 5px 5px 0;
}
.b24_2018_prices .tab_version .btnv.l::before {
	content: '';
	background: url(images/tab-ver-1.png) no-repeat;
	display: block;
	position: absolute;
	width: 229px;
	height: 108px;
	margin-top: -80px;
	margin-left: -115px;
	z-index: -1;
	filter: grayscale(1);
	opacity: .5;
	transition: all .2s ease-in;
}
.b24_2018_prices .tab_version .btnv.r::before {
	content: '';
	background: url(images/tab-ver-2.png) no-repeat;
	display: block;
	position: absolute;
	width: 191px;
	height: 131px;
	margin-top: -72px;
    margin-left: 253px;
	z-index: -1;
	filter: grayscale(1);
	opacity: .5;
	transition: all .2s ease-in;
}
.b24_2018_prices .tab_version .btnv:hover, .b24_2018_prices .tab_version .btnv.act {
	background-color: #0bcbd9;
	color: rgb(255,255,255);
}
.b24_2018_prices .tab_version .btnv:hover::before, .b24_2018_prices .tab_version .btnv.act::before {
	filter: grayscale(0);
	opacity: 1;
}
.b24_2018_prices .tab_tarif_header {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	font-family: "Proxima Nova Rg";
	font-size: 23px;
	height: 70px;
	color: rgb(0,0,0);
	margin-top: 80px;
}
.b24_2018_prices .tab_tarif_header .btnv {
	cursor: pointer;
	padding: 0 20px;
	border: 1px solid #fff;
	border-bottom: 1px solid #cccccc;
	line-height: 68px;
	display: inline-block;
	border-radius: 5px 5px 0 0; 
}
.b24_2018_prices .tab_tarif_header .btnv.act {
	cursor: pointer;
	padding: 0 20px;
	border: 1px solid #cccccc;
	border-bottom: 1px solid #fff;
	background: #fff;
}
.b24_2018_prices .tab_tarif_header .btnv span {
	border-bottom: 1px solid #cccccc;
	line-height: 1.1;
}
.b24_2018_prices .tab_tarif_header .btnv.act span {
	border-bottom: 1px solid #fff;
}
.b24_2018_prices .tab_tarif_content {
	margin-top: 60px;
}
.b24_2018_prices .tab_tarif_content .t {
	color: #fff;
	font-family: 'Proxima Nova Rg';
	font-weight: blold;
	font-size: 23px;
	text-align: center;
	background: #0bcbd9;
	border-radius: 5px 5px 0 0; 
	line-height: 58px;
	height: 58px;
}
.b24_2018_prices .tab_tarif_content .c {
	font-size: 23px;
	line-height: 1.1;
	padding: 30px;
	color: #000;
	background: rgba(247,247,249, .5);
	border-radius: 0 0 5px 5px; 	
	font-family: 'Proxima Nova Rg', 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif
}
.b24_2018_prices .tab_tarif_content .c span {font-size: 15px;}
.b24_2018_prices .tab_tarif_content .c span.small {font-size: 13px;display: block;}
.b24_2018_prices .tab_tarif_content .c span.h {font-size: 17px;}
.b24_2018_prices .tab_tarif_content .btnv {
	background: #d5d5d9; color: #fff;
	display: block;
	border-radius: 5px;
	font-size: 17px;
	letter-spacing: 2px;
	line-height: 25px;
	font-family: 'Proxima Nova Rg';
	font-weight: bold;
	line-height: 58px;
	height: 58px;
	transition: all .2s ease-in;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	margin-top: 30px;
}
.b24_2018_prices .tab_tarif_content .tabc {
	text-align: center;
}
.b24_2018_prices .tab_tarif_content .tabc:hover .btnv {
	background: #0bcbd9; color: #fff;
}
.b24_2018_prices .tabitem {display: none;}
.b24_2018_prices .tabitem_act {display: block;}
.b24_2018_prices .tab_versionc {
	display: none;
}
.b24_2018_prices .tab_versionc.tab_version_act {
	display: block;
}
.b24_2018_prices i.plus span {
	position: absolute;
	display: block;
	width: 17px;
	height: 17px;
	background: url(images/p-m-s.png) no-repeat 0 0;
	margin-left: -25px;
	margin-top: 6px;
}
.b24_2018_prices i.minus span {
	position: absolute;
	display: block;
	width: 17px;
	height: 17px;
	background: url(images/p-m-s.png) no-repeat 0 -17px;
	margin-left: -25px;
	margin-top: 6px;
}
.b24_2018_prices .p-m {
	padding-left: 44px;
	text-align: left;
}
.b24_2018_prices .tab_tarif_content .tabitem {
	position: relative;
}
.b24_2018_prices .selectrow {
	background: #efeff2;
	position: absolute;
	display: block;
	height: 25px;
	width: 100%;
	opacity: 0;
	top: 0;
	border-radius: 5px;
	transition: all .3s;
}
.b24_2018_prices .selectrow.show {
	opacity: 1;
}
.b24_2018_prices .c .text {
	font-size: 15px;
	height: 200px;
	min-height: 200px;
	transition: all .3s;
	overflow: hidden;
	position: relative;
	text-align: justify;
}
.b24_2018_prices .c .text:hover {
	height: auto;
}
.b24_2018_prices .c .text::after {
	content: '';
	display: block;
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, rgba(247,247,249, .5), rgba(247,247,249, .0));
}
.b24_2018_prices .c .text:hover::after {
	background: none;
}
.b24_2018_prices .slider-price {}
.b24_2018_prices .slider-price-controll {position: relative;}
.b24_2018_prices .price-text span {
    font-size: 23px!important;
}
.b24_2018_prices .slider-price span {
	display: none;
}
.b24_2018_prices .slider-price span.a {
	display: block;
}
.b24_2018_prices .slider-price-controll .next {
	background: url(images/arslider.png) no-repeat 0 0;
	width: 9px;
	height: 17px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.b24_2018_prices .slider-price-controll .prev {
	background: url(images/arslider.png) no-repeat -9px 0;
	width: 9px;
	height: 17px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
@media screen and (max-width: 749px) {
	.b24_2018_prices .tab_tarif_content {
		margin-top: 30px;
	}
	.b24_2018_prices .tab_tarif_header {
		width: 100%;
		border-bottom: 0;
		font-family: "Proxima Nova Rg";
		font-size: 15px;
		height: auto;
		color: rgb(0,0,0);
		margin-top: 30px;
	}
	.b24_2018_prices .tab_tarif_header .btnv {
		cursor: pointer;
		padding: 3px 5px;
		border: 0;
		border: 0;
		line-height: 1.1;
		display: inline-block;
		border-radius: 5px; 		
	}
	.b24_2018_prices .tab_tarif_header .btnv.act {
		cursor: pointer;
		padding: 3px 5px;
		border: 0;
		background: #b8e9ec;
		border-bottom: 0;
	}
	.b24_2018_prices .tab_tarif_header .btnv span {
		border-bottom: 1px solid #cccccc;
		line-height: 1.1;
	}
	.b24_2018_prices .tab_tarif_header .btnv.act span {
		border-bottom: 1px solid transparent;
	}
	.b24_2018_prices .tab_version .btnv.r::before {
		margin-top: -170px;
		margin-left: 143px;
	}
}
.trusted.section .wrap>h2  {
    margin-bottom: 70px;
}

.strikethrough {
    display: inline-block;
    position: relative;
}

.strikethrough:before {
    border-bottom: 3px solid red;
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    transform: rotate(-7deg);
}

.bx-sb-price-table__battery-icon_3 {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA3YAAAG7CAMAAAC4mvf8AAAAaVBMVEUAAAAAAAAAAAAzMzM5OTk7OztAQEA7Ozs+Pj45OTk9PT0+Pj48PDw7Ozs7Ozs8PDw7Ozs9PT09PT08PDw7Ozs9PT09PT08PDw7Ozs9PT08PDw8PDw9PT08PDw8PDw8PDw8PDw8PDw8PDy9hMdgAAAAInRSTlMAAQIFCQ0YGh0oKjEzOEVISVBTWmN6fpGSk5SYoKuu0tXrpJ0nHAAAA8tJREFUeNrt181Kw0AUgNHGTNGgFXGjq77/m4m4qEHU1qTURd0GhoSJ7e052/zAXPplposFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAv6iGLjw3hgOTbN4HLqShJ1JlalBmU7syG5ib7EB2IDtAdiA7QHYgO0B2IDuQHSA7kB0gO5AdIDuQHSA7kB3IDpAdyA6QHcgOkB2cgjTimX1vbvC3cS1nym77athwdPvkkAn+2wGyA9mB7ADZgewA2YHsANmB7ADZgexAdoDsQHaA7EB2gOxAdiA7QHYgO0B2IDtAdiA7QHYgO5AdIDuQHSA7kB0gO5AdyA6YSyr58qaJNazNIeOm5SrWor+2OXfdp1CL7j7OOLvVXaxfYLvPye4h1qKrrOweYx2b+sLZOWSC/3YgO0B2IDtAdiA7QHYgO5AdIDuQHSA7kB0gO5AdIDuQHcgOkB3IDpAdyA6QHcgOZAfIDmQHyA5kB8gOZAfIDmQHsgNkB7IDZAeyA2QHsgPZAbID2QGyA9kBsgPZAbID2YHsANmB7ADZgewA2YHsQHaA7EB2gOxAdoDsQHaA7EB2IDtAdiA7QHYgO0B2IDuQHSA7kB0gO5AdIDuQHSA7kB3IDpAdyA6QHcgOkB3IDmQHyA5kB8gOZAfIDmQHyA5kB7IDZAeyA2QHsgNkB7ID2QGyA9kBsgPZAbID2QGyA9mB7ADZgewA2YHsANmB7EB2RgCyA9kBsgPZAbID2QGyA9mB7ADZgewA2YHsANmB7ADZgexAdoDsQHaA7EB2gOxAdiA7QHYgO0B2IDtAdiA7QHYgO5AdIDuQHSA7kB0gO5AdyA6QHcgOkB3IDpAdyA6QHcgOZAfIDmQHyA5kB8gOZAeyA2QHsgNkB7IDZAeyA2QHsgPZAbID2QGyA9kBsgPZgewA2YHsANmB7ADZgewA2YHsQHaA7EB2wHip5Mt3daxhHXJu6r9jLXqXdddnCrXo7pyza9sL/JD9vFzi5/vNDuaQCbIDZAeyA9kBsgPZAbID2QGyA9mB7ADZgewA2YHsANmB7ADZgexAdoDsQHaA7EB2gOxAdiA7IwDZgewA2YHsANmB7ADZgexAdkBxacQzdTI3mLBxjSnoZm3Y4JAJsgNkB7ID2QGyA9kBsgPZAbID2QGyA9mB7ADZgewA2YHsANmB7EB2gOxAdoDsQHaA7ODEVUMXrmvDgUm6zgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAjuF92eIZahiygvAAAAAElFTkSuQmCC');
}
.bx-sb-price-table__battery-icon_2 {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA3YAAAG7CAMAAAC4mvf8AAAAWlBMVEUAAAAAAAAAAAAzMzM5OTk7OztAQEA7Ozs+Pj45OTk9PT0+Pj48PDw7Ozs8PDw7Ozs9PT09PT08PDw9PT08PDw7Ozs9PT08PDw8PDw9PT08PDw8PDw8PDw8PDxvmbUUAAAAHXRSTlMAAQIFCQ0YGh0oKjEzOEhJUFNafpGSk5SYoKvS6/q9pEkAAAOkSURBVHja7de5DoJQAEVBkacoWplY+P9/ZywUCxfcCm1JDATEx0zLknDjCTgaAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/ERSdWCdGQcaOR4qDoSqK0JiNWjnpTa2DXRNdiA7kB0gO5AdIDuQHSA7kB3IDpAdyA6QHcgOkB3IDpAdyA5kB8gOZAfIDmQHyA76INS45nG3G3xeXGlH2V12xoa3xcpHJvhvB8gOZAeyA2QHsgNkB7IDZAeyA2QHsgPZAbID2QGyA9kBsgPZgewA2YHsANmB7ADZgewA2YHsQHaA7EB2gOxAdoDsQHYgO6Aroc2bz2dxjbV/fnHSZBnXQ5/OKvmv7PI8rrGK+wCzS2TnIxNkB8gOZAfIDmQHsgNkB7IDZAeyA2QHsgNkB7ID2QGyA9kBsgPZAbID2YHsANmB7ADZgewA2YHsANmB7EB2gOxAdoDsQHaA7EB2IDtAdiA7QHYgO0B2IDtAdiA7kB0gO5AdIDuQHSA7kB3IDpAdyA6QHcgOkB3IDpAdyA5kB8gOZAfIDmQHyA5kB7IDZAeyA2QHsgNkB7IDZAeyA9kBsgPZAbID2QGyA9mB7ADZgewA2YHsANmB7ADZgexAdoDsQHaA7EB2gOxAdiA7QHYgO0B2IDtAdiA7QHYgO5AdIDuQHSA7kB0gO5AdIDuQHcgOkB3IDpAdyA6QHcgOZAfIDmQHyA5kB8gOZAfIDmQHsgNkB7IDZAeyA2QHsgPZAbID2QGyA9kBsgPZAbID2YHsANmB7ADZgewA2YHsQHaA7EB2gOxAdoDsQHaA7EB2IDtAdiA7QHYgO0B2IDuQHSA7kB0gO5AdIDuQHSA7kB3IDpAdyA6QHcgOkB3IDmQHyA5kB8gOZAfIDmQHyA5kB7IDZAeyA2QHsgNkB30S2rx5eYlrrOc3J90ie+irSP4su6IY4KLXrV8VPjJBdiA7E4DsQHaA7EB2gOxAdoDsQHYgO0B2IDtAdiA7QHYgO0B2IDuQHSA7kB0gO5AdIDuQHcgOkB3IDpAdyA6QHcgOkB3IDmQHtCHUuCYNdoMGL646BU03xgYfmSA7QHYgO5AdIDuQHSA7kB0gO5AdIDuQHcgOkB3IDpAdyA6QHcgOZAfIDmQHyA5kB8gOei6pOpClxoFGytIGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABE7gXmlBukwO2VYwAAAABJRU5ErkJggg==');
}
.bx-sb-price-table__battery-icon_1 {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA3YAAAG7CAMAAAC4mvf8AAAATlBMVEUAAAAAAAAAAAAzMzM5OTk7Ozs7Ozs5OTk9PT0+Pj47Ozs8PDw7Ozs9PT09PT09PT08PDw7Ozs9PT08PDw8PDw9PT08PDw8PDw8PDw8PDw+T6eLAAAAGXRSTlMAAQIFCQ0aKCoxOEhJUFN+kZKTlJigq9LraLiaCgAAA4hJREFUeNrt3LEOgjAARVGQBtRJB///F02EgSjigGsXkNo056wEhhduqItVBQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA8Bd17MK1Mw5s0veRCyF2R6itBvt81A62gdRkB7ID2QGyA9kBsgPZAbID2YHsANmB7ADZgewA2YHsANmB7EB2gOxAdoDsQHaA7CAHYcU978lu8P1wNYmyG+/GhsXp4pAJftsBsgPZgewA2YHsANmB7ADZgewA2YHsQHaA7EB2gOxAdoDsQHYgO0B2IDtAdiA7QHYgO0B2IDuQHSA7kB0gO5AdIDuQHcgOSCXs+fCuK2usx+yFIfvsjueyxhomLwwOmSA7QHYgO0B2IDuQHSA7kB0gO5AdIDuQHcgOkB3IDpAdyA6QHcgOkB3IDmQHyA5kB8gOZAfIDmQHsgNkB7IDZAeyA2QHsgNkB7ID2QGyA9kBsgPZAbID2YHsANmB7ADZgewA2YHsANmB7EB2gOxAdoDsQHaA7EB2IDtAdiA7QHYgO0B2IDtAdiA7kB0gO5AdIDuQHSA7kB3IDpAdyA6QHcgOkB3IDpAdyA5kB8gOZAfIDmQHyA5kB7IzAcgOZAfIDmQHyA5kB8gOZAeyA2QHsgNkB7IDZAeyA2QHsgPZAbID2QGyA9kBsgPZgewA2YHsANmB7ADZgewA2YHsQHaA7EB2gOxAdoDsQHYgO0B2IDtAdiA7QHYgO0B2IDuQHSA7kB0gO5AdIDuQHcgOkB3IDpAdyA6QHcgOkB3IDmQHyA5kB8gOZAfIDmQHsgNkB7IDZAeyA2QHsgNkB7ID2QGyA9kBsgPZAbID2YHsANmB7ADZgewA2YHsANmB7EB2gOxAdoDsQHaA7EB2IDtAdiA7QHYgO0B2IDtAdvBfYc+Hv8ayxpq9L+Sf3TAYGBwyQXYgO0B2IDtAdiA7QHYgO0B2IDuQHSA7kB0gO5AdIDuQHcgOkB3IDpAdyA6QHcgOkB3IDmQHyA5kB8gOZAfIDmQHsgNkB7IDfiSsuKcJdoNFnSq79mZscMgE2QGyA9mB7ADZgewA2YHsANmB7ADZgexAdoDsQHaA7EB2gOxAdiA7QHYgO0B2IDtAdpC56D+4t4KEbaanDQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKNwH/DATyrecPI8AAAAASUVORK5CYII=');
}
.bx-sb-price-table__battery-icon_0 {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA3YAAAG7CAMAAAC4mvf8AAAANlBMVEUAAAA5OTk7Ozs7Ozs9PT0+Pj47Ozs7Ozs9PT08PDw7Ozs8PDw8PDw9PT08PDw8PDw8PDw8PDy3jTNzAAAAEXRSTlMACQ0aKjE4SVCRkpSYoKvS6zJ4GyEAAANYSURBVHgB7dPHbQNBFECxcc7B/Tfrw1YgzELQfyB74AIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALgx77/Alpd1qa+/LcCrdqAdaKcdaAfaAdqBdoB2oB1opx1oB9ppB9qBdoB2oB2gHWgH2mkH2oF2gHagHaAdaAebtPv5BA7f12r3toDDk3agHQymHWgHaAfaQYB2oB2gHWgHAdqBdoB2oB0EaAfaAdqBdhCgHWgHaAfaQYB2oB2gHWgHAdqBdoB2oB1Mph1oB2gH2kGAdqAdoB1oBwHagXaAdqAdBGgH2gHagXYQoB1oB2gH2kGAdqAdoB1oBwHagXaAdqAdTKYdaAdoB9pBgHagHaAdaAcB2oF2gHagHQRoB9oB2oF2EKAdaAdoB9pBgHagHaAdaAcB2oF2gHagHZxIO0A70A4CtAPtAO1AOwjQDrQDtAPtIEA70A7QDrQLAO1AO0A70C4AtAPtAO1AuwDQDrQDtAPtJgPtQDtAO9AuALQD7QDtQLsA0A60A7QD7QJAO9AO0A60CwDtQDtAO9AuALQD7QDtQLsA0A60A7QD7SYD7UA7QDvQLgC0A+0A7UC7ANAOtAO0A+0CQDvQDtAOtAsA7UA7QDvQLgC0A+0A7UC7ANAOtAO0A+0mA+1AO0A70C4AtAPtAO1AuwDQDrQDtAPtAkA70A7QDrQLAO1AO0A70C4AtAPtAO1AuwDQDrQDtAPtJgPtQDtAO9AuALQD7QDtQLsA0A60A7QD7QJAO9AO0A60CwDtQDtAO9AuALQD7QDtQLsA0A60A7QD7QJAO9AuDLQD7QDtQLsA0A60A7QD7QJAO9AO0A60CwDtQDtAO9AuALQD7QDtQDsI0A60A7QD7SBAO9AO0A60g8m0A+0A7UA7CNAOtAO0A+0gQDvQDtAOtIMA7UA7QDvQDgK0A+0A7UA7CNAOtAO0A+0gQDvQDtAOtIO5tAPtPu6Aw/Pp7YAN2oF2oJ12oB1oB2gH2gHagXYQpB1oB2gH2oF22oF2oB2gHWgHaAfaQYJ2oB2gHWgH2mkH2oF2D4/AlvsFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABx/ylVBhfziymOAAAAAElFTkSuQmCC');
}
.bx-sb-price-table__battery-icon {
    display: block;
    width: 34px;
    height: 14px;
    margin: auto;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: -44px;
    margin-top: 5px;
}
.b24_2018_prices .tab_tarif_content .color-btn-price-buy{
  background-image: -webkit-linear-gradient(bottom, #97bf23, #acd04a);
  background-image: -moz-linear-gradient(bottom, #97bf23, #acd04a);
  background-image: -ms-linear-gradient(bottom, #97bf23, #acd04a);
  background-image: -o-linear-gradient(bottom, #97bf23, #acd04a);
  background-image: linear-gradient(bottom, #97bf23, #acd04a);
  border-color: #b4e060 #92bd40 #6e971d;
  transition: 2s;
}
