.intro__title strong {
    font-size: 20px !important;
    font-weight: 500 !important;
}
.checkout__block__btn div {
    box-shadow: none !important;
    background-color: transparent !important;
}
.line_divider {
	width:100%;
	color: #00d1ff;
	height:2px;
}
.company {
    margin-top: 50px;
    z-index: 10;
    padding-bottom: 0px;
    margin-bottom: -85px;
}
.products h3 {
    font-size: 18px;
    color: #6a6a6a;
    margin-bottom: 5px;
    padding-top: 25px;
    border-top: solid 1px #b2f1ff;
    display: block;
    margin-top: 45px;
	text-align:center;
}
.header__logo img {
    width: 80px;
    margin-right: 25px;
}
.intro__img__block img {
    margin-right: 85px;
}
@media only screen and (max-width: 767px) {
.header__logo img {
    margin-right: 20px;
}
@media only screen and (max-width: 767px) {
.company {
    margin-bottom: 50px;
    margin-top: 0;
}
.desktop_nbc {
	display: none;
}
.intro__title strong {
    text-align:center;
}	
}
@media only screen and (min-width: 768px) {
.pricing__block {
    flex: 0 calc(25% - 10px);
    width: calc(25% - 10px);
}
.advantages-easy:before {
	border-radius:0 !important
}
}
