.form-seo {
    text-align: center;
    display: inline-table;
}

.shadow-order .comment-title {
    margin-bottom: 20px;
    font-size: 23px;
	letter-spacing: -1px;
}

form#mini-form {
    width: 100%;
}

.seo-plan form#mini-form, form#form-footer {
    width: 80%;
	margin-top: 20px;
	display: inline-table;
}

.seo-plan #mini-form input#miniName,.seo-plan #mini-form input#miniSite,.seo-plan #mini-form input#miniPhone,
.seo-plan #form-footer input#Nameform,.seo-plan #form-footer input#Siteform,.seo-plan #form-footer input#Phoneform
 {
	width: 100%;
    display: inline-block;
	box-sizing: border-box;
	font-family: 'Open Sans',Arial,sans-serif;
    font-weight: 100;
    font-size: 17px;
}

.shadow-order .seo-plan {
    max-width: 100%;
}

 .seo-plan .comment-title:before {
    top: 0px;
    content: '';
    background: url(/img/icon-serv11.png) no-repeat center center;
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: inherit;
    background-color: #099bbc;
    border-radius: 50%;
}

.seo-plan .comment-title {
    padding-left: 50px;
    font-weight: 100;
    font-size: 27px;
    display: initial;
	letter-spacing: -1px;
}

a.calc-tarif {
    color: #079abb;
    font-weight: 800;
    font-size: 28px;
}

.seo-plan a.box {
    width: 42%;
    font-size: 20px;
    padding: 16px 0;
    padding: 16px 0;
}

.shadow-order, .calc-order {
    box-shadow: rgb(0 0 0 / 37%) 0 3px 44px -3px;
}

.all-order .comment-title {
    margin: 8px;
    font-size: 19px;
}

.dop-istruct .question {
    background: url(/img/seo/dop-instruc3.jpg) no-repeat top center #f1f5f8;
}

.dop-istruct2 .question {
    background: url(/img/seo/dop-instruc.jpg) no-repeat top center #f1f5f8;
}

.dop-istruct3 .question {
    background: url(/img/seo/dop-instruc2.jpg) no-repeat top center #f1f5f8;
}

.col-tab-5 {
    display: inline-table;
    width: 33.333333%;
    max-width: 320px;
}

.rates .col-tab-3 {
    vertical-align: top;
}
.int-img {
    display: inline-table;
    background: #079abb;
    padding: 30px;
    border-radius: 50%;
    border: solid 4px #fff;
}

.int-img img {
    vertical-align: middle;
}

.int .col-tab {
    display: inline-table;
}
.cont-prew .col-tab-2:nth-child(2) {
    text-align: center;
}

.int .col-tab-4 .col-tab-2:nth-child(1):after, .int .col-tab-3 .col-tab-2:nth-child(2):after {
    content: '';
    height: 7px;
    width: 100%;
    background: #079abb;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: auto;
    z-index: -1;
}

.int .col-tab-4:last-child .col-tab-2:nth-child(1):after {
    content: none;
}
.int-anons {
    margin: 45px 0;
}

.sl-middle {
    background: url(/img/fon2.jpg) no-repeat center;
    box-shadow: rgb(0 0 0 / 37%) 0 31px 44px -15px;
	height: 516px;
}

.sl-middle ul {
    width: 90%;
    display: inline-table;
    max-width: 600px;
    margin-top: 40px;
}

.sl-middle ul li {
    padding: 6px 0;
    font-size: 19px;
	position: relative;
}

.sl-middle ul li:before {
    content: '—';
    left: -35px;
    position: absolute
}

.sl-middle  .sss {
	cursor: text;
    border-bottom: 0;
}
.sl-middle.sl-m2 {
    background: url(/img/fon4.jpg) no-repeat center;
}

.sl-middle.sl-m3 {
    background: url(/img/fon5.jpg) no-repeat center;
    box-shadow: none;
    height: 638px;
}
.sss2 {
	color: #a5c524;
}
.sl-middle.sl-m2 ul {
    max-width: 700px;
	margin-bottom: 40px;
}
.cont-nrg {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-weight: 100;
    text-align: left;
    border: solid 1px #fff;
    min-height: 280px;
    padding: 32px;
    margin: 0 1px;
	background: #ffffff70;
}
.partn .cont-comment-title {
    margin-bottom: 50px;
}
.cont-nrg h3 {
    margin: 30px 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.1;
}
.sl-m3 .index-title {
    margin: 40px 0;
}
.line-os marquee {
    display: table;
    width: 100%;
}

.logo-os {
    display: inline-table;
}

.wrap {
  max-width: 100%;
  margin: auto;
}
.items-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
}
.items-wrap:before,
.items-wrap:after {
  content: "";
  height: 100%;
  top: 0;
  width: 10%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.items-wrap:before {
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.items-wrap:after {
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.items {
  flex-shrink: 0;
  display: flex;
  gap: 20px;
  counter-reset: item;
  justify-content: space-around;
  min-width: 130%;
  flex-wrap: wrap;
}
.item {
  transition: all 0.1s ease-in-out;
  opacity: 0.8;
}
.item:hover {
  transform: scale(1.05);
  opacity: 1;

}

.line-os {
    width: 85%;
    display: inline-block;
	margin-top: 60px;
}

.marquee {
  animation: scroll 30s linear infinite;
}
.reverce {
  animation-direction: reverse;
}
.items-wrap:hover .marquee {
  animation-play-state: paused;
}

.perfscan {
  margin: 20px 0;
  text-align: center;
  bottom: 0;
  background: #fff;
  padding: 5px;
}
.perfscan hr {
  border: solid #999;
  border-width: 1px 0 0 0;
  max-width: 50%;
  margin: 0 auto 20px;
}
.perfscan a {
  color: #000;
  font-weight: bold;
}

.col-tab-3 .int-img {
	background: #a5c524;
    position: relative;
    padding: 20px;
}

.col-tab-3 .int-img:before {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
}

.col-tab-3 .int-img:after {
    content: '';
    height: 10px;
    width: 10px;
    position: absolute;
    background: #a5c524;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
}

.int .col-tab-3 .col-tab-2:nth-child(2):after {
    left: 0;
    background: #a5c524;
}
.cont-prew h3 {
    font-size: 25px;
    margin: 0 0 5px 0px;
    font-weight: 700;
    position: relative;
}
.cont-prew h3 b {
    font-weight: 900;
    font-size: 65px;
}

.cont-prew {
    font-size: 23px;
    font-weight: 100;
    margin: 0;
    padding: 0;
}
.cont-prew h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 5px;
    width: 54%;
    border-bottom: dotted 1px #000;
}

.table-size#rates {
    margin: 0;
    padding-top: 10px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 20px));
  }
}

.faq {
    background: #f9f7f7;
    margin-bottom: 0;
}
.protection .anons span:before {
	content:none;
}
.protection .param-tab .anons span {
    padding: 10px 0;
	margin: 0;
}

.protection .comment-img {
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 30px 0;
}

.protection .int-anons {
    margin: 10px 0;
	width: 90%;
    display: inline-table;
}

.protection h3 {
    margin: 0 0 10px;
    font-weight: 900;
}

.protection h4 {
    color: #000000;
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 10px;
	text-align: center;
}
.protection .comment-img img {
    width: 225px;
    position: inherit;
    z-index: 1;
}

.protection .comment-img:before {
    content: '';
    height: 7px;
    width: 165px;
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.protection .comment-img:after {
    content: '';
    height: 7px;
    width: 100%;
    background: #079abb;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

.protection .cont-comment-title {
    margin-bottom: 30px;
}

.protection .screen-site.big-screen.param-tab {
    max-width: 1400px;
}

.faq .FaqMenu {
    text-align: left;
    max-width: 1200px;
    display: inline-table;
    width: 100%;
    cursor: pointer;
    padding: 15px 0;
    border-bottom: dotted 1px #00000024;
}

.question-open h4:before {
    transform: rotate(240deg) translateY(-50%);
    top: 0px;
    border: solid #ff8700;
    border-width: 0 2px 0px 0;
    content: '';
    display: inline-block;
    height: 20px;
    right: 25px;
    transition: transform 0.5s;
    width: 8px;
    position: absolute;
    bottom: 0;
    margin: auto 0;
	
}
.question h4:before {
    border: solid #ff8700;
    border-width: 0 2px 0px 0;
    content: '';
    display: inline-block;
    height: 20px;
    right: 25px;
    top: 8px;
    transform: rotate(60deg) translateY(-50%);
    transition: transform 0.5s;
    width: 8px;
    position: absolute;
    bottom: 0;
    margin: auto 0;
}

.question-open h4:after {
    transform: rotate(120deg) translateY(-50%);
    top: -10px;
    border: solid #ff8700;
    border-width: 0 2px 0px 0;
    content: '';
    display: inline-block;
    height: 20px;
    right: 26px;
    transition: transform 0.5s;
    width: 8px;
    position: absolute;
    bottom: 0;
    margin: auto 0;
	
}
.question h4:after {
    border: solid #ff8700;
    border-width: 0 2px 0px 0;
    content: '';
    display: inline-block;
    height: 20px;
    right: 24px;
    top: 19px;
    transform: rotate(300deg) translateY(-50%);
    transition: transform 0.5s;
    width: 8px;
    position: absolute;
    bottom: 0;
    margin: auto 0;
}

.FaqMenu h4 {
    position: relative;
	margin: 10px 0;
	font-size: 22px;
    font-weight: 600;
	padding-right: 60px;
}

.FaqMenuSub {
    margin-bottom: 20px;
}

div#questions {
    margin-bottom: 0;
}

input {
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fixed .header-contact span.online {
    display: table;
}

.fixed a.tel-click {
    font-size: 18px;
    display: block;
}

.fixed .screen-site.header {
    margin: 0;
}

.rates .col-tab-5, .rates .col-tab-4 {
    vertical-align: top;
}

	.int .col-tab-4:nth-child(4) .col-tab-2 {
    padding-bottom: 0;
}

.cont-prew .col-tab-2:nth-child(1) {
    height: 160px;
	letter-spacing: -1px;
}

.portfolio .int-anons {
    margin: 0;
}

.click-text {
    color: #079abb;
    border-bottom: solid 1px;
    cursor: pointer;
}

.click-text:hover {
    border-bottom: 0;
}

#serv-ñalc .text-plan .col-tab {
    width: 100%;
}

#serv-ñalc select {
    border: solid 1px #ccc;
    margin: 7px 0 3px;
    padding: 10px 20px 10px 16px;
    width: 100%;
    height: 54px;
    box-sizing: border-box;
    font-family: 'Open Sans',Arial,sans-serif;
    font-weight: 100;
    font-size: 17px;
}

#serv-ñalc .plan-order {
    width: 80%;
}

span.item-description {
    display: block;
    text-align: left;
    font-size: 13px;
    font-weight: 100;
    margin-bottom: 15px;
}
span.item-description {
    display: block;
    text-align: left;
    font-size: 13px;
    font-weight: 100;
    margin-bottom: 15px;
}
div#config-block-values {
    text-align: left;
    font-size: 13px;
}
.value-class {
    position: relative;
    padding-left: 25px;
}
.value-class:before {
    content: '—';
    left: 0;
    position: absolute;
}

.calcu:before {
    content: '';
    background: url(/img/calc-ico.png) no-repeat center center;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0px;
    background-color: #ccc;
    bottom: 0;
}

.calcu.active:before {
    background-color: #079abb;
}

.calcu {
    position: relative;
    padding-left: 37px;
}

.rates .col-tab-3 {
    display: table-cell;
}

.rates .col-tab-3.order-calc {
    vertical-align: middle;
}

.order-calc button {
    width: 100%;
}
span#config-block-result {
    display: block;
    text-align: left;
	padding-left: 22px;
}

div#config-block-values {
    text-align: left;
    font-size: 13px;
    margin: 15px 0;
	padding-left: 20px;
}
#serv-ñalc .comment-title::before,#virtual-serv .comment-title::before {
    width: 15px;
    height: 15px;
    background-size: cover;
    top: 2px;
}
#serv-ñalc .comment-title,#virtual-serv .comment-title {
    font-size: 13px;
    padding-left: 23px;
}

.caclu-all {
    display: table;
    width: 100%;
}

.select-tarif {
    width: 90%;
    display: inline-table;
}

.phone-call select {
    border: solid 1px #ccc;
    margin: 7px 0 3px;
    padding: 10px 20px 10px 16px;
    width: 90%;
    height: 54px;
    box-sizing: border-box;
    font-family: 'Open Sans',Arial,sans-serif;
    font-weight: 100;
    font-size: 17px;
}

.order_error {
    color: red;
}
.slider-comment {
    margin: 45px 0;
}
.slider-comment .comment-title {
    opacity: 1;
    font-size: 17px;
    font-weight: 900;
    padding-left: 40px;
}

.slider-comment .comment-title:before {
    background: url(/img/test.png) no-repeat center center;
    width: 32px;
    height: 32px;
    top: -4px;
}
.table-size.tarif-cont {
	padding: 0 0px 70px;
    margin: 0 0 45px;
}
#div_order_modal_cost,#div_order_modal_name {
    display: block;
}

.display_none {
	display:none
}

.dop_test{
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    background: #a5c524;
    padding: 5px 13px;
    display: inline-table;
	cursor:pointer;
}

.rates .comment-title {
    margin: 15px 0;
	display: block;
	padding-left: 35px;
}

.rates .cont-comment-title {
    text-align: left;
    display: inline-table;
    font-size: 15px;
}

.img-slide {
    max-width: 190px;
    width: 100%;
    margin-top: 70px;
	display:none;   
}

.img-slide img {
    width: 100%;
    max-width: 398px;
}
.cont-prew h3 span {
    padding-left: 8px;
}
.comment-title.test-param {
	opacity: 1;
}	
.rates .comment-title.test-param::before {
	background: url(/img/test.png) no-repeat center center;
	width: 28px;
	height: 28px;
	background-size: cover;
	top: -4px;
	left: -1px;
}	
.rates .comment-title::before {
	top: -3px;
}

@media (max-width: 1440px) {
	.sl-middle,.sl-middle.sl-m2,.sl-middle.sl-m3 {
		background-size: cover;
		height: auto;
		padding: 30px 0
	}	
	
	.sl-m3 .col-tab-4 {
		width: 50%;
	}
	
	.sl-m3 .cont-nrg {
		min-height: 230px;
	}
	.rates .col-tab-3 {
		display: inline-table;
		width: 50%;
	}
	
	#config-block {
		margin-top: 30px;
	}
}	

@media (max-width: 1110px) {
	#mini-form input#miniName, #mini-form input#miniSite, #mini-form input#miniPhone {
		width: 32%;
	}	
	
	.img-slide {
		display: inline-block;
	}
	.slider {
		height: revert;
	}
	.cont-prew h3 b {
		font-size: 53px;
	}
}

@media (max-width: 980px) { 

	.cont-prew h3 span {
		padding-left: 0;
		display: block;
		padding-bottom: 10px;
	}
	.rates {
		margin-top: 0px;
	}
	.rates .col-tab-3 {
		width: 100%;
	}
	.rates .col-tab-4 {
		width: 33.3333%;
	}

	.int .col-tab-4, .int .col-tab-3 {
		width: 100%;
		max-width: 460px;
	}
	.int .col-tab-2 {
		width: auto;
		padding-bottom: 50px;
		position: relative;
	}
	
	.int .col-tab-4 .col-tab-2:nth-child(1):after,.int .col-tab-3 .col-tab-2:nth-child(2):after {
		width: 7px;
		height: 100%;
		left: 0;
	}
	
	.int .col-tab {
		text-align: left;
	}
	
	.int .col-tab-2:nth-child(2) {
		margin-left: 30px;
		max-width: 290px;
	}
	.int .col-tab-3 .col-tab-2:nth-child(2) {
		display: table-cell;
		width: 2%;
		max-width: 60px;
		min-width: 60px;
	}
	
	.int .col-tab-4, .int .col-tab-3 {
		display: inline-table;
	}
	

	.int .col-tab-3 .col-tab-2:nth-child(1) {
		width: 2%;
	}
	
	.int .col-tab-3 .col-tab-2:nth-child(1) {
		width: 98%;
		text-align: center;
	}
	
	.int .col-tab-3 .col-tab-2:nth-child(2):after {
		top: 70%;
	}	
	.int .col-tab-3:nth-child(3) .col-tab-2:nth-child(2):after {
		content: none;
	}
	
	.int {
		margin-bottom:0;
	}
	
	.table-size {
		margin: 0;
	}
	
	.cont-prew .col-tab-2:nth-child(1) {
		height: inherit;
	}
}

@media (max-width: 840px) {
	.cont-nrg h3 {
		font-size: 23px;
		
	}
	.cont-nrg {
		font-size: 18px;
	}	
	
	.table-size.tarif-cont {
		padding: 0 0px 30px;
	}
}
@media (max-width: 767px) {

	.rates .cont-comment-title {
		font-size: 14px;
		background: #f7f7f7;
		padding: 10px 15px;
	}

	.col-tab-5 {
		width: 50%;
	}
	.cont-nrg {
		padding: 20px
	}
	.caclu-all .col-tab-2 {
		width: 100%;
		display: table;
	}	

	.select-tarif {
		width: 80%;
	}	
	.calcu.active:before {
		right: 186px;
		margin: auto;
		content: '';
		background: url(/img/calc-ico-m.png) no-repeat center center;
		position: absolute;
		width: 30px;
		height: 30px;
		top: 0;
		left: 0px;
		bottom: 0;
		border-radius: 4px;
		border: double 3px #fff;
	}	
	.calcu:before {
		right: 184px;
		margin: auto;
		background: url(/img/calc-ico-m.png) no-repeat center center;
		border-radius: 4px;
		border: solid 1px #fff;
		background-color: #ccc;
	}
}

@media (max-width: 750px) {
	.seo-plan form#mini-form, form#form-footer {
		width: 100%;
	}
	.sl-middle ul li {
		font-size: 16px;
	}	
	
	.rates .col-tab-4 {
		width: 50%;
	}
	
	.slider h1.index-title {
		font-size: 38px;
		line-height: 1.2;
		margin: -15px 0px 20px;
		letter-spacing: -2px;
	}

	h1.index-title .sss {
		font-size: 25px;
		border-bottom: 0;
		display: block;
		margin-top: 20px;
		letter-spacing: initial;
	}

	.img-slide {
		margin-top: 0;	
	}
}
@media (max-width: 563px) {	
	
	.int-img {
		padding: 19%;
		width: 43px;
	}
	#serv-ñalc .item-content.shadow {
		border: solid 1px #e9e9e9;
		padding: 20px;
		margin: 1px;
		background: #f7f7f7;
	}
	.cont-prew .int .col-tab-2:nth-child(2) {
		padding-left: 0;
	}
	.int .col-tab-4 .col-tab-2:nth-child(1):after, .int .col-tab-3 .col-tab-2:nth-child(2):after {
		top: 30px;
	}
	.cont-prew .col-tab-3 .int-img {
		padding: 12px;
		width: revert;
	}
	.int .col-tab-3:nth-child(3) .col-tab-2:nth-child(2):after {
		content: '';
	}

	.int .col-tab-3 .col-tab-2:nth-child(1) {
		width: 100%;
		display: inline-block;
	}	
	.int .col-tab-3 .col-tab-2:nth-child(2) {
		display: flex;
		width: 100%;
		max-width: revert;
		min-width: revert;
		margin-left: 0;
		flex-wrap: wrap;
		align-content: flex-start;
		justify-content: center;
	}	
	.int .col-tab-3 .col-tab-2:nth-child(2):after {
		height: 2px;
		width: 100px;
		top: 0px;
		right: 0;
		left: 0;
		margin: auto;
		bottom: 0;
	}
	.cont-prew h3 b {
		font-size: 40px;
	}	
	#mini-form input#miniName, #mini-form input#miniSite, #mini-form input#miniPhone {
		width: 100%;
	}	
	
	.seo-plan a.box, a.box {
		width: 100%;
	}

	.rate-head h3 b {
		font-size: 20px;
		font-weight: 600;
	}	
	
	.rates .item-content {
		margin: 5px;
	}
	
	button {
		padding: 13px 1%;
		font-size: 15px;
		width: 100%;
	}
	
	.rate-head h4 {
		font-size: 20px;
	}	
	
	.rates .text-plan ul li {
		font-size: 15px;
		padding: 5px 0;
	}
	
	.rate-head h3 {
		font-size: 23px;
	}
	
	.item-content.shadow {
		margin: 3px;
		padding: 0;
	}
	
	.item-content.shadow {
		box-shadow:none;
	} 
	
	.param-tab-deskt {
		display: none;
	}
	
	.SliderCont {
		display:inline-block;
	}
	
	.param-tab .comment-img img {
		max-width: 200px;
	}
	
	.index-title {
		font-size: 42px;
	}
	
	.int .col-tab-2:nth-child(2) {
		width: 70%;
		text-align: left;
		padding-left: 15px;
	}	
	.int .col-tab-2 {
		display: table-cell;
		width: 30%;
		padding: 10px 0 25px;
	}
	
	.cont-prew .int .col-tab-2 {
		padding: 10px 0;
	}
	.int-img img {
		max-width: 138px;
		width: 100%;
	}

	.index-title {
		font-size: 30px;
	}	
	
	.cont-nrg h3 {
		font-size: 19px;
	}
	.cont-nrg {
		padding: 15px;
		height: 255px;
		font-size: 15px;
	}

	.input-one-form {
		padding: 0;
	}
	
	.FaqMenu h4 {
		font-size: 18px;
	}
	
	.FaqMenuSub {
		font-size: 15px;
		font-weight: 100;
	}
	.slider-info button {
		width: 100%;
	}	
}

@media (max-width: 520px) {
	.items-wrap {
		max-width: 350px;
	}
	.slider {
		background: #f7f7f7;
	}
}

@media (max-width: 480px) {

	#serv-ñalc .plan-order,.select-tarif {
		width: 98%;
	}		
	.cont-nrg h3 {
		font-size: 17px;
	}

	.anons-eco {
		margin-bottom: 30px;
		max-width: 215px;
		display: inline-table;
		text-align: left;
		margin-bottom: 30px;
		
	}
	.anons-eco span {
		margin: 10px 0 0 38px;
	}
	
}
@media (max-width: 420px) {
	.sl-m3 .cont-nrg {
		min-height: auto;
		padding: 0px 20px 30px;
		height: auto;
	}
	.cont-nrg h3 {
		font-size: 19px;
	}
	.seo-plan .comment-title {
		padding-left: 0px;
		display: block;
	}
	
	.seo-plan .comment-title:before {
		top: -33px;
		left: 0;
		right: 0;
		margin: auto;
	}

	.rate-head h3 {
		font-size: 18px;
		margin: 0;
	}	
	
	.sl-m3 .col-tab-4 {
		width: 100%;
		display: table
	}
	
	#serv-ñalc select {
		padding: 5px 20px 5px 5px;
		font-weight: 700;
		font-size: 13px;
	}
	
	span.item-description {
		font-size: 12px;
	}

	.int {
		margin-top: 0px;
	}
}
@media (max-width: 400px) {
	section {
		margin-top: 30px;
	}	
}
@media (max-width: 360px) {
	.items-wrap {
		max-width: 290px;
	}
}

@media (max-width: 340px) {
	.rates .col-tab-5, .rates .col-tab-4 {
		width: 100%;
	}
	.index-title {
		font-size: 24px;
	}
}

@media (max-width: 300px) {
	.items-wrap {
		max-width: 240px;
	}
}
