@import url('openSans.css');

body {
	margin: 0;
	padding: 0;
	line-height: 0;
	background: #f3f5f8;
	font-family: 'Open Sans', sans-serif;
}

.icq-prompt__banner {
	display: block;
	height: 68px;
	line-height: 68px;
	background: #f6f6f6;
	border-bottom: 1px solid #dfdfdf;
	text-align: center;
	position: relative;
}

.icq-prompt__banner-icon {
	background: url('/img/icon_logo.svg') no-repeat center;
	background-size: contain;
	display: inline-block;
	width: 44px;
	height: 44px;
	vertical-align: middle;
}

.icq-prompt__banner-title {
	font-size: 15px;
	color: #282828;
    margin: 0 6px 0 15px;
	display: inline-block;
}

.icq-prompt__banner-link {
	color: #02DB66;
	text-decoration: underline;
}

.icq-prompt__banner-close {
	background: url('/img/claen-history@3x.png') no-repeat center;
	background-size: contain;
	width: 20px;
	height: 20px;
	text-decoration: none;
	position: absolute;
	right: 24px;
	top: 50%;
	margin-top: -10px;
}

.icq-prompt_hide .icq-prompt__banner {
	display: none;
}


.icq-logo {
	background: url('/img/logo.png') no-repeat center;
	background-size: contain;
	width: 82px;
	height: 82px;
	margin-left: 40px;
	margin-top: 40px;
}

.icq-profile__box {
	line-height: normal;
	padding: 50px 50px 35px 50px;
	text-align: center;
	background: #ffffff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.06);
	width: 380px;
	position: relative;
	margin: -40px auto 105px;
	border-radius: 10px;
	box-sizing: border-box;
}

.icq-profile__avatar {
	width: 120px;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow:hidden;
	border-radius: 50%;
	margin: 0 auto 25px auto;
	position: relative;
}

.icq-profile__avatar:after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.02);
}

.icq-profile__name {
	font-size: 23px;
	font-weight: 600;
	margin: 0 0 4px;
	color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icq-profile__subtitle {
	font-weight: bold;
	font-size: 13px;
	color: #838690;
	margin: 0;
}

.icq-profile__description {
	font-size: 15px;
    margin: 16px 0 25px;
	color: #222222;
	display: block;
	display: -webkit-box;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	white-space: normal;
	max-height: 120px;
	line-height: 20px;
}

.icq-open-button, .icq-web-button {
	width: 200px;
	height: 44px;
	line-height: 44px;
	color: #000;
	display:block;
	background: #00D57C;
	border-radius: 23px;
	letter-spacing: 0.2px;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
}

.icq-open-button:hover {
	background: #00B86A;
}

.icq-open-button:active {
	background: #00A35F;
}

.icq-web-button {
	background: #ffffff;
	margin-bottom: 0;
	border: 1px solid #00D57C;
	color: #00D57C;
}

.icq-web-button:hover {
	border-color: #00B86A;
	color: #00B86A;
}

.icq-web-button:active {
	border-color: #00A35F;
	color: #00A35F;
}

@media screen and (max-width: 510px) {
    .icq-prompt__banner {
        text-align: left;
    }
    .icq-prompt__banner-icon {
        margin-left: 10px;
    }
}

@media screen and (max-width: 430px) {
    .icq-prompt__banner-close {
        right: 10px;
    }
    .icq-prompt__banner-title {
        margin: 0 3px 0 7px;
    }
}

@media screen and (max-width: 400px) {
	body {
		background: #ffffff;
	}

	.icq-prompt__banner {
		white-space: nowrap;
		padding-left: 57px;
		padding-right: 35px;
		padding-top: 15px;
		line-height: 38px;
		height: 53px;
	}

	.icq-prompt__banner-icon {
		position: absolute;
		left: 10px;
		top: 14px;
		margin-left: 0;
		box-sizing: border-box;
	}

	.icq-prompt__banner-title {
		line-height: normal;
		white-space: normal;
		width: 100%;
	}

	.icq-logo {
		/*background: url('/img/image_logo.svg') no-repeat center;*/
		background-size: contain;
        width: 44px;
		height: 44px;
        margin: 0 auto;
        position: relative;
        top: 40px;
	}

	.icq-profile__box {
        padding: 50px 40px 0 40px;
		box-shadow: none;
		width: 100%;
		margin: 0 auto;
		border-radius: 0;
        position: absolute;
        top: 75px;
        bottom: 0;

        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: -moz-flex;

        flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
    }

    .smartbanner-show .icq-profile__box {
        top: 155px;
	}

	.icq-prompt_hide .icq-profile__box {
		top: 75px;
	}

	.icq-profile__avatar {
		margin-bottom: 30px;
        flex: none;
        -webkit-flex: none;
        -ms-flex: none;
        -moz-flex: none;
	}

	.icq-profile__description {
		margin-top: 24px;
		-webkit-line-clamp: 3;
		max-height: 60px;
        flex: none;
        -webkit-flex: none;
        -ms-flex: none;
        -moz-flex: none;
    }

    .icq-profile__buttons {
        padding-bottom: 20px;
        flex: 1 0 auto;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        -moz-flex: 1 0 auto;

        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: -moz-flex;

        flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;

        justify-content: flex-end;
        -webkit-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -moz-justify-content: flex-end;
	}
}
.header__logo {
	position: relative;
	display: block;
	top: 18px;
	left: 8px;
	width: 64px;
	height: 64px;
	z-index: 1;
}
.header__logo:hover {
	color:transparent;
}
.header__logo img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 64px;
}
.header__logo svg {
	position: absolute;
	top: 18px;
	left: 74px;
	fill: currentcolor;
	color: #000
}
@media (min-width: 980px) {
	.header__logo {
		width: 221px;
		height: 72px;
		top: 32px;
		left: 50px;
	}
	.header__logo img {
		top: 0;
		left: 0;
		width: 73px;
		height: 73px;
	}
}
@media (max-width: 979px) {
	.header__logo svg {
		display: none;
	}
}