@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Serif:400,700&subset=cyrillic");

.flex2{
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
}

.item2{
    flex:1 1 calc(33.33% - 30px);
    /*margin:5px;*/
    box-sizing:border-box;
    min-width:300px;
    margin: -16px;
    padding:1px 1px; font-size:100%; text-align:left;
}

.flex1{
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 0 auto;
}

.item1{
    flex:1 1 calc(33.33% - 30px);
    margin:5px;
    box-sizing:border-box;
    min-width:270px;
    padding:10px 20px; font-size:100%; text-align:left;
}

.dark_blue_color .sidebar {
    background: #676767;
}
.dark_blue_color .menu a, .dark_blue_color a:not(.butterfly_hover),
.dark_blue_color .logo-wrapper .brand, .dark_blue_color .logo-wrapper .slogan,
.dark_blue_color .logo-wrapper a, .dark_blue_color .contacts .address,
.dark_blue_color .contacts .email{
    color: #FFF;
}
.dark_blue_color .feedback-button, .dark_blue_color .row .header {
    background: #de171f;
}
.dark_blue_color .footer, .dark_blue_color .catalog-carousel .owl-item {
    background: #3a3939;
}
.dark_blue_color .carousel-caption {
    border: 15px solid #ed1c24;
    border-left: 0;
  background-color: #ffffff8f;
}
.dark_blue_color .carousel-caption .caption-wrapper:before, .dark_blue_color .carousel-caption .caption-wrapper:after {
    background: #ed1c24;
}
.carousel-caption .caption-wrapper:before, .carousel-caption .caption-wrapper:after {
    width: 15px;
}
.carousel-caption .caption-wrapper:after {
    bottom: -52%;
    height: 30%;
}
.dark_blue_color .carousel-caption .caption-header, .dark_blue_color .carousel-caption .caption-text {
    color: #d0363c;
}
.dark_blue_color .read-more-button {
    color: #de171f !important;
  border: 1px solid #de171f;
}
.dark_blue_color .news-col .news-item .read-more a, .dark_blue_color .news-col .news-item .read-more a:before,
.dark_blue_color .news-col .news-item .read-more a:after{
    background: #de171f;
}
.dark_blue_color .logo-wrapper .brand {
	max-width: 200px;
}

.dark_blue_color .logo-wrapper .brand, .dark_blue_color .menu a, .dark_blue_color a:not(.butterfly_hover),
.dark_blue_color strong.phone_number, .dark_blue_color .contacts .address, .dark_blue_color .contacts .email,
.dark_blue_color .carousel-caption .caption-header, .dark_blue_color .carousel-caption .caption-text,
.dark_blue_color .content-col .content h3, .content-col .content div, .news-col .news-item div, 
.dark_blue_color .leading h3, .dark_blue_color .news-item .date .big-date, .dark_blue_color .news-col .news-item h3,
.dark_blue_color .news-col .news-item div.text, .dark_blue_color .row .reviews .review-item,
.dark_blue_color .author-name, .dark_blue_color .footer, body, form.form-wrapper input:not([type=submit]),
form.form-wrapper textarea, form.form-wrapper .input label, #order_form table td .label,
#order_form table td input, #order_form table td textarea, table td, .dark_blue_color .catalog-carousel .owl-item .item h3 a,
.dark_blue_color .row .header h1, .dark_blue_color .breadcrumbs, .dark_blue_color .breadcrumbs a,
.dark_blue_color .photo-cover .cover-text h3 a, .row-equal, .dark_blue_color .news-item h3,
.dark_blue_color .news-item .date, .dark_blue_color .news-item div.text, .dark_blue_color .col-feedback h3,
.footer-mini .address, .photo-cover .cover-text h3{
	font-family: "IBM Plex Serif", serif;
}
.menu ul li, .feedback-button, .carousel-caption .caption-header, .carousel-caption .caption-text,
.leading h3, .catalog-carousel .owl-item .item h3{
    font-variant: unset;
}
.footer_contacts_right div {
    padding-right: 10px;
}
.dark_blue_color form.form-wrapper .button input, .dark_blue_color #order_form #order_submit {
    border: 2px solid #de171f;
    color: #de171f;
    font-family: "IBM Plex Serif", serif;
}
.dark_blue_color .col-phone {
    background: #3a3939;
}
.dark_blue_color .accept_pdn label span a, .dark_blue_color #order_form table td a {
    color: #de171f;
}
.dark_blue_color .carousel-caption .caption-header {
    font-size: 90px;
}

.big-col.content-col .content {
    width: 80%;
}
.big-col.content-col {
    padding-top: 40px;
}
ul li:before {
    content: url(/images/cms/data/design/hyphen_r.png);
}
table td {
    font-size: 14px;
}
.single-item p a {
	color: #de171f !important;
}

@media (max-width: 767px) {
	.dark_blue_color .logo-wrapper .brand {
    font-size: 14px;
}
  .dark_blue_color .sidebar .navbar-header .icon-bar {
    background: #ed1c24;
}
  .menu {
    border-right: 1px solid #de171f;
    background: #de171f;
  }
  .dark_blue_color .carousel-caption {
    border: 10px solid #ed1c24;
        border-left: 0;
}
.carousel-caption .caption-wrapper:before, .carousel-caption .caption-wrapper:after {
    width: 10px;
}
  #carousel-example-generic .carousel-caption .caption-header {
    margin-left: 15px;
  }
  .footer-mini, .dark_blue_color .footer-social {
    background: #3a3939;
  }
  .footer-mini .address {
    color: #fff;
}
  .photo-cover img {
    height: 116px;
  }
  .photo-cover .cover-text h3 {
    width: 78%;
        line-height: 17px;
  }
  .photo-cover .cover-text h3 a {
    color: #fff;
}
  .photo-cover .cover-text {
    background: linear-gradient( rgba(0,0,0,0.1), rgba(0,0,0,0.74) );
  }
  .news-item {
    padding: 30px 20px;
}
  .row .header h1 {
    font-size: 30px;
    margin: 10px 10px;
    letter-spacing: -1px;
}
  .container-fluid .checkbox label {
    padding: 0 0 0 20px !important;
  }
}

@media screen and (max-width: 992px) {
#carousel-example-generic .carousel-caption .caption-header {
    max-width: 95%;
}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.dark_blue_color .logo-wrapper .brand {
    font-size: 18px;
}
  .caption-wrapper {
    top: 20px;
}
  .carousel-caption .caption-wrapper:before {
    top: -10%;
}
  #carousel-example-generic .carousel-caption .caption-wrapper:after {
    bottom: -12%;
}
  #carousel-example-generic .carousel-caption .caption-header {
  	margin-left: 18px;
  }
  .photo-cover img {
    height: 185px;
}
  .row .header h1 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1300px) {
  .dark_blue_color .logo-wrapper .brand {
    font-size: 16px;
}
  .dark_blue_color .carousel-caption .caption-header {
    font-size: 60px;
    line-height: 62px;
}
}
#nnavv{
    float:left;
    margin-bottom: 10;
    width:500px;
    list-style: none;
    font-weight: bold;
}
#nnavv li{
    float: left;
    display: block;
    margin-right: 10;
    position: relative;
}
#nnavv li a{
    background: #333;
    display: block;
    padding: 5;
    color: #fff;
    text-decoration:none;
    -moz-border-radius: 2;
    -webkit-border-radius: 2;
    border-radius: 2;
    text-shadow:1px 1px 1px rgba(0,0,0,0.74);
}
#nnavv li a:hover{
    text-decoration: underline;
    background: #6b0c33;
    color: #fff;
    background: rgba(108,13,53,0.74); 
}
#nnavv ul{
    list-style:none;
    left:-9999px; 
    opacity:0;
    -webkit-transition: 0.24s linear opacity;
    position:absolute;
}
#nnavv ul li{
    padding-top: 1px;
    float:none;
}
#nnavv ul a{
    display:block;
    white-space: nowrap;
}
#nnavv li:hover ul{ 
    left:0; 
    opacity:1; 
}
#nnavv li:hover a{ 
    text-decoration:underline;
    background:rgba(109,15,53,0.74);
    background:#6b0c36;
}
#nnavv li:hover ul a{ 
    text-decoration:none;
    -webkit-transition:-webkit-transform 0.077s linear;
}
#nnavv li:hover ul li a:hover{ 
    -moz-transform:scale(1.07);
    -webkit-transform:scale(1.07);    
    background:#334;
    background:rgba(50,50,50,0.74); 
    text-decoration:underline;
}
@import "compass";
@import "breakpoint";

//Center Content
.container {
	max-width: 1100px;
	margin: 0 auto;
}
//Todo clean up some crappy code
.cards {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 15px;
	padding: 1.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.card {
	@media (max-width: 700px) {
		width: 100%;
	}
	position: relative;
	margin-bottom: 20px; 
	padding-bottom: 30px; 
	background: #fefff9;
	color: #363636; //the whole content of the card becomes linked, so this will give the text a "norma;" appearance
	text-decoration: none;
	@include box-shadow(rgba(black, 0.19) 0 0 8px 0);
	@include border-radius(4px);
	@include breakpoint(700px, $no-query: true) {
	//switch to 2 columns
		max-width: 320px;
		margin-right: 20px;
		margin-bottom: 20px;
		&:nth-child(even) {
			margin-right: 0;
		}
	}
	@include breakpoint(980px, $no-query: true) {
	//switch to 3 columns
		&:nth-child(even) {
			margin-right: 20px;
		}
		&:nth-child(3n) {
			margin-right: 0;
		}
	}
	span {
		display: block;
	}
	.card-summary {
		padding: 5% 5% 3% 5%;
	}
	.card-header {
		position: relative;
		height: 175px;
		overflow: hidden;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		background-color: rgba(white,.15);
 		background-blend-mode: overlay;
		@include border-radius(4px 4px 0 0);
		&:hover, &:focus {
			background-color: rgba(white, 0);
		}
	}
	.card-title {
		background: rgba(157, 187, 63, .85);
		padding: 3.5% 0 2.5% 0;
		color: white;
		font-family: "Roboto Condensed", sans-serif;
		text-transform: uppercase;
		position: absolute;
		bottom: 0;
		width: 100%;
		h3 {
			font-size: 1.2em;
			line-height: 1.2;
			padding: 0 3.5%;
			margin: 0;
		}
	}
	.card-meta {
		max-height: 0;
		overflow: hidden;
		color: #666;
		font-size: .78em;
		text-transform: uppercase;
		position: absolute;
		bottom: 5%;
		padding: 0 5%;
		@include transition-property(max-height);
		@include transition-duration(.4s);
		@include transition-timing-function(ease-in-out);
	}
	&:hover, &:focus {
		background: white;
	  @include box-shadow(rgba(black, 0.45) 0px 0px 20px 0px);
		.card-title {
			background: rgba(157, 187, 63, .95);
		}
		.card-meta {
			max-height: 1em;
		}
	}
}

img {
	max-width: 100%; // stop images from breaking out of their bounding boxes.
}

//General styles for page to make it prettier ;P
body {
	background :#f0f0f0;
	font-size: 17px; 
	line-height: 1.4;
	font-family: "Jaldi", sans-serif;
}

* {
  @include transition-property(
    background-color,
    border-color,
    box-shadow,
    color,
    opacity,
    text-shadow,
    transform
  );
  @include transition-duration(0.2s);
  @include transition-timing-function(linear);
}
body {
  font-family: Helvetica Neue, serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

h2 {
  padding: 0;
  margin: 0 0 10px 0;
}

#forkme_banner {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 10;
  padding: 10px 50px 10px 10px;
  color: white;
  background: url("../img/blacktocat.png") #6A3 no-repeat 95% 50%;
  font-weight: 700;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  text-decoration: none;
}

.head {
  padding: 30px 0;
  width: 960px;
  margin: auto;
}

.head h1 {
  font-weight: 200;
  font-family: Helvetica,Arial,Verdana,sans-serif;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  color: #999;
}

.container {
  width: 960px;
  margin: auto;
}

.actions {
  margin-top: 10px;
}

.track {
  width: 100%;
  position: relative;
}

.view-port, .track .inner {
  width: 946px;
}

.view-port {
  overflow: hidden;
  position: relative;
}

.track .inner {
  position: relative;

  margin: auto;
  margin-bottom: 30px;
  padding: 10px;

  background: #F1F1F1;
  border-radius: 4px;
}

.track .inner h2 {
  font-weight: 200;
  font-family: Helvetica,Arial,Verdana,sans-serif;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  color: #999;
}

.track .inner h2:hover {
  color: #6A3;
}

.track a.prev,
.track a.next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  width: 64px;
  height: 64px;
  background: url("../img/arrows.png");
  background-repeat: no-repeat;
}

.track a.prev.disabled,
.track a.next.disabled {
  display: none;
}

.track a.prev {
  left: 0;
  background-position: 0 0;
}

.track a.prev:hover {
  background-position: 0 -66px;
}

.track a.prev:active {
  background-position: 0 -132px;
}

.track a.next {
  right: 0;
  background-position: -64px 0;
}

.track a.next:hover {
  background-position: -64px -132px;
}

.track a.next:active {
  background-position: -64px -198px;
}

.slider-container {
  position: relative;
  margin: 0;
  padding: 0;

  height: 166px;
}

.slider-container.big {
  height: 288px;
}

.slider-container.huge {
  height: 432px;
}

.slider-container .item {
  position: absolute;

  width: 224px;
  height: 150px;

  margin-right: 16px;
  margin-bottom: 16px;
}

.slider-container .item img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid white;
}

.slider-container.big .item,
.slider-container.big .item .img-area {
  height: 288px;
}

.slider-contaiber.huge .item {
  margin-bottom: 12px;
}

.slider-container .item p {
  padding: 0;
  margin: 0;
}

.slider-container .item.cover {
  width: 940px;
}

.slider-container .item.cover-2 {
  height: 432px;
}

.slider-container .item.cover img {
  float: left;
}

.slider-container .item.cover-2 img {
  float: none;
}

.slider-container .item.cover .img-area {
  float: right;
  margin-left: 16px;
}

.slider-container .item.cover-2 .img-area {
  float: none;
  margin-left: 0;
  margin-top: 12px;
}

.slider-container .item.cover-2 .img-area .img-block:first-child {
  margin-right: 14px;
}

.slider-container .item.cover .img-block {
  height: 128px;
}

.slider-container .item.cover-2 .img-block {
  float: left;
}

.img-block {
  margin-bottom: 16px;
}

.editorial {
  float: right;
  width: 200px;

  padding-right: 20px;
  height: 272px;
  background: white;
}

.editorial .title {
  font-size: 24px;
  margin: 20px 0 0 20px;
}

.editorial .desc {
  font-size: 14px;
  line-height: 18px;
  padding-top: 8px;
  margin-left: 20px;
}

.side-a, .side-b {
  float: left;
  width: 462px;
}

.side-a {
  margin-right: 16px;
}

.side-a > img, .side-b > img {
  width: 462px;
  height: 272px;
}

.bullet-pagination {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.bullet {
  display: inline-block;
  background: #999;
  padding: 4px;
  border-radius: 6px;
  margin-right: 5px;
  opacity: 0.4;

  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.bullet.active {
  opacity: 1;
}

.bullet:last-child {
  margin-right: 0;
}

#example-4 img {
  width: 228px;
  height: 132px;
}

.example-4 .loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  text-align: center;
  line-height: 140px;
  padding: 4px 0;
  z-index: 1;
}

.example-4 .loading:before {
  content: "loading...";
}

.example-4 .bullet {
  cursor: default;
}

.example-1 a.prev,
.example-1 a.next {
  margin-top: -69px;
}

.example-2 a.prev,
.example-2 a.next {
  margin-top: -58px;
}

.example-3 a.prev,
.example-3 a.next {
  margin-top: -53px;
}

.example-4 a.prev,
.example-4 a.next {
  margin-top: -68px;
}
element.style {
}
.track.vertical2:last-child {
    margin-right: 0;
}
.track.vertical2, .track.vertical2 .view-port {
    width: 231px;
    height: 552px;
}
.track.vertical2 {
    float: left;
    margin-right: 40px;
}
.track.vertical, .track.vertical2 {
    padding: 10px 10px 8px 10px;
}
.track {
    position: relative;
    background-color: white;
    padding: 10px 2px;
    border-radius: 3px;
    margin-bottom: 20px;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
user agent stylesheet
div {
    display: block;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
body {
    font-size: 1em;
    line-height: 1.5;
    background: #e7e7e7 url(../images/body-bg.png) 0 0 repeat;
    font-family: "Helvetica Neue", Helvetica, Arial, serif;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    color: #6d6d6d;
}
body {
    line-height: 1;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.table-wrap {
  text-align: center;
  display: inline-block;
  background-color: #fff;
  padding: 2rem 2rem;
  color: #000;
}
  }
@media screen and (max-width: 600px) {
  table {
    border: 0;
}
  table thead {
    display: none;
body {
    display: none;
    text-align: center;
    padding-top: 10%;
    font-family: sans-serif;
  background-image: url("bg.jpg");
  background-size: cover;
  height: 100vh;
  color: #fff;
  
}
.table-wrap {
    text-align: center;
    display: inline-block;
  background-color: #fff;
  padding: 2rem 2rem;
  color: #000;
}
 
 table {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
  }
 
  table tr {
      margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
    border: 1px solid #ddd;
    padding: 5px;
  }
 
  table th, table td {
      display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    border-right: 1px solid transparent;
    padding: 10px;
    text-align: center;
    border-right: 1px solid #ddd;
  }
 }
    table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
}
  table td:last-child {
    border-bottom: 0;
  table th {
    color: #fff;
    background-color: #444;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
  
element.style {
    clear: both;
}
.colum_block {
    padding: 0px 15px 15px 15px;
}
user agent stylesheet
div {
    display: block;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
user agent stylesheet
table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}
  element.style {
}
@media (min-width: 1200px)
.container {
    width: 1170px;
}
@media (min-width: 992px)
.container {
    width: 970px;
}
@media (min-width: 768px)
.container {
    width: 750px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}
body {
    color: #79787f;
    font: 16px "Roboto", sans-serif;
    background: #fff;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
  .list6b {
    padding:0;
    list-style: none;
}
.list6b li{
    padding:6px;
}
.list6b li:before {
    padding-right:10px;
    font-weight: bold;
    color: #C0C0C0;
    content: "\2714";
    transition-duration: 0.5s;
}
.list6b li:hover:before {
    color: #337AB7;
    content: "\2714";
}    
.iconblock-4 {
    width: 100%;
    border: 1px solid #C5C5C5;
    padding: 8px;
    text-align: center;
    transition: 0.4s all;
    overflow:hidden;
    margin:20px 0;
}    
.iconblock-4:hover {
    box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.2);
}
.iconblock-4 .icon {
    margin: 20px auto; 
    transition: all 0.7s ease 0s;
    font-size: 64px;
    width:64px;
    height:64px;
    color:#337AB7;
}
.iconblock-4:hover .icon , 
.iconblock-4:hover .icon {
    transform: scale(20);
    position:relative;
    opacity:0;
}      
.iconblock-4 h3{
    transition: all 0.7s ease 0s;
    color: #000;
    font-size:20px;
    margin:0 0 6px 0;
    padding:6px;
}    
.iconblock-4:hover h3 {
    color: #337AB7;
    transform: translateY(-44px) scale(1.3);
}
ul {
    list-style-type: none;
}
ul li {
    font-size: 18px;
    line-height: 18px;
    position: relative;
}
ul li::before {
    color: crimson;
    content:"\2022";
    font-size: 26px;
    font-weight: 700;
    left: -15px;
    line-height: 18px;        
    position: absolute;
    top: 0;
}
  html,body{width:100%; height:100%; margin:0}