body{
    background: rgba(51, 43, 57, 1) url(/img/_btns/bg_landscape_2003.jpg) center no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.about p,
.location p,
.input small p {
    color:#515151;
}
.btn-pink {
	background: #EC5567;
}
.input {
    background-color: #ec5567;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
}
.how>div {
    background: #ec5567;
}
.input small {
    color: #333333;
}
small a {
    color: rgba(255, 255, 255, 0.8);
}
#about h1,
#about h2,
#location h1,
#location h2 {
    color:#EC5567;
}
.chat {
    background-color: rgba(47, 47, 47, 0.8);
}
.about,
.location {
    background: #ffffff;
	color: #43384B;
}
.about a {
    border: 2px solid #ffffff;
}
.testamonials {
    background: #ec5567;
}
.support.pic::after {
    background-image: url(/img/_btns/siri-2003.png);
}
footer {
    background: #DA4B5C;
    color:#ffffff;
}
footer .copyright {
    display: block;
    margin-top: 5px;
}
.legal__container > div{
    position: relative;
    padding: 0px 10px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 17px;
}
.legal__container > div:before {
    content: "";
    position: absolute;
    top: 1px;
    right: -1px;
    height: 100%;
    width: 1px;
    background: #ffffff;
}
.legal__container > div:last-child:before {
    display: none;
}
.wrapp-form-registration .registration .block-field-group .form-group .required {
    color:#ffffff;
}

/* SOCIAL */
.social-buttons .separate {
    color: #444444;
    text-align: center;
}
.social-buttons .separate:before,
.social-buttons .separate:after {
    background-color: #aeaeae;
}
.btn-social {
    color: #ffffff;
}
.btn-social.btn-social-google {
    background-color: #ffffff;
    border-color: #4D82E5;
}
.btn-social.btn-social-google span {
    background-color: #4D82E5;
}
.btn-social.btn-social-facebook {
    background-color: #4267b2;
}
.btn-social.btn-social-facebook i {
    color: #444444;
}
/* END SOCIAL */
@media(min-width: 1024px) {
    .testamonials .item p {
        min-height: 99px;
    }
}
@media(min-width: 768px) {
    .testamonials .item p {
        min-height: 135px;
    }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    body:before {
		background: url(/img/_btns/bg_landscape_2003.jpg) center top no-repeat;
		background-size: auto 100%;
	}
}

@media only screen and (max-width: 425px) {
    body {
		background: rgba(51, 43, 57, 1) url(/img/_btns/bg_portrait_2003.jpg) no-repeat;
		background-size: cover;
		background-attachment: fixed;
    }
    .how {
		background: rgba(51, 43, 57, 1) url(/img/_btns/bg_portrait_2003.jpg) no-repeat;
        background-size: cover;
        background-position: 30% 0px;
    }
    .footer-en {
        font-size: 12px;
    }
}

@media only screen and (max-height: 600px) and (min-width: 568px) {
    body:before {
        background: url(/img/_btns/bg_landscape_2003.jpg) center top no-repeat;
		background-size: 100% auto;
    }
    .testamonials .item p {
        min-height: 120px;
    }
}