@media (max-width: 1199px) {
	.price-page {
	  margin: 0 20px;
	}
  }
  
  @media (max-width: 767px) {
	.price-page {
	  margin: 0;
	}
  }
  
  .price-page h1.title {
	margin-bottom: 20px;
  }
  
  .price-page .price-content {
	margin-bottom: 100px;
	margin-top: 30px;
  }
  
  .price-page .price-content .price-item .price-item-section {
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
	background: #3b93d0;
	border-bottom: 1px solid #77d4fc;
	}
  
  .price-page .price-content .price-item .price-item-section:hover {
	background: #fe551a;
	}
  
  .price-page .price-content .price-item .price-item-section.active {
	background: #fe551a;
  }
  
  .price-page .price-content .price-item .price-item-section.active:before {
	background: url(/assets/isv7/img/price/white-plus-ico.png) 0 100% no-repeat;
  }
  
  .price-page .price-content .price-item .price-item-section:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: 20px;
	width: 20px;
	height: 18px;
	background: url(/assets/isv7/img/price/white-plus-ico.png) no-repeat;
  }
  
  .price-page .price-content .price-item .price-item-section:after {
	content: '';
	display: block;
	position: relative;
	top: 2px;
	width: 100%;
	height: 1px;
	background: #fff;
  }
  
  .price-page .price-content .price-item .price-item-section .ico {
	position: absolute;
	top: 24px;
	left: 26px;
  }
  
  @media (max-width: 767px) {
	.price-page .price-content .price-item .price-item-section .ico {
	  top: 28px;
	  left: 16px;
	}
  }
  
  .price-page .price-content .price-item .price-item-section .ico.web {
	width: 49px;
	height: 49px;
	background: url(/assets/isv7/img/price/service-web.png) no-repeat;
  }
  
  @media (max-width: 767px) {
	.price-page .price-content .price-item .price-item-section .ico.web {
	  width: 24.5px;
	  height: 24.5px;
	  background-size: 24.5px !important;
	}
  }
  
  .price-page .price-content .price-item .price-item-section .ico.support {
	width: 50px;
	height: 49px;
	background: url(/assets/isv7/img/price/service-support.png) no-repeat;
  }
  
  @media (max-width: 767px) {
	.price-page .price-content .price-item .price-item-section .ico.support {
	  width: 25px;
	  height: 24.5px;
	  background-size: 25px !important;
	}
  }
  
  .price-page .price-content .price-item .price-item-section .ico.brand {
	width: 48px;
	height: 53px;
	background: url(/assets/isv7/img/price/service-brand.png) no-repeat;
  }
  
  @media (max-width: 767px) {
	.price-page .price-content .price-item .price-item-section .ico.brand {
	  width: 24px;
	  height: 26.5px;
	  background-size: 24px !important;
	}
  }
  
  .price-page .price-content .price-item .price-item-section .ico.mobile {
	width: 37px;
	height: 53px;
	background: url(/assets/isv7/img/price/service-mobile.png) no-repeat;
  }
  
  @media (max-width: 767px) {
	.price-page .price-content .price-item .price-item-section .ico.mobile {
	  width: 18.5px;
	  height: 26.5px;
	  background-size: 18.5px !important;
	}
  }
  
  .price-page .price-content .price-item .price-item-section .ico.seo {
	width: 49px;
	height: 54px;
	background: url(/assets/isv7/img/price/service-seo.png) no-repeat;
  }
  
  @media (max-width: 767px) {
	.price-page .price-content .price-item .price-item-section .ico.seo {
	  width: 24.5px;
	  height: 27px;
	  background-size: 24.5px !important;
	}
  }
  
  .price-page .price-content .price-item .price-item-section .ico.adword {
	width: 55px;
	height: 55px;
	background: url(/assets/isv7/img/price/service-adword.png) no-repeat;
  }
  
  @media (max-width: 767px) {
	.price-page .price-content .price-item .price-item-section .ico.adword {
	  width: 27.5px;
	  height: 27.5px;
	  background-size: 27.5px !important;
	}
  }
  
  .price-page .price-content .price-item .price-item-section .ico.seo-social {
	width: 55px;
	height: 55px;
	background: url(/assets/isv7/img/price/service-seo-social.png) no-repeat;
  }
  
  @media (max-width: 767px) {
	.price-page .price-content .price-item .price-item-section .ico.seo-social {
	  width: 27.5px;
	  height: 27.5px;
	  background-size: 27.5px !important;
	}
  }
  
  .price-page .price-content .price-item .price-item-section span {
	display: block;
	margin: 0 45px 0 110px;
	padding: 18px 0;
	font-size: 30px;
	font-weight: 900;
	color: #fff;
	font-family: Kelson-Light, sans-serif;
	}
  
  @media (max-width: 1199px) {
	.price-page .price-content .price-item .price-item-section span {
	  font-size: 25px;
	}
  }
  
  @media (max-width: 767px) {
	.price-page .price-content .price-item .price-item-section span {
	  font-size: 16px;
	  margin: 0 45px 0 55px;
	}
  }
  
  .price-page .price-content .price-item .price-list {
	display: none;
	border: 1px solid #cff0fe;
	padding: 0 31px;
  }
  
  @media (max-width: 767px) {
	.price-page .price-content .price-item .price-list {
	  padding: 0 10px;
	}
  }
  
  .price-page .price-content .price-item .price-list ul {
	list-style: none;
  }
  
  .price-page .price-content .price-item .price-list ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 19.5px 0;
	border-bottom: 1px solid #e4e4e4;
  }
  
  .price-page .price-content .price-item .price-list ul li:last-child {
	border-bottom: none;
  }
  
  .price-page .price-content .price-item .price-list ul li span,
  .price-page .price-content .price-item .price-list ul li a {
	text-decoration: none;
	text-align: center;
	width: 20%;
	font-size: 24px;
	color: #00aff9;
  }
  
  .price-page .price-content .price-item .price-list ul li a:hover {
	text-decoration: underline;
  }
  
  @media (max-width: 767px) {
	.price-page .price-content .price-item .price-list ul li span,
	.price-page .price-content .price-item .price-list ul li a {
	  width: 35%;
	  text-align: center;
	  font-size: 13px;
	}
  }
  
  @media (max-width: 399px) {
	.price-page .price-content .price-item .price-list ul li span,
	.price-page .price-content .price-item .price-list ul li a {
	  font-size: 10px;
	}
  }
  
  .price-page .price-content .price-item .price-list ul li span.text,
  .price-page .price-content .price-item .price-list ul li a.text {
	text-align: left;
	width: 60%;
  }
  
  @media (max-width: 767px) {
	.price-page .price-content .price-item .price-list ul li span.text,
	.price-page .price-content .price-item .price-list ul li a.text {
	  width: 30%;
	}
  }
  
  .price-page .price-content .price-item .price-list .ruble {
	display: inline-block;
	width: 19px;
	height: 22px;
	background: url(/assets/isv7/img/price/ruble-ico.png) no-repeat;
  }
  
  @media (max-width: 767px) {
	.price-page .price-content .price-item .price-list .ruble {
	  position: relative;
	  top: 2px;
	  width: 13px;
	  height: 16px;
	  background-size: 13px;
	}
  }
  
  .price-page .price-form {
	margin-bottom: 49px;
  }
  
  .price-page .price-form h2.title {
	color: #4c4c4c;
  }
  
  @media (max-width: 767px) {
	.price-page .price-form h2.title {
	  font-size: 25px;
	}
  }
  
  .price-page .price-form .form p {
	margin-bottom: 35px;
  }
  
  .price-page .price-form .form .form-group textarea {
	min-height: 481px;
  }
  
  @media (max-width: 767px) {
	.price-page .price-form .form .form-group textarea {
	  min-height: 243px;
	}
  }