a {
  color: #303F9F;
}
a:hover, a:focus {
  color: #1e2864;
}

.button {
  background-color: deepskyblue;
}
.button:hover {
  background-color: #00a1ff;
}

.cols-promo__title_advantages {
  border-bottom: 3px solid #BBDEFB;
}

.contact-card {
  background-color: deepskyblue;
}

.social-buttons {
  border-top: 3px solid #FF5252;
  background-color: #BBDEFB;
}
.social-buttons__item:hover svg {
  fill: #5baff5;
}

.button_call-to-act {
  background-color: deepskyblue;
}
.button_call-to-act:hover {
  background-color: #00a1ff;
}

.easy-header__logo a {
  color: deepskyblue;
}
.easy-header__logo a span {
  color: #212121;
}

@media (min-width: 992px) {
  .navbar__nav a:before {
    background: #FF5252;
  }
}

.fs-present-display:after {
  background-color: black;
}

.button_fs-present-display {
  background-color: deepskyblue;
}
.button_fs-present-display:hover {
  background-color: #00a1ff;
}

.gallery-isotope__filter a:hover {
  background-color: #FF5252;
}
.gallery-isotope__filter a.active {
  background-color: #FF5252;
}
.gallery-isotope__img:before {
  background-color: #303F9F;
}

.section_inv {
  background-color: deepskyblue;
}
.section_bg:before {
  background-color: black;
}

.line-carousel .owl-page span {
  border: 1px solid #303F9F;
}
.line-carousel .owl-page.active span {
  background-color: #303F9F;
}

.reviews-carousel__img {
  border: 2px solid #FF5252;
}

.tabs_faq__li.active a:after {
  background-color: #FF5252;
}

.tabs_faq__li a {
  background-color: deepskyblue;
}

.prices__title_accent {
  background-color: deepskyblue;
  box-shadow: 0 0 0 1px #303F9F;
}

.timeline-vertical__row:hover .timeline-vertical__info:before {
  background-color: #1976D2;
}
.timeline-vertical__info:before {
  background-color: #FF5252;
}
.timeline-vertical__date span {
  background-color: deepskyblue;
}

.promo-list__icon {
  color: #FF5252;
}

.loader_el {
  background-color: #303F9F;
}

.article blockquote {
  border-left: 4px solid #303F9F;
}

.footer {
  background-color: deepskyblue;
}

.gallery-box__inner:before {
  background-color: #303F9F;
}

.page-info__back a:hover {
  color: #ff8585;
}

.container strong {
	font-weight:normal;
}
.section_seo{
	padding-bottom: 60px;
}

.types{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	padding:30px 0 30px;
	margin:0 -10px;
}
.types li {
	width:33.33333%;
	min-width:300px;
}
.types-item {
	display:flex;
	align-items:stretch;
	justify-content:center;
	padding:60px 10px 0;	
	min-height:180px;
}
.types-item b {
	text-align:center;
}

.types-img{
	height:270px;
	padding:0 40px;
	text-align:center;
}
.types-img img{
	width:100%;
	height:100%;
}
.shel-detail{
	padding-bottom:50px;
}
.detail-slider {
	padding-top:20px;
    background-position: center 0;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(/bitrix/templates/partner_blue/pic/present.jpg);
    position: relative;
}
.detail-slider:after {
    background-color: black;
}

.detail-slider:after {
    position: absolute;
    content: "";
    display: block;
    opacity: 0.5;
    z-index: 2;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.call-to-act__button button {
	border-width:0;
}
.call-to-act__button form{
	display:flex;
	justify-content:center;
  flex-wrap: wrap;
}
.call-to-act__button input{
	width:300px;
}
.detail-center {
	display:flex;
	justify-content:center;
}
.message-done {
	font-size:22px;
}

@media (max-width: 767px) {
  .call-to-act__button button {
    flex-grow: 1;
  }
.call-to-act__button input{
  flex-grow: 1;
  text-align: center;
  }
}

@media (max-width: 578px) {
  .types-item {
	padding:30px 0;
	min-height:0px;		
  }
  .types {
	justify-content:center;
  }
  .gallery-isotope__item:nth-child(n+4) {
	  display:none;
  }
  .call-to-act__button button {
    margin-top:10px;
  }
}


