.main-header .info-box li a {
    text-transform: initial;
}
.main-header .header-top .language > a {
	text-transform: initial;
	line-height: 19px;
	background-color: #e43a34;
    font-size: 15px;
}
.main-header .header-top .language > a:hover {
    background: #ab2119;
}
a:hover {
    color: #ab2119;
}
.main-header .header-lower .search-box-btn {
    background: #ab2119;
}
.main-header .header-lower .search-box-btn:hover {
    background: #881710;
}
.two-column-list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.two-column-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.footer-area .footer-nav li {
    margin-bottom: 16px;
}
.two-column-list > * {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.footer-area {
    background: #222222;
}
.header-top .top-left .text {
    font-size: 15px;
}
.modal-body .get-your-services, .blog-area .get-your-services{
	padding: 0;
}
footer p i {
    width: 20px;
    font-size: 15px !important;
}
footer p {
    color: #858585;
}
.footer-nav li a {
    color: #858585;
    font-size: 15px;
}
p.promo {
	font-size: 27px;
    line-height: 30px;
    color: #fff;
}
.get-service-btn button {
	cursor: pointer;
}
.hero-area {
    padding: 160px 0;
}
.hero-area p {
    color: #fff;
}
.hero-area h1 {
    color: #fff;
}
.services-area .single-services-content h4 {
	font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
}
.how-it-work .steps i {
	top: 14px;
    position: relative;
    font-size: 20px;
}
.contacts-block a, .contacts-block a:hover {
	color: #fff !important;
}
.single-news {
    margin-bottom: 50px;
}
.author-designation {
   display: inline-block;
}
.author-details {
    display: flow-root;
}
.portfolio-gallery img {
	max-height: 260px;
}
.portfolio-gallery .team-image img {
	max-height: inherit;
}
.success-title {
    text-align: center;
    color: #444;
}
.faq-content {
    display: none;
    padding: 10px 30px 0 30px;
    color: #333;
    font-size: 16px;
    background: #fff;
    line-height: 2;
}
.faq-contents .accordion a {
    text-indent: inherit;
    padding: 20px 0px 20px 20px;
    line-height: 25px;
}
.editor {
    color: #222;
}
.editor ul {
    display: block;
    list-style-type: disc !important;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.editor ul li {
    list-style-type: disc !important;
}
@media only screen and (max-width: 767px) {
    .contacts-block-header {
        display: none !important
    }
}

.whatsapp-button {
    position: fixed;
    right: 13px;
    bottom: 90px;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}

.whatsapp-button:after{
    animation-delay: .5s;
}

@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}
@media (max-width : 800px) {
.whatsapp-button {
    bottom: 5px; /*отступ кнопки снизу от экрана*/
    left: 70px; /*отступ кнопки слева от экрана(right - справа)*/
  }
}
