.usp__desc {
margin-top: 3rem;
}

.usp__img-wrapper {
padding: 0;
height: auto;
}

.embed-responsive-custom::before {
padding-top: 62.5%;
}

@media screen and (min-width: 576px) {
.embed-responsive-custom::before {

padding-top: 56.25%;
}
}


@media screen and (min-width: 768px) {
.embed-responsive-custom::before {
padding-top: 42.85714%
}
}

.btn--primary {
color: #e92627;
overflow: hidden;
}
.btn--primary:after {
content:'';
top: -0.2rem;
bottom: -0.2rem;
-webkit-transform:translateX(100%);
-moz-transform:translateX(100%);
-ms-transform:translateX(100%);
transform:translateX(100%);
width:100%;
position: absolute;
z-index:1;
-webkit-animation: slide-shine 3s infinite 3s;
-moz-animation: slide-shine 3s infinite 3s;
animation: slide-shine 3s infinite 3s;
background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)),color-stop(50%, rgba(255, 234, 84, 0.8)),color-stop(99%, rgba(128,186,232,0)),to(rgba(125,185,232,0)));
background-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255, 234, 84, 0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255, 234, 84, 0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
background-image: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255, 234, 84, 0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); 
}

/ animation /

@-webkit-keyframes slide-shine {
0% {-webkit-transform:translateX(-100%);transform:translateX(-100%);}
100% {-webkit-transform:translateX(100%);transform:translateX(100%);}
}

@-moz-keyframes slide-shine {
0% {-moz-transform:translateX(-100%);transform:translateX(-100%);}
100% {-moz-transform:translateX(100%);transform:translateX(100%);}
}

@keyframes slide-shine {
0% {-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);}
100% {-webkit-transform:translateX(100%);-moz-transform:translateX(100%);transform:translateX(100%);}
}

.btn--primary:hover, .btn--primary:focus {
color: #ff4827;
}

.btn--primary:hover::after, .btn--primary:focus::after {
visibility: hidden;
}

input.error{
 border-color: red !important;
}

div.E > div.in > div.Img{
 float: left;
 margin-right: 15px;
 margin-bottom: 5px;
 width: 45%;
 text-align: center;
}

div.E > div.in > div.Img > img{
 max-width: 100%;
 max-height: 100px;
}

div.E > div.in > div.Text{
 text-align: left;
}

div.E > div.in > div.Text > .namecompany span{
 color: rgb(85, 85, 85);
 font-size: 14px;
}
div.E > div.Audio{
 width: 100%;
}

div.E > div.Audio audio{
 width: 100%;
}

div.E .in{
 height: 110px;
}

.serv__title{
 width: 100%;
 text-align: center;
}


@media screen and (max-width: 768px) {

.col-4{
 flex: 0 0 100%;
 max-width: 100%;
 padding-top: 25px;
}

div.E > div.in > div.Img{
 float: none;
 margin-right: 15px;
 margin-bottom: 5px;
 width: 100%;
 text-align: center;
}

div.E .in{
 height: 100%;
}

}

div.E{
 margin-top: 25px;
}

.videowidgets img{
  max-width: 90%;
  margin-bottom: 20px;
}

.videowidgets div{

}

#demoDomainInput{
    height: 65px;
    /*width: 350px;*/
    width: auto;
    font-size: 20px;
    padding: 20px;
    font-weight: bold;
    max-width: 95%;
}

.frame_div {
 display: flex;
 flex-wrap: wrap;
 justify-content: center; 
 align-content: space-between;
}

.frame_div .form_div{
 justify-content: center; 
 align-content: space-between;
}

.iframe_site{
   width: 100%;
   height: 100%;
   border: none; 
 }	
 
.prices .prices__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.prices .prices__list .prices__list-column.prices__list-column--services .prices__list-row.prices__list-header {
    -webkit-box-shadow: 0 -2px #e6e6e6 inset;
    -moz-box-shadow: 0 -2px #e6e6e6 inset;
    box-shadow: 0 -2px #e6e6e6 inset;
}
.prices .prices__list .prices__list-column.prices__list-column--services .prices__list-row {
    color: #7a7a7a;
    font-size: 15px;
    line-height: 17px;
    padding: 0 19px;
    min-width: 304px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-shadow: 0 -2px #e6e6e6 inset,2px 0 #e6e6e6 inset;
    -moz-box-shadow: 0 -2px #e6e6e6 inset,2px 0 #e6e6e6 inset;
    box-shadow: 0 -2px #e6e6e6 inset,2px 0 #e6e6e6 inset;
}
.prices .prices__list .prices__list-header {
    height: 196px;
    position: relative;
    padding: 5px;
}

.prices .prices__list .prices__list-column.prices__list-column--services .prices__list-row {
    color: #7a7a7a;
    font-size: 15px;
    line-height: 17px;
    padding: 0 19px;
    min-width: 304px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-shadow: 0 -2px #e6e6e6 inset,2px 0 #e6e6e6 inset;
    -moz-box-shadow: 0 -2px #e6e6e6 inset,2px 0 #e6e6e6 inset;
    box-shadow: 0 -2px #e6e6e6 inset,2px 0 #e6e6e6 inset;
}
.prices .prices__list .prices__list-row {
    height: 60px;
    -webkit-box-shadow: 0 -2px #e6e6e6 inset;
    -moz-box-shadow: 0 -2px #e6e6e6 inset;
    box-shadow: 0 -2px #e6e6e6 inset;
}

.prices .prices__list-row.ok {
    background: url(/img/check-mark.png) 50% no-repeat;
}

.prices .prices__list-row {
    line-height: 60px;
    text-align: center;
}
.prices .prices__list-header {
    height: 196px !important;
    position: relative;
    padding: 26px;
}

.prices .prices__list-footer {
    margin: 18px 18px 0 !important;
    padding-bottom: 20px !important;
    height: 119px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    line-height: 100% !important;
} 
.prices .prices__list .prices__list-mobile-ok {
    display: none;
} 
 
.prices .prices__list .prices__list-column.prices__list-column--plan {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.07);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.07);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.07);
    margin-right: 10px;
    min-width: 196px;
	max-width: 99%;
}
 
.prices__list-sum{
	font-size: 2.25rem;
	padding: 3px;
	padding-bottom: 10px;
	font-weight: bold;
} 

section#prices{
 background: #f1f3f4;
 padding-top: 15px;
 padding-bottom: 15px;
}	
@media screen and (max-width: 960px) {
 section#prices{
 background: none;
 padding-top: 0px;
 padding-bottom: 0px;
}		
 .prices .prices__list {
    display: block !important;
    text-align: center !important;
	max-width: 100%;
    margin: 2px;
 }
 
 .prices .prices__list-row.ok{
	 background: none !important;
 }
 
 .prices .prices__list-row.empty{
	 display: none !important;
 }
 
 .prices .hide_mobile{
	 display: none !important;
 }
 
 .prices__list-plan-img {
    width: 120px;
 }
 
	
 .prices .prices__list .prices__list-column.prices__list-column--plan .prices__list-mobile-ok {
    padding-left: 40px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    font-size: 16px !important;
    line-height: 1.1 !important;
    background: url(/img/check-mark.png) 0 50% no-repeat !important;
	
	text-align: left;
	position: absolute;
	left: 5px;
	margin-top: 15px;
	font-size: 1.7rem !important;
}
 
 .prices .prices__list-column.prices__list-column--services .prices__list-row {
    display: none !important;
 }
 
 .prices .prices__list-column.prices__list-column--plan {
    display: block;
    width: 500px;
    margin: 20px auto;
    max-width: 100%;
 }
 .prices .prices__list-column.prices__list-column--plan {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.07);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.07);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.07);
    margin-right: 10px;
    min-width: 196px;
 }
}	
 
@media screen and (max-width: 576px) {
	.horizontal-subscribe-form .section-header h2.white-text{
		font-size: 1.5em;
	}
	.btn_view{
		margin-top: 25px;	
	}
} 
 
 
 
 