.prices-grid .uk-list>li:nth-child(n+2) {
  margin-top: 20px;
}

.prices-grid.dop .el-meta {
  font-style: normal;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 400;
}

.prices-grid.dop {
    max-width: 900px;
    margin: 0 auto;
}

.prices-grid.dop .price-tit {
    padding-bottom: 0;
    margin-bottom: 10px;
}

.prices-grid.dop .price-tit:after {
  display:none;
}

.price-list li:after {
  //position: absolute;
  //content: '';
  //top: 4px;
  //left: 0;
  //background-color: #84c0cb;
  //display: block;
  //border-radius: 50px;
  //height: 5px;
  //width: 5px;
}

.price-list li {
    line-height: 1.2;
    padding-left: 0px;
    position: relative;
}

.price-tit {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  margin: 40px 0 40px;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

.price-tit:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 50%;
  margin-left: -25px;
  background-color: #84c0cb;
  display: block;
  border-radius: 0px;
  height: 2px;
  width: 50px;
}

.prices-grid .el-meta {
    font-style: italic;
    line-height: 1.2;
    font-size: 12px;
  font-weight: 700;
}

.price-num {
    color: #84c0cb;
    font-weight: 300;
    background-color: #f8f8f8;
    padding: 15px 0;
  text-align: center;
}

.portfolio-page :-webkit-full-screen-ancestor>:not(:-webkit-full-screen-ancestor):not(:-webkit-full-screen) {
 display:none!important;
}
.portfolio-page :-moz-full-screen-ancestor>:not(:-moz-full-screen-ancestor):not(:-moz-full-screen) {
 display:none!important;
}
.portfolio-page :-ms-fullscreen-ancestor>:not(:-ms-fullscreen-ancestor):not(:-ms-fullscreen) {
 display:none!important;
}
.portfolio-page :fullscreen-ancestor>:not(:fullscreen-ancestor):not(:fullscreen) {
 display:none!important;
}

.home-video-bg {
	/* background: url('../../../images/home-video-bg.jpg') 50% 50% / cover; */
}

.rsfp_thankyou_popup_inner {
    background: #84c0cb;
    width: 330px;
    padding: 30px;
    margin: 0 auto;
    position: relative;
    color: #fff;
    font-size: 20px;
}

.rsfp_thankou_popup_close_btn {
	right: 20px;
}

.port-video .el-title {
	margin: 20px 0 15px 0;
    padding: 0;
    font-size: 16px;
    text-align: center;
    font-weight: 100;
}

.uk-icon-button {
	border: 1px solid #f8f8f8;
}

.uk-logo img {
	width: 100px;
}

.uk-sticky-below .uk-logo img {
	max-height: 60px;
}

.color-ico .uk-icon {
	color: #84c0cb;
	margin-left: 5px;
}

.color-ico .uk-button-text:focus::before, 
.color-ico .uk-button-text:hover::before {
    right: 30px;
}

.home-video .el-title {
	margin-top: 10px;
    margin-bottom: 0px;
    color: #84c0cb;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.home-video .el-meta {
	color: #999;
}

.home-video .el-content {
    margin-top: 10px;
}

.footer-tit {
    text-transform: uppercase;
    font-size: 11px;
}

.uk-vk-ico svg {
	height: 30px;
    width: 30px;
}


/* Телефоны до айпада ----------- */
@media only screen 
and (min-width: 320px) 
and (max-width: 767px) {
	.uk-logo {
	    height: 60px;
	}
	.home-video-bg1  .uk-section {
	    padding-bottom: 80px;
	}
	.uk-logo img {
	    max-height: 50px;
	}
	.home-page .tm-header-mobile {
		position: absolute;
		width: 100%;
		z-index: 10;
	}
	.home-page .tm-header-mobile .uk-navbar-container:not(.uk-navbar-transparent) {
	    background-color: rgba(255, 255, 255, 0.4);
	}
	.home-page .tm-header-mobile .uk-navbar-toggle {
		color: #fff;
	}
}

/* iPads (вертикальная) ----------- */
@media only screen 
and (min-width: 768px) 
and (max-width: 1024px) 
and (orientation: portrait) {
	
}

/* iPads (горизонтальная) ----------- */
@media only screen 
and (min-width: 768px) 
and (max-width: 1024px) 
and (orientation: landscape) {
	
}